Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7f550756abf89bcf15828d6373a305e4d40f5987 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-ssh1120147734288699924.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh17839772824005984485.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8417191918820725860.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8871525581013013766.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-ssh2205159221242102190.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-22035 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/717 [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/717 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 7f550756abf89bcf15828d6373a305e4d40f5987 (main) Commit message: "Merge pull request #4950 from weichou1229/null-reading-value" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7f550756abf89bcf15828d6373a305e4d40f5987 # timeout=10 > git rev-list --no-walk eff0073b07e97d0759d12be495c575c58380daf5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-10-07T09:36:50.932Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-10-07T09:36:51.005Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-10-07T09:36:51.030Z] ========================================================= [2024-10-07T09:36:51.030Z] EdgeX Global Pipelines Version Info [2024-10-07T09:36:51.030Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-10-07T09:36:51.746Z] ------------------- [2024-10-07T09:36:51.746Z] stable info: [2024-10-07T09:36:51.746Z] ------------------- [2024-10-07T09:36:51.746Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-10-07T09:36:51.746Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-10-07T09:36:51.746Z] Message: update stable to v1.0.265 [2024-10-07T09:36:52.315Z] ------------------- [2024-10-07T09:36:52.315Z] experimental info: [2024-10-07T09:36:52.315Z] ------------------- [2024-10-07T09:36:52.315Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-10-07T09:36:52.315Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-10-07T09:36:52.316Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-10-07T09:36:52.385Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-10-07T09:36:52.403Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-10-07T09:36:52.425Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-10-07T09:36:52.446Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-10-07T09:36:52.466Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-10-07T09:36:52.485Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-10-07T09:36:52.504Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-10-07T09:36:52.523Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-10-07T09:36:52.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-10-07T09:36:52.572Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-10-07T09:36:52.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-10-07T09:36:52.621Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-10-07T09:36:52.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-10-07T09:36:52.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-10-07T09:36:52.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-10-07T09:36:52.700Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-10-07T09:36:52.722Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-10-07T09:36:52.743Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-10-07T09:36:52.763Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-10-07T09:36:52.783Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-10-07T09:36:52.804Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-10-07T09:36:52.825Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-10-07T09:36:52.844Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-10-07T09:36:52.870Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-10-07T09:36:52.893Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-10-07T09:36:52.913Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-10-07T09:36:52.932Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] echo [2024-10-07T09:36:52.952Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7f55075 [Pipeline] echo [2024-10-07T09:36:52.974Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-07T09:36:53.043Z] provisioning config files... [2024-10-07T09:36:53.055Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/717@tmp/config4333691586004464248tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-07T09:36:53.393Z] ---> ****-login.sh [2024-10-07T09:36:53.393Z] nexus3.edgexfoundry.org:10001 [2024-10-07T09:36:53.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T09:36:53.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T09:36:53.655Z] Configure a credential helper to remove this warning. See [2024-10-07T09:36:53.655Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T09:36:53.655Z] [2024-10-07T09:36:53.655Z] Login Succeeded [2024-10-07T09:36:53.655Z] nexus3.edgexfoundry.org:10002 [2024-10-07T09:36:53.655Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T09:36:53.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T09:36:53.915Z] Configure a credential helper to remove this warning. See [2024-10-07T09:36:53.915Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T09:36:53.915Z] [2024-10-07T09:36:53.915Z] Login Succeeded [2024-10-07T09:36:53.915Z] nexus3.edgexfoundry.org:10003 [2024-10-07T09:36:53.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T09:36:53.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T09:36:53.916Z] Configure a credential helper to remove this warning. See [2024-10-07T09:36:53.916Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T09:36:53.916Z] [2024-10-07T09:36:53.916Z] Login Succeeded [2024-10-07T09:36:53.916Z] nexus3.edgexfoundry.org:10004 [2024-10-07T09:36:53.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T09:36:53.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T09:36:53.916Z] Configure a credential helper to remove this warning. See [2024-10-07T09:36:53.916Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T09:36:53.916Z] [2024-10-07T09:36:53.916Z] Login Succeeded [2024-10-07T09:36:53.916Z] ****.io [2024-10-07T09:36:54.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T09:36:54.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T09:36:54.177Z] Configure a credential helper to remove this warning. See [2024-10-07T09:36:54.177Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T09:36:54.177Z] [2024-10-07T09:36:54.177Z] Login Succeeded [2024-10-07T09:36:54.177Z] ---> ****-login.sh ends [Pipeline] } [2024-10-07T09:36:54.184Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-07T09:36:54.513Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2024-10-07T09:36:54.513Z] + dirname cmd/core-command/Dockerfile [2024-10-07T09:36:54.513Z] + cut -d/ -f2 [2024-10-07T09:36:54.513Z] + echo core-command,cmd/core-command/Dockerfile [2024-10-07T09:36:54.513Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-10-07T09:36:54.513Z] + cut -d/ -f2 [2024-10-07T09:36:54.513Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-10-07T09:36:54.513Z] + dirname cmd/core-data/Dockerfile [2024-10-07T09:36:54.513Z] + cut -d/ -f2 [2024-10-07T09:36:54.513Z] + echo core-data,cmd/core-data/Dockerfile [2024-10-07T09:36:54.513Z] + dirname cmd/core-keeper/Dockerfile [2024-10-07T09:36:54.513Z] + cut -d/ -f2 [2024-10-07T09:36:54.513Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-10-07T09:36:54.513Z] + dirname cmd/core-metadata/Dockerfile+ [2024-10-07T09:36:54.513Z] cut -d/ -f2 [2024-10-07T09:36:54.513Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-10-07T09:36:54.513Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-10-07T09:36:54.513Z] + cut -d/ -f2 [2024-10-07T09:36:54.513Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-10-07T09:36:54.513Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-10-07T09:36:54.513Z] + cut -d/ -f2 [2024-10-07T09:36:54.513Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-10-07T09:36:54.513Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-10-07T09:36:54.513Z] + cut -d/ -f2 [2024-10-07T09:36:54.513Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-10-07T09:36:54.513Z] + dirname+ cmd/security-secretstore-setup/Dockerfile [2024-10-07T09:36:54.513Z] cut -d/ -f2 [2024-10-07T09:36:54.513Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-10-07T09:36:54.513Z] + + cutdirname -d/ cmd/security-spiffe-token-provider/Dockerfile -f2 [2024-10-07T09:36:54.513Z] [2024-10-07T09:36:54.513Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-10-07T09:36:54.513Z] + dirname cmd/security-spire-agent/Dockerfile [2024-10-07T09:36:54.513Z] + cut -d/ -f2 [2024-10-07T09:36:54.513Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-10-07T09:36:54.513Z] + dirname cmd/security-spire-config/Dockerfile [2024-10-07T09:36:54.513Z] + cut -d/ -f2 [2024-10-07T09:36:54.513Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-10-07T09:36:54.513Z] + dirname cmd/security-spire-server/Dockerfile [2024-10-07T09:36:54.513Z] + cut -d/ -f2 [2024-10-07T09:36:54.513Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-10-07T09:36:54.513Z] + dirname cmd/support-cron-scheduler/Dockerfile+ [2024-10-07T09:36:54.513Z] cut -d/ -f2 [2024-10-07T09:36:54.513Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-10-07T09:36:54.513Z] + + cut -d/ -f2 [2024-10-07T09:36:54.513Z] dirname cmd/support-notifications/Dockerfile [2024-10-07T09:36:54.513Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-10-07T09:36:54.513Z] + dirname cmd/support-scheduler/Dockerfile [2024-10-07T09:36:54.513Z] + cut -d/ -f2 [2024-10-07T09:36:54.513Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-10-07T09:36:54.546Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-cron-scheduler, dockerfile:cmd/support-cron-scheduler/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-10-07T09:36:54.907Z] + git rev-list -1 --merges 7f550756abf89bcf15828d6373a305e4d40f5987~1..7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] echo [2024-10-07T09:36:54.922Z] -----------> git rev-list -1 --merges 7f550756abf89bcf15828d6373a305e4d40f5987~1..7f550756abf89bcf15828d6373a305e4d40f5987 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:36:54.922Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [false] [Pipeline] sh [2024-10-07T09:36:55.214Z] + git log --format=format:%s -1 7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] echo [2024-10-07T09:36:55.232Z] ========================================================= [2024-10-07T09:36:55.232Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-10-07T09:36:55.232Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-10-07T09:36:55.663Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-07T09:36:55.663Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-10-07T09:36:55.663Z] + [ -e /tmp/ssh_known_hosts ] [2024-10-07T09:36:55.663Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-10-07T09:36:55.663Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-10-07T09:36:55.663Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-10-07T09:36:55.663Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:36:56.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-07T09:36:56.083Z] [2024-10-07T09:36:56.083Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:36:56.388Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-07T09:36:56.388Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-10-07T09:36:56.388Z] b85a868b505f: Pulling fs layer [2024-10-07T09:36:56.388Z] e2be974225ed: Pulling fs layer [2024-10-07T09:36:56.388Z] 339a4e72a1f5: Pulling fs layer [2024-10-07T09:36:56.388Z] 988bab9f4d93: Pulling fs layer [2024-10-07T09:36:56.388Z] 1469e6f7b9e6: Pulling fs layer [2024-10-07T09:36:56.388Z] eaf3925da568: Pulling fs layer [2024-10-07T09:36:56.388Z] bab4dde63d76: Pulling fs layer [2024-10-07T09:36:56.388Z] bde34c3a00c8: Pulling fs layer [2024-10-07T09:36:56.388Z] b352a97aabf1: Pulling fs layer [2024-10-07T09:36:56.388Z] 4872d77fe225: Pulling fs layer [2024-10-07T09:36:56.388Z] 5851b861e8e6: Pulling fs layer [2024-10-07T09:36:56.388Z] bab4dde63d76: Waiting [2024-10-07T09:36:56.388Z] bde34c3a00c8: Waiting [2024-10-07T09:36:56.388Z] b352a97aabf1: Waiting [2024-10-07T09:36:56.388Z] 4872d77fe225: Waiting [2024-10-07T09:36:56.388Z] 5851b861e8e6: Waiting [2024-10-07T09:36:56.388Z] eaf3925da568: Waiting [2024-10-07T09:36:56.388Z] 1469e6f7b9e6: Waiting [2024-10-07T09:36:56.388Z] 988bab9f4d93: Waiting [2024-10-07T09:36:56.388Z] e2be974225ed: Verifying Checksum [2024-10-07T09:36:56.388Z] e2be974225ed: Download complete [2024-10-07T09:36:56.388Z] 988bab9f4d93: Verifying Checksum [2024-10-07T09:36:56.388Z] 988bab9f4d93: Download complete [2024-10-07T09:36:56.388Z] 1469e6f7b9e6: Verifying Checksum [2024-10-07T09:36:56.388Z] 1469e6f7b9e6: Download complete [2024-10-07T09:36:56.388Z] eaf3925da568: Verifying Checksum [2024-10-07T09:36:56.388Z] eaf3925da568: Download complete [2024-10-07T09:36:56.646Z] 339a4e72a1f5: Verifying Checksum [2024-10-07T09:36:56.646Z] 339a4e72a1f5: Download complete [2024-10-07T09:36:56.646Z] bde34c3a00c8: Verifying Checksum [2024-10-07T09:36:56.646Z] bde34c3a00c8: Download complete [2024-10-07T09:36:56.646Z] b352a97aabf1: Download complete [2024-10-07T09:36:56.646Z] 4872d77fe225: Download complete [2024-10-07T09:36:56.646Z] 5851b861e8e6: Verifying Checksum [2024-10-07T09:36:56.646Z] 5851b861e8e6: Download complete [2024-10-07T09:36:56.646Z] b85a868b505f: Verifying Checksum [2024-10-07T09:36:56.646Z] b85a868b505f: Download complete [2024-10-07T09:36:56.904Z] bab4dde63d76: Verifying Checksum [2024-10-07T09:36:56.904Z] bab4dde63d76: Download complete [2024-10-07T09:36:57.839Z] b85a868b505f: Pull complete [2024-10-07T09:36:57.839Z] e2be974225ed: Pull complete [2024-10-07T09:36:58.409Z] 339a4e72a1f5: Pull complete [2024-10-07T09:36:58.409Z] 988bab9f4d93: Pull complete [2024-10-07T09:36:58.668Z] 1469e6f7b9e6: Pull complete [2024-10-07T09:36:58.668Z] eaf3925da568: Pull complete [2024-10-07T09:37:00.582Z] bab4dde63d76: Pull complete [2024-10-07T09:37:00.582Z] bde34c3a00c8: Pull complete [2024-10-07T09:37:00.582Z] b352a97aabf1: Pull complete [2024-10-07T09:37:00.582Z] 4872d77fe225: Pull complete [2024-10-07T09:37:00.842Z] 5851b861e8e6: Pull complete [2024-10-07T09:37:00.842Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-10-07T09:37:00.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-07T09:37:00.842Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T09:37:00.987Z] prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container [2024-10-07T09:37:01.016Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@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-10-07T09:37:04.057Z] $ docker top dca9f9ed71c68dfa0c6a762c7bf3c673aa903d0b069deffdf455cd7c53cc7fea -eo pid,comm [2024-10-07T09:37:04.113Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-10-07T09:37:04.113Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-07T09:37:04.165Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-07T09:37:04.165Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-07T09:37:04.278Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-07T09:37:04.280Z] $ docker exec dca9f9ed71c68dfa0c6a762c7bf3c673aa903d0b069deffdf455cd7c53cc7fea ssh-agent [2024-10-07T09:37:04.383Z] SSH_AUTH_SOCK=/tmp/ssh-kr4JDHGexWH3/agent.33 [2024-10-07T09:37:04.383Z] SSH_AGENT_PID=40 [2024-10-07T09:37:04.389Z] Running ssh-add (command line suppressed) [2024-10-07T09:37:04.486Z] Identity added: /w/workspace/edgex-go/717@tmp/private_key_17230907203674816629.key (/w/workspace/edgex-go/717@tmp/private_key_17230907203674816629.key) [2024-10-07T09:37:04.500Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-07T09:37:04.795Z] + git tag --points-at HEAD [Pipeline] } [2024-10-07T09:37:04.805Z] $ docker exec --env ******** --env ******** dca9f9ed71c68dfa0c6a762c7bf3c673aa903d0b069deffdf455cd7c53cc7fea ssh-agent -k [2024-10-07T09:37:04.913Z] unset SSH_AUTH_SOCK; [2024-10-07T09:37:04.913Z] unset SSH_AGENT_PID; [2024-10-07T09:37:04.913Z] echo Agent pid 40 killed; [2024-10-07T09:37:04.926Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-10-07T09:37:04.967Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-07T09:37:04.967Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-07T09:37:05.079Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-07T09:37:05.080Z] $ docker exec dca9f9ed71c68dfa0c6a762c7bf3c673aa903d0b069deffdf455cd7c53cc7fea ssh-agent [2024-10-07T09:37:05.188Z] SSH_AUTH_SOCK=/tmp/ssh-mmZvcCSQwQqI/agent.74 [2024-10-07T09:37:05.188Z] SSH_AGENT_PID=80 [2024-10-07T09:37:05.195Z] Running ssh-add (command line suppressed) [2024-10-07T09:37:05.290Z] Identity added: /w/workspace/edgex-go/717@tmp/private_key_7307874955695255871.key (/w/workspace/edgex-go/717@tmp/private_key_7307874955695255871.key) [2024-10-07T09:37:05.307Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-07T09:37:05.599Z] + git semver init [2024-10-07T09:37:05.859Z] 2024-10-07 09:37:05,775 [run_init] DEBUG init version:0.0.0 force:False [2024-10-07T09:37:05.859Z] 2024-10-07 09:37:05,776 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/717/.semver [2024-10-07T09:37:05.859Z] 2024-10-07 09:37:05,777 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/717/.semver [2024-10-07T09:37:05.859Z] 2024-10-07 09:37:05,777 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/717/.semver'], cwd=/w/workspace/edgex-go/717, universal_newlines=False, shell=None, istream=None) [2024-10-07T09:37:11.140Z] 2024-10-07 09:37:10,855 [append_file] DEBUG append to file:/w/workspace/edgex-go/717/.git/info/exclude [2024-10-07T09:37:11.140Z] 2024-10-07 09:37:10,856 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/717/.semver/main with force:False [2024-10-07T09:37:11.140Z] 2024-10-07 09:37:10,856 [read_version] DEBUG read version from /w/workspace/edgex-go/717/.semver/main [2024-10-07T09:37:11.140Z] 2024-10-07 09:37:10,856 [read_version] DEBUG read version from /w/workspace/edgex-go/717/.semver/main [2024-10-07T09:37:11.140Z] 3.2.0-dev.94 [Pipeline] } [2024-10-07T09:37:11.148Z] $ docker exec --env ******** --env ******** dca9f9ed71c68dfa0c6a762c7bf3c673aa903d0b069deffdf455cd7c53cc7fea ssh-agent -k [2024-10-07T09:37:11.235Z] unset SSH_AUTH_SOCK; [2024-10-07T09:37:11.235Z] unset SSH_AGENT_PID; [2024-10-07T09:37:11.235Z] echo Agent pid 80 killed; [2024-10-07T09:37:11.246Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-07T09:37:11.565Z] + git semver [Pipeline] } [2024-10-07T09:37:11.836Z] $ docker stop --time=1 dca9f9ed71c68dfa0c6a762c7bf3c673aa903d0b069deffdf455cd7c53cc7fea [2024-10-07T09:37:13.106Z] $ docker rm -f --volumes dca9f9ed71c68dfa0c6a762c7bf3c673aa903d0b069deffdf455cd7c53cc7fea [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-07T09:37:13.457Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-10-07T09:37:13.690Z] Stashed 1 file(s) [Pipeline] echo [2024-10-07T09:37:13.695Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.94 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-07T09:37:14.126Z] + git config --global --add safe.directory /w/workspace/edgex-go/717 [Pipeline] echo [2024-10-07T09:37:14.138Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-07T09:37:14.155Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-07T09:37:14.170Z] ========================================================= [2024-10-07T09:37:14.170Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-10-07T09:37:14.170Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-10-07T09:37:14.462Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-07T09:37:14.462Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-10-07T09:37:14.462Z] 43c4264eed91: Pulling fs layer [2024-10-07T09:37:14.462Z] 4cc291be95ef: Pulling fs layer [2024-10-07T09:37:14.462Z] 2ac1f1163629: Pulling fs layer [2024-10-07T09:37:14.462Z] 5c3c966382ef: Pulling fs layer [2024-10-07T09:37:14.462Z] 4f4fb700ef54: Pulling fs layer [2024-10-07T09:37:14.462Z] 5d5c8e513c77: Pulling fs layer [2024-10-07T09:37:14.462Z] 9f66e0745190: Pulling fs layer [2024-10-07T09:37:14.462Z] f49a43e4bbc0: Pulling fs layer [2024-10-07T09:37:14.462Z] 561ebcabdf7f: Pulling fs layer [2024-10-07T09:37:14.462Z] 5c3c966382ef: Waiting [2024-10-07T09:37:14.462Z] 9f66e0745190: Waiting [2024-10-07T09:37:14.462Z] f49a43e4bbc0: Waiting [2024-10-07T09:37:14.462Z] 4f4fb700ef54: Waiting [2024-10-07T09:37:14.462Z] 561ebcabdf7f: Waiting [2024-10-07T09:37:14.462Z] 5d5c8e513c77: Waiting [2024-10-07T09:37:14.462Z] 4cc291be95ef: Verifying Checksum [2024-10-07T09:37:14.462Z] 4cc291be95ef: Download complete [2024-10-07T09:37:14.462Z] 5c3c966382ef: Download complete [2024-10-07T09:37:14.462Z] 4f4fb700ef54: Verifying Checksum [2024-10-07T09:37:14.462Z] 4f4fb700ef54: Download complete [2024-10-07T09:37:14.462Z] 5d5c8e513c77: Download complete [2024-10-07T09:37:14.462Z] 43c4264eed91: Download complete [2024-10-07T09:37:14.462Z] 9f66e0745190: Verifying Checksum [2024-10-07T09:37:14.462Z] 9f66e0745190: Download complete [2024-10-07T09:37:14.722Z] 43c4264eed91: Pull complete [2024-10-07T09:37:14.722Z] 561ebcabdf7f: Verifying Checksum [2024-10-07T09:37:14.722Z] 561ebcabdf7f: Download complete [2024-10-07T09:37:14.722Z] 4cc291be95ef: Pull complete [2024-10-07T09:37:14.979Z] 2ac1f1163629: Download complete [2024-10-07T09:37:15.238Z] f49a43e4bbc0: Verifying Checksum [2024-10-07T09:37:15.238Z] f49a43e4bbc0: Download complete [2024-10-07T09:37:18.518Z] 2ac1f1163629: Pull complete [2024-10-07T09:37:18.518Z] 5c3c966382ef: Pull complete [2024-10-07T09:37:18.518Z] 4f4fb700ef54: Pull complete [2024-10-07T09:37:18.518Z] 5d5c8e513c77: Pull complete [2024-10-07T09:37:18.518Z] 9f66e0745190: Pull complete [2024-10-07T09:37:21.046Z] f49a43e4bbc0: Pull complete [2024-10-07T09:37:21.305Z] 561ebcabdf7f: Pull complete [2024-10-07T09:37:21.305Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-10-07T09:37:21.305Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-07T09:37:21.305Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2024-10-07T09:37:21.604Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-07T09:37:21.604Z] WORKDIR /edgex [2024-10-07T09:37:21.604Z] COPY go.mod . [2024-10-07T09:37:21.604Z] RUN go mod download [2024-10-07T09:37:21.604Z] + docker build -t ci-base-image-x86_64 -f - . [2024-10-07T09:37:22.171Z] Sending build context to Docker daemon 179.7MB [2024-10-07T09:37:22.171Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-07T09:37:22.171Z] ---> 3a752c3f9dda [2024-10-07T09:37:22.171Z] Step 2/4 : WORKDIR /edgex [2024-10-07T09:37:27.449Z] ---> Running in cf35ae414c12 [2024-10-07T09:37:27.449Z] Removing intermediate container cf35ae414c12 [2024-10-07T09:37:27.449Z] ---> 2a01bbebe009 [2024-10-07T09:37:27.449Z] Step 3/4 : COPY go.mod . [2024-10-07T09:37:27.449Z] ---> da7280283f7b [2024-10-07T09:37:27.449Z] Step 4/4 : RUN go mod download [2024-10-07T09:37:27.449Z] ---> Running in 4dda62b677be [2024-10-07T09:37:28.803Z] Still waiting to schedule task [2024-10-07T09:37:28.804Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-22033’ is offline [2024-10-07T09:37:54.016Z] Removing intermediate container 4dda62b677be [2024-10-07T09:37:54.016Z] ---> 88e457a84496 [2024-10-07T09:37:54.016Z] Successfully built 88e457a84496 [2024-10-07T09:37:54.016Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:37:54.337Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-07T09:37:54.337Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T09:37:54.421Z] prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container [2024-10-07T09:37:54.456Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@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-10-07T09:37:54.916Z] $ docker top b0ff94c3109938583d16c482a8db6a5d7374bd8ee55ca051a2fd18d3e97a8ad9 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-07T09:37:55.257Z] + go version [2024-10-07T09:37:55.257Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-10-07T09:37:55.267Z] $ docker stop --time=1 b0ff94c3109938583d16c482a8db6a5d7374bd8ee55ca051a2fd18d3e97a8ad9 [2024-10-07T09:37:56.544Z] $ docker rm -f --volumes b0ff94c3109938583d16c482a8db6a5d7374bd8ee55ca051a2fd18d3e97a8ad9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:37:56.982Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-07T09:37:56.983Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T09:37:57.061Z] prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container [2024-10-07T09:37:57.088Z] $ 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/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@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-10-07T09:37:57.412Z] $ docker top 77efca375836539fb32cd7cfcaaee3516f6cd6d90f077c4890587c63a030a5a6 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-10-07T09:37:57.499Z] ========================================================= [2024-10-07T09:37:57.499Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-10-07T09:37:57.499Z] ========================================================= [Pipeline] sh [2024-10-07T09:37:57.775Z] + git config --global --add safe.directory /w/workspace/edgex-go/717 [Pipeline] fileExists [Pipeline] sh [2024-10-07T09:37:58.073Z] + make test [2024-10-07T09:37:58.073Z] go test -race -coverprofile=coverage.out ./... [2024-10-07T09:38:06.188Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-10-07T09:38:32.715Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2024-10-07T09:38:32.715Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2024-10-07T09:38:32.715Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2024-10-07T09:38:32.972Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2024-10-07T09:38:32.972Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2024-10-07T09:38:32.972Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2024-10-07T09:38:32.972Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2024-10-07T09:38:32.972Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2024-10-07T09:38:32.972Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2024-10-07T09:38:32.972Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2024-10-07T09:38:32.972Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2024-10-07T09:38:33.540Z] github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler coverage: 0.0% of statements [2024-10-07T09:38:33.798Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-10-07T09:38:33.798Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2024-10-07T09:38:33.798Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2024-10-07T09:38:33.798Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2024-10-07T09:38:35.699Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2024-10-07T09:38:35.699Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2024-10-07T09:38:36.632Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.030s coverage: 28.7% of statements [2024-10-07T09:38:36.632Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2024-10-07T09:38:36.632Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2024-10-07T09:38:36.632Z] github.com/edgexfoundry/edgex-go/internal/core/common_config coverage: 0.0% of statements [2024-10-07T09:38:37.199Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2024-10-07T09:38:37.200Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2024-10-07T09:38:37.459Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.046s coverage: 97.0% of statements [2024-10-07T09:38:38.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-10-07T09:38:38.027Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2024-10-07T09:38:38.027Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2024-10-07T09:38:38.027Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2024-10-07T09:38:38.027Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-07T09:38:38.027Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2024-10-07T09:38:38.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-10-07T09:38:38.027Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2024-10-07T09:38:38.027Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2024-10-07T09:38:39.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-10-07T09:38:39.408Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-07T09:38:39.408Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2024-10-07T09:38:39.408Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2024-10-07T09:38:39.408Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2024-10-07T09:38:40.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.068s coverage: 69.2% of statements [2024-10-07T09:38:40.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.046s coverage: 53.2% of statements [2024-10-07T09:38:40.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.673s coverage: 93.4% of statements [2024-10-07T09:38:40.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.053s coverage: 91.7% of statements [2024-10-07T09:38:40.787Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2024-10-07T09:38:40.787Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2024-10-07T09:38:42.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.048s coverage: 10.0% of statements [2024-10-07T09:38:43.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-10-07T09:38:43.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-10-07T09:38:43.101Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2024-10-07T09:38:43.101Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2024-10-07T09:38:43.101Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2024-10-07T09:38:43.101Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2024-10-07T09:38:43.101Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2024-10-07T09:38:43.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-10-07T09:38:43.101Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-07T09:38:43.101Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2024-10-07T09:38:43.101Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2024-10-07T09:38:44.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.445s coverage: 95.8% of statements [2024-10-07T09:38:44.478Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements [2024-10-07T09:38:44.478Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2024-10-07T09:38:44.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-10-07T09:38:44.736Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2024-10-07T09:38:45.671Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.045s coverage: 0.0% of statements [no tests to run] [2024-10-07T09:38:45.671Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.046s coverage: 0.8% of statements [2024-10-07T09:38:45.671Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.035s coverage: 42.5% of statements [2024-10-07T09:38:46.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.029s coverage: 41.7% of statements [2024-10-07T09:38:46.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.022s coverage: 77.8% of statements [2024-10-07T09:38:46.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.020s coverage: 94.1% of statements [2024-10-07T09:38:46.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.026s coverage: 96.3% of statements [2024-10-07T09:38:46.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements [2024-10-07T09:38:46.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-10-07T09:38:46.806Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2024-10-07T09:38:46.806Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2024-10-07T09:38:46.806Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2024-10-07T09:38:47.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-10-07T09:38:47.373Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2024-10-07T09:38:47.373Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2024-10-07T09:38:47.373Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2024-10-07T09:38:48.753Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2024-10-07T09:38:48.753Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2024-10-07T09:38:48.753Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2024-10-07T09:38:49.320Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2024-10-07T09:38:49.320Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2024-10-07T09:38:49.320Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2024-10-07T09:38:49.320Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2024-10-07T09:38:49.578Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2024-10-07T09:38:49.578Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2024-10-07T09:38:50.148Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2024-10-07T09:38:52.055Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2024-10-07T09:38:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-10-07T09:38:53.690Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2024-10-07T09:38:53.690Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2024-10-07T09:38:56.220Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2024-10-07T09:38:56.220Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2024-10-07T09:38:56.220Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2024-10-07T09:38:57.595Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2024-10-07T09:38:57.595Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2024-10-07T09:38:57.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-10-07T09:38:57.853Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2024-10-07T09:38:57.853Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2024-10-07T09:38:57.853Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2024-10-07T09:38:57.853Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler coverage: 0.0% of statements [2024-10-07T09:38:58.796Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action coverage: 0.0% of statements [2024-10-07T09:38:58.796Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config coverage: 0.0% of statements [2024-10-07T09:38:58.796Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container coverage: 0.0% of statements [2024-10-07T09:38:59.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.029s coverage: 94.4% of statements [2024-10-07T09:38:59.486Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22037 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-10-07T09:38:59.505Z] Running in /w/workspace/edgex-go/717 [Pipeline] { [Pipeline] checkout [2024-10-07T09:39:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-10-07T09:39:00.428Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-07T09:39:00.428Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2024-10-07T09:39:01.803Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2024-10-07T09:39:01.803Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2024-10-07T09:39:01.803Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2024-10-07T09:39:01.803Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2024-10-07T09:39:02.562Z] The recommended git tool is: git [2024-10-07T09:39:03.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-10-07T09:39:03.179Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application coverage: 0.0% of statements [2024-10-07T09:39:03.179Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-07T09:39:03.179Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2024-10-07T09:39:04.123Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2024-10-07T09:39:04.123Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2024-10-07T09:39:04.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-10-07T09:39:04.691Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-07T09:39:06.952Z] using credential edgex-jenkins-ssh [2024-10-07T09:39:06.973Z] Cloning the remote Git repository [2024-10-07T09:39:07.010Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-10-07T09:39:07.094Z] > git init /w/workspace/edgex-go/717 # timeout=10 [2024-10-07T09:39:07.224Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-10-07T09:39:07.225Z] > git --version # timeout=10 [2024-10-07T09:39:07.246Z] > git --version # 'git version 2.25.1' [2024-10-07T09:39:07.250Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-07T09:39:07.387Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-07T09:39:11.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.251s coverage: 79.9% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 25.046s coverage: 92.9% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 66.7% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.026s coverage: 62.3% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.026s coverage: 75.0% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.025s coverage: 87.2% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 20.0% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.062s coverage: 81.8% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.045s coverage: 82.1% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.127s coverage: 63.1% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.022s coverage: 100.0% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.024s coverage: 89.4% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.138s coverage: 36.5% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.027s coverage: 89.5% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.026s coverage: 84.8% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.028s coverage: 4.9% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.088s coverage: 97.1% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure 1.029s coverage: 35.9% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.055s coverage: 19.9% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.118s coverage: 95.7% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.028s coverage: 61.8% of statements [2024-10-07T09:39:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.057s coverage: 98.9% of statements [2024-10-07T09:39:12.197Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2024-10-07T09:39:12.457Z] running golangci-lint [2024-10-07T09:39:12.457Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2024-10-07T09:39:12.457Z] go version go1.23.2 linux/amd64 [2024-10-07T09:39:12.716Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2024-10-07T09:39:12.716Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-10-07T09:39:12.716Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-10-07T09:39:24.604Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-10-07T09:39:24.635Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-07T09:39:25.478Z] Avoid second fetch [2024-10-07T09:39:25.478Z] Checking out Revision 7f550756abf89bcf15828d6373a305e4d40f5987 (main) [2024-10-07T09:39:26.284Z] Commit message: "Merge pull request #4950 from weichou1229/null-reading-value" [2024-10-07T09:39:25.491Z] > git config core.sparsecheckout # timeout=10 [2024-10-07T09:39:25.559Z] > git checkout -f 7f550756abf89bcf15828d6373a305e4d40f5987 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-07T09:39:30.833Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-10-07T09:39:30.833Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T09:39:30.833Z] Dload Upload Total Spent Left Speed [2024-10-07T09:39:30.833Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k 100 12828 100 12828 0 0 97k 0 --:--:-- --:--:-- --:--:-- 99441 [Pipeline] sh [2024-10-07T09:39:31.166Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-10-07T09:39:31.487Z] + sudo tee /etc/docker/daemon.new [2024-10-07T09:39:31.487Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-10-07T09:39:31.487Z] { [2024-10-07T09:39:31.487Z] "registry-mirrors": [ [2024-10-07T09:39:31.487Z] "https://nexus3.edgexfoundry.org:10001" [2024-10-07T09:39:31.487Z] ], [2024-10-07T09:39:31.487Z] "bip": "10.250.0.254/24", [2024-10-07T09:39:31.487Z] "hosts": [ [2024-10-07T09:39:31.487Z] "tcp://0.0.0.0:5555", [2024-10-07T09:39:31.487Z] "unix:///var/run/docker.sock" [2024-10-07T09:39:31.487Z] ], [2024-10-07T09:39:31.487Z] "mtu": 1458, [2024-10-07T09:39:31.487Z] "selinux-enabled": true, [2024-10-07T09:39:31.487Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-10-07T09:39:31.487Z] } [Pipeline] sh [2024-10-07T09:39:31.814Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-10-07T09:39:32.139Z] + sudo service docker restart [2024-10-07T09:39:34.630Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|types_sizes|files|imports|name) took 18.872391075s" [2024-10-07T09:39:34.630Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 44.946643ms" [2024-10-07T09:39:42.742Z] level=info msg="[linters_context/goanalysis] analyzers took 1m37.52725928s with top 10 stages: buildir: 52.393032656s, gosec: 3.416820306s, inspect: 2.864942918s, fact_deprecated: 2.719805889s, printf: 2.196831035s, ctrlflow: 1.732969947s, S1038: 1.127811874s, fact_purity: 1.079321484s, nilness: 959.827379ms, typedness: 715.251367ms" [2024-10-07T09:39:42.742Z] level=info msg="[runner] Issues before processing: 219, after processing: 0" [2024-10-07T09:39:42.742Z] level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 219/219, skip_files: 219/219, autogenerated_exclude: 219/219, exclude: 219/219, path_prettifier: 219/219, skip_dirs: 219/219, exclude-rules: 219/22, cgo: 219/219, identifier_marker: 219/219, nolint: 22/0, invalid_issue: 219/219" [2024-10-07T09:39:42.742Z] level=info msg="[runner] processing took 16.087822ms with stages: nolint: 6.847833ms, identifier_marker: 4.344875ms, path_prettifier: 1.938339ms, exclude-rules: 1.209648ms, autogenerated_exclude: 1.116757ms, skip_dirs: 538.568µs, cgo: 36.011µs, invalid_issue: 34.881µs, filename_unadjuster: 17.28µs, max_same_issues: 840ns, uniq_by_line: 430ns, skip_files: 430ns, fixer: 370ns, exclude: 330ns, sort_results: 260ns, max_from_linter: 170ns, max_per_file_from_linter: 160ns, diff: 160ns, source_code: 140ns, path_shortener: 120ns, severity-rules: 110ns, path_prefixer: 110ns" [2024-10-07T09:39:42.742Z] level=info msg="[runner] linters took 10.91704674s with stages: goanalysis_metalinter: 10.900879977s" [2024-10-07T09:39:42.742Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-10-07T09:39:42.742Z] level=info msg="Memory: 300 samples, avg is 308.7MB, max is 1293.9MB" [2024-10-07T09:39:42.742Z] level=info msg="Execution took 29.842625706s" [2024-10-07T09:39:42.742Z] go vet ./... [2024-10-07T09:39:49.302Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-07T09:39:49.302Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-07T09:39:49.302Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-10-07T09:39:49.582Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-10-07T09:39:49.875Z] + ls -al . [2024-10-07T09:39:49.875Z] total 1852 [2024-10-07T09:39:49.875Z] drwxrwxr-x 11 1001 1001 4096 Oct 7 09:37 . [2024-10-07T09:39:49.875Z] drwxr-xr-x 4 root root 4096 Oct 7 09:37 .. [2024-10-07T09:39:49.875Z] drwxrwxr-x 2 1001 1001 4096 Oct 7 09:36 .blubracket [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 10 Oct 7 09:36 .dockerignore [2024-10-07T09:39:49.875Z] drwxrwxr-x 8 1001 1001 4096 Oct 7 09:39 .git [2024-10-07T09:39:49.875Z] drwxrwxr-x 3 1001 1001 4096 Oct 7 09:36 .github [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 1102 Oct 7 09:36 .gitignore [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 199 Oct 7 09:36 .golangci.yml [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 100 Oct 7 09:36 .hadolint.yml [2024-10-07T09:39:49.875Z] drwxr-xr-x 3 1001 1001 4096 Oct 7 09:37 .semver [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 155 Oct 7 09:36 .sonarcloud.properties [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 1171 Oct 7 09:36 ADOPTERS.md [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 21553 Oct 7 09:36 Attribution.txt [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 100284 Oct 7 09:36 CHANGELOG.md [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 3804 Oct 7 09:36 CONTRIBUTING.md [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 677 Oct 7 09:36 GOVERNANCE.md [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 861 Oct 7 09:36 Jenkinsfile [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 10775 Oct 7 09:36 LICENSE [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 16854 Oct 7 09:36 Makefile [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 582 Oct 7 09:36 OWNERS.md [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 9528 Oct 7 09:36 README.md [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 789 Oct 7 09:36 SECURITY.md [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 12 Oct 7 09:37 VERSION [2024-10-07T09:39:49.875Z] drwxrwxr-x 2 1001 1001 4096 Oct 7 09:36 bin [2024-10-07T09:39:49.875Z] drwxrwxr-x 20 1001 1001 4096 Oct 7 09:36 cmd [2024-10-07T09:39:49.875Z] -rw-r--r-- 1 root root 1503744 Oct 7 09:39 coverage.out [2024-10-07T09:39:49.875Z] drwxrwxr-x 2 1001 1001 4096 Oct 7 09:36 fuzz_test [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 7305 Oct 7 09:36 go.mod [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 102748 Oct 7 09:36 go.sum [2024-10-07T09:39:49.875Z] drwxrwxr-x 7 1001 1001 4096 Oct 7 09:36 internal [2024-10-07T09:39:49.875Z] drwxrwxr-x 3 1001 1001 4096 Oct 7 09:36 openapi [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 584 Oct 7 09:36 security.txt [2024-10-07T09:39:49.875Z] -rw-rw-r-- 1 1001 1001 204 Oct 7 09:36 version.go [Pipeline] sh [2024-10-07T09:39:50.163Z] + '[' -e coverage.out ] [2024-10-07T09:39:50.163Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-10-07T09:39:50.318Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-07T09:39:50.405Z] provisioning config files... [2024-10-07T09:39:50.433Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/717@tmp/config7762684955753723484tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-07T09:39:50.593Z] + make build [2024-10-07T09:39:50.593Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-10-07T09:39:50.880Z] ---> ****-login.sh [2024-10-07T09:39:50.880Z] nexus3.edgexfoundry.org:10001 [2024-10-07T09:39:51.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T09:39:51.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T09:39:51.746Z] Configure a credential helper to remove this warning. See [2024-10-07T09:39:51.746Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T09:39:51.746Z] [2024-10-07T09:39:51.746Z] Login Succeeded [2024-10-07T09:39:51.746Z] nexus3.edgexfoundry.org:10002 [2024-10-07T09:39:51.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T09:39:52.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T09:39:52.015Z] Configure a credential helper to remove this warning. See [2024-10-07T09:39:52.015Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T09:39:52.015Z] [2024-10-07T09:39:52.015Z] Login Succeeded [2024-10-07T09:39:52.015Z] nexus3.edgexfoundry.org:10003 [2024-10-07T09:39:52.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T09:39:52.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T09:39:52.289Z] Configure a credential helper to remove this warning. See [2024-10-07T09:39:52.289Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T09:39:52.289Z] [2024-10-07T09:39:52.289Z] Login Succeeded [2024-10-07T09:39:52.290Z] nexus3.edgexfoundry.org:10004 [2024-10-07T09:39:52.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T09:39:52.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T09:39:52.561Z] Configure a credential helper to remove this warning. See [2024-10-07T09:39:52.561Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T09:39:52.561Z] [2024-10-07T09:39:52.561Z] Login Succeeded [2024-10-07T09:39:52.561Z] ****.io [2024-10-07T09:39:52.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T09:39:53.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T09:39:53.096Z] Configure a credential helper to remove this warning. See [2024-10-07T09:39:53.096Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T09:39:53.096Z] [2024-10-07T09:39:53.096Z] Login Succeeded [2024-10-07T09:39:53.096Z] ---> ****-login.sh ends [Pipeline] } [2024-10-07T09:39:53.110Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-10-07T09:39:53.701Z] + git config --global --add safe.directory /w/workspace/edgex-go/717 [Pipeline] echo [2024-10-07T09:39:53.717Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-07T09:39:53.731Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-07T09:39:53.743Z] ========================================================= [2024-10-07T09:39:53.743Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-10-07T09:39:53.743Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-10-07T09:39:54.072Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-07T09:39:54.072Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-10-07T09:39:54.072Z] cf04c63912e1: Pulling fs layer [2024-10-07T09:39:54.072Z] 55b35a11ae5e: Pulling fs layer [2024-10-07T09:39:54.072Z] a37a00ec5f00: Pulling fs layer [2024-10-07T09:39:54.072Z] 50b3750afda1: Pulling fs layer [2024-10-07T09:39:54.072Z] 4f4fb700ef54: Pulling fs layer [2024-10-07T09:39:54.072Z] 80978eb59214: Pulling fs layer [2024-10-07T09:39:54.072Z] c9f46d7d2bd2: Pulling fs layer [2024-10-07T09:39:54.072Z] c5a475d317c9: Pulling fs layer [2024-10-07T09:39:54.072Z] 50b3750afda1: Waiting [2024-10-07T09:39:54.072Z] 4f4fb700ef54: Waiting [2024-10-07T09:39:54.072Z] 80978eb59214: Waiting [2024-10-07T09:39:54.072Z] c9f46d7d2bd2: Waiting [2024-10-07T09:39:54.072Z] c5a475d317c9: Waiting [2024-10-07T09:39:54.353Z] 55b35a11ae5e: Download complete [2024-10-07T09:39:54.353Z] 50b3750afda1: Verifying Checksum [2024-10-07T09:39:54.353Z] 50b3750afda1: Download complete [2024-10-07T09:39:54.353Z] 4f4fb700ef54: Verifying Checksum [2024-10-07T09:39:54.353Z] 4f4fb700ef54: Download complete [2024-10-07T09:39:54.353Z] 80978eb59214: Verifying Checksum [2024-10-07T09:39:54.353Z] 80978eb59214: Download complete [2024-10-07T09:39:54.353Z] cf04c63912e1: Download complete [2024-10-07T09:39:54.941Z] c5a475d317c9: Verifying Checksum [2024-10-07T09:39:54.941Z] c5a475d317c9: Download complete [2024-10-07T09:39:55.211Z] cf04c63912e1: Pull complete [2024-10-07T09:39:56.182Z] 55b35a11ae5e: Pull complete [2024-10-07T09:39:56.183Z] a37a00ec5f00: Verifying Checksum [2024-10-07T09:39:56.183Z] a37a00ec5f00: Download complete [2024-10-07T09:39:57.138Z] c9f46d7d2bd2: Verifying Checksum [2024-10-07T09:39:57.138Z] c9f46d7d2bd2: Download complete [2024-10-07T09:40:12.132Z] a37a00ec5f00: Pull complete [2024-10-07T09:40:12.132Z] 50b3750afda1: Pull complete [2024-10-07T09:40:12.132Z] 4f4fb700ef54: Pull complete [2024-10-07T09:40:12.132Z] 80978eb59214: Pull complete [2024-10-07T09:40:17.147Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-10-07T09:40:17.147Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-10-07T09:40:17.147Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-10-07T09:40:18.090Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-10-07T09:40:18.778Z] c9f46d7d2bd2: Pull complete [2024-10-07T09:40:19.463Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-10-07T09:40:20.196Z] c5a475d317c9: Pull complete [2024-10-07T09:40:20.196Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-10-07T09:40:20.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-07T09:40:20.196Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2024-10-07T09:40:20.530Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-07T09:40:20.530Z] WORKDIR /edgex [2024-10-07T09:40:20.530Z] COPY go.mod . [2024-10-07T09:40:20.530Z] RUN go mod download -t [2024-10-07T09:40:20.530Z] ci-base-image-arm64 -f - . [2024-10-07T09:40:21.125Z] Sending build context to Docker daemon 3.686MB [2024-10-07T09:40:21.125Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-07T09:40:21.125Z] ---> be29e6b0f0d4 [2024-10-07T09:40:21.125Z] Step 2/4 : WORKDIR /edgex [2024-10-07T09:40:23.057Z] ---> Running in aabaf116cae0 [2024-10-07T09:40:23.328Z] Removing intermediate container aabaf116cae0 [2024-10-07T09:40:23.328Z] ---> bb4b9a0cb99a [2024-10-07T09:40:23.328Z] Step 3/4 : COPY go.mod . [2024-10-07T09:40:23.600Z] ---> a3feb97349b0 [2024-10-07T09:40:23.600Z] Step 4/4 : RUN go mod download [2024-10-07T09:40:23.650Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-10-07T09:40:23.872Z] ---> Running in d503d98a5016 [2024-10-07T09:40:25.026Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-10-07T09:40:26.929Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-10-07T09:40:28.827Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-10-07T09:40:29.540Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-10-07T09:40:30.472Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-10-07T09:40:31.038Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-10-07T09:40:31.972Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-10-07T09:40:32.914Z] $ docker stop --time=1 77efca375836539fb32cd7cfcaaee3516f6cd6d90f077c4890587c63a030a5a6 [2024-10-07T09:40:39.070Z] $ docker rm -f --volumes 77efca375836539fb32cd7cfcaaee3516f6cd6d90f077c4890587c63a030a5a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:40:40.183Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-10-07T09:40:40.183Z] [2024-10-07T09:40:40.183Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:40:40.482Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-10-07T09:40:40.482Z] latest: Pulling from edgex-devops/edgex-compose [2024-10-07T09:40:40.482Z] 91d30c5bc195: Pulling fs layer [2024-10-07T09:40:40.482Z] 2e9b0aa3be6d: Pulling fs layer [2024-10-07T09:40:40.482Z] 9c61dcf015f6: Pulling fs layer [2024-10-07T09:40:40.482Z] 4698f68db338: Pulling fs layer [2024-10-07T09:40:40.482Z] 2a2f49069b9e: Pulling fs layer [2024-10-07T09:40:40.482Z] e0025b399a48: Pulling fs layer [2024-10-07T09:40:40.482Z] 4698f68db338: Waiting [2024-10-07T09:40:40.482Z] 2a2f49069b9e: Waiting [2024-10-07T09:40:40.482Z] e0025b399a48: Waiting [2024-10-07T09:40:40.482Z] 91d30c5bc195: Verifying Checksum [2024-10-07T09:40:40.482Z] 91d30c5bc195: Download complete [2024-10-07T09:40:40.482Z] 4698f68db338: Download complete [2024-10-07T09:40:40.740Z] 2e9b0aa3be6d: Verifying Checksum [2024-10-07T09:40:40.740Z] 2e9b0aa3be6d: Download complete [2024-10-07T09:40:40.740Z] e0025b399a48: Verifying Checksum [2024-10-07T09:40:40.740Z] e0025b399a48: Download complete [2024-10-07T09:40:40.740Z] 91d30c5bc195: Pull complete [2024-10-07T09:40:40.740Z] 2a2f49069b9e: Download complete [2024-10-07T09:40:41.000Z] 2e9b0aa3be6d: Pull complete [2024-10-07T09:40:41.257Z] 9c61dcf015f6: Verifying Checksum [2024-10-07T09:40:41.257Z] 9c61dcf015f6: Download complete [2024-10-07T09:40:43.781Z] 9c61dcf015f6: Pull complete [2024-10-07T09:40:43.781Z] 4698f68db338: Pull complete [2024-10-07T09:40:44.039Z] 2a2f49069b9e: Pull complete [2024-10-07T09:40:44.039Z] e0025b399a48: Pull complete [2024-10-07T09:40:44.039Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-10-07T09:40:44.039Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-10-07T09:40:44.039Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T09:40:44.141Z] prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container [2024-10-07T09:40:44.166Z] $ 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/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@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-10-07T09:40:47.716Z] $ docker top a1aec1eb115c8ba7d8e1d7a7f92c9340f46347881bdb883d46bc70c47d2deb05 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-07T09:40:48.127Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-10-07T09:40:50.774Z] #1 [security-spire-agent internal] load build definition from Dockerfile [2024-10-07T09:40:50.774Z] #1 transferring dockerfile: 1.81kB done [2024-10-07T09:40:50.774Z] #1 DONE 0.0s [2024-10-07T09:40:50.774Z] [2024-10-07T09:40:50.774Z] #2 [core-keeper internal] load build definition from Dockerfile [2024-10-07T09:40:50.774Z] #2 transferring dockerfile: 2.07kB done [2024-10-07T09:40:50.774Z] #2 DONE 0.0s [2024-10-07T09:40:50.774Z] [2024-10-07T09:40:50.774Z] #3 [security-bootstrapper internal] load build definition from Dockerfile [2024-10-07T09:40:50.774Z] #3 transferring dockerfile: 3.17kB done [2024-10-07T09:40:50.774Z] #3 DONE 0.0s [2024-10-07T09:40:50.774Z] [2024-10-07T09:40:50.774Z] #4 [security-proxy-auth internal] load build definition from Dockerfile [2024-10-07T09:40:50.774Z] #4 transferring dockerfile: 2.15kB done [2024-10-07T09:40:50.774Z] #4 DONE 0.0s [2024-10-07T09:40:50.774Z] [2024-10-07T09:40:50.774Z] #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-10-07T09:40:50.774Z] #5 transferring dockerfile: 2.23kB done [2024-10-07T09:40:50.774Z] #5 DONE 0.0s [2024-10-07T09:40:50.774Z] [2024-10-07T09:40:50.774Z] #6 [core-command internal] load build definition from Dockerfile [2024-10-07T09:40:50.774Z] #6 transferring dockerfile: 1.93kB done [2024-10-07T09:40:50.774Z] #6 DONE 0.0s [2024-10-07T09:40:50.774Z] [2024-10-07T09:40:50.774Z] #7 [security-proxy-setup internal] load build definition from Dockerfile [2024-10-07T09:40:50.774Z] #7 transferring dockerfile: 2.50kB done [2024-10-07T09:40:50.774Z] #7 DONE 0.0s [2024-10-07T09:40:50.774Z] [2024-10-07T09:40:50.774Z] #8 [support-scheduler internal] load build definition from Dockerfile [2024-10-07T09:40:50.774Z] #8 transferring dockerfile: 1.93kB done [2024-10-07T09:40:50.774Z] #8 DONE 0.0s [2024-10-07T09:40:50.774Z] [2024-10-07T09:40:50.774Z] #9 [security-spire-config internal] load build definition from Dockerfile [2024-10-07T09:40:50.774Z] #9 transferring dockerfile: 1.69kB done [2024-10-07T09:40:50.774Z] #9 DONE 0.0s [2024-10-07T09:40:50.774Z] [2024-10-07T09:40:50.774Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-10-07T09:40:50.774Z] #10 transferring dockerfile: 1.89kB done [2024-10-07T09:40:50.774Z] #10 DONE 0.0s [2024-10-07T09:40:50.774Z] [2024-10-07T09:40:50.774Z] #11 [support-cron-scheduler internal] load build definition from Dockerfile [2024-10-07T09:40:50.774Z] #11 transferring dockerfile: 1.85kB done [2024-10-07T09:40:50.774Z] #11 DONE 0.0s [2024-10-07T09:40:50.774Z] [2024-10-07T09:40:50.774Z] #12 [security-secretstore-setup internal] load build definition from Dockerfile [2024-10-07T09:40:50.774Z] #12 transferring dockerfile: 2.49kB done [2024-10-07T09:40:50.774Z] #12 DONE 0.0s [2024-10-07T09:40:50.774Z] [2024-10-07T09:40:50.774Z] #13 [security-spire-server internal] load build definition from Dockerfile [2024-10-07T09:40:50.774Z] #13 transferring dockerfile: 1.70kB done [2024-10-07T09:40:50.774Z] #13 DONE 0.1s [2024-10-07T09:40:50.774Z] [2024-10-07T09:40:50.774Z] #14 [core-metadata internal] load build definition from Dockerfile [2024-10-07T09:40:50.774Z] #14 transferring dockerfile: 2.13kB done [2024-10-07T09:40:50.774Z] #14 DONE 0.0s [2024-10-07T09:40:50.774Z] [2024-10-07T09:40:50.774Z] #15 [security-spire-agent internal] load .dockerignore [2024-10-07T09:40:50.774Z] #15 transferring context: 50B done [2024-10-07T09:40:51.045Z] #15 DONE 0.1s [2024-10-07T09:40:51.046Z] [2024-10-07T09:40:51.046Z] #16 [support-notifications internal] load build definition from Dockerfile [2024-10-07T09:40:51.046Z] #16 transferring dockerfile: 2.02kB done [2024-10-07T09:40:51.046Z] #16 DONE 0.1s [2024-10-07T09:40:51.046Z] [2024-10-07T09:40:51.046Z] #17 [core-data internal] load build definition from Dockerfile [2024-10-07T09:40:51.046Z] #17 transferring dockerfile: 2.07kB done [2024-10-07T09:40:51.046Z] #17 DONE 0.1s [2024-10-07T09:40:51.046Z] [2024-10-07T09:40:51.046Z] #18 [security-bootstrapper internal] load .dockerignore [2024-10-07T09:40:51.046Z] #18 transferring context: 50B done [2024-10-07T09:40:51.046Z] #18 DONE 0.0s [2024-10-07T09:40:51.046Z] [2024-10-07T09:40:51.046Z] #19 [core-keeper internal] load .dockerignore [2024-10-07T09:40:51.046Z] #19 transferring context: 50B done [2024-10-07T09:40:51.046Z] #19 DONE 0.0s [2024-10-07T09:40:51.046Z] [2024-10-07T09:40:51.046Z] #20 [security-proxy-auth internal] load .dockerignore [2024-10-07T09:40:51.046Z] #20 transferring context: 50B done [2024-10-07T09:40:51.046Z] #20 DONE 0.0s [2024-10-07T09:40:51.046Z] [2024-10-07T09:40:51.046Z] #21 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-07T09:40:51.046Z] #21 transferring context: 50B done [2024-10-07T09:40:51.046Z] #21 DONE 0.0s [2024-10-07T09:40:51.046Z] [2024-10-07T09:40:51.046Z] #22 [core-command internal] load .dockerignore [2024-10-07T09:40:51.046Z] #22 transferring context: 50B done [2024-10-07T09:40:51.046Z] #22 DONE 0.0s [2024-10-07T09:40:51.046Z] [2024-10-07T09:40:51.046Z] #23 [security-proxy-setup internal] load .dockerignore [2024-10-07T09:40:51.304Z] #23 transferring context: 50B done [2024-10-07T09:40:51.304Z] #23 DONE 0.0s [2024-10-07T09:40:51.304Z] [2024-10-07T09:40:51.304Z] #24 [security-spire-config internal] load .dockerignore [2024-10-07T09:40:51.304Z] #24 transferring context: 50B done [2024-10-07T09:40:51.304Z] #24 DONE 0.0s [2024-10-07T09:40:51.304Z] [2024-10-07T09:40:51.304Z] #25 [security-spiffe-token-provider internal] load .dockerignore [2024-10-07T09:40:51.304Z] #25 transferring context: 50B done [2024-10-07T09:40:51.304Z] #25 DONE 0.0s [2024-10-07T09:40:51.304Z] [2024-10-07T09:40:51.304Z] #26 [support-cron-scheduler internal] load .dockerignore [2024-10-07T09:40:51.304Z] #26 transferring context: 50B done [2024-10-07T09:40:51.304Z] #26 DONE 0.0s [2024-10-07T09:40:51.304Z] [2024-10-07T09:40:51.304Z] #27 [security-secretstore-setup internal] load .dockerignore [2024-10-07T09:40:51.304Z] #27 transferring context: 50B done [2024-10-07T09:40:51.304Z] #27 DONE 0.1s [2024-10-07T09:40:51.304Z] [2024-10-07T09:40:51.304Z] #28 [security-spire-server internal] load .dockerignore [2024-10-07T09:40:51.304Z] #28 transferring context: 50B done [2024-10-07T09:40:51.304Z] #28 DONE 0.0s [2024-10-07T09:40:51.304Z] [2024-10-07T09:40:51.304Z] #29 [core-metadata internal] load .dockerignore [2024-10-07T09:40:51.304Z] #29 transferring context: 50B done [2024-10-07T09:40:51.304Z] #29 DONE 0.0s [2024-10-07T09:40:51.304Z] [2024-10-07T09:40:51.304Z] #30 [support-notifications internal] load .dockerignore [2024-10-07T09:40:51.304Z] #30 transferring context: 50B done [2024-10-07T09:40:51.304Z] #30 DONE 0.1s [2024-10-07T09:40:51.304Z] [2024-10-07T09:40:51.304Z] #31 [core-data internal] load .dockerignore [2024-10-07T09:40:51.304Z] #31 transferring context: 50B done [2024-10-07T09:40:51.304Z] #31 DONE 0.0s [2024-10-07T09:40:51.304Z] [2024-10-07T09:40:51.304Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T09:40:51.304Z] #32 DONE 0.1s [2024-10-07T09:40:51.304Z] [2024-10-07T09:40:51.304Z] #33 [support-scheduler internal] load .dockerignore [2024-10-07T09:40:51.304Z] #33 transferring context: 50B done [2024-10-07T09:40:51.562Z] #33 ... [2024-10-07T09:40:51.562Z] [2024-10-07T09:40:51.562Z] #34 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-07T09:40:51.562Z] #34 DONE 0.0s [2024-10-07T09:40:51.562Z] [2024-10-07T09:40:51.562Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T09:40:51.562Z] #32 DONE 0.1s [2024-10-07T09:40:51.562Z] [2024-10-07T09:40:51.562Z] #34 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-07T09:40:51.562Z] #34 DONE 0.0s [2024-10-07T09:40:51.562Z] [2024-10-07T09:40:51.562Z] #35 [core-command stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T09:40:51.562Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-07T09:40:51.562Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T09:40:51.562Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-07T09:40:51.562Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-07T09:40:51.826Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-07T09:40:51.826Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T09:40:51.826Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-07T09:40:51.826Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-07T09:40:51.826Z] #35 DONE 0.2s [2024-10-07T09:40:51.826Z] [2024-10-07T09:40:51.826Z] #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-07T09:40:51.826Z] #34 DONE 0.0s [2024-10-07T09:40:51.826Z] [2024-10-07T09:40:51.826Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T09:40:51.826Z] #32 DONE 0.2s [2024-10-07T09:40:51.826Z] [2024-10-07T09:40:51.826Z] #36 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-10-07T09:40:51.826Z] #36 ... [2024-10-07T09:40:51.826Z] [2024-10-07T09:40:51.826Z] #35 [security-secretstore-setup stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T09:40:51.826Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-07T09:40:51.826Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T09:40:51.826Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-07T09:40:51.826Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-07T09:40:51.826Z] #35 DONE 0.2s [2024-10-07T09:40:51.826Z] [2024-10-07T09:40:51.826Z] #34 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-07T09:40:51.826Z] #34 DONE 0.0s [2024-10-07T09:40:51.826Z] [2024-10-07T09:40:51.826Z] #36 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-10-07T09:40:52.085Z] #36 ... [2024-10-07T09:40:52.085Z] [2024-10-07T09:40:52.085Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-10-07T09:40:52.085Z] #37 DONE 0.7s [2024-10-07T09:40:52.085Z] [2024-10-07T09:40:52.085Z] #35 [security-spire-config stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T09:40:52.085Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-07T09:40:52.085Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T09:40:52.085Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-07T09:40:52.085Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-07T09:40:52.085Z] #35 DONE 0.4s [2024-10-07T09:40:52.085Z] [2024-10-07T09:40:52.085Z] #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-10-07T09:40:52.085Z] #38 DONE 0.8s [2024-10-07T09:40:52.085Z] [2024-10-07T09:40:52.085Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:40:52.085Z] #39 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:40:52.344Z] #39 ... [2024-10-07T09:40:52.344Z] [2024-10-07T09:40:52.344Z] #35 [core-data stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T09:40:52.344Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-07T09:40:52.344Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T09:40:52.344Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-07T09:40:52.344Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-07T09:40:52.344Z] #35 DONE 0.4s [2024-10-07T09:40:52.344Z] [2024-10-07T09:40:52.344Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T09:40:52.344Z] #32 DONE 0.8s [2024-10-07T09:40:52.602Z] [2024-10-07T09:40:52.602Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:40:52.602Z] #39 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.3s done [2024-10-07T09:40:52.602Z] #39 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-10-07T09:40:52.887Z] #39 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-10-07T09:40:52.887Z] #39 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-10-07T09:40:52.887Z] #39 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s [2024-10-07T09:40:52.887Z] #39 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done [2024-10-07T09:40:52.887Z] #39 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-10-07T09:40:52.887Z] #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.2s [2024-10-07T09:40:53.145Z] #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s [2024-10-07T09:40:54.105Z] #39 ... [2024-10-07T09:40:54.105Z] [2024-10-07T09:40:54.105Z] #40 [security-spire-agent internal] load build context [2024-10-07T09:40:54.105Z] #40 transferring context: 27.51kB 0.0s done [2024-10-07T09:40:54.105Z] #40 DONE 1.7s [2024-10-07T09:40:54.105Z] [2024-10-07T09:40:54.105Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:40:58.396Z] #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 5.5s [2024-10-07T09:40:58.396Z] #39 ... [2024-10-07T09:40:58.396Z] [2024-10-07T09:40:58.396Z] #41 [security-spire-server internal] load build context [2024-10-07T09:40:58.396Z] #41 transferring context: 27.98kB 0.0s done [2024-10-07T09:40:58.396Z] #41 DONE 6.3s [2024-10-07T09:40:58.396Z] [2024-10-07T09:40:58.396Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:41:01.678Z] #39 ... [2024-10-07T09:41:01.678Z] [2024-10-07T09:41:01.678Z] #42 [security-bootstrapper internal] load build context [2024-10-07T09:41:01.678Z] #42 transferring context: 366.68MB 9.9s [2024-10-07T09:41:01.678Z] #42 ... [2024-10-07T09:41:01.678Z] [2024-10-07T09:41:01.678Z] #43 [core-common-config-bootstrapper internal] load build context [2024-10-07T09:41:01.678Z] #43 ... [2024-10-07T09:41:01.678Z] [2024-10-07T09:41:01.678Z] #44 [support-scheduler internal] load build context [2024-10-07T09:41:01.678Z] #44 ... [2024-10-07T09:41:01.678Z] [2024-10-07T09:41:01.678Z] #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-07T09:41:01.678Z] #0 3.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:01.678Z] #0 3.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:01.678Z] #0 3.919 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-07T09:41:01.678Z] #0 3.919 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-07T09:41:01.678Z] #0 3.919 OK: 24163 distinct packages available [2024-10-07T09:41:01.678Z] #0 3.975 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:01.678Z] #0 4.039 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:01.678Z] #0 4.323 (1/14) Installing ca-certificates (20240705-r0) [2024-10-07T09:41:01.678Z] #0 4.341 (2/14) Installing brotli-libs (1.1.0-r2) [2024-10-07T09:41:01.678Z] #0 4.356 (3/14) Installing c-ares (1.33.1-r0) [2024-10-07T09:41:01.678Z] #0 4.364 (4/14) Installing libunistring (1.2-r0) [2024-10-07T09:41:01.678Z] #0 4.381 (5/14) Installing libidn2 (2.3.7-r0) [2024-10-07T09:41:01.678Z] #0 4.386 (6/14) Installing nghttp2-libs (1.62.1-r0) [2024-10-07T09:41:01.678Z] #0 4.393 (7/14) Installing libpsl (0.21.5-r1) [2024-10-07T09:41:01.678Z] #0 4.419 (8/14) Installing zstd-libs (1.5.6-r0) [2024-10-07T09:41:01.678Z] #0 4.429 (9/14) Installing libcurl (8.10.1-r0) [2024-10-07T09:41:01.678Z] #0 4.440 (10/14) Installing curl (8.10.1-r0) [2024-10-07T09:41:01.678Z] #0 4.444 (11/14) Installing dumb-init (1.2.5-r3) [2024-10-07T09:41:01.678Z] #0 4.451 (12/14) Installing musl-obstack (1.2.3-r2) [2024-10-07T09:41:01.678Z] #0 4.451 (13/14) Installing libucontext (1.2-r3) [2024-10-07T09:41:01.678Z] #0 4.455 (14/14) Installing gcompat (1.1.0-r4) [2024-10-07T09:41:01.678Z] #0 4.465 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:01.678Z] #0 4.471 Executing ca-certificates-20240705-r0.trigger [2024-10-07T09:41:01.678Z] #0 4.516 OK: 13 MiB in 28 packages [2024-10-07T09:41:01.936Z] #45 ... [2024-10-07T09:41:01.936Z] [2024-10-07T09:41:01.936Z] #46 [security-spiffe-token-provider internal] load build context [2024-10-07T09:41:01.936Z] #46 ... [2024-10-07T09:41:01.936Z] [2024-10-07T09:41:01.936Z] #47 [support-notifications internal] load build context [2024-10-07T09:41:02.201Z] #47 ... [2024-10-07T09:41:02.201Z] [2024-10-07T09:41:02.201Z] #48 [security-proxy-auth internal] load build context [2024-10-07T09:41:02.201Z] #48 ... [2024-10-07T09:41:02.201Z] [2024-10-07T09:41:02.201Z] #49 [core-metadata internal] load build context [2024-10-07T09:41:02.201Z] #49 ... [2024-10-07T09:41:02.201Z] [2024-10-07T09:41:02.201Z] #50 [security-secretstore-setup internal] load build context [2024-10-07T09:41:02.457Z] #50 ... [2024-10-07T09:41:02.457Z] [2024-10-07T09:41:02.457Z] #51 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-07T09:41:02.457Z] #51 ... [2024-10-07T09:41:02.457Z] [2024-10-07T09:41:02.457Z] #52 [security-spire-config internal] load build context [2024-10-07T09:41:02.457Z] #52 transferring context: 26.23kB 0.0s done [2024-10-07T09:41:02.718Z] #52 ... [2024-10-07T09:41:02.718Z] [2024-10-07T09:41:02.718Z] #53 [support-cron-scheduler internal] load build context [2024-10-07T09:41:02.718Z] #53 transferring context: 306.38MB 10.3s [2024-10-07T09:41:02.718Z] #53 ... [2024-10-07T09:41:02.718Z] [2024-10-07T09:41:02.718Z] #54 [core-command internal] load build context [2024-10-07T09:41:02.718Z] #54 ... [2024-10-07T09:41:02.718Z] [2024-10-07T09:41:02.718Z] #55 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-07T09:41:03.007Z] #55 ... [2024-10-07T09:41:03.007Z] [2024-10-07T09:41:03.007Z] #56 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-10-07T09:41:03.007Z] #0 0.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:03.007Z] #0 1.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:03.007Z] #0 1.477 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-07T09:41:03.007Z] #0 1.481 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:03.007Z] #0 1.491 OK: 8 MiB in 15 packages [2024-10-07T09:41:03.007Z] #56 ... [2024-10-07T09:41:03.007Z] [2024-10-07T09:41:03.007Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T09:41:03.007Z] #57 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.3s done [2024-10-07T09:41:03.007Z] #57 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-10-07T09:41:03.007Z] #57 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-10-07T09:41:03.007Z] #57 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-10-07T09:41:03.007Z] #57 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done [2024-10-07T09:41:03.007Z] #57 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.1s done [2024-10-07T09:41:03.007Z] #57 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-10-07T09:41:03.007Z] #57 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 10.2s [2024-10-07T09:41:03.007Z] #57 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 10.3s [2024-10-07T09:41:03.007Z] #57 ... [2024-10-07T09:41:03.007Z] [2024-10-07T09:41:03.007Z] #58 [core-keeper internal] load build context [2024-10-07T09:41:03.266Z] #58 transferring context: 452.44MB 11.6s done [2024-10-07T09:41:03.266Z] #58 ... [2024-10-07T09:41:03.266Z] [2024-10-07T09:41:03.266Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-07T09:41:03.266Z] #59 ... [2024-10-07T09:41:03.266Z] [2024-10-07T09:41:03.266Z] #60 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-07T09:41:03.541Z] #60 ... [2024-10-07T09:41:03.541Z] [2024-10-07T09:41:03.541Z] #61 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-07T09:41:03.541Z] #61 ... [2024-10-07T09:41:03.541Z] [2024-10-07T09:41:03.541Z] #62 [security-proxy-setup internal] load build context [2024-10-07T09:41:03.541Z] #62 ... [2024-10-07T09:41:03.541Z] [2024-10-07T09:41:03.541Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-07T09:41:03.798Z] #63 ... [2024-10-07T09:41:03.798Z] [2024-10-07T09:41:03.798Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-07T09:41:04.670Z] #64 ... [2024-10-07T09:41:04.670Z] [2024-10-07T09:41:04.670Z] #65 [core-data internal] load build context [2024-10-07T09:41:04.670Z] #65 transferring context: 452.44MB 10.1s done [2024-10-07T09:41:04.670Z] #65 ... [2024-10-07T09:41:04.670Z] [2024-10-07T09:41:04.670Z] #66 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-07T09:41:04.939Z] #66 ... [2024-10-07T09:41:04.939Z] [2024-10-07T09:41:04.939Z] #67 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-07T09:41:04.939Z] #67 ... [2024-10-07T09:41:04.939Z] [2024-10-07T09:41:04.939Z] #36 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-10-07T09:41:04.939Z] #36 ... [2024-10-07T09:41:04.939Z] [2024-10-07T09:41:04.939Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:41:04.939Z] #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 10.3s done [2024-10-07T09:41:04.939Z] #39 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-10-07T09:41:07.509Z] #39 ... [2024-10-07T09:41:07.509Z] [2024-10-07T09:41:07.509Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T09:41:07.509Z] #57 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 10.4s done [2024-10-07T09:41:07.509Z] #57 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-10-07T09:41:08.709Z] #57 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 15.0s done [2024-10-07T09:41:11.996Z] #57 ... [2024-10-07T09:41:11.996Z] [2024-10-07T09:41:11.996Z] #43 [core-common-config-bootstrapper internal] load build context [2024-10-07T09:41:11.996Z] #43 transferring context: 452.44MB 12.4s done [2024-10-07T09:41:11.996Z] #43 ... [2024-10-07T09:41:11.996Z] [2024-10-07T09:41:11.996Z] #44 [support-scheduler internal] load build context [2024-10-07T09:41:11.996Z] #44 transferring context: 452.44MB 11.6s done [2024-10-07T09:41:12.254Z] #44 ... [2024-10-07T09:41:12.254Z] [2024-10-07T09:41:12.254Z] #46 [security-spiffe-token-provider internal] load build context [2024-10-07T09:41:12.254Z] #46 transferring context: 452.44MB 12.0s done [2024-10-07T09:41:12.513Z] #46 ... [2024-10-07T09:41:12.513Z] [2024-10-07T09:41:12.513Z] #47 [support-notifications internal] load build context [2024-10-07T09:41:12.513Z] #47 transferring context: 452.44MB 11.1s done [2024-10-07T09:41:12.513Z] #47 ... [2024-10-07T09:41:12.513Z] [2024-10-07T09:41:12.513Z] #48 [security-proxy-auth internal] load build context [2024-10-07T09:41:12.513Z] #48 transferring context: 452.44MB 12.2s done [2024-10-07T09:41:12.773Z] #48 ... [2024-10-07T09:41:12.773Z] [2024-10-07T09:41:12.773Z] #50 [security-secretstore-setup internal] load build context [2024-10-07T09:41:12.773Z] #50 transferring context: 452.44MB 11.6s done [2024-10-07T09:41:12.773Z] #50 ... [2024-10-07T09:41:12.773Z] [2024-10-07T09:41:12.773Z] #42 [security-bootstrapper internal] load build context [2024-10-07T09:41:12.773Z] #42 transferring context: 452.44MB 11.5s done [2024-10-07T09:41:13.032Z] #42 ... [2024-10-07T09:41:13.032Z] [2024-10-07T09:41:13.032Z] #53 [support-cron-scheduler internal] load build context [2024-10-07T09:41:13.032Z] #53 transferring context: 452.44MB 13.1s done [2024-10-07T09:41:13.032Z] #53 ... [2024-10-07T09:41:13.032Z] [2024-10-07T09:41:13.032Z] #54 [core-command internal] load build context [2024-10-07T09:41:13.032Z] #54 transferring context: 452.44MB 13.4s done [2024-10-07T09:41:13.291Z] #54 ... [2024-10-07T09:41:13.291Z] [2024-10-07T09:41:13.291Z] #49 [core-metadata internal] load build context [2024-10-07T09:41:13.291Z] #49 transferring context: 452.44MB 14.3s done [2024-10-07T09:41:13.291Z] #49 ... [2024-10-07T09:41:13.291Z] [2024-10-07T09:41:13.291Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:41:13.291Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 20.6s [2024-10-07T09:41:14.228Z] #39 ... [2024-10-07T09:41:14.228Z] [2024-10-07T09:41:14.228Z] #62 [security-proxy-setup internal] load build context [2024-10-07T09:41:14.228Z] #62 transferring context: 452.44MB 12.2s done [2024-10-07T09:41:14.228Z] #62 ... [2024-10-07T09:41:14.228Z] [2024-10-07T09:41:14.228Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:41:18.575Z] #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 25.3s [2024-10-07T09:41:18.575Z] #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 25.4s [2024-10-07T09:41:18.575Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 25.8s [2024-10-07T09:41:20.606Z] Removing intermediate container d503d98a5016 [2024-10-07T09:41:20.607Z] ---> aead546b7a0f [2024-10-07T09:41:20.607Z] Successfully built aead546b7a0f [2024-10-07T09:41:20.607Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:41:20.938Z] + docker inspect -f . ci-base-image-arm64 [2024-10-07T09:41:20.938Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T09:41:21.140Z] prd-ubuntu20.04-docker-arm64-4c-16g-22037 does not seem to be running inside a container [2024-10-07T09:41:21.202Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-10-07T09:41:21.393Z] #39 ... [2024-10-07T09:41:21.393Z] [2024-10-07T09:41:21.393Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T09:41:21.393Z] #57 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d [2024-10-07T09:41:21.393Z] #57 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-10-07T09:41:22.433Z] $ docker top e864cd1fefad7bf77028d14bc289b229f4c0af98523c46a030cee7d46e575d92 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-07T09:41:23.256Z] + go version [2024-10-07T09:41:23.256Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-10-07T09:41:23.271Z] $ docker stop --time=1 e864cd1fefad7bf77028d14bc289b229f4c0af98523c46a030cee7d46e575d92 [2024-10-07T09:41:24.900Z] $ docker rm -f --volumes e864cd1fefad7bf77028d14bc289b229f4c0af98523c46a030cee7d46e575d92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:41:25.612Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-10-07T09:41:25.612Z] [2024-10-07T09:41:25.612Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:41:25.761Z] #57 ... [2024-10-07T09:41:25.761Z] [2024-10-07T09:41:25.761Z] #52 [security-spire-config internal] load build context [2024-10-07T09:41:25.761Z] #52 DONE 32.9s [2024-10-07T09:41:25.761Z] [2024-10-07T09:41:25.761Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:41:25.761Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 28.2s done [2024-10-07T09:41:25.761Z] #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 31.2s done [2024-10-07T09:41:25.761Z] #39 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-10-07T09:41:25.958Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-10-07T09:41:25.958Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-10-07T09:41:25.958Z] 547446be3368: Pulling fs layer [2024-10-07T09:41:25.958Z] d125d8839a47: Pulling fs layer [2024-10-07T09:41:25.958Z] 3e85d5ac6304: Pulling fs layer [2024-10-07T09:41:25.958Z] c3105a71a48b: Pulling fs layer [2024-10-07T09:41:25.958Z] 0f093f025ec4: Pulling fs layer [2024-10-07T09:41:25.958Z] c3106fc0e877: Pulling fs layer [2024-10-07T09:41:25.958Z] c3105a71a48b: Waiting [2024-10-07T09:41:25.958Z] 0f093f025ec4: Waiting [2024-10-07T09:41:25.958Z] c3106fc0e877: Waiting [2024-10-07T09:41:26.226Z] 547446be3368: Verifying Checksum [2024-10-07T09:41:26.226Z] 547446be3368: Download complete [2024-10-07T09:41:26.226Z] c3105a71a48b: Verifying Checksum [2024-10-07T09:41:26.226Z] c3105a71a48b: Download complete [2024-10-07T09:41:26.493Z] d125d8839a47: Verifying Checksum [2024-10-07T09:41:26.493Z] d125d8839a47: Download complete [2024-10-07T09:41:26.760Z] c3106fc0e877: Verifying Checksum [2024-10-07T09:41:26.760Z] c3106fc0e877: Download complete [2024-10-07T09:41:26.760Z] 0f093f025ec4: Verifying Checksum [2024-10-07T09:41:26.760Z] 0f093f025ec4: Download complete [2024-10-07T09:41:27.027Z] 547446be3368: Pull complete [2024-10-07T09:41:27.973Z] #39 ... [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #61 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-07T09:41:27.973Z] #61 DONE 35.7s [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T09:41:27.973Z] #57 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.8s done [2024-10-07T09:41:27.973Z] #57 ... [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-07T09:41:27.973Z] #45 DONE 35.7s [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #56 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-10-07T09:41:27.973Z] #56 DONE 35.7s [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #42 [security-bootstrapper internal] load build context [2024-10-07T09:41:27.973Z] #42 DONE 36.1s [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #58 [core-keeper internal] load build context [2024-10-07T09:41:27.973Z] #58 DONE 36.0s [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #47 [support-notifications internal] load build context [2024-10-07T09:41:27.973Z] #47 DONE 35.6s [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #44 [support-scheduler internal] load build context [2024-10-07T09:41:27.973Z] #44 DONE 35.9s [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #48 [security-proxy-auth internal] load build context [2024-10-07T09:41:27.973Z] #48 DONE 36.0s [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #46 [security-spiffe-token-provider internal] load build context [2024-10-07T09:41:27.973Z] #46 DONE 35.9s [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #65 [core-data internal] load build context [2024-10-07T09:41:27.973Z] #65 DONE 35.2s [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #50 [security-secretstore-setup internal] load build context [2024-10-07T09:41:27.973Z] #50 DONE 35.7s [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #43 [core-common-config-bootstrapper internal] load build context [2024-10-07T09:41:27.973Z] #43 DONE 36.1s [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #62 [security-proxy-setup internal] load build context [2024-10-07T09:41:27.973Z] #62 DONE 36.0s [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #54 [core-command internal] load build context [2024-10-07T09:41:27.973Z] #54 DONE 36.1s [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #53 [support-cron-scheduler internal] load build context [2024-10-07T09:41:27.973Z] #53 DONE 35.8s [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #49 [core-metadata internal] load build context [2024-10-07T09:41:27.973Z] #49 DONE 35.8s [2024-10-07T09:41:27.973Z] [2024-10-07T09:41:27.973Z] #66 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-07T09:41:27.973Z] #66 35.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:27.987Z] d125d8839a47: Pull complete [2024-10-07T09:41:28.233Z] #66 36.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:28.234Z] #66 36.27 (1/2) Installing dumb-init (1.2.5-r3) [2024-10-07T09:41:28.234Z] #66 ... [2024-10-07T09:41:28.234Z] [2024-10-07T09:41:28.234Z] #68 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-10-07T09:41:28.234Z] #68 DONE 0.4s [2024-10-07T09:41:28.234Z] [2024-10-07T09:41:28.234Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T09:41:28.234Z] #57 DONE 36.0s [2024-10-07T09:41:28.234Z] [2024-10-07T09:41:28.234Z] #66 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-07T09:41:28.234Z] #66 36.36 (2/2) Installing su-exec (0.2-r3) [2024-10-07T09:41:28.234Z] #66 36.36 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:28.234Z] #66 36.37 OK: 8 MiB in 16 packages [2024-10-07T09:41:28.570Z] 3e85d5ac6304: Verifying Checksum [2024-10-07T09:41:28.570Z] 3e85d5ac6304: Download complete [2024-10-07T09:41:28.803Z] #66 DONE 37.0s [2024-10-07T09:41:28.803Z] [2024-10-07T09:41:28.803Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:41:28.803Z] #39 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.3s [2024-10-07T09:41:29.442Z] #39 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.9s done [2024-10-07T09:41:29.702Z] #39 ... [2024-10-07T09:41:29.702Z] [2024-10-07T09:41:29.702Z] #51 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-07T09:41:29.702Z] #51 36.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:29.702Z] #51 36.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:29.702Z] #51 36.53 (1/2) Installing ca-certificates (20240705-r0) [2024-10-07T09:41:29.702Z] #51 36.64 (2/2) Installing dumb-init (1.2.5-r3) [2024-10-07T09:41:29.702Z] #51 36.65 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:29.702Z] #51 36.67 Executing ca-certificates-20240705-r0.trigger [2024-10-07T09:41:29.702Z] #51 36.72 OK: 9 MiB in 16 packages [2024-10-07T09:41:29.702Z] #51 DONE 37.6s [2024-10-07T09:41:29.961Z] [2024-10-07T09:41:29.961Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-07T09:41:29.961Z] #63 36.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:29.961Z] #63 36.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:29.961Z] #63 36.91 (1/4) Installing dumb-init (1.2.5-r3) [2024-10-07T09:41:29.961Z] #63 37.03 (2/4) Installing openssl (3.3.2-r0) [2024-10-07T09:41:29.961Z] #63 37.04 (3/4) Installing su-exec (0.2-r3) [2024-10-07T09:41:29.961Z] #63 37.05 (4/4) Installing yq-go (4.44.1-r2) [2024-10-07T09:41:29.961Z] #63 37.14 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:29.961Z] #63 37.14 OK: 19 MiB in 18 packages [2024-10-07T09:41:29.961Z] #63 DONE 38.0s [2024-10-07T09:41:29.961Z] [2024-10-07T09:41:29.961Z] #60 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-07T09:41:29.961Z] #60 36.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:29.961Z] #60 36.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:29.961Z] #60 36.52 (1/3) Installing ca-certificates (20240705-r0) [2024-10-07T09:41:29.961Z] #60 36.67 (2/3) Installing dumb-init (1.2.5-r3) [2024-10-07T09:41:29.961Z] #60 36.68 (3/3) Installing tzdata (2024b-r0) [2024-10-07T09:41:29.961Z] #60 36.72 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:29.961Z] #60 36.73 Executing ca-certificates-20240705-r0.trigger [2024-10-07T09:41:29.961Z] #60 36.78 OK: 10 MiB in 17 packages [2024-10-07T09:41:29.961Z] #60 DONE 37.7s [2024-10-07T09:41:29.961Z] [2024-10-07T09:41:29.961Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-07T09:41:29.961Z] #59 36.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:29.961Z] #59 36.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:29.961Z] #59 36.42 (1/4) Installing ca-certificates (20240705-r0) [2024-10-07T09:41:29.961Z] #59 36.58 (2/4) Installing dumb-init (1.2.5-r3) [2024-10-07T09:41:29.961Z] #59 36.58 (3/4) Installing su-exec (0.2-r3) [2024-10-07T09:41:29.961Z] #59 36.59 (4/4) Installing yq-go (4.44.1-r2) [2024-10-07T09:41:29.961Z] #59 36.67 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:29.961Z] #59 36.67 Executing ca-certificates-20240705-r0.trigger [2024-10-07T09:41:29.961Z] #59 36.73 OK: 19 MiB in 18 packages [2024-10-07T09:41:29.961Z] #59 DONE 37.6s [2024-10-07T09:41:29.961Z] [2024-10-07T09:41:29.961Z] #55 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-07T09:41:29.961Z] #55 35.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:29.961Z] #55 36.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:29.961Z] #55 36.34 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-07T09:41:29.961Z] #55 36.34 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-07T09:41:29.961Z] #55 36.34 OK: 24163 distinct packages available [2024-10-07T09:41:29.961Z] #55 36.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:29.961Z] #55 36.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:29.961Z] #55 36.81 (1/5) Installing dumb-init (1.2.5-r3) [2024-10-07T09:41:29.961Z] #55 36.81 (2/5) Installing musl-obstack (1.2.3-r2) [2024-10-07T09:41:29.961Z] #55 36.81 (3/5) Installing libucontext (1.2-r3) [2024-10-07T09:41:29.961Z] #55 36.82 (4/5) Installing gcompat (1.1.0-r4) [2024-10-07T09:41:29.961Z] #55 36.82 (5/5) Installing openssl (3.3.2-r0) [2024-10-07T09:41:29.961Z] #55 36.84 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:29.961Z] #55 36.94 OK: 9 MiB in 19 packages [2024-10-07T09:41:29.961Z] #55 DONE 37.6s [2024-10-07T09:41:29.961Z] [2024-10-07T09:41:29.961Z] #69 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-10-07T09:41:30.532Z] #69 ... [2024-10-07T09:41:30.532Z] [2024-10-07T09:41:30.532Z] #67 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-07T09:41:30.532Z] #67 37.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:30.532Z] #67 37.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:30.532Z] #67 37.51 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-07T09:41:30.532Z] #67 37.51 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:30.532Z] #67 37.52 OK: 8 MiB in 15 packages [2024-10-07T09:41:30.532Z] #67 DONE 37.9s [2024-10-07T09:41:30.532Z] [2024-10-07T09:41:30.532Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-07T09:41:30.532Z] #64 37.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:30.532Z] #64 37.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:30.532Z] #64 37.97 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-07T09:41:30.532Z] #64 37.97 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-07T09:41:30.532Z] #64 37.97 OK: 24163 distinct packages available [2024-10-07T09:41:30.532Z] #64 38.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:30.532Z] #64 38.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.103Z] #64 38.64 (1/4) Installing dumb-init (1.2.5-r3) [2024-10-07T09:41:31.103Z] #64 38.65 (2/4) Installing musl-obstack (1.2.3-r2) [2024-10-07T09:41:31.103Z] #64 38.65 (3/4) Installing libucontext (1.2-r3) [2024-10-07T09:41:31.103Z] #64 38.66 (4/4) Installing gcompat (1.1.0-r4) [2024-10-07T09:41:31.103Z] #64 38.66 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:31.103Z] #64 38.66 OK: 8 MiB in 18 packages [2024-10-07T09:41:31.363Z] #64 DONE 39.0s [2024-10-07T09:41:31.363Z] [2024-10-07T09:41:31.363Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-07T09:41:31.363Z] #0 1.632 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.363Z] #0 1.715 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.363Z] #0 2.090 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-07T09:41:31.363Z] #0 2.090 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-07T09:41:31.363Z] #0 2.090 OK: 24162 distinct packages available [2024-10-07T09:41:31.363Z] #0 2.221 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.363Z] #0 2.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.363Z] #0 2.777 OK: 246 MiB in 54 packages [2024-10-07T09:41:31.363Z] #70 DONE 3.1s [2024-10-07T09:41:31.363Z] [2024-10-07T09:41:31.363Z] #71 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:41:31.363Z] #71 DONE 0.1s [2024-10-07T09:41:31.363Z] [2024-10-07T09:41:31.363Z] #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:41:31.624Z] #72 ... [2024-10-07T09:41:31.624Z] [2024-10-07T09:41:31.624Z] #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-07T09:41:31.624Z] #73 DONE 3.2s [2024-10-07T09:41:31.624Z] [2024-10-07T09:41:31.624Z] #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T09:41:31.624Z] #0 2.981 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.624Z] #0 3.063 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.624Z] #0 3.480 Upgrading critical system libraries and apk-tools: [2024-10-07T09:41:31.624Z] #0 3.480 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:41:31.624Z] #0 3.492 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:31.624Z] #0 3.558 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:41:31.624Z] #0 3.565 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.624Z] #0 3.634 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.624Z] #0 3.959 OK: 13 MiB in 28 packages [2024-10-07T09:41:31.624Z] #74 DONE 4.1s [2024-10-07T09:41:31.624Z] [2024-10-07T09:41:31.624Z] #75 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-10-07T09:41:31.624Z] #0 2.934 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.624Z] #0 3.049 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.624Z] #0 3.468 Upgrading critical system libraries and apk-tools: [2024-10-07T09:41:31.624Z] #0 3.468 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:41:31.624Z] #0 3.476 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:31.624Z] #0 3.540 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:41:31.624Z] #0 3.544 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.624Z] #0 3.622 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.624Z] #0 3.900 OK: 8 MiB in 15 packages [2024-10-07T09:41:31.624Z] #75 DONE 4.1s [2024-10-07T09:41:31.624Z] [2024-10-07T09:41:31.624Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-07T09:41:31.885Z] #76 ... [2024-10-07T09:41:31.885Z] [2024-10-07T09:41:31.885Z] #77 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-10-07T09:41:31.885Z] #0 3.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.885Z] #0 3.262 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.885Z] #0 3.551 OK: 246 MiB in 54 packages [2024-10-07T09:41:31.885Z] #77 DONE 3.6s [2024-10-07T09:41:31.885Z] [2024-10-07T09:41:31.885Z] #78 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2024-10-07T09:41:31.885Z] #0 3.185 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.885Z] #0 3.258 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.885Z] #0 3.582 OK: 246 MiB in 54 packages [2024-10-07T09:41:31.885Z] #78 DONE 3.7s [2024-10-07T09:41:31.885Z] [2024-10-07T09:41:31.885Z] #79 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-07T09:41:31.885Z] #0 3.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.885Z] #0 3.249 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:31.885Z] #0 3.551 OK: 246 MiB in 54 packages [2024-10-07T09:41:31.885Z] #79 DONE 3.7s [2024-10-07T09:41:31.885Z] [2024-10-07T09:41:31.885Z] #80 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:41:31.885Z] #80 DONE 0.1s [2024-10-07T09:41:31.885Z] [2024-10-07T09:41:31.885Z] #81 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:41:31.885Z] #81 DONE 0.1s [2024-10-07T09:41:31.885Z] [2024-10-07T09:41:31.885Z] #82 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:41:31.885Z] #82 DONE 0.1s [2024-10-07T09:41:31.885Z] [2024-10-07T09:41:31.885Z] #83 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:41:32.455Z] #83 ... [2024-10-07T09:41:32.455Z] [2024-10-07T09:41:32.455Z] #84 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-07T09:41:32.455Z] #0 3.398 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:32.455Z] #0 3.873 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:32.455Z] #0 4.564 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-07T09:41:32.455Z] #0 4.868 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:32.455Z] #0 4.874 OK: 8 MiB in 15 packages [2024-10-07T09:41:32.455Z] #84 DONE 5.0s [2024-10-07T09:41:32.455Z] [2024-10-07T09:41:32.455Z] #69 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-10-07T09:41:32.455Z] #69 2.630 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:32.455Z] #69 2.716 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:33.029Z] #69 2.984 Upgrading critical system libraries and apk-tools: [2024-10-07T09:41:33.029Z] #69 2.984 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:41:33.029Z] #69 2.995 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:33.029Z] #69 3.091 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:41:33.029Z] #69 3.098 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:33.029Z] #69 3.168 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:33.292Z] #69 3.476 OK: 9 MiB in 19 packages [2024-10-07T09:41:33.292Z] #69 ... [2024-10-07T09:41:33.292Z] [2024-10-07T09:41:33.292Z] #85 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:41:33.292Z] #0 2.642 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:33.292Z] #0 2.719 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:33.292Z] #0 2.998 Upgrading critical system libraries and apk-tools: [2024-10-07T09:41:33.292Z] #0 2.998 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:41:33.292Z] #0 3.006 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:33.292Z] #0 3.083 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:41:33.292Z] #0 3.083 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:33.292Z] #0 3.157 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:33.292Z] #0 3.485 OK: 9 MiB in 16 packages [2024-10-07T09:41:33.292Z] #85 DONE 3.7s [2024-10-07T09:41:33.553Z] [2024-10-07T09:41:33.553Z] #86 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-07T09:41:33.553Z] #0 3.610 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:33.553Z] #0 3.705 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:33.553Z] #0 4.005 Upgrading critical system libraries and apk-tools: [2024-10-07T09:41:33.553Z] #0 4.005 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:41:33.553Z] #0 4.020 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:33.553Z] #0 4.087 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:41:33.553Z] #0 4.093 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:33.553Z] #0 4.176 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:33.553Z] #0 4.534 OK: 8 MiB in 16 packages [2024-10-07T09:41:33.553Z] #86 DONE 4.7s [2024-10-07T09:41:33.553Z] [2024-10-07T09:41:33.553Z] #69 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-10-07T09:41:33.553Z] #69 DONE 3.9s [2024-10-07T09:41:33.553Z] [2024-10-07T09:41:33.553Z] #87 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-10-07T09:41:34.887Z] #87 ... [2024-10-07T09:41:34.887Z] [2024-10-07T09:41:34.887Z] #88 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-07T09:41:34.887Z] #0 3.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:34.887Z] #0 3.390 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:34.887Z] #0 3.790 Upgrading critical system libraries and apk-tools: [2024-10-07T09:41:34.887Z] #0 3.790 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:41:34.887Z] #0 3.800 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:34.887Z] #0 3.891 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:41:34.887Z] #0 3.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:34.887Z] #0 4.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:34.887Z] #0 4.618 OK: 19 MiB in 18 packages [2024-10-07T09:41:34.887Z] #88 DONE 4.9s [2024-10-07T09:41:34.887Z] [2024-10-07T09:41:34.887Z] #89 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T09:41:34.887Z] #0 3.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:34.887Z] #0 3.625 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:34.887Z] #0 3.922 Upgrading critical system libraries and apk-tools: [2024-10-07T09:41:34.887Z] #0 3.922 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:41:34.887Z] #0 3.931 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:34.887Z] #0 3.991 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:41:34.887Z] #0 3.995 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:34.887Z] #0 4.057 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:34.887Z] #0 4.589 OK: 10 MiB in 17 packages [2024-10-07T09:41:34.887Z] #89 DONE 4.9s [2024-10-07T09:41:34.887Z] [2024-10-07T09:41:34.887Z] #90 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-07T09:41:34.887Z] #90 DONE 1.2s [2024-10-07T09:41:34.887Z] [2024-10-07T09:41:34.887Z] #91 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-10-07T09:41:34.887Z] #91 DONE 1.2s [2024-10-07T09:41:34.887Z] [2024-10-07T09:41:34.887Z] #92 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-10-07T09:41:34.887Z] #92 DONE 0.1s [2024-10-07T09:41:34.887Z] [2024-10-07T09:41:34.887Z] #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-10-07T09:41:34.887Z] #93 DONE 0.1s [2024-10-07T09:41:34.887Z] [2024-10-07T09:41:34.887Z] #94 [security-spire-server stage-2 6/9] COPY security.txt / [2024-10-07T09:41:35.824Z] #94 DONE 0.7s [2024-10-07T09:41:35.824Z] [2024-10-07T09:41:35.825Z] #95 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-10-07T09:41:35.825Z] #95 DONE 0.1s [2024-10-07T09:41:35.825Z] [2024-10-07T09:41:35.825Z] #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-07T09:41:35.825Z] #96 DONE 0.8s [2024-10-07T09:41:35.825Z] [2024-10-07T09:41:35.825Z] #97 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-10-07T09:41:35.825Z] #97 DONE 0.1s [2024-10-07T09:41:35.825Z] [2024-10-07T09:41:35.825Z] #98 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-07T09:41:35.825Z] #0 3.654 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:35.825Z] #0 4.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:35.825Z] #0 5.060 Upgrading critical system libraries and apk-tools: [2024-10-07T09:41:35.825Z] #0 5.060 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:41:35.825Z] #0 5.060 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:35.825Z] #0 5.215 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:41:35.825Z] #0 5.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:35.825Z] #0 5.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:35.825Z] #0 5.699 OK: 19 MiB in 18 packages [2024-10-07T09:41:35.825Z] #98 DONE 5.9s [2024-10-07T09:41:35.825Z] [2024-10-07T09:41:35.825Z] #99 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-10-07T09:41:35.825Z] #99 DONE 0.1s [2024-10-07T09:41:35.825Z] [2024-10-07T09:41:35.825Z] #100 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-10-07T09:41:35.825Z] #100 DONE 0.1s [2024-10-07T09:41:35.825Z] [2024-10-07T09:41:35.825Z] #101 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-07T09:41:35.825Z] #0 3.415 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:35.825Z] #0 3.507 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:35.825Z] #0 3.802 Upgrading critical system libraries and apk-tools: [2024-10-07T09:41:35.825Z] #0 3.802 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:41:35.825Z] #0 3.810 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:35.825Z] #0 3.961 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:41:35.825Z] #0 3.965 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:35.825Z] #0 4.060 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:35.825Z] #0 4.384 OK: 8 MiB in 18 packages [2024-10-07T09:41:35.825Z] #101 DONE 4.5s [2024-10-07T09:41:35.825Z] [2024-10-07T09:41:35.825Z] #102 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-10-07T09:41:35.825Z] #102 DONE 0.1s [2024-10-07T09:41:35.825Z] [2024-10-07T09:41:35.825Z] #103 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-07T09:41:36.211Z] #103 ... [2024-10-07T09:41:36.211Z] [2024-10-07T09:41:36.211Z] #104 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-10-07T09:41:36.211Z] #104 DONE 0.1s [2024-10-07T09:41:36.486Z] [2024-10-07T09:41:36.486Z] #105 [security-spire-server] exporting to image [2024-10-07T09:41:36.486Z] #105 exporting layers [2024-10-07T09:41:37.057Z] #105 ... [2024-10-07T09:41:37.057Z] [2024-10-07T09:41:37.057Z] #87 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-10-07T09:41:37.057Z] #87 DONE 3.5s [2024-10-07T09:41:37.057Z] [2024-10-07T09:41:37.057Z] #106 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:41:37.057Z] #0 4.323 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:37.057Z] #0 4.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:37.057Z] #0 4.819 Upgrading critical system libraries and apk-tools: [2024-10-07T09:41:37.057Z] #0 4.819 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:41:37.057Z] #0 4.828 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:41:37.057Z] #0 4.895 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:41:37.057Z] #0 4.898 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:37.057Z] #0 4.983 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:37.057Z] #0 5.512 OK: 8 MiB in 15 packages [2024-10-07T09:41:37.057Z] #106 DONE 6.6s [2024-10-07T09:41:37.057Z] [2024-10-07T09:41:37.057Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-07T09:41:37.057Z] #76 3.310 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:37.057Z] #76 3.948 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T09:41:37.057Z] #76 4.970 OK: 246 MiB in 54 packages [2024-10-07T09:41:37.057Z] #76 DONE 5.6s [2024-10-07T09:41:37.057Z] [2024-10-07T09:41:37.057Z] #103 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-07T09:41:37.057Z] #103 DONE 1.2s [2024-10-07T09:41:37.057Z] [2024-10-07T09:41:37.057Z] #107 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-10-07T09:41:37.057Z] #107 DONE 1.1s [2024-10-07T09:41:37.057Z] [2024-10-07T09:41:37.057Z] #105 [security-spire-server] exporting to image [2024-10-07T09:41:37.057Z] #105 exporting layers 1.2s done [2024-10-07T09:41:37.313Z] #105 ... [2024-10-07T09:41:37.313Z] [2024-10-07T09:41:37.313Z] #108 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-10-07T09:41:37.313Z] #108 DONE 0.1s [2024-10-07T09:41:37.313Z] [2024-10-07T09:41:37.313Z] #109 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-10-07T09:41:37.313Z] #109 DONE 0.1s [2024-10-07T09:41:37.313Z] [2024-10-07T09:41:37.313Z] #110 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-10-07T09:41:37.313Z] #110 DONE 0.2s [2024-10-07T09:41:37.313Z] [2024-10-07T09:41:37.313Z] #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-10-07T09:41:37.313Z] #111 DONE 0.1s [2024-10-07T09:41:37.313Z] [2024-10-07T09:41:37.313Z] #105 [security-spire-agent] exporting to image [2024-10-07T09:41:37.313Z] #105 writing image sha256:31e693582c562304f6eef58da51e5e96ef3c9037ee9ea361fbde0588a8fde526 done [2024-10-07T09:41:37.313Z] #105 naming to docker.io/library/security-spire-server done [2024-10-07T09:41:37.313Z] #105 ... [2024-10-07T09:41:37.313Z] [2024-10-07T09:41:37.313Z] #112 [security-spire-config stage-2 6/10] COPY security.txt / [2024-10-07T09:41:37.313Z] #112 DONE 0.1s [2024-10-07T09:41:37.571Z] [2024-10-07T09:41:37.571Z] #113 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-10-07T09:41:37.571Z] #113 DONE 0.2s [2024-10-07T09:41:37.571Z] [2024-10-07T09:41:37.571Z] #114 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-10-07T09:41:37.571Z] #114 DONE 0.0s [2024-10-07T09:41:37.571Z] [2024-10-07T09:41:37.571Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:41:37.829Z] #115 ... [2024-10-07T09:41:37.829Z] [2024-10-07T09:41:37.829Z] #116 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-10-07T09:41:37.829Z] #116 DONE 0.2s [2024-10-07T09:41:37.829Z] [2024-10-07T09:41:37.829Z] #36 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-10-07T09:41:37.829Z] #36 ... [2024-10-07T09:41:37.829Z] [2024-10-07T09:41:37.829Z] #105 [security-spire-config] exporting to image [2024-10-07T09:41:38.087Z] #105 exporting layers 0.8s done [2024-10-07T09:41:38.087Z] #105 writing image sha256:301cf38e76470a9e3cb93eccd4cc73f9bf7c5b6a1149530404f49db0bd8eebc7 done [2024-10-07T09:41:38.087Z] #105 naming to docker.io/library/security-spire-agent done [2024-10-07T09:41:38.346Z] #105 exporting layers 0.7s done [2024-10-07T09:41:38.346Z] #105 writing image sha256:cfcfb2c96fa028401ec1cf0cc179c4ef9cb9903a66da47dab81ec2a4d55bbeff done [2024-10-07T09:41:38.346Z] #105 naming to docker.io/library/security-spire-config done [2024-10-07T09:41:38.346Z] #105 DONE 2.3s [2024-10-07T09:41:38.346Z] [2024-10-07T09:41:38.346Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:41:38.740Z] 3e85d5ac6304: Pull complete [2024-10-07T09:41:38.740Z] c3105a71a48b: Pull complete [2024-10-07T09:41:39.696Z] 0f093f025ec4: Pull complete [2024-10-07T09:41:39.696Z] c3106fc0e877: Pull complete [2024-10-07T09:41:39.696Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-10-07T09:41:39.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-10-07T09:41:39.696Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T09:41:39.902Z] prd-ubuntu20.04-docker-arm64-4c-16g-22037 does not seem to be running inside a container [2024-10-07T09:41:39.968Z] $ 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/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-10-07T09:41:41.967Z] $ docker top f1e31ab6df555d165e80f4b0d4c96ecbb1082f71cff3f47313522d24da45ecd3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-07T09:41:42.477Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-10-07T09:41:43.602Z] #39 ... [2024-10-07T09:41:43.602Z] [2024-10-07T09:41:43.602Z] #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:41:43.602Z] #117 ... [2024-10-07T09:41:43.602Z] [2024-10-07T09:41:43.602Z] #118 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:41:52.550Z] #1 [core-command internal] load build definition from Dockerfile [2024-10-07T09:41:52.550Z] #1 transferring dockerfile: 1.93kB 0.0s done [2024-10-07T09:41:52.550Z] #1 DONE 0.1s [2024-10-07T09:41:52.550Z] [2024-10-07T09:41:52.550Z] #2 [core-metadata internal] load build definition from Dockerfile [2024-10-07T09:41:53.973Z] #2 transferring dockerfile: 2.13kB 0.0s done [2024-10-07T09:41:53.973Z] #2 DONE 1.1s [2024-10-07T09:41:53.973Z] [2024-10-07T09:41:53.973Z] #3 [security-bootstrapper internal] load build definition from Dockerfile [2024-10-07T09:41:53.973Z] #3 transferring dockerfile: 3.17kB 0.0s done [2024-10-07T09:41:53.973Z] #3 DONE 1.1s [2024-10-07T09:41:53.973Z] [2024-10-07T09:41:53.973Z] #4 [core-command internal] load .dockerignore [2024-10-07T09:41:53.973Z] #4 ... [2024-10-07T09:41:53.973Z] [2024-10-07T09:41:53.973Z] #5 [security-proxy-auth internal] load build definition from Dockerfile [2024-10-07T09:41:53.973Z] #5 transferring dockerfile: 2.15kB 0.0s done [2024-10-07T09:41:53.973Z] #5 DONE 1.2s [2024-10-07T09:41:53.973Z] [2024-10-07T09:41:53.973Z] #6 [support-scheduler internal] load build definition from Dockerfile [2024-10-07T09:41:53.973Z] #6 transferring dockerfile: 1.93kB done [2024-10-07T09:41:53.973Z] #6 DONE 1.2s [2024-10-07T09:41:53.973Z] [2024-10-07T09:41:53.973Z] #7 [core-keeper internal] load build definition from Dockerfile [2024-10-07T09:41:53.973Z] #7 transferring dockerfile: 2.07kB done [2024-10-07T09:41:53.973Z] #7 DONE 1.3s [2024-10-07T09:41:53.973Z] [2024-10-07T09:41:53.973Z] #8 [core-data internal] load build definition from Dockerfile [2024-10-07T09:41:53.973Z] #8 transferring dockerfile: 2.07kB done [2024-10-07T09:41:53.973Z] #8 DONE 1.3s [2024-10-07T09:41:53.973Z] [2024-10-07T09:41:53.973Z] #4 [core-command internal] load .dockerignore [2024-10-07T09:41:53.973Z] #4 transferring context: 50B 0.0s done [2024-10-07T09:41:54.242Z] #4 ... [2024-10-07T09:41:54.242Z] [2024-10-07T09:41:54.242Z] #9 [security-spire-server internal] load build definition from Dockerfile [2024-10-07T09:41:54.242Z] #9 transferring dockerfile: 1.70kB 0.0s done [2024-10-07T09:41:54.242Z] #9 DONE 1.3s [2024-10-07T09:41:54.242Z] [2024-10-07T09:41:54.242Z] #10 [support-cron-scheduler internal] load build definition from Dockerfile [2024-10-07T09:41:54.242Z] #10 transferring dockerfile: 1.85kB 0.0s done [2024-10-07T09:41:54.242Z] #10 DONE 1.3s [2024-10-07T09:41:54.242Z] [2024-10-07T09:41:54.242Z] #11 [security-secretstore-setup internal] load build definition from Dockerfile [2024-10-07T09:41:54.242Z] #11 transferring dockerfile: 2.49kB 0.0s done [2024-10-07T09:41:54.242Z] #11 DONE 1.2s [2024-10-07T09:41:54.242Z] [2024-10-07T09:41:54.242Z] #12 [security-spire-config internal] load build definition from Dockerfile [2024-10-07T09:41:54.242Z] #12 transferring dockerfile: 1.69kB 0.0s done [2024-10-07T09:41:54.242Z] #12 DONE 1.2s [2024-10-07T09:41:54.242Z] [2024-10-07T09:41:54.242Z] #13 [security-proxy-setup internal] load build definition from Dockerfile [2024-10-07T09:41:54.242Z] #13 transferring dockerfile: 2.50kB 0.0s done [2024-10-07T09:41:54.242Z] #13 DONE 1.2s [2024-10-07T09:41:54.242Z] [2024-10-07T09:41:54.242Z] #14 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-10-07T09:41:54.242Z] #14 transferring dockerfile: 1.89kB 0.0s done [2024-10-07T09:41:54.242Z] #14 DONE 1.1s [2024-10-07T09:41:54.242Z] [2024-10-07T09:41:54.242Z] #15 [support-notifications internal] load build definition from Dockerfile [2024-10-07T09:41:54.242Z] #15 transferring dockerfile: 2.02kB 0.0s done [2024-10-07T09:41:54.242Z] #15 DONE 1.2s [2024-10-07T09:41:54.242Z] [2024-10-07T09:41:54.242Z] #16 [security-spire-agent internal] load build definition from Dockerfile [2024-10-07T09:41:54.242Z] #16 transferring dockerfile: 1.81kB 0.0s done [2024-10-07T09:41:54.242Z] #16 DONE 1.4s [2024-10-07T09:41:54.242Z] [2024-10-07T09:41:54.242Z] #17 [security-bootstrapper internal] load .dockerignore [2024-10-07T09:41:54.242Z] #17 DONE 0.0s [2024-10-07T09:41:54.242Z] [2024-10-07T09:41:54.242Z] #18 [core-metadata internal] load .dockerignore [2024-10-07T09:41:54.520Z] #18 ... [2024-10-07T09:41:54.520Z] [2024-10-07T09:41:54.520Z] #19 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-10-07T09:41:54.520Z] #19 transferring dockerfile: 2.23kB 0.0s done [2024-10-07T09:41:54.520Z] #19 DONE 1.2s [2024-10-07T09:41:54.520Z] [2024-10-07T09:41:54.520Z] #4 [core-command internal] load .dockerignore [2024-10-07T09:41:54.520Z] #4 DONE 1.1s [2024-10-07T09:41:54.520Z] [2024-10-07T09:41:54.520Z] #18 [core-metadata internal] load .dockerignore [2024-10-07T09:41:54.520Z] #18 transferring context: 50B done [2024-10-07T09:41:54.520Z] #18 DONE 0.2s [2024-10-07T09:41:54.520Z] [2024-10-07T09:41:54.520Z] #17 [security-bootstrapper internal] load .dockerignore [2024-10-07T09:41:54.520Z] #17 transferring context: 50B 0.0s done [2024-10-07T09:41:54.520Z] #17 DONE 0.2s [2024-10-07T09:41:54.520Z] [2024-10-07T09:41:54.520Z] #20 [security-proxy-auth internal] load .dockerignore [2024-10-07T09:41:54.520Z] #20 transferring context: 50B done [2024-10-07T09:41:54.520Z] #20 DONE 0.1s [2024-10-07T09:41:54.520Z] [2024-10-07T09:41:54.520Z] #21 [core-keeper internal] load .dockerignore [2024-10-07T09:41:54.520Z] #21 transferring context: 50B 0.0s done [2024-10-07T09:41:54.520Z] #21 DONE 0.1s [2024-10-07T09:41:54.520Z] [2024-10-07T09:41:54.520Z] #22 [support-scheduler internal] load .dockerignore [2024-10-07T09:41:54.520Z] #22 transferring context: 50B 0.0s done [2024-10-07T09:41:54.520Z] #22 DONE 0.2s [2024-10-07T09:41:54.520Z] [2024-10-07T09:41:54.520Z] #23 [core-data internal] load .dockerignore [2024-10-07T09:41:54.795Z] #23 transferring context: 50B done [2024-10-07T09:41:54.795Z] #23 DONE 0.1s [2024-10-07T09:41:54.795Z] [2024-10-07T09:41:54.795Z] #24 [support-cron-scheduler internal] load .dockerignore [2024-10-07T09:41:54.795Z] #24 transferring context: 50B 0.0s done [2024-10-07T09:41:54.795Z] #24 DONE 0.1s [2024-10-07T09:41:54.795Z] [2024-10-07T09:41:54.795Z] #25 [security-spire-server internal] load .dockerignore [2024-10-07T09:41:54.795Z] #25 transferring context: 50B done [2024-10-07T09:41:54.795Z] #25 DONE 0.1s [2024-10-07T09:41:54.795Z] [2024-10-07T09:41:54.795Z] #26 [security-spire-agent internal] load .dockerignore [2024-10-07T09:41:55.065Z] #26 transferring context: 50B done [2024-10-07T09:41:55.065Z] #26 DONE 0.1s [2024-10-07T09:41:55.065Z] [2024-10-07T09:41:55.065Z] #27 [security-secretstore-setup internal] load .dockerignore [2024-10-07T09:41:55.065Z] #27 transferring context: 50B done [2024-10-07T09:41:55.065Z] #27 DONE 0.1s [2024-10-07T09:41:55.065Z] [2024-10-07T09:41:55.065Z] #28 [security-proxy-setup internal] load .dockerignore [2024-10-07T09:41:55.065Z] #28 transferring context: 50B done [2024-10-07T09:41:55.065Z] #28 DONE 0.1s [2024-10-07T09:41:55.065Z] [2024-10-07T09:41:55.065Z] #29 [security-spire-config internal] load .dockerignore [2024-10-07T09:41:55.065Z] #29 transferring context: 50B done [2024-10-07T09:41:55.065Z] #29 DONE 0.1s [2024-10-07T09:41:55.065Z] [2024-10-07T09:41:55.066Z] #30 [support-notifications internal] load .dockerignore [2024-10-07T09:41:55.066Z] #30 transferring context: 50B done [2024-10-07T09:41:55.066Z] #30 DONE 0.1s [2024-10-07T09:41:55.066Z] [2024-10-07T09:41:55.066Z] #31 [security-spiffe-token-provider internal] load .dockerignore [2024-10-07T09:41:55.066Z] #31 transferring context: 50B 0.0s done [2024-10-07T09:41:55.066Z] #31 DONE 0.1s [2024-10-07T09:41:55.066Z] [2024-10-07T09:41:55.066Z] #32 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-07T09:41:55.331Z] #32 transferring context: 50B done [2024-10-07T09:41:55.331Z] #32 DONE 0.1s [2024-10-07T09:41:55.913Z] [2024-10-07T09:41:55.913Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T09:41:55.913Z] #33 DONE 0.0s [2024-10-07T09:41:55.913Z] [2024-10-07T09:41:55.913Z] #34 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T09:41:55.913Z] #34 ... [2024-10-07T09:41:55.913Z] [2024-10-07T09:41:55.913Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T09:41:55.913Z] #33 DONE 0.0s [2024-10-07T09:41:55.913Z] [2024-10-07T09:41:55.913Z] #34 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T09:41:56.179Z] #34 ... [2024-10-07T09:41:56.179Z] [2024-10-07T09:41:56.179Z] #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T09:41:56.179Z] #33 DONE 0.0s [2024-10-07T09:41:56.179Z] [2024-10-07T09:41:56.179Z] #34 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T09:41:56.179Z] #34 ... [2024-10-07T09:41:56.179Z] [2024-10-07T09:41:56.179Z] #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T09:41:56.179Z] #33 DONE 0.0s [2024-10-07T09:41:56.179Z] [2024-10-07T09:41:56.179Z] #34 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T09:41:56.447Z] #34 ... [2024-10-07T09:41:56.447Z] [2024-10-07T09:41:56.447Z] #35 [core-data internal] load build context [2024-10-07T09:41:56.447Z] #35 DONE 0.0s [2024-10-07T09:41:56.447Z] [2024-10-07T09:41:56.447Z] #36 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T09:41:56.447Z] #36 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-07T09:41:56.447Z] #36 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T09:41:56.447Z] #36 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-07T09:41:56.447Z] #36 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-07T09:41:56.447Z] #36 DONE 0.8s [2024-10-07T09:41:56.713Z] [2024-10-07T09:41:56.713Z] #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T09:41:56.713Z] #33 DONE 0.0s [2024-10-07T09:41:56.713Z] [2024-10-07T09:41:56.713Z] #34 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T09:41:56.977Z] #34 ... [2024-10-07T09:41:56.977Z] [2024-10-07T09:41:56.977Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T09:41:56.977Z] #33 DONE 0.0s [2024-10-07T09:41:56.977Z] [2024-10-07T09:41:56.977Z] #34 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T09:41:57.243Z] #34 ... [2024-10-07T09:41:57.243Z] [2024-10-07T09:41:57.243Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T09:41:57.243Z] #33 DONE 0.0s [2024-10-07T09:41:57.243Z] [2024-10-07T09:41:57.243Z] #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T09:41:57.825Z] #34 ... [2024-10-07T09:41:57.825Z] [2024-10-07T09:41:57.825Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T09:41:57.825Z] #33 DONE 0.0s [2024-10-07T09:41:57.825Z] [2024-10-07T09:41:57.825Z] #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T09:41:57.825Z] #34 ... [2024-10-07T09:41:57.825Z] [2024-10-07T09:41:57.825Z] #36 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T09:41:57.825Z] #36 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-07T09:41:57.825Z] #36 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T09:41:57.825Z] #36 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-07T09:41:57.825Z] #36 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-07T09:41:57.825Z] #36 DONE 0.8s [2024-10-07T09:41:57.825Z] [2024-10-07T09:41:57.825Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T09:41:57.825Z] #33 DONE 0.0s [2024-10-07T09:41:57.825Z] [2024-10-07T09:41:57.825Z] #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T09:41:58.406Z] #34 ... [2024-10-07T09:41:58.406Z] [2024-10-07T09:41:58.406Z] #37 [core-keeper internal] load build context [2024-10-07T09:41:58.406Z] #37 transferring context: 3.23MB 1.7s done [2024-10-07T09:41:58.406Z] #37 DONE 2.2s [2024-10-07T09:41:58.673Z] [2024-10-07T09:41:58.673Z] #38 [core-metadata internal] load build context [2024-10-07T09:41:58.673Z] #38 transferring context: 3.23MB 1.7s done [2024-10-07T09:41:58.673Z] #38 DONE 2.7s [2024-10-07T09:41:58.673Z] [2024-10-07T09:41:58.673Z] #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T09:41:58.673Z] #34 DONE 2.4s [2024-10-07T09:41:58.673Z] [2024-10-07T09:41:58.673Z] #39 [security-bootstrapper internal] load build context [2024-10-07T09:41:58.673Z] #39 transferring context: 3.23MB 1.7s done [2024-10-07T09:41:58.673Z] #39 DONE 2.6s [2024-10-07T09:41:58.673Z] [2024-10-07T09:41:58.673Z] #40 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-10-07T09:41:58.673Z] #40 DONE 2.3s [2024-10-07T09:41:58.673Z] [2024-10-07T09:41:58.673Z] #41 [core-command internal] load build context [2024-10-07T09:41:58.673Z] #41 transferring context: 3.23MB 1.7s done [2024-10-07T09:41:58.673Z] #41 DONE 2.6s [2024-10-07T09:41:58.673Z] [2024-10-07T09:41:58.673Z] #42 [security-proxy-auth internal] load build context [2024-10-07T09:41:58.673Z] #42 transferring context: 3.23MB 1.1s done [2024-10-07T09:41:58.673Z] #42 ... [2024-10-07T09:41:58.673Z] [2024-10-07T09:41:58.673Z] #36 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T09:41:58.673Z] #36 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-07T09:41:58.673Z] #36 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T09:41:58.673Z] #36 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-07T09:41:58.673Z] #36 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-07T09:41:58.673Z] #36 DONE 0.8s [2024-10-07T09:41:58.673Z] [2024-10-07T09:41:58.673Z] #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-10-07T09:41:58.673Z] #43 DONE 2.0s [2024-10-07T09:41:58.942Z] [2024-10-07T09:41:58.942Z] #36 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T09:41:58.942Z] #36 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-07T09:41:58.942Z] #36 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T09:41:58.942Z] #36 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-07T09:41:58.942Z] #36 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-07T09:41:58.942Z] #36 DONE 0.8s [2024-10-07T09:41:58.942Z] [2024-10-07T09:41:58.942Z] #44 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-07T09:41:58.942Z] #44 ... [2024-10-07T09:41:58.942Z] [2024-10-07T09:41:58.942Z] #42 [security-proxy-auth internal] load build context [2024-10-07T09:41:58.942Z] #42 DONE 2.7s [2024-10-07T09:41:58.942Z] [2024-10-07T09:41:58.942Z] #45 [core-common-config-bootstrapper internal] load build context [2024-10-07T09:41:58.942Z] #45 DONE 0.0s [2024-10-07T09:41:59.209Z] [2024-10-07T09:41:59.209Z] #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:41:59.209Z] #46 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:41:59.794Z] #46 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.9s done [2024-10-07T09:42:00.061Z] #46 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.9s done [2024-10-07T09:42:00.328Z] #46 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-10-07T09:42:00.595Z] #46 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-10-07T09:42:00.595Z] #46 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-10-07T09:42:01.555Z] #46 ... [2024-10-07T09:42:01.555Z] [2024-10-07T09:42:01.555Z] #35 [core-data internal] load build context [2024-10-07T09:42:01.555Z] #35 transferring context: 3.23MB 0.8s done [2024-10-07T09:42:01.555Z] #35 DONE 4.7s [2024-10-07T09:42:01.555Z] [2024-10-07T09:42:01.555Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:01.555Z] #46 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.7s [2024-10-07T09:42:01.555Z] #46 ... [2024-10-07T09:42:01.555Z] [2024-10-07T09:42:01.555Z] #47 [support-scheduler internal] load build context [2024-10-07T09:42:01.555Z] #47 transferring context: 3.23MB 1.1s done [2024-10-07T09:42:01.555Z] #47 DONE 5.1s [2024-10-07T09:42:01.555Z] [2024-10-07T09:42:01.555Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:01.555Z] #46 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.9s [2024-10-07T09:42:01.555Z] #46 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.9s [2024-10-07T09:42:01.821Z] #46 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.1s [2024-10-07T09:42:01.821Z] #46 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.2s [2024-10-07T09:42:02.088Z] #46 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.2s done [2024-10-07T09:42:02.088Z] #46 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-10-07T09:42:02.088Z] #46 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.5s done [2024-10-07T09:42:02.365Z] #46 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.5s done [2024-10-07T09:42:02.365Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 1.7s [2024-10-07T09:42:02.632Z] #46 ... [2024-10-07T09:42:02.632Z] [2024-10-07T09:42:02.632Z] #48 [support-notifications internal] load build context [2024-10-07T09:42:02.632Z] #48 transferring context: 3.23MB 3.0s done [2024-10-07T09:42:02.632Z] #48 DONE 4.8s [2024-10-07T09:42:02.632Z] [2024-10-07T09:42:02.632Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:02.905Z] #46 ... [2024-10-07T09:42:02.905Z] [2024-10-07T09:42:02.905Z] #49 [support-cron-scheduler internal] load build context [2024-10-07T09:42:02.905Z] #49 transferring context: 3.23MB 3.1s done [2024-10-07T09:42:02.905Z] #49 DONE 5.0s [2024-10-07T09:42:02.905Z] [2024-10-07T09:42:02.905Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:02.905Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 2.1s [2024-10-07T09:42:03.490Z] #46 ... [2024-10-07T09:42:03.490Z] [2024-10-07T09:42:03.490Z] #50 [security-proxy-setup internal] load build context [2024-10-07T09:42:03.490Z] #50 transferring context: 3.23MB 3.2s done [2024-10-07T09:42:03.490Z] #50 DONE 5.4s [2024-10-07T09:42:03.490Z] [2024-10-07T09:42:03.490Z] #51 [security-spiffe-token-provider internal] load build context [2024-10-07T09:42:03.490Z] #51 transferring context: 3.23MB 3.6s done [2024-10-07T09:42:03.490Z] #51 DONE 5.5s [2024-10-07T09:42:03.490Z] [2024-10-07T09:42:03.490Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:03.490Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.38MB / 28.04MB 2.8s [2024-10-07T09:42:04.076Z] #46 ... [2024-10-07T09:42:04.076Z] [2024-10-07T09:42:04.076Z] #52 [security-secretstore-setup internal] load build context [2024-10-07T09:42:04.076Z] #52 transferring context: 3.23MB 3.7s done [2024-10-07T09:42:04.076Z] #52 DONE 6.0s [2024-10-07T09:42:04.076Z] [2024-10-07T09:42:04.076Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:04.076Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.29MB / 28.04MB 3.3s [2024-10-07T09:42:04.346Z] #46 ... [2024-10-07T09:42:04.346Z] [2024-10-07T09:42:04.346Z] #53 [security-spire-config internal] load build context [2024-10-07T09:42:04.346Z] #53 transferring context: 26.23kB 0.2s done [2024-10-07T09:42:04.346Z] #53 DONE 5.2s [2024-10-07T09:42:04.346Z] [2024-10-07T09:42:04.346Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:04.346Z] #46 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf [2024-10-07T09:42:04.615Z] #46 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-10-07T09:42:04.615Z] #46 ... [2024-10-07T09:42:04.615Z] [2024-10-07T09:42:04.615Z] #54 [security-spire-agent internal] load build context [2024-10-07T09:42:04.615Z] #54 transferring context: 27.51kB 0.1s done [2024-10-07T09:42:04.615Z] #54 DONE 5.5s [2024-10-07T09:42:04.615Z] [2024-10-07T09:42:04.615Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:04.615Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.79MB / 28.04MB 4.1s [2024-10-07T09:42:05.201Z] #46 ... [2024-10-07T09:42:05.201Z] [2024-10-07T09:42:05.201Z] #55 [security-spire-server internal] load build context [2024-10-07T09:42:05.201Z] #55 transferring context: 27.98kB 0.0s done [2024-10-07T09:42:05.201Z] #55 DONE 6.1s [2024-10-07T09:42:05.201Z] [2024-10-07T09:42:05.201Z] #44 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-07T09:42:05.201Z] #44 DONE 10.0s [2024-10-07T09:42:05.201Z] [2024-10-07T09:42:05.201Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:05.201Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.49MB / 28.04MB 4.7s [2024-10-07T09:42:05.787Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.31MB / 28.04MB 5.3s [2024-10-07T09:42:06.374Z] #46 ... [2024-10-07T09:42:06.374Z] [2024-10-07T09:42:06.374Z] #56 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-07T09:42:06.374Z] #56 DONE 9.4s [2024-10-07T09:42:06.374Z] [2024-10-07T09:42:06.374Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:06.374Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.03MB / 28.04MB 5.8s [2024-10-07T09:42:06.642Z] #46 ... [2024-10-07T09:42:06.642Z] [2024-10-07T09:42:06.642Z] #57 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-10-07T09:42:06.642Z] #57 DONE 2.2s [2024-10-07T09:42:06.642Z] [2024-10-07T09:42:06.642Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:06.642Z] #46 ... [2024-10-07T09:42:06.642Z] [2024-10-07T09:42:06.642Z] #58 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-07T09:42:06.642Z] #0 5.237 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:06.642Z] #0 5.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:06.642Z] #0 7.958 (1/2) Installing dumb-init (1.2.5-r3) [2024-10-07T09:42:06.642Z] #0 7.978 (2/2) Installing su-exec (0.2-r3) [2024-10-07T09:42:06.642Z] #0 8.002 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:06.642Z] #0 8.113 OK: 9 MiB in 16 packages [2024-10-07T09:42:06.642Z] #58 DONE 9.6s [2024-10-07T09:42:06.642Z] [2024-10-07T09:42:06.642Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:06.909Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.73MB / 28.04MB 6.3s [2024-10-07T09:42:07.177Z] #46 ... [2024-10-07T09:42:07.177Z] [2024-10-07T09:42:07.177Z] #59 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-07T09:42:07.177Z] #0 7.991 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:07.177Z] #0 8.714 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:07.177Z] #59 ... [2024-10-07T09:42:07.177Z] [2024-10-07T09:42:07.177Z] #60 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-07T09:42:07.177Z] #0 7.500 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:07.177Z] #0 8.318 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:07.446Z] #60 ... [2024-10-07T09:42:07.446Z] [2024-10-07T09:42:07.446Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:07.446Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.83MB / 28.04MB 6.8s [2024-10-07T09:42:07.722Z] #46 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done [2024-10-07T09:42:07.998Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.48MB / 28.04MB 7.4s [2024-10-07T09:42:08.266Z] #46 ... [2024-10-07T09:42:08.266Z] [2024-10-07T09:42:08.266Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-07T09:42:08.535Z] #61 ... [2024-10-07T09:42:08.535Z] [2024-10-07T09:42:08.535Z] #62 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-07T09:42:08.535Z] #62 ... [2024-10-07T09:42:08.535Z] [2024-10-07T09:42:08.535Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-07T09:42:08.803Z] #63 ... [2024-10-07T09:42:08.803Z] [2024-10-07T09:42:08.803Z] #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-07T09:42:08.803Z] #64 ... [2024-10-07T09:42:08.803Z] [2024-10-07T09:42:08.803Z] #59 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-07T09:42:08.803Z] #59 11.50 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-07T09:42:08.803Z] #59 11.53 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:08.803Z] #59 11.60 OK: 9 MiB in 15 packages [2024-10-07T09:42:08.803Z] #59 DONE 12.5s [2024-10-07T09:42:08.803Z] [2024-10-07T09:42:08.803Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-07T09:42:09.071Z] #65 ... [2024-10-07T09:42:09.071Z] [2024-10-07T09:42:09.071Z] #60 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-07T09:42:09.071Z] #60 11.11 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-07T09:42:09.071Z] #60 11.11 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:09.071Z] #60 11.17 OK: 9 MiB in 15 packages [2024-10-07T09:42:09.071Z] #60 DONE 11.8s [2024-10-07T09:42:09.071Z] [2024-10-07T09:42:09.071Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:09.071Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.02MB / 28.04MB 8.3s [2024-10-07T09:42:09.071Z] #46 ... [2024-10-07T09:42:09.071Z] [2024-10-07T09:42:09.071Z] #45 [core-common-config-bootstrapper internal] load build context [2024-10-07T09:42:09.339Z] #45 ... [2024-10-07T09:42:09.339Z] [2024-10-07T09:42:09.339Z] #66 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-07T09:42:09.339Z] #66 ... [2024-10-07T09:42:09.339Z] [2024-10-07T09:42:09.339Z] #45 [core-common-config-bootstrapper internal] load build context [2024-10-07T09:42:09.339Z] #45 transferring context: 3.23MB 4.8s done [2024-10-07T09:42:09.339Z] #45 DONE 10.3s [2024-10-07T09:42:09.339Z] [2024-10-07T09:42:09.339Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T09:42:09.339Z] #67 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.9s done [2024-10-07T09:42:09.339Z] #67 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-10-07T09:42:09.339Z] #67 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-10-07T09:42:09.339Z] #67 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-10-07T09:42:09.339Z] #67 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.7s done [2024-10-07T09:42:09.339Z] #67 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.1s done [2024-10-07T09:42:09.339Z] #67 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.5s done [2024-10-07T09:42:09.339Z] #67 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 7.3s done [2024-10-07T09:42:09.339Z] #67 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-10-07T09:42:09.339Z] #67 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done [2024-10-07T09:42:09.608Z] #67 ... [2024-10-07T09:42:09.608Z] [2024-10-07T09:42:09.608Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-07T09:42:09.608Z] #68 ... [2024-10-07T09:42:09.608Z] [2024-10-07T09:42:09.608Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:09.608Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 23.70MB / 28.04MB 9.1s [2024-10-07T09:42:11.025Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 25.17MB / 28.04MB 10.4s [2024-10-07T09:42:11.986Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.89MB / 28.04MB 11.5s [2024-10-07T09:42:12.574Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 12.0s done [2024-10-07T09:42:12.842Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 12.0s done [2024-10-07T09:42:16.193Z] #46 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd [2024-10-07T09:42:16.460Z] #46 ... [2024-10-07T09:42:16.460Z] [2024-10-07T09:42:16.460Z] #69 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-07T09:42:16.727Z] #69 ... [2024-10-07T09:42:16.727Z] [2024-10-07T09:42:16.727Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-10-07T09:42:16.727Z] #70 ... [2024-10-07T09:42:16.727Z] [2024-10-07T09:42:16.727Z] #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-10-07T09:42:16.996Z] #71 ... [2024-10-07T09:42:16.996Z] [2024-10-07T09:42:16.996Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-07T09:42:17.266Z] #72 ... [2024-10-07T09:42:17.266Z] [2024-10-07T09:42:17.266Z] #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-07T09:42:17.266Z] #73 ... [2024-10-07T09:42:17.266Z] [2024-10-07T09:42:17.266Z] #74 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-07T09:42:17.266Z] #0 10.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:17.541Z] #74 ... [2024-10-07T09:42:17.541Z] [2024-10-07T09:42:17.541Z] #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-07T09:42:17.541Z] #75 ... [2024-10-07T09:42:17.541Z] [2024-10-07T09:42:17.541Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:18.520Z] #46 ... [2024-10-07T09:42:18.520Z] [2024-10-07T09:42:18.520Z] #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-07T09:42:18.520Z] #73 DONE 11.5s [2024-10-07T09:42:18.520Z] [2024-10-07T09:42:18.520Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:18.790Z] #46 ... [2024-10-07T09:42:18.790Z] [2024-10-07T09:42:18.790Z] #76 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:42:18.790Z] #0 8.065 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:19.061Z] #76 ... [2024-10-07T09:42:19.061Z] [2024-10-07T09:42:19.061Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:19.061Z] #46 ... [2024-10-07T09:42:19.061Z] [2024-10-07T09:42:19.061Z] #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:42:19.332Z] #77 ... [2024-10-07T09:42:19.332Z] [2024-10-07T09:42:19.332Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-07T09:42:19.332Z] #61 10.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:19.332Z] #61 11.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:19.332Z] #61 14.74 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-07T09:42:19.332Z] #61 14.74 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-07T09:42:19.332Z] #61 14.74 OK: 24041 distinct packages available [2024-10-07T09:42:19.332Z] #61 15.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:19.332Z] #61 16.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:19.332Z] #61 ... [2024-10-07T09:42:19.332Z] [2024-10-07T09:42:19.332Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:19.920Z] #46 ... [2024-10-07T09:42:19.920Z] [2024-10-07T09:42:19.920Z] #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-07T09:42:19.920Z] #64 11.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:19.920Z] #64 12.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:19.920Z] #64 17.14 (1/3) Installing ca-certificates (20240705-r0) [2024-10-07T09:42:19.920Z] #64 17.47 (2/3) Installing dumb-init (1.2.5-r3) [2024-10-07T09:42:19.920Z] #64 17.50 (3/3) Installing tzdata (2024b-r0) [2024-10-07T09:42:19.920Z] #64 18.57 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:19.920Z] #64 18.68 Executing ca-certificates-20240705-r0.trigger [2024-10-07T09:42:19.920Z] #64 19.54 OK: 11 MiB in 17 packages [2024-10-07T09:42:19.920Z] #64 ... [2024-10-07T09:42:19.920Z] [2024-10-07T09:42:19.920Z] #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:42:19.920Z] #77 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:20.510Z] #77 ... [2024-10-07T09:42:20.510Z] [2024-10-07T09:42:20.510Z] #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-07T09:42:20.510Z] #64 DONE 22.1s [2024-10-07T09:42:20.778Z] [2024-10-07T09:42:20.778Z] #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T09:42:21.748Z] #78 ... [2024-10-07T09:42:21.748Z] [2024-10-07T09:42:21.748Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-07T09:42:21.748Z] #63 13.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:21.748Z] #63 14.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:21.748Z] #63 22.45 (1/4) Installing dumb-init (1.2.5-r3) [2024-10-07T09:42:21.748Z] #63 22.51 (2/4) Installing openssl (3.3.2-r0) [2024-10-07T09:42:21.748Z] #63 22.71 (3/4) Installing su-exec (0.2-r3) [2024-10-07T09:42:21.748Z] #63 22.76 (4/4) Installing yq-go (4.44.1-r2) [2024-10-07T09:42:21.748Z] #63 ... [2024-10-07T09:42:21.748Z] [2024-10-07T09:42:21.748Z] #66 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-07T09:42:21.748Z] #66 12.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:21.748Z] #66 13.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:21.748Z] #66 19.22 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-07T09:42:21.748Z] #66 19.22 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-07T09:42:21.748Z] #66 19.22 OK: 24041 distinct packages available [2024-10-07T09:42:21.748Z] #66 21.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:22.016Z] #66 ... [2024-10-07T09:42:22.016Z] [2024-10-07T09:42:22.016Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:22.016Z] #46 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.0s [2024-10-07T09:42:22.606Z] #46 ... [2024-10-07T09:42:22.606Z] [2024-10-07T09:42:22.606Z] #62 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-07T09:42:22.606Z] #62 14.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:22.606Z] #62 15.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:22.880Z] #62 ... [2024-10-07T09:42:22.880Z] [2024-10-07T09:42:22.880Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-07T09:42:22.880Z] #63 24.42 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:22.880Z] #63 ... [2024-10-07T09:42:22.880Z] [2024-10-07T09:42:22.880Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-07T09:42:22.880Z] #68 13.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:22.880Z] #68 14.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:22.880Z] #68 22.83 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-07T09:42:22.880Z] #68 22.83 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-07T09:42:22.880Z] #68 22.83 OK: 24041 distinct packages available [2024-10-07T09:42:23.150Z] #68 ... [2024-10-07T09:42:23.150Z] [2024-10-07T09:42:23.150Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T09:42:23.150Z] #67 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 10.0s [2024-10-07T09:42:23.150Z] #67 ... [2024-10-07T09:42:23.150Z] [2024-10-07T09:42:23.150Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:24.117Z] #46 ... [2024-10-07T09:42:24.117Z] [2024-10-07T09:42:24.117Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-07T09:42:24.117Z] #65 15.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:24.117Z] #65 16.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:24.117Z] #65 ... [2024-10-07T09:42:24.117Z] [2024-10-07T09:42:24.117Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:25.540Z] #46 ... [2024-10-07T09:42:25.540Z] [2024-10-07T09:42:25.540Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-07T09:42:25.540Z] #63 24.66 OK: 20 MiB in 18 packages [2024-10-07T09:42:25.540Z] #63 DONE 27.1s [2024-10-07T09:42:25.540Z] [2024-10-07T09:42:25.540Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:26.966Z] #46 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.1s [2024-10-07T09:42:27.235Z] #46 ... [2024-10-07T09:42:27.235Z] [2024-10-07T09:42:27.235Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-10-07T09:42:27.235Z] #70 10.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:27.235Z] #70 12.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:27.235Z] #70 ... [2024-10-07T09:42:27.235Z] [2024-10-07T09:42:27.235Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:27.825Z] #46 ... [2024-10-07T09:42:27.825Z] [2024-10-07T09:42:27.825Z] #69 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-07T09:42:27.825Z] #69 11.10 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:27.825Z] #69 14.15 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:27.825Z] #69 ... [2024-10-07T09:42:27.825Z] [2024-10-07T09:42:27.825Z] #62 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-07T09:42:27.825Z] #62 24.88 (1/2) Installing ca-certificates (20240705-r0) [2024-10-07T09:42:27.825Z] #62 25.53 (2/2) Installing dumb-init (1.2.5-r3) [2024-10-07T09:42:27.825Z] #62 25.60 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:27.825Z] #62 25.76 Executing ca-certificates-20240705-r0.trigger [2024-10-07T09:42:27.825Z] #62 27.62 OK: 10 MiB in 16 packages [2024-10-07T09:42:27.825Z] #62 DONE 29.5s [2024-10-07T09:42:27.825Z] [2024-10-07T09:42:27.825Z] #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:42:28.093Z] #79 ... [2024-10-07T09:42:28.093Z] [2024-10-07T09:42:28.093Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-07T09:42:28.093Z] #0 6.205 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:28.093Z] #0 8.868 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:28.369Z] #80 ... [2024-10-07T09:42:28.369Z] [2024-10-07T09:42:28.369Z] #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-10-07T09:42:28.369Z] #71 11.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:28.369Z] #71 14.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:28.369Z] #71 ... [2024-10-07T09:42:28.369Z] [2024-10-07T09:42:28.369Z] #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-07T09:42:28.369Z] #75 11.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:28.369Z] #75 14.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:28.636Z] #75 ... [2024-10-07T09:42:28.636Z] [2024-10-07T09:42:28.636Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-07T09:42:28.636Z] #72 11.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:28.636Z] #72 14.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:28.636Z] #72 ... [2024-10-07T09:42:28.636Z] [2024-10-07T09:42:28.636Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:29.598Z] #46 ... [2024-10-07T09:42:29.598Z] [2024-10-07T09:42:29.598Z] #74 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-07T09:42:29.598Z] #74 12.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:29.865Z] #74 ... [2024-10-07T09:42:29.865Z] [2024-10-07T09:42:29.865Z] #76 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:42:29.865Z] #76 10.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:29.865Z] #76 ... [2024-10-07T09:42:29.865Z] [2024-10-07T09:42:29.865Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:30.132Z] #46 ... [2024-10-07T09:42:30.132Z] [2024-10-07T09:42:30.132Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-07T09:42:30.132Z] #61 25.02 (1/14) Installing ca-certificates (20240705-r0) [2024-10-07T09:42:30.132Z] #61 25.71 (2/14) Installing brotli-libs (1.1.0-r2) [2024-10-07T09:42:30.132Z] #61 25.86 (3/14) Installing c-ares (1.33.1-r0) [2024-10-07T09:42:30.132Z] #61 25.90 (4/14) Installing libunistring (1.2-r0) [2024-10-07T09:42:30.132Z] #61 26.20 (5/14) Installing libidn2 (2.3.7-r0) [2024-10-07T09:42:30.132Z] #61 26.23 (6/14) Installing nghttp2-libs (1.62.1-r0) [2024-10-07T09:42:30.132Z] #61 26.31 (7/14) Installing libpsl (0.21.5-r1) [2024-10-07T09:42:30.132Z] #61 26.35 (8/14) Installing zstd-libs (1.5.6-r0) [2024-10-07T09:42:30.132Z] #61 26.53 (9/14) Installing libcurl (8.10.1-r0) [2024-10-07T09:42:30.132Z] #61 26.70 (10/14) Installing curl (8.10.1-r0) [2024-10-07T09:42:30.132Z] #61 26.84 (11/14) Installing dumb-init (1.2.5-r3) [2024-10-07T09:42:30.132Z] #61 26.89 (12/14) Installing musl-obstack (1.2.3-r2) [2024-10-07T09:42:30.132Z] #61 26.95 (13/14) Installing libucontext (1.2-r3) [2024-10-07T09:42:30.132Z] #61 27.02 (14/14) Installing gcompat (1.1.0-r4) [2024-10-07T09:42:30.132Z] #61 27.08 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:30.132Z] #61 27.25 Executing ca-certificates-20240705-r0.trigger [2024-10-07T09:42:30.132Z] #61 29.34 OK: 15 MiB in 28 packages [2024-10-07T09:42:30.132Z] #61 DONE 31.7s [2024-10-07T09:42:30.132Z] [2024-10-07T09:42:30.132Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T09:42:31.098Z] #46 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.3s done [2024-10-07T09:42:32.069Z] #46 ... [2024-10-07T09:42:32.069Z] [2024-10-07T09:42:32.069Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-07T09:42:32.069Z] #65 26.44 (1/4) Installing ca-certificates (20240705-r0) [2024-10-07T09:42:32.069Z] #65 27.31 (2/4) Installing dumb-init (1.2.5-r3) [2024-10-07T09:42:32.069Z] #65 27.34 (3/4) Installing su-exec (0.2-r3) [2024-10-07T09:42:32.069Z] #65 27.38 (4/4) Installing yq-go (4.44.1-r2) [2024-10-07T09:42:32.069Z] #65 29.58 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:32.069Z] #65 29.80 Executing ca-certificates-20240705-r0.trigger [2024-10-07T09:42:32.069Z] #65 31.34 OK: 20 MiB in 18 packages [2024-10-07T09:42:32.069Z] #65 DONE 33.4s [2024-10-07T09:42:32.069Z] [2024-10-07T09:42:32.069Z] #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-07T09:42:32.069Z] #75 24.50 Upgrading critical system libraries and apk-tools: [2024-10-07T09:42:32.069Z] #75 24.50 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:42:32.069Z] #75 24.59 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:32.339Z] #75 ... [2024-10-07T09:42:32.339Z] [2024-10-07T09:42:32.339Z] #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:42:32.339Z] #77 13.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:32.339Z] #77 ... [2024-10-07T09:42:32.339Z] [2024-10-07T09:42:32.339Z] #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:42:32.339Z] #79 4.470 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:32.933Z] #79 ... [2024-10-07T09:42:32.933Z] [2024-10-07T09:42:32.933Z] #66 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-07T09:42:32.933Z] #66 23.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:33.201Z] #66 ... [2024-10-07T09:42:33.201Z] [2024-10-07T09:42:33.201Z] #76 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:42:33.201Z] #76 22.75 Upgrading critical system libraries and apk-tools: [2024-10-07T09:42:33.201Z] #76 22.75 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:42:33.201Z] #76 22.79 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:33.201Z] #76 ... [2024-10-07T09:42:33.201Z] [2024-10-07T09:42:33.201Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T09:42:33.201Z] #67 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 11.6s done [2024-10-07T09:42:33.208Z] #118 ... [2024-10-07T09:42:33.208Z] [2024-10-07T09:42:33.208Z] #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:33.208Z] #72 DONE 54.7s [2024-10-07T09:42:33.208Z] [2024-10-07T09:42:33.208Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:33.208Z] #115 DONE 48.9s [2024-10-07T09:42:33.208Z] [2024-10-07T09:42:33.208Z] #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:33.208Z] #117 DONE 54.2s [2024-10-07T09:42:33.208Z] [2024-10-07T09:42:33.208Z] #83 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:33.208Z] #83 DONE 54.1s [2024-10-07T09:42:33.208Z] [2024-10-07T09:42:33.208Z] #118 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:33.208Z] #118 DONE 54.1s [2024-10-07T09:42:33.208Z] [2024-10-07T09:42:33.208Z] #119 [security-proxy-auth builder 6/7] COPY . . [2024-10-07T09:42:33.470Z] #67 ... [2024-10-07T09:42:33.470Z] [2024-10-07T09:42:33.470Z] #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-07T09:42:33.470Z] #75 26.65 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:42:33.739Z] #75 26.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:34.007Z] #75 ... [2024-10-07T09:42:34.007Z] [2024-10-07T09:42:34.007Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-07T09:42:34.007Z] #68 24.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:34.007Z] #68 27.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:34.007Z] #68 ... [2024-10-07T09:42:34.007Z] [2024-10-07T09:42:34.007Z] #76 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:42:34.007Z] #76 25.22 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:42:34.277Z] #76 ... [2024-10-07T09:42:34.277Z] [2024-10-07T09:42:34.277Z] #70 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-10-07T09:42:34.277Z] #70 24.76 OK: 238 MiB in 54 packages [2024-10-07T09:42:34.277Z] #70 DONE 28.3s [2024-10-07T09:42:34.277Z] [2024-10-07T09:42:34.277Z] #76 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:42:34.277Z] #76 25.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:34.871Z] #76 ... [2024-10-07T09:42:34.871Z] [2024-10-07T09:42:34.871Z] #81 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:42:34.871Z] #81 DONE 0.7s [2024-10-07T09:42:34.871Z] [2024-10-07T09:42:34.871Z] #82 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:35.457Z] #82 ... [2024-10-07T09:42:35.457Z] [2024-10-07T09:42:35.457Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-07T09:42:35.457Z] #0 4.856 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:35.457Z] #0 6.786 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:35.457Z] #83 ... [2024-10-07T09:42:35.457Z] [2024-10-07T09:42:35.457Z] #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-07T09:42:35.457Z] #75 28.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:35.725Z] #75 ... [2024-10-07T09:42:35.725Z] [2024-10-07T09:42:35.725Z] #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T09:42:35.725Z] #78 5.319 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:35.725Z] #78 7.712 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:35.993Z] #78 ... [2024-10-07T09:42:35.993Z] [2024-10-07T09:42:35.993Z] #66 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-07T09:42:35.993Z] #66 34.98 (1/5) Installing dumb-init (1.2.5-r3) [2024-10-07T09:42:35.993Z] #66 35.04 (2/5) Installing musl-obstack (1.2.3-r2) [2024-10-07T09:42:35.993Z] #66 35.08 (3/5) Installing libucontext (1.2-r3) [2024-10-07T09:42:35.993Z] #66 35.15 (4/5) Installing gcompat (1.1.0-r4) [2024-10-07T09:42:35.993Z] #66 35.15 (5/5) Installing openssl (3.3.2-r0) [2024-10-07T09:42:35.993Z] #66 35.25 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:35.993Z] #66 35.47 OK: 10 MiB in 19 packages [2024-10-07T09:42:35.993Z] #66 ... [2024-10-07T09:42:35.993Z] [2024-10-07T09:42:35.993Z] #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-07T09:42:35.993Z] #74 26.83 OK: 238 MiB in 54 packages [2024-10-07T09:42:35.993Z] #74 DONE 29.4s [2024-10-07T09:42:36.262Z] [2024-10-07T09:42:36.262Z] #84 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:42:36.511Z] #119 ... [2024-10-07T09:42:36.511Z] [2024-10-07T09:42:36.511Z] #120 [support-cron-scheduler builder 6/7] COPY . . [2024-10-07T09:42:36.511Z] #120 ... [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2024-10-07T09:42:36.512Z] #121 DONE 10.3s [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #122 [core-keeper builder 7/8] COPY . . [2024-10-07T09:42:36.512Z] #122 DONE 10.3s [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #120 [support-cron-scheduler builder 6/7] COPY . . [2024-10-07T09:42:36.512Z] #120 DONE 10.3s [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #119 [security-proxy-auth builder 6/7] COPY . . [2024-10-07T09:42:36.512Z] #119 DONE 10.3s [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #123 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:36.512Z] #123 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #124 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:42:36.512Z] #124 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #125 [support-notifications builder 6/7] COPY . . [2024-10-07T09:42:36.512Z] #125 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #126 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:42:36.512Z] #126 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #127 [support-scheduler builder 6/7] COPY . . [2024-10-07T09:42:36.512Z] #127 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #128 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:36.512Z] #128 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #129 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:36.512Z] #129 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #130 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-10-07T09:42:36.512Z] #130 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:42:36.512Z] #131 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #132 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:42:36.512Z] #132 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #133 [core-data builder 6/7] COPY . . [2024-10-07T09:42:36.512Z] #133 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #134 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:36.512Z] #134 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #135 [core-command builder 6/7] COPY . . [2024-10-07T09:42:36.512Z] #135 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:36.512Z] #136 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #137 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:42:36.512Z] #137 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #138 [security-proxy-setup builder 6/7] COPY . . [2024-10-07T09:42:36.512Z] #138 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #139 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:36.512Z] #139 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #140 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:42:36.512Z] #140 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #141 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:36.512Z] #141 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #142 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:42:36.512Z] #142 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #143 [core-metadata builder 6/7] COPY . . [2024-10-07T09:42:36.512Z] #143 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #144 [security-bootstrapper builder 6/7] COPY . . [2024-10-07T09:42:36.512Z] #144 DONE 10.3s [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #145 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:42:36.512Z] #145 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #146 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:36.512Z] #146 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #147 [security-secretstore-setup builder 6/7] COPY . . [2024-10-07T09:42:36.512Z] #147 CACHED [2024-10-07T09:42:36.512Z] [2024-10-07T09:42:36.512Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-07T09:42:36.535Z] #84 ... [2024-10-07T09:42:36.535Z] [2024-10-07T09:42:36.535Z] #71 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-10-07T09:42:36.535Z] #71 27.01 OK: 238 MiB in 54 packages [2024-10-07T09:42:36.535Z] #71 DONE 29.7s [2024-10-07T09:42:36.535Z] [2024-10-07T09:42:36.535Z] #85 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:42:36.807Z] #85 ... [2024-10-07T09:42:36.807Z] [2024-10-07T09:42:36.807Z] #84 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:42:36.807Z] #84 DONE 0.9s [2024-10-07T09:42:37.076Z] [2024-10-07T09:42:37.076Z] #86 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:37.346Z] #86 ... [2024-10-07T09:42:37.346Z] [2024-10-07T09:42:37.346Z] #66 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-07T09:42:37.346Z] #66 DONE 38.2s [2024-10-07T09:42:37.614Z] [2024-10-07T09:42:37.614Z] #85 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:42:37.614Z] #85 DONE 1.0s [2024-10-07T09:42:37.614Z] [2024-10-07T09:42:37.614Z] #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-10-07T09:42:37.895Z] #148 1.340 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-10-07T09:42:38.579Z] #87 ... [2024-10-07T09:42:38.579Z] [2024-10-07T09:42:38.579Z] #69 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-07T09:42:38.579Z] #69 27.02 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-07T09:42:38.579Z] #69 28.04 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:38.579Z] #69 28.31 OK: 9 MiB in 15 packages [2024-10-07T09:42:38.579Z] #69 DONE 31.8s [2024-10-07T09:42:38.579Z] [2024-10-07T09:42:38.579Z] #88 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:40.001Z] #88 ... [2024-10-07T09:42:40.001Z] [2024-10-07T09:42:40.001Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T09:42:40.001Z] #0 4.402 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:40.001Z] #0 6.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:40.271Z] #89 ... [2024-10-07T09:42:40.271Z] [2024-10-07T09:42:40.271Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-07T09:42:40.271Z] #68 39.73 (1/4) Installing dumb-init (1.2.5-r3) [2024-10-07T09:42:40.271Z] #68 39.77 (2/4) Installing musl-obstack (1.2.3-r2) [2024-10-07T09:42:40.271Z] #68 39.80 (3/4) Installing libucontext (1.2-r3) [2024-10-07T09:42:40.271Z] #68 39.89 (4/4) Installing gcompat (1.1.0-r4) [2024-10-07T09:42:40.271Z] #68 39.98 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:40.271Z] #68 40.17 OK: 9 MiB in 18 packages [2024-10-07T09:42:40.857Z] #68 ... [2024-10-07T09:42:40.857Z] [2024-10-07T09:42:40.857Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-07T09:42:40.857Z] #80 21.07 OK: 238 MiB in 54 packages [2024-10-07T09:42:40.857Z] #80 DONE 22.8s [2024-10-07T09:42:41.126Z] [2024-10-07T09:42:41.126Z] #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-10-07T09:42:41.718Z] #90 DONE 0.7s [2024-10-07T09:42:41.718Z] [2024-10-07T09:42:41.718Z] #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:42:41.718Z] #77 25.30 Upgrading critical system libraries and apk-tools: [2024-10-07T09:42:41.718Z] #77 25.30 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:42:41.718Z] #77 25.45 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:41.718Z] #77 27.44 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:42:41.718Z] #77 27.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:41.718Z] #77 30.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:41.988Z] #77 ... [2024-10-07T09:42:41.988Z] [2024-10-07T09:42:41.988Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-07T09:42:41.988Z] #68 DONE 42.5s [2024-10-07T09:42:41.988Z] [2024-10-07T09:42:41.988Z] #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-07T09:42:41.988Z] #0 4.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:41.988Z] #0 6.880 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:41.988Z] #91 ... [2024-10-07T09:42:41.988Z] [2024-10-07T09:42:41.988Z] #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-07T09:42:42.266Z] #92 ... [2024-10-07T09:42:42.266Z] [2024-10-07T09:42:42.266Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-07T09:42:42.266Z] #72 25.54 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-07T09:42:42.266Z] #72 25.54 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-07T09:42:42.266Z] #72 25.54 OK: 24040 distinct packages available [2024-10-07T09:42:42.266Z] #72 27.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:42.266Z] #72 30.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:42.266Z] #72 ... [2024-10-07T09:42:42.266Z] [2024-10-07T09:42:42.266Z] #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-10-07T09:42:42.266Z] #87 4.580 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:44.220Z] #87 6.695 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:44.493Z] #87 ... [2024-10-07T09:42:44.493Z] [2024-10-07T09:42:44.493Z] #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:42:44.493Z] #79 6.484 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:44.493Z] #79 15.87 Upgrading critical system libraries and apk-tools: [2024-10-07T09:42:44.493Z] #79 15.87 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:42:44.493Z] #79 15.96 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:44.493Z] #79 ... [2024-10-07T09:42:44.493Z] [2024-10-07T09:42:44.493Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-07T09:42:44.493Z] #83 19.01 Upgrading critical system libraries and apk-tools: [2024-10-07T09:42:44.493Z] #83 19.01 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:42:44.493Z] #83 19.09 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:46.439Z] #83 20.88 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:42:46.439Z] #83 20.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:46.708Z] #83 ... [2024-10-07T09:42:46.708Z] [2024-10-07T09:42:46.708Z] #76 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:42:46.708Z] #76 27.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:46.708Z] #76 37.40 OK: 9 MiB in 15 packages [2024-10-07T09:42:46.989Z] #76 ... [2024-10-07T09:42:46.989Z] [2024-10-07T09:42:46.989Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T09:42:46.989Z] #89 16.40 Upgrading critical system libraries and apk-tools: [2024-10-07T09:42:46.989Z] #89 16.40 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:42:46.989Z] #89 16.46 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:47.256Z] #89 ... [2024-10-07T09:42:47.256Z] [2024-10-07T09:42:47.256Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-07T09:42:47.256Z] #72 39.44 OK: 238 MiB in 54 packages [2024-10-07T09:42:47.256Z] #72 DONE 40.5s [2024-10-07T09:42:47.256Z] [2024-10-07T09:42:47.256Z] #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-07T09:42:47.256Z] #75 39.14 OK: 9 MiB in 16 packages [2024-10-07T09:42:47.256Z] #75 DONE 40.3s [2024-10-07T09:42:47.256Z] [2024-10-07T09:42:47.256Z] #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:42:47.843Z] #93 ... [2024-10-07T09:42:47.843Z] [2024-10-07T09:42:47.843Z] #76 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:42:47.843Z] #76 DONE 39.7s [2024-10-07T09:42:47.843Z] [2024-10-07T09:42:47.843Z] #94 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-10-07T09:42:47.883Z] #148 ... [2024-10-07T09:42:47.883Z] [2024-10-07T09:42:47.883Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-07T09:42:47.883Z] #0 0.481 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-10-07T09:42:47.883Z] #149 ... [2024-10-07T09:42:47.883Z] [2024-10-07T09:42:47.883Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-07T09:42:47.883Z] #0 1.148 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-10-07T09:42:47.883Z] #150 ... [2024-10-07T09:42:47.883Z] [2024-10-07T09:42:47.883Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-07T09:42:47.883Z] #0 1.268 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-10-07T09:42:47.883Z] #151 ... [2024-10-07T09:42:47.883Z] [2024-10-07T09:42:47.883Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-07T09:42:47.883Z] #0 1.397 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-10-07T09:42:47.883Z] #152 ... [2024-10-07T09:42:47.883Z] [2024-10-07T09:42:47.883Z] #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T09:42:47.883Z] #0 0.434 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-10-07T09:42:47.883Z] #153 ... [2024-10-07T09:42:47.883Z] [2024-10-07T09:42:47.883Z] #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-07T09:42:47.883Z] #0 0.865 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-10-07T09:42:47.883Z] #154 ... [2024-10-07T09:42:47.883Z] [2024-10-07T09:42:47.883Z] #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-07T09:42:47.883Z] #0 1.408 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-10-07T09:42:47.883Z] #155 ... [2024-10-07T09:42:47.883Z] [2024-10-07T09:42:47.883Z] #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-07T09:42:47.883Z] #0 1.357 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-10-07T09:42:47.883Z] #156 ... [2024-10-07T09:42:47.883Z] [2024-10-07T09:42:47.883Z] #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-07T09:42:47.883Z] #0 1.428 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-10-07T09:42:47.883Z] #157 ... [2024-10-07T09:42:47.883Z] [2024-10-07T09:42:47.883Z] #158 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-07T09:42:47.883Z] #0 0.904 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-10-07T09:42:47.883Z] #158 ... [2024-10-07T09:42:47.883Z] [2024-10-07T09:42:47.883Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-07T09:42:47.883Z] #0 1.055 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-10-07T09:42:47.883Z] #159 ... [2024-10-07T09:42:47.883Z] [2024-10-07T09:42:47.883Z] #160 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-07T09:42:47.883Z] #0 1.176 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-10-07T09:42:48.115Z] #94 ... [2024-10-07T09:42:48.115Z] [2024-10-07T09:42:48.115Z] #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:42:48.115Z] #93 DONE 0.9s [2024-10-07T09:42:48.115Z] [2024-10-07T09:42:48.115Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:49.529Z] #95 ... [2024-10-07T09:42:49.529Z] [2024-10-07T09:42:49.529Z] #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T09:42:49.529Z] #78 18.69 Upgrading critical system libraries and apk-tools: [2024-10-07T09:42:49.529Z] #78 18.69 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:42:49.529Z] #78 18.76 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:49.529Z] #78 21.03 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:42:49.529Z] #78 21.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:49.529Z] #78 22.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:49.529Z] #78 ... [2024-10-07T09:42:49.529Z] [2024-10-07T09:42:49.529Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T09:42:49.529Z] #89 18.75 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:42:49.529Z] #89 18.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:50.490Z] #89 20.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:50.490Z] #89 ... [2024-10-07T09:42:50.490Z] [2024-10-07T09:42:50.490Z] #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:42:50.490Z] #77 39.85 OK: 9 MiB in 15 packages [2024-10-07T09:42:50.490Z] #77 DONE 41.5s [2024-10-07T09:42:50.758Z] [2024-10-07T09:42:50.758Z] #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-07T09:42:50.758Z] #91 16.55 Upgrading critical system libraries and apk-tools: [2024-10-07T09:42:50.758Z] #91 16.55 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:42:50.758Z] #91 16.66 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:50.758Z] #91 18.53 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:42:50.758Z] #91 18.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:51.035Z] #91 ... [2024-10-07T09:42:51.035Z] [2024-10-07T09:42:51.035Z] #94 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-10-07T09:42:51.035Z] #94 DONE 4.0s [2024-10-07T09:42:51.312Z] [2024-10-07T09:42:51.312Z] #96 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-10-07T09:42:51.579Z] #96 DONE 0.2s [2024-10-07T09:42:51.579Z] [2024-10-07T09:42:51.579Z] #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:42:51.579Z] #79 17.65 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:42:51.579Z] #79 17.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:51.579Z] #79 19.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:51.845Z] #79 ... [2024-10-07T09:42:51.845Z] [2024-10-07T09:42:51.845Z] #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:52.112Z] #97 ... [2024-10-07T09:42:52.112Z] [2024-10-07T09:42:52.112Z] #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-07T09:42:52.112Z] #91 20.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:53.531Z] #91 ... [2024-10-07T09:42:53.531Z] [2024-10-07T09:42:53.531Z] #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T09:42:53.531Z] #78 31.29 OK: 11 MiB in 17 packages [2024-10-07T09:42:53.531Z] #78 DONE 32.8s [2024-10-07T09:42:53.531Z] [2024-10-07T09:42:53.531Z] #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-10-07T09:42:53.531Z] #87 15.49 Upgrading critical system libraries and apk-tools: [2024-10-07T09:42:53.531Z] #87 15.50 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:42:53.531Z] #87 15.52 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:54.945Z] #87 ... [2024-10-07T09:42:54.945Z] [2024-10-07T09:42:54.945Z] #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T09:42:54.945Z] #79 26.04 OK: 10 MiB in 16 packages [2024-10-07T09:42:54.945Z] #79 DONE 26.7s [2024-10-07T09:42:54.945Z] [2024-10-07T09:42:54.945Z] #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-10-07T09:42:54.945Z] #87 16.98 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:42:54.945Z] #87 17.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:55.211Z] #87 ... [2024-10-07T09:42:55.211Z] [2024-10-07T09:42:55.211Z] #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-07T09:42:55.211Z] #92 3.168 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:55.211Z] #92 4.753 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:55.211Z] #92 11.26 Upgrading critical system libraries and apk-tools: [2024-10-07T09:42:55.211Z] #92 11.26 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T09:42:55.211Z] #92 11.31 Executing busybox-1.36.1-r29.trigger [2024-10-07T09:42:55.211Z] #92 13.00 Continuing the upgrade transaction with new apk-tools: [2024-10-07T09:42:55.211Z] #92 13.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:55.476Z] #92 13.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:55.743Z] #92 ... [2024-10-07T09:42:55.743Z] [2024-10-07T09:42:55.743Z] #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-10-07T09:42:55.743Z] #87 18.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:56.325Z] #87 ... [2024-10-07T09:42:56.325Z] [2024-10-07T09:42:56.325Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-07T09:42:56.325Z] #83 23.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T09:42:56.325Z] #83 29.92 OK: 20 MiB in 18 packages [2024-10-07T09:42:56.325Z] #83 DONE 30.7s [2024-10-07T09:42:56.325Z] [2024-10-07T09:42:56.325Z] #98 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-10-07T09:42:56.325Z] #98 DONE 0.2s [2024-10-07T09:42:56.325Z] [2024-10-07T09:42:56.325Z] #86 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:42:56.325Z] #86 ... [2024-10-07T09:42:56.325Z] [2024-10-07T09:42:56.325Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T09:42:56.325Z] #89 26.26 OK: 15 MiB in 28 packages [2024-10-07T09:42:57.293Z] #89 DONE 27.1s [2024-10-07T09:42:57.293Z] [2024-10-07T09:42:57.293Z] #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-07T09:42:57.293Z] #91 25.13 OK: 20 MiB in 18 packages [2024-10-07T09:42:57.885Z] #91 DONE 26.0s [2024-10-07T09:42:57.885Z] [2024-10-07T09:42:57.885Z] #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-07T09:42:59.291Z] #92 17.45 OK: 9 MiB in 18 packages [2024-10-07T09:42:59.882Z] #92 DONE 18.0s [2024-10-07T09:42:59.882Z] [2024-10-07T09:42:59.882Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-07T09:43:00.484Z] #99 ... [2024-10-07T09:43:00.484Z] [2024-10-07T09:43:00.484Z] #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-10-07T09:43:00.484Z] #87 21.91 OK: 10 MiB in 19 packages [2024-10-07T09:43:00.484Z] #87 DONE 22.7s [2024-10-07T09:43:00.484Z] [2024-10-07T09:43:00.484Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-10-07T09:43:02.440Z] #100 ... [2024-10-07T09:43:02.440Z] [2024-10-07T09:43:02.440Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-07T09:43:02.440Z] #99 DONE 2.4s [2024-10-07T09:43:02.440Z] [2024-10-07T09:43:02.440Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-10-07T09:43:02.440Z] #100 DONE 2.1s [2024-10-07T09:43:02.440Z] [2024-10-07T09:43:02.440Z] #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-07T09:43:02.440Z] #101 DONE 2.1s [2024-10-07T09:43:02.440Z] [2024-10-07T09:43:02.440Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-10-07T09:43:02.440Z] #102 ... [2024-10-07T09:43:02.440Z] [2024-10-07T09:43:02.440Z] #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-10-07T09:43:02.440Z] #103 DONE 0.2s [2024-10-07T09:43:02.718Z] [2024-10-07T09:43:02.718Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-10-07T09:43:02.718Z] #102 DONE 0.3s [2024-10-07T09:43:02.718Z] [2024-10-07T09:43:02.718Z] #104 [security-spire-config stage-2 6/10] COPY security.txt / [2024-10-07T09:43:02.986Z] #104 DONE 0.4s [2024-10-07T09:43:02.986Z] [2024-10-07T09:43:02.986Z] #105 [security-spire-server stage-2 6/9] COPY security.txt / [2024-10-07T09:43:02.986Z] #105 DONE 0.4s [2024-10-07T09:43:02.986Z] [2024-10-07T09:43:02.986Z] #106 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-10-07T09:43:03.256Z] #106 DONE 0.3s [2024-10-07T09:43:03.256Z] [2024-10-07T09:43:03.256Z] #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-10-07T09:43:03.527Z] #107 DONE 0.3s [2024-10-07T09:43:03.527Z] [2024-10-07T09:43:03.527Z] #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-10-07T09:43:03.527Z] #108 DONE 0.3s [2024-10-07T09:43:03.527Z] [2024-10-07T09:43:03.527Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-10-07T09:43:03.835Z] #109 DONE 0.3s [2024-10-07T09:43:03.835Z] [2024-10-07T09:43:03.835Z] #110 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-10-07T09:43:03.835Z] #110 DONE 0.2s [2024-10-07T09:43:03.835Z] [2024-10-07T09:43:03.835Z] #111 [security-spire-config] exporting to image [2024-10-07T09:43:03.835Z] #111 exporting layers [2024-10-07T09:43:04.118Z] #111 ... [2024-10-07T09:43:04.118Z] [2024-10-07T09:43:04.118Z] #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-10-07T09:43:04.118Z] #112 DONE 0.4s [2024-10-07T09:43:04.118Z] [2024-10-07T09:43:04.118Z] #113 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-07T09:43:04.118Z] #113 DONE 1.9s [2024-10-07T09:43:04.118Z] [2024-10-07T09:43:04.118Z] #111 [security-spire-server] exporting to image [2024-10-07T09:43:04.706Z] #111 ... [2024-10-07T09:43:04.706Z] [2024-10-07T09:43:04.706Z] #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-10-07T09:43:04.706Z] #114 DONE 0.3s [2024-10-07T09:43:04.706Z] [2024-10-07T09:43:04.706Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-10-07T09:43:04.975Z] #115 DONE 0.3s [2024-10-07T09:43:04.975Z] [2024-10-07T09:43:04.975Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-10-07T09:43:05.243Z] #116 DONE 0.2s [2024-10-07T09:43:05.243Z] [2024-10-07T09:43:05.243Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-10-07T09:43:05.514Z] #117 DONE 0.2s [2024-10-07T09:43:05.514Z] [2024-10-07T09:43:05.514Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-10-07T09:43:05.514Z] #118 DONE 0.2s [2024-10-07T09:43:05.514Z] [2024-10-07T09:43:05.514Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T09:43:05.784Z] #67 ... [2024-10-07T09:43:05.784Z] [2024-10-07T09:43:05.784Z] #111 [security-spire-agent] exporting to image [2024-10-07T09:43:06.749Z] #111 exporting layers 2.8s done [2024-10-07T09:43:06.749Z] #111 writing image sha256:657b207a9e7e594f217d290430d9eb0d765285f5d046458ec57844b769e0847f 0.0s done [2024-10-07T09:43:06.749Z] #111 naming to docker.io/library/security-spire-config-arm64 done [2024-10-07T09:43:07.022Z] #111 exporting layers 2.7s done [2024-10-07T09:43:07.022Z] #111 writing image sha256:ec8729528162da784e7d7d1f9dd83914a1db5b2d4bb08e64c3684bc5b9b486fb [2024-10-07T09:43:07.022Z] #111 writing image sha256:ec8729528162da784e7d7d1f9dd83914a1db5b2d4bb08e64c3684bc5b9b486fb done [2024-10-07T09:43:07.022Z] #111 naming to docker.io/library/security-spire-server-arm64 done [2024-10-07T09:43:07.609Z] #111 exporting layers 2.0s done [2024-10-07T09:43:07.878Z] #111 writing image sha256:77f264956087ae26ef0ce3812a1b56e5e84937a9a070d2b2a42f3078599d710d done [2024-10-07T09:43:07.878Z] #111 naming to docker.io/library/security-spire-agent-arm64 done [2024-10-07T09:43:07.878Z] #111 DONE 3.8s [2024-10-07T09:43:07.878Z] [2024-10-07T09:43:07.878Z] #86 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:44:24.344Z] #160 ... [2024-10-07T09:44:24.345Z] [2024-10-07T09:44:24.345Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-07T09:44:24.345Z] #148 103.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-10-07T09:44:29.510Z] #86 ... [2024-10-07T09:44:29.510Z] [2024-10-07T09:44:29.510Z] #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:44:29.510Z] #97 DONE 107.6s [2024-10-07T09:44:29.510Z] [2024-10-07T09:44:29.510Z] #119 [core-keeper builder 7/8] COPY . . [2024-10-07T09:44:29.510Z] #119 ... [2024-10-07T09:44:29.510Z] [2024-10-07T09:44:29.510Z] #88 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:44:29.510Z] #88 DONE 111.9s [2024-10-07T09:44:29.510Z] [2024-10-07T09:44:29.510Z] #86 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:44:29.510Z] #86 DONE 112.6s [2024-10-07T09:44:29.510Z] [2024-10-07T09:44:29.510Z] #82 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:44:29.510Z] #82 DONE 114.6s [2024-10-07T09:44:29.778Z] [2024-10-07T09:44:29.778Z] #120 [support-cron-scheduler builder 6/7] COPY . . [2024-10-07T09:44:30.366Z] #120 ... [2024-10-07T09:44:30.366Z] [2024-10-07T09:44:30.366Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:44:30.366Z] #95 DONE 102.1s [2024-10-07T09:44:30.366Z] [2024-10-07T09:44:30.366Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2024-10-07T09:44:31.771Z] #121 DONE 1.4s [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-07T09:44:31.771Z] #122 ... [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #123 [security-bootstrapper builder 6/7] COPY . . [2024-10-07T09:44:31.771Z] #123 DONE 2.2s [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #124 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:44:31.771Z] #124 CACHED [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #125 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:44:31.771Z] #125 CACHED [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #126 [security-secretstore-setup builder 6/7] COPY . . [2024-10-07T09:44:31.771Z] #126 CACHED [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #127 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:44:31.771Z] #127 CACHED [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #128 [security-proxy-setup builder 6/7] COPY . . [2024-10-07T09:44:31.771Z] #128 CACHED [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #129 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:44:31.771Z] #129 CACHED [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #130 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:44:31.771Z] #130 CACHED [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #131 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-10-07T09:44:31.771Z] #131 CACHED [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #132 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:44:31.771Z] #132 CACHED [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #119 [core-keeper builder 7/8] COPY . . [2024-10-07T09:44:31.771Z] #119 DONE 2.3s [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #133 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:44:31.771Z] #133 CACHED [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #134 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:44:31.771Z] #134 CACHED [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #135 [core-data builder 6/7] COPY . . [2024-10-07T09:44:31.771Z] #135 CACHED [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #120 [support-cron-scheduler builder 6/7] COPY . . [2024-10-07T09:44:31.771Z] #120 DONE 2.3s [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #136 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:44:31.771Z] #136 CACHED [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #137 [support-scheduler builder 6/7] COPY . . [2024-10-07T09:44:31.771Z] #137 CACHED [2024-10-07T09:44:31.771Z] [2024-10-07T09:44:31.771Z] #138 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:44:31.771Z] #138 CACHED [2024-10-07T09:44:31.772Z] [2024-10-07T09:44:31.772Z] #139 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:44:31.772Z] #139 CACHED [2024-10-07T09:44:31.772Z] [2024-10-07T09:44:31.772Z] #140 [security-proxy-auth builder 6/7] COPY . . [2024-10-07T09:44:31.772Z] #140 CACHED [2024-10-07T09:44:31.772Z] [2024-10-07T09:44:31.772Z] #141 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:44:31.772Z] #141 CACHED [2024-10-07T09:44:31.772Z] [2024-10-07T09:44:31.772Z] #142 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:44:31.772Z] #142 CACHED [2024-10-07T09:44:31.772Z] [2024-10-07T09:44:31.772Z] #143 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:44:31.772Z] #143 CACHED [2024-10-07T09:44:31.772Z] [2024-10-07T09:44:31.772Z] #144 [core-metadata builder 6/7] COPY . . [2024-10-07T09:44:31.772Z] #144 CACHED [2024-10-07T09:44:31.772Z] [2024-10-07T09:44:31.772Z] #145 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T09:44:31.772Z] #145 CACHED [2024-10-07T09:44:31.772Z] [2024-10-07T09:44:31.772Z] #146 [support-notifications builder 6/7] COPY . . [2024-10-07T09:44:31.772Z] #146 CACHED [2024-10-07T09:44:31.772Z] [2024-10-07T09:44:31.772Z] #147 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-10-07T09:44:31.772Z] #147 CACHED [2024-10-07T09:44:31.772Z] [2024-10-07T09:44:31.772Z] #148 [core-command builder 6/7] COPY . . [2024-10-07T09:44:31.772Z] #148 DONE 2.3s [2024-10-07T09:44:32.042Z] [2024-10-07T09:44:32.042Z] #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-07T09:44:37.385Z] #149 ... [2024-10-07T09:44:37.385Z] [2024-10-07T09:44:37.385Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-07T09:44:37.385Z] #0 5.611 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-10-07T09:44:39.390Z] #150 ... [2024-10-07T09:44:39.390Z] [2024-10-07T09:44:39.390Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-07T09:44:39.390Z] #0 7.654 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-10-07T09:44:39.661Z] #151 ... [2024-10-07T09:44:39.661Z] [2024-10-07T09:44:39.661Z] #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-07T09:44:39.661Z] #122 7.814 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-10-07T09:44:42.242Z] #122 ... [2024-10-07T09:44:42.242Z] [2024-10-07T09:44:42.242Z] #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-07T09:44:42.242Z] #0 7.554 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-10-07T09:44:42.242Z] #152 ... [2024-10-07T09:44:42.242Z] [2024-10-07T09:44:42.242Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-07T09:44:42.242Z] #0 9.540 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-10-07T09:44:42.242Z] #153 ... [2024-10-07T09:44:42.242Z] [2024-10-07T09:44:42.242Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-07T09:44:42.242Z] #0 9.809 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-10-07T09:44:42.242Z] #154 ... [2024-10-07T09:44:42.242Z] [2024-10-07T09:44:42.242Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-07T09:44:42.242Z] #0 9.122 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-10-07T09:44:42.507Z] #155 ... [2024-10-07T09:44:42.507Z] [2024-10-07T09:44:42.507Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-07T09:44:42.507Z] #0 8.679 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-10-07T09:44:42.507Z] #156 ... [2024-10-07T09:44:42.507Z] [2024-10-07T09:44:42.507Z] #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-07T09:44:42.507Z] #0 9.830 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-10-07T09:44:42.774Z] #157 ... [2024-10-07T09:44:42.774Z] [2024-10-07T09:44:42.774Z] #158 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-07T09:44:42.774Z] #0 9.966 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-10-07T09:44:42.774Z] #158 ... [2024-10-07T09:44:42.774Z] [2024-10-07T09:44:42.774Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-07T09:44:42.774Z] #0 7.881 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-10-07T09:44:43.040Z] #159 ... [2024-10-07T09:44:43.040Z] [2024-10-07T09:44:43.040Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T09:44:43.040Z] #0 7.837 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-10-07T09:44:43.305Z] #160 ... [2024-10-07T09:44:43.305Z] [2024-10-07T09:44:43.305Z] #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-07T09:44:43.305Z] #149 9.018 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-10-07T09:45:32.050Z] #148 ... [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-07T09:45:32.050Z] #152 DONE 170.2s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-07T09:45:32.050Z] #156 DONE 170.2s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-10-07T09:45:32.050Z] #161 ... [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-07T09:45:32.050Z] #155 DONE 170.2s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-07T09:45:32.050Z] #157 DONE 170.2s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-07T09:45:32.050Z] #149 DONE 170.3s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T09:45:32.050Z] #153 DONE 170.3s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #158 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-07T09:45:32.050Z] #158 DONE 170.3s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #162 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T09:45:32.050Z] #162 ... [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-07T09:45:32.050Z] #148 DONE 170.4s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #163 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T09:45:32.050Z] #163 ... [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-07T09:45:32.050Z] #150 DONE 170.7s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-07T09:45:32.050Z] #154 DONE 170.7s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-07T09:45:32.050Z] #151 DONE 170.8s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-07T09:45:32.050Z] #159 DONE 170.8s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #160 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-07T09:45:32.050Z] #160 DONE 170.9s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #164 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T09:45:32.050Z] #164 ... [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-10-07T09:45:32.050Z] #161 DONE 1.1s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #165 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T09:45:32.050Z] #165 DONE 1.1s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #162 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T09:45:32.050Z] #162 DONE 1.0s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #166 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T09:45:32.050Z] #166 DONE 0.9s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #167 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T09:45:32.050Z] #167 DONE 1.1s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #163 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T09:45:32.050Z] #163 DONE 0.9s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #168 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T09:45:32.050Z] #168 DONE 0.7s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #164 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T09:45:32.050Z] #164 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #169 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-07T09:45:32.050Z] #169 ... [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #170 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T09:45:32.050Z] #170 DONE 0.6s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #171 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-07T09:45:32.050Z] #171 ... [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #172 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-10-07T09:45:32.050Z] #172 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #173 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T09:45:32.050Z] #173 CACHED [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #174 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-07T09:45:32.050Z] #174 CACHED [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #175 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-07T09:45:32.050Z] #175 CACHED [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #176 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T09:45:32.050Z] #176 CACHED [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #177 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-07T09:45:32.050Z] #177 CACHED [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #178 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T09:45:32.050Z] #178 CACHED [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #179 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T09:45:32.050Z] #179 CACHED [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #180 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-07T09:45:32.050Z] #180 CACHED [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #181 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-10-07T09:45:32.050Z] #181 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #182 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2024-10-07T09:45:32.050Z] #182 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #183 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-07T09:45:32.050Z] #183 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-10-07T09:45:32.050Z] #184 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #185 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-07T09:45:32.050Z] #185 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #171 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-07T09:45:32.050Z] #171 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #186 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-10-07T09:45:32.050Z] #186 ... [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #169 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-07T09:45:32.050Z] #169 DONE 0.6s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #187 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-10-07T09:45:32.050Z] #187 ... [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #188 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-10-07T09:45:32.050Z] #188 DONE 2.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #189 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-10-07T09:45:32.050Z] #189 DONE 2.6s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #190 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-10-07T09:45:32.050Z] #190 DONE 2.6s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #191 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-10-07T09:45:32.050Z] #191 DONE 2.6s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #192 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-10-07T09:45:32.050Z] #192 DONE 2.6s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #193 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-10-07T09:45:32.050Z] #193 DONE 2.6s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #194 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-10-07T09:45:32.050Z] #194 DONE 2.6s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #195 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-10-07T09:45:32.050Z] #195 DONE 2.6s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #196 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-10-07T09:45:32.050Z] #196 DONE 2.6s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #187 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-10-07T09:45:32.050Z] #187 DONE 2.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #197 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-10-07T09:45:32.050Z] #197 DONE 2.6s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #186 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-10-07T09:45:32.050Z] #186 DONE 2.6s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #198 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-10-07T09:45:32.050Z] #198 ... [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #199 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-10-07T09:45:32.050Z] #199 DONE 3.4s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #200 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ [2024-10-07T09:45:32.050Z] #200 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #201 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T09:45:32.050Z] #201 ... [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #202 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-10-07T09:45:32.050Z] #202 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #203 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-10-07T09:45:32.050Z] #203 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #204 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-10-07T09:45:32.050Z] #204 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #205 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-10-07T09:45:32.050Z] #205 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #206 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-10-07T09:45:32.050Z] #206 DONE 0.6s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #207 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-10-07T09:45:32.050Z] #207 DONE 0.6s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #208 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-10-07T09:45:32.050Z] #208 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #209 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-10-07T09:45:32.050Z] #209 DONE 0.6s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #210 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-10-07T09:45:32.050Z] #210 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #211 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-10-07T09:45:32.050Z] #211 ... [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #212 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-10-07T09:45:32.050Z] #212 DONE 0.6s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #198 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-10-07T09:45:32.050Z] #198 DONE 0.6s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #201 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T09:45:32.050Z] #201 DONE 0.7s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #213 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-10-07T09:45:32.050Z] #213 ... [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #214 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-10-07T09:45:32.050Z] #214 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #215 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-10-07T09:45:32.050Z] #215 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #216 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-10-07T09:45:32.050Z] #216 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #217 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-10-07T09:45:32.050Z] #217 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #218 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-10-07T09:45:32.050Z] #218 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #211 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-10-07T09:45:32.050Z] #211 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #219 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-10-07T09:45:32.050Z] #219 DONE 0.5s [2024-10-07T09:45:32.050Z] [2024-10-07T09:45:32.050Z] #105 [core-data] exporting to image [2024-10-07T09:45:32.050Z] #105 exporting layers [2024-10-07T09:45:32.050Z] #105 writing image sha256:ed995c443ef27a6bc41a9234ac6b8e780af894811b202b29f5a56f3a6b5b0e25 0.1s done [2024-10-07T09:45:32.050Z] #105 naming to docker.io/library/core-keeper done [2024-10-07T09:45:32.050Z] #105 writing image sha256:96efe90df8b5b2c9ba950afe25f27605082fee50200bf951df492c613e0c14d3 0.0s done [2024-10-07T09:45:32.050Z] #105 naming to docker.io/library/core-command done [2024-10-07T09:45:32.050Z] #105 writing image sha256:d39cb9565f98e418689d5648996fb792d93620dcd4f6a5851f8ce937e30bc8e4 [2024-10-07T09:45:32.313Z] #105 ... [2024-10-07T09:45:32.313Z] [2024-10-07T09:45:32.313Z] #213 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-10-07T09:45:32.313Z] #213 DONE 0.3s [2024-10-07T09:45:32.313Z] [2024-10-07T09:45:32.313Z] #105 [core-data] exporting to image [2024-10-07T09:45:32.313Z] #105 writing image sha256:d39cb9565f98e418689d5648996fb792d93620dcd4f6a5851f8ce937e30bc8e4 0.0s done [2024-10-07T09:45:32.313Z] #105 naming to docker.io/library/support-scheduler [2024-10-07T09:45:32.313Z] #105 writing image sha256:077502f1fe7c88b0b0e8e3734daa50cc24dc057e601a3c8ab4306d1a4422651e [2024-10-07T09:45:32.313Z] #105 naming to docker.io/library/support-scheduler 0.1s done [2024-10-07T09:45:32.313Z] #105 writing image sha256:077502f1fe7c88b0b0e8e3734daa50cc24dc057e601a3c8ab4306d1a4422651e 0.0s done [2024-10-07T09:45:32.313Z] #105 writing image sha256:f16d9f159a5a2b649409d0059aacc01b972d2cf27768ebaf1b1abe1edd0229f2 0.0s done [2024-10-07T09:45:32.313Z] #105 naming to docker.io/library/support-cron-scheduler done [2024-10-07T09:45:32.313Z] #105 naming to docker.io/library/security-spiffe-token-provider done [2024-10-07T09:45:32.572Z] #105 ... [2024-10-07T09:45:32.572Z] [2024-10-07T09:45:32.572Z] #220 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-10-07T09:45:32.572Z] #220 DONE 0.6s [2024-10-07T09:45:32.572Z] [2024-10-07T09:45:32.572Z] #221 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ [2024-10-07T09:45:32.572Z] #221 DONE 0.5s [2024-10-07T09:45:32.572Z] [2024-10-07T09:45:32.572Z] #222 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T09:45:32.893Z] #222 ... [2024-10-07T09:45:32.893Z] [2024-10-07T09:45:32.893Z] #223 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-10-07T09:45:32.893Z] #223 DONE 0.8s [2024-10-07T09:45:32.893Z] [2024-10-07T09:45:32.893Z] #224 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-10-07T09:45:32.893Z] #224 DONE 0.7s [2024-10-07T09:45:32.893Z] [2024-10-07T09:45:32.893Z] #225 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T09:45:32.893Z] #225 DONE 0.9s [2024-10-07T09:45:32.893Z] [2024-10-07T09:45:32.893Z] #226 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T09:45:32.893Z] #226 DONE 1.0s [2024-10-07T09:45:32.893Z] [2024-10-07T09:45:32.893Z] #105 [security-proxy-auth] exporting to image [2024-10-07T09:45:32.893Z] #105 writing image sha256:73128839b16b3b11616ff9450cb636a4bacc6a0df007cfa62a79ed439afa0b61 done [2024-10-07T09:45:32.893Z] #105 writing image sha256:921e9a1f3b6a5f944389c4906dfcb81af78be8ab2c3bc2d9344a15abd9276164 done [2024-10-07T09:45:32.893Z] #105 naming to docker.io/library/core-data done [2024-10-07T09:45:32.893Z] #105 naming to docker.io/library/support-notifications done [2024-10-07T09:45:33.459Z] #105 ... [2024-10-07T09:45:33.459Z] [2024-10-07T09:45:33.460Z] #227 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-10-07T09:45:33.460Z] #227 DONE 0.4s [2024-10-07T09:45:33.460Z] [2024-10-07T09:45:33.460Z] #228 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-10-07T09:45:33.460Z] #228 DONE 0.4s [2024-10-07T09:45:33.460Z] [2024-10-07T09:45:33.460Z] #229 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-10-07T09:45:33.460Z] #229 DONE 0.1s [2024-10-07T09:45:33.460Z] [2024-10-07T09:45:33.460Z] #105 [core-metadata] exporting to image [2024-10-07T09:45:33.460Z] #105 exporting layers 0.4s done [2024-10-07T09:45:33.460Z] #105 writing image sha256:05327ea1b7710f367865e1fd052797fdeeb4ecdb7907d9263ce3552b4f88ff7b 0.0s done [2024-10-07T09:45:33.460Z] #105 naming to docker.io/library/core-metadata done [2024-10-07T09:45:33.460Z] #105 writing image sha256:e9df0c492a6597968354b9f19b2173008c5362fc8253fa5ef5fb280270aaaad1 0.0s done [2024-10-07T09:45:33.460Z] #105 naming to docker.io/library/core-common-config-bootstrapper [2024-10-07T09:45:33.460Z] #105 exporting layers 0.4s done [2024-10-07T09:45:33.460Z] #105 naming to docker.io/library/core-common-config-bootstrapper done [2024-10-07T09:45:33.460Z] #105 writing image sha256:854556cccca24a4276ad9ca22d0c10f6cbbe9a77882770e112110b8c240f7127 done [2024-10-07T09:45:33.460Z] #105 naming to docker.io/library/security-proxy-auth done [2024-10-07T09:45:33.460Z] #105 DONE 4.3s [2024-10-07T09:45:33.460Z] [2024-10-07T09:45:33.460Z] #230 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-10-07T09:45:33.460Z] #230 DONE 0.1s [2024-10-07T09:45:33.460Z] [2024-10-07T09:45:33.460Z] #222 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T09:45:33.460Z] #222 DONE 1.0s [2024-10-07T09:45:33.460Z] [2024-10-07T09:45:33.460Z] #231 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2024-10-07T09:45:33.460Z] #231 DONE 0.1s [2024-10-07T09:45:33.460Z] [2024-10-07T09:45:33.460Z] #232 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-10-07T09:45:33.460Z] #232 DONE 0.1s [2024-10-07T09:45:33.460Z] [2024-10-07T09:45:33.460Z] #233 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-10-07T09:45:33.717Z] #233 DONE 0.1s [2024-10-07T09:45:33.717Z] [2024-10-07T09:45:33.717Z] #234 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-10-07T09:45:33.717Z] #234 DONE 0.1s [2024-10-07T09:45:33.717Z] [2024-10-07T09:45:33.717Z] #235 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-10-07T09:45:33.717Z] #235 ... [2024-10-07T09:45:33.717Z] [2024-10-07T09:45:33.717Z] #236 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T09:45:33.717Z] #236 DONE 0.5s [2024-10-07T09:45:33.976Z] [2024-10-07T09:45:33.976Z] #105 [security-secretstore-setup] exporting to image [2024-10-07T09:45:33.976Z] #105 writing image sha256:74801fa44a1e538c152c10ce035fd1529d3527f297ce317020cf5cffd386a7f9 done [2024-10-07T09:45:33.976Z] #105 naming to docker.io/library/security-proxy-setup done [2024-10-07T09:45:34.234Z] #105 ... [2024-10-07T09:45:34.234Z] [2024-10-07T09:45:34.234Z] #235 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-10-07T09:45:34.234Z] #235 DONE 0.4s [2024-10-07T09:45:34.234Z] [2024-10-07T09:45:34.234Z] #105 [security-bootstrapper] exporting to image [2024-10-07T09:45:34.234Z] #105 writing image sha256:835d6d8b3b0d02b6aaaef7c10994ee27931f74d5a5f116a237f6ee25a4da3a96 done [2024-10-07T09:45:34.234Z] #105 naming to docker.io/library/security-secretstore-setup done [2024-10-07T09:45:34.234Z] #105 exporting layers 0.2s done [2024-10-07T09:45:34.234Z] #105 writing image sha256:6ba22cd751ef3ea679b2d82e023534ebc6674c0c437c248095cda1da2d8ae3e6 done [2024-10-07T09:45:34.234Z] #105 naming to docker.io/library/security-bootstrapper done [2024-10-07T09:45:34.234Z] #105 DONE 5.0s [2024-10-07T09:45:34.234Z] [2024-10-07T09:45:34.234Z] #33 [support-scheduler internal] load .dockerignore [2024-10-07T09:45:34.234Z] time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T09:45:34.234Z] time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T09:45:34.234Z] time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T09:45:34.234Z] time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T09:45:34.234Z] time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T09:45:34.234Z] time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T09:45:34.234Z] time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T09:45:34.234Z] time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T09:45:34.234Z] time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T09:45:34.234Z] time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T09:45:34.234Z] time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T09:45:34.234Z] time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T09:45:34.234Z] time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T09:45:34.234Z] time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T09:45:34.234Z] time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T09:45:34.235Z] time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-10-07T09:45:34.243Z] $ docker stop --time=1 a1aec1eb115c8ba7d8e1d7a7f92c9340f46347881bdb883d46bc70c47d2deb05 [2024-10-07T09:45:35.530Z] $ docker rm -f --volumes a1aec1eb115c8ba7d8e1d7a7f92c9340f46347881bdb883d46bc70c47d2deb05 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-07T09:45:35.882Z] + docker images [2024-10-07T09:45:35.882Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-10-07T09:45:35.882Z] security-proxy-setup latest 74801fa44a1e 2 seconds ago 28.7MB [2024-10-07T09:45:35.882Z] security-secretstore-setup latest 835d6d8b3b0d 2 seconds ago 40.2MB [2024-10-07T09:45:35.882Z] security-bootstrapper latest 6ba22cd751ef 2 seconds ago 20.4MB [2024-10-07T09:45:35.882Z] security-proxy-auth latest 854556cccca2 3 seconds ago 24.6MB [2024-10-07T09:45:35.882Z] core-common-config-bootstrapper latest e9df0c492a65 3 seconds ago 16.5MB [2024-10-07T09:45:35.882Z] core-metadata latest 05327ea1b771 3 seconds ago 29.8MB [2024-10-07T09:45:35.882Z] core-data latest 73128839b16b 4 seconds ago 29.6MB [2024-10-07T09:45:35.882Z] support-scheduler latest d39cb9565f98 4 seconds ago 43.8MB [2024-10-07T09:45:35.882Z] support-notifications latest 921e9a1f3b6a 4 seconds ago 44.4MB [2024-10-07T09:45:35.882Z] security-spiffe-token-provider latest f16d9f159a5a 4 seconds ago 31.8MB [2024-10-07T09:45:35.882Z] core-command latest 96efe90df8b5 4 seconds ago 25.9MB [2024-10-07T09:45:35.882Z] core-keeper latest ed995c443ef2 4 seconds ago 29MB [2024-10-07T09:45:35.882Z] support-cron-scheduler latest 077502f1fe7c 4 seconds ago 45.4MB [2024-10-07T09:45:35.882Z] security-spire-config latest cfcfb2c96fa0 3 minutes ago 121MB [2024-10-07T09:45:35.882Z] security-spire-agent latest 301cf38e7647 3 minutes ago 183MB [2024-10-07T09:45:35.882Z] security-spire-server latest 31e693582c56 4 minutes ago 122MB [2024-10-07T09:45:35.882Z] ci-base-image-x86_64 latest 88e457a84496 7 minutes ago 979MB [2024-10-07T09:45:35.882Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3a752c3f9dda 4 days ago 573MB [2024-10-07T09:45:35.882Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 16 months ago 334MB [2024-10-07T09:45:35.882Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-07T09:45:36.000Z] provisioning config files... [2024-10-07T09:45:36.008Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/717@tmp/config12510235589012501228tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-07T09:45:36.316Z] ---> ****-login.sh [2024-10-07T09:45:36.316Z] nexus3.edgexfoundry.org:10001 [2024-10-07T09:45:36.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T09:45:36.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T09:45:36.316Z] Configure a credential helper to remove this warning. See [2024-10-07T09:45:36.317Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T09:45:36.317Z] [2024-10-07T09:45:36.317Z] Login Succeeded [2024-10-07T09:45:36.317Z] nexus3.edgexfoundry.org:10002 [2024-10-07T09:45:36.317Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T09:45:36.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T09:45:36.317Z] Configure a credential helper to remove this warning. See [2024-10-07T09:45:36.317Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T09:45:36.317Z] [2024-10-07T09:45:36.317Z] Login Succeeded [2024-10-07T09:45:36.317Z] nexus3.edgexfoundry.org:10003 [2024-10-07T09:45:36.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T09:45:36.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T09:45:36.577Z] Configure a credential helper to remove this warning. See [2024-10-07T09:45:36.577Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T09:45:36.577Z] [2024-10-07T09:45:36.577Z] Login Succeeded [2024-10-07T09:45:36.577Z] nexus3.edgexfoundry.org:10004 [2024-10-07T09:45:36.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T09:45:36.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T09:45:36.577Z] Configure a credential helper to remove this warning. See [2024-10-07T09:45:36.577Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T09:45:36.577Z] [2024-10-07T09:45:36.577Z] Login Succeeded [2024-10-07T09:45:36.577Z] ****.io [2024-10-07T09:45:36.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T09:45:36.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T09:45:36.837Z] Configure a credential helper to remove this warning. See [2024-10-07T09:45:36.837Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T09:45:36.837Z] [2024-10-07T09:45:36.837Z] Login Succeeded [2024-10-07T09:45:36.837Z] ---> ****-login.sh ends [Pipeline] } [2024-10-07T09:45:36.844Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T09:45:36.897Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-07T09:45:36.934Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-10-07T09:45:36.934Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:45:36.934Z] latest [2024-10-07T09:45:36.934Z] 3.2.0-dev.94 [2024-10-07T09:45:36.934Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:45:36.934Z] main [2024-10-07T09:45:36.934Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:37.282Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:37.603Z] + docker push nexus3.edgexfoundry.org:10004/core-command:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:45:37.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-07T09:45:37.603Z] 51217a5914d4: Preparing [2024-10-07T09:45:37.603Z] a4cf76696c92: Preparing [2024-10-07T09:45:37.603Z] 50fbbaec058b: Preparing [2024-10-07T09:45:37.603Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:37.603Z] fe71e29a7fd4: Preparing [2024-10-07T09:45:37.603Z] 954cfc4ff21d: Preparing [2024-10-07T09:45:37.603Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:37.603Z] 954cfc4ff21d: Waiting [2024-10-07T09:45:37.603Z] 51217a5914d4: Pushed [2024-10-07T09:45:37.603Z] fe71e29a7fd4: Pushed [2024-10-07T09:45:37.603Z] 3ddbbabe9cc7: Pushed [2024-10-07T09:45:37.603Z] 50fbbaec058b: Pushed [2024-10-07T09:45:37.603Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:37.603Z] 954cfc4ff21d: Pushed [2024-10-07T09:45:39.509Z] a4cf76696c92: Pushed [2024-10-07T09:45:39.509Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:3c1b6086856e11dabe758d796a4f218ed6c39cd3a709a40eb1aa2e58089bf585 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:39.838Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:40.159Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-10-07T09:45:40.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-07T09:45:40.159Z] 51217a5914d4: Preparing [2024-10-07T09:45:40.159Z] a4cf76696c92: Preparing [2024-10-07T09:45:40.159Z] 50fbbaec058b: Preparing [2024-10-07T09:45:40.159Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:40.159Z] fe71e29a7fd4: Preparing [2024-10-07T09:45:40.159Z] 954cfc4ff21d: Preparing [2024-10-07T09:45:40.159Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:40.159Z] 954cfc4ff21d: Waiting [2024-10-07T09:45:40.159Z] 50fbbaec058b: Layer already exists [2024-10-07T09:45:40.159Z] 51217a5914d4: Layer already exists [2024-10-07T09:45:40.159Z] a4cf76696c92: Layer already exists [2024-10-07T09:45:40.159Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:40.159Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:45:40.159Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:45:40.159Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:40.159Z] latest: digest: sha256:3c1b6086856e11dabe758d796a4f218ed6c39cd3a709a40eb1aa2e58089bf585 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:40.491Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:40.830Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.94 [2024-10-07T09:45:40.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-07T09:45:40.830Z] 51217a5914d4: Preparing [2024-10-07T09:45:40.830Z] a4cf76696c92: Preparing [2024-10-07T09:45:40.830Z] 50fbbaec058b: Preparing [2024-10-07T09:45:40.830Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:40.830Z] fe71e29a7fd4: Preparing [2024-10-07T09:45:40.830Z] 954cfc4ff21d: Preparing [2024-10-07T09:45:40.830Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:40.830Z] 954cfc4ff21d: Waiting [2024-10-07T09:45:40.830Z] 63ca1fbb43ae: Waiting [2024-10-07T09:45:40.830Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:40.830Z] 50fbbaec058b: Layer already exists [2024-10-07T09:45:40.830Z] a4cf76696c92: Layer already exists [2024-10-07T09:45:40.830Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:45:40.830Z] 51217a5914d4: Layer already exists [2024-10-07T09:45:40.830Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:40.830Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:45:40.830Z] 3.2.0-dev.94: digest: sha256:3c1b6086856e11dabe758d796a4f218ed6c39cd3a709a40eb1aa2e58089bf585 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:41.153Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:41.500Z] + docker push nexus3.edgexfoundry.org:10004/core-command:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:45:41.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-07T09:45:41.500Z] 51217a5914d4: Preparing [2024-10-07T09:45:41.500Z] a4cf76696c92: Preparing [2024-10-07T09:45:41.500Z] 50fbbaec058b: Preparing [2024-10-07T09:45:41.500Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:41.500Z] fe71e29a7fd4: Preparing [2024-10-07T09:45:41.500Z] 954cfc4ff21d: Preparing [2024-10-07T09:45:41.500Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:41.500Z] 954cfc4ff21d: Waiting [2024-10-07T09:45:41.501Z] 63ca1fbb43ae: Waiting [2024-10-07T09:45:41.501Z] 51217a5914d4: Layer already exists [2024-10-07T09:45:41.501Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:45:41.501Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:41.501Z] a4cf76696c92: Layer already exists [2024-10-07T09:45:41.501Z] 50fbbaec058b: Layer already exists [2024-10-07T09:45:41.501Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:41.501Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:45:41.501Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:3c1b6086856e11dabe758d796a4f218ed6c39cd3a709a40eb1aa2e58089bf585 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:41.823Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:42.146Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-10-07T09:45:42.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-07T09:45:42.146Z] 51217a5914d4: Preparing [2024-10-07T09:45:42.146Z] a4cf76696c92: Preparing [2024-10-07T09:45:42.146Z] 50fbbaec058b: Preparing [2024-10-07T09:45:42.146Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:42.146Z] fe71e29a7fd4: Preparing [2024-10-07T09:45:42.146Z] 954cfc4ff21d: Preparing [2024-10-07T09:45:42.146Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:42.146Z] 954cfc4ff21d: Waiting [2024-10-07T09:45:42.146Z] 63ca1fbb43ae: Waiting [2024-10-07T09:45:42.146Z] a4cf76696c92: Layer already exists [2024-10-07T09:45:42.146Z] 50fbbaec058b: Layer already exists [2024-10-07T09:45:42.146Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:42.146Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:45:42.146Z] 51217a5914d4: Layer already exists [2024-10-07T09:45:42.146Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:42.146Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:45:42.146Z] main: digest: sha256:3c1b6086856e11dabe758d796a4f218ed6c39cd3a709a40eb1aa2e58089bf585 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T09:45:42.226Z] ===================================================== [Pipeline] echo [2024-10-07T09:45:42.242Z] taggedImages: [2024-10-07T09:45:42.242Z] - nexus3.edgexfoundry.org:10004/core-command:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:45:42.242Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-10-07T09:45:42.242Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.94 [2024-10-07T09:45:42.242Z] - nexus3.edgexfoundry.org:10004/core-command:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:45:42.242Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-10-07T09:45:42.272Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-10-07T09:45:42.272Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:45:42.272Z] latest [2024-10-07T09:45:42.272Z] 3.2.0-dev.94 [2024-10-07T09:45:42.272Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:45:42.272Z] main [2024-10-07T09:45:42.272Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:42.615Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:42.938Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:45:42.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-07T09:45:42.938Z] eb2941e1083e: Preparing [2024-10-07T09:45:42.938Z] 2f9de81aba2d: Preparing [2024-10-07T09:45:42.938Z] 7934dffb2744: Preparing [2024-10-07T09:45:42.938Z] 3e98b0b09f40: Preparing [2024-10-07T09:45:42.938Z] 50fbbaec058b: Preparing [2024-10-07T09:45:42.938Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:42.938Z] fe71e29a7fd4: Preparing [2024-10-07T09:45:42.938Z] 954cfc4ff21d: Preparing [2024-10-07T09:45:42.938Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:42.938Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:45:42.938Z] fe71e29a7fd4: Waiting [2024-10-07T09:45:42.938Z] 954cfc4ff21d: Waiting [2024-10-07T09:45:42.938Z] 63ca1fbb43ae: Waiting [2024-10-07T09:45:42.938Z] 50fbbaec058b: Layer already exists [2024-10-07T09:45:42.938Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:42.938Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:45:42.938Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:45:42.938Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:42.938Z] eb2941e1083e: Pushed [2024-10-07T09:45:42.938Z] 7934dffb2744: Pushed [2024-10-07T09:45:42.938Z] 2f9de81aba2d: Pushed [2024-10-07T09:45:43.874Z] 3e98b0b09f40: Pushed [2024-10-07T09:45:44.133Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:3a2b327eff2bd9aa61112f1d9359b752aa3c2f31d7b56b30fefc8d4ca01c2427 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:44.472Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:44.804Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-10-07T09:45:44.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-07T09:45:44.804Z] eb2941e1083e: Preparing [2024-10-07T09:45:44.804Z] 2f9de81aba2d: Preparing [2024-10-07T09:45:44.804Z] 7934dffb2744: Preparing [2024-10-07T09:45:44.804Z] 3e98b0b09f40: Preparing [2024-10-07T09:45:44.804Z] 50fbbaec058b: Preparing [2024-10-07T09:45:44.804Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:44.804Z] fe71e29a7fd4: Preparing [2024-10-07T09:45:44.804Z] 954cfc4ff21d: Preparing [2024-10-07T09:45:44.804Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:44.804Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:45:44.804Z] fe71e29a7fd4: Waiting [2024-10-07T09:45:44.804Z] 954cfc4ff21d: Waiting [2024-10-07T09:45:44.804Z] 63ca1fbb43ae: Waiting [2024-10-07T09:45:44.804Z] eb2941e1083e: Layer already exists [2024-10-07T09:45:44.804Z] 2f9de81aba2d: Layer already exists [2024-10-07T09:45:44.804Z] 50fbbaec058b: Layer already exists [2024-10-07T09:45:44.804Z] 7934dffb2744: Layer already exists [2024-10-07T09:45:44.804Z] 3e98b0b09f40: Layer already exists [2024-10-07T09:45:44.804Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:45:44.804Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:44.804Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:45:44.804Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:44.804Z] latest: digest: sha256:3a2b327eff2bd9aa61112f1d9359b752aa3c2f31d7b56b30fefc8d4ca01c2427 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:45.141Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:45.469Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.94 [2024-10-07T09:45:45.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-07T09:45:45.469Z] eb2941e1083e: Preparing [2024-10-07T09:45:45.469Z] 2f9de81aba2d: Preparing [2024-10-07T09:45:45.469Z] 7934dffb2744: Preparing [2024-10-07T09:45:45.469Z] 3e98b0b09f40: Preparing [2024-10-07T09:45:45.469Z] 50fbbaec058b: Preparing [2024-10-07T09:45:45.469Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:45.469Z] fe71e29a7fd4: Preparing [2024-10-07T09:45:45.469Z] 954cfc4ff21d: Preparing [2024-10-07T09:45:45.469Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:45.469Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:45:45.469Z] fe71e29a7fd4: Waiting [2024-10-07T09:45:45.469Z] 954cfc4ff21d: Waiting [2024-10-07T09:45:45.469Z] 63ca1fbb43ae: Waiting [2024-10-07T09:45:45.469Z] 3e98b0b09f40: Layer already exists [2024-10-07T09:45:45.469Z] eb2941e1083e: Layer already exists [2024-10-07T09:45:45.469Z] 7934dffb2744: Layer already exists [2024-10-07T09:45:45.469Z] 50fbbaec058b: Layer already exists [2024-10-07T09:45:45.469Z] 2f9de81aba2d: Layer already exists [2024-10-07T09:45:45.469Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:45:45.469Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:45.469Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:45.469Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:45:45.469Z] 3.2.0-dev.94: digest: sha256:3a2b327eff2bd9aa61112f1d9359b752aa3c2f31d7b56b30fefc8d4ca01c2427 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:45.809Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:46.135Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:45:46.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-07T09:45:46.135Z] eb2941e1083e: Preparing [2024-10-07T09:45:46.135Z] 2f9de81aba2d: Preparing [2024-10-07T09:45:46.135Z] 7934dffb2744: Preparing [2024-10-07T09:45:46.135Z] 3e98b0b09f40: Preparing [2024-10-07T09:45:46.135Z] 50fbbaec058b: Preparing [2024-10-07T09:45:46.135Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:46.135Z] fe71e29a7fd4: Preparing [2024-10-07T09:45:46.135Z] 954cfc4ff21d: Preparing [2024-10-07T09:45:46.135Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:46.135Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:45:46.135Z] fe71e29a7fd4: Waiting [2024-10-07T09:45:46.135Z] 954cfc4ff21d: Waiting [2024-10-07T09:45:46.135Z] 63ca1fbb43ae: Waiting [2024-10-07T09:45:46.135Z] eb2941e1083e: Layer already exists [2024-10-07T09:45:46.135Z] 7934dffb2744: Layer already exists [2024-10-07T09:45:46.135Z] 2f9de81aba2d: Layer already exists [2024-10-07T09:45:46.135Z] 50fbbaec058b: Layer already exists [2024-10-07T09:45:46.135Z] 3e98b0b09f40: Layer already exists [2024-10-07T09:45:46.135Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:46.135Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:46.135Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:45:46.135Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:45:46.135Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:3a2b327eff2bd9aa61112f1d9359b752aa3c2f31d7b56b30fefc8d4ca01c2427 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:46.469Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:46.799Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-10-07T09:45:46.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-07T09:45:46.799Z] eb2941e1083e: Preparing [2024-10-07T09:45:46.799Z] 2f9de81aba2d: Preparing [2024-10-07T09:45:46.799Z] 7934dffb2744: Preparing [2024-10-07T09:45:46.799Z] 3e98b0b09f40: Preparing [2024-10-07T09:45:46.799Z] 50fbbaec058b: Preparing [2024-10-07T09:45:46.799Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:46.799Z] fe71e29a7fd4: Preparing [2024-10-07T09:45:46.799Z] 954cfc4ff21d: Preparing [2024-10-07T09:45:46.799Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:46.799Z] fe71e29a7fd4: Waiting [2024-10-07T09:45:46.799Z] 63ca1fbb43ae: Waiting [2024-10-07T09:45:46.799Z] 954cfc4ff21d: Waiting [2024-10-07T09:45:46.799Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:45:46.799Z] 7934dffb2744: Layer already exists [2024-10-07T09:45:46.799Z] 50fbbaec058b: Layer already exists [2024-10-07T09:45:46.799Z] 2f9de81aba2d: Layer already exists [2024-10-07T09:45:46.799Z] 3e98b0b09f40: Layer already exists [2024-10-07T09:45:46.799Z] eb2941e1083e: Layer already exists [2024-10-07T09:45:46.799Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:46.799Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:45:46.799Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:46.799Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:45:46.799Z] main: digest: sha256:3a2b327eff2bd9aa61112f1d9359b752aa3c2f31d7b56b30fefc8d4ca01c2427 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T09:45:46.865Z] ===================================================== [Pipeline] echo [2024-10-07T09:45:46.879Z] taggedImages: [2024-10-07T09:45:46.879Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:45:46.879Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-10-07T09:45:46.879Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.94 [2024-10-07T09:45:46.879Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:45:46.879Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-10-07T09:45:46.903Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-10-07T09:45:46.903Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:45:46.903Z] latest [2024-10-07T09:45:46.903Z] 3.2.0-dev.94 [2024-10-07T09:45:46.903Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:45:46.903Z] main [2024-10-07T09:45:46.903Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:47.240Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:47.564Z] + docker push nexus3.edgexfoundry.org:10004/core-data:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:45:47.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-07T09:45:47.564Z] 11305634dabc: Preparing [2024-10-07T09:45:47.564Z] 8d268e6b72a3: Preparing [2024-10-07T09:45:47.564Z] ad8280448e35: Preparing [2024-10-07T09:45:47.564Z] 50fbbaec058b: Preparing [2024-10-07T09:45:47.564Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:47.564Z] 80457f4c7113: Preparing [2024-10-07T09:45:47.564Z] aa95f6fd9c8b: Preparing [2024-10-07T09:45:47.564Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:47.564Z] aa95f6fd9c8b: Waiting [2024-10-07T09:45:47.564Z] 80457f4c7113: Waiting [2024-10-07T09:45:47.564Z] 63ca1fbb43ae: Waiting [2024-10-07T09:45:47.564Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:47.564Z] 50fbbaec058b: Layer already exists [2024-10-07T09:45:47.564Z] 11305634dabc: Pushed [2024-10-07T09:45:47.564Z] 8d268e6b72a3: Pushed [2024-10-07T09:45:47.564Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:47.564Z] aa95f6fd9c8b: Pushed [2024-10-07T09:45:47.564Z] 80457f4c7113: Pushed [2024-10-07T09:45:50.099Z] ad8280448e35: Pushed [2024-10-07T09:45:50.099Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:25dec15305017e996dbec05c1890e8457bc0435c162408b5d2883a4f79d7cf52 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:50.428Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:50.751Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-10-07T09:45:50.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-07T09:45:50.751Z] 11305634dabc: Preparing [2024-10-07T09:45:50.751Z] 8d268e6b72a3: Preparing [2024-10-07T09:45:50.751Z] ad8280448e35: Preparing [2024-10-07T09:45:50.751Z] 50fbbaec058b: Preparing [2024-10-07T09:45:50.751Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:50.751Z] 80457f4c7113: Preparing [2024-10-07T09:45:50.751Z] aa95f6fd9c8b: Preparing [2024-10-07T09:45:50.751Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:50.751Z] 80457f4c7113: Waiting [2024-10-07T09:45:50.751Z] aa95f6fd9c8b: Waiting [2024-10-07T09:45:50.751Z] 63ca1fbb43ae: Waiting [2024-10-07T09:45:50.751Z] 50fbbaec058b: Layer already exists [2024-10-07T09:45:50.751Z] ad8280448e35: Layer already exists [2024-10-07T09:45:50.751Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:50.751Z] 11305634dabc: Layer already exists [2024-10-07T09:45:50.751Z] 8d268e6b72a3: Layer already exists [2024-10-07T09:45:50.751Z] 80457f4c7113: Layer already exists [2024-10-07T09:45:50.751Z] aa95f6fd9c8b: Layer already exists [2024-10-07T09:45:50.751Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:50.751Z] latest: digest: sha256:25dec15305017e996dbec05c1890e8457bc0435c162408b5d2883a4f79d7cf52 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:51.083Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:51.488Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.94 [2024-10-07T09:45:51.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-07T09:45:51.488Z] 11305634dabc: Preparing [2024-10-07T09:45:51.488Z] 8d268e6b72a3: Preparing [2024-10-07T09:45:51.488Z] ad8280448e35: Preparing [2024-10-07T09:45:51.488Z] 50fbbaec058b: Preparing [2024-10-07T09:45:51.488Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:51.488Z] 80457f4c7113: Preparing [2024-10-07T09:45:51.488Z] aa95f6fd9c8b: Preparing [2024-10-07T09:45:51.488Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:51.488Z] 80457f4c7113: Waiting [2024-10-07T09:45:51.488Z] aa95f6fd9c8b: Waiting [2024-10-07T09:45:51.488Z] 63ca1fbb43ae: Waiting [2024-10-07T09:45:51.488Z] 11305634dabc: Layer already exists [2024-10-07T09:45:51.488Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:51.488Z] 8d268e6b72a3: Layer already exists [2024-10-07T09:45:51.488Z] ad8280448e35: Layer already exists [2024-10-07T09:45:51.488Z] 50fbbaec058b: Layer already exists [2024-10-07T09:45:51.488Z] aa95f6fd9c8b: Layer already exists [2024-10-07T09:45:51.488Z] 80457f4c7113: Layer already exists [2024-10-07T09:45:51.488Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:51.488Z] 3.2.0-dev.94: digest: sha256:25dec15305017e996dbec05c1890e8457bc0435c162408b5d2883a4f79d7cf52 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:51.826Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:52.156Z] + docker push nexus3.edgexfoundry.org:10004/core-data:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:45:52.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-07T09:45:52.156Z] 11305634dabc: Preparing [2024-10-07T09:45:52.156Z] 8d268e6b72a3: Preparing [2024-10-07T09:45:52.156Z] ad8280448e35: Preparing [2024-10-07T09:45:52.156Z] 50fbbaec058b: Preparing [2024-10-07T09:45:52.156Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:52.156Z] 80457f4c7113: Preparing [2024-10-07T09:45:52.156Z] aa95f6fd9c8b: Preparing [2024-10-07T09:45:52.156Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:52.156Z] 80457f4c7113: Waiting [2024-10-07T09:45:52.156Z] aa95f6fd9c8b: Waiting [2024-10-07T09:45:52.156Z] 63ca1fbb43ae: Waiting [2024-10-07T09:45:52.156Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:52.156Z] 8d268e6b72a3: Layer already exists [2024-10-07T09:45:52.156Z] 50fbbaec058b: Layer already exists [2024-10-07T09:45:52.156Z] ad8280448e35: Layer already exists [2024-10-07T09:45:52.156Z] 11305634dabc: Layer already exists [2024-10-07T09:45:52.156Z] 80457f4c7113: Layer already exists [2024-10-07T09:45:52.156Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:52.156Z] aa95f6fd9c8b: Layer already exists [2024-10-07T09:45:52.156Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:25dec15305017e996dbec05c1890e8457bc0435c162408b5d2883a4f79d7cf52 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:52.483Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:52.800Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-10-07T09:45:52.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-07T09:45:52.800Z] 11305634dabc: Preparing [2024-10-07T09:45:52.800Z] 8d268e6b72a3: Preparing [2024-10-07T09:45:52.800Z] ad8280448e35: Preparing [2024-10-07T09:45:52.800Z] 50fbbaec058b: Preparing [2024-10-07T09:45:52.800Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:52.800Z] 80457f4c7113: Preparing [2024-10-07T09:45:52.800Z] aa95f6fd9c8b: Preparing [2024-10-07T09:45:52.800Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:52.800Z] 80457f4c7113: Waiting [2024-10-07T09:45:52.800Z] aa95f6fd9c8b: Waiting [2024-10-07T09:45:52.800Z] 63ca1fbb43ae: Waiting [2024-10-07T09:45:52.800Z] ad8280448e35: Layer already exists [2024-10-07T09:45:52.800Z] 11305634dabc: Layer already exists [2024-10-07T09:45:52.800Z] 8d268e6b72a3: Layer already exists [2024-10-07T09:45:52.800Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:52.800Z] 50fbbaec058b: Layer already exists [2024-10-07T09:45:52.800Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:52.800Z] 80457f4c7113: Layer already exists [2024-10-07T09:45:52.800Z] aa95f6fd9c8b: Layer already exists [2024-10-07T09:45:52.800Z] main: digest: sha256:25dec15305017e996dbec05c1890e8457bc0435c162408b5d2883a4f79d7cf52 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T09:45:52.873Z] ===================================================== [Pipeline] echo [2024-10-07T09:45:52.891Z] taggedImages: [2024-10-07T09:45:52.891Z] - nexus3.edgexfoundry.org:10004/core-data:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:45:52.891Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-10-07T09:45:52.891Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.94 [2024-10-07T09:45:52.891Z] - nexus3.edgexfoundry.org:10004/core-data:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:45:52.891Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-10-07T09:45:52.917Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-10-07T09:45:52.917Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:45:52.917Z] latest [2024-10-07T09:45:52.917Z] 3.2.0-dev.94 [2024-10-07T09:45:52.917Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:45:52.917Z] main [2024-10-07T09:45:52.917Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:53.261Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:53.590Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:45:53.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-07T09:45:53.590Z] 99016f20c306: Preparing [2024-10-07T09:45:53.590Z] 77fa9f32d379: Preparing [2024-10-07T09:45:53.590Z] b39f2ffb85e7: Preparing [2024-10-07T09:45:53.590Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:53.590Z] 670338925765: Preparing [2024-10-07T09:45:53.590Z] 03d5dca92a2e: Preparing [2024-10-07T09:45:53.590Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:53.590Z] 03d5dca92a2e: Waiting [2024-10-07T09:45:53.590Z] 63ca1fbb43ae: Waiting [2024-10-07T09:45:53.590Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:53.590Z] 670338925765: Pushed [2024-10-07T09:45:53.590Z] 77fa9f32d379: Pushed [2024-10-07T09:45:53.590Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:53.590Z] 99016f20c306: Pushed [2024-10-07T09:45:53.590Z] 03d5dca92a2e: Pushed [2024-10-07T09:45:56.121Z] b39f2ffb85e7: Pushed [2024-10-07T09:45:56.121Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:a05a6bc1af8c8bf58619b1479f330c9425c5933fe4f0a4175cfea586d7ded418 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:56.454Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:56.784Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-10-07T09:45:56.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-07T09:45:56.784Z] 99016f20c306: Preparing [2024-10-07T09:45:56.784Z] 77fa9f32d379: Preparing [2024-10-07T09:45:56.784Z] b39f2ffb85e7: Preparing [2024-10-07T09:45:56.784Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:56.784Z] 670338925765: Preparing [2024-10-07T09:45:56.784Z] 03d5dca92a2e: Preparing [2024-10-07T09:45:56.784Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:56.784Z] 03d5dca92a2e: Waiting [2024-10-07T09:45:56.784Z] 63ca1fbb43ae: Waiting [2024-10-07T09:45:56.784Z] 670338925765: Layer already exists [2024-10-07T09:45:56.784Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:56.784Z] 99016f20c306: Layer already exists [2024-10-07T09:45:56.784Z] 77fa9f32d379: Layer already exists [2024-10-07T09:45:56.784Z] b39f2ffb85e7: Layer already exists [2024-10-07T09:45:56.784Z] 03d5dca92a2e: Layer already exists [2024-10-07T09:45:56.784Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:56.784Z] latest: digest: sha256:a05a6bc1af8c8bf58619b1479f330c9425c5933fe4f0a4175cfea586d7ded418 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:57.116Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:57.445Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.94 [2024-10-07T09:45:57.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-07T09:45:57.445Z] 99016f20c306: Preparing [2024-10-07T09:45:57.445Z] 77fa9f32d379: Preparing [2024-10-07T09:45:57.445Z] b39f2ffb85e7: Preparing [2024-10-07T09:45:57.445Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:57.445Z] 670338925765: Preparing [2024-10-07T09:45:57.445Z] 03d5dca92a2e: Preparing [2024-10-07T09:45:57.445Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:57.445Z] 03d5dca92a2e: Waiting [2024-10-07T09:45:57.445Z] 63ca1fbb43ae: Waiting [2024-10-07T09:45:57.445Z] 77fa9f32d379: Layer already exists [2024-10-07T09:45:57.445Z] b39f2ffb85e7: Layer already exists [2024-10-07T09:45:57.445Z] 670338925765: Layer already exists [2024-10-07T09:45:57.445Z] 99016f20c306: Layer already exists [2024-10-07T09:45:57.445Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:57.445Z] 03d5dca92a2e: Layer already exists [2024-10-07T09:45:57.445Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:57.445Z] 3.2.0-dev.94: digest: sha256:a05a6bc1af8c8bf58619b1479f330c9425c5933fe4f0a4175cfea586d7ded418 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:57.776Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:45:58.093Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:45:58.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-07T09:45:58.093Z] 99016f20c306: Preparing [2024-10-07T09:45:58.093Z] 77fa9f32d379: Preparing [2024-10-07T09:45:58.093Z] b39f2ffb85e7: Preparing [2024-10-07T09:45:58.093Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:45:58.093Z] 670338925765: Preparing [2024-10-07T09:45:58.093Z] 03d5dca92a2e: Preparing [2024-10-07T09:45:58.093Z] 63ca1fbb43ae: Preparing [2024-10-07T09:45:58.093Z] 63ca1fbb43ae: Waiting [2024-10-07T09:45:58.093Z] 77fa9f32d379: Layer already exists [2024-10-07T09:45:58.093Z] 99016f20c306: Layer already exists [2024-10-07T09:45:58.093Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:45:58.093Z] 670338925765: Layer already exists [2024-10-07T09:45:58.093Z] b39f2ffb85e7: Layer already exists [2024-10-07T09:45:58.093Z] 03d5dca92a2e: Layer already exists [2024-10-07T09:45:58.093Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:45:58.093Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:a05a6bc1af8c8bf58619b1479f330c9425c5933fe4f0a4175cfea586d7ded418 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:02.917Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:03.228Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-10-07T09:46:03.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-07T09:46:03.228Z] 99016f20c306: Preparing [2024-10-07T09:46:03.228Z] 77fa9f32d379: Preparing [2024-10-07T09:46:03.228Z] b39f2ffb85e7: Preparing [2024-10-07T09:46:03.228Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:03.228Z] 670338925765: Preparing [2024-10-07T09:46:03.228Z] 03d5dca92a2e: Preparing [2024-10-07T09:46:03.228Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:03.228Z] 03d5dca92a2e: Waiting [2024-10-07T09:46:03.228Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:03.228Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:03.228Z] 670338925765: Layer already exists [2024-10-07T09:46:03.228Z] b39f2ffb85e7: Layer already exists [2024-10-07T09:46:03.228Z] 77fa9f32d379: Layer already exists [2024-10-07T09:46:03.228Z] 99016f20c306: Layer already exists [2024-10-07T09:46:03.228Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:03.228Z] 03d5dca92a2e: Layer already exists [2024-10-07T09:46:03.228Z] main: digest: sha256:a05a6bc1af8c8bf58619b1479f330c9425c5933fe4f0a4175cfea586d7ded418 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T09:46:03.297Z] ===================================================== [Pipeline] echo [2024-10-07T09:46:03.311Z] taggedImages: [2024-10-07T09:46:03.311Z] - nexus3.edgexfoundry.org:10004/core-keeper:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:03.311Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-10-07T09:46:03.311Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.94 [2024-10-07T09:46:03.311Z] - nexus3.edgexfoundry.org:10004/core-keeper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:03.311Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-10-07T09:46:03.336Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-10-07T09:46:03.336Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:03.336Z] latest [2024-10-07T09:46:03.336Z] 3.2.0-dev.94 [2024-10-07T09:46:03.336Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:03.336Z] main [2024-10-07T09:46:03.336Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:03.671Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:03.996Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:03.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-07T09:46:03.996Z] 1c15910df823: Preparing [2024-10-07T09:46:03.996Z] 5b7a882782b4: Preparing [2024-10-07T09:46:03.996Z] 9a27ed38afec: Preparing [2024-10-07T09:46:03.996Z] 6bbeaf41603a: Preparing [2024-10-07T09:46:03.996Z] 50fbbaec058b: Preparing [2024-10-07T09:46:03.996Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:03.996Z] fe71e29a7fd4: Preparing [2024-10-07T09:46:03.996Z] 954cfc4ff21d: Preparing [2024-10-07T09:46:03.996Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:03.996Z] fe71e29a7fd4: Waiting [2024-10-07T09:46:03.996Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:03.996Z] 954cfc4ff21d: Waiting [2024-10-07T09:46:03.996Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:03.996Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:03.996Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:03.996Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:46:03.996Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:46:03.996Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:03.996Z] 1c15910df823: Pushed [2024-10-07T09:46:03.996Z] 5b7a882782b4: Pushed [2024-10-07T09:46:03.996Z] 9a27ed38afec: Pushed [2024-10-07T09:46:12.856Z] 6bbeaf41603a: Pushed [2024-10-07T09:46:12.856Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:05186a0711e08bbb664264b2685c0835c011fd15b3b5c872ae2d4b666d629d63 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:13.180Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:13.505Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-10-07T09:46:13.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-07T09:46:13.505Z] 1c15910df823: Preparing [2024-10-07T09:46:13.505Z] 5b7a882782b4: Preparing [2024-10-07T09:46:13.505Z] 9a27ed38afec: Preparing [2024-10-07T09:46:13.505Z] 6bbeaf41603a: Preparing [2024-10-07T09:46:13.505Z] 50fbbaec058b: Preparing [2024-10-07T09:46:13.505Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:13.505Z] fe71e29a7fd4: Preparing [2024-10-07T09:46:13.505Z] 954cfc4ff21d: Preparing [2024-10-07T09:46:13.505Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:13.505Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:13.505Z] fe71e29a7fd4: Waiting [2024-10-07T09:46:13.505Z] 954cfc4ff21d: Waiting [2024-10-07T09:46:13.505Z] 9a27ed38afec: Layer already exists [2024-10-07T09:46:13.505Z] 5b7a882782b4: Layer already exists [2024-10-07T09:46:13.505Z] 1c15910df823: Layer already exists [2024-10-07T09:46:13.505Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:13.505Z] 6bbeaf41603a: Layer already exists [2024-10-07T09:46:13.505Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:46:13.505Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:13.505Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:46:13.505Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:13.505Z] latest: digest: sha256:05186a0711e08bbb664264b2685c0835c011fd15b3b5c872ae2d4b666d629d63 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:13.840Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:14.162Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.94 [2024-10-07T09:46:14.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-07T09:46:14.162Z] 1c15910df823: Preparing [2024-10-07T09:46:14.162Z] 5b7a882782b4: Preparing [2024-10-07T09:46:14.162Z] 9a27ed38afec: Preparing [2024-10-07T09:46:14.162Z] 6bbeaf41603a: Preparing [2024-10-07T09:46:14.162Z] 50fbbaec058b: Preparing [2024-10-07T09:46:14.162Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:14.162Z] fe71e29a7fd4: Preparing [2024-10-07T09:46:14.163Z] 954cfc4ff21d: Preparing [2024-10-07T09:46:14.163Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:14.163Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:14.163Z] fe71e29a7fd4: Waiting [2024-10-07T09:46:14.163Z] 954cfc4ff21d: Waiting [2024-10-07T09:46:14.163Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:14.163Z] 9a27ed38afec: Layer already exists [2024-10-07T09:46:14.163Z] 6bbeaf41603a: Layer already exists [2024-10-07T09:46:14.163Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:14.163Z] 1c15910df823: Layer already exists [2024-10-07T09:46:14.163Z] 5b7a882782b4: Layer already exists [2024-10-07T09:46:14.163Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:46:14.163Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:14.163Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:46:14.163Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:14.163Z] 3.2.0-dev.94: digest: sha256:05186a0711e08bbb664264b2685c0835c011fd15b3b5c872ae2d4b666d629d63 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:14.494Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:14.834Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:14.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-07T09:46:14.834Z] 1c15910df823: Preparing [2024-10-07T09:46:14.834Z] 5b7a882782b4: Preparing [2024-10-07T09:46:14.834Z] 9a27ed38afec: Preparing [2024-10-07T09:46:14.834Z] 6bbeaf41603a: Preparing [2024-10-07T09:46:14.834Z] 50fbbaec058b: Preparing [2024-10-07T09:46:14.834Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:14.834Z] fe71e29a7fd4: Preparing [2024-10-07T09:46:14.834Z] 954cfc4ff21d: Preparing [2024-10-07T09:46:14.834Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:14.834Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:14.834Z] fe71e29a7fd4: Waiting [2024-10-07T09:46:14.834Z] 954cfc4ff21d: Waiting [2024-10-07T09:46:14.834Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:14.834Z] 9a27ed38afec: Layer already exists [2024-10-07T09:46:14.834Z] 1c15910df823: Layer already exists [2024-10-07T09:46:14.834Z] 5b7a882782b4: Layer already exists [2024-10-07T09:46:14.834Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:14.834Z] 6bbeaf41603a: Layer already exists [2024-10-07T09:46:14.834Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:14.834Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:46:14.834Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:14.834Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:46:14.834Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:05186a0711e08bbb664264b2685c0835c011fd15b3b5c872ae2d4b666d629d63 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:15.162Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:15.489Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-10-07T09:46:15.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-07T09:46:15.489Z] 1c15910df823: Preparing [2024-10-07T09:46:15.489Z] 5b7a882782b4: Preparing [2024-10-07T09:46:15.489Z] 9a27ed38afec: Preparing [2024-10-07T09:46:15.489Z] 6bbeaf41603a: Preparing [2024-10-07T09:46:15.489Z] 50fbbaec058b: Preparing [2024-10-07T09:46:15.489Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:15.489Z] fe71e29a7fd4: Preparing [2024-10-07T09:46:15.489Z] 954cfc4ff21d: Preparing [2024-10-07T09:46:15.489Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:15.489Z] fe71e29a7fd4: Waiting [2024-10-07T09:46:15.489Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:15.489Z] 954cfc4ff21d: Waiting [2024-10-07T09:46:15.489Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:15.489Z] 1c15910df823: Layer already exists [2024-10-07T09:46:15.489Z] 6bbeaf41603a: Layer already exists [2024-10-07T09:46:15.489Z] 5b7a882782b4: Layer already exists [2024-10-07T09:46:15.489Z] 9a27ed38afec: Layer already exists [2024-10-07T09:46:15.489Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:46:15.489Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:15.489Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:15.489Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:46:15.489Z] main: digest: sha256:05186a0711e08bbb664264b2685c0835c011fd15b3b5c872ae2d4b666d629d63 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T09:46:15.561Z] ===================================================== [Pipeline] echo [2024-10-07T09:46:15.578Z] taggedImages: [2024-10-07T09:46:15.578Z] - nexus3.edgexfoundry.org:10004/core-metadata:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:15.578Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-10-07T09:46:15.578Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.94 [2024-10-07T09:46:15.578Z] - nexus3.edgexfoundry.org:10004/core-metadata:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:15.578Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-10-07T09:46:15.609Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-10-07T09:46:15.609Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:15.609Z] latest [2024-10-07T09:46:15.609Z] 3.2.0-dev.94 [2024-10-07T09:46:15.609Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:15.609Z] main [2024-10-07T09:46:15.609Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:15.937Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:16.261Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:16.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-07T09:46:16.261Z] 1dad9e195254: Preparing [2024-10-07T09:46:16.261Z] 409704f0df07: Preparing [2024-10-07T09:46:16.261Z] 453d7d3c1616: Preparing [2024-10-07T09:46:16.261Z] d18044afeeb5: Preparing [2024-10-07T09:46:16.261Z] f906ca772efe: Preparing [2024-10-07T09:46:16.261Z] 0d567b3e2c4b: Preparing [2024-10-07T09:46:16.261Z] b50a466d6ee5: Preparing [2024-10-07T09:46:16.261Z] f08a3a547a66: Preparing [2024-10-07T09:46:16.261Z] 50fbbaec058b: Preparing [2024-10-07T09:46:16.261Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:16.261Z] 51a7b7c4f2a7: Preparing [2024-10-07T09:46:16.261Z] a0ec1175ae9d: Preparing [2024-10-07T09:46:16.261Z] 5f70bf18a086: Preparing [2024-10-07T09:46:16.261Z] dff4914dc710: Preparing [2024-10-07T09:46:16.261Z] dbc8652d499e: Preparing [2024-10-07T09:46:16.261Z] e4dd04a724cb: Preparing [2024-10-07T09:46:16.261Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:16.261Z] 51a7b7c4f2a7: Waiting [2024-10-07T09:46:16.261Z] b50a466d6ee5: Waiting [2024-10-07T09:46:16.261Z] 50fbbaec058b: Waiting [2024-10-07T09:46:16.261Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:16.261Z] 0d567b3e2c4b: Waiting [2024-10-07T09:46:16.261Z] f08a3a547a66: Waiting [2024-10-07T09:46:16.261Z] dbc8652d499e: Waiting [2024-10-07T09:46:16.261Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:16.261Z] dff4914dc710: Waiting [2024-10-07T09:46:16.261Z] 5f70bf18a086: Waiting [2024-10-07T09:46:16.261Z] f906ca772efe: Pushed [2024-10-07T09:46:16.261Z] 409704f0df07: Pushed [2024-10-07T09:46:16.261Z] 1dad9e195254: Pushed [2024-10-07T09:46:16.261Z] 453d7d3c1616: Pushed [2024-10-07T09:46:16.261Z] d18044afeeb5: Pushed [2024-10-07T09:46:16.261Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:16.261Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:16.520Z] 0d567b3e2c4b: Pushed [2024-10-07T09:46:16.520Z] b50a466d6ee5: Pushed [2024-10-07T09:46:16.520Z] 5f70bf18a086: Layer already exists [2024-10-07T09:46:16.520Z] a0ec1175ae9d: Pushed [2024-10-07T09:46:16.520Z] 51a7b7c4f2a7: Pushed [2024-10-07T09:46:16.520Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:16.520Z] dff4914dc710: Pushed [2024-10-07T09:46:16.520Z] dbc8652d499e: Pushed [2024-10-07T09:46:16.520Z] e4dd04a724cb: Pushed [2024-10-07T09:46:17.897Z] f08a3a547a66: Pushed [2024-10-07T09:46:17.897Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:2eb00d70d8c67389f1b93f6a7d748f899ca0ba8f4167d26a18f1334ac84f0456 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:18.222Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:18.546Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-10-07T09:46:18.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-07T09:46:18.546Z] 1dad9e195254: Preparing [2024-10-07T09:46:18.546Z] 409704f0df07: Preparing [2024-10-07T09:46:18.546Z] 453d7d3c1616: Preparing [2024-10-07T09:46:18.546Z] d18044afeeb5: Preparing [2024-10-07T09:46:18.546Z] f906ca772efe: Preparing [2024-10-07T09:46:18.546Z] 0d567b3e2c4b: Preparing [2024-10-07T09:46:18.546Z] b50a466d6ee5: Preparing [2024-10-07T09:46:18.546Z] f08a3a547a66: Preparing [2024-10-07T09:46:18.546Z] 50fbbaec058b: Preparing [2024-10-07T09:46:18.546Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:18.546Z] 51a7b7c4f2a7: Preparing [2024-10-07T09:46:18.546Z] a0ec1175ae9d: Preparing [2024-10-07T09:46:18.546Z] 5f70bf18a086: Preparing [2024-10-07T09:46:18.546Z] dff4914dc710: Preparing [2024-10-07T09:46:18.546Z] dbc8652d499e: Preparing [2024-10-07T09:46:18.546Z] e4dd04a724cb: Preparing [2024-10-07T09:46:18.546Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:18.546Z] 0d567b3e2c4b: Waiting [2024-10-07T09:46:18.546Z] b50a466d6ee5: Waiting [2024-10-07T09:46:18.546Z] f08a3a547a66: Waiting [2024-10-07T09:46:18.546Z] 50fbbaec058b: Waiting [2024-10-07T09:46:18.546Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:18.546Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:18.546Z] 51a7b7c4f2a7: Waiting [2024-10-07T09:46:18.546Z] 5f70bf18a086: Waiting [2024-10-07T09:46:18.546Z] dbc8652d499e: Waiting [2024-10-07T09:46:18.546Z] a0ec1175ae9d: Waiting [2024-10-07T09:46:18.546Z] dff4914dc710: Waiting [2024-10-07T09:46:18.547Z] e4dd04a724cb: Waiting [2024-10-07T09:46:18.547Z] 453d7d3c1616: Layer already exists [2024-10-07T09:46:18.547Z] 409704f0df07: Layer already exists [2024-10-07T09:46:18.547Z] d18044afeeb5: Layer already exists [2024-10-07T09:46:18.547Z] f906ca772efe: Layer already exists [2024-10-07T09:46:18.547Z] 1dad9e195254: Layer already exists [2024-10-07T09:46:18.547Z] f08a3a547a66: Layer already exists [2024-10-07T09:46:18.547Z] b50a466d6ee5: Layer already exists [2024-10-07T09:46:18.547Z] 0d567b3e2c4b: Layer already exists [2024-10-07T09:46:18.547Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:18.547Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:18.547Z] dbc8652d499e: Layer already exists [2024-10-07T09:46:18.547Z] a0ec1175ae9d: Layer already exists [2024-10-07T09:46:18.547Z] 51a7b7c4f2a7: Layer already exists [2024-10-07T09:46:18.547Z] 5f70bf18a086: Layer already exists [2024-10-07T09:46:18.547Z] dff4914dc710: Layer already exists [2024-10-07T09:46:18.547Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:18.547Z] e4dd04a724cb: Layer already exists [2024-10-07T09:46:18.547Z] latest: digest: sha256:2eb00d70d8c67389f1b93f6a7d748f899ca0ba8f4167d26a18f1334ac84f0456 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:18.874Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:19.195Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.94 [2024-10-07T09:46:19.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-07T09:46:19.195Z] 1dad9e195254: Preparing [2024-10-07T09:46:19.195Z] 409704f0df07: Preparing [2024-10-07T09:46:19.195Z] 453d7d3c1616: Preparing [2024-10-07T09:46:19.195Z] d18044afeeb5: Preparing [2024-10-07T09:46:19.195Z] f906ca772efe: Preparing [2024-10-07T09:46:19.195Z] 0d567b3e2c4b: Preparing [2024-10-07T09:46:19.195Z] b50a466d6ee5: Preparing [2024-10-07T09:46:19.195Z] f08a3a547a66: Preparing [2024-10-07T09:46:19.195Z] 50fbbaec058b: Preparing [2024-10-07T09:46:19.195Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:19.195Z] 51a7b7c4f2a7: Preparing [2024-10-07T09:46:19.195Z] a0ec1175ae9d: Preparing [2024-10-07T09:46:19.195Z] 5f70bf18a086: Preparing [2024-10-07T09:46:19.195Z] dff4914dc710: Preparing [2024-10-07T09:46:19.195Z] dbc8652d499e: Preparing [2024-10-07T09:46:19.195Z] e4dd04a724cb: Preparing [2024-10-07T09:46:19.195Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:19.195Z] 51a7b7c4f2a7: Waiting [2024-10-07T09:46:19.195Z] 0d567b3e2c4b: Waiting [2024-10-07T09:46:19.195Z] b50a466d6ee5: Waiting [2024-10-07T09:46:19.195Z] f08a3a547a66: Waiting [2024-10-07T09:46:19.195Z] 50fbbaec058b: Waiting [2024-10-07T09:46:19.195Z] a0ec1175ae9d: Waiting [2024-10-07T09:46:19.195Z] dbc8652d499e: Waiting [2024-10-07T09:46:19.195Z] e4dd04a724cb: Waiting [2024-10-07T09:46:19.195Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:19.195Z] 5f70bf18a086: Waiting [2024-10-07T09:46:19.195Z] d18044afeeb5: Layer already exists [2024-10-07T09:46:19.195Z] 1dad9e195254: Layer already exists [2024-10-07T09:46:19.195Z] f906ca772efe: Layer already exists [2024-10-07T09:46:19.195Z] 453d7d3c1616: Layer already exists [2024-10-07T09:46:19.195Z] 409704f0df07: Layer already exists [2024-10-07T09:46:19.195Z] 0d567b3e2c4b: Layer already exists [2024-10-07T09:46:19.195Z] b50a466d6ee5: Layer already exists [2024-10-07T09:46:19.195Z] f08a3a547a66: Layer already exists [2024-10-07T09:46:19.195Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:19.195Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:19.195Z] a0ec1175ae9d: Layer already exists [2024-10-07T09:46:19.195Z] 51a7b7c4f2a7: Layer already exists [2024-10-07T09:46:19.195Z] 5f70bf18a086: Layer already exists [2024-10-07T09:46:19.195Z] dbc8652d499e: Layer already exists [2024-10-07T09:46:19.195Z] dff4914dc710: Layer already exists [2024-10-07T09:46:19.195Z] e4dd04a724cb: Layer already exists [2024-10-07T09:46:19.195Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:19.195Z] 3.2.0-dev.94: digest: sha256:2eb00d70d8c67389f1b93f6a7d748f899ca0ba8f4167d26a18f1334ac84f0456 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:19.529Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:19.858Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:19.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-07T09:46:19.859Z] 1dad9e195254: Preparing [2024-10-07T09:46:19.859Z] 409704f0df07: Preparing [2024-10-07T09:46:19.859Z] 453d7d3c1616: Preparing [2024-10-07T09:46:19.859Z] d18044afeeb5: Preparing [2024-10-07T09:46:19.859Z] f906ca772efe: Preparing [2024-10-07T09:46:19.859Z] 0d567b3e2c4b: Preparing [2024-10-07T09:46:19.859Z] b50a466d6ee5: Preparing [2024-10-07T09:46:19.859Z] f08a3a547a66: Preparing [2024-10-07T09:46:19.859Z] 50fbbaec058b: Preparing [2024-10-07T09:46:19.859Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:19.859Z] 51a7b7c4f2a7: Preparing [2024-10-07T09:46:19.859Z] a0ec1175ae9d: Preparing [2024-10-07T09:46:19.859Z] 5f70bf18a086: Preparing [2024-10-07T09:46:19.859Z] dff4914dc710: Preparing [2024-10-07T09:46:19.859Z] dbc8652d499e: Preparing [2024-10-07T09:46:19.859Z] e4dd04a724cb: Preparing [2024-10-07T09:46:19.859Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:19.859Z] a0ec1175ae9d: Waiting [2024-10-07T09:46:19.859Z] b50a466d6ee5: Waiting [2024-10-07T09:46:19.859Z] 5f70bf18a086: Waiting [2024-10-07T09:46:19.859Z] f08a3a547a66: Waiting [2024-10-07T09:46:19.859Z] 50fbbaec058b: Waiting [2024-10-07T09:46:19.859Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:19.859Z] 51a7b7c4f2a7: Waiting [2024-10-07T09:46:19.859Z] dbc8652d499e: Waiting [2024-10-07T09:46:19.859Z] e4dd04a724cb: Waiting [2024-10-07T09:46:19.859Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:19.859Z] 0d567b3e2c4b: Waiting [2024-10-07T09:46:19.859Z] 409704f0df07: Layer already exists [2024-10-07T09:46:19.859Z] 453d7d3c1616: Layer already exists [2024-10-07T09:46:19.859Z] 1dad9e195254: Layer already exists [2024-10-07T09:46:19.859Z] f906ca772efe: Layer already exists [2024-10-07T09:46:19.859Z] d18044afeeb5: Layer already exists [2024-10-07T09:46:19.859Z] f08a3a547a66: Layer already exists [2024-10-07T09:46:19.859Z] 0d567b3e2c4b: Layer already exists [2024-10-07T09:46:19.859Z] b50a466d6ee5: Layer already exists [2024-10-07T09:46:19.859Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:19.859Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:19.859Z] a0ec1175ae9d: Layer already exists [2024-10-07T09:46:19.859Z] 51a7b7c4f2a7: Layer already exists [2024-10-07T09:46:19.859Z] 5f70bf18a086: Layer already exists [2024-10-07T09:46:19.859Z] dbc8652d499e: Layer already exists [2024-10-07T09:46:19.859Z] dff4914dc710: Layer already exists [2024-10-07T09:46:19.859Z] e4dd04a724cb: Layer already exists [2024-10-07T09:46:19.859Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:19.859Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:2eb00d70d8c67389f1b93f6a7d748f899ca0ba8f4167d26a18f1334ac84f0456 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:20.187Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:20.518Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-10-07T09:46:20.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-07T09:46:20.518Z] 1dad9e195254: Preparing [2024-10-07T09:46:20.518Z] 409704f0df07: Preparing [2024-10-07T09:46:20.518Z] 453d7d3c1616: Preparing [2024-10-07T09:46:20.518Z] d18044afeeb5: Preparing [2024-10-07T09:46:20.518Z] f906ca772efe: Preparing [2024-10-07T09:46:20.518Z] 0d567b3e2c4b: Preparing [2024-10-07T09:46:20.518Z] b50a466d6ee5: Preparing [2024-10-07T09:46:20.518Z] f08a3a547a66: Preparing [2024-10-07T09:46:20.518Z] 50fbbaec058b: Preparing [2024-10-07T09:46:20.518Z] 0d567b3e2c4b: Waiting [2024-10-07T09:46:20.518Z] f08a3a547a66: Waiting [2024-10-07T09:46:20.518Z] b50a466d6ee5: Waiting [2024-10-07T09:46:20.518Z] 50fbbaec058b: Waiting [2024-10-07T09:46:20.518Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:20.518Z] 51a7b7c4f2a7: Preparing [2024-10-07T09:46:20.518Z] a0ec1175ae9d: Preparing [2024-10-07T09:46:20.518Z] 5f70bf18a086: Preparing [2024-10-07T09:46:20.518Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:20.518Z] a0ec1175ae9d: Waiting [2024-10-07T09:46:20.518Z] 51a7b7c4f2a7: Waiting [2024-10-07T09:46:20.518Z] dff4914dc710: Preparing [2024-10-07T09:46:20.518Z] dbc8652d499e: Preparing [2024-10-07T09:46:20.518Z] 5f70bf18a086: Waiting [2024-10-07T09:46:20.518Z] dff4914dc710: Waiting [2024-10-07T09:46:20.518Z] e4dd04a724cb: Preparing [2024-10-07T09:46:20.518Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:20.518Z] dbc8652d499e: Waiting [2024-10-07T09:46:20.518Z] e4dd04a724cb: Waiting [2024-10-07T09:46:20.518Z] 453d7d3c1616: Layer already exists [2024-10-07T09:46:20.518Z] f906ca772efe: Layer already exists [2024-10-07T09:46:20.518Z] 1dad9e195254: Layer already exists [2024-10-07T09:46:20.518Z] d18044afeeb5: Layer already exists [2024-10-07T09:46:20.518Z] 409704f0df07: Layer already exists [2024-10-07T09:46:20.518Z] b50a466d6ee5: Layer already exists [2024-10-07T09:46:20.518Z] 0d567b3e2c4b: Layer already exists [2024-10-07T09:46:20.518Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:20.518Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:20.518Z] f08a3a547a66: Layer already exists [2024-10-07T09:46:20.518Z] 51a7b7c4f2a7: Layer already exists [2024-10-07T09:46:20.518Z] a0ec1175ae9d: Layer already exists [2024-10-07T09:46:20.518Z] 5f70bf18a086: Layer already exists [2024-10-07T09:46:20.518Z] dff4914dc710: Layer already exists [2024-10-07T09:46:20.518Z] dbc8652d499e: Layer already exists [2024-10-07T09:46:20.518Z] e4dd04a724cb: Layer already exists [2024-10-07T09:46:20.518Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:20.518Z] main: digest: sha256:2eb00d70d8c67389f1b93f6a7d748f899ca0ba8f4167d26a18f1334ac84f0456 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T09:46:20.590Z] ===================================================== [Pipeline] echo [2024-10-07T09:46:20.605Z] taggedImages: [2024-10-07T09:46:20.605Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:20.605Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-10-07T09:46:20.605Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.94 [2024-10-07T09:46:20.605Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:20.605Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-10-07T09:46:20.637Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-10-07T09:46:20.637Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:20.637Z] latest [2024-10-07T09:46:20.637Z] 3.2.0-dev.94 [2024-10-07T09:46:20.637Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:20.637Z] main [2024-10-07T09:46:20.637Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:21.003Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:21.333Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:21.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-07T09:46:21.333Z] eb2941e1083e: Preparing [2024-10-07T09:46:21.333Z] 2f9de81aba2d: Preparing [2024-10-07T09:46:21.333Z] 1558edb1d935: Preparing [2024-10-07T09:46:21.333Z] e9db6c62cb6b: Preparing [2024-10-07T09:46:21.333Z] 50fbbaec058b: Preparing [2024-10-07T09:46:21.333Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:21.333Z] fe71e29a7fd4: Preparing [2024-10-07T09:46:21.333Z] 954cfc4ff21d: Preparing [2024-10-07T09:46:21.333Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:21.333Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:21.333Z] fe71e29a7fd4: Waiting [2024-10-07T09:46:21.333Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:21.333Z] 954cfc4ff21d: Waiting [2024-10-07T09:46:21.333Z] eb2941e1083e: Layer already exists [2024-10-07T09:46:21.333Z] 2f9de81aba2d: Layer already exists [2024-10-07T09:46:21.333Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:21.333Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:21.333Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:46:21.333Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:46:21.333Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:21.333Z] 1558edb1d935: Pushed [2024-10-07T09:46:23.241Z] e9db6c62cb6b: Pushed [2024-10-07T09:46:23.241Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:71ca7fbf1644ef0f4ead62a964f548fab2fa65aa6894bcb772aed47181a133c0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:23.564Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:23.886Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-10-07T09:46:23.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-07T09:46:23.886Z] eb2941e1083e: Preparing [2024-10-07T09:46:23.886Z] 2f9de81aba2d: Preparing [2024-10-07T09:46:23.886Z] 1558edb1d935: Preparing [2024-10-07T09:46:23.886Z] e9db6c62cb6b: Preparing [2024-10-07T09:46:23.886Z] 50fbbaec058b: Preparing [2024-10-07T09:46:23.886Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:23.886Z] fe71e29a7fd4: Preparing [2024-10-07T09:46:23.886Z] 954cfc4ff21d: Preparing [2024-10-07T09:46:23.886Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:23.886Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:23.886Z] fe71e29a7fd4: Waiting [2024-10-07T09:46:23.886Z] 954cfc4ff21d: Waiting [2024-10-07T09:46:23.886Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:23.886Z] 2f9de81aba2d: Layer already exists [2024-10-07T09:46:23.886Z] 1558edb1d935: Layer already exists [2024-10-07T09:46:23.886Z] e9db6c62cb6b: Layer already exists [2024-10-07T09:46:23.886Z] eb2941e1083e: Layer already exists [2024-10-07T09:46:23.886Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:23.886Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:23.886Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:46:23.886Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:46:23.886Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:23.886Z] latest: digest: sha256:71ca7fbf1644ef0f4ead62a964f548fab2fa65aa6894bcb772aed47181a133c0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:24.214Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:24.540Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.94 [2024-10-07T09:46:24.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-07T09:46:24.540Z] eb2941e1083e: Preparing [2024-10-07T09:46:24.540Z] 2f9de81aba2d: Preparing [2024-10-07T09:46:24.540Z] 1558edb1d935: Preparing [2024-10-07T09:46:24.540Z] e9db6c62cb6b: Preparing [2024-10-07T09:46:24.540Z] 50fbbaec058b: Preparing [2024-10-07T09:46:24.540Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:24.540Z] fe71e29a7fd4: Preparing [2024-10-07T09:46:24.540Z] 954cfc4ff21d: Preparing [2024-10-07T09:46:24.540Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:24.540Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:24.540Z] fe71e29a7fd4: Waiting [2024-10-07T09:46:24.540Z] 954cfc4ff21d: Waiting [2024-10-07T09:46:24.540Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:24.540Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:24.540Z] 2f9de81aba2d: Layer already exists [2024-10-07T09:46:24.540Z] eb2941e1083e: Layer already exists [2024-10-07T09:46:24.540Z] e9db6c62cb6b: Layer already exists [2024-10-07T09:46:24.540Z] 1558edb1d935: Layer already exists [2024-10-07T09:46:24.540Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:24.540Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:46:24.540Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:24.540Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:46:24.540Z] 3.2.0-dev.94: digest: sha256:71ca7fbf1644ef0f4ead62a964f548fab2fa65aa6894bcb772aed47181a133c0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:24.906Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:25.289Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:25.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-07T09:46:25.289Z] eb2941e1083e: Preparing [2024-10-07T09:46:25.289Z] 2f9de81aba2d: Preparing [2024-10-07T09:46:25.289Z] 1558edb1d935: Preparing [2024-10-07T09:46:25.289Z] e9db6c62cb6b: Preparing [2024-10-07T09:46:25.289Z] 50fbbaec058b: Preparing [2024-10-07T09:46:25.289Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:25.289Z] fe71e29a7fd4: Preparing [2024-10-07T09:46:25.289Z] 954cfc4ff21d: Preparing [2024-10-07T09:46:25.289Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:25.289Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:25.289Z] fe71e29a7fd4: Waiting [2024-10-07T09:46:25.289Z] 954cfc4ff21d: Waiting [2024-10-07T09:46:25.289Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:25.289Z] eb2941e1083e: Layer already exists [2024-10-07T09:46:25.289Z] 1558edb1d935: Layer already exists [2024-10-07T09:46:25.289Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:25.289Z] e9db6c62cb6b: Layer already exists [2024-10-07T09:46:25.289Z] 2f9de81aba2d: Layer already exists [2024-10-07T09:46:25.289Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:25.289Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:25.289Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:46:25.289Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:46:25.289Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:71ca7fbf1644ef0f4ead62a964f548fab2fa65aa6894bcb772aed47181a133c0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:25.670Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:26.039Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-10-07T09:46:26.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-07T09:46:26.039Z] eb2941e1083e: Preparing [2024-10-07T09:46:26.039Z] 2f9de81aba2d: Preparing [2024-10-07T09:46:26.039Z] 1558edb1d935: Preparing [2024-10-07T09:46:26.039Z] e9db6c62cb6b: Preparing [2024-10-07T09:46:26.039Z] 50fbbaec058b: Preparing [2024-10-07T09:46:26.039Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:26.039Z] fe71e29a7fd4: Preparing [2024-10-07T09:46:26.039Z] 954cfc4ff21d: Preparing [2024-10-07T09:46:26.039Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:26.039Z] fe71e29a7fd4: Waiting [2024-10-07T09:46:26.039Z] 954cfc4ff21d: Waiting [2024-10-07T09:46:26.039Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:26.039Z] 2f9de81aba2d: Layer already exists [2024-10-07T09:46:26.039Z] 1558edb1d935: Layer already exists [2024-10-07T09:46:26.039Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:26.039Z] eb2941e1083e: Layer already exists [2024-10-07T09:46:26.039Z] e9db6c62cb6b: Layer already exists [2024-10-07T09:46:26.039Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:26.039Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:46:26.039Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:26.039Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:46:26.039Z] main: digest: sha256:71ca7fbf1644ef0f4ead62a964f548fab2fa65aa6894bcb772aed47181a133c0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T09:46:26.190Z] ===================================================== [Pipeline] echo [2024-10-07T09:46:26.205Z] taggedImages: [2024-10-07T09:46:26.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:26.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-10-07T09:46:26.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.94 [2024-10-07T09:46:26.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:26.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-10-07T09:46:26.230Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-10-07T09:46:26.230Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:26.230Z] latest [2024-10-07T09:46:26.230Z] 3.2.0-dev.94 [2024-10-07T09:46:26.230Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:26.230Z] main [2024-10-07T09:46:26.230Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:26.570Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:26.892Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:26.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-07T09:46:26.892Z] f7a3c298333b: Preparing [2024-10-07T09:46:26.892Z] c3743a73aaf3: Preparing [2024-10-07T09:46:26.892Z] 50338bdc2b11: Preparing [2024-10-07T09:46:26.892Z] 99436c77ad8e: Preparing [2024-10-07T09:46:26.892Z] 2b624905f999: Preparing [2024-10-07T09:46:26.892Z] 50fbbaec058b: Preparing [2024-10-07T09:46:26.892Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:26.892Z] 210795ae8fc6: Preparing [2024-10-07T09:46:26.892Z] 428fb7bdedc9: Preparing [2024-10-07T09:46:26.892Z] 654ce08c196f: Preparing [2024-10-07T09:46:26.892Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:26.892Z] 50fbbaec058b: Waiting [2024-10-07T09:46:26.892Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:26.892Z] 210795ae8fc6: Waiting [2024-10-07T09:46:26.892Z] 428fb7bdedc9: Waiting [2024-10-07T09:46:26.892Z] 654ce08c196f: Waiting [2024-10-07T09:46:26.892Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:26.892Z] 99436c77ad8e: Pushed [2024-10-07T09:46:26.892Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:26.892Z] f7a3c298333b: Pushed [2024-10-07T09:46:26.892Z] 2b624905f999: Pushed [2024-10-07T09:46:26.892Z] c3743a73aaf3: Pushed [2024-10-07T09:46:26.892Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:26.892Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:26.892Z] 210795ae8fc6: Pushed [2024-10-07T09:46:27.150Z] 428fb7bdedc9: Pushed [2024-10-07T09:46:28.087Z] 50338bdc2b11: Pushed [2024-10-07T09:46:28.346Z] 654ce08c196f: Pushed [2024-10-07T09:46:28.346Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:2034fa20c4764a603ac971553b8580ef7229df105610d965aa24193ba65c7d38 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:28.672Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:29.000Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-10-07T09:46:29.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-07T09:46:29.000Z] f7a3c298333b: Preparing [2024-10-07T09:46:29.000Z] c3743a73aaf3: Preparing [2024-10-07T09:46:29.000Z] 50338bdc2b11: Preparing [2024-10-07T09:46:29.000Z] 99436c77ad8e: Preparing [2024-10-07T09:46:29.000Z] 2b624905f999: Preparing [2024-10-07T09:46:29.000Z] 50fbbaec058b: Preparing [2024-10-07T09:46:29.000Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:29.000Z] 210795ae8fc6: Preparing [2024-10-07T09:46:29.000Z] 428fb7bdedc9: Preparing [2024-10-07T09:46:29.000Z] 654ce08c196f: Preparing [2024-10-07T09:46:29.000Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:29.000Z] 50fbbaec058b: Waiting [2024-10-07T09:46:29.000Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:29.000Z] 210795ae8fc6: Waiting [2024-10-07T09:46:29.000Z] 428fb7bdedc9: Waiting [2024-10-07T09:46:29.000Z] 654ce08c196f: Waiting [2024-10-07T09:46:29.000Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:29.000Z] f7a3c298333b: Layer already exists [2024-10-07T09:46:29.000Z] 2b624905f999: Layer already exists [2024-10-07T09:46:29.000Z] 99436c77ad8e: Layer already exists [2024-10-07T09:46:29.000Z] c3743a73aaf3: Layer already exists [2024-10-07T09:46:29.000Z] 50338bdc2b11: Layer already exists [2024-10-07T09:46:29.000Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:29.000Z] 210795ae8fc6: Layer already exists [2024-10-07T09:46:29.000Z] 654ce08c196f: Layer already exists [2024-10-07T09:46:29.000Z] 428fb7bdedc9: Layer already exists [2024-10-07T09:46:29.000Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:29.000Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:29.000Z] latest: digest: sha256:2034fa20c4764a603ac971553b8580ef7229df105610d965aa24193ba65c7d38 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:29.332Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:29.653Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.94 [2024-10-07T09:46:29.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-07T09:46:29.653Z] f7a3c298333b: Preparing [2024-10-07T09:46:29.653Z] c3743a73aaf3: Preparing [2024-10-07T09:46:29.653Z] 50338bdc2b11: Preparing [2024-10-07T09:46:29.653Z] 99436c77ad8e: Preparing [2024-10-07T09:46:29.653Z] 2b624905f999: Preparing [2024-10-07T09:46:29.653Z] 50fbbaec058b: Preparing [2024-10-07T09:46:29.653Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:29.653Z] 210795ae8fc6: Preparing [2024-10-07T09:46:29.653Z] 428fb7bdedc9: Preparing [2024-10-07T09:46:29.653Z] 654ce08c196f: Preparing [2024-10-07T09:46:29.653Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:29.653Z] 50fbbaec058b: Waiting [2024-10-07T09:46:29.653Z] 210795ae8fc6: Waiting [2024-10-07T09:46:29.653Z] 654ce08c196f: Waiting [2024-10-07T09:46:29.653Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:29.653Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:29.653Z] 428fb7bdedc9: Waiting [2024-10-07T09:46:29.653Z] f7a3c298333b: Layer already exists [2024-10-07T09:46:29.653Z] 50338bdc2b11: Layer already exists [2024-10-07T09:46:29.653Z] 2b624905f999: Layer already exists [2024-10-07T09:46:29.653Z] c3743a73aaf3: Layer already exists [2024-10-07T09:46:29.653Z] 99436c77ad8e: Layer already exists [2024-10-07T09:46:29.653Z] 428fb7bdedc9: Layer already exists [2024-10-07T09:46:29.653Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:29.653Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:29.653Z] 654ce08c196f: Layer already exists [2024-10-07T09:46:29.653Z] 210795ae8fc6: Layer already exists [2024-10-07T09:46:29.653Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:29.653Z] 3.2.0-dev.94: digest: sha256:2034fa20c4764a603ac971553b8580ef7229df105610d965aa24193ba65c7d38 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:29.982Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:30.324Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:30.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-07T09:46:30.324Z] f7a3c298333b: Preparing [2024-10-07T09:46:30.324Z] c3743a73aaf3: Preparing [2024-10-07T09:46:30.324Z] 50338bdc2b11: Preparing [2024-10-07T09:46:30.324Z] 99436c77ad8e: Preparing [2024-10-07T09:46:30.324Z] 2b624905f999: Preparing [2024-10-07T09:46:30.324Z] 50fbbaec058b: Preparing [2024-10-07T09:46:30.324Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:30.324Z] 210795ae8fc6: Preparing [2024-10-07T09:46:30.324Z] 428fb7bdedc9: Preparing [2024-10-07T09:46:30.324Z] 654ce08c196f: Preparing [2024-10-07T09:46:30.324Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:30.324Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:30.324Z] 210795ae8fc6: Waiting [2024-10-07T09:46:30.324Z] 428fb7bdedc9: Waiting [2024-10-07T09:46:30.324Z] 654ce08c196f: Waiting [2024-10-07T09:46:30.324Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:30.324Z] 50fbbaec058b: Waiting [2024-10-07T09:46:30.324Z] 2b624905f999: Layer already exists [2024-10-07T09:46:30.324Z] 50338bdc2b11: Layer already exists [2024-10-07T09:46:30.324Z] c3743a73aaf3: Layer already exists [2024-10-07T09:46:30.324Z] f7a3c298333b: Layer already exists [2024-10-07T09:46:30.324Z] 99436c77ad8e: Layer already exists [2024-10-07T09:46:30.324Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:30.324Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:30.324Z] 210795ae8fc6: Layer already exists [2024-10-07T09:46:30.324Z] 428fb7bdedc9: Layer already exists [2024-10-07T09:46:30.324Z] 654ce08c196f: Layer already exists [2024-10-07T09:46:30.324Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:30.324Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:2034fa20c4764a603ac971553b8580ef7229df105610d965aa24193ba65c7d38 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:30.651Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:30.984Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-10-07T09:46:30.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-07T09:46:30.984Z] f7a3c298333b: Preparing [2024-10-07T09:46:30.984Z] c3743a73aaf3: Preparing [2024-10-07T09:46:30.984Z] 50338bdc2b11: Preparing [2024-10-07T09:46:30.984Z] 99436c77ad8e: Preparing [2024-10-07T09:46:30.984Z] 2b624905f999: Preparing [2024-10-07T09:46:30.984Z] 50fbbaec058b: Preparing [2024-10-07T09:46:30.984Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:30.984Z] 210795ae8fc6: Preparing [2024-10-07T09:46:30.984Z] 428fb7bdedc9: Preparing [2024-10-07T09:46:30.984Z] 654ce08c196f: Preparing [2024-10-07T09:46:30.984Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:30.984Z] 428fb7bdedc9: Waiting [2024-10-07T09:46:30.984Z] 654ce08c196f: Waiting [2024-10-07T09:46:30.984Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:30.984Z] 50fbbaec058b: Waiting [2024-10-07T09:46:30.984Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:30.984Z] 210795ae8fc6: Waiting [2024-10-07T09:46:30.984Z] c3743a73aaf3: Layer already exists [2024-10-07T09:46:30.984Z] 2b624905f999: Layer already exists [2024-10-07T09:46:30.984Z] f7a3c298333b: Layer already exists [2024-10-07T09:46:30.984Z] 50338bdc2b11: Layer already exists [2024-10-07T09:46:30.984Z] 99436c77ad8e: Layer already exists [2024-10-07T09:46:30.984Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:30.984Z] 210795ae8fc6: Layer already exists [2024-10-07T09:46:30.984Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:30.984Z] 428fb7bdedc9: Layer already exists [2024-10-07T09:46:30.984Z] 654ce08c196f: Layer already exists [2024-10-07T09:46:30.984Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:30.984Z] main: digest: sha256:2034fa20c4764a603ac971553b8580ef7229df105610d965aa24193ba65c7d38 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T09:46:31.051Z] ===================================================== [Pipeline] echo [2024-10-07T09:46:31.065Z] taggedImages: [2024-10-07T09:46:31.065Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:31.065Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-10-07T09:46:31.065Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.94 [2024-10-07T09:46:31.065Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:31.065Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-10-07T09:46:31.093Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-10-07T09:46:31.093Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:31.093Z] latest [2024-10-07T09:46:31.093Z] 3.2.0-dev.94 [2024-10-07T09:46:31.093Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:31.093Z] main [2024-10-07T09:46:31.093Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:31.437Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:31.760Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:31.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-07T09:46:31.760Z] acb98f41986e: Preparing [2024-10-07T09:46:31.760Z] c20dee8f1d13: Preparing [2024-10-07T09:46:31.760Z] 27af24c21de2: Preparing [2024-10-07T09:46:31.760Z] f1084da7a245: Preparing [2024-10-07T09:46:31.760Z] 6fd1e88898c5: Preparing [2024-10-07T09:46:31.760Z] d0c85c544623: Preparing [2024-10-07T09:46:31.760Z] 437e1db3f1ba: Preparing [2024-10-07T09:46:31.760Z] 50fbbaec058b: Preparing [2024-10-07T09:46:31.760Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:31.760Z] e41132b6e53f: Preparing [2024-10-07T09:46:31.760Z] 14e38adb50a8: Preparing [2024-10-07T09:46:31.760Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:31.760Z] 50fbbaec058b: Waiting [2024-10-07T09:46:31.760Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:31.760Z] d0c85c544623: Waiting [2024-10-07T09:46:31.760Z] e41132b6e53f: Waiting [2024-10-07T09:46:31.760Z] 14e38adb50a8: Waiting [2024-10-07T09:46:31.760Z] 437e1db3f1ba: Waiting [2024-10-07T09:46:31.760Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:31.760Z] acb98f41986e: Pushed [2024-10-07T09:46:31.760Z] 6fd1e88898c5: Pushed [2024-10-07T09:46:31.760Z] c20dee8f1d13: Pushed [2024-10-07T09:46:31.760Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:32.021Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:32.021Z] d0c85c544623: Pushed [2024-10-07T09:46:32.021Z] 437e1db3f1ba: Pushed [2024-10-07T09:46:32.021Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:32.021Z] e41132b6e53f: Pushed [2024-10-07T09:46:32.587Z] f1084da7a245: Pushed [2024-10-07T09:46:33.154Z] 27af24c21de2: Pushed [2024-10-07T09:46:33.154Z] 14e38adb50a8: Pushed [2024-10-07T09:46:33.155Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:7dbe9ddb26a09802072f1d3d46a432cfef45981ec1282acb4b87fbef4642dc36 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:33.487Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:33.806Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-10-07T09:46:33.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-07T09:46:33.806Z] acb98f41986e: Preparing [2024-10-07T09:46:33.806Z] c20dee8f1d13: Preparing [2024-10-07T09:46:33.806Z] 27af24c21de2: Preparing [2024-10-07T09:46:33.806Z] f1084da7a245: Preparing [2024-10-07T09:46:33.806Z] 6fd1e88898c5: Preparing [2024-10-07T09:46:33.806Z] d0c85c544623: Preparing [2024-10-07T09:46:33.806Z] 437e1db3f1ba: Preparing [2024-10-07T09:46:33.806Z] 50fbbaec058b: Preparing [2024-10-07T09:46:33.806Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:33.806Z] e41132b6e53f: Preparing [2024-10-07T09:46:33.806Z] 14e38adb50a8: Preparing [2024-10-07T09:46:33.806Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:33.806Z] 437e1db3f1ba: Waiting [2024-10-07T09:46:33.806Z] 14e38adb50a8: Waiting [2024-10-07T09:46:33.806Z] 50fbbaec058b: Waiting [2024-10-07T09:46:33.806Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:33.806Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:33.806Z] e41132b6e53f: Waiting [2024-10-07T09:46:33.806Z] d0c85c544623: Waiting [2024-10-07T09:46:33.806Z] c20dee8f1d13: Layer already exists [2024-10-07T09:46:33.806Z] 27af24c21de2: Layer already exists [2024-10-07T09:46:33.806Z] f1084da7a245: Layer already exists [2024-10-07T09:46:33.806Z] 6fd1e88898c5: Layer already exists [2024-10-07T09:46:33.806Z] acb98f41986e: Layer already exists [2024-10-07T09:46:33.806Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:33.806Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:33.806Z] d0c85c544623: Layer already exists [2024-10-07T09:46:33.806Z] 437e1db3f1ba: Layer already exists [2024-10-07T09:46:33.806Z] e41132b6e53f: Layer already exists [2024-10-07T09:46:33.806Z] 14e38adb50a8: Layer already exists [2024-10-07T09:46:33.806Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:33.806Z] latest: digest: sha256:7dbe9ddb26a09802072f1d3d46a432cfef45981ec1282acb4b87fbef4642dc36 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:34.139Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:34.465Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.94 [2024-10-07T09:46:34.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-07T09:46:34.465Z] acb98f41986e: Preparing [2024-10-07T09:46:34.465Z] c20dee8f1d13: Preparing [2024-10-07T09:46:34.465Z] 27af24c21de2: Preparing [2024-10-07T09:46:34.465Z] f1084da7a245: Preparing [2024-10-07T09:46:34.465Z] 6fd1e88898c5: Preparing [2024-10-07T09:46:34.465Z] d0c85c544623: Preparing [2024-10-07T09:46:34.465Z] 437e1db3f1ba: Preparing [2024-10-07T09:46:34.465Z] 50fbbaec058b: Preparing [2024-10-07T09:46:34.465Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:34.465Z] e41132b6e53f: Preparing [2024-10-07T09:46:34.465Z] 14e38adb50a8: Preparing [2024-10-07T09:46:34.465Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:34.465Z] d0c85c544623: Waiting [2024-10-07T09:46:34.465Z] 437e1db3f1ba: Waiting [2024-10-07T09:46:34.465Z] 50fbbaec058b: Waiting [2024-10-07T09:46:34.465Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:34.465Z] e41132b6e53f: Waiting [2024-10-07T09:46:34.465Z] 14e38adb50a8: Waiting [2024-10-07T09:46:34.465Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:34.465Z] acb98f41986e: Layer already exists [2024-10-07T09:46:34.465Z] c20dee8f1d13: Layer already exists [2024-10-07T09:46:34.465Z] 6fd1e88898c5: Layer already exists [2024-10-07T09:46:34.465Z] 27af24c21de2: Layer already exists [2024-10-07T09:46:34.465Z] f1084da7a245: Layer already exists [2024-10-07T09:46:34.465Z] d0c85c544623: Layer already exists [2024-10-07T09:46:34.465Z] 437e1db3f1ba: Layer already exists [2024-10-07T09:46:34.465Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:34.465Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:34.465Z] e41132b6e53f: Layer already exists [2024-10-07T09:46:34.465Z] 14e38adb50a8: Layer already exists [2024-10-07T09:46:34.465Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:34.465Z] 3.2.0-dev.94: digest: sha256:7dbe9ddb26a09802072f1d3d46a432cfef45981ec1282acb4b87fbef4642dc36 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:34.792Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:35.129Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:35.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-07T09:46:35.129Z] acb98f41986e: Preparing [2024-10-07T09:46:35.129Z] c20dee8f1d13: Preparing [2024-10-07T09:46:35.129Z] 27af24c21de2: Preparing [2024-10-07T09:46:35.129Z] f1084da7a245: Preparing [2024-10-07T09:46:35.129Z] 6fd1e88898c5: Preparing [2024-10-07T09:46:35.129Z] d0c85c544623: Preparing [2024-10-07T09:46:35.129Z] 437e1db3f1ba: Preparing [2024-10-07T09:46:35.129Z] 50fbbaec058b: Preparing [2024-10-07T09:46:35.129Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:35.129Z] e41132b6e53f: Preparing [2024-10-07T09:46:35.129Z] 14e38adb50a8: Preparing [2024-10-07T09:46:35.129Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:35.129Z] d0c85c544623: Waiting [2024-10-07T09:46:35.129Z] 437e1db3f1ba: Waiting [2024-10-07T09:46:35.129Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:35.129Z] 14e38adb50a8: Waiting [2024-10-07T09:46:35.129Z] 50fbbaec058b: Waiting [2024-10-07T09:46:35.129Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:35.129Z] e41132b6e53f: Waiting [2024-10-07T09:46:35.129Z] 6fd1e88898c5: Layer already exists [2024-10-07T09:46:35.129Z] 27af24c21de2: Layer already exists [2024-10-07T09:46:35.129Z] c20dee8f1d13: Layer already exists [2024-10-07T09:46:35.129Z] acb98f41986e: Layer already exists [2024-10-07T09:46:35.129Z] f1084da7a245: Layer already exists [2024-10-07T09:46:35.129Z] d0c85c544623: Layer already exists [2024-10-07T09:46:35.129Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:35.129Z] e41132b6e53f: Layer already exists [2024-10-07T09:46:35.129Z] 437e1db3f1ba: Layer already exists [2024-10-07T09:46:35.129Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:35.129Z] 14e38adb50a8: Layer already exists [2024-10-07T09:46:35.129Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:35.129Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:7dbe9ddb26a09802072f1d3d46a432cfef45981ec1282acb4b87fbef4642dc36 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:35.450Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:35.772Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-10-07T09:46:35.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-07T09:46:35.772Z] acb98f41986e: Preparing [2024-10-07T09:46:35.772Z] c20dee8f1d13: Preparing [2024-10-07T09:46:35.772Z] 27af24c21de2: Preparing [2024-10-07T09:46:35.772Z] f1084da7a245: Preparing [2024-10-07T09:46:35.772Z] 6fd1e88898c5: Preparing [2024-10-07T09:46:35.772Z] d0c85c544623: Preparing [2024-10-07T09:46:35.772Z] 437e1db3f1ba: Preparing [2024-10-07T09:46:35.772Z] 50fbbaec058b: Preparing [2024-10-07T09:46:35.772Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:35.772Z] e41132b6e53f: Preparing [2024-10-07T09:46:35.772Z] 14e38adb50a8: Preparing [2024-10-07T09:46:35.772Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:35.772Z] 3ddbbabe9cc7: Waiting [2024-10-07T09:46:35.772Z] 14e38adb50a8: Waiting [2024-10-07T09:46:35.772Z] 437e1db3f1ba: Waiting [2024-10-07T09:46:35.772Z] 50fbbaec058b: Waiting [2024-10-07T09:46:35.772Z] f1084da7a245: Layer already exists [2024-10-07T09:46:35.772Z] 6fd1e88898c5: Layer already exists [2024-10-07T09:46:35.772Z] 27af24c21de2: Layer already exists [2024-10-07T09:46:35.772Z] c20dee8f1d13: Layer already exists [2024-10-07T09:46:35.772Z] acb98f41986e: Layer already exists [2024-10-07T09:46:35.772Z] 437e1db3f1ba: Layer already exists [2024-10-07T09:46:35.772Z] d0c85c544623: Layer already exists [2024-10-07T09:46:35.772Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:35.772Z] e41132b6e53f: Layer already exists [2024-10-07T09:46:35.772Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:35.772Z] 14e38adb50a8: Layer already exists [2024-10-07T09:46:35.772Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:35.772Z] main: digest: sha256:7dbe9ddb26a09802072f1d3d46a432cfef45981ec1282acb4b87fbef4642dc36 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T09:46:35.858Z] ===================================================== [Pipeline] echo [2024-10-07T09:46:35.872Z] taggedImages: [2024-10-07T09:46:35.872Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:35.872Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-10-07T09:46:35.872Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.94 [2024-10-07T09:46:35.872Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:35.872Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-10-07T09:46:35.903Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-10-07T09:46:35.903Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:35.903Z] latest [2024-10-07T09:46:35.903Z] 3.2.0-dev.94 [2024-10-07T09:46:35.903Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:35.903Z] main [2024-10-07T09:46:35.903Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:36.247Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:36.572Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:36.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-07T09:46:36.572Z] f0e62c6fbaad: Preparing [2024-10-07T09:46:36.572Z] beeaf27334ff: Preparing [2024-10-07T09:46:36.572Z] 50fbbaec058b: Preparing [2024-10-07T09:46:36.572Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:36.572Z] 56c3dfac27a3: Preparing [2024-10-07T09:46:36.572Z] 4f909f74a2b2: Preparing [2024-10-07T09:46:36.572Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:36.572Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:36.572Z] 4f909f74a2b2: Waiting [2024-10-07T09:46:36.572Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:36.572Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:36.572Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:36.572Z] f0e62c6fbaad: Pushed [2024-10-07T09:46:36.572Z] 56c3dfac27a3: Pushed [2024-10-07T09:46:37.515Z] 4f909f74a2b2: Pushed [2024-10-07T09:46:38.083Z] beeaf27334ff: Pushed [2024-10-07T09:46:38.343Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:133af11df92460e87865c0c7cef92c8dfb4154377e9f4ff34c1250febe95b456 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:38.672Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:39.000Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-10-07T09:46:39.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-07T09:46:39.000Z] f0e62c6fbaad: Preparing [2024-10-07T09:46:39.000Z] beeaf27334ff: Preparing [2024-10-07T09:46:39.000Z] 50fbbaec058b: Preparing [2024-10-07T09:46:39.000Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:39.000Z] 56c3dfac27a3: Preparing [2024-10-07T09:46:39.000Z] 4f909f74a2b2: Preparing [2024-10-07T09:46:39.000Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:39.000Z] 4f909f74a2b2: Waiting [2024-10-07T09:46:39.000Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:39.000Z] f0e62c6fbaad: Layer already exists [2024-10-07T09:46:39.000Z] 56c3dfac27a3: Layer already exists [2024-10-07T09:46:39.000Z] beeaf27334ff: Layer already exists [2024-10-07T09:46:39.000Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:39.000Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:39.000Z] 4f909f74a2b2: Layer already exists [2024-10-07T09:46:39.000Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:39.000Z] latest: digest: sha256:133af11df92460e87865c0c7cef92c8dfb4154377e9f4ff34c1250febe95b456 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:39.333Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:39.659Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.94 [2024-10-07T09:46:39.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-07T09:46:39.659Z] f0e62c6fbaad: Preparing [2024-10-07T09:46:39.659Z] beeaf27334ff: Preparing [2024-10-07T09:46:39.659Z] 50fbbaec058b: Preparing [2024-10-07T09:46:39.659Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:39.659Z] 56c3dfac27a3: Preparing [2024-10-07T09:46:39.659Z] 4f909f74a2b2: Preparing [2024-10-07T09:46:39.659Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:39.659Z] 4f909f74a2b2: Waiting [2024-10-07T09:46:39.659Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:39.659Z] f0e62c6fbaad: Layer already exists [2024-10-07T09:46:39.659Z] beeaf27334ff: Layer already exists [2024-10-07T09:46:39.659Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:39.659Z] 56c3dfac27a3: Layer already exists [2024-10-07T09:46:39.659Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:39.659Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:39.660Z] 4f909f74a2b2: Layer already exists [2024-10-07T09:46:39.660Z] 3.2.0-dev.94: digest: sha256:133af11df92460e87865c0c7cef92c8dfb4154377e9f4ff34c1250febe95b456 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:39.983Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:40.312Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:40.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-07T09:46:40.312Z] f0e62c6fbaad: Preparing [2024-10-07T09:46:40.312Z] beeaf27334ff: Preparing [2024-10-07T09:46:40.312Z] 50fbbaec058b: Preparing [2024-10-07T09:46:40.312Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:40.312Z] 56c3dfac27a3: Preparing [2024-10-07T09:46:40.312Z] 4f909f74a2b2: Preparing [2024-10-07T09:46:40.312Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:40.312Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:40.312Z] 4f909f74a2b2: Waiting [2024-10-07T09:46:40.312Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:40.312Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:40.312Z] 56c3dfac27a3: Layer already exists [2024-10-07T09:46:40.312Z] beeaf27334ff: Layer already exists [2024-10-07T09:46:40.312Z] f0e62c6fbaad: Layer already exists [2024-10-07T09:46:40.312Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:40.312Z] 4f909f74a2b2: Layer already exists [2024-10-07T09:46:40.312Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:133af11df92460e87865c0c7cef92c8dfb4154377e9f4ff34c1250febe95b456 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:40.641Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:40.961Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-10-07T09:46:40.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-07T09:46:40.961Z] f0e62c6fbaad: Preparing [2024-10-07T09:46:40.961Z] beeaf27334ff: Preparing [2024-10-07T09:46:40.961Z] 50fbbaec058b: Preparing [2024-10-07T09:46:40.961Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:40.961Z] 56c3dfac27a3: Preparing [2024-10-07T09:46:40.961Z] 4f909f74a2b2: Preparing [2024-10-07T09:46:40.961Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:40.961Z] 4f909f74a2b2: Waiting [2024-10-07T09:46:40.961Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:40.961Z] f0e62c6fbaad: Layer already exists [2024-10-07T09:46:40.961Z] 56c3dfac27a3: Layer already exists [2024-10-07T09:46:40.961Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:40.961Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:40.961Z] beeaf27334ff: Layer already exists [2024-10-07T09:46:40.961Z] 4f909f74a2b2: Layer already exists [2024-10-07T09:46:40.961Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:40.961Z] main: digest: sha256:133af11df92460e87865c0c7cef92c8dfb4154377e9f4ff34c1250febe95b456 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T09:46:41.030Z] ===================================================== [Pipeline] echo [2024-10-07T09:46:41.047Z] taggedImages: [2024-10-07T09:46:41.047Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:41.047Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-10-07T09:46:41.047Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.94 [2024-10-07T09:46:41.047Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:41.047Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-10-07T09:46:41.082Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-10-07T09:46:41.082Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:41.082Z] latest [2024-10-07T09:46:41.082Z] 3.2.0-dev.94 [2024-10-07T09:46:41.082Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:41.082Z] main [2024-10-07T09:46:41.082Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:41.432Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:41.758Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:41.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-07T09:46:41.758Z] d1e76d2672aa: Preparing [2024-10-07T09:46:41.758Z] ad2ca781947d: Preparing [2024-10-07T09:46:41.758Z] 01405876d9c7: Preparing [2024-10-07T09:46:41.758Z] 50fbbaec058b: Preparing [2024-10-07T09:46:41.758Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:41.758Z] 0370687d6a14: Preparing [2024-10-07T09:46:41.758Z] 0b8c8e365171: Preparing [2024-10-07T09:46:41.758Z] ec689c6ed05e: Preparing [2024-10-07T09:46:41.758Z] 65ebe130ac40: Preparing [2024-10-07T09:46:41.758Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:41.758Z] 0b8c8e365171: Waiting [2024-10-07T09:46:41.758Z] ec689c6ed05e: Waiting [2024-10-07T09:46:41.758Z] 65ebe130ac40: Waiting [2024-10-07T09:46:41.758Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:41.758Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:41.758Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:41.758Z] d1e76d2672aa: Pushed [2024-10-07T09:46:41.758Z] 01405876d9c7: Pushed [2024-10-07T09:46:41.758Z] ad2ca781947d: Pushed [2024-10-07T09:46:41.758Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:42.017Z] ec689c6ed05e: Pushed [2024-10-07T09:46:42.276Z] 65ebe130ac40: Pushed [2024-10-07T09:46:47.549Z] 0b8c8e365171: Pushed [2024-10-07T09:46:50.836Z] 0370687d6a14: Pushed [2024-10-07T09:46:50.836Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:d1dd5f3f66c3817e973bd8528f4f462315c12df69bd3bf9d0188faadbf6829ce size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:51.160Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:51.483Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-10-07T09:46:51.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-07T09:46:51.483Z] d1e76d2672aa: Preparing [2024-10-07T09:46:51.483Z] ad2ca781947d: Preparing [2024-10-07T09:46:51.483Z] 01405876d9c7: Preparing [2024-10-07T09:46:51.483Z] 50fbbaec058b: Preparing [2024-10-07T09:46:51.483Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:51.483Z] 0370687d6a14: Preparing [2024-10-07T09:46:51.483Z] 0b8c8e365171: Preparing [2024-10-07T09:46:51.483Z] ec689c6ed05e: Preparing [2024-10-07T09:46:51.483Z] 65ebe130ac40: Preparing [2024-10-07T09:46:51.483Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:51.483Z] 0370687d6a14: Waiting [2024-10-07T09:46:51.483Z] 0b8c8e365171: Waiting [2024-10-07T09:46:51.483Z] ec689c6ed05e: Waiting [2024-10-07T09:46:51.483Z] 65ebe130ac40: Waiting [2024-10-07T09:46:51.483Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:51.483Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:51.483Z] 01405876d9c7: Layer already exists [2024-10-07T09:46:51.483Z] ad2ca781947d: Layer already exists [2024-10-07T09:46:51.483Z] d1e76d2672aa: Layer already exists [2024-10-07T09:46:51.483Z] 0370687d6a14: Layer already exists [2024-10-07T09:46:51.483Z] 0b8c8e365171: Layer already exists [2024-10-07T09:46:51.483Z] 65ebe130ac40: Layer already exists [2024-10-07T09:46:51.483Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:51.483Z] ec689c6ed05e: Layer already exists [2024-10-07T09:46:51.483Z] latest: digest: sha256:d1dd5f3f66c3817e973bd8528f4f462315c12df69bd3bf9d0188faadbf6829ce size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:51.814Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:52.142Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.94 [2024-10-07T09:46:52.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-07T09:46:52.142Z] d1e76d2672aa: Preparing [2024-10-07T09:46:52.142Z] ad2ca781947d: Preparing [2024-10-07T09:46:52.142Z] 01405876d9c7: Preparing [2024-10-07T09:46:52.142Z] 50fbbaec058b: Preparing [2024-10-07T09:46:52.142Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:52.142Z] 0370687d6a14: Preparing [2024-10-07T09:46:52.142Z] 0b8c8e365171: Preparing [2024-10-07T09:46:52.142Z] ec689c6ed05e: Preparing [2024-10-07T09:46:52.142Z] 65ebe130ac40: Preparing [2024-10-07T09:46:52.142Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:52.142Z] 0370687d6a14: Waiting [2024-10-07T09:46:52.142Z] ec689c6ed05e: Waiting [2024-10-07T09:46:52.142Z] 0b8c8e365171: Waiting [2024-10-07T09:46:52.142Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:52.142Z] 65ebe130ac40: Waiting [2024-10-07T09:46:52.142Z] d1e76d2672aa: Layer already exists [2024-10-07T09:46:52.142Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:52.142Z] 01405876d9c7: Layer already exists [2024-10-07T09:46:52.142Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:52.142Z] ad2ca781947d: Layer already exists [2024-10-07T09:46:52.142Z] 0370687d6a14: Layer already exists [2024-10-07T09:46:52.142Z] 0b8c8e365171: Layer already exists [2024-10-07T09:46:52.142Z] ec689c6ed05e: Layer already exists [2024-10-07T09:46:52.142Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:52.142Z] 65ebe130ac40: Layer already exists [2024-10-07T09:46:52.142Z] 3.2.0-dev.94: digest: sha256:d1dd5f3f66c3817e973bd8528f4f462315c12df69bd3bf9d0188faadbf6829ce size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:52.476Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:52.798Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:52.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-07T09:46:52.798Z] d1e76d2672aa: Preparing [2024-10-07T09:46:52.798Z] ad2ca781947d: Preparing [2024-10-07T09:46:52.798Z] 01405876d9c7: Preparing [2024-10-07T09:46:52.798Z] 50fbbaec058b: Preparing [2024-10-07T09:46:52.798Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:52.798Z] 0370687d6a14: Preparing [2024-10-07T09:46:52.798Z] 0b8c8e365171: Preparing [2024-10-07T09:46:52.798Z] ec689c6ed05e: Preparing [2024-10-07T09:46:52.798Z] 65ebe130ac40: Preparing [2024-10-07T09:46:52.798Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:52.798Z] ec689c6ed05e: Waiting [2024-10-07T09:46:52.798Z] 0b8c8e365171: Waiting [2024-10-07T09:46:52.798Z] 65ebe130ac40: Waiting [2024-10-07T09:46:52.798Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:52.798Z] 0370687d6a14: Waiting [2024-10-07T09:46:52.798Z] 01405876d9c7: Layer already exists [2024-10-07T09:46:52.798Z] d1e76d2672aa: Layer already exists [2024-10-07T09:46:52.798Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:52.798Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:52.798Z] ad2ca781947d: Layer already exists [2024-10-07T09:46:52.798Z] 0370687d6a14: Layer already exists [2024-10-07T09:46:52.798Z] ec689c6ed05e: Layer already exists [2024-10-07T09:46:52.798Z] 0b8c8e365171: Layer already exists [2024-10-07T09:46:52.798Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:52.798Z] 65ebe130ac40: Layer already exists [2024-10-07T09:46:52.798Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:d1dd5f3f66c3817e973bd8528f4f462315c12df69bd3bf9d0188faadbf6829ce size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:53.129Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:53.462Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-10-07T09:46:53.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-07T09:46:53.462Z] d1e76d2672aa: Preparing [2024-10-07T09:46:53.462Z] ad2ca781947d: Preparing [2024-10-07T09:46:53.462Z] 01405876d9c7: Preparing [2024-10-07T09:46:53.462Z] 50fbbaec058b: Preparing [2024-10-07T09:46:53.462Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:53.462Z] 0370687d6a14: Preparing [2024-10-07T09:46:53.462Z] 0b8c8e365171: Preparing [2024-10-07T09:46:53.462Z] ec689c6ed05e: Preparing [2024-10-07T09:46:53.462Z] 65ebe130ac40: Preparing [2024-10-07T09:46:53.462Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:53.462Z] 0b8c8e365171: Waiting [2024-10-07T09:46:53.462Z] ec689c6ed05e: Waiting [2024-10-07T09:46:53.462Z] 65ebe130ac40: Waiting [2024-10-07T09:46:53.462Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:53.462Z] d1e76d2672aa: Layer already exists [2024-10-07T09:46:53.462Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:53.462Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:53.462Z] ad2ca781947d: Layer already exists [2024-10-07T09:46:53.462Z] 01405876d9c7: Layer already exists [2024-10-07T09:46:53.462Z] 65ebe130ac40: Layer already exists [2024-10-07T09:46:53.462Z] ec689c6ed05e: Layer already exists [2024-10-07T09:46:53.462Z] 0370687d6a14: Layer already exists [2024-10-07T09:46:53.462Z] 0b8c8e365171: Layer already exists [2024-10-07T09:46:53.462Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:53.462Z] main: digest: sha256:d1dd5f3f66c3817e973bd8528f4f462315c12df69bd3bf9d0188faadbf6829ce size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T09:46:53.545Z] ===================================================== [Pipeline] echo [2024-10-07T09:46:53.561Z] taggedImages: [2024-10-07T09:46:53.561Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:53.561Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-10-07T09:46:53.561Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.94 [2024-10-07T09:46:53.561Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:53.561Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-10-07T09:46:53.596Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-10-07T09:46:53.596Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:53.596Z] latest [2024-10-07T09:46:53.596Z] 3.2.0-dev.94 [2024-10-07T09:46:53.596Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:46:53.596Z] main [2024-10-07T09:46:53.596Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:53.954Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:46:54.281Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:46:54.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-07T09:46:54.281Z] dc6cbe4f0da2: Preparing [2024-10-07T09:46:54.281Z] 37ed96736f85: Preparing [2024-10-07T09:46:54.281Z] 0ecdebdd354f: Preparing [2024-10-07T09:46:54.281Z] 50fbbaec058b: Preparing [2024-10-07T09:46:54.281Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:46:54.281Z] df0e34d3247f: Preparing [2024-10-07T09:46:54.281Z] 3a22576b4066: Preparing [2024-10-07T09:46:54.281Z] 2f0a700c2bbe: Preparing [2024-10-07T09:46:54.281Z] 63ca1fbb43ae: Preparing [2024-10-07T09:46:54.281Z] df0e34d3247f: Waiting [2024-10-07T09:46:54.281Z] 3a22576b4066: Waiting [2024-10-07T09:46:54.281Z] 2f0a700c2bbe: Waiting [2024-10-07T09:46:54.281Z] 63ca1fbb43ae: Waiting [2024-10-07T09:46:54.281Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:46:54.281Z] 50fbbaec058b: Layer already exists [2024-10-07T09:46:54.281Z] 37ed96736f85: Pushed [2024-10-07T09:46:54.281Z] 0ecdebdd354f: Pushed [2024-10-07T09:46:54.281Z] dc6cbe4f0da2: Pushed [2024-10-07T09:46:54.281Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:46:54.281Z] 3a22576b4066: Pushed [2024-10-07T09:46:54.541Z] 2f0a700c2bbe: Pushed [2024-10-07T09:47:04.523Z] df0e34d3247f: Pushed [2024-10-07T09:47:04.523Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:7218690bb1a87581e22a6e948138ee0f23d9049f17f205785e01c501f3411360 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:04.846Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:05.161Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-10-07T09:47:05.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-07T09:47:05.161Z] dc6cbe4f0da2: Preparing [2024-10-07T09:47:05.161Z] 37ed96736f85: Preparing [2024-10-07T09:47:05.161Z] 0ecdebdd354f: Preparing [2024-10-07T09:47:05.161Z] 50fbbaec058b: Preparing [2024-10-07T09:47:05.161Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:05.161Z] df0e34d3247f: Preparing [2024-10-07T09:47:05.161Z] 3a22576b4066: Preparing [2024-10-07T09:47:05.161Z] 2f0a700c2bbe: Preparing [2024-10-07T09:47:05.161Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:05.161Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:05.161Z] 2f0a700c2bbe: Waiting [2024-10-07T09:47:05.161Z] df0e34d3247f: Waiting [2024-10-07T09:47:05.161Z] 3a22576b4066: Waiting [2024-10-07T09:47:05.161Z] dc6cbe4f0da2: Layer already exists [2024-10-07T09:47:05.161Z] 37ed96736f85: Layer already exists [2024-10-07T09:47:05.161Z] 0ecdebdd354f: Layer already exists [2024-10-07T09:47:05.161Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:05.161Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:05.161Z] df0e34d3247f: Layer already exists [2024-10-07T09:47:05.161Z] 3a22576b4066: Layer already exists [2024-10-07T09:47:05.161Z] 2f0a700c2bbe: Layer already exists [2024-10-07T09:47:05.161Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:05.161Z] latest: digest: sha256:7218690bb1a87581e22a6e948138ee0f23d9049f17f205785e01c501f3411360 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:05.491Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:05.811Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.94 [2024-10-07T09:47:05.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-07T09:47:05.811Z] dc6cbe4f0da2: Preparing [2024-10-07T09:47:05.811Z] 37ed96736f85: Preparing [2024-10-07T09:47:05.811Z] 0ecdebdd354f: Preparing [2024-10-07T09:47:05.811Z] 50fbbaec058b: Preparing [2024-10-07T09:47:05.811Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:05.811Z] df0e34d3247f: Preparing [2024-10-07T09:47:05.811Z] 3a22576b4066: Preparing [2024-10-07T09:47:05.811Z] 2f0a700c2bbe: Preparing [2024-10-07T09:47:05.811Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:05.811Z] 2f0a700c2bbe: Waiting [2024-10-07T09:47:05.811Z] df0e34d3247f: Waiting [2024-10-07T09:47:05.811Z] 3a22576b4066: Waiting [2024-10-07T09:47:05.811Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:05.811Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:05.811Z] 37ed96736f85: Layer already exists [2024-10-07T09:47:05.811Z] dc6cbe4f0da2: Layer already exists [2024-10-07T09:47:05.811Z] 0ecdebdd354f: Layer already exists [2024-10-07T09:47:05.811Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:05.811Z] 3a22576b4066: Layer already exists [2024-10-07T09:47:05.811Z] 2f0a700c2bbe: Layer already exists [2024-10-07T09:47:05.811Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:05.811Z] df0e34d3247f: Layer already exists [2024-10-07T09:47:05.811Z] 3.2.0-dev.94: digest: sha256:7218690bb1a87581e22a6e948138ee0f23d9049f17f205785e01c501f3411360 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:06.143Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:06.468Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:47:06.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-07T09:47:06.468Z] dc6cbe4f0da2: Preparing [2024-10-07T09:47:06.468Z] 37ed96736f85: Preparing [2024-10-07T09:47:06.468Z] 0ecdebdd354f: Preparing [2024-10-07T09:47:06.468Z] 50fbbaec058b: Preparing [2024-10-07T09:47:06.468Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:06.468Z] df0e34d3247f: Preparing [2024-10-07T09:47:06.468Z] 3a22576b4066: Preparing [2024-10-07T09:47:06.468Z] 2f0a700c2bbe: Preparing [2024-10-07T09:47:06.468Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:06.468Z] df0e34d3247f: Waiting [2024-10-07T09:47:06.468Z] 3a22576b4066: Waiting [2024-10-07T09:47:06.468Z] 2f0a700c2bbe: Waiting [2024-10-07T09:47:06.468Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:06.468Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:06.468Z] 0ecdebdd354f: Layer already exists [2024-10-07T09:47:06.468Z] 37ed96736f85: Layer already exists [2024-10-07T09:47:06.468Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:06.468Z] dc6cbe4f0da2: Layer already exists [2024-10-07T09:47:06.468Z] df0e34d3247f: Layer already exists [2024-10-07T09:47:06.468Z] 3a22576b4066: Layer already exists [2024-10-07T09:47:06.468Z] 2f0a700c2bbe: Layer already exists [2024-10-07T09:47:06.468Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:06.468Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:7218690bb1a87581e22a6e948138ee0f23d9049f17f205785e01c501f3411360 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:06.799Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:07.120Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-10-07T09:47:07.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-07T09:47:07.120Z] dc6cbe4f0da2: Preparing [2024-10-07T09:47:07.120Z] 37ed96736f85: Preparing [2024-10-07T09:47:07.120Z] 0ecdebdd354f: Preparing [2024-10-07T09:47:07.120Z] 50fbbaec058b: Preparing [2024-10-07T09:47:07.120Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:07.120Z] df0e34d3247f: Preparing [2024-10-07T09:47:07.120Z] 3a22576b4066: Preparing [2024-10-07T09:47:07.120Z] 2f0a700c2bbe: Preparing [2024-10-07T09:47:07.120Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:07.120Z] df0e34d3247f: Waiting [2024-10-07T09:47:07.120Z] 3a22576b4066: Waiting [2024-10-07T09:47:07.120Z] 2f0a700c2bbe: Waiting [2024-10-07T09:47:07.120Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:07.120Z] 37ed96736f85: Layer already exists [2024-10-07T09:47:07.120Z] dc6cbe4f0da2: Layer already exists [2024-10-07T09:47:07.120Z] 0ecdebdd354f: Layer already exists [2024-10-07T09:47:07.120Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:07.120Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:07.120Z] 3a22576b4066: Layer already exists [2024-10-07T09:47:07.120Z] df0e34d3247f: Layer already exists [2024-10-07T09:47:07.120Z] 2f0a700c2bbe: Layer already exists [2024-10-07T09:47:07.120Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:07.120Z] main: digest: sha256:7218690bb1a87581e22a6e948138ee0f23d9049f17f205785e01c501f3411360 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T09:47:07.200Z] ===================================================== [Pipeline] echo [2024-10-07T09:47:07.220Z] taggedImages: [2024-10-07T09:47:07.220Z] - nexus3.edgexfoundry.org:10004/security-spire-config:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:47:07.220Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-10-07T09:47:07.220Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.94 [2024-10-07T09:47:07.220Z] - nexus3.edgexfoundry.org:10004/security-spire-config:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:47:07.220Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-10-07T09:47:07.245Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-10-07T09:47:07.245Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:47:07.245Z] latest [2024-10-07T09:47:07.245Z] 3.2.0-dev.94 [2024-10-07T09:47:07.245Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:47:07.245Z] main [2024-10-07T09:47:07.245Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:07.583Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:07.910Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:47:07.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-07T09:47:07.910Z] c0964acf6dfe: Preparing [2024-10-07T09:47:07.910Z] 2aa19e5ce01e: Preparing [2024-10-07T09:47:07.910Z] 2d8e98c4befa: Preparing [2024-10-07T09:47:07.910Z] 50fbbaec058b: Preparing [2024-10-07T09:47:07.910Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:07.910Z] 468998aeedd3: Preparing [2024-10-07T09:47:07.910Z] ec689c6ed05e: Preparing [2024-10-07T09:47:07.910Z] 65ebe130ac40: Preparing [2024-10-07T09:47:07.910Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:07.910Z] 468998aeedd3: Waiting [2024-10-07T09:47:07.910Z] ec689c6ed05e: Waiting [2024-10-07T09:47:07.910Z] 65ebe130ac40: Waiting [2024-10-07T09:47:07.910Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:07.910Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:07.910Z] ec689c6ed05e: Layer already exists [2024-10-07T09:47:07.910Z] 65ebe130ac40: Layer already exists [2024-10-07T09:47:07.910Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:07.910Z] 2d8e98c4befa: Pushed [2024-10-07T09:47:07.910Z] 2aa19e5ce01e: Pushed [2024-10-07T09:47:07.910Z] c0964acf6dfe: Pushed [2024-10-07T09:47:17.889Z] 468998aeedd3: Pushed [2024-10-07T09:47:17.889Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:ac1c661dff9c5cd335a2a65b409e50c8370958a2f2ea03bbb207337faec2cffc size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:18.219Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:18.546Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-10-07T09:47:18.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-07T09:47:18.546Z] c0964acf6dfe: Preparing [2024-10-07T09:47:18.546Z] 2aa19e5ce01e: Preparing [2024-10-07T09:47:18.546Z] 2d8e98c4befa: Preparing [2024-10-07T09:47:18.546Z] 50fbbaec058b: Preparing [2024-10-07T09:47:18.546Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:18.546Z] 468998aeedd3: Preparing [2024-10-07T09:47:18.546Z] ec689c6ed05e: Preparing [2024-10-07T09:47:18.546Z] 65ebe130ac40: Preparing [2024-10-07T09:47:18.546Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:18.546Z] 468998aeedd3: Waiting [2024-10-07T09:47:18.546Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:18.546Z] 65ebe130ac40: Waiting [2024-10-07T09:47:18.546Z] c0964acf6dfe: Layer already exists [2024-10-07T09:47:18.546Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:18.546Z] 2d8e98c4befa: Layer already exists [2024-10-07T09:47:18.546Z] 2aa19e5ce01e: Layer already exists [2024-10-07T09:47:18.546Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:18.546Z] ec689c6ed05e: Layer already exists [2024-10-07T09:47:18.546Z] 468998aeedd3: Layer already exists [2024-10-07T09:47:18.546Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:18.546Z] 65ebe130ac40: Layer already exists [2024-10-07T09:47:18.546Z] latest: digest: sha256:ac1c661dff9c5cd335a2a65b409e50c8370958a2f2ea03bbb207337faec2cffc size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:18.879Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:19.206Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.94 [2024-10-07T09:47:19.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-07T09:47:19.206Z] c0964acf6dfe: Preparing [2024-10-07T09:47:19.206Z] 2aa19e5ce01e: Preparing [2024-10-07T09:47:19.206Z] 2d8e98c4befa: Preparing [2024-10-07T09:47:19.206Z] 50fbbaec058b: Preparing [2024-10-07T09:47:19.206Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:19.206Z] 468998aeedd3: Preparing [2024-10-07T09:47:19.206Z] ec689c6ed05e: Preparing [2024-10-07T09:47:19.206Z] 65ebe130ac40: Preparing [2024-10-07T09:47:19.206Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:19.206Z] 468998aeedd3: Waiting [2024-10-07T09:47:19.206Z] ec689c6ed05e: Waiting [2024-10-07T09:47:19.206Z] 65ebe130ac40: Waiting [2024-10-07T09:47:19.206Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:19.206Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:19.206Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:19.206Z] 2d8e98c4befa: Layer already exists [2024-10-07T09:47:19.206Z] 2aa19e5ce01e: Layer already exists [2024-10-07T09:47:19.206Z] c0964acf6dfe: Layer already exists [2024-10-07T09:47:19.206Z] ec689c6ed05e: Layer already exists [2024-10-07T09:47:19.206Z] 468998aeedd3: Layer already exists [2024-10-07T09:47:19.206Z] 65ebe130ac40: Layer already exists [2024-10-07T09:47:19.206Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:19.206Z] 3.2.0-dev.94: digest: sha256:ac1c661dff9c5cd335a2a65b409e50c8370958a2f2ea03bbb207337faec2cffc size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:19.531Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:19.851Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:47:19.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-07T09:47:19.851Z] c0964acf6dfe: Preparing [2024-10-07T09:47:19.851Z] 2aa19e5ce01e: Preparing [2024-10-07T09:47:19.851Z] 2d8e98c4befa: Preparing [2024-10-07T09:47:19.851Z] 50fbbaec058b: Preparing [2024-10-07T09:47:19.851Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:19.851Z] 468998aeedd3: Preparing [2024-10-07T09:47:19.851Z] ec689c6ed05e: Preparing [2024-10-07T09:47:19.851Z] 65ebe130ac40: Preparing [2024-10-07T09:47:19.851Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:19.851Z] 468998aeedd3: Waiting [2024-10-07T09:47:19.851Z] ec689c6ed05e: Waiting [2024-10-07T09:47:19.851Z] 65ebe130ac40: Waiting [2024-10-07T09:47:19.851Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:19.851Z] 2d8e98c4befa: Layer already exists [2024-10-07T09:47:19.851Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:19.851Z] 2aa19e5ce01e: Layer already exists [2024-10-07T09:47:19.851Z] c0964acf6dfe: Layer already exists [2024-10-07T09:47:19.851Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:19.851Z] 65ebe130ac40: Layer already exists [2024-10-07T09:47:19.851Z] 468998aeedd3: Layer already exists [2024-10-07T09:47:19.851Z] ec689c6ed05e: Layer already exists [2024-10-07T09:47:19.851Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:ac1c661dff9c5cd335a2a65b409e50c8370958a2f2ea03bbb207337faec2cffc size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:20.172Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:20.504Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-10-07T09:47:20.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-07T09:47:20.504Z] c0964acf6dfe: Preparing [2024-10-07T09:47:20.504Z] 2aa19e5ce01e: Preparing [2024-10-07T09:47:20.504Z] 2d8e98c4befa: Preparing [2024-10-07T09:47:20.504Z] 50fbbaec058b: Preparing [2024-10-07T09:47:20.504Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:20.504Z] 468998aeedd3: Preparing [2024-10-07T09:47:20.504Z] ec689c6ed05e: Preparing [2024-10-07T09:47:20.504Z] 65ebe130ac40: Preparing [2024-10-07T09:47:20.504Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:20.504Z] ec689c6ed05e: Waiting [2024-10-07T09:47:20.504Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:20.504Z] 65ebe130ac40: Waiting [2024-10-07T09:47:20.504Z] 468998aeedd3: Waiting [2024-10-07T09:47:20.504Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:20.504Z] 2d8e98c4befa: Layer already exists [2024-10-07T09:47:20.504Z] 2aa19e5ce01e: Layer already exists [2024-10-07T09:47:20.504Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:20.504Z] c0964acf6dfe: Layer already exists [2024-10-07T09:47:20.504Z] ec689c6ed05e: Layer already exists [2024-10-07T09:47:20.504Z] 468998aeedd3: Layer already exists [2024-10-07T09:47:20.504Z] 65ebe130ac40: Layer already exists [2024-10-07T09:47:20.504Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:20.504Z] main: digest: sha256:ac1c661dff9c5cd335a2a65b409e50c8370958a2f2ea03bbb207337faec2cffc size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T09:47:20.576Z] ===================================================== [Pipeline] echo [2024-10-07T09:47:20.590Z] taggedImages: [2024-10-07T09:47:20.590Z] - nexus3.edgexfoundry.org:10004/security-spire-server:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:47:20.590Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-10-07T09:47:20.590Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.94 [2024-10-07T09:47:20.590Z] - nexus3.edgexfoundry.org:10004/security-spire-server:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:47:20.590Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-10-07T09:47:20.617Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: [2024-10-07T09:47:20.617Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:47:20.617Z] latest [2024-10-07T09:47:20.617Z] 3.2.0-dev.94 [2024-10-07T09:47:20.617Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:47:20.617Z] main [2024-10-07T09:47:20.617Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:20.962Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:21.291Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:47:21.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-07T09:47:21.291Z] 6a85e826759f: Preparing [2024-10-07T09:47:21.291Z] 83cbd10ea249: Preparing [2024-10-07T09:47:21.291Z] 50fbbaec058b: Preparing [2024-10-07T09:47:21.291Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:21.291Z] 637f075dd8df: Preparing [2024-10-07T09:47:21.291Z] eadc28f238a9: Preparing [2024-10-07T09:47:21.291Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:21.291Z] eadc28f238a9: Waiting [2024-10-07T09:47:21.291Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:21.291Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:21.291Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:21.291Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:21.291Z] 6a85e826759f: Pushed [2024-10-07T09:47:21.291Z] 637f075dd8df: Pushed [2024-10-07T09:47:21.551Z] eadc28f238a9: Pushed [2024-10-07T09:47:24.838Z] 83cbd10ea249: Pushed [2024-10-07T09:47:25.097Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:74dad6645b467eefcfebc6da26ead26fbf9d426520d269f11731058a5a0110d7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:25.427Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:25.741Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-10-07T09:47:25.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-07T09:47:25.741Z] 6a85e826759f: Preparing [2024-10-07T09:47:25.741Z] 83cbd10ea249: Preparing [2024-10-07T09:47:25.741Z] 50fbbaec058b: Preparing [2024-10-07T09:47:25.741Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:25.741Z] 637f075dd8df: Preparing [2024-10-07T09:47:25.741Z] eadc28f238a9: Preparing [2024-10-07T09:47:25.741Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:25.741Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:25.741Z] eadc28f238a9: Waiting [2024-10-07T09:47:25.741Z] 6a85e826759f: Layer already exists [2024-10-07T09:47:25.741Z] 83cbd10ea249: Layer already exists [2024-10-07T09:47:25.741Z] 637f075dd8df: Layer already exists [2024-10-07T09:47:25.741Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:25.741Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:25.741Z] eadc28f238a9: Layer already exists [2024-10-07T09:47:25.741Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:25.741Z] latest: digest: sha256:74dad6645b467eefcfebc6da26ead26fbf9d426520d269f11731058a5a0110d7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:26.063Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:26.390Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.94 [2024-10-07T09:47:26.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-07T09:47:26.390Z] 6a85e826759f: Preparing [2024-10-07T09:47:26.390Z] 83cbd10ea249: Preparing [2024-10-07T09:47:26.390Z] 50fbbaec058b: Preparing [2024-10-07T09:47:26.390Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:26.390Z] 637f075dd8df: Preparing [2024-10-07T09:47:26.390Z] eadc28f238a9: Preparing [2024-10-07T09:47:26.390Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:26.390Z] eadc28f238a9: Waiting [2024-10-07T09:47:26.390Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:26.390Z] 637f075dd8df: Layer already exists [2024-10-07T09:47:26.390Z] 6a85e826759f: Layer already exists [2024-10-07T09:47:26.390Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:26.390Z] 83cbd10ea249: Layer already exists [2024-10-07T09:47:26.390Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:26.390Z] eadc28f238a9: Layer already exists [2024-10-07T09:47:26.390Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:26.390Z] 3.2.0-dev.94: digest: sha256:74dad6645b467eefcfebc6da26ead26fbf9d426520d269f11731058a5a0110d7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:26.715Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:27.034Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:47:27.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-07T09:47:27.034Z] 6a85e826759f: Preparing [2024-10-07T09:47:27.034Z] 83cbd10ea249: Preparing [2024-10-07T09:47:27.034Z] 50fbbaec058b: Preparing [2024-10-07T09:47:27.034Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:27.034Z] 637f075dd8df: Preparing [2024-10-07T09:47:27.034Z] eadc28f238a9: Preparing [2024-10-07T09:47:27.034Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:27.034Z] eadc28f238a9: Waiting [2024-10-07T09:47:27.034Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:27.034Z] 637f075dd8df: Layer already exists [2024-10-07T09:47:27.034Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:27.034Z] 6a85e826759f: Layer already exists [2024-10-07T09:47:27.034Z] 83cbd10ea249: Layer already exists [2024-10-07T09:47:27.034Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:27.034Z] eadc28f238a9: Layer already exists [2024-10-07T09:47:27.034Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:27.034Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:74dad6645b467eefcfebc6da26ead26fbf9d426520d269f11731058a5a0110d7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:27.368Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:27.696Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [2024-10-07T09:47:27.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-07T09:47:27.696Z] 6a85e826759f: Preparing [2024-10-07T09:47:27.696Z] 83cbd10ea249: Preparing [2024-10-07T09:47:27.696Z] 50fbbaec058b: Preparing [2024-10-07T09:47:27.696Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:27.696Z] 637f075dd8df: Preparing [2024-10-07T09:47:27.696Z] eadc28f238a9: Preparing [2024-10-07T09:47:27.696Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:27.696Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:27.696Z] 83cbd10ea249: Layer already exists [2024-10-07T09:47:27.696Z] 6a85e826759f: Layer already exists [2024-10-07T09:47:27.696Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:27.696Z] 637f075dd8df: Layer already exists [2024-10-07T09:47:27.696Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:27.696Z] eadc28f238a9: Layer already exists [2024-10-07T09:47:27.696Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:27.696Z] main: digest: sha256:74dad6645b467eefcfebc6da26ead26fbf9d426520d269f11731058a5a0110d7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T09:47:27.768Z] ===================================================== [Pipeline] echo [2024-10-07T09:47:27.787Z] taggedImages: [2024-10-07T09:47:27.787Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:47:27.787Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-10-07T09:47:27.787Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.94 [2024-10-07T09:47:27.787Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:47:27.787Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo [2024-10-07T09:47:27.824Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-10-07T09:47:27.824Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:47:27.824Z] latest [2024-10-07T09:47:27.824Z] 3.2.0-dev.94 [2024-10-07T09:47:27.824Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:47:27.824Z] main [2024-10-07T09:47:27.824Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:28.168Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:28.498Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:47:28.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-07T09:47:28.498Z] f7b227d06aa8: Preparing [2024-10-07T09:47:28.498Z] ef6ea8a4e9c4: Preparing [2024-10-07T09:47:28.498Z] 121d6ae68fb6: Preparing [2024-10-07T09:47:28.498Z] 50fbbaec058b: Preparing [2024-10-07T09:47:28.498Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:28.498Z] 53e85b714907: Preparing [2024-10-07T09:47:28.498Z] 504ba360d538: Preparing [2024-10-07T09:47:28.498Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:28.498Z] 504ba360d538: Waiting [2024-10-07T09:47:28.498Z] 53e85b714907: Waiting [2024-10-07T09:47:28.498Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:28.498Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:28.498Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:28.498Z] ef6ea8a4e9c4: Pushed [2024-10-07T09:47:28.498Z] f7b227d06aa8: Pushed [2024-10-07T09:47:28.498Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:28.498Z] 53e85b714907: Pushed [2024-10-07T09:47:28.498Z] 504ba360d538: Pushed [2024-10-07T09:47:31.785Z] 121d6ae68fb6: Pushed [2024-10-07T09:47:32.044Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:221ff3b19c331f0d226c143c92b77d922cc8d46ced11da7acf8ba9621ac3e210 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:32.368Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:32.686Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-10-07T09:47:32.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-07T09:47:32.686Z] f7b227d06aa8: Preparing [2024-10-07T09:47:32.686Z] ef6ea8a4e9c4: Preparing [2024-10-07T09:47:32.686Z] 121d6ae68fb6: Preparing [2024-10-07T09:47:32.686Z] 50fbbaec058b: Preparing [2024-10-07T09:47:32.686Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:32.686Z] 53e85b714907: Preparing [2024-10-07T09:47:32.686Z] 504ba360d538: Preparing [2024-10-07T09:47:32.686Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:32.686Z] 53e85b714907: Waiting [2024-10-07T09:47:32.686Z] 504ba360d538: Waiting [2024-10-07T09:47:32.686Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:32.686Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:32.686Z] 121d6ae68fb6: Layer already exists [2024-10-07T09:47:32.686Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:32.686Z] ef6ea8a4e9c4: Layer already exists [2024-10-07T09:47:32.686Z] f7b227d06aa8: Layer already exists [2024-10-07T09:47:32.686Z] 504ba360d538: Layer already exists [2024-10-07T09:47:32.686Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:32.686Z] 53e85b714907: Layer already exists [2024-10-07T09:47:32.686Z] latest: digest: sha256:221ff3b19c331f0d226c143c92b77d922cc8d46ced11da7acf8ba9621ac3e210 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:33.016Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:33.337Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.94 [2024-10-07T09:47:33.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-07T09:47:33.338Z] f7b227d06aa8: Preparing [2024-10-07T09:47:33.338Z] ef6ea8a4e9c4: Preparing [2024-10-07T09:47:33.338Z] 121d6ae68fb6: Preparing [2024-10-07T09:47:33.338Z] 50fbbaec058b: Preparing [2024-10-07T09:47:33.338Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:33.338Z] 53e85b714907: Preparing [2024-10-07T09:47:33.338Z] 504ba360d538: Preparing [2024-10-07T09:47:33.338Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:33.338Z] 53e85b714907: Waiting [2024-10-07T09:47:33.338Z] 504ba360d538: Waiting [2024-10-07T09:47:33.338Z] 121d6ae68fb6: Layer already exists [2024-10-07T09:47:33.338Z] f7b227d06aa8: Layer already exists [2024-10-07T09:47:33.338Z] ef6ea8a4e9c4: Layer already exists [2024-10-07T09:47:33.338Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:33.338Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:33.338Z] 53e85b714907: Layer already exists [2024-10-07T09:47:33.338Z] 504ba360d538: Layer already exists [2024-10-07T09:47:33.338Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:33.338Z] 3.2.0-dev.94: digest: sha256:221ff3b19c331f0d226c143c92b77d922cc8d46ced11da7acf8ba9621ac3e210 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:33.668Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:34.001Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:47:34.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-07T09:47:34.001Z] f7b227d06aa8: Preparing [2024-10-07T09:47:34.001Z] ef6ea8a4e9c4: Preparing [2024-10-07T09:47:34.001Z] 121d6ae68fb6: Preparing [2024-10-07T09:47:34.001Z] 50fbbaec058b: Preparing [2024-10-07T09:47:34.001Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:34.001Z] 53e85b714907: Preparing [2024-10-07T09:47:34.001Z] 504ba360d538: Preparing [2024-10-07T09:47:34.001Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:34.001Z] 504ba360d538: Waiting [2024-10-07T09:47:34.001Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:34.001Z] 53e85b714907: Waiting [2024-10-07T09:47:34.001Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:34.001Z] f7b227d06aa8: Layer already exists [2024-10-07T09:47:34.001Z] ef6ea8a4e9c4: Layer already exists [2024-10-07T09:47:34.001Z] 121d6ae68fb6: Layer already exists [2024-10-07T09:47:34.001Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:34.001Z] 504ba360d538: Layer already exists [2024-10-07T09:47:34.001Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:34.001Z] 53e85b714907: Layer already exists [2024-10-07T09:47:34.001Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:221ff3b19c331f0d226c143c92b77d922cc8d46ced11da7acf8ba9621ac3e210 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:34.329Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:34.662Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-10-07T09:47:34.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-07T09:47:34.662Z] f7b227d06aa8: Preparing [2024-10-07T09:47:34.662Z] ef6ea8a4e9c4: Preparing [2024-10-07T09:47:34.662Z] 121d6ae68fb6: Preparing [2024-10-07T09:47:34.662Z] 50fbbaec058b: Preparing [2024-10-07T09:47:34.662Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:34.662Z] 53e85b714907: Preparing [2024-10-07T09:47:34.662Z] 504ba360d538: Preparing [2024-10-07T09:47:34.662Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:34.662Z] 504ba360d538: Waiting [2024-10-07T09:47:34.662Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:34.662Z] 53e85b714907: Waiting [2024-10-07T09:47:34.662Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:34.662Z] ef6ea8a4e9c4: Layer already exists [2024-10-07T09:47:34.662Z] 121d6ae68fb6: Layer already exists [2024-10-07T09:47:34.662Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:34.662Z] f7b227d06aa8: Layer already exists [2024-10-07T09:47:34.662Z] 504ba360d538: Layer already exists [2024-10-07T09:47:34.662Z] 53e85b714907: Layer already exists [2024-10-07T09:47:34.662Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:34.662Z] main: digest: sha256:221ff3b19c331f0d226c143c92b77d922cc8d46ced11da7acf8ba9621ac3e210 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T09:47:34.732Z] ===================================================== [Pipeline] echo [2024-10-07T09:47:34.751Z] taggedImages: [2024-10-07T09:47:34.751Z] - nexus3.edgexfoundry.org:10004/support-notifications:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:47:34.751Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-10-07T09:47:34.751Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.94 [2024-10-07T09:47:34.751Z] - nexus3.edgexfoundry.org:10004/support-notifications:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:47:34.751Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-10-07T09:47:34.781Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-10-07T09:47:34.781Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:47:34.781Z] latest [2024-10-07T09:47:34.781Z] 3.2.0-dev.94 [2024-10-07T09:47:34.781Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:47:34.781Z] main [2024-10-07T09:47:34.781Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:35.138Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:35.461Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:47:35.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-07T09:47:35.462Z] 4d204ae1b26d: Preparing [2024-10-07T09:47:35.462Z] 4813529bff97: Preparing [2024-10-07T09:47:35.462Z] 50fbbaec058b: Preparing [2024-10-07T09:47:35.462Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:35.462Z] fe71e29a7fd4: Preparing [2024-10-07T09:47:35.462Z] 954cfc4ff21d: Preparing [2024-10-07T09:47:35.462Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:35.462Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:35.462Z] 954cfc4ff21d: Waiting [2024-10-07T09:47:35.462Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:35.462Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:47:35.462Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:35.462Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:47:35.462Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:35.462Z] 4d204ae1b26d: Pushed [2024-10-07T09:47:38.753Z] 4813529bff97: Pushed [2024-10-07T09:47:39.012Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:9ebbaa4cc7562a5bbbe7c907bcad875f60832e8c1f86c08ea9359189bdea3636 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:39.339Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:39.660Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-10-07T09:47:39.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-07T09:47:39.660Z] 4d204ae1b26d: Preparing [2024-10-07T09:47:39.660Z] 4813529bff97: Preparing [2024-10-07T09:47:39.660Z] 50fbbaec058b: Preparing [2024-10-07T09:47:39.660Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:39.660Z] fe71e29a7fd4: Preparing [2024-10-07T09:47:39.660Z] 954cfc4ff21d: Preparing [2024-10-07T09:47:39.660Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:39.660Z] 954cfc4ff21d: Waiting [2024-10-07T09:47:39.660Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:39.660Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:39.660Z] 4813529bff97: Layer already exists [2024-10-07T09:47:39.660Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:39.660Z] 4d204ae1b26d: Layer already exists [2024-10-07T09:47:39.660Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:47:39.660Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:47:39.660Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:39.660Z] latest: digest: sha256:9ebbaa4cc7562a5bbbe7c907bcad875f60832e8c1f86c08ea9359189bdea3636 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:39.996Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:40.314Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.94 [2024-10-07T09:47:40.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-07T09:47:40.314Z] 4d204ae1b26d: Preparing [2024-10-07T09:47:40.314Z] 4813529bff97: Preparing [2024-10-07T09:47:40.314Z] 50fbbaec058b: Preparing [2024-10-07T09:47:40.314Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:40.314Z] fe71e29a7fd4: Preparing [2024-10-07T09:47:40.314Z] 954cfc4ff21d: Preparing [2024-10-07T09:47:40.314Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:40.314Z] 954cfc4ff21d: Waiting [2024-10-07T09:47:40.314Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:40.314Z] 4d204ae1b26d: Layer already exists [2024-10-07T09:47:40.314Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:40.314Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:47:40.314Z] 4813529bff97: Layer already exists [2024-10-07T09:47:40.314Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:40.314Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:40.314Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:47:40.314Z] 3.2.0-dev.94: digest: sha256:9ebbaa4cc7562a5bbbe7c907bcad875f60832e8c1f86c08ea9359189bdea3636 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:40.637Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:40.974Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:47:40.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-07T09:47:40.974Z] 4d204ae1b26d: Preparing [2024-10-07T09:47:40.974Z] 4813529bff97: Preparing [2024-10-07T09:47:40.974Z] 50fbbaec058b: Preparing [2024-10-07T09:47:40.974Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:40.974Z] fe71e29a7fd4: Preparing [2024-10-07T09:47:40.974Z] 954cfc4ff21d: Preparing [2024-10-07T09:47:40.974Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:40.974Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:40.974Z] 954cfc4ff21d: Waiting [2024-10-07T09:47:40.974Z] 4d204ae1b26d: Layer already exists [2024-10-07T09:47:40.974Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:47:40.974Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:40.974Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:40.974Z] 4813529bff97: Layer already exists [2024-10-07T09:47:40.974Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:40.974Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:47:40.974Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:9ebbaa4cc7562a5bbbe7c907bcad875f60832e8c1f86c08ea9359189bdea3636 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:41.305Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T09:47:41.632Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-10-07T09:47:41.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-07T09:47:41.632Z] 4d204ae1b26d: Preparing [2024-10-07T09:47:41.632Z] 4813529bff97: Preparing [2024-10-07T09:47:41.632Z] 50fbbaec058b: Preparing [2024-10-07T09:47:41.632Z] 3ddbbabe9cc7: Preparing [2024-10-07T09:47:41.632Z] fe71e29a7fd4: Preparing [2024-10-07T09:47:41.632Z] 954cfc4ff21d: Preparing [2024-10-07T09:47:41.632Z] 63ca1fbb43ae: Preparing [2024-10-07T09:47:41.632Z] 954cfc4ff21d: Waiting [2024-10-07T09:47:41.632Z] 63ca1fbb43ae: Waiting [2024-10-07T09:47:41.632Z] fe71e29a7fd4: Layer already exists [2024-10-07T09:47:41.632Z] 3ddbbabe9cc7: Layer already exists [2024-10-07T09:47:41.632Z] 4d204ae1b26d: Layer already exists [2024-10-07T09:47:41.632Z] 50fbbaec058b: Layer already exists [2024-10-07T09:47:41.632Z] 4813529bff97: Layer already exists [2024-10-07T09:47:41.632Z] 954cfc4ff21d: Layer already exists [2024-10-07T09:47:41.632Z] 63ca1fbb43ae: Layer already exists [2024-10-07T09:47:41.632Z] main: digest: sha256:9ebbaa4cc7562a5bbbe7c907bcad875f60832e8c1f86c08ea9359189bdea3636 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T09:47:41.710Z] ===================================================== [Pipeline] echo [2024-10-07T09:47:41.732Z] taggedImages: [2024-10-07T09:47:41.732Z] - nexus3.edgexfoundry.org:10004/support-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T09:47:41.732Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-10-07T09:47:41.732Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.94 [2024-10-07T09:47:41.732Z] - nexus3.edgexfoundry.org:10004/support-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T09:47:41.732Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-10-07T10:07:21.841Z] #149 ... [2024-10-07T10:07:21.841Z] [2024-10-07T10:07:21.841Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-07T10:07:21.841Z] #151 1368.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-10-07T10:07:24.419Z] #151 ... [2024-10-07T10:07:24.419Z] [2024-10-07T10:07:24.419Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-07T10:07:24.419Z] #150 DONE 1372.6s [2024-10-07T10:07:24.419Z] [2024-10-07T10:07:24.419Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-07T10:07:25.455Z] #155 ... [2024-10-07T10:07:25.455Z] [2024-10-07T10:07:25.455Z] #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T10:07:25.455Z] #161 DONE 0.1s [2024-10-07T10:07:25.455Z] [2024-10-07T10:07:25.455Z] #162 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-10-07T10:07:25.732Z] #162 DONE 0.2s [2024-10-07T10:07:25.732Z] [2024-10-07T10:07:25.732Z] #163 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-10-07T10:07:25.732Z] #163 DONE 0.2s [2024-10-07T10:07:25.732Z] [2024-10-07T10:07:25.732Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T10:07:26.010Z] #160 ... [2024-10-07T10:07:26.010Z] [2024-10-07T10:07:26.010Z] #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-10-07T10:07:26.010Z] #164 DONE 0.1s [2024-10-07T10:07:26.010Z] [2024-10-07T10:07:26.010Z] #165 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-10-07T10:07:26.279Z] #165 DONE 0.3s [2024-10-07T10:07:26.279Z] [2024-10-07T10:07:26.279Z] #166 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-10-07T10:07:26.279Z] #166 DONE 0.1s [2024-10-07T10:07:26.279Z] [2024-10-07T10:07:26.279Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T10:07:26.553Z] #160 ... [2024-10-07T10:07:26.553Z] [2024-10-07T10:07:26.553Z] #167 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T10:07:29.121Z] #167 DONE 2.6s [2024-10-07T10:07:29.121Z] [2024-10-07T10:07:29.121Z] #111 [security-proxy-setup] exporting to image [2024-10-07T10:07:29.121Z] #111 exporting layers [2024-10-07T10:07:30.078Z] #111 exporting layers 0.9s done [2024-10-07T10:07:30.078Z] #111 writing image sha256:87caf2436cf3179272cccc1d7347d282341432555573f97f403ed5ef09654355 done [2024-10-07T10:07:30.078Z] #111 naming to docker.io/library/security-proxy-setup-arm64 done [2024-10-07T10:07:30.078Z] #111 DONE 4.8s [2024-10-07T10:07:30.078Z] [2024-10-07T10:07:30.078Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T10:07:45.056Z] #160 ... [2024-10-07T10:07:45.056Z] [2024-10-07T10:07:45.056Z] #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-07T10:07:45.056Z] #152 DONE 1391.9s [2024-10-07T10:07:45.056Z] [2024-10-07T10:07:45.056Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-07T10:07:45.056Z] #159 ... [2024-10-07T10:07:45.056Z] [2024-10-07T10:07:45.056Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-07T10:07:45.056Z] #151 DONE 1392.4s [2024-10-07T10:07:45.056Z] [2024-10-07T10:07:45.056Z] #168 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-10-07T10:07:45.056Z] #168 DONE 0.5s [2024-10-07T10:07:45.056Z] [2024-10-07T10:07:45.056Z] #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-10-07T10:07:45.663Z] #169 ... [2024-10-07T10:07:45.663Z] [2024-10-07T10:07:45.663Z] #170 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T10:07:45.663Z] #170 DONE 0.3s [2024-10-07T10:07:45.931Z] [2024-10-07T10:07:45.931Z] #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-10-07T10:07:46.197Z] #171 DONE 0.3s [2024-10-07T10:07:46.197Z] [2024-10-07T10:07:46.197Z] #172 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-10-07T10:07:46.465Z] #172 DONE 0.2s [2024-10-07T10:07:46.465Z] [2024-10-07T10:07:46.465Z] #173 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-10-07T10:07:46.465Z] #173 DONE 0.1s [2024-10-07T10:07:46.465Z] [2024-10-07T10:07:46.465Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T10:07:46.465Z] #160 ... [2024-10-07T10:07:46.465Z] [2024-10-07T10:07:46.465Z] #174 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-10-07T10:07:46.732Z] #174 DONE 0.2s [2024-10-07T10:07:46.732Z] [2024-10-07T10:07:46.732Z] #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-10-07T10:07:47.331Z] #175 DONE 0.4s [2024-10-07T10:07:47.331Z] [2024-10-07T10:07:47.331Z] #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-10-07T10:07:47.637Z] #176 DONE 0.5s [2024-10-07T10:07:47.638Z] [2024-10-07T10:07:47.638Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T10:07:47.904Z] #46 ... [2024-10-07T10:07:47.904Z] [2024-10-07T10:07:47.904Z] #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-10-07T10:07:47.904Z] #177 DONE 0.2s [2024-10-07T10:07:47.904Z] [2024-10-07T10:07:47.904Z] #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T10:07:48.865Z] #178 ... [2024-10-07T10:07:48.865Z] [2024-10-07T10:07:48.865Z] #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-10-07T10:07:48.865Z] #169 DONE 3.8s [2024-10-07T10:07:48.866Z] [2024-10-07T10:07:48.866Z] #179 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T10:07:48.866Z] #179 DONE 0.4s [2024-10-07T10:07:48.866Z] [2024-10-07T10:07:48.866Z] #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-07T10:07:49.131Z] #149 ... [2024-10-07T10:07:49.131Z] [2024-10-07T10:07:49.131Z] #180 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-10-07T10:07:49.400Z] #180 DONE 0.2s [2024-10-07T10:07:49.400Z] [2024-10-07T10:07:49.400Z] #181 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-10-07T10:07:49.670Z] #181 DONE 0.4s [2024-10-07T10:07:49.671Z] [2024-10-07T10:07:49.671Z] #182 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-10-07T10:07:49.944Z] #182 DONE 0.2s [2024-10-07T10:07:49.944Z] [2024-10-07T10:07:49.944Z] #183 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-10-07T10:07:49.944Z] #183 DONE 0.1s [2024-10-07T10:07:49.944Z] [2024-10-07T10:07:49.944Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-07T10:07:49.944Z] #155 ... [2024-10-07T10:07:49.944Z] [2024-10-07T10:07:49.944Z] #184 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2024-10-07T10:07:49.944Z] #184 DONE 0.1s [2024-10-07T10:07:50.215Z] [2024-10-07T10:07:50.215Z] #185 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-10-07T10:07:50.215Z] #185 DONE 0.1s [2024-10-07T10:07:50.215Z] [2024-10-07T10:07:50.215Z] #186 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-10-07T10:07:50.487Z] #186 DONE 0.3s [2024-10-07T10:07:50.487Z] [2024-10-07T10:07:50.487Z] #187 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-10-07T10:07:50.760Z] #187 DONE 0.2s [2024-10-07T10:07:50.760Z] [2024-10-07T10:07:50.760Z] #188 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-10-07T10:07:51.350Z] #188 ... [2024-10-07T10:07:51.350Z] [2024-10-07T10:07:51.350Z] #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T10:07:51.350Z] #178 DONE 3.6s [2024-10-07T10:07:51.617Z] [2024-10-07T10:07:51.617Z] #111 [security-secretstore-setup] exporting to image [2024-10-07T10:07:51.617Z] #111 exporting layers [2024-10-07T10:07:53.578Z] #111 ... [2024-10-07T10:07:53.578Z] [2024-10-07T10:07:53.578Z] #188 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-10-07T10:07:53.578Z] #188 DONE 2.6s [2024-10-07T10:07:53.578Z] [2024-10-07T10:07:53.578Z] #111 [security-bootstrapper] exporting to image [2024-10-07T10:07:54.175Z] #111 exporting layers 2.4s done [2024-10-07T10:07:54.175Z] #111 writing image sha256:73a73256814db3344ba03b2017053c57e60f4542a669b06179ba558a52a35a92 0.1s done [2024-10-07T10:07:54.175Z] #111 naming to docker.io/library/security-secretstore-setup-arm64 [2024-10-07T10:07:54.175Z] #111 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-10-07T10:07:55.134Z] #111 exporting layers 1.7s done [2024-10-07T10:07:55.134Z] #111 writing image sha256:15f8f4113c29830c30cfa089a9542a5533be3d4367447d61849be38f6d0d6bbd done [2024-10-07T10:07:55.134Z] #111 naming to docker.io/library/security-bootstrapper-arm64 done [2024-10-07T10:07:55.134Z] #111 DONE 8.2s [2024-10-07T10:07:55.134Z] [2024-10-07T10:07:55.134Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T10:08:41.953Z] #160 ... [2024-10-07T10:08:41.953Z] [2024-10-07T10:08:41.953Z] #158 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-07T10:08:41.953Z] #158 DONE 1447.2s [2024-10-07T10:08:41.953Z] [2024-10-07T10:08:41.953Z] #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-07T10:08:41.953Z] #122 ... [2024-10-07T10:08:41.953Z] [2024-10-07T10:08:41.953Z] #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T10:08:41.953Z] #189 DONE 0.4s [2024-10-07T10:08:41.953Z] [2024-10-07T10:08:41.953Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T10:08:41.953Z] #67 ... [2024-10-07T10:08:41.953Z] [2024-10-07T10:08:41.953Z] #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-07T10:08:41.953Z] #190 DONE 0.1s [2024-10-07T10:08:41.953Z] [2024-10-07T10:08:41.953Z] #191 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-10-07T10:08:41.953Z] #191 DONE 0.3s [2024-10-07T10:08:41.953Z] [2024-10-07T10:08:41.953Z] #192 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-10-07T10:08:41.953Z] #192 DONE 0.1s [2024-10-07T10:08:41.953Z] [2024-10-07T10:08:41.953Z] #193 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-10-07T10:08:41.953Z] #193 DONE 0.1s [2024-10-07T10:08:41.953Z] [2024-10-07T10:08:41.953Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T10:08:41.953Z] #46 ... [2024-10-07T10:08:41.953Z] [2024-10-07T10:08:41.953Z] #194 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T10:08:42.915Z] #194 DONE 2.0s [2024-10-07T10:08:42.915Z] [2024-10-07T10:08:42.915Z] #111 [core-common-config-bootstrapper] exporting to image [2024-10-07T10:08:42.915Z] #111 exporting layers [2024-10-07T10:08:43.497Z] #111 exporting layers 0.6s done [2024-10-07T10:08:43.497Z] #111 writing image sha256:df3c2c00d7c8b375655790ca4d1384bd343ab827d45c2bed328cafda15b78a8c done [2024-10-07T10:08:43.497Z] #111 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-10-07T10:08:43.497Z] #111 DONE 8.8s [2024-10-07T10:08:43.497Z] [2024-10-07T10:08:43.497Z] #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-07T10:11:20.359Z] #122 DONE 1597.1s [2024-10-07T10:11:20.359Z] [2024-10-07T10:11:20.359Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T10:11:20.359Z] #160 ... [2024-10-07T10:11:20.359Z] [2024-10-07T10:11:20.359Z] #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T10:11:20.359Z] #195 DONE 0.5s [2024-10-07T10:11:20.359Z] [2024-10-07T10:11:20.359Z] #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-07T10:11:20.359Z] #196 DONE 0.2s [2024-10-07T10:11:20.359Z] [2024-10-07T10:11:20.359Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T10:11:20.359Z] #67 ... [2024-10-07T10:11:20.359Z] [2024-10-07T10:11:20.359Z] #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-10-07T10:11:20.359Z] #197 DONE 0.4s [2024-10-07T10:11:20.359Z] [2024-10-07T10:11:20.359Z] #198 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-10-07T10:11:20.359Z] #198 DONE 0.2s [2024-10-07T10:11:20.359Z] [2024-10-07T10:11:20.359Z] #111 [security-spiffe-token-provider] exporting to image [2024-10-07T10:11:20.359Z] #111 exporting layers [2024-10-07T10:11:20.359Z] #111 exporting layers 2.2s done [2024-10-07T10:11:20.359Z] #111 writing image sha256:393db175aee64f43f3fb0b43287a2679af9143d452859b6a9cfbe3f2d4369e33 done [2024-10-07T10:11:20.359Z] #111 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-10-07T10:11:20.359Z] #111 DONE 11.0s [2024-10-07T10:11:20.359Z] [2024-10-07T10:11:20.359Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-07T10:20:12.534Z] #155 ... [2024-10-07T10:20:12.534Z] [2024-10-07T10:20:12.534Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-07T10:20:12.534Z] #154 DONE 2130.5s [2024-10-07T10:20:12.534Z] [2024-10-07T10:20:12.534Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T10:20:12.534Z] #160 ... [2024-10-07T10:20:12.534Z] [2024-10-07T10:20:12.534Z] #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T10:20:12.534Z] #199 DONE 0.1s [2024-10-07T10:20:12.534Z] [2024-10-07T10:20:12.534Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T10:20:12.534Z] #67 ... [2024-10-07T10:20:12.534Z] [2024-10-07T10:20:12.534Z] #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-07T10:20:12.534Z] #200 DONE 0.3s [2024-10-07T10:20:12.534Z] [2024-10-07T10:20:12.534Z] #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-10-07T10:20:12.534Z] #201 DONE 0.4s [2024-10-07T10:20:12.534Z] [2024-10-07T10:20:12.534Z] #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-10-07T10:20:12.534Z] #202 DONE 0.2s [2024-10-07T10:20:12.534Z] [2024-10-07T10:20:12.534Z] #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-10-07T10:20:12.534Z] #203 DONE 0.1s [2024-10-07T10:20:12.534Z] [2024-10-07T10:20:12.534Z] #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T10:20:12.534Z] #204 DONE 1.8s [2024-10-07T10:20:12.534Z] [2024-10-07T10:20:12.534Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T10:20:12.534Z] #46 ... [2024-10-07T10:20:12.534Z] [2024-10-07T10:20:12.534Z] #111 [security-proxy-auth] exporting to image [2024-10-07T10:20:12.534Z] #111 exporting layers [2024-10-07T10:20:12.534Z] #111 exporting layers 0.5s done [2024-10-07T10:20:12.534Z] #111 writing image sha256:cbd1e7fc00ca36b99b70ee89f0920fd27ec5eb95fcbb1f4ea0dd94f77d83b310 done [2024-10-07T10:20:12.534Z] #111 naming to docker.io/library/security-proxy-auth-arm64 done [2024-10-07T10:20:12.534Z] #111 DONE 11.6s [2024-10-07T10:20:12.534Z] [2024-10-07T10:20:12.534Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T10:21:20.395Z] #67 ... [2024-10-07T10:21:20.395Z] [2024-10-07T10:21:20.395Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-07T10:21:20.395Z] #155 DONE 2201.5s [2024-10-07T10:21:20.395Z] [2024-10-07T10:21:20.395Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T10:21:20.395Z] #160 ... [2024-10-07T10:21:20.395Z] [2024-10-07T10:21:20.395Z] #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T10:21:20.395Z] #205 DONE 0.2s [2024-10-07T10:21:20.395Z] [2024-10-07T10:21:20.395Z] #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-07T10:21:20.395Z] #206 DONE 0.2s [2024-10-07T10:21:20.395Z] [2024-10-07T10:21:20.395Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T10:21:20.395Z] #67 ... [2024-10-07T10:21:20.395Z] [2024-10-07T10:21:20.395Z] #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-10-07T10:21:20.395Z] #207 DONE 0.3s [2024-10-07T10:21:20.395Z] [2024-10-07T10:21:20.395Z] #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-10-07T10:21:20.395Z] #208 DONE 0.2s [2024-10-07T10:21:20.395Z] [2024-10-07T10:21:20.395Z] #111 [core-command] exporting to image [2024-10-07T10:21:20.395Z] #111 exporting layers [2024-10-07T10:21:20.395Z] #111 exporting layers 0.3s done [2024-10-07T10:21:20.395Z] #111 writing image sha256:0ebcc1c94369cbc0a60573f522bc94b62d5f24b00e27edb4c7975ad0b6793006 done [2024-10-07T10:21:20.395Z] #111 naming to docker.io/library/core-command-arm64 done [2024-10-07T10:21:20.395Z] #111 DONE 11.9s [2024-10-07T10:21:20.395Z] [2024-10-07T10:21:20.395Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T10:23:27.445Z] #67 ... [2024-10-07T10:23:27.445Z] [2024-10-07T10:23:27.445Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-07T10:23:27.445Z] #159 DONE 2330.3s [2024-10-07T10:23:27.445Z] [2024-10-07T10:23:27.445Z] #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-07T10:23:27.445Z] #149 ... [2024-10-07T10:23:27.445Z] [2024-10-07T10:23:27.445Z] #209 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T10:23:27.445Z] #209 DONE 0.2s [2024-10-07T10:23:27.445Z] [2024-10-07T10:23:27.445Z] #210 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-07T10:23:27.445Z] #210 DONE 0.2s [2024-10-07T10:23:27.445Z] [2024-10-07T10:23:27.445Z] #211 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-10-07T10:23:27.445Z] #211 DONE 0.5s [2024-10-07T10:23:27.445Z] [2024-10-07T10:23:27.445Z] #212 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-10-07T10:23:27.445Z] #212 DONE 0.2s [2024-10-07T10:23:27.445Z] [2024-10-07T10:23:27.445Z] #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-07T10:23:27.445Z] #149 ... [2024-10-07T10:23:27.445Z] [2024-10-07T10:23:27.445Z] #213 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-10-07T10:23:27.445Z] #213 DONE 0.1s [2024-10-07T10:23:27.445Z] [2024-10-07T10:23:27.445Z] #111 [core-data] exporting to image [2024-10-07T10:23:27.445Z] #111 exporting layers [2024-10-07T10:23:27.445Z] #111 exporting layers 0.5s done [2024-10-07T10:23:27.445Z] #111 writing image sha256:71bf19ba56f7673974f57bca363591904645f55259e1aa371c9d0a0e2d23c265 done [2024-10-07T10:23:27.445Z] #111 naming to docker.io/library/core-data-arm64 done [2024-10-07T10:23:27.445Z] #111 DONE 12.4s [2024-10-07T10:23:27.445Z] [2024-10-07T10:23:27.445Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T10:23:29.426Z] #160 DONE 2337.3s [2024-10-07T10:23:29.426Z] [2024-10-07T10:23:29.426Z] #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-07T10:23:29.426Z] #149 ... [2024-10-07T10:23:29.426Z] [2024-10-07T10:23:29.426Z] #214 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T10:23:29.706Z] #214 DONE 0.2s [2024-10-07T10:23:29.706Z] [2024-10-07T10:23:29.706Z] #215 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-10-07T10:23:30.300Z] #215 DONE 0.4s [2024-10-07T10:23:30.300Z] [2024-10-07T10:23:30.300Z] #216 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-10-07T10:23:30.300Z] #216 DONE 0.1s [2024-10-07T10:23:30.300Z] [2024-10-07T10:23:30.300Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T10:23:30.300Z] #46 ... [2024-10-07T10:23:30.300Z] [2024-10-07T10:23:30.300Z] #217 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ [2024-10-07T10:23:30.571Z] #217 DONE 0.2s [2024-10-07T10:23:30.571Z] [2024-10-07T10:23:30.571Z] #111 [core-keeper] exporting to image [2024-10-07T10:23:30.571Z] #111 exporting layers [2024-10-07T10:23:30.848Z] #111 exporting layers 0.4s done [2024-10-07T10:23:30.848Z] #111 writing image sha256:96787be8fc7f2fce1339978916f7a1c3525ca8df1ccb9e4eed2f8836d8818722 done [2024-10-07T10:23:30.848Z] #111 naming to docker.io/library/core-keeper-arm64 done [2024-10-07T10:23:30.848Z] #111 DONE 12.8s [2024-10-07T10:23:30.848Z] [2024-10-07T10:23:30.848Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T10:23:34.224Z] #67 ... [2024-10-07T10:23:34.224Z] [2024-10-07T10:23:34.224Z] #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-07T10:23:34.224Z] #157 DONE 2341.8s [2024-10-07T10:23:34.224Z] [2024-10-07T10:23:34.224Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-07T10:23:34.224Z] #156 ... [2024-10-07T10:23:34.224Z] [2024-10-07T10:23:34.224Z] #218 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T10:23:34.224Z] #218 DONE 0.2s [2024-10-07T10:23:34.224Z] [2024-10-07T10:23:34.224Z] #219 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2024-10-07T10:23:34.503Z] #219 DONE 0.1s [2024-10-07T10:23:34.503Z] [2024-10-07T10:23:34.503Z] #220 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-10-07T10:23:34.779Z] #220 DONE 0.4s [2024-10-07T10:23:34.779Z] [2024-10-07T10:23:34.779Z] #221 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-10-07T10:23:35.062Z] #221 DONE 0.1s [2024-10-07T10:23:35.062Z] [2024-10-07T10:23:35.062Z] #222 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-10-07T10:23:35.342Z] #222 DONE 0.1s [2024-10-07T10:23:35.342Z] [2024-10-07T10:23:35.342Z] #223 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ [2024-10-07T10:23:35.342Z] #223 DONE 0.2s [2024-10-07T10:23:35.342Z] [2024-10-07T10:23:35.342Z] #111 [core-metadata] exporting to image [2024-10-07T10:23:35.937Z] #111 exporting layers 0.4s done [2024-10-07T10:23:35.937Z] #111 writing image sha256:e396bcf04649523946d560ba8574dfc6bc5f4a46e9824bcce44e91e8d639d1d8 0.0s done [2024-10-07T10:23:35.937Z] #111 naming to docker.io/library/core-metadata-arm64 done [2024-10-07T10:23:35.937Z] #111 DONE 13.2s [2024-10-07T10:23:35.937Z] [2024-10-07T10:23:35.937Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T10:24:14.860Z] #67 ... [2024-10-07T10:24:14.860Z] [2024-10-07T10:24:14.860Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-07T10:24:14.860Z] #156 DONE 2379.6s [2024-10-07T10:24:14.860Z] [2024-10-07T10:24:14.860Z] #224 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T10:24:14.860Z] #224 DONE 0.2s [2024-10-07T10:24:14.860Z] [2024-10-07T10:24:14.860Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T10:24:14.860Z] #67 ... [2024-10-07T10:24:14.860Z] [2024-10-07T10:24:14.860Z] #225 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-07T10:24:14.860Z] #225 DONE 0.3s [2024-10-07T10:24:14.860Z] [2024-10-07T10:24:14.860Z] #226 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-10-07T10:24:14.860Z] #226 DONE 0.9s [2024-10-07T10:24:14.860Z] [2024-10-07T10:24:14.860Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T10:24:14.860Z] #46 ... [2024-10-07T10:24:14.860Z] [2024-10-07T10:24:14.860Z] #227 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-10-07T10:24:14.860Z] #227 DONE 0.4s [2024-10-07T10:24:14.860Z] [2024-10-07T10:24:14.860Z] #111 [support-scheduler] exporting to image [2024-10-07T10:24:14.860Z] #111 exporting layers [2024-10-07T10:24:14.860Z] #111 exporting layers 0.5s done [2024-10-07T10:24:14.860Z] #111 writing image sha256:d865c7452c40f7d469eff7d842187e3b36de066d35d001fd05ecf9269641a253 done [2024-10-07T10:24:14.860Z] #111 naming to docker.io/library/support-scheduler-arm64 done [2024-10-07T10:24:14.860Z] #111 DONE 13.7s [2024-10-07T10:24:14.860Z] [2024-10-07T10:24:14.860Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T10:24:16.280Z] #46 ... [2024-10-07T10:24:16.280Z] [2024-10-07T10:24:16.280Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-07T10:24:16.280Z] #153 DONE 2384.3s [2024-10-07T10:24:16.280Z] [2024-10-07T10:24:16.280Z] #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-07T10:24:16.280Z] #149 DONE 2384.4s [2024-10-07T10:24:16.280Z] [2024-10-07T10:24:16.280Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T10:24:16.568Z] #67 ... [2024-10-07T10:24:16.568Z] [2024-10-07T10:24:16.568Z] #228 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T10:24:16.568Z] #228 DONE 0.2s [2024-10-07T10:24:16.568Z] [2024-10-07T10:24:16.568Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T10:24:16.836Z] #46 ... [2024-10-07T10:24:16.836Z] [2024-10-07T10:24:16.836Z] #229 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T10:24:17.105Z] #229 DONE 0.1s [2024-10-07T10:24:17.105Z] [2024-10-07T10:24:17.105Z] #230 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-07T10:24:17.105Z] #230 DONE 0.1s [2024-10-07T10:24:17.105Z] [2024-10-07T10:24:17.105Z] #231 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-07T10:24:17.372Z] #231 DONE 0.1s [2024-10-07T10:24:17.372Z] [2024-10-07T10:24:17.372Z] #232 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-10-07T10:24:17.641Z] #232 DONE 0.4s [2024-10-07T10:24:17.641Z] [2024-10-07T10:24:17.641Z] #233 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-10-07T10:24:17.641Z] #233 DONE 0.6s [2024-10-07T10:24:17.641Z] [2024-10-07T10:24:17.641Z] #234 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-10-07T10:24:17.908Z] #234 DONE 0.1s [2024-10-07T10:24:17.908Z] [2024-10-07T10:24:17.908Z] #235 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-10-07T10:24:17.908Z] #235 DONE 0.1s [2024-10-07T10:24:17.908Z] [2024-10-07T10:24:17.908Z] #111 [support-cron-scheduler] exporting to image [2024-10-07T10:24:17.908Z] #111 ... [2024-10-07T10:24:17.908Z] [2024-10-07T10:24:17.908Z] #236 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-10-07T10:24:17.908Z] #236 DONE 0.2s [2024-10-07T10:24:17.908Z] [2024-10-07T10:24:17.908Z] #111 [support-notifications] exporting to image [2024-10-07T10:24:19.855Z] #111 exporting layers 1.4s done [2024-10-07T10:24:19.855Z] #111 writing image sha256:8d6fcf53fad1a5479528b21a902b903d7156feef8472da252058fcbef2ad8bf6 done [2024-10-07T10:24:19.855Z] #111 naming to docker.io/library/support-notifications-arm64 done [2024-10-07T10:24:19.855Z] #111 exporting layers 2.0s done [2024-10-07T10:24:19.855Z] #111 writing image sha256:9637cf8b1727667da3a0857fd3c0528f7637940b1af70330a5781619d2362feb done [2024-10-07T10:24:19.855Z] #111 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-10-07T10:24:19.855Z] #111 DONE 15.6s [2024-10-07T10:24:19.855Z] [2024-10-07T10:24:19.855Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T10:24:19.855Z] time="2024-10-07T09:41:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T10:24:19.855Z] time="2024-10-07T09:41:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T10:24:19.855Z] time="2024-10-07T09:41:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T10:24:19.856Z] time="2024-10-07T09:41:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T10:24:19.856Z] time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T10:24:19.856Z] time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T10:24:19.856Z] time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T10:24:19.856Z] time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T10:24:19.856Z] time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T10:24:19.856Z] time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T10:24:19.856Z] time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T10:24:19.856Z] time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T10:24:19.856Z] time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T10:24:19.856Z] time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T10:24:19.856Z] time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T10:24:19.856Z] time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-10-07T10:24:19.862Z] $ docker stop --time=1 f1e31ab6df555d165e80f4b0d4c96ecbb1082f71cff3f47313522d24da45ecd3 [2024-10-07T10:24:21.529Z] $ docker rm -f --volumes f1e31ab6df555d165e80f4b0d4c96ecbb1082f71cff3f47313522d24da45ecd3 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-07T10:24:22.053Z] + docker images [2024-10-07T10:24:22.053Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-10-07T10:24:22.053Z] support-cron-scheduler-arm64 latest 9637cf8b1727 4 seconds ago 45.6MB [2024-10-07T10:24:22.053Z] support-notifications-arm64 latest 8d6fcf53fad1 4 seconds ago 44.8MB [2024-10-07T10:24:22.053Z] support-scheduler-arm64 latest d865c7452c40 8 seconds ago 44MB [2024-10-07T10:24:22.053Z] core-metadata-arm64 latest e396bcf04649 46 seconds ago 30.2MB [2024-10-07T10:24:22.053Z] core-keeper-arm64 latest 96787be8fc7f 51 seconds ago 29.5MB [2024-10-07T10:24:22.053Z] core-data-arm64 latest 71bf19ba56f7 58 seconds ago 30.1MB [2024-10-07T10:24:22.053Z] core-command-arm64 latest 0ebcc1c94369 3 minutes ago 26.4MB [2024-10-07T10:24:22.053Z] security-proxy-auth-arm64 latest cbd1e7fc00ca 4 minutes ago 25.2MB [2024-10-07T10:24:22.053Z] security-spiffe-token-provider-arm64 latest 393db175aee6 13 minutes ago 33MB [2024-10-07T10:24:22.053Z] core-common-config-bootstrapper-arm64 latest df3c2c00d7c8 15 minutes ago 17.4MB [2024-10-07T10:24:22.053Z] security-bootstrapper-arm64 latest 15f8f4113c29 16 minutes ago 21MB [2024-10-07T10:24:22.053Z] security-secretstore-setup-arm64 latest 73a73256814d 16 minutes ago 40.3MB [2024-10-07T10:24:22.053Z] security-proxy-setup-arm64 latest 87caf2436cf3 16 minutes ago 29.4MB [2024-10-07T10:24:22.053Z] security-spire-agent-arm64 latest 77f264956087 41 minutes ago 176MB [2024-10-07T10:24:22.053Z] security-spire-config-arm64 latest 657b207a9e7e 41 minutes ago 117MB [2024-10-07T10:24:22.053Z] security-spire-server-arm64 latest ec8729528162 41 minutes ago 118MB [2024-10-07T10:24:22.053Z] ci-base-image-arm64 latest aead546b7a0f 43 minutes ago 965MB [2024-10-07T10:24:22.053Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine be29e6b0f0d4 4 days ago 558MB [2024-10-07T10:24:22.053Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 16 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-07T10:24:39.553Z] provisioning config files... [2024-10-07T10:24:39.568Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/717@tmp/config3867078344159920089tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-07T10:24:39.909Z] ---> ****-login.sh [2024-10-07T10:24:39.909Z] nexus3.edgexfoundry.org:10001 [2024-10-07T10:24:39.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T10:24:40.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T10:24:40.174Z] Configure a credential helper to remove this warning. See [2024-10-07T10:24:40.174Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T10:24:40.174Z] [2024-10-07T10:24:40.175Z] Login Succeeded [2024-10-07T10:24:40.175Z] nexus3.edgexfoundry.org:10002 [2024-10-07T10:24:40.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T10:24:40.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T10:24:40.706Z] Configure a credential helper to remove this warning. See [2024-10-07T10:24:40.706Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T10:24:40.706Z] [2024-10-07T10:24:40.706Z] Login Succeeded [2024-10-07T10:24:40.706Z] nexus3.edgexfoundry.org:10003 [2024-10-07T10:24:40.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T10:24:40.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T10:24:40.971Z] Configure a credential helper to remove this warning. See [2024-10-07T10:24:40.971Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T10:24:40.971Z] [2024-10-07T10:24:40.971Z] Login Succeeded [2024-10-07T10:24:40.971Z] nexus3.edgexfoundry.org:10004 [2024-10-07T10:24:41.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T10:24:41.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T10:24:41.236Z] Configure a credential helper to remove this warning. See [2024-10-07T10:24:41.236Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T10:24:41.236Z] [2024-10-07T10:24:41.236Z] Login Succeeded [2024-10-07T10:24:41.236Z] ****.io [2024-10-07T10:24:41.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T10:24:41.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T10:24:41.765Z] Configure a credential helper to remove this warning. See [2024-10-07T10:24:41.765Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T10:24:41.765Z] [2024-10-07T10:24:41.765Z] Login Succeeded [2024-10-07T10:24:41.765Z] ---> ****-login.sh ends [Pipeline] } [2024-10-07T10:24:41.779Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T10:24:41.829Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-07T10:24:41.866Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-10-07T10:24:41.866Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:24:41.866Z] latest [2024-10-07T10:24:41.866Z] 3.2.0-dev.94 [2024-10-07T10:24:41.866Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:24:41.866Z] main [2024-10-07T10:24:41.866Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:42.248Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:42.611Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:24:42.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-07T10:24:42.611Z] 2cfe39603666: Preparing [2024-10-07T10:24:42.611Z] 40d8ce84fc8e: Preparing [2024-10-07T10:24:42.611Z] 0ba476c48dc9: Preparing [2024-10-07T10:24:42.611Z] ed87125a3572: Preparing [2024-10-07T10:24:42.611Z] 6a73a8741db9: Preparing [2024-10-07T10:24:42.611Z] 144f10a2ea99: Preparing [2024-10-07T10:24:42.611Z] 16113d51b718: Preparing [2024-10-07T10:24:42.611Z] 144f10a2ea99: Waiting [2024-10-07T10:24:42.611Z] 16113d51b718: Waiting [2024-10-07T10:24:42.876Z] ed87125a3572: Pushed [2024-10-07T10:24:42.876Z] 0ba476c48dc9: Pushed [2024-10-07T10:24:42.876Z] 2cfe39603666: Pushed [2024-10-07T10:24:42.876Z] 16113d51b718: Layer already exists [2024-10-07T10:24:42.876Z] 6a73a8741db9: Pushed [2024-10-07T10:24:42.876Z] 144f10a2ea99: Pushed [2024-10-07T10:24:47.110Z] 40d8ce84fc8e: Pushed [2024-10-07T10:24:47.111Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:a5ec8effacb6fccaed769ea9393f6a7b708cb1ee708be1be4b520090bf776c51 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:47.472Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:47.839Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-10-07T10:24:47.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-07T10:24:47.839Z] 2cfe39603666: Preparing [2024-10-07T10:24:47.839Z] 40d8ce84fc8e: Preparing [2024-10-07T10:24:47.839Z] 0ba476c48dc9: Preparing [2024-10-07T10:24:47.839Z] ed87125a3572: Preparing [2024-10-07T10:24:47.839Z] 6a73a8741db9: Preparing [2024-10-07T10:24:47.839Z] 144f10a2ea99: Preparing [2024-10-07T10:24:47.839Z] 16113d51b718: Preparing [2024-10-07T10:24:47.839Z] 144f10a2ea99: Waiting [2024-10-07T10:24:47.839Z] 16113d51b718: Waiting [2024-10-07T10:24:47.839Z] ed87125a3572: Layer already exists [2024-10-07T10:24:47.839Z] 40d8ce84fc8e: Layer already exists [2024-10-07T10:24:47.839Z] 2cfe39603666: Layer already exists [2024-10-07T10:24:47.839Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:24:47.839Z] 6a73a8741db9: Layer already exists [2024-10-07T10:24:47.839Z] 144f10a2ea99: Layer already exists [2024-10-07T10:24:47.839Z] 16113d51b718: Layer already exists [2024-10-07T10:24:48.104Z] latest: digest: sha256:a5ec8effacb6fccaed769ea9393f6a7b708cb1ee708be1be4b520090bf776c51 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:48.474Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:48.827Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.94 [2024-10-07T10:24:48.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-07T10:24:48.827Z] 2cfe39603666: Preparing [2024-10-07T10:24:48.827Z] 40d8ce84fc8e: Preparing [2024-10-07T10:24:48.827Z] 0ba476c48dc9: Preparing [2024-10-07T10:24:48.827Z] ed87125a3572: Preparing [2024-10-07T10:24:48.827Z] 6a73a8741db9: Preparing [2024-10-07T10:24:48.827Z] 144f10a2ea99: Preparing [2024-10-07T10:24:48.827Z] 16113d51b718: Preparing [2024-10-07T10:24:48.827Z] 144f10a2ea99: Waiting [2024-10-07T10:24:48.827Z] 16113d51b718: Waiting [2024-10-07T10:24:48.827Z] 2cfe39603666: Layer already exists [2024-10-07T10:24:48.827Z] 6a73a8741db9: Layer already exists [2024-10-07T10:24:48.827Z] 40d8ce84fc8e: Layer already exists [2024-10-07T10:24:48.827Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:24:48.827Z] ed87125a3572: Layer already exists [2024-10-07T10:24:48.827Z] 144f10a2ea99: Layer already exists [2024-10-07T10:24:48.827Z] 16113d51b718: Layer already exists [2024-10-07T10:24:49.091Z] 3.2.0-dev.94: digest: sha256:a5ec8effacb6fccaed769ea9393f6a7b708cb1ee708be1be4b520090bf776c51 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:49.448Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:49.804Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:24:49.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-07T10:24:49.804Z] 2cfe39603666: Preparing [2024-10-07T10:24:49.804Z] 40d8ce84fc8e: Preparing [2024-10-07T10:24:49.804Z] 0ba476c48dc9: Preparing [2024-10-07T10:24:49.804Z] ed87125a3572: Preparing [2024-10-07T10:24:49.804Z] 6a73a8741db9: Preparing [2024-10-07T10:24:49.804Z] 144f10a2ea99: Preparing [2024-10-07T10:24:49.804Z] 16113d51b718: Preparing [2024-10-07T10:24:49.804Z] 144f10a2ea99: Waiting [2024-10-07T10:24:49.804Z] 16113d51b718: Waiting [2024-10-07T10:24:49.804Z] 2cfe39603666: Layer already exists [2024-10-07T10:24:49.804Z] 40d8ce84fc8e: Layer already exists [2024-10-07T10:24:49.804Z] ed87125a3572: Layer already exists [2024-10-07T10:24:49.804Z] 6a73a8741db9: Layer already exists [2024-10-07T10:24:49.804Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:24:49.804Z] 16113d51b718: Layer already exists [2024-10-07T10:24:49.804Z] 144f10a2ea99: Layer already exists [2024-10-07T10:24:50.069Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:a5ec8effacb6fccaed769ea9393f6a7b708cb1ee708be1be4b520090bf776c51 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:50.437Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:50.795Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-10-07T10:24:50.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-07T10:24:50.795Z] 2cfe39603666: Preparing [2024-10-07T10:24:50.795Z] 40d8ce84fc8e: Preparing [2024-10-07T10:24:50.795Z] 0ba476c48dc9: Preparing [2024-10-07T10:24:50.795Z] ed87125a3572: Preparing [2024-10-07T10:24:50.795Z] 6a73a8741db9: Preparing [2024-10-07T10:24:50.795Z] 144f10a2ea99: Preparing [2024-10-07T10:24:50.795Z] 16113d51b718: Preparing [2024-10-07T10:24:50.795Z] 144f10a2ea99: Waiting [2024-10-07T10:24:50.795Z] 16113d51b718: Waiting [2024-10-07T10:24:50.795Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:24:50.795Z] 6a73a8741db9: Layer already exists [2024-10-07T10:24:50.795Z] 40d8ce84fc8e: Layer already exists [2024-10-07T10:24:50.795Z] 2cfe39603666: Layer already exists [2024-10-07T10:24:50.795Z] ed87125a3572: Layer already exists [2024-10-07T10:24:50.795Z] 16113d51b718: Layer already exists [2024-10-07T10:24:50.795Z] 144f10a2ea99: Layer already exists [2024-10-07T10:24:51.060Z] main: digest: sha256:a5ec8effacb6fccaed769ea9393f6a7b708cb1ee708be1be4b520090bf776c51 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T10:24:51.148Z] ===================================================== [Pipeline] echo [2024-10-07T10:24:51.162Z] taggedImages: [2024-10-07T10:24:51.162Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:24:51.162Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-10-07T10:24:51.162Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.94 [2024-10-07T10:24:51.162Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:24:51.162Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-10-07T10:24:51.196Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-10-07T10:24:51.196Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:24:51.196Z] latest [2024-10-07T10:24:51.196Z] 3.2.0-dev.94 [2024-10-07T10:24:51.196Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:24:51.196Z] main [2024-10-07T10:24:51.196Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:51.579Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:51.938Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:24:51.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-07T10:24:51.939Z] 722d78494a90: Preparing [2024-10-07T10:24:51.939Z] ae9c8ca1b311: Preparing [2024-10-07T10:24:51.939Z] d1dfd2fa5b23: Preparing [2024-10-07T10:24:51.939Z] 83bb118c4ac5: Preparing [2024-10-07T10:24:51.939Z] 0ba476c48dc9: Preparing [2024-10-07T10:24:51.939Z] ed87125a3572: Preparing [2024-10-07T10:24:51.939Z] 6a73a8741db9: Preparing [2024-10-07T10:24:51.939Z] 144f10a2ea99: Preparing [2024-10-07T10:24:51.939Z] 16113d51b718: Preparing [2024-10-07T10:24:51.939Z] 6a73a8741db9: Waiting [2024-10-07T10:24:51.939Z] 144f10a2ea99: Waiting [2024-10-07T10:24:51.939Z] 16113d51b718: Waiting [2024-10-07T10:24:51.939Z] ed87125a3572: Waiting [2024-10-07T10:24:51.939Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:24:52.205Z] ed87125a3572: Layer already exists [2024-10-07T10:24:52.205Z] ae9c8ca1b311: Pushed [2024-10-07T10:24:52.205Z] d1dfd2fa5b23: Pushed [2024-10-07T10:24:52.205Z] 6a73a8741db9: Layer already exists [2024-10-07T10:24:52.205Z] 722d78494a90: Pushed [2024-10-07T10:24:52.205Z] 144f10a2ea99: Layer already exists [2024-10-07T10:24:52.205Z] 16113d51b718: Layer already exists [2024-10-07T10:24:54.144Z] 83bb118c4ac5: Pushed [2024-10-07T10:24:54.144Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:cea28e86d560f4727d0d83682c4381484b8ec1c403f0165e030f4328896b1ee7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:54.521Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:54.884Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-10-07T10:24:54.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-07T10:24:54.884Z] 722d78494a90: Preparing [2024-10-07T10:24:54.884Z] ae9c8ca1b311: Preparing [2024-10-07T10:24:54.884Z] d1dfd2fa5b23: Preparing [2024-10-07T10:24:54.884Z] 83bb118c4ac5: Preparing [2024-10-07T10:24:54.884Z] 0ba476c48dc9: Preparing [2024-10-07T10:24:54.884Z] ed87125a3572: Preparing [2024-10-07T10:24:54.884Z] 6a73a8741db9: Preparing [2024-10-07T10:24:54.884Z] ed87125a3572: Waiting [2024-10-07T10:24:54.884Z] 144f10a2ea99: Preparing [2024-10-07T10:24:54.884Z] 16113d51b718: Preparing [2024-10-07T10:24:54.884Z] 6a73a8741db9: Waiting [2024-10-07T10:24:54.884Z] 144f10a2ea99: Waiting [2024-10-07T10:24:54.884Z] 16113d51b718: Waiting [2024-10-07T10:24:54.884Z] 83bb118c4ac5: Layer already exists [2024-10-07T10:24:54.884Z] ae9c8ca1b311: Layer already exists [2024-10-07T10:24:54.884Z] 722d78494a90: Layer already exists [2024-10-07T10:24:54.884Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:24:54.884Z] d1dfd2fa5b23: Layer already exists [2024-10-07T10:24:54.884Z] ed87125a3572: Layer already exists [2024-10-07T10:24:54.884Z] 144f10a2ea99: Layer already exists [2024-10-07T10:24:54.884Z] 16113d51b718: Layer already exists [2024-10-07T10:24:54.884Z] 6a73a8741db9: Layer already exists [2024-10-07T10:24:55.151Z] latest: digest: sha256:cea28e86d560f4727d0d83682c4381484b8ec1c403f0165e030f4328896b1ee7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:55.530Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:55.908Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.94 [2024-10-07T10:24:55.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-07T10:24:55.908Z] 722d78494a90: Preparing [2024-10-07T10:24:55.908Z] ae9c8ca1b311: Preparing [2024-10-07T10:24:55.908Z] d1dfd2fa5b23: Preparing [2024-10-07T10:24:55.908Z] 83bb118c4ac5: Preparing [2024-10-07T10:24:55.908Z] 0ba476c48dc9: Preparing [2024-10-07T10:24:55.908Z] ed87125a3572: Preparing [2024-10-07T10:24:55.908Z] 6a73a8741db9: Preparing [2024-10-07T10:24:55.908Z] 144f10a2ea99: Preparing [2024-10-07T10:24:55.908Z] 16113d51b718: Preparing [2024-10-07T10:24:55.908Z] ed87125a3572: Waiting [2024-10-07T10:24:55.908Z] 6a73a8741db9: Waiting [2024-10-07T10:24:55.908Z] 144f10a2ea99: Waiting [2024-10-07T10:24:55.908Z] 16113d51b718: Waiting [2024-10-07T10:24:55.908Z] 722d78494a90: Layer already exists [2024-10-07T10:24:55.908Z] 83bb118c4ac5: Layer already exists [2024-10-07T10:24:55.908Z] ae9c8ca1b311: Layer already exists [2024-10-07T10:24:55.908Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:24:55.908Z] d1dfd2fa5b23: Layer already exists [2024-10-07T10:24:55.908Z] 16113d51b718: Layer already exists [2024-10-07T10:24:55.908Z] 144f10a2ea99: Layer already exists [2024-10-07T10:24:55.909Z] ed87125a3572: Layer already exists [2024-10-07T10:24:55.909Z] 6a73a8741db9: Layer already exists [2024-10-07T10:24:56.177Z] 3.2.0-dev.94: digest: sha256:cea28e86d560f4727d0d83682c4381484b8ec1c403f0165e030f4328896b1ee7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:56.558Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:57.515Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:24:57.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-07T10:24:57.515Z] 722d78494a90: Preparing [2024-10-07T10:24:57.515Z] ae9c8ca1b311: Preparing [2024-10-07T10:24:57.515Z] d1dfd2fa5b23: Preparing [2024-10-07T10:24:57.515Z] 83bb118c4ac5: Preparing [2024-10-07T10:24:57.515Z] 0ba476c48dc9: Preparing [2024-10-07T10:24:57.515Z] ed87125a3572: Preparing [2024-10-07T10:24:57.515Z] 6a73a8741db9: Preparing [2024-10-07T10:24:57.515Z] 144f10a2ea99: Preparing [2024-10-07T10:24:57.515Z] 16113d51b718: Preparing [2024-10-07T10:24:57.515Z] ed87125a3572: Waiting [2024-10-07T10:24:57.515Z] 6a73a8741db9: Waiting [2024-10-07T10:24:57.515Z] 144f10a2ea99: Waiting [2024-10-07T10:24:57.515Z] 16113d51b718: Waiting [2024-10-07T10:24:57.515Z] 722d78494a90: Layer already exists [2024-10-07T10:24:57.515Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:24:57.515Z] 83bb118c4ac5: Layer already exists [2024-10-07T10:24:57.515Z] d1dfd2fa5b23: Layer already exists [2024-10-07T10:24:57.515Z] ae9c8ca1b311: Layer already exists [2024-10-07T10:24:57.515Z] 6a73a8741db9: Layer already exists [2024-10-07T10:24:57.515Z] ed87125a3572: Layer already exists [2024-10-07T10:24:57.515Z] 16113d51b718: Layer already exists [2024-10-07T10:24:57.515Z] 144f10a2ea99: Layer already exists [2024-10-07T10:24:57.781Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:cea28e86d560f4727d0d83682c4381484b8ec1c403f0165e030f4328896b1ee7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:58.149Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:58.517Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-10-07T10:24:58.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-07T10:24:58.517Z] 722d78494a90: Preparing [2024-10-07T10:24:58.517Z] ae9c8ca1b311: Preparing [2024-10-07T10:24:58.517Z] d1dfd2fa5b23: Preparing [2024-10-07T10:24:58.517Z] 83bb118c4ac5: Preparing [2024-10-07T10:24:58.517Z] 0ba476c48dc9: Preparing [2024-10-07T10:24:58.517Z] ed87125a3572: Preparing [2024-10-07T10:24:58.517Z] 6a73a8741db9: Preparing [2024-10-07T10:24:58.517Z] 144f10a2ea99: Preparing [2024-10-07T10:24:58.517Z] 16113d51b718: Preparing [2024-10-07T10:24:58.517Z] 6a73a8741db9: Waiting [2024-10-07T10:24:58.517Z] 144f10a2ea99: Waiting [2024-10-07T10:24:58.517Z] 16113d51b718: Waiting [2024-10-07T10:24:58.517Z] ed87125a3572: Waiting [2024-10-07T10:24:58.517Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:24:58.517Z] ae9c8ca1b311: Layer already exists [2024-10-07T10:24:58.517Z] 722d78494a90: Layer already exists [2024-10-07T10:24:58.517Z] 83bb118c4ac5: Layer already exists [2024-10-07T10:24:58.517Z] ed87125a3572: Layer already exists [2024-10-07T10:24:58.517Z] d1dfd2fa5b23: Layer already exists [2024-10-07T10:24:58.517Z] 144f10a2ea99: Layer already exists [2024-10-07T10:24:58.517Z] 6a73a8741db9: Layer already exists [2024-10-07T10:24:58.517Z] 16113d51b718: Layer already exists [2024-10-07T10:24:58.785Z] main: digest: sha256:cea28e86d560f4727d0d83682c4381484b8ec1c403f0165e030f4328896b1ee7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T10:24:58.888Z] ===================================================== [Pipeline] echo [2024-10-07T10:24:58.908Z] taggedImages: [2024-10-07T10:24:58.908Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:24:58.908Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-10-07T10:24:58.908Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.94 [2024-10-07T10:24:58.908Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:24:58.908Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-10-07T10:24:58.934Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-10-07T10:24:58.934Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:24:58.934Z] latest [2024-10-07T10:24:58.934Z] 3.2.0-dev.94 [2024-10-07T10:24:58.934Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:24:58.934Z] main [2024-10-07T10:24:58.934Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:59.323Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:24:59.700Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:24:59.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-07T10:24:59.700Z] f579f8158a55: Preparing [2024-10-07T10:24:59.700Z] b841cffb964f: Preparing [2024-10-07T10:24:59.700Z] 7b61875c3269: Preparing [2024-10-07T10:24:59.700Z] 0ba476c48dc9: Preparing [2024-10-07T10:24:59.700Z] ed87125a3572: Preparing [2024-10-07T10:24:59.700Z] 8dd2b5c4c88f: Preparing [2024-10-07T10:24:59.700Z] 5e84a87127fd: Preparing [2024-10-07T10:24:59.700Z] 16113d51b718: Preparing [2024-10-07T10:24:59.700Z] 8dd2b5c4c88f: Waiting [2024-10-07T10:24:59.700Z] 5e84a87127fd: Waiting [2024-10-07T10:24:59.700Z] 16113d51b718: Waiting [2024-10-07T10:24:59.700Z] ed87125a3572: Layer already exists [2024-10-07T10:24:59.968Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:24:59.968Z] b841cffb964f: Pushed [2024-10-07T10:24:59.968Z] f579f8158a55: Pushed [2024-10-07T10:24:59.968Z] 16113d51b718: Layer already exists [2024-10-07T10:24:59.969Z] 5e84a87127fd: Pushed [2024-10-07T10:24:59.969Z] 8dd2b5c4c88f: Pushed [2024-10-07T10:25:05.313Z] 7b61875c3269: Pushed [2024-10-07T10:25:05.313Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:5501b3891615be12fba5cc6ddb4d2d631a5b25890962a68f76285ce1bca34ba1 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:05.681Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:06.037Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-10-07T10:25:06.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-07T10:25:06.037Z] f579f8158a55: Preparing [2024-10-07T10:25:06.037Z] b841cffb964f: Preparing [2024-10-07T10:25:06.037Z] 7b61875c3269: Preparing [2024-10-07T10:25:06.037Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:06.037Z] ed87125a3572: Preparing [2024-10-07T10:25:06.037Z] 8dd2b5c4c88f: Preparing [2024-10-07T10:25:06.037Z] 5e84a87127fd: Preparing [2024-10-07T10:25:06.037Z] 16113d51b718: Preparing [2024-10-07T10:25:06.037Z] 5e84a87127fd: Waiting [2024-10-07T10:25:06.037Z] 16113d51b718: Waiting [2024-10-07T10:25:06.037Z] 8dd2b5c4c88f: Waiting [2024-10-07T10:25:06.037Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:06.037Z] 7b61875c3269: Layer already exists [2024-10-07T10:25:06.037Z] ed87125a3572: Layer already exists [2024-10-07T10:25:06.037Z] b841cffb964f: Layer already exists [2024-10-07T10:25:06.037Z] f579f8158a55: Layer already exists [2024-10-07T10:25:06.037Z] 8dd2b5c4c88f: Layer already exists [2024-10-07T10:25:06.037Z] 16113d51b718: Layer already exists [2024-10-07T10:25:06.037Z] 5e84a87127fd: Layer already exists [2024-10-07T10:25:06.303Z] latest: digest: sha256:5501b3891615be12fba5cc6ddb4d2d631a5b25890962a68f76285ce1bca34ba1 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:06.937Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:07.328Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.94 [2024-10-07T10:25:07.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-07T10:25:07.328Z] f579f8158a55: Preparing [2024-10-07T10:25:07.328Z] b841cffb964f: Preparing [2024-10-07T10:25:07.328Z] 7b61875c3269: Preparing [2024-10-07T10:25:07.328Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:07.328Z] ed87125a3572: Preparing [2024-10-07T10:25:07.328Z] 8dd2b5c4c88f: Preparing [2024-10-07T10:25:07.328Z] 5e84a87127fd: Preparing [2024-10-07T10:25:07.328Z] 16113d51b718: Preparing [2024-10-07T10:25:07.328Z] 8dd2b5c4c88f: Waiting [2024-10-07T10:25:07.328Z] 5e84a87127fd: Waiting [2024-10-07T10:25:07.328Z] 16113d51b718: Waiting [2024-10-07T10:25:07.328Z] ed87125a3572: Layer already exists [2024-10-07T10:25:07.328Z] 7b61875c3269: Layer already exists [2024-10-07T10:25:07.328Z] b841cffb964f: Layer already exists [2024-10-07T10:25:07.328Z] f579f8158a55: Layer already exists [2024-10-07T10:25:07.328Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:07.328Z] 8dd2b5c4c88f: Layer already exists [2024-10-07T10:25:07.328Z] 16113d51b718: Layer already exists [2024-10-07T10:25:07.328Z] 5e84a87127fd: Layer already exists [2024-10-07T10:25:07.608Z] 3.2.0-dev.94: digest: sha256:5501b3891615be12fba5cc6ddb4d2d631a5b25890962a68f76285ce1bca34ba1 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:08.000Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:08.366Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:08.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-07T10:25:08.366Z] f579f8158a55: Preparing [2024-10-07T10:25:08.366Z] b841cffb964f: Preparing [2024-10-07T10:25:08.366Z] 7b61875c3269: Preparing [2024-10-07T10:25:08.366Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:08.366Z] ed87125a3572: Preparing [2024-10-07T10:25:08.366Z] 8dd2b5c4c88f: Preparing [2024-10-07T10:25:08.366Z] 5e84a87127fd: Preparing [2024-10-07T10:25:08.366Z] 16113d51b718: Preparing [2024-10-07T10:25:08.366Z] 8dd2b5c4c88f: Waiting [2024-10-07T10:25:08.366Z] 5e84a87127fd: Waiting [2024-10-07T10:25:08.366Z] 16113d51b718: Waiting [2024-10-07T10:25:08.366Z] b841cffb964f: Layer already exists [2024-10-07T10:25:08.366Z] 7b61875c3269: Layer already exists [2024-10-07T10:25:08.366Z] ed87125a3572: Layer already exists [2024-10-07T10:25:08.366Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:08.366Z] f579f8158a55: Layer already exists [2024-10-07T10:25:08.366Z] 5e84a87127fd: Layer already exists [2024-10-07T10:25:08.366Z] 16113d51b718: Layer already exists [2024-10-07T10:25:08.366Z] 8dd2b5c4c88f: Layer already exists [2024-10-07T10:25:08.635Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:5501b3891615be12fba5cc6ddb4d2d631a5b25890962a68f76285ce1bca34ba1 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:09.010Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:09.370Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-10-07T10:25:09.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-07T10:25:09.370Z] f579f8158a55: Preparing [2024-10-07T10:25:09.370Z] b841cffb964f: Preparing [2024-10-07T10:25:09.370Z] 7b61875c3269: Preparing [2024-10-07T10:25:09.370Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:09.370Z] ed87125a3572: Preparing [2024-10-07T10:25:09.370Z] 8dd2b5c4c88f: Preparing [2024-10-07T10:25:09.370Z] 5e84a87127fd: Preparing [2024-10-07T10:25:09.370Z] 16113d51b718: Preparing [2024-10-07T10:25:09.370Z] 5e84a87127fd: Waiting [2024-10-07T10:25:09.370Z] 8dd2b5c4c88f: Waiting [2024-10-07T10:25:09.370Z] 16113d51b718: Waiting [2024-10-07T10:25:09.370Z] 7b61875c3269: Layer already exists [2024-10-07T10:25:09.370Z] b841cffb964f: Layer already exists [2024-10-07T10:25:09.370Z] ed87125a3572: Layer already exists [2024-10-07T10:25:09.370Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:09.370Z] f579f8158a55: Layer already exists [2024-10-07T10:25:09.370Z] 5e84a87127fd: Layer already exists [2024-10-07T10:25:09.370Z] 16113d51b718: Layer already exists [2024-10-07T10:25:09.370Z] 8dd2b5c4c88f: Layer already exists [2024-10-07T10:25:09.637Z] main: digest: sha256:5501b3891615be12fba5cc6ddb4d2d631a5b25890962a68f76285ce1bca34ba1 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T10:25:09.715Z] ===================================================== [Pipeline] echo [2024-10-07T10:25:09.735Z] taggedImages: [2024-10-07T10:25:09.735Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:09.735Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-10-07T10:25:09.735Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.94 [2024-10-07T10:25:09.735Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:09.735Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-10-07T10:25:09.763Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-10-07T10:25:09.763Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:09.763Z] latest [2024-10-07T10:25:09.763Z] 3.2.0-dev.94 [2024-10-07T10:25:09.763Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:09.763Z] main [2024-10-07T10:25:09.763Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:10.138Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:10.501Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:10.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-07T10:25:10.501Z] a7705436b338: Preparing [2024-10-07T10:25:10.501Z] 8dcd6946a198: Preparing [2024-10-07T10:25:10.501Z] acceec36488f: Preparing [2024-10-07T10:25:10.501Z] ed87125a3572: Preparing [2024-10-07T10:25:10.501Z] de7f5f6e71f3: Preparing [2024-10-07T10:25:10.501Z] a8970499d4b3: Preparing [2024-10-07T10:25:10.501Z] 16113d51b718: Preparing [2024-10-07T10:25:10.501Z] a8970499d4b3: Waiting [2024-10-07T10:25:10.501Z] 16113d51b718: Waiting [2024-10-07T10:25:10.501Z] ed87125a3572: Layer already exists [2024-10-07T10:25:10.766Z] 8dcd6946a198: Pushed [2024-10-07T10:25:10.766Z] 16113d51b718: Layer already exists [2024-10-07T10:25:10.766Z] a8970499d4b3: Pushed [2024-10-07T10:25:10.766Z] a7705436b338: Pushed [2024-10-07T10:25:10.766Z] de7f5f6e71f3: Pushed [2024-10-07T10:25:16.101Z] acceec36488f: Pushed [2024-10-07T10:25:16.101Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:b4a3c3d3a2810f4005b0d6aaa7a01de7cb9e3d4792ef470cf854d67f77e22ece size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:16.458Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:16.821Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-10-07T10:25:16.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-07T10:25:16.821Z] a7705436b338: Preparing [2024-10-07T10:25:16.821Z] 8dcd6946a198: Preparing [2024-10-07T10:25:16.821Z] acceec36488f: Preparing [2024-10-07T10:25:16.821Z] ed87125a3572: Preparing [2024-10-07T10:25:16.821Z] de7f5f6e71f3: Preparing [2024-10-07T10:25:16.821Z] a8970499d4b3: Preparing [2024-10-07T10:25:16.821Z] 16113d51b718: Preparing [2024-10-07T10:25:16.821Z] a8970499d4b3: Waiting [2024-10-07T10:25:16.821Z] 16113d51b718: Waiting [2024-10-07T10:25:16.821Z] acceec36488f: Layer already exists [2024-10-07T10:25:16.821Z] 8dcd6946a198: Layer already exists [2024-10-07T10:25:16.821Z] ed87125a3572: Layer already exists [2024-10-07T10:25:16.821Z] a7705436b338: Layer already exists [2024-10-07T10:25:16.821Z] de7f5f6e71f3: Layer already exists [2024-10-07T10:25:16.821Z] a8970499d4b3: Layer already exists [2024-10-07T10:25:16.821Z] 16113d51b718: Layer already exists [2024-10-07T10:25:16.821Z] latest: digest: sha256:b4a3c3d3a2810f4005b0d6aaa7a01de7cb9e3d4792ef470cf854d67f77e22ece size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:17.442Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:17.800Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.94 [2024-10-07T10:25:17.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-07T10:25:17.800Z] a7705436b338: Preparing [2024-10-07T10:25:17.800Z] 8dcd6946a198: Preparing [2024-10-07T10:25:17.800Z] acceec36488f: Preparing [2024-10-07T10:25:17.800Z] ed87125a3572: Preparing [2024-10-07T10:25:17.800Z] de7f5f6e71f3: Preparing [2024-10-07T10:25:17.800Z] a8970499d4b3: Preparing [2024-10-07T10:25:17.800Z] 16113d51b718: Preparing [2024-10-07T10:25:17.800Z] a8970499d4b3: Waiting [2024-10-07T10:25:17.800Z] 16113d51b718: Waiting [2024-10-07T10:25:17.800Z] acceec36488f: Layer already exists [2024-10-07T10:25:17.800Z] a7705436b338: Layer already exists [2024-10-07T10:25:17.800Z] de7f5f6e71f3: Layer already exists [2024-10-07T10:25:17.800Z] ed87125a3572: Layer already exists [2024-10-07T10:25:17.800Z] 8dcd6946a198: Layer already exists [2024-10-07T10:25:17.800Z] 16113d51b718: Layer already exists [2024-10-07T10:25:17.800Z] a8970499d4b3: Layer already exists [2024-10-07T10:25:18.066Z] 3.2.0-dev.94: digest: sha256:b4a3c3d3a2810f4005b0d6aaa7a01de7cb9e3d4792ef470cf854d67f77e22ece size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:18.433Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:18.791Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:18.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-07T10:25:18.791Z] a7705436b338: Preparing [2024-10-07T10:25:18.791Z] 8dcd6946a198: Preparing [2024-10-07T10:25:18.791Z] acceec36488f: Preparing [2024-10-07T10:25:18.791Z] ed87125a3572: Preparing [2024-10-07T10:25:18.791Z] de7f5f6e71f3: Preparing [2024-10-07T10:25:18.791Z] a8970499d4b3: Preparing [2024-10-07T10:25:18.791Z] 16113d51b718: Preparing [2024-10-07T10:25:18.791Z] a8970499d4b3: Waiting [2024-10-07T10:25:18.791Z] 16113d51b718: Waiting [2024-10-07T10:25:18.791Z] acceec36488f: Layer already exists [2024-10-07T10:25:18.791Z] ed87125a3572: Layer already exists [2024-10-07T10:25:18.791Z] de7f5f6e71f3: Layer already exists [2024-10-07T10:25:18.791Z] 8dcd6946a198: Layer already exists [2024-10-07T10:25:18.791Z] a7705436b338: Layer already exists [2024-10-07T10:25:18.791Z] 16113d51b718: Layer already exists [2024-10-07T10:25:18.791Z] a8970499d4b3: Layer already exists [2024-10-07T10:25:18.791Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:b4a3c3d3a2810f4005b0d6aaa7a01de7cb9e3d4792ef470cf854d67f77e22ece size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:19.420Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:19.773Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-10-07T10:25:19.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-07T10:25:19.773Z] a7705436b338: Preparing [2024-10-07T10:25:19.773Z] 8dcd6946a198: Preparing [2024-10-07T10:25:19.773Z] acceec36488f: Preparing [2024-10-07T10:25:19.773Z] ed87125a3572: Preparing [2024-10-07T10:25:19.773Z] de7f5f6e71f3: Preparing [2024-10-07T10:25:19.773Z] a8970499d4b3: Preparing [2024-10-07T10:25:19.773Z] 16113d51b718: Preparing [2024-10-07T10:25:19.773Z] a8970499d4b3: Waiting [2024-10-07T10:25:19.773Z] 16113d51b718: Waiting [2024-10-07T10:25:19.773Z] ed87125a3572: Layer already exists [2024-10-07T10:25:19.773Z] 8dcd6946a198: Layer already exists [2024-10-07T10:25:19.773Z] de7f5f6e71f3: Layer already exists [2024-10-07T10:25:19.773Z] a7705436b338: Layer already exists [2024-10-07T10:25:19.773Z] acceec36488f: Layer already exists [2024-10-07T10:25:19.773Z] a8970499d4b3: Layer already exists [2024-10-07T10:25:19.773Z] 16113d51b718: Layer already exists [2024-10-07T10:25:20.041Z] main: digest: sha256:b4a3c3d3a2810f4005b0d6aaa7a01de7cb9e3d4792ef470cf854d67f77e22ece size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T10:25:20.127Z] ===================================================== [Pipeline] echo [2024-10-07T10:25:20.146Z] taggedImages: [2024-10-07T10:25:20.146Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:20.146Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-10-07T10:25:20.146Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.94 [2024-10-07T10:25:20.146Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:20.146Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-10-07T10:25:20.184Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-10-07T10:25:20.184Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:20.184Z] latest [2024-10-07T10:25:20.184Z] 3.2.0-dev.94 [2024-10-07T10:25:20.184Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:20.184Z] main [2024-10-07T10:25:20.184Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:20.577Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:20.937Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:20.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-07T10:25:20.937Z] fe582cf6ae24: Preparing [2024-10-07T10:25:20.937Z] 5ae21c63e707: Preparing [2024-10-07T10:25:20.937Z] 0b20794717a0: Preparing [2024-10-07T10:25:20.937Z] c83d049a8cd8: Preparing [2024-10-07T10:25:20.937Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:20.937Z] ed87125a3572: Preparing [2024-10-07T10:25:20.937Z] 6a73a8741db9: Preparing [2024-10-07T10:25:20.937Z] 144f10a2ea99: Preparing [2024-10-07T10:25:20.937Z] 16113d51b718: Preparing [2024-10-07T10:25:20.937Z] ed87125a3572: Waiting [2024-10-07T10:25:20.937Z] 6a73a8741db9: Waiting [2024-10-07T10:25:20.937Z] 144f10a2ea99: Waiting [2024-10-07T10:25:20.937Z] 16113d51b718: Waiting [2024-10-07T10:25:20.937Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:21.202Z] ed87125a3572: Layer already exists [2024-10-07T10:25:21.202Z] 6a73a8741db9: Layer already exists [2024-10-07T10:25:21.202Z] 5ae21c63e707: Pushed [2024-10-07T10:25:21.202Z] 0b20794717a0: Pushed [2024-10-07T10:25:21.202Z] fe582cf6ae24: Pushed [2024-10-07T10:25:21.202Z] 144f10a2ea99: Layer already exists [2024-10-07T10:25:21.202Z] 16113d51b718: Layer already exists [2024-10-07T10:25:26.531Z] c83d049a8cd8: Pushed [2024-10-07T10:25:26.531Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:cba0056b60e75bd47b784c3d79b7036c890e6edfd5b14042549167e947564c8b size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:26.894Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:27.261Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-10-07T10:25:27.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-07T10:25:27.261Z] fe582cf6ae24: Preparing [2024-10-07T10:25:27.261Z] 5ae21c63e707: Preparing [2024-10-07T10:25:27.261Z] 0b20794717a0: Preparing [2024-10-07T10:25:27.261Z] c83d049a8cd8: Preparing [2024-10-07T10:25:27.261Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:27.261Z] ed87125a3572: Preparing [2024-10-07T10:25:27.261Z] 6a73a8741db9: Preparing [2024-10-07T10:25:27.261Z] 144f10a2ea99: Preparing [2024-10-07T10:25:27.261Z] 16113d51b718: Preparing [2024-10-07T10:25:27.261Z] 6a73a8741db9: Waiting [2024-10-07T10:25:27.261Z] 144f10a2ea99: Waiting [2024-10-07T10:25:27.261Z] 16113d51b718: Waiting [2024-10-07T10:25:27.261Z] ed87125a3572: Waiting [2024-10-07T10:25:27.261Z] 5ae21c63e707: Layer already exists [2024-10-07T10:25:27.261Z] 0b20794717a0: Layer already exists [2024-10-07T10:25:27.261Z] c83d049a8cd8: Layer already exists [2024-10-07T10:25:27.261Z] fe582cf6ae24: Layer already exists [2024-10-07T10:25:27.261Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:27.261Z] ed87125a3572: Layer already exists [2024-10-07T10:25:27.261Z] 144f10a2ea99: Layer already exists [2024-10-07T10:25:27.261Z] 6a73a8741db9: Layer already exists [2024-10-07T10:25:27.261Z] 16113d51b718: Layer already exists [2024-10-07T10:25:27.528Z] latest: digest: sha256:cba0056b60e75bd47b784c3d79b7036c890e6edfd5b14042549167e947564c8b size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:27.889Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:28.247Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.94 [2024-10-07T10:25:28.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-07T10:25:28.248Z] fe582cf6ae24: Preparing [2024-10-07T10:25:28.248Z] 5ae21c63e707: Preparing [2024-10-07T10:25:28.248Z] 0b20794717a0: Preparing [2024-10-07T10:25:28.248Z] c83d049a8cd8: Preparing [2024-10-07T10:25:28.248Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:28.248Z] ed87125a3572: Preparing [2024-10-07T10:25:28.248Z] 6a73a8741db9: Preparing [2024-10-07T10:25:28.248Z] 144f10a2ea99: Preparing [2024-10-07T10:25:28.248Z] 16113d51b718: Preparing [2024-10-07T10:25:28.248Z] ed87125a3572: Waiting [2024-10-07T10:25:28.248Z] 6a73a8741db9: Waiting [2024-10-07T10:25:28.248Z] 144f10a2ea99: Waiting [2024-10-07T10:25:28.248Z] 16113d51b718: Waiting [2024-10-07T10:25:28.248Z] c83d049a8cd8: Layer already exists [2024-10-07T10:25:28.248Z] fe582cf6ae24: Layer already exists [2024-10-07T10:25:28.248Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:28.248Z] 5ae21c63e707: Layer already exists [2024-10-07T10:25:28.248Z] 0b20794717a0: Layer already exists [2024-10-07T10:25:28.248Z] ed87125a3572: Layer already exists [2024-10-07T10:25:28.248Z] 16113d51b718: Layer already exists [2024-10-07T10:25:28.248Z] 6a73a8741db9: Layer already exists [2024-10-07T10:25:28.248Z] 144f10a2ea99: Layer already exists [2024-10-07T10:25:28.514Z] 3.2.0-dev.94: digest: sha256:cba0056b60e75bd47b784c3d79b7036c890e6edfd5b14042549167e947564c8b size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:28.883Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:29.246Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:29.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-07T10:25:29.247Z] fe582cf6ae24: Preparing [2024-10-07T10:25:29.247Z] 5ae21c63e707: Preparing [2024-10-07T10:25:29.247Z] 0b20794717a0: Preparing [2024-10-07T10:25:29.247Z] c83d049a8cd8: Preparing [2024-10-07T10:25:29.247Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:29.247Z] ed87125a3572: Preparing [2024-10-07T10:25:29.247Z] 6a73a8741db9: Preparing [2024-10-07T10:25:29.247Z] 144f10a2ea99: Preparing [2024-10-07T10:25:29.247Z] 16113d51b718: Preparing [2024-10-07T10:25:29.247Z] 6a73a8741db9: Waiting [2024-10-07T10:25:29.247Z] 144f10a2ea99: Waiting [2024-10-07T10:25:29.247Z] 16113d51b718: Waiting [2024-10-07T10:25:29.247Z] ed87125a3572: Waiting [2024-10-07T10:25:29.247Z] fe582cf6ae24: Layer already exists [2024-10-07T10:25:29.247Z] 5ae21c63e707: Layer already exists [2024-10-07T10:25:29.247Z] 0b20794717a0: Layer already exists [2024-10-07T10:25:29.247Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:29.247Z] c83d049a8cd8: Layer already exists [2024-10-07T10:25:29.247Z] 16113d51b718: Layer already exists [2024-10-07T10:25:29.247Z] 144f10a2ea99: Layer already exists [2024-10-07T10:25:29.247Z] 6a73a8741db9: Layer already exists [2024-10-07T10:25:29.247Z] ed87125a3572: Layer already exists [2024-10-07T10:25:29.513Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:cba0056b60e75bd47b784c3d79b7036c890e6edfd5b14042549167e947564c8b size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:29.873Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:30.810Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-10-07T10:25:30.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-07T10:25:30.810Z] fe582cf6ae24: Preparing [2024-10-07T10:25:30.810Z] 5ae21c63e707: Preparing [2024-10-07T10:25:30.810Z] 0b20794717a0: Preparing [2024-10-07T10:25:30.810Z] c83d049a8cd8: Preparing [2024-10-07T10:25:30.810Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:30.810Z] ed87125a3572: Preparing [2024-10-07T10:25:30.810Z] 6a73a8741db9: Preparing [2024-10-07T10:25:30.810Z] 144f10a2ea99: Preparing [2024-10-07T10:25:30.810Z] 16113d51b718: Preparing [2024-10-07T10:25:30.810Z] 144f10a2ea99: Waiting [2024-10-07T10:25:30.810Z] ed87125a3572: Waiting [2024-10-07T10:25:30.810Z] 16113d51b718: Waiting [2024-10-07T10:25:30.810Z] 6a73a8741db9: Waiting [2024-10-07T10:25:30.810Z] fe582cf6ae24: Layer already exists [2024-10-07T10:25:30.810Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:30.810Z] 0b20794717a0: Layer already exists [2024-10-07T10:25:30.810Z] c83d049a8cd8: Layer already exists [2024-10-07T10:25:30.810Z] 5ae21c63e707: Layer already exists [2024-10-07T10:25:30.810Z] 16113d51b718: Layer already exists [2024-10-07T10:25:30.810Z] ed87125a3572: Layer already exists [2024-10-07T10:25:30.810Z] 144f10a2ea99: Layer already exists [2024-10-07T10:25:30.810Z] 6a73a8741db9: Layer already exists [2024-10-07T10:25:31.076Z] main: digest: sha256:cba0056b60e75bd47b784c3d79b7036c890e6edfd5b14042549167e947564c8b size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T10:25:31.177Z] ===================================================== [Pipeline] echo [2024-10-07T10:25:31.192Z] taggedImages: [2024-10-07T10:25:31.192Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:31.192Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-10-07T10:25:31.192Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.94 [2024-10-07T10:25:31.192Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:31.192Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-10-07T10:25:31.226Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-10-07T10:25:31.226Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:31.226Z] latest [2024-10-07T10:25:31.226Z] 3.2.0-dev.94 [2024-10-07T10:25:31.226Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:31.226Z] main [2024-10-07T10:25:31.226Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:31.602Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:31.956Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:31.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-07T10:25:31.956Z] 19d28f753945: Preparing [2024-10-07T10:25:31.956Z] 8577986bf62a: Preparing [2024-10-07T10:25:31.956Z] ac6d23c785d3: Preparing [2024-10-07T10:25:31.956Z] f6fd4e69e154: Preparing [2024-10-07T10:25:31.956Z] ea9c2d179741: Preparing [2024-10-07T10:25:31.956Z] fae32a285b5b: Preparing [2024-10-07T10:25:31.956Z] 806144cbe6a4: Preparing [2024-10-07T10:25:31.956Z] aabf0ed8b300: Preparing [2024-10-07T10:25:31.956Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:31.956Z] ed87125a3572: Preparing [2024-10-07T10:25:31.956Z] 3839dbc2bf6c: Preparing [2024-10-07T10:25:31.956Z] d448818d6975: Preparing [2024-10-07T10:25:31.956Z] 5f70bf18a086: Preparing [2024-10-07T10:25:31.956Z] 41bc3b005da5: Preparing [2024-10-07T10:25:31.956Z] 0bcd58fcae8f: Preparing [2024-10-07T10:25:31.956Z] 65f4b4cb1af7: Preparing [2024-10-07T10:25:31.956Z] 16113d51b718: Preparing [2024-10-07T10:25:31.956Z] 806144cbe6a4: Waiting [2024-10-07T10:25:31.956Z] aabf0ed8b300: Waiting [2024-10-07T10:25:31.956Z] 0ba476c48dc9: Waiting [2024-10-07T10:25:31.956Z] ed87125a3572: Waiting [2024-10-07T10:25:31.956Z] 3839dbc2bf6c: Waiting [2024-10-07T10:25:31.956Z] d448818d6975: Waiting [2024-10-07T10:25:31.956Z] 5f70bf18a086: Waiting [2024-10-07T10:25:31.956Z] 41bc3b005da5: Waiting [2024-10-07T10:25:31.956Z] 0bcd58fcae8f: Waiting [2024-10-07T10:25:31.956Z] 65f4b4cb1af7: Waiting [2024-10-07T10:25:31.956Z] 16113d51b718: Waiting [2024-10-07T10:25:31.956Z] fae32a285b5b: Waiting [2024-10-07T10:25:32.223Z] 8577986bf62a: Pushed [2024-10-07T10:25:32.223Z] f6fd4e69e154: Pushed [2024-10-07T10:25:32.223Z] ea9c2d179741: Pushed [2024-10-07T10:25:32.223Z] 19d28f753945: Pushed [2024-10-07T10:25:32.223Z] ac6d23c785d3: Pushed [2024-10-07T10:25:32.223Z] fae32a285b5b: Pushed [2024-10-07T10:25:32.223Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:32.223Z] ed87125a3572: Layer already exists [2024-10-07T10:25:32.223Z] 5f70bf18a086: Layer already exists [2024-10-07T10:25:32.223Z] 806144cbe6a4: Pushed [2024-10-07T10:25:32.488Z] d448818d6975: Pushed [2024-10-07T10:25:32.488Z] 3839dbc2bf6c: Pushed [2024-10-07T10:25:32.488Z] 41bc3b005da5: Pushed [2024-10-07T10:25:32.488Z] 16113d51b718: Layer already exists [2024-10-07T10:25:32.488Z] 0bcd58fcae8f: Pushed [2024-10-07T10:25:32.488Z] 65f4b4cb1af7: Pushed [2024-10-07T10:25:35.056Z] aabf0ed8b300: Pushed [2024-10-07T10:25:35.056Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:40401ad1634d3ec7b763200f1cab3821e0411439d478d108120472ddc9865f92 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:35.409Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:35.766Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-10-07T10:25:35.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-07T10:25:35.767Z] 19d28f753945: Preparing [2024-10-07T10:25:35.767Z] 8577986bf62a: Preparing [2024-10-07T10:25:35.767Z] ac6d23c785d3: Preparing [2024-10-07T10:25:35.767Z] f6fd4e69e154: Preparing [2024-10-07T10:25:35.767Z] ea9c2d179741: Preparing [2024-10-07T10:25:35.767Z] fae32a285b5b: Preparing [2024-10-07T10:25:35.767Z] 806144cbe6a4: Preparing [2024-10-07T10:25:35.767Z] aabf0ed8b300: Preparing [2024-10-07T10:25:35.767Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:35.767Z] ed87125a3572: Preparing [2024-10-07T10:25:35.767Z] 3839dbc2bf6c: Preparing [2024-10-07T10:25:35.767Z] d448818d6975: Preparing [2024-10-07T10:25:35.767Z] 5f70bf18a086: Preparing [2024-10-07T10:25:35.767Z] fae32a285b5b: Waiting [2024-10-07T10:25:35.767Z] 806144cbe6a4: Waiting [2024-10-07T10:25:35.767Z] aabf0ed8b300: Waiting [2024-10-07T10:25:35.767Z] 0ba476c48dc9: Waiting [2024-10-07T10:25:35.767Z] ed87125a3572: Waiting [2024-10-07T10:25:35.767Z] 3839dbc2bf6c: Waiting [2024-10-07T10:25:35.767Z] d448818d6975: Waiting [2024-10-07T10:25:35.767Z] 41bc3b005da5: Preparing [2024-10-07T10:25:35.767Z] 0bcd58fcae8f: Preparing [2024-10-07T10:25:35.767Z] 65f4b4cb1af7: Preparing [2024-10-07T10:25:35.767Z] 16113d51b718: Preparing [2024-10-07T10:25:35.767Z] 5f70bf18a086: Waiting [2024-10-07T10:25:35.767Z] 0bcd58fcae8f: Waiting [2024-10-07T10:25:35.767Z] 65f4b4cb1af7: Waiting [2024-10-07T10:25:35.767Z] 16113d51b718: Waiting [2024-10-07T10:25:35.767Z] 41bc3b005da5: Waiting [2024-10-07T10:25:35.767Z] ea9c2d179741: Layer already exists [2024-10-07T10:25:35.767Z] ac6d23c785d3: Layer already exists [2024-10-07T10:25:35.767Z] f6fd4e69e154: Layer already exists [2024-10-07T10:25:35.767Z] 19d28f753945: Layer already exists [2024-10-07T10:25:35.767Z] 8577986bf62a: Layer already exists [2024-10-07T10:25:35.767Z] 806144cbe6a4: Layer already exists [2024-10-07T10:25:35.767Z] fae32a285b5b: Layer already exists [2024-10-07T10:25:35.767Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:35.767Z] aabf0ed8b300: Layer already exists [2024-10-07T10:25:35.767Z] ed87125a3572: Layer already exists [2024-10-07T10:25:35.767Z] d448818d6975: Layer already exists [2024-10-07T10:25:35.767Z] 3839dbc2bf6c: Layer already exists [2024-10-07T10:25:35.767Z] 5f70bf18a086: Layer already exists [2024-10-07T10:25:35.767Z] 41bc3b005da5: Layer already exists [2024-10-07T10:25:35.767Z] 0bcd58fcae8f: Layer already exists [2024-10-07T10:25:36.033Z] 65f4b4cb1af7: Layer already exists [2024-10-07T10:25:36.033Z] 16113d51b718: Layer already exists [2024-10-07T10:25:36.033Z] latest: digest: sha256:40401ad1634d3ec7b763200f1cab3821e0411439d478d108120472ddc9865f92 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:36.396Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:36.762Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.94 [2024-10-07T10:25:36.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-07T10:25:36.762Z] 19d28f753945: Preparing [2024-10-07T10:25:36.762Z] 8577986bf62a: Preparing [2024-10-07T10:25:36.762Z] ac6d23c785d3: Preparing [2024-10-07T10:25:36.762Z] f6fd4e69e154: Preparing [2024-10-07T10:25:36.762Z] ea9c2d179741: Preparing [2024-10-07T10:25:36.762Z] fae32a285b5b: Preparing [2024-10-07T10:25:36.762Z] 806144cbe6a4: Preparing [2024-10-07T10:25:36.762Z] aabf0ed8b300: Preparing [2024-10-07T10:25:36.762Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:36.762Z] ed87125a3572: Preparing [2024-10-07T10:25:36.762Z] 3839dbc2bf6c: Preparing [2024-10-07T10:25:36.762Z] d448818d6975: Preparing [2024-10-07T10:25:36.762Z] 5f70bf18a086: Preparing [2024-10-07T10:25:36.762Z] 41bc3b005da5: Preparing [2024-10-07T10:25:36.762Z] 0bcd58fcae8f: Preparing [2024-10-07T10:25:36.762Z] 65f4b4cb1af7: Preparing [2024-10-07T10:25:36.762Z] 16113d51b718: Preparing [2024-10-07T10:25:36.762Z] 0ba476c48dc9: Waiting [2024-10-07T10:25:36.762Z] ed87125a3572: Waiting [2024-10-07T10:25:36.762Z] 3839dbc2bf6c: Waiting [2024-10-07T10:25:36.762Z] d448818d6975: Waiting [2024-10-07T10:25:36.762Z] 5f70bf18a086: Waiting [2024-10-07T10:25:36.762Z] 41bc3b005da5: Waiting [2024-10-07T10:25:36.762Z] 0bcd58fcae8f: Waiting [2024-10-07T10:25:36.762Z] 65f4b4cb1af7: Waiting [2024-10-07T10:25:36.762Z] 16113d51b718: Waiting [2024-10-07T10:25:36.762Z] 806144cbe6a4: Waiting [2024-10-07T10:25:36.762Z] aabf0ed8b300: Waiting [2024-10-07T10:25:36.762Z] f6fd4e69e154: Layer already exists [2024-10-07T10:25:36.762Z] ac6d23c785d3: Layer already exists [2024-10-07T10:25:36.762Z] ea9c2d179741: Layer already exists [2024-10-07T10:25:36.762Z] 8577986bf62a: Layer already exists [2024-10-07T10:25:36.762Z] 19d28f753945: Layer already exists [2024-10-07T10:25:36.762Z] 806144cbe6a4: Layer already exists [2024-10-07T10:25:36.762Z] fae32a285b5b: Layer already exists [2024-10-07T10:25:36.762Z] aabf0ed8b300: Layer already exists [2024-10-07T10:25:36.762Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:36.762Z] ed87125a3572: Layer already exists [2024-10-07T10:25:36.762Z] d448818d6975: Layer already exists [2024-10-07T10:25:36.762Z] 3839dbc2bf6c: Layer already exists [2024-10-07T10:25:36.762Z] 41bc3b005da5: Layer already exists [2024-10-07T10:25:36.762Z] 5f70bf18a086: Layer already exists [2024-10-07T10:25:36.762Z] 0bcd58fcae8f: Layer already exists [2024-10-07T10:25:36.762Z] 65f4b4cb1af7: Layer already exists [2024-10-07T10:25:36.762Z] 16113d51b718: Layer already exists [2024-10-07T10:25:37.029Z] 3.2.0-dev.94: digest: sha256:40401ad1634d3ec7b763200f1cab3821e0411439d478d108120472ddc9865f92 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:37.404Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:37.759Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:37.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-07T10:25:37.759Z] 19d28f753945: Preparing [2024-10-07T10:25:37.759Z] 8577986bf62a: Preparing [2024-10-07T10:25:37.759Z] ac6d23c785d3: Preparing [2024-10-07T10:25:37.759Z] f6fd4e69e154: Preparing [2024-10-07T10:25:37.759Z] ea9c2d179741: Preparing [2024-10-07T10:25:37.759Z] fae32a285b5b: Preparing [2024-10-07T10:25:37.759Z] 806144cbe6a4: Preparing [2024-10-07T10:25:37.759Z] aabf0ed8b300: Preparing [2024-10-07T10:25:37.759Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:37.759Z] ed87125a3572: Preparing [2024-10-07T10:25:37.759Z] 3839dbc2bf6c: Preparing [2024-10-07T10:25:37.759Z] d448818d6975: Preparing [2024-10-07T10:25:37.759Z] 5f70bf18a086: Preparing [2024-10-07T10:25:37.759Z] 41bc3b005da5: Preparing [2024-10-07T10:25:37.759Z] 0bcd58fcae8f: Preparing [2024-10-07T10:25:37.759Z] 65f4b4cb1af7: Preparing [2024-10-07T10:25:37.759Z] 16113d51b718: Preparing [2024-10-07T10:25:37.759Z] fae32a285b5b: Waiting [2024-10-07T10:25:37.759Z] 806144cbe6a4: Waiting [2024-10-07T10:25:37.759Z] aabf0ed8b300: Waiting [2024-10-07T10:25:37.759Z] 0ba476c48dc9: Waiting [2024-10-07T10:25:37.759Z] ed87125a3572: Waiting [2024-10-07T10:25:37.759Z] d448818d6975: Waiting [2024-10-07T10:25:37.759Z] 5f70bf18a086: Waiting [2024-10-07T10:25:37.759Z] 0bcd58fcae8f: Waiting [2024-10-07T10:25:37.759Z] 41bc3b005da5: Waiting [2024-10-07T10:25:37.759Z] 65f4b4cb1af7: Waiting [2024-10-07T10:25:37.759Z] 16113d51b718: Waiting [2024-10-07T10:25:37.759Z] 3839dbc2bf6c: Waiting [2024-10-07T10:25:37.759Z] 8577986bf62a: Layer already exists [2024-10-07T10:25:37.759Z] f6fd4e69e154: Layer already exists [2024-10-07T10:25:37.759Z] ea9c2d179741: Layer already exists [2024-10-07T10:25:37.759Z] 19d28f753945: Layer already exists [2024-10-07T10:25:37.759Z] ac6d23c785d3: Layer already exists [2024-10-07T10:25:37.759Z] ed87125a3572: Layer already exists [2024-10-07T10:25:37.759Z] fae32a285b5b: Layer already exists [2024-10-07T10:25:37.759Z] 806144cbe6a4: Layer already exists [2024-10-07T10:25:37.759Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:37.759Z] aabf0ed8b300: Layer already exists [2024-10-07T10:25:37.759Z] 5f70bf18a086: Layer already exists [2024-10-07T10:25:37.759Z] 3839dbc2bf6c: Layer already exists [2024-10-07T10:25:37.759Z] d448818d6975: Layer already exists [2024-10-07T10:25:37.759Z] 0bcd58fcae8f: Layer already exists [2024-10-07T10:25:37.759Z] 41bc3b005da5: Layer already exists [2024-10-07T10:25:37.759Z] 65f4b4cb1af7: Layer already exists [2024-10-07T10:25:38.024Z] 16113d51b718: Layer already exists [2024-10-07T10:25:38.024Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:40401ad1634d3ec7b763200f1cab3821e0411439d478d108120472ddc9865f92 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:38.384Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:38.737Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-10-07T10:25:38.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-07T10:25:38.737Z] 19d28f753945: Preparing [2024-10-07T10:25:38.737Z] 8577986bf62a: Preparing [2024-10-07T10:25:38.737Z] ac6d23c785d3: Preparing [2024-10-07T10:25:38.737Z] f6fd4e69e154: Preparing [2024-10-07T10:25:38.737Z] ea9c2d179741: Preparing [2024-10-07T10:25:38.737Z] fae32a285b5b: Preparing [2024-10-07T10:25:38.737Z] 806144cbe6a4: Preparing [2024-10-07T10:25:38.737Z] aabf0ed8b300: Preparing [2024-10-07T10:25:38.737Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:38.737Z] ed87125a3572: Preparing [2024-10-07T10:25:38.737Z] 3839dbc2bf6c: Preparing [2024-10-07T10:25:38.737Z] d448818d6975: Preparing [2024-10-07T10:25:38.737Z] 5f70bf18a086: Preparing [2024-10-07T10:25:38.737Z] 41bc3b005da5: Preparing [2024-10-07T10:25:38.737Z] 0bcd58fcae8f: Preparing [2024-10-07T10:25:38.737Z] 65f4b4cb1af7: Preparing [2024-10-07T10:25:38.737Z] 16113d51b718: Preparing [2024-10-07T10:25:38.737Z] d448818d6975: Waiting [2024-10-07T10:25:38.737Z] 806144cbe6a4: Waiting [2024-10-07T10:25:38.737Z] aabf0ed8b300: Waiting [2024-10-07T10:25:38.737Z] 0ba476c48dc9: Waiting [2024-10-07T10:25:38.737Z] ed87125a3572: Waiting [2024-10-07T10:25:38.737Z] 3839dbc2bf6c: Waiting [2024-10-07T10:25:38.737Z] 41bc3b005da5: Waiting [2024-10-07T10:25:38.737Z] 0bcd58fcae8f: Waiting [2024-10-07T10:25:38.737Z] 65f4b4cb1af7: Waiting [2024-10-07T10:25:38.737Z] 16113d51b718: Waiting [2024-10-07T10:25:38.737Z] fae32a285b5b: Waiting [2024-10-07T10:25:38.737Z] 5f70bf18a086: Waiting [2024-10-07T10:25:38.737Z] ac6d23c785d3: Layer already exists [2024-10-07T10:25:38.737Z] f6fd4e69e154: Layer already exists [2024-10-07T10:25:38.737Z] ea9c2d179741: Layer already exists [2024-10-07T10:25:38.737Z] 19d28f753945: Layer already exists [2024-10-07T10:25:38.737Z] 8577986bf62a: Layer already exists [2024-10-07T10:25:38.737Z] aabf0ed8b300: Layer already exists [2024-10-07T10:25:38.737Z] 806144cbe6a4: Layer already exists [2024-10-07T10:25:38.737Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:38.737Z] ed87125a3572: Layer already exists [2024-10-07T10:25:38.737Z] fae32a285b5b: Layer already exists [2024-10-07T10:25:38.737Z] 3839dbc2bf6c: Layer already exists [2024-10-07T10:25:38.737Z] d448818d6975: Layer already exists [2024-10-07T10:25:38.737Z] 5f70bf18a086: Layer already exists [2024-10-07T10:25:38.737Z] 41bc3b005da5: Layer already exists [2024-10-07T10:25:38.737Z] 0bcd58fcae8f: Layer already exists [2024-10-07T10:25:38.737Z] 16113d51b718: Layer already exists [2024-10-07T10:25:38.737Z] 65f4b4cb1af7: Layer already exists [2024-10-07T10:25:39.002Z] main: digest: sha256:40401ad1634d3ec7b763200f1cab3821e0411439d478d108120472ddc9865f92 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T10:25:39.097Z] ===================================================== [Pipeline] echo [2024-10-07T10:25:39.116Z] taggedImages: [2024-10-07T10:25:39.116Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:39.116Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-10-07T10:25:39.116Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.94 [2024-10-07T10:25:39.116Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:39.116Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-10-07T10:25:39.147Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-10-07T10:25:39.147Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:39.147Z] latest [2024-10-07T10:25:39.147Z] 3.2.0-dev.94 [2024-10-07T10:25:39.147Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:39.147Z] main [2024-10-07T10:25:39.147Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:39.538Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:40.065Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:40.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-07T10:25:40.065Z] a0beec43e728: Preparing [2024-10-07T10:25:40.065Z] fd96c439da58: Preparing [2024-10-07T10:25:40.065Z] eb0ac3d0be9c: Preparing [2024-10-07T10:25:40.065Z] 96d345bde928: Preparing [2024-10-07T10:25:40.065Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:40.065Z] ed87125a3572: Preparing [2024-10-07T10:25:40.065Z] 6a73a8741db9: Preparing [2024-10-07T10:25:40.065Z] 144f10a2ea99: Preparing [2024-10-07T10:25:40.065Z] 16113d51b718: Preparing [2024-10-07T10:25:40.065Z] ed87125a3572: Waiting [2024-10-07T10:25:40.065Z] 6a73a8741db9: Waiting [2024-10-07T10:25:40.065Z] 144f10a2ea99: Waiting [2024-10-07T10:25:40.065Z] 16113d51b718: Waiting [2024-10-07T10:25:40.065Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:40.330Z] ed87125a3572: Layer already exists [2024-10-07T10:25:40.330Z] eb0ac3d0be9c: Pushed [2024-10-07T10:25:40.330Z] fd96c439da58: Pushed [2024-10-07T10:25:40.330Z] 6a73a8741db9: Layer already exists [2024-10-07T10:25:40.330Z] 144f10a2ea99: Layer already exists [2024-10-07T10:25:40.330Z] a0beec43e728: Pushed [2024-10-07T10:25:40.330Z] 16113d51b718: Layer already exists [2024-10-07T10:25:44.569Z] 96d345bde928: Pushed [2024-10-07T10:25:44.569Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:ea8bfc6a1fa40bea889ffc8ef9c3b927b91edc7d8142fbad527bf91c07a5e614 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:44.927Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:45.271Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-10-07T10:25:45.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-07T10:25:45.271Z] a0beec43e728: Preparing [2024-10-07T10:25:45.271Z] fd96c439da58: Preparing [2024-10-07T10:25:45.271Z] eb0ac3d0be9c: Preparing [2024-10-07T10:25:45.271Z] 96d345bde928: Preparing [2024-10-07T10:25:45.271Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:45.271Z] ed87125a3572: Preparing [2024-10-07T10:25:45.271Z] 6a73a8741db9: Preparing [2024-10-07T10:25:45.271Z] 144f10a2ea99: Preparing [2024-10-07T10:25:45.271Z] 16113d51b718: Preparing [2024-10-07T10:25:45.271Z] ed87125a3572: Waiting [2024-10-07T10:25:45.271Z] 6a73a8741db9: Waiting [2024-10-07T10:25:45.271Z] 144f10a2ea99: Waiting [2024-10-07T10:25:45.271Z] 96d345bde928: Layer already exists [2024-10-07T10:25:45.271Z] a0beec43e728: Layer already exists [2024-10-07T10:25:45.271Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:45.271Z] fd96c439da58: Layer already exists [2024-10-07T10:25:45.271Z] eb0ac3d0be9c: Layer already exists [2024-10-07T10:25:45.271Z] 6a73a8741db9: Layer already exists [2024-10-07T10:25:45.271Z] ed87125a3572: Layer already exists [2024-10-07T10:25:45.271Z] 16113d51b718: Layer already exists [2024-10-07T10:25:45.271Z] 144f10a2ea99: Layer already exists [2024-10-07T10:25:45.537Z] latest: digest: sha256:ea8bfc6a1fa40bea889ffc8ef9c3b927b91edc7d8142fbad527bf91c07a5e614 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:45.910Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:46.265Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.94 [2024-10-07T10:25:46.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-07T10:25:46.266Z] a0beec43e728: Preparing [2024-10-07T10:25:46.266Z] fd96c439da58: Preparing [2024-10-07T10:25:46.266Z] eb0ac3d0be9c: Preparing [2024-10-07T10:25:46.266Z] 96d345bde928: Preparing [2024-10-07T10:25:46.266Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:46.266Z] ed87125a3572: Preparing [2024-10-07T10:25:46.266Z] 6a73a8741db9: Preparing [2024-10-07T10:25:46.266Z] ed87125a3572: Waiting [2024-10-07T10:25:46.266Z] 144f10a2ea99: Preparing [2024-10-07T10:25:46.266Z] 6a73a8741db9: Waiting [2024-10-07T10:25:46.266Z] 16113d51b718: Preparing [2024-10-07T10:25:46.266Z] 144f10a2ea99: Waiting [2024-10-07T10:25:46.266Z] 16113d51b718: Waiting [2024-10-07T10:25:46.266Z] fd96c439da58: Layer already exists [2024-10-07T10:25:46.266Z] 96d345bde928: Layer already exists [2024-10-07T10:25:46.266Z] eb0ac3d0be9c: Layer already exists [2024-10-07T10:25:46.266Z] a0beec43e728: Layer already exists [2024-10-07T10:25:46.266Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:46.266Z] 6a73a8741db9: Layer already exists [2024-10-07T10:25:46.266Z] 144f10a2ea99: Layer already exists [2024-10-07T10:25:46.266Z] 16113d51b718: Layer already exists [2024-10-07T10:25:46.266Z] ed87125a3572: Layer already exists [2024-10-07T10:25:46.531Z] 3.2.0-dev.94: digest: sha256:ea8bfc6a1fa40bea889ffc8ef9c3b927b91edc7d8142fbad527bf91c07a5e614 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:46.897Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:47.245Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:47.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-07T10:25:47.245Z] a0beec43e728: Preparing [2024-10-07T10:25:47.245Z] fd96c439da58: Preparing [2024-10-07T10:25:47.245Z] eb0ac3d0be9c: Preparing [2024-10-07T10:25:47.245Z] 96d345bde928: Preparing [2024-10-07T10:25:47.245Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:47.245Z] ed87125a3572: Preparing [2024-10-07T10:25:47.245Z] 6a73a8741db9: Preparing [2024-10-07T10:25:47.245Z] 144f10a2ea99: Preparing [2024-10-07T10:25:47.245Z] 16113d51b718: Preparing [2024-10-07T10:25:47.245Z] 6a73a8741db9: Waiting [2024-10-07T10:25:47.245Z] 144f10a2ea99: Waiting [2024-10-07T10:25:47.245Z] 16113d51b718: Waiting [2024-10-07T10:25:47.245Z] ed87125a3572: Waiting [2024-10-07T10:25:47.245Z] 96d345bde928: Layer already exists [2024-10-07T10:25:47.245Z] fd96c439da58: Layer already exists [2024-10-07T10:25:47.245Z] eb0ac3d0be9c: Layer already exists [2024-10-07T10:25:47.245Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:47.245Z] a0beec43e728: Layer already exists [2024-10-07T10:25:47.245Z] ed87125a3572: Layer already exists [2024-10-07T10:25:47.245Z] 144f10a2ea99: Layer already exists [2024-10-07T10:25:47.245Z] 6a73a8741db9: Layer already exists [2024-10-07T10:25:47.245Z] 16113d51b718: Layer already exists [2024-10-07T10:25:47.510Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:ea8bfc6a1fa40bea889ffc8ef9c3b927b91edc7d8142fbad527bf91c07a5e614 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:47.880Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:48.236Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-10-07T10:25:48.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-07T10:25:48.236Z] a0beec43e728: Preparing [2024-10-07T10:25:48.236Z] fd96c439da58: Preparing [2024-10-07T10:25:48.236Z] eb0ac3d0be9c: Preparing [2024-10-07T10:25:48.236Z] 96d345bde928: Preparing [2024-10-07T10:25:48.236Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:48.236Z] ed87125a3572: Preparing [2024-10-07T10:25:48.236Z] 6a73a8741db9: Preparing [2024-10-07T10:25:48.236Z] 144f10a2ea99: Preparing [2024-10-07T10:25:48.236Z] 16113d51b718: Preparing [2024-10-07T10:25:48.236Z] 6a73a8741db9: Waiting [2024-10-07T10:25:48.236Z] 144f10a2ea99: Waiting [2024-10-07T10:25:48.236Z] 16113d51b718: Waiting [2024-10-07T10:25:48.236Z] ed87125a3572: Waiting [2024-10-07T10:25:48.236Z] 96d345bde928: Layer already exists [2024-10-07T10:25:48.236Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:48.236Z] a0beec43e728: Layer already exists [2024-10-07T10:25:48.236Z] fd96c439da58: Layer already exists [2024-10-07T10:25:48.236Z] eb0ac3d0be9c: Layer already exists [2024-10-07T10:25:48.236Z] 6a73a8741db9: Layer already exists [2024-10-07T10:25:48.236Z] ed87125a3572: Layer already exists [2024-10-07T10:25:48.236Z] 16113d51b718: Layer already exists [2024-10-07T10:25:48.236Z] 144f10a2ea99: Layer already exists [2024-10-07T10:25:48.502Z] main: digest: sha256:ea8bfc6a1fa40bea889ffc8ef9c3b927b91edc7d8142fbad527bf91c07a5e614 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T10:25:48.592Z] ===================================================== [Pipeline] echo [2024-10-07T10:25:48.612Z] taggedImages: [2024-10-07T10:25:48.612Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:48.612Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-10-07T10:25:48.612Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.94 [2024-10-07T10:25:48.612Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:48.612Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-10-07T10:25:48.649Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-10-07T10:25:48.649Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:48.649Z] latest [2024-10-07T10:25:48.649Z] 3.2.0-dev.94 [2024-10-07T10:25:48.649Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:48.649Z] main [2024-10-07T10:25:48.649Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:49.028Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:49.401Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:49.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-07T10:25:49.401Z] d7a565328c7a: Preparing [2024-10-07T10:25:49.401Z] 7ddeda2a5315: Preparing [2024-10-07T10:25:49.401Z] 0dfc8752edc8: Preparing [2024-10-07T10:25:49.401Z] a6b8a72e68de: Preparing [2024-10-07T10:25:49.401Z] ea690c2e404c: Preparing [2024-10-07T10:25:49.401Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:49.401Z] ed87125a3572: Preparing [2024-10-07T10:25:49.401Z] 5c7829c93ff4: Preparing [2024-10-07T10:25:49.401Z] c04c22e21f2b: Preparing [2024-10-07T10:25:49.401Z] b0c1fabbb64a: Preparing [2024-10-07T10:25:49.401Z] 16113d51b718: Preparing [2024-10-07T10:25:49.401Z] 0ba476c48dc9: Waiting [2024-10-07T10:25:49.401Z] ed87125a3572: Waiting [2024-10-07T10:25:49.401Z] 5c7829c93ff4: Waiting [2024-10-07T10:25:49.401Z] c04c22e21f2b: Waiting [2024-10-07T10:25:49.401Z] b0c1fabbb64a: Waiting [2024-10-07T10:25:49.401Z] 16113d51b718: Waiting [2024-10-07T10:25:49.666Z] ea690c2e404c: Pushed [2024-10-07T10:25:49.666Z] 7ddeda2a5315: Pushed [2024-10-07T10:25:49.666Z] a6b8a72e68de: Pushed [2024-10-07T10:25:49.666Z] d7a565328c7a: Pushed [2024-10-07T10:25:49.666Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:49.666Z] ed87125a3572: Layer already exists [2024-10-07T10:25:49.666Z] 16113d51b718: Layer already exists [2024-10-07T10:25:49.930Z] 5c7829c93ff4: Pushed [2024-10-07T10:25:49.930Z] c04c22e21f2b: Pushed [2024-10-07T10:25:51.863Z] 0dfc8752edc8: Pushed [2024-10-07T10:25:52.443Z] b0c1fabbb64a: Pushed [2024-10-07T10:25:53.398Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:ca09e7aad664f7d7b1b7b295e9697f40c843a7f604376c2cfd92036c5e0550ff size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:53.750Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:54.108Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-10-07T10:25:54.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-07T10:25:54.108Z] d7a565328c7a: Preparing [2024-10-07T10:25:54.108Z] 7ddeda2a5315: Preparing [2024-10-07T10:25:54.108Z] 0dfc8752edc8: Preparing [2024-10-07T10:25:54.108Z] a6b8a72e68de: Preparing [2024-10-07T10:25:54.108Z] ea690c2e404c: Preparing [2024-10-07T10:25:54.108Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:54.108Z] ed87125a3572: Preparing [2024-10-07T10:25:54.108Z] 5c7829c93ff4: Preparing [2024-10-07T10:25:54.108Z] c04c22e21f2b: Preparing [2024-10-07T10:25:54.108Z] b0c1fabbb64a: Preparing [2024-10-07T10:25:54.108Z] 16113d51b718: Preparing [2024-10-07T10:25:54.108Z] 5c7829c93ff4: Waiting [2024-10-07T10:25:54.108Z] c04c22e21f2b: Waiting [2024-10-07T10:25:54.108Z] ed87125a3572: Waiting [2024-10-07T10:25:54.108Z] b0c1fabbb64a: Waiting [2024-10-07T10:25:54.108Z] 16113d51b718: Waiting [2024-10-07T10:25:54.108Z] 0dfc8752edc8: Layer already exists [2024-10-07T10:25:54.108Z] 7ddeda2a5315: Layer already exists [2024-10-07T10:25:54.108Z] ea690c2e404c: Layer already exists [2024-10-07T10:25:54.108Z] d7a565328c7a: Layer already exists [2024-10-07T10:25:54.108Z] a6b8a72e68de: Layer already exists [2024-10-07T10:25:54.108Z] ed87125a3572: Layer already exists [2024-10-07T10:25:54.108Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:54.108Z] b0c1fabbb64a: Layer already exists [2024-10-07T10:25:54.108Z] c04c22e21f2b: Layer already exists [2024-10-07T10:25:54.108Z] 5c7829c93ff4: Layer already exists [2024-10-07T10:25:54.108Z] 16113d51b718: Layer already exists [2024-10-07T10:25:54.380Z] latest: digest: sha256:ca09e7aad664f7d7b1b7b295e9697f40c843a7f604376c2cfd92036c5e0550ff size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:54.740Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:55.098Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.94 [2024-10-07T10:25:55.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-07T10:25:55.098Z] d7a565328c7a: Preparing [2024-10-07T10:25:55.098Z] 7ddeda2a5315: Preparing [2024-10-07T10:25:55.098Z] 0dfc8752edc8: Preparing [2024-10-07T10:25:55.098Z] a6b8a72e68de: Preparing [2024-10-07T10:25:55.098Z] ea690c2e404c: Preparing [2024-10-07T10:25:55.098Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:55.098Z] ed87125a3572: Preparing [2024-10-07T10:25:55.098Z] 5c7829c93ff4: Preparing [2024-10-07T10:25:55.098Z] c04c22e21f2b: Preparing [2024-10-07T10:25:55.098Z] b0c1fabbb64a: Preparing [2024-10-07T10:25:55.098Z] 16113d51b718: Preparing [2024-10-07T10:25:55.098Z] ed87125a3572: Waiting [2024-10-07T10:25:55.098Z] 5c7829c93ff4: Waiting [2024-10-07T10:25:55.098Z] c04c22e21f2b: Waiting [2024-10-07T10:25:55.098Z] b0c1fabbb64a: Waiting [2024-10-07T10:25:55.098Z] 16113d51b718: Waiting [2024-10-07T10:25:55.098Z] 0ba476c48dc9: Waiting [2024-10-07T10:25:55.098Z] 0dfc8752edc8: Layer already exists [2024-10-07T10:25:55.098Z] a6b8a72e68de: Layer already exists [2024-10-07T10:25:55.098Z] d7a565328c7a: Layer already exists [2024-10-07T10:25:55.098Z] 7ddeda2a5315: Layer already exists [2024-10-07T10:25:55.098Z] ea690c2e404c: Layer already exists [2024-10-07T10:25:55.098Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:55.098Z] c04c22e21f2b: Layer already exists [2024-10-07T10:25:55.098Z] ed87125a3572: Layer already exists [2024-10-07T10:25:55.098Z] b0c1fabbb64a: Layer already exists [2024-10-07T10:25:55.098Z] 5c7829c93ff4: Layer already exists [2024-10-07T10:25:55.098Z] 16113d51b718: Layer already exists [2024-10-07T10:25:55.366Z] 3.2.0-dev.94: digest: sha256:ca09e7aad664f7d7b1b7b295e9697f40c843a7f604376c2cfd92036c5e0550ff size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:55.737Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:56.097Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:56.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-07T10:25:56.097Z] d7a565328c7a: Preparing [2024-10-07T10:25:56.097Z] 7ddeda2a5315: Preparing [2024-10-07T10:25:56.097Z] 0dfc8752edc8: Preparing [2024-10-07T10:25:56.097Z] a6b8a72e68de: Preparing [2024-10-07T10:25:56.097Z] ea690c2e404c: Preparing [2024-10-07T10:25:56.097Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:56.097Z] ed87125a3572: Preparing [2024-10-07T10:25:56.097Z] 5c7829c93ff4: Preparing [2024-10-07T10:25:56.097Z] c04c22e21f2b: Preparing [2024-10-07T10:25:56.097Z] b0c1fabbb64a: Preparing [2024-10-07T10:25:56.097Z] 16113d51b718: Preparing [2024-10-07T10:25:56.097Z] 5c7829c93ff4: Waiting [2024-10-07T10:25:56.097Z] c04c22e21f2b: Waiting [2024-10-07T10:25:56.097Z] b0c1fabbb64a: Waiting [2024-10-07T10:25:56.097Z] 16113d51b718: Waiting [2024-10-07T10:25:56.097Z] 0ba476c48dc9: Waiting [2024-10-07T10:25:56.097Z] ed87125a3572: Waiting [2024-10-07T10:25:56.097Z] 0dfc8752edc8: Layer already exists [2024-10-07T10:25:56.097Z] d7a565328c7a: Layer already exists [2024-10-07T10:25:56.097Z] a6b8a72e68de: Layer already exists [2024-10-07T10:25:56.097Z] 7ddeda2a5315: Layer already exists [2024-10-07T10:25:56.097Z] ea690c2e404c: Layer already exists [2024-10-07T10:25:56.097Z] ed87125a3572: Layer already exists [2024-10-07T10:25:56.097Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:56.097Z] 5c7829c93ff4: Layer already exists [2024-10-07T10:25:56.097Z] c04c22e21f2b: Layer already exists [2024-10-07T10:25:56.097Z] b0c1fabbb64a: Layer already exists [2024-10-07T10:25:56.097Z] 16113d51b718: Layer already exists [2024-10-07T10:25:56.365Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:ca09e7aad664f7d7b1b7b295e9697f40c843a7f604376c2cfd92036c5e0550ff size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:56.724Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:57.088Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-10-07T10:25:57.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-07T10:25:57.088Z] d7a565328c7a: Preparing [2024-10-07T10:25:57.088Z] 7ddeda2a5315: Preparing [2024-10-07T10:25:57.088Z] 0dfc8752edc8: Preparing [2024-10-07T10:25:57.088Z] a6b8a72e68de: Preparing [2024-10-07T10:25:57.088Z] ea690c2e404c: Preparing [2024-10-07T10:25:57.088Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:57.088Z] ed87125a3572: Preparing [2024-10-07T10:25:57.088Z] 0ba476c48dc9: Waiting [2024-10-07T10:25:57.088Z] 5c7829c93ff4: Preparing [2024-10-07T10:25:57.088Z] ed87125a3572: Waiting [2024-10-07T10:25:57.088Z] c04c22e21f2b: Preparing [2024-10-07T10:25:57.088Z] 5c7829c93ff4: Waiting [2024-10-07T10:25:57.088Z] b0c1fabbb64a: Preparing [2024-10-07T10:25:57.088Z] c04c22e21f2b: Waiting [2024-10-07T10:25:57.088Z] b0c1fabbb64a: Waiting [2024-10-07T10:25:57.088Z] 16113d51b718: Preparing [2024-10-07T10:25:57.088Z] 16113d51b718: Waiting [2024-10-07T10:25:57.088Z] 7ddeda2a5315: Layer already exists [2024-10-07T10:25:57.088Z] 0dfc8752edc8: Layer already exists [2024-10-07T10:25:57.088Z] a6b8a72e68de: Layer already exists [2024-10-07T10:25:57.088Z] d7a565328c7a: Layer already exists [2024-10-07T10:25:57.088Z] ea690c2e404c: Layer already exists [2024-10-07T10:25:57.088Z] c04c22e21f2b: Layer already exists [2024-10-07T10:25:57.088Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:57.088Z] b0c1fabbb64a: Layer already exists [2024-10-07T10:25:57.088Z] ed87125a3572: Layer already exists [2024-10-07T10:25:57.088Z] 5c7829c93ff4: Layer already exists [2024-10-07T10:25:57.356Z] 16113d51b718: Layer already exists [2024-10-07T10:25:57.356Z] main: digest: sha256:ca09e7aad664f7d7b1b7b295e9697f40c843a7f604376c2cfd92036c5e0550ff size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T10:25:57.436Z] ===================================================== [Pipeline] echo [2024-10-07T10:25:57.454Z] taggedImages: [2024-10-07T10:25:57.454Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:57.454Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-10-07T10:25:57.454Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.94 [2024-10-07T10:25:57.454Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:57.454Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-10-07T10:25:57.484Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-10-07T10:25:57.484Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:57.484Z] latest [2024-10-07T10:25:57.484Z] 3.2.0-dev.94 [2024-10-07T10:25:57.484Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:25:57.484Z] main [2024-10-07T10:25:57.484Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:57.861Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:25:58.259Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:25:58.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-07T10:25:58.259Z] c4d8f8bc1a6e: Preparing [2024-10-07T10:25:58.259Z] e6df3e713928: Preparing [2024-10-07T10:25:58.259Z] 76cc621c5989: Preparing [2024-10-07T10:25:58.259Z] b4a4d2d2e68b: Preparing [2024-10-07T10:25:58.259Z] a7d31274a413: Preparing [2024-10-07T10:25:58.259Z] 25dd028bedb1: Preparing [2024-10-07T10:25:58.259Z] c9101b5a6b17: Preparing [2024-10-07T10:25:58.259Z] 0ba476c48dc9: Preparing [2024-10-07T10:25:58.259Z] ed87125a3572: Preparing [2024-10-07T10:25:58.259Z] 231ebe84feee: Preparing [2024-10-07T10:25:58.259Z] 126346f5f3f9: Preparing [2024-10-07T10:25:58.259Z] 16113d51b718: Preparing [2024-10-07T10:25:58.259Z] 25dd028bedb1: Waiting [2024-10-07T10:25:58.259Z] c9101b5a6b17: Waiting [2024-10-07T10:25:58.259Z] 0ba476c48dc9: Waiting [2024-10-07T10:25:58.259Z] ed87125a3572: Waiting [2024-10-07T10:25:58.259Z] 231ebe84feee: Waiting [2024-10-07T10:25:58.259Z] 126346f5f3f9: Waiting [2024-10-07T10:25:58.259Z] 16113d51b718: Waiting [2024-10-07T10:25:58.538Z] a7d31274a413: Pushed [2024-10-07T10:25:58.538Z] c4d8f8bc1a6e: Pushed [2024-10-07T10:25:58.538Z] e6df3e713928: Pushed [2024-10-07T10:25:58.538Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:25:58.538Z] ed87125a3572: Layer already exists [2024-10-07T10:25:58.813Z] 25dd028bedb1: Pushed [2024-10-07T10:25:58.813Z] c9101b5a6b17: Pushed [2024-10-07T10:25:58.813Z] 16113d51b718: Layer already exists [2024-10-07T10:25:58.813Z] 231ebe84feee: Pushed [2024-10-07T10:26:01.410Z] b4a4d2d2e68b: Pushed [2024-10-07T10:26:01.677Z] 76cc621c5989: Pushed [2024-10-07T10:26:01.943Z] 126346f5f3f9: Pushed [2024-10-07T10:26:01.943Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:dddc8ec2431390832d31e237e0d71b174f2591fa205b254f6ab6194409a91349 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:02.307Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:02.655Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-10-07T10:26:02.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-07T10:26:02.655Z] c4d8f8bc1a6e: Preparing [2024-10-07T10:26:02.655Z] e6df3e713928: Preparing [2024-10-07T10:26:02.655Z] 76cc621c5989: Preparing [2024-10-07T10:26:02.655Z] b4a4d2d2e68b: Preparing [2024-10-07T10:26:02.655Z] a7d31274a413: Preparing [2024-10-07T10:26:02.655Z] 25dd028bedb1: Preparing [2024-10-07T10:26:02.655Z] c9101b5a6b17: Preparing [2024-10-07T10:26:02.655Z] 0ba476c48dc9: Preparing [2024-10-07T10:26:02.655Z] ed87125a3572: Preparing [2024-10-07T10:26:02.655Z] 231ebe84feee: Preparing [2024-10-07T10:26:02.655Z] 126346f5f3f9: Preparing [2024-10-07T10:26:02.655Z] 16113d51b718: Preparing [2024-10-07T10:26:02.655Z] 25dd028bedb1: Waiting [2024-10-07T10:26:02.655Z] c9101b5a6b17: Waiting [2024-10-07T10:26:02.655Z] 0ba476c48dc9: Waiting [2024-10-07T10:26:02.655Z] ed87125a3572: Waiting [2024-10-07T10:26:02.655Z] 231ebe84feee: Waiting [2024-10-07T10:26:02.655Z] 126346f5f3f9: Waiting [2024-10-07T10:26:02.655Z] 16113d51b718: Waiting [2024-10-07T10:26:02.655Z] a7d31274a413: Layer already exists [2024-10-07T10:26:02.655Z] 76cc621c5989: Layer already exists [2024-10-07T10:26:02.655Z] c4d8f8bc1a6e: Layer already exists [2024-10-07T10:26:02.655Z] e6df3e713928: Layer already exists [2024-10-07T10:26:02.655Z] b4a4d2d2e68b: Layer already exists [2024-10-07T10:26:02.655Z] 25dd028bedb1: Layer already exists [2024-10-07T10:26:02.655Z] c9101b5a6b17: Layer already exists [2024-10-07T10:26:02.655Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:26:02.655Z] 231ebe84feee: Layer already exists [2024-10-07T10:26:02.655Z] ed87125a3572: Layer already exists [2024-10-07T10:26:02.655Z] 16113d51b718: Layer already exists [2024-10-07T10:26:02.655Z] 126346f5f3f9: Layer already exists [2024-10-07T10:26:02.919Z] latest: digest: sha256:dddc8ec2431390832d31e237e0d71b174f2591fa205b254f6ab6194409a91349 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:03.278Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:03.631Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.94 [2024-10-07T10:26:03.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-07T10:26:03.631Z] c4d8f8bc1a6e: Preparing [2024-10-07T10:26:03.631Z] e6df3e713928: Preparing [2024-10-07T10:26:03.631Z] 76cc621c5989: Preparing [2024-10-07T10:26:03.631Z] b4a4d2d2e68b: Preparing [2024-10-07T10:26:03.631Z] a7d31274a413: Preparing [2024-10-07T10:26:03.631Z] 25dd028bedb1: Preparing [2024-10-07T10:26:03.631Z] c9101b5a6b17: Preparing [2024-10-07T10:26:03.631Z] 0ba476c48dc9: Preparing [2024-10-07T10:26:03.631Z] ed87125a3572: Preparing [2024-10-07T10:26:03.631Z] 231ebe84feee: Preparing [2024-10-07T10:26:03.631Z] 126346f5f3f9: Preparing [2024-10-07T10:26:03.631Z] 16113d51b718: Preparing [2024-10-07T10:26:03.631Z] 0ba476c48dc9: Waiting [2024-10-07T10:26:03.631Z] 126346f5f3f9: Waiting [2024-10-07T10:26:03.631Z] ed87125a3572: Waiting [2024-10-07T10:26:03.631Z] 231ebe84feee: Waiting [2024-10-07T10:26:03.631Z] 16113d51b718: Waiting [2024-10-07T10:26:03.631Z] 25dd028bedb1: Waiting [2024-10-07T10:26:03.631Z] c9101b5a6b17: Waiting [2024-10-07T10:26:03.631Z] b4a4d2d2e68b: Layer already exists [2024-10-07T10:26:03.631Z] 76cc621c5989: Layer already exists [2024-10-07T10:26:03.631Z] a7d31274a413: Layer already exists [2024-10-07T10:26:03.631Z] e6df3e713928: Layer already exists [2024-10-07T10:26:03.631Z] c4d8f8bc1a6e: Layer already exists [2024-10-07T10:26:03.631Z] 25dd028bedb1: Layer already exists [2024-10-07T10:26:03.631Z] ed87125a3572: Layer already exists [2024-10-07T10:26:03.631Z] c9101b5a6b17: Layer already exists [2024-10-07T10:26:03.631Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:26:03.631Z] 231ebe84feee: Layer already exists [2024-10-07T10:26:03.631Z] 16113d51b718: Layer already exists [2024-10-07T10:26:03.631Z] 126346f5f3f9: Layer already exists [2024-10-07T10:26:03.895Z] 3.2.0-dev.94: digest: sha256:dddc8ec2431390832d31e237e0d71b174f2591fa205b254f6ab6194409a91349 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:04.257Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:04.606Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:26:04.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-07T10:26:04.606Z] c4d8f8bc1a6e: Preparing [2024-10-07T10:26:04.606Z] e6df3e713928: Preparing [2024-10-07T10:26:04.606Z] 76cc621c5989: Preparing [2024-10-07T10:26:04.606Z] b4a4d2d2e68b: Preparing [2024-10-07T10:26:04.606Z] a7d31274a413: Preparing [2024-10-07T10:26:04.606Z] 25dd028bedb1: Preparing [2024-10-07T10:26:04.606Z] c9101b5a6b17: Preparing [2024-10-07T10:26:04.606Z] 0ba476c48dc9: Preparing [2024-10-07T10:26:04.606Z] ed87125a3572: Preparing [2024-10-07T10:26:04.606Z] 231ebe84feee: Preparing [2024-10-07T10:26:04.606Z] 126346f5f3f9: Preparing [2024-10-07T10:26:04.606Z] 16113d51b718: Preparing [2024-10-07T10:26:04.606Z] 25dd028bedb1: Waiting [2024-10-07T10:26:04.606Z] c9101b5a6b17: Waiting [2024-10-07T10:26:04.606Z] 0ba476c48dc9: Waiting [2024-10-07T10:26:04.606Z] ed87125a3572: Waiting [2024-10-07T10:26:04.606Z] 231ebe84feee: Waiting [2024-10-07T10:26:04.606Z] 126346f5f3f9: Waiting [2024-10-07T10:26:04.606Z] 16113d51b718: Waiting [2024-10-07T10:26:04.606Z] a7d31274a413: Layer already exists [2024-10-07T10:26:04.606Z] b4a4d2d2e68b: Layer already exists [2024-10-07T10:26:04.606Z] 76cc621c5989: Layer already exists [2024-10-07T10:26:04.606Z] c4d8f8bc1a6e: Layer already exists [2024-10-07T10:26:04.606Z] e6df3e713928: Layer already exists [2024-10-07T10:26:04.606Z] 25dd028bedb1: Layer already exists [2024-10-07T10:26:04.606Z] 231ebe84feee: Layer already exists [2024-10-07T10:26:04.606Z] c9101b5a6b17: Layer already exists [2024-10-07T10:26:04.606Z] ed87125a3572: Layer already exists [2024-10-07T10:26:04.606Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:26:04.606Z] 126346f5f3f9: Layer already exists [2024-10-07T10:26:04.606Z] 16113d51b718: Layer already exists [2024-10-07T10:26:04.872Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:dddc8ec2431390832d31e237e0d71b174f2591fa205b254f6ab6194409a91349 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:05.228Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:05.577Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-10-07T10:26:05.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-07T10:26:05.577Z] c4d8f8bc1a6e: Preparing [2024-10-07T10:26:05.577Z] e6df3e713928: Preparing [2024-10-07T10:26:05.577Z] 76cc621c5989: Preparing [2024-10-07T10:26:05.577Z] b4a4d2d2e68b: Preparing [2024-10-07T10:26:05.577Z] a7d31274a413: Preparing [2024-10-07T10:26:05.577Z] 25dd028bedb1: Preparing [2024-10-07T10:26:05.577Z] c9101b5a6b17: Preparing [2024-10-07T10:26:05.577Z] 0ba476c48dc9: Preparing [2024-10-07T10:26:05.577Z] ed87125a3572: Preparing [2024-10-07T10:26:05.577Z] 231ebe84feee: Preparing [2024-10-07T10:26:05.577Z] 126346f5f3f9: Preparing [2024-10-07T10:26:05.577Z] 16113d51b718: Preparing [2024-10-07T10:26:05.577Z] c9101b5a6b17: Waiting [2024-10-07T10:26:05.577Z] 0ba476c48dc9: Waiting [2024-10-07T10:26:05.577Z] ed87125a3572: Waiting [2024-10-07T10:26:05.577Z] 231ebe84feee: Waiting [2024-10-07T10:26:05.577Z] 25dd028bedb1: Waiting [2024-10-07T10:26:05.577Z] 126346f5f3f9: Waiting [2024-10-07T10:26:05.577Z] 16113d51b718: Waiting [2024-10-07T10:26:05.577Z] a7d31274a413: Layer already exists [2024-10-07T10:26:05.577Z] e6df3e713928: Layer already exists [2024-10-07T10:26:05.577Z] b4a4d2d2e68b: Layer already exists [2024-10-07T10:26:05.577Z] c4d8f8bc1a6e: Layer already exists [2024-10-07T10:26:05.577Z] 76cc621c5989: Layer already exists [2024-10-07T10:26:05.577Z] 25dd028bedb1: Layer already exists [2024-10-07T10:26:05.577Z] c9101b5a6b17: Layer already exists [2024-10-07T10:26:05.577Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:26:05.577Z] ed87125a3572: Layer already exists [2024-10-07T10:26:05.577Z] 231ebe84feee: Layer already exists [2024-10-07T10:26:05.577Z] 126346f5f3f9: Layer already exists [2024-10-07T10:26:05.577Z] 16113d51b718: Layer already exists [2024-10-07T10:26:05.842Z] main: digest: sha256:dddc8ec2431390832d31e237e0d71b174f2591fa205b254f6ab6194409a91349 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T10:26:05.927Z] ===================================================== [Pipeline] echo [2024-10-07T10:26:05.940Z] taggedImages: [2024-10-07T10:26:05.940Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:26:05.940Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-10-07T10:26:05.940Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.94 [2024-10-07T10:26:05.940Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:26:05.940Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-10-07T10:26:05.968Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-10-07T10:26:05.968Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:26:05.968Z] latest [2024-10-07T10:26:05.968Z] 3.2.0-dev.94 [2024-10-07T10:26:05.968Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:26:05.968Z] main [2024-10-07T10:26:05.968Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:06.344Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:06.702Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:26:06.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-07T10:26:06.702Z] 6126568fcbad: Preparing [2024-10-07T10:26:06.702Z] da672dfb4f6b: Preparing [2024-10-07T10:26:06.702Z] 0ba476c48dc9: Preparing [2024-10-07T10:26:06.702Z] ed87125a3572: Preparing [2024-10-07T10:26:06.702Z] 95ac5a401647: Preparing [2024-10-07T10:26:06.702Z] 252e6e0a773a: Preparing [2024-10-07T10:26:06.702Z] 16113d51b718: Preparing [2024-10-07T10:26:06.702Z] 252e6e0a773a: Waiting [2024-10-07T10:26:06.702Z] 16113d51b718: Waiting [2024-10-07T10:26:06.702Z] ed87125a3572: Layer already exists [2024-10-07T10:26:06.702Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:26:06.966Z] 16113d51b718: Layer already exists [2024-10-07T10:26:06.966Z] 6126568fcbad: Pushed [2024-10-07T10:26:06.966Z] 95ac5a401647: Pushed [2024-10-07T10:26:08.896Z] 252e6e0a773a: Pushed [2024-10-07T10:26:10.835Z] da672dfb4f6b: Pushed [2024-10-07T10:26:10.835Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:8e02e0de7b83868ea4ef10f37491fed0f36fc40ee1977fd795d0bb93b45d88f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:11.384Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:11.741Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-10-07T10:26:11.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-07T10:26:11.741Z] 6126568fcbad: Preparing [2024-10-07T10:26:11.741Z] da672dfb4f6b: Preparing [2024-10-07T10:26:11.741Z] 0ba476c48dc9: Preparing [2024-10-07T10:26:11.741Z] ed87125a3572: Preparing [2024-10-07T10:26:11.741Z] 95ac5a401647: Preparing [2024-10-07T10:26:11.741Z] 252e6e0a773a: Preparing [2024-10-07T10:26:11.741Z] 16113d51b718: Preparing [2024-10-07T10:26:11.741Z] 252e6e0a773a: Waiting [2024-10-07T10:26:11.741Z] 16113d51b718: Waiting [2024-10-07T10:26:11.741Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:26:11.741Z] 6126568fcbad: Layer already exists [2024-10-07T10:26:11.741Z] da672dfb4f6b: Layer already exists [2024-10-07T10:26:11.741Z] 95ac5a401647: Layer already exists [2024-10-07T10:26:11.741Z] ed87125a3572: Layer already exists [2024-10-07T10:26:11.741Z] 252e6e0a773a: Layer already exists [2024-10-07T10:26:11.741Z] 16113d51b718: Layer already exists [2024-10-07T10:26:12.009Z] latest: digest: sha256:8e02e0de7b83868ea4ef10f37491fed0f36fc40ee1977fd795d0bb93b45d88f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:12.397Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:12.755Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.94 [2024-10-07T10:26:12.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-07T10:26:12.755Z] 6126568fcbad: Preparing [2024-10-07T10:26:12.755Z] da672dfb4f6b: Preparing [2024-10-07T10:26:12.755Z] 0ba476c48dc9: Preparing [2024-10-07T10:26:12.755Z] ed87125a3572: Preparing [2024-10-07T10:26:12.755Z] 95ac5a401647: Preparing [2024-10-07T10:26:12.755Z] 252e6e0a773a: Preparing [2024-10-07T10:26:12.755Z] 16113d51b718: Preparing [2024-10-07T10:26:12.755Z] 252e6e0a773a: Waiting [2024-10-07T10:26:12.755Z] 16113d51b718: Waiting [2024-10-07T10:26:12.755Z] 6126568fcbad: Layer already exists [2024-10-07T10:26:12.755Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:26:12.755Z] ed87125a3572: Layer already exists [2024-10-07T10:26:12.755Z] da672dfb4f6b: Layer already exists [2024-10-07T10:26:12.755Z] 95ac5a401647: Layer already exists [2024-10-07T10:26:12.755Z] 16113d51b718: Layer already exists [2024-10-07T10:26:12.755Z] 252e6e0a773a: Layer already exists [2024-10-07T10:26:13.026Z] 3.2.0-dev.94: digest: sha256:8e02e0de7b83868ea4ef10f37491fed0f36fc40ee1977fd795d0bb93b45d88f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:13.388Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:13.748Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:26:13.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-07T10:26:13.748Z] 6126568fcbad: Preparing [2024-10-07T10:26:13.748Z] da672dfb4f6b: Preparing [2024-10-07T10:26:13.748Z] 0ba476c48dc9: Preparing [2024-10-07T10:26:13.748Z] ed87125a3572: Preparing [2024-10-07T10:26:13.748Z] 95ac5a401647: Preparing [2024-10-07T10:26:13.748Z] 252e6e0a773a: Preparing [2024-10-07T10:26:13.748Z] 16113d51b718: Preparing [2024-10-07T10:26:13.748Z] 252e6e0a773a: Waiting [2024-10-07T10:26:13.748Z] 16113d51b718: Waiting [2024-10-07T10:26:13.748Z] 95ac5a401647: Layer already exists [2024-10-07T10:26:13.748Z] 6126568fcbad: Layer already exists [2024-10-07T10:26:13.748Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:26:13.748Z] da672dfb4f6b: Layer already exists [2024-10-07T10:26:13.748Z] ed87125a3572: Layer already exists [2024-10-07T10:26:13.748Z] 16113d51b718: Layer already exists [2024-10-07T10:26:13.748Z] 252e6e0a773a: Layer already exists [2024-10-07T10:26:14.014Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:8e02e0de7b83868ea4ef10f37491fed0f36fc40ee1977fd795d0bb93b45d88f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:14.368Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:14.724Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-10-07T10:26:14.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-07T10:26:14.724Z] 6126568fcbad: Preparing [2024-10-07T10:26:14.724Z] da672dfb4f6b: Preparing [2024-10-07T10:26:14.724Z] 0ba476c48dc9: Preparing [2024-10-07T10:26:14.724Z] ed87125a3572: Preparing [2024-10-07T10:26:14.724Z] 95ac5a401647: Preparing [2024-10-07T10:26:14.724Z] 252e6e0a773a: Preparing [2024-10-07T10:26:14.724Z] 16113d51b718: Preparing [2024-10-07T10:26:14.724Z] 16113d51b718: Waiting [2024-10-07T10:26:14.724Z] 252e6e0a773a: Waiting [2024-10-07T10:26:14.724Z] 6126568fcbad: Layer already exists [2024-10-07T10:26:14.724Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:26:14.724Z] 95ac5a401647: Layer already exists [2024-10-07T10:26:14.725Z] da672dfb4f6b: Layer already exists [2024-10-07T10:26:14.725Z] ed87125a3572: Layer already exists [2024-10-07T10:26:14.725Z] 16113d51b718: Layer already exists [2024-10-07T10:26:14.725Z] 252e6e0a773a: Layer already exists [2024-10-07T10:26:14.990Z] main: digest: sha256:8e02e0de7b83868ea4ef10f37491fed0f36fc40ee1977fd795d0bb93b45d88f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T10:26:15.078Z] ===================================================== [Pipeline] echo [2024-10-07T10:26:15.091Z] taggedImages: [2024-10-07T10:26:15.091Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:26:15.091Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-10-07T10:26:15.091Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.94 [2024-10-07T10:26:15.091Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:26:15.091Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-10-07T10:26:15.119Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-10-07T10:26:15.119Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:26:15.119Z] latest [2024-10-07T10:26:15.119Z] 3.2.0-dev.94 [2024-10-07T10:26:15.119Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:26:15.119Z] main [2024-10-07T10:26:15.119Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:15.500Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:15.853Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:26:15.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-07T10:26:15.853Z] 81b72900aaf3: Preparing [2024-10-07T10:26:15.853Z] 1d6ed247bbb4: Preparing [2024-10-07T10:26:15.853Z] 6252c7af65d8: Preparing [2024-10-07T10:26:15.853Z] 0ba476c48dc9: Preparing [2024-10-07T10:26:15.853Z] ed87125a3572: Preparing [2024-10-07T10:26:15.853Z] ea9faed57bfc: Preparing [2024-10-07T10:26:15.853Z] 22e711911e72: Preparing [2024-10-07T10:26:15.853Z] 5f587091b745: Preparing [2024-10-07T10:26:15.853Z] 14fb7ee5b828: Preparing [2024-10-07T10:26:15.853Z] 16113d51b718: Preparing [2024-10-07T10:26:15.853Z] 22e711911e72: Waiting [2024-10-07T10:26:15.853Z] 5f587091b745: Waiting [2024-10-07T10:26:15.853Z] 14fb7ee5b828: Waiting [2024-10-07T10:26:15.853Z] 16113d51b718: Waiting [2024-10-07T10:26:15.853Z] ea9faed57bfc: Waiting [2024-10-07T10:26:15.853Z] ed87125a3572: Layer already exists [2024-10-07T10:26:16.118Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:26:16.118Z] 1d6ed247bbb4: Pushed [2024-10-07T10:26:16.118Z] 6252c7af65d8: Pushed [2024-10-07T10:26:16.118Z] 81b72900aaf3: Pushed [2024-10-07T10:26:16.118Z] 16113d51b718: Layer already exists [2024-10-07T10:26:16.382Z] 5f587091b745: Pushed [2024-10-07T10:26:17.334Z] 14fb7ee5b828: Pushed [2024-10-07T10:26:29.623Z] 22e711911e72: Pushed [2024-10-07T10:26:37.808Z] ea9faed57bfc: Pushed [2024-10-07T10:26:37.808Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:c18929e0222fb1aaea239689bb6dc3a58669563952bcac26969fa8224b977216 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:38.169Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:38.518Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-10-07T10:26:38.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-07T10:26:38.518Z] 81b72900aaf3: Preparing [2024-10-07T10:26:38.518Z] 1d6ed247bbb4: Preparing [2024-10-07T10:26:38.518Z] 6252c7af65d8: Preparing [2024-10-07T10:26:38.518Z] 0ba476c48dc9: Preparing [2024-10-07T10:26:38.518Z] ed87125a3572: Preparing [2024-10-07T10:26:38.518Z] ea9faed57bfc: Preparing [2024-10-07T10:26:38.518Z] 22e711911e72: Preparing [2024-10-07T10:26:38.518Z] 5f587091b745: Preparing [2024-10-07T10:26:38.518Z] 14fb7ee5b828: Preparing [2024-10-07T10:26:38.518Z] 16113d51b718: Preparing [2024-10-07T10:26:38.518Z] 22e711911e72: Waiting [2024-10-07T10:26:38.518Z] 5f587091b745: Waiting [2024-10-07T10:26:38.518Z] 14fb7ee5b828: Waiting [2024-10-07T10:26:38.518Z] 16113d51b718: Waiting [2024-10-07T10:26:38.518Z] ea9faed57bfc: Waiting [2024-10-07T10:26:38.518Z] 81b72900aaf3: Layer already exists [2024-10-07T10:26:38.518Z] 1d6ed247bbb4: Layer already exists [2024-10-07T10:26:38.518Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:26:38.518Z] 6252c7af65d8: Layer already exists [2024-10-07T10:26:38.518Z] ed87125a3572: Layer already exists [2024-10-07T10:26:38.518Z] ea9faed57bfc: Layer already exists [2024-10-07T10:26:38.518Z] 14fb7ee5b828: Layer already exists [2024-10-07T10:26:38.518Z] 16113d51b718: Layer already exists [2024-10-07T10:26:38.518Z] 5f587091b745: Layer already exists [2024-10-07T10:26:38.518Z] 22e711911e72: Layer already exists [2024-10-07T10:26:38.783Z] latest: digest: sha256:c18929e0222fb1aaea239689bb6dc3a58669563952bcac26969fa8224b977216 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:39.141Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:39.493Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.94 [2024-10-07T10:26:39.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-07T10:26:39.493Z] 81b72900aaf3: Preparing [2024-10-07T10:26:39.493Z] 1d6ed247bbb4: Preparing [2024-10-07T10:26:39.493Z] 6252c7af65d8: Preparing [2024-10-07T10:26:39.493Z] 0ba476c48dc9: Preparing [2024-10-07T10:26:39.493Z] ed87125a3572: Preparing [2024-10-07T10:26:39.493Z] ea9faed57bfc: Preparing [2024-10-07T10:26:39.493Z] 22e711911e72: Preparing [2024-10-07T10:26:39.493Z] 5f587091b745: Preparing [2024-10-07T10:26:39.493Z] 14fb7ee5b828: Preparing [2024-10-07T10:26:39.493Z] 16113d51b718: Preparing [2024-10-07T10:26:39.493Z] ea9faed57bfc: Waiting [2024-10-07T10:26:39.493Z] 22e711911e72: Waiting [2024-10-07T10:26:39.493Z] 5f587091b745: Waiting [2024-10-07T10:26:39.493Z] 14fb7ee5b828: Waiting [2024-10-07T10:26:39.493Z] 16113d51b718: Waiting [2024-10-07T10:26:39.493Z] 1d6ed247bbb4: Layer already exists [2024-10-07T10:26:39.493Z] ed87125a3572: Layer already exists [2024-10-07T10:26:39.493Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:26:39.493Z] 6252c7af65d8: Layer already exists [2024-10-07T10:26:39.493Z] 81b72900aaf3: Layer already exists [2024-10-07T10:26:39.493Z] ea9faed57bfc: Layer already exists [2024-10-07T10:26:39.493Z] 22e711911e72: Layer already exists [2024-10-07T10:26:39.493Z] 14fb7ee5b828: Layer already exists [2024-10-07T10:26:39.493Z] 5f587091b745: Layer already exists [2024-10-07T10:26:39.493Z] 16113d51b718: Layer already exists [2024-10-07T10:26:39.493Z] 3.2.0-dev.94: digest: sha256:c18929e0222fb1aaea239689bb6dc3a58669563952bcac26969fa8224b977216 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:40.117Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:40.465Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:26:40.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-07T10:26:40.465Z] 81b72900aaf3: Preparing [2024-10-07T10:26:40.465Z] 1d6ed247bbb4: Preparing [2024-10-07T10:26:40.465Z] 6252c7af65d8: Preparing [2024-10-07T10:26:40.465Z] 0ba476c48dc9: Preparing [2024-10-07T10:26:40.465Z] ed87125a3572: Preparing [2024-10-07T10:26:40.465Z] ea9faed57bfc: Preparing [2024-10-07T10:26:40.465Z] 22e711911e72: Preparing [2024-10-07T10:26:40.465Z] 5f587091b745: Preparing [2024-10-07T10:26:40.465Z] 14fb7ee5b828: Preparing [2024-10-07T10:26:40.465Z] 16113d51b718: Preparing [2024-10-07T10:26:40.465Z] ea9faed57bfc: Waiting [2024-10-07T10:26:40.465Z] 22e711911e72: Waiting [2024-10-07T10:26:40.465Z] 5f587091b745: Waiting [2024-10-07T10:26:40.465Z] 14fb7ee5b828: Waiting [2024-10-07T10:26:40.465Z] 16113d51b718: Waiting [2024-10-07T10:26:40.465Z] 1d6ed247bbb4: Layer already exists [2024-10-07T10:26:40.465Z] 6252c7af65d8: Layer already exists [2024-10-07T10:26:40.465Z] ed87125a3572: Layer already exists [2024-10-07T10:26:40.465Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:26:40.465Z] 81b72900aaf3: Layer already exists [2024-10-07T10:26:40.465Z] 22e711911e72: Layer already exists [2024-10-07T10:26:40.465Z] 5f587091b745: Layer already exists [2024-10-07T10:26:40.465Z] 14fb7ee5b828: Layer already exists [2024-10-07T10:26:40.465Z] ea9faed57bfc: Layer already exists [2024-10-07T10:26:40.465Z] 16113d51b718: Layer already exists [2024-10-07T10:26:40.730Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:c18929e0222fb1aaea239689bb6dc3a58669563952bcac26969fa8224b977216 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:41.098Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:41.445Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-10-07T10:26:41.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-07T10:26:41.445Z] 81b72900aaf3: Preparing [2024-10-07T10:26:41.445Z] 1d6ed247bbb4: Preparing [2024-10-07T10:26:41.445Z] 6252c7af65d8: Preparing [2024-10-07T10:26:41.445Z] 0ba476c48dc9: Preparing [2024-10-07T10:26:41.445Z] ed87125a3572: Preparing [2024-10-07T10:26:41.445Z] ea9faed57bfc: Preparing [2024-10-07T10:26:41.445Z] 22e711911e72: Preparing [2024-10-07T10:26:41.445Z] 5f587091b745: Preparing [2024-10-07T10:26:41.445Z] 14fb7ee5b828: Preparing [2024-10-07T10:26:41.445Z] 16113d51b718: Preparing [2024-10-07T10:26:41.445Z] 22e711911e72: Waiting [2024-10-07T10:26:41.445Z] 5f587091b745: Waiting [2024-10-07T10:26:41.445Z] 14fb7ee5b828: Waiting [2024-10-07T10:26:41.445Z] ea9faed57bfc: Waiting [2024-10-07T10:26:41.445Z] 16113d51b718: Waiting [2024-10-07T10:26:41.445Z] 81b72900aaf3: Layer already exists [2024-10-07T10:26:41.445Z] ed87125a3572: Layer already exists [2024-10-07T10:26:41.445Z] 6252c7af65d8: Layer already exists [2024-10-07T10:26:41.445Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:26:41.445Z] 1d6ed247bbb4: Layer already exists [2024-10-07T10:26:41.445Z] ea9faed57bfc: Layer already exists [2024-10-07T10:26:41.445Z] 5f587091b745: Layer already exists [2024-10-07T10:26:41.445Z] 14fb7ee5b828: Layer already exists [2024-10-07T10:26:41.445Z] 16113d51b718: Layer already exists [2024-10-07T10:26:41.445Z] 22e711911e72: Layer already exists [2024-10-07T10:26:41.709Z] main: digest: sha256:c18929e0222fb1aaea239689bb6dc3a58669563952bcac26969fa8224b977216 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T10:26:41.796Z] ===================================================== [Pipeline] echo [2024-10-07T10:26:41.811Z] taggedImages: [2024-10-07T10:26:41.811Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:26:41.811Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-10-07T10:26:41.811Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.94 [2024-10-07T10:26:41.811Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:26:41.811Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-10-07T10:26:41.842Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-10-07T10:26:41.842Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:26:41.842Z] latest [2024-10-07T10:26:41.842Z] 3.2.0-dev.94 [2024-10-07T10:26:41.842Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:26:41.842Z] main [2024-10-07T10:26:41.842Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:42.217Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:26:42.579Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:26:42.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-07T10:26:42.579Z] 8aae27a5dcb0: Preparing [2024-10-07T10:26:42.579Z] e25d62871272: Preparing [2024-10-07T10:26:42.579Z] a5858a4d4503: Preparing [2024-10-07T10:26:42.579Z] 0ba476c48dc9: Preparing [2024-10-07T10:26:42.579Z] ed87125a3572: Preparing [2024-10-07T10:26:42.579Z] 80685379db78: Preparing [2024-10-07T10:26:42.579Z] 635a46fd0ed4: Preparing [2024-10-07T10:26:42.579Z] 80685379db78: Waiting [2024-10-07T10:26:42.579Z] 0aee2d268772: Preparing [2024-10-07T10:26:42.579Z] 16113d51b718: Preparing [2024-10-07T10:26:42.579Z] 0aee2d268772: Waiting [2024-10-07T10:26:42.579Z] 16113d51b718: Waiting [2024-10-07T10:26:42.579Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:26:42.579Z] ed87125a3572: Layer already exists [2024-10-07T10:26:42.845Z] a5858a4d4503: Pushed [2024-10-07T10:26:42.845Z] 8aae27a5dcb0: Pushed [2024-10-07T10:26:42.845Z] e25d62871272: Pushed [2024-10-07T10:26:42.845Z] 16113d51b718: Layer already exists [2024-10-07T10:26:42.845Z] 635a46fd0ed4: Pushed [2024-10-07T10:26:43.424Z] 0aee2d268772: Pushed [2024-10-07T10:27:05.466Z] 80685379db78: Pushed [2024-10-07T10:27:05.466Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:665fa99ddd2a1e1c5fb87fcc10c21677571a3c06212d340964c4eb0256906c54 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:05.821Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:06.170Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-10-07T10:27:06.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-07T10:27:06.171Z] 8aae27a5dcb0: Preparing [2024-10-07T10:27:06.171Z] e25d62871272: Preparing [2024-10-07T10:27:06.171Z] a5858a4d4503: Preparing [2024-10-07T10:27:06.171Z] 0ba476c48dc9: Preparing [2024-10-07T10:27:06.171Z] ed87125a3572: Preparing [2024-10-07T10:27:06.171Z] 80685379db78: Preparing [2024-10-07T10:27:06.171Z] 635a46fd0ed4: Preparing [2024-10-07T10:27:06.171Z] 0aee2d268772: Preparing [2024-10-07T10:27:06.171Z] 16113d51b718: Preparing [2024-10-07T10:27:06.171Z] 80685379db78: Waiting [2024-10-07T10:27:06.171Z] 635a46fd0ed4: Waiting [2024-10-07T10:27:06.171Z] 0aee2d268772: Waiting [2024-10-07T10:27:06.171Z] 16113d51b718: Waiting [2024-10-07T10:27:06.171Z] e25d62871272: Layer already exists [2024-10-07T10:27:06.171Z] a5858a4d4503: Layer already exists [2024-10-07T10:27:06.171Z] ed87125a3572: Layer already exists [2024-10-07T10:27:06.171Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:27:06.171Z] 8aae27a5dcb0: Layer already exists [2024-10-07T10:27:06.171Z] 635a46fd0ed4: Layer already exists [2024-10-07T10:27:06.171Z] 80685379db78: Layer already exists [2024-10-07T10:27:06.171Z] 16113d51b718: Layer already exists [2024-10-07T10:27:06.171Z] 0aee2d268772: Layer already exists [2024-10-07T10:27:06.437Z] latest: digest: sha256:665fa99ddd2a1e1c5fb87fcc10c21677571a3c06212d340964c4eb0256906c54 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:06.807Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:07.161Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.94 [2024-10-07T10:27:07.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-07T10:27:07.162Z] 8aae27a5dcb0: Preparing [2024-10-07T10:27:07.162Z] e25d62871272: Preparing [2024-10-07T10:27:07.162Z] a5858a4d4503: Preparing [2024-10-07T10:27:07.162Z] 0ba476c48dc9: Preparing [2024-10-07T10:27:07.162Z] ed87125a3572: Preparing [2024-10-07T10:27:07.162Z] 80685379db78: Preparing [2024-10-07T10:27:07.162Z] 635a46fd0ed4: Preparing [2024-10-07T10:27:07.162Z] 0aee2d268772: Preparing [2024-10-07T10:27:07.162Z] 16113d51b718: Preparing [2024-10-07T10:27:07.162Z] 635a46fd0ed4: Waiting [2024-10-07T10:27:07.162Z] 0aee2d268772: Waiting [2024-10-07T10:27:07.162Z] 16113d51b718: Waiting [2024-10-07T10:27:07.162Z] 80685379db78: Waiting [2024-10-07T10:27:07.162Z] ed87125a3572: Layer already exists [2024-10-07T10:27:07.162Z] a5858a4d4503: Layer already exists [2024-10-07T10:27:07.162Z] e25d62871272: Layer already exists [2024-10-07T10:27:07.162Z] 8aae27a5dcb0: Layer already exists [2024-10-07T10:27:07.162Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:27:07.162Z] 635a46fd0ed4: Layer already exists [2024-10-07T10:27:07.162Z] 80685379db78: Layer already exists [2024-10-07T10:27:07.162Z] 0aee2d268772: Layer already exists [2024-10-07T10:27:07.162Z] 16113d51b718: Layer already exists [2024-10-07T10:27:07.428Z] 3.2.0-dev.94: digest: sha256:665fa99ddd2a1e1c5fb87fcc10c21677571a3c06212d340964c4eb0256906c54 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:07.784Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:08.146Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:27:08.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-07T10:27:08.146Z] 8aae27a5dcb0: Preparing [2024-10-07T10:27:08.146Z] e25d62871272: Preparing [2024-10-07T10:27:08.146Z] a5858a4d4503: Preparing [2024-10-07T10:27:08.146Z] 0ba476c48dc9: Preparing [2024-10-07T10:27:08.146Z] ed87125a3572: Preparing [2024-10-07T10:27:08.146Z] 80685379db78: Preparing [2024-10-07T10:27:08.146Z] 635a46fd0ed4: Preparing [2024-10-07T10:27:08.146Z] 0aee2d268772: Preparing [2024-10-07T10:27:08.146Z] 16113d51b718: Preparing [2024-10-07T10:27:08.146Z] 635a46fd0ed4: Waiting [2024-10-07T10:27:08.146Z] 16113d51b718: Waiting [2024-10-07T10:27:08.146Z] 0aee2d268772: Waiting [2024-10-07T10:27:08.146Z] 80685379db78: Waiting [2024-10-07T10:27:08.146Z] 8aae27a5dcb0: Layer already exists [2024-10-07T10:27:08.146Z] a5858a4d4503: Layer already exists [2024-10-07T10:27:08.146Z] e25d62871272: Layer already exists [2024-10-07T10:27:08.146Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:27:08.146Z] ed87125a3572: Layer already exists [2024-10-07T10:27:08.146Z] 0aee2d268772: Layer already exists [2024-10-07T10:27:08.146Z] 16113d51b718: Layer already exists [2024-10-07T10:27:08.146Z] 635a46fd0ed4: Layer already exists [2024-10-07T10:27:08.146Z] 80685379db78: Layer already exists [2024-10-07T10:27:08.146Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:665fa99ddd2a1e1c5fb87fcc10c21677571a3c06212d340964c4eb0256906c54 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:08.765Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:09.123Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-10-07T10:27:09.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-07T10:27:09.123Z] 8aae27a5dcb0: Preparing [2024-10-07T10:27:09.123Z] e25d62871272: Preparing [2024-10-07T10:27:09.123Z] a5858a4d4503: Preparing [2024-10-07T10:27:09.123Z] 0ba476c48dc9: Preparing [2024-10-07T10:27:09.123Z] ed87125a3572: Preparing [2024-10-07T10:27:09.123Z] 80685379db78: Preparing [2024-10-07T10:27:09.123Z] 635a46fd0ed4: Preparing [2024-10-07T10:27:09.123Z] 0aee2d268772: Preparing [2024-10-07T10:27:09.123Z] 16113d51b718: Preparing [2024-10-07T10:27:09.123Z] 80685379db78: Waiting [2024-10-07T10:27:09.123Z] 635a46fd0ed4: Waiting [2024-10-07T10:27:09.123Z] 0aee2d268772: Waiting [2024-10-07T10:27:09.123Z] 16113d51b718: Waiting [2024-10-07T10:27:09.123Z] e25d62871272: Layer already exists [2024-10-07T10:27:09.123Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:27:09.123Z] 8aae27a5dcb0: Layer already exists [2024-10-07T10:27:09.123Z] ed87125a3572: Layer already exists [2024-10-07T10:27:09.123Z] a5858a4d4503: Layer already exists [2024-10-07T10:27:09.123Z] 80685379db78: Layer already exists [2024-10-07T10:27:09.123Z] 0aee2d268772: Layer already exists [2024-10-07T10:27:09.123Z] 635a46fd0ed4: Layer already exists [2024-10-07T10:27:09.123Z] 16113d51b718: Layer already exists [2024-10-07T10:27:09.389Z] main: digest: sha256:665fa99ddd2a1e1c5fb87fcc10c21677571a3c06212d340964c4eb0256906c54 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T10:27:09.464Z] ===================================================== [Pipeline] echo [2024-10-07T10:27:09.477Z] taggedImages: [2024-10-07T10:27:09.477Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:27:09.477Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-10-07T10:27:09.477Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.94 [2024-10-07T10:27:09.477Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:27:09.477Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-10-07T10:27:09.503Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-10-07T10:27:09.504Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:27:09.504Z] latest [2024-10-07T10:27:09.504Z] 3.2.0-dev.94 [2024-10-07T10:27:09.504Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:27:09.504Z] main [2024-10-07T10:27:09.504Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:09.874Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:10.227Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:27:10.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-07T10:27:10.227Z] 19b913128f5f: Preparing [2024-10-07T10:27:10.227Z] 11881e4948ea: Preparing [2024-10-07T10:27:10.227Z] aa61719674cc: Preparing [2024-10-07T10:27:10.227Z] 0ba476c48dc9: Preparing [2024-10-07T10:27:10.227Z] ed87125a3572: Preparing [2024-10-07T10:27:10.227Z] 298a4f0bcd08: Preparing [2024-10-07T10:27:10.227Z] 5f587091b745: Preparing [2024-10-07T10:27:10.227Z] 14fb7ee5b828: Preparing [2024-10-07T10:27:10.227Z] 16113d51b718: Preparing [2024-10-07T10:27:10.227Z] 298a4f0bcd08: Waiting [2024-10-07T10:27:10.227Z] 5f587091b745: Waiting [2024-10-07T10:27:10.227Z] 14fb7ee5b828: Waiting [2024-10-07T10:27:10.227Z] 16113d51b718: Waiting [2024-10-07T10:27:10.227Z] ed87125a3572: Layer already exists [2024-10-07T10:27:10.493Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:27:10.493Z] 5f587091b745: Layer already exists [2024-10-07T10:27:10.493Z] 11881e4948ea: Pushed [2024-10-07T10:27:10.493Z] 14fb7ee5b828: Layer already exists [2024-10-07T10:27:10.493Z] aa61719674cc: Pushed [2024-10-07T10:27:10.493Z] 19b913128f5f: Pushed [2024-10-07T10:27:10.493Z] 16113d51b718: Layer already exists [2024-10-07T10:27:32.546Z] 298a4f0bcd08: Pushed [2024-10-07T10:27:32.546Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:46eaa31b4ab97c9eb4440d03acaa1614d7a62dea2558d206090effe9bae9be18 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:32.900Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:33.252Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-10-07T10:27:33.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-07T10:27:33.252Z] 19b913128f5f: Preparing [2024-10-07T10:27:33.252Z] 11881e4948ea: Preparing [2024-10-07T10:27:33.252Z] aa61719674cc: Preparing [2024-10-07T10:27:33.252Z] 0ba476c48dc9: Preparing [2024-10-07T10:27:33.252Z] ed87125a3572: Preparing [2024-10-07T10:27:33.252Z] 298a4f0bcd08: Preparing [2024-10-07T10:27:33.252Z] 5f587091b745: Preparing [2024-10-07T10:27:33.252Z] 14fb7ee5b828: Preparing [2024-10-07T10:27:33.252Z] 16113d51b718: Preparing [2024-10-07T10:27:33.252Z] 298a4f0bcd08: Waiting [2024-10-07T10:27:33.252Z] 5f587091b745: Waiting [2024-10-07T10:27:33.252Z] 16113d51b718: Waiting [2024-10-07T10:27:33.252Z] 14fb7ee5b828: Waiting [2024-10-07T10:27:33.252Z] 19b913128f5f: Layer already exists [2024-10-07T10:27:33.252Z] 11881e4948ea: Layer already exists [2024-10-07T10:27:33.252Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:27:33.252Z] ed87125a3572: Layer already exists [2024-10-07T10:27:33.252Z] 5f587091b745: Layer already exists [2024-10-07T10:27:33.252Z] aa61719674cc: Layer already exists [2024-10-07T10:27:33.252Z] 14fb7ee5b828: Layer already exists [2024-10-07T10:27:33.252Z] 298a4f0bcd08: Layer already exists [2024-10-07T10:27:33.252Z] 16113d51b718: Layer already exists [2024-10-07T10:27:33.519Z] latest: digest: sha256:46eaa31b4ab97c9eb4440d03acaa1614d7a62dea2558d206090effe9bae9be18 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:33.893Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:34.253Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.94 [2024-10-07T10:27:34.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-07T10:27:34.253Z] 19b913128f5f: Preparing [2024-10-07T10:27:34.253Z] 11881e4948ea: Preparing [2024-10-07T10:27:34.253Z] aa61719674cc: Preparing [2024-10-07T10:27:34.253Z] 0ba476c48dc9: Preparing [2024-10-07T10:27:34.253Z] ed87125a3572: Preparing [2024-10-07T10:27:34.253Z] 298a4f0bcd08: Preparing [2024-10-07T10:27:34.253Z] 5f587091b745: Preparing [2024-10-07T10:27:34.253Z] 14fb7ee5b828: Preparing [2024-10-07T10:27:34.253Z] 16113d51b718: Preparing [2024-10-07T10:27:34.253Z] 5f587091b745: Waiting [2024-10-07T10:27:34.253Z] 14fb7ee5b828: Waiting [2024-10-07T10:27:34.253Z] 16113d51b718: Waiting [2024-10-07T10:27:34.253Z] 298a4f0bcd08: Waiting [2024-10-07T10:27:34.253Z] 19b913128f5f: Layer already exists [2024-10-07T10:27:34.253Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:27:34.253Z] ed87125a3572: Layer already exists [2024-10-07T10:27:34.253Z] 11881e4948ea: Layer already exists [2024-10-07T10:27:34.253Z] aa61719674cc: Layer already exists [2024-10-07T10:27:34.253Z] 14fb7ee5b828: Layer already exists [2024-10-07T10:27:34.253Z] 16113d51b718: Layer already exists [2024-10-07T10:27:34.253Z] 298a4f0bcd08: Layer already exists [2024-10-07T10:27:34.253Z] 5f587091b745: Layer already exists [2024-10-07T10:27:34.253Z] 3.2.0-dev.94: digest: sha256:46eaa31b4ab97c9eb4440d03acaa1614d7a62dea2558d206090effe9bae9be18 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:34.888Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:35.254Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:27:35.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-07T10:27:35.254Z] 19b913128f5f: Preparing [2024-10-07T10:27:35.254Z] 11881e4948ea: Preparing [2024-10-07T10:27:35.254Z] aa61719674cc: Preparing [2024-10-07T10:27:35.254Z] 0ba476c48dc9: Preparing [2024-10-07T10:27:35.254Z] ed87125a3572: Preparing [2024-10-07T10:27:35.254Z] 298a4f0bcd08: Preparing [2024-10-07T10:27:35.254Z] 5f587091b745: Preparing [2024-10-07T10:27:35.254Z] 14fb7ee5b828: Preparing [2024-10-07T10:27:35.254Z] 298a4f0bcd08: Waiting [2024-10-07T10:27:35.254Z] 16113d51b718: Preparing [2024-10-07T10:27:35.254Z] 5f587091b745: Waiting [2024-10-07T10:27:35.254Z] 14fb7ee5b828: Waiting [2024-10-07T10:27:35.254Z] 16113d51b718: Waiting [2024-10-07T10:27:35.254Z] 19b913128f5f: Layer already exists [2024-10-07T10:27:35.254Z] ed87125a3572: Layer already exists [2024-10-07T10:27:35.254Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:27:35.254Z] 11881e4948ea: Layer already exists [2024-10-07T10:27:35.254Z] aa61719674cc: Layer already exists [2024-10-07T10:27:35.254Z] 5f587091b745: Layer already exists [2024-10-07T10:27:35.254Z] 298a4f0bcd08: Layer already exists [2024-10-07T10:27:35.254Z] 16113d51b718: Layer already exists [2024-10-07T10:27:35.254Z] 14fb7ee5b828: Layer already exists [2024-10-07T10:27:35.521Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:46eaa31b4ab97c9eb4440d03acaa1614d7a62dea2558d206090effe9bae9be18 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:35.896Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:36.250Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-10-07T10:27:36.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-07T10:27:36.250Z] 19b913128f5f: Preparing [2024-10-07T10:27:36.250Z] 11881e4948ea: Preparing [2024-10-07T10:27:36.250Z] aa61719674cc: Preparing [2024-10-07T10:27:36.250Z] 0ba476c48dc9: Preparing [2024-10-07T10:27:36.250Z] ed87125a3572: Preparing [2024-10-07T10:27:36.250Z] 298a4f0bcd08: Preparing [2024-10-07T10:27:36.250Z] 5f587091b745: Preparing [2024-10-07T10:27:36.250Z] 14fb7ee5b828: Preparing [2024-10-07T10:27:36.250Z] 16113d51b718: Preparing [2024-10-07T10:27:36.250Z] 5f587091b745: Waiting [2024-10-07T10:27:36.250Z] 14fb7ee5b828: Waiting [2024-10-07T10:27:36.250Z] 16113d51b718: Waiting [2024-10-07T10:27:36.250Z] 298a4f0bcd08: Waiting [2024-10-07T10:27:36.250Z] aa61719674cc: Layer already exists [2024-10-07T10:27:36.250Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:27:36.250Z] ed87125a3572: Layer already exists [2024-10-07T10:27:36.250Z] 19b913128f5f: Layer already exists [2024-10-07T10:27:36.250Z] 11881e4948ea: Layer already exists [2024-10-07T10:27:36.250Z] 5f587091b745: Layer already exists [2024-10-07T10:27:36.250Z] 14fb7ee5b828: Layer already exists [2024-10-07T10:27:36.250Z] 298a4f0bcd08: Layer already exists [2024-10-07T10:27:36.250Z] 16113d51b718: Layer already exists [2024-10-07T10:27:36.517Z] main: digest: sha256:46eaa31b4ab97c9eb4440d03acaa1614d7a62dea2558d206090effe9bae9be18 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T10:27:36.597Z] ===================================================== [Pipeline] echo [2024-10-07T10:27:36.609Z] taggedImages: [2024-10-07T10:27:36.609Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:27:36.609Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-10-07T10:27:36.609Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.94 [2024-10-07T10:27:36.609Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:27:36.609Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-10-07T10:27:36.641Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: [2024-10-07T10:27:36.641Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:27:36.641Z] latest [2024-10-07T10:27:36.641Z] 3.2.0-dev.94 [2024-10-07T10:27:36.641Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:27:36.641Z] main [2024-10-07T10:27:36.641Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:37.137Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:37.512Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:27:37.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-07T10:27:37.513Z] 12b9bc5ab292: Preparing [2024-10-07T10:27:37.513Z] ebb91415cb0d: Preparing [2024-10-07T10:27:37.513Z] 0ba476c48dc9: Preparing [2024-10-07T10:27:37.513Z] ed87125a3572: Preparing [2024-10-07T10:27:37.513Z] c2e8408f9241: Preparing [2024-10-07T10:27:37.513Z] 04476d07cf2a: Preparing [2024-10-07T10:27:37.513Z] 16113d51b718: Preparing [2024-10-07T10:27:37.513Z] 04476d07cf2a: Waiting [2024-10-07T10:27:37.513Z] 16113d51b718: Waiting [2024-10-07T10:27:37.513Z] ed87125a3572: Layer already exists [2024-10-07T10:27:37.513Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:27:37.779Z] 16113d51b718: Layer already exists [2024-10-07T10:27:37.779Z] 12b9bc5ab292: Pushed [2024-10-07T10:27:37.779Z] c2e8408f9241: Pushed [2024-10-07T10:27:38.361Z] 04476d07cf2a: Pushed [2024-10-07T10:27:46.677Z] ebb91415cb0d: Pushed [2024-10-07T10:27:46.677Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:8de451c20db79247421300a7dfbbbcb895a3249858065001bf046e9a61a4cad4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:47.058Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:47.410Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-10-07T10:27:47.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-07T10:27:47.410Z] 12b9bc5ab292: Preparing [2024-10-07T10:27:47.411Z] ebb91415cb0d: Preparing [2024-10-07T10:27:47.411Z] 0ba476c48dc9: Preparing [2024-10-07T10:27:47.411Z] ed87125a3572: Preparing [2024-10-07T10:27:47.411Z] c2e8408f9241: Preparing [2024-10-07T10:27:47.411Z] 04476d07cf2a: Preparing [2024-10-07T10:27:47.411Z] 16113d51b718: Preparing [2024-10-07T10:27:47.411Z] 04476d07cf2a: Waiting [2024-10-07T10:27:47.411Z] 16113d51b718: Waiting [2024-10-07T10:27:47.411Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:27:47.411Z] 12b9bc5ab292: Layer already exists [2024-10-07T10:27:47.411Z] ebb91415cb0d: Layer already exists [2024-10-07T10:27:47.411Z] ed87125a3572: Layer already exists [2024-10-07T10:27:47.411Z] c2e8408f9241: Layer already exists [2024-10-07T10:27:47.411Z] 16113d51b718: Layer already exists [2024-10-07T10:27:47.411Z] 04476d07cf2a: Layer already exists [2024-10-07T10:27:47.675Z] latest: digest: sha256:8de451c20db79247421300a7dfbbbcb895a3249858065001bf046e9a61a4cad4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:48.033Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:48.642Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.94 [2024-10-07T10:27:48.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-07T10:27:48.643Z] 12b9bc5ab292: Preparing [2024-10-07T10:27:48.643Z] ebb91415cb0d: Preparing [2024-10-07T10:27:48.643Z] 0ba476c48dc9: Preparing [2024-10-07T10:27:48.643Z] ed87125a3572: Preparing [2024-10-07T10:27:48.643Z] c2e8408f9241: Preparing [2024-10-07T10:27:48.643Z] 04476d07cf2a: Preparing [2024-10-07T10:27:48.643Z] 16113d51b718: Preparing [2024-10-07T10:27:48.643Z] 04476d07cf2a: Waiting [2024-10-07T10:27:48.643Z] 16113d51b718: Waiting [2024-10-07T10:27:48.643Z] ed87125a3572: Layer already exists [2024-10-07T10:27:48.643Z] 12b9bc5ab292: Layer already exists [2024-10-07T10:27:48.643Z] c2e8408f9241: Layer already exists [2024-10-07T10:27:48.643Z] ebb91415cb0d: Layer already exists [2024-10-07T10:27:48.643Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:27:48.643Z] 04476d07cf2a: Layer already exists [2024-10-07T10:27:48.643Z] 16113d51b718: Layer already exists [2024-10-07T10:27:48.908Z] 3.2.0-dev.94: digest: sha256:8de451c20db79247421300a7dfbbbcb895a3249858065001bf046e9a61a4cad4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:49.262Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:49.609Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:27:49.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-07T10:27:49.609Z] 12b9bc5ab292: Preparing [2024-10-07T10:27:49.609Z] ebb91415cb0d: Preparing [2024-10-07T10:27:49.609Z] 0ba476c48dc9: Preparing [2024-10-07T10:27:49.609Z] ed87125a3572: Preparing [2024-10-07T10:27:49.609Z] c2e8408f9241: Preparing [2024-10-07T10:27:49.609Z] 04476d07cf2a: Preparing [2024-10-07T10:27:49.609Z] 16113d51b718: Preparing [2024-10-07T10:27:49.609Z] 04476d07cf2a: Waiting [2024-10-07T10:27:49.609Z] 16113d51b718: Waiting [2024-10-07T10:27:49.609Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:27:49.609Z] ebb91415cb0d: Layer already exists [2024-10-07T10:27:49.609Z] c2e8408f9241: Layer already exists [2024-10-07T10:27:49.609Z] 12b9bc5ab292: Layer already exists [2024-10-07T10:27:49.609Z] ed87125a3572: Layer already exists [2024-10-07T10:27:49.609Z] 04476d07cf2a: Layer already exists [2024-10-07T10:27:49.609Z] 16113d51b718: Layer already exists [2024-10-07T10:27:49.874Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:8de451c20db79247421300a7dfbbbcb895a3249858065001bf046e9a61a4cad4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:50.238Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:50.586Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [2024-10-07T10:27:50.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-07T10:27:50.586Z] 12b9bc5ab292: Preparing [2024-10-07T10:27:50.586Z] ebb91415cb0d: Preparing [2024-10-07T10:27:50.586Z] 0ba476c48dc9: Preparing [2024-10-07T10:27:50.586Z] ed87125a3572: Preparing [2024-10-07T10:27:50.586Z] c2e8408f9241: Preparing [2024-10-07T10:27:50.586Z] 04476d07cf2a: Preparing [2024-10-07T10:27:50.586Z] 16113d51b718: Preparing [2024-10-07T10:27:50.586Z] 04476d07cf2a: Waiting [2024-10-07T10:27:50.586Z] 16113d51b718: Waiting [2024-10-07T10:27:50.586Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:27:50.586Z] 12b9bc5ab292: Layer already exists [2024-10-07T10:27:50.586Z] ebb91415cb0d: Layer already exists [2024-10-07T10:27:50.586Z] ed87125a3572: Layer already exists [2024-10-07T10:27:50.586Z] c2e8408f9241: Layer already exists [2024-10-07T10:27:50.586Z] 04476d07cf2a: Layer already exists [2024-10-07T10:27:50.586Z] 16113d51b718: Layer already exists [2024-10-07T10:27:50.852Z] main: digest: sha256:8de451c20db79247421300a7dfbbbcb895a3249858065001bf046e9a61a4cad4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T10:27:50.947Z] ===================================================== [Pipeline] echo [2024-10-07T10:27:50.963Z] taggedImages: [2024-10-07T10:27:50.963Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:27:50.963Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-10-07T10:27:50.963Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.94 [2024-10-07T10:27:50.963Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:27:50.963Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo [2024-10-07T10:27:51.000Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-10-07T10:27:51.000Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:27:51.000Z] latest [2024-10-07T10:27:51.000Z] 3.2.0-dev.94 [2024-10-07T10:27:51.001Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:27:51.001Z] main [2024-10-07T10:27:51.001Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:51.388Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:27:51.751Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:27:51.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-07T10:27:51.751Z] 7dd2943d2aca: Preparing [2024-10-07T10:27:51.751Z] d85d8a122824: Preparing [2024-10-07T10:27:51.751Z] 1d7f86f9b332: Preparing [2024-10-07T10:27:51.751Z] 0ba476c48dc9: Preparing [2024-10-07T10:27:51.751Z] ed87125a3572: Preparing [2024-10-07T10:27:51.751Z] 4f721b890e3b: Preparing [2024-10-07T10:27:51.751Z] c24fb0b8e4b5: Preparing [2024-10-07T10:27:51.751Z] 16113d51b718: Preparing [2024-10-07T10:27:51.751Z] 4f721b890e3b: Waiting [2024-10-07T10:27:51.751Z] c24fb0b8e4b5: Waiting [2024-10-07T10:27:51.751Z] 16113d51b718: Waiting [2024-10-07T10:27:51.751Z] ed87125a3572: Layer already exists [2024-10-07T10:27:52.017Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:27:52.017Z] d85d8a122824: Pushed [2024-10-07T10:27:52.017Z] 16113d51b718: Layer already exists [2024-10-07T10:27:52.017Z] 7dd2943d2aca: Pushed [2024-10-07T10:27:52.017Z] 4f721b890e3b: Pushed [2024-10-07T10:27:52.281Z] c24fb0b8e4b5: Pushed [2024-10-07T10:28:00.472Z] 1d7f86f9b332: Pushed [2024-10-07T10:28:00.473Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:7a1e2f7cd07330ff3fea997939cdc85c02a3a2781dcf54c7ce6c3cc540cec48e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:00.830Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:01.185Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-10-07T10:28:01.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-07T10:28:01.185Z] 7dd2943d2aca: Preparing [2024-10-07T10:28:01.185Z] d85d8a122824: Preparing [2024-10-07T10:28:01.185Z] 1d7f86f9b332: Preparing [2024-10-07T10:28:01.185Z] 0ba476c48dc9: Preparing [2024-10-07T10:28:01.185Z] ed87125a3572: Preparing [2024-10-07T10:28:01.185Z] 4f721b890e3b: Preparing [2024-10-07T10:28:01.185Z] c24fb0b8e4b5: Preparing [2024-10-07T10:28:01.185Z] 16113d51b718: Preparing [2024-10-07T10:28:01.185Z] c24fb0b8e4b5: Waiting [2024-10-07T10:28:01.185Z] 16113d51b718: Waiting [2024-10-07T10:28:01.185Z] 4f721b890e3b: Waiting [2024-10-07T10:28:01.185Z] ed87125a3572: Layer already exists [2024-10-07T10:28:01.185Z] 7dd2943d2aca: Layer already exists [2024-10-07T10:28:01.185Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:28:01.185Z] 1d7f86f9b332: Layer already exists [2024-10-07T10:28:01.185Z] d85d8a122824: Layer already exists [2024-10-07T10:28:01.185Z] 16113d51b718: Layer already exists [2024-10-07T10:28:01.185Z] c24fb0b8e4b5: Layer already exists [2024-10-07T10:28:01.185Z] 4f721b890e3b: Layer already exists [2024-10-07T10:28:01.451Z] latest: digest: sha256:7a1e2f7cd07330ff3fea997939cdc85c02a3a2781dcf54c7ce6c3cc540cec48e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:01.823Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:02.171Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.94 [2024-10-07T10:28:02.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-07T10:28:02.171Z] 7dd2943d2aca: Preparing [2024-10-07T10:28:02.171Z] d85d8a122824: Preparing [2024-10-07T10:28:02.171Z] 1d7f86f9b332: Preparing [2024-10-07T10:28:02.171Z] 0ba476c48dc9: Preparing [2024-10-07T10:28:02.171Z] ed87125a3572: Preparing [2024-10-07T10:28:02.171Z] 4f721b890e3b: Preparing [2024-10-07T10:28:02.171Z] c24fb0b8e4b5: Preparing [2024-10-07T10:28:02.171Z] 4f721b890e3b: Waiting [2024-10-07T10:28:02.171Z] 16113d51b718: Preparing [2024-10-07T10:28:02.171Z] c24fb0b8e4b5: Waiting [2024-10-07T10:28:02.171Z] 16113d51b718: Waiting [2024-10-07T10:28:02.171Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:28:02.171Z] 1d7f86f9b332: Layer already exists [2024-10-07T10:28:02.171Z] d85d8a122824: Layer already exists [2024-10-07T10:28:02.171Z] ed87125a3572: Layer already exists [2024-10-07T10:28:02.171Z] 7dd2943d2aca: Layer already exists [2024-10-07T10:28:02.171Z] 16113d51b718: Layer already exists [2024-10-07T10:28:02.171Z] 4f721b890e3b: Layer already exists [2024-10-07T10:28:02.171Z] c24fb0b8e4b5: Layer already exists [2024-10-07T10:28:02.437Z] 3.2.0-dev.94: digest: sha256:7a1e2f7cd07330ff3fea997939cdc85c02a3a2781dcf54c7ce6c3cc540cec48e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:02.796Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:03.150Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:28:03.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-07T10:28:03.151Z] 7dd2943d2aca: Preparing [2024-10-07T10:28:03.151Z] d85d8a122824: Preparing [2024-10-07T10:28:03.151Z] 1d7f86f9b332: Preparing [2024-10-07T10:28:03.151Z] 0ba476c48dc9: Preparing [2024-10-07T10:28:03.151Z] ed87125a3572: Preparing [2024-10-07T10:28:03.151Z] 4f721b890e3b: Preparing [2024-10-07T10:28:03.151Z] c24fb0b8e4b5: Preparing [2024-10-07T10:28:03.151Z] 16113d51b718: Preparing [2024-10-07T10:28:03.151Z] c24fb0b8e4b5: Waiting [2024-10-07T10:28:03.151Z] 16113d51b718: Waiting [2024-10-07T10:28:03.151Z] 4f721b890e3b: Waiting [2024-10-07T10:28:03.151Z] ed87125a3572: Layer already exists [2024-10-07T10:28:03.151Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:28:03.151Z] d85d8a122824: Layer already exists [2024-10-07T10:28:03.151Z] 7dd2943d2aca: Layer already exists [2024-10-07T10:28:03.151Z] 1d7f86f9b332: Layer already exists [2024-10-07T10:28:03.151Z] 4f721b890e3b: Layer already exists [2024-10-07T10:28:03.151Z] 16113d51b718: Layer already exists [2024-10-07T10:28:03.151Z] c24fb0b8e4b5: Layer already exists [2024-10-07T10:28:03.417Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:7a1e2f7cd07330ff3fea997939cdc85c02a3a2781dcf54c7ce6c3cc540cec48e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:03.786Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:04.132Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-10-07T10:28:04.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-07T10:28:04.132Z] 7dd2943d2aca: Preparing [2024-10-07T10:28:04.132Z] d85d8a122824: Preparing [2024-10-07T10:28:04.132Z] 1d7f86f9b332: Preparing [2024-10-07T10:28:04.132Z] 0ba476c48dc9: Preparing [2024-10-07T10:28:04.132Z] ed87125a3572: Preparing [2024-10-07T10:28:04.132Z] 4f721b890e3b: Preparing [2024-10-07T10:28:04.132Z] c24fb0b8e4b5: Preparing [2024-10-07T10:28:04.132Z] 16113d51b718: Preparing [2024-10-07T10:28:04.132Z] c24fb0b8e4b5: Waiting [2024-10-07T10:28:04.132Z] 16113d51b718: Waiting [2024-10-07T10:28:04.132Z] 4f721b890e3b: Waiting [2024-10-07T10:28:04.132Z] 1d7f86f9b332: Layer already exists [2024-10-07T10:28:04.132Z] d85d8a122824: Layer already exists [2024-10-07T10:28:04.132Z] 7dd2943d2aca: Layer already exists [2024-10-07T10:28:04.132Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:28:04.132Z] ed87125a3572: Layer already exists [2024-10-07T10:28:04.132Z] 4f721b890e3b: Layer already exists [2024-10-07T10:28:04.132Z] 16113d51b718: Layer already exists [2024-10-07T10:28:04.132Z] c24fb0b8e4b5: Layer already exists [2024-10-07T10:28:04.399Z] main: digest: sha256:7a1e2f7cd07330ff3fea997939cdc85c02a3a2781dcf54c7ce6c3cc540cec48e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T10:28:04.487Z] ===================================================== [Pipeline] echo [2024-10-07T10:28:04.502Z] taggedImages: [2024-10-07T10:28:04.502Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:28:04.502Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-10-07T10:28:04.502Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.94 [2024-10-07T10:28:04.502Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:28:04.502Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-10-07T10:28:04.530Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-10-07T10:28:04.530Z] 7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:28:04.530Z] latest [2024-10-07T10:28:04.530Z] 3.2.0-dev.94 [2024-10-07T10:28:04.530Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:28:04.530Z] main [2024-10-07T10:28:04.530Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:04.897Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:05.265Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:28:05.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-07T10:28:05.266Z] b976291f0e4d: Preparing [2024-10-07T10:28:05.266Z] 5cf843bc4963: Preparing [2024-10-07T10:28:05.266Z] 0ba476c48dc9: Preparing [2024-10-07T10:28:05.266Z] ed87125a3572: Preparing [2024-10-07T10:28:05.266Z] 6a73a8741db9: Preparing [2024-10-07T10:28:05.266Z] 144f10a2ea99: Preparing [2024-10-07T10:28:05.266Z] 16113d51b718: Preparing [2024-10-07T10:28:05.266Z] 144f10a2ea99: Waiting [2024-10-07T10:28:05.266Z] 16113d51b718: Waiting [2024-10-07T10:28:05.532Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:28:05.532Z] ed87125a3572: Layer already exists [2024-10-07T10:28:05.532Z] 6a73a8741db9: Layer already exists [2024-10-07T10:28:05.532Z] 144f10a2ea99: Layer already exists [2024-10-07T10:28:05.532Z] 16113d51b718: Layer already exists [2024-10-07T10:28:05.532Z] b976291f0e4d: Pushed [2024-10-07T10:28:13.722Z] 5cf843bc4963: Pushed [2024-10-07T10:28:13.722Z] 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:a7d7cbba6582448590c8d9667a3e2ec712d6d7135ad72a1a87497891475018eb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:14.084Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:14.442Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-10-07T10:28:14.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-07T10:28:14.443Z] b976291f0e4d: Preparing [2024-10-07T10:28:14.443Z] 5cf843bc4963: Preparing [2024-10-07T10:28:14.443Z] 0ba476c48dc9: Preparing [2024-10-07T10:28:14.443Z] ed87125a3572: Preparing [2024-10-07T10:28:14.443Z] 6a73a8741db9: Preparing [2024-10-07T10:28:14.443Z] 144f10a2ea99: Preparing [2024-10-07T10:28:14.443Z] 16113d51b718: Preparing [2024-10-07T10:28:14.443Z] 16113d51b718: Waiting [2024-10-07T10:28:14.443Z] 144f10a2ea99: Waiting [2024-10-07T10:28:14.443Z] b976291f0e4d: Layer already exists [2024-10-07T10:28:14.443Z] 6a73a8741db9: Layer already exists [2024-10-07T10:28:14.443Z] ed87125a3572: Layer already exists [2024-10-07T10:28:14.443Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:28:14.443Z] 5cf843bc4963: Layer already exists [2024-10-07T10:28:14.443Z] 144f10a2ea99: Layer already exists [2024-10-07T10:28:14.443Z] 16113d51b718: Layer already exists [2024-10-07T10:28:14.710Z] latest: digest: sha256:a7d7cbba6582448590c8d9667a3e2ec712d6d7135ad72a1a87497891475018eb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:15.084Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:15.436Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.94 [2024-10-07T10:28:15.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-07T10:28:15.436Z] b976291f0e4d: Preparing [2024-10-07T10:28:15.436Z] 5cf843bc4963: Preparing [2024-10-07T10:28:15.436Z] 0ba476c48dc9: Preparing [2024-10-07T10:28:15.436Z] ed87125a3572: Preparing [2024-10-07T10:28:15.436Z] 6a73a8741db9: Preparing [2024-10-07T10:28:15.436Z] 144f10a2ea99: Preparing [2024-10-07T10:28:15.436Z] 16113d51b718: Preparing [2024-10-07T10:28:15.436Z] 144f10a2ea99: Waiting [2024-10-07T10:28:15.436Z] 16113d51b718: Waiting [2024-10-07T10:28:15.436Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:28:15.436Z] 6a73a8741db9: Layer already exists [2024-10-07T10:28:15.436Z] b976291f0e4d: Layer already exists [2024-10-07T10:28:15.436Z] 5cf843bc4963: Layer already exists [2024-10-07T10:28:15.436Z] ed87125a3572: Layer already exists [2024-10-07T10:28:15.436Z] 16113d51b718: Layer already exists [2024-10-07T10:28:15.436Z] 144f10a2ea99: Layer already exists [2024-10-07T10:28:15.704Z] 3.2.0-dev.94: digest: sha256:a7d7cbba6582448590c8d9667a3e2ec712d6d7135ad72a1a87497891475018eb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:16.066Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:16.426Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:28:16.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-07T10:28:16.426Z] b976291f0e4d: Preparing [2024-10-07T10:28:16.426Z] 5cf843bc4963: Preparing [2024-10-07T10:28:16.426Z] 0ba476c48dc9: Preparing [2024-10-07T10:28:16.426Z] ed87125a3572: Preparing [2024-10-07T10:28:16.426Z] 6a73a8741db9: Preparing [2024-10-07T10:28:16.426Z] 144f10a2ea99: Preparing [2024-10-07T10:28:16.426Z] 16113d51b718: Preparing [2024-10-07T10:28:16.426Z] 144f10a2ea99: Waiting [2024-10-07T10:28:16.426Z] 16113d51b718: Waiting [2024-10-07T10:28:16.426Z] 6a73a8741db9: Layer already exists [2024-10-07T10:28:16.426Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:28:16.426Z] ed87125a3572: Layer already exists [2024-10-07T10:28:16.426Z] b976291f0e4d: Layer already exists [2024-10-07T10:28:16.426Z] 5cf843bc4963: Layer already exists [2024-10-07T10:28:16.426Z] 16113d51b718: Layer already exists [2024-10-07T10:28:16.426Z] 144f10a2ea99: Layer already exists [2024-10-07T10:28:16.692Z] 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:a7d7cbba6582448590c8d9667a3e2ec712d6d7135ad72a1a87497891475018eb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:17.067Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:17.426Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-10-07T10:28:17.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-07T10:28:17.426Z] b976291f0e4d: Preparing [2024-10-07T10:28:17.426Z] 5cf843bc4963: Preparing [2024-10-07T10:28:17.427Z] 0ba476c48dc9: Preparing [2024-10-07T10:28:17.427Z] ed87125a3572: Preparing [2024-10-07T10:28:17.427Z] 6a73a8741db9: Preparing [2024-10-07T10:28:17.427Z] 144f10a2ea99: Preparing [2024-10-07T10:28:17.427Z] 16113d51b718: Preparing [2024-10-07T10:28:17.427Z] 144f10a2ea99: Waiting [2024-10-07T10:28:17.427Z] 16113d51b718: Waiting [2024-10-07T10:28:17.427Z] ed87125a3572: Layer already exists [2024-10-07T10:28:17.427Z] 0ba476c48dc9: Layer already exists [2024-10-07T10:28:17.427Z] b976291f0e4d: Layer already exists [2024-10-07T10:28:17.427Z] 6a73a8741db9: Layer already exists [2024-10-07T10:28:17.427Z] 5cf843bc4963: Layer already exists [2024-10-07T10:28:17.427Z] 16113d51b718: Layer already exists [2024-10-07T10:28:17.427Z] 144f10a2ea99: Layer already exists [2024-10-07T10:28:17.693Z] main: digest: sha256:a7d7cbba6582448590c8d9667a3e2ec712d6d7135ad72a1a87497891475018eb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T10:28:17.784Z] ===================================================== [Pipeline] echo [2024-10-07T10:28:17.802Z] taggedImages: [2024-10-07T10:28:17.802Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [2024-10-07T10:28:17.802Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-10-07T10:28:17.802Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.94 [2024-10-07T10:28:17.802Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [2024-10-07T10:28:17.802Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:18.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-07T10:28:18.206Z] [2024-10-07T10:28:18.206Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:18.543Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-07T10:28:18.543Z] arm64: Pulling from edgex-lftools-log-publisher [2024-10-07T10:28:18.543Z] 8998bd30e6a1: Pulling fs layer [2024-10-07T10:28:18.543Z] 04944245beec: Pulling fs layer [2024-10-07T10:28:18.543Z] 699f458cf7ca: Pulling fs layer [2024-10-07T10:28:18.543Z] 765212b225bb: Pulling fs layer [2024-10-07T10:28:18.543Z] f23df028b6ca: Pulling fs layer [2024-10-07T10:28:18.543Z] d65c8cfc05b1: Pulling fs layer [2024-10-07T10:28:18.543Z] 2437ff75d9bd: Pulling fs layer [2024-10-07T10:28:18.543Z] 765212b225bb: Waiting [2024-10-07T10:28:18.543Z] f23df028b6ca: Waiting [2024-10-07T10:28:18.543Z] d65c8cfc05b1: Waiting [2024-10-07T10:28:18.543Z] 2437ff75d9bd: Waiting [2024-10-07T10:28:18.811Z] 04944245beec: Verifying Checksum [2024-10-07T10:28:18.811Z] 04944245beec: Download complete [2024-10-07T10:28:18.811Z] 765212b225bb: Verifying Checksum [2024-10-07T10:28:18.811Z] 765212b225bb: Download complete [2024-10-07T10:28:18.811Z] f23df028b6ca: Verifying Checksum [2024-10-07T10:28:18.811Z] f23df028b6ca: Download complete [2024-10-07T10:28:19.080Z] d65c8cfc05b1: Verifying Checksum [2024-10-07T10:28:19.080Z] d65c8cfc05b1: Download complete [2024-10-07T10:28:19.080Z] 699f458cf7ca: Verifying Checksum [2024-10-07T10:28:19.080Z] 699f458cf7ca: Download complete [2024-10-07T10:28:19.666Z] 8998bd30e6a1: Verifying Checksum [2024-10-07T10:28:19.666Z] 8998bd30e6a1: Download complete [2024-10-07T10:28:22.245Z] 2437ff75d9bd: Verifying Checksum [2024-10-07T10:28:22.245Z] 2437ff75d9bd: Download complete [2024-10-07T10:28:24.188Z] 8998bd30e6a1: Pull complete [2024-10-07T10:28:24.770Z] 04944245beec: Pull complete [2024-10-07T10:28:26.180Z] 699f458cf7ca: Pull complete [2024-10-07T10:28:26.447Z] 765212b225bb: Pull complete [2024-10-07T10:28:27.408Z] f23df028b6ca: Pull complete [2024-10-07T10:28:27.674Z] d65c8cfc05b1: Pull complete [2024-10-07T10:28:45.883Z] 2437ff75d9bd: Pull complete [2024-10-07T10:28:45.883Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-10-07T10:28:45.883Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-07T10:28:45.883Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T10:28:46.114Z] prd-ubuntu20.04-docker-arm64-4c-16g-22037 does not seem to be running inside a container [2024-10-07T10:28:46.173Z] $ 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/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-10-07T10:28:49.018Z] $ docker top d8f8bc6e2158df681aa9a6255fc60c050d4324f639ffa31396a6c457c6daab39 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-07T10:28:49.913Z] ---> job-cost.sh [2024-10-07T10:28:49.913Z] lf-activate-venv: SKIPPING [2024-10-07T10:28:49.913Z] INFO: No Stack... [2024-10-07T10:28:50.496Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-10-07T10:28:51.082Z] INFO: Archiving Costs [Pipeline] sh [2024-10-07T10:28:51.980Z] + cat /w/workspace/edgex-go/717/archives/cost.csv [2024-10-07T10:28:51.980Z] + cut -d, -f6 [Pipeline] lock [2024-10-07T10:28:52.015Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-717-stack-cost] [2024-10-07T10:28:52.490Z] Resource [jenkins-edgexfoundry-edgex-go-main-717-stack-cost] did not exist. Created. [2024-10-07T10:28:52.498Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-717-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-07T10:28:53.146Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-10-07T10:28:53.875Z] Stashed 1 file(s) [Pipeline] } [2024-10-07T10:28:53.887Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-717-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-07T10:28:53.905Z] $ docker stop --time=1 d8f8bc6e2158df681aa9a6255fc60c050d4324f639ffa31396a6c457c6daab39 [2024-10-07T10:28:55.449Z] $ docker rm -f --volumes d8f8bc6e2158df681aa9a6255fc60c050d4324f639ffa31396a6c457c6daab39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2024-10-07T10:28:56.018Z] provisioning config files... [2024-10-07T10:28:56.025Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/717@tmp/config6565499472797245702tmp [Pipeline] { [Pipeline] sh [2024-10-07T10:28:56.331Z] + set +x [2024-10-07T10:28:56.331Z] + curl -s https://codecov.io/bash [2024-10-07T10:28:56.331Z] + bash -s -- [2024-10-07T10:28:56.331Z] [2024-10-07T10:28:56.331Z] _____ _ [2024-10-07T10:28:56.331Z] / ____| | | [2024-10-07T10:28:56.331Z] | | ___ __| | ___ ___ _____ __ [2024-10-07T10:28:56.332Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-10-07T10:28:56.332Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-10-07T10:28:56.332Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-10-07T10:28:56.332Z] Bash-1.0.6 [2024-10-07T10:28:56.332Z] [2024-10-07T10:28:56.332Z] [2024-10-07T10:28:56.332Z] ==> git version 2.25.1 found [2024-10-07T10:28:56.332Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2024-10-07T10:28:56.332Z] Release-Date: 2020-01-08 [2024-10-07T10:28:56.332Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-10-07T10:28:56.332Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-10-07T10:28:56.332Z] ==> Jenkins CI detected. [2024-10-07T10:28:56.332Z] current dir:  /w/workspace/edgex-go/717 [2024-10-07T10:28:56.332Z] project root: . [2024-10-07T10:28:56.332Z] --> token set from env [2024-10-07T10:28:56.332Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-10-07T10:28:56.332Z] ==> Running gcov in . (disable via -X gcov) [2024-10-07T10:28:56.332Z] ==> Python coveragepy not found [2024-10-07T10:28:56.332Z] ==> Searching for coverage reports in: [2024-10-07T10:28:56.332Z] + . [2024-10-07T10:28:56.332Z] -> Found 1 reports [2024-10-07T10:28:56.332Z] ==> Detecting git/mercurial file structure [2024-10-07T10:28:56.332Z] ==> Reading reports [2024-10-07T10:28:56.332Z] + ./coverage.out bytes=1503744 [2024-10-07T10:28:56.332Z] ==> Appending adjustments [2024-10-07T10:28:56.332Z] https://docs.codecov.io/docs/fixing-reports [2024-10-07T10:28:57.711Z] + Found adjustments [2024-10-07T10:28:57.711Z] ==> Gzipping contents [2024-10-07T10:28:57.970Z] 132K /tmp/codecov.xICyf1.gz [2024-10-07T10:28:57.970Z] ==> Uploading reports [2024-10-07T10:28:57.970Z] url: https://codecov.io [2024-10-07T10:28:57.970Z] query: branch=main&commit=7f550756abf89bcf15828d6373a305e4d40f5987&build=717&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F717%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-07T10:28:57.970Z] -> Pinging Codecov [2024-10-07T10:28:57.970Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=7f550756abf89bcf15828d6373a305e4d40f5987&build=717&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F717%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-07T10:28:57.970Z] -> Uploading to [2024-10-07T10:28:57.970Z] https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/edgex-go/7f550756abf89bcf15828d6373a305e4d40f5987/bf19bf00-6279-4237-b884-517181611d92.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241007%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241007T102857Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=ea5e964c14481883ed8cae07a36613015d3f2e47bea267122ea8cbdf21fc1add [2024-10-07T10:28:57.970Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T10:28:57.970Z] Dload Upload Total Spent Left Speed [2024-10-07T10:28:58.229Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 128k 0 0 100 128k 0 464k --:--:-- --:--:-- --:--:-- 464k [2024-10-07T10:28:58.229Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [2024-10-07T10:28:58.235Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-10-07T10:28:58.387Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-10-07T10:28:58.408Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:58.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-07T10:28:58.717Z] [2024-10-07T10:28:58.717Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:28:59.018Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-07T10:28:59.018Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-10-07T10:28:59.018Z] 43c4264eed91: Already exists [2024-10-07T10:28:59.018Z] 4cc291be95ef: Already exists [2024-10-07T10:28:59.018Z] 2ac1f1163629: Already exists [2024-10-07T10:28:59.018Z] 5c3c966382ef: Already exists [2024-10-07T10:28:59.018Z] 4f4fb700ef54: Already exists [2024-10-07T10:28:59.018Z] d9c7d2e4e75e: Pulling fs layer [2024-10-07T10:28:59.018Z] 9c3e1370e548: Pulling fs layer [2024-10-07T10:28:59.277Z] d9c7d2e4e75e: Verifying Checksum [2024-10-07T10:28:59.277Z] d9c7d2e4e75e: Download complete [2024-10-07T10:28:59.536Z] d9c7d2e4e75e: Pull complete [2024-10-07T10:29:00.103Z] 9c3e1370e548: Verifying Checksum [2024-10-07T10:29:00.103Z] 9c3e1370e548: Download complete [2024-10-07T10:29:03.386Z] 9c3e1370e548: Pull complete [2024-10-07T10:29:03.386Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2024-10-07T10:29:03.386Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-07T10:29:03.386Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T10:29:03.493Z] prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container [2024-10-07T10:29:03.524Z] $ 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/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@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-10-07T10:29:09.060Z] $ docker top 329cdcbf3b6abfc525c7743c3c3287a98c3718f8a0a2fd85b36135c8dba6df2b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-07T10:29:09.422Z] + git config --global --add safe.directory /w/workspace/edgex-go/717 [Pipeline] echo [2024-10-07T10:29:09.432Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-10-07T10:29:09.717Z] + set -o pipefail [2024-10-07T10:29:09.718Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-10-07T10:29:17.886Z] [2024-10-07T10:29:17.886Z] Monitoring /w/workspace/edgex-go/717 (github.com/edgexfoundry/edgex-go)... [2024-10-07T10:29:17.886Z] [2024-10-07T10:29:17.886Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/68b2fd3e-4a58-4af1-bd77-07a7642ca769 [2024-10-07T10:29:17.886Z] [2024-10-07T10:29:17.886Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-10-07T10:29:17.886Z] [2024-10-07T10:29:17.886Z] [2024-10-07T10:29:17.886Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-10-07T10:29:17.886Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-10-07T10:29:17.895Z] $ docker stop --time=1 329cdcbf3b6abfc525c7743c3c3287a98c3718f8a0a2fd85b36135c8dba6df2b [2024-10-07T10:29:25.513Z] $ docker rm -f --volumes 329cdcbf3b6abfc525c7743c3c3287a98c3718f8a0a2fd85b36135c8dba6df2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-10-07T10:29:26.035Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-07T10:29:26.053Z] provisioning config files... [2024-10-07T10:29:26.060Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/717@tmp/config10259800659228280015tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-07T10:29:26.361Z] --> edgex-publish-swagger.sh [2024-10-07T10:29:26.361Z] === Publish openapi/v3 API === [2024-10-07T10:29:26.361Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-10-07T10:29:26.361Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/717/openapi/v3/core-command.yaml] [2024-10-07T10:29:26.361Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T10:29:26.361Z] Dload Upload Total Spent Left Speed [2024-10-07T10:29:26.930Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 60483 --:--:-- --:--:-- --:--:-- 60595 [2024-10-07T10:29:26.930Z] [2024-10-07T10:29:26.930Z] [2024-10-07T10:29:26.930Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/717/openapi/v3/core-data.yaml] [2024-10-07T10:29:26.930Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T10:29:26.930Z] Dload Upload Total Spent Left Speed [2024-10-07T10:29:27.189Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 343k --:--:-- --:--:-- --:--:-- 343k 100 72043 0 0 100 72043 0 141k --:--:-- --:--:-- --:--:-- 140k [2024-10-07T10:29:27.189Z] [2024-10-07T10:29:27.189Z] [2024-10-07T10:29:27.189Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/717/openapi/v3/core-keeper.yaml] [2024-10-07T10:29:27.448Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T10:29:27.448Z] Dload Upload Total Spent Left Speed [2024-10-07T10:29:27.448Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 260 126k --:--:-- --:--:-- --:--:-- 126k [2024-10-07T10:29:27.708Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-10-07T10:29:27.708Z] [2024-10-07T10:29:27.708Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/717/openapi/v3/core-metadata.yaml] [2024-10-07T10:29:27.708Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T10:29:27.708Z] Dload Upload Total Spent Left Speed [2024-10-07T10:29:27.967Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 149k 367 351k --:--:-- --:--:-- --:--:-- 350k 100 149k 100 156 100 149k 367 351k --:--:-- --:--:-- --:--:-- 350k [2024-10-07T10:29:27.967Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-10-07T10:29:27.967Z] [2024-10-07T10:29:27.967Z] [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/717/openapi/v3/support-cron-scheduler.yaml] [2024-10-07T10:29:27.967Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T10:29:27.967Z] Dload Upload Total Spent Left Speed [2024-10-07T10:29:28.226Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 48523 100 66 100 48457 247 177k --:--:-- --:--:-- --:--:-- 177k [2024-10-07T10:29:28.226Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-10-07T10:29:28.226Z] [2024-10-07T10:29:28.226Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/717/openapi/v3/support-notifications.yaml] [2024-10-07T10:29:28.226Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T10:29:28.226Z] Dload Upload Total Spent Left Speed [2024-10-07T10:29:28.793Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 393 215k --:--:-- --:--:-- --:--:-- 215k [2024-10-07T10:29:28.793Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-10-07T10:29:28.793Z] [2024-10-07T10:29:28.793Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/717/openapi/v3/support-scheduler.yaml] [2024-10-07T10:29:28.793Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T10:29:28.793Z] Dload Upload Total Spent Left Speed [2024-10-07T10:29:29.052Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 453 104k --:--:-- --:--:-- --:--:-- 105k 100 37110 100 156 100 36954 453 104k --:--:-- --:--:-- --:--:-- 105k [2024-10-07T10:29:29.052Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-10-07T10:29:29.052Z] [Pipeline] } [2024-10-07T10:29:29.058Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2024-10-07T10:29:29.506Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-07T10:29:29.506Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:29:29.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-07T10:29:29.809Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T10:29:29.888Z] prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container [2024-10-07T10:29:29.912Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@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-10-07T10:29:30.438Z] $ docker top f5c8beb1b387e3a346ddd8a3df5ef9461f7c7bb141902eeca757e1fa172d20b3 -eo pid,comm [2024-10-07T10:29:30.490Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-10-07T10:29:30.490Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-07T10:29:30.546Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-07T10:29:30.546Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-07T10:29:30.659Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-07T10:29:30.658Z] $ docker exec f5c8beb1b387e3a346ddd8a3df5ef9461f7c7bb141902eeca757e1fa172d20b3 ssh-agent [2024-10-07T10:29:30.769Z] SSH_AUTH_SOCK=/tmp/ssh-psNxp8xkxYj7/agent.31 [2024-10-07T10:29:30.769Z] SSH_AGENT_PID=37 [2024-10-07T10:29:30.773Z] Running ssh-add (command line suppressed) [2024-10-07T10:29:30.860Z] Identity added: /w/workspace/edgex-go/717@tmp/private_key_7803756282150355118.key (/w/workspace/edgex-go/717@tmp/private_key_7803756282150355118.key) [2024-10-07T10:29:30.876Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-07T10:29:31.170Z] + git semver tag [2024-10-07T10:29:31.429Z] 2024-10-07 10:29:31,388 [run_tag] DEBUG tag force:False [2024-10-07T10:29:31.429Z] 2024-10-07 10:29:31,388 [check_head_tag] DEBUG check head tag [2024-10-07T10:29:31.429Z] 2024-10-07 10:29:31,392 [execute] INFO git cat-file --batch-check [2024-10-07T10:29:31.429Z] 2024-10-07 10:29:31,392 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/717, universal_newlines=False, shell=None, istream=) [2024-10-07T10:29:31.429Z] 2024-10-07 10:29:31,396 [execute] INFO git cat-file --batch [2024-10-07T10:29:31.429Z] 2024-10-07 10:29:31,397 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/717, universal_newlines=False, shell=None, istream=) [2024-10-07T10:29:31.711Z] 2024-10-07 10:29:31,452 [read_version] DEBUG read version from /w/workspace/edgex-go/717/.semver/main [2024-10-07T10:29:31.712Z] 2024-10-07 10:29:31,452 [execute] INFO git tag -a v3.2.0-dev.94 -m v3.2.0-dev.94 [2024-10-07T10:29:31.712Z] 2024-10-07 10:29:31,453 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.94', '-m', 'v3.2.0-dev.94'], cwd=/w/workspace/edgex-go/717, universal_newlines=False, shell=None, istream=None) [2024-10-07T10:29:31.712Z] 2024-10-07 10:29:31,459 [read_version] DEBUG read version from /w/workspace/edgex-go/717/.semver/main [2024-10-07T10:29:31.712Z] 3.2.0-dev.94 [Pipeline] } [2024-10-07T10:29:31.716Z] $ docker exec --env ******** --env ******** f5c8beb1b387e3a346ddd8a3df5ef9461f7c7bb141902eeca757e1fa172d20b3 ssh-agent -k [2024-10-07T10:29:31.823Z] unset SSH_AUTH_SOCK; [2024-10-07T10:29:31.823Z] unset SSH_AGENT_PID; [2024-10-07T10:29:31.823Z] echo Agent pid 37 killed; [2024-10-07T10:29:31.835Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-07T10:29:32.157Z] + git semver [Pipeline] } [2024-10-07T10:29:32.426Z] $ docker stop --time=1 f5c8beb1b387e3a346ddd8a3df5ef9461f7c7bb141902eeca757e1fa172d20b3 [2024-10-07T10:29:33.681Z] $ docker rm -f --volumes f5c8beb1b387e3a346ddd8a3df5ef9461f7c7bb141902eeca757e1fa172d20b3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:29:34.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-07T10:29:34.125Z] [2024-10-07T10:29:34.125Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:29:34.436Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-07T10:29:34.436Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-10-07T10:29:34.436Z] ab5ef0e58194: Pulling fs layer [2024-10-07T10:29:34.436Z] 9712f1f96733: Pulling fs layer [2024-10-07T10:29:34.436Z] 63f879dbbcfc: Pulling fs layer [2024-10-07T10:29:34.436Z] 0d9ebad4ef96: Pulling fs layer [2024-10-07T10:29:34.436Z] e9a5061849ea: Pulling fs layer [2024-10-07T10:29:34.436Z] d747dcd14b5f: Pulling fs layer [2024-10-07T10:29:34.436Z] 2de7ff778b66: Pulling fs layer [2024-10-07T10:29:34.436Z] e9a5061849ea: Waiting [2024-10-07T10:29:34.436Z] 2de7ff778b66: Waiting [2024-10-07T10:29:34.436Z] d747dcd14b5f: Waiting [2024-10-07T10:29:34.436Z] 0d9ebad4ef96: Waiting [2024-10-07T10:29:34.436Z] 9712f1f96733: Verifying Checksum [2024-10-07T10:29:34.436Z] 9712f1f96733: Download complete [2024-10-07T10:29:34.709Z] 63f879dbbcfc: Verifying Checksum [2024-10-07T10:29:34.709Z] 63f879dbbcfc: Download complete [2024-10-07T10:29:34.967Z] e9a5061849ea: Verifying Checksum [2024-10-07T10:29:34.967Z] e9a5061849ea: Download complete [2024-10-07T10:29:34.967Z] d747dcd14b5f: Verifying Checksum [2024-10-07T10:29:34.967Z] d747dcd14b5f: Download complete [2024-10-07T10:29:34.967Z] 0d9ebad4ef96: Verifying Checksum [2024-10-07T10:29:34.967Z] 0d9ebad4ef96: Download complete [2024-10-07T10:29:35.224Z] 2de7ff778b66: Verifying Checksum [2024-10-07T10:29:35.224Z] 2de7ff778b66: Download complete [2024-10-07T10:29:35.224Z] ab5ef0e58194: Verifying Checksum [2024-10-07T10:29:35.224Z] ab5ef0e58194: Download complete [2024-10-07T10:29:37.756Z] ab5ef0e58194: Pull complete [2024-10-07T10:29:38.014Z] 9712f1f96733: Pull complete [2024-10-07T10:29:38.580Z] 63f879dbbcfc: Pull complete [2024-10-07T10:29:42.770Z] 0d9ebad4ef96: Pull complete [2024-10-07T10:29:42.770Z] e9a5061849ea: Pull complete [2024-10-07T10:29:43.030Z] d747dcd14b5f: Pull complete [2024-10-07T10:29:43.966Z] 2de7ff778b66: Pull complete [2024-10-07T10:29:43.966Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-10-07T10:29:43.966Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-07T10:29:43.966Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T10:29:44.067Z] prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container [2024-10-07T10:29:44.097Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@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-10-07T10:29:52.914Z] $ docker top e09d6344da05c89575b1593bb44f4d259e2ab45768f13cf1ca0b2f6bc25c1ee7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-10-07T10:29:52.994Z] provisioning config files... [2024-10-07T10:29:53.003Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/717@tmp/config6099123119050760558tmp [2024-10-07T10:29:53.013Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/717@tmp/config13498466522934921794tmp [2024-10-07T10:29:53.021Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/717@tmp/config4660620459853277785tmp [Pipeline] { [Pipeline] echo [2024-10-07T10:29:53.096Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T10:29:53.389Z] ---> sigul-configuration.sh [2024-10-07T10:29:53.389Z] gpg: directory `/root/.gnupg' created [2024-10-07T10:29:53.389Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-10-07T10:29:53.389Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-10-07T10:29:53.389Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-10-07T10:29:53.389Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-10-07T10:29:53.389Z] gpg: CAST5 encrypted data [2024-10-07T10:29:53.389Z] gpg: encrypted with 1 passphrase [2024-10-07T10:29:53.389Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-10-07T10:29:53.685Z] + mkdir /home/jenkins [2024-10-07T10:29:53.685Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-10-07T10:29:53.978Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2024-10-07T10:29:53.992Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T10:29:54.280Z] ---> sigul-install.sh [2024-10-07T10:29:54.280Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-10-07T10:29:54.577Z] + git tag --list [2024-10-07T10:29:54.577Z] 0.6.0 [2024-10-07T10:29:54.577Z] 0.6.1 [2024-10-07T10:29:54.577Z] 0.7.0 [2024-10-07T10:29:54.577Z] 0.7.1 [2024-10-07T10:29:54.577Z] v1.0.0 [2024-10-07T10:29:54.577Z] v1.0.1 [2024-10-07T10:29:54.577Z] v1.1.0 [2024-10-07T10:29:54.577Z] v1.2.0 [2024-10-07T10:29:54.577Z] v1.2.1 [2024-10-07T10:29:54.577Z] v1.3.0 [2024-10-07T10:29:54.577Z] v1.3.1 [2024-10-07T10:29:54.577Z] v2.0.0 [2024-10-07T10:29:54.577Z] v2.1.0 [2024-10-07T10:29:54.577Z] v2.1.1 [2024-10-07T10:29:54.577Z] v2.2.0 [2024-10-07T10:29:54.577Z] v2.3.0 [2024-10-07T10:29:54.577Z] v3.0 [2024-10-07T10:29:54.577Z] v3.0.0 [2024-10-07T10:29:54.577Z] v3.1 [2024-10-07T10:29:54.577Z] v3.1.0 [2024-10-07T10:29:54.577Z] v3.1.0-dev.1 [2024-10-07T10:29:54.577Z] v3.1.0-dev.10 [2024-10-07T10:29:54.577Z] v3.1.0-dev.11 [2024-10-07T10:29:54.577Z] v3.1.0-dev.12 [2024-10-07T10:29:54.577Z] v3.1.0-dev.13 [2024-10-07T10:29:54.577Z] v3.1.0-dev.14 [2024-10-07T10:29:54.577Z] v3.1.0-dev.15 [2024-10-07T10:29:54.577Z] v3.1.0-dev.16 [2024-10-07T10:29:54.577Z] v3.1.0-dev.17 [2024-10-07T10:29:54.577Z] v3.1.0-dev.18 [2024-10-07T10:29:54.577Z] v3.1.0-dev.19 [2024-10-07T10:29:54.577Z] v3.1.0-dev.2 [2024-10-07T10:29:54.577Z] v3.1.0-dev.20 [2024-10-07T10:29:54.577Z] v3.1.0-dev.21 [2024-10-07T10:29:54.577Z] v3.1.0-dev.22 [2024-10-07T10:29:54.577Z] v3.1.0-dev.23 [2024-10-07T10:29:54.577Z] v3.1.0-dev.24 [2024-10-07T10:29:54.577Z] v3.1.0-dev.25 [2024-10-07T10:29:54.577Z] v3.1.0-dev.26 [2024-10-07T10:29:54.577Z] v3.1.0-dev.27 [2024-10-07T10:29:54.577Z] v3.1.0-dev.28 [2024-10-07T10:29:54.577Z] v3.1.0-dev.29 [2024-10-07T10:29:54.577Z] v3.1.0-dev.3 [2024-10-07T10:29:54.577Z] v3.1.0-dev.30 [2024-10-07T10:29:54.577Z] v3.1.0-dev.31 [2024-10-07T10:29:54.577Z] v3.1.0-dev.32 [2024-10-07T10:29:54.577Z] v3.1.0-dev.33 [2024-10-07T10:29:54.577Z] v3.1.0-dev.34 [2024-10-07T10:29:54.577Z] v3.1.0-dev.35 [2024-10-07T10:29:54.577Z] v3.1.0-dev.36 [2024-10-07T10:29:54.577Z] v3.1.0-dev.37 [2024-10-07T10:29:54.577Z] v3.1.0-dev.38 [2024-10-07T10:29:54.577Z] v3.1.0-dev.39 [2024-10-07T10:29:54.577Z] v3.1.0-dev.4 [2024-10-07T10:29:54.577Z] v3.1.0-dev.40 [2024-10-07T10:29:54.577Z] v3.1.0-dev.41 [2024-10-07T10:29:54.577Z] v3.1.0-dev.42 [2024-10-07T10:29:54.577Z] v3.1.0-dev.43 [2024-10-07T10:29:54.577Z] v3.1.0-dev.44 [2024-10-07T10:29:54.577Z] v3.1.0-dev.45 [2024-10-07T10:29:54.577Z] v3.1.0-dev.46 [2024-10-07T10:29:54.577Z] v3.1.0-dev.47 [2024-10-07T10:29:54.577Z] v3.1.0-dev.48 [2024-10-07T10:29:54.577Z] v3.1.0-dev.49 [2024-10-07T10:29:54.577Z] v3.1.0-dev.5 [2024-10-07T10:29:54.577Z] v3.1.0-dev.50 [2024-10-07T10:29:54.577Z] v3.1.0-dev.51 [2024-10-07T10:29:54.577Z] v3.1.0-dev.52 [2024-10-07T10:29:54.577Z] v3.1.0-dev.53 [2024-10-07T10:29:54.577Z] v3.1.0-dev.54 [2024-10-07T10:29:54.577Z] v3.1.0-dev.55 [2024-10-07T10:29:54.577Z] v3.1.0-dev.56 [2024-10-07T10:29:54.577Z] v3.1.0-dev.57 [2024-10-07T10:29:54.577Z] v3.1.0-dev.58 [2024-10-07T10:29:54.577Z] v3.1.0-dev.59 [2024-10-07T10:29:54.577Z] v3.1.0-dev.6 [2024-10-07T10:29:54.577Z] v3.1.0-dev.60 [2024-10-07T10:29:54.577Z] v3.1.0-dev.61 [2024-10-07T10:29:54.577Z] v3.1.0-dev.62 [2024-10-07T10:29:54.577Z] v3.1.0-dev.63 [2024-10-07T10:29:54.577Z] v3.1.0-dev.64 [2024-10-07T10:29:54.577Z] v3.1.0-dev.65 [2024-10-07T10:29:54.577Z] v3.1.0-dev.66 [2024-10-07T10:29:54.577Z] v3.1.0-dev.67 [2024-10-07T10:29:54.577Z] v3.1.0-dev.68 [2024-10-07T10:29:54.577Z] v3.1.0-dev.69 [2024-10-07T10:29:54.577Z] v3.1.0-dev.7 [2024-10-07T10:29:54.577Z] v3.1.0-dev.70 [2024-10-07T10:29:54.577Z] v3.1.0-dev.71 [2024-10-07T10:29:54.577Z] v3.1.0-dev.72 [2024-10-07T10:29:54.577Z] v3.1.0-dev.73 [2024-10-07T10:29:54.577Z] v3.1.0-dev.8 [2024-10-07T10:29:54.577Z] v3.1.0-dev.9 [2024-10-07T10:29:54.577Z] v3.1.1 [2024-10-07T10:29:54.577Z] v3.1.1-dev.1 [2024-10-07T10:29:54.577Z] v3.1.1-dev.2 [2024-10-07T10:29:54.577Z] v3.2.0-dev.1 [2024-10-07T10:29:54.577Z] v3.2.0-dev.10 [2024-10-07T10:29:54.577Z] v3.2.0-dev.11 [2024-10-07T10:29:54.577Z] v3.2.0-dev.12 [2024-10-07T10:29:54.577Z] v3.2.0-dev.13 [2024-10-07T10:29:54.577Z] v3.2.0-dev.14 [2024-10-07T10:29:54.577Z] v3.2.0-dev.15 [2024-10-07T10:29:54.577Z] v3.2.0-dev.16 [2024-10-07T10:29:54.577Z] v3.2.0-dev.17 [2024-10-07T10:29:54.577Z] v3.2.0-dev.18 [2024-10-07T10:29:54.577Z] v3.2.0-dev.19 [2024-10-07T10:29:54.577Z] v3.2.0-dev.2 [2024-10-07T10:29:54.577Z] v3.2.0-dev.20 [2024-10-07T10:29:54.577Z] v3.2.0-dev.21 [2024-10-07T10:29:54.577Z] v3.2.0-dev.22 [2024-10-07T10:29:54.577Z] v3.2.0-dev.23 [2024-10-07T10:29:54.577Z] v3.2.0-dev.24 [2024-10-07T10:29:54.577Z] v3.2.0-dev.25 [2024-10-07T10:29:54.577Z] v3.2.0-dev.26 [2024-10-07T10:29:54.577Z] v3.2.0-dev.27 [2024-10-07T10:29:54.577Z] v3.2.0-dev.28 [2024-10-07T10:29:54.577Z] v3.2.0-dev.29 [2024-10-07T10:29:54.577Z] v3.2.0-dev.3 [2024-10-07T10:29:54.577Z] v3.2.0-dev.30 [2024-10-07T10:29:54.577Z] v3.2.0-dev.31 [2024-10-07T10:29:54.577Z] v3.2.0-dev.32 [2024-10-07T10:29:54.577Z] v3.2.0-dev.33 [2024-10-07T10:29:54.577Z] v3.2.0-dev.34 [2024-10-07T10:29:54.577Z] v3.2.0-dev.35 [2024-10-07T10:29:54.577Z] v3.2.0-dev.36 [2024-10-07T10:29:54.577Z] v3.2.0-dev.37 [2024-10-07T10:29:54.577Z] v3.2.0-dev.38 [2024-10-07T10:29:54.577Z] v3.2.0-dev.39 [2024-10-07T10:29:54.577Z] v3.2.0-dev.4 [2024-10-07T10:29:54.577Z] v3.2.0-dev.40 [2024-10-07T10:29:54.577Z] v3.2.0-dev.41 [2024-10-07T10:29:54.577Z] v3.2.0-dev.42 [2024-10-07T10:29:54.577Z] v3.2.0-dev.43 [2024-10-07T10:29:54.577Z] v3.2.0-dev.44 [2024-10-07T10:29:54.577Z] v3.2.0-dev.45 [2024-10-07T10:29:54.577Z] v3.2.0-dev.46 [2024-10-07T10:29:54.577Z] v3.2.0-dev.47 [2024-10-07T10:29:54.577Z] v3.2.0-dev.48 [2024-10-07T10:29:54.577Z] v3.2.0-dev.49 [2024-10-07T10:29:54.577Z] v3.2.0-dev.5 [2024-10-07T10:29:54.577Z] v3.2.0-dev.50 [2024-10-07T10:29:54.577Z] v3.2.0-dev.51 [2024-10-07T10:29:54.577Z] v3.2.0-dev.52 [2024-10-07T10:29:54.577Z] v3.2.0-dev.53 [2024-10-07T10:29:54.577Z] v3.2.0-dev.54 [2024-10-07T10:29:54.577Z] v3.2.0-dev.55 [2024-10-07T10:29:54.577Z] v3.2.0-dev.56 [2024-10-07T10:29:54.577Z] v3.2.0-dev.57 [2024-10-07T10:29:54.577Z] v3.2.0-dev.58 [2024-10-07T10:29:54.577Z] v3.2.0-dev.59 [2024-10-07T10:29:54.577Z] v3.2.0-dev.6 [2024-10-07T10:29:54.577Z] v3.2.0-dev.60 [2024-10-07T10:29:54.577Z] v3.2.0-dev.61 [2024-10-07T10:29:54.577Z] v3.2.0-dev.62 [2024-10-07T10:29:54.577Z] v3.2.0-dev.63 [2024-10-07T10:29:54.577Z] v3.2.0-dev.64 [2024-10-07T10:29:54.577Z] v3.2.0-dev.65 [2024-10-07T10:29:54.577Z] v3.2.0-dev.66 [2024-10-07T10:29:54.577Z] v3.2.0-dev.67 [2024-10-07T10:29:54.577Z] v3.2.0-dev.68 [2024-10-07T10:29:54.577Z] v3.2.0-dev.69 [2024-10-07T10:29:54.577Z] v3.2.0-dev.7 [2024-10-07T10:29:54.577Z] v3.2.0-dev.70 [2024-10-07T10:29:54.577Z] v3.2.0-dev.71 [2024-10-07T10:29:54.577Z] v3.2.0-dev.72 [2024-10-07T10:29:54.577Z] v3.2.0-dev.73 [2024-10-07T10:29:54.577Z] v3.2.0-dev.74 [2024-10-07T10:29:54.577Z] v3.2.0-dev.75 [2024-10-07T10:29:54.577Z] v3.2.0-dev.76 [2024-10-07T10:29:54.577Z] v3.2.0-dev.77 [2024-10-07T10:29:54.577Z] v3.2.0-dev.78 [2024-10-07T10:29:54.577Z] v3.2.0-dev.79 [2024-10-07T10:29:54.577Z] v3.2.0-dev.8 [2024-10-07T10:29:54.577Z] v3.2.0-dev.80 [2024-10-07T10:29:54.577Z] v3.2.0-dev.81 [2024-10-07T10:29:54.577Z] v3.2.0-dev.82 [2024-10-07T10:29:54.577Z] v3.2.0-dev.83 [2024-10-07T10:29:54.577Z] v3.2.0-dev.84 [2024-10-07T10:29:54.577Z] v3.2.0-dev.85 [2024-10-07T10:29:54.577Z] v3.2.0-dev.86 [2024-10-07T10:29:54.577Z] v3.2.0-dev.87 [2024-10-07T10:29:54.577Z] v3.2.0-dev.88 [2024-10-07T10:29:54.577Z] v3.2.0-dev.89 [2024-10-07T10:29:54.577Z] v3.2.0-dev.9 [2024-10-07T10:29:54.577Z] v3.2.0-dev.90 [2024-10-07T10:29:54.577Z] v3.2.0-dev.91 [2024-10-07T10:29:54.577Z] v3.2.0-dev.92 [2024-10-07T10:29:54.577Z] v3.2.0-dev.93 [2024-10-07T10:29:54.577Z] v3.2.0-dev.94 [Pipeline] sh [2024-10-07T10:29:54.873Z] + lftools sign git-tag v3.2.0-dev.94 [2024-10-07T10:29:55.447Z] Signing Git tag with Sigul... [2024-10-07T10:29:55.447Z] Signing v3.2.0-dev.94 [Pipeline] echo [2024-10-07T10:29:55.719Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T10:29:56.016Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-10-07T10:29:56.024Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-10-07T10:29:56.044Z] $ docker stop --time=1 e09d6344da05c89575b1593bb44f4d259e2ab45768f13cf1ca0b2f6bc25c1ee7 [2024-10-07T10:29:57.427Z] $ docker rm -f --volumes e09d6344da05c89575b1593bb44f4d259e2ab45768f13cf1ca0b2f6bc25c1ee7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-10-07T10:29:57.864Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-07T10:29:57.864Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:29:58.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-07T10:29:58.164Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T10:29:58.239Z] prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container [2024-10-07T10:29:58.265Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@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-10-07T10:29:58.612Z] $ docker top a83e46fc0087511453bad0010b482afc7fff898f730abecf36bb8e400c1f3f79 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-07T10:29:58.730Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-07T10:29:58.730Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-07T10:29:58.840Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-07T10:29:58.839Z] $ docker exec a83e46fc0087511453bad0010b482afc7fff898f730abecf36bb8e400c1f3f79 ssh-agent [2024-10-07T10:29:58.946Z] SSH_AUTH_SOCK=/tmp/ssh-lL8iWlGK9BDI/agent.32 [2024-10-07T10:29:58.946Z] SSH_AGENT_PID=38 [2024-10-07T10:29:58.950Z] Running ssh-add (command line suppressed) [2024-10-07T10:29:59.047Z] Identity added: /w/workspace/edgex-go/717@tmp/private_key_4617143017569939008.key (/w/workspace/edgex-go/717@tmp/private_key_4617143017569939008.key) [2024-10-07T10:29:59.063Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-07T10:29:59.358Z] + git semver bump pre [2024-10-07T10:29:59.618Z] 2024-10-07 10:29:59,539 [read_version] DEBUG read version from /w/workspace/edgex-go/717/.semver/main [2024-10-07T10:29:59.618Z] 2024-10-07 10:29:59,539 [bump_version] DEBUG bumping version:3.2.0-dev.94 on axis:pre with prefix:dev [2024-10-07T10:29:59.618Z] 2024-10-07 10:29:59,539 [bump_version] DEBUG bumped version:3.2.0-dev.95 [2024-10-07T10:29:59.618Z] 2024-10-07 10:29:59,539 [write_version] DEBUG write version:3.2.0-dev.95 to path:/w/workspace/edgex-go/717/.semver/main with force:True [2024-10-07T10:29:59.618Z] 2024-10-07 10:29:59,539 [read_version] DEBUG read version from /w/workspace/edgex-go/717/.semver/main [2024-10-07T10:29:59.618Z] 2024-10-07 10:29:59,539 [write_file] DEBUG write to file:/w/workspace/edgex-go/717/.semver/main [2024-10-07T10:29:59.618Z] 2024-10-07 10:29:59,541 [execute] INFO git cat-file --batch-check [2024-10-07T10:29:59.618Z] 2024-10-07 10:29:59,541 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/717/.semver, universal_newlines=False, shell=None, istream=) [2024-10-07T10:29:59.618Z] 2024-10-07 10:29:59,546 [execute] INFO git cat-file --batch [2024-10-07T10:29:59.618Z] 2024-10-07 10:29:59,546 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/717/.semver, universal_newlines=False, shell=None, istream=) [2024-10-07T10:29:59.618Z] 2024-10-07 10:29:59,551 [read_version] DEBUG read version from /w/workspace/edgex-go/717/.semver/main [2024-10-07T10:29:59.618Z] 3.2.0-dev.95 [Pipeline] } [2024-10-07T10:29:59.624Z] $ docker exec --env ******** --env ******** a83e46fc0087511453bad0010b482afc7fff898f730abecf36bb8e400c1f3f79 ssh-agent -k [2024-10-07T10:29:59.718Z] unset SSH_AUTH_SOCK; [2024-10-07T10:29:59.718Z] unset SSH_AGENT_PID; [2024-10-07T10:29:59.718Z] echo Agent pid 38 killed; [2024-10-07T10:29:59.732Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-07T10:30:00.049Z] + git semver [Pipeline] } [2024-10-07T10:30:00.316Z] $ docker stop --time=1 a83e46fc0087511453bad0010b482afc7fff898f730abecf36bb8e400c1f3f79 [2024-10-07T10:30:01.599Z] $ docker rm -f --volumes a83e46fc0087511453bad0010b482afc7fff898f730abecf36bb8e400c1f3f79 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-07T10:30:01.956Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-07T10:30:01.956Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:30:02.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-07T10:30:02.256Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T10:30:02.335Z] prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container [2024-10-07T10:30:02.361Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@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-10-07T10:30:02.713Z] $ docker top b3dd9344064b9c59e919adee371b4cd95235da285a576480f681322bb2b060db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-07T10:30:02.827Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-07T10:30:02.827Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-07T10:30:02.938Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-07T10:30:02.938Z] $ docker exec b3dd9344064b9c59e919adee371b4cd95235da285a576480f681322bb2b060db ssh-agent [2024-10-07T10:30:03.044Z] SSH_AUTH_SOCK=/tmp/ssh-JQwcVKen5pqI/agent.32 [2024-10-07T10:30:03.044Z] SSH_AGENT_PID=38 [2024-10-07T10:30:03.049Z] Running ssh-add (command line suppressed) [2024-10-07T10:30:03.150Z] Identity added: /w/workspace/edgex-go/717@tmp/private_key_4729684921027572076.key (/w/workspace/edgex-go/717@tmp/private_key_4729684921027572076.key) [2024-10-07T10:30:03.166Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-07T10:30:03.465Z] + git semver push [2024-10-07T10:30:03.725Z] 2024-10-07 10:30:03,680 [run_push] DEBUG push [2024-10-07T10:30:03.725Z] 2024-10-07 10:30:03,680 [execute] INFO git cat-file --batch-check [2024-10-07T10:30:03.725Z] 2024-10-07 10:30:03,680 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/717/.semver, universal_newlines=False, shell=None, istream=) [2024-10-07T10:30:03.725Z] 2024-10-07 10:30:03,684 [execute] INFO git rev-list d32e9a7fb403bf2a7a7bf613fb8282ea6e2ba0fa -- [2024-10-07T10:30:03.725Z] 2024-10-07 10:30:03,685 [execute] DEBUG Popen(['git', 'rev-list', 'd32e9a7fb403bf2a7a7bf613fb8282ea6e2ba0fa', '--'], cwd=/w/workspace/edgex-go/717/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-07T10:30:03.725Z] 2024-10-07 10:30:03,701 [execute] INFO git fetch -v origin [2024-10-07T10:30:03.725Z] 2024-10-07 10:30:03,701 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/717/.semver, universal_newlines=True, shell=None, istream=None) [2024-10-07T10:30:04.293Z] 2024-10-07 10:30:04,196 [run_push] DEBUG no remote changes detected [2024-10-07T10:30:04.293Z] 2024-10-07 10:30:04,196 [execute] INFO git push origin semver [2024-10-07T10:30:04.293Z] 2024-10-07 10:30:04,197 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/717/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-07T10:30:05.232Z] 2024-10-07 10:30:05,019 [run_push] DEBUG push all version tags [2024-10-07T10:30:05.232Z] 2024-10-07 10:30:05,020 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-10-07T10:30:05.232Z] 2024-10-07 10:30:05,020 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/717, universal_newlines=False, shell=None, istream=None) [2024-10-07T10:30:05.803Z] 2024-10-07 10:30:05,733 [read_version] DEBUG read version from /w/workspace/edgex-go/717/.semver/main [2024-10-07T10:30:05.803Z] 3.2.0-dev.95 [Pipeline] } [2024-10-07T10:30:05.809Z] $ docker exec --env ******** --env ******** b3dd9344064b9c59e919adee371b4cd95235da285a576480f681322bb2b060db ssh-agent -k [2024-10-07T10:30:05.909Z] unset SSH_AUTH_SOCK; [2024-10-07T10:30:05.911Z] unset SSH_AGENT_PID; [2024-10-07T10:30:05.912Z] echo Agent pid 38 killed; [2024-10-07T10:30:05.922Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-07T10:30:06.247Z] + git semver [Pipeline] } [2024-10-07T10:30:06.517Z] $ docker stop --time=1 b3dd9344064b9c59e919adee371b4cd95235da285a576480f681322bb2b060db [2024-10-07T10:30:07.818Z] $ docker rm -f --volumes b3dd9344064b9c59e919adee371b4cd95235da285a576480f681322bb2b060db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-10-07T10:30:08.386Z] + [ -d /w/workspace/edgex-go/717/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-10-07T10:30:08.678Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T10:30:09.539Z] ---> package-listing.sh [2024-10-07T10:30:09.539Z] ++ facter osfamily [2024-10-07T10:30:09.539Z] ++ tr '[:upper:]' '[:lower:]' [2024-10-07T10:30:09.797Z] + OS_FAMILY=debian [2024-10-07T10:30:09.797Z] + workspace=/w/workspace/edgex-go/717 [2024-10-07T10:30:09.797Z] + START_PACKAGES=/tmp/packages_start.txt [2024-10-07T10:30:09.797Z] + END_PACKAGES=/tmp/packages_end.txt [2024-10-07T10:30:09.797Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-10-07T10:30:09.797Z] + PACKAGES=/tmp/packages_start.txt [2024-10-07T10:30:09.797Z] + '[' /w/workspace/edgex-go/717 ']' [2024-10-07T10:30:09.797Z] + PACKAGES=/tmp/packages_end.txt [2024-10-07T10:30:09.797Z] + case "${OS_FAMILY}" in [2024-10-07T10:30:09.797Z] + dpkg -l [2024-10-07T10:30:09.797Z] + grep '^ii' [2024-10-07T10:30:09.797Z] + '[' -f /tmp/packages_start.txt ']' [2024-10-07T10:30:09.797Z] + '[' -f /tmp/packages_end.txt ']' [2024-10-07T10:30:09.797Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-10-07T10:30:09.797Z] + '[' /w/workspace/edgex-go/717 ']' [2024-10-07T10:30:09.797Z] + mkdir -p /w/workspace/edgex-go/717/archives/ [2024-10-07T10:30:09.797Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/717/archives/ [Pipeline] echo [2024-10-07T10:30:09.810Z] 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/717/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-10-07T10:30:10.090Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:30:10.661Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-07T10:30:10.661Z] [2024-10-07T10:30:10.661Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T10:30:10.964Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-07T10:30:12.343Z] latest: Pulling from edgex-lftools-log-publisher [2024-10-07T10:30:12.343Z] 5eb5b503b376: Pulling fs layer [2024-10-07T10:30:12.343Z] 5c69ac0246d0: Pulling fs layer [2024-10-07T10:30:12.343Z] ec43610c2a17: Pulling fs layer [2024-10-07T10:30:12.343Z] 3a2ae6a8a46f: Pulling fs layer [2024-10-07T10:30:12.343Z] 33b1e0a273af: Pulling fs layer [2024-10-07T10:30:12.343Z] 5d3b04190fa2: Pulling fs layer [2024-10-07T10:30:12.343Z] 2f39f015ded8: Pulling fs layer [2024-10-07T10:30:12.343Z] 3a2ae6a8a46f: Waiting [2024-10-07T10:30:12.343Z] 33b1e0a273af: Waiting [2024-10-07T10:30:12.343Z] 5d3b04190fa2: Waiting [2024-10-07T10:30:12.343Z] 5c69ac0246d0: Download complete [2024-10-07T10:30:12.343Z] 3a2ae6a8a46f: Verifying Checksum [2024-10-07T10:30:12.343Z] 3a2ae6a8a46f: Download complete [2024-10-07T10:30:12.343Z] 33b1e0a273af: Verifying Checksum [2024-10-07T10:30:12.343Z] 33b1e0a273af: Download complete [2024-10-07T10:30:12.343Z] 5d3b04190fa2: Verifying Checksum [2024-10-07T10:30:12.343Z] 5d3b04190fa2: Download complete [2024-10-07T10:30:12.343Z] ec43610c2a17: Verifying Checksum [2024-10-07T10:30:12.343Z] 5eb5b503b376: Download complete [2024-10-07T10:30:13.277Z] 2f39f015ded8: Download complete [2024-10-07T10:30:13.536Z] 5eb5b503b376: Pull complete [2024-10-07T10:30:13.796Z] 5c69ac0246d0: Pull complete [2024-10-07T10:30:14.055Z] ec43610c2a17: Pull complete [2024-10-07T10:30:14.315Z] 3a2ae6a8a46f: Pull complete [2024-10-07T10:30:14.574Z] 33b1e0a273af: Pull complete [2024-10-07T10:30:14.574Z] 5d3b04190fa2: Pull complete [2024-10-07T10:30:18.760Z] 2f39f015ded8: Pull complete [2024-10-07T10:30:18.760Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-10-07T10:30:18.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-07T10:30:18.760Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T10:30:18.858Z] prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container [2024-10-07T10:30:18.885Z] $ 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/717/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/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@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-10-07T10:30:24.369Z] $ docker top a33ff527775908e1c8ea2d5e5c414fa05f7727858a57109415725e29489be960 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-07T10:30:24.728Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-10-07T10:30:25.115Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-10-07T10:30:25.439Z] + ls /var/log/sa-host [2024-10-07T10:30:25.439Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-07T10:30:25.542Z] provisioning config files... [2024-10-07T10:30:25.550Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/717@tmp/config92470995556013137tmp [Pipeline] { [Pipeline] echo [2024-10-07T10:30:25.570Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T10:30:25.854Z] ---> create-netrc.sh [Pipeline] } [2024-10-07T10:30:25.860Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-10-07T10:30:26.195Z] ---> python-tools-install.sh [Pipeline] echo [2024-10-07T10:30:26.204Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T10:30:26.486Z] ---> sudo-logs.sh [2024-10-07T10:30:26.486Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-10-07T10:30:26.511Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T10:30:26.791Z] ---> job-cost.sh [2024-10-07T10:30:26.791Z] lf-activate-venv: SKIPPING [2024-10-07T10:30:26.791Z] DEBUG: total: 0.10999999940395355 [2024-10-07T10:30:26.791Z] INFO: Retrieving Stack Cost... [2024-10-07T10:30:27.051Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-07T10:30:27.311Z] INFO: Archiving Costs [Pipeline] echo [2024-10-07T10:30:27.325Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T10:30:27.609Z] ---> logs-deploy.sh [2024-10-07T10:30:27.609Z] lf-activate-venv: SKIPPING [2024-10-07T10:30:27.609Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/717 [2024-10-07T10:30:27.609Z] INFO: archiving workspace using pattern(s): [2024-10-07T10:30:28.549Z] Archives upload complete. [2024-10-07T10:30:28.549Z] INFO: archiving logs to Nexus