Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b1cf5992efcdcb25540593e782c82dc6cf42b659 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-ssh1253589786386514115.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-ssh4667455261919302354.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-ssh15237849067962517683.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-ssh16020007553398572615.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-ssh6947100805719334359.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 Running on prd-ubuntu20.04-docker-8c-8g-3379 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/643 [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/643 # 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 b1cf5992efcdcb25540593e782c82dc6cf42b659 (main) Commit message: "Merge pull request #4805 from edgexfoundry/dependabot/go_modules/github.com/spiffe/go-spiffe/v2-2.3.0" > git config core.sparsecheckout # timeout=10 > git checkout -f b1cf5992efcdcb25540593e782c82dc6cf42b659 # timeout=10 > git rev-list --no-walk 7e1f4d7ecdbfc280f30a0ce71a2143e2e6f5d074 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-06-18T02:32:43.007Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-06-18T02:32:43.071Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-06-18T02:32:43.097Z] ========================================================= [2024-06-18T02:32:43.097Z] EdgeX Global Pipelines Version Info [2024-06-18T02:32:43.097Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-06-18T02:32:43.808Z] ------------------- [2024-06-18T02:32:43.808Z] stable info: [2024-06-18T02:32:43.808Z] ------------------- [2024-06-18T02:32:43.808Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-06-18T02:32:43.808Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-06-18T02:32:43.808Z] Message: update stable to v1.0.260 [2024-06-18T02:32:44.378Z] ------------------- [2024-06-18T02:32:44.378Z] experimental info: [2024-06-18T02:32:44.378Z] ------------------- [2024-06-18T02:32:44.378Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-06-18T02:32:44.378Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-06-18T02:32:44.378Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-06-18T02:32:44.456Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-06-18T02:32:44.477Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-06-18T02:32:44.495Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-06-18T02:32:44.514Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-06-18T02:32:44.534Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-06-18T02:32:44.552Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-06-18T02:32:44.573Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-06-18T02:32:44.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-06-18T02:32:44.614Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-06-18T02:32:44.637Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-06-18T02:32:44.660Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-06-18T02:32:44.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-06-18T02:32:44.702Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-06-18T02:32:44.727Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-06-18T02:32:44.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-06-18T02:32:44.775Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-06-18T02:32:44.798Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-06-18T02:32:44.819Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-06-18T02:32:44.840Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-06-18T02:32:44.860Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-06-18T02:32:44.882Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-06-18T02:32:44.900Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-06-18T02:32:44.920Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-06-18T02:32:44.941Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-06-18T02:32:44.960Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-06-18T02:32:44.982Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-06-18T02:32:45.006Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] echo [2024-06-18T02:32:45.026Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b1cf599 [Pipeline] echo [2024-06-18T02:32:45.049Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-06-18T02:32:45.116Z] provisioning config files... [2024-06-18T02:32:45.128Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/643@tmp/config17887119328764364203tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-06-18T02:32:45.460Z] ---> ****-login.sh [2024-06-18T02:32:45.460Z] nexus3.edgexfoundry.org:10001 [2024-06-18T02:32:45.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T02:32:45.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T02:32:45.722Z] Configure a credential helper to remove this warning. See [2024-06-18T02:32:45.722Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T02:32:45.722Z] [2024-06-18T02:32:45.722Z] Login Succeeded [2024-06-18T02:32:45.722Z] nexus3.edgexfoundry.org:10002 [2024-06-18T02:32:45.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T02:32:45.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T02:32:45.988Z] Configure a credential helper to remove this warning. See [2024-06-18T02:32:45.988Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T02:32:45.988Z] [2024-06-18T02:32:45.988Z] Login Succeeded [2024-06-18T02:32:45.988Z] nexus3.edgexfoundry.org:10003 [2024-06-18T02:32:45.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T02:32:45.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T02:32:45.988Z] Configure a credential helper to remove this warning. See [2024-06-18T02:32:45.988Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T02:32:45.988Z] [2024-06-18T02:32:45.988Z] Login Succeeded [2024-06-18T02:32:45.988Z] nexus3.edgexfoundry.org:10004 [2024-06-18T02:32:45.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T02:32:46.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T02:32:46.249Z] Configure a credential helper to remove this warning. See [2024-06-18T02:32:46.249Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T02:32:46.249Z] [2024-06-18T02:32:46.249Z] Login Succeeded [2024-06-18T02:32:46.249Z] ****.io [2024-06-18T02:32:46.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T02:32:46.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T02:32:46.511Z] Configure a credential helper to remove this warning. See [2024-06-18T02:32:46.511Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T02:32:46.511Z] [2024-06-18T02:32:46.511Z] Login Succeeded [2024-06-18T02:32:46.511Z] ---> ****-login.sh ends [Pipeline] } [2024-06-18T02:32:46.520Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-06-18T02:32:46.848Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/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-06-18T02:32:46.848Z] + + cut -d/ -f2 [2024-06-18T02:32:46.848Z] dirname cmd/core-command/Dockerfile [2024-06-18T02:32:46.848Z] + echo core-command,cmd/core-command/Dockerfile [2024-06-18T02:32:46.848Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfilecut [2024-06-18T02:32:46.848Z] -d/ -f2 [2024-06-18T02:32:46.848Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-06-18T02:32:46.848Z] + dirname cmd/core-data/Dockerfile [2024-06-18T02:32:46.848Z] + cut -d/ -f2 [2024-06-18T02:32:46.848Z] + echo core-data,cmd/core-data/Dockerfile [2024-06-18T02:32:46.848Z] + dirname cmd/core-metadata/Dockerfile [2024-06-18T02:32:46.848Z] + cut -d/ -f2 [2024-06-18T02:32:46.848Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-06-18T02:32:46.848Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-06-18T02:32:46.848Z] + cut -d/ -f2 [2024-06-18T02:32:46.848Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-06-18T02:32:46.848Z] + + cut -d/dirname -f2 cmd/security-proxy-auth/Dockerfile [2024-06-18T02:32:46.848Z] [2024-06-18T02:32:46.848Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-06-18T02:32:46.848Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-06-18T02:32:46.849Z] + cut -d/ -f2 [2024-06-18T02:32:46.849Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-06-18T02:32:46.849Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-06-18T02:32:46.849Z] + cut -d/ -f2 [2024-06-18T02:32:46.849Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-06-18T02:32:46.849Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-06-18T02:32:46.849Z] + cut -d/ -f2 [2024-06-18T02:32:46.849Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-06-18T02:32:46.849Z] + + cutdirname -d/ cmd/security-spire-agent/Dockerfile -f2 [2024-06-18T02:32:46.849Z] [2024-06-18T02:32:46.849Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-06-18T02:32:46.849Z] + dirname cmd/security-spire-config/Dockerfile [2024-06-18T02:32:46.849Z] + cut -d/ -f2 [2024-06-18T02:32:46.849Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-06-18T02:32:46.849Z] + dirname cmd/security-spire-server/Dockerfile [2024-06-18T02:32:46.849Z] + cut -d/ -f2 [2024-06-18T02:32:46.849Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-06-18T02:32:46.849Z] + dirname cmd/support-notifications/Dockerfile [2024-06-18T02:32:46.849Z] + cut -d/ -f2 [2024-06-18T02:32:46.849Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-06-18T02:32:46.849Z] + dirname cmd/support-scheduler/Dockerfile [2024-06-18T02:32:46.849Z] + cut -d/ -f2 [2024-06-18T02:32:46.849Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-06-18T02:32:46.885Z] 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-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-06-18T02:32:47.258Z] + git rev-list -1 --merges b1cf5992efcdcb25540593e782c82dc6cf42b659~1..b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] echo [2024-06-18T02:32:47.270Z] -----------> git rev-list -1 --merges b1cf5992efcdcb25540593e782c82dc6cf42b659~1..b1cf5992efcdcb25540593e782c82dc6cf42b659 b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:32:47.270Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [false] [Pipeline] sh [2024-06-18T02:32:47.569Z] + git log --format=format:%s -1 b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] echo [2024-06-18T02:32:47.584Z] ========================================================= [2024-06-18T02:32:47.584Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-06-18T02:32:47.584Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-06-18T02:32:48.033Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-06-18T02:32:48.033Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-06-18T02:32:48.033Z] + [ -e /tmp/ssh_known_hosts ] [2024-06-18T02:32:48.033Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-06-18T02:32:48.033Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-06-18T02:32:48.033Z] sudo tee -a /etc/ssh/ssh_known_hosts [2024-06-18T02:32:48.033Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:32:48.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-06-18T02:32:48.455Z] [2024-06-18T02:32:48.455Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:32:48.760Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-06-18T02:32:48.760Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-06-18T02:32:48.760Z] b85a868b505f: Pulling fs layer [2024-06-18T02:32:48.760Z] e2be974225ed: Pulling fs layer [2024-06-18T02:32:48.760Z] 339a4e72a1f5: Pulling fs layer [2024-06-18T02:32:48.760Z] 988bab9f4d93: Pulling fs layer [2024-06-18T02:32:48.760Z] 1469e6f7b9e6: Pulling fs layer [2024-06-18T02:32:48.760Z] eaf3925da568: Pulling fs layer [2024-06-18T02:32:48.760Z] bab4dde63d76: Pulling fs layer [2024-06-18T02:32:48.760Z] bde34c3a00c8: Pulling fs layer [2024-06-18T02:32:48.760Z] b352a97aabf1: Pulling fs layer [2024-06-18T02:32:48.760Z] 4872d77fe225: Pulling fs layer [2024-06-18T02:32:48.760Z] 5851b861e8e6: Pulling fs layer [2024-06-18T02:32:48.760Z] bab4dde63d76: Waiting [2024-06-18T02:32:48.760Z] eaf3925da568: Waiting [2024-06-18T02:32:48.760Z] 988bab9f4d93: Waiting [2024-06-18T02:32:48.760Z] bde34c3a00c8: Waiting [2024-06-18T02:32:48.760Z] b352a97aabf1: Waiting [2024-06-18T02:32:48.760Z] 1469e6f7b9e6: Waiting [2024-06-18T02:32:48.760Z] 5851b861e8e6: Waiting [2024-06-18T02:32:48.760Z] 4872d77fe225: Waiting [2024-06-18T02:32:48.760Z] e2be974225ed: Download complete [2024-06-18T02:32:48.760Z] 988bab9f4d93: Verifying Checksum [2024-06-18T02:32:48.760Z] 988bab9f4d93: Download complete [2024-06-18T02:32:48.760Z] 1469e6f7b9e6: Verifying Checksum [2024-06-18T02:32:48.760Z] 1469e6f7b9e6: Download complete [2024-06-18T02:32:49.019Z] eaf3925da568: Verifying Checksum [2024-06-18T02:32:49.019Z] eaf3925da568: Download complete [2024-06-18T02:32:49.019Z] 339a4e72a1f5: Verifying Checksum [2024-06-18T02:32:49.019Z] 339a4e72a1f5: Download complete [2024-06-18T02:32:49.019Z] bde34c3a00c8: Download complete [2024-06-18T02:32:49.019Z] b352a97aabf1: Verifying Checksum [2024-06-18T02:32:49.019Z] b352a97aabf1: Download complete [2024-06-18T02:32:49.019Z] 4872d77fe225: Verifying Checksum [2024-06-18T02:32:49.019Z] 4872d77fe225: Download complete [2024-06-18T02:32:49.019Z] 5851b861e8e6: Download complete [2024-06-18T02:32:49.019Z] b85a868b505f: Verifying Checksum [2024-06-18T02:32:49.019Z] b85a868b505f: Download complete [2024-06-18T02:32:49.278Z] bab4dde63d76: Verifying Checksum [2024-06-18T02:32:49.278Z] bab4dde63d76: Download complete [2024-06-18T02:32:50.218Z] b85a868b505f: Pull complete [2024-06-18T02:32:50.218Z] e2be974225ed: Pull complete [2024-06-18T02:32:50.787Z] 339a4e72a1f5: Pull complete [2024-06-18T02:32:50.787Z] 988bab9f4d93: Pull complete [2024-06-18T02:32:51.046Z] 1469e6f7b9e6: Pull complete [2024-06-18T02:32:51.046Z] eaf3925da568: Pull complete [2024-06-18T02:32:52.422Z] bab4dde63d76: Pull complete [2024-06-18T02:32:52.681Z] bde34c3a00c8: Pull complete [2024-06-18T02:32:52.681Z] b352a97aabf1: Pull complete [2024-06-18T02:32:52.681Z] 4872d77fe225: Pull complete [2024-06-18T02:32:52.681Z] 5851b861e8e6: Pull complete [2024-06-18T02:32:52.681Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-06-18T02:32:52.681Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-06-18T02:32:52.681Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-18T02:32:52.821Z] prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container [2024-06-18T02:32:52.849Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-06-18T02:32:55.426Z] $ docker top b7446fd1faf07f8f6d3a36ad9861ac2c63816907ef8b162efe77cff977f6a062 -eo pid,comm [2024-06-18T02:32:55.477Z] 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-06-18T02:32:55.477Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-06-18T02:32:55.545Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-06-18T02:32:55.545Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-18T02:32:55.660Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-18T02:32:55.660Z] $ docker exec b7446fd1faf07f8f6d3a36ad9861ac2c63816907ef8b162efe77cff977f6a062 ssh-agent [2024-06-18T02:32:55.764Z] SSH_AUTH_SOCK=/tmp/ssh-c4mp748Sefdu/agent.32 [2024-06-18T02:32:55.764Z] SSH_AGENT_PID=39 [2024-06-18T02:32:55.771Z] Running ssh-add (command line suppressed) [2024-06-18T02:32:55.874Z] Identity added: /w/workspace/edgex-go/643@tmp/private_key_16793966285532141738.key (/w/workspace/edgex-go/643@tmp/private_key_16793966285532141738.key) [2024-06-18T02:32:55.894Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-18T02:32:56.186Z] + git tag --points-at HEAD [Pipeline] } [2024-06-18T02:32:56.195Z] $ docker exec --env ******** --env ******** b7446fd1faf07f8f6d3a36ad9861ac2c63816907ef8b162efe77cff977f6a062 ssh-agent -k [2024-06-18T02:32:56.296Z] unset SSH_AUTH_SOCK; [2024-06-18T02:32:56.297Z] unset SSH_AGENT_PID; [2024-06-18T02:32:56.297Z] echo Agent pid 39 killed; [2024-06-18T02:32:56.310Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-06-18T02:32:56.357Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-06-18T02:32:56.357Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-18T02:32:56.460Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-18T02:32:56.460Z] $ docker exec b7446fd1faf07f8f6d3a36ad9861ac2c63816907ef8b162efe77cff977f6a062 ssh-agent [2024-06-18T02:32:56.578Z] SSH_AUTH_SOCK=/tmp/ssh-aHT1SlzNlopU/agent.72 [2024-06-18T02:32:56.578Z] SSH_AGENT_PID=78 [2024-06-18T02:32:56.582Z] Running ssh-add (command line suppressed) [2024-06-18T02:32:56.676Z] Identity added: /w/workspace/edgex-go/643@tmp/private_key_14342993414196896370.key (/w/workspace/edgex-go/643@tmp/private_key_14342993414196896370.key) [2024-06-18T02:32:56.695Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-18T02:32:56.986Z] + git semver init [2024-06-18T02:32:57.246Z] 2024-06-18 02:32:57,145 [run_init] DEBUG init version:0.0.0 force:False [2024-06-18T02:32:57.246Z] 2024-06-18 02:32:57,146 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/643/.semver [2024-06-18T02:32:57.246Z] 2024-06-18 02:32:57,147 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/643/.semver [2024-06-18T02:32:57.246Z] 2024-06-18 02:32:57,148 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/643/.semver'], cwd=/w/workspace/edgex-go/643, universal_newlines=False, shell=None, istream=None) [2024-06-18T02:33:02.518Z] 2024-06-18 02:33:02,092 [append_file] DEBUG append to file:/w/workspace/edgex-go/643/.git/info/exclude [2024-06-18T02:33:02.518Z] 2024-06-18 02:33:02,092 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/643/.semver/main with force:False [2024-06-18T02:33:02.518Z] 2024-06-18 02:33:02,092 [read_version] DEBUG read version from /w/workspace/edgex-go/643/.semver/main [2024-06-18T02:33:02.518Z] 2024-06-18 02:33:02,093 [read_version] DEBUG read version from /w/workspace/edgex-go/643/.semver/main [2024-06-18T02:33:02.518Z] 3.2.0-dev.25 [Pipeline] } [2024-06-18T02:33:02.524Z] $ docker exec --env ******** --env ******** b7446fd1faf07f8f6d3a36ad9861ac2c63816907ef8b162efe77cff977f6a062 ssh-agent -k [2024-06-18T02:33:02.626Z] unset SSH_AUTH_SOCK; [2024-06-18T02:33:02.626Z] unset SSH_AGENT_PID; [2024-06-18T02:33:02.626Z] echo Agent pid 78 killed; [2024-06-18T02:33:02.637Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-06-18T02:33:02.962Z] + git semver [Pipeline] } [2024-06-18T02:33:03.229Z] $ docker stop --time=1 b7446fd1faf07f8f6d3a36ad9861ac2c63816907ef8b162efe77cff977f6a062 [2024-06-18T02:33:04.572Z] $ docker rm -f --volumes b7446fd1faf07f8f6d3a36ad9861ac2c63816907ef8b162efe77cff977f6a062 [Pipeline] // withDockerContainer [Pipeline] sh [2024-06-18T02:33:04.912Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-06-18T02:33:05.170Z] Stashed 1 file(s) [Pipeline] echo [2024-06-18T02:33:05.174Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.25 [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-06-18T02:33:05.581Z] + git config --global --add safe.directory /w/workspace/edgex-go/643 [Pipeline] echo [2024-06-18T02:33:05.594Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-06-18T02:33:05.616Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-06-18T02:33:05.630Z] ========================================================= [2024-06-18T02:33:05.630Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-06-18T02:33:05.630Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-06-18T02:33:05.919Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-06-18T02:33:05.919Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-06-18T02:33:05.919Z] 619be1103602: Pulling fs layer [2024-06-18T02:33:05.919Z] 7862e08f4a3e: Pulling fs layer [2024-06-18T02:33:05.919Z] 5df492c9dc93: Pulling fs layer [2024-06-18T02:33:05.919Z] 7629e6793208: Pulling fs layer [2024-06-18T02:33:05.919Z] 4f4fb700ef54: Pulling fs layer [2024-06-18T02:33:05.919Z] fb5054dd5b73: Pulling fs layer [2024-06-18T02:33:05.919Z] eeca6798cff9: Pulling fs layer [2024-06-18T02:33:05.919Z] aa269ceb94a6: Pulling fs layer [2024-06-18T02:33:05.919Z] ada007ff1a6a: Pulling fs layer [2024-06-18T02:33:05.919Z] 7629e6793208: Waiting [2024-06-18T02:33:05.919Z] 4f4fb700ef54: Waiting [2024-06-18T02:33:05.919Z] fb5054dd5b73: Waiting [2024-06-18T02:33:05.919Z] eeca6798cff9: Waiting [2024-06-18T02:33:05.919Z] aa269ceb94a6: Waiting [2024-06-18T02:33:05.919Z] 7862e08f4a3e: Download complete [2024-06-18T02:33:05.919Z] 7629e6793208: Verifying Checksum [2024-06-18T02:33:05.919Z] 7629e6793208: Download complete [2024-06-18T02:33:05.919Z] 4f4fb700ef54: Verifying Checksum [2024-06-18T02:33:05.919Z] 4f4fb700ef54: Download complete [2024-06-18T02:33:05.919Z] fb5054dd5b73: Verifying Checksum [2024-06-18T02:33:05.919Z] fb5054dd5b73: Download complete [2024-06-18T02:33:05.919Z] 619be1103602: Download complete [2024-06-18T02:33:05.919Z] eeca6798cff9: Verifying Checksum [2024-06-18T02:33:05.919Z] eeca6798cff9: Download complete [2024-06-18T02:33:06.178Z] 619be1103602: Pull complete [2024-06-18T02:33:06.178Z] 7862e08f4a3e: Pull complete [2024-06-18T02:33:06.178Z] ada007ff1a6a: Verifying Checksum [2024-06-18T02:33:06.178Z] ada007ff1a6a: Download complete [2024-06-18T02:33:06.437Z] 5df492c9dc93: Verifying Checksum [2024-06-18T02:33:06.437Z] 5df492c9dc93: Download complete [2024-06-18T02:33:06.696Z] aa269ceb94a6: Verifying Checksum [2024-06-18T02:33:06.696Z] aa269ceb94a6: Download complete [2024-06-18T02:33:09.981Z] 5df492c9dc93: Pull complete [2024-06-18T02:33:09.981Z] 7629e6793208: Pull complete [2024-06-18T02:33:09.981Z] 4f4fb700ef54: Pull complete [2024-06-18T02:33:09.981Z] fb5054dd5b73: Pull complete [2024-06-18T02:33:09.981Z] eeca6798cff9: Pull complete [2024-06-18T02:33:11.882Z] aa269ceb94a6: Pull complete [2024-06-18T02:33:12.457Z] ada007ff1a6a: Pull complete [2024-06-18T02:33:12.457Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-06-18T02:33:12.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-06-18T02:33:12.457Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-06-18T02:33:12.760Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-06-18T02:33:12.761Z] WORKDIR /edgex [2024-06-18T02:33:12.761Z] COPY go.mod . [2024-06-18T02:33:12.761Z] RUN go mod download [2024-06-18T02:33:12.761Z] + docker build -t ci-base-image-x86_64 -f - . [2024-06-18T02:33:13.328Z] Sending build context to Docker daemon 178.3MB [2024-06-18T02:33:13.328Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-06-18T02:33:13.328Z] ---> f489d0715acc [2024-06-18T02:33:13.328Z] Step 2/4 : WORKDIR /edgex [2024-06-18T02:33:18.604Z] ---> Running in 91759798d3ce [2024-06-18T02:33:18.605Z] Removing intermediate container 91759798d3ce [2024-06-18T02:33:18.605Z] ---> ae3ad8fc085e [2024-06-18T02:33:18.605Z] Step 3/4 : COPY go.mod . [2024-06-18T02:33:18.605Z] ---> 8025c427b060 [2024-06-18T02:33:18.605Z] Step 4/4 : RUN go mod download [2024-06-18T02:33:18.605Z] ---> Running in 844db06f5241 [2024-06-18T02:33:20.255Z] Still waiting to schedule task [2024-06-18T02:33:20.255Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-06-18T02:33:45.228Z] Removing intermediate container 844db06f5241 [2024-06-18T02:33:45.228Z] ---> 190f0d59460a [2024-06-18T02:33:45.228Z] Successfully built 190f0d59460a [2024-06-18T02:33:45.228Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:33:45.538Z] + docker inspect -f . ci-base-image-x86_64 [2024-06-18T02:33:45.538Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-18T02:33:45.631Z] prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container [2024-06-18T02:33:45.656Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-06-18T02:33:46.059Z] $ docker top 3ec0da2c39ce3355e54e8df61b9c6db405e978942fca62e3c20be59758cb1db8 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-06-18T02:33:46.405Z] + go version [2024-06-18T02:33:46.405Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-06-18T02:33:46.412Z] $ docker stop --time=1 3ec0da2c39ce3355e54e8df61b9c6db405e978942fca62e3c20be59758cb1db8 [2024-06-18T02:33:47.648Z] $ docker rm -f --volumes 3ec0da2c39ce3355e54e8df61b9c6db405e978942fca62e3c20be59758cb1db8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:33:48.068Z] + docker inspect -f . ci-base-image-x86_64 [2024-06-18T02:33:48.068Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-18T02:33:48.147Z] prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container [2024-06-18T02:33:48.174Z] $ 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/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-06-18T02:33:48.514Z] $ docker top 963238db60c143049dba68e10a34ef775233996deea4e8750d7252f24476a53f -eo pid,comm [Pipeline] { [Pipeline] echo [2024-06-18T02:33:48.586Z] ========================================================= [2024-06-18T02:33:48.586Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-06-18T02:33:48.586Z] ========================================================= [Pipeline] sh [2024-06-18T02:33:48.864Z] + git config --global --add safe.directory /w/workspace/edgex-go/643 [Pipeline] fileExists [Pipeline] sh [2024-06-18T02:33:49.166Z] + make test [2024-06-18T02:33:49.166Z] go test -race -coverprofile=coverage.out ./... [2024-06-18T02:33:57.278Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-06-18T02:34:29.425Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-06-18T02:34:29.425Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-06-18T02:34:29.425Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-06-18T02:34:29.425Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-06-18T02:34:29.425Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-06-18T02:34:29.425Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-06-18T02:34:29.425Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-06-18T02:34:29.425Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-06-18T02:34:29.425Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-06-18T02:34:29.425Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-06-18T02:34:29.425Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-06-18T02:34:29.425Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-06-18T02:34:29.425Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-06-18T02:34:29.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-06-18T02:34:31.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-06-18T02:34:31.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-06-18T02:34:32.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.052s coverage: 28.7% of statements [2024-06-18T02:34:32.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-06-18T02:34:32.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-06-18T02:34:32.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-06-18T02:34:32.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-06-18T02:34:32.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-06-18T02:34:33.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.053s coverage: 97.0% of statements [2024-06-18T02:34:34.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-06-18T02:34:34.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-06-18T02:34:34.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-06-18T02:34:34.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-06-18T02:34:34.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-06-18T02:34:35.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-06-18T02:34:35.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-06-18T02:34:36.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-06-18T02:34:36.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-06-18T02:34:36.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-06-18T02:34:36.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-06-18T02:34:36.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-06-18T02:34:36.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-06-18T02:34:36.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-06-18T02:34:36.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-06-18T02:34:36.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-06-18T02:34:36.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-06-18T02:34:36.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.134s coverage: 69.2% of statements [2024-06-18T02:34:36.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.066s coverage: 53.2% of statements [2024-06-18T02:34:38.279Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-06-18T02:34:38.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-06-18T02:34:38.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.359s coverage: 93.4% of statements [2024-06-18T02:34:38.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.067s coverage: 6.1% of statements [2024-06-18T02:34:38.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.366s coverage: 97.6% of statements [2024-06-18T02:34:38.537Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.041s coverage: 72.2% of statements [2024-06-18T02:34:39.102Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.055s coverage: 0.9% of statements [2024-06-18T02:34:39.102Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.041s coverage: 32.2% of statements [2024-06-18T02:34:39.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.048s coverage: 41.7% of statements [2024-06-18T02:34:39.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.041s coverage: 82.9% of statements [2024-06-18T02:34:39.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.029s coverage: 94.1% of statements [2024-06-18T02:34:39.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.052s coverage: 96.3% of statements [2024-06-18T02:34:40.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.045s coverage: 87.5% of statements [2024-06-18T02:34:40.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-06-18T02:34:40.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-06-18T02:34:40.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-06-18T02:34:40.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-06-18T02:34:40.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-06-18T02:34:40.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-06-18T02:34:40.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-06-18T02:34:40.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-06-18T02:34:41.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-06-18T02:34:41.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-06-18T02:34:41.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-06-18T02:34:41.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-06-18T02:34:42.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-06-18T02:34:42.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-06-18T02:34:42.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-06-18T02:34:43.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-06-18T02:34:44.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-06-18T02:34:45.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-06-18T02:34:45.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-06-18T02:34:48.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-06-18T02:34:48.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-06-18T02:34:48.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-06-18T02:34:49.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-06-18T02:34:49.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-06-18T02:34:49.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-06-18T02:34:49.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-06-18T02:34:49.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-06-18T02:34:49.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-06-18T02:34:49.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-06-18T02:34:51.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-06-18T02:34:51.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-06-18T02:34:51.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-06-18T02:34:51.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-06-18T02:34:52.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.048s coverage: 94.4% of statements [2024-06-18T02:34:52.465Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-06-18T02:34:52.465Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-06-18T02:34:52.465Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-06-18T02:34:52.465Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-06-18T02:34:53.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-06-18T02:34:53.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-06-18T02:34:54.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-06-18T02:34:54.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.276s coverage: 79.9% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.064s coverage: 92.9% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 64.4% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.059s coverage: 62.3% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.060s coverage: 87.2% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.034s coverage: 20.0% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.036s coverage: 100.0% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.086s coverage: 81.8% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.082s coverage: 82.1% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.041s coverage: 86.0% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.155s coverage: 63.1% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.041s coverage: 100.0% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.027s coverage: 89.4% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.024s coverage: 100.0% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.029s coverage: 73.7% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.166s coverage: 38.4% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.044s coverage: 89.5% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.039s coverage: 84.8% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.079s coverage: 19.9% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.112s coverage: 95.7% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.045s coverage: 61.8% of statements [2024-06-18T02:35:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.083s coverage: 98.9% of statements [2024-06-18T02:35:06.562Z] 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-06-18T02:35:06.562Z] running golangci-lint [2024-06-18T02:35:06.562Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-06-18T02:35:06.562Z] go version go1.21.9 linux/amd64 [2024-06-18T02:35:06.562Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-06-18T02:35:06.562Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-06-18T02:35:28.485Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|name|types_sizes|files|imports) took 19.560757218s" [2024-06-18T02:35:28.485Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 29.875031ms" [2024-06-18T02:35:35.042Z] level=info msg="[linters_context/goanalysis] analyzers took 1m15.898509576s with top 10 stages: buildir: 43.556360377s, gosec: 6.578638519s, inspect: 1.670167277s, fact_deprecated: 1.65499366s, printf: 1.385109488s, ctrlflow: 1.277991227s, fact_purity: 1.11613203s, nilness: 947.7844ms, S1038: 709.711208ms, SA5012: 513.728003ms" [2024-06-18T02:35:35.042Z] level=info msg="[runner] Issues before processing: 197, after processing: 0" [2024-06-18T02:35:35.042Z] level=info msg="[runner] Processors filtering stat (out/in): skip_files: 197/197, autogenerated_exclude: 197/197, nolint: 0/21, path_prettifier: 197/197, exclude-rules: 21/197, skip_dirs: 197/197, cgo: 197/197, filename_unadjuster: 197/197, identifier_marker: 197/197, exclude: 197/197" [2024-06-18T02:35:35.042Z] level=info msg="[runner] processing took 21.450722ms with stages: nolint: 9.324687ms, identifier_marker: 5.893611ms, exclude-rules: 2.515404ms, autogenerated_exclude: 1.52442ms, path_prettifier: 1.43406ms, skip_dirs: 711.14µs, cgo: 25.9µs, filename_unadjuster: 16.04µs, max_same_issues: 1.29µs, exclude: 750ns, uniq_by_line: 480ns, fixer: 460ns, skip_files: 430ns, diff: 340ns, sort_results: 330ns, severity-rules: 320ns, path_shortener: 270ns, source_code: 250ns, max_from_linter: 220ns, max_per_file_from_linter: 160ns, path_prefixer: 160ns" [2024-06-18T02:35:35.042Z] level=info msg="[runner] linters took 9.515600375s with stages: goanalysis_metalinter: 9.494017001s" [2024-06-18T02:35:35.042Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-06-18T02:35:35.042Z] level=info msg="Memory: 292 samples, avg is 271.0MB, max is 1317.1MB" [2024-06-18T02:35:35.042Z] level=info msg="Execution took 29.114766532s" [2024-06-18T02:35:35.042Z] go vet ./... [2024-06-18T02:35:40.306Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-06-18T02:35:40.306Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-06-18T02:35:40.306Z] ./bin/test-attribution-txt.sh [2024-06-18T02:35:40.306Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-06-18T02:35:40.306Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo [2024-06-18T02:35:40.319Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-06-18T02:35:40.608Z] + ls -al . [2024-06-18T02:35:40.608Z] total 816 [2024-06-18T02:35:40.608Z] drwxrwxr-x 11 1001 1001 4096 Jun 18 02:33 . [2024-06-18T02:35:40.608Z] drwxr-xr-x 4 root root 4096 Jun 18 02:33 .. [2024-06-18T02:35:40.608Z] drwxrwxr-x 2 1001 1001 4096 Jun 18 02:32 .blubracket [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 10 Jun 18 02:32 .dockerignore [2024-06-18T02:35:40.608Z] drwxrwxr-x 8 1001 1001 4096 Jun 18 02:35 .git [2024-06-18T02:35:40.608Z] drwxrwxr-x 3 1001 1001 4096 Jun 18 02:32 .github [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 1074 Jun 18 02:32 .gitignore [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 42 Jun 18 02:32 .golangci.yml [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 100 Jun 18 02:32 .hadolint.yml [2024-06-18T02:35:40.608Z] drwxr-xr-x 3 1001 1001 4096 Jun 18 02:33 .semver [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 155 Jun 18 02:32 .sonarcloud.properties [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 1171 Jun 18 02:32 ADOPTERS.md [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 20261 Jun 18 02:32 Attribution.txt [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 100284 Jun 18 02:32 CHANGELOG.md [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 3804 Jun 18 02:32 CONTRIBUTING.md [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 677 Jun 18 02:32 GOVERNANCE.md [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 861 Jun 18 02:32 Jenkinsfile [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 10775 Jun 18 02:32 LICENSE [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 15392 Jun 18 02:32 Makefile [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 582 Jun 18 02:32 OWNERS.md [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 9528 Jun 18 02:32 README.md [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 789 Jun 18 02:32 SECURITY.md [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 12 Jun 18 02:33 VERSION [2024-06-18T02:35:40.608Z] drwxrwxr-x 2 1001 1001 4096 Jun 18 02:32 bin [2024-06-18T02:35:40.608Z] drwxrwxr-x 18 1001 1001 4096 Jun 18 02:32 cmd [2024-06-18T02:35:40.608Z] -rw-r--r-- 1 root root 455714 Jun 18 02:35 coverage.out [2024-06-18T02:35:40.608Z] drwxrwxr-x 2 1001 1001 4096 Jun 18 02:32 fuzz_test [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 6922 Jun 18 02:32 go.mod [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 101455 Jun 18 02:32 go.sum [2024-06-18T02:35:40.608Z] drwxrwxr-x 7 1001 1001 4096 Jun 18 02:32 internal [2024-06-18T02:35:40.608Z] drwxrwxr-x 3 1001 1001 4096 Jun 18 02:32 openapi [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 584 Jun 18 02:32 security.txt [2024-06-18T02:35:40.608Z] -rw-rw-r-- 1 1001 1001 204 Jun 18 02:32 version.go [Pipeline] sh [2024-06-18T02:35:40.900Z] + '[' -e coverage.out ] [2024-06-18T02:35:40.900Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-06-18T02:35:41.011Z] Stashed 1 file(s) [Pipeline] sh [2024-06-18T02:35:41.294Z] + make build [2024-06-18T02:35:41.294Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-06-18T02:36:03.215Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-06-18T02:36:03.781Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-06-18T02:36:05.162Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-06-18T02:36:05.728Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-06-18T02:36:09.958Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-06-18T02:36:11.337Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-06-18T02:36:13.241Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-06-18T02:36:13.501Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-06-18T02:36:14.436Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-06-18T02:36:15.004Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-06-18T02:36:15.573Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-06-18T02:36:16.516Z] $ docker stop --time=1 963238db60c143049dba68e10a34ef775233996deea4e8750d7252f24476a53f [2024-06-18T02:36:24.256Z] $ docker rm -f --volumes 963238db60c143049dba68e10a34ef775233996deea4e8750d7252f24476a53f [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-06-18T02:36:25.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-06-18T02:36:25.313Z] [2024-06-18T02:36:25.313Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:36:25.617Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-06-18T02:36:25.617Z] latest: Pulling from edgex-devops/edgex-compose [2024-06-18T02:36:25.617Z] 91d30c5bc195: Pulling fs layer [2024-06-18T02:36:25.617Z] 2e9b0aa3be6d: Pulling fs layer [2024-06-18T02:36:25.617Z] 9c61dcf015f6: Pulling fs layer [2024-06-18T02:36:25.617Z] 4698f68db338: Pulling fs layer [2024-06-18T02:36:25.617Z] 2a2f49069b9e: Pulling fs layer [2024-06-18T02:36:25.617Z] e0025b399a48: Pulling fs layer [2024-06-18T02:36:25.617Z] 4698f68db338: Waiting [2024-06-18T02:36:25.617Z] 2a2f49069b9e: Waiting [2024-06-18T02:36:25.617Z] e0025b399a48: Waiting [2024-06-18T02:36:25.617Z] 91d30c5bc195: Verifying Checksum [2024-06-18T02:36:25.617Z] 91d30c5bc195: Download complete [2024-06-18T02:36:25.617Z] 4698f68db338: Download complete [2024-06-18T02:36:25.876Z] 2e9b0aa3be6d: Verifying Checksum [2024-06-18T02:36:25.876Z] 2e9b0aa3be6d: Download complete [2024-06-18T02:36:25.876Z] e0025b399a48: Verifying Checksum [2024-06-18T02:36:25.876Z] e0025b399a48: Download complete [2024-06-18T02:36:25.876Z] 91d30c5bc195: Pull complete [2024-06-18T02:36:25.876Z] 2a2f49069b9e: Download complete [2024-06-18T02:36:26.136Z] 2e9b0aa3be6d: Pull complete [2024-06-18T02:36:26.397Z] 9c61dcf015f6: Download complete [2024-06-18T02:36:28.931Z] 9c61dcf015f6: Pull complete [2024-06-18T02:36:28.931Z] 4698f68db338: Pull complete [2024-06-18T02:36:29.189Z] 2a2f49069b9e: Pull complete [2024-06-18T02:36:29.189Z] e0025b399a48: Pull complete [2024-06-18T02:36:29.189Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-06-18T02:36:29.189Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-06-18T02:36:29.189Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-18T02:36:29.289Z] prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container [2024-06-18T02:36:29.318Z] $ 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/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2024-06-18T02:36:31.685Z] $ docker top 1f73be5511fe091c71ddf030704fc9816bdc46e69c894417423b51e58ddd66e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-06-18T02:36:32.035Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-06-18T02:36:33.945Z] #1 [security-proxy-auth internal] load build definition from Dockerfile [2024-06-18T02:36:33.945Z] #1 transferring dockerfile: 2.15kB done [2024-06-18T02:36:33.945Z] #1 DONE 0.0s [2024-06-18T02:36:34.207Z] [2024-06-18T02:36:34.207Z] #2 [security-spire-agent internal] load build definition from Dockerfile [2024-06-18T02:36:34.207Z] #2 transferring dockerfile: 1.81kB done [2024-06-18T02:36:34.207Z] #2 DONE 0.0s [2024-06-18T02:36:34.207Z] [2024-06-18T02:36:34.207Z] #3 [security-secretstore-setup internal] load build definition from Dockerfile [2024-06-18T02:36:34.207Z] #3 transferring dockerfile: 2.49kB done [2024-06-18T02:36:34.207Z] #3 DONE 0.0s [2024-06-18T02:36:34.207Z] [2024-06-18T02:36:34.207Z] #4 [core-metadata internal] load build definition from Dockerfile [2024-06-18T02:36:34.207Z] #4 transferring dockerfile: 2.06kB done [2024-06-18T02:36:34.207Z] #4 DONE 0.0s [2024-06-18T02:36:34.207Z] [2024-06-18T02:36:34.207Z] #5 [support-scheduler internal] load build definition from Dockerfile [2024-06-18T02:36:34.207Z] #5 transferring dockerfile: 1.93kB done [2024-06-18T02:36:34.207Z] #5 DONE 0.0s [2024-06-18T02:36:34.207Z] [2024-06-18T02:36:34.207Z] #6 [security-bootstrapper internal] load build definition from Dockerfile [2024-06-18T02:36:34.207Z] #6 transferring dockerfile: 2.93kB done [2024-06-18T02:36:34.207Z] #6 DONE 0.0s [2024-06-18T02:36:34.207Z] [2024-06-18T02:36:34.207Z] #7 [support-notifications internal] load build definition from Dockerfile [2024-06-18T02:36:34.207Z] #7 transferring dockerfile: 1.95kB done [2024-06-18T02:36:34.207Z] #7 DONE 0.0s [2024-06-18T02:36:34.207Z] [2024-06-18T02:36:34.207Z] #8 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-06-18T02:36:34.207Z] #8 transferring dockerfile: 1.89kB done [2024-06-18T02:36:34.207Z] #8 DONE 0.0s [2024-06-18T02:36:34.207Z] [2024-06-18T02:36:34.207Z] #9 [security-proxy-setup internal] load build definition from Dockerfile [2024-06-18T02:36:34.468Z] #9 transferring dockerfile: 2.50kB done [2024-06-18T02:36:34.468Z] #9 DONE 0.0s [2024-06-18T02:36:34.468Z] [2024-06-18T02:36:34.468Z] #10 [core-command internal] load build definition from Dockerfile [2024-06-18T02:36:34.468Z] #10 transferring dockerfile: 1.93kB done [2024-06-18T02:36:34.468Z] #10 DONE 0.0s [2024-06-18T02:36:34.468Z] [2024-06-18T02:36:34.468Z] #11 [core-data internal] load build definition from Dockerfile [2024-06-18T02:36:34.468Z] #11 transferring dockerfile: 2.01kB done [2024-06-18T02:36:34.468Z] #11 DONE 0.0s [2024-06-18T02:36:34.468Z] [2024-06-18T02:36:34.468Z] #12 [security-proxy-auth internal] load .dockerignore [2024-06-18T02:36:34.468Z] #12 transferring context: 50B done [2024-06-18T02:36:34.468Z] #12 DONE 0.0s [2024-06-18T02:36:34.468Z] [2024-06-18T02:36:34.468Z] #13 [security-spire-server internal] load build definition from Dockerfile [2024-06-18T02:36:34.468Z] #13 transferring dockerfile: 1.70kB done [2024-06-18T02:36:34.468Z] #13 DONE 0.0s [2024-06-18T02:36:34.468Z] [2024-06-18T02:36:34.468Z] #14 [security-spire-config internal] load build definition from Dockerfile [2024-06-18T02:36:34.468Z] #14 transferring dockerfile: 1.69kB done [2024-06-18T02:36:34.468Z] #14 DONE 0.0s [2024-06-18T02:36:34.468Z] [2024-06-18T02:36:34.468Z] #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-06-18T02:36:34.468Z] #15 transferring dockerfile: 2.23kB done [2024-06-18T02:36:34.468Z] #15 DONE 0.0s [2024-06-18T02:36:34.468Z] [2024-06-18T02:36:34.468Z] #16 [security-spire-agent internal] load .dockerignore [2024-06-18T02:36:34.468Z] #16 transferring context: 50B done [2024-06-18T02:36:34.468Z] #16 DONE 0.0s [2024-06-18T02:36:34.468Z] [2024-06-18T02:36:34.468Z] #17 [security-secretstore-setup internal] load .dockerignore [2024-06-18T02:36:34.468Z] #17 transferring context: 50B done [2024-06-18T02:36:34.468Z] #17 DONE 0.0s [2024-06-18T02:36:34.468Z] [2024-06-18T02:36:34.468Z] #18 [core-metadata internal] load .dockerignore [2024-06-18T02:36:34.468Z] #18 transferring context: 50B done [2024-06-18T02:36:34.468Z] #18 DONE 0.0s [2024-06-18T02:36:34.468Z] [2024-06-18T02:36:34.468Z] #19 [support-scheduler internal] load .dockerignore [2024-06-18T02:36:34.468Z] #19 transferring context: 50B done [2024-06-18T02:36:34.468Z] #19 DONE 0.0s [2024-06-18T02:36:34.468Z] [2024-06-18T02:36:34.468Z] #20 [security-bootstrapper internal] load .dockerignore [2024-06-18T02:36:34.468Z] #20 transferring context: 50B done [2024-06-18T02:36:34.468Z] #20 DONE 0.0s [2024-06-18T02:36:34.468Z] [2024-06-18T02:36:34.468Z] #21 [support-notifications internal] load .dockerignore [2024-06-18T02:36:34.468Z] #21 transferring context: 50B done [2024-06-18T02:36:34.468Z] #21 DONE 0.0s [2024-06-18T02:36:34.468Z] [2024-06-18T02:36:34.468Z] #22 [security-spiffe-token-provider internal] load .dockerignore [2024-06-18T02:36:34.468Z] #22 transferring context: 50B done [2024-06-18T02:36:34.468Z] #22 DONE 0.0s [2024-06-18T02:36:34.468Z] [2024-06-18T02:36:34.468Z] #23 [security-proxy-setup internal] load .dockerignore [2024-06-18T02:36:34.468Z] #23 transferring context: 50B done [2024-06-18T02:36:34.468Z] #23 DONE 0.0s [2024-06-18T02:36:34.468Z] [2024-06-18T02:36:34.468Z] #24 [core-command internal] load .dockerignore [2024-06-18T02:36:34.727Z] #24 transferring context: 50B done [2024-06-18T02:36:34.727Z] #24 DONE 0.0s [2024-06-18T02:36:34.727Z] [2024-06-18T02:36:34.727Z] #25 [core-data internal] load .dockerignore [2024-06-18T02:36:34.727Z] #25 transferring context: 50B done [2024-06-18T02:36:34.727Z] #25 DONE 0.0s [2024-06-18T02:36:34.727Z] [2024-06-18T02:36:34.727Z] #26 [security-spire-server internal] load .dockerignore [2024-06-18T02:36:34.727Z] #26 transferring context: 50B done [2024-06-18T02:36:34.727Z] #26 DONE 0.0s [2024-06-18T02:36:34.727Z] [2024-06-18T02:36:34.727Z] #27 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-06-18T02:36:34.727Z] #27 DONE 0.0s [2024-06-18T02:36:34.727Z] [2024-06-18T02:36:34.727Z] #28 [security-spire-config internal] load .dockerignore [2024-06-18T02:36:34.727Z] #28 transferring context: 50B done [2024-06-18T02:36:34.727Z] #28 DONE 0.0s [2024-06-18T02:36:34.727Z] [2024-06-18T02:36:34.727Z] #29 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:36:34.727Z] #29 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-06-18T02:36:34.727Z] #29 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-06-18T02:36:34.727Z] #29 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-06-18T02:36:34.727Z] #29 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-06-18T02:36:34.727Z] #29 DONE 0.1s [2024-06-18T02:36:34.727Z] [2024-06-18T02:36:34.727Z] #27 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-06-18T02:36:34.985Z] #27 DONE 0.0s [2024-06-18T02:36:34.985Z] [2024-06-18T02:36:34.985Z] #30 [core-common-config-bootstrapper internal] load .dockerignore [2024-06-18T02:36:34.985Z] #30 transferring context: 50B done [2024-06-18T02:36:34.985Z] #30 DONE 0.1s [2024-06-18T02:36:34.985Z] [2024-06-18T02:36:34.985Z] #31 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-06-18T02:36:34.985Z] #31 DONE 0.1s [2024-06-18T02:36:34.985Z] [2024-06-18T02:36:34.985Z] #29 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:36:34.985Z] #29 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-06-18T02:36:34.985Z] #29 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-06-18T02:36:34.985Z] #29 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-06-18T02:36:34.985Z] #29 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-06-18T02:36:34.985Z] #29 DONE 0.1s [2024-06-18T02:36:34.985Z] [2024-06-18T02:36:34.985Z] #32 [security-secretstore-setup internal] load build context [2024-06-18T02:36:34.985Z] #32 ... [2024-06-18T02:36:34.985Z] [2024-06-18T02:36:34.985Z] #27 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-06-18T02:36:34.985Z] #27 DONE 0.0s [2024-06-18T02:36:34.985Z] [2024-06-18T02:36:34.985Z] #32 [security-secretstore-setup internal] load build context [2024-06-18T02:36:35.246Z] #32 ... [2024-06-18T02:36:35.246Z] [2024-06-18T02:36:35.246Z] #29 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:36:35.246Z] #29 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-06-18T02:36:35.246Z] #29 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-06-18T02:36:35.246Z] #29 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-06-18T02:36:35.246Z] #29 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-06-18T02:36:35.246Z] #29 DONE 0.1s [2024-06-18T02:36:35.246Z] [2024-06-18T02:36:35.246Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-06-18T02:36:35.246Z] #31 DONE 0.2s [2024-06-18T02:36:35.246Z] [2024-06-18T02:36:35.246Z] #32 [security-secretstore-setup internal] load build context [2024-06-18T02:36:35.246Z] #32 ... [2024-06-18T02:36:35.246Z] [2024-06-18T02:36:35.246Z] #27 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-06-18T02:36:35.246Z] #27 DONE 0.0s [2024-06-18T02:36:35.246Z] [2024-06-18T02:36:35.246Z] #32 [security-secretstore-setup internal] load build context [2024-06-18T02:36:35.246Z] #32 ... [2024-06-18T02:36:35.246Z] [2024-06-18T02:36:35.246Z] #29 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:36:35.246Z] #29 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-06-18T02:36:35.246Z] #29 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-06-18T02:36:35.246Z] #29 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-06-18T02:36:35.246Z] #29 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-06-18T02:36:35.246Z] #29 DONE 0.1s [2024-06-18T02:36:35.246Z] [2024-06-18T02:36:35.246Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-06-18T02:36:35.246Z] #31 DONE 0.4s [2024-06-18T02:36:35.246Z] [2024-06-18T02:36:35.246Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-06-18T02:36:35.246Z] #33 DONE 0.6s [2024-06-18T02:36:35.246Z] [2024-06-18T02:36:35.246Z] #32 [security-secretstore-setup internal] load build context [2024-06-18T02:36:35.504Z] #32 ... [2024-06-18T02:36:35.504Z] [2024-06-18T02:36:35.504Z] #27 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-06-18T02:36:35.504Z] #27 DONE 0.0s [2024-06-18T02:36:35.504Z] [2024-06-18T02:36:35.504Z] #29 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:36:35.504Z] #29 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-06-18T02:36:35.504Z] #29 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-06-18T02:36:35.504Z] #29 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-06-18T02:36:35.504Z] #29 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-06-18T02:36:35.504Z] #29 DONE 0.1s [2024-06-18T02:36:35.504Z] [2024-06-18T02:36:35.504Z] #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-06-18T02:36:35.504Z] #34 DONE 0.8s [2024-06-18T02:36:35.504Z] [2024-06-18T02:36:35.504Z] #35 [security-spire-agent internal] load build context [2024-06-18T02:36:35.764Z] #35 ... [2024-06-18T02:36:35.764Z] [2024-06-18T02:36:35.764Z] #27 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-06-18T02:36:35.764Z] #27 DONE 0.0s [2024-06-18T02:36:35.764Z] [2024-06-18T02:36:35.764Z] #29 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:36:35.764Z] #29 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-06-18T02:36:35.764Z] #29 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-06-18T02:36:35.764Z] #29 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-06-18T02:36:35.764Z] #29 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-06-18T02:36:35.764Z] #29 DONE 0.1s [2024-06-18T02:36:35.764Z] [2024-06-18T02:36:35.764Z] #31 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-06-18T02:36:35.764Z] #31 DONE 0.7s [2024-06-18T02:36:35.764Z] [2024-06-18T02:36:35.764Z] #35 [security-spire-agent internal] load build context [2024-06-18T02:36:35.764Z] #35 transferring context: 26.22kB 0.0s done [2024-06-18T02:36:36.022Z] #35 ... [2024-06-18T02:36:36.022Z] [2024-06-18T02:36:36.022Z] #29 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:36:36.022Z] #29 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-06-18T02:36:36.022Z] #29 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-06-18T02:36:36.022Z] #29 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-06-18T02:36:36.022Z] #29 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-06-18T02:36:36.022Z] #29 DONE 0.1s [2024-06-18T02:36:36.022Z] [2024-06-18T02:36:36.022Z] #33 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-06-18T02:36:36.022Z] #33 DONE 1.1s [2024-06-18T02:36:36.022Z] [2024-06-18T02:36:36.022Z] #35 [security-spire-agent internal] load build context [2024-06-18T02:36:36.023Z] #35 DONE 0.6s [2024-06-18T02:36:36.023Z] [2024-06-18T02:36:36.023Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:36:36.023Z] #36 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done [2024-06-18T02:36:36.023Z] #36 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-06-18T02:36:36.023Z] #36 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2024-06-18T02:36:36.023Z] #36 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2024-06-18T02:36:36.023Z] #36 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 0.0s [2024-06-18T02:36:36.300Z] #36 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.1s [2024-06-18T02:36:36.300Z] #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.1s [2024-06-18T02:36:36.300Z] #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s [2024-06-18T02:36:36.300Z] #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 0.2s [2024-06-18T02:36:36.562Z] #36 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.3s done [2024-06-18T02:36:36.562Z] #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s [2024-06-18T02:36:37.129Z] #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.3s done [2024-06-18T02:36:37.129Z] #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.3s done [2024-06-18T02:36:37.716Z] #36 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2024-06-18T02:36:41.179Z] #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 4.0s done [2024-06-18T02:36:41.179Z] #36 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-06-18T02:36:41.754Z] #36 ... [2024-06-18T02:36:41.754Z] [2024-06-18T02:36:41.754Z] #37 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-06-18T02:36:41.754Z] #37 DONE 7.1s [2024-06-18T02:36:41.754Z] [2024-06-18T02:36:41.754Z] #38 [core-metadata internal] load build context [2024-06-18T02:36:41.754Z] #38 transferring context: 219.14MB 6.8s [2024-06-18T02:36:42.385Z] #38 ... [2024-06-18T02:36:42.385Z] [2024-06-18T02:36:42.385Z] #39 [security-proxy-auth internal] load build context [2024-06-18T02:36:42.652Z] #39 ... [2024-06-18T02:36:42.652Z] [2024-06-18T02:36:42.652Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:36:42.652Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 6.5s [2024-06-18T02:36:42.911Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 8.39MB / 25.84MB 6.7s [2024-06-18T02:36:42.911Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 6.9s [2024-06-18T02:36:44.287Z] #36 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2024-06-18T02:36:44.951Z] #36 ... [2024-06-18T02:36:44.951Z] [2024-06-18T02:36:44.951Z] #40 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-06-18T02:36:44.951Z] #0 0.924 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:44.951Z] #0 1.160 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:44.951Z] #0 1.488 (1/1) Installing dumb-init (1.2.5-r2) [2024-06-18T02:36:44.951Z] #0 1.500 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:44.951Z] #0 1.502 OK: 7 MiB in 16 packages [2024-06-18T02:36:44.951Z] #40 ... [2024-06-18T02:36:44.951Z] [2024-06-18T02:36:44.951Z] #41 [support-scheduler internal] load build context [2024-06-18T02:36:45.209Z] #41 ... [2024-06-18T02:36:45.209Z] [2024-06-18T02:36:45.209Z] #42 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-06-18T02:36:45.209Z] #0 1.306 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:45.209Z] #0 1.364 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:45.209Z] #0 1.572 (1/4) Installing ca-certificates (20240226-r0) [2024-06-18T02:36:45.209Z] #0 1.601 (2/4) Installing dumb-init (1.2.5-r2) [2024-06-18T02:36:45.209Z] #0 1.608 (3/4) Installing su-exec (0.2-r3) [2024-06-18T02:36:45.209Z] #0 1.626 (4/4) Installing yq (4.33.3-r5) [2024-06-18T02:36:45.209Z] #0 1.690 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:45.209Z] #0 1.707 Executing ca-certificates-20240226-r0.trigger [2024-06-18T02:36:45.209Z] #0 1.761 OK: 17 MiB in 19 packages [2024-06-18T02:36:45.209Z] #42 ... [2024-06-18T02:36:45.209Z] [2024-06-18T02:36:45.209Z] #43 [support-notifications internal] load build context [2024-06-18T02:36:45.209Z] #43 transferring context: 409.60MB 9.1s done [2024-06-18T02:36:45.209Z] #43 ... [2024-06-18T02:36:45.209Z] [2024-06-18T02:36:45.209Z] #44 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-06-18T02:36:45.209Z] #0 1.055 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:45.209Z] #0 1.144 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:45.209Z] #0 1.405 (1/2) Installing ca-certificates (20240226-r0) [2024-06-18T02:36:45.209Z] #0 1.425 (2/2) Installing dumb-init (1.2.5-r2) [2024-06-18T02:36:45.209Z] #0 1.426 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:45.209Z] #0 1.433 Executing ca-certificates-20240226-r0.trigger [2024-06-18T02:36:45.209Z] #0 1.469 OK: 8 MiB in 17 packages [2024-06-18T02:36:45.524Z] #44 ... [2024-06-18T02:36:45.524Z] [2024-06-18T02:36:45.524Z] #45 [security-spiffe-token-provider internal] load build context [2024-06-18T02:36:45.524Z] #45 ... [2024-06-18T02:36:45.524Z] [2024-06-18T02:36:45.524Z] #46 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-06-18T02:36:45.783Z] #46 ... [2024-06-18T02:36:45.783Z] [2024-06-18T02:36:45.783Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-06-18T02:36:45.783Z] #47 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.2s done [2024-06-18T02:36:45.783Z] #47 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-06-18T02:36:45.783Z] #47 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2024-06-18T02:36:45.783Z] #47 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2024-06-18T02:36:45.783Z] #47 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.3s done [2024-06-18T02:36:45.783Z] #47 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 4.0s done [2024-06-18T02:36:45.783Z] #47 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-06-18T02:36:45.783Z] #47 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 9.5s [2024-06-18T02:36:45.783Z] #47 ... [2024-06-18T02:36:45.783Z] [2024-06-18T02:36:45.783Z] #48 [security-proxy-setup internal] load build context [2024-06-18T02:36:45.783Z] #48 transferring context: 409.60MB 9.5s done [2024-06-18T02:36:45.783Z] #48 ... [2024-06-18T02:36:45.783Z] [2024-06-18T02:36:45.783Z] #49 [security-bootstrapper internal] load build context [2024-06-18T02:36:45.783Z] #49 transferring context: 409.60MB 8.3s done [2024-06-18T02:36:46.135Z] #49 ... [2024-06-18T02:36:46.135Z] [2024-06-18T02:36:46.135Z] #32 [security-secretstore-setup internal] load build context [2024-06-18T02:36:46.135Z] #32 transferring context: 409.60MB 10.6s done [2024-06-18T02:36:46.394Z] #32 ... [2024-06-18T02:36:46.394Z] [2024-06-18T02:36:46.394Z] #50 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-06-18T02:36:46.394Z] #50 ... [2024-06-18T02:36:46.394Z] [2024-06-18T02:36:46.394Z] #51 [core-common-config-bootstrapper internal] load build context [2024-06-18T02:36:46.394Z] #51 transferring context: 409.60MB 9.3s done [2024-06-18T02:36:46.394Z] #51 ... [2024-06-18T02:36:46.394Z] [2024-06-18T02:36:46.394Z] #52 [core-command internal] load build context [2024-06-18T02:36:46.394Z] #52 transferring context: 409.60MB 8.9s done [2024-06-18T02:36:46.394Z] #52 ... [2024-06-18T02:36:46.394Z] [2024-06-18T02:36:46.394Z] #53 [security-spire-server internal] load build context [2024-06-18T02:36:46.394Z] #53 transferring context: 26.69kB 0.0s done [2024-06-18T02:36:46.670Z] #53 ... [2024-06-18T02:36:46.670Z] [2024-06-18T02:36:46.670Z] #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-06-18T02:36:46.670Z] #0 0.956 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:46.670Z] #0 1.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:46.670Z] #0 1.274 (1/2) Installing dumb-init (1.2.5-r2) [2024-06-18T02:36:46.670Z] #0 1.283 (2/2) Installing su-exec (0.2-r3) [2024-06-18T02:36:46.670Z] #0 1.288 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:46.670Z] #0 1.298 OK: 7 MiB in 17 packages [2024-06-18T02:36:46.670Z] #54 ... [2024-06-18T02:36:46.670Z] [2024-06-18T02:36:46.670Z] #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-06-18T02:36:46.670Z] #55 ... [2024-06-18T02:36:46.670Z] [2024-06-18T02:36:46.670Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-06-18T02:36:47.236Z] #56 ... [2024-06-18T02:36:47.236Z] [2024-06-18T02:36:47.236Z] #57 [core-data internal] load build context [2024-06-18T02:36:47.236Z] #57 transferring context: 409.60MB 9.8s done [2024-06-18T02:36:47.236Z] #57 ... [2024-06-18T02:36:47.236Z] [2024-06-18T02:36:47.236Z] #58 [security-spire-config internal] load build context [2024-06-18T02:36:47.236Z] #58 transferring context: 24.94kB 0.0s done [2024-06-18T02:36:47.496Z] #58 ... [2024-06-18T02:36:47.496Z] [2024-06-18T02:36:47.496Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-06-18T02:36:47.496Z] #59 ... [2024-06-18T02:36:47.496Z] [2024-06-18T02:36:47.496Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-06-18T02:36:47.496Z] #47 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 11.2s done [2024-06-18T02:36:47.496Z] #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 11.4s [2024-06-18T02:36:47.496Z] #47 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2024-06-18T02:36:48.439Z] #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 12.3s done [2024-06-18T02:36:49.011Z] #47 ... [2024-06-18T02:36:49.011Z] [2024-06-18T02:36:49.011Z] #53 [security-spire-server internal] load build context [2024-06-18T02:36:49.011Z] #53 DONE 13.1s [2024-06-18T02:36:49.011Z] [2024-06-18T02:36:49.011Z] #58 [security-spire-config internal] load build context [2024-06-18T02:36:49.011Z] #58 DONE 13.1s [2024-06-18T02:36:49.011Z] [2024-06-18T02:36:49.011Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-06-18T02:36:49.011Z] #47 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 [2024-06-18T02:36:49.272Z] #47 ... [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #49 [security-bootstrapper internal] load build context [2024-06-18T02:36:49.272Z] #49 DONE 14.1s [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-06-18T02:36:49.272Z] #54 DONE 13.9s [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #44 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-06-18T02:36:49.272Z] #44 DONE 13.9s [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #43 [support-notifications internal] load build context [2024-06-18T02:36:49.272Z] #43 DONE 14.1s [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #42 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-06-18T02:36:49.272Z] #42 DONE 14.4s [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #52 [core-command internal] load build context [2024-06-18T02:36:49.272Z] #52 DONE 13.9s [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #48 [security-proxy-setup internal] load build context [2024-06-18T02:36:49.272Z] #48 DONE 13.9s [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #40 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-06-18T02:36:49.272Z] #40 DONE 14.6s [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #39 [security-proxy-auth internal] load build context [2024-06-18T02:36:49.272Z] #39 transferring context: 409.60MB 10.0s done [2024-06-18T02:36:49.272Z] #39 DONE 14.6s [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-06-18T02:36:49.272Z] #47 ... [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #51 [core-common-config-bootstrapper internal] load build context [2024-06-18T02:36:49.272Z] #51 DONE 13.5s [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #41 [support-scheduler internal] load build context [2024-06-18T02:36:49.272Z] #41 transferring context: 409.60MB 10.5s done [2024-06-18T02:36:49.272Z] #41 DONE 14.4s [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #32 [security-secretstore-setup internal] load build context [2024-06-18T02:36:49.272Z] #32 DONE 14.4s [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #57 [core-data internal] load build context [2024-06-18T02:36:49.272Z] #57 DONE 13.5s [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #38 [core-metadata internal] load build context [2024-06-18T02:36:49.272Z] #38 transferring context: 409.60MB 11.1s done [2024-06-18T02:36:49.272Z] #38 DONE 14.5s [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #45 [security-spiffe-token-provider internal] load build context [2024-06-18T02:36:49.272Z] #45 transferring context: 409.60MB 11.0s done [2024-06-18T02:36:49.272Z] #45 DONE 14.0s [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #60 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-06-18T02:36:49.272Z] #60 DONE 1.5s [2024-06-18T02:36:49.272Z] [2024-06-18T02:36:49.272Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-06-18T02:36:49.534Z] #47 ... [2024-06-18T02:36:49.534Z] [2024-06-18T02:36:49.534Z] #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:36:49.534Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 9.2s done [2024-06-18T02:36:49.534Z] #36 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.0s done [2024-06-18T02:36:49.534Z] #36 DONE 13.9s [2024-06-18T02:36:49.534Z] [2024-06-18T02:36:49.534Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-06-18T02:36:49.795Z] #47 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0.5s done [2024-06-18T02:36:49.795Z] #47 DONE 14.2s [2024-06-18T02:36:49.795Z] [2024-06-18T02:36:49.795Z] #61 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-06-18T02:36:50.790Z] #61 ... [2024-06-18T02:36:50.791Z] [2024-06-18T02:36:50.791Z] #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-06-18T02:36:50.791Z] #55 13.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:50.791Z] #55 13.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:50.791Z] #55 14.31 (1/1) Installing dumb-init (1.2.5-r2) [2024-06-18T02:36:50.791Z] #55 14.32 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:50.791Z] #55 14.34 OK: 7 MiB in 16 packages [2024-06-18T02:36:50.791Z] #55 DONE 14.6s [2024-06-18T02:36:50.791Z] [2024-06-18T02:36:50.791Z] #46 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-06-18T02:36:50.791Z] #46 14.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:50.791Z] #46 14.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:50.791Z] #46 14.80 (1/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:50.791Z] #46 14.86 (2/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:50.791Z] #46 14.87 (3/6) Installing dumb-init (1.2.5-r2) [2024-06-18T02:36:50.791Z] #46 14.87 (4/6) Installing openssl (3.1.5-r0) [2024-06-18T02:36:50.791Z] #46 14.89 (5/6) Installing su-exec (0.2-r3) [2024-06-18T02:36:50.791Z] #46 14.89 (6/6) Installing yq (4.33.3-r5) [2024-06-18T02:36:50.791Z] #46 15.02 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:50.791Z] #46 15.02 OK: 17 MiB in 19 packages [2024-06-18T02:36:50.791Z] #46 DONE 15.2s [2024-06-18T02:36:50.791Z] [2024-06-18T02:36:50.791Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-06-18T02:36:50.791Z] #59 13.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:50.791Z] #59 13.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:50.791Z] #59 14.18 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-06-18T02:36:50.791Z] #59 14.18 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-06-18T02:36:50.791Z] #59 14.18 OK: 20077 distinct packages available [2024-06-18T02:36:50.791Z] #59 14.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:50.791Z] #59 14.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:50.791Z] #59 14.60 (1/4) Installing dumb-init (1.2.5-r2) [2024-06-18T02:36:50.791Z] #59 14.60 (2/4) Installing musl-obstack (1.2.3-r2) [2024-06-18T02:36:50.791Z] #59 14.61 (3/4) Installing libucontext (1.2-r2) [2024-06-18T02:36:50.791Z] #59 14.62 (4/4) Installing gcompat (1.1.0-r1) [2024-06-18T02:36:50.791Z] #59 14.62 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:50.791Z] #59 14.63 OK: 8 MiB in 19 packages [2024-06-18T02:36:51.061Z] #59 DONE 14.9s [2024-06-18T02:36:51.061Z] [2024-06-18T02:36:51.061Z] #50 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-06-18T02:36:51.061Z] #50 14.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.061Z] #50 14.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.061Z] #50 14.70 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-06-18T02:36:51.061Z] #50 14.70 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-06-18T02:36:51.061Z] #50 14.70 OK: 20077 distinct packages available [2024-06-18T02:36:51.061Z] #50 14.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.061Z] #50 14.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.061Z] #50 15.10 (1/7) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:51.061Z] #50 15.13 (2/7) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:51.061Z] #50 15.14 (3/7) Installing dumb-init (1.2.5-r2) [2024-06-18T02:36:51.061Z] #50 15.15 (4/7) Installing musl-obstack (1.2.3-r2) [2024-06-18T02:36:51.061Z] #50 15.15 (5/7) Installing libucontext (1.2-r2) [2024-06-18T02:36:51.061Z] #50 15.16 (6/7) Installing gcompat (1.1.0-r1) [2024-06-18T02:36:51.061Z] #50 15.17 (7/7) Installing openssl (3.1.5-r0) [2024-06-18T02:36:51.061Z] #50 15.19 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:51.061Z] #50 15.20 OK: 8 MiB in 20 packages [2024-06-18T02:36:51.061Z] #50 DONE 15.4s [2024-06-18T02:36:51.061Z] [2024-06-18T02:36:51.061Z] #62 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2024-06-18T02:36:51.321Z] #62 ... [2024-06-18T02:36:51.321Z] [2024-06-18T02:36:51.321Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-06-18T02:36:51.321Z] #56 14.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.321Z] #56 14.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.321Z] #56 14.92 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-06-18T02:36:51.321Z] #56 14.92 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-06-18T02:36:51.321Z] #56 14.92 OK: 20077 distinct packages available [2024-06-18T02:36:51.321Z] #56 14.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.321Z] #56 15.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.321Z] #56 15.28 (1/11) Installing ca-certificates (20240226-r0) [2024-06-18T02:36:51.321Z] #56 15.30 (2/11) Installing brotli-libs (1.0.9-r14) [2024-06-18T02:36:51.321Z] #56 15.32 (3/11) Installing libunistring (1.1-r1) [2024-06-18T02:36:51.321Z] #56 15.34 (4/11) Installing libidn2 (2.3.4-r1) [2024-06-18T02:36:51.321Z] #56 15.34 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-06-18T02:36:51.321Z] #56 15.35 (6/11) Installing libcurl (8.5.0-r0) [2024-06-18T02:36:51.321Z] #56 15.36 (7/11) Installing curl (8.5.0-r0) [2024-06-18T02:36:51.321Z] #56 15.37 (8/11) Installing dumb-init (1.2.5-r2) [2024-06-18T02:36:51.321Z] #56 15.37 (9/11) Installing musl-obstack (1.2.3-r2) [2024-06-18T02:36:51.321Z] #56 15.44 (10/11) Installing libucontext (1.2-r2) [2024-06-18T02:36:51.321Z] #56 15.44 (11/11) Installing gcompat (1.1.0-r1) [2024-06-18T02:36:51.321Z] #56 15.46 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:51.321Z] #56 15.51 Executing ca-certificates-20240226-r0.trigger [2024-06-18T02:36:51.321Z] #56 15.57 OK: 12 MiB in 26 packages [2024-06-18T02:36:51.321Z] #56 DONE 15.8s [2024-06-18T02:36:51.321Z] [2024-06-18T02:36:51.321Z] #63 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-06-18T02:36:51.321Z] #0 1.306 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.321Z] #0 1.380 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.322Z] #0 1.612 Upgrading critical system libraries and apk-tools: [2024-06-18T02:36:51.322Z] #0 1.612 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:36:51.322Z] #0 1.619 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:51.322Z] #0 1.670 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:36:51.322Z] #0 1.674 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.322Z] #0 1.782 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.322Z] #0 1.970 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:51.322Z] #0 1.985 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:36:51.322Z] #0 2.056 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:51.322Z] #0 2.058 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:36:51.322Z] #0 2.064 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:51.322Z] #0 2.094 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:51.322Z] #0 2.104 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:51.322Z] #0 2.105 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:36:51.322Z] #0 2.113 OK: 7 MiB in 17 packages [2024-06-18T02:36:51.322Z] #63 DONE 2.2s [2024-06-18T02:36:51.322Z] [2024-06-18T02:36:51.322Z] #64 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-06-18T02:36:51.322Z] #0 1.369 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.322Z] #0 1.464 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.322Z] #0 1.686 Upgrading critical system libraries and apk-tools: [2024-06-18T02:36:51.322Z] #0 1.686 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:36:51.322Z] #0 1.696 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:51.322Z] #0 1.746 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:36:51.322Z] #0 1.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.322Z] #0 1.833 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.322Z] #0 2.096 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:51.322Z] #0 2.110 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:36:51.322Z] #0 2.122 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:51.322Z] #0 2.128 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:36:51.322Z] #0 2.134 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:51.322Z] #0 2.166 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:51.322Z] #0 2.219 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:51.322Z] #0 2.222 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:36:51.322Z] #0 2.235 OK: 7 MiB in 16 packages [2024-06-18T02:36:51.322Z] #64 DONE 2.3s [2024-06-18T02:36:51.645Z] [2024-06-18T02:36:51.645Z] #65 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-06-18T02:36:51.645Z] #0 1.722 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.645Z] #0 1.820 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.645Z] #0 2.053 OK: 264 MiB in 52 packages [2024-06-18T02:36:51.645Z] #65 DONE 2.1s [2024-06-18T02:36:51.645Z] [2024-06-18T02:36:51.645Z] #61 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-06-18T02:36:51.645Z] #61 2.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.645Z] #61 2.117 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.645Z] #61 ... [2024-06-18T02:36:51.645Z] [2024-06-18T02:36:51.645Z] #66 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:36:51.645Z] #66 DONE 0.0s [2024-06-18T02:36:51.645Z] [2024-06-18T02:36:51.645Z] #61 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-06-18T02:36:51.645Z] #61 2.324 OK: 264 MiB in 52 packages [2024-06-18T02:36:51.905Z] #61 DONE 2.7s [2024-06-18T02:36:51.905Z] [2024-06-18T02:36:51.905Z] #67 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:36:51.905Z] #67 DONE 0.1s [2024-06-18T02:36:51.905Z] [2024-06-18T02:36:51.905Z] #68 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-06-18T02:36:51.905Z] #0 1.785 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.905Z] #0 1.876 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.905Z] #0 2.094 Upgrading critical system libraries and apk-tools: [2024-06-18T02:36:51.905Z] #0 2.094 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:36:51.905Z] #0 2.101 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:51.905Z] #0 2.148 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:36:51.905Z] #0 2.154 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.905Z] #0 2.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:51.905Z] #0 2.435 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:51.905Z] #0 2.450 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:36:51.905Z] #0 2.462 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:51.905Z] #0 2.466 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:36:51.905Z] #0 2.476 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:51.905Z] #0 2.512 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:51.905Z] #0 2.524 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:51.905Z] #0 2.526 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:36:51.905Z] #0 2.531 Executing ca-certificates-20240226-r0.trigger [2024-06-18T02:36:51.905Z] #0 2.567 OK: 8 MiB in 17 packages [2024-06-18T02:36:51.905Z] #68 DONE 2.7s [2024-06-18T02:36:51.905Z] [2024-06-18T02:36:51.905Z] #69 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:36:52.165Z] #69 ... [2024-06-18T02:36:52.165Z] [2024-06-18T02:36:52.165Z] #70 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-06-18T02:36:52.165Z] #0 1.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:52.165Z] #0 1.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:52.165Z] #0 2.197 Upgrading critical system libraries and apk-tools: [2024-06-18T02:36:52.165Z] #0 2.197 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:36:52.165Z] #0 2.203 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:52.165Z] #0 2.258 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:36:52.165Z] #0 2.263 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:52.165Z] #0 2.372 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:52.165Z] #0 2.572 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:52.165Z] #0 2.623 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:36:52.165Z] #0 2.643 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:52.165Z] #0 2.647 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:36:52.165Z] #0 2.654 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:52.165Z] #0 2.691 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:52.165Z] #0 2.701 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:52.165Z] #0 2.705 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:36:52.165Z] #0 2.710 Executing ca-certificates-20240226-r0.trigger [2024-06-18T02:36:52.165Z] #0 2.757 OK: 17 MiB in 19 packages [2024-06-18T02:36:52.165Z] #70 DONE 2.8s [2024-06-18T02:36:52.165Z] [2024-06-18T02:36:52.165Z] #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-06-18T02:36:52.165Z] #0 2.464 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:52.165Z] #0 2.566 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:52.165Z] #0 2.757 OK: 264 MiB in 52 packages [2024-06-18T02:36:52.427Z] #71 DONE 2.9s [2024-06-18T02:36:52.427Z] [2024-06-18T02:36:52.427Z] #72 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:36:52.427Z] #72 DONE 0.0s [2024-06-18T02:36:52.427Z] [2024-06-18T02:36:52.427Z] #73 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:36:52.690Z] #73 ... [2024-06-18T02:36:52.690Z] [2024-06-18T02:36:52.690Z] #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-06-18T02:36:52.690Z] #0 2.523 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:52.690Z] #0 2.616 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:52.690Z] #0 2.814 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-06-18T02:36:52.690Z] #0 2.814 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-06-18T02:36:52.690Z] #0 2.814 OK: 20075 distinct packages available [2024-06-18T02:36:52.690Z] #0 2.870 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:52.690Z] #0 2.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:52.690Z] #0 3.188 OK: 264 MiB in 52 packages [2024-06-18T02:36:52.690Z] #74 DONE 3.3s [2024-06-18T02:36:52.690Z] [2024-06-18T02:36:52.690Z] #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:36:52.690Z] #75 DONE 0.0s [2024-06-18T02:36:52.690Z] [2024-06-18T02:36:52.690Z] #76 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:36:54.073Z] #76 ... [2024-06-18T02:36:54.073Z] [2024-06-18T02:36:54.073Z] #77 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-06-18T02:36:54.073Z] #77 DONE 2.5s [2024-06-18T02:36:54.073Z] [2024-06-18T02:36:54.073Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-06-18T02:36:54.073Z] #0 2.278 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.073Z] #0 2.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.073Z] #0 2.592 Upgrading critical system libraries and apk-tools: [2024-06-18T02:36:54.073Z] #0 2.592 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:36:54.073Z] #0 2.599 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:54.073Z] #0 2.669 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:36:54.073Z] #0 2.671 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.073Z] #0 2.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.073Z] #0 2.943 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:54.073Z] #0 2.955 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:36:54.073Z] #0 2.972 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:54.073Z] #0 2.977 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:36:54.073Z] #0 2.982 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:54.073Z] #0 3.013 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:54.073Z] #0 3.079 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:54.073Z] #0 3.092 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:36:54.073Z] #0 3.096 OK: 7 MiB in 16 packages [2024-06-18T02:36:54.073Z] #78 DONE 3.2s [2024-06-18T02:36:54.073Z] [2024-06-18T02:36:54.073Z] #79 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-06-18T02:36:54.073Z] #79 DONE 0.1s [2024-06-18T02:36:54.073Z] [2024-06-18T02:36:54.073Z] #62 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-06-18T02:36:54.073Z] #62 2.005 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.073Z] #62 2.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.073Z] #62 2.356 Upgrading critical system libraries and apk-tools: [2024-06-18T02:36:54.073Z] #62 2.356 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:36:54.073Z] #62 2.365 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:54.073Z] #62 2.417 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:36:54.073Z] #62 2.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.073Z] #62 2.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.073Z] #62 2.706 (1/4) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:54.073Z] #62 2.720 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:36:54.073Z] #62 2.733 (2/4) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:54.073Z] #62 2.737 (3/4) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:36:54.073Z] #62 2.743 (4/4) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:54.073Z] #62 2.747 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:36:54.073Z] #62 2.768 OK: 8 MiB in 20 packages [2024-06-18T02:36:54.073Z] #62 DONE 2.9s [2024-06-18T02:36:54.073Z] [2024-06-18T02:36:54.073Z] #80 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-06-18T02:36:54.642Z] #80 DONE 0.7s [2024-06-18T02:36:54.642Z] [2024-06-18T02:36:54.642Z] #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-06-18T02:36:54.642Z] #0 2.500 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.642Z] #0 2.600 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.642Z] #0 2.847 Upgrading critical system libraries and apk-tools: [2024-06-18T02:36:54.642Z] #0 2.847 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:36:54.642Z] #0 2.863 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:54.642Z] #0 2.900 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:36:54.642Z] #0 2.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.642Z] #0 2.983 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.642Z] #0 3.204 (1/4) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:54.642Z] #0 3.225 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:36:54.642Z] #0 3.252 (2/4) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:54.642Z] #0 3.254 (3/4) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:36:54.642Z] #0 3.264 (4/4) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:54.642Z] #0 3.266 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:36:54.642Z] #0 3.271 OK: 17 MiB in 19 packages [2024-06-18T02:36:54.642Z] #81 DONE 3.9s [2024-06-18T02:36:54.642Z] [2024-06-18T02:36:54.642Z] #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-06-18T02:36:54.642Z] #0 2.164 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.642Z] #0 2.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.642Z] #0 2.497 Upgrading critical system libraries and apk-tools: [2024-06-18T02:36:54.642Z] #0 2.497 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:36:54.642Z] #0 2.505 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:54.642Z] #0 2.545 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:36:54.642Z] #0 2.548 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.642Z] #0 2.625 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.642Z] #0 2.859 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:54.642Z] #0 2.872 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:36:54.642Z] #0 2.913 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:54.642Z] #0 2.915 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:36:54.642Z] #0 2.928 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:54.642Z] #0 2.964 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:54.642Z] #0 2.973 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:54.642Z] #0 2.980 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:36:54.642Z] #0 3.308 OK: 8 MiB in 19 packages [2024-06-18T02:36:54.642Z] #82 DONE 3.5s [2024-06-18T02:36:54.642Z] [2024-06-18T02:36:54.642Z] #83 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-06-18T02:36:54.642Z] #83 ... [2024-06-18T02:36:54.642Z] [2024-06-18T02:36:54.642Z] #84 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-06-18T02:36:54.642Z] #84 DONE 0.7s [2024-06-18T02:36:54.642Z] [2024-06-18T02:36:54.642Z] #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-06-18T02:36:54.642Z] #0 2.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.642Z] #0 2.489 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.642Z] #0 2.788 Upgrading critical system libraries and apk-tools: [2024-06-18T02:36:54.642Z] #0 2.788 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:36:54.642Z] #0 2.795 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:36:54.642Z] #0 2.849 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:36:54.642Z] #0 2.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.642Z] #0 2.943 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-06-18T02:36:54.642Z] #0 3.135 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:54.642Z] #0 3.148 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:36:54.642Z] #0 3.162 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:54.642Z] #0 3.165 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:36:54.642Z] #0 3.174 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:54.642Z] #0 3.209 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:36:54.642Z] #0 3.215 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:36:54.642Z] #0 3.223 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:36:54.642Z] #0 3.225 Executing ca-certificates-20240226-r0.trigger [2024-06-18T02:36:54.642Z] #0 3.274 OK: 12 MiB in 26 packages [2024-06-18T02:36:54.642Z] #85 DONE 3.5s [2024-06-18T02:36:54.642Z] [2024-06-18T02:36:54.642Z] #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-06-18T02:36:54.642Z] #86 DONE 0.2s [2024-06-18T02:36:55.145Z] [2024-06-18T02:36:55.145Z] #87 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-06-18T02:36:55.145Z] #87 DONE 0.1s [2024-06-18T02:36:55.145Z] [2024-06-18T02:36:55.145Z] #88 [security-spire-server stage-2 6/9] COPY security.txt / [2024-06-18T02:36:55.406Z] #88 DONE 0.6s [2024-06-18T02:36:55.406Z] [2024-06-18T02:36:55.406Z] #83 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-06-18T02:36:55.406Z] #83 DONE 0.7s [2024-06-18T02:36:55.406Z] [2024-06-18T02:36:55.406Z] #89 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-06-18T02:36:55.406Z] #89 DONE 0.8s [2024-06-18T02:36:55.406Z] [2024-06-18T02:36:55.406Z] #90 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-06-18T02:36:55.406Z] #90 DONE 0.1s [2024-06-18T02:36:55.406Z] [2024-06-18T02:36:55.406Z] #91 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-06-18T02:36:55.666Z] #91 DONE 0.1s [2024-06-18T02:36:55.666Z] [2024-06-18T02:36:55.666Z] #92 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-06-18T02:36:55.666Z] #92 DONE 0.1s [2024-06-18T02:36:55.666Z] [2024-06-18T02:36:55.666Z] #93 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-06-18T02:36:55.666Z] #93 DONE 0.0s [2024-06-18T02:36:55.666Z] [2024-06-18T02:36:55.666Z] #94 [security-spire-config stage-2 6/10] COPY security.txt / [2024-06-18T02:36:55.666Z] #94 DONE 0.1s [2024-06-18T02:36:55.666Z] [2024-06-18T02:36:55.666Z] #95 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-06-18T02:36:55.666Z] #95 DONE 0.1s [2024-06-18T02:36:55.666Z] [2024-06-18T02:36:55.666Z] #96 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-06-18T02:36:55.666Z] #96 ... [2024-06-18T02:36:55.666Z] [2024-06-18T02:36:55.666Z] #97 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-06-18T02:36:55.666Z] #97 DONE 0.1s [2024-06-18T02:36:55.666Z] [2024-06-18T02:36:55.666Z] #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-06-18T02:36:55.666Z] #98 DONE 0.1s [2024-06-18T02:36:55.927Z] [2024-06-18T02:36:55.927Z] #96 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-06-18T02:36:55.927Z] #96 DONE 0.1s [2024-06-18T02:36:55.927Z] [2024-06-18T02:36:55.927Z] #99 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-06-18T02:36:55.927Z] #99 DONE 0.1s [2024-06-18T02:36:55.927Z] [2024-06-18T02:36:55.927Z] #100 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-06-18T02:36:55.927Z] #100 DONE 0.1s [2024-06-18T02:36:55.927Z] [2024-06-18T02:36:55.927Z] #101 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-06-18T02:36:55.927Z] #101 DONE 0.1s [2024-06-18T02:36:55.927Z] [2024-06-18T02:36:55.927Z] #102 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-06-18T02:36:55.927Z] #102 DONE 0.1s [2024-06-18T02:36:55.927Z] [2024-06-18T02:36:55.927Z] #103 [security-spire-config] exporting to image [2024-06-18T02:36:55.927Z] #103 exporting layers [2024-06-18T02:36:56.497Z] #103 exporting layers 0.5s done [2024-06-18T02:36:56.497Z] #103 writing image sha256:ea14f7279a658492efb2accc2f60cd2975b3caed9d7887cf446b95d74f6eccdb done [2024-06-18T02:36:56.497Z] #103 naming to docker.io/library/security-spire-server done [2024-06-18T02:36:56.497Z] #103 writing image sha256:3a1750c638913bdbaea058df621e5cf44ca98e1726befe50e7edb0a523491989 done [2024-06-18T02:36:56.497Z] #103 naming to docker.io/library/security-spire-agent done [2024-06-18T02:36:56.497Z] #103 writing image sha256:9bc77de95b9eb87d5671eabfe11856a809dec60ce819dcf1836d24559ffba46d done [2024-06-18T02:36:56.497Z] #103 naming to docker.io/library/security-spire-config done [2024-06-18T02:36:56.497Z] #103 DONE 0.7s [2024-06-18T02:36:56.497Z] [2024-06-18T02:36:56.497Z] #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:37:28.825Z] #104 DONE 32.3s [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #73 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:37:28.825Z] #73 DONE 31.6s [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #76 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:37:28.825Z] #76 DONE 31.2s [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #69 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:37:28.825Z] #69 DONE 31.9s [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #105 [support-notifications builder 6/7] COPY . . [2024-06-18T02:37:28.825Z] #105 DONE 2.5s [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #106 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-06-18T02:37:28.825Z] #106 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #107 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:37:28.825Z] #107 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #108 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:37:28.825Z] #108 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #109 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:37:28.825Z] #109 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #110 [core-command builder 6/7] COPY . . [2024-06-18T02:37:28.825Z] #110 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #111 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:37:28.825Z] #111 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #112 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:37:28.825Z] #112 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #113 [support-scheduler builder 6/7] COPY . . [2024-06-18T02:37:28.825Z] #113 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #114 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:37:28.825Z] #114 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #115 [core-data builder 6/7] COPY . . [2024-06-18T02:37:28.825Z] #115 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #116 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:37:28.825Z] #116 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #117 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:37:28.825Z] #117 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #118 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:37:28.825Z] #118 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #119 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:37:28.825Z] #119 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #120 [core-metadata builder 6/7] COPY . . [2024-06-18T02:37:28.825Z] #120 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #121 [security-bootstrapper builder 6/7] COPY . . [2024-06-18T02:37:28.825Z] #121 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #122 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:37:28.825Z] #122 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #123 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:37:28.825Z] #123 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #124 [security-proxy-setup builder 6/7] COPY . . [2024-06-18T02:37:28.825Z] #124 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #125 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:37:28.825Z] #125 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #126 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:37:28.825Z] #126 CACHED [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #127 [security-spiffe-token-provider builder 6/7] COPY . . [2024-06-18T02:37:28.825Z] #127 DONE 2.5s [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #128 [security-secretstore-setup builder 6/7] COPY . . [2024-06-18T02:37:28.825Z] #128 DONE 2.5s [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #129 [security-proxy-auth builder 6/7] COPY . . [2024-06-18T02:37:28.825Z] #129 DONE 2.5s [2024-06-18T02:37:28.825Z] [2024-06-18T02:37:28.825Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-06-18T02:37:28.825Z] #130 1.041 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-06-18T02:37:36.921Z] #130 ... [2024-06-18T02:37:36.921Z] [2024-06-18T02:37:36.921Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-06-18T02:37:36.921Z] #0 0.339 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-06-18T02:37:36.921Z] #131 ... [2024-06-18T02:37:36.921Z] [2024-06-18T02:37:36.921Z] #132 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-06-18T02:37:36.921Z] #0 1.290 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-06-18T02:37:36.921Z] #132 ... [2024-06-18T02:37:36.921Z] [2024-06-18T02:37:36.921Z] #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-06-18T02:37:36.921Z] #0 1.109 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-06-18T02:37:37.179Z] #133 ... [2024-06-18T02:37:37.179Z] [2024-06-18T02:37:37.179Z] #134 [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-06-18T02:37:37.179Z] #0 1.317 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-06-18T02:37:37.179Z] #134 ... [2024-06-18T02:37:37.179Z] [2024-06-18T02:37:37.179Z] #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-06-18T02:37:37.179Z] #0 0.587 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-06-18T02:37:37.436Z] #135 ... [2024-06-18T02:37:37.436Z] [2024-06-18T02:37:37.436Z] #136 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-06-18T02:37:37.436Z] #0 1.274 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-06-18T02:37:37.436Z] #136 ... [2024-06-18T02:37:37.436Z] [2024-06-18T02:37:37.436Z] #137 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-06-18T02:37:37.436Z] #0 0.860 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-06-18T02:37:37.693Z] #137 ... [2024-06-18T02:37:37.693Z] [2024-06-18T02:37:37.693Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-06-18T02:37:37.693Z] #0 0.591 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-06-18T02:37:37.950Z] #138 ... [2024-06-18T02:37:37.950Z] [2024-06-18T02:37:37.950Z] #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-06-18T02:37:37.950Z] #0 1.312 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-06-18T02:37:37.950Z] #139 ... [2024-06-18T02:37:37.950Z] [2024-06-18T02:37:37.950Z] #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-06-18T02:37:37.950Z] #0 0.784 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-06-18T02:38:59.365Z] #140 ... [2024-06-18T02:38:59.365Z] [2024-06-18T02:38:59.365Z] #134 [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-06-18T02:38:59.365Z] #134 80.27 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-06-18T02:39:46.135Z] #134 ... [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #132 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-06-18T02:39:46.135Z] #132 DONE 132.3s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-06-18T02:39:46.135Z] #139 DONE 132.3s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-06-18T02:39:46.135Z] #140 DONE 132.3s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-06-18T02:39:46.135Z] #130 DONE 132.3s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-06-18T02:39:46.135Z] #131 DONE 132.3s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #137 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-06-18T02:39:46.135Z] #137 DONE 132.3s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-06-18T02:39:46.135Z] #133 DONE 132.4s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-06-18T02:39:46.135Z] #138 DONE 132.4s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T02:39:46.135Z] #141 ... [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #134 [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-06-18T02:39:46.135Z] #134 DONE 132.5s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-06-18T02:39:46.135Z] #135 DONE 132.7s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #136 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-06-18T02:39:46.135Z] #136 DONE 132.7s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #142 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T02:39:46.135Z] #142 ... [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #143 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-06-18T02:39:46.135Z] #143 DONE 0.7s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #144 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T02:39:46.135Z] #144 DONE 0.7s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T02:39:46.135Z] #141 DONE 0.6s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #145 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T02:39:46.135Z] #145 DONE 0.7s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #146 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T02:39:46.135Z] #146 DONE 0.8s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #142 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T02:39:46.135Z] #142 DONE 0.4s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #147 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T02:39:46.135Z] #147 DONE 0.7s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #148 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-06-18T02:39:46.135Z] #148 ... [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #149 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-06-18T02:39:46.135Z] #149 DONE 0.2s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #150 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-06-18T02:39:46.135Z] #150 DONE 0.3s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #151 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-06-18T02:39:46.135Z] #151 CACHED [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #152 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T02:39:46.135Z] #152 CACHED [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #153 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-06-18T02:39:46.135Z] #153 CACHED [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #154 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T02:39:46.135Z] #154 CACHED [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #155 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T02:39:46.135Z] #155 CACHED [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #156 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-06-18T02:39:46.135Z] #156 CACHED [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #157 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-06-18T02:39:46.135Z] #157 DONE 0.3s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #158 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-06-18T02:39:46.135Z] #158 DONE 0.2s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #159 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-06-18T02:39:46.135Z] #159 DONE 0.2s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #148 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-06-18T02:39:46.135Z] #148 DONE 0.3s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #160 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-06-18T02:39:46.135Z] #160 CACHED [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #161 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T02:39:46.135Z] #161 CACHED [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #162 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-06-18T02:39:46.135Z] #162 ... [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #163 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-06-18T02:39:46.135Z] #163 DONE 1.7s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-06-18T02:39:46.135Z] #164 ... [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #165 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-06-18T02:39:46.135Z] #165 DONE 2.6s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #162 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-06-18T02:39:46.135Z] #162 DONE 2.6s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #166 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-06-18T02:39:46.135Z] #166 DONE 2.7s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #167 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-06-18T02:39:46.135Z] #167 DONE 2.7s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #168 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-06-18T02:39:46.135Z] #168 DONE 2.7s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #169 [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-06-18T02:39:46.135Z] #169 DONE 2.7s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #170 [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-06-18T02:39:46.135Z] #170 ... [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #171 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-06-18T02:39:46.135Z] #171 DONE 2.8s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #172 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-06-18T02:39:46.135Z] #172 DONE 2.8s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #173 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-06-18T02:39:46.135Z] #173 DONE 0.2s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #174 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-06-18T02:39:46.135Z] #174 DONE 2.8s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-06-18T02:39:46.135Z] #164 DONE 1.3s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #175 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-06-18T02:39:46.135Z] #175 DONE 0.3s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #103 [support-notifications] exporting to image [2024-06-18T02:39:46.135Z] #103 exporting layers [2024-06-18T02:39:46.135Z] #103 ... [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #176 [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-06-18T02:39:46.135Z] #176 DONE 0.4s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #177 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-06-18T02:39:46.135Z] #177 DONE 0.4s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #178 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-06-18T02:39:46.135Z] #178 DONE 0.4s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #103 [core-command] exporting to image [2024-06-18T02:39:46.135Z] #103 ... [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #179 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-06-18T02:39:46.135Z] #179 DONE 3.5s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #180 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-06-18T02:39:46.135Z] #180 DONE 0.5s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #170 [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-06-18T02:39:46.135Z] #170 DONE 0.5s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #181 [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-06-18T02:39:46.135Z] #181 DONE 0.5s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #182 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-06-18T02:39:46.135Z] #182 DONE 0.5s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #103 [security-spiffe-token-provider] exporting to image [2024-06-18T02:39:46.135Z] #103 ... [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #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-06-18T02:39:46.135Z] #183 DONE 0.4s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #184 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-06-18T02:39:46.135Z] #184 DONE 0.5s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #103 [security-spiffe-token-provider] exporting to image [2024-06-18T02:39:46.135Z] #103 exporting layers 0.4s done [2024-06-18T02:39:46.135Z] #103 ... [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #185 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-06-18T02:39:46.135Z] #185 DONE 0.4s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #186 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-06-18T02:39:46.135Z] #186 DONE 0.3s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #187 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T02:39:46.135Z] #187 DONE 0.3s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #188 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-06-18T02:39:46.135Z] #188 DONE 0.2s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #103 [core-metadata] exporting to image [2024-06-18T02:39:46.135Z] #103 exporting layers 0.5s done [2024-06-18T02:39:46.135Z] #103 ... [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #189 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-06-18T02:39:46.135Z] #189 DONE 0.4s [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #103 [core-metadata] exporting to image [2024-06-18T02:39:46.135Z] #103 exporting layers 0.6s done [2024-06-18T02:39:46.135Z] #103 writing image sha256:d3fbb9501d2164f2f7afd098f789ba1f8d5df88bdebc963482694a75ffdeec65 [2024-06-18T02:39:46.135Z] #103 writing image sha256:dcca01772d8380bf60fc70cb5911d41a3eeddd39bf41fa9cb45e383ad2986fdf [2024-06-18T02:39:46.135Z] #103 writing image sha256:fe0d1f8453cfe6c6a80d9f07930a9727fcd09a135bdcf5d676ccffce1fdd285f [2024-06-18T02:39:46.135Z] #103 ... [2024-06-18T02:39:46.135Z] [2024-06-18T02:39:46.135Z] #190 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-06-18T02:39:46.135Z] #190 DONE 0.4s [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #191 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-06-18T02:39:46.136Z] #191 DONE 0.4s [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #103 [core-data] exporting to image [2024-06-18T02:39:46.136Z] #103 exporting layers 0.5s done [2024-06-18T02:39:46.136Z] #103 writing image sha256:d3fbb9501d2164f2f7afd098f789ba1f8d5df88bdebc963482694a75ffdeec65 0.0s done [2024-06-18T02:39:46.136Z] #103 writing image sha256:dcca01772d8380bf60fc70cb5911d41a3eeddd39bf41fa9cb45e383ad2986fdf 0.0s done [2024-06-18T02:39:46.136Z] #103 writing image sha256:fe0d1f8453cfe6c6a80d9f07930a9727fcd09a135bdcf5d676ccffce1fdd285f 0.0s done [2024-06-18T02:39:46.136Z] #103 naming to docker.io/library/core-command 0.0s done [2024-06-18T02:39:46.136Z] #103 naming to docker.io/library/support-notifications done [2024-06-18T02:39:46.136Z] #103 naming to docker.io/library/support-scheduler done [2024-06-18T02:39:46.136Z] #103 writing image sha256:578aee6a5f7874f207fbbd4a91a00189e2bfabf1ed38768f8f35bc2698d4fef7 done [2024-06-18T02:39:46.136Z] #103 writing image sha256:67ad464a8fa979ea26c824532d4bb22ed622b614f06276edd6867d436f88362b done [2024-06-18T02:39:46.136Z] #103 naming to docker.io/library/core-data done [2024-06-18T02:39:46.136Z] #103 naming to docker.io/library/security-spiffe-token-provider done [2024-06-18T02:39:46.136Z] #103 ... [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #192 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-06-18T02:39:46.136Z] #192 DONE 0.6s [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #103 [core-common-config-bootstrapper] exporting to image [2024-06-18T02:39:46.136Z] #103 writing image sha256:b542535dbcda4d40d183cb730386816999b734fe50dde4b99e0d3a103408666d [2024-06-18T02:39:46.136Z] #103 ... [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #193 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-06-18T02:39:46.136Z] #193 DONE 0.6s [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #194 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-06-18T02:39:46.136Z] #194 DONE 0.6s [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #195 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-06-18T02:39:46.136Z] #195 DONE 1.0s [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #103 [core-common-config-bootstrapper] exporting to image [2024-06-18T02:39:46.136Z] #103 exporting layers 0.5s done [2024-06-18T02:39:46.136Z] #103 writing image sha256:b542535dbcda4d40d183cb730386816999b734fe50dde4b99e0d3a103408666d 0.3s done [2024-06-18T02:39:46.136Z] #103 naming to docker.io/library/core-metadata done [2024-06-18T02:39:46.136Z] #103 writing image sha256:eabec922730754259c39b4464525afce6b82251ff2bd032e117c7481e59159f4 done [2024-06-18T02:39:46.136Z] #103 naming to docker.io/library/core-common-config-bootstrapper done [2024-06-18T02:39:46.136Z] #103 ... [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #196 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-06-18T02:39:46.136Z] #196 DONE 0.1s [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #197 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-06-18T02:39:46.136Z] #197 DONE 0.1s [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #198 [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-06-18T02:39:46.136Z] #198 DONE 0.1s [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #199 [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-06-18T02:39:46.136Z] #199 DONE 0.1s [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #200 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-06-18T02:39:46.136Z] #200 DONE 0.1s [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #103 [security-proxy-auth] exporting to image [2024-06-18T02:39:46.136Z] #103 exporting layers 0.2s done [2024-06-18T02:39:46.136Z] #103 writing image sha256:00870363420b46d0b54e6ea4674f4644da78ea0b05a259f1d60661bba5973416 done [2024-06-18T02:39:46.136Z] #103 naming to docker.io/library/security-proxy-auth done [2024-06-18T02:39:46.136Z] #103 DONE 2.6s [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #201 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-06-18T02:39:46.136Z] #201 DONE 0.4s [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #202 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-06-18T02:39:46.136Z] #202 DONE 1.0s [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #203 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-06-18T02:39:46.136Z] #203 DONE 0.0s [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #103 [security-proxy-setup] exporting to image [2024-06-18T02:39:46.136Z] #103 exporting layers 0.2s done [2024-06-18T02:39:46.136Z] #103 exporting layers 0.2s done [2024-06-18T02:39:46.136Z] #103 writing image sha256:b7b04491013785fa615af1aa1377611a40fd229f8ef16fd646c329b2932f4754 0.0s done [2024-06-18T02:39:46.136Z] #103 naming to docker.io/library/security-proxy-setup done [2024-06-18T02:39:46.136Z] #103 writing image sha256:49ed912ee3d411afa7a24d2ff5c3af95000b49ab7fe83b55ebcb7202d97ddbd6 done [2024-06-18T02:39:46.136Z] #103 naming to docker.io/library/security-secretstore-setup done [2024-06-18T02:39:46.136Z] #103 DONE 3.0s [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #204 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-06-18T02:39:46.136Z] #204 DONE 0.5s [2024-06-18T02:39:46.136Z] [2024-06-18T02:39:46.136Z] #103 [security-bootstrapper] exporting to image [2024-06-18T02:39:46.136Z] #103 exporting layers 0.2s done [2024-06-18T02:39:46.136Z] #103 writing image sha256:cdcc123601e15eca25652c1229e5d716e1d7522f266a01ea6f6472d4e918a9e1 0.0s done [2024-06-18T02:39:46.136Z] #103 naming to docker.io/library/security-bootstrapper done [2024-06-18T02:39:46.136Z] #103 DONE 3.3s [2024-06-18T02:39:46.136Z] time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T02:39:46.136Z] time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T02:39:46.136Z] time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T02:39:46.136Z] time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T02:39:46.136Z] time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T02:39:46.136Z] time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T02:39:46.136Z] time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T02:39:46.136Z] time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T02:39:46.136Z] time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T02:39:46.136Z] time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T02:39:46.136Z] time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T02:39:46.136Z] time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T02:39:46.136Z] time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T02:39:46.136Z] time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-06-18T02:39:46.145Z] $ docker stop --time=1 1f73be5511fe091c71ddf030704fc9816bdc46e69c894417423b51e58ddd66e5 [2024-06-18T02:39:47.439Z] $ docker rm -f --volumes 1f73be5511fe091c71ddf030704fc9816bdc46e69c894417423b51e58ddd66e5 [Pipeline] // withDockerContainer [Pipeline] sh [2024-06-18T02:39:47.791Z] + docker images [2024-06-18T02:39:47.791Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-06-18T02:39:47.791Z] security-bootstrapper latest cdcc123601e1 3 seconds ago 25.2MB [2024-06-18T02:39:47.791Z] security-secretstore-setup latest 49ed912ee3d4 3 seconds ago 43.1MB [2024-06-18T02:39:47.791Z] security-proxy-auth latest 00870363420b 3 seconds ago 39.2MB [2024-06-18T02:39:47.791Z] security-proxy-setup latest b7b044910137 3 seconds ago 32.5MB [2024-06-18T02:39:47.791Z] core-common-config-bootstrapper latest eabec9227307 4 seconds ago 21.5MB [2024-06-18T02:39:47.791Z] core-metadata latest b542535dbcda 4 seconds ago 42.1MB [2024-06-18T02:39:47.791Z] support-notifications latest fe0d1f8453cf 5 seconds ago 44.8MB [2024-06-18T02:39:47.791Z] core-command latest dcca01772d83 5 seconds ago 41.5MB [2024-06-18T02:39:47.791Z] security-spiffe-token-provider latest 578aee6a5f78 5 seconds ago 35MB [2024-06-18T02:39:47.791Z] support-scheduler latest d3fbb9501d21 5 seconds ago 44.2MB [2024-06-18T02:39:47.791Z] core-data latest 67ad464a8fa9 5 seconds ago 41.9MB [2024-06-18T02:39:47.791Z] security-spire-config latest 9bc77de95b9e 2 minutes ago 108MB [2024-06-18T02:39:47.791Z] security-spire-server latest ea14f7279a65 2 minutes ago 109MB [2024-06-18T02:39:47.791Z] security-spire-agent latest 3a1750c63891 2 minutes ago 167MB [2024-06-18T02:39:47.791Z] ci-base-image-x86_64 latest 190f0d59460a 6 minutes ago 965MB [2024-06-18T02:39:47.791Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 8 weeks ago 565MB [2024-06-18T02:39:47.791Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 12 months ago 334MB [2024-06-18T02:39:47.791Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 23 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-06-18T02:39:47.924Z] provisioning config files... [2024-06-18T02:39:47.935Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/643@tmp/config8323194281357685608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-06-18T02:39:48.246Z] ---> ****-login.sh [2024-06-18T02:39:48.246Z] nexus3.edgexfoundry.org:10001 [2024-06-18T02:39:48.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T02:39:48.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T02:39:48.247Z] Configure a credential helper to remove this warning. See [2024-06-18T02:39:48.247Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T02:39:48.247Z] [2024-06-18T02:39:48.247Z] Login Succeeded [2024-06-18T02:39:48.247Z] nexus3.edgexfoundry.org:10002 [2024-06-18T02:39:48.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T02:39:48.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T02:39:48.247Z] Configure a credential helper to remove this warning. See [2024-06-18T02:39:48.247Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T02:39:48.247Z] [2024-06-18T02:39:48.247Z] Login Succeeded [2024-06-18T02:39:48.247Z] nexus3.edgexfoundry.org:10003 [2024-06-18T02:39:48.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T02:39:48.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T02:39:48.506Z] Configure a credential helper to remove this warning. See [2024-06-18T02:39:48.506Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T02:39:48.506Z] [2024-06-18T02:39:48.506Z] Login Succeeded [2024-06-18T02:39:48.506Z] nexus3.edgexfoundry.org:10004 [2024-06-18T02:39:48.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T02:39:48.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T02:39:48.506Z] Configure a credential helper to remove this warning. See [2024-06-18T02:39:48.506Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T02:39:48.506Z] [2024-06-18T02:39:48.506Z] Login Succeeded [2024-06-18T02:39:48.506Z] ****.io [2024-06-18T02:39:48.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T02:39:48.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T02:39:48.764Z] Configure a credential helper to remove this warning. See [2024-06-18T02:39:48.764Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T02:39:48.764Z] [2024-06-18T02:39:48.764Z] Login Succeeded [2024-06-18T02:39:48.764Z] ---> ****-login.sh ends [Pipeline] } [2024-06-18T02:39:48.770Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T02:39:48.811Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-06-18T02:39:48.836Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-06-18T02:39:48.836Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:39:48.836Z] latest [2024-06-18T02:39:48.836Z] 3.2.0-dev.25 [2024-06-18T02:39:48.836Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:39:48.836Z] main [2024-06-18T02:39:48.836Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:49.165Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:49.477Z] + docker push nexus3.edgexfoundry.org:10004/core-command:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:39:49.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-06-18T02:39:49.477Z] dbefc9c55c7f: Preparing [2024-06-18T02:39:49.477Z] f3d33d5fc2a1: Preparing [2024-06-18T02:39:49.477Z] 66ad9a90e013: Preparing [2024-06-18T02:39:49.477Z] bbef625ff199: Preparing [2024-06-18T02:39:49.477Z] cd49490eb010: Preparing [2024-06-18T02:39:49.477Z] 52fc02226b56: Preparing [2024-06-18T02:39:49.477Z] aedc3bda2944: Preparing [2024-06-18T02:39:49.477Z] 52fc02226b56: Waiting [2024-06-18T02:39:49.477Z] aedc3bda2944: Waiting [2024-06-18T02:39:49.477Z] 66ad9a90e013: Pushed [2024-06-18T02:39:49.477Z] bbef625ff199: Pushed [2024-06-18T02:39:49.477Z] dbefc9c55c7f: Pushed [2024-06-18T02:39:49.736Z] aedc3bda2944: Layer already exists [2024-06-18T02:39:49.736Z] 52fc02226b56: Pushed [2024-06-18T02:39:50.302Z] cd49490eb010: Pushed [2024-06-18T02:39:52.205Z] f3d33d5fc2a1: Pushed [2024-06-18T02:39:52.205Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:7cb6cc92a8ab82ab3f312a5304b38a71379f3cf2117f4ee98024066e1b70441a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:52.526Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:52.921Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-06-18T02:39:52.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-06-18T02:39:52.921Z] dbefc9c55c7f: Preparing [2024-06-18T02:39:52.921Z] f3d33d5fc2a1: Preparing [2024-06-18T02:39:52.921Z] 66ad9a90e013: Preparing [2024-06-18T02:39:52.921Z] bbef625ff199: Preparing [2024-06-18T02:39:52.921Z] cd49490eb010: Preparing [2024-06-18T02:39:52.921Z] 52fc02226b56: Preparing [2024-06-18T02:39:52.921Z] aedc3bda2944: Preparing [2024-06-18T02:39:52.921Z] 52fc02226b56: Waiting [2024-06-18T02:39:52.921Z] f3d33d5fc2a1: Layer already exists [2024-06-18T02:39:52.921Z] cd49490eb010: Layer already exists [2024-06-18T02:39:52.921Z] bbef625ff199: Layer already exists [2024-06-18T02:39:52.921Z] dbefc9c55c7f: Layer already exists [2024-06-18T02:39:52.921Z] 66ad9a90e013: Layer already exists [2024-06-18T02:39:52.921Z] aedc3bda2944: Layer already exists [2024-06-18T02:39:52.921Z] 52fc02226b56: Layer already exists [2024-06-18T02:39:52.921Z] latest: digest: sha256:7cb6cc92a8ab82ab3f312a5304b38a71379f3cf2117f4ee98024066e1b70441a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:53.303Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:53.665Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.25 [2024-06-18T02:39:53.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-06-18T02:39:53.665Z] dbefc9c55c7f: Preparing [2024-06-18T02:39:53.665Z] f3d33d5fc2a1: Preparing [2024-06-18T02:39:53.665Z] 66ad9a90e013: Preparing [2024-06-18T02:39:53.665Z] bbef625ff199: Preparing [2024-06-18T02:39:53.665Z] cd49490eb010: Preparing [2024-06-18T02:39:53.665Z] 52fc02226b56: Preparing [2024-06-18T02:39:53.665Z] aedc3bda2944: Preparing [2024-06-18T02:39:53.665Z] 52fc02226b56: Waiting [2024-06-18T02:39:53.665Z] aedc3bda2944: Waiting [2024-06-18T02:39:53.665Z] f3d33d5fc2a1: Layer already exists [2024-06-18T02:39:53.665Z] dbefc9c55c7f: Layer already exists [2024-06-18T02:39:53.665Z] 66ad9a90e013: Layer already exists [2024-06-18T02:39:53.665Z] cd49490eb010: Layer already exists [2024-06-18T02:39:53.665Z] bbef625ff199: Layer already exists [2024-06-18T02:39:53.665Z] aedc3bda2944: Layer already exists [2024-06-18T02:39:53.665Z] 52fc02226b56: Layer already exists [2024-06-18T02:39:53.665Z] 3.2.0-dev.25: digest: sha256:7cb6cc92a8ab82ab3f312a5304b38a71379f3cf2117f4ee98024066e1b70441a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:53.988Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:54.309Z] + docker push nexus3.edgexfoundry.org:10004/core-command:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:39:54.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-06-18T02:39:54.309Z] dbefc9c55c7f: Preparing [2024-06-18T02:39:54.309Z] f3d33d5fc2a1: Preparing [2024-06-18T02:39:54.309Z] 66ad9a90e013: Preparing [2024-06-18T02:39:54.309Z] bbef625ff199: Preparing [2024-06-18T02:39:54.309Z] cd49490eb010: Preparing [2024-06-18T02:39:54.309Z] 52fc02226b56: Preparing [2024-06-18T02:39:54.309Z] aedc3bda2944: Preparing [2024-06-18T02:39:54.309Z] 52fc02226b56: Waiting [2024-06-18T02:39:54.309Z] aedc3bda2944: Waiting [2024-06-18T02:39:54.309Z] cd49490eb010: Layer already exists [2024-06-18T02:39:54.309Z] f3d33d5fc2a1: Layer already exists [2024-06-18T02:39:54.309Z] 66ad9a90e013: Layer already exists [2024-06-18T02:39:54.309Z] bbef625ff199: Layer already exists [2024-06-18T02:39:54.309Z] dbefc9c55c7f: Layer already exists [2024-06-18T02:39:54.309Z] 52fc02226b56: Layer already exists [2024-06-18T02:39:54.309Z] aedc3bda2944: Layer already exists [2024-06-18T02:39:54.309Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:7cb6cc92a8ab82ab3f312a5304b38a71379f3cf2117f4ee98024066e1b70441a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:54.632Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:54.944Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-06-18T02:39:54.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-06-18T02:39:54.944Z] dbefc9c55c7f: Preparing [2024-06-18T02:39:54.944Z] f3d33d5fc2a1: Preparing [2024-06-18T02:39:54.944Z] 66ad9a90e013: Preparing [2024-06-18T02:39:54.944Z] bbef625ff199: Preparing [2024-06-18T02:39:54.944Z] cd49490eb010: Preparing [2024-06-18T02:39:54.944Z] 52fc02226b56: Preparing [2024-06-18T02:39:54.944Z] aedc3bda2944: Preparing [2024-06-18T02:39:54.944Z] 52fc02226b56: Waiting [2024-06-18T02:39:54.944Z] aedc3bda2944: Waiting [2024-06-18T02:39:54.944Z] bbef625ff199: Layer already exists [2024-06-18T02:39:54.944Z] 66ad9a90e013: Layer already exists [2024-06-18T02:39:54.944Z] dbefc9c55c7f: Layer already exists [2024-06-18T02:39:54.944Z] f3d33d5fc2a1: Layer already exists [2024-06-18T02:39:54.944Z] cd49490eb010: Layer already exists [2024-06-18T02:39:54.944Z] 52fc02226b56: Layer already exists [2024-06-18T02:39:54.944Z] aedc3bda2944: Layer already exists [2024-06-18T02:39:54.944Z] main: digest: sha256:7cb6cc92a8ab82ab3f312a5304b38a71379f3cf2117f4ee98024066e1b70441a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T02:39:54.993Z] ===================================================== [Pipeline] echo [2024-06-18T02:39:55.005Z] taggedImages: [2024-06-18T02:39:55.005Z] - nexus3.edgexfoundry.org:10004/core-command:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:39:55.005Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-06-18T02:39:55.005Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.25 [2024-06-18T02:39:55.005Z] - nexus3.edgexfoundry.org:10004/core-command:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:39:55.005Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-06-18T02:39:55.028Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-06-18T02:39:55.028Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:39:55.028Z] latest [2024-06-18T02:39:55.028Z] 3.2.0-dev.25 [2024-06-18T02:39:55.028Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:39:55.028Z] main [2024-06-18T02:39:55.028Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:55.365Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:55.674Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:39:55.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-06-18T02:39:55.674Z] dc7823afbc27: Preparing [2024-06-18T02:39:55.674Z] bb8f899b10f3: Preparing [2024-06-18T02:39:55.674Z] 55b399a14de2: Preparing [2024-06-18T02:39:55.674Z] d449e68a6eb2: Preparing [2024-06-18T02:39:55.674Z] 66ad9a90e013: Preparing [2024-06-18T02:39:55.674Z] bbef625ff199: Preparing [2024-06-18T02:39:55.674Z] cd49490eb010: Preparing [2024-06-18T02:39:55.674Z] 52fc02226b56: Preparing [2024-06-18T02:39:55.674Z] aedc3bda2944: Preparing [2024-06-18T02:39:55.674Z] bbef625ff199: Waiting [2024-06-18T02:39:55.674Z] 52fc02226b56: Waiting [2024-06-18T02:39:55.674Z] aedc3bda2944: Waiting [2024-06-18T02:39:55.674Z] cd49490eb010: Waiting [2024-06-18T02:39:55.674Z] 66ad9a90e013: Layer already exists [2024-06-18T02:39:55.674Z] bbef625ff199: Layer already exists [2024-06-18T02:39:55.674Z] cd49490eb010: Layer already exists [2024-06-18T02:39:55.674Z] 52fc02226b56: Layer already exists [2024-06-18T02:39:55.674Z] aedc3bda2944: Layer already exists [2024-06-18T02:39:55.674Z] 55b399a14de2: Pushed [2024-06-18T02:39:55.674Z] bb8f899b10f3: Pushed [2024-06-18T02:39:55.674Z] dc7823afbc27: Pushed [2024-06-18T02:39:56.610Z] d449e68a6eb2: Pushed [2024-06-18T02:39:56.610Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:1802c30137dcb57020f57c0173a754f755f78f56c14baff77fa2c70fb1435da8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:56.927Z] + 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-06-18T02:39:57.236Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-06-18T02:39:57.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-06-18T02:39:57.236Z] dc7823afbc27: Preparing [2024-06-18T02:39:57.236Z] bb8f899b10f3: Preparing [2024-06-18T02:39:57.236Z] 55b399a14de2: Preparing [2024-06-18T02:39:57.236Z] d449e68a6eb2: Preparing [2024-06-18T02:39:57.236Z] 66ad9a90e013: Preparing [2024-06-18T02:39:57.236Z] bbef625ff199: Preparing [2024-06-18T02:39:57.236Z] cd49490eb010: Preparing [2024-06-18T02:39:57.236Z] 52fc02226b56: Preparing [2024-06-18T02:39:57.236Z] aedc3bda2944: Preparing [2024-06-18T02:39:57.236Z] bbef625ff199: Waiting [2024-06-18T02:39:57.236Z] cd49490eb010: Waiting [2024-06-18T02:39:57.236Z] aedc3bda2944: Waiting [2024-06-18T02:39:57.236Z] 52fc02226b56: Waiting [2024-06-18T02:39:57.236Z] 55b399a14de2: Layer already exists [2024-06-18T02:39:57.236Z] d449e68a6eb2: Layer already exists [2024-06-18T02:39:57.236Z] dc7823afbc27: Layer already exists [2024-06-18T02:39:57.236Z] 66ad9a90e013: Layer already exists [2024-06-18T02:39:57.236Z] bb8f899b10f3: Layer already exists [2024-06-18T02:39:57.236Z] bbef625ff199: Layer already exists [2024-06-18T02:39:57.236Z] 52fc02226b56: Layer already exists [2024-06-18T02:39:57.236Z] cd49490eb010: Layer already exists [2024-06-18T02:39:57.236Z] aedc3bda2944: Layer already exists [2024-06-18T02:39:57.236Z] latest: digest: sha256:1802c30137dcb57020f57c0173a754f755f78f56c14baff77fa2c70fb1435da8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:57.561Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:58.103Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.25 [2024-06-18T02:39:58.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-06-18T02:39:58.103Z] dc7823afbc27: Preparing [2024-06-18T02:39:58.103Z] bb8f899b10f3: Preparing [2024-06-18T02:39:58.103Z] 55b399a14de2: Preparing [2024-06-18T02:39:58.103Z] d449e68a6eb2: Preparing [2024-06-18T02:39:58.103Z] 66ad9a90e013: Preparing [2024-06-18T02:39:58.103Z] bbef625ff199: Preparing [2024-06-18T02:39:58.103Z] cd49490eb010: Preparing [2024-06-18T02:39:58.103Z] 52fc02226b56: Preparing [2024-06-18T02:39:58.103Z] aedc3bda2944: Preparing [2024-06-18T02:39:58.103Z] bbef625ff199: Waiting [2024-06-18T02:39:58.103Z] cd49490eb010: Waiting [2024-06-18T02:39:58.103Z] 52fc02226b56: Waiting [2024-06-18T02:39:58.103Z] aedc3bda2944: Waiting [2024-06-18T02:39:58.103Z] 66ad9a90e013: Layer already exists [2024-06-18T02:39:58.103Z] d449e68a6eb2: Layer already exists [2024-06-18T02:39:58.103Z] bb8f899b10f3: Layer already exists [2024-06-18T02:39:58.103Z] dc7823afbc27: Layer already exists [2024-06-18T02:39:58.103Z] cd49490eb010: Layer already exists [2024-06-18T02:39:58.103Z] bbef625ff199: Layer already exists [2024-06-18T02:39:58.103Z] aedc3bda2944: Layer already exists [2024-06-18T02:39:58.103Z] 55b399a14de2: Layer already exists [2024-06-18T02:39:58.103Z] 52fc02226b56: Layer already exists [2024-06-18T02:39:58.103Z] 3.2.0-dev.25: digest: sha256:1802c30137dcb57020f57c0173a754f755f78f56c14baff77fa2c70fb1435da8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:58.428Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:58.746Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:39:58.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-06-18T02:39:58.746Z] dc7823afbc27: Preparing [2024-06-18T02:39:58.746Z] bb8f899b10f3: Preparing [2024-06-18T02:39:58.746Z] 55b399a14de2: Preparing [2024-06-18T02:39:58.746Z] d449e68a6eb2: Preparing [2024-06-18T02:39:58.746Z] 66ad9a90e013: Preparing [2024-06-18T02:39:58.746Z] bbef625ff199: Preparing [2024-06-18T02:39:58.746Z] cd49490eb010: Preparing [2024-06-18T02:39:58.746Z] 52fc02226b56: Preparing [2024-06-18T02:39:58.746Z] aedc3bda2944: Preparing [2024-06-18T02:39:58.746Z] bbef625ff199: Waiting [2024-06-18T02:39:58.746Z] cd49490eb010: Waiting [2024-06-18T02:39:58.746Z] 52fc02226b56: Waiting [2024-06-18T02:39:58.746Z] aedc3bda2944: Waiting [2024-06-18T02:39:58.746Z] dc7823afbc27: Layer already exists [2024-06-18T02:39:58.746Z] 55b399a14de2: Layer already exists [2024-06-18T02:39:58.746Z] 66ad9a90e013: Layer already exists [2024-06-18T02:39:58.746Z] bb8f899b10f3: Layer already exists [2024-06-18T02:39:58.746Z] d449e68a6eb2: Layer already exists [2024-06-18T02:39:58.746Z] cd49490eb010: Layer already exists [2024-06-18T02:39:58.746Z] aedc3bda2944: Layer already exists [2024-06-18T02:39:58.746Z] bbef625ff199: Layer already exists [2024-06-18T02:39:58.746Z] 52fc02226b56: Layer already exists [2024-06-18T02:39:58.746Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:1802c30137dcb57020f57c0173a754f755f78f56c14baff77fa2c70fb1435da8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:59.066Z] + 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-06-18T02:39:59.386Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-06-18T02:39:59.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-06-18T02:39:59.386Z] dc7823afbc27: Preparing [2024-06-18T02:39:59.386Z] bb8f899b10f3: Preparing [2024-06-18T02:39:59.386Z] 55b399a14de2: Preparing [2024-06-18T02:39:59.386Z] d449e68a6eb2: Preparing [2024-06-18T02:39:59.386Z] 66ad9a90e013: Preparing [2024-06-18T02:39:59.386Z] bbef625ff199: Preparing [2024-06-18T02:39:59.386Z] cd49490eb010: Preparing [2024-06-18T02:39:59.386Z] 52fc02226b56: Preparing [2024-06-18T02:39:59.386Z] aedc3bda2944: Preparing [2024-06-18T02:39:59.386Z] bbef625ff199: Waiting [2024-06-18T02:39:59.386Z] cd49490eb010: Waiting [2024-06-18T02:39:59.386Z] aedc3bda2944: Waiting [2024-06-18T02:39:59.386Z] 52fc02226b56: Waiting [2024-06-18T02:39:59.386Z] 66ad9a90e013: Layer already exists [2024-06-18T02:39:59.386Z] bb8f899b10f3: Layer already exists [2024-06-18T02:39:59.386Z] 55b399a14de2: Layer already exists [2024-06-18T02:39:59.386Z] dc7823afbc27: Layer already exists [2024-06-18T02:39:59.386Z] d449e68a6eb2: Layer already exists [2024-06-18T02:39:59.386Z] bbef625ff199: Layer already exists [2024-06-18T02:39:59.386Z] 52fc02226b56: Layer already exists [2024-06-18T02:39:59.386Z] aedc3bda2944: Layer already exists [2024-06-18T02:39:59.386Z] cd49490eb010: Layer already exists [2024-06-18T02:39:59.386Z] main: digest: sha256:1802c30137dcb57020f57c0173a754f755f78f56c14baff77fa2c70fb1435da8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T02:39:59.455Z] ===================================================== [Pipeline] echo [2024-06-18T02:39:59.473Z] taggedImages: [2024-06-18T02:39:59.473Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:39:59.473Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-06-18T02:39:59.473Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.25 [2024-06-18T02:39:59.473Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:39:59.473Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-06-18T02:39:59.498Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-06-18T02:39:59.498Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:39:59.498Z] latest [2024-06-18T02:39:59.498Z] 3.2.0-dev.25 [2024-06-18T02:39:59.498Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:39:59.498Z] main [2024-06-18T02:39:59.498Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:39:59.830Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:00.141Z] + docker push nexus3.edgexfoundry.org:10004/core-data:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:00.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-06-18T02:40:00.141Z] d166b4db52f4: Preparing [2024-06-18T02:40:00.141Z] 1865c8d528d5: Preparing [2024-06-18T02:40:00.141Z] 66ad9a90e013: Preparing [2024-06-18T02:40:00.141Z] bbef625ff199: Preparing [2024-06-18T02:40:00.141Z] b7daeb90ee6e: Preparing [2024-06-18T02:40:00.141Z] b5c1f20e7404: Preparing [2024-06-18T02:40:00.141Z] aedc3bda2944: Preparing [2024-06-18T02:40:00.141Z] b5c1f20e7404: Waiting [2024-06-18T02:40:00.141Z] aedc3bda2944: Waiting [2024-06-18T02:40:00.141Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:00.141Z] bbef625ff199: Layer already exists [2024-06-18T02:40:00.141Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:00.141Z] d166b4db52f4: Pushed [2024-06-18T02:40:00.141Z] b5c1f20e7404: Pushed [2024-06-18T02:40:00.708Z] b7daeb90ee6e: Pushed [2024-06-18T02:40:02.630Z] 1865c8d528d5: Pushed [2024-06-18T02:40:02.890Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:17e87da0c39de9f9e1d511d8ebc13247865d7b75bfafa4d2a96d6a0c7281a184 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:03.222Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:03.534Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-06-18T02:40:03.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-06-18T02:40:03.534Z] d166b4db52f4: Preparing [2024-06-18T02:40:03.534Z] 1865c8d528d5: Preparing [2024-06-18T02:40:03.534Z] 66ad9a90e013: Preparing [2024-06-18T02:40:03.534Z] bbef625ff199: Preparing [2024-06-18T02:40:03.534Z] b7daeb90ee6e: Preparing [2024-06-18T02:40:03.534Z] b5c1f20e7404: Preparing [2024-06-18T02:40:03.534Z] aedc3bda2944: Preparing [2024-06-18T02:40:03.534Z] b5c1f20e7404: Waiting [2024-06-18T02:40:03.534Z] aedc3bda2944: Waiting [2024-06-18T02:40:03.534Z] b7daeb90ee6e: Layer already exists [2024-06-18T02:40:03.534Z] d166b4db52f4: Layer already exists [2024-06-18T02:40:03.534Z] 1865c8d528d5: Layer already exists [2024-06-18T02:40:03.534Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:03.534Z] bbef625ff199: Layer already exists [2024-06-18T02:40:03.534Z] b5c1f20e7404: Layer already exists [2024-06-18T02:40:03.534Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:03.534Z] latest: digest: sha256:17e87da0c39de9f9e1d511d8ebc13247865d7b75bfafa4d2a96d6a0c7281a184 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:03.857Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:04.207Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.25 [2024-06-18T02:40:04.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-06-18T02:40:04.207Z] d166b4db52f4: Preparing [2024-06-18T02:40:04.207Z] 1865c8d528d5: Preparing [2024-06-18T02:40:04.207Z] 66ad9a90e013: Preparing [2024-06-18T02:40:04.207Z] bbef625ff199: Preparing [2024-06-18T02:40:04.207Z] b7daeb90ee6e: Preparing [2024-06-18T02:40:04.207Z] b5c1f20e7404: Preparing [2024-06-18T02:40:04.207Z] aedc3bda2944: Preparing [2024-06-18T02:40:04.207Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:04.207Z] d166b4db52f4: Layer already exists [2024-06-18T02:40:04.207Z] bbef625ff199: Layer already exists [2024-06-18T02:40:04.207Z] 1865c8d528d5: Layer already exists [2024-06-18T02:40:04.207Z] b7daeb90ee6e: Layer already exists [2024-06-18T02:40:04.207Z] b5c1f20e7404: Layer already exists [2024-06-18T02:40:04.207Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:04.207Z] 3.2.0-dev.25: digest: sha256:17e87da0c39de9f9e1d511d8ebc13247865d7b75bfafa4d2a96d6a0c7281a184 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:04.530Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:04.856Z] + docker push nexus3.edgexfoundry.org:10004/core-data:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:04.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-06-18T02:40:04.856Z] d166b4db52f4: Preparing [2024-06-18T02:40:04.856Z] 1865c8d528d5: Preparing [2024-06-18T02:40:04.856Z] 66ad9a90e013: Preparing [2024-06-18T02:40:04.856Z] bbef625ff199: Preparing [2024-06-18T02:40:04.856Z] b7daeb90ee6e: Preparing [2024-06-18T02:40:04.856Z] b5c1f20e7404: Preparing [2024-06-18T02:40:04.856Z] aedc3bda2944: Preparing [2024-06-18T02:40:04.856Z] b5c1f20e7404: Waiting [2024-06-18T02:40:04.856Z] aedc3bda2944: Waiting [2024-06-18T02:40:04.856Z] d166b4db52f4: Layer already exists [2024-06-18T02:40:04.856Z] b7daeb90ee6e: Layer already exists [2024-06-18T02:40:04.856Z] 1865c8d528d5: Layer already exists [2024-06-18T02:40:04.856Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:04.856Z] bbef625ff199: Layer already exists [2024-06-18T02:40:04.856Z] b5c1f20e7404: Layer already exists [2024-06-18T02:40:04.856Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:04.856Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:17e87da0c39de9f9e1d511d8ebc13247865d7b75bfafa4d2a96d6a0c7281a184 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:05.188Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:05.513Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-06-18T02:40:05.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-06-18T02:40:05.513Z] d166b4db52f4: Preparing [2024-06-18T02:40:05.513Z] 1865c8d528d5: Preparing [2024-06-18T02:40:05.513Z] 66ad9a90e013: Preparing [2024-06-18T02:40:05.513Z] bbef625ff199: Preparing [2024-06-18T02:40:05.513Z] b7daeb90ee6e: Preparing [2024-06-18T02:40:05.513Z] b5c1f20e7404: Preparing [2024-06-18T02:40:05.513Z] aedc3bda2944: Preparing [2024-06-18T02:40:05.513Z] b5c1f20e7404: Waiting [2024-06-18T02:40:05.513Z] aedc3bda2944: Waiting [2024-06-18T02:40:05.513Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:05.513Z] b7daeb90ee6e: Layer already exists [2024-06-18T02:40:05.513Z] 1865c8d528d5: Layer already exists [2024-06-18T02:40:05.513Z] d166b4db52f4: Layer already exists [2024-06-18T02:40:05.513Z] bbef625ff199: Layer already exists [2024-06-18T02:40:05.513Z] b5c1f20e7404: Layer already exists [2024-06-18T02:40:05.513Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:05.513Z] main: digest: sha256:17e87da0c39de9f9e1d511d8ebc13247865d7b75bfafa4d2a96d6a0c7281a184 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T02:40:05.590Z] ===================================================== [Pipeline] echo [2024-06-18T02:40:05.603Z] taggedImages: [2024-06-18T02:40:05.603Z] - nexus3.edgexfoundry.org:10004/core-data:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:05.603Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-06-18T02:40:05.603Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.25 [2024-06-18T02:40:05.603Z] - nexus3.edgexfoundry.org:10004/core-data:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:05.603Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-06-18T02:40:05.629Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-06-18T02:40:05.629Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:05.629Z] latest [2024-06-18T02:40:05.629Z] 3.2.0-dev.25 [2024-06-18T02:40:05.629Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:05.629Z] main [2024-06-18T02:40:05.629Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:05.977Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:06.304Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:06.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-06-18T02:40:06.304Z] 5d8cfa0aaa88: Preparing [2024-06-18T02:40:06.304Z] ea8ea3fd725b: Preparing [2024-06-18T02:40:06.304Z] 3d3b1c7a2a9d: Preparing [2024-06-18T02:40:06.304Z] 66ad9a90e013: Preparing [2024-06-18T02:40:06.304Z] bbef625ff199: Preparing [2024-06-18T02:40:06.304Z] cd49490eb010: Preparing [2024-06-18T02:40:06.304Z] 52fc02226b56: Preparing [2024-06-18T02:40:06.304Z] aedc3bda2944: Preparing [2024-06-18T02:40:06.304Z] cd49490eb010: Waiting [2024-06-18T02:40:06.304Z] 52fc02226b56: Waiting [2024-06-18T02:40:06.304Z] aedc3bda2944: Waiting [2024-06-18T02:40:06.304Z] bbef625ff199: Layer already exists [2024-06-18T02:40:06.304Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:06.304Z] cd49490eb010: Layer already exists [2024-06-18T02:40:06.304Z] 52fc02226b56: Layer already exists [2024-06-18T02:40:06.304Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:06.304Z] ea8ea3fd725b: Pushed [2024-06-18T02:40:06.304Z] 5d8cfa0aaa88: Pushed [2024-06-18T02:40:08.847Z] 3d3b1c7a2a9d: Pushed [2024-06-18T02:40:09.105Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:7350aaef9e42606f51ba4251c8e40922a16d46c1919c37c6231ffc7f2c7ba9a1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:09.426Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:09.747Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-06-18T02:40:09.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-06-18T02:40:09.748Z] 5d8cfa0aaa88: Preparing [2024-06-18T02:40:09.748Z] ea8ea3fd725b: Preparing [2024-06-18T02:40:09.748Z] 3d3b1c7a2a9d: Preparing [2024-06-18T02:40:09.748Z] 66ad9a90e013: Preparing [2024-06-18T02:40:09.748Z] bbef625ff199: Preparing [2024-06-18T02:40:09.748Z] cd49490eb010: Preparing [2024-06-18T02:40:09.748Z] 52fc02226b56: Preparing [2024-06-18T02:40:09.748Z] aedc3bda2944: Preparing [2024-06-18T02:40:09.748Z] cd49490eb010: Waiting [2024-06-18T02:40:09.748Z] 52fc02226b56: Waiting [2024-06-18T02:40:09.748Z] 3d3b1c7a2a9d: Layer already exists [2024-06-18T02:40:09.748Z] bbef625ff199: Layer already exists [2024-06-18T02:40:09.748Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:09.748Z] 5d8cfa0aaa88: Layer already exists [2024-06-18T02:40:09.748Z] ea8ea3fd725b: Layer already exists [2024-06-18T02:40:09.748Z] 52fc02226b56: Layer already exists [2024-06-18T02:40:09.748Z] cd49490eb010: Layer already exists [2024-06-18T02:40:09.748Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:09.748Z] latest: digest: sha256:7350aaef9e42606f51ba4251c8e40922a16d46c1919c37c6231ffc7f2c7ba9a1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:10.065Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:10.386Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.25 [2024-06-18T02:40:10.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-06-18T02:40:10.386Z] 5d8cfa0aaa88: Preparing [2024-06-18T02:40:10.386Z] ea8ea3fd725b: Preparing [2024-06-18T02:40:10.386Z] 3d3b1c7a2a9d: Preparing [2024-06-18T02:40:10.386Z] 66ad9a90e013: Preparing [2024-06-18T02:40:10.386Z] bbef625ff199: Preparing [2024-06-18T02:40:10.386Z] cd49490eb010: Preparing [2024-06-18T02:40:10.386Z] 52fc02226b56: Preparing [2024-06-18T02:40:10.386Z] aedc3bda2944: Preparing [2024-06-18T02:40:10.386Z] 52fc02226b56: Waiting [2024-06-18T02:40:10.386Z] aedc3bda2944: Waiting [2024-06-18T02:40:10.386Z] 3d3b1c7a2a9d: Layer already exists [2024-06-18T02:40:10.386Z] ea8ea3fd725b: Layer already exists [2024-06-18T02:40:10.386Z] 5d8cfa0aaa88: Layer already exists [2024-06-18T02:40:10.386Z] bbef625ff199: Layer already exists [2024-06-18T02:40:10.386Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:10.386Z] cd49490eb010: Layer already exists [2024-06-18T02:40:10.386Z] 52fc02226b56: Layer already exists [2024-06-18T02:40:10.386Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:10.386Z] 3.2.0-dev.25: digest: sha256:7350aaef9e42606f51ba4251c8e40922a16d46c1919c37c6231ffc7f2c7ba9a1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:10.708Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:11.025Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:11.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-06-18T02:40:11.026Z] 5d8cfa0aaa88: Preparing [2024-06-18T02:40:11.026Z] ea8ea3fd725b: Preparing [2024-06-18T02:40:11.026Z] 3d3b1c7a2a9d: Preparing [2024-06-18T02:40:11.026Z] 66ad9a90e013: Preparing [2024-06-18T02:40:11.026Z] bbef625ff199: Preparing [2024-06-18T02:40:11.026Z] cd49490eb010: Preparing [2024-06-18T02:40:11.026Z] 52fc02226b56: Preparing [2024-06-18T02:40:11.026Z] aedc3bda2944: Preparing [2024-06-18T02:40:11.026Z] 52fc02226b56: Waiting [2024-06-18T02:40:11.026Z] aedc3bda2944: Waiting [2024-06-18T02:40:11.026Z] cd49490eb010: Waiting [2024-06-18T02:40:11.026Z] 5d8cfa0aaa88: Layer already exists [2024-06-18T02:40:11.026Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:11.026Z] 3d3b1c7a2a9d: Layer already exists [2024-06-18T02:40:11.026Z] ea8ea3fd725b: Layer already exists [2024-06-18T02:40:11.026Z] bbef625ff199: Layer already exists [2024-06-18T02:40:11.026Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:11.026Z] 52fc02226b56: Layer already exists [2024-06-18T02:40:11.026Z] cd49490eb010: Layer already exists [2024-06-18T02:40:11.026Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:7350aaef9e42606f51ba4251c8e40922a16d46c1919c37c6231ffc7f2c7ba9a1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:11.347Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:11.670Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-06-18T02:40:11.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-06-18T02:40:11.670Z] 5d8cfa0aaa88: Preparing [2024-06-18T02:40:11.670Z] ea8ea3fd725b: Preparing [2024-06-18T02:40:11.670Z] 3d3b1c7a2a9d: Preparing [2024-06-18T02:40:11.670Z] 66ad9a90e013: Preparing [2024-06-18T02:40:11.670Z] bbef625ff199: Preparing [2024-06-18T02:40:11.670Z] cd49490eb010: Preparing [2024-06-18T02:40:11.670Z] 52fc02226b56: Preparing [2024-06-18T02:40:11.670Z] aedc3bda2944: Preparing [2024-06-18T02:40:11.670Z] 52fc02226b56: Waiting [2024-06-18T02:40:11.670Z] cd49490eb010: Waiting [2024-06-18T02:40:11.670Z] aedc3bda2944: Waiting [2024-06-18T02:40:11.670Z] ea8ea3fd725b: Layer already exists [2024-06-18T02:40:11.670Z] 3d3b1c7a2a9d: Layer already exists [2024-06-18T02:40:11.670Z] 5d8cfa0aaa88: Layer already exists [2024-06-18T02:40:11.670Z] bbef625ff199: Layer already exists [2024-06-18T02:40:11.670Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:11.670Z] 52fc02226b56: Layer already exists [2024-06-18T02:40:11.670Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:11.670Z] cd49490eb010: Layer already exists [2024-06-18T02:40:11.670Z] main: digest: sha256:7350aaef9e42606f51ba4251c8e40922a16d46c1919c37c6231ffc7f2c7ba9a1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T02:40:11.741Z] ===================================================== [Pipeline] echo [2024-06-18T02:40:11.757Z] taggedImages: [2024-06-18T02:40:11.757Z] - nexus3.edgexfoundry.org:10004/core-metadata:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:11.757Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-06-18T02:40:11.757Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.25 [2024-06-18T02:40:11.757Z] - nexus3.edgexfoundry.org:10004/core-metadata:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:11.757Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-06-18T02:40:11.784Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-06-18T02:40:11.784Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:11.784Z] latest [2024-06-18T02:40:11.784Z] 3.2.0-dev.25 [2024-06-18T02:40:11.784Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:11.784Z] main [2024-06-18T02:40:11.784Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:12.125Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:12.451Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:12.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-06-18T02:40:12.451Z] 58ebccf93ce0: Preparing [2024-06-18T02:40:12.451Z] a9aa3e708c59: Preparing [2024-06-18T02:40:12.451Z] ecbb63061782: Preparing [2024-06-18T02:40:12.451Z] 343795358f55: Preparing [2024-06-18T02:40:12.451Z] c9376520c30b: Preparing [2024-06-18T02:40:12.451Z] 1328f3e31be3: Preparing [2024-06-18T02:40:12.451Z] 7362df4b9c12: Preparing [2024-06-18T02:40:12.451Z] 66ad9a90e013: Preparing [2024-06-18T02:40:12.451Z] bbef625ff199: Preparing [2024-06-18T02:40:12.451Z] c48f70cec64b: Preparing [2024-06-18T02:40:12.451Z] b64fb44a5c67: Preparing [2024-06-18T02:40:12.451Z] 5f70bf18a086: Preparing [2024-06-18T02:40:12.451Z] 0c96c7aedba9: Preparing [2024-06-18T02:40:12.451Z] a5a8d301b8d6: Preparing [2024-06-18T02:40:12.451Z] e9696cf1a76b: Preparing [2024-06-18T02:40:12.451Z] aedc3bda2944: Preparing [2024-06-18T02:40:12.451Z] b64fb44a5c67: Waiting [2024-06-18T02:40:12.451Z] 5f70bf18a086: Waiting [2024-06-18T02:40:12.451Z] 0c96c7aedba9: Waiting [2024-06-18T02:40:12.451Z] 1328f3e31be3: Waiting [2024-06-18T02:40:12.451Z] a5a8d301b8d6: Waiting [2024-06-18T02:40:12.451Z] 7362df4b9c12: Waiting [2024-06-18T02:40:12.451Z] e9696cf1a76b: Waiting [2024-06-18T02:40:12.451Z] aedc3bda2944: Waiting [2024-06-18T02:40:12.451Z] c48f70cec64b: Waiting [2024-06-18T02:40:12.451Z] c9376520c30b: Pushed [2024-06-18T02:40:12.451Z] a9aa3e708c59: Pushed [2024-06-18T02:40:12.451Z] 58ebccf93ce0: Pushed [2024-06-18T02:40:12.451Z] ecbb63061782: Pushed [2024-06-18T02:40:12.451Z] 343795358f55: Pushed [2024-06-18T02:40:12.451Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:12.451Z] bbef625ff199: Layer already exists [2024-06-18T02:40:12.711Z] 5f70bf18a086: Layer already exists [2024-06-18T02:40:12.711Z] 1328f3e31be3: Pushed [2024-06-18T02:40:12.711Z] b64fb44a5c67: Pushed [2024-06-18T02:40:12.711Z] c48f70cec64b: Pushed [2024-06-18T02:40:12.711Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:12.711Z] 0c96c7aedba9: Pushed [2024-06-18T02:40:12.711Z] e9696cf1a76b: Pushed [2024-06-18T02:40:13.277Z] a5a8d301b8d6: Pushed [2024-06-18T02:40:13.845Z] 7362df4b9c12: Pushed [2024-06-18T02:40:14.102Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:eda8d4de396a994dfd3627c90bb796eed8eefd51976b0945265ad660425f8ca6 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:14.426Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:14.747Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-06-18T02:40:14.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-06-18T02:40:14.747Z] 58ebccf93ce0: Preparing [2024-06-18T02:40:14.747Z] a9aa3e708c59: Preparing [2024-06-18T02:40:14.747Z] ecbb63061782: Preparing [2024-06-18T02:40:14.747Z] 343795358f55: Preparing [2024-06-18T02:40:14.747Z] c9376520c30b: Preparing [2024-06-18T02:40:14.747Z] 1328f3e31be3: Preparing [2024-06-18T02:40:14.747Z] 7362df4b9c12: Preparing [2024-06-18T02:40:14.747Z] 66ad9a90e013: Preparing [2024-06-18T02:40:14.747Z] bbef625ff199: Preparing [2024-06-18T02:40:14.747Z] c48f70cec64b: Preparing [2024-06-18T02:40:14.747Z] b64fb44a5c67: Preparing [2024-06-18T02:40:14.747Z] 5f70bf18a086: Preparing [2024-06-18T02:40:14.747Z] 0c96c7aedba9: Preparing [2024-06-18T02:40:14.747Z] a5a8d301b8d6: Preparing [2024-06-18T02:40:14.747Z] e9696cf1a76b: Preparing [2024-06-18T02:40:14.747Z] aedc3bda2944: Preparing [2024-06-18T02:40:14.747Z] b64fb44a5c67: Waiting [2024-06-18T02:40:14.747Z] 1328f3e31be3: Waiting [2024-06-18T02:40:14.747Z] 7362df4b9c12: Waiting [2024-06-18T02:40:14.747Z] 66ad9a90e013: Waiting [2024-06-18T02:40:14.747Z] 5f70bf18a086: Waiting [2024-06-18T02:40:14.747Z] 0c96c7aedba9: Waiting [2024-06-18T02:40:14.747Z] a5a8d301b8d6: Waiting [2024-06-18T02:40:14.747Z] bbef625ff199: Waiting [2024-06-18T02:40:14.747Z] c48f70cec64b: Waiting [2024-06-18T02:40:14.747Z] e9696cf1a76b: Waiting [2024-06-18T02:40:14.747Z] aedc3bda2944: Waiting [2024-06-18T02:40:14.747Z] 343795358f55: Layer already exists [2024-06-18T02:40:14.747Z] ecbb63061782: Layer already exists [2024-06-18T02:40:14.747Z] c9376520c30b: Layer already exists [2024-06-18T02:40:14.747Z] 58ebccf93ce0: Layer already exists [2024-06-18T02:40:14.747Z] a9aa3e708c59: Layer already exists [2024-06-18T02:40:14.747Z] bbef625ff199: Layer already exists [2024-06-18T02:40:14.747Z] c48f70cec64b: Layer already exists [2024-06-18T02:40:14.747Z] 1328f3e31be3: Layer already exists [2024-06-18T02:40:14.747Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:14.747Z] 7362df4b9c12: Layer already exists [2024-06-18T02:40:14.747Z] 5f70bf18a086: Layer already exists [2024-06-18T02:40:14.747Z] a5a8d301b8d6: Layer already exists [2024-06-18T02:40:14.747Z] b64fb44a5c67: Layer already exists [2024-06-18T02:40:14.747Z] 0c96c7aedba9: Layer already exists [2024-06-18T02:40:14.747Z] e9696cf1a76b: Layer already exists [2024-06-18T02:40:14.747Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:14.747Z] latest: digest: sha256:eda8d4de396a994dfd3627c90bb796eed8eefd51976b0945265ad660425f8ca6 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:15.072Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:15.389Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.25 [2024-06-18T02:40:15.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-06-18T02:40:15.389Z] 58ebccf93ce0: Preparing [2024-06-18T02:40:15.389Z] a9aa3e708c59: Preparing [2024-06-18T02:40:15.389Z] ecbb63061782: Preparing [2024-06-18T02:40:15.389Z] 343795358f55: Preparing [2024-06-18T02:40:15.389Z] c9376520c30b: Preparing [2024-06-18T02:40:15.389Z] 1328f3e31be3: Preparing [2024-06-18T02:40:15.389Z] 7362df4b9c12: Preparing [2024-06-18T02:40:15.389Z] 66ad9a90e013: Preparing [2024-06-18T02:40:15.389Z] bbef625ff199: Preparing [2024-06-18T02:40:15.389Z] c48f70cec64b: Preparing [2024-06-18T02:40:15.389Z] b64fb44a5c67: Preparing [2024-06-18T02:40:15.389Z] 5f70bf18a086: Preparing [2024-06-18T02:40:15.389Z] 0c96c7aedba9: Preparing [2024-06-18T02:40:15.389Z] a5a8d301b8d6: Preparing [2024-06-18T02:40:15.389Z] e9696cf1a76b: Preparing [2024-06-18T02:40:15.389Z] aedc3bda2944: Preparing [2024-06-18T02:40:15.389Z] 7362df4b9c12: Waiting [2024-06-18T02:40:15.389Z] 66ad9a90e013: Waiting [2024-06-18T02:40:15.389Z] bbef625ff199: Waiting [2024-06-18T02:40:15.389Z] c48f70cec64b: Waiting [2024-06-18T02:40:15.389Z] b64fb44a5c67: Waiting [2024-06-18T02:40:15.389Z] 5f70bf18a086: Waiting [2024-06-18T02:40:15.389Z] 0c96c7aedba9: Waiting [2024-06-18T02:40:15.389Z] aedc3bda2944: Waiting [2024-06-18T02:40:15.389Z] a5a8d301b8d6: Waiting [2024-06-18T02:40:15.389Z] 1328f3e31be3: Waiting [2024-06-18T02:40:15.389Z] c9376520c30b: Layer already exists [2024-06-18T02:40:15.389Z] ecbb63061782: Layer already exists [2024-06-18T02:40:15.389Z] 58ebccf93ce0: Layer already exists [2024-06-18T02:40:15.389Z] a9aa3e708c59: Layer already exists [2024-06-18T02:40:15.389Z] 343795358f55: Layer already exists [2024-06-18T02:40:15.389Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:15.389Z] 1328f3e31be3: Layer already exists [2024-06-18T02:40:15.389Z] c48f70cec64b: Layer already exists [2024-06-18T02:40:15.389Z] 7362df4b9c12: Layer already exists [2024-06-18T02:40:15.389Z] bbef625ff199: Layer already exists [2024-06-18T02:40:15.389Z] b64fb44a5c67: Layer already exists [2024-06-18T02:40:15.389Z] 5f70bf18a086: Layer already exists [2024-06-18T02:40:15.389Z] a5a8d301b8d6: Layer already exists [2024-06-18T02:40:15.389Z] e9696cf1a76b: Layer already exists [2024-06-18T02:40:15.389Z] 0c96c7aedba9: Layer already exists [2024-06-18T02:40:15.389Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:15.389Z] 3.2.0-dev.25: digest: sha256:eda8d4de396a994dfd3627c90bb796eed8eefd51976b0945265ad660425f8ca6 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:15.714Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:16.133Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:16.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-06-18T02:40:16.134Z] 58ebccf93ce0: Preparing [2024-06-18T02:40:16.134Z] a9aa3e708c59: Preparing [2024-06-18T02:40:16.134Z] ecbb63061782: Preparing [2024-06-18T02:40:16.134Z] 343795358f55: Preparing [2024-06-18T02:40:16.134Z] c9376520c30b: Preparing [2024-06-18T02:40:16.134Z] 1328f3e31be3: Preparing [2024-06-18T02:40:16.134Z] 7362df4b9c12: Preparing [2024-06-18T02:40:16.134Z] 66ad9a90e013: Preparing [2024-06-18T02:40:16.134Z] bbef625ff199: Preparing [2024-06-18T02:40:16.134Z] c48f70cec64b: Preparing [2024-06-18T02:40:16.134Z] b64fb44a5c67: Preparing [2024-06-18T02:40:16.134Z] 5f70bf18a086: Preparing [2024-06-18T02:40:16.134Z] 0c96c7aedba9: Preparing [2024-06-18T02:40:16.134Z] a5a8d301b8d6: Preparing [2024-06-18T02:40:16.134Z] e9696cf1a76b: Preparing [2024-06-18T02:40:16.134Z] aedc3bda2944: Preparing [2024-06-18T02:40:16.134Z] c48f70cec64b: Waiting [2024-06-18T02:40:16.134Z] 0c96c7aedba9: Waiting [2024-06-18T02:40:16.134Z] b64fb44a5c67: Waiting [2024-06-18T02:40:16.134Z] 5f70bf18a086: Waiting [2024-06-18T02:40:16.134Z] aedc3bda2944: Waiting [2024-06-18T02:40:16.134Z] a5a8d301b8d6: Waiting [2024-06-18T02:40:16.134Z] e9696cf1a76b: Waiting [2024-06-18T02:40:16.134Z] 1328f3e31be3: Waiting [2024-06-18T02:40:16.134Z] 66ad9a90e013: Waiting [2024-06-18T02:40:16.134Z] 7362df4b9c12: Waiting [2024-06-18T02:40:16.134Z] bbef625ff199: Waiting [2024-06-18T02:40:16.134Z] 58ebccf93ce0: Layer already exists [2024-06-18T02:40:16.134Z] a9aa3e708c59: Layer already exists [2024-06-18T02:40:16.134Z] 343795358f55: Layer already exists [2024-06-18T02:40:16.134Z] ecbb63061782: Layer already exists [2024-06-18T02:40:16.134Z] c9376520c30b: Layer already exists [2024-06-18T02:40:16.134Z] bbef625ff199: Layer already exists [2024-06-18T02:40:16.134Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:16.134Z] 1328f3e31be3: Layer already exists [2024-06-18T02:40:16.134Z] c48f70cec64b: Layer already exists [2024-06-18T02:40:16.134Z] 7362df4b9c12: Layer already exists [2024-06-18T02:40:16.134Z] b64fb44a5c67: Layer already exists [2024-06-18T02:40:16.134Z] 5f70bf18a086: Layer already exists [2024-06-18T02:40:16.134Z] 0c96c7aedba9: Layer already exists [2024-06-18T02:40:16.134Z] a5a8d301b8d6: Layer already exists [2024-06-18T02:40:16.134Z] e9696cf1a76b: Layer already exists [2024-06-18T02:40:16.134Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:16.134Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:eda8d4de396a994dfd3627c90bb796eed8eefd51976b0945265ad660425f8ca6 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:16.472Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:16.797Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-06-18T02:40:16.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-06-18T02:40:16.797Z] 58ebccf93ce0: Preparing [2024-06-18T02:40:16.797Z] a9aa3e708c59: Preparing [2024-06-18T02:40:16.797Z] ecbb63061782: Preparing [2024-06-18T02:40:16.797Z] 343795358f55: Preparing [2024-06-18T02:40:16.797Z] c9376520c30b: Preparing [2024-06-18T02:40:16.797Z] 1328f3e31be3: Preparing [2024-06-18T02:40:16.797Z] 7362df4b9c12: Preparing [2024-06-18T02:40:16.797Z] 66ad9a90e013: Preparing [2024-06-18T02:40:16.797Z] bbef625ff199: Preparing [2024-06-18T02:40:16.797Z] c48f70cec64b: Preparing [2024-06-18T02:40:16.797Z] b64fb44a5c67: Preparing [2024-06-18T02:40:16.797Z] 5f70bf18a086: Preparing [2024-06-18T02:40:16.797Z] 0c96c7aedba9: Preparing [2024-06-18T02:40:16.797Z] a5a8d301b8d6: Preparing [2024-06-18T02:40:16.797Z] e9696cf1a76b: Preparing [2024-06-18T02:40:16.797Z] aedc3bda2944: Preparing [2024-06-18T02:40:16.797Z] 0c96c7aedba9: Waiting [2024-06-18T02:40:16.797Z] c48f70cec64b: Waiting [2024-06-18T02:40:16.797Z] a5a8d301b8d6: Waiting [2024-06-18T02:40:16.797Z] e9696cf1a76b: Waiting [2024-06-18T02:40:16.797Z] aedc3bda2944: Waiting [2024-06-18T02:40:16.797Z] 5f70bf18a086: Waiting [2024-06-18T02:40:16.797Z] 7362df4b9c12: Waiting [2024-06-18T02:40:16.797Z] bbef625ff199: Waiting [2024-06-18T02:40:16.797Z] 1328f3e31be3: Waiting [2024-06-18T02:40:16.797Z] 66ad9a90e013: Waiting [2024-06-18T02:40:16.797Z] b64fb44a5c67: Waiting [2024-06-18T02:40:16.797Z] 58ebccf93ce0: Layer already exists [2024-06-18T02:40:16.797Z] ecbb63061782: Layer already exists [2024-06-18T02:40:16.797Z] 343795358f55: Layer already exists [2024-06-18T02:40:16.797Z] a9aa3e708c59: Layer already exists [2024-06-18T02:40:16.797Z] c9376520c30b: Layer already exists [2024-06-18T02:40:16.797Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:16.797Z] 1328f3e31be3: Layer already exists [2024-06-18T02:40:16.797Z] bbef625ff199: Layer already exists [2024-06-18T02:40:16.797Z] 7362df4b9c12: Layer already exists [2024-06-18T02:40:16.797Z] c48f70cec64b: Layer already exists [2024-06-18T02:40:16.797Z] b64fb44a5c67: Layer already exists [2024-06-18T02:40:16.797Z] 5f70bf18a086: Layer already exists [2024-06-18T02:40:16.797Z] e9696cf1a76b: Layer already exists [2024-06-18T02:40:16.797Z] a5a8d301b8d6: Layer already exists [2024-06-18T02:40:16.797Z] 0c96c7aedba9: Layer already exists [2024-06-18T02:40:16.797Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:16.797Z] main: digest: sha256:eda8d4de396a994dfd3627c90bb796eed8eefd51976b0945265ad660425f8ca6 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T02:40:16.874Z] ===================================================== [Pipeline] echo [2024-06-18T02:40:16.886Z] taggedImages: [2024-06-18T02:40:16.886Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:16.886Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-06-18T02:40:16.886Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.25 [2024-06-18T02:40:16.886Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:16.886Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-06-18T02:40:16.914Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-06-18T02:40:16.914Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:16.914Z] latest [2024-06-18T02:40:16.914Z] 3.2.0-dev.25 [2024-06-18T02:40:16.914Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:16.914Z] main [2024-06-18T02:40:16.914Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:17.255Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:17.573Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:17.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-06-18T02:40:17.573Z] dc7823afbc27: Preparing [2024-06-18T02:40:17.573Z] bb8f899b10f3: Preparing [2024-06-18T02:40:17.573Z] e17408135edc: Preparing [2024-06-18T02:40:17.573Z] d93c6b447f6a: Preparing [2024-06-18T02:40:17.573Z] 66ad9a90e013: Preparing [2024-06-18T02:40:17.573Z] bbef625ff199: Preparing [2024-06-18T02:40:17.573Z] cd49490eb010: Preparing [2024-06-18T02:40:17.573Z] 52fc02226b56: Preparing [2024-06-18T02:40:17.573Z] aedc3bda2944: Preparing [2024-06-18T02:40:17.573Z] bbef625ff199: Waiting [2024-06-18T02:40:17.573Z] cd49490eb010: Waiting [2024-06-18T02:40:17.573Z] 52fc02226b56: Waiting [2024-06-18T02:40:17.573Z] aedc3bda2944: Waiting [2024-06-18T02:40:17.573Z] dc7823afbc27: Layer already exists [2024-06-18T02:40:17.573Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:17.573Z] bb8f899b10f3: Layer already exists [2024-06-18T02:40:17.573Z] bbef625ff199: Layer already exists [2024-06-18T02:40:17.573Z] cd49490eb010: Layer already exists [2024-06-18T02:40:17.573Z] 52fc02226b56: Layer already exists [2024-06-18T02:40:17.573Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:17.573Z] e17408135edc: Pushed [2024-06-18T02:40:20.105Z] d93c6b447f6a: Pushed [2024-06-18T02:40:20.105Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:e91b78a248efd1c3c12220d33b40658ce6f2f431ed0a9d5b6f5a93e091f640e2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:20.430Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:20.749Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-06-18T02:40:20.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-06-18T02:40:20.749Z] dc7823afbc27: Preparing [2024-06-18T02:40:20.749Z] bb8f899b10f3: Preparing [2024-06-18T02:40:20.749Z] e17408135edc: Preparing [2024-06-18T02:40:20.749Z] d93c6b447f6a: Preparing [2024-06-18T02:40:20.749Z] 66ad9a90e013: Preparing [2024-06-18T02:40:20.749Z] bbef625ff199: Preparing [2024-06-18T02:40:20.749Z] cd49490eb010: Preparing [2024-06-18T02:40:20.749Z] 52fc02226b56: Preparing [2024-06-18T02:40:20.749Z] aedc3bda2944: Preparing [2024-06-18T02:40:20.749Z] cd49490eb010: Waiting [2024-06-18T02:40:20.749Z] bbef625ff199: Waiting [2024-06-18T02:40:20.749Z] 52fc02226b56: Waiting [2024-06-18T02:40:20.749Z] aedc3bda2944: Waiting [2024-06-18T02:40:20.749Z] d93c6b447f6a: Layer already exists [2024-06-18T02:40:20.749Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:20.749Z] bb8f899b10f3: Layer already exists [2024-06-18T02:40:20.749Z] dc7823afbc27: Layer already exists [2024-06-18T02:40:20.749Z] e17408135edc: Layer already exists [2024-06-18T02:40:20.749Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:20.749Z] cd49490eb010: Layer already exists [2024-06-18T02:40:20.749Z] 52fc02226b56: Layer already exists [2024-06-18T02:40:20.749Z] bbef625ff199: Layer already exists [2024-06-18T02:40:20.749Z] latest: digest: sha256:e91b78a248efd1c3c12220d33b40658ce6f2f431ed0a9d5b6f5a93e091f640e2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:21.078Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:21.397Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.25 [2024-06-18T02:40:21.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-06-18T02:40:21.397Z] dc7823afbc27: Preparing [2024-06-18T02:40:21.397Z] bb8f899b10f3: Preparing [2024-06-18T02:40:21.397Z] e17408135edc: Preparing [2024-06-18T02:40:21.397Z] d93c6b447f6a: Preparing [2024-06-18T02:40:21.397Z] 66ad9a90e013: Preparing [2024-06-18T02:40:21.397Z] bbef625ff199: Preparing [2024-06-18T02:40:21.397Z] cd49490eb010: Preparing [2024-06-18T02:40:21.397Z] 52fc02226b56: Preparing [2024-06-18T02:40:21.397Z] aedc3bda2944: Preparing [2024-06-18T02:40:21.397Z] aedc3bda2944: Waiting [2024-06-18T02:40:21.397Z] 52fc02226b56: Waiting [2024-06-18T02:40:21.397Z] bbef625ff199: Waiting [2024-06-18T02:40:21.397Z] cd49490eb010: Waiting [2024-06-18T02:40:21.397Z] e17408135edc: Layer already exists [2024-06-18T02:40:21.397Z] d93c6b447f6a: Layer already exists [2024-06-18T02:40:21.397Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:21.397Z] dc7823afbc27: Layer already exists [2024-06-18T02:40:21.397Z] bb8f899b10f3: Layer already exists [2024-06-18T02:40:21.397Z] cd49490eb010: Layer already exists [2024-06-18T02:40:21.397Z] bbef625ff199: Layer already exists [2024-06-18T02:40:21.397Z] 52fc02226b56: Layer already exists [2024-06-18T02:40:21.397Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:21.397Z] 3.2.0-dev.25: digest: sha256:e91b78a248efd1c3c12220d33b40658ce6f2f431ed0a9d5b6f5a93e091f640e2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:21.720Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:22.047Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:22.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-06-18T02:40:22.047Z] dc7823afbc27: Preparing [2024-06-18T02:40:22.047Z] bb8f899b10f3: Preparing [2024-06-18T02:40:22.047Z] e17408135edc: Preparing [2024-06-18T02:40:22.047Z] d93c6b447f6a: Preparing [2024-06-18T02:40:22.047Z] 66ad9a90e013: Preparing [2024-06-18T02:40:22.047Z] bbef625ff199: Preparing [2024-06-18T02:40:22.047Z] cd49490eb010: Preparing [2024-06-18T02:40:22.047Z] 52fc02226b56: Preparing [2024-06-18T02:40:22.047Z] aedc3bda2944: Preparing [2024-06-18T02:40:22.047Z] bbef625ff199: Waiting [2024-06-18T02:40:22.047Z] cd49490eb010: Waiting [2024-06-18T02:40:22.047Z] aedc3bda2944: Waiting [2024-06-18T02:40:22.047Z] 52fc02226b56: Waiting [2024-06-18T02:40:22.047Z] d93c6b447f6a: Layer already exists [2024-06-18T02:40:22.047Z] bb8f899b10f3: Layer already exists [2024-06-18T02:40:22.047Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:22.047Z] e17408135edc: Layer already exists [2024-06-18T02:40:22.047Z] dc7823afbc27: Layer already exists [2024-06-18T02:40:22.047Z] bbef625ff199: Layer already exists [2024-06-18T02:40:22.047Z] cd49490eb010: Layer already exists [2024-06-18T02:40:22.047Z] 52fc02226b56: Layer already exists [2024-06-18T02:40:22.047Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:22.047Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:e91b78a248efd1c3c12220d33b40658ce6f2f431ed0a9d5b6f5a93e091f640e2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:22.367Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:22.695Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-06-18T02:40:22.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-06-18T02:40:22.695Z] dc7823afbc27: Preparing [2024-06-18T02:40:22.695Z] bb8f899b10f3: Preparing [2024-06-18T02:40:22.695Z] e17408135edc: Preparing [2024-06-18T02:40:22.695Z] d93c6b447f6a: Preparing [2024-06-18T02:40:22.695Z] 66ad9a90e013: Preparing [2024-06-18T02:40:22.695Z] bbef625ff199: Preparing [2024-06-18T02:40:22.695Z] cd49490eb010: Preparing [2024-06-18T02:40:22.695Z] bbef625ff199: Waiting [2024-06-18T02:40:22.695Z] 52fc02226b56: Preparing [2024-06-18T02:40:22.695Z] aedc3bda2944: Preparing [2024-06-18T02:40:22.695Z] cd49490eb010: Waiting [2024-06-18T02:40:22.695Z] 52fc02226b56: Waiting [2024-06-18T02:40:22.695Z] e17408135edc: Layer already exists [2024-06-18T02:40:22.695Z] bb8f899b10f3: Layer already exists [2024-06-18T02:40:22.695Z] dc7823afbc27: Layer already exists [2024-06-18T02:40:22.695Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:22.695Z] d93c6b447f6a: Layer already exists [2024-06-18T02:40:22.695Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:22.695Z] bbef625ff199: Layer already exists [2024-06-18T02:40:22.695Z] cd49490eb010: Layer already exists [2024-06-18T02:40:22.695Z] 52fc02226b56: Layer already exists [2024-06-18T02:40:22.695Z] main: digest: sha256:e91b78a248efd1c3c12220d33b40658ce6f2f431ed0a9d5b6f5a93e091f640e2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T02:40:22.768Z] ===================================================== [Pipeline] echo [2024-06-18T02:40:22.781Z] taggedImages: [2024-06-18T02:40:22.781Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:22.781Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-06-18T02:40:22.781Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.25 [2024-06-18T02:40:22.781Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:22.781Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-06-18T02:40:22.810Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-06-18T02:40:22.810Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:22.810Z] latest [2024-06-18T02:40:22.810Z] 3.2.0-dev.25 [2024-06-18T02:40:22.810Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:22.810Z] main [2024-06-18T02:40:22.810Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:23.158Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:23.473Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:23.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-06-18T02:40:23.473Z] 6bddd72c8029: Preparing [2024-06-18T02:40:23.473Z] f8aa5a51fff4: Preparing [2024-06-18T02:40:23.473Z] 77e92a6695dc: Preparing [2024-06-18T02:40:23.473Z] 3e3d8f2b34df: Preparing [2024-06-18T02:40:23.473Z] b5a516d67798: Preparing [2024-06-18T02:40:23.473Z] 66ad9a90e013: Preparing [2024-06-18T02:40:23.473Z] bbef625ff199: Preparing [2024-06-18T02:40:23.473Z] 75b4100a2786: Preparing [2024-06-18T02:40:23.473Z] 49de7b526ed4: Preparing [2024-06-18T02:40:23.473Z] 5002c1ec20a3: Preparing [2024-06-18T02:40:23.473Z] aedc3bda2944: Preparing [2024-06-18T02:40:23.473Z] bbef625ff199: Waiting [2024-06-18T02:40:23.473Z] 75b4100a2786: Waiting [2024-06-18T02:40:23.473Z] 49de7b526ed4: Waiting [2024-06-18T02:40:23.473Z] 5002c1ec20a3: Waiting [2024-06-18T02:40:23.473Z] 66ad9a90e013: Waiting [2024-06-18T02:40:23.473Z] b5a516d67798: Pushed [2024-06-18T02:40:23.473Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:23.473Z] bbef625ff199: Layer already exists [2024-06-18T02:40:23.473Z] 6bddd72c8029: Pushed [2024-06-18T02:40:23.473Z] 3e3d8f2b34df: Pushed [2024-06-18T02:40:23.473Z] f8aa5a51fff4: Pushed [2024-06-18T02:40:23.473Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:23.733Z] 75b4100a2786: Pushed [2024-06-18T02:40:23.733Z] 49de7b526ed4: Pushed [2024-06-18T02:40:24.670Z] 77e92a6695dc: Pushed [2024-06-18T02:40:25.238Z] 5002c1ec20a3: Pushed [2024-06-18T02:40:25.497Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:4d965a0de2a3aa8940e2af567be0be2a617f67cf534c1644007ae20ec35b5ea2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:25.820Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:26.137Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-06-18T02:40:26.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-06-18T02:40:26.137Z] 6bddd72c8029: Preparing [2024-06-18T02:40:26.137Z] f8aa5a51fff4: Preparing [2024-06-18T02:40:26.137Z] 77e92a6695dc: Preparing [2024-06-18T02:40:26.137Z] 3e3d8f2b34df: Preparing [2024-06-18T02:40:26.137Z] b5a516d67798: Preparing [2024-06-18T02:40:26.137Z] 66ad9a90e013: Preparing [2024-06-18T02:40:26.137Z] bbef625ff199: Preparing [2024-06-18T02:40:26.137Z] 75b4100a2786: Preparing [2024-06-18T02:40:26.137Z] 49de7b526ed4: Preparing [2024-06-18T02:40:26.137Z] 5002c1ec20a3: Preparing [2024-06-18T02:40:26.137Z] aedc3bda2944: Preparing [2024-06-18T02:40:26.137Z] aedc3bda2944: Waiting [2024-06-18T02:40:26.137Z] 49de7b526ed4: Waiting [2024-06-18T02:40:26.137Z] 5002c1ec20a3: Waiting [2024-06-18T02:40:26.137Z] 66ad9a90e013: Waiting [2024-06-18T02:40:26.137Z] bbef625ff199: Waiting [2024-06-18T02:40:26.137Z] 75b4100a2786: Waiting [2024-06-18T02:40:26.137Z] f8aa5a51fff4: Layer already exists [2024-06-18T02:40:26.137Z] b5a516d67798: Layer already exists [2024-06-18T02:40:26.137Z] 77e92a6695dc: Layer already exists [2024-06-18T02:40:26.137Z] 3e3d8f2b34df: Layer already exists [2024-06-18T02:40:26.137Z] 6bddd72c8029: Layer already exists [2024-06-18T02:40:26.137Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:26.137Z] bbef625ff199: Layer already exists [2024-06-18T02:40:26.137Z] 49de7b526ed4: Layer already exists [2024-06-18T02:40:26.137Z] 5002c1ec20a3: Layer already exists [2024-06-18T02:40:26.137Z] 75b4100a2786: Layer already exists [2024-06-18T02:40:26.137Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:26.137Z] latest: digest: sha256:4d965a0de2a3aa8940e2af567be0be2a617f67cf534c1644007ae20ec35b5ea2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:26.469Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:26.785Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.25 [2024-06-18T02:40:26.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-06-18T02:40:26.785Z] 6bddd72c8029: Preparing [2024-06-18T02:40:26.785Z] f8aa5a51fff4: Preparing [2024-06-18T02:40:26.785Z] 77e92a6695dc: Preparing [2024-06-18T02:40:26.785Z] 3e3d8f2b34df: Preparing [2024-06-18T02:40:26.785Z] b5a516d67798: Preparing [2024-06-18T02:40:26.785Z] 66ad9a90e013: Preparing [2024-06-18T02:40:26.785Z] bbef625ff199: Preparing [2024-06-18T02:40:26.785Z] 66ad9a90e013: Waiting [2024-06-18T02:40:26.785Z] 75b4100a2786: Preparing [2024-06-18T02:40:26.785Z] 49de7b526ed4: Preparing [2024-06-18T02:40:26.785Z] 5002c1ec20a3: Preparing [2024-06-18T02:40:26.785Z] bbef625ff199: Waiting [2024-06-18T02:40:26.785Z] 75b4100a2786: Waiting [2024-06-18T02:40:26.785Z] 49de7b526ed4: Waiting [2024-06-18T02:40:26.785Z] aedc3bda2944: Preparing [2024-06-18T02:40:26.785Z] 5002c1ec20a3: Waiting [2024-06-18T02:40:26.785Z] 6bddd72c8029: Layer already exists [2024-06-18T02:40:26.785Z] b5a516d67798: Layer already exists [2024-06-18T02:40:26.785Z] 3e3d8f2b34df: Layer already exists [2024-06-18T02:40:26.785Z] 77e92a6695dc: Layer already exists [2024-06-18T02:40:26.785Z] f8aa5a51fff4: Layer already exists [2024-06-18T02:40:26.785Z] bbef625ff199: Layer already exists [2024-06-18T02:40:26.785Z] 49de7b526ed4: Layer already exists [2024-06-18T02:40:26.785Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:26.785Z] 75b4100a2786: Layer already exists [2024-06-18T02:40:26.785Z] 5002c1ec20a3: Layer already exists [2024-06-18T02:40:26.785Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:26.785Z] 3.2.0-dev.25: digest: sha256:4d965a0de2a3aa8940e2af567be0be2a617f67cf534c1644007ae20ec35b5ea2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:27.113Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:27.447Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:27.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-06-18T02:40:27.447Z] 6bddd72c8029: Preparing [2024-06-18T02:40:27.447Z] f8aa5a51fff4: Preparing [2024-06-18T02:40:27.447Z] 77e92a6695dc: Preparing [2024-06-18T02:40:27.447Z] 3e3d8f2b34df: Preparing [2024-06-18T02:40:27.447Z] b5a516d67798: Preparing [2024-06-18T02:40:27.447Z] 66ad9a90e013: Preparing [2024-06-18T02:40:27.447Z] bbef625ff199: Preparing [2024-06-18T02:40:27.447Z] 75b4100a2786: Preparing [2024-06-18T02:40:27.447Z] 49de7b526ed4: Preparing [2024-06-18T02:40:27.447Z] 5002c1ec20a3: Preparing [2024-06-18T02:40:27.447Z] aedc3bda2944: Preparing [2024-06-18T02:40:27.447Z] 66ad9a90e013: Waiting [2024-06-18T02:40:27.447Z] bbef625ff199: Waiting [2024-06-18T02:40:27.447Z] 5002c1ec20a3: Waiting [2024-06-18T02:40:27.447Z] aedc3bda2944: Waiting [2024-06-18T02:40:27.447Z] 75b4100a2786: Waiting [2024-06-18T02:40:27.447Z] 49de7b526ed4: Waiting [2024-06-18T02:40:27.447Z] 3e3d8f2b34df: Layer already exists [2024-06-18T02:40:27.447Z] 77e92a6695dc: Layer already exists [2024-06-18T02:40:27.447Z] 6bddd72c8029: Layer already exists [2024-06-18T02:40:27.447Z] f8aa5a51fff4: Layer already exists [2024-06-18T02:40:27.447Z] b5a516d67798: Layer already exists [2024-06-18T02:40:27.448Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:27.448Z] bbef625ff199: Layer already exists [2024-06-18T02:40:27.448Z] 49de7b526ed4: Layer already exists [2024-06-18T02:40:27.448Z] 5002c1ec20a3: Layer already exists [2024-06-18T02:40:27.448Z] 75b4100a2786: Layer already exists [2024-06-18T02:40:27.448Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:27.448Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:4d965a0de2a3aa8940e2af567be0be2a617f67cf534c1644007ae20ec35b5ea2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:27.780Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:28.100Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-06-18T02:40:28.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-06-18T02:40:28.100Z] 6bddd72c8029: Preparing [2024-06-18T02:40:28.100Z] f8aa5a51fff4: Preparing [2024-06-18T02:40:28.100Z] 77e92a6695dc: Preparing [2024-06-18T02:40:28.100Z] 3e3d8f2b34df: Preparing [2024-06-18T02:40:28.100Z] b5a516d67798: Preparing [2024-06-18T02:40:28.100Z] 66ad9a90e013: Preparing [2024-06-18T02:40:28.100Z] bbef625ff199: Preparing [2024-06-18T02:40:28.100Z] 75b4100a2786: Preparing [2024-06-18T02:40:28.100Z] 49de7b526ed4: Preparing [2024-06-18T02:40:28.100Z] 5002c1ec20a3: Preparing [2024-06-18T02:40:28.100Z] aedc3bda2944: Preparing [2024-06-18T02:40:28.100Z] 5002c1ec20a3: Waiting [2024-06-18T02:40:28.100Z] 75b4100a2786: Waiting [2024-06-18T02:40:28.100Z] 66ad9a90e013: Waiting [2024-06-18T02:40:28.100Z] aedc3bda2944: Waiting [2024-06-18T02:40:28.100Z] 49de7b526ed4: Waiting [2024-06-18T02:40:28.100Z] 77e92a6695dc: Layer already exists [2024-06-18T02:40:28.101Z] 6bddd72c8029: Layer already exists [2024-06-18T02:40:28.101Z] f8aa5a51fff4: Layer already exists [2024-06-18T02:40:28.101Z] b5a516d67798: Layer already exists [2024-06-18T02:40:28.101Z] 3e3d8f2b34df: Layer already exists [2024-06-18T02:40:28.101Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:28.101Z] 75b4100a2786: Layer already exists [2024-06-18T02:40:28.101Z] bbef625ff199: Layer already exists [2024-06-18T02:40:28.101Z] 49de7b526ed4: Layer already exists [2024-06-18T02:40:28.101Z] 5002c1ec20a3: Layer already exists [2024-06-18T02:40:28.101Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:28.101Z] main: digest: sha256:4d965a0de2a3aa8940e2af567be0be2a617f67cf534c1644007ae20ec35b5ea2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T02:40:28.178Z] ===================================================== [Pipeline] echo [2024-06-18T02:40:28.194Z] taggedImages: [2024-06-18T02:40:28.194Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:28.194Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-06-18T02:40:28.194Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.25 [2024-06-18T02:40:28.194Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:28.194Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-06-18T02:40:28.220Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-06-18T02:40:28.220Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:28.220Z] latest [2024-06-18T02:40:28.220Z] 3.2.0-dev.25 [2024-06-18T02:40:28.220Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:28.220Z] main [2024-06-18T02:40:28.220Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:28.555Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:28.878Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:28.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-06-18T02:40:28.878Z] ca788a714cf5: Preparing [2024-06-18T02:40:28.878Z] bbf03f9fa372: Preparing [2024-06-18T02:40:28.878Z] 09c5478dc912: Preparing [2024-06-18T02:40:28.878Z] 0a638ce80c60: Preparing [2024-06-18T02:40:28.878Z] 231af2b9483d: Preparing [2024-06-18T02:40:28.878Z] 6b09d38a3710: Preparing [2024-06-18T02:40:28.878Z] c84577f3e25c: Preparing [2024-06-18T02:40:28.878Z] 66ad9a90e013: Preparing [2024-06-18T02:40:28.878Z] bbef625ff199: Preparing [2024-06-18T02:40:28.878Z] 9ba5868e4be8: Preparing [2024-06-18T02:40:28.878Z] cd8202267de8: Preparing [2024-06-18T02:40:28.878Z] aedc3bda2944: Preparing [2024-06-18T02:40:28.878Z] bbef625ff199: Waiting [2024-06-18T02:40:28.878Z] 9ba5868e4be8: Waiting [2024-06-18T02:40:28.878Z] cd8202267de8: Waiting [2024-06-18T02:40:28.878Z] aedc3bda2944: Waiting [2024-06-18T02:40:28.878Z] 6b09d38a3710: Waiting [2024-06-18T02:40:28.878Z] 66ad9a90e013: Waiting [2024-06-18T02:40:28.878Z] c84577f3e25c: Waiting [2024-06-18T02:40:28.878Z] 231af2b9483d: Pushed [2024-06-18T02:40:28.878Z] bbf03f9fa372: Pushed [2024-06-18T02:40:28.878Z] ca788a714cf5: Pushed [2024-06-18T02:40:28.878Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:28.878Z] bbef625ff199: Layer already exists [2024-06-18T02:40:28.878Z] 6b09d38a3710: Pushed [2024-06-18T02:40:28.878Z] c84577f3e25c: Pushed [2024-06-18T02:40:29.137Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:29.704Z] 9ba5868e4be8: Pushed [2024-06-18T02:40:29.704Z] 0a638ce80c60: Pushed [2024-06-18T02:40:29.965Z] 09c5478dc912: Pushed [2024-06-18T02:40:30.224Z] cd8202267de8: Pushed [2024-06-18T02:40:30.224Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:eb5dda27a41e9528688b42b480d8d39237a4eb306decd42f400b34e40417b40d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:30.544Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:30.868Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-06-18T02:40:30.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-06-18T02:40:30.868Z] ca788a714cf5: Preparing [2024-06-18T02:40:30.868Z] bbf03f9fa372: Preparing [2024-06-18T02:40:30.868Z] 09c5478dc912: Preparing [2024-06-18T02:40:30.868Z] 0a638ce80c60: Preparing [2024-06-18T02:40:30.868Z] 231af2b9483d: Preparing [2024-06-18T02:40:30.868Z] 6b09d38a3710: Preparing [2024-06-18T02:40:30.868Z] c84577f3e25c: Preparing [2024-06-18T02:40:30.868Z] 66ad9a90e013: Preparing [2024-06-18T02:40:30.868Z] bbef625ff199: Preparing [2024-06-18T02:40:30.868Z] 9ba5868e4be8: Preparing [2024-06-18T02:40:30.868Z] cd8202267de8: Preparing [2024-06-18T02:40:30.868Z] aedc3bda2944: Preparing [2024-06-18T02:40:30.868Z] bbef625ff199: Waiting [2024-06-18T02:40:30.868Z] cd8202267de8: Waiting [2024-06-18T02:40:30.868Z] c84577f3e25c: Waiting [2024-06-18T02:40:30.868Z] aedc3bda2944: Waiting [2024-06-18T02:40:30.868Z] 66ad9a90e013: Waiting [2024-06-18T02:40:30.868Z] 6b09d38a3710: Waiting [2024-06-18T02:40:30.868Z] bbf03f9fa372: Layer already exists [2024-06-18T02:40:30.868Z] 231af2b9483d: Layer already exists [2024-06-18T02:40:30.868Z] 0a638ce80c60: Layer already exists [2024-06-18T02:40:30.868Z] 09c5478dc912: Layer already exists [2024-06-18T02:40:30.868Z] ca788a714cf5: Layer already exists [2024-06-18T02:40:30.868Z] bbef625ff199: Layer already exists [2024-06-18T02:40:30.868Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:30.868Z] c84577f3e25c: Layer already exists [2024-06-18T02:40:30.868Z] 6b09d38a3710: Layer already exists [2024-06-18T02:40:30.868Z] 9ba5868e4be8: Layer already exists [2024-06-18T02:40:30.868Z] cd8202267de8: Layer already exists [2024-06-18T02:40:30.868Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:30.868Z] latest: digest: sha256:eb5dda27a41e9528688b42b480d8d39237a4eb306decd42f400b34e40417b40d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:31.184Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:31.518Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.25 [2024-06-18T02:40:31.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-06-18T02:40:31.518Z] ca788a714cf5: Preparing [2024-06-18T02:40:31.518Z] bbf03f9fa372: Preparing [2024-06-18T02:40:31.518Z] 09c5478dc912: Preparing [2024-06-18T02:40:31.518Z] 0a638ce80c60: Preparing [2024-06-18T02:40:31.518Z] 231af2b9483d: Preparing [2024-06-18T02:40:31.518Z] 6b09d38a3710: Preparing [2024-06-18T02:40:31.518Z] c84577f3e25c: Preparing [2024-06-18T02:40:31.518Z] 66ad9a90e013: Preparing [2024-06-18T02:40:31.518Z] bbef625ff199: Preparing [2024-06-18T02:40:31.518Z] 6b09d38a3710: Waiting [2024-06-18T02:40:31.518Z] c84577f3e25c: Waiting [2024-06-18T02:40:31.518Z] 66ad9a90e013: Waiting [2024-06-18T02:40:31.518Z] bbef625ff199: Waiting [2024-06-18T02:40:31.518Z] 9ba5868e4be8: Preparing [2024-06-18T02:40:31.518Z] cd8202267de8: Preparing [2024-06-18T02:40:31.518Z] aedc3bda2944: Preparing [2024-06-18T02:40:31.518Z] cd8202267de8: Waiting [2024-06-18T02:40:31.518Z] aedc3bda2944: Waiting [2024-06-18T02:40:31.518Z] ca788a714cf5: Layer already exists [2024-06-18T02:40:31.518Z] 231af2b9483d: Layer already exists [2024-06-18T02:40:31.518Z] 09c5478dc912: Layer already exists [2024-06-18T02:40:31.518Z] bbf03f9fa372: Layer already exists [2024-06-18T02:40:31.518Z] 0a638ce80c60: Layer already exists [2024-06-18T02:40:31.518Z] 6b09d38a3710: Layer already exists [2024-06-18T02:40:31.518Z] c84577f3e25c: Layer already exists [2024-06-18T02:40:31.518Z] bbef625ff199: Layer already exists [2024-06-18T02:40:31.518Z] 9ba5868e4be8: Layer already exists [2024-06-18T02:40:31.518Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:31.518Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:31.518Z] cd8202267de8: Layer already exists [2024-06-18T02:40:31.518Z] 3.2.0-dev.25: digest: sha256:eb5dda27a41e9528688b42b480d8d39237a4eb306decd42f400b34e40417b40d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:31.843Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:32.164Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:32.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-06-18T02:40:32.164Z] ca788a714cf5: Preparing [2024-06-18T02:40:32.164Z] bbf03f9fa372: Preparing [2024-06-18T02:40:32.164Z] 09c5478dc912: Preparing [2024-06-18T02:40:32.164Z] 0a638ce80c60: Preparing [2024-06-18T02:40:32.164Z] 231af2b9483d: Preparing [2024-06-18T02:40:32.164Z] 6b09d38a3710: Preparing [2024-06-18T02:40:32.164Z] c84577f3e25c: Preparing [2024-06-18T02:40:32.164Z] 66ad9a90e013: Preparing [2024-06-18T02:40:32.164Z] bbef625ff199: Preparing [2024-06-18T02:40:32.164Z] 9ba5868e4be8: Preparing [2024-06-18T02:40:32.164Z] cd8202267de8: Preparing [2024-06-18T02:40:32.164Z] aedc3bda2944: Preparing [2024-06-18T02:40:32.164Z] c84577f3e25c: Waiting [2024-06-18T02:40:32.164Z] 66ad9a90e013: Waiting [2024-06-18T02:40:32.164Z] bbef625ff199: Waiting [2024-06-18T02:40:32.164Z] 9ba5868e4be8: Waiting [2024-06-18T02:40:32.164Z] cd8202267de8: Waiting [2024-06-18T02:40:32.164Z] 6b09d38a3710: Waiting [2024-06-18T02:40:32.164Z] aedc3bda2944: Waiting [2024-06-18T02:40:32.164Z] ca788a714cf5: Layer already exists [2024-06-18T02:40:32.164Z] 09c5478dc912: Layer already exists [2024-06-18T02:40:32.164Z] 231af2b9483d: Layer already exists [2024-06-18T02:40:32.164Z] bbf03f9fa372: Layer already exists [2024-06-18T02:40:32.164Z] 0a638ce80c60: Layer already exists [2024-06-18T02:40:32.164Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:32.164Z] 6b09d38a3710: Layer already exists [2024-06-18T02:40:32.164Z] c84577f3e25c: Layer already exists [2024-06-18T02:40:32.164Z] bbef625ff199: Layer already exists [2024-06-18T02:40:32.164Z] 9ba5868e4be8: Layer already exists [2024-06-18T02:40:32.164Z] cd8202267de8: Layer already exists [2024-06-18T02:40:32.164Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:32.164Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:eb5dda27a41e9528688b42b480d8d39237a4eb306decd42f400b34e40417b40d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:32.488Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:32.805Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-06-18T02:40:32.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-06-18T02:40:32.806Z] ca788a714cf5: Preparing [2024-06-18T02:40:32.806Z] bbf03f9fa372: Preparing [2024-06-18T02:40:32.806Z] 09c5478dc912: Preparing [2024-06-18T02:40:32.806Z] 0a638ce80c60: Preparing [2024-06-18T02:40:32.806Z] 231af2b9483d: Preparing [2024-06-18T02:40:32.806Z] 6b09d38a3710: Preparing [2024-06-18T02:40:32.806Z] c84577f3e25c: Preparing [2024-06-18T02:40:32.806Z] 66ad9a90e013: Preparing [2024-06-18T02:40:32.806Z] bbef625ff199: Preparing [2024-06-18T02:40:32.806Z] 9ba5868e4be8: Preparing [2024-06-18T02:40:32.806Z] cd8202267de8: Preparing [2024-06-18T02:40:32.806Z] aedc3bda2944: Preparing [2024-06-18T02:40:32.806Z] 6b09d38a3710: Waiting [2024-06-18T02:40:32.806Z] cd8202267de8: Waiting [2024-06-18T02:40:32.806Z] 9ba5868e4be8: Waiting [2024-06-18T02:40:32.806Z] aedc3bda2944: Waiting [2024-06-18T02:40:32.806Z] c84577f3e25c: Waiting [2024-06-18T02:40:32.806Z] 66ad9a90e013: Waiting [2024-06-18T02:40:32.806Z] bbef625ff199: Waiting [2024-06-18T02:40:32.806Z] ca788a714cf5: Layer already exists [2024-06-18T02:40:32.806Z] 0a638ce80c60: Layer already exists [2024-06-18T02:40:32.806Z] 231af2b9483d: Layer already exists [2024-06-18T02:40:32.806Z] bbf03f9fa372: Layer already exists [2024-06-18T02:40:32.806Z] 09c5478dc912: Layer already exists [2024-06-18T02:40:32.806Z] 6b09d38a3710: Layer already exists [2024-06-18T02:40:32.806Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:32.806Z] bbef625ff199: Layer already exists [2024-06-18T02:40:32.806Z] 9ba5868e4be8: Layer already exists [2024-06-18T02:40:32.806Z] c84577f3e25c: Layer already exists [2024-06-18T02:40:32.806Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:32.806Z] cd8202267de8: Layer already exists [2024-06-18T02:40:32.806Z] main: digest: sha256:eb5dda27a41e9528688b42b480d8d39237a4eb306decd42f400b34e40417b40d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T02:40:32.872Z] ===================================================== [Pipeline] echo [2024-06-18T02:40:32.883Z] taggedImages: [2024-06-18T02:40:32.883Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:32.883Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-06-18T02:40:32.883Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.25 [2024-06-18T02:40:32.883Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:32.883Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-06-18T02:40:32.907Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-06-18T02:40:32.907Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:32.907Z] latest [2024-06-18T02:40:32.907Z] 3.2.0-dev.25 [2024-06-18T02:40:32.907Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:32.907Z] main [2024-06-18T02:40:32.907Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:33.252Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:33.574Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:33.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-06-18T02:40:33.574Z] 8b8c1c9469ff: Preparing [2024-06-18T02:40:33.574Z] 7c6936cd3a06: Preparing [2024-06-18T02:40:33.574Z] 66ad9a90e013: Preparing [2024-06-18T02:40:33.574Z] bbef625ff199: Preparing [2024-06-18T02:40:33.574Z] c02a9f9384b0: Preparing [2024-06-18T02:40:33.574Z] b4e4fd619bd4: Preparing [2024-06-18T02:40:33.574Z] aedc3bda2944: Preparing [2024-06-18T02:40:33.574Z] b4e4fd619bd4: Waiting [2024-06-18T02:40:33.574Z] aedc3bda2944: Waiting [2024-06-18T02:40:33.574Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:33.574Z] bbef625ff199: Layer already exists [2024-06-18T02:40:33.574Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:33.574Z] 8b8c1c9469ff: Pushed [2024-06-18T02:40:34.140Z] c02a9f9384b0: Pushed [2024-06-18T02:40:34.399Z] b4e4fd619bd4: Pushed [2024-06-18T02:40:35.337Z] 7c6936cd3a06: Pushed [2024-06-18T02:40:35.337Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:0b521285af3d4f4a4f3ebc35ef08a959c4bbb24dd700a52f2d969143fb6ad0a1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:35.662Z] + 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-06-18T02:40:35.988Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-06-18T02:40:35.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-06-18T02:40:35.988Z] 8b8c1c9469ff: Preparing [2024-06-18T02:40:35.988Z] 7c6936cd3a06: Preparing [2024-06-18T02:40:35.988Z] 66ad9a90e013: Preparing [2024-06-18T02:40:35.988Z] bbef625ff199: Preparing [2024-06-18T02:40:35.988Z] c02a9f9384b0: Preparing [2024-06-18T02:40:35.988Z] b4e4fd619bd4: Preparing [2024-06-18T02:40:35.988Z] aedc3bda2944: Preparing [2024-06-18T02:40:35.988Z] b4e4fd619bd4: Waiting [2024-06-18T02:40:35.988Z] aedc3bda2944: Waiting [2024-06-18T02:40:35.988Z] c02a9f9384b0: Layer already exists [2024-06-18T02:40:35.988Z] 7c6936cd3a06: Layer already exists [2024-06-18T02:40:35.988Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:35.988Z] 8b8c1c9469ff: Layer already exists [2024-06-18T02:40:35.988Z] bbef625ff199: Layer already exists [2024-06-18T02:40:35.988Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:35.988Z] b4e4fd619bd4: Layer already exists [2024-06-18T02:40:35.988Z] latest: digest: sha256:0b521285af3d4f4a4f3ebc35ef08a959c4bbb24dd700a52f2d969143fb6ad0a1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:36.317Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:36.636Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.25 [2024-06-18T02:40:36.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-06-18T02:40:36.636Z] 8b8c1c9469ff: Preparing [2024-06-18T02:40:36.636Z] 7c6936cd3a06: Preparing [2024-06-18T02:40:36.636Z] 66ad9a90e013: Preparing [2024-06-18T02:40:36.636Z] bbef625ff199: Preparing [2024-06-18T02:40:36.636Z] c02a9f9384b0: Preparing [2024-06-18T02:40:36.636Z] b4e4fd619bd4: Preparing [2024-06-18T02:40:36.636Z] aedc3bda2944: Preparing [2024-06-18T02:40:36.636Z] b4e4fd619bd4: Waiting [2024-06-18T02:40:36.636Z] aedc3bda2944: Waiting [2024-06-18T02:40:36.636Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:36.636Z] 8b8c1c9469ff: Layer already exists [2024-06-18T02:40:36.636Z] c02a9f9384b0: Layer already exists [2024-06-18T02:40:36.636Z] bbef625ff199: Layer already exists [2024-06-18T02:40:36.636Z] 7c6936cd3a06: Layer already exists [2024-06-18T02:40:36.636Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:36.636Z] b4e4fd619bd4: Layer already exists [2024-06-18T02:40:36.636Z] 3.2.0-dev.25: digest: sha256:0b521285af3d4f4a4f3ebc35ef08a959c4bbb24dd700a52f2d969143fb6ad0a1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:36.964Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:37.289Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:37.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-06-18T02:40:37.289Z] 8b8c1c9469ff: Preparing [2024-06-18T02:40:37.289Z] 7c6936cd3a06: Preparing [2024-06-18T02:40:37.289Z] 66ad9a90e013: Preparing [2024-06-18T02:40:37.289Z] bbef625ff199: Preparing [2024-06-18T02:40:37.289Z] c02a9f9384b0: Preparing [2024-06-18T02:40:37.289Z] b4e4fd619bd4: Preparing [2024-06-18T02:40:37.289Z] aedc3bda2944: Preparing [2024-06-18T02:40:37.289Z] b4e4fd619bd4: Waiting [2024-06-18T02:40:37.289Z] aedc3bda2944: Waiting [2024-06-18T02:40:37.289Z] bbef625ff199: Layer already exists [2024-06-18T02:40:37.289Z] 8b8c1c9469ff: Layer already exists [2024-06-18T02:40:37.289Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:37.289Z] c02a9f9384b0: Layer already exists [2024-06-18T02:40:37.289Z] 7c6936cd3a06: Layer already exists [2024-06-18T02:40:37.289Z] b4e4fd619bd4: Layer already exists [2024-06-18T02:40:37.289Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:37.289Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:0b521285af3d4f4a4f3ebc35ef08a959c4bbb24dd700a52f2d969143fb6ad0a1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:37.609Z] + 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-06-18T02:40:37.932Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-06-18T02:40:37.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-06-18T02:40:37.933Z] 8b8c1c9469ff: Preparing [2024-06-18T02:40:37.933Z] 7c6936cd3a06: Preparing [2024-06-18T02:40:37.933Z] 66ad9a90e013: Preparing [2024-06-18T02:40:37.933Z] bbef625ff199: Preparing [2024-06-18T02:40:37.933Z] c02a9f9384b0: Preparing [2024-06-18T02:40:37.933Z] b4e4fd619bd4: Preparing [2024-06-18T02:40:37.933Z] aedc3bda2944: Preparing [2024-06-18T02:40:37.933Z] b4e4fd619bd4: Waiting [2024-06-18T02:40:37.933Z] aedc3bda2944: Waiting [2024-06-18T02:40:37.933Z] 7c6936cd3a06: Layer already exists [2024-06-18T02:40:37.933Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:37.933Z] bbef625ff199: Layer already exists [2024-06-18T02:40:37.933Z] 8b8c1c9469ff: Layer already exists [2024-06-18T02:40:37.933Z] c02a9f9384b0: Layer already exists [2024-06-18T02:40:37.933Z] b4e4fd619bd4: Layer already exists [2024-06-18T02:40:37.933Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:38.191Z] main: digest: sha256:0b521285af3d4f4a4f3ebc35ef08a959c4bbb24dd700a52f2d969143fb6ad0a1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T02:40:38.265Z] ===================================================== [Pipeline] echo [2024-06-18T02:40:38.282Z] taggedImages: [2024-06-18T02:40:38.282Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:38.282Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-06-18T02:40:38.282Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.25 [2024-06-18T02:40:38.282Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:38.282Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-06-18T02:40:38.313Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-06-18T02:40:38.313Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:38.313Z] latest [2024-06-18T02:40:38.313Z] 3.2.0-dev.25 [2024-06-18T02:40:38.313Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:38.313Z] main [2024-06-18T02:40:38.313Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:38.666Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:38.983Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:38.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-06-18T02:40:38.984Z] c36f84457197: Preparing [2024-06-18T02:40:38.984Z] b3802bdc85ec: Preparing [2024-06-18T02:40:38.984Z] 0f97974d11f8: Preparing [2024-06-18T02:40:38.984Z] 66ad9a90e013: Preparing [2024-06-18T02:40:38.984Z] bbef625ff199: Preparing [2024-06-18T02:40:38.984Z] 73123c4841a1: Preparing [2024-06-18T02:40:38.984Z] 6c792cafdb70: Preparing [2024-06-18T02:40:38.984Z] 4e1a85c26ac2: Preparing [2024-06-18T02:40:38.984Z] 67fb1fcb0c60: Preparing [2024-06-18T02:40:38.984Z] aedc3bda2944: Preparing [2024-06-18T02:40:38.984Z] 6c792cafdb70: Waiting [2024-06-18T02:40:38.984Z] 4e1a85c26ac2: Waiting [2024-06-18T02:40:38.984Z] 67fb1fcb0c60: Waiting [2024-06-18T02:40:38.984Z] aedc3bda2944: Waiting [2024-06-18T02:40:38.984Z] 73123c4841a1: Waiting [2024-06-18T02:40:38.984Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:38.984Z] bbef625ff199: Layer already exists [2024-06-18T02:40:38.984Z] 0f97974d11f8: Pushed [2024-06-18T02:40:39.244Z] b3802bdc85ec: Pushed [2024-06-18T02:40:39.244Z] c36f84457197: Pushed [2024-06-18T02:40:39.244Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:39.503Z] 4e1a85c26ac2: Pushed [2024-06-18T02:40:40.439Z] 67fb1fcb0c60: Pushed [2024-06-18T02:40:44.627Z] 6c792cafdb70: Pushed [2024-06-18T02:40:46.532Z] 73123c4841a1: Pushed [2024-06-18T02:40:46.791Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:24780e81d6a40f499ee9396eba95087bfeddf9378dd6adc09a1c2e85e81e5ce5 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:47.116Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:47.435Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-06-18T02:40:47.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-06-18T02:40:47.435Z] c36f84457197: Preparing [2024-06-18T02:40:47.435Z] b3802bdc85ec: Preparing [2024-06-18T02:40:47.435Z] 0f97974d11f8: Preparing [2024-06-18T02:40:47.435Z] 66ad9a90e013: Preparing [2024-06-18T02:40:47.435Z] bbef625ff199: Preparing [2024-06-18T02:40:47.435Z] 73123c4841a1: Preparing [2024-06-18T02:40:47.435Z] 6c792cafdb70: Preparing [2024-06-18T02:40:47.435Z] 4e1a85c26ac2: Preparing [2024-06-18T02:40:47.435Z] 67fb1fcb0c60: Preparing [2024-06-18T02:40:47.435Z] aedc3bda2944: Preparing [2024-06-18T02:40:47.435Z] 73123c4841a1: Waiting [2024-06-18T02:40:47.435Z] 6c792cafdb70: Waiting [2024-06-18T02:40:47.435Z] 4e1a85c26ac2: Waiting [2024-06-18T02:40:47.435Z] aedc3bda2944: Waiting [2024-06-18T02:40:47.435Z] 67fb1fcb0c60: Waiting [2024-06-18T02:40:47.435Z] c36f84457197: Layer already exists [2024-06-18T02:40:47.435Z] b3802bdc85ec: Layer already exists [2024-06-18T02:40:47.436Z] bbef625ff199: Layer already exists [2024-06-18T02:40:47.436Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:47.436Z] 0f97974d11f8: Layer already exists [2024-06-18T02:40:47.436Z] 4e1a85c26ac2: Layer already exists [2024-06-18T02:40:47.436Z] 67fb1fcb0c60: Layer already exists [2024-06-18T02:40:47.436Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:47.436Z] 73123c4841a1: Layer already exists [2024-06-18T02:40:47.436Z] 6c792cafdb70: Layer already exists [2024-06-18T02:40:47.695Z] latest: digest: sha256:24780e81d6a40f499ee9396eba95087bfeddf9378dd6adc09a1c2e85e81e5ce5 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:48.020Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:48.353Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.25 [2024-06-18T02:40:48.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-06-18T02:40:48.353Z] c36f84457197: Preparing [2024-06-18T02:40:48.353Z] b3802bdc85ec: Preparing [2024-06-18T02:40:48.353Z] 0f97974d11f8: Preparing [2024-06-18T02:40:48.353Z] 66ad9a90e013: Preparing [2024-06-18T02:40:48.353Z] bbef625ff199: Preparing [2024-06-18T02:40:48.353Z] 73123c4841a1: Preparing [2024-06-18T02:40:48.353Z] 6c792cafdb70: Preparing [2024-06-18T02:40:48.353Z] 4e1a85c26ac2: Preparing [2024-06-18T02:40:48.353Z] 73123c4841a1: Waiting [2024-06-18T02:40:48.353Z] 67fb1fcb0c60: Preparing [2024-06-18T02:40:48.353Z] 4e1a85c26ac2: Waiting [2024-06-18T02:40:48.353Z] 6c792cafdb70: Waiting [2024-06-18T02:40:48.353Z] aedc3bda2944: Preparing [2024-06-18T02:40:48.353Z] 67fb1fcb0c60: Waiting [2024-06-18T02:40:48.353Z] bbef625ff199: Layer already exists [2024-06-18T02:40:48.353Z] 0f97974d11f8: Layer already exists [2024-06-18T02:40:48.353Z] c36f84457197: Layer already exists [2024-06-18T02:40:48.353Z] b3802bdc85ec: Layer already exists [2024-06-18T02:40:48.353Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:48.353Z] 73123c4841a1: Layer already exists [2024-06-18T02:40:48.353Z] 6c792cafdb70: Layer already exists [2024-06-18T02:40:48.353Z] 4e1a85c26ac2: Layer already exists [2024-06-18T02:40:48.353Z] 67fb1fcb0c60: Layer already exists [2024-06-18T02:40:48.353Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:48.353Z] 3.2.0-dev.25: digest: sha256:24780e81d6a40f499ee9396eba95087bfeddf9378dd6adc09a1c2e85e81e5ce5 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:48.689Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:49.013Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:49.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-06-18T02:40:49.013Z] c36f84457197: Preparing [2024-06-18T02:40:49.013Z] b3802bdc85ec: Preparing [2024-06-18T02:40:49.013Z] 0f97974d11f8: Preparing [2024-06-18T02:40:49.013Z] 66ad9a90e013: Preparing [2024-06-18T02:40:49.013Z] bbef625ff199: Preparing [2024-06-18T02:40:49.013Z] 73123c4841a1: Preparing [2024-06-18T02:40:49.013Z] 6c792cafdb70: Preparing [2024-06-18T02:40:49.013Z] 4e1a85c26ac2: Preparing [2024-06-18T02:40:49.013Z] 73123c4841a1: Waiting [2024-06-18T02:40:49.013Z] 6c792cafdb70: Waiting [2024-06-18T02:40:49.013Z] 67fb1fcb0c60: Preparing [2024-06-18T02:40:49.013Z] aedc3bda2944: Preparing [2024-06-18T02:40:49.013Z] 4e1a85c26ac2: Waiting [2024-06-18T02:40:49.013Z] 67fb1fcb0c60: Waiting [2024-06-18T02:40:49.013Z] aedc3bda2944: Waiting [2024-06-18T02:40:49.013Z] bbef625ff199: Layer already exists [2024-06-18T02:40:49.013Z] 0f97974d11f8: Layer already exists [2024-06-18T02:40:49.013Z] c36f84457197: Layer already exists [2024-06-18T02:40:49.013Z] 73123c4841a1: Layer already exists [2024-06-18T02:40:49.013Z] b3802bdc85ec: Layer already exists [2024-06-18T02:40:49.013Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:49.013Z] 6c792cafdb70: Layer already exists [2024-06-18T02:40:49.013Z] 4e1a85c26ac2: Layer already exists [2024-06-18T02:40:49.013Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:49.013Z] 67fb1fcb0c60: Layer already exists [2024-06-18T02:40:49.013Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:24780e81d6a40f499ee9396eba95087bfeddf9378dd6adc09a1c2e85e81e5ce5 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:49.341Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:49.681Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-06-18T02:40:49.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-06-18T02:40:49.681Z] c36f84457197: Preparing [2024-06-18T02:40:49.681Z] b3802bdc85ec: Preparing [2024-06-18T02:40:49.681Z] 0f97974d11f8: Preparing [2024-06-18T02:40:49.681Z] 66ad9a90e013: Preparing [2024-06-18T02:40:49.681Z] bbef625ff199: Preparing [2024-06-18T02:40:49.681Z] 73123c4841a1: Preparing [2024-06-18T02:40:49.681Z] 6c792cafdb70: Preparing [2024-06-18T02:40:49.681Z] 4e1a85c26ac2: Preparing [2024-06-18T02:40:49.681Z] 67fb1fcb0c60: Preparing [2024-06-18T02:40:49.681Z] aedc3bda2944: Preparing [2024-06-18T02:40:49.681Z] 6c792cafdb70: Waiting [2024-06-18T02:40:49.681Z] 4e1a85c26ac2: Waiting [2024-06-18T02:40:49.681Z] 73123c4841a1: Waiting [2024-06-18T02:40:49.681Z] 67fb1fcb0c60: Waiting [2024-06-18T02:40:49.681Z] aedc3bda2944: Waiting [2024-06-18T02:40:49.681Z] b3802bdc85ec: Layer already exists [2024-06-18T02:40:49.681Z] 0f97974d11f8: Layer already exists [2024-06-18T02:40:49.681Z] bbef625ff199: Layer already exists [2024-06-18T02:40:49.681Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:49.681Z] c36f84457197: Layer already exists [2024-06-18T02:40:49.681Z] 67fb1fcb0c60: Layer already exists [2024-06-18T02:40:49.681Z] 4e1a85c26ac2: Layer already exists [2024-06-18T02:40:49.681Z] 6c792cafdb70: Layer already exists [2024-06-18T02:40:49.681Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:49.681Z] 73123c4841a1: Layer already exists [2024-06-18T02:40:49.681Z] main: digest: sha256:24780e81d6a40f499ee9396eba95087bfeddf9378dd6adc09a1c2e85e81e5ce5 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T02:40:49.765Z] ===================================================== [Pipeline] echo [2024-06-18T02:40:49.782Z] taggedImages: [2024-06-18T02:40:49.782Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:49.782Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-06-18T02:40:49.782Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.25 [2024-06-18T02:40:49.782Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:49.782Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-06-18T02:40:49.885Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-06-18T02:40:49.885Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:49.885Z] latest [2024-06-18T02:40:49.885Z] 3.2.0-dev.25 [2024-06-18T02:40:49.885Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:49.885Z] main [2024-06-18T02:40:49.885Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:50.227Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:50.548Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:50.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-06-18T02:40:50.548Z] 1c59062686e2: Preparing [2024-06-18T02:40:50.548Z] 773a8ac818f3: Preparing [2024-06-18T02:40:50.548Z] bc6282ef3f09: Preparing [2024-06-18T02:40:50.548Z] 66ad9a90e013: Preparing [2024-06-18T02:40:50.548Z] bbef625ff199: Preparing [2024-06-18T02:40:50.548Z] 73123c4841a1: Preparing [2024-06-18T02:40:50.548Z] 46bb582c72dc: Preparing [2024-06-18T02:40:50.548Z] 4faef1fb4331: Preparing [2024-06-18T02:40:50.548Z] aedc3bda2944: Preparing [2024-06-18T02:40:50.548Z] 73123c4841a1: Waiting [2024-06-18T02:40:50.548Z] 46bb582c72dc: Waiting [2024-06-18T02:40:50.548Z] 4faef1fb4331: Waiting [2024-06-18T02:40:50.548Z] aedc3bda2944: Waiting [2024-06-18T02:40:50.548Z] bbef625ff199: Layer already exists [2024-06-18T02:40:50.548Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:50.548Z] 73123c4841a1: Layer already exists [2024-06-18T02:40:50.804Z] 773a8ac818f3: Pushed [2024-06-18T02:40:50.804Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:50.804Z] 1c59062686e2: Pushed [2024-06-18T02:40:51.064Z] bc6282ef3f09: Pushed [2024-06-18T02:40:51.324Z] 4faef1fb4331: Pushed [2024-06-18T02:40:51.324Z] 46bb582c72dc: Pushed [2024-06-18T02:40:51.581Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:360496cebb34b2e0b4e25e0e68147c05525409e0cc6ecc2e670daf5078d959a4 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:52.166Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:52.489Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-06-18T02:40:52.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-06-18T02:40:52.489Z] 1c59062686e2: Preparing [2024-06-18T02:40:52.489Z] 773a8ac818f3: Preparing [2024-06-18T02:40:52.489Z] bc6282ef3f09: Preparing [2024-06-18T02:40:52.489Z] 66ad9a90e013: Preparing [2024-06-18T02:40:52.489Z] bbef625ff199: Preparing [2024-06-18T02:40:52.489Z] 73123c4841a1: Preparing [2024-06-18T02:40:52.489Z] 46bb582c72dc: Preparing [2024-06-18T02:40:52.489Z] 4faef1fb4331: Preparing [2024-06-18T02:40:52.489Z] aedc3bda2944: Preparing [2024-06-18T02:40:52.489Z] 73123c4841a1: Waiting [2024-06-18T02:40:52.489Z] 46bb582c72dc: Waiting [2024-06-18T02:40:52.489Z] aedc3bda2944: Waiting [2024-06-18T02:40:52.489Z] 4faef1fb4331: Waiting [2024-06-18T02:40:52.489Z] 1c59062686e2: Layer already exists [2024-06-18T02:40:52.489Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:52.489Z] 773a8ac818f3: Layer already exists [2024-06-18T02:40:52.489Z] bbef625ff199: Layer already exists [2024-06-18T02:40:52.489Z] bc6282ef3f09: Layer already exists [2024-06-18T02:40:52.489Z] 4faef1fb4331: Layer already exists [2024-06-18T02:40:52.489Z] 46bb582c72dc: Layer already exists [2024-06-18T02:40:52.489Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:52.489Z] 73123c4841a1: Layer already exists [2024-06-18T02:40:52.489Z] latest: digest: sha256:360496cebb34b2e0b4e25e0e68147c05525409e0cc6ecc2e670daf5078d959a4 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:52.823Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:53.158Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.25 [2024-06-18T02:40:53.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-06-18T02:40:53.159Z] 1c59062686e2: Preparing [2024-06-18T02:40:53.159Z] 773a8ac818f3: Preparing [2024-06-18T02:40:53.159Z] bc6282ef3f09: Preparing [2024-06-18T02:40:53.159Z] 66ad9a90e013: Preparing [2024-06-18T02:40:53.159Z] bbef625ff199: Preparing [2024-06-18T02:40:53.159Z] 73123c4841a1: Preparing [2024-06-18T02:40:53.159Z] 46bb582c72dc: Preparing [2024-06-18T02:40:53.159Z] 4faef1fb4331: Preparing [2024-06-18T02:40:53.159Z] aedc3bda2944: Preparing [2024-06-18T02:40:53.159Z] 73123c4841a1: Waiting [2024-06-18T02:40:53.159Z] 46bb582c72dc: Waiting [2024-06-18T02:40:53.159Z] 4faef1fb4331: Waiting [2024-06-18T02:40:53.159Z] aedc3bda2944: Waiting [2024-06-18T02:40:53.159Z] bc6282ef3f09: Layer already exists [2024-06-18T02:40:53.159Z] 1c59062686e2: Layer already exists [2024-06-18T02:40:53.159Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:53.159Z] 773a8ac818f3: Layer already exists [2024-06-18T02:40:53.159Z] bbef625ff199: Layer already exists [2024-06-18T02:40:53.159Z] 73123c4841a1: Layer already exists [2024-06-18T02:40:53.159Z] 4faef1fb4331: Layer already exists [2024-06-18T02:40:53.159Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:53.159Z] 46bb582c72dc: Layer already exists [2024-06-18T02:40:53.159Z] 3.2.0-dev.25: digest: sha256:360496cebb34b2e0b4e25e0e68147c05525409e0cc6ecc2e670daf5078d959a4 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:53.490Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:53.816Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:53.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-06-18T02:40:53.816Z] 1c59062686e2: Preparing [2024-06-18T02:40:53.816Z] 773a8ac818f3: Preparing [2024-06-18T02:40:53.816Z] bc6282ef3f09: Preparing [2024-06-18T02:40:53.816Z] 66ad9a90e013: Preparing [2024-06-18T02:40:53.816Z] bbef625ff199: Preparing [2024-06-18T02:40:53.816Z] 73123c4841a1: Preparing [2024-06-18T02:40:53.816Z] 46bb582c72dc: Preparing [2024-06-18T02:40:53.816Z] 4faef1fb4331: Preparing [2024-06-18T02:40:53.816Z] aedc3bda2944: Preparing [2024-06-18T02:40:53.816Z] 73123c4841a1: Waiting [2024-06-18T02:40:53.816Z] 4faef1fb4331: Waiting [2024-06-18T02:40:53.816Z] 46bb582c72dc: Waiting [2024-06-18T02:40:53.816Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:53.816Z] 773a8ac818f3: Layer already exists [2024-06-18T02:40:53.816Z] 1c59062686e2: Layer already exists [2024-06-18T02:40:53.816Z] bc6282ef3f09: Layer already exists [2024-06-18T02:40:53.816Z] bbef625ff199: Layer already exists [2024-06-18T02:40:53.816Z] 73123c4841a1: Layer already exists [2024-06-18T02:40:53.816Z] 46bb582c72dc: Layer already exists [2024-06-18T02:40:53.816Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:53.816Z] 4faef1fb4331: Layer already exists [2024-06-18T02:40:53.816Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:360496cebb34b2e0b4e25e0e68147c05525409e0cc6ecc2e670daf5078d959a4 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:54.198Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:54.571Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-06-18T02:40:54.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-06-18T02:40:54.571Z] 1c59062686e2: Preparing [2024-06-18T02:40:54.571Z] 773a8ac818f3: Preparing [2024-06-18T02:40:54.571Z] bc6282ef3f09: Preparing [2024-06-18T02:40:54.571Z] 66ad9a90e013: Preparing [2024-06-18T02:40:54.571Z] bbef625ff199: Preparing [2024-06-18T02:40:54.571Z] 73123c4841a1: Preparing [2024-06-18T02:40:54.571Z] 46bb582c72dc: Preparing [2024-06-18T02:40:54.571Z] 4faef1fb4331: Preparing [2024-06-18T02:40:54.571Z] aedc3bda2944: Preparing [2024-06-18T02:40:54.571Z] 73123c4841a1: Waiting [2024-06-18T02:40:54.571Z] 4faef1fb4331: Waiting [2024-06-18T02:40:54.571Z] aedc3bda2944: Waiting [2024-06-18T02:40:54.571Z] 46bb582c72dc: Waiting [2024-06-18T02:40:54.571Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:54.571Z] 773a8ac818f3: Layer already exists [2024-06-18T02:40:54.571Z] 1c59062686e2: Layer already exists [2024-06-18T02:40:54.571Z] bc6282ef3f09: Layer already exists [2024-06-18T02:40:54.571Z] bbef625ff199: Layer already exists [2024-06-18T02:40:54.571Z] 73123c4841a1: Layer already exists [2024-06-18T02:40:54.571Z] 46bb582c72dc: Layer already exists [2024-06-18T02:40:54.571Z] 4faef1fb4331: Layer already exists [2024-06-18T02:40:54.571Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:54.856Z] main: digest: sha256:360496cebb34b2e0b4e25e0e68147c05525409e0cc6ecc2e670daf5078d959a4 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T02:40:54.944Z] ===================================================== [Pipeline] echo [2024-06-18T02:40:54.962Z] taggedImages: [2024-06-18T02:40:54.962Z] - nexus3.edgexfoundry.org:10004/security-spire-config:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:54.962Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-06-18T02:40:54.962Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.25 [2024-06-18T02:40:54.962Z] - nexus3.edgexfoundry.org:10004/security-spire-config:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:54.962Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-06-18T02:40:54.985Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-06-18T02:40:54.985Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:54.985Z] latest [2024-06-18T02:40:54.985Z] 3.2.0-dev.25 [2024-06-18T02:40:54.985Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:40:54.985Z] main [2024-06-18T02:40:54.985Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:55.330Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:40:55.656Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:40:55.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-06-18T02:40:55.656Z] c36f84457197: Preparing [2024-06-18T02:40:55.656Z] 8ad0b14d8bd2: Preparing [2024-06-18T02:40:55.656Z] 3c5af9588f5a: Preparing [2024-06-18T02:40:55.656Z] 66ad9a90e013: Preparing [2024-06-18T02:40:55.656Z] bbef625ff199: Preparing [2024-06-18T02:40:55.656Z] d25d9bc5ae9a: Preparing [2024-06-18T02:40:55.656Z] 4e1a85c26ac2: Preparing [2024-06-18T02:40:55.656Z] 67fb1fcb0c60: Preparing [2024-06-18T02:40:55.656Z] aedc3bda2944: Preparing [2024-06-18T02:40:55.656Z] d25d9bc5ae9a: Waiting [2024-06-18T02:40:55.656Z] 4e1a85c26ac2: Waiting [2024-06-18T02:40:55.656Z] 67fb1fcb0c60: Waiting [2024-06-18T02:40:55.656Z] aedc3bda2944: Waiting [2024-06-18T02:40:55.656Z] bbef625ff199: Layer already exists [2024-06-18T02:40:55.656Z] c36f84457197: Layer already exists [2024-06-18T02:40:55.656Z] 66ad9a90e013: Layer already exists [2024-06-18T02:40:55.656Z] 4e1a85c26ac2: Layer already exists [2024-06-18T02:40:55.656Z] 67fb1fcb0c60: Layer already exists [2024-06-18T02:40:55.656Z] aedc3bda2944: Layer already exists [2024-06-18T02:40:55.656Z] 3c5af9588f5a: Pushed [2024-06-18T02:40:55.656Z] 8ad0b14d8bd2: Pushed [2024-06-18T02:41:03.775Z] d25d9bc5ae9a: Pushed [2024-06-18T02:41:03.775Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:bb3b08b8aa7ab8f7de89f6240c047cb35f871d3739f52484d365ddd206b93272 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:04.105Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:04.437Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-06-18T02:41:04.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-06-18T02:41:04.437Z] c36f84457197: Preparing [2024-06-18T02:41:04.437Z] 8ad0b14d8bd2: Preparing [2024-06-18T02:41:04.437Z] 3c5af9588f5a: Preparing [2024-06-18T02:41:04.437Z] 66ad9a90e013: Preparing [2024-06-18T02:41:04.437Z] bbef625ff199: Preparing [2024-06-18T02:41:04.437Z] d25d9bc5ae9a: Preparing [2024-06-18T02:41:04.437Z] 4e1a85c26ac2: Preparing [2024-06-18T02:41:04.437Z] 67fb1fcb0c60: Preparing [2024-06-18T02:41:04.437Z] aedc3bda2944: Preparing [2024-06-18T02:41:04.437Z] d25d9bc5ae9a: Waiting [2024-06-18T02:41:04.437Z] 4e1a85c26ac2: Waiting [2024-06-18T02:41:04.437Z] 67fb1fcb0c60: Waiting [2024-06-18T02:41:04.437Z] aedc3bda2944: Waiting [2024-06-18T02:41:04.437Z] bbef625ff199: Layer already exists [2024-06-18T02:41:04.437Z] c36f84457197: Layer already exists [2024-06-18T02:41:04.437Z] 8ad0b14d8bd2: Layer already exists [2024-06-18T02:41:04.437Z] 3c5af9588f5a: Layer already exists [2024-06-18T02:41:04.437Z] 66ad9a90e013: Layer already exists [2024-06-18T02:41:04.437Z] d25d9bc5ae9a: Layer already exists [2024-06-18T02:41:04.437Z] 4e1a85c26ac2: Layer already exists [2024-06-18T02:41:04.437Z] 67fb1fcb0c60: Layer already exists [2024-06-18T02:41:04.437Z] aedc3bda2944: Layer already exists [2024-06-18T02:41:04.437Z] latest: digest: sha256:bb3b08b8aa7ab8f7de89f6240c047cb35f871d3739f52484d365ddd206b93272 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:04.763Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:05.097Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.25 [2024-06-18T02:41:05.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-06-18T02:41:05.097Z] c36f84457197: Preparing [2024-06-18T02:41:05.097Z] 8ad0b14d8bd2: Preparing [2024-06-18T02:41:05.097Z] 3c5af9588f5a: Preparing [2024-06-18T02:41:05.097Z] 66ad9a90e013: Preparing [2024-06-18T02:41:05.097Z] bbef625ff199: Preparing [2024-06-18T02:41:05.097Z] d25d9bc5ae9a: Preparing [2024-06-18T02:41:05.097Z] 4e1a85c26ac2: Preparing [2024-06-18T02:41:05.097Z] 67fb1fcb0c60: Preparing [2024-06-18T02:41:05.097Z] aedc3bda2944: Preparing [2024-06-18T02:41:05.097Z] aedc3bda2944: Waiting [2024-06-18T02:41:05.097Z] 67fb1fcb0c60: Waiting [2024-06-18T02:41:05.097Z] 4e1a85c26ac2: Waiting [2024-06-18T02:41:05.097Z] d25d9bc5ae9a: Waiting [2024-06-18T02:41:05.097Z] 8ad0b14d8bd2: Layer already exists [2024-06-18T02:41:05.097Z] c36f84457197: Layer already exists [2024-06-18T02:41:05.097Z] bbef625ff199: Layer already exists [2024-06-18T02:41:05.097Z] 3c5af9588f5a: Layer already exists [2024-06-18T02:41:05.097Z] 66ad9a90e013: Layer already exists [2024-06-18T02:41:05.097Z] d25d9bc5ae9a: Layer already exists [2024-06-18T02:41:05.097Z] 4e1a85c26ac2: Layer already exists [2024-06-18T02:41:05.097Z] 67fb1fcb0c60: Layer already exists [2024-06-18T02:41:05.097Z] aedc3bda2944: Layer already exists [2024-06-18T02:41:05.097Z] 3.2.0-dev.25: digest: sha256:bb3b08b8aa7ab8f7de89f6240c047cb35f871d3739f52484d365ddd206b93272 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:05.422Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:05.753Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:41:05.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-06-18T02:41:05.753Z] c36f84457197: Preparing [2024-06-18T02:41:05.753Z] 8ad0b14d8bd2: Preparing [2024-06-18T02:41:05.753Z] 3c5af9588f5a: Preparing [2024-06-18T02:41:05.753Z] 66ad9a90e013: Preparing [2024-06-18T02:41:05.753Z] bbef625ff199: Preparing [2024-06-18T02:41:05.753Z] d25d9bc5ae9a: Preparing [2024-06-18T02:41:05.753Z] 4e1a85c26ac2: Preparing [2024-06-18T02:41:05.753Z] 67fb1fcb0c60: Preparing [2024-06-18T02:41:05.753Z] aedc3bda2944: Preparing [2024-06-18T02:41:05.753Z] 4e1a85c26ac2: Waiting [2024-06-18T02:41:05.753Z] 67fb1fcb0c60: Waiting [2024-06-18T02:41:05.753Z] aedc3bda2944: Waiting [2024-06-18T02:41:05.753Z] d25d9bc5ae9a: Waiting [2024-06-18T02:41:05.753Z] 3c5af9588f5a: Layer already exists [2024-06-18T02:41:05.753Z] 8ad0b14d8bd2: Layer already exists [2024-06-18T02:41:05.753Z] c36f84457197: Layer already exists [2024-06-18T02:41:05.753Z] 66ad9a90e013: Layer already exists [2024-06-18T02:41:05.753Z] bbef625ff199: Layer already exists [2024-06-18T02:41:05.753Z] 4e1a85c26ac2: Layer already exists [2024-06-18T02:41:05.753Z] d25d9bc5ae9a: Layer already exists [2024-06-18T02:41:05.753Z] 67fb1fcb0c60: Layer already exists [2024-06-18T02:41:05.753Z] aedc3bda2944: Layer already exists [2024-06-18T02:41:05.753Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:bb3b08b8aa7ab8f7de89f6240c047cb35f871d3739f52484d365ddd206b93272 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:06.076Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:06.401Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-06-18T02:41:06.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-06-18T02:41:06.401Z] c36f84457197: Preparing [2024-06-18T02:41:06.401Z] 8ad0b14d8bd2: Preparing [2024-06-18T02:41:06.401Z] 3c5af9588f5a: Preparing [2024-06-18T02:41:06.401Z] 66ad9a90e013: Preparing [2024-06-18T02:41:06.401Z] bbef625ff199: Preparing [2024-06-18T02:41:06.401Z] d25d9bc5ae9a: Preparing [2024-06-18T02:41:06.401Z] 4e1a85c26ac2: Preparing [2024-06-18T02:41:06.401Z] 67fb1fcb0c60: Preparing [2024-06-18T02:41:06.401Z] aedc3bda2944: Preparing [2024-06-18T02:41:06.401Z] 4e1a85c26ac2: Waiting [2024-06-18T02:41:06.401Z] aedc3bda2944: Waiting [2024-06-18T02:41:06.401Z] 67fb1fcb0c60: Waiting [2024-06-18T02:41:06.401Z] d25d9bc5ae9a: Waiting [2024-06-18T02:41:06.401Z] c36f84457197: Layer already exists [2024-06-18T02:41:06.401Z] 3c5af9588f5a: Layer already exists [2024-06-18T02:41:06.401Z] bbef625ff199: Layer already exists [2024-06-18T02:41:06.401Z] 8ad0b14d8bd2: Layer already exists [2024-06-18T02:41:06.401Z] 66ad9a90e013: Layer already exists [2024-06-18T02:41:06.401Z] 4e1a85c26ac2: Layer already exists [2024-06-18T02:41:06.401Z] aedc3bda2944: Layer already exists [2024-06-18T02:41:06.401Z] 67fb1fcb0c60: Layer already exists [2024-06-18T02:41:06.401Z] d25d9bc5ae9a: Layer already exists [2024-06-18T02:41:06.401Z] main: digest: sha256:bb3b08b8aa7ab8f7de89f6240c047cb35f871d3739f52484d365ddd206b93272 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T02:41:06.473Z] ===================================================== [Pipeline] echo [2024-06-18T02:41:06.491Z] taggedImages: [2024-06-18T02:41:06.491Z] - nexus3.edgexfoundry.org:10004/security-spire-server:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:41:06.491Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-06-18T02:41:06.491Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.25 [2024-06-18T02:41:06.491Z] - nexus3.edgexfoundry.org:10004/security-spire-server:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:41:06.491Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-06-18T02:41:06.521Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-06-18T02:41:06.521Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:41:06.521Z] latest [2024-06-18T02:41:06.521Z] 3.2.0-dev.25 [2024-06-18T02:41:06.521Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:41:06.521Z] main [2024-06-18T02:41:06.521Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:06.853Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:07.176Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:41:07.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-06-18T02:41:07.177Z] 756ec60ba1a1: Preparing [2024-06-18T02:41:07.177Z] d03e2e67fd06: Preparing [2024-06-18T02:41:07.177Z] 66ad9a90e013: Preparing [2024-06-18T02:41:07.177Z] bbef625ff199: Preparing [2024-06-18T02:41:07.177Z] fc4dfc5b8879: Preparing [2024-06-18T02:41:07.177Z] 591d14bf86ff: Preparing [2024-06-18T02:41:07.177Z] aedc3bda2944: Preparing [2024-06-18T02:41:07.177Z] 591d14bf86ff: Waiting [2024-06-18T02:41:07.177Z] aedc3bda2944: Waiting [2024-06-18T02:41:07.177Z] 66ad9a90e013: Layer already exists [2024-06-18T02:41:07.177Z] bbef625ff199: Layer already exists [2024-06-18T02:41:07.177Z] aedc3bda2944: Layer already exists [2024-06-18T02:41:07.177Z] 756ec60ba1a1: Pushed [2024-06-18T02:41:07.177Z] 591d14bf86ff: Pushed [2024-06-18T02:41:07.742Z] fc4dfc5b8879: Pushed [2024-06-18T02:41:10.279Z] d03e2e67fd06: Pushed [2024-06-18T02:41:10.279Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:831f940fb76ec1e2d9994f20c59cb8620c406d5f2cc753908e9718a69cdc6a10 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:10.613Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:10.935Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-06-18T02:41:10.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-06-18T02:41:10.935Z] 756ec60ba1a1: Preparing [2024-06-18T02:41:10.935Z] d03e2e67fd06: Preparing [2024-06-18T02:41:10.935Z] 66ad9a90e013: Preparing [2024-06-18T02:41:10.935Z] bbef625ff199: Preparing [2024-06-18T02:41:10.935Z] fc4dfc5b8879: Preparing [2024-06-18T02:41:10.935Z] 591d14bf86ff: Preparing [2024-06-18T02:41:10.935Z] aedc3bda2944: Preparing [2024-06-18T02:41:10.935Z] 591d14bf86ff: Waiting [2024-06-18T02:41:10.935Z] aedc3bda2944: Waiting [2024-06-18T02:41:10.935Z] fc4dfc5b8879: Layer already exists [2024-06-18T02:41:10.935Z] 756ec60ba1a1: Layer already exists [2024-06-18T02:41:10.935Z] 66ad9a90e013: Layer already exists [2024-06-18T02:41:10.935Z] bbef625ff199: Layer already exists [2024-06-18T02:41:10.935Z] d03e2e67fd06: Layer already exists [2024-06-18T02:41:10.935Z] 591d14bf86ff: Layer already exists [2024-06-18T02:41:10.935Z] aedc3bda2944: Layer already exists [2024-06-18T02:41:10.935Z] latest: digest: sha256:831f940fb76ec1e2d9994f20c59cb8620c406d5f2cc753908e9718a69cdc6a10 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:11.258Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:11.584Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.25 [2024-06-18T02:41:11.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-06-18T02:41:11.585Z] 756ec60ba1a1: Preparing [2024-06-18T02:41:11.585Z] d03e2e67fd06: Preparing [2024-06-18T02:41:11.585Z] 66ad9a90e013: Preparing [2024-06-18T02:41:11.585Z] bbef625ff199: Preparing [2024-06-18T02:41:11.585Z] fc4dfc5b8879: Preparing [2024-06-18T02:41:11.585Z] 591d14bf86ff: Preparing [2024-06-18T02:41:11.585Z] aedc3bda2944: Preparing [2024-06-18T02:41:11.585Z] aedc3bda2944: Waiting [2024-06-18T02:41:11.585Z] 591d14bf86ff: Waiting [2024-06-18T02:41:11.585Z] fc4dfc5b8879: Layer already exists [2024-06-18T02:41:11.585Z] 66ad9a90e013: Layer already exists [2024-06-18T02:41:11.585Z] 756ec60ba1a1: Layer already exists [2024-06-18T02:41:11.585Z] bbef625ff199: Layer already exists [2024-06-18T02:41:11.585Z] d03e2e67fd06: Layer already exists [2024-06-18T02:41:11.585Z] 591d14bf86ff: Layer already exists [2024-06-18T02:41:11.585Z] aedc3bda2944: Layer already exists [2024-06-18T02:41:11.585Z] 3.2.0-dev.25: digest: sha256:831f940fb76ec1e2d9994f20c59cb8620c406d5f2cc753908e9718a69cdc6a10 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:11.911Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:12.238Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:41:12.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-06-18T02:41:12.238Z] 756ec60ba1a1: Preparing [2024-06-18T02:41:12.238Z] d03e2e67fd06: Preparing [2024-06-18T02:41:12.238Z] 66ad9a90e013: Preparing [2024-06-18T02:41:12.238Z] bbef625ff199: Preparing [2024-06-18T02:41:12.238Z] fc4dfc5b8879: Preparing [2024-06-18T02:41:12.238Z] 591d14bf86ff: Preparing [2024-06-18T02:41:12.238Z] aedc3bda2944: Preparing [2024-06-18T02:41:12.238Z] 591d14bf86ff: Waiting [2024-06-18T02:41:12.238Z] aedc3bda2944: Waiting [2024-06-18T02:41:12.238Z] d03e2e67fd06: Layer already exists [2024-06-18T02:41:12.238Z] fc4dfc5b8879: Layer already exists [2024-06-18T02:41:12.238Z] bbef625ff199: Layer already exists [2024-06-18T02:41:12.238Z] 66ad9a90e013: Layer already exists [2024-06-18T02:41:12.238Z] 756ec60ba1a1: Layer already exists [2024-06-18T02:41:12.238Z] aedc3bda2944: Layer already exists [2024-06-18T02:41:12.238Z] 591d14bf86ff: Layer already exists [2024-06-18T02:41:12.238Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:831f940fb76ec1e2d9994f20c59cb8620c406d5f2cc753908e9718a69cdc6a10 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:12.564Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:12.886Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-06-18T02:41:12.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-06-18T02:41:12.886Z] 756ec60ba1a1: Preparing [2024-06-18T02:41:12.886Z] d03e2e67fd06: Preparing [2024-06-18T02:41:12.886Z] 66ad9a90e013: Preparing [2024-06-18T02:41:12.886Z] bbef625ff199: Preparing [2024-06-18T02:41:12.886Z] fc4dfc5b8879: Preparing [2024-06-18T02:41:12.886Z] 591d14bf86ff: Preparing [2024-06-18T02:41:12.886Z] aedc3bda2944: Preparing [2024-06-18T02:41:12.886Z] aedc3bda2944: Waiting [2024-06-18T02:41:12.886Z] 591d14bf86ff: Waiting [2024-06-18T02:41:12.886Z] d03e2e67fd06: Layer already exists [2024-06-18T02:41:12.886Z] fc4dfc5b8879: Layer already exists [2024-06-18T02:41:12.886Z] 756ec60ba1a1: Layer already exists [2024-06-18T02:41:12.886Z] 66ad9a90e013: Layer already exists [2024-06-18T02:41:12.886Z] bbef625ff199: Layer already exists [2024-06-18T02:41:12.886Z] 591d14bf86ff: Layer already exists [2024-06-18T02:41:12.886Z] aedc3bda2944: Layer already exists [2024-06-18T02:41:12.886Z] main: digest: sha256:831f940fb76ec1e2d9994f20c59cb8620c406d5f2cc753908e9718a69cdc6a10 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T02:41:12.958Z] ===================================================== [Pipeline] echo [2024-06-18T02:41:12.977Z] taggedImages: [2024-06-18T02:41:12.977Z] - nexus3.edgexfoundry.org:10004/support-notifications:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:41:12.977Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-06-18T02:41:12.977Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.25 [2024-06-18T02:41:12.977Z] - nexus3.edgexfoundry.org:10004/support-notifications:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:41:12.977Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-06-18T02:41:13.007Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-06-18T02:41:13.008Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:41:13.008Z] latest [2024-06-18T02:41:13.008Z] 3.2.0-dev.25 [2024-06-18T02:41:13.008Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:41:13.008Z] main [2024-06-18T02:41:13.008Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:13.345Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:13.670Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:41:13.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-06-18T02:41:13.670Z] 207954502adb: Preparing [2024-06-18T02:41:13.670Z] 37277526f410: Preparing [2024-06-18T02:41:13.670Z] 66ad9a90e013: Preparing [2024-06-18T02:41:13.670Z] bbef625ff199: Preparing [2024-06-18T02:41:13.670Z] cd49490eb010: Preparing [2024-06-18T02:41:13.670Z] 52fc02226b56: Preparing [2024-06-18T02:41:13.670Z] aedc3bda2944: Preparing [2024-06-18T02:41:13.670Z] 52fc02226b56: Waiting [2024-06-18T02:41:13.670Z] cd49490eb010: Layer already exists [2024-06-18T02:41:13.670Z] 66ad9a90e013: Layer already exists [2024-06-18T02:41:13.670Z] bbef625ff199: Layer already exists [2024-06-18T02:41:13.670Z] 52fc02226b56: Layer already exists [2024-06-18T02:41:13.670Z] aedc3bda2944: Layer already exists [2024-06-18T02:41:13.670Z] 207954502adb: Pushed [2024-06-18T02:41:16.970Z] 37277526f410: Pushed [2024-06-18T02:41:16.970Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:45571410ffaef00683c7a23d7f1caa8a7f805b3e4ee2d3fe2d264d4b35eec998 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:17.293Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:17.609Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-06-18T02:41:17.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-06-18T02:41:17.609Z] 207954502adb: Preparing [2024-06-18T02:41:17.609Z] 37277526f410: Preparing [2024-06-18T02:41:17.609Z] 66ad9a90e013: Preparing [2024-06-18T02:41:17.609Z] bbef625ff199: Preparing [2024-06-18T02:41:17.609Z] cd49490eb010: Preparing [2024-06-18T02:41:17.609Z] 52fc02226b56: Preparing [2024-06-18T02:41:17.609Z] aedc3bda2944: Preparing [2024-06-18T02:41:17.609Z] 52fc02226b56: Waiting [2024-06-18T02:41:17.609Z] aedc3bda2944: Waiting [2024-06-18T02:41:17.609Z] 66ad9a90e013: Layer already exists [2024-06-18T02:41:17.609Z] 37277526f410: Layer already exists [2024-06-18T02:41:17.609Z] cd49490eb010: Layer already exists [2024-06-18T02:41:17.609Z] 207954502adb: Layer already exists [2024-06-18T02:41:17.609Z] bbef625ff199: Layer already exists [2024-06-18T02:41:17.609Z] 52fc02226b56: Layer already exists [2024-06-18T02:41:17.609Z] aedc3bda2944: Layer already exists [2024-06-18T02:41:17.609Z] latest: digest: sha256:45571410ffaef00683c7a23d7f1caa8a7f805b3e4ee2d3fe2d264d4b35eec998 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:17.937Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:18.257Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.25 [2024-06-18T02:41:18.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-06-18T02:41:18.257Z] 207954502adb: Preparing [2024-06-18T02:41:18.257Z] 37277526f410: Preparing [2024-06-18T02:41:18.257Z] 66ad9a90e013: Preparing [2024-06-18T02:41:18.257Z] bbef625ff199: Preparing [2024-06-18T02:41:18.257Z] cd49490eb010: Preparing [2024-06-18T02:41:18.257Z] 52fc02226b56: Preparing [2024-06-18T02:41:18.257Z] 52fc02226b56: Waiting [2024-06-18T02:41:18.257Z] aedc3bda2944: Preparing [2024-06-18T02:41:18.257Z] aedc3bda2944: Waiting [2024-06-18T02:41:18.257Z] 37277526f410: Layer already exists [2024-06-18T02:41:18.257Z] 66ad9a90e013: Layer already exists [2024-06-18T02:41:18.257Z] bbef625ff199: Layer already exists [2024-06-18T02:41:18.257Z] 207954502adb: Layer already exists [2024-06-18T02:41:18.257Z] cd49490eb010: Layer already exists [2024-06-18T02:41:18.257Z] 52fc02226b56: Layer already exists [2024-06-18T02:41:18.257Z] aedc3bda2944: Layer already exists [2024-06-18T02:41:18.257Z] 3.2.0-dev.25: digest: sha256:45571410ffaef00683c7a23d7f1caa8a7f805b3e4ee2d3fe2d264d4b35eec998 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:18.586Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:18.910Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:41:18.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-06-18T02:41:18.910Z] 207954502adb: Preparing [2024-06-18T02:41:18.910Z] 37277526f410: Preparing [2024-06-18T02:41:18.910Z] 66ad9a90e013: Preparing [2024-06-18T02:41:18.910Z] bbef625ff199: Preparing [2024-06-18T02:41:18.910Z] cd49490eb010: Preparing [2024-06-18T02:41:18.910Z] 52fc02226b56: Preparing [2024-06-18T02:41:18.910Z] aedc3bda2944: Preparing [2024-06-18T02:41:18.910Z] 52fc02226b56: Waiting [2024-06-18T02:41:18.910Z] aedc3bda2944: Waiting [2024-06-18T02:41:18.910Z] cd49490eb010: Layer already exists [2024-06-18T02:41:18.910Z] 207954502adb: Layer already exists [2024-06-18T02:41:18.910Z] 37277526f410: Layer already exists [2024-06-18T02:41:18.910Z] 66ad9a90e013: Layer already exists [2024-06-18T02:41:18.910Z] bbef625ff199: Layer already exists [2024-06-18T02:41:18.910Z] aedc3bda2944: Layer already exists [2024-06-18T02:41:18.910Z] 52fc02226b56: Layer already exists [2024-06-18T02:41:18.910Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:45571410ffaef00683c7a23d7f1caa8a7f805b3e4ee2d3fe2d264d4b35eec998 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:19.234Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:41:19.558Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-06-18T02:41:19.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-06-18T02:41:19.559Z] 207954502adb: Preparing [2024-06-18T02:41:19.559Z] 37277526f410: Preparing [2024-06-18T02:41:19.559Z] 66ad9a90e013: Preparing [2024-06-18T02:41:19.559Z] bbef625ff199: Preparing [2024-06-18T02:41:19.559Z] cd49490eb010: Preparing [2024-06-18T02:41:19.559Z] 52fc02226b56: Preparing [2024-06-18T02:41:19.559Z] aedc3bda2944: Preparing [2024-06-18T02:41:19.559Z] 52fc02226b56: Waiting [2024-06-18T02:41:19.559Z] aedc3bda2944: Waiting [2024-06-18T02:41:19.559Z] 66ad9a90e013: Layer already exists [2024-06-18T02:41:19.559Z] cd49490eb010: Layer already exists [2024-06-18T02:41:19.559Z] bbef625ff199: Layer already exists [2024-06-18T02:41:19.559Z] 207954502adb: Layer already exists [2024-06-18T02:41:19.559Z] 37277526f410: Layer already exists [2024-06-18T02:41:19.559Z] aedc3bda2944: Layer already exists [2024-06-18T02:41:19.559Z] 52fc02226b56: Layer already exists [2024-06-18T02:41:19.559Z] main: digest: sha256:45571410ffaef00683c7a23d7f1caa8a7f805b3e4ee2d3fe2d264d4b35eec998 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T02:41:19.630Z] ===================================================== [Pipeline] echo [2024-06-18T02:41:19.643Z] taggedImages: [2024-06-18T02:41:19.643Z] - nexus3.edgexfoundry.org:10004/support-scheduler:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T02:41:19.643Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-06-18T02:41:19.643Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.25 [2024-06-18T02:41:19.643Z] - nexus3.edgexfoundry.org:10004/support-scheduler:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T02:41:19.643Z] - 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-06-18T02:53:45.387Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3919 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-06-18T02:53:45.404Z] Running in /w/workspace/edgex-go/643 [Pipeline] { [Pipeline] checkout [2024-06-18T02:53:48.476Z] The recommended git tool is: git [2024-06-18T02:53:57.386Z] using credential edgex-jenkins-ssh [2024-06-18T02:53:57.413Z] Cloning the remote Git repository [2024-06-18T02:53:57.479Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-06-18T02:53:57.600Z] > git init /w/workspace/edgex-go/643 # timeout=10 [2024-06-18T02:53:57.837Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-06-18T02:53:57.838Z] > git --version # timeout=10 [2024-06-18T02:53:57.883Z] > git --version # 'git version 2.25.1' [2024-06-18T02:53:57.887Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-06-18T02:53:58.207Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-06-18T02:54:18.051Z] Avoid second fetch [2024-06-18T02:54:18.052Z] Checking out Revision b1cf5992efcdcb25540593e782c82dc6cf42b659 (main) [2024-06-18T02:54:16.966Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-06-18T02:54:16.993Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-06-18T02:54:18.071Z] > git config core.sparsecheckout # timeout=10 [2024-06-18T02:54:18.939Z] Commit message: "Merge pull request #4805 from edgexfoundry/dependabot/go_modules/github.com/spiffe/go-spiffe/v2-2.3.0" [2024-06-18T02:54:18.149Z] > git checkout -f b1cf5992efcdcb25540593e782c82dc6cf42b659 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-06-18T02:54:23.689Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-06-18T02:54:23.689Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-06-18T02:54:23.689Z] Dload Upload Total Spent Left Speed [2024-06-18T02:54:23.689Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 250k 0 --:--:-- --:--:-- --:--:-- 255k [Pipeline] sh [2024-06-18T02:54:24.034Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-06-18T02:54:24.369Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-06-18T02:54:24.369Z] + sudo tee /etc/docker/daemon.new [2024-06-18T02:54:24.369Z] { [2024-06-18T02:54:24.369Z] "registry-mirrors": [ [2024-06-18T02:54:24.369Z] "https://nexus3.edgexfoundry.org:10001" [2024-06-18T02:54:24.369Z] ], [2024-06-18T02:54:24.369Z] "bip": "10.250.0.254/24", [2024-06-18T02:54:24.369Z] "hosts": [ [2024-06-18T02:54:24.369Z] "tcp://0.0.0.0:5555", [2024-06-18T02:54:24.369Z] "unix:///var/run/docker.sock" [2024-06-18T02:54:24.369Z] ], [2024-06-18T02:54:24.369Z] "mtu": 1458, [2024-06-18T02:54:24.369Z] "selinux-enabled": true, [2024-06-18T02:54:24.369Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-06-18T02:54:24.369Z] } [Pipeline] sh [2024-06-18T02:54:24.708Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-06-18T02:54:25.044Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-06-18T02:54:43.353Z] provisioning config files... [2024-06-18T02:54:43.384Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/643@tmp/config9752047180691915631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-06-18T02:54:43.855Z] ---> ****-login.sh [2024-06-18T02:54:43.855Z] nexus3.edgexfoundry.org:10001 [2024-06-18T02:54:44.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T02:54:44.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T02:54:44.446Z] Configure a credential helper to remove this warning. See [2024-06-18T02:54:44.446Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T02:54:44.446Z] [2024-06-18T02:54:44.446Z] Login Succeeded [2024-06-18T02:54:44.446Z] nexus3.edgexfoundry.org:10002 [2024-06-18T02:54:44.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T02:54:44.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T02:54:44.987Z] Configure a credential helper to remove this warning. See [2024-06-18T02:54:44.987Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T02:54:44.987Z] [2024-06-18T02:54:44.987Z] Login Succeeded [2024-06-18T02:54:44.987Z] nexus3.edgexfoundry.org:10003 [2024-06-18T02:54:45.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T02:54:45.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T02:54:45.256Z] Configure a credential helper to remove this warning. See [2024-06-18T02:54:45.256Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T02:54:45.256Z] [2024-06-18T02:54:45.256Z] Login Succeeded [2024-06-18T02:54:45.256Z] nexus3.edgexfoundry.org:10004 [2024-06-18T02:54:45.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T02:54:45.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T02:54:45.799Z] Configure a credential helper to remove this warning. See [2024-06-18T02:54:45.799Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T02:54:45.799Z] [2024-06-18T02:54:45.799Z] Login Succeeded [2024-06-18T02:54:45.799Z] ****.io [2024-06-18T02:54:45.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T02:54:46.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T02:54:46.079Z] Configure a credential helper to remove this warning. See [2024-06-18T02:54:46.079Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T02:54:46.079Z] [2024-06-18T02:54:46.079Z] Login Succeeded [2024-06-18T02:54:46.079Z] ---> ****-login.sh ends [Pipeline] } [2024-06-18T02:54:46.095Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-06-18T02:54:46.822Z] + git config --global --add safe.directory /w/workspace/edgex-go/643 [Pipeline] echo [2024-06-18T02:54:46.843Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-06-18T02:54:46.867Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-06-18T02:54:46.889Z] ========================================================= [2024-06-18T02:54:46.889Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-06-18T02:54:46.889Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-06-18T02:54:47.230Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-06-18T02:54:47.508Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-06-18T02:54:47.508Z] c6b39de5b339: Pulling fs layer [2024-06-18T02:54:47.508Z] a69c41024577: Pulling fs layer [2024-06-18T02:54:47.508Z] d6de4b400683: Pulling fs layer [2024-06-18T02:54:47.508Z] 35cb2a7552d0: Pulling fs layer [2024-06-18T02:54:47.508Z] 4f4fb700ef54: Pulling fs layer [2024-06-18T02:54:47.508Z] 464afbd9ba4c: Pulling fs layer [2024-06-18T02:54:47.508Z] 00f215d4a9da: Pulling fs layer [2024-06-18T02:54:47.508Z] d496ad576159: Pulling fs layer [2024-06-18T02:54:47.508Z] 35cb2a7552d0: Waiting [2024-06-18T02:54:47.508Z] 464afbd9ba4c: Waiting [2024-06-18T02:54:47.508Z] 00f215d4a9da: Waiting [2024-06-18T02:54:47.508Z] 4f4fb700ef54: Waiting [2024-06-18T02:54:47.508Z] d496ad576159: Waiting [2024-06-18T02:54:47.508Z] a69c41024577: Verifying Checksum [2024-06-18T02:54:47.508Z] a69c41024577: Download complete [2024-06-18T02:54:47.508Z] 35cb2a7552d0: Verifying Checksum [2024-06-18T02:54:47.508Z] 35cb2a7552d0: Download complete [2024-06-18T02:54:47.508Z] 4f4fb700ef54: Verifying Checksum [2024-06-18T02:54:47.508Z] 4f4fb700ef54: Download complete [2024-06-18T02:54:47.508Z] c6b39de5b339: Download complete [2024-06-18T02:54:47.508Z] 464afbd9ba4c: Verifying Checksum [2024-06-18T02:54:47.508Z] 464afbd9ba4c: Download complete [2024-06-18T02:54:48.116Z] d496ad576159: Verifying Checksum [2024-06-18T02:54:48.116Z] d496ad576159: Download complete [2024-06-18T02:54:48.723Z] c6b39de5b339: Pull complete [2024-06-18T02:54:49.322Z] a69c41024577: Pull complete [2024-06-18T02:54:49.597Z] d6de4b400683: Verifying Checksum [2024-06-18T02:54:49.597Z] d6de4b400683: Download complete [2024-06-18T02:54:51.022Z] 00f215d4a9da: Verifying Checksum [2024-06-18T02:54:51.022Z] 00f215d4a9da: Download complete [2024-06-18T02:55:03.391Z] d6de4b400683: Pull complete [2024-06-18T02:55:03.391Z] 35cb2a7552d0: Pull complete [2024-06-18T02:55:03.662Z] 4f4fb700ef54: Pull complete [2024-06-18T02:55:03.937Z] 464afbd9ba4c: Pull complete [2024-06-18T02:55:12.170Z] 00f215d4a9da: Pull complete [2024-06-18T02:55:14.113Z] d496ad576159: Pull complete [2024-06-18T02:55:14.113Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-06-18T02:55:14.113Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-06-18T02:55:14.113Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-06-18T02:55:14.451Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-06-18T02:55:14.451Z] WORKDIR /edgex [2024-06-18T02:55:14.451Z] COPY go.mod . [2024-06-18T02:55:14.451Z] RUN go mod download [2024-06-18T02:55:14.451Z] + docker build -t ci-base-image-arm64 -f - . [2024-06-18T02:55:15.042Z] Sending build context to Docker daemon 3.004MB [2024-06-18T02:55:15.042Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-06-18T02:55:15.042Z] ---> f246e2811388 [2024-06-18T02:55:15.042Z] Step 2/4 : WORKDIR /edgex [2024-06-18T02:55:16.994Z] ---> Running in a8ad8142d331 [2024-06-18T02:55:17.263Z] Removing intermediate container a8ad8142d331 [2024-06-18T02:55:17.263Z] ---> 41fdac4e0547 [2024-06-18T02:55:17.263Z] Step 3/4 : COPY go.mod . [2024-06-18T02:55:17.536Z] ---> af256d8cd01b [2024-06-18T02:55:17.536Z] Step 4/4 : RUN go mod download [2024-06-18T02:55:17.805Z] ---> Running in 4547842c61bc [2024-06-18T02:56:25.719Z] Removing intermediate container 4547842c61bc [2024-06-18T02:56:25.720Z] ---> 194e17ba91b8 [2024-06-18T02:56:25.720Z] Successfully built 194e17ba91b8 [2024-06-18T02:56:25.720Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:56:26.073Z] + docker inspect -f . ci-base-image-arm64 [2024-06-18T02:56:26.073Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-18T02:56:26.387Z] prd-ubuntu20.04-docker-arm64-4c-16g-3919 does not seem to be running inside a container [2024-06-18T02:56:26.481Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@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-06-18T02:56:27.759Z] $ docker top 0ce7f6edea673e0b78ee147efeb0eff3e826dc427f9816371ecd76181b4f0f69 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-06-18T02:56:28.649Z] + go version [2024-06-18T02:56:28.649Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-06-18T02:56:28.667Z] $ docker stop --time=1 0ce7f6edea673e0b78ee147efeb0eff3e826dc427f9816371ecd76181b4f0f69 [2024-06-18T02:56:30.325Z] $ docker rm -f --volumes 0ce7f6edea673e0b78ee147efeb0eff3e826dc427f9816371ecd76181b4f0f69 [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-06-18T02:56:31.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-06-18T02:56:31.055Z] [2024-06-18T02:56:31.055Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T02:56:31.409Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-06-18T02:56:31.409Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-06-18T02:56:31.409Z] 547446be3368: Pulling fs layer [2024-06-18T02:56:31.409Z] d125d8839a47: Pulling fs layer [2024-06-18T02:56:31.409Z] 3e85d5ac6304: Pulling fs layer [2024-06-18T02:56:31.409Z] c3105a71a48b: Pulling fs layer [2024-06-18T02:56:31.409Z] 0f093f025ec4: Pulling fs layer [2024-06-18T02:56:31.409Z] c3106fc0e877: Pulling fs layer [2024-06-18T02:56:31.409Z] c3105a71a48b: Waiting [2024-06-18T02:56:31.409Z] 0f093f025ec4: Waiting [2024-06-18T02:56:31.409Z] c3106fc0e877: Waiting [2024-06-18T02:56:31.687Z] 547446be3368: Verifying Checksum [2024-06-18T02:56:31.687Z] 547446be3368: Download complete [2024-06-18T02:56:31.687Z] c3105a71a48b: Download complete [2024-06-18T02:56:32.275Z] d125d8839a47: Verifying Checksum [2024-06-18T02:56:32.275Z] d125d8839a47: Download complete [2024-06-18T02:56:32.275Z] c3106fc0e877: Verifying Checksum [2024-06-18T02:56:32.275Z] c3106fc0e877: Download complete [2024-06-18T02:56:32.275Z] 0f093f025ec4: Verifying Checksum [2024-06-18T02:56:32.275Z] 0f093f025ec4: Download complete [2024-06-18T02:56:32.544Z] 547446be3368: Pull complete [2024-06-18T02:56:33.965Z] d125d8839a47: Pull complete [2024-06-18T02:56:34.551Z] 3e85d5ac6304: Verifying Checksum [2024-06-18T02:56:34.551Z] 3e85d5ac6304: Download complete [2024-06-18T02:56:44.642Z] 3e85d5ac6304: Pull complete [2024-06-18T02:56:44.642Z] c3105a71a48b: Pull complete [2024-06-18T02:56:45.606Z] 0f093f025ec4: Pull complete [2024-06-18T02:56:45.876Z] c3106fc0e877: Pull complete [2024-06-18T02:56:45.876Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-06-18T02:56:45.876Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-06-18T02:56:45.876Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-18T02:56:46.103Z] prd-ubuntu20.04-docker-arm64-4c-16g-3919 does not seem to be running inside a container [2024-06-18T02:56:46.179Z] $ 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/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@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-06-18T02:56:48.351Z] $ docker top 4604a998dcc13af04bb57ee521bfb380c58fbcf609e0d98e0aa160886a1a043e -eo pid,comm [Pipeline] { [Pipeline] sh [2024-06-18T02:56:49.188Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-06-18T02:56:59.285Z] #1 [core-metadata internal] load build definition from Dockerfile [2024-06-18T02:56:59.285Z] #1 transferring dockerfile: [2024-06-18T02:56:59.285Z] #1 transferring dockerfile: 2.06kB 0.0s done [2024-06-18T02:56:59.285Z] #1 DONE 0.1s [2024-06-18T02:56:59.285Z] [2024-06-18T02:56:59.285Z] #2 [security-spire-server internal] load build definition from Dockerfile [2024-06-18T02:56:59.285Z] #2 transferring dockerfile: 1.70kB done [2024-06-18T02:56:59.285Z] #2 DONE 0.0s [2024-06-18T02:56:59.285Z] [2024-06-18T02:56:59.285Z] #3 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-06-18T02:56:59.285Z] #3 transferring dockerfile: 1.89kB 0.0s done [2024-06-18T02:56:59.285Z] #3 DONE 0.1s [2024-06-18T02:56:59.285Z] [2024-06-18T02:56:59.285Z] #4 [core-command internal] load build definition from Dockerfile [2024-06-18T02:56:59.285Z] #4 transferring dockerfile: 1.93kB done [2024-06-18T02:56:59.285Z] #4 DONE 0.1s [2024-06-18T02:56:59.285Z] [2024-06-18T02:56:59.285Z] #5 [security-secretstore-setup internal] load build definition from Dockerfile [2024-06-18T02:56:59.285Z] #5 transferring dockerfile: 2.49kB 0.0s done [2024-06-18T02:56:59.285Z] #5 DONE 0.1s [2024-06-18T02:56:59.285Z] [2024-06-18T02:56:59.285Z] #6 [core-data internal] load build definition from Dockerfile [2024-06-18T02:56:59.285Z] #6 transferring dockerfile: 2.01kB done [2024-06-18T02:56:59.285Z] #6 DONE 0.1s [2024-06-18T02:56:59.285Z] [2024-06-18T02:56:59.285Z] #7 [support-scheduler internal] load build definition from Dockerfile [2024-06-18T02:56:59.285Z] #7 transferring dockerfile: 1.93kB 0.0s done [2024-06-18T02:56:59.285Z] #7 DONE 0.1s [2024-06-18T02:56:59.285Z] [2024-06-18T02:56:59.285Z] #8 [security-spire-agent internal] load build definition from Dockerfile [2024-06-18T02:56:59.285Z] #8 transferring dockerfile: 1.81kB 0.0s done [2024-06-18T02:56:59.285Z] #8 DONE 0.1s [2024-06-18T02:56:59.285Z] [2024-06-18T02:56:59.285Z] #9 [security-spire-config internal] load build definition from Dockerfile [2024-06-18T02:56:59.285Z] #9 transferring dockerfile: 1.69kB done [2024-06-18T02:56:59.285Z] #9 DONE 0.1s [2024-06-18T02:56:59.285Z] [2024-06-18T02:56:59.285Z] #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-06-18T02:56:59.285Z] #10 transferring dockerfile: 2.23kB done [2024-06-18T02:56:59.285Z] #10 DONE 0.1s [2024-06-18T02:56:59.285Z] [2024-06-18T02:56:59.285Z] #11 [security-proxy-setup internal] load build definition from Dockerfile [2024-06-18T02:56:59.554Z] #11 transferring dockerfile: 2.50kB 0.0s done [2024-06-18T02:56:59.554Z] #11 DONE 0.1s [2024-06-18T02:56:59.554Z] [2024-06-18T02:56:59.554Z] #12 [security-bootstrapper internal] load build definition from Dockerfile [2024-06-18T02:56:59.554Z] #12 transferring dockerfile: 2.93kB 0.0s done [2024-06-18T02:56:59.554Z] #12 DONE 0.1s [2024-06-18T02:56:59.554Z] [2024-06-18T02:56:59.554Z] #13 [support-notifications internal] load build definition from Dockerfile [2024-06-18T02:56:59.554Z] #13 transferring dockerfile: 1.95kB done [2024-06-18T02:56:59.554Z] #13 DONE 0.1s [2024-06-18T02:56:59.554Z] [2024-06-18T02:56:59.554Z] #14 [security-proxy-auth internal] load build definition from Dockerfile [2024-06-18T02:56:59.821Z] #14 transferring dockerfile: 2.15kB done [2024-06-18T02:56:59.821Z] #14 DONE 0.1s [2024-06-18T02:56:59.821Z] [2024-06-18T02:56:59.821Z] #15 [core-metadata internal] load .dockerignore [2024-06-18T02:56:59.821Z] #15 transferring context: 50B 0.0s done [2024-06-18T02:56:59.821Z] #15 DONE 0.1s [2024-06-18T02:57:00.409Z] [2024-06-18T02:57:00.409Z] #16 [security-spire-server internal] load .dockerignore [2024-06-18T02:57:00.409Z] #16 transferring context: 50B done [2024-06-18T02:57:00.409Z] #16 DONE 0.0s [2024-06-18T02:57:00.678Z] [2024-06-18T02:57:00.678Z] #17 [security-spiffe-token-provider internal] load .dockerignore [2024-06-18T02:57:00.678Z] #17 transferring context: 50B 0.0s done [2024-06-18T02:57:00.678Z] #17 DONE 0.0s [2024-06-18T02:57:00.678Z] [2024-06-18T02:57:00.678Z] #18 [core-command internal] load .dockerignore [2024-06-18T02:57:00.678Z] #18 transferring context: 50B 0.0s done [2024-06-18T02:57:00.678Z] #18 DONE 0.1s [2024-06-18T02:57:00.678Z] [2024-06-18T02:57:00.678Z] #19 [security-secretstore-setup internal] load .dockerignore [2024-06-18T02:57:00.678Z] #19 transferring context: 50B done [2024-06-18T02:57:00.678Z] #19 DONE 0.1s [2024-06-18T02:57:00.678Z] [2024-06-18T02:57:00.678Z] #20 [core-data internal] load .dockerignore [2024-06-18T02:57:00.678Z] #20 transferring context: 50B 0.0s done [2024-06-18T02:57:00.678Z] #20 DONE 0.1s [2024-06-18T02:57:00.678Z] [2024-06-18T02:57:00.678Z] #21 [support-scheduler internal] load .dockerignore [2024-06-18T02:57:00.678Z] #21 transferring context: 50B 0.0s done [2024-06-18T02:57:00.947Z] #21 DONE 0.1s [2024-06-18T02:57:00.947Z] [2024-06-18T02:57:00.947Z] #22 [security-spire-agent internal] load .dockerignore [2024-06-18T02:57:00.947Z] #22 transferring context: 50B done [2024-06-18T02:57:00.947Z] #22 DONE 0.1s [2024-06-18T02:57:00.947Z] [2024-06-18T02:57:00.947Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2024-06-18T02:57:01.218Z] #23 transferring context: 50B done [2024-06-18T02:57:01.218Z] #23 DONE 0.1s [2024-06-18T02:57:01.218Z] [2024-06-18T02:57:01.218Z] #24 [security-proxy-setup internal] load .dockerignore [2024-06-18T02:57:01.218Z] #24 transferring context: 50B 0.0s done [2024-06-18T02:57:01.218Z] #24 DONE 0.1s [2024-06-18T02:57:01.218Z] [2024-06-18T02:57:01.218Z] #25 [security-bootstrapper internal] load .dockerignore [2024-06-18T02:57:01.218Z] #25 transferring context: 50B done [2024-06-18T02:57:01.218Z] #25 DONE 0.1s [2024-06-18T02:57:01.218Z] [2024-06-18T02:57:01.218Z] #26 [support-notifications internal] load .dockerignore [2024-06-18T02:57:01.218Z] #26 transferring context: 50B 0.0s done [2024-06-18T02:57:01.218Z] #26 DONE 0.1s [2024-06-18T02:57:01.218Z] [2024-06-18T02:57:01.218Z] #27 [security-proxy-auth internal] load .dockerignore [2024-06-18T02:57:01.485Z] #27 transferring context: 50B done [2024-06-18T02:57:01.485Z] #27 DONE 0.1s [2024-06-18T02:57:01.485Z] [2024-06-18T02:57:01.485Z] #28 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-06-18T02:57:01.485Z] #28 DONE 0.0s [2024-06-18T02:57:01.485Z] [2024-06-18T02:57:01.485Z] #29 [security-spire-config internal] load .dockerignore [2024-06-18T02:57:01.485Z] #29 transferring context: 50B done [2024-06-18T02:57:01.485Z] #29 ... [2024-06-18T02:57:01.485Z] [2024-06-18T02:57:01.485Z] #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-06-18T02:57:01.485Z] #30 DONE 0.2s [2024-06-18T02:57:01.485Z] [2024-06-18T02:57:01.485Z] #31 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:57:01.485Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-06-18T02:57:01.485Z] #31 DONE 0.0s [2024-06-18T02:57:01.751Z] [2024-06-18T02:57:01.751Z] #31 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:57:01.751Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-06-18T02:57:01.751Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-06-18T02:57:01.751Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-06-18T02:57:01.751Z] #31 DONE 0.2s [2024-06-18T02:57:01.751Z] [2024-06-18T02:57:01.751Z] #32 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-06-18T02:57:02.335Z] #32 ... [2024-06-18T02:57:02.335Z] [2024-06-18T02:57:02.335Z] #33 [core-metadata internal] load build context [2024-06-18T02:57:02.335Z] #33 transferring context: 2.64MB 0.5s done [2024-06-18T02:57:02.335Z] #33 DONE 0.6s [2024-06-18T02:57:02.335Z] [2024-06-18T02:57:02.335Z] #30 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 [2024-06-18T02:57:02.335Z] #30 DONE 0.2s [2024-06-18T02:57:02.335Z] [2024-06-18T02:57:02.335Z] #34 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-06-18T02:57:02.608Z] #34 ... [2024-06-18T02:57:02.608Z] [2024-06-18T02:57:02.608Z] #28 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-06-18T02:57:02.608Z] #28 DONE 0.0s [2024-06-18T02:57:02.608Z] [2024-06-18T02:57:02.608Z] #31 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:57:02.608Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-06-18T02:57:02.608Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-06-18T02:57:02.608Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-06-18T02:57:02.608Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-06-18T02:57:02.608Z] #31 DONE 0.4s [2024-06-18T02:57:02.608Z] [2024-06-18T02:57:02.608Z] #35 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-06-18T02:57:02.608Z] #35 DONE 1.5s [2024-06-18T02:57:02.608Z] [2024-06-18T02:57:02.608Z] #28 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-06-18T02:57:02.608Z] #28 DONE 0.0s [2024-06-18T02:57:02.608Z] [2024-06-18T02:57:02.608Z] #36 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-06-18T02:57:02.875Z] #36 ... [2024-06-18T02:57:02.875Z] [2024-06-18T02:57:02.875Z] #31 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:57:02.875Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-06-18T02:57:02.875Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-06-18T02:57:02.875Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-06-18T02:57:02.875Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-06-18T02:57:02.875Z] #31 DONE 0.5s [2024-06-18T02:57:02.875Z] [2024-06-18T02:57:02.875Z] #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-06-18T02:57:02.875Z] #30 DONE 0.4s [2024-06-18T02:57:02.875Z] [2024-06-18T02:57:02.875Z] #35 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-06-18T02:57:02.875Z] #35 DONE 1.6s [2024-06-18T02:57:02.875Z] [2024-06-18T02:57:02.875Z] #37 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-06-18T02:57:02.875Z] #37 DONE 0.6s [2024-06-18T02:57:02.875Z] [2024-06-18T02:57:02.875Z] #31 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:57:02.875Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-06-18T02:57:02.875Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-06-18T02:57:02.875Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-06-18T02:57:02.875Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-06-18T02:57:02.875Z] #31 DONE 0.5s [2024-06-18T02:57:02.875Z] [2024-06-18T02:57:02.875Z] #28 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-06-18T02:57:02.875Z] #28 DONE 0.0s [2024-06-18T02:57:02.875Z] [2024-06-18T02:57:02.875Z] #35 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-06-18T02:57:02.875Z] #35 DONE 1.6s [2024-06-18T02:57:02.875Z] [2024-06-18T02:57:02.875Z] #37 [core-command builder 2/7] WORKDIR /edgex-go [2024-06-18T02:57:02.875Z] #37 DONE 0.6s [2024-06-18T02:57:02.875Z] [2024-06-18T02:57:02.875Z] #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-06-18T02:57:03.460Z] #30 DONE 1.0s [2024-06-18T02:57:03.460Z] [2024-06-18T02:57:03.460Z] #31 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:57:03.460Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-06-18T02:57:03.460Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-06-18T02:57:03.460Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-06-18T02:57:03.460Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-06-18T02:57:03.460Z] #31 DONE 0.5s [2024-06-18T02:57:03.460Z] [2024-06-18T02:57:03.460Z] #35 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-06-18T02:57:03.460Z] #35 DONE 1.6s [2024-06-18T02:57:03.460Z] [2024-06-18T02:57:03.460Z] #37 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-06-18T02:57:03.460Z] #37 DONE 0.7s [2024-06-18T02:57:03.460Z] [2024-06-18T02:57:03.460Z] #38 [security-secretstore-setup internal] load build context [2024-06-18T02:57:03.727Z] #38 ... [2024-06-18T02:57:03.727Z] [2024-06-18T02:57:03.727Z] #28 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-06-18T02:57:03.727Z] #28 DONE 0.0s [2024-06-18T02:57:03.727Z] [2024-06-18T02:57:03.727Z] #39 [security-spiffe-token-provider internal] load build context [2024-06-18T02:57:03.727Z] #39 transferring context: 2.64MB 0.7s done [2024-06-18T02:57:03.727Z] #39 DONE 1.0s [2024-06-18T02:57:03.727Z] [2024-06-18T02:57:03.727Z] #38 [security-secretstore-setup internal] load build context [2024-06-18T02:57:03.997Z] #38 ... [2024-06-18T02:57:03.997Z] [2024-06-18T02:57:03.997Z] #28 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-06-18T02:57:03.997Z] #28 DONE 0.0s [2024-06-18T02:57:03.997Z] [2024-06-18T02:57:03.997Z] #38 [security-secretstore-setup internal] load build context [2024-06-18T02:57:03.997Z] #38 transferring context: 2.64MB 1.1s done [2024-06-18T02:57:03.997Z] #38 ... [2024-06-18T02:57:03.997Z] [2024-06-18T02:57:03.997Z] #28 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-06-18T02:57:03.997Z] #28 DONE 0.1s [2024-06-18T02:57:04.263Z] [2024-06-18T02:57:04.263Z] #31 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:57:04.263Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-06-18T02:57:04.263Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-06-18T02:57:04.263Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-06-18T02:57:04.263Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-06-18T02:57:04.264Z] #31 DONE 0.6s [2024-06-18T02:57:04.264Z] [2024-06-18T02:57:04.264Z] #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-06-18T02:57:04.264Z] #34 DONE 1.8s [2024-06-18T02:57:04.264Z] [2024-06-18T02:57:04.264Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:04.264Z] #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:04.264Z] #40 ... [2024-06-18T02:57:04.264Z] [2024-06-18T02:57:04.264Z] #28 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-06-18T02:57:04.264Z] #28 DONE 0.1s [2024-06-18T02:57:04.264Z] [2024-06-18T02:57:04.264Z] #38 [security-secretstore-setup internal] load build context [2024-06-18T02:57:04.264Z] #38 DONE 1.5s [2024-06-18T02:57:04.538Z] [2024-06-18T02:57:04.538Z] #41 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-06-18T02:57:04.538Z] #41 ... [2024-06-18T02:57:04.538Z] [2024-06-18T02:57:04.538Z] #31 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:57:04.538Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-06-18T02:57:04.538Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-06-18T02:57:04.538Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-06-18T02:57:04.538Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-06-18T02:57:04.538Z] #31 DONE 0.7s [2024-06-18T02:57:04.538Z] [2024-06-18T02:57:04.538Z] #35 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-06-18T02:57:04.538Z] #35 DONE 1.8s [2024-06-18T02:57:04.538Z] [2024-06-18T02:57:04.538Z] #37 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-06-18T02:57:04.538Z] #37 DONE 0.8s [2024-06-18T02:57:04.538Z] [2024-06-18T02:57:04.538Z] #28 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-06-18T02:57:04.538Z] #28 DONE 0.1s [2024-06-18T02:57:04.538Z] [2024-06-18T02:57:04.538Z] #42 [core-command internal] load build context [2024-06-18T02:57:04.538Z] #42 transferring context: 2.64MB 1.3s done [2024-06-18T02:57:04.538Z] #42 DONE 1.8s [2024-06-18T02:57:04.806Z] [2024-06-18T02:57:04.806Z] #31 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:57:04.806Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-06-18T02:57:04.806Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-06-18T02:57:04.806Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-06-18T02:57:04.806Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-06-18T02:57:04.806Z] #31 DONE 0.7s [2024-06-18T02:57:04.806Z] [2024-06-18T02:57:04.806Z] #35 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-06-18T02:57:04.806Z] #35 DONE 1.8s [2024-06-18T02:57:04.806Z] [2024-06-18T02:57:04.806Z] #37 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-06-18T02:57:04.806Z] #37 DONE 0.8s [2024-06-18T02:57:04.806Z] [2024-06-18T02:57:04.806Z] #43 [support-notifications internal] load build context [2024-06-18T02:57:04.806Z] #43 DONE 0.0s [2024-06-18T02:57:04.806Z] [2024-06-18T02:57:04.806Z] #44 [security-bootstrapper internal] load build context [2024-06-18T02:57:04.806Z] #44 DONE 0.0s [2024-06-18T02:57:04.806Z] [2024-06-18T02:57:04.806Z] #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-06-18T02:57:04.806Z] #45 DONE 1.7s [2024-06-18T02:57:04.806Z] [2024-06-18T02:57:04.806Z] #46 [security-proxy-setup internal] load build context [2024-06-18T02:57:05.074Z] #46 ... [2024-06-18T02:57:05.074Z] [2024-06-18T02:57:05.074Z] #31 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:57:05.074Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-06-18T02:57:05.074Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-06-18T02:57:05.074Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-06-18T02:57:05.074Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-06-18T02:57:05.074Z] #31 DONE 0.7s [2024-06-18T02:57:05.074Z] [2024-06-18T02:57:05.074Z] #47 [security-spire-config internal] load build context [2024-06-18T02:57:05.074Z] #47 transferring context: 24.94kB 0.1s done [2024-06-18T02:57:05.074Z] #47 DONE 1.0s [2024-06-18T02:57:05.074Z] [2024-06-18T02:57:05.074Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-06-18T02:57:05.074Z] #48 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-06-18T02:57:05.346Z] #48 ... [2024-06-18T02:57:05.346Z] [2024-06-18T02:57:05.346Z] #49 [security-spire-server internal] load build context [2024-06-18T02:57:05.346Z] #49 transferring context: 26.69kB 0.1s done [2024-06-18T02:57:05.346Z] #49 DONE 1.1s [2024-06-18T02:57:05.346Z] [2024-06-18T02:57:05.346Z] #50 [support-scheduler internal] load build context [2024-06-18T02:57:05.938Z] #50 ... [2024-06-18T02:57:05.938Z] [2024-06-18T02:57:05.938Z] #51 [core-data internal] load build context [2024-06-18T02:57:05.938Z] #51 transferring context: 2.64MB 1.6s done [2024-06-18T02:57:05.938Z] #51 DONE 2.3s [2024-06-18T02:57:05.938Z] [2024-06-18T02:57:05.938Z] #50 [support-scheduler internal] load build context [2024-06-18T02:57:06.207Z] #50 transferring context: 2.64MB 2.1s done [2024-06-18T02:57:06.478Z] #50 DONE 3.0s [2024-06-18T02:57:06.478Z] [2024-06-18T02:57:06.478Z] #46 [security-proxy-setup internal] load build context [2024-06-18T02:57:07.063Z] #46 ... [2024-06-18T02:57:07.063Z] [2024-06-18T02:57:07.063Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-06-18T02:57:07.063Z] #48 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 2.0s done [2024-06-18T02:57:07.063Z] #48 DONE 2.1s [2024-06-18T02:57:07.063Z] [2024-06-18T02:57:07.063Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2024-06-18T02:57:07.063Z] #30 DONE 4.1s [2024-06-18T02:57:07.063Z] [2024-06-18T02:57:07.063Z] #46 [security-proxy-setup internal] load build context [2024-06-18T02:57:07.330Z] #46 ... [2024-06-18T02:57:07.330Z] [2024-06-18T02:57:07.330Z] #31 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-06-18T02:57:07.330Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-06-18T02:57:07.330Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-06-18T02:57:07.330Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-06-18T02:57:07.330Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-06-18T02:57:07.330Z] #31 DONE 0.7s [2024-06-18T02:57:07.330Z] [2024-06-18T02:57:07.330Z] #35 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-06-18T02:57:07.330Z] #35 DONE 1.8s [2024-06-18T02:57:07.330Z] [2024-06-18T02:57:07.330Z] #37 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-06-18T02:57:07.330Z] #37 DONE 0.8s [2024-06-18T02:57:07.330Z] [2024-06-18T02:57:07.330Z] #46 [security-proxy-setup internal] load build context [2024-06-18T02:57:07.330Z] #46 ... [2024-06-18T02:57:07.330Z] [2024-06-18T02:57:07.330Z] #52 [security-proxy-auth internal] load build context [2024-06-18T02:57:07.331Z] #52 DONE 0.1s [2024-06-18T02:57:07.331Z] [2024-06-18T02:57:07.331Z] #46 [security-proxy-setup internal] load build context [2024-06-18T02:57:07.927Z] #46 ... [2024-06-18T02:57:07.927Z] [2024-06-18T02:57:07.927Z] #53 [security-spire-agent internal] load build context [2024-06-18T02:57:07.927Z] #53 transferring context: 26.22kB 0.5s done [2024-06-18T02:57:07.927Z] #53 DONE 2.8s [2024-06-18T02:57:07.927Z] [2024-06-18T02:57:07.927Z] #46 [security-proxy-setup internal] load build context [2024-06-18T02:57:10.528Z] #46 transferring context: 2.64MB 4.4s done [2024-06-18T02:57:10.528Z] #46 DONE 5.8s [2024-06-18T02:57:10.528Z] [2024-06-18T02:57:10.528Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:10.528Z] #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.5s done [2024-06-18T02:57:10.528Z] #40 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-06-18T02:57:10.528Z] #40 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2024-06-18T02:57:10.528Z] #40 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2024-06-18T02:57:10.528Z] #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 1.3s done [2024-06-18T02:57:10.528Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 1.8s done [2024-06-18T02:57:10.528Z] #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 2.3s done [2024-06-18T02:57:10.528Z] #40 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.1s done [2024-06-18T02:57:10.528Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 3.3s [2024-06-18T02:57:11.506Z] #40 ... [2024-06-18T02:57:11.506Z] [2024-06-18T02:57:11.506Z] #54 [core-common-config-bootstrapper internal] load build context [2024-06-18T02:57:11.506Z] #54 transferring context: 2.64MB 4.0s done [2024-06-18T02:57:11.506Z] #54 DONE 6.2s [2024-06-18T02:57:11.506Z] [2024-06-18T02:57:11.506Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:11.506Z] #40 ... [2024-06-18T02:57:11.506Z] [2024-06-18T02:57:11.506Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-06-18T02:57:11.506Z] #48 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-06-18T02:57:11.506Z] #48 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2024-06-18T02:57:11.506Z] #48 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2024-06-18T02:57:11.506Z] #48 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done [2024-06-18T02:57:11.506Z] #48 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.7s done [2024-06-18T02:57:11.506Z] #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 2.82MB / 17.12MB 2.7s [2024-06-18T02:57:11.506Z] #48 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 2.2s done [2024-06-18T02:57:11.506Z] #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 4.11MB / 17.12MB 2.9s [2024-06-18T02:57:11.506Z] #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 5.10MB / 17.12MB 3.1s [2024-06-18T02:57:11.774Z] #48 ... [2024-06-18T02:57:11.774Z] [2024-06-18T02:57:11.774Z] #43 [support-notifications internal] load build context [2024-06-18T02:57:11.774Z] #43 transferring context: 2.64MB 5.0s done [2024-06-18T02:57:11.774Z] #43 DONE 6.7s [2024-06-18T02:57:11.774Z] [2024-06-18T02:57:11.774Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-06-18T02:57:12.359Z] #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 6.21MB / 17.12MB 3.8s [2024-06-18T02:57:12.631Z] #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 7.20MB / 17.12MB 3.9s [2024-06-18T02:57:12.904Z] #48 ... [2024-06-18T02:57:12.904Z] [2024-06-18T02:57:12.904Z] #32 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-06-18T02:57:12.904Z] #32 5.842 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:12.904Z] #32 6.538 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:12.904Z] #32 8.335 (1/1) Installing dumb-init (1.2.5-r2) [2024-06-18T02:57:12.904Z] #32 8.335 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:12.904Z] #32 8.482 OK: 8 MiB in 16 packages [2024-06-18T02:57:12.904Z] #32 DONE 11.7s [2024-06-18T02:57:12.904Z] [2024-06-18T02:57:12.904Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:12.904Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 3.92MB / 23.39MB 5.1s [2024-06-18T02:57:12.904Z] #40 ... [2024-06-18T02:57:12.904Z] [2024-06-18T02:57:12.904Z] #55 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-06-18T02:57:13.170Z] #55 ... [2024-06-18T02:57:13.170Z] [2024-06-18T02:57:13.170Z] #44 [security-bootstrapper internal] load build context [2024-06-18T02:57:13.170Z] #44 transferring context: 2.64MB 5.6s done [2024-06-18T02:57:13.170Z] #44 DONE 8.2s [2024-06-18T02:57:13.170Z] [2024-06-18T02:57:13.170Z] #56 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-06-18T02:57:13.170Z] #0 7.963 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:13.170Z] #0 9.086 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:13.170Z] #0 11.04 OK: 266 MiB in 52 packages [2024-06-18T02:57:13.170Z] #56 ... [2024-06-18T02:57:13.170Z] [2024-06-18T02:57:13.170Z] #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-06-18T02:57:13.170Z] #0 7.130 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:13.170Z] #0 8.258 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:13.170Z] #0 10.12 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-06-18T02:57:13.170Z] #0 10.12 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-06-18T02:57:13.170Z] #0 10.12 OK: 19951 distinct packages available [2024-06-18T02:57:13.436Z] #57 ... [2024-06-18T02:57:13.436Z] [2024-06-18T02:57:13.436Z] #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-06-18T02:57:13.436Z] #0 9.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:13.436Z] #0 9.981 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:13.436Z] #58 ... [2024-06-18T02:57:13.436Z] [2024-06-18T02:57:13.436Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:13.436Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 6.29MB / 23.39MB 6.3s [2024-06-18T02:57:13.705Z] #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae [2024-06-18T02:57:13.974Z] #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.3s done [2024-06-18T02:57:13.974Z] #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.3s done [2024-06-18T02:57:14.241Z] #40 ... [2024-06-18T02:57:14.241Z] [2024-06-18T02:57:14.241Z] #56 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-06-18T02:57:14.241Z] #56 DONE 12.3s [2024-06-18T02:57:14.241Z] [2024-06-18T02:57:14.241Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:14.241Z] #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.3s done [2024-06-18T02:57:14.241Z] #40 ... [2024-06-18T02:57:14.241Z] [2024-06-18T02:57:14.241Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-06-18T02:57:14.241Z] #59 10.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:14.241Z] #59 ... [2024-06-18T02:57:14.241Z] [2024-06-18T02:57:14.241Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-06-18T02:57:14.241Z] #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 11.53MB / 17.12MB 5.8s [2024-06-18T02:57:14.242Z] #48 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.2s done [2024-06-18T02:57:14.511Z] #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 12.58MB / 17.12MB 6.1s [2024-06-18T02:57:15.095Z] #48 ... [2024-06-18T02:57:15.095Z] [2024-06-18T02:57:15.095Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-06-18T02:57:15.095Z] #60 ... [2024-06-18T02:57:15.095Z] [2024-06-18T02:57:15.095Z] #52 [security-proxy-auth internal] load build context [2024-06-18T02:57:15.095Z] #52 transferring context: 2.64MB 5.0s done [2024-06-18T02:57:15.095Z] #52 DONE 7.8s [2024-06-18T02:57:15.095Z] [2024-06-18T02:57:15.095Z] #61 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-06-18T02:57:15.367Z] #61 ... [2024-06-18T02:57:15.367Z] [2024-06-18T02:57:15.367Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:15.367Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.33MB / 23.39MB 8.0s [2024-06-18T02:57:15.633Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.68MB / 23.39MB 8.3s [2024-06-18T02:57:15.633Z] #40 ... [2024-06-18T02:57:15.633Z] [2024-06-18T02:57:15.633Z] #62 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:57:15.633Z] #62 DONE 1.3s [2024-06-18T02:57:15.633Z] [2024-06-18T02:57:15.633Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:15.902Z] #40 ... [2024-06-18T02:57:15.902Z] [2024-06-18T02:57:15.902Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-06-18T02:57:15.902Z] #63 ... [2024-06-18T02:57:15.902Z] [2024-06-18T02:57:15.902Z] #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-06-18T02:57:15.902Z] #64 ... [2024-06-18T02:57:15.902Z] [2024-06-18T02:57:15.902Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-06-18T02:57:16.169Z] #65 ... [2024-06-18T02:57:16.169Z] [2024-06-18T02:57:16.169Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:16.169Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.62MB / 23.39MB 9.0s [2024-06-18T02:57:16.753Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 17.83MB / 23.39MB 9.4s [2024-06-18T02:57:16.753Z] #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 [2024-06-18T02:57:16.753Z] #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.1s done [2024-06-18T02:57:17.027Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.08MB / 23.39MB 9.9s [2024-06-18T02:57:17.293Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20.87MB / 23.39MB 10.2s [2024-06-18T02:57:17.875Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.07MB / 23.39MB 10.8s [2024-06-18T02:57:18.150Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 10.9s done [2024-06-18T02:57:18.427Z] #40 ... [2024-06-18T02:57:18.427Z] [2024-06-18T02:57:18.427Z] #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-06-18T02:57:18.427Z] #57 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:18.427Z] #57 11.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:18.427Z] #57 14.54 OK: 266 MiB in 52 packages [2024-06-18T02:57:18.427Z] #57 DONE 15.5s [2024-06-18T02:57:18.427Z] [2024-06-18T02:57:18.427Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-06-18T02:57:18.427Z] #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 7.5s done [2024-06-18T02:57:18.427Z] #48 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.1s done [2024-06-18T02:57:19.404Z] #48 ... [2024-06-18T02:57:19.404Z] [2024-06-18T02:57:19.404Z] #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-06-18T02:57:19.404Z] #58 12.39 (1/4) Installing ca-certificates (20240226-r0) [2024-06-18T02:57:19.404Z] #58 12.74 (2/4) Installing dumb-init (1.2.5-r2) [2024-06-18T02:57:19.404Z] #58 12.76 (3/4) Installing su-exec (0.2-r3) [2024-06-18T02:57:19.404Z] #58 12.85 (4/4) Installing yq (4.33.3-r5) [2024-06-18T02:57:19.404Z] #58 13.59 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:19.404Z] #58 13.69 Executing ca-certificates-20240226-r0.trigger [2024-06-18T02:57:19.404Z] #58 14.83 OK: 18 MiB in 19 packages [2024-06-18T02:57:19.404Z] #58 DONE 16.2s [2024-06-18T02:57:19.404Z] [2024-06-18T02:57:19.404Z] #66 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:57:19.404Z] #66 DONE 1.0s [2024-06-18T02:57:19.404Z] [2024-06-18T02:57:19.404Z] #67 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:57:22.007Z] #67 ... [2024-06-18T02:57:22.007Z] [2024-06-18T02:57:22.007Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-06-18T02:57:22.007Z] #59 11.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:22.007Z] #59 16.04 (1/1) Installing dumb-init (1.2.5-r2) [2024-06-18T02:57:22.007Z] #59 16.17 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:22.007Z] #59 16.28 OK: 8 MiB in 16 packages [2024-06-18T02:57:22.007Z] #59 DONE 17.6s [2024-06-18T02:57:22.007Z] [2024-06-18T02:57:22.007Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:22.007Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 2.8s [2024-06-18T02:57:22.597Z] #40 ... [2024-06-18T02:57:22.597Z] [2024-06-18T02:57:22.597Z] #61 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-06-18T02:57:22.597Z] #61 11.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:22.597Z] #61 12.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:22.597Z] #61 16.50 OK: 266 MiB in 52 packages [2024-06-18T02:57:22.597Z] #61 DONE 17.7s [2024-06-18T02:57:22.597Z] [2024-06-18T02:57:22.597Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:22.866Z] #40 ... [2024-06-18T02:57:22.866Z] [2024-06-18T02:57:22.866Z] #55 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-06-18T02:57:22.866Z] #55 12.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:22.866Z] #55 13.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:22.866Z] #55 17.91 OK: 266 MiB in 52 packages [2024-06-18T02:57:22.866Z] #55 DONE 20.3s [2024-06-18T02:57:22.866Z] [2024-06-18T02:57:22.866Z] #68 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade [2024-06-18T02:57:22.866Z] #0 9.375 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:23.137Z] #68 ... [2024-06-18T02:57:23.137Z] [2024-06-18T02:57:23.137Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:24.104Z] #40 ... [2024-06-18T02:57:24.104Z] [2024-06-18T02:57:24.104Z] #69 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:57:24.104Z] #69 DONE 1.5s [2024-06-18T02:57:24.104Z] [2024-06-18T02:57:24.104Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:24.105Z] #40 ... [2024-06-18T02:57:24.105Z] [2024-06-18T02:57:24.105Z] #36 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-06-18T02:57:24.105Z] #36 11.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:24.105Z] #36 12.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:24.105Z] #36 17.51 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-06-18T02:57:24.105Z] #36 17.51 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-06-18T02:57:24.105Z] #36 17.51 OK: 19953 distinct packages available [2024-06-18T02:57:24.105Z] #36 18.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:24.105Z] #36 21.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:24.372Z] #36 ... [2024-06-18T02:57:24.372Z] [2024-06-18T02:57:24.372Z] #70 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:57:24.372Z] #70 DONE 1.4s [2024-06-18T02:57:24.372Z] [2024-06-18T02:57:24.372Z] #71 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:57:25.802Z] #71 ... [2024-06-18T02:57:25.802Z] [2024-06-18T02:57:25.802Z] #72 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:57:25.802Z] #72 ... [2024-06-18T02:57:25.802Z] [2024-06-18T02:57:25.802Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:26.765Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 7.9s [2024-06-18T02:57:27.352Z] #40 ... [2024-06-18T02:57:27.352Z] [2024-06-18T02:57:27.352Z] #41 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-06-18T02:57:27.352Z] #41 12.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:27.352Z] #41 14.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:27.352Z] #41 21.33 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-06-18T02:57:27.352Z] #41 21.33 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-06-18T02:57:27.352Z] #41 21.33 OK: 19953 distinct packages available [2024-06-18T02:57:27.352Z] #41 22.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:27.352Z] #41 ... [2024-06-18T02:57:27.352Z] [2024-06-18T02:57:27.352Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:28.320Z] #40 ... [2024-06-18T02:57:28.320Z] [2024-06-18T02:57:28.320Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-06-18T02:57:28.320Z] #60 13.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:28.320Z] #60 15.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:28.320Z] #60 20.09 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-06-18T02:57:28.320Z] #60 20.09 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-06-18T02:57:28.320Z] #60 20.09 OK: 19953 distinct packages available [2024-06-18T02:57:28.320Z] #60 20.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:28.320Z] #60 22.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:28.320Z] #60 ... [2024-06-18T02:57:28.320Z] [2024-06-18T02:57:28.320Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:28.905Z] #40 ... [2024-06-18T02:57:28.905Z] [2024-06-18T02:57:28.905Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-06-18T02:57:28.905Z] #63 13.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:28.905Z] #63 14.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:28.905Z] #63 19.66 (1/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:28.905Z] #63 20.02 (2/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:28.905Z] #63 20.08 (3/6) Installing dumb-init (1.2.5-r2) [2024-06-18T02:57:28.905Z] #63 20.10 (4/6) Installing openssl (3.1.5-r0) [2024-06-18T02:57:28.905Z] #63 20.24 (5/6) Installing su-exec (0.2-r3) [2024-06-18T02:57:28.905Z] #63 20.25 (6/6) Installing yq (4.33.3-r5) [2024-06-18T02:57:28.905Z] #63 21.04 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:28.905Z] #63 21.13 OK: 18 MiB in 19 packages [2024-06-18T02:57:28.905Z] #63 DONE 23.0s [2024-06-18T02:57:28.905Z] [2024-06-18T02:57:28.905Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:29.173Z] #40 ... [2024-06-18T02:57:29.173Z] [2024-06-18T02:57:29.173Z] #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-06-18T02:57:29.173Z] #64 14.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:29.173Z] #64 16.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:29.173Z] #64 21.61 (1/2) Installing dumb-init (1.2.5-r2) [2024-06-18T02:57:29.173Z] #64 21.69 (2/2) Installing su-exec (0.2-r3) [2024-06-18T02:57:29.173Z] #64 21.69 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:29.173Z] #64 21.76 OK: 8 MiB in 17 packages [2024-06-18T02:57:29.173Z] #64 DONE 23.2s [2024-06-18T02:57:29.173Z] [2024-06-18T02:57:29.173Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:29.442Z] #40 ... [2024-06-18T02:57:29.442Z] [2024-06-18T02:57:29.442Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-06-18T02:57:29.442Z] #0 8.562 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:29.442Z] #73 ... [2024-06-18T02:57:29.442Z] [2024-06-18T02:57:29.442Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:29.717Z] #40 ... [2024-06-18T02:57:29.717Z] [2024-06-18T02:57:29.717Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-06-18T02:57:29.717Z] #65 13.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:29.717Z] #65 15.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:29.717Z] #65 20.82 (1/2) Installing ca-certificates (20240226-r0) [2024-06-18T02:57:29.717Z] #65 21.31 (2/2) Installing dumb-init (1.2.5-r2) [2024-06-18T02:57:29.717Z] #65 21.36 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:29.717Z] #65 21.51 Executing ca-certificates-20240226-r0.trigger [2024-06-18T02:57:29.717Z] #65 23.36 OK: 9 MiB in 17 packages [2024-06-18T02:57:29.990Z] #65 ... [2024-06-18T02:57:29.990Z] [2024-06-18T02:57:29.990Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-06-18T02:57:29.990Z] #48 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 10.1s [2024-06-18T02:57:29.990Z] #48 ... [2024-06-18T02:57:29.990Z] [2024-06-18T02:57:29.990Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-06-18T02:57:29.990Z] #73 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:31.411Z] #73 ... [2024-06-18T02:57:31.412Z] [2024-06-18T02:57:31.412Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-06-18T02:57:31.412Z] #65 DONE 25.2s [2024-06-18T02:57:31.412Z] [2024-06-18T02:57:31.412Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:31.680Z] #40 ... [2024-06-18T02:57:31.680Z] [2024-06-18T02:57:31.680Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-06-18T02:57:31.680Z] #0 6.525 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:31.680Z] #0 8.526 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:31.950Z] #74 ... [2024-06-18T02:57:31.950Z] [2024-06-18T02:57:31.950Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:31.951Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.0s [2024-06-18T02:57:33.915Z] #40 ... [2024-06-18T02:57:33.916Z] [2024-06-18T02:57:33.916Z] #36 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-06-18T02:57:33.916Z] #36 26.75 (1/11) Installing ca-certificates (20240226-r0) [2024-06-18T02:57:33.916Z] #36 27.21 (2/11) Installing brotli-libs (1.0.9-r14) [2024-06-18T02:57:33.916Z] #36 27.39 (3/11) Installing libunistring (1.1-r1) [2024-06-18T02:57:33.916Z] #36 27.59 (4/11) Installing libidn2 (2.3.4-r1) [2024-06-18T02:57:33.916Z] #36 27.62 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-06-18T02:57:33.916Z] #36 27.65 (6/11) Installing libcurl (8.5.0-r0) [2024-06-18T02:57:33.916Z] #36 27.74 (7/11) Installing curl (8.5.0-r0) [2024-06-18T02:57:33.916Z] #36 27.78 (8/11) Installing dumb-init (1.2.5-r2) [2024-06-18T02:57:33.916Z] #36 27.80 (9/11) Installing musl-obstack (1.2.3-r2) [2024-06-18T02:57:33.916Z] #36 27.81 (10/11) Installing libucontext (1.2-r2) [2024-06-18T02:57:33.916Z] #36 27.83 (11/11) Installing gcompat (1.1.0-r1) [2024-06-18T02:57:33.916Z] #36 27.87 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:33.916Z] #36 28.02 Executing ca-certificates-20240226-r0.trigger [2024-06-18T02:57:33.916Z] #36 29.48 OK: 13 MiB in 26 packages [2024-06-18T02:57:33.916Z] #36 DONE 31.0s [2024-06-18T02:57:33.916Z] [2024-06-18T02:57:33.916Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:34.187Z] #40 ... [2024-06-18T02:57:34.187Z] [2024-06-18T02:57:34.187Z] #75 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:57:34.455Z] #75 ... [2024-06-18T02:57:34.455Z] [2024-06-18T02:57:34.455Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-06-18T02:57:34.455Z] #48 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 13.6s done [2024-06-18T02:57:34.455Z] #48 DONE 29.4s [2024-06-18T02:57:34.455Z] [2024-06-18T02:57:34.455Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:35.434Z] #40 ... [2024-06-18T02:57:35.434Z] [2024-06-18T02:57:35.434Z] #68 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade [2024-06-18T02:57:35.434Z] #68 12.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:35.434Z] #68 18.08 Upgrading critical system libraries and apk-tools: [2024-06-18T02:57:35.434Z] #68 18.11 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:57:35.434Z] #68 18.18 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:35.434Z] #68 19.70 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:57:35.434Z] #68 19.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:35.434Z] #68 21.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:35.434Z] #68 ... [2024-06-18T02:57:35.434Z] [2024-06-18T02:57:35.434Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-06-18T02:57:35.434Z] #60 28.48 (1/7) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:35.434Z] #60 28.67 (2/7) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:35.434Z] #60 28.72 (3/7) Installing dumb-init (1.2.5-r2) [2024-06-18T02:57:35.434Z] #60 28.73 (4/7) Installing musl-obstack (1.2.3-r2) [2024-06-18T02:57:35.434Z] #60 28.74 (5/7) Installing libucontext (1.2-r2) [2024-06-18T02:57:35.434Z] #60 28.76 (6/7) Installing gcompat (1.1.0-r1) [2024-06-18T02:57:35.434Z] #60 28.80 (7/7) Installing openssl (3.1.5-r0) [2024-06-18T02:57:35.434Z] #60 28.86 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:35.434Z] #60 28.93 OK: 9 MiB in 20 packages [2024-06-18T02:57:35.434Z] #60 DONE 30.5s [2024-06-18T02:57:35.434Z] [2024-06-18T02:57:35.434Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:36.421Z] #40 ... [2024-06-18T02:57:36.421Z] [2024-06-18T02:57:36.421Z] #41 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-06-18T02:57:36.421Z] #41 24.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:36.421Z] #41 29.87 (1/4) Installing dumb-init (1.2.5-r2) [2024-06-18T02:57:36.421Z] #41 29.91 (2/4) Installing musl-obstack (1.2.3-r2) [2024-06-18T02:57:36.421Z] #41 29.93 (3/4) Installing libucontext (1.2-r2) [2024-06-18T02:57:36.421Z] #41 29.95 (4/4) Installing gcompat (1.1.0-r1) [2024-06-18T02:57:36.421Z] #41 30.01 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:36.421Z] #41 30.13 OK: 8 MiB in 19 packages [2024-06-18T02:57:36.421Z] #41 DONE 31.7s [2024-06-18T02:57:36.421Z] [2024-06-18T02:57:36.421Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T02:57:37.011Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.3s [2024-06-18T02:57:37.981Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.3s done [2024-06-18T02:57:38.251Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.3s done [2024-06-18T02:57:38.834Z] #40 ... [2024-06-18T02:57:38.834Z] [2024-06-18T02:57:38.834Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-06-18T02:57:38.834Z] #0 6.635 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:38.834Z] #0 8.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:38.834Z] #76 ... [2024-06-18T02:57:38.834Z] [2024-06-18T02:57:38.834Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-06-18T02:57:38.834Z] #74 15.27 Upgrading critical system libraries and apk-tools: [2024-06-18T02:57:38.834Z] #74 15.27 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:57:38.834Z] #74 15.34 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:38.834Z] #74 16.24 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:57:38.834Z] #74 16.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:39.100Z] #74 ... [2024-06-18T02:57:39.100Z] [2024-06-18T02:57:39.100Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-06-18T02:57:39.100Z] #0 8.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:39.380Z] #77 10.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:39.380Z] #77 ... [2024-06-18T02:57:39.380Z] [2024-06-18T02:57:39.380Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-06-18T02:57:39.380Z] #73 16.26 Upgrading critical system libraries and apk-tools: [2024-06-18T02:57:39.380Z] #73 16.26 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:57:39.380Z] #73 16.42 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:39.380Z] #73 18.56 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:57:39.380Z] #73 18.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:39.380Z] #73 20.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:40.790Z] #73 ... [2024-06-18T02:57:40.790Z] [2024-06-18T02:57:40.790Z] #68 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade [2024-06-18T02:57:40.790Z] #68 27.16 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:40.790Z] #68 27.31 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:57:40.790Z] #68 27.54 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:40.790Z] #68 27.56 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:57:40.790Z] #68 27.63 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:40.790Z] #68 28.03 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:40.790Z] #68 28.09 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:40.790Z] #68 28.11 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:57:40.790Z] #68 28.18 OK: 8 MiB in 16 packages [2024-06-18T02:57:41.060Z] #68 ... [2024-06-18T02:57:41.060Z] [2024-06-18T02:57:41.060Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-06-18T02:57:41.060Z] #0 6.143 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:41.060Z] #0 8.039 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:41.327Z] #78 ... [2024-06-18T02:57:41.327Z] [2024-06-18T02:57:41.327Z] #79 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-06-18T02:57:41.327Z] #0 4.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:41.327Z] #0 5.678 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:41.913Z] #79 ... [2024-06-18T02:57:41.913Z] [2024-06-18T02:57:41.913Z] #68 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-06-18T02:57:41.913Z] #68 DONE 29.9s [2024-06-18T02:57:41.913Z] [2024-06-18T02:57:41.913Z] #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-06-18T02:57:41.913Z] #0 3.581 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:41.913Z] #0 4.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:42.496Z] #80 ... [2024-06-18T02:57:42.496Z] [2024-06-18T02:57:42.496Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-06-18T02:57:42.496Z] #76 13.63 Upgrading critical system libraries and apk-tools: [2024-06-18T02:57:42.496Z] #76 13.63 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:57:42.496Z] #76 13.68 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:43.476Z] #76 14.54 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:57:43.476Z] #76 14.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:43.741Z] #76 ... [2024-06-18T02:57:43.741Z] [2024-06-18T02:57:43.741Z] #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-06-18T02:57:43.741Z] #0 5.752 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:43.741Z] #0 6.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:43.741Z] #81 ... [2024-06-18T02:57:43.741Z] [2024-06-18T02:57:43.741Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-06-18T02:57:43.741Z] #73 23.56 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:43.741Z] #73 23.69 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:57:43.741Z] #73 23.94 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:43.741Z] #73 23.96 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:57:43.741Z] #73 24.07 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:43.741Z] #73 24.42 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:43.741Z] #73 24.47 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:43.741Z] #73 24.50 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:57:43.741Z] #73 24.56 Executing ca-certificates-20240226-r0.trigger [2024-06-18T02:57:44.722Z] #73 25.30 OK: 18 MiB in 19 packages [2024-06-18T02:57:45.691Z] #73 DONE 26.2s [2024-06-18T02:57:45.691Z] [2024-06-18T02:57:45.691Z] #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-06-18T02:57:45.691Z] #80 8.765 Upgrading critical system libraries and apk-tools: [2024-06-18T02:57:45.691Z] #80 8.772 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:57:45.691Z] #80 8.844 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:46.275Z] #80 ... [2024-06-18T02:57:46.275Z] [2024-06-18T02:57:46.275Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-06-18T02:57:46.275Z] #74 17.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:46.275Z] #74 22.41 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:46.275Z] #74 22.61 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:57:46.275Z] #74 22.88 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:46.275Z] #74 22.92 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:57:46.275Z] #74 22.97 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:46.275Z] #74 23.40 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:46.275Z] #74 23.46 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:46.275Z] #74 23.50 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:57:46.275Z] #74 23.60 OK: 8 MiB in 16 packages [2024-06-18T02:57:46.275Z] #74 DONE 24.7s [2024-06-18T02:57:46.275Z] [2024-06-18T02:57:46.275Z] #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-06-18T02:57:46.275Z] #80 10.07 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:57:46.542Z] #80 10.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:47.956Z] #80 11.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:49.369Z] #80 ... [2024-06-18T02:57:49.369Z] [2024-06-18T02:57:49.369Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-06-18T02:57:49.369Z] #76 15.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:49.369Z] #76 18.81 (1/4) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:49.369Z] #76 18.91 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:57:49.369Z] #76 19.12 (2/4) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:49.369Z] #76 19.14 (3/4) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:57:49.369Z] #76 19.23 (4/4) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:49.369Z] #76 19.25 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:57:49.369Z] #76 19.35 OK: 18 MiB in 19 packages [2024-06-18T02:57:49.369Z] #76 DONE 20.2s [2024-06-18T02:57:49.369Z] [2024-06-18T02:57:49.369Z] #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-06-18T02:57:49.369Z] #82 DONE 0.2s [2024-06-18T02:57:49.369Z] [2024-06-18T02:57:49.369Z] #79 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-06-18T02:57:49.369Z] #79 10.71 Upgrading critical system libraries and apk-tools: [2024-06-18T02:57:49.369Z] #79 10.72 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:57:49.369Z] #79 10.77 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:49.369Z] #79 11.73 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:57:49.369Z] #79 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:49.369Z] #79 12.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:50.815Z] #79 ... [2024-06-18T02:57:50.815Z] [2024-06-18T02:57:50.815Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-06-18T02:57:50.815Z] #77 14.81 Upgrading critical system libraries and apk-tools: [2024-06-18T02:57:50.815Z] #77 14.83 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:57:50.815Z] #77 14.85 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:50.815Z] #77 15.58 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:57:50.815Z] #77 15.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:50.815Z] #77 17.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:50.815Z] #77 19.85 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:50.815Z] #77 20.06 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:57:50.815Z] #77 20.34 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:50.815Z] #77 20.36 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:57:50.815Z] #77 20.38 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:50.815Z] #77 20.58 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:50.815Z] #77 20.67 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:50.815Z] #77 20.68 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:57:50.815Z] #77 20.72 OK: 8 MiB in 17 packages [2024-06-18T02:57:50.815Z] #77 DONE 21.5s [2024-06-18T02:57:50.815Z] [2024-06-18T02:57:50.815Z] #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-06-18T02:57:50.815Z] #80 14.40 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:50.815Z] #80 14.57 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:57:51.083Z] #80 ... [2024-06-18T02:57:51.083Z] [2024-06-18T02:57:51.083Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-06-18T02:57:51.083Z] #78 12.02 Upgrading critical system libraries and apk-tools: [2024-06-18T02:57:51.083Z] #78 12.03 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:57:51.083Z] #78 12.06 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:51.083Z] #78 12.73 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:57:51.083Z] #78 12.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:51.083Z] #78 13.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:51.083Z] #78 17.30 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:51.083Z] #78 17.43 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:57:51.083Z] #78 17.73 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:51.083Z] #78 17.74 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:57:51.083Z] #78 17.82 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:51.083Z] #78 18.23 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:51.083Z] #78 18.27 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:51.083Z] #78 18.29 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:57:51.083Z] #78 18.34 Executing ca-certificates-20240226-r0.trigger [2024-06-18T02:57:51.083Z] #78 18.89 OK: 9 MiB in 17 packages [2024-06-18T02:57:51.083Z] #78 DONE 20.0s [2024-06-18T02:57:51.083Z] [2024-06-18T02:57:51.083Z] #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-06-18T02:57:51.083Z] #80 14.89 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:51.083Z] #80 14.89 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:57:51.351Z] #80 14.94 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:51.619Z] #80 15.42 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:51.895Z] #80 15.48 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:51.895Z] #80 15.49 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:57:51.895Z] #80 15.61 OK: 8 MiB in 19 packages [2024-06-18T02:57:52.859Z] #80 ... [2024-06-18T02:57:52.859Z] [2024-06-18T02:57:52.859Z] #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-06-18T02:57:52.859Z] #81 11.24 Upgrading critical system libraries and apk-tools: [2024-06-18T02:57:52.859Z] #81 11.24 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-06-18T02:57:52.859Z] #81 11.30 Executing busybox-1.36.1-r5.trigger [2024-06-18T02:57:52.859Z] #81 12.50 Continuing the upgrade transaction with new apk-tools: [2024-06-18T02:57:52.859Z] #81 12.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:52.859Z] #81 13.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-06-18T02:57:52.859Z] #81 16.26 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:52.859Z] #81 16.33 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:57:52.859Z] #81 16.52 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:52.859Z] #81 16.53 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:57:52.859Z] #81 16.62 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:52.859Z] #81 17.22 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-06-18T02:57:52.859Z] #81 17.32 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:52.859Z] #81 17.35 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:57:52.859Z] #81 17.38 Executing ca-certificates-20240226-r0.trigger [2024-06-18T02:57:52.859Z] #81 18.06 OK: 13 MiB in 26 packages [2024-06-18T02:57:52.859Z] #81 DONE 18.9s [2024-06-18T02:57:52.859Z] [2024-06-18T02:57:52.859Z] #79 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-06-18T02:57:52.859Z] #79 16.05 (1/4) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:52.859Z] #79 16.22 Executing busybox-1.36.1-r7.post-upgrade [2024-06-18T02:57:52.859Z] #79 16.48 (2/4) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:52.859Z] #79 16.50 (3/4) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-06-18T02:57:52.859Z] #79 16.54 (4/4) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) [2024-06-18T02:57:52.859Z] #79 16.58 Executing busybox-1.36.1-r7.trigger [2024-06-18T02:57:52.859Z] #79 16.64 OK: 9 MiB in 20 packages [2024-06-18T02:57:52.859Z] #79 ... [2024-06-18T02:57:52.860Z] [2024-06-18T02:57:52.860Z] #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-06-18T02:57:52.860Z] #80 DONE 16.7s [2024-06-18T02:57:53.126Z] [2024-06-18T02:57:53.126Z] #79 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-06-18T02:57:53.126Z] #79 DONE 17.8s [2024-06-18T02:57:53.126Z] [2024-06-18T02:57:53.126Z] #83 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-06-18T02:57:54.090Z] #83 ... [2024-06-18T02:57:54.090Z] [2024-06-18T02:57:54.090Z] #84 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-06-18T02:57:54.090Z] #84 DONE 3.6s [2024-06-18T02:57:54.358Z] [2024-06-18T02:57:54.358Z] #85 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-06-18T02:57:54.950Z] #85 DONE 0.5s [2024-06-18T02:57:54.950Z] [2024-06-18T02:57:54.950Z] #86 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-06-18T02:57:55.224Z] #86 DONE 2.1s [2024-06-18T02:57:55.224Z] [2024-06-18T02:57:55.224Z] #87 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-06-18T02:57:55.494Z] #87 ... [2024-06-18T02:57:55.494Z] [2024-06-18T02:57:55.494Z] #83 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-06-18T02:57:55.494Z] #83 DONE 2.3s [2024-06-18T02:57:55.494Z] [2024-06-18T02:57:55.494Z] #88 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-06-18T02:57:55.773Z] #88 DONE 0.3s [2024-06-18T02:57:55.773Z] [2024-06-18T02:57:55.773Z] #89 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-06-18T02:57:55.773Z] #89 DONE 2.5s [2024-06-18T02:57:55.773Z] [2024-06-18T02:57:55.773Z] #90 [security-spire-server stage-2 6/9] COPY security.txt / [2024-06-18T02:57:55.773Z] #90 ... [2024-06-18T02:57:55.773Z] [2024-06-18T02:57:55.773Z] #91 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-06-18T02:57:55.773Z] #91 DONE 0.2s [2024-06-18T02:57:56.048Z] [2024-06-18T02:57:56.048Z] #90 [security-spire-server stage-2 6/9] COPY security.txt / [2024-06-18T02:57:56.048Z] #90 DONE 0.3s [2024-06-18T02:57:56.048Z] [2024-06-18T02:57:56.048Z] #92 [security-spire-config stage-2 6/10] COPY security.txt / [2024-06-18T02:57:56.318Z] #92 DONE 0.3s [2024-06-18T02:57:56.318Z] [2024-06-18T02:57:56.318Z] #93 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-06-18T02:57:56.318Z] #93 DONE 0.2s [2024-06-18T02:57:56.318Z] [2024-06-18T02:57:56.318Z] #72 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:57:56.318Z] #72 ... [2024-06-18T02:57:56.318Z] [2024-06-18T02:57:56.318Z] #94 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-06-18T02:57:56.585Z] #94 ... [2024-06-18T02:57:56.585Z] [2024-06-18T02:57:56.585Z] #95 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-06-18T02:57:56.585Z] #95 DONE 0.3s [2024-06-18T02:57:56.585Z] [2024-06-18T02:57:56.585Z] #94 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-06-18T02:57:56.585Z] #94 DONE 0.4s [2024-06-18T02:57:56.585Z] [2024-06-18T02:57:56.585Z] #96 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-06-18T02:57:56.855Z] #96 ... [2024-06-18T02:57:56.855Z] [2024-06-18T02:57:56.855Z] #97 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-06-18T02:57:56.855Z] #97 DONE 0.3s [2024-06-18T02:57:57.123Z] [2024-06-18T02:57:57.123Z] #96 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-06-18T02:57:57.123Z] #96 DONE 0.3s [2024-06-18T02:57:57.123Z] [2024-06-18T02:57:57.123Z] #98 [security-spire-server] exporting to image [2024-06-18T02:57:57.123Z] #98 exporting layers [2024-06-18T02:57:57.123Z] #98 ... [2024-06-18T02:57:57.123Z] [2024-06-18T02:57:57.123Z] #87 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-06-18T02:57:57.123Z] #87 DONE 2.0s [2024-06-18T02:57:57.399Z] [2024-06-18T02:57:57.399Z] #99 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-06-18T02:57:57.399Z] #99 ... [2024-06-18T02:57:57.399Z] [2024-06-18T02:57:57.399Z] #100 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-06-18T02:57:57.399Z] #100 DONE 0.5s [2024-06-18T02:57:57.666Z] [2024-06-18T02:57:57.666Z] #98 [security-spire-config] exporting to image [2024-06-18T02:57:57.666Z] #98 ... [2024-06-18T02:57:57.666Z] [2024-06-18T02:57:57.666Z] #99 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-06-18T02:57:57.666Z] #99 DONE 0.6s [2024-06-18T02:57:57.933Z] [2024-06-18T02:57:57.933Z] #101 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-06-18T02:57:58.200Z] #101 DONE 0.3s [2024-06-18T02:57:58.200Z] [2024-06-18T02:57:58.200Z] #102 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-06-18T02:57:58.469Z] #102 DONE 0.3s [2024-06-18T02:57:58.469Z] [2024-06-18T02:57:58.469Z] #103 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-06-18T02:57:58.742Z] #103 DONE 0.3s [2024-06-18T02:57:58.742Z] [2024-06-18T02:57:58.742Z] #104 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-06-18T02:57:59.008Z] #104 DONE 0.3s [2024-06-18T02:57:59.008Z] [2024-06-18T02:57:59.008Z] #98 [security-spire-agent] exporting to image [2024-06-18T02:58:00.423Z] #98 exporting layers 3.3s done [2024-06-18T02:58:00.423Z] #98 writing image sha256:c955dcdefc6205e5cf1b05d00fac403e228811bd5abaf67f13791722fc0d2d68 0.0s done [2024-06-18T02:58:00.423Z] #98 naming to docker.io/library/security-spire-server-arm64 done [2024-06-18T02:58:00.689Z] #98 exporting layers 3.1s done [2024-06-18T02:58:00.689Z] #98 writing image sha256:a83d0e118b96947765061b81a4ba29aed9db4df71bf8d5c280944759e9e48d22 0.0s done [2024-06-18T02:58:00.689Z] #98 naming to docker.io/library/security-spire-config-arm64 done [2024-06-18T02:58:01.275Z] #98 exporting layers 2.1s done [2024-06-18T02:58:01.275Z] #98 writing image sha256:d6f7e0a0afc6911448620538101927b51bba704772339cee3efd258517d8e797 done [2024-06-18T02:58:01.275Z] #98 naming to docker.io/library/security-spire-agent-arm64 done [2024-06-18T02:58:01.275Z] #98 DONE 4.1s [2024-06-18T02:58:01.275Z] [2024-06-18T02:58:01.275Z] #75 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:58:48.206Z] #75 ... [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #71 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:58:48.206Z] #71 DONE 82.7s [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #75 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:58:48.206Z] #75 DONE 82.8s [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #67 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:58:48.206Z] #67 DONE 87.8s [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #72 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:58:48.206Z] #72 DONE 91.5s [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #105 [security-spiffe-token-provider builder 6/7] COPY . . [2024-06-18T02:58:48.206Z] #105 ... [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #106 [core-metadata builder 6/7] COPY . . [2024-06-18T02:58:48.206Z] #106 DONE 1.1s [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #107 [security-proxy-auth builder 6/7] COPY . . [2024-06-18T02:58:48.206Z] #107 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #108 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:58:48.206Z] #108 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #109 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:58:48.206Z] #109 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #110 [support-notifications builder 6/7] COPY . . [2024-06-18T02:58:48.206Z] #110 DONE 1.2s [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #111 [security-bootstrapper builder 6/7] COPY . . [2024-06-18T02:58:48.206Z] #111 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #112 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:58:48.206Z] #112 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #113 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:58:48.206Z] #113 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #114 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:58:48.206Z] #114 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #115 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:58:48.206Z] #115 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #116 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-06-18T02:58:48.206Z] #116 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #117 [security-proxy-setup builder 6/7] COPY . . [2024-06-18T02:58:48.206Z] #117 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #118 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:58:48.206Z] #118 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #119 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:58:48.206Z] #119 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #120 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:58:48.206Z] #120 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #121 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:58:48.206Z] #121 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #122 [support-scheduler builder 6/7] COPY . . [2024-06-18T02:58:48.206Z] #122 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #123 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:58:48.206Z] #123 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #124 [core-data builder 6/7] COPY . . [2024-06-18T02:58:48.206Z] #124 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #125 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:58:48.206Z] #125 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #126 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-06-18T02:58:48.206Z] #126 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #127 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-06-18T02:58:48.206Z] #127 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #128 [core-command builder 6/7] COPY . . [2024-06-18T02:58:48.206Z] #128 CACHED [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #129 [security-secretstore-setup builder 6/7] COPY . . [2024-06-18T02:58:48.206Z] #129 DONE 1.2s [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #105 [security-spiffe-token-provider builder 6/7] COPY . . [2024-06-18T02:58:48.206Z] #105 DONE 1.1s [2024-06-18T02:58:48.206Z] [2024-06-18T02:58:48.206Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-06-18T02:58:53.580Z] #130 ... [2024-06-18T02:58:53.580Z] [2024-06-18T02:58:53.580Z] #131 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-06-18T02:58:53.580Z] #0 4.895 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-06-18T02:58:53.847Z] #131 ... [2024-06-18T02:58:53.847Z] [2024-06-18T02:58:53.847Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-06-18T02:58:53.847Z] #130 5.575 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-06-18T02:58:58.123Z] #130 ... [2024-06-18T02:58:58.123Z] [2024-06-18T02:58:58.123Z] #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-06-18T02:58:58.123Z] #0 5.433 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-06-18T02:58:58.401Z] #132 ... [2024-06-18T02:58:58.401Z] [2024-06-18T02:58:58.401Z] #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-06-18T02:58:58.401Z] #0 5.891 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-06-18T02:58:58.401Z] #133 ... [2024-06-18T02:58:58.401Z] [2024-06-18T02:58:58.401Z] #134 [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-06-18T02:58:58.401Z] #0 5.636 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-06-18T02:58:58.667Z] #134 ... [2024-06-18T02:58:58.667Z] [2024-06-18T02:58:58.667Z] #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-06-18T02:58:58.667Z] #0 4.440 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-06-18T02:58:58.933Z] #135 ... [2024-06-18T02:58:58.933Z] [2024-06-18T02:58:58.933Z] #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-06-18T02:58:58.933Z] #0 5.132 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-06-18T02:58:58.933Z] #136 ... [2024-06-18T02:58:58.933Z] [2024-06-18T02:58:58.933Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-06-18T02:58:58.933Z] #0 4.758 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-06-18T02:58:59.208Z] #137 ... [2024-06-18T02:58:59.208Z] [2024-06-18T02:58:59.208Z] #138 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-06-18T02:58:59.208Z] #0 5.551 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-06-18T02:58:59.208Z] #138 ... [2024-06-18T02:58:59.208Z] [2024-06-18T02:58:59.208Z] #139 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-06-18T02:58:59.208Z] #0 3.922 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-06-18T02:58:59.495Z] #139 ... [2024-06-18T02:58:59.495Z] [2024-06-18T02:58:59.495Z] #140 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-06-18T02:58:59.495Z] #0 5.695 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-06-18T03:15:53.005Z] #140 ... [2024-06-18T03:15:53.005Z] [2024-06-18T03:15:53.005Z] #134 [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-06-18T03:15:53.005Z] #134 1019.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-06-18T03:15:56.341Z] #134 ... [2024-06-18T03:15:56.341Z] [2024-06-18T03:15:56.341Z] #140 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-06-18T03:15:56.341Z] #140 DONE 1027.6s [2024-06-18T03:15:56.341Z] [2024-06-18T03:15:56.341Z] #141 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-06-18T03:15:56.616Z] #141 DONE 0.5s [2024-06-18T03:15:56.616Z] [2024-06-18T03:15:56.617Z] #142 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-06-18T03:15:59.240Z] #142 DONE 2.5s [2024-06-18T03:15:59.240Z] [2024-06-18T03:15:59.240Z] #139 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-06-18T03:15:59.240Z] #139 ... [2024-06-18T03:15:59.240Z] [2024-06-18T03:15:59.240Z] #143 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T03:15:59.240Z] #143 DONE 0.3s [2024-06-18T03:15:59.240Z] [2024-06-18T03:15:59.240Z] #29 [security-spire-config internal] load .dockerignore [2024-06-18T03:15:59.508Z] #29 ... [2024-06-18T03:15:59.508Z] [2024-06-18T03:15:59.508Z] #144 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-06-18T03:15:59.508Z] #144 DONE 0.3s [2024-06-18T03:15:59.508Z] [2024-06-18T03:15:59.508Z] #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-06-18T03:15:59.508Z] #133 ... [2024-06-18T03:15:59.508Z] [2024-06-18T03:15:59.508Z] #145 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-06-18T03:15:59.775Z] #145 DONE 0.4s [2024-06-18T03:15:59.775Z] [2024-06-18T03:15:59.775Z] #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-06-18T03:16:00.041Z] #133 ... [2024-06-18T03:16:00.041Z] [2024-06-18T03:16:00.041Z] #146 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-06-18T03:16:00.308Z] #146 DONE 0.2s [2024-06-18T03:16:00.308Z] [2024-06-18T03:16:00.308Z] #147 [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-06-18T03:16:00.575Z] #147 DONE 0.3s [2024-06-18T03:16:00.575Z] [2024-06-18T03:16:00.575Z] #148 [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-06-18T03:16:00.843Z] #148 DONE 0.3s [2024-06-18T03:16:00.843Z] [2024-06-18T03:16:00.843Z] #149 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-06-18T03:16:00.843Z] #149 DONE 0.3s [2024-06-18T03:16:00.843Z] [2024-06-18T03:16:00.843Z] #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-06-18T03:16:01.110Z] #132 ... [2024-06-18T03:16:01.110Z] [2024-06-18T03:16:01.110Z] #150 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-06-18T03:16:01.375Z] #150 DONE 0.2s [2024-06-18T03:16:01.375Z] [2024-06-18T03:16:01.375Z] #151 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-06-18T03:16:03.318Z] #151 ... [2024-06-18T03:16:03.318Z] [2024-06-18T03:16:03.318Z] #131 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-06-18T03:16:03.318Z] #131 DONE 1035.0s [2024-06-18T03:16:03.318Z] [2024-06-18T03:16:03.318Z] #29 [security-spire-config internal] load .dockerignore [2024-06-18T03:16:03.993Z] #29 ... [2024-06-18T03:16:03.993Z] [2024-06-18T03:16:03.993Z] #152 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T03:16:04.267Z] #152 ... [2024-06-18T03:16:04.267Z] [2024-06-18T03:16:04.267Z] #151 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-06-18T03:16:04.267Z] #151 DONE 3.0s [2024-06-18T03:16:04.267Z] [2024-06-18T03:16:04.267Z] #152 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T03:16:04.267Z] #152 DONE 0.7s [2024-06-18T03:16:04.267Z] [2024-06-18T03:16:04.267Z] #98 [security-bootstrapper] exporting to image [2024-06-18T03:16:04.267Z] #98 exporting layers [2024-06-18T03:16:05.232Z] #98 ... [2024-06-18T03:16:05.232Z] [2024-06-18T03:16:05.232Z] #153 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-06-18T03:16:05.232Z] #153 DONE 0.7s [2024-06-18T03:16:05.232Z] [2024-06-18T03:16:05.232Z] #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-06-18T03:16:05.232Z] #154 DONE 0.2s [2024-06-18T03:16:05.232Z] [2024-06-18T03:16:05.232Z] #155 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-06-18T03:16:05.505Z] #155 DONE 0.2s [2024-06-18T03:16:05.505Z] [2024-06-18T03:16:05.505Z] #156 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-06-18T03:16:05.771Z] #156 ... [2024-06-18T03:16:05.771Z] [2024-06-18T03:16:05.771Z] #98 [security-bootstrapper] exporting to image [2024-06-18T03:16:05.771Z] #98 exporting layers 1.4s done [2024-06-18T03:16:05.771Z] #98 writing image sha256:ea85896cedca313b2cf92dca6ce73031cce951f73757483cdf13f08b4371848d done [2024-06-18T03:16:05.771Z] #98 naming to docker.io/library/security-bootstrapper-arm64 done [2024-06-18T03:16:05.771Z] #98 DONE 5.5s [2024-06-18T03:16:05.771Z] [2024-06-18T03:16:05.771Z] #156 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-06-18T03:16:05.771Z] #156 DONE 0.5s [2024-06-18T03:16:05.771Z] [2024-06-18T03:16:05.771Z] #139 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-06-18T03:16:06.038Z] #139 ... [2024-06-18T03:16:06.038Z] [2024-06-18T03:16:06.038Z] #157 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-06-18T03:16:06.305Z] #157 DONE 0.1s [2024-06-18T03:16:06.305Z] [2024-06-18T03:16:06.305Z] #158 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-06-18T03:16:08.268Z] #158 DONE 2.1s [2024-06-18T03:16:08.268Z] [2024-06-18T03:16:08.268Z] #98 [security-proxy-setup] exporting to image [2024-06-18T03:16:09.230Z] #98 exporting layers 1.1s done [2024-06-18T03:16:09.501Z] #98 writing image sha256:bd0dada65bff6d62772ed518b38a3d200b0818b9202e1d91d9d4b9990760b124 0.0s done [2024-06-18T03:16:09.501Z] #98 naming to docker.io/library/security-proxy-setup-arm64 0.1s done [2024-06-18T03:16:09.501Z] #98 DONE 6.8s [2024-06-18T03:16:09.501Z] [2024-06-18T03:16:09.501Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-06-18T03:16:09.771Z] #137 ... [2024-06-18T03:16:09.771Z] [2024-06-18T03:16:09.771Z] #134 [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-06-18T03:16:09.771Z] #134 DONE 1041.6s [2024-06-18T03:16:10.045Z] [2024-06-18T03:16:10.045Z] #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-06-18T03:16:10.320Z] #135 ... [2024-06-18T03:16:10.320Z] [2024-06-18T03:16:10.320Z] #159 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T03:16:10.593Z] #159 DONE 0.2s [2024-06-18T03:16:10.594Z] [2024-06-18T03:16:10.594Z] #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-06-18T03:16:10.594Z] #135 ... [2024-06-18T03:16:10.594Z] [2024-06-18T03:16:10.594Z] #160 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-06-18T03:16:10.861Z] #160 DONE 0.2s [2024-06-18T03:16:10.861Z] [2024-06-18T03:16:10.861Z] #161 [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-06-18T03:16:10.861Z] #161 DONE 0.2s [2024-06-18T03:16:10.861Z] [2024-06-18T03:16:10.861Z] #162 [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-06-18T03:16:11.132Z] #162 DONE 0.1s [2024-06-18T03:16:11.132Z] [2024-06-18T03:16:11.132Z] #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-06-18T03:16:11.132Z] #135 ... [2024-06-18T03:16:11.132Z] [2024-06-18T03:16:11.132Z] #163 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-06-18T03:16:11.416Z] #163 DONE 0.2s [2024-06-18T03:16:11.416Z] [2024-06-18T03:16:11.416Z] #164 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-06-18T03:16:11.705Z] #164 DONE 0.3s [2024-06-18T03:16:11.705Z] [2024-06-18T03:16:11.705Z] #165 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-06-18T03:16:12.003Z] #165 DONE 0.5s [2024-06-18T03:16:12.003Z] [2024-06-18T03:16:12.003Z] #166 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-06-18T03:16:12.279Z] #166 DONE 0.2s [2024-06-18T03:16:12.279Z] [2024-06-18T03:16:12.279Z] #167 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-06-18T03:16:14.862Z] #167 DONE 2.5s [2024-06-18T03:16:14.862Z] [2024-06-18T03:16:14.862Z] #98 [security-secretstore-setup] exporting to image [2024-06-18T03:16:14.862Z] #98 exporting layers [2024-06-18T03:16:16.285Z] #98 exporting layers 1.6s done [2024-06-18T03:16:16.285Z] #98 writing image sha256:0fe0a0b22abc9c9ddce1aedd246b5e18cde184eedcbad3a0f8d50d1be6c69c8a [2024-06-18T03:16:16.285Z] #98 writing image sha256:0fe0a0b22abc9c9ddce1aedd246b5e18cde184eedcbad3a0f8d50d1be6c69c8a 0.0s done [2024-06-18T03:16:16.285Z] #98 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-06-18T03:16:16.285Z] #98 DONE 8.4s [2024-06-18T03:16:16.285Z] [2024-06-18T03:16:16.285Z] #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-06-18T03:17:03.110Z] #132 ... [2024-06-18T03:17:03.110Z] [2024-06-18T03:17:03.110Z] #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-06-18T03:17:03.110Z] #135 DONE 1093.8s [2024-06-18T03:17:03.110Z] [2024-06-18T03:17:03.110Z] #29 [security-spire-config internal] load .dockerignore [2024-06-18T03:17:03.110Z] #29 ... [2024-06-18T03:17:03.110Z] [2024-06-18T03:17:03.110Z] #168 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T03:17:03.110Z] #168 DONE 0.3s [2024-06-18T03:17:03.110Z] [2024-06-18T03:17:03.110Z] #169 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-06-18T03:17:03.110Z] #169 DONE 0.1s [2024-06-18T03:17:03.110Z] [2024-06-18T03:17:03.110Z] #170 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-06-18T03:17:03.376Z] #170 DONE 0.3s [2024-06-18T03:17:03.376Z] [2024-06-18T03:17:03.376Z] #171 [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-06-18T03:17:03.376Z] #171 DONE 0.2s [2024-06-18T03:17:03.376Z] [2024-06-18T03:17:03.376Z] #139 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-06-18T03:17:03.376Z] #139 ... [2024-06-18T03:17:03.376Z] [2024-06-18T03:17:03.376Z] #172 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-06-18T03:17:03.645Z] #172 DONE 0.2s [2024-06-18T03:17:03.645Z] [2024-06-18T03:17:03.645Z] #173 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-06-18T03:17:05.584Z] #173 DONE 2.1s [2024-06-18T03:17:05.584Z] [2024-06-18T03:17:05.584Z] #98 [core-common-config-bootstrapper] exporting to image [2024-06-18T03:17:05.584Z] #98 exporting layers [2024-06-18T03:17:06.542Z] #98 exporting layers 0.7s done [2024-06-18T03:17:06.542Z] #98 writing image sha256:d0449a0d6865e039cb30f7a17adb1f6e450fa9e15ffd91109c5d6995ecc83bef done [2024-06-18T03:17:06.542Z] #98 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-06-18T03:17:06.542Z] #98 DONE 9.1s [2024-06-18T03:17:06.542Z] [2024-06-18T03:17:06.542Z] #139 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-06-18T03:19:13.196Z] #139 ... [2024-06-18T03:19:13.196Z] [2024-06-18T03:19:13.196Z] #138 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-06-18T03:19:13.196Z] #138 DONE 1212.6s [2024-06-18T03:19:13.196Z] [2024-06-18T03:19:13.196Z] #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-06-18T03:19:13.196Z] #133 ... [2024-06-18T03:19:13.196Z] [2024-06-18T03:19:13.196Z] #174 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T03:19:13.196Z] #174 DONE 0.2s [2024-06-18T03:19:13.196Z] [2024-06-18T03:19:13.196Z] #175 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-06-18T03:19:13.196Z] #175 DONE 0.2s [2024-06-18T03:19:13.196Z] [2024-06-18T03:19:13.196Z] #176 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-06-18T03:19:13.196Z] #176 DONE 0.3s [2024-06-18T03:19:13.196Z] [2024-06-18T03:19:13.196Z] #177 [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-06-18T03:19:13.196Z] #177 DONE 0.1s [2024-06-18T03:19:13.196Z] [2024-06-18T03:19:13.196Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-06-18T03:19:13.196Z] #130 ... [2024-06-18T03:19:13.196Z] [2024-06-18T03:19:13.196Z] #98 [security-spiffe-token-provider] exporting to image [2024-06-18T03:19:13.196Z] #98 exporting layers [2024-06-18T03:19:13.196Z] #98 exporting layers 0.8s done [2024-06-18T03:19:13.196Z] #98 writing image sha256:58e87f817a13b508ea7369df9241d31de1c336b29917bafc288314571ac6b16e done [2024-06-18T03:19:13.196Z] #98 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-06-18T03:19:13.196Z] #98 DONE 9.9s [2024-06-18T03:19:13.196Z] [2024-06-18T03:19:13.196Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-06-18T03:25:20.137Z] #130 ... [2024-06-18T03:25:20.137Z] [2024-06-18T03:25:20.137Z] #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-06-18T03:25:20.137Z] #132 DONE 1590.0s [2024-06-18T03:25:20.137Z] [2024-06-18T03:25:20.137Z] #29 [security-spire-config internal] load .dockerignore [2024-06-18T03:25:20.137Z] #29 ... [2024-06-18T03:25:20.137Z] [2024-06-18T03:25:20.138Z] #178 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T03:25:20.138Z] #178 DONE 0.2s [2024-06-18T03:25:20.138Z] [2024-06-18T03:25:20.138Z] #179 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-06-18T03:25:20.138Z] #179 DONE 0.3s [2024-06-18T03:25:20.138Z] [2024-06-18T03:25:20.138Z] #29 [security-spire-config internal] load .dockerignore [2024-06-18T03:25:20.138Z] #29 ... [2024-06-18T03:25:20.138Z] [2024-06-18T03:25:20.138Z] #180 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-06-18T03:25:20.138Z] #180 DONE 0.5s [2024-06-18T03:25:20.138Z] [2024-06-18T03:25:20.138Z] #181 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-06-18T03:25:20.138Z] #181 DONE 0.2s [2024-06-18T03:25:20.138Z] [2024-06-18T03:25:20.138Z] #182 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-06-18T03:25:20.138Z] #182 DONE 0.1s [2024-06-18T03:25:20.138Z] [2024-06-18T03:25:20.138Z] #183 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-06-18T03:25:22.090Z] #183 DONE 1.9s [2024-06-18T03:25:22.090Z] [2024-06-18T03:25:22.090Z] #139 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-06-18T03:25:22.090Z] #139 ... [2024-06-18T03:25:22.090Z] [2024-06-18T03:25:22.090Z] #98 [security-proxy-auth] exporting to image [2024-06-18T03:25:22.090Z] #98 exporting layers [2024-06-18T03:25:22.671Z] #98 exporting layers 0.8s done [2024-06-18T03:25:22.671Z] #98 writing image sha256:60fc3252a698bc79415237b9add013afe7f891637f4bffcabf864ed79ff83f5d done [2024-06-18T03:25:22.671Z] #98 naming to docker.io/library/security-proxy-auth-arm64 done [2024-06-18T03:25:22.671Z] #98 DONE 10.7s [2024-06-18T03:25:22.671Z] [2024-06-18T03:25:22.671Z] #29 [security-spire-config internal] load .dockerignore [2024-06-18T03:26:09.508Z] #29 ... [2024-06-18T03:26:09.508Z] [2024-06-18T03:26:09.508Z] #139 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-06-18T03:26:09.508Z] #139 DONE 1637.1s [2024-06-18T03:26:09.509Z] [2024-06-18T03:26:09.509Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T03:26:09.509Z] #40 ... [2024-06-18T03:26:09.509Z] [2024-06-18T03:26:09.509Z] #184 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T03:26:09.509Z] #184 DONE 0.1s [2024-06-18T03:26:09.509Z] [2024-06-18T03:26:09.509Z] #185 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-06-18T03:26:09.509Z] #185 DONE 0.2s [2024-06-18T03:26:09.509Z] [2024-06-18T03:26:09.509Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-06-18T03:26:09.509Z] #137 ... [2024-06-18T03:26:09.509Z] [2024-06-18T03:26:09.509Z] #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-06-18T03:26:09.509Z] #186 DONE 0.4s [2024-06-18T03:26:09.509Z] [2024-06-18T03:26:09.509Z] #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-06-18T03:26:09.509Z] #136 ... [2024-06-18T03:26:09.509Z] [2024-06-18T03:26:09.509Z] #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-06-18T03:26:09.509Z] #187 DONE 0.2s [2024-06-18T03:26:09.509Z] [2024-06-18T03:26:09.509Z] #98 [core-command] exporting to image [2024-06-18T03:26:09.509Z] #98 exporting layers [2024-06-18T03:26:09.509Z] #98 exporting layers 0.6s done [2024-06-18T03:26:09.509Z] #98 writing image sha256:ae660f700ae973fb7b425bca09c84510e0f33059423cdc713a5cc76a610d02b7 done [2024-06-18T03:26:09.509Z] #98 naming to docker.io/library/core-command-arm64 done [2024-06-18T03:26:09.509Z] #98 DONE 11.3s [2024-06-18T03:26:09.509Z] [2024-06-18T03:26:09.509Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T03:26:24.481Z] #40 ... [2024-06-18T03:26:24.481Z] [2024-06-18T03:26:24.481Z] #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-06-18T03:26:24.481Z] #136 DONE 1654.5s [2024-06-18T03:26:24.481Z] [2024-06-18T03:26:24.481Z] #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-06-18T03:26:24.481Z] #133 ... [2024-06-18T03:26:24.481Z] [2024-06-18T03:26:24.481Z] #188 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T03:26:24.481Z] #188 DONE 0.1s [2024-06-18T03:26:24.481Z] [2024-06-18T03:26:24.481Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T03:26:24.481Z] #40 ... [2024-06-18T03:26:24.481Z] [2024-06-18T03:26:24.481Z] #189 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-06-18T03:26:24.481Z] #189 DONE 0.2s [2024-06-18T03:26:24.481Z] [2024-06-18T03:26:24.481Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-06-18T03:26:24.481Z] #137 ... [2024-06-18T03:26:24.481Z] [2024-06-18T03:26:24.481Z] #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-06-18T03:26:24.481Z] #133 DONE 1655.6s [2024-06-18T03:26:24.481Z] [2024-06-18T03:26:24.481Z] #190 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-06-18T03:26:24.481Z] #190 ... [2024-06-18T03:26:24.481Z] [2024-06-18T03:26:24.481Z] #191 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T03:26:24.481Z] #191 DONE 0.1s [2024-06-18T03:26:24.748Z] [2024-06-18T03:26:24.748Z] #192 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-06-18T03:26:24.748Z] #192 DONE 0.2s [2024-06-18T03:26:24.748Z] [2024-06-18T03:26:24.748Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T03:26:25.013Z] #40 ... [2024-06-18T03:26:25.013Z] [2024-06-18T03:26:25.013Z] #190 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-06-18T03:26:25.013Z] #190 DONE 1.0s [2024-06-18T03:26:25.013Z] [2024-06-18T03:26:25.013Z] #193 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-06-18T03:26:25.281Z] #193 DONE 0.3s [2024-06-18T03:26:25.281Z] [2024-06-18T03:26:25.281Z] #98 [core-data] exporting to image [2024-06-18T03:26:25.281Z] #98 exporting layers [2024-06-18T03:26:25.548Z] #98 ... [2024-06-18T03:26:25.548Z] [2024-06-18T03:26:25.548Z] #194 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-06-18T03:26:25.548Z] #194 DONE 0.8s [2024-06-18T03:26:25.815Z] [2024-06-18T03:26:25.815Z] #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-06-18T03:26:26.081Z] #195 DONE 0.2s [2024-06-18T03:26:26.081Z] [2024-06-18T03:26:26.081Z] #98 [core-data] exporting to image [2024-06-18T03:26:26.081Z] #98 exporting layers 0.7s done [2024-06-18T03:26:26.081Z] #98 writing image sha256:afc8bedf754146bf18c48c14bea5ef6cd7f06aec2a11011d9493463c982cf47c done [2024-06-18T03:26:26.081Z] #98 naming to docker.io/library/core-data-arm64 done [2024-06-18T03:26:26.081Z] #98 DONE 12.1s [2024-06-18T03:26:26.081Z] [2024-06-18T03:26:26.081Z] #196 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-06-18T03:26:26.348Z] #196 DONE 0.2s [2024-06-18T03:26:26.348Z] [2024-06-18T03:26:26.348Z] #98 [core-metadata] exporting to image [2024-06-18T03:26:26.617Z] #98 exporting layers 0.5s done [2024-06-18T03:26:26.618Z] #98 writing image sha256:8ff12751953be290852ec4a28c9a9b566fbc96b45a2094ed0a967ae0b9f21ce1 done [2024-06-18T03:26:26.618Z] #98 naming to docker.io/library/core-metadata-arm64 done [2024-06-18T03:26:26.618Z] #98 DONE 12.6s [2024-06-18T03:26:26.618Z] [2024-06-18T03:26:26.618Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-06-18T03:26:53.271Z] #130 DONE 1682.8s [2024-06-18T03:26:53.271Z] [2024-06-18T03:26:53.271Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-06-18T03:26:53.271Z] #137 DONE 1682.9s [2024-06-18T03:26:53.271Z] [2024-06-18T03:26:53.271Z] #29 [security-spire-config internal] load .dockerignore [2024-06-18T03:26:53.271Z] #29 ... [2024-06-18T03:26:53.271Z] [2024-06-18T03:26:53.271Z] #197 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T03:26:53.271Z] #197 DONE 0.2s [2024-06-18T03:26:53.271Z] [2024-06-18T03:26:53.271Z] #198 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-06-18T03:26:53.271Z] #198 DONE 0.2s [2024-06-18T03:26:53.271Z] [2024-06-18T03:26:53.271Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T03:26:53.271Z] #40 ... [2024-06-18T03:26:53.271Z] [2024-06-18T03:26:53.271Z] #199 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-06-18T03:26:53.271Z] #199 DONE 0.1s [2024-06-18T03:26:53.271Z] [2024-06-18T03:26:53.271Z] #200 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-06-18T03:26:53.271Z] #200 ... [2024-06-18T03:26:53.271Z] [2024-06-18T03:26:53.271Z] #201 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-06-18T03:26:53.271Z] #201 DONE 0.1s [2024-06-18T03:26:53.271Z] [2024-06-18T03:26:53.271Z] #202 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-06-18T03:26:53.271Z] #202 DONE 0.4s [2024-06-18T03:26:53.271Z] [2024-06-18T03:26:53.271Z] #200 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-06-18T03:26:53.271Z] #200 DONE 0.5s [2024-06-18T03:26:53.271Z] [2024-06-18T03:26:53.271Z] #203 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-06-18T03:26:53.271Z] #203 DONE 0.1s [2024-06-18T03:26:53.271Z] [2024-06-18T03:26:53.271Z] #204 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-06-18T03:26:53.271Z] #204 DONE 0.1s [2024-06-18T03:26:53.271Z] [2024-06-18T03:26:53.271Z] #98 [support-notifications] exporting to image [2024-06-18T03:26:53.271Z] #98 exporting layers [2024-06-18T03:26:53.271Z] #98 exporting layers 0.4s done [2024-06-18T03:26:53.271Z] #98 exporting layers 0.4s done [2024-06-18T03:26:53.271Z] #98 writing image sha256:0d17168ec1b41ab2f1be6475ee5c259684c656c7003e38f3a0bfe87db33d6fed done [2024-06-18T03:26:53.272Z] #98 naming to docker.io/library/support-scheduler-arm64 done [2024-06-18T03:26:53.272Z] #98 writing image sha256:1e0d9c65e6fb3a109512dd9db07530a9fd9c67cdcfd66ed84cd467b21d3e4c37 done [2024-06-18T03:26:53.272Z] #98 naming to docker.io/library/support-notifications-arm64 done [2024-06-18T03:26:53.272Z] #98 DONE 13.1s [2024-06-18T03:26:53.272Z] [2024-06-18T03:26:53.272Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-06-18T03:26:53.272Z] time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T03:26:53.272Z] time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T03:26:53.272Z] time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T03:26:53.272Z] time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T03:26:53.272Z] time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T03:26:53.272Z] time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T03:26:53.272Z] time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T03:26:53.272Z] time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T03:26:53.272Z] time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T03:26:53.272Z] time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T03:26:53.272Z] time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T03:26:53.272Z] time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T03:26:53.272Z] time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-06-18T03:26:53.272Z] time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-06-18T03:26:53.277Z] $ docker stop --time=1 4604a998dcc13af04bb57ee521bfb380c58fbcf609e0d98e0aa160886a1a043e [2024-06-18T03:26:54.887Z] $ docker rm -f --volumes 4604a998dcc13af04bb57ee521bfb380c58fbcf609e0d98e0aa160886a1a043e [Pipeline] // withDockerContainer [Pipeline] sh [2024-06-18T03:26:55.443Z] + docker images [2024-06-18T03:26:55.443Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-06-18T03:26:55.443Z] support-scheduler-arm64 latest 0d17168ec1b4 3 seconds ago 43.8MB [2024-06-18T03:26:55.443Z] support-notifications-arm64 latest 1e0d9c65e6fb 3 seconds ago 44.4MB [2024-06-18T03:26:55.443Z] core-metadata-arm64 latest 8ff12751953b 30 seconds ago 41.7MB [2024-06-18T03:26:55.443Z] core-data-arm64 latest afc8bedf7541 31 seconds ago 41.5MB [2024-06-18T03:26:55.443Z] core-command-arm64 latest ae660f700ae9 49 seconds ago 41.2MB [2024-06-18T03:26:55.443Z] security-proxy-auth-arm64 latest 60fc3252a698 About a minute ago 38.9MB [2024-06-18T03:26:55.443Z] security-spiffe-token-provider-arm64 latest 58e87f817a13 7 minutes ago 35.4MB [2024-06-18T03:26:55.443Z] core-common-config-bootstrapper-arm64 latest d0449a0d6865 9 minutes ago 21.7MB [2024-06-18T03:26:55.443Z] security-secretstore-setup-arm64 latest 0fe0a0b22abc 10 minutes ago 42.6MB [2024-06-18T03:26:55.443Z] security-proxy-setup-arm64 latest bd0dada65bff 10 minutes ago 32.5MB [2024-06-18T03:26:55.443Z] security-bootstrapper-arm64 latest ea85896cedca 10 minutes ago 25.2MB [2024-06-18T03:26:55.443Z] security-spire-agent-arm64 latest d6f7e0a0afc6 28 minutes ago 159MB [2024-06-18T03:26:55.443Z] security-spire-config-arm64 latest a83d0e118b96 28 minutes ago 102MB [2024-06-18T03:26:55.443Z] security-spire-server-arm64 latest c955dcdefc62 28 minutes ago 103MB [2024-06-18T03:26:55.443Z] ci-base-image-arm64 latest 194e17ba91b8 30 minutes ago 962MB [2024-06-18T03:26:55.443Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 8 weeks ago 561MB [2024-06-18T03:26:55.443Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 12 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-06-18T03:26:55.583Z] provisioning config files... [2024-06-18T03:26:55.598Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/643@tmp/config6571705013200428776tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-06-18T03:26:55.995Z] ---> ****-login.sh [2024-06-18T03:26:55.995Z] nexus3.edgexfoundry.org:10001 [2024-06-18T03:26:55.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T03:26:56.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T03:26:56.272Z] Configure a credential helper to remove this warning. See [2024-06-18T03:26:56.272Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T03:26:56.272Z] [2024-06-18T03:26:56.272Z] Login Succeeded [2024-06-18T03:26:56.272Z] nexus3.edgexfoundry.org:10002 [2024-06-18T03:26:56.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T03:26:56.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T03:26:56.823Z] Configure a credential helper to remove this warning. See [2024-06-18T03:26:56.823Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T03:26:56.823Z] [2024-06-18T03:26:56.823Z] Login Succeeded [2024-06-18T03:26:56.823Z] nexus3.edgexfoundry.org:10003 [2024-06-18T03:26:57.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T03:26:57.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T03:26:57.093Z] Configure a credential helper to remove this warning. See [2024-06-18T03:26:57.093Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T03:26:57.093Z] [2024-06-18T03:26:57.093Z] Login Succeeded [2024-06-18T03:26:57.093Z] nexus3.edgexfoundry.org:10004 [2024-06-18T03:26:57.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T03:26:57.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T03:26:57.645Z] Configure a credential helper to remove this warning. See [2024-06-18T03:26:57.645Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T03:26:57.645Z] [2024-06-18T03:26:57.645Z] Login Succeeded [2024-06-18T03:26:57.645Z] ****.io [2024-06-18T03:26:57.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-06-18T03:26:58.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-06-18T03:26:58.199Z] Configure a credential helper to remove this warning. See [2024-06-18T03:26:58.199Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-06-18T03:26:58.199Z] [2024-06-18T03:26:58.199Z] Login Succeeded [2024-06-18T03:26:58.199Z] ---> ****-login.sh ends [Pipeline] } [2024-06-18T03:26:58.221Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T03:26:58.266Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-06-18T03:26:58.298Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-06-18T03:26:58.298Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:26:58.298Z] latest [2024-06-18T03:26:58.298Z] 3.2.0-dev.25 [2024-06-18T03:26:58.298Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:26:58.298Z] main [2024-06-18T03:26:58.298Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:26:58.679Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:26:59.036Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:26:59.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-06-18T03:26:59.036Z] 600593cb249f: Preparing [2024-06-18T03:26:59.036Z] 81e1ab0ab857: Preparing [2024-06-18T03:26:59.036Z] 59d8c12b47a2: Preparing [2024-06-18T03:26:59.036Z] c64a611ba147: Preparing [2024-06-18T03:26:59.036Z] 09354b23afcb: Preparing [2024-06-18T03:26:59.036Z] 697530da8006: Preparing [2024-06-18T03:26:59.036Z] 7c504f21be85: Preparing [2024-06-18T03:26:59.036Z] 697530da8006: Waiting [2024-06-18T03:26:59.036Z] 7c504f21be85: Waiting [2024-06-18T03:26:59.302Z] 59d8c12b47a2: Pushed [2024-06-18T03:26:59.302Z] c64a611ba147: Pushed [2024-06-18T03:26:59.302Z] 600593cb249f: Pushed [2024-06-18T03:26:59.302Z] 7c504f21be85: Layer already exists [2024-06-18T03:26:59.568Z] 697530da8006: Pushed [2024-06-18T03:27:00.969Z] 09354b23afcb: Pushed [2024-06-18T03:27:05.212Z] 81e1ab0ab857: Pushed [2024-06-18T03:27:05.212Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:a8cf91a529f79c89a0edca0dcdb6e865e8bed9a4b60cd641f22ec15f494fa23b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:05.574Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:05.923Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-06-18T03:27:05.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-06-18T03:27:05.923Z] 600593cb249f: Preparing [2024-06-18T03:27:05.923Z] 81e1ab0ab857: Preparing [2024-06-18T03:27:05.923Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:05.923Z] c64a611ba147: Preparing [2024-06-18T03:27:05.923Z] 09354b23afcb: Preparing [2024-06-18T03:27:05.923Z] 697530da8006: Preparing [2024-06-18T03:27:05.923Z] 7c504f21be85: Preparing [2024-06-18T03:27:05.923Z] 7c504f21be85: Waiting [2024-06-18T03:27:05.923Z] 697530da8006: Waiting [2024-06-18T03:27:05.923Z] 81e1ab0ab857: Layer already exists [2024-06-18T03:27:05.923Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:05.923Z] c64a611ba147: Layer already exists [2024-06-18T03:27:05.923Z] 600593cb249f: Layer already exists [2024-06-18T03:27:05.923Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:05.923Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:05.923Z] 697530da8006: Layer already exists [2024-06-18T03:27:06.188Z] latest: digest: sha256:a8cf91a529f79c89a0edca0dcdb6e865e8bed9a4b60cd641f22ec15f494fa23b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:06.542Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:06.898Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.25 [2024-06-18T03:27:06.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-06-18T03:27:06.899Z] 600593cb249f: Preparing [2024-06-18T03:27:06.899Z] 81e1ab0ab857: Preparing [2024-06-18T03:27:06.899Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:06.899Z] c64a611ba147: Preparing [2024-06-18T03:27:06.899Z] 09354b23afcb: Preparing [2024-06-18T03:27:06.899Z] 697530da8006: Preparing [2024-06-18T03:27:06.899Z] 7c504f21be85: Preparing [2024-06-18T03:27:06.899Z] 697530da8006: Waiting [2024-06-18T03:27:06.899Z] 7c504f21be85: Waiting [2024-06-18T03:27:06.899Z] 600593cb249f: Layer already exists [2024-06-18T03:27:06.899Z] 81e1ab0ab857: Layer already exists [2024-06-18T03:27:06.899Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:06.899Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:06.899Z] c64a611ba147: Layer already exists [2024-06-18T03:27:06.899Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:06.899Z] 697530da8006: Layer already exists [2024-06-18T03:27:07.168Z] 3.2.0-dev.25: digest: sha256:a8cf91a529f79c89a0edca0dcdb6e865e8bed9a4b60cd641f22ec15f494fa23b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:07.532Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:07.882Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:07.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-06-18T03:27:07.882Z] 600593cb249f: Preparing [2024-06-18T03:27:07.882Z] 81e1ab0ab857: Preparing [2024-06-18T03:27:07.882Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:07.882Z] c64a611ba147: Preparing [2024-06-18T03:27:07.882Z] 09354b23afcb: Preparing [2024-06-18T03:27:07.882Z] 697530da8006: Preparing [2024-06-18T03:27:07.882Z] 7c504f21be85: Preparing [2024-06-18T03:27:07.882Z] 697530da8006: Waiting [2024-06-18T03:27:07.882Z] 7c504f21be85: Waiting [2024-06-18T03:27:07.882Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:07.882Z] 81e1ab0ab857: Layer already exists [2024-06-18T03:27:07.882Z] c64a611ba147: Layer already exists [2024-06-18T03:27:07.882Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:07.882Z] 600593cb249f: Layer already exists [2024-06-18T03:27:07.882Z] 697530da8006: Layer already exists [2024-06-18T03:27:07.882Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:08.147Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:a8cf91a529f79c89a0edca0dcdb6e865e8bed9a4b60cd641f22ec15f494fa23b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:08.499Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:08.852Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-06-18T03:27:08.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-06-18T03:27:08.852Z] 600593cb249f: Preparing [2024-06-18T03:27:08.852Z] 81e1ab0ab857: Preparing [2024-06-18T03:27:08.852Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:08.852Z] c64a611ba147: Preparing [2024-06-18T03:27:08.852Z] 09354b23afcb: Preparing [2024-06-18T03:27:08.852Z] 697530da8006: Preparing [2024-06-18T03:27:08.852Z] 7c504f21be85: Preparing [2024-06-18T03:27:08.852Z] 697530da8006: Waiting [2024-06-18T03:27:08.852Z] 7c504f21be85: Waiting [2024-06-18T03:27:08.852Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:08.852Z] 600593cb249f: Layer already exists [2024-06-18T03:27:08.852Z] 81e1ab0ab857: Layer already exists [2024-06-18T03:27:08.852Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:08.852Z] c64a611ba147: Layer already exists [2024-06-18T03:27:08.852Z] 697530da8006: Layer already exists [2024-06-18T03:27:08.852Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:09.118Z] main: digest: sha256:a8cf91a529f79c89a0edca0dcdb6e865e8bed9a4b60cd641f22ec15f494fa23b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T03:27:09.193Z] ===================================================== [Pipeline] echo [2024-06-18T03:27:09.209Z] taggedImages: [2024-06-18T03:27:09.209Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:09.209Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-06-18T03:27:09.209Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.25 [2024-06-18T03:27:09.209Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:09.209Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-06-18T03:27:09.238Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-06-18T03:27:09.238Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:09.238Z] latest [2024-06-18T03:27:09.238Z] 3.2.0-dev.25 [2024-06-18T03:27:09.238Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:09.238Z] main [2024-06-18T03:27:09.238Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:09.609Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:09.966Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:09.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-06-18T03:27:09.966Z] 43d272fe520f: Preparing [2024-06-18T03:27:09.966Z] 04198233601c: Preparing [2024-06-18T03:27:09.966Z] 2892d18dd0b1: Preparing [2024-06-18T03:27:09.966Z] 16c6126e6b43: Preparing [2024-06-18T03:27:09.966Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:09.966Z] c64a611ba147: Preparing [2024-06-18T03:27:09.966Z] 09354b23afcb: Preparing [2024-06-18T03:27:09.966Z] 697530da8006: Preparing [2024-06-18T03:27:09.966Z] 7c504f21be85: Preparing [2024-06-18T03:27:09.966Z] 09354b23afcb: Waiting [2024-06-18T03:27:09.966Z] 697530da8006: Waiting [2024-06-18T03:27:09.966Z] c64a611ba147: Waiting [2024-06-18T03:27:09.966Z] 7c504f21be85: Waiting [2024-06-18T03:27:09.966Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:10.232Z] c64a611ba147: Layer already exists [2024-06-18T03:27:10.232Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:10.232Z] 2892d18dd0b1: Pushed [2024-06-18T03:27:10.232Z] 04198233601c: Pushed [2024-06-18T03:27:10.232Z] 697530da8006: Layer already exists [2024-06-18T03:27:10.232Z] 43d272fe520f: Pushed [2024-06-18T03:27:10.232Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:12.164Z] 16c6126e6b43: Pushed [2024-06-18T03:27:12.164Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:972f6f7f2f4ddf2f5acbaf8dfe0f93f1d9a3a01696bf2c01dc3233d595379bdd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:12.512Z] + 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-06-18T03:27:12.861Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-06-18T03:27:12.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-06-18T03:27:12.861Z] 43d272fe520f: Preparing [2024-06-18T03:27:12.861Z] 04198233601c: Preparing [2024-06-18T03:27:12.861Z] 2892d18dd0b1: Preparing [2024-06-18T03:27:12.861Z] 16c6126e6b43: Preparing [2024-06-18T03:27:12.861Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:12.861Z] c64a611ba147: Preparing [2024-06-18T03:27:12.861Z] 09354b23afcb: Preparing [2024-06-18T03:27:12.861Z] 697530da8006: Preparing [2024-06-18T03:27:12.861Z] 7c504f21be85: Preparing [2024-06-18T03:27:12.861Z] c64a611ba147: Waiting [2024-06-18T03:27:12.861Z] 09354b23afcb: Waiting [2024-06-18T03:27:12.861Z] 697530da8006: Waiting [2024-06-18T03:27:12.861Z] 7c504f21be85: Waiting [2024-06-18T03:27:12.861Z] 2892d18dd0b1: Layer already exists [2024-06-18T03:27:12.861Z] 04198233601c: Layer already exists [2024-06-18T03:27:12.861Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:12.861Z] 16c6126e6b43: Layer already exists [2024-06-18T03:27:12.861Z] 43d272fe520f: Layer already exists [2024-06-18T03:27:12.861Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:12.861Z] 697530da8006: Layer already exists [2024-06-18T03:27:12.861Z] c64a611ba147: Layer already exists [2024-06-18T03:27:12.861Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:13.125Z] latest: digest: sha256:972f6f7f2f4ddf2f5acbaf8dfe0f93f1d9a3a01696bf2c01dc3233d595379bdd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:13.470Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:13.823Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.25 [2024-06-18T03:27:13.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-06-18T03:27:13.823Z] 43d272fe520f: Preparing [2024-06-18T03:27:13.823Z] 04198233601c: Preparing [2024-06-18T03:27:13.823Z] 2892d18dd0b1: Preparing [2024-06-18T03:27:13.823Z] 16c6126e6b43: Preparing [2024-06-18T03:27:13.823Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:13.823Z] c64a611ba147: Preparing [2024-06-18T03:27:13.823Z] 09354b23afcb: Preparing [2024-06-18T03:27:13.823Z] 697530da8006: Preparing [2024-06-18T03:27:13.823Z] 7c504f21be85: Preparing [2024-06-18T03:27:13.823Z] c64a611ba147: Waiting [2024-06-18T03:27:13.823Z] 697530da8006: Waiting [2024-06-18T03:27:13.823Z] 09354b23afcb: Waiting [2024-06-18T03:27:13.823Z] 7c504f21be85: Waiting [2024-06-18T03:27:13.823Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:13.823Z] 43d272fe520f: Layer already exists [2024-06-18T03:27:13.823Z] 2892d18dd0b1: Layer already exists [2024-06-18T03:27:13.823Z] 16c6126e6b43: Layer already exists [2024-06-18T03:27:13.823Z] 04198233601c: Layer already exists [2024-06-18T03:27:13.823Z] 697530da8006: Layer already exists [2024-06-18T03:27:13.823Z] c64a611ba147: Layer already exists [2024-06-18T03:27:13.823Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:13.823Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:14.088Z] 3.2.0-dev.25: digest: sha256:972f6f7f2f4ddf2f5acbaf8dfe0f93f1d9a3a01696bf2c01dc3233d595379bdd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:14.452Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:14.812Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:14.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-06-18T03:27:14.812Z] 43d272fe520f: Preparing [2024-06-18T03:27:14.812Z] 04198233601c: Preparing [2024-06-18T03:27:14.812Z] 2892d18dd0b1: Preparing [2024-06-18T03:27:14.812Z] 16c6126e6b43: Preparing [2024-06-18T03:27:14.812Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:14.812Z] c64a611ba147: Preparing [2024-06-18T03:27:14.812Z] 09354b23afcb: Preparing [2024-06-18T03:27:14.812Z] 697530da8006: Preparing [2024-06-18T03:27:14.812Z] 7c504f21be85: Preparing [2024-06-18T03:27:14.812Z] 09354b23afcb: Waiting [2024-06-18T03:27:14.812Z] 697530da8006: Waiting [2024-06-18T03:27:14.812Z] 7c504f21be85: Waiting [2024-06-18T03:27:14.812Z] c64a611ba147: Waiting [2024-06-18T03:27:14.812Z] 2892d18dd0b1: Layer already exists [2024-06-18T03:27:14.812Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:14.812Z] 04198233601c: Layer already exists [2024-06-18T03:27:14.812Z] 43d272fe520f: Layer already exists [2024-06-18T03:27:14.812Z] 16c6126e6b43: Layer already exists [2024-06-18T03:27:14.812Z] c64a611ba147: Layer already exists [2024-06-18T03:27:14.812Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:14.812Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:14.812Z] 697530da8006: Layer already exists [2024-06-18T03:27:15.076Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:972f6f7f2f4ddf2f5acbaf8dfe0f93f1d9a3a01696bf2c01dc3233d595379bdd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:15.432Z] + 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-06-18T03:27:15.788Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-06-18T03:27:15.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-06-18T03:27:15.788Z] 43d272fe520f: Preparing [2024-06-18T03:27:15.788Z] 04198233601c: Preparing [2024-06-18T03:27:15.788Z] 2892d18dd0b1: Preparing [2024-06-18T03:27:15.788Z] 16c6126e6b43: Preparing [2024-06-18T03:27:15.788Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:15.788Z] c64a611ba147: Preparing [2024-06-18T03:27:15.788Z] 09354b23afcb: Preparing [2024-06-18T03:27:15.788Z] 697530da8006: Preparing [2024-06-18T03:27:15.788Z] 7c504f21be85: Preparing [2024-06-18T03:27:15.788Z] c64a611ba147: Waiting [2024-06-18T03:27:15.788Z] 09354b23afcb: Waiting [2024-06-18T03:27:15.788Z] 697530da8006: Waiting [2024-06-18T03:27:15.788Z] 7c504f21be85: Waiting [2024-06-18T03:27:15.788Z] 43d272fe520f: Layer already exists [2024-06-18T03:27:15.788Z] 16c6126e6b43: Layer already exists [2024-06-18T03:27:15.788Z] 2892d18dd0b1: Layer already exists [2024-06-18T03:27:15.788Z] 04198233601c: Layer already exists [2024-06-18T03:27:15.788Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:15.788Z] c64a611ba147: Layer already exists [2024-06-18T03:27:15.788Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:15.788Z] 697530da8006: Layer already exists [2024-06-18T03:27:15.788Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:16.055Z] main: digest: sha256:972f6f7f2f4ddf2f5acbaf8dfe0f93f1d9a3a01696bf2c01dc3233d595379bdd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T03:27:16.146Z] ===================================================== [Pipeline] echo [2024-06-18T03:27:16.162Z] taggedImages: [2024-06-18T03:27:16.162Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:16.162Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-06-18T03:27:16.162Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.25 [2024-06-18T03:27:16.162Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:16.162Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-06-18T03:27:16.188Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-06-18T03:27:16.188Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:16.188Z] latest [2024-06-18T03:27:16.188Z] 3.2.0-dev.25 [2024-06-18T03:27:16.188Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:16.188Z] main [2024-06-18T03:27:16.188Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:16.556Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:16.910Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:16.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-06-18T03:27:16.910Z] 1514100a253f: Preparing [2024-06-18T03:27:16.910Z] 59a14d96f37f: Preparing [2024-06-18T03:27:16.910Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:16.910Z] c64a611ba147: Preparing [2024-06-18T03:27:16.910Z] 32481f0cbeff: Preparing [2024-06-18T03:27:16.910Z] 5d6f5ff60877: Preparing [2024-06-18T03:27:16.910Z] 7c504f21be85: Preparing [2024-06-18T03:27:16.910Z] 5d6f5ff60877: Waiting [2024-06-18T03:27:16.910Z] 7c504f21be85: Waiting [2024-06-18T03:27:17.175Z] c64a611ba147: Layer already exists [2024-06-18T03:27:17.176Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:17.176Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:17.176Z] 1514100a253f: Pushed [2024-06-18T03:27:17.176Z] 5d6f5ff60877: Pushed [2024-06-18T03:27:18.582Z] 32481f0cbeff: Pushed [2024-06-18T03:27:22.828Z] 59a14d96f37f: Pushed [2024-06-18T03:27:22.828Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:b65c0ba1862844283864b8c732f0711e75a2255f917c969a014eb7174a8d99f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:23.193Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:23.545Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-06-18T03:27:23.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-06-18T03:27:23.545Z] 1514100a253f: Preparing [2024-06-18T03:27:23.545Z] 59a14d96f37f: Preparing [2024-06-18T03:27:23.545Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:23.545Z] c64a611ba147: Preparing [2024-06-18T03:27:23.545Z] 32481f0cbeff: Preparing [2024-06-18T03:27:23.545Z] 5d6f5ff60877: Preparing [2024-06-18T03:27:23.545Z] 7c504f21be85: Preparing [2024-06-18T03:27:23.545Z] 5d6f5ff60877: Waiting [2024-06-18T03:27:23.545Z] 7c504f21be85: Waiting [2024-06-18T03:27:23.545Z] 1514100a253f: Layer already exists [2024-06-18T03:27:23.545Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:23.545Z] c64a611ba147: Layer already exists [2024-06-18T03:27:23.545Z] 59a14d96f37f: Layer already exists [2024-06-18T03:27:23.545Z] 32481f0cbeff: Layer already exists [2024-06-18T03:27:23.545Z] 5d6f5ff60877: Layer already exists [2024-06-18T03:27:23.545Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:23.812Z] latest: digest: sha256:b65c0ba1862844283864b8c732f0711e75a2255f917c969a014eb7174a8d99f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:24.167Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:24.525Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.25 [2024-06-18T03:27:24.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-06-18T03:27:24.525Z] 1514100a253f: Preparing [2024-06-18T03:27:24.525Z] 59a14d96f37f: Preparing [2024-06-18T03:27:24.525Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:24.525Z] c64a611ba147: Preparing [2024-06-18T03:27:24.525Z] 32481f0cbeff: Preparing [2024-06-18T03:27:24.525Z] 5d6f5ff60877: Preparing [2024-06-18T03:27:24.525Z] 7c504f21be85: Preparing [2024-06-18T03:27:24.525Z] 5d6f5ff60877: Waiting [2024-06-18T03:27:24.525Z] 7c504f21be85: Waiting [2024-06-18T03:27:24.525Z] 1514100a253f: Layer already exists [2024-06-18T03:27:24.525Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:24.525Z] 59a14d96f37f: Layer already exists [2024-06-18T03:27:24.525Z] c64a611ba147: Layer already exists [2024-06-18T03:27:24.525Z] 32481f0cbeff: Layer already exists [2024-06-18T03:27:24.525Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:24.525Z] 5d6f5ff60877: Layer already exists [2024-06-18T03:27:24.791Z] 3.2.0-dev.25: digest: sha256:b65c0ba1862844283864b8c732f0711e75a2255f917c969a014eb7174a8d99f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:25.159Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:25.504Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:25.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-06-18T03:27:25.504Z] 1514100a253f: Preparing [2024-06-18T03:27:25.504Z] 59a14d96f37f: Preparing [2024-06-18T03:27:25.504Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:25.504Z] c64a611ba147: Preparing [2024-06-18T03:27:25.504Z] 32481f0cbeff: Preparing [2024-06-18T03:27:25.504Z] 5d6f5ff60877: Preparing [2024-06-18T03:27:25.504Z] 7c504f21be85: Preparing [2024-06-18T03:27:25.504Z] 5d6f5ff60877: Waiting [2024-06-18T03:27:25.504Z] 7c504f21be85: Waiting [2024-06-18T03:27:25.504Z] c64a611ba147: Layer already exists [2024-06-18T03:27:25.504Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:25.504Z] 59a14d96f37f: Layer already exists [2024-06-18T03:27:25.504Z] 32481f0cbeff: Layer already exists [2024-06-18T03:27:25.504Z] 1514100a253f: Layer already exists [2024-06-18T03:27:25.504Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:25.504Z] 5d6f5ff60877: Layer already exists [2024-06-18T03:27:25.769Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:b65c0ba1862844283864b8c732f0711e75a2255f917c969a014eb7174a8d99f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:26.132Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:26.491Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-06-18T03:27:26.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-06-18T03:27:26.491Z] 1514100a253f: Preparing [2024-06-18T03:27:26.491Z] 59a14d96f37f: Preparing [2024-06-18T03:27:26.491Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:26.491Z] c64a611ba147: Preparing [2024-06-18T03:27:26.491Z] 32481f0cbeff: Preparing [2024-06-18T03:27:26.491Z] 5d6f5ff60877: Preparing [2024-06-18T03:27:26.491Z] 7c504f21be85: Preparing [2024-06-18T03:27:26.492Z] 5d6f5ff60877: Waiting [2024-06-18T03:27:26.492Z] 7c504f21be85: Waiting [2024-06-18T03:27:26.492Z] 32481f0cbeff: Layer already exists [2024-06-18T03:27:26.492Z] c64a611ba147: Layer already exists [2024-06-18T03:27:26.492Z] 59a14d96f37f: Layer already exists [2024-06-18T03:27:26.492Z] 1514100a253f: Layer already exists [2024-06-18T03:27:26.492Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:26.492Z] 5d6f5ff60877: Layer already exists [2024-06-18T03:27:26.492Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:26.758Z] main: digest: sha256:b65c0ba1862844283864b8c732f0711e75a2255f917c969a014eb7174a8d99f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T03:27:26.834Z] ===================================================== [Pipeline] echo [2024-06-18T03:27:26.849Z] taggedImages: [2024-06-18T03:27:26.849Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:26.849Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-06-18T03:27:26.849Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.25 [2024-06-18T03:27:26.849Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:26.849Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-06-18T03:27:26.881Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-06-18T03:27:26.881Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:26.881Z] latest [2024-06-18T03:27:26.881Z] 3.2.0-dev.25 [2024-06-18T03:27:26.881Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:26.881Z] main [2024-06-18T03:27:26.881Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:27.255Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:27.611Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:27.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-06-18T03:27:27.611Z] f168340969ce: Preparing [2024-06-18T03:27:27.611Z] 003184059d01: Preparing [2024-06-18T03:27:27.611Z] d6c72e5a084f: Preparing [2024-06-18T03:27:27.611Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:27.611Z] c64a611ba147: Preparing [2024-06-18T03:27:27.611Z] 09354b23afcb: Preparing [2024-06-18T03:27:27.611Z] 697530da8006: Preparing [2024-06-18T03:27:27.611Z] 7c504f21be85: Preparing [2024-06-18T03:27:27.611Z] 09354b23afcb: Waiting [2024-06-18T03:27:27.611Z] 697530da8006: Waiting [2024-06-18T03:27:27.611Z] 7c504f21be85: Waiting [2024-06-18T03:27:27.611Z] c64a611ba147: Layer already exists [2024-06-18T03:27:27.611Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:27.887Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:27.887Z] 697530da8006: Layer already exists [2024-06-18T03:27:27.887Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:27.887Z] 003184059d01: Pushed [2024-06-18T03:27:27.887Z] f168340969ce: Pushed [2024-06-18T03:27:34.519Z] d6c72e5a084f: Pushed [2024-06-18T03:27:34.519Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:f3735d0806a0d0465a9fb8a7460298b8961122b0fd9cd59f1d059728cbf7a736 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:34.875Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:35.221Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-06-18T03:27:35.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-06-18T03:27:35.221Z] f168340969ce: Preparing [2024-06-18T03:27:35.221Z] 003184059d01: Preparing [2024-06-18T03:27:35.221Z] d6c72e5a084f: Preparing [2024-06-18T03:27:35.221Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:35.221Z] c64a611ba147: Preparing [2024-06-18T03:27:35.221Z] 09354b23afcb: Preparing [2024-06-18T03:27:35.221Z] 697530da8006: Preparing [2024-06-18T03:27:35.221Z] 7c504f21be85: Preparing [2024-06-18T03:27:35.221Z] 09354b23afcb: Waiting [2024-06-18T03:27:35.221Z] 697530da8006: Waiting [2024-06-18T03:27:35.221Z] 7c504f21be85: Waiting [2024-06-18T03:27:35.221Z] f168340969ce: Layer already exists [2024-06-18T03:27:35.221Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:35.221Z] c64a611ba147: Layer already exists [2024-06-18T03:27:35.221Z] 003184059d01: Layer already exists [2024-06-18T03:27:35.221Z] d6c72e5a084f: Layer already exists [2024-06-18T03:27:35.221Z] 697530da8006: Layer already exists [2024-06-18T03:27:35.221Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:35.221Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:35.485Z] latest: digest: sha256:f3735d0806a0d0465a9fb8a7460298b8961122b0fd9cd59f1d059728cbf7a736 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:35.840Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:36.197Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.25 [2024-06-18T03:27:36.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-06-18T03:27:36.197Z] f168340969ce: Preparing [2024-06-18T03:27:36.197Z] 003184059d01: Preparing [2024-06-18T03:27:36.197Z] d6c72e5a084f: Preparing [2024-06-18T03:27:36.197Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:36.197Z] c64a611ba147: Preparing [2024-06-18T03:27:36.197Z] 09354b23afcb: Preparing [2024-06-18T03:27:36.197Z] 697530da8006: Preparing [2024-06-18T03:27:36.197Z] 7c504f21be85: Preparing [2024-06-18T03:27:36.197Z] 09354b23afcb: Waiting [2024-06-18T03:27:36.197Z] 697530da8006: Waiting [2024-06-18T03:27:36.197Z] 7c504f21be85: Waiting [2024-06-18T03:27:36.197Z] f168340969ce: Layer already exists [2024-06-18T03:27:36.197Z] c64a611ba147: Layer already exists [2024-06-18T03:27:36.197Z] 003184059d01: Layer already exists [2024-06-18T03:27:36.197Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:36.197Z] d6c72e5a084f: Layer already exists [2024-06-18T03:27:36.197Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:36.197Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:36.197Z] 697530da8006: Layer already exists [2024-06-18T03:27:36.197Z] 3.2.0-dev.25: digest: sha256:f3735d0806a0d0465a9fb8a7460298b8961122b0fd9cd59f1d059728cbf7a736 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:36.806Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:37.161Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:37.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-06-18T03:27:37.161Z] f168340969ce: Preparing [2024-06-18T03:27:37.161Z] 003184059d01: Preparing [2024-06-18T03:27:37.161Z] d6c72e5a084f: Preparing [2024-06-18T03:27:37.161Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:37.161Z] c64a611ba147: Preparing [2024-06-18T03:27:37.162Z] 09354b23afcb: Preparing [2024-06-18T03:27:37.162Z] 697530da8006: Preparing [2024-06-18T03:27:37.162Z] 7c504f21be85: Preparing [2024-06-18T03:27:37.162Z] 09354b23afcb: Waiting [2024-06-18T03:27:37.162Z] 697530da8006: Waiting [2024-06-18T03:27:37.162Z] 7c504f21be85: Waiting [2024-06-18T03:27:37.162Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:37.162Z] 003184059d01: Layer already exists [2024-06-18T03:27:37.162Z] d6c72e5a084f: Layer already exists [2024-06-18T03:27:37.162Z] c64a611ba147: Layer already exists [2024-06-18T03:27:37.162Z] f168340969ce: Layer already exists [2024-06-18T03:27:37.162Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:37.162Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:37.162Z] 697530da8006: Layer already exists [2024-06-18T03:27:37.162Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:f3735d0806a0d0465a9fb8a7460298b8961122b0fd9cd59f1d059728cbf7a736 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:37.771Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:38.124Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-06-18T03:27:38.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-06-18T03:27:38.124Z] f168340969ce: Preparing [2024-06-18T03:27:38.124Z] 003184059d01: Preparing [2024-06-18T03:27:38.124Z] d6c72e5a084f: Preparing [2024-06-18T03:27:38.124Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:38.124Z] c64a611ba147: Preparing [2024-06-18T03:27:38.124Z] 09354b23afcb: Preparing [2024-06-18T03:27:38.124Z] 697530da8006: Preparing [2024-06-18T03:27:38.124Z] 7c504f21be85: Preparing [2024-06-18T03:27:38.124Z] 697530da8006: Waiting [2024-06-18T03:27:38.124Z] 09354b23afcb: Waiting [2024-06-18T03:27:38.124Z] 7c504f21be85: Waiting [2024-06-18T03:27:38.124Z] f168340969ce: Layer already exists [2024-06-18T03:27:38.124Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:38.124Z] c64a611ba147: Layer already exists [2024-06-18T03:27:38.124Z] 003184059d01: Layer already exists [2024-06-18T03:27:38.124Z] d6c72e5a084f: Layer already exists [2024-06-18T03:27:38.124Z] 697530da8006: Layer already exists [2024-06-18T03:27:38.124Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:38.124Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:38.388Z] main: digest: sha256:f3735d0806a0d0465a9fb8a7460298b8961122b0fd9cd59f1d059728cbf7a736 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T03:27:38.467Z] ===================================================== [Pipeline] echo [2024-06-18T03:27:38.478Z] taggedImages: [2024-06-18T03:27:38.478Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:38.478Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-06-18T03:27:38.478Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.25 [2024-06-18T03:27:38.478Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:38.478Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-06-18T03:27:38.503Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-06-18T03:27:38.503Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:38.503Z] latest [2024-06-18T03:27:38.503Z] 3.2.0-dev.25 [2024-06-18T03:27:38.503Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:38.503Z] main [2024-06-18T03:27:38.503Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:38.857Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:39.194Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:39.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-06-18T03:27:39.194Z] 7a21d59a94c6: Preparing [2024-06-18T03:27:39.194Z] ed5965355df5: Preparing [2024-06-18T03:27:39.194Z] 583539d0eccc: Preparing [2024-06-18T03:27:39.194Z] a4cc7abe044b: Preparing [2024-06-18T03:27:39.194Z] 63b26e779f6d: Preparing [2024-06-18T03:27:39.194Z] f7d1eeee53b0: Preparing [2024-06-18T03:27:39.194Z] 7951e8256f91: Preparing [2024-06-18T03:27:39.194Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:39.194Z] c64a611ba147: Preparing [2024-06-18T03:27:39.194Z] f67cbf0e9d85: Preparing [2024-06-18T03:27:39.194Z] 45a553b0684a: Preparing [2024-06-18T03:27:39.194Z] 5f70bf18a086: Preparing [2024-06-18T03:27:39.194Z] b5f5e98e1031: Preparing [2024-06-18T03:27:39.194Z] 706a49458b6e: Preparing [2024-06-18T03:27:39.194Z] 3526e2b4417d: Preparing [2024-06-18T03:27:39.194Z] 7c504f21be85: Preparing [2024-06-18T03:27:39.194Z] f7d1eeee53b0: Waiting [2024-06-18T03:27:39.194Z] 7951e8256f91: Waiting [2024-06-18T03:27:39.194Z] 59d8c12b47a2: Waiting [2024-06-18T03:27:39.194Z] c64a611ba147: Waiting [2024-06-18T03:27:39.194Z] f67cbf0e9d85: Waiting [2024-06-18T03:27:39.194Z] 45a553b0684a: Waiting [2024-06-18T03:27:39.194Z] 5f70bf18a086: Waiting [2024-06-18T03:27:39.194Z] 3526e2b4417d: Waiting [2024-06-18T03:27:39.194Z] b5f5e98e1031: Waiting [2024-06-18T03:27:39.194Z] 7c504f21be85: Waiting [2024-06-18T03:27:39.194Z] 706a49458b6e: Waiting [2024-06-18T03:27:39.460Z] ed5965355df5: Pushed [2024-06-18T03:27:39.460Z] 63b26e779f6d: Pushed [2024-06-18T03:27:39.460Z] 583539d0eccc: Pushed [2024-06-18T03:27:39.460Z] 7a21d59a94c6: Pushed [2024-06-18T03:27:39.460Z] a4cc7abe044b: Pushed [2024-06-18T03:27:39.460Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:39.460Z] c64a611ba147: Layer already exists [2024-06-18T03:27:39.460Z] 5f70bf18a086: Layer already exists [2024-06-18T03:27:39.460Z] f7d1eeee53b0: Pushed [2024-06-18T03:27:39.727Z] f67cbf0e9d85: Pushed [2024-06-18T03:27:39.727Z] 45a553b0684a: Pushed [2024-06-18T03:27:39.727Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:39.727Z] b5f5e98e1031: Pushed [2024-06-18T03:27:39.727Z] 3526e2b4417d: Pushed [2024-06-18T03:27:41.663Z] 706a49458b6e: Pushed [2024-06-18T03:27:42.242Z] 7951e8256f91: Pushed [2024-06-18T03:27:42.511Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:d85dd8c3327c75220c858a38a060dc4ed46ac9bcbb9f94718bcbe40d4dd04647 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:42.873Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:43.224Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-06-18T03:27:43.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-06-18T03:27:43.224Z] 7a21d59a94c6: Preparing [2024-06-18T03:27:43.224Z] ed5965355df5: Preparing [2024-06-18T03:27:43.224Z] 583539d0eccc: Preparing [2024-06-18T03:27:43.224Z] a4cc7abe044b: Preparing [2024-06-18T03:27:43.224Z] 63b26e779f6d: Preparing [2024-06-18T03:27:43.224Z] f7d1eeee53b0: Preparing [2024-06-18T03:27:43.224Z] 7951e8256f91: Preparing [2024-06-18T03:27:43.224Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:43.224Z] c64a611ba147: Preparing [2024-06-18T03:27:43.224Z] f67cbf0e9d85: Preparing [2024-06-18T03:27:43.224Z] 45a553b0684a: Preparing [2024-06-18T03:27:43.224Z] 5f70bf18a086: Preparing [2024-06-18T03:27:43.224Z] b5f5e98e1031: Preparing [2024-06-18T03:27:43.224Z] 706a49458b6e: Preparing [2024-06-18T03:27:43.224Z] 3526e2b4417d: Preparing [2024-06-18T03:27:43.224Z] 7c504f21be85: Preparing [2024-06-18T03:27:43.224Z] 45a553b0684a: Waiting [2024-06-18T03:27:43.224Z] 5f70bf18a086: Waiting [2024-06-18T03:27:43.224Z] b5f5e98e1031: Waiting [2024-06-18T03:27:43.224Z] 706a49458b6e: Waiting [2024-06-18T03:27:43.224Z] f7d1eeee53b0: Waiting [2024-06-18T03:27:43.224Z] 3526e2b4417d: Waiting [2024-06-18T03:27:43.224Z] 7c504f21be85: Waiting [2024-06-18T03:27:43.224Z] 7951e8256f91: Waiting [2024-06-18T03:27:43.224Z] c64a611ba147: Waiting [2024-06-18T03:27:43.224Z] f67cbf0e9d85: Waiting [2024-06-18T03:27:43.224Z] 59d8c12b47a2: Waiting [2024-06-18T03:27:43.224Z] a4cc7abe044b: Layer already exists [2024-06-18T03:27:43.224Z] ed5965355df5: Layer already exists [2024-06-18T03:27:43.224Z] 63b26e779f6d: Layer already exists [2024-06-18T03:27:43.224Z] 583539d0eccc: Layer already exists [2024-06-18T03:27:43.224Z] 7a21d59a94c6: Layer already exists [2024-06-18T03:27:43.224Z] 7951e8256f91: Layer already exists [2024-06-18T03:27:43.224Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:43.224Z] f67cbf0e9d85: Layer already exists [2024-06-18T03:27:43.224Z] f7d1eeee53b0: Layer already exists [2024-06-18T03:27:43.224Z] c64a611ba147: Layer already exists [2024-06-18T03:27:43.224Z] b5f5e98e1031: Layer already exists [2024-06-18T03:27:43.224Z] 5f70bf18a086: Layer already exists [2024-06-18T03:27:43.224Z] 45a553b0684a: Layer already exists [2024-06-18T03:27:43.224Z] 706a49458b6e: Layer already exists [2024-06-18T03:27:43.224Z] 3526e2b4417d: Layer already exists [2024-06-18T03:27:43.224Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:43.488Z] latest: digest: sha256:d85dd8c3327c75220c858a38a060dc4ed46ac9bcbb9f94718bcbe40d4dd04647 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:43.842Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:44.196Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.25 [2024-06-18T03:27:44.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-06-18T03:27:44.196Z] 7a21d59a94c6: Preparing [2024-06-18T03:27:44.196Z] ed5965355df5: Preparing [2024-06-18T03:27:44.196Z] 583539d0eccc: Preparing [2024-06-18T03:27:44.196Z] a4cc7abe044b: Preparing [2024-06-18T03:27:44.196Z] 63b26e779f6d: Preparing [2024-06-18T03:27:44.196Z] f7d1eeee53b0: Preparing [2024-06-18T03:27:44.196Z] 7951e8256f91: Preparing [2024-06-18T03:27:44.196Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:44.196Z] c64a611ba147: Preparing [2024-06-18T03:27:44.196Z] f67cbf0e9d85: Preparing [2024-06-18T03:27:44.196Z] 45a553b0684a: Preparing [2024-06-18T03:27:44.196Z] 5f70bf18a086: Preparing [2024-06-18T03:27:44.196Z] b5f5e98e1031: Preparing [2024-06-18T03:27:44.196Z] 706a49458b6e: Preparing [2024-06-18T03:27:44.196Z] 3526e2b4417d: Preparing [2024-06-18T03:27:44.196Z] 7c504f21be85: Preparing [2024-06-18T03:27:44.196Z] 7951e8256f91: Waiting [2024-06-18T03:27:44.196Z] 59d8c12b47a2: Waiting [2024-06-18T03:27:44.196Z] f67cbf0e9d85: Waiting [2024-06-18T03:27:44.196Z] 45a553b0684a: Waiting [2024-06-18T03:27:44.196Z] 5f70bf18a086: Waiting [2024-06-18T03:27:44.196Z] f7d1eeee53b0: Waiting [2024-06-18T03:27:44.196Z] b5f5e98e1031: Waiting [2024-06-18T03:27:44.196Z] 706a49458b6e: Waiting [2024-06-18T03:27:44.196Z] 3526e2b4417d: Waiting [2024-06-18T03:27:44.196Z] 7a21d59a94c6: Layer already exists [2024-06-18T03:27:44.196Z] ed5965355df5: Layer already exists [2024-06-18T03:27:44.196Z] a4cc7abe044b: Layer already exists [2024-06-18T03:27:44.196Z] 583539d0eccc: Layer already exists [2024-06-18T03:27:44.196Z] 63b26e779f6d: Layer already exists [2024-06-18T03:27:44.196Z] 7951e8256f91: Layer already exists [2024-06-18T03:27:44.196Z] f7d1eeee53b0: Layer already exists [2024-06-18T03:27:44.196Z] c64a611ba147: Layer already exists [2024-06-18T03:27:44.196Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:44.196Z] f67cbf0e9d85: Layer already exists [2024-06-18T03:27:44.196Z] 45a553b0684a: Layer already exists [2024-06-18T03:27:44.196Z] b5f5e98e1031: Layer already exists [2024-06-18T03:27:44.196Z] 5f70bf18a086: Layer already exists [2024-06-18T03:27:44.196Z] 3526e2b4417d: Layer already exists [2024-06-18T03:27:44.196Z] 706a49458b6e: Layer already exists [2024-06-18T03:27:44.196Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:44.461Z] 3.2.0-dev.25: digest: sha256:d85dd8c3327c75220c858a38a060dc4ed46ac9bcbb9f94718bcbe40d4dd04647 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:44.807Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:45.150Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:45.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-06-18T03:27:45.151Z] 7a21d59a94c6: Preparing [2024-06-18T03:27:45.151Z] ed5965355df5: Preparing [2024-06-18T03:27:45.151Z] 583539d0eccc: Preparing [2024-06-18T03:27:45.151Z] a4cc7abe044b: Preparing [2024-06-18T03:27:45.151Z] 63b26e779f6d: Preparing [2024-06-18T03:27:45.151Z] f7d1eeee53b0: Preparing [2024-06-18T03:27:45.151Z] 7951e8256f91: Preparing [2024-06-18T03:27:45.151Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:45.151Z] c64a611ba147: Preparing [2024-06-18T03:27:45.151Z] f67cbf0e9d85: Preparing [2024-06-18T03:27:45.151Z] 45a553b0684a: Preparing [2024-06-18T03:27:45.151Z] 5f70bf18a086: Preparing [2024-06-18T03:27:45.151Z] b5f5e98e1031: Preparing [2024-06-18T03:27:45.151Z] 706a49458b6e: Preparing [2024-06-18T03:27:45.151Z] 3526e2b4417d: Preparing [2024-06-18T03:27:45.151Z] 7c504f21be85: Preparing [2024-06-18T03:27:45.151Z] 45a553b0684a: Waiting [2024-06-18T03:27:45.151Z] 5f70bf18a086: Waiting [2024-06-18T03:27:45.151Z] b5f5e98e1031: Waiting [2024-06-18T03:27:45.151Z] 706a49458b6e: Waiting [2024-06-18T03:27:45.151Z] f7d1eeee53b0: Waiting [2024-06-18T03:27:45.151Z] 3526e2b4417d: Waiting [2024-06-18T03:27:45.151Z] 7951e8256f91: Waiting [2024-06-18T03:27:45.151Z] 59d8c12b47a2: Waiting [2024-06-18T03:27:45.151Z] c64a611ba147: Waiting [2024-06-18T03:27:45.151Z] 7c504f21be85: Waiting [2024-06-18T03:27:45.151Z] f67cbf0e9d85: Waiting [2024-06-18T03:27:45.151Z] a4cc7abe044b: Layer already exists [2024-06-18T03:27:45.151Z] 63b26e779f6d: Layer already exists [2024-06-18T03:27:45.151Z] 583539d0eccc: Layer already exists [2024-06-18T03:27:45.151Z] ed5965355df5: Layer already exists [2024-06-18T03:27:45.151Z] 7a21d59a94c6: Layer already exists [2024-06-18T03:27:45.151Z] c64a611ba147: Layer already exists [2024-06-18T03:27:45.151Z] f7d1eeee53b0: Layer already exists [2024-06-18T03:27:45.151Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:45.151Z] 7951e8256f91: Layer already exists [2024-06-18T03:27:45.151Z] f67cbf0e9d85: Layer already exists [2024-06-18T03:27:45.151Z] b5f5e98e1031: Layer already exists [2024-06-18T03:27:45.151Z] 45a553b0684a: Layer already exists [2024-06-18T03:27:45.151Z] 5f70bf18a086: Layer already exists [2024-06-18T03:27:45.151Z] 706a49458b6e: Layer already exists [2024-06-18T03:27:45.151Z] 3526e2b4417d: Layer already exists [2024-06-18T03:27:45.151Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:45.416Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:d85dd8c3327c75220c858a38a060dc4ed46ac9bcbb9f94718bcbe40d4dd04647 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:45.770Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:46.120Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-06-18T03:27:46.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-06-18T03:27:46.121Z] 7a21d59a94c6: Preparing [2024-06-18T03:27:46.121Z] ed5965355df5: Preparing [2024-06-18T03:27:46.121Z] 583539d0eccc: Preparing [2024-06-18T03:27:46.121Z] a4cc7abe044b: Preparing [2024-06-18T03:27:46.121Z] 63b26e779f6d: Preparing [2024-06-18T03:27:46.121Z] f7d1eeee53b0: Preparing [2024-06-18T03:27:46.121Z] 7951e8256f91: Preparing [2024-06-18T03:27:46.121Z] f7d1eeee53b0: Waiting [2024-06-18T03:27:46.121Z] 7951e8256f91: Waiting [2024-06-18T03:27:46.121Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:46.121Z] c64a611ba147: Preparing [2024-06-18T03:27:46.121Z] 59d8c12b47a2: Waiting [2024-06-18T03:27:46.121Z] f67cbf0e9d85: Preparing [2024-06-18T03:27:46.121Z] c64a611ba147: Waiting [2024-06-18T03:27:46.121Z] 45a553b0684a: Preparing [2024-06-18T03:27:46.121Z] 5f70bf18a086: Preparing [2024-06-18T03:27:46.121Z] b5f5e98e1031: Preparing [2024-06-18T03:27:46.121Z] 706a49458b6e: Preparing [2024-06-18T03:27:46.121Z] 3526e2b4417d: Preparing [2024-06-18T03:27:46.121Z] 7c504f21be85: Preparing [2024-06-18T03:27:46.121Z] f67cbf0e9d85: Waiting [2024-06-18T03:27:46.121Z] 45a553b0684a: Waiting [2024-06-18T03:27:46.121Z] 5f70bf18a086: Waiting [2024-06-18T03:27:46.121Z] b5f5e98e1031: Waiting [2024-06-18T03:27:46.121Z] 706a49458b6e: Waiting [2024-06-18T03:27:46.121Z] 3526e2b4417d: Waiting [2024-06-18T03:27:46.121Z] 7c504f21be85: Waiting [2024-06-18T03:27:46.121Z] ed5965355df5: Layer already exists [2024-06-18T03:27:46.121Z] 63b26e779f6d: Layer already exists [2024-06-18T03:27:46.121Z] 583539d0eccc: Layer already exists [2024-06-18T03:27:46.121Z] a4cc7abe044b: Layer already exists [2024-06-18T03:27:46.121Z] 7a21d59a94c6: Layer already exists [2024-06-18T03:27:46.121Z] 7951e8256f91: Layer already exists [2024-06-18T03:27:46.121Z] f67cbf0e9d85: Layer already exists [2024-06-18T03:27:46.121Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:46.121Z] f7d1eeee53b0: Layer already exists [2024-06-18T03:27:46.121Z] c64a611ba147: Layer already exists [2024-06-18T03:27:46.121Z] 45a553b0684a: Layer already exists [2024-06-18T03:27:46.121Z] b5f5e98e1031: Layer already exists [2024-06-18T03:27:46.121Z] 5f70bf18a086: Layer already exists [2024-06-18T03:27:46.121Z] 706a49458b6e: Layer already exists [2024-06-18T03:27:46.121Z] 3526e2b4417d: Layer already exists [2024-06-18T03:27:46.121Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:46.385Z] main: digest: sha256:d85dd8c3327c75220c858a38a060dc4ed46ac9bcbb9f94718bcbe40d4dd04647 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T03:27:46.451Z] ===================================================== [Pipeline] echo [2024-06-18T03:27:46.462Z] taggedImages: [2024-06-18T03:27:46.462Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:46.462Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-06-18T03:27:46.462Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.25 [2024-06-18T03:27:46.462Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:46.462Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-06-18T03:27:46.484Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-06-18T03:27:46.484Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:46.484Z] latest [2024-06-18T03:27:46.484Z] 3.2.0-dev.25 [2024-06-18T03:27:46.484Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:46.484Z] main [2024-06-18T03:27:46.484Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:46.831Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:47.183Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:47.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-06-18T03:27:47.184Z] b6d9f71b3525: Preparing [2024-06-18T03:27:47.184Z] ee927851dc82: Preparing [2024-06-18T03:27:47.184Z] f04b3fb688e8: Preparing [2024-06-18T03:27:47.184Z] 6110c8e88e0d: Preparing [2024-06-18T03:27:47.184Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:47.184Z] c64a611ba147: Preparing [2024-06-18T03:27:47.184Z] 09354b23afcb: Preparing [2024-06-18T03:27:47.184Z] 697530da8006: Preparing [2024-06-18T03:27:47.184Z] 7c504f21be85: Preparing [2024-06-18T03:27:47.184Z] 09354b23afcb: Waiting [2024-06-18T03:27:47.184Z] 697530da8006: Waiting [2024-06-18T03:27:47.184Z] 7c504f21be85: Waiting [2024-06-18T03:27:47.184Z] c64a611ba147: Waiting [2024-06-18T03:27:47.184Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:47.447Z] c64a611ba147: Layer already exists [2024-06-18T03:27:47.447Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:47.447Z] ee927851dc82: Pushed [2024-06-18T03:27:47.447Z] 697530da8006: Layer already exists [2024-06-18T03:27:47.447Z] f04b3fb688e8: Pushed [2024-06-18T03:27:47.447Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:47.447Z] b6d9f71b3525: Pushed [2024-06-18T03:27:52.777Z] 6110c8e88e0d: Pushed [2024-06-18T03:27:53.044Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:d6fd4fc601f8491f0e1a15fb7fd582ef561909793e71017f657e30ea153a5e99 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:53.444Z] + 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-06-18T03:27:53.817Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-06-18T03:27:53.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-06-18T03:27:53.817Z] b6d9f71b3525: Preparing [2024-06-18T03:27:53.817Z] ee927851dc82: Preparing [2024-06-18T03:27:53.817Z] f04b3fb688e8: Preparing [2024-06-18T03:27:53.817Z] 6110c8e88e0d: Preparing [2024-06-18T03:27:53.817Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:53.817Z] c64a611ba147: Preparing [2024-06-18T03:27:53.817Z] 09354b23afcb: Preparing [2024-06-18T03:27:53.817Z] 697530da8006: Preparing [2024-06-18T03:27:53.817Z] 7c504f21be85: Preparing [2024-06-18T03:27:53.817Z] c64a611ba147: Waiting [2024-06-18T03:27:53.817Z] 09354b23afcb: Waiting [2024-06-18T03:27:53.817Z] 697530da8006: Waiting [2024-06-18T03:27:53.817Z] 7c504f21be85: Waiting [2024-06-18T03:27:53.817Z] b6d9f71b3525: Layer already exists [2024-06-18T03:27:53.817Z] f04b3fb688e8: Layer already exists [2024-06-18T03:27:53.817Z] 6110c8e88e0d: Layer already exists [2024-06-18T03:27:53.817Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:53.817Z] ee927851dc82: Layer already exists [2024-06-18T03:27:53.817Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:53.817Z] c64a611ba147: Layer already exists [2024-06-18T03:27:53.817Z] 697530da8006: Layer already exists [2024-06-18T03:27:53.817Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:54.086Z] latest: digest: sha256:d6fd4fc601f8491f0e1a15fb7fd582ef561909793e71017f657e30ea153a5e99 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:54.456Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:54.827Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.25 [2024-06-18T03:27:54.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-06-18T03:27:54.828Z] b6d9f71b3525: Preparing [2024-06-18T03:27:54.828Z] ee927851dc82: Preparing [2024-06-18T03:27:54.828Z] f04b3fb688e8: Preparing [2024-06-18T03:27:54.828Z] 6110c8e88e0d: Preparing [2024-06-18T03:27:54.828Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:54.828Z] c64a611ba147: Preparing [2024-06-18T03:27:54.828Z] 09354b23afcb: Preparing [2024-06-18T03:27:54.828Z] c64a611ba147: Waiting [2024-06-18T03:27:54.828Z] 697530da8006: Preparing [2024-06-18T03:27:54.828Z] 09354b23afcb: Waiting [2024-06-18T03:27:54.828Z] 697530da8006: Waiting [2024-06-18T03:27:54.828Z] 7c504f21be85: Preparing [2024-06-18T03:27:54.828Z] 7c504f21be85: Waiting [2024-06-18T03:27:54.828Z] f04b3fb688e8: Layer already exists [2024-06-18T03:27:54.828Z] b6d9f71b3525: Layer already exists [2024-06-18T03:27:54.828Z] ee927851dc82: Layer already exists [2024-06-18T03:27:54.828Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:54.828Z] 6110c8e88e0d: Layer already exists [2024-06-18T03:27:54.828Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:54.828Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:54.828Z] 697530da8006: Layer already exists [2024-06-18T03:27:54.828Z] c64a611ba147: Layer already exists [2024-06-18T03:27:55.095Z] 3.2.0-dev.25: digest: sha256:d6fd4fc601f8491f0e1a15fb7fd582ef561909793e71017f657e30ea153a5e99 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:55.463Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:55.817Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:55.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-06-18T03:27:55.817Z] b6d9f71b3525: Preparing [2024-06-18T03:27:55.817Z] ee927851dc82: Preparing [2024-06-18T03:27:55.817Z] f04b3fb688e8: Preparing [2024-06-18T03:27:55.817Z] 6110c8e88e0d: Preparing [2024-06-18T03:27:55.817Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:55.817Z] c64a611ba147: Preparing [2024-06-18T03:27:55.817Z] 09354b23afcb: Preparing [2024-06-18T03:27:55.817Z] 697530da8006: Preparing [2024-06-18T03:27:55.817Z] 7c504f21be85: Preparing [2024-06-18T03:27:55.817Z] c64a611ba147: Waiting [2024-06-18T03:27:55.817Z] 09354b23afcb: Waiting [2024-06-18T03:27:55.817Z] 697530da8006: Waiting [2024-06-18T03:27:55.817Z] ee927851dc82: Layer already exists [2024-06-18T03:27:55.817Z] f04b3fb688e8: Layer already exists [2024-06-18T03:27:55.817Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:55.817Z] b6d9f71b3525: Layer already exists [2024-06-18T03:27:55.817Z] 6110c8e88e0d: Layer already exists [2024-06-18T03:27:55.817Z] 697530da8006: Layer already exists [2024-06-18T03:27:55.817Z] c64a611ba147: Layer already exists [2024-06-18T03:27:55.817Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:55.817Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:56.084Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:d6fd4fc601f8491f0e1a15fb7fd582ef561909793e71017f657e30ea153a5e99 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:56.460Z] + 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-06-18T03:27:56.826Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-06-18T03:27:56.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-06-18T03:27:56.826Z] b6d9f71b3525: Preparing [2024-06-18T03:27:56.826Z] ee927851dc82: Preparing [2024-06-18T03:27:56.826Z] f04b3fb688e8: Preparing [2024-06-18T03:27:56.826Z] 6110c8e88e0d: Preparing [2024-06-18T03:27:56.826Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:56.826Z] c64a611ba147: Preparing [2024-06-18T03:27:56.826Z] 09354b23afcb: Preparing [2024-06-18T03:27:56.826Z] 697530da8006: Preparing [2024-06-18T03:27:56.826Z] 7c504f21be85: Preparing [2024-06-18T03:27:56.826Z] c64a611ba147: Waiting [2024-06-18T03:27:56.826Z] 09354b23afcb: Waiting [2024-06-18T03:27:56.826Z] 697530da8006: Waiting [2024-06-18T03:27:56.826Z] 7c504f21be85: Waiting [2024-06-18T03:27:56.826Z] ee927851dc82: Layer already exists [2024-06-18T03:27:56.826Z] f04b3fb688e8: Layer already exists [2024-06-18T03:27:56.826Z] b6d9f71b3525: Layer already exists [2024-06-18T03:27:56.826Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:56.826Z] 6110c8e88e0d: Layer already exists [2024-06-18T03:27:56.826Z] 09354b23afcb: Layer already exists [2024-06-18T03:27:56.826Z] 697530da8006: Layer already exists [2024-06-18T03:27:56.826Z] c64a611ba147: Layer already exists [2024-06-18T03:27:56.826Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:57.094Z] main: digest: sha256:d6fd4fc601f8491f0e1a15fb7fd582ef561909793e71017f657e30ea153a5e99 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T03:27:57.190Z] ===================================================== [Pipeline] echo [2024-06-18T03:27:57.203Z] taggedImages: [2024-06-18T03:27:57.203Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:57.203Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-06-18T03:27:57.203Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.25 [2024-06-18T03:27:57.203Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:57.203Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-06-18T03:27:57.224Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-06-18T03:27:57.224Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:57.224Z] latest [2024-06-18T03:27:57.224Z] 3.2.0-dev.25 [2024-06-18T03:27:57.224Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:27:57.224Z] main [2024-06-18T03:27:57.224Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:57.614Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:27:57.976Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:27:57.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-06-18T03:27:57.976Z] dcd11014ae97: Preparing [2024-06-18T03:27:57.976Z] 71d897c58d84: Preparing [2024-06-18T03:27:57.976Z] 3473b8211206: Preparing [2024-06-18T03:27:57.976Z] 3b423775e494: Preparing [2024-06-18T03:27:57.976Z] 0c29ec8f74b9: Preparing [2024-06-18T03:27:57.976Z] 59d8c12b47a2: Preparing [2024-06-18T03:27:57.976Z] c64a611ba147: Preparing [2024-06-18T03:27:57.976Z] 8393fcb83ea8: Preparing [2024-06-18T03:27:57.976Z] 31769a487ccf: Preparing [2024-06-18T03:27:57.976Z] 40b20a1c9a6e: Preparing [2024-06-18T03:27:57.976Z] 7c504f21be85: Preparing [2024-06-18T03:27:57.976Z] 59d8c12b47a2: Waiting [2024-06-18T03:27:57.976Z] c64a611ba147: Waiting [2024-06-18T03:27:57.976Z] 8393fcb83ea8: Waiting [2024-06-18T03:27:57.976Z] 31769a487ccf: Waiting [2024-06-18T03:27:57.976Z] 40b20a1c9a6e: Waiting [2024-06-18T03:27:57.976Z] 7c504f21be85: Waiting [2024-06-18T03:27:58.243Z] 0c29ec8f74b9: Pushed [2024-06-18T03:27:58.243Z] dcd11014ae97: Pushed [2024-06-18T03:27:58.243Z] 3b423775e494: Pushed [2024-06-18T03:27:58.243Z] 71d897c58d84: Pushed [2024-06-18T03:27:58.243Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:27:58.243Z] c64a611ba147: Layer already exists [2024-06-18T03:27:58.243Z] 7c504f21be85: Layer already exists [2024-06-18T03:27:58.509Z] 8393fcb83ea8: Pushed [2024-06-18T03:27:58.774Z] 31769a487ccf: Pushed [2024-06-18T03:28:00.180Z] 3473b8211206: Pushed [2024-06-18T03:28:02.122Z] 40b20a1c9a6e: Pushed [2024-06-18T03:28:02.122Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:92a753f8a4488580ce8532047261794b0e1584d9b9519d8a1e4716ed3a634b09 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:02.483Z] + 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-06-18T03:28:02.831Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-06-18T03:28:02.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-06-18T03:28:02.831Z] dcd11014ae97: Preparing [2024-06-18T03:28:02.831Z] 71d897c58d84: Preparing [2024-06-18T03:28:02.831Z] 3473b8211206: Preparing [2024-06-18T03:28:02.831Z] 3b423775e494: Preparing [2024-06-18T03:28:02.831Z] 0c29ec8f74b9: Preparing [2024-06-18T03:28:02.831Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:02.831Z] c64a611ba147: Preparing [2024-06-18T03:28:02.831Z] 8393fcb83ea8: Preparing [2024-06-18T03:28:02.831Z] 31769a487ccf: Preparing [2024-06-18T03:28:02.831Z] 40b20a1c9a6e: Preparing [2024-06-18T03:28:02.831Z] 7c504f21be85: Preparing [2024-06-18T03:28:02.831Z] 8393fcb83ea8: Waiting [2024-06-18T03:28:02.831Z] 40b20a1c9a6e: Waiting [2024-06-18T03:28:02.831Z] 31769a487ccf: Waiting [2024-06-18T03:28:02.831Z] 7c504f21be85: Waiting [2024-06-18T03:28:02.831Z] 59d8c12b47a2: Waiting [2024-06-18T03:28:02.831Z] c64a611ba147: Waiting [2024-06-18T03:28:02.831Z] dcd11014ae97: Layer already exists [2024-06-18T03:28:02.831Z] 3b423775e494: Layer already exists [2024-06-18T03:28:02.831Z] 71d897c58d84: Layer already exists [2024-06-18T03:28:02.831Z] 0c29ec8f74b9: Layer already exists [2024-06-18T03:28:02.831Z] 3473b8211206: Layer already exists [2024-06-18T03:28:02.831Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:02.831Z] 8393fcb83ea8: Layer already exists [2024-06-18T03:28:02.831Z] 40b20a1c9a6e: Layer already exists [2024-06-18T03:28:02.831Z] c64a611ba147: Layer already exists [2024-06-18T03:28:02.831Z] 31769a487ccf: Layer already exists [2024-06-18T03:28:02.831Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:03.096Z] latest: digest: sha256:92a753f8a4488580ce8532047261794b0e1584d9b9519d8a1e4716ed3a634b09 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:03.443Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:03.782Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.25 [2024-06-18T03:28:03.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-06-18T03:28:03.782Z] dcd11014ae97: Preparing [2024-06-18T03:28:03.782Z] 71d897c58d84: Preparing [2024-06-18T03:28:03.782Z] 3473b8211206: Preparing [2024-06-18T03:28:03.782Z] 3b423775e494: Preparing [2024-06-18T03:28:03.782Z] 0c29ec8f74b9: Preparing [2024-06-18T03:28:03.782Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:03.782Z] c64a611ba147: Preparing [2024-06-18T03:28:03.782Z] 8393fcb83ea8: Preparing [2024-06-18T03:28:03.782Z] 31769a487ccf: Preparing [2024-06-18T03:28:03.782Z] 40b20a1c9a6e: Preparing [2024-06-18T03:28:03.782Z] 7c504f21be85: Preparing [2024-06-18T03:28:03.782Z] 59d8c12b47a2: Waiting [2024-06-18T03:28:03.782Z] c64a611ba147: Waiting [2024-06-18T03:28:03.782Z] 8393fcb83ea8: Waiting [2024-06-18T03:28:03.782Z] 40b20a1c9a6e: Waiting [2024-06-18T03:28:03.782Z] 31769a487ccf: Waiting [2024-06-18T03:28:03.782Z] 7c504f21be85: Waiting [2024-06-18T03:28:03.782Z] dcd11014ae97: Layer already exists [2024-06-18T03:28:03.782Z] 0c29ec8f74b9: Layer already exists [2024-06-18T03:28:03.782Z] 3473b8211206: Layer already exists [2024-06-18T03:28:03.782Z] 3b423775e494: Layer already exists [2024-06-18T03:28:03.782Z] 71d897c58d84: Layer already exists [2024-06-18T03:28:03.782Z] 31769a487ccf: Layer already exists [2024-06-18T03:28:03.782Z] c64a611ba147: Layer already exists [2024-06-18T03:28:03.782Z] 8393fcb83ea8: Layer already exists [2024-06-18T03:28:03.782Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:03.782Z] 40b20a1c9a6e: Layer already exists [2024-06-18T03:28:03.782Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:04.047Z] 3.2.0-dev.25: digest: sha256:92a753f8a4488580ce8532047261794b0e1584d9b9519d8a1e4716ed3a634b09 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:04.392Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:04.734Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:28:04.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-06-18T03:28:04.734Z] dcd11014ae97: Preparing [2024-06-18T03:28:04.734Z] 71d897c58d84: Preparing [2024-06-18T03:28:04.734Z] 3473b8211206: Preparing [2024-06-18T03:28:04.734Z] 3b423775e494: Preparing [2024-06-18T03:28:04.734Z] 0c29ec8f74b9: Preparing [2024-06-18T03:28:04.734Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:04.734Z] c64a611ba147: Preparing [2024-06-18T03:28:04.734Z] 8393fcb83ea8: Preparing [2024-06-18T03:28:04.734Z] 31769a487ccf: Preparing [2024-06-18T03:28:04.734Z] 40b20a1c9a6e: Preparing [2024-06-18T03:28:04.734Z] 7c504f21be85: Preparing [2024-06-18T03:28:04.734Z] 59d8c12b47a2: Waiting [2024-06-18T03:28:04.734Z] c64a611ba147: Waiting [2024-06-18T03:28:04.734Z] 8393fcb83ea8: Waiting [2024-06-18T03:28:04.734Z] 31769a487ccf: Waiting [2024-06-18T03:28:04.734Z] 40b20a1c9a6e: Waiting [2024-06-18T03:28:04.734Z] 7c504f21be85: Waiting [2024-06-18T03:28:04.734Z] 0c29ec8f74b9: Layer already exists [2024-06-18T03:28:04.734Z] dcd11014ae97: Layer already exists [2024-06-18T03:28:04.734Z] 3473b8211206: Layer already exists [2024-06-18T03:28:04.734Z] 3b423775e494: Layer already exists [2024-06-18T03:28:04.734Z] 71d897c58d84: Layer already exists [2024-06-18T03:28:04.734Z] c64a611ba147: Layer already exists [2024-06-18T03:28:04.734Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:04.734Z] 40b20a1c9a6e: Layer already exists [2024-06-18T03:28:04.734Z] 31769a487ccf: Layer already exists [2024-06-18T03:28:04.734Z] 8393fcb83ea8: Layer already exists [2024-06-18T03:28:04.734Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:04.998Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:92a753f8a4488580ce8532047261794b0e1584d9b9519d8a1e4716ed3a634b09 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:05.347Z] + 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-06-18T03:28:05.694Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-06-18T03:28:05.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-06-18T03:28:05.694Z] dcd11014ae97: Preparing [2024-06-18T03:28:05.694Z] 71d897c58d84: Preparing [2024-06-18T03:28:05.694Z] 3473b8211206: Preparing [2024-06-18T03:28:05.694Z] 3b423775e494: Preparing [2024-06-18T03:28:05.694Z] 0c29ec8f74b9: Preparing [2024-06-18T03:28:05.694Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:05.694Z] c64a611ba147: Preparing [2024-06-18T03:28:05.694Z] 8393fcb83ea8: Preparing [2024-06-18T03:28:05.694Z] 31769a487ccf: Preparing [2024-06-18T03:28:05.694Z] 40b20a1c9a6e: Preparing [2024-06-18T03:28:05.694Z] 7c504f21be85: Preparing [2024-06-18T03:28:05.694Z] 59d8c12b47a2: Waiting [2024-06-18T03:28:05.694Z] c64a611ba147: Waiting [2024-06-18T03:28:05.694Z] 8393fcb83ea8: Waiting [2024-06-18T03:28:05.694Z] 31769a487ccf: Waiting [2024-06-18T03:28:05.694Z] 40b20a1c9a6e: Waiting [2024-06-18T03:28:05.694Z] 7c504f21be85: Waiting [2024-06-18T03:28:05.694Z] dcd11014ae97: Layer already exists [2024-06-18T03:28:05.695Z] 71d897c58d84: Layer already exists [2024-06-18T03:28:05.695Z] 0c29ec8f74b9: Layer already exists [2024-06-18T03:28:05.695Z] 3473b8211206: Layer already exists [2024-06-18T03:28:05.695Z] 3b423775e494: Layer already exists [2024-06-18T03:28:05.695Z] 8393fcb83ea8: Layer already exists [2024-06-18T03:28:05.695Z] c64a611ba147: Layer already exists [2024-06-18T03:28:05.695Z] 31769a487ccf: Layer already exists [2024-06-18T03:28:05.695Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:05.695Z] 40b20a1c9a6e: Layer already exists [2024-06-18T03:28:05.695Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:05.958Z] main: digest: sha256:92a753f8a4488580ce8532047261794b0e1584d9b9519d8a1e4716ed3a634b09 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T03:28:06.031Z] ===================================================== [Pipeline] echo [2024-06-18T03:28:06.042Z] taggedImages: [2024-06-18T03:28:06.042Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:28:06.042Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-06-18T03:28:06.042Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.25 [2024-06-18T03:28:06.042Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:28:06.042Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-06-18T03:28:06.068Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-06-18T03:28:06.068Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:28:06.068Z] latest [2024-06-18T03:28:06.068Z] 3.2.0-dev.25 [2024-06-18T03:28:06.068Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:28:06.068Z] main [2024-06-18T03:28:06.068Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:06.563Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:06.909Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:28:06.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-06-18T03:28:06.909Z] 546e31782feb: Preparing [2024-06-18T03:28:06.909Z] 4bc9b59624ff: Preparing [2024-06-18T03:28:06.909Z] 61f2d656dca4: Preparing [2024-06-18T03:28:06.909Z] 7d6564f0849c: Preparing [2024-06-18T03:28:06.909Z] 3e313b391281: Preparing [2024-06-18T03:28:06.909Z] dc50a8277e76: Preparing [2024-06-18T03:28:06.909Z] 2b31e5f7353a: Preparing [2024-06-18T03:28:06.909Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:06.909Z] c64a611ba147: Preparing [2024-06-18T03:28:06.909Z] d518ede80e90: Preparing [2024-06-18T03:28:06.909Z] c4e1dc50a6a9: Preparing [2024-06-18T03:28:06.909Z] 7c504f21be85: Preparing [2024-06-18T03:28:06.909Z] dc50a8277e76: Waiting [2024-06-18T03:28:06.909Z] 2b31e5f7353a: Waiting [2024-06-18T03:28:06.909Z] 59d8c12b47a2: Waiting [2024-06-18T03:28:06.909Z] c64a611ba147: Waiting [2024-06-18T03:28:06.909Z] d518ede80e90: Waiting [2024-06-18T03:28:06.909Z] c4e1dc50a6a9: Waiting [2024-06-18T03:28:06.909Z] 7c504f21be85: Waiting [2024-06-18T03:28:07.174Z] 4bc9b59624ff: Pushed [2024-06-18T03:28:07.174Z] 3e313b391281: Pushed [2024-06-18T03:28:07.174Z] 546e31782feb: Pushed [2024-06-18T03:28:07.174Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:07.174Z] c64a611ba147: Layer already exists [2024-06-18T03:28:07.174Z] dc50a8277e76: Pushed [2024-06-18T03:28:07.438Z] 2b31e5f7353a: Pushed [2024-06-18T03:28:07.438Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:08.831Z] d518ede80e90: Pushed [2024-06-18T03:28:09.093Z] 7d6564f0849c: Pushed [2024-06-18T03:28:09.672Z] 61f2d656dca4: Pushed [2024-06-18T03:28:09.937Z] c4e1dc50a6a9: Pushed [2024-06-18T03:28:09.937Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:837520707ba36a8a4979b3daa708267ae10bc662f79eaea098c475d54904d6b2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:10.281Z] + 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-06-18T03:28:10.628Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-06-18T03:28:10.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-06-18T03:28:10.628Z] 546e31782feb: Preparing [2024-06-18T03:28:10.628Z] 4bc9b59624ff: Preparing [2024-06-18T03:28:10.628Z] 61f2d656dca4: Preparing [2024-06-18T03:28:10.628Z] 7d6564f0849c: Preparing [2024-06-18T03:28:10.628Z] 3e313b391281: Preparing [2024-06-18T03:28:10.628Z] dc50a8277e76: Preparing [2024-06-18T03:28:10.628Z] 2b31e5f7353a: Preparing [2024-06-18T03:28:10.628Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:10.628Z] c64a611ba147: Preparing [2024-06-18T03:28:10.628Z] d518ede80e90: Preparing [2024-06-18T03:28:10.628Z] c4e1dc50a6a9: Preparing [2024-06-18T03:28:10.628Z] 7c504f21be85: Preparing [2024-06-18T03:28:10.628Z] dc50a8277e76: Waiting [2024-06-18T03:28:10.628Z] 2b31e5f7353a: Waiting [2024-06-18T03:28:10.628Z] c64a611ba147: Waiting [2024-06-18T03:28:10.628Z] d518ede80e90: Waiting [2024-06-18T03:28:10.628Z] c4e1dc50a6a9: Waiting [2024-06-18T03:28:10.628Z] 7c504f21be85: Waiting [2024-06-18T03:28:10.628Z] 59d8c12b47a2: Waiting [2024-06-18T03:28:10.628Z] 4bc9b59624ff: Layer already exists [2024-06-18T03:28:10.628Z] 546e31782feb: Layer already exists [2024-06-18T03:28:10.628Z] 61f2d656dca4: Layer already exists [2024-06-18T03:28:10.628Z] 3e313b391281: Layer already exists [2024-06-18T03:28:10.628Z] 7d6564f0849c: Layer already exists [2024-06-18T03:28:10.628Z] 2b31e5f7353a: Layer already exists [2024-06-18T03:28:10.628Z] dc50a8277e76: Layer already exists [2024-06-18T03:28:10.628Z] c64a611ba147: Layer already exists [2024-06-18T03:28:10.628Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:10.628Z] d518ede80e90: Layer already exists [2024-06-18T03:28:10.628Z] c4e1dc50a6a9: Layer already exists [2024-06-18T03:28:10.628Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:10.893Z] latest: digest: sha256:837520707ba36a8a4979b3daa708267ae10bc662f79eaea098c475d54904d6b2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:11.239Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:11.577Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.25 [2024-06-18T03:28:11.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-06-18T03:28:11.577Z] 546e31782feb: Preparing [2024-06-18T03:28:11.577Z] 4bc9b59624ff: Preparing [2024-06-18T03:28:11.577Z] 61f2d656dca4: Preparing [2024-06-18T03:28:11.577Z] 7d6564f0849c: Preparing [2024-06-18T03:28:11.577Z] 3e313b391281: Preparing [2024-06-18T03:28:11.577Z] dc50a8277e76: Preparing [2024-06-18T03:28:11.577Z] 2b31e5f7353a: Preparing [2024-06-18T03:28:11.577Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:11.577Z] c64a611ba147: Preparing [2024-06-18T03:28:11.577Z] d518ede80e90: Preparing [2024-06-18T03:28:11.577Z] c4e1dc50a6a9: Preparing [2024-06-18T03:28:11.577Z] 7c504f21be85: Preparing [2024-06-18T03:28:11.577Z] 59d8c12b47a2: Waiting [2024-06-18T03:28:11.577Z] c64a611ba147: Waiting [2024-06-18T03:28:11.577Z] d518ede80e90: Waiting [2024-06-18T03:28:11.577Z] c4e1dc50a6a9: Waiting [2024-06-18T03:28:11.577Z] 7c504f21be85: Waiting [2024-06-18T03:28:11.577Z] dc50a8277e76: Waiting [2024-06-18T03:28:11.577Z] 2b31e5f7353a: Waiting [2024-06-18T03:28:11.577Z] 61f2d656dca4: Layer already exists [2024-06-18T03:28:11.577Z] 3e313b391281: Layer already exists [2024-06-18T03:28:11.577Z] 546e31782feb: Layer already exists [2024-06-18T03:28:11.577Z] 7d6564f0849c: Layer already exists [2024-06-18T03:28:11.577Z] 4bc9b59624ff: Layer already exists [2024-06-18T03:28:11.577Z] c64a611ba147: Layer already exists [2024-06-18T03:28:11.577Z] dc50a8277e76: Layer already exists [2024-06-18T03:28:11.577Z] 2b31e5f7353a: Layer already exists [2024-06-18T03:28:11.577Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:11.577Z] d518ede80e90: Layer already exists [2024-06-18T03:28:11.577Z] c4e1dc50a6a9: Layer already exists [2024-06-18T03:28:11.577Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:11.843Z] 3.2.0-dev.25: digest: sha256:837520707ba36a8a4979b3daa708267ae10bc662f79eaea098c475d54904d6b2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:12.192Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:12.537Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:28:12.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-06-18T03:28:12.537Z] 546e31782feb: Preparing [2024-06-18T03:28:12.537Z] 4bc9b59624ff: Preparing [2024-06-18T03:28:12.537Z] 61f2d656dca4: Preparing [2024-06-18T03:28:12.537Z] 7d6564f0849c: Preparing [2024-06-18T03:28:12.537Z] 3e313b391281: Preparing [2024-06-18T03:28:12.537Z] dc50a8277e76: Preparing [2024-06-18T03:28:12.537Z] 2b31e5f7353a: Preparing [2024-06-18T03:28:12.537Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:12.537Z] c64a611ba147: Preparing [2024-06-18T03:28:12.537Z] d518ede80e90: Preparing [2024-06-18T03:28:12.538Z] c4e1dc50a6a9: Preparing [2024-06-18T03:28:12.538Z] 7c504f21be85: Preparing [2024-06-18T03:28:12.538Z] 59d8c12b47a2: Waiting [2024-06-18T03:28:12.538Z] c64a611ba147: Waiting [2024-06-18T03:28:12.538Z] d518ede80e90: Waiting [2024-06-18T03:28:12.538Z] c4e1dc50a6a9: Waiting [2024-06-18T03:28:12.538Z] 7c504f21be85: Waiting [2024-06-18T03:28:12.538Z] dc50a8277e76: Waiting [2024-06-18T03:28:12.538Z] 2b31e5f7353a: Waiting [2024-06-18T03:28:12.538Z] 3e313b391281: Layer already exists [2024-06-18T03:28:12.538Z] 61f2d656dca4: Layer already exists [2024-06-18T03:28:12.538Z] 4bc9b59624ff: Layer already exists [2024-06-18T03:28:12.538Z] 7d6564f0849c: Layer already exists [2024-06-18T03:28:12.538Z] 546e31782feb: Layer already exists [2024-06-18T03:28:12.538Z] dc50a8277e76: Layer already exists [2024-06-18T03:28:12.538Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:12.538Z] 2b31e5f7353a: Layer already exists [2024-06-18T03:28:12.538Z] c64a611ba147: Layer already exists [2024-06-18T03:28:12.538Z] d518ede80e90: Layer already exists [2024-06-18T03:28:12.538Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:12.538Z] c4e1dc50a6a9: Layer already exists [2024-06-18T03:28:12.803Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:837520707ba36a8a4979b3daa708267ae10bc662f79eaea098c475d54904d6b2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:13.156Z] + 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-06-18T03:28:13.503Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-06-18T03:28:13.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-06-18T03:28:13.503Z] 546e31782feb: Preparing [2024-06-18T03:28:13.503Z] 4bc9b59624ff: Preparing [2024-06-18T03:28:13.503Z] 61f2d656dca4: Preparing [2024-06-18T03:28:13.503Z] 7d6564f0849c: Preparing [2024-06-18T03:28:13.503Z] 3e313b391281: Preparing [2024-06-18T03:28:13.503Z] dc50a8277e76: Preparing [2024-06-18T03:28:13.503Z] 2b31e5f7353a: Preparing [2024-06-18T03:28:13.503Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:13.503Z] c64a611ba147: Preparing [2024-06-18T03:28:13.503Z] d518ede80e90: Preparing [2024-06-18T03:28:13.503Z] c4e1dc50a6a9: Preparing [2024-06-18T03:28:13.503Z] 7c504f21be85: Preparing [2024-06-18T03:28:13.503Z] dc50a8277e76: Waiting [2024-06-18T03:28:13.503Z] 2b31e5f7353a: Waiting [2024-06-18T03:28:13.503Z] 59d8c12b47a2: Waiting [2024-06-18T03:28:13.503Z] c64a611ba147: Waiting [2024-06-18T03:28:13.503Z] d518ede80e90: Waiting [2024-06-18T03:28:13.503Z] c4e1dc50a6a9: Waiting [2024-06-18T03:28:13.503Z] 7c504f21be85: Waiting [2024-06-18T03:28:13.503Z] 546e31782feb: Layer already exists [2024-06-18T03:28:13.503Z] 7d6564f0849c: Layer already exists [2024-06-18T03:28:13.503Z] 3e313b391281: Layer already exists [2024-06-18T03:28:13.503Z] 61f2d656dca4: Layer already exists [2024-06-18T03:28:13.503Z] 4bc9b59624ff: Layer already exists [2024-06-18T03:28:13.503Z] dc50a8277e76: Layer already exists [2024-06-18T03:28:13.503Z] 2b31e5f7353a: Layer already exists [2024-06-18T03:28:13.503Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:13.503Z] d518ede80e90: Layer already exists [2024-06-18T03:28:13.503Z] c64a611ba147: Layer already exists [2024-06-18T03:28:13.503Z] c4e1dc50a6a9: Layer already exists [2024-06-18T03:28:13.503Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:13.768Z] main: digest: sha256:837520707ba36a8a4979b3daa708267ae10bc662f79eaea098c475d54904d6b2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T03:28:13.845Z] ===================================================== [Pipeline] echo [2024-06-18T03:28:13.860Z] taggedImages: [2024-06-18T03:28:13.860Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:28:13.860Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-06-18T03:28:13.860Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.25 [2024-06-18T03:28:13.860Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:28:13.860Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-06-18T03:28:13.883Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-06-18T03:28:13.883Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:28:13.883Z] latest [2024-06-18T03:28:13.883Z] 3.2.0-dev.25 [2024-06-18T03:28:13.883Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:28:13.883Z] main [2024-06-18T03:28:13.883Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:14.250Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:14.596Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:28:14.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-06-18T03:28:14.596Z] f0ed37db8393: Preparing [2024-06-18T03:28:14.596Z] b4efad6e975b: Preparing [2024-06-18T03:28:14.596Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:14.596Z] c64a611ba147: Preparing [2024-06-18T03:28:14.596Z] efc17512e1ae: Preparing [2024-06-18T03:28:14.596Z] 6abbb62edfe2: Preparing [2024-06-18T03:28:14.596Z] 7c504f21be85: Preparing [2024-06-18T03:28:14.596Z] 6abbb62edfe2: Waiting [2024-06-18T03:28:14.596Z] 7c504f21be85: Waiting [2024-06-18T03:28:14.596Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:14.862Z] c64a611ba147: Layer already exists [2024-06-18T03:28:14.862Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:14.862Z] f0ed37db8393: Pushed [2024-06-18T03:28:16.263Z] 6abbb62edfe2: Pushed [2024-06-18T03:28:16.263Z] efc17512e1ae: Pushed [2024-06-18T03:28:18.827Z] b4efad6e975b: Pushed [2024-06-18T03:28:18.827Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:1fcf72c4efd40f01274dc57f773e4b178daecc8006c8356169457981a17ebb6b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:19.170Z] + 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-06-18T03:28:19.514Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-06-18T03:28:19.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-06-18T03:28:19.514Z] f0ed37db8393: Preparing [2024-06-18T03:28:19.514Z] b4efad6e975b: Preparing [2024-06-18T03:28:19.514Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:19.514Z] c64a611ba147: Preparing [2024-06-18T03:28:19.514Z] efc17512e1ae: Preparing [2024-06-18T03:28:19.514Z] 6abbb62edfe2: Preparing [2024-06-18T03:28:19.514Z] 7c504f21be85: Preparing [2024-06-18T03:28:19.514Z] 6abbb62edfe2: Waiting [2024-06-18T03:28:19.514Z] 7c504f21be85: Waiting [2024-06-18T03:28:19.514Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:19.514Z] c64a611ba147: Layer already exists [2024-06-18T03:28:19.514Z] efc17512e1ae: Layer already exists [2024-06-18T03:28:19.514Z] b4efad6e975b: Layer already exists [2024-06-18T03:28:19.514Z] f0ed37db8393: Layer already exists [2024-06-18T03:28:19.514Z] 6abbb62edfe2: Layer already exists [2024-06-18T03:28:19.514Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:19.779Z] latest: digest: sha256:1fcf72c4efd40f01274dc57f773e4b178daecc8006c8356169457981a17ebb6b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:20.126Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:20.465Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.25 [2024-06-18T03:28:20.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-06-18T03:28:20.465Z] f0ed37db8393: Preparing [2024-06-18T03:28:20.465Z] b4efad6e975b: Preparing [2024-06-18T03:28:20.465Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:20.465Z] c64a611ba147: Preparing [2024-06-18T03:28:20.465Z] efc17512e1ae: Preparing [2024-06-18T03:28:20.465Z] 6abbb62edfe2: Preparing [2024-06-18T03:28:20.465Z] 7c504f21be85: Preparing [2024-06-18T03:28:20.465Z] 6abbb62edfe2: Waiting [2024-06-18T03:28:20.465Z] 7c504f21be85: Waiting [2024-06-18T03:28:20.465Z] f0ed37db8393: Layer already exists [2024-06-18T03:28:20.465Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:20.465Z] efc17512e1ae: Layer already exists [2024-06-18T03:28:20.465Z] b4efad6e975b: Layer already exists [2024-06-18T03:28:20.465Z] c64a611ba147: Layer already exists [2024-06-18T03:28:20.465Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:20.465Z] 6abbb62edfe2: Layer already exists [2024-06-18T03:28:20.729Z] 3.2.0-dev.25: digest: sha256:1fcf72c4efd40f01274dc57f773e4b178daecc8006c8356169457981a17ebb6b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:21.077Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:21.418Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:28:21.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-06-18T03:28:21.418Z] f0ed37db8393: Preparing [2024-06-18T03:28:21.418Z] b4efad6e975b: Preparing [2024-06-18T03:28:21.418Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:21.418Z] c64a611ba147: Preparing [2024-06-18T03:28:21.418Z] efc17512e1ae: Preparing [2024-06-18T03:28:21.418Z] 6abbb62edfe2: Preparing [2024-06-18T03:28:21.418Z] 7c504f21be85: Preparing [2024-06-18T03:28:21.418Z] 7c504f21be85: Waiting [2024-06-18T03:28:21.418Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:21.418Z] b4efad6e975b: Layer already exists [2024-06-18T03:28:21.418Z] f0ed37db8393: Layer already exists [2024-06-18T03:28:21.418Z] efc17512e1ae: Layer already exists [2024-06-18T03:28:21.418Z] c64a611ba147: Layer already exists [2024-06-18T03:28:21.418Z] 6abbb62edfe2: Layer already exists [2024-06-18T03:28:21.418Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:21.684Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:1fcf72c4efd40f01274dc57f773e4b178daecc8006c8356169457981a17ebb6b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:22.039Z] + 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-06-18T03:28:22.386Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-06-18T03:28:22.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-06-18T03:28:22.387Z] f0ed37db8393: Preparing [2024-06-18T03:28:22.387Z] b4efad6e975b: Preparing [2024-06-18T03:28:22.387Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:22.387Z] c64a611ba147: Preparing [2024-06-18T03:28:22.387Z] efc17512e1ae: Preparing [2024-06-18T03:28:22.387Z] 6abbb62edfe2: Preparing [2024-06-18T03:28:22.387Z] 7c504f21be85: Preparing [2024-06-18T03:28:22.387Z] 6abbb62edfe2: Waiting [2024-06-18T03:28:22.387Z] 7c504f21be85: Waiting [2024-06-18T03:28:22.387Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:22.387Z] efc17512e1ae: Layer already exists [2024-06-18T03:28:22.387Z] c64a611ba147: Layer already exists [2024-06-18T03:28:22.387Z] b4efad6e975b: Layer already exists [2024-06-18T03:28:22.387Z] f0ed37db8393: Layer already exists [2024-06-18T03:28:22.387Z] 6abbb62edfe2: Layer already exists [2024-06-18T03:28:22.387Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:22.655Z] main: digest: sha256:1fcf72c4efd40f01274dc57f773e4b178daecc8006c8356169457981a17ebb6b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T03:28:22.734Z] ===================================================== [Pipeline] echo [2024-06-18T03:28:22.750Z] taggedImages: [2024-06-18T03:28:22.750Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:28:22.750Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-06-18T03:28:22.750Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.25 [2024-06-18T03:28:22.750Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:28:22.750Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-06-18T03:28:22.778Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-06-18T03:28:22.778Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:28:22.778Z] latest [2024-06-18T03:28:22.778Z] 3.2.0-dev.25 [2024-06-18T03:28:22.778Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:28:22.778Z] main [2024-06-18T03:28:22.778Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:23.144Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:23.496Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:28:23.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-06-18T03:28:23.496Z] 3a55e0fe8cf1: Preparing [2024-06-18T03:28:23.496Z] af7b60f47022: Preparing [2024-06-18T03:28:23.496Z] 4ba2b31ae015: Preparing [2024-06-18T03:28:23.496Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:23.496Z] c64a611ba147: Preparing [2024-06-18T03:28:23.496Z] c56d9fd642a1: Preparing [2024-06-18T03:28:23.496Z] b03a83a142c2: Preparing [2024-06-18T03:28:23.496Z] ad7d29ed9975: Preparing [2024-06-18T03:28:23.496Z] 76f5b12b30c5: Preparing [2024-06-18T03:28:23.496Z] 7c504f21be85: Preparing [2024-06-18T03:28:23.496Z] ad7d29ed9975: Waiting [2024-06-18T03:28:23.496Z] 76f5b12b30c5: Waiting [2024-06-18T03:28:23.496Z] c56d9fd642a1: Waiting [2024-06-18T03:28:23.496Z] b03a83a142c2: Waiting [2024-06-18T03:28:23.496Z] 7c504f21be85: Waiting [2024-06-18T03:28:23.496Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:23.496Z] c64a611ba147: Layer already exists [2024-06-18T03:28:23.762Z] af7b60f47022: Pushed [2024-06-18T03:28:23.762Z] 4ba2b31ae015: Pushed [2024-06-18T03:28:23.762Z] 3a55e0fe8cf1: Pushed [2024-06-18T03:28:23.762Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:24.344Z] ad7d29ed9975: Pushed [2024-06-18T03:28:25.752Z] 76f5b12b30c5: Pushed [2024-06-18T03:28:35.827Z] b03a83a142c2: Pushed [2024-06-18T03:28:41.170Z] c56d9fd642a1: Pushed [2024-06-18T03:28:41.437Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:df978ccc1c9112433b56e4448cd1b086fdc3c74cfefaadc86620d289de42f1a9 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:41.805Z] + 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-06-18T03:28:42.168Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-06-18T03:28:42.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-06-18T03:28:42.168Z] 3a55e0fe8cf1: Preparing [2024-06-18T03:28:42.168Z] af7b60f47022: Preparing [2024-06-18T03:28:42.168Z] 4ba2b31ae015: Preparing [2024-06-18T03:28:42.168Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:42.168Z] c64a611ba147: Preparing [2024-06-18T03:28:42.168Z] c56d9fd642a1: Preparing [2024-06-18T03:28:42.168Z] b03a83a142c2: Preparing [2024-06-18T03:28:42.168Z] ad7d29ed9975: Preparing [2024-06-18T03:28:42.168Z] 76f5b12b30c5: Preparing [2024-06-18T03:28:42.168Z] 7c504f21be85: Preparing [2024-06-18T03:28:42.168Z] b03a83a142c2: Waiting [2024-06-18T03:28:42.168Z] 76f5b12b30c5: Waiting [2024-06-18T03:28:42.168Z] ad7d29ed9975: Waiting [2024-06-18T03:28:42.168Z] 7c504f21be85: Waiting [2024-06-18T03:28:42.168Z] c56d9fd642a1: Waiting [2024-06-18T03:28:42.168Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:42.168Z] c64a611ba147: Layer already exists [2024-06-18T03:28:42.168Z] af7b60f47022: Layer already exists [2024-06-18T03:28:42.168Z] 4ba2b31ae015: Layer already exists [2024-06-18T03:28:42.168Z] 3a55e0fe8cf1: Layer already exists [2024-06-18T03:28:42.168Z] b03a83a142c2: Layer already exists [2024-06-18T03:28:42.169Z] c56d9fd642a1: Layer already exists [2024-06-18T03:28:42.169Z] 76f5b12b30c5: Layer already exists [2024-06-18T03:28:42.169Z] ad7d29ed9975: Layer already exists [2024-06-18T03:28:42.169Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:42.435Z] latest: digest: sha256:df978ccc1c9112433b56e4448cd1b086fdc3c74cfefaadc86620d289de42f1a9 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:42.797Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:43.165Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.25 [2024-06-18T03:28:43.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-06-18T03:28:43.165Z] 3a55e0fe8cf1: Preparing [2024-06-18T03:28:43.165Z] af7b60f47022: Preparing [2024-06-18T03:28:43.165Z] 4ba2b31ae015: Preparing [2024-06-18T03:28:43.165Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:43.165Z] c64a611ba147: Preparing [2024-06-18T03:28:43.165Z] c56d9fd642a1: Preparing [2024-06-18T03:28:43.165Z] b03a83a142c2: Preparing [2024-06-18T03:28:43.165Z] ad7d29ed9975: Preparing [2024-06-18T03:28:43.165Z] 76f5b12b30c5: Preparing [2024-06-18T03:28:43.165Z] 7c504f21be85: Preparing [2024-06-18T03:28:43.165Z] ad7d29ed9975: Waiting [2024-06-18T03:28:43.165Z] 76f5b12b30c5: Waiting [2024-06-18T03:28:43.165Z] 7c504f21be85: Waiting [2024-06-18T03:28:43.165Z] c56d9fd642a1: Waiting [2024-06-18T03:28:43.165Z] b03a83a142c2: Waiting [2024-06-18T03:28:43.165Z] 4ba2b31ae015: Layer already exists [2024-06-18T03:28:43.165Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:43.165Z] af7b60f47022: Layer already exists [2024-06-18T03:28:43.165Z] 3a55e0fe8cf1: Layer already exists [2024-06-18T03:28:43.165Z] c64a611ba147: Layer already exists [2024-06-18T03:28:43.165Z] b03a83a142c2: Layer already exists [2024-06-18T03:28:43.165Z] 76f5b12b30c5: Layer already exists [2024-06-18T03:28:43.165Z] ad7d29ed9975: Layer already exists [2024-06-18T03:28:43.165Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:43.165Z] c56d9fd642a1: Layer already exists [2024-06-18T03:28:43.432Z] 3.2.0-dev.25: digest: sha256:df978ccc1c9112433b56e4448cd1b086fdc3c74cfefaadc86620d289de42f1a9 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:43.790Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:44.160Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:28:44.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-06-18T03:28:44.160Z] 3a55e0fe8cf1: Preparing [2024-06-18T03:28:44.160Z] af7b60f47022: Preparing [2024-06-18T03:28:44.160Z] 4ba2b31ae015: Preparing [2024-06-18T03:28:44.160Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:44.160Z] c64a611ba147: Preparing [2024-06-18T03:28:44.160Z] c56d9fd642a1: Preparing [2024-06-18T03:28:44.160Z] b03a83a142c2: Preparing [2024-06-18T03:28:44.160Z] ad7d29ed9975: Preparing [2024-06-18T03:28:44.160Z] 76f5b12b30c5: Preparing [2024-06-18T03:28:44.160Z] 7c504f21be85: Preparing [2024-06-18T03:28:44.160Z] c56d9fd642a1: Waiting [2024-06-18T03:28:44.160Z] b03a83a142c2: Waiting [2024-06-18T03:28:44.160Z] ad7d29ed9975: Waiting [2024-06-18T03:28:44.160Z] 76f5b12b30c5: Waiting [2024-06-18T03:28:44.160Z] 7c504f21be85: Waiting [2024-06-18T03:28:44.160Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:44.160Z] 4ba2b31ae015: Layer already exists [2024-06-18T03:28:44.160Z] c64a611ba147: Layer already exists [2024-06-18T03:28:44.160Z] af7b60f47022: Layer already exists [2024-06-18T03:28:44.160Z] 3a55e0fe8cf1: Layer already exists [2024-06-18T03:28:44.160Z] ad7d29ed9975: Layer already exists [2024-06-18T03:28:44.160Z] c56d9fd642a1: Layer already exists [2024-06-18T03:28:44.160Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:44.160Z] b03a83a142c2: Layer already exists [2024-06-18T03:28:44.160Z] 76f5b12b30c5: Layer already exists [2024-06-18T03:28:44.426Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:df978ccc1c9112433b56e4448cd1b086fdc3c74cfefaadc86620d289de42f1a9 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:44.778Z] + 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-06-18T03:28:45.130Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-06-18T03:28:45.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-06-18T03:28:45.130Z] 3a55e0fe8cf1: Preparing [2024-06-18T03:28:45.130Z] af7b60f47022: Preparing [2024-06-18T03:28:45.130Z] 4ba2b31ae015: Preparing [2024-06-18T03:28:45.130Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:45.130Z] c64a611ba147: Preparing [2024-06-18T03:28:45.130Z] c56d9fd642a1: Preparing [2024-06-18T03:28:45.130Z] b03a83a142c2: Preparing [2024-06-18T03:28:45.130Z] ad7d29ed9975: Preparing [2024-06-18T03:28:45.130Z] 76f5b12b30c5: Preparing [2024-06-18T03:28:45.130Z] 7c504f21be85: Preparing [2024-06-18T03:28:45.130Z] b03a83a142c2: Waiting [2024-06-18T03:28:45.130Z] ad7d29ed9975: Waiting [2024-06-18T03:28:45.130Z] 76f5b12b30c5: Waiting [2024-06-18T03:28:45.130Z] 7c504f21be85: Waiting [2024-06-18T03:28:45.130Z] c56d9fd642a1: Waiting [2024-06-18T03:28:45.130Z] 4ba2b31ae015: Layer already exists [2024-06-18T03:28:45.130Z] 3a55e0fe8cf1: Layer already exists [2024-06-18T03:28:45.130Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:45.130Z] c64a611ba147: Layer already exists [2024-06-18T03:28:45.130Z] af7b60f47022: Layer already exists [2024-06-18T03:28:45.130Z] b03a83a142c2: Layer already exists [2024-06-18T03:28:45.130Z] c56d9fd642a1: Layer already exists [2024-06-18T03:28:45.130Z] ad7d29ed9975: Layer already exists [2024-06-18T03:28:45.130Z] 76f5b12b30c5: Layer already exists [2024-06-18T03:28:45.130Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:45.395Z] main: digest: sha256:df978ccc1c9112433b56e4448cd1b086fdc3c74cfefaadc86620d289de42f1a9 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T03:28:45.483Z] ===================================================== [Pipeline] echo [2024-06-18T03:28:45.493Z] taggedImages: [2024-06-18T03:28:45.493Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:28:45.493Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-06-18T03:28:45.493Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.25 [2024-06-18T03:28:45.493Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:28:45.493Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-06-18T03:28:45.521Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-06-18T03:28:45.521Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:28:45.521Z] latest [2024-06-18T03:28:45.521Z] 3.2.0-dev.25 [2024-06-18T03:28:45.521Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:28:45.521Z] main [2024-06-18T03:28:45.521Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:45.887Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:28:46.239Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:28:46.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-06-18T03:28:46.239Z] 808100627c2e: Preparing [2024-06-18T03:28:46.239Z] a56d1dbbe840: Preparing [2024-06-18T03:28:46.239Z] d43f7028c011: Preparing [2024-06-18T03:28:46.239Z] 59d8c12b47a2: Preparing [2024-06-18T03:28:46.239Z] c64a611ba147: Preparing [2024-06-18T03:28:46.239Z] 5119df85f3f2: Preparing [2024-06-18T03:28:46.239Z] 87e397fcff6d: Preparing [2024-06-18T03:28:46.239Z] 226766633450: Preparing [2024-06-18T03:28:46.239Z] 7c504f21be85: Preparing [2024-06-18T03:28:46.239Z] 5119df85f3f2: Waiting [2024-06-18T03:28:46.239Z] 87e397fcff6d: Waiting [2024-06-18T03:28:46.239Z] 226766633450: Waiting [2024-06-18T03:28:46.239Z] 7c504f21be85: Waiting [2024-06-18T03:28:46.505Z] c64a611ba147: Layer already exists [2024-06-18T03:28:46.505Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:28:46.505Z] a56d1dbbe840: Pushed [2024-06-18T03:28:46.505Z] d43f7028c011: Pushed [2024-06-18T03:28:46.505Z] 808100627c2e: Pushed [2024-06-18T03:28:46.505Z] 7c504f21be85: Layer already exists [2024-06-18T03:28:47.090Z] 226766633450: Pushed [2024-06-18T03:28:48.053Z] 87e397fcff6d: Pushed [2024-06-18T03:29:06.252Z] 5119df85f3f2: Pushed [2024-06-18T03:29:06.252Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:52a1d7352cb7791935f3c4fdfa964f9ae0d374462908a66f5f4e47f0617b6cd9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:06.606Z] + 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-06-18T03:29:06.954Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-06-18T03:29:06.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-06-18T03:29:06.954Z] 808100627c2e: Preparing [2024-06-18T03:29:06.954Z] a56d1dbbe840: Preparing [2024-06-18T03:29:06.954Z] d43f7028c011: Preparing [2024-06-18T03:29:06.954Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:06.954Z] c64a611ba147: Preparing [2024-06-18T03:29:06.954Z] 5119df85f3f2: Preparing [2024-06-18T03:29:06.954Z] 87e397fcff6d: Preparing [2024-06-18T03:29:06.954Z] 226766633450: Preparing [2024-06-18T03:29:06.954Z] 7c504f21be85: Preparing [2024-06-18T03:29:06.954Z] 5119df85f3f2: Waiting [2024-06-18T03:29:06.954Z] 87e397fcff6d: Waiting [2024-06-18T03:29:06.954Z] 226766633450: Waiting [2024-06-18T03:29:06.954Z] 7c504f21be85: Waiting [2024-06-18T03:29:06.954Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:06.954Z] c64a611ba147: Layer already exists [2024-06-18T03:29:06.954Z] 808100627c2e: Layer already exists [2024-06-18T03:29:06.954Z] d43f7028c011: Layer already exists [2024-06-18T03:29:06.954Z] a56d1dbbe840: Layer already exists [2024-06-18T03:29:06.954Z] 5119df85f3f2: Layer already exists [2024-06-18T03:29:06.954Z] 87e397fcff6d: Layer already exists [2024-06-18T03:29:06.954Z] 226766633450: Layer already exists [2024-06-18T03:29:06.954Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:07.220Z] latest: digest: sha256:52a1d7352cb7791935f3c4fdfa964f9ae0d374462908a66f5f4e47f0617b6cd9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:07.578Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:07.932Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.25 [2024-06-18T03:29:07.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-06-18T03:29:07.932Z] 808100627c2e: Preparing [2024-06-18T03:29:07.932Z] a56d1dbbe840: Preparing [2024-06-18T03:29:07.932Z] d43f7028c011: Preparing [2024-06-18T03:29:07.932Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:07.932Z] c64a611ba147: Preparing [2024-06-18T03:29:07.932Z] 5119df85f3f2: Preparing [2024-06-18T03:29:07.932Z] 87e397fcff6d: Preparing [2024-06-18T03:29:07.932Z] 226766633450: Preparing [2024-06-18T03:29:07.932Z] 7c504f21be85: Preparing [2024-06-18T03:29:07.932Z] 5119df85f3f2: Waiting [2024-06-18T03:29:07.932Z] 87e397fcff6d: Waiting [2024-06-18T03:29:07.932Z] 226766633450: Waiting [2024-06-18T03:29:07.932Z] 7c504f21be85: Waiting [2024-06-18T03:29:07.932Z] a56d1dbbe840: Layer already exists [2024-06-18T03:29:07.932Z] d43f7028c011: Layer already exists [2024-06-18T03:29:07.932Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:07.932Z] c64a611ba147: Layer already exists [2024-06-18T03:29:07.932Z] 808100627c2e: Layer already exists [2024-06-18T03:29:07.932Z] 226766633450: Layer already exists [2024-06-18T03:29:07.932Z] 87e397fcff6d: Layer already exists [2024-06-18T03:29:07.932Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:07.932Z] 5119df85f3f2: Layer already exists [2024-06-18T03:29:08.197Z] 3.2.0-dev.25: digest: sha256:52a1d7352cb7791935f3c4fdfa964f9ae0d374462908a66f5f4e47f0617b6cd9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:08.543Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:08.955Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:29:08.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-06-18T03:29:08.955Z] 808100627c2e: Preparing [2024-06-18T03:29:08.955Z] a56d1dbbe840: Preparing [2024-06-18T03:29:08.955Z] d43f7028c011: Preparing [2024-06-18T03:29:08.955Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:08.955Z] c64a611ba147: Preparing [2024-06-18T03:29:08.955Z] 5119df85f3f2: Preparing [2024-06-18T03:29:08.955Z] 87e397fcff6d: Preparing [2024-06-18T03:29:08.955Z] 226766633450: Preparing [2024-06-18T03:29:08.955Z] 7c504f21be85: Preparing [2024-06-18T03:29:08.955Z] 87e397fcff6d: Waiting [2024-06-18T03:29:08.955Z] 226766633450: Waiting [2024-06-18T03:29:08.955Z] 7c504f21be85: Waiting [2024-06-18T03:29:08.955Z] 5119df85f3f2: Waiting [2024-06-18T03:29:08.955Z] 808100627c2e: Layer already exists [2024-06-18T03:29:08.955Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:08.955Z] d43f7028c011: Layer already exists [2024-06-18T03:29:08.955Z] c64a611ba147: Layer already exists [2024-06-18T03:29:08.955Z] a56d1dbbe840: Layer already exists [2024-06-18T03:29:09.226Z] 87e397fcff6d: Layer already exists [2024-06-18T03:29:09.226Z] 226766633450: Layer already exists [2024-06-18T03:29:09.226Z] 5119df85f3f2: Layer already exists [2024-06-18T03:29:09.226Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:09.226Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:52a1d7352cb7791935f3c4fdfa964f9ae0d374462908a66f5f4e47f0617b6cd9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:09.603Z] + 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-06-18T03:29:09.971Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-06-18T03:29:09.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-06-18T03:29:09.971Z] 808100627c2e: Preparing [2024-06-18T03:29:09.971Z] a56d1dbbe840: Preparing [2024-06-18T03:29:09.971Z] d43f7028c011: Preparing [2024-06-18T03:29:09.971Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:09.971Z] c64a611ba147: Preparing [2024-06-18T03:29:09.971Z] 5119df85f3f2: Preparing [2024-06-18T03:29:09.971Z] 87e397fcff6d: Preparing [2024-06-18T03:29:09.971Z] 226766633450: Preparing [2024-06-18T03:29:09.971Z] 7c504f21be85: Preparing [2024-06-18T03:29:09.971Z] 87e397fcff6d: Waiting [2024-06-18T03:29:09.971Z] 5119df85f3f2: Waiting [2024-06-18T03:29:09.971Z] 226766633450: Waiting [2024-06-18T03:29:09.971Z] 7c504f21be85: Waiting [2024-06-18T03:29:09.971Z] d43f7028c011: Layer already exists [2024-06-18T03:29:09.971Z] 808100627c2e: Layer already exists [2024-06-18T03:29:09.971Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:09.971Z] a56d1dbbe840: Layer already exists [2024-06-18T03:29:09.971Z] c64a611ba147: Layer already exists [2024-06-18T03:29:09.971Z] 5119df85f3f2: Layer already exists [2024-06-18T03:29:09.971Z] 226766633450: Layer already exists [2024-06-18T03:29:09.971Z] 87e397fcff6d: Layer already exists [2024-06-18T03:29:09.971Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:10.245Z] main: digest: sha256:52a1d7352cb7791935f3c4fdfa964f9ae0d374462908a66f5f4e47f0617b6cd9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T03:29:10.322Z] ===================================================== [Pipeline] echo [2024-06-18T03:29:10.335Z] taggedImages: [2024-06-18T03:29:10.335Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:29:10.335Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-06-18T03:29:10.335Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.25 [2024-06-18T03:29:10.335Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:29:10.335Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-06-18T03:29:10.362Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-06-18T03:29:10.362Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:29:10.362Z] latest [2024-06-18T03:29:10.362Z] 3.2.0-dev.25 [2024-06-18T03:29:10.362Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:29:10.362Z] main [2024-06-18T03:29:10.362Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:10.748Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:11.117Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:29:11.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-06-18T03:29:11.117Z] c038b68e5727: Preparing [2024-06-18T03:29:11.117Z] 8a45215f4fa8: Preparing [2024-06-18T03:29:11.117Z] cc8e58e3b4b1: Preparing [2024-06-18T03:29:11.117Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:11.117Z] c64a611ba147: Preparing [2024-06-18T03:29:11.117Z] 5119df85f3f2: Preparing [2024-06-18T03:29:11.117Z] ad7d29ed9975: Preparing [2024-06-18T03:29:11.117Z] 76f5b12b30c5: Preparing [2024-06-18T03:29:11.117Z] 7c504f21be85: Preparing [2024-06-18T03:29:11.117Z] 5119df85f3f2: Waiting [2024-06-18T03:29:11.117Z] ad7d29ed9975: Waiting [2024-06-18T03:29:11.117Z] 76f5b12b30c5: Waiting [2024-06-18T03:29:11.117Z] 7c504f21be85: Waiting [2024-06-18T03:29:11.117Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:11.117Z] c64a611ba147: Layer already exists [2024-06-18T03:29:11.385Z] 5119df85f3f2: Layer already exists [2024-06-18T03:29:11.385Z] ad7d29ed9975: Layer already exists [2024-06-18T03:29:11.385Z] cc8e58e3b4b1: Pushed [2024-06-18T03:29:11.385Z] 76f5b12b30c5: Layer already exists [2024-06-18T03:29:11.385Z] 8a45215f4fa8: Pushed [2024-06-18T03:29:11.385Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:11.385Z] c038b68e5727: Pushed [2024-06-18T03:29:11.653Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:58925d73fba86c5e07c93168b887f669d723d71894ee7f9a3f9bb4033e36b73b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:12.013Z] + 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-06-18T03:29:12.363Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-06-18T03:29:12.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-06-18T03:29:12.363Z] c038b68e5727: Preparing [2024-06-18T03:29:12.363Z] 8a45215f4fa8: Preparing [2024-06-18T03:29:12.363Z] cc8e58e3b4b1: Preparing [2024-06-18T03:29:12.363Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:12.363Z] c64a611ba147: Preparing [2024-06-18T03:29:12.363Z] 5119df85f3f2: Preparing [2024-06-18T03:29:12.363Z] ad7d29ed9975: Preparing [2024-06-18T03:29:12.363Z] 76f5b12b30c5: Preparing [2024-06-18T03:29:12.363Z] 7c504f21be85: Preparing [2024-06-18T03:29:12.363Z] ad7d29ed9975: Waiting [2024-06-18T03:29:12.363Z] 76f5b12b30c5: Waiting [2024-06-18T03:29:12.363Z] 7c504f21be85: Waiting [2024-06-18T03:29:12.363Z] 5119df85f3f2: Waiting [2024-06-18T03:29:12.363Z] 8a45215f4fa8: Layer already exists [2024-06-18T03:29:12.363Z] cc8e58e3b4b1: Layer already exists [2024-06-18T03:29:12.363Z] c64a611ba147: Layer already exists [2024-06-18T03:29:12.363Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:12.363Z] c038b68e5727: Layer already exists [2024-06-18T03:29:12.363Z] ad7d29ed9975: Layer already exists [2024-06-18T03:29:12.363Z] 5119df85f3f2: Layer already exists [2024-06-18T03:29:12.363Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:12.363Z] 76f5b12b30c5: Layer already exists [2024-06-18T03:29:12.627Z] latest: digest: sha256:58925d73fba86c5e07c93168b887f669d723d71894ee7f9a3f9bb4033e36b73b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:12.975Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:13.320Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.25 [2024-06-18T03:29:13.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-06-18T03:29:13.320Z] c038b68e5727: Preparing [2024-06-18T03:29:13.320Z] 8a45215f4fa8: Preparing [2024-06-18T03:29:13.320Z] cc8e58e3b4b1: Preparing [2024-06-18T03:29:13.320Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:13.320Z] c64a611ba147: Preparing [2024-06-18T03:29:13.320Z] 5119df85f3f2: Preparing [2024-06-18T03:29:13.320Z] ad7d29ed9975: Preparing [2024-06-18T03:29:13.320Z] 76f5b12b30c5: Preparing [2024-06-18T03:29:13.320Z] 7c504f21be85: Preparing [2024-06-18T03:29:13.320Z] ad7d29ed9975: Waiting [2024-06-18T03:29:13.320Z] 76f5b12b30c5: Waiting [2024-06-18T03:29:13.320Z] 7c504f21be85: Waiting [2024-06-18T03:29:13.320Z] 5119df85f3f2: Waiting [2024-06-18T03:29:13.320Z] cc8e58e3b4b1: Layer already exists [2024-06-18T03:29:13.320Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:13.320Z] c038b68e5727: Layer already exists [2024-06-18T03:29:13.320Z] 8a45215f4fa8: Layer already exists [2024-06-18T03:29:13.320Z] c64a611ba147: Layer already exists [2024-06-18T03:29:13.320Z] 5119df85f3f2: Layer already exists [2024-06-18T03:29:13.320Z] 76f5b12b30c5: Layer already exists [2024-06-18T03:29:13.320Z] ad7d29ed9975: Layer already exists [2024-06-18T03:29:13.320Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:13.584Z] 3.2.0-dev.25: digest: sha256:58925d73fba86c5e07c93168b887f669d723d71894ee7f9a3f9bb4033e36b73b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:13.932Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:14.277Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:29:14.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-06-18T03:29:14.277Z] c038b68e5727: Preparing [2024-06-18T03:29:14.277Z] 8a45215f4fa8: Preparing [2024-06-18T03:29:14.277Z] cc8e58e3b4b1: Preparing [2024-06-18T03:29:14.277Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:14.277Z] c64a611ba147: Preparing [2024-06-18T03:29:14.277Z] 5119df85f3f2: Preparing [2024-06-18T03:29:14.277Z] ad7d29ed9975: Preparing [2024-06-18T03:29:14.277Z] 76f5b12b30c5: Preparing [2024-06-18T03:29:14.277Z] 7c504f21be85: Preparing [2024-06-18T03:29:14.277Z] 5119df85f3f2: Waiting [2024-06-18T03:29:14.277Z] ad7d29ed9975: Waiting [2024-06-18T03:29:14.277Z] 76f5b12b30c5: Waiting [2024-06-18T03:29:14.277Z] 7c504f21be85: Waiting [2024-06-18T03:29:14.277Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:14.277Z] c64a611ba147: Layer already exists [2024-06-18T03:29:14.277Z] c038b68e5727: Layer already exists [2024-06-18T03:29:14.277Z] cc8e58e3b4b1: Layer already exists [2024-06-18T03:29:14.277Z] 8a45215f4fa8: Layer already exists [2024-06-18T03:29:14.277Z] 76f5b12b30c5: Layer already exists [2024-06-18T03:29:14.277Z] ad7d29ed9975: Layer already exists [2024-06-18T03:29:14.277Z] 5119df85f3f2: Layer already exists [2024-06-18T03:29:14.277Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:14.543Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:58925d73fba86c5e07c93168b887f669d723d71894ee7f9a3f9bb4033e36b73b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:14.889Z] + 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-06-18T03:29:15.240Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-06-18T03:29:15.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-06-18T03:29:15.240Z] c038b68e5727: Preparing [2024-06-18T03:29:15.240Z] 8a45215f4fa8: Preparing [2024-06-18T03:29:15.240Z] cc8e58e3b4b1: Preparing [2024-06-18T03:29:15.240Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:15.240Z] c64a611ba147: Preparing [2024-06-18T03:29:15.240Z] 5119df85f3f2: Preparing [2024-06-18T03:29:15.240Z] ad7d29ed9975: Preparing [2024-06-18T03:29:15.240Z] 76f5b12b30c5: Preparing [2024-06-18T03:29:15.240Z] 7c504f21be85: Preparing [2024-06-18T03:29:15.240Z] 5119df85f3f2: Waiting [2024-06-18T03:29:15.240Z] ad7d29ed9975: Waiting [2024-06-18T03:29:15.240Z] 7c504f21be85: Waiting [2024-06-18T03:29:15.240Z] 76f5b12b30c5: Waiting [2024-06-18T03:29:15.241Z] c64a611ba147: Layer already exists [2024-06-18T03:29:15.241Z] c038b68e5727: Layer already exists [2024-06-18T03:29:15.241Z] cc8e58e3b4b1: Layer already exists [2024-06-18T03:29:15.241Z] 8a45215f4fa8: Layer already exists [2024-06-18T03:29:15.241Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:15.241Z] 76f5b12b30c5: Layer already exists [2024-06-18T03:29:15.241Z] ad7d29ed9975: Layer already exists [2024-06-18T03:29:15.241Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:15.241Z] 5119df85f3f2: Layer already exists [2024-06-18T03:29:15.507Z] main: digest: sha256:58925d73fba86c5e07c93168b887f669d723d71894ee7f9a3f9bb4033e36b73b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T03:29:15.576Z] ===================================================== [Pipeline] echo [2024-06-18T03:29:15.587Z] taggedImages: [2024-06-18T03:29:15.587Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:29:15.587Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-06-18T03:29:15.587Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.25 [2024-06-18T03:29:15.587Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:29:15.587Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-06-18T03:29:15.667Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-06-18T03:29:15.667Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:29:15.667Z] latest [2024-06-18T03:29:15.667Z] 3.2.0-dev.25 [2024-06-18T03:29:15.667Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:29:15.667Z] main [2024-06-18T03:29:15.667Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:16.077Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:16.442Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:29:16.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-06-18T03:29:16.442Z] 01b646fbf10a: Preparing [2024-06-18T03:29:16.442Z] 2987b103f8d4: Preparing [2024-06-18T03:29:16.442Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:16.442Z] c64a611ba147: Preparing [2024-06-18T03:29:16.442Z] d131984385b4: Preparing [2024-06-18T03:29:16.442Z] 9591696b670f: Preparing [2024-06-18T03:29:16.442Z] 7c504f21be85: Preparing [2024-06-18T03:29:16.442Z] 9591696b670f: Waiting [2024-06-18T03:29:16.442Z] 7c504f21be85: Waiting [2024-06-18T03:29:16.442Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:16.708Z] c64a611ba147: Layer already exists [2024-06-18T03:29:16.708Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:16.708Z] 01b646fbf10a: Pushed [2024-06-18T03:29:16.974Z] 9591696b670f: Pushed [2024-06-18T03:29:18.380Z] d131984385b4: Pushed [2024-06-18T03:29:23.708Z] 2987b103f8d4: Pushed [2024-06-18T03:29:23.708Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:fe6c0d739d96ab593dbf1f7712c26fe6e53973ffa99e36f4f95805160a93b6ce size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:24.065Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:24.411Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-06-18T03:29:24.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-06-18T03:29:24.411Z] 01b646fbf10a: Preparing [2024-06-18T03:29:24.411Z] 2987b103f8d4: Preparing [2024-06-18T03:29:24.411Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:24.411Z] c64a611ba147: Preparing [2024-06-18T03:29:24.411Z] d131984385b4: Preparing [2024-06-18T03:29:24.411Z] 9591696b670f: Preparing [2024-06-18T03:29:24.411Z] 7c504f21be85: Preparing [2024-06-18T03:29:24.411Z] 9591696b670f: Waiting [2024-06-18T03:29:24.411Z] 7c504f21be85: Waiting [2024-06-18T03:29:24.411Z] c64a611ba147: Layer already exists [2024-06-18T03:29:24.411Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:24.411Z] d131984385b4: Layer already exists [2024-06-18T03:29:24.411Z] 2987b103f8d4: Layer already exists [2024-06-18T03:29:24.411Z] 01b646fbf10a: Layer already exists [2024-06-18T03:29:24.411Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:24.411Z] 9591696b670f: Layer already exists [2024-06-18T03:29:24.676Z] latest: digest: sha256:fe6c0d739d96ab593dbf1f7712c26fe6e53973ffa99e36f4f95805160a93b6ce size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:25.028Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:25.370Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.25 [2024-06-18T03:29:25.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-06-18T03:29:25.370Z] 01b646fbf10a: Preparing [2024-06-18T03:29:25.370Z] 2987b103f8d4: Preparing [2024-06-18T03:29:25.370Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:25.370Z] c64a611ba147: Preparing [2024-06-18T03:29:25.370Z] d131984385b4: Preparing [2024-06-18T03:29:25.370Z] 9591696b670f: Preparing [2024-06-18T03:29:25.370Z] 7c504f21be85: Preparing [2024-06-18T03:29:25.370Z] 9591696b670f: Waiting [2024-06-18T03:29:25.370Z] 7c504f21be85: Waiting [2024-06-18T03:29:25.370Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:25.370Z] d131984385b4: Layer already exists [2024-06-18T03:29:25.370Z] 2987b103f8d4: Layer already exists [2024-06-18T03:29:25.370Z] c64a611ba147: Layer already exists [2024-06-18T03:29:25.370Z] 01b646fbf10a: Layer already exists [2024-06-18T03:29:25.370Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:25.370Z] 9591696b670f: Layer already exists [2024-06-18T03:29:25.636Z] 3.2.0-dev.25: digest: sha256:fe6c0d739d96ab593dbf1f7712c26fe6e53973ffa99e36f4f95805160a93b6ce size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:25.981Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:26.328Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:29:26.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-06-18T03:29:26.328Z] 01b646fbf10a: Preparing [2024-06-18T03:29:26.328Z] 2987b103f8d4: Preparing [2024-06-18T03:29:26.328Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:26.328Z] c64a611ba147: Preparing [2024-06-18T03:29:26.328Z] d131984385b4: Preparing [2024-06-18T03:29:26.328Z] 9591696b670f: Preparing [2024-06-18T03:29:26.328Z] 7c504f21be85: Preparing [2024-06-18T03:29:26.328Z] 9591696b670f: Waiting [2024-06-18T03:29:26.328Z] 7c504f21be85: Waiting [2024-06-18T03:29:26.328Z] 01b646fbf10a: Layer already exists [2024-06-18T03:29:26.328Z] 2987b103f8d4: Layer already exists [2024-06-18T03:29:26.328Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:26.328Z] c64a611ba147: Layer already exists [2024-06-18T03:29:26.328Z] d131984385b4: Layer already exists [2024-06-18T03:29:26.328Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:26.328Z] 9591696b670f: Layer already exists [2024-06-18T03:29:26.328Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:fe6c0d739d96ab593dbf1f7712c26fe6e53973ffa99e36f4f95805160a93b6ce size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:26.948Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:27.301Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-06-18T03:29:27.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-06-18T03:29:27.301Z] 01b646fbf10a: Preparing [2024-06-18T03:29:27.301Z] 2987b103f8d4: Preparing [2024-06-18T03:29:27.301Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:27.301Z] c64a611ba147: Preparing [2024-06-18T03:29:27.301Z] d131984385b4: Preparing [2024-06-18T03:29:27.301Z] 9591696b670f: Preparing [2024-06-18T03:29:27.301Z] 7c504f21be85: Preparing [2024-06-18T03:29:27.301Z] 9591696b670f: Waiting [2024-06-18T03:29:27.301Z] 7c504f21be85: Waiting [2024-06-18T03:29:27.301Z] 2987b103f8d4: Layer already exists [2024-06-18T03:29:27.301Z] c64a611ba147: Layer already exists [2024-06-18T03:29:27.301Z] d131984385b4: Layer already exists [2024-06-18T03:29:27.301Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:27.301Z] 01b646fbf10a: Layer already exists [2024-06-18T03:29:27.301Z] 9591696b670f: Layer already exists [2024-06-18T03:29:27.301Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:27.565Z] main: digest: sha256:fe6c0d739d96ab593dbf1f7712c26fe6e53973ffa99e36f4f95805160a93b6ce size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T03:29:27.650Z] ===================================================== [Pipeline] echo [2024-06-18T03:29:27.662Z] taggedImages: [2024-06-18T03:29:27.662Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:29:27.662Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-06-18T03:29:27.662Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.25 [2024-06-18T03:29:27.662Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:29:27.662Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-06-18T03:29:27.689Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-06-18T03:29:27.689Z] b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:29:27.689Z] latest [2024-06-18T03:29:27.689Z] 3.2.0-dev.25 [2024-06-18T03:29:27.689Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:29:27.689Z] main [2024-06-18T03:29:27.689Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:28.049Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:28.403Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:29:28.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-06-18T03:29:28.403Z] b43b47428d8b: Preparing [2024-06-18T03:29:28.403Z] abd9fe9d17d7: Preparing [2024-06-18T03:29:28.403Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:28.403Z] c64a611ba147: Preparing [2024-06-18T03:29:28.403Z] 09354b23afcb: Preparing [2024-06-18T03:29:28.403Z] 697530da8006: Preparing [2024-06-18T03:29:28.403Z] 7c504f21be85: Preparing [2024-06-18T03:29:28.403Z] 697530da8006: Waiting [2024-06-18T03:29:28.403Z] 7c504f21be85: Waiting [2024-06-18T03:29:28.403Z] 09354b23afcb: Layer already exists [2024-06-18T03:29:28.669Z] c64a611ba147: Layer already exists [2024-06-18T03:29:28.670Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:28.670Z] 697530da8006: Layer already exists [2024-06-18T03:29:28.670Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:28.670Z] b43b47428d8b: Pushed [2024-06-18T03:29:35.298Z] abd9fe9d17d7: Pushed [2024-06-18T03:29:35.298Z] b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:72f5dd2ba7ce551736677d847950138a1bcd743ad0d11d37b8a3de83c92369d3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:35.650Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:36.002Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-06-18T03:29:36.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-06-18T03:29:36.002Z] b43b47428d8b: Preparing [2024-06-18T03:29:36.002Z] abd9fe9d17d7: Preparing [2024-06-18T03:29:36.002Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:36.002Z] c64a611ba147: Preparing [2024-06-18T03:29:36.002Z] 09354b23afcb: Preparing [2024-06-18T03:29:36.002Z] 697530da8006: Preparing [2024-06-18T03:29:36.002Z] 7c504f21be85: Preparing [2024-06-18T03:29:36.002Z] 697530da8006: Waiting [2024-06-18T03:29:36.002Z] 7c504f21be85: Waiting [2024-06-18T03:29:36.002Z] c64a611ba147: Layer already exists [2024-06-18T03:29:36.002Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:36.002Z] b43b47428d8b: Layer already exists [2024-06-18T03:29:36.002Z] 09354b23afcb: Layer already exists [2024-06-18T03:29:36.002Z] abd9fe9d17d7: Layer already exists [2024-06-18T03:29:36.002Z] 697530da8006: Layer already exists [2024-06-18T03:29:36.002Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:36.268Z] latest: digest: sha256:72f5dd2ba7ce551736677d847950138a1bcd743ad0d11d37b8a3de83c92369d3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:36.617Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:36.959Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.25 [2024-06-18T03:29:36.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-06-18T03:29:36.959Z] b43b47428d8b: Preparing [2024-06-18T03:29:36.959Z] abd9fe9d17d7: Preparing [2024-06-18T03:29:36.959Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:36.959Z] c64a611ba147: Preparing [2024-06-18T03:29:36.959Z] 09354b23afcb: Preparing [2024-06-18T03:29:36.959Z] 697530da8006: Preparing [2024-06-18T03:29:36.959Z] 7c504f21be85: Preparing [2024-06-18T03:29:36.959Z] 697530da8006: Waiting [2024-06-18T03:29:36.959Z] 7c504f21be85: Waiting [2024-06-18T03:29:36.959Z] c64a611ba147: Layer already exists [2024-06-18T03:29:36.959Z] abd9fe9d17d7: Layer already exists [2024-06-18T03:29:36.959Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:36.959Z] b43b47428d8b: Layer already exists [2024-06-18T03:29:36.959Z] 09354b23afcb: Layer already exists [2024-06-18T03:29:36.959Z] 697530da8006: Layer already exists [2024-06-18T03:29:36.959Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:37.225Z] 3.2.0-dev.25: digest: sha256:72f5dd2ba7ce551736677d847950138a1bcd743ad0d11d37b8a3de83c92369d3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:37.586Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:37.930Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:29:37.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-06-18T03:29:37.930Z] b43b47428d8b: Preparing [2024-06-18T03:29:37.930Z] abd9fe9d17d7: Preparing [2024-06-18T03:29:37.930Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:37.930Z] c64a611ba147: Preparing [2024-06-18T03:29:37.930Z] 09354b23afcb: Preparing [2024-06-18T03:29:37.930Z] 697530da8006: Preparing [2024-06-18T03:29:37.930Z] 7c504f21be85: Preparing [2024-06-18T03:29:37.930Z] 697530da8006: Waiting [2024-06-18T03:29:37.930Z] 7c504f21be85: Waiting [2024-06-18T03:29:37.930Z] 09354b23afcb: Layer already exists [2024-06-18T03:29:37.930Z] b43b47428d8b: Layer already exists [2024-06-18T03:29:37.930Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:37.930Z] c64a611ba147: Layer already exists [2024-06-18T03:29:37.930Z] abd9fe9d17d7: Layer already exists [2024-06-18T03:29:37.930Z] 697530da8006: Layer already exists [2024-06-18T03:29:37.930Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:38.196Z] b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:72f5dd2ba7ce551736677d847950138a1bcd743ad0d11d37b8a3de83c92369d3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:38.549Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:38.901Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-06-18T03:29:38.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-06-18T03:29:38.901Z] b43b47428d8b: Preparing [2024-06-18T03:29:38.901Z] abd9fe9d17d7: Preparing [2024-06-18T03:29:38.901Z] 59d8c12b47a2: Preparing [2024-06-18T03:29:38.901Z] c64a611ba147: Preparing [2024-06-18T03:29:38.901Z] 09354b23afcb: Preparing [2024-06-18T03:29:38.901Z] 697530da8006: Preparing [2024-06-18T03:29:38.901Z] 7c504f21be85: Preparing [2024-06-18T03:29:38.901Z] 697530da8006: Waiting [2024-06-18T03:29:38.901Z] 09354b23afcb: Layer already exists [2024-06-18T03:29:38.901Z] c64a611ba147: Layer already exists [2024-06-18T03:29:38.901Z] abd9fe9d17d7: Layer already exists [2024-06-18T03:29:38.901Z] b43b47428d8b: Layer already exists [2024-06-18T03:29:38.901Z] 59d8c12b47a2: Layer already exists [2024-06-18T03:29:38.901Z] 7c504f21be85: Layer already exists [2024-06-18T03:29:38.901Z] 697530da8006: Layer already exists [2024-06-18T03:29:39.167Z] main: digest: sha256:72f5dd2ba7ce551736677d847950138a1bcd743ad0d11d37b8a3de83c92369d3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-06-18T03:29:39.246Z] ===================================================== [Pipeline] echo [2024-06-18T03:29:39.261Z] taggedImages: [2024-06-18T03:29:39.261Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [2024-06-18T03:29:39.261Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-06-18T03:29:39.261Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.25 [2024-06-18T03:29:39.261Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [2024-06-18T03:29:39.261Z] - 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-06-18T03:29:39.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-06-18T03:29:39.647Z] [2024-06-18T03:29:39.647Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:29:39.974Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-06-18T03:29:39.974Z] arm64: Pulling from edgex-lftools-log-publisher [2024-06-18T03:29:39.974Z] 8998bd30e6a1: Pulling fs layer [2024-06-18T03:29:39.974Z] 04944245beec: Pulling fs layer [2024-06-18T03:29:39.974Z] 699f458cf7ca: Pulling fs layer [2024-06-18T03:29:39.974Z] 765212b225bb: Pulling fs layer [2024-06-18T03:29:39.974Z] f23df028b6ca: Pulling fs layer [2024-06-18T03:29:39.974Z] d65c8cfc05b1: Pulling fs layer [2024-06-18T03:29:39.974Z] 2437ff75d9bd: Pulling fs layer [2024-06-18T03:29:39.974Z] 765212b225bb: Waiting [2024-06-18T03:29:39.974Z] f23df028b6ca: Waiting [2024-06-18T03:29:39.974Z] 2437ff75d9bd: Waiting [2024-06-18T03:29:39.974Z] d65c8cfc05b1: Waiting [2024-06-18T03:29:40.242Z] 04944245beec: Verifying Checksum [2024-06-18T03:29:40.242Z] 04944245beec: Download complete [2024-06-18T03:29:40.242Z] 765212b225bb: Verifying Checksum [2024-06-18T03:29:40.242Z] 765212b225bb: Download complete [2024-06-18T03:29:40.242Z] f23df028b6ca: Verifying Checksum [2024-06-18T03:29:40.242Z] f23df028b6ca: Download complete [2024-06-18T03:29:40.242Z] d65c8cfc05b1: Verifying Checksum [2024-06-18T03:29:40.242Z] d65c8cfc05b1: Download complete [2024-06-18T03:29:40.512Z] 699f458cf7ca: Verifying Checksum [2024-06-18T03:29:40.512Z] 699f458cf7ca: Download complete [2024-06-18T03:29:40.779Z] 8998bd30e6a1: Verifying Checksum [2024-06-18T03:29:40.779Z] 8998bd30e6a1: Download complete [2024-06-18T03:29:43.361Z] 2437ff75d9bd: Verifying Checksum [2024-06-18T03:29:43.361Z] 2437ff75d9bd: Download complete [2024-06-18T03:29:45.938Z] 8998bd30e6a1: Pull complete [2024-06-18T03:29:45.939Z] 04944245beec: Pull complete [2024-06-18T03:29:47.343Z] 699f458cf7ca: Pull complete [2024-06-18T03:29:47.609Z] 765212b225bb: Pull complete [2024-06-18T03:29:48.573Z] f23df028b6ca: Pull complete [2024-06-18T03:29:48.841Z] d65c8cfc05b1: Pull complete [2024-06-18T03:30:07.043Z] 2437ff75d9bd: Pull complete [2024-06-18T03:30:07.043Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-06-18T03:30:07.043Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-06-18T03:30:07.043Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-18T03:30:07.241Z] prd-ubuntu20.04-docker-arm64-4c-16g-3919 does not seem to be running inside a container [2024-06-18T03:30:07.292Z] $ 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/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@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-06-18T03:30:10.000Z] $ docker top a0b90ecfe31f8bcd8e2533c96d4e7439d5b5814527aea354479fb0e2b4cabb84 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-06-18T03:30:10.919Z] ---> job-cost.sh [2024-06-18T03:30:10.919Z] lf-activate-venv: SKIPPING [2024-06-18T03:30:10.919Z] INFO: No Stack... [2024-06-18T03:30:11.187Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-06-18T03:30:12.158Z] INFO: Archiving Costs [Pipeline] sh [2024-06-18T03:30:12.799Z] + cat /w/workspace/edgex-go/643/archives/cost.csv [2024-06-18T03:30:12.799Z] + cut -d, -f6 [Pipeline] lock [2024-06-18T03:30:12.866Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-643-stack-cost] [2024-06-18T03:30:12.873Z] Resource [jenkins-edgexfoundry-edgex-go-main-643-stack-cost] did not exist. Created. [2024-06-18T03:30:12.882Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-643-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-06-18T03:30:13.529Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-06-18T03:30:14.177Z] Stashed 1 file(s) [Pipeline] } [2024-06-18T03:30:14.189Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-643-stack-cost] [Pipeline] // lock [Pipeline] } [2024-06-18T03:30:14.206Z] $ docker stop --time=1 a0b90ecfe31f8bcd8e2533c96d4e7439d5b5814527aea354479fb0e2b4cabb84 [2024-06-18T03:30:15.696Z] $ docker rm -f --volumes a0b90ecfe31f8bcd8e2533c96d4e7439d5b5814527aea354479fb0e2b4cabb84 [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-06-18T03:30:16.266Z] provisioning config files... [2024-06-18T03:30:16.273Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/643@tmp/config14215127302846692028tmp [Pipeline] { [Pipeline] sh [2024-06-18T03:30:16.572Z] + set +x [2024-06-18T03:30:16.572Z] + curl -s https://codecov.io/bash [2024-06-18T03:30:16.572Z] + bash -s -- [2024-06-18T03:30:16.572Z] [2024-06-18T03:30:16.572Z] _____ _ [2024-06-18T03:30:16.572Z] / ____| | | [2024-06-18T03:30:16.572Z] | | ___ __| | ___ ___ _____ __ [2024-06-18T03:30:16.572Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-06-18T03:30:16.572Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-06-18T03:30:16.572Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-06-18T03:30:16.572Z] Bash-1.0.6 [2024-06-18T03:30:16.572Z] [2024-06-18T03:30:16.572Z] [2024-06-18T03:30:16.572Z] ==> git version 2.25.1 found [2024-06-18T03:30:16.572Z] ==> 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-06-18T03:30:16.572Z] Release-Date: 2020-01-08 [2024-06-18T03:30:16.572Z] 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-06-18T03:30:16.572Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-06-18T03:30:16.572Z] ==> Jenkins CI detected. [2024-06-18T03:30:16.572Z] current dir:  /w/workspace/edgex-go/643 [2024-06-18T03:30:16.572Z] project root: . [2024-06-18T03:30:16.572Z] --> token set from env [2024-06-18T03:30:16.572Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-06-18T03:30:16.572Z] ==> Running gcov in . (disable via -X gcov) [2024-06-18T03:30:16.572Z] ==> Python coveragepy not found [2024-06-18T03:30:16.572Z] ==> Searching for coverage reports in: [2024-06-18T03:30:16.572Z] + . [2024-06-18T03:30:16.832Z] -> Found 1 reports [2024-06-18T03:30:16.832Z] ==> Detecting git/mercurial file structure [2024-06-18T03:30:16.832Z] ==> Reading reports [2024-06-18T03:30:16.832Z] + ./coverage.out bytes=455714 [2024-06-18T03:30:16.832Z] ==> Appending adjustments [2024-06-18T03:30:16.832Z] https://docs.codecov.io/docs/fixing-reports [2024-06-18T03:30:17.771Z] + Found adjustments [2024-06-18T03:30:17.771Z] ==> Gzipping contents [2024-06-18T03:30:17.771Z] 60K /tmp/codecov.etGuj5.gz [2024-06-18T03:30:17.771Z] ==> Uploading reports [2024-06-18T03:30:17.771Z] url: https://codecov.io [2024-06-18T03:30:17.771Z] query: branch=main&commit=b1cf5992efcdcb25540593e782c82dc6cf42b659&build=643&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F643%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-06-18T03:30:17.771Z] -> Pinging Codecov [2024-06-18T03:30:17.771Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=b1cf5992efcdcb25540593e782c82dc6cf42b659&build=643&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F643%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-06-18T03:30:18.030Z] -> Uploading to [2024-06-18T03:30:18.030Z] https://storage.googleapis.com/codecov/v4/raw/2024-06-18/00271124DB129430A58F1EEE437C3FCB/b1cf5992efcdcb25540593e782c82dc6cf42b659/6613aa80-3fd5-439f-a206-4155b6286a43.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240618%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240618T033017Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=742e21fbec39e36623be216945a78b8e7f0620a1bfbb73a13013847cdbecdd21 [2024-06-18T03:30:18.030Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-06-18T03:30:18.030Z] Dload Upload Total Spent Left Speed [2024-06-18T03:30:18.290Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58041 0 0 100 58041 0 858k --:--:-- --:--:-- --:--:-- 845k 100 58041 0 0 100 58041 0 187k --:--:-- --:--:-- --:--:-- 187k [2024-06-18T03:30:18.290Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [2024-06-18T03:30:18.297Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-06-18T03:30:18.538Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-06-18T03:30:18.557Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:30:18.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-06-18T03:30:18.870Z] [2024-06-18T03:30:18.870Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:30:19.190Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-06-18T03:30:19.190Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-06-18T03:30:19.190Z] 619be1103602: Already exists [2024-06-18T03:30:19.190Z] f8ea3408117e: Pulling fs layer [2024-06-18T03:30:19.190Z] 91320369b822: Pulling fs layer [2024-06-18T03:30:19.190Z] 0406650e8295: Pulling fs layer [2024-06-18T03:30:19.190Z] 4f4fb700ef54: Pulling fs layer [2024-06-18T03:30:19.190Z] 96d80e3f36e1: Pulling fs layer [2024-06-18T03:30:19.190Z] bcf3aedb951c: Pulling fs layer [2024-06-18T03:30:19.190Z] 96d80e3f36e1: Waiting [2024-06-18T03:30:19.190Z] 4f4fb700ef54: Waiting [2024-06-18T03:30:19.190Z] bcf3aedb951c: Waiting [2024-06-18T03:30:19.190Z] 0406650e8295: Verifying Checksum [2024-06-18T03:30:19.190Z] 0406650e8295: Download complete [2024-06-18T03:30:19.190Z] f8ea3408117e: Verifying Checksum [2024-06-18T03:30:19.190Z] 4f4fb700ef54: Verifying Checksum [2024-06-18T03:30:19.190Z] 4f4fb700ef54: Download complete [2024-06-18T03:30:19.449Z] f8ea3408117e: Pull complete [2024-06-18T03:30:19.449Z] 96d80e3f36e1: Verifying Checksum [2024-06-18T03:30:19.449Z] 96d80e3f36e1: Download complete [2024-06-18T03:30:19.708Z] 91320369b822: Verifying Checksum [2024-06-18T03:30:19.708Z] 91320369b822: Download complete [2024-06-18T03:30:20.275Z] bcf3aedb951c: Verifying Checksum [2024-06-18T03:30:23.577Z] 91320369b822: Pull complete [2024-06-18T03:30:23.577Z] 0406650e8295: Pull complete [2024-06-18T03:30:23.577Z] 4f4fb700ef54: Pull complete [2024-06-18T03:30:23.577Z] 96d80e3f36e1: Pull complete [2024-06-18T03:30:26.120Z] bcf3aedb951c: Pull complete [2024-06-18T03:30:26.120Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-06-18T03:30:26.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-06-18T03:30:26.120Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-18T03:30:26.233Z] prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container [2024-06-18T03:30:26.266Z] $ 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/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@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/edgex-snyk-go:latest cat [2024-06-18T03:30:32.594Z] $ docker top ccbfe41e540e93e9cb6d2c89d75949db72b6d65e9047627260d00ee578b01d88 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-06-18T03:30:32.962Z] + git config --global --add safe.directory /w/workspace/edgex-go/643 [Pipeline] echo [2024-06-18T03:30:32.970Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-06-18T03:30:33.248Z] + set -o pipefail [2024-06-18T03:30:33.248Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-06-18T03:30:43.280Z] [2024-06-18T03:30:43.280Z] Monitoring /w/workspace/edgex-go/643 (github.com/edgexfoundry/edgex-go)... [2024-06-18T03:30:43.280Z] [2024-06-18T03:30:43.281Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/92edc438-9ab3-4e3c-b238-7ff9eba959c5 [2024-06-18T03:30:43.281Z] [2024-06-18T03:30:43.281Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-06-18T03:30:43.281Z] [Pipeline] } [2024-06-18T03:30:43.858Z] $ docker stop --time=1 ccbfe41e540e93e9cb6d2c89d75949db72b6d65e9047627260d00ee578b01d88 [2024-06-18T03:30:48.695Z] $ docker rm -f --volumes ccbfe41e540e93e9cb6d2c89d75949db72b6d65e9047627260d00ee578b01d88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-06-18T03:30:49.254Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-06-18T03:30:49.272Z] provisioning config files... [2024-06-18T03:30:49.281Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/643@tmp/config8191751981347089663tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-06-18T03:30:49.575Z] --> edgex-publish-swagger.sh [2024-06-18T03:30:49.576Z] === Publish openapi/v3 API === [2024-06-18T03:30:49.576Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-06-18T03:30:49.576Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/643/openapi/v3/core-command.yaml] [2024-06-18T03:30:49.576Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-06-18T03:30:49.576Z] Dload Upload Total Spent Left Speed [2024-06-18T03:30:50.144Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 45784 --:--:-- --:--:-- --:--:-- 45721 100 32782 0 0 100 32782 0 45784 --:--:-- --:--:-- --:--:-- 45721 [2024-06-18T03:30:50.144Z] [2024-06-18T03:30:50.144Z] [2024-06-18T03:30:50.144Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/643/openapi/v3/core-data.yaml] [2024-06-18T03:30:50.144Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-06-18T03:30:50.144Z] Dload Upload Total Spent Left Speed [2024-06-18T03:30:50.713Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 119k --:--:-- --:--:-- --:--:-- 119k [2024-06-18T03:30:50.713Z] [2024-06-18T03:30:50.713Z] [2024-06-18T03:30:50.713Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/643/openapi/v3/core-metadata.yaml] [2024-06-18T03:30:50.713Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-06-18T03:30:50.713Z] Dload Upload Total Spent Left Speed [2024-06-18T03:30:51.284Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 156 100 144k 325 302k --:--:-- --:--:-- --:--:-- 301k 100 144k 100 156 100 144k 325 302k --:--:-- --:--:-- --:--:-- 301k [2024-06-18T03:30:51.284Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-06-18T03:30:51.284Z] [2024-06-18T03:30:51.284Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/643/openapi/v3/support-notifications.yaml] [2024-06-18T03:30:51.284Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-06-18T03:30:51.284Z] Dload Upload Total Spent Left Speed [2024-06-18T03:30:51.854Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 311 170k --:--:-- --:--:-- --:--:-- 170k [2024-06-18T03:30:51.854Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-06-18T03:30:51.854Z] [2024-06-18T03:30:51.854Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/643/openapi/v3/support-scheduler.yaml] [2024-06-18T03:30:51.854Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-06-18T03:30:51.854Z] Dload Upload Total Spent Left Speed [2024-06-18T03:30:52.424Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 303 71894 --:--:-- --:--:-- --:--:-- 72198 100 37110 100 156 100 36954 303 71894 --:--:-- --:--:-- --:--:-- 72058 [2024-06-18T03:30:52.424Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-06-18T03:30:52.424Z] [Pipeline] } [2024-06-18T03:30:52.431Z] 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-06-18T03:30:52.872Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-06-18T03:30:52.872Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:30:53.179Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-06-18T03:30:53.179Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-18T03:30:53.263Z] prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container [2024-06-18T03:30:53.293Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-06-18T03:30:53.820Z] $ docker top f841c8df13a8ce93a1e0f451b6cd98f4c66aa93a3b761042e81b28f29794ef3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-06-18T03:30:53.945Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-06-18T03:30:53.945Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-18T03:30:54.066Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-18T03:30:54.065Z] $ docker exec f841c8df13a8ce93a1e0f451b6cd98f4c66aa93a3b761042e81b28f29794ef3b ssh-agent [2024-06-18T03:30:54.174Z] SSH_AUTH_SOCK=/tmp/ssh-9HRQiVKKBhPv/agent.32 [2024-06-18T03:30:54.174Z] SSH_AGENT_PID=38 [2024-06-18T03:30:54.179Z] Running ssh-add (command line suppressed) [2024-06-18T03:30:54.271Z] Identity added: /w/workspace/edgex-go/643@tmp/private_key_5644779782202416154.key (/w/workspace/edgex-go/643@tmp/private_key_5644779782202416154.key) [2024-06-18T03:30:54.288Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-18T03:30:54.581Z] + git semver tag [2024-06-18T03:30:54.841Z] 2024-06-18 03:30:54,758 [run_tag] DEBUG tag force:False [2024-06-18T03:30:54.841Z] 2024-06-18 03:30:54,758 [check_head_tag] DEBUG check head tag [2024-06-18T03:30:54.841Z] 2024-06-18 03:30:54,760 [execute] INFO git cat-file --batch-check [2024-06-18T03:30:54.841Z] 2024-06-18 03:30:54,760 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/643, universal_newlines=False, shell=None, istream=) [2024-06-18T03:30:54.841Z] 2024-06-18 03:30:54,764 [execute] INFO git cat-file --batch [2024-06-18T03:30:54.841Z] 2024-06-18 03:30:54,765 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/643, universal_newlines=False, shell=None, istream=) [2024-06-18T03:30:54.841Z] 2024-06-18 03:30:54,797 [read_version] DEBUG read version from /w/workspace/edgex-go/643/.semver/main [2024-06-18T03:30:54.841Z] 2024-06-18 03:30:54,797 [execute] INFO git tag -a v3.2.0-dev.25 -m v3.2.0-dev.25 [2024-06-18T03:30:54.841Z] 2024-06-18 03:30:54,797 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.25', '-m', 'v3.2.0-dev.25'], cwd=/w/workspace/edgex-go/643, universal_newlines=False, shell=None, istream=None) [2024-06-18T03:30:54.841Z] 2024-06-18 03:30:54,803 [read_version] DEBUG read version from /w/workspace/edgex-go/643/.semver/main [2024-06-18T03:30:54.841Z] 3.2.0-dev.25 [Pipeline] } [2024-06-18T03:30:54.847Z] $ docker exec --env ******** --env ******** f841c8df13a8ce93a1e0f451b6cd98f4c66aa93a3b761042e81b28f29794ef3b ssh-agent -k [2024-06-18T03:30:54.953Z] unset SSH_AUTH_SOCK; [2024-06-18T03:30:54.953Z] unset SSH_AGENT_PID; [2024-06-18T03:30:54.954Z] echo Agent pid 38 killed; [2024-06-18T03:30:54.973Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-06-18T03:30:55.299Z] + git semver [Pipeline] } [2024-06-18T03:30:55.572Z] $ docker stop --time=1 f841c8df13a8ce93a1e0f451b6cd98f4c66aa93a3b761042e81b28f29794ef3b [2024-06-18T03:30:56.849Z] $ docker rm -f --volumes f841c8df13a8ce93a1e0f451b6cd98f4c66aa93a3b761042e81b28f29794ef3b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:30:57.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-06-18T03:30:57.272Z] [2024-06-18T03:30:57.272Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:30:57.577Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-06-18T03:30:57.577Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-06-18T03:30:57.577Z] ab5ef0e58194: Pulling fs layer [2024-06-18T03:30:57.577Z] 9712f1f96733: Pulling fs layer [2024-06-18T03:30:57.577Z] 63f879dbbcfc: Pulling fs layer [2024-06-18T03:30:57.577Z] 0d9ebad4ef96: Pulling fs layer [2024-06-18T03:30:57.577Z] e9a5061849ea: Pulling fs layer [2024-06-18T03:30:57.577Z] d747dcd14b5f: Pulling fs layer [2024-06-18T03:30:57.577Z] 2de7ff778b66: Pulling fs layer [2024-06-18T03:30:57.577Z] 0d9ebad4ef96: Waiting [2024-06-18T03:30:57.577Z] e9a5061849ea: Waiting [2024-06-18T03:30:57.577Z] 2de7ff778b66: Waiting [2024-06-18T03:30:57.577Z] 9712f1f96733: Verifying Checksum [2024-06-18T03:30:57.577Z] 9712f1f96733: Download complete [2024-06-18T03:30:57.839Z] 63f879dbbcfc: Verifying Checksum [2024-06-18T03:30:57.839Z] 63f879dbbcfc: Download complete [2024-06-18T03:30:58.099Z] e9a5061849ea: Verifying Checksum [2024-06-18T03:30:58.099Z] e9a5061849ea: Download complete [2024-06-18T03:30:58.099Z] d747dcd14b5f: Download complete [2024-06-18T03:30:58.099Z] 0d9ebad4ef96: Verifying Checksum [2024-06-18T03:30:58.099Z] 0d9ebad4ef96: Download complete [2024-06-18T03:30:58.099Z] ab5ef0e58194: Verifying Checksum [2024-06-18T03:30:58.099Z] ab5ef0e58194: Download complete [2024-06-18T03:30:58.099Z] 2de7ff778b66: Download complete [2024-06-18T03:31:01.382Z] ab5ef0e58194: Pull complete [2024-06-18T03:31:01.382Z] 9712f1f96733: Pull complete [2024-06-18T03:31:01.640Z] 63f879dbbcfc: Pull complete [2024-06-18T03:31:05.830Z] 0d9ebad4ef96: Pull complete [2024-06-18T03:31:05.830Z] e9a5061849ea: Pull complete [2024-06-18T03:31:06.089Z] d747dcd14b5f: Pull complete [2024-06-18T03:31:07.466Z] 2de7ff778b66: Pull complete [2024-06-18T03:31:07.466Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-06-18T03:31:07.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-06-18T03:31:07.466Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-18T03:31:07.581Z] prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container [2024-06-18T03:31:07.609Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-06-18T03:31:14.627Z] $ docker top 5d9d27a7b39c33af4a83302bebb915a081678e080ddd3b385f754a28f59b29d2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-06-18T03:31:14.705Z] provisioning config files... [2024-06-18T03:31:14.712Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/643@tmp/config11449428127680266054tmp [2024-06-18T03:31:14.721Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/643@tmp/config3919348772147634378tmp [2024-06-18T03:31:14.730Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/643@tmp/config5799834695293472988tmp [Pipeline] { [Pipeline] echo [2024-06-18T03:31:14.760Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-06-18T03:31:15.053Z] ---> sigul-configuration.sh [2024-06-18T03:31:15.053Z] gpg: directory `/root/.gnupg' created [2024-06-18T03:31:15.053Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-06-18T03:31:15.053Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-06-18T03:31:15.053Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-06-18T03:31:15.053Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-06-18T03:31:15.054Z] gpg: CAST5 encrypted data [2024-06-18T03:31:15.054Z] gpg: encrypted with 1 passphrase [2024-06-18T03:31:15.054Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-06-18T03:31:15.353Z] + mkdir /home/jenkins [2024-06-18T03:31:15.353Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-06-18T03:31:15.654Z] + 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-06-18T03:31:15.669Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-06-18T03:31:15.963Z] ---> sigul-install.sh [2024-06-18T03:31:15.963Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-06-18T03:31:16.259Z] + git tag --list [2024-06-18T03:31:16.259Z] 0.6.0 [2024-06-18T03:31:16.259Z] 0.6.1 [2024-06-18T03:31:16.259Z] 0.7.0 [2024-06-18T03:31:16.259Z] 0.7.1 [2024-06-18T03:31:16.259Z] v1.0.0 [2024-06-18T03:31:16.259Z] v1.0.1 [2024-06-18T03:31:16.259Z] v1.1.0 [2024-06-18T03:31:16.259Z] v1.2.0 [2024-06-18T03:31:16.259Z] v1.2.1 [2024-06-18T03:31:16.259Z] v1.3.0 [2024-06-18T03:31:16.259Z] v1.3.1 [2024-06-18T03:31:16.259Z] v2.0.0 [2024-06-18T03:31:16.259Z] v2.1.0 [2024-06-18T03:31:16.259Z] v2.1.1 [2024-06-18T03:31:16.259Z] v2.2.0 [2024-06-18T03:31:16.259Z] v2.3.0 [2024-06-18T03:31:16.259Z] v3.0 [2024-06-18T03:31:16.259Z] v3.0.0 [2024-06-18T03:31:16.259Z] v3.1 [2024-06-18T03:31:16.259Z] v3.1.0 [2024-06-18T03:31:16.259Z] v3.1.0-dev.1 [2024-06-18T03:31:16.259Z] v3.1.0-dev.10 [2024-06-18T03:31:16.259Z] v3.1.0-dev.11 [2024-06-18T03:31:16.259Z] v3.1.0-dev.12 [2024-06-18T03:31:16.259Z] v3.1.0-dev.13 [2024-06-18T03:31:16.259Z] v3.1.0-dev.14 [2024-06-18T03:31:16.259Z] v3.1.0-dev.15 [2024-06-18T03:31:16.259Z] v3.1.0-dev.16 [2024-06-18T03:31:16.259Z] v3.1.0-dev.17 [2024-06-18T03:31:16.259Z] v3.1.0-dev.18 [2024-06-18T03:31:16.259Z] v3.1.0-dev.19 [2024-06-18T03:31:16.259Z] v3.1.0-dev.2 [2024-06-18T03:31:16.259Z] v3.1.0-dev.20 [2024-06-18T03:31:16.259Z] v3.1.0-dev.21 [2024-06-18T03:31:16.259Z] v3.1.0-dev.22 [2024-06-18T03:31:16.259Z] v3.1.0-dev.23 [2024-06-18T03:31:16.259Z] v3.1.0-dev.24 [2024-06-18T03:31:16.259Z] v3.1.0-dev.25 [2024-06-18T03:31:16.259Z] v3.1.0-dev.26 [2024-06-18T03:31:16.259Z] v3.1.0-dev.27 [2024-06-18T03:31:16.259Z] v3.1.0-dev.28 [2024-06-18T03:31:16.259Z] v3.1.0-dev.29 [2024-06-18T03:31:16.259Z] v3.1.0-dev.3 [2024-06-18T03:31:16.259Z] v3.1.0-dev.30 [2024-06-18T03:31:16.259Z] v3.1.0-dev.31 [2024-06-18T03:31:16.259Z] v3.1.0-dev.32 [2024-06-18T03:31:16.259Z] v3.1.0-dev.33 [2024-06-18T03:31:16.259Z] v3.1.0-dev.34 [2024-06-18T03:31:16.259Z] v3.1.0-dev.35 [2024-06-18T03:31:16.259Z] v3.1.0-dev.36 [2024-06-18T03:31:16.259Z] v3.1.0-dev.37 [2024-06-18T03:31:16.259Z] v3.1.0-dev.38 [2024-06-18T03:31:16.259Z] v3.1.0-dev.39 [2024-06-18T03:31:16.259Z] v3.1.0-dev.4 [2024-06-18T03:31:16.259Z] v3.1.0-dev.40 [2024-06-18T03:31:16.259Z] v3.1.0-dev.41 [2024-06-18T03:31:16.259Z] v3.1.0-dev.42 [2024-06-18T03:31:16.259Z] v3.1.0-dev.43 [2024-06-18T03:31:16.259Z] v3.1.0-dev.44 [2024-06-18T03:31:16.259Z] v3.1.0-dev.45 [2024-06-18T03:31:16.259Z] v3.1.0-dev.46 [2024-06-18T03:31:16.259Z] v3.1.0-dev.47 [2024-06-18T03:31:16.259Z] v3.1.0-dev.48 [2024-06-18T03:31:16.259Z] v3.1.0-dev.49 [2024-06-18T03:31:16.259Z] v3.1.0-dev.5 [2024-06-18T03:31:16.259Z] v3.1.0-dev.50 [2024-06-18T03:31:16.259Z] v3.1.0-dev.51 [2024-06-18T03:31:16.259Z] v3.1.0-dev.52 [2024-06-18T03:31:16.259Z] v3.1.0-dev.53 [2024-06-18T03:31:16.259Z] v3.1.0-dev.54 [2024-06-18T03:31:16.259Z] v3.1.0-dev.55 [2024-06-18T03:31:16.259Z] v3.1.0-dev.56 [2024-06-18T03:31:16.259Z] v3.1.0-dev.57 [2024-06-18T03:31:16.259Z] v3.1.0-dev.58 [2024-06-18T03:31:16.259Z] v3.1.0-dev.59 [2024-06-18T03:31:16.259Z] v3.1.0-dev.6 [2024-06-18T03:31:16.259Z] v3.1.0-dev.60 [2024-06-18T03:31:16.259Z] v3.1.0-dev.61 [2024-06-18T03:31:16.259Z] v3.1.0-dev.62 [2024-06-18T03:31:16.259Z] v3.1.0-dev.63 [2024-06-18T03:31:16.259Z] v3.1.0-dev.64 [2024-06-18T03:31:16.259Z] v3.1.0-dev.65 [2024-06-18T03:31:16.259Z] v3.1.0-dev.66 [2024-06-18T03:31:16.259Z] v3.1.0-dev.67 [2024-06-18T03:31:16.259Z] v3.1.0-dev.68 [2024-06-18T03:31:16.259Z] v3.1.0-dev.69 [2024-06-18T03:31:16.259Z] v3.1.0-dev.7 [2024-06-18T03:31:16.259Z] v3.1.0-dev.70 [2024-06-18T03:31:16.259Z] v3.1.0-dev.71 [2024-06-18T03:31:16.259Z] v3.1.0-dev.72 [2024-06-18T03:31:16.259Z] v3.1.0-dev.73 [2024-06-18T03:31:16.259Z] v3.1.0-dev.8 [2024-06-18T03:31:16.259Z] v3.1.0-dev.9 [2024-06-18T03:31:16.259Z] v3.1.1 [2024-06-18T03:31:16.259Z] v3.1.1-dev.1 [2024-06-18T03:31:16.259Z] v3.1.1-dev.2 [2024-06-18T03:31:16.259Z] v3.2.0-dev.1 [2024-06-18T03:31:16.259Z] v3.2.0-dev.10 [2024-06-18T03:31:16.259Z] v3.2.0-dev.11 [2024-06-18T03:31:16.259Z] v3.2.0-dev.12 [2024-06-18T03:31:16.259Z] v3.2.0-dev.13 [2024-06-18T03:31:16.259Z] v3.2.0-dev.14 [2024-06-18T03:31:16.259Z] v3.2.0-dev.15 [2024-06-18T03:31:16.259Z] v3.2.0-dev.16 [2024-06-18T03:31:16.259Z] v3.2.0-dev.17 [2024-06-18T03:31:16.259Z] v3.2.0-dev.18 [2024-06-18T03:31:16.259Z] v3.2.0-dev.19 [2024-06-18T03:31:16.259Z] v3.2.0-dev.2 [2024-06-18T03:31:16.259Z] v3.2.0-dev.20 [2024-06-18T03:31:16.259Z] v3.2.0-dev.21 [2024-06-18T03:31:16.259Z] v3.2.0-dev.22 [2024-06-18T03:31:16.259Z] v3.2.0-dev.23 [2024-06-18T03:31:16.259Z] v3.2.0-dev.24 [2024-06-18T03:31:16.259Z] v3.2.0-dev.25 [2024-06-18T03:31:16.259Z] v3.2.0-dev.3 [2024-06-18T03:31:16.259Z] v3.2.0-dev.4 [2024-06-18T03:31:16.259Z] v3.2.0-dev.5 [2024-06-18T03:31:16.259Z] v3.2.0-dev.6 [2024-06-18T03:31:16.259Z] v3.2.0-dev.7 [2024-06-18T03:31:16.259Z] v3.2.0-dev.8 [2024-06-18T03:31:16.259Z] v3.2.0-dev.9 [Pipeline] sh [2024-06-18T03:31:16.553Z] + lftools sign git-tag v3.2.0-dev.25 [2024-06-18T03:31:17.120Z] Signing Git tag with Sigul... [2024-06-18T03:31:17.120Z] Signing v3.2.0-dev.25 [Pipeline] echo [2024-06-18T03:31:17.394Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-06-18T03:31:17.687Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-06-18T03:31:17.693Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-06-18T03:31:17.716Z] $ docker stop --time=1 5d9d27a7b39c33af4a83302bebb915a081678e080ddd3b385f754a28f59b29d2 [2024-06-18T03:31:18.987Z] $ docker rm -f --volumes 5d9d27a7b39c33af4a83302bebb915a081678e080ddd3b385f754a28f59b29d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-06-18T03:31:19.420Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-06-18T03:31:19.420Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:31:19.720Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-06-18T03:31:19.720Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-18T03:31:19.803Z] prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container [2024-06-18T03:31:19.828Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-06-18T03:31:20.188Z] $ docker top b595b2f9cc546316c63f85464d576f08f0ba1599496a6d0cc30e6821f2df4150 -eo pid,comm [2024-06-18T03:31:20.239Z] 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-06-18T03:31:20.239Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-06-18T03:31:20.287Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-06-18T03:31:20.288Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-18T03:31:20.391Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-18T03:31:20.389Z] $ docker exec b595b2f9cc546316c63f85464d576f08f0ba1599496a6d0cc30e6821f2df4150 ssh-agent [2024-06-18T03:31:20.505Z] SSH_AUTH_SOCK=/tmp/ssh-inw5d8dMfVLK/agent.33 [2024-06-18T03:31:20.505Z] SSH_AGENT_PID=39 [2024-06-18T03:31:20.509Z] Running ssh-add (command line suppressed) [2024-06-18T03:31:20.602Z] Identity added: /w/workspace/edgex-go/643@tmp/private_key_12082419926116137791.key (/w/workspace/edgex-go/643@tmp/private_key_12082419926116137791.key) [2024-06-18T03:31:20.620Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-18T03:31:20.910Z] + git semver bump pre [2024-06-18T03:31:21.169Z] 2024-06-18 03:31:21,082 [read_version] DEBUG read version from /w/workspace/edgex-go/643/.semver/main [2024-06-18T03:31:21.169Z] 2024-06-18 03:31:21,082 [bump_version] DEBUG bumping version:3.2.0-dev.25 on axis:pre with prefix:dev [2024-06-18T03:31:21.169Z] 2024-06-18 03:31:21,082 [bump_version] DEBUG bumped version:3.2.0-dev.26 [2024-06-18T03:31:21.169Z] 2024-06-18 03:31:21,082 [write_version] DEBUG write version:3.2.0-dev.26 to path:/w/workspace/edgex-go/643/.semver/main with force:True [2024-06-18T03:31:21.169Z] 2024-06-18 03:31:21,083 [read_version] DEBUG read version from /w/workspace/edgex-go/643/.semver/main [2024-06-18T03:31:21.169Z] 2024-06-18 03:31:21,083 [write_file] DEBUG write to file:/w/workspace/edgex-go/643/.semver/main [2024-06-18T03:31:21.169Z] 2024-06-18 03:31:21,085 [execute] INFO git cat-file --batch-check [2024-06-18T03:31:21.169Z] 2024-06-18 03:31:21,086 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/643/.semver, universal_newlines=False, shell=None, istream=) [2024-06-18T03:31:21.169Z] 2024-06-18 03:31:21,092 [execute] INFO git cat-file --batch [2024-06-18T03:31:21.169Z] 2024-06-18 03:31:21,092 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/643/.semver, universal_newlines=False, shell=None, istream=) [2024-06-18T03:31:21.169Z] 2024-06-18 03:31:21,097 [read_version] DEBUG read version from /w/workspace/edgex-go/643/.semver/main [2024-06-18T03:31:21.169Z] 3.2.0-dev.26 [Pipeline] } [2024-06-18T03:31:21.175Z] $ docker exec --env ******** --env ******** b595b2f9cc546316c63f85464d576f08f0ba1599496a6d0cc30e6821f2df4150 ssh-agent -k [2024-06-18T03:31:21.286Z] unset SSH_AUTH_SOCK; [2024-06-18T03:31:21.286Z] unset SSH_AGENT_PID; [2024-06-18T03:31:21.286Z] echo Agent pid 39 killed; [2024-06-18T03:31:21.299Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-06-18T03:31:21.676Z] + git semver [Pipeline] } [2024-06-18T03:31:21.971Z] $ docker stop --time=1 b595b2f9cc546316c63f85464d576f08f0ba1599496a6d0cc30e6821f2df4150 [2024-06-18T03:31:23.270Z] $ docker rm -f --volumes b595b2f9cc546316c63f85464d576f08f0ba1599496a6d0cc30e6821f2df4150 [Pipeline] // withDockerContainer [Pipeline] sh [2024-06-18T03:31:23.646Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-06-18T03:31:23.646Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:31:23.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-06-18T03:31:23.944Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-18T03:31:24.017Z] prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container [2024-06-18T03:31:24.044Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-06-18T03:31:24.394Z] $ docker top 87a4e683fe43c75edbce676024b86b5c648f7fb37fa7c5df54baef1a18777d10 -eo pid,comm [2024-06-18T03:31:24.440Z] 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-06-18T03:31:24.440Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-06-18T03:31:24.498Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-06-18T03:31:24.498Z] [ssh-agent] Looking for ssh-agent implementation... [2024-06-18T03:31:24.597Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-06-18T03:31:24.596Z] $ docker exec 87a4e683fe43c75edbce676024b86b5c648f7fb37fa7c5df54baef1a18777d10 ssh-agent [2024-06-18T03:31:24.706Z] SSH_AUTH_SOCK=/tmp/ssh-fcmvVmUDa2r9/agent.31 [2024-06-18T03:31:24.706Z] SSH_AGENT_PID=37 [2024-06-18T03:31:24.710Z] Running ssh-add (command line suppressed) [2024-06-18T03:31:24.803Z] Identity added: /w/workspace/edgex-go/643@tmp/private_key_11258026647326751810.key (/w/workspace/edgex-go/643@tmp/private_key_11258026647326751810.key) [2024-06-18T03:31:24.820Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-06-18T03:31:25.109Z] + git semver push [2024-06-18T03:31:25.369Z] 2024-06-18 03:31:25,273 [run_push] DEBUG push [2024-06-18T03:31:25.369Z] 2024-06-18 03:31:25,274 [execute] INFO git cat-file --batch-check [2024-06-18T03:31:25.369Z] 2024-06-18 03:31:25,274 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/643/.semver, universal_newlines=False, shell=None, istream=) [2024-06-18T03:31:25.369Z] 2024-06-18 03:31:25,277 [execute] INFO git rev-list c6858d3cd4047284a70b1aaa20a183ecb6d7b2f4 -- [2024-06-18T03:31:25.369Z] 2024-06-18 03:31:25,277 [execute] DEBUG Popen(['git', 'rev-list', 'c6858d3cd4047284a70b1aaa20a183ecb6d7b2f4', '--'], cwd=/w/workspace/edgex-go/643/.semver, universal_newlines=False, shell=None, istream=None) [2024-06-18T03:31:25.369Z] 2024-06-18 03:31:25,295 [execute] INFO git fetch -v origin [2024-06-18T03:31:25.369Z] 2024-06-18 03:31:25,295 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/643/.semver, universal_newlines=True, shell=None, istream=None) [2024-06-18T03:31:25.946Z] 2024-06-18 03:31:25,748 [run_push] DEBUG no remote changes detected [2024-06-18T03:31:25.946Z] 2024-06-18 03:31:25,748 [execute] INFO git push origin semver [2024-06-18T03:31:25.946Z] 2024-06-18 03:31:25,749 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/643/.semver, universal_newlines=False, shell=None, istream=None) [2024-06-18T03:31:26.883Z] 2024-06-18 03:31:26,652 [run_push] DEBUG push all version tags [2024-06-18T03:31:26.883Z] 2024-06-18 03:31:26,653 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-06-18T03:31:26.883Z] 2024-06-18 03:31:26,653 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/643, universal_newlines=False, shell=None, istream=None) [2024-06-18T03:31:27.818Z] 2024-06-18 03:31:27,484 [read_version] DEBUG read version from /w/workspace/edgex-go/643/.semver/main [2024-06-18T03:31:27.818Z] 3.2.0-dev.26 [Pipeline] } [2024-06-18T03:31:27.824Z] $ docker exec --env ******** --env ******** 87a4e683fe43c75edbce676024b86b5c648f7fb37fa7c5df54baef1a18777d10 ssh-agent -k [2024-06-18T03:31:27.925Z] unset SSH_AUTH_SOCK; [2024-06-18T03:31:27.925Z] unset SSH_AGENT_PID; [2024-06-18T03:31:27.925Z] echo Agent pid 37 killed; [2024-06-18T03:31:27.941Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-06-18T03:31:28.261Z] + git semver [Pipeline] } [2024-06-18T03:31:28.530Z] $ docker stop --time=1 87a4e683fe43c75edbce676024b86b5c648f7fb37fa7c5df54baef1a18777d10 [2024-06-18T03:31:29.864Z] $ docker rm -f --volumes 87a4e683fe43c75edbce676024b86b5c648f7fb37fa7c5df54baef1a18777d10 [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-06-18T03:31:30.436Z] + [ -d /w/workspace/edgex-go/643/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-06-18T03:31:30.721Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-06-18T03:31:31.575Z] ---> package-listing.sh [2024-06-18T03:31:31.575Z] ++ facter osfamily [2024-06-18T03:31:31.575Z] ++ tr '[:upper:]' '[:lower:]' [2024-06-18T03:31:31.833Z] + OS_FAMILY=debian [2024-06-18T03:31:31.833Z] + workspace=/w/workspace/edgex-go/643 [2024-06-18T03:31:31.833Z] + START_PACKAGES=/tmp/packages_start.txt [2024-06-18T03:31:31.833Z] + END_PACKAGES=/tmp/packages_end.txt [2024-06-18T03:31:31.833Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-06-18T03:31:31.833Z] + PACKAGES=/tmp/packages_start.txt [2024-06-18T03:31:31.833Z] + '[' /w/workspace/edgex-go/643 ']' [2024-06-18T03:31:31.833Z] + PACKAGES=/tmp/packages_end.txt [2024-06-18T03:31:31.833Z] + case "${OS_FAMILY}" in [2024-06-18T03:31:31.833Z] + dpkg -l [2024-06-18T03:31:31.833Z] + grep '^ii' [2024-06-18T03:31:31.833Z] + '[' -f /tmp/packages_start.txt ']' [2024-06-18T03:31:31.833Z] + '[' -f /tmp/packages_end.txt ']' [2024-06-18T03:31:31.833Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-06-18T03:31:31.833Z] + '[' /w/workspace/edgex-go/643 ']' [2024-06-18T03:31:31.833Z] + mkdir -p /w/workspace/edgex-go/643/archives/ [2024-06-18T03:31:31.833Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/643/archives/ [Pipeline] echo [2024-06-18T03:31:31.844Z] 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/643/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-06-18T03:31:32.122Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:31:32.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-06-18T03:31:32.689Z] [2024-06-18T03:31:32.689Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-06-18T03:31:32.989Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-06-18T03:31:32.989Z] latest: Pulling from edgex-lftools-log-publisher [2024-06-18T03:31:32.989Z] 5eb5b503b376: Pulling fs layer [2024-06-18T03:31:32.989Z] 5c69ac0246d0: Pulling fs layer [2024-06-18T03:31:32.989Z] ec43610c2a17: Pulling fs layer [2024-06-18T03:31:32.989Z] 3a2ae6a8a46f: Pulling fs layer [2024-06-18T03:31:32.989Z] 33b1e0a273af: Pulling fs layer [2024-06-18T03:31:32.989Z] 5d3b04190fa2: Pulling fs layer [2024-06-18T03:31:32.989Z] 2f39f015ded8: Pulling fs layer [2024-06-18T03:31:32.989Z] 3a2ae6a8a46f: Waiting [2024-06-18T03:31:32.989Z] 33b1e0a273af: Waiting [2024-06-18T03:31:32.989Z] 2f39f015ded8: Waiting [2024-06-18T03:31:32.989Z] 5d3b04190fa2: Waiting [2024-06-18T03:31:32.989Z] 5c69ac0246d0: Download complete [2024-06-18T03:31:32.989Z] 3a2ae6a8a46f: Verifying Checksum [2024-06-18T03:31:32.989Z] 3a2ae6a8a46f: Download complete [2024-06-18T03:31:32.989Z] 33b1e0a273af: Verifying Checksum [2024-06-18T03:31:32.989Z] 33b1e0a273af: Download complete [2024-06-18T03:31:32.989Z] 5d3b04190fa2: Download complete [2024-06-18T03:31:32.989Z] ec43610c2a17: Verifying Checksum [2024-06-18T03:31:32.989Z] ec43610c2a17: Download complete [2024-06-18T03:31:33.247Z] 5eb5b503b376: Verifying Checksum [2024-06-18T03:31:33.247Z] 5eb5b503b376: Download complete [2024-06-18T03:31:33.812Z] 2f39f015ded8: Download complete [2024-06-18T03:31:34.378Z] 5eb5b503b376: Pull complete [2024-06-18T03:31:34.378Z] 5c69ac0246d0: Pull complete [2024-06-18T03:31:34.945Z] ec43610c2a17: Pull complete [2024-06-18T03:31:34.945Z] 3a2ae6a8a46f: Pull complete [2024-06-18T03:31:35.203Z] 33b1e0a273af: Pull complete [2024-06-18T03:31:35.203Z] 5d3b04190fa2: Pull complete [2024-06-18T03:31:39.382Z] 2f39f015ded8: Pull complete [2024-06-18T03:31:39.382Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-06-18T03:31:39.382Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-06-18T03:31:39.382Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-06-18T03:31:39.481Z] prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container [2024-06-18T03:31:39.501Z] $ 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/643/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/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-06-18T03:31:44.074Z] $ docker top e8215381ff97813e0158ad5856b96301c7eab7a565fa38a1616fbca14125b72b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-06-18T03:31:44.426Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-06-18T03:31:44.709Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-06-18T03:31:44.993Z] + ls /var/log/sa-host [2024-06-18T03:31:44.993Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-06-18T03:31:45.151Z] provisioning config files... [2024-06-18T03:31:45.160Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/643@tmp/config16255307743605115667tmp [Pipeline] { [Pipeline] echo [2024-06-18T03:31:45.177Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-06-18T03:31:45.458Z] ---> create-netrc.sh [Pipeline] } [2024-06-18T03:31:45.464Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-06-18T03:31:45.795Z] ---> python-tools-install.sh [Pipeline] echo [2024-06-18T03:31:45.804Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-06-18T03:31:46.085Z] ---> sudo-logs.sh [2024-06-18T03:31:46.085Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-06-18T03:31:46.110Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-06-18T03:31:46.389Z] ---> job-cost.sh [2024-06-18T03:31:46.389Z] lf-activate-venv: SKIPPING [2024-06-18T03:31:46.389Z] DEBUG: total: 0.10999999940395355 [2024-06-18T03:31:46.389Z] INFO: Retrieving Stack Cost... [2024-06-18T03:31:46.647Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-06-18T03:31:47.214Z] INFO: Archiving Costs [Pipeline] echo [2024-06-18T03:31:47.223Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-06-18T03:31:47.504Z] ---> logs-deploy.sh [2024-06-18T03:31:47.504Z] lf-activate-venv: SKIPPING [2024-06-18T03:31:47.504Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/643 [2024-06-18T03:31:47.504Z] INFO: archiving workspace using pattern(s): [2024-06-18T03:31:48.440Z] Archives upload complete. [2024-06-18T03:31:48.440Z] INFO: archiving logs to Nexus