Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d00eb61bd559b49c08ce600caa3e3487789f2306 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-ssh4251236214065672021.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1942300240295746362.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 590556114a56c6d90cc8043840e039c2f74196dc The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14160347621379069767.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15224508357659076607.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-ssh515309258596994655.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5105 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/649 [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/649 # 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 > 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 Avoid second fetch Checking out Revision d00eb61bd559b49c08ce600caa3e3487789f2306 (main) Commit message: "Merge pull request #4818 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.25.0" > git config core.sparsecheckout # timeout=10 > git checkout -f d00eb61bd559b49c08ce600caa3e3487789f2306 # timeout=10 > git rev-list --no-walk 1563034bdd075c93d67b99643895e9c750b93b8f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-06T00:39:11.291Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-06T00:39:11.372Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-06T00:39:11.399Z] ========================================================= [2024-07-06T00:39:11.399Z] EdgeX Global Pipelines Version Info [2024-07-06T00:39:11.399Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-06T00:39:12.188Z] ------------------- [2024-07-06T00:39:12.189Z] stable info: [2024-07-06T00:39:12.189Z] ------------------- [2024-07-06T00:39:12.189Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-06T00:39:12.189Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-06T00:39:12.189Z] Message: update stable to v1.0.260 [2024-07-06T00:39:12.765Z] ------------------- [2024-07-06T00:39:12.765Z] experimental info: [2024-07-06T00:39:12.765Z] ------------------- [2024-07-06T00:39:12.765Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-06T00:39:12.765Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-06T00:39:12.765Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-06T00:39:12.860Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-07-06T00:39:12.880Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-07-06T00:39:12.900Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-06T00:39:12.917Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-06T00:39:12.936Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-06T00:39:12.954Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-06T00:39:12.972Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-06T00:39:12.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-07-06T00:39:13.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-07-06T00:39:13.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-07-06T00:39:13.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-06T00:39:13.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-06T00:39:13.092Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-06T00:39:13.115Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-06T00:39:13.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-06T00:39:13.163Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-06T00:39:13.186Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-06T00:39:13.211Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-06T00:39:13.232Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-07-06T00:39:13.254Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-07-06T00:39:13.276Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-06T00:39:13.300Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-06T00:39:13.319Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-06T00:39:13.339Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-07-06T00:39:13.360Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-07-06T00:39:13.381Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-07-06T00:39:13.400Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] echo [2024-07-06T00:39:13.422Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d00eb61 [Pipeline] echo [2024-07-06T00:39:13.442Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-06T00:39:13.498Z] provisioning config files... [2024-07-06T00:39:13.513Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/649@tmp/config16295117182840182369tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-06T00:39:13.859Z] ---> ****-login.sh [2024-07-06T00:39:13.859Z] nexus3.edgexfoundry.org:10001 [2024-07-06T00:39:14.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T00:39:14.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T00:39:14.382Z] Configure a credential helper to remove this warning. See [2024-07-06T00:39:14.382Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T00:39:14.382Z] [2024-07-06T00:39:14.382Z] Login Succeeded [2024-07-06T00:39:14.382Z] nexus3.edgexfoundry.org:10002 [2024-07-06T00:39:14.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T00:39:14.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T00:39:14.382Z] Configure a credential helper to remove this warning. See [2024-07-06T00:39:14.382Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T00:39:14.382Z] [2024-07-06T00:39:14.382Z] Login Succeeded [2024-07-06T00:39:14.382Z] nexus3.edgexfoundry.org:10003 [2024-07-06T00:39:14.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T00:39:14.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T00:39:14.645Z] Configure a credential helper to remove this warning. See [2024-07-06T00:39:14.645Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T00:39:14.645Z] [2024-07-06T00:39:14.645Z] Login Succeeded [2024-07-06T00:39:14.645Z] nexus3.edgexfoundry.org:10004 [2024-07-06T00:39:14.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T00:39:14.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T00:39:14.645Z] Configure a credential helper to remove this warning. See [2024-07-06T00:39:14.645Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T00:39:14.645Z] [2024-07-06T00:39:14.645Z] Login Succeeded [2024-07-06T00:39:14.645Z] ****.io [2024-07-06T00:39:14.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T00:39:14.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T00:39:14.905Z] Configure a credential helper to remove this warning. See [2024-07-06T00:39:14.905Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T00:39:14.905Z] [2024-07-06T00:39:14.905Z] Login Succeeded [2024-07-06T00:39:14.905Z] ---> ****-login.sh ends [Pipeline] } [2024-07-06T00:39:14.911Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-06T00:39:15.239Z] + 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-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2024-07-06T00:39:15.239Z] + dirname cmd/core-command/Dockerfile [2024-07-06T00:39:15.239Z] + cut -d/ -f2 [2024-07-06T00:39:15.239Z] + echo core-command,cmd/core-command/Dockerfile [2024-07-06T00:39:15.239Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-07-06T00:39:15.239Z] + cut -d/ -f2 [2024-07-06T00:39:15.239Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-07-06T00:39:15.239Z] + + dirname cmd/core-data/Dockerfilecut [2024-07-06T00:39:15.239Z] -d/ -f2 [2024-07-06T00:39:15.240Z] + echo core-data,cmd/core-data/Dockerfile [2024-07-06T00:39:15.240Z] + dirname cmd/core-keeper/Dockerfile [2024-07-06T00:39:15.240Z] + cut -d/ -f2 [2024-07-06T00:39:15.240Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-07-06T00:39:15.240Z] + + dirname cmd/core-metadata/Dockerfile [2024-07-06T00:39:15.240Z] cut -d/ -f2 [2024-07-06T00:39:15.240Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-07-06T00:39:15.240Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-07-06T00:39:15.240Z] + cut -d/ -f2 [2024-07-06T00:39:15.240Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-07-06T00:39:15.240Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-07-06T00:39:15.240Z] + cut -d/ -f2 [2024-07-06T00:39:15.240Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-07-06T00:39:15.240Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-07-06T00:39:15.240Z] + cut -d/ -f2 [2024-07-06T00:39:15.240Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-07-06T00:39:15.240Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-07-06T00:39:15.240Z] + cut -d/ -f2 [2024-07-06T00:39:15.240Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-07-06T00:39:15.240Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-07-06T00:39:15.240Z] + cut -d/ -f2 [2024-07-06T00:39:15.240Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-07-06T00:39:15.240Z] + dirname cmd/security-spire-agent/Dockerfile [2024-07-06T00:39:15.240Z] + cut -d/ -f2 [2024-07-06T00:39:15.240Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-07-06T00:39:15.240Z] + + dirname cmd/security-spire-config/Dockerfile [2024-07-06T00:39:15.240Z] cut -d/ -f2 [2024-07-06T00:39:15.240Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-07-06T00:39:15.240Z] + dirname cmd/security-spire-server/Dockerfile [2024-07-06T00:39:15.240Z] + cut -d/ -f2 [2024-07-06T00:39:15.240Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-07-06T00:39:15.240Z] + dirname cmd/support-notifications/Dockerfile [2024-07-06T00:39:15.240Z] + cut -d/ -f2 [2024-07-06T00:39:15.240Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-07-06T00:39:15.240Z] + dirname cmd/support-scheduler/Dockerfile [2024-07-06T00:39:15.240Z] + cut -d/ -f2 [2024-07-06T00:39:15.240Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-07-06T00:39:15.276Z] 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-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-06T00:39:15.630Z] + git rev-list -1 --merges d00eb61bd559b49c08ce600caa3e3487789f2306~1..d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] echo [2024-07-06T00:39:15.641Z] -----------> git rev-list -1 --merges d00eb61bd559b49c08ce600caa3e3487789f2306~1..d00eb61bd559b49c08ce600caa3e3487789f2306 d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:39:15.641Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [false] [Pipeline] sh [2024-07-06T00:39:15.931Z] + git log --format=format:%s -1 d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] echo [2024-07-06T00:39:15.949Z] ========================================================= [2024-07-06T00:39:15.949Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-06T00:39:15.949Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-07-06T00:39:16.395Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-06T00:39:16.396Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-06T00:39:16.396Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-06T00:39:16.396Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-06T00:39:16.396Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-06T00:39:16.396Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-06T00:39:16.396Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:39:16.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-06T00:39:16.829Z] [2024-07-06T00:39:16.829Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:39:17.134Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-06T00:39:17.135Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-06T00:39:17.135Z] b85a868b505f: Pulling fs layer [2024-07-06T00:39:17.135Z] e2be974225ed: Pulling fs layer [2024-07-06T00:39:17.135Z] 339a4e72a1f5: Pulling fs layer [2024-07-06T00:39:17.135Z] 988bab9f4d93: Pulling fs layer [2024-07-06T00:39:17.135Z] 1469e6f7b9e6: Pulling fs layer [2024-07-06T00:39:17.135Z] eaf3925da568: Pulling fs layer [2024-07-06T00:39:17.135Z] bab4dde63d76: Pulling fs layer [2024-07-06T00:39:17.135Z] bde34c3a00c8: Pulling fs layer [2024-07-06T00:39:17.135Z] b352a97aabf1: Pulling fs layer [2024-07-06T00:39:17.135Z] 4872d77fe225: Pulling fs layer [2024-07-06T00:39:17.135Z] 5851b861e8e6: Pulling fs layer [2024-07-06T00:39:17.135Z] 1469e6f7b9e6: Waiting [2024-07-06T00:39:17.135Z] eaf3925da568: Waiting [2024-07-06T00:39:17.135Z] bab4dde63d76: Waiting [2024-07-06T00:39:17.135Z] bde34c3a00c8: Waiting [2024-07-06T00:39:17.135Z] b352a97aabf1: Waiting [2024-07-06T00:39:17.135Z] 4872d77fe225: Waiting [2024-07-06T00:39:17.135Z] 5851b861e8e6: Waiting [2024-07-06T00:39:17.135Z] 988bab9f4d93: Waiting [2024-07-06T00:39:17.135Z] e2be974225ed: Download complete [2024-07-06T00:39:17.135Z] 988bab9f4d93: Download complete [2024-07-06T00:39:17.135Z] 1469e6f7b9e6: Verifying Checksum [2024-07-06T00:39:17.135Z] 1469e6f7b9e6: Download complete [2024-07-06T00:39:17.394Z] eaf3925da568: Verifying Checksum [2024-07-06T00:39:17.394Z] eaf3925da568: Download complete [2024-07-06T00:39:17.394Z] 339a4e72a1f5: Verifying Checksum [2024-07-06T00:39:17.394Z] 339a4e72a1f5: Download complete [2024-07-06T00:39:17.394Z] bde34c3a00c8: Verifying Checksum [2024-07-06T00:39:17.394Z] bde34c3a00c8: Download complete [2024-07-06T00:39:17.394Z] b352a97aabf1: Verifying Checksum [2024-07-06T00:39:17.394Z] b352a97aabf1: Download complete [2024-07-06T00:39:17.394Z] 4872d77fe225: Verifying Checksum [2024-07-06T00:39:17.394Z] 4872d77fe225: Download complete [2024-07-06T00:39:17.394Z] 5851b861e8e6: Download complete [2024-07-06T00:39:17.394Z] b85a868b505f: Verifying Checksum [2024-07-06T00:39:17.394Z] b85a868b505f: Download complete [2024-07-06T00:39:17.652Z] bab4dde63d76: Verifying Checksum [2024-07-06T00:39:17.652Z] bab4dde63d76: Download complete [2024-07-06T00:39:18.590Z] b85a868b505f: Pull complete [2024-07-06T00:39:18.850Z] e2be974225ed: Pull complete [2024-07-06T00:39:19.422Z] 339a4e72a1f5: Pull complete [2024-07-06T00:39:19.422Z] 988bab9f4d93: Pull complete [2024-07-06T00:39:19.682Z] 1469e6f7b9e6: Pull complete [2024-07-06T00:39:19.682Z] eaf3925da568: Pull complete [2024-07-06T00:39:21.592Z] bab4dde63d76: Pull complete [2024-07-06T00:39:21.592Z] bde34c3a00c8: Pull complete [2024-07-06T00:39:21.854Z] b352a97aabf1: Pull complete [2024-07-06T00:39:21.854Z] 4872d77fe225: Pull complete [2024-07-06T00:39:21.854Z] 5851b861e8e6: Pull complete [2024-07-06T00:39:22.113Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-06T00:39:22.114Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-06T00:39:22.114Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-06T00:39:22.260Z] prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container [2024-07-06T00:39:22.293Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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-07-06T00:39:25.581Z] $ docker top c2223322553ec683be0b817308778b342e5a4dd968b1a67899adefb7daeb9e42 -eo pid,comm [2024-07-06T00:39:25.636Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-07-06T00:39:25.636Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-06T00:39:25.689Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-06T00:39:25.689Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-06T00:39:25.797Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-06T00:39:25.799Z] $ docker exec c2223322553ec683be0b817308778b342e5a4dd968b1a67899adefb7daeb9e42 ssh-agent [2024-07-06T00:39:25.909Z] SSH_AUTH_SOCK=/tmp/ssh-3hLHdFsvPt5o/agent.33 [2024-07-06T00:39:25.909Z] SSH_AGENT_PID=39 [2024-07-06T00:39:25.916Z] Running ssh-add (command line suppressed) [2024-07-06T00:39:26.016Z] Identity added: /w/workspace/edgex-go/649@tmp/private_key_1500414076624064419.key (/w/workspace/edgex-go/649@tmp/private_key_1500414076624064419.key) [2024-07-06T00:39:26.032Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-06T00:39:26.330Z] + git tag --points-at HEAD [Pipeline] } [2024-07-06T00:39:26.343Z] $ docker exec --env ******** --env ******** c2223322553ec683be0b817308778b342e5a4dd968b1a67899adefb7daeb9e42 ssh-agent -k [2024-07-06T00:39:26.449Z] unset SSH_AUTH_SOCK; [2024-07-06T00:39:26.449Z] unset SSH_AGENT_PID; [2024-07-06T00:39:26.449Z] echo Agent pid 39 killed; [2024-07-06T00:39:26.460Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-06T00:39:26.497Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-06T00:39:26.497Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-06T00:39:26.629Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-06T00:39:26.630Z] $ docker exec c2223322553ec683be0b817308778b342e5a4dd968b1a67899adefb7daeb9e42 ssh-agent [2024-07-06T00:39:26.739Z] SSH_AUTH_SOCK=/tmp/ssh-GgYdQDeGAEpE/agent.72 [2024-07-06T00:39:26.739Z] SSH_AGENT_PID=78 [2024-07-06T00:39:26.745Z] Running ssh-add (command line suppressed) [2024-07-06T00:39:26.841Z] Identity added: /w/workspace/edgex-go/649@tmp/private_key_14268495497045151102.key (/w/workspace/edgex-go/649@tmp/private_key_14268495497045151102.key) [2024-07-06T00:39:26.856Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-06T00:39:27.153Z] + git semver init [2024-07-06T00:39:27.413Z] 2024-07-06 00:39:27,344 [run_init] DEBUG init version:0.0.0 force:False [2024-07-06T00:39:27.413Z] 2024-07-06 00:39:27,345 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/649/.semver [2024-07-06T00:39:27.414Z] 2024-07-06 00:39:27,346 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/649/.semver [2024-07-06T00:39:27.414Z] 2024-07-06 00:39:27,346 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/649/.semver'], cwd=/w/workspace/edgex-go/649, universal_newlines=False, shell=None, istream=None) [2024-07-06T00:39:32.696Z] 2024-07-06 00:39:32,561 [append_file] DEBUG append to file:/w/workspace/edgex-go/649/.git/info/exclude [2024-07-06T00:39:32.696Z] 2024-07-06 00:39:32,562 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/649/.semver/main with force:False [2024-07-06T00:39:32.696Z] 2024-07-06 00:39:32,562 [read_version] DEBUG read version from /w/workspace/edgex-go/649/.semver/main [2024-07-06T00:39:32.696Z] 2024-07-06 00:39:32,562 [read_version] DEBUG read version from /w/workspace/edgex-go/649/.semver/main [2024-07-06T00:39:32.696Z] 3.2.0-dev.31 [Pipeline] } [2024-07-06T00:39:32.707Z] $ docker exec --env ******** --env ******** c2223322553ec683be0b817308778b342e5a4dd968b1a67899adefb7daeb9e42 ssh-agent -k [2024-07-06T00:39:32.808Z] unset SSH_AUTH_SOCK; [2024-07-06T00:39:32.809Z] unset SSH_AGENT_PID; [2024-07-06T00:39:32.809Z] echo Agent pid 78 killed; [2024-07-06T00:39:32.821Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-06T00:39:33.145Z] + git semver [Pipeline] } [2024-07-06T00:39:33.419Z] $ docker stop --time=1 c2223322553ec683be0b817308778b342e5a4dd968b1a67899adefb7daeb9e42 [2024-07-06T00:39:34.683Z] $ docker rm -f --volumes c2223322553ec683be0b817308778b342e5a4dd968b1a67899adefb7daeb9e42 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-06T00:39:35.025Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-06T00:39:35.265Z] Stashed 1 file(s) [Pipeline] echo [2024-07-06T00:39:35.268Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.31 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-06T00:39:35.691Z] + git config --global --add safe.directory /w/workspace/edgex-go/649 [Pipeline] echo [2024-07-06T00:39:35.702Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-06T00:39:35.720Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-06T00:39:35.735Z] ========================================================= [2024-07-06T00:39:35.735Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-06T00:39:35.735Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-06T00:39:36.027Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-06T00:39:36.027Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-06T00:39:36.027Z] 619be1103602: Pulling fs layer [2024-07-06T00:39:36.027Z] 7862e08f4a3e: Pulling fs layer [2024-07-06T00:39:36.027Z] 5df492c9dc93: Pulling fs layer [2024-07-06T00:39:36.027Z] 7629e6793208: Pulling fs layer [2024-07-06T00:39:36.027Z] 4f4fb700ef54: Pulling fs layer [2024-07-06T00:39:36.027Z] fb5054dd5b73: Pulling fs layer [2024-07-06T00:39:36.027Z] eeca6798cff9: Pulling fs layer [2024-07-06T00:39:36.027Z] aa269ceb94a6: Pulling fs layer [2024-07-06T00:39:36.027Z] ada007ff1a6a: Pulling fs layer [2024-07-06T00:39:36.027Z] 7629e6793208: Waiting [2024-07-06T00:39:36.027Z] 4f4fb700ef54: Waiting [2024-07-06T00:39:36.027Z] ada007ff1a6a: Waiting [2024-07-06T00:39:36.027Z] eeca6798cff9: Waiting [2024-07-06T00:39:36.027Z] fb5054dd5b73: Waiting [2024-07-06T00:39:36.027Z] aa269ceb94a6: Waiting [2024-07-06T00:39:36.027Z] 7862e08f4a3e: Download complete [2024-07-06T00:39:36.027Z] 7629e6793208: Verifying Checksum [2024-07-06T00:39:36.027Z] 7629e6793208: Download complete [2024-07-06T00:39:36.027Z] 4f4fb700ef54: Verifying Checksum [2024-07-06T00:39:36.027Z] 4f4fb700ef54: Download complete [2024-07-06T00:39:36.027Z] 619be1103602: Verifying Checksum [2024-07-06T00:39:36.027Z] 619be1103602: Download complete [2024-07-06T00:39:36.027Z] fb5054dd5b73: Download complete [2024-07-06T00:39:36.027Z] eeca6798cff9: Verifying Checksum [2024-07-06T00:39:36.027Z] eeca6798cff9: Download complete [2024-07-06T00:39:36.301Z] 619be1103602: Pull complete [2024-07-06T00:39:36.301Z] ada007ff1a6a: Verifying Checksum [2024-07-06T00:39:36.301Z] ada007ff1a6a: Download complete [2024-07-06T00:39:36.560Z] 7862e08f4a3e: Pull complete [2024-07-06T00:39:36.560Z] 5df492c9dc93: Verifying Checksum [2024-07-06T00:39:36.560Z] 5df492c9dc93: Download complete [2024-07-06T00:39:36.819Z] aa269ceb94a6: Verifying Checksum [2024-07-06T00:39:36.819Z] aa269ceb94a6: Download complete [2024-07-06T00:39:40.109Z] 5df492c9dc93: Pull complete [2024-07-06T00:39:40.109Z] 7629e6793208: Pull complete [2024-07-06T00:39:40.368Z] 4f4fb700ef54: Pull complete [2024-07-06T00:39:40.368Z] fb5054dd5b73: Pull complete [2024-07-06T00:39:40.368Z] eeca6798cff9: Pull complete [2024-07-06T00:39:43.662Z] aa269ceb94a6: Pull complete [2024-07-06T00:39:44.242Z] ada007ff1a6a: Pull complete [2024-07-06T00:39:44.242Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-06T00:39:44.501Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-06T00:39:44.501Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-06T00:39:44.799Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-06T00:39:44.799Z] WORKDIR /edgex [2024-07-06T00:39:44.799Z] COPY go.mod . [2024-07-06T00:39:44.799Z] RUN go mod download+ [2024-07-06T00:39:44.799Z] docker build -t ci-base-image-x86_64 -f - . [2024-07-06T00:39:45.375Z] Sending build context to Docker daemon 178.6MB [2024-07-06T00:39:45.375Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-06T00:39:45.375Z] ---> f489d0715acc [2024-07-06T00:39:45.375Z] Step 2/4 : WORKDIR /edgex [2024-07-06T00:39:50.357Z] Still waiting to schedule task [2024-07-06T00:39:50.358Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2024-07-06T00:39:57.603Z] ---> Running in e7c73e7106e8 [2024-07-06T00:39:57.603Z] Removing intermediate container e7c73e7106e8 [2024-07-06T00:39:57.603Z] ---> 059f82f04138 [2024-07-06T00:39:57.603Z] Step 3/4 : COPY go.mod . [2024-07-06T00:39:57.603Z] ---> c427d8836769 [2024-07-06T00:39:57.603Z] Step 4/4 : RUN go mod download [2024-07-06T00:39:57.603Z] ---> Running in 8b76f86e4142 [2024-07-06T00:40:29.720Z] Removing intermediate container 8b76f86e4142 [2024-07-06T00:40:29.720Z] ---> be129fbe3dd6 [2024-07-06T00:40:29.720Z] Successfully built be129fbe3dd6 [2024-07-06T00:40:29.720Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:40:30.028Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-06T00:40:30.028Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-06T00:40:30.113Z] prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container [2024-07-06T00:40:30.149Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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-07-06T00:40:30.624Z] $ docker top 090cfc2c45aa6936588457bad63ed89d59a84fff314e223a7d80ea0f6d26cb15 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-06T00:40:30.973Z] + go version [2024-07-06T00:40:30.973Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-06T00:40:30.983Z] $ docker stop --time=1 090cfc2c45aa6936588457bad63ed89d59a84fff314e223a7d80ea0f6d26cb15 [2024-07-06T00:40:32.257Z] $ docker rm -f --volumes 090cfc2c45aa6936588457bad63ed89d59a84fff314e223a7d80ea0f6d26cb15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:40:32.689Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-06T00:40:32.689Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-06T00:40:32.766Z] prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container [2024-07-06T00:40:32.798Z] $ 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/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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-07-06T00:40:33.192Z] $ docker top 57472d2aaa49ef572a6156dd3ba9adc038d3d6d16386b58bc07ed763d1bd46f1 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-06T00:40:33.275Z] ========================================================= [2024-07-06T00:40:33.275Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-06T00:40:33.275Z] ========================================================= [Pipeline] sh [2024-07-06T00:40:33.556Z] + git config --global --add safe.directory /w/workspace/edgex-go/649 [Pipeline] fileExists [Pipeline] sh [2024-07-06T00:40:33.875Z] + make test [2024-07-06T00:40:33.875Z] go test -race -coverprofile=coverage.out ./... [2024-07-06T00:40:40.443Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-06T00:41:19.151Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.023s coverage: 28.7% of statements [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-06T00:41:19.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-06T00:41:19.151Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.030s coverage: 97.0% of statements [2024-07-06T00:41:19.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-06T00:41:19.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-06T00:41:19.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-06T00:41:19.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-06T00:41:19.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-07-06T00:41:19.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-07-06T00:41:19.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-07-06T00:41:19.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-07-06T00:41:19.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-07-06T00:41:20.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-07-06T00:41:20.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-07-06T00:41:20.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-07-06T00:41:20.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-07-06T00:41:20.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-07-06T00:41:21.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-06T00:41:21.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-06T00:41:21.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.058s coverage: 69.2% of statements [2024-07-06T00:41:21.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.036s coverage: 53.2% of statements [2024-07-06T00:41:21.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.336s coverage: 93.4% of statements [2024-07-06T00:41:21.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.040s coverage: 91.7% of statements [2024-07-06T00:41:22.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.077s coverage: 6.5% of statements [2024-07-06T00:41:22.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-06T00:41:22.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-06T00:41:22.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-06T00:41:22.918Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-06T00:41:22.918Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-06T00:41:22.918Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-06T00:41:22.918Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-06T00:41:22.918Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-06T00:41:22.918Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-06T00:41:22.918Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-06T00:41:24.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.382s coverage: 95.8% of statements [2024-07-06T00:41:24.293Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.027s coverage: 72.2% of statements [2024-07-06T00:41:24.860Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-06T00:41:24.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-06T00:41:25.798Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 0.8% of statements [2024-07-06T00:41:25.798Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 32.2% of statements [2024-07-06T00:41:25.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.031s coverage: 41.7% of statements [2024-07-06T00:41:25.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.018s coverage: 77.8% of statements [2024-07-06T00:41:25.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements [2024-07-06T00:41:26.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.035s coverage: 96.3% of statements [2024-07-06T00:41:26.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.024s coverage: 87.5% of statements [2024-07-06T00:41:27.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-06T00:41:27.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-06T00:41:27.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-06T00:41:27.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-06T00:41:27.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-06T00:41:27.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-06T00:41:27.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-06T00:41:27.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-06T00:41:28.126Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-06T00:41:28.126Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-06T00:41:28.126Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-06T00:41:28.126Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-06T00:41:28.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-06T00:41:28.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-06T00:41:29.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-06T00:41:30.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-06T00:41:31.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-06T00:41:32.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-06T00:41:32.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-06T00:41:35.126Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-06T00:41:35.126Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-06T00:41:35.126Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-06T00:41:36.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-06T00:41:36.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-06T00:41:36.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-06T00:41:37.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-06T00:41:37.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-06T00:41:37.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-06T00:41:37.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-06T00:41:37.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.029s coverage: 94.4% of statements [2024-07-06T00:41:38.217Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-06T00:41:38.217Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-06T00:41:38.217Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-06T00:41:38.217Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-07-06T00:41:39.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-06T00:41:39.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-06T00:41:39.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-06T00:41:39.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-06T00:41:40.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-06T00:41:40.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-06T00:41:41.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-06T00:41:41.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.270s coverage: 79.9% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.046s coverage: 92.9% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.018s coverage: 64.4% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.027s coverage: 62.3% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.026s coverage: 87.2% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.015s coverage: 20.0% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.067s coverage: 81.8% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.067s coverage: 82.1% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.126s coverage: 63.1% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.025s coverage: 100.0% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.4% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.024s coverage: 73.7% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.147s coverage: 38.4% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.024s coverage: 89.5% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 84.8% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.040s coverage: 19.9% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.088s coverage: 95.7% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.027s coverage: 61.8% of statements [2024-07-06T00:41:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.062s coverage: 98.9% of statements [2024-07-06T00:41:51.872Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2024-07-06T00:41:51.872Z] running golangci-lint [2024-07-06T00:41:51.872Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-07-06T00:41:51.872Z] go version go1.21.9 linux/amd64 [2024-07-06T00:41:52.130Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-07-06T00:41:52.130Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-07-06T00:42:18.752Z] level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|imports|types_sizes|compiled_files|files|name) took 22.453558384s" [2024-07-06T00:42:18.752Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 46.870792ms" [2024-07-06T00:42:28.719Z] level=info msg="[linters_context/goanalysis] analyzers took 1m47.418352197s with top 10 stages: buildir: 1m0.35414075s, gosec: 9.634565208s, fact_deprecated: 2.923549304s, inspect: 2.467681999s, ctrlflow: 1.808581366s, printf: 1.380714725s, fact_purity: 1.281501476s, nilness: 1.223428241s, S1038: 1.140953852s, directives: 1.126062355s" [2024-07-06T00:42:28.719Z] level=info msg="[runner] Issues before processing: 209, after processing: 0" [2024-07-06T00:42:28.719Z] level=info msg="[runner] Processors filtering stat (out/in): nolint: 0/21, filename_unadjuster: 209/209, exclude-rules: 21/209, exclude: 209/209, path_prettifier: 209/209, identifier_marker: 209/209, autogenerated_exclude: 209/209, skip_dirs: 209/209, cgo: 209/209, skip_files: 209/209" [2024-07-06T00:42:28.719Z] level=info msg="[runner] processing took 20.680466ms with stages: nolint: 8.277677ms, identifier_marker: 5.148846ms, autogenerated_exclude: 2.741421ms, path_prettifier: 1.997865ms, exclude-rules: 1.473643ms, skip_dirs: 959.232µs, cgo: 58.651µs, filename_unadjuster: 18.461µs, max_same_issues: 880ns, exclude: 610ns, skip_files: 530ns, fixer: 500ns, uniq_by_line: 380ns, max_from_linter: 320ns, diff: 290ns, severity-rules: 280ns, sort_results: 270ns, path_prefixer: 220ns, source_code: 150ns, path_shortener: 120ns, max_per_file_from_linter: 120ns" [2024-07-06T00:42:28.719Z] level=info msg="[runner] linters took 12.950061718s with stages: goanalysis_metalinter: 12.92926709s" [2024-07-06T00:42:28.719Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-07-06T00:42:28.719Z] level=info msg="Memory: 351 samples, avg is 292.7MB, max is 1337.2MB" [2024-07-06T00:42:28.719Z] level=info msg="Execution took 35.4641471s" [2024-07-06T00:42:28.719Z] go vet ./... [2024-07-06T00:42:33.977Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-06T00:42:33.977Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-06T00:42:34.236Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-06T00:42:34.509Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-07-06T00:42:34.820Z] + ls -al . [2024-07-06T00:42:34.820Z] total 840 [2024-07-06T00:42:34.820Z] drwxrwxr-x 11 1001 1001 4096 Jul 6 00:40 . [2024-07-06T00:42:34.820Z] drwxr-xr-x 4 root root 4096 Jul 6 00:40 .. [2024-07-06T00:42:34.820Z] drwxrwxr-x 2 1001 1001 4096 Jul 6 00:39 .blubracket [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 10 Jul 6 00:39 .dockerignore [2024-07-06T00:42:34.820Z] drwxrwxr-x 8 1001 1001 4096 Jul 6 00:41 .git [2024-07-06T00:42:34.820Z] drwxrwxr-x 3 1001 1001 4096 Jul 6 00:39 .github [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 1102 Jul 6 00:39 .gitignore [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 42 Jul 6 00:39 .golangci.yml [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 100 Jul 6 00:39 .hadolint.yml [2024-07-06T00:42:34.820Z] drwxr-xr-x 3 1001 1001 4096 Jul 6 00:39 .semver [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 155 Jul 6 00:39 .sonarcloud.properties [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 1171 Jul 6 00:39 ADOPTERS.md [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 20361 Jul 6 00:39 Attribution.txt [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 100284 Jul 6 00:39 CHANGELOG.md [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 3804 Jul 6 00:39 CONTRIBUTING.md [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 677 Jul 6 00:39 GOVERNANCE.md [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 861 Jul 6 00:39 Jenkinsfile [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 10775 Jul 6 00:39 LICENSE [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 16051 Jul 6 00:39 Makefile [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 582 Jul 6 00:39 OWNERS.md [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 9528 Jul 6 00:39 README.md [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 789 Jul 6 00:39 SECURITY.md [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 12 Jul 6 00:39 VERSION [2024-07-06T00:42:34.820Z] drwxrwxr-x 2 1001 1001 4096 Jul 6 00:39 bin [2024-07-06T00:42:34.820Z] drwxrwxr-x 19 1001 1001 4096 Jul 6 00:39 cmd [2024-07-06T00:42:34.820Z] -rw-r--r-- 1 root root 481596 Jul 6 00:41 coverage.out [2024-07-06T00:42:34.820Z] drwxrwxr-x 2 1001 1001 4096 Jul 6 00:39 fuzz_test [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 6911 Jul 6 00:39 go.mod [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 101537 Jul 6 00:39 go.sum [2024-07-06T00:42:34.820Z] drwxrwxr-x 7 1001 1001 4096 Jul 6 00:39 internal [2024-07-06T00:42:34.820Z] drwxrwxr-x 3 1001 1001 4096 Jul 6 00:39 openapi [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 584 Jul 6 00:39 security.txt [2024-07-06T00:42:34.820Z] -rw-rw-r-- 1 1001 1001 204 Jul 6 00:39 version.go [Pipeline] sh [2024-07-06T00:42:35.111Z] + '[' -e coverage.out ] [2024-07-06T00:42:35.111Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-07-06T00:42:35.210Z] Stashed 1 file(s) [Pipeline] sh [2024-07-06T00:42:35.490Z] + make build [2024-07-06T00:42:35.491Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-06T00:42:57.416Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-06T00:42:58.791Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-06T00:43:00.168Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-07-06T00:43:00.426Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-06T00:43:02.329Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-06T00:43:05.611Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-06T00:43:06.983Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-06T00:43:09.513Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-07-06T00:43:09.772Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-07-06T00:43:10.337Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-06T00:43:10.903Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-06T00:43:11.837Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-07-06T00:43:12.780Z] $ docker stop --time=1 57472d2aaa49ef572a6156dd3ba9adc038d3d6d16386b58bc07ed763d1bd46f1 [2024-07-06T00:43:20.260Z] $ docker rm -f --volumes 57472d2aaa49ef572a6156dd3ba9adc038d3d6d16386b58bc07ed763d1bd46f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:43:21.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-06T00:43:21.414Z] [2024-07-06T00:43:21.414Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:43:21.717Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-06T00:43:21.717Z] latest: Pulling from edgex-devops/edgex-compose [2024-07-06T00:43:21.717Z] 91d30c5bc195: Pulling fs layer [2024-07-06T00:43:21.717Z] 2e9b0aa3be6d: Pulling fs layer [2024-07-06T00:43:21.717Z] 9c61dcf015f6: Pulling fs layer [2024-07-06T00:43:21.717Z] 4698f68db338: Pulling fs layer [2024-07-06T00:43:21.717Z] 2a2f49069b9e: Pulling fs layer [2024-07-06T00:43:21.717Z] e0025b399a48: Pulling fs layer [2024-07-06T00:43:21.717Z] 4698f68db338: Waiting [2024-07-06T00:43:21.717Z] 2a2f49069b9e: Waiting [2024-07-06T00:43:21.977Z] 91d30c5bc195: Verifying Checksum [2024-07-06T00:43:21.977Z] 91d30c5bc195: Download complete [2024-07-06T00:43:21.977Z] 4698f68db338: Verifying Checksum [2024-07-06T00:43:21.977Z] 4698f68db338: Download complete [2024-07-06T00:43:21.977Z] 2e9b0aa3be6d: Verifying Checksum [2024-07-06T00:43:21.977Z] 2e9b0aa3be6d: Download complete [2024-07-06T00:43:21.977Z] 91d30c5bc195: Pull complete [2024-07-06T00:43:21.977Z] e0025b399a48: Download complete [2024-07-06T00:43:22.235Z] 2e9b0aa3be6d: Pull complete [2024-07-06T00:43:25.195Z] 2a2f49069b9e: Download complete [2024-07-06T00:43:25.760Z] 9c61dcf015f6: Download complete [2024-07-06T00:43:26.077Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5106 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-07-06T00:43:26.095Z] Running in /w/workspace/edgex-go/649 [Pipeline] { [Pipeline] checkout [2024-07-06T00:43:29.039Z] 9c61dcf015f6: Pull complete [2024-07-06T00:43:29.039Z] 4698f68db338: Pull complete [2024-07-06T00:43:29.039Z] 2a2f49069b9e: Pull complete [2024-07-06T00:43:29.039Z] e0025b399a48: Pull complete [2024-07-06T00:43:29.039Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-07-06T00:43:29.039Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-06T00:43:29.039Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2024-07-06T00:43:29.173Z] The recommended git tool is: git [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-06T00:43:29.234Z] prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container [2024-07-06T00:43:29.255Z] $ 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/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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-07-06T00:43:33.721Z] $ docker top 36410a0085bed18cebbce21535cc6489623e2a875e9197b0eb1e21bb4c19e653 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-06T00:43:34.066Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-06T00:43:36.606Z] #1 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-06T00:43:36.606Z] #1 transferring dockerfile: 2.15kB done [2024-07-06T00:43:36.606Z] #1 DONE 0.0s [2024-07-06T00:43:36.606Z] [2024-07-06T00:43:36.606Z] #2 [security-spire-server internal] load build definition from Dockerfile [2024-07-06T00:43:36.606Z] #2 transferring dockerfile: 1.70kB done [2024-07-06T00:43:36.606Z] #2 DONE 0.0s [2024-07-06T00:43:36.606Z] [2024-07-06T00:43:36.606Z] #3 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-06T00:43:36.606Z] #3 transferring dockerfile: 2.93kB done [2024-07-06T00:43:36.606Z] #3 DONE 0.0s [2024-07-06T00:43:36.606Z] [2024-07-06T00:43:36.606Z] #4 [support-notifications internal] load build definition from Dockerfile [2024-07-06T00:43:36.606Z] #4 transferring dockerfile: 1.95kB done [2024-07-06T00:43:36.606Z] #4 DONE 0.1s [2024-07-06T00:43:36.606Z] [2024-07-06T00:43:36.606Z] #5 [core-metadata internal] load build definition from Dockerfile [2024-07-06T00:43:36.606Z] #5 transferring dockerfile: 2.06kB done [2024-07-06T00:43:36.606Z] #5 DONE 0.1s [2024-07-06T00:43:36.606Z] [2024-07-06T00:43:36.606Z] #6 [security-proxy-auth internal] load .dockerignore [2024-07-06T00:43:36.606Z] #6 transferring context: 50B done [2024-07-06T00:43:36.606Z] #6 DONE 0.1s [2024-07-06T00:43:36.606Z] [2024-07-06T00:43:36.606Z] #7 [core-keeper internal] load build definition from Dockerfile [2024-07-06T00:43:36.606Z] #7 ... [2024-07-06T00:43:36.606Z] [2024-07-06T00:43:36.606Z] #8 [support-scheduler internal] load build definition from Dockerfile [2024-07-06T00:43:36.606Z] #8 transferring dockerfile: 1.93kB done [2024-07-06T00:43:36.606Z] #8 DONE 0.1s [2024-07-06T00:43:36.606Z] [2024-07-06T00:43:36.606Z] #9 [security-spire-config internal] load build definition from Dockerfile [2024-07-06T00:43:36.606Z] #9 transferring dockerfile: 1.69kB 0.0s done [2024-07-06T00:43:36.606Z] #9 DONE 0.2s [2024-07-06T00:43:36.606Z] [2024-07-06T00:43:36.606Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-06T00:43:36.606Z] #10 transferring dockerfile: 1.89kB done [2024-07-06T00:43:36.606Z] #10 DONE 0.1s [2024-07-06T00:43:36.606Z] [2024-07-06T00:43:36.606Z] #11 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-06T00:43:36.607Z] #11 transferring dockerfile: 2.49kB done [2024-07-06T00:43:36.607Z] #11 DONE 0.2s [2024-07-06T00:43:36.607Z] [2024-07-06T00:43:36.607Z] #12 [security-spire-agent internal] load build definition from Dockerfile [2024-07-06T00:43:36.607Z] #12 transferring dockerfile: 1.81kB done [2024-07-06T00:43:36.607Z] #12 DONE 0.1s [2024-07-06T00:43:36.607Z] [2024-07-06T00:43:36.607Z] #7 [core-keeper internal] load build definition from Dockerfile [2024-07-06T00:43:36.607Z] #7 transferring dockerfile: 2.01kB done [2024-07-06T00:43:36.865Z] #7 DONE 0.1s [2024-07-06T00:43:36.865Z] [2024-07-06T00:43:36.865Z] #13 [security-spire-server internal] load .dockerignore [2024-07-06T00:43:36.865Z] #13 transferring context: 50B done [2024-07-06T00:43:36.865Z] #13 DONE 0.1s [2024-07-06T00:43:36.865Z] [2024-07-06T00:43:36.865Z] #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-06T00:43:36.865Z] #14 transferring dockerfile: 2.23kB done [2024-07-06T00:43:36.865Z] #14 DONE 0.2s [2024-07-06T00:43:36.865Z] [2024-07-06T00:43:36.865Z] #15 [core-data internal] load build definition from Dockerfile [2024-07-06T00:43:36.865Z] #15 transferring dockerfile: 2.01kB done [2024-07-06T00:43:36.865Z] #15 DONE 0.1s [2024-07-06T00:43:36.865Z] [2024-07-06T00:43:36.865Z] #16 [core-command internal] load build definition from Dockerfile [2024-07-06T00:43:36.865Z] #16 transferring dockerfile: 1.93kB done [2024-07-06T00:43:36.865Z] #16 DONE 0.2s [2024-07-06T00:43:36.865Z] [2024-07-06T00:43:36.865Z] #17 [security-bootstrapper internal] load .dockerignore [2024-07-06T00:43:36.865Z] #17 transferring context: 50B done [2024-07-06T00:43:36.865Z] #17 DONE 0.1s [2024-07-06T00:43:36.865Z] [2024-07-06T00:43:36.865Z] #18 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-06T00:43:36.865Z] #18 transferring dockerfile: 2.50kB done [2024-07-06T00:43:36.865Z] #18 DONE 0.2s [2024-07-06T00:43:36.865Z] [2024-07-06T00:43:36.865Z] #19 [support-notifications internal] load .dockerignore [2024-07-06T00:43:36.865Z] #19 DONE 0.0s [2024-07-06T00:43:36.865Z] [2024-07-06T00:43:36.865Z] #19 [support-notifications internal] load .dockerignore [2024-07-06T00:43:36.865Z] #19 transferring context: 50B done [2024-07-06T00:43:36.865Z] #19 DONE 0.0s [2024-07-06T00:43:36.865Z] [2024-07-06T00:43:36.865Z] #20 [core-metadata internal] load .dockerignore [2024-07-06T00:43:36.865Z] #20 transferring context: 50B done [2024-07-06T00:43:36.865Z] #20 DONE 0.0s [2024-07-06T00:43:36.865Z] [2024-07-06T00:43:36.865Z] #21 [security-spire-config internal] load .dockerignore [2024-07-06T00:43:36.865Z] #21 transferring context: 50B done [2024-07-06T00:43:36.865Z] #21 DONE 0.0s [2024-07-06T00:43:36.865Z] [2024-07-06T00:43:36.865Z] #22 [support-scheduler internal] load .dockerignore [2024-07-06T00:43:36.865Z] #22 transferring context: 50B done [2024-07-06T00:43:36.865Z] #22 DONE 0.0s [2024-07-06T00:43:36.865Z] [2024-07-06T00:43:36.865Z] #23 [security-secretstore-setup internal] load .dockerignore [2024-07-06T00:43:36.865Z] #23 transferring context: 50B done [2024-07-06T00:43:36.865Z] #23 DONE 0.0s [2024-07-06T00:43:36.865Z] [2024-07-06T00:43:36.865Z] #24 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-06T00:43:37.124Z] #24 transferring context: 50B done [2024-07-06T00:43:37.124Z] #24 DONE 0.1s [2024-07-06T00:43:37.124Z] [2024-07-06T00:43:37.124Z] #25 [security-spiffe-token-provider internal] load .dockerignore [2024-07-06T00:43:37.124Z] #25 transferring context: 50B done [2024-07-06T00:43:37.124Z] #25 DONE 0.0s [2024-07-06T00:43:37.124Z] [2024-07-06T00:43:37.124Z] #26 [security-spire-agent internal] load .dockerignore [2024-07-06T00:43:37.124Z] #26 transferring context: 50B done [2024-07-06T00:43:37.124Z] #26 DONE 0.0s [2024-07-06T00:43:37.124Z] [2024-07-06T00:43:37.124Z] #27 [core-keeper internal] load .dockerignore [2024-07-06T00:43:37.124Z] #27 transferring context: 50B done [2024-07-06T00:43:37.124Z] #27 DONE 0.0s [2024-07-06T00:43:37.124Z] [2024-07-06T00:43:37.124Z] #28 [core-command internal] load .dockerignore [2024-07-06T00:43:37.124Z] #28 transferring context: 50B done [2024-07-06T00:43:37.124Z] #28 DONE 0.0s [2024-07-06T00:43:37.124Z] [2024-07-06T00:43:37.124Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-06T00:43:37.124Z] #29 DONE 0.0s [2024-07-06T00:43:37.124Z] [2024-07-06T00:43:37.124Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2024-07-06T00:43:37.124Z] #30 DONE 0.1s [2024-07-06T00:43:37.124Z] [2024-07-06T00:43:37.124Z] #31 [core-data internal] load .dockerignore [2024-07-06T00:43:37.124Z] #31 transferring context: 50B done [2024-07-06T00:43:37.124Z] #31 DONE 0.1s [2024-07-06T00:43:37.124Z] [2024-07-06T00:43:37.124Z] #32 [security-proxy-setup internal] load .dockerignore [2024-07-06T00:43:37.124Z] #32 transferring context: 50B done [2024-07-06T00:43:37.124Z] #32 DONE 0.1s [2024-07-06T00:43:37.124Z] [2024-07-06T00:43:37.124Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-06T00:43:37.124Z] #29 DONE 0.0s [2024-07-06T00:43:37.124Z] [2024-07-06T00:43:37.124Z] #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:43:37.124Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-06T00:43:37.124Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-06T00:43:37.124Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-06T00:43:37.124Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-06T00:43:37.124Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s [2024-07-06T00:43:37.383Z] #33 ... [2024-07-06T00:43:37.383Z] [2024-07-06T00:43:37.383Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-06T00:43:37.383Z] #29 DONE 0.0s [2024-07-06T00:43:37.383Z] [2024-07-06T00:43:37.383Z] #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-07-06T00:43:37.383Z] #30 DONE 0.3s [2024-07-06T00:43:37.383Z] [2024-07-06T00:43:37.383Z] #33 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:43:37.383Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-06T00:43:37.383Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-06T00:43:37.383Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-06T00:43:37.383Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-06T00:43:37.383Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done [2024-07-06T00:43:37.383Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e [2024-07-06T00:43:37.642Z] #33 ... [2024-07-06T00:43:37.642Z] [2024-07-06T00:43:37.642Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-06T00:43:37.642Z] #29 DONE 0.0s [2024-07-06T00:43:37.642Z] [2024-07-06T00:43:37.642Z] #33 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:43:37.755Z] using credential edgex-jenkins-ssh [2024-07-06T00:43:37.778Z] Cloning the remote Git repository [2024-07-06T00:43:37.900Z] #33 ... [2024-07-06T00:43:37.901Z] [2024-07-06T00:43:37.901Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-06T00:43:37.901Z] #29 DONE 0.0s [2024-07-06T00:43:37.901Z] [2024-07-06T00:43:37.901Z] #33 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:43:37.901Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-06T00:43:37.901Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-06T00:43:37.901Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-06T00:43:37.901Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-06T00:43:37.901Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done [2024-07-06T00:43:37.901Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.5s done [2024-07-06T00:43:37.901Z] #33 ... [2024-07-06T00:43:37.901Z] [2024-07-06T00:43:37.901Z] #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-07-06T00:43:37.901Z] #34 DONE 0.8s [2024-07-06T00:43:37.901Z] [2024-07-06T00:43:37.901Z] #29 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-06T00:43:37.901Z] #29 DONE 0.0s [2024-07-06T00:43:37.901Z] [2024-07-06T00:43:37.901Z] #33 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:43:37.901Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-06T00:43:37.901Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-06T00:43:37.901Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-06T00:43:37.901Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-06T00:43:37.901Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done [2024-07-06T00:43:37.901Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.5s done [2024-07-06T00:43:38.160Z] #33 ... [2024-07-06T00:43:38.160Z] [2024-07-06T00:43:38.160Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-06T00:43:38.160Z] #29 DONE 0.0s [2024-07-06T00:43:38.160Z] [2024-07-06T00:43:38.160Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-06T00:43:38.160Z] #30 DONE 0.8s [2024-07-06T00:43:38.160Z] [2024-07-06T00:43:38.160Z] #33 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:43:38.160Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-06T00:43:38.160Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-06T00:43:38.160Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-06T00:43:38.160Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-06T00:43:38.160Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done [2024-07-06T00:43:38.160Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.5s done [2024-07-06T00:43:38.417Z] #33 ... [2024-07-06T00:43:38.417Z] [2024-07-06T00:43:38.417Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-07-06T00:43:38.417Z] #35 DONE 0.6s [2024-07-06T00:43:38.417Z] [2024-07-06T00:43:38.417Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:43:38.418Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-06T00:43:38.418Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-06T00:43:38.418Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-06T00:43:38.418Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-06T00:43:38.418Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done [2024-07-06T00:43:38.418Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.5s done [2024-07-06T00:43:38.690Z] #33 DONE 1.8s [2024-07-06T00:43:38.690Z] [2024-07-06T00:43:38.690Z] #36 [security-spire-server internal] load build context [2024-07-06T00:43:38.690Z] #36 transferring context: 26.79kB 0.1s done [2024-07-06T00:43:38.690Z] #36 DONE 0.9s [2024-07-06T00:43:38.690Z] [2024-07-06T00:43:38.690Z] #37 [security-spire-config internal] load build context [2024-07-06T00:43:38.690Z] #37 transferring context: 25.04kB 0.1s done [2024-07-06T00:43:38.690Z] #37 DONE 0.9s [2024-07-06T00:43:38.690Z] [2024-07-06T00:43:38.690Z] #38 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-06T00:43:37.820Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-07-06T00:43:37.915Z] > git init /w/workspace/edgex-go/649 # timeout=10 [2024-07-06T00:43:38.180Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-06T00:43:38.182Z] > git --version # timeout=10 [2024-07-06T00:43:38.235Z] > git --version # 'git version 2.25.1' [2024-07-06T00:43:38.240Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-06T00:43:38.470Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-06T00:43:39.259Z] #38 ... [2024-07-06T00:43:39.259Z] [2024-07-06T00:43:39.259Z] #39 [security-spire-agent internal] load build context [2024-07-06T00:43:39.259Z] #39 transferring context: 26.32kB 0.0s done [2024-07-06T00:43:39.259Z] #39 DONE 0.8s [2024-07-06T00:43:39.259Z] [2024-07-06T00:43:39.259Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:43:39.259Z] #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done [2024-07-06T00:43:39.259Z] #40 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-07-06T00:43:39.259Z] #40 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2024-07-06T00:43:39.259Z] #40 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2024-07-06T00:43:39.259Z] #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.4s [2024-07-06T00:43:39.259Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.4s [2024-07-06T00:43:39.259Z] #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.4s done [2024-07-06T00:43:39.259Z] #40 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-07-06T00:43:39.259Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 8.39MB / 25.84MB 1.0s [2024-07-06T00:43:39.259Z] #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-07-06T00:43:39.259Z] #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2024-07-06T00:43:39.559Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 10.49MB / 25.84MB 1.1s [2024-07-06T00:43:39.559Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 12.58MB / 25.84MB 1.2s [2024-07-06T00:43:39.559Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 15.73MB / 25.84MB 1.3s [2024-07-06T00:43:39.818Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 17.83MB / 25.84MB 1.4s [2024-07-06T00:43:39.818Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 22.02MB / 25.84MB 1.6s [2024-07-06T00:43:39.818Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 24.12MB / 25.84MB 1.7s [2024-07-06T00:43:40.119Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 1.8s [2024-07-06T00:43:40.398Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 2.0s done [2024-07-06T00:43:40.398Z] #40 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 [2024-07-06T00:43:42.567Z] #40 ... [2024-07-06T00:43:42.567Z] [2024-07-06T00:43:42.567Z] #41 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-07-06T00:43:42.567Z] #41 DONE 4.6s [2024-07-06T00:43:42.567Z] [2024-07-06T00:43:42.567Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:43:44.699Z] #40 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 3.3s done [2024-07-06T00:43:47.238Z] #40 ... [2024-07-06T00:43:47.238Z] [2024-07-06T00:43:47.238Z] #42 [security-proxy-auth internal] load build context [2024-07-06T00:43:47.238Z] #42 transferring context: 291.69MB 9.7s [2024-07-06T00:43:47.238Z] #42 ... [2024-07-06T00:43:47.238Z] [2024-07-06T00:43:47.238Z] #43 [security-bootstrapper internal] load build context [2024-07-06T00:43:47.238Z] #43 ... [2024-07-06T00:43:47.238Z] [2024-07-06T00:43:47.238Z] #44 [support-notifications internal] load build context [2024-07-06T00:43:47.497Z] #44 ... [2024-07-06T00:43:47.497Z] [2024-07-06T00:43:47.497Z] #45 [security-secretstore-setup internal] load build context [2024-07-06T00:43:47.497Z] #45 ... [2024-07-06T00:43:47.497Z] [2024-07-06T00:43:47.497Z] #46 [support-scheduler internal] load build context [2024-07-06T00:43:47.497Z] #46 ... [2024-07-06T00:43:47.497Z] [2024-07-06T00:43:47.497Z] #47 [core-metadata internal] load build context [2024-07-06T00:43:47.755Z] #47 ... [2024-07-06T00:43:47.755Z] [2024-07-06T00:43:47.755Z] #46 [support-scheduler internal] load build context [2024-07-06T00:43:47.755Z] #46 ... [2024-07-06T00:43:47.755Z] [2024-07-06T00:43:47.755Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-06T00:43:48.017Z] #48 ... [2024-07-06T00:43:48.017Z] [2024-07-06T00:43:48.017Z] #46 [support-scheduler internal] load build context [2024-07-06T00:43:48.017Z] #46 ... [2024-07-06T00:43:48.017Z] [2024-07-06T00:43:48.017Z] #49 [core-common-config-bootstrapper internal] load build context [2024-07-06T00:43:48.275Z] #49 ... [2024-07-06T00:43:48.275Z] [2024-07-06T00:43:48.275Z] #50 [security-proxy-setup internal] load build context [2024-07-06T00:43:48.275Z] #50 ... [2024-07-06T00:43:48.275Z] [2024-07-06T00:43:48.275Z] #51 [core-command internal] load build context [2024-07-06T00:43:48.859Z] #51 ... [2024-07-06T00:43:48.859Z] [2024-07-06T00:43:48.859Z] #52 [core-keeper internal] load build context [2024-07-06T00:43:49.138Z] #52 ... [2024-07-06T00:43:49.138Z] [2024-07-06T00:43:49.138Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-06T00:43:49.138Z] #53 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.4s done [2024-07-06T00:43:49.138Z] #53 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-07-06T00:43:49.138Z] #53 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2024-07-06T00:43:49.138Z] #53 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2024-07-06T00:43:49.138Z] #53 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 1.2s done [2024-07-06T00:43:49.138Z] #53 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 1.9s done [2024-07-06T00:43:49.138Z] #53 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2024-07-06T00:43:49.138Z] #53 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 2.5s done [2024-07-06T00:43:49.138Z] #53 ... [2024-07-06T00:43:49.138Z] [2024-07-06T00:43:49.138Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-06T00:43:49.138Z] #0 2.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:43:49.138Z] #0 2.614 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:43:49.138Z] #0 2.955 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-06T00:43:49.138Z] #0 2.955 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-06T00:43:49.138Z] #0 2.955 OK: 20072 distinct packages available [2024-07-06T00:43:49.138Z] #0 2.989 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:43:49.138Z] #0 3.061 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:43:49.138Z] #0 3.234 (1/11) Installing ca-certificates (20240226-r0) [2024-07-06T00:43:49.138Z] #0 3.883 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-06T00:43:49.138Z] #0 3.894 (3/11) Installing libunistring (1.1-r1) [2024-07-06T00:43:49.138Z] #0 3.908 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-06T00:43:49.138Z] #0 3.912 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-06T00:43:49.138Z] #0 3.925 (6/11) Installing libcurl (8.5.0-r0) [2024-07-06T00:43:49.138Z] #0 3.937 (7/11) Installing curl (8.5.0-r0) [2024-07-06T00:43:49.138Z] #0 3.939 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-06T00:43:49.138Z] #0 3.950 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-06T00:43:49.138Z] #0 3.954 (10/11) Installing libucontext (1.2-r2) [2024-07-06T00:43:49.138Z] #0 3.957 (11/11) Installing gcompat (1.1.0-r1) [2024-07-06T00:43:49.138Z] #0 3.961 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:43:49.138Z] #0 3.968 Executing ca-certificates-20240226-r0.trigger [2024-07-06T00:43:49.138Z] #0 4.020 OK: 12 MiB in 26 packages [2024-07-06T00:43:49.138Z] #54 ... [2024-07-06T00:43:49.138Z] [2024-07-06T00:43:49.138Z] #55 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-06T00:43:49.138Z] #55 ... [2024-07-06T00:43:49.138Z] [2024-07-06T00:43:49.138Z] #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-06T00:43:49.396Z] #56 ... [2024-07-06T00:43:49.396Z] [2024-07-06T00:43:49.396Z] #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-06T00:43:49.396Z] #57 ... [2024-07-06T00:43:49.396Z] [2024-07-06T00:43:49.396Z] #58 [core-data internal] load build context [2024-07-06T00:43:49.653Z] #58 ... [2024-07-06T00:43:49.653Z] [2024-07-06T00:43:49.653Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-06T00:43:49.653Z] #59 ... [2024-07-06T00:43:49.653Z] [2024-07-06T00:43:49.653Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-06T00:43:49.653Z] #60 ... [2024-07-06T00:43:49.653Z] [2024-07-06T00:43:49.653Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-06T00:43:49.653Z] #0 7.090 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:43:49.653Z] #0 7.168 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:43:49.653Z] #0 7.342 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:43:49.653Z] #0 7.729 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:43:49.653Z] #0 7.749 (3/6) Installing dumb-init (1.2.5-r2) [2024-07-06T00:43:49.653Z] #0 7.756 (4/6) Installing openssl (3.1.6-r0) [2024-07-06T00:43:49.653Z] #0 7.769 (5/6) Installing su-exec (0.2-r3) [2024-07-06T00:43:49.653Z] #0 7.773 (6/6) Installing yq (4.33.3-r5) [2024-07-06T00:43:49.653Z] #0 7.843 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:43:49.653Z] #0 7.853 OK: 17 MiB in 19 packages [2024-07-06T00:43:49.910Z] #61 ... [2024-07-06T00:43:49.910Z] [2024-07-06T00:43:49.910Z] #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-06T00:43:49.910Z] #62 ... [2024-07-06T00:43:49.910Z] [2024-07-06T00:43:49.910Z] #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-06T00:43:49.910Z] #0 2.632 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:43:49.910Z] #0 2.712 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:43:49.910Z] #0 2.964 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-06T00:43:49.910Z] #0 3.863 (2/2) Installing su-exec (0.2-r3) [2024-07-06T00:43:49.910Z] #0 3.863 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:43:49.910Z] #0 3.871 OK: 7 MiB in 17 packages [2024-07-06T00:43:50.168Z] #63 ... [2024-07-06T00:43:50.168Z] [2024-07-06T00:43:50.168Z] #58 [core-data internal] load build context [2024-07-06T00:43:52.075Z] #58 ... [2024-07-06T00:43:52.075Z] [2024-07-06T00:43:52.075Z] #64 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-07-06T00:43:52.075Z] #64 ... [2024-07-06T00:43:52.075Z] [2024-07-06T00:43:52.075Z] #47 [core-metadata internal] load build context [2024-07-06T00:43:52.075Z] #47 transferring context: 263.85MB 14.5s [2024-07-06T00:43:53.450Z] #47 ... [2024-07-06T00:43:53.450Z] [2024-07-06T00:43:53.450Z] #58 [core-data internal] load build context [2024-07-06T00:43:54.165Z] #58 transferring context: 439.75MB 15.3s done [2024-07-06T00:43:56.446Z] Avoid second fetch [2024-07-06T00:43:56.447Z] Checking out Revision d00eb61bd559b49c08ce600caa3e3487789f2306 (main) [2024-07-06T00:43:55.467Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-06T00:43:55.494Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-06T00:43:56.462Z] > git config core.sparsecheckout # timeout=10 [2024-07-06T00:43:56.534Z] > git checkout -f d00eb61bd559b49c08ce600caa3e3487789f2306 # timeout=10 [2024-07-06T00:43:57.334Z] Commit message: "Merge pull request #4818 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.25.0" [2024-07-06T00:43:57.450Z] #58 ... [2024-07-06T00:43:57.450Z] [2024-07-06T00:43:57.450Z] #42 [security-proxy-auth internal] load build context [2024-07-06T00:43:57.450Z] #42 transferring context: 439.75MB 12.7s done [2024-07-06T00:43:57.450Z] #42 ... [2024-07-06T00:43:57.450Z] [2024-07-06T00:43:57.450Z] #38 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-06T00:43:57.450Z] #38 8.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:43:57.450Z] #38 8.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:43:57.450Z] #38 8.911 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-06T00:43:57.450Z] #38 8.915 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:43:57.450Z] #38 8.926 OK: 7 MiB in 16 packages [2024-07-06T00:43:57.450Z] #38 ... [2024-07-06T00:43:57.450Z] [2024-07-06T00:43:57.450Z] #44 [support-notifications internal] load build context [2024-07-06T00:43:57.450Z] #44 transferring context: 439.75MB 13.1s done [2024-07-06T00:43:57.710Z] #44 ... [2024-07-06T00:43:57.710Z] [2024-07-06T00:43:57.710Z] #43 [security-bootstrapper internal] load build context [2024-07-06T00:43:57.710Z] #43 transferring context: 439.75MB 15.3s done [2024-07-06T00:43:58.165Z] #43 ... [2024-07-06T00:43:58.165Z] [2024-07-06T00:43:58.165Z] #45 [security-secretstore-setup internal] load build context [2024-07-06T00:43:58.165Z] #45 transferring context: 439.75MB 17.7s done [2024-07-06T00:43:58.425Z] #45 ... [2024-07-06T00:43:58.425Z] [2024-07-06T00:43:58.425Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-06T00:43:58.425Z] #48 transferring context: 439.75MB 14.6s done [2024-07-06T00:43:58.425Z] #48 ... [2024-07-06T00:43:58.425Z] [2024-07-06T00:43:58.425Z] #49 [core-common-config-bootstrapper internal] load build context [2024-07-06T00:43:58.425Z] #49 transferring context: 439.75MB 15.7s done [2024-07-06T00:43:58.685Z] #49 ... [2024-07-06T00:43:58.685Z] [2024-07-06T00:43:58.685Z] #50 [security-proxy-setup internal] load build context [2024-07-06T00:43:58.685Z] #50 transferring context: 439.75MB 17.6s done [2024-07-06T00:43:58.685Z] #50 ... [2024-07-06T00:43:58.685Z] [2024-07-06T00:43:58.685Z] #46 [support-scheduler internal] load build context [2024-07-06T00:43:58.685Z] #46 transferring context: 439.75MB 14.7s done [2024-07-06T00:43:58.943Z] #46 ... [2024-07-06T00:43:58.943Z] [2024-07-06T00:43:58.943Z] #51 [core-command internal] load build context [2024-07-06T00:43:58.943Z] #51 transferring context: 439.75MB 14.5s done [2024-07-06T00:43:58.943Z] #51 ... [2024-07-06T00:43:58.943Z] [2024-07-06T00:43:58.943Z] #52 [core-keeper internal] load build context [2024-07-06T00:43:58.943Z] #52 transferring context: 439.75MB 14.6s done [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-06T00:44:01.935Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-06T00:44:01.935Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-06T00:44:01.935Z] Dload Upload Total Spent Left Speed [2024-07-06T00:44:01.935Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 111k 0 --:--:-- --:--:-- --:--:-- 111k [Pipeline] sh [2024-07-06T00:44:02.280Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-06T00:44:02.615Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-06T00:44:02.615Z] + sudo tee /etc/docker/daemon.new [2024-07-06T00:44:02.615Z] { [2024-07-06T00:44:02.615Z] "registry-mirrors": [ [2024-07-06T00:44:02.615Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-06T00:44:02.615Z] ], [2024-07-06T00:44:02.615Z] "bip": "10.250.0.254/24", [2024-07-06T00:44:02.615Z] "hosts": [ [2024-07-06T00:44:02.615Z] "tcp://0.0.0.0:5555", [2024-07-06T00:44:02.615Z] "unix:///var/run/docker.sock" [2024-07-06T00:44:02.615Z] ], [2024-07-06T00:44:02.615Z] "mtu": 1458, [2024-07-06T00:44:02.615Z] "selinux-enabled": true, [2024-07-06T00:44:02.615Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-06T00:44:02.615Z] } [Pipeline] sh [2024-07-06T00:44:02.964Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-06T00:44:03.316Z] + sudo service docker restart [2024-07-06T00:44:04.218Z] #52 ... [2024-07-06T00:44:04.218Z] [2024-07-06T00:44:04.218Z] #47 [core-metadata internal] load build context [2024-07-06T00:44:04.218Z] #47 transferring context: 439.75MB 18.5s done [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-06T00:44:21.617Z] provisioning config files... [2024-07-06T00:44:21.646Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/649@tmp/config962556919616756645tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-06T00:44:22.140Z] ---> ****-login.sh [2024-07-06T00:44:22.140Z] nexus3.edgexfoundry.org:10001 [2024-07-06T00:44:22.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T00:44:23.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T00:44:23.001Z] Configure a credential helper to remove this warning. See [2024-07-06T00:44:23.001Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T00:44:23.001Z] [2024-07-06T00:44:23.001Z] Login Succeeded [2024-07-06T00:44:23.001Z] nexus3.edgexfoundry.org:10002 [2024-07-06T00:44:23.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T00:44:23.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T00:44:23.271Z] Configure a credential helper to remove this warning. See [2024-07-06T00:44:23.271Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T00:44:23.271Z] [2024-07-06T00:44:23.271Z] Login Succeeded [2024-07-06T00:44:23.271Z] nexus3.edgexfoundry.org:10003 [2024-07-06T00:44:23.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T00:44:23.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T00:44:23.542Z] Configure a credential helper to remove this warning. See [2024-07-06T00:44:23.542Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T00:44:23.542Z] [2024-07-06T00:44:23.542Z] Login Succeeded [2024-07-06T00:44:23.542Z] nexus3.edgexfoundry.org:10004 [2024-07-06T00:44:23.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T00:44:24.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T00:44:24.085Z] Configure a credential helper to remove this warning. See [2024-07-06T00:44:24.085Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T00:44:24.085Z] [2024-07-06T00:44:24.085Z] Login Succeeded [2024-07-06T00:44:24.085Z] ****.io [2024-07-06T00:44:24.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T00:44:24.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T00:44:24.628Z] Configure a credential helper to remove this warning. See [2024-07-06T00:44:24.628Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T00:44:24.628Z] [2024-07-06T00:44:24.628Z] Login Succeeded [2024-07-06T00:44:24.628Z] ---> ****-login.sh ends [Pipeline] } [2024-07-06T00:44:24.641Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-07-06T00:44:25.298Z] + git config --global --add safe.directory /w/workspace/edgex-go/649 [Pipeline] echo [2024-07-06T00:44:25.316Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-06T00:44:25.333Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-06T00:44:25.351Z] ========================================================= [2024-07-06T00:44:25.351Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-06T00:44:25.351Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-06T00:44:25.675Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-06T00:44:25.947Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-06T00:44:25.947Z] c6b39de5b339: Pulling fs layer [2024-07-06T00:44:25.947Z] a69c41024577: Pulling fs layer [2024-07-06T00:44:25.947Z] d6de4b400683: Pulling fs layer [2024-07-06T00:44:25.947Z] 35cb2a7552d0: Pulling fs layer [2024-07-06T00:44:25.947Z] 4f4fb700ef54: Pulling fs layer [2024-07-06T00:44:25.947Z] 464afbd9ba4c: Pulling fs layer [2024-07-06T00:44:25.947Z] 00f215d4a9da: Pulling fs layer [2024-07-06T00:44:25.947Z] 35cb2a7552d0: Waiting [2024-07-06T00:44:25.947Z] 4f4fb700ef54: Waiting [2024-07-06T00:44:25.947Z] 464afbd9ba4c: Waiting [2024-07-06T00:44:25.947Z] d496ad576159: Pulling fs layer [2024-07-06T00:44:25.947Z] 00f215d4a9da: Waiting [2024-07-06T00:44:25.947Z] d496ad576159: Waiting [2024-07-06T00:44:25.947Z] a69c41024577: Verifying Checksum [2024-07-06T00:44:25.947Z] a69c41024577: Download complete [2024-07-06T00:44:25.947Z] 35cb2a7552d0: Verifying Checksum [2024-07-06T00:44:25.947Z] 35cb2a7552d0: Download complete [2024-07-06T00:44:25.947Z] 4f4fb700ef54: Verifying Checksum [2024-07-06T00:44:25.947Z] 4f4fb700ef54: Download complete [2024-07-06T00:44:25.947Z] 464afbd9ba4c: Verifying Checksum [2024-07-06T00:44:25.947Z] 464afbd9ba4c: Download complete [2024-07-06T00:44:25.947Z] c6b39de5b339: Download complete [2024-07-06T00:44:26.543Z] d496ad576159: Verifying Checksum [2024-07-06T00:44:26.543Z] d496ad576159: Download complete [2024-07-06T00:44:26.821Z] c6b39de5b339: Pull complete [2024-07-06T00:44:27.421Z] a69c41024577: Pull complete [2024-07-06T00:44:28.017Z] d6de4b400683: Verifying Checksum [2024-07-06T00:44:28.017Z] d6de4b400683: Download complete [2024-07-06T00:44:28.988Z] 00f215d4a9da: Download complete [2024-07-06T00:44:30.959Z] #47 ... [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #43 [security-bootstrapper internal] load build context [2024-07-06T00:44:30.959Z] #43 DONE 50.6s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #44 [support-notifications internal] load build context [2024-07-06T00:44:30.959Z] #44 DONE 50.6s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #46 [support-scheduler internal] load build context [2024-07-06T00:44:30.959Z] #46 DONE 50.4s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-06T00:44:30.959Z] #48 DONE 50.0s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #42 [security-proxy-auth internal] load build context [2024-07-06T00:44:30.959Z] #42 DONE 50.6s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #51 [core-command internal] load build context [2024-07-06T00:44:30.959Z] #51 DONE 49.7s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #52 [core-keeper internal] load build context [2024-07-06T00:44:30.959Z] #52 DONE 49.7s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #58 [core-data internal] load build context [2024-07-06T00:44:30.959Z] #58 DONE 49.7s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #50 [security-proxy-setup internal] load build context [2024-07-06T00:44:30.959Z] #50 DONE 49.8s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #45 [security-secretstore-setup internal] load build context [2024-07-06T00:44:30.959Z] #45 DONE 50.5s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #49 [core-common-config-bootstrapper internal] load build context [2024-07-06T00:44:30.959Z] #49 DONE 49.7s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #47 [core-metadata internal] load build context [2024-07-06T00:44:30.959Z] #47 DONE 50.5s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-06T00:44:30.959Z] #63 DONE 48.9s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-06T00:44:30.959Z] #54 DONE 48.9s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #38 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-06T00:44:30.959Z] #38 DONE 49.3s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #65 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-07-06T00:44:30.959Z] #65 ... [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-06T00:44:30.959Z] #61 DONE 49.0s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #64 [core-metadata builder 2/7] WORKDIR /edgex-go [2024-07-06T00:44:30.959Z] #64 DONE 46.5s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-06T00:44:30.959Z] #53 DONE 49.8s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #66 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-07-06T00:44:30.959Z] #66 ... [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-06T00:44:30.959Z] #57 DONE 49.6s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-06T00:44:30.959Z] #56 49.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.959Z] #56 49.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.959Z] #56 49.91 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-06T00:44:30.959Z] #56 49.91 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-06T00:44:30.959Z] #56 49.91 OK: 20072 distinct packages available [2024-07-06T00:44:30.959Z] #56 49.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.959Z] #56 50.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.959Z] #56 50.24 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-06T00:44:30.959Z] #56 50.37 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-06T00:44:30.959Z] #56 50.37 (3/4) Installing libucontext (1.2-r2) [2024-07-06T00:44:30.959Z] #56 50.38 (4/4) Installing gcompat (1.1.0-r1) [2024-07-06T00:44:30.959Z] #56 50.38 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:44:30.959Z] #56 50.41 OK: 8 MiB in 19 packages [2024-07-06T00:44:30.959Z] #56 ... [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-06T00:44:30.959Z] #62 49.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.959Z] #62 49.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.959Z] #62 49.88 (1/2) Installing ca-certificates (20240226-r0) [2024-07-06T00:44:30.959Z] #62 49.90 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-06T00:44:30.959Z] #62 49.90 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:44:30.959Z] #62 49.91 Executing ca-certificates-20240226-r0.trigger [2024-07-06T00:44:30.959Z] #62 49.96 OK: 8 MiB in 17 packages [2024-07-06T00:44:30.959Z] #62 DONE 50.5s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #55 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-06T00:44:30.959Z] #55 49.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.959Z] #55 49.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.959Z] #55 49.84 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-06T00:44:30.959Z] #55 49.84 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-06T00:44:30.959Z] #55 49.84 OK: 20072 distinct packages available [2024-07-06T00:44:30.959Z] #55 49.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.959Z] #55 49.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.959Z] #55 50.21 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:44:30.959Z] #55 50.42 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:44:30.959Z] #55 50.43 (3/7) Installing dumb-init (1.2.5-r2) [2024-07-06T00:44:30.959Z] #55 50.44 (4/7) Installing musl-obstack (1.2.3-r2) [2024-07-06T00:44:30.959Z] #55 50.44 (5/7) Installing libucontext (1.2-r2) [2024-07-06T00:44:30.959Z] #55 50.45 (6/7) Installing gcompat (1.1.0-r1) [2024-07-06T00:44:30.959Z] #55 50.45 (7/7) Installing openssl (3.1.6-r0) [2024-07-06T00:44:30.959Z] #55 50.47 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:44:30.959Z] #55 50.49 OK: 8 MiB in 20 packages [2024-07-06T00:44:30.959Z] #55 DONE 51.0s [2024-07-06T00:44:30.959Z] [2024-07-06T00:44:30.959Z] #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-06T00:44:30.959Z] #0 1.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.959Z] #0 1.579 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.960Z] #0 1.771 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:44:30.960Z] #0 1.797 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:44:30.960Z] #0 1.804 OK: 7 MiB in 17 packages [2024-07-06T00:44:30.960Z] #67 DONE 2.0s [2024-07-06T00:44:30.960Z] [2024-07-06T00:44:30.960Z] #68 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-06T00:44:30.960Z] #68 ... [2024-07-06T00:44:30.960Z] [2024-07-06T00:44:30.960Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-06T00:44:30.960Z] #59 49.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.960Z] #59 49.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.960Z] #59 49.94 (1/4) Installing ca-certificates (20240226-r0) [2024-07-06T00:44:30.960Z] #59 49.96 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-06T00:44:30.960Z] #59 49.96 (3/4) Installing su-exec (0.2-r3) [2024-07-06T00:44:30.960Z] #59 49.97 (4/4) Installing yq (4.33.3-r5) [2024-07-06T00:44:30.960Z] #59 50.06 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:44:30.960Z] #59 50.07 Executing ca-certificates-20240226-r0.trigger [2024-07-06T00:44:30.960Z] #59 50.47 OK: 17 MiB in 19 packages [2024-07-06T00:44:30.960Z] #59 DONE 51.1s [2024-07-06T00:44:30.960Z] [2024-07-06T00:44:30.960Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-06T00:44:30.960Z] #69 DONE 2.1s [2024-07-06T00:44:30.960Z] [2024-07-06T00:44:30.960Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-06T00:44:30.960Z] #0 1.486 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.960Z] #0 1.591 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.960Z] #0 1.782 OK: 264 MiB in 52 packages [2024-07-06T00:44:30.960Z] #70 DONE 2.2s [2024-07-06T00:44:30.960Z] [2024-07-06T00:44:30.960Z] #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-06T00:44:30.960Z] #56 DONE 51.2s [2024-07-06T00:44:30.960Z] [2024-07-06T00:44:30.960Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-06T00:44:30.960Z] #60 49.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.960Z] #60 50.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.960Z] #60 50.84 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-06T00:44:30.960Z] #60 50.84 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:44:30.960Z] #60 50.85 OK: 7 MiB in 16 packages [2024-07-06T00:44:30.960Z] #60 DONE 51.2s [2024-07-06T00:44:30.960Z] [2024-07-06T00:44:30.960Z] #65 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-07-06T00:44:30.960Z] #65 1.002 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.960Z] #65 1.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.960Z] #65 1.276 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:44:30.960Z] #65 1.530 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:44:30.960Z] #65 1.545 OK: 7 MiB in 16 packages [2024-07-06T00:44:30.960Z] #65 DONE 2.4s [2024-07-06T00:44:30.960Z] [2024-07-06T00:44:30.960Z] #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-06T00:44:30.960Z] #71 ... [2024-07-06T00:44:30.960Z] [2024-07-06T00:44:30.960Z] #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:44:30.960Z] #72 DONE 0.2s [2024-07-06T00:44:30.960Z] [2024-07-06T00:44:30.960Z] #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:44:30.960Z] #73 ... [2024-07-06T00:44:30.960Z] [2024-07-06T00:44:30.960Z] #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-06T00:44:30.960Z] #0 2.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.960Z] #0 2.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.960Z] #0 2.444 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:44:30.960Z] #0 2.472 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:44:30.960Z] #0 2.480 Executing ca-certificates-20240226-r0.trigger [2024-07-06T00:44:30.960Z] #0 2.529 OK: 12 MiB in 26 packages [2024-07-06T00:44:30.960Z] #74 DONE 3.0s [2024-07-06T00:44:30.960Z] [2024-07-06T00:44:30.960Z] #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-06T00:44:30.960Z] #0 2.123 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.960Z] #0 2.228 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.960Z] #0 2.460 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-06T00:44:30.960Z] #0 2.460 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-06T00:44:30.960Z] #0 2.460 OK: 20075 distinct packages available [2024-07-06T00:44:30.960Z] #0 2.504 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.960Z] #0 2.598 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:30.960Z] #0 2.908 OK: 264 MiB in 52 packages [2024-07-06T00:44:30.960Z] #75 DONE 3.1s [2024-07-06T00:44:30.960Z] [2024-07-06T00:44:30.960Z] #76 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:44:31.240Z] #76 DONE 0.1s [2024-07-06T00:44:31.240Z] [2024-07-06T00:44:31.240Z] #77 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:44:31.500Z] #77 ... [2024-07-06T00:44:31.500Z] [2024-07-06T00:44:31.500Z] #66 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-07-06T00:44:31.500Z] #66 3.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:31.500Z] #66 3.132 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:31.500Z] #66 3.306 OK: 264 MiB in 52 packages [2024-07-06T00:44:31.500Z] #66 DONE 3.7s [2024-07-06T00:44:31.500Z] [2024-07-06T00:44:31.500Z] #78 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:44:31.758Z] #78 DONE 0.3s [2024-07-06T00:44:31.758Z] [2024-07-06T00:44:31.758Z] #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-06T00:44:31.758Z] #0 3.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:31.758Z] #0 3.418 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:31.758Z] #0 3.613 OK: 17 MiB in 19 packages [2024-07-06T00:44:31.758Z] #79 DONE 3.7s [2024-07-06T00:44:31.758Z] [2024-07-06T00:44:31.758Z] #80 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-06T00:44:31.758Z] #80 DONE 0.1s [2024-07-06T00:44:31.758Z] [2024-07-06T00:44:31.758Z] #81 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:44:32.323Z] #81 ... [2024-07-06T00:44:32.323Z] [2024-07-06T00:44:32.323Z] #82 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-06T00:44:32.323Z] #82 DONE 2.4s [2024-07-06T00:44:32.649Z] [2024-07-06T00:44:32.649Z] #68 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-06T00:44:32.649Z] #68 2.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:32.649Z] #68 2.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:32.649Z] #68 2.774 OK: 8 MiB in 20 packages [2024-07-06T00:44:32.907Z] #68 ... [2024-07-06T00:44:32.907Z] [2024-07-06T00:44:32.907Z] #83 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-06T00:44:32.907Z] #0 2.551 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:32.907Z] #0 2.632 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:32.907Z] #0 2.830 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:44:32.907Z] #0 2.858 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:44:32.907Z] #0 2.866 Executing ca-certificates-20240226-r0.trigger [2024-07-06T00:44:32.907Z] #0 2.919 OK: 8 MiB in 17 packages [2024-07-06T00:44:32.907Z] #83 DONE 3.6s [2024-07-06T00:44:33.195Z] [2024-07-06T00:44:33.195Z] #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-06T00:44:33.195Z] #0 2.344 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:33.195Z] #0 2.462 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:33.195Z] #0 2.652 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:44:33.195Z] #0 2.794 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:44:33.195Z] #0 2.803 Executing ca-certificates-20240226-r0.trigger [2024-07-06T00:44:33.195Z] #0 2.847 OK: 17 MiB in 19 packages [2024-07-06T00:44:33.195Z] #84 DONE 3.1s [2024-07-06T00:44:33.195Z] [2024-07-06T00:44:33.195Z] #68 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-07-06T00:44:33.195Z] #68 DONE 3.3s [2024-07-06T00:44:33.195Z] [2024-07-06T00:44:33.195Z] #85 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-06T00:44:33.552Z] #85 ... [2024-07-06T00:44:33.552Z] [2024-07-06T00:44:33.552Z] #86 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-07-06T00:44:33.552Z] #0 3.351 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:33.552Z] #0 4.453 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:33.552Z] #0 4.756 OK: 264 MiB in 52 packages [2024-07-06T00:44:33.552Z] #86 DONE 5.5s [2024-07-06T00:44:33.552Z] [2024-07-06T00:44:33.552Z] #87 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-06T00:44:33.552Z] #0 3.175 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:33.552Z] #0 3.668 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:33.552Z] #0 4.368 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-06T00:44:33.552Z] #0 4.673 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:44:33.552Z] #0 4.680 OK: 7 MiB in 16 packages [2024-07-06T00:44:33.552Z] #87 DONE 5.0s [2024-07-06T00:44:33.552Z] [2024-07-06T00:44:33.552Z] #88 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:44:33.836Z] #88 ... [2024-07-06T00:44:33.836Z] [2024-07-06T00:44:33.836Z] #85 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-06T00:44:33.836Z] #85 DONE 1.4s [2024-07-06T00:44:34.097Z] [2024-07-06T00:44:34.097Z] #89 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-06T00:44:35.522Z] #89 ... [2024-07-06T00:44:35.522Z] [2024-07-06T00:44:35.522Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-06T00:44:35.522Z] #0 3.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:35.522Z] #0 3.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:35.522Z] #0 3.924 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:44:35.522Z] #0 4.004 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:44:35.522Z] #0 4.012 OK: 8 MiB in 19 packages [2024-07-06T00:44:35.522Z] #90 DONE 5.3s [2024-07-06T00:44:35.522Z] [2024-07-06T00:44:35.522Z] #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-06T00:44:35.522Z] #0 3.729 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:35.522Z] #0 4.199 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:35.522Z] #0 4.814 OK: 264 MiB in 52 packages [2024-07-06T00:44:35.522Z] #91 DONE 5.3s [2024-07-06T00:44:35.522Z] [2024-07-06T00:44:35.522Z] #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-06T00:44:35.522Z] #92 DONE 2.2s [2024-07-06T00:44:35.522Z] [2024-07-06T00:44:35.522Z] #88 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:44:35.522Z] #88 DONE 2.1s [2024-07-06T00:44:35.522Z] [2024-07-06T00:44:35.522Z] #93 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:44:36.148Z] #93 ... [2024-07-06T00:44:36.148Z] [2024-07-06T00:44:36.148Z] #89 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-06T00:44:36.148Z] #89 DONE 2.7s [2024-07-06T00:44:36.148Z] [2024-07-06T00:44:36.148Z] #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-06T00:44:36.148Z] #71 5.640 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:36.148Z] #71 5.729 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-06T00:44:36.148Z] #71 5.911 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:44:36.148Z] #71 5.942 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:44:36.148Z] #71 5.949 OK: 7 MiB in 16 packages [2024-07-06T00:44:37.600Z] #71 DONE 7.3s [2024-07-06T00:44:37.600Z] [2024-07-06T00:44:37.600Z] #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-06T00:44:37.600Z] #94 DONE 1.5s [2024-07-06T00:44:37.600Z] [2024-07-06T00:44:37.600Z] #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-06T00:44:37.600Z] #95 DONE 2.1s [2024-07-06T00:44:37.600Z] [2024-07-06T00:44:37.600Z] #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-06T00:44:37.600Z] #96 ... [2024-07-06T00:44:37.600Z] [2024-07-06T00:44:37.600Z] #97 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-06T00:44:37.600Z] #97 DONE 2.1s [2024-07-06T00:44:37.859Z] [2024-07-06T00:44:37.859Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:44:38.431Z] #98 ... [2024-07-06T00:44:38.431Z] [2024-07-06T00:44:38.431Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:44:38.431Z] #40 ... [2024-07-06T00:44:38.431Z] [2024-07-06T00:44:38.431Z] #99 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-06T00:44:38.431Z] #99 DONE 1.0s [2024-07-06T00:44:38.431Z] [2024-07-06T00:44:38.431Z] #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-06T00:44:38.431Z] #96 DONE 1.0s [2024-07-06T00:44:38.431Z] [2024-07-06T00:44:38.431Z] #100 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-06T00:44:38.689Z] #100 ... [2024-07-06T00:44:38.689Z] [2024-07-06T00:44:38.689Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-06T00:44:38.689Z] #101 DONE 3.1s [2024-07-06T00:44:38.689Z] [2024-07-06T00:44:38.689Z] #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-06T00:44:38.689Z] #102 DONE 0.1s [2024-07-06T00:44:38.689Z] [2024-07-06T00:44:38.689Z] #100 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-06T00:44:38.689Z] #100 DONE 0.1s [2024-07-06T00:44:38.689Z] [2024-07-06T00:44:38.689Z] #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-06T00:44:38.689Z] #103 DONE 0.2s [2024-07-06T00:44:38.689Z] [2024-07-06T00:44:38.689Z] #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-06T00:44:38.689Z] #104 DONE 0.1s [2024-07-06T00:44:38.689Z] [2024-07-06T00:44:38.689Z] #105 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-06T00:44:38.946Z] #105 DONE 0.1s [2024-07-06T00:44:38.946Z] [2024-07-06T00:44:38.946Z] #106 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-06T00:44:38.946Z] #106 DONE 0.1s [2024-07-06T00:44:38.946Z] [2024-07-06T00:44:38.946Z] #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-06T00:44:38.946Z] #107 DONE 0.1s [2024-07-06T00:44:38.946Z] [2024-07-06T00:44:38.946Z] #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-06T00:44:38.946Z] #108 DONE 0.1s [2024-07-06T00:44:38.946Z] [2024-07-06T00:44:38.946Z] #109 [security-spire-server] exporting to image [2024-07-06T00:44:38.946Z] #109 exporting layers [2024-07-06T00:44:38.946Z] #109 ... [2024-07-06T00:44:38.946Z] [2024-07-06T00:44:38.946Z] #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-06T00:44:38.946Z] #110 DONE 0.1s [2024-07-06T00:44:38.946Z] [2024-07-06T00:44:38.946Z] #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-06T00:44:38.946Z] #111 DONE 0.1s [2024-07-06T00:44:38.946Z] [2024-07-06T00:44:38.946Z] #109 [security-spire-config] exporting to image [2024-07-06T00:44:39.203Z] #109 ... [2024-07-06T00:44:39.203Z] [2024-07-06T00:44:39.203Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-06T00:44:39.203Z] #112 DONE 0.1s [2024-07-06T00:44:39.203Z] [2024-07-06T00:44:39.203Z] #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-06T00:44:39.203Z] #113 DONE 0.1s [2024-07-06T00:44:39.203Z] [2024-07-06T00:44:39.203Z] #109 [security-spire-agent] exporting to image [2024-07-06T00:44:39.769Z] #109 exporting layers 0.7s done [2024-07-06T00:44:39.769Z] #109 writing image sha256:f4cecaf1872d9df3c7843ced6f8e1466579cf42ad3bd5232c26c52e289fa37f4 0.0s done [2024-07-06T00:44:39.769Z] #109 naming to docker.io/library/security-spire-server done [2024-07-06T00:44:39.769Z] #109 writing image sha256:ea30fa2d429e21ee89f0493fc69b62e567a758f47275df5f8250c1c34d6b512d [2024-07-06T00:44:39.769Z] #109 writing image sha256:ea30fa2d429e21ee89f0493fc69b62e567a758f47275df5f8250c1c34d6b512d 0.1s done [2024-07-06T00:44:39.769Z] #109 naming to docker.io/library/security-spire-config 0.1s done [2024-07-06T00:44:40.026Z] #109 exporting layers 1.0s done [2024-07-06T00:44:40.283Z] #109 writing image sha256:f9ebfd1f36ba22bd19c70da373ab9707f6b574b080a7919a7dc74781396fe38c done [2024-07-06T00:44:40.283Z] #109 naming to docker.io/library/security-spire-agent done [2024-07-06T00:44:40.283Z] #109 DONE 1.3s [2024-07-06T00:44:40.283Z] [2024-07-06T00:44:40.283Z] #81 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:44:41.328Z] d6de4b400683: Pull complete [2024-07-06T00:44:41.328Z] 35cb2a7552d0: Pull complete [2024-07-06T00:44:41.328Z] 4f4fb700ef54: Pull complete [2024-07-06T00:44:41.328Z] 464afbd9ba4c: Pull complete [2024-07-06T00:44:51.418Z] 00f215d4a9da: Pull complete [2024-07-06T00:44:51.418Z] d496ad576159: Pull complete [2024-07-06T00:44:51.418Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-06T00:44:51.418Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-06T00:44:51.418Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-06T00:44:51.760Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-06T00:44:51.760Z] WORKDIR /edgex [2024-07-06T00:44:51.760Z] COPY go.mod . [2024-07-06T00:44:51.760Z] RUN go mod download [2024-07-06T00:44:51.761Z] + docker build -t ci-base-image-arm64 -f - . [2024-07-06T00:44:52.359Z] Sending build context to Docker daemon 3.185MB [2024-07-06T00:44:52.359Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-06T00:44:52.359Z] ---> f246e2811388 [2024-07-06T00:44:52.359Z] Step 2/4 : WORKDIR /edgex [2024-07-06T00:44:54.316Z] ---> Running in d37e8afa0674 [2024-07-06T00:44:54.586Z] Removing intermediate container d37e8afa0674 [2024-07-06T00:44:54.586Z] ---> df9909a3e5bb [2024-07-06T00:44:54.586Z] Step 3/4 : COPY go.mod . [2024-07-06T00:44:55.180Z] ---> 453980892dda [2024-07-06T00:44:55.180Z] Step 4/4 : RUN go mod download [2024-07-06T00:44:55.180Z] ---> Running in ab46d69b60ff [2024-07-06T00:45:36.520Z] #81 ... [2024-07-06T00:45:36.520Z] [2024-07-06T00:45:36.520Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:45:36.520Z] #98 DONE 57.4s [2024-07-06T00:45:36.520Z] [2024-07-06T00:45:36.520Z] #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:45:36.520Z] #73 DONE 64.7s [2024-07-06T00:45:36.520Z] [2024-07-06T00:45:36.520Z] #93 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:45:36.520Z] #93 DONE 59.4s [2024-07-06T00:45:36.520Z] [2024-07-06T00:45:36.520Z] #77 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:45:36.520Z] #77 DONE 63.9s [2024-07-06T00:45:36.520Z] [2024-07-06T00:45:36.520Z] #81 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:45:36.520Z] #81 DONE 63.3s [2024-07-06T00:45:36.520Z] [2024-07-06T00:45:36.520Z] #114 [security-proxy-auth builder 6/7] COPY . . [2024-07-06T00:45:46.504Z] #114 ... [2024-07-06T00:45:46.504Z] [2024-07-06T00:45:46.504Z] #115 [core-keeper builder 7/8] COPY . . [2024-07-06T00:45:46.504Z] #115 ... [2024-07-06T00:45:46.504Z] [2024-07-06T00:45:46.504Z] #116 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-06T00:45:46.504Z] #116 ... [2024-07-06T00:45:46.504Z] [2024-07-06T00:45:46.504Z] #117 [security-bootstrapper builder 6/7] COPY . . [2024-07-06T00:45:46.504Z] #117 ... [2024-07-06T00:45:46.504Z] [2024-07-06T00:45:46.504Z] #118 [support-notifications builder 6/7] COPY . . [2024-07-06T00:45:50.696Z] #118 DONE 15.4s [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #115 [core-keeper builder 7/8] COPY . . [2024-07-06T00:45:50.696Z] #115 DONE 15.5s [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #119 [core-data builder 6/7] COPY . . [2024-07-06T00:45:50.696Z] #119 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #120 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:45:50.696Z] #120 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #121 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:45:50.696Z] #121 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #122 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:45:50.696Z] #122 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #123 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:45:50.696Z] #123 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #124 [core-metadata builder 6/7] COPY . . [2024-07-06T00:45:50.696Z] #124 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #125 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:45:50.696Z] #125 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #126 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:45:50.696Z] #126 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #127 [core-command builder 6/7] COPY . . [2024-07-06T00:45:50.696Z] #127 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #128 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:45:50.696Z] #128 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #129 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:45:50.696Z] #129 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #130 [support-scheduler builder 6/7] COPY . . [2024-07-06T00:45:50.696Z] #130 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #117 [security-bootstrapper builder 6/7] COPY . . [2024-07-06T00:45:50.696Z] #117 DONE 15.5s [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:45:50.696Z] #131 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #132 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-06T00:45:50.696Z] #132 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #133 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:45:50.696Z] #133 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #134 [security-secretstore-setup builder 6/7] COPY . . [2024-07-06T00:45:50.696Z] #134 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #135 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:45:50.696Z] #135 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #136 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:45:50.696Z] #136 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #114 [security-proxy-auth builder 6/7] COPY . . [2024-07-06T00:45:50.696Z] #114 DONE 15.4s [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #137 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-06T00:45:50.696Z] #137 ... [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #138 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:45:50.696Z] #138 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #139 [security-proxy-setup builder 6/7] COPY . . [2024-07-06T00:45:50.696Z] #139 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #140 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:45:50.696Z] #140 CACHED [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #116 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-06T00:45:50.696Z] #116 DONE 15.7s [2024-07-06T00:45:50.696Z] [2024-07-06T00:45:50.696Z] #141 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-06T00:45:52.602Z] #141 1.716 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-07-06T00:46:00.706Z] #141 ... [2024-07-06T00:46:00.706Z] [2024-07-06T00:46:00.706Z] #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-06T00:46:00.706Z] #0 1.673 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-06T00:46:00.706Z] #142 ... [2024-07-06T00:46:00.706Z] [2024-07-06T00:46:00.706Z] #143 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-06T00:46:00.706Z] #0 1.144 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-06T00:46:00.963Z] #143 ... [2024-07-06T00:46:00.963Z] [2024-07-06T00:46:00.963Z] #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-06T00:46:00.963Z] #0 1.621 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-06T00:46:00.963Z] #144 ... [2024-07-06T00:46:00.963Z] [2024-07-06T00:46:00.963Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-06T00:46:00.963Z] #0 1.381 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-06T00:46:01.221Z] #145 ... [2024-07-06T00:46:01.221Z] [2024-07-06T00:46:01.221Z] #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-06T00:46:01.221Z] #0 1.966 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-06T00:46:01.221Z] #146 ... [2024-07-06T00:46:01.221Z] [2024-07-06T00:46:01.221Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-06T00:46:01.221Z] #0 1.055 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-06T00:46:01.478Z] #147 ... [2024-07-06T00:46:01.478Z] [2024-07-06T00:46:01.479Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-06T00:46:01.479Z] #0 1.641 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-06T00:46:01.736Z] #148 ... [2024-07-06T00:46:01.736Z] [2024-07-06T00:46:01.736Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-06T00:46:01.736Z] #0 2.006 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-06T00:46:01.736Z] #149 ... [2024-07-06T00:46:01.736Z] [2024-07-06T00:46:01.736Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-06T00:46:01.736Z] #0 1.624 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-06T00:46:01.994Z] #150 ... [2024-07-06T00:46:01.994Z] [2024-07-06T00:46:01.994Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-06T00:46:01.994Z] #0 1.884 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-07-06T00:46:02.251Z] #151 ... [2024-07-06T00:46:02.251Z] [2024-07-06T00:46:02.251Z] #137 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-06T00:46:02.251Z] #137 1.601 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-07-06T00:46:16.834Z] Removing intermediate container ab46d69b60ff [2024-07-06T00:46:16.835Z] ---> 9549fbbe4c20 [2024-07-06T00:46:16.835Z] Successfully built 9549fbbe4c20 [2024-07-06T00:46:16.835Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:46:17.164Z] + docker inspect -f . ci-base-image-arm64 [2024-07-06T00:46:17.164Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-06T00:46:17.372Z] prd-ubuntu20.04-docker-arm64-4c-16g-5106 does not seem to be running inside a container [2024-07-06T00:46:17.429Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-07-06T00:46:18.695Z] $ docker top cb320908718282b81a4ff9c317419fb720411dd72a6d069ff86d49be088bda80 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-06T00:46:19.531Z] + go version [2024-07-06T00:46:19.531Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-06T00:46:19.553Z] $ docker stop --time=1 cb320908718282b81a4ff9c317419fb720411dd72a6d069ff86d49be088bda80 [2024-07-06T00:46:21.217Z] $ docker rm -f --volumes cb320908718282b81a4ff9c317419fb720411dd72a6d069ff86d49be088bda80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:46:21.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-06T00:46:21.921Z] [2024-07-06T00:46:21.921Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:46:22.265Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-06T00:46:22.265Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-07-06T00:46:22.265Z] 547446be3368: Pulling fs layer [2024-07-06T00:46:22.265Z] d125d8839a47: Pulling fs layer [2024-07-06T00:46:22.265Z] 3e85d5ac6304: Pulling fs layer [2024-07-06T00:46:22.265Z] c3105a71a48b: Pulling fs layer [2024-07-06T00:46:22.265Z] 0f093f025ec4: Pulling fs layer [2024-07-06T00:46:22.265Z] c3106fc0e877: Pulling fs layer [2024-07-06T00:46:22.265Z] 0f093f025ec4: Waiting [2024-07-06T00:46:22.265Z] c3106fc0e877: Waiting [2024-07-06T00:46:22.534Z] 547446be3368: Verifying Checksum [2024-07-06T00:46:22.534Z] c3105a71a48b: Verifying Checksum [2024-07-06T00:46:22.534Z] c3105a71a48b: Download complete [2024-07-06T00:46:23.119Z] d125d8839a47: Verifying Checksum [2024-07-06T00:46:23.119Z] d125d8839a47: Download complete [2024-07-06T00:46:23.119Z] c3106fc0e877: Verifying Checksum [2024-07-06T00:46:23.119Z] c3106fc0e877: Download complete [2024-07-06T00:46:23.119Z] 0f093f025ec4: Verifying Checksum [2024-07-06T00:46:23.119Z] 0f093f025ec4: Download complete [2024-07-06T00:46:23.388Z] 547446be3368: Pull complete [2024-07-06T00:46:24.351Z] d125d8839a47: Pull complete [2024-07-06T00:46:24.937Z] 3e85d5ac6304: Verifying Checksum [2024-07-06T00:46:24.937Z] 3e85d5ac6304: Download complete [2024-07-06T00:46:35.005Z] 3e85d5ac6304: Pull complete [2024-07-06T00:46:35.005Z] c3105a71a48b: Pull complete [2024-07-06T00:46:35.969Z] 0f093f025ec4: Pull complete [2024-07-06T00:46:36.237Z] c3106fc0e877: Pull complete [2024-07-06T00:46:36.237Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-07-06T00:46:36.237Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-06T00:46:36.237Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-06T00:46:36.459Z] prd-ubuntu20.04-docker-arm64-4c-16g-5106 does not seem to be running inside a container [2024-07-06T00:46:36.534Z] $ 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/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-07-06T00:46:38.676Z] $ docker top 35927e88166bee8b38783271c36608d7c551e446b0ea9ce172cae0008875399c -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-06T00:46:39.502Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-06T00:46:49.575Z] #1 [support-notifications internal] load build definition from Dockerfile [2024-07-06T00:46:49.575Z] #1 transferring dockerfile: 1.95kB 0.0s done [2024-07-06T00:46:49.575Z] #1 DONE 0.1s [2024-07-06T00:46:49.575Z] [2024-07-06T00:46:49.575Z] #2 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-06T00:46:49.575Z] #2 transferring dockerfile: 2.15kB done [2024-07-06T00:46:49.575Z] #2 DONE 0.0s [2024-07-06T00:46:49.575Z] [2024-07-06T00:46:49.575Z] #3 [security-spire-config internal] load build definition from Dockerfile [2024-07-06T00:46:49.844Z] #3 transferring dockerfile: 1.69kB 0.0s done [2024-07-06T00:46:49.844Z] #3 DONE 0.1s [2024-07-06T00:46:49.844Z] [2024-07-06T00:46:49.844Z] #4 [core-data internal] load build definition from Dockerfile [2024-07-06T00:46:49.844Z] #4 transferring dockerfile: 2.01kB 0.0s done [2024-07-06T00:46:49.844Z] #4 DONE 0.1s [2024-07-06T00:46:49.844Z] [2024-07-06T00:46:49.844Z] #5 [support-scheduler internal] load build definition from Dockerfile [2024-07-06T00:46:49.844Z] #5 transferring dockerfile: 1.93kB done [2024-07-06T00:46:49.844Z] #5 DONE 0.1s [2024-07-06T00:46:49.844Z] [2024-07-06T00:46:49.844Z] #6 [core-command internal] load build definition from Dockerfile [2024-07-06T00:46:50.110Z] #6 transferring dockerfile: 1.93kB 0.0s done [2024-07-06T00:46:50.110Z] #6 DONE 0.1s [2024-07-06T00:46:50.110Z] [2024-07-06T00:46:50.110Z] #7 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-06T00:46:50.110Z] #7 transferring dockerfile: 2.49kB done [2024-07-06T00:46:50.110Z] #7 DONE 0.1s [2024-07-06T00:46:50.110Z] [2024-07-06T00:46:50.110Z] #8 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-06T00:46:50.110Z] #8 transferring dockerfile: 2.93kB 0.0s done [2024-07-06T00:46:50.110Z] #8 DONE 0.1s [2024-07-06T00:46:50.110Z] [2024-07-06T00:46:50.110Z] #9 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-06T00:46:50.110Z] #9 transferring dockerfile: 1.89kB 0.0s done [2024-07-06T00:46:50.110Z] #9 DONE 0.1s [2024-07-06T00:46:50.382Z] [2024-07-06T00:46:50.382Z] #10 [core-metadata internal] load build definition from Dockerfile [2024-07-06T00:46:50.382Z] #10 transferring dockerfile: 2.06kB 0.0s done [2024-07-06T00:46:50.382Z] #10 DONE 0.1s [2024-07-06T00:46:50.382Z] [2024-07-06T00:46:50.382Z] #11 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-06T00:46:50.382Z] #11 transferring dockerfile: 2.50kB done [2024-07-06T00:46:50.382Z] #11 DONE 0.1s [2024-07-06T00:46:50.382Z] [2024-07-06T00:46:50.382Z] #12 [security-spire-server internal] load build definition from Dockerfile [2024-07-06T00:46:50.382Z] #12 transferring dockerfile: 1.70kB done [2024-07-06T00:46:50.382Z] #12 DONE 0.1s [2024-07-06T00:46:50.382Z] [2024-07-06T00:46:50.382Z] #13 [security-spire-agent internal] load build definition from Dockerfile [2024-07-06T00:46:50.382Z] #13 transferring dockerfile: 1.81kB 0.0s done [2024-07-06T00:46:50.382Z] #13 DONE 0.1s [2024-07-06T00:46:50.382Z] [2024-07-06T00:46:50.382Z] #14 [core-keeper internal] load build definition from Dockerfile [2024-07-06T00:46:50.648Z] #14 transferring dockerfile: 2.01kB done [2024-07-06T00:46:50.648Z] #14 DONE 0.1s [2024-07-06T00:46:50.648Z] [2024-07-06T00:46:50.648Z] #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-06T00:46:50.648Z] #15 transferring dockerfile: 2.23kB 0.0s done [2024-07-06T00:46:50.648Z] #15 DONE 0.1s [2024-07-06T00:46:50.648Z] [2024-07-06T00:46:50.648Z] #16 [support-notifications internal] load .dockerignore [2024-07-06T00:46:50.648Z] #16 transferring context: 50B 0.0s done [2024-07-06T00:46:50.648Z] #16 DONE 0.1s [2024-07-06T00:46:51.612Z] [2024-07-06T00:46:51.612Z] #17 [security-proxy-auth internal] load .dockerignore [2024-07-06T00:46:51.612Z] #17 transferring context: 50B 0.0s done [2024-07-06T00:46:51.612Z] #17 DONE 0.1s [2024-07-06T00:46:51.612Z] [2024-07-06T00:46:51.612Z] #18 [security-spire-config internal] load .dockerignore [2024-07-06T00:46:51.612Z] #18 transferring context: 50B done [2024-07-06T00:46:51.612Z] #18 DONE 0.0s [2024-07-06T00:46:51.612Z] [2024-07-06T00:46:51.612Z] #19 [core-data internal] load .dockerignore [2024-07-06T00:46:51.612Z] #19 transferring context: 50B done [2024-07-06T00:46:51.612Z] #19 DONE 0.1s [2024-07-06T00:46:51.612Z] [2024-07-06T00:46:51.612Z] #20 [support-scheduler internal] load .dockerignore [2024-07-06T00:46:51.612Z] #20 transferring context: 50B done [2024-07-06T00:46:51.612Z] #20 DONE 0.0s [2024-07-06T00:46:51.612Z] [2024-07-06T00:46:51.612Z] #21 [core-command internal] load .dockerignore [2024-07-06T00:46:51.879Z] #21 transferring context: 50B done [2024-07-06T00:46:51.879Z] #21 DONE 0.0s [2024-07-06T00:46:51.879Z] [2024-07-06T00:46:51.879Z] #22 [security-secretstore-setup internal] load .dockerignore [2024-07-06T00:46:51.879Z] #22 transferring context: 50B done [2024-07-06T00:46:51.879Z] #22 DONE 0.1s [2024-07-06T00:46:51.879Z] [2024-07-06T00:46:51.879Z] #23 [security-bootstrapper internal] load .dockerignore [2024-07-06T00:46:51.879Z] #23 transferring context: 50B 0.0s done [2024-07-06T00:46:51.879Z] #23 DONE 0.0s [2024-07-06T00:46:51.879Z] [2024-07-06T00:46:51.879Z] #24 [security-spiffe-token-provider internal] load .dockerignore [2024-07-06T00:46:51.879Z] #24 transferring context: 50B 0.0s done [2024-07-06T00:46:51.879Z] #24 DONE 0.1s [2024-07-06T00:46:51.879Z] [2024-07-06T00:46:51.879Z] #25 [core-metadata internal] load .dockerignore [2024-07-06T00:46:51.879Z] #25 transferring context: 50B done [2024-07-06T00:46:51.879Z] #25 DONE 0.1s [2024-07-06T00:46:52.146Z] [2024-07-06T00:46:52.146Z] #26 [security-proxy-setup internal] load .dockerignore [2024-07-06T00:46:52.146Z] #26 transferring context: 50B 0.0s done [2024-07-06T00:46:52.146Z] #26 DONE 0.1s [2024-07-06T00:46:52.146Z] [2024-07-06T00:46:52.146Z] #27 [security-spire-server internal] load .dockerignore [2024-07-06T00:46:52.146Z] #27 transferring context: 50B done [2024-07-06T00:46:52.146Z] #27 DONE 0.1s [2024-07-06T00:46:52.146Z] [2024-07-06T00:46:52.146Z] #28 [security-spire-agent internal] load .dockerignore [2024-07-06T00:46:52.146Z] #28 transferring context: 50B done [2024-07-06T00:46:52.146Z] #28 DONE 0.1s [2024-07-06T00:46:52.146Z] [2024-07-06T00:46:52.146Z] #29 [core-keeper internal] load .dockerignore [2024-07-06T00:46:52.412Z] #29 transferring context: 50B done [2024-07-06T00:46:52.412Z] #29 DONE 0.1s [2024-07-06T00:46:52.412Z] [2024-07-06T00:46:52.412Z] #30 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-06T00:46:52.412Z] #30 transferring context: 50B done [2024-07-06T00:46:52.412Z] #30 DONE 0.1s [2024-07-06T00:46:52.412Z] [2024-07-06T00:46:52.412Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-06T00:46:52.412Z] #31 DONE 0.0s [2024-07-06T00:46:52.412Z] [2024-07-06T00:46:52.412Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-07-06T00:46:52.681Z] #32 DONE 0.2s [2024-07-06T00:46:52.681Z] [2024-07-06T00:46:52.681Z] #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:46:52.681Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-06T00:46:52.681Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.05MB / 3.34MB 0.1s [2024-07-06T00:46:52.681Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-06T00:46:52.681Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-06T00:46:52.681Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-06T00:46:52.949Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-06T00:46:52.949Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce [2024-07-06T00:46:53.533Z] #33 ... [2024-07-06T00:46:53.533Z] [2024-07-06T00:46:53.533Z] #34 [support-notifications internal] load build context [2024-07-06T00:46:53.533Z] #34 transferring context: 2.80MB 0.6s done [2024-07-06T00:46:53.533Z] #34 DONE 0.8s [2024-07-06T00:46:53.533Z] [2024-07-06T00:46:53.533Z] #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:46:53.533Z] #33 ... [2024-07-06T00:46:53.533Z] [2024-07-06T00:46:53.533Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-06T00:46:53.533Z] #31 DONE 0.0s [2024-07-06T00:46:53.533Z] [2024-07-06T00:46:53.533Z] #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 [2024-07-06T00:46:53.533Z] #32 DONE 0.2s [2024-07-06T00:46:53.533Z] [2024-07-06T00:46:53.533Z] #35 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-06T00:46:53.533Z] #35 DONE 1.7s [2024-07-06T00:46:53.533Z] [2024-07-06T00:46:53.533Z] #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:46:53.533Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-06T00:46:53.533Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-06T00:46:53.533Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-06T00:46:53.533Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-06T00:46:53.533Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-06T00:46:53.798Z] #33 ... [2024-07-06T00:46:53.798Z] [2024-07-06T00:46:53.798Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-06T00:46:53.798Z] #31 DONE 0.0s [2024-07-06T00:46:53.798Z] [2024-07-06T00:46:53.798Z] #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:46:53.798Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done [2024-07-06T00:46:53.798Z] #33 ... [2024-07-06T00:46:53.798Z] [2024-07-06T00:46:53.798Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-07-06T00:46:53.798Z] #32 DONE 0.4s [2024-07-06T00:46:53.798Z] [2024-07-06T00:46:53.798Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-06T00:46:53.798Z] #31 DONE 0.0s [2024-07-06T00:46:53.798Z] [2024-07-06T00:46:53.798Z] #35 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-06T00:46:53.798Z] #35 DONE 1.8s [2024-07-06T00:46:53.798Z] [2024-07-06T00:46:53.798Z] #36 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-07-06T00:46:53.798Z] #36 DONE 0.6s [2024-07-06T00:46:53.798Z] [2024-07-06T00:46:53.798Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:46:53.798Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-06T00:46:53.798Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-06T00:46:53.798Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-06T00:46:53.798Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-06T00:46:53.798Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-06T00:46:53.798Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done [2024-07-06T00:46:54.065Z] #33 ... [2024-07-06T00:46:54.065Z] [2024-07-06T00:46:54.065Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-06T00:46:54.065Z] #31 DONE 0.0s [2024-07-06T00:46:54.065Z] [2024-07-06T00:46:54.065Z] #35 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-06T00:46:54.065Z] #35 DONE 1.8s [2024-07-06T00:46:54.065Z] [2024-07-06T00:46:54.065Z] #36 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-07-06T00:46:54.065Z] #36 DONE 0.6s [2024-07-06T00:46:54.065Z] [2024-07-06T00:46:54.065Z] #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:46:54.065Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-06T00:46:54.065Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-06T00:46:54.065Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-06T00:46:54.065Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-06T00:46:54.065Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-06T00:46:54.065Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done [2024-07-06T00:46:54.065Z] #33 ... [2024-07-06T00:46:54.065Z] [2024-07-06T00:46:54.065Z] #32 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-07-06T00:46:54.065Z] #32 DONE 0.6s [2024-07-06T00:46:54.334Z] [2024-07-06T00:46:54.334Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-06T00:46:54.334Z] #31 DONE 0.0s [2024-07-06T00:46:54.334Z] [2024-07-06T00:46:54.334Z] #35 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-06T00:46:54.334Z] #35 DONE 1.8s [2024-07-06T00:46:54.334Z] [2024-07-06T00:46:54.334Z] #36 [core-command builder 2/7] WORKDIR /edgex-go [2024-07-06T00:46:54.334Z] #36 DONE 0.7s [2024-07-06T00:46:54.334Z] [2024-07-06T00:46:54.334Z] #33 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:46:54.334Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-06T00:46:54.334Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-06T00:46:54.334Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-06T00:46:54.334Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-06T00:46:54.334Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-06T00:46:54.334Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done [2024-07-06T00:46:54.334Z] #33 ... [2024-07-06T00:46:54.334Z] [2024-07-06T00:46:54.334Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-06T00:46:54.334Z] #31 DONE 0.0s [2024-07-06T00:46:54.617Z] [2024-07-06T00:46:54.617Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-06T00:46:54.617Z] #31 DONE 0.0s [2024-07-06T00:46:54.617Z] [2024-07-06T00:46:54.617Z] #37 [core-data internal] load build context [2024-07-06T00:46:54.617Z] #37 ... [2024-07-06T00:46:54.617Z] [2024-07-06T00:46:54.617Z] #35 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-06T00:46:54.617Z] #35 DONE 1.9s [2024-07-06T00:46:54.617Z] [2024-07-06T00:46:54.617Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2024-07-06T00:46:54.617Z] #32 DONE 1.1s [2024-07-06T00:46:54.617Z] [2024-07-06T00:46:54.617Z] #38 [security-spiffe-token-provider internal] load build context [2024-07-06T00:46:54.617Z] #38 DONE 0.0s [2024-07-06T00:46:54.617Z] [2024-07-06T00:46:54.617Z] #36 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-06T00:46:54.617Z] #36 DONE 0.7s [2024-07-06T00:46:54.889Z] [2024-07-06T00:46:54.889Z] #35 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-06T00:46:54.889Z] #35 DONE 1.9s [2024-07-06T00:46:54.889Z] [2024-07-06T00:46:54.889Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-06T00:46:54.889Z] #31 DONE 0.0s [2024-07-06T00:46:54.889Z] [2024-07-06T00:46:54.889Z] #36 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-07-06T00:46:54.889Z] #36 DONE 0.7s [2024-07-06T00:46:54.889Z] [2024-07-06T00:46:54.889Z] #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:46:54.889Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-06T00:46:54.889Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-06T00:46:54.889Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-06T00:46:54.889Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-06T00:46:54.889Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-06T00:46:54.889Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done [2024-07-06T00:46:54.889Z] #33 ... [2024-07-06T00:46:54.889Z] [2024-07-06T00:46:54.889Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-06T00:46:54.889Z] #31 DONE 0.0s [2024-07-06T00:46:54.889Z] [2024-07-06T00:46:54.889Z] #39 [support-scheduler internal] load build context [2024-07-06T00:46:55.156Z] #39 ... [2024-07-06T00:46:55.156Z] [2024-07-06T00:46:55.156Z] #40 [security-proxy-auth internal] load build context [2024-07-06T00:46:55.156Z] #40 transferring context: 2.80MB 1.2s done [2024-07-06T00:46:55.156Z] #40 DONE 1.5s [2024-07-06T00:46:55.156Z] [2024-07-06T00:46:55.156Z] #39 [support-scheduler internal] load build context [2024-07-06T00:46:55.422Z] #39 ... [2024-07-06T00:46:55.422Z] [2024-07-06T00:46:55.422Z] #35 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-06T00:46:55.422Z] #35 DONE 1.9s [2024-07-06T00:46:55.422Z] [2024-07-06T00:46:55.422Z] #36 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-07-06T00:46:55.422Z] #36 DONE 0.8s [2024-07-06T00:46:55.422Z] [2024-07-06T00:46:55.422Z] #41 [security-spire-server internal] load build context [2024-07-06T00:46:55.422Z] #41 DONE 0.0s [2024-07-06T00:46:55.422Z] [2024-07-06T00:46:55.422Z] #42 [security-proxy-setup internal] load build context [2024-07-06T00:46:55.422Z] #42 DONE 0.0s [2024-07-06T00:46:55.422Z] [2024-07-06T00:46:55.422Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 [2024-07-06T00:46:55.422Z] #32 DONE 1.6s [2024-07-06T00:46:55.422Z] [2024-07-06T00:46:55.422Z] #43 [core-metadata internal] load build context [2024-07-06T00:46:55.422Z] #43 DONE 0.0s [2024-07-06T00:46:55.422Z] [2024-07-06T00:46:55.422Z] #33 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:46:55.422Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-06T00:46:55.422Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-06T00:46:55.422Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-06T00:46:55.422Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-06T00:46:55.422Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-06T00:46:55.422Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done [2024-07-06T00:46:55.422Z] #33 DONE 3.6s [2024-07-06T00:46:55.422Z] [2024-07-06T00:46:55.422Z] #39 [support-scheduler internal] load build context [2024-07-06T00:46:55.422Z] #39 ... [2024-07-06T00:46:55.422Z] [2024-07-06T00:46:55.422Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-06T00:46:55.422Z] #31 DONE 0.0s [2024-07-06T00:46:55.422Z] [2024-07-06T00:46:55.422Z] #39 [support-scheduler internal] load build context [2024-07-06T00:46:55.422Z] #39 ... [2024-07-06T00:46:55.422Z] [2024-07-06T00:46:55.422Z] #37 [core-data internal] load build context [2024-07-06T00:46:55.422Z] #37 transferring context: 2.80MB 1.2s done [2024-07-06T00:46:55.422Z] #37 DONE 1.6s [2024-07-06T00:46:55.422Z] [2024-07-06T00:46:55.422Z] #39 [support-scheduler internal] load build context [2024-07-06T00:46:55.422Z] #39 transferring context: 2.80MB 1.5s done [2024-07-06T00:46:55.691Z] #39 ... [2024-07-06T00:46:55.691Z] [2024-07-06T00:46:55.691Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-06T00:46:55.691Z] #31 DONE 0.0s [2024-07-06T00:46:55.961Z] [2024-07-06T00:46:55.961Z] #44 [core-command internal] load build context [2024-07-06T00:46:56.229Z] #44 ... [2024-07-06T00:46:56.229Z] [2024-07-06T00:46:56.229Z] #39 [support-scheduler internal] load build context [2024-07-06T00:46:56.229Z] #39 DONE 2.1s [2024-07-06T00:46:56.229Z] [2024-07-06T00:46:56.229Z] #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:46:56.229Z] #45 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.9s done [2024-07-06T00:46:56.229Z] #45 DONE 1.2s [2024-07-06T00:46:56.229Z] [2024-07-06T00:46:56.229Z] #46 [security-spire-config internal] load build context [2024-07-06T00:46:56.229Z] #46 transferring context: 25.04kB 0.3s done [2024-07-06T00:46:56.229Z] #46 DONE 1.0s [2024-07-06T00:46:56.229Z] [2024-07-06T00:46:56.229Z] #44 [core-command internal] load build context [2024-07-06T00:46:56.815Z] #44 transferring context: 2.80MB 1.8s done [2024-07-06T00:46:57.082Z] #44 DONE 2.8s [2024-07-06T00:46:57.082Z] [2024-07-06T00:46:57.082Z] #47 [security-bootstrapper internal] load build context [2024-07-06T00:46:57.358Z] #47 ... [2024-07-06T00:46:57.358Z] [2024-07-06T00:46:57.358Z] #48 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-07-06T00:46:57.358Z] #48 DONE 3.6s [2024-07-06T00:46:57.358Z] [2024-07-06T00:46:57.358Z] #41 [security-spire-server internal] load build context [2024-07-06T00:46:57.358Z] #41 transferring context: 26.79kB 0.2s done [2024-07-06T00:46:57.358Z] #41 DONE 2.1s [2024-07-06T00:46:57.358Z] [2024-07-06T00:46:57.358Z] #47 [security-bootstrapper internal] load build context [2024-07-06T00:46:57.625Z] #47 ... [2024-07-06T00:46:57.625Z] [2024-07-06T00:46:57.625Z] #35 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-06T00:46:57.625Z] #35 DONE 2.0s [2024-07-06T00:46:57.625Z] [2024-07-06T00:46:57.625Z] #36 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-06T00:46:57.625Z] #36 DONE 0.9s [2024-07-06T00:46:57.625Z] [2024-07-06T00:46:57.625Z] #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:46:57.625Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-06T00:46:57.625Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-06T00:46:57.625Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-06T00:46:57.625Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-06T00:46:57.625Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-06T00:46:57.625Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done [2024-07-06T00:46:57.626Z] #33 DONE 3.6s [2024-07-06T00:46:57.626Z] [2024-07-06T00:46:57.626Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-06T00:46:57.626Z] #32 DONE 3.7s [2024-07-06T00:46:57.626Z] [2024-07-06T00:46:57.626Z] #47 [security-bootstrapper internal] load build context [2024-07-06T00:46:57.626Z] #47 transferring context: 2.80MB 2.2s done [2024-07-06T00:46:57.626Z] #47 ... [2024-07-06T00:46:57.626Z] [2024-07-06T00:46:57.626Z] #35 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-06T00:46:57.626Z] #35 DONE 2.0s [2024-07-06T00:46:57.626Z] [2024-07-06T00:46:57.626Z] #36 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-07-06T00:46:57.626Z] #36 DONE 0.9s [2024-07-06T00:46:57.626Z] [2024-07-06T00:46:57.626Z] #33 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:46:57.626Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-06T00:46:57.626Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-06T00:46:57.626Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-06T00:46:57.626Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-06T00:46:57.626Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-06T00:46:57.626Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done [2024-07-06T00:46:57.626Z] #33 DONE 3.6s [2024-07-06T00:46:57.984Z] [2024-07-06T00:46:57.984Z] #47 [security-bootstrapper internal] load build context [2024-07-06T00:46:57.984Z] #47 DONE 3.1s [2024-07-06T00:46:57.984Z] [2024-07-06T00:46:57.984Z] #49 [core-keeper internal] load build context [2024-07-06T00:46:57.984Z] #49 ... [2024-07-06T00:46:57.984Z] [2024-07-06T00:46:57.984Z] #38 [security-spiffe-token-provider internal] load build context [2024-07-06T00:46:57.984Z] #38 transferring context: 2.80MB 2.3s done [2024-07-06T00:46:57.984Z] #38 DONE 3.3s [2024-07-06T00:46:57.984Z] [2024-07-06T00:46:57.984Z] #50 [security-secretstore-setup internal] load build context [2024-07-06T00:46:58.265Z] #50 transferring context: 2.80MB 3.1s done [2024-07-06T00:46:59.265Z] #50 ... [2024-07-06T00:46:59.265Z] [2024-07-06T00:46:59.265Z] #51 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-07-06T00:46:59.265Z] #51 DONE 3.8s [2024-07-06T00:46:59.265Z] [2024-07-06T00:46:59.265Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-06T00:46:59.265Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-06T00:46:59.265Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-06T00:46:59.265Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-06T00:46:59.265Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-06T00:46:59.265Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-06T00:46:59.265Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done [2024-07-06T00:46:59.265Z] #33 DONE 3.6s [2024-07-06T00:46:59.265Z] [2024-07-06T00:46:59.265Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-06T00:46:59.265Z] #52 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-06T00:46:59.265Z] #52 ... [2024-07-06T00:46:59.265Z] [2024-07-06T00:46:59.265Z] #50 [security-secretstore-setup internal] load build context [2024-07-06T00:46:59.265Z] #50 DONE 4.7s [2024-07-06T00:46:59.553Z] [2024-07-06T00:46:59.553Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:46:59.553Z] #45 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.9s done [2024-07-06T00:46:59.553Z] #45 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-07-06T00:46:59.553Z] #45 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2024-07-06T00:46:59.553Z] #45 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2024-07-06T00:46:59.553Z] #45 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 1.0s [2024-07-06T00:46:59.553Z] #45 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.9s done [2024-07-06T00:46:59.553Z] #45 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.9s done [2024-07-06T00:46:59.553Z] #45 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.1s done [2024-07-06T00:46:59.553Z] #45 ... [2024-07-06T00:46:59.553Z] [2024-07-06T00:46:59.553Z] #43 [core-metadata internal] load build context [2024-07-06T00:46:59.553Z] #43 transferring context: 2.80MB 2.9s done [2024-07-06T00:46:59.553Z] #43 DONE 4.2s [2024-07-06T00:46:59.554Z] [2024-07-06T00:46:59.554Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:46:59.554Z] #45 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 1.1s done [2024-07-06T00:46:59.837Z] #45 ... [2024-07-06T00:46:59.837Z] [2024-07-06T00:46:59.837Z] #42 [security-proxy-setup internal] load build context [2024-07-06T00:46:59.837Z] #42 transferring context: 2.80MB 2.0s done [2024-07-06T00:46:59.837Z] #42 DONE 4.3s [2024-07-06T00:46:59.837Z] [2024-07-06T00:46:59.837Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:46:59.837Z] #45 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 1.1s done [2024-07-06T00:47:00.117Z] #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 1.7s [2024-07-06T00:47:01.543Z] #45 ... [2024-07-06T00:47:01.543Z] [2024-07-06T00:47:01.543Z] #53 [security-spire-agent internal] load build context [2024-07-06T00:47:01.543Z] #53 transferring context: 26.32kB 0.4s done [2024-07-06T00:47:01.543Z] #53 DONE 2.6s [2024-07-06T00:47:01.543Z] [2024-07-06T00:47:01.543Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:01.812Z] #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 1.64MB / 23.39MB 3.3s [2024-07-06T00:47:02.409Z] #45 ... [2024-07-06T00:47:02.409Z] [2024-07-06T00:47:02.409Z] #54 [core-common-config-bootstrapper internal] load build context [2024-07-06T00:47:02.409Z] #54 transferring context: 2.80MB 3.9s done [2024-07-06T00:47:02.409Z] #54 DONE 5.0s [2024-07-06T00:47:02.409Z] [2024-07-06T00:47:02.409Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:02.677Z] #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 2.92MB / 23.39MB 4.2s [2024-07-06T00:47:03.285Z] #45 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae [2024-07-06T00:47:03.564Z] #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.19MB / 23.39MB 5.0s [2024-07-06T00:47:04.165Z] #45 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.8s done [2024-07-06T00:47:04.165Z] #45 ... [2024-07-06T00:47:04.165Z] [2024-07-06T00:47:04.165Z] #55 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-07-06T00:47:04.165Z] #0 5.975 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:04.165Z] #0 6.771 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:04.165Z] #0 8.930 OK: 266 MiB in 52 packages [2024-07-06T00:47:04.165Z] #55 ... [2024-07-06T00:47:04.165Z] [2024-07-06T00:47:04.165Z] #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-06T00:47:04.165Z] #0 7.932 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:04.165Z] #0 8.994 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:04.165Z] #56 ... [2024-07-06T00:47:04.165Z] [2024-07-06T00:47:04.165Z] #55 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-07-06T00:47:04.165Z] #55 DONE 10.6s [2024-07-06T00:47:04.165Z] [2024-07-06T00:47:04.165Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:04.763Z] #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.94MB / 23.39MB 6.3s [2024-07-06T00:47:04.763Z] #45 ... [2024-07-06T00:47:04.763Z] [2024-07-06T00:47:04.763Z] #57 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-06T00:47:04.763Z] #0 6.791 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:04.763Z] #0 7.741 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:04.763Z] #0 9.612 OK: 266 MiB in 52 packages [2024-07-06T00:47:05.045Z] #57 ... [2024-07-06T00:47:05.045Z] [2024-07-06T00:47:05.045Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-06T00:47:05.045Z] #0 9.844 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:05.045Z] #58 ... [2024-07-06T00:47:05.045Z] [2024-07-06T00:47:05.045Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:05.314Z] #45 ... [2024-07-06T00:47:05.314Z] [2024-07-06T00:47:05.314Z] #57 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-06T00:47:05.314Z] #57 DONE 10.6s [2024-07-06T00:47:05.314Z] [2024-07-06T00:47:05.314Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:05.314Z] #45 ... [2024-07-06T00:47:05.314Z] [2024-07-06T00:47:05.314Z] #49 [core-keeper internal] load build context [2024-07-06T00:47:05.314Z] #49 transferring context: 2.80MB 5.6s done [2024-07-06T00:47:05.314Z] #49 DONE 7.7s [2024-07-06T00:47:05.314Z] [2024-07-06T00:47:05.314Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:05.582Z] #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 7.34MB / 23.39MB 7.2s [2024-07-06T00:47:06.171Z] #45 ... [2024-07-06T00:47:06.171Z] [2024-07-06T00:47:06.171Z] #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-06T00:47:06.171Z] #56 11.08 OK: 266 MiB in 52 packages [2024-07-06T00:47:06.171Z] #56 DONE 12.1s [2024-07-06T00:47:06.171Z] [2024-07-06T00:47:06.171Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:06.443Z] #45 ... [2024-07-06T00:47:06.443Z] [2024-07-06T00:47:06.443Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-06T00:47:06.443Z] #59 ... [2024-07-06T00:47:06.443Z] [2024-07-06T00:47:06.443Z] #60 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-06T00:47:06.719Z] #60 ... [2024-07-06T00:47:06.719Z] [2024-07-06T00:47:06.719Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-06T00:47:06.719Z] #61 ... [2024-07-06T00:47:06.719Z] [2024-07-06T00:47:06.719Z] #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-06T00:47:06.994Z] #62 ... [2024-07-06T00:47:06.994Z] [2024-07-06T00:47:06.994Z] #63 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:47:06.994Z] #63 DONE 0.8s [2024-07-06T00:47:06.994Z] [2024-07-06T00:47:06.994Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-06T00:47:06.994Z] #64 ... [2024-07-06T00:47:06.994Z] [2024-07-06T00:47:06.994Z] #65 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:47:06.994Z] #65 DONE 2.5s [2024-07-06T00:47:06.994Z] [2024-07-06T00:47:06.994Z] #66 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-06T00:47:06.994Z] #66 ... [2024-07-06T00:47:06.994Z] [2024-07-06T00:47:06.994Z] #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-06T00:47:07.264Z] #67 ... [2024-07-06T00:47:07.264Z] [2024-07-06T00:47:07.264Z] #68 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-06T00:47:07.535Z] #68 ... [2024-07-06T00:47:07.535Z] [2024-07-06T00:47:07.535Z] #69 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-06T00:47:07.535Z] #69 ... [2024-07-06T00:47:07.535Z] [2024-07-06T00:47:07.535Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:07.535Z] #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.58MB / 23.39MB 9.2s [2024-07-06T00:47:07.805Z] #45 ... [2024-07-06T00:47:07.805Z] [2024-07-06T00:47:07.805Z] #70 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:47:07.805Z] #70 DONE 2.5s [2024-07-06T00:47:07.805Z] [2024-07-06T00:47:07.805Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:07.805Z] #45 ... [2024-07-06T00:47:07.805Z] [2024-07-06T00:47:07.805Z] #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-06T00:47:07.805Z] #71 ... [2024-07-06T00:47:07.805Z] [2024-07-06T00:47:07.805Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:08.073Z] #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.80MB / 23.39MB 9.6s [2024-07-06T00:47:08.340Z] #45 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 [2024-07-06T00:47:08.340Z] #45 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.1s done [2024-07-06T00:47:08.620Z] #45 ... [2024-07-06T00:47:08.620Z] [2024-07-06T00:47:08.620Z] #72 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-06T00:47:08.620Z] #72 ... [2024-07-06T00:47:08.620Z] [2024-07-06T00:47:08.620Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:08.889Z] #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 15.68MB / 23.39MB 10.4s [2024-07-06T00:47:09.862Z] #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 17.83MB / 23.39MB 11.3s [2024-07-06T00:47:09.862Z] #45 ... [2024-07-06T00:47:09.862Z] [2024-07-06T00:47:09.862Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-06T00:47:09.862Z] #52 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.7s done [2024-07-06T00:47:09.862Z] #52 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-07-06T00:47:09.862Z] #52 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2024-07-06T00:47:09.862Z] #52 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2024-07-06T00:47:09.862Z] #52 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-07-06T00:47:09.862Z] #52 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B done [2024-07-06T00:47:09.862Z] #52 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB done [2024-07-06T00:47:09.862Z] #52 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.6s done [2024-07-06T00:47:09.862Z] #52 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 8.6s done [2024-07-06T00:47:09.862Z] #52 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.8s done [2024-07-06T00:47:09.862Z] #52 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.1s done [2024-07-06T00:47:10.142Z] #52 ... [2024-07-06T00:47:10.142Z] [2024-07-06T00:47:10.142Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:10.412Z] #45 ... [2024-07-06T00:47:10.412Z] [2024-07-06T00:47:10.412Z] #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-06T00:47:10.412Z] #71 DONE 12.6s [2024-07-06T00:47:10.412Z] [2024-07-06T00:47:10.412Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:10.412Z] #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.14MB / 23.39MB 11.9s [2024-07-06T00:47:10.680Z] #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20.97MB / 23.39MB 12.3s [2024-07-06T00:47:10.949Z] #45 ... [2024-07-06T00:47:10.949Z] [2024-07-06T00:47:10.949Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-06T00:47:10.949Z] #58 10.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:10.949Z] #58 12.36 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-06T00:47:10.949Z] #58 12.36 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-06T00:47:10.949Z] #58 12.36 OK: 19951 distinct packages available [2024-07-06T00:47:10.949Z] #58 12.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:10.949Z] #58 13.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:10.949Z] #58 15.42 OK: 266 MiB in 52 packages [2024-07-06T00:47:10.949Z] #58 DONE 16.1s [2024-07-06T00:47:10.949Z] [2024-07-06T00:47:10.949Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:10.949Z] #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 12.6s [2024-07-06T00:47:11.536Z] #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 12.9s done [2024-07-06T00:47:11.536Z] #45 ... [2024-07-06T00:47:11.536Z] [2024-07-06T00:47:11.536Z] #60 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-06T00:47:11.536Z] #60 11.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:11.536Z] #60 11.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:11.536Z] #60 13.33 (1/2) Installing ca-certificates (20240226-r0) [2024-07-06T00:47:11.536Z] #60 13.54 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-06T00:47:11.536Z] #60 13.55 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:47:11.536Z] #60 13.63 Executing ca-certificates-20240226-r0.trigger [2024-07-06T00:47:11.536Z] #60 14.35 OK: 9 MiB in 17 packages [2024-07-06T00:47:11.536Z] #60 DONE 15.2s [2024-07-06T00:47:11.842Z] [2024-07-06T00:47:11.842Z] #73 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-06T00:47:13.281Z] #73 ... [2024-07-06T00:47:13.281Z] [2024-07-06T00:47:13.281Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-06T00:47:13.281Z] #59 12.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:13.281Z] #59 13.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:13.281Z] #59 14.95 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:13.281Z] #59 15.16 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:13.281Z] #59 15.20 (3/6) Installing dumb-init (1.2.5-r2) [2024-07-06T00:47:13.281Z] #59 15.21 (4/6) Installing openssl (3.1.6-r0) [2024-07-06T00:47:13.281Z] #59 15.30 (5/6) Installing su-exec (0.2-r3) [2024-07-06T00:47:13.281Z] #59 15.31 (6/6) Installing yq (4.33.3-r5) [2024-07-06T00:47:13.281Z] #59 15.66 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:47:13.281Z] #59 15.73 OK: 18 MiB in 19 packages [2024-07-06T00:47:13.281Z] #59 DONE 16.6s [2024-07-06T00:47:13.281Z] [2024-07-06T00:47:13.281Z] #74 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:47:13.281Z] #74 DONE 2.1s [2024-07-06T00:47:13.281Z] [2024-07-06T00:47:13.281Z] #75 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:47:14.695Z] #75 ... [2024-07-06T00:47:14.695Z] [2024-07-06T00:47:14.695Z] #72 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-06T00:47:14.695Z] #72 DONE 16.2s [2024-07-06T00:47:14.963Z] [2024-07-06T00:47:14.963Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-06T00:47:14.963Z] #61 18.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:16.376Z] #61 19.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:16.962Z] #61 ... [2024-07-06T00:47:16.962Z] [2024-07-06T00:47:16.962Z] #76 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:47:17.229Z] #76 ... [2024-07-06T00:47:17.229Z] [2024-07-06T00:47:17.229Z] #77 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:47:17.229Z] #77 ... [2024-07-06T00:47:17.229Z] [2024-07-06T00:47:17.229Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:17.229Z] #45 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 3.0s [2024-07-06T00:47:17.820Z] #45 ... [2024-07-06T00:47:17.820Z] [2024-07-06T00:47:17.820Z] #78 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:47:17.820Z] #78 ... [2024-07-06T00:47:17.820Z] [2024-07-06T00:47:17.820Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:18.104Z] #45 ... [2024-07-06T00:47:18.104Z] [2024-07-06T00:47:18.104Z] #66 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-06T00:47:18.104Z] #66 16.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:18.104Z] #66 16.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:18.104Z] #66 20.18 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-06T00:47:18.104Z] #66 20.22 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:47:18.104Z] #66 20.33 OK: 8 MiB in 16 packages [2024-07-06T00:47:18.104Z] #66 DONE 21.9s [2024-07-06T00:47:18.104Z] [2024-07-06T00:47:18.104Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:20.706Z] #45 ... [2024-07-06T00:47:20.706Z] [2024-07-06T00:47:20.706Z] #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-06T00:47:20.706Z] #0 8.547 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:20.706Z] #79 ... [2024-07-06T00:47:20.706Z] [2024-07-06T00:47:20.706Z] #73 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-06T00:47:20.706Z] #73 8.675 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:21.671Z] #73 ... [2024-07-06T00:47:21.671Z] [2024-07-06T00:47:21.671Z] #69 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-06T00:47:21.671Z] #69 14.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:21.671Z] #69 15.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:21.671Z] #69 17.58 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-06T00:47:21.671Z] #69 17.58 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-06T00:47:21.671Z] #69 17.58 OK: 19948 distinct packages available [2024-07-06T00:47:21.671Z] #69 18.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:21.671Z] #69 20.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:21.671Z] #69 ... [2024-07-06T00:47:21.671Z] [2024-07-06T00:47:21.671Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-06T00:47:21.671Z] #61 25.19 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-06T00:47:21.936Z] #61 25.24 (2/2) Installing su-exec (0.2-r3) [2024-07-06T00:47:21.936Z] #61 25.26 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:47:21.936Z] #61 25.43 OK: 8 MiB in 17 packages [2024-07-06T00:47:23.352Z] #61 ... [2024-07-06T00:47:23.352Z] [2024-07-06T00:47:23.352Z] #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-06T00:47:23.352Z] #0 8.456 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:23.352Z] #80 ... [2024-07-06T00:47:23.352Z] [2024-07-06T00:47:23.352Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:23.352Z] #45 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.8s [2024-07-06T00:47:23.352Z] #45 ... [2024-07-06T00:47:23.352Z] [2024-07-06T00:47:23.352Z] #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-06T00:47:23.352Z] #62 16.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:23.352Z] #62 17.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:23.352Z] #62 23.93 (1/4) Installing ca-certificates (20240226-r0) [2024-07-06T00:47:23.352Z] #62 24.69 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-06T00:47:23.352Z] #62 24.74 (3/4) Installing su-exec (0.2-r3) [2024-07-06T00:47:23.352Z] #62 24.78 (4/4) Installing yq (4.33.3-r5) [2024-07-06T00:47:23.352Z] #62 26.27 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:47:23.352Z] #62 26.43 Executing ca-certificates-20240226-r0.trigger [2024-07-06T00:47:23.352Z] #62 ... [2024-07-06T00:47:23.352Z] [2024-07-06T00:47:23.352Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:23.670Z] #137 86.12 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-07-06T00:47:23.937Z] #45 ... [2024-07-06T00:47:23.937Z] [2024-07-06T00:47:23.937Z] #68 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-06T00:47:23.937Z] #68 18.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:23.937Z] #68 19.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:23.937Z] #68 25.21 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-06T00:47:23.937Z] #68 25.28 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:47:23.937Z] #68 25.47 OK: 8 MiB in 16 packages [2024-07-06T00:47:23.937Z] #68 DONE 27.3s [2024-07-06T00:47:23.937Z] [2024-07-06T00:47:23.937Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:23.937Z] #45 ... [2024-07-06T00:47:23.937Z] [2024-07-06T00:47:23.937Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-06T00:47:23.937Z] #61 DONE 27.5s [2024-07-06T00:47:23.937Z] [2024-07-06T00:47:23.937Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:23.937Z] #45 ... [2024-07-06T00:47:23.937Z] [2024-07-06T00:47:23.937Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-06T00:47:23.937Z] #52 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 9.9s [2024-07-06T00:47:24.208Z] #52 ... [2024-07-06T00:47:24.208Z] [2024-07-06T00:47:24.208Z] #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-06T00:47:24.485Z] #81 ... [2024-07-06T00:47:24.485Z] [2024-07-06T00:47:24.485Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-06T00:47:24.485Z] #64 17.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:24.485Z] #64 19.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:24.485Z] #64 25.43 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-06T00:47:24.485Z] #64 25.43 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-06T00:47:24.485Z] #64 25.43 OK: 19948 distinct packages available [2024-07-06T00:47:24.485Z] #64 27.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:24.754Z] #64 ... [2024-07-06T00:47:24.754Z] [2024-07-06T00:47:24.754Z] #82 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-06T00:47:24.754Z] #0 6.447 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:24.754Z] #0 8.476 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:24.754Z] #82 ... [2024-07-06T00:47:24.754Z] [2024-07-06T00:47:24.754Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:25.039Z] #45 ... [2024-07-06T00:47:25.039Z] [2024-07-06T00:47:25.039Z] #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-06T00:47:25.039Z] #67 18.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:25.039Z] #67 20.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:25.039Z] #67 26.98 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-06T00:47:25.039Z] #67 26.98 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-06T00:47:25.039Z] #67 26.98 OK: 19948 distinct packages available [2024-07-06T00:47:25.039Z] #67 ... [2024-07-06T00:47:25.039Z] [2024-07-06T00:47:25.039Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:26.005Z] #45 ... [2024-07-06T00:47:26.005Z] [2024-07-06T00:47:26.005Z] #69 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-06T00:47:26.005Z] #69 25.76 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:26.005Z] #69 26.35 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:26.005Z] #69 26.43 (3/7) Installing dumb-init (1.2.5-r2) [2024-07-06T00:47:26.005Z] #69 26.47 (4/7) Installing musl-obstack (1.2.3-r2) [2024-07-06T00:47:26.005Z] #69 26.48 (5/7) Installing libucontext (1.2-r2) [2024-07-06T00:47:26.005Z] #69 26.52 (6/7) Installing gcompat (1.1.0-r1) [2024-07-06T00:47:26.005Z] #69 26.54 (7/7) Installing openssl (3.1.6-r0) [2024-07-06T00:47:26.005Z] #69 26.66 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:47:26.005Z] #69 26.99 OK: 9 MiB in 20 packages [2024-07-06T00:47:26.005Z] #69 DONE 29.4s [2024-07-06T00:47:26.005Z] [2024-07-06T00:47:26.005Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:26.970Z] #45 ... [2024-07-06T00:47:26.970Z] [2024-07-06T00:47:26.970Z] #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-06T00:47:26.970Z] #62 28.41 OK: 18 MiB in 19 packages [2024-07-06T00:47:26.970Z] #62 DONE 30.3s [2024-07-06T00:47:26.970Z] [2024-07-06T00:47:26.970Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-06T00:47:26.970Z] #64 30.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:27.956Z] #64 ... [2024-07-06T00:47:27.956Z] [2024-07-06T00:47:27.956Z] #83 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2024-07-06T00:47:27.956Z] #0 4.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:27.956Z] #0 7.774 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:28.222Z] #83 ... [2024-07-06T00:47:28.222Z] [2024-07-06T00:47:28.222Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:47:28.489Z] #45 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.1s [2024-07-06T00:47:29.075Z] #45 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.9s done [2024-07-06T00:47:29.341Z] #45 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.9s done [2024-07-06T00:47:29.923Z] #45 DONE 35.0s [2024-07-06T00:47:29.923Z] [2024-07-06T00:47:29.924Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-06T00:47:29.924Z] #52 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 12.3s done [2024-07-06T00:47:30.510Z] #52 ... [2024-07-06T00:47:30.510Z] [2024-07-06T00:47:30.510Z] #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-06T00:47:30.510Z] #81 6.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:31.103Z] #81 ... [2024-07-06T00:47:31.103Z] [2024-07-06T00:47:31.103Z] #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-06T00:47:31.103Z] #79 10.77 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:31.103Z] #79 19.82 OK: 266 MiB in 52 packages [2024-07-06T00:47:31.103Z] #79 DONE 20.7s [2024-07-06T00:47:31.103Z] [2024-07-06T00:47:31.103Z] #84 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-06T00:47:31.702Z] #84 DONE 0.5s [2024-07-06T00:47:31.702Z] [2024-07-06T00:47:31.702Z] #85 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:47:32.290Z] #85 ... [2024-07-06T00:47:32.290Z] [2024-07-06T00:47:32.290Z] #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-06T00:47:32.290Z] #80 11.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:32.290Z] #80 17.95 OK: 18 MiB in 19 packages [2024-07-06T00:47:32.290Z] #80 DONE 19.4s [2024-07-06T00:47:32.561Z] [2024-07-06T00:47:32.561Z] #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-06T00:47:32.561Z] #86 DONE 0.3s [2024-07-06T00:47:32.561Z] [2024-07-06T00:47:32.561Z] #82 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-06T00:47:32.561Z] #82 16.80 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-06T00:47:32.561Z] #82 17.87 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:47:32.829Z] #82 18.00 OK: 8 MiB in 16 packages [2024-07-06T00:47:33.103Z] #82 ... [2024-07-06T00:47:33.103Z] [2024-07-06T00:47:33.103Z] #73 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-06T00:47:33.103Z] #73 11.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:33.103Z] #73 19.87 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:33.103Z] #73 20.48 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:33.103Z] #73 20.57 Executing ca-certificates-20240226-r0.trigger [2024-07-06T00:47:33.373Z] #73 ... [2024-07-06T00:47:33.373Z] [2024-07-06T00:47:33.373Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-06T00:47:33.373Z] #64 36.45 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-06T00:47:33.373Z] #64 36.66 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-06T00:47:33.373Z] #64 36.67 (3/4) Installing libucontext (1.2-r2) [2024-07-06T00:47:33.373Z] #64 36.70 (4/4) Installing gcompat (1.1.0-r1) [2024-07-06T00:47:33.373Z] #64 36.72 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:47:33.642Z] #64 36.86 OK: 8 MiB in 19 packages [2024-07-06T00:47:33.911Z] #64 ... [2024-07-06T00:47:33.911Z] [2024-07-06T00:47:33.911Z] #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-06T00:47:33.911Z] #0 7.001 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:33.911Z] #0 9.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:33.911Z] #87 ... [2024-07-06T00:47:33.911Z] [2024-07-06T00:47:33.911Z] #73 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-06T00:47:33.911Z] #73 21.97 OK: 9 MiB in 17 packages [2024-07-06T00:47:34.179Z] #73 ... [2024-07-06T00:47:34.179Z] [2024-07-06T00:47:34.179Z] #82 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-06T00:47:34.179Z] #82 DONE 19.6s [2024-07-06T00:47:34.448Z] [2024-07-06T00:47:34.448Z] #83 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2024-07-06T00:47:34.448Z] #83 14.97 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:34.448Z] #83 15.26 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:34.448Z] #83 15.34 OK: 8 MiB in 16 packages [2024-07-06T00:47:34.448Z] #83 DONE 16.7s [2024-07-06T00:47:34.448Z] [2024-07-06T00:47:34.448Z] #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-06T00:47:34.448Z] #67 28.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:34.448Z] #67 31.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:34.448Z] #67 37.26 (1/11) Installing ca-certificates (20240226-r0) [2024-07-06T00:47:34.448Z] #67 37.53 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-06T00:47:34.448Z] #67 37.61 (3/11) Installing libunistring (1.1-r1) [2024-07-06T00:47:34.448Z] #67 37.85 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-06T00:47:34.448Z] #67 37.86 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-06T00:47:34.448Z] #67 37.99 (6/11) Installing libcurl (8.5.0-r0) [2024-07-06T00:47:34.734Z] #67 38.13 (7/11) Installing curl (8.5.0-r0) [2024-07-06T00:47:34.734Z] #67 38.26 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-06T00:47:35.004Z] #67 38.39 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-06T00:47:35.004Z] #67 ... [2024-07-06T00:47:35.004Z] [2024-07-06T00:47:35.004Z] #73 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-06T00:47:35.004Z] #73 DONE 23.2s [2024-07-06T00:47:35.004Z] [2024-07-06T00:47:35.004Z] #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-06T00:47:35.004Z] #67 38.46 (10/11) Installing libucontext (1.2-r2) [2024-07-06T00:47:35.004Z] #67 38.51 (11/11) Installing gcompat (1.1.0-r1) [2024-07-06T00:47:35.004Z] #67 ... [2024-07-06T00:47:35.004Z] [2024-07-06T00:47:35.004Z] #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-06T00:47:35.004Z] #81 9.072 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:35.274Z] #81 ... [2024-07-06T00:47:35.274Z] [2024-07-06T00:47:35.274Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-06T00:47:35.274Z] #64 DONE 38.7s [2024-07-06T00:47:35.543Z] [2024-07-06T00:47:35.543Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-06T00:47:36.126Z] #88 ... [2024-07-06T00:47:36.126Z] [2024-07-06T00:47:36.126Z] #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-06T00:47:36.126Z] #0 5.015 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:36.126Z] #0 6.949 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:36.126Z] #89 ... [2024-07-06T00:47:36.126Z] [2024-07-06T00:47:36.126Z] #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-06T00:47:36.126Z] #67 38.60 Executing busybox-1.36.1-r7.trigger [2024-07-06T00:47:36.126Z] #67 38.92 Executing ca-certificates-20240226-r0.trigger [2024-07-06T00:47:36.711Z] #67 40.16 OK: 13 MiB in 26 packages [2024-07-06T00:47:36.978Z] #67 ... [2024-07-06T00:47:36.978Z] [2024-07-06T00:47:36.978Z] #90 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-06T00:47:36.978Z] #0 4.333 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:36.978Z] #0 6.733 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:37.561Z] #90 ... [2024-07-06T00:47:37.561Z] [2024-07-06T00:47:37.561Z] #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-06T00:47:37.561Z] #81 13.42 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:37.848Z] #81 ... [2024-07-06T00:47:37.848Z] [2024-07-06T00:47:37.848Z] #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-06T00:47:37.848Z] #67 DONE 41.2s [2024-07-06T00:47:37.848Z] [2024-07-06T00:47:37.848Z] #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-06T00:47:37.848Z] #81 13.94 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:38.115Z] #81 14.03 OK: 8 MiB in 17 packages [2024-07-06T00:47:39.076Z] #81 ... [2024-07-06T00:47:39.076Z] [2024-07-06T00:47:39.076Z] #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-06T00:47:39.076Z] #89 12.07 OK: 9 MiB in 20 packages [2024-07-06T00:47:39.076Z] #89 DONE 13.0s [2024-07-06T00:47:39.076Z] [2024-07-06T00:47:39.076Z] #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-06T00:47:39.076Z] #81 DONE 15.2s [2024-07-06T00:47:39.076Z] [2024-07-06T00:47:39.076Z] #91 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-06T00:47:40.055Z] #91 ... [2024-07-06T00:47:40.055Z] [2024-07-06T00:47:40.055Z] #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-06T00:47:40.055Z] #87 14.18 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:40.055Z] #87 14.77 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:40.055Z] #87 14.85 OK: 8 MiB in 16 packages [2024-07-06T00:47:40.055Z] #87 DONE 16.1s [2024-07-06T00:47:40.055Z] [2024-07-06T00:47:40.055Z] #90 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-06T00:47:40.055Z] #90 11.81 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:40.055Z] #90 12.11 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:40.055Z] #90 12.23 Executing ca-certificates-20240226-r0.trigger [2024-07-06T00:47:40.667Z] #90 13.60 OK: 18 MiB in 19 packages [2024-07-06T00:47:42.089Z] #90 DONE 15.1s [2024-07-06T00:47:42.089Z] [2024-07-06T00:47:42.089Z] #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-06T00:47:42.089Z] #92 DONE 3.0s [2024-07-06T00:47:42.089Z] [2024-07-06T00:47:42.089Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-06T00:47:42.089Z] #88 2.466 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:42.089Z] #88 3.988 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:42.681Z] #88 ... [2024-07-06T00:47:42.681Z] [2024-07-06T00:47:42.681Z] #91 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-06T00:47:42.681Z] #91 DONE 3.4s [2024-07-06T00:47:42.681Z] [2024-07-06T00:47:42.681Z] #93 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-06T00:47:42.681Z] #93 DONE 0.2s [2024-07-06T00:47:42.681Z] [2024-07-06T00:47:42.681Z] #94 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-06T00:47:42.955Z] #94 DONE 0.3s [2024-07-06T00:47:42.955Z] [2024-07-06T00:47:42.955Z] #95 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-06T00:47:43.228Z] #95 DONE 0.3s [2024-07-06T00:47:43.228Z] [2024-07-06T00:47:43.228Z] #96 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-06T00:47:43.494Z] #96 DONE 0.2s [2024-07-06T00:47:43.494Z] [2024-07-06T00:47:43.494Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-06T00:47:43.494Z] #88 7.612 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:43.494Z] #88 7.950 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:43.494Z] #88 8.003 OK: 8 MiB in 19 packages [2024-07-06T00:47:43.494Z] #88 ... [2024-07-06T00:47:43.494Z] [2024-07-06T00:47:43.494Z] #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-06T00:47:43.494Z] #97 DONE 4.4s [2024-07-06T00:47:43.764Z] [2024-07-06T00:47:43.764Z] #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-06T00:47:43.764Z] #98 ... [2024-07-06T00:47:43.764Z] [2024-07-06T00:47:43.764Z] #99 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-06T00:47:43.764Z] #99 DONE 0.3s [2024-07-06T00:47:44.042Z] [2024-07-06T00:47:44.042Z] #100 [security-spire-server] exporting to image [2024-07-06T00:47:44.042Z] #100 exporting layers [2024-07-06T00:47:44.042Z] #100 ... [2024-07-06T00:47:44.042Z] [2024-07-06T00:47:44.042Z] #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-06T00:47:44.042Z] #98 DONE 0.5s [2024-07-06T00:47:44.308Z] [2024-07-06T00:47:44.308Z] #101 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-06T00:47:44.308Z] #0 4.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:44.308Z] #0 5.207 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-06T00:47:44.576Z] #101 ... [2024-07-06T00:47:44.576Z] [2024-07-06T00:47:44.576Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-06T00:47:44.576Z] #88 DONE 9.1s [2024-07-06T00:47:44.576Z] [2024-07-06T00:47:44.576Z] #102 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-06T00:47:44.842Z] #102 ... [2024-07-06T00:47:44.842Z] [2024-07-06T00:47:44.842Z] #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-06T00:47:44.842Z] #103 DONE 2.7s [2024-07-06T00:47:44.842Z] [2024-07-06T00:47:44.842Z] #104 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-06T00:47:45.121Z] #104 DONE 0.3s [2024-07-06T00:47:45.121Z] [2024-07-06T00:47:45.121Z] #105 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-06T00:47:45.388Z] #105 DONE 0.3s [2024-07-06T00:47:45.388Z] [2024-07-06T00:47:45.388Z] #101 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-06T00:47:45.388Z] #101 7.797 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:45.660Z] #101 ... [2024-07-06T00:47:45.660Z] [2024-07-06T00:47:45.660Z] #106 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-06T00:47:45.660Z] #106 DONE 0.2s [2024-07-06T00:47:45.660Z] [2024-07-06T00:47:45.660Z] #107 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-06T00:47:45.929Z] #107 DONE 0.2s [2024-07-06T00:47:45.929Z] [2024-07-06T00:47:45.929Z] #108 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-06T00:47:46.198Z] #108 DONE 0.2s [2024-07-06T00:47:46.198Z] [2024-07-06T00:47:46.198Z] #101 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-06T00:47:46.198Z] #101 8.099 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-06T00:47:46.198Z] #101 8.152 Executing ca-certificates-20240226-r0.trigger [2024-07-06T00:47:46.467Z] #101 8.543 OK: 13 MiB in 26 packages [2024-07-06T00:47:46.736Z] #101 ... [2024-07-06T00:47:46.736Z] [2024-07-06T00:47:46.736Z] #102 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-06T00:47:46.736Z] #102 DONE 2.4s [2024-07-06T00:47:47.007Z] [2024-07-06T00:47:47.007Z] #101 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-06T00:47:47.007Z] #101 DONE 9.2s [2024-07-06T00:47:47.007Z] [2024-07-06T00:47:47.007Z] #109 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-06T00:47:47.276Z] #109 DONE 0.4s [2024-07-06T00:47:47.276Z] [2024-07-06T00:47:47.276Z] #100 [security-spire-agent] exporting to image [2024-07-06T00:47:47.276Z] #100 exporting layers 3.4s done [2024-07-06T00:47:47.276Z] #100 writing image sha256:66ddc81810810a163c2dc123b747c0b63f5aa139b179dc208b60bd5f0c81c148 0.0s done [2024-07-06T00:47:47.276Z] #100 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-07-06T00:47:47.551Z] #100 ... [2024-07-06T00:47:47.551Z] [2024-07-06T00:47:47.551Z] #110 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-06T00:47:47.551Z] #110 DONE 0.3s [2024-07-06T00:47:47.821Z] [2024-07-06T00:47:47.821Z] #111 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-06T00:47:47.821Z] #111 DONE 0.3s [2024-07-06T00:47:47.821Z] [2024-07-06T00:47:47.821Z] #112 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-06T00:47:48.092Z] #112 DONE 0.3s [2024-07-06T00:47:48.092Z] [2024-07-06T00:47:48.092Z] #76 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:47:48.364Z] #76 ... [2024-07-06T00:47:48.364Z] [2024-07-06T00:47:48.364Z] #113 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-06T00:47:48.364Z] #113 DONE 0.2s [2024-07-06T00:47:48.364Z] [2024-07-06T00:47:48.364Z] #100 [security-spire-config] exporting to image [2024-07-06T00:47:48.635Z] #100 exporting layers 2.6s done [2024-07-06T00:47:48.635Z] #100 writing image sha256:8ea3e235d1eb080943dd7c99320c24afeb79d15501aec3755589b7da1420f993 [2024-07-06T00:47:48.907Z] #100 writing image sha256:8ea3e235d1eb080943dd7c99320c24afeb79d15501aec3755589b7da1420f993 done [2024-07-06T00:47:48.907Z] #100 naming to docker.io/library/security-spire-agent-arm64 done [2024-07-06T00:47:49.870Z] #100 exporting layers 1.3s done [2024-07-06T00:47:49.870Z] #100 writing image sha256:fe85b4c81ce21d96921da56675bd190af3cb70a92cbe76cb0b603f3ee4cbaa5f 0.0s done [2024-07-06T00:47:49.870Z] #100 naming to docker.io/library/security-spire-config-arm64 0.0s done [2024-07-06T00:47:49.870Z] #100 DONE 6.1s [2024-07-06T00:47:49.870Z] [2024-07-06T00:47:49.870Z] #76 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:48:19.952Z] #137 ... [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-06T00:48:19.952Z] #145 DONE 140.1s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-06T00:48:19.952Z] #149 DONE 140.2s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #141 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-06T00:48:19.952Z] #141 DONE 140.0s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-06T00:48:19.952Z] #150 DONE 140.2s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-06T00:48:19.952Z] #144 DONE 140.3s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #143 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-06T00:48:19.952Z] #143 DONE 140.3s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-06T00:48:19.952Z] #148 DONE 140.3s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #152 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T00:48:19.952Z] #152 ... [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-06T00:48:19.952Z] #146 DONE 140.4s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-06T00:48:19.952Z] #147 DONE 140.6s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #137 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-06T00:48:19.952Z] #137 DONE 140.6s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #153 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-06T00:48:19.952Z] #153 ... [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-06T00:48:19.952Z] #142 DONE 140.6s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-06T00:48:19.952Z] #151 DONE 140.7s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #154 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T00:48:19.952Z] #154 ... [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #152 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T00:48:19.952Z] #152 DONE 0.7s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #153 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-06T00:48:19.952Z] #153 DONE 0.5s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #155 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T00:48:19.952Z] #155 DONE 0.6s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #156 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T00:48:19.952Z] #156 DONE 0.8s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #157 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T00:48:19.952Z] #157 DONE 0.9s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #158 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T00:48:19.952Z] #158 DONE 0.8s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #159 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-06T00:48:19.952Z] #159 ... [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #160 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T00:48:19.952Z] #160 DONE 0.5s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #154 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T00:48:19.952Z] #154 DONE 0.4s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #161 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-06T00:48:19.952Z] #161 DONE 0.4s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #162 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-06T00:48:19.952Z] #162 ... [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #163 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T00:48:19.952Z] #163 CACHED [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #164 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-06T00:48:19.952Z] #164 CACHED [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #165 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-06T00:48:19.952Z] #165 DONE 0.3s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #166 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T00:48:19.952Z] #166 CACHED [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #167 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-06T00:48:19.952Z] #167 CACHED [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #168 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T00:48:19.952Z] #168 CACHED [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #169 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-06T00:48:19.952Z] #169 CACHED [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #170 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-06T00:48:19.952Z] #170 DONE 0.3s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #159 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-06T00:48:19.952Z] #159 DONE 0.3s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #171 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-06T00:48:19.952Z] #171 DONE 0.4s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #172 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T00:48:19.952Z] #172 CACHED [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #173 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-06T00:48:19.952Z] #173 CACHED [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #174 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-06T00:48:19.952Z] #174 DONE 0.4s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #175 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-07-06T00:48:19.952Z] #175 ... [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.952Z] #176 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-07-06T00:48:19.952Z] #176 DONE 3.4s [2024-07-06T00:48:19.952Z] [2024-07-06T00:48:19.953Z] #177 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-06T00:48:19.953Z] #177 DONE 3.4s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #178 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-06T00:48:19.953Z] #178 DONE 3.5s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #179 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-06T00:48:19.953Z] #179 DONE 3.5s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #162 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-06T00:48:19.953Z] #162 DONE 3.6s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #180 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-06T00:48:19.953Z] #180 DONE 3.5s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #181 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-06T00:48:19.953Z] #181 DONE 3.5s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #182 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-06T00:48:19.953Z] #182 DONE 3.6s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #183 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-06T00:48:19.953Z] #183 DONE 3.6s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #184 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-06T00:48:19.953Z] #184 DONE 3.5s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #175 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-07-06T00:48:19.953Z] #175 DONE 3.5s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #185 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-06T00:48:19.953Z] #185 ... [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #186 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-07-06T00:48:19.953Z] #186 DONE 0.3s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #187 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-06T00:48:19.953Z] #187 DONE 0.4s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #188 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-06T00:48:19.953Z] #188 DONE 0.4s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #189 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-06T00:48:19.953Z] #189 DONE 0.4s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #190 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-07-06T00:48:19.953Z] #190 DONE 0.4s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #191 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-06T00:48:19.953Z] #191 DONE 0.4s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #192 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-06T00:48:19.953Z] #192 DONE 0.4s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #109 [core-keeper] exporting to image [2024-07-06T00:48:19.953Z] #109 exporting layers [2024-07-06T00:48:19.953Z] #109 ... [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #193 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-06T00:48:19.953Z] #193 DONE 0.4s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #185 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-06T00:48:19.953Z] #185 DONE 0.5s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #194 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-07-06T00:48:19.953Z] #194 DONE 0.4s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #195 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-06T00:48:19.953Z] #195 DONE 4.4s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #109 [core-data] exporting to image [2024-07-06T00:48:19.953Z] #109 ... [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #196 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-06T00:48:19.953Z] #196 DONE 0.7s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #197 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-06T00:48:19.953Z] #197 DONE 0.5s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #198 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-07-06T00:48:19.953Z] #198 DONE 0.4s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #199 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-06T00:48:19.953Z] #199 DONE 0.4s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #200 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-06T00:48:19.953Z] #200 ... [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #201 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-06T00:48:19.953Z] #201 DONE 0.4s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #202 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-06T00:48:19.953Z] #202 DONE 0.4s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #203 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T00:48:19.953Z] #203 DONE 0.4s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #200 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-06T00:48:19.953Z] #200 DONE 0.2s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #109 [core-keeper] exporting to image [2024-07-06T00:48:19.953Z] #109 exporting layers 0.7s done [2024-07-06T00:48:19.953Z] #109 writing image sha256:d6c034790b5022fe16403306417979a6be8caa93a88d50ae50a4eaf3bc12eb9f 0.1s done [2024-07-06T00:48:19.953Z] #109 writing image sha256:7b710cee8145d41ae2754553062fcb6f5f286cd7fc1758dc1ae6a29b3b96faa0 [2024-07-06T00:48:19.953Z] #109 writing image sha256:1c5a4c5f2e861ac603123c4ffc13832b5707ea3d341c0f44fb182f20fa58ad46 [2024-07-06T00:48:19.953Z] #109 naming to docker.io/library/core-keeper done [2024-07-06T00:48:19.953Z] #109 exporting layers 0.5s done [2024-07-06T00:48:19.953Z] #109 writing image sha256:7b710cee8145d41ae2754553062fcb6f5f286cd7fc1758dc1ae6a29b3b96faa0 0.3s done [2024-07-06T00:48:19.953Z] #109 writing image sha256:1c5a4c5f2e861ac603123c4ffc13832b5707ea3d341c0f44fb182f20fa58ad46 0.2s done [2024-07-06T00:48:19.953Z] #109 naming to docker.io/library/core-command 0.0s done [2024-07-06T00:48:19.953Z] #109 naming to docker.io/library/support-scheduler 0.0s done [2024-07-06T00:48:19.953Z] #109 writing image sha256:4a97023d142cc325af5d5e0b45203003727dc58d09a5cab68d3eda0e5be92eb7 0.0s done [2024-07-06T00:48:19.953Z] #109 naming to docker.io/library/security-spiffe-token-provider done [2024-07-06T00:48:19.953Z] #109 ... [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #204 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-06T00:48:19.953Z] #204 DONE 0.5s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #205 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-06T00:48:19.953Z] #205 DONE 0.5s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #206 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-06T00:48:19.953Z] #206 DONE 0.7s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #109 [support-notifications] exporting to image [2024-07-06T00:48:19.953Z] #109 writing image sha256:a98bf1d520cdadb0f6cc45b2e81493f3bceb98c64bedd3ea2cac146827addce2 done [2024-07-06T00:48:19.953Z] #109 writing image sha256:ca2d2f387adde9c3186fffea3d2fef872014ee64da6f9c78c11bfeabb44626c6 done [2024-07-06T00:48:19.953Z] #109 writing image sha256:54bb4e2b5de2be122a01419ff9ccf85072243152c60b6c2f92d7dcfe504e5b61 done [2024-07-06T00:48:19.953Z] #109 naming to docker.io/library/core-data done [2024-07-06T00:48:19.953Z] #109 naming to docker.io/library/core-metadata done [2024-07-06T00:48:19.953Z] #109 naming to docker.io/library/support-notifications done [2024-07-06T00:48:19.953Z] #109 ... [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #207 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-06T00:48:19.953Z] #207 DONE 0.3s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #109 [support-notifications] exporting to image [2024-07-06T00:48:19.953Z] #109 exporting layers 0.2s done [2024-07-06T00:48:19.953Z] #109 writing image sha256:31c5b011cd5fdc76fbe0b4ef8d892c7b6b98ce92ffb6fc458b92e74b66779dac [2024-07-06T00:48:19.953Z] #109 writing image sha256:31c5b011cd5fdc76fbe0b4ef8d892c7b6b98ce92ffb6fc458b92e74b66779dac done [2024-07-06T00:48:19.953Z] #109 naming to docker.io/library/security-proxy-auth done [2024-07-06T00:48:19.953Z] #109 DONE 2.8s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #208 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-06T00:48:19.953Z] #208 DONE 0.9s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #209 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-06T00:48:19.953Z] #209 ... [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #210 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-06T00:48:19.953Z] #210 DONE 0.5s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #211 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-06T00:48:19.953Z] #211 DONE 0.8s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #209 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-06T00:48:19.953Z] #209 DONE 0.3s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #109 [security-proxy-setup] exporting to image [2024-07-06T00:48:19.953Z] #109 exporting layers 0.1s done [2024-07-06T00:48:19.953Z] #109 writing image sha256:2e51a355835a40ee3dd9291dd584d2acf16d51adbf19d2220348bacb7f69a1e5 [2024-07-06T00:48:19.953Z] #109 ... [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #212 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-06T00:48:19.953Z] #212 DONE 0.1s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #213 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-07-06T00:48:19.953Z] #213 DONE 0.1s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #109 [core-common-config-bootstrapper] exporting to image [2024-07-06T00:48:19.953Z] #109 writing image sha256:2e51a355835a40ee3dd9291dd584d2acf16d51adbf19d2220348bacb7f69a1e5 0.0s done [2024-07-06T00:48:19.953Z] #109 naming to docker.io/library/core-common-config-bootstrapper done [2024-07-06T00:48:19.953Z] #109 ... [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #214 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-07-06T00:48:19.953Z] #214 DONE 0.0s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #215 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-06T00:48:19.953Z] #215 DONE 0.1s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #216 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-06T00:48:19.953Z] #216 DONE 0.1s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #109 [security-proxy-setup] exporting to image [2024-07-06T00:48:19.953Z] #109 exporting layers 0.3s done [2024-07-06T00:48:19.953Z] #109 writing image sha256:90aaab4f49e069ea321cb77716333eb00ef0437e4df013a91b8a7b20a8003575 done [2024-07-06T00:48:19.953Z] #109 naming to docker.io/library/security-proxy-setup done [2024-07-06T00:48:19.953Z] #109 DONE 3.2s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #217 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-06T00:48:19.953Z] #217 ... [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #218 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-06T00:48:19.953Z] #218 DONE 0.5s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #217 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-06T00:48:19.953Z] #217 DONE 0.4s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #109 [security-secretstore-setup] exporting to image [2024-07-06T00:48:19.953Z] #109 exporting layers 0.3s done [2024-07-06T00:48:19.953Z] #109 writing image sha256:6767b9ed425bdb81a3e81c27db2d8f871851b5667fa00167fd03d0d5b18188fa done [2024-07-06T00:48:19.953Z] #109 naming to docker.io/library/security-secretstore-setup done [2024-07-06T00:48:19.953Z] #109 exporting layers 0.2s done [2024-07-06T00:48:19.953Z] #109 writing image sha256:998adbd8322e9418b08c118b078cd071fcefb71ac0207bc61cdedd2ff2d0a2b1 done [2024-07-06T00:48:19.953Z] #109 naming to docker.io/library/security-bootstrapper done [2024-07-06T00:48:19.953Z] #109 DONE 3.6s [2024-07-06T00:48:19.953Z] [2024-07-06T00:48:19.953Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-06T00:48:19.953Z] time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T00:48:19.953Z] time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T00:48:19.953Z] time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T00:48:19.953Z] time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T00:48:19.953Z] time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T00:48:19.953Z] time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T00:48:19.953Z] time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T00:48:19.953Z] time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T00:48:19.953Z] time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T00:48:19.953Z] time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T00:48:19.953Z] time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T00:48:19.953Z] time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T00:48:19.953Z] time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T00:48:19.953Z] time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T00:48:19.953Z] time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-06T00:48:19.963Z] $ docker stop --time=1 36410a0085bed18cebbce21535cc6489623e2a875e9197b0eb1e21bb4c19e653 [2024-07-06T00:48:21.284Z] $ docker rm -f --volumes 36410a0085bed18cebbce21535cc6489623e2a875e9197b0eb1e21bb4c19e653 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-06T00:48:21.640Z] + docker images [2024-07-06T00:48:21.640Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-06T00:48:21.640Z] security-bootstrapper latest 998adbd8322e 3 seconds ago 24MB [2024-07-06T00:48:21.640Z] core-common-config-bootstrapper latest 2e51a355835a 4 seconds ago 20.2MB [2024-07-06T00:48:21.640Z] security-secretstore-setup latest 6767b9ed425b 4 seconds ago 42.2MB [2024-07-06T00:48:21.640Z] security-proxy-setup latest 90aaab4f49e0 4 seconds ago 31.2MB [2024-07-06T00:48:21.640Z] security-proxy-auth latest 31c5b011cd5f 5 seconds ago 38MB [2024-07-06T00:48:21.640Z] core-metadata latest a98bf1d520cd 5 seconds ago 41MB [2024-07-06T00:48:21.640Z] support-notifications latest 54bb4e2b5de2 6 seconds ago 43.9MB [2024-07-06T00:48:21.640Z] security-spiffe-token-provider latest 4a97023d142c 6 seconds ago 34MB [2024-07-06T00:48:21.640Z] core-keeper latest d6c034790b50 6 seconds ago 35.6MB [2024-07-06T00:48:21.640Z] core-data latest ca2d2f387add 6 seconds ago 40.8MB [2024-07-06T00:48:21.640Z] support-scheduler latest 7b710cee8145 6 seconds ago 43.1MB [2024-07-06T00:48:21.640Z] core-command latest 1c5a4c5f2e86 6 seconds ago 40.4MB [2024-07-06T00:48:21.640Z] security-spire-config latest ea30fa2d429e 3 minutes ago 107MB [2024-07-06T00:48:21.640Z] security-spire-agent latest f9ebfd1f36ba 3 minutes ago 166MB [2024-07-06T00:48:21.640Z] security-spire-server latest f4cecaf1872d 3 minutes ago 107MB [2024-07-06T00:48:21.641Z] ci-base-image-x86_64 latest be129fbe3dd6 7 minutes ago 966MB [2024-07-06T00:48:21.641Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 2 months ago 565MB [2024-07-06T00:48:21.641Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 13 months ago 334MB [2024-07-06T00:48:21.641Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 24 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-06T00:48:21.785Z] provisioning config files... [2024-07-06T00:48:21.795Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/649@tmp/config16656168913685789869tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-06T00:48:22.099Z] ---> ****-login.sh [2024-07-06T00:48:22.100Z] nexus3.edgexfoundry.org:10001 [2024-07-06T00:48:22.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T00:48:22.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T00:48:22.100Z] Configure a credential helper to remove this warning. See [2024-07-06T00:48:22.100Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T00:48:22.100Z] [2024-07-06T00:48:22.100Z] Login Succeeded [2024-07-06T00:48:22.100Z] nexus3.edgexfoundry.org:10002 [2024-07-06T00:48:22.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T00:48:22.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T00:48:22.100Z] Configure a credential helper to remove this warning. See [2024-07-06T00:48:22.100Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T00:48:22.100Z] [2024-07-06T00:48:22.100Z] Login Succeeded [2024-07-06T00:48:22.100Z] nexus3.edgexfoundry.org:10003 [2024-07-06T00:48:22.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T00:48:22.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T00:48:22.360Z] Configure a credential helper to remove this warning. See [2024-07-06T00:48:22.360Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T00:48:22.360Z] [2024-07-06T00:48:22.360Z] Login Succeeded [2024-07-06T00:48:22.360Z] nexus3.edgexfoundry.org:10004 [2024-07-06T00:48:22.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T00:48:22.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T00:48:22.361Z] Configure a credential helper to remove this warning. See [2024-07-06T00:48:22.361Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T00:48:22.361Z] [2024-07-06T00:48:22.361Z] Login Succeeded [2024-07-06T00:48:22.361Z] ****.io [2024-07-06T00:48:22.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T00:48:22.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T00:48:22.619Z] Configure a credential helper to remove this warning. See [2024-07-06T00:48:22.620Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T00:48:22.620Z] [2024-07-06T00:48:22.620Z] Login Succeeded [2024-07-06T00:48:22.620Z] ---> ****-login.sh ends [Pipeline] } [2024-07-06T00:48:22.626Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T00:48:22.673Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-06T00:48:22.705Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-07-06T00:48:22.705Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:22.705Z] latest [2024-07-06T00:48:22.705Z] 3.2.0-dev.31 [2024-07-06T00:48:22.705Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:22.705Z] main [2024-07-06T00:48:22.705Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:23.054Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:23.381Z] + docker push nexus3.edgexfoundry.org:10004/core-command:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:23.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-06T00:48:23.381Z] a1507ada5718: Preparing [2024-07-06T00:48:23.381Z] b99ffd12b4f8: Preparing [2024-07-06T00:48:23.381Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:23.381Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:23.381Z] edbba31d04df: Preparing [2024-07-06T00:48:23.381Z] 04cd93414a6c: Preparing [2024-07-06T00:48:23.381Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:23.381Z] 04cd93414a6c: Waiting [2024-07-06T00:48:23.381Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:23.381Z] a1507ada5718: Pushed [2024-07-06T00:48:23.381Z] 5bd9c9cb27eb: Pushed [2024-07-06T00:48:23.381Z] b847f4f6e5a6: Pushed [2024-07-06T00:48:23.381Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:23.640Z] 04cd93414a6c: Pushed [2024-07-06T00:48:23.900Z] edbba31d04df: Pushed [2024-07-06T00:48:25.806Z] b99ffd12b4f8: Pushed [2024-07-06T00:48:26.066Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:9248696218d5cf8e4eb1d79fe94cbb1a9bc64894d933dd11ce784d7463b013ad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:26.407Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:26.736Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-07-06T00:48:26.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-06T00:48:26.737Z] a1507ada5718: Preparing [2024-07-06T00:48:26.737Z] b99ffd12b4f8: Preparing [2024-07-06T00:48:26.737Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:26.737Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:26.737Z] edbba31d04df: Preparing [2024-07-06T00:48:26.737Z] 04cd93414a6c: Preparing [2024-07-06T00:48:26.737Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:26.737Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:26.737Z] 04cd93414a6c: Waiting [2024-07-06T00:48:26.737Z] edbba31d04df: Layer already exists [2024-07-06T00:48:26.737Z] a1507ada5718: Layer already exists [2024-07-06T00:48:26.737Z] b99ffd12b4f8: Layer already exists [2024-07-06T00:48:26.737Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:26.737Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:26.737Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:26.737Z] 04cd93414a6c: Layer already exists [2024-07-06T00:48:26.737Z] latest: digest: sha256:9248696218d5cf8e4eb1d79fe94cbb1a9bc64894d933dd11ce784d7463b013ad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:27.075Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:27.412Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.31 [2024-07-06T00:48:27.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-06T00:48:27.412Z] a1507ada5718: Preparing [2024-07-06T00:48:27.412Z] b99ffd12b4f8: Preparing [2024-07-06T00:48:27.412Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:27.412Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:27.412Z] edbba31d04df: Preparing [2024-07-06T00:48:27.412Z] 04cd93414a6c: Preparing [2024-07-06T00:48:27.412Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:27.412Z] 04cd93414a6c: Waiting [2024-07-06T00:48:27.412Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:27.412Z] a1507ada5718: Layer already exists [2024-07-06T00:48:27.412Z] edbba31d04df: Layer already exists [2024-07-06T00:48:27.412Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:27.412Z] b99ffd12b4f8: Layer already exists [2024-07-06T00:48:27.412Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:27.412Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:27.412Z] 04cd93414a6c: Layer already exists [2024-07-06T00:48:27.412Z] 3.2.0-dev.31: digest: sha256:9248696218d5cf8e4eb1d79fe94cbb1a9bc64894d933dd11ce784d7463b013ad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:27.737Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:28.059Z] + docker push nexus3.edgexfoundry.org:10004/core-command:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:28.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-06T00:48:28.060Z] a1507ada5718: Preparing [2024-07-06T00:48:28.060Z] b99ffd12b4f8: Preparing [2024-07-06T00:48:28.060Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:28.060Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:28.060Z] edbba31d04df: Preparing [2024-07-06T00:48:28.060Z] 04cd93414a6c: Preparing [2024-07-06T00:48:28.060Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:28.060Z] 04cd93414a6c: Waiting [2024-07-06T00:48:28.060Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:28.060Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:28.060Z] b99ffd12b4f8: Layer already exists [2024-07-06T00:48:28.060Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:28.060Z] a1507ada5718: Layer already exists [2024-07-06T00:48:28.060Z] edbba31d04df: Layer already exists [2024-07-06T00:48:28.060Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:28.060Z] 04cd93414a6c: Layer already exists [2024-07-06T00:48:28.060Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:9248696218d5cf8e4eb1d79fe94cbb1a9bc64894d933dd11ce784d7463b013ad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:28.393Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:28.718Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-07-06T00:48:28.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-06T00:48:28.718Z] a1507ada5718: Preparing [2024-07-06T00:48:28.718Z] b99ffd12b4f8: Preparing [2024-07-06T00:48:28.718Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:28.718Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:28.718Z] edbba31d04df: Preparing [2024-07-06T00:48:28.718Z] 04cd93414a6c: Preparing [2024-07-06T00:48:28.718Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:28.718Z] 04cd93414a6c: Waiting [2024-07-06T00:48:28.718Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:28.718Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:28.718Z] edbba31d04df: Layer already exists [2024-07-06T00:48:28.718Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:28.718Z] b99ffd12b4f8: Layer already exists [2024-07-06T00:48:28.718Z] a1507ada5718: Layer already exists [2024-07-06T00:48:28.718Z] 04cd93414a6c: Layer already exists [2024-07-06T00:48:28.718Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:28.718Z] main: digest: sha256:9248696218d5cf8e4eb1d79fe94cbb1a9bc64894d933dd11ce784d7463b013ad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T00:48:28.792Z] ===================================================== [Pipeline] echo [2024-07-06T00:48:28.807Z] taggedImages: [2024-07-06T00:48:28.807Z] - nexus3.edgexfoundry.org:10004/core-command:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:28.807Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-07-06T00:48:28.807Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.31 [2024-07-06T00:48:28.807Z] - nexus3.edgexfoundry.org:10004/core-command:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:28.807Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-07-06T00:48:28.834Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-07-06T00:48:28.834Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:28.834Z] latest [2024-07-06T00:48:28.834Z] 3.2.0-dev.31 [2024-07-06T00:48:28.834Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:28.834Z] main [2024-07-06T00:48:28.834Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:29.190Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:29.513Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:29.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-06T00:48:29.513Z] 7f989a224619: Preparing [2024-07-06T00:48:29.513Z] 233ced965457: Preparing [2024-07-06T00:48:29.513Z] ec42e0593463: Preparing [2024-07-06T00:48:29.513Z] 2bea1276ddd7: Preparing [2024-07-06T00:48:29.513Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:29.513Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:29.513Z] edbba31d04df: Preparing [2024-07-06T00:48:29.513Z] 04cd93414a6c: Preparing [2024-07-06T00:48:29.513Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:29.513Z] b847f4f6e5a6: Waiting [2024-07-06T00:48:29.513Z] edbba31d04df: Waiting [2024-07-06T00:48:29.513Z] 04cd93414a6c: Waiting [2024-07-06T00:48:29.513Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:29.513Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:29.513Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:29.513Z] edbba31d04df: Layer already exists [2024-07-06T00:48:29.513Z] 04cd93414a6c: Layer already exists [2024-07-06T00:48:29.513Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:29.513Z] 7f989a224619: Pushed [2024-07-06T00:48:29.513Z] 233ced965457: Pushed [2024-07-06T00:48:29.513Z] ec42e0593463: Pushed [2024-07-06T00:48:30.453Z] 2bea1276ddd7: Pushed [2024-07-06T00:48:30.453Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:6939448f4566a27cad0f9d2de782a87eac04277c0ada586c01ade192a2d18c21 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:30.790Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:31.113Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-07-06T00:48:31.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-06T00:48:31.113Z] 7f989a224619: Preparing [2024-07-06T00:48:31.113Z] 233ced965457: Preparing [2024-07-06T00:48:31.113Z] ec42e0593463: Preparing [2024-07-06T00:48:31.113Z] 2bea1276ddd7: Preparing [2024-07-06T00:48:31.113Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:31.113Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:31.113Z] edbba31d04df: Preparing [2024-07-06T00:48:31.113Z] 04cd93414a6c: Preparing [2024-07-06T00:48:31.113Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:31.113Z] b847f4f6e5a6: Waiting [2024-07-06T00:48:31.113Z] 04cd93414a6c: Waiting [2024-07-06T00:48:31.113Z] edbba31d04df: Waiting [2024-07-06T00:48:31.113Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:31.113Z] ec42e0593463: Layer already exists [2024-07-06T00:48:31.113Z] 233ced965457: Layer already exists [2024-07-06T00:48:31.113Z] 7f989a224619: Layer already exists [2024-07-06T00:48:31.113Z] 2bea1276ddd7: Layer already exists [2024-07-06T00:48:31.113Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:31.113Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:31.113Z] edbba31d04df: Layer already exists [2024-07-06T00:48:31.113Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:31.113Z] 04cd93414a6c: Layer already exists [2024-07-06T00:48:31.113Z] latest: digest: sha256:6939448f4566a27cad0f9d2de782a87eac04277c0ada586c01ade192a2d18c21 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:31.445Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:31.773Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.31 [2024-07-06T00:48:31.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-06T00:48:31.773Z] 7f989a224619: Preparing [2024-07-06T00:48:31.773Z] 233ced965457: Preparing [2024-07-06T00:48:31.773Z] ec42e0593463: Preparing [2024-07-06T00:48:31.773Z] 2bea1276ddd7: Preparing [2024-07-06T00:48:31.773Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:31.773Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:31.773Z] edbba31d04df: Preparing [2024-07-06T00:48:31.773Z] 04cd93414a6c: Preparing [2024-07-06T00:48:31.773Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:31.773Z] b847f4f6e5a6: Waiting [2024-07-06T00:48:31.773Z] 04cd93414a6c: Waiting [2024-07-06T00:48:31.773Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:31.773Z] edbba31d04df: Waiting [2024-07-06T00:48:31.773Z] 2bea1276ddd7: Layer already exists [2024-07-06T00:48:31.773Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:31.773Z] 233ced965457: Layer already exists [2024-07-06T00:48:31.773Z] 7f989a224619: Layer already exists [2024-07-06T00:48:31.773Z] ec42e0593463: Layer already exists [2024-07-06T00:48:31.773Z] edbba31d04df: Layer already exists [2024-07-06T00:48:31.773Z] 04cd93414a6c: Layer already exists [2024-07-06T00:48:31.773Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:31.773Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:31.773Z] 3.2.0-dev.31: digest: sha256:6939448f4566a27cad0f9d2de782a87eac04277c0ada586c01ade192a2d18c21 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:32.091Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:32.425Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:32.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-06T00:48:32.425Z] 7f989a224619: Preparing [2024-07-06T00:48:32.425Z] 233ced965457: Preparing [2024-07-06T00:48:32.425Z] ec42e0593463: Preparing [2024-07-06T00:48:32.425Z] 2bea1276ddd7: Preparing [2024-07-06T00:48:32.425Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:32.425Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:32.425Z] edbba31d04df: Preparing [2024-07-06T00:48:32.425Z] 04cd93414a6c: Preparing [2024-07-06T00:48:32.425Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:32.425Z] b847f4f6e5a6: Waiting [2024-07-06T00:48:32.425Z] edbba31d04df: Waiting [2024-07-06T00:48:32.425Z] 04cd93414a6c: Waiting [2024-07-06T00:48:32.425Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:32.425Z] 2bea1276ddd7: Layer already exists [2024-07-06T00:48:32.425Z] 233ced965457: Layer already exists [2024-07-06T00:48:32.425Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:32.425Z] ec42e0593463: Layer already exists [2024-07-06T00:48:32.425Z] 7f989a224619: Layer already exists [2024-07-06T00:48:32.425Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:32.425Z] edbba31d04df: Layer already exists [2024-07-06T00:48:32.425Z] 04cd93414a6c: Layer already exists [2024-07-06T00:48:32.425Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:32.425Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:6939448f4566a27cad0f9d2de782a87eac04277c0ada586c01ade192a2d18c21 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:32.759Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:33.080Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-07-06T00:48:33.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-06T00:48:33.080Z] 7f989a224619: Preparing [2024-07-06T00:48:33.080Z] 233ced965457: Preparing [2024-07-06T00:48:33.080Z] ec42e0593463: Preparing [2024-07-06T00:48:33.080Z] 2bea1276ddd7: Preparing [2024-07-06T00:48:33.080Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:33.080Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:33.080Z] edbba31d04df: Preparing [2024-07-06T00:48:33.080Z] 04cd93414a6c: Preparing [2024-07-06T00:48:33.080Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:33.080Z] b847f4f6e5a6: Waiting [2024-07-06T00:48:33.080Z] edbba31d04df: Waiting [2024-07-06T00:48:33.080Z] 04cd93414a6c: Waiting [2024-07-06T00:48:33.080Z] 233ced965457: Layer already exists [2024-07-06T00:48:33.080Z] 7f989a224619: Layer already exists [2024-07-06T00:48:33.080Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:33.080Z] 2bea1276ddd7: Layer already exists [2024-07-06T00:48:33.080Z] ec42e0593463: Layer already exists [2024-07-06T00:48:33.080Z] 04cd93414a6c: Layer already exists [2024-07-06T00:48:33.080Z] edbba31d04df: Layer already exists [2024-07-06T00:48:33.080Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:33.080Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:33.080Z] main: digest: sha256:6939448f4566a27cad0f9d2de782a87eac04277c0ada586c01ade192a2d18c21 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T00:48:33.154Z] ===================================================== [Pipeline] echo [2024-07-06T00:48:33.169Z] taggedImages: [2024-07-06T00:48:33.169Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:33.169Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-07-06T00:48:33.169Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.31 [2024-07-06T00:48:33.169Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:33.169Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-07-06T00:48:33.202Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-07-06T00:48:33.202Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:33.202Z] latest [2024-07-06T00:48:33.202Z] 3.2.0-dev.31 [2024-07-06T00:48:33.202Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:33.202Z] main [2024-07-06T00:48:33.202Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:33.541Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:33.866Z] + docker push nexus3.edgexfoundry.org:10004/core-data:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:33.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-06T00:48:33.866Z] 0a9577e1fd61: Preparing [2024-07-06T00:48:33.866Z] 0d9f7153b5c4: Preparing [2024-07-06T00:48:33.866Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:33.866Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:33.866Z] 29952f1cefb5: Preparing [2024-07-06T00:48:33.866Z] b93ed8e2f995: Preparing [2024-07-06T00:48:33.866Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:33.866Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:33.866Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:33.866Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:33.866Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:33.866Z] 0a9577e1fd61: Pushed [2024-07-06T00:48:33.866Z] b93ed8e2f995: Pushed [2024-07-06T00:48:34.433Z] 29952f1cefb5: Pushed [2024-07-06T00:48:36.970Z] 0d9f7153b5c4: Pushed [2024-07-06T00:48:36.970Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:e6257dd5bdd08862db2c8e4e7ae60ee8ba937ecac98e066c207c0f3a3a920f2c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:37.299Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:37.626Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-07-06T00:48:37.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-06T00:48:37.626Z] 0a9577e1fd61: Preparing [2024-07-06T00:48:37.626Z] 0d9f7153b5c4: Preparing [2024-07-06T00:48:37.626Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:37.626Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:37.626Z] 29952f1cefb5: Preparing [2024-07-06T00:48:37.626Z] b93ed8e2f995: Preparing [2024-07-06T00:48:37.626Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:37.626Z] b93ed8e2f995: Waiting [2024-07-06T00:48:37.626Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:37.626Z] 0a9577e1fd61: Layer already exists [2024-07-06T00:48:37.626Z] 29952f1cefb5: Layer already exists [2024-07-06T00:48:37.626Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:37.626Z] 0d9f7153b5c4: Layer already exists [2024-07-06T00:48:37.626Z] b93ed8e2f995: Layer already exists [2024-07-06T00:48:37.626Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:37.626Z] latest: digest: sha256:e6257dd5bdd08862db2c8e4e7ae60ee8ba937ecac98e066c207c0f3a3a920f2c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:37.957Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:38.282Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.31 [2024-07-06T00:48:38.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-06T00:48:38.283Z] 0a9577e1fd61: Preparing [2024-07-06T00:48:38.283Z] 0d9f7153b5c4: Preparing [2024-07-06T00:48:38.283Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:38.283Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:38.283Z] 29952f1cefb5: Preparing [2024-07-06T00:48:38.283Z] b93ed8e2f995: Preparing [2024-07-06T00:48:38.283Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:38.283Z] b93ed8e2f995: Waiting [2024-07-06T00:48:38.283Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:38.283Z] 0a9577e1fd61: Layer already exists [2024-07-06T00:48:38.283Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:38.283Z] 29952f1cefb5: Layer already exists [2024-07-06T00:48:38.283Z] 0d9f7153b5c4: Layer already exists [2024-07-06T00:48:38.283Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:38.283Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:38.283Z] b93ed8e2f995: Layer already exists [2024-07-06T00:48:38.283Z] 3.2.0-dev.31: digest: sha256:e6257dd5bdd08862db2c8e4e7ae60ee8ba937ecac98e066c207c0f3a3a920f2c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:38.621Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:38.946Z] + docker push nexus3.edgexfoundry.org:10004/core-data:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:38.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-06T00:48:38.946Z] 0a9577e1fd61: Preparing [2024-07-06T00:48:38.946Z] 0d9f7153b5c4: Preparing [2024-07-06T00:48:38.946Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:38.946Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:38.946Z] 29952f1cefb5: Preparing [2024-07-06T00:48:38.946Z] b93ed8e2f995: Preparing [2024-07-06T00:48:38.946Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:38.946Z] b93ed8e2f995: Waiting [2024-07-06T00:48:38.946Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:38.946Z] 29952f1cefb5: Layer already exists [2024-07-06T00:48:38.946Z] 0a9577e1fd61: Layer already exists [2024-07-06T00:48:38.946Z] 0d9f7153b5c4: Layer already exists [2024-07-06T00:48:38.946Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:38.946Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:38.946Z] b93ed8e2f995: Layer already exists [2024-07-06T00:48:38.946Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:38.946Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:e6257dd5bdd08862db2c8e4e7ae60ee8ba937ecac98e066c207c0f3a3a920f2c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:39.269Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:39.590Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-07-06T00:48:39.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-06T00:48:39.590Z] 0a9577e1fd61: Preparing [2024-07-06T00:48:39.590Z] 0d9f7153b5c4: Preparing [2024-07-06T00:48:39.590Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:39.590Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:39.590Z] 29952f1cefb5: Preparing [2024-07-06T00:48:39.590Z] b93ed8e2f995: Preparing [2024-07-06T00:48:39.590Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:39.590Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:39.590Z] b93ed8e2f995: Waiting [2024-07-06T00:48:39.590Z] 0d9f7153b5c4: Layer already exists [2024-07-06T00:48:39.590Z] 0a9577e1fd61: Layer already exists [2024-07-06T00:48:39.590Z] 29952f1cefb5: Layer already exists [2024-07-06T00:48:39.590Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:39.590Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:39.590Z] b93ed8e2f995: Layer already exists [2024-07-06T00:48:39.590Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:39.590Z] main: digest: sha256:e6257dd5bdd08862db2c8e4e7ae60ee8ba937ecac98e066c207c0f3a3a920f2c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T00:48:39.664Z] ===================================================== [Pipeline] echo [2024-07-06T00:48:39.679Z] taggedImages: [2024-07-06T00:48:39.679Z] - nexus3.edgexfoundry.org:10004/core-data:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:39.679Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-07-06T00:48:39.679Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.31 [2024-07-06T00:48:39.679Z] - nexus3.edgexfoundry.org:10004/core-data:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:39.679Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-07-06T00:48:39.705Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-07-06T00:48:39.705Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:39.705Z] latest [2024-07-06T00:48:39.705Z] 3.2.0-dev.31 [2024-07-06T00:48:39.705Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:39.705Z] main [2024-07-06T00:48:39.705Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:40.046Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:40.436Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:40.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-06T00:48:40.436Z] 9331139fab42: Preparing [2024-07-06T00:48:40.436Z] add852db511f: Preparing [2024-07-06T00:48:40.436Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:40.436Z] ea73a7b02b5d: Preparing [2024-07-06T00:48:40.436Z] 23fd868eb3e0: Preparing [2024-07-06T00:48:40.436Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:40.436Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:40.436Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:40.436Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:40.436Z] 23fd868eb3e0: Pushed [2024-07-06T00:48:40.436Z] ea73a7b02b5d: Pushed [2024-07-06T00:48:40.436Z] 9331139fab42: Pushed [2024-07-06T00:48:42.975Z] add852db511f: Pushed [2024-07-06T00:48:43.234Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:98eef28abde75ce6a6f159391c7430778d989acd5de324162535def9003e93a6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:43.560Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:43.895Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-07-06T00:48:43.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-06T00:48:43.895Z] 9331139fab42: Preparing [2024-07-06T00:48:43.895Z] add852db511f: Preparing [2024-07-06T00:48:43.895Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:43.895Z] ea73a7b02b5d: Preparing [2024-07-06T00:48:43.895Z] 23fd868eb3e0: Preparing [2024-07-06T00:48:43.895Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:43.895Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:43.895Z] 23fd868eb3e0: Layer already exists [2024-07-06T00:48:43.895Z] 9331139fab42: Layer already exists [2024-07-06T00:48:43.895Z] add852db511f: Layer already exists [2024-07-06T00:48:43.895Z] ea73a7b02b5d: Layer already exists [2024-07-06T00:48:43.895Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:43.895Z] latest: digest: sha256:98eef28abde75ce6a6f159391c7430778d989acd5de324162535def9003e93a6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:44.224Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:44.547Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.31 [2024-07-06T00:48:44.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-06T00:48:44.547Z] 9331139fab42: Preparing [2024-07-06T00:48:44.547Z] add852db511f: Preparing [2024-07-06T00:48:44.547Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:44.547Z] ea73a7b02b5d: Preparing [2024-07-06T00:48:44.547Z] 23fd868eb3e0: Preparing [2024-07-06T00:48:44.547Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:44.547Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:44.547Z] 9331139fab42: Layer already exists [2024-07-06T00:48:44.547Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:44.547Z] 23fd868eb3e0: Layer already exists [2024-07-06T00:48:44.547Z] add852db511f: Layer already exists [2024-07-06T00:48:44.547Z] ea73a7b02b5d: Layer already exists [2024-07-06T00:48:44.547Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:44.547Z] 3.2.0-dev.31: digest: sha256:98eef28abde75ce6a6f159391c7430778d989acd5de324162535def9003e93a6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:44.876Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:45.195Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:45.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-06T00:48:45.195Z] 9331139fab42: Preparing [2024-07-06T00:48:45.195Z] add852db511f: Preparing [2024-07-06T00:48:45.195Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:45.195Z] ea73a7b02b5d: Preparing [2024-07-06T00:48:45.195Z] 23fd868eb3e0: Preparing [2024-07-06T00:48:45.195Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:45.195Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:45.195Z] 9331139fab42: Layer already exists [2024-07-06T00:48:45.195Z] ea73a7b02b5d: Layer already exists [2024-07-06T00:48:45.195Z] add852db511f: Layer already exists [2024-07-06T00:48:45.195Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:45.195Z] 23fd868eb3e0: Layer already exists [2024-07-06T00:48:45.195Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:45.195Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:98eef28abde75ce6a6f159391c7430778d989acd5de324162535def9003e93a6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:45.523Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:45.847Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-07-06T00:48:45.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-06T00:48:45.848Z] 9331139fab42: Preparing [2024-07-06T00:48:45.848Z] add852db511f: Preparing [2024-07-06T00:48:45.848Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:45.848Z] ea73a7b02b5d: Preparing [2024-07-06T00:48:45.848Z] 23fd868eb3e0: Preparing [2024-07-06T00:48:45.848Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:45.848Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:45.848Z] ea73a7b02b5d: Layer already exists [2024-07-06T00:48:45.848Z] add852db511f: Layer already exists [2024-07-06T00:48:45.848Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:45.848Z] 23fd868eb3e0: Layer already exists [2024-07-06T00:48:45.848Z] 9331139fab42: Layer already exists [2024-07-06T00:48:45.848Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:45.848Z] main: digest: sha256:98eef28abde75ce6a6f159391c7430778d989acd5de324162535def9003e93a6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T00:48:45.916Z] ===================================================== [Pipeline] echo [2024-07-06T00:48:45.931Z] taggedImages: [2024-07-06T00:48:45.931Z] - nexus3.edgexfoundry.org:10004/core-keeper:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:45.931Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-07-06T00:48:45.931Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.31 [2024-07-06T00:48:45.931Z] - nexus3.edgexfoundry.org:10004/core-keeper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:45.931Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-07-06T00:48:45.961Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-07-06T00:48:45.961Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:45.961Z] latest [2024-07-06T00:48:45.961Z] 3.2.0-dev.31 [2024-07-06T00:48:45.961Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:45.961Z] main [2024-07-06T00:48:45.961Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:46.307Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:46.631Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:46.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-06T00:48:46.631Z] a3283989ff7e: Preparing [2024-07-06T00:48:46.631Z] 3a3f245893c7: Preparing [2024-07-06T00:48:46.631Z] 5cec9638e365: Preparing [2024-07-06T00:48:46.631Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:46.631Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:46.631Z] edbba31d04df: Preparing [2024-07-06T00:48:46.631Z] 04cd93414a6c: Preparing [2024-07-06T00:48:46.631Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:46.631Z] edbba31d04df: Waiting [2024-07-06T00:48:46.631Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:46.631Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:46.631Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:46.631Z] edbba31d04df: Layer already exists [2024-07-06T00:48:46.631Z] 04cd93414a6c: Layer already exists [2024-07-06T00:48:46.631Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:46.631Z] a3283989ff7e: Pushed [2024-07-06T00:48:46.631Z] 3a3f245893c7: Pushed [2024-07-06T00:48:49.916Z] 5cec9638e365: Pushed [2024-07-06T00:48:49.916Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:b838b47f23a237ec90ce79f48daa2f5d0f3b2b0a75ac620fea511a5e7a07b43a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:50.240Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:50.562Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-07-06T00:48:50.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-06T00:48:50.562Z] a3283989ff7e: Preparing [2024-07-06T00:48:50.562Z] 3a3f245893c7: Preparing [2024-07-06T00:48:50.562Z] 5cec9638e365: Preparing [2024-07-06T00:48:50.562Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:50.562Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:50.562Z] edbba31d04df: Preparing [2024-07-06T00:48:50.562Z] 04cd93414a6c: Preparing [2024-07-06T00:48:50.562Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:50.562Z] edbba31d04df: Waiting [2024-07-06T00:48:50.562Z] 04cd93414a6c: Waiting [2024-07-06T00:48:50.562Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:50.562Z] a3283989ff7e: Layer already exists [2024-07-06T00:48:50.562Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:50.562Z] 5cec9638e365: Layer already exists [2024-07-06T00:48:50.562Z] 3a3f245893c7: Layer already exists [2024-07-06T00:48:50.562Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:50.562Z] edbba31d04df: Layer already exists [2024-07-06T00:48:50.562Z] 04cd93414a6c: Layer already exists [2024-07-06T00:48:50.562Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:50.562Z] latest: digest: sha256:b838b47f23a237ec90ce79f48daa2f5d0f3b2b0a75ac620fea511a5e7a07b43a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:50.889Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:51.210Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.31 [2024-07-06T00:48:51.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-06T00:48:51.210Z] a3283989ff7e: Preparing [2024-07-06T00:48:51.210Z] 3a3f245893c7: Preparing [2024-07-06T00:48:51.210Z] 5cec9638e365: Preparing [2024-07-06T00:48:51.210Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:51.210Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:51.210Z] edbba31d04df: Preparing [2024-07-06T00:48:51.210Z] 04cd93414a6c: Preparing [2024-07-06T00:48:51.210Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:51.210Z] edbba31d04df: Waiting [2024-07-06T00:48:51.210Z] 04cd93414a6c: Waiting [2024-07-06T00:48:51.210Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:51.210Z] 5cec9638e365: Layer already exists [2024-07-06T00:48:51.210Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:51.210Z] 3a3f245893c7: Layer already exists [2024-07-06T00:48:51.210Z] a3283989ff7e: Layer already exists [2024-07-06T00:48:51.210Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:51.210Z] 04cd93414a6c: Layer already exists [2024-07-06T00:48:51.210Z] edbba31d04df: Layer already exists [2024-07-06T00:48:51.210Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:51.210Z] 3.2.0-dev.31: digest: sha256:b838b47f23a237ec90ce79f48daa2f5d0f3b2b0a75ac620fea511a5e7a07b43a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:51.541Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:51.862Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:51.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-06T00:48:51.862Z] a3283989ff7e: Preparing [2024-07-06T00:48:51.862Z] 3a3f245893c7: Preparing [2024-07-06T00:48:51.862Z] 5cec9638e365: Preparing [2024-07-06T00:48:51.862Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:51.862Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:51.862Z] edbba31d04df: Preparing [2024-07-06T00:48:51.862Z] 04cd93414a6c: Preparing [2024-07-06T00:48:51.862Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:51.862Z] 04cd93414a6c: Waiting [2024-07-06T00:48:51.862Z] edbba31d04df: Waiting [2024-07-06T00:48:51.862Z] 5cec9638e365: Layer already exists [2024-07-06T00:48:51.862Z] 3a3f245893c7: Layer already exists [2024-07-06T00:48:51.862Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:51.862Z] a3283989ff7e: Layer already exists [2024-07-06T00:48:51.862Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:51.862Z] 04cd93414a6c: Layer already exists [2024-07-06T00:48:51.862Z] edbba31d04df: Layer already exists [2024-07-06T00:48:51.862Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:51.862Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:b838b47f23a237ec90ce79f48daa2f5d0f3b2b0a75ac620fea511a5e7a07b43a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:52.193Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:52.517Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-07-06T00:48:52.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-06T00:48:52.517Z] a3283989ff7e: Preparing [2024-07-06T00:48:52.517Z] 3a3f245893c7: Preparing [2024-07-06T00:48:52.517Z] 5cec9638e365: Preparing [2024-07-06T00:48:52.517Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:52.517Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:52.517Z] edbba31d04df: Preparing [2024-07-06T00:48:52.517Z] 04cd93414a6c: Preparing [2024-07-06T00:48:52.517Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:52.517Z] edbba31d04df: Waiting [2024-07-06T00:48:52.517Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:52.517Z] 5cec9638e365: Layer already exists [2024-07-06T00:48:52.517Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:52.517Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:52.517Z] 3a3f245893c7: Layer already exists [2024-07-06T00:48:52.517Z] a3283989ff7e: Layer already exists [2024-07-06T00:48:52.517Z] edbba31d04df: Layer already exists [2024-07-06T00:48:52.517Z] 04cd93414a6c: Layer already exists [2024-07-06T00:48:52.517Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:52.517Z] main: digest: sha256:b838b47f23a237ec90ce79f48daa2f5d0f3b2b0a75ac620fea511a5e7a07b43a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T00:48:52.588Z] ===================================================== [Pipeline] echo [2024-07-06T00:48:52.600Z] taggedImages: [2024-07-06T00:48:52.600Z] - nexus3.edgexfoundry.org:10004/core-metadata:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:52.600Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-07-06T00:48:52.600Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.31 [2024-07-06T00:48:52.600Z] - nexus3.edgexfoundry.org:10004/core-metadata:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:52.600Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-07-06T00:48:52.626Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-07-06T00:48:52.626Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:52.626Z] latest [2024-07-06T00:48:52.626Z] 3.2.0-dev.31 [2024-07-06T00:48:52.626Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:52.626Z] main [2024-07-06T00:48:52.626Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:52.963Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:53.280Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:53.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-06T00:48:53.280Z] 984ba71bb703: Preparing [2024-07-06T00:48:53.280Z] cf8dd096fbed: Preparing [2024-07-06T00:48:53.280Z] e3e1ebc4be53: Preparing [2024-07-06T00:48:53.280Z] 0165be301cb6: Preparing [2024-07-06T00:48:53.280Z] 8460ae32c183: Preparing [2024-07-06T00:48:53.280Z] 24c979c4aeaf: Preparing [2024-07-06T00:48:53.280Z] d45c68f5d5f5: Preparing [2024-07-06T00:48:53.280Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:53.280Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:53.280Z] cb202e1ff03d: Preparing [2024-07-06T00:48:53.280Z] 25e393f4bc4c: Preparing [2024-07-06T00:48:53.280Z] 5f70bf18a086: Preparing [2024-07-06T00:48:53.280Z] a98b1a0572a3: Preparing [2024-07-06T00:48:53.280Z] 622982329b11: Preparing [2024-07-06T00:48:53.280Z] cfe16246541f: Preparing [2024-07-06T00:48:53.280Z] 24c979c4aeaf: Waiting [2024-07-06T00:48:53.280Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:53.280Z] 622982329b11: Waiting [2024-07-06T00:48:53.280Z] 25e393f4bc4c: Waiting [2024-07-06T00:48:53.280Z] d45c68f5d5f5: Waiting [2024-07-06T00:48:53.280Z] 5f70bf18a086: Waiting [2024-07-06T00:48:53.280Z] 5bd9c9cb27eb: Waiting [2024-07-06T00:48:53.280Z] a98b1a0572a3: Waiting [2024-07-06T00:48:53.280Z] b847f4f6e5a6: Waiting [2024-07-06T00:48:53.280Z] cb202e1ff03d: Waiting [2024-07-06T00:48:53.280Z] cfe16246541f: Waiting [2024-07-06T00:48:53.280Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:53.280Z] 984ba71bb703: Pushed [2024-07-06T00:48:53.280Z] 8460ae32c183: Pushed [2024-07-06T00:48:53.280Z] 0165be301cb6: Pushed [2024-07-06T00:48:53.280Z] cf8dd096fbed: Pushed [2024-07-06T00:48:53.541Z] e3e1ebc4be53: Pushed [2024-07-06T00:48:53.541Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:53.541Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:53.541Z] 5f70bf18a086: Layer already exists [2024-07-06T00:48:53.541Z] 24c979c4aeaf: Pushed [2024-07-06T00:48:53.541Z] cb202e1ff03d: Pushed [2024-07-06T00:48:53.541Z] a98b1a0572a3: Pushed [2024-07-06T00:48:53.541Z] 25e393f4bc4c: Pushed [2024-07-06T00:48:53.541Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:53.541Z] cfe16246541f: Pushed [2024-07-06T00:48:54.107Z] 622982329b11: Pushed [2024-07-06T00:48:54.676Z] d45c68f5d5f5: Pushed [2024-07-06T00:48:54.936Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:3599b9b7a8b61fd319763a8e45e8157829fe05ef2f02266fa7d89d7df84b9422 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:55.264Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:55.591Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-07-06T00:48:55.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-06T00:48:55.591Z] 984ba71bb703: Preparing [2024-07-06T00:48:55.591Z] cf8dd096fbed: Preparing [2024-07-06T00:48:55.591Z] e3e1ebc4be53: Preparing [2024-07-06T00:48:55.591Z] 0165be301cb6: Preparing [2024-07-06T00:48:55.591Z] 8460ae32c183: Preparing [2024-07-06T00:48:55.591Z] 24c979c4aeaf: Preparing [2024-07-06T00:48:55.591Z] d45c68f5d5f5: Preparing [2024-07-06T00:48:55.591Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:55.591Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:55.591Z] cb202e1ff03d: Preparing [2024-07-06T00:48:55.591Z] 25e393f4bc4c: Preparing [2024-07-06T00:48:55.591Z] 5f70bf18a086: Preparing [2024-07-06T00:48:55.591Z] a98b1a0572a3: Preparing [2024-07-06T00:48:55.591Z] 622982329b11: Preparing [2024-07-06T00:48:55.591Z] cfe16246541f: Preparing [2024-07-06T00:48:55.591Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:55.591Z] 5bd9c9cb27eb: Waiting [2024-07-06T00:48:55.591Z] d45c68f5d5f5: Waiting [2024-07-06T00:48:55.591Z] b847f4f6e5a6: Waiting [2024-07-06T00:48:55.591Z] a98b1a0572a3: Waiting [2024-07-06T00:48:55.591Z] 622982329b11: Waiting [2024-07-06T00:48:55.591Z] cfe16246541f: Waiting [2024-07-06T00:48:55.591Z] cb202e1ff03d: Waiting [2024-07-06T00:48:55.591Z] 25e393f4bc4c: Waiting [2024-07-06T00:48:55.591Z] 5f70bf18a086: Waiting [2024-07-06T00:48:55.591Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:55.591Z] 24c979c4aeaf: Waiting [2024-07-06T00:48:55.591Z] 984ba71bb703: Layer already exists [2024-07-06T00:48:55.591Z] e3e1ebc4be53: Layer already exists [2024-07-06T00:48:55.591Z] 8460ae32c183: Layer already exists [2024-07-06T00:48:55.591Z] cf8dd096fbed: Layer already exists [2024-07-06T00:48:55.591Z] 0165be301cb6: Layer already exists [2024-07-06T00:48:55.591Z] 24c979c4aeaf: Layer already exists [2024-07-06T00:48:55.591Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:55.591Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:55.591Z] d45c68f5d5f5: Layer already exists [2024-07-06T00:48:55.591Z] cb202e1ff03d: Layer already exists [2024-07-06T00:48:55.591Z] 25e393f4bc4c: Layer already exists [2024-07-06T00:48:55.591Z] a98b1a0572a3: Layer already exists [2024-07-06T00:48:55.591Z] 5f70bf18a086: Layer already exists [2024-07-06T00:48:55.591Z] 622982329b11: Layer already exists [2024-07-06T00:48:55.591Z] cfe16246541f: Layer already exists [2024-07-06T00:48:55.591Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:55.591Z] latest: digest: sha256:3599b9b7a8b61fd319763a8e45e8157829fe05ef2f02266fa7d89d7df84b9422 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:55.912Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:56.230Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.31 [2024-07-06T00:48:56.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-06T00:48:56.230Z] 984ba71bb703: Preparing [2024-07-06T00:48:56.230Z] cf8dd096fbed: Preparing [2024-07-06T00:48:56.230Z] e3e1ebc4be53: Preparing [2024-07-06T00:48:56.230Z] 0165be301cb6: Preparing [2024-07-06T00:48:56.230Z] 8460ae32c183: Preparing [2024-07-06T00:48:56.230Z] 24c979c4aeaf: Preparing [2024-07-06T00:48:56.230Z] d45c68f5d5f5: Preparing [2024-07-06T00:48:56.230Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:56.230Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:56.230Z] cb202e1ff03d: Preparing [2024-07-06T00:48:56.230Z] 25e393f4bc4c: Preparing [2024-07-06T00:48:56.230Z] 5f70bf18a086: Preparing [2024-07-06T00:48:56.230Z] a98b1a0572a3: Preparing [2024-07-06T00:48:56.230Z] 622982329b11: Preparing [2024-07-06T00:48:56.230Z] cfe16246541f: Preparing [2024-07-06T00:48:56.230Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:56.230Z] 25e393f4bc4c: Waiting [2024-07-06T00:48:56.230Z] 24c979c4aeaf: Waiting [2024-07-06T00:48:56.230Z] d45c68f5d5f5: Waiting [2024-07-06T00:48:56.230Z] 5f70bf18a086: Waiting [2024-07-06T00:48:56.230Z] 622982329b11: Waiting [2024-07-06T00:48:56.230Z] a98b1a0572a3: Waiting [2024-07-06T00:48:56.230Z] 5bd9c9cb27eb: Waiting [2024-07-06T00:48:56.230Z] b847f4f6e5a6: Waiting [2024-07-06T00:48:56.230Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:56.230Z] cfe16246541f: Waiting [2024-07-06T00:48:56.230Z] e3e1ebc4be53: Layer already exists [2024-07-06T00:48:56.230Z] cf8dd096fbed: Layer already exists [2024-07-06T00:48:56.230Z] 8460ae32c183: Layer already exists [2024-07-06T00:48:56.230Z] 0165be301cb6: Layer already exists [2024-07-06T00:48:56.230Z] 984ba71bb703: Layer already exists [2024-07-06T00:48:56.230Z] 24c979c4aeaf: Layer already exists [2024-07-06T00:48:56.230Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:56.230Z] d45c68f5d5f5: Layer already exists [2024-07-06T00:48:56.230Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:56.230Z] cb202e1ff03d: Layer already exists [2024-07-06T00:48:56.230Z] 25e393f4bc4c: Layer already exists [2024-07-06T00:48:56.230Z] 5f70bf18a086: Layer already exists [2024-07-06T00:48:56.230Z] 622982329b11: Layer already exists [2024-07-06T00:48:56.230Z] a98b1a0572a3: Layer already exists [2024-07-06T00:48:56.230Z] cfe16246541f: Layer already exists [2024-07-06T00:48:56.230Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:56.230Z] 3.2.0-dev.31: digest: sha256:3599b9b7a8b61fd319763a8e45e8157829fe05ef2f02266fa7d89d7df84b9422 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:56.561Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:56.884Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:56.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-06T00:48:56.884Z] 984ba71bb703: Preparing [2024-07-06T00:48:56.884Z] cf8dd096fbed: Preparing [2024-07-06T00:48:56.884Z] e3e1ebc4be53: Preparing [2024-07-06T00:48:56.884Z] 0165be301cb6: Preparing [2024-07-06T00:48:56.884Z] 8460ae32c183: Preparing [2024-07-06T00:48:56.884Z] 24c979c4aeaf: Preparing [2024-07-06T00:48:56.884Z] d45c68f5d5f5: Preparing [2024-07-06T00:48:56.884Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:56.884Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:56.884Z] cb202e1ff03d: Preparing [2024-07-06T00:48:56.884Z] 25e393f4bc4c: Preparing [2024-07-06T00:48:56.884Z] 5f70bf18a086: Preparing [2024-07-06T00:48:56.884Z] a98b1a0572a3: Preparing [2024-07-06T00:48:56.884Z] 622982329b11: Preparing [2024-07-06T00:48:56.884Z] cfe16246541f: Preparing [2024-07-06T00:48:56.884Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:56.884Z] 25e393f4bc4c: Waiting [2024-07-06T00:48:56.884Z] 5f70bf18a086: Waiting [2024-07-06T00:48:56.884Z] a98b1a0572a3: Waiting [2024-07-06T00:48:56.884Z] 622982329b11: Waiting [2024-07-06T00:48:56.884Z] cfe16246541f: Waiting [2024-07-06T00:48:56.884Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:56.884Z] 24c979c4aeaf: Waiting [2024-07-06T00:48:56.884Z] d45c68f5d5f5: Waiting [2024-07-06T00:48:56.884Z] 5bd9c9cb27eb: Waiting [2024-07-06T00:48:56.884Z] b847f4f6e5a6: Waiting [2024-07-06T00:48:56.884Z] cb202e1ff03d: Waiting [2024-07-06T00:48:56.884Z] 0165be301cb6: Layer already exists [2024-07-06T00:48:56.884Z] e3e1ebc4be53: Layer already exists [2024-07-06T00:48:56.884Z] 8460ae32c183: Layer already exists [2024-07-06T00:48:56.884Z] cf8dd096fbed: Layer already exists [2024-07-06T00:48:56.884Z] 984ba71bb703: Layer already exists [2024-07-06T00:48:56.884Z] 24c979c4aeaf: Layer already exists [2024-07-06T00:48:56.884Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:56.884Z] cb202e1ff03d: Layer already exists [2024-07-06T00:48:56.884Z] d45c68f5d5f5: Layer already exists [2024-07-06T00:48:56.884Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:56.884Z] 25e393f4bc4c: Layer already exists [2024-07-06T00:48:56.884Z] 622982329b11: Layer already exists [2024-07-06T00:48:56.884Z] cfe16246541f: Layer already exists [2024-07-06T00:48:56.884Z] 5f70bf18a086: Layer already exists [2024-07-06T00:48:56.884Z] a98b1a0572a3: Layer already exists [2024-07-06T00:48:56.884Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:56.884Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:3599b9b7a8b61fd319763a8e45e8157829fe05ef2f02266fa7d89d7df84b9422 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:57.211Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:57.536Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-07-06T00:48:57.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-06T00:48:57.536Z] 984ba71bb703: Preparing [2024-07-06T00:48:57.536Z] cf8dd096fbed: Preparing [2024-07-06T00:48:57.536Z] e3e1ebc4be53: Preparing [2024-07-06T00:48:57.536Z] 0165be301cb6: Preparing [2024-07-06T00:48:57.536Z] 8460ae32c183: Preparing [2024-07-06T00:48:57.536Z] 24c979c4aeaf: Preparing [2024-07-06T00:48:57.536Z] d45c68f5d5f5: Preparing [2024-07-06T00:48:57.536Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:57.536Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:57.536Z] cb202e1ff03d: Preparing [2024-07-06T00:48:57.536Z] 25e393f4bc4c: Preparing [2024-07-06T00:48:57.536Z] 5f70bf18a086: Preparing [2024-07-06T00:48:57.536Z] a98b1a0572a3: Preparing [2024-07-06T00:48:57.536Z] 622982329b11: Preparing [2024-07-06T00:48:57.536Z] cfe16246541f: Preparing [2024-07-06T00:48:57.536Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:57.536Z] d45c68f5d5f5: Waiting [2024-07-06T00:48:57.536Z] 5bd9c9cb27eb: Waiting [2024-07-06T00:48:57.536Z] b847f4f6e5a6: Waiting [2024-07-06T00:48:57.536Z] cb202e1ff03d: Waiting [2024-07-06T00:48:57.536Z] 25e393f4bc4c: Waiting [2024-07-06T00:48:57.536Z] 5f70bf18a086: Waiting [2024-07-06T00:48:57.536Z] a98b1a0572a3: Waiting [2024-07-06T00:48:57.536Z] 622982329b11: Waiting [2024-07-06T00:48:57.536Z] cfe16246541f: Waiting [2024-07-06T00:48:57.536Z] 24c979c4aeaf: Waiting [2024-07-06T00:48:57.536Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:57.536Z] e3e1ebc4be53: Layer already exists [2024-07-06T00:48:57.536Z] 984ba71bb703: Layer already exists [2024-07-06T00:48:57.536Z] 8460ae32c183: Layer already exists [2024-07-06T00:48:57.536Z] cf8dd096fbed: Layer already exists [2024-07-06T00:48:57.536Z] 0165be301cb6: Layer already exists [2024-07-06T00:48:57.536Z] 24c979c4aeaf: Layer already exists [2024-07-06T00:48:57.536Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:57.536Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:57.536Z] cb202e1ff03d: Layer already exists [2024-07-06T00:48:57.536Z] d45c68f5d5f5: Layer already exists [2024-07-06T00:48:57.536Z] 5f70bf18a086: Layer already exists [2024-07-06T00:48:57.536Z] 25e393f4bc4c: Layer already exists [2024-07-06T00:48:57.536Z] cfe16246541f: Layer already exists [2024-07-06T00:48:57.536Z] a98b1a0572a3: Layer already exists [2024-07-06T00:48:57.536Z] 622982329b11: Layer already exists [2024-07-06T00:48:57.536Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:57.536Z] main: digest: sha256:3599b9b7a8b61fd319763a8e45e8157829fe05ef2f02266fa7d89d7df84b9422 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T00:48:57.612Z] ===================================================== [Pipeline] echo [2024-07-06T00:48:57.626Z] taggedImages: [2024-07-06T00:48:57.626Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:57.626Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-07-06T00:48:57.626Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.31 [2024-07-06T00:48:57.626Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:57.626Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-07-06T00:48:57.655Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-07-06T00:48:57.655Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:57.655Z] latest [2024-07-06T00:48:57.655Z] 3.2.0-dev.31 [2024-07-06T00:48:57.655Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:48:57.655Z] main [2024-07-06T00:48:57.655Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:57.784Z] #76 DONE 106.1s [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #78 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:48:57.784Z] #78 DONE 105.3s [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #75 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:48:57.784Z] #75 DONE 100.1s [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #114 [security-proxy-auth builder 6/7] COPY . . [2024-07-06T00:48:57.784Z] #114 ... [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #85 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:48:57.784Z] #85 DONE 81.6s [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #77 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:48:57.784Z] #77 DONE 106.3s [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #115 [support-notifications builder 6/7] COPY . . [2024-07-06T00:48:57.784Z] #115 DONE 1.4s [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #116 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:48:57.784Z] #116 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #117 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:48:57.784Z] #117 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #118 [security-proxy-setup builder 6/7] COPY . . [2024-07-06T00:48:57.784Z] #118 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-06T00:48:57.784Z] #119 DONE 1.5s [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #120 [security-bootstrapper builder 6/7] COPY . . [2024-07-06T00:48:57.784Z] #120 DONE 1.6s [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #121 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:48:57.784Z] #121 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #122 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:48:57.784Z] #122 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #123 [security-secretstore-setup builder 6/7] COPY . . [2024-07-06T00:48:57.784Z] #123 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #114 [security-proxy-auth builder 6/7] COPY . . [2024-07-06T00:48:57.784Z] #114 DONE 1.6s [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-06T00:48:57.784Z] #124 ... [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #125 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-06T00:48:57.784Z] #125 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:48:57.784Z] #126 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #127 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:48:57.784Z] #127 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #128 [core-keeper builder 7/8] COPY . . [2024-07-06T00:48:57.784Z] #128 DONE 1.6s [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:48:57.784Z] #129 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #130 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:48:57.784Z] #130 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #131 [core-metadata builder 6/7] COPY . . [2024-07-06T00:48:57.784Z] #131 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #132 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:48:57.784Z] #132 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #133 [core-command builder 6/7] COPY . . [2024-07-06T00:48:57.784Z] #133 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #134 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:48:57.784Z] #134 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #135 [support-scheduler builder 6/7] COPY . . [2024-07-06T00:48:57.784Z] #135 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #136 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:48:57.784Z] #136 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #137 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:48:57.784Z] #137 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #138 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-06T00:48:57.784Z] #138 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #139 [core-data builder 6/7] COPY . . [2024-07-06T00:48:57.784Z] #139 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #140 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-06T00:48:57.784Z] #140 CACHED [2024-07-06T00:48:57.784Z] [2024-07-06T00:48:57.784Z] #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-06T00:48:58.003Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:48:58.325Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:48:58.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-06T00:48:58.325Z] 2e8789afe2dd: Preparing [2024-07-06T00:48:58.325Z] 713f6d4e1f75: Preparing [2024-07-06T00:48:58.325Z] 08ba3b0f039e: Preparing [2024-07-06T00:48:58.325Z] c2f767aa2a34: Preparing [2024-07-06T00:48:58.325Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:48:58.325Z] b847f4f6e5a6: Preparing [2024-07-06T00:48:58.325Z] edbba31d04df: Preparing [2024-07-06T00:48:58.325Z] 04cd93414a6c: Preparing [2024-07-06T00:48:58.325Z] 63ec0bd56cf3: Preparing [2024-07-06T00:48:58.325Z] b847f4f6e5a6: Waiting [2024-07-06T00:48:58.325Z] edbba31d04df: Waiting [2024-07-06T00:48:58.325Z] 04cd93414a6c: Waiting [2024-07-06T00:48:58.325Z] 63ec0bd56cf3: Waiting [2024-07-06T00:48:58.325Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:48:58.325Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:48:58.325Z] edbba31d04df: Layer already exists [2024-07-06T00:48:58.325Z] 04cd93414a6c: Layer already exists [2024-07-06T00:48:58.325Z] 713f6d4e1f75: Pushed [2024-07-06T00:48:58.325Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:48:58.325Z] 08ba3b0f039e: Pushed [2024-07-06T00:48:58.325Z] 2e8789afe2dd: Pushed [2024-07-06T00:48:59.735Z] #141 5.051 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-06T00:49:00.857Z] c2f767aa2a34: Pushed [2024-07-06T00:49:00.857Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:93dca1fb5fd071cc50c151962a3ca40d959291ee1c167d6b983ff137ef6d882b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:01.167Z] #141 ... [2024-07-06T00:49:01.167Z] [2024-07-06T00:49:01.167Z] #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-06T00:49:01.167Z] #124 6.118 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-06T00:49:01.186Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:01.514Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-07-06T00:49:01.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-06T00:49:01.514Z] 2e8789afe2dd: Preparing [2024-07-06T00:49:01.514Z] 713f6d4e1f75: Preparing [2024-07-06T00:49:01.515Z] 08ba3b0f039e: Preparing [2024-07-06T00:49:01.515Z] c2f767aa2a34: Preparing [2024-07-06T00:49:01.515Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:01.515Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:01.515Z] edbba31d04df: Preparing [2024-07-06T00:49:01.515Z] 04cd93414a6c: Preparing [2024-07-06T00:49:01.515Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:01.515Z] b847f4f6e5a6: Waiting [2024-07-06T00:49:01.515Z] 04cd93414a6c: Waiting [2024-07-06T00:49:01.515Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:01.515Z] edbba31d04df: Waiting [2024-07-06T00:49:01.515Z] c2f767aa2a34: Layer already exists [2024-07-06T00:49:01.515Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:01.515Z] 08ba3b0f039e: Layer already exists [2024-07-06T00:49:01.515Z] 713f6d4e1f75: Layer already exists [2024-07-06T00:49:01.515Z] 2e8789afe2dd: Layer already exists [2024-07-06T00:49:01.515Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:01.515Z] edbba31d04df: Layer already exists [2024-07-06T00:49:01.515Z] 04cd93414a6c: Layer already exists [2024-07-06T00:49:01.515Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:01.515Z] latest: digest: sha256:93dca1fb5fd071cc50c151962a3ca40d959291ee1c167d6b983ff137ef6d882b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:01.846Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:02.166Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.31 [2024-07-06T00:49:02.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-06T00:49:02.166Z] 2e8789afe2dd: Preparing [2024-07-06T00:49:02.166Z] 713f6d4e1f75: Preparing [2024-07-06T00:49:02.166Z] 08ba3b0f039e: Preparing [2024-07-06T00:49:02.166Z] c2f767aa2a34: Preparing [2024-07-06T00:49:02.166Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:02.166Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:02.166Z] edbba31d04df: Preparing [2024-07-06T00:49:02.166Z] 04cd93414a6c: Preparing [2024-07-06T00:49:02.166Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:02.166Z] b847f4f6e5a6: Waiting [2024-07-06T00:49:02.166Z] edbba31d04df: Waiting [2024-07-06T00:49:02.166Z] 08ba3b0f039e: Layer already exists [2024-07-06T00:49:02.166Z] 713f6d4e1f75: Layer already exists [2024-07-06T00:49:02.166Z] c2f767aa2a34: Layer already exists [2024-07-06T00:49:02.166Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:02.166Z] 2e8789afe2dd: Layer already exists [2024-07-06T00:49:02.166Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:02.166Z] edbba31d04df: Layer already exists [2024-07-06T00:49:02.166Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:02.166Z] 04cd93414a6c: Layer already exists [2024-07-06T00:49:02.166Z] 3.2.0-dev.31: digest: sha256:93dca1fb5fd071cc50c151962a3ca40d959291ee1c167d6b983ff137ef6d882b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:02.492Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:02.816Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:02.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-06T00:49:02.816Z] 2e8789afe2dd: Preparing [2024-07-06T00:49:02.816Z] 713f6d4e1f75: Preparing [2024-07-06T00:49:02.816Z] 08ba3b0f039e: Preparing [2024-07-06T00:49:02.816Z] c2f767aa2a34: Preparing [2024-07-06T00:49:02.816Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:02.816Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:02.816Z] edbba31d04df: Preparing [2024-07-06T00:49:02.816Z] 04cd93414a6c: Preparing [2024-07-06T00:49:02.816Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:02.816Z] b847f4f6e5a6: Waiting [2024-07-06T00:49:02.816Z] edbba31d04df: Waiting [2024-07-06T00:49:02.816Z] 04cd93414a6c: Waiting [2024-07-06T00:49:02.816Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:02.816Z] 713f6d4e1f75: Layer already exists [2024-07-06T00:49:02.816Z] 08ba3b0f039e: Layer already exists [2024-07-06T00:49:02.816Z] 2e8789afe2dd: Layer already exists [2024-07-06T00:49:02.816Z] c2f767aa2a34: Layer already exists [2024-07-06T00:49:02.816Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:02.816Z] edbba31d04df: Layer already exists [2024-07-06T00:49:02.816Z] 04cd93414a6c: Layer already exists [2024-07-06T00:49:02.816Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:02.816Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:02.816Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:93dca1fb5fd071cc50c151962a3ca40d959291ee1c167d6b983ff137ef6d882b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:03.144Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:03.466Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-07-06T00:49:03.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-06T00:49:03.466Z] 2e8789afe2dd: Preparing [2024-07-06T00:49:03.466Z] 713f6d4e1f75: Preparing [2024-07-06T00:49:03.466Z] 08ba3b0f039e: Preparing [2024-07-06T00:49:03.466Z] c2f767aa2a34: Preparing [2024-07-06T00:49:03.466Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:03.466Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:03.466Z] edbba31d04df: Preparing [2024-07-06T00:49:03.466Z] 04cd93414a6c: Preparing [2024-07-06T00:49:03.466Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:03.466Z] edbba31d04df: Waiting [2024-07-06T00:49:03.466Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:03.466Z] 04cd93414a6c: Waiting [2024-07-06T00:49:03.466Z] b847f4f6e5a6: Waiting [2024-07-06T00:49:03.466Z] c2f767aa2a34: Layer already exists [2024-07-06T00:49:03.466Z] 08ba3b0f039e: Layer already exists [2024-07-06T00:49:03.466Z] 713f6d4e1f75: Layer already exists [2024-07-06T00:49:03.466Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:03.466Z] 2e8789afe2dd: Layer already exists [2024-07-06T00:49:03.466Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:03.466Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:03.466Z] 04cd93414a6c: Layer already exists [2024-07-06T00:49:03.466Z] edbba31d04df: Layer already exists [2024-07-06T00:49:03.466Z] main: digest: sha256:93dca1fb5fd071cc50c151962a3ca40d959291ee1c167d6b983ff137ef6d882b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T00:49:03.531Z] ===================================================== [Pipeline] echo [2024-07-06T00:49:03.543Z] taggedImages: [2024-07-06T00:49:03.543Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:03.543Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-07-06T00:49:03.543Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.31 [2024-07-06T00:49:03.543Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:03.543Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-07-06T00:49:03.566Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-07-06T00:49:03.566Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:03.566Z] latest [2024-07-06T00:49:03.566Z] 3.2.0-dev.31 [2024-07-06T00:49:03.566Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:03.566Z] main [2024-07-06T00:49:03.566Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:03.909Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:04.235Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:04.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-06T00:49:04.235Z] ddcb7f2f6a60: Preparing [2024-07-06T00:49:04.235Z] 8408a2b31ebe: Preparing [2024-07-06T00:49:04.235Z] aa4920e1096e: Preparing [2024-07-06T00:49:04.235Z] beb4e46a52c5: Preparing [2024-07-06T00:49:04.235Z] ef358fba5b91: Preparing [2024-07-06T00:49:04.235Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:04.235Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:04.235Z] e0bf65da0525: Preparing [2024-07-06T00:49:04.235Z] cada67137fb8: Preparing [2024-07-06T00:49:04.235Z] 254a6af197a0: Preparing [2024-07-06T00:49:04.235Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:04.235Z] b847f4f6e5a6: Waiting [2024-07-06T00:49:04.235Z] e0bf65da0525: Waiting [2024-07-06T00:49:04.235Z] cada67137fb8: Waiting [2024-07-06T00:49:04.235Z] 254a6af197a0: Waiting [2024-07-06T00:49:04.235Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:04.235Z] 5bd9c9cb27eb: Waiting [2024-07-06T00:49:04.235Z] ef358fba5b91: Pushed [2024-07-06T00:49:04.235Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:04.235Z] 8408a2b31ebe: Pushed [2024-07-06T00:49:04.235Z] ddcb7f2f6a60: Pushed [2024-07-06T00:49:04.235Z] beb4e46a52c5: Pushed [2024-07-06T00:49:04.235Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:04.235Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:04.495Z] cada67137fb8: Pushed [2024-07-06T00:49:04.495Z] e0bf65da0525: Pushed [2024-07-06T00:49:04.511Z] #124 ... [2024-07-06T00:49:04.511Z] [2024-07-06T00:49:04.511Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-06T00:49:04.511Z] #0 5.926 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-06T00:49:04.790Z] #142 ... [2024-07-06T00:49:04.790Z] [2024-07-06T00:49:04.790Z] #143 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-06T00:49:04.790Z] #0 4.592 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-06T00:49:05.060Z] aa4920e1096e: Pushed [2024-07-06T00:49:05.065Z] #143 ... [2024-07-06T00:49:05.065Z] [2024-07-06T00:49:05.065Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-06T00:49:05.065Z] #0 6.244 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-06T00:49:05.065Z] #144 ... [2024-07-06T00:49:05.065Z] [2024-07-06T00:49:05.066Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-06T00:49:05.066Z] #0 5.378 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-06T00:49:05.331Z] #145 ... [2024-07-06T00:49:05.331Z] [2024-07-06T00:49:05.331Z] #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-06T00:49:05.331Z] #0 4.644 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-07-06T00:49:05.331Z] #146 ... [2024-07-06T00:49:05.331Z] [2024-07-06T00:49:05.331Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-06T00:49:05.331Z] #0 5.953 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-06T00:49:05.623Z] #147 ... [2024-07-06T00:49:05.623Z] [2024-07-06T00:49:05.623Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-06T00:49:05.623Z] #0 6.281 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-06T00:49:05.623Z] #148 ... [2024-07-06T00:49:05.623Z] [2024-07-06T00:49:05.623Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-06T00:49:05.623Z] #0 4.928 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-07-06T00:49:05.888Z] #149 ... [2024-07-06T00:49:05.888Z] [2024-07-06T00:49:05.888Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-06T00:49:05.888Z] #0 5.808 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-07-06T00:49:05.888Z] #150 ... [2024-07-06T00:49:05.888Z] [2024-07-06T00:49:05.888Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-06T00:49:05.888Z] #0 4.442 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-06T00:49:05.993Z] 254a6af197a0: Pushed [2024-07-06T00:49:05.993Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:2cdd6d006db5de20177312c842758de933f2261ab507088060aa9843b730eb08 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:06.323Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:06.644Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-07-06T00:49:06.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-06T00:49:06.645Z] ddcb7f2f6a60: Preparing [2024-07-06T00:49:06.645Z] 8408a2b31ebe: Preparing [2024-07-06T00:49:06.645Z] aa4920e1096e: Preparing [2024-07-06T00:49:06.645Z] beb4e46a52c5: Preparing [2024-07-06T00:49:06.645Z] ef358fba5b91: Preparing [2024-07-06T00:49:06.645Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:06.645Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:06.645Z] e0bf65da0525: Preparing [2024-07-06T00:49:06.645Z] cada67137fb8: Preparing [2024-07-06T00:49:06.645Z] 254a6af197a0: Preparing [2024-07-06T00:49:06.645Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:06.645Z] 5bd9c9cb27eb: Waiting [2024-07-06T00:49:06.645Z] b847f4f6e5a6: Waiting [2024-07-06T00:49:06.645Z] e0bf65da0525: Waiting [2024-07-06T00:49:06.645Z] cada67137fb8: Waiting [2024-07-06T00:49:06.645Z] 254a6af197a0: Waiting [2024-07-06T00:49:06.645Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:06.645Z] aa4920e1096e: Layer already exists [2024-07-06T00:49:06.645Z] 8408a2b31ebe: Layer already exists [2024-07-06T00:49:06.645Z] ef358fba5b91: Layer already exists [2024-07-06T00:49:06.645Z] beb4e46a52c5: Layer already exists [2024-07-06T00:49:06.645Z] ddcb7f2f6a60: Layer already exists [2024-07-06T00:49:06.645Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:06.645Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:06.645Z] cada67137fb8: Layer already exists [2024-07-06T00:49:06.645Z] e0bf65da0525: Layer already exists [2024-07-06T00:49:06.645Z] 254a6af197a0: Layer already exists [2024-07-06T00:49:06.645Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:06.645Z] latest: digest: sha256:2cdd6d006db5de20177312c842758de933f2261ab507088060aa9843b730eb08 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:06.978Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:07.306Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.31 [2024-07-06T00:49:07.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-06T00:49:07.306Z] ddcb7f2f6a60: Preparing [2024-07-06T00:49:07.306Z] 8408a2b31ebe: Preparing [2024-07-06T00:49:07.306Z] aa4920e1096e: Preparing [2024-07-06T00:49:07.306Z] beb4e46a52c5: Preparing [2024-07-06T00:49:07.306Z] ef358fba5b91: Preparing [2024-07-06T00:49:07.306Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:07.306Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:07.306Z] e0bf65da0525: Preparing [2024-07-06T00:49:07.306Z] cada67137fb8: Preparing [2024-07-06T00:49:07.306Z] 254a6af197a0: Preparing [2024-07-06T00:49:07.306Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:07.306Z] e0bf65da0525: Waiting [2024-07-06T00:49:07.306Z] cada67137fb8: Waiting [2024-07-06T00:49:07.306Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:07.306Z] 254a6af197a0: Waiting [2024-07-06T00:49:07.306Z] b847f4f6e5a6: Waiting [2024-07-06T00:49:07.306Z] aa4920e1096e: Layer already exists [2024-07-06T00:49:07.306Z] ddcb7f2f6a60: Layer already exists [2024-07-06T00:49:07.306Z] ef358fba5b91: Layer already exists [2024-07-06T00:49:07.306Z] beb4e46a52c5: Layer already exists [2024-07-06T00:49:07.306Z] 8408a2b31ebe: Layer already exists [2024-07-06T00:49:07.306Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:07.306Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:07.306Z] cada67137fb8: Layer already exists [2024-07-06T00:49:07.306Z] e0bf65da0525: Layer already exists [2024-07-06T00:49:07.306Z] 254a6af197a0: Layer already exists [2024-07-06T00:49:07.306Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:07.306Z] 3.2.0-dev.31: digest: sha256:2cdd6d006db5de20177312c842758de933f2261ab507088060aa9843b730eb08 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:07.630Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:07.962Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:07.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-06T00:49:07.962Z] ddcb7f2f6a60: Preparing [2024-07-06T00:49:07.962Z] 8408a2b31ebe: Preparing [2024-07-06T00:49:07.962Z] aa4920e1096e: Preparing [2024-07-06T00:49:07.962Z] beb4e46a52c5: Preparing [2024-07-06T00:49:07.962Z] ef358fba5b91: Preparing [2024-07-06T00:49:07.962Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:07.962Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:07.962Z] e0bf65da0525: Preparing [2024-07-06T00:49:07.962Z] cada67137fb8: Preparing [2024-07-06T00:49:07.962Z] 254a6af197a0: Preparing [2024-07-06T00:49:07.962Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:07.962Z] b847f4f6e5a6: Waiting [2024-07-06T00:49:07.962Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:07.962Z] e0bf65da0525: Waiting [2024-07-06T00:49:07.962Z] 254a6af197a0: Waiting [2024-07-06T00:49:07.962Z] cada67137fb8: Waiting [2024-07-06T00:49:07.962Z] 5bd9c9cb27eb: Waiting [2024-07-06T00:49:07.962Z] ef358fba5b91: Layer already exists [2024-07-06T00:49:07.962Z] ddcb7f2f6a60: Layer already exists [2024-07-06T00:49:07.962Z] 8408a2b31ebe: Layer already exists [2024-07-06T00:49:07.962Z] aa4920e1096e: Layer already exists [2024-07-06T00:49:07.962Z] beb4e46a52c5: Layer already exists [2024-07-06T00:49:07.962Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:07.962Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:07.962Z] e0bf65da0525: Layer already exists [2024-07-06T00:49:07.962Z] cada67137fb8: Layer already exists [2024-07-06T00:49:07.962Z] 254a6af197a0: Layer already exists [2024-07-06T00:49:07.962Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:07.962Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:2cdd6d006db5de20177312c842758de933f2261ab507088060aa9843b730eb08 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:08.295Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:08.726Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-07-06T00:49:08.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-06T00:49:08.726Z] ddcb7f2f6a60: Preparing [2024-07-06T00:49:08.726Z] 8408a2b31ebe: Preparing [2024-07-06T00:49:08.726Z] aa4920e1096e: Preparing [2024-07-06T00:49:08.726Z] beb4e46a52c5: Preparing [2024-07-06T00:49:08.726Z] ef358fba5b91: Preparing [2024-07-06T00:49:08.726Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:08.726Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:08.726Z] e0bf65da0525: Preparing [2024-07-06T00:49:08.726Z] cada67137fb8: Preparing [2024-07-06T00:49:08.726Z] 254a6af197a0: Preparing [2024-07-06T00:49:08.726Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:08.726Z] b847f4f6e5a6: Waiting [2024-07-06T00:49:08.726Z] e0bf65da0525: Waiting [2024-07-06T00:49:08.726Z] cada67137fb8: Waiting [2024-07-06T00:49:08.726Z] 254a6af197a0: Waiting [2024-07-06T00:49:08.726Z] 5bd9c9cb27eb: Waiting [2024-07-06T00:49:08.726Z] ddcb7f2f6a60: Layer already exists [2024-07-06T00:49:08.726Z] beb4e46a52c5: Layer already exists [2024-07-06T00:49:08.726Z] ef358fba5b91: Layer already exists [2024-07-06T00:49:08.726Z] 8408a2b31ebe: Layer already exists [2024-07-06T00:49:08.726Z] aa4920e1096e: Layer already exists [2024-07-06T00:49:08.726Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:08.726Z] e0bf65da0525: Layer already exists [2024-07-06T00:49:08.726Z] 254a6af197a0: Layer already exists [2024-07-06T00:49:08.726Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:08.726Z] cada67137fb8: Layer already exists [2024-07-06T00:49:08.726Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:08.726Z] main: digest: sha256:2cdd6d006db5de20177312c842758de933f2261ab507088060aa9843b730eb08 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T00:49:08.796Z] ===================================================== [Pipeline] echo [2024-07-06T00:49:08.811Z] taggedImages: [2024-07-06T00:49:08.811Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:08.811Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-07-06T00:49:08.811Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.31 [2024-07-06T00:49:08.811Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:08.811Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-07-06T00:49:08.835Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-07-06T00:49:08.835Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:08.835Z] latest [2024-07-06T00:49:08.835Z] 3.2.0-dev.31 [2024-07-06T00:49:08.835Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:08.835Z] main [2024-07-06T00:49:08.835Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:09.192Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:09.643Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:09.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-06T00:49:09.643Z] 1e2e4974279b: Preparing [2024-07-06T00:49:09.643Z] 4d14693e486f: Preparing [2024-07-06T00:49:09.643Z] 9ba3e9470cca: Preparing [2024-07-06T00:49:09.643Z] 1c4dd860c81a: Preparing [2024-07-06T00:49:09.643Z] d69197eed795: Preparing [2024-07-06T00:49:09.643Z] b0ee28b03b4a: Preparing [2024-07-06T00:49:09.643Z] 773716160444: Preparing [2024-07-06T00:49:09.643Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:09.643Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:09.643Z] 600e8b50aa75: Preparing [2024-07-06T00:49:09.643Z] d7d45d9f0c86: Preparing [2024-07-06T00:49:09.643Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:09.643Z] 773716160444: Waiting [2024-07-06T00:49:09.643Z] 5bd9c9cb27eb: Waiting [2024-07-06T00:49:09.643Z] b847f4f6e5a6: Waiting [2024-07-06T00:49:09.643Z] 600e8b50aa75: Waiting [2024-07-06T00:49:09.643Z] d7d45d9f0c86: Waiting [2024-07-06T00:49:09.643Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:09.643Z] b0ee28b03b4a: Waiting [2024-07-06T00:49:09.643Z] 4d14693e486f: Pushed [2024-07-06T00:49:09.643Z] 1e2e4974279b: Pushed [2024-07-06T00:49:09.643Z] d69197eed795: Pushed [2024-07-06T00:49:09.643Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:09.643Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:09.643Z] b0ee28b03b4a: Pushed [2024-07-06T00:49:09.906Z] 773716160444: Pushed [2024-07-06T00:49:09.906Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:10.164Z] 600e8b50aa75: Pushed [2024-07-06T00:49:10.422Z] 1c4dd860c81a: Pushed [2024-07-06T00:49:10.680Z] d7d45d9f0c86: Pushed [2024-07-06T00:49:10.680Z] 9ba3e9470cca: Pushed [2024-07-06T00:49:10.939Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:98b45063c8c8281905b4d1ab567b96804c62e8158df4e27635ddcf2c1a701571 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:11.260Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:11.576Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-07-06T00:49:11.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-06T00:49:11.576Z] 1e2e4974279b: Preparing [2024-07-06T00:49:11.576Z] 4d14693e486f: Preparing [2024-07-06T00:49:11.576Z] 9ba3e9470cca: Preparing [2024-07-06T00:49:11.576Z] 1c4dd860c81a: Preparing [2024-07-06T00:49:11.576Z] d69197eed795: Preparing [2024-07-06T00:49:11.576Z] b0ee28b03b4a: Preparing [2024-07-06T00:49:11.576Z] 773716160444: Preparing [2024-07-06T00:49:11.576Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:11.576Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:11.576Z] 600e8b50aa75: Preparing [2024-07-06T00:49:11.576Z] d7d45d9f0c86: Preparing [2024-07-06T00:49:11.576Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:11.576Z] b847f4f6e5a6: Waiting [2024-07-06T00:49:11.576Z] 600e8b50aa75: Waiting [2024-07-06T00:49:11.576Z] d7d45d9f0c86: Waiting [2024-07-06T00:49:11.576Z] b0ee28b03b4a: Waiting [2024-07-06T00:49:11.576Z] 5bd9c9cb27eb: Waiting [2024-07-06T00:49:11.576Z] 773716160444: Waiting [2024-07-06T00:49:11.576Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:11.576Z] 9ba3e9470cca: Layer already exists [2024-07-06T00:49:11.576Z] 4d14693e486f: Layer already exists [2024-07-06T00:49:11.576Z] d69197eed795: Layer already exists [2024-07-06T00:49:11.576Z] 1e2e4974279b: Layer already exists [2024-07-06T00:49:11.576Z] 1c4dd860c81a: Layer already exists [2024-07-06T00:49:11.576Z] b0ee28b03b4a: Layer already exists [2024-07-06T00:49:11.576Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:11.576Z] 600e8b50aa75: Layer already exists [2024-07-06T00:49:11.576Z] 773716160444: Layer already exists [2024-07-06T00:49:11.576Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:11.576Z] d7d45d9f0c86: Layer already exists [2024-07-06T00:49:11.576Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:11.576Z] latest: digest: sha256:98b45063c8c8281905b4d1ab567b96804c62e8158df4e27635ddcf2c1a701571 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:11.895Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:12.215Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.31 [2024-07-06T00:49:12.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-06T00:49:12.215Z] 1e2e4974279b: Preparing [2024-07-06T00:49:12.215Z] 4d14693e486f: Preparing [2024-07-06T00:49:12.215Z] 9ba3e9470cca: Preparing [2024-07-06T00:49:12.215Z] 1c4dd860c81a: Preparing [2024-07-06T00:49:12.215Z] d69197eed795: Preparing [2024-07-06T00:49:12.215Z] b0ee28b03b4a: Preparing [2024-07-06T00:49:12.215Z] 773716160444: Preparing [2024-07-06T00:49:12.215Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:12.215Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:12.216Z] 600e8b50aa75: Preparing [2024-07-06T00:49:12.216Z] d7d45d9f0c86: Preparing [2024-07-06T00:49:12.216Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:12.216Z] 5bd9c9cb27eb: Waiting [2024-07-06T00:49:12.216Z] b847f4f6e5a6: Waiting [2024-07-06T00:49:12.216Z] 600e8b50aa75: Waiting [2024-07-06T00:49:12.216Z] d7d45d9f0c86: Waiting [2024-07-06T00:49:12.216Z] b0ee28b03b4a: Waiting [2024-07-06T00:49:12.216Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:12.216Z] 773716160444: Waiting [2024-07-06T00:49:12.216Z] 1c4dd860c81a: Layer already exists [2024-07-06T00:49:12.216Z] 4d14693e486f: Layer already exists [2024-07-06T00:49:12.216Z] 9ba3e9470cca: Layer already exists [2024-07-06T00:49:12.216Z] 1e2e4974279b: Layer already exists [2024-07-06T00:49:12.216Z] d69197eed795: Layer already exists [2024-07-06T00:49:12.216Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:12.216Z] 773716160444: Layer already exists [2024-07-06T00:49:12.216Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:12.216Z] 600e8b50aa75: Layer already exists [2024-07-06T00:49:12.216Z] b0ee28b03b4a: Layer already exists [2024-07-06T00:49:12.216Z] d7d45d9f0c86: Layer already exists [2024-07-06T00:49:12.216Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:12.216Z] 3.2.0-dev.31: digest: sha256:98b45063c8c8281905b4d1ab567b96804c62e8158df4e27635ddcf2c1a701571 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:12.550Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:12.870Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:12.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-06T00:49:12.870Z] 1e2e4974279b: Preparing [2024-07-06T00:49:12.870Z] 4d14693e486f: Preparing [2024-07-06T00:49:12.870Z] 9ba3e9470cca: Preparing [2024-07-06T00:49:12.870Z] 1c4dd860c81a: Preparing [2024-07-06T00:49:12.870Z] d69197eed795: Preparing [2024-07-06T00:49:12.870Z] b0ee28b03b4a: Preparing [2024-07-06T00:49:12.870Z] 773716160444: Preparing [2024-07-06T00:49:12.870Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:12.870Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:12.870Z] 600e8b50aa75: Preparing [2024-07-06T00:49:12.870Z] d7d45d9f0c86: Preparing [2024-07-06T00:49:12.870Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:12.870Z] d7d45d9f0c86: Waiting [2024-07-06T00:49:12.870Z] b847f4f6e5a6: Waiting [2024-07-06T00:49:12.870Z] 600e8b50aa75: Waiting [2024-07-06T00:49:12.870Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:12.870Z] b0ee28b03b4a: Waiting [2024-07-06T00:49:12.870Z] 773716160444: Waiting [2024-07-06T00:49:12.870Z] 5bd9c9cb27eb: Waiting [2024-07-06T00:49:12.870Z] 1c4dd860c81a: Layer already exists [2024-07-06T00:49:12.870Z] 1e2e4974279b: Layer already exists [2024-07-06T00:49:12.870Z] 4d14693e486f: Layer already exists [2024-07-06T00:49:12.870Z] d69197eed795: Layer already exists [2024-07-06T00:49:12.870Z] 9ba3e9470cca: Layer already exists [2024-07-06T00:49:12.870Z] 773716160444: Layer already exists [2024-07-06T00:49:12.870Z] b0ee28b03b4a: Layer already exists [2024-07-06T00:49:12.870Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:12.870Z] 600e8b50aa75: Layer already exists [2024-07-06T00:49:12.870Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:12.870Z] d7d45d9f0c86: Layer already exists [2024-07-06T00:49:12.870Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:12.870Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:98b45063c8c8281905b4d1ab567b96804c62e8158df4e27635ddcf2c1a701571 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:13.199Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:13.516Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-07-06T00:49:13.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-06T00:49:13.516Z] 1e2e4974279b: Preparing [2024-07-06T00:49:13.516Z] 4d14693e486f: Preparing [2024-07-06T00:49:13.516Z] 9ba3e9470cca: Preparing [2024-07-06T00:49:13.516Z] 1c4dd860c81a: Preparing [2024-07-06T00:49:13.516Z] d69197eed795: Preparing [2024-07-06T00:49:13.516Z] b0ee28b03b4a: Preparing [2024-07-06T00:49:13.516Z] 773716160444: Preparing [2024-07-06T00:49:13.516Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:13.516Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:13.516Z] 600e8b50aa75: Preparing [2024-07-06T00:49:13.516Z] d7d45d9f0c86: Preparing [2024-07-06T00:49:13.516Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:13.516Z] 600e8b50aa75: Waiting [2024-07-06T00:49:13.516Z] b0ee28b03b4a: Waiting [2024-07-06T00:49:13.516Z] d7d45d9f0c86: Waiting [2024-07-06T00:49:13.516Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:13.516Z] 773716160444: Waiting [2024-07-06T00:49:13.516Z] 5bd9c9cb27eb: Waiting [2024-07-06T00:49:13.516Z] b847f4f6e5a6: Waiting [2024-07-06T00:49:13.516Z] 1c4dd860c81a: Layer already exists [2024-07-06T00:49:13.516Z] 1e2e4974279b: Layer already exists [2024-07-06T00:49:13.516Z] 4d14693e486f: Layer already exists [2024-07-06T00:49:13.516Z] d69197eed795: Layer already exists [2024-07-06T00:49:13.516Z] 9ba3e9470cca: Layer already exists [2024-07-06T00:49:13.516Z] b0ee28b03b4a: Layer already exists [2024-07-06T00:49:13.516Z] 773716160444: Layer already exists [2024-07-06T00:49:13.516Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:13.516Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:13.516Z] 600e8b50aa75: Layer already exists [2024-07-06T00:49:13.516Z] d7d45d9f0c86: Layer already exists [2024-07-06T00:49:13.516Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:13.516Z] main: digest: sha256:98b45063c8c8281905b4d1ab567b96804c62e8158df4e27635ddcf2c1a701571 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T00:49:13.586Z] ===================================================== [Pipeline] echo [2024-07-06T00:49:13.598Z] taggedImages: [2024-07-06T00:49:13.598Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:13.598Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-07-06T00:49:13.598Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.31 [2024-07-06T00:49:13.598Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:13.598Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-07-06T00:49:13.623Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-07-06T00:49:13.623Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:13.623Z] latest [2024-07-06T00:49:13.623Z] 3.2.0-dev.31 [2024-07-06T00:49:13.623Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:13.623Z] main [2024-07-06T00:49:13.623Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:13.959Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:14.286Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:14.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-06T00:49:14.286Z] 10431b350f22: Preparing [2024-07-06T00:49:14.286Z] 7112a6ddfe6d: Preparing [2024-07-06T00:49:14.286Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:14.286Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:14.286Z] 0349a37352b5: Preparing [2024-07-06T00:49:14.286Z] 68cd316ebaae: Preparing [2024-07-06T00:49:14.286Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:14.286Z] 68cd316ebaae: Waiting [2024-07-06T00:49:14.286Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:14.286Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:14.286Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:14.286Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:14.286Z] 10431b350f22: Pushed [2024-07-06T00:49:14.854Z] 0349a37352b5: Pushed [2024-07-06T00:49:14.854Z] 68cd316ebaae: Pushed [2024-07-06T00:49:15.791Z] 7112a6ddfe6d: Pushed [2024-07-06T00:49:16.049Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:71ab7b6d130b9551a142befe9f75d19a517b91627c24781136f4d4684e599467 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:16.383Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:16.696Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-07-06T00:49:16.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-06T00:49:16.696Z] 10431b350f22: Preparing [2024-07-06T00:49:16.696Z] 7112a6ddfe6d: Preparing [2024-07-06T00:49:16.696Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:16.696Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:16.696Z] 0349a37352b5: Preparing [2024-07-06T00:49:16.696Z] 68cd316ebaae: Preparing [2024-07-06T00:49:16.696Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:16.696Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:16.696Z] 68cd316ebaae: Waiting [2024-07-06T00:49:16.696Z] 0349a37352b5: Layer already exists [2024-07-06T00:49:16.696Z] 10431b350f22: Layer already exists [2024-07-06T00:49:16.696Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:16.696Z] 7112a6ddfe6d: Layer already exists [2024-07-06T00:49:16.696Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:16.696Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:16.696Z] 68cd316ebaae: Layer already exists [2024-07-06T00:49:16.696Z] latest: digest: sha256:71ab7b6d130b9551a142befe9f75d19a517b91627c24781136f4d4684e599467 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:17.024Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:17.344Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.31 [2024-07-06T00:49:17.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-06T00:49:17.344Z] 10431b350f22: Preparing [2024-07-06T00:49:17.344Z] 7112a6ddfe6d: Preparing [2024-07-06T00:49:17.344Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:17.344Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:17.344Z] 0349a37352b5: Preparing [2024-07-06T00:49:17.344Z] 68cd316ebaae: Preparing [2024-07-06T00:49:17.344Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:17.344Z] 68cd316ebaae: Waiting [2024-07-06T00:49:17.344Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:17.344Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:17.344Z] 10431b350f22: Layer already exists [2024-07-06T00:49:17.344Z] 0349a37352b5: Layer already exists [2024-07-06T00:49:17.344Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:17.344Z] 7112a6ddfe6d: Layer already exists [2024-07-06T00:49:17.344Z] 68cd316ebaae: Layer already exists [2024-07-06T00:49:17.344Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:17.344Z] 3.2.0-dev.31: digest: sha256:71ab7b6d130b9551a142befe9f75d19a517b91627c24781136f4d4684e599467 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:17.668Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:17.989Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:17.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-06T00:49:17.989Z] 10431b350f22: Preparing [2024-07-06T00:49:17.989Z] 7112a6ddfe6d: Preparing [2024-07-06T00:49:17.989Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:17.989Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:17.989Z] 0349a37352b5: Preparing [2024-07-06T00:49:17.989Z] 68cd316ebaae: Preparing [2024-07-06T00:49:17.989Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:17.989Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:17.989Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:17.989Z] 10431b350f22: Layer already exists [2024-07-06T00:49:17.989Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:17.989Z] 0349a37352b5: Layer already exists [2024-07-06T00:49:17.989Z] 7112a6ddfe6d: Layer already exists [2024-07-06T00:49:17.989Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:17.989Z] 68cd316ebaae: Layer already exists [2024-07-06T00:49:17.989Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:71ab7b6d130b9551a142befe9f75d19a517b91627c24781136f4d4684e599467 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:18.306Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:18.630Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-07-06T00:49:18.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-06T00:49:18.630Z] 10431b350f22: Preparing [2024-07-06T00:49:18.630Z] 7112a6ddfe6d: Preparing [2024-07-06T00:49:18.630Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:18.630Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:18.630Z] 0349a37352b5: Preparing [2024-07-06T00:49:18.630Z] 68cd316ebaae: Preparing [2024-07-06T00:49:18.630Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:18.630Z] 68cd316ebaae: Waiting [2024-07-06T00:49:18.630Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:18.630Z] 7112a6ddfe6d: Layer already exists [2024-07-06T00:49:18.630Z] 0349a37352b5: Layer already exists [2024-07-06T00:49:18.630Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:18.630Z] 10431b350f22: Layer already exists [2024-07-06T00:49:18.630Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:18.630Z] 68cd316ebaae: Layer already exists [2024-07-06T00:49:18.630Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:18.630Z] main: digest: sha256:71ab7b6d130b9551a142befe9f75d19a517b91627c24781136f4d4684e599467 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T00:49:18.700Z] ===================================================== [Pipeline] echo [2024-07-06T00:49:18.713Z] taggedImages: [2024-07-06T00:49:18.713Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:18.713Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-07-06T00:49:18.713Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.31 [2024-07-06T00:49:18.713Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:18.713Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-07-06T00:49:18.741Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-07-06T00:49:18.741Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:18.741Z] latest [2024-07-06T00:49:18.741Z] 3.2.0-dev.31 [2024-07-06T00:49:18.741Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:18.741Z] main [2024-07-06T00:49:18.741Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:19.080Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:19.394Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:19.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-06T00:49:19.395Z] 5f5f93df2d03: Preparing [2024-07-06T00:49:19.395Z] 57159a17dcb2: Preparing [2024-07-06T00:49:19.395Z] 3a9b110ba091: Preparing [2024-07-06T00:49:19.395Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:19.395Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:19.395Z] b089d4093eb8: Preparing [2024-07-06T00:49:19.395Z] 1886f95cb81d: Preparing [2024-07-06T00:49:19.395Z] 7ad146f8eccd: Preparing [2024-07-06T00:49:19.395Z] 0769df88d056: Preparing [2024-07-06T00:49:19.395Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:19.395Z] 1886f95cb81d: Waiting [2024-07-06T00:49:19.395Z] 7ad146f8eccd: Waiting [2024-07-06T00:49:19.395Z] 0769df88d056: Waiting [2024-07-06T00:49:19.395Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:19.395Z] b089d4093eb8: Waiting [2024-07-06T00:49:19.395Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:19.395Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:19.395Z] 57159a17dcb2: Pushed [2024-07-06T00:49:19.395Z] 3a9b110ba091: Pushed [2024-07-06T00:49:19.395Z] 5f5f93df2d03: Pushed [2024-07-06T00:49:19.395Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:19.395Z] 7ad146f8eccd: Pushed [2024-07-06T00:49:20.328Z] 0769df88d056: Pushed [2024-07-06T00:49:25.594Z] 1886f95cb81d: Pushed [2024-07-06T00:49:26.970Z] b089d4093eb8: Pushed [2024-07-06T00:49:27.230Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:4ec61b5985f8b8cf13fe3bc33d49e67b1362ca9fff634543acad98f60f8319ee size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:27.557Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:27.874Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-07-06T00:49:27.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-06T00:49:27.874Z] 5f5f93df2d03: Preparing [2024-07-06T00:49:27.874Z] 57159a17dcb2: Preparing [2024-07-06T00:49:27.874Z] 3a9b110ba091: Preparing [2024-07-06T00:49:27.874Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:27.874Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:27.874Z] b089d4093eb8: Preparing [2024-07-06T00:49:27.874Z] 1886f95cb81d: Preparing [2024-07-06T00:49:27.874Z] 7ad146f8eccd: Preparing [2024-07-06T00:49:27.874Z] 0769df88d056: Preparing [2024-07-06T00:49:27.874Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:27.874Z] 1886f95cb81d: Waiting [2024-07-06T00:49:27.874Z] 0769df88d056: Waiting [2024-07-06T00:49:27.874Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:27.874Z] b089d4093eb8: Waiting [2024-07-06T00:49:27.874Z] 7ad146f8eccd: Waiting [2024-07-06T00:49:27.874Z] 5f5f93df2d03: Layer already exists [2024-07-06T00:49:27.874Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:27.874Z] 57159a17dcb2: Layer already exists [2024-07-06T00:49:27.874Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:27.874Z] 3a9b110ba091: Layer already exists [2024-07-06T00:49:27.874Z] b089d4093eb8: Layer already exists [2024-07-06T00:49:27.874Z] 1886f95cb81d: Layer already exists [2024-07-06T00:49:27.874Z] 0769df88d056: Layer already exists [2024-07-06T00:49:27.874Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:27.874Z] 7ad146f8eccd: Layer already exists [2024-07-06T00:49:27.874Z] latest: digest: sha256:4ec61b5985f8b8cf13fe3bc33d49e67b1362ca9fff634543acad98f60f8319ee size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:28.196Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:28.518Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.31 [2024-07-06T00:49:28.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-06T00:49:28.518Z] 5f5f93df2d03: Preparing [2024-07-06T00:49:28.518Z] 57159a17dcb2: Preparing [2024-07-06T00:49:28.518Z] 3a9b110ba091: Preparing [2024-07-06T00:49:28.518Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:28.518Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:28.518Z] b089d4093eb8: Preparing [2024-07-06T00:49:28.518Z] 1886f95cb81d: Preparing [2024-07-06T00:49:28.518Z] 7ad146f8eccd: Preparing [2024-07-06T00:49:28.518Z] 0769df88d056: Preparing [2024-07-06T00:49:28.518Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:28.518Z] b089d4093eb8: Waiting [2024-07-06T00:49:28.518Z] 1886f95cb81d: Waiting [2024-07-06T00:49:28.518Z] 7ad146f8eccd: Waiting [2024-07-06T00:49:28.518Z] 0769df88d056: Waiting [2024-07-06T00:49:28.518Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:28.518Z] 3a9b110ba091: Layer already exists [2024-07-06T00:49:28.518Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:28.518Z] 5f5f93df2d03: Layer already exists [2024-07-06T00:49:28.518Z] 57159a17dcb2: Layer already exists [2024-07-06T00:49:28.518Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:28.518Z] 1886f95cb81d: Layer already exists [2024-07-06T00:49:28.518Z] 7ad146f8eccd: Layer already exists [2024-07-06T00:49:28.518Z] b089d4093eb8: Layer already exists [2024-07-06T00:49:28.518Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:28.518Z] 0769df88d056: Layer already exists [2024-07-06T00:49:28.518Z] 3.2.0-dev.31: digest: sha256:4ec61b5985f8b8cf13fe3bc33d49e67b1362ca9fff634543acad98f60f8319ee size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:28.850Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:29.177Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:29.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-06T00:49:29.177Z] 5f5f93df2d03: Preparing [2024-07-06T00:49:29.177Z] 57159a17dcb2: Preparing [2024-07-06T00:49:29.177Z] 3a9b110ba091: Preparing [2024-07-06T00:49:29.177Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:29.177Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:29.177Z] b089d4093eb8: Preparing [2024-07-06T00:49:29.177Z] 1886f95cb81d: Preparing [2024-07-06T00:49:29.177Z] 7ad146f8eccd: Preparing [2024-07-06T00:49:29.177Z] 0769df88d056: Preparing [2024-07-06T00:49:29.177Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:29.177Z] b089d4093eb8: Waiting [2024-07-06T00:49:29.177Z] 1886f95cb81d: Waiting [2024-07-06T00:49:29.177Z] 7ad146f8eccd: Waiting [2024-07-06T00:49:29.177Z] 0769df88d056: Waiting [2024-07-06T00:49:29.177Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:29.177Z] 3a9b110ba091: Layer already exists [2024-07-06T00:49:29.177Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:29.177Z] 57159a17dcb2: Layer already exists [2024-07-06T00:49:29.177Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:29.177Z] 5f5f93df2d03: Layer already exists [2024-07-06T00:49:29.177Z] 1886f95cb81d: Layer already exists [2024-07-06T00:49:29.177Z] 7ad146f8eccd: Layer already exists [2024-07-06T00:49:29.177Z] b089d4093eb8: Layer already exists [2024-07-06T00:49:29.177Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:29.177Z] 0769df88d056: Layer already exists [2024-07-06T00:49:29.177Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:4ec61b5985f8b8cf13fe3bc33d49e67b1362ca9fff634543acad98f60f8319ee size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:29.497Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:29.826Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-07-06T00:49:29.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-06T00:49:29.826Z] 5f5f93df2d03: Preparing [2024-07-06T00:49:29.826Z] 57159a17dcb2: Preparing [2024-07-06T00:49:29.826Z] 3a9b110ba091: Preparing [2024-07-06T00:49:29.826Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:29.826Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:29.826Z] b089d4093eb8: Preparing [2024-07-06T00:49:29.826Z] 1886f95cb81d: Preparing [2024-07-06T00:49:29.826Z] 7ad146f8eccd: Preparing [2024-07-06T00:49:29.826Z] 0769df88d056: Preparing [2024-07-06T00:49:29.826Z] 1886f95cb81d: Waiting [2024-07-06T00:49:29.826Z] 7ad146f8eccd: Waiting [2024-07-06T00:49:29.826Z] 0769df88d056: Waiting [2024-07-06T00:49:29.826Z] b089d4093eb8: Waiting [2024-07-06T00:49:29.826Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:29.826Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:29.826Z] 57159a17dcb2: Layer already exists [2024-07-06T00:49:29.826Z] 3a9b110ba091: Layer already exists [2024-07-06T00:49:29.826Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:29.826Z] 5f5f93df2d03: Layer already exists [2024-07-06T00:49:29.826Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:29.826Z] b089d4093eb8: Layer already exists [2024-07-06T00:49:29.826Z] 1886f95cb81d: Layer already exists [2024-07-06T00:49:29.826Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:29.826Z] 0769df88d056: Layer already exists [2024-07-06T00:49:29.826Z] 7ad146f8eccd: Layer already exists [2024-07-06T00:49:29.826Z] main: digest: sha256:4ec61b5985f8b8cf13fe3bc33d49e67b1362ca9fff634543acad98f60f8319ee size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T00:49:29.908Z] ===================================================== [Pipeline] echo [2024-07-06T00:49:29.925Z] taggedImages: [2024-07-06T00:49:29.925Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:29.925Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-07-06T00:49:29.925Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.31 [2024-07-06T00:49:29.925Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:29.925Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-07-06T00:49:29.954Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-07-06T00:49:29.954Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:29.954Z] latest [2024-07-06T00:49:29.954Z] 3.2.0-dev.31 [2024-07-06T00:49:29.954Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:29.954Z] main [2024-07-06T00:49:29.954Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:30.308Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:30.629Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:30.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-06T00:49:30.629Z] 7feba5f34f1d: Preparing [2024-07-06T00:49:30.629Z] 1a54dab29b42: Preparing [2024-07-06T00:49:30.629Z] 4eb630909d39: Preparing [2024-07-06T00:49:30.629Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:30.629Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:30.629Z] 78740a1a0c06: Preparing [2024-07-06T00:49:30.629Z] 459ea6afa52f: Preparing [2024-07-06T00:49:30.629Z] 457a82291abc: Preparing [2024-07-06T00:49:30.629Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:30.629Z] 78740a1a0c06: Waiting [2024-07-06T00:49:30.629Z] 459ea6afa52f: Waiting [2024-07-06T00:49:30.629Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:30.629Z] 457a82291abc: Waiting [2024-07-06T00:49:30.629Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:30.629Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:30.629Z] 1a54dab29b42: Pushed [2024-07-06T00:49:30.629Z] 7feba5f34f1d: Pushed [2024-07-06T00:49:30.629Z] 4eb630909d39: Pushed [2024-07-06T00:49:30.629Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:30.888Z] 457a82291abc: Pushed [2024-07-06T00:49:31.146Z] 459ea6afa52f: Pushed [2024-07-06T00:49:43.359Z] 78740a1a0c06: Pushed [2024-07-06T00:49:43.359Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:b49afe2117756fde5dcbb3b5e673b613bf8e89ec53a340a63dde24412a7016ae size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:43.697Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:44.018Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-07-06T00:49:44.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-06T00:49:44.018Z] 7feba5f34f1d: Preparing [2024-07-06T00:49:44.018Z] 1a54dab29b42: Preparing [2024-07-06T00:49:44.018Z] 4eb630909d39: Preparing [2024-07-06T00:49:44.018Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:44.018Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:44.018Z] 78740a1a0c06: Preparing [2024-07-06T00:49:44.018Z] 459ea6afa52f: Preparing [2024-07-06T00:49:44.018Z] 457a82291abc: Preparing [2024-07-06T00:49:44.018Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:44.018Z] 78740a1a0c06: Waiting [2024-07-06T00:49:44.018Z] 459ea6afa52f: Waiting [2024-07-06T00:49:44.018Z] 457a82291abc: Waiting [2024-07-06T00:49:44.018Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:44.018Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:44.018Z] 1a54dab29b42: Layer already exists [2024-07-06T00:49:44.018Z] 4eb630909d39: Layer already exists [2024-07-06T00:49:44.018Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:44.018Z] 7feba5f34f1d: Layer already exists [2024-07-06T00:49:44.018Z] 459ea6afa52f: Layer already exists [2024-07-06T00:49:44.018Z] 78740a1a0c06: Layer already exists [2024-07-06T00:49:44.018Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:44.018Z] 457a82291abc: Layer already exists [2024-07-06T00:49:44.018Z] latest: digest: sha256:b49afe2117756fde5dcbb3b5e673b613bf8e89ec53a340a63dde24412a7016ae size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:44.344Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:44.665Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.31 [2024-07-06T00:49:44.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-06T00:49:44.665Z] 7feba5f34f1d: Preparing [2024-07-06T00:49:44.665Z] 1a54dab29b42: Preparing [2024-07-06T00:49:44.665Z] 4eb630909d39: Preparing [2024-07-06T00:49:44.665Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:44.665Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:44.665Z] 78740a1a0c06: Preparing [2024-07-06T00:49:44.665Z] 459ea6afa52f: Preparing [2024-07-06T00:49:44.665Z] 457a82291abc: Preparing [2024-07-06T00:49:44.665Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:44.665Z] 459ea6afa52f: Waiting [2024-07-06T00:49:44.665Z] 457a82291abc: Waiting [2024-07-06T00:49:44.665Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:44.665Z] 78740a1a0c06: Waiting [2024-07-06T00:49:44.665Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:44.665Z] 7feba5f34f1d: Layer already exists [2024-07-06T00:49:44.665Z] 4eb630909d39: Layer already exists [2024-07-06T00:49:44.665Z] 1a54dab29b42: Layer already exists [2024-07-06T00:49:44.665Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:44.665Z] 78740a1a0c06: Layer already exists [2024-07-06T00:49:44.665Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:44.665Z] 457a82291abc: Layer already exists [2024-07-06T00:49:44.665Z] 459ea6afa52f: Layer already exists [2024-07-06T00:49:44.665Z] 3.2.0-dev.31: digest: sha256:b49afe2117756fde5dcbb3b5e673b613bf8e89ec53a340a63dde24412a7016ae size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:44.988Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:45.306Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:45.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-06T00:49:45.306Z] 7feba5f34f1d: Preparing [2024-07-06T00:49:45.306Z] 1a54dab29b42: Preparing [2024-07-06T00:49:45.306Z] 4eb630909d39: Preparing [2024-07-06T00:49:45.306Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:45.306Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:45.306Z] 78740a1a0c06: Preparing [2024-07-06T00:49:45.306Z] 459ea6afa52f: Preparing [2024-07-06T00:49:45.306Z] 457a82291abc: Preparing [2024-07-06T00:49:45.306Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:45.306Z] 78740a1a0c06: Waiting [2024-07-06T00:49:45.306Z] 459ea6afa52f: Waiting [2024-07-06T00:49:45.306Z] 457a82291abc: Waiting [2024-07-06T00:49:45.306Z] 1a54dab29b42: Layer already exists [2024-07-06T00:49:45.306Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:45.306Z] 4eb630909d39: Layer already exists [2024-07-06T00:49:45.306Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:45.306Z] 7feba5f34f1d: Layer already exists [2024-07-06T00:49:45.306Z] 78740a1a0c06: Layer already exists [2024-07-06T00:49:45.306Z] 459ea6afa52f: Layer already exists [2024-07-06T00:49:45.306Z] 457a82291abc: Layer already exists [2024-07-06T00:49:45.306Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:45.306Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:b49afe2117756fde5dcbb3b5e673b613bf8e89ec53a340a63dde24412a7016ae size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:45.633Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:45.948Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-07-06T00:49:45.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-06T00:49:45.948Z] 7feba5f34f1d: Preparing [2024-07-06T00:49:45.948Z] 1a54dab29b42: Preparing [2024-07-06T00:49:45.948Z] 4eb630909d39: Preparing [2024-07-06T00:49:45.948Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:45.948Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:45.948Z] 78740a1a0c06: Preparing [2024-07-06T00:49:45.948Z] 459ea6afa52f: Preparing [2024-07-06T00:49:45.948Z] 457a82291abc: Preparing [2024-07-06T00:49:45.948Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:45.948Z] 78740a1a0c06: Waiting [2024-07-06T00:49:45.948Z] 459ea6afa52f: Waiting [2024-07-06T00:49:45.948Z] 457a82291abc: Waiting [2024-07-06T00:49:45.948Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:45.948Z] 7feba5f34f1d: Layer already exists [2024-07-06T00:49:45.948Z] 4eb630909d39: Layer already exists [2024-07-06T00:49:45.948Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:45.948Z] 1a54dab29b42: Layer already exists [2024-07-06T00:49:45.948Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:45.948Z] 457a82291abc: Layer already exists [2024-07-06T00:49:45.948Z] 459ea6afa52f: Layer already exists [2024-07-06T00:49:45.948Z] 78740a1a0c06: Layer already exists [2024-07-06T00:49:45.948Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:45.948Z] main: digest: sha256:b49afe2117756fde5dcbb3b5e673b613bf8e89ec53a340a63dde24412a7016ae size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T00:49:46.026Z] ===================================================== [Pipeline] echo [2024-07-06T00:49:46.041Z] taggedImages: [2024-07-06T00:49:46.041Z] - nexus3.edgexfoundry.org:10004/security-spire-config:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:46.041Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-07-06T00:49:46.041Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.31 [2024-07-06T00:49:46.041Z] - nexus3.edgexfoundry.org:10004/security-spire-config:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:46.041Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-07-06T00:49:46.066Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-07-06T00:49:46.066Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:46.066Z] latest [2024-07-06T00:49:46.066Z] 3.2.0-dev.31 [2024-07-06T00:49:46.066Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:46.066Z] main [2024-07-06T00:49:46.066Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:46.408Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:46.730Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:49:46.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-06T00:49:46.730Z] 5f5f93df2d03: Preparing [2024-07-06T00:49:46.730Z] c0316adbdd97: Preparing [2024-07-06T00:49:46.730Z] 7dd6e2ef1c31: Preparing [2024-07-06T00:49:46.730Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:46.730Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:46.730Z] a59d83f31c1e: Preparing [2024-07-06T00:49:46.730Z] 7ad146f8eccd: Preparing [2024-07-06T00:49:46.730Z] 0769df88d056: Preparing [2024-07-06T00:49:46.730Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:46.730Z] 7ad146f8eccd: Waiting [2024-07-06T00:49:46.730Z] 0769df88d056: Waiting [2024-07-06T00:49:46.730Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:46.730Z] a59d83f31c1e: Waiting [2024-07-06T00:49:46.730Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:46.730Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:46.730Z] 5f5f93df2d03: Layer already exists [2024-07-06T00:49:46.730Z] 7ad146f8eccd: Layer already exists [2024-07-06T00:49:46.730Z] 0769df88d056: Layer already exists [2024-07-06T00:49:46.730Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:46.730Z] c0316adbdd97: Pushed [2024-07-06T00:49:46.730Z] 7dd6e2ef1c31: Pushed [2024-07-06T00:49:57.658Z] a59d83f31c1e: Pushed [2024-07-06T00:49:57.658Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:5b344ec51e5f3ca31d5de43e267ecf2e7a6871fa709cdc5a7ba19c56505ea526 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:57.990Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:58.309Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-07-06T00:49:58.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-06T00:49:58.309Z] 5f5f93df2d03: Preparing [2024-07-06T00:49:58.309Z] c0316adbdd97: Preparing [2024-07-06T00:49:58.309Z] 7dd6e2ef1c31: Preparing [2024-07-06T00:49:58.309Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:58.309Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:58.309Z] a59d83f31c1e: Preparing [2024-07-06T00:49:58.309Z] 7ad146f8eccd: Preparing [2024-07-06T00:49:58.309Z] 0769df88d056: Preparing [2024-07-06T00:49:58.309Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:58.309Z] a59d83f31c1e: Waiting [2024-07-06T00:49:58.309Z] 7ad146f8eccd: Waiting [2024-07-06T00:49:58.309Z] 0769df88d056: Waiting [2024-07-06T00:49:58.309Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:58.309Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:58.309Z] 7dd6e2ef1c31: Layer already exists [2024-07-06T00:49:58.309Z] 5f5f93df2d03: Layer already exists [2024-07-06T00:49:58.309Z] c0316adbdd97: Layer already exists [2024-07-06T00:49:58.309Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:58.309Z] a59d83f31c1e: Layer already exists [2024-07-06T00:49:58.309Z] 0769df88d056: Layer already exists [2024-07-06T00:49:58.309Z] 7ad146f8eccd: Layer already exists [2024-07-06T00:49:58.309Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:58.309Z] latest: digest: sha256:5b344ec51e5f3ca31d5de43e267ecf2e7a6871fa709cdc5a7ba19c56505ea526 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:58.632Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:58.948Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.31 [2024-07-06T00:49:58.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-06T00:49:58.948Z] 5f5f93df2d03: Preparing [2024-07-06T00:49:58.948Z] c0316adbdd97: Preparing [2024-07-06T00:49:58.948Z] 7dd6e2ef1c31: Preparing [2024-07-06T00:49:58.948Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:58.948Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:58.948Z] a59d83f31c1e: Preparing [2024-07-06T00:49:58.948Z] 7ad146f8eccd: Preparing [2024-07-06T00:49:58.948Z] 0769df88d056: Preparing [2024-07-06T00:49:58.948Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:58.948Z] 7ad146f8eccd: Waiting [2024-07-06T00:49:58.948Z] 0769df88d056: Waiting [2024-07-06T00:49:58.948Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:58.948Z] a59d83f31c1e: Waiting [2024-07-06T00:49:58.948Z] 5f5f93df2d03: Layer already exists [2024-07-06T00:49:58.948Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:58.948Z] c0316adbdd97: Layer already exists [2024-07-06T00:49:58.948Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:58.948Z] 7dd6e2ef1c31: Layer already exists [2024-07-06T00:49:58.948Z] a59d83f31c1e: Layer already exists [2024-07-06T00:49:58.948Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:58.948Z] 0769df88d056: Layer already exists [2024-07-06T00:49:58.948Z] 7ad146f8eccd: Layer already exists [2024-07-06T00:49:58.948Z] 3.2.0-dev.31: digest: sha256:5b344ec51e5f3ca31d5de43e267ecf2e7a6871fa709cdc5a7ba19c56505ea526 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:59.287Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:59.611Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:49:59.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-06T00:49:59.611Z] 5f5f93df2d03: Preparing [2024-07-06T00:49:59.611Z] c0316adbdd97: Preparing [2024-07-06T00:49:59.611Z] 7dd6e2ef1c31: Preparing [2024-07-06T00:49:59.611Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:49:59.611Z] b847f4f6e5a6: Preparing [2024-07-06T00:49:59.611Z] a59d83f31c1e: Preparing [2024-07-06T00:49:59.611Z] 7ad146f8eccd: Preparing [2024-07-06T00:49:59.611Z] 0769df88d056: Preparing [2024-07-06T00:49:59.611Z] 63ec0bd56cf3: Preparing [2024-07-06T00:49:59.611Z] a59d83f31c1e: Waiting [2024-07-06T00:49:59.611Z] 0769df88d056: Waiting [2024-07-06T00:49:59.611Z] 63ec0bd56cf3: Waiting [2024-07-06T00:49:59.611Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:49:59.611Z] 5f5f93df2d03: Layer already exists [2024-07-06T00:49:59.611Z] 7dd6e2ef1c31: Layer already exists [2024-07-06T00:49:59.611Z] c0316adbdd97: Layer already exists [2024-07-06T00:49:59.611Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:49:59.611Z] 0769df88d056: Layer already exists [2024-07-06T00:49:59.611Z] 7ad146f8eccd: Layer already exists [2024-07-06T00:49:59.611Z] a59d83f31c1e: Layer already exists [2024-07-06T00:49:59.611Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:49:59.611Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:5b344ec51e5f3ca31d5de43e267ecf2e7a6871fa709cdc5a7ba19c56505ea526 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:49:59.938Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:00.267Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-07-06T00:50:00.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-06T00:50:00.267Z] 5f5f93df2d03: Preparing [2024-07-06T00:50:00.267Z] c0316adbdd97: Preparing [2024-07-06T00:50:00.267Z] 7dd6e2ef1c31: Preparing [2024-07-06T00:50:00.267Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:50:00.267Z] b847f4f6e5a6: Preparing [2024-07-06T00:50:00.267Z] a59d83f31c1e: Preparing [2024-07-06T00:50:00.267Z] 7ad146f8eccd: Preparing [2024-07-06T00:50:00.267Z] 0769df88d056: Preparing [2024-07-06T00:50:00.267Z] 63ec0bd56cf3: Preparing [2024-07-06T00:50:00.267Z] a59d83f31c1e: Waiting [2024-07-06T00:50:00.267Z] 7ad146f8eccd: Waiting [2024-07-06T00:50:00.267Z] 63ec0bd56cf3: Waiting [2024-07-06T00:50:00.267Z] 0769df88d056: Waiting [2024-07-06T00:50:00.267Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:50:00.267Z] c0316adbdd97: Layer already exists [2024-07-06T00:50:00.267Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:50:00.267Z] 5f5f93df2d03: Layer already exists [2024-07-06T00:50:00.267Z] 7dd6e2ef1c31: Layer already exists [2024-07-06T00:50:00.267Z] 7ad146f8eccd: Layer already exists [2024-07-06T00:50:00.267Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:50:00.267Z] a59d83f31c1e: Layer already exists [2024-07-06T00:50:00.267Z] 0769df88d056: Layer already exists [2024-07-06T00:50:00.267Z] main: digest: sha256:5b344ec51e5f3ca31d5de43e267ecf2e7a6871fa709cdc5a7ba19c56505ea526 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T00:50:00.347Z] ===================================================== [Pipeline] echo [2024-07-06T00:50:00.365Z] taggedImages: [2024-07-06T00:50:00.365Z] - nexus3.edgexfoundry.org:10004/security-spire-server:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:50:00.365Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-07-06T00:50:00.365Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.31 [2024-07-06T00:50:00.365Z] - nexus3.edgexfoundry.org:10004/security-spire-server:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:50:00.365Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-07-06T00:50:00.393Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-07-06T00:50:00.393Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:50:00.393Z] latest [2024-07-06T00:50:00.393Z] 3.2.0-dev.31 [2024-07-06T00:50:00.393Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:50:00.393Z] main [2024-07-06T00:50:00.393Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:00.740Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:01.063Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:50:01.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-06T00:50:01.064Z] 7b7299accb62: Preparing [2024-07-06T00:50:01.064Z] 72ff5d098ad5: Preparing [2024-07-06T00:50:01.064Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:50:01.064Z] b847f4f6e5a6: Preparing [2024-07-06T00:50:01.064Z] 5ad787946930: Preparing [2024-07-06T00:50:01.064Z] 349573fac7f8: Preparing [2024-07-06T00:50:01.064Z] 63ec0bd56cf3: Preparing [2024-07-06T00:50:01.064Z] 349573fac7f8: Waiting [2024-07-06T00:50:01.064Z] 63ec0bd56cf3: Waiting [2024-07-06T00:50:01.064Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:50:01.064Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:50:01.064Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:50:01.064Z] 7b7299accb62: Pushed [2024-07-06T00:50:01.323Z] 349573fac7f8: Pushed [2024-07-06T00:50:01.582Z] 5ad787946930: Pushed [2024-07-06T00:50:04.114Z] 72ff5d098ad5: Pushed [2024-07-06T00:50:04.373Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:0a0e2dda77d92d9900457ec10cfd9326b0d327c5b5bb8f3145a5dc73034c0827 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:04.699Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:05.014Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-07-06T00:50:05.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-06T00:50:05.014Z] 7b7299accb62: Preparing [2024-07-06T00:50:05.014Z] 72ff5d098ad5: Preparing [2024-07-06T00:50:05.014Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:50:05.014Z] b847f4f6e5a6: Preparing [2024-07-06T00:50:05.014Z] 5ad787946930: Preparing [2024-07-06T00:50:05.014Z] 349573fac7f8: Preparing [2024-07-06T00:50:05.014Z] 63ec0bd56cf3: Preparing [2024-07-06T00:50:05.014Z] 349573fac7f8: Waiting [2024-07-06T00:50:05.014Z] 63ec0bd56cf3: Waiting [2024-07-06T00:50:05.014Z] 72ff5d098ad5: Layer already exists [2024-07-06T00:50:05.014Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:50:05.014Z] 7b7299accb62: Layer already exists [2024-07-06T00:50:05.014Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:50:05.014Z] 5ad787946930: Layer already exists [2024-07-06T00:50:05.014Z] 349573fac7f8: Layer already exists [2024-07-06T00:50:05.014Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:50:05.014Z] latest: digest: sha256:0a0e2dda77d92d9900457ec10cfd9326b0d327c5b5bb8f3145a5dc73034c0827 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:05.348Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:05.667Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.31 [2024-07-06T00:50:05.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-06T00:50:05.667Z] 7b7299accb62: Preparing [2024-07-06T00:50:05.667Z] 72ff5d098ad5: Preparing [2024-07-06T00:50:05.667Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:50:05.667Z] b847f4f6e5a6: Preparing [2024-07-06T00:50:05.667Z] 5ad787946930: Preparing [2024-07-06T00:50:05.667Z] 349573fac7f8: Preparing [2024-07-06T00:50:05.667Z] 63ec0bd56cf3: Preparing [2024-07-06T00:50:05.667Z] 349573fac7f8: Waiting [2024-07-06T00:50:05.667Z] 63ec0bd56cf3: Waiting [2024-07-06T00:50:05.667Z] 7b7299accb62: Layer already exists [2024-07-06T00:50:05.667Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:50:05.667Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:50:05.667Z] 5ad787946930: Layer already exists [2024-07-06T00:50:05.667Z] 72ff5d098ad5: Layer already exists [2024-07-06T00:50:05.667Z] 349573fac7f8: Layer already exists [2024-07-06T00:50:05.667Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:50:05.667Z] 3.2.0-dev.31: digest: sha256:0a0e2dda77d92d9900457ec10cfd9326b0d327c5b5bb8f3145a5dc73034c0827 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:05.994Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:06.313Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:50:06.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-06T00:50:06.313Z] 7b7299accb62: Preparing [2024-07-06T00:50:06.313Z] 72ff5d098ad5: Preparing [2024-07-06T00:50:06.313Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:50:06.313Z] b847f4f6e5a6: Preparing [2024-07-06T00:50:06.313Z] 5ad787946930: Preparing [2024-07-06T00:50:06.313Z] 349573fac7f8: Preparing [2024-07-06T00:50:06.313Z] 63ec0bd56cf3: Preparing [2024-07-06T00:50:06.313Z] 349573fac7f8: Waiting [2024-07-06T00:50:06.313Z] 63ec0bd56cf3: Waiting [2024-07-06T00:50:06.313Z] 7b7299accb62: Layer already exists [2024-07-06T00:50:06.313Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:50:06.313Z] 72ff5d098ad5: Layer already exists [2024-07-06T00:50:06.313Z] 5ad787946930: Layer already exists [2024-07-06T00:50:06.313Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:50:06.313Z] 349573fac7f8: Layer already exists [2024-07-06T00:50:06.313Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:50:06.313Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:0a0e2dda77d92d9900457ec10cfd9326b0d327c5b5bb8f3145a5dc73034c0827 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:06.644Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:06.966Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-07-06T00:50:06.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-06T00:50:06.966Z] 7b7299accb62: Preparing [2024-07-06T00:50:06.966Z] 72ff5d098ad5: Preparing [2024-07-06T00:50:06.966Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:50:06.966Z] b847f4f6e5a6: Preparing [2024-07-06T00:50:06.966Z] 5ad787946930: Preparing [2024-07-06T00:50:06.966Z] 349573fac7f8: Preparing [2024-07-06T00:50:06.966Z] 63ec0bd56cf3: Preparing [2024-07-06T00:50:06.966Z] 63ec0bd56cf3: Waiting [2024-07-06T00:50:06.966Z] 349573fac7f8: Waiting [2024-07-06T00:50:06.966Z] 5ad787946930: Layer already exists [2024-07-06T00:50:06.966Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:50:06.966Z] 7b7299accb62: Layer already exists [2024-07-06T00:50:06.966Z] 72ff5d098ad5: Layer already exists [2024-07-06T00:50:06.966Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:50:06.966Z] 349573fac7f8: Layer already exists [2024-07-06T00:50:06.966Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:50:06.966Z] main: digest: sha256:0a0e2dda77d92d9900457ec10cfd9326b0d327c5b5bb8f3145a5dc73034c0827 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T00:50:07.039Z] ===================================================== [Pipeline] echo [2024-07-06T00:50:07.052Z] taggedImages: [2024-07-06T00:50:07.052Z] - nexus3.edgexfoundry.org:10004/support-notifications:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:50:07.052Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-07-06T00:50:07.052Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.31 [2024-07-06T00:50:07.052Z] - nexus3.edgexfoundry.org:10004/support-notifications:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:50:07.052Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-07-06T00:50:07.080Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-07-06T00:50:07.080Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:50:07.080Z] latest [2024-07-06T00:50:07.080Z] 3.2.0-dev.31 [2024-07-06T00:50:07.080Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:50:07.080Z] main [2024-07-06T00:50:07.080Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:07.430Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:07.755Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:50:07.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-06T00:50:07.755Z] e6fe9313081d: Preparing [2024-07-06T00:50:07.755Z] 0ce41d98d720: Preparing [2024-07-06T00:50:07.755Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:50:07.755Z] b847f4f6e5a6: Preparing [2024-07-06T00:50:07.755Z] edbba31d04df: Preparing [2024-07-06T00:50:07.755Z] 04cd93414a6c: Preparing [2024-07-06T00:50:07.755Z] 63ec0bd56cf3: Preparing [2024-07-06T00:50:07.755Z] 63ec0bd56cf3: Waiting [2024-07-06T00:50:07.755Z] 04cd93414a6c: Waiting [2024-07-06T00:50:07.755Z] edbba31d04df: Layer already exists [2024-07-06T00:50:07.755Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:50:07.755Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:50:07.755Z] 04cd93414a6c: Layer already exists [2024-07-06T00:50:07.755Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:50:07.755Z] e6fe9313081d: Pushed [2024-07-06T00:50:11.043Z] 0ce41d98d720: Pushed [2024-07-06T00:50:11.043Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:4b5c015fe0269255a0dc61fade58c91ac4f7394c6107e5f78fe6ddf085efafc8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:11.380Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:11.712Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-07-06T00:50:11.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-06T00:50:11.712Z] e6fe9313081d: Preparing [2024-07-06T00:50:11.712Z] 0ce41d98d720: Preparing [2024-07-06T00:50:11.712Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:50:11.712Z] b847f4f6e5a6: Preparing [2024-07-06T00:50:11.712Z] edbba31d04df: Preparing [2024-07-06T00:50:11.712Z] 04cd93414a6c: Preparing [2024-07-06T00:50:11.712Z] 63ec0bd56cf3: Preparing [2024-07-06T00:50:11.712Z] 04cd93414a6c: Waiting [2024-07-06T00:50:11.712Z] 63ec0bd56cf3: Waiting [2024-07-06T00:50:11.712Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:50:11.712Z] 0ce41d98d720: Layer already exists [2024-07-06T00:50:11.712Z] edbba31d04df: Layer already exists [2024-07-06T00:50:11.712Z] e6fe9313081d: Layer already exists [2024-07-06T00:50:11.712Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:50:11.712Z] 04cd93414a6c: Layer already exists [2024-07-06T00:50:11.712Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:50:11.712Z] latest: digest: sha256:4b5c015fe0269255a0dc61fade58c91ac4f7394c6107e5f78fe6ddf085efafc8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:12.040Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:12.375Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.31 [2024-07-06T00:50:12.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-06T00:50:12.375Z] e6fe9313081d: Preparing [2024-07-06T00:50:12.375Z] 0ce41d98d720: Preparing [2024-07-06T00:50:12.375Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:50:12.375Z] b847f4f6e5a6: Preparing [2024-07-06T00:50:12.375Z] edbba31d04df: Preparing [2024-07-06T00:50:12.375Z] 04cd93414a6c: Preparing [2024-07-06T00:50:12.375Z] 63ec0bd56cf3: Preparing [2024-07-06T00:50:12.375Z] 04cd93414a6c: Waiting [2024-07-06T00:50:12.375Z] 63ec0bd56cf3: Waiting [2024-07-06T00:50:12.375Z] edbba31d04df: Layer already exists [2024-07-06T00:50:12.375Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:50:12.375Z] 0ce41d98d720: Layer already exists [2024-07-06T00:50:12.375Z] e6fe9313081d: Layer already exists [2024-07-06T00:50:12.375Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:50:12.375Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:50:12.375Z] 04cd93414a6c: Layer already exists [2024-07-06T00:50:12.375Z] 3.2.0-dev.31: digest: sha256:4b5c015fe0269255a0dc61fade58c91ac4f7394c6107e5f78fe6ddf085efafc8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:12.706Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:13.027Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:50:13.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-06T00:50:13.027Z] e6fe9313081d: Preparing [2024-07-06T00:50:13.027Z] 0ce41d98d720: Preparing [2024-07-06T00:50:13.027Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:50:13.027Z] b847f4f6e5a6: Preparing [2024-07-06T00:50:13.027Z] edbba31d04df: Preparing [2024-07-06T00:50:13.027Z] 04cd93414a6c: Preparing [2024-07-06T00:50:13.027Z] 63ec0bd56cf3: Preparing [2024-07-06T00:50:13.027Z] 04cd93414a6c: Waiting [2024-07-06T00:50:13.027Z] 63ec0bd56cf3: Waiting [2024-07-06T00:50:13.027Z] e6fe9313081d: Layer already exists [2024-07-06T00:50:13.027Z] 0ce41d98d720: Layer already exists [2024-07-06T00:50:13.027Z] edbba31d04df: Layer already exists [2024-07-06T00:50:13.027Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:50:13.027Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:50:13.027Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:50:13.027Z] 04cd93414a6c: Layer already exists [2024-07-06T00:50:13.027Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:4b5c015fe0269255a0dc61fade58c91ac4f7394c6107e5f78fe6ddf085efafc8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:13.351Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T00:50:13.668Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-07-06T00:50:13.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-06T00:50:13.668Z] e6fe9313081d: Preparing [2024-07-06T00:50:13.668Z] 0ce41d98d720: Preparing [2024-07-06T00:50:13.668Z] 5bd9c9cb27eb: Preparing [2024-07-06T00:50:13.668Z] b847f4f6e5a6: Preparing [2024-07-06T00:50:13.668Z] edbba31d04df: Preparing [2024-07-06T00:50:13.668Z] 04cd93414a6c: Preparing [2024-07-06T00:50:13.668Z] 63ec0bd56cf3: Preparing [2024-07-06T00:50:13.668Z] 04cd93414a6c: Waiting [2024-07-06T00:50:13.668Z] 63ec0bd56cf3: Waiting [2024-07-06T00:50:13.668Z] e6fe9313081d: Layer already exists [2024-07-06T00:50:13.668Z] 0ce41d98d720: Layer already exists [2024-07-06T00:50:13.668Z] b847f4f6e5a6: Layer already exists [2024-07-06T00:50:13.668Z] 5bd9c9cb27eb: Layer already exists [2024-07-06T00:50:13.668Z] edbba31d04df: Layer already exists [2024-07-06T00:50:13.668Z] 04cd93414a6c: Layer already exists [2024-07-06T00:50:13.668Z] 63ec0bd56cf3: Layer already exists [2024-07-06T00:50:13.668Z] main: digest: sha256:4b5c015fe0269255a0dc61fade58c91ac4f7394c6107e5f78fe6ddf085efafc8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T00:50:13.746Z] ===================================================== [Pipeline] echo [2024-07-06T00:50:13.763Z] taggedImages: [2024-07-06T00:50:13.763Z] - nexus3.edgexfoundry.org:10004/support-scheduler:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T00:50:13.763Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-07-06T00:50:13.763Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.31 [2024-07-06T00:50:13.763Z] - nexus3.edgexfoundry.org:10004/support-scheduler:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T00:50:13.763Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-06T01:07:32.725Z] #151 ... [2024-07-06T01:07:32.725Z] [2024-07-06T01:07:32.725Z] #143 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-06T01:07:32.725Z] #143 DONE 1111.4s [2024-07-06T01:07:32.725Z] [2024-07-06T01:07:32.725Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-06T01:07:32.725Z] #151 ... [2024-07-06T01:07:32.725Z] [2024-07-06T01:07:32.725Z] #152 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T01:07:32.725Z] #152 DONE 0.2s [2024-07-06T01:07:32.725Z] [2024-07-06T01:07:32.725Z] #153 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-06T01:07:32.725Z] #153 DONE 0.3s [2024-07-06T01:07:32.725Z] [2024-07-06T01:07:32.725Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-06T01:07:32.725Z] #150 ... [2024-07-06T01:07:32.725Z] [2024-07-06T01:07:32.725Z] #154 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-07-06T01:07:32.725Z] #154 DONE 0.3s [2024-07-06T01:07:32.725Z] [2024-07-06T01:07:32.725Z] #155 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-06T01:07:32.725Z] #155 DONE 0.2s [2024-07-06T01:07:32.725Z] [2024-07-06T01:07:32.725Z] #156 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-06T01:07:32.725Z] #156 DONE 0.3s [2024-07-06T01:07:32.725Z] [2024-07-06T01:07:32.725Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-06T01:07:32.725Z] #150 ... [2024-07-06T01:07:32.725Z] [2024-07-06T01:07:32.725Z] #157 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-06T01:07:32.725Z] #157 DONE 0.2s [2024-07-06T01:07:32.725Z] [2024-07-06T01:07:32.725Z] #158 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-06T01:07:32.725Z] #158 ... [2024-07-06T01:07:32.725Z] [2024-07-06T01:07:32.725Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-06T01:07:32.725Z] #151 DONE 1115.8s [2024-07-06T01:07:32.725Z] [2024-07-06T01:07:32.725Z] #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-06T01:07:32.725Z] #146 1115.5 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-07-06T01:07:32.725Z] #146 ... [2024-07-06T01:07:32.725Z] [2024-07-06T01:07:32.725Z] #158 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-06T01:07:32.725Z] #158 DONE 2.7s [2024-07-06T01:07:32.725Z] [2024-07-06T01:07:32.725Z] #100 [security-proxy-setup] exporting to image [2024-07-06T01:07:32.725Z] #100 exporting layers [2024-07-06T01:07:32.725Z] #100 ... [2024-07-06T01:07:32.725Z] [2024-07-06T01:07:32.725Z] #159 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-06T01:07:32.725Z] #159 DONE 0.5s [2024-07-06T01:07:32.725Z] [2024-07-06T01:07:32.725Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-06T01:07:32.991Z] #160 ... [2024-07-06T01:07:32.991Z] [2024-07-06T01:07:32.991Z] #100 [security-proxy-setup] exporting to image [2024-07-06T01:07:32.991Z] #100 exporting layers 2.0s done [2024-07-06T01:07:32.991Z] #100 writing image sha256:c67d13d62d6f47f3d08d2e3538cb3aadb54c02df9431f0e72321112960c77f24 done [2024-07-06T01:07:32.991Z] #100 naming to docker.io/library/security-proxy-setup-arm64 done [2024-07-06T01:07:32.991Z] #100 DONE 8.1s [2024-07-06T01:07:32.991Z] [2024-07-06T01:07:32.991Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-06T01:07:33.960Z] #142 ... [2024-07-06T01:07:33.960Z] [2024-07-06T01:07:33.960Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-06T01:07:33.960Z] #160 DONE 2.1s [2024-07-06T01:07:33.960Z] [2024-07-06T01:07:33.960Z] #161 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T01:07:34.232Z] #161 DONE 0.2s [2024-07-06T01:07:34.232Z] [2024-07-06T01:07:34.232Z] #162 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-06T01:07:34.515Z] #162 DONE 0.3s [2024-07-06T01:07:34.515Z] [2024-07-06T01:07:34.515Z] #163 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-06T01:07:34.795Z] #163 DONE 0.2s [2024-07-06T01:07:34.795Z] [2024-07-06T01:07:34.795Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-06T01:07:34.795Z] #142 ... [2024-07-06T01:07:34.795Z] [2024-07-06T01:07:34.795Z] #164 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-06T01:07:34.795Z] #164 DONE 0.1s [2024-07-06T01:07:35.064Z] [2024-07-06T01:07:35.064Z] #165 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-07-06T01:07:35.064Z] #165 DONE 0.2s [2024-07-06T01:07:35.064Z] [2024-07-06T01:07:35.064Z] #166 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-07-06T01:07:35.338Z] #166 DONE 0.1s [2024-07-06T01:07:35.338Z] [2024-07-06T01:07:35.338Z] #167 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-06T01:07:35.338Z] #167 DONE 0.1s [2024-07-06T01:07:35.338Z] [2024-07-06T01:07:35.338Z] #168 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-06T01:07:35.338Z] #168 DONE 0.1s [2024-07-06T01:07:35.338Z] [2024-07-06T01:07:35.338Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-06T01:07:35.609Z] #142 ... [2024-07-06T01:07:35.609Z] [2024-07-06T01:07:35.609Z] #169 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-06T01:07:37.742Z] #169 DONE 2.2s [2024-07-06T01:07:37.742Z] [2024-07-06T01:07:37.742Z] #100 [security-bootstrapper] exporting to image [2024-07-06T01:07:38.752Z] #100 exporting layers 1.1s done [2024-07-06T01:07:38.752Z] #100 writing image sha256:76ab3d97abf6a54143d3f6d20a1b4daedd2c1b80b738f6d76ddf75c95a0c1718 done [2024-07-06T01:07:38.752Z] #100 naming to docker.io/library/security-bootstrapper-arm64 done [2024-07-06T01:07:38.752Z] #100 DONE 9.3s [2024-07-06T01:07:38.752Z] [2024-07-06T01:07:38.752Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-06T01:07:51.137Z] #148 ... [2024-07-06T01:07:51.137Z] [2024-07-06T01:07:51.137Z] #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-06T01:07:51.137Z] #146 DONE 1135.6s [2024-07-06T01:07:51.137Z] [2024-07-06T01:07:51.137Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-06T01:07:51.137Z] #145 ... [2024-07-06T01:07:51.137Z] [2024-07-06T01:07:51.137Z] #170 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T01:07:51.137Z] #170 DONE 0.1s [2024-07-06T01:07:51.137Z] [2024-07-06T01:07:51.137Z] #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-06T01:07:51.137Z] #171 DONE 0.2s [2024-07-06T01:07:51.137Z] [2024-07-06T01:07:51.137Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-06T01:07:51.137Z] #150 ... [2024-07-06T01:07:51.137Z] [2024-07-06T01:07:51.137Z] #172 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-07-06T01:07:51.413Z] #172 DONE 0.1s [2024-07-06T01:07:51.413Z] [2024-07-06T01:07:51.413Z] #173 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-07-06T01:07:51.413Z] #173 DONE 0.1s [2024-07-06T01:07:51.413Z] [2024-07-06T01:07:51.413Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-06T01:07:51.413Z] #150 ... [2024-07-06T01:07:51.413Z] [2024-07-06T01:07:51.413Z] #174 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-06T01:07:51.413Z] #174 DONE 0.1s [2024-07-06T01:07:51.679Z] [2024-07-06T01:07:51.679Z] #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-06T01:07:51.679Z] #175 DONE 0.2s [2024-07-06T01:07:51.679Z] [2024-07-06T01:07:51.679Z] #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-06T01:07:51.946Z] #176 DONE 0.2s [2024-07-06T01:07:51.946Z] [2024-07-06T01:07:51.946Z] #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-06T01:07:51.946Z] #177 DONE 0.1s [2024-07-06T01:07:51.946Z] [2024-07-06T01:07:51.946Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-06T01:07:52.212Z] #149 ... [2024-07-06T01:07:52.212Z] [2024-07-06T01:07:52.212Z] #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-06T01:07:54.157Z] #178 DONE 1.9s [2024-07-06T01:07:54.157Z] [2024-07-06T01:07:54.157Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-06T01:07:54.157Z] #150 ... [2024-07-06T01:07:54.157Z] [2024-07-06T01:07:54.157Z] #100 [security-secretstore-setup] exporting to image [2024-07-06T01:07:54.157Z] #100 exporting layers [2024-07-06T01:07:55.115Z] #100 exporting layers 1.2s done [2024-07-06T01:07:55.115Z] #100 writing image sha256:f43804e1899e3942694fafce844360b0bb6643204e6e8246690b5ba59d735940 done [2024-07-06T01:07:55.115Z] #100 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-07-06T01:07:55.115Z] #100 DONE 10.4s [2024-07-06T01:07:55.115Z] [2024-07-06T01:07:55.115Z] #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-06T01:08:41.948Z] #124 ... [2024-07-06T01:08:41.948Z] [2024-07-06T01:08:41.948Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-06T01:08:41.948Z] #150 DONE 1184.8s [2024-07-06T01:08:41.948Z] [2024-07-06T01:08:41.948Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-06T01:08:41.948Z] #145 ... [2024-07-06T01:08:41.948Z] [2024-07-06T01:08:41.948Z] #179 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T01:08:41.948Z] #179 DONE 0.3s [2024-07-06T01:08:41.948Z] [2024-07-06T01:08:41.948Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-06T01:08:41.948Z] #144 ... [2024-07-06T01:08:41.948Z] [2024-07-06T01:08:41.948Z] #180 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-06T01:08:41.948Z] #180 DONE 0.1s [2024-07-06T01:08:41.948Z] [2024-07-06T01:08:41.948Z] #181 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-06T01:08:41.948Z] #181 DONE 0.3s [2024-07-06T01:08:41.948Z] [2024-07-06T01:08:41.948Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-06T01:08:41.948Z] #144 ... [2024-07-06T01:08:41.948Z] [2024-07-06T01:08:41.948Z] #182 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-07-06T01:08:41.948Z] #182 DONE 0.2s [2024-07-06T01:08:41.948Z] [2024-07-06T01:08:41.948Z] #183 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-07-06T01:08:41.948Z] #183 DONE 0.1s [2024-07-06T01:08:41.948Z] [2024-07-06T01:08:41.948Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-06T01:08:41.948Z] #145 ... [2024-07-06T01:08:41.948Z] [2024-07-06T01:08:41.948Z] #184 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-06T01:08:43.358Z] #184 DONE 2.2s [2024-07-06T01:08:43.358Z] [2024-07-06T01:08:43.358Z] #100 [core-common-config-bootstrapper] exporting to image [2024-07-06T01:08:43.358Z] #100 exporting layers [2024-07-06T01:08:43.943Z] #100 exporting layers 0.7s done [2024-07-06T01:08:43.943Z] #100 writing image sha256:cbb5ba601c008d11efdeac386f3faaa4c2547f6bc0265d2e237bd5df2cdd199e done [2024-07-06T01:08:43.943Z] #100 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-07-06T01:08:43.943Z] #100 DONE 11.1s [2024-07-06T01:08:43.943Z] [2024-07-06T01:08:43.943Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-06T01:10:50.603Z] #142 ... [2024-07-06T01:10:50.603Z] [2024-07-06T01:10:50.603Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-06T01:10:50.603Z] #149 DONE 1305.1s [2024-07-06T01:10:50.603Z] [2024-07-06T01:10:50.603Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-06T01:10:50.603Z] #142 ... [2024-07-06T01:10:50.603Z] [2024-07-06T01:10:50.603Z] #185 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T01:10:50.603Z] #185 DONE 0.2s [2024-07-06T01:10:50.603Z] [2024-07-06T01:10:50.603Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-06T01:10:50.603Z] #145 ... [2024-07-06T01:10:50.603Z] [2024-07-06T01:10:50.603Z] #186 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-06T01:10:50.603Z] #186 DONE 0.3s [2024-07-06T01:10:50.603Z] [2024-07-06T01:10:50.603Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-06T01:10:50.603Z] #148 ... [2024-07-06T01:10:50.603Z] [2024-07-06T01:10:50.603Z] #187 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-06T01:10:50.603Z] #187 DONE 0.3s [2024-07-06T01:10:50.603Z] [2024-07-06T01:10:50.603Z] #188 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-07-06T01:10:50.603Z] #188 DONE 0.1s [2024-07-06T01:10:50.603Z] [2024-07-06T01:10:50.603Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-06T01:10:50.603Z] #148 ... [2024-07-06T01:10:50.603Z] [2024-07-06T01:10:50.603Z] #100 [security-spiffe-token-provider] exporting to image [2024-07-06T01:10:50.603Z] #100 exporting layers [2024-07-06T01:10:50.603Z] #100 exporting layers 0.7s done [2024-07-06T01:10:50.603Z] #100 writing image sha256:a7b345d29caef52ccdf05118bfaaaf75dabd4f4fa932b51f925dfb5b8013e1fc done [2024-07-06T01:10:50.603Z] #100 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-07-06T01:10:50.603Z] #100 DONE 11.9s [2024-07-06T01:10:50.603Z] [2024-07-06T01:10:50.603Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-06T01:17:42.579Z] #148 ... [2024-07-06T01:17:42.579Z] [2024-07-06T01:17:42.579Z] #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-06T01:17:42.579Z] #124 DONE 1721.2s [2024-07-06T01:17:42.579Z] [2024-07-06T01:17:42.579Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-06T01:17:42.579Z] #144 ... [2024-07-06T01:17:42.579Z] [2024-07-06T01:17:42.579Z] #189 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T01:17:42.579Z] #189 DONE 0.1s [2024-07-06T01:17:42.579Z] [2024-07-06T01:17:42.579Z] #190 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-06T01:17:42.579Z] #190 DONE 0.3s [2024-07-06T01:17:42.579Z] [2024-07-06T01:17:42.579Z] #191 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-06T01:17:42.579Z] #191 DONE 0.4s [2024-07-06T01:17:42.579Z] [2024-07-06T01:17:42.579Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-06T01:17:42.579Z] #142 ... [2024-07-06T01:17:42.579Z] [2024-07-06T01:17:42.579Z] #192 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-06T01:17:42.579Z] #192 DONE 0.2s [2024-07-06T01:17:42.579Z] [2024-07-06T01:17:42.579Z] #193 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-06T01:17:42.579Z] #193 DONE 0.2s [2024-07-06T01:17:42.579Z] [2024-07-06T01:17:42.579Z] #194 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-06T01:17:42.579Z] #194 DONE 1.9s [2024-07-06T01:17:42.579Z] [2024-07-06T01:17:42.579Z] #100 [security-proxy-auth] exporting to image [2024-07-06T01:17:42.579Z] #100 exporting layers [2024-07-06T01:17:42.579Z] #100 exporting layers 0.7s done [2024-07-06T01:17:42.579Z] #100 writing image sha256:d6db10ca1a7ac2eb038880fae8ba3e76ba60bbdb45f47fddf42bb2d5cb08d78d done [2024-07-06T01:17:42.579Z] #100 naming to docker.io/library/security-proxy-auth-arm64 done [2024-07-06T01:17:42.579Z] #100 DONE 12.5s [2024-07-06T01:17:42.579Z] [2024-07-06T01:17:42.579Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-06T01:18:38.983Z] #144 ... [2024-07-06T01:18:38.983Z] [2024-07-06T01:18:38.983Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-06T01:18:38.983Z] #148 DONE 1781.8s [2024-07-06T01:18:38.983Z] [2024-07-06T01:18:38.983Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-06T01:18:38.983Z] #142 ... [2024-07-06T01:18:38.983Z] [2024-07-06T01:18:38.983Z] #195 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T01:18:38.983Z] #195 DONE 0.1s [2024-07-06T01:18:38.983Z] [2024-07-06T01:18:38.983Z] #196 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-06T01:18:38.983Z] #196 DONE 0.2s [2024-07-06T01:18:38.983Z] [2024-07-06T01:18:38.983Z] #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-06T01:18:38.983Z] #197 DONE 0.5s [2024-07-06T01:18:38.983Z] [2024-07-06T01:18:38.983Z] #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-06T01:18:38.983Z] #198 DONE 0.1s [2024-07-06T01:18:38.983Z] [2024-07-06T01:18:38.983Z] #100 [core-command] exporting to image [2024-07-06T01:18:38.983Z] #100 exporting layers [2024-07-06T01:18:38.983Z] #100 exporting layers 0.4s done [2024-07-06T01:18:38.983Z] #100 writing image sha256:40d6956129286fa11a037bb783a83c660067ebe2350b82f11ee9f4acaa3e16ed done [2024-07-06T01:18:38.983Z] #100 naming to docker.io/library/core-command-arm64 done [2024-07-06T01:18:38.983Z] #100 DONE 12.9s [2024-07-06T01:18:38.983Z] [2024-07-06T01:18:38.983Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-06T01:18:49.074Z] #145 DONE 1793.2s [2024-07-06T01:18:49.074Z] [2024-07-06T01:18:49.074Z] #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-06T01:18:49.074Z] #141 ... [2024-07-06T01:18:49.074Z] [2024-07-06T01:18:49.074Z] #199 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T01:18:49.074Z] #199 DONE 0.4s [2024-07-06T01:18:49.074Z] [2024-07-06T01:18:49.074Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-06T01:18:49.342Z] #52 ... [2024-07-06T01:18:49.342Z] [2024-07-06T01:18:49.342Z] #200 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-06T01:18:49.610Z] #200 DONE 0.3s [2024-07-06T01:18:49.610Z] [2024-07-06T01:18:49.610Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-06T01:18:49.610Z] #144 DONE 1794.8s [2024-07-06T01:18:49.610Z] [2024-07-06T01:18:49.610Z] #201 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-06T01:18:50.232Z] #201 DONE 0.8s [2024-07-06T01:18:50.232Z] [2024-07-06T01:18:50.232Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-06T01:18:50.512Z] #147 ... [2024-07-06T01:18:50.512Z] [2024-07-06T01:18:50.512Z] #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T01:18:50.512Z] #202 ... [2024-07-06T01:18:50.512Z] [2024-07-06T01:18:50.512Z] #203 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-06T01:18:50.512Z] #203 DONE 0.3s [2024-07-06T01:18:50.785Z] [2024-07-06T01:18:50.785Z] #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T01:18:50.785Z] #202 DONE 0.2s [2024-07-06T01:18:50.785Z] [2024-07-06T01:18:50.785Z] #100 [core-data] exporting to image [2024-07-06T01:18:50.785Z] #100 exporting layers [2024-07-06T01:18:50.785Z] #100 ... [2024-07-06T01:18:50.785Z] [2024-07-06T01:18:50.785Z] #204 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-06T01:18:50.785Z] #204 DONE 0.2s [2024-07-06T01:18:51.053Z] [2024-07-06T01:18:51.053Z] #205 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-06T01:18:51.321Z] #205 ... [2024-07-06T01:18:51.321Z] [2024-07-06T01:18:51.321Z] #100 [core-data] exporting to image [2024-07-06T01:18:51.321Z] #100 exporting layers 0.6s done [2024-07-06T01:18:51.321Z] #100 writing image sha256:edc85a70e3486ebf533d1872c326d36f1a0285bb289446d52a00693243b3003b done [2024-07-06T01:18:51.321Z] #100 naming to docker.io/library/core-data-arm64 done [2024-07-06T01:18:51.321Z] #100 DONE 13.6s [2024-07-06T01:18:51.321Z] [2024-07-06T01:18:51.321Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-06T01:18:51.591Z] #147 ... [2024-07-06T01:18:51.591Z] [2024-07-06T01:18:51.591Z] #205 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-06T01:18:51.591Z] #205 DONE 0.7s [2024-07-06T01:18:51.591Z] [2024-07-06T01:18:51.591Z] #206 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-06T01:18:51.591Z] #206 DONE 0.1s [2024-07-06T01:18:51.591Z] [2024-07-06T01:18:51.591Z] #207 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-06T01:18:51.863Z] #207 DONE 0.1s [2024-07-06T01:18:51.863Z] [2024-07-06T01:18:51.863Z] #100 [core-metadata] exporting to image [2024-07-06T01:18:52.451Z] #100 exporting layers 0.6s done [2024-07-06T01:18:52.451Z] #100 writing image sha256:9fd0eac3bd64fcc83e260761782d4296bef1fdcf4bdc9cf4368972b646b4faef done [2024-07-06T01:18:52.451Z] #100 naming to docker.io/library/core-metadata-arm64 done [2024-07-06T01:18:52.451Z] #100 DONE 14.2s [2024-07-06T01:18:52.451Z] [2024-07-06T01:18:52.451Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-06T01:18:53.110Z] #147 ... [2024-07-06T01:18:53.110Z] [2024-07-06T01:18:53.110Z] #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-06T01:18:53.110Z] #141 DONE 1798.3s [2024-07-06T01:18:53.110Z] [2024-07-06T01:18:53.110Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-06T01:18:53.375Z] #147 ... [2024-07-06T01:18:53.375Z] [2024-07-06T01:18:53.375Z] #208 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T01:18:53.644Z] #208 DONE 0.3s [2024-07-06T01:18:53.644Z] [2024-07-06T01:18:53.644Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-06T01:18:53.921Z] #52 ... [2024-07-06T01:18:53.921Z] [2024-07-06T01:18:53.921Z] #209 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-06T01:18:54.192Z] #209 DONE 0.4s [2024-07-06T01:18:54.192Z] [2024-07-06T01:18:54.192Z] #210 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-06T01:18:54.192Z] #210 DONE 0.1s [2024-07-06T01:18:54.192Z] [2024-07-06T01:18:54.192Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-06T01:18:54.458Z] #147 ... [2024-07-06T01:18:54.458Z] [2024-07-06T01:18:54.458Z] #100 [core-keeper] exporting to image [2024-07-06T01:18:54.726Z] #100 exporting layers 0.5s done [2024-07-06T01:18:54.726Z] #100 writing image sha256:3aee3da7e178a2b628e54f4e2700005a5b50a6e5da9ecad6c3f5fe6f4221d313 done [2024-07-06T01:18:54.726Z] #100 naming to docker.io/library/core-keeper-arm64 [2024-07-06T01:18:54.992Z] #100 naming to docker.io/library/core-keeper-arm64 done [2024-07-06T01:18:54.992Z] #100 DONE 14.8s [2024-07-06T01:18:54.992Z] [2024-07-06T01:18:54.992Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-06T01:19:21.673Z] #52 ... [2024-07-06T01:19:21.673Z] [2024-07-06T01:19:21.673Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-06T01:19:21.673Z] #142 DONE 1827.0s [2024-07-06T01:19:21.938Z] [2024-07-06T01:19:21.938Z] #211 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T01:19:22.203Z] #211 DONE 0.2s [2024-07-06T01:19:22.203Z] [2024-07-06T01:19:22.203Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-06T01:19:22.203Z] #147 DONE 1827.5s [2024-07-06T01:19:22.203Z] [2024-07-06T01:19:22.203Z] #212 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-06T01:19:22.203Z] #212 DONE 0.1s [2024-07-06T01:19:22.203Z] [2024-07-06T01:19:22.203Z] #213 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-06T01:19:22.786Z] #213 ... [2024-07-06T01:19:22.786Z] [2024-07-06T01:19:22.786Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-06T01:19:22.786Z] #214 DONE 0.1s [2024-07-06T01:19:22.786Z] [2024-07-06T01:19:22.786Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-06T01:19:22.786Z] #215 DONE 0.1s [2024-07-06T01:19:22.786Z] [2024-07-06T01:19:22.786Z] #213 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-06T01:19:22.786Z] #213 DONE 0.5s [2024-07-06T01:19:22.786Z] [2024-07-06T01:19:22.786Z] #216 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-06T01:19:23.065Z] #216 DONE 0.1s [2024-07-06T01:19:23.065Z] [2024-07-06T01:19:23.065Z] #100 [support-notifications] exporting to image [2024-07-06T01:19:23.065Z] #100 exporting layers [2024-07-06T01:19:23.329Z] #100 ... [2024-07-06T01:19:23.329Z] [2024-07-06T01:19:23.329Z] #217 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-06T01:19:23.329Z] #217 DONE 0.4s [2024-07-06T01:19:23.593Z] [2024-07-06T01:19:23.593Z] #218 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-06T01:19:23.593Z] #218 DONE 0.1s [2024-07-06T01:19:23.593Z] [2024-07-06T01:19:23.593Z] #100 [support-scheduler] exporting to image [2024-07-06T01:19:23.593Z] #100 exporting layers 0.5s done [2024-07-06T01:19:23.593Z] #100 writing image sha256:4b8b6b39a4c0ec35a660841bdcd5d78789b1439f730c728312c47ba89fcd6e89 done [2024-07-06T01:19:23.593Z] #100 naming to docker.io/library/support-notifications-arm64 done [2024-07-06T01:19:23.857Z] #100 exporting layers 0.5s done [2024-07-06T01:19:23.857Z] #100 writing image sha256:c37731db5b799c2d5a0a4765dd2e99e656a9cdb35e9cc3e2f37910c6d9800ca0 done [2024-07-06T01:19:23.857Z] #100 naming to docker.io/library/support-scheduler-arm64 done [2024-07-06T01:19:23.857Z] #100 DONE 15.7s [2024-07-06T01:19:23.857Z] [2024-07-06T01:19:23.857Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-06T01:19:23.857Z] time="2024-07-06T00:46:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T01:19:23.857Z] time="2024-07-06T00:46:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T01:19:23.857Z] time="2024-07-06T00:46:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T01:19:23.857Z] time="2024-07-06T00:46:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T01:19:23.857Z] time="2024-07-06T00:46:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T01:19:23.857Z] time="2024-07-06T00:46:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T01:19:23.857Z] time="2024-07-06T00:46:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T01:19:23.857Z] time="2024-07-06T00:46:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T01:19:23.857Z] time="2024-07-06T00:46:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T01:19:23.857Z] time="2024-07-06T00:46:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T01:19:23.857Z] time="2024-07-06T00:46:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T01:19:23.857Z] time="2024-07-06T00:46:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T01:19:23.857Z] time="2024-07-06T00:46:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T01:19:23.857Z] time="2024-07-06T00:46:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-06T01:19:23.857Z] time="2024-07-06T00:46:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-06T01:19:23.866Z] $ docker stop --time=1 35927e88166bee8b38783271c36608d7c551e446b0ea9ce172cae0008875399c [2024-07-06T01:19:25.538Z] $ docker rm -f --volumes 35927e88166bee8b38783271c36608d7c551e446b0ea9ce172cae0008875399c [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-06T01:19:26.042Z] + docker images [2024-07-06T01:19:26.042Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-06T01:19:26.043Z] support-scheduler-arm64 latest c37731db5b79 2 seconds ago 42.4MB [2024-07-06T01:19:26.043Z] support-notifications-arm64 latest 4b8b6b39a4c0 3 seconds ago 43.3MB [2024-07-06T01:19:26.043Z] core-keeper-arm64 latest 3aee3da7e178 31 seconds ago 35.2MB [2024-07-06T01:19:26.043Z] core-metadata-arm64 latest 9fd0eac3bd64 34 seconds ago 40.3MB [2024-07-06T01:19:26.043Z] core-data-arm64 latest edc85a70e348 35 seconds ago 40.2MB [2024-07-06T01:19:26.043Z] core-command-arm64 latest 40d695612928 48 seconds ago 39.9MB [2024-07-06T01:19:26.043Z] security-proxy-auth-arm64 latest d6db10ca1a7a About a minute ago 37.4MB [2024-07-06T01:19:26.043Z] security-spiffe-token-provider-arm64 latest a7b345d29cae 8 minutes ago 34.1MB [2024-07-06T01:19:26.043Z] core-common-config-bootstrapper-arm64 latest cbb5ba601c00 10 minutes ago 20.1MB [2024-07-06T01:19:26.043Z] security-secretstore-setup-arm64 latest f43804e1899e 11 minutes ago 41.5MB [2024-07-06T01:19:26.043Z] security-bootstrapper-arm64 latest 76ab3d97abf6 11 minutes ago 23.7MB [2024-07-06T01:19:26.043Z] security-proxy-setup-arm64 latest c67d13d62d6f 11 minutes ago 31MB [2024-07-06T01:19:26.043Z] security-spire-config-arm64 latest fe85b4c81ce2 31 minutes ago 101MB [2024-07-06T01:19:26.043Z] security-spire-agent-arm64 latest 8ea3e235d1eb 31 minutes ago 157MB [2024-07-06T01:19:26.043Z] security-spire-server-arm64 latest 66ddc8181081 31 minutes ago 102MB [2024-07-06T01:19:26.043Z] ci-base-image-arm64 latest 9549fbbe4c20 33 minutes ago 962MB [2024-07-06T01:19:26.043Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 2 months ago 561MB [2024-07-06T01:19:26.043Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 13 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-06T01:19:26.189Z] provisioning config files... [2024-07-06T01:19:26.203Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/649@tmp/config1590015339514292747tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-06T01:19:26.615Z] ---> ****-login.sh [2024-07-06T01:19:26.615Z] nexus3.edgexfoundry.org:10001 [2024-07-06T01:19:26.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T01:19:27.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T01:19:27.158Z] Configure a credential helper to remove this warning. See [2024-07-06T01:19:27.158Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T01:19:27.158Z] [2024-07-06T01:19:27.158Z] Login Succeeded [2024-07-06T01:19:27.158Z] nexus3.edgexfoundry.org:10002 [2024-07-06T01:19:27.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T01:19:27.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T01:19:27.427Z] Configure a credential helper to remove this warning. See [2024-07-06T01:19:27.427Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T01:19:27.427Z] [2024-07-06T01:19:27.427Z] Login Succeeded [2024-07-06T01:19:27.427Z] nexus3.edgexfoundry.org:10003 [2024-07-06T01:19:27.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T01:19:27.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T01:19:27.965Z] Configure a credential helper to remove this warning. See [2024-07-06T01:19:27.965Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T01:19:27.965Z] [2024-07-06T01:19:27.965Z] Login Succeeded [2024-07-06T01:19:27.965Z] nexus3.edgexfoundry.org:10004 [2024-07-06T01:19:28.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T01:19:28.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T01:19:28.237Z] Configure a credential helper to remove this warning. See [2024-07-06T01:19:28.237Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T01:19:28.237Z] [2024-07-06T01:19:28.237Z] Login Succeeded [2024-07-06T01:19:28.237Z] ****.io [2024-07-06T01:19:28.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-06T01:19:28.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-06T01:19:28.765Z] Configure a credential helper to remove this warning. See [2024-07-06T01:19:28.765Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-06T01:19:28.765Z] [2024-07-06T01:19:28.765Z] Login Succeeded [2024-07-06T01:19:28.765Z] ---> ****-login.sh ends [Pipeline] } [2024-07-06T01:19:28.779Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T01:19:28.823Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-06T01:19:28.854Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-07-06T01:19:28.854Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:19:28.854Z] latest [2024-07-06T01:19:28.854Z] 3.2.0-dev.31 [2024-07-06T01:19:28.854Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:19:28.854Z] main [2024-07-06T01:19:28.854Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:29.227Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:29.587Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:19:29.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-06T01:19:29.587Z] d52c3cd4dee3: Preparing [2024-07-06T01:19:29.587Z] 8d653f3a3150: Preparing [2024-07-06T01:19:29.587Z] 2cec9a841252: Preparing [2024-07-06T01:19:29.587Z] 965fcd26ec35: Preparing [2024-07-06T01:19:29.587Z] 5b2530683d8a: Preparing [2024-07-06T01:19:29.587Z] 5e71693b7b7d: Preparing [2024-07-06T01:19:29.587Z] da707bb00cb8: Preparing [2024-07-06T01:19:29.587Z] 5e71693b7b7d: Waiting [2024-07-06T01:19:29.587Z] da707bb00cb8: Waiting [2024-07-06T01:19:29.862Z] 2cec9a841252: Pushed [2024-07-06T01:19:29.862Z] d52c3cd4dee3: Pushed [2024-07-06T01:19:29.862Z] 965fcd26ec35: Pushed [2024-07-06T01:19:29.862Z] da707bb00cb8: Layer already exists [2024-07-06T01:19:30.127Z] 5e71693b7b7d: Pushed [2024-07-06T01:19:31.077Z] 5b2530683d8a: Pushed [2024-07-06T01:19:35.305Z] 8d653f3a3150: Pushed [2024-07-06T01:19:35.305Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:f0153f7aa41406185854bdbe687e6fd4681fa3aad8696935b2e528de93ae2744 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:35.654Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:36.003Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-07-06T01:19:36.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-06T01:19:36.003Z] d52c3cd4dee3: Preparing [2024-07-06T01:19:36.003Z] 8d653f3a3150: Preparing [2024-07-06T01:19:36.003Z] 2cec9a841252: Preparing [2024-07-06T01:19:36.003Z] 965fcd26ec35: Preparing [2024-07-06T01:19:36.003Z] 5b2530683d8a: Preparing [2024-07-06T01:19:36.003Z] 5e71693b7b7d: Preparing [2024-07-06T01:19:36.003Z] da707bb00cb8: Preparing [2024-07-06T01:19:36.003Z] 5e71693b7b7d: Waiting [2024-07-06T01:19:36.003Z] da707bb00cb8: Waiting [2024-07-06T01:19:36.003Z] 5b2530683d8a: Layer already exists [2024-07-06T01:19:36.003Z] 8d653f3a3150: Layer already exists [2024-07-06T01:19:36.003Z] 965fcd26ec35: Layer already exists [2024-07-06T01:19:36.003Z] d52c3cd4dee3: Layer already exists [2024-07-06T01:19:36.003Z] 2cec9a841252: Layer already exists [2024-07-06T01:19:36.003Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:19:36.003Z] da707bb00cb8: Layer already exists [2024-07-06T01:19:36.266Z] latest: digest: sha256:f0153f7aa41406185854bdbe687e6fd4681fa3aad8696935b2e528de93ae2744 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:36.623Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:36.984Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.31 [2024-07-06T01:19:36.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-06T01:19:36.985Z] d52c3cd4dee3: Preparing [2024-07-06T01:19:36.985Z] 8d653f3a3150: Preparing [2024-07-06T01:19:36.985Z] 2cec9a841252: Preparing [2024-07-06T01:19:36.985Z] 965fcd26ec35: Preparing [2024-07-06T01:19:36.985Z] 5b2530683d8a: Preparing [2024-07-06T01:19:36.985Z] 5e71693b7b7d: Preparing [2024-07-06T01:19:36.985Z] da707bb00cb8: Preparing [2024-07-06T01:19:36.985Z] 5e71693b7b7d: Waiting [2024-07-06T01:19:36.985Z] da707bb00cb8: Waiting [2024-07-06T01:19:36.985Z] d52c3cd4dee3: Layer already exists [2024-07-06T01:19:36.985Z] 5b2530683d8a: Layer already exists [2024-07-06T01:19:36.985Z] 965fcd26ec35: Layer already exists [2024-07-06T01:19:36.985Z] 8d653f3a3150: Layer already exists [2024-07-06T01:19:36.985Z] 2cec9a841252: Layer already exists [2024-07-06T01:19:36.985Z] da707bb00cb8: Layer already exists [2024-07-06T01:19:36.985Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:19:37.248Z] 3.2.0-dev.31: digest: sha256:f0153f7aa41406185854bdbe687e6fd4681fa3aad8696935b2e528de93ae2744 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:37.605Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:37.965Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:19:37.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-06T01:19:37.965Z] d52c3cd4dee3: Preparing [2024-07-06T01:19:37.965Z] 8d653f3a3150: Preparing [2024-07-06T01:19:37.965Z] 2cec9a841252: Preparing [2024-07-06T01:19:37.965Z] 965fcd26ec35: Preparing [2024-07-06T01:19:37.965Z] 5b2530683d8a: Preparing [2024-07-06T01:19:37.965Z] 5e71693b7b7d: Preparing [2024-07-06T01:19:37.965Z] da707bb00cb8: Preparing [2024-07-06T01:19:37.965Z] 5e71693b7b7d: Waiting [2024-07-06T01:19:37.965Z] da707bb00cb8: Waiting [2024-07-06T01:19:37.965Z] 965fcd26ec35: Layer already exists [2024-07-06T01:19:37.965Z] 8d653f3a3150: Layer already exists [2024-07-06T01:19:37.965Z] 5b2530683d8a: Layer already exists [2024-07-06T01:19:37.965Z] d52c3cd4dee3: Layer already exists [2024-07-06T01:19:37.965Z] 2cec9a841252: Layer already exists [2024-07-06T01:19:37.965Z] da707bb00cb8: Layer already exists [2024-07-06T01:19:37.965Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:19:37.965Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:f0153f7aa41406185854bdbe687e6fd4681fa3aad8696935b2e528de93ae2744 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:38.579Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:38.927Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-07-06T01:19:38.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-06T01:19:38.928Z] d52c3cd4dee3: Preparing [2024-07-06T01:19:38.928Z] 8d653f3a3150: Preparing [2024-07-06T01:19:38.928Z] 2cec9a841252: Preparing [2024-07-06T01:19:38.928Z] 965fcd26ec35: Preparing [2024-07-06T01:19:38.928Z] 5b2530683d8a: Preparing [2024-07-06T01:19:38.928Z] 5e71693b7b7d: Preparing [2024-07-06T01:19:38.928Z] da707bb00cb8: Preparing [2024-07-06T01:19:38.928Z] 5e71693b7b7d: Waiting [2024-07-06T01:19:38.928Z] da707bb00cb8: Waiting [2024-07-06T01:19:38.928Z] 8d653f3a3150: Layer already exists [2024-07-06T01:19:38.928Z] d52c3cd4dee3: Layer already exists [2024-07-06T01:19:38.928Z] 5b2530683d8a: Layer already exists [2024-07-06T01:19:38.928Z] 2cec9a841252: Layer already exists [2024-07-06T01:19:38.928Z] 965fcd26ec35: Layer already exists [2024-07-06T01:19:38.928Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:19:38.928Z] da707bb00cb8: Layer already exists [2024-07-06T01:19:39.190Z] main: digest: sha256:f0153f7aa41406185854bdbe687e6fd4681fa3aad8696935b2e528de93ae2744 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T01:19:39.266Z] ===================================================== [Pipeline] echo [2024-07-06T01:19:39.279Z] taggedImages: [2024-07-06T01:19:39.279Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:19:39.279Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-07-06T01:19:39.279Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.31 [2024-07-06T01:19:39.279Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:19:39.279Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-07-06T01:19:39.309Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-07-06T01:19:39.309Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:19:39.309Z] latest [2024-07-06T01:19:39.309Z] 3.2.0-dev.31 [2024-07-06T01:19:39.309Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:19:39.309Z] main [2024-07-06T01:19:39.309Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:39.690Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:40.051Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:19:40.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-06T01:19:40.051Z] b673da1bdf5d: Preparing [2024-07-06T01:19:40.051Z] 2180664915ee: Preparing [2024-07-06T01:19:40.051Z] 7ea42d8ea068: Preparing [2024-07-06T01:19:40.051Z] 3c6bf8626a14: Preparing [2024-07-06T01:19:40.051Z] 2cec9a841252: Preparing [2024-07-06T01:19:40.051Z] 965fcd26ec35: Preparing [2024-07-06T01:19:40.051Z] 5b2530683d8a: Preparing [2024-07-06T01:19:40.051Z] 5e71693b7b7d: Preparing [2024-07-06T01:19:40.051Z] da707bb00cb8: Preparing [2024-07-06T01:19:40.051Z] 965fcd26ec35: Waiting [2024-07-06T01:19:40.051Z] 5b2530683d8a: Waiting [2024-07-06T01:19:40.051Z] da707bb00cb8: Waiting [2024-07-06T01:19:40.051Z] 5e71693b7b7d: Waiting [2024-07-06T01:19:40.051Z] 2cec9a841252: Layer already exists [2024-07-06T01:19:40.313Z] 965fcd26ec35: Layer already exists [2024-07-06T01:19:40.313Z] 7ea42d8ea068: Pushed [2024-07-06T01:19:40.313Z] 2180664915ee: Pushed [2024-07-06T01:19:40.313Z] 5b2530683d8a: Layer already exists [2024-07-06T01:19:40.313Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:19:40.314Z] b673da1bdf5d: Pushed [2024-07-06T01:19:40.314Z] da707bb00cb8: Layer already exists [2024-07-06T01:19:42.244Z] 3c6bf8626a14: Pushed [2024-07-06T01:19:42.244Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:b582d0c7fd53f0dbb1cfa2916837a193a84898923a6372ace945e3fcfe9c7f44 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:42.601Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:42.957Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-07-06T01:19:42.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-06T01:19:42.957Z] b673da1bdf5d: Preparing [2024-07-06T01:19:42.957Z] 2180664915ee: Preparing [2024-07-06T01:19:42.957Z] 7ea42d8ea068: Preparing [2024-07-06T01:19:42.957Z] 3c6bf8626a14: Preparing [2024-07-06T01:19:42.957Z] 2cec9a841252: Preparing [2024-07-06T01:19:42.957Z] 965fcd26ec35: Preparing [2024-07-06T01:19:42.957Z] 5b2530683d8a: Preparing [2024-07-06T01:19:42.958Z] 965fcd26ec35: Waiting [2024-07-06T01:19:42.958Z] 5e71693b7b7d: Preparing [2024-07-06T01:19:42.958Z] 5b2530683d8a: Waiting [2024-07-06T01:19:42.958Z] da707bb00cb8: Preparing [2024-07-06T01:19:42.958Z] 5e71693b7b7d: Waiting [2024-07-06T01:19:42.958Z] da707bb00cb8: Waiting [2024-07-06T01:19:42.958Z] 3c6bf8626a14: Layer already exists [2024-07-06T01:19:42.958Z] 7ea42d8ea068: Layer already exists [2024-07-06T01:19:42.958Z] 2cec9a841252: Layer already exists [2024-07-06T01:19:42.958Z] 2180664915ee: Layer already exists [2024-07-06T01:19:42.958Z] b673da1bdf5d: Layer already exists [2024-07-06T01:19:42.958Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:19:42.958Z] da707bb00cb8: Layer already exists [2024-07-06T01:19:42.958Z] 965fcd26ec35: Layer already exists [2024-07-06T01:19:42.958Z] 5b2530683d8a: Layer already exists [2024-07-06T01:19:43.224Z] latest: digest: sha256:b582d0c7fd53f0dbb1cfa2916837a193a84898923a6372ace945e3fcfe9c7f44 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:43.583Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:43.935Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.31 [2024-07-06T01:19:43.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-06T01:19:43.935Z] b673da1bdf5d: Preparing [2024-07-06T01:19:43.935Z] 2180664915ee: Preparing [2024-07-06T01:19:43.935Z] 7ea42d8ea068: Preparing [2024-07-06T01:19:43.935Z] 3c6bf8626a14: Preparing [2024-07-06T01:19:43.935Z] 2cec9a841252: Preparing [2024-07-06T01:19:43.935Z] 965fcd26ec35: Preparing [2024-07-06T01:19:43.935Z] 5b2530683d8a: Preparing [2024-07-06T01:19:43.935Z] 5e71693b7b7d: Preparing [2024-07-06T01:19:43.935Z] da707bb00cb8: Preparing [2024-07-06T01:19:43.935Z] 5e71693b7b7d: Waiting [2024-07-06T01:19:43.935Z] da707bb00cb8: Waiting [2024-07-06T01:19:43.935Z] 965fcd26ec35: Waiting [2024-07-06T01:19:43.935Z] 5b2530683d8a: Waiting [2024-07-06T01:19:43.935Z] 2cec9a841252: Layer already exists [2024-07-06T01:19:43.935Z] 3c6bf8626a14: Layer already exists [2024-07-06T01:19:43.935Z] 7ea42d8ea068: Layer already exists [2024-07-06T01:19:43.935Z] b673da1bdf5d: Layer already exists [2024-07-06T01:19:43.935Z] 2180664915ee: Layer already exists [2024-07-06T01:19:43.935Z] da707bb00cb8: Layer already exists [2024-07-06T01:19:43.935Z] 965fcd26ec35: Layer already exists [2024-07-06T01:19:43.935Z] 5b2530683d8a: Layer already exists [2024-07-06T01:19:43.935Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:19:44.200Z] 3.2.0-dev.31: digest: sha256:b582d0c7fd53f0dbb1cfa2916837a193a84898923a6372ace945e3fcfe9c7f44 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:44.548Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:44.894Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:19:44.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-06T01:19:44.894Z] b673da1bdf5d: Preparing [2024-07-06T01:19:44.894Z] 2180664915ee: Preparing [2024-07-06T01:19:44.894Z] 7ea42d8ea068: Preparing [2024-07-06T01:19:44.894Z] 3c6bf8626a14: Preparing [2024-07-06T01:19:44.894Z] 2cec9a841252: Preparing [2024-07-06T01:19:44.894Z] 965fcd26ec35: Preparing [2024-07-06T01:19:44.894Z] 5b2530683d8a: Preparing [2024-07-06T01:19:44.894Z] 5e71693b7b7d: Preparing [2024-07-06T01:19:44.894Z] da707bb00cb8: Preparing [2024-07-06T01:19:44.894Z] 965fcd26ec35: Waiting [2024-07-06T01:19:44.894Z] 5b2530683d8a: Waiting [2024-07-06T01:19:44.894Z] 5e71693b7b7d: Waiting [2024-07-06T01:19:44.894Z] da707bb00cb8: Waiting [2024-07-06T01:19:44.894Z] 7ea42d8ea068: Layer already exists [2024-07-06T01:19:44.894Z] 3c6bf8626a14: Layer already exists [2024-07-06T01:19:44.894Z] 2180664915ee: Layer already exists [2024-07-06T01:19:44.894Z] 2cec9a841252: Layer already exists [2024-07-06T01:19:44.894Z] b673da1bdf5d: Layer already exists [2024-07-06T01:19:44.894Z] 5b2530683d8a: Layer already exists [2024-07-06T01:19:44.894Z] 965fcd26ec35: Layer already exists [2024-07-06T01:19:44.894Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:19:44.894Z] da707bb00cb8: Layer already exists [2024-07-06T01:19:45.158Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:b582d0c7fd53f0dbb1cfa2916837a193a84898923a6372ace945e3fcfe9c7f44 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:45.514Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:45.864Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-07-06T01:19:45.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-06T01:19:45.864Z] b673da1bdf5d: Preparing [2024-07-06T01:19:45.864Z] 2180664915ee: Preparing [2024-07-06T01:19:45.864Z] 7ea42d8ea068: Preparing [2024-07-06T01:19:45.864Z] 3c6bf8626a14: Preparing [2024-07-06T01:19:45.864Z] 2cec9a841252: Preparing [2024-07-06T01:19:45.864Z] 965fcd26ec35: Preparing [2024-07-06T01:19:45.864Z] 5b2530683d8a: Preparing [2024-07-06T01:19:45.864Z] 5e71693b7b7d: Preparing [2024-07-06T01:19:45.864Z] da707bb00cb8: Preparing [2024-07-06T01:19:45.864Z] 5e71693b7b7d: Waiting [2024-07-06T01:19:45.864Z] da707bb00cb8: Waiting [2024-07-06T01:19:45.864Z] 965fcd26ec35: Waiting [2024-07-06T01:19:45.864Z] 3c6bf8626a14: Layer already exists [2024-07-06T01:19:45.864Z] 2180664915ee: Layer already exists [2024-07-06T01:19:45.864Z] b673da1bdf5d: Layer already exists [2024-07-06T01:19:45.864Z] 2cec9a841252: Layer already exists [2024-07-06T01:19:45.864Z] 7ea42d8ea068: Layer already exists [2024-07-06T01:19:45.864Z] 965fcd26ec35: Layer already exists [2024-07-06T01:19:45.864Z] 5b2530683d8a: Layer already exists [2024-07-06T01:19:45.864Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:19:45.864Z] da707bb00cb8: Layer already exists [2024-07-06T01:19:46.130Z] main: digest: sha256:b582d0c7fd53f0dbb1cfa2916837a193a84898923a6372ace945e3fcfe9c7f44 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T01:19:46.208Z] ===================================================== [Pipeline] echo [2024-07-06T01:19:46.222Z] taggedImages: [2024-07-06T01:19:46.222Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:19:46.222Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-07-06T01:19:46.222Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.31 [2024-07-06T01:19:46.222Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:19:46.222Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-07-06T01:19:46.248Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-07-06T01:19:46.248Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:19:46.248Z] latest [2024-07-06T01:19:46.248Z] 3.2.0-dev.31 [2024-07-06T01:19:46.248Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:19:46.248Z] main [2024-07-06T01:19:46.248Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:46.614Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:46.961Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:19:46.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-06T01:19:46.961Z] fd4511b50b05: Preparing [2024-07-06T01:19:46.961Z] 35317c5a7e99: Preparing [2024-07-06T01:19:46.961Z] 2cec9a841252: Preparing [2024-07-06T01:19:46.961Z] 965fcd26ec35: Preparing [2024-07-06T01:19:46.961Z] 98ecd9c994be: Preparing [2024-07-06T01:19:46.961Z] b08c254f7926: Preparing [2024-07-06T01:19:46.961Z] da707bb00cb8: Preparing [2024-07-06T01:19:46.961Z] b08c254f7926: Waiting [2024-07-06T01:19:46.961Z] da707bb00cb8: Waiting [2024-07-06T01:19:46.961Z] 965fcd26ec35: Layer already exists [2024-07-06T01:19:46.961Z] 2cec9a841252: Layer already exists [2024-07-06T01:19:47.226Z] da707bb00cb8: Layer already exists [2024-07-06T01:19:47.226Z] fd4511b50b05: Pushed [2024-07-06T01:19:47.226Z] b08c254f7926: Pushed [2024-07-06T01:19:48.177Z] 98ecd9c994be: Pushed [2024-07-06T01:19:53.493Z] 35317c5a7e99: Pushed [2024-07-06T01:19:53.493Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:73f6fcf5798d599d9476ee36f45a6144f2dbac1cc1eb7d559a8f4d95b4835bad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:53.849Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:54.203Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-07-06T01:19:54.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-06T01:19:54.203Z] fd4511b50b05: Preparing [2024-07-06T01:19:54.203Z] 35317c5a7e99: Preparing [2024-07-06T01:19:54.203Z] 2cec9a841252: Preparing [2024-07-06T01:19:54.203Z] 965fcd26ec35: Preparing [2024-07-06T01:19:54.203Z] 98ecd9c994be: Preparing [2024-07-06T01:19:54.203Z] b08c254f7926: Preparing [2024-07-06T01:19:54.203Z] da707bb00cb8: Preparing [2024-07-06T01:19:54.203Z] da707bb00cb8: Waiting [2024-07-06T01:19:54.203Z] b08c254f7926: Waiting [2024-07-06T01:19:54.203Z] fd4511b50b05: Layer already exists [2024-07-06T01:19:54.203Z] 965fcd26ec35: Layer already exists [2024-07-06T01:19:54.203Z] 2cec9a841252: Layer already exists [2024-07-06T01:19:54.203Z] 98ecd9c994be: Layer already exists [2024-07-06T01:19:54.203Z] 35317c5a7e99: Layer already exists [2024-07-06T01:19:54.203Z] b08c254f7926: Layer already exists [2024-07-06T01:19:54.203Z] da707bb00cb8: Layer already exists [2024-07-06T01:19:54.468Z] latest: digest: sha256:73f6fcf5798d599d9476ee36f45a6144f2dbac1cc1eb7d559a8f4d95b4835bad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:54.826Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:55.185Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.31 [2024-07-06T01:19:55.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-06T01:19:55.185Z] fd4511b50b05: Preparing [2024-07-06T01:19:55.185Z] 35317c5a7e99: Preparing [2024-07-06T01:19:55.185Z] 2cec9a841252: Preparing [2024-07-06T01:19:55.185Z] 965fcd26ec35: Preparing [2024-07-06T01:19:55.185Z] 98ecd9c994be: Preparing [2024-07-06T01:19:55.185Z] b08c254f7926: Preparing [2024-07-06T01:19:55.185Z] da707bb00cb8: Preparing [2024-07-06T01:19:55.185Z] b08c254f7926: Waiting [2024-07-06T01:19:55.185Z] da707bb00cb8: Waiting [2024-07-06T01:19:55.185Z] 98ecd9c994be: Layer already exists [2024-07-06T01:19:55.185Z] 35317c5a7e99: Layer already exists [2024-07-06T01:19:55.185Z] 965fcd26ec35: Layer already exists [2024-07-06T01:19:55.185Z] 2cec9a841252: Layer already exists [2024-07-06T01:19:55.185Z] fd4511b50b05: Layer already exists [2024-07-06T01:19:55.185Z] da707bb00cb8: Layer already exists [2024-07-06T01:19:55.185Z] b08c254f7926: Layer already exists [2024-07-06T01:19:55.185Z] 3.2.0-dev.31: digest: sha256:73f6fcf5798d599d9476ee36f45a6144f2dbac1cc1eb7d559a8f4d95b4835bad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:55.810Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:56.166Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:19:56.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-06T01:19:56.166Z] fd4511b50b05: Preparing [2024-07-06T01:19:56.166Z] 35317c5a7e99: Preparing [2024-07-06T01:19:56.166Z] 2cec9a841252: Preparing [2024-07-06T01:19:56.166Z] 965fcd26ec35: Preparing [2024-07-06T01:19:56.166Z] 98ecd9c994be: Preparing [2024-07-06T01:19:56.166Z] b08c254f7926: Preparing [2024-07-06T01:19:56.166Z] da707bb00cb8: Preparing [2024-07-06T01:19:56.166Z] b08c254f7926: Waiting [2024-07-06T01:19:56.166Z] da707bb00cb8: Waiting [2024-07-06T01:19:56.166Z] 35317c5a7e99: Layer already exists [2024-07-06T01:19:56.166Z] 965fcd26ec35: Layer already exists [2024-07-06T01:19:56.166Z] 2cec9a841252: Layer already exists [2024-07-06T01:19:56.166Z] fd4511b50b05: Layer already exists [2024-07-06T01:19:56.166Z] 98ecd9c994be: Layer already exists [2024-07-06T01:19:56.166Z] da707bb00cb8: Layer already exists [2024-07-06T01:19:56.166Z] b08c254f7926: Layer already exists [2024-07-06T01:19:56.432Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:73f6fcf5798d599d9476ee36f45a6144f2dbac1cc1eb7d559a8f4d95b4835bad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:56.788Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:57.151Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-07-06T01:19:57.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-06T01:19:57.151Z] fd4511b50b05: Preparing [2024-07-06T01:19:57.151Z] 35317c5a7e99: Preparing [2024-07-06T01:19:57.151Z] 2cec9a841252: Preparing [2024-07-06T01:19:57.151Z] 965fcd26ec35: Preparing [2024-07-06T01:19:57.151Z] 98ecd9c994be: Preparing [2024-07-06T01:19:57.151Z] b08c254f7926: Preparing [2024-07-06T01:19:57.151Z] da707bb00cb8: Preparing [2024-07-06T01:19:57.151Z] b08c254f7926: Waiting [2024-07-06T01:19:57.151Z] da707bb00cb8: Waiting [2024-07-06T01:19:57.151Z] 98ecd9c994be: Layer already exists [2024-07-06T01:19:57.151Z] 965fcd26ec35: Layer already exists [2024-07-06T01:19:57.151Z] 2cec9a841252: Layer already exists [2024-07-06T01:19:57.151Z] 35317c5a7e99: Layer already exists [2024-07-06T01:19:57.151Z] fd4511b50b05: Layer already exists [2024-07-06T01:19:57.417Z] da707bb00cb8: Layer already exists [2024-07-06T01:19:57.417Z] b08c254f7926: Layer already exists [2024-07-06T01:19:57.417Z] main: digest: sha256:73f6fcf5798d599d9476ee36f45a6144f2dbac1cc1eb7d559a8f4d95b4835bad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T01:19:57.496Z] ===================================================== [Pipeline] echo [2024-07-06T01:19:57.507Z] taggedImages: [2024-07-06T01:19:57.507Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:19:57.507Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-07-06T01:19:57.507Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.31 [2024-07-06T01:19:57.507Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:19:57.507Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-07-06T01:19:57.535Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-07-06T01:19:57.535Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:19:57.535Z] latest [2024-07-06T01:19:57.535Z] 3.2.0-dev.31 [2024-07-06T01:19:57.535Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:19:57.535Z] main [2024-07-06T01:19:57.535Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:57.900Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:19:58.251Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:19:58.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-06T01:19:58.251Z] f670b201675a: Preparing [2024-07-06T01:19:58.251Z] b5f44fc8965a: Preparing [2024-07-06T01:19:58.251Z] 965fcd26ec35: Preparing [2024-07-06T01:19:58.251Z] 40f6b21931ce: Preparing [2024-07-06T01:19:58.251Z] 47f655bc663c: Preparing [2024-07-06T01:19:58.251Z] da707bb00cb8: Preparing [2024-07-06T01:19:58.251Z] da707bb00cb8: Waiting [2024-07-06T01:19:58.251Z] 965fcd26ec35: Layer already exists [2024-07-06T01:19:58.519Z] da707bb00cb8: Layer already exists [2024-07-06T01:19:58.519Z] 47f655bc663c: Pushed [2024-07-06T01:19:58.519Z] 40f6b21931ce: Pushed [2024-07-06T01:19:58.519Z] f670b201675a: Pushed [2024-07-06T01:20:05.147Z] b5f44fc8965a: Pushed [2024-07-06T01:20:05.147Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:e5b448db87a7be7ec8d30392f1782af4b39c0d82602592f50d32d1eb7504e6cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:05.509Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:05.863Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-07-06T01:20:05.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-06T01:20:05.863Z] f670b201675a: Preparing [2024-07-06T01:20:05.863Z] b5f44fc8965a: Preparing [2024-07-06T01:20:05.863Z] 965fcd26ec35: Preparing [2024-07-06T01:20:05.863Z] 40f6b21931ce: Preparing [2024-07-06T01:20:05.863Z] 47f655bc663c: Preparing [2024-07-06T01:20:05.863Z] da707bb00cb8: Preparing [2024-07-06T01:20:05.863Z] da707bb00cb8: Waiting [2024-07-06T01:20:05.863Z] b5f44fc8965a: Layer already exists [2024-07-06T01:20:05.863Z] 47f655bc663c: Layer already exists [2024-07-06T01:20:05.863Z] f670b201675a: Layer already exists [2024-07-06T01:20:05.863Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:05.863Z] 40f6b21931ce: Layer already exists [2024-07-06T01:20:05.863Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:06.128Z] latest: digest: sha256:e5b448db87a7be7ec8d30392f1782af4b39c0d82602592f50d32d1eb7504e6cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:06.489Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:06.844Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.31 [2024-07-06T01:20:06.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-06T01:20:06.844Z] f670b201675a: Preparing [2024-07-06T01:20:06.844Z] b5f44fc8965a: Preparing [2024-07-06T01:20:06.844Z] 965fcd26ec35: Preparing [2024-07-06T01:20:06.844Z] 40f6b21931ce: Preparing [2024-07-06T01:20:06.844Z] 47f655bc663c: Preparing [2024-07-06T01:20:06.844Z] da707bb00cb8: Preparing [2024-07-06T01:20:06.844Z] da707bb00cb8: Waiting [2024-07-06T01:20:06.844Z] f670b201675a: Layer already exists [2024-07-06T01:20:06.844Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:06.844Z] 40f6b21931ce: Layer already exists [2024-07-06T01:20:06.844Z] 47f655bc663c: Layer already exists [2024-07-06T01:20:06.844Z] b5f44fc8965a: Layer already exists [2024-07-06T01:20:06.844Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:07.110Z] 3.2.0-dev.31: digest: sha256:e5b448db87a7be7ec8d30392f1782af4b39c0d82602592f50d32d1eb7504e6cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:07.478Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:07.839Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:07.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-06T01:20:07.839Z] f670b201675a: Preparing [2024-07-06T01:20:07.839Z] b5f44fc8965a: Preparing [2024-07-06T01:20:07.839Z] 965fcd26ec35: Preparing [2024-07-06T01:20:07.839Z] 40f6b21931ce: Preparing [2024-07-06T01:20:07.839Z] 47f655bc663c: Preparing [2024-07-06T01:20:07.839Z] da707bb00cb8: Preparing [2024-07-06T01:20:07.839Z] da707bb00cb8: Waiting [2024-07-06T01:20:07.839Z] 40f6b21931ce: Layer already exists [2024-07-06T01:20:07.839Z] b5f44fc8965a: Layer already exists [2024-07-06T01:20:07.839Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:07.839Z] f670b201675a: Layer already exists [2024-07-06T01:20:07.839Z] 47f655bc663c: Layer already exists [2024-07-06T01:20:07.839Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:08.104Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:e5b448db87a7be7ec8d30392f1782af4b39c0d82602592f50d32d1eb7504e6cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:08.461Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:08.820Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-07-06T01:20:08.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-06T01:20:08.821Z] f670b201675a: Preparing [2024-07-06T01:20:08.821Z] b5f44fc8965a: Preparing [2024-07-06T01:20:08.821Z] 965fcd26ec35: Preparing [2024-07-06T01:20:08.821Z] 40f6b21931ce: Preparing [2024-07-06T01:20:08.821Z] 47f655bc663c: Preparing [2024-07-06T01:20:08.821Z] da707bb00cb8: Preparing [2024-07-06T01:20:08.821Z] da707bb00cb8: Waiting [2024-07-06T01:20:08.821Z] 40f6b21931ce: Layer already exists [2024-07-06T01:20:08.821Z] 47f655bc663c: Layer already exists [2024-07-06T01:20:08.821Z] b5f44fc8965a: Layer already exists [2024-07-06T01:20:08.821Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:08.821Z] f670b201675a: Layer already exists [2024-07-06T01:20:08.821Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:09.085Z] main: digest: sha256:e5b448db87a7be7ec8d30392f1782af4b39c0d82602592f50d32d1eb7504e6cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T01:20:09.160Z] ===================================================== [Pipeline] echo [2024-07-06T01:20:09.174Z] taggedImages: [2024-07-06T01:20:09.174Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:09.174Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-07-06T01:20:09.174Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.31 [2024-07-06T01:20:09.174Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:09.174Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-07-06T01:20:09.198Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-07-06T01:20:09.198Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:09.198Z] latest [2024-07-06T01:20:09.198Z] 3.2.0-dev.31 [2024-07-06T01:20:09.198Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:09.198Z] main [2024-07-06T01:20:09.198Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:09.563Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:09.917Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:09.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-06T01:20:09.917Z] d8cb6919b718: Preparing [2024-07-06T01:20:09.917Z] fefe0abc2b75: Preparing [2024-07-06T01:20:09.917Z] 57dac2a70d10: Preparing [2024-07-06T01:20:09.917Z] 2cec9a841252: Preparing [2024-07-06T01:20:09.917Z] 965fcd26ec35: Preparing [2024-07-06T01:20:09.917Z] 5b2530683d8a: Preparing [2024-07-06T01:20:09.917Z] 5e71693b7b7d: Preparing [2024-07-06T01:20:09.917Z] da707bb00cb8: Preparing [2024-07-06T01:20:09.917Z] 5b2530683d8a: Waiting [2024-07-06T01:20:09.917Z] 5e71693b7b7d: Waiting [2024-07-06T01:20:09.917Z] da707bb00cb8: Waiting [2024-07-06T01:20:09.917Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:10.182Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:10.182Z] 5b2530683d8a: Layer already exists [2024-07-06T01:20:10.182Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:20:10.182Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:10.182Z] fefe0abc2b75: Pushed [2024-07-06T01:20:10.182Z] d8cb6919b718: Pushed [2024-07-06T01:20:16.803Z] 57dac2a70d10: Pushed [2024-07-06T01:20:16.803Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:0410ad16658588391e7d6fbd62cdd7845c85ad99a88c3efb1189acc575ebf235 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:17.152Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:17.498Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-07-06T01:20:17.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-06T01:20:17.498Z] d8cb6919b718: Preparing [2024-07-06T01:20:17.498Z] fefe0abc2b75: Preparing [2024-07-06T01:20:17.498Z] 57dac2a70d10: Preparing [2024-07-06T01:20:17.498Z] 2cec9a841252: Preparing [2024-07-06T01:20:17.498Z] 965fcd26ec35: Preparing [2024-07-06T01:20:17.498Z] 5b2530683d8a: Preparing [2024-07-06T01:20:17.498Z] 5e71693b7b7d: Preparing [2024-07-06T01:20:17.498Z] da707bb00cb8: Preparing [2024-07-06T01:20:17.498Z] 5e71693b7b7d: Waiting [2024-07-06T01:20:17.498Z] da707bb00cb8: Waiting [2024-07-06T01:20:17.498Z] 5b2530683d8a: Waiting [2024-07-06T01:20:17.498Z] 57dac2a70d10: Layer already exists [2024-07-06T01:20:17.498Z] fefe0abc2b75: Layer already exists [2024-07-06T01:20:17.498Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:17.498Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:17.498Z] d8cb6919b718: Layer already exists [2024-07-06T01:20:17.498Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:20:17.498Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:17.498Z] 5b2530683d8a: Layer already exists [2024-07-06T01:20:17.762Z] latest: digest: sha256:0410ad16658588391e7d6fbd62cdd7845c85ad99a88c3efb1189acc575ebf235 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:18.112Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:18.462Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.31 [2024-07-06T01:20:18.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-06T01:20:18.462Z] d8cb6919b718: Preparing [2024-07-06T01:20:18.462Z] fefe0abc2b75: Preparing [2024-07-06T01:20:18.462Z] 57dac2a70d10: Preparing [2024-07-06T01:20:18.462Z] 2cec9a841252: Preparing [2024-07-06T01:20:18.462Z] 965fcd26ec35: Preparing [2024-07-06T01:20:18.462Z] 5b2530683d8a: Preparing [2024-07-06T01:20:18.462Z] 5e71693b7b7d: Preparing [2024-07-06T01:20:18.462Z] da707bb00cb8: Preparing [2024-07-06T01:20:18.462Z] 5b2530683d8a: Waiting [2024-07-06T01:20:18.462Z] 5e71693b7b7d: Waiting [2024-07-06T01:20:18.462Z] da707bb00cb8: Waiting [2024-07-06T01:20:18.462Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:18.462Z] 57dac2a70d10: Layer already exists [2024-07-06T01:20:18.462Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:18.462Z] d8cb6919b718: Layer already exists [2024-07-06T01:20:18.462Z] fefe0abc2b75: Layer already exists [2024-07-06T01:20:18.462Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:20:18.462Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:18.462Z] 5b2530683d8a: Layer already exists [2024-07-06T01:20:18.462Z] 3.2.0-dev.31: digest: sha256:0410ad16658588391e7d6fbd62cdd7845c85ad99a88c3efb1189acc575ebf235 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:18.805Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:19.206Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:19.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-06T01:20:19.206Z] d8cb6919b718: Preparing [2024-07-06T01:20:19.206Z] fefe0abc2b75: Preparing [2024-07-06T01:20:19.206Z] 57dac2a70d10: Preparing [2024-07-06T01:20:19.206Z] 2cec9a841252: Preparing [2024-07-06T01:20:19.206Z] 965fcd26ec35: Preparing [2024-07-06T01:20:19.206Z] 5b2530683d8a: Preparing [2024-07-06T01:20:19.206Z] 5e71693b7b7d: Preparing [2024-07-06T01:20:19.206Z] 5b2530683d8a: Waiting [2024-07-06T01:20:19.206Z] da707bb00cb8: Preparing [2024-07-06T01:20:19.206Z] 5e71693b7b7d: Waiting [2024-07-06T01:20:19.206Z] da707bb00cb8: Waiting [2024-07-06T01:20:19.206Z] 57dac2a70d10: Layer already exists [2024-07-06T01:20:19.206Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:19.206Z] d8cb6919b718: Layer already exists [2024-07-06T01:20:19.206Z] fefe0abc2b75: Layer already exists [2024-07-06T01:20:19.206Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:19.206Z] 5b2530683d8a: Layer already exists [2024-07-06T01:20:19.206Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:20:19.206Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:19.483Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:0410ad16658588391e7d6fbd62cdd7845c85ad99a88c3efb1189acc575ebf235 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:19.847Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:20.227Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-07-06T01:20:20.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-06T01:20:20.227Z] d8cb6919b718: Preparing [2024-07-06T01:20:20.227Z] fefe0abc2b75: Preparing [2024-07-06T01:20:20.227Z] 57dac2a70d10: Preparing [2024-07-06T01:20:20.227Z] 2cec9a841252: Preparing [2024-07-06T01:20:20.227Z] 965fcd26ec35: Preparing [2024-07-06T01:20:20.227Z] 5b2530683d8a: Preparing [2024-07-06T01:20:20.227Z] 5e71693b7b7d: Preparing [2024-07-06T01:20:20.227Z] da707bb00cb8: Preparing [2024-07-06T01:20:20.227Z] 5b2530683d8a: Waiting [2024-07-06T01:20:20.227Z] 5e71693b7b7d: Waiting [2024-07-06T01:20:20.227Z] da707bb00cb8: Waiting [2024-07-06T01:20:20.227Z] fefe0abc2b75: Layer already exists [2024-07-06T01:20:20.227Z] 57dac2a70d10: Layer already exists [2024-07-06T01:20:20.227Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:20.227Z] d8cb6919b718: Layer already exists [2024-07-06T01:20:20.227Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:20.227Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:20:20.227Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:20.227Z] 5b2530683d8a: Layer already exists [2024-07-06T01:20:20.496Z] main: digest: sha256:0410ad16658588391e7d6fbd62cdd7845c85ad99a88c3efb1189acc575ebf235 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T01:20:20.567Z] ===================================================== [Pipeline] echo [2024-07-06T01:20:20.579Z] taggedImages: [2024-07-06T01:20:20.579Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:20.579Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-07-06T01:20:20.579Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.31 [2024-07-06T01:20:20.579Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:20.579Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-07-06T01:20:20.609Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-07-06T01:20:20.609Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:20.609Z] latest [2024-07-06T01:20:20.609Z] 3.2.0-dev.31 [2024-07-06T01:20:20.609Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:20.609Z] main [2024-07-06T01:20:20.609Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:20.971Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:21.325Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:21.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-06T01:20:21.325Z] ea2011851d8c: Preparing [2024-07-06T01:20:21.325Z] efe60384874b: Preparing [2024-07-06T01:20:21.325Z] f3acc52a89f2: Preparing [2024-07-06T01:20:21.325Z] 20d5b7667775: Preparing [2024-07-06T01:20:21.325Z] 73312b14451e: Preparing [2024-07-06T01:20:21.325Z] a9cd901ba0d3: Preparing [2024-07-06T01:20:21.325Z] 1d84f423e318: Preparing [2024-07-06T01:20:21.325Z] 2cec9a841252: Preparing [2024-07-06T01:20:21.325Z] 965fcd26ec35: Preparing [2024-07-06T01:20:21.325Z] 0ff30f04da5d: Preparing [2024-07-06T01:20:21.325Z] 6f75b39995c3: Preparing [2024-07-06T01:20:21.325Z] 5f70bf18a086: Preparing [2024-07-06T01:20:21.325Z] 15d4b2c11732: Preparing [2024-07-06T01:20:21.325Z] 3a56d4ac6d0a: Preparing [2024-07-06T01:20:21.325Z] 7811cdc2c949: Preparing [2024-07-06T01:20:21.325Z] da707bb00cb8: Preparing [2024-07-06T01:20:21.325Z] 0ff30f04da5d: Waiting [2024-07-06T01:20:21.325Z] 6f75b39995c3: Waiting [2024-07-06T01:20:21.325Z] 5f70bf18a086: Waiting [2024-07-06T01:20:21.325Z] 15d4b2c11732: Waiting [2024-07-06T01:20:21.325Z] 3a56d4ac6d0a: Waiting [2024-07-06T01:20:21.325Z] 7811cdc2c949: Waiting [2024-07-06T01:20:21.325Z] da707bb00cb8: Waiting [2024-07-06T01:20:21.325Z] 2cec9a841252: Waiting [2024-07-06T01:20:21.325Z] a9cd901ba0d3: Waiting [2024-07-06T01:20:21.325Z] 1d84f423e318: Waiting [2024-07-06T01:20:21.325Z] 965fcd26ec35: Waiting [2024-07-06T01:20:21.589Z] 73312b14451e: Pushed [2024-07-06T01:20:21.589Z] f3acc52a89f2: Pushed [2024-07-06T01:20:21.589Z] ea2011851d8c: Pushed [2024-07-06T01:20:21.589Z] efe60384874b: Pushed [2024-07-06T01:20:21.589Z] 20d5b7667775: Pushed [2024-07-06T01:20:21.589Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:21.589Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:21.589Z] a9cd901ba0d3: Pushed [2024-07-06T01:20:21.853Z] 5f70bf18a086: Layer already exists [2024-07-06T01:20:21.853Z] 0ff30f04da5d: Pushed [2024-07-06T01:20:21.853Z] 6f75b39995c3: Pushed [2024-07-06T01:20:21.853Z] 15d4b2c11732: Pushed [2024-07-06T01:20:21.853Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:21.853Z] 7811cdc2c949: Pushed [2024-07-06T01:20:23.250Z] 3a56d4ac6d0a: Pushed [2024-07-06T01:20:24.652Z] 1d84f423e318: Pushed [2024-07-06T01:20:24.652Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:cb37191a845573543091ad11f3a14c4b482c9f6345c53c592b56ea84dc364114 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:25.003Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:25.353Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-07-06T01:20:25.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-06T01:20:25.353Z] ea2011851d8c: Preparing [2024-07-06T01:20:25.353Z] efe60384874b: Preparing [2024-07-06T01:20:25.353Z] f3acc52a89f2: Preparing [2024-07-06T01:20:25.353Z] 20d5b7667775: Preparing [2024-07-06T01:20:25.353Z] 73312b14451e: Preparing [2024-07-06T01:20:25.353Z] a9cd901ba0d3: Preparing [2024-07-06T01:20:25.353Z] 1d84f423e318: Preparing [2024-07-06T01:20:25.353Z] 2cec9a841252: Preparing [2024-07-06T01:20:25.353Z] 965fcd26ec35: Preparing [2024-07-06T01:20:25.353Z] 0ff30f04da5d: Preparing [2024-07-06T01:20:25.353Z] 6f75b39995c3: Preparing [2024-07-06T01:20:25.353Z] 5f70bf18a086: Preparing [2024-07-06T01:20:25.353Z] 15d4b2c11732: Preparing [2024-07-06T01:20:25.353Z] 3a56d4ac6d0a: Preparing [2024-07-06T01:20:25.353Z] 7811cdc2c949: Preparing [2024-07-06T01:20:25.353Z] da707bb00cb8: Preparing [2024-07-06T01:20:25.353Z] 6f75b39995c3: Waiting [2024-07-06T01:20:25.353Z] 5f70bf18a086: Waiting [2024-07-06T01:20:25.353Z] 15d4b2c11732: Waiting [2024-07-06T01:20:25.353Z] 3a56d4ac6d0a: Waiting [2024-07-06T01:20:25.353Z] 7811cdc2c949: Waiting [2024-07-06T01:20:25.353Z] da707bb00cb8: Waiting [2024-07-06T01:20:25.353Z] 2cec9a841252: Waiting [2024-07-06T01:20:25.353Z] a9cd901ba0d3: Waiting [2024-07-06T01:20:25.353Z] 965fcd26ec35: Waiting [2024-07-06T01:20:25.353Z] 1d84f423e318: Waiting [2024-07-06T01:20:25.353Z] 0ff30f04da5d: Waiting [2024-07-06T01:20:25.353Z] ea2011851d8c: Layer already exists [2024-07-06T01:20:25.353Z] f3acc52a89f2: Layer already exists [2024-07-06T01:20:25.353Z] 20d5b7667775: Layer already exists [2024-07-06T01:20:25.353Z] 73312b14451e: Layer already exists [2024-07-06T01:20:25.353Z] efe60384874b: Layer already exists [2024-07-06T01:20:25.353Z] 0ff30f04da5d: Layer already exists [2024-07-06T01:20:25.353Z] a9cd901ba0d3: Layer already exists [2024-07-06T01:20:25.353Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:25.353Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:25.354Z] 1d84f423e318: Layer already exists [2024-07-06T01:20:25.354Z] 15d4b2c11732: Layer already exists [2024-07-06T01:20:25.354Z] 6f75b39995c3: Layer already exists [2024-07-06T01:20:25.354Z] 3a56d4ac6d0a: Layer already exists [2024-07-06T01:20:25.354Z] 5f70bf18a086: Layer already exists [2024-07-06T01:20:25.354Z] 7811cdc2c949: Layer already exists [2024-07-06T01:20:25.354Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:25.619Z] latest: digest: sha256:cb37191a845573543091ad11f3a14c4b482c9f6345c53c592b56ea84dc364114 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:25.970Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:26.318Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.31 [2024-07-06T01:20:26.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-06T01:20:26.318Z] ea2011851d8c: Preparing [2024-07-06T01:20:26.318Z] efe60384874b: Preparing [2024-07-06T01:20:26.318Z] f3acc52a89f2: Preparing [2024-07-06T01:20:26.318Z] 20d5b7667775: Preparing [2024-07-06T01:20:26.318Z] 73312b14451e: Preparing [2024-07-06T01:20:26.318Z] a9cd901ba0d3: Preparing [2024-07-06T01:20:26.318Z] 1d84f423e318: Preparing [2024-07-06T01:20:26.318Z] a9cd901ba0d3: Waiting [2024-07-06T01:20:26.318Z] 2cec9a841252: Preparing [2024-07-06T01:20:26.318Z] 1d84f423e318: Waiting [2024-07-06T01:20:26.318Z] 965fcd26ec35: Preparing [2024-07-06T01:20:26.318Z] 965fcd26ec35: Waiting [2024-07-06T01:20:26.318Z] 0ff30f04da5d: Preparing [2024-07-06T01:20:26.318Z] 6f75b39995c3: Preparing [2024-07-06T01:20:26.318Z] 5f70bf18a086: Preparing [2024-07-06T01:20:26.318Z] 0ff30f04da5d: Waiting [2024-07-06T01:20:26.318Z] 15d4b2c11732: Preparing [2024-07-06T01:20:26.318Z] 3a56d4ac6d0a: Preparing [2024-07-06T01:20:26.318Z] 7811cdc2c949: Preparing [2024-07-06T01:20:26.318Z] 6f75b39995c3: Waiting [2024-07-06T01:20:26.318Z] da707bb00cb8: Preparing [2024-07-06T01:20:26.318Z] 5f70bf18a086: Waiting [2024-07-06T01:20:26.318Z] 15d4b2c11732: Waiting [2024-07-06T01:20:26.318Z] 7811cdc2c949: Waiting [2024-07-06T01:20:26.318Z] 3a56d4ac6d0a: Waiting [2024-07-06T01:20:26.318Z] 20d5b7667775: Layer already exists [2024-07-06T01:20:26.318Z] 73312b14451e: Layer already exists [2024-07-06T01:20:26.318Z] ea2011851d8c: Layer already exists [2024-07-06T01:20:26.318Z] f3acc52a89f2: Layer already exists [2024-07-06T01:20:26.318Z] efe60384874b: Layer already exists [2024-07-06T01:20:26.318Z] 1d84f423e318: Layer already exists [2024-07-06T01:20:26.318Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:26.318Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:26.318Z] 0ff30f04da5d: Layer already exists [2024-07-06T01:20:26.318Z] a9cd901ba0d3: Layer already exists [2024-07-06T01:20:26.318Z] 5f70bf18a086: Layer already exists [2024-07-06T01:20:26.318Z] 6f75b39995c3: Layer already exists [2024-07-06T01:20:26.318Z] 3a56d4ac6d0a: Layer already exists [2024-07-06T01:20:26.585Z] 15d4b2c11732: Layer already exists [2024-07-06T01:20:26.585Z] 7811cdc2c949: Layer already exists [2024-07-06T01:20:26.585Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:26.585Z] 3.2.0-dev.31: digest: sha256:cb37191a845573543091ad11f3a14c4b482c9f6345c53c592b56ea84dc364114 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:26.955Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:27.310Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:27.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-06T01:20:27.310Z] ea2011851d8c: Preparing [2024-07-06T01:20:27.310Z] efe60384874b: Preparing [2024-07-06T01:20:27.310Z] f3acc52a89f2: Preparing [2024-07-06T01:20:27.310Z] 20d5b7667775: Preparing [2024-07-06T01:20:27.310Z] 73312b14451e: Preparing [2024-07-06T01:20:27.310Z] a9cd901ba0d3: Preparing [2024-07-06T01:20:27.310Z] 1d84f423e318: Preparing [2024-07-06T01:20:27.310Z] 2cec9a841252: Preparing [2024-07-06T01:20:27.310Z] 965fcd26ec35: Preparing [2024-07-06T01:20:27.310Z] 0ff30f04da5d: Preparing [2024-07-06T01:20:27.310Z] 6f75b39995c3: Preparing [2024-07-06T01:20:27.310Z] 5f70bf18a086: Preparing [2024-07-06T01:20:27.310Z] 15d4b2c11732: Preparing [2024-07-06T01:20:27.310Z] 3a56d4ac6d0a: Preparing [2024-07-06T01:20:27.310Z] 7811cdc2c949: Preparing [2024-07-06T01:20:27.310Z] da707bb00cb8: Preparing [2024-07-06T01:20:27.310Z] a9cd901ba0d3: Waiting [2024-07-06T01:20:27.310Z] 1d84f423e318: Waiting [2024-07-06T01:20:27.310Z] 2cec9a841252: Waiting [2024-07-06T01:20:27.310Z] 965fcd26ec35: Waiting [2024-07-06T01:20:27.310Z] 0ff30f04da5d: Waiting [2024-07-06T01:20:27.310Z] 5f70bf18a086: Waiting [2024-07-06T01:20:27.310Z] 6f75b39995c3: Waiting [2024-07-06T01:20:27.310Z] 7811cdc2c949: Waiting [2024-07-06T01:20:27.310Z] 15d4b2c11732: Waiting [2024-07-06T01:20:27.310Z] 3a56d4ac6d0a: Waiting [2024-07-06T01:20:27.310Z] da707bb00cb8: Waiting [2024-07-06T01:20:27.310Z] efe60384874b: Layer already exists [2024-07-06T01:20:27.310Z] ea2011851d8c: Layer already exists [2024-07-06T01:20:27.310Z] 20d5b7667775: Layer already exists [2024-07-06T01:20:27.310Z] f3acc52a89f2: Layer already exists [2024-07-06T01:20:27.310Z] 73312b14451e: Layer already exists [2024-07-06T01:20:27.310Z] a9cd901ba0d3: Layer already exists [2024-07-06T01:20:27.310Z] 1d84f423e318: Layer already exists [2024-07-06T01:20:27.310Z] 0ff30f04da5d: Layer already exists [2024-07-06T01:20:27.310Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:27.310Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:27.310Z] 15d4b2c11732: Layer already exists [2024-07-06T01:20:27.310Z] 3a56d4ac6d0a: Layer already exists [2024-07-06T01:20:27.310Z] 6f75b39995c3: Layer already exists [2024-07-06T01:20:27.577Z] 5f70bf18a086: Layer already exists [2024-07-06T01:20:27.577Z] 7811cdc2c949: Layer already exists [2024-07-06T01:20:27.577Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:27.577Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:cb37191a845573543091ad11f3a14c4b482c9f6345c53c592b56ea84dc364114 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:27.936Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:28.290Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-07-06T01:20:28.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-06T01:20:28.290Z] ea2011851d8c: Preparing [2024-07-06T01:20:28.290Z] efe60384874b: Preparing [2024-07-06T01:20:28.290Z] f3acc52a89f2: Preparing [2024-07-06T01:20:28.290Z] 20d5b7667775: Preparing [2024-07-06T01:20:28.290Z] 73312b14451e: Preparing [2024-07-06T01:20:28.290Z] a9cd901ba0d3: Preparing [2024-07-06T01:20:28.290Z] 1d84f423e318: Preparing [2024-07-06T01:20:28.290Z] 2cec9a841252: Preparing [2024-07-06T01:20:28.290Z] 965fcd26ec35: Preparing [2024-07-06T01:20:28.290Z] 0ff30f04da5d: Preparing [2024-07-06T01:20:28.290Z] 6f75b39995c3: Preparing [2024-07-06T01:20:28.290Z] 5f70bf18a086: Preparing [2024-07-06T01:20:28.290Z] 15d4b2c11732: Preparing [2024-07-06T01:20:28.290Z] 3a56d4ac6d0a: Preparing [2024-07-06T01:20:28.290Z] 7811cdc2c949: Preparing [2024-07-06T01:20:28.290Z] da707bb00cb8: Preparing [2024-07-06T01:20:28.290Z] 2cec9a841252: Waiting [2024-07-06T01:20:28.290Z] 965fcd26ec35: Waiting [2024-07-06T01:20:28.290Z] 0ff30f04da5d: Waiting [2024-07-06T01:20:28.290Z] 6f75b39995c3: Waiting [2024-07-06T01:20:28.290Z] 5f70bf18a086: Waiting [2024-07-06T01:20:28.290Z] 15d4b2c11732: Waiting [2024-07-06T01:20:28.290Z] 3a56d4ac6d0a: Waiting [2024-07-06T01:20:28.290Z] 7811cdc2c949: Waiting [2024-07-06T01:20:28.290Z] da707bb00cb8: Waiting [2024-07-06T01:20:28.290Z] a9cd901ba0d3: Waiting [2024-07-06T01:20:28.290Z] 1d84f423e318: Waiting [2024-07-06T01:20:28.290Z] efe60384874b: Layer already exists [2024-07-06T01:20:28.290Z] 73312b14451e: Layer already exists [2024-07-06T01:20:28.290Z] ea2011851d8c: Layer already exists [2024-07-06T01:20:28.290Z] f3acc52a89f2: Layer already exists [2024-07-06T01:20:28.290Z] 20d5b7667775: Layer already exists [2024-07-06T01:20:28.290Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:28.290Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:28.290Z] 1d84f423e318: Layer already exists [2024-07-06T01:20:28.290Z] a9cd901ba0d3: Layer already exists [2024-07-06T01:20:28.290Z] 0ff30f04da5d: Layer already exists [2024-07-06T01:20:28.557Z] 3a56d4ac6d0a: Layer already exists [2024-07-06T01:20:28.557Z] 15d4b2c11732: Layer already exists [2024-07-06T01:20:28.557Z] 6f75b39995c3: Layer already exists [2024-07-06T01:20:28.557Z] 5f70bf18a086: Layer already exists [2024-07-06T01:20:28.557Z] 7811cdc2c949: Layer already exists [2024-07-06T01:20:28.557Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:28.557Z] main: digest: sha256:cb37191a845573543091ad11f3a14c4b482c9f6345c53c592b56ea84dc364114 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T01:20:28.635Z] ===================================================== [Pipeline] echo [2024-07-06T01:20:28.649Z] taggedImages: [2024-07-06T01:20:28.649Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:28.649Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-07-06T01:20:28.649Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.31 [2024-07-06T01:20:28.649Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:28.649Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-07-06T01:20:28.683Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-07-06T01:20:28.683Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:28.683Z] latest [2024-07-06T01:20:28.683Z] 3.2.0-dev.31 [2024-07-06T01:20:28.683Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:28.683Z] main [2024-07-06T01:20:28.683Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:29.056Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:29.427Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:29.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-06T01:20:29.427Z] d9180182f1e9: Preparing [2024-07-06T01:20:29.427Z] 58d8d333f805: Preparing [2024-07-06T01:20:29.427Z] 6d98b1851e32: Preparing [2024-07-06T01:20:29.427Z] f228a35654e3: Preparing [2024-07-06T01:20:29.427Z] 2cec9a841252: Preparing [2024-07-06T01:20:29.427Z] 965fcd26ec35: Preparing [2024-07-06T01:20:29.427Z] 5b2530683d8a: Preparing [2024-07-06T01:20:29.427Z] 5e71693b7b7d: Preparing [2024-07-06T01:20:29.427Z] da707bb00cb8: Preparing [2024-07-06T01:20:29.427Z] 5b2530683d8a: Waiting [2024-07-06T01:20:29.427Z] 5e71693b7b7d: Waiting [2024-07-06T01:20:29.427Z] da707bb00cb8: Waiting [2024-07-06T01:20:29.427Z] 965fcd26ec35: Waiting [2024-07-06T01:20:29.693Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:29.693Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:29.693Z] 5b2530683d8a: Layer already exists [2024-07-06T01:20:29.693Z] 6d98b1851e32: Pushed [2024-07-06T01:20:29.693Z] 58d8d333f805: Pushed [2024-07-06T01:20:29.693Z] d9180182f1e9: Pushed [2024-07-06T01:20:29.693Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:20:29.693Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:35.031Z] f228a35654e3: Pushed [2024-07-06T01:20:35.031Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:01d65c209c0e4a3d0c9ad51e72ec7bcc9bbf8d0c94925d4935e722b789486e9a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:35.470Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:35.810Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-07-06T01:20:35.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-06T01:20:35.810Z] d9180182f1e9: Preparing [2024-07-06T01:20:35.810Z] 58d8d333f805: Preparing [2024-07-06T01:20:35.810Z] 6d98b1851e32: Preparing [2024-07-06T01:20:35.810Z] f228a35654e3: Preparing [2024-07-06T01:20:35.810Z] 2cec9a841252: Preparing [2024-07-06T01:20:35.810Z] 965fcd26ec35: Preparing [2024-07-06T01:20:35.810Z] 5b2530683d8a: Preparing [2024-07-06T01:20:35.810Z] 5e71693b7b7d: Preparing [2024-07-06T01:20:35.810Z] da707bb00cb8: Preparing [2024-07-06T01:20:35.810Z] 965fcd26ec35: Waiting [2024-07-06T01:20:35.810Z] 5b2530683d8a: Waiting [2024-07-06T01:20:35.810Z] 5e71693b7b7d: Waiting [2024-07-06T01:20:35.810Z] da707bb00cb8: Waiting [2024-07-06T01:20:35.810Z] f228a35654e3: Layer already exists [2024-07-06T01:20:35.810Z] 6d98b1851e32: Layer already exists [2024-07-06T01:20:35.810Z] d9180182f1e9: Layer already exists [2024-07-06T01:20:35.810Z] 58d8d333f805: Layer already exists [2024-07-06T01:20:35.810Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:35.810Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:20:35.810Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:35.810Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:35.810Z] 5b2530683d8a: Layer already exists [2024-07-06T01:20:36.074Z] latest: digest: sha256:01d65c209c0e4a3d0c9ad51e72ec7bcc9bbf8d0c94925d4935e722b789486e9a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:36.422Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:36.763Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.31 [2024-07-06T01:20:36.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-06T01:20:36.763Z] d9180182f1e9: Preparing [2024-07-06T01:20:36.763Z] 58d8d333f805: Preparing [2024-07-06T01:20:36.763Z] 6d98b1851e32: Preparing [2024-07-06T01:20:36.763Z] f228a35654e3: Preparing [2024-07-06T01:20:36.763Z] 2cec9a841252: Preparing [2024-07-06T01:20:36.763Z] 965fcd26ec35: Preparing [2024-07-06T01:20:36.763Z] 5b2530683d8a: Preparing [2024-07-06T01:20:36.763Z] 5e71693b7b7d: Preparing [2024-07-06T01:20:36.763Z] da707bb00cb8: Preparing [2024-07-06T01:20:36.763Z] 965fcd26ec35: Waiting [2024-07-06T01:20:36.763Z] 5b2530683d8a: Waiting [2024-07-06T01:20:36.763Z] 5e71693b7b7d: Waiting [2024-07-06T01:20:36.763Z] da707bb00cb8: Waiting [2024-07-06T01:20:36.763Z] 6d98b1851e32: Layer already exists [2024-07-06T01:20:36.763Z] f228a35654e3: Layer already exists [2024-07-06T01:20:36.763Z] 58d8d333f805: Layer already exists [2024-07-06T01:20:36.763Z] d9180182f1e9: Layer already exists [2024-07-06T01:20:36.763Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:36.763Z] 5b2530683d8a: Layer already exists [2024-07-06T01:20:36.763Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:36.763Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:20:36.763Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:37.028Z] 3.2.0-dev.31: digest: sha256:01d65c209c0e4a3d0c9ad51e72ec7bcc9bbf8d0c94925d4935e722b789486e9a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:37.378Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:37.742Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:37.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-06T01:20:37.742Z] d9180182f1e9: Preparing [2024-07-06T01:20:37.742Z] 58d8d333f805: Preparing [2024-07-06T01:20:37.742Z] 6d98b1851e32: Preparing [2024-07-06T01:20:37.742Z] f228a35654e3: Preparing [2024-07-06T01:20:37.742Z] 2cec9a841252: Preparing [2024-07-06T01:20:37.742Z] 965fcd26ec35: Preparing [2024-07-06T01:20:37.742Z] 5b2530683d8a: Preparing [2024-07-06T01:20:37.742Z] 5e71693b7b7d: Preparing [2024-07-06T01:20:37.742Z] da707bb00cb8: Preparing [2024-07-06T01:20:37.742Z] 965fcd26ec35: Waiting [2024-07-06T01:20:37.742Z] 5b2530683d8a: Waiting [2024-07-06T01:20:37.742Z] da707bb00cb8: Waiting [2024-07-06T01:20:37.742Z] 5e71693b7b7d: Waiting [2024-07-06T01:20:37.742Z] d9180182f1e9: Layer already exists [2024-07-06T01:20:37.742Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:37.742Z] 6d98b1851e32: Layer already exists [2024-07-06T01:20:37.742Z] f228a35654e3: Layer already exists [2024-07-06T01:20:37.742Z] 58d8d333f805: Layer already exists [2024-07-06T01:20:37.742Z] 5b2530683d8a: Layer already exists [2024-07-06T01:20:37.742Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:20:37.742Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:37.742Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:38.010Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:01d65c209c0e4a3d0c9ad51e72ec7bcc9bbf8d0c94925d4935e722b789486e9a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:38.369Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:38.723Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-07-06T01:20:38.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-06T01:20:38.723Z] d9180182f1e9: Preparing [2024-07-06T01:20:38.723Z] 58d8d333f805: Preparing [2024-07-06T01:20:38.723Z] 6d98b1851e32: Preparing [2024-07-06T01:20:38.723Z] f228a35654e3: Preparing [2024-07-06T01:20:38.723Z] 2cec9a841252: Preparing [2024-07-06T01:20:38.723Z] 965fcd26ec35: Preparing [2024-07-06T01:20:38.723Z] 5b2530683d8a: Preparing [2024-07-06T01:20:38.723Z] 5e71693b7b7d: Preparing [2024-07-06T01:20:38.723Z] da707bb00cb8: Preparing [2024-07-06T01:20:38.723Z] 5b2530683d8a: Waiting [2024-07-06T01:20:38.723Z] 5e71693b7b7d: Waiting [2024-07-06T01:20:38.723Z] da707bb00cb8: Waiting [2024-07-06T01:20:38.723Z] 965fcd26ec35: Waiting [2024-07-06T01:20:38.723Z] 58d8d333f805: Layer already exists [2024-07-06T01:20:38.723Z] 6d98b1851e32: Layer already exists [2024-07-06T01:20:38.723Z] f228a35654e3: Layer already exists [2024-07-06T01:20:38.723Z] d9180182f1e9: Layer already exists [2024-07-06T01:20:38.723Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:38.723Z] 5b2530683d8a: Layer already exists [2024-07-06T01:20:38.723Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:38.723Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:20:38.723Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:38.988Z] main: digest: sha256:01d65c209c0e4a3d0c9ad51e72ec7bcc9bbf8d0c94925d4935e722b789486e9a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T01:20:39.071Z] ===================================================== [Pipeline] echo [2024-07-06T01:20:39.086Z] taggedImages: [2024-07-06T01:20:39.086Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:39.086Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-07-06T01:20:39.086Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.31 [2024-07-06T01:20:39.086Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:39.086Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-07-06T01:20:39.112Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-07-06T01:20:39.112Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:39.112Z] latest [2024-07-06T01:20:39.112Z] 3.2.0-dev.31 [2024-07-06T01:20:39.112Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:39.112Z] main [2024-07-06T01:20:39.112Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:39.471Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:39.820Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:39.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-06T01:20:39.820Z] a9231bb7c68d: Preparing [2024-07-06T01:20:39.820Z] 78cf2d300fbf: Preparing [2024-07-06T01:20:39.820Z] 2ad2ac3dd77f: Preparing [2024-07-06T01:20:39.820Z] f88bad646dd4: Preparing [2024-07-06T01:20:39.820Z] d862d30557c8: Preparing [2024-07-06T01:20:39.820Z] 2cec9a841252: Preparing [2024-07-06T01:20:39.820Z] 965fcd26ec35: Preparing [2024-07-06T01:20:39.820Z] e882ac89f162: Preparing [2024-07-06T01:20:39.820Z] 2cec9a841252: Waiting [2024-07-06T01:20:39.820Z] 00fe8f378cce: Preparing [2024-07-06T01:20:39.820Z] 965fcd26ec35: Waiting [2024-07-06T01:20:39.820Z] ab6ba469562c: Preparing [2024-07-06T01:20:39.820Z] da707bb00cb8: Preparing [2024-07-06T01:20:39.820Z] 00fe8f378cce: Waiting [2024-07-06T01:20:39.820Z] ab6ba469562c: Waiting [2024-07-06T01:20:39.820Z] da707bb00cb8: Waiting [2024-07-06T01:20:39.820Z] e882ac89f162: Waiting [2024-07-06T01:20:40.085Z] f88bad646dd4: Pushed [2024-07-06T01:20:40.085Z] d862d30557c8: Pushed [2024-07-06T01:20:40.085Z] 78cf2d300fbf: Pushed [2024-07-06T01:20:40.085Z] a9231bb7c68d: Pushed [2024-07-06T01:20:40.085Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:40.085Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:40.085Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:40.085Z] e882ac89f162: Pushed [2024-07-06T01:20:40.085Z] 00fe8f378cce: Pushed [2024-07-06T01:20:42.018Z] 2ad2ac3dd77f: Pushed [2024-07-06T01:20:43.950Z] ab6ba469562c: Pushed [2024-07-06T01:20:43.950Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:2293c2ed069a7c6292a4e4de366be4cb0fac0f94108d6b3a02d0c325b7cea555 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:44.295Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:44.643Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-07-06T01:20:44.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-06T01:20:44.643Z] a9231bb7c68d: Preparing [2024-07-06T01:20:44.643Z] 78cf2d300fbf: Preparing [2024-07-06T01:20:44.643Z] 2ad2ac3dd77f: Preparing [2024-07-06T01:20:44.643Z] f88bad646dd4: Preparing [2024-07-06T01:20:44.643Z] d862d30557c8: Preparing [2024-07-06T01:20:44.643Z] 2cec9a841252: Preparing [2024-07-06T01:20:44.643Z] 965fcd26ec35: Preparing [2024-07-06T01:20:44.643Z] e882ac89f162: Preparing [2024-07-06T01:20:44.643Z] 00fe8f378cce: Preparing [2024-07-06T01:20:44.643Z] ab6ba469562c: Preparing [2024-07-06T01:20:44.643Z] da707bb00cb8: Preparing [2024-07-06T01:20:44.643Z] e882ac89f162: Waiting [2024-07-06T01:20:44.643Z] 00fe8f378cce: Waiting [2024-07-06T01:20:44.643Z] ab6ba469562c: Waiting [2024-07-06T01:20:44.643Z] da707bb00cb8: Waiting [2024-07-06T01:20:44.643Z] 2cec9a841252: Waiting [2024-07-06T01:20:44.643Z] 965fcd26ec35: Waiting [2024-07-06T01:20:44.643Z] a9231bb7c68d: Layer already exists [2024-07-06T01:20:44.643Z] 2ad2ac3dd77f: Layer already exists [2024-07-06T01:20:44.643Z] 78cf2d300fbf: Layer already exists [2024-07-06T01:20:44.643Z] d862d30557c8: Layer already exists [2024-07-06T01:20:44.643Z] f88bad646dd4: Layer already exists [2024-07-06T01:20:44.643Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:44.643Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:44.643Z] 00fe8f378cce: Layer already exists [2024-07-06T01:20:44.643Z] ab6ba469562c: Layer already exists [2024-07-06T01:20:44.643Z] e882ac89f162: Layer already exists [2024-07-06T01:20:44.643Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:44.908Z] latest: digest: sha256:2293c2ed069a7c6292a4e4de366be4cb0fac0f94108d6b3a02d0c325b7cea555 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:45.257Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:45.600Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.31 [2024-07-06T01:20:45.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-06T01:20:45.600Z] a9231bb7c68d: Preparing [2024-07-06T01:20:45.600Z] 78cf2d300fbf: Preparing [2024-07-06T01:20:45.600Z] 2ad2ac3dd77f: Preparing [2024-07-06T01:20:45.600Z] f88bad646dd4: Preparing [2024-07-06T01:20:45.600Z] d862d30557c8: Preparing [2024-07-06T01:20:45.600Z] 2cec9a841252: Preparing [2024-07-06T01:20:45.600Z] 965fcd26ec35: Preparing [2024-07-06T01:20:45.600Z] e882ac89f162: Preparing [2024-07-06T01:20:45.600Z] 00fe8f378cce: Preparing [2024-07-06T01:20:45.600Z] ab6ba469562c: Preparing [2024-07-06T01:20:45.600Z] da707bb00cb8: Preparing [2024-07-06T01:20:45.600Z] 00fe8f378cce: Waiting [2024-07-06T01:20:45.600Z] 2cec9a841252: Waiting [2024-07-06T01:20:45.600Z] 965fcd26ec35: Waiting [2024-07-06T01:20:45.600Z] ab6ba469562c: Waiting [2024-07-06T01:20:45.600Z] e882ac89f162: Waiting [2024-07-06T01:20:45.600Z] da707bb00cb8: Waiting [2024-07-06T01:20:45.600Z] a9231bb7c68d: Layer already exists [2024-07-06T01:20:45.600Z] 2ad2ac3dd77f: Layer already exists [2024-07-06T01:20:45.600Z] 78cf2d300fbf: Layer already exists [2024-07-06T01:20:45.600Z] d862d30557c8: Layer already exists [2024-07-06T01:20:45.600Z] f88bad646dd4: Layer already exists [2024-07-06T01:20:45.600Z] ab6ba469562c: Layer already exists [2024-07-06T01:20:45.600Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:45.600Z] e882ac89f162: Layer already exists [2024-07-06T01:20:45.600Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:45.600Z] 00fe8f378cce: Layer already exists [2024-07-06T01:20:45.600Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:45.864Z] 3.2.0-dev.31: digest: sha256:2293c2ed069a7c6292a4e4de366be4cb0fac0f94108d6b3a02d0c325b7cea555 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:46.209Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:46.565Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:46.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-06T01:20:46.565Z] a9231bb7c68d: Preparing [2024-07-06T01:20:46.565Z] 78cf2d300fbf: Preparing [2024-07-06T01:20:46.565Z] 2ad2ac3dd77f: Preparing [2024-07-06T01:20:46.565Z] f88bad646dd4: Preparing [2024-07-06T01:20:46.565Z] d862d30557c8: Preparing [2024-07-06T01:20:46.565Z] 2cec9a841252: Preparing [2024-07-06T01:20:46.565Z] 965fcd26ec35: Preparing [2024-07-06T01:20:46.565Z] 2cec9a841252: Waiting [2024-07-06T01:20:46.565Z] e882ac89f162: Preparing [2024-07-06T01:20:46.565Z] 965fcd26ec35: Waiting [2024-07-06T01:20:46.565Z] 00fe8f378cce: Preparing [2024-07-06T01:20:46.565Z] ab6ba469562c: Preparing [2024-07-06T01:20:46.565Z] 00fe8f378cce: Waiting [2024-07-06T01:20:46.565Z] da707bb00cb8: Preparing [2024-07-06T01:20:46.565Z] ab6ba469562c: Waiting [2024-07-06T01:20:46.565Z] da707bb00cb8: Waiting [2024-07-06T01:20:46.565Z] a9231bb7c68d: Layer already exists [2024-07-06T01:20:46.565Z] 2ad2ac3dd77f: Layer already exists [2024-07-06T01:20:46.565Z] d862d30557c8: Layer already exists [2024-07-06T01:20:46.565Z] 78cf2d300fbf: Layer already exists [2024-07-06T01:20:46.565Z] f88bad646dd4: Layer already exists [2024-07-06T01:20:46.565Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:46.565Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:46.565Z] 00fe8f378cce: Layer already exists [2024-07-06T01:20:46.565Z] e882ac89f162: Layer already exists [2024-07-06T01:20:46.565Z] ab6ba469562c: Layer already exists [2024-07-06T01:20:46.565Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:46.831Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:2293c2ed069a7c6292a4e4de366be4cb0fac0f94108d6b3a02d0c325b7cea555 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:47.181Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:47.537Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-07-06T01:20:47.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-06T01:20:47.537Z] a9231bb7c68d: Preparing [2024-07-06T01:20:47.537Z] 78cf2d300fbf: Preparing [2024-07-06T01:20:47.537Z] 2ad2ac3dd77f: Preparing [2024-07-06T01:20:47.537Z] f88bad646dd4: Preparing [2024-07-06T01:20:47.537Z] d862d30557c8: Preparing [2024-07-06T01:20:47.537Z] 2cec9a841252: Preparing [2024-07-06T01:20:47.537Z] 2cec9a841252: Waiting [2024-07-06T01:20:47.537Z] 965fcd26ec35: Preparing [2024-07-06T01:20:47.537Z] e882ac89f162: Preparing [2024-07-06T01:20:47.537Z] 965fcd26ec35: Waiting [2024-07-06T01:20:47.537Z] e882ac89f162: Waiting [2024-07-06T01:20:47.537Z] 00fe8f378cce: Preparing [2024-07-06T01:20:47.537Z] ab6ba469562c: Preparing [2024-07-06T01:20:47.537Z] da707bb00cb8: Preparing [2024-07-06T01:20:47.537Z] 00fe8f378cce: Waiting [2024-07-06T01:20:47.537Z] ab6ba469562c: Waiting [2024-07-06T01:20:47.537Z] da707bb00cb8: Waiting [2024-07-06T01:20:47.537Z] 78cf2d300fbf: Layer already exists [2024-07-06T01:20:47.537Z] d862d30557c8: Layer already exists [2024-07-06T01:20:47.537Z] 2ad2ac3dd77f: Layer already exists [2024-07-06T01:20:47.537Z] a9231bb7c68d: Layer already exists [2024-07-06T01:20:47.537Z] f88bad646dd4: Layer already exists [2024-07-06T01:20:47.537Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:47.537Z] e882ac89f162: Layer already exists [2024-07-06T01:20:47.537Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:47.537Z] 00fe8f378cce: Layer already exists [2024-07-06T01:20:47.537Z] ab6ba469562c: Layer already exists [2024-07-06T01:20:47.537Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:47.801Z] main: digest: sha256:2293c2ed069a7c6292a4e4de366be4cb0fac0f94108d6b3a02d0c325b7cea555 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T01:20:47.883Z] ===================================================== [Pipeline] echo [2024-07-06T01:20:47.894Z] taggedImages: [2024-07-06T01:20:47.894Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:47.894Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-07-06T01:20:47.894Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.31 [2024-07-06T01:20:47.894Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:47.894Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-07-06T01:20:47.922Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-07-06T01:20:47.922Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:47.922Z] latest [2024-07-06T01:20:47.922Z] 3.2.0-dev.31 [2024-07-06T01:20:47.922Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:47.922Z] main [2024-07-06T01:20:47.922Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:48.279Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:48.617Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:48.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-06T01:20:48.617Z] 996553c260a0: Preparing [2024-07-06T01:20:48.617Z] 7f054792b3d5: Preparing [2024-07-06T01:20:48.617Z] 5e5559e87714: Preparing [2024-07-06T01:20:48.617Z] 538f0ffd3736: Preparing [2024-07-06T01:20:48.617Z] b438b5ac878b: Preparing [2024-07-06T01:20:48.617Z] 1177323b0195: Preparing [2024-07-06T01:20:48.617Z] 2d61ce509520: Preparing [2024-07-06T01:20:48.617Z] 1177323b0195: Waiting [2024-07-06T01:20:48.617Z] 2cec9a841252: Preparing [2024-07-06T01:20:48.617Z] 2d61ce509520: Waiting [2024-07-06T01:20:48.617Z] 965fcd26ec35: Preparing [2024-07-06T01:20:48.617Z] 2cec9a841252: Waiting [2024-07-06T01:20:48.617Z] bcd92e57bde7: Preparing [2024-07-06T01:20:48.617Z] 965fcd26ec35: Waiting [2024-07-06T01:20:48.617Z] a0ee6de47f7d: Preparing [2024-07-06T01:20:48.617Z] bcd92e57bde7: Waiting [2024-07-06T01:20:48.617Z] da707bb00cb8: Preparing [2024-07-06T01:20:48.617Z] a0ee6de47f7d: Waiting [2024-07-06T01:20:48.617Z] da707bb00cb8: Waiting [2024-07-06T01:20:48.882Z] 996553c260a0: Pushed [2024-07-06T01:20:48.882Z] b438b5ac878b: Pushed [2024-07-06T01:20:48.882Z] 7f054792b3d5: Pushed [2024-07-06T01:20:48.882Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:48.882Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:48.882Z] 1177323b0195: Pushed [2024-07-06T01:20:48.882Z] 2d61ce509520: Pushed [2024-07-06T01:20:49.146Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:50.541Z] bcd92e57bde7: Pushed [2024-07-06T01:20:50.805Z] 538f0ffd3736: Pushed [2024-07-06T01:20:51.385Z] 5e5559e87714: Pushed [2024-07-06T01:20:51.657Z] a0ee6de47f7d: Pushed [2024-07-06T01:20:51.657Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:fe36a8da13ee21416cf52cd18222b843cd1daecf1878ca69aad3b148cdde6cb3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:52.264Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:52.601Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-07-06T01:20:52.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-06T01:20:52.602Z] 996553c260a0: Preparing [2024-07-06T01:20:52.602Z] 7f054792b3d5: Preparing [2024-07-06T01:20:52.602Z] 5e5559e87714: Preparing [2024-07-06T01:20:52.602Z] 538f0ffd3736: Preparing [2024-07-06T01:20:52.602Z] b438b5ac878b: Preparing [2024-07-06T01:20:52.602Z] 1177323b0195: Preparing [2024-07-06T01:20:52.602Z] 2d61ce509520: Preparing [2024-07-06T01:20:52.602Z] 1177323b0195: Waiting [2024-07-06T01:20:52.602Z] 2cec9a841252: Preparing [2024-07-06T01:20:52.602Z] 2d61ce509520: Waiting [2024-07-06T01:20:52.602Z] 965fcd26ec35: Preparing [2024-07-06T01:20:52.602Z] 2cec9a841252: Waiting [2024-07-06T01:20:52.602Z] 965fcd26ec35: Waiting [2024-07-06T01:20:52.602Z] bcd92e57bde7: Preparing [2024-07-06T01:20:52.602Z] a0ee6de47f7d: Preparing [2024-07-06T01:20:52.602Z] bcd92e57bde7: Waiting [2024-07-06T01:20:52.602Z] da707bb00cb8: Preparing [2024-07-06T01:20:52.602Z] a0ee6de47f7d: Waiting [2024-07-06T01:20:52.602Z] da707bb00cb8: Waiting [2024-07-06T01:20:52.602Z] 7f054792b3d5: Layer already exists [2024-07-06T01:20:52.602Z] 538f0ffd3736: Layer already exists [2024-07-06T01:20:52.602Z] b438b5ac878b: Layer already exists [2024-07-06T01:20:52.602Z] 996553c260a0: Layer already exists [2024-07-06T01:20:52.602Z] 5e5559e87714: Layer already exists [2024-07-06T01:20:52.602Z] 2d61ce509520: Layer already exists [2024-07-06T01:20:52.602Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:52.602Z] 1177323b0195: Layer already exists [2024-07-06T01:20:52.602Z] bcd92e57bde7: Layer already exists [2024-07-06T01:20:52.602Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:52.602Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:52.602Z] a0ee6de47f7d: Layer already exists [2024-07-06T01:20:52.865Z] latest: digest: sha256:fe36a8da13ee21416cf52cd18222b843cd1daecf1878ca69aad3b148cdde6cb3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:53.210Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:53.552Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.31 [2024-07-06T01:20:53.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-06T01:20:53.552Z] 996553c260a0: Preparing [2024-07-06T01:20:53.552Z] 7f054792b3d5: Preparing [2024-07-06T01:20:53.552Z] 5e5559e87714: Preparing [2024-07-06T01:20:53.552Z] 538f0ffd3736: Preparing [2024-07-06T01:20:53.552Z] b438b5ac878b: Preparing [2024-07-06T01:20:53.552Z] 1177323b0195: Preparing [2024-07-06T01:20:53.552Z] 2d61ce509520: Preparing [2024-07-06T01:20:53.552Z] 2cec9a841252: Preparing [2024-07-06T01:20:53.552Z] 965fcd26ec35: Preparing [2024-07-06T01:20:53.552Z] bcd92e57bde7: Preparing [2024-07-06T01:20:53.552Z] a0ee6de47f7d: Preparing [2024-07-06T01:20:53.552Z] da707bb00cb8: Preparing [2024-07-06T01:20:53.552Z] 2cec9a841252: Waiting [2024-07-06T01:20:53.552Z] 965fcd26ec35: Waiting [2024-07-06T01:20:53.552Z] bcd92e57bde7: Waiting [2024-07-06T01:20:53.552Z] a0ee6de47f7d: Waiting [2024-07-06T01:20:53.552Z] da707bb00cb8: Waiting [2024-07-06T01:20:53.552Z] 1177323b0195: Waiting [2024-07-06T01:20:53.552Z] 2d61ce509520: Waiting [2024-07-06T01:20:53.552Z] b438b5ac878b: Layer already exists [2024-07-06T01:20:53.552Z] 7f054792b3d5: Layer already exists [2024-07-06T01:20:53.552Z] 996553c260a0: Layer already exists [2024-07-06T01:20:53.552Z] 538f0ffd3736: Layer already exists [2024-07-06T01:20:53.552Z] 5e5559e87714: Layer already exists [2024-07-06T01:20:53.552Z] 1177323b0195: Layer already exists [2024-07-06T01:20:53.552Z] 2d61ce509520: Layer already exists [2024-07-06T01:20:53.552Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:53.552Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:53.552Z] bcd92e57bde7: Layer already exists [2024-07-06T01:20:53.552Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:53.552Z] a0ee6de47f7d: Layer already exists [2024-07-06T01:20:53.818Z] 3.2.0-dev.31: digest: sha256:fe36a8da13ee21416cf52cd18222b843cd1daecf1878ca69aad3b148cdde6cb3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:54.172Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:54.513Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:54.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-06T01:20:54.513Z] 996553c260a0: Preparing [2024-07-06T01:20:54.513Z] 7f054792b3d5: Preparing [2024-07-06T01:20:54.513Z] 5e5559e87714: Preparing [2024-07-06T01:20:54.513Z] 538f0ffd3736: Preparing [2024-07-06T01:20:54.513Z] b438b5ac878b: Preparing [2024-07-06T01:20:54.513Z] 1177323b0195: Preparing [2024-07-06T01:20:54.513Z] 2d61ce509520: Preparing [2024-07-06T01:20:54.513Z] 2cec9a841252: Preparing [2024-07-06T01:20:54.513Z] 965fcd26ec35: Preparing [2024-07-06T01:20:54.513Z] bcd92e57bde7: Preparing [2024-07-06T01:20:54.513Z] a0ee6de47f7d: Preparing [2024-07-06T01:20:54.513Z] da707bb00cb8: Preparing [2024-07-06T01:20:54.513Z] 2cec9a841252: Waiting [2024-07-06T01:20:54.513Z] a0ee6de47f7d: Waiting [2024-07-06T01:20:54.513Z] 965fcd26ec35: Waiting [2024-07-06T01:20:54.513Z] bcd92e57bde7: Waiting [2024-07-06T01:20:54.513Z] da707bb00cb8: Waiting [2024-07-06T01:20:54.513Z] 1177323b0195: Waiting [2024-07-06T01:20:54.513Z] 2d61ce509520: Waiting [2024-07-06T01:20:54.513Z] 538f0ffd3736: Layer already exists [2024-07-06T01:20:54.513Z] 5e5559e87714: Layer already exists [2024-07-06T01:20:54.513Z] b438b5ac878b: Layer already exists [2024-07-06T01:20:54.513Z] 996553c260a0: Layer already exists [2024-07-06T01:20:54.513Z] 7f054792b3d5: Layer already exists [2024-07-06T01:20:54.513Z] 2d61ce509520: Layer already exists [2024-07-06T01:20:54.513Z] 1177323b0195: Layer already exists [2024-07-06T01:20:54.513Z] bcd92e57bde7: Layer already exists [2024-07-06T01:20:54.513Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:54.513Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:54.513Z] a0ee6de47f7d: Layer already exists [2024-07-06T01:20:54.513Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:54.779Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:fe36a8da13ee21416cf52cd18222b843cd1daecf1878ca69aad3b148cdde6cb3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:55.124Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:55.465Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-07-06T01:20:55.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-06T01:20:55.465Z] 996553c260a0: Preparing [2024-07-06T01:20:55.465Z] 7f054792b3d5: Preparing [2024-07-06T01:20:55.465Z] 5e5559e87714: Preparing [2024-07-06T01:20:55.465Z] 538f0ffd3736: Preparing [2024-07-06T01:20:55.465Z] b438b5ac878b: Preparing [2024-07-06T01:20:55.465Z] 1177323b0195: Preparing [2024-07-06T01:20:55.465Z] 2d61ce509520: Preparing [2024-07-06T01:20:55.465Z] 2cec9a841252: Preparing [2024-07-06T01:20:55.465Z] 965fcd26ec35: Preparing [2024-07-06T01:20:55.465Z] bcd92e57bde7: Preparing [2024-07-06T01:20:55.465Z] a0ee6de47f7d: Preparing [2024-07-06T01:20:55.465Z] da707bb00cb8: Preparing [2024-07-06T01:20:55.465Z] 1177323b0195: Waiting [2024-07-06T01:20:55.465Z] 2d61ce509520: Waiting [2024-07-06T01:20:55.465Z] 2cec9a841252: Waiting [2024-07-06T01:20:55.465Z] a0ee6de47f7d: Waiting [2024-07-06T01:20:55.465Z] 965fcd26ec35: Waiting [2024-07-06T01:20:55.465Z] bcd92e57bde7: Waiting [2024-07-06T01:20:55.465Z] b438b5ac878b: Layer already exists [2024-07-06T01:20:55.465Z] 5e5559e87714: Layer already exists [2024-07-06T01:20:55.465Z] 538f0ffd3736: Layer already exists [2024-07-06T01:20:55.465Z] 7f054792b3d5: Layer already exists [2024-07-06T01:20:55.465Z] 996553c260a0: Layer already exists [2024-07-06T01:20:55.465Z] 2d61ce509520: Layer already exists [2024-07-06T01:20:55.465Z] 1177323b0195: Layer already exists [2024-07-06T01:20:55.465Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:55.465Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:55.465Z] bcd92e57bde7: Layer already exists [2024-07-06T01:20:55.465Z] a0ee6de47f7d: Layer already exists [2024-07-06T01:20:55.465Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:55.730Z] main: digest: sha256:fe36a8da13ee21416cf52cd18222b843cd1daecf1878ca69aad3b148cdde6cb3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T01:20:55.801Z] ===================================================== [Pipeline] echo [2024-07-06T01:20:55.815Z] taggedImages: [2024-07-06T01:20:55.815Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:55.815Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-07-06T01:20:55.815Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.31 [2024-07-06T01:20:55.815Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:55.815Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-07-06T01:20:55.838Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-07-06T01:20:55.838Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:55.838Z] latest [2024-07-06T01:20:55.838Z] 3.2.0-dev.31 [2024-07-06T01:20:55.838Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:20:55.838Z] main [2024-07-06T01:20:55.838Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:56.192Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:20:56.526Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:20:56.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-06T01:20:56.526Z] be0c0656b3ad: Preparing [2024-07-06T01:20:56.526Z] 97b56e2f6412: Preparing [2024-07-06T01:20:56.526Z] 2cec9a841252: Preparing [2024-07-06T01:20:56.526Z] 965fcd26ec35: Preparing [2024-07-06T01:20:56.526Z] 3765c3f4b1a1: Preparing [2024-07-06T01:20:56.526Z] fc23d87adf4c: Preparing [2024-07-06T01:20:56.526Z] da707bb00cb8: Preparing [2024-07-06T01:20:56.526Z] fc23d87adf4c: Waiting [2024-07-06T01:20:56.526Z] da707bb00cb8: Waiting [2024-07-06T01:20:56.526Z] 2cec9a841252: Layer already exists [2024-07-06T01:20:56.791Z] 965fcd26ec35: Layer already exists [2024-07-06T01:20:56.791Z] da707bb00cb8: Layer already exists [2024-07-06T01:20:56.791Z] be0c0656b3ad: Pushed [2024-07-06T01:20:58.189Z] 3765c3f4b1a1: Pushed [2024-07-06T01:20:58.189Z] fc23d87adf4c: Pushed [2024-07-06T01:21:00.195Z] 97b56e2f6412: Pushed [2024-07-06T01:21:00.466Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:139cfeef8ba8c89c8195618b6bc616baf2e0781ba1a54bf611128c68c0b22fde size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:00.851Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:01.225Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-07-06T01:21:01.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-06T01:21:01.225Z] be0c0656b3ad: Preparing [2024-07-06T01:21:01.225Z] 97b56e2f6412: Preparing [2024-07-06T01:21:01.225Z] 2cec9a841252: Preparing [2024-07-06T01:21:01.225Z] 965fcd26ec35: Preparing [2024-07-06T01:21:01.225Z] 3765c3f4b1a1: Preparing [2024-07-06T01:21:01.225Z] fc23d87adf4c: Preparing [2024-07-06T01:21:01.225Z] da707bb00cb8: Preparing [2024-07-06T01:21:01.225Z] fc23d87adf4c: Waiting [2024-07-06T01:21:01.225Z] da707bb00cb8: Waiting [2024-07-06T01:21:01.225Z] 965fcd26ec35: Layer already exists [2024-07-06T01:21:01.225Z] 3765c3f4b1a1: Layer already exists [2024-07-06T01:21:01.225Z] 2cec9a841252: Layer already exists [2024-07-06T01:21:01.225Z] 97b56e2f6412: Layer already exists [2024-07-06T01:21:01.225Z] be0c0656b3ad: Layer already exists [2024-07-06T01:21:01.225Z] fc23d87adf4c: Layer already exists [2024-07-06T01:21:01.225Z] da707bb00cb8: Layer already exists [2024-07-06T01:21:01.492Z] latest: digest: sha256:139cfeef8ba8c89c8195618b6bc616baf2e0781ba1a54bf611128c68c0b22fde size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:01.835Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:02.181Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.31 [2024-07-06T01:21:02.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-06T01:21:02.181Z] be0c0656b3ad: Preparing [2024-07-06T01:21:02.181Z] 97b56e2f6412: Preparing [2024-07-06T01:21:02.181Z] 2cec9a841252: Preparing [2024-07-06T01:21:02.181Z] 965fcd26ec35: Preparing [2024-07-06T01:21:02.181Z] 3765c3f4b1a1: Preparing [2024-07-06T01:21:02.181Z] fc23d87adf4c: Preparing [2024-07-06T01:21:02.181Z] da707bb00cb8: Preparing [2024-07-06T01:21:02.181Z] fc23d87adf4c: Waiting [2024-07-06T01:21:02.181Z] da707bb00cb8: Waiting [2024-07-06T01:21:02.181Z] 97b56e2f6412: Layer already exists [2024-07-06T01:21:02.181Z] 965fcd26ec35: Layer already exists [2024-07-06T01:21:02.181Z] be0c0656b3ad: Layer already exists [2024-07-06T01:21:02.181Z] 2cec9a841252: Layer already exists [2024-07-06T01:21:02.181Z] 3765c3f4b1a1: Layer already exists [2024-07-06T01:21:02.181Z] fc23d87adf4c: Layer already exists [2024-07-06T01:21:02.181Z] da707bb00cb8: Layer already exists [2024-07-06T01:21:02.446Z] 3.2.0-dev.31: digest: sha256:139cfeef8ba8c89c8195618b6bc616baf2e0781ba1a54bf611128c68c0b22fde size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:02.794Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:03.137Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:21:03.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-06T01:21:03.137Z] be0c0656b3ad: Preparing [2024-07-06T01:21:03.137Z] 97b56e2f6412: Preparing [2024-07-06T01:21:03.137Z] 2cec9a841252: Preparing [2024-07-06T01:21:03.137Z] 965fcd26ec35: Preparing [2024-07-06T01:21:03.137Z] 3765c3f4b1a1: Preparing [2024-07-06T01:21:03.137Z] fc23d87adf4c: Preparing [2024-07-06T01:21:03.137Z] da707bb00cb8: Preparing [2024-07-06T01:21:03.137Z] fc23d87adf4c: Waiting [2024-07-06T01:21:03.137Z] da707bb00cb8: Waiting [2024-07-06T01:21:03.137Z] 97b56e2f6412: Layer already exists [2024-07-06T01:21:03.137Z] 965fcd26ec35: Layer already exists [2024-07-06T01:21:03.137Z] be0c0656b3ad: Layer already exists [2024-07-06T01:21:03.137Z] 2cec9a841252: Layer already exists [2024-07-06T01:21:03.137Z] 3765c3f4b1a1: Layer already exists [2024-07-06T01:21:03.137Z] da707bb00cb8: Layer already exists [2024-07-06T01:21:03.137Z] fc23d87adf4c: Layer already exists [2024-07-06T01:21:03.137Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:139cfeef8ba8c89c8195618b6bc616baf2e0781ba1a54bf611128c68c0b22fde size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:03.753Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:04.101Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-07-06T01:21:04.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-06T01:21:04.101Z] be0c0656b3ad: Preparing [2024-07-06T01:21:04.101Z] 97b56e2f6412: Preparing [2024-07-06T01:21:04.101Z] 2cec9a841252: Preparing [2024-07-06T01:21:04.101Z] 965fcd26ec35: Preparing [2024-07-06T01:21:04.101Z] 3765c3f4b1a1: Preparing [2024-07-06T01:21:04.101Z] fc23d87adf4c: Preparing [2024-07-06T01:21:04.101Z] da707bb00cb8: Preparing [2024-07-06T01:21:04.101Z] fc23d87adf4c: Waiting [2024-07-06T01:21:04.101Z] da707bb00cb8: Waiting [2024-07-06T01:21:04.101Z] be0c0656b3ad: Layer already exists [2024-07-06T01:21:04.101Z] 97b56e2f6412: Layer already exists [2024-07-06T01:21:04.101Z] 2cec9a841252: Layer already exists [2024-07-06T01:21:04.101Z] 965fcd26ec35: Layer already exists [2024-07-06T01:21:04.101Z] 3765c3f4b1a1: Layer already exists [2024-07-06T01:21:04.101Z] fc23d87adf4c: Layer already exists [2024-07-06T01:21:04.101Z] da707bb00cb8: Layer already exists [2024-07-06T01:21:04.366Z] main: digest: sha256:139cfeef8ba8c89c8195618b6bc616baf2e0781ba1a54bf611128c68c0b22fde size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T01:21:04.438Z] ===================================================== [Pipeline] echo [2024-07-06T01:21:04.449Z] taggedImages: [2024-07-06T01:21:04.449Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:21:04.449Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-07-06T01:21:04.449Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.31 [2024-07-06T01:21:04.449Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:21:04.449Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-07-06T01:21:04.481Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-07-06T01:21:04.481Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:21:04.481Z] latest [2024-07-06T01:21:04.481Z] 3.2.0-dev.31 [2024-07-06T01:21:04.481Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:21:04.481Z] main [2024-07-06T01:21:04.481Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:04.856Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:05.208Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:21:05.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-06T01:21:05.208Z] 57c701dca780: Preparing [2024-07-06T01:21:05.208Z] 8919d8e34b76: Preparing [2024-07-06T01:21:05.208Z] cbd55ad5e3d5: Preparing [2024-07-06T01:21:05.208Z] 2cec9a841252: Preparing [2024-07-06T01:21:05.208Z] 965fcd26ec35: Preparing [2024-07-06T01:21:05.208Z] d5ae83ba0cfb: Preparing [2024-07-06T01:21:05.208Z] 377dffc8c701: Preparing [2024-07-06T01:21:05.208Z] 79f5cf19240a: Preparing [2024-07-06T01:21:05.208Z] f3c49da56f0f: Preparing [2024-07-06T01:21:05.208Z] da707bb00cb8: Preparing [2024-07-06T01:21:05.208Z] 377dffc8c701: Waiting [2024-07-06T01:21:05.208Z] 79f5cf19240a: Waiting [2024-07-06T01:21:05.208Z] da707bb00cb8: Waiting [2024-07-06T01:21:05.208Z] f3c49da56f0f: Waiting [2024-07-06T01:21:05.208Z] d5ae83ba0cfb: Waiting [2024-07-06T01:21:05.208Z] 965fcd26ec35: Layer already exists [2024-07-06T01:21:05.208Z] 2cec9a841252: Layer already exists [2024-07-06T01:21:05.484Z] cbd55ad5e3d5: Pushed [2024-07-06T01:21:05.484Z] 8919d8e34b76: Pushed [2024-07-06T01:21:05.484Z] 57c701dca780: Pushed [2024-07-06T01:21:05.484Z] da707bb00cb8: Layer already exists [2024-07-06T01:21:05.484Z] 79f5cf19240a: Pushed [2024-07-06T01:21:07.414Z] f3c49da56f0f: Pushed [2024-07-06T01:21:19.684Z] 377dffc8c701: Pushed [2024-07-06T01:21:23.016Z] d5ae83ba0cfb: Pushed [2024-07-06T01:21:23.016Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:8a89168e47ac7cbb73ba35df9388452bd270947e82092722552c14f2f2641572 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:23.368Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:23.716Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-07-06T01:21:23.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-06T01:21:23.716Z] 57c701dca780: Preparing [2024-07-06T01:21:23.716Z] 8919d8e34b76: Preparing [2024-07-06T01:21:23.716Z] cbd55ad5e3d5: Preparing [2024-07-06T01:21:23.716Z] 2cec9a841252: Preparing [2024-07-06T01:21:23.716Z] 965fcd26ec35: Preparing [2024-07-06T01:21:23.716Z] d5ae83ba0cfb: Preparing [2024-07-06T01:21:23.716Z] 377dffc8c701: Preparing [2024-07-06T01:21:23.716Z] 79f5cf19240a: Preparing [2024-07-06T01:21:23.716Z] f3c49da56f0f: Preparing [2024-07-06T01:21:23.716Z] da707bb00cb8: Preparing [2024-07-06T01:21:23.716Z] 377dffc8c701: Waiting [2024-07-06T01:21:23.716Z] 79f5cf19240a: Waiting [2024-07-06T01:21:23.716Z] f3c49da56f0f: Waiting [2024-07-06T01:21:23.716Z] da707bb00cb8: Waiting [2024-07-06T01:21:23.716Z] d5ae83ba0cfb: Waiting [2024-07-06T01:21:23.716Z] 965fcd26ec35: Layer already exists [2024-07-06T01:21:23.716Z] 57c701dca780: Layer already exists [2024-07-06T01:21:23.716Z] 8919d8e34b76: Layer already exists [2024-07-06T01:21:23.716Z] cbd55ad5e3d5: Layer already exists [2024-07-06T01:21:23.716Z] 2cec9a841252: Layer already exists [2024-07-06T01:21:23.716Z] 79f5cf19240a: Layer already exists [2024-07-06T01:21:23.716Z] 377dffc8c701: Layer already exists [2024-07-06T01:21:23.716Z] d5ae83ba0cfb: Layer already exists [2024-07-06T01:21:23.716Z] f3c49da56f0f: Layer already exists [2024-07-06T01:21:23.716Z] da707bb00cb8: Layer already exists [2024-07-06T01:21:23.982Z] latest: digest: sha256:8a89168e47ac7cbb73ba35df9388452bd270947e82092722552c14f2f2641572 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:24.331Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:24.675Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.31 [2024-07-06T01:21:24.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-06T01:21:24.675Z] 57c701dca780: Preparing [2024-07-06T01:21:24.675Z] 8919d8e34b76: Preparing [2024-07-06T01:21:24.675Z] cbd55ad5e3d5: Preparing [2024-07-06T01:21:24.675Z] 2cec9a841252: Preparing [2024-07-06T01:21:24.675Z] 965fcd26ec35: Preparing [2024-07-06T01:21:24.675Z] d5ae83ba0cfb: Preparing [2024-07-06T01:21:24.675Z] 377dffc8c701: Preparing [2024-07-06T01:21:24.675Z] 79f5cf19240a: Preparing [2024-07-06T01:21:24.675Z] 377dffc8c701: Waiting [2024-07-06T01:21:24.675Z] f3c49da56f0f: Preparing [2024-07-06T01:21:24.675Z] 79f5cf19240a: Waiting [2024-07-06T01:21:24.675Z] da707bb00cb8: Preparing [2024-07-06T01:21:24.675Z] f3c49da56f0f: Waiting [2024-07-06T01:21:24.675Z] da707bb00cb8: Waiting [2024-07-06T01:21:24.675Z] 965fcd26ec35: Layer already exists [2024-07-06T01:21:24.675Z] cbd55ad5e3d5: Layer already exists [2024-07-06T01:21:24.675Z] 57c701dca780: Layer already exists [2024-07-06T01:21:24.675Z] 2cec9a841252: Layer already exists [2024-07-06T01:21:24.675Z] 8919d8e34b76: Layer already exists [2024-07-06T01:21:24.675Z] 377dffc8c701: Layer already exists [2024-07-06T01:21:24.675Z] f3c49da56f0f: Layer already exists [2024-07-06T01:21:24.675Z] d5ae83ba0cfb: Layer already exists [2024-07-06T01:21:24.675Z] 79f5cf19240a: Layer already exists [2024-07-06T01:21:24.675Z] da707bb00cb8: Layer already exists [2024-07-06T01:21:24.940Z] 3.2.0-dev.31: digest: sha256:8a89168e47ac7cbb73ba35df9388452bd270947e82092722552c14f2f2641572 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:25.297Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:25.651Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:21:25.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-06T01:21:25.651Z] 57c701dca780: Preparing [2024-07-06T01:21:25.651Z] 8919d8e34b76: Preparing [2024-07-06T01:21:25.651Z] cbd55ad5e3d5: Preparing [2024-07-06T01:21:25.651Z] 2cec9a841252: Preparing [2024-07-06T01:21:25.651Z] 965fcd26ec35: Preparing [2024-07-06T01:21:25.651Z] d5ae83ba0cfb: Preparing [2024-07-06T01:21:25.651Z] 377dffc8c701: Preparing [2024-07-06T01:21:25.651Z] 79f5cf19240a: Preparing [2024-07-06T01:21:25.651Z] f3c49da56f0f: Preparing [2024-07-06T01:21:25.651Z] da707bb00cb8: Preparing [2024-07-06T01:21:25.651Z] d5ae83ba0cfb: Waiting [2024-07-06T01:21:25.651Z] 79f5cf19240a: Waiting [2024-07-06T01:21:25.651Z] f3c49da56f0f: Waiting [2024-07-06T01:21:25.651Z] da707bb00cb8: Waiting [2024-07-06T01:21:25.651Z] 377dffc8c701: Waiting [2024-07-06T01:21:25.651Z] cbd55ad5e3d5: Layer already exists [2024-07-06T01:21:25.651Z] 965fcd26ec35: Layer already exists [2024-07-06T01:21:25.651Z] 2cec9a841252: Layer already exists [2024-07-06T01:21:25.651Z] 57c701dca780: Layer already exists [2024-07-06T01:21:25.651Z] 8919d8e34b76: Layer already exists [2024-07-06T01:21:25.651Z] d5ae83ba0cfb: Layer already exists [2024-07-06T01:21:25.651Z] f3c49da56f0f: Layer already exists [2024-07-06T01:21:25.651Z] 79f5cf19240a: Layer already exists [2024-07-06T01:21:25.651Z] 377dffc8c701: Layer already exists [2024-07-06T01:21:25.651Z] da707bb00cb8: Layer already exists [2024-07-06T01:21:25.915Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:8a89168e47ac7cbb73ba35df9388452bd270947e82092722552c14f2f2641572 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:26.268Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:26.618Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-07-06T01:21:26.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-06T01:21:26.618Z] 57c701dca780: Preparing [2024-07-06T01:21:26.618Z] 8919d8e34b76: Preparing [2024-07-06T01:21:26.618Z] cbd55ad5e3d5: Preparing [2024-07-06T01:21:26.618Z] 2cec9a841252: Preparing [2024-07-06T01:21:26.618Z] 965fcd26ec35: Preparing [2024-07-06T01:21:26.618Z] d5ae83ba0cfb: Preparing [2024-07-06T01:21:26.618Z] 377dffc8c701: Preparing [2024-07-06T01:21:26.618Z] 79f5cf19240a: Preparing [2024-07-06T01:21:26.618Z] f3c49da56f0f: Preparing [2024-07-06T01:21:26.618Z] d5ae83ba0cfb: Waiting [2024-07-06T01:21:26.618Z] 377dffc8c701: Waiting [2024-07-06T01:21:26.618Z] 79f5cf19240a: Waiting [2024-07-06T01:21:26.618Z] da707bb00cb8: Preparing [2024-07-06T01:21:26.618Z] f3c49da56f0f: Waiting [2024-07-06T01:21:26.618Z] da707bb00cb8: Waiting [2024-07-06T01:21:26.618Z] 2cec9a841252: Layer already exists [2024-07-06T01:21:26.618Z] cbd55ad5e3d5: Layer already exists [2024-07-06T01:21:26.618Z] 57c701dca780: Layer already exists [2024-07-06T01:21:26.618Z] 965fcd26ec35: Layer already exists [2024-07-06T01:21:26.618Z] 8919d8e34b76: Layer already exists [2024-07-06T01:21:26.618Z] 377dffc8c701: Layer already exists [2024-07-06T01:21:26.618Z] f3c49da56f0f: Layer already exists [2024-07-06T01:21:26.618Z] d5ae83ba0cfb: Layer already exists [2024-07-06T01:21:26.618Z] 79f5cf19240a: Layer already exists [2024-07-06T01:21:26.618Z] da707bb00cb8: Layer already exists [2024-07-06T01:21:26.883Z] main: digest: sha256:8a89168e47ac7cbb73ba35df9388452bd270947e82092722552c14f2f2641572 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T01:21:26.959Z] ===================================================== [Pipeline] echo [2024-07-06T01:21:26.975Z] taggedImages: [2024-07-06T01:21:26.975Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:21:26.975Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-07-06T01:21:26.975Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.31 [2024-07-06T01:21:26.975Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:21:26.975Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-07-06T01:21:27.004Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-07-06T01:21:27.004Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:21:27.004Z] latest [2024-07-06T01:21:27.004Z] 3.2.0-dev.31 [2024-07-06T01:21:27.004Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:21:27.004Z] main [2024-07-06T01:21:27.004Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:27.374Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:27.722Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:21:27.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-06T01:21:27.722Z] 8afcccefeb07: Preparing [2024-07-06T01:21:27.722Z] ab7ec1b89c86: Preparing [2024-07-06T01:21:27.722Z] 1014f5f1c325: Preparing [2024-07-06T01:21:27.722Z] 2cec9a841252: Preparing [2024-07-06T01:21:27.722Z] 965fcd26ec35: Preparing [2024-07-06T01:21:27.722Z] 0de9bff6c52c: Preparing [2024-07-06T01:21:27.722Z] c60a5190f3a1: Preparing [2024-07-06T01:21:27.722Z] f460d6cca1dd: Preparing [2024-07-06T01:21:27.722Z] da707bb00cb8: Preparing [2024-07-06T01:21:27.722Z] c60a5190f3a1: Waiting [2024-07-06T01:21:27.722Z] f460d6cca1dd: Waiting [2024-07-06T01:21:27.722Z] da707bb00cb8: Waiting [2024-07-06T01:21:27.722Z] 0de9bff6c52c: Waiting [2024-07-06T01:21:27.722Z] 2cec9a841252: Layer already exists [2024-07-06T01:21:27.993Z] 965fcd26ec35: Layer already exists [2024-07-06T01:21:27.993Z] ab7ec1b89c86: Pushed [2024-07-06T01:21:27.993Z] 1014f5f1c325: Pushed [2024-07-06T01:21:27.993Z] 8afcccefeb07: Pushed [2024-07-06T01:21:27.993Z] da707bb00cb8: Layer already exists [2024-07-06T01:21:28.573Z] f460d6cca1dd: Pushed [2024-07-06T01:21:29.152Z] c60a5190f3a1: Pushed [2024-07-06T01:21:47.334Z] 0de9bff6c52c: Pushed [2024-07-06T01:21:47.334Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:61db29484833a2fdccae02eed6048f13d5950c132c38e3648dfbc218d1fc7fc5 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:47.676Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:48.018Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-07-06T01:21:48.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-06T01:21:48.018Z] 8afcccefeb07: Preparing [2024-07-06T01:21:48.018Z] ab7ec1b89c86: Preparing [2024-07-06T01:21:48.018Z] 1014f5f1c325: Preparing [2024-07-06T01:21:48.018Z] 2cec9a841252: Preparing [2024-07-06T01:21:48.018Z] 965fcd26ec35: Preparing [2024-07-06T01:21:48.018Z] 0de9bff6c52c: Preparing [2024-07-06T01:21:48.018Z] c60a5190f3a1: Preparing [2024-07-06T01:21:48.018Z] f460d6cca1dd: Preparing [2024-07-06T01:21:48.018Z] da707bb00cb8: Preparing [2024-07-06T01:21:48.018Z] 0de9bff6c52c: Waiting [2024-07-06T01:21:48.018Z] c60a5190f3a1: Waiting [2024-07-06T01:21:48.018Z] f460d6cca1dd: Waiting [2024-07-06T01:21:48.018Z] da707bb00cb8: Waiting [2024-07-06T01:21:48.018Z] ab7ec1b89c86: Layer already exists [2024-07-06T01:21:48.018Z] 965fcd26ec35: Layer already exists [2024-07-06T01:21:48.018Z] 8afcccefeb07: Layer already exists [2024-07-06T01:21:48.018Z] 1014f5f1c325: Layer already exists [2024-07-06T01:21:48.018Z] 2cec9a841252: Layer already exists [2024-07-06T01:21:48.018Z] 0de9bff6c52c: Layer already exists [2024-07-06T01:21:48.018Z] f460d6cca1dd: Layer already exists [2024-07-06T01:21:48.018Z] c60a5190f3a1: Layer already exists [2024-07-06T01:21:48.018Z] da707bb00cb8: Layer already exists [2024-07-06T01:21:48.283Z] latest: digest: sha256:61db29484833a2fdccae02eed6048f13d5950c132c38e3648dfbc218d1fc7fc5 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:48.627Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:48.968Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.31 [2024-07-06T01:21:48.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-06T01:21:48.968Z] 8afcccefeb07: Preparing [2024-07-06T01:21:48.968Z] ab7ec1b89c86: Preparing [2024-07-06T01:21:48.968Z] 1014f5f1c325: Preparing [2024-07-06T01:21:48.968Z] 2cec9a841252: Preparing [2024-07-06T01:21:48.968Z] 965fcd26ec35: Preparing [2024-07-06T01:21:48.968Z] 0de9bff6c52c: Preparing [2024-07-06T01:21:48.968Z] c60a5190f3a1: Preparing [2024-07-06T01:21:48.968Z] f460d6cca1dd: Preparing [2024-07-06T01:21:48.968Z] da707bb00cb8: Preparing [2024-07-06T01:21:48.968Z] c60a5190f3a1: Waiting [2024-07-06T01:21:48.968Z] f460d6cca1dd: Waiting [2024-07-06T01:21:48.968Z] 0de9bff6c52c: Waiting [2024-07-06T01:21:48.968Z] 965fcd26ec35: Layer already exists [2024-07-06T01:21:48.968Z] ab7ec1b89c86: Layer already exists [2024-07-06T01:21:48.968Z] 8afcccefeb07: Layer already exists [2024-07-06T01:21:48.968Z] 2cec9a841252: Layer already exists [2024-07-06T01:21:48.968Z] 1014f5f1c325: Layer already exists [2024-07-06T01:21:48.968Z] 0de9bff6c52c: Layer already exists [2024-07-06T01:21:48.968Z] c60a5190f3a1: Layer already exists [2024-07-06T01:21:48.968Z] f460d6cca1dd: Layer already exists [2024-07-06T01:21:48.968Z] da707bb00cb8: Layer already exists [2024-07-06T01:21:49.233Z] 3.2.0-dev.31: digest: sha256:61db29484833a2fdccae02eed6048f13d5950c132c38e3648dfbc218d1fc7fc5 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:49.579Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:49.928Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:21:49.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-06T01:21:49.928Z] 8afcccefeb07: Preparing [2024-07-06T01:21:49.928Z] ab7ec1b89c86: Preparing [2024-07-06T01:21:49.928Z] 1014f5f1c325: Preparing [2024-07-06T01:21:49.928Z] 2cec9a841252: Preparing [2024-07-06T01:21:49.928Z] 965fcd26ec35: Preparing [2024-07-06T01:21:49.928Z] 0de9bff6c52c: Preparing [2024-07-06T01:21:49.928Z] c60a5190f3a1: Preparing [2024-07-06T01:21:49.928Z] f460d6cca1dd: Preparing [2024-07-06T01:21:49.928Z] da707bb00cb8: Preparing [2024-07-06T01:21:49.928Z] f460d6cca1dd: Waiting [2024-07-06T01:21:49.928Z] da707bb00cb8: Waiting [2024-07-06T01:21:49.928Z] 0de9bff6c52c: Waiting [2024-07-06T01:21:49.928Z] 965fcd26ec35: Layer already exists [2024-07-06T01:21:49.928Z] 2cec9a841252: Layer already exists [2024-07-06T01:21:49.928Z] ab7ec1b89c86: Layer already exists [2024-07-06T01:21:49.928Z] 1014f5f1c325: Layer already exists [2024-07-06T01:21:49.928Z] 8afcccefeb07: Layer already exists [2024-07-06T01:21:49.928Z] c60a5190f3a1: Layer already exists [2024-07-06T01:21:49.928Z] 0de9bff6c52c: Layer already exists [2024-07-06T01:21:49.928Z] f460d6cca1dd: Layer already exists [2024-07-06T01:21:49.928Z] da707bb00cb8: Layer already exists [2024-07-06T01:21:49.928Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:61db29484833a2fdccae02eed6048f13d5950c132c38e3648dfbc218d1fc7fc5 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:50.540Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:50.884Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-07-06T01:21:50.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-06T01:21:50.884Z] 8afcccefeb07: Preparing [2024-07-06T01:21:50.884Z] ab7ec1b89c86: Preparing [2024-07-06T01:21:50.884Z] 1014f5f1c325: Preparing [2024-07-06T01:21:50.884Z] 2cec9a841252: Preparing [2024-07-06T01:21:50.884Z] 965fcd26ec35: Preparing [2024-07-06T01:21:50.884Z] 0de9bff6c52c: Preparing [2024-07-06T01:21:50.884Z] c60a5190f3a1: Preparing [2024-07-06T01:21:50.884Z] f460d6cca1dd: Preparing [2024-07-06T01:21:50.884Z] da707bb00cb8: Preparing [2024-07-06T01:21:50.884Z] c60a5190f3a1: Waiting [2024-07-06T01:21:50.884Z] f460d6cca1dd: Waiting [2024-07-06T01:21:50.884Z] da707bb00cb8: Waiting [2024-07-06T01:21:50.884Z] 0de9bff6c52c: Waiting [2024-07-06T01:21:50.884Z] 1014f5f1c325: Layer already exists [2024-07-06T01:21:50.884Z] 2cec9a841252: Layer already exists [2024-07-06T01:21:50.884Z] 965fcd26ec35: Layer already exists [2024-07-06T01:21:50.884Z] ab7ec1b89c86: Layer already exists [2024-07-06T01:21:50.884Z] 8afcccefeb07: Layer already exists [2024-07-06T01:21:50.884Z] c60a5190f3a1: Layer already exists [2024-07-06T01:21:50.885Z] 0de9bff6c52c: Layer already exists [2024-07-06T01:21:50.885Z] f460d6cca1dd: Layer already exists [2024-07-06T01:21:50.885Z] da707bb00cb8: Layer already exists [2024-07-06T01:21:51.148Z] main: digest: sha256:61db29484833a2fdccae02eed6048f13d5950c132c38e3648dfbc218d1fc7fc5 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T01:21:51.223Z] ===================================================== [Pipeline] echo [2024-07-06T01:21:51.238Z] taggedImages: [2024-07-06T01:21:51.238Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:21:51.238Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-07-06T01:21:51.238Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.31 [2024-07-06T01:21:51.238Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:21:51.238Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-07-06T01:21:51.266Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-07-06T01:21:51.266Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:21:51.266Z] latest [2024-07-06T01:21:51.266Z] 3.2.0-dev.31 [2024-07-06T01:21:51.266Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:21:51.266Z] main [2024-07-06T01:21:51.266Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:51.625Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:21:51.975Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:21:51.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-06T01:21:51.975Z] 3bce85d71697: Preparing [2024-07-06T01:21:51.975Z] 30b1d7a310ea: Preparing [2024-07-06T01:21:51.975Z] 7eb3b41e184a: Preparing [2024-07-06T01:21:51.975Z] 2cec9a841252: Preparing [2024-07-06T01:21:51.975Z] 965fcd26ec35: Preparing [2024-07-06T01:21:51.975Z] 5da484243671: Preparing [2024-07-06T01:21:51.975Z] 79f5cf19240a: Preparing [2024-07-06T01:21:51.975Z] f3c49da56f0f: Preparing [2024-07-06T01:21:51.975Z] da707bb00cb8: Preparing [2024-07-06T01:21:51.975Z] 79f5cf19240a: Waiting [2024-07-06T01:21:51.975Z] f3c49da56f0f: Waiting [2024-07-06T01:21:51.975Z] da707bb00cb8: Waiting [2024-07-06T01:21:51.975Z] 5da484243671: Waiting [2024-07-06T01:21:51.975Z] 965fcd26ec35: Layer already exists [2024-07-06T01:21:52.240Z] 2cec9a841252: Layer already exists [2024-07-06T01:21:52.240Z] 79f5cf19240a: Layer already exists [2024-07-06T01:21:52.240Z] 7eb3b41e184a: Pushed [2024-07-06T01:21:52.240Z] 30b1d7a310ea: Pushed [2024-07-06T01:21:52.240Z] 3bce85d71697: Pushed [2024-07-06T01:21:52.240Z] f3c49da56f0f: Layer already exists [2024-07-06T01:21:52.240Z] da707bb00cb8: Layer already exists [2024-07-06T01:22:10.432Z] 5da484243671: Pushed [2024-07-06T01:22:10.432Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:054dc8b9f315852cddb5a8d572392ed77dfe1dc51ae5a0c3983d22994ad0f47f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:10.782Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:11.125Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-07-06T01:22:11.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-06T01:22:11.125Z] 3bce85d71697: Preparing [2024-07-06T01:22:11.125Z] 30b1d7a310ea: Preparing [2024-07-06T01:22:11.125Z] 7eb3b41e184a: Preparing [2024-07-06T01:22:11.125Z] 2cec9a841252: Preparing [2024-07-06T01:22:11.125Z] 965fcd26ec35: Preparing [2024-07-06T01:22:11.125Z] 5da484243671: Preparing [2024-07-06T01:22:11.125Z] 79f5cf19240a: Preparing [2024-07-06T01:22:11.125Z] f3c49da56f0f: Preparing [2024-07-06T01:22:11.125Z] da707bb00cb8: Preparing [2024-07-06T01:22:11.125Z] 79f5cf19240a: Waiting [2024-07-06T01:22:11.125Z] f3c49da56f0f: Waiting [2024-07-06T01:22:11.125Z] 5da484243671: Waiting [2024-07-06T01:22:11.125Z] da707bb00cb8: Waiting [2024-07-06T01:22:11.125Z] 3bce85d71697: Layer already exists [2024-07-06T01:22:11.125Z] 7eb3b41e184a: Layer already exists [2024-07-06T01:22:11.125Z] 965fcd26ec35: Layer already exists [2024-07-06T01:22:11.125Z] 2cec9a841252: Layer already exists [2024-07-06T01:22:11.125Z] 30b1d7a310ea: Layer already exists [2024-07-06T01:22:11.125Z] 79f5cf19240a: Layer already exists [2024-07-06T01:22:11.125Z] 5da484243671: Layer already exists [2024-07-06T01:22:11.125Z] f3c49da56f0f: Layer already exists [2024-07-06T01:22:11.125Z] da707bb00cb8: Layer already exists [2024-07-06T01:22:11.389Z] latest: digest: sha256:054dc8b9f315852cddb5a8d572392ed77dfe1dc51ae5a0c3983d22994ad0f47f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:11.743Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:12.091Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.31 [2024-07-06T01:22:12.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-06T01:22:12.091Z] 3bce85d71697: Preparing [2024-07-06T01:22:12.091Z] 30b1d7a310ea: Preparing [2024-07-06T01:22:12.091Z] 7eb3b41e184a: Preparing [2024-07-06T01:22:12.091Z] 2cec9a841252: Preparing [2024-07-06T01:22:12.091Z] 965fcd26ec35: Preparing [2024-07-06T01:22:12.091Z] 5da484243671: Preparing [2024-07-06T01:22:12.091Z] 79f5cf19240a: Preparing [2024-07-06T01:22:12.091Z] f3c49da56f0f: Preparing [2024-07-06T01:22:12.091Z] da707bb00cb8: Preparing [2024-07-06T01:22:12.091Z] 5da484243671: Waiting [2024-07-06T01:22:12.091Z] 79f5cf19240a: Waiting [2024-07-06T01:22:12.091Z] f3c49da56f0f: Waiting [2024-07-06T01:22:12.091Z] da707bb00cb8: Waiting [2024-07-06T01:22:12.091Z] 7eb3b41e184a: Layer already exists [2024-07-06T01:22:12.091Z] 965fcd26ec35: Layer already exists [2024-07-06T01:22:12.091Z] 2cec9a841252: Layer already exists [2024-07-06T01:22:12.091Z] 3bce85d71697: Layer already exists [2024-07-06T01:22:12.091Z] 30b1d7a310ea: Layer already exists [2024-07-06T01:22:12.091Z] 5da484243671: Layer already exists [2024-07-06T01:22:12.091Z] f3c49da56f0f: Layer already exists [2024-07-06T01:22:12.091Z] 79f5cf19240a: Layer already exists [2024-07-06T01:22:12.091Z] da707bb00cb8: Layer already exists [2024-07-06T01:22:12.355Z] 3.2.0-dev.31: digest: sha256:054dc8b9f315852cddb5a8d572392ed77dfe1dc51ae5a0c3983d22994ad0f47f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:12.700Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:13.040Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:22:13.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-06T01:22:13.040Z] 3bce85d71697: Preparing [2024-07-06T01:22:13.040Z] 30b1d7a310ea: Preparing [2024-07-06T01:22:13.040Z] 7eb3b41e184a: Preparing [2024-07-06T01:22:13.040Z] 2cec9a841252: Preparing [2024-07-06T01:22:13.040Z] 965fcd26ec35: Preparing [2024-07-06T01:22:13.040Z] 5da484243671: Preparing [2024-07-06T01:22:13.040Z] 79f5cf19240a: Preparing [2024-07-06T01:22:13.040Z] f3c49da56f0f: Preparing [2024-07-06T01:22:13.040Z] da707bb00cb8: Preparing [2024-07-06T01:22:13.040Z] 79f5cf19240a: Waiting [2024-07-06T01:22:13.040Z] 5da484243671: Waiting [2024-07-06T01:22:13.040Z] 7eb3b41e184a: Layer already exists [2024-07-06T01:22:13.040Z] 965fcd26ec35: Layer already exists [2024-07-06T01:22:13.040Z] 30b1d7a310ea: Layer already exists [2024-07-06T01:22:13.040Z] 3bce85d71697: Layer already exists [2024-07-06T01:22:13.040Z] 2cec9a841252: Layer already exists [2024-07-06T01:22:13.040Z] 79f5cf19240a: Layer already exists [2024-07-06T01:22:13.040Z] 5da484243671: Layer already exists [2024-07-06T01:22:13.040Z] da707bb00cb8: Layer already exists [2024-07-06T01:22:13.040Z] f3c49da56f0f: Layer already exists [2024-07-06T01:22:13.304Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:054dc8b9f315852cddb5a8d572392ed77dfe1dc51ae5a0c3983d22994ad0f47f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:13.651Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:13.992Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-07-06T01:22:13.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-06T01:22:13.992Z] 3bce85d71697: Preparing [2024-07-06T01:22:13.992Z] 30b1d7a310ea: Preparing [2024-07-06T01:22:13.992Z] 7eb3b41e184a: Preparing [2024-07-06T01:22:13.992Z] 2cec9a841252: Preparing [2024-07-06T01:22:13.992Z] 965fcd26ec35: Preparing [2024-07-06T01:22:13.992Z] 5da484243671: Preparing [2024-07-06T01:22:13.992Z] 79f5cf19240a: Preparing [2024-07-06T01:22:13.992Z] f3c49da56f0f: Preparing [2024-07-06T01:22:13.992Z] da707bb00cb8: Preparing [2024-07-06T01:22:13.992Z] 5da484243671: Waiting [2024-07-06T01:22:13.992Z] 79f5cf19240a: Waiting [2024-07-06T01:22:13.992Z] f3c49da56f0f: Waiting [2024-07-06T01:22:13.992Z] da707bb00cb8: Waiting [2024-07-06T01:22:13.992Z] 30b1d7a310ea: Layer already exists [2024-07-06T01:22:13.992Z] 3bce85d71697: Layer already exists [2024-07-06T01:22:13.992Z] 965fcd26ec35: Layer already exists [2024-07-06T01:22:13.992Z] 7eb3b41e184a: Layer already exists [2024-07-06T01:22:13.992Z] 2cec9a841252: Layer already exists [2024-07-06T01:22:13.992Z] 5da484243671: Layer already exists [2024-07-06T01:22:13.992Z] 79f5cf19240a: Layer already exists [2024-07-06T01:22:13.992Z] da707bb00cb8: Layer already exists [2024-07-06T01:22:13.992Z] f3c49da56f0f: Layer already exists [2024-07-06T01:22:14.257Z] main: digest: sha256:054dc8b9f315852cddb5a8d572392ed77dfe1dc51ae5a0c3983d22994ad0f47f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T01:22:14.327Z] ===================================================== [Pipeline] echo [2024-07-06T01:22:14.342Z] taggedImages: [2024-07-06T01:22:14.342Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:22:14.342Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-07-06T01:22:14.342Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.31 [2024-07-06T01:22:14.342Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:22:14.342Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-07-06T01:22:14.370Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-07-06T01:22:14.370Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:22:14.370Z] latest [2024-07-06T01:22:14.370Z] 3.2.0-dev.31 [2024-07-06T01:22:14.370Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:22:14.370Z] main [2024-07-06T01:22:14.370Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:14.730Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:15.078Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:22:15.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-06T01:22:15.078Z] 7676859facd4: Preparing [2024-07-06T01:22:15.078Z] e1172d36d4c9: Preparing [2024-07-06T01:22:15.078Z] 2cec9a841252: Preparing [2024-07-06T01:22:15.078Z] 965fcd26ec35: Preparing [2024-07-06T01:22:15.078Z] 3f1e4f43c2f8: Preparing [2024-07-06T01:22:15.078Z] 9e6fda48fc19: Preparing [2024-07-06T01:22:15.078Z] da707bb00cb8: Preparing [2024-07-06T01:22:15.078Z] 9e6fda48fc19: Waiting [2024-07-06T01:22:15.078Z] da707bb00cb8: Waiting [2024-07-06T01:22:15.657Z] 965fcd26ec35: Layer already exists [2024-07-06T01:22:15.657Z] 2cec9a841252: Layer already exists [2024-07-06T01:22:15.657Z] da707bb00cb8: Layer already exists [2024-07-06T01:22:15.657Z] 7676859facd4: Pushed [2024-07-06T01:22:15.922Z] 9e6fda48fc19: Pushed [2024-07-06T01:22:16.501Z] 3f1e4f43c2f8: Pushed [2024-07-06T01:22:21.820Z] e1172d36d4c9: Pushed [2024-07-06T01:22:22.085Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:004d1ebe8292a74e4aed21158a9bed776fb18c6a2b281fbb8e17fad6c17a19fd size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:22.440Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:22.783Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-07-06T01:22:22.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-06T01:22:22.783Z] 7676859facd4: Preparing [2024-07-06T01:22:22.783Z] e1172d36d4c9: Preparing [2024-07-06T01:22:22.783Z] 2cec9a841252: Preparing [2024-07-06T01:22:22.783Z] 965fcd26ec35: Preparing [2024-07-06T01:22:22.783Z] 3f1e4f43c2f8: Preparing [2024-07-06T01:22:22.783Z] 9e6fda48fc19: Preparing [2024-07-06T01:22:22.783Z] da707bb00cb8: Preparing [2024-07-06T01:22:22.783Z] 9e6fda48fc19: Waiting [2024-07-06T01:22:22.783Z] da707bb00cb8: Waiting [2024-07-06T01:22:22.783Z] e1172d36d4c9: Layer already exists [2024-07-06T01:22:22.783Z] 7676859facd4: Layer already exists [2024-07-06T01:22:22.783Z] 965fcd26ec35: Layer already exists [2024-07-06T01:22:22.783Z] 2cec9a841252: Layer already exists [2024-07-06T01:22:22.783Z] 3f1e4f43c2f8: Layer already exists [2024-07-06T01:22:22.783Z] 9e6fda48fc19: Layer already exists [2024-07-06T01:22:22.783Z] da707bb00cb8: Layer already exists [2024-07-06T01:22:23.047Z] latest: digest: sha256:004d1ebe8292a74e4aed21158a9bed776fb18c6a2b281fbb8e17fad6c17a19fd size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:23.395Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:23.790Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.31 [2024-07-06T01:22:23.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-06T01:22:23.790Z] 7676859facd4: Preparing [2024-07-06T01:22:23.790Z] e1172d36d4c9: Preparing [2024-07-06T01:22:23.790Z] 2cec9a841252: Preparing [2024-07-06T01:22:23.790Z] 965fcd26ec35: Preparing [2024-07-06T01:22:23.790Z] 3f1e4f43c2f8: Preparing [2024-07-06T01:22:23.790Z] 9e6fda48fc19: Preparing [2024-07-06T01:22:23.790Z] da707bb00cb8: Preparing [2024-07-06T01:22:23.790Z] 9e6fda48fc19: Waiting [2024-07-06T01:22:23.790Z] da707bb00cb8: Waiting [2024-07-06T01:22:23.790Z] 965fcd26ec35: Layer already exists [2024-07-06T01:22:23.790Z] 7676859facd4: Layer already exists [2024-07-06T01:22:23.790Z] e1172d36d4c9: Layer already exists [2024-07-06T01:22:23.790Z] 2cec9a841252: Layer already exists [2024-07-06T01:22:23.790Z] 3f1e4f43c2f8: Layer already exists [2024-07-06T01:22:23.790Z] 9e6fda48fc19: Layer already exists [2024-07-06T01:22:23.790Z] da707bb00cb8: Layer already exists [2024-07-06T01:22:24.058Z] 3.2.0-dev.31: digest: sha256:004d1ebe8292a74e4aed21158a9bed776fb18c6a2b281fbb8e17fad6c17a19fd size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:24.405Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:24.763Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:22:24.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-06T01:22:24.763Z] 7676859facd4: Preparing [2024-07-06T01:22:24.763Z] e1172d36d4c9: Preparing [2024-07-06T01:22:24.763Z] 2cec9a841252: Preparing [2024-07-06T01:22:24.763Z] 965fcd26ec35: Preparing [2024-07-06T01:22:24.763Z] 3f1e4f43c2f8: Preparing [2024-07-06T01:22:24.763Z] 9e6fda48fc19: Preparing [2024-07-06T01:22:24.763Z] da707bb00cb8: Preparing [2024-07-06T01:22:24.763Z] 9e6fda48fc19: Waiting [2024-07-06T01:22:24.763Z] da707bb00cb8: Waiting [2024-07-06T01:22:24.763Z] 7676859facd4: Layer already exists [2024-07-06T01:22:24.763Z] 2cec9a841252: Layer already exists [2024-07-06T01:22:24.763Z] 965fcd26ec35: Layer already exists [2024-07-06T01:22:24.763Z] e1172d36d4c9: Layer already exists [2024-07-06T01:22:24.763Z] 3f1e4f43c2f8: Layer already exists [2024-07-06T01:22:24.763Z] da707bb00cb8: Layer already exists [2024-07-06T01:22:24.763Z] 9e6fda48fc19: Layer already exists [2024-07-06T01:22:25.031Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:004d1ebe8292a74e4aed21158a9bed776fb18c6a2b281fbb8e17fad6c17a19fd size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:25.372Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:25.719Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-07-06T01:22:25.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-06T01:22:25.719Z] 7676859facd4: Preparing [2024-07-06T01:22:25.719Z] e1172d36d4c9: Preparing [2024-07-06T01:22:25.719Z] 2cec9a841252: Preparing [2024-07-06T01:22:25.719Z] 965fcd26ec35: Preparing [2024-07-06T01:22:25.719Z] 3f1e4f43c2f8: Preparing [2024-07-06T01:22:25.719Z] 9e6fda48fc19: Preparing [2024-07-06T01:22:25.719Z] da707bb00cb8: Preparing [2024-07-06T01:22:25.719Z] 9e6fda48fc19: Waiting [2024-07-06T01:22:25.719Z] da707bb00cb8: Waiting [2024-07-06T01:22:25.719Z] e1172d36d4c9: Layer already exists [2024-07-06T01:22:25.719Z] 2cec9a841252: Layer already exists [2024-07-06T01:22:25.719Z] 3f1e4f43c2f8: Layer already exists [2024-07-06T01:22:25.719Z] 7676859facd4: Layer already exists [2024-07-06T01:22:25.719Z] 965fcd26ec35: Layer already exists [2024-07-06T01:22:25.719Z] da707bb00cb8: Layer already exists [2024-07-06T01:22:25.719Z] 9e6fda48fc19: Layer already exists [2024-07-06T01:22:25.983Z] main: digest: sha256:004d1ebe8292a74e4aed21158a9bed776fb18c6a2b281fbb8e17fad6c17a19fd size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T01:22:26.056Z] ===================================================== [Pipeline] echo [2024-07-06T01:22:26.070Z] taggedImages: [2024-07-06T01:22:26.070Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:22:26.070Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-07-06T01:22:26.070Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.31 [2024-07-06T01:22:26.070Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:22:26.070Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-07-06T01:22:26.090Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-07-06T01:22:26.090Z] d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:22:26.090Z] latest [2024-07-06T01:22:26.090Z] 3.2.0-dev.31 [2024-07-06T01:22:26.090Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:22:26.090Z] main [2024-07-06T01:22:26.090Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:26.450Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:26.793Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:22:26.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-06T01:22:26.793Z] 3273da35ed87: Preparing [2024-07-06T01:22:26.793Z] 504cf5819163: Preparing [2024-07-06T01:22:26.793Z] 2cec9a841252: Preparing [2024-07-06T01:22:26.793Z] 965fcd26ec35: Preparing [2024-07-06T01:22:26.793Z] 5b2530683d8a: Preparing [2024-07-06T01:22:26.793Z] 5e71693b7b7d: Preparing [2024-07-06T01:22:26.793Z] da707bb00cb8: Preparing [2024-07-06T01:22:26.793Z] 5e71693b7b7d: Waiting [2024-07-06T01:22:26.793Z] da707bb00cb8: Waiting [2024-07-06T01:22:26.793Z] 5b2530683d8a: Layer already exists [2024-07-06T01:22:26.793Z] 965fcd26ec35: Layer already exists [2024-07-06T01:22:27.056Z] 2cec9a841252: Layer already exists [2024-07-06T01:22:27.056Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:22:27.056Z] da707bb00cb8: Layer already exists [2024-07-06T01:22:27.056Z] 3273da35ed87: Pushed [2024-07-06T01:22:33.698Z] 504cf5819163: Pushed [2024-07-06T01:22:33.698Z] d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:0204c40566313df22c3b6da7cdd8c097fa9aa41272a3394666c1c3ad98fa019e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:34.049Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:34.384Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-07-06T01:22:34.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-06T01:22:34.385Z] 3273da35ed87: Preparing [2024-07-06T01:22:34.385Z] 504cf5819163: Preparing [2024-07-06T01:22:34.385Z] 2cec9a841252: Preparing [2024-07-06T01:22:34.385Z] 965fcd26ec35: Preparing [2024-07-06T01:22:34.385Z] 5b2530683d8a: Preparing [2024-07-06T01:22:34.385Z] 5e71693b7b7d: Preparing [2024-07-06T01:22:34.385Z] da707bb00cb8: Preparing [2024-07-06T01:22:34.385Z] 5e71693b7b7d: Waiting [2024-07-06T01:22:34.385Z] da707bb00cb8: Waiting [2024-07-06T01:22:34.385Z] 965fcd26ec35: Layer already exists [2024-07-06T01:22:34.385Z] 2cec9a841252: Layer already exists [2024-07-06T01:22:34.385Z] 3273da35ed87: Layer already exists [2024-07-06T01:22:34.385Z] 5b2530683d8a: Layer already exists [2024-07-06T01:22:34.385Z] 504cf5819163: Layer already exists [2024-07-06T01:22:34.385Z] da707bb00cb8: Layer already exists [2024-07-06T01:22:34.385Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:22:34.648Z] latest: digest: sha256:0204c40566313df22c3b6da7cdd8c097fa9aa41272a3394666c1c3ad98fa019e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:34.997Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:35.341Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.31 [2024-07-06T01:22:35.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-06T01:22:35.341Z] 3273da35ed87: Preparing [2024-07-06T01:22:35.341Z] 504cf5819163: Preparing [2024-07-06T01:22:35.341Z] 2cec9a841252: Preparing [2024-07-06T01:22:35.341Z] 965fcd26ec35: Preparing [2024-07-06T01:22:35.341Z] 5b2530683d8a: Preparing [2024-07-06T01:22:35.341Z] 5e71693b7b7d: Preparing [2024-07-06T01:22:35.341Z] da707bb00cb8: Preparing [2024-07-06T01:22:35.341Z] da707bb00cb8: Waiting [2024-07-06T01:22:35.341Z] 5e71693b7b7d: Waiting [2024-07-06T01:22:35.341Z] 504cf5819163: Layer already exists [2024-07-06T01:22:35.341Z] 5b2530683d8a: Layer already exists [2024-07-06T01:22:35.341Z] 3273da35ed87: Layer already exists [2024-07-06T01:22:35.341Z] 2cec9a841252: Layer already exists [2024-07-06T01:22:35.341Z] 965fcd26ec35: Layer already exists [2024-07-06T01:22:35.341Z] da707bb00cb8: Layer already exists [2024-07-06T01:22:35.341Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:22:35.341Z] 3.2.0-dev.31: digest: sha256:0204c40566313df22c3b6da7cdd8c097fa9aa41272a3394666c1c3ad98fa019e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:35.688Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:36.031Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:22:36.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-06T01:22:36.031Z] 3273da35ed87: Preparing [2024-07-06T01:22:36.031Z] 504cf5819163: Preparing [2024-07-06T01:22:36.031Z] 2cec9a841252: Preparing [2024-07-06T01:22:36.031Z] 965fcd26ec35: Preparing [2024-07-06T01:22:36.031Z] 5b2530683d8a: Preparing [2024-07-06T01:22:36.031Z] 5e71693b7b7d: Preparing [2024-07-06T01:22:36.031Z] da707bb00cb8: Preparing [2024-07-06T01:22:36.031Z] 5e71693b7b7d: Waiting [2024-07-06T01:22:36.031Z] da707bb00cb8: Waiting [2024-07-06T01:22:36.031Z] 3273da35ed87: Layer already exists [2024-07-06T01:22:36.031Z] 5b2530683d8a: Layer already exists [2024-07-06T01:22:36.031Z] 2cec9a841252: Layer already exists [2024-07-06T01:22:36.031Z] 504cf5819163: Layer already exists [2024-07-06T01:22:36.031Z] 965fcd26ec35: Layer already exists [2024-07-06T01:22:36.031Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:22:36.031Z] da707bb00cb8: Layer already exists [2024-07-06T01:22:36.031Z] d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:0204c40566313df22c3b6da7cdd8c097fa9aa41272a3394666c1c3ad98fa019e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:36.646Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:36.997Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-07-06T01:22:36.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-06T01:22:36.997Z] 3273da35ed87: Preparing [2024-07-06T01:22:36.997Z] 504cf5819163: Preparing [2024-07-06T01:22:36.997Z] 2cec9a841252: Preparing [2024-07-06T01:22:36.997Z] 965fcd26ec35: Preparing [2024-07-06T01:22:36.997Z] 5b2530683d8a: Preparing [2024-07-06T01:22:36.997Z] 5e71693b7b7d: Preparing [2024-07-06T01:22:36.997Z] da707bb00cb8: Preparing [2024-07-06T01:22:36.997Z] 5e71693b7b7d: Waiting [2024-07-06T01:22:36.997Z] da707bb00cb8: Waiting [2024-07-06T01:22:36.997Z] 3273da35ed87: Layer already exists [2024-07-06T01:22:36.997Z] 504cf5819163: Layer already exists [2024-07-06T01:22:36.997Z] 5b2530683d8a: Layer already exists [2024-07-06T01:22:36.997Z] 965fcd26ec35: Layer already exists [2024-07-06T01:22:36.997Z] 2cec9a841252: Layer already exists [2024-07-06T01:22:36.997Z] da707bb00cb8: Layer already exists [2024-07-06T01:22:36.997Z] 5e71693b7b7d: Layer already exists [2024-07-06T01:22:37.262Z] main: digest: sha256:0204c40566313df22c3b6da7cdd8c097fa9aa41272a3394666c1c3ad98fa019e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-06T01:22:37.353Z] ===================================================== [Pipeline] echo [2024-07-06T01:22:37.366Z] taggedImages: [2024-07-06T01:22:37.366Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [2024-07-06T01:22:37.366Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-07-06T01:22:37.366Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.31 [2024-07-06T01:22:37.366Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [2024-07-06T01:22:37.366Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:37.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-06T01:22:37.749Z] [2024-07-06T01:22:37.749Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:22:38.077Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-06T01:22:38.078Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-06T01:22:38.078Z] 8998bd30e6a1: Pulling fs layer [2024-07-06T01:22:38.078Z] 04944245beec: Pulling fs layer [2024-07-06T01:22:38.078Z] 699f458cf7ca: Pulling fs layer [2024-07-06T01:22:38.078Z] 765212b225bb: Pulling fs layer [2024-07-06T01:22:38.078Z] f23df028b6ca: Pulling fs layer [2024-07-06T01:22:38.078Z] d65c8cfc05b1: Pulling fs layer [2024-07-06T01:22:38.078Z] 2437ff75d9bd: Pulling fs layer [2024-07-06T01:22:38.078Z] 765212b225bb: Waiting [2024-07-06T01:22:38.078Z] f23df028b6ca: Waiting [2024-07-06T01:22:38.078Z] d65c8cfc05b1: Waiting [2024-07-06T01:22:38.078Z] 2437ff75d9bd: Waiting [2024-07-06T01:22:38.344Z] 04944245beec: Verifying Checksum [2024-07-06T01:22:38.344Z] 04944245beec: Download complete [2024-07-06T01:22:38.344Z] 765212b225bb: Verifying Checksum [2024-07-06T01:22:38.344Z] 765212b225bb: Download complete [2024-07-06T01:22:38.344Z] f23df028b6ca: Download complete [2024-07-06T01:22:38.344Z] d65c8cfc05b1: Verifying Checksum [2024-07-06T01:22:38.344Z] d65c8cfc05b1: Download complete [2024-07-06T01:22:38.344Z] 699f458cf7ca: Verifying Checksum [2024-07-06T01:22:38.344Z] 699f458cf7ca: Download complete [2024-07-06T01:22:38.930Z] 8998bd30e6a1: Download complete [2024-07-06T01:22:41.503Z] 2437ff75d9bd: Verifying Checksum [2024-07-06T01:22:41.503Z] 2437ff75d9bd: Download complete [2024-07-06T01:22:43.444Z] 8998bd30e6a1: Pull complete [2024-07-06T01:22:44.024Z] 04944245beec: Pull complete [2024-07-06T01:22:45.428Z] 699f458cf7ca: Pull complete [2024-07-06T01:22:45.695Z] 765212b225bb: Pull complete [2024-07-06T01:22:46.651Z] f23df028b6ca: Pull complete [2024-07-06T01:22:46.916Z] d65c8cfc05b1: Pull complete [2024-07-06T01:23:05.102Z] 2437ff75d9bd: Pull complete [2024-07-06T01:23:05.102Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-06T01:23:05.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-06T01:23:05.102Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-06T01:23:05.293Z] prd-ubuntu20.04-docker-arm64-4c-16g-5106 does not seem to be running inside a container [2024-07-06T01:23:05.338Z] $ 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/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-07-06T01:23:07.778Z] $ docker top 2acd769c929ef16fbcec8377bfd36eca0b0061d0cc3f0c46929b6d2899d11734 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-06T01:23:08.689Z] ---> job-cost.sh [2024-07-06T01:23:08.689Z] lf-activate-venv: SKIPPING [2024-07-06T01:23:08.689Z] INFO: No Stack... [2024-07-06T01:23:09.266Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-06T01:23:09.844Z] INFO: Archiving Costs [Pipeline] sh [2024-07-06T01:23:10.471Z] + cat /w/workspace/edgex-go/649/archives/cost.csv [2024-07-06T01:23:10.471Z] + cut -d, -f6 [Pipeline] lock [2024-07-06T01:23:10.501Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-649-stack-cost] [2024-07-06T01:23:10.513Z] Resource [jenkins-edgexfoundry-edgex-go-main-649-stack-cost] did not exist. Created. [2024-07-06T01:23:10.523Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-649-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-06T01:23:11.166Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-06T01:23:11.773Z] Stashed 1 file(s) [Pipeline] } [2024-07-06T01:23:11.782Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-649-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-06T01:23:11.800Z] $ docker stop --time=1 2acd769c929ef16fbcec8377bfd36eca0b0061d0cc3f0c46929b6d2899d11734 [2024-07-06T01:23:13.301Z] $ docker rm -f --volumes 2acd769c929ef16fbcec8377bfd36eca0b0061d0cc3f0c46929b6d2899d11734 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2024-07-06T01:23:13.826Z] provisioning config files... [2024-07-06T01:23:13.835Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/649@tmp/config6498467970269138291tmp [Pipeline] { [Pipeline] sh [2024-07-06T01:23:14.140Z] + set +x [2024-07-06T01:23:14.140Z] + bash -s -- [2024-07-06T01:23:14.140Z] + curl -s https://codecov.io/bash [2024-07-06T01:23:14.140Z] [2024-07-06T01:23:14.140Z] _____ _ [2024-07-06T01:23:14.140Z] / ____| | | [2024-07-06T01:23:14.140Z] | | ___ __| | ___ ___ _____ __ [2024-07-06T01:23:14.140Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-06T01:23:14.140Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-06T01:23:14.140Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-06T01:23:14.140Z] Bash-1.0.6 [2024-07-06T01:23:14.140Z] [2024-07-06T01:23:14.140Z] [2024-07-06T01:23:14.140Z] ==> git version 2.25.1 found [2024-07-06T01:23:14.140Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2024-07-06T01:23:14.140Z] Release-Date: 2020-01-08 [2024-07-06T01:23:14.140Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-07-06T01:23:14.140Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-06T01:23:14.140Z] ==> Jenkins CI detected. [2024-07-06T01:23:14.140Z] current dir:  /w/workspace/edgex-go/649 [2024-07-06T01:23:14.140Z] project root: . [2024-07-06T01:23:14.140Z] --> token set from env [2024-07-06T01:23:14.140Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-06T01:23:14.399Z] ==> Running gcov in . (disable via -X gcov) [2024-07-06T01:23:14.399Z] ==> Python coveragepy not found [2024-07-06T01:23:14.399Z] ==> Searching for coverage reports in: [2024-07-06T01:23:14.399Z] + . [2024-07-06T01:23:14.399Z] -> Found 1 reports [2024-07-06T01:23:14.399Z] ==> Detecting git/mercurial file structure [2024-07-06T01:23:14.399Z] ==> Reading reports [2024-07-06T01:23:14.399Z] + ./coverage.out bytes=481596 [2024-07-06T01:23:14.399Z] ==> Appending adjustments [2024-07-06T01:23:14.399Z] https://docs.codecov.io/docs/fixing-reports [2024-07-06T01:23:15.337Z] + Found adjustments [2024-07-06T01:23:15.337Z] ==> Gzipping contents [2024-07-06T01:23:15.337Z] 60K /tmp/codecov.OqE17Q.gz [2024-07-06T01:23:15.337Z] ==> Uploading reports [2024-07-06T01:23:15.337Z] url: https://codecov.io [2024-07-06T01:23:15.337Z] query: branch=main&commit=d00eb61bd559b49c08ce600caa3e3487789f2306&build=649&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F649%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-06T01:23:15.337Z] -> Pinging Codecov [2024-07-06T01:23:15.337Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=d00eb61bd559b49c08ce600caa3e3487789f2306&build=649&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F649%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-06T01:23:15.597Z] -> Uploading to [2024-07-06T01:23:15.597Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-06/00271124DB129430A58F1EEE437C3FCB/d00eb61bd559b49c08ce600caa3e3487789f2306/0eb135cd-bd4c-45d9-9897-356de4654d29.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240706%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240706T012315Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2c0d2e8fbb6ef98e70bcf3e5add8d1604922ea2da3a8c713f59f46f888d9fa8d [2024-07-06T01:23:15.597Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-06T01:23:15.597Z] Dload Upload Total Spent Left Speed [2024-07-06T01:23:15.856Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 61378 0 0 100 61378 0 289k --:--:-- --:--:-- --:--:-- 288k 100 61378 0 0 100 61378 0 244k --:--:-- --:--:-- --:--:-- 244k [2024-07-06T01:23:15.856Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [2024-07-06T01:23:15.863Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-07-06T01:23:16.096Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-07-06T01:23:16.119Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:23:16.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-06T01:23:16.428Z] [2024-07-06T01:23:16.428Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:23:16.726Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-06T01:23:16.727Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-07-06T01:23:16.727Z] 619be1103602: Already exists [2024-07-06T01:23:16.727Z] f8ea3408117e: Pulling fs layer [2024-07-06T01:23:16.727Z] 91320369b822: Pulling fs layer [2024-07-06T01:23:16.727Z] 0406650e8295: Pulling fs layer [2024-07-06T01:23:16.727Z] 4f4fb700ef54: Pulling fs layer [2024-07-06T01:23:16.727Z] 96d80e3f36e1: Pulling fs layer [2024-07-06T01:23:16.727Z] bcf3aedb951c: Pulling fs layer [2024-07-06T01:23:16.727Z] 4f4fb700ef54: Waiting [2024-07-06T01:23:16.727Z] bcf3aedb951c: Waiting [2024-07-06T01:23:16.727Z] 96d80e3f36e1: Waiting [2024-07-06T01:23:16.727Z] 0406650e8295: Verifying Checksum [2024-07-06T01:23:16.727Z] 0406650e8295: Download complete [2024-07-06T01:23:16.727Z] f8ea3408117e: Download complete [2024-07-06T01:23:16.727Z] 4f4fb700ef54: Verifying Checksum [2024-07-06T01:23:16.727Z] 4f4fb700ef54: Download complete [2024-07-06T01:23:16.727Z] f8ea3408117e: Pull complete [2024-07-06T01:23:16.986Z] 96d80e3f36e1: Verifying Checksum [2024-07-06T01:23:16.986Z] 96d80e3f36e1: Download complete [2024-07-06T01:23:17.244Z] 91320369b822: Download complete [2024-07-06T01:23:17.809Z] bcf3aedb951c: Verifying Checksum [2024-07-06T01:23:17.809Z] bcf3aedb951c: Download complete [2024-07-06T01:23:20.336Z] 91320369b822: Pull complete [2024-07-06T01:23:20.336Z] 0406650e8295: Pull complete [2024-07-06T01:23:20.336Z] 4f4fb700ef54: Pull complete [2024-07-06T01:23:20.595Z] 96d80e3f36e1: Pull complete [2024-07-06T01:23:23.138Z] bcf3aedb951c: Pull complete [2024-07-06T01:23:23.139Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-07-06T01:23:23.139Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-06T01:23:23.139Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-06T01:23:23.243Z] prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container [2024-07-06T01:23:23.313Z] $ 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/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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-07-06T01:23:25.082Z] $ docker top 68f2502c3c1ed1b28a69c4997b2b75b2ea1e03312b6ea82e572553026a71811d -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-06T01:23:25.472Z] + git config --global --add safe.directory /w/workspace/edgex-go/649 [Pipeline] echo [2024-07-06T01:23:25.521Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-07-06T01:23:25.801Z] + set -o pipefail [2024-07-06T01:23:25.801Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-07-06T01:23:33.919Z] [2024-07-06T01:23:33.919Z] Monitoring /w/workspace/edgex-go/649 (github.com/edgexfoundry/edgex-go)... [2024-07-06T01:23:33.919Z] [2024-07-06T01:23:33.919Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/4662a296-4827-4d8a-8f96-af26e994527e [2024-07-06T01:23:33.919Z] [2024-07-06T01:23:33.919Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-07-06T01:23:33.919Z] [2024-07-06T01:23:33.919Z] [2024-07-06T01:23:33.919Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2024-07-06T01:23:33.919Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-07-06T01:23:33.928Z] $ docker stop --time=1 68f2502c3c1ed1b28a69c4997b2b75b2ea1e03312b6ea82e572553026a71811d [2024-07-06T01:23:36.409Z] $ docker rm -f --volumes 68f2502c3c1ed1b28a69c4997b2b75b2ea1e03312b6ea82e572553026a71811d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-07-06T01:23:36.924Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-06T01:23:36.945Z] provisioning config files... [2024-07-06T01:23:36.952Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/649@tmp/config17884665393844556826tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-06T01:23:37.253Z] --> edgex-publish-swagger.sh [2024-07-06T01:23:37.253Z] === Publish openapi/v3 API === [2024-07-06T01:23:37.253Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-07-06T01:23:37.253Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/649/openapi/v3/core-command.yaml] [2024-07-06T01:23:37.253Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-06T01:23:37.253Z] Dload Upload Total Spent Left Speed [2024-07-06T01:23:37.821Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 53390 --:--:-- --:--:-- --:--:-- 53304 100 32782 0 0 100 32782 0 53390 --:--:-- --:--:-- --:--:-- 53304 [2024-07-06T01:23:37.821Z] [2024-07-06T01:23:37.821Z] [2024-07-06T01:23:37.821Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/649/openapi/v3/core-data.yaml] [2024-07-06T01:23:37.821Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-06T01:23:37.821Z] Dload Upload Total Spent Left Speed [2024-07-06T01:23:38.389Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 109k --:--:-- --:--:-- --:--:-- 109k [2024-07-06T01:23:38.389Z] [2024-07-06T01:23:38.389Z] [2024-07-06T01:23:38.389Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/649/openapi/v3/core-keeper.yaml] [2024-07-06T01:23:38.389Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-06T01:23:38.389Z] Dload Upload Total Spent Left Speed [2024-07-06T01:23:38.648Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 223 108k --:--:-- --:--:-- --:--:-- 108k [2024-07-06T01:23:38.648Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-07-06T01:23:38.648Z] [2024-07-06T01:23:38.648Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/649/openapi/v3/core-metadata.yaml] [2024-07-06T01:23:38.648Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-06T01:23:38.648Z] Dload Upload Total Spent Left Speed [2024-07-06T01:23:39.217Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 306 292k --:--:-- --:--:-- --:--:-- 292k [2024-07-06T01:23:39.217Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-07-06T01:23:39.217Z] [2024-07-06T01:23:39.217Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/649/openapi/v3/support-notifications.yaml] [2024-07-06T01:23:39.217Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-06T01:23:39.217Z] Dload Upload Total Spent Left Speed [2024-07-06T01:23:39.787Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 289 158k --:--:-- --:--:-- --:--:-- 158k 100 87457 100 156 100 87301 289 158k --:--:-- --:--:-- --:--:-- 158k [2024-07-06T01:23:39.787Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-07-06T01:23:39.787Z] [2024-07-06T01:23:39.787Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/649/openapi/v3/support-scheduler.yaml] [2024-07-06T01:23:39.787Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-06T01:23:39.787Z] Dload Upload Total Spent Left Speed [2024-07-06T01:23:40.355Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 365 86543 --:--:-- --:--:-- --:--:-- 86908 [2024-07-06T01:23:40.355Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-07-06T01:23:40.355Z] [Pipeline] } [2024-07-06T01:23:40.362Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2024-07-06T01:23:40.775Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-06T01:23:40.775Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:23:41.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-06T01:23:41.083Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-06T01:23:41.155Z] prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container [2024-07-06T01:23:41.176Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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-07-06T01:23:41.535Z] $ docker top eff95242c285529b10432a395f9d565000470b0dba666554940f7f7c73c3411e -eo pid,comm [2024-07-06T01:23:41.589Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-07-06T01:23:41.589Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-06T01:23:41.638Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-06T01:23:41.638Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-06T01:23:41.751Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-06T01:23:41.746Z] $ docker exec eff95242c285529b10432a395f9d565000470b0dba666554940f7f7c73c3411e ssh-agent [2024-07-06T01:23:41.860Z] SSH_AUTH_SOCK=/tmp/ssh-ViRKqNpJ8LR8/agent.32 [2024-07-06T01:23:41.860Z] SSH_AGENT_PID=38 [2024-07-06T01:23:41.864Z] Running ssh-add (command line suppressed) [2024-07-06T01:23:41.950Z] Identity added: /w/workspace/edgex-go/649@tmp/private_key_16142926155690981212.key (/w/workspace/edgex-go/649@tmp/private_key_16142926155690981212.key) [2024-07-06T01:23:41.973Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-06T01:23:42.265Z] + git semver tag [2024-07-06T01:23:42.523Z] 2024-07-06 01:23:42,434 [run_tag] DEBUG tag force:False [2024-07-06T01:23:42.523Z] 2024-07-06 01:23:42,434 [check_head_tag] DEBUG check head tag [2024-07-06T01:23:42.523Z] 2024-07-06 01:23:42,437 [execute] INFO git cat-file --batch-check [2024-07-06T01:23:42.523Z] 2024-07-06 01:23:42,437 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/649, universal_newlines=False, shell=None, istream=) [2024-07-06T01:23:42.523Z] 2024-07-06 01:23:42,441 [execute] INFO git cat-file --batch [2024-07-06T01:23:42.523Z] 2024-07-06 01:23:42,441 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/649, universal_newlines=False, shell=None, istream=) [2024-07-06T01:23:42.523Z] 2024-07-06 01:23:42,474 [read_version] DEBUG read version from /w/workspace/edgex-go/649/.semver/main [2024-07-06T01:23:42.523Z] 2024-07-06 01:23:42,474 [execute] INFO git tag -a v3.2.0-dev.31 -m v3.2.0-dev.31 [2024-07-06T01:23:42.523Z] 2024-07-06 01:23:42,474 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.31', '-m', 'v3.2.0-dev.31'], cwd=/w/workspace/edgex-go/649, universal_newlines=False, shell=None, istream=None) [2024-07-06T01:23:42.523Z] 2024-07-06 01:23:42,479 [read_version] DEBUG read version from /w/workspace/edgex-go/649/.semver/main [2024-07-06T01:23:42.523Z] 3.2.0-dev.31 [Pipeline] } [2024-07-06T01:23:42.525Z] $ docker exec --env ******** --env ******** eff95242c285529b10432a395f9d565000470b0dba666554940f7f7c73c3411e ssh-agent -k [2024-07-06T01:23:42.627Z] unset SSH_AUTH_SOCK; [2024-07-06T01:23:42.627Z] unset SSH_AGENT_PID; [2024-07-06T01:23:42.627Z] echo Agent pid 38 killed; [2024-07-06T01:23:42.646Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-06T01:23:42.969Z] + git semver [Pipeline] } [2024-07-06T01:23:43.230Z] $ docker stop --time=1 eff95242c285529b10432a395f9d565000470b0dba666554940f7f7c73c3411e [2024-07-06T01:23:44.493Z] $ docker rm -f --volumes eff95242c285529b10432a395f9d565000470b0dba666554940f7f7c73c3411e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:23:44.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-06T01:23:44.909Z] [2024-07-06T01:23:44.909Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:23:45.214Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-06T01:23:45.214Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-07-06T01:23:45.214Z] ab5ef0e58194: Pulling fs layer [2024-07-06T01:23:45.214Z] 9712f1f96733: Pulling fs layer [2024-07-06T01:23:45.214Z] 63f879dbbcfc: Pulling fs layer [2024-07-06T01:23:45.214Z] 0d9ebad4ef96: Pulling fs layer [2024-07-06T01:23:45.214Z] e9a5061849ea: Pulling fs layer [2024-07-06T01:23:45.214Z] d747dcd14b5f: Pulling fs layer [2024-07-06T01:23:45.214Z] 2de7ff778b66: Pulling fs layer [2024-07-06T01:23:45.214Z] d747dcd14b5f: Waiting [2024-07-06T01:23:45.214Z] 0d9ebad4ef96: Waiting [2024-07-06T01:23:45.214Z] 2de7ff778b66: Waiting [2024-07-06T01:23:45.214Z] 9712f1f96733: Download complete [2024-07-06T01:23:45.475Z] 63f879dbbcfc: Verifying Checksum [2024-07-06T01:23:45.475Z] 63f879dbbcfc: Download complete [2024-07-06T01:23:45.733Z] e9a5061849ea: Verifying Checksum [2024-07-06T01:23:45.733Z] e9a5061849ea: Download complete [2024-07-06T01:23:45.733Z] 0d9ebad4ef96: Verifying Checksum [2024-07-06T01:23:45.733Z] 0d9ebad4ef96: Download complete [2024-07-06T01:23:45.733Z] ab5ef0e58194: Verifying Checksum [2024-07-06T01:23:45.733Z] ab5ef0e58194: Download complete [2024-07-06T01:23:45.733Z] 2de7ff778b66: Verifying Checksum [2024-07-06T01:23:45.733Z] 2de7ff778b66: Download complete [2024-07-06T01:23:48.269Z] ab5ef0e58194: Pull complete [2024-07-06T01:23:48.269Z] 9712f1f96733: Pull complete [2024-07-06T01:23:48.835Z] 63f879dbbcfc: Pull complete [2024-07-06T01:23:52.120Z] 0d9ebad4ef96: Pull complete [2024-07-06T01:23:52.120Z] e9a5061849ea: Pull complete [2024-07-06T01:23:52.120Z] d747dcd14b5f: Pull complete [2024-07-06T01:23:53.054Z] 2de7ff778b66: Pull complete [2024-07-06T01:23:53.054Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-07-06T01:23:53.054Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-06T01:23:53.054Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-06T01:23:53.152Z] prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container [2024-07-06T01:23:53.171Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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-07-06T01:23:54.992Z] $ docker top bb3dd9c04c36a12e30a1747c7f34adbd9f7d61e9350203ea4651cc6e302718e4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-07-06T01:23:55.073Z] provisioning config files... [2024-07-06T01:23:55.080Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/649@tmp/config16026236242996062208tmp [2024-07-06T01:23:55.090Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/649@tmp/config10739112863435767892tmp [2024-07-06T01:23:55.099Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/649@tmp/config14550567383566549309tmp [Pipeline] { [Pipeline] echo [2024-07-06T01:23:55.200Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-06T01:23:55.495Z] ---> sigul-configuration.sh [2024-07-06T01:23:55.495Z] gpg: directory `/root/.gnupg' created [2024-07-06T01:23:55.495Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-07-06T01:23:55.495Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-07-06T01:23:55.495Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-07-06T01:23:55.495Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-07-06T01:23:55.495Z] gpg: CAST5 encrypted data [2024-07-06T01:23:55.495Z] gpg: encrypted with 1 passphrase [2024-07-06T01:23:55.495Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-07-06T01:23:55.793Z] + mkdir /home/jenkins [2024-07-06T01:23:55.793Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-07-06T01:23:56.092Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2024-07-06T01:23:56.107Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-06T01:23:56.397Z] ---> sigul-install.sh [2024-07-06T01:23:56.397Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-07-06T01:23:56.694Z] + git tag --list [2024-07-06T01:23:56.694Z] 0.6.0 [2024-07-06T01:23:56.694Z] 0.6.1 [2024-07-06T01:23:56.694Z] 0.7.0 [2024-07-06T01:23:56.694Z] 0.7.1 [2024-07-06T01:23:56.694Z] v1.0.0 [2024-07-06T01:23:56.694Z] v1.0.1 [2024-07-06T01:23:56.694Z] v1.1.0 [2024-07-06T01:23:56.694Z] v1.2.0 [2024-07-06T01:23:56.694Z] v1.2.1 [2024-07-06T01:23:56.694Z] v1.3.0 [2024-07-06T01:23:56.694Z] v1.3.1 [2024-07-06T01:23:56.694Z] v2.0.0 [2024-07-06T01:23:56.694Z] v2.1.0 [2024-07-06T01:23:56.694Z] v2.1.1 [2024-07-06T01:23:56.694Z] v2.2.0 [2024-07-06T01:23:56.694Z] v2.3.0 [2024-07-06T01:23:56.694Z] v3.0 [2024-07-06T01:23:56.694Z] v3.0.0 [2024-07-06T01:23:56.694Z] v3.1 [2024-07-06T01:23:56.694Z] v3.1.0 [2024-07-06T01:23:56.694Z] v3.1.0-dev.1 [2024-07-06T01:23:56.694Z] v3.1.0-dev.10 [2024-07-06T01:23:56.694Z] v3.1.0-dev.11 [2024-07-06T01:23:56.694Z] v3.1.0-dev.12 [2024-07-06T01:23:56.694Z] v3.1.0-dev.13 [2024-07-06T01:23:56.694Z] v3.1.0-dev.14 [2024-07-06T01:23:56.694Z] v3.1.0-dev.15 [2024-07-06T01:23:56.694Z] v3.1.0-dev.16 [2024-07-06T01:23:56.694Z] v3.1.0-dev.17 [2024-07-06T01:23:56.694Z] v3.1.0-dev.18 [2024-07-06T01:23:56.694Z] v3.1.0-dev.19 [2024-07-06T01:23:56.694Z] v3.1.0-dev.2 [2024-07-06T01:23:56.694Z] v3.1.0-dev.20 [2024-07-06T01:23:56.694Z] v3.1.0-dev.21 [2024-07-06T01:23:56.694Z] v3.1.0-dev.22 [2024-07-06T01:23:56.694Z] v3.1.0-dev.23 [2024-07-06T01:23:56.694Z] v3.1.0-dev.24 [2024-07-06T01:23:56.694Z] v3.1.0-dev.25 [2024-07-06T01:23:56.694Z] v3.1.0-dev.26 [2024-07-06T01:23:56.694Z] v3.1.0-dev.27 [2024-07-06T01:23:56.694Z] v3.1.0-dev.28 [2024-07-06T01:23:56.694Z] v3.1.0-dev.29 [2024-07-06T01:23:56.694Z] v3.1.0-dev.3 [2024-07-06T01:23:56.694Z] v3.1.0-dev.30 [2024-07-06T01:23:56.694Z] v3.1.0-dev.31 [2024-07-06T01:23:56.694Z] v3.1.0-dev.32 [2024-07-06T01:23:56.694Z] v3.1.0-dev.33 [2024-07-06T01:23:56.694Z] v3.1.0-dev.34 [2024-07-06T01:23:56.694Z] v3.1.0-dev.35 [2024-07-06T01:23:56.694Z] v3.1.0-dev.36 [2024-07-06T01:23:56.694Z] v3.1.0-dev.37 [2024-07-06T01:23:56.694Z] v3.1.0-dev.38 [2024-07-06T01:23:56.694Z] v3.1.0-dev.39 [2024-07-06T01:23:56.694Z] v3.1.0-dev.4 [2024-07-06T01:23:56.694Z] v3.1.0-dev.40 [2024-07-06T01:23:56.694Z] v3.1.0-dev.41 [2024-07-06T01:23:56.694Z] v3.1.0-dev.42 [2024-07-06T01:23:56.694Z] v3.1.0-dev.43 [2024-07-06T01:23:56.694Z] v3.1.0-dev.44 [2024-07-06T01:23:56.694Z] v3.1.0-dev.45 [2024-07-06T01:23:56.694Z] v3.1.0-dev.46 [2024-07-06T01:23:56.694Z] v3.1.0-dev.47 [2024-07-06T01:23:56.694Z] v3.1.0-dev.48 [2024-07-06T01:23:56.694Z] v3.1.0-dev.49 [2024-07-06T01:23:56.694Z] v3.1.0-dev.5 [2024-07-06T01:23:56.694Z] v3.1.0-dev.50 [2024-07-06T01:23:56.694Z] v3.1.0-dev.51 [2024-07-06T01:23:56.694Z] v3.1.0-dev.52 [2024-07-06T01:23:56.694Z] v3.1.0-dev.53 [2024-07-06T01:23:56.694Z] v3.1.0-dev.54 [2024-07-06T01:23:56.694Z] v3.1.0-dev.55 [2024-07-06T01:23:56.694Z] v3.1.0-dev.56 [2024-07-06T01:23:56.694Z] v3.1.0-dev.57 [2024-07-06T01:23:56.694Z] v3.1.0-dev.58 [2024-07-06T01:23:56.694Z] v3.1.0-dev.59 [2024-07-06T01:23:56.694Z] v3.1.0-dev.6 [2024-07-06T01:23:56.694Z] v3.1.0-dev.60 [2024-07-06T01:23:56.694Z] v3.1.0-dev.61 [2024-07-06T01:23:56.694Z] v3.1.0-dev.62 [2024-07-06T01:23:56.694Z] v3.1.0-dev.63 [2024-07-06T01:23:56.694Z] v3.1.0-dev.64 [2024-07-06T01:23:56.694Z] v3.1.0-dev.65 [2024-07-06T01:23:56.694Z] v3.1.0-dev.66 [2024-07-06T01:23:56.694Z] v3.1.0-dev.67 [2024-07-06T01:23:56.694Z] v3.1.0-dev.68 [2024-07-06T01:23:56.694Z] v3.1.0-dev.69 [2024-07-06T01:23:56.694Z] v3.1.0-dev.7 [2024-07-06T01:23:56.694Z] v3.1.0-dev.70 [2024-07-06T01:23:56.694Z] v3.1.0-dev.71 [2024-07-06T01:23:56.694Z] v3.1.0-dev.72 [2024-07-06T01:23:56.694Z] v3.1.0-dev.73 [2024-07-06T01:23:56.694Z] v3.1.0-dev.8 [2024-07-06T01:23:56.694Z] v3.1.0-dev.9 [2024-07-06T01:23:56.694Z] v3.1.1 [2024-07-06T01:23:56.694Z] v3.1.1-dev.1 [2024-07-06T01:23:56.694Z] v3.1.1-dev.2 [2024-07-06T01:23:56.694Z] v3.2.0-dev.1 [2024-07-06T01:23:56.694Z] v3.2.0-dev.10 [2024-07-06T01:23:56.694Z] v3.2.0-dev.11 [2024-07-06T01:23:56.694Z] v3.2.0-dev.12 [2024-07-06T01:23:56.694Z] v3.2.0-dev.13 [2024-07-06T01:23:56.694Z] v3.2.0-dev.14 [2024-07-06T01:23:56.694Z] v3.2.0-dev.15 [2024-07-06T01:23:56.694Z] v3.2.0-dev.16 [2024-07-06T01:23:56.694Z] v3.2.0-dev.17 [2024-07-06T01:23:56.694Z] v3.2.0-dev.18 [2024-07-06T01:23:56.694Z] v3.2.0-dev.19 [2024-07-06T01:23:56.694Z] v3.2.0-dev.2 [2024-07-06T01:23:56.694Z] v3.2.0-dev.20 [2024-07-06T01:23:56.694Z] v3.2.0-dev.21 [2024-07-06T01:23:56.694Z] v3.2.0-dev.22 [2024-07-06T01:23:56.694Z] v3.2.0-dev.23 [2024-07-06T01:23:56.694Z] v3.2.0-dev.24 [2024-07-06T01:23:56.694Z] v3.2.0-dev.25 [2024-07-06T01:23:56.694Z] v3.2.0-dev.26 [2024-07-06T01:23:56.694Z] v3.2.0-dev.27 [2024-07-06T01:23:56.694Z] v3.2.0-dev.28 [2024-07-06T01:23:56.694Z] v3.2.0-dev.29 [2024-07-06T01:23:56.694Z] v3.2.0-dev.3 [2024-07-06T01:23:56.694Z] v3.2.0-dev.30 [2024-07-06T01:23:56.694Z] v3.2.0-dev.31 [2024-07-06T01:23:56.694Z] v3.2.0-dev.4 [2024-07-06T01:23:56.694Z] v3.2.0-dev.5 [2024-07-06T01:23:56.694Z] v3.2.0-dev.6 [2024-07-06T01:23:56.694Z] v3.2.0-dev.7 [2024-07-06T01:23:56.694Z] v3.2.0-dev.8 [2024-07-06T01:23:56.694Z] v3.2.0-dev.9 [Pipeline] sh [2024-07-06T01:23:56.989Z] + lftools sign git-tag v3.2.0-dev.31 [2024-07-06T01:23:57.555Z] Signing Git tag with Sigul... [2024-07-06T01:23:57.555Z] Signing v3.2.0-dev.31 [Pipeline] echo [2024-07-06T01:23:58.135Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-06T01:23:58.424Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-07-06T01:23:58.431Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-07-06T01:23:58.449Z] $ docker stop --time=1 bb3dd9c04c36a12e30a1747c7f34adbd9f7d61e9350203ea4651cc6e302718e4 [2024-07-06T01:23:59.731Z] $ docker rm -f --volumes bb3dd9c04c36a12e30a1747c7f34adbd9f7d61e9350203ea4651cc6e302718e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-07-06T01:24:00.184Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-06T01:24:00.185Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:24:00.479Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-06T01:24:00.480Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-06T01:24:00.555Z] prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container [2024-07-06T01:24:00.573Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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-07-06T01:24:00.892Z] $ docker top 0fe707eb097e9e7341a638427ada4b4f1bc28ea35c00ba55f00d29045cf53e55 -eo pid,comm [2024-07-06T01:24:00.947Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-07-06T01:24:00.947Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-06T01:24:00.994Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-06T01:24:00.994Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-06T01:24:01.105Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-06T01:24:01.100Z] $ docker exec 0fe707eb097e9e7341a638427ada4b4f1bc28ea35c00ba55f00d29045cf53e55 ssh-agent [2024-07-06T01:24:01.210Z] SSH_AUTH_SOCK=/tmp/ssh-HbMkQvu1HKSB/agent.33 [2024-07-06T01:24:01.210Z] SSH_AGENT_PID=39 [2024-07-06T01:24:01.214Z] Running ssh-add (command line suppressed) [2024-07-06T01:24:01.306Z] Identity added: /w/workspace/edgex-go/649@tmp/private_key_14621923843919511179.key (/w/workspace/edgex-go/649@tmp/private_key_14621923843919511179.key) [2024-07-06T01:24:01.326Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-06T01:24:01.616Z] + git semver bump pre [2024-07-06T01:24:01.875Z] 2024-07-06 01:24:01,776 [read_version] DEBUG read version from /w/workspace/edgex-go/649/.semver/main [2024-07-06T01:24:01.875Z] 2024-07-06 01:24:01,776 [bump_version] DEBUG bumping version:3.2.0-dev.31 on axis:pre with prefix:dev [2024-07-06T01:24:01.875Z] 2024-07-06 01:24:01,776 [bump_version] DEBUG bumped version:3.2.0-dev.32 [2024-07-06T01:24:01.875Z] 2024-07-06 01:24:01,776 [write_version] DEBUG write version:3.2.0-dev.32 to path:/w/workspace/edgex-go/649/.semver/main with force:True [2024-07-06T01:24:01.875Z] 2024-07-06 01:24:01,776 [read_version] DEBUG read version from /w/workspace/edgex-go/649/.semver/main [2024-07-06T01:24:01.875Z] 2024-07-06 01:24:01,776 [write_file] DEBUG write to file:/w/workspace/edgex-go/649/.semver/main [2024-07-06T01:24:01.875Z] 2024-07-06 01:24:01,778 [execute] INFO git cat-file --batch-check [2024-07-06T01:24:01.875Z] 2024-07-06 01:24:01,778 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/649/.semver, universal_newlines=False, shell=None, istream=) [2024-07-06T01:24:01.875Z] 2024-07-06 01:24:01,783 [execute] INFO git cat-file --batch [2024-07-06T01:24:01.875Z] 2024-07-06 01:24:01,784 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/649/.semver, universal_newlines=False, shell=None, istream=) [2024-07-06T01:24:01.875Z] 2024-07-06 01:24:01,788 [read_version] DEBUG read version from /w/workspace/edgex-go/649/.semver/main [2024-07-06T01:24:01.875Z] 3.2.0-dev.32 [Pipeline] } [2024-07-06T01:24:01.875Z] $ docker exec --env ******** --env ******** 0fe707eb097e9e7341a638427ada4b4f1bc28ea35c00ba55f00d29045cf53e55 ssh-agent -k [2024-07-06T01:24:01.973Z] unset SSH_AUTH_SOCK; [2024-07-06T01:24:01.973Z] unset SSH_AGENT_PID; [2024-07-06T01:24:01.973Z] echo Agent pid 39 killed; [2024-07-06T01:24:01.990Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-06T01:24:02.322Z] + git semver [Pipeline] } [2024-07-06T01:24:02.585Z] $ docker stop --time=1 0fe707eb097e9e7341a638427ada4b4f1bc28ea35c00ba55f00d29045cf53e55 [2024-07-06T01:24:03.863Z] $ docker rm -f --volumes 0fe707eb097e9e7341a638427ada4b4f1bc28ea35c00ba55f00d29045cf53e55 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-06T01:24:04.220Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-06T01:24:04.220Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:24:04.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-06T01:24:04.523Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-06T01:24:04.602Z] prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container [2024-07-06T01:24:04.623Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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-07-06T01:24:04.977Z] $ docker top 8e125dc0e0234ad87b5c9dbd24e24d29e20ea8b94288f55665a93f8148aeed9a -eo pid,comm [2024-07-06T01:24:05.032Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-07-06T01:24:05.032Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-06T01:24:05.091Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-06T01:24:05.092Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-06T01:24:05.210Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-06T01:24:05.204Z] $ docker exec 8e125dc0e0234ad87b5c9dbd24e24d29e20ea8b94288f55665a93f8148aeed9a ssh-agent [2024-07-06T01:24:05.315Z] SSH_AUTH_SOCK=/tmp/ssh-LsIO4oCKRZ3o/agent.31 [2024-07-06T01:24:05.315Z] SSH_AGENT_PID=38 [2024-07-06T01:24:05.318Z] Running ssh-add (command line suppressed) [2024-07-06T01:24:05.405Z] Identity added: /w/workspace/edgex-go/649@tmp/private_key_6786598486427419182.key (/w/workspace/edgex-go/649@tmp/private_key_6786598486427419182.key) [2024-07-06T01:24:05.425Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-06T01:24:05.716Z] + git semver push [2024-07-06T01:24:05.974Z] 2024-07-06 01:24:05,870 [run_push] DEBUG push [2024-07-06T01:24:05.974Z] 2024-07-06 01:24:05,870 [execute] INFO git cat-file --batch-check [2024-07-06T01:24:05.974Z] 2024-07-06 01:24:05,871 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/649/.semver, universal_newlines=False, shell=None, istream=) [2024-07-06T01:24:05.974Z] 2024-07-06 01:24:05,875 [execute] INFO git rev-list f2a01ae3066557101876f39c3a5c118c78072415 -- [2024-07-06T01:24:05.974Z] 2024-07-06 01:24:05,875 [execute] DEBUG Popen(['git', 'rev-list', 'f2a01ae3066557101876f39c3a5c118c78072415', '--'], cwd=/w/workspace/edgex-go/649/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-06T01:24:05.974Z] 2024-07-06 01:24:05,892 [execute] INFO git fetch -v origin [2024-07-06T01:24:05.974Z] 2024-07-06 01:24:05,892 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/649/.semver, universal_newlines=True, shell=None, istream=None) [2024-07-06T01:24:06.541Z] 2024-07-06 01:24:06,319 [run_push] DEBUG no remote changes detected [2024-07-06T01:24:06.541Z] 2024-07-06 01:24:06,319 [execute] INFO git push origin semver [2024-07-06T01:24:06.541Z] 2024-07-06 01:24:06,320 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/649/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-06T01:24:07.478Z] 2024-07-06 01:24:07,119 [run_push] DEBUG push all version tags [2024-07-06T01:24:07.478Z] 2024-07-06 01:24:07,120 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-07-06T01:24:07.478Z] 2024-07-06 01:24:07,120 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/649, universal_newlines=False, shell=None, istream=None) [2024-07-06T01:24:08.045Z] 2024-07-06 01:24:07,855 [read_version] DEBUG read version from /w/workspace/edgex-go/649/.semver/main [2024-07-06T01:24:08.045Z] 3.2.0-dev.32 [Pipeline] } [2024-07-06T01:24:08.046Z] $ docker exec --env ******** --env ******** 8e125dc0e0234ad87b5c9dbd24e24d29e20ea8b94288f55665a93f8148aeed9a ssh-agent -k [2024-07-06T01:24:08.144Z] unset SSH_AUTH_SOCK; [2024-07-06T01:24:08.144Z] unset SSH_AGENT_PID; [2024-07-06T01:24:08.144Z] echo Agent pid 38 killed; [2024-07-06T01:24:08.163Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-06T01:24:08.489Z] + git semver [Pipeline] } [2024-07-06T01:24:08.753Z] $ docker stop --time=1 8e125dc0e0234ad87b5c9dbd24e24d29e20ea8b94288f55665a93f8148aeed9a [2024-07-06T01:24:10.037Z] $ docker rm -f --volumes 8e125dc0e0234ad87b5c9dbd24e24d29e20ea8b94288f55665a93f8148aeed9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-07-06T01:24:10.617Z] + [ -d /w/workspace/edgex-go/649/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-07-06T01:24:10.906Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-06T01:24:11.761Z] ---> package-listing.sh [2024-07-06T01:24:11.761Z] ++ facter osfamily [2024-07-06T01:24:11.761Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-06T01:24:12.021Z] + OS_FAMILY=debian [2024-07-06T01:24:12.021Z] + workspace=/w/workspace/edgex-go/649 [2024-07-06T01:24:12.021Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-06T01:24:12.021Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-06T01:24:12.021Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-06T01:24:12.021Z] + PACKAGES=/tmp/packages_start.txt [2024-07-06T01:24:12.021Z] + '[' /w/workspace/edgex-go/649 ']' [2024-07-06T01:24:12.021Z] + PACKAGES=/tmp/packages_end.txt [2024-07-06T01:24:12.021Z] + case "${OS_FAMILY}" in [2024-07-06T01:24:12.021Z] + dpkg -l [2024-07-06T01:24:12.021Z] + grep '^ii' [2024-07-06T01:24:12.021Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-06T01:24:12.021Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-06T01:24:12.021Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-06T01:24:12.021Z] + '[' /w/workspace/edgex-go/649 ']' [2024-07-06T01:24:12.021Z] + mkdir -p /w/workspace/edgex-go/649/archives/ [2024-07-06T01:24:12.021Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/649/archives/ [Pipeline] echo [2024-07-06T01:24:12.031Z] 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/649/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-07-06T01:24:12.309Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:24:12.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-06T01:24:12.871Z] [2024-07-06T01:24:12.871Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-06T01:24:13.168Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-06T01:24:13.168Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-06T01:24:13.168Z] 5eb5b503b376: Pulling fs layer [2024-07-06T01:24:13.168Z] 5c69ac0246d0: Pulling fs layer [2024-07-06T01:24:13.168Z] ec43610c2a17: Pulling fs layer [2024-07-06T01:24:13.168Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-06T01:24:13.168Z] 33b1e0a273af: Pulling fs layer [2024-07-06T01:24:13.168Z] 5d3b04190fa2: Pulling fs layer [2024-07-06T01:24:13.168Z] 2f39f015ded8: Pulling fs layer [2024-07-06T01:24:13.168Z] 33b1e0a273af: Waiting [2024-07-06T01:24:13.168Z] 5d3b04190fa2: Waiting [2024-07-06T01:24:13.168Z] 3a2ae6a8a46f: Waiting [2024-07-06T01:24:13.168Z] 2f39f015ded8: Waiting [2024-07-06T01:24:13.168Z] 5c69ac0246d0: Verifying Checksum [2024-07-06T01:24:13.168Z] 5c69ac0246d0: Download complete [2024-07-06T01:24:13.168Z] 3a2ae6a8a46f: Verifying Checksum [2024-07-06T01:24:13.168Z] 3a2ae6a8a46f: Download complete [2024-07-06T01:24:13.168Z] 33b1e0a273af: Download complete [2024-07-06T01:24:13.168Z] 5d3b04190fa2: Verifying Checksum [2024-07-06T01:24:13.168Z] 5d3b04190fa2: Download complete [2024-07-06T01:24:13.168Z] ec43610c2a17: Verifying Checksum [2024-07-06T01:24:13.168Z] ec43610c2a17: Download complete [2024-07-06T01:24:13.425Z] 5eb5b503b376: Verifying Checksum [2024-07-06T01:24:13.426Z] 5eb5b503b376: Download complete [2024-07-06T01:24:13.992Z] 2f39f015ded8: Verifying Checksum [2024-07-06T01:24:13.992Z] 2f39f015ded8: Download complete [2024-07-06T01:24:14.558Z] 5eb5b503b376: Pull complete [2024-07-06T01:24:14.558Z] 5c69ac0246d0: Pull complete [2024-07-06T01:24:14.818Z] ec43610c2a17: Pull complete [2024-07-06T01:24:15.077Z] 3a2ae6a8a46f: Pull complete [2024-07-06T01:24:15.077Z] 33b1e0a273af: Pull complete [2024-07-06T01:24:15.336Z] 5d3b04190fa2: Pull complete [2024-07-06T01:24:18.619Z] 2f39f015ded8: Pull complete [2024-07-06T01:24:18.619Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-06T01:24:18.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-06T01:24:18.619Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-06T01:24:18.715Z] prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container [2024-07-06T01:24:18.735Z] $ 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/649/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/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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-07-06T01:24:20.399Z] $ docker top 8bfe22c9c34fe04b615c8b0554e6bf5cfff4fbcaf41f6f17881962ebab82b85f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-06T01:24:20.745Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-06T01:24:21.027Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-06T01:24:21.312Z] + ls /var/log/sa-host [2024-07-06T01:24:21.312Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-06T01:24:21.469Z] provisioning config files... [2024-07-06T01:24:21.478Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/649@tmp/config18043050427181872518tmp [Pipeline] { [Pipeline] echo [2024-07-06T01:24:21.493Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-06T01:24:21.779Z] ---> create-netrc.sh [Pipeline] } [2024-07-06T01:24:21.785Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-06T01:24:22.117Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-06T01:24:22.127Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-06T01:24:22.409Z] ---> sudo-logs.sh [2024-07-06T01:24:22.409Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-06T01:24:22.440Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-06T01:24:22.723Z] ---> job-cost.sh [2024-07-06T01:24:22.723Z] lf-activate-venv: SKIPPING [2024-07-06T01:24:22.723Z] DEBUG: total: 0.10999999940395355 [2024-07-06T01:24:22.723Z] INFO: Retrieving Stack Cost... [2024-07-06T01:24:23.292Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-06T01:24:23.551Z] INFO: Archiving Costs [Pipeline] echo [2024-07-06T01:24:23.562Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-06T01:24:23.844Z] ---> logs-deploy.sh [2024-07-06T01:24:23.844Z] lf-activate-venv: SKIPPING [2024-07-06T01:24:23.844Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/649 [2024-07-06T01:24:23.844Z] INFO: archiving workspace using pattern(s): [2024-07-06T01:24:24.777Z] Archives upload complete. [2024-07-06T01:24:24.777Z] INFO: archiving logs to Nexus