Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 574c71a500a07162c29ac549af62d3136e4ef698 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-ssh8853716497995570691.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8779293756735065302.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 590556114a56c6d90cc8043840e039c2f74196dc The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10781477413156295245.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16704477206238795793.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-ssh12702165368275094091.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-7222’ is offline Running on prd-ubuntu20.04-docker-8c-8g-7231 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/664 [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/664 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 574c71a500a07162c29ac549af62d3136e4ef698 (main) Commit message: "Merge pull request #4851 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.26.0" > git config core.sparsecheckout # timeout=10 > git checkout -f 574c71a500a07162c29ac549af62d3136e4ef698 # timeout=10 > git rev-list --no-walk 26a39fe2efc8fe81094dee69ee2f79fc5a0422cd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-08-06T23:55:29.089Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-08-06T23:55:29.161Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-08-06T23:55:29.185Z] ========================================================= [2024-08-06T23:55:29.185Z] EdgeX Global Pipelines Version Info [2024-08-06T23:55:29.185Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-08-06T23:55:29.940Z] ------------------- [2024-08-06T23:55:29.940Z] stable info: [2024-08-06T23:55:29.940Z] ------------------- [2024-08-06T23:55:29.940Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-06T23:55:29.940Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-08-06T23:55:29.940Z] Message: update stable to v1.0.260 [2024-08-06T23:55:30.510Z] ------------------- [2024-08-06T23:55:30.510Z] experimental info: [2024-08-06T23:55:30.510Z] ------------------- [2024-08-06T23:55:30.510Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-06T23:55:30.510Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-08-06T23:55:30.510Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-08-06T23:55:30.580Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-08-06T23:55:30.600Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-08-06T23:55:30.621Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-08-06T23:55:30.641Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-08-06T23:55:30.661Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-08-06T23:55:30.683Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-08-06T23:55:30.702Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-08-06T23:55:30.725Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-08-06T23:55:30.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-08-06T23:55:30.773Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-08-06T23:55:30.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-08-06T23:55:30.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-08-06T23:55:30.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-08-06T23:55:30.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-08-06T23:55:30.886Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-08-06T23:55:30.909Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-08-06T23:55:30.931Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-08-06T23:55:30.952Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-08-06T23:55:30.974Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-08-06T23:55:30.999Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-08-06T23:55:31.021Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-08-06T23:55:31.040Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-08-06T23:55:31.062Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-08-06T23:55:31.083Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-08-06T23:55:31.101Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-08-06T23:55:31.120Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-08-06T23:55:31.142Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] echo [2024-08-06T23:55:31.163Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 574c71a [Pipeline] echo [2024-08-06T23:55:31.188Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-06T23:55:31.246Z] provisioning config files... [2024-08-06T23:55:31.258Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/664@tmp/config16860952222838842677tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-06T23:55:31.589Z] ---> ****-login.sh [2024-08-06T23:55:31.590Z] nexus3.edgexfoundry.org:10001 [2024-08-06T23:55:31.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-06T23:55:31.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-06T23:55:31.850Z] Configure a credential helper to remove this warning. See [2024-08-06T23:55:31.850Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-06T23:55:31.850Z] [2024-08-06T23:55:31.850Z] Login Succeeded [2024-08-06T23:55:31.850Z] nexus3.edgexfoundry.org:10002 [2024-08-06T23:55:31.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-06T23:55:31.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-06T23:55:31.851Z] Configure a credential helper to remove this warning. See [2024-08-06T23:55:31.851Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-06T23:55:31.851Z] [2024-08-06T23:55:31.851Z] Login Succeeded [2024-08-06T23:55:32.112Z] nexus3.edgexfoundry.org:10003 [2024-08-06T23:55:32.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-06T23:55:32.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-06T23:55:32.112Z] Configure a credential helper to remove this warning. See [2024-08-06T23:55:32.112Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-06T23:55:32.112Z] [2024-08-06T23:55:32.112Z] Login Succeeded [2024-08-06T23:55:32.112Z] nexus3.edgexfoundry.org:10004 [2024-08-06T23:55:32.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-06T23:55:32.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-06T23:55:32.113Z] Configure a credential helper to remove this warning. See [2024-08-06T23:55:32.113Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-06T23:55:32.113Z] [2024-08-06T23:55:32.113Z] Login Succeeded [2024-08-06T23:55:32.113Z] ****.io [2024-08-06T23:55:32.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-06T23:55:32.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-06T23:55:32.631Z] Configure a credential helper to remove this warning. See [2024-08-06T23:55:32.631Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-06T23:55:32.631Z] [2024-08-06T23:55:32.631Z] Login Succeeded [2024-08-06T23:55:32.631Z] ---> ****-login.sh ends [Pipeline] } [2024-08-06T23:55:32.639Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-06T23:55:32.970Z] + 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-08-06T23:55:32.970Z] + + cut -d/ -f2dirname [2024-08-06T23:55:32.970Z] cmd/core-command/Dockerfile [2024-08-06T23:55:32.970Z] + echo core-command,cmd/core-command/Dockerfile [2024-08-06T23:55:32.970Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-08-06T23:55:32.970Z] + cut -d/ -f2 [2024-08-06T23:55:32.970Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-08-06T23:55:32.970Z] + dirname cmd/core-data/Dockerfile [2024-08-06T23:55:32.970Z] + cut -d/ -f2 [2024-08-06T23:55:32.970Z] + echo core-data,cmd/core-data/Dockerfile [2024-08-06T23:55:32.970Z] + cut -d/ -f2 [2024-08-06T23:55:32.970Z] + dirname cmd/core-keeper/Dockerfile [2024-08-06T23:55:32.970Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-08-06T23:55:32.970Z] + dirname cmd/core-metadata/Dockerfile [2024-08-06T23:55:32.970Z] + cut -d/ -f2 [2024-08-06T23:55:32.970Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-08-06T23:55:32.970Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-08-06T23:55:32.970Z] + cut -d/ -f2 [2024-08-06T23:55:32.970Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-08-06T23:55:32.970Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-08-06T23:55:32.970Z] + cut -d/ -f2 [2024-08-06T23:55:32.970Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-08-06T23:55:32.970Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-08-06T23:55:32.970Z] + cut -d/ -f2 [2024-08-06T23:55:32.970Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-08-06T23:55:32.970Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-08-06T23:55:32.970Z] + cut -d/ -f2 [2024-08-06T23:55:32.970Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-08-06T23:55:32.970Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-08-06T23:55:32.970Z] + cut -d/ -f2 [2024-08-06T23:55:32.970Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-08-06T23:55:32.970Z] + dirname cmd/security-spire-agent/Dockerfile [2024-08-06T23:55:32.970Z] + cut -d/ -f2 [2024-08-06T23:55:32.970Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-08-06T23:55:32.970Z] + dirname cmd/security-spire-config/Dockerfile [2024-08-06T23:55:32.970Z] + cut -d/ -f2 [2024-08-06T23:55:32.970Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-08-06T23:55:32.970Z] + dirname cmd/security-spire-server/Dockerfile [2024-08-06T23:55:32.970Z] + cut -d/ -f2 [2024-08-06T23:55:32.970Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-08-06T23:55:32.970Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-08-06T23:55:32.970Z] + cut -d/ -f2 [2024-08-06T23:55:32.970Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-08-06T23:55:32.970Z] + + cut -d/dirname -f2 cmd/support-notifications/Dockerfile [2024-08-06T23:55:32.970Z] [2024-08-06T23:55:32.970Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-08-06T23:55:32.970Z] + dirname cmd/support-scheduler/Dockerfile [2024-08-06T23:55:32.970Z] + cut -d/ -f2 [2024-08-06T23:55:32.970Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-08-06T23:55:33.004Z] 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-08-06T23:55:33.367Z] + git rev-list -1 --merges 574c71a500a07162c29ac549af62d3136e4ef698~1..574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] echo [2024-08-06T23:55:33.378Z] -----------> git rev-list -1 --merges 574c71a500a07162c29ac549af62d3136e4ef698~1..574c71a500a07162c29ac549af62d3136e4ef698 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-06T23:55:33.378Z] 574c71a500a07162c29ac549af62d3136e4ef698 [false] [Pipeline] sh [2024-08-06T23:55:33.670Z] + git log --format=format:%s -1 574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] echo [2024-08-06T23:55:33.687Z] ========================================================= [2024-08-06T23:55:33.687Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-08-06T23:55:33.687Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-08-06T23:55:34.131Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-06T23:55:34.131Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-08-06T23:55:34.131Z] + [ -e /tmp/ssh_known_hosts ] [2024-08-06T23:55:34.131Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-08-06T23:55:34.131Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-08-06T23:55:34.131Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-08-06T23:55:34.131Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-06T23:55:34.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-06T23:55:34.571Z] [2024-08-06T23:55:34.571Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-06T23:55:34.875Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-06T23:55:34.875Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-08-06T23:55:34.875Z] b85a868b505f: Pulling fs layer [2024-08-06T23:55:34.875Z] e2be974225ed: Pulling fs layer [2024-08-06T23:55:34.875Z] 339a4e72a1f5: Pulling fs layer [2024-08-06T23:55:34.875Z] 988bab9f4d93: Pulling fs layer [2024-08-06T23:55:34.875Z] 1469e6f7b9e6: Pulling fs layer [2024-08-06T23:55:34.875Z] 988bab9f4d93: Waiting [2024-08-06T23:55:34.875Z] eaf3925da568: Pulling fs layer [2024-08-06T23:55:34.875Z] bab4dde63d76: Pulling fs layer [2024-08-06T23:55:34.875Z] bde34c3a00c8: Pulling fs layer [2024-08-06T23:55:34.875Z] b352a97aabf1: Pulling fs layer [2024-08-06T23:55:34.875Z] 4872d77fe225: Pulling fs layer [2024-08-06T23:55:34.875Z] 5851b861e8e6: Pulling fs layer [2024-08-06T23:55:34.875Z] 1469e6f7b9e6: Waiting [2024-08-06T23:55:34.875Z] eaf3925da568: Waiting [2024-08-06T23:55:34.875Z] b352a97aabf1: Waiting [2024-08-06T23:55:34.875Z] 5851b861e8e6: Waiting [2024-08-06T23:55:34.875Z] bab4dde63d76: Waiting [2024-08-06T23:55:34.875Z] bde34c3a00c8: Waiting [2024-08-06T23:55:34.875Z] e2be974225ed: Verifying Checksum [2024-08-06T23:55:34.875Z] e2be974225ed: Download complete [2024-08-06T23:55:34.875Z] 988bab9f4d93: Verifying Checksum [2024-08-06T23:55:34.875Z] 988bab9f4d93: Download complete [2024-08-06T23:55:34.875Z] 1469e6f7b9e6: Verifying Checksum [2024-08-06T23:55:34.875Z] 1469e6f7b9e6: Download complete [2024-08-06T23:55:34.875Z] 339a4e72a1f5: Verifying Checksum [2024-08-06T23:55:34.875Z] eaf3925da568: Verifying Checksum [2024-08-06T23:55:34.875Z] eaf3925da568: Download complete [2024-08-06T23:55:35.135Z] bde34c3a00c8: Download complete [2024-08-06T23:55:35.135Z] b352a97aabf1: Download complete [2024-08-06T23:55:35.135Z] 4872d77fe225: Verifying Checksum [2024-08-06T23:55:35.135Z] 4872d77fe225: Download complete [2024-08-06T23:55:35.135Z] 5851b861e8e6: Download complete [2024-08-06T23:55:35.135Z] b85a868b505f: Verifying Checksum [2024-08-06T23:55:35.135Z] b85a868b505f: Download complete [2024-08-06T23:55:35.394Z] bab4dde63d76: Download complete [2024-08-06T23:55:36.333Z] b85a868b505f: Pull complete [2024-08-06T23:55:36.333Z] e2be974225ed: Pull complete [2024-08-06T23:55:36.903Z] 339a4e72a1f5: Pull complete [2024-08-06T23:55:36.903Z] 988bab9f4d93: Pull complete [2024-08-06T23:55:37.163Z] 1469e6f7b9e6: Pull complete [2024-08-06T23:55:37.163Z] eaf3925da568: Pull complete [2024-08-06T23:55:39.065Z] bab4dde63d76: Pull complete [2024-08-06T23:55:39.065Z] bde34c3a00c8: Pull complete [2024-08-06T23:55:39.325Z] b352a97aabf1: Pull complete [2024-08-06T23:55:39.325Z] 4872d77fe225: Pull complete [2024-08-06T23:55:39.325Z] 5851b861e8e6: Pull complete [2024-08-06T23:55:39.325Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-08-06T23:55:39.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-06T23:55:39.325Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-06T23:55:39.460Z] prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container [2024-08-06T23:55:39.492Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-06T23:55:42.549Z] $ docker top 7642c38fbbc4cf082e02125b5c398cb3d3559f95aa141cd8618a9fb7140a7cf1 -eo pid,comm [2024-08-06T23:55:42.608Z] 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-08-06T23:55:42.608Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-06T23:55:42.665Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-06T23:55:42.665Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-06T23:55:42.784Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-06T23:55:42.785Z] $ docker exec 7642c38fbbc4cf082e02125b5c398cb3d3559f95aa141cd8618a9fb7140a7cf1 ssh-agent [2024-08-06T23:55:42.892Z] SSH_AUTH_SOCK=/tmp/ssh-niFMJwIgqZfC/agent.31 [2024-08-06T23:55:42.892Z] SSH_AGENT_PID=37 [2024-08-06T23:55:42.898Z] Running ssh-add (command line suppressed) [2024-08-06T23:55:43.005Z] Identity added: /w/workspace/edgex-go/664@tmp/private_key_10000841412324261302.key (/w/workspace/edgex-go/664@tmp/private_key_10000841412324261302.key) [2024-08-06T23:55:43.018Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-06T23:55:43.313Z] + git tag --points-at HEAD [Pipeline] } [2024-08-06T23:55:43.323Z] $ docker exec --env ******** --env ******** 7642c38fbbc4cf082e02125b5c398cb3d3559f95aa141cd8618a9fb7140a7cf1 ssh-agent -k [2024-08-06T23:55:43.425Z] unset SSH_AUTH_SOCK; [2024-08-06T23:55:43.425Z] unset SSH_AGENT_PID; [2024-08-06T23:55:43.426Z] echo Agent pid 37 killed; [2024-08-06T23:55:43.437Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-08-06T23:55:43.478Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-06T23:55:43.478Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-06T23:55:43.605Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-06T23:55:43.606Z] $ docker exec 7642c38fbbc4cf082e02125b5c398cb3d3559f95aa141cd8618a9fb7140a7cf1 ssh-agent [2024-08-06T23:55:43.716Z] SSH_AUTH_SOCK=/tmp/ssh-8nMf8CnUO2pZ/agent.69 [2024-08-06T23:55:43.716Z] SSH_AGENT_PID=75 [2024-08-06T23:55:43.720Z] Running ssh-add (command line suppressed) [2024-08-06T23:55:43.825Z] Identity added: /w/workspace/edgex-go/664@tmp/private_key_16966709178801017927.key (/w/workspace/edgex-go/664@tmp/private_key_16966709178801017927.key) [2024-08-06T23:55:43.841Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-06T23:55:44.130Z] + git semver init [2024-08-06T23:55:44.390Z] 2024-08-06 23:55:44,292 [run_init] DEBUG init version:0.0.0 force:False [2024-08-06T23:55:44.390Z] 2024-08-06 23:55:44,293 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/664/.semver [2024-08-06T23:55:44.390Z] 2024-08-06 23:55:44,294 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/664/.semver [2024-08-06T23:55:44.390Z] 2024-08-06 23:55:44,294 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/664/.semver'], cwd=/w/workspace/edgex-go/664, universal_newlines=False, shell=None, istream=None) [2024-08-06T23:55:50.988Z] 2024-08-06 23:55:50,336 [append_file] DEBUG append to file:/w/workspace/edgex-go/664/.git/info/exclude [2024-08-06T23:55:50.988Z] 2024-08-06 23:55:50,336 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/664/.semver/main with force:False [2024-08-06T23:55:50.988Z] 2024-08-06 23:55:50,336 [read_version] DEBUG read version from /w/workspace/edgex-go/664/.semver/main [2024-08-06T23:55:50.988Z] 2024-08-06 23:55:50,336 [read_version] DEBUG read version from /w/workspace/edgex-go/664/.semver/main [2024-08-06T23:55:50.988Z] 3.2.0-dev.46 [Pipeline] } [2024-08-06T23:55:50.997Z] $ docker exec --env ******** --env ******** 7642c38fbbc4cf082e02125b5c398cb3d3559f95aa141cd8618a9fb7140a7cf1 ssh-agent -k [2024-08-06T23:55:51.092Z] unset SSH_AUTH_SOCK; [2024-08-06T23:55:51.093Z] unset SSH_AGENT_PID; [2024-08-06T23:55:51.093Z] echo Agent pid 75 killed; [2024-08-06T23:55:51.108Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-06T23:55:51.431Z] + git semver [Pipeline] } [2024-08-06T23:55:51.703Z] $ docker stop --time=1 7642c38fbbc4cf082e02125b5c398cb3d3559f95aa141cd8618a9fb7140a7cf1 [2024-08-06T23:55:53.019Z] $ docker rm -f --volumes 7642c38fbbc4cf082e02125b5c398cb3d3559f95aa141cd8618a9fb7140a7cf1 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-06T23:55:53.365Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-08-06T23:55:53.600Z] Stashed 1 file(s) [Pipeline] echo [2024-08-06T23:55:53.604Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.46 [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-08-06T23:55:54.024Z] + git config --global --add safe.directory /w/workspace/edgex-go/664 [Pipeline] echo [2024-08-06T23:55:54.038Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-06T23:55:54.053Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-06T23:55:54.066Z] ========================================================= [2024-08-06T23:55:54.066Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-08-06T23:55:54.066Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-08-06T23:55:54.356Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-06T23:55:54.356Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-08-06T23:55:54.356Z] 619be1103602: Pulling fs layer [2024-08-06T23:55:54.356Z] 7862e08f4a3e: Pulling fs layer [2024-08-06T23:55:54.356Z] 5df492c9dc93: Pulling fs layer [2024-08-06T23:55:54.356Z] 7629e6793208: Pulling fs layer [2024-08-06T23:55:54.356Z] 4f4fb700ef54: Pulling fs layer [2024-08-06T23:55:54.356Z] fb5054dd5b73: Pulling fs layer [2024-08-06T23:55:54.356Z] eeca6798cff9: Pulling fs layer [2024-08-06T23:55:54.356Z] aa269ceb94a6: Pulling fs layer [2024-08-06T23:55:54.356Z] ada007ff1a6a: Pulling fs layer [2024-08-06T23:55:54.356Z] fb5054dd5b73: Waiting [2024-08-06T23:55:54.356Z] 7629e6793208: Waiting [2024-08-06T23:55:54.356Z] eeca6798cff9: Waiting [2024-08-06T23:55:54.356Z] 4f4fb700ef54: Waiting [2024-08-06T23:55:54.356Z] ada007ff1a6a: Waiting [2024-08-06T23:55:54.356Z] aa269ceb94a6: Waiting [2024-08-06T23:55:54.356Z] 7862e08f4a3e: Verifying Checksum [2024-08-06T23:55:54.356Z] 7862e08f4a3e: Download complete [2024-08-06T23:55:54.356Z] 7629e6793208: Verifying Checksum [2024-08-06T23:55:54.356Z] 7629e6793208: Download complete [2024-08-06T23:55:54.356Z] 4f4fb700ef54: Download complete [2024-08-06T23:55:54.356Z] fb5054dd5b73: Verifying Checksum [2024-08-06T23:55:54.356Z] fb5054dd5b73: Download complete [2024-08-06T23:55:54.356Z] 619be1103602: Download complete [2024-08-06T23:55:54.356Z] eeca6798cff9: Verifying Checksum [2024-08-06T23:55:54.356Z] eeca6798cff9: Download complete [2024-08-06T23:55:54.614Z] 619be1103602: Pull complete [2024-08-06T23:55:54.614Z] ada007ff1a6a: Verifying Checksum [2024-08-06T23:55:54.614Z] 7862e08f4a3e: Pull complete [2024-08-06T23:55:54.872Z] 5df492c9dc93: Verifying Checksum [2024-08-06T23:55:54.872Z] 5df492c9dc93: Download complete [2024-08-06T23:55:55.129Z] aa269ceb94a6: Verifying Checksum [2024-08-06T23:55:55.129Z] aa269ceb94a6: Download complete [2024-08-06T23:55:58.412Z] 5df492c9dc93: Pull complete [2024-08-06T23:55:58.412Z] 7629e6793208: Pull complete [2024-08-06T23:55:58.412Z] 4f4fb700ef54: Pull complete [2024-08-06T23:55:58.412Z] fb5054dd5b73: Pull complete [2024-08-06T23:55:58.670Z] eeca6798cff9: Pull complete [2024-08-06T23:56:01.199Z] aa269ceb94a6: Pull complete [2024-08-06T23:56:01.767Z] ada007ff1a6a: Pull complete [2024-08-06T23:56:01.767Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-08-06T23:56:01.767Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-06T23:56:01.767Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-08-06T23:56:02.067Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-06T23:56:02.067Z] WORKDIR /edgex [2024-08-06T23:56:02.067Z] COPY go.mod . [2024-08-06T23:56:02.067Z] RUN go mod download [2024-08-06T23:56:02.067Z] + docker build -t ci-base-image-x86_64 -f - . [2024-08-06T23:56:03.001Z] Sending build context to Docker daemon 178.9MB [2024-08-06T23:56:03.001Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-06T23:56:03.001Z] ---> f489d0715acc [2024-08-06T23:56:03.001Z] Step 2/4 : WORKDIR /edgex [2024-08-06T23:56:08.296Z] ---> Running in 60bdd9df18d3 [2024-08-06T23:56:08.555Z] Removing intermediate container 60bdd9df18d3 [2024-08-06T23:56:08.555Z] ---> c2e75eb9d322 [2024-08-06T23:56:08.555Z] Step 3/4 : COPY go.mod . [2024-08-06T23:56:08.555Z] ---> f3ce6b3a7999 [2024-08-06T23:56:08.555Z] Step 4/4 : RUN go mod download [2024-08-06T23:56:08.555Z] ---> Running in 7f0b0ca52a14 [2024-08-06T23:56:08.697Z] Still waiting to schedule task [2024-08-06T23:56:08.697Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-7225’ is offline [2024-08-06T23:56:40.637Z] Removing intermediate container 7f0b0ca52a14 [2024-08-06T23:56:40.637Z] ---> f6ac3f2cc061 [2024-08-06T23:56:40.637Z] Successfully built f6ac3f2cc061 [2024-08-06T23:56:40.637Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-06T23:56:40.937Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-06T23:56:40.937Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-06T23:56:41.020Z] prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container [2024-08-06T23:56:41.046Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-08-06T23:56:41.535Z] $ docker top 438c33739e7e2aef439e3c83baf5b8abd6b580907c950482f6a233aa219b46f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-06T23:56:41.891Z] + go version [2024-08-06T23:56:41.891Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-08-06T23:56:41.900Z] $ docker stop --time=1 438c33739e7e2aef439e3c83baf5b8abd6b580907c950482f6a233aa219b46f4 [2024-08-06T23:56:43.196Z] $ docker rm -f --volumes 438c33739e7e2aef439e3c83baf5b8abd6b580907c950482f6a233aa219b46f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-06T23:56:43.635Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-06T23:56:43.635Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-06T23:56:43.711Z] prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container [2024-08-06T23:56:43.739Z] $ 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/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-08-06T23:56:44.073Z] $ docker top 8337d4ac7aff1cea54226c93172bd18bf91b55b222471a0bfce231254e545be4 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-08-06T23:56:44.155Z] ========================================================= [2024-08-06T23:56:44.155Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-08-06T23:56:44.155Z] ========================================================= [Pipeline] sh [2024-08-06T23:56:44.431Z] + git config --global --add safe.directory /w/workspace/edgex-go/664 [Pipeline] fileExists [Pipeline] sh [2024-08-06T23:56:44.735Z] + make test [2024-08-06T23:56:44.735Z] go test -race -coverprofile=coverage.out ./... [2024-08-06T23:56:52.862Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-08-06T23:57:24.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-08-06T23:57:25.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.020s coverage: 28.7% of statements [2024-08-06T23:57:26.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-08-06T23:57:26.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-08-06T23:57:26.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-08-06T23:57:26.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-08-06T23:57:26.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-08-06T23:57:26.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.036s coverage: 97.0% of statements [2024-08-06T23:57:27.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-08-06T23:57:27.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-08-06T23:57:27.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-08-06T23:57:27.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-08-06T23:57:27.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-08-06T23:57:27.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-08-06T23:57:27.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-08-06T23:57:27.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-08-06T23:57:27.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-08-06T23:57:29.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-08-06T23:57:29.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-08-06T23:57:29.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-08-06T23:57:29.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-08-06T23:57:29.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-08-06T23:57:29.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-08-06T23:57:29.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-08-06T23:57:30.249Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.058s coverage: 69.2% of statements [2024-08-06T23:57:30.249Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.046s coverage: 53.2% of statements [2024-08-06T23:57:30.249Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.545s coverage: 93.4% of statements [2024-08-06T23:57:30.249Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.042s coverage: 91.7% of statements [2024-08-06T23:57:31.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-08-06T23:57:31.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-08-06T23:57:31.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-08-06T23:57:31.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-08-06T23:57:31.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-08-06T23:57:31.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-08-06T23:57:31.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-08-06T23:57:31.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-08-06T23:57:31.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-08-06T23:57:31.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] [2024-08-06T23:57:31.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-08-06T23:57:31.185Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.040s coverage: 6.5% of statements [2024-08-06T23:57:32.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.393s coverage: 95.8% of statements [2024-08-06T23:57:32.560Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements [2024-08-06T23:57:32.818Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.021s coverage: 0.0% of statements [no tests to run] [2024-08-06T23:57:33.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-08-06T23:57:33.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-08-06T23:57:34.015Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.056s coverage: 0.8% of statements [2024-08-06T23:57:34.015Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.038s coverage: 30.7% of statements [2024-08-06T23:57:34.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.030s coverage: 41.7% of statements [2024-08-06T23:57:34.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.025s coverage: 77.8% of statements [2024-08-06T23:57:34.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.022s coverage: 94.1% of statements [2024-08-06T23:57:34.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.032s coverage: 96.3% of statements [2024-08-06T23:57:35.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements [2024-08-06T23:57:35.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-08-06T23:57:35.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-08-06T23:57:35.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-08-06T23:57:35.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-08-06T23:57:35.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-08-06T23:57:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-08-06T23:57:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-08-06T23:57:35.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-08-06T23:57:36.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] [2024-08-06T23:57:36.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] [2024-08-06T23:57:36.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] [2024-08-06T23:57:37.509Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-08-06T23:57:37.509Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-08-06T23:57:37.509Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-08-06T23:57:37.509Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-08-06T23:57:38.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-08-06T23:57:38.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-08-06T23:57:38.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-08-06T23:57:40.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-08-06T23:57:40.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-08-06T23:57:41.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-08-06T23:57:41.968Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-08-06T23:57:44.020Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7232 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-08-06T23:57:44.037Z] Running in /w/workspace/edgex-go/664 [Pipeline] { [Pipeline] checkout [2024-08-06T23:57:44.076Z] The recommended git tool is: git [2024-08-06T23:57:44.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-08-06T23:57:44.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-08-06T23:57:44.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-08-06T23:57:45.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-08-06T23:57:45.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-08-06T23:57:45.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-08-06T23:57:46.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-08-06T23:57:46.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-08-06T23:57:46.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-08-06T23:57:46.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] [2024-08-06T23:57:46.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application [no test files] [2024-08-06T23:57:46.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] [2024-08-06T23:57:46.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http [no test files] [2024-08-06T23:57:46.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-08-06T23:57:46.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] [2024-08-06T23:57:46.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-08-06T23:57:47.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.024s coverage: 94.4% of statements [2024-08-06T23:57:47.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-08-06T23:57:47.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-08-06T23:57:47.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-08-06T23:57:47.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-08-06T23:57:49.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-08-06T23:57:49.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-08-06T23:57:49.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-08-06T23:57:49.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-08-06T23:57:50.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-08-06T23:57:50.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-08-06T23:57:51.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-08-06T23:57:51.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-08-06T23:57:51.764Z] using credential edgex-jenkins-ssh [2024-08-06T23:57:51.784Z] Cloning the remote Git repository [2024-08-06T23:57:51.827Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-08-06T23:57:51.959Z] > git init /w/workspace/edgex-go/664 # timeout=10 [2024-08-06T23:57:52.210Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-08-06T23:57:52.211Z] > git --version # timeout=10 [2024-08-06T23:57:52.238Z] > git --version # 'git version 2.25.1' [2024-08-06T23:57:52.240Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-08-06T23:57:52.420Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.281s coverage: 79.9% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.046s coverage: 92.9% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.026s coverage: 67.2% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.026s coverage: 62.3% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.026s coverage: 76.6% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.030s coverage: 87.2% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.022s coverage: 20.0% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.061s coverage: 81.8% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.073s coverage: 82.1% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.137s coverage: 63.1% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.025s coverage: 100.0% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.4% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.019s coverage: 100.0% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.023s coverage: 73.7% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.020s coverage: 100.0% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.175s coverage: 36.5% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 89.5% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.032s coverage: 84.8% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.045s coverage: 19.9% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.089s coverage: 95.7% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.025s coverage: 61.8% of statements [2024-08-06T23:58:01.401Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.066s coverage: 98.9% of statements [2024-08-06T23:58:01.401Z] 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-08-06T23:58:01.401Z] running golangci-lint [2024-08-06T23:58:01.401Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-08-06T23:58:01.401Z] go version go1.21.9 linux/amd64 [2024-08-06T23:58:01.401Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-08-06T23:58:01.401Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-08-06T23:58:10.544Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-08-06T23:58:10.575Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-06T23:58:11.413Z] Avoid second fetch [2024-08-06T23:58:11.413Z] Checking out Revision 574c71a500a07162c29ac549af62d3136e4ef698 (main) [2024-08-06T23:58:12.313Z] Commit message: "Merge pull request #4851 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.26.0" [2024-08-06T23:58:11.423Z] > git config core.sparsecheckout # timeout=10 [2024-08-06T23:58:11.482Z] > git checkout -f 574c71a500a07162c29ac549af62d3136e4ef698 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-06T23:58:17.020Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-08-06T23:58:17.020Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-06T23:58:17.020Z] Dload Upload Total Spent Left Speed [2024-08-06T23:58:17.020Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 62271 0 --:--:-- --:--:-- --:--:-- 62575 [Pipeline] sh [2024-08-06T23:58:17.354Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-08-06T23:58:17.679Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-08-06T23:58:17.680Z] + sudo tee /etc/docker/daemon.new [2024-08-06T23:58:17.680Z] { [2024-08-06T23:58:17.680Z] "registry-mirrors": [ [2024-08-06T23:58:17.680Z] "https://nexus3.edgexfoundry.org:10001" [2024-08-06T23:58:17.680Z] ], [2024-08-06T23:58:17.680Z] "bip": "10.250.0.254/24", [2024-08-06T23:58:17.680Z] "hosts": [ [2024-08-06T23:58:17.680Z] "tcp://0.0.0.0:5555", [2024-08-06T23:58:17.680Z] "unix:///var/run/docker.sock" [2024-08-06T23:58:17.680Z] ], [2024-08-06T23:58:17.680Z] "mtu": 1458, [2024-08-06T23:58:17.680Z] "selinux-enabled": true, [2024-08-06T23:58:17.680Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-08-06T23:58:17.680Z] } [Pipeline] sh [2024-08-06T23:58:18.012Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-08-06T23:58:18.335Z] + sudo service docker restart [2024-08-06T23:58:27.937Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|imports|name|files|types_sizes) took 23.301406493s" [2024-08-06T23:58:27.937Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 38.789989ms" [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-06T23:58:36.568Z] provisioning config files... [2024-08-06T23:58:36.589Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/664@tmp/config2943350463122443313tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-06T23:58:37.015Z] ---> ****-login.sh [2024-08-06T23:58:37.016Z] nexus3.edgexfoundry.org:10001 [2024-08-06T23:58:37.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-06T23:58:37.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-06T23:58:37.874Z] Configure a credential helper to remove this warning. See [2024-08-06T23:58:37.874Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-06T23:58:37.874Z] [2024-08-06T23:58:37.874Z] Login Succeeded [2024-08-06T23:58:37.874Z] nexus3.edgexfoundry.org:10002 [2024-08-06T23:58:37.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-06T23:58:37.917Z] level=info msg="[linters_context/goanalysis] analyzers took 1m52.303826247s with top 10 stages: buildir: 1m6.036587231s, gosec: 9.651267905s, inspect: 3.168954022s, fact_deprecated: 2.788004133s, printf: 1.722505492s, ctrlflow: 1.637758865s, fact_purity: 1.407985433s, S1038: 1.367435831s, nilness: 1.298430185s, errcheck: 770.42613ms" [2024-08-06T23:58:37.917Z] level=info msg="[runner] Issues before processing: 213, after processing: 0" [2024-08-06T23:58:37.917Z] level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 213/213, skip_dirs: 213/213, identifier_marker: 213/213, exclude: 213/213, skip_files: 213/213, autogenerated_exclude: 213/213, exclude-rules: 21/213, nolint: 0/21, cgo: 213/213, path_prettifier: 213/213" [2024-08-06T23:58:37.917Z] level=info msg="[runner] processing took 22.349867ms with stages: nolint: 13.008297ms, identifier_marker: 4.204902ms, autogenerated_exclude: 1.651899ms, path_prettifier: 1.525899ms, exclude-rules: 1.171207ms, skip_dirs: 728.703µs, cgo: 32.33µs, filename_unadjuster: 16.7µs, max_same_issues: 2.55µs, uniq_by_line: 1.18µs, fixer: 1.1µs, diff: 960ns, source_code: 810ns, severity-rules: 600ns, sort_results: 580ns, skip_files: 540ns, exclude: 480ns, max_from_linter: 370ns, path_shortener: 260ns, max_per_file_from_linter: 260ns, path_prefixer: 240ns" [2024-08-06T23:58:37.917Z] level=info msg="[runner] linters took 13.859720383s with stages: goanalysis_metalinter: 13.837154575s" [2024-08-06T23:58:37.917Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-08-06T23:58:37.917Z] level=info msg="Memory: 371 samples, avg is 316.3MB, max is 1371.4MB" [2024-08-06T23:58:37.917Z] level=info msg="Execution took 37.211883991s" [2024-08-06T23:58:37.917Z] go vet ./... [2024-08-06T23:58:38.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-06T23:58:38.147Z] Configure a credential helper to remove this warning. See [2024-08-06T23:58:38.147Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-06T23:58:38.147Z] [2024-08-06T23:58:38.147Z] Login Succeeded [2024-08-06T23:58:38.147Z] nexus3.edgexfoundry.org:10003 [2024-08-06T23:58:38.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-06T23:58:38.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-06T23:58:38.415Z] Configure a credential helper to remove this warning. See [2024-08-06T23:58:38.415Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-06T23:58:38.415Z] [2024-08-06T23:58:38.415Z] Login Succeeded [2024-08-06T23:58:38.415Z] nexus3.edgexfoundry.org:10004 [2024-08-06T23:58:38.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-06T23:58:38.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-06T23:58:38.690Z] Configure a credential helper to remove this warning. See [2024-08-06T23:58:38.690Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-06T23:58:38.690Z] [2024-08-06T23:58:38.690Z] Login Succeeded [2024-08-06T23:58:38.690Z] ****.io [2024-08-06T23:58:38.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-06T23:58:39.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-06T23:58:39.224Z] Configure a credential helper to remove this warning. See [2024-08-06T23:58:39.224Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-06T23:58:39.224Z] [2024-08-06T23:58:39.224Z] Login Succeeded [2024-08-06T23:58:39.224Z] ---> ****-login.sh ends [Pipeline] } [2024-08-06T23:58:39.237Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-08-06T23:58:39.827Z] + git config --global --add safe.directory /w/workspace/edgex-go/664 [Pipeline] echo [2024-08-06T23:58:39.845Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-06T23:58:39.860Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-06T23:58:39.873Z] ========================================================= [2024-08-06T23:58:39.873Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-08-06T23:58:39.873Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-08-06T23:58:40.198Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-06T23:58:40.198Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-08-06T23:58:40.198Z] c6b39de5b339: Pulling fs layer [2024-08-06T23:58:40.198Z] a69c41024577: Pulling fs layer [2024-08-06T23:58:40.198Z] d6de4b400683: Pulling fs layer [2024-08-06T23:58:40.198Z] 35cb2a7552d0: Pulling fs layer [2024-08-06T23:58:40.198Z] 4f4fb700ef54: Pulling fs layer [2024-08-06T23:58:40.198Z] 464afbd9ba4c: Pulling fs layer [2024-08-06T23:58:40.198Z] 00f215d4a9da: Pulling fs layer [2024-08-06T23:58:40.198Z] d496ad576159: Pulling fs layer [2024-08-06T23:58:40.198Z] 4f4fb700ef54: Waiting [2024-08-06T23:58:40.198Z] 464afbd9ba4c: Waiting [2024-08-06T23:58:40.198Z] 00f215d4a9da: Waiting [2024-08-06T23:58:40.198Z] d496ad576159: Waiting [2024-08-06T23:58:40.198Z] 35cb2a7552d0: Waiting [2024-08-06T23:58:40.469Z] a69c41024577: Verifying Checksum [2024-08-06T23:58:40.469Z] a69c41024577: Download complete [2024-08-06T23:58:40.469Z] 35cb2a7552d0: Verifying Checksum [2024-08-06T23:58:40.469Z] 35cb2a7552d0: Download complete [2024-08-06T23:58:40.469Z] 4f4fb700ef54: Verifying Checksum [2024-08-06T23:58:40.469Z] 4f4fb700ef54: Download complete [2024-08-06T23:58:40.469Z] 464afbd9ba4c: Download complete [2024-08-06T23:58:40.469Z] c6b39de5b339: Verifying Checksum [2024-08-06T23:58:40.469Z] c6b39de5b339: Download complete [2024-08-06T23:58:40.739Z] d496ad576159: Verifying Checksum [2024-08-06T23:58:40.739Z] d496ad576159: Download complete [2024-08-06T23:58:41.342Z] c6b39de5b339: Pull complete [2024-08-06T23:58:41.941Z] a69c41024577: Pull complete [2024-08-06T23:58:42.210Z] d6de4b400683: Verifying Checksum [2024-08-06T23:58:42.210Z] d6de4b400683: Download complete [2024-08-06T23:58:43.623Z] 00f215d4a9da: Verifying Checksum [2024-08-06T23:58:43.623Z] 00f215d4a9da: Download complete [2024-08-06T23:58:46.022Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-08-06T23:58:46.022Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-08-06T23:58:46.022Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-08-06T23:58:46.033Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-08-06T23:58:46.666Z] + ls -al . [2024-08-06T23:58:46.666Z] total 872 [2024-08-06T23:58:46.666Z] drwxrwxr-x 11 1001 1001 4096 Aug 6 23:56 . [2024-08-06T23:58:46.666Z] drwxr-xr-x 4 root root 4096 Aug 6 23:56 .. [2024-08-06T23:58:46.666Z] drwxrwxr-x 2 1001 1001 4096 Aug 6 23:55 .blubracket [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 10 Aug 6 23:55 .dockerignore [2024-08-06T23:58:46.666Z] drwxrwxr-x 8 1001 1001 4096 Aug 6 23:58 .git [2024-08-06T23:58:46.666Z] drwxrwxr-x 3 1001 1001 4096 Aug 6 23:55 .github [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 1102 Aug 6 23:55 .gitignore [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 42 Aug 6 23:55 .golangci.yml [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 100 Aug 6 23:55 .hadolint.yml [2024-08-06T23:58:46.666Z] drwxr-xr-x 3 1001 1001 4096 Aug 6 23:55 .semver [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 155 Aug 6 23:55 .sonarcloud.properties [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 1171 Aug 6 23:55 ADOPTERS.md [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 20806 Aug 6 23:55 Attribution.txt [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 100284 Aug 6 23:55 CHANGELOG.md [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 3804 Aug 6 23:55 CONTRIBUTING.md [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 677 Aug 6 23:55 GOVERNANCE.md [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 861 Aug 6 23:55 Jenkinsfile [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 10775 Aug 6 23:55 LICENSE [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 16854 Aug 6 23:55 Makefile [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 582 Aug 6 23:55 OWNERS.md [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 9528 Aug 6 23:55 README.md [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 789 Aug 6 23:55 SECURITY.md [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 12 Aug 6 23:55 VERSION [2024-08-06T23:58:46.666Z] drwxrwxr-x 2 1001 1001 4096 Aug 6 23:55 bin [2024-08-06T23:58:46.666Z] drwxrwxr-x 20 1001 1001 4096 Aug 6 23:55 cmd [2024-08-06T23:58:46.666Z] -rw-r--r-- 1 root root 504185 Aug 6 23:57 coverage.out [2024-08-06T23:58:46.666Z] drwxrwxr-x 2 1001 1001 4096 Aug 6 23:55 fuzz_test [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 7118 Aug 6 23:55 go.mod [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 101672 Aug 6 23:55 go.sum [2024-08-06T23:58:46.666Z] drwxrwxr-x 7 1001 1001 4096 Aug 6 23:55 internal [2024-08-06T23:58:46.666Z] drwxrwxr-x 3 1001 1001 4096 Aug 6 23:55 openapi [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 584 Aug 6 23:55 security.txt [2024-08-06T23:58:46.666Z] -rw-rw-r-- 1 1001 1001 204 Aug 6 23:55 version.go [Pipeline] sh [2024-08-06T23:58:47.264Z] + '[' -e coverage.out ] [2024-08-06T23:58:47.265Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-08-06T23:58:47.396Z] Stashed 1 file(s) [Pipeline] sh [2024-08-06T23:58:47.683Z] + make build [2024-08-06T23:58:47.683Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-06T23:58:55.953Z] d6de4b400683: Pull complete [2024-08-06T23:58:55.953Z] 35cb2a7552d0: Pull complete [2024-08-06T23:58:55.953Z] 4f4fb700ef54: Pull complete [2024-08-06T23:58:55.953Z] 464afbd9ba4c: Pull complete [2024-08-06T23:59:06.037Z] 00f215d4a9da: Pull complete [2024-08-06T23:59:06.621Z] d496ad576159: Pull complete [2024-08-06T23:59:06.621Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-08-06T23:59:06.621Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-06T23:59:06.621Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-08-06T23:59:06.953Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-06T23:59:06.953Z] WORKDIR /edgex [2024-08-06T23:59:06.953Z] COPY go.mod . [2024-08-06T23:59:06.953Z] RUN go mod download [2024-08-06T23:59:06.953Z] + docker build -t ci-base-image-arm64 -f - . [2024-08-06T23:59:07.541Z] Sending build context to Docker daemon 3.374MB [2024-08-06T23:59:07.541Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-06T23:59:07.541Z] ---> f246e2811388 [2024-08-06T23:59:07.541Z] Step 2/4 : WORKDIR /edgex [2024-08-06T23:59:09.484Z] ---> Running in 6eb21bf333f0 [2024-08-06T23:59:09.484Z] Removing intermediate container 6eb21bf333f0 [2024-08-06T23:59:09.484Z] ---> e5648078970b [2024-08-06T23:59:09.484Z] Step 3/4 : COPY go.mod . [2024-08-06T23:59:10.067Z] ---> f4618f5a4de7 [2024-08-06T23:59:10.067Z] Step 4/4 : RUN go mod download [2024-08-06T23:59:10.067Z] ---> Running in e22f901f46f3 [2024-08-06T23:59:14.257Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-06T23:59:14.257Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-06T23:59:15.194Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-06T23:59:15.761Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-06T23:59:17.662Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-06T23:59:22.938Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-06T23:59:24.315Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-06T23:59:26.221Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-06T23:59:28.759Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-06T23:59:29.328Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-06T23:59:29.897Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-06T23:59:30.837Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-06T23:59:31.810Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-08-06T23:59:32.757Z] $ docker stop --time=1 8337d4ac7aff1cea54226c93172bd18bf91b55b222471a0bfce231254e545be4 [2024-08-06T23:59:38.296Z] $ docker rm -f --volumes 8337d4ac7aff1cea54226c93172bd18bf91b55b222471a0bfce231254e545be4 [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-08-06T23:59:39.547Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-06T23:59:39.547Z] [2024-08-06T23:59:39.547Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-06T23:59:39.841Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-06T23:59:39.841Z] latest: Pulling from edgex-devops/edgex-compose [2024-08-06T23:59:39.841Z] 91d30c5bc195: Pulling fs layer [2024-08-06T23:59:39.841Z] 2e9b0aa3be6d: Pulling fs layer [2024-08-06T23:59:39.841Z] 9c61dcf015f6: Pulling fs layer [2024-08-06T23:59:39.841Z] 4698f68db338: Pulling fs layer [2024-08-06T23:59:39.841Z] 2a2f49069b9e: Pulling fs layer [2024-08-06T23:59:39.841Z] e0025b399a48: Pulling fs layer [2024-08-06T23:59:39.841Z] 2a2f49069b9e: Waiting [2024-08-06T23:59:39.841Z] e0025b399a48: Waiting [2024-08-06T23:59:39.841Z] 91d30c5bc195: Verifying Checksum [2024-08-06T23:59:39.841Z] 91d30c5bc195: Download complete [2024-08-06T23:59:39.841Z] 4698f68db338: Download complete [2024-08-06T23:59:40.099Z] 2e9b0aa3be6d: Verifying Checksum [2024-08-06T23:59:40.099Z] 2e9b0aa3be6d: Download complete [2024-08-06T23:59:40.099Z] e0025b399a48: Verifying Checksum [2024-08-06T23:59:40.099Z] e0025b399a48: Download complete [2024-08-06T23:59:40.099Z] 91d30c5bc195: Pull complete [2024-08-06T23:59:40.099Z] 2a2f49069b9e: Download complete [2024-08-06T23:59:40.356Z] 2e9b0aa3be6d: Pull complete [2024-08-06T23:59:40.614Z] 9c61dcf015f6: Verifying Checksum [2024-08-06T23:59:40.614Z] 9c61dcf015f6: Download complete [2024-08-06T23:59:43.151Z] 9c61dcf015f6: Pull complete [2024-08-06T23:59:43.151Z] 4698f68db338: Pull complete [2024-08-06T23:59:43.409Z] 2a2f49069b9e: Pull complete [2024-08-06T23:59:43.668Z] e0025b399a48: Pull complete [2024-08-06T23:59:43.668Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-08-06T23:59:43.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-06T23:59:43.668Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-06T23:59:43.769Z] prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container [2024-08-06T23:59:43.794Z] $ 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/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2024-08-06T23:59:47.243Z] $ docker top b000b6c4569ef17a5f718f32c764e47a4f0359d2cbaa2dee71c13140efee85a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-06T23:59:47.595Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-08-06T23:59:50.129Z] #1 [core-command internal] load build definition from Dockerfile [2024-08-06T23:59:50.129Z] #1 transferring dockerfile: 1.93kB done [2024-08-06T23:59:50.129Z] #1 DONE 0.0s [2024-08-06T23:59:50.129Z] [2024-08-06T23:59:50.129Z] #2 [security-secretstore-setup internal] load build definition from Dockerfile [2024-08-06T23:59:50.129Z] #2 transferring dockerfile: 2.49kB done [2024-08-06T23:59:50.129Z] #2 DONE 0.0s [2024-08-06T23:59:50.129Z] [2024-08-06T23:59:50.129Z] #3 [security-spire-server internal] load build definition from Dockerfile [2024-08-06T23:59:50.129Z] #3 transferring dockerfile: 1.70kB done [2024-08-06T23:59:50.129Z] #3 DONE 0.0s [2024-08-06T23:59:50.129Z] [2024-08-06T23:59:50.129Z] #4 [support-scheduler internal] load build definition from Dockerfile [2024-08-06T23:59:50.129Z] #4 transferring dockerfile: 1.93kB done [2024-08-06T23:59:50.129Z] #4 DONE 0.0s [2024-08-06T23:59:50.129Z] [2024-08-06T23:59:50.129Z] #5 [security-proxy-auth internal] load build definition from Dockerfile [2024-08-06T23:59:50.129Z] #5 transferring dockerfile: 2.15kB done [2024-08-06T23:59:50.129Z] #5 DONE 0.0s [2024-08-06T23:59:50.129Z] [2024-08-06T23:59:50.129Z] #6 [security-proxy-setup internal] load build definition from Dockerfile [2024-08-06T23:59:50.129Z] #6 transferring dockerfile: 2.50kB done [2024-08-06T23:59:50.129Z] #6 DONE 0.0s [2024-08-06T23:59:50.129Z] [2024-08-06T23:59:50.129Z] #7 [core-command internal] load .dockerignore [2024-08-06T23:59:50.129Z] #7 transferring context: 50B done [2024-08-06T23:59:50.129Z] #7 DONE 0.0s [2024-08-06T23:59:50.129Z] [2024-08-06T23:59:50.129Z] #8 [security-spire-agent internal] load build definition from Dockerfile [2024-08-06T23:59:50.129Z] #8 transferring dockerfile: 1.81kB done [2024-08-06T23:59:50.388Z] #8 DONE 0.0s [2024-08-06T23:59:50.388Z] [2024-08-06T23:59:50.388Z] #9 [core-data internal] load build definition from Dockerfile [2024-08-06T23:59:50.388Z] #9 transferring dockerfile: 2.01kB done [2024-08-06T23:59:50.388Z] #9 DONE 0.0s [2024-08-06T23:59:50.388Z] [2024-08-06T23:59:50.388Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-08-06T23:59:50.388Z] #10 transferring dockerfile: 1.89kB done [2024-08-06T23:59:50.388Z] #10 DONE 0.0s [2024-08-06T23:59:50.388Z] [2024-08-06T23:59:50.388Z] #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-08-06T23:59:50.388Z] #11 transferring dockerfile: 2.23kB done [2024-08-06T23:59:50.388Z] #11 DONE 0.0s [2024-08-06T23:59:50.388Z] [2024-08-06T23:59:50.388Z] #12 [security-bootstrapper internal] load build definition from Dockerfile [2024-08-06T23:59:50.388Z] #12 transferring dockerfile: 3.17kB done [2024-08-06T23:59:50.389Z] #12 DONE 0.1s [2024-08-06T23:59:50.389Z] [2024-08-06T23:59:50.389Z] #13 [support-cron-scheduler internal] load build definition from Dockerfile [2024-08-06T23:59:50.389Z] #13 transferring dockerfile: 1.85kB done [2024-08-06T23:59:50.389Z] #13 DONE 0.0s [2024-08-06T23:59:50.389Z] [2024-08-06T23:59:50.389Z] #14 [security-spire-config internal] load build definition from Dockerfile [2024-08-06T23:59:50.389Z] #14 transferring dockerfile: 1.69kB done [2024-08-06T23:59:50.389Z] #14 DONE 0.0s [2024-08-06T23:59:50.389Z] [2024-08-06T23:59:50.389Z] #15 [support-notifications internal] load build definition from Dockerfile [2024-08-06T23:59:50.389Z] #15 transferring dockerfile: 1.95kB done [2024-08-06T23:59:50.389Z] #15 DONE 0.0s [2024-08-06T23:59:50.389Z] [2024-08-06T23:59:50.389Z] #16 [core-metadata internal] load build definition from Dockerfile [2024-08-06T23:59:50.389Z] #16 transferring dockerfile: 2.06kB done [2024-08-06T23:59:50.389Z] #16 DONE 0.1s [2024-08-06T23:59:50.389Z] [2024-08-06T23:59:50.389Z] #17 [core-keeper internal] load build definition from Dockerfile [2024-08-06T23:59:50.389Z] #17 transferring dockerfile: 2.01kB done [2024-08-06T23:59:50.389Z] #17 DONE 0.0s [2024-08-06T23:59:50.389Z] [2024-08-06T23:59:50.389Z] #18 [security-secretstore-setup internal] load .dockerignore [2024-08-06T23:59:50.647Z] #18 ... [2024-08-06T23:59:50.647Z] [2024-08-06T23:59:50.647Z] #19 [security-bootstrapper internal] load .dockerignore [2024-08-06T23:59:50.647Z] #19 DONE 0.0s [2024-08-06T23:59:50.647Z] [2024-08-06T23:59:50.647Z] #20 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-06T23:59:50.647Z] #20 DONE 0.0s [2024-08-06T23:59:50.647Z] [2024-08-06T23:59:50.647Z] #18 [security-secretstore-setup internal] load .dockerignore [2024-08-06T23:59:50.647Z] #18 transferring context: 50B done [2024-08-06T23:59:50.907Z] #18 DONE 0.5s [2024-08-06T23:59:50.907Z] [2024-08-06T23:59:50.907Z] #21 [security-spire-server internal] load .dockerignore [2024-08-06T23:59:50.907Z] #21 transferring context: 50B done [2024-08-06T23:59:50.907Z] #21 DONE 0.3s [2024-08-06T23:59:50.907Z] [2024-08-06T23:59:50.907Z] #20 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-06T23:59:50.907Z] #20 DONE 0.0s [2024-08-06T23:59:50.907Z] [2024-08-06T23:59:50.907Z] #22 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-06T23:59:51.167Z] #22 ... [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #23 [support-scheduler internal] load .dockerignore [2024-08-06T23:59:51.167Z] #23 transferring context: 50B done [2024-08-06T23:59:51.167Z] #23 DONE 0.4s [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #24 [security-proxy-auth internal] load .dockerignore [2024-08-06T23:59:51.167Z] #24 transferring context: 50B done [2024-08-06T23:59:51.167Z] #24 DONE 0.4s [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #25 [security-proxy-setup internal] load .dockerignore [2024-08-06T23:59:51.167Z] #25 transferring context: 50B done [2024-08-06T23:59:51.167Z] #25 DONE 0.4s [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #26 [security-spire-config internal] load .dockerignore [2024-08-06T23:59:51.167Z] #26 transferring context: 50B done [2024-08-06T23:59:51.167Z] #26 DONE 0.4s [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #27 [core-common-config-bootstrapper internal] load .dockerignore [2024-08-06T23:59:51.167Z] #27 transferring context: 50B done [2024-08-06T23:59:51.167Z] #27 DONE 0.4s [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #28 [security-spire-agent internal] load .dockerignore [2024-08-06T23:59:51.167Z] #28 transferring context: 50B done [2024-08-06T23:59:51.167Z] #28 DONE 0.4s [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #20 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-06T23:59:51.167Z] #20 DONE 0.0s [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #29 [security-spiffe-token-provider internal] load .dockerignore [2024-08-06T23:59:51.167Z] #29 transferring context: 50B done [2024-08-06T23:59:51.167Z] #29 DONE 0.4s [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2024-08-06T23:59:51.167Z] #30 DONE 0.4s [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #31 [support-cron-scheduler internal] load .dockerignore [2024-08-06T23:59:51.167Z] #31 transferring context: 50B done [2024-08-06T23:59:51.167Z] #31 DONE 0.4s [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #32 [core-metadata internal] load .dockerignore [2024-08-06T23:59:51.167Z] #32 transferring context: 50B done [2024-08-06T23:59:51.167Z] #32 DONE 0.4s [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #33 [core-data internal] load .dockerignore [2024-08-06T23:59:51.167Z] #33 transferring context: 50B done [2024-08-06T23:59:51.167Z] #33 DONE 0.4s [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #34 [support-notifications internal] load .dockerignore [2024-08-06T23:59:51.167Z] #34 transferring context: 50B done [2024-08-06T23:59:51.167Z] #34 DONE 0.4s [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #19 [security-bootstrapper internal] load .dockerignore [2024-08-06T23:59:51.167Z] #19 transferring context: 50B done [2024-08-06T23:59:51.167Z] #19 DONE 0.4s [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #20 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-06T23:59:51.167Z] #20 DONE 0.0s [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #35 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-06T23:59:51.167Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-06T23:59:51.167Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-06T23:59:51.167Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-06T23:59:51.167Z] #35 ... [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #36 [core-keeper internal] load .dockerignore [2024-08-06T23:59:51.167Z] #36 transferring context: 50B done [2024-08-06T23:59:51.167Z] #36 DONE 0.5s [2024-08-06T23:59:51.167Z] [2024-08-06T23:59:51.167Z] #35 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-06T23:59:51.167Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-06T23:59:51.167Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-06T23:59:51.167Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-06T23:59:51.167Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s [2024-08-06T23:59:51.167Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb [2024-08-06T23:59:51.424Z] #35 ... [2024-08-06T23:59:51.424Z] [2024-08-06T23:59:51.424Z] #20 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-06T23:59:51.424Z] #20 DONE 0.0s [2024-08-06T23:59:51.424Z] [2024-08-06T23:59:51.424Z] #35 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-06T23:59:51.424Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-06T23:59:51.424Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-06T23:59:51.424Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-06T23:59:51.424Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-06T23:59:51.424Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-08-06T23:59:51.424Z] #35 ... [2024-08-06T23:59:51.424Z] [2024-08-06T23:59:51.424Z] #20 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-06T23:59:51.424Z] #20 DONE 0.0s [2024-08-06T23:59:51.424Z] [2024-08-06T23:59:51.424Z] #35 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-06T23:59:51.682Z] #35 ... [2024-08-06T23:59:51.682Z] [2024-08-06T23:59:51.682Z] #20 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-06T23:59:51.682Z] #20 DONE 0.0s [2024-08-06T23:59:51.682Z] [2024-08-06T23:59:51.682Z] #30 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-08-06T23:59:51.682Z] #30 DONE 0.7s [2024-08-06T23:59:51.682Z] [2024-08-06T23:59:51.682Z] #35 [support-cron-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-06T23:59:51.682Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-06T23:59:51.682Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-06T23:59:51.682Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-06T23:59:51.682Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-06T23:59:51.682Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-08-06T23:59:51.682Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.4s done [2024-08-06T23:59:51.682Z] #35 ... [2024-08-06T23:59:51.682Z] [2024-08-06T23:59:51.682Z] #20 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-06T23:59:51.682Z] #20 DONE 0.0s [2024-08-06T23:59:51.941Z] [2024-08-06T23:59:51.941Z] #37 [core-data internal] load build context [2024-08-06T23:59:51.941Z] #37 ... [2024-08-06T23:59:51.941Z] [2024-08-06T23:59:51.941Z] #22 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-06T23:59:51.941Z] #22 DONE 1.0s [2024-08-06T23:59:51.941Z] [2024-08-06T23:59:51.941Z] #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-08-06T23:59:51.941Z] #38 DONE 0.9s [2024-08-06T23:59:51.941Z] [2024-08-06T23:59:51.941Z] #37 [core-data internal] load build context [2024-08-06T23:59:52.199Z] #37 ... [2024-08-06T23:59:52.199Z] [2024-08-06T23:59:52.199Z] #30 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 [2024-08-06T23:59:52.199Z] #30 DONE 1.2s [2024-08-06T23:59:52.199Z] [2024-08-06T23:59:52.199Z] #37 [core-data internal] load build context [2024-08-06T23:59:56.385Z] #37 transferring context: 111.86MB 4.5s [2024-08-06T23:59:57.759Z] #37 ... [2024-08-06T23:59:57.759Z] [2024-08-06T23:59:57.759Z] #39 [security-proxy-auth internal] load build context [2024-08-06T23:59:58.018Z] #39 ... [2024-08-06T23:59:58.018Z] [2024-08-06T23:59:58.018Z] #37 [core-data internal] load build context [2024-08-07T00:00:01.678Z] #37 ... [2024-08-07T00:00:01.678Z] [2024-08-07T00:00:01.678Z] #40 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-08-07T00:00:01.678Z] #40 ... [2024-08-07T00:00:01.678Z] [2024-08-07T00:00:01.678Z] #41 [security-secretstore-setup internal] load build context [2024-08-07T00:00:01.678Z] #41 ... [2024-08-07T00:00:01.678Z] [2024-08-07T00:00:01.678Z] #42 [security-proxy-setup internal] load build context [2024-08-07T00:00:01.678Z] #42 transferring context: 337.85MB 10.0s [2024-08-07T00:00:01.678Z] #42 ... [2024-08-07T00:00:01.678Z] [2024-08-07T00:00:01.678Z] #43 [core-command internal] load build context [2024-08-07T00:00:01.678Z] #43 ... [2024-08-07T00:00:01.678Z] [2024-08-07T00:00:01.678Z] #44 [support-scheduler internal] load build context [2024-08-07T00:00:01.678Z] #44 ... [2024-08-07T00:00:01.678Z] [2024-08-07T00:00:01.678Z] #45 [core-common-config-bootstrapper internal] load build context [2024-08-07T00:00:01.678Z] #45 ... [2024-08-07T00:00:01.678Z] [2024-08-07T00:00:01.678Z] #46 [core-metadata internal] load build context [2024-08-07T00:00:01.678Z] #46 ... [2024-08-07T00:00:01.678Z] [2024-08-07T00:00:01.678Z] #47 [security-bootstrapper internal] load build context [2024-08-07T00:00:02.091Z] #47 ... [2024-08-07T00:00:02.091Z] [2024-08-07T00:00:02.091Z] #48 [support-notifications internal] load build context [2024-08-07T00:00:02.091Z] #48 ... [2024-08-07T00:00:02.091Z] [2024-08-07T00:00:02.091Z] #49 [support-cron-scheduler internal] load build context [2024-08-07T00:00:02.398Z] #49 ... [2024-08-07T00:00:02.398Z] [2024-08-07T00:00:02.398Z] #50 [security-spire-server internal] load build context [2024-08-07T00:00:02.398Z] #50 transferring context: 27.23kB 0.0s done [2024-08-07T00:00:02.398Z] #50 ... [2024-08-07T00:00:02.398Z] [2024-08-07T00:00:02.398Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T00:00:02.398Z] #51 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 2.1s done [2024-08-07T00:00:02.398Z] #51 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-08-07T00:00:02.398Z] #51 ... [2024-08-07T00:00:02.398Z] [2024-08-07T00:00:02.398Z] #52 [security-spire-agent internal] load build context [2024-08-07T00:00:02.398Z] #52 transferring context: 26.76kB 0.0s done [2024-08-07T00:00:02.398Z] #52 ... [2024-08-07T00:00:02.398Z] [2024-08-07T00:00:02.398Z] #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:00:02.398Z] #53 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 4.2s done [2024-08-07T00:00:02.398Z] #53 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-08-07T00:00:02.658Z] #53 ... [2024-08-07T00:00:02.658Z] [2024-08-07T00:00:02.658Z] #54 [core-keeper internal] load build context [2024-08-07T00:00:02.658Z] #54 ... [2024-08-07T00:00:02.658Z] [2024-08-07T00:00:02.658Z] #55 [security-spire-config internal] load build context [2024-08-07T00:00:02.658Z] #55 transferring context: 25.48kB 0.0s done [2024-08-07T00:00:02.936Z] #55 ... [2024-08-07T00:00:02.936Z] [2024-08-07T00:00:02.936Z] #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:02.936Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T00:00:02.937Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T00:00:02.937Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T00:00:02.937Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T00:00:02.937Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-08-07T00:00:02.937Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.4s done [2024-08-07T00:00:02.937Z] #35 ... [2024-08-07T00:00:02.937Z] [2024-08-07T00:00:02.937Z] #56 [security-spiffe-token-provider internal] load build context [2024-08-07T00:00:03.196Z] #56 ... [2024-08-07T00:00:03.196Z] [2024-08-07T00:00:03.196Z] #48 [support-notifications internal] load build context [2024-08-07T00:00:05.736Z] #48 transferring context: 493.08MB 13.7s done [2024-08-07T00:00:08.272Z] #48 ... [2024-08-07T00:00:08.272Z] [2024-08-07T00:00:08.272Z] #43 [core-command internal] load build context [2024-08-07T00:00:08.272Z] #43 transferring context: 493.08MB 16.1s done [2024-08-07T00:00:08.272Z] #43 ... [2024-08-07T00:00:08.272Z] [2024-08-07T00:00:08.272Z] #39 [security-proxy-auth internal] load build context [2024-08-07T00:00:08.272Z] #39 transferring context: 493.08MB 15.4s done [2024-08-07T00:00:08.272Z] #39 ... [2024-08-07T00:00:08.272Z] [2024-08-07T00:00:08.272Z] #49 [support-cron-scheduler internal] load build context [2024-08-07T00:00:10.495Z] #49 transferring context: 493.08MB 7.9s done [2024-08-07T00:00:11.068Z] #49 ... [2024-08-07T00:00:11.068Z] [2024-08-07T00:00:11.068Z] #37 [core-data internal] load build context [2024-08-07T00:00:11.068Z] #37 transferring context: 493.08MB 16.1s done [2024-08-07T00:00:11.488Z] #37 ... [2024-08-07T00:00:11.488Z] [2024-08-07T00:00:11.488Z] #44 [support-scheduler internal] load build context [2024-08-07T00:00:11.488Z] #44 transferring context: 493.08MB 16.8s done [2024-08-07T00:00:11.488Z] #44 ... [2024-08-07T00:00:11.488Z] [2024-08-07T00:00:11.488Z] #41 [security-secretstore-setup internal] load build context [2024-08-07T00:00:11.488Z] #41 transferring context: 493.08MB 14.1s done [2024-08-07T00:00:11.748Z] #41 ... [2024-08-07T00:00:11.748Z] [2024-08-07T00:00:11.748Z] #42 [security-proxy-setup internal] load build context [2024-08-07T00:00:11.748Z] #42 transferring context: 493.08MB 13.7s done [2024-08-07T00:00:11.748Z] #42 ... [2024-08-07T00:00:11.748Z] [2024-08-07T00:00:11.748Z] #46 [core-metadata internal] load build context [2024-08-07T00:00:11.748Z] #46 transferring context: 493.08MB 15.8s done [2024-08-07T00:00:12.008Z] #46 ... [2024-08-07T00:00:12.008Z] [2024-08-07T00:00:12.008Z] #47 [security-bootstrapper internal] load build context [2024-08-07T00:00:12.008Z] #47 transferring context: 493.08MB 13.0s done [2024-08-07T00:00:12.008Z] #47 ... [2024-08-07T00:00:12.008Z] [2024-08-07T00:00:12.008Z] #45 [core-common-config-bootstrapper internal] load build context [2024-08-07T00:00:12.008Z] #45 transferring context: 493.08MB 14.1s done [2024-08-07T00:00:12.575Z] #45 ... [2024-08-07T00:00:12.576Z] [2024-08-07T00:00:12.576Z] #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:13.141Z] #35 ... [2024-08-07T00:00:13.141Z] [2024-08-07T00:00:13.141Z] #56 [security-spiffe-token-provider internal] load build context [2024-08-07T00:00:13.141Z] #56 transferring context: 493.08MB 13.5s done [2024-08-07T00:00:13.421Z] #56 ... [2024-08-07T00:00:13.421Z] [2024-08-07T00:00:13.421Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T00:00:13.421Z] #51 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-08-07T00:00:13.421Z] #51 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-08-07T00:00:13.882Z] #51 ... [2024-08-07T00:00:13.882Z] [2024-08-07T00:00:13.882Z] #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:00:13.882Z] #53 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-08-07T00:00:13.882Z] #53 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-08-07T00:00:14.450Z] #53 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 2.9s [2024-08-07T00:00:14.750Z] #53 ... [2024-08-07T00:00:14.750Z] [2024-08-07T00:00:14.750Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T00:00:15.009Z] #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 4.4s [2024-08-07T00:00:16.910Z] #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 6.0s [2024-08-07T00:00:17.229Z] #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 6.5s [2024-08-07T00:00:17.910Z] Removing intermediate container e22f901f46f3 [2024-08-07T00:00:17.910Z] ---> db2c9688a49a [2024-08-07T00:00:17.910Z] Successfully built db2c9688a49a [2024-08-07T00:00:17.910Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:00:18.250Z] + docker inspect -f . ci-base-image-arm64 [2024-08-07T00:00:18.250Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T00:00:18.447Z] prd-ubuntu20.04-docker-arm64-4c-16g-7232 does not seem to be running inside a container [2024-08-07T00:00:18.507Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@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-08-07T00:00:19.679Z] $ docker top 6ee94816bf31aa914618423f3cdea666e183c1c454374a3c6ebdd2b785f7aca0 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T00:00:20.500Z] + go version [2024-08-07T00:00:20.500Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-08-07T00:00:20.513Z] $ docker stop --time=1 6ee94816bf31aa914618423f3cdea666e183c1c454374a3c6ebdd2b785f7aca0 [2024-08-07T00:00:20.624Z] #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 9.6s [2024-08-07T00:00:21.559Z] #51 ... [2024-08-07T00:00:21.559Z] [2024-08-07T00:00:21.559Z] #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:00:22.090Z] $ docker rm -f --volumes 6ee94816bf31aa914618423f3cdea666e183c1c454374a3c6ebdd2b785f7aca0 [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-08-07T00:00:22.497Z] #53 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 10.6s [2024-08-07T00:00:22.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-07T00:00:22.740Z] [2024-08-07T00:00:22.740Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:00:23.071Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-07T00:00:23.071Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-08-07T00:00:23.071Z] 547446be3368: Pulling fs layer [2024-08-07T00:00:23.071Z] d125d8839a47: Pulling fs layer [2024-08-07T00:00:23.071Z] 3e85d5ac6304: Pulling fs layer [2024-08-07T00:00:23.071Z] c3105a71a48b: Pulling fs layer [2024-08-07T00:00:23.071Z] 0f093f025ec4: Pulling fs layer [2024-08-07T00:00:23.071Z] c3106fc0e877: Pulling fs layer [2024-08-07T00:00:23.071Z] c3105a71a48b: Waiting [2024-08-07T00:00:23.071Z] 0f093f025ec4: Waiting [2024-08-07T00:00:23.071Z] c3106fc0e877: Waiting [2024-08-07T00:00:23.339Z] 547446be3368: Verifying Checksum [2024-08-07T00:00:23.339Z] 547446be3368: Download complete [2024-08-07T00:00:23.339Z] c3105a71a48b: Verifying Checksum [2024-08-07T00:00:23.339Z] c3105a71a48b: Download complete [2024-08-07T00:00:23.605Z] d125d8839a47: Verifying Checksum [2024-08-07T00:00:23.605Z] d125d8839a47: Download complete [2024-08-07T00:00:23.870Z] c3106fc0e877: Verifying Checksum [2024-08-07T00:00:23.870Z] 0f093f025ec4: Verifying Checksum [2024-08-07T00:00:23.870Z] 0f093f025ec4: Download complete [2024-08-07T00:00:24.135Z] 547446be3368: Pull complete [2024-08-07T00:00:25.064Z] #53 ... [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #55 [security-spire-config internal] load build context [2024-08-07T00:00:25.064Z] #55 DONE 32.7s [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #52 [security-spire-agent internal] load build context [2024-08-07T00:00:25.064Z] #52 DONE 32.6s [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #50 [security-spire-server internal] load build context [2024-08-07T00:00:25.064Z] #50 DONE 32.6s [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #42 [security-proxy-setup internal] load build context [2024-08-07T00:00:25.064Z] #42 DONE 33.6s [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:00:25.064Z] #53 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 12.9s done [2024-08-07T00:00:25.064Z] #53 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 12.9s done [2024-08-07T00:00:25.064Z] #53 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-07T00:00:25.064Z] #53 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-08-07T00:00:25.064Z] #53 ... [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #57 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T00:00:25.064Z] #57 ... [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #47 [security-bootstrapper internal] load build context [2024-08-07T00:00:25.064Z] #47 DONE 33.1s [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #56 [security-spiffe-token-provider internal] load build context [2024-08-07T00:00:25.064Z] #56 DONE 33.4s [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #48 [support-notifications internal] load build context [2024-08-07T00:00:25.064Z] #48 DONE 33.1s [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #45 [core-common-config-bootstrapper internal] load build context [2024-08-07T00:00:25.064Z] #45 DONE 33.6s [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #41 [security-secretstore-setup internal] load build context [2024-08-07T00:00:25.064Z] #41 DONE 33.7s [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #39 [security-proxy-auth internal] load build context [2024-08-07T00:00:25.064Z] #39 DONE 33.7s [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #43 [core-command internal] load build context [2024-08-07T00:00:25.064Z] #43 DONE 33.7s [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #46 [core-metadata internal] load build context [2024-08-07T00:00:25.064Z] #46 DONE 33.2s [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #49 [support-cron-scheduler internal] load build context [2024-08-07T00:00:25.064Z] #49 DONE 33.3s [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #37 [core-data internal] load build context [2024-08-07T00:00:25.064Z] #37 DONE 33.2s [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #44 [support-scheduler internal] load build context [2024-08-07T00:00:25.064Z] #44 DONE 33.8s [2024-08-07T00:00:25.064Z] [2024-08-07T00:00:25.064Z] #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:00:25.064Z] #53 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 13.1s done [2024-08-07T00:00:25.064Z] #53 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 4.19MB / 30.73MB 13.2s [2024-08-07T00:00:25.065Z] #53 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-08-07T00:00:25.065Z] #53 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 8.39MB / 30.73MB 13.3s [2024-08-07T00:00:25.065Z] #53 ... [2024-08-07T00:00:25.065Z] [2024-08-07T00:00:25.065Z] #40 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-08-07T00:00:25.065Z] #40 DONE 34.2s [2024-08-07T00:00:25.065Z] [2024-08-07T00:00:25.065Z] #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:00:25.065Z] #53 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 12.58MB / 30.73MB 13.4s [2024-08-07T00:00:25.092Z] d125d8839a47: Pull complete [2024-08-07T00:00:25.325Z] #53 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 16.78MB / 30.73MB 13.5s [2024-08-07T00:00:25.325Z] #53 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 19.92MB / 30.73MB 13.6s [2024-08-07T00:00:25.325Z] #53 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 25.17MB / 30.73MB 13.7s [2024-08-07T00:00:25.583Z] #53 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.41MB / 30.73MB 13.8s [2024-08-07T00:00:25.671Z] 3e85d5ac6304: Verifying Checksum [2024-08-07T00:00:25.671Z] 3e85d5ac6304: Download complete [2024-08-07T00:00:25.843Z] #53 ... [2024-08-07T00:00:25.843Z] [2024-08-07T00:00:25.843Z] #58 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-08-07T00:00:25.843Z] #58 DONE 0.9s [2024-08-07T00:00:25.843Z] [2024-08-07T00:00:25.843Z] #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:00:25.843Z] #53 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 13.9s done [2024-08-07T00:00:25.843Z] #53 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 [2024-08-07T00:00:27.225Z] #53 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.6s done [2024-08-07T00:00:27.493Z] #53 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.6s done [2024-08-07T00:00:30.048Z] #53 ... [2024-08-07T00:00:30.048Z] [2024-08-07T00:00:30.048Z] #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T00:00:30.048Z] #59 DONE 5.1s [2024-08-07T00:00:30.048Z] [2024-08-07T00:00:30.048Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T00:00:30.048Z] #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 13.9s done [2024-08-07T00:00:30.048Z] #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 13.9s done [2024-08-07T00:00:30.048Z] #51 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 13.0s done [2024-08-07T00:00:30.048Z] #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-07T00:00:30.048Z] #51 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 17.8s done [2024-08-07T00:00:30.048Z] #51 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-08-07T00:00:30.048Z] #51 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.3s done [2024-08-07T00:00:30.307Z] #51 ... [2024-08-07T00:00:30.307Z] [2024-08-07T00:00:30.307Z] #54 [core-keeper internal] load build context [2024-08-07T00:00:30.307Z] #54 transferring context: 493.08MB 4.6s done [2024-08-07T00:00:30.307Z] #54 DONE 38.2s [2024-08-07T00:00:30.307Z] [2024-08-07T00:00:30.307Z] #60 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-07T00:00:30.566Z] #60 ... [2024-08-07T00:00:30.566Z] [2024-08-07T00:00:30.566Z] #61 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-07T00:00:30.566Z] #0 1.312 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 3.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 3.557 (1/2) Installing dumb-init (1.2.5-r2) [2024-08-07T00:00:30.566Z] #0 3.759 (2/2) Installing su-exec (0.2-r3) [2024-08-07T00:00:30.566Z] #0 3.759 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:00:30.566Z] #0 3.790 OK: 7 MiB in 17 packages [2024-08-07T00:00:30.566Z] #61 DONE 5.8s [2024-08-07T00:00:30.566Z] [2024-08-07T00:00:30.566Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-07T00:00:30.566Z] #0 4.342 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 4.831 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 5.067 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T00:00:30.566Z] #0 5.067 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T00:00:30.566Z] #0 5.067 OK: 20070 distinct packages available [2024-08-07T00:00:30.566Z] #0 5.120 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 5.222 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 5.490 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-07T00:00:30.566Z] #0 5.506 (2/4) Installing musl-obstack (1.2.3-r2) [2024-08-07T00:00:30.566Z] #0 5.506 (3/4) Installing libucontext (1.2-r2) [2024-08-07T00:00:30.566Z] #0 5.506 (4/4) Installing gcompat (1.1.0-r1) [2024-08-07T00:00:30.566Z] #0 5.509 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:00:30.566Z] #0 5.522 OK: 8 MiB in 19 packages [2024-08-07T00:00:30.566Z] #62 DONE 5.8s [2024-08-07T00:00:30.566Z] [2024-08-07T00:00:30.566Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T00:00:30.566Z] #0 1.539 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 3.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 3.545 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T00:00:30.566Z] #0 3.545 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T00:00:30.566Z] #0 3.545 OK: 20070 distinct packages available [2024-08-07T00:00:30.566Z] #0 3.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 3.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 3.960 (1/11) Installing ca-certificates (20240226-r0) [2024-08-07T00:00:30.566Z] #0 3.999 (2/11) Installing brotli-libs (1.0.9-r14) [2024-08-07T00:00:30.566Z] #0 4.007 (3/11) Installing libunistring (1.1-r1) [2024-08-07T00:00:30.566Z] #0 4.021 (4/11) Installing libidn2 (2.3.4-r1) [2024-08-07T00:00:30.566Z] #0 4.026 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-08-07T00:00:30.566Z] #0 4.033 (6/11) Installing libcurl (8.9.0-r0) [2024-08-07T00:00:30.566Z] #0 4.043 (7/11) Installing curl (8.9.0-r0) [2024-08-07T00:00:30.566Z] #0 4.050 (8/11) Installing dumb-init (1.2.5-r2) [2024-08-07T00:00:30.566Z] #0 4.055 (9/11) Installing musl-obstack (1.2.3-r2) [2024-08-07T00:00:30.566Z] #0 4.059 (10/11) Installing libucontext (1.2-r2) [2024-08-07T00:00:30.566Z] #0 4.069 (11/11) Installing gcompat (1.1.0-r1) [2024-08-07T00:00:30.566Z] #0 4.077 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:00:30.566Z] #0 4.108 Executing ca-certificates-20240226-r0.trigger [2024-08-07T00:00:30.566Z] #0 4.155 OK: 12 MiB in 26 packages [2024-08-07T00:00:30.566Z] #63 DONE 5.8s [2024-08-07T00:00:30.566Z] [2024-08-07T00:00:30.566Z] #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T00:00:30.566Z] #0 1.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 3.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 3.509 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T00:00:30.566Z] #0 3.513 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:00:30.566Z] #0 3.528 OK: 7 MiB in 16 packages [2024-08-07T00:00:30.566Z] #64 DONE 5.8s [2024-08-07T00:00:30.566Z] [2024-08-07T00:00:30.566Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-07T00:00:30.566Z] #0 3.802 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 3.886 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 4.138 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-07T00:00:30.566Z] #0 4.141 (2/4) Installing openssl (3.1.6-r0) [2024-08-07T00:00:30.566Z] #0 4.152 (3/4) Installing su-exec (0.2-r3) [2024-08-07T00:00:30.566Z] #0 4.156 (4/4) Installing yq (4.33.3-r5) [2024-08-07T00:00:30.566Z] #0 4.780 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:00:30.566Z] #0 4.780 OK: 17 MiB in 19 packages [2024-08-07T00:00:30.566Z] #65 DONE 5.9s [2024-08-07T00:00:30.566Z] [2024-08-07T00:00:30.566Z] #66 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-07T00:00:30.566Z] #0 4.819 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 4.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 5.118 (1/2) Installing ca-certificates (20240226-r0) [2024-08-07T00:00:30.566Z] #0 5.136 (2/2) Installing dumb-init (1.2.5-r2) [2024-08-07T00:00:30.566Z] #0 5.141 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:00:30.566Z] #0 5.152 Executing ca-certificates-20240226-r0.trigger [2024-08-07T00:00:30.566Z] #0 5.198 OK: 8 MiB in 17 packages [2024-08-07T00:00:30.566Z] #66 DONE 5.9s [2024-08-07T00:00:30.566Z] [2024-08-07T00:00:30.566Z] #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T00:00:30.566Z] #0 1.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 3.249 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 3.558 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T00:00:30.566Z] #0 3.558 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T00:00:30.566Z] #0 3.558 OK: 20070 distinct packages available [2024-08-07T00:00:30.566Z] #0 3.607 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 3.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 3.924 (1/5) Installing dumb-init (1.2.5-r2) [2024-08-07T00:00:30.566Z] #0 3.929 (2/5) Installing musl-obstack (1.2.3-r2) [2024-08-07T00:00:30.566Z] #0 3.931 (3/5) Installing libucontext (1.2-r2) [2024-08-07T00:00:30.566Z] #0 3.937 (4/5) Installing gcompat (1.1.0-r1) [2024-08-07T00:00:30.566Z] #0 3.941 (5/5) Installing openssl (3.1.6-r0) [2024-08-07T00:00:30.566Z] #0 3.975 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:00:30.566Z] #0 3.982 OK: 8 MiB in 20 packages [2024-08-07T00:00:30.566Z] #67 DONE 5.9s [2024-08-07T00:00:30.566Z] [2024-08-07T00:00:30.566Z] #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-07T00:00:30.566Z] #0 3.813 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 3.906 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #0 4.169 (1/4) Installing ca-certificates (20240226-r0) [2024-08-07T00:00:30.566Z] #0 4.213 (2/4) Installing dumb-init (1.2.5-r2) [2024-08-07T00:00:30.566Z] #0 4.216 (3/4) Installing su-exec (0.2-r3) [2024-08-07T00:00:30.566Z] #0 4.219 (4/4) Installing yq (4.33.3-r5) [2024-08-07T00:00:30.566Z] #0 4.791 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:00:30.566Z] #0 4.796 Executing ca-certificates-20240226-r0.trigger [2024-08-07T00:00:30.566Z] #0 4.851 OK: 17 MiB in 19 packages [2024-08-07T00:00:30.566Z] #68 DONE 5.9s [2024-08-07T00:00:30.566Z] [2024-08-07T00:00:30.566Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T00:00:30.566Z] #69 DONE 5.0s [2024-08-07T00:00:30.566Z] [2024-08-07T00:00:30.566Z] #57 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T00:00:30.566Z] #57 2.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #57 3.276 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:30.566Z] #57 3.635 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T00:00:30.567Z] #57 3.755 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:00:30.567Z] #57 3.815 OK: 7 MiB in 16 packages [2024-08-07T00:00:30.567Z] #57 DONE 6.2s [2024-08-07T00:00:30.567Z] [2024-08-07T00:00:30.567Z] #70 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:00:30.826Z] #70 ... [2024-08-07T00:00:30.826Z] [2024-08-07T00:00:30.826Z] #53 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:00:30.826Z] #53 DONE 38.8s [2024-08-07T00:00:31.084Z] [2024-08-07T00:00:31.084Z] #71 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:00:31.084Z] #71 ... [2024-08-07T00:00:31.084Z] [2024-08-07T00:00:31.084Z] #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-07T00:00:31.084Z] #0 4.807 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:31.084Z] #0 4.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:31.084Z] #0 5.150 OK: 264 MiB in 52 packages [2024-08-07T00:00:31.084Z] #72 DONE 5.4s [2024-08-07T00:00:31.084Z] [2024-08-07T00:00:31.084Z] #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:00:31.084Z] #73 DONE 0.0s [2024-08-07T00:00:31.342Z] [2024-08-07T00:00:31.342Z] #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:00:32.717Z] #74 ... [2024-08-07T00:00:32.717Z] [2024-08-07T00:00:32.717Z] #75 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T00:00:32.717Z] #0 6.728 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:32.717Z] #0 6.813 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:32.717Z] #0 7.071 OK: 264 MiB in 52 packages [2024-08-07T00:00:32.717Z] #75 DONE 7.3s [2024-08-07T00:00:32.717Z] [2024-08-07T00:00:32.717Z] #76 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T00:00:32.717Z] #0 6.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:32.717Z] #0 6.632 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:32.717Z] #0 6.888 OK: 264 MiB in 52 packages [2024-08-07T00:00:32.717Z] #76 DONE 7.1s [2024-08-07T00:00:32.717Z] [2024-08-07T00:00:32.717Z] #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:00:32.717Z] #77 DONE 0.1s [2024-08-07T00:00:32.717Z] [2024-08-07T00:00:32.717Z] #78 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:00:32.717Z] #78 DONE 0.1s [2024-08-07T00:00:32.717Z] [2024-08-07T00:00:32.717Z] #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:00:33.285Z] #79 ... [2024-08-07T00:00:33.285Z] [2024-08-07T00:00:33.285Z] #80 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T00:00:33.285Z] #0 6.475 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:33.285Z] #0 6.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:33.285Z] #0 6.831 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T00:00:33.285Z] #0 6.831 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T00:00:33.285Z] #0 6.831 OK: 20077 distinct packages available [2024-08-07T00:00:33.285Z] #0 6.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:33.285Z] #0 7.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:33.285Z] #0 7.239 OK: 264 MiB in 52 packages [2024-08-07T00:00:33.285Z] #80 DONE 7.4s [2024-08-07T00:00:33.285Z] [2024-08-07T00:00:33.285Z] #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:00:33.285Z] #81 DONE 0.0s [2024-08-07T00:00:33.285Z] [2024-08-07T00:00:33.285Z] #60 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-07T00:00:33.285Z] #60 2.821 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:33.285Z] #60 ... [2024-08-07T00:00:33.285Z] [2024-08-07T00:00:33.285Z] #82 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-07T00:00:33.285Z] #0 2.508 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:33.285Z] #0 2.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:33.285Z] #0 2.781 OK: 7 MiB in 17 packages [2024-08-07T00:00:33.285Z] #82 DONE 2.9s [2024-08-07T00:00:33.543Z] [2024-08-07T00:00:33.543Z] #83 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-07T00:00:33.874Z] #83 ... [2024-08-07T00:00:33.874Z] [2024-08-07T00:00:33.874Z] #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:00:33.874Z] #0 2.876 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:33.874Z] #0 2.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:33.874Z] #0 3.199 OK: 12 MiB in 26 packages [2024-08-07T00:00:33.874Z] #84 DONE 3.3s [2024-08-07T00:00:34.154Z] [2024-08-07T00:00:34.154Z] #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-07T00:00:34.154Z] #0 3.084 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:34.154Z] #0 3.166 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:34.154Z] #0 3.371 OK: 8 MiB in 19 packages [2024-08-07T00:00:34.154Z] #85 DONE 3.5s [2024-08-07T00:00:34.154Z] [2024-08-07T00:00:34.154Z] #70 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:00:34.154Z] #70 3.496 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:34.154Z] #70 3.596 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:34.426Z] #70 3.888 OK: 7 MiB in 16 packages [2024-08-07T00:00:35.460Z] #70 ... [2024-08-07T00:00:35.460Z] [2024-08-07T00:00:35.460Z] #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-07T00:00:35.460Z] #0 3.249 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:35.460Z] #0 4.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:35.460Z] #0 4.565 OK: 17 MiB in 19 packages [2024-08-07T00:00:35.460Z] #86 DONE 4.8s [2024-08-07T00:00:35.460Z] [2024-08-07T00:00:35.460Z] #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-08-07T00:00:35.460Z] #0 3.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:35.460Z] #0 3.535 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:35.460Z] #0 3.802 OK: 8 MiB in 20 packages [2024-08-07T00:00:35.460Z] #87 DONE 4.8s [2024-08-07T00:00:35.460Z] [2024-08-07T00:00:35.460Z] #88 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T00:00:35.460Z] #88 DONE 1.5s [2024-08-07T00:00:35.460Z] [2024-08-07T00:00:35.460Z] #89 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-07T00:00:35.460Z] #0 3.268 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:35.460Z] #0 3.393 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:35.460Z] #0 3.582 OK: 17 MiB in 19 packages [2024-08-07T00:00:35.460Z] #89 DONE 4.8s [2024-08-07T00:00:35.460Z] [2024-08-07T00:00:35.460Z] #90 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:00:35.460Z] #0 2.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:35.460Z] #0 3.600 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:35.460Z] #0 3.914 OK: 7 MiB in 16 packages [2024-08-07T00:00:35.460Z] #90 DONE 4.9s [2024-08-07T00:00:35.460Z] [2024-08-07T00:00:35.460Z] #70 [core-command stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:00:35.460Z] #70 DONE 5.1s [2024-08-07T00:00:35.460Z] [2024-08-07T00:00:35.460Z] #91 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-08-07T00:00:35.813Z] 3e85d5ac6304: Pull complete [2024-08-07T00:00:35.813Z] c3105a71a48b: Pull complete [2024-08-07T00:00:36.782Z] 0f093f025ec4: Pull complete [2024-08-07T00:00:37.056Z] c3106fc0e877: Pull complete [2024-08-07T00:00:37.056Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-08-07T00:00:37.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-07T00:00:37.056Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T00:00:37.264Z] prd-ubuntu20.04-docker-arm64-4c-16g-7232 does not seem to be running inside a container [2024-08-07T00:00:37.323Z] $ 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/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@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-08-07T00:00:37.498Z] #91 ... [2024-08-07T00:00:37.498Z] [2024-08-07T00:00:37.498Z] #92 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-08-07T00:00:37.498Z] #92 DONE 1.8s [2024-08-07T00:00:37.498Z] [2024-08-07T00:00:37.498Z] #60 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-07T00:00:37.498Z] #60 4.397 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:37.498Z] #60 5.073 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T00:00:37.498Z] #60 5.392 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:00:37.498Z] #60 5.404 OK: 7 MiB in 16 packages [2024-08-07T00:00:37.498Z] #60 DONE 6.9s [2024-08-07T00:00:37.498Z] [2024-08-07T00:00:37.498Z] #71 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:00:37.498Z] #71 5.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:37.498Z] #71 5.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:37.498Z] #71 5.520 OK: 8 MiB in 17 packages [2024-08-07T00:00:37.498Z] #71 DONE 6.7s [2024-08-07T00:00:37.498Z] [2024-08-07T00:00:37.498Z] #91 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-08-07T00:00:37.498Z] #91 DONE 1.9s [2024-08-07T00:00:37.498Z] [2024-08-07T00:00:37.498Z] #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-07T00:00:37.498Z] #93 DONE 1.9s [2024-08-07T00:00:37.498Z] [2024-08-07T00:00:37.498Z] #94 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T00:00:37.498Z] #94 DONE 2.0s [2024-08-07T00:00:37.498Z] [2024-08-07T00:00:37.498Z] #95 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-08-07T00:00:38.434Z] #95 ... [2024-08-07T00:00:38.434Z] [2024-08-07T00:00:38.434Z] #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T00:00:38.434Z] #96 DONE 1.0s [2024-08-07T00:00:38.434Z] [2024-08-07T00:00:38.434Z] #97 [security-spire-config stage-2 6/10] COPY security.txt / [2024-08-07T00:00:38.434Z] #97 DONE 1.0s [2024-08-07T00:00:38.434Z] [2024-08-07T00:00:38.434Z] #95 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-08-07T00:00:38.434Z] #95 DONE 1.0s [2024-08-07T00:00:38.434Z] [2024-08-07T00:00:38.434Z] #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T00:00:38.434Z] #98 DONE 0.1s [2024-08-07T00:00:38.434Z] [2024-08-07T00:00:38.434Z] #99 [security-spire-server stage-2 6/9] COPY security.txt / [2024-08-07T00:00:38.434Z] #99 DONE 0.1s [2024-08-07T00:00:38.434Z] [2024-08-07T00:00:38.434Z] #100 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-08-07T00:00:38.434Z] #100 DONE 0.1s [2024-08-07T00:00:38.434Z] [2024-08-07T00:00:38.434Z] #101 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-08-07T00:00:38.434Z] #101 DONE 0.1s [2024-08-07T00:00:38.434Z] [2024-08-07T00:00:38.434Z] #102 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-08-07T00:00:38.434Z] #102 DONE 0.1s [2024-08-07T00:00:38.434Z] [2024-08-07T00:00:38.434Z] #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T00:00:38.434Z] #103 DONE 0.1s [2024-08-07T00:00:38.434Z] [2024-08-07T00:00:38.434Z] #104 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-08-07T00:00:38.434Z] #104 DONE 0.1s [2024-08-07T00:00:38.434Z] [2024-08-07T00:00:38.434Z] #105 [security-spire-config] exporting to image [2024-08-07T00:00:38.434Z] #105 exporting layers [2024-08-07T00:00:38.692Z] #105 ... [2024-08-07T00:00:38.692Z] [2024-08-07T00:00:38.692Z] #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-07T00:00:38.692Z] #106 DONE 0.1s [2024-08-07T00:00:38.692Z] [2024-08-07T00:00:38.692Z] #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T00:00:38.692Z] #107 DONE 0.1s [2024-08-07T00:00:38.692Z] [2024-08-07T00:00:38.692Z] #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-08-07T00:00:38.692Z] #108 DONE 0.1s [2024-08-07T00:00:38.692Z] [2024-08-07T00:00:38.692Z] #105 [security-spire-server] exporting to image [2024-08-07T00:00:38.692Z] #105 ... [2024-08-07T00:00:38.692Z] [2024-08-07T00:00:38.692Z] #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-08-07T00:00:38.692Z] #109 DONE 0.1s [2024-08-07T00:00:38.692Z] [2024-08-07T00:00:38.692Z] #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-08-07T00:00:38.692Z] #110 DONE 0.1s [2024-08-07T00:00:38.692Z] [2024-08-07T00:00:38.692Z] #105 [security-spire-agent] exporting to image [2024-08-07T00:00:39.263Z] #105 exporting layers 0.6s done [2024-08-07T00:00:39.263Z] #105 writing image sha256:b3589b260fe3a54d49cc83ea8efa6fbb0eb5960827eab133983cc0743fcc4bf2 done [2024-08-07T00:00:39.263Z] #105 naming to docker.io/library/security-spire-config done [2024-08-07T00:00:39.399Z] $ docker top 3ba4b2b755751968cdc8295d42062484e61356d9a2eef0c5992b4e9dc882d8ed -eo pid,comm [2024-08-07T00:00:39.521Z] #105 exporting layers 0.7s done [2024-08-07T00:00:39.521Z] #105 writing image sha256:230c3ac5847a11fff47c4979d0908ca3cb55e21ccdc4af1dfbd79a272474e618 [2024-08-07T00:00:39.521Z] #105 exporting layers 0.7s done [2024-08-07T00:00:39.521Z] #105 writing image sha256:230c3ac5847a11fff47c4979d0908ca3cb55e21ccdc4af1dfbd79a272474e618 0.0s done [2024-08-07T00:00:39.521Z] #105 naming to docker.io/library/security-spire-server done [2024-08-07T00:00:39.521Z] #105 writing image sha256:3340ad14aade90c932d2badd0f79d9aedab2a90fe5febbc7e32ba1d91bbe3ccc done [2024-08-07T00:00:39.521Z] #105 naming to docker.io/library/security-spire-agent done [2024-08-07T00:00:39.521Z] #105 DONE 1.0s [2024-08-07T00:00:39.521Z] [2024-08-07T00:00:39.521Z] #83 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-07T00:00:39.521Z] #83 DONE 6.1s [2024-08-07T00:00:39.521Z] [2024-08-07T00:00:39.521Z] #111 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [Pipeline] { [Pipeline] sh [2024-08-07T00:00:39.781Z] #111 DONE 0.1s [2024-08-07T00:00:39.781Z] [2024-08-07T00:00:39.781Z] #112 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-07T00:00:39.781Z] #0 7.734 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:39.781Z] #0 8.201 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T00:00:39.781Z] #0 8.893 OK: 264 MiB in 52 packages [2024-08-07T00:00:39.781Z] #112 DONE 9.0s [2024-08-07T00:00:39.781Z] [2024-08-07T00:00:39.781Z] #113 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-07T00:00:39.781Z] #113 DONE 0.0s [2024-08-07T00:00:39.781Z] [2024-08-07T00:00:39.781Z] #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:00:40.247Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-08-07T00:00:40.745Z] #114 ... [2024-08-07T00:00:40.745Z] [2024-08-07T00:00:40.745Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T00:00:41.003Z] #51 ... [2024-08-07T00:00:41.003Z] [2024-08-07T00:00:41.003Z] #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:00:42.908Z] #115 ... [2024-08-07T00:00:42.908Z] [2024-08-07T00:00:42.908Z] #116 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:00:50.261Z] #1 [core-command internal] load build definition from Dockerfile [2024-08-07T00:00:50.261Z] #1 transferring dockerfile: 1.93kB done [2024-08-07T00:00:50.261Z] #1 DONE 0.1s [2024-08-07T00:00:50.261Z] [2024-08-07T00:00:50.261Z] #2 [support-scheduler internal] load build definition from Dockerfile [2024-08-07T00:00:50.261Z] #2 transferring dockerfile: 1.93kB done [2024-08-07T00:00:50.261Z] #2 DONE 0.0s [2024-08-07T00:00:50.261Z] [2024-08-07T00:00:50.261Z] #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-08-07T00:00:50.261Z] #3 transferring dockerfile: 2.23kB 0.0s done [2024-08-07T00:00:50.261Z] #3 DONE 0.1s [2024-08-07T00:00:50.261Z] [2024-08-07T00:00:50.261Z] #4 [security-bootstrapper internal] load build definition from Dockerfile [2024-08-07T00:00:50.261Z] #4 transferring dockerfile: 3.17kB done [2024-08-07T00:00:50.261Z] #4 DONE 0.1s [2024-08-07T00:00:50.261Z] [2024-08-07T00:00:50.261Z] #5 [support-cron-scheduler internal] load build definition from Dockerfile [2024-08-07T00:00:50.261Z] #5 transferring dockerfile: 1.85kB 0.0s done [2024-08-07T00:00:50.261Z] #5 DONE 0.1s [2024-08-07T00:00:50.261Z] [2024-08-07T00:00:50.261Z] #6 [security-spire-config internal] load build definition from Dockerfile [2024-08-07T00:00:50.261Z] #6 transferring dockerfile: 1.69kB done [2024-08-07T00:00:50.261Z] #6 DONE 0.1s [2024-08-07T00:00:50.261Z] [2024-08-07T00:00:50.261Z] #7 [security-secretstore-setup internal] load build definition from Dockerfile [2024-08-07T00:00:50.261Z] #7 transferring dockerfile: 2.49kB 0.0s done [2024-08-07T00:00:50.261Z] #7 DONE 0.1s [2024-08-07T00:00:50.261Z] [2024-08-07T00:00:50.261Z] #8 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-08-07T00:00:50.261Z] #8 transferring dockerfile: 1.89kB done [2024-08-07T00:00:50.532Z] #8 DONE 0.1s [2024-08-07T00:00:50.532Z] [2024-08-07T00:00:50.532Z] #9 [core-keeper internal] load build definition from Dockerfile [2024-08-07T00:00:50.532Z] #9 transferring dockerfile: 2.01kB 0.0s done [2024-08-07T00:00:50.532Z] #9 DONE 0.1s [2024-08-07T00:00:50.532Z] [2024-08-07T00:00:50.532Z] #10 [core-metadata internal] load build definition from Dockerfile [2024-08-07T00:00:50.532Z] #10 transferring dockerfile: 2.06kB done [2024-08-07T00:00:50.532Z] #10 DONE 0.1s [2024-08-07T00:00:50.532Z] [2024-08-07T00:00:50.532Z] #11 [security-proxy-auth internal] load build definition from Dockerfile [2024-08-07T00:00:50.532Z] #11 transferring dockerfile: 2.15kB done [2024-08-07T00:00:50.532Z] #11 DONE 0.1s [2024-08-07T00:00:50.532Z] [2024-08-07T00:00:50.532Z] #12 [security-proxy-setup internal] load build definition from Dockerfile [2024-08-07T00:00:50.800Z] #12 transferring dockerfile: 2.50kB done [2024-08-07T00:00:50.800Z] #12 DONE 0.0s [2024-08-07T00:00:50.800Z] [2024-08-07T00:00:50.800Z] #13 [support-notifications internal] load build definition from Dockerfile [2024-08-07T00:00:50.800Z] #13 transferring dockerfile: 1.95kB done [2024-08-07T00:00:50.800Z] #13 DONE 0.1s [2024-08-07T00:00:50.800Z] [2024-08-07T00:00:50.800Z] #14 [core-data internal] load build definition from Dockerfile [2024-08-07T00:00:50.800Z] #14 transferring dockerfile: 2.01kB done [2024-08-07T00:00:50.800Z] #14 DONE 0.1s [2024-08-07T00:00:50.800Z] [2024-08-07T00:00:50.800Z] #15 [security-spire-server internal] load build definition from Dockerfile [2024-08-07T00:00:50.800Z] #15 transferring dockerfile: 1.70kB done [2024-08-07T00:00:51.066Z] #15 DONE 0.1s [2024-08-07T00:00:51.066Z] [2024-08-07T00:00:51.066Z] #16 [security-spire-agent internal] load build definition from Dockerfile [2024-08-07T00:00:51.066Z] #16 transferring dockerfile: 1.81kB done [2024-08-07T00:00:51.066Z] #16 DONE 0.1s [2024-08-07T00:00:51.066Z] [2024-08-07T00:00:51.066Z] #17 [core-command internal] load .dockerignore [2024-08-07T00:00:51.066Z] #17 transferring context: 50B 0.0s done [2024-08-07T00:00:51.066Z] #17 DONE 0.1s [2024-08-07T00:00:51.649Z] [2024-08-07T00:00:51.649Z] #18 [support-scheduler internal] load .dockerignore [2024-08-07T00:00:51.649Z] #18 transferring context: 50B done [2024-08-07T00:00:51.649Z] #18 DONE 0.0s [2024-08-07T00:00:51.649Z] [2024-08-07T00:00:51.649Z] #19 [core-common-config-bootstrapper internal] load .dockerignore [2024-08-07T00:00:51.917Z] #19 transferring context: 50B 0.0s done [2024-08-07T00:00:51.917Z] #19 DONE 0.1s [2024-08-07T00:00:51.917Z] [2024-08-07T00:00:51.917Z] #20 [support-cron-scheduler internal] load .dockerignore [2024-08-07T00:00:51.917Z] #20 transferring context: 50B done [2024-08-07T00:00:51.917Z] #20 DONE 0.1s [2024-08-07T00:00:51.917Z] [2024-08-07T00:00:51.917Z] #21 [security-bootstrapper internal] load .dockerignore [2024-08-07T00:00:51.917Z] #21 transferring context: 50B done [2024-08-07T00:00:51.917Z] #21 DONE 0.1s [2024-08-07T00:00:51.917Z] [2024-08-07T00:00:51.917Z] #22 [security-secretstore-setup internal] load .dockerignore [2024-08-07T00:00:51.917Z] #22 transferring context: 50B done [2024-08-07T00:00:52.186Z] #22 DONE 0.1s [2024-08-07T00:00:52.186Z] [2024-08-07T00:00:52.186Z] #23 [security-spire-config internal] load .dockerignore [2024-08-07T00:00:52.186Z] #23 transferring context: 50B 0.0s done [2024-08-07T00:00:52.186Z] #23 DONE 0.1s [2024-08-07T00:00:52.186Z] [2024-08-07T00:00:52.186Z] #24 [security-spiffe-token-provider internal] load .dockerignore [2024-08-07T00:00:52.186Z] #24 transferring context: 50B 0.0s done [2024-08-07T00:00:52.186Z] #24 DONE 0.1s [2024-08-07T00:00:52.186Z] [2024-08-07T00:00:52.186Z] #25 [core-keeper internal] load .dockerignore [2024-08-07T00:00:52.186Z] #25 transferring context: 50B 0.0s done [2024-08-07T00:00:52.186Z] #25 DONE 0.1s [2024-08-07T00:00:52.186Z] [2024-08-07T00:00:52.186Z] #26 [core-metadata internal] load .dockerignore [2024-08-07T00:00:52.186Z] #26 transferring context: 50B 0.0s done [2024-08-07T00:00:52.186Z] #26 DONE 0.1s [2024-08-07T00:00:52.186Z] [2024-08-07T00:00:52.186Z] #27 [security-proxy-auth internal] load .dockerignore [2024-08-07T00:00:53.146Z] #27 transferring context: 50B 0.0s done [2024-08-07T00:00:53.146Z] #27 DONE 0.1s [2024-08-07T00:00:53.146Z] [2024-08-07T00:00:53.146Z] #28 [security-proxy-setup internal] load .dockerignore [2024-08-07T00:00:53.146Z] #28 transferring context: 50B 0.0s done [2024-08-07T00:00:53.146Z] #28 DONE 0.1s [2024-08-07T00:00:53.146Z] [2024-08-07T00:00:53.146Z] #29 [support-notifications internal] load .dockerignore [2024-08-07T00:00:53.146Z] #29 transferring context: 50B done [2024-08-07T00:00:53.146Z] #29 DONE 0.1s [2024-08-07T00:00:53.146Z] [2024-08-07T00:00:53.146Z] #30 [core-data internal] load .dockerignore [2024-08-07T00:00:53.146Z] #30 transferring context: 50B done [2024-08-07T00:00:53.146Z] #30 DONE 0.1s [2024-08-07T00:00:53.146Z] [2024-08-07T00:00:53.146Z] #31 [security-spire-server internal] load .dockerignore [2024-08-07T00:00:53.146Z] #31 transferring context: 50B done [2024-08-07T00:00:53.146Z] #31 DONE 0.1s [2024-08-07T00:00:53.146Z] [2024-08-07T00:00:53.146Z] #32 [security-spire-agent internal] load .dockerignore [2024-08-07T00:00:53.146Z] #32 transferring context: 50B 0.0s done [2024-08-07T00:00:53.146Z] #32 DONE 0.1s [2024-08-07T00:00:53.146Z] [2024-08-07T00:00:53.146Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T00:00:53.146Z] #33 DONE 0.0s [2024-08-07T00:00:53.146Z] [2024-08-07T00:00:53.146Z] #34 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T00:00:53.414Z] #34 DONE 0.7s [2024-08-07T00:00:53.414Z] [2024-08-07T00:00:53.414Z] #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T00:00:53.414Z] #33 DONE 0.0s [2024-08-07T00:00:53.414Z] [2024-08-07T00:00:53.414Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T00:00:53.414Z] #33 DONE 0.0s [2024-08-07T00:00:53.414Z] [2024-08-07T00:00:53.414Z] #35 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:53.414Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done [2024-08-07T00:00:53.716Z] #35 ... [2024-08-07T00:00:53.716Z] [2024-08-07T00:00:53.716Z] #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T00:00:53.716Z] #33 DONE 0.0s [2024-08-07T00:00:53.716Z] [2024-08-07T00:00:53.716Z] #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T00:00:53.716Z] #34 DONE 0.7s [2024-08-07T00:00:53.716Z] [2024-08-07T00:00:53.716Z] #35 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:53.716Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done [2024-08-07T00:00:53.716Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T00:00:53.716Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T00:00:53.716Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T00:00:53.716Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0B / 3.34MB 0.2s [2024-08-07T00:00:53.984Z] #35 ... [2024-08-07T00:00:53.984Z] [2024-08-07T00:00:53.984Z] #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T00:00:53.984Z] #33 DONE 0.0s [2024-08-07T00:00:53.984Z] [2024-08-07T00:00:53.984Z] #35 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:53.984Z] #35 ... [2024-08-07T00:00:53.984Z] [2024-08-07T00:00:53.984Z] #34 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T00:00:53.984Z] #34 DONE 0.7s [2024-08-07T00:00:53.984Z] [2024-08-07T00:00:53.984Z] #35 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:54.252Z] #35 ... [2024-08-07T00:00:54.252Z] [2024-08-07T00:00:54.252Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T00:00:54.252Z] #33 DONE 0.0s [2024-08-07T00:00:54.252Z] [2024-08-07T00:00:54.252Z] #34 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T00:00:54.252Z] #34 DONE 0.7s [2024-08-07T00:00:54.252Z] [2024-08-07T00:00:54.252Z] #35 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:54.252Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done [2024-08-07T00:00:54.252Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T00:00:54.252Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T00:00:54.252Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T00:00:54.252Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.05MB / 3.34MB 0.6s [2024-08-07T00:00:54.252Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done [2024-08-07T00:00:54.252Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T00:00:54.252Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T00:00:54.252Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T00:00:54.524Z] #35 ... [2024-08-07T00:00:54.524Z] [2024-08-07T00:00:54.524Z] #34 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T00:00:54.524Z] #34 DONE 0.9s [2024-08-07T00:00:54.524Z] [2024-08-07T00:00:54.524Z] #35 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:54.524Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.10MB / 3.34MB 0.9s [2024-08-07T00:00:54.524Z] #35 ... [2024-08-07T00:00:54.524Z] [2024-08-07T00:00:54.524Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T00:00:54.524Z] #33 DONE 0.0s [2024-08-07T00:00:54.524Z] [2024-08-07T00:00:54.525Z] #35 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:54.793Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.2s [2024-08-07T00:00:54.793Z] #35 ... [2024-08-07T00:00:54.793Z] [2024-08-07T00:00:54.793Z] #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T00:00:54.793Z] #34 DONE 1.2s [2024-08-07T00:00:54.793Z] [2024-08-07T00:00:54.793Z] #35 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:54.793Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.3s done [2024-08-07T00:00:54.793Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa [2024-08-07T00:00:55.060Z] #35 ... [2024-08-07T00:00:55.060Z] [2024-08-07T00:00:55.060Z] #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T00:00:55.060Z] #33 DONE 0.0s [2024-08-07T00:00:55.060Z] [2024-08-07T00:00:55.060Z] #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T00:00:55.060Z] #33 DONE 0.0s [2024-08-07T00:00:55.060Z] [2024-08-07T00:00:55.060Z] #35 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:55.060Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done [2024-08-07T00:00:55.060Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T00:00:55.060Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T00:00:55.060Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T00:00:55.060Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.3s done [2024-08-07T00:00:55.329Z] #35 ... [2024-08-07T00:00:55.329Z] [2024-08-07T00:00:55.329Z] #36 [core-command internal] load build context [2024-08-07T00:00:55.329Z] #36 transferring context: 2.95MB 1.2s done [2024-08-07T00:00:55.329Z] #36 DONE 1.8s [2024-08-07T00:00:55.329Z] [2024-08-07T00:00:55.329Z] #34 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T00:00:55.329Z] #34 DONE 1.6s [2024-08-07T00:00:55.329Z] [2024-08-07T00:00:55.329Z] #37 [support-scheduler internal] load build context [2024-08-07T00:00:55.329Z] #37 transferring context: 2.95MB 1.4s done [2024-08-07T00:00:55.613Z] #37 ... [2024-08-07T00:00:55.613Z] [2024-08-07T00:00:55.613Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T00:00:55.613Z] #33 DONE 0.0s [2024-08-07T00:00:55.613Z] [2024-08-07T00:00:55.613Z] #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:55.613Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done [2024-08-07T00:00:55.613Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T00:00:55.613Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T00:00:55.613Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T00:00:55.613Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.3s done [2024-08-07T00:00:55.890Z] #35 ... [2024-08-07T00:00:55.890Z] [2024-08-07T00:00:55.890Z] #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T00:00:55.890Z] #33 DONE 0.0s [2024-08-07T00:00:55.890Z] [2024-08-07T00:00:55.890Z] #37 [support-scheduler internal] load build context [2024-08-07T00:00:55.890Z] #37 DONE 2.4s [2024-08-07T00:00:55.890Z] [2024-08-07T00:00:55.890Z] #35 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:55.890Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done [2024-08-07T00:00:55.890Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T00:00:55.890Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T00:00:55.890Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T00:00:55.890Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.3s done [2024-08-07T00:00:55.890Z] #35 ... [2024-08-07T00:00:55.890Z] [2024-08-07T00:00:55.890Z] #38 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-07T00:00:55.890Z] #38 DONE 1.6s [2024-08-07T00:00:55.890Z] [2024-08-07T00:00:55.890Z] #39 [support-cron-scheduler internal] load build context [2024-08-07T00:00:55.890Z] #39 transferring context: 2.95MB 1.4s done [2024-08-07T00:00:55.890Z] #39 DONE 2.2s [2024-08-07T00:00:55.890Z] [2024-08-07T00:00:55.890Z] #35 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:55.890Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done [2024-08-07T00:00:55.890Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T00:00:55.890Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T00:00:55.890Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T00:00:55.890Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.3s done [2024-08-07T00:00:55.890Z] #35 ... [2024-08-07T00:00:55.890Z] [2024-08-07T00:00:55.890Z] #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T00:00:55.890Z] #33 DONE 0.0s [2024-08-07T00:00:55.890Z] [2024-08-07T00:00:55.890Z] #35 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:55.890Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done [2024-08-07T00:00:56.158Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T00:00:56.158Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T00:00:56.158Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T00:00:56.158Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.3s done [2024-08-07T00:00:56.158Z] #35 ... [2024-08-07T00:00:56.158Z] [2024-08-07T00:00:56.158Z] #34 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T00:00:56.158Z] #34 DONE 2.2s [2024-08-07T00:00:56.158Z] [2024-08-07T00:00:56.158Z] #40 [core-common-config-bootstrapper internal] load build context [2024-08-07T00:00:56.158Z] #40 transferring context: 2.95MB 1.7s done [2024-08-07T00:00:56.158Z] #40 DONE 2.4s [2024-08-07T00:00:56.158Z] [2024-08-07T00:00:56.158Z] #35 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:56.158Z] #35 ... [2024-08-07T00:00:56.158Z] [2024-08-07T00:00:56.159Z] #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-07T00:00:56.159Z] #38 DONE 1.8s [2024-08-07T00:00:56.159Z] [2024-08-07T00:00:56.159Z] #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:56.159Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done [2024-08-07T00:00:56.159Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T00:00:56.159Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T00:00:56.159Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T00:00:56.159Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.3s done [2024-08-07T00:00:56.425Z] #35 ... [2024-08-07T00:00:56.425Z] [2024-08-07T00:00:56.425Z] #34 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T00:00:56.425Z] #34 DONE 2.3s [2024-08-07T00:00:56.425Z] [2024-08-07T00:00:56.425Z] #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:56.425Z] #35 ... [2024-08-07T00:00:56.425Z] [2024-08-07T00:00:56.425Z] #41 [security-secretstore-setup internal] load build context [2024-08-07T00:00:56.425Z] #41 transferring context: 2.95MB 1.2s done [2024-08-07T00:00:56.425Z] #41 DONE 2.1s [2024-08-07T00:00:56.425Z] [2024-08-07T00:00:56.425Z] #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:56.692Z] #35 ... [2024-08-07T00:00:56.692Z] [2024-08-07T00:00:56.692Z] #42 [security-bootstrapper internal] load build context [2024-08-07T00:00:56.692Z] #42 transferring context: 2.95MB 1.8s done [2024-08-07T00:00:56.692Z] #42 DONE 2.5s [2024-08-07T00:00:56.692Z] [2024-08-07T00:00:56.692Z] #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:57.275Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.2s done [2024-08-07T00:00:57.861Z] #35 ... [2024-08-07T00:00:57.861Z] [2024-08-07T00:00:57.861Z] #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-08-07T00:00:57.861Z] #43 DONE 1.6s [2024-08-07T00:00:58.127Z] [2024-08-07T00:00:58.127Z] #35 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:58.127Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done [2024-08-07T00:00:58.127Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T00:00:58.127Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T00:00:58.127Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T00:00:58.127Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.3s done [2024-08-07T00:00:58.127Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.2s done [2024-08-07T00:00:58.397Z] #35 ... [2024-08-07T00:00:58.397Z] [2024-08-07T00:00:58.397Z] #44 [core-keeper internal] load build context [2024-08-07T00:00:58.397Z] #44 transferring context: 2.95MB 1.5s done [2024-08-07T00:00:58.397Z] #44 DONE 2.9s [2024-08-07T00:00:58.666Z] [2024-08-07T00:00:58.666Z] #45 [security-spire-server internal] load build context [2024-08-07T00:00:58.666Z] #45 transferring context: 27.23kB 0.1s done [2024-08-07T00:00:58.666Z] #45 DONE 2.2s [2024-08-07T00:00:58.666Z] [2024-08-07T00:00:58.666Z] #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:00:58.666Z] #46 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.3s done [2024-08-07T00:00:58.666Z] #46 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-08-07T00:00:58.666Z] #46 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-08-07T00:00:58.666Z] #46 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-08-07T00:00:58.666Z] #46 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done [2024-08-07T00:00:58.666Z] #46 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-08-07T00:00:58.666Z] #46 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.6s done [2024-08-07T00:00:58.666Z] #46 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.9s done [2024-08-07T00:00:58.666Z] #46 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done [2024-08-07T00:00:58.666Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.49MB / 28.04MB 2.1s [2024-08-07T00:00:58.666Z] #46 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done [2024-08-07T00:00:58.666Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.58MB / 28.04MB 2.4s [2024-08-07T00:00:58.939Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.68MB / 28.04MB 2.6s [2024-08-07T00:00:59.206Z] #46 ... [2024-08-07T00:00:59.206Z] [2024-08-07T00:00:59.206Z] #47 [security-spire-config internal] load build context [2024-08-07T00:00:59.206Z] #47 transferring context: 25.48kB 0.2s done [2024-08-07T00:00:59.206Z] #47 DONE 3.1s [2024-08-07T00:00:59.206Z] [2024-08-07T00:00:59.206Z] #35 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T00:00:59.206Z] #35 DONE 6.6s [2024-08-07T00:00:59.206Z] [2024-08-07T00:00:59.206Z] #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:00:59.206Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.78MB / 28.04MB 2.8s [2024-08-07T00:00:59.206Z] #46 ... [2024-08-07T00:00:59.206Z] [2024-08-07T00:00:59.206Z] #48 [security-proxy-auth internal] load build context [2024-08-07T00:00:59.206Z] #48 transferring context: 2.95MB 1.6s done [2024-08-07T00:00:59.206Z] #48 DONE 3.5s [2024-08-07T00:00:59.206Z] [2024-08-07T00:00:59.206Z] #49 [core-metadata internal] load build context [2024-08-07T00:00:59.206Z] #49 transferring context: 2.95MB 1.9s done [2024-08-07T00:00:59.206Z] #49 DONE 3.8s [2024-08-07T00:00:59.206Z] [2024-08-07T00:00:59.206Z] #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:00:59.474Z] #46 ... [2024-08-07T00:00:59.474Z] [2024-08-07T00:00:59.474Z] #50 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-07T00:00:59.474Z] #50 DONE 6.8s [2024-08-07T00:00:59.474Z] [2024-08-07T00:00:59.474Z] #51 [core-data internal] load build context [2024-08-07T00:00:59.474Z] #51 transferring context: 2.95MB 1.4s done [2024-08-07T00:00:59.474Z] #51 DONE 3.2s [2024-08-07T00:00:59.474Z] [2024-08-07T00:00:59.474Z] #52 [security-spiffe-token-provider internal] load build context [2024-08-07T00:00:59.474Z] #52 transferring context: 2.95MB 2.0s done [2024-08-07T00:00:59.474Z] #52 DONE 4.4s [2024-08-07T00:00:59.474Z] [2024-08-07T00:00:59.474Z] #53 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-08-07T00:00:59.740Z] #53 ... [2024-08-07T00:00:59.740Z] [2024-08-07T00:00:59.740Z] #54 [security-proxy-setup internal] load build context [2024-08-07T00:00:59.740Z] #54 transferring context: 2.95MB 1.4s done [2024-08-07T00:00:59.740Z] #54 DONE 3.8s [2024-08-07T00:00:59.740Z] [2024-08-07T00:00:59.740Z] #55 [support-notifications internal] load build context [2024-08-07T00:00:59.740Z] #55 transferring context: 2.95MB 1.2s done [2024-08-07T00:00:59.740Z] #55 DONE 3.6s [2024-08-07T00:00:59.740Z] [2024-08-07T00:00:59.740Z] #56 [security-spire-agent internal] load build context [2024-08-07T00:00:59.740Z] #56 transferring context: 26.76kB 0.0s done [2024-08-07T00:00:59.740Z] #56 DONE 1.8s [2024-08-07T00:00:59.740Z] [2024-08-07T00:00:59.740Z] #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:00:59.740Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 3.4s [2024-08-07T00:01:00.009Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 3.6s done [2024-08-07T00:01:00.281Z] #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 3.6s done [2024-08-07T00:01:00.867Z] #46 ... [2024-08-07T00:01:00.868Z] [2024-08-07T00:01:00.868Z] #53 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-08-07T00:01:00.868Z] #53 DONE 2.2s [2024-08-07T00:01:00.868Z] [2024-08-07T00:01:00.868Z] #57 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T00:01:06.242Z] #57 ... [2024-08-07T00:01:06.242Z] [2024-08-07T00:01:06.242Z] #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:01:06.242Z] #46 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.2s [2024-08-07T00:01:08.194Z] #46 ... [2024-08-07T00:01:08.194Z] [2024-08-07T00:01:08.194Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T00:01:08.194Z] #58 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.1s done [2024-08-07T00:01:08.194Z] #58 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-08-07T00:01:08.194Z] #58 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done [2024-08-07T00:01:08.194Z] #58 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done [2024-08-07T00:01:08.194Z] #58 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-08-07T00:01:08.194Z] #58 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-08-07T00:01:08.194Z] #58 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.1s done [2024-08-07T00:01:08.194Z] #58 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-08-07T00:01:08.194Z] #58 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 1.5s done [2024-08-07T00:01:08.194Z] #58 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 8.2s [2024-08-07T00:01:08.463Z] #58 ... [2024-08-07T00:01:08.463Z] [2024-08-07T00:01:08.463Z] #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:01:08.736Z] #46 ... [2024-08-07T00:01:08.736Z] [2024-08-07T00:01:08.736Z] #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T00:01:08.736Z] #59 DONE 9.0s [2024-08-07T00:01:08.736Z] [2024-08-07T00:01:08.736Z] #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-07T00:01:08.736Z] #0 6.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:08.736Z] #0 6.914 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:08.736Z] #0 8.070 (1/2) Installing dumb-init (1.2.5-r2) [2024-08-07T00:01:08.736Z] #0 8.097 (2/2) Installing su-exec (0.2-r3) [2024-08-07T00:01:08.736Z] #0 8.108 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:01:08.736Z] #0 8.166 OK: 8 MiB in 17 packages [2024-08-07T00:01:08.736Z] #60 DONE 9.0s [2024-08-07T00:01:08.736Z] [2024-08-07T00:01:08.736Z] #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:01:09.706Z] #46 ... [2024-08-07T00:01:09.706Z] [2024-08-07T00:01:09.706Z] #61 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-07T00:01:09.706Z] #0 8.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:09.706Z] #0 9.484 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:09.706Z] #61 ... [2024-08-07T00:01:09.706Z] [2024-08-07T00:01:09.706Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-07T00:01:09.706Z] #0 9.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:09.973Z] #62 ... [2024-08-07T00:01:09.973Z] [2024-08-07T00:01:09.973Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T00:01:09.973Z] #63 ... [2024-08-07T00:01:09.973Z] [2024-08-07T00:01:09.973Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-07T00:01:09.973Z] #0 7.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:09.973Z] #0 8.337 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:10.242Z] #64 ... [2024-08-07T00:01:10.242Z] [2024-08-07T00:01:10.242Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-07T00:01:10.242Z] #65 ... [2024-08-07T00:01:10.242Z] [2024-08-07T00:01:10.242Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T00:01:10.242Z] #0 8.729 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:10.242Z] #0 9.999 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:10.510Z] #66 ... [2024-08-07T00:01:10.510Z] [2024-08-07T00:01:10.510Z] #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T00:01:10.510Z] #0 9.118 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:10.510Z] #0 10.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:10.510Z] #67 ... [2024-08-07T00:01:10.510Z] [2024-08-07T00:01:10.510Z] #68 [core-metadata stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T00:01:10.510Z] #0 7.132 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:10.510Z] #0 7.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:10.778Z] #68 ... [2024-08-07T00:01:10.778Z] [2024-08-07T00:01:10.778Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T00:01:10.778Z] #69 DONE 10.1s [2024-08-07T00:01:10.778Z] [2024-08-07T00:01:10.778Z] #70 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-07T00:01:10.778Z] #70 10.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:10.778Z] #70 ... [2024-08-07T00:01:10.778Z] [2024-08-07T00:01:10.778Z] #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T00:01:10.778Z] #0 9.943 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:11.046Z] #71 ... [2024-08-07T00:01:11.046Z] [2024-08-07T00:01:11.046Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T00:01:11.046Z] #72 ... [2024-08-07T00:01:11.046Z] [2024-08-07T00:01:11.046Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-07T00:01:11.046Z] #62 11.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:13.639Z] #62 ... [2024-08-07T00:01:13.639Z] [2024-08-07T00:01:13.639Z] #68 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T00:01:13.640Z] #68 11.27 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T00:01:13.640Z] #68 11.32 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:01:13.640Z] #68 11.57 OK: 8 MiB in 16 packages [2024-08-07T00:01:13.640Z] #68 DONE 14.6s [2024-08-07T00:01:13.640Z] [2024-08-07T00:01:13.640Z] #73 [core-command stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:01:14.618Z] #73 ... [2024-08-07T00:01:14.618Z] [2024-08-07T00:01:14.618Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-07T00:01:14.618Z] #64 11.79 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-07T00:01:14.618Z] #64 11.87 (2/4) Installing openssl (3.1.6-r0) [2024-08-07T00:01:14.618Z] #64 12.07 (3/4) Installing su-exec (0.2-r3) [2024-08-07T00:01:14.618Z] #64 12.08 (4/4) Installing yq (4.33.3-r5) [2024-08-07T00:01:14.618Z] #64 13.34 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:01:14.618Z] #64 13.60 OK: 18 MiB in 19 packages [2024-08-07T00:01:14.618Z] #64 DONE 14.9s [2024-08-07T00:01:14.618Z] [2024-08-07T00:01:14.618Z] #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:01:14.618Z] #46 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.9s [2024-08-07T00:01:15.583Z] #46 ... [2024-08-07T00:01:15.583Z] [2024-08-07T00:01:15.583Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T00:01:15.583Z] #66 15.82 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T00:01:15.583Z] #66 15.82 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T00:01:15.583Z] #66 15.82 OK: 19946 distinct packages available [2024-08-07T00:01:16.169Z] #66 16.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:18.116Z] #66 ... [2024-08-07T00:01:18.116Z] [2024-08-07T00:01:18.116Z] #61 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-07T00:01:18.116Z] #61 14.36 (1/2) Installing ca-certificates (20240226-r0) [2024-08-07T00:01:18.116Z] #61 14.93 (2/2) Installing dumb-init (1.2.5-r2) [2024-08-07T00:01:18.117Z] #61 14.94 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:01:18.117Z] #61 15.01 Executing ca-certificates-20240226-r0.trigger [2024-08-07T00:01:18.117Z] #61 16.59 OK: 9 MiB in 17 packages [2024-08-07T00:01:18.117Z] #61 DONE 18.5s [2024-08-07T00:01:18.117Z] [2024-08-07T00:01:18.117Z] #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:01:18.702Z] #46 ... [2024-08-07T00:01:18.702Z] [2024-08-07T00:01:18.702Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T00:01:18.702Z] #58 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 13.2s done [2024-08-07T00:01:18.702Z] #58 ... [2024-08-07T00:01:18.702Z] [2024-08-07T00:01:18.702Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-07T00:01:18.703Z] #0 7.589 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:18.703Z] #0 9.620 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:18.743Z] #116 DONE 43.7s [2024-08-07T00:01:18.743Z] [2024-08-07T00:01:18.743Z] #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:01:18.743Z] #74 DONE 45.4s [2024-08-07T00:01:18.743Z] [2024-08-07T00:01:18.743Z] #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:01:18.743Z] #114 DONE 36.8s [2024-08-07T00:01:18.743Z] [2024-08-07T00:01:18.743Z] #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:01:18.743Z] #115 DONE 43.4s [2024-08-07T00:01:18.743Z] [2024-08-07T00:01:18.743Z] #117 [security-secretstore-setup builder 6/7] COPY . . [2024-08-07T00:01:18.743Z] #117 ... [2024-08-07T00:01:18.743Z] [2024-08-07T00:01:18.743Z] #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:01:18.743Z] #79 DONE 43.7s [2024-08-07T00:01:18.743Z] [2024-08-07T00:01:18.743Z] #118 [support-scheduler builder 6/7] COPY . . [2024-08-07T00:01:18.971Z] #74 ... [2024-08-07T00:01:18.971Z] [2024-08-07T00:01:18.971Z] #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-07T00:01:18.971Z] #0 8.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:18.971Z] #75 ... [2024-08-07T00:01:18.971Z] [2024-08-07T00:01:18.971Z] #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:01:19.940Z] #46 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.1s [2024-08-07T00:01:19.940Z] #46 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.1s done [2024-08-07T00:01:20.535Z] #46 ... [2024-08-07T00:01:20.535Z] [2024-08-07T00:01:20.535Z] #70 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-07T00:01:20.535Z] #70 12.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:20.535Z] #70 17.94 OK: 266 MiB in 52 packages [2024-08-07T00:01:20.535Z] #70 DONE 19.8s [2024-08-07T00:01:20.535Z] [2024-08-07T00:01:20.536Z] #76 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:01:20.804Z] #76 ... [2024-08-07T00:01:20.804Z] [2024-08-07T00:01:20.804Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-07T00:01:20.804Z] #65 11.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:20.804Z] #65 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:20.804Z] #65 19.56 (1/4) Installing ca-certificates (20240226-r0) [2024-08-07T00:01:20.804Z] #65 20.12 (2/4) Installing dumb-init (1.2.5-r2) [2024-08-07T00:01:20.804Z] #65 20.14 (3/4) Installing su-exec (0.2-r3) [2024-08-07T00:01:20.804Z] #65 20.16 (4/4) Installing yq (4.33.3-r5) [2024-08-07T00:01:20.804Z] #65 ... [2024-08-07T00:01:20.804Z] [2024-08-07T00:01:20.804Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-07T00:01:20.804Z] #0 5.369 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:20.804Z] #0 7.392 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:21.082Z] #77 ... [2024-08-07T00:01:21.082Z] [2024-08-07T00:01:21.082Z] #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T00:01:21.082Z] #71 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:21.082Z] #71 18.58 OK: 266 MiB in 52 packages [2024-08-07T00:01:21.082Z] #71 DONE 20.4s [2024-08-07T00:01:21.082Z] [2024-08-07T00:01:21.082Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-07T00:01:21.082Z] #65 21.38 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:01:21.354Z] #65 21.75 Executing ca-certificates-20240226-r0.trigger [2024-08-07T00:01:21.354Z] #65 ... [2024-08-07T00:01:21.354Z] [2024-08-07T00:01:21.354Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T00:01:21.354Z] #63 11.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:21.354Z] #63 13.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:21.354Z] #63 20.17 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T00:01:21.354Z] #63 20.24 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:01:21.354Z] #63 20.52 OK: 8 MiB in 16 packages [2024-08-07T00:01:21.354Z] #63 ... [2024-08-07T00:01:21.354Z] [2024-08-07T00:01:21.354Z] #78 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:01:21.622Z] #78 ... [2024-08-07T00:01:21.622Z] [2024-08-07T00:01:21.622Z] #76 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:01:21.622Z] #76 DONE 1.0s [2024-08-07T00:01:21.622Z] [2024-08-07T00:01:21.622Z] #79 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:01:21.889Z] #79 ... [2024-08-07T00:01:21.889Z] [2024-08-07T00:01:21.889Z] #78 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:01:21.889Z] #78 DONE 0.8s [2024-08-07T00:01:21.889Z] [2024-08-07T00:01:21.889Z] #57 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T00:01:21.889Z] #57 11.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:21.889Z] #57 13.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:21.889Z] #57 20.14 OK: 266 MiB in 52 packages [2024-08-07T00:01:22.158Z] #57 ... [2024-08-07T00:01:22.158Z] [2024-08-07T00:01:22.158Z] #80 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:01:22.158Z] #80 ... [2024-08-07T00:01:22.158Z] [2024-08-07T00:01:22.158Z] #57 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T00:01:22.158Z] #57 DONE 22.3s [2024-08-07T00:01:22.158Z] [2024-08-07T00:01:22.158Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T00:01:22.158Z] #72 11.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:22.158Z] #72 13.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:22.158Z] #72 19.68 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T00:01:22.158Z] #72 19.68 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T00:01:22.158Z] #72 19.68 OK: 19953 distinct packages available [2024-08-07T00:01:22.425Z] #72 21.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:22.425Z] #72 ... [2024-08-07T00:01:22.425Z] [2024-08-07T00:01:22.425Z] #81 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:01:22.425Z] #81 ... [2024-08-07T00:01:22.425Z] [2024-08-07T00:01:22.425Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T00:01:22.425Z] #63 DONE 22.8s [2024-08-07T00:01:22.694Z] [2024-08-07T00:01:22.694Z] #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:01:23.288Z] #82 ... [2024-08-07T00:01:23.288Z] [2024-08-07T00:01:23.288Z] #81 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:01:23.288Z] #81 DONE 1.1s [2024-08-07T00:01:23.565Z] [2024-08-07T00:01:23.565Z] #83 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:01:24.527Z] #83 ... [2024-08-07T00:01:24.527Z] [2024-08-07T00:01:24.527Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-07T00:01:24.527Z] #0 4.280 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:24.527Z] #0 6.875 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:24.797Z] #84 ... [2024-08-07T00:01:24.797Z] [2024-08-07T00:01:24.797Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-07T00:01:24.797Z] #65 23.98 OK: 18 MiB in 19 packages [2024-08-07T00:01:25.064Z] #65 DONE 25.4s [2024-08-07T00:01:25.064Z] [2024-08-07T00:01:25.064Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T00:01:25.064Z] #72 24.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:26.518Z] #72 ... [2024-08-07T00:01:26.518Z] [2024-08-07T00:01:26.518Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-07T00:01:26.518Z] #62 16.61 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T00:01:26.518Z] #62 16.61 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T00:01:26.518Z] #62 16.61 OK: 19946 distinct packages available [2024-08-07T00:01:26.518Z] #62 17.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:26.518Z] #62 19.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:26.518Z] #62 25.97 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-07T00:01:26.518Z] #62 26.00 (2/4) Installing musl-obstack (1.2.3-r2) [2024-08-07T00:01:26.518Z] #62 26.01 (3/4) Installing libucontext (1.2-r2) [2024-08-07T00:01:26.518Z] #62 26.04 (4/4) Installing gcompat (1.1.0-r1) [2024-08-07T00:01:26.518Z] #62 26.12 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:01:26.518Z] #62 26.34 OK: 8 MiB in 19 packages [2024-08-07T00:01:26.518Z] #62 ... [2024-08-07T00:01:26.518Z] [2024-08-07T00:01:26.518Z] #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T00:01:26.518Z] #67 16.64 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T00:01:26.518Z] #67 16.64 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T00:01:26.518Z] #67 16.64 OK: 19946 distinct packages available [2024-08-07T00:01:26.518Z] #67 17.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:26.518Z] #67 20.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:26.518Z] #67 26.81 (1/5) Installing dumb-init (1.2.5-r2) [2024-08-07T00:01:26.518Z] #67 26.83 (2/5) Installing musl-obstack (1.2.3-r2) [2024-08-07T00:01:26.518Z] #67 26.87 (3/5) Installing libucontext (1.2-r2) [2024-08-07T00:01:26.518Z] #67 26.87 (4/5) Installing gcompat (1.1.0-r1) [2024-08-07T00:01:26.518Z] #67 ... [2024-08-07T00:01:26.518Z] [2024-08-07T00:01:26.518Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-07T00:01:26.518Z] #77 15.72 OK: 266 MiB in 52 packages [2024-08-07T00:01:26.888Z] #118 DONE 9.7s [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #119 [support-notifications builder 6/7] COPY . . [2024-08-07T00:01:26.888Z] #119 DONE 9.8s [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #120 [support-cron-scheduler builder 6/7] COPY . . [2024-08-07T00:01:26.888Z] #120 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #121 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:01:26.888Z] #121 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #122 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:01:26.888Z] #122 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #123 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:01:26.888Z] #123 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #124 [core-metadata builder 6/7] COPY . . [2024-08-07T00:01:26.888Z] #124 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #125 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:01:26.888Z] #125 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #126 [core-keeper builder 7/8] COPY . . [2024-08-07T00:01:26.888Z] #126 DONE 9.8s [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #127 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:01:26.888Z] #127 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #128 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:01:26.888Z] #128 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #129 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-08-07T00:01:26.888Z] #129 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:01:26.888Z] #130 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #131 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:01:26.888Z] #131 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #132 [core-data builder 6/7] COPY . . [2024-08-07T00:01:26.888Z] #132 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #133 [security-bootstrapper builder 6/7] COPY . . [2024-08-07T00:01:26.888Z] #133 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #134 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:01:26.888Z] #134 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #135 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:01:26.888Z] #135 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:01:26.888Z] #136 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #137 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:01:26.888Z] #137 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #138 [security-proxy-auth builder 6/7] COPY . . [2024-08-07T00:01:26.888Z] #138 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #139 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-07T00:01:26.888Z] #139 DONE 9.8s [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #140 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:01:26.888Z] #140 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #141 [security-proxy-setup builder 6/7] COPY . . [2024-08-07T00:01:26.888Z] #141 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #142 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:01:26.888Z] #142 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #117 [security-secretstore-setup builder 6/7] COPY . . [2024-08-07T00:01:26.888Z] #117 DONE 9.8s [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #143 [core-command builder 6/7] COPY . . [2024-08-07T00:01:26.888Z] #143 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #144 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:01:26.888Z] #144 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #145 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:01:26.888Z] #145 CACHED [2024-08-07T00:01:26.888Z] [2024-08-07T00:01:26.888Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-07T00:01:27.493Z] #77 ... [2024-08-07T00:01:27.493Z] [2024-08-07T00:01:27.493Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-07T00:01:27.493Z] #62 DONE 27.8s [2024-08-07T00:01:27.493Z] [2024-08-07T00:01:27.493Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-07T00:01:27.493Z] #84 12.95 OK: 18 MiB in 19 packages [2024-08-07T00:01:27.836Z] #146 1.325 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-07T00:01:28.100Z] #84 ... [2024-08-07T00:01:28.100Z] [2024-08-07T00:01:28.100Z] #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:01:28.100Z] #0 4.994 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:28.100Z] #0 7.176 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:28.100Z] #85 ... [2024-08-07T00:01:28.100Z] [2024-08-07T00:01:28.100Z] #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-07T00:01:28.100Z] #75 11.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:28.100Z] #75 17.92 OK: 8 MiB in 17 packages [2024-08-07T00:01:28.100Z] #75 DONE 19.5s [2024-08-07T00:01:28.100Z] [2024-08-07T00:01:28.100Z] #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:01:28.100Z] #82 5.470 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:28.100Z] #82 ... [2024-08-07T00:01:28.100Z] [2024-08-07T00:01:28.100Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-07T00:01:28.100Z] #77 DONE 17.4s [2024-08-07T00:01:28.367Z] [2024-08-07T00:01:28.367Z] #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-07T00:01:28.367Z] #86 ... [2024-08-07T00:01:28.367Z] [2024-08-07T00:01:28.367Z] #73 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:01:28.367Z] #73 5.115 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:28.367Z] #73 6.877 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:28.367Z] #73 13.47 OK: 8 MiB in 16 packages [2024-08-07T00:01:28.367Z] #73 DONE 15.9s [2024-08-07T00:01:28.367Z] [2024-08-07T00:01:28.367Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T00:01:28.367Z] #66 18.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:28.367Z] #66 25.21 (1/11) Installing ca-certificates (20240226-r0) [2024-08-07T00:01:28.367Z] #66 25.84 (2/11) Installing brotli-libs (1.0.9-r14) [2024-08-07T00:01:28.367Z] #66 25.99 (3/11) Installing libunistring (1.1-r1) [2024-08-07T00:01:28.367Z] #66 26.22 (4/11) Installing libidn2 (2.3.4-r1) [2024-08-07T00:01:28.367Z] #66 26.27 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-08-07T00:01:28.367Z] #66 26.29 (6/11) Installing libcurl (8.9.0-r0) [2024-08-07T00:01:28.367Z] #66 26.37 (7/11) Installing curl (8.9.0-r0) [2024-08-07T00:01:28.367Z] #66 26.37 (8/11) Installing dumb-init (1.2.5-r2) [2024-08-07T00:01:28.367Z] #66 26.41 (9/11) Installing musl-obstack (1.2.3-r2) [2024-08-07T00:01:28.367Z] #66 26.42 (10/11) Installing libucontext (1.2-r2) [2024-08-07T00:01:28.367Z] #66 26.42 (11/11) Installing gcompat (1.1.0-r1) [2024-08-07T00:01:28.367Z] #66 26.43 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:01:28.367Z] #66 26.50 Executing ca-certificates-20240226-r0.trigger [2024-08-07T00:01:28.367Z] #66 27.91 OK: 13 MiB in 26 packages [2024-08-07T00:01:28.643Z] #66 ... [2024-08-07T00:01:28.643Z] [2024-08-07T00:01:28.643Z] #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T00:01:28.643Z] #67 26.91 (5/5) Installing openssl (3.1.6-r0) [2024-08-07T00:01:28.643Z] #67 27.00 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:01:28.643Z] #67 27.16 OK: 9 MiB in 20 packages [2024-08-07T00:01:28.643Z] #67 DONE 28.9s [2024-08-07T00:01:28.643Z] [2024-08-07T00:01:28.643Z] #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-08-07T00:01:29.236Z] #87 ... [2024-08-07T00:01:29.236Z] [2024-08-07T00:01:29.236Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T00:01:29.236Z] #66 DONE 29.7s [2024-08-07T00:01:29.511Z] [2024-08-07T00:01:29.511Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-07T00:01:29.511Z] #84 DONE 14.9s [2024-08-07T00:01:29.511Z] [2024-08-07T00:01:29.511Z] #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:01:30.106Z] #88 ... [2024-08-07T00:01:30.106Z] [2024-08-07T00:01:30.106Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-07T00:01:30.106Z] #74 18.02 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T00:01:30.106Z] #74 19.17 Executing busybox-1.36.1-r7.trigger [2024-08-07T00:01:30.106Z] #74 19.19 OK: 8 MiB in 16 packages [2024-08-07T00:01:30.106Z] #74 DONE 21.6s [2024-08-07T00:01:30.375Z] [2024-08-07T00:01:30.375Z] #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-07T00:01:30.375Z] #86 DONE 2.1s [2024-08-07T00:01:30.375Z] [2024-08-07T00:01:30.375Z] #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:01:30.375Z] #82 7.034 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:30.375Z] #82 ... [2024-08-07T00:01:30.375Z] [2024-08-07T00:01:30.375Z] #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-08-07T00:01:30.375Z] #89 DONE 0.9s [2024-08-07T00:01:30.642Z] [2024-08-07T00:01:30.642Z] #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:01:31.617Z] #90 ... [2024-08-07T00:01:31.617Z] [2024-08-07T00:01:31.618Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T00:01:31.618Z] #72 29.88 OK: 266 MiB in 52 packages [2024-08-07T00:01:31.618Z] #72 DONE 31.0s [2024-08-07T00:01:31.889Z] [2024-08-07T00:01:31.889Z] #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:01:32.496Z] #91 ... [2024-08-07T00:01:32.496Z] [2024-08-07T00:01:32.496Z] #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:01:32.496Z] #85 13.14 OK: 9 MiB in 17 packages [2024-08-07T00:01:32.496Z] #85 DONE 14.7s [2024-08-07T00:01:32.766Z] [2024-08-07T00:01:32.766Z] #92 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-07T00:01:33.355Z] #92 ... [2024-08-07T00:01:33.355Z] [2024-08-07T00:01:33.355Z] #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:01:33.355Z] #91 DONE 1.5s [2024-08-07T00:01:33.355Z] [2024-08-07T00:01:33.355Z] #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:01:33.355Z] #82 10.74 OK: 8 MiB in 16 packages [2024-08-07T00:01:33.939Z] #82 DONE 11.4s [2024-08-07T00:01:33.939Z] [2024-08-07T00:01:33.939Z] #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:01:35.355Z] #93 ... [2024-08-07T00:01:35.355Z] [2024-08-07T00:01:35.355Z] #94 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-07T00:01:35.355Z] #0 8.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:35.355Z] #0 9.726 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:35.946Z] #94 ... [2024-08-07T00:01:35.946Z] [2024-08-07T00:01:35.946Z] #92 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-07T00:01:35.946Z] #92 DONE 7.6s [2024-08-07T00:01:35.946Z] [2024-08-07T00:01:35.946Z] #95 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-08-07T00:01:35.946Z] #95 DONE 0.2s [2024-08-07T00:01:35.946Z] [2024-08-07T00:01:35.946Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-07T00:01:35.946Z] #0 8.569 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:36.213Z] #96 ... [2024-08-07T00:01:36.213Z] [2024-08-07T00:01:36.213Z] #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-08-07T00:01:36.213Z] #87 7.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:37.176Z] #87 8.606 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:37.797Z] #87 ... [2024-08-07T00:01:37.797Z] [2024-08-07T00:01:37.797Z] #94 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-07T00:01:37.797Z] #94 11.91 OK: 18 MiB in 19 packages [2024-08-07T00:01:37.797Z] #94 DONE 12.5s [2024-08-07T00:01:37.797Z] [2024-08-07T00:01:37.797Z] #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:01:37.797Z] #88 7.413 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:37.797Z] #88 8.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:37.832Z] #146 ... [2024-08-07T00:01:37.832Z] [2024-08-07T00:01:37.832Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T00:01:37.832Z] #0 1.764 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-07T00:01:37.832Z] #147 ... [2024-08-07T00:01:37.832Z] [2024-08-07T00:01:37.832Z] #148 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T00:01:37.832Z] #0 0.640 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-07T00:01:37.832Z] #148 ... [2024-08-07T00:01:37.832Z] [2024-08-07T00:01:37.832Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T00:01:37.832Z] #0 1.686 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-07T00:01:37.832Z] #149 ... [2024-08-07T00:01:37.832Z] [2024-08-07T00:01:37.832Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-07T00:01:37.832Z] #0 1.285 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-08-07T00:01:37.832Z] #150 ... [2024-08-07T00:01:37.832Z] [2024-08-07T00:01:37.832Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T00:01:37.832Z] #0 1.182 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-07T00:01:37.832Z] #151 ... [2024-08-07T00:01:37.832Z] [2024-08-07T00:01:37.832Z] #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T00:01:37.832Z] #0 0.613 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-07T00:01:37.832Z] #152 ... [2024-08-07T00:01:37.832Z] [2024-08-07T00:01:37.832Z] #153 [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-08-07T00:01:37.832Z] #0 1.726 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-07T00:01:37.832Z] #153 ... [2024-08-07T00:01:37.832Z] [2024-08-07T00:01:37.832Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-07T00:01:37.832Z] #0 0.795 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-07T00:01:37.832Z] #154 ... [2024-08-07T00:01:37.832Z] [2024-08-07T00:01:37.832Z] #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-07T00:01:37.832Z] #0 0.803 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-07T00:01:37.832Z] #155 ... [2024-08-07T00:01:37.832Z] [2024-08-07T00:01:37.832Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-07T00:01:37.832Z] #0 1.093 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-07T00:01:37.832Z] #156 ... [2024-08-07T00:01:37.832Z] [2024-08-07T00:01:37.832Z] #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-07T00:01:37.832Z] #0 1.284 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-07T00:01:37.832Z] #157 ... [2024-08-07T00:01:37.832Z] [2024-08-07T00:01:37.832Z] #158 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-07T00:01:37.832Z] #0 1.278 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-07T00:01:39.757Z] #88 ... [2024-08-07T00:01:39.757Z] [2024-08-07T00:01:39.757Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-07T00:01:39.757Z] #96 9.453 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T00:01:39.757Z] #96 11.44 OK: 8 MiB in 19 packages [2024-08-07T00:01:39.757Z] #96 DONE 12.0s [2024-08-07T00:01:39.757Z] [2024-08-07T00:01:39.757Z] #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T00:01:40.032Z] #97 ... [2024-08-07T00:01:40.032Z] [2024-08-07T00:01:40.032Z] #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-08-07T00:01:40.032Z] #87 10.74 OK: 9 MiB in 20 packages [2024-08-07T00:01:40.032Z] #87 DONE 11.6s [2024-08-07T00:01:40.299Z] [2024-08-07T00:01:40.299Z] #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T00:01:40.299Z] #88 10.82 OK: 13 MiB in 26 packages [2024-08-07T00:01:41.262Z] #88 DONE 12.0s [2024-08-07T00:01:41.262Z] [2024-08-07T00:01:41.262Z] #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T00:01:41.262Z] #97 DONE 1.9s [2024-08-07T00:01:41.262Z] [2024-08-07T00:01:41.262Z] #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T00:01:41.529Z] #98 ... [2024-08-07T00:01:41.529Z] [2024-08-07T00:01:41.529Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-07T00:01:41.529Z] #99 DONE 1.3s [2024-08-07T00:01:41.529Z] [2024-08-07T00:01:41.529Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T00:01:42.132Z] #100 ... [2024-08-07T00:01:42.132Z] [2024-08-07T00:01:42.132Z] #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-08-07T00:01:42.132Z] #101 DONE 0.4s [2024-08-07T00:01:42.132Z] [2024-08-07T00:01:42.132Z] #102 [security-spire-config stage-2 6/10] COPY security.txt / [2024-08-07T00:01:42.132Z] #102 DONE 0.2s [2024-08-07T00:01:42.132Z] [2024-08-07T00:01:42.132Z] #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T00:01:42.402Z] #103 DONE 0.2s [2024-08-07T00:01:42.402Z] [2024-08-07T00:01:42.402Z] #104 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-08-07T00:01:42.402Z] #104 DONE 0.2s [2024-08-07T00:01:42.402Z] [2024-08-07T00:01:42.402Z] #46 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:01:42.698Z] #46 ... [2024-08-07T00:01:42.698Z] [2024-08-07T00:01:42.698Z] #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T00:01:42.698Z] #98 DONE 2.4s [2024-08-07T00:01:42.698Z] [2024-08-07T00:01:42.698Z] #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-08-07T00:01:42.698Z] #105 ... [2024-08-07T00:01:42.698Z] [2024-08-07T00:01:42.698Z] #106 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-08-07T00:01:42.698Z] #106 DONE 0.3s [2024-08-07T00:01:42.967Z] [2024-08-07T00:01:42.967Z] #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-08-07T00:01:42.967Z] #105 DONE 0.3s [2024-08-07T00:01:42.967Z] [2024-08-07T00:01:42.967Z] #107 [security-spire-config] exporting to image [2024-08-07T00:01:42.967Z] #107 exporting layers [2024-08-07T00:01:43.554Z] #107 ... [2024-08-07T00:01:43.554Z] [2024-08-07T00:01:43.554Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T00:01:43.554Z] #100 DONE 2.2s [2024-08-07T00:01:43.554Z] [2024-08-07T00:01:43.554Z] #108 [security-spire-server stage-2 6/9] COPY security.txt / [2024-08-07T00:01:43.554Z] #108 DONE 0.7s [2024-08-07T00:01:43.554Z] [2024-08-07T00:01:43.554Z] #109 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T00:01:44.141Z] #109 DONE 0.3s [2024-08-07T00:01:44.141Z] [2024-08-07T00:01:44.141Z] #110 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-08-07T00:01:44.141Z] #110 DONE 0.2s [2024-08-07T00:01:44.141Z] [2024-08-07T00:01:44.141Z] #111 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-07T00:01:44.141Z] #111 ... [2024-08-07T00:01:44.141Z] [2024-08-07T00:01:44.141Z] #112 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-08-07T00:01:44.141Z] #112 DONE 0.2s [2024-08-07T00:01:44.141Z] [2024-08-07T00:01:44.141Z] #111 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-07T00:01:44.141Z] #111 DONE 0.3s [2024-08-07T00:01:44.141Z] [2024-08-07T00:01:44.141Z] #113 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T00:01:44.141Z] #113 DONE 0.2s [2024-08-07T00:01:44.141Z] [2024-08-07T00:01:44.141Z] #114 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-08-07T00:01:44.408Z] #114 DONE 0.3s [2024-08-07T00:01:44.408Z] [2024-08-07T00:01:44.408Z] #115 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-08-07T00:01:44.408Z] #115 DONE 0.2s [2024-08-07T00:01:44.408Z] [2024-08-07T00:01:44.408Z] #107 [security-spire-server] exporting to image [2024-08-07T00:01:45.000Z] #107 ... [2024-08-07T00:01:45.000Z] [2024-08-07T00:01:45.000Z] #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-08-07T00:01:45.000Z] #116 DONE 0.3s [2024-08-07T00:01:45.000Z] [2024-08-07T00:01:45.000Z] #107 [security-spire-agent] exporting to image [2024-08-07T00:01:45.586Z] #107 exporting layers 2.7s done [2024-08-07T00:01:45.586Z] #107 writing image sha256:3777738f6895d15100586858a0f483deca632365118149a1d0f755fa51271904 done [2024-08-07T00:01:45.586Z] #107 naming to docker.io/library/security-spire-config-arm64 0.0s done [2024-08-07T00:01:47.004Z] #107 exporting layers 2.2s done [2024-08-07T00:01:47.004Z] #107 writing image sha256:dfa67c77b041b0e92bd6f78df28b2f200125c5002666bedd687480d3c1d85afa done [2024-08-07T00:01:47.004Z] #107 naming to docker.io/library/security-spire-server-arm64 done [2024-08-07T00:01:47.004Z] #107 exporting layers 2.1s done [2024-08-07T00:01:47.004Z] #107 writing image sha256:5a6786fdb4a26dbc709308fff66f7d3cb3beb1d301e2b0589632d9f287546933 done [2024-08-07T00:01:47.004Z] #107 naming to docker.io/library/security-spire-agent-arm64 done [2024-08-07T00:01:47.004Z] #107 DONE 3.9s [2024-08-07T00:01:47.004Z] [2024-08-07T00:01:47.004Z] #46 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:02:55.063Z] #46 ... [2024-08-07T00:02:55.063Z] [2024-08-07T00:02:55.063Z] #83 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:02:55.063Z] #83 DONE 85.9s [2024-08-07T00:02:55.063Z] [2024-08-07T00:02:55.063Z] #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:02:55.063Z] #93 DONE 76.0s [2024-08-07T00:02:55.063Z] [2024-08-07T00:02:55.063Z] #79 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:02:55.063Z] #79 DONE 87.7s [2024-08-07T00:02:55.063Z] [2024-08-07T00:02:55.063Z] #80 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:02:55.063Z] #80 DONE 87.4s [2024-08-07T00:02:55.063Z] [2024-08-07T00:02:55.063Z] #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:02:55.063Z] #90 DONE 78.8s [2024-08-07T00:02:55.063Z] [2024-08-07T00:02:55.063Z] #117 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-07T00:02:55.063Z] #117 ... [2024-08-07T00:02:55.063Z] [2024-08-07T00:02:55.063Z] #118 [support-cron-scheduler builder 6/7] COPY . . [2024-08-07T00:02:55.063Z] #118 DONE 1.4s [2024-08-07T00:02:55.063Z] [2024-08-07T00:02:55.063Z] #119 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:02:55.063Z] #119 CACHED [2024-08-07T00:02:55.063Z] [2024-08-07T00:02:55.063Z] #120 [support-notifications builder 6/7] COPY . . [2024-08-07T00:02:55.063Z] #120 CACHED [2024-08-07T00:02:55.063Z] [2024-08-07T00:02:55.063Z] #121 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:02:55.063Z] #121 CACHED [2024-08-07T00:02:55.063Z] [2024-08-07T00:02:55.064Z] #122 [security-proxy-setup builder 6/7] COPY . . [2024-08-07T00:02:55.064Z] #122 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:02:55.064Z] #123 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:02:55.064Z] #124 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #125 [core-data builder 6/7] COPY . . [2024-08-07T00:02:55.064Z] #125 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #126 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:02:55.064Z] #126 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #127 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:02:55.064Z] #127 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #128 [core-keeper builder 7/8] COPY . . [2024-08-07T00:02:55.064Z] #128 DONE 1.4s [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #129 [security-proxy-auth builder 6/7] COPY . . [2024-08-07T00:02:55.064Z] #129 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:02:55.064Z] #130 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #131 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:02:55.064Z] #131 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #132 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:02:55.064Z] #132 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #133 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:02:55.064Z] #133 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #134 [core-metadata builder 6/7] COPY . . [2024-08-07T00:02:55.064Z] #134 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #135 [security-bootstrapper builder 6/7] COPY . . [2024-08-07T00:02:55.064Z] #135 DONE 1.4s [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #136 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:02:55.064Z] #136 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #137 [security-secretstore-setup builder 6/7] COPY . . [2024-08-07T00:02:55.064Z] #137 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:02:55.064Z] #138 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #117 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-07T00:02:55.064Z] #117 DONE 1.5s [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #139 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:02:55.064Z] #139 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #140 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:02:55.064Z] #140 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #141 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-08-07T00:02:55.064Z] #141 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #142 [support-scheduler builder 6/7] COPY . . [2024-08-07T00:02:55.064Z] #142 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #143 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T00:02:55.064Z] #143 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #144 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-07T00:02:55.064Z] #144 CACHED [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #145 [core-command builder 6/7] COPY . . [2024-08-07T00:02:55.064Z] #145 DONE 1.5s [2024-08-07T00:02:55.064Z] [2024-08-07T00:02:55.064Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T00:02:55.644Z] #146 4.897 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-07T00:02:57.049Z] #146 ... [2024-08-07T00:02:57.049Z] [2024-08-07T00:02:57.049Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-07T00:02:57.049Z] #0 6.037 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-08-07T00:03:01.306Z] #147 ... [2024-08-07T00:03:01.306Z] [2024-08-07T00:03:01.306Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T00:03:01.306Z] #0 6.010 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-07T00:03:01.306Z] #148 ... [2024-08-07T00:03:01.306Z] [2024-08-07T00:03:01.306Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T00:03:01.306Z] #0 4.455 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-07T00:03:01.306Z] #149 ... [2024-08-07T00:03:01.306Z] [2024-08-07T00:03:01.306Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T00:03:01.306Z] #0 6.418 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-07T00:03:01.306Z] #150 ... [2024-08-07T00:03:01.306Z] [2024-08-07T00:03:01.306Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-07T00:03:01.306Z] #0 6.108 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-07T00:03:01.306Z] #151 ... [2024-08-07T00:03:01.306Z] [2024-08-07T00:03:01.306Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-07T00:03:01.574Z] #0 6.456 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-07T00:03:01.574Z] #152 ... [2024-08-07T00:03:01.574Z] [2024-08-07T00:03:01.574Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-07T00:03:01.574Z] #0 6.456 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-07T00:03:01.840Z] #153 ... [2024-08-07T00:03:01.840Z] [2024-08-07T00:03:01.840Z] #154 [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-08-07T00:03:01.840Z] #0 6.431 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-07T00:03:01.840Z] #154 ... [2024-08-07T00:03:01.840Z] [2024-08-07T00:03:01.840Z] #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-07T00:03:01.840Z] #0 5.674 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-07T00:03:02.145Z] #155 ... [2024-08-07T00:03:02.145Z] [2024-08-07T00:03:02.145Z] #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-07T00:03:02.145Z] #0 6.607 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-07T00:03:02.145Z] #156 ... [2024-08-07T00:03:02.145Z] [2024-08-07T00:03:02.146Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T00:03:02.146Z] #0 5.231 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-07T00:03:02.424Z] #157 ... [2024-08-07T00:03:02.424Z] [2024-08-07T00:03:02.424Z] #158 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-07T00:03:02.424Z] #0 5.036 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-07T00:03:14.281Z] #158 ... [2024-08-07T00:03:14.281Z] [2024-08-07T00:03:14.281Z] #153 [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-08-07T00:03:14.281Z] #153 100.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-07T00:04:22.244Z] #153 DONE 169.7s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #158 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-07T00:04:22.244Z] #158 DONE 169.7s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #148 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T00:04:22.244Z] #148 DONE 169.7s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T00:04:22.244Z] #152 DONE 169.7s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-07T00:04:22.244Z] #146 DONE 169.7s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-07T00:04:22.244Z] #155 DONE 169.7s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #159 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:04:22.244Z] #159 ... [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-07T00:04:22.244Z] #157 DONE 169.8s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-07T00:04:22.244Z] #156 DONE 170.0s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-07T00:04:22.244Z] #154 DONE 170.0s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #160 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-07T00:04:22.244Z] #160 ... [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T00:04:22.244Z] #149 DONE 170.1s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T00:04:22.244Z] #147 DONE 170.2s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-07T00:04:22.244Z] #150 DONE 170.2s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T00:04:22.244Z] #151 DONE 170.2s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #161 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:04:22.244Z] #161 ... [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #159 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:04:22.244Z] #159 DONE 0.9s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #162 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:04:22.244Z] #162 DONE 0.9s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #160 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-07T00:04:22.244Z] #160 DONE 0.7s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #163 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:04:22.244Z] #163 DONE 0.9s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #164 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:04:22.244Z] #164 DONE 1.0s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #165 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:04:22.244Z] #165 ... [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #166 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:04:22.244Z] #166 DONE 0.9s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #167 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-08-07T00:04:22.244Z] #167 ... [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #161 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:04:22.244Z] #161 DONE 1.1s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #168 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:04:22.244Z] #168 DONE 1.0s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #169 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:04:22.244Z] #169 ... [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #170 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:04:22.244Z] #170 CACHED [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #171 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:04:22.244Z] #171 CACHED [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #172 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:04:22.244Z] #172 DONE 1.3s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #173 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:04:22.244Z] #173 CACHED [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #174 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:04:22.244Z] #174 CACHED [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #175 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:04:22.244Z] #175 CACHED [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #176 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:04:22.244Z] #176 CACHED [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #177 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:04:22.244Z] #177 CACHED [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #178 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:04:22.244Z] #178 CACHED [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #179 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:04:22.244Z] #179 DONE 1.5s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #180 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-08-07T00:04:22.244Z] #180 ... [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #181 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:04:22.244Z] #181 CACHED [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #182 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:04:22.244Z] #182 CACHED [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #183 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:04:22.244Z] #183 DONE 1.6s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #184 [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-08-07T00:04:22.244Z] #184 ... [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #167 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-08-07T00:04:22.244Z] #167 DONE 1.5s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #165 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:04:22.244Z] #165 DONE 1.8s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #185 [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-08-07T00:04:22.244Z] #185 ... [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #186 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:04:22.244Z] #186 DONE 2.2s [2024-08-07T00:04:22.244Z] [2024-08-07T00:04:22.244Z] #187 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:04:23.225Z] #187 ... [2024-08-07T00:04:23.225Z] [2024-08-07T00:04:23.225Z] #188 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-07T00:04:23.225Z] #188 DONE 6.1s [2024-08-07T00:04:23.225Z] [2024-08-07T00:04:23.225Z] #169 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:04:23.225Z] #169 DONE 5.4s [2024-08-07T00:04:23.225Z] [2024-08-07T00:04:23.225Z] #189 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-08-07T00:04:23.225Z] #189 DONE 4.8s [2024-08-07T00:04:23.225Z] [2024-08-07T00:04:23.225Z] #190 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-08-07T00:04:23.225Z] #190 DONE 4.9s [2024-08-07T00:04:23.225Z] [2024-08-07T00:04:23.225Z] #191 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-08-07T00:04:23.225Z] #191 DONE 5.0s [2024-08-07T00:04:23.225Z] [2024-08-07T00:04:23.225Z] #192 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:04:23.483Z] #192 ... [2024-08-07T00:04:23.483Z] [2024-08-07T00:04:23.483Z] #193 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-08-07T00:04:23.483Z] #193 DONE 5.0s [2024-08-07T00:04:23.483Z] [2024-08-07T00:04:23.483Z] #184 [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-08-07T00:04:23.483Z] #184 DONE 4.9s [2024-08-07T00:04:23.483Z] [2024-08-07T00:04:23.483Z] #180 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-08-07T00:04:23.483Z] #180 DONE 5.2s [2024-08-07T00:04:23.483Z] [2024-08-07T00:04:23.483Z] #194 [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-08-07T00:04:23.742Z] #194 ... [2024-08-07T00:04:23.742Z] [2024-08-07T00:04:23.742Z] #195 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-08-07T00:04:23.742Z] #195 DONE 5.1s [2024-08-07T00:04:23.742Z] [2024-08-07T00:04:23.742Z] #196 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-08-07T00:04:23.742Z] #196 DONE 5.1s [2024-08-07T00:04:23.742Z] [2024-08-07T00:04:23.742Z] #187 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:04:23.742Z] #187 DONE 4.6s [2024-08-07T00:04:23.742Z] [2024-08-07T00:04:23.742Z] #105 [core-keeper] exporting to image [2024-08-07T00:04:23.742Z] #105 exporting layers [2024-08-07T00:04:24.313Z] #105 ... [2024-08-07T00:04:24.313Z] [2024-08-07T00:04:24.313Z] #185 [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-08-07T00:04:24.313Z] #185 DONE 5.1s [2024-08-07T00:04:24.313Z] [2024-08-07T00:04:24.313Z] #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-08-07T00:04:24.313Z] #197 DONE 4.0s [2024-08-07T00:04:24.313Z] [2024-08-07T00:04:24.313Z] #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-08-07T00:04:24.587Z] #198 ... [2024-08-07T00:04:24.587Z] [2024-08-07T00:04:24.587Z] #199 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:04:24.587Z] #199 DONE 1.4s [2024-08-07T00:04:24.587Z] [2024-08-07T00:04:24.587Z] #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:04:24.587Z] #200 DONE 1.3s [2024-08-07T00:04:24.587Z] [2024-08-07T00:04:24.587Z] #201 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-08-07T00:04:24.587Z] #201 DONE 1.3s [2024-08-07T00:04:24.587Z] [2024-08-07T00:04:24.587Z] #192 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:04:24.587Z] #192 DONE 1.3s [2024-08-07T00:04:24.587Z] [2024-08-07T00:04:24.587Z] #202 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:04:24.587Z] #202 DONE 1.4s [2024-08-07T00:04:24.587Z] [2024-08-07T00:04:24.587Z] #203 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-08-07T00:04:24.919Z] #203 ... [2024-08-07T00:04:24.919Z] [2024-08-07T00:04:24.919Z] #204 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:04:24.919Z] #204 DONE 1.4s [2024-08-07T00:04:24.919Z] [2024-08-07T00:04:24.919Z] #205 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:04:24.919Z] #205 DONE 1.3s [2024-08-07T00:04:24.919Z] [2024-08-07T00:04:24.919Z] #194 [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-08-07T00:04:24.919Z] #194 DONE 1.3s [2024-08-07T00:04:24.919Z] [2024-08-07T00:04:24.919Z] #206 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-08-07T00:04:24.919Z] #206 DONE 1.3s [2024-08-07T00:04:24.919Z] [2024-08-07T00:04:24.919Z] #207 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-07T00:04:24.919Z] #207 DONE 1.3s [2024-08-07T00:04:24.919Z] [2024-08-07T00:04:24.919Z] #208 [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-08-07T00:04:24.919Z] #208 DONE 0.8s [2024-08-07T00:04:24.919Z] [2024-08-07T00:04:24.919Z] #105 [support-cron-scheduler] exporting to image [2024-08-07T00:04:25.348Z] #105 ... [2024-08-07T00:04:25.348Z] [2024-08-07T00:04:25.348Z] #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-08-07T00:04:25.348Z] #198 DONE 0.8s [2024-08-07T00:04:25.348Z] [2024-08-07T00:04:25.348Z] #209 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-08-07T00:04:25.348Z] #209 DONE 0.5s [2024-08-07T00:04:25.348Z] [2024-08-07T00:04:25.348Z] #105 [security-spiffe-token-provider] exporting to image [2024-08-07T00:04:25.348Z] #105 exporting layers 0.2s done [2024-08-07T00:04:25.348Z] #105 ... [2024-08-07T00:04:25.348Z] [2024-08-07T00:04:25.348Z] #210 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:04:25.348Z] #210 DONE 0.6s [2024-08-07T00:04:25.348Z] [2024-08-07T00:04:25.348Z] #203 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-08-07T00:04:25.348Z] #203 DONE 0.5s [2024-08-07T00:04:25.348Z] [2024-08-07T00:04:25.348Z] #211 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:04:25.348Z] #211 DONE 0.6s [2024-08-07T00:04:25.348Z] [2024-08-07T00:04:25.348Z] #212 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-08-07T00:04:25.348Z] #212 DONE 0.3s [2024-08-07T00:04:25.348Z] [2024-08-07T00:04:25.348Z] #213 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-08-07T00:04:25.348Z] #213 DONE 0.4s [2024-08-07T00:04:25.348Z] [2024-08-07T00:04:25.348Z] #105 [core-metadata] exporting to image [2024-08-07T00:04:25.348Z] #105 exporting layers 0.4s done [2024-08-07T00:04:25.610Z] #105 ... [2024-08-07T00:04:25.610Z] [2024-08-07T00:04:25.610Z] #214 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:04:25.610Z] #214 DONE 0.3s [2024-08-07T00:04:25.610Z] [2024-08-07T00:04:25.610Z] #105 [core-metadata] exporting to image [2024-08-07T00:04:25.610Z] #105 exporting layers 0.4s done [2024-08-07T00:04:25.610Z] #105 writing image sha256:ef6797885e7d861ab9a220913740475f597cf5cef24abd7b60d4945735a40c12 [2024-08-07T00:04:25.610Z] #105 writing image sha256:ef6797885e7d861ab9a220913740475f597cf5cef24abd7b60d4945735a40c12 0.3s done [2024-08-07T00:04:25.610Z] #105 naming to docker.io/library/core-keeper [2024-08-07T00:04:25.610Z] #105 ... [2024-08-07T00:04:25.610Z] [2024-08-07T00:04:25.610Z] #215 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-08-07T00:04:25.610Z] #215 DONE 0.5s [2024-08-07T00:04:25.610Z] [2024-08-07T00:04:25.610Z] #216 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-08-07T00:04:25.610Z] #216 DONE 0.4s [2024-08-07T00:04:25.610Z] [2024-08-07T00:04:25.610Z] #105 [support-notifications] exporting to image [2024-08-07T00:04:25.610Z] #105 exporting layers 0.5s done [2024-08-07T00:04:25.610Z] #105 naming to docker.io/library/core-keeper done [2024-08-07T00:04:25.610Z] #105 writing image sha256:8afc10e40eeba9ba8d8b006d4cc51b86c4bc3e1718d2a12762e539530514760b [2024-08-07T00:04:25.610Z] #105 writing image sha256:63cbb2b426d7a8b7401a393adf317b4b1ad9768c84dc7a3c0b3bbff2dfb34abd [2024-08-07T00:04:25.610Z] #105 writing image sha256:4e5a83a1531932956ad1e86730f7128790f1612995511184f61d79a02b566bea [2024-08-07T00:04:25.610Z] #105 writing image sha256:1b93f796180f5dfff4d19138abb37d88d591f34b27d0fc270df5ecfd6986b45c done [2024-08-07T00:04:25.610Z] #105 writing image sha256:24a724d1f5c1754e65ef3c4e514cd0dcbc90271eab9039232625170c5554b005 done [2024-08-07T00:04:25.610Z] #105 naming to docker.io/library/support-notifications done [2024-08-07T00:04:25.610Z] #105 writing image sha256:a17b02a07d816f43d8417409df7f642e72d6ff10fd07fd9a7cdd0c988f39e785 [2024-08-07T00:04:25.610Z] #105 naming to docker.io/library/core-data [2024-08-07T00:04:25.610Z] #105 writing image sha256:63cbb2b426d7a8b7401a393adf317b4b1ad9768c84dc7a3c0b3bbff2dfb34abd 0.1s done [2024-08-07T00:04:25.610Z] #105 naming to docker.io/library/core-data done [2024-08-07T00:04:25.610Z] #105 naming to docker.io/library/security-spiffe-token-provider [2024-08-07T00:04:25.869Z] #105 exporting layers 0.6s done [2024-08-07T00:04:25.869Z] #105 writing image sha256:8afc10e40eeba9ba8d8b006d4cc51b86c4bc3e1718d2a12762e539530514760b 0.2s done [2024-08-07T00:04:25.869Z] #105 writing image sha256:4e5a83a1531932956ad1e86730f7128790f1612995511184f61d79a02b566bea 0.1s done [2024-08-07T00:04:25.869Z] #105 writing image sha256:a17b02a07d816f43d8417409df7f642e72d6ff10fd07fd9a7cdd0c988f39e785 0.1s done [2024-08-07T00:04:25.869Z] #105 naming to docker.io/library/security-spiffe-token-provider done [2024-08-07T00:04:25.869Z] #105 naming to docker.io/library/support-scheduler 0.0s done [2024-08-07T00:04:25.869Z] #105 naming to docker.io/library/support-cron-scheduler done [2024-08-07T00:04:25.869Z] #105 naming to docker.io/library/core-command done [2024-08-07T00:04:25.869Z] #105 writing image sha256:24fe3cde678e1791cf6931f4f221bfcfd90b8f3de08c311ccabb736c47436271 done [2024-08-07T00:04:25.869Z] #105 naming to docker.io/library/core-metadata done [2024-08-07T00:04:25.869Z] #105 DONE 3.4s [2024-08-07T00:04:25.869Z] [2024-08-07T00:04:25.869Z] #217 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-08-07T00:04:25.869Z] #217 DONE 0.6s [2024-08-07T00:04:25.869Z] [2024-08-07T00:04:25.869Z] #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-08-07T00:04:26.127Z] #218 ... [2024-08-07T00:04:26.127Z] [2024-08-07T00:04:26.127Z] #219 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-08-07T00:04:26.127Z] #219 DONE 0.4s [2024-08-07T00:04:26.127Z] [2024-08-07T00:04:26.127Z] #220 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T00:04:26.127Z] #220 DONE 0.9s [2024-08-07T00:04:26.127Z] [2024-08-07T00:04:26.127Z] #221 [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-08-07T00:04:26.127Z] #221 DONE 0.2s [2024-08-07T00:04:26.127Z] [2024-08-07T00:04:26.127Z] #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-08-07T00:04:26.127Z] #218 DONE 0.3s [2024-08-07T00:04:26.127Z] [2024-08-07T00:04:26.127Z] #222 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T00:04:26.127Z] #222 DONE 1.0s [2024-08-07T00:04:26.127Z] [2024-08-07T00:04:26.127Z] #105 [core-common-config-bootstrapper] exporting to image [2024-08-07T00:04:26.127Z] #105 exporting layers 0.2s done [2024-08-07T00:04:26.127Z] #105 writing image sha256:df83d02e53d1d8ea58944fdb7e368e3aa0ecc37fc65f78f0c1311c4a56edcb1b done [2024-08-07T00:04:26.127Z] #105 naming to docker.io/library/security-proxy-auth [2024-08-07T00:04:26.385Z] #105 ... [2024-08-07T00:04:26.385Z] [2024-08-07T00:04:26.385Z] #223 [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-08-07T00:04:26.385Z] #223 DONE 0.1s [2024-08-07T00:04:26.385Z] [2024-08-07T00:04:26.385Z] #224 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-08-07T00:04:26.385Z] #224 DONE 0.1s [2024-08-07T00:04:26.385Z] [2024-08-07T00:04:26.385Z] #225 [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-08-07T00:04:26.385Z] #225 DONE 0.1s [2024-08-07T00:04:26.385Z] [2024-08-07T00:04:26.385Z] #105 [security-proxy-auth] exporting to image [2024-08-07T00:04:26.385Z] #105 naming to docker.io/library/security-proxy-auth done [2024-08-07T00:04:26.385Z] #105 exporting layers 0.2s done [2024-08-07T00:04:26.385Z] #105 writing image sha256:f221a81a055cf862b7755ec0412381e0606acecd2e9d68a27f12f6a071701d4b done [2024-08-07T00:04:26.385Z] #105 naming to docker.io/library/core-common-config-bootstrapper done [2024-08-07T00:04:26.385Z] #105 DONE 3.8s [2024-08-07T00:04:26.385Z] [2024-08-07T00:04:26.385Z] #226 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-08-07T00:04:26.385Z] #226 DONE 0.1s [2024-08-07T00:04:26.385Z] [2024-08-07T00:04:26.385Z] #227 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T00:04:26.385Z] #227 ... [2024-08-07T00:04:26.385Z] [2024-08-07T00:04:26.385Z] #228 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-08-07T00:04:26.385Z] #228 DONE 0.1s [2024-08-07T00:04:26.646Z] [2024-08-07T00:04:26.646Z] #229 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-07T00:04:26.646Z] #229 ... [2024-08-07T00:04:26.646Z] [2024-08-07T00:04:26.646Z] #230 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T00:04:26.646Z] #230 DONE 1.2s [2024-08-07T00:04:26.905Z] [2024-08-07T00:04:26.905Z] #105 [security-proxy-setup] exporting to image [2024-08-07T00:04:27.162Z] #105 ... [2024-08-07T00:04:27.162Z] [2024-08-07T00:04:27.162Z] #227 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T00:04:27.162Z] #227 DONE 0.9s [2024-08-07T00:04:27.162Z] [2024-08-07T00:04:27.162Z] #229 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-07T00:04:27.162Z] #229 DONE 0.7s [2024-08-07T00:04:27.162Z] [2024-08-07T00:04:27.162Z] #105 [security-secretstore-setup] exporting to image [2024-08-07T00:04:28.099Z] #105 exporting layers 1.2s done [2024-08-07T00:04:28.099Z] #105 writing image sha256:badacc271205e1504d89a8f34a89d4e23332f5ebe7b4e0d036b2b7b600e7ff2d [2024-08-07T00:04:28.099Z] #105 exporting layers 0.9s done [2024-08-07T00:04:28.099Z] #105 writing image sha256:badacc271205e1504d89a8f34a89d4e23332f5ebe7b4e0d036b2b7b600e7ff2d 0.0s done [2024-08-07T00:04:28.099Z] #105 naming to docker.io/library/security-proxy-setup done [2024-08-07T00:04:28.099Z] #105 writing image sha256:f8a126d89cb0dcd0850a938af27d9a14db4d05ce0056f24e9696eb05d2427548 done [2024-08-07T00:04:28.099Z] #105 naming to docker.io/library/security-secretstore-setup [2024-08-07T00:04:28.099Z] #105 exporting layers 0.9s done [2024-08-07T00:04:28.099Z] #105 naming to docker.io/library/security-secretstore-setup done [2024-08-07T00:04:28.099Z] #105 writing image sha256:10834dfdb9b93c51c7612328f994794099e2eeab1b8caed7acb05178e7259388 done [2024-08-07T00:04:28.099Z] #105 naming to docker.io/library/security-bootstrapper done [2024-08-07T00:04:28.099Z] #105 DONE 5.0s [2024-08-07T00:04:28.099Z] [2024-08-07T00:04:28.099Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T00:04:28.099Z] time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:04:28.099Z] time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:04:28.099Z] time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:04:28.099Z] time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:04:28.099Z] time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:04:28.099Z] time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:04:28.099Z] time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:04:28.099Z] time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:04:28.099Z] time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:04:28.099Z] time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:04:28.099Z] time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:04:28.099Z] time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:04:28.099Z] time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:04:28.099Z] time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:04:28.099Z] time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:04:28.099Z] time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-08-07T00:04:28.109Z] $ docker stop --time=1 b000b6c4569ef17a5f718f32c764e47a4f0359d2cbaa2dee71c13140efee85a1 [2024-08-07T00:04:29.376Z] $ docker rm -f --volumes b000b6c4569ef17a5f718f32c764e47a4f0359d2cbaa2dee71c13140efee85a1 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T00:04:29.718Z] + docker images [2024-08-07T00:04:29.718Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-08-07T00:04:29.718Z] security-bootstrapper latest 10834dfdb9b9 2 seconds ago 18.9MB [2024-08-07T00:04:29.718Z] security-proxy-setup latest badacc271205 3 seconds ago 26.2MB [2024-08-07T00:04:29.718Z] security-secretstore-setup latest f8a126d89cb0 3 seconds ago 37MB [2024-08-07T00:04:29.718Z] core-common-config-bootstrapper latest f221a81a055c 4 seconds ago 15.2MB [2024-08-07T00:04:29.718Z] security-proxy-auth latest df83d02e53d1 4 seconds ago 33MB [2024-08-07T00:04:29.718Z] core-command latest 8afc10e40eeb 5 seconds ago 35.4MB [2024-08-07T00:04:29.718Z] support-cron-scheduler latest 4e5a83a15319 5 seconds ago 42.2MB [2024-08-07T00:04:29.718Z] core-metadata latest 24fe3cde678e 5 seconds ago 39.6MB [2024-08-07T00:04:29.718Z] core-data latest 1b93f796180f 5 seconds ago 39.5MB [2024-08-07T00:04:29.718Z] security-spiffe-token-provider latest 63cbb2b426d7 5 seconds ago 28.8MB [2024-08-07T00:04:29.718Z] support-notifications latest 24a724d1f5c1 5 seconds ago 42.4MB [2024-08-07T00:04:29.718Z] support-scheduler latest a17b02a07d81 5 seconds ago 41.8MB [2024-08-07T00:04:29.718Z] core-keeper latest ef6797885e7d 6 seconds ago 39.4MB [2024-08-07T00:04:29.718Z] security-spire-agent latest 3340ad14aade 3 minutes ago 182MB [2024-08-07T00:04:29.718Z] security-spire-server latest 230c3ac5847a 3 minutes ago 121MB [2024-08-07T00:04:29.718Z] security-spire-config latest b3589b260fe3 3 minutes ago 120MB [2024-08-07T00:04:29.718Z] ci-base-image-x86_64 latest f6ac3f2cc061 7 minutes ago 969MB [2024-08-07T00:04:29.718Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 3 months ago 565MB [2024-08-07T00:04:29.718Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 14 months ago 334MB [2024-08-07T00:04:29.718Z] 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-08-07T00:04:29.898Z] provisioning config files... [2024-08-07T00:04:29.909Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/664@tmp/config15987563209578410725tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T00:04:30.213Z] ---> ****-login.sh [2024-08-07T00:04:30.213Z] nexus3.edgexfoundry.org:10001 [2024-08-07T00:04:30.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T00:04:30.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T00:04:30.214Z] Configure a credential helper to remove this warning. See [2024-08-07T00:04:30.214Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T00:04:30.214Z] [2024-08-07T00:04:30.214Z] Login Succeeded [2024-08-07T00:04:30.214Z] nexus3.edgexfoundry.org:10002 [2024-08-07T00:04:30.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T00:04:30.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T00:04:30.473Z] Configure a credential helper to remove this warning. See [2024-08-07T00:04:30.473Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T00:04:30.473Z] [2024-08-07T00:04:30.473Z] Login Succeeded [2024-08-07T00:04:30.473Z] nexus3.edgexfoundry.org:10003 [2024-08-07T00:04:30.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T00:04:30.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T00:04:30.473Z] Configure a credential helper to remove this warning. See [2024-08-07T00:04:30.473Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T00:04:30.473Z] [2024-08-07T00:04:30.473Z] Login Succeeded [2024-08-07T00:04:30.473Z] nexus3.edgexfoundry.org:10004 [2024-08-07T00:04:30.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T00:04:30.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T00:04:30.733Z] Configure a credential helper to remove this warning. See [2024-08-07T00:04:30.733Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T00:04:30.733Z] [2024-08-07T00:04:30.733Z] Login Succeeded [2024-08-07T00:04:30.733Z] ****.io [2024-08-07T00:04:30.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T00:04:30.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T00:04:30.993Z] Configure a credential helper to remove this warning. See [2024-08-07T00:04:30.993Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T00:04:30.993Z] [2024-08-07T00:04:30.993Z] Login Succeeded [2024-08-07T00:04:30.993Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T00:04:31.000Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:04:31.050Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T00:04:31.077Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-08-07T00:04:31.077Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:04:31.077Z] latest [2024-08-07T00:04:31.077Z] 3.2.0-dev.46 [2024-08-07T00:04:31.077Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:04:31.077Z] main [2024-08-07T00:04:31.077Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:31.417Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:31.749Z] + docker push nexus3.edgexfoundry.org:10004/core-command:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:04:31.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-07T00:04:31.749Z] e5513fbfccb8: Preparing [2024-08-07T00:04:31.749Z] c79f3433017b: Preparing [2024-08-07T00:04:31.749Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:04:31.749Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:31.749Z] 88dd5d3d2526: Preparing [2024-08-07T00:04:31.749Z] 18782f3ce659: Preparing [2024-08-07T00:04:31.749Z] ce7f800efff9: Preparing [2024-08-07T00:04:31.749Z] 18782f3ce659: Waiting [2024-08-07T00:04:31.749Z] ce7f800efff9: Waiting [2024-08-07T00:04:31.749Z] e5513fbfccb8: Pushed [2024-08-07T00:04:31.749Z] 66cddfbe9fb8: Pushed [2024-08-07T00:04:31.749Z] 88dd5d3d2526: Pushed [2024-08-07T00:04:31.749Z] aa6b1fc3d5ff: Pushed [2024-08-07T00:04:31.749Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:32.007Z] 18782f3ce659: Pushed [2024-08-07T00:04:34.549Z] c79f3433017b: Pushed [2024-08-07T00:04:34.549Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:bf96ab18aed7e0754efac2afdd0055a4ddfcf4757ea9e2a2eb1f85732149931d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:34.876Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:35.195Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-08-07T00:04:35.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-07T00:04:35.195Z] e5513fbfccb8: Preparing [2024-08-07T00:04:35.195Z] c79f3433017b: Preparing [2024-08-07T00:04:35.195Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:04:35.195Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:35.195Z] 88dd5d3d2526: Preparing [2024-08-07T00:04:35.195Z] 18782f3ce659: Preparing [2024-08-07T00:04:35.195Z] ce7f800efff9: Preparing [2024-08-07T00:04:35.195Z] 18782f3ce659: Waiting [2024-08-07T00:04:35.195Z] ce7f800efff9: Waiting [2024-08-07T00:04:35.195Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:04:35.195Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:35.195Z] e5513fbfccb8: Layer already exists [2024-08-07T00:04:35.195Z] c79f3433017b: Layer already exists [2024-08-07T00:04:35.195Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:04:35.195Z] 18782f3ce659: Layer already exists [2024-08-07T00:04:35.195Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:35.195Z] latest: digest: sha256:bf96ab18aed7e0754efac2afdd0055a4ddfcf4757ea9e2a2eb1f85732149931d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:35.516Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:35.837Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.46 [2024-08-07T00:04:35.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-07T00:04:35.837Z] e5513fbfccb8: Preparing [2024-08-07T00:04:35.837Z] c79f3433017b: Preparing [2024-08-07T00:04:35.837Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:04:35.837Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:35.837Z] 88dd5d3d2526: Preparing [2024-08-07T00:04:35.837Z] 18782f3ce659: Preparing [2024-08-07T00:04:35.837Z] ce7f800efff9: Preparing [2024-08-07T00:04:35.837Z] 18782f3ce659: Waiting [2024-08-07T00:04:35.837Z] ce7f800efff9: Waiting [2024-08-07T00:04:35.837Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:35.837Z] e5513fbfccb8: Layer already exists [2024-08-07T00:04:35.837Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:04:35.837Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:04:35.837Z] c79f3433017b: Layer already exists [2024-08-07T00:04:35.837Z] 18782f3ce659: Layer already exists [2024-08-07T00:04:35.837Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:35.837Z] 3.2.0-dev.46: digest: sha256:bf96ab18aed7e0754efac2afdd0055a4ddfcf4757ea9e2a2eb1f85732149931d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:36.164Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:36.485Z] + docker push nexus3.edgexfoundry.org:10004/core-command:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:04:36.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-07T00:04:36.485Z] e5513fbfccb8: Preparing [2024-08-07T00:04:36.485Z] c79f3433017b: Preparing [2024-08-07T00:04:36.485Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:04:36.485Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:36.485Z] 88dd5d3d2526: Preparing [2024-08-07T00:04:36.485Z] 18782f3ce659: Preparing [2024-08-07T00:04:36.485Z] ce7f800efff9: Preparing [2024-08-07T00:04:36.485Z] ce7f800efff9: Waiting [2024-08-07T00:04:36.485Z] 18782f3ce659: Waiting [2024-08-07T00:04:36.485Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:04:36.485Z] e5513fbfccb8: Layer already exists [2024-08-07T00:04:36.485Z] c79f3433017b: Layer already exists [2024-08-07T00:04:36.485Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:04:36.485Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:36.485Z] 18782f3ce659: Layer already exists [2024-08-07T00:04:36.485Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:36.485Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:bf96ab18aed7e0754efac2afdd0055a4ddfcf4757ea9e2a2eb1f85732149931d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:36.825Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:37.147Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-08-07T00:04:37.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-07T00:04:37.147Z] e5513fbfccb8: Preparing [2024-08-07T00:04:37.147Z] c79f3433017b: Preparing [2024-08-07T00:04:37.147Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:04:37.147Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:37.147Z] 88dd5d3d2526: Preparing [2024-08-07T00:04:37.147Z] 18782f3ce659: Preparing [2024-08-07T00:04:37.147Z] ce7f800efff9: Preparing [2024-08-07T00:04:37.147Z] 18782f3ce659: Waiting [2024-08-07T00:04:37.147Z] ce7f800efff9: Waiting [2024-08-07T00:04:37.147Z] c79f3433017b: Layer already exists [2024-08-07T00:04:37.147Z] e5513fbfccb8: Layer already exists [2024-08-07T00:04:37.147Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:04:37.147Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:04:37.147Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:37.147Z] 18782f3ce659: Layer already exists [2024-08-07T00:04:37.147Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:37.147Z] main: digest: sha256:bf96ab18aed7e0754efac2afdd0055a4ddfcf4757ea9e2a2eb1f85732149931d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:04:37.221Z] ===================================================== [Pipeline] echo [2024-08-07T00:04:37.238Z] taggedImages: [2024-08-07T00:04:37.238Z] - nexus3.edgexfoundry.org:10004/core-command:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:04:37.238Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-08-07T00:04:37.238Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.46 [2024-08-07T00:04:37.238Z] - nexus3.edgexfoundry.org:10004/core-command:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:04:37.238Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-08-07T00:04:37.265Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-08-07T00:04:37.265Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:04:37.265Z] latest [2024-08-07T00:04:37.265Z] 3.2.0-dev.46 [2024-08-07T00:04:37.265Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:04:37.265Z] main [2024-08-07T00:04:37.265Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:37.598Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:37.922Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:04:37.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-07T00:04:37.922Z] 04e7d1d43f16: Preparing [2024-08-07T00:04:37.922Z] d0664b76697c: Preparing [2024-08-07T00:04:37.922Z] 4b8b0148380f: Preparing [2024-08-07T00:04:37.922Z] e609beb72753: Preparing [2024-08-07T00:04:37.922Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:04:37.922Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:37.922Z] 88dd5d3d2526: Preparing [2024-08-07T00:04:37.922Z] 18782f3ce659: Preparing [2024-08-07T00:04:37.922Z] ce7f800efff9: Preparing [2024-08-07T00:04:37.922Z] 88dd5d3d2526: Waiting [2024-08-07T00:04:37.922Z] 18782f3ce659: Waiting [2024-08-07T00:04:37.922Z] ce7f800efff9: Waiting [2024-08-07T00:04:37.922Z] 66cddfbe9fb8: Waiting [2024-08-07T00:04:37.922Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:04:37.922Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:37.922Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:04:37.922Z] 18782f3ce659: Layer already exists [2024-08-07T00:04:37.922Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:37.922Z] 04e7d1d43f16: Pushed [2024-08-07T00:04:37.922Z] 4b8b0148380f: Pushed [2024-08-07T00:04:37.922Z] d0664b76697c: Pushed [2024-08-07T00:04:38.855Z] e609beb72753: Pushed [2024-08-07T00:04:38.855Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:7a829c66d52042e5f10dc72454f826dd2f2949f81d2148a1579efe2e2feabb83 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:39.186Z] + 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-08-07T00:04:39.508Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-08-07T00:04:39.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-07T00:04:39.508Z] 04e7d1d43f16: Preparing [2024-08-07T00:04:39.508Z] d0664b76697c: Preparing [2024-08-07T00:04:39.508Z] 4b8b0148380f: Preparing [2024-08-07T00:04:39.508Z] e609beb72753: Preparing [2024-08-07T00:04:39.508Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:04:39.508Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:39.508Z] 88dd5d3d2526: Preparing [2024-08-07T00:04:39.508Z] 18782f3ce659: Preparing [2024-08-07T00:04:39.508Z] ce7f800efff9: Preparing [2024-08-07T00:04:39.508Z] 88dd5d3d2526: Waiting [2024-08-07T00:04:39.508Z] 18782f3ce659: Waiting [2024-08-07T00:04:39.508Z] ce7f800efff9: Waiting [2024-08-07T00:04:39.508Z] 66cddfbe9fb8: Waiting [2024-08-07T00:04:39.508Z] d0664b76697c: Layer already exists [2024-08-07T00:04:39.508Z] e609beb72753: Layer already exists [2024-08-07T00:04:39.508Z] 4b8b0148380f: Layer already exists [2024-08-07T00:04:39.508Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:04:39.508Z] 04e7d1d43f16: Layer already exists [2024-08-07T00:04:39.508Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:04:39.508Z] 18782f3ce659: Layer already exists [2024-08-07T00:04:39.508Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:39.508Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:39.508Z] latest: digest: sha256:7a829c66d52042e5f10dc72454f826dd2f2949f81d2148a1579efe2e2feabb83 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:39.835Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:40.153Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.46 [2024-08-07T00:04:40.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-07T00:04:40.153Z] 04e7d1d43f16: Preparing [2024-08-07T00:04:40.153Z] d0664b76697c: Preparing [2024-08-07T00:04:40.153Z] 4b8b0148380f: Preparing [2024-08-07T00:04:40.153Z] e609beb72753: Preparing [2024-08-07T00:04:40.153Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:04:40.153Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:40.153Z] 88dd5d3d2526: Preparing [2024-08-07T00:04:40.153Z] 18782f3ce659: Preparing [2024-08-07T00:04:40.153Z] ce7f800efff9: Preparing [2024-08-07T00:04:40.153Z] 88dd5d3d2526: Waiting [2024-08-07T00:04:40.153Z] 66cddfbe9fb8: Waiting [2024-08-07T00:04:40.153Z] ce7f800efff9: Waiting [2024-08-07T00:04:40.153Z] 4b8b0148380f: Layer already exists [2024-08-07T00:04:40.153Z] 04e7d1d43f16: Layer already exists [2024-08-07T00:04:40.153Z] d0664b76697c: Layer already exists [2024-08-07T00:04:40.153Z] e609beb72753: Layer already exists [2024-08-07T00:04:40.153Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:04:40.153Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:04:40.153Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:40.153Z] 18782f3ce659: Layer already exists [2024-08-07T00:04:40.153Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:40.153Z] 3.2.0-dev.46: digest: sha256:7a829c66d52042e5f10dc72454f826dd2f2949f81d2148a1579efe2e2feabb83 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:40.476Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:40.796Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:04:40.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-07T00:04:40.796Z] 04e7d1d43f16: Preparing [2024-08-07T00:04:40.796Z] d0664b76697c: Preparing [2024-08-07T00:04:40.796Z] 4b8b0148380f: Preparing [2024-08-07T00:04:40.796Z] e609beb72753: Preparing [2024-08-07T00:04:40.796Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:04:40.796Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:40.796Z] 88dd5d3d2526: Preparing [2024-08-07T00:04:40.796Z] 18782f3ce659: Preparing [2024-08-07T00:04:40.796Z] ce7f800efff9: Preparing [2024-08-07T00:04:40.796Z] 66cddfbe9fb8: Waiting [2024-08-07T00:04:40.796Z] 18782f3ce659: Waiting [2024-08-07T00:04:40.796Z] 88dd5d3d2526: Waiting [2024-08-07T00:04:40.796Z] ce7f800efff9: Waiting [2024-08-07T00:04:40.796Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:04:40.796Z] e609beb72753: Layer already exists [2024-08-07T00:04:40.796Z] 4b8b0148380f: Layer already exists [2024-08-07T00:04:40.796Z] d0664b76697c: Layer already exists [2024-08-07T00:04:40.796Z] 04e7d1d43f16: Layer already exists [2024-08-07T00:04:40.796Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:04:40.796Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:40.796Z] 18782f3ce659: Layer already exists [2024-08-07T00:04:40.796Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:40.796Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:7a829c66d52042e5f10dc72454f826dd2f2949f81d2148a1579efe2e2feabb83 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:41.122Z] + 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-08-07T00:04:41.443Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-08-07T00:04:41.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-07T00:04:41.443Z] 04e7d1d43f16: Preparing [2024-08-07T00:04:41.443Z] d0664b76697c: Preparing [2024-08-07T00:04:41.443Z] 4b8b0148380f: Preparing [2024-08-07T00:04:41.443Z] e609beb72753: Preparing [2024-08-07T00:04:41.443Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:04:41.443Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:41.443Z] 88dd5d3d2526: Preparing [2024-08-07T00:04:41.443Z] 18782f3ce659: Preparing [2024-08-07T00:04:41.443Z] ce7f800efff9: Preparing [2024-08-07T00:04:41.443Z] 18782f3ce659: Waiting [2024-08-07T00:04:41.443Z] ce7f800efff9: Waiting [2024-08-07T00:04:41.443Z] 88dd5d3d2526: Waiting [2024-08-07T00:04:41.443Z] 66cddfbe9fb8: Waiting [2024-08-07T00:04:41.443Z] 4b8b0148380f: Layer already exists [2024-08-07T00:04:41.443Z] d0664b76697c: Layer already exists [2024-08-07T00:04:41.443Z] e609beb72753: Layer already exists [2024-08-07T00:04:41.443Z] 04e7d1d43f16: Layer already exists [2024-08-07T00:04:41.443Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:04:41.443Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:04:41.443Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:41.443Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:41.443Z] 18782f3ce659: Layer already exists [2024-08-07T00:04:41.443Z] main: digest: sha256:7a829c66d52042e5f10dc72454f826dd2f2949f81d2148a1579efe2e2feabb83 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:04:41.513Z] ===================================================== [Pipeline] echo [2024-08-07T00:04:41.529Z] taggedImages: [2024-08-07T00:04:41.529Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:04:41.529Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-08-07T00:04:41.529Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.46 [2024-08-07T00:04:41.529Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:04:41.529Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-08-07T00:04:41.552Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-08-07T00:04:41.552Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:04:41.552Z] latest [2024-08-07T00:04:41.552Z] 3.2.0-dev.46 [2024-08-07T00:04:41.552Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:04:41.552Z] main [2024-08-07T00:04:41.552Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:41.887Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:42.206Z] + docker push nexus3.edgexfoundry.org:10004/core-data:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:04:42.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-07T00:04:42.206Z] faae89ff10fa: Preparing [2024-08-07T00:04:42.206Z] cd35200a8fef: Preparing [2024-08-07T00:04:42.206Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:04:42.206Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:42.206Z] 88dd5d3d2526: Preparing [2024-08-07T00:04:42.206Z] 18782f3ce659: Preparing [2024-08-07T00:04:42.206Z] ce7f800efff9: Preparing [2024-08-07T00:04:42.206Z] 18782f3ce659: Waiting [2024-08-07T00:04:42.206Z] ce7f800efff9: Waiting [2024-08-07T00:04:42.206Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:04:42.206Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:42.206Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:04:42.206Z] 18782f3ce659: Layer already exists [2024-08-07T00:04:42.206Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:42.206Z] faae89ff10fa: Pushed [2024-08-07T00:04:45.494Z] cd35200a8fef: Pushed [2024-08-07T00:04:45.494Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:fa18b60ff80a39bdb13e4de5751a3512268604998a4d24ca42748032ba82a853 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:45.818Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:46.143Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-08-07T00:04:46.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-07T00:04:46.143Z] faae89ff10fa: Preparing [2024-08-07T00:04:46.143Z] cd35200a8fef: Preparing [2024-08-07T00:04:46.143Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:04:46.143Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:46.143Z] 88dd5d3d2526: Preparing [2024-08-07T00:04:46.143Z] 18782f3ce659: Preparing [2024-08-07T00:04:46.143Z] ce7f800efff9: Preparing [2024-08-07T00:04:46.143Z] 18782f3ce659: Waiting [2024-08-07T00:04:46.143Z] ce7f800efff9: Waiting [2024-08-07T00:04:46.143Z] cd35200a8fef: Layer already exists [2024-08-07T00:04:46.143Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:04:46.143Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:46.143Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:04:46.143Z] faae89ff10fa: Layer already exists [2024-08-07T00:04:46.143Z] 18782f3ce659: Layer already exists [2024-08-07T00:04:46.143Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:46.143Z] latest: digest: sha256:fa18b60ff80a39bdb13e4de5751a3512268604998a4d24ca42748032ba82a853 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:46.467Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:46.786Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.46 [2024-08-07T00:04:46.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-07T00:04:46.786Z] faae89ff10fa: Preparing [2024-08-07T00:04:46.786Z] cd35200a8fef: Preparing [2024-08-07T00:04:46.786Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:04:46.786Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:46.786Z] 88dd5d3d2526: Preparing [2024-08-07T00:04:46.786Z] 18782f3ce659: Preparing [2024-08-07T00:04:46.786Z] ce7f800efff9: Preparing [2024-08-07T00:04:46.786Z] 18782f3ce659: Waiting [2024-08-07T00:04:46.786Z] ce7f800efff9: Waiting [2024-08-07T00:04:46.786Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:04:46.786Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:46.786Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:04:46.786Z] cd35200a8fef: Layer already exists [2024-08-07T00:04:46.786Z] faae89ff10fa: Layer already exists [2024-08-07T00:04:46.786Z] 18782f3ce659: Layer already exists [2024-08-07T00:04:46.786Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:46.786Z] 3.2.0-dev.46: digest: sha256:fa18b60ff80a39bdb13e4de5751a3512268604998a4d24ca42748032ba82a853 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:47.107Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:47.430Z] + docker push nexus3.edgexfoundry.org:10004/core-data:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:04:47.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-07T00:04:47.430Z] faae89ff10fa: Preparing [2024-08-07T00:04:47.430Z] cd35200a8fef: Preparing [2024-08-07T00:04:47.430Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:04:47.430Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:47.430Z] 88dd5d3d2526: Preparing [2024-08-07T00:04:47.430Z] 18782f3ce659: Preparing [2024-08-07T00:04:47.430Z] ce7f800efff9: Preparing [2024-08-07T00:04:47.430Z] 18782f3ce659: Waiting [2024-08-07T00:04:47.430Z] ce7f800efff9: Waiting [2024-08-07T00:04:47.430Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:04:47.430Z] cd35200a8fef: Layer already exists [2024-08-07T00:04:47.430Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:04:47.430Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:47.430Z] faae89ff10fa: Layer already exists [2024-08-07T00:04:47.430Z] 18782f3ce659: Layer already exists [2024-08-07T00:04:47.430Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:47.430Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:fa18b60ff80a39bdb13e4de5751a3512268604998a4d24ca42748032ba82a853 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:47.763Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:48.088Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-08-07T00:04:48.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-07T00:04:48.088Z] faae89ff10fa: Preparing [2024-08-07T00:04:48.088Z] cd35200a8fef: Preparing [2024-08-07T00:04:48.088Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:04:48.088Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:48.088Z] 88dd5d3d2526: Preparing [2024-08-07T00:04:48.088Z] 18782f3ce659: Preparing [2024-08-07T00:04:48.088Z] ce7f800efff9: Preparing [2024-08-07T00:04:48.088Z] 18782f3ce659: Waiting [2024-08-07T00:04:48.088Z] ce7f800efff9: Waiting [2024-08-07T00:04:48.088Z] faae89ff10fa: Layer already exists [2024-08-07T00:04:48.088Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:04:48.088Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:48.088Z] cd35200a8fef: Layer already exists [2024-08-07T00:04:48.088Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:04:48.088Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:48.088Z] 18782f3ce659: Layer already exists [2024-08-07T00:04:48.088Z] main: digest: sha256:fa18b60ff80a39bdb13e4de5751a3512268604998a4d24ca42748032ba82a853 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:04:48.162Z] ===================================================== [Pipeline] echo [2024-08-07T00:04:48.176Z] taggedImages: [2024-08-07T00:04:48.176Z] - nexus3.edgexfoundry.org:10004/core-data:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:04:48.176Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-08-07T00:04:48.176Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.46 [2024-08-07T00:04:48.176Z] - nexus3.edgexfoundry.org:10004/core-data:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:04:48.176Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-08-07T00:04:48.208Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-08-07T00:04:48.208Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:04:48.208Z] latest [2024-08-07T00:04:48.208Z] 3.2.0-dev.46 [2024-08-07T00:04:48.208Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:04:48.208Z] main [2024-08-07T00:04:48.208Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:49.895Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:50.254Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:04:50.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-07T00:04:50.254Z] ef690741c126: Preparing [2024-08-07T00:04:50.254Z] be1a21b024c5: Preparing [2024-08-07T00:04:50.254Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:50.254Z] e73aa5473f08: Preparing [2024-08-07T00:04:50.254Z] a7209062c8a0: Preparing [2024-08-07T00:04:50.254Z] ce7f800efff9: Preparing [2024-08-07T00:04:50.254Z] ce7f800efff9: Waiting [2024-08-07T00:04:50.255Z] a7209062c8a0: Pushed [2024-08-07T00:04:50.255Z] e73aa5473f08: Pushed [2024-08-07T00:04:50.255Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:50.255Z] ef690741c126: Pushed [2024-08-07T00:04:50.514Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:53.046Z] be1a21b024c5: Pushed [2024-08-07T00:04:53.305Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:0ed737b79beb6f85b5b09fbb73f598944f62d49bd76a3f36c6ae63f875265ab4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:53.633Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:53.960Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-08-07T00:04:53.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-07T00:04:53.960Z] ef690741c126: Preparing [2024-08-07T00:04:53.960Z] be1a21b024c5: Preparing [2024-08-07T00:04:53.960Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:53.960Z] e73aa5473f08: Preparing [2024-08-07T00:04:53.960Z] a7209062c8a0: Preparing [2024-08-07T00:04:53.960Z] ce7f800efff9: Preparing [2024-08-07T00:04:53.960Z] ce7f800efff9: Waiting [2024-08-07T00:04:53.960Z] e73aa5473f08: Layer already exists [2024-08-07T00:04:53.960Z] ef690741c126: Layer already exists [2024-08-07T00:04:53.960Z] a7209062c8a0: Layer already exists [2024-08-07T00:04:53.960Z] be1a21b024c5: Layer already exists [2024-08-07T00:04:53.960Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:53.960Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:53.960Z] latest: digest: sha256:0ed737b79beb6f85b5b09fbb73f598944f62d49bd76a3f36c6ae63f875265ab4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:54.298Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:54.627Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.46 [2024-08-07T00:04:54.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-07T00:04:54.627Z] ef690741c126: Preparing [2024-08-07T00:04:54.627Z] be1a21b024c5: Preparing [2024-08-07T00:04:54.627Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:54.627Z] e73aa5473f08: Preparing [2024-08-07T00:04:54.627Z] a7209062c8a0: Preparing [2024-08-07T00:04:54.627Z] ce7f800efff9: Preparing [2024-08-07T00:04:54.627Z] ce7f800efff9: Waiting [2024-08-07T00:04:54.627Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:54.627Z] a7209062c8a0: Layer already exists [2024-08-07T00:04:54.627Z] e73aa5473f08: Layer already exists [2024-08-07T00:04:54.627Z] ef690741c126: Layer already exists [2024-08-07T00:04:54.627Z] be1a21b024c5: Layer already exists [2024-08-07T00:04:54.627Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:54.627Z] 3.2.0-dev.46: digest: sha256:0ed737b79beb6f85b5b09fbb73f598944f62d49bd76a3f36c6ae63f875265ab4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:54.953Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:55.275Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:04:55.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-07T00:04:55.275Z] ef690741c126: Preparing [2024-08-07T00:04:55.275Z] be1a21b024c5: Preparing [2024-08-07T00:04:55.275Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:55.275Z] e73aa5473f08: Preparing [2024-08-07T00:04:55.275Z] a7209062c8a0: Preparing [2024-08-07T00:04:55.275Z] ce7f800efff9: Preparing [2024-08-07T00:04:55.275Z] ce7f800efff9: Waiting [2024-08-07T00:04:55.275Z] be1a21b024c5: Layer already exists [2024-08-07T00:04:55.275Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:55.275Z] ef690741c126: Layer already exists [2024-08-07T00:04:55.275Z] a7209062c8a0: Layer already exists [2024-08-07T00:04:55.275Z] e73aa5473f08: Layer already exists [2024-08-07T00:04:55.275Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:55.275Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:0ed737b79beb6f85b5b09fbb73f598944f62d49bd76a3f36c6ae63f875265ab4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:55.601Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:55.922Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-08-07T00:04:55.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-07T00:04:55.922Z] ef690741c126: Preparing [2024-08-07T00:04:55.922Z] be1a21b024c5: Preparing [2024-08-07T00:04:55.922Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:55.922Z] e73aa5473f08: Preparing [2024-08-07T00:04:55.922Z] a7209062c8a0: Preparing [2024-08-07T00:04:55.922Z] ce7f800efff9: Preparing [2024-08-07T00:04:55.922Z] ce7f800efff9: Waiting [2024-08-07T00:04:55.922Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:55.922Z] ef690741c126: Layer already exists [2024-08-07T00:04:55.922Z] a7209062c8a0: Layer already exists [2024-08-07T00:04:55.922Z] e73aa5473f08: Layer already exists [2024-08-07T00:04:55.922Z] be1a21b024c5: Layer already exists [2024-08-07T00:04:55.922Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:55.922Z] main: digest: sha256:0ed737b79beb6f85b5b09fbb73f598944f62d49bd76a3f36c6ae63f875265ab4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:04:55.996Z] ===================================================== [Pipeline] echo [2024-08-07T00:04:56.012Z] taggedImages: [2024-08-07T00:04:56.012Z] - nexus3.edgexfoundry.org:10004/core-keeper:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:04:56.012Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-08-07T00:04:56.012Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.46 [2024-08-07T00:04:56.012Z] - nexus3.edgexfoundry.org:10004/core-keeper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:04:56.012Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-08-07T00:04:56.087Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-08-07T00:04:56.087Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:04:56.087Z] latest [2024-08-07T00:04:56.087Z] 3.2.0-dev.46 [2024-08-07T00:04:56.087Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:04:56.087Z] main [2024-08-07T00:04:56.087Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:56.436Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:56.755Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:04:56.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-07T00:04:56.756Z] 89a92f70379b: Preparing [2024-08-07T00:04:56.756Z] 2019f18c421b: Preparing [2024-08-07T00:04:56.756Z] 4badcf5e24b8: Preparing [2024-08-07T00:04:56.756Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:04:56.756Z] 66cddfbe9fb8: Preparing [2024-08-07T00:04:56.756Z] 88dd5d3d2526: Preparing [2024-08-07T00:04:56.756Z] 18782f3ce659: Preparing [2024-08-07T00:04:56.756Z] ce7f800efff9: Preparing [2024-08-07T00:04:56.756Z] 18782f3ce659: Waiting [2024-08-07T00:04:56.756Z] ce7f800efff9: Waiting [2024-08-07T00:04:56.756Z] 88dd5d3d2526: Waiting [2024-08-07T00:04:56.756Z] 2019f18c421b: Pushed [2024-08-07T00:04:56.756Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:04:56.756Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:04:56.756Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:04:56.756Z] 89a92f70379b: Pushed [2024-08-07T00:04:57.015Z] 18782f3ce659: Layer already exists [2024-08-07T00:04:57.015Z] ce7f800efff9: Layer already exists [2024-08-07T00:04:59.577Z] 4badcf5e24b8: Pushed [2024-08-07T00:04:59.577Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:643575a5e547e207382f2d07ea6edcda88b962c9362b57ed42a506d5fe1aac7e size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:04:59.905Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:00.226Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-08-07T00:05:00.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-07T00:05:00.226Z] 89a92f70379b: Preparing [2024-08-07T00:05:00.226Z] 2019f18c421b: Preparing [2024-08-07T00:05:00.226Z] 4badcf5e24b8: Preparing [2024-08-07T00:05:00.226Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:00.226Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:00.226Z] 88dd5d3d2526: Preparing [2024-08-07T00:05:00.226Z] 18782f3ce659: Preparing [2024-08-07T00:05:00.226Z] ce7f800efff9: Preparing [2024-08-07T00:05:00.226Z] 18782f3ce659: Waiting [2024-08-07T00:05:00.226Z] 88dd5d3d2526: Waiting [2024-08-07T00:05:00.226Z] ce7f800efff9: Waiting [2024-08-07T00:05:00.226Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:00.226Z] 2019f18c421b: Layer already exists [2024-08-07T00:05:00.226Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:00.226Z] 89a92f70379b: Layer already exists [2024-08-07T00:05:00.226Z] 4badcf5e24b8: Layer already exists [2024-08-07T00:05:00.226Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:05:00.226Z] 18782f3ce659: Layer already exists [2024-08-07T00:05:00.226Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:00.226Z] latest: digest: sha256:643575a5e547e207382f2d07ea6edcda88b962c9362b57ed42a506d5fe1aac7e size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:00.550Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:00.869Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.46 [2024-08-07T00:05:00.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-07T00:05:00.869Z] 89a92f70379b: Preparing [2024-08-07T00:05:00.869Z] 2019f18c421b: Preparing [2024-08-07T00:05:00.869Z] 4badcf5e24b8: Preparing [2024-08-07T00:05:00.869Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:00.869Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:00.869Z] 88dd5d3d2526: Preparing [2024-08-07T00:05:00.869Z] 18782f3ce659: Preparing [2024-08-07T00:05:00.869Z] ce7f800efff9: Preparing [2024-08-07T00:05:00.869Z] 88dd5d3d2526: Waiting [2024-08-07T00:05:00.869Z] 18782f3ce659: Waiting [2024-08-07T00:05:00.869Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:00.869Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:00.869Z] 89a92f70379b: Layer already exists [2024-08-07T00:05:00.869Z] 2019f18c421b: Layer already exists [2024-08-07T00:05:00.869Z] 4badcf5e24b8: Layer already exists [2024-08-07T00:05:00.869Z] 18782f3ce659: Layer already exists [2024-08-07T00:05:00.869Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:05:00.869Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:00.869Z] 3.2.0-dev.46: digest: sha256:643575a5e547e207382f2d07ea6edcda88b962c9362b57ed42a506d5fe1aac7e size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:01.202Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:01.519Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:01.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-07T00:05:01.519Z] 89a92f70379b: Preparing [2024-08-07T00:05:01.519Z] 2019f18c421b: Preparing [2024-08-07T00:05:01.519Z] 4badcf5e24b8: Preparing [2024-08-07T00:05:01.519Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:01.519Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:01.519Z] 88dd5d3d2526: Preparing [2024-08-07T00:05:01.519Z] 18782f3ce659: Preparing [2024-08-07T00:05:01.519Z] ce7f800efff9: Preparing [2024-08-07T00:05:01.519Z] 88dd5d3d2526: Waiting [2024-08-07T00:05:01.519Z] 18782f3ce659: Waiting [2024-08-07T00:05:01.519Z] ce7f800efff9: Waiting [2024-08-07T00:05:01.519Z] 89a92f70379b: Layer already exists [2024-08-07T00:05:01.519Z] 2019f18c421b: Layer already exists [2024-08-07T00:05:01.519Z] 4badcf5e24b8: Layer already exists [2024-08-07T00:05:01.519Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:01.519Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:01.519Z] 18782f3ce659: Layer already exists [2024-08-07T00:05:01.519Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:05:01.519Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:01.519Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:643575a5e547e207382f2d07ea6edcda88b962c9362b57ed42a506d5fe1aac7e size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:01.844Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:02.166Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-08-07T00:05:02.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-07T00:05:02.166Z] 89a92f70379b: Preparing [2024-08-07T00:05:02.166Z] 2019f18c421b: Preparing [2024-08-07T00:05:02.166Z] 4badcf5e24b8: Preparing [2024-08-07T00:05:02.166Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:02.166Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:02.166Z] 88dd5d3d2526: Preparing [2024-08-07T00:05:02.166Z] 18782f3ce659: Preparing [2024-08-07T00:05:02.166Z] ce7f800efff9: Preparing [2024-08-07T00:05:02.166Z] 88dd5d3d2526: Waiting [2024-08-07T00:05:02.166Z] 18782f3ce659: Waiting [2024-08-07T00:05:02.166Z] ce7f800efff9: Waiting [2024-08-07T00:05:02.166Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:02.166Z] 89a92f70379b: Layer already exists [2024-08-07T00:05:02.166Z] 4badcf5e24b8: Layer already exists [2024-08-07T00:05:02.166Z] 2019f18c421b: Layer already exists [2024-08-07T00:05:02.166Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:02.166Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:05:02.166Z] 18782f3ce659: Layer already exists [2024-08-07T00:05:02.166Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:02.166Z] main: digest: sha256:643575a5e547e207382f2d07ea6edcda88b962c9362b57ed42a506d5fe1aac7e size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:05:02.235Z] ===================================================== [Pipeline] echo [2024-08-07T00:05:02.249Z] taggedImages: [2024-08-07T00:05:02.249Z] - nexus3.edgexfoundry.org:10004/core-metadata:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:02.249Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-08-07T00:05:02.249Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.46 [2024-08-07T00:05:02.249Z] - nexus3.edgexfoundry.org:10004/core-metadata:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:02.249Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-08-07T00:05:02.274Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-08-07T00:05:02.274Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:02.274Z] latest [2024-08-07T00:05:02.274Z] 3.2.0-dev.46 [2024-08-07T00:05:02.274Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:02.274Z] main [2024-08-07T00:05:02.274Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:02.608Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:02.935Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:02.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-07T00:05:02.935Z] b9ca83cf21e5: Preparing [2024-08-07T00:05:02.935Z] 14ba6971b50d: Preparing [2024-08-07T00:05:02.935Z] 979aada0a854: Preparing [2024-08-07T00:05:02.935Z] f8f21a3d67b7: Preparing [2024-08-07T00:05:02.935Z] 053961b6c010: Preparing [2024-08-07T00:05:02.935Z] 70e7aad92523: Preparing [2024-08-07T00:05:02.935Z] c3b148798c7e: Preparing [2024-08-07T00:05:02.935Z] a8bf0618d35a: Preparing [2024-08-07T00:05:02.935Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:02.935Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:02.935Z] adbaf6a45f59: Preparing [2024-08-07T00:05:02.935Z] 01bd377f010a: Preparing [2024-08-07T00:05:02.935Z] 5f70bf18a086: Preparing [2024-08-07T00:05:02.935Z] 097859ae0ddc: Preparing [2024-08-07T00:05:02.935Z] fa540334a868: Preparing [2024-08-07T00:05:02.935Z] 7a3a6eb21892: Preparing [2024-08-07T00:05:02.935Z] ce7f800efff9: Preparing [2024-08-07T00:05:02.935Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:02.935Z] c3b148798c7e: Waiting [2024-08-07T00:05:02.935Z] adbaf6a45f59: Waiting [2024-08-07T00:05:02.935Z] 01bd377f010a: Waiting [2024-08-07T00:05:02.935Z] 5f70bf18a086: Waiting [2024-08-07T00:05:02.935Z] 097859ae0ddc: Waiting [2024-08-07T00:05:02.935Z] a8bf0618d35a: Waiting [2024-08-07T00:05:02.935Z] 70e7aad92523: Waiting [2024-08-07T00:05:02.935Z] fa540334a868: Waiting [2024-08-07T00:05:02.935Z] ce7f800efff9: Waiting [2024-08-07T00:05:02.935Z] 7a3a6eb21892: Waiting [2024-08-07T00:05:02.935Z] 14ba6971b50d: Pushed [2024-08-07T00:05:02.935Z] b9ca83cf21e5: Pushed [2024-08-07T00:05:02.935Z] f8f21a3d67b7: Pushed [2024-08-07T00:05:02.935Z] 053961b6c010: Pushed [2024-08-07T00:05:02.935Z] 979aada0a854: Pushed [2024-08-07T00:05:02.935Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:02.935Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:03.194Z] 70e7aad92523: Pushed [2024-08-07T00:05:03.194Z] c3b148798c7e: Pushed [2024-08-07T00:05:03.194Z] 5f70bf18a086: Layer already exists [2024-08-07T00:05:03.194Z] adbaf6a45f59: Pushed [2024-08-07T00:05:03.194Z] 01bd377f010a: Pushed [2024-08-07T00:05:03.194Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:03.194Z] fa540334a868: Pushed [2024-08-07T00:05:03.194Z] 097859ae0ddc: Pushed [2024-08-07T00:05:03.194Z] 7a3a6eb21892: Pushed [2024-08-07T00:05:04.571Z] a8bf0618d35a: Pushed [2024-08-07T00:05:04.571Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:7aac171a46df943b02bfa858ce038b939c07ed0767aa18d3120a6d7bbfc57c45 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:04.900Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:05.216Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-08-07T00:05:05.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-07T00:05:05.216Z] b9ca83cf21e5: Preparing [2024-08-07T00:05:05.216Z] 14ba6971b50d: Preparing [2024-08-07T00:05:05.216Z] 979aada0a854: Preparing [2024-08-07T00:05:05.216Z] f8f21a3d67b7: Preparing [2024-08-07T00:05:05.216Z] 053961b6c010: Preparing [2024-08-07T00:05:05.216Z] 70e7aad92523: Preparing [2024-08-07T00:05:05.216Z] c3b148798c7e: Preparing [2024-08-07T00:05:05.216Z] a8bf0618d35a: Preparing [2024-08-07T00:05:05.216Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:05.216Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:05.216Z] adbaf6a45f59: Preparing [2024-08-07T00:05:05.216Z] 01bd377f010a: Preparing [2024-08-07T00:05:05.216Z] 5f70bf18a086: Preparing [2024-08-07T00:05:05.216Z] 097859ae0ddc: Preparing [2024-08-07T00:05:05.216Z] fa540334a868: Preparing [2024-08-07T00:05:05.216Z] 7a3a6eb21892: Preparing [2024-08-07T00:05:05.216Z] ce7f800efff9: Preparing [2024-08-07T00:05:05.216Z] adbaf6a45f59: Waiting [2024-08-07T00:05:05.216Z] 70e7aad92523: Waiting [2024-08-07T00:05:05.216Z] a8bf0618d35a: Waiting [2024-08-07T00:05:05.216Z] c3b148798c7e: Waiting [2024-08-07T00:05:05.216Z] 01bd377f010a: Waiting [2024-08-07T00:05:05.216Z] 097859ae0ddc: Waiting [2024-08-07T00:05:05.216Z] 5f70bf18a086: Waiting [2024-08-07T00:05:05.216Z] fa540334a868: Waiting [2024-08-07T00:05:05.216Z] 7a3a6eb21892: Waiting [2024-08-07T00:05:05.216Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:05.216Z] aa6b1fc3d5ff: Waiting [2024-08-07T00:05:05.216Z] ce7f800efff9: Waiting [2024-08-07T00:05:05.216Z] 14ba6971b50d: Layer already exists [2024-08-07T00:05:05.216Z] b9ca83cf21e5: Layer already exists [2024-08-07T00:05:05.216Z] 053961b6c010: Layer already exists [2024-08-07T00:05:05.216Z] f8f21a3d67b7: Layer already exists [2024-08-07T00:05:05.216Z] 979aada0a854: Layer already exists [2024-08-07T00:05:05.216Z] a8bf0618d35a: Layer already exists [2024-08-07T00:05:05.216Z] 70e7aad92523: Layer already exists [2024-08-07T00:05:05.216Z] c3b148798c7e: Layer already exists [2024-08-07T00:05:05.216Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:05.216Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:05.216Z] 01bd377f010a: Layer already exists [2024-08-07T00:05:05.216Z] adbaf6a45f59: Layer already exists [2024-08-07T00:05:05.216Z] 097859ae0ddc: Layer already exists [2024-08-07T00:05:05.216Z] 5f70bf18a086: Layer already exists [2024-08-07T00:05:05.216Z] fa540334a868: Layer already exists [2024-08-07T00:05:05.216Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:05.216Z] 7a3a6eb21892: Layer already exists [2024-08-07T00:05:05.216Z] latest: digest: sha256:7aac171a46df943b02bfa858ce038b939c07ed0767aa18d3120a6d7bbfc57c45 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:05.546Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:05.872Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.46 [2024-08-07T00:05:05.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-07T00:05:05.872Z] b9ca83cf21e5: Preparing [2024-08-07T00:05:05.872Z] 14ba6971b50d: Preparing [2024-08-07T00:05:05.872Z] 979aada0a854: Preparing [2024-08-07T00:05:05.872Z] f8f21a3d67b7: Preparing [2024-08-07T00:05:05.872Z] 053961b6c010: Preparing [2024-08-07T00:05:05.872Z] 70e7aad92523: Preparing [2024-08-07T00:05:05.872Z] c3b148798c7e: Preparing [2024-08-07T00:05:05.872Z] a8bf0618d35a: Preparing [2024-08-07T00:05:05.872Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:05.872Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:05.872Z] adbaf6a45f59: Preparing [2024-08-07T00:05:05.872Z] 01bd377f010a: Preparing [2024-08-07T00:05:05.872Z] 5f70bf18a086: Preparing [2024-08-07T00:05:05.872Z] 097859ae0ddc: Preparing [2024-08-07T00:05:05.872Z] fa540334a868: Preparing [2024-08-07T00:05:05.872Z] 7a3a6eb21892: Preparing [2024-08-07T00:05:05.872Z] ce7f800efff9: Preparing [2024-08-07T00:05:05.872Z] a8bf0618d35a: Waiting [2024-08-07T00:05:05.872Z] aa6b1fc3d5ff: Waiting [2024-08-07T00:05:05.872Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:05.872Z] adbaf6a45f59: Waiting [2024-08-07T00:05:05.872Z] 01bd377f010a: Waiting [2024-08-07T00:05:05.872Z] 5f70bf18a086: Waiting [2024-08-07T00:05:05.872Z] 097859ae0ddc: Waiting [2024-08-07T00:05:05.872Z] fa540334a868: Waiting [2024-08-07T00:05:05.872Z] 7a3a6eb21892: Waiting [2024-08-07T00:05:05.872Z] 70e7aad92523: Waiting [2024-08-07T00:05:05.872Z] c3b148798c7e: Waiting [2024-08-07T00:05:05.872Z] 053961b6c010: Layer already exists [2024-08-07T00:05:05.872Z] 979aada0a854: Layer already exists [2024-08-07T00:05:05.872Z] 14ba6971b50d: Layer already exists [2024-08-07T00:05:05.872Z] f8f21a3d67b7: Layer already exists [2024-08-07T00:05:05.872Z] b9ca83cf21e5: Layer already exists [2024-08-07T00:05:05.872Z] 70e7aad92523: Layer already exists [2024-08-07T00:05:05.872Z] c3b148798c7e: Layer already exists [2024-08-07T00:05:05.872Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:05.872Z] a8bf0618d35a: Layer already exists [2024-08-07T00:05:05.872Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:05.872Z] 01bd377f010a: Layer already exists [2024-08-07T00:05:05.872Z] adbaf6a45f59: Layer already exists [2024-08-07T00:05:05.872Z] 097859ae0ddc: Layer already exists [2024-08-07T00:05:05.872Z] 5f70bf18a086: Layer already exists [2024-08-07T00:05:05.872Z] fa540334a868: Layer already exists [2024-08-07T00:05:05.872Z] 7a3a6eb21892: Layer already exists [2024-08-07T00:05:05.872Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:05.872Z] 3.2.0-dev.46: digest: sha256:7aac171a46df943b02bfa858ce038b939c07ed0767aa18d3120a6d7bbfc57c45 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:06.201Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:06.529Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:06.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-07T00:05:06.529Z] b9ca83cf21e5: Preparing [2024-08-07T00:05:06.529Z] 14ba6971b50d: Preparing [2024-08-07T00:05:06.529Z] 979aada0a854: Preparing [2024-08-07T00:05:06.529Z] f8f21a3d67b7: Preparing [2024-08-07T00:05:06.529Z] 053961b6c010: Preparing [2024-08-07T00:05:06.529Z] 70e7aad92523: Preparing [2024-08-07T00:05:06.529Z] c3b148798c7e: Preparing [2024-08-07T00:05:06.529Z] a8bf0618d35a: Preparing [2024-08-07T00:05:06.529Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:06.529Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:06.529Z] adbaf6a45f59: Preparing [2024-08-07T00:05:06.529Z] 01bd377f010a: Preparing [2024-08-07T00:05:06.529Z] 5f70bf18a086: Preparing [2024-08-07T00:05:06.529Z] 097859ae0ddc: Preparing [2024-08-07T00:05:06.529Z] fa540334a868: Preparing [2024-08-07T00:05:06.529Z] 7a3a6eb21892: Preparing [2024-08-07T00:05:06.529Z] ce7f800efff9: Preparing [2024-08-07T00:05:06.529Z] 70e7aad92523: Waiting [2024-08-07T00:05:06.529Z] c3b148798c7e: Waiting [2024-08-07T00:05:06.529Z] a8bf0618d35a: Waiting [2024-08-07T00:05:06.529Z] 097859ae0ddc: Waiting [2024-08-07T00:05:06.529Z] fa540334a868: Waiting [2024-08-07T00:05:06.529Z] 7a3a6eb21892: Waiting [2024-08-07T00:05:06.529Z] ce7f800efff9: Waiting [2024-08-07T00:05:06.529Z] aa6b1fc3d5ff: Waiting [2024-08-07T00:05:06.529Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:06.529Z] 5f70bf18a086: Waiting [2024-08-07T00:05:06.529Z] 01bd377f010a: Waiting [2024-08-07T00:05:06.529Z] 053961b6c010: Layer already exists [2024-08-07T00:05:06.529Z] 14ba6971b50d: Layer already exists [2024-08-07T00:05:06.529Z] f8f21a3d67b7: Layer already exists [2024-08-07T00:05:06.529Z] 979aada0a854: Layer already exists [2024-08-07T00:05:06.529Z] b9ca83cf21e5: Layer already exists [2024-08-07T00:05:06.529Z] 70e7aad92523: Layer already exists [2024-08-07T00:05:06.529Z] a8bf0618d35a: Layer already exists [2024-08-07T00:05:06.529Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:06.529Z] c3b148798c7e: Layer already exists [2024-08-07T00:05:06.529Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:06.529Z] 01bd377f010a: Layer already exists [2024-08-07T00:05:06.529Z] 5f70bf18a086: Layer already exists [2024-08-07T00:05:06.529Z] adbaf6a45f59: Layer already exists [2024-08-07T00:05:06.529Z] 097859ae0ddc: Layer already exists [2024-08-07T00:05:06.529Z] fa540334a868: Layer already exists [2024-08-07T00:05:06.529Z] 7a3a6eb21892: Layer already exists [2024-08-07T00:05:06.529Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:06.529Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:7aac171a46df943b02bfa858ce038b939c07ed0767aa18d3120a6d7bbfc57c45 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:06.861Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:07.194Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-08-07T00:05:07.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-07T00:05:07.194Z] b9ca83cf21e5: Preparing [2024-08-07T00:05:07.194Z] 14ba6971b50d: Preparing [2024-08-07T00:05:07.194Z] 979aada0a854: Preparing [2024-08-07T00:05:07.194Z] f8f21a3d67b7: Preparing [2024-08-07T00:05:07.194Z] 053961b6c010: Preparing [2024-08-07T00:05:07.194Z] 70e7aad92523: Preparing [2024-08-07T00:05:07.194Z] c3b148798c7e: Preparing [2024-08-07T00:05:07.194Z] a8bf0618d35a: Preparing [2024-08-07T00:05:07.194Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:07.194Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:07.194Z] adbaf6a45f59: Preparing [2024-08-07T00:05:07.194Z] 01bd377f010a: Preparing [2024-08-07T00:05:07.194Z] 5f70bf18a086: Preparing [2024-08-07T00:05:07.194Z] 097859ae0ddc: Preparing [2024-08-07T00:05:07.194Z] fa540334a868: Preparing [2024-08-07T00:05:07.194Z] 7a3a6eb21892: Preparing [2024-08-07T00:05:07.194Z] ce7f800efff9: Preparing [2024-08-07T00:05:07.194Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:07.194Z] 01bd377f010a: Waiting [2024-08-07T00:05:07.194Z] adbaf6a45f59: Waiting [2024-08-07T00:05:07.194Z] 5f70bf18a086: Waiting [2024-08-07T00:05:07.194Z] 097859ae0ddc: Waiting [2024-08-07T00:05:07.194Z] 70e7aad92523: Waiting [2024-08-07T00:05:07.194Z] fa540334a868: Waiting [2024-08-07T00:05:07.194Z] 7a3a6eb21892: Waiting [2024-08-07T00:05:07.194Z] ce7f800efff9: Waiting [2024-08-07T00:05:07.194Z] c3b148798c7e: Waiting [2024-08-07T00:05:07.194Z] a8bf0618d35a: Waiting [2024-08-07T00:05:07.194Z] 14ba6971b50d: Layer already exists [2024-08-07T00:05:07.194Z] 979aada0a854: Layer already exists [2024-08-07T00:05:07.194Z] f8f21a3d67b7: Layer already exists [2024-08-07T00:05:07.194Z] b9ca83cf21e5: Layer already exists [2024-08-07T00:05:07.194Z] 053961b6c010: Layer already exists [2024-08-07T00:05:07.194Z] 70e7aad92523: Layer already exists [2024-08-07T00:05:07.194Z] a8bf0618d35a: Layer already exists [2024-08-07T00:05:07.194Z] c3b148798c7e: Layer already exists [2024-08-07T00:05:07.194Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:07.194Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:07.194Z] 01bd377f010a: Layer already exists [2024-08-07T00:05:07.194Z] adbaf6a45f59: Layer already exists [2024-08-07T00:05:07.194Z] 5f70bf18a086: Layer already exists [2024-08-07T00:05:07.194Z] 097859ae0ddc: Layer already exists [2024-08-07T00:05:07.194Z] fa540334a868: Layer already exists [2024-08-07T00:05:07.194Z] 7a3a6eb21892: Layer already exists [2024-08-07T00:05:07.194Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:07.194Z] main: digest: sha256:7aac171a46df943b02bfa858ce038b939c07ed0767aa18d3120a6d7bbfc57c45 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:05:07.264Z] ===================================================== [Pipeline] echo [2024-08-07T00:05:07.281Z] taggedImages: [2024-08-07T00:05:07.281Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:07.281Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-08-07T00:05:07.281Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.46 [2024-08-07T00:05:07.281Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:07.281Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-08-07T00:05:07.309Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-08-07T00:05:07.309Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:07.309Z] latest [2024-08-07T00:05:07.309Z] 3.2.0-dev.46 [2024-08-07T00:05:07.309Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:07.309Z] main [2024-08-07T00:05:07.309Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:07.652Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:07.971Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:07.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-07T00:05:07.971Z] 04e7d1d43f16: Preparing [2024-08-07T00:05:07.971Z] d0664b76697c: Preparing [2024-08-07T00:05:07.971Z] b88fafc16810: Preparing [2024-08-07T00:05:07.971Z] 1ab7735d373a: Preparing [2024-08-07T00:05:07.971Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:07.971Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:07.971Z] 88dd5d3d2526: Preparing [2024-08-07T00:05:07.971Z] 18782f3ce659: Preparing [2024-08-07T00:05:07.971Z] ce7f800efff9: Preparing [2024-08-07T00:05:07.971Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:07.971Z] ce7f800efff9: Waiting [2024-08-07T00:05:07.971Z] 88dd5d3d2526: Waiting [2024-08-07T00:05:07.971Z] 18782f3ce659: Waiting [2024-08-07T00:05:07.971Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:07.971Z] 04e7d1d43f16: Layer already exists [2024-08-07T00:05:07.971Z] d0664b76697c: Layer already exists [2024-08-07T00:05:07.971Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:07.971Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:05:07.971Z] 18782f3ce659: Layer already exists [2024-08-07T00:05:07.971Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:07.971Z] b88fafc16810: Pushed [2024-08-07T00:05:10.499Z] 1ab7735d373a: Pushed [2024-08-07T00:05:10.499Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:624b55f89730f79fcfa133613a0712c33ec430dbf643e6ac0708a4c9fc880f0c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:10.824Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:11.144Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-08-07T00:05:11.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-07T00:05:11.144Z] 04e7d1d43f16: Preparing [2024-08-07T00:05:11.144Z] d0664b76697c: Preparing [2024-08-07T00:05:11.144Z] b88fafc16810: Preparing [2024-08-07T00:05:11.144Z] 1ab7735d373a: Preparing [2024-08-07T00:05:11.144Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:11.144Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:11.144Z] 88dd5d3d2526: Preparing [2024-08-07T00:05:11.144Z] 18782f3ce659: Preparing [2024-08-07T00:05:11.144Z] ce7f800efff9: Preparing [2024-08-07T00:05:11.144Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:11.144Z] 88dd5d3d2526: Waiting [2024-08-07T00:05:11.144Z] ce7f800efff9: Waiting [2024-08-07T00:05:11.144Z] 18782f3ce659: Waiting [2024-08-07T00:05:11.144Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:11.144Z] 04e7d1d43f16: Layer already exists [2024-08-07T00:05:11.144Z] b88fafc16810: Layer already exists [2024-08-07T00:05:11.144Z] d0664b76697c: Layer already exists [2024-08-07T00:05:11.144Z] 1ab7735d373a: Layer already exists [2024-08-07T00:05:11.144Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:05:11.144Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:11.144Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:11.144Z] 18782f3ce659: Layer already exists [2024-08-07T00:05:11.144Z] latest: digest: sha256:624b55f89730f79fcfa133613a0712c33ec430dbf643e6ac0708a4c9fc880f0c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:11.469Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:11.792Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.46 [2024-08-07T00:05:11.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-07T00:05:11.792Z] 04e7d1d43f16: Preparing [2024-08-07T00:05:11.792Z] d0664b76697c: Preparing [2024-08-07T00:05:11.792Z] b88fafc16810: Preparing [2024-08-07T00:05:11.792Z] 1ab7735d373a: Preparing [2024-08-07T00:05:11.792Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:11.792Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:11.792Z] 88dd5d3d2526: Preparing [2024-08-07T00:05:11.792Z] 18782f3ce659: Preparing [2024-08-07T00:05:11.792Z] ce7f800efff9: Preparing [2024-08-07T00:05:11.792Z] 88dd5d3d2526: Waiting [2024-08-07T00:05:11.792Z] ce7f800efff9: Waiting [2024-08-07T00:05:11.792Z] 18782f3ce659: Waiting [2024-08-07T00:05:11.792Z] 04e7d1d43f16: Layer already exists [2024-08-07T00:05:11.792Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:11.792Z] d0664b76697c: Layer already exists [2024-08-07T00:05:11.792Z] 1ab7735d373a: Layer already exists [2024-08-07T00:05:11.792Z] b88fafc16810: Layer already exists [2024-08-07T00:05:11.792Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:11.792Z] 18782f3ce659: Layer already exists [2024-08-07T00:05:11.792Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:11.792Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:05:11.793Z] 3.2.0-dev.46: digest: sha256:624b55f89730f79fcfa133613a0712c33ec430dbf643e6ac0708a4c9fc880f0c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:12.183Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:12.548Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:12.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-07T00:05:12.548Z] 04e7d1d43f16: Preparing [2024-08-07T00:05:12.548Z] d0664b76697c: Preparing [2024-08-07T00:05:12.548Z] b88fafc16810: Preparing [2024-08-07T00:05:12.548Z] 1ab7735d373a: Preparing [2024-08-07T00:05:12.548Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:12.548Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:12.548Z] 88dd5d3d2526: Preparing [2024-08-07T00:05:12.548Z] 18782f3ce659: Preparing [2024-08-07T00:05:12.548Z] ce7f800efff9: Preparing [2024-08-07T00:05:12.548Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:12.548Z] 88dd5d3d2526: Waiting [2024-08-07T00:05:12.548Z] 18782f3ce659: Waiting [2024-08-07T00:05:12.548Z] ce7f800efff9: Waiting [2024-08-07T00:05:12.548Z] 1ab7735d373a: Layer already exists [2024-08-07T00:05:12.548Z] b88fafc16810: Layer already exists [2024-08-07T00:05:12.548Z] d0664b76697c: Layer already exists [2024-08-07T00:05:12.548Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:12.548Z] 04e7d1d43f16: Layer already exists [2024-08-07T00:05:12.548Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:12.548Z] 18782f3ce659: Layer already exists [2024-08-07T00:05:12.548Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:12.548Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:05:12.548Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:624b55f89730f79fcfa133613a0712c33ec430dbf643e6ac0708a4c9fc880f0c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:12.908Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:13.254Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-08-07T00:05:13.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-07T00:05:13.254Z] 04e7d1d43f16: Preparing [2024-08-07T00:05:13.254Z] d0664b76697c: Preparing [2024-08-07T00:05:13.254Z] b88fafc16810: Preparing [2024-08-07T00:05:13.254Z] 1ab7735d373a: Preparing [2024-08-07T00:05:13.254Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:13.254Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:13.254Z] 88dd5d3d2526: Preparing [2024-08-07T00:05:13.254Z] 18782f3ce659: Preparing [2024-08-07T00:05:13.254Z] ce7f800efff9: Preparing [2024-08-07T00:05:13.254Z] 88dd5d3d2526: Waiting [2024-08-07T00:05:13.254Z] 18782f3ce659: Waiting [2024-08-07T00:05:13.254Z] ce7f800efff9: Waiting [2024-08-07T00:05:13.254Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:13.254Z] 1ab7735d373a: Layer already exists [2024-08-07T00:05:13.254Z] b88fafc16810: Layer already exists [2024-08-07T00:05:13.254Z] 04e7d1d43f16: Layer already exists [2024-08-07T00:05:13.254Z] d0664b76697c: Layer already exists [2024-08-07T00:05:13.254Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:13.254Z] 18782f3ce659: Layer already exists [2024-08-07T00:05:13.254Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:13.254Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:05:13.254Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:13.254Z] main: digest: sha256:624b55f89730f79fcfa133613a0712c33ec430dbf643e6ac0708a4c9fc880f0c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:05:13.322Z] ===================================================== [Pipeline] echo [2024-08-07T00:05:13.334Z] taggedImages: [2024-08-07T00:05:13.334Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:13.334Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-08-07T00:05:13.334Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.46 [2024-08-07T00:05:13.334Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:13.334Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-08-07T00:05:13.361Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-08-07T00:05:13.361Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:13.361Z] latest [2024-08-07T00:05:13.361Z] 3.2.0-dev.46 [2024-08-07T00:05:13.361Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:13.361Z] main [2024-08-07T00:05:13.361Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:13.697Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:14.018Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:14.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-07T00:05:14.018Z] df373c6e1a1c: Preparing [2024-08-07T00:05:14.018Z] 6f27cfc4f21c: Preparing [2024-08-07T00:05:14.018Z] d2d155539987: Preparing [2024-08-07T00:05:14.018Z] 6e31bfa333b4: Preparing [2024-08-07T00:05:14.018Z] 95a5097b4a60: Preparing [2024-08-07T00:05:14.018Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:14.018Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:14.018Z] 895126c7d08b: Preparing [2024-08-07T00:05:14.018Z] a8d8ad315cf4: Preparing [2024-08-07T00:05:14.018Z] be42d6244c67: Preparing [2024-08-07T00:05:14.018Z] ce7f800efff9: Preparing [2024-08-07T00:05:14.018Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:14.018Z] 895126c7d08b: Waiting [2024-08-07T00:05:14.018Z] a8d8ad315cf4: Waiting [2024-08-07T00:05:14.018Z] be42d6244c67: Waiting [2024-08-07T00:05:14.018Z] aa6b1fc3d5ff: Waiting [2024-08-07T00:05:14.018Z] ce7f800efff9: Waiting [2024-08-07T00:05:14.018Z] 6e31bfa333b4: Pushed [2024-08-07T00:05:14.018Z] df373c6e1a1c: Pushed [2024-08-07T00:05:14.018Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:14.018Z] 95a5097b4a60: Pushed [2024-08-07T00:05:14.018Z] 6f27cfc4f21c: Pushed [2024-08-07T00:05:14.018Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:14.018Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:14.299Z] 895126c7d08b: Pushed [2024-08-07T00:05:14.299Z] a8d8ad315cf4: Pushed [2024-08-07T00:05:14.867Z] d2d155539987: Pushed [2024-08-07T00:05:15.434Z] be42d6244c67: Pushed [2024-08-07T00:05:15.434Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:5afdb54b6659e3b54fe715970a573187b077a2c93f9e547e02997fb7fc04f727 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:15.766Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:16.092Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-08-07T00:05:16.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-07T00:05:16.092Z] df373c6e1a1c: Preparing [2024-08-07T00:05:16.092Z] 6f27cfc4f21c: Preparing [2024-08-07T00:05:16.092Z] d2d155539987: Preparing [2024-08-07T00:05:16.092Z] 6e31bfa333b4: Preparing [2024-08-07T00:05:16.092Z] 95a5097b4a60: Preparing [2024-08-07T00:05:16.092Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:16.092Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:16.092Z] aa6b1fc3d5ff: Waiting [2024-08-07T00:05:16.092Z] 895126c7d08b: Preparing [2024-08-07T00:05:16.092Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:16.092Z] a8d8ad315cf4: Preparing [2024-08-07T00:05:16.092Z] be42d6244c67: Preparing [2024-08-07T00:05:16.092Z] a8d8ad315cf4: Waiting [2024-08-07T00:05:16.092Z] 895126c7d08b: Waiting [2024-08-07T00:05:16.092Z] ce7f800efff9: Preparing [2024-08-07T00:05:16.092Z] be42d6244c67: Waiting [2024-08-07T00:05:16.092Z] ce7f800efff9: Waiting [2024-08-07T00:05:16.092Z] 6e31bfa333b4: Layer already exists [2024-08-07T00:05:16.092Z] df373c6e1a1c: Layer already exists [2024-08-07T00:05:16.092Z] 6f27cfc4f21c: Layer already exists [2024-08-07T00:05:16.092Z] 95a5097b4a60: Layer already exists [2024-08-07T00:05:16.092Z] d2d155539987: Layer already exists [2024-08-07T00:05:16.092Z] 895126c7d08b: Layer already exists [2024-08-07T00:05:16.092Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:16.092Z] a8d8ad315cf4: Layer already exists [2024-08-07T00:05:16.092Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:16.092Z] be42d6244c67: Layer already exists [2024-08-07T00:05:16.092Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:16.092Z] latest: digest: sha256:5afdb54b6659e3b54fe715970a573187b077a2c93f9e547e02997fb7fc04f727 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:16.414Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:16.737Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.46 [2024-08-07T00:05:16.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-07T00:05:16.738Z] df373c6e1a1c: Preparing [2024-08-07T00:05:16.738Z] 6f27cfc4f21c: Preparing [2024-08-07T00:05:16.738Z] d2d155539987: Preparing [2024-08-07T00:05:16.738Z] 6e31bfa333b4: Preparing [2024-08-07T00:05:16.738Z] 95a5097b4a60: Preparing [2024-08-07T00:05:16.738Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:16.738Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:16.738Z] 895126c7d08b: Preparing [2024-08-07T00:05:16.738Z] a8d8ad315cf4: Preparing [2024-08-07T00:05:16.738Z] aa6b1fc3d5ff: Waiting [2024-08-07T00:05:16.738Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:16.738Z] 895126c7d08b: Waiting [2024-08-07T00:05:16.738Z] be42d6244c67: Preparing [2024-08-07T00:05:16.738Z] ce7f800efff9: Preparing [2024-08-07T00:05:16.738Z] a8d8ad315cf4: Waiting [2024-08-07T00:05:16.738Z] be42d6244c67: Waiting [2024-08-07T00:05:16.738Z] ce7f800efff9: Waiting [2024-08-07T00:05:16.738Z] d2d155539987: Layer already exists [2024-08-07T00:05:16.738Z] 95a5097b4a60: Layer already exists [2024-08-07T00:05:16.738Z] 6f27cfc4f21c: Layer already exists [2024-08-07T00:05:16.738Z] 6e31bfa333b4: Layer already exists [2024-08-07T00:05:16.738Z] df373c6e1a1c: Layer already exists [2024-08-07T00:05:16.738Z] 895126c7d08b: Layer already exists [2024-08-07T00:05:16.738Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:16.738Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:16.738Z] be42d6244c67: Layer already exists [2024-08-07T00:05:16.738Z] a8d8ad315cf4: Layer already exists [2024-08-07T00:05:16.738Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:16.738Z] 3.2.0-dev.46: digest: sha256:5afdb54b6659e3b54fe715970a573187b077a2c93f9e547e02997fb7fc04f727 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:17.069Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:17.397Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:17.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-07T00:05:17.397Z] df373c6e1a1c: Preparing [2024-08-07T00:05:17.397Z] 6f27cfc4f21c: Preparing [2024-08-07T00:05:17.397Z] d2d155539987: Preparing [2024-08-07T00:05:17.397Z] 6e31bfa333b4: Preparing [2024-08-07T00:05:17.397Z] 95a5097b4a60: Preparing [2024-08-07T00:05:17.397Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:17.397Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:17.397Z] 895126c7d08b: Preparing [2024-08-07T00:05:17.397Z] a8d8ad315cf4: Preparing [2024-08-07T00:05:17.397Z] be42d6244c67: Preparing [2024-08-07T00:05:17.397Z] ce7f800efff9: Preparing [2024-08-07T00:05:17.397Z] aa6b1fc3d5ff: Waiting [2024-08-07T00:05:17.397Z] be42d6244c67: Waiting [2024-08-07T00:05:17.397Z] a8d8ad315cf4: Waiting [2024-08-07T00:05:17.397Z] ce7f800efff9: Waiting [2024-08-07T00:05:17.397Z] 895126c7d08b: Waiting [2024-08-07T00:05:17.397Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:17.397Z] 6e31bfa333b4: Layer already exists [2024-08-07T00:05:17.397Z] d2d155539987: Layer already exists [2024-08-07T00:05:17.397Z] df373c6e1a1c: Layer already exists [2024-08-07T00:05:17.397Z] 95a5097b4a60: Layer already exists [2024-08-07T00:05:17.397Z] 6f27cfc4f21c: Layer already exists [2024-08-07T00:05:17.397Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:17.397Z] 895126c7d08b: Layer already exists [2024-08-07T00:05:17.397Z] a8d8ad315cf4: Layer already exists [2024-08-07T00:05:17.397Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:17.397Z] be42d6244c67: Layer already exists [2024-08-07T00:05:17.397Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:17.397Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:5afdb54b6659e3b54fe715970a573187b077a2c93f9e547e02997fb7fc04f727 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:17.722Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:18.043Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-08-07T00:05:18.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-07T00:05:18.043Z] df373c6e1a1c: Preparing [2024-08-07T00:05:18.043Z] 6f27cfc4f21c: Preparing [2024-08-07T00:05:18.043Z] d2d155539987: Preparing [2024-08-07T00:05:18.043Z] 6e31bfa333b4: Preparing [2024-08-07T00:05:18.043Z] 95a5097b4a60: Preparing [2024-08-07T00:05:18.043Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:18.043Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:18.043Z] 895126c7d08b: Preparing [2024-08-07T00:05:18.043Z] a8d8ad315cf4: Preparing [2024-08-07T00:05:18.043Z] be42d6244c67: Preparing [2024-08-07T00:05:18.043Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:18.043Z] 895126c7d08b: Waiting [2024-08-07T00:05:18.043Z] aa6b1fc3d5ff: Waiting [2024-08-07T00:05:18.043Z] ce7f800efff9: Preparing [2024-08-07T00:05:18.043Z] a8d8ad315cf4: Waiting [2024-08-07T00:05:18.043Z] be42d6244c67: Waiting [2024-08-07T00:05:18.043Z] ce7f800efff9: Waiting [2024-08-07T00:05:18.043Z] df373c6e1a1c: Layer already exists [2024-08-07T00:05:18.043Z] 6e31bfa333b4: Layer already exists [2024-08-07T00:05:18.043Z] d2d155539987: Layer already exists [2024-08-07T00:05:18.043Z] 6f27cfc4f21c: Layer already exists [2024-08-07T00:05:18.043Z] 95a5097b4a60: Layer already exists [2024-08-07T00:05:18.043Z] 895126c7d08b: Layer already exists [2024-08-07T00:05:18.043Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:18.043Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:18.043Z] be42d6244c67: Layer already exists [2024-08-07T00:05:18.043Z] a8d8ad315cf4: Layer already exists [2024-08-07T00:05:18.043Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:18.043Z] main: digest: sha256:5afdb54b6659e3b54fe715970a573187b077a2c93f9e547e02997fb7fc04f727 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:05:18.111Z] ===================================================== [Pipeline] echo [2024-08-07T00:05:18.123Z] taggedImages: [2024-08-07T00:05:18.123Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:18.123Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-08-07T00:05:18.123Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.46 [2024-08-07T00:05:18.123Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:18.123Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-08-07T00:05:18.152Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-08-07T00:05:18.152Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:18.152Z] latest [2024-08-07T00:05:18.152Z] 3.2.0-dev.46 [2024-08-07T00:05:18.152Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:18.152Z] main [2024-08-07T00:05:18.152Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:18.491Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:18.811Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:18.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-07T00:05:18.811Z] c26eb5589a4f: Preparing [2024-08-07T00:05:18.811Z] 186840c2d553: Preparing [2024-08-07T00:05:18.811Z] cb663a4ec213: Preparing [2024-08-07T00:05:18.811Z] df02d46a5bf5: Preparing [2024-08-07T00:05:18.811Z] 96f14f0da5a9: Preparing [2024-08-07T00:05:18.811Z] ab2d5eebbdf5: Preparing [2024-08-07T00:05:18.811Z] b98649b38fa2: Preparing [2024-08-07T00:05:18.811Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:18.811Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:18.811Z] 58a4ff8a0dce: Preparing [2024-08-07T00:05:18.811Z] f5fd4ae7aa58: Preparing [2024-08-07T00:05:18.811Z] ce7f800efff9: Preparing [2024-08-07T00:05:18.811Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:18.811Z] 58a4ff8a0dce: Waiting [2024-08-07T00:05:18.811Z] f5fd4ae7aa58: Waiting [2024-08-07T00:05:18.811Z] ce7f800efff9: Waiting [2024-08-07T00:05:18.811Z] ab2d5eebbdf5: Waiting [2024-08-07T00:05:18.811Z] aa6b1fc3d5ff: Waiting [2024-08-07T00:05:18.811Z] b98649b38fa2: Waiting [2024-08-07T00:05:18.811Z] 96f14f0da5a9: Pushed [2024-08-07T00:05:18.811Z] c26eb5589a4f: Pushed [2024-08-07T00:05:18.811Z] 186840c2d553: Pushed [2024-08-07T00:05:18.811Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:18.811Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:19.067Z] ab2d5eebbdf5: Pushed [2024-08-07T00:05:19.067Z] b98649b38fa2: Pushed [2024-08-07T00:05:19.067Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:19.067Z] 58a4ff8a0dce: Pushed [2024-08-07T00:05:20.378Z] df02d46a5bf5: Pushed [2024-08-07T00:05:20.378Z] cb663a4ec213: Pushed [2024-08-07T00:05:20.635Z] f5fd4ae7aa58: Pushed [2024-08-07T00:05:20.894Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:093a590a8dfdafe372f8958801c94fbb3dc1e53e952228e18b9a4e3f33c374c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:21.218Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:21.551Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-08-07T00:05:21.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-07T00:05:21.551Z] c26eb5589a4f: Preparing [2024-08-07T00:05:21.551Z] 186840c2d553: Preparing [2024-08-07T00:05:21.551Z] cb663a4ec213: Preparing [2024-08-07T00:05:21.551Z] df02d46a5bf5: Preparing [2024-08-07T00:05:21.551Z] 96f14f0da5a9: Preparing [2024-08-07T00:05:21.551Z] ab2d5eebbdf5: Preparing [2024-08-07T00:05:21.551Z] b98649b38fa2: Preparing [2024-08-07T00:05:21.551Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:21.551Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:21.551Z] 58a4ff8a0dce: Preparing [2024-08-07T00:05:21.551Z] f5fd4ae7aa58: Preparing [2024-08-07T00:05:21.551Z] ce7f800efff9: Preparing [2024-08-07T00:05:21.551Z] ab2d5eebbdf5: Waiting [2024-08-07T00:05:21.551Z] b98649b38fa2: Waiting [2024-08-07T00:05:21.551Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:21.551Z] f5fd4ae7aa58: Waiting [2024-08-07T00:05:21.551Z] aa6b1fc3d5ff: Waiting [2024-08-07T00:05:21.551Z] ce7f800efff9: Waiting [2024-08-07T00:05:21.551Z] 58a4ff8a0dce: Waiting [2024-08-07T00:05:21.551Z] df02d46a5bf5: Layer already exists [2024-08-07T00:05:21.551Z] cb663a4ec213: Layer already exists [2024-08-07T00:05:21.551Z] c26eb5589a4f: Layer already exists [2024-08-07T00:05:21.551Z] 186840c2d553: Layer already exists [2024-08-07T00:05:21.551Z] 96f14f0da5a9: Layer already exists [2024-08-07T00:05:21.551Z] ab2d5eebbdf5: Layer already exists [2024-08-07T00:05:21.551Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:21.551Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:21.551Z] b98649b38fa2: Layer already exists [2024-08-07T00:05:21.551Z] 58a4ff8a0dce: Layer already exists [2024-08-07T00:05:21.551Z] f5fd4ae7aa58: Layer already exists [2024-08-07T00:05:21.551Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:21.551Z] latest: digest: sha256:093a590a8dfdafe372f8958801c94fbb3dc1e53e952228e18b9a4e3f33c374c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:21.887Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:22.212Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.46 [2024-08-07T00:05:22.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-07T00:05:22.212Z] c26eb5589a4f: Preparing [2024-08-07T00:05:22.212Z] 186840c2d553: Preparing [2024-08-07T00:05:22.212Z] cb663a4ec213: Preparing [2024-08-07T00:05:22.212Z] df02d46a5bf5: Preparing [2024-08-07T00:05:22.212Z] 96f14f0da5a9: Preparing [2024-08-07T00:05:22.212Z] ab2d5eebbdf5: Preparing [2024-08-07T00:05:22.212Z] b98649b38fa2: Preparing [2024-08-07T00:05:22.212Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:22.212Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:22.212Z] 58a4ff8a0dce: Preparing [2024-08-07T00:05:22.212Z] f5fd4ae7aa58: Preparing [2024-08-07T00:05:22.212Z] ce7f800efff9: Preparing [2024-08-07T00:05:22.212Z] aa6b1fc3d5ff: Waiting [2024-08-07T00:05:22.212Z] ce7f800efff9: Waiting [2024-08-07T00:05:22.212Z] b98649b38fa2: Waiting [2024-08-07T00:05:22.212Z] f5fd4ae7aa58: Waiting [2024-08-07T00:05:22.212Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:22.212Z] 58a4ff8a0dce: Waiting [2024-08-07T00:05:22.212Z] ab2d5eebbdf5: Waiting [2024-08-07T00:05:22.212Z] cb663a4ec213: Layer already exists [2024-08-07T00:05:22.212Z] df02d46a5bf5: Layer already exists [2024-08-07T00:05:22.212Z] 186840c2d553: Layer already exists [2024-08-07T00:05:22.212Z] c26eb5589a4f: Layer already exists [2024-08-07T00:05:22.212Z] 96f14f0da5a9: Layer already exists [2024-08-07T00:05:22.212Z] ab2d5eebbdf5: Layer already exists [2024-08-07T00:05:22.212Z] b98649b38fa2: Layer already exists [2024-08-07T00:05:22.212Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:22.212Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:22.212Z] 58a4ff8a0dce: Layer already exists [2024-08-07T00:05:22.212Z] f5fd4ae7aa58: Layer already exists [2024-08-07T00:05:22.212Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:22.212Z] 3.2.0-dev.46: digest: sha256:093a590a8dfdafe372f8958801c94fbb3dc1e53e952228e18b9a4e3f33c374c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:22.536Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:22.852Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:22.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-07T00:05:22.852Z] c26eb5589a4f: Preparing [2024-08-07T00:05:22.852Z] 186840c2d553: Preparing [2024-08-07T00:05:22.852Z] cb663a4ec213: Preparing [2024-08-07T00:05:22.852Z] df02d46a5bf5: Preparing [2024-08-07T00:05:22.852Z] 96f14f0da5a9: Preparing [2024-08-07T00:05:22.852Z] ab2d5eebbdf5: Preparing [2024-08-07T00:05:22.852Z] b98649b38fa2: Preparing [2024-08-07T00:05:22.852Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:22.852Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:22.852Z] 58a4ff8a0dce: Preparing [2024-08-07T00:05:22.852Z] f5fd4ae7aa58: Preparing [2024-08-07T00:05:22.852Z] ce7f800efff9: Preparing [2024-08-07T00:05:22.852Z] aa6b1fc3d5ff: Waiting [2024-08-07T00:05:22.852Z] b98649b38fa2: Waiting [2024-08-07T00:05:22.852Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:22.852Z] 58a4ff8a0dce: Waiting [2024-08-07T00:05:22.852Z] f5fd4ae7aa58: Waiting [2024-08-07T00:05:22.852Z] ce7f800efff9: Waiting [2024-08-07T00:05:22.852Z] ab2d5eebbdf5: Waiting [2024-08-07T00:05:22.852Z] c26eb5589a4f: Layer already exists [2024-08-07T00:05:22.852Z] cb663a4ec213: Layer already exists [2024-08-07T00:05:22.852Z] 186840c2d553: Layer already exists [2024-08-07T00:05:22.852Z] 96f14f0da5a9: Layer already exists [2024-08-07T00:05:22.852Z] df02d46a5bf5: Layer already exists [2024-08-07T00:05:22.852Z] ab2d5eebbdf5: Layer already exists [2024-08-07T00:05:22.852Z] b98649b38fa2: Layer already exists [2024-08-07T00:05:22.852Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:22.852Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:22.852Z] 58a4ff8a0dce: Layer already exists [2024-08-07T00:05:22.852Z] f5fd4ae7aa58: Layer already exists [2024-08-07T00:05:22.852Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:22.852Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:093a590a8dfdafe372f8958801c94fbb3dc1e53e952228e18b9a4e3f33c374c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:23.178Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:23.506Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-08-07T00:05:23.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-07T00:05:23.507Z] c26eb5589a4f: Preparing [2024-08-07T00:05:23.507Z] 186840c2d553: Preparing [2024-08-07T00:05:23.507Z] cb663a4ec213: Preparing [2024-08-07T00:05:23.507Z] df02d46a5bf5: Preparing [2024-08-07T00:05:23.507Z] 96f14f0da5a9: Preparing [2024-08-07T00:05:23.507Z] ab2d5eebbdf5: Preparing [2024-08-07T00:05:23.507Z] b98649b38fa2: Preparing [2024-08-07T00:05:23.507Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:23.507Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:23.507Z] 58a4ff8a0dce: Preparing [2024-08-07T00:05:23.507Z] f5fd4ae7aa58: Preparing [2024-08-07T00:05:23.507Z] ce7f800efff9: Preparing [2024-08-07T00:05:23.507Z] b98649b38fa2: Waiting [2024-08-07T00:05:23.507Z] aa6b1fc3d5ff: Waiting [2024-08-07T00:05:23.507Z] ab2d5eebbdf5: Waiting [2024-08-07T00:05:23.507Z] 66cddfbe9fb8: Waiting [2024-08-07T00:05:23.507Z] ce7f800efff9: Waiting [2024-08-07T00:05:23.507Z] 58a4ff8a0dce: Waiting [2024-08-07T00:05:23.507Z] f5fd4ae7aa58: Waiting [2024-08-07T00:05:23.507Z] c26eb5589a4f: Layer already exists [2024-08-07T00:05:23.507Z] df02d46a5bf5: Layer already exists [2024-08-07T00:05:23.507Z] 186840c2d553: Layer already exists [2024-08-07T00:05:23.507Z] 96f14f0da5a9: Layer already exists [2024-08-07T00:05:23.507Z] cb663a4ec213: Layer already exists [2024-08-07T00:05:23.507Z] b98649b38fa2: Layer already exists [2024-08-07T00:05:23.507Z] ab2d5eebbdf5: Layer already exists [2024-08-07T00:05:23.507Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:23.507Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:23.507Z] 58a4ff8a0dce: Layer already exists [2024-08-07T00:05:23.507Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:23.507Z] f5fd4ae7aa58: Layer already exists [2024-08-07T00:05:23.507Z] main: digest: sha256:093a590a8dfdafe372f8958801c94fbb3dc1e53e952228e18b9a4e3f33c374c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:05:23.577Z] ===================================================== [Pipeline] echo [2024-08-07T00:05:23.592Z] taggedImages: [2024-08-07T00:05:23.592Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:23.592Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-08-07T00:05:23.592Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.46 [2024-08-07T00:05:23.592Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:23.592Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-08-07T00:05:23.626Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-08-07T00:05:23.626Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:23.626Z] latest [2024-08-07T00:05:23.626Z] 3.2.0-dev.46 [2024-08-07T00:05:23.626Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:23.626Z] main [2024-08-07T00:05:23.626Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:23.968Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:24.287Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:24.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-07T00:05:24.287Z] 2dc5e9aacd96: Preparing [2024-08-07T00:05:24.287Z] 8feeba7b90fa: Preparing [2024-08-07T00:05:24.287Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:24.287Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:24.287Z] aaf734d2d2c8: Preparing [2024-08-07T00:05:24.287Z] 4f72ffb9d47a: Preparing [2024-08-07T00:05:24.287Z] ce7f800efff9: Preparing [2024-08-07T00:05:24.287Z] 4f72ffb9d47a: Waiting [2024-08-07T00:05:24.287Z] ce7f800efff9: Waiting [2024-08-07T00:05:24.287Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:24.287Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:24.287Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:24.287Z] aaf734d2d2c8: Pushed [2024-08-07T00:05:24.287Z] 2dc5e9aacd96: Pushed [2024-08-07T00:05:25.222Z] 4f72ffb9d47a: Pushed [2024-08-07T00:05:25.790Z] 8feeba7b90fa: Pushed [2024-08-07T00:05:26.051Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:e82dda28d13ebc600b653e9c95e3df229afa7c20b0964e32591351e92d845108 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:26.386Z] + 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-08-07T00:05:26.712Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-08-07T00:05:26.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-07T00:05:26.712Z] 2dc5e9aacd96: Preparing [2024-08-07T00:05:26.712Z] 8feeba7b90fa: Preparing [2024-08-07T00:05:26.712Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:26.712Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:26.712Z] aaf734d2d2c8: Preparing [2024-08-07T00:05:26.712Z] 4f72ffb9d47a: Preparing [2024-08-07T00:05:26.712Z] ce7f800efff9: Preparing [2024-08-07T00:05:26.712Z] 4f72ffb9d47a: Waiting [2024-08-07T00:05:26.712Z] ce7f800efff9: Waiting [2024-08-07T00:05:26.712Z] 2dc5e9aacd96: Layer already exists [2024-08-07T00:05:26.712Z] aaf734d2d2c8: Layer already exists [2024-08-07T00:05:26.712Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:26.712Z] 8feeba7b90fa: Layer already exists [2024-08-07T00:05:26.712Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:26.712Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:26.712Z] 4f72ffb9d47a: Layer already exists [2024-08-07T00:05:26.712Z] latest: digest: sha256:e82dda28d13ebc600b653e9c95e3df229afa7c20b0964e32591351e92d845108 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:27.039Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:27.365Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.46 [2024-08-07T00:05:27.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-07T00:05:27.365Z] 2dc5e9aacd96: Preparing [2024-08-07T00:05:27.365Z] 8feeba7b90fa: Preparing [2024-08-07T00:05:27.365Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:27.365Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:27.365Z] aaf734d2d2c8: Preparing [2024-08-07T00:05:27.365Z] 4f72ffb9d47a: Preparing [2024-08-07T00:05:27.365Z] ce7f800efff9: Preparing [2024-08-07T00:05:27.365Z] ce7f800efff9: Waiting [2024-08-07T00:05:27.365Z] 4f72ffb9d47a: Waiting [2024-08-07T00:05:27.365Z] 8feeba7b90fa: Layer already exists [2024-08-07T00:05:27.365Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:27.365Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:27.365Z] 2dc5e9aacd96: Layer already exists [2024-08-07T00:05:27.365Z] aaf734d2d2c8: Layer already exists [2024-08-07T00:05:27.365Z] 4f72ffb9d47a: Layer already exists [2024-08-07T00:05:27.365Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:27.365Z] 3.2.0-dev.46: digest: sha256:e82dda28d13ebc600b653e9c95e3df229afa7c20b0964e32591351e92d845108 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:27.698Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:28.024Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:28.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-07T00:05:28.024Z] 2dc5e9aacd96: Preparing [2024-08-07T00:05:28.024Z] 8feeba7b90fa: Preparing [2024-08-07T00:05:28.024Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:28.024Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:28.024Z] aaf734d2d2c8: Preparing [2024-08-07T00:05:28.025Z] 4f72ffb9d47a: Preparing [2024-08-07T00:05:28.025Z] ce7f800efff9: Preparing [2024-08-07T00:05:28.025Z] ce7f800efff9: Waiting [2024-08-07T00:05:28.025Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:28.025Z] aaf734d2d2c8: Layer already exists [2024-08-07T00:05:28.025Z] 8feeba7b90fa: Layer already exists [2024-08-07T00:05:28.025Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:28.025Z] 2dc5e9aacd96: Layer already exists [2024-08-07T00:05:28.025Z] 4f72ffb9d47a: Layer already exists [2024-08-07T00:05:28.025Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:28.025Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:e82dda28d13ebc600b653e9c95e3df229afa7c20b0964e32591351e92d845108 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:28.356Z] + 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-08-07T00:05:28.688Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-08-07T00:05:28.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-07T00:05:28.688Z] 2dc5e9aacd96: Preparing [2024-08-07T00:05:28.688Z] 8feeba7b90fa: Preparing [2024-08-07T00:05:28.688Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:28.688Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:28.688Z] aaf734d2d2c8: Preparing [2024-08-07T00:05:28.688Z] 4f72ffb9d47a: Preparing [2024-08-07T00:05:28.688Z] ce7f800efff9: Preparing [2024-08-07T00:05:28.688Z] 4f72ffb9d47a: Waiting [2024-08-07T00:05:28.688Z] ce7f800efff9: Waiting [2024-08-07T00:05:28.688Z] 2dc5e9aacd96: Layer already exists [2024-08-07T00:05:28.688Z] 8feeba7b90fa: Layer already exists [2024-08-07T00:05:28.688Z] aaf734d2d2c8: Layer already exists [2024-08-07T00:05:28.688Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:28.688Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:28.688Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:28.688Z] 4f72ffb9d47a: Layer already exists [2024-08-07T00:05:28.688Z] main: digest: sha256:e82dda28d13ebc600b653e9c95e3df229afa7c20b0964e32591351e92d845108 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:05:28.756Z] ===================================================== [Pipeline] echo [2024-08-07T00:05:28.769Z] taggedImages: [2024-08-07T00:05:28.769Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:28.769Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-08-07T00:05:28.769Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.46 [2024-08-07T00:05:28.769Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:28.769Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-08-07T00:05:28.796Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-08-07T00:05:28.796Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:28.796Z] latest [2024-08-07T00:05:28.796Z] 3.2.0-dev.46 [2024-08-07T00:05:28.796Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:28.796Z] main [2024-08-07T00:05:28.796Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:29.155Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:29.479Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:29.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-07T00:05:29.479Z] f49a6adc46ce: Preparing [2024-08-07T00:05:29.479Z] 4d0aaecce1ea: Preparing [2024-08-07T00:05:29.479Z] e09e99f51d04: Preparing [2024-08-07T00:05:29.479Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:29.479Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:29.479Z] 52dfa0017e0b: Preparing [2024-08-07T00:05:29.479Z] 820f6ce37b54: Preparing [2024-08-07T00:05:29.479Z] e005d3375672: Preparing [2024-08-07T00:05:29.479Z] ad9ef4147730: Preparing [2024-08-07T00:05:29.479Z] ce7f800efff9: Preparing [2024-08-07T00:05:29.479Z] 820f6ce37b54: Waiting [2024-08-07T00:05:29.479Z] e005d3375672: Waiting [2024-08-07T00:05:29.479Z] ad9ef4147730: Waiting [2024-08-07T00:05:29.479Z] ce7f800efff9: Waiting [2024-08-07T00:05:29.479Z] 52dfa0017e0b: Waiting [2024-08-07T00:05:29.479Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:29.479Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:29.479Z] f49a6adc46ce: Pushed [2024-08-07T00:05:29.479Z] 4d0aaecce1ea: Pushed [2024-08-07T00:05:29.479Z] e09e99f51d04: Pushed [2024-08-07T00:05:29.479Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:29.737Z] e005d3375672: Pushed [2024-08-07T00:05:29.995Z] ad9ef4147730: Pushed [2024-08-07T00:05:35.265Z] 820f6ce37b54: Pushed [2024-08-07T00:05:38.549Z] 52dfa0017e0b: Pushed [2024-08-07T00:05:38.549Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:267dfc591be76038c1ad3eb9458f3100d2226975fe8421dde720616468fd6425 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:38.878Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:39.201Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-08-07T00:05:39.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-07T00:05:39.201Z] f49a6adc46ce: Preparing [2024-08-07T00:05:39.201Z] 4d0aaecce1ea: Preparing [2024-08-07T00:05:39.201Z] e09e99f51d04: Preparing [2024-08-07T00:05:39.201Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:39.201Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:39.201Z] 52dfa0017e0b: Preparing [2024-08-07T00:05:39.201Z] 820f6ce37b54: Preparing [2024-08-07T00:05:39.201Z] e005d3375672: Preparing [2024-08-07T00:05:39.201Z] ad9ef4147730: Preparing [2024-08-07T00:05:39.201Z] ce7f800efff9: Preparing [2024-08-07T00:05:39.201Z] 820f6ce37b54: Waiting [2024-08-07T00:05:39.201Z] 52dfa0017e0b: Waiting [2024-08-07T00:05:39.201Z] ad9ef4147730: Waiting [2024-08-07T00:05:39.201Z] e005d3375672: Waiting [2024-08-07T00:05:39.201Z] ce7f800efff9: Waiting [2024-08-07T00:05:39.201Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:39.201Z] 4d0aaecce1ea: Layer already exists [2024-08-07T00:05:39.201Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:39.201Z] e09e99f51d04: Layer already exists [2024-08-07T00:05:39.201Z] f49a6adc46ce: Layer already exists [2024-08-07T00:05:39.201Z] 820f6ce37b54: Layer already exists [2024-08-07T00:05:39.201Z] 52dfa0017e0b: Layer already exists [2024-08-07T00:05:39.201Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:39.201Z] e005d3375672: Layer already exists [2024-08-07T00:05:39.201Z] ad9ef4147730: Layer already exists [2024-08-07T00:05:39.201Z] latest: digest: sha256:267dfc591be76038c1ad3eb9458f3100d2226975fe8421dde720616468fd6425 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:39.528Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:39.854Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.46 [2024-08-07T00:05:39.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-07T00:05:39.854Z] f49a6adc46ce: Preparing [2024-08-07T00:05:39.854Z] 4d0aaecce1ea: Preparing [2024-08-07T00:05:39.854Z] e09e99f51d04: Preparing [2024-08-07T00:05:39.854Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:39.854Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:39.854Z] 52dfa0017e0b: Preparing [2024-08-07T00:05:39.854Z] 820f6ce37b54: Preparing [2024-08-07T00:05:39.854Z] e005d3375672: Preparing [2024-08-07T00:05:39.854Z] ad9ef4147730: Preparing [2024-08-07T00:05:39.855Z] ce7f800efff9: Preparing [2024-08-07T00:05:39.855Z] e005d3375672: Waiting [2024-08-07T00:05:39.855Z] 52dfa0017e0b: Waiting [2024-08-07T00:05:39.855Z] ad9ef4147730: Waiting [2024-08-07T00:05:39.855Z] 820f6ce37b54: Waiting [2024-08-07T00:05:39.855Z] ce7f800efff9: Waiting [2024-08-07T00:05:39.855Z] 4d0aaecce1ea: Layer already exists [2024-08-07T00:05:39.855Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:39.855Z] f49a6adc46ce: Layer already exists [2024-08-07T00:05:39.855Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:39.855Z] e09e99f51d04: Layer already exists [2024-08-07T00:05:39.855Z] ad9ef4147730: Layer already exists [2024-08-07T00:05:39.855Z] 52dfa0017e0b: Layer already exists [2024-08-07T00:05:39.855Z] e005d3375672: Layer already exists [2024-08-07T00:05:39.855Z] 820f6ce37b54: Layer already exists [2024-08-07T00:05:39.855Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:39.855Z] 3.2.0-dev.46: digest: sha256:267dfc591be76038c1ad3eb9458f3100d2226975fe8421dde720616468fd6425 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:40.181Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:40.508Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:40.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-07T00:05:40.508Z] f49a6adc46ce: Preparing [2024-08-07T00:05:40.508Z] 4d0aaecce1ea: Preparing [2024-08-07T00:05:40.508Z] e09e99f51d04: Preparing [2024-08-07T00:05:40.508Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:40.508Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:40.508Z] 52dfa0017e0b: Preparing [2024-08-07T00:05:40.508Z] 820f6ce37b54: Preparing [2024-08-07T00:05:40.508Z] e005d3375672: Preparing [2024-08-07T00:05:40.508Z] ad9ef4147730: Preparing [2024-08-07T00:05:40.508Z] ce7f800efff9: Preparing [2024-08-07T00:05:40.508Z] 52dfa0017e0b: Waiting [2024-08-07T00:05:40.508Z] e005d3375672: Waiting [2024-08-07T00:05:40.508Z] ce7f800efff9: Waiting [2024-08-07T00:05:40.508Z] e09e99f51d04: Layer already exists [2024-08-07T00:05:40.508Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:40.508Z] 4d0aaecce1ea: Layer already exists [2024-08-07T00:05:40.508Z] f49a6adc46ce: Layer already exists [2024-08-07T00:05:40.508Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:40.508Z] 820f6ce37b54: Layer already exists [2024-08-07T00:05:40.508Z] 52dfa0017e0b: Layer already exists [2024-08-07T00:05:40.508Z] ad9ef4147730: Layer already exists [2024-08-07T00:05:40.508Z] e005d3375672: Layer already exists [2024-08-07T00:05:40.508Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:40.508Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:267dfc591be76038c1ad3eb9458f3100d2226975fe8421dde720616468fd6425 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:40.831Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:41.154Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-08-07T00:05:41.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-07T00:05:41.154Z] f49a6adc46ce: Preparing [2024-08-07T00:05:41.154Z] 4d0aaecce1ea: Preparing [2024-08-07T00:05:41.154Z] e09e99f51d04: Preparing [2024-08-07T00:05:41.154Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:41.154Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:41.154Z] 52dfa0017e0b: Preparing [2024-08-07T00:05:41.154Z] 820f6ce37b54: Preparing [2024-08-07T00:05:41.154Z] e005d3375672: Preparing [2024-08-07T00:05:41.154Z] ad9ef4147730: Preparing [2024-08-07T00:05:41.154Z] ce7f800efff9: Preparing [2024-08-07T00:05:41.154Z] 820f6ce37b54: Waiting [2024-08-07T00:05:41.154Z] 52dfa0017e0b: Waiting [2024-08-07T00:05:41.154Z] ad9ef4147730: Waiting [2024-08-07T00:05:41.154Z] ce7f800efff9: Waiting [2024-08-07T00:05:41.154Z] 4d0aaecce1ea: Layer already exists [2024-08-07T00:05:41.154Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:41.154Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:41.154Z] f49a6adc46ce: Layer already exists [2024-08-07T00:05:41.154Z] e09e99f51d04: Layer already exists [2024-08-07T00:05:41.154Z] 52dfa0017e0b: Layer already exists [2024-08-07T00:05:41.154Z] e005d3375672: Layer already exists [2024-08-07T00:05:41.154Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:41.154Z] 820f6ce37b54: Layer already exists [2024-08-07T00:05:41.154Z] ad9ef4147730: Layer already exists [2024-08-07T00:05:41.154Z] main: digest: sha256:267dfc591be76038c1ad3eb9458f3100d2226975fe8421dde720616468fd6425 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:05:41.219Z] ===================================================== [Pipeline] echo [2024-08-07T00:05:41.236Z] taggedImages: [2024-08-07T00:05:41.236Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:41.236Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-08-07T00:05:41.236Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.46 [2024-08-07T00:05:41.236Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:41.236Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-08-07T00:05:41.270Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-08-07T00:05:41.270Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:41.270Z] latest [2024-08-07T00:05:41.270Z] 3.2.0-dev.46 [2024-08-07T00:05:41.270Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:41.270Z] main [2024-08-07T00:05:41.270Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:41.603Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:41.925Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:41.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-07T00:05:41.925Z] 95c1d126ae29: Preparing [2024-08-07T00:05:41.925Z] a721d4252c4d: Preparing [2024-08-07T00:05:41.925Z] a980a36ee779: Preparing [2024-08-07T00:05:41.925Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:41.925Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:41.925Z] 2201676c0ba8: Preparing [2024-08-07T00:05:41.925Z] ae79f22af2bb: Preparing [2024-08-07T00:05:41.925Z] 8eb7beac454c: Preparing [2024-08-07T00:05:41.925Z] ce7f800efff9: Preparing [2024-08-07T00:05:41.925Z] 2201676c0ba8: Waiting [2024-08-07T00:05:41.925Z] ae79f22af2bb: Waiting [2024-08-07T00:05:41.925Z] 8eb7beac454c: Waiting [2024-08-07T00:05:41.925Z] ce7f800efff9: Waiting [2024-08-07T00:05:41.925Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:41.925Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:41.925Z] 95c1d126ae29: Pushed [2024-08-07T00:05:41.925Z] a980a36ee779: Pushed [2024-08-07T00:05:41.925Z] a721d4252c4d: Pushed [2024-08-07T00:05:41.925Z] ae79f22af2bb: Pushed [2024-08-07T00:05:41.925Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:42.184Z] 8eb7beac454c: Pushed [2024-08-07T00:05:52.166Z] 2201676c0ba8: Pushed [2024-08-07T00:05:52.166Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:1b468d03bc9b8fb659ea9988c03991fff43f1985fdf2edcec8b1ab14753ec2a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:52.494Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:52.823Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-08-07T00:05:52.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-07T00:05:52.823Z] 95c1d126ae29: Preparing [2024-08-07T00:05:52.823Z] a721d4252c4d: Preparing [2024-08-07T00:05:52.823Z] a980a36ee779: Preparing [2024-08-07T00:05:52.823Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:52.823Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:52.823Z] 2201676c0ba8: Preparing [2024-08-07T00:05:52.823Z] ae79f22af2bb: Preparing [2024-08-07T00:05:52.823Z] 8eb7beac454c: Preparing [2024-08-07T00:05:52.823Z] ce7f800efff9: Preparing [2024-08-07T00:05:52.823Z] 2201676c0ba8: Waiting [2024-08-07T00:05:52.823Z] ae79f22af2bb: Waiting [2024-08-07T00:05:52.823Z] ce7f800efff9: Waiting [2024-08-07T00:05:52.823Z] 8eb7beac454c: Waiting [2024-08-07T00:05:52.823Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:52.823Z] a721d4252c4d: Layer already exists [2024-08-07T00:05:52.823Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:52.823Z] a980a36ee779: Layer already exists [2024-08-07T00:05:52.823Z] 95c1d126ae29: Layer already exists [2024-08-07T00:05:52.823Z] ae79f22af2bb: Layer already exists [2024-08-07T00:05:52.823Z] 2201676c0ba8: Layer already exists [2024-08-07T00:05:52.823Z] 8eb7beac454c: Layer already exists [2024-08-07T00:05:52.823Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:52.823Z] latest: digest: sha256:1b468d03bc9b8fb659ea9988c03991fff43f1985fdf2edcec8b1ab14753ec2a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:53.151Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:53.470Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.46 [2024-08-07T00:05:53.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-07T00:05:53.470Z] 95c1d126ae29: Preparing [2024-08-07T00:05:53.470Z] a721d4252c4d: Preparing [2024-08-07T00:05:53.470Z] a980a36ee779: Preparing [2024-08-07T00:05:53.470Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:53.470Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:53.470Z] 2201676c0ba8: Preparing [2024-08-07T00:05:53.470Z] ae79f22af2bb: Preparing [2024-08-07T00:05:53.470Z] 8eb7beac454c: Preparing [2024-08-07T00:05:53.470Z] ce7f800efff9: Preparing [2024-08-07T00:05:53.470Z] ae79f22af2bb: Waiting [2024-08-07T00:05:53.470Z] 8eb7beac454c: Waiting [2024-08-07T00:05:53.470Z] ce7f800efff9: Waiting [2024-08-07T00:05:53.470Z] 2201676c0ba8: Waiting [2024-08-07T00:05:53.470Z] a980a36ee779: Layer already exists [2024-08-07T00:05:53.470Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:53.470Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:53.470Z] a721d4252c4d: Layer already exists [2024-08-07T00:05:53.470Z] 95c1d126ae29: Layer already exists [2024-08-07T00:05:53.470Z] 2201676c0ba8: Layer already exists [2024-08-07T00:05:53.470Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:53.470Z] ae79f22af2bb: Layer already exists [2024-08-07T00:05:53.470Z] 8eb7beac454c: Layer already exists [2024-08-07T00:05:53.470Z] 3.2.0-dev.46: digest: sha256:1b468d03bc9b8fb659ea9988c03991fff43f1985fdf2edcec8b1ab14753ec2a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:53.807Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:54.126Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:54.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-07T00:05:54.126Z] 95c1d126ae29: Preparing [2024-08-07T00:05:54.126Z] a721d4252c4d: Preparing [2024-08-07T00:05:54.126Z] a980a36ee779: Preparing [2024-08-07T00:05:54.126Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:54.126Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:54.126Z] 2201676c0ba8: Preparing [2024-08-07T00:05:54.126Z] ae79f22af2bb: Preparing [2024-08-07T00:05:54.126Z] 8eb7beac454c: Preparing [2024-08-07T00:05:54.126Z] ce7f800efff9: Preparing [2024-08-07T00:05:54.126Z] 2201676c0ba8: Waiting [2024-08-07T00:05:54.126Z] ae79f22af2bb: Waiting [2024-08-07T00:05:54.126Z] 8eb7beac454c: Waiting [2024-08-07T00:05:54.126Z] ce7f800efff9: Waiting [2024-08-07T00:05:54.126Z] a980a36ee779: Layer already exists [2024-08-07T00:05:54.126Z] a721d4252c4d: Layer already exists [2024-08-07T00:05:54.126Z] 95c1d126ae29: Layer already exists [2024-08-07T00:05:54.126Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:54.126Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:54.126Z] 2201676c0ba8: Layer already exists [2024-08-07T00:05:54.126Z] ae79f22af2bb: Layer already exists [2024-08-07T00:05:54.126Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:54.126Z] 8eb7beac454c: Layer already exists [2024-08-07T00:05:54.126Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:1b468d03bc9b8fb659ea9988c03991fff43f1985fdf2edcec8b1ab14753ec2a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:54.453Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:54.772Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-08-07T00:05:54.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-07T00:05:54.772Z] 95c1d126ae29: Preparing [2024-08-07T00:05:54.772Z] a721d4252c4d: Preparing [2024-08-07T00:05:54.772Z] a980a36ee779: Preparing [2024-08-07T00:05:54.772Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:54.772Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:54.772Z] 2201676c0ba8: Preparing [2024-08-07T00:05:54.772Z] ae79f22af2bb: Preparing [2024-08-07T00:05:54.772Z] 8eb7beac454c: Preparing [2024-08-07T00:05:54.772Z] ce7f800efff9: Preparing [2024-08-07T00:05:54.772Z] 8eb7beac454c: Waiting [2024-08-07T00:05:54.772Z] 2201676c0ba8: Waiting [2024-08-07T00:05:54.772Z] ae79f22af2bb: Waiting [2024-08-07T00:05:54.772Z] ce7f800efff9: Waiting [2024-08-07T00:05:54.772Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:54.772Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:54.772Z] a721d4252c4d: Layer already exists [2024-08-07T00:05:54.772Z] a980a36ee779: Layer already exists [2024-08-07T00:05:54.772Z] 95c1d126ae29: Layer already exists [2024-08-07T00:05:54.772Z] 8eb7beac454c: Layer already exists [2024-08-07T00:05:54.772Z] ae79f22af2bb: Layer already exists [2024-08-07T00:05:54.772Z] 2201676c0ba8: Layer already exists [2024-08-07T00:05:54.772Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:55.031Z] main: digest: sha256:1b468d03bc9b8fb659ea9988c03991fff43f1985fdf2edcec8b1ab14753ec2a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:05:55.097Z] ===================================================== [Pipeline] echo [2024-08-07T00:05:55.109Z] taggedImages: [2024-08-07T00:05:55.109Z] - nexus3.edgexfoundry.org:10004/security-spire-config:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:55.109Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-08-07T00:05:55.109Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.46 [2024-08-07T00:05:55.109Z] - nexus3.edgexfoundry.org:10004/security-spire-config:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:55.109Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-08-07T00:05:55.138Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-08-07T00:05:55.138Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:55.138Z] latest [2024-08-07T00:05:55.138Z] 3.2.0-dev.46 [2024-08-07T00:05:55.138Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:05:55.138Z] main [2024-08-07T00:05:55.138Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:55.484Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:05:55.807Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:05:55.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-07T00:05:55.807Z] f49a6adc46ce: Preparing [2024-08-07T00:05:55.807Z] 2a5b41ef51d6: Preparing [2024-08-07T00:05:55.807Z] 7c4fdd57644d: Preparing [2024-08-07T00:05:55.807Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:05:55.807Z] 66cddfbe9fb8: Preparing [2024-08-07T00:05:55.807Z] d11ab964f338: Preparing [2024-08-07T00:05:55.807Z] e005d3375672: Preparing [2024-08-07T00:05:55.807Z] ad9ef4147730: Preparing [2024-08-07T00:05:55.807Z] ce7f800efff9: Preparing [2024-08-07T00:05:55.807Z] d11ab964f338: Waiting [2024-08-07T00:05:55.807Z] e005d3375672: Waiting [2024-08-07T00:05:55.807Z] ad9ef4147730: Waiting [2024-08-07T00:05:55.807Z] ce7f800efff9: Waiting [2024-08-07T00:05:55.807Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:05:55.807Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:05:55.807Z] f49a6adc46ce: Layer already exists [2024-08-07T00:05:55.807Z] e005d3375672: Layer already exists [2024-08-07T00:05:55.807Z] ad9ef4147730: Layer already exists [2024-08-07T00:05:55.807Z] ce7f800efff9: Layer already exists [2024-08-07T00:05:55.807Z] 7c4fdd57644d: Pushed [2024-08-07T00:05:55.807Z] 2a5b41ef51d6: Pushed [2024-08-07T00:06:05.779Z] d11ab964f338: Pushed [2024-08-07T00:06:05.779Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:6b7ace2aef260a1d51358cc03c71eb0c8a5987460514dd2f4f7d050b678316a0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:06.111Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:06.434Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-08-07T00:06:06.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-07T00:06:06.434Z] f49a6adc46ce: Preparing [2024-08-07T00:06:06.434Z] 2a5b41ef51d6: Preparing [2024-08-07T00:06:06.434Z] 7c4fdd57644d: Preparing [2024-08-07T00:06:06.434Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:06.434Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:06.434Z] d11ab964f338: Preparing [2024-08-07T00:06:06.434Z] e005d3375672: Preparing [2024-08-07T00:06:06.434Z] ad9ef4147730: Preparing [2024-08-07T00:06:06.434Z] ce7f800efff9: Preparing [2024-08-07T00:06:06.434Z] d11ab964f338: Waiting [2024-08-07T00:06:06.434Z] e005d3375672: Waiting [2024-08-07T00:06:06.434Z] ad9ef4147730: Waiting [2024-08-07T00:06:06.434Z] ce7f800efff9: Waiting [2024-08-07T00:06:06.434Z] f49a6adc46ce: Layer already exists [2024-08-07T00:06:06.434Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:06.434Z] 2a5b41ef51d6: Layer already exists [2024-08-07T00:06:06.434Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:06.434Z] 7c4fdd57644d: Layer already exists [2024-08-07T00:06:06.434Z] ad9ef4147730: Layer already exists [2024-08-07T00:06:06.434Z] e005d3375672: Layer already exists [2024-08-07T00:06:06.434Z] d11ab964f338: Layer already exists [2024-08-07T00:06:06.434Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:06.434Z] latest: digest: sha256:6b7ace2aef260a1d51358cc03c71eb0c8a5987460514dd2f4f7d050b678316a0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:06.759Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:07.078Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.46 [2024-08-07T00:06:07.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-07T00:06:07.078Z] f49a6adc46ce: Preparing [2024-08-07T00:06:07.078Z] 2a5b41ef51d6: Preparing [2024-08-07T00:06:07.078Z] 7c4fdd57644d: Preparing [2024-08-07T00:06:07.078Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:07.078Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:07.078Z] d11ab964f338: Preparing [2024-08-07T00:06:07.078Z] e005d3375672: Preparing [2024-08-07T00:06:07.078Z] ad9ef4147730: Preparing [2024-08-07T00:06:07.078Z] ce7f800efff9: Preparing [2024-08-07T00:06:07.078Z] d11ab964f338: Waiting [2024-08-07T00:06:07.078Z] e005d3375672: Waiting [2024-08-07T00:06:07.078Z] ad9ef4147730: Waiting [2024-08-07T00:06:07.078Z] 7c4fdd57644d: Layer already exists [2024-08-07T00:06:07.078Z] 2a5b41ef51d6: Layer already exists [2024-08-07T00:06:07.078Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:07.078Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:07.078Z] f49a6adc46ce: Layer already exists [2024-08-07T00:06:07.078Z] d11ab964f338: Layer already exists [2024-08-07T00:06:07.078Z] ad9ef4147730: Layer already exists [2024-08-07T00:06:07.078Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:07.078Z] e005d3375672: Layer already exists [2024-08-07T00:06:07.078Z] 3.2.0-dev.46: digest: sha256:6b7ace2aef260a1d51358cc03c71eb0c8a5987460514dd2f4f7d050b678316a0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:07.400Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:07.718Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:06:07.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-07T00:06:07.719Z] f49a6adc46ce: Preparing [2024-08-07T00:06:07.719Z] 2a5b41ef51d6: Preparing [2024-08-07T00:06:07.719Z] 7c4fdd57644d: Preparing [2024-08-07T00:06:07.719Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:07.719Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:07.719Z] d11ab964f338: Preparing [2024-08-07T00:06:07.719Z] e005d3375672: Preparing [2024-08-07T00:06:07.719Z] ad9ef4147730: Preparing [2024-08-07T00:06:07.719Z] ce7f800efff9: Preparing [2024-08-07T00:06:07.719Z] d11ab964f338: Waiting [2024-08-07T00:06:07.719Z] e005d3375672: Waiting [2024-08-07T00:06:07.719Z] ad9ef4147730: Waiting [2024-08-07T00:06:07.719Z] ce7f800efff9: Waiting [2024-08-07T00:06:07.719Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:07.719Z] f49a6adc46ce: Layer already exists [2024-08-07T00:06:07.719Z] 2a5b41ef51d6: Layer already exists [2024-08-07T00:06:07.719Z] 7c4fdd57644d: Layer already exists [2024-08-07T00:06:07.719Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:07.719Z] d11ab964f338: Layer already exists [2024-08-07T00:06:07.719Z] e005d3375672: Layer already exists [2024-08-07T00:06:07.719Z] ad9ef4147730: Layer already exists [2024-08-07T00:06:07.719Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:07.719Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:6b7ace2aef260a1d51358cc03c71eb0c8a5987460514dd2f4f7d050b678316a0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:08.045Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:08.372Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-08-07T00:06:08.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-07T00:06:08.373Z] f49a6adc46ce: Preparing [2024-08-07T00:06:08.373Z] 2a5b41ef51d6: Preparing [2024-08-07T00:06:08.373Z] 7c4fdd57644d: Preparing [2024-08-07T00:06:08.373Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:08.373Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:08.373Z] d11ab964f338: Preparing [2024-08-07T00:06:08.373Z] e005d3375672: Preparing [2024-08-07T00:06:08.373Z] ad9ef4147730: Preparing [2024-08-07T00:06:08.373Z] ce7f800efff9: Preparing [2024-08-07T00:06:08.373Z] e005d3375672: Waiting [2024-08-07T00:06:08.373Z] ad9ef4147730: Waiting [2024-08-07T00:06:08.373Z] d11ab964f338: Waiting [2024-08-07T00:06:08.373Z] ce7f800efff9: Waiting [2024-08-07T00:06:08.373Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:08.373Z] 7c4fdd57644d: Layer already exists [2024-08-07T00:06:08.373Z] f49a6adc46ce: Layer already exists [2024-08-07T00:06:08.373Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:08.373Z] 2a5b41ef51d6: Layer already exists [2024-08-07T00:06:08.373Z] e005d3375672: Layer already exists [2024-08-07T00:06:08.373Z] d11ab964f338: Layer already exists [2024-08-07T00:06:08.373Z] ad9ef4147730: Layer already exists [2024-08-07T00:06:08.373Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:08.373Z] main: digest: sha256:6b7ace2aef260a1d51358cc03c71eb0c8a5987460514dd2f4f7d050b678316a0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:06:08.437Z] ===================================================== [Pipeline] echo [2024-08-07T00:06:08.452Z] taggedImages: [2024-08-07T00:06:08.452Z] - nexus3.edgexfoundry.org:10004/security-spire-server:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:06:08.452Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-08-07T00:06:08.452Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.46 [2024-08-07T00:06:08.452Z] - nexus3.edgexfoundry.org:10004/security-spire-server:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:06:08.452Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-08-07T00:06:08.484Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: [2024-08-07T00:06:08.484Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:06:08.484Z] latest [2024-08-07T00:06:08.484Z] 3.2.0-dev.46 [2024-08-07T00:06:08.484Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:06:08.484Z] main [2024-08-07T00:06:08.484Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:08.824Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:09.153Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:06:09.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-07T00:06:09.153Z] a11410a963f2: Preparing [2024-08-07T00:06:09.153Z] 18d6735df094: Preparing [2024-08-07T00:06:09.153Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:09.153Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:09.153Z] 03c250f1b0dc: Preparing [2024-08-07T00:06:09.153Z] 88014a77aa1f: Preparing [2024-08-07T00:06:09.153Z] ce7f800efff9: Preparing [2024-08-07T00:06:09.153Z] ce7f800efff9: Waiting [2024-08-07T00:06:09.153Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:09.153Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:09.153Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:09.153Z] 03c250f1b0dc: Pushed [2024-08-07T00:06:09.153Z] a11410a963f2: Pushed [2024-08-07T00:06:09.153Z] 88014a77aa1f: Pushed [2024-08-07T00:06:12.442Z] 18d6735df094: Pushed [2024-08-07T00:06:12.442Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:fe8aa91aa79a01032bc7c7466d63291de3c09b72f52732f9658364b44d1dd229 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:12.774Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:13.102Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-08-07T00:06:13.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-07T00:06:13.102Z] a11410a963f2: Preparing [2024-08-07T00:06:13.102Z] 18d6735df094: Preparing [2024-08-07T00:06:13.102Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:13.102Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:13.102Z] 03c250f1b0dc: Preparing [2024-08-07T00:06:13.102Z] 88014a77aa1f: Preparing [2024-08-07T00:06:13.102Z] ce7f800efff9: Preparing [2024-08-07T00:06:13.102Z] 88014a77aa1f: Waiting [2024-08-07T00:06:13.102Z] ce7f800efff9: Waiting [2024-08-07T00:06:13.102Z] a11410a963f2: Layer already exists [2024-08-07T00:06:13.102Z] 18d6735df094: Layer already exists [2024-08-07T00:06:13.102Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:13.102Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:13.102Z] 03c250f1b0dc: Layer already exists [2024-08-07T00:06:13.102Z] 88014a77aa1f: Layer already exists [2024-08-07T00:06:13.102Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:13.102Z] latest: digest: sha256:fe8aa91aa79a01032bc7c7466d63291de3c09b72f52732f9658364b44d1dd229 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:13.425Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:13.748Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.46 [2024-08-07T00:06:13.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-07T00:06:13.748Z] a11410a963f2: Preparing [2024-08-07T00:06:13.748Z] 18d6735df094: Preparing [2024-08-07T00:06:13.748Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:13.748Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:13.748Z] 03c250f1b0dc: Preparing [2024-08-07T00:06:13.748Z] 88014a77aa1f: Preparing [2024-08-07T00:06:13.748Z] ce7f800efff9: Preparing [2024-08-07T00:06:13.748Z] 88014a77aa1f: Waiting [2024-08-07T00:06:13.748Z] ce7f800efff9: Waiting [2024-08-07T00:06:13.748Z] a11410a963f2: Layer already exists [2024-08-07T00:06:13.748Z] 18d6735df094: Layer already exists [2024-08-07T00:06:13.748Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:13.748Z] 03c250f1b0dc: Layer already exists [2024-08-07T00:06:13.748Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:13.748Z] 88014a77aa1f: Layer already exists [2024-08-07T00:06:13.748Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:13.748Z] 3.2.0-dev.46: digest: sha256:fe8aa91aa79a01032bc7c7466d63291de3c09b72f52732f9658364b44d1dd229 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:14.069Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:14.390Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:06:14.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-07T00:06:14.390Z] a11410a963f2: Preparing [2024-08-07T00:06:14.390Z] 18d6735df094: Preparing [2024-08-07T00:06:14.390Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:14.390Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:14.390Z] 03c250f1b0dc: Preparing [2024-08-07T00:06:14.390Z] 88014a77aa1f: Preparing [2024-08-07T00:06:14.390Z] ce7f800efff9: Preparing [2024-08-07T00:06:14.390Z] ce7f800efff9: Waiting [2024-08-07T00:06:14.390Z] 88014a77aa1f: Waiting [2024-08-07T00:06:14.390Z] 03c250f1b0dc: Layer already exists [2024-08-07T00:06:14.390Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:14.390Z] 18d6735df094: Layer already exists [2024-08-07T00:06:14.390Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:14.390Z] a11410a963f2: Layer already exists [2024-08-07T00:06:14.390Z] 88014a77aa1f: Layer already exists [2024-08-07T00:06:14.390Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:14.390Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:fe8aa91aa79a01032bc7c7466d63291de3c09b72f52732f9658364b44d1dd229 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:14.720Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:15.043Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [2024-08-07T00:06:15.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-07T00:06:15.043Z] a11410a963f2: Preparing [2024-08-07T00:06:15.043Z] 18d6735df094: Preparing [2024-08-07T00:06:15.043Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:15.043Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:15.043Z] 03c250f1b0dc: Preparing [2024-08-07T00:06:15.043Z] 88014a77aa1f: Preparing [2024-08-07T00:06:15.043Z] ce7f800efff9: Preparing [2024-08-07T00:06:15.043Z] 88014a77aa1f: Waiting [2024-08-07T00:06:15.043Z] ce7f800efff9: Waiting [2024-08-07T00:06:15.043Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:15.043Z] 03c250f1b0dc: Layer already exists [2024-08-07T00:06:15.043Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:15.043Z] a11410a963f2: Layer already exists [2024-08-07T00:06:15.043Z] 18d6735df094: Layer already exists [2024-08-07T00:06:15.043Z] 88014a77aa1f: Layer already exists [2024-08-07T00:06:15.043Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:15.043Z] main: digest: sha256:fe8aa91aa79a01032bc7c7466d63291de3c09b72f52732f9658364b44d1dd229 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:06:15.115Z] ===================================================== [Pipeline] echo [2024-08-07T00:06:15.130Z] taggedImages: [2024-08-07T00:06:15.130Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:06:15.130Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-08-07T00:06:15.130Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.46 [2024-08-07T00:06:15.130Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:06:15.130Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo [2024-08-07T00:06:15.159Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-08-07T00:06:15.159Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:06:15.159Z] latest [2024-08-07T00:06:15.159Z] 3.2.0-dev.46 [2024-08-07T00:06:15.159Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:06:15.159Z] main [2024-08-07T00:06:15.159Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:15.507Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:15.834Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:06:15.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-07T00:06:15.834Z] a39ad2705572: Preparing [2024-08-07T00:06:15.834Z] 54efa6c99830: Preparing [2024-08-07T00:06:15.834Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:15.834Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:15.834Z] 03c250f1b0dc: Preparing [2024-08-07T00:06:15.834Z] 88014a77aa1f: Preparing [2024-08-07T00:06:15.834Z] ce7f800efff9: Preparing [2024-08-07T00:06:15.834Z] 88014a77aa1f: Waiting [2024-08-07T00:06:15.834Z] ce7f800efff9: Waiting [2024-08-07T00:06:15.834Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:15.834Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:15.834Z] 03c250f1b0dc: Layer already exists [2024-08-07T00:06:15.834Z] 88014a77aa1f: Layer already exists [2024-08-07T00:06:15.834Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:15.834Z] a39ad2705572: Pushed [2024-08-07T00:06:19.116Z] 54efa6c99830: Pushed [2024-08-07T00:06:19.116Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:07c45be04bb10814d4bb809ea1453eacd50d786e5d02966c8110ee06f07021aa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:19.448Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:19.769Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-08-07T00:06:19.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-07T00:06:19.770Z] a39ad2705572: Preparing [2024-08-07T00:06:19.770Z] 54efa6c99830: Preparing [2024-08-07T00:06:19.770Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:19.770Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:19.770Z] 03c250f1b0dc: Preparing [2024-08-07T00:06:19.770Z] 88014a77aa1f: Preparing [2024-08-07T00:06:19.770Z] ce7f800efff9: Preparing [2024-08-07T00:06:19.770Z] 88014a77aa1f: Waiting [2024-08-07T00:06:19.770Z] ce7f800efff9: Waiting [2024-08-07T00:06:19.770Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:19.770Z] a39ad2705572: Layer already exists [2024-08-07T00:06:19.770Z] 03c250f1b0dc: Layer already exists [2024-08-07T00:06:19.770Z] 54efa6c99830: Layer already exists [2024-08-07T00:06:19.770Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:19.770Z] 88014a77aa1f: Layer already exists [2024-08-07T00:06:19.770Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:19.770Z] latest: digest: sha256:07c45be04bb10814d4bb809ea1453eacd50d786e5d02966c8110ee06f07021aa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:20.099Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:20.422Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.46 [2024-08-07T00:06:20.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-07T00:06:20.422Z] a39ad2705572: Preparing [2024-08-07T00:06:20.422Z] 54efa6c99830: Preparing [2024-08-07T00:06:20.422Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:20.422Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:20.422Z] 03c250f1b0dc: Preparing [2024-08-07T00:06:20.422Z] 88014a77aa1f: Preparing [2024-08-07T00:06:20.422Z] ce7f800efff9: Preparing [2024-08-07T00:06:20.422Z] ce7f800efff9: Waiting [2024-08-07T00:06:20.422Z] 88014a77aa1f: Waiting [2024-08-07T00:06:20.422Z] 03c250f1b0dc: Layer already exists [2024-08-07T00:06:20.422Z] 54efa6c99830: Layer already exists [2024-08-07T00:06:20.422Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:20.422Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:20.422Z] a39ad2705572: Layer already exists [2024-08-07T00:06:20.422Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:20.422Z] 88014a77aa1f: Layer already exists [2024-08-07T00:06:20.422Z] 3.2.0-dev.46: digest: sha256:07c45be04bb10814d4bb809ea1453eacd50d786e5d02966c8110ee06f07021aa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:20.760Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:21.087Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:06:21.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-07T00:06:21.087Z] a39ad2705572: Preparing [2024-08-07T00:06:21.087Z] 54efa6c99830: Preparing [2024-08-07T00:06:21.087Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:21.087Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:21.087Z] 03c250f1b0dc: Preparing [2024-08-07T00:06:21.087Z] 88014a77aa1f: Preparing [2024-08-07T00:06:21.087Z] ce7f800efff9: Preparing [2024-08-07T00:06:21.087Z] 88014a77aa1f: Waiting [2024-08-07T00:06:21.087Z] ce7f800efff9: Waiting [2024-08-07T00:06:21.087Z] 03c250f1b0dc: Layer already exists [2024-08-07T00:06:21.087Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:21.087Z] a39ad2705572: Layer already exists [2024-08-07T00:06:21.087Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:21.087Z] 54efa6c99830: Layer already exists [2024-08-07T00:06:21.087Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:21.087Z] 88014a77aa1f: Layer already exists [2024-08-07T00:06:21.087Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:07c45be04bb10814d4bb809ea1453eacd50d786e5d02966c8110ee06f07021aa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:21.409Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:21.739Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-08-07T00:06:21.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-07T00:06:21.739Z] a39ad2705572: Preparing [2024-08-07T00:06:21.739Z] 54efa6c99830: Preparing [2024-08-07T00:06:21.739Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:21.739Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:21.739Z] 03c250f1b0dc: Preparing [2024-08-07T00:06:21.739Z] 88014a77aa1f: Preparing [2024-08-07T00:06:21.739Z] ce7f800efff9: Preparing [2024-08-07T00:06:21.739Z] ce7f800efff9: Waiting [2024-08-07T00:06:21.739Z] 88014a77aa1f: Waiting [2024-08-07T00:06:21.739Z] a39ad2705572: Layer already exists [2024-08-07T00:06:21.739Z] 03c250f1b0dc: Layer already exists [2024-08-07T00:06:21.739Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:21.739Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:21.739Z] 54efa6c99830: Layer already exists [2024-08-07T00:06:21.739Z] 88014a77aa1f: Layer already exists [2024-08-07T00:06:21.739Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:21.739Z] main: digest: sha256:07c45be04bb10814d4bb809ea1453eacd50d786e5d02966c8110ee06f07021aa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:06:21.820Z] ===================================================== [Pipeline] echo [2024-08-07T00:06:21.837Z] taggedImages: [2024-08-07T00:06:21.837Z] - nexus3.edgexfoundry.org:10004/support-notifications:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:06:21.837Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-08-07T00:06:21.837Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.46 [2024-08-07T00:06:21.837Z] - nexus3.edgexfoundry.org:10004/support-notifications:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:06:21.837Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-08-07T00:06:21.874Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-08-07T00:06:21.874Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:06:21.874Z] latest [2024-08-07T00:06:21.874Z] 3.2.0-dev.46 [2024-08-07T00:06:21.874Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:06:21.874Z] main [2024-08-07T00:06:21.874Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:22.218Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:22.545Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:06:22.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-07T00:06:22.546Z] 539289ae6219: Preparing [2024-08-07T00:06:22.546Z] 224557a5b60e: Preparing [2024-08-07T00:06:22.546Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:22.546Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:22.546Z] 88dd5d3d2526: Preparing [2024-08-07T00:06:22.546Z] 18782f3ce659: Preparing [2024-08-07T00:06:22.546Z] ce7f800efff9: Preparing [2024-08-07T00:06:22.546Z] 18782f3ce659: Waiting [2024-08-07T00:06:22.546Z] ce7f800efff9: Waiting [2024-08-07T00:06:22.546Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:22.546Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:22.546Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:06:22.546Z] 18782f3ce659: Layer already exists [2024-08-07T00:06:22.546Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:22.546Z] 539289ae6219: Pushed [2024-08-07T00:06:25.833Z] 224557a5b60e: Pushed [2024-08-07T00:06:25.833Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:73d7ab9f3da135db499cb0c538b3584e1ee8a4c8aecb062dbf672683018ba1ac size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:26.169Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:26.492Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-08-07T00:06:26.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-07T00:06:26.492Z] 539289ae6219: Preparing [2024-08-07T00:06:26.492Z] 224557a5b60e: Preparing [2024-08-07T00:06:26.492Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:26.492Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:26.492Z] 88dd5d3d2526: Preparing [2024-08-07T00:06:26.492Z] 18782f3ce659: Preparing [2024-08-07T00:06:26.492Z] ce7f800efff9: Preparing [2024-08-07T00:06:26.492Z] 18782f3ce659: Waiting [2024-08-07T00:06:26.492Z] ce7f800efff9: Waiting [2024-08-07T00:06:26.492Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:06:26.492Z] 224557a5b60e: Layer already exists [2024-08-07T00:06:26.492Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:26.492Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:26.492Z] 539289ae6219: Layer already exists [2024-08-07T00:06:26.492Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:26.492Z] 18782f3ce659: Layer already exists [2024-08-07T00:06:26.492Z] latest: digest: sha256:73d7ab9f3da135db499cb0c538b3584e1ee8a4c8aecb062dbf672683018ba1ac size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:26.820Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:27.149Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.46 [2024-08-07T00:06:27.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-07T00:06:27.149Z] 539289ae6219: Preparing [2024-08-07T00:06:27.149Z] 224557a5b60e: Preparing [2024-08-07T00:06:27.149Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:27.149Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:27.149Z] 88dd5d3d2526: Preparing [2024-08-07T00:06:27.149Z] 18782f3ce659: Preparing [2024-08-07T00:06:27.149Z] ce7f800efff9: Preparing [2024-08-07T00:06:27.149Z] ce7f800efff9: Waiting [2024-08-07T00:06:27.149Z] 224557a5b60e: Layer already exists [2024-08-07T00:06:27.149Z] 539289ae6219: Layer already exists [2024-08-07T00:06:27.149Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:27.149Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:06:27.149Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:27.149Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:27.149Z] 18782f3ce659: Layer already exists [2024-08-07T00:06:27.149Z] 3.2.0-dev.46: digest: sha256:73d7ab9f3da135db499cb0c538b3584e1ee8a4c8aecb062dbf672683018ba1ac size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:27.478Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:27.806Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:06:27.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-07T00:06:27.806Z] 539289ae6219: Preparing [2024-08-07T00:06:27.806Z] 224557a5b60e: Preparing [2024-08-07T00:06:27.806Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:27.806Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:27.806Z] 88dd5d3d2526: Preparing [2024-08-07T00:06:27.806Z] 18782f3ce659: Preparing [2024-08-07T00:06:27.806Z] ce7f800efff9: Preparing [2024-08-07T00:06:27.806Z] 18782f3ce659: Waiting [2024-08-07T00:06:27.806Z] ce7f800efff9: Waiting [2024-08-07T00:06:27.806Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:27.806Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:27.806Z] 224557a5b60e: Layer already exists [2024-08-07T00:06:27.806Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:06:27.806Z] 539289ae6219: Layer already exists [2024-08-07T00:06:27.806Z] 18782f3ce659: Layer already exists [2024-08-07T00:06:27.806Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:27.806Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:73d7ab9f3da135db499cb0c538b3584e1ee8a4c8aecb062dbf672683018ba1ac size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:28.132Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:06:28.458Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-08-07T00:06:28.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-07T00:06:28.458Z] 539289ae6219: Preparing [2024-08-07T00:06:28.458Z] 224557a5b60e: Preparing [2024-08-07T00:06:28.458Z] aa6b1fc3d5ff: Preparing [2024-08-07T00:06:28.458Z] 66cddfbe9fb8: Preparing [2024-08-07T00:06:28.458Z] 88dd5d3d2526: Preparing [2024-08-07T00:06:28.458Z] 18782f3ce659: Preparing [2024-08-07T00:06:28.458Z] ce7f800efff9: Preparing [2024-08-07T00:06:28.458Z] 18782f3ce659: Waiting [2024-08-07T00:06:28.458Z] 66cddfbe9fb8: Layer already exists [2024-08-07T00:06:28.458Z] 539289ae6219: Layer already exists [2024-08-07T00:06:28.458Z] 88dd5d3d2526: Layer already exists [2024-08-07T00:06:28.458Z] aa6b1fc3d5ff: Layer already exists [2024-08-07T00:06:28.458Z] 224557a5b60e: Layer already exists [2024-08-07T00:06:28.458Z] 18782f3ce659: Layer already exists [2024-08-07T00:06:28.458Z] ce7f800efff9: Layer already exists [2024-08-07T00:06:28.458Z] main: digest: sha256:73d7ab9f3da135db499cb0c538b3584e1ee8a4c8aecb062dbf672683018ba1ac size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:06:28.529Z] ===================================================== [Pipeline] echo [2024-08-07T00:06:28.544Z] taggedImages: [2024-08-07T00:06:28.544Z] - nexus3.edgexfoundry.org:10004/support-scheduler:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:06:28.544Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-08-07T00:06:28.544Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.46 [2024-08-07T00:06:28.544Z] - nexus3.edgexfoundry.org:10004/support-scheduler:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:06:28.544Z] - 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-08-07T00:22:10.395Z] #158 ... [2024-08-07T00:22:10.395Z] [2024-08-07T00:22:10.395Z] #154 [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-08-07T00:22:10.395Z] #154 1152.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-07T00:22:10.395Z] #154 ... [2024-08-07T00:22:10.395Z] [2024-08-07T00:22:10.395Z] #158 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-07T00:22:10.395Z] #158 DONE 1159.1s [2024-08-07T00:22:10.395Z] [2024-08-07T00:22:10.395Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T00:22:10.395Z] #148 ... [2024-08-07T00:22:10.395Z] [2024-08-07T00:22:10.395Z] #159 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:22:10.395Z] #159 DONE 0.3s [2024-08-07T00:22:10.395Z] [2024-08-07T00:22:10.395Z] #160 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:22:10.663Z] #160 DONE 0.1s [2024-08-07T00:22:10.663Z] [2024-08-07T00:22:10.663Z] #161 [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-08-07T00:22:10.663Z] #161 DONE 0.1s [2024-08-07T00:22:10.663Z] [2024-08-07T00:22:10.663Z] #162 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-07T00:22:10.930Z] #162 DONE 0.1s [2024-08-07T00:22:10.930Z] [2024-08-07T00:22:10.930Z] #163 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-08-07T00:22:11.202Z] #163 DONE 0.3s [2024-08-07T00:22:11.202Z] [2024-08-07T00:22:11.202Z] #164 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-08-07T00:22:11.202Z] #164 DONE 0.1s [2024-08-07T00:22:11.202Z] [2024-08-07T00:22:11.202Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T00:22:11.471Z] #148 ... [2024-08-07T00:22:11.471Z] [2024-08-07T00:22:11.471Z] #165 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T00:22:14.051Z] #165 DONE 2.4s [2024-08-07T00:22:14.051Z] [2024-08-07T00:22:14.051Z] #154 [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-08-07T00:22:14.051Z] #154 ... [2024-08-07T00:22:14.051Z] [2024-08-07T00:22:14.051Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-07T00:22:14.051Z] #151 DONE 1162.9s [2024-08-07T00:22:14.051Z] [2024-08-07T00:22:14.051Z] #107 [security-proxy-setup] exporting to image [2024-08-07T00:22:14.051Z] #107 exporting layers [2024-08-07T00:22:15.017Z] #107 ... [2024-08-07T00:22:15.017Z] [2024-08-07T00:22:15.017Z] #166 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-07T00:22:15.017Z] #166 DONE 0.5s [2024-08-07T00:22:15.286Z] [2024-08-07T00:22:15.286Z] #167 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-07T00:22:15.554Z] #167 ... [2024-08-07T00:22:15.554Z] [2024-08-07T00:22:15.554Z] #107 [security-proxy-setup] exporting to image [2024-08-07T00:22:15.554Z] #107 exporting layers 1.8s done [2024-08-07T00:22:15.554Z] #107 writing image sha256:81335c4394231a41a4db5166d01ea20da6b9b74020f51354e8bbf29953c5d943 0.0s done [2024-08-07T00:22:15.554Z] #107 naming to docker.io/library/security-proxy-setup-arm64 0.0s done [2024-08-07T00:22:15.554Z] #107 DONE 5.7s [2024-08-07T00:22:15.554Z] [2024-08-07T00:22:15.554Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T00:22:17.541Z] #148 ... [2024-08-07T00:22:17.541Z] [2024-08-07T00:22:17.541Z] #167 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-07T00:22:17.541Z] #167 DONE 2.1s [2024-08-07T00:22:17.541Z] [2024-08-07T00:22:17.541Z] #168 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:22:17.541Z] #168 DONE 0.2s [2024-08-07T00:22:17.541Z] [2024-08-07T00:22:17.541Z] #169 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:22:17.897Z] #169 DONE 0.2s [2024-08-07T00:22:17.897Z] [2024-08-07T00:22:17.897Z] #170 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-08-07T00:22:18.193Z] #170 DONE 0.4s [2024-08-07T00:22:18.193Z] [2024-08-07T00:22:18.193Z] #154 [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-08-07T00:22:18.193Z] #154 ... [2024-08-07T00:22:18.193Z] [2024-08-07T00:22:18.193Z] #171 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-08-07T00:22:18.638Z] #171 DONE 0.2s [2024-08-07T00:22:18.638Z] [2024-08-07T00:22:18.638Z] #172 [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-08-07T00:22:18.638Z] #172 DONE 0.2s [2024-08-07T00:22:18.638Z] [2024-08-07T00:22:18.638Z] #173 [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-08-07T00:22:19.006Z] #173 DONE 0.2s [2024-08-07T00:22:19.006Z] [2024-08-07T00:22:19.006Z] #174 [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-08-07T00:22:19.006Z] #174 DONE 0.2s [2024-08-07T00:22:19.006Z] [2024-08-07T00:22:19.006Z] #175 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-08-07T00:22:19.279Z] #175 DONE 0.3s [2024-08-07T00:22:19.279Z] [2024-08-07T00:22:19.279Z] #176 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-08-07T00:22:19.555Z] #176 DONE 0.2s [2024-08-07T00:22:19.555Z] [2024-08-07T00:22:19.555Z] #177 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-07T00:22:21.530Z] #177 DONE 1.9s [2024-08-07T00:22:21.530Z] [2024-08-07T00:22:21.530Z] #107 [security-bootstrapper] exporting to image [2024-08-07T00:22:21.530Z] #107 exporting layers [2024-08-07T00:22:22.961Z] #107 exporting layers 1.3s done [2024-08-07T00:22:22.961Z] #107 writing image sha256:c9620728a1e89461348bcc70a22639ccc8243241aed5cf3b34537585611bb495 done [2024-08-07T00:22:22.961Z] #107 naming to docker.io/library/security-bootstrapper-arm64 done [2024-08-07T00:22:22.961Z] #107 DONE 7.1s [2024-08-07T00:22:22.961Z] [2024-08-07T00:22:22.961Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-07T00:22:27.262Z] #153 ... [2024-08-07T00:22:27.262Z] [2024-08-07T00:22:27.262Z] #154 [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-08-07T00:22:27.262Z] #154 DONE 1176.3s [2024-08-07T00:22:27.262Z] [2024-08-07T00:22:27.262Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-07T00:22:27.848Z] #152 ... [2024-08-07T00:22:27.848Z] [2024-08-07T00:22:27.848Z] #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:22:28.121Z] #178 DONE 0.3s [2024-08-07T00:22:28.122Z] [2024-08-07T00:22:28.122Z] #179 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:22:28.122Z] #179 DONE 0.2s [2024-08-07T00:22:28.122Z] [2024-08-07T00:22:28.122Z] #180 [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-08-07T00:22:28.387Z] #180 DONE 0.2s [2024-08-07T00:22:28.387Z] [2024-08-07T00:22:28.387Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-07T00:22:28.677Z] #152 ... [2024-08-07T00:22:28.677Z] [2024-08-07T00:22:28.677Z] #181 [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-08-07T00:22:28.677Z] #181 DONE 0.2s [2024-08-07T00:22:28.677Z] [2024-08-07T00:22:28.677Z] #182 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:22:28.954Z] #182 DONE 0.3s [2024-08-07T00:22:28.954Z] [2024-08-07T00:22:28.954Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T00:22:28.954Z] #157 ... [2024-08-07T00:22:28.954Z] [2024-08-07T00:22:28.954Z] #183 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-08-07T00:22:29.229Z] #183 DONE 0.2s [2024-08-07T00:22:29.229Z] [2024-08-07T00:22:29.229Z] #184 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-08-07T00:22:29.499Z] #184 DONE 0.4s [2024-08-07T00:22:29.499Z] [2024-08-07T00:22:29.499Z] #185 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-08-07T00:22:29.765Z] #185 DONE 0.1s [2024-08-07T00:22:29.765Z] [2024-08-07T00:22:29.765Z] #186 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T00:22:32.366Z] #186 DONE 2.4s [2024-08-07T00:22:32.366Z] [2024-08-07T00:22:32.366Z] #107 [security-secretstore-setup] exporting to image [2024-08-07T00:22:32.366Z] #107 exporting layers [2024-08-07T00:22:33.325Z] #107 exporting layers 1.0s done [2024-08-07T00:22:33.326Z] #107 writing image sha256:44d996d9c84ae6072f2c90e0d41357c3776647196374896188c7aa3c0e8feb71 done [2024-08-07T00:22:33.326Z] #107 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-08-07T00:22:33.326Z] #107 DONE 8.1s [2024-08-07T00:22:33.326Z] [2024-08-07T00:22:33.326Z] #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-07T00:23:30.528Z] #156 ... [2024-08-07T00:23:30.528Z] [2024-08-07T00:23:30.528Z] #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-07T00:23:30.528Z] #155 DONE 1238.2s [2024-08-07T00:23:30.528Z] [2024-08-07T00:23:30.528Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T00:23:30.528Z] #157 ... [2024-08-07T00:23:30.528Z] [2024-08-07T00:23:30.528Z] #187 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:23:30.528Z] #187 DONE 0.4s [2024-08-07T00:23:30.528Z] [2024-08-07T00:23:30.528Z] #188 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:23:30.528Z] #188 DONE 0.1s [2024-08-07T00:23:30.528Z] [2024-08-07T00:23:30.528Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T00:23:30.528Z] #58 ... [2024-08-07T00:23:30.528Z] [2024-08-07T00:23:30.528Z] #189 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-08-07T00:23:30.528Z] #189 DONE 0.2s [2024-08-07T00:23:30.528Z] [2024-08-07T00:23:30.528Z] #190 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:23:30.528Z] #190 DONE 0.1s [2024-08-07T00:23:30.528Z] [2024-08-07T00:23:30.528Z] #191 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-08-07T00:23:30.528Z] #191 DONE 0.1s [2024-08-07T00:23:30.528Z] [2024-08-07T00:23:30.528Z] #192 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T00:23:33.388Z] #192 DONE 2.1s [2024-08-07T00:23:33.388Z] [2024-08-07T00:23:33.388Z] #107 [core-common-config-bootstrapper] exporting to image [2024-08-07T00:23:33.388Z] #107 exporting layers [2024-08-07T00:23:33.388Z] #107 exporting layers 0.7s done [2024-08-07T00:23:33.388Z] #107 writing image sha256:dea9695f5cc8e3d0b143209c4282c5e3e4f5c0455ccc176461bd6ea829b87a1f done [2024-08-07T00:23:33.388Z] #107 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-08-07T00:23:33.388Z] #107 DONE 8.8s [2024-08-07T00:23:33.388Z] [2024-08-07T00:23:33.388Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T00:25:55.188Z] #157 ... [2024-08-07T00:25:55.188Z] [2024-08-07T00:25:55.188Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-07T00:25:55.188Z] #147 DONE 1380.3s [2024-08-07T00:25:55.188Z] [2024-08-07T00:25:55.188Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T00:25:55.188Z] #157 ... [2024-08-07T00:25:55.188Z] [2024-08-07T00:25:55.188Z] #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:25:55.188Z] #193 DONE 0.2s [2024-08-07T00:25:55.188Z] [2024-08-07T00:25:55.188Z] #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-07T00:25:55.188Z] #156 ... [2024-08-07T00:25:55.188Z] [2024-08-07T00:25:55.188Z] #194 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:25:55.188Z] #194 DONE 0.2s [2024-08-07T00:25:55.188Z] [2024-08-07T00:25:55.188Z] #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-08-07T00:25:55.188Z] #195 DONE 0.3s [2024-08-07T00:25:55.188Z] [2024-08-07T00:25:55.188Z] #196 [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-08-07T00:25:55.188Z] #196 DONE 0.2s [2024-08-07T00:25:55.188Z] [2024-08-07T00:25:55.188Z] #46 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:25:55.188Z] #46 ... [2024-08-07T00:25:55.188Z] [2024-08-07T00:25:55.188Z] #107 [security-spiffe-token-provider] exporting to image [2024-08-07T00:25:55.188Z] #107 exporting layers [2024-08-07T00:25:55.188Z] #107 exporting layers 0.7s done [2024-08-07T00:25:55.188Z] #107 writing image sha256:b98aa3dc23ad898bfda1549495fba55a141c4d8298d94c2cad67e9aa6d086888 done [2024-08-07T00:25:55.188Z] #107 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-08-07T00:25:55.188Z] #107 DONE 9.5s [2024-08-07T00:25:55.188Z] [2024-08-07T00:25:55.188Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T00:34:17.386Z] #148 ... [2024-08-07T00:34:17.386Z] [2024-08-07T00:34:17.386Z] #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-07T00:34:17.386Z] #156 DONE 1876.3s [2024-08-07T00:34:17.386Z] [2024-08-07T00:34:17.386Z] #46 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:34:17.386Z] #46 ... [2024-08-07T00:34:17.386Z] [2024-08-07T00:34:17.386Z] #197 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:34:17.386Z] #197 DONE 0.2s [2024-08-07T00:34:17.386Z] [2024-08-07T00:34:17.386Z] #198 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:34:17.386Z] #198 DONE 0.1s [2024-08-07T00:34:17.386Z] [2024-08-07T00:34:17.386Z] #199 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-08-07T00:34:17.386Z] #199 DONE 0.4s [2024-08-07T00:34:17.386Z] [2024-08-07T00:34:17.386Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T00:34:17.386Z] #148 ... [2024-08-07T00:34:17.386Z] [2024-08-07T00:34:17.386Z] #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:34:17.386Z] #200 DONE 0.1s [2024-08-07T00:34:17.386Z] [2024-08-07T00:34:17.386Z] #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-08-07T00:34:17.386Z] #201 DONE 0.1s [2024-08-07T00:34:17.386Z] [2024-08-07T00:34:17.386Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T00:34:17.386Z] #148 ... [2024-08-07T00:34:17.386Z] [2024-08-07T00:34:17.386Z] #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T00:34:17.386Z] #202 DONE 1.8s [2024-08-07T00:34:17.386Z] [2024-08-07T00:34:17.386Z] #107 [security-proxy-auth] exporting to image [2024-08-07T00:34:17.386Z] #107 exporting layers [2024-08-07T00:34:17.386Z] #107 exporting layers 0.8s done [2024-08-07T00:34:17.386Z] #107 writing image sha256:50dff976c04bbc77ad7933b4bac4867fbb0100ead13c336b7085abeb946a2b6c done [2024-08-07T00:34:17.386Z] #107 naming to docker.io/library/security-proxy-auth-arm64 done [2024-08-07T00:34:17.386Z] #107 DONE 10.2s [2024-08-07T00:34:17.386Z] [2024-08-07T00:34:17.386Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T00:35:13.809Z] #149 ... [2024-08-07T00:35:13.809Z] [2024-08-07T00:35:13.809Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T00:35:13.809Z] #148 DONE 1934.1s [2024-08-07T00:35:13.809Z] [2024-08-07T00:35:13.809Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T00:35:13.809Z] #146 ... [2024-08-07T00:35:13.809Z] [2024-08-07T00:35:13.809Z] #203 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:35:13.809Z] #203 DONE 0.2s [2024-08-07T00:35:13.809Z] [2024-08-07T00:35:13.809Z] #204 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:35:13.809Z] #204 DONE 0.3s [2024-08-07T00:35:13.809Z] [2024-08-07T00:35:13.809Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T00:35:13.809Z] #58 ... [2024-08-07T00:35:13.809Z] [2024-08-07T00:35:13.809Z] #205 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-08-07T00:35:13.809Z] #205 DONE 0.4s [2024-08-07T00:35:13.809Z] [2024-08-07T00:35:13.809Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T00:35:13.809Z] #149 ... [2024-08-07T00:35:13.809Z] [2024-08-07T00:35:13.809Z] #206 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:35:13.809Z] #206 DONE 0.1s [2024-08-07T00:35:13.809Z] [2024-08-07T00:35:13.809Z] #107 [core-command] exporting to image [2024-08-07T00:35:13.809Z] #107 exporting layers [2024-08-07T00:35:13.809Z] #107 exporting layers 0.5s done [2024-08-07T00:35:13.809Z] #107 writing image sha256:8483389268b19292b314e629d89bad971df8dac9bdcfccb18e4b2de504e207c1 done [2024-08-07T00:35:13.809Z] #107 naming to docker.io/library/core-command-arm64 done [2024-08-07T00:35:13.809Z] #107 DONE 10.7s [2024-08-07T00:35:13.809Z] [2024-08-07T00:35:13.809Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T00:37:20.440Z] #149 ... [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T00:37:20.440Z] #146 DONE 2060.1s [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-07T00:37:20.440Z] #152 DONE 2060.1s [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-07T00:37:20.440Z] #153 DONE 2060.2s [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T00:37:20.440Z] #157 ... [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:37:20.440Z] #207 DONE 0.5s [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #208 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:37:20.440Z] #208 DONE 0.4s [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #209 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:37:20.440Z] #209 DONE 0.2s [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #46 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:37:20.440Z] #46 ... [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #210 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-08-07T00:37:20.440Z] #210 ... [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #211 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:37:20.440Z] #211 DONE 0.4s [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-08-07T00:37:20.440Z] #212 DONE 0.8s [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:37:20.440Z] #213 ... [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #214 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:37:20.440Z] #214 DONE 0.4s [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #210 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-08-07T00:37:20.440Z] #210 DONE 1.0s [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #215 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:37:20.440Z] #215 ... [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:37:20.440Z] #213 DONE 0.3s [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #215 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:37:20.440Z] #215 DONE 0.3s [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #107 [core-keeper] exporting to image [2024-08-07T00:37:20.440Z] #107 exporting layers [2024-08-07T00:37:20.440Z] #107 ... [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #216 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-08-07T00:37:20.440Z] #216 DONE 0.4s [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #107 [core-metadata] exporting to image [2024-08-07T00:37:20.440Z] #107 ... [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #217 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-08-07T00:37:20.440Z] #217 DONE 1.0s [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #107 [core-metadata] exporting to image [2024-08-07T00:37:20.440Z] #107 exporting layers 1.0s done [2024-08-07T00:37:20.440Z] #107 writing image sha256:a01182ebfc977d19e80c4f3bda838a4336583fccbffbd795ecc40bed08555cd4 done [2024-08-07T00:37:20.440Z] #107 naming to docker.io/library/core-keeper-arm64 [2024-08-07T00:37:20.440Z] #107 naming to docker.io/library/core-keeper-arm64 done [2024-08-07T00:37:20.440Z] #107 ... [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #218 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:37:20.440Z] #218 DONE 0.3s [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #107 [core-data] exporting to image [2024-08-07T00:37:20.440Z] #107 exporting layers 1.0s done [2024-08-07T00:37:20.440Z] #107 writing image sha256:d6f1a4a472a5e8eaddb6b68951a882e85474ab50d8e7879989508660c96e3103 0.0s done [2024-08-07T00:37:20.440Z] #107 naming to docker.io/library/core-metadata-arm64 done [2024-08-07T00:37:20.440Z] #107 exporting layers 0.7s done [2024-08-07T00:37:20.440Z] #107 writing image sha256:8f888208196d8d9835b3fe5de89666e0d6e8d10b3efac14201f30d6915bca78d done [2024-08-07T00:37:20.440Z] #107 naming to docker.io/library/core-data-arm64 done [2024-08-07T00:37:20.440Z] #107 DONE 12.7s [2024-08-07T00:37:20.440Z] [2024-08-07T00:37:20.440Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T00:37:47.074Z] #157 DONE 2094.9s [2024-08-07T00:37:47.074Z] [2024-08-07T00:37:47.074Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T00:37:47.074Z] #58 ... [2024-08-07T00:37:47.074Z] [2024-08-07T00:37:47.074Z] #219 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:37:47.074Z] #219 DONE 0.3s [2024-08-07T00:37:47.074Z] [2024-08-07T00:37:47.074Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T00:37:47.074Z] #58 ... [2024-08-07T00:37:47.074Z] [2024-08-07T00:37:47.074Z] #220 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:37:47.074Z] #220 DONE 0.2s [2024-08-07T00:37:47.074Z] [2024-08-07T00:37:47.074Z] #221 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-08-07T00:37:47.074Z] #221 DONE 0.4s [2024-08-07T00:37:47.074Z] [2024-08-07T00:37:47.074Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T00:37:47.074Z] #150 DONE 2096.0s [2024-08-07T00:37:47.074Z] [2024-08-07T00:37:47.074Z] #222 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-08-07T00:37:47.074Z] #222 DONE 0.3s [2024-08-07T00:37:47.074Z] [2024-08-07T00:37:47.074Z] #223 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:37:47.074Z] #223 DONE 0.1s [2024-08-07T00:37:47.074Z] [2024-08-07T00:37:47.074Z] #107 [support-cron-scheduler] exporting to image [2024-08-07T00:37:47.074Z] #107 exporting layers [2024-08-07T00:37:47.338Z] #107 ... [2024-08-07T00:37:47.338Z] [2024-08-07T00:37:47.338Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T00:37:47.338Z] #149 DONE 2096.8s [2024-08-07T00:37:47.338Z] [2024-08-07T00:37:47.338Z] #224 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:37:47.338Z] #224 DONE 0.2s [2024-08-07T00:37:47.604Z] [2024-08-07T00:37:47.604Z] #225 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-08-07T00:37:48.183Z] #225 DONE 0.7s [2024-08-07T00:37:48.183Z] [2024-08-07T00:37:48.183Z] #226 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T00:37:48.183Z] #226 CACHED [2024-08-07T00:37:48.183Z] [2024-08-07T00:37:48.183Z] #227 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T00:37:48.183Z] #227 CACHED [2024-08-07T00:37:48.183Z] [2024-08-07T00:37:48.183Z] #107 [support-cron-scheduler] exporting to image [2024-08-07T00:37:48.183Z] #107 exporting layers 1.0s done [2024-08-07T00:37:48.183Z] #107 writing image sha256:38494d26e720c15f668b4a6c72dad4c1807fd78f6a1e7d76fae3a3d13239ac60 done [2024-08-07T00:37:48.183Z] #107 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-08-07T00:37:48.183Z] #107 DONE 13.7s [2024-08-07T00:37:48.183Z] [2024-08-07T00:37:48.183Z] #228 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:37:48.183Z] #228 DONE 0.1s [2024-08-07T00:37:48.183Z] [2024-08-07T00:37:48.183Z] #229 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-08-07T00:37:48.448Z] #229 DONE 0.5s [2024-08-07T00:37:48.448Z] [2024-08-07T00:37:48.448Z] #107 [support-scheduler] exporting to image [2024-08-07T00:37:48.713Z] #107 ... [2024-08-07T00:37:48.713Z] [2024-08-07T00:37:48.713Z] #230 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-08-07T00:37:48.713Z] #230 DONE 0.1s [2024-08-07T00:37:48.713Z] [2024-08-07T00:37:48.713Z] #107 [support-notifications] exporting to image [2024-08-07T00:37:48.713Z] #107 exporting layers 0.5s done [2024-08-07T00:37:48.713Z] #107 writing image sha256:50bd8296cda49c677dad56943f1cf711eb3014c5db81c730d010448ca1606042 [2024-08-07T00:37:48.977Z] #107 writing image sha256:50bd8296cda49c677dad56943f1cf711eb3014c5db81c730d010448ca1606042 done [2024-08-07T00:37:48.977Z] #107 naming to docker.io/library/support-scheduler-arm64 done [2024-08-07T00:37:49.240Z] #107 exporting layers 0.5s done [2024-08-07T00:37:49.240Z] #107 writing image sha256:11b26ed7dd795c07d942fb5e81f8c337b80860ec341a50c8f59dcd0f9f6d7065 done [2024-08-07T00:37:49.240Z] #107 naming to docker.io/library/support-notifications-arm64 done [2024-08-07T00:37:49.240Z] #107 DONE 14.4s [2024-08-07T00:37:49.240Z] [2024-08-07T00:37:49.240Z] #46 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T00:37:49.240Z] time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:37:49.240Z] time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:37:49.240Z] time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:37:49.240Z] time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:37:49.240Z] time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:37:49.240Z] time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:37:49.240Z] time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:37:49.240Z] time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:37:49.240Z] time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:37:49.240Z] time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:37:49.240Z] time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:37:49.240Z] time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:37:49.240Z] time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:37:49.240Z] time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:37:49.240Z] time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T00:37:49.240Z] time="2024-08-07T00:00:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-08-07T00:37:49.254Z] $ docker stop --time=1 3ba4b2b755751968cdc8295d42062484e61356d9a2eef0c5992b4e9dc882d8ed [2024-08-07T00:37:50.894Z] $ docker rm -f --volumes 3ba4b2b755751968cdc8295d42062484e61356d9a2eef0c5992b4e9dc882d8ed [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T00:37:51.391Z] + docker images [2024-08-07T00:37:51.391Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-08-07T00:37:51.391Z] support-scheduler-arm64 latest 50bd8296cda4 3 seconds ago 41.2MB [2024-08-07T00:37:51.391Z] support-notifications-arm64 latest 11b26ed7dd79 3 seconds ago 41.9MB [2024-08-07T00:37:51.391Z] support-cron-scheduler-arm64 latest 38494d26e720 5 seconds ago 41.8MB [2024-08-07T00:37:51.391Z] core-data-arm64 latest 8f888208196d 37 seconds ago 39MB [2024-08-07T00:37:51.391Z] core-keeper-arm64 latest a01182ebfc97 38 seconds ago 38.9MB [2024-08-07T00:37:51.391Z] core-metadata-arm64 latest d6f1a4a472a5 38 seconds ago 39.1MB [2024-08-07T00:37:51.391Z] core-command-arm64 latest 8483389268b1 2 minutes ago 35MB [2024-08-07T00:37:51.391Z] security-proxy-auth-arm64 latest 50dff976c04b 3 minutes ago 32.6MB [2024-08-07T00:37:51.391Z] security-spiffe-token-provider-arm64 latest b98aa3dc23ad 11 minutes ago 29MB [2024-08-07T00:37:51.391Z] core-common-config-bootstrapper-arm64 latest dea9695f5cc8 14 minutes ago 15.3MB [2024-08-07T00:37:51.391Z] security-secretstore-setup-arm64 latest 44d996d9c84a 15 minutes ago 36.4MB [2024-08-07T00:37:51.391Z] security-bootstrapper-arm64 latest c9620728a1e8 15 minutes ago 18.9MB [2024-08-07T00:37:51.391Z] security-proxy-setup-arm64 latest 81335c439423 15 minutes ago 26.1MB [2024-08-07T00:37:51.392Z] security-spire-agent-arm64 latest 5a6786fdb4a2 36 minutes ago 174MB [2024-08-07T00:37:51.392Z] security-spire-server-arm64 latest dfa67c77b041 36 minutes ago 116MB [2024-08-07T00:37:51.392Z] security-spire-config-arm64 latest 3777738f6895 36 minutes ago 115MB [2024-08-07T00:37:51.392Z] ci-base-image-arm64 latest db2c9688a49a 37 minutes ago 965MB [2024-08-07T00:37:51.392Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 3 months ago 561MB [2024-08-07T00:37:51.392Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 14 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-08-07T00:37:51.532Z] provisioning config files... [2024-08-07T00:37:51.544Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/664@tmp/config4285268669106836160tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T00:37:51.871Z] ---> ****-login.sh [2024-08-07T00:37:51.871Z] nexus3.edgexfoundry.org:10001 [2024-08-07T00:37:52.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T00:37:52.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T00:37:52.135Z] Configure a credential helper to remove this warning. See [2024-08-07T00:37:52.135Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T00:37:52.135Z] [2024-08-07T00:37:52.135Z] Login Succeeded [2024-08-07T00:37:52.135Z] nexus3.edgexfoundry.org:10002 [2024-08-07T00:37:52.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T00:37:52.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T00:37:52.400Z] Configure a credential helper to remove this warning. See [2024-08-07T00:37:52.400Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T00:37:52.400Z] [2024-08-07T00:37:52.400Z] Login Succeeded [2024-08-07T00:37:52.400Z] nexus3.edgexfoundry.org:10003 [2024-08-07T00:37:52.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T00:37:52.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T00:37:52.933Z] Configure a credential helper to remove this warning. See [2024-08-07T00:37:52.933Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T00:37:52.933Z] [2024-08-07T00:37:52.933Z] Login Succeeded [2024-08-07T00:37:52.933Z] nexus3.edgexfoundry.org:10004 [2024-08-07T00:37:52.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T00:37:53.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T00:37:53.198Z] Configure a credential helper to remove this warning. See [2024-08-07T00:37:53.198Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T00:37:53.198Z] [2024-08-07T00:37:53.198Z] Login Succeeded [2024-08-07T00:37:53.198Z] ****.io [2024-08-07T00:37:53.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T00:37:53.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T00:37:53.725Z] Configure a credential helper to remove this warning. See [2024-08-07T00:37:53.725Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T00:37:53.725Z] [2024-08-07T00:37:53.725Z] Login Succeeded [2024-08-07T00:37:53.725Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T00:37:53.735Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:37:53.777Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T00:37:53.805Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-08-07T00:37:53.805Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:37:53.805Z] latest [2024-08-07T00:37:53.805Z] 3.2.0-dev.46 [2024-08-07T00:37:53.805Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:37:53.805Z] main [2024-08-07T00:37:53.805Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:37:54.184Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:37:54.540Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:37:54.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-07T00:37:54.541Z] 432ecf4fcc13: Preparing [2024-08-07T00:37:54.541Z] fe4a177cb05b: Preparing [2024-08-07T00:37:54.541Z] d18f20ca5c27: Preparing [2024-08-07T00:37:54.541Z] d9698c930530: Preparing [2024-08-07T00:37:54.541Z] 81335bd36eed: Preparing [2024-08-07T00:37:54.541Z] 608e50d6963c: Preparing [2024-08-07T00:37:54.541Z] 3c20671a5817: Preparing [2024-08-07T00:37:54.541Z] 608e50d6963c: Waiting [2024-08-07T00:37:54.541Z] 3c20671a5817: Waiting [2024-08-07T00:37:54.805Z] d18f20ca5c27: Pushed [2024-08-07T00:37:54.805Z] 432ecf4fcc13: Pushed [2024-08-07T00:37:54.805Z] 81335bd36eed: Pushed [2024-08-07T00:37:54.806Z] d9698c930530: Pushed [2024-08-07T00:37:54.806Z] 3c20671a5817: Layer already exists [2024-08-07T00:37:54.806Z] 608e50d6963c: Pushed [2024-08-07T00:38:01.441Z] fe4a177cb05b: Pushed [2024-08-07T00:38:01.441Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:917ed219e42eced32ee657e8d68d7ef359704d207cac07bd6db4a8f81f18336c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:01.801Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:02.145Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-08-07T00:38:02.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-07T00:38:02.145Z] 432ecf4fcc13: Preparing [2024-08-07T00:38:02.145Z] fe4a177cb05b: Preparing [2024-08-07T00:38:02.145Z] d18f20ca5c27: Preparing [2024-08-07T00:38:02.145Z] d9698c930530: Preparing [2024-08-07T00:38:02.145Z] 81335bd36eed: Preparing [2024-08-07T00:38:02.145Z] 608e50d6963c: Preparing [2024-08-07T00:38:02.145Z] 3c20671a5817: Preparing [2024-08-07T00:38:02.145Z] 608e50d6963c: Waiting [2024-08-07T00:38:02.145Z] 3c20671a5817: Waiting [2024-08-07T00:38:02.145Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:02.145Z] 432ecf4fcc13: Layer already exists [2024-08-07T00:38:02.145Z] 81335bd36eed: Layer already exists [2024-08-07T00:38:02.145Z] d9698c930530: Layer already exists [2024-08-07T00:38:02.145Z] fe4a177cb05b: Layer already exists [2024-08-07T00:38:02.145Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:02.145Z] 608e50d6963c: Layer already exists [2024-08-07T00:38:02.411Z] latest: digest: sha256:917ed219e42eced32ee657e8d68d7ef359704d207cac07bd6db4a8f81f18336c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:02.785Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:03.134Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.46 [2024-08-07T00:38:03.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-07T00:38:03.135Z] 432ecf4fcc13: Preparing [2024-08-07T00:38:03.135Z] fe4a177cb05b: Preparing [2024-08-07T00:38:03.135Z] d18f20ca5c27: Preparing [2024-08-07T00:38:03.135Z] d9698c930530: Preparing [2024-08-07T00:38:03.135Z] 81335bd36eed: Preparing [2024-08-07T00:38:03.135Z] 608e50d6963c: Preparing [2024-08-07T00:38:03.135Z] 3c20671a5817: Preparing [2024-08-07T00:38:03.135Z] 608e50d6963c: Waiting [2024-08-07T00:38:03.135Z] 3c20671a5817: Waiting [2024-08-07T00:38:03.135Z] 432ecf4fcc13: Layer already exists [2024-08-07T00:38:03.135Z] d9698c930530: Layer already exists [2024-08-07T00:38:03.135Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:03.135Z] fe4a177cb05b: Layer already exists [2024-08-07T00:38:03.135Z] 81335bd36eed: Layer already exists [2024-08-07T00:38:03.135Z] 608e50d6963c: Layer already exists [2024-08-07T00:38:03.135Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:03.135Z] 3.2.0-dev.46: digest: sha256:917ed219e42eced32ee657e8d68d7ef359704d207cac07bd6db4a8f81f18336c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:03.489Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:03.836Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:03.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-07T00:38:03.836Z] 432ecf4fcc13: Preparing [2024-08-07T00:38:03.836Z] fe4a177cb05b: Preparing [2024-08-07T00:38:03.836Z] d18f20ca5c27: Preparing [2024-08-07T00:38:03.836Z] d9698c930530: Preparing [2024-08-07T00:38:03.836Z] 81335bd36eed: Preparing [2024-08-07T00:38:03.836Z] 608e50d6963c: Preparing [2024-08-07T00:38:03.836Z] 3c20671a5817: Preparing [2024-08-07T00:38:03.836Z] 608e50d6963c: Waiting [2024-08-07T00:38:03.836Z] 3c20671a5817: Waiting [2024-08-07T00:38:03.836Z] d9698c930530: Layer already exists [2024-08-07T00:38:03.836Z] 432ecf4fcc13: Layer already exists [2024-08-07T00:38:03.836Z] fe4a177cb05b: Layer already exists [2024-08-07T00:38:03.836Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:03.836Z] 81335bd36eed: Layer already exists [2024-08-07T00:38:03.836Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:03.836Z] 608e50d6963c: Layer already exists [2024-08-07T00:38:04.102Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:917ed219e42eced32ee657e8d68d7ef359704d207cac07bd6db4a8f81f18336c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:04.459Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:04.816Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-08-07T00:38:04.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-07T00:38:04.816Z] 432ecf4fcc13: Preparing [2024-08-07T00:38:04.816Z] fe4a177cb05b: Preparing [2024-08-07T00:38:04.816Z] d18f20ca5c27: Preparing [2024-08-07T00:38:04.816Z] d9698c930530: Preparing [2024-08-07T00:38:04.816Z] 81335bd36eed: Preparing [2024-08-07T00:38:04.816Z] 608e50d6963c: Preparing [2024-08-07T00:38:04.816Z] 3c20671a5817: Preparing [2024-08-07T00:38:04.816Z] 608e50d6963c: Waiting [2024-08-07T00:38:04.816Z] 3c20671a5817: Waiting [2024-08-07T00:38:04.816Z] d9698c930530: Layer already exists [2024-08-07T00:38:04.816Z] fe4a177cb05b: Layer already exists [2024-08-07T00:38:04.816Z] 81335bd36eed: Layer already exists [2024-08-07T00:38:04.816Z] 432ecf4fcc13: Layer already exists [2024-08-07T00:38:04.816Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:04.816Z] 608e50d6963c: Layer already exists [2024-08-07T00:38:04.816Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:05.083Z] main: digest: sha256:917ed219e42eced32ee657e8d68d7ef359704d207cac07bd6db4a8f81f18336c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:38:05.157Z] ===================================================== [Pipeline] echo [2024-08-07T00:38:05.169Z] taggedImages: [2024-08-07T00:38:05.169Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:05.169Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-08-07T00:38:05.169Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.46 [2024-08-07T00:38:05.169Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:05.169Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-08-07T00:38:05.196Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-08-07T00:38:05.196Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:05.196Z] latest [2024-08-07T00:38:05.196Z] 3.2.0-dev.46 [2024-08-07T00:38:05.196Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:05.196Z] main [2024-08-07T00:38:05.196Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:05.579Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:05.929Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:05.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-07T00:38:05.929Z] 9c6a3e8e097c: Preparing [2024-08-07T00:38:05.929Z] 7c4a7dd809ff: Preparing [2024-08-07T00:38:05.929Z] 3fb318808bce: Preparing [2024-08-07T00:38:05.929Z] 16bed0672e42: Preparing [2024-08-07T00:38:05.929Z] d18f20ca5c27: Preparing [2024-08-07T00:38:05.929Z] d9698c930530: Preparing [2024-08-07T00:38:05.929Z] 81335bd36eed: Preparing [2024-08-07T00:38:05.929Z] 608e50d6963c: Preparing [2024-08-07T00:38:05.929Z] 3c20671a5817: Preparing [2024-08-07T00:38:05.929Z] 81335bd36eed: Waiting [2024-08-07T00:38:05.929Z] 608e50d6963c: Waiting [2024-08-07T00:38:05.929Z] 3c20671a5817: Waiting [2024-08-07T00:38:05.929Z] d9698c930530: Waiting [2024-08-07T00:38:05.929Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:06.193Z] d9698c930530: Layer already exists [2024-08-07T00:38:06.193Z] 3fb318808bce: Pushed [2024-08-07T00:38:06.193Z] 81335bd36eed: Layer already exists [2024-08-07T00:38:06.193Z] 7c4a7dd809ff: Pushed [2024-08-07T00:38:06.193Z] 608e50d6963c: Layer already exists [2024-08-07T00:38:06.193Z] 9c6a3e8e097c: Pushed [2024-08-07T00:38:06.193Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:08.125Z] 16bed0672e42: Pushed [2024-08-07T00:38:08.125Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:f77288c3fe8a9d19bf15abfcf9989b5956208f5787382ba770908b6699ae8a18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:08.483Z] + 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-08-07T00:38:08.834Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-08-07T00:38:08.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-07T00:38:08.834Z] 9c6a3e8e097c: Preparing [2024-08-07T00:38:08.834Z] 7c4a7dd809ff: Preparing [2024-08-07T00:38:08.834Z] 3fb318808bce: Preparing [2024-08-07T00:38:08.834Z] 16bed0672e42: Preparing [2024-08-07T00:38:08.834Z] d18f20ca5c27: Preparing [2024-08-07T00:38:08.834Z] d9698c930530: Preparing [2024-08-07T00:38:08.834Z] 81335bd36eed: Preparing [2024-08-07T00:38:08.834Z] 608e50d6963c: Preparing [2024-08-07T00:38:08.834Z] 3c20671a5817: Preparing [2024-08-07T00:38:08.834Z] 81335bd36eed: Waiting [2024-08-07T00:38:08.834Z] 608e50d6963c: Waiting [2024-08-07T00:38:08.834Z] d9698c930530: Waiting [2024-08-07T00:38:08.834Z] 7c4a7dd809ff: Layer already exists [2024-08-07T00:38:08.834Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:08.834Z] 3fb318808bce: Layer already exists [2024-08-07T00:38:08.834Z] 9c6a3e8e097c: Layer already exists [2024-08-07T00:38:08.834Z] 16bed0672e42: Layer already exists [2024-08-07T00:38:08.834Z] 81335bd36eed: Layer already exists [2024-08-07T00:38:08.834Z] d9698c930530: Layer already exists [2024-08-07T00:38:08.834Z] 608e50d6963c: Layer already exists [2024-08-07T00:38:08.834Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:09.099Z] latest: digest: sha256:f77288c3fe8a9d19bf15abfcf9989b5956208f5787382ba770908b6699ae8a18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:09.445Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:09.801Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.46 [2024-08-07T00:38:09.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-07T00:38:09.801Z] 9c6a3e8e097c: Preparing [2024-08-07T00:38:09.801Z] 7c4a7dd809ff: Preparing [2024-08-07T00:38:09.801Z] 3fb318808bce: Preparing [2024-08-07T00:38:09.801Z] 16bed0672e42: Preparing [2024-08-07T00:38:09.801Z] d18f20ca5c27: Preparing [2024-08-07T00:38:09.801Z] d9698c930530: Preparing [2024-08-07T00:38:09.801Z] 81335bd36eed: Preparing [2024-08-07T00:38:09.801Z] 608e50d6963c: Preparing [2024-08-07T00:38:09.801Z] 3c20671a5817: Preparing [2024-08-07T00:38:09.801Z] d9698c930530: Waiting [2024-08-07T00:38:09.801Z] 81335bd36eed: Waiting [2024-08-07T00:38:09.801Z] 608e50d6963c: Waiting [2024-08-07T00:38:09.801Z] 3c20671a5817: Waiting [2024-08-07T00:38:09.801Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:09.801Z] 7c4a7dd809ff: Layer already exists [2024-08-07T00:38:09.801Z] 9c6a3e8e097c: Layer already exists [2024-08-07T00:38:09.801Z] 3fb318808bce: Layer already exists [2024-08-07T00:38:09.801Z] 16bed0672e42: Layer already exists [2024-08-07T00:38:09.801Z] 81335bd36eed: Layer already exists [2024-08-07T00:38:09.801Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:09.801Z] d9698c930530: Layer already exists [2024-08-07T00:38:09.801Z] 608e50d6963c: Layer already exists [2024-08-07T00:38:09.801Z] 3.2.0-dev.46: digest: sha256:f77288c3fe8a9d19bf15abfcf9989b5956208f5787382ba770908b6699ae8a18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:10.156Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:10.505Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:10.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-07T00:38:10.506Z] 9c6a3e8e097c: Preparing [2024-08-07T00:38:10.506Z] 7c4a7dd809ff: Preparing [2024-08-07T00:38:10.506Z] 3fb318808bce: Preparing [2024-08-07T00:38:10.506Z] 16bed0672e42: Preparing [2024-08-07T00:38:10.506Z] d18f20ca5c27: Preparing [2024-08-07T00:38:10.506Z] d9698c930530: Preparing [2024-08-07T00:38:10.506Z] 81335bd36eed: Preparing [2024-08-07T00:38:10.506Z] 608e50d6963c: Preparing [2024-08-07T00:38:10.506Z] 3c20671a5817: Preparing [2024-08-07T00:38:10.506Z] d9698c930530: Waiting [2024-08-07T00:38:10.506Z] 81335bd36eed: Waiting [2024-08-07T00:38:10.506Z] 608e50d6963c: Waiting [2024-08-07T00:38:10.506Z] 3c20671a5817: Waiting [2024-08-07T00:38:10.506Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:10.506Z] 9c6a3e8e097c: Layer already exists [2024-08-07T00:38:10.506Z] 7c4a7dd809ff: Layer already exists [2024-08-07T00:38:10.506Z] 3fb318808bce: Layer already exists [2024-08-07T00:38:10.506Z] 16bed0672e42: Layer already exists [2024-08-07T00:38:10.506Z] d9698c930530: Layer already exists [2024-08-07T00:38:10.506Z] 608e50d6963c: Layer already exists [2024-08-07T00:38:10.506Z] 81335bd36eed: Layer already exists [2024-08-07T00:38:10.506Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:10.506Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:f77288c3fe8a9d19bf15abfcf9989b5956208f5787382ba770908b6699ae8a18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:11.113Z] + 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-08-07T00:38:11.455Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-08-07T00:38:11.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-07T00:38:11.456Z] 9c6a3e8e097c: Preparing [2024-08-07T00:38:11.456Z] 7c4a7dd809ff: Preparing [2024-08-07T00:38:11.456Z] 3fb318808bce: Preparing [2024-08-07T00:38:11.456Z] 16bed0672e42: Preparing [2024-08-07T00:38:11.456Z] d18f20ca5c27: Preparing [2024-08-07T00:38:11.456Z] d9698c930530: Preparing [2024-08-07T00:38:11.456Z] 81335bd36eed: Preparing [2024-08-07T00:38:11.456Z] 608e50d6963c: Preparing [2024-08-07T00:38:11.456Z] 3c20671a5817: Preparing [2024-08-07T00:38:11.456Z] 81335bd36eed: Waiting [2024-08-07T00:38:11.456Z] 608e50d6963c: Waiting [2024-08-07T00:38:11.456Z] 3c20671a5817: Waiting [2024-08-07T00:38:11.456Z] d9698c930530: Waiting [2024-08-07T00:38:11.456Z] 3fb318808bce: Layer already exists [2024-08-07T00:38:11.456Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:11.456Z] 16bed0672e42: Layer already exists [2024-08-07T00:38:11.456Z] 9c6a3e8e097c: Layer already exists [2024-08-07T00:38:11.456Z] 7c4a7dd809ff: Layer already exists [2024-08-07T00:38:11.456Z] 608e50d6963c: Layer already exists [2024-08-07T00:38:11.456Z] 81335bd36eed: Layer already exists [2024-08-07T00:38:11.456Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:11.456Z] d9698c930530: Layer already exists [2024-08-07T00:38:11.720Z] main: digest: sha256:f77288c3fe8a9d19bf15abfcf9989b5956208f5787382ba770908b6699ae8a18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:38:11.798Z] ===================================================== [Pipeline] echo [2024-08-07T00:38:11.809Z] taggedImages: [2024-08-07T00:38:11.809Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:11.809Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-08-07T00:38:11.809Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.46 [2024-08-07T00:38:11.809Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:11.809Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-08-07T00:38:11.833Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-08-07T00:38:11.833Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:11.833Z] latest [2024-08-07T00:38:11.833Z] 3.2.0-dev.46 [2024-08-07T00:38:11.833Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:11.833Z] main [2024-08-07T00:38:11.833Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:12.198Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:12.809Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:12.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-07T00:38:12.809Z] 2870942d1577: Preparing [2024-08-07T00:38:12.809Z] e46d11ed0496: Preparing [2024-08-07T00:38:12.809Z] d18f20ca5c27: Preparing [2024-08-07T00:38:12.809Z] d9698c930530: Preparing [2024-08-07T00:38:12.809Z] fd012674b196: Preparing [2024-08-07T00:38:12.809Z] 3b61800bc88f: Preparing [2024-08-07T00:38:12.809Z] 3c20671a5817: Preparing [2024-08-07T00:38:12.809Z] 3b61800bc88f: Waiting [2024-08-07T00:38:12.809Z] 3c20671a5817: Waiting [2024-08-07T00:38:12.809Z] d9698c930530: Layer already exists [2024-08-07T00:38:12.809Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:13.073Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:13.073Z] fd012674b196: Pushed [2024-08-07T00:38:13.073Z] 2870942d1577: Pushed [2024-08-07T00:38:13.073Z] 3b61800bc88f: Pushed [2024-08-07T00:38:19.688Z] e46d11ed0496: Pushed [2024-08-07T00:38:19.953Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:fe891e605462389aaf91f6a68ced8f00cb2b1d6b9eeafc69967705db48f2118c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:20.310Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:20.661Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-08-07T00:38:20.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-07T00:38:20.661Z] 2870942d1577: Preparing [2024-08-07T00:38:20.661Z] e46d11ed0496: Preparing [2024-08-07T00:38:20.661Z] d18f20ca5c27: Preparing [2024-08-07T00:38:20.661Z] d9698c930530: Preparing [2024-08-07T00:38:20.661Z] fd012674b196: Preparing [2024-08-07T00:38:20.661Z] 3b61800bc88f: Preparing [2024-08-07T00:38:20.661Z] 3c20671a5817: Preparing [2024-08-07T00:38:20.661Z] 3b61800bc88f: Waiting [2024-08-07T00:38:20.661Z] 3c20671a5817: Waiting [2024-08-07T00:38:20.661Z] d9698c930530: Layer already exists [2024-08-07T00:38:20.661Z] 2870942d1577: Layer already exists [2024-08-07T00:38:20.661Z] fd012674b196: Layer already exists [2024-08-07T00:38:20.661Z] e46d11ed0496: Layer already exists [2024-08-07T00:38:20.661Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:20.661Z] 3b61800bc88f: Layer already exists [2024-08-07T00:38:20.661Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:20.661Z] latest: digest: sha256:fe891e605462389aaf91f6a68ced8f00cb2b1d6b9eeafc69967705db48f2118c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:21.008Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:21.373Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.46 [2024-08-07T00:38:21.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-07T00:38:21.373Z] 2870942d1577: Preparing [2024-08-07T00:38:21.373Z] e46d11ed0496: Preparing [2024-08-07T00:38:21.373Z] d18f20ca5c27: Preparing [2024-08-07T00:38:21.373Z] d9698c930530: Preparing [2024-08-07T00:38:21.373Z] fd012674b196: Preparing [2024-08-07T00:38:21.373Z] 3b61800bc88f: Preparing [2024-08-07T00:38:21.373Z] 3c20671a5817: Preparing [2024-08-07T00:38:21.373Z] 3b61800bc88f: Waiting [2024-08-07T00:38:21.373Z] 3c20671a5817: Waiting [2024-08-07T00:38:21.373Z] d9698c930530: Layer already exists [2024-08-07T00:38:21.373Z] fd012674b196: Layer already exists [2024-08-07T00:38:21.373Z] 2870942d1577: Layer already exists [2024-08-07T00:38:21.373Z] e46d11ed0496: Layer already exists [2024-08-07T00:38:21.373Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:21.373Z] 3b61800bc88f: Layer already exists [2024-08-07T00:38:21.373Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:21.373Z] 3.2.0-dev.46: digest: sha256:fe891e605462389aaf91f6a68ced8f00cb2b1d6b9eeafc69967705db48f2118c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:21.978Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:22.329Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:22.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-07T00:38:22.329Z] 2870942d1577: Preparing [2024-08-07T00:38:22.329Z] e46d11ed0496: Preparing [2024-08-07T00:38:22.329Z] d18f20ca5c27: Preparing [2024-08-07T00:38:22.329Z] d9698c930530: Preparing [2024-08-07T00:38:22.329Z] fd012674b196: Preparing [2024-08-07T00:38:22.329Z] 3b61800bc88f: Preparing [2024-08-07T00:38:22.329Z] 3c20671a5817: Preparing [2024-08-07T00:38:22.329Z] 3b61800bc88f: Waiting [2024-08-07T00:38:22.329Z] 3c20671a5817: Waiting [2024-08-07T00:38:22.329Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:22.329Z] d9698c930530: Layer already exists [2024-08-07T00:38:22.329Z] 2870942d1577: Layer already exists [2024-08-07T00:38:22.329Z] e46d11ed0496: Layer already exists [2024-08-07T00:38:22.329Z] fd012674b196: Layer already exists [2024-08-07T00:38:22.329Z] 3b61800bc88f: Layer already exists [2024-08-07T00:38:22.329Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:22.593Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:fe891e605462389aaf91f6a68ced8f00cb2b1d6b9eeafc69967705db48f2118c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:22.943Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:23.290Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-08-07T00:38:23.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-07T00:38:23.290Z] 2870942d1577: Preparing [2024-08-07T00:38:23.290Z] e46d11ed0496: Preparing [2024-08-07T00:38:23.290Z] d18f20ca5c27: Preparing [2024-08-07T00:38:23.290Z] d9698c930530: Preparing [2024-08-07T00:38:23.290Z] fd012674b196: Preparing [2024-08-07T00:38:23.290Z] 3b61800bc88f: Preparing [2024-08-07T00:38:23.290Z] 3c20671a5817: Preparing [2024-08-07T00:38:23.290Z] 3b61800bc88f: Waiting [2024-08-07T00:38:23.290Z] 3c20671a5817: Waiting [2024-08-07T00:38:23.290Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:23.290Z] d9698c930530: Layer already exists [2024-08-07T00:38:23.290Z] 2870942d1577: Layer already exists [2024-08-07T00:38:23.290Z] e46d11ed0496: Layer already exists [2024-08-07T00:38:23.290Z] fd012674b196: Layer already exists [2024-08-07T00:38:23.290Z] 3b61800bc88f: Layer already exists [2024-08-07T00:38:23.290Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:23.555Z] main: digest: sha256:fe891e605462389aaf91f6a68ced8f00cb2b1d6b9eeafc69967705db48f2118c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:38:23.626Z] ===================================================== [Pipeline] echo [2024-08-07T00:38:23.639Z] taggedImages: [2024-08-07T00:38:23.639Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:23.639Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-08-07T00:38:23.639Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.46 [2024-08-07T00:38:23.639Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:23.639Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-08-07T00:38:23.661Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-08-07T00:38:23.661Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:23.661Z] latest [2024-08-07T00:38:23.661Z] 3.2.0-dev.46 [2024-08-07T00:38:23.661Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:23.661Z] main [2024-08-07T00:38:23.661Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:24.024Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:24.380Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:24.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-07T00:38:24.380Z] eee2729f3376: Preparing [2024-08-07T00:38:24.380Z] 6cdcf6e6ac05: Preparing [2024-08-07T00:38:24.380Z] d9698c930530: Preparing [2024-08-07T00:38:24.380Z] 1c9d1eb2a471: Preparing [2024-08-07T00:38:24.380Z] 5ef5b80484db: Preparing [2024-08-07T00:38:24.380Z] 3c20671a5817: Preparing [2024-08-07T00:38:24.380Z] 3c20671a5817: Waiting [2024-08-07T00:38:24.380Z] d9698c930530: Layer already exists [2024-08-07T00:38:24.645Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:24.645Z] 5ef5b80484db: Pushed [2024-08-07T00:38:24.645Z] 1c9d1eb2a471: Pushed [2024-08-07T00:38:24.645Z] eee2729f3376: Pushed [2024-08-07T00:38:31.267Z] 6cdcf6e6ac05: Pushed [2024-08-07T00:38:31.267Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:f1f970aae746fbf9bf1ef055011bb9199704a7d6fbc049b3227768c27d199b68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:31.612Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:31.963Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-08-07T00:38:31.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-07T00:38:31.963Z] eee2729f3376: Preparing [2024-08-07T00:38:31.963Z] 6cdcf6e6ac05: Preparing [2024-08-07T00:38:31.964Z] d9698c930530: Preparing [2024-08-07T00:38:31.964Z] 1c9d1eb2a471: Preparing [2024-08-07T00:38:31.964Z] 5ef5b80484db: Preparing [2024-08-07T00:38:31.964Z] 3c20671a5817: Preparing [2024-08-07T00:38:31.964Z] 3c20671a5817: Waiting [2024-08-07T00:38:31.964Z] 5ef5b80484db: Layer already exists [2024-08-07T00:38:31.964Z] 1c9d1eb2a471: Layer already exists [2024-08-07T00:38:31.964Z] 6cdcf6e6ac05: Layer already exists [2024-08-07T00:38:31.964Z] d9698c930530: Layer already exists [2024-08-07T00:38:31.964Z] eee2729f3376: Layer already exists [2024-08-07T00:38:31.964Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:31.964Z] latest: digest: sha256:f1f970aae746fbf9bf1ef055011bb9199704a7d6fbc049b3227768c27d199b68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:32.590Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:32.943Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.46 [2024-08-07T00:38:32.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-07T00:38:32.943Z] eee2729f3376: Preparing [2024-08-07T00:38:32.943Z] 6cdcf6e6ac05: Preparing [2024-08-07T00:38:32.943Z] d9698c930530: Preparing [2024-08-07T00:38:32.943Z] 1c9d1eb2a471: Preparing [2024-08-07T00:38:32.943Z] 5ef5b80484db: Preparing [2024-08-07T00:38:32.943Z] 3c20671a5817: Preparing [2024-08-07T00:38:32.943Z] 3c20671a5817: Waiting [2024-08-07T00:38:32.943Z] 5ef5b80484db: Layer already exists [2024-08-07T00:38:32.943Z] 1c9d1eb2a471: Layer already exists [2024-08-07T00:38:32.943Z] eee2729f3376: Layer already exists [2024-08-07T00:38:32.943Z] d9698c930530: Layer already exists [2024-08-07T00:38:32.943Z] 6cdcf6e6ac05: Layer already exists [2024-08-07T00:38:32.943Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:33.207Z] 3.2.0-dev.46: digest: sha256:f1f970aae746fbf9bf1ef055011bb9199704a7d6fbc049b3227768c27d199b68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:33.555Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:33.947Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:33.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-07T00:38:33.947Z] eee2729f3376: Preparing [2024-08-07T00:38:33.947Z] 6cdcf6e6ac05: Preparing [2024-08-07T00:38:33.947Z] d9698c930530: Preparing [2024-08-07T00:38:33.947Z] 1c9d1eb2a471: Preparing [2024-08-07T00:38:33.947Z] 5ef5b80484db: Preparing [2024-08-07T00:38:33.947Z] 3c20671a5817: Preparing [2024-08-07T00:38:33.947Z] 3c20671a5817: Waiting [2024-08-07T00:38:33.947Z] 5ef5b80484db: Layer already exists [2024-08-07T00:38:33.947Z] d9698c930530: Layer already exists [2024-08-07T00:38:33.947Z] eee2729f3376: Layer already exists [2024-08-07T00:38:33.947Z] 1c9d1eb2a471: Layer already exists [2024-08-07T00:38:33.947Z] 6cdcf6e6ac05: Layer already exists [2024-08-07T00:38:33.947Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:34.219Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:f1f970aae746fbf9bf1ef055011bb9199704a7d6fbc049b3227768c27d199b68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:34.594Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:34.967Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-08-07T00:38:34.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-07T00:38:34.967Z] eee2729f3376: Preparing [2024-08-07T00:38:34.967Z] 6cdcf6e6ac05: Preparing [2024-08-07T00:38:34.967Z] d9698c930530: Preparing [2024-08-07T00:38:34.967Z] 1c9d1eb2a471: Preparing [2024-08-07T00:38:34.967Z] 5ef5b80484db: Preparing [2024-08-07T00:38:34.967Z] 3c20671a5817: Preparing [2024-08-07T00:38:34.967Z] 3c20671a5817: Waiting [2024-08-07T00:38:34.967Z] eee2729f3376: Layer already exists [2024-08-07T00:38:34.967Z] d9698c930530: Layer already exists [2024-08-07T00:38:34.967Z] 6cdcf6e6ac05: Layer already exists [2024-08-07T00:38:34.967Z] 5ef5b80484db: Layer already exists [2024-08-07T00:38:34.967Z] 1c9d1eb2a471: Layer already exists [2024-08-07T00:38:34.967Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:35.237Z] main: digest: sha256:f1f970aae746fbf9bf1ef055011bb9199704a7d6fbc049b3227768c27d199b68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:38:35.305Z] ===================================================== [Pipeline] echo [2024-08-07T00:38:35.317Z] taggedImages: [2024-08-07T00:38:35.317Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:35.317Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-08-07T00:38:35.317Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.46 [2024-08-07T00:38:35.317Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:35.317Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-08-07T00:38:35.341Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-08-07T00:38:35.341Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:35.341Z] latest [2024-08-07T00:38:35.341Z] 3.2.0-dev.46 [2024-08-07T00:38:35.341Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:35.341Z] main [2024-08-07T00:38:35.341Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:35.726Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:36.119Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:36.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-07T00:38:36.119Z] 1e7403c6e56b: Preparing [2024-08-07T00:38:36.119Z] 9860fbe26a16: Preparing [2024-08-07T00:38:36.119Z] 54cf635481a8: Preparing [2024-08-07T00:38:36.119Z] d18f20ca5c27: Preparing [2024-08-07T00:38:36.119Z] d9698c930530: Preparing [2024-08-07T00:38:36.119Z] 81335bd36eed: Preparing [2024-08-07T00:38:36.119Z] 608e50d6963c: Preparing [2024-08-07T00:38:36.119Z] 3c20671a5817: Preparing [2024-08-07T00:38:36.119Z] 608e50d6963c: Waiting [2024-08-07T00:38:36.119Z] 3c20671a5817: Waiting [2024-08-07T00:38:36.395Z] d9698c930530: Layer already exists [2024-08-07T00:38:36.395Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:36.395Z] 81335bd36eed: Layer already exists [2024-08-07T00:38:36.395Z] 608e50d6963c: Layer already exists [2024-08-07T00:38:36.395Z] 9860fbe26a16: Pushed [2024-08-07T00:38:36.395Z] 1e7403c6e56b: Pushed [2024-08-07T00:38:36.395Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:43.023Z] 54cf635481a8: Pushed [2024-08-07T00:38:43.287Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:de9250e06096ff876e98946cacd4441a077a32a4a518d3407314010c4feb4369 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:43.639Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:43.979Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-08-07T00:38:43.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-07T00:38:43.979Z] 1e7403c6e56b: Preparing [2024-08-07T00:38:43.979Z] 9860fbe26a16: Preparing [2024-08-07T00:38:43.979Z] 54cf635481a8: Preparing [2024-08-07T00:38:43.979Z] d18f20ca5c27: Preparing [2024-08-07T00:38:43.979Z] d9698c930530: Preparing [2024-08-07T00:38:43.979Z] 81335bd36eed: Preparing [2024-08-07T00:38:43.979Z] 608e50d6963c: Preparing [2024-08-07T00:38:43.979Z] 3c20671a5817: Preparing [2024-08-07T00:38:43.979Z] 81335bd36eed: Waiting [2024-08-07T00:38:43.979Z] 608e50d6963c: Waiting [2024-08-07T00:38:43.979Z] 3c20671a5817: Waiting [2024-08-07T00:38:43.979Z] 1e7403c6e56b: Layer already exists [2024-08-07T00:38:43.979Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:43.979Z] d9698c930530: Layer already exists [2024-08-07T00:38:43.979Z] 9860fbe26a16: Layer already exists [2024-08-07T00:38:43.979Z] 54cf635481a8: Layer already exists [2024-08-07T00:38:43.979Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:43.979Z] 608e50d6963c: Layer already exists [2024-08-07T00:38:43.979Z] 81335bd36eed: Layer already exists [2024-08-07T00:38:44.243Z] latest: digest: sha256:de9250e06096ff876e98946cacd4441a077a32a4a518d3407314010c4feb4369 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:44.593Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:44.935Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.46 [2024-08-07T00:38:44.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-07T00:38:44.935Z] 1e7403c6e56b: Preparing [2024-08-07T00:38:44.935Z] 9860fbe26a16: Preparing [2024-08-07T00:38:44.935Z] 54cf635481a8: Preparing [2024-08-07T00:38:44.935Z] d18f20ca5c27: Preparing [2024-08-07T00:38:44.935Z] d9698c930530: Preparing [2024-08-07T00:38:44.935Z] 81335bd36eed: Preparing [2024-08-07T00:38:44.935Z] 608e50d6963c: Preparing [2024-08-07T00:38:44.935Z] 3c20671a5817: Preparing [2024-08-07T00:38:44.935Z] 81335bd36eed: Waiting [2024-08-07T00:38:44.935Z] 608e50d6963c: Waiting [2024-08-07T00:38:44.935Z] 3c20671a5817: Waiting [2024-08-07T00:38:44.935Z] d9698c930530: Layer already exists [2024-08-07T00:38:44.935Z] 9860fbe26a16: Layer already exists [2024-08-07T00:38:44.935Z] 1e7403c6e56b: Layer already exists [2024-08-07T00:38:44.935Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:44.935Z] 54cf635481a8: Layer already exists [2024-08-07T00:38:44.935Z] 81335bd36eed: Layer already exists [2024-08-07T00:38:44.935Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:44.935Z] 608e50d6963c: Layer already exists [2024-08-07T00:38:45.198Z] 3.2.0-dev.46: digest: sha256:de9250e06096ff876e98946cacd4441a077a32a4a518d3407314010c4feb4369 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:45.539Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:45.876Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:45.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-07T00:38:45.876Z] 1e7403c6e56b: Preparing [2024-08-07T00:38:45.876Z] 9860fbe26a16: Preparing [2024-08-07T00:38:45.876Z] 54cf635481a8: Preparing [2024-08-07T00:38:45.876Z] d18f20ca5c27: Preparing [2024-08-07T00:38:45.876Z] d9698c930530: Preparing [2024-08-07T00:38:45.876Z] 81335bd36eed: Preparing [2024-08-07T00:38:45.876Z] 608e50d6963c: Preparing [2024-08-07T00:38:45.876Z] 3c20671a5817: Preparing [2024-08-07T00:38:45.876Z] 81335bd36eed: Waiting [2024-08-07T00:38:45.876Z] 608e50d6963c: Waiting [2024-08-07T00:38:45.876Z] 3c20671a5817: Waiting [2024-08-07T00:38:45.876Z] 9860fbe26a16: Layer already exists [2024-08-07T00:38:45.876Z] 54cf635481a8: Layer already exists [2024-08-07T00:38:45.876Z] d9698c930530: Layer already exists [2024-08-07T00:38:45.876Z] 1e7403c6e56b: Layer already exists [2024-08-07T00:38:45.876Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:45.876Z] 608e50d6963c: Layer already exists [2024-08-07T00:38:45.876Z] 81335bd36eed: Layer already exists [2024-08-07T00:38:45.876Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:45.876Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:de9250e06096ff876e98946cacd4441a077a32a4a518d3407314010c4feb4369 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:46.488Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:46.828Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-08-07T00:38:46.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-07T00:38:46.828Z] 1e7403c6e56b: Preparing [2024-08-07T00:38:46.828Z] 9860fbe26a16: Preparing [2024-08-07T00:38:46.828Z] 54cf635481a8: Preparing [2024-08-07T00:38:46.828Z] d18f20ca5c27: Preparing [2024-08-07T00:38:46.828Z] d9698c930530: Preparing [2024-08-07T00:38:46.828Z] 81335bd36eed: Preparing [2024-08-07T00:38:46.828Z] 608e50d6963c: Preparing [2024-08-07T00:38:46.828Z] 3c20671a5817: Preparing [2024-08-07T00:38:46.828Z] 81335bd36eed: Waiting [2024-08-07T00:38:46.828Z] 608e50d6963c: Waiting [2024-08-07T00:38:46.828Z] 3c20671a5817: Waiting [2024-08-07T00:38:46.828Z] 54cf635481a8: Layer already exists [2024-08-07T00:38:46.828Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:46.828Z] 1e7403c6e56b: Layer already exists [2024-08-07T00:38:46.828Z] 9860fbe26a16: Layer already exists [2024-08-07T00:38:46.828Z] d9698c930530: Layer already exists [2024-08-07T00:38:46.828Z] 608e50d6963c: Layer already exists [2024-08-07T00:38:46.828Z] 81335bd36eed: Layer already exists [2024-08-07T00:38:46.828Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:47.092Z] main: digest: sha256:de9250e06096ff876e98946cacd4441a077a32a4a518d3407314010c4feb4369 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:38:47.162Z] ===================================================== [Pipeline] echo [2024-08-07T00:38:47.177Z] taggedImages: [2024-08-07T00:38:47.177Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:47.177Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-08-07T00:38:47.177Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.46 [2024-08-07T00:38:47.177Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:47.177Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-08-07T00:38:47.208Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-08-07T00:38:47.208Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:47.208Z] latest [2024-08-07T00:38:47.208Z] 3.2.0-dev.46 [2024-08-07T00:38:47.208Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:47.208Z] main [2024-08-07T00:38:47.208Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:47.572Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:47.919Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:47.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-07T00:38:47.919Z] da1bbdcaa9e1: Preparing [2024-08-07T00:38:47.919Z] 0efd97685a9c: Preparing [2024-08-07T00:38:47.919Z] 8846d2904eea: Preparing [2024-08-07T00:38:47.919Z] 43d3f42ff988: Preparing [2024-08-07T00:38:47.919Z] 144d4467bfa7: Preparing [2024-08-07T00:38:47.919Z] ef93d3b0718a: Preparing [2024-08-07T00:38:47.919Z] 3d894d691c15: Preparing [2024-08-07T00:38:47.919Z] e41d2e98654c: Preparing [2024-08-07T00:38:47.919Z] d18f20ca5c27: Preparing [2024-08-07T00:38:47.919Z] d9698c930530: Preparing [2024-08-07T00:38:47.919Z] a91d844fdb41: Preparing [2024-08-07T00:38:47.919Z] 0912da10ebb0: Preparing [2024-08-07T00:38:47.919Z] 5f70bf18a086: Preparing [2024-08-07T00:38:47.919Z] 6aca6d28d0cd: Preparing [2024-08-07T00:38:47.919Z] 83ee38c63bae: Preparing [2024-08-07T00:38:47.919Z] 9090d9da345e: Preparing [2024-08-07T00:38:47.919Z] 3c20671a5817: Preparing [2024-08-07T00:38:47.919Z] ef93d3b0718a: Waiting [2024-08-07T00:38:47.919Z] 83ee38c63bae: Waiting [2024-08-07T00:38:47.919Z] 3d894d691c15: Waiting [2024-08-07T00:38:47.919Z] 9090d9da345e: Waiting [2024-08-07T00:38:47.919Z] e41d2e98654c: Waiting [2024-08-07T00:38:47.919Z] 3c20671a5817: Waiting [2024-08-07T00:38:47.919Z] d18f20ca5c27: Waiting [2024-08-07T00:38:47.919Z] d9698c930530: Waiting [2024-08-07T00:38:47.919Z] a91d844fdb41: Waiting [2024-08-07T00:38:47.919Z] 0912da10ebb0: Waiting [2024-08-07T00:38:47.919Z] 6aca6d28d0cd: Waiting [2024-08-07T00:38:48.186Z] 0efd97685a9c: Pushed [2024-08-07T00:38:48.186Z] 43d3f42ff988: Pushed [2024-08-07T00:38:48.186Z] 8846d2904eea: Pushed [2024-08-07T00:38:48.186Z] da1bbdcaa9e1: Pushed [2024-08-07T00:38:48.186Z] 144d4467bfa7: Pushed [2024-08-07T00:38:48.186Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:48.186Z] d9698c930530: Layer already exists [2024-08-07T00:38:48.450Z] ef93d3b0718a: Pushed [2024-08-07T00:38:48.450Z] 3d894d691c15: Pushed [2024-08-07T00:38:48.450Z] 5f70bf18a086: Layer already exists [2024-08-07T00:38:48.450Z] a91d844fdb41: Pushed [2024-08-07T00:38:48.450Z] 0912da10ebb0: Pushed [2024-08-07T00:38:48.450Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:48.450Z] 6aca6d28d0cd: Pushed [2024-08-07T00:38:48.450Z] 83ee38c63bae: Pushed [2024-08-07T00:38:48.714Z] 9090d9da345e: Pushed [2024-08-07T00:38:51.269Z] e41d2e98654c: Pushed [2024-08-07T00:38:51.269Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:4740684c91faa3cd4bc9dddcc211fbc999bde50f3679b2bf9d408dbff994a5c5 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:51.613Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:51.962Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-08-07T00:38:51.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-07T00:38:51.962Z] da1bbdcaa9e1: Preparing [2024-08-07T00:38:51.962Z] 0efd97685a9c: Preparing [2024-08-07T00:38:51.962Z] 8846d2904eea: Preparing [2024-08-07T00:38:51.962Z] 43d3f42ff988: Preparing [2024-08-07T00:38:51.962Z] 144d4467bfa7: Preparing [2024-08-07T00:38:51.962Z] ef93d3b0718a: Preparing [2024-08-07T00:38:51.962Z] 3d894d691c15: Preparing [2024-08-07T00:38:51.962Z] e41d2e98654c: Preparing [2024-08-07T00:38:51.962Z] d18f20ca5c27: Preparing [2024-08-07T00:38:51.962Z] d9698c930530: Preparing [2024-08-07T00:38:51.962Z] a91d844fdb41: Preparing [2024-08-07T00:38:51.962Z] 0912da10ebb0: Preparing [2024-08-07T00:38:51.962Z] 5f70bf18a086: Preparing [2024-08-07T00:38:51.962Z] 6aca6d28d0cd: Preparing [2024-08-07T00:38:51.962Z] 83ee38c63bae: Preparing [2024-08-07T00:38:51.962Z] 9090d9da345e: Preparing [2024-08-07T00:38:51.962Z] 3c20671a5817: Preparing [2024-08-07T00:38:51.962Z] a91d844fdb41: Waiting [2024-08-07T00:38:51.962Z] e41d2e98654c: Waiting [2024-08-07T00:38:51.962Z] d18f20ca5c27: Waiting [2024-08-07T00:38:51.962Z] d9698c930530: Waiting [2024-08-07T00:38:51.962Z] 0912da10ebb0: Waiting [2024-08-07T00:38:51.962Z] 83ee38c63bae: Waiting [2024-08-07T00:38:51.962Z] 9090d9da345e: Waiting [2024-08-07T00:38:51.962Z] 3c20671a5817: Waiting [2024-08-07T00:38:51.962Z] 5f70bf18a086: Waiting [2024-08-07T00:38:51.962Z] 6aca6d28d0cd: Waiting [2024-08-07T00:38:51.962Z] 3d894d691c15: Waiting [2024-08-07T00:38:51.962Z] ef93d3b0718a: Waiting [2024-08-07T00:38:51.962Z] da1bbdcaa9e1: Layer already exists [2024-08-07T00:38:51.962Z] 144d4467bfa7: Layer already exists [2024-08-07T00:38:51.962Z] 8846d2904eea: Layer already exists [2024-08-07T00:38:51.962Z] 0efd97685a9c: Layer already exists [2024-08-07T00:38:51.962Z] 43d3f42ff988: Layer already exists [2024-08-07T00:38:51.962Z] e41d2e98654c: Layer already exists [2024-08-07T00:38:51.962Z] ef93d3b0718a: Layer already exists [2024-08-07T00:38:51.962Z] 3d894d691c15: Layer already exists [2024-08-07T00:38:51.962Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:51.962Z] d9698c930530: Layer already exists [2024-08-07T00:38:51.962Z] a91d844fdb41: Layer already exists [2024-08-07T00:38:51.962Z] 0912da10ebb0: Layer already exists [2024-08-07T00:38:51.962Z] 5f70bf18a086: Layer already exists [2024-08-07T00:38:51.962Z] 6aca6d28d0cd: Layer already exists [2024-08-07T00:38:51.962Z] 83ee38c63bae: Layer already exists [2024-08-07T00:38:51.962Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:51.962Z] 9090d9da345e: Layer already exists [2024-08-07T00:38:52.226Z] latest: digest: sha256:4740684c91faa3cd4bc9dddcc211fbc999bde50f3679b2bf9d408dbff994a5c5 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:52.571Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:52.922Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.46 [2024-08-07T00:38:52.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-07T00:38:52.922Z] da1bbdcaa9e1: Preparing [2024-08-07T00:38:52.922Z] 0efd97685a9c: Preparing [2024-08-07T00:38:52.922Z] 8846d2904eea: Preparing [2024-08-07T00:38:52.922Z] 43d3f42ff988: Preparing [2024-08-07T00:38:52.922Z] 144d4467bfa7: Preparing [2024-08-07T00:38:52.922Z] ef93d3b0718a: Preparing [2024-08-07T00:38:52.922Z] 3d894d691c15: Preparing [2024-08-07T00:38:52.922Z] e41d2e98654c: Preparing [2024-08-07T00:38:52.922Z] d18f20ca5c27: Preparing [2024-08-07T00:38:52.922Z] d9698c930530: Preparing [2024-08-07T00:38:52.922Z] a91d844fdb41: Preparing [2024-08-07T00:38:52.922Z] 0912da10ebb0: Preparing [2024-08-07T00:38:52.922Z] 5f70bf18a086: Preparing [2024-08-07T00:38:52.922Z] 6aca6d28d0cd: Preparing [2024-08-07T00:38:52.922Z] 83ee38c63bae: Preparing [2024-08-07T00:38:52.922Z] 9090d9da345e: Preparing [2024-08-07T00:38:52.922Z] 3c20671a5817: Preparing [2024-08-07T00:38:52.922Z] ef93d3b0718a: Waiting [2024-08-07T00:38:52.922Z] 3d894d691c15: Waiting [2024-08-07T00:38:52.922Z] e41d2e98654c: Waiting [2024-08-07T00:38:52.922Z] d18f20ca5c27: Waiting [2024-08-07T00:38:52.922Z] a91d844fdb41: Waiting [2024-08-07T00:38:52.922Z] 83ee38c63bae: Waiting [2024-08-07T00:38:52.922Z] 0912da10ebb0: Waiting [2024-08-07T00:38:52.922Z] 5f70bf18a086: Waiting [2024-08-07T00:38:52.922Z] 6aca6d28d0cd: Waiting [2024-08-07T00:38:52.922Z] 9090d9da345e: Waiting [2024-08-07T00:38:52.922Z] 3c20671a5817: Waiting [2024-08-07T00:38:52.922Z] d9698c930530: Waiting [2024-08-07T00:38:52.922Z] 0efd97685a9c: Layer already exists [2024-08-07T00:38:52.922Z] 144d4467bfa7: Layer already exists [2024-08-07T00:38:52.922Z] 43d3f42ff988: Layer already exists [2024-08-07T00:38:52.922Z] 8846d2904eea: Layer already exists [2024-08-07T00:38:52.922Z] da1bbdcaa9e1: Layer already exists [2024-08-07T00:38:52.922Z] 3d894d691c15: Layer already exists [2024-08-07T00:38:52.922Z] d9698c930530: Layer already exists [2024-08-07T00:38:52.922Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:52.922Z] e41d2e98654c: Layer already exists [2024-08-07T00:38:52.922Z] ef93d3b0718a: Layer already exists [2024-08-07T00:38:52.922Z] a91d844fdb41: Layer already exists [2024-08-07T00:38:52.922Z] 5f70bf18a086: Layer already exists [2024-08-07T00:38:52.922Z] 83ee38c63bae: Layer already exists [2024-08-07T00:38:52.922Z] 0912da10ebb0: Layer already exists [2024-08-07T00:38:52.922Z] 6aca6d28d0cd: Layer already exists [2024-08-07T00:38:52.922Z] 9090d9da345e: Layer already exists [2024-08-07T00:38:52.922Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:53.186Z] 3.2.0-dev.46: digest: sha256:4740684c91faa3cd4bc9dddcc211fbc999bde50f3679b2bf9d408dbff994a5c5 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:53.547Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:53.889Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:53.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-07T00:38:53.889Z] da1bbdcaa9e1: Preparing [2024-08-07T00:38:53.889Z] 0efd97685a9c: Preparing [2024-08-07T00:38:53.889Z] 8846d2904eea: Preparing [2024-08-07T00:38:53.889Z] 43d3f42ff988: Preparing [2024-08-07T00:38:53.889Z] 144d4467bfa7: Preparing [2024-08-07T00:38:53.889Z] ef93d3b0718a: Preparing [2024-08-07T00:38:53.890Z] 3d894d691c15: Preparing [2024-08-07T00:38:53.890Z] e41d2e98654c: Preparing [2024-08-07T00:38:53.890Z] d18f20ca5c27: Preparing [2024-08-07T00:38:53.890Z] d9698c930530: Preparing [2024-08-07T00:38:53.890Z] a91d844fdb41: Preparing [2024-08-07T00:38:53.890Z] 0912da10ebb0: Preparing [2024-08-07T00:38:53.890Z] 5f70bf18a086: Preparing [2024-08-07T00:38:53.890Z] 6aca6d28d0cd: Preparing [2024-08-07T00:38:53.890Z] 83ee38c63bae: Preparing [2024-08-07T00:38:53.890Z] 9090d9da345e: Preparing [2024-08-07T00:38:53.890Z] 3c20671a5817: Preparing [2024-08-07T00:38:53.890Z] d18f20ca5c27: Waiting [2024-08-07T00:38:53.890Z] d9698c930530: Waiting [2024-08-07T00:38:53.890Z] a91d844fdb41: Waiting [2024-08-07T00:38:53.890Z] 0912da10ebb0: Waiting [2024-08-07T00:38:53.890Z] 9090d9da345e: Waiting [2024-08-07T00:38:53.890Z] 5f70bf18a086: Waiting [2024-08-07T00:38:53.890Z] 3c20671a5817: Waiting [2024-08-07T00:38:53.890Z] 6aca6d28d0cd: Waiting [2024-08-07T00:38:53.890Z] ef93d3b0718a: Waiting [2024-08-07T00:38:53.890Z] 3d894d691c15: Waiting [2024-08-07T00:38:53.890Z] e41d2e98654c: Waiting [2024-08-07T00:38:53.890Z] 43d3f42ff988: Layer already exists [2024-08-07T00:38:53.890Z] 8846d2904eea: Layer already exists [2024-08-07T00:38:53.890Z] 0efd97685a9c: Layer already exists [2024-08-07T00:38:53.890Z] da1bbdcaa9e1: Layer already exists [2024-08-07T00:38:53.890Z] 144d4467bfa7: Layer already exists [2024-08-07T00:38:53.890Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:53.890Z] e41d2e98654c: Layer already exists [2024-08-07T00:38:53.890Z] 3d894d691c15: Layer already exists [2024-08-07T00:38:53.890Z] ef93d3b0718a: Layer already exists [2024-08-07T00:38:53.890Z] d9698c930530: Layer already exists [2024-08-07T00:38:53.890Z] 0912da10ebb0: Layer already exists [2024-08-07T00:38:53.890Z] 5f70bf18a086: Layer already exists [2024-08-07T00:38:53.890Z] 83ee38c63bae: Layer already exists [2024-08-07T00:38:53.890Z] a91d844fdb41: Layer already exists [2024-08-07T00:38:53.890Z] 6aca6d28d0cd: Layer already exists [2024-08-07T00:38:53.890Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:53.890Z] 9090d9da345e: Layer already exists [2024-08-07T00:38:54.153Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:4740684c91faa3cd4bc9dddcc211fbc999bde50f3679b2bf9d408dbff994a5c5 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:54.500Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:54.850Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-08-07T00:38:54.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-07T00:38:54.850Z] da1bbdcaa9e1: Preparing [2024-08-07T00:38:54.850Z] 0efd97685a9c: Preparing [2024-08-07T00:38:54.850Z] 8846d2904eea: Preparing [2024-08-07T00:38:54.850Z] 43d3f42ff988: Preparing [2024-08-07T00:38:54.850Z] 144d4467bfa7: Preparing [2024-08-07T00:38:54.850Z] ef93d3b0718a: Preparing [2024-08-07T00:38:54.850Z] 3d894d691c15: Preparing [2024-08-07T00:38:54.850Z] e41d2e98654c: Preparing [2024-08-07T00:38:54.850Z] d18f20ca5c27: Preparing [2024-08-07T00:38:54.850Z] d9698c930530: Preparing [2024-08-07T00:38:54.850Z] a91d844fdb41: Preparing [2024-08-07T00:38:54.850Z] 0912da10ebb0: Preparing [2024-08-07T00:38:54.850Z] 5f70bf18a086: Preparing [2024-08-07T00:38:54.850Z] 6aca6d28d0cd: Preparing [2024-08-07T00:38:54.850Z] 83ee38c63bae: Preparing [2024-08-07T00:38:54.850Z] 9090d9da345e: Preparing [2024-08-07T00:38:54.850Z] 3c20671a5817: Preparing [2024-08-07T00:38:54.850Z] d9698c930530: Waiting [2024-08-07T00:38:54.850Z] a91d844fdb41: Waiting [2024-08-07T00:38:54.850Z] 0912da10ebb0: Waiting [2024-08-07T00:38:54.850Z] 5f70bf18a086: Waiting [2024-08-07T00:38:54.850Z] 6aca6d28d0cd: Waiting [2024-08-07T00:38:54.850Z] 83ee38c63bae: Waiting [2024-08-07T00:38:54.850Z] 9090d9da345e: Waiting [2024-08-07T00:38:54.850Z] ef93d3b0718a: Waiting [2024-08-07T00:38:54.850Z] 3c20671a5817: Waiting [2024-08-07T00:38:54.850Z] e41d2e98654c: Waiting [2024-08-07T00:38:54.850Z] 3d894d691c15: Waiting [2024-08-07T00:38:54.850Z] d18f20ca5c27: Waiting [2024-08-07T00:38:54.850Z] 43d3f42ff988: Layer already exists [2024-08-07T00:38:54.850Z] 144d4467bfa7: Layer already exists [2024-08-07T00:38:54.850Z] 8846d2904eea: Layer already exists [2024-08-07T00:38:54.850Z] da1bbdcaa9e1: Layer already exists [2024-08-07T00:38:54.850Z] 0efd97685a9c: Layer already exists [2024-08-07T00:38:54.850Z] 3d894d691c15: Layer already exists [2024-08-07T00:38:54.850Z] ef93d3b0718a: Layer already exists [2024-08-07T00:38:54.850Z] d9698c930530: Layer already exists [2024-08-07T00:38:54.850Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:54.850Z] e41d2e98654c: Layer already exists [2024-08-07T00:38:54.850Z] a91d844fdb41: Layer already exists [2024-08-07T00:38:54.850Z] 83ee38c63bae: Layer already exists [2024-08-07T00:38:54.850Z] 0912da10ebb0: Layer already exists [2024-08-07T00:38:55.115Z] 6aca6d28d0cd: Layer already exists [2024-08-07T00:38:55.115Z] 5f70bf18a086: Layer already exists [2024-08-07T00:38:55.115Z] 9090d9da345e: Layer already exists [2024-08-07T00:38:55.115Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:55.115Z] main: digest: sha256:4740684c91faa3cd4bc9dddcc211fbc999bde50f3679b2bf9d408dbff994a5c5 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:38:55.196Z] ===================================================== [Pipeline] echo [2024-08-07T00:38:55.206Z] taggedImages: [2024-08-07T00:38:55.206Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:55.206Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-08-07T00:38:55.206Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.46 [2024-08-07T00:38:55.206Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:55.206Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-08-07T00:38:55.235Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-08-07T00:38:55.235Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:55.235Z] latest [2024-08-07T00:38:55.235Z] 3.2.0-dev.46 [2024-08-07T00:38:55.235Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:38:55.235Z] main [2024-08-07T00:38:55.235Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:55.631Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:38:55.972Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:38:55.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-07T00:38:55.972Z] ef555d490178: Preparing [2024-08-07T00:38:55.972Z] f063a3dc9058: Preparing [2024-08-07T00:38:55.972Z] 64921356d25e: Preparing [2024-08-07T00:38:55.972Z] 2db8c0228354: Preparing [2024-08-07T00:38:55.972Z] d18f20ca5c27: Preparing [2024-08-07T00:38:55.972Z] d9698c930530: Preparing [2024-08-07T00:38:55.972Z] 81335bd36eed: Preparing [2024-08-07T00:38:55.972Z] 608e50d6963c: Preparing [2024-08-07T00:38:55.972Z] 3c20671a5817: Preparing [2024-08-07T00:38:55.972Z] 81335bd36eed: Waiting [2024-08-07T00:38:55.972Z] 608e50d6963c: Waiting [2024-08-07T00:38:55.972Z] 3c20671a5817: Waiting [2024-08-07T00:38:55.972Z] d9698c930530: Waiting [2024-08-07T00:38:56.235Z] 64921356d25e: Pushed [2024-08-07T00:38:56.235Z] f063a3dc9058: Pushed [2024-08-07T00:38:56.498Z] d18f20ca5c27: Layer already exists [2024-08-07T00:38:56.498Z] d9698c930530: Layer already exists [2024-08-07T00:38:56.498Z] 81335bd36eed: Layer already exists [2024-08-07T00:38:56.498Z] 608e50d6963c: Layer already exists [2024-08-07T00:38:56.498Z] 3c20671a5817: Layer already exists [2024-08-07T00:38:56.498Z] ef555d490178: Pushed [2024-08-07T00:39:06.532Z] 2db8c0228354: Pushed [2024-08-07T00:39:07.480Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:6c983d23f213ca50160a46f2dbd323ce9d81029bd988cad0b29430ddf92b1f4f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:07.824Z] + 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-08-07T00:39:08.167Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-08-07T00:39:08.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-07T00:39:08.167Z] ef555d490178: Preparing [2024-08-07T00:39:08.167Z] f063a3dc9058: Preparing [2024-08-07T00:39:08.167Z] 64921356d25e: Preparing [2024-08-07T00:39:08.167Z] 2db8c0228354: Preparing [2024-08-07T00:39:08.167Z] d18f20ca5c27: Preparing [2024-08-07T00:39:08.167Z] d9698c930530: Preparing [2024-08-07T00:39:08.167Z] 81335bd36eed: Preparing [2024-08-07T00:39:08.167Z] 608e50d6963c: Preparing [2024-08-07T00:39:08.167Z] 3c20671a5817: Preparing [2024-08-07T00:39:08.167Z] d9698c930530: Waiting [2024-08-07T00:39:08.167Z] 81335bd36eed: Waiting [2024-08-07T00:39:08.167Z] 3c20671a5817: Waiting [2024-08-07T00:39:08.167Z] 64921356d25e: Layer already exists [2024-08-07T00:39:08.167Z] ef555d490178: Layer already exists [2024-08-07T00:39:08.167Z] f063a3dc9058: Layer already exists [2024-08-07T00:39:08.167Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:08.167Z] 2db8c0228354: Layer already exists [2024-08-07T00:39:08.167Z] d9698c930530: Layer already exists [2024-08-07T00:39:08.167Z] 608e50d6963c: Layer already exists [2024-08-07T00:39:08.167Z] 81335bd36eed: Layer already exists [2024-08-07T00:39:08.167Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:08.431Z] latest: digest: sha256:6c983d23f213ca50160a46f2dbd323ce9d81029bd988cad0b29430ddf92b1f4f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:08.790Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:09.140Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.46 [2024-08-07T00:39:09.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-07T00:39:09.140Z] ef555d490178: Preparing [2024-08-07T00:39:09.140Z] f063a3dc9058: Preparing [2024-08-07T00:39:09.140Z] 64921356d25e: Preparing [2024-08-07T00:39:09.140Z] 2db8c0228354: Preparing [2024-08-07T00:39:09.140Z] d18f20ca5c27: Preparing [2024-08-07T00:39:09.140Z] d9698c930530: Preparing [2024-08-07T00:39:09.140Z] 81335bd36eed: Preparing [2024-08-07T00:39:09.140Z] d9698c930530: Waiting [2024-08-07T00:39:09.140Z] 608e50d6963c: Preparing [2024-08-07T00:39:09.140Z] 81335bd36eed: Waiting [2024-08-07T00:39:09.140Z] 3c20671a5817: Preparing [2024-08-07T00:39:09.140Z] 608e50d6963c: Waiting [2024-08-07T00:39:09.140Z] 3c20671a5817: Waiting [2024-08-07T00:39:09.140Z] ef555d490178: Layer already exists [2024-08-07T00:39:09.140Z] 64921356d25e: Layer already exists [2024-08-07T00:39:09.140Z] 2db8c0228354: Layer already exists [2024-08-07T00:39:09.140Z] f063a3dc9058: Layer already exists [2024-08-07T00:39:09.140Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:09.140Z] 81335bd36eed: Layer already exists [2024-08-07T00:39:09.140Z] d9698c930530: Layer already exists [2024-08-07T00:39:09.140Z] 608e50d6963c: Layer already exists [2024-08-07T00:39:09.140Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:09.404Z] 3.2.0-dev.46: digest: sha256:6c983d23f213ca50160a46f2dbd323ce9d81029bd988cad0b29430ddf92b1f4f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:09.746Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:10.086Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:39:10.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-07T00:39:10.086Z] ef555d490178: Preparing [2024-08-07T00:39:10.086Z] f063a3dc9058: Preparing [2024-08-07T00:39:10.086Z] 64921356d25e: Preparing [2024-08-07T00:39:10.086Z] 2db8c0228354: Preparing [2024-08-07T00:39:10.086Z] d18f20ca5c27: Preparing [2024-08-07T00:39:10.086Z] d9698c930530: Preparing [2024-08-07T00:39:10.086Z] 81335bd36eed: Preparing [2024-08-07T00:39:10.086Z] 608e50d6963c: Preparing [2024-08-07T00:39:10.086Z] 3c20671a5817: Preparing [2024-08-07T00:39:10.086Z] d9698c930530: Waiting [2024-08-07T00:39:10.086Z] 81335bd36eed: Waiting [2024-08-07T00:39:10.086Z] 608e50d6963c: Waiting [2024-08-07T00:39:10.086Z] 3c20671a5817: Waiting [2024-08-07T00:39:10.086Z] ef555d490178: Layer already exists [2024-08-07T00:39:10.086Z] 64921356d25e: Layer already exists [2024-08-07T00:39:10.086Z] 2db8c0228354: Layer already exists [2024-08-07T00:39:10.086Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:10.086Z] f063a3dc9058: Layer already exists [2024-08-07T00:39:10.086Z] 81335bd36eed: Layer already exists [2024-08-07T00:39:10.086Z] d9698c930530: Layer already exists [2024-08-07T00:39:10.086Z] 608e50d6963c: Layer already exists [2024-08-07T00:39:10.086Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:10.351Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:6c983d23f213ca50160a46f2dbd323ce9d81029bd988cad0b29430ddf92b1f4f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:10.702Z] + 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-08-07T00:39:11.043Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-08-07T00:39:11.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-07T00:39:11.043Z] ef555d490178: Preparing [2024-08-07T00:39:11.043Z] f063a3dc9058: Preparing [2024-08-07T00:39:11.043Z] 64921356d25e: Preparing [2024-08-07T00:39:11.043Z] 2db8c0228354: Preparing [2024-08-07T00:39:11.043Z] d18f20ca5c27: Preparing [2024-08-07T00:39:11.043Z] d9698c930530: Preparing [2024-08-07T00:39:11.043Z] 81335bd36eed: Preparing [2024-08-07T00:39:11.043Z] 608e50d6963c: Preparing [2024-08-07T00:39:11.043Z] 3c20671a5817: Preparing [2024-08-07T00:39:11.043Z] d9698c930530: Waiting [2024-08-07T00:39:11.043Z] 81335bd36eed: Waiting [2024-08-07T00:39:11.043Z] 608e50d6963c: Waiting [2024-08-07T00:39:11.043Z] 3c20671a5817: Waiting [2024-08-07T00:39:11.043Z] f063a3dc9058: Layer already exists [2024-08-07T00:39:11.043Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:11.043Z] 64921356d25e: Layer already exists [2024-08-07T00:39:11.043Z] 2db8c0228354: Layer already exists [2024-08-07T00:39:11.043Z] ef555d490178: Layer already exists [2024-08-07T00:39:11.043Z] 81335bd36eed: Layer already exists [2024-08-07T00:39:11.043Z] d9698c930530: Layer already exists [2024-08-07T00:39:11.043Z] 608e50d6963c: Layer already exists [2024-08-07T00:39:11.043Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:11.308Z] main: digest: sha256:6c983d23f213ca50160a46f2dbd323ce9d81029bd988cad0b29430ddf92b1f4f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:39:11.382Z] ===================================================== [Pipeline] echo [2024-08-07T00:39:11.392Z] taggedImages: [2024-08-07T00:39:11.392Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:39:11.392Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-08-07T00:39:11.392Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.46 [2024-08-07T00:39:11.392Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:39:11.392Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-08-07T00:39:11.413Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-08-07T00:39:11.413Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:39:11.413Z] latest [2024-08-07T00:39:11.413Z] 3.2.0-dev.46 [2024-08-07T00:39:11.413Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:39:11.413Z] main [2024-08-07T00:39:11.413Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:11.774Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:12.119Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:39:12.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-07T00:39:12.119Z] 82485bbe8886: Preparing [2024-08-07T00:39:12.119Z] 06d115e0a3bc: Preparing [2024-08-07T00:39:12.119Z] 0f91140e0a28: Preparing [2024-08-07T00:39:12.119Z] 8eb4d7b5d8ae: Preparing [2024-08-07T00:39:12.119Z] 337652037e14: Preparing [2024-08-07T00:39:12.119Z] d18f20ca5c27: Preparing [2024-08-07T00:39:12.119Z] d9698c930530: Preparing [2024-08-07T00:39:12.119Z] 41e84b4d0b0b: Preparing [2024-08-07T00:39:12.119Z] 345be7f7728a: Preparing [2024-08-07T00:39:12.119Z] fa500e4be905: Preparing [2024-08-07T00:39:12.119Z] 3c20671a5817: Preparing [2024-08-07T00:39:12.119Z] d9698c930530: Waiting [2024-08-07T00:39:12.119Z] 41e84b4d0b0b: Waiting [2024-08-07T00:39:12.119Z] 345be7f7728a: Waiting [2024-08-07T00:39:12.119Z] fa500e4be905: Waiting [2024-08-07T00:39:12.119Z] 3c20671a5817: Waiting [2024-08-07T00:39:12.119Z] d18f20ca5c27: Waiting [2024-08-07T00:39:12.386Z] 8eb4d7b5d8ae: Pushed [2024-08-07T00:39:12.386Z] 06d115e0a3bc: Pushed [2024-08-07T00:39:12.386Z] 82485bbe8886: Pushed [2024-08-07T00:39:12.386Z] 337652037e14: Pushed [2024-08-07T00:39:12.386Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:12.386Z] d9698c930530: Layer already exists [2024-08-07T00:39:12.650Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:12.650Z] 41e84b4d0b0b: Pushed [2024-08-07T00:39:12.650Z] 345be7f7728a: Pushed [2024-08-07T00:39:14.049Z] 0f91140e0a28: Pushed [2024-08-07T00:39:15.003Z] fa500e4be905: Pushed [2024-08-07T00:39:15.003Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:536de9fb77881f9d7ad37865811c3dc4ae1f9cb50d7e34f5765114ae4cc340a3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:15.353Z] + 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-08-07T00:39:15.699Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-08-07T00:39:15.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-07T00:39:15.699Z] 82485bbe8886: Preparing [2024-08-07T00:39:15.699Z] 06d115e0a3bc: Preparing [2024-08-07T00:39:15.699Z] 0f91140e0a28: Preparing [2024-08-07T00:39:15.699Z] 8eb4d7b5d8ae: Preparing [2024-08-07T00:39:15.699Z] 337652037e14: Preparing [2024-08-07T00:39:15.699Z] d18f20ca5c27: Preparing [2024-08-07T00:39:15.699Z] d9698c930530: Preparing [2024-08-07T00:39:15.699Z] 41e84b4d0b0b: Preparing [2024-08-07T00:39:15.699Z] 345be7f7728a: Preparing [2024-08-07T00:39:15.699Z] fa500e4be905: Preparing [2024-08-07T00:39:15.699Z] 3c20671a5817: Preparing [2024-08-07T00:39:15.699Z] d18f20ca5c27: Waiting [2024-08-07T00:39:15.699Z] d9698c930530: Waiting [2024-08-07T00:39:15.699Z] 41e84b4d0b0b: Waiting [2024-08-07T00:39:15.699Z] 345be7f7728a: Waiting [2024-08-07T00:39:15.699Z] fa500e4be905: Waiting [2024-08-07T00:39:15.699Z] 3c20671a5817: Waiting [2024-08-07T00:39:15.699Z] 337652037e14: Layer already exists [2024-08-07T00:39:15.699Z] 0f91140e0a28: Layer already exists [2024-08-07T00:39:15.699Z] 06d115e0a3bc: Layer already exists [2024-08-07T00:39:15.699Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:15.699Z] 82485bbe8886: Layer already exists [2024-08-07T00:39:15.699Z] 8eb4d7b5d8ae: Layer already exists [2024-08-07T00:39:15.699Z] 41e84b4d0b0b: Layer already exists [2024-08-07T00:39:15.699Z] d9698c930530: Layer already exists [2024-08-07T00:39:15.699Z] fa500e4be905: Layer already exists [2024-08-07T00:39:15.699Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:15.699Z] 345be7f7728a: Layer already exists [2024-08-07T00:39:15.964Z] latest: digest: sha256:536de9fb77881f9d7ad37865811c3dc4ae1f9cb50d7e34f5765114ae4cc340a3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:16.313Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:16.661Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.46 [2024-08-07T00:39:16.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-07T00:39:16.661Z] 82485bbe8886: Preparing [2024-08-07T00:39:16.661Z] 06d115e0a3bc: Preparing [2024-08-07T00:39:16.661Z] 0f91140e0a28: Preparing [2024-08-07T00:39:16.661Z] 8eb4d7b5d8ae: Preparing [2024-08-07T00:39:16.661Z] 337652037e14: Preparing [2024-08-07T00:39:16.661Z] d18f20ca5c27: Preparing [2024-08-07T00:39:16.661Z] d9698c930530: Preparing [2024-08-07T00:39:16.661Z] 41e84b4d0b0b: Preparing [2024-08-07T00:39:16.661Z] 345be7f7728a: Preparing [2024-08-07T00:39:16.661Z] fa500e4be905: Preparing [2024-08-07T00:39:16.661Z] 3c20671a5817: Preparing [2024-08-07T00:39:16.661Z] d18f20ca5c27: Waiting [2024-08-07T00:39:16.661Z] d9698c930530: Waiting [2024-08-07T00:39:16.661Z] fa500e4be905: Waiting [2024-08-07T00:39:16.661Z] 41e84b4d0b0b: Waiting [2024-08-07T00:39:16.661Z] 3c20671a5817: Waiting [2024-08-07T00:39:16.661Z] 345be7f7728a: Waiting [2024-08-07T00:39:16.661Z] 82485bbe8886: Layer already exists [2024-08-07T00:39:16.661Z] 337652037e14: Layer already exists [2024-08-07T00:39:16.661Z] 06d115e0a3bc: Layer already exists [2024-08-07T00:39:16.661Z] 8eb4d7b5d8ae: Layer already exists [2024-08-07T00:39:16.661Z] 0f91140e0a28: Layer already exists [2024-08-07T00:39:16.661Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:16.661Z] d9698c930530: Layer already exists [2024-08-07T00:39:16.661Z] 41e84b4d0b0b: Layer already exists [2024-08-07T00:39:16.661Z] 345be7f7728a: Layer already exists [2024-08-07T00:39:16.661Z] fa500e4be905: Layer already exists [2024-08-07T00:39:16.661Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:16.925Z] 3.2.0-dev.46: digest: sha256:536de9fb77881f9d7ad37865811c3dc4ae1f9cb50d7e34f5765114ae4cc340a3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:17.268Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:17.611Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:39:17.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-07T00:39:17.611Z] 82485bbe8886: Preparing [2024-08-07T00:39:17.611Z] 06d115e0a3bc: Preparing [2024-08-07T00:39:17.611Z] 0f91140e0a28: Preparing [2024-08-07T00:39:17.611Z] 8eb4d7b5d8ae: Preparing [2024-08-07T00:39:17.611Z] 337652037e14: Preparing [2024-08-07T00:39:17.611Z] d18f20ca5c27: Preparing [2024-08-07T00:39:17.611Z] d9698c930530: Preparing [2024-08-07T00:39:17.611Z] 41e84b4d0b0b: Preparing [2024-08-07T00:39:17.611Z] 345be7f7728a: Preparing [2024-08-07T00:39:17.611Z] fa500e4be905: Preparing [2024-08-07T00:39:17.611Z] 3c20671a5817: Preparing [2024-08-07T00:39:17.611Z] d18f20ca5c27: Waiting [2024-08-07T00:39:17.611Z] d9698c930530: Waiting [2024-08-07T00:39:17.611Z] 41e84b4d0b0b: Waiting [2024-08-07T00:39:17.611Z] 345be7f7728a: Waiting [2024-08-07T00:39:17.611Z] fa500e4be905: Waiting [2024-08-07T00:39:17.611Z] 337652037e14: Layer already exists [2024-08-07T00:39:17.611Z] 8eb4d7b5d8ae: Layer already exists [2024-08-07T00:39:17.611Z] 06d115e0a3bc: Layer already exists [2024-08-07T00:39:17.611Z] 82485bbe8886: Layer already exists [2024-08-07T00:39:17.611Z] 0f91140e0a28: Layer already exists [2024-08-07T00:39:17.611Z] 41e84b4d0b0b: Layer already exists [2024-08-07T00:39:17.611Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:17.611Z] d9698c930530: Layer already exists [2024-08-07T00:39:17.611Z] fa500e4be905: Layer already exists [2024-08-07T00:39:17.611Z] 345be7f7728a: Layer already exists [2024-08-07T00:39:17.611Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:17.878Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:536de9fb77881f9d7ad37865811c3dc4ae1f9cb50d7e34f5765114ae4cc340a3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:18.235Z] + 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-08-07T00:39:18.579Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-08-07T00:39:18.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-07T00:39:18.579Z] 82485bbe8886: Preparing [2024-08-07T00:39:18.579Z] 06d115e0a3bc: Preparing [2024-08-07T00:39:18.579Z] 0f91140e0a28: Preparing [2024-08-07T00:39:18.579Z] 8eb4d7b5d8ae: Preparing [2024-08-07T00:39:18.579Z] 337652037e14: Preparing [2024-08-07T00:39:18.579Z] d18f20ca5c27: Preparing [2024-08-07T00:39:18.579Z] d9698c930530: Preparing [2024-08-07T00:39:18.579Z] 41e84b4d0b0b: Preparing [2024-08-07T00:39:18.579Z] 345be7f7728a: Preparing [2024-08-07T00:39:18.579Z] fa500e4be905: Preparing [2024-08-07T00:39:18.579Z] 3c20671a5817: Preparing [2024-08-07T00:39:18.579Z] d9698c930530: Waiting [2024-08-07T00:39:18.579Z] 41e84b4d0b0b: Waiting [2024-08-07T00:39:18.579Z] 345be7f7728a: Waiting [2024-08-07T00:39:18.579Z] fa500e4be905: Waiting [2024-08-07T00:39:18.579Z] 3c20671a5817: Waiting [2024-08-07T00:39:18.579Z] d18f20ca5c27: Waiting [2024-08-07T00:39:18.579Z] 337652037e14: Layer already exists [2024-08-07T00:39:18.579Z] 06d115e0a3bc: Layer already exists [2024-08-07T00:39:18.579Z] 0f91140e0a28: Layer already exists [2024-08-07T00:39:18.579Z] 82485bbe8886: Layer already exists [2024-08-07T00:39:18.579Z] 8eb4d7b5d8ae: Layer already exists [2024-08-07T00:39:18.579Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:18.579Z] d9698c930530: Layer already exists [2024-08-07T00:39:18.579Z] fa500e4be905: Layer already exists [2024-08-07T00:39:18.579Z] 41e84b4d0b0b: Layer already exists [2024-08-07T00:39:18.579Z] 345be7f7728a: Layer already exists [2024-08-07T00:39:18.579Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:18.843Z] main: digest: sha256:536de9fb77881f9d7ad37865811c3dc4ae1f9cb50d7e34f5765114ae4cc340a3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:39:18.915Z] ===================================================== [Pipeline] echo [2024-08-07T00:39:18.930Z] taggedImages: [2024-08-07T00:39:18.930Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:39:18.930Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-08-07T00:39:18.930Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.46 [2024-08-07T00:39:18.930Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:39:18.930Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-08-07T00:39:18.958Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-08-07T00:39:18.958Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:39:18.958Z] latest [2024-08-07T00:39:18.958Z] 3.2.0-dev.46 [2024-08-07T00:39:18.958Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:39:18.958Z] main [2024-08-07T00:39:18.958Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:19.314Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:19.655Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:39:19.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-07T00:39:19.655Z] 06c45f579d96: Preparing [2024-08-07T00:39:19.655Z] ca186b2b922a: Preparing [2024-08-07T00:39:19.655Z] 1a43bb6d8b58: Preparing [2024-08-07T00:39:19.655Z] 8858df2ce1fe: Preparing [2024-08-07T00:39:19.655Z] c92ed69b6f81: Preparing [2024-08-07T00:39:19.655Z] aae9b8f69b2d: Preparing [2024-08-07T00:39:19.655Z] 396fdd8b51df: Preparing [2024-08-07T00:39:19.655Z] d18f20ca5c27: Preparing [2024-08-07T00:39:19.655Z] d9698c930530: Preparing [2024-08-07T00:39:19.655Z] 7a7556fdcc2e: Preparing [2024-08-07T00:39:19.655Z] e2ebad52a2ec: Preparing [2024-08-07T00:39:19.655Z] 3c20671a5817: Preparing [2024-08-07T00:39:19.655Z] d9698c930530: Waiting [2024-08-07T00:39:19.655Z] aae9b8f69b2d: Waiting [2024-08-07T00:39:19.655Z] 7a7556fdcc2e: Waiting [2024-08-07T00:39:19.655Z] 396fdd8b51df: Waiting [2024-08-07T00:39:19.655Z] e2ebad52a2ec: Waiting [2024-08-07T00:39:19.655Z] d18f20ca5c27: Waiting [2024-08-07T00:39:19.655Z] 3c20671a5817: Waiting [2024-08-07T00:39:19.920Z] ca186b2b922a: Pushed [2024-08-07T00:39:19.920Z] c92ed69b6f81: Pushed [2024-08-07T00:39:19.920Z] 06c45f579d96: Pushed [2024-08-07T00:39:19.920Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:19.920Z] d9698c930530: Layer already exists [2024-08-07T00:39:19.920Z] aae9b8f69b2d: Pushed [2024-08-07T00:39:20.184Z] 396fdd8b51df: Pushed [2024-08-07T00:39:20.185Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:20.185Z] 7a7556fdcc2e: Pushed [2024-08-07T00:39:22.117Z] 8858df2ce1fe: Pushed [2024-08-07T00:39:22.381Z] 1a43bb6d8b58: Pushed [2024-08-07T00:39:22.645Z] e2ebad52a2ec: Pushed [2024-08-07T00:39:22.909Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:6c94b16abd67aa0b84f37e7e6eb1333d43f55840ba1e2da264877efb0b23ad63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:23.265Z] + 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-08-07T00:39:23.604Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-08-07T00:39:23.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-07T00:39:23.604Z] 06c45f579d96: Preparing [2024-08-07T00:39:23.604Z] ca186b2b922a: Preparing [2024-08-07T00:39:23.604Z] 1a43bb6d8b58: Preparing [2024-08-07T00:39:23.604Z] 8858df2ce1fe: Preparing [2024-08-07T00:39:23.604Z] c92ed69b6f81: Preparing [2024-08-07T00:39:23.604Z] aae9b8f69b2d: Preparing [2024-08-07T00:39:23.604Z] 396fdd8b51df: Preparing [2024-08-07T00:39:23.604Z] d18f20ca5c27: Preparing [2024-08-07T00:39:23.604Z] d9698c930530: Preparing [2024-08-07T00:39:23.604Z] 7a7556fdcc2e: Preparing [2024-08-07T00:39:23.604Z] e2ebad52a2ec: Preparing [2024-08-07T00:39:23.604Z] 3c20671a5817: Preparing [2024-08-07T00:39:23.604Z] 396fdd8b51df: Waiting [2024-08-07T00:39:23.604Z] d18f20ca5c27: Waiting [2024-08-07T00:39:23.604Z] d9698c930530: Waiting [2024-08-07T00:39:23.604Z] 7a7556fdcc2e: Waiting [2024-08-07T00:39:23.604Z] e2ebad52a2ec: Waiting [2024-08-07T00:39:23.604Z] 3c20671a5817: Waiting [2024-08-07T00:39:23.604Z] aae9b8f69b2d: Waiting [2024-08-07T00:39:23.604Z] 1a43bb6d8b58: Layer already exists [2024-08-07T00:39:23.604Z] c92ed69b6f81: Layer already exists [2024-08-07T00:39:23.604Z] 06c45f579d96: Layer already exists [2024-08-07T00:39:23.604Z] ca186b2b922a: Layer already exists [2024-08-07T00:39:23.604Z] 8858df2ce1fe: Layer already exists [2024-08-07T00:39:23.604Z] d9698c930530: Layer already exists [2024-08-07T00:39:23.604Z] 396fdd8b51df: Layer already exists [2024-08-07T00:39:23.604Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:23.604Z] aae9b8f69b2d: Layer already exists [2024-08-07T00:39:23.604Z] 7a7556fdcc2e: Layer already exists [2024-08-07T00:39:23.604Z] e2ebad52a2ec: Layer already exists [2024-08-07T00:39:23.604Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:23.873Z] latest: digest: sha256:6c94b16abd67aa0b84f37e7e6eb1333d43f55840ba1e2da264877efb0b23ad63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:24.228Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:24.575Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.46 [2024-08-07T00:39:24.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-07T00:39:24.575Z] 06c45f579d96: Preparing [2024-08-07T00:39:24.575Z] ca186b2b922a: Preparing [2024-08-07T00:39:24.575Z] 1a43bb6d8b58: Preparing [2024-08-07T00:39:24.575Z] 8858df2ce1fe: Preparing [2024-08-07T00:39:24.575Z] c92ed69b6f81: Preparing [2024-08-07T00:39:24.575Z] aae9b8f69b2d: Preparing [2024-08-07T00:39:24.575Z] 396fdd8b51df: Preparing [2024-08-07T00:39:24.575Z] d18f20ca5c27: Preparing [2024-08-07T00:39:24.575Z] d9698c930530: Preparing [2024-08-07T00:39:24.575Z] 7a7556fdcc2e: Preparing [2024-08-07T00:39:24.575Z] e2ebad52a2ec: Preparing [2024-08-07T00:39:24.575Z] 3c20671a5817: Preparing [2024-08-07T00:39:24.575Z] 396fdd8b51df: Waiting [2024-08-07T00:39:24.575Z] d18f20ca5c27: Waiting [2024-08-07T00:39:24.575Z] d9698c930530: Waiting [2024-08-07T00:39:24.575Z] 7a7556fdcc2e: Waiting [2024-08-07T00:39:24.575Z] e2ebad52a2ec: Waiting [2024-08-07T00:39:24.575Z] 3c20671a5817: Waiting [2024-08-07T00:39:24.575Z] aae9b8f69b2d: Waiting [2024-08-07T00:39:24.575Z] 8858df2ce1fe: Layer already exists [2024-08-07T00:39:24.575Z] 06c45f579d96: Layer already exists [2024-08-07T00:39:24.575Z] ca186b2b922a: Layer already exists [2024-08-07T00:39:24.575Z] c92ed69b6f81: Layer already exists [2024-08-07T00:39:24.575Z] 1a43bb6d8b58: Layer already exists [2024-08-07T00:39:24.575Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:24.575Z] aae9b8f69b2d: Layer already exists [2024-08-07T00:39:24.575Z] d9698c930530: Layer already exists [2024-08-07T00:39:24.575Z] 7a7556fdcc2e: Layer already exists [2024-08-07T00:39:24.575Z] 396fdd8b51df: Layer already exists [2024-08-07T00:39:24.575Z] e2ebad52a2ec: Layer already exists [2024-08-07T00:39:24.575Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:24.841Z] 3.2.0-dev.46: digest: sha256:6c94b16abd67aa0b84f37e7e6eb1333d43f55840ba1e2da264877efb0b23ad63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:25.199Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:25.552Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:39:25.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-07T00:39:25.552Z] 06c45f579d96: Preparing [2024-08-07T00:39:25.552Z] ca186b2b922a: Preparing [2024-08-07T00:39:25.552Z] 1a43bb6d8b58: Preparing [2024-08-07T00:39:25.552Z] 8858df2ce1fe: Preparing [2024-08-07T00:39:25.552Z] c92ed69b6f81: Preparing [2024-08-07T00:39:25.552Z] aae9b8f69b2d: Preparing [2024-08-07T00:39:25.552Z] 396fdd8b51df: Preparing [2024-08-07T00:39:25.552Z] d18f20ca5c27: Preparing [2024-08-07T00:39:25.552Z] d9698c930530: Preparing [2024-08-07T00:39:25.552Z] 7a7556fdcc2e: Preparing [2024-08-07T00:39:25.552Z] e2ebad52a2ec: Preparing [2024-08-07T00:39:25.552Z] 3c20671a5817: Preparing [2024-08-07T00:39:25.552Z] aae9b8f69b2d: Waiting [2024-08-07T00:39:25.552Z] 396fdd8b51df: Waiting [2024-08-07T00:39:25.552Z] d18f20ca5c27: Waiting [2024-08-07T00:39:25.552Z] d9698c930530: Waiting [2024-08-07T00:39:25.552Z] 3c20671a5817: Waiting [2024-08-07T00:39:25.552Z] 7a7556fdcc2e: Waiting [2024-08-07T00:39:25.552Z] e2ebad52a2ec: Waiting [2024-08-07T00:39:25.552Z] 1a43bb6d8b58: Layer already exists [2024-08-07T00:39:25.552Z] 8858df2ce1fe: Layer already exists [2024-08-07T00:39:25.552Z] ca186b2b922a: Layer already exists [2024-08-07T00:39:25.552Z] c92ed69b6f81: Layer already exists [2024-08-07T00:39:25.552Z] 06c45f579d96: Layer already exists [2024-08-07T00:39:25.552Z] aae9b8f69b2d: Layer already exists [2024-08-07T00:39:25.552Z] d9698c930530: Layer already exists [2024-08-07T00:39:25.552Z] 7a7556fdcc2e: Layer already exists [2024-08-07T00:39:25.552Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:25.552Z] 396fdd8b51df: Layer already exists [2024-08-07T00:39:25.552Z] e2ebad52a2ec: Layer already exists [2024-08-07T00:39:25.552Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:25.816Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:6c94b16abd67aa0b84f37e7e6eb1333d43f55840ba1e2da264877efb0b23ad63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:26.163Z] + 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-08-07T00:39:26.508Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-08-07T00:39:26.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-07T00:39:26.508Z] 06c45f579d96: Preparing [2024-08-07T00:39:26.508Z] ca186b2b922a: Preparing [2024-08-07T00:39:26.508Z] 1a43bb6d8b58: Preparing [2024-08-07T00:39:26.508Z] 8858df2ce1fe: Preparing [2024-08-07T00:39:26.508Z] c92ed69b6f81: Preparing [2024-08-07T00:39:26.508Z] aae9b8f69b2d: Preparing [2024-08-07T00:39:26.508Z] 396fdd8b51df: Preparing [2024-08-07T00:39:26.508Z] aae9b8f69b2d: Waiting [2024-08-07T00:39:26.508Z] d18f20ca5c27: Preparing [2024-08-07T00:39:26.508Z] 396fdd8b51df: Waiting [2024-08-07T00:39:26.508Z] d9698c930530: Preparing [2024-08-07T00:39:26.508Z] d18f20ca5c27: Waiting [2024-08-07T00:39:26.508Z] d9698c930530: Waiting [2024-08-07T00:39:26.508Z] 7a7556fdcc2e: Preparing [2024-08-07T00:39:26.508Z] e2ebad52a2ec: Preparing [2024-08-07T00:39:26.508Z] 7a7556fdcc2e: Waiting [2024-08-07T00:39:26.508Z] 3c20671a5817: Preparing [2024-08-07T00:39:26.508Z] e2ebad52a2ec: Waiting [2024-08-07T00:39:26.508Z] 3c20671a5817: Waiting [2024-08-07T00:39:26.508Z] 1a43bb6d8b58: Layer already exists [2024-08-07T00:39:26.508Z] 8858df2ce1fe: Layer already exists [2024-08-07T00:39:26.508Z] ca186b2b922a: Layer already exists [2024-08-07T00:39:26.508Z] c92ed69b6f81: Layer already exists [2024-08-07T00:39:26.508Z] 06c45f579d96: Layer already exists [2024-08-07T00:39:26.508Z] 396fdd8b51df: Layer already exists [2024-08-07T00:39:26.508Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:26.508Z] aae9b8f69b2d: Layer already exists [2024-08-07T00:39:26.508Z] d9698c930530: Layer already exists [2024-08-07T00:39:26.508Z] 7a7556fdcc2e: Layer already exists [2024-08-07T00:39:26.508Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:26.508Z] e2ebad52a2ec: Layer already exists [2024-08-07T00:39:26.773Z] main: digest: sha256:6c94b16abd67aa0b84f37e7e6eb1333d43f55840ba1e2da264877efb0b23ad63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:39:26.851Z] ===================================================== [Pipeline] echo [2024-08-07T00:39:26.867Z] taggedImages: [2024-08-07T00:39:26.867Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:39:26.867Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-08-07T00:39:26.867Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.46 [2024-08-07T00:39:26.867Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:39:26.867Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-08-07T00:39:26.890Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-08-07T00:39:26.891Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:39:26.891Z] latest [2024-08-07T00:39:26.891Z] 3.2.0-dev.46 [2024-08-07T00:39:26.891Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:39:26.891Z] main [2024-08-07T00:39:26.891Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:27.263Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:27.610Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:39:27.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-07T00:39:27.610Z] acfe41e0f34f: Preparing [2024-08-07T00:39:27.610Z] 6e3d3d7ffa0a: Preparing [2024-08-07T00:39:27.610Z] d18f20ca5c27: Preparing [2024-08-07T00:39:27.610Z] d9698c930530: Preparing [2024-08-07T00:39:27.610Z] 063bd763a4a6: Preparing [2024-08-07T00:39:27.610Z] 4b36437bece7: Preparing [2024-08-07T00:39:27.610Z] 3c20671a5817: Preparing [2024-08-07T00:39:27.610Z] 3c20671a5817: Waiting [2024-08-07T00:39:27.610Z] 4b36437bece7: Waiting [2024-08-07T00:39:27.610Z] d9698c930530: Layer already exists [2024-08-07T00:39:27.610Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:27.875Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:27.875Z] acfe41e0f34f: Pushed [2024-08-07T00:39:27.875Z] 063bd763a4a6: Pushed [2024-08-07T00:39:29.807Z] 4b36437bece7: Pushed [2024-08-07T00:39:31.202Z] 6e3d3d7ffa0a: Pushed [2024-08-07T00:39:31.466Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:94405158943981d9805d8992a587f59f488730408492bec6e12163a726522ef6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:31.820Z] + 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-08-07T00:39:32.170Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-08-07T00:39:32.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-07T00:39:32.170Z] acfe41e0f34f: Preparing [2024-08-07T00:39:32.170Z] 6e3d3d7ffa0a: Preparing [2024-08-07T00:39:32.170Z] d18f20ca5c27: Preparing [2024-08-07T00:39:32.170Z] d9698c930530: Preparing [2024-08-07T00:39:32.170Z] 063bd763a4a6: Preparing [2024-08-07T00:39:32.170Z] 4b36437bece7: Preparing [2024-08-07T00:39:32.170Z] 3c20671a5817: Preparing [2024-08-07T00:39:32.170Z] 4b36437bece7: Waiting [2024-08-07T00:39:32.170Z] 3c20671a5817: Waiting [2024-08-07T00:39:32.170Z] d9698c930530: Layer already exists [2024-08-07T00:39:32.170Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:32.170Z] 063bd763a4a6: Layer already exists [2024-08-07T00:39:32.170Z] acfe41e0f34f: Layer already exists [2024-08-07T00:39:32.170Z] 6e3d3d7ffa0a: Layer already exists [2024-08-07T00:39:32.170Z] 4b36437bece7: Layer already exists [2024-08-07T00:39:32.170Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:32.170Z] latest: digest: sha256:94405158943981d9805d8992a587f59f488730408492bec6e12163a726522ef6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:32.793Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:33.144Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.46 [2024-08-07T00:39:33.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-07T00:39:33.144Z] acfe41e0f34f: Preparing [2024-08-07T00:39:33.144Z] 6e3d3d7ffa0a: Preparing [2024-08-07T00:39:33.144Z] d18f20ca5c27: Preparing [2024-08-07T00:39:33.144Z] d9698c930530: Preparing [2024-08-07T00:39:33.144Z] 063bd763a4a6: Preparing [2024-08-07T00:39:33.144Z] 4b36437bece7: Preparing [2024-08-07T00:39:33.144Z] 3c20671a5817: Preparing [2024-08-07T00:39:33.144Z] 4b36437bece7: Waiting [2024-08-07T00:39:33.144Z] 3c20671a5817: Waiting [2024-08-07T00:39:33.144Z] 6e3d3d7ffa0a: Layer already exists [2024-08-07T00:39:33.144Z] 063bd763a4a6: Layer already exists [2024-08-07T00:39:33.144Z] d9698c930530: Layer already exists [2024-08-07T00:39:33.144Z] acfe41e0f34f: Layer already exists [2024-08-07T00:39:33.144Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:33.144Z] 4b36437bece7: Layer already exists [2024-08-07T00:39:33.144Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:33.409Z] 3.2.0-dev.46: digest: sha256:94405158943981d9805d8992a587f59f488730408492bec6e12163a726522ef6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:33.750Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:34.127Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:39:34.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-07T00:39:34.127Z] acfe41e0f34f: Preparing [2024-08-07T00:39:34.127Z] 6e3d3d7ffa0a: Preparing [2024-08-07T00:39:34.127Z] d18f20ca5c27: Preparing [2024-08-07T00:39:34.127Z] d9698c930530: Preparing [2024-08-07T00:39:34.127Z] 063bd763a4a6: Preparing [2024-08-07T00:39:34.127Z] 4b36437bece7: Preparing [2024-08-07T00:39:34.127Z] 3c20671a5817: Preparing [2024-08-07T00:39:34.127Z] 4b36437bece7: Waiting [2024-08-07T00:39:34.127Z] 3c20671a5817: Waiting [2024-08-07T00:39:34.127Z] 063bd763a4a6: Layer already exists [2024-08-07T00:39:34.127Z] 6e3d3d7ffa0a: Layer already exists [2024-08-07T00:39:34.127Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:34.127Z] d9698c930530: Layer already exists [2024-08-07T00:39:34.127Z] acfe41e0f34f: Layer already exists [2024-08-07T00:39:34.127Z] 4b36437bece7: Layer already exists [2024-08-07T00:39:34.127Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:34.393Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:94405158943981d9805d8992a587f59f488730408492bec6e12163a726522ef6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:34.736Z] + 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-08-07T00:39:35.075Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-08-07T00:39:35.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-07T00:39:35.075Z] acfe41e0f34f: Preparing [2024-08-07T00:39:35.075Z] 6e3d3d7ffa0a: Preparing [2024-08-07T00:39:35.075Z] d18f20ca5c27: Preparing [2024-08-07T00:39:35.075Z] d9698c930530: Preparing [2024-08-07T00:39:35.075Z] 063bd763a4a6: Preparing [2024-08-07T00:39:35.075Z] 4b36437bece7: Preparing [2024-08-07T00:39:35.075Z] 3c20671a5817: Preparing [2024-08-07T00:39:35.075Z] 4b36437bece7: Waiting [2024-08-07T00:39:35.075Z] 3c20671a5817: Waiting [2024-08-07T00:39:35.075Z] acfe41e0f34f: Layer already exists [2024-08-07T00:39:35.075Z] d9698c930530: Layer already exists [2024-08-07T00:39:35.075Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:35.075Z] 6e3d3d7ffa0a: Layer already exists [2024-08-07T00:39:35.075Z] 063bd763a4a6: Layer already exists [2024-08-07T00:39:35.075Z] 4b36437bece7: Layer already exists [2024-08-07T00:39:35.075Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:35.351Z] main: digest: sha256:94405158943981d9805d8992a587f59f488730408492bec6e12163a726522ef6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:39:35.426Z] ===================================================== [Pipeline] echo [2024-08-07T00:39:35.442Z] taggedImages: [2024-08-07T00:39:35.442Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:39:35.442Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-08-07T00:39:35.442Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.46 [2024-08-07T00:39:35.442Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:39:35.442Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-08-07T00:39:35.467Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-08-07T00:39:35.467Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:39:35.467Z] latest [2024-08-07T00:39:35.467Z] 3.2.0-dev.46 [2024-08-07T00:39:35.467Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:39:35.467Z] main [2024-08-07T00:39:35.467Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:35.849Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:39:36.245Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:39:36.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-07T00:39:36.245Z] 2c853db47bfc: Preparing [2024-08-07T00:39:36.245Z] a0171018684b: Preparing [2024-08-07T00:39:36.245Z] 935ba178f9ab: Preparing [2024-08-07T00:39:36.245Z] d18f20ca5c27: Preparing [2024-08-07T00:39:36.245Z] d9698c930530: Preparing [2024-08-07T00:39:36.245Z] f83bb592fa11: Preparing [2024-08-07T00:39:36.245Z] a540919c9a5d: Preparing [2024-08-07T00:39:36.245Z] acea31d5ee9b: Preparing [2024-08-07T00:39:36.245Z] f754c8980fe8: Preparing [2024-08-07T00:39:36.245Z] 3c20671a5817: Preparing [2024-08-07T00:39:36.245Z] a540919c9a5d: Waiting [2024-08-07T00:39:36.245Z] f754c8980fe8: Waiting [2024-08-07T00:39:36.245Z] 3c20671a5817: Waiting [2024-08-07T00:39:36.245Z] acea31d5ee9b: Waiting [2024-08-07T00:39:36.245Z] f83bb592fa11: Waiting [2024-08-07T00:39:36.245Z] d9698c930530: Layer already exists [2024-08-07T00:39:36.245Z] d18f20ca5c27: Layer already exists [2024-08-07T00:39:36.527Z] a0171018684b: Pushed [2024-08-07T00:39:36.527Z] 2c853db47bfc: Pushed [2024-08-07T00:39:36.527Z] 935ba178f9ab: Pushed [2024-08-07T00:39:36.527Z] 3c20671a5817: Layer already exists [2024-08-07T00:39:36.527Z] acea31d5ee9b: Pushed [2024-08-07T00:39:37.477Z] f754c8980fe8: Pushed [2024-08-07T00:39:49.757Z] a540919c9a5d: Pushed [2024-08-07T00:40:01.417Z] f83bb592fa11: Pushed [2024-08-07T00:40:01.417Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:4a258c67f85dcf96e6d4cd125aaab17cb9e8ca11c5cca046e1fe4c94949328ed size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:01.755Z] + 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-08-07T00:40:02.096Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-08-07T00:40:02.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-07T00:40:02.096Z] 2c853db47bfc: Preparing [2024-08-07T00:40:02.096Z] a0171018684b: Preparing [2024-08-07T00:40:02.096Z] 935ba178f9ab: Preparing [2024-08-07T00:40:02.096Z] d18f20ca5c27: Preparing [2024-08-07T00:40:02.096Z] d9698c930530: Preparing [2024-08-07T00:40:02.096Z] f83bb592fa11: Preparing [2024-08-07T00:40:02.096Z] a540919c9a5d: Preparing [2024-08-07T00:40:02.096Z] acea31d5ee9b: Preparing [2024-08-07T00:40:02.096Z] f754c8980fe8: Preparing [2024-08-07T00:40:02.096Z] 3c20671a5817: Preparing [2024-08-07T00:40:02.096Z] acea31d5ee9b: Waiting [2024-08-07T00:40:02.096Z] f754c8980fe8: Waiting [2024-08-07T00:40:02.096Z] f83bb592fa11: Waiting [2024-08-07T00:40:02.096Z] a540919c9a5d: Waiting [2024-08-07T00:40:02.096Z] 3c20671a5817: Waiting [2024-08-07T00:40:02.096Z] 2c853db47bfc: Layer already exists [2024-08-07T00:40:02.096Z] a0171018684b: Layer already exists [2024-08-07T00:40:02.096Z] 935ba178f9ab: Layer already exists [2024-08-07T00:40:02.096Z] d18f20ca5c27: Layer already exists [2024-08-07T00:40:02.096Z] d9698c930530: Layer already exists [2024-08-07T00:40:02.096Z] acea31d5ee9b: Layer already exists [2024-08-07T00:40:02.096Z] a540919c9a5d: Layer already exists [2024-08-07T00:40:02.096Z] f83bb592fa11: Layer already exists [2024-08-07T00:40:02.096Z] f754c8980fe8: Layer already exists [2024-08-07T00:40:02.096Z] 3c20671a5817: Layer already exists [2024-08-07T00:40:02.359Z] latest: digest: sha256:4a258c67f85dcf96e6d4cd125aaab17cb9e8ca11c5cca046e1fe4c94949328ed size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:02.704Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:03.042Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.46 [2024-08-07T00:40:03.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-07T00:40:03.042Z] 2c853db47bfc: Preparing [2024-08-07T00:40:03.042Z] a0171018684b: Preparing [2024-08-07T00:40:03.042Z] 935ba178f9ab: Preparing [2024-08-07T00:40:03.042Z] d18f20ca5c27: Preparing [2024-08-07T00:40:03.042Z] d9698c930530: Preparing [2024-08-07T00:40:03.042Z] f83bb592fa11: Preparing [2024-08-07T00:40:03.042Z] a540919c9a5d: Preparing [2024-08-07T00:40:03.042Z] acea31d5ee9b: Preparing [2024-08-07T00:40:03.042Z] f754c8980fe8: Preparing [2024-08-07T00:40:03.042Z] 3c20671a5817: Preparing [2024-08-07T00:40:03.042Z] acea31d5ee9b: Waiting [2024-08-07T00:40:03.042Z] f754c8980fe8: Waiting [2024-08-07T00:40:03.042Z] f83bb592fa11: Waiting [2024-08-07T00:40:03.042Z] a540919c9a5d: Waiting [2024-08-07T00:40:03.042Z] 3c20671a5817: Waiting [2024-08-07T00:40:03.042Z] 935ba178f9ab: Layer already exists [2024-08-07T00:40:03.042Z] 2c853db47bfc: Layer already exists [2024-08-07T00:40:03.042Z] d18f20ca5c27: Layer already exists [2024-08-07T00:40:03.042Z] a0171018684b: Layer already exists [2024-08-07T00:40:03.042Z] d9698c930530: Layer already exists [2024-08-07T00:40:03.042Z] f83bb592fa11: Layer already exists [2024-08-07T00:40:03.042Z] a540919c9a5d: Layer already exists [2024-08-07T00:40:03.042Z] f754c8980fe8: Layer already exists [2024-08-07T00:40:03.042Z] acea31d5ee9b: Layer already exists [2024-08-07T00:40:03.042Z] 3c20671a5817: Layer already exists [2024-08-07T00:40:03.304Z] 3.2.0-dev.46: digest: sha256:4a258c67f85dcf96e6d4cd125aaab17cb9e8ca11c5cca046e1fe4c94949328ed size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:03.644Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:04.003Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:40:04.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-07T00:40:04.004Z] 2c853db47bfc: Preparing [2024-08-07T00:40:04.004Z] a0171018684b: Preparing [2024-08-07T00:40:04.004Z] 935ba178f9ab: Preparing [2024-08-07T00:40:04.004Z] d18f20ca5c27: Preparing [2024-08-07T00:40:04.004Z] d9698c930530: Preparing [2024-08-07T00:40:04.004Z] f83bb592fa11: Preparing [2024-08-07T00:40:04.004Z] a540919c9a5d: Preparing [2024-08-07T00:40:04.004Z] f83bb592fa11: Waiting [2024-08-07T00:40:04.004Z] acea31d5ee9b: Preparing [2024-08-07T00:40:04.004Z] f754c8980fe8: Preparing [2024-08-07T00:40:04.004Z] 3c20671a5817: Preparing [2024-08-07T00:40:04.004Z] acea31d5ee9b: Waiting [2024-08-07T00:40:04.004Z] f754c8980fe8: Waiting [2024-08-07T00:40:04.004Z] 3c20671a5817: Waiting [2024-08-07T00:40:04.004Z] a540919c9a5d: Waiting [2024-08-07T00:40:04.004Z] d9698c930530: Layer already exists [2024-08-07T00:40:04.004Z] 2c853db47bfc: Layer already exists [2024-08-07T00:40:04.004Z] a0171018684b: Layer already exists [2024-08-07T00:40:04.004Z] d18f20ca5c27: Layer already exists [2024-08-07T00:40:04.004Z] 935ba178f9ab: Layer already exists [2024-08-07T00:40:04.004Z] f83bb592fa11: Layer already exists [2024-08-07T00:40:04.004Z] acea31d5ee9b: Layer already exists [2024-08-07T00:40:04.004Z] 3c20671a5817: Layer already exists [2024-08-07T00:40:04.004Z] a540919c9a5d: Layer already exists [2024-08-07T00:40:04.004Z] f754c8980fe8: Layer already exists [2024-08-07T00:40:04.268Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:4a258c67f85dcf96e6d4cd125aaab17cb9e8ca11c5cca046e1fe4c94949328ed size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:04.618Z] + 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-08-07T00:40:04.965Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-08-07T00:40:04.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-07T00:40:04.965Z] 2c853db47bfc: Preparing [2024-08-07T00:40:04.965Z] a0171018684b: Preparing [2024-08-07T00:40:04.965Z] 935ba178f9ab: Preparing [2024-08-07T00:40:04.965Z] d18f20ca5c27: Preparing [2024-08-07T00:40:04.965Z] d9698c930530: Preparing [2024-08-07T00:40:04.965Z] f83bb592fa11: Preparing [2024-08-07T00:40:04.965Z] a540919c9a5d: Preparing [2024-08-07T00:40:04.965Z] acea31d5ee9b: Preparing [2024-08-07T00:40:04.965Z] f754c8980fe8: Preparing [2024-08-07T00:40:04.965Z] 3c20671a5817: Preparing [2024-08-07T00:40:04.965Z] f83bb592fa11: Waiting [2024-08-07T00:40:04.965Z] acea31d5ee9b: Waiting [2024-08-07T00:40:04.965Z] f754c8980fe8: Waiting [2024-08-07T00:40:04.965Z] a540919c9a5d: Waiting [2024-08-07T00:40:04.965Z] 3c20671a5817: Waiting [2024-08-07T00:40:04.965Z] 935ba178f9ab: Layer already exists [2024-08-07T00:40:04.965Z] d18f20ca5c27: Layer already exists [2024-08-07T00:40:04.965Z] a0171018684b: Layer already exists [2024-08-07T00:40:04.965Z] 2c853db47bfc: Layer already exists [2024-08-07T00:40:04.965Z] d9698c930530: Layer already exists [2024-08-07T00:40:04.965Z] f83bb592fa11: Layer already exists [2024-08-07T00:40:04.965Z] f754c8980fe8: Layer already exists [2024-08-07T00:40:04.965Z] a540919c9a5d: Layer already exists [2024-08-07T00:40:04.965Z] acea31d5ee9b: Layer already exists [2024-08-07T00:40:04.965Z] 3c20671a5817: Layer already exists [2024-08-07T00:40:05.228Z] main: digest: sha256:4a258c67f85dcf96e6d4cd125aaab17cb9e8ca11c5cca046e1fe4c94949328ed size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:40:05.298Z] ===================================================== [Pipeline] echo [2024-08-07T00:40:05.315Z] taggedImages: [2024-08-07T00:40:05.315Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:40:05.315Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-08-07T00:40:05.315Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.46 [2024-08-07T00:40:05.315Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:40:05.315Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-08-07T00:40:05.335Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-08-07T00:40:05.335Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:40:05.335Z] latest [2024-08-07T00:40:05.335Z] 3.2.0-dev.46 [2024-08-07T00:40:05.335Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:40:05.335Z] main [2024-08-07T00:40:05.335Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:05.682Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:06.020Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:40:06.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-07T00:40:06.020Z] c6087f43bb15: Preparing [2024-08-07T00:40:06.020Z] c2174bb3faf1: Preparing [2024-08-07T00:40:06.020Z] 958bf61f2881: Preparing [2024-08-07T00:40:06.020Z] d18f20ca5c27: Preparing [2024-08-07T00:40:06.020Z] d9698c930530: Preparing [2024-08-07T00:40:06.020Z] 2ccd6863c092: Preparing [2024-08-07T00:40:06.020Z] 5de203eea1c1: Preparing [2024-08-07T00:40:06.020Z] accb18141af0: Preparing [2024-08-07T00:40:06.020Z] 3c20671a5817: Preparing [2024-08-07T00:40:06.020Z] 5de203eea1c1: Waiting [2024-08-07T00:40:06.020Z] accb18141af0: Waiting [2024-08-07T00:40:06.020Z] 3c20671a5817: Waiting [2024-08-07T00:40:06.020Z] 2ccd6863c092: Waiting [2024-08-07T00:40:06.020Z] d18f20ca5c27: Layer already exists [2024-08-07T00:40:06.020Z] d9698c930530: Layer already exists [2024-08-07T00:40:06.295Z] c2174bb3faf1: Pushed [2024-08-07T00:40:06.295Z] 958bf61f2881: Pushed [2024-08-07T00:40:06.295Z] c6087f43bb15: Pushed [2024-08-07T00:40:06.295Z] 5de203eea1c1: Pushed [2024-08-07T00:40:06.295Z] 3c20671a5817: Layer already exists [2024-08-07T00:40:06.871Z] accb18141af0: Pushed [2024-08-07T00:40:28.878Z] 2ccd6863c092: Pushed [2024-08-07T00:40:28.878Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:74081177cf983266ee3ba67af8c5576d1e1b5f270508a8d0f0e1bd8517fcfa32 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:29.227Z] + 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-08-07T00:40:29.563Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-08-07T00:40:29.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-07T00:40:29.563Z] c6087f43bb15: Preparing [2024-08-07T00:40:29.563Z] c2174bb3faf1: Preparing [2024-08-07T00:40:29.563Z] 958bf61f2881: Preparing [2024-08-07T00:40:29.563Z] d18f20ca5c27: Preparing [2024-08-07T00:40:29.563Z] d9698c930530: Preparing [2024-08-07T00:40:29.563Z] 2ccd6863c092: Preparing [2024-08-07T00:40:29.563Z] 5de203eea1c1: Preparing [2024-08-07T00:40:29.563Z] accb18141af0: Preparing [2024-08-07T00:40:29.563Z] 3c20671a5817: Preparing [2024-08-07T00:40:29.563Z] 2ccd6863c092: Waiting [2024-08-07T00:40:29.563Z] 5de203eea1c1: Waiting [2024-08-07T00:40:29.563Z] accb18141af0: Waiting [2024-08-07T00:40:29.563Z] 3c20671a5817: Waiting [2024-08-07T00:40:29.563Z] c6087f43bb15: Layer already exists [2024-08-07T00:40:29.563Z] c2174bb3faf1: Layer already exists [2024-08-07T00:40:29.563Z] 958bf61f2881: Layer already exists [2024-08-07T00:40:29.563Z] d9698c930530: Layer already exists [2024-08-07T00:40:29.563Z] d18f20ca5c27: Layer already exists [2024-08-07T00:40:29.563Z] 5de203eea1c1: Layer already exists [2024-08-07T00:40:29.563Z] 2ccd6863c092: Layer already exists [2024-08-07T00:40:29.563Z] accb18141af0: Layer already exists [2024-08-07T00:40:29.563Z] 3c20671a5817: Layer already exists [2024-08-07T00:40:29.563Z] latest: digest: sha256:74081177cf983266ee3ba67af8c5576d1e1b5f270508a8d0f0e1bd8517fcfa32 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:30.177Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:30.515Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.46 [2024-08-07T00:40:30.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-07T00:40:30.515Z] c6087f43bb15: Preparing [2024-08-07T00:40:30.515Z] c2174bb3faf1: Preparing [2024-08-07T00:40:30.515Z] 958bf61f2881: Preparing [2024-08-07T00:40:30.515Z] d18f20ca5c27: Preparing [2024-08-07T00:40:30.515Z] d9698c930530: Preparing [2024-08-07T00:40:30.515Z] 2ccd6863c092: Preparing [2024-08-07T00:40:30.515Z] 5de203eea1c1: Preparing [2024-08-07T00:40:30.515Z] accb18141af0: Preparing [2024-08-07T00:40:30.515Z] 3c20671a5817: Preparing [2024-08-07T00:40:30.515Z] 5de203eea1c1: Waiting [2024-08-07T00:40:30.515Z] accb18141af0: Waiting [2024-08-07T00:40:30.515Z] 3c20671a5817: Waiting [2024-08-07T00:40:30.515Z] 2ccd6863c092: Waiting [2024-08-07T00:40:30.515Z] 958bf61f2881: Layer already exists [2024-08-07T00:40:30.515Z] c2174bb3faf1: Layer already exists [2024-08-07T00:40:30.515Z] d18f20ca5c27: Layer already exists [2024-08-07T00:40:30.515Z] d9698c930530: Layer already exists [2024-08-07T00:40:30.515Z] c6087f43bb15: Layer already exists [2024-08-07T00:40:30.515Z] 3c20671a5817: Layer already exists [2024-08-07T00:40:30.515Z] 5de203eea1c1: Layer already exists [2024-08-07T00:40:30.515Z] 2ccd6863c092: Layer already exists [2024-08-07T00:40:30.515Z] accb18141af0: Layer already exists [2024-08-07T00:40:30.515Z] 3.2.0-dev.46: digest: sha256:74081177cf983266ee3ba67af8c5576d1e1b5f270508a8d0f0e1bd8517fcfa32 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:30.864Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:31.214Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:40:31.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-07T00:40:31.214Z] c6087f43bb15: Preparing [2024-08-07T00:40:31.214Z] c2174bb3faf1: Preparing [2024-08-07T00:40:31.214Z] 958bf61f2881: Preparing [2024-08-07T00:40:31.214Z] d18f20ca5c27: Preparing [2024-08-07T00:40:31.214Z] d9698c930530: Preparing [2024-08-07T00:40:31.214Z] 2ccd6863c092: Preparing [2024-08-07T00:40:31.214Z] 5de203eea1c1: Preparing [2024-08-07T00:40:31.214Z] accb18141af0: Preparing [2024-08-07T00:40:31.214Z] 3c20671a5817: Preparing [2024-08-07T00:40:31.214Z] 5de203eea1c1: Waiting [2024-08-07T00:40:31.214Z] accb18141af0: Waiting [2024-08-07T00:40:31.214Z] 3c20671a5817: Waiting [2024-08-07T00:40:31.214Z] 2ccd6863c092: Waiting [2024-08-07T00:40:31.214Z] 958bf61f2881: Layer already exists [2024-08-07T00:40:31.214Z] c6087f43bb15: Layer already exists [2024-08-07T00:40:31.214Z] d9698c930530: Layer already exists [2024-08-07T00:40:31.214Z] c2174bb3faf1: Layer already exists [2024-08-07T00:40:31.214Z] d18f20ca5c27: Layer already exists [2024-08-07T00:40:31.214Z] 2ccd6863c092: Layer already exists [2024-08-07T00:40:31.214Z] 5de203eea1c1: Layer already exists [2024-08-07T00:40:31.214Z] 3c20671a5817: Layer already exists [2024-08-07T00:40:31.214Z] accb18141af0: Layer already exists [2024-08-07T00:40:31.214Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:74081177cf983266ee3ba67af8c5576d1e1b5f270508a8d0f0e1bd8517fcfa32 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:31.836Z] + 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-08-07T00:40:32.177Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-08-07T00:40:32.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-07T00:40:32.177Z] c6087f43bb15: Preparing [2024-08-07T00:40:32.177Z] c2174bb3faf1: Preparing [2024-08-07T00:40:32.177Z] 958bf61f2881: Preparing [2024-08-07T00:40:32.177Z] d18f20ca5c27: Preparing [2024-08-07T00:40:32.177Z] d9698c930530: Preparing [2024-08-07T00:40:32.177Z] 2ccd6863c092: Preparing [2024-08-07T00:40:32.177Z] 5de203eea1c1: Preparing [2024-08-07T00:40:32.177Z] accb18141af0: Preparing [2024-08-07T00:40:32.177Z] 3c20671a5817: Preparing [2024-08-07T00:40:32.177Z] 5de203eea1c1: Waiting [2024-08-07T00:40:32.177Z] accb18141af0: Waiting [2024-08-07T00:40:32.177Z] 3c20671a5817: Waiting [2024-08-07T00:40:32.177Z] 2ccd6863c092: Waiting [2024-08-07T00:40:32.177Z] 958bf61f2881: Layer already exists [2024-08-07T00:40:32.177Z] c6087f43bb15: Layer already exists [2024-08-07T00:40:32.177Z] c2174bb3faf1: Layer already exists [2024-08-07T00:40:32.177Z] d9698c930530: Layer already exists [2024-08-07T00:40:32.177Z] d18f20ca5c27: Layer already exists [2024-08-07T00:40:32.177Z] 3c20671a5817: Layer already exists [2024-08-07T00:40:32.177Z] 5de203eea1c1: Layer already exists [2024-08-07T00:40:32.177Z] 2ccd6863c092: Layer already exists [2024-08-07T00:40:32.177Z] accb18141af0: Layer already exists [2024-08-07T00:40:32.443Z] main: digest: sha256:74081177cf983266ee3ba67af8c5576d1e1b5f270508a8d0f0e1bd8517fcfa32 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:40:32.520Z] ===================================================== [Pipeline] echo [2024-08-07T00:40:32.538Z] taggedImages: [2024-08-07T00:40:32.538Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:40:32.538Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-08-07T00:40:32.538Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.46 [2024-08-07T00:40:32.538Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:40:32.538Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-08-07T00:40:32.572Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-08-07T00:40:32.572Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:40:32.572Z] latest [2024-08-07T00:40:32.572Z] 3.2.0-dev.46 [2024-08-07T00:40:32.572Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:40:32.572Z] main [2024-08-07T00:40:32.572Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:32.934Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:33.279Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:40:33.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-07T00:40:33.279Z] 2a93c0dc16c5: Preparing [2024-08-07T00:40:33.279Z] 6e68c9f24622: Preparing [2024-08-07T00:40:33.279Z] 83fe6c621574: Preparing [2024-08-07T00:40:33.279Z] d18f20ca5c27: Preparing [2024-08-07T00:40:33.279Z] d9698c930530: Preparing [2024-08-07T00:40:33.279Z] 74eb477bca4b: Preparing [2024-08-07T00:40:33.279Z] acea31d5ee9b: Preparing [2024-08-07T00:40:33.279Z] f754c8980fe8: Preparing [2024-08-07T00:40:33.279Z] 3c20671a5817: Preparing [2024-08-07T00:40:33.279Z] 74eb477bca4b: Waiting [2024-08-07T00:40:33.279Z] acea31d5ee9b: Waiting [2024-08-07T00:40:33.279Z] f754c8980fe8: Waiting [2024-08-07T00:40:33.279Z] 3c20671a5817: Waiting [2024-08-07T00:40:33.279Z] d9698c930530: Layer already exists [2024-08-07T00:40:33.279Z] d18f20ca5c27: Layer already exists [2024-08-07T00:40:33.543Z] acea31d5ee9b: Layer already exists [2024-08-07T00:40:33.543Z] 6e68c9f24622: Pushed [2024-08-07T00:40:33.543Z] 83fe6c621574: Pushed [2024-08-07T00:40:33.543Z] f754c8980fe8: Layer already exists [2024-08-07T00:40:33.543Z] 2a93c0dc16c5: Pushed [2024-08-07T00:40:33.543Z] 3c20671a5817: Layer already exists [2024-08-07T00:40:55.561Z] 74eb477bca4b: Pushed [2024-08-07T00:40:55.561Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:4281bf6152ce10a40a07db0d23fc62696a50dc6ec56177b0a523b499b0d1acbc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:55.897Z] + 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-08-07T00:40:56.503Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-08-07T00:40:56.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-07T00:40:56.503Z] 2a93c0dc16c5: Preparing [2024-08-07T00:40:56.503Z] 6e68c9f24622: Preparing [2024-08-07T00:40:56.503Z] 83fe6c621574: Preparing [2024-08-07T00:40:56.503Z] d18f20ca5c27: Preparing [2024-08-07T00:40:56.503Z] d9698c930530: Preparing [2024-08-07T00:40:56.503Z] 74eb477bca4b: Preparing [2024-08-07T00:40:56.503Z] acea31d5ee9b: Preparing [2024-08-07T00:40:56.503Z] f754c8980fe8: Preparing [2024-08-07T00:40:56.503Z] 3c20671a5817: Preparing [2024-08-07T00:40:56.503Z] acea31d5ee9b: Waiting [2024-08-07T00:40:56.503Z] f754c8980fe8: Waiting [2024-08-07T00:40:56.503Z] 3c20671a5817: Waiting [2024-08-07T00:40:56.503Z] 74eb477bca4b: Waiting [2024-08-07T00:40:56.504Z] 6e68c9f24622: Layer already exists [2024-08-07T00:40:56.504Z] d9698c930530: Layer already exists [2024-08-07T00:40:56.504Z] 83fe6c621574: Layer already exists [2024-08-07T00:40:56.504Z] 2a93c0dc16c5: Layer already exists [2024-08-07T00:40:56.504Z] d18f20ca5c27: Layer already exists [2024-08-07T00:40:56.504Z] 3c20671a5817: Layer already exists [2024-08-07T00:40:56.504Z] 74eb477bca4b: Layer already exists [2024-08-07T00:40:56.504Z] f754c8980fe8: Layer already exists [2024-08-07T00:40:56.504Z] acea31d5ee9b: Layer already exists [2024-08-07T00:40:56.766Z] latest: digest: sha256:4281bf6152ce10a40a07db0d23fc62696a50dc6ec56177b0a523b499b0d1acbc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:57.117Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:57.462Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.46 [2024-08-07T00:40:57.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-07T00:40:57.462Z] 2a93c0dc16c5: Preparing [2024-08-07T00:40:57.462Z] 6e68c9f24622: Preparing [2024-08-07T00:40:57.462Z] 83fe6c621574: Preparing [2024-08-07T00:40:57.462Z] d18f20ca5c27: Preparing [2024-08-07T00:40:57.462Z] d9698c930530: Preparing [2024-08-07T00:40:57.462Z] 74eb477bca4b: Preparing [2024-08-07T00:40:57.462Z] acea31d5ee9b: Preparing [2024-08-07T00:40:57.462Z] f754c8980fe8: Preparing [2024-08-07T00:40:57.462Z] 3c20671a5817: Preparing [2024-08-07T00:40:57.462Z] 3c20671a5817: Waiting [2024-08-07T00:40:57.462Z] acea31d5ee9b: Waiting [2024-08-07T00:40:57.462Z] f754c8980fe8: Waiting [2024-08-07T00:40:57.462Z] 74eb477bca4b: Waiting [2024-08-07T00:40:57.462Z] 2a93c0dc16c5: Layer already exists [2024-08-07T00:40:57.462Z] 6e68c9f24622: Layer already exists [2024-08-07T00:40:57.462Z] 83fe6c621574: Layer already exists [2024-08-07T00:40:57.462Z] d9698c930530: Layer already exists [2024-08-07T00:40:57.462Z] d18f20ca5c27: Layer already exists [2024-08-07T00:40:57.462Z] f754c8980fe8: Layer already exists [2024-08-07T00:40:57.462Z] 74eb477bca4b: Layer already exists [2024-08-07T00:40:57.462Z] acea31d5ee9b: Layer already exists [2024-08-07T00:40:57.462Z] 3c20671a5817: Layer already exists [2024-08-07T00:40:57.725Z] 3.2.0-dev.46: digest: sha256:4281bf6152ce10a40a07db0d23fc62696a50dc6ec56177b0a523b499b0d1acbc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:58.066Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:58.404Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:40:58.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-07T00:40:58.404Z] 2a93c0dc16c5: Preparing [2024-08-07T00:40:58.404Z] 6e68c9f24622: Preparing [2024-08-07T00:40:58.404Z] 83fe6c621574: Preparing [2024-08-07T00:40:58.404Z] d18f20ca5c27: Preparing [2024-08-07T00:40:58.404Z] d9698c930530: Preparing [2024-08-07T00:40:58.404Z] 74eb477bca4b: Preparing [2024-08-07T00:40:58.404Z] acea31d5ee9b: Preparing [2024-08-07T00:40:58.404Z] f754c8980fe8: Preparing [2024-08-07T00:40:58.404Z] 3c20671a5817: Preparing [2024-08-07T00:40:58.404Z] 74eb477bca4b: Waiting [2024-08-07T00:40:58.404Z] acea31d5ee9b: Waiting [2024-08-07T00:40:58.404Z] f754c8980fe8: Waiting [2024-08-07T00:40:58.404Z] 3c20671a5817: Waiting [2024-08-07T00:40:58.404Z] 83fe6c621574: Layer already exists [2024-08-07T00:40:58.404Z] d9698c930530: Layer already exists [2024-08-07T00:40:58.404Z] 2a93c0dc16c5: Layer already exists [2024-08-07T00:40:58.404Z] 6e68c9f24622: Layer already exists [2024-08-07T00:40:58.404Z] d18f20ca5c27: Layer already exists [2024-08-07T00:40:58.404Z] 74eb477bca4b: Layer already exists [2024-08-07T00:40:58.404Z] 3c20671a5817: Layer already exists [2024-08-07T00:40:58.404Z] acea31d5ee9b: Layer already exists [2024-08-07T00:40:58.404Z] f754c8980fe8: Layer already exists [2024-08-07T00:40:58.404Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:4281bf6152ce10a40a07db0d23fc62696a50dc6ec56177b0a523b499b0d1acbc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:40:59.014Z] + 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-08-07T00:40:59.358Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-08-07T00:40:59.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-07T00:40:59.358Z] 2a93c0dc16c5: Preparing [2024-08-07T00:40:59.358Z] 6e68c9f24622: Preparing [2024-08-07T00:40:59.358Z] 83fe6c621574: Preparing [2024-08-07T00:40:59.358Z] d18f20ca5c27: Preparing [2024-08-07T00:40:59.358Z] d9698c930530: Preparing [2024-08-07T00:40:59.358Z] 74eb477bca4b: Preparing [2024-08-07T00:40:59.358Z] acea31d5ee9b: Preparing [2024-08-07T00:40:59.358Z] f754c8980fe8: Preparing [2024-08-07T00:40:59.358Z] 3c20671a5817: Preparing [2024-08-07T00:40:59.358Z] acea31d5ee9b: Waiting [2024-08-07T00:40:59.358Z] f754c8980fe8: Waiting [2024-08-07T00:40:59.358Z] 3c20671a5817: Waiting [2024-08-07T00:40:59.358Z] 74eb477bca4b: Waiting [2024-08-07T00:40:59.358Z] d18f20ca5c27: Layer already exists [2024-08-07T00:40:59.358Z] d9698c930530: Layer already exists [2024-08-07T00:40:59.358Z] 6e68c9f24622: Layer already exists [2024-08-07T00:40:59.358Z] 83fe6c621574: Layer already exists [2024-08-07T00:40:59.358Z] 2a93c0dc16c5: Layer already exists [2024-08-07T00:40:59.358Z] 3c20671a5817: Layer already exists [2024-08-07T00:40:59.358Z] acea31d5ee9b: Layer already exists [2024-08-07T00:40:59.358Z] 74eb477bca4b: Layer already exists [2024-08-07T00:40:59.358Z] f754c8980fe8: Layer already exists [2024-08-07T00:40:59.621Z] main: digest: sha256:4281bf6152ce10a40a07db0d23fc62696a50dc6ec56177b0a523b499b0d1acbc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:40:59.697Z] ===================================================== [Pipeline] echo [2024-08-07T00:40:59.713Z] taggedImages: [2024-08-07T00:40:59.713Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:40:59.713Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-08-07T00:40:59.713Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.46 [2024-08-07T00:40:59.713Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:40:59.713Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-08-07T00:40:59.734Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: [2024-08-07T00:40:59.734Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:40:59.734Z] latest [2024-08-07T00:40:59.734Z] 3.2.0-dev.46 [2024-08-07T00:40:59.734Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:40:59.734Z] main [2024-08-07T00:40:59.734Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:00.086Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:00.431Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:41:00.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-07T00:41:00.431Z] 4df3e5bbbe28: Preparing [2024-08-07T00:41:00.431Z] a11a750c53e1: Preparing [2024-08-07T00:41:00.431Z] d18f20ca5c27: Preparing [2024-08-07T00:41:00.431Z] d9698c930530: Preparing [2024-08-07T00:41:00.431Z] b43bd3d82314: Preparing [2024-08-07T00:41:00.431Z] 5e395aa4d90a: Preparing [2024-08-07T00:41:00.431Z] 3c20671a5817: Preparing [2024-08-07T00:41:00.431Z] 5e395aa4d90a: Waiting [2024-08-07T00:41:00.431Z] 3c20671a5817: Waiting [2024-08-07T00:41:00.431Z] d9698c930530: Layer already exists [2024-08-07T00:41:00.431Z] d18f20ca5c27: Layer already exists [2024-08-07T00:41:00.694Z] 3c20671a5817: Layer already exists [2024-08-07T00:41:00.694Z] 4df3e5bbbe28: Pushed [2024-08-07T00:41:00.694Z] b43bd3d82314: Pushed [2024-08-07T00:41:00.958Z] 5e395aa4d90a: Pushed [2024-08-07T00:41:09.133Z] a11a750c53e1: Pushed [2024-08-07T00:41:09.133Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:7df774f3ad4332a02d80c80d17594528169eb3709e25613521f01c837cc9851d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:09.489Z] + 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-08-07T00:41:09.840Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-08-07T00:41:09.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-07T00:41:09.840Z] 4df3e5bbbe28: Preparing [2024-08-07T00:41:09.840Z] a11a750c53e1: Preparing [2024-08-07T00:41:09.840Z] d18f20ca5c27: Preparing [2024-08-07T00:41:09.840Z] d9698c930530: Preparing [2024-08-07T00:41:09.840Z] b43bd3d82314: Preparing [2024-08-07T00:41:09.840Z] 5e395aa4d90a: Preparing [2024-08-07T00:41:09.840Z] 3c20671a5817: Preparing [2024-08-07T00:41:09.840Z] 5e395aa4d90a: Waiting [2024-08-07T00:41:09.840Z] 3c20671a5817: Waiting [2024-08-07T00:41:09.840Z] 4df3e5bbbe28: Layer already exists [2024-08-07T00:41:09.840Z] d18f20ca5c27: Layer already exists [2024-08-07T00:41:09.840Z] b43bd3d82314: Layer already exists [2024-08-07T00:41:09.840Z] a11a750c53e1: Layer already exists [2024-08-07T00:41:09.840Z] d9698c930530: Layer already exists [2024-08-07T00:41:09.840Z] 3c20671a5817: Layer already exists [2024-08-07T00:41:09.840Z] 5e395aa4d90a: Layer already exists [2024-08-07T00:41:10.104Z] latest: digest: sha256:7df774f3ad4332a02d80c80d17594528169eb3709e25613521f01c837cc9851d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:10.452Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:10.793Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.46 [2024-08-07T00:41:10.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-07T00:41:10.793Z] 4df3e5bbbe28: Preparing [2024-08-07T00:41:10.793Z] a11a750c53e1: Preparing [2024-08-07T00:41:10.793Z] d18f20ca5c27: Preparing [2024-08-07T00:41:10.793Z] d9698c930530: Preparing [2024-08-07T00:41:10.793Z] b43bd3d82314: Preparing [2024-08-07T00:41:10.793Z] 5e395aa4d90a: Preparing [2024-08-07T00:41:10.793Z] 3c20671a5817: Preparing [2024-08-07T00:41:10.793Z] 5e395aa4d90a: Waiting [2024-08-07T00:41:10.793Z] 3c20671a5817: Waiting [2024-08-07T00:41:10.793Z] a11a750c53e1: Layer already exists [2024-08-07T00:41:10.793Z] d9698c930530: Layer already exists [2024-08-07T00:41:10.793Z] d18f20ca5c27: Layer already exists [2024-08-07T00:41:10.793Z] 4df3e5bbbe28: Layer already exists [2024-08-07T00:41:10.793Z] b43bd3d82314: Layer already exists [2024-08-07T00:41:10.793Z] 3c20671a5817: Layer already exists [2024-08-07T00:41:10.793Z] 5e395aa4d90a: Layer already exists [2024-08-07T00:41:11.057Z] 3.2.0-dev.46: digest: sha256:7df774f3ad4332a02d80c80d17594528169eb3709e25613521f01c837cc9851d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:11.403Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:11.746Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:41:11.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-07T00:41:11.746Z] 4df3e5bbbe28: Preparing [2024-08-07T00:41:11.746Z] a11a750c53e1: Preparing [2024-08-07T00:41:11.746Z] d18f20ca5c27: Preparing [2024-08-07T00:41:11.746Z] d9698c930530: Preparing [2024-08-07T00:41:11.746Z] b43bd3d82314: Preparing [2024-08-07T00:41:11.746Z] 5e395aa4d90a: Preparing [2024-08-07T00:41:11.746Z] 3c20671a5817: Preparing [2024-08-07T00:41:11.746Z] 5e395aa4d90a: Waiting [2024-08-07T00:41:11.746Z] 3c20671a5817: Waiting [2024-08-07T00:41:11.746Z] b43bd3d82314: Layer already exists [2024-08-07T00:41:11.746Z] d18f20ca5c27: Layer already exists [2024-08-07T00:41:11.746Z] 4df3e5bbbe28: Layer already exists [2024-08-07T00:41:11.746Z] a11a750c53e1: Layer already exists [2024-08-07T00:41:11.746Z] d9698c930530: Layer already exists [2024-08-07T00:41:11.746Z] 5e395aa4d90a: Layer already exists [2024-08-07T00:41:11.746Z] 3c20671a5817: Layer already exists [2024-08-07T00:41:12.010Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:7df774f3ad4332a02d80c80d17594528169eb3709e25613521f01c837cc9851d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:12.354Z] + 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-08-07T00:41:12.699Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [2024-08-07T00:41:12.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-07T00:41:12.699Z] 4df3e5bbbe28: Preparing [2024-08-07T00:41:12.699Z] a11a750c53e1: Preparing [2024-08-07T00:41:12.699Z] d18f20ca5c27: Preparing [2024-08-07T00:41:12.699Z] d9698c930530: Preparing [2024-08-07T00:41:12.699Z] b43bd3d82314: Preparing [2024-08-07T00:41:12.699Z] 5e395aa4d90a: Preparing [2024-08-07T00:41:12.699Z] 3c20671a5817: Preparing [2024-08-07T00:41:12.699Z] 5e395aa4d90a: Waiting [2024-08-07T00:41:12.699Z] 3c20671a5817: Waiting [2024-08-07T00:41:12.699Z] d9698c930530: Layer already exists [2024-08-07T00:41:12.699Z] 4df3e5bbbe28: Layer already exists [2024-08-07T00:41:12.699Z] b43bd3d82314: Layer already exists [2024-08-07T00:41:12.699Z] d18f20ca5c27: Layer already exists [2024-08-07T00:41:12.699Z] a11a750c53e1: Layer already exists [2024-08-07T00:41:12.699Z] 3c20671a5817: Layer already exists [2024-08-07T00:41:12.699Z] 5e395aa4d90a: Layer already exists [2024-08-07T00:41:12.963Z] main: digest: sha256:7df774f3ad4332a02d80c80d17594528169eb3709e25613521f01c837cc9851d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:41:13.051Z] ===================================================== [Pipeline] echo [2024-08-07T00:41:13.065Z] taggedImages: [2024-08-07T00:41:13.065Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:41:13.065Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-08-07T00:41:13.065Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.46 [2024-08-07T00:41:13.066Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:41:13.066Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo [2024-08-07T00:41:13.092Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-08-07T00:41:13.092Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:41:13.092Z] latest [2024-08-07T00:41:13.092Z] 3.2.0-dev.46 [2024-08-07T00:41:13.092Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:41:13.092Z] main [2024-08-07T00:41:13.092Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:13.454Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:13.807Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:41:13.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-07T00:41:13.807Z] b242f0491f64: Preparing [2024-08-07T00:41:13.807Z] d8e932d9825f: Preparing [2024-08-07T00:41:13.807Z] d18f20ca5c27: Preparing [2024-08-07T00:41:13.807Z] d9698c930530: Preparing [2024-08-07T00:41:13.807Z] b43bd3d82314: Preparing [2024-08-07T00:41:13.807Z] 5e395aa4d90a: Preparing [2024-08-07T00:41:13.807Z] 3c20671a5817: Preparing [2024-08-07T00:41:13.807Z] 5e395aa4d90a: Waiting [2024-08-07T00:41:13.807Z] 3c20671a5817: Waiting [2024-08-07T00:41:13.807Z] b43bd3d82314: Layer already exists [2024-08-07T00:41:13.807Z] d9698c930530: Layer already exists [2024-08-07T00:41:14.071Z] 5e395aa4d90a: Layer already exists [2024-08-07T00:41:14.071Z] d18f20ca5c27: Layer already exists [2024-08-07T00:41:14.071Z] 3c20671a5817: Layer already exists [2024-08-07T00:41:14.071Z] b242f0491f64: Pushed [2024-08-07T00:41:22.260Z] d8e932d9825f: Pushed [2024-08-07T00:41:22.260Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:4ba051dd473ce5cf5fd7797655f4d9f44931b5a4506cd171ffe2112e3c5431e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:22.616Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:22.961Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-08-07T00:41:22.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-07T00:41:22.961Z] b242f0491f64: Preparing [2024-08-07T00:41:22.961Z] d8e932d9825f: Preparing [2024-08-07T00:41:22.961Z] d18f20ca5c27: Preparing [2024-08-07T00:41:22.961Z] d9698c930530: Preparing [2024-08-07T00:41:22.961Z] b43bd3d82314: Preparing [2024-08-07T00:41:22.961Z] 5e395aa4d90a: Preparing [2024-08-07T00:41:22.961Z] 3c20671a5817: Preparing [2024-08-07T00:41:22.961Z] 5e395aa4d90a: Waiting [2024-08-07T00:41:22.961Z] 3c20671a5817: Waiting [2024-08-07T00:41:22.961Z] d9698c930530: Layer already exists [2024-08-07T00:41:22.961Z] d8e932d9825f: Layer already exists [2024-08-07T00:41:22.961Z] d18f20ca5c27: Layer already exists [2024-08-07T00:41:22.961Z] b43bd3d82314: Layer already exists [2024-08-07T00:41:22.961Z] b242f0491f64: Layer already exists [2024-08-07T00:41:22.961Z] 5e395aa4d90a: Layer already exists [2024-08-07T00:41:22.961Z] 3c20671a5817: Layer already exists [2024-08-07T00:41:22.961Z] latest: digest: sha256:4ba051dd473ce5cf5fd7797655f4d9f44931b5a4506cd171ffe2112e3c5431e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:23.576Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:23.938Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.46 [2024-08-07T00:41:23.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-07T00:41:23.938Z] b242f0491f64: Preparing [2024-08-07T00:41:23.938Z] d8e932d9825f: Preparing [2024-08-07T00:41:23.938Z] d18f20ca5c27: Preparing [2024-08-07T00:41:23.938Z] d9698c930530: Preparing [2024-08-07T00:41:23.938Z] b43bd3d82314: Preparing [2024-08-07T00:41:23.938Z] 5e395aa4d90a: Preparing [2024-08-07T00:41:23.938Z] 3c20671a5817: Preparing [2024-08-07T00:41:23.938Z] 5e395aa4d90a: Waiting [2024-08-07T00:41:23.938Z] 3c20671a5817: Waiting [2024-08-07T00:41:23.938Z] d9698c930530: Layer already exists [2024-08-07T00:41:23.938Z] b242f0491f64: Layer already exists [2024-08-07T00:41:23.938Z] d18f20ca5c27: Layer already exists [2024-08-07T00:41:23.938Z] d8e932d9825f: Layer already exists [2024-08-07T00:41:23.938Z] b43bd3d82314: Layer already exists [2024-08-07T00:41:23.938Z] 3c20671a5817: Layer already exists [2024-08-07T00:41:23.938Z] 5e395aa4d90a: Layer already exists [2024-08-07T00:41:24.204Z] 3.2.0-dev.46: digest: sha256:4ba051dd473ce5cf5fd7797655f4d9f44931b5a4506cd171ffe2112e3c5431e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:24.546Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:24.890Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:41:24.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-07T00:41:24.891Z] b242f0491f64: Preparing [2024-08-07T00:41:24.891Z] d8e932d9825f: Preparing [2024-08-07T00:41:24.891Z] d18f20ca5c27: Preparing [2024-08-07T00:41:24.891Z] d9698c930530: Preparing [2024-08-07T00:41:24.891Z] b43bd3d82314: Preparing [2024-08-07T00:41:24.891Z] 5e395aa4d90a: Preparing [2024-08-07T00:41:24.891Z] 3c20671a5817: Preparing [2024-08-07T00:41:24.891Z] 5e395aa4d90a: Waiting [2024-08-07T00:41:24.891Z] 3c20671a5817: Waiting [2024-08-07T00:41:24.891Z] b43bd3d82314: Layer already exists [2024-08-07T00:41:24.891Z] d9698c930530: Layer already exists [2024-08-07T00:41:24.891Z] d18f20ca5c27: Layer already exists [2024-08-07T00:41:24.891Z] b242f0491f64: Layer already exists [2024-08-07T00:41:24.891Z] d8e932d9825f: Layer already exists [2024-08-07T00:41:24.891Z] 3c20671a5817: Layer already exists [2024-08-07T00:41:24.891Z] 5e395aa4d90a: Layer already exists [2024-08-07T00:41:25.156Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:4ba051dd473ce5cf5fd7797655f4d9f44931b5a4506cd171ffe2112e3c5431e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:25.521Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:25.867Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-08-07T00:41:25.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-07T00:41:25.867Z] b242f0491f64: Preparing [2024-08-07T00:41:25.867Z] d8e932d9825f: Preparing [2024-08-07T00:41:25.867Z] d18f20ca5c27: Preparing [2024-08-07T00:41:25.867Z] d9698c930530: Preparing [2024-08-07T00:41:25.867Z] b43bd3d82314: Preparing [2024-08-07T00:41:25.867Z] 5e395aa4d90a: Preparing [2024-08-07T00:41:25.867Z] 3c20671a5817: Preparing [2024-08-07T00:41:25.867Z] 5e395aa4d90a: Waiting [2024-08-07T00:41:25.867Z] 3c20671a5817: Waiting [2024-08-07T00:41:25.867Z] b242f0491f64: Layer already exists [2024-08-07T00:41:25.867Z] b43bd3d82314: Layer already exists [2024-08-07T00:41:25.867Z] d8e932d9825f: Layer already exists [2024-08-07T00:41:25.867Z] d9698c930530: Layer already exists [2024-08-07T00:41:25.867Z] d18f20ca5c27: Layer already exists [2024-08-07T00:41:25.867Z] 3c20671a5817: Layer already exists [2024-08-07T00:41:25.867Z] 5e395aa4d90a: Layer already exists [2024-08-07T00:41:26.130Z] main: digest: sha256:4ba051dd473ce5cf5fd7797655f4d9f44931b5a4506cd171ffe2112e3c5431e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:41:26.205Z] ===================================================== [Pipeline] echo [2024-08-07T00:41:26.214Z] taggedImages: [2024-08-07T00:41:26.214Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:41:26.214Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-08-07T00:41:26.214Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.46 [2024-08-07T00:41:26.214Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:41:26.214Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-08-07T00:41:26.241Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-08-07T00:41:26.241Z] 574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:41:26.241Z] latest [2024-08-07T00:41:26.241Z] 3.2.0-dev.46 [2024-08-07T00:41:26.241Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:41:26.241Z] main [2024-08-07T00:41:26.241Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:26.598Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:26.945Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:41:26.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-07T00:41:26.945Z] ab92c36c9913: Preparing [2024-08-07T00:41:26.945Z] a860cb434ee8: Preparing [2024-08-07T00:41:26.945Z] d18f20ca5c27: Preparing [2024-08-07T00:41:26.945Z] d9698c930530: Preparing [2024-08-07T00:41:26.945Z] 81335bd36eed: Preparing [2024-08-07T00:41:26.945Z] 608e50d6963c: Preparing [2024-08-07T00:41:26.945Z] 3c20671a5817: Preparing [2024-08-07T00:41:26.945Z] 608e50d6963c: Waiting [2024-08-07T00:41:26.945Z] 3c20671a5817: Waiting [2024-08-07T00:41:26.945Z] d18f20ca5c27: Layer already exists [2024-08-07T00:41:26.945Z] 81335bd36eed: Layer already exists [2024-08-07T00:41:26.945Z] d9698c930530: Layer already exists [2024-08-07T00:41:27.209Z] 608e50d6963c: Layer already exists [2024-08-07T00:41:27.209Z] 3c20671a5817: Layer already exists [2024-08-07T00:41:27.209Z] ab92c36c9913: Pushed [2024-08-07T00:41:35.430Z] a860cb434ee8: Pushed [2024-08-07T00:41:35.430Z] 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:8b52226cb71f28cc003f97f5d44933d4e4e43a670e4223efe6a9d6d144a5564b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:35.789Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:36.141Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-08-07T00:41:36.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-07T00:41:36.141Z] ab92c36c9913: Preparing [2024-08-07T00:41:36.141Z] a860cb434ee8: Preparing [2024-08-07T00:41:36.141Z] d18f20ca5c27: Preparing [2024-08-07T00:41:36.141Z] d9698c930530: Preparing [2024-08-07T00:41:36.141Z] 81335bd36eed: Preparing [2024-08-07T00:41:36.141Z] 608e50d6963c: Preparing [2024-08-07T00:41:36.141Z] 3c20671a5817: Preparing [2024-08-07T00:41:36.141Z] 608e50d6963c: Waiting [2024-08-07T00:41:36.141Z] 3c20671a5817: Waiting [2024-08-07T00:41:36.141Z] d18f20ca5c27: Layer already exists [2024-08-07T00:41:36.141Z] d9698c930530: Layer already exists [2024-08-07T00:41:36.141Z] ab92c36c9913: Layer already exists [2024-08-07T00:41:36.141Z] 81335bd36eed: Layer already exists [2024-08-07T00:41:36.141Z] a860cb434ee8: Layer already exists [2024-08-07T00:41:36.141Z] 608e50d6963c: Layer already exists [2024-08-07T00:41:36.141Z] 3c20671a5817: Layer already exists [2024-08-07T00:41:36.413Z] latest: digest: sha256:8b52226cb71f28cc003f97f5d44933d4e4e43a670e4223efe6a9d6d144a5564b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:36.764Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:37.103Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.46 [2024-08-07T00:41:37.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-07T00:41:37.104Z] ab92c36c9913: Preparing [2024-08-07T00:41:37.104Z] a860cb434ee8: Preparing [2024-08-07T00:41:37.104Z] d18f20ca5c27: Preparing [2024-08-07T00:41:37.104Z] d9698c930530: Preparing [2024-08-07T00:41:37.104Z] 81335bd36eed: Preparing [2024-08-07T00:41:37.104Z] 608e50d6963c: Preparing [2024-08-07T00:41:37.104Z] 3c20671a5817: Preparing [2024-08-07T00:41:37.104Z] 3c20671a5817: Waiting [2024-08-07T00:41:37.104Z] 81335bd36eed: Layer already exists [2024-08-07T00:41:37.104Z] a860cb434ee8: Layer already exists [2024-08-07T00:41:37.104Z] d18f20ca5c27: Layer already exists [2024-08-07T00:41:37.104Z] d9698c930530: Layer already exists [2024-08-07T00:41:37.104Z] ab92c36c9913: Layer already exists [2024-08-07T00:41:37.104Z] 608e50d6963c: Layer already exists [2024-08-07T00:41:37.104Z] 3c20671a5817: Layer already exists [2024-08-07T00:41:37.366Z] 3.2.0-dev.46: digest: sha256:8b52226cb71f28cc003f97f5d44933d4e4e43a670e4223efe6a9d6d144a5564b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:37.808Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:38.147Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:41:38.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-07T00:41:38.147Z] ab92c36c9913: Preparing [2024-08-07T00:41:38.147Z] a860cb434ee8: Preparing [2024-08-07T00:41:38.147Z] d18f20ca5c27: Preparing [2024-08-07T00:41:38.147Z] d9698c930530: Preparing [2024-08-07T00:41:38.147Z] 81335bd36eed: Preparing [2024-08-07T00:41:38.147Z] 608e50d6963c: Preparing [2024-08-07T00:41:38.147Z] 3c20671a5817: Preparing [2024-08-07T00:41:38.147Z] 608e50d6963c: Waiting [2024-08-07T00:41:38.147Z] 3c20671a5817: Waiting [2024-08-07T00:41:38.147Z] d9698c930530: Layer already exists [2024-08-07T00:41:38.147Z] ab92c36c9913: Layer already exists [2024-08-07T00:41:38.147Z] a860cb434ee8: Layer already exists [2024-08-07T00:41:38.147Z] 81335bd36eed: Layer already exists [2024-08-07T00:41:38.147Z] d18f20ca5c27: Layer already exists [2024-08-07T00:41:38.147Z] 608e50d6963c: Layer already exists [2024-08-07T00:41:38.147Z] 3c20671a5817: Layer already exists [2024-08-07T00:41:38.410Z] 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:8b52226cb71f28cc003f97f5d44933d4e4e43a670e4223efe6a9d6d144a5564b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:38.759Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:39.106Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-08-07T00:41:39.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-07T00:41:39.106Z] ab92c36c9913: Preparing [2024-08-07T00:41:39.106Z] a860cb434ee8: Preparing [2024-08-07T00:41:39.106Z] d18f20ca5c27: Preparing [2024-08-07T00:41:39.106Z] d9698c930530: Preparing [2024-08-07T00:41:39.106Z] 81335bd36eed: Preparing [2024-08-07T00:41:39.106Z] 608e50d6963c: Preparing [2024-08-07T00:41:39.106Z] 3c20671a5817: Preparing [2024-08-07T00:41:39.106Z] 608e50d6963c: Waiting [2024-08-07T00:41:39.106Z] 3c20671a5817: Waiting [2024-08-07T00:41:39.106Z] a860cb434ee8: Layer already exists [2024-08-07T00:41:39.106Z] d9698c930530: Layer already exists [2024-08-07T00:41:39.106Z] ab92c36c9913: Layer already exists [2024-08-07T00:41:39.106Z] 81335bd36eed: Layer already exists [2024-08-07T00:41:39.106Z] d18f20ca5c27: Layer already exists [2024-08-07T00:41:39.106Z] 608e50d6963c: Layer already exists [2024-08-07T00:41:39.106Z] 3c20671a5817: Layer already exists [2024-08-07T00:41:39.370Z] main: digest: sha256:8b52226cb71f28cc003f97f5d44933d4e4e43a670e4223efe6a9d6d144a5564b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T00:41:39.453Z] ===================================================== [Pipeline] echo [2024-08-07T00:41:39.467Z] taggedImages: [2024-08-07T00:41:39.467Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [2024-08-07T00:41:39.467Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-08-07T00:41:39.467Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.46 [2024-08-07T00:41:39.467Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [2024-08-07T00:41:39.467Z] - 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-08-07T00:41:39.861Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-07T00:41:39.861Z] [2024-08-07T00:41:39.861Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:41:40.186Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-07T00:41:40.186Z] arm64: Pulling from edgex-lftools-log-publisher [2024-08-07T00:41:40.186Z] 8998bd30e6a1: Pulling fs layer [2024-08-07T00:41:40.186Z] 04944245beec: Pulling fs layer [2024-08-07T00:41:40.186Z] 699f458cf7ca: Pulling fs layer [2024-08-07T00:41:40.186Z] 765212b225bb: Pulling fs layer [2024-08-07T00:41:40.186Z] f23df028b6ca: Pulling fs layer [2024-08-07T00:41:40.186Z] d65c8cfc05b1: Pulling fs layer [2024-08-07T00:41:40.186Z] 2437ff75d9bd: Pulling fs layer [2024-08-07T00:41:40.186Z] f23df028b6ca: Waiting [2024-08-07T00:41:40.186Z] 765212b225bb: Waiting [2024-08-07T00:41:40.186Z] d65c8cfc05b1: Waiting [2024-08-07T00:41:40.186Z] 2437ff75d9bd: Waiting [2024-08-07T00:41:40.450Z] 04944245beec: Verifying Checksum [2024-08-07T00:41:40.450Z] 04944245beec: Download complete [2024-08-07T00:41:40.450Z] 765212b225bb: Verifying Checksum [2024-08-07T00:41:40.450Z] 765212b225bb: Download complete [2024-08-07T00:41:40.450Z] f23df028b6ca: Verifying Checksum [2024-08-07T00:41:40.450Z] f23df028b6ca: Download complete [2024-08-07T00:41:40.450Z] d65c8cfc05b1: Verifying Checksum [2024-08-07T00:41:40.450Z] d65c8cfc05b1: Download complete [2024-08-07T00:41:40.715Z] 699f458cf7ca: Verifying Checksum [2024-08-07T00:41:40.715Z] 699f458cf7ca: Download complete [2024-08-07T00:41:40.980Z] 8998bd30e6a1: Verifying Checksum [2024-08-07T00:41:40.980Z] 8998bd30e6a1: Download complete [2024-08-07T00:41:43.547Z] 2437ff75d9bd: Verifying Checksum [2024-08-07T00:41:43.547Z] 2437ff75d9bd: Download complete [2024-08-07T00:41:45.475Z] 8998bd30e6a1: Pull complete [2024-08-07T00:41:46.051Z] 04944245beec: Pull complete [2024-08-07T00:41:47.979Z] 699f458cf7ca: Pull complete [2024-08-07T00:41:47.979Z] 765212b225bb: Pull complete [2024-08-07T00:41:48.555Z] f23df028b6ca: Pull complete [2024-08-07T00:41:48.818Z] d65c8cfc05b1: Pull complete [2024-08-07T00:42:06.980Z] 2437ff75d9bd: Pull complete [2024-08-07T00:42:06.980Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-08-07T00:42:06.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-07T00:42:06.980Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T00:42:07.173Z] prd-ubuntu20.04-docker-arm64-4c-16g-7232 does not seem to be running inside a container [2024-08-07T00:42:07.220Z] $ 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/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@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-08-07T00:42:10.038Z] $ docker top b9e48c95d1804b4f8146f06bf9cf9bd9117a3aa4b553d81206aa065463945fef -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T00:42:10.936Z] ---> job-cost.sh [2024-08-07T00:42:10.936Z] lf-activate-venv: SKIPPING [2024-08-07T00:42:10.936Z] INFO: No Stack... [2024-08-07T00:42:11.515Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-08-07T00:42:12.094Z] INFO: Archiving Costs [Pipeline] sh [2024-08-07T00:42:12.725Z] + cat /w/workspace/edgex-go/664/archives/cost.csv [2024-08-07T00:42:12.725Z] + cut -d, -f6 [Pipeline] lock [2024-08-07T00:42:12.760Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-664-stack-cost] [2024-08-07T00:42:12.770Z] Resource [jenkins-edgexfoundry-edgex-go-main-664-stack-cost] did not exist. Created. [2024-08-07T00:42:12.776Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-664-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-08-07T00:42:13.418Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-08-07T00:42:14.002Z] Stashed 1 file(s) [Pipeline] } [2024-08-07T00:42:14.011Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-664-stack-cost] [Pipeline] // lock [Pipeline] } [2024-08-07T00:42:14.042Z] $ docker stop --time=1 b9e48c95d1804b4f8146f06bf9cf9bd9117a3aa4b553d81206aa065463945fef [2024-08-07T00:42:15.571Z] $ docker rm -f --volumes b9e48c95d1804b4f8146f06bf9cf9bd9117a3aa4b553d81206aa065463945fef [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-08-07T00:42:16.120Z] provisioning config files... [2024-08-07T00:42:16.127Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/664@tmp/config16083601439769190013tmp [Pipeline] { [Pipeline] sh [2024-08-07T00:42:16.429Z] + set +x [2024-08-07T00:42:16.430Z] + bash -s -- [2024-08-07T00:42:16.430Z] + curl -s https://codecov.io/bash [2024-08-07T00:42:16.430Z] [2024-08-07T00:42:16.430Z] _____ _ [2024-08-07T00:42:16.430Z] / ____| | | [2024-08-07T00:42:16.430Z] | | ___ __| | ___ ___ _____ __ [2024-08-07T00:42:16.430Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-08-07T00:42:16.430Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-08-07T00:42:16.430Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-08-07T00:42:16.430Z] Bash-1.0.6 [2024-08-07T00:42:16.430Z] [2024-08-07T00:42:16.430Z] [2024-08-07T00:42:16.430Z] ==> git version 2.25.1 found [2024-08-07T00:42:16.430Z] ==> 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-08-07T00:42:16.430Z] Release-Date: 2020-01-08 [2024-08-07T00:42:16.430Z] 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-08-07T00:42:16.430Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-08-07T00:42:16.430Z] ==> Jenkins CI detected. [2024-08-07T00:42:16.430Z] current dir:  /w/workspace/edgex-go/664 [2024-08-07T00:42:16.430Z] project root: . [2024-08-07T00:42:16.430Z] --> token set from env [2024-08-07T00:42:16.690Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-08-07T00:42:16.690Z] ==> Running gcov in . (disable via -X gcov) [2024-08-07T00:42:16.690Z] ==> Python coveragepy not found [2024-08-07T00:42:16.690Z] ==> Searching for coverage reports in: [2024-08-07T00:42:16.690Z] + . [2024-08-07T00:42:16.690Z] -> Found 1 reports [2024-08-07T00:42:16.690Z] ==> Detecting git/mercurial file structure [2024-08-07T00:42:16.690Z] ==> Reading reports [2024-08-07T00:42:16.690Z] + ./coverage.out bytes=504185 [2024-08-07T00:42:16.690Z] ==> Appending adjustments [2024-08-07T00:42:16.690Z] https://docs.codecov.io/docs/fixing-reports [2024-08-07T00:42:18.066Z] + Found adjustments [2024-08-07T00:42:18.066Z] ==> Gzipping contents [2024-08-07T00:42:18.066Z] 64K /tmp/codecov.49fWxL.gz [2024-08-07T00:42:18.066Z] ==> Uploading reports [2024-08-07T00:42:18.066Z] url: https://codecov.io [2024-08-07T00:42:18.066Z] query: branch=main&commit=574c71a500a07162c29ac549af62d3136e4ef698&build=664&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F664%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-07T00:42:18.066Z] -> Pinging Codecov [2024-08-07T00:42:18.067Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=574c71a500a07162c29ac549af62d3136e4ef698&build=664&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F664%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-07T00:42:18.067Z] -> Uploading to [2024-08-07T00:42:18.067Z] https://storage.googleapis.com/codecov/v4/raw/2024-08-07/00271124DB129430A58F1EEE437C3FCB/574c71a500a07162c29ac549af62d3136e4ef698/961aae72-3fdc-48df-a50a-2cc3d70dd2eb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20240807%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240807T004217Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=056077f1ed14174598007e1f4ce747f9526eba002ae7093f87d14c122a5dbfce [2024-08-07T00:42:18.067Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T00:42:18.067Z] Dload Upload Total Spent Left Speed [2024-08-07T00:42:18.324Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 64288 0 0 100 64288 0 303k --:--:-- --:--:-- --:--:-- 301k 100 64288 0 0 100 64288 0 212k --:--:-- --:--:-- --:--:-- 211k [2024-08-07T00:42:18.324Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [2024-08-07T00:42:18.330Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-08-07T00:42:18.566Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-08-07T00:42:18.587Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:42:18.898Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-07T00:42:18.898Z] [2024-08-07T00:42:18.898Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:42:19.209Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-07T00:42:19.209Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-08-07T00:42:19.209Z] 619be1103602: Already exists [2024-08-07T00:42:19.209Z] f8ea3408117e: Pulling fs layer [2024-08-07T00:42:19.209Z] 91320369b822: Pulling fs layer [2024-08-07T00:42:19.209Z] 0406650e8295: Pulling fs layer [2024-08-07T00:42:19.209Z] 4f4fb700ef54: Pulling fs layer [2024-08-07T00:42:19.209Z] 96d80e3f36e1: Pulling fs layer [2024-08-07T00:42:19.209Z] bcf3aedb951c: Pulling fs layer [2024-08-07T00:42:19.209Z] 4f4fb700ef54: Waiting [2024-08-07T00:42:19.209Z] 96d80e3f36e1: Waiting [2024-08-07T00:42:19.209Z] bcf3aedb951c: Waiting [2024-08-07T00:42:19.209Z] 0406650e8295: Verifying Checksum [2024-08-07T00:42:19.209Z] 0406650e8295: Download complete [2024-08-07T00:42:19.209Z] f8ea3408117e: Verifying Checksum [2024-08-07T00:42:19.209Z] 4f4fb700ef54: Verifying Checksum [2024-08-07T00:42:19.209Z] 4f4fb700ef54: Download complete [2024-08-07T00:42:19.467Z] 96d80e3f36e1: Verifying Checksum [2024-08-07T00:42:19.467Z] 96d80e3f36e1: Download complete [2024-08-07T00:42:19.467Z] f8ea3408117e: Pull complete [2024-08-07T00:42:19.727Z] 91320369b822: Download complete [2024-08-07T00:42:20.290Z] bcf3aedb951c: Verifying Checksum [2024-08-07T00:42:20.290Z] bcf3aedb951c: Download complete [2024-08-07T00:42:22.814Z] 91320369b822: Pull complete [2024-08-07T00:42:23.072Z] 0406650e8295: Pull complete [2024-08-07T00:42:23.072Z] 4f4fb700ef54: Pull complete [2024-08-07T00:42:23.329Z] 96d80e3f36e1: Pull complete [2024-08-07T00:42:26.604Z] bcf3aedb951c: Pull complete [2024-08-07T00:42:26.604Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-08-07T00:42:26.604Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-07T00:42:26.604Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T00:42:26.708Z] prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container [2024-08-07T00:42:26.734Z] $ 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/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-08-07T00:42:31.397Z] $ docker top 4e0bfaf87e71fc2f49a39a72cbb05e29612cb40b849a26dbf8152b2732b27eae -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T00:42:31.748Z] + git config --global --add safe.directory /w/workspace/edgex-go/664 [Pipeline] echo [2024-08-07T00:42:31.757Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-08-07T00:42:32.035Z] + set -o pipefail [2024-08-07T00:42:32.035Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-08-07T00:42:42.005Z] [2024-08-07T00:42:42.005Z] Monitoring /w/workspace/edgex-go/664 (github.com/edgexfoundry/edgex-go)... [2024-08-07T00:42:42.005Z] [2024-08-07T00:42:42.005Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/1402dd63-584d-4480-a4f9-64e7434e4d92 [2024-08-07T00:42:42.005Z] [2024-08-07T00:42:42.005Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-08-07T00:42:42.005Z] [2024-08-07T00:42:42.263Z] [2024-08-07T00:42:42.263Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-08-07T00:42:42.263Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-08-07T00:42:42.525Z] $ docker stop --time=1 4e0bfaf87e71fc2f49a39a72cbb05e29612cb40b849a26dbf8152b2732b27eae [2024-08-07T00:42:47.583Z] $ docker rm -f --volumes 4e0bfaf87e71fc2f49a39a72cbb05e29612cb40b849a26dbf8152b2732b27eae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-08-07T00:42:48.131Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T00:42:48.144Z] provisioning config files... [2024-08-07T00:42:48.152Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/664@tmp/config1784157698439898560tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T00:42:48.451Z] --> edgex-publish-swagger.sh [2024-08-07T00:42:48.451Z] === Publish openapi/v3 API === [2024-08-07T00:42:48.451Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-08-07T00:42:48.451Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/664/openapi/v3/core-command.yaml] [2024-08-07T00:42:48.451Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T00:42:48.451Z] Dload Upload Total Spent Left Speed [2024-08-07T00:42:49.019Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 59173 --:--:-- --:--:-- --:--:-- 59066 [2024-08-07T00:42:49.019Z] [2024-08-07T00:42:49.019Z] [2024-08-07T00:42:49.019Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/664/openapi/v3/core-data.yaml] [2024-08-07T00:42:49.019Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T00:42:49.019Z] Dload Upload Total Spent Left Speed [2024-08-07T00:42:49.587Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 130k --:--:-- --:--:-- --:--:-- 130k 100 72043 0 0 100 72043 0 130k --:--:-- --:--:-- --:--:-- 129k [2024-08-07T00:42:49.587Z] [2024-08-07T00:42:49.587Z] [2024-08-07T00:42:49.587Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/664/openapi/v3/core-keeper.yaml] [2024-08-07T00:42:49.587Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T00:42:49.587Z] Dload Upload Total Spent Left Speed [2024-08-07T00:42:49.846Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 213 103k --:--:-- --:--:-- --:--:-- 103k [2024-08-07T00:42:49.846Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-08-07T00:42:49.846Z] [2024-08-07T00:42:49.846Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/664/openapi/v3/core-metadata.yaml] [2024-08-07T00:42:49.846Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T00:42:49.846Z] Dload Upload Total Spent Left Speed [2024-08-07T00:42:50.414Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 334 319k --:--:-- --:--:-- --:--:-- 319k [2024-08-07T00:42:50.414Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-07T00:42:50.414Z] [2024-08-07T00:42:50.414Z] [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/664/openapi/v3/support-cron-scheduler.yaml] [2024-08-07T00:42:50.414Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T00:42:50.414Z] Dload Upload Total Spent Left Speed [2024-08-07T00:42:50.674Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 42910 0 0 100 42910 0 710k --:--:-- --:--:-- --:--:-- 698k 100 42976 100 66 100 42910 204 129k --:--:-- --:--:-- --:--:-- 129k [2024-08-07T00:42:50.674Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-08-07T00:42:50.674Z] [2024-08-07T00:42:50.674Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/664/openapi/v3/support-notifications.yaml] [2024-08-07T00:42:50.674Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T00:42:50.674Z] Dload Upload Total Spent Left Speed [2024-08-07T00:42:51.241Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 326 178k --:--:-- --:--:-- --:--:-- 179k [2024-08-07T00:42:51.241Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-07T00:42:51.241Z] [2024-08-07T00:42:51.241Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/664/openapi/v3/support-scheduler.yaml] [2024-08-07T00:42:51.241Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T00:42:51.241Z] Dload Upload Total Spent Left Speed [2024-08-07T00:42:51.501Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 337 79987 --:--:-- --:--:-- --:--:-- 80151 100 37110 100 156 100 36954 336 79814 --:--:-- --:--:-- --:--:-- 80151 [2024-08-07T00:42:51.501Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-07T00:42:51.501Z] [Pipeline] } [2024-08-07T00:42:51.508Z] 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-08-07T00:42:51.940Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T00:42:51.940Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:42:52.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T00:42:52.232Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T00:42:52.311Z] prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container [2024-08-07T00:42:52.328Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-07T00:42:52.801Z] $ docker top 547bf12189e9b6720f14bc966593478c8cb4ee845e6dcd1fcae00349f7a0ee0d -eo pid,comm [2024-08-07T00:42:52.857Z] 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-08-07T00:42:52.857Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T00:42:52.923Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T00:42:52.923Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T00:42:53.044Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T00:42:53.042Z] $ docker exec 547bf12189e9b6720f14bc966593478c8cb4ee845e6dcd1fcae00349f7a0ee0d ssh-agent [2024-08-07T00:42:53.154Z] SSH_AUTH_SOCK=/tmp/ssh-RMc2RoUcgKcT/agent.32 [2024-08-07T00:42:53.154Z] SSH_AGENT_PID=38 [2024-08-07T00:42:53.158Z] Running ssh-add (command line suppressed) [2024-08-07T00:42:53.254Z] Identity added: /w/workspace/edgex-go/664@tmp/private_key_8418858497188492405.key (/w/workspace/edgex-go/664@tmp/private_key_8418858497188492405.key) [2024-08-07T00:42:53.272Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T00:42:53.563Z] + git semver tag [2024-08-07T00:42:53.822Z] 2024-08-07 00:42:53,747 [run_tag] DEBUG tag force:False [2024-08-07T00:42:53.822Z] 2024-08-07 00:42:53,747 [check_head_tag] DEBUG check head tag [2024-08-07T00:42:53.822Z] 2024-08-07 00:42:53,749 [execute] INFO git cat-file --batch-check [2024-08-07T00:42:53.822Z] 2024-08-07 00:42:53,750 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/664, universal_newlines=False, shell=None, istream=) [2024-08-07T00:42:53.822Z] 2024-08-07 00:42:53,753 [execute] INFO git cat-file --batch [2024-08-07T00:42:53.822Z] 2024-08-07 00:42:53,753 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/664, universal_newlines=False, shell=None, istream=) [2024-08-07T00:42:53.822Z] 2024-08-07 00:42:53,791 [read_version] DEBUG read version from /w/workspace/edgex-go/664/.semver/main [2024-08-07T00:42:53.822Z] 2024-08-07 00:42:53,791 [execute] INFO git tag -a v3.2.0-dev.46 -m v3.2.0-dev.46 [2024-08-07T00:42:53.822Z] 2024-08-07 00:42:53,791 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.46', '-m', 'v3.2.0-dev.46'], cwd=/w/workspace/edgex-go/664, universal_newlines=False, shell=None, istream=None) [2024-08-07T00:42:53.822Z] 2024-08-07 00:42:53,795 [read_version] DEBUG read version from /w/workspace/edgex-go/664/.semver/main [2024-08-07T00:42:53.822Z] 3.2.0-dev.46 [Pipeline] } [2024-08-07T00:42:53.824Z] $ docker exec --env ******** --env ******** 547bf12189e9b6720f14bc966593478c8cb4ee845e6dcd1fcae00349f7a0ee0d ssh-agent -k [2024-08-07T00:42:53.932Z] unset SSH_AUTH_SOCK; [2024-08-07T00:42:53.933Z] unset SSH_AGENT_PID; [2024-08-07T00:42:53.933Z] echo Agent pid 38 killed; [2024-08-07T00:42:53.949Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T00:42:54.266Z] + git semver [Pipeline] } [2024-08-07T00:42:54.533Z] $ docker stop --time=1 547bf12189e9b6720f14bc966593478c8cb4ee845e6dcd1fcae00349f7a0ee0d [2024-08-07T00:42:55.824Z] $ docker rm -f --volumes 547bf12189e9b6720f14bc966593478c8cb4ee845e6dcd1fcae00349f7a0ee0d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:42:56.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-07T00:42:56.233Z] [2024-08-07T00:42:56.233Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:42:56.537Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-07T00:42:56.538Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-08-07T00:42:56.538Z] ab5ef0e58194: Pulling fs layer [2024-08-07T00:42:56.538Z] 9712f1f96733: Pulling fs layer [2024-08-07T00:42:56.538Z] 63f879dbbcfc: Pulling fs layer [2024-08-07T00:42:56.538Z] 0d9ebad4ef96: Pulling fs layer [2024-08-07T00:42:56.538Z] e9a5061849ea: Pulling fs layer [2024-08-07T00:42:56.538Z] d747dcd14b5f: Pulling fs layer [2024-08-07T00:42:56.538Z] 2de7ff778b66: Pulling fs layer [2024-08-07T00:42:56.538Z] 0d9ebad4ef96: Waiting [2024-08-07T00:42:56.538Z] d747dcd14b5f: Waiting [2024-08-07T00:42:56.538Z] e9a5061849ea: Waiting [2024-08-07T00:42:56.538Z] 2de7ff778b66: Waiting [2024-08-07T00:42:56.538Z] 9712f1f96733: Verifying Checksum [2024-08-07T00:42:56.538Z] 9712f1f96733: Download complete [2024-08-07T00:42:57.108Z] 63f879dbbcfc: Verifying Checksum [2024-08-07T00:42:57.108Z] 63f879dbbcfc: Download complete [2024-08-07T00:42:57.108Z] 0d9ebad4ef96: Verifying Checksum [2024-08-07T00:42:57.108Z] 0d9ebad4ef96: Download complete [2024-08-07T00:42:57.108Z] d747dcd14b5f: Download complete [2024-08-07T00:42:57.108Z] e9a5061849ea: Verifying Checksum [2024-08-07T00:42:57.108Z] e9a5061849ea: Download complete [2024-08-07T00:42:57.108Z] ab5ef0e58194: Verifying Checksum [2024-08-07T00:42:57.108Z] ab5ef0e58194: Download complete [2024-08-07T00:42:57.108Z] 2de7ff778b66: Verifying Checksum [2024-08-07T00:42:57.108Z] 2de7ff778b66: Download complete [2024-08-07T00:42:59.635Z] ab5ef0e58194: Pull complete [2024-08-07T00:42:59.893Z] 9712f1f96733: Pull complete [2024-08-07T00:43:00.537Z] 63f879dbbcfc: Pull complete [2024-08-07T00:43:04.935Z] 0d9ebad4ef96: Pull complete [2024-08-07T00:43:04.935Z] e9a5061849ea: Pull complete [2024-08-07T00:43:04.935Z] d747dcd14b5f: Pull complete [2024-08-07T00:43:06.314Z] 2de7ff778b66: Pull complete [2024-08-07T00:43:06.314Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-08-07T00:43:06.314Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-07T00:43:06.315Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T00:43:06.421Z] prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container [2024-08-07T00:43:06.445Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-08-07T00:43:12.981Z] $ docker top a84cba079d3030632bb6916e336890d02973151ab689b4fbf2ba01883eadcc03 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-08-07T00:43:13.066Z] provisioning config files... [2024-08-07T00:43:13.073Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/664@tmp/config2932646005510988802tmp [2024-08-07T00:43:13.083Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/664@tmp/config14623682094056967739tmp [2024-08-07T00:43:13.091Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/664@tmp/config2303664910559107284tmp [Pipeline] { [Pipeline] echo [2024-08-07T00:43:13.119Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T00:43:13.411Z] ---> sigul-configuration.sh [2024-08-07T00:43:13.411Z] gpg: directory `/root/.gnupg' created [2024-08-07T00:43:13.411Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-08-07T00:43:13.411Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-08-07T00:43:13.411Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-08-07T00:43:13.411Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-08-07T00:43:13.411Z] gpg: CAST5 encrypted data [2024-08-07T00:43:13.411Z] gpg: encrypted with 1 passphrase [2024-08-07T00:43:13.411Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-08-07T00:43:13.707Z] + mkdir /home/jenkins [2024-08-07T00:43:13.707Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-08-07T00:43:14.002Z] + 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-08-07T00:43:14.014Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T00:43:14.305Z] ---> sigul-install.sh [2024-08-07T00:43:14.305Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-08-07T00:43:14.601Z] + git tag --list [2024-08-07T00:43:14.601Z] 0.6.0 [2024-08-07T00:43:14.601Z] 0.6.1 [2024-08-07T00:43:14.601Z] 0.7.0 [2024-08-07T00:43:14.601Z] 0.7.1 [2024-08-07T00:43:14.601Z] v1.0.0 [2024-08-07T00:43:14.601Z] v1.0.1 [2024-08-07T00:43:14.601Z] v1.1.0 [2024-08-07T00:43:14.601Z] v1.2.0 [2024-08-07T00:43:14.601Z] v1.2.1 [2024-08-07T00:43:14.601Z] v1.3.0 [2024-08-07T00:43:14.601Z] v1.3.1 [2024-08-07T00:43:14.601Z] v2.0.0 [2024-08-07T00:43:14.601Z] v2.1.0 [2024-08-07T00:43:14.601Z] v2.1.1 [2024-08-07T00:43:14.601Z] v2.2.0 [2024-08-07T00:43:14.601Z] v2.3.0 [2024-08-07T00:43:14.601Z] v3.0 [2024-08-07T00:43:14.601Z] v3.0.0 [2024-08-07T00:43:14.601Z] v3.1 [2024-08-07T00:43:14.601Z] v3.1.0 [2024-08-07T00:43:14.601Z] v3.1.0-dev.1 [2024-08-07T00:43:14.601Z] v3.1.0-dev.10 [2024-08-07T00:43:14.601Z] v3.1.0-dev.11 [2024-08-07T00:43:14.601Z] v3.1.0-dev.12 [2024-08-07T00:43:14.601Z] v3.1.0-dev.13 [2024-08-07T00:43:14.601Z] v3.1.0-dev.14 [2024-08-07T00:43:14.601Z] v3.1.0-dev.15 [2024-08-07T00:43:14.601Z] v3.1.0-dev.16 [2024-08-07T00:43:14.601Z] v3.1.0-dev.17 [2024-08-07T00:43:14.601Z] v3.1.0-dev.18 [2024-08-07T00:43:14.601Z] v3.1.0-dev.19 [2024-08-07T00:43:14.601Z] v3.1.0-dev.2 [2024-08-07T00:43:14.601Z] v3.1.0-dev.20 [2024-08-07T00:43:14.601Z] v3.1.0-dev.21 [2024-08-07T00:43:14.601Z] v3.1.0-dev.22 [2024-08-07T00:43:14.601Z] v3.1.0-dev.23 [2024-08-07T00:43:14.601Z] v3.1.0-dev.24 [2024-08-07T00:43:14.601Z] v3.1.0-dev.25 [2024-08-07T00:43:14.601Z] v3.1.0-dev.26 [2024-08-07T00:43:14.601Z] v3.1.0-dev.27 [2024-08-07T00:43:14.601Z] v3.1.0-dev.28 [2024-08-07T00:43:14.601Z] v3.1.0-dev.29 [2024-08-07T00:43:14.601Z] v3.1.0-dev.3 [2024-08-07T00:43:14.601Z] v3.1.0-dev.30 [2024-08-07T00:43:14.601Z] v3.1.0-dev.31 [2024-08-07T00:43:14.601Z] v3.1.0-dev.32 [2024-08-07T00:43:14.601Z] v3.1.0-dev.33 [2024-08-07T00:43:14.601Z] v3.1.0-dev.34 [2024-08-07T00:43:14.601Z] v3.1.0-dev.35 [2024-08-07T00:43:14.601Z] v3.1.0-dev.36 [2024-08-07T00:43:14.601Z] v3.1.0-dev.37 [2024-08-07T00:43:14.601Z] v3.1.0-dev.38 [2024-08-07T00:43:14.601Z] v3.1.0-dev.39 [2024-08-07T00:43:14.601Z] v3.1.0-dev.4 [2024-08-07T00:43:14.601Z] v3.1.0-dev.40 [2024-08-07T00:43:14.601Z] v3.1.0-dev.41 [2024-08-07T00:43:14.601Z] v3.1.0-dev.42 [2024-08-07T00:43:14.601Z] v3.1.0-dev.43 [2024-08-07T00:43:14.601Z] v3.1.0-dev.44 [2024-08-07T00:43:14.601Z] v3.1.0-dev.45 [2024-08-07T00:43:14.601Z] v3.1.0-dev.46 [2024-08-07T00:43:14.601Z] v3.1.0-dev.47 [2024-08-07T00:43:14.601Z] v3.1.0-dev.48 [2024-08-07T00:43:14.601Z] v3.1.0-dev.49 [2024-08-07T00:43:14.601Z] v3.1.0-dev.5 [2024-08-07T00:43:14.601Z] v3.1.0-dev.50 [2024-08-07T00:43:14.601Z] v3.1.0-dev.51 [2024-08-07T00:43:14.601Z] v3.1.0-dev.52 [2024-08-07T00:43:14.601Z] v3.1.0-dev.53 [2024-08-07T00:43:14.601Z] v3.1.0-dev.54 [2024-08-07T00:43:14.601Z] v3.1.0-dev.55 [2024-08-07T00:43:14.601Z] v3.1.0-dev.56 [2024-08-07T00:43:14.601Z] v3.1.0-dev.57 [2024-08-07T00:43:14.601Z] v3.1.0-dev.58 [2024-08-07T00:43:14.601Z] v3.1.0-dev.59 [2024-08-07T00:43:14.601Z] v3.1.0-dev.6 [2024-08-07T00:43:14.601Z] v3.1.0-dev.60 [2024-08-07T00:43:14.601Z] v3.1.0-dev.61 [2024-08-07T00:43:14.601Z] v3.1.0-dev.62 [2024-08-07T00:43:14.601Z] v3.1.0-dev.63 [2024-08-07T00:43:14.601Z] v3.1.0-dev.64 [2024-08-07T00:43:14.601Z] v3.1.0-dev.65 [2024-08-07T00:43:14.601Z] v3.1.0-dev.66 [2024-08-07T00:43:14.601Z] v3.1.0-dev.67 [2024-08-07T00:43:14.601Z] v3.1.0-dev.68 [2024-08-07T00:43:14.601Z] v3.1.0-dev.69 [2024-08-07T00:43:14.601Z] v3.1.0-dev.7 [2024-08-07T00:43:14.601Z] v3.1.0-dev.70 [2024-08-07T00:43:14.601Z] v3.1.0-dev.71 [2024-08-07T00:43:14.601Z] v3.1.0-dev.72 [2024-08-07T00:43:14.601Z] v3.1.0-dev.73 [2024-08-07T00:43:14.601Z] v3.1.0-dev.8 [2024-08-07T00:43:14.601Z] v3.1.0-dev.9 [2024-08-07T00:43:14.601Z] v3.1.1 [2024-08-07T00:43:14.601Z] v3.1.1-dev.1 [2024-08-07T00:43:14.601Z] v3.1.1-dev.2 [2024-08-07T00:43:14.601Z] v3.2.0-dev.1 [2024-08-07T00:43:14.601Z] v3.2.0-dev.10 [2024-08-07T00:43:14.601Z] v3.2.0-dev.11 [2024-08-07T00:43:14.601Z] v3.2.0-dev.12 [2024-08-07T00:43:14.601Z] v3.2.0-dev.13 [2024-08-07T00:43:14.601Z] v3.2.0-dev.14 [2024-08-07T00:43:14.601Z] v3.2.0-dev.15 [2024-08-07T00:43:14.601Z] v3.2.0-dev.16 [2024-08-07T00:43:14.601Z] v3.2.0-dev.17 [2024-08-07T00:43:14.601Z] v3.2.0-dev.18 [2024-08-07T00:43:14.601Z] v3.2.0-dev.19 [2024-08-07T00:43:14.601Z] v3.2.0-dev.2 [2024-08-07T00:43:14.601Z] v3.2.0-dev.20 [2024-08-07T00:43:14.601Z] v3.2.0-dev.21 [2024-08-07T00:43:14.601Z] v3.2.0-dev.22 [2024-08-07T00:43:14.601Z] v3.2.0-dev.23 [2024-08-07T00:43:14.601Z] v3.2.0-dev.24 [2024-08-07T00:43:14.601Z] v3.2.0-dev.25 [2024-08-07T00:43:14.601Z] v3.2.0-dev.26 [2024-08-07T00:43:14.601Z] v3.2.0-dev.27 [2024-08-07T00:43:14.601Z] v3.2.0-dev.28 [2024-08-07T00:43:14.601Z] v3.2.0-dev.29 [2024-08-07T00:43:14.601Z] v3.2.0-dev.3 [2024-08-07T00:43:14.601Z] v3.2.0-dev.30 [2024-08-07T00:43:14.601Z] v3.2.0-dev.31 [2024-08-07T00:43:14.601Z] v3.2.0-dev.32 [2024-08-07T00:43:14.601Z] v3.2.0-dev.33 [2024-08-07T00:43:14.601Z] v3.2.0-dev.34 [2024-08-07T00:43:14.601Z] v3.2.0-dev.35 [2024-08-07T00:43:14.601Z] v3.2.0-dev.36 [2024-08-07T00:43:14.601Z] v3.2.0-dev.37 [2024-08-07T00:43:14.601Z] v3.2.0-dev.38 [2024-08-07T00:43:14.601Z] v3.2.0-dev.39 [2024-08-07T00:43:14.601Z] v3.2.0-dev.4 [2024-08-07T00:43:14.601Z] v3.2.0-dev.40 [2024-08-07T00:43:14.601Z] v3.2.0-dev.41 [2024-08-07T00:43:14.601Z] v3.2.0-dev.42 [2024-08-07T00:43:14.601Z] v3.2.0-dev.43 [2024-08-07T00:43:14.601Z] v3.2.0-dev.44 [2024-08-07T00:43:14.601Z] v3.2.0-dev.45 [2024-08-07T00:43:14.601Z] v3.2.0-dev.46 [2024-08-07T00:43:14.601Z] v3.2.0-dev.5 [2024-08-07T00:43:14.601Z] v3.2.0-dev.6 [2024-08-07T00:43:14.601Z] v3.2.0-dev.7 [2024-08-07T00:43:14.601Z] v3.2.0-dev.8 [2024-08-07T00:43:14.601Z] v3.2.0-dev.9 [Pipeline] sh [2024-08-07T00:43:14.898Z] + lftools sign git-tag v3.2.0-dev.46 [2024-08-07T00:43:15.468Z] Signing Git tag with Sigul... [2024-08-07T00:43:15.468Z] Signing v3.2.0-dev.46 [Pipeline] echo [2024-08-07T00:43:16.053Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T00:43:16.345Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-08-07T00:43:16.352Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-08-07T00:43:16.378Z] $ docker stop --time=1 a84cba079d3030632bb6916e336890d02973151ab689b4fbf2ba01883eadcc03 [2024-08-07T00:43:17.691Z] $ docker rm -f --volumes a84cba079d3030632bb6916e336890d02973151ab689b4fbf2ba01883eadcc03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-08-07T00:43:18.137Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T00:43:18.137Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:43:18.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T00:43:18.439Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T00:43:18.523Z] prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container [2024-08-07T00:43:18.550Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-07T00:43:18.891Z] $ docker top 7f090b0caa3cb8cea1249f389eecc3268e7c28e89cbf4a1007dc0e4526ad9934 -eo pid,comm [2024-08-07T00:43:18.947Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-08-07T00:43:18.947Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T00:43:19.005Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T00:43:19.005Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T00:43:19.110Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T00:43:19.108Z] $ docker exec 7f090b0caa3cb8cea1249f389eecc3268e7c28e89cbf4a1007dc0e4526ad9934 ssh-agent [2024-08-07T00:43:19.215Z] SSH_AUTH_SOCK=/tmp/ssh-JqyDJKHX0M3K/agent.32 [2024-08-07T00:43:19.215Z] SSH_AGENT_PID=38 [2024-08-07T00:43:19.220Z] Running ssh-add (command line suppressed) [2024-08-07T00:43:19.309Z] Identity added: /w/workspace/edgex-go/664@tmp/private_key_1320411423322337435.key (/w/workspace/edgex-go/664@tmp/private_key_1320411423322337435.key) [2024-08-07T00:43:19.326Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T00:43:19.615Z] + git semver bump pre [2024-08-07T00:43:19.875Z] 2024-08-07 00:43:19,777 [read_version] DEBUG read version from /w/workspace/edgex-go/664/.semver/main [2024-08-07T00:43:19.875Z] 2024-08-07 00:43:19,777 [bump_version] DEBUG bumping version:3.2.0-dev.46 on axis:pre with prefix:dev [2024-08-07T00:43:19.875Z] 2024-08-07 00:43:19,777 [bump_version] DEBUG bumped version:3.2.0-dev.47 [2024-08-07T00:43:19.875Z] 2024-08-07 00:43:19,777 [write_version] DEBUG write version:3.2.0-dev.47 to path:/w/workspace/edgex-go/664/.semver/main with force:True [2024-08-07T00:43:19.875Z] 2024-08-07 00:43:19,777 [read_version] DEBUG read version from /w/workspace/edgex-go/664/.semver/main [2024-08-07T00:43:19.875Z] 2024-08-07 00:43:19,777 [write_file] DEBUG write to file:/w/workspace/edgex-go/664/.semver/main [2024-08-07T00:43:19.875Z] 2024-08-07 00:43:19,779 [execute] INFO git cat-file --batch-check [2024-08-07T00:43:19.875Z] 2024-08-07 00:43:19,779 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/664/.semver, universal_newlines=False, shell=None, istream=) [2024-08-07T00:43:19.875Z] 2024-08-07 00:43:19,784 [execute] INFO git cat-file --batch [2024-08-07T00:43:19.875Z] 2024-08-07 00:43:19,785 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/664/.semver, universal_newlines=False, shell=None, istream=) [2024-08-07T00:43:19.875Z] 2024-08-07 00:43:19,790 [read_version] DEBUG read version from /w/workspace/edgex-go/664/.semver/main [2024-08-07T00:43:19.875Z] 3.2.0-dev.47 [Pipeline] } [2024-08-07T00:43:19.880Z] $ docker exec --env ******** --env ******** 7f090b0caa3cb8cea1249f389eecc3268e7c28e89cbf4a1007dc0e4526ad9934 ssh-agent -k [2024-08-07T00:43:19.982Z] unset SSH_AUTH_SOCK; [2024-08-07T00:43:19.982Z] unset SSH_AGENT_PID; [2024-08-07T00:43:19.982Z] echo Agent pid 38 killed; [2024-08-07T00:43:19.997Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T00:43:20.314Z] + git semver [Pipeline] } [2024-08-07T00:43:20.581Z] $ docker stop --time=1 7f090b0caa3cb8cea1249f389eecc3268e7c28e89cbf4a1007dc0e4526ad9934 [2024-08-07T00:43:21.861Z] $ docker rm -f --volumes 7f090b0caa3cb8cea1249f389eecc3268e7c28e89cbf4a1007dc0e4526ad9934 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T00:43:22.211Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T00:43:22.211Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:43:22.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T00:43:22.519Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T00:43:22.596Z] prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container [2024-08-07T00:43:22.621Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-07T00:43:22.962Z] $ docker top 4c1e29bd049e13c7030908bf5a09334cb006b1f9051abaf1fe714352c36b11b0 -eo pid,comm [2024-08-07T00:43:23.016Z] 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-08-07T00:43:23.016Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T00:43:23.077Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T00:43:23.077Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T00:43:23.197Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T00:43:23.194Z] $ docker exec 4c1e29bd049e13c7030908bf5a09334cb006b1f9051abaf1fe714352c36b11b0 ssh-agent [2024-08-07T00:43:23.309Z] SSH_AUTH_SOCK=/tmp/ssh-mzd2MxfgahYe/agent.32 [2024-08-07T00:43:23.309Z] SSH_AGENT_PID=38 [2024-08-07T00:43:23.313Z] Running ssh-add (command line suppressed) [2024-08-07T00:43:23.406Z] Identity added: /w/workspace/edgex-go/664@tmp/private_key_733055792064474550.key (/w/workspace/edgex-go/664@tmp/private_key_733055792064474550.key) [2024-08-07T00:43:23.423Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T00:43:23.708Z] + git semver push [2024-08-07T00:43:23.966Z] 2024-08-07 00:43:23,872 [run_push] DEBUG push [2024-08-07T00:43:23.966Z] 2024-08-07 00:43:23,872 [execute] INFO git cat-file --batch-check [2024-08-07T00:43:23.966Z] 2024-08-07 00:43:23,873 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/664/.semver, universal_newlines=False, shell=None, istream=) [2024-08-07T00:43:23.966Z] 2024-08-07 00:43:23,876 [execute] INFO git rev-list 54bae98a167e355a5ad3bc3ea3336209b4ecf60b -- [2024-08-07T00:43:23.966Z] 2024-08-07 00:43:23,877 [execute] DEBUG Popen(['git', 'rev-list', '54bae98a167e355a5ad3bc3ea3336209b4ecf60b', '--'], cwd=/w/workspace/edgex-go/664/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-07T00:43:23.966Z] 2024-08-07 00:43:23,894 [execute] INFO git fetch -v origin [2024-08-07T00:43:23.966Z] 2024-08-07 00:43:23,894 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/664/.semver, universal_newlines=True, shell=None, istream=None) [2024-08-07T00:43:24.533Z] 2024-08-07 00:43:24,346 [run_push] DEBUG no remote changes detected [2024-08-07T00:43:24.533Z] 2024-08-07 00:43:24,347 [execute] INFO git push origin semver [2024-08-07T00:43:24.533Z] 2024-08-07 00:43:24,347 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/664/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-07T00:43:25.472Z] 2024-08-07 00:43:25,188 [run_push] DEBUG push all version tags [2024-08-07T00:43:25.472Z] 2024-08-07 00:43:25,189 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-08-07T00:43:25.472Z] 2024-08-07 00:43:25,190 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/664, universal_newlines=False, shell=None, istream=None) [2024-08-07T00:43:26.039Z] 2024-08-07 00:43:25,921 [read_version] DEBUG read version from /w/workspace/edgex-go/664/.semver/main [2024-08-07T00:43:26.039Z] 3.2.0-dev.47 [Pipeline] } [2024-08-07T00:43:26.042Z] $ docker exec --env ******** --env ******** 4c1e29bd049e13c7030908bf5a09334cb006b1f9051abaf1fe714352c36b11b0 ssh-agent -k [2024-08-07T00:43:26.138Z] unset SSH_AUTH_SOCK; [2024-08-07T00:43:26.139Z] unset SSH_AGENT_PID; [2024-08-07T00:43:26.140Z] echo Agent pid 38 killed; [2024-08-07T00:43:26.154Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T00:43:26.468Z] + git semver [Pipeline] } [2024-08-07T00:43:26.733Z] $ docker stop --time=1 4c1e29bd049e13c7030908bf5a09334cb006b1f9051abaf1fe714352c36b11b0 [2024-08-07T00:43:28.013Z] $ docker rm -f --volumes 4c1e29bd049e13c7030908bf5a09334cb006b1f9051abaf1fe714352c36b11b0 [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-08-07T00:43:28.581Z] + [ -d /w/workspace/edgex-go/664/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-08-07T00:43:28.871Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T00:43:29.727Z] ---> package-listing.sh [2024-08-07T00:43:29.728Z] ++ facter osfamily [2024-08-07T00:43:29.728Z] ++ tr '[:upper:]' '[:lower:]' [2024-08-07T00:43:29.987Z] + OS_FAMILY=debian [2024-08-07T00:43:29.987Z] + workspace=/w/workspace/edgex-go/664 [2024-08-07T00:43:29.987Z] + START_PACKAGES=/tmp/packages_start.txt [2024-08-07T00:43:29.987Z] + END_PACKAGES=/tmp/packages_end.txt [2024-08-07T00:43:29.987Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-08-07T00:43:29.987Z] + PACKAGES=/tmp/packages_start.txt [2024-08-07T00:43:29.987Z] + '[' /w/workspace/edgex-go/664 ']' [2024-08-07T00:43:29.987Z] + PACKAGES=/tmp/packages_end.txt [2024-08-07T00:43:29.987Z] + case "${OS_FAMILY}" in [2024-08-07T00:43:29.987Z] + dpkg -l [2024-08-07T00:43:29.987Z] + grep '^ii' [2024-08-07T00:43:29.987Z] + '[' -f /tmp/packages_start.txt ']' [2024-08-07T00:43:29.987Z] + '[' -f /tmp/packages_end.txt ']' [2024-08-07T00:43:29.987Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-08-07T00:43:29.987Z] + '[' /w/workspace/edgex-go/664 ']' [2024-08-07T00:43:29.987Z] + mkdir -p /w/workspace/edgex-go/664/archives/ [2024-08-07T00:43:29.987Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/664/archives/ [Pipeline] echo [2024-08-07T00:43:29.998Z] 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/664/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-08-07T00:43:30.277Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:43:30.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-07T00:43:30.844Z] [2024-08-07T00:43:30.844Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T00:43:31.143Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-07T00:43:31.143Z] latest: Pulling from edgex-lftools-log-publisher [2024-08-07T00:43:31.143Z] 5eb5b503b376: Pulling fs layer [2024-08-07T00:43:31.143Z] 5c69ac0246d0: Pulling fs layer [2024-08-07T00:43:31.143Z] ec43610c2a17: Pulling fs layer [2024-08-07T00:43:31.143Z] 3a2ae6a8a46f: Pulling fs layer [2024-08-07T00:43:31.143Z] 33b1e0a273af: Pulling fs layer [2024-08-07T00:43:31.143Z] 5d3b04190fa2: Pulling fs layer [2024-08-07T00:43:31.143Z] 3a2ae6a8a46f: Waiting [2024-08-07T00:43:31.143Z] 2f39f015ded8: Pulling fs layer [2024-08-07T00:43:31.403Z] 5c69ac0246d0: Verifying Checksum [2024-08-07T00:43:31.403Z] 5c69ac0246d0: Download complete [2024-08-07T00:43:31.403Z] 3a2ae6a8a46f: Verifying Checksum [2024-08-07T00:43:31.403Z] 3a2ae6a8a46f: Download complete [2024-08-07T00:43:31.403Z] 33b1e0a273af: Verifying Checksum [2024-08-07T00:43:31.403Z] 33b1e0a273af: Download complete [2024-08-07T00:43:31.403Z] 5d3b04190fa2: Verifying Checksum [2024-08-07T00:43:31.403Z] 5d3b04190fa2: Download complete [2024-08-07T00:43:31.403Z] ec43610c2a17: Download complete [2024-08-07T00:43:31.403Z] 5eb5b503b376: Verifying Checksum [2024-08-07T00:43:31.403Z] 5eb5b503b376: Download complete [2024-08-07T00:43:31.969Z] 2f39f015ded8: Download complete [2024-08-07T00:43:32.902Z] 5eb5b503b376: Pull complete [2024-08-07T00:43:32.902Z] 5c69ac0246d0: Pull complete [2024-08-07T00:43:33.160Z] ec43610c2a17: Pull complete [2024-08-07T00:43:33.418Z] 3a2ae6a8a46f: Pull complete [2024-08-07T00:43:33.676Z] 33b1e0a273af: Pull complete [2024-08-07T00:43:33.676Z] 5d3b04190fa2: Pull complete [2024-08-07T00:43:37.859Z] 2f39f015ded8: Pull complete [2024-08-07T00:43:37.859Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-08-07T00:43:37.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-07T00:43:37.859Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T00:43:37.963Z] prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container [2024-08-07T00:43:37.985Z] $ 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/664/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/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-08-07T00:43:42.185Z] $ docker top 45e918130b02969eec7931dd478b6e0118f0ffd8923c5f6c386513db105cf8aa -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T00:43:42.540Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-08-07T00:43:42.828Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-08-07T00:43:43.116Z] + ls /var/log/sa-host [2024-08-07T00:43:43.116Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T00:43:43.266Z] provisioning config files... [2024-08-07T00:43:43.276Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/664@tmp/config5058254033235031041tmp [Pipeline] { [Pipeline] echo [2024-08-07T00:43:43.295Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T00:43:43.576Z] ---> create-netrc.sh [Pipeline] } [2024-08-07T00:43:43.581Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-08-07T00:43:43.908Z] ---> python-tools-install.sh [Pipeline] echo [2024-08-07T00:43:43.917Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T00:43:44.201Z] ---> sudo-logs.sh [2024-08-07T00:43:44.201Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-08-07T00:43:44.231Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T00:43:44.512Z] ---> job-cost.sh [2024-08-07T00:43:44.512Z] lf-activate-venv: SKIPPING [2024-08-07T00:43:44.512Z] DEBUG: total: 0.10999999940395355 [2024-08-07T00:43:44.512Z] INFO: Retrieving Stack Cost... [2024-08-07T00:43:44.771Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-08-07T00:43:45.342Z] INFO: Archiving Costs [Pipeline] echo [2024-08-07T00:43:45.356Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T00:43:45.637Z] ---> logs-deploy.sh [2024-08-07T00:43:45.637Z] lf-activate-venv: SKIPPING [2024-08-07T00:43:45.637Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/664 [2024-08-07T00:43:45.637Z] INFO: archiving workspace using pattern(s): [2024-08-07T00:43:46.572Z] Archives upload complete. [2024-08-07T00:43:46.572Z] INFO: archiving logs to Nexus