Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8274911434a2757c8b48b8ce5b79d548a121dbe7 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-ssh12720561473368633492.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh7590627953763650934.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh2131821627618584922.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh5758466648094110505.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-ssh14546757034066127086.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], buildSnap:false] ========================================================= [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.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-5282’ Running on prd-ubuntu20.04-docker-8c-8g-5284 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/571 [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/571 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 8274911434a2757c8b48b8ce5b79d548a121dbe7 (main) Commit message: "Merge pull request #4664 from weichou1229/issue-4053" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8274911434a2757c8b48b8ce5b79d548a121dbe7 # timeout=10 > git rev-list --no-walk 7bfebe8d09e2b9340326eaa527b0cdd522250f64 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-09-05T00:13:33.319Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-09-05T00:13:33.369Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-09-05T00:13:33.390Z] ========================================================= [2023-09-05T00:13:33.390Z] EdgeX Global Pipelines Version Info [2023-09-05T00:13:33.390Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-09-05T00:13:34.101Z] ------------------- [2023-09-05T00:13:34.101Z] stable info: [2023-09-05T00:13:34.101Z] ------------------- [2023-09-05T00:13:34.101Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-09-05T00:13:34.101Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-09-05T00:13:34.101Z] Message: update stable to v1.0.253 [2023-09-05T00:13:34.690Z] ------------------- [2023-09-05T00:13:34.690Z] experimental info: [2023-09-05T00:13:34.690Z] ------------------- [2023-09-05T00:13:34.690Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-09-05T00:13:34.690Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-09-05T00:13:34.690Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-09-05T00:13:34.852Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-09-05T00:13:34.863Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-09-05T00:13:34.874Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-09-05T00:13:34.888Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-09-05T00:13:34.899Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-09-05T00:13:34.910Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-09-05T00:13:34.925Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-09-05T00:13:34.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-09-05T00:13:34.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-09-05T00:13:34.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-09-05T00:13:34.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-09-05T00:13:34.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-09-05T00:13:34.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-09-05T00:13:35.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-09-05T00:13:35.018Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-09-05T00:13:35.029Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-09-05T00:13:35.043Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-09-05T00:13:35.056Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-09-05T00:13:35.067Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-09-05T00:13:35.077Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-09-05T00:13:35.088Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-09-05T00:13:35.102Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-09-05T00:13:35.113Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-09-05T00:13:35.126Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-09-05T00:13:35.137Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-09-05T00:13:35.151Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-09-05T00:13:35.164Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] echo [2023-09-05T00:13:35.181Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8274911 [Pipeline] echo [2023-09-05T00:13:35.195Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-05T00:13:35.241Z] provisioning config files... [2023-09-05T00:13:35.255Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/571@tmp/config12428418834163742391tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-05T00:13:35.556Z] ---> docker-login.sh [2023-09-05T00:13:35.556Z] nexus3.edgexfoundry.org:10001 [2023-09-05T00:13:35.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:13:35.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:13:35.815Z] Configure a credential helper to remove this warning. See [2023-09-05T00:13:35.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:13:35.815Z] [2023-09-05T00:13:35.816Z] Login Succeeded [2023-09-05T00:13:35.816Z] nexus3.edgexfoundry.org:10002 [2023-09-05T00:13:36.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:13:36.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:13:36.075Z] Configure a credential helper to remove this warning. See [2023-09-05T00:13:36.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:13:36.075Z] [2023-09-05T00:13:36.075Z] Login Succeeded [2023-09-05T00:13:36.075Z] nexus3.edgexfoundry.org:10003 [2023-09-05T00:13:36.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:13:36.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:13:36.075Z] Configure a credential helper to remove this warning. See [2023-09-05T00:13:36.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:13:36.075Z] [2023-09-05T00:13:36.075Z] Login Succeeded [2023-09-05T00:13:36.075Z] nexus3.edgexfoundry.org:10004 [2023-09-05T00:13:36.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:13:36.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:13:36.335Z] Configure a credential helper to remove this warning. See [2023-09-05T00:13:36.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:13:36.335Z] [2023-09-05T00:13:36.335Z] Login Succeeded [2023-09-05T00:13:36.335Z] docker.io [2023-09-05T00:13:36.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:13:36.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:13:36.594Z] Configure a credential helper to remove this warning. See [2023-09-05T00:13:36.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:13:36.594Z] [2023-09-05T00:13:36.594Z] Login Succeeded [2023-09-05T00:13:36.594Z] ---> docker-login.sh ends [Pipeline] } [2023-09-05T00:13:36.601Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-05T00:13:36.906Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-09-05T00:13:36.906Z] + dirname cmd/core-command/Dockerfile [2023-09-05T00:13:36.906Z] + cut -d/ -f2 [2023-09-05T00:13:36.906Z] + echo core-command,cmd/core-command/Dockerfile [2023-09-05T00:13:36.906Z] + cut -d/ -f2 [2023-09-05T00:13:36.906Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-09-05T00:13:36.906Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-09-05T00:13:36.906Z] + dirname cmd/core-data/Dockerfile [2023-09-05T00:13:36.906Z] + cut -d/ -f2 [2023-09-05T00:13:36.906Z] + echo core-data,cmd/core-data/Dockerfile [2023-09-05T00:13:36.906Z] + dirname cmd/core-metadata/Dockerfile [2023-09-05T00:13:36.906Z] + cut -d/ -f2 [2023-09-05T00:13:36.906Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-09-05T00:13:36.906Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-09-05T00:13:36.906Z] + cut -d/ -f2 [2023-09-05T00:13:36.906Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-09-05T00:13:36.906Z] + + dirname cmd/security-proxy-auth/Dockerfilecut [2023-09-05T00:13:36.906Z] -d/ -f2 [2023-09-05T00:13:36.906Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-09-05T00:13:36.906Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-09-05T00:13:36.906Z] + cut -d/ -f2 [2023-09-05T00:13:36.906Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-09-05T00:13:36.906Z] + dirname cmd/security-secretstore-setup/Dockerfile+ [2023-09-05T00:13:36.906Z] cut -d/ -f2 [2023-09-05T00:13:36.906Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-09-05T00:13:36.906Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-09-05T00:13:36.906Z] + cut -d/ -f2 [2023-09-05T00:13:36.906Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-09-05T00:13:36.906Z] + dirname cmd/security-spire-agent/Dockerfile [2023-09-05T00:13:36.906Z] + cut -d/ -f2 [2023-09-05T00:13:36.906Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-09-05T00:13:36.906Z] + dirname cmd/security-spire-config/Dockerfile [2023-09-05T00:13:36.906Z] + cut -d/ -f2 [2023-09-05T00:13:36.906Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-09-05T00:13:36.906Z] + dirname cmd/security-spire-server/Dockerfile [2023-09-05T00:13:36.906Z] + cut -d/ -f2 [2023-09-05T00:13:36.906Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-09-05T00:13:36.906Z] + dirname cmd/support-notifications/Dockerfile [2023-09-05T00:13:36.906Z] + cut -d/ -f2 [2023-09-05T00:13:36.906Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-09-05T00:13:36.906Z] + dirname cmd/support-scheduler/Dockerfile [2023-09-05T00:13:36.906Z] + cut -d/ -f2 [2023-09-05T00:13:36.906Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-09-05T00:13:36.958Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-09-05T00:13:37.352Z] + git rev-list -1 --merges 8274911434a2757c8b48b8ce5b79d548a121dbe7~1..8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] echo [2023-09-05T00:13:37.363Z] -----------> git rev-list -1 --merges 8274911434a2757c8b48b8ce5b79d548a121dbe7~1..8274911434a2757c8b48b8ce5b79d548a121dbe7 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:13:37.363Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [false] [Pipeline] sh [2023-09-05T00:13:37.650Z] + git log --format=format:%s -1 8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] echo [2023-09-05T00:13:37.662Z] ========================================================= [2023-09-05T00:13:37.662Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-09-05T00:13:37.662Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-09-05T00:13:38.019Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-05T00:13:38.019Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-09-05T00:13:38.019Z] + [ -e /tmp/ssh_known_hosts ] [2023-09-05T00:13:38.019Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-09-05T00:13:38.019Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-09-05T00:13:38.019Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-09-05T00:13:38.019Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:13:38.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-05T00:13:38.361Z] [2023-09-05T00:13:38.361Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:13:38.668Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-05T00:13:38.668Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-09-05T00:13:38.668Z] b85a868b505f: Pulling fs layer [2023-09-05T00:13:38.668Z] e2be974225ed: Pulling fs layer [2023-09-05T00:13:38.668Z] 339a4e72a1f5: Pulling fs layer [2023-09-05T00:13:38.668Z] 988bab9f4d93: Pulling fs layer [2023-09-05T00:13:38.668Z] 1469e6f7b9e6: Pulling fs layer [2023-09-05T00:13:38.668Z] eaf3925da568: Pulling fs layer [2023-09-05T00:13:38.668Z] bab4dde63d76: Pulling fs layer [2023-09-05T00:13:38.668Z] bde34c3a00c8: Pulling fs layer [2023-09-05T00:13:38.668Z] b352a97aabf1: Pulling fs layer [2023-09-05T00:13:38.668Z] 4872d77fe225: Pulling fs layer [2023-09-05T00:13:38.668Z] 5851b861e8e6: Pulling fs layer [2023-09-05T00:13:38.668Z] 988bab9f4d93: Waiting [2023-09-05T00:13:38.668Z] 1469e6f7b9e6: Waiting [2023-09-05T00:13:38.668Z] eaf3925da568: Waiting [2023-09-05T00:13:38.668Z] bab4dde63d76: Waiting [2023-09-05T00:13:38.668Z] 4872d77fe225: Waiting [2023-09-05T00:13:38.668Z] bde34c3a00c8: Waiting [2023-09-05T00:13:38.668Z] 5851b861e8e6: Waiting [2023-09-05T00:13:38.668Z] b352a97aabf1: Waiting [2023-09-05T00:13:38.668Z] e2be974225ed: Verifying Checksum [2023-09-05T00:13:38.668Z] e2be974225ed: Download complete [2023-09-05T00:13:38.668Z] 988bab9f4d93: Download complete [2023-09-05T00:13:38.945Z] 1469e6f7b9e6: Verifying Checksum [2023-09-05T00:13:38.945Z] 1469e6f7b9e6: Download complete [2023-09-05T00:13:38.945Z] 339a4e72a1f5: Verifying Checksum [2023-09-05T00:13:38.945Z] 339a4e72a1f5: Download complete [2023-09-05T00:13:38.945Z] eaf3925da568: Verifying Checksum [2023-09-05T00:13:38.945Z] eaf3925da568: Download complete [2023-09-05T00:13:38.945Z] bde34c3a00c8: Verifying Checksum [2023-09-05T00:13:38.945Z] bde34c3a00c8: Download complete [2023-09-05T00:13:38.945Z] b352a97aabf1: Download complete [2023-09-05T00:13:38.945Z] 4872d77fe225: Verifying Checksum [2023-09-05T00:13:38.945Z] 4872d77fe225: Download complete [2023-09-05T00:13:38.945Z] 5851b861e8e6: Verifying Checksum [2023-09-05T00:13:38.945Z] 5851b861e8e6: Download complete [2023-09-05T00:13:38.945Z] b85a868b505f: Verifying Checksum [2023-09-05T00:13:38.945Z] b85a868b505f: Download complete [2023-09-05T00:13:39.205Z] bab4dde63d76: Verifying Checksum [2023-09-05T00:13:39.205Z] bab4dde63d76: Download complete [2023-09-05T00:13:40.143Z] b85a868b505f: Pull complete [2023-09-05T00:13:40.401Z] e2be974225ed: Pull complete [2023-09-05T00:13:40.968Z] 339a4e72a1f5: Pull complete [2023-09-05T00:13:40.968Z] 988bab9f4d93: Pull complete [2023-09-05T00:13:41.228Z] 1469e6f7b9e6: Pull complete [2023-09-05T00:13:41.228Z] eaf3925da568: Pull complete [2023-09-05T00:13:43.131Z] bab4dde63d76: Pull complete [2023-09-05T00:13:43.131Z] bde34c3a00c8: Pull complete [2023-09-05T00:13:43.131Z] b352a97aabf1: Pull complete [2023-09-05T00:13:43.131Z] 4872d77fe225: Pull complete [2023-09-05T00:13:43.131Z] 5851b861e8e6: Pull complete [2023-09-05T00:13:43.131Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-09-05T00:13:43.132Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-05T00:13:43.132Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T00:13:43.213Z] prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container [2023-09-05T00:13:43.245Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-05T00:13:45.723Z] $ docker top 9bbffc237b1ad956c06417fe4ebadb6ca7a36a334cbaef0af09659e87f43a4ca -eo pid,comm [2023-09-05T00:13:45.787Z] 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). [2023-09-05T00:13:45.787Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-05T00:13:45.816Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-05T00:13:45.816Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-05T00:13:45.954Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-05T00:13:45.961Z] $ docker exec 9bbffc237b1ad956c06417fe4ebadb6ca7a36a334cbaef0af09659e87f43a4ca ssh-agent [2023-09-05T00:13:46.087Z] SSH_AUTH_SOCK=/tmp/ssh-y2ijgW6L3JKT/agent.21 [2023-09-05T00:13:46.087Z] SSH_AGENT_PID=32 [2023-09-05T00:13:46.093Z] Running ssh-add (command line suppressed) [2023-09-05T00:13:46.214Z] Identity added: /w/workspace/edgex-go/571@tmp/private_key_15539480639117858611.key (/w/workspace/edgex-go/571@tmp/private_key_15539480639117858611.key) [2023-09-05T00:13:46.225Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-05T00:13:46.520Z] + git tag --points-at HEAD [Pipeline] } [2023-09-05T00:13:46.541Z] $ docker exec --env ******** --env ******** 9bbffc237b1ad956c06417fe4ebadb6ca7a36a334cbaef0af09659e87f43a4ca ssh-agent -k [2023-09-05T00:13:46.647Z] unset SSH_AUTH_SOCK; [2023-09-05T00:13:46.648Z] unset SSH_AGENT_PID; [2023-09-05T00:13:46.648Z] echo Agent pid 32 killed; [2023-09-05T00:13:46.654Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-09-05T00:13:46.675Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-05T00:13:46.675Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-05T00:13:46.790Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-05T00:13:46.797Z] $ docker exec 9bbffc237b1ad956c06417fe4ebadb6ca7a36a334cbaef0af09659e87f43a4ca ssh-agent [2023-09-05T00:13:46.923Z] SSH_AUTH_SOCK=/tmp/ssh-HeAhMPLlHbIV/agent.69 [2023-09-05T00:13:46.923Z] SSH_AGENT_PID=75 [2023-09-05T00:13:46.930Z] Running ssh-add (command line suppressed) [2023-09-05T00:13:47.035Z] Identity added: /w/workspace/edgex-go/571@tmp/private_key_10862258111838193986.key (/w/workspace/edgex-go/571@tmp/private_key_10862258111838193986.key) [2023-09-05T00:13:47.046Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-05T00:13:47.333Z] + git semver init [2023-09-05T00:13:47.592Z] 2023-09-05 00:13:47,539 [run_init] DEBUG init version:0.0.0 force:False [2023-09-05T00:13:47.592Z] 2023-09-05 00:13:47,540 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/571/.semver [2023-09-05T00:13:47.592Z] 2023-09-05 00:13:47,540 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/571/.semver [2023-09-05T00:13:47.592Z] 2023-09-05 00:13:47,540 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/571/.semver'], cwd=/w/workspace/edgex-go/571, universal_newlines=False, shell=None, istream=None) [2023-09-05T00:13:54.163Z] 2023-09-05 00:13:53,063 [append_file] DEBUG append to file:/w/workspace/edgex-go/571/.git/info/exclude [2023-09-05T00:13:54.163Z] 2023-09-05 00:13:53,064 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/571/.semver/main with force:False [2023-09-05T00:13:54.163Z] 2023-09-05 00:13:53,064 [read_version] DEBUG read version from /w/workspace/edgex-go/571/.semver/main [2023-09-05T00:13:54.163Z] 2023-09-05 00:13:53,064 [read_version] DEBUG read version from /w/workspace/edgex-go/571/.semver/main [2023-09-05T00:13:54.163Z] 3.1.0-dev.37 [Pipeline] } [2023-09-05T00:13:54.177Z] $ docker exec --env ******** --env ******** 9bbffc237b1ad956c06417fe4ebadb6ca7a36a334cbaef0af09659e87f43a4ca ssh-agent -k [2023-09-05T00:13:54.285Z] unset SSH_AUTH_SOCK; [2023-09-05T00:13:54.285Z] unset SSH_AGENT_PID; [2023-09-05T00:13:54.286Z] echo Agent pid 75 killed; [2023-09-05T00:13:54.292Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-05T00:13:54.598Z] + git semver [Pipeline] } [2023-09-05T00:13:54.875Z] $ docker stop --time=1 9bbffc237b1ad956c06417fe4ebadb6ca7a36a334cbaef0af09659e87f43a4ca [2023-09-05T00:13:56.163Z] $ docker rm -f --volumes 9bbffc237b1ad956c06417fe4ebadb6ca7a36a334cbaef0af09659e87f43a4ca [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-05T00:13:56.543Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-09-05T00:13:56.742Z] Stashed 1 file(s) [Pipeline] echo [2023-09-05T00:13:56.744Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.37 [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 [2023-09-05T00:13:57.131Z] + git config --global --add safe.directory /w/workspace/edgex-go/571 [Pipeline] echo [2023-09-05T00:13:57.143Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-05T00:13:57.156Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-05T00:13:57.169Z] ========================================================= [2023-09-05T00:13:57.169Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-09-05T00:13:57.169Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-09-05T00:13:57.458Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-05T00:13:57.459Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-09-05T00:13:57.459Z] 4db1b89c0bd1: Pulling fs layer [2023-09-05T00:13:57.459Z] 6911f1a30b25: Pulling fs layer [2023-09-05T00:13:57.459Z] e194b8c5c2a9: Pulling fs layer [2023-09-05T00:13:57.459Z] 6863d3e3a2b1: Pulling fs layer [2023-09-05T00:13:57.459Z] ec0bb842ea78: Pulling fs layer [2023-09-05T00:13:57.459Z] 40a00589a448: Pulling fs layer [2023-09-05T00:13:57.459Z] 6c08303d61cc: Pulling fs layer [2023-09-05T00:13:57.459Z] 798269fcf238: Pulling fs layer [2023-09-05T00:13:57.459Z] 6863d3e3a2b1: Waiting [2023-09-05T00:13:57.459Z] ec0bb842ea78: Waiting [2023-09-05T00:13:57.459Z] 40a00589a448: Waiting [2023-09-05T00:13:57.459Z] 6c08303d61cc: Waiting [2023-09-05T00:13:57.459Z] 798269fcf238: Waiting [2023-09-05T00:13:57.459Z] 6911f1a30b25: Download complete [2023-09-05T00:13:57.459Z] 6863d3e3a2b1: Download complete [2023-09-05T00:13:57.459Z] ec0bb842ea78: Verifying Checksum [2023-09-05T00:13:57.459Z] ec0bb842ea78: Download complete [2023-09-05T00:13:57.459Z] 4db1b89c0bd1: Verifying Checksum [2023-09-05T00:13:57.459Z] 4db1b89c0bd1: Download complete [2023-09-05T00:13:57.459Z] 40a00589a448: Verifying Checksum [2023-09-05T00:13:57.459Z] 40a00589a448: Download complete [2023-09-05T00:13:57.730Z] 4db1b89c0bd1: Pull complete [2023-09-05T00:13:57.730Z] 6911f1a30b25: Pull complete [2023-09-05T00:13:58.402Z] 798269fcf238: Verifying Checksum [2023-09-05T00:13:58.402Z] 798269fcf238: Download complete [2023-09-05T00:13:58.662Z] e194b8c5c2a9: Download complete [2023-09-05T00:13:58.919Z] 6c08303d61cc: Verifying Checksum [2023-09-05T00:13:58.919Z] 6c08303d61cc: Download complete [2023-09-05T00:14:02.215Z] e194b8c5c2a9: Pull complete [2023-09-05T00:14:02.215Z] 6863d3e3a2b1: Pull complete [2023-09-05T00:14:02.215Z] ec0bb842ea78: Pull complete [2023-09-05T00:14:02.215Z] 40a00589a448: Pull complete [2023-09-05T00:14:04.115Z] 6c08303d61cc: Pull complete [2023-09-05T00:14:05.491Z] 798269fcf238: Pull complete [2023-09-05T00:14:05.491Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-09-05T00:14:05.491Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-05T00:14:05.491Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-09-05T00:14:05.810Z] + docker build -t ci-base-image-x86_64 -f - . [2023-09-05T00:14:05.810Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-05T00:14:05.810Z] WORKDIR /edgex [2023-09-05T00:14:05.811Z] COPY go.mod . [2023-09-05T00:14:05.811Z] RUN go mod download [2023-09-05T00:14:06.379Z] Sending build context to Docker daemon 170.9MB [2023-09-05T00:14:06.379Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-05T00:14:06.379Z] ---> ec979cd7f677 [2023-09-05T00:14:06.379Z] Step 2/4 : WORKDIR /edgex [2023-09-05T00:14:11.803Z] Still waiting to schedule task [2023-09-05T00:14:11.803Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-5283’ is offline [2023-09-05T00:14:16.389Z] ---> Running in 4b2119522395 [2023-09-05T00:14:16.389Z] Removing intermediate container 4b2119522395 [2023-09-05T00:14:16.389Z] ---> 6723ef685825 [2023-09-05T00:14:16.389Z] Step 3/4 : COPY go.mod . [2023-09-05T00:14:16.389Z] ---> 23d67f92a436 [2023-09-05T00:14:16.389Z] Step 4/4 : RUN go mod download [2023-09-05T00:14:16.389Z] ---> Running in 0c302b195d47 [2023-09-05T00:14:43.225Z] Removing intermediate container 0c302b195d47 [2023-09-05T00:14:43.225Z] ---> c7163d3f156d [2023-09-05T00:14:43.225Z] Successfully built c7163d3f156d [2023-09-05T00:14:43.225Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:14:43.535Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-05T00:14:43.536Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T00:14:43.615Z] prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container [2023-09-05T00:14:43.655Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-09-05T00:14:44.016Z] $ docker top d6fb0c05ec456227a1c15615ee9db24cd2bf1f1f0d950a7a185d69e6aacb11bc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-05T00:14:44.353Z] + go version [2023-09-05T00:14:44.353Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-09-05T00:14:44.365Z] $ docker stop --time=1 d6fb0c05ec456227a1c15615ee9db24cd2bf1f1f0d950a7a185d69e6aacb11bc [2023-09-05T00:14:45.623Z] $ docker rm -f --volumes d6fb0c05ec456227a1c15615ee9db24cd2bf1f1f0d950a7a185d69e6aacb11bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:14:45.998Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-05T00:14:45.998Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T00:14:46.066Z] prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container [2023-09-05T00:14:46.100Z] $ 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/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-09-05T00:14:46.460Z] $ docker top 91636ee19e0179eb9609a2442b69ab49a1a42fb4d1b45a9dec29a9dc15766637 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-09-05T00:14:46.524Z] ========================================================= [2023-09-05T00:14:46.524Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-09-05T00:14:46.524Z] ========================================================= [Pipeline] sh [2023-09-05T00:14:46.802Z] + git config --global --add safe.directory /w/workspace/edgex-go/571 [Pipeline] fileExists [Pipeline] sh [2023-09-05T00:14:47.097Z] + make test [2023-09-05T00:14:47.097Z] go test -race -coverprofile=coverage.out ./... [2023-09-05T00:14:53.662Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-09-05T00:15:08.530Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-09-05T00:15:08.530Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-09-05T00:15:08.530Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-09-05T00:15:08.530Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-09-05T00:15:08.530Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-09-05T00:15:08.530Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-09-05T00:15:08.530Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-09-05T00:15:08.530Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-09-05T00:15:08.530Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-09-05T00:15:08.530Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-09-05T00:15:08.530Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-09-05T00:15:08.789Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-09-05T00:15:08.789Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-09-05T00:15:08.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-09-05T00:15:09.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-09-05T00:15:09.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-09-05T00:15:09.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.059s coverage: 28.7% of statements [2023-09-05T00:15:10.658Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.067s coverage: 97.0% of statements [2023-09-05T00:15:10.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-09-05T00:15:10.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-09-05T00:15:10.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-09-05T00:15:12.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-09-05T00:15:12.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-09-05T00:15:13.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-09-05T00:15:13.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-09-05T00:15:13.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-09-05T00:15:13.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-09-05T00:15:13.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-09-05T00:15:13.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.105s coverage: 69.4% of statements [2023-09-05T00:15:13.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.082s coverage: 54.0% of statements [2023-09-05T00:15:14.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-09-05T00:15:14.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-09-05T00:15:16.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-09-05T00:15:16.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-09-05T00:15:16.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-09-05T00:15:16.239Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-09-05T00:15:16.239Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-09-05T00:15:16.239Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-09-05T00:15:16.239Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-09-05T00:15:16.239Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-09-05T00:15:16.239Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-09-05T00:15:16.239Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-09-05T00:15:16.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.835s coverage: 93.4% of statements [2023-09-05T00:15:16.499Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.079s coverage: 3.8% of statements [2023-09-05T00:15:16.499Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.356s coverage: 97.6% of statements [2023-09-05T00:15:16.499Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.051s coverage: 72.2% of statements [2023-09-05T00:15:18.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-09-05T00:15:18.399Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-09-05T00:15:18.399Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.079s coverage: 0.9% of statements [2023-09-05T00:15:18.399Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.090s coverage: 32.2% of statements [2023-09-05T00:15:18.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 42.9% of statements [2023-09-05T00:15:18.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 82.9% of statements [2023-09-05T00:15:18.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2023-09-05T00:15:18.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements [2023-09-05T00:15:18.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2023-09-05T00:15:19.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-09-05T00:15:19.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-09-05T00:15:19.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-09-05T00:15:19.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-09-05T00:15:19.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-09-05T00:15:19.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-09-05T00:15:19.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-09-05T00:15:19.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-09-05T00:15:20.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-09-05T00:15:20.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-09-05T00:15:20.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-09-05T00:15:20.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-09-05T00:15:21.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-09-05T00:15:21.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-09-05T00:15:21.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-09-05T00:15:22.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-09-05T00:15:22.920Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-09-05T00:15:24.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-09-05T00:15:24.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-09-05T00:15:25.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-09-05T00:15:25.668Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-09-05T00:15:25.668Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-09-05T00:15:27.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-09-05T00:15:27.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-09-05T00:15:27.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-09-05T00:15:28.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-09-05T00:15:28.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-09-05T00:15:28.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-09-05T00:15:28.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-09-05T00:15:30.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-09-05T00:15:30.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-09-05T00:15:30.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-09-05T00:15:30.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-09-05T00:15:30.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements [2023-09-05T00:15:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-09-05T00:15:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-09-05T00:15:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-09-05T00:15:31.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-09-05T00:15:32.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-09-05T00:15:32.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-09-05T00:15:32.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-09-05T00:15:32.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.307s coverage: 79.9% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.080s coverage: 92.9% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 64.4% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.066s coverage: 62.3% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.043s coverage: 20.0% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.141s coverage: 81.8% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.103s coverage: 82.1% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.069s coverage: 86.0% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 63.1% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.171s coverage: 38.4% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.075s coverage: 17.7% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.111s coverage: 95.7% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.068s coverage: 61.8% of statements [2023-09-05T00:15:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.091s coverage: 98.9% of statements [2023-09-05T00:15:42.802Z] 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 [2023-09-05T00:15:43.078Z] running golangci-lint [2023-09-05T00:15:43.338Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-09-05T00:15:43.338Z] go version go1.20.6 linux/amd64 [2023-09-05T00:15:43.338Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-09-05T00:15:43.338Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-09-05T00:15:49.492Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5286 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-09-05T00:15:49.504Z] Running in /w/workspace/edgex-go/571 [Pipeline] { [Pipeline] checkout [2023-09-05T00:15:49.534Z] The recommended git tool is: git [2023-09-05T00:15:54.294Z] using credential edgex-jenkins-ssh [2023-09-05T00:15:54.313Z] Cloning the remote Git repository [2023-09-05T00:15:54.349Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-09-05T00:15:54.445Z] > git init /w/workspace/edgex-go/571 # timeout=10 [2023-09-05T00:15:54.596Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-09-05T00:15:54.597Z] > git --version # timeout=10 [2023-09-05T00:15:54.622Z] > git --version # 'git version 2.25.1' [2023-09-05T00:15:54.624Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-05T00:15:54.784Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-05T00:15:58.234Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|exports_file|imports|deps|files|name) took 14.354987395s" [2023-09-05T00:15:58.234Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 34.569762ms" [2023-09-05T00:16:04.807Z] level=info msg="[linters_context/goanalysis] analyzers took 52.367167061s with top 10 stages: buildir: 30.122933885s, inspect: 1.593802648s, fact_deprecated: 1.582790778s, ctrlflow: 1.212242507s, gosec: 1.109280018s, printf: 1.022535167s, nilness: 868.05736ms, S1038: 832.475602ms, fact_purity: 761.574475ms, directives: 492.288122ms" [2023-09-05T00:16:05.064Z] level=info msg="[runner] Issues before processing: 200, after processing: 0" [2023-09-05T00:16:05.064Z] level=info msg="[runner] Processors filtering stat (out/in): skip_files: 200/200, skip_dirs: 200/200, exclude: 200/200, exclude-rules: 21/200, nolint: 0/21, filename_unadjuster: 200/200, identifier_marker: 200/200, cgo: 200/200, path_prettifier: 200/200, autogenerated_exclude: 200/200" [2023-09-05T00:16:05.065Z] level=info msg="[runner] processing took 15.873914ms with stages: nolint: 7.296187ms, identifier_marker: 4.882648ms, exclude-rules: 1.504522ms, autogenerated_exclude: 941.288µs, path_prettifier: 814.165µs, skip_dirs: 401.673µs, cgo: 19.84µs, filename_unadjuster: 9.811µs, max_same_issues: 570ns, skip_files: 540ns, diff: 500ns, uniq_by_line: 410ns, exclude: 390ns, source_code: 280ns, severity-rules: 260ns, sort_results: 250ns, max_from_linter: 180ns, path_shortener: 170ns, max_per_file_from_linter: 120ns, path_prefixer: 110ns" [2023-09-05T00:16:05.065Z] level=info msg="[runner] linters took 7.089588117s with stages: goanalysis_metalinter: 7.073603082s" [2023-09-05T00:16:05.065Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-09-05T00:16:05.065Z] level=info msg="Memory: 215 samples, avg is 185.6MB, max is 835.9MB" [2023-09-05T00:16:05.065Z] level=info msg="Execution took 21.488005597s" [2023-09-05T00:16:05.065Z] go vet ./... [2023-09-05T00:16:09.257Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-05T00:16:09.257Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-05T00:16:09.257Z] ./bin/test-attribution-txt.sh [2023-09-05T00:16:09.518Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-09-05T00:16:09.518Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-09-05T00:16:09.518Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-09-05T00:16:09.518Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-09-05T00:16:09.531Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-09-05T00:16:09.819Z] + ls -al . [2023-09-05T00:16:09.819Z] total 728 [2023-09-05T00:16:09.819Z] drwxrwxr-x 12 1001 1001 4096 Sep 5 00:14 . [2023-09-05T00:16:09.819Z] drwxr-xr-x 4 root root 4096 Sep 5 00:14 .. [2023-09-05T00:16:09.819Z] drwxrwxr-x 2 1001 1001 4096 Sep 5 00:13 .blubracket [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 16 Sep 5 00:13 .dockerignore [2023-09-05T00:16:09.819Z] drwxrwxr-x 8 1001 1001 4096 Sep 5 00:13 .git [2023-09-05T00:16:09.819Z] drwxrwxr-x 3 1001 1001 4096 Sep 5 00:13 .github [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 1173 Sep 5 00:13 .gitignore [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 42 Sep 5 00:13 .golangci.yml [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 100 Sep 5 00:13 .hadolint.yml [2023-09-05T00:16:09.819Z] drwxr-xr-x 3 1001 1001 4096 Sep 5 00:13 .semver [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 166 Sep 5 00:13 .sonarcloud.properties [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 1171 Sep 5 00:13 ADOPTERS.md [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 11152 Sep 5 00:13 Attribution.txt [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 93407 Sep 5 00:13 CHANGELOG.md [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 3804 Sep 5 00:13 CONTRIBUTING.md [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 677 Sep 5 00:13 GOVERNANCE.md [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 883 Sep 5 00:13 Jenkinsfile [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 10775 Sep 5 00:13 LICENSE [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 14764 Sep 5 00:13 Makefile [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 582 Sep 5 00:13 OWNERS.md [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 9923 Sep 5 00:13 README.md [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 789 Sep 5 00:13 SECURITY.md [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 12 Sep 5 00:13 VERSION [2023-09-05T00:16:09.819Z] drwxrwxr-x 2 1001 1001 4096 Sep 5 00:13 bin [2023-09-05T00:16:09.819Z] drwxrwxr-x 18 1001 1001 4096 Sep 5 00:13 cmd [2023-09-05T00:16:09.819Z] -rw-r--r-- 1 root root 447827 Sep 5 00:15 coverage.out [2023-09-05T00:16:09.819Z] drwxrwxr-x 2 1001 1001 4096 Sep 5 00:13 fuzz_test [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 3687 Sep 5 00:13 go.mod [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 33714 Sep 5 00:13 go.sum [2023-09-05T00:16:09.819Z] drwxrwxr-x 7 1001 1001 4096 Sep 5 00:13 internal [2023-09-05T00:16:09.819Z] drwxrwxr-x 3 1001 1001 4096 Sep 5 00:13 openapi [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 594 Sep 5 00:13 security.txt [2023-09-05T00:16:09.819Z] drwxrwxr-x 4 1001 1001 4096 Sep 5 00:13 snap [2023-09-05T00:16:09.819Z] -rw-rw-r-- 1 1001 1001 204 Sep 5 00:13 version.go [Pipeline] sh [2023-09-05T00:16:10.200Z] + '[' -e coverage.out ] [2023-09-05T00:16:10.200Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-09-05T00:16:10.334Z] Stashed 1 file(s) [Pipeline] sh [2023-09-05T00:16:10.614Z] + make build [2023-09-05T00:16:10.614Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-05T00:16:12.744Z] Avoid second fetch [2023-09-05T00:16:12.745Z] Checking out Revision 8274911434a2757c8b48b8ce5b79d548a121dbe7 (main) [2023-09-05T00:16:13.429Z] Commit message: "Merge pull request #4664 from weichou1229/issue-4053" [2023-09-05T00:16:11.935Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-09-05T00:16:11.953Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-05T00:16:12.762Z] > git config core.sparsecheckout # timeout=10 [2023-09-05T00:16:12.823Z] > git checkout -f 8274911434a2757c8b48b8ce5b79d548a121dbe7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-05T00:16:14.342Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-09-05T00:16:14.342Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-05T00:16:14.342Z] Dload Upload Total Spent Left Speed [2023-09-05T00:16:14.614Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 31483 0 --:--:-- --:--:-- --:--:-- 31483 [Pipeline] sh [2023-09-05T00:16:15.208Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-09-05T00:16:15.536Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-09-05T00:16:15.536Z] + sudo tee /etc/docker/daemon.new [2023-09-05T00:16:15.536Z] { [2023-09-05T00:16:15.536Z] "registry-mirrors": [ [2023-09-05T00:16:15.536Z] "https://nexus3.edgexfoundry.org:10001" [2023-09-05T00:16:15.536Z] ], [2023-09-05T00:16:15.536Z] "bip": "10.250.0.254/24", [2023-09-05T00:16:15.536Z] "hosts": [ [2023-09-05T00:16:15.536Z] "tcp://0.0.0.0:5555", [2023-09-05T00:16:15.536Z] "unix:///var/run/docker.sock" [2023-09-05T00:16:15.536Z] ], [2023-09-05T00:16:15.536Z] "mtu": 1458, [2023-09-05T00:16:15.536Z] "selinux-enabled": true, [2023-09-05T00:16:15.536Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-09-05T00:16:15.536Z] } [Pipeline] sh [2023-09-05T00:16:15.865Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-09-05T00:16:16.195Z] + sudo service docker restart [2023-09-05T00:16:22.813Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-05T00:16:24.201Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-05T00:16:25.136Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-05T00:16:26.072Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-05T00:16:32.631Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-05T00:16:33.200Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-05T00:16:34.441Z] provisioning config files... [2023-09-05T00:16:34.468Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/571@tmp/config2873589883724617893tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-05T00:16:34.578Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-05T00:16:34.815Z] ---> docker-login.sh [2023-09-05T00:16:34.815Z] nexus3.edgexfoundry.org:10001 [2023-09-05T00:16:35.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:16:35.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:16:35.355Z] Configure a credential helper to remove this warning. See [2023-09-05T00:16:35.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:16:35.355Z] [2023-09-05T00:16:35.355Z] Login Succeeded [2023-09-05T00:16:35.355Z] nexus3.edgexfoundry.org:10002 [2023-09-05T00:16:35.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:16:35.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:16:35.625Z] Configure a credential helper to remove this warning. See [2023-09-05T00:16:35.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:16:35.625Z] [2023-09-05T00:16:35.625Z] Login Succeeded [2023-09-05T00:16:35.625Z] nexus3.edgexfoundry.org:10003 [2023-09-05T00:16:35.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:16:35.952Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-05T00:16:36.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:16:36.164Z] Configure a credential helper to remove this warning. See [2023-09-05T00:16:36.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:16:36.164Z] [2023-09-05T00:16:36.164Z] Login Succeeded [2023-09-05T00:16:36.164Z] nexus3.edgexfoundry.org:10004 [2023-09-05T00:16:36.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:16:36.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:16:36.437Z] Configure a credential helper to remove this warning. See [2023-09-05T00:16:36.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:16:36.437Z] [2023-09-05T00:16:36.437Z] Login Succeeded [2023-09-05T00:16:36.437Z] docker.io [2023-09-05T00:16:36.519Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-05T00:16:36.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:16:36.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:16:36.972Z] Configure a credential helper to remove this warning. See [2023-09-05T00:16:36.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:16:36.972Z] [2023-09-05T00:16:36.972Z] Login Succeeded [2023-09-05T00:16:36.972Z] ---> docker-login.sh ends [Pipeline] } [2023-09-05T00:16:36.985Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-09-05T00:16:37.458Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-05T00:16:37.561Z] + git config --global --add safe.directory /w/workspace/edgex-go/571 [Pipeline] echo [2023-09-05T00:16:37.581Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-05T00:16:37.591Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-05T00:16:37.598Z] ========================================================= [2023-09-05T00:16:37.598Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-09-05T00:16:37.598Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-09-05T00:16:37.921Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-05T00:16:37.921Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-09-05T00:16:37.921Z] edb6bdbacee9: Pulling fs layer [2023-09-05T00:16:37.921Z] 5f9638ab2659: Pulling fs layer [2023-09-05T00:16:37.921Z] 8d51d6327a98: Pulling fs layer [2023-09-05T00:16:37.921Z] 8b374f2dd631: Pulling fs layer [2023-09-05T00:16:37.921Z] ec14aa9079de: Pulling fs layer [2023-09-05T00:16:37.921Z] 2f466654f4bb: Pulling fs layer [2023-09-05T00:16:37.921Z] 554e91adad29: Pulling fs layer [2023-09-05T00:16:37.921Z] 8b374f2dd631: Waiting [2023-09-05T00:16:37.921Z] 2f466654f4bb: Waiting [2023-09-05T00:16:37.921Z] ec14aa9079de: Waiting [2023-09-05T00:16:37.921Z] 554e91adad29: Waiting [2023-09-05T00:16:38.192Z] 5f9638ab2659: Download complete [2023-09-05T00:16:38.192Z] 8b374f2dd631: Verifying Checksum [2023-09-05T00:16:38.192Z] 8b374f2dd631: Download complete [2023-09-05T00:16:38.192Z] ec14aa9079de: Verifying Checksum [2023-09-05T00:16:38.192Z] ec14aa9079de: Download complete [2023-09-05T00:16:38.192Z] edb6bdbacee9: Verifying Checksum [2023-09-05T00:16:38.192Z] edb6bdbacee9: Download complete [2023-09-05T00:16:38.409Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-09-05T00:16:39.156Z] edb6bdbacee9: Pull complete [2023-09-05T00:16:39.425Z] 554e91adad29: Verifying Checksum [2023-09-05T00:16:39.425Z] 554e91adad29: Download complete [Pipeline] } [2023-09-05T00:16:39.798Z] $ docker stop --time=1 91636ee19e0179eb9609a2442b69ab49a1a42fb4d1b45a9dec29a9dc15766637 [2023-09-05T00:16:40.843Z] 8d51d6327a98: Verifying Checksum [2023-09-05T00:16:40.843Z] 8d51d6327a98: Download complete [2023-09-05T00:16:40.843Z] 2f466654f4bb: Verifying Checksum [2023-09-05T00:16:40.843Z] 2f466654f4bb: Download complete [2023-09-05T00:16:43.424Z] 5f9638ab2659: Pull complete [2023-09-05T00:16:45.272Z] $ docker rm -f --volumes 91636ee19e0179eb9609a2442b69ab49a1a42fb4d1b45a9dec29a9dc15766637 [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 [2023-09-05T00:16:46.151Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-05T00:16:46.151Z] [2023-09-05T00:16:46.151Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:16:46.460Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-05T00:16:46.460Z] latest: Pulling from edgex-devops/edgex-compose [2023-09-05T00:16:46.460Z] 91d30c5bc195: Pulling fs layer [2023-09-05T00:16:46.460Z] 2e9b0aa3be6d: Pulling fs layer [2023-09-05T00:16:46.460Z] 9c61dcf015f6: Pulling fs layer [2023-09-05T00:16:46.460Z] 4698f68db338: Pulling fs layer [2023-09-05T00:16:46.460Z] 2a2f49069b9e: Pulling fs layer [2023-09-05T00:16:46.460Z] e0025b399a48: Pulling fs layer [2023-09-05T00:16:46.460Z] 4698f68db338: Waiting [2023-09-05T00:16:46.460Z] 2a2f49069b9e: Waiting [2023-09-05T00:16:46.460Z] e0025b399a48: Waiting [2023-09-05T00:16:46.460Z] 91d30c5bc195: Verifying Checksum [2023-09-05T00:16:46.460Z] 91d30c5bc195: Download complete [2023-09-05T00:16:46.728Z] 4698f68db338: Verifying Checksum [2023-09-05T00:16:46.728Z] 4698f68db338: Download complete [2023-09-05T00:16:46.728Z] 91d30c5bc195: Pull complete [2023-09-05T00:16:46.987Z] 2e9b0aa3be6d: Verifying Checksum [2023-09-05T00:16:46.987Z] 2e9b0aa3be6d: Download complete [2023-09-05T00:16:46.987Z] e0025b399a48: Verifying Checksum [2023-09-05T00:16:46.987Z] e0025b399a48: Download complete [2023-09-05T00:16:46.987Z] 2a2f49069b9e: Download complete [2023-09-05T00:16:47.245Z] 2e9b0aa3be6d: Pull complete [2023-09-05T00:16:47.505Z] 9c61dcf015f6: Verifying Checksum [2023-09-05T00:16:47.505Z] 9c61dcf015f6: Download complete [2023-09-05T00:16:50.041Z] 9c61dcf015f6: Pull complete [2023-09-05T00:16:50.041Z] 4698f68db338: Pull complete [2023-09-05T00:16:50.609Z] 2a2f49069b9e: Pull complete [2023-09-05T00:16:50.609Z] e0025b399a48: Pull complete [2023-09-05T00:16:50.609Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-09-05T00:16:50.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-05T00:16:50.609Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T00:16:50.688Z] prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container [2023-09-05T00:16:50.723Z] $ 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/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-09-05T00:16:53.944Z] $ docker top cc64e245e02f6e50699c07483e8e385d5867579d1b6c85be37af09b480f2a6f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-05T00:16:54.299Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-09-05T00:16:56.204Z] #1 [security-bootstrapper internal] load build definition from Dockerfile [2023-09-05T00:16:56.204Z] #1 transferring dockerfile: [2023-09-05T00:16:56.463Z] #1 transferring dockerfile: 2.82kB done [2023-09-05T00:16:56.463Z] #1 DONE 0.1s [2023-09-05T00:16:56.463Z] [2023-09-05T00:16:56.463Z] #2 [core-data internal] load build definition from Dockerfile [2023-09-05T00:16:56.463Z] #2 transferring dockerfile: 1.90kB done [2023-09-05T00:16:56.463Z] #2 DONE 0.0s [2023-09-05T00:16:56.463Z] [2023-09-05T00:16:56.463Z] #3 [security-spire-config internal] load build definition from Dockerfile [2023-09-05T00:16:56.463Z] #3 transferring dockerfile: 1.58kB done [2023-09-05T00:16:56.463Z] #3 DONE 0.0s [2023-09-05T00:16:56.463Z] [2023-09-05T00:16:56.463Z] #4 [security-proxy-setup internal] load build definition from Dockerfile [2023-09-05T00:16:56.463Z] #4 transferring dockerfile: 2.39kB done [2023-09-05T00:16:56.463Z] #4 DONE 0.0s [2023-09-05T00:16:56.463Z] [2023-09-05T00:16:56.463Z] #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-09-05T00:16:56.463Z] #5 transferring dockerfile: 2.12kB done [2023-09-05T00:16:56.463Z] #5 DONE 0.0s [2023-09-05T00:16:56.463Z] [2023-09-05T00:16:56.463Z] #6 [core-metadata internal] load build definition from Dockerfile [2023-09-05T00:16:56.463Z] #6 transferring dockerfile: 1.96kB done [2023-09-05T00:16:56.463Z] #6 DONE 0.0s [2023-09-05T00:16:56.463Z] [2023-09-05T00:16:56.463Z] #7 [support-scheduler internal] load build definition from Dockerfile [2023-09-05T00:16:56.463Z] #7 transferring dockerfile: 1.82kB done [2023-09-05T00:16:56.463Z] #7 DONE 0.0s [2023-09-05T00:16:56.463Z] [2023-09-05T00:16:56.463Z] #8 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-09-05T00:16:56.463Z] #8 transferring dockerfile: 1.78kB done [2023-09-05T00:16:56.463Z] #8 DONE 0.1s [2023-09-05T00:16:56.463Z] [2023-09-05T00:16:56.463Z] #9 [security-spire-server internal] load build definition from Dockerfile [2023-09-05T00:16:56.463Z] #9 transferring dockerfile: 1.59kB done [2023-09-05T00:16:56.463Z] #9 DONE 0.0s [2023-09-05T00:16:56.463Z] [2023-09-05T00:16:56.463Z] #10 [security-proxy-auth internal] load build definition from Dockerfile [2023-09-05T00:16:56.463Z] #10 transferring dockerfile: 2.04kB done [2023-09-05T00:16:56.463Z] #10 DONE 0.1s [2023-09-05T00:16:56.463Z] [2023-09-05T00:16:56.463Z] #11 [core-command internal] load build definition from Dockerfile [2023-09-05T00:16:56.463Z] #11 transferring dockerfile: 1.82kB done [2023-09-05T00:16:56.463Z] #11 DONE 0.1s [2023-09-05T00:16:56.463Z] [2023-09-05T00:16:56.463Z] #12 [security-bootstrapper internal] load .dockerignore [2023-09-05T00:16:56.463Z] #12 transferring context: 56B done [2023-09-05T00:16:56.463Z] #12 DONE 0.1s [2023-09-05T00:16:56.463Z] [2023-09-05T00:16:56.463Z] #13 [security-secretstore-setup internal] load build definition from Dockerfile [2023-09-05T00:16:56.723Z] #13 transferring dockerfile: 2.38kB done [2023-09-05T00:16:56.723Z] #13 DONE 0.1s [2023-09-05T00:16:56.723Z] [2023-09-05T00:16:56.723Z] #14 [support-notifications internal] load build definition from Dockerfile [2023-09-05T00:16:56.723Z] #14 transferring dockerfile: 1.84kB done [2023-09-05T00:16:56.723Z] #14 DONE 0.1s [2023-09-05T00:16:56.723Z] [2023-09-05T00:16:56.723Z] #15 [security-spire-agent internal] load build definition from Dockerfile [2023-09-05T00:16:56.723Z] #15 transferring dockerfile: 1.70kB done [2023-09-05T00:16:56.723Z] #15 DONE 0.1s [2023-09-05T00:16:56.723Z] [2023-09-05T00:16:56.723Z] #16 [core-data internal] load .dockerignore [2023-09-05T00:16:56.723Z] #16 transferring context: 56B done [2023-09-05T00:16:56.723Z] #16 DONE 0.0s [2023-09-05T00:16:56.723Z] [2023-09-05T00:16:56.723Z] #17 [security-spire-config internal] load .dockerignore [2023-09-05T00:16:56.723Z] #17 transferring context: 56B done [2023-09-05T00:16:56.723Z] #17 DONE 0.0s [2023-09-05T00:16:56.723Z] [2023-09-05T00:16:56.723Z] #18 [security-proxy-setup internal] load .dockerignore [2023-09-05T00:16:56.723Z] #18 transferring context: 56B done [2023-09-05T00:16:56.723Z] #18 DONE 0.0s [2023-09-05T00:16:56.723Z] [2023-09-05T00:16:56.723Z] #19 [core-common-config-bootstrapper internal] load .dockerignore [2023-09-05T00:16:56.723Z] #19 transferring context: 56B done [2023-09-05T00:16:56.723Z] #19 DONE 0.0s [2023-09-05T00:16:56.723Z] [2023-09-05T00:16:56.723Z] #20 [core-metadata internal] load .dockerignore [2023-09-05T00:16:56.723Z] #20 transferring context: 56B done [2023-09-05T00:16:56.723Z] #20 DONE 0.0s [2023-09-05T00:16:56.723Z] [2023-09-05T00:16:56.723Z] #21 [support-scheduler internal] load .dockerignore [2023-09-05T00:16:56.723Z] #21 transferring context: 56B done [2023-09-05T00:16:56.723Z] #21 DONE 0.0s [2023-09-05T00:16:56.723Z] [2023-09-05T00:16:56.723Z] #22 [security-proxy-auth internal] load .dockerignore [2023-09-05T00:16:56.723Z] #22 transferring context: 56B done [2023-09-05T00:16:56.723Z] #22 DONE 0.0s [2023-09-05T00:16:56.723Z] [2023-09-05T00:16:56.723Z] #23 [core-command internal] load .dockerignore [2023-09-05T00:16:56.981Z] #23 transferring context: 56B done [2023-09-05T00:16:56.981Z] #23 DONE 0.1s [2023-09-05T00:16:56.981Z] [2023-09-05T00:16:56.981Z] #24 [security-spiffe-token-provider internal] load .dockerignore [2023-09-05T00:16:56.981Z] #24 transferring context: 56B done [2023-09-05T00:16:56.981Z] #24 DONE 0.0s [2023-09-05T00:16:56.981Z] [2023-09-05T00:16:56.981Z] #25 [security-spire-server internal] load .dockerignore [2023-09-05T00:16:56.981Z] #25 transferring context: 56B done [2023-09-05T00:16:56.981Z] #25 DONE 0.1s [2023-09-05T00:16:56.981Z] [2023-09-05T00:16:56.981Z] #26 [security-spire-agent internal] load .dockerignore [2023-09-05T00:16:56.981Z] #26 transferring context: 56B done [2023-09-05T00:16:56.981Z] #26 DONE 0.1s [2023-09-05T00:16:56.981Z] [2023-09-05T00:16:56.981Z] #27 [support-notifications internal] load .dockerignore [2023-09-05T00:16:56.981Z] #27 transferring context: 56B done [2023-09-05T00:16:56.981Z] #27 DONE 0.1s [2023-09-05T00:16:56.981Z] [2023-09-05T00:16:56.981Z] #28 [security-secretstore-setup internal] load .dockerignore [2023-09-05T00:16:56.981Z] #28 transferring context: 56B done [2023-09-05T00:16:56.981Z] #28 DONE 0.1s [2023-09-05T00:16:56.981Z] [2023-09-05T00:16:56.981Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-05T00:16:56.981Z] #29 DONE 0.0s [2023-09-05T00:16:56.981Z] [2023-09-05T00:16:56.981Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T00:16:56.981Z] #30 DONE 0.1s [2023-09-05T00:16:56.981Z] [2023-09-05T00:16:56.981Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-05T00:16:56.981Z] #29 DONE 0.0s [2023-09-05T00:16:56.981Z] [2023-09-05T00:16:56.981Z] #31 [security-proxy-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T00:16:56.981Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T00:16:57.239Z] #31 ... [2023-09-05T00:16:57.239Z] [2023-09-05T00:16:57.239Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-05T00:16:57.239Z] #29 DONE 0.0s [2023-09-05T00:16:57.239Z] [2023-09-05T00:16:57.239Z] #31 [core-common-config-bootstrapper stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T00:16:57.239Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T00:16:57.239Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T00:16:57.239Z] #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-09-05T00:16:57.239Z] #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-09-05T00:16:57.239Z] #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s [2023-09-05T00:16:57.239Z] #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 [2023-09-05T00:16:57.239Z] #31 ... [2023-09-05T00:16:57.239Z] [2023-09-05T00:16:57.239Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-05T00:16:57.239Z] #29 DONE 0.0s [2023-09-05T00:16:57.239Z] [2023-09-05T00:16:57.239Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T00:16:57.239Z] #30 DONE 0.2s [2023-09-05T00:16:57.239Z] [2023-09-05T00:16:57.239Z] #31 [security-proxy-auth stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T00:16:57.239Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T00:16:57.239Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T00:16:57.239Z] #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-09-05T00:16:57.239Z] #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-09-05T00:16:57.239Z] #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-09-05T00:16:57.239Z] #31 ... [2023-09-05T00:16:57.239Z] [2023-09-05T00:16:57.239Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-05T00:16:57.239Z] #29 DONE 0.0s [2023-09-05T00:16:57.239Z] [2023-09-05T00:16:57.239Z] #30 [core-command internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T00:16:57.239Z] #30 DONE 0.3s [2023-09-05T00:16:57.239Z] [2023-09-05T00:16:57.239Z] #31 [security-spiffe-token-provider stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T00:16:57.240Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T00:16:57.240Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T00:16:57.240Z] #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-09-05T00:16:57.240Z] #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-09-05T00:16:57.240Z] #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-09-05T00:16:57.501Z] #31 ... [2023-09-05T00:16:57.501Z] [2023-09-05T00:16:57.501Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-05T00:16:57.501Z] #29 DONE 0.0s [2023-09-05T00:16:57.501Z] [2023-09-05T00:16:57.501Z] #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T00:16:57.501Z] #30 DONE 0.3s [2023-09-05T00:16:57.501Z] [2023-09-05T00:16:57.501Z] #31 [security-secretstore-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T00:16:57.501Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T00:16:57.501Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T00:16:57.501Z] #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-09-05T00:16:57.501Z] #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-09-05T00:16:57.501Z] #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-09-05T00:16:57.501Z] #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.3s done [2023-09-05T00:16:57.501Z] #31 ... [2023-09-05T00:16:57.501Z] [2023-09-05T00:16:57.501Z] #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-05T00:16:57.501Z] #32 DONE 0.5s [2023-09-05T00:16:57.501Z] [2023-09-05T00:16:57.501Z] #33 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-09-05T00:16:57.501Z] #33 DONE 0.8s [2023-09-05T00:16:57.501Z] [2023-09-05T00:16:57.501Z] #31 [security-spire-config stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T00:16:57.501Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T00:16:57.501Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T00:16:57.501Z] #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-09-05T00:16:57.501Z] #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-09-05T00:16:57.501Z] #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-09-05T00:16:57.501Z] #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.3s done [2023-09-05T00:16:57.761Z] #31 DONE 0.8s [2023-09-05T00:16:57.761Z] [2023-09-05T00:16:57.761Z] #34 [security-spire-server internal] load build context [2023-09-05T00:16:57.761Z] #34 transferring context: 17.59kB 0.0s done [2023-09-05T00:16:57.761Z] #34 DONE 0.1s [2023-09-05T00:16:57.761Z] [2023-09-05T00:16:57.761Z] #35 [security-spire-config internal] load build context [2023-09-05T00:16:57.761Z] #35 transferring context: 15.84kB 0.0s done [2023-09-05T00:16:57.761Z] #35 DONE 0.2s [2023-09-05T00:16:57.761Z] [2023-09-05T00:16:57.761Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:16:57.761Z] #36 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done [2023-09-05T00:16:57.761Z] #36 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-05T00:16:57.761Z] #36 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2023-09-05T00:16:57.761Z] #36 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2023-09-05T00:16:57.761Z] #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.1s [2023-09-05T00:16:57.761Z] #36 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 0.1s [2023-09-05T00:16:57.761Z] #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s [2023-09-05T00:16:57.761Z] #36 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.2s [2023-09-05T00:16:57.761Z] #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 0.2s [2023-09-05T00:16:57.761Z] #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2023-09-05T00:16:57.761Z] #36 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.2s done [2023-09-05T00:16:57.761Z] #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s done [2023-09-05T00:16:57.761Z] #36 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-09-05T00:16:58.057Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 0.4s [2023-09-05T00:16:58.058Z] #36 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2023-09-05T00:16:58.319Z] #36 ... [2023-09-05T00:16:58.319Z] [2023-09-05T00:16:58.319Z] #31 [security-spire-agent stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T00:16:58.319Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T00:16:58.319Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T00:16:58.319Z] #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-09-05T00:16:58.319Z] #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-09-05T00:16:58.319Z] #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-09-05T00:16:58.319Z] #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.3s done [2023-09-05T00:16:58.319Z] #31 DONE 0.8s [2023-09-05T00:16:58.319Z] [2023-09-05T00:16:58.319Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-09-05T00:16:58.319Z] #37 DONE 0.7s [2023-09-05T00:16:58.319Z] [2023-09-05T00:16:58.319Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:16:58.319Z] #36 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done [2023-09-05T00:16:58.319Z] #36 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-05T00:16:58.319Z] #36 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2023-09-05T00:16:58.319Z] #36 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2023-09-05T00:16:58.319Z] #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2023-09-05T00:16:58.319Z] #36 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.2s done [2023-09-05T00:16:58.319Z] #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s done [2023-09-05T00:16:58.319Z] #36 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-09-05T00:16:58.319Z] #36 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2023-09-05T00:16:58.319Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 7.34MB / 25.84MB 0.7s [2023-09-05T00:16:58.319Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 22.02MB / 25.84MB 0.8s [2023-09-05T00:16:58.483Z] 8d51d6327a98: Pull complete [2023-09-05T00:16:58.483Z] 8b374f2dd631: Pull complete [2023-09-05T00:16:58.483Z] ec14aa9079de: Pull complete [2023-09-05T00:16:58.599Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.9s [2023-09-05T00:17:03.864Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 6.0s [2023-09-05T00:17:05.256Z] 2f466654f4bb: Pull complete [2023-09-05T00:17:07.146Z] #36 ... [2023-09-05T00:17:07.146Z] [2023-09-05T00:17:07.146Z] #38 [core-data internal] load build context [2023-09-05T00:17:07.146Z] #38 transferring context: 365.25MB 8.4s done [2023-09-05T00:17:07.146Z] #38 ... [2023-09-05T00:17:07.146Z] [2023-09-05T00:17:07.146Z] #39 [security-bootstrapper internal] load build context [2023-09-05T00:17:07.146Z] #39 ... [2023-09-05T00:17:07.146Z] [2023-09-05T00:17:07.146Z] #40 [support-scheduler internal] load build context [2023-09-05T00:17:07.146Z] #40 transferring context: 365.25MB 7.2s done [2023-09-05T00:17:07.205Z] 554e91adad29: Pull complete [2023-09-05T00:17:07.205Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-09-05T00:17:07.205Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-05T00:17:07.205Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-09-05T00:17:07.422Z] #40 ... [2023-09-05T00:17:07.422Z] [2023-09-05T00:17:07.422Z] #41 [security-proxy-auth internal] load build context [2023-09-05T00:17:07.422Z] #41 transferring context: 365.25MB 9.5s done [2023-09-05T00:17:07.422Z] #41 ... [2023-09-05T00:17:07.422Z] [2023-09-05T00:17:07.422Z] #42 [core-metadata internal] load build context [2023-09-05T00:17:07.422Z] #42 transferring context: 365.25MB 8.2s done [2023-09-05T00:17:07.422Z] #42 ... [2023-09-05T00:17:07.422Z] [2023-09-05T00:17:07.422Z] #43 [core-common-config-bootstrapper internal] load build context [2023-09-05T00:17:07.422Z] #43 transferring context: 365.25MB 8.6s done [2023-09-05T00:17:07.553Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-05T00:17:07.553Z] WORKDIR /edgex [2023-09-05T00:17:07.553Z] COPY go.mod . [2023-09-05T00:17:07.553Z] RUN go mod download [2023-09-05T00:17:07.553Z] + docker build -t ci-base-image-arm64 -f - . [2023-09-05T00:17:07.680Z] #43 ... [2023-09-05T00:17:07.680Z] [2023-09-05T00:17:07.680Z] #44 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-09-05T00:17:07.938Z] #44 ... [2023-09-05T00:17:07.938Z] [2023-09-05T00:17:07.938Z] #45 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-05T00:17:07.938Z] #45 ... [2023-09-05T00:17:07.938Z] [2023-09-05T00:17:07.938Z] #46 [core-command internal] load build context [2023-09-05T00:17:07.939Z] #46 transferring context: 365.25MB 8.2s done [2023-09-05T00:17:07.939Z] #46 ... [2023-09-05T00:17:07.939Z] [2023-09-05T00:17:07.939Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-05T00:17:07.939Z] #47 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-05T00:17:08.144Z] Sending build context to Docker daemon 2.965MB [2023-09-05T00:17:08.144Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-05T00:17:08.144Z] ---> 1e15ea492957 [2023-09-05T00:17:08.144Z] Step 2/4 : WORKDIR /edgex [2023-09-05T00:17:08.197Z] #47 ... [2023-09-05T00:17:08.197Z] [2023-09-05T00:17:08.197Z] #48 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-05T00:17:08.197Z] #48 ... [2023-09-05T00:17:08.197Z] [2023-09-05T00:17:08.197Z] #49 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-05T00:17:08.456Z] #49 ... [2023-09-05T00:17:08.456Z] [2023-09-05T00:17:08.456Z] #50 [security-spiffe-token-provider internal] load build context [2023-09-05T00:17:08.456Z] #50 transferring context: 365.25MB 9.7s done [2023-09-05T00:17:08.456Z] #50 ... [2023-09-05T00:17:08.456Z] [2023-09-05T00:17:08.456Z] #51 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-05T00:17:08.716Z] #51 ... [2023-09-05T00:17:08.716Z] [2023-09-05T00:17:08.716Z] #52 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-05T00:17:08.716Z] #52 ... [2023-09-05T00:17:08.716Z] [2023-09-05T00:17:08.716Z] #53 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2023-09-05T00:17:08.975Z] #53 ... [2023-09-05T00:17:08.975Z] [2023-09-05T00:17:08.975Z] #54 [security-spire-agent internal] load build context [2023-09-05T00:17:08.975Z] #54 ... [2023-09-05T00:17:08.975Z] [2023-09-05T00:17:08.975Z] #55 [security-secretstore-setup internal] load build context [2023-09-05T00:17:08.975Z] #55 transferring context: 365.25MB 9.7s done [2023-09-05T00:17:09.233Z] #55 ... [2023-09-05T00:17:09.233Z] [2023-09-05T00:17:09.233Z] #56 [security-proxy-setup internal] load build context [2023-09-05T00:17:09.233Z] #56 transferring context: 365.25MB 9.9s done [2023-09-05T00:17:09.233Z] #56 ... [2023-09-05T00:17:09.233Z] [2023-09-05T00:17:09.233Z] #57 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-05T00:17:09.490Z] #57 ... [2023-09-05T00:17:09.490Z] [2023-09-05T00:17:09.490Z] #58 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-05T00:17:09.490Z] #58 ... [2023-09-05T00:17:09.490Z] [2023-09-05T00:17:09.490Z] #59 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-05T00:17:09.749Z] #59 ... [2023-09-05T00:17:09.749Z] [2023-09-05T00:17:09.749Z] #60 [support-notifications internal] load build context [2023-09-05T00:17:09.749Z] #60 transferring context: 365.25MB 7.5s done [2023-09-05T00:17:09.749Z] #60 ... [2023-09-05T00:17:09.749Z] [2023-09-05T00:17:09.749Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:17:09.749Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 12.2s [2023-09-05T00:17:12.397Z] ---> Running in 3da4fef01c48 [2023-09-05T00:17:12.665Z] Removing intermediate container 3da4fef01c48 [2023-09-05T00:17:12.665Z] ---> 98d619ac7b9d [2023-09-05T00:17:12.665Z] Step 3/4 : COPY go.mod . [2023-09-05T00:17:13.249Z] ---> 7edb2ff5154b [2023-09-05T00:17:13.249Z] Step 4/4 : RUN go mod download [2023-09-05T00:17:13.249Z] ---> Running in ecc77d2da881 [2023-09-05T00:17:15.062Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 17.3s [2023-09-05T00:17:17.591Z] #36 ... [2023-09-05T00:17:17.591Z] [2023-09-05T00:17:17.591Z] #39 [security-bootstrapper internal] load build context [2023-09-05T00:17:17.591Z] #39 transferring context: 365.25MB 10.4s done [2023-09-05T00:17:17.591Z] #39 ... [2023-09-05T00:17:17.591Z] [2023-09-05T00:17:17.591Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:17:20.128Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 22.3s [2023-09-05T00:17:22.835Z] #36 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 [2023-09-05T00:17:23.123Z] #36 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2023-09-05T00:17:23.381Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 23.1s done [2023-09-05T00:17:28.712Z] #36 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 [2023-09-05T00:17:28.712Z] #36 ... [2023-09-05T00:17:28.712Z] [2023-09-05T00:17:28.712Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-05T00:17:28.712Z] #47 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 29.8s done [2023-09-05T00:17:28.712Z] #47 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB done [2023-09-05T00:17:28.712Z] #47 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-09-05T00:17:28.712Z] #47 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2023-09-05T00:17:28.712Z] #47 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2023-09-05T00:17:28.712Z] #47 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B done [2023-09-05T00:17:28.712Z] #47 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0B / 300B 0.3s [2023-09-05T00:17:28.712Z] #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0B / 18.86MB 0.4s [2023-09-05T00:17:28.712Z] #47 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.5s done [2023-09-05T00:17:28.712Z] #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 2.10MB / 18.86MB 0.5s [2023-09-05T00:17:28.712Z] #47 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2023-09-05T00:17:28.712Z] #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 15.73MB / 18.86MB 0.6s [2023-09-05T00:17:28.712Z] #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.7s [2023-09-05T00:17:28.712Z] #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.8s done [2023-09-05T00:17:31.999Z] #47 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 [2023-09-05T00:17:31.999Z] #47 ... [2023-09-05T00:17:31.999Z] [2023-09-05T00:17:31.999Z] #53 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2023-09-05T00:17:31.999Z] #53 DONE 34.5s [2023-09-05T00:17:31.999Z] [2023-09-05T00:17:31.999Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-05T00:17:32.258Z] #47 ... [2023-09-05T00:17:32.258Z] [2023-09-05T00:17:32.258Z] #40 [support-scheduler internal] load build context [2023-09-05T00:17:32.258Z] #40 DONE 35.1s [2023-09-05T00:17:32.258Z] [2023-09-05T00:17:32.258Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-05T00:17:32.538Z] #47 ... [2023-09-05T00:17:32.538Z] [2023-09-05T00:17:32.538Z] #60 [support-notifications internal] load build context [2023-09-05T00:17:32.538Z] #60 DONE 35.0s [2023-09-05T00:17:32.538Z] [2023-09-05T00:17:32.538Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-05T00:17:32.538Z] #47 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0.5s done [2023-09-05T00:17:32.797Z] #47 ... [2023-09-05T00:17:32.797Z] [2023-09-05T00:17:32.797Z] #42 [core-metadata internal] load build context [2023-09-05T00:17:32.797Z] #42 DONE 35.6s [2023-09-05T00:17:32.797Z] [2023-09-05T00:17:32.797Z] #61 [core-data builder 3/7] RUN apk add --update --no-cache make git [2023-09-05T00:17:33.364Z] #61 ... [2023-09-05T00:17:33.364Z] [2023-09-05T00:17:33.364Z] #38 [core-data internal] load build context [2023-09-05T00:17:33.364Z] #38 DONE 36.3s [2023-09-05T00:17:33.364Z] [2023-09-05T00:17:33.364Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:17:33.364Z] #36 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0.8s done [2023-09-05T00:17:33.932Z] #36 ... [2023-09-05T00:17:33.932Z] [2023-09-05T00:17:33.932Z] #46 [core-command internal] load build context [2023-09-05T00:17:33.932Z] #46 DONE 36.4s [2023-09-05T00:17:33.932Z] [2023-09-05T00:17:33.932Z] #57 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-05T00:17:33.932Z] #57 31.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:33.932Z] #57 32.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:33.932Z] #57 32.19 (1/4) Installing ca-certificates (20230506-r0) [2023-09-05T00:17:33.932Z] #57 32.21 (2/4) Installing dumb-init (1.2.5-r2) [2023-09-05T00:17:33.932Z] #57 32.21 (3/4) Installing su-exec (0.2-r2) [2023-09-05T00:17:33.932Z] #57 32.22 (4/4) Installing yq (4.30.4-r4) [2023-09-05T00:17:33.932Z] #57 32.28 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:17:33.932Z] #57 32.28 Executing ca-certificates-20230506-r0.trigger [2023-09-05T00:17:33.932Z] #57 32.35 OK: 17 MiB in 19 packages [2023-09-05T00:17:33.932Z] #57 ... [2023-09-05T00:17:33.932Z] [2023-09-05T00:17:33.932Z] #43 [core-common-config-bootstrapper internal] load build context [2023-09-05T00:17:33.932Z] #43 DONE 36.7s [2023-09-05T00:17:33.932Z] [2023-09-05T00:17:33.932Z] #62 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-09-05T00:17:34.203Z] #62 ... [2023-09-05T00:17:34.203Z] [2023-09-05T00:17:34.203Z] #41 [security-proxy-auth internal] load build context [2023-09-05T00:17:34.203Z] #41 DONE 36.9s [2023-09-05T00:17:34.203Z] [2023-09-05T00:17:34.203Z] #56 [security-proxy-setup internal] load build context [2023-09-05T00:17:34.203Z] #56 DONE 37.2s [2023-09-05T00:17:34.203Z] [2023-09-05T00:17:34.203Z] #49 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-05T00:17:34.203Z] #49 30.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:34.203Z] #49 31.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:34.203Z] #49 31.25 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-05T00:17:34.203Z] #49 31.25 (2/4) Installing openssl (3.0.10-r0) [2023-09-05T00:17:34.203Z] #49 31.27 (3/4) Installing su-exec (0.2-r2) [2023-09-05T00:17:34.203Z] #49 31.27 (4/4) Installing yq (4.30.4-r4) [2023-09-05T00:17:34.203Z] #49 31.33 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:17:34.203Z] #49 31.34 OK: 17 MiB in 19 packages [2023-09-05T00:17:34.461Z] #49 ... [2023-09-05T00:17:34.461Z] [2023-09-05T00:17:34.461Z] #50 [security-spiffe-token-provider internal] load build context [2023-09-05T00:17:34.461Z] #50 DONE 37.2s [2023-09-05T00:17:34.462Z] [2023-09-05T00:17:34.462Z] #58 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-05T00:17:34.462Z] #58 30.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:34.462Z] #58 30.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:34.462Z] #58 31.08 (1/2) Installing dumb-init (1.2.5-r2) [2023-09-05T00:17:34.462Z] #58 31.09 (2/2) Installing su-exec (0.2-r2) [2023-09-05T00:17:34.462Z] #58 31.10 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:17:34.462Z] #58 31.11 OK: 7 MiB in 17 packages [2023-09-05T00:17:34.720Z] #58 ... [2023-09-05T00:17:34.720Z] [2023-09-05T00:17:34.720Z] #55 [security-secretstore-setup internal] load build context [2023-09-05T00:17:34.720Z] #55 DONE 37.1s [2023-09-05T00:17:34.720Z] [2023-09-05T00:17:34.720Z] #48 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-05T00:17:34.720Z] #48 36.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:34.720Z] #48 37.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:34.979Z] #48 ... [2023-09-05T00:17:34.979Z] [2023-09-05T00:17:34.979Z] #39 [security-bootstrapper internal] load build context [2023-09-05T00:17:34.979Z] #39 DONE 37.9s [2023-09-05T00:17:34.979Z] [2023-09-05T00:17:34.979Z] #48 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-05T00:17:34.979Z] #48 37.20 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-05T00:17:34.979Z] #48 37.20 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-05T00:17:34.979Z] #48 37.20 OK: 17818 distinct packages available [2023-09-05T00:17:34.979Z] #48 37.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:35.241Z] #48 ... [2023-09-05T00:17:35.241Z] [2023-09-05T00:17:35.241Z] #57 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-05T00:17:35.241Z] #57 DONE 37.4s [2023-09-05T00:17:35.241Z] [2023-09-05T00:17:35.241Z] #48 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-05T00:17:35.241Z] #48 37.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:35.241Z] #48 ... [2023-09-05T00:17:35.241Z] [2023-09-05T00:17:35.241Z] #44 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-09-05T00:17:35.241Z] #44 30.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:35.241Z] #44 30.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:35.241Z] #44 30.91 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-05T00:17:35.241Z] #44 30.97 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:17:35.241Z] #44 30.97 OK: 7 MiB in 16 packages [2023-09-05T00:17:35.241Z] #44 DONE 37.6s [2023-09-05T00:17:35.241Z] [2023-09-05T00:17:35.241Z] #49 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-05T00:17:35.241Z] #49 DONE 37.5s [2023-09-05T00:17:35.241Z] [2023-09-05T00:17:35.241Z] #54 [security-spire-agent internal] load build context [2023-09-05T00:17:35.241Z] #54 transferring context: 17.12kB done [2023-09-05T00:17:35.241Z] #54 DONE 37.3s [2023-09-05T00:17:35.241Z] [2023-09-05T00:17:35.241Z] #58 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-05T00:17:35.241Z] #58 DONE 37.5s [2023-09-05T00:17:35.503Z] [2023-09-05T00:17:35.503Z] #48 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-05T00:17:35.503Z] #48 37.55 (1/5) Installing dumb-init (1.2.5-r2) [2023-09-05T00:17:35.503Z] #48 37.56 (2/5) Installing musl-obstack (1.2.3-r0) [2023-09-05T00:17:35.503Z] #48 37.56 (3/5) Installing libucontext (1.2-r0) [2023-09-05T00:17:35.503Z] #48 37.56 (4/5) Installing gcompat (1.1.0-r0) [2023-09-05T00:17:35.503Z] #48 37.57 (5/5) Installing openssl (3.0.10-r0) [2023-09-05T00:17:35.503Z] #48 37.58 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:17:35.503Z] #48 37.59 OK: 8 MiB in 20 packages [2023-09-05T00:17:36.070Z] #48 DONE 38.1s [2023-09-05T00:17:36.070Z] [2023-09-05T00:17:36.070Z] #59 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-05T00:17:36.070Z] #59 36.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:36.070Z] #59 37.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:36.070Z] #59 37.24 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-05T00:17:36.070Z] #59 37.24 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-05T00:17:36.070Z] #59 37.24 OK: 17818 distinct packages available [2023-09-05T00:17:36.070Z] #59 37.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:36.070Z] #59 37.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:36.070Z] #59 37.59 (1/9) Installing ca-certificates (20230506-r0) [2023-09-05T00:17:36.070Z] #59 37.63 (2/9) Installing brotli-libs (1.0.9-r9) [2023-09-05T00:17:36.070Z] #59 37.64 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-09-05T00:17:36.070Z] #59 37.67 (4/9) Installing libcurl (8.2.1-r0) [2023-09-05T00:17:36.070Z] #59 37.68 (5/9) Installing curl (8.2.1-r0) [2023-09-05T00:17:36.070Z] #59 37.69 (6/9) Installing dumb-init (1.2.5-r2) [2023-09-05T00:17:36.070Z] #59 37.69 (7/9) Installing musl-obstack (1.2.3-r0) [2023-09-05T00:17:36.070Z] #59 37.69 (8/9) Installing libucontext (1.2-r0) [2023-09-05T00:17:36.070Z] #59 37.70 (9/9) Installing gcompat (1.1.0-r0) [2023-09-05T00:17:36.070Z] #59 37.70 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:17:36.070Z] #59 37.71 Executing ca-certificates-20230506-r0.trigger [2023-09-05T00:17:36.070Z] #59 37.78 OK: 10 MiB in 24 packages [2023-09-05T00:17:36.070Z] #59 DONE 38.1s [2023-09-05T00:17:36.070Z] [2023-09-05T00:17:36.070Z] #63 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-09-05T00:17:36.070Z] #63 DONE 0.7s [2023-09-05T00:17:36.070Z] [2023-09-05T00:17:36.070Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-05T00:17:36.070Z] #47 DONE 37.9s [2023-09-05T00:17:36.070Z] [2023-09-05T00:17:36.070Z] #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:17:37.004Z] #36 ... [2023-09-05T00:17:37.004Z] [2023-09-05T00:17:37.004Z] #51 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-05T00:17:37.004Z] #51 38.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:37.004Z] #51 38.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:37.004Z] #51 38.78 (1/2) Installing ca-certificates (20230506-r0) [2023-09-05T00:17:37.004Z] #51 38.79 (2/2) Installing dumb-init (1.2.5-r2) [2023-09-05T00:17:37.004Z] #51 38.80 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:17:37.004Z] #51 38.81 Executing ca-certificates-20230506-r0.trigger [2023-09-05T00:17:37.004Z] #51 38.87 OK: 8 MiB in 17 packages [2023-09-05T00:17:37.004Z] #51 DONE 39.1s [2023-09-05T00:17:37.004Z] [2023-09-05T00:17:37.004Z] #64 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-09-05T00:17:37.004Z] #64 DONE 0.7s [2023-09-05T00:17:37.004Z] [2023-09-05T00:17:37.004Z] #45 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-05T00:17:37.004Z] #45 38.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:37.004Z] #45 38.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:37.004Z] #45 38.95 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-05T00:17:37.004Z] #45 38.95 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-05T00:17:37.004Z] #45 38.95 OK: 17818 distinct packages available [2023-09-05T00:17:37.004Z] #45 38.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:37.004Z] #45 39.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:37.004Z] #45 39.31 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-05T00:17:37.004Z] #45 39.32 (2/4) Installing musl-obstack (1.2.3-r0) [2023-09-05T00:17:37.004Z] #45 39.33 (3/4) Installing libucontext (1.2-r0) [2023-09-05T00:17:37.004Z] #45 39.33 (4/4) Installing gcompat (1.1.0-r0) [2023-09-05T00:17:37.004Z] #45 39.39 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:17:37.263Z] #45 39.40 OK: 7 MiB in 19 packages [2023-09-05T00:17:38.640Z] #45 DONE 40.6s [2023-09-05T00:17:38.640Z] [2023-09-05T00:17:38.640Z] #65 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-05T00:17:38.640Z] #0 4.765 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:38.640Z] #0 4.913 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:38.640Z] #0 5.197 OK: 265 MiB in 53 packages [2023-09-05T00:17:38.640Z] #65 DONE 6.2s [2023-09-05T00:17:38.640Z] [2023-09-05T00:17:38.640Z] #66 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-05T00:17:38.640Z] #66 DONE 1.5s [2023-09-05T00:17:38.640Z] [2023-09-05T00:17:38.640Z] #52 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-05T00:17:38.640Z] #52 39.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:38.640Z] #52 39.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:38.640Z] #52 39.51 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-05T00:17:38.640Z] #52 39.52 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:17:38.640Z] #52 39.53 OK: 7 MiB in 16 packages [2023-09-05T00:17:38.640Z] #52 DONE 40.6s [2023-09-05T00:17:38.640Z] [2023-09-05T00:17:38.640Z] #61 [core-data builder 3/7] RUN apk add --update --no-cache make git [2023-09-05T00:17:38.640Z] #61 4.780 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:38.640Z] #61 4.913 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:38.640Z] #61 5.200 OK: 265 MiB in 53 packages [2023-09-05T00:17:38.640Z] #61 DONE 6.3s [2023-09-05T00:17:38.640Z] [2023-09-05T00:17:38.640Z] #62 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-09-05T00:17:38.640Z] #62 4.765 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:38.640Z] #62 4.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:38.640Z] #62 5.174 OK: 265 MiB in 53 packages [2023-09-05T00:17:38.640Z] #62 DONE 6.4s [2023-09-05T00:17:38.640Z] [2023-09-05T00:17:38.640Z] #67 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:17:38.640Z] #67 ... [2023-09-05T00:17:38.640Z] [2023-09-05T00:17:38.640Z] #68 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-05T00:17:38.640Z] #68 DONE 1.5s [2023-09-05T00:17:38.640Z] [2023-09-05T00:17:38.640Z] #69 [security-spire-agent stage-3 5/9] COPY Attribution.txt / [2023-09-05T00:17:38.899Z] #69 ... [2023-09-05T00:17:38.899Z] [2023-09-05T00:17:38.899Z] #70 [security-spire-server stage-2 4/8] COPY Attribution.txt / [2023-09-05T00:17:38.899Z] #70 DONE 0.7s [2023-09-05T00:17:39.160Z] [2023-09-05T00:17:39.160Z] #71 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:17:39.418Z] #71 ... [2023-09-05T00:17:39.418Z] [2023-09-05T00:17:39.418Z] #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:17:39.418Z] #72 DONE 1.0s [2023-09-05T00:17:39.418Z] [2023-09-05T00:17:39.418Z] #69 [security-spire-agent stage-3 5/9] COPY Attribution.txt / [2023-09-05T00:17:39.418Z] #69 DONE 1.0s [2023-09-05T00:17:39.418Z] [2023-09-05T00:17:39.418Z] #73 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-05T00:17:39.418Z] #73 DONE 1.1s [2023-09-05T00:17:39.418Z] [2023-09-05T00:17:39.418Z] #67 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:17:39.418Z] #67 DONE 1.0s [2023-09-05T00:17:39.418Z] [2023-09-05T00:17:39.418Z] #74 [security-spire-server stage-2 5/8] COPY security.txt / [2023-09-05T00:17:39.418Z] #74 DONE 0.2s [2023-09-05T00:17:39.418Z] [2023-09-05T00:17:39.418Z] #71 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:17:39.418Z] #71 DONE 1.0s [2023-09-05T00:17:39.418Z] [2023-09-05T00:17:39.418Z] #75 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-05T00:17:39.418Z] #75 DONE 4.3s [2023-09-05T00:17:39.418Z] [2023-09-05T00:17:39.418Z] #76 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-09-05T00:17:39.676Z] #76 DONE 0.1s [2023-09-05T00:17:39.676Z] [2023-09-05T00:17:39.676Z] #77 [security-spire-agent stage-3 6/9] COPY security.txt / [2023-09-05T00:17:39.676Z] #77 DONE 0.2s [2023-09-05T00:17:39.676Z] [2023-09-05T00:17:39.676Z] #78 [security-spire-config stage-2 4/9] COPY Attribution.txt / [2023-09-05T00:17:39.676Z] #78 DONE 0.1s [2023-09-05T00:17:39.676Z] [2023-09-05T00:17:39.676Z] #79 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-09-05T00:17:39.676Z] #79 DONE 0.1s [2023-09-05T00:17:39.676Z] [2023-09-05T00:17:39.676Z] #80 [security-spire-config stage-2 5/9] COPY security.txt / [2023-09-05T00:17:39.676Z] #80 DONE 0.1s [2023-09-05T00:17:39.676Z] [2023-09-05T00:17:39.676Z] #81 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-09-05T00:17:39.676Z] #81 DONE 0.1s [2023-09-05T00:17:39.676Z] [2023-09-05T00:17:39.676Z] #82 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-09-05T00:17:39.676Z] #82 DONE 0.1s [2023-09-05T00:17:39.676Z] [2023-09-05T00:17:39.676Z] #83 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-09-05T00:17:39.934Z] #83 DONE 0.2s [2023-09-05T00:17:39.934Z] [2023-09-05T00:17:39.934Z] #84 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-09-05T00:17:39.934Z] #84 DONE 0.1s [2023-09-05T00:17:39.934Z] [2023-09-05T00:17:39.934Z] #85 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-09-05T00:17:39.934Z] #85 DONE 0.1s [2023-09-05T00:17:39.934Z] [2023-09-05T00:17:39.934Z] #86 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-09-05T00:17:39.934Z] #86 DONE 0.1s [2023-09-05T00:17:39.934Z] [2023-09-05T00:17:39.934Z] #87 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-09-05T00:17:39.934Z] #87 DONE 0.1s [2023-09-05T00:17:39.934Z] [2023-09-05T00:17:39.934Z] #88 [security-spire-server] exporting to image [2023-09-05T00:17:39.934Z] #88 exporting layers [2023-09-05T00:17:40.193Z] #88 ... [2023-09-05T00:17:40.193Z] [2023-09-05T00:17:40.193Z] #89 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-09-05T00:17:40.193Z] #89 DONE 0.1s [2023-09-05T00:17:40.193Z] [2023-09-05T00:17:40.193Z] #88 [security-spire-config] exporting to image [2023-09-05T00:17:40.452Z] #88 ... [2023-09-05T00:17:40.452Z] [2023-09-05T00:17:40.452Z] #90 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-05T00:17:40.452Z] #0 7.253 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:40.452Z] #0 7.499 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:40.452Z] #0 7.840 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-05T00:17:40.452Z] #0 7.840 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-05T00:17:40.452Z] #0 7.840 OK: 17823 distinct packages available [2023-09-05T00:17:40.452Z] #0 7.883 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:40.452Z] #0 8.032 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T00:17:40.452Z] #0 8.263 OK: 265 MiB in 53 packages [2023-09-05T00:17:40.452Z] #90 DONE 8.4s [2023-09-05T00:17:40.711Z] [2023-09-05T00:17:40.711Z] #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:17:40.711Z] #91 DONE 0.1s [2023-09-05T00:17:40.711Z] [2023-09-05T00:17:40.711Z] #88 [security-spire-agent] exporting to image [2023-09-05T00:17:40.711Z] #88 exporting layers 0.6s done [2023-09-05T00:17:40.711Z] #88 writing image sha256:4ec04cb6fc17e7ee32db19c85c03faf79b6babb60c716f6c9a56e9acf1dcb80d 0.0s done [2023-09-05T00:17:40.711Z] #88 naming to docker.io/library/security-spire-agent done [2023-09-05T00:17:40.711Z] #88 exporting layers 0.6s done [2023-09-05T00:17:40.711Z] #88 writing image sha256:494037408c3be5bcbedd5b6f342ee1cb54bcfc7aa9c66dcb320070e7e66afa89 done [2023-09-05T00:17:40.711Z] #88 naming to docker.io/library/security-spire-server done [2023-09-05T00:17:40.711Z] #88 writing image sha256:1afb32e3733b0395394fee041023edc2f7e96a300fc7a7091fcaa3ff4bce0024 done [2023-09-05T00:17:40.711Z] #88 naming to docker.io/library/security-spire-config done [2023-09-05T00:17:40.711Z] #88 DONE 0.8s [2023-09-05T00:17:40.711Z] [2023-09-05T00:17:40.711Z] #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:17:50.726Z] #92 ... [2023-09-05T00:17:50.726Z] [2023-09-05T00:17:50.726Z] #93 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:17:50.726Z] #93 ... [2023-09-05T00:17:50.726Z] [2023-09-05T00:17:50.726Z] #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:17:50.726Z] #94 ... [2023-09-05T00:17:50.726Z] [2023-09-05T00:17:50.726Z] #95 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:17:52.135Z] Removing intermediate container ecc77d2da881 [2023-09-05T00:17:52.135Z] ---> 9416c68df495 [2023-09-05T00:17:52.135Z] Successfully built 9416c68df495 [2023-09-05T00:17:52.135Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:17:52.467Z] + docker inspect -f . ci-base-image-arm64 [2023-09-05T00:17:52.467Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T00:17:52.671Z] prd-ubuntu20.04-docker-arm64-4c-16g-5286 does not seem to be running inside a container [2023-09-05T00:17:52.746Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-05T00:17:53.897Z] $ docker top 620ea1aa2f19e34a8728e0cf765874bb6a58ed06df23ed8faf19a5de736c9c13 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-05T00:17:54.707Z] + go version [2023-09-05T00:17:54.707Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-09-05T00:17:54.736Z] $ docker stop --time=1 620ea1aa2f19e34a8728e0cf765874bb6a58ed06df23ed8faf19a5de736c9c13 [2023-09-05T00:17:56.333Z] $ docker rm -f --volumes 620ea1aa2f19e34a8728e0cf765874bb6a58ed06df23ed8faf19a5de736c9c13 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:17:56.949Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-05T00:17:56.949Z] [2023-09-05T00:17:56.949Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:17:57.276Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-05T00:17:57.276Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-09-05T00:17:57.276Z] 547446be3368: Pulling fs layer [2023-09-05T00:17:57.276Z] d125d8839a47: Pulling fs layer [2023-09-05T00:17:57.276Z] 3e85d5ac6304: Pulling fs layer [2023-09-05T00:17:57.276Z] c3105a71a48b: Pulling fs layer [2023-09-05T00:17:57.276Z] 0f093f025ec4: Pulling fs layer [2023-09-05T00:17:57.276Z] c3106fc0e877: Pulling fs layer [2023-09-05T00:17:57.276Z] 0f093f025ec4: Waiting [2023-09-05T00:17:57.276Z] c3106fc0e877: Waiting [2023-09-05T00:17:57.276Z] c3105a71a48b: Waiting [2023-09-05T00:17:57.541Z] 547446be3368: Verifying Checksum [2023-09-05T00:17:57.541Z] 547446be3368: Download complete [2023-09-05T00:17:57.541Z] c3105a71a48b: Verifying Checksum [2023-09-05T00:17:57.541Z] c3105a71a48b: Download complete [2023-09-05T00:17:57.807Z] d125d8839a47: Verifying Checksum [2023-09-05T00:17:57.807Z] d125d8839a47: Download complete [2023-09-05T00:17:57.807Z] c3106fc0e877: Verifying Checksum [2023-09-05T00:17:57.807Z] c3106fc0e877: Download complete [2023-09-05T00:17:58.072Z] 0f093f025ec4: Verifying Checksum [2023-09-05T00:17:58.072Z] 0f093f025ec4: Download complete [2023-09-05T00:17:58.072Z] 547446be3368: Pull complete [2023-09-05T00:17:59.031Z] d125d8839a47: Pull complete [2023-09-05T00:17:59.613Z] 3e85d5ac6304: Download complete [2023-09-05T00:18:07.826Z] 3e85d5ac6304: Pull complete [2023-09-05T00:18:07.826Z] c3105a71a48b: Pull complete [2023-09-05T00:18:08.407Z] 0f093f025ec4: Pull complete [2023-09-05T00:18:08.407Z] c3106fc0e877: Pull complete [2023-09-05T00:18:08.407Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-09-05T00:18:08.407Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-05T00:18:08.407Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T00:18:08.577Z] prd-ubuntu20.04-docker-arm64-4c-16g-5286 does not seem to be running inside a container [2023-09-05T00:18:08.650Z] $ 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/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-09-05T00:18:10.584Z] $ docker top 21d238bdbf6198c5eac44a21aab3f099af90e8ede513ace3703dc491bc61956f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-05T00:18:11.073Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-09-05T00:18:19.310Z] #1 [support-notifications internal] load build definition from Dockerfile [2023-09-05T00:18:19.912Z] #1 transferring dockerfile: 1.84kB done [2023-09-05T00:18:19.912Z] #1 DONE 1.0s [2023-09-05T00:18:19.912Z] [2023-09-05T00:18:19.912Z] #2 [core-data internal] load build definition from Dockerfile [2023-09-05T00:18:20.179Z] #2 ... [2023-09-05T00:18:20.179Z] [2023-09-05T00:18:20.179Z] #3 [security-secretstore-setup internal] load build definition from Dockerfile [2023-09-05T00:18:20.179Z] #3 transferring dockerfile: 2.38kB done [2023-09-05T00:18:20.179Z] #3 DONE 0.4s [2023-09-05T00:18:20.179Z] [2023-09-05T00:18:20.179Z] #2 [core-data internal] load build definition from Dockerfile [2023-09-05T00:18:20.179Z] #2 transferring dockerfile: 1.90kB 0.1s done [2023-09-05T00:18:20.445Z] #2 ... [2023-09-05T00:18:20.445Z] [2023-09-05T00:18:20.445Z] #4 [security-spire-agent internal] load build definition from Dockerfile [2023-09-05T00:18:20.445Z] #4 transferring dockerfile: 1.70kB 0.1s done [2023-09-05T00:18:20.445Z] #4 DONE 0.4s [2023-09-05T00:18:20.445Z] [2023-09-05T00:18:20.445Z] #5 [security-proxy-setup internal] load build definition from Dockerfile [2023-09-05T00:18:20.445Z] #5 transferring dockerfile: 2.39kB 0.0s done [2023-09-05T00:18:20.445Z] #5 DONE 0.5s [2023-09-05T00:18:20.445Z] [2023-09-05T00:18:20.445Z] #6 [security-bootstrapper internal] load build definition from Dockerfile [2023-09-05T00:18:20.445Z] #6 transferring dockerfile: 2.82kB 0.0s done [2023-09-05T00:18:20.445Z] #6 DONE 0.5s [2023-09-05T00:18:20.445Z] [2023-09-05T00:18:20.445Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-09-05T00:18:20.445Z] #7 transferring dockerfile: 1.78kB 0.1s done [2023-09-05T00:18:20.445Z] #7 DONE 0.5s [2023-09-05T00:18:20.445Z] [2023-09-05T00:18:20.445Z] #8 [core-metadata internal] load build definition from Dockerfile [2023-09-05T00:18:20.446Z] #8 transferring dockerfile: 1.96kB 0.1s done [2023-09-05T00:18:20.446Z] #8 DONE 0.5s [2023-09-05T00:18:20.446Z] [2023-09-05T00:18:20.446Z] #2 [core-data internal] load build definition from Dockerfile [2023-09-05T00:18:20.446Z] #2 DONE 0.5s [2023-09-05T00:18:20.446Z] [2023-09-05T00:18:20.446Z] #9 [support-notifications internal] load .dockerignore [2023-09-05T00:18:20.720Z] #9 ... [2023-09-05T00:18:20.720Z] [2023-09-05T00:18:20.720Z] #10 [security-spire-server internal] load build definition from Dockerfile [2023-09-05T00:18:20.720Z] #10 transferring dockerfile: 1.59kB 0.1s done [2023-09-05T00:18:20.720Z] #10 DONE 0.6s [2023-09-05T00:18:20.720Z] [2023-09-05T00:18:20.720Z] #11 [support-scheduler internal] load build definition from Dockerfile [2023-09-05T00:18:20.720Z] #11 transferring dockerfile: 1.82kB 0.1s done [2023-09-05T00:18:20.720Z] #11 DONE 0.8s [2023-09-05T00:18:20.720Z] [2023-09-05T00:18:20.720Z] #9 [support-notifications internal] load .dockerignore [2023-09-05T00:18:20.720Z] #9 transferring context: [2023-09-05T00:18:20.720Z] #9 transferring context: 56B 0.0s done [2023-09-05T00:18:20.720Z] #9 DONE 0.2s [2023-09-05T00:18:20.720Z] [2023-09-05T00:18:20.720Z] #12 [core-command internal] load build definition from Dockerfile [2023-09-05T00:18:20.720Z] #12 transferring dockerfile: 1.82kB 0.0s done [2023-09-05T00:18:20.720Z] #12 DONE 0.5s [2023-09-05T00:18:20.720Z] [2023-09-05T00:18:20.720Z] #13 [security-spire-config internal] load build definition from Dockerfile [2023-09-05T00:18:20.720Z] #13 transferring dockerfile: 1.58kB 0.0s done [2023-09-05T00:18:20.720Z] #13 DONE 0.5s [2023-09-05T00:18:20.720Z] [2023-09-05T00:18:20.720Z] #14 [security-proxy-auth internal] load build definition from Dockerfile [2023-09-05T00:18:20.720Z] #14 transferring dockerfile: 2.04kB done [2023-09-05T00:18:20.986Z] #14 DONE 0.4s [2023-09-05T00:18:20.986Z] [2023-09-05T00:18:20.986Z] #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-09-05T00:18:20.986Z] #15 transferring dockerfile: 2.12kB done [2023-09-05T00:18:20.986Z] #15 DONE 0.5s [2023-09-05T00:18:21.253Z] [2023-09-05T00:18:21.253Z] #16 [security-secretstore-setup internal] load .dockerignore [2023-09-05T00:18:21.253Z] #16 transferring context: 56B done [2023-09-05T00:18:21.253Z] #16 DONE 0.0s [2023-09-05T00:18:21.253Z] [2023-09-05T00:18:21.253Z] #17 [support-scheduler internal] load .dockerignore [2023-09-05T00:18:21.253Z] #17 transferring context: 56B done [2023-09-05T00:18:21.253Z] #17 DONE 0.1s [2023-09-05T00:18:21.253Z] [2023-09-05T00:18:21.253Z] #18 [security-proxy-setup internal] load .dockerignore [2023-09-05T00:18:21.253Z] #18 transferring context: 56B 0.0s done [2023-09-05T00:18:21.253Z] #18 DONE 0.1s [2023-09-05T00:18:21.253Z] [2023-09-05T00:18:21.253Z] #19 [security-bootstrapper internal] load .dockerignore [2023-09-05T00:18:21.520Z] #19 transferring context: 56B done [2023-09-05T00:18:21.520Z] #19 DONE 0.0s [2023-09-05T00:18:21.520Z] [2023-09-05T00:18:21.520Z] #20 [security-spiffe-token-provider internal] load .dockerignore [2023-09-05T00:18:21.520Z] #20 transferring context: 56B done [2023-09-05T00:18:21.520Z] #20 DONE 0.0s [2023-09-05T00:18:21.520Z] [2023-09-05T00:18:21.520Z] #21 [core-metadata internal] load .dockerignore [2023-09-05T00:18:21.520Z] #21 transferring context: 56B done [2023-09-05T00:18:21.520Z] #21 DONE 0.1s [2023-09-05T00:18:21.520Z] [2023-09-05T00:18:21.521Z] #22 [security-spire-server internal] load .dockerignore [2023-09-05T00:18:21.521Z] #22 transferring context: 56B done [2023-09-05T00:18:21.786Z] #22 DONE 0.1s [2023-09-05T00:18:21.786Z] [2023-09-05T00:18:21.786Z] #23 [security-spire-agent internal] load .dockerignore [2023-09-05T00:18:21.786Z] #23 transferring context: 56B done [2023-09-05T00:18:21.786Z] #23 DONE 0.1s [2023-09-05T00:18:21.786Z] [2023-09-05T00:18:21.786Z] #24 [core-data internal] load .dockerignore [2023-09-05T00:18:21.786Z] #24 transferring context: 56B done [2023-09-05T00:18:21.786Z] #24 DONE 0.1s [2023-09-05T00:18:21.786Z] [2023-09-05T00:18:21.786Z] #25 [core-command internal] load .dockerignore [2023-09-05T00:18:21.786Z] #25 transferring context: 56B 0.0s done [2023-09-05T00:18:21.786Z] #25 DONE 0.1s [2023-09-05T00:18:21.786Z] [2023-09-05T00:18:21.786Z] #26 [security-spire-config internal] load .dockerignore [2023-09-05T00:18:21.786Z] #26 transferring context: 56B done [2023-09-05T00:18:21.786Z] #26 DONE 0.1s [2023-09-05T00:18:21.786Z] [2023-09-05T00:18:21.786Z] #27 [core-common-config-bootstrapper internal] load .dockerignore [2023-09-05T00:18:22.051Z] #27 transferring context: 56B done [2023-09-05T00:18:22.051Z] #27 DONE 0.1s [2023-09-05T00:18:22.051Z] [2023-09-05T00:18:22.051Z] #28 [security-proxy-auth internal] load .dockerignore [2023-09-05T00:18:22.051Z] #28 transferring context: 56B done [2023-09-05T00:18:22.051Z] #28 DONE 0.1s [2023-09-05T00:18:22.051Z] [2023-09-05T00:18:22.051Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T00:18:22.051Z] #29 DONE 0.0s [2023-09-05T00:18:22.051Z] [2023-09-05T00:18:22.051Z] #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T00:18:22.051Z] #30 DONE 0.1s [2023-09-05T00:18:22.321Z] [2023-09-05T00:18:22.321Z] #31 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T00:18:22.321Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T00:18:22.321Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T00:18:22.321Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T00:18:22.321Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T00:18:22.321Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.05MB / 3.26MB 0.1s [2023-09-05T00:18:22.588Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s [2023-09-05T00:18:22.588Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 [2023-09-05T00:18:22.588Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T00:18:22.855Z] #31 ... [2023-09-05T00:18:22.855Z] [2023-09-05T00:18:22.855Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T00:18:22.855Z] #29 DONE 0.0s [2023-09-05T00:18:22.855Z] [2023-09-05T00:18:22.855Z] #32 [support-notifications internal] load build context [2023-09-05T00:18:22.855Z] #32 transferring context: 2.58MB 0.5s done [2023-09-05T00:18:22.855Z] #32 DONE 0.6s [2023-09-05T00:18:22.855Z] [2023-09-05T00:18:22.855Z] #31 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T00:18:22.855Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T00:18:22.855Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T00:18:22.855Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T00:18:22.855Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T00:18:22.855Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T00:18:23.121Z] #31 ... [2023-09-05T00:18:23.121Z] [2023-09-05T00:18:23.121Z] #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T00:18:23.121Z] #30 DONE 0.2s [2023-09-05T00:18:23.121Z] [2023-09-05T00:18:23.121Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T00:18:23.121Z] #29 DONE 0.0s [2023-09-05T00:18:23.121Z] [2023-09-05T00:18:23.121Z] #33 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-05T00:18:23.121Z] #33 DONE 1.5s [2023-09-05T00:18:23.121Z] [2023-09-05T00:18:23.121Z] #31 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T00:18:23.121Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T00:18:23.121Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T00:18:23.121Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T00:18:23.121Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T00:18:23.122Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T00:18:23.122Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done [2023-09-05T00:18:23.122Z] #31 ... [2023-09-05T00:18:23.122Z] [2023-09-05T00:18:23.122Z] #33 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-05T00:18:23.122Z] #33 DONE 1.5s [2023-09-05T00:18:23.122Z] [2023-09-05T00:18:23.122Z] #31 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T00:18:23.122Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T00:18:23.122Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T00:18:23.122Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T00:18:23.122Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T00:18:23.122Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T00:18:23.122Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done [2023-09-05T00:18:23.386Z] #31 ... [2023-09-05T00:18:23.386Z] [2023-09-05T00:18:23.386Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T00:18:23.386Z] #29 DONE 0.0s [2023-09-05T00:18:23.386Z] [2023-09-05T00:18:23.386Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T00:18:23.386Z] #30 DONE 0.4s [2023-09-05T00:18:23.386Z] [2023-09-05T00:18:23.386Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T00:18:23.386Z] #29 DONE 0.1s [2023-09-05T00:18:23.386Z] [2023-09-05T00:18:23.386Z] #33 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-05T00:18:23.386Z] #33 DONE 1.5s [2023-09-05T00:18:23.386Z] [2023-09-05T00:18:23.386Z] #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T00:18:23.386Z] #30 ... [2023-09-05T00:18:23.386Z] [2023-09-05T00:18:23.386Z] #34 [support-scheduler builder 2/7] WORKDIR /edgex-go [2023-09-05T00:18:23.386Z] #34 DONE 0.7s [2023-09-05T00:18:23.651Z] [2023-09-05T00:18:23.651Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-09-05T00:18:23.651Z] #35 ... [2023-09-05T00:18:23.651Z] [2023-09-05T00:18:23.651Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T00:18:23.651Z] #29 DONE 0.1s [2023-09-05T00:18:23.917Z] [2023-09-05T00:18:23.917Z] #31 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T00:18:23.918Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T00:18:23.918Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T00:18:23.918Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T00:18:23.918Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T00:18:23.918Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T00:18:23.918Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done [2023-09-05T00:18:24.184Z] #31 ... [2023-09-05T00:18:24.184Z] [2023-09-05T00:18:24.184Z] #33 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-05T00:18:24.184Z] #33 DONE 1.7s [2023-09-05T00:18:24.184Z] [2023-09-05T00:18:24.184Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T00:18:24.184Z] #29 DONE 0.1s [2023-09-05T00:18:24.184Z] [2023-09-05T00:18:24.184Z] #34 [core-command builder 2/7] WORKDIR /edgex-go [2023-09-05T00:18:24.184Z] #34 DONE 0.9s [2023-09-05T00:18:24.184Z] [2023-09-05T00:18:24.184Z] #31 [core-command stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T00:18:24.184Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T00:18:24.184Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T00:18:24.184Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T00:18:24.184Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T00:18:24.184Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T00:18:24.184Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done [2023-09-05T00:18:24.184Z] #31 DONE 2.8s [2023-09-05T00:18:24.184Z] [2023-09-05T00:18:24.184Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T00:18:24.184Z] #29 DONE 0.1s [2023-09-05T00:18:24.184Z] [2023-09-05T00:18:24.184Z] #36 [security-secretstore-setup internal] load build context [2023-09-05T00:18:24.184Z] #36 transferring context: 2.58MB 0.8s done [2023-09-05T00:18:24.184Z] #36 DONE 1.3s [2023-09-05T00:18:24.184Z] [2023-09-05T00:18:24.184Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T00:18:24.450Z] #30 ... [2023-09-05T00:18:24.450Z] [2023-09-05T00:18:24.450Z] #37 [support-scheduler internal] load build context [2023-09-05T00:18:24.450Z] #37 transferring context: 2.58MB 0.9s done [2023-09-05T00:18:24.450Z] #37 DONE 1.2s [2023-09-05T00:18:24.450Z] [2023-09-05T00:18:24.450Z] #38 [security-proxy-setup internal] load build context [2023-09-05T00:18:25.406Z] #38 transferring context: 2.58MB 1.8s done [2023-09-05T00:18:25.674Z] #38 DONE 2.4s [2023-09-05T00:18:25.674Z] [2023-09-05T00:18:25.674Z] #33 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-05T00:18:25.674Z] #33 DONE 1.7s [2023-09-05T00:18:25.674Z] [2023-09-05T00:18:25.674Z] #34 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2023-09-05T00:18:25.674Z] #34 DONE 0.9s [2023-09-05T00:18:25.674Z] [2023-09-05T00:18:25.674Z] #31 [core-common-config-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T00:18:25.674Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T00:18:25.674Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T00:18:25.674Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T00:18:25.674Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T00:18:25.674Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T00:18:25.674Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done [2023-09-05T00:18:25.674Z] #31 DONE 2.8s [2023-09-05T00:18:25.674Z] [2023-09-05T00:18:25.674Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T00:18:25.674Z] #30 DONE 2.4s [2023-09-05T00:18:25.674Z] [2023-09-05T00:18:25.674Z] #39 [core-common-config-bootstrapper stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-05T00:18:25.674Z] #39 ... [2023-09-05T00:18:25.674Z] [2023-09-05T00:18:25.674Z] #33 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-05T00:18:25.674Z] #33 DONE 1.7s [2023-09-05T00:18:25.674Z] [2023-09-05T00:18:25.674Z] #34 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2023-09-05T00:18:25.674Z] #34 DONE 0.9s [2023-09-05T00:18:25.674Z] [2023-09-05T00:18:25.674Z] #31 [security-proxy-auth stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T00:18:25.674Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T00:18:25.674Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T00:18:25.674Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T00:18:25.674Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T00:18:25.674Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T00:18:25.674Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done [2023-09-05T00:18:25.674Z] #31 DONE 2.8s [2023-09-05T00:18:25.674Z] [2023-09-05T00:18:25.674Z] #40 [security-proxy-auth internal] load build context [2023-09-05T00:18:25.674Z] #40 DONE 0.0s [2023-09-05T00:18:25.674Z] [2023-09-05T00:18:25.674Z] #41 [core-common-config-bootstrapper internal] load build context [2023-09-05T00:18:25.674Z] #41 DONE 0.0s [2023-09-05T00:18:25.674Z] [2023-09-05T00:18:25.674Z] #39 [security-proxy-auth stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-05T00:18:26.264Z] #39 ... [2023-09-05T00:18:26.264Z] [2023-09-05T00:18:26.265Z] #42 [security-bootstrapper internal] load build context [2023-09-05T00:18:26.265Z] #42 transferring context: 2.58MB 2.1s done [2023-09-05T00:18:26.265Z] #42 DONE 3.0s [2023-09-05T00:18:26.265Z] [2023-09-05T00:18:26.265Z] #43 [security-spiffe-token-provider internal] load build context [2023-09-05T00:18:26.265Z] #43 transferring context: 2.58MB 2.2s done [2023-09-05T00:18:26.265Z] #43 DONE 3.1s [2023-09-05T00:18:26.530Z] [2023-09-05T00:18:26.530Z] #44 [core-command internal] load build context [2023-09-05T00:18:27.111Z] #44 ... [2023-09-05T00:18:27.111Z] [2023-09-05T00:18:27.111Z] #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-05T00:18:27.111Z] #45 DONE 3.4s [2023-09-05T00:18:27.111Z] [2023-09-05T00:18:27.111Z] #44 [core-command internal] load build context [2023-09-05T00:18:27.111Z] #44 ... [2023-09-05T00:18:27.111Z] [2023-09-05T00:18:27.111Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-09-05T00:18:27.111Z] #35 DONE 3.5s [2023-09-05T00:18:27.111Z] [2023-09-05T00:18:27.111Z] #31 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T00:18:27.111Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T00:18:27.111Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T00:18:27.111Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T00:18:27.111Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T00:18:27.111Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T00:18:27.111Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done [2023-09-05T00:18:27.111Z] #31 DONE 2.8s [2023-09-05T00:18:27.111Z] [2023-09-05T00:18:27.111Z] #46 [security-spire-config internal] load build context [2023-09-05T00:18:27.712Z] #46 ... [2023-09-05T00:18:27.712Z] [2023-09-05T00:18:27.712Z] #31 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T00:18:27.712Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T00:18:27.712Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T00:18:27.712Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T00:18:27.712Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T00:18:27.712Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T00:18:27.712Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done [2023-09-05T00:18:27.712Z] #31 DONE 2.8s [2023-09-05T00:18:27.995Z] [2023-09-05T00:18:27.995Z] #47 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-05T00:18:28.583Z] #47 ... [2023-09-05T00:18:28.583Z] [2023-09-05T00:18:28.583Z] #44 [core-command internal] load build context [2023-09-05T00:18:28.583Z] #44 transferring context: 2.58MB 3.1s done [2023-09-05T00:18:28.583Z] #44 DONE 4.4s [2023-09-05T00:18:28.583Z] [2023-09-05T00:18:28.583Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-05T00:18:28.583Z] #48 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.9s done [2023-09-05T00:18:28.583Z] #48 DONE 0.9s [2023-09-05T00:18:28.583Z] [2023-09-05T00:18:28.583Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:28.583Z] #49 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.0s done [2023-09-05T00:18:28.583Z] #49 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-05T00:18:28.850Z] #49 ... [2023-09-05T00:18:28.850Z] [2023-09-05T00:18:28.850Z] #50 [core-data internal] load build context [2023-09-05T00:18:28.850Z] #50 transferring context: 2.58MB 2.7s done [2023-09-05T00:18:28.850Z] #50 DONE 4.7s [2023-09-05T00:18:28.850Z] [2023-09-05T00:18:28.850Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:28.850Z] #49 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2023-09-05T00:18:29.115Z] #49 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2023-09-05T00:18:29.383Z] #49 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2023-09-05T00:18:29.383Z] #49 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.1s [2023-09-05T00:18:29.650Z] #49 ... [2023-09-05T00:18:29.650Z] [2023-09-05T00:18:29.650Z] #51 [core-metadata internal] load build context [2023-09-05T00:18:29.650Z] #51 transferring context: 2.58MB 3.4s done [2023-09-05T00:18:29.650Z] #51 DONE 5.6s [2023-09-05T00:18:29.650Z] [2023-09-05T00:18:29.650Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:29.650Z] #49 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.4s [2023-09-05T00:18:29.916Z] #49 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 [2023-09-05T00:18:29.916Z] #49 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.3s done [2023-09-05T00:18:29.916Z] #49 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.1s done [2023-09-05T00:18:29.916Z] #49 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.1s done [2023-09-05T00:18:30.501Z] #49 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.5s done [2023-09-05T00:18:30.770Z] #49 ... [2023-09-05T00:18:30.770Z] [2023-09-05T00:18:30.770Z] #46 [security-spire-config internal] load build context [2023-09-05T00:18:30.770Z] #46 transferring context: 15.84kB 0.1s done [2023-09-05T00:18:30.770Z] #46 DONE 3.4s [2023-09-05T00:18:30.770Z] [2023-09-05T00:18:30.770Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:30.770Z] #49 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 1.4s [2023-09-05T00:18:31.039Z] #49 ... [2023-09-05T00:18:31.039Z] [2023-09-05T00:18:31.039Z] #52 [security-spire-server internal] load build context [2023-09-05T00:18:31.039Z] #52 transferring context: 17.59kB 0.2s done [2023-09-05T00:18:31.039Z] #52 DONE 3.7s [2023-09-05T00:18:31.039Z] [2023-09-05T00:18:31.039Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:31.313Z] #49 ... [2023-09-05T00:18:31.313Z] [2023-09-05T00:18:31.313Z] #53 [security-spire-agent internal] load build context [2023-09-05T00:18:31.313Z] #53 transferring context: 17.12kB 0.3s done [2023-09-05T00:18:31.313Z] #53 DONE 3.5s [2023-09-05T00:18:31.313Z] [2023-09-05T00:18:31.313Z] #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-05T00:18:31.313Z] #0 3.030 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:31.313Z] #0 3.787 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:31.313Z] #0 5.622 OK: 263 MiB in 53 packages [2023-09-05T00:18:31.313Z] #54 DONE 7.7s [2023-09-05T00:18:31.313Z] [2023-09-05T00:18:31.313Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:31.313Z] #49 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 1.7s done [2023-09-05T00:18:31.313Z] #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 1.9s [2023-09-05T00:18:31.587Z] #49 ... [2023-09-05T00:18:31.587Z] [2023-09-05T00:18:31.587Z] #41 [core-common-config-bootstrapper internal] load build context [2023-09-05T00:18:31.587Z] #41 transferring context: 2.58MB 3.6s done [2023-09-05T00:18:31.587Z] #41 DONE 5.6s [2023-09-05T00:18:31.587Z] [2023-09-05T00:18:31.587Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:31.587Z] #49 ... [2023-09-05T00:18:31.587Z] [2023-09-05T00:18:31.587Z] #40 [security-proxy-auth internal] load build context [2023-09-05T00:18:31.587Z] #40 transferring context: 2.58MB 4.4s done [2023-09-05T00:18:31.587Z] #40 DONE 5.8s [2023-09-05T00:18:31.587Z] [2023-09-05T00:18:31.587Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:32.194Z] #49 ... [2023-09-05T00:18:32.194Z] [2023-09-05T00:18:32.194Z] #55 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:18:32.194Z] #55 DONE 0.9s [2023-09-05T00:18:32.194Z] [2023-09-05T00:18:32.194Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:32.194Z] #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 1.31MB / 23.39MB 2.9s [2023-09-05T00:18:32.840Z] #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 3.15MB / 23.39MB 3.4s [2023-09-05T00:18:33.112Z] #49 ... [2023-09-05T00:18:33.112Z] [2023-09-05T00:18:33.112Z] #56 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2023-09-05T00:18:33.112Z] #0 5.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:33.112Z] #0 7.251 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:33.112Z] #0 8.924 OK: 263 MiB in 53 packages [2023-09-05T00:18:33.112Z] #56 DONE 9.8s [2023-09-05T00:18:33.112Z] [2023-09-05T00:18:33.112Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:33.379Z] #49 ... [2023-09-05T00:18:33.379Z] [2023-09-05T00:18:33.379Z] #57 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-09-05T00:18:33.379Z] #0 4.930 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:33.379Z] #0 6.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:33.379Z] #0 9.170 OK: 263 MiB in 53 packages [2023-09-05T00:18:33.379Z] #57 DONE 9.7s [2023-09-05T00:18:33.379Z] [2023-09-05T00:18:33.379Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:33.379Z] #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.17MB / 23.39MB 4.0s [2023-09-05T00:18:33.720Z] #49 ... [2023-09-05T00:18:33.720Z] [2023-09-05T00:18:33.720Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-05T00:18:33.720Z] #0 4.809 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:33.720Z] #0 6.821 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:33.720Z] #0 9.036 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-05T00:18:33.720Z] #0 9.058 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-05T00:18:33.720Z] #0 9.058 OK: 17694 distinct packages available [2023-09-05T00:18:33.720Z] #0 9.482 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:33.720Z] #58 10.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:33.720Z] #58 ... [2023-09-05T00:18:33.720Z] [2023-09-05T00:18:33.721Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:33.987Z] #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 7.34MB / 23.39MB 4.5s [2023-09-05T00:18:33.987Z] #49 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae [2023-09-05T00:18:34.269Z] #49 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.3s done [2023-09-05T00:18:34.269Z] #49 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.3s done [2023-09-05T00:18:34.269Z] #49 ... [2023-09-05T00:18:34.269Z] [2023-09-05T00:18:34.269Z] #59 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:18:34.269Z] #59 DONE 1.0s [2023-09-05T00:18:34.269Z] [2023-09-05T00:18:34.269Z] #60 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:18:34.269Z] #60 DONE 1.2s [2023-09-05T00:18:34.269Z] [2023-09-05T00:18:34.269Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:34.269Z] #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.78MB / 23.39MB 5.0s [2023-09-05T00:18:34.854Z] #49 ... [2023-09-05T00:18:34.854Z] [2023-09-05T00:18:34.854Z] #61 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-05T00:18:35.157Z] #61 ... [2023-09-05T00:18:35.157Z] [2023-09-05T00:18:35.157Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:35.157Z] #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 10.49MB / 23.39MB 5.8s [2023-09-05T00:18:35.157Z] #49 ... [2023-09-05T00:18:35.157Z] [2023-09-05T00:18:35.157Z] #62 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-05T00:18:35.157Z] #0 9.610 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:35.424Z] #62 ... [2023-09-05T00:18:35.424Z] [2023-09-05T00:18:35.424Z] #63 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-05T00:18:35.424Z] #0 9.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:35.424Z] #63 ... [2023-09-05T00:18:35.424Z] [2023-09-05T00:18:35.424Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-05T00:18:35.424Z] #58 11.49 OK: 263 MiB in 53 packages [2023-09-05T00:18:35.424Z] #58 DONE 11.9s [2023-09-05T00:18:35.424Z] [2023-09-05T00:18:35.424Z] #64 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:18:35.424Z] #64 ... [2023-09-05T00:18:35.424Z] [2023-09-05T00:18:35.424Z] #65 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-05T00:18:35.697Z] #65 ... [2023-09-05T00:18:35.697Z] [2023-09-05T00:18:35.697Z] #66 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-05T00:18:35.697Z] #66 ... [2023-09-05T00:18:35.697Z] [2023-09-05T00:18:35.697Z] #67 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-05T00:18:35.963Z] #67 ... [2023-09-05T00:18:35.963Z] [2023-09-05T00:18:35.963Z] #63 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-05T00:18:35.963Z] #63 10.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:36.229Z] #63 ... [2023-09-05T00:18:36.229Z] [2023-09-05T00:18:36.229Z] #64 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:18:36.229Z] #64 DONE 0.9s [2023-09-05T00:18:36.498Z] [2023-09-05T00:18:36.498Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:36.498Z] #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 15.73MB / 23.39MB 7.1s [2023-09-05T00:18:37.081Z] #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 17.83MB / 23.39MB 7.7s [2023-09-05T00:18:37.081Z] #49 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 [2023-09-05T00:18:37.349Z] #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.92MB / 23.39MB 7.9s [2023-09-05T00:18:37.349Z] #49 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.1s done [2023-09-05T00:18:37.934Z] #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 21.27MB / 23.39MB 8.5s [2023-09-05T00:18:37.934Z] #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.07MB / 23.39MB 8.7s [2023-09-05T00:18:38.200Z] #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 8.9s done [2023-09-05T00:18:38.200Z] #49 ... [2023-09-05T00:18:38.200Z] [2023-09-05T00:18:38.200Z] #68 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-05T00:18:38.468Z] #68 ... [2023-09-05T00:18:38.468Z] [2023-09-05T00:18:38.468Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:38.468Z] #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 8.9s done [2023-09-05T00:18:38.737Z] #49 ... [2023-09-05T00:18:38.737Z] [2023-09-05T00:18:38.737Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-05T00:18:38.737Z] #48 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-09-05T00:18:38.737Z] #48 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2023-09-05T00:18:38.737Z] #48 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2023-09-05T00:18:38.737Z] #48 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.4s done [2023-09-05T00:18:38.737Z] #48 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.5s done [2023-09-05T00:18:38.737Z] #48 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 1.5s done [2023-09-05T00:18:38.737Z] #48 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.1s done [2023-09-05T00:18:38.737Z] #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 8.5s done [2023-09-05T00:18:38.737Z] #48 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.3s done [2023-09-05T00:18:38.737Z] #48 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done [2023-09-05T00:18:39.004Z] #48 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c [2023-09-05T00:18:39.004Z] #48 ... [2023-09-05T00:18:39.004Z] [2023-09-05T00:18:39.004Z] #47 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-05T00:18:39.004Z] #47 11.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:42.364Z] #47 ... [2023-09-05T00:18:42.364Z] [2023-09-05T00:18:42.364Z] #63 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-05T00:18:42.364Z] #63 13.05 (1/2) Installing ca-certificates (20230506-r0) [2023-09-05T00:18:42.364Z] #63 13.32 (2/2) Installing dumb-init (1.2.5-r2) [2023-09-05T00:18:42.364Z] #63 13.33 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:18:42.364Z] #63 13.42 Executing ca-certificates-20230506-r0.trigger [2023-09-05T00:18:42.364Z] #63 15.48 OK: 8 MiB in 17 packages [2023-09-05T00:18:42.364Z] #63 DONE 16.6s [2023-09-05T00:18:42.364Z] [2023-09-05T00:18:42.364Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:42.364Z] #49 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 2.4s [2023-09-05T00:18:42.364Z] #49 ... [2023-09-05T00:18:42.364Z] [2023-09-05T00:18:42.364Z] #69 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:18:42.364Z] #69 ... [2023-09-05T00:18:42.364Z] [2023-09-05T00:18:42.364Z] #47 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-05T00:18:42.364Z] #47 14.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:42.949Z] #47 ... [2023-09-05T00:18:42.949Z] [2023-09-05T00:18:42.949Z] #61 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-05T00:18:42.949Z] #61 10.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:42.949Z] #61 12.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:42.949Z] #61 16.15 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-05T00:18:42.949Z] #61 16.23 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:18:42.949Z] #61 16.42 OK: 8 MiB in 16 packages [2023-09-05T00:18:42.949Z] #61 DONE 17.9s [2023-09-05T00:18:42.949Z] [2023-09-05T00:18:42.949Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:44.355Z] #49 ... [2023-09-05T00:18:44.355Z] [2023-09-05T00:18:44.355Z] #70 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:18:44.635Z] #70 ... [2023-09-05T00:18:44.635Z] [2023-09-05T00:18:44.635Z] #71 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:18:44.635Z] #71 ... [2023-09-05T00:18:44.635Z] [2023-09-05T00:18:44.635Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:46.039Z] #49 ... [2023-09-05T00:18:46.039Z] [2023-09-05T00:18:46.039Z] #62 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-05T00:18:46.039Z] #62 10.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:46.039Z] #62 13.97 (1/4) Installing ca-certificates (20230506-r0) [2023-09-05T00:18:46.039Z] #62 14.38 (2/4) Installing dumb-init (1.2.5-r2) [2023-09-05T00:18:46.039Z] #62 14.42 (3/4) Installing su-exec (0.2-r2) [2023-09-05T00:18:46.039Z] #62 14.44 (4/4) Installing yq (4.30.4-r4) [2023-09-05T00:18:46.039Z] #62 15.44 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:18:46.039Z] #62 15.57 Executing ca-certificates-20230506-r0.trigger [2023-09-05T00:18:46.039Z] #62 17.46 OK: 17 MiB in 19 packages [2023-09-05T00:18:46.039Z] #62 ... [2023-09-05T00:18:46.039Z] [2023-09-05T00:18:46.039Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:46.309Z] #49 ... [2023-09-05T00:18:46.310Z] [2023-09-05T00:18:46.310Z] #62 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-05T00:18:46.310Z] #62 DONE 21.2s [2023-09-05T00:18:46.310Z] [2023-09-05T00:18:46.310Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:46.310Z] #49 ... [2023-09-05T00:18:46.310Z] [2023-09-05T00:18:46.310Z] #39 [security-proxy-auth stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-05T00:18:46.310Z] #39 12.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:46.310Z] #39 14.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:46.310Z] #39 19.37 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-05T00:18:46.310Z] #39 19.41 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:18:46.310Z] #39 19.48 OK: 8 MiB in 16 packages [2023-09-05T00:18:46.310Z] #39 DONE 21.0s [2023-09-05T00:18:46.310Z] [2023-09-05T00:18:46.310Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:46.310Z] #49 ... [2023-09-05T00:18:46.310Z] [2023-09-05T00:18:46.310Z] #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:18:46.576Z] #72 ... [2023-09-05T00:18:46.576Z] [2023-09-05T00:18:46.576Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-05T00:18:46.576Z] #48 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 6.3s done [2023-09-05T00:18:46.576Z] #48 ... [2023-09-05T00:18:46.576Z] [2023-09-05T00:18:46.576Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:46.849Z] #49 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 7.4s [2023-09-05T00:18:47.121Z] #49 ... [2023-09-05T00:18:47.121Z] [2023-09-05T00:18:47.121Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-05T00:18:47.121Z] #48 DONE 19.1s [2023-09-05T00:18:47.121Z] [2023-09-05T00:18:47.121Z] #65 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-05T00:18:47.121Z] #65 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:47.121Z] #65 15.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:47.121Z] #65 20.33 (1/2) Installing dumb-init (1.2.5-r2) [2023-09-05T00:18:47.121Z] #65 20.35 (2/2) Installing su-exec (0.2-r2) [2023-09-05T00:18:47.121Z] #65 20.37 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:18:47.121Z] #65 20.50 OK: 8 MiB in 17 packages [2023-09-05T00:18:47.121Z] #65 DONE 21.5s [2023-09-05T00:18:47.121Z] [2023-09-05T00:18:47.121Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:47.121Z] #49 ... [2023-09-05T00:18:47.121Z] [2023-09-05T00:18:47.121Z] #67 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-05T00:18:47.121Z] #67 11.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:47.121Z] #67 13.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:47.121Z] #67 19.08 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-05T00:18:47.121Z] #67 19.09 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-05T00:18:47.121Z] #67 19.09 OK: 17689 distinct packages available [2023-09-05T00:18:47.121Z] #67 20.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:47.218Z] #95 DONE 62.2s [2023-09-05T00:18:47.218Z] [2023-09-05T00:18:47.218Z] #93 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:18:47.218Z] #93 DONE 62.3s [2023-09-05T00:18:47.218Z] [2023-09-05T00:18:47.218Z] #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:18:47.218Z] #92 DONE 61.1s [2023-09-05T00:18:47.218Z] [2023-09-05T00:18:47.218Z] #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:18:47.218Z] #94 DONE 62.2s [2023-09-05T00:18:47.218Z] [2023-09-05T00:18:47.218Z] #96 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-05T00:18:47.394Z] #67 ... [2023-09-05T00:18:47.394Z] [2023-09-05T00:18:47.394Z] #73 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-05T00:18:48.376Z] #73 ... [2023-09-05T00:18:48.376Z] [2023-09-05T00:18:48.376Z] #66 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-05T00:18:48.376Z] #66 13.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:48.376Z] #66 16.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:48.376Z] #66 21.01 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-05T00:18:48.376Z] #66 21.05 (2/4) Installing openssl (3.0.10-r0) [2023-09-05T00:18:48.376Z] #66 21.20 (3/4) Installing su-exec (0.2-r2) [2023-09-05T00:18:48.376Z] #66 21.22 (4/4) Installing yq (4.30.4-r4) [2023-09-05T00:18:48.376Z] #66 22.12 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:18:48.376Z] #66 22.16 OK: 17 MiB in 19 packages [2023-09-05T00:18:48.376Z] #66 DONE 23.0s [2023-09-05T00:18:48.653Z] [2023-09-05T00:18:48.653Z] #74 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-09-05T00:18:48.653Z] #74 DONE 0.1s [2023-09-05T00:18:48.653Z] [2023-09-05T00:18:48.653Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:18:48.923Z] #49 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 9.7s done [2023-09-05T00:18:49.511Z] #49 ... [2023-09-05T00:18:49.511Z] [2023-09-05T00:18:49.511Z] #68 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-05T00:18:49.511Z] #68 11.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:49.511Z] #68 14.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:49.511Z] #68 18.80 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-05T00:18:49.511Z] #68 18.80 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-05T00:18:49.511Z] #68 18.80 OK: 17689 distinct packages available [2023-09-05T00:18:49.511Z] #68 19.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:49.511Z] #68 20.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:49.511Z] #68 ... [2023-09-05T00:18:49.511Z] [2023-09-05T00:18:49.511Z] #47 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-05T00:18:49.511Z] #47 19.03 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-05T00:18:49.511Z] #47 19.03 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-05T00:18:49.511Z] #47 19.03 OK: 17689 distinct packages available [2023-09-05T00:18:49.511Z] #47 19.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:49.511Z] #47 21.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:49.778Z] #47 ... [2023-09-05T00:18:49.778Z] [2023-09-05T00:18:49.778Z] #73 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-05T00:18:49.778Z] #73 DONE 2.9s [2023-09-05T00:18:50.048Z] [2023-09-05T00:18:50.048Z] #75 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-09-05T00:18:50.317Z] #75 DONE 0.2s [2023-09-05T00:18:50.317Z] [2023-09-05T00:18:50.317Z] #67 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-05T00:18:50.317Z] #67 22.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T00:18:50.904Z] #67 25.32 (1/9) Installing ca-certificates (20230506-r0) [2023-09-05T00:18:50.904Z] #67 25.46 (2/9) Installing brotli-libs (1.0.9-r9) [2023-09-05T00:18:50.904Z] #67 25.51 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-09-05T00:18:50.904Z] #67 25.52 (4/9) Installing libcurl (8.2.1-r0) [2023-09-05T00:18:50.904Z] #67 25.55 (5/9) Installing curl (8.2.1-r0) [2023-09-05T00:18:50.904Z] #67 25.57 (6/9) Installing dumb-init (1.2.5-r2) [2023-09-05T00:18:51.176Z] #67 25.59 (7/9) Installing musl-obstack (1.2.3-r0) [2023-09-05T00:18:51.176Z] #67 25.60 (8/9) Installing libucontext (1.2-r0) [2023-09-05T00:18:51.176Z] #67 25.61 (9/9) Installing gcompat (1.1.0-r0) [2023-09-05T00:18:51.176Z] #67 25.63 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:18:51.176Z] #67 25.70 Executing ca-certificates-20230506-r0.trigger [2023-09-05T00:18:51.176Z] #67 ... [2023-09-05T00:18:51.176Z] [2023-09-05T00:18:51.176Z] #68 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-05T00:18:51.176Z] #68 22.49 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-05T00:18:51.176Z] #68 22.52 (2/4) Installing musl-obstack (1.2.3-r0) [2023-09-05T00:18:51.176Z] #68 22.53 (3/4) Installing libucontext (1.2-r0) [2023-09-05T00:18:51.176Z] #68 22.55 (4/4) Installing gcompat (1.1.0-r0) [2023-09-05T00:18:51.176Z] #68 22.57 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:18:51.176Z] #68 22.60 OK: 8 MiB in 19 packages [2023-09-05T00:18:51.176Z] #68 DONE 23.0s [2023-09-05T00:18:51.449Z] [2023-09-05T00:18:51.449Z] #47 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-05T00:18:51.449Z] #47 23.04 (1/5) Installing dumb-init (1.2.5-r2) [2023-09-05T00:18:51.449Z] #47 23.06 (2/5) Installing musl-obstack (1.2.3-r0) [2023-09-05T00:18:51.449Z] #47 23.07 (3/5) Installing libucontext (1.2-r0) [2023-09-05T00:18:51.449Z] #47 23.08 (4/5) Installing gcompat (1.1.0-r0) [2023-09-05T00:18:51.449Z] #47 23.10 (5/5) Installing openssl (3.0.10-r0) [2023-09-05T00:18:51.449Z] #47 23.17 Executing busybox-1.35.0-r29.trigger [2023-09-05T00:18:51.449Z] #47 23.27 OK: 9 MiB in 20 packages [2023-09-05T00:18:51.723Z] #47 DONE 23.8s [2023-09-05T00:18:51.723Z] [2023-09-05T00:18:51.723Z] #76 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-05T00:18:52.508Z] #96 ... [2023-09-05T00:18:52.508Z] [2023-09-05T00:18:52.508Z] #97 [support-notifications builder 6/7] COPY . . [2023-09-05T00:18:52.508Z] #97 ... [2023-09-05T00:18:52.508Z] [2023-09-05T00:18:52.508Z] #98 [core-data builder 6/7] COPY . . [2023-09-05T00:18:52.508Z] #98 ... [2023-09-05T00:18:52.508Z] [2023-09-05T00:18:52.508Z] #99 [security-bootstrapper builder 6/7] COPY . . [2023-09-05T00:18:53.151Z] #76 DONE 1.1s [2023-09-05T00:18:53.151Z] [2023-09-05T00:18:53.151Z] #77 [security-spire-server stage-2 4/8] COPY Attribution.txt / [2023-09-05T00:18:53.151Z] #77 ... [2023-09-05T00:18:53.151Z] [2023-09-05T00:18:53.151Z] #78 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-05T00:18:53.151Z] #78 DONE 1.7s [2023-09-05T00:18:53.151Z] [2023-09-05T00:18:53.151Z] #67 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-05T00:18:53.151Z] #67 26.54 OK: 11 MiB in 24 packages [2023-09-05T00:18:53.151Z] #67 DONE 27.4s [2023-09-05T00:18:53.151Z] [2023-09-05T00:18:53.151Z] #79 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-09-05T00:18:53.151Z] #79 DONE 1.2s [2023-09-05T00:18:53.151Z] [2023-09-05T00:18:53.151Z] #80 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-05T00:18:53.151Z] #80 ... [2023-09-05T00:18:53.151Z] [2023-09-05T00:18:53.151Z] #77 [security-spire-server stage-2 4/8] COPY Attribution.txt / [2023-09-05T00:18:53.151Z] #77 DONE 0.3s [2023-09-05T00:18:53.424Z] [2023-09-05T00:18:53.424Z] #81 [security-spire-config stage-2 4/9] COPY Attribution.txt / [2023-09-05T00:18:53.424Z] #81 DONE 0.4s [2023-09-05T00:18:53.424Z] [2023-09-05T00:18:53.424Z] #82 [security-spire-server stage-2 5/8] COPY security.txt / [2023-09-05T00:18:53.424Z] #82 DONE 0.2s [2023-09-05T00:18:53.424Z] [2023-09-05T00:18:53.424Z] #83 [security-spire-config stage-2 5/9] COPY security.txt / [2023-09-05T00:18:53.424Z] #83 DONE 0.2s [2023-09-05T00:18:53.424Z] [2023-09-05T00:18:53.424Z] #84 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-09-05T00:18:53.703Z] #84 DONE 0.3s [2023-09-05T00:18:53.703Z] [2023-09-05T00:18:53.703Z] #85 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-09-05T00:18:53.985Z] #85 ... [2023-09-05T00:18:53.985Z] [2023-09-05T00:18:53.985Z] #86 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-09-05T00:18:53.985Z] #86 DONE 0.4s [2023-09-05T00:18:53.985Z] [2023-09-05T00:18:53.985Z] #85 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-09-05T00:18:53.985Z] #85 DONE 0.3s [2023-09-05T00:18:53.985Z] [2023-09-05T00:18:53.985Z] #87 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-09-05T00:18:54.251Z] #87 ... [2023-09-05T00:18:54.251Z] [2023-09-05T00:18:54.251Z] #88 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-09-05T00:18:54.251Z] #88 DONE 0.3s [2023-09-05T00:18:54.251Z] [2023-09-05T00:18:54.251Z] #80 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-05T00:18:54.251Z] #80 DONE 1.3s [2023-09-05T00:18:54.251Z] [2023-09-05T00:18:54.251Z] #87 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-09-05T00:18:54.251Z] #87 DONE 0.3s [2023-09-05T00:18:54.251Z] [2023-09-05T00:18:54.251Z] #89 [security-spire-agent stage-3 5/9] COPY Attribution.txt / [2023-09-05T00:18:54.516Z] #89 ... [2023-09-05T00:18:54.516Z] [2023-09-05T00:18:54.516Z] #90 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-09-05T00:18:54.516Z] #90 DONE 0.2s [2023-09-05T00:18:54.516Z] [2023-09-05T00:18:54.516Z] #89 [security-spire-agent stage-3 5/9] COPY Attribution.txt / [2023-09-05T00:18:54.516Z] #89 DONE 0.3s [2023-09-05T00:18:54.516Z] [2023-09-05T00:18:54.516Z] #91 [security-spire-config] exporting to image [2023-09-05T00:18:54.516Z] #91 exporting layers [2023-09-05T00:18:55.095Z] #91 ... [2023-09-05T00:18:55.095Z] [2023-09-05T00:18:55.095Z] #92 [security-spire-agent stage-3 6/9] COPY security.txt / [2023-09-05T00:18:55.095Z] #92 DONE 0.3s [2023-09-05T00:18:55.095Z] [2023-09-05T00:18:55.095Z] #93 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-09-05T00:18:55.095Z] #93 DONE 0.1s [2023-09-05T00:18:55.095Z] [2023-09-05T00:18:55.095Z] #94 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-09-05T00:18:55.377Z] #94 DONE 0.1s [2023-09-05T00:18:55.377Z] [2023-09-05T00:18:55.377Z] #95 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-09-05T00:18:55.644Z] #95 DONE 0.3s [2023-09-05T00:18:55.644Z] [2023-09-05T00:18:55.644Z] #91 [security-spire-agent] exporting to image [2023-09-05T00:18:57.064Z] #91 exporting layers 2.5s done [2023-09-05T00:18:57.064Z] #91 writing image sha256:46fef69b7dc20286b66d9fb374d006cde63da0d1279e43efba34b1efacdacbe9 0.1s done [2023-09-05T00:18:57.064Z] #91 naming to docker.io/library/security-spire-server-arm64 [2023-09-05T00:18:57.064Z] #91 exporting layers 2.7s done [2023-09-05T00:18:57.064Z] #91 naming to docker.io/library/security-spire-server-arm64 0.0s done [2023-09-05T00:18:57.064Z] #91 writing image sha256:cde759193085e7caf6d2409138cf85c59c019b87eb9672d7bbc44dae84d9738d 0.0s done [2023-09-05T00:18:57.064Z] #91 naming to docker.io/library/security-spire-config-arm64 0.0s done [2023-09-05T00:18:57.649Z] #91 exporting layers 2.1s done [2023-09-05T00:18:57.649Z] #91 writing image sha256:f3b2b95056c2eead87a5c3cb3f27eb31b8c83fa7d0aee9d414e1a788cec91c45 done [2023-09-05T00:18:57.649Z] #91 naming to docker.io/library/security-spire-agent-arm64 done [2023-09-05T00:18:57.649Z] #91 DONE 3.2s [2023-09-05T00:18:57.649Z] [2023-09-05T00:18:57.649Z] #70 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:18:59.151Z] #99 DONE 16.3s [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #96 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-05T00:18:59.152Z] #96 DONE 16.3s [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #100 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-05T00:18:59.152Z] #100 ... [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #101 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:18:59.152Z] #101 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #102 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:18:59.152Z] #102 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #103 [security-secretstore-setup builder 6/7] COPY . . [2023-09-05T00:18:59.152Z] #103 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #104 [security-proxy-setup builder 6/7] COPY . . [2023-09-05T00:18:59.152Z] #104 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #105 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:18:59.152Z] #105 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #106 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:18:59.152Z] #106 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #98 [core-data builder 6/7] COPY . . [2023-09-05T00:18:59.152Z] #98 DONE 16.4s [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #107 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:18:59.152Z] #107 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #108 [security-proxy-auth builder 6/7] COPY . . [2023-09-05T00:18:59.152Z] #108 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #109 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:18:59.152Z] #109 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #110 [support-scheduler builder 6/7] COPY . . [2023-09-05T00:18:59.152Z] #110 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #111 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:18:59.152Z] #111 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #112 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:18:59.152Z] #112 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #113 [core-metadata builder 6/7] COPY . . [2023-09-05T00:18:59.152Z] #113 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #114 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:18:59.152Z] #114 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #115 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:18:59.152Z] #115 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #116 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:18:59.152Z] #116 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #117 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:18:59.152Z] #117 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #118 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-09-05T00:18:59.152Z] #118 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #119 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:18:59.152Z] #119 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #120 [core-command builder 6/7] COPY . . [2023-09-05T00:18:59.152Z] #120 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #121 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:18:59.152Z] #121 CACHED [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #97 [support-notifications builder 6/7] COPY . . [2023-09-05T00:18:59.152Z] #97 DONE 16.5s [2023-09-05T00:18:59.152Z] [2023-09-05T00:18:59.152Z] #122 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-05T00:19:00.091Z] #122 1.876 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-05T00:19:08.290Z] #122 ... [2023-09-05T00:19:08.290Z] [2023-09-05T00:19:08.290Z] #123 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T00:19:08.290Z] #0 0.925 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-09-05T00:19:08.290Z] #123 ... [2023-09-05T00:19:08.290Z] [2023-09-05T00:19:08.290Z] #124 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-05T00:19:08.290Z] #0 1.038 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-05T00:19:08.290Z] #124 ... [2023-09-05T00:19:08.290Z] [2023-09-05T00:19:08.290Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-05T00:19:08.291Z] #0 1.564 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-05T00:19:08.554Z] #125 ... [2023-09-05T00:19:08.554Z] [2023-09-05T00:19:08.554Z] #126 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-05T00:19:08.554Z] #0 1.264 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-05T00:19:08.554Z] #126 ... [2023-09-05T00:19:08.554Z] [2023-09-05T00:19:08.554Z] #127 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-05T00:19:08.554Z] #0 1.215 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-05T00:19:08.811Z] #127 ... [2023-09-05T00:19:08.811Z] [2023-09-05T00:19:08.811Z] #128 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-05T00:19:08.811Z] #0 1.761 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-05T00:19:08.811Z] #128 ... [2023-09-05T00:19:08.811Z] [2023-09-05T00:19:08.811Z] #129 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-05T00:19:08.811Z] #0 0.927 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-05T00:19:09.070Z] #129 ... [2023-09-05T00:19:09.070Z] [2023-09-05T00:19:09.070Z] #100 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-05T00:19:09.070Z] #100 1.031 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-05T00:19:09.327Z] #100 ... [2023-09-05T00:19:09.327Z] [2023-09-05T00:19:09.327Z] #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-05T00:19:09.327Z] #0 1.521 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-05T00:19:09.327Z] #130 ... [2023-09-05T00:19:09.327Z] [2023-09-05T00:19:09.327Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-05T00:19:09.327Z] #0 1.759 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-05T00:19:29.870Z] #70 ... [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #71 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:19:29.870Z] #71 DONE 51.8s [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:19:29.870Z] #72 DONE 49.9s [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #70 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:19:29.870Z] #70 DONE 52.1s [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #69 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:19:29.870Z] #69 DONE 54.2s [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #96 [support-notifications builder 6/7] COPY . . [2023-09-05T00:19:29.870Z] #96 DONE 1.2s [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #97 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:19:29.870Z] #97 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #98 [core-metadata builder 6/7] COPY . . [2023-09-05T00:19:29.870Z] #98 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #99 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:19:29.870Z] #99 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #100 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:19:29.870Z] #100 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #101 [security-proxy-auth builder 6/7] COPY . . [2023-09-05T00:19:29.870Z] #101 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #102 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:19:29.870Z] #102 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #103 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:19:29.870Z] #103 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #104 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:19:29.870Z] #104 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #105 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-09-05T00:19:29.870Z] #105 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #106 [core-command builder 6/7] COPY . . [2023-09-05T00:19:29.870Z] #106 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #107 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:19:29.870Z] #107 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #108 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:19:29.870Z] #108 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #109 [support-scheduler builder 6/7] COPY . . [2023-09-05T00:19:29.870Z] #109 DONE 1.2s [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #110 [core-data builder 6/7] COPY . . [2023-09-05T00:19:29.870Z] #110 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #111 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:19:29.870Z] #111 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #112 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:19:29.870Z] #112 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #113 [security-secretstore-setup builder 6/7] COPY . . [2023-09-05T00:19:29.870Z] #113 DONE 1.1s [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #114 [security-bootstrapper builder 6/7] COPY . . [2023-09-05T00:19:29.870Z] #114 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #115 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:19:29.870Z] #115 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #116 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:19:29.870Z] #116 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #117 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-05T00:19:29.870Z] #117 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #118 [security-proxy-setup builder 6/7] COPY . . [2023-09-05T00:19:29.870Z] #118 CACHED [2023-09-05T00:19:29.870Z] [2023-09-05T00:19:29.870Z] #119 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T00:19:29.870Z] #119 CACHED [2023-09-05T00:19:29.871Z] [2023-09-05T00:19:29.871Z] #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-05T00:19:29.871Z] #120 ... [2023-09-05T00:19:29.871Z] [2023-09-05T00:19:29.871Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-05T00:19:29.871Z] #121 DONE 1.2s [2023-09-05T00:19:29.871Z] [2023-09-05T00:19:29.871Z] #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T00:19:33.255Z] #122 ... [2023-09-05T00:19:33.255Z] [2023-09-05T00:19:33.255Z] #123 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-05T00:19:33.255Z] #0 4.994 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-05T00:19:33.255Z] #123 ... [2023-09-05T00:19:33.255Z] [2023-09-05T00:19:33.255Z] #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-05T00:19:33.255Z] #120 5.559 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-05T00:19:37.517Z] #120 ... [2023-09-05T00:19:37.517Z] [2023-09-05T00:19:37.517Z] #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-05T00:19:37.517Z] #0 5.702 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-05T00:19:37.785Z] #124 ... [2023-09-05T00:19:37.785Z] [2023-09-05T00:19:37.785Z] #125 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-05T00:19:37.785Z] #0 4.868 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-05T00:19:37.785Z] #125 ... [2023-09-05T00:19:37.785Z] [2023-09-05T00:19:37.785Z] #126 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-05T00:19:37.785Z] #0 5.653 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-05T00:19:38.054Z] #126 ... [2023-09-05T00:19:38.054Z] [2023-09-05T00:19:38.054Z] #127 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-05T00:19:38.054Z] #0 3.737 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-05T00:19:38.322Z] #127 ... [2023-09-05T00:19:38.322Z] [2023-09-05T00:19:38.322Z] #128 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-05T00:19:38.322Z] #0 5.709 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-05T00:19:38.322Z] #128 ... [2023-09-05T00:19:38.322Z] [2023-09-05T00:19:38.322Z] #129 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-05T00:19:38.322Z] #0 4.149 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-05T00:19:38.590Z] #129 ... [2023-09-05T00:19:38.590Z] [2023-09-05T00:19:38.590Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-05T00:19:38.590Z] #0 5.214 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-05T00:19:38.590Z] #130 ... [2023-09-05T00:19:38.590Z] [2023-09-05T00:19:38.590Z] #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-05T00:19:38.590Z] #0 4.643 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-05T00:19:43.948Z] #131 ... [2023-09-05T00:19:43.948Z] [2023-09-05T00:19:43.948Z] #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T00:19:43.948Z] #122 5.577 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-09-05T00:20:30.849Z] #131 ... [2023-09-05T00:20:30.849Z] [2023-09-05T00:20:30.849Z] #124 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-05T00:20:30.849Z] #124 80.93 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-05T00:20:52.858Z] #124 ... [2023-09-05T00:20:52.858Z] [2023-09-05T00:20:52.858Z] #126 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-05T00:20:52.858Z] #126 DONE 114.0s [2023-09-05T00:20:52.858Z] [2023-09-05T00:20:52.858Z] #123 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T00:20:52.858Z] #123 DONE 114.2s [2023-09-05T00:20:52.858Z] [2023-09-05T00:20:52.858Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-05T00:20:52.858Z] #131 DONE 114.1s [2023-09-05T00:20:52.858Z] [2023-09-05T00:20:52.858Z] #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-05T00:20:52.858Z] #130 DONE 114.1s [2023-09-05T00:20:52.858Z] [2023-09-05T00:20:52.858Z] #100 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-05T00:20:52.858Z] #100 DONE 114.3s [2023-09-05T00:20:52.858Z] [2023-09-05T00:20:52.858Z] #132 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:20:52.858Z] #132 ... [2023-09-05T00:20:52.858Z] [2023-09-05T00:20:52.858Z] #124 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-05T00:20:52.858Z] #124 DONE 114.3s [2023-09-05T00:20:52.858Z] [2023-09-05T00:20:52.858Z] #128 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-05T00:20:52.858Z] #128 DONE 114.3s [2023-09-05T00:20:52.858Z] [2023-09-05T00:20:52.858Z] #127 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-05T00:20:52.858Z] #127 DONE 114.5s [2023-09-05T00:20:52.858Z] [2023-09-05T00:20:52.858Z] #133 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:20:52.858Z] #133 ... [2023-09-05T00:20:52.858Z] [2023-09-05T00:20:52.858Z] #129 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-05T00:20:52.858Z] #129 DONE 114.5s [2023-09-05T00:20:52.858Z] [2023-09-05T00:20:52.858Z] #122 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-05T00:20:52.858Z] #122 DONE 114.6s [2023-09-05T00:20:52.858Z] [2023-09-05T00:20:52.858Z] #134 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:20:53.120Z] #134 ... [2023-09-05T00:20:53.120Z] [2023-09-05T00:20:53.120Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-05T00:20:53.120Z] #125 DONE 114.8s [2023-09-05T00:20:53.120Z] [2023-09-05T00:20:53.120Z] #135 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:20:53.120Z] #135 ... [2023-09-05T00:20:53.120Z] [2023-09-05T00:20:53.120Z] #136 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:20:53.120Z] #136 DONE 0.9s [2023-09-05T00:20:53.120Z] [2023-09-05T00:20:53.120Z] #133 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:20:53.120Z] #133 DONE 0.7s [2023-09-05T00:20:53.120Z] [2023-09-05T00:20:53.120Z] #132 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:20:53.120Z] #132 DONE 0.9s [2023-09-05T00:20:53.120Z] [2023-09-05T00:20:53.120Z] #137 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-09-05T00:20:53.120Z] #137 DONE 0.7s [2023-09-05T00:20:53.381Z] [2023-09-05T00:20:53.381Z] #138 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:20:53.381Z] #138 DONE 0.7s [2023-09-05T00:20:53.381Z] [2023-09-05T00:20:53.381Z] #134 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:20:53.381Z] #134 DONE 0.7s [2023-09-05T00:20:53.381Z] [2023-09-05T00:20:53.381Z] #139 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:20:53.381Z] #139 ... [2023-09-05T00:20:53.381Z] [2023-09-05T00:20:53.381Z] #135 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:20:53.381Z] #135 DONE 0.3s [2023-09-05T00:20:53.679Z] [2023-09-05T00:20:53.679Z] #140 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:20:53.679Z] #140 DONE 0.3s [2023-09-05T00:20:53.679Z] [2023-09-05T00:20:53.679Z] #141 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:20:53.679Z] #141 CACHED [2023-09-05T00:20:53.679Z] [2023-09-05T00:20:53.679Z] #142 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:20:53.679Z] #142 CACHED [2023-09-05T00:20:53.679Z] [2023-09-05T00:20:53.679Z] #143 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:20:53.679Z] #143 CACHED [2023-09-05T00:20:53.679Z] [2023-09-05T00:20:53.679Z] #144 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:20:53.679Z] #144 CACHED [2023-09-05T00:20:53.679Z] [2023-09-05T00:20:53.679Z] #145 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:20:53.679Z] #145 DONE 0.2s [2023-09-05T00:20:53.679Z] [2023-09-05T00:20:53.679Z] #146 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:20:53.679Z] #146 CACHED [2023-09-05T00:20:53.679Z] [2023-09-05T00:20:53.679Z] #147 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:20:53.679Z] #147 CACHED [2023-09-05T00:20:53.679Z] [2023-09-05T00:20:53.679Z] #148 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:20:53.679Z] #148 CACHED [2023-09-05T00:20:53.679Z] [2023-09-05T00:20:53.679Z] #149 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:20:53.679Z] #149 CACHED [2023-09-05T00:20:53.679Z] [2023-09-05T00:20:53.679Z] #150 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:20:53.679Z] #150 DONE 0.4s [2023-09-05T00:20:53.679Z] [2023-09-05T00:20:53.679Z] #139 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:20:53.679Z] #139 DONE 0.2s [2023-09-05T00:20:53.679Z] [2023-09-05T00:20:53.679Z] #151 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:20:53.679Z] #151 DONE 0.3s [2023-09-05T00:20:53.679Z] [2023-09-05T00:20:53.679Z] #152 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-05T00:20:55.646Z] #152 ... [2023-09-05T00:20:55.646Z] [2023-09-05T00:20:55.646Z] #153 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:20:55.646Z] #153 DONE 2.0s [2023-09-05T00:20:55.647Z] [2023-09-05T00:20:55.647Z] #154 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-09-05T00:20:55.647Z] #154 DONE 2.0s [2023-09-05T00:20:55.647Z] [2023-09-05T00:20:55.647Z] #155 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-09-05T00:20:55.647Z] #155 DONE 2.0s [2023-09-05T00:20:55.647Z] [2023-09-05T00:20:55.647Z] #156 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-09-05T00:20:55.647Z] #156 DONE 2.0s [2023-09-05T00:20:55.647Z] [2023-09-05T00:20:55.647Z] #157 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-09-05T00:20:55.647Z] #157 DONE 2.0s [2023-09-05T00:20:55.647Z] [2023-09-05T00:20:55.647Z] #158 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-09-05T00:20:55.647Z] #158 DONE 2.0s [2023-09-05T00:20:55.647Z] [2023-09-05T00:20:55.647Z] #159 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-09-05T00:20:55.647Z] #159 DONE 2.1s [2023-09-05T00:20:55.647Z] [2023-09-05T00:20:55.647Z] #160 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:20:55.945Z] #160 ... [2023-09-05T00:20:55.945Z] [2023-09-05T00:20:55.945Z] #161 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-09-05T00:20:55.945Z] #161 DONE 2.4s [2023-09-05T00:20:55.945Z] [2023-09-05T00:20:55.945Z] #162 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-09-05T00:20:55.945Z] #162 DONE 2.4s [2023-09-05T00:20:55.945Z] [2023-09-05T00:20:55.945Z] #152 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-05T00:20:55.945Z] #152 DONE 2.4s [2023-09-05T00:20:56.222Z] [2023-09-05T00:20:56.222Z] #163 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-05T00:20:56.222Z] #163 DONE 2.8s [2023-09-05T00:20:56.222Z] [2023-09-05T00:20:56.222Z] #164 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:20:56.795Z] #164 ... [2023-09-05T00:20:56.795Z] [2023-09-05T00:20:56.795Z] #165 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:20:56.795Z] #165 DONE 1.2s [2023-09-05T00:20:56.795Z] [2023-09-05T00:20:56.795Z] #166 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-09-05T00:20:56.795Z] #166 DONE 1.2s [2023-09-05T00:20:56.795Z] [2023-09-05T00:20:56.795Z] #167 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:20:57.055Z] #167 ... [2023-09-05T00:20:57.055Z] [2023-09-05T00:20:57.055Z] #168 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:20:57.055Z] #168 DONE 1.4s [2023-09-05T00:20:57.055Z] [2023-09-05T00:20:57.055Z] #169 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-09-05T00:20:57.055Z] #169 DONE 1.4s [2023-09-05T00:20:57.055Z] [2023-09-05T00:20:57.055Z] #160 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:20:57.055Z] #160 DONE 1.4s [2023-09-05T00:20:57.055Z] [2023-09-05T00:20:57.055Z] #170 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-09-05T00:20:57.055Z] #170 DONE 1.4s [2023-09-05T00:20:57.055Z] [2023-09-05T00:20:57.055Z] #171 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:20:57.055Z] #171 DONE 1.2s [2023-09-05T00:20:57.055Z] [2023-09-05T00:20:57.055Z] #172 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:20:57.055Z] #172 DONE 1.1s [2023-09-05T00:20:57.055Z] [2023-09-05T00:20:57.055Z] #173 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:20:57.055Z] #173 DONE 1.0s [2023-09-05T00:20:57.055Z] [2023-09-05T00:20:57.055Z] #174 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:20:57.055Z] #174 DONE 1.1s [2023-09-05T00:20:57.055Z] [2023-09-05T00:20:57.055Z] #88 [core-data] exporting to image [2023-09-05T00:20:57.055Z] #88 exporting layers [2023-09-05T00:20:57.319Z] #88 ... [2023-09-05T00:20:57.319Z] [2023-09-05T00:20:57.319Z] #164 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:20:57.319Z] #164 DONE 1.2s [2023-09-05T00:20:57.319Z] [2023-09-05T00:20:57.319Z] #88 [core-data] exporting to image [2023-09-05T00:20:57.319Z] #88 exporting layers 0.3s done [2023-09-05T00:20:57.579Z] #88 ... [2023-09-05T00:20:57.579Z] [2023-09-05T00:20:57.579Z] #175 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-09-05T00:20:57.579Z] #175 DONE 0.8s [2023-09-05T00:20:57.579Z] [2023-09-05T00:20:57.579Z] #167 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:20:57.579Z] #167 DONE 0.8s [2023-09-05T00:20:57.579Z] [2023-09-05T00:20:57.579Z] #176 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-09-05T00:20:57.579Z] #176 DONE 0.7s [2023-09-05T00:20:57.579Z] [2023-09-05T00:20:57.579Z] #177 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:20:57.579Z] #177 DONE 0.7s [2023-09-05T00:20:57.579Z] [2023-09-05T00:20:57.579Z] #178 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-09-05T00:20:57.579Z] #178 DONE 0.7s [2023-09-05T00:20:57.579Z] [2023-09-05T00:20:57.579Z] #179 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-09-05T00:20:57.841Z] #179 ... [2023-09-05T00:20:57.841Z] [2023-09-05T00:20:57.841Z] #180 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-09-05T00:20:57.841Z] #180 DONE 0.7s [2023-09-05T00:20:57.841Z] [2023-09-05T00:20:57.841Z] #181 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:20:57.841Z] #181 DONE 0.5s [2023-09-05T00:20:57.841Z] [2023-09-05T00:20:57.841Z] #88 [core-metadata] exporting to image [2023-09-05T00:20:57.841Z] #88 exporting layers 0.7s done [2023-09-05T00:20:58.837Z] #88 ... [2023-09-05T00:20:58.837Z] [2023-09-05T00:20:58.837Z] #179 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-09-05T00:20:58.837Z] #179 DONE 1.2s [2023-09-05T00:20:58.837Z] [2023-09-05T00:20:58.837Z] #182 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-09-05T00:20:58.837Z] #182 DONE 1.2s [2023-09-05T00:20:58.837Z] [2023-09-05T00:20:58.837Z] #183 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T00:20:58.837Z] #183 DONE 1.3s [2023-09-05T00:20:58.837Z] [2023-09-05T00:20:58.837Z] #184 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T00:20:58.837Z] #184 DONE 1.3s [2023-09-05T00:20:58.837Z] [2023-09-05T00:20:58.837Z] #185 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-09-05T00:20:58.837Z] #185 DONE 1.1s [2023-09-05T00:20:58.837Z] [2023-09-05T00:20:58.837Z] #88 [security-proxy-auth] exporting to image [2023-09-05T00:20:58.837Z] #88 writing image sha256:8e46aa73c0e00c831d3e93a2dd20bbc7b0679ded3eeabce3e2da9133adf9729a 0.0s done [2023-09-05T00:20:58.837Z] #88 writing image sha256:5815e1010998f06d314f98be73cc51a3bffad90966c3d2f9be828e0dd1edd116 0.0s done [2023-09-05T00:20:58.837Z] #88 writing image sha256:7f58ea41dc195d48b28e2bf9eb40fbeaf8fc54c6aafad537cd6504e1b92f8664 0.0s done [2023-09-05T00:20:58.837Z] #88 writing image sha256:f247de345acd41040dde2d63196b7d0779b7811a9fa4811aa00adbfd045a7a99 0.0s done [2023-09-05T00:20:58.837Z] #88 naming to docker.io/library/security-spiffe-token-provider done [2023-09-05T00:20:58.837Z] #88 naming to docker.io/library/core-command done [2023-09-05T00:20:58.837Z] #88 naming to docker.io/library/support-scheduler 0.0s done [2023-09-05T00:20:58.837Z] #88 naming to docker.io/library/core-data 0.0s done [2023-09-05T00:20:58.837Z] #88 writing image sha256:e1d7a7fa3066573020589c1772f733fd7cd09739a3b7f0b57dfbec9a9d2310cf [2023-09-05T00:20:59.104Z] #88 writing image sha256:e1d7a7fa3066573020589c1772f733fd7cd09739a3b7f0b57dfbec9a9d2310cf done [2023-09-05T00:20:59.104Z] #88 naming to docker.io/library/support-notifications done [2023-09-05T00:20:59.104Z] #88 exporting layers 0.3s done [2023-09-05T00:20:59.104Z] #88 writing image sha256:9380cffdd02270acda497bddf63618d4e926ee48f19b302188e35cab48d20e3e done [2023-09-05T00:20:59.104Z] #88 naming to docker.io/library/core-metadata done [2023-09-05T00:20:59.362Z] #88 writing image sha256:1bc5efa94c80364363c86c52b17382af963602632b74fb509676763303bd12cd done [2023-09-05T00:20:59.362Z] #88 writing image sha256:039adad4f86acfa9a651f5dd957ff8983242608122d3c11543b1825017813e56 [2023-09-05T00:20:59.362Z] #88 naming to docker.io/library/security-proxy-auth done [2023-09-05T00:20:59.688Z] #88 writing image sha256:039adad4f86acfa9a651f5dd957ff8983242608122d3c11543b1825017813e56 0.0s done [2023-09-05T00:20:59.688Z] #88 naming to docker.io/library/core-common-config-bootstrapper done [2023-09-05T00:20:59.688Z] #88 DONE 3.3s [2023-09-05T00:20:59.688Z] [2023-09-05T00:20:59.688Z] #186 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-09-05T00:20:59.688Z] #186 DONE 0.7s [2023-09-05T00:20:59.688Z] [2023-09-05T00:20:59.688Z] #187 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-09-05T00:20:59.688Z] #187 DONE 0.7s [2023-09-05T00:20:59.688Z] [2023-09-05T00:20:59.688Z] #188 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-09-05T00:20:59.688Z] #188 DONE 0.1s [2023-09-05T00:20:59.688Z] [2023-09-05T00:20:59.688Z] #189 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T00:20:59.688Z] #189 DONE 0.8s [2023-09-05T00:20:59.688Z] [2023-09-05T00:20:59.688Z] #190 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-09-05T00:20:59.688Z] #190 DONE 0.1s [2023-09-05T00:20:59.688Z] [2023-09-05T00:20:59.688Z] #88 [security-proxy-setup] exporting to image [2023-09-05T00:20:59.948Z] #88 ... [2023-09-05T00:20:59.948Z] [2023-09-05T00:20:59.948Z] #191 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-09-05T00:20:59.948Z] #191 DONE 0.1s [2023-09-05T00:20:59.948Z] [2023-09-05T00:20:59.948Z] #192 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-09-05T00:20:59.948Z] #192 DONE 0.1s [2023-09-05T00:20:59.948Z] [2023-09-05T00:20:59.948Z] #88 [security-proxy-setup] exporting to image [2023-09-05T00:20:59.948Z] #88 exporting layers 0.3s done [2023-09-05T00:21:00.209Z] #88 writing image sha256:6108be8504b087acd8cba575cfbf2c6bd33e38f81274497ceb2ff584087f4eb9 done [2023-09-05T00:21:00.209Z] #88 naming to docker.io/library/security-proxy-setup 0.0s done [2023-09-05T00:21:00.209Z] #88 DONE 3.6s [2023-09-05T00:21:00.209Z] [2023-09-05T00:21:00.209Z] #193 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-09-05T00:21:00.209Z] #193 DONE 0.1s [2023-09-05T00:21:00.209Z] [2023-09-05T00:21:00.209Z] #194 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-05T00:21:00.209Z] #194 ... [2023-09-05T00:21:00.209Z] [2023-09-05T00:21:00.209Z] #195 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T00:21:00.209Z] #195 DONE 0.6s [2023-09-05T00:21:00.470Z] [2023-09-05T00:21:00.470Z] #88 [security-secretstore-setup] exporting to image [2023-09-05T00:21:00.470Z] #88 ... [2023-09-05T00:21:00.470Z] [2023-09-05T00:21:00.470Z] #194 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-05T00:21:00.470Z] #194 DONE 0.4s [2023-09-05T00:21:00.470Z] [2023-09-05T00:21:00.470Z] #88 [security-bootstrapper] exporting to image [2023-09-05T00:21:00.470Z] #88 exporting layers 0.3s done [2023-09-05T00:21:00.470Z] #88 writing image sha256:943bd0953735da08b8b4c145efcd65eb66c8bd999b267050d7739c2063431362 [2023-09-05T00:21:00.732Z] #88 writing image sha256:943bd0953735da08b8b4c145efcd65eb66c8bd999b267050d7739c2063431362 done [2023-09-05T00:21:00.732Z] #88 naming to docker.io/library/security-secretstore-setup done [2023-09-05T00:21:00.732Z] #88 exporting layers 0.2s done [2023-09-05T00:21:00.732Z] #88 writing image sha256:1c0ab10aa70f536e02c8b92a51485a36350e911bb9b1a8ee983c89c5230e4e83 done [2023-09-05T00:21:00.732Z] #88 naming to docker.io/library/security-bootstrapper done [2023-09-05T00:21:00.732Z] #88 DONE 4.1s [2023-09-05T00:21:00.732Z] [2023-09-05T00:21:00.732Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:21:00.732Z] time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:21:00.732Z] time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:21:00.732Z] time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:21:00.732Z] time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:21:00.732Z] time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:21:00.732Z] time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:21:00.732Z] time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:21:00.732Z] time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:21:00.732Z] time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:21:00.732Z] time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:21:00.732Z] time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:21:00.732Z] time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:21:00.732Z] time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:21:00.732Z] time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-09-05T00:21:00.746Z] $ docker stop --time=1 cc64e245e02f6e50699c07483e8e385d5867579d1b6c85be37af09b480f2a6f8 [2023-09-05T00:21:02.104Z] $ docker rm -f --volumes cc64e245e02f6e50699c07483e8e385d5867579d1b6c85be37af09b480f2a6f8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-05T00:21:02.436Z] + docker images [2023-09-05T00:21:02.436Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-09-05T00:21:02.436Z] security-secretstore-setup latest 943bd0953735 2 seconds ago 44.1MB [2023-09-05T00:21:02.436Z] security-bootstrapper latest 1c0ab10aa70f 2 seconds ago 23MB [2023-09-05T00:21:02.436Z] security-proxy-setup latest 6108be8504b0 3 seconds ago 29.2MB [2023-09-05T00:21:02.436Z] security-proxy-auth latest 1bc5efa94c80 4 seconds ago 19.4MB [2023-09-05T00:21:02.436Z] core-common-config-bootstrapper latest 039adad4f86a 4 seconds ago 18MB [2023-09-05T00:21:02.436Z] support-notifications latest e1d7a7fa3066 5 seconds ago 34.3MB [2023-09-05T00:21:02.436Z] core-metadata latest 9380cffdd022 5 seconds ago 21.6MB [2023-09-05T00:21:02.436Z] support-scheduler latest 7f58ea41dc19 6 seconds ago 33.7MB [2023-09-05T00:21:02.436Z] core-command latest 5815e1010998 6 seconds ago 21MB [2023-09-05T00:21:02.436Z] core-data latest f247de345acd 6 seconds ago 21.2MB [2023-09-05T00:21:02.436Z] security-spiffe-token-provider latest 8e46aa73c0e0 6 seconds ago 33.5MB [2023-09-05T00:21:02.436Z] security-spire-config latest 1afb32e3733b 3 minutes ago 102MB [2023-09-05T00:21:02.436Z] security-spire-agent latest 4ec04cb6fc17 3 minutes ago 161MB [2023-09-05T00:21:02.436Z] security-spire-server latest 494037408c3b 3 minutes ago 103MB [2023-09-05T00:21:02.436Z] ci-base-image-x86_64 latest c7163d3f156d 6 minutes ago 1.07GB [2023-09-05T00:21:02.436Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 7 weeks ago 696MB [2023-09-05T00:21:02.436Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 3 months ago 334MB [2023-09-05T00:21:02.436Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 14 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-05T00:21:02.549Z] provisioning config files... [2023-09-05T00:21:02.557Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/571@tmp/config1644859933624564002tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-05T00:21:02.857Z] ---> docker-login.sh [2023-09-05T00:21:02.857Z] nexus3.edgexfoundry.org:10001 [2023-09-05T00:21:02.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:21:02.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:21:02.857Z] Configure a credential helper to remove this warning. See [2023-09-05T00:21:02.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:21:02.858Z] [2023-09-05T00:21:02.858Z] Login Succeeded [2023-09-05T00:21:02.858Z] nexus3.edgexfoundry.org:10002 [2023-09-05T00:21:02.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:21:02.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:21:02.858Z] Configure a credential helper to remove this warning. See [2023-09-05T00:21:02.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:21:02.858Z] [2023-09-05T00:21:02.858Z] Login Succeeded [2023-09-05T00:21:02.858Z] nexus3.edgexfoundry.org:10003 [2023-09-05T00:21:03.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:21:03.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:21:03.118Z] Configure a credential helper to remove this warning. See [2023-09-05T00:21:03.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:21:03.118Z] [2023-09-05T00:21:03.118Z] Login Succeeded [2023-09-05T00:21:03.118Z] nexus3.edgexfoundry.org:10004 [2023-09-05T00:21:03.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:21:03.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:21:03.118Z] Configure a credential helper to remove this warning. See [2023-09-05T00:21:03.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:21:03.118Z] [2023-09-05T00:21:03.118Z] Login Succeeded [2023-09-05T00:21:03.118Z] docker.io [2023-09-05T00:21:03.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:21:03.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:21:03.378Z] Configure a credential helper to remove this warning. See [2023-09-05T00:21:03.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:21:03.378Z] [2023-09-05T00:21:03.378Z] Login Succeeded [2023-09-05T00:21:03.378Z] ---> docker-login.sh ends [Pipeline] } [2023-09-05T00:21:03.386Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:21:03.416Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-05T00:21:03.434Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-09-05T00:21:03.434Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:03.434Z] latest [2023-09-05T00:21:03.434Z] 3.1.0-dev.37 [2023-09-05T00:21:03.434Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:03.434Z] main [2023-09-05T00:21:03.434Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:03.756Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:04.079Z] + docker push nexus3.edgexfoundry.org:10004/core-command:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:04.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-09-05T00:21:04.079Z] 3b0af36e8163: Preparing [2023-09-05T00:21:04.079Z] 483360cf5a9a: Preparing [2023-09-05T00:21:04.079Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:04.079Z] f1b431716324: Preparing [2023-09-05T00:21:04.079Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:04.079Z] 36b50b131297: Preparing [2023-09-05T00:21:04.079Z] 36b50b131297: Waiting [2023-09-05T00:21:04.079Z] d58ebffcdd2a: Pushed [2023-09-05T00:21:04.079Z] ac30ce77a2b4: Pushed [2023-09-05T00:21:04.079Z] f1b431716324: Pushed [2023-09-05T00:21:04.079Z] 36b50b131297: Layer already exists [2023-09-05T00:21:04.338Z] 3b0af36e8163: Pushed [2023-09-05T00:21:05.714Z] 483360cf5a9a: Pushed [2023-09-05T00:21:05.714Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:9c52266da993c7f143fd18a344a87f184480d18e8e72f5cdabbc667b73b71a50 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:06.019Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:06.325Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-09-05T00:21:06.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-09-05T00:21:06.325Z] 3b0af36e8163: Preparing [2023-09-05T00:21:06.325Z] 483360cf5a9a: Preparing [2023-09-05T00:21:06.325Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:06.325Z] f1b431716324: Preparing [2023-09-05T00:21:06.325Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:06.325Z] 36b50b131297: Preparing [2023-09-05T00:21:06.325Z] 36b50b131297: Waiting [2023-09-05T00:21:06.325Z] f1b431716324: Layer already exists [2023-09-05T00:21:06.325Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:06.325Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:06.325Z] 483360cf5a9a: Layer already exists [2023-09-05T00:21:06.325Z] 3b0af36e8163: Layer already exists [2023-09-05T00:21:06.325Z] 36b50b131297: Layer already exists [2023-09-05T00:21:06.325Z] latest: digest: sha256:9c52266da993c7f143fd18a344a87f184480d18e8e72f5cdabbc667b73b71a50 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:06.630Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:06.938Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.1.0-dev.37 [2023-09-05T00:21:06.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-09-05T00:21:06.938Z] 3b0af36e8163: Preparing [2023-09-05T00:21:06.938Z] 483360cf5a9a: Preparing [2023-09-05T00:21:06.938Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:06.938Z] f1b431716324: Preparing [2023-09-05T00:21:06.938Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:06.938Z] 36b50b131297: Preparing [2023-09-05T00:21:06.938Z] 36b50b131297: Waiting [2023-09-05T00:21:06.938Z] 3b0af36e8163: Layer already exists [2023-09-05T00:21:06.938Z] f1b431716324: Layer already exists [2023-09-05T00:21:06.938Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:06.938Z] 483360cf5a9a: Layer already exists [2023-09-05T00:21:06.938Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:06.938Z] 36b50b131297: Layer already exists [2023-09-05T00:21:06.938Z] 3.1.0-dev.37: digest: sha256:9c52266da993c7f143fd18a344a87f184480d18e8e72f5cdabbc667b73b71a50 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:07.247Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:07.554Z] + docker push nexus3.edgexfoundry.org:10004/core-command:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:07.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-09-05T00:21:07.555Z] 3b0af36e8163: Preparing [2023-09-05T00:21:07.555Z] 483360cf5a9a: Preparing [2023-09-05T00:21:07.555Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:07.555Z] f1b431716324: Preparing [2023-09-05T00:21:07.555Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:07.555Z] 36b50b131297: Preparing [2023-09-05T00:21:07.555Z] 36b50b131297: Waiting [2023-09-05T00:21:07.555Z] 3b0af36e8163: Layer already exists [2023-09-05T00:21:07.555Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:07.555Z] 483360cf5a9a: Layer already exists [2023-09-05T00:21:07.555Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:07.555Z] f1b431716324: Layer already exists [2023-09-05T00:21:07.555Z] 36b50b131297: Layer already exists [2023-09-05T00:21:07.555Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:9c52266da993c7f143fd18a344a87f184480d18e8e72f5cdabbc667b73b71a50 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:07.866Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:08.168Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-09-05T00:21:08.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-09-05T00:21:08.168Z] 3b0af36e8163: Preparing [2023-09-05T00:21:08.168Z] 483360cf5a9a: Preparing [2023-09-05T00:21:08.168Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:08.168Z] f1b431716324: Preparing [2023-09-05T00:21:08.168Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:08.168Z] 36b50b131297: Preparing [2023-09-05T00:21:08.168Z] 36b50b131297: Waiting [2023-09-05T00:21:08.168Z] 3b0af36e8163: Layer already exists [2023-09-05T00:21:08.168Z] 483360cf5a9a: Layer already exists [2023-09-05T00:21:08.168Z] f1b431716324: Layer already exists [2023-09-05T00:21:08.168Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:08.168Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:08.168Z] 36b50b131297: Layer already exists [2023-09-05T00:21:08.168Z] main: digest: sha256:9c52266da993c7f143fd18a344a87f184480d18e8e72f5cdabbc667b73b71a50 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:21:08.201Z] ===================================================== [Pipeline] echo [2023-09-05T00:21:08.206Z] taggedImages: [2023-09-05T00:21:08.206Z] - nexus3.edgexfoundry.org:10004/core-command:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:08.206Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-09-05T00:21:08.206Z] - nexus3.edgexfoundry.org:10004/core-command:3.1.0-dev.37 [2023-09-05T00:21:08.206Z] - nexus3.edgexfoundry.org:10004/core-command:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:08.206Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-09-05T00:21:08.221Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-09-05T00:21:08.221Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:08.221Z] latest [2023-09-05T00:21:08.221Z] 3.1.0-dev.37 [2023-09-05T00:21:08.221Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:08.221Z] main [2023-09-05T00:21:08.221Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:08.524Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:08.833Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:08.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-09-05T00:21:08.834Z] 127b3a264d96: Preparing [2023-09-05T00:21:08.834Z] 59ffd9da6ffb: Preparing [2023-09-05T00:21:08.834Z] c3ea02c5dfd3: Preparing [2023-09-05T00:21:08.834Z] 744fdc1c12ea: Preparing [2023-09-05T00:21:08.834Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:08.834Z] f1b431716324: Preparing [2023-09-05T00:21:08.834Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:08.834Z] 36b50b131297: Preparing [2023-09-05T00:21:08.834Z] f1b431716324: Waiting [2023-09-05T00:21:08.834Z] d58ebffcdd2a: Waiting [2023-09-05T00:21:08.834Z] 36b50b131297: Waiting [2023-09-05T00:21:08.834Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:08.834Z] f1b431716324: Layer already exists [2023-09-05T00:21:08.834Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:08.834Z] 36b50b131297: Layer already exists [2023-09-05T00:21:08.834Z] 127b3a264d96: Pushed [2023-09-05T00:21:08.834Z] c3ea02c5dfd3: Pushed [2023-09-05T00:21:08.834Z] 59ffd9da6ffb: Pushed [2023-09-05T00:21:10.210Z] 744fdc1c12ea: Pushed [2023-09-05T00:21:10.210Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:37f02d63502d1c8343656bba698c2525f304f911fba977661089177032b2a82c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:10.519Z] + 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 [2023-09-05T00:21:10.826Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-09-05T00:21:10.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-09-05T00:21:10.826Z] 127b3a264d96: Preparing [2023-09-05T00:21:10.826Z] 59ffd9da6ffb: Preparing [2023-09-05T00:21:10.826Z] c3ea02c5dfd3: Preparing [2023-09-05T00:21:10.826Z] 744fdc1c12ea: Preparing [2023-09-05T00:21:10.826Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:10.826Z] f1b431716324: Preparing [2023-09-05T00:21:10.826Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:10.826Z] 36b50b131297: Preparing [2023-09-05T00:21:10.826Z] f1b431716324: Waiting [2023-09-05T00:21:10.826Z] 36b50b131297: Waiting [2023-09-05T00:21:10.826Z] d58ebffcdd2a: Waiting [2023-09-05T00:21:10.826Z] 744fdc1c12ea: Layer already exists [2023-09-05T00:21:10.826Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:10.826Z] 127b3a264d96: Layer already exists [2023-09-05T00:21:10.826Z] c3ea02c5dfd3: Layer already exists [2023-09-05T00:21:10.826Z] 59ffd9da6ffb: Layer already exists [2023-09-05T00:21:10.826Z] 36b50b131297: Layer already exists [2023-09-05T00:21:10.826Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:10.826Z] f1b431716324: Layer already exists [2023-09-05T00:21:10.826Z] latest: digest: sha256:37f02d63502d1c8343656bba698c2525f304f911fba977661089177032b2a82c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:11.142Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:11.448Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.1.0-dev.37 [2023-09-05T00:21:11.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-09-05T00:21:11.448Z] 127b3a264d96: Preparing [2023-09-05T00:21:11.448Z] 59ffd9da6ffb: Preparing [2023-09-05T00:21:11.448Z] c3ea02c5dfd3: Preparing [2023-09-05T00:21:11.448Z] 744fdc1c12ea: Preparing [2023-09-05T00:21:11.448Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:11.448Z] f1b431716324: Preparing [2023-09-05T00:21:11.448Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:11.448Z] 36b50b131297: Preparing [2023-09-05T00:21:11.448Z] 36b50b131297: Waiting [2023-09-05T00:21:11.448Z] d58ebffcdd2a: Waiting [2023-09-05T00:21:11.448Z] f1b431716324: Waiting [2023-09-05T00:21:11.448Z] 59ffd9da6ffb: Layer already exists [2023-09-05T00:21:11.448Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:11.448Z] 127b3a264d96: Layer already exists [2023-09-05T00:21:11.448Z] 744fdc1c12ea: Layer already exists [2023-09-05T00:21:11.448Z] c3ea02c5dfd3: Layer already exists [2023-09-05T00:21:11.448Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:11.448Z] f1b431716324: Layer already exists [2023-09-05T00:21:11.448Z] 36b50b131297: Layer already exists [2023-09-05T00:21:11.448Z] 3.1.0-dev.37: digest: sha256:37f02d63502d1c8343656bba698c2525f304f911fba977661089177032b2a82c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:11.754Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:12.055Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:12.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-09-05T00:21:12.055Z] 127b3a264d96: Preparing [2023-09-05T00:21:12.055Z] 59ffd9da6ffb: Preparing [2023-09-05T00:21:12.055Z] c3ea02c5dfd3: Preparing [2023-09-05T00:21:12.055Z] 744fdc1c12ea: Preparing [2023-09-05T00:21:12.055Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:12.055Z] f1b431716324: Preparing [2023-09-05T00:21:12.055Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:12.055Z] 36b50b131297: Preparing [2023-09-05T00:21:12.055Z] d58ebffcdd2a: Waiting [2023-09-05T00:21:12.055Z] f1b431716324: Waiting [2023-09-05T00:21:12.055Z] 36b50b131297: Waiting [2023-09-05T00:21:12.055Z] 744fdc1c12ea: Layer already exists [2023-09-05T00:21:12.055Z] c3ea02c5dfd3: Layer already exists [2023-09-05T00:21:12.055Z] 127b3a264d96: Layer already exists [2023-09-05T00:21:12.055Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:12.055Z] 59ffd9da6ffb: Layer already exists [2023-09-05T00:21:12.055Z] f1b431716324: Layer already exists [2023-09-05T00:21:12.055Z] 36b50b131297: Layer already exists [2023-09-05T00:21:12.055Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:12.055Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:37f02d63502d1c8343656bba698c2525f304f911fba977661089177032b2a82c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:12.361Z] + 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 [2023-09-05T00:21:12.664Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-09-05T00:21:12.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-09-05T00:21:12.665Z] 127b3a264d96: Preparing [2023-09-05T00:21:12.665Z] 59ffd9da6ffb: Preparing [2023-09-05T00:21:12.665Z] c3ea02c5dfd3: Preparing [2023-09-05T00:21:12.665Z] 744fdc1c12ea: Preparing [2023-09-05T00:21:12.665Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:12.665Z] f1b431716324: Preparing [2023-09-05T00:21:12.665Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:12.665Z] 36b50b131297: Preparing [2023-09-05T00:21:12.665Z] 36b50b131297: Waiting [2023-09-05T00:21:12.665Z] d58ebffcdd2a: Waiting [2023-09-05T00:21:12.665Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:12.665Z] 127b3a264d96: Layer already exists [2023-09-05T00:21:12.665Z] 59ffd9da6ffb: Layer already exists [2023-09-05T00:21:12.665Z] 744fdc1c12ea: Layer already exists [2023-09-05T00:21:12.665Z] c3ea02c5dfd3: Layer already exists [2023-09-05T00:21:12.665Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:12.665Z] f1b431716324: Layer already exists [2023-09-05T00:21:12.665Z] 36b50b131297: Layer already exists [2023-09-05T00:21:12.665Z] main: digest: sha256:37f02d63502d1c8343656bba698c2525f304f911fba977661089177032b2a82c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:21:12.698Z] ===================================================== [Pipeline] echo [2023-09-05T00:21:12.704Z] taggedImages: [2023-09-05T00:21:12.704Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:12.704Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-09-05T00:21:12.704Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.1.0-dev.37 [2023-09-05T00:21:12.704Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:12.704Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-09-05T00:21:12.719Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-09-05T00:21:12.719Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:12.719Z] latest [2023-09-05T00:21:12.719Z] 3.1.0-dev.37 [2023-09-05T00:21:12.719Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:12.719Z] main [2023-09-05T00:21:12.719Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:13.033Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:13.333Z] + docker push nexus3.edgexfoundry.org:10004/core-data:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:13.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-09-05T00:21:13.333Z] de2e7c079632: Preparing [2023-09-05T00:21:13.333Z] c9126fc51155: Preparing [2023-09-05T00:21:13.333Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:13.333Z] f1b431716324: Preparing [2023-09-05T00:21:13.333Z] b8bf60d7db45: Preparing [2023-09-05T00:21:13.333Z] 36b50b131297: Preparing [2023-09-05T00:21:13.333Z] 36b50b131297: Waiting [2023-09-05T00:21:13.333Z] f1b431716324: Layer already exists [2023-09-05T00:21:13.333Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:13.333Z] 36b50b131297: Layer already exists [2023-09-05T00:21:13.333Z] de2e7c079632: Pushed [2023-09-05T00:21:13.333Z] b8bf60d7db45: Pushed [2023-09-05T00:21:14.711Z] c9126fc51155: Pushed [2023-09-05T00:21:14.971Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:af1cfda7c450d1deae5252fcb3f3a68aef0635148f47dc54f82982a74e8c58ad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:15.287Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:15.593Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-09-05T00:21:15.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-09-05T00:21:15.594Z] de2e7c079632: Preparing [2023-09-05T00:21:15.594Z] c9126fc51155: Preparing [2023-09-05T00:21:15.594Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:15.594Z] f1b431716324: Preparing [2023-09-05T00:21:15.594Z] b8bf60d7db45: Preparing [2023-09-05T00:21:15.594Z] 36b50b131297: Preparing [2023-09-05T00:21:15.594Z] 36b50b131297: Waiting [2023-09-05T00:21:15.594Z] de2e7c079632: Layer already exists [2023-09-05T00:21:15.594Z] b8bf60d7db45: Layer already exists [2023-09-05T00:21:15.594Z] c9126fc51155: Layer already exists [2023-09-05T00:21:15.594Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:15.594Z] f1b431716324: Layer already exists [2023-09-05T00:21:15.594Z] 36b50b131297: Layer already exists [2023-09-05T00:21:15.594Z] latest: digest: sha256:af1cfda7c450d1deae5252fcb3f3a68aef0635148f47dc54f82982a74e8c58ad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:15.905Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:16.207Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.1.0-dev.37 [2023-09-05T00:21:16.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-09-05T00:21:16.207Z] de2e7c079632: Preparing [2023-09-05T00:21:16.207Z] c9126fc51155: Preparing [2023-09-05T00:21:16.207Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:16.207Z] f1b431716324: Preparing [2023-09-05T00:21:16.207Z] b8bf60d7db45: Preparing [2023-09-05T00:21:16.207Z] 36b50b131297: Preparing [2023-09-05T00:21:16.207Z] 36b50b131297: Waiting [2023-09-05T00:21:16.207Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:16.207Z] c9126fc51155: Layer already exists [2023-09-05T00:21:16.207Z] f1b431716324: Layer already exists [2023-09-05T00:21:16.207Z] de2e7c079632: Layer already exists [2023-09-05T00:21:16.207Z] b8bf60d7db45: Layer already exists [2023-09-05T00:21:16.207Z] 36b50b131297: Layer already exists [2023-09-05T00:21:16.207Z] 3.1.0-dev.37: digest: sha256:af1cfda7c450d1deae5252fcb3f3a68aef0635148f47dc54f82982a74e8c58ad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:16.515Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:16.818Z] + docker push nexus3.edgexfoundry.org:10004/core-data:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:16.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-09-05T00:21:16.818Z] de2e7c079632: Preparing [2023-09-05T00:21:16.818Z] c9126fc51155: Preparing [2023-09-05T00:21:16.818Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:16.818Z] f1b431716324: Preparing [2023-09-05T00:21:16.818Z] b8bf60d7db45: Preparing [2023-09-05T00:21:16.818Z] 36b50b131297: Preparing [2023-09-05T00:21:16.818Z] 36b50b131297: Waiting [2023-09-05T00:21:16.818Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:16.818Z] de2e7c079632: Layer already exists [2023-09-05T00:21:16.818Z] b8bf60d7db45: Layer already exists [2023-09-05T00:21:16.818Z] f1b431716324: Layer already exists [2023-09-05T00:21:16.818Z] c9126fc51155: Layer already exists [2023-09-05T00:21:16.818Z] 36b50b131297: Layer already exists [2023-09-05T00:21:16.818Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:af1cfda7c450d1deae5252fcb3f3a68aef0635148f47dc54f82982a74e8c58ad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:17.123Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:17.430Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-09-05T00:21:17.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-09-05T00:21:17.430Z] de2e7c079632: Preparing [2023-09-05T00:21:17.430Z] c9126fc51155: Preparing [2023-09-05T00:21:17.430Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:17.430Z] f1b431716324: Preparing [2023-09-05T00:21:17.430Z] b8bf60d7db45: Preparing [2023-09-05T00:21:17.430Z] 36b50b131297: Preparing [2023-09-05T00:21:17.430Z] 36b50b131297: Waiting [2023-09-05T00:21:17.430Z] c9126fc51155: Layer already exists [2023-09-05T00:21:17.430Z] f1b431716324: Layer already exists [2023-09-05T00:21:17.430Z] b8bf60d7db45: Layer already exists [2023-09-05T00:21:17.430Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:17.430Z] de2e7c079632: Layer already exists [2023-09-05T00:21:17.430Z] 36b50b131297: Layer already exists [2023-09-05T00:21:17.430Z] main: digest: sha256:af1cfda7c450d1deae5252fcb3f3a68aef0635148f47dc54f82982a74e8c58ad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:21:17.476Z] ===================================================== [Pipeline] echo [2023-09-05T00:21:17.488Z] taggedImages: [2023-09-05T00:21:17.488Z] - nexus3.edgexfoundry.org:10004/core-data:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:17.488Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-09-05T00:21:17.488Z] - nexus3.edgexfoundry.org:10004/core-data:3.1.0-dev.37 [2023-09-05T00:21:17.488Z] - nexus3.edgexfoundry.org:10004/core-data:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:17.488Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-09-05T00:21:17.512Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-09-05T00:21:17.512Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:17.512Z] latest [2023-09-05T00:21:17.512Z] 3.1.0-dev.37 [2023-09-05T00:21:17.512Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:17.512Z] main [2023-09-05T00:21:17.512Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:17.844Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:18.158Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:18.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-09-05T00:21:18.158Z] 1b80cdc1d820: Preparing [2023-09-05T00:21:18.158Z] c4959ebc21f7: Preparing [2023-09-05T00:21:18.158Z] fb7551c92fb7: Preparing [2023-09-05T00:21:18.158Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:18.158Z] f1b431716324: Preparing [2023-09-05T00:21:18.158Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:18.158Z] 36b50b131297: Preparing [2023-09-05T00:21:18.158Z] d58ebffcdd2a: Waiting [2023-09-05T00:21:18.158Z] 36b50b131297: Waiting [2023-09-05T00:21:18.158Z] f1b431716324: Layer already exists [2023-09-05T00:21:18.158Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:18.158Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:18.158Z] 36b50b131297: Layer already exists [2023-09-05T00:21:18.158Z] 1b80cdc1d820: Pushed [2023-09-05T00:21:18.158Z] c4959ebc21f7: Pushed [2023-09-05T00:21:20.064Z] fb7551c92fb7: Pushed [2023-09-05T00:21:20.064Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:23cec4fdfdc83e1e58a765d20dc234d00f7146de0120d645b0e3528450af4d92 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:20.384Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:20.692Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-09-05T00:21:20.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-09-05T00:21:20.692Z] 1b80cdc1d820: Preparing [2023-09-05T00:21:20.692Z] c4959ebc21f7: Preparing [2023-09-05T00:21:20.692Z] fb7551c92fb7: Preparing [2023-09-05T00:21:20.692Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:20.692Z] f1b431716324: Preparing [2023-09-05T00:21:20.692Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:20.692Z] 36b50b131297: Preparing [2023-09-05T00:21:20.692Z] d58ebffcdd2a: Waiting [2023-09-05T00:21:20.692Z] 36b50b131297: Waiting [2023-09-05T00:21:20.692Z] f1b431716324: Layer already exists [2023-09-05T00:21:20.692Z] fb7551c92fb7: Layer already exists [2023-09-05T00:21:20.692Z] c4959ebc21f7: Layer already exists [2023-09-05T00:21:20.692Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:20.692Z] 1b80cdc1d820: Layer already exists [2023-09-05T00:21:20.692Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:20.692Z] 36b50b131297: Layer already exists [2023-09-05T00:21:20.692Z] latest: digest: sha256:23cec4fdfdc83e1e58a765d20dc234d00f7146de0120d645b0e3528450af4d92 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:21.013Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:21.313Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.1.0-dev.37 [2023-09-05T00:21:21.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-09-05T00:21:21.313Z] 1b80cdc1d820: Preparing [2023-09-05T00:21:21.313Z] c4959ebc21f7: Preparing [2023-09-05T00:21:21.313Z] fb7551c92fb7: Preparing [2023-09-05T00:21:21.313Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:21.313Z] f1b431716324: Preparing [2023-09-05T00:21:21.313Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:21.313Z] 36b50b131297: Preparing [2023-09-05T00:21:21.313Z] d58ebffcdd2a: Waiting [2023-09-05T00:21:21.313Z] 36b50b131297: Waiting [2023-09-05T00:21:21.313Z] 1b80cdc1d820: Layer already exists [2023-09-05T00:21:21.313Z] c4959ebc21f7: Layer already exists [2023-09-05T00:21:21.313Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:21.313Z] f1b431716324: Layer already exists [2023-09-05T00:21:21.313Z] fb7551c92fb7: Layer already exists [2023-09-05T00:21:21.313Z] 36b50b131297: Layer already exists [2023-09-05T00:21:21.313Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:21.313Z] 3.1.0-dev.37: digest: sha256:23cec4fdfdc83e1e58a765d20dc234d00f7146de0120d645b0e3528450af4d92 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:21.627Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:21.938Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:21.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-09-05T00:21:21.938Z] 1b80cdc1d820: Preparing [2023-09-05T00:21:21.938Z] c4959ebc21f7: Preparing [2023-09-05T00:21:21.938Z] fb7551c92fb7: Preparing [2023-09-05T00:21:21.938Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:21.938Z] f1b431716324: Preparing [2023-09-05T00:21:21.938Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:21.938Z] 36b50b131297: Preparing [2023-09-05T00:21:21.938Z] d58ebffcdd2a: Waiting [2023-09-05T00:21:21.938Z] 36b50b131297: Waiting [2023-09-05T00:21:21.938Z] 1b80cdc1d820: Layer already exists [2023-09-05T00:21:21.938Z] f1b431716324: Layer already exists [2023-09-05T00:21:21.938Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:21.938Z] fb7551c92fb7: Layer already exists [2023-09-05T00:21:21.938Z] c4959ebc21f7: Layer already exists [2023-09-05T00:21:21.938Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:21.938Z] 36b50b131297: Layer already exists [2023-09-05T00:21:21.938Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:23cec4fdfdc83e1e58a765d20dc234d00f7146de0120d645b0e3528450af4d92 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:22.248Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:22.553Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-09-05T00:21:22.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-09-05T00:21:22.553Z] 1b80cdc1d820: Preparing [2023-09-05T00:21:22.553Z] c4959ebc21f7: Preparing [2023-09-05T00:21:22.553Z] fb7551c92fb7: Preparing [2023-09-05T00:21:22.553Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:22.553Z] f1b431716324: Preparing [2023-09-05T00:21:22.553Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:22.553Z] 36b50b131297: Preparing [2023-09-05T00:21:22.553Z] d58ebffcdd2a: Waiting [2023-09-05T00:21:22.553Z] 36b50b131297: Waiting [2023-09-05T00:21:22.553Z] fb7551c92fb7: Layer already exists [2023-09-05T00:21:22.553Z] 1b80cdc1d820: Layer already exists [2023-09-05T00:21:22.553Z] c4959ebc21f7: Layer already exists [2023-09-05T00:21:22.553Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:22.553Z] f1b431716324: Layer already exists [2023-09-05T00:21:22.553Z] 36b50b131297: Layer already exists [2023-09-05T00:21:22.553Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:22.553Z] main: digest: sha256:23cec4fdfdc83e1e58a765d20dc234d00f7146de0120d645b0e3528450af4d92 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:21:22.593Z] ===================================================== [Pipeline] echo [2023-09-05T00:21:22.608Z] taggedImages: [2023-09-05T00:21:22.608Z] - nexus3.edgexfoundry.org:10004/core-metadata:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:22.608Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-09-05T00:21:22.608Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.1.0-dev.37 [2023-09-05T00:21:22.608Z] - nexus3.edgexfoundry.org:10004/core-metadata:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:22.608Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-09-05T00:21:22.630Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-09-05T00:21:22.630Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:22.630Z] latest [2023-09-05T00:21:22.630Z] 3.1.0-dev.37 [2023-09-05T00:21:22.630Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:22.630Z] main [2023-09-05T00:21:22.630Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:23.011Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:23.365Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:23.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-09-05T00:21:23.365Z] 9c8419c09f52: Preparing [2023-09-05T00:21:23.365Z] 5674e50034a7: Preparing [2023-09-05T00:21:23.365Z] 6a4f28b6bac5: Preparing [2023-09-05T00:21:23.365Z] 740dbe4ba42c: Preparing [2023-09-05T00:21:23.365Z] 5b83fa6ade53: Preparing [2023-09-05T00:21:23.365Z] 5da4a442bed0: Preparing [2023-09-05T00:21:23.365Z] 1ad5f91ac6d9: Preparing [2023-09-05T00:21:23.365Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:23.365Z] f1b431716324: Preparing [2023-09-05T00:21:23.365Z] 85d1bb5c7006: Preparing [2023-09-05T00:21:23.365Z] 45d7e7cbbdce: Preparing [2023-09-05T00:21:23.365Z] 5f70bf18a086: Preparing [2023-09-05T00:21:23.365Z] 8609dc8ef61c: Preparing [2023-09-05T00:21:23.365Z] f34142454604: Preparing [2023-09-05T00:21:23.365Z] 36b50b131297: Preparing [2023-09-05T00:21:23.365Z] 1ad5f91ac6d9: Waiting [2023-09-05T00:21:23.365Z] ac30ce77a2b4: Waiting [2023-09-05T00:21:23.365Z] f1b431716324: Waiting [2023-09-05T00:21:23.365Z] 85d1bb5c7006: Waiting [2023-09-05T00:21:23.365Z] 45d7e7cbbdce: Waiting [2023-09-05T00:21:23.365Z] 5f70bf18a086: Waiting [2023-09-05T00:21:23.365Z] 8609dc8ef61c: Waiting [2023-09-05T00:21:23.365Z] 5da4a442bed0: Waiting [2023-09-05T00:21:23.365Z] f34142454604: Waiting [2023-09-05T00:21:23.365Z] 36b50b131297: Waiting [2023-09-05T00:21:23.365Z] 9c8419c09f52: Pushed [2023-09-05T00:21:23.365Z] 5674e50034a7: Pushed [2023-09-05T00:21:23.365Z] 740dbe4ba42c: Pushed [2023-09-05T00:21:23.365Z] 5b83fa6ade53: Pushed [2023-09-05T00:21:23.365Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:23.365Z] 6a4f28b6bac5: Pushed [2023-09-05T00:21:23.365Z] f1b431716324: Layer already exists [2023-09-05T00:21:23.635Z] 5da4a442bed0: Pushed [2023-09-05T00:21:23.635Z] 85d1bb5c7006: Pushed [2023-09-05T00:21:23.635Z] 45d7e7cbbdce: Pushed [2023-09-05T00:21:23.635Z] 5f70bf18a086: Pushed [2023-09-05T00:21:23.635Z] 36b50b131297: Layer already exists [2023-09-05T00:21:23.635Z] 8609dc8ef61c: Pushed [2023-09-05T00:21:23.635Z] f34142454604: Pushed [2023-09-05T00:21:25.080Z] 1ad5f91ac6d9: Pushed [2023-09-05T00:21:25.080Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:10be21311d56e55a6b5bcf6dd0bb6f404a4e3c7cfbc3286197a9ddbd4b67058b size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:25.438Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:25.738Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-09-05T00:21:25.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-09-05T00:21:25.739Z] 9c8419c09f52: Preparing [2023-09-05T00:21:25.739Z] 5674e50034a7: Preparing [2023-09-05T00:21:25.739Z] 6a4f28b6bac5: Preparing [2023-09-05T00:21:25.739Z] 740dbe4ba42c: Preparing [2023-09-05T00:21:25.739Z] 5b83fa6ade53: Preparing [2023-09-05T00:21:25.739Z] 5da4a442bed0: Preparing [2023-09-05T00:21:25.739Z] 1ad5f91ac6d9: Preparing [2023-09-05T00:21:25.739Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:25.739Z] f1b431716324: Preparing [2023-09-05T00:21:25.739Z] 85d1bb5c7006: Preparing [2023-09-05T00:21:25.739Z] 45d7e7cbbdce: Preparing [2023-09-05T00:21:25.739Z] 5f70bf18a086: Preparing [2023-09-05T00:21:25.739Z] 8609dc8ef61c: Preparing [2023-09-05T00:21:25.739Z] f34142454604: Preparing [2023-09-05T00:21:25.739Z] 36b50b131297: Preparing [2023-09-05T00:21:25.739Z] 5da4a442bed0: Waiting [2023-09-05T00:21:25.739Z] 45d7e7cbbdce: Waiting [2023-09-05T00:21:25.739Z] 5f70bf18a086: Waiting [2023-09-05T00:21:25.739Z] 1ad5f91ac6d9: Waiting [2023-09-05T00:21:25.739Z] ac30ce77a2b4: Waiting [2023-09-05T00:21:25.739Z] f1b431716324: Waiting [2023-09-05T00:21:25.739Z] 8609dc8ef61c: Waiting [2023-09-05T00:21:25.739Z] 85d1bb5c7006: Waiting [2023-09-05T00:21:25.739Z] f34142454604: Waiting [2023-09-05T00:21:25.739Z] 6a4f28b6bac5: Layer already exists [2023-09-05T00:21:25.739Z] 5b83fa6ade53: Layer already exists [2023-09-05T00:21:25.739Z] 740dbe4ba42c: Layer already exists [2023-09-05T00:21:25.739Z] 5674e50034a7: Layer already exists [2023-09-05T00:21:25.739Z] 9c8419c09f52: Layer already exists [2023-09-05T00:21:25.739Z] 85d1bb5c7006: Layer already exists [2023-09-05T00:21:25.739Z] f1b431716324: Layer already exists [2023-09-05T00:21:25.739Z] 5da4a442bed0: Layer already exists [2023-09-05T00:21:25.739Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:25.739Z] 1ad5f91ac6d9: Layer already exists [2023-09-05T00:21:25.739Z] 8609dc8ef61c: Layer already exists [2023-09-05T00:21:25.739Z] 5f70bf18a086: Layer already exists [2023-09-05T00:21:25.739Z] 45d7e7cbbdce: Layer already exists [2023-09-05T00:21:25.739Z] 36b50b131297: Layer already exists [2023-09-05T00:21:25.739Z] f34142454604: Layer already exists [2023-09-05T00:21:25.739Z] latest: digest: sha256:10be21311d56e55a6b5bcf6dd0bb6f404a4e3c7cfbc3286197a9ddbd4b67058b size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:26.042Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:26.352Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.1.0-dev.37 [2023-09-05T00:21:26.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-09-05T00:21:26.352Z] 9c8419c09f52: Preparing [2023-09-05T00:21:26.352Z] 5674e50034a7: Preparing [2023-09-05T00:21:26.352Z] 6a4f28b6bac5: Preparing [2023-09-05T00:21:26.352Z] 740dbe4ba42c: Preparing [2023-09-05T00:21:26.352Z] 5b83fa6ade53: Preparing [2023-09-05T00:21:26.352Z] 5da4a442bed0: Preparing [2023-09-05T00:21:26.352Z] 1ad5f91ac6d9: Preparing [2023-09-05T00:21:26.352Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:26.352Z] f1b431716324: Preparing [2023-09-05T00:21:26.352Z] 85d1bb5c7006: Preparing [2023-09-05T00:21:26.352Z] 45d7e7cbbdce: Preparing [2023-09-05T00:21:26.352Z] 5f70bf18a086: Preparing [2023-09-05T00:21:26.352Z] 8609dc8ef61c: Preparing [2023-09-05T00:21:26.352Z] f34142454604: Preparing [2023-09-05T00:21:26.352Z] 36b50b131297: Preparing [2023-09-05T00:21:26.352Z] 5da4a442bed0: Waiting [2023-09-05T00:21:26.352Z] 1ad5f91ac6d9: Waiting [2023-09-05T00:21:26.352Z] ac30ce77a2b4: Waiting [2023-09-05T00:21:26.352Z] f1b431716324: Waiting [2023-09-05T00:21:26.352Z] 85d1bb5c7006: Waiting [2023-09-05T00:21:26.352Z] 45d7e7cbbdce: Waiting [2023-09-05T00:21:26.352Z] 5f70bf18a086: Waiting [2023-09-05T00:21:26.352Z] 8609dc8ef61c: Waiting [2023-09-05T00:21:26.352Z] f34142454604: Waiting [2023-09-05T00:21:26.352Z] 36b50b131297: Waiting [2023-09-05T00:21:26.352Z] 5b83fa6ade53: Layer already exists [2023-09-05T00:21:26.352Z] 9c8419c09f52: Layer already exists [2023-09-05T00:21:26.352Z] 6a4f28b6bac5: Layer already exists [2023-09-05T00:21:26.352Z] 740dbe4ba42c: Layer already exists [2023-09-05T00:21:26.352Z] 5674e50034a7: Layer already exists [2023-09-05T00:21:26.352Z] 5da4a442bed0: Layer already exists [2023-09-05T00:21:26.352Z] 1ad5f91ac6d9: Layer already exists [2023-09-05T00:21:26.352Z] 85d1bb5c7006: Layer already exists [2023-09-05T00:21:26.352Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:26.352Z] f1b431716324: Layer already exists [2023-09-05T00:21:26.352Z] 45d7e7cbbdce: Layer already exists [2023-09-05T00:21:26.352Z] 5f70bf18a086: Layer already exists [2023-09-05T00:21:26.352Z] 8609dc8ef61c: Layer already exists [2023-09-05T00:21:26.352Z] 36b50b131297: Layer already exists [2023-09-05T00:21:26.352Z] f34142454604: Layer already exists [2023-09-05T00:21:26.352Z] 3.1.0-dev.37: digest: sha256:10be21311d56e55a6b5bcf6dd0bb6f404a4e3c7cfbc3286197a9ddbd4b67058b size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:26.662Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:26.968Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:26.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-09-05T00:21:26.969Z] 9c8419c09f52: Preparing [2023-09-05T00:21:26.969Z] 5674e50034a7: Preparing [2023-09-05T00:21:26.969Z] 6a4f28b6bac5: Preparing [2023-09-05T00:21:26.969Z] 740dbe4ba42c: Preparing [2023-09-05T00:21:26.969Z] 5b83fa6ade53: Preparing [2023-09-05T00:21:26.969Z] 5da4a442bed0: Preparing [2023-09-05T00:21:26.969Z] 1ad5f91ac6d9: Preparing [2023-09-05T00:21:26.969Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:26.969Z] f1b431716324: Preparing [2023-09-05T00:21:26.969Z] 85d1bb5c7006: Preparing [2023-09-05T00:21:26.969Z] 45d7e7cbbdce: Preparing [2023-09-05T00:21:26.969Z] 5f70bf18a086: Preparing [2023-09-05T00:21:26.969Z] 8609dc8ef61c: Preparing [2023-09-05T00:21:26.969Z] f34142454604: Preparing [2023-09-05T00:21:26.969Z] 36b50b131297: Preparing [2023-09-05T00:21:26.969Z] 5da4a442bed0: Waiting [2023-09-05T00:21:26.969Z] ac30ce77a2b4: Waiting [2023-09-05T00:21:26.969Z] 1ad5f91ac6d9: Waiting [2023-09-05T00:21:26.969Z] f1b431716324: Waiting [2023-09-05T00:21:26.969Z] 8609dc8ef61c: Waiting [2023-09-05T00:21:26.969Z] 85d1bb5c7006: Waiting [2023-09-05T00:21:26.969Z] 45d7e7cbbdce: Waiting [2023-09-05T00:21:26.969Z] 36b50b131297: Waiting [2023-09-05T00:21:26.969Z] f34142454604: Waiting [2023-09-05T00:21:26.969Z] 5b83fa6ade53: Layer already exists [2023-09-05T00:21:26.969Z] 5674e50034a7: Layer already exists [2023-09-05T00:21:26.969Z] 740dbe4ba42c: Layer already exists [2023-09-05T00:21:26.969Z] 9c8419c09f52: Layer already exists [2023-09-05T00:21:26.969Z] 6a4f28b6bac5: Layer already exists [2023-09-05T00:21:26.969Z] 1ad5f91ac6d9: Layer already exists [2023-09-05T00:21:26.969Z] f1b431716324: Layer already exists [2023-09-05T00:21:26.969Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:26.969Z] 5da4a442bed0: Layer already exists [2023-09-05T00:21:26.969Z] 85d1bb5c7006: Layer already exists [2023-09-05T00:21:26.969Z] 45d7e7cbbdce: Layer already exists [2023-09-05T00:21:26.969Z] f34142454604: Layer already exists [2023-09-05T00:21:26.969Z] 8609dc8ef61c: Layer already exists [2023-09-05T00:21:26.969Z] 5f70bf18a086: Layer already exists [2023-09-05T00:21:26.969Z] 36b50b131297: Layer already exists [2023-09-05T00:21:26.969Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:10be21311d56e55a6b5bcf6dd0bb6f404a4e3c7cfbc3286197a9ddbd4b67058b size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:27.284Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:27.605Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-09-05T00:21:27.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-09-05T00:21:27.605Z] 9c8419c09f52: Preparing [2023-09-05T00:21:27.605Z] 5674e50034a7: Preparing [2023-09-05T00:21:27.605Z] 6a4f28b6bac5: Preparing [2023-09-05T00:21:27.605Z] 740dbe4ba42c: Preparing [2023-09-05T00:21:27.605Z] 5b83fa6ade53: Preparing [2023-09-05T00:21:27.605Z] 5da4a442bed0: Preparing [2023-09-05T00:21:27.605Z] 1ad5f91ac6d9: Preparing [2023-09-05T00:21:27.605Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:27.605Z] f1b431716324: Preparing [2023-09-05T00:21:27.605Z] 85d1bb5c7006: Preparing [2023-09-05T00:21:27.605Z] 45d7e7cbbdce: Preparing [2023-09-05T00:21:27.605Z] 5f70bf18a086: Preparing [2023-09-05T00:21:27.605Z] 8609dc8ef61c: Preparing [2023-09-05T00:21:27.605Z] f34142454604: Preparing [2023-09-05T00:21:27.605Z] 36b50b131297: Preparing [2023-09-05T00:21:27.605Z] 85d1bb5c7006: Waiting [2023-09-05T00:21:27.605Z] 45d7e7cbbdce: Waiting [2023-09-05T00:21:27.605Z] 5f70bf18a086: Waiting [2023-09-05T00:21:27.605Z] 36b50b131297: Waiting [2023-09-05T00:21:27.605Z] 1ad5f91ac6d9: Waiting [2023-09-05T00:21:27.605Z] ac30ce77a2b4: Waiting [2023-09-05T00:21:27.605Z] 8609dc8ef61c: Waiting [2023-09-05T00:21:27.605Z] f1b431716324: Waiting [2023-09-05T00:21:27.605Z] f34142454604: Waiting [2023-09-05T00:21:27.605Z] 5da4a442bed0: Waiting [2023-09-05T00:21:27.605Z] 5674e50034a7: Layer already exists [2023-09-05T00:21:27.605Z] 5b83fa6ade53: Layer already exists [2023-09-05T00:21:27.605Z] 740dbe4ba42c: Layer already exists [2023-09-05T00:21:27.605Z] 9c8419c09f52: Layer already exists [2023-09-05T00:21:27.605Z] 6a4f28b6bac5: Layer already exists [2023-09-05T00:21:27.605Z] 1ad5f91ac6d9: Layer already exists [2023-09-05T00:21:27.605Z] 5da4a442bed0: Layer already exists [2023-09-05T00:21:27.605Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:27.605Z] 85d1bb5c7006: Layer already exists [2023-09-05T00:21:27.605Z] f1b431716324: Layer already exists [2023-09-05T00:21:27.605Z] 45d7e7cbbdce: Layer already exists [2023-09-05T00:21:27.605Z] 5f70bf18a086: Layer already exists [2023-09-05T00:21:27.605Z] 8609dc8ef61c: Layer already exists [2023-09-05T00:21:27.605Z] f34142454604: Layer already exists [2023-09-05T00:21:27.605Z] 36b50b131297: Layer already exists [2023-09-05T00:21:27.605Z] main: digest: sha256:10be21311d56e55a6b5bcf6dd0bb6f404a4e3c7cfbc3286197a9ddbd4b67058b size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:21:27.648Z] ===================================================== [Pipeline] echo [2023-09-05T00:21:27.656Z] taggedImages: [2023-09-05T00:21:27.656Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:27.656Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-09-05T00:21:27.656Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.1.0-dev.37 [2023-09-05T00:21:27.656Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:27.656Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-09-05T00:21:27.678Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-09-05T00:21:27.678Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:27.678Z] latest [2023-09-05T00:21:27.678Z] 3.1.0-dev.37 [2023-09-05T00:21:27.678Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:27.678Z] main [2023-09-05T00:21:27.678Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:28.004Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:28.306Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:28.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-09-05T00:21:28.306Z] 127b3a264d96: Preparing [2023-09-05T00:21:28.306Z] 59ffd9da6ffb: Preparing [2023-09-05T00:21:28.306Z] c3ff38705c6b: Preparing [2023-09-05T00:21:28.306Z] d6eefc077dd8: Preparing [2023-09-05T00:21:28.306Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:28.306Z] f1b431716324: Preparing [2023-09-05T00:21:28.306Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:28.306Z] 36b50b131297: Preparing [2023-09-05T00:21:28.306Z] f1b431716324: Waiting [2023-09-05T00:21:28.306Z] d58ebffcdd2a: Waiting [2023-09-05T00:21:28.306Z] 36b50b131297: Waiting [2023-09-05T00:21:28.306Z] 59ffd9da6ffb: Layer already exists [2023-09-05T00:21:28.306Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:28.306Z] 127b3a264d96: Layer already exists [2023-09-05T00:21:28.306Z] f1b431716324: Layer already exists [2023-09-05T00:21:28.306Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:28.306Z] 36b50b131297: Layer already exists [2023-09-05T00:21:28.306Z] c3ff38705c6b: Pushed [2023-09-05T00:21:29.685Z] d6eefc077dd8: Pushed [2023-09-05T00:21:29.685Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:62ac947cbbca490df9a163d0cd3ddc139747b13e90ff553b9bb994998d87e761 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:29.995Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:30.300Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-09-05T00:21:30.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-09-05T00:21:30.300Z] 127b3a264d96: Preparing [2023-09-05T00:21:30.300Z] 59ffd9da6ffb: Preparing [2023-09-05T00:21:30.300Z] c3ff38705c6b: Preparing [2023-09-05T00:21:30.300Z] d6eefc077dd8: Preparing [2023-09-05T00:21:30.300Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:30.300Z] f1b431716324: Preparing [2023-09-05T00:21:30.300Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:30.300Z] 36b50b131297: Preparing [2023-09-05T00:21:30.300Z] f1b431716324: Waiting [2023-09-05T00:21:30.300Z] d58ebffcdd2a: Waiting [2023-09-05T00:21:30.300Z] 36b50b131297: Waiting [2023-09-05T00:21:30.300Z] 127b3a264d96: Layer already exists [2023-09-05T00:21:30.300Z] 59ffd9da6ffb: Layer already exists [2023-09-05T00:21:30.300Z] c3ff38705c6b: Layer already exists [2023-09-05T00:21:30.300Z] d6eefc077dd8: Layer already exists [2023-09-05T00:21:30.300Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:30.300Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:30.300Z] 36b50b131297: Layer already exists [2023-09-05T00:21:30.300Z] f1b431716324: Layer already exists [2023-09-05T00:21:30.300Z] latest: digest: sha256:62ac947cbbca490df9a163d0cd3ddc139747b13e90ff553b9bb994998d87e761 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:30.604Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:30.908Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.1.0-dev.37 [2023-09-05T00:21:30.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-09-05T00:21:30.908Z] 127b3a264d96: Preparing [2023-09-05T00:21:30.908Z] 59ffd9da6ffb: Preparing [2023-09-05T00:21:30.908Z] c3ff38705c6b: Preparing [2023-09-05T00:21:30.908Z] d6eefc077dd8: Preparing [2023-09-05T00:21:30.908Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:30.908Z] f1b431716324: Preparing [2023-09-05T00:21:30.908Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:30.908Z] 36b50b131297: Preparing [2023-09-05T00:21:30.908Z] d58ebffcdd2a: Waiting [2023-09-05T00:21:30.908Z] 36b50b131297: Waiting [2023-09-05T00:21:30.908Z] d6eefc077dd8: Layer already exists [2023-09-05T00:21:30.908Z] c3ff38705c6b: Layer already exists [2023-09-05T00:21:30.908Z] 59ffd9da6ffb: Layer already exists [2023-09-05T00:21:30.908Z] 127b3a264d96: Layer already exists [2023-09-05T00:21:30.908Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:30.908Z] 36b50b131297: Layer already exists [2023-09-05T00:21:30.908Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:30.908Z] f1b431716324: Layer already exists [2023-09-05T00:21:30.908Z] 3.1.0-dev.37: digest: sha256:62ac947cbbca490df9a163d0cd3ddc139747b13e90ff553b9bb994998d87e761 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:31.229Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:31.534Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:31.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-09-05T00:21:31.534Z] 127b3a264d96: Preparing [2023-09-05T00:21:31.534Z] 59ffd9da6ffb: Preparing [2023-09-05T00:21:31.534Z] c3ff38705c6b: Preparing [2023-09-05T00:21:31.534Z] d6eefc077dd8: Preparing [2023-09-05T00:21:31.534Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:31.534Z] f1b431716324: Preparing [2023-09-05T00:21:31.534Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:31.534Z] 36b50b131297: Preparing [2023-09-05T00:21:31.534Z] f1b431716324: Waiting [2023-09-05T00:21:31.534Z] d58ebffcdd2a: Waiting [2023-09-05T00:21:31.534Z] 36b50b131297: Waiting [2023-09-05T00:21:31.534Z] 59ffd9da6ffb: Layer already exists [2023-09-05T00:21:31.534Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:31.534Z] c3ff38705c6b: Layer already exists [2023-09-05T00:21:31.534Z] 127b3a264d96: Layer already exists [2023-09-05T00:21:31.534Z] d6eefc077dd8: Layer already exists [2023-09-05T00:21:31.534Z] f1b431716324: Layer already exists [2023-09-05T00:21:31.534Z] 36b50b131297: Layer already exists [2023-09-05T00:21:31.534Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:31.534Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:62ac947cbbca490df9a163d0cd3ddc139747b13e90ff553b9bb994998d87e761 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:31.853Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:32.153Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-09-05T00:21:32.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-09-05T00:21:32.153Z] 127b3a264d96: Preparing [2023-09-05T00:21:32.153Z] 59ffd9da6ffb: Preparing [2023-09-05T00:21:32.153Z] c3ff38705c6b: Preparing [2023-09-05T00:21:32.153Z] d6eefc077dd8: Preparing [2023-09-05T00:21:32.153Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:32.153Z] f1b431716324: Preparing [2023-09-05T00:21:32.153Z] d58ebffcdd2a: Preparing [2023-09-05T00:21:32.153Z] 36b50b131297: Preparing [2023-09-05T00:21:32.153Z] d58ebffcdd2a: Waiting [2023-09-05T00:21:32.153Z] 36b50b131297: Waiting [2023-09-05T00:21:32.153Z] f1b431716324: Waiting [2023-09-05T00:21:32.153Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:32.153Z] 127b3a264d96: Layer already exists [2023-09-05T00:21:32.153Z] 59ffd9da6ffb: Layer already exists [2023-09-05T00:21:32.153Z] d6eefc077dd8: Layer already exists [2023-09-05T00:21:32.153Z] c3ff38705c6b: Layer already exists [2023-09-05T00:21:32.153Z] 36b50b131297: Layer already exists [2023-09-05T00:21:32.153Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:21:32.153Z] f1b431716324: Layer already exists [2023-09-05T00:21:32.153Z] main: digest: sha256:62ac947cbbca490df9a163d0cd3ddc139747b13e90ff553b9bb994998d87e761 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:21:32.208Z] ===================================================== [Pipeline] echo [2023-09-05T00:21:32.221Z] taggedImages: [2023-09-05T00:21:32.221Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:32.221Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-09-05T00:21:32.221Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.1.0-dev.37 [2023-09-05T00:21:32.221Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:32.221Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-09-05T00:21:32.249Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-09-05T00:21:32.249Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:32.249Z] latest [2023-09-05T00:21:32.249Z] 3.1.0-dev.37 [2023-09-05T00:21:32.249Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:32.249Z] main [2023-09-05T00:21:32.249Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:32.574Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:32.884Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:32.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-09-05T00:21:32.884Z] 3ff2c6dd7bae: Preparing [2023-09-05T00:21:32.884Z] 19f8b2848d00: Preparing [2023-09-05T00:21:32.884Z] 1ae151f491f9: Preparing [2023-09-05T00:21:32.884Z] 31e92ce4545e: Preparing [2023-09-05T00:21:32.884Z] 29ea70d98c86: Preparing [2023-09-05T00:21:32.884Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:32.884Z] f1b431716324: Preparing [2023-09-05T00:21:32.884Z] d8e12a5606e1: Preparing [2023-09-05T00:21:32.884Z] f64c86cfd141: Preparing [2023-09-05T00:21:32.884Z] 36b50b131297: Preparing [2023-09-05T00:21:32.884Z] ac30ce77a2b4: Waiting [2023-09-05T00:21:32.884Z] d8e12a5606e1: Waiting [2023-09-05T00:21:32.884Z] f64c86cfd141: Waiting [2023-09-05T00:21:32.884Z] f1b431716324: Waiting [2023-09-05T00:21:32.884Z] 36b50b131297: Waiting [2023-09-05T00:21:32.885Z] 29ea70d98c86: Pushed [2023-09-05T00:21:32.885Z] 3ff2c6dd7bae: Pushed [2023-09-05T00:21:32.885Z] 19f8b2848d00: Pushed [2023-09-05T00:21:32.885Z] 31e92ce4545e: Pushed [2023-09-05T00:21:32.885Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:32.885Z] f1b431716324: Layer already exists [2023-09-05T00:21:32.885Z] 36b50b131297: Layer already exists [2023-09-05T00:21:33.142Z] d8e12a5606e1: Pushed [2023-09-05T00:21:34.078Z] 1ae151f491f9: Pushed [2023-09-05T00:21:34.078Z] f64c86cfd141: Pushed [2023-09-05T00:21:34.339Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:ecbe66598b10d693bfe072c8a40fd9ba4799b1d996172bc3831d76171fee1755 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:34.644Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:35.093Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-09-05T00:21:35.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-09-05T00:21:35.094Z] 3ff2c6dd7bae: Preparing [2023-09-05T00:21:35.094Z] 19f8b2848d00: Preparing [2023-09-05T00:21:35.094Z] 1ae151f491f9: Preparing [2023-09-05T00:21:35.094Z] 31e92ce4545e: Preparing [2023-09-05T00:21:35.094Z] 29ea70d98c86: Preparing [2023-09-05T00:21:35.094Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:35.094Z] f1b431716324: Preparing [2023-09-05T00:21:35.094Z] d8e12a5606e1: Preparing [2023-09-05T00:21:35.094Z] f64c86cfd141: Preparing [2023-09-05T00:21:35.094Z] 36b50b131297: Preparing [2023-09-05T00:21:35.094Z] ac30ce77a2b4: Waiting [2023-09-05T00:21:35.094Z] f1b431716324: Waiting [2023-09-05T00:21:35.094Z] d8e12a5606e1: Waiting [2023-09-05T00:21:35.094Z] f64c86cfd141: Waiting [2023-09-05T00:21:35.094Z] 36b50b131297: Waiting [2023-09-05T00:21:35.094Z] 29ea70d98c86: Layer already exists [2023-09-05T00:21:35.094Z] 19f8b2848d00: Layer already exists [2023-09-05T00:21:35.094Z] 1ae151f491f9: Layer already exists [2023-09-05T00:21:35.094Z] 3ff2c6dd7bae: Layer already exists [2023-09-05T00:21:35.094Z] 31e92ce4545e: Layer already exists [2023-09-05T00:21:35.094Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:35.094Z] d8e12a5606e1: Layer already exists [2023-09-05T00:21:35.094Z] f64c86cfd141: Layer already exists [2023-09-05T00:21:35.094Z] f1b431716324: Layer already exists [2023-09-05T00:21:35.094Z] 36b50b131297: Layer already exists [2023-09-05T00:21:35.094Z] latest: digest: sha256:ecbe66598b10d693bfe072c8a40fd9ba4799b1d996172bc3831d76171fee1755 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:35.564Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:36.101Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.1.0-dev.37 [2023-09-05T00:21:36.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-09-05T00:21:38.166Z] 3ff2c6dd7bae: Preparing [2023-09-05T00:21:38.166Z] 19f8b2848d00: Preparing [2023-09-05T00:21:38.166Z] 1ae151f491f9: Preparing [2023-09-05T00:21:38.166Z] 31e92ce4545e: Preparing [2023-09-05T00:21:38.166Z] 29ea70d98c86: Preparing [2023-09-05T00:21:38.166Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:38.166Z] f1b431716324: Preparing [2023-09-05T00:21:38.166Z] d8e12a5606e1: Preparing [2023-09-05T00:21:38.166Z] f64c86cfd141: Preparing [2023-09-05T00:21:38.166Z] 36b50b131297: Preparing [2023-09-05T00:21:38.166Z] d8e12a5606e1: Waiting [2023-09-05T00:21:38.166Z] f64c86cfd141: Waiting [2023-09-05T00:21:38.166Z] 36b50b131297: Waiting [2023-09-05T00:21:38.166Z] f1b431716324: Waiting [2023-09-05T00:21:38.166Z] ac30ce77a2b4: Waiting [2023-09-05T00:21:38.166Z] 1ae151f491f9: Layer already exists [2023-09-05T00:21:38.166Z] 3ff2c6dd7bae: Layer already exists [2023-09-05T00:21:38.166Z] 29ea70d98c86: Layer already exists [2023-09-05T00:21:38.166Z] 19f8b2848d00: Layer already exists [2023-09-05T00:21:38.166Z] 31e92ce4545e: Layer already exists [2023-09-05T00:21:39.422Z] d8e12a5606e1: Layer already exists [2023-09-05T00:21:39.422Z] f1b431716324: Layer already exists [2023-09-05T00:21:39.422Z] 36b50b131297: Layer already exists [2023-09-05T00:21:39.422Z] f64c86cfd141: Layer already exists [2023-09-05T00:21:39.422Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:39.422Z] 3.1.0-dev.37: digest: sha256:ecbe66598b10d693bfe072c8a40fd9ba4799b1d996172bc3831d76171fee1755 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:39.762Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:40.065Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:40.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-09-05T00:21:40.065Z] 3ff2c6dd7bae: Preparing [2023-09-05T00:21:40.065Z] 19f8b2848d00: Preparing [2023-09-05T00:21:40.065Z] 1ae151f491f9: Preparing [2023-09-05T00:21:40.065Z] 31e92ce4545e: Preparing [2023-09-05T00:21:40.065Z] 29ea70d98c86: Preparing [2023-09-05T00:21:40.065Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:40.065Z] f1b431716324: Preparing [2023-09-05T00:21:40.065Z] d8e12a5606e1: Preparing [2023-09-05T00:21:40.065Z] f64c86cfd141: Preparing [2023-09-05T00:21:40.065Z] 36b50b131297: Preparing [2023-09-05T00:21:40.065Z] ac30ce77a2b4: Waiting [2023-09-05T00:21:40.065Z] f1b431716324: Waiting [2023-09-05T00:21:40.065Z] 36b50b131297: Waiting [2023-09-05T00:21:40.065Z] d8e12a5606e1: Waiting [2023-09-05T00:21:40.065Z] f64c86cfd141: Waiting [2023-09-05T00:21:40.065Z] 3ff2c6dd7bae: Layer already exists [2023-09-05T00:21:40.065Z] 31e92ce4545e: Layer already exists [2023-09-05T00:21:40.065Z] 29ea70d98c86: Layer already exists [2023-09-05T00:21:40.065Z] 19f8b2848d00: Layer already exists [2023-09-05T00:21:40.065Z] 1ae151f491f9: Layer already exists [2023-09-05T00:21:40.065Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:40.065Z] 36b50b131297: Layer already exists [2023-09-05T00:21:40.065Z] f64c86cfd141: Layer already exists [2023-09-05T00:21:40.065Z] d8e12a5606e1: Layer already exists [2023-09-05T00:21:40.065Z] f1b431716324: Layer already exists [2023-09-05T00:21:40.065Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:ecbe66598b10d693bfe072c8a40fd9ba4799b1d996172bc3831d76171fee1755 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:40.377Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:40.681Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-09-05T00:21:40.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-09-05T00:21:40.681Z] 3ff2c6dd7bae: Preparing [2023-09-05T00:21:40.681Z] 19f8b2848d00: Preparing [2023-09-05T00:21:40.681Z] 1ae151f491f9: Preparing [2023-09-05T00:21:40.681Z] 31e92ce4545e: Preparing [2023-09-05T00:21:40.681Z] 29ea70d98c86: Preparing [2023-09-05T00:21:40.681Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:40.681Z] f1b431716324: Preparing [2023-09-05T00:21:40.681Z] d8e12a5606e1: Preparing [2023-09-05T00:21:40.681Z] f64c86cfd141: Preparing [2023-09-05T00:21:40.681Z] 36b50b131297: Preparing [2023-09-05T00:21:40.681Z] ac30ce77a2b4: Waiting [2023-09-05T00:21:40.681Z] f1b431716324: Waiting [2023-09-05T00:21:40.681Z] d8e12a5606e1: Waiting [2023-09-05T00:21:40.681Z] f64c86cfd141: Waiting [2023-09-05T00:21:40.681Z] 36b50b131297: Waiting [2023-09-05T00:21:40.681Z] 1ae151f491f9: Layer already exists [2023-09-05T00:21:40.681Z] 31e92ce4545e: Layer already exists [2023-09-05T00:21:40.681Z] 19f8b2848d00: Layer already exists [2023-09-05T00:21:40.681Z] 3ff2c6dd7bae: Layer already exists [2023-09-05T00:21:40.681Z] 29ea70d98c86: Layer already exists [2023-09-05T00:21:40.681Z] f1b431716324: Layer already exists [2023-09-05T00:21:40.681Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:40.681Z] d8e12a5606e1: Layer already exists [2023-09-05T00:21:40.681Z] 36b50b131297: Layer already exists [2023-09-05T00:21:40.681Z] f64c86cfd141: Layer already exists [2023-09-05T00:21:40.681Z] main: digest: sha256:ecbe66598b10d693bfe072c8a40fd9ba4799b1d996172bc3831d76171fee1755 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:21:40.737Z] ===================================================== [Pipeline] echo [2023-09-05T00:21:40.747Z] taggedImages: [2023-09-05T00:21:40.747Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:40.747Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-09-05T00:21:40.747Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.1.0-dev.37 [2023-09-05T00:21:40.747Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:40.747Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-09-05T00:21:40.774Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-09-05T00:21:40.774Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:40.774Z] latest [2023-09-05T00:21:40.774Z] 3.1.0-dev.37 [2023-09-05T00:21:40.774Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:40.774Z] main [2023-09-05T00:21:40.774Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:41.093Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:41.398Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:41.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-09-05T00:21:41.398Z] d5c6b7143fbd: Preparing [2023-09-05T00:21:41.398Z] 2b27d73d258a: Preparing [2023-09-05T00:21:41.398Z] 2d07c0e7f3b8: Preparing [2023-09-05T00:21:41.398Z] 52e5b25f2cbf: Preparing [2023-09-05T00:21:41.398Z] 2662e4067797: Preparing [2023-09-05T00:21:41.398Z] b1a24d876ecd: Preparing [2023-09-05T00:21:41.398Z] 38ec3cc9527a: Preparing [2023-09-05T00:21:41.398Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:41.398Z] f1b431716324: Preparing [2023-09-05T00:21:41.398Z] 3ad431047594: Preparing [2023-09-05T00:21:41.398Z] 36b50b131297: Preparing [2023-09-05T00:21:41.398Z] f1b431716324: Waiting [2023-09-05T00:21:41.398Z] ac30ce77a2b4: Waiting [2023-09-05T00:21:41.398Z] b1a24d876ecd: Waiting [2023-09-05T00:21:41.398Z] 38ec3cc9527a: Waiting [2023-09-05T00:21:41.398Z] 3ad431047594: Waiting [2023-09-05T00:21:41.398Z] 36b50b131297: Waiting [2023-09-05T00:21:41.398Z] 2b27d73d258a: Pushed [2023-09-05T00:21:41.398Z] d5c6b7143fbd: Pushed [2023-09-05T00:21:41.398Z] 2662e4067797: Pushed [2023-09-05T00:21:41.398Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:41.398Z] f1b431716324: Layer already exists [2023-09-05T00:21:41.656Z] b1a24d876ecd: Pushed [2023-09-05T00:21:41.656Z] 36b50b131297: Layer already exists [2023-09-05T00:21:41.656Z] 38ec3cc9527a: Pushed [2023-09-05T00:21:42.590Z] 52e5b25f2cbf: Pushed [2023-09-05T00:21:42.590Z] 3ad431047594: Pushed [2023-09-05T00:21:43.158Z] 2d07c0e7f3b8: Pushed [2023-09-05T00:21:43.158Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:3e27715078900b9d1842c08bf2e01b33a7186e4986e9b0cad1cd22e228d3d463 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:43.531Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:45.336Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-09-05T00:21:45.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-09-05T00:21:45.336Z] d5c6b7143fbd: Preparing [2023-09-05T00:21:45.336Z] 2b27d73d258a: Preparing [2023-09-05T00:21:45.336Z] 2d07c0e7f3b8: Preparing [2023-09-05T00:21:45.336Z] 52e5b25f2cbf: Preparing [2023-09-05T00:21:45.336Z] 2662e4067797: Preparing [2023-09-05T00:21:45.336Z] b1a24d876ecd: Preparing [2023-09-05T00:21:45.336Z] 38ec3cc9527a: Preparing [2023-09-05T00:21:45.336Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:45.336Z] f1b431716324: Preparing [2023-09-05T00:21:45.336Z] 3ad431047594: Preparing [2023-09-05T00:21:45.336Z] 36b50b131297: Preparing [2023-09-05T00:21:45.336Z] b1a24d876ecd: Waiting [2023-09-05T00:21:45.336Z] 38ec3cc9527a: Waiting [2023-09-05T00:21:45.336Z] ac30ce77a2b4: Waiting [2023-09-05T00:21:45.336Z] f1b431716324: Waiting [2023-09-05T00:21:45.336Z] 3ad431047594: Waiting [2023-09-05T00:21:45.336Z] 36b50b131297: Waiting [2023-09-05T00:21:45.596Z] 2d07c0e7f3b8: Layer already exists [2023-09-05T00:21:45.596Z] 2b27d73d258a: Layer already exists [2023-09-05T00:21:45.596Z] 52e5b25f2cbf: Layer already exists [2023-09-05T00:21:45.596Z] d5c6b7143fbd: Layer already exists [2023-09-05T00:21:45.596Z] 2662e4067797: Layer already exists [2023-09-05T00:21:45.596Z] 38ec3cc9527a: Layer already exists [2023-09-05T00:21:45.596Z] b1a24d876ecd: Layer already exists [2023-09-05T00:21:45.596Z] 3ad431047594: Layer already exists [2023-09-05T00:21:45.596Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:45.596Z] f1b431716324: Layer already exists [2023-09-05T00:21:45.596Z] 36b50b131297: Layer already exists [2023-09-05T00:21:45.596Z] latest: digest: sha256:3e27715078900b9d1842c08bf2e01b33a7186e4986e9b0cad1cd22e228d3d463 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:46.278Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:46.590Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.1.0-dev.37 [2023-09-05T00:21:46.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-09-05T00:21:46.590Z] d5c6b7143fbd: Preparing [2023-09-05T00:21:46.590Z] 2b27d73d258a: Preparing [2023-09-05T00:21:46.590Z] 2d07c0e7f3b8: Preparing [2023-09-05T00:21:46.590Z] 52e5b25f2cbf: Preparing [2023-09-05T00:21:46.590Z] 2662e4067797: Preparing [2023-09-05T00:21:46.590Z] b1a24d876ecd: Preparing [2023-09-05T00:21:46.590Z] 38ec3cc9527a: Preparing [2023-09-05T00:21:46.590Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:46.590Z] f1b431716324: Preparing [2023-09-05T00:21:46.590Z] 3ad431047594: Preparing [2023-09-05T00:21:46.590Z] 36b50b131297: Preparing [2023-09-05T00:21:46.590Z] b1a24d876ecd: Waiting [2023-09-05T00:21:46.590Z] f1b431716324: Waiting [2023-09-05T00:21:46.590Z] 38ec3cc9527a: Waiting [2023-09-05T00:21:46.590Z] 3ad431047594: Waiting [2023-09-05T00:21:46.590Z] 52e5b25f2cbf: Layer already exists [2023-09-05T00:21:46.590Z] 2662e4067797: Layer already exists [2023-09-05T00:21:46.590Z] 2b27d73d258a: Layer already exists [2023-09-05T00:21:46.590Z] 2d07c0e7f3b8: Layer already exists [2023-09-05T00:21:46.590Z] d5c6b7143fbd: Layer already exists [2023-09-05T00:21:46.590Z] 38ec3cc9527a: Layer already exists [2023-09-05T00:21:46.590Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:46.590Z] b1a24d876ecd: Layer already exists [2023-09-05T00:21:46.590Z] f1b431716324: Layer already exists [2023-09-05T00:21:46.590Z] 3ad431047594: Layer already exists [2023-09-05T00:21:46.590Z] 36b50b131297: Layer already exists [2023-09-05T00:21:46.590Z] 3.1.0-dev.37: digest: sha256:3e27715078900b9d1842c08bf2e01b33a7186e4986e9b0cad1cd22e228d3d463 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:46.919Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:47.243Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:47.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-09-05T00:21:47.243Z] d5c6b7143fbd: Preparing [2023-09-05T00:21:47.243Z] 2b27d73d258a: Preparing [2023-09-05T00:21:47.243Z] 2d07c0e7f3b8: Preparing [2023-09-05T00:21:47.243Z] 52e5b25f2cbf: Preparing [2023-09-05T00:21:47.243Z] 2662e4067797: Preparing [2023-09-05T00:21:47.243Z] b1a24d876ecd: Preparing [2023-09-05T00:21:47.243Z] 38ec3cc9527a: Preparing [2023-09-05T00:21:47.243Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:47.243Z] f1b431716324: Preparing [2023-09-05T00:21:47.243Z] b1a24d876ecd: Waiting [2023-09-05T00:21:47.243Z] 38ec3cc9527a: Waiting [2023-09-05T00:21:47.243Z] ac30ce77a2b4: Waiting [2023-09-05T00:21:47.243Z] 3ad431047594: Preparing [2023-09-05T00:21:47.243Z] 36b50b131297: Preparing [2023-09-05T00:21:47.243Z] f1b431716324: Waiting [2023-09-05T00:21:47.243Z] 3ad431047594: Waiting [2023-09-05T00:21:47.243Z] 36b50b131297: Waiting [2023-09-05T00:21:47.243Z] 52e5b25f2cbf: Layer already exists [2023-09-05T00:21:47.243Z] 2b27d73d258a: Layer already exists [2023-09-05T00:21:47.243Z] d5c6b7143fbd: Layer already exists [2023-09-05T00:21:47.243Z] 2662e4067797: Layer already exists [2023-09-05T00:21:47.243Z] 2d07c0e7f3b8: Layer already exists [2023-09-05T00:21:47.243Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:47.243Z] b1a24d876ecd: Layer already exists [2023-09-05T00:21:47.243Z] 38ec3cc9527a: Layer already exists [2023-09-05T00:21:47.243Z] 3ad431047594: Layer already exists [2023-09-05T00:21:47.243Z] f1b431716324: Layer already exists [2023-09-05T00:21:47.243Z] 36b50b131297: Layer already exists [2023-09-05T00:21:47.243Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:3e27715078900b9d1842c08bf2e01b33a7186e4986e9b0cad1cd22e228d3d463 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:47.558Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:47.866Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-09-05T00:21:47.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-09-05T00:21:47.866Z] d5c6b7143fbd: Preparing [2023-09-05T00:21:47.866Z] 2b27d73d258a: Preparing [2023-09-05T00:21:47.866Z] 2d07c0e7f3b8: Preparing [2023-09-05T00:21:47.866Z] 52e5b25f2cbf: Preparing [2023-09-05T00:21:47.866Z] 2662e4067797: Preparing [2023-09-05T00:21:47.866Z] b1a24d876ecd: Preparing [2023-09-05T00:21:47.866Z] 38ec3cc9527a: Preparing [2023-09-05T00:21:47.866Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:47.866Z] f1b431716324: Preparing [2023-09-05T00:21:47.866Z] 3ad431047594: Preparing [2023-09-05T00:21:47.866Z] 36b50b131297: Preparing [2023-09-05T00:21:47.866Z] 36b50b131297: Waiting [2023-09-05T00:21:47.866Z] 3ad431047594: Waiting [2023-09-05T00:21:47.866Z] 38ec3cc9527a: Waiting [2023-09-05T00:21:47.866Z] ac30ce77a2b4: Waiting [2023-09-05T00:21:47.866Z] b1a24d876ecd: Waiting [2023-09-05T00:21:47.866Z] 2662e4067797: Layer already exists [2023-09-05T00:21:47.866Z] 2d07c0e7f3b8: Layer already exists [2023-09-05T00:21:47.866Z] d5c6b7143fbd: Layer already exists [2023-09-05T00:21:47.866Z] 52e5b25f2cbf: Layer already exists [2023-09-05T00:21:47.866Z] 2b27d73d258a: Layer already exists [2023-09-05T00:21:47.866Z] b1a24d876ecd: Layer already exists [2023-09-05T00:21:47.866Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:47.866Z] f1b431716324: Layer already exists [2023-09-05T00:21:47.866Z] 38ec3cc9527a: Layer already exists [2023-09-05T00:21:47.866Z] 3ad431047594: Layer already exists [2023-09-05T00:21:47.866Z] 36b50b131297: Layer already exists [2023-09-05T00:21:47.866Z] main: digest: sha256:3e27715078900b9d1842c08bf2e01b33a7186e4986e9b0cad1cd22e228d3d463 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:21:47.911Z] ===================================================== [Pipeline] echo [2023-09-05T00:21:47.918Z] taggedImages: [2023-09-05T00:21:47.918Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:47.918Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-09-05T00:21:47.918Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.1.0-dev.37 [2023-09-05T00:21:47.918Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:47.918Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-09-05T00:21:47.936Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-09-05T00:21:47.936Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:47.936Z] latest [2023-09-05T00:21:47.936Z] 3.1.0-dev.37 [2023-09-05T00:21:47.936Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:47.936Z] main [2023-09-05T00:21:47.936Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:48.268Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:48.575Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:48.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-09-05T00:21:48.575Z] 0634938b823a: Preparing [2023-09-05T00:21:48.575Z] 3b927f11f4cb: Preparing [2023-09-05T00:21:48.575Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:48.575Z] f1b431716324: Preparing [2023-09-05T00:21:48.575Z] b8f860666732: Preparing [2023-09-05T00:21:48.575Z] 36b50b131297: Preparing [2023-09-05T00:21:48.575Z] 36b50b131297: Waiting [2023-09-05T00:21:48.575Z] f1b431716324: Layer already exists [2023-09-05T00:21:48.575Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:48.575Z] 36b50b131297: Layer already exists [2023-09-05T00:21:48.575Z] 0634938b823a: Pushed [2023-09-05T00:21:49.140Z] b8f860666732: Pushed [2023-09-05T00:21:51.045Z] 3b927f11f4cb: Pushed [2023-09-05T00:21:51.046Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:309a17d133c5b1b4f7eeb0fd6bad9cc0ac313ef1f6b7bc691cf43b53cc2b3d34 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:51.361Z] + 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 [2023-09-05T00:21:51.670Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-09-05T00:21:51.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-09-05T00:21:51.670Z] 0634938b823a: Preparing [2023-09-05T00:21:51.670Z] 3b927f11f4cb: Preparing [2023-09-05T00:21:51.670Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:51.670Z] f1b431716324: Preparing [2023-09-05T00:21:51.670Z] b8f860666732: Preparing [2023-09-05T00:21:51.670Z] 36b50b131297: Preparing [2023-09-05T00:21:51.670Z] 36b50b131297: Waiting [2023-09-05T00:21:51.670Z] f1b431716324: Layer already exists [2023-09-05T00:21:51.670Z] 3b927f11f4cb: Layer already exists [2023-09-05T00:21:51.670Z] b8f860666732: Layer already exists [2023-09-05T00:21:51.670Z] 0634938b823a: Layer already exists [2023-09-05T00:21:51.670Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:51.670Z] 36b50b131297: Layer already exists [2023-09-05T00:21:51.670Z] latest: digest: sha256:309a17d133c5b1b4f7eeb0fd6bad9cc0ac313ef1f6b7bc691cf43b53cc2b3d34 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:52.004Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:52.307Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.1.0-dev.37 [2023-09-05T00:21:52.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-09-05T00:21:52.308Z] 0634938b823a: Preparing [2023-09-05T00:21:52.308Z] 3b927f11f4cb: Preparing [2023-09-05T00:21:52.308Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:52.308Z] f1b431716324: Preparing [2023-09-05T00:21:52.308Z] b8f860666732: Preparing [2023-09-05T00:21:52.308Z] 36b50b131297: Preparing [2023-09-05T00:21:52.308Z] 36b50b131297: Waiting [2023-09-05T00:21:52.308Z] 0634938b823a: Layer already exists [2023-09-05T00:21:52.308Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:52.308Z] b8f860666732: Layer already exists [2023-09-05T00:21:52.308Z] 3b927f11f4cb: Layer already exists [2023-09-05T00:21:52.308Z] f1b431716324: Layer already exists [2023-09-05T00:21:52.308Z] 36b50b131297: Layer already exists [2023-09-05T00:21:52.308Z] 3.1.0-dev.37: digest: sha256:309a17d133c5b1b4f7eeb0fd6bad9cc0ac313ef1f6b7bc691cf43b53cc2b3d34 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:52.625Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:52.942Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:52.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-09-05T00:21:52.942Z] 0634938b823a: Preparing [2023-09-05T00:21:52.942Z] 3b927f11f4cb: Preparing [2023-09-05T00:21:52.942Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:52.942Z] f1b431716324: Preparing [2023-09-05T00:21:52.942Z] b8f860666732: Preparing [2023-09-05T00:21:52.942Z] 36b50b131297: Preparing [2023-09-05T00:21:52.942Z] 36b50b131297: Waiting [2023-09-05T00:21:52.942Z] 0634938b823a: Layer already exists [2023-09-05T00:21:52.942Z] 3b927f11f4cb: Layer already exists [2023-09-05T00:21:52.942Z] f1b431716324: Layer already exists [2023-09-05T00:21:52.942Z] b8f860666732: Layer already exists [2023-09-05T00:21:52.942Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:52.942Z] 36b50b131297: Layer already exists [2023-09-05T00:21:52.942Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:309a17d133c5b1b4f7eeb0fd6bad9cc0ac313ef1f6b7bc691cf43b53cc2b3d34 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:53.253Z] + 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 [2023-09-05T00:21:53.558Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-09-05T00:21:53.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-09-05T00:21:53.558Z] 0634938b823a: Preparing [2023-09-05T00:21:53.558Z] 3b927f11f4cb: Preparing [2023-09-05T00:21:53.558Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:53.558Z] f1b431716324: Preparing [2023-09-05T00:21:53.558Z] b8f860666732: Preparing [2023-09-05T00:21:53.558Z] 36b50b131297: Preparing [2023-09-05T00:21:53.558Z] 36b50b131297: Waiting [2023-09-05T00:21:53.558Z] b8f860666732: Layer already exists [2023-09-05T00:21:53.558Z] f1b431716324: Layer already exists [2023-09-05T00:21:53.558Z] 0634938b823a: Layer already exists [2023-09-05T00:21:53.558Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:53.558Z] 3b927f11f4cb: Layer already exists [2023-09-05T00:21:53.558Z] 36b50b131297: Layer already exists [2023-09-05T00:21:53.558Z] main: digest: sha256:309a17d133c5b1b4f7eeb0fd6bad9cc0ac313ef1f6b7bc691cf43b53cc2b3d34 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:21:53.607Z] ===================================================== [Pipeline] echo [2023-09-05T00:21:53.616Z] taggedImages: [2023-09-05T00:21:53.616Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:53.616Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-09-05T00:21:53.616Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.1.0-dev.37 [2023-09-05T00:21:53.616Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:53.616Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-09-05T00:21:53.638Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-09-05T00:21:53.638Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:53.638Z] latest [2023-09-05T00:21:53.638Z] 3.1.0-dev.37 [2023-09-05T00:21:53.638Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:21:53.638Z] main [2023-09-05T00:21:53.638Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:53.960Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:21:54.265Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:21:54.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-09-05T00:21:54.265Z] db435c32bb7c: Preparing [2023-09-05T00:21:54.265Z] 719b8897da32: Preparing [2023-09-05T00:21:54.265Z] 8ab9a609a2a5: Preparing [2023-09-05T00:21:54.265Z] ac30ce77a2b4: Preparing [2023-09-05T00:21:54.265Z] f1b431716324: Preparing [2023-09-05T00:21:54.265Z] 4f3c30ebdf7a: Preparing [2023-09-05T00:21:54.265Z] c3ad9ae826c3: Preparing [2023-09-05T00:21:54.265Z] caccf7ece718: Preparing [2023-09-05T00:21:54.265Z] 36b50b131297: Preparing [2023-09-05T00:21:54.265Z] 4f3c30ebdf7a: Waiting [2023-09-05T00:21:54.265Z] c3ad9ae826c3: Waiting [2023-09-05T00:21:54.265Z] caccf7ece718: Waiting [2023-09-05T00:21:54.265Z] 36b50b131297: Waiting [2023-09-05T00:21:54.265Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:21:54.265Z] f1b431716324: Layer already exists [2023-09-05T00:21:54.265Z] 719b8897da32: Pushed [2023-09-05T00:21:54.265Z] 8ab9a609a2a5: Pushed [2023-09-05T00:21:54.265Z] db435c32bb7c: Pushed [2023-09-05T00:21:54.265Z] 36b50b131297: Layer already exists [2023-09-05T00:21:54.833Z] caccf7ece718: Pushed [2023-09-05T00:22:00.104Z] c3ad9ae826c3: Pushed [2023-09-05T00:22:01.484Z] 4f3c30ebdf7a: Pushed [2023-09-05T00:22:01.743Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:8762c3d14394c5e8fef3545397ded58e7493f66427427abb48ad132d5117e2fe size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:02.059Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:02.375Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-09-05T00:22:02.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-09-05T00:22:02.375Z] db435c32bb7c: Preparing [2023-09-05T00:22:02.375Z] 719b8897da32: Preparing [2023-09-05T00:22:02.375Z] 8ab9a609a2a5: Preparing [2023-09-05T00:22:02.375Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:02.375Z] f1b431716324: Preparing [2023-09-05T00:22:02.375Z] 4f3c30ebdf7a: Preparing [2023-09-05T00:22:02.375Z] c3ad9ae826c3: Preparing [2023-09-05T00:22:02.375Z] caccf7ece718: Preparing [2023-09-05T00:22:02.375Z] 36b50b131297: Preparing [2023-09-05T00:22:02.375Z] 4f3c30ebdf7a: Waiting [2023-09-05T00:22:02.375Z] c3ad9ae826c3: Waiting [2023-09-05T00:22:02.375Z] caccf7ece718: Waiting [2023-09-05T00:22:02.375Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:02.375Z] 8ab9a609a2a5: Layer already exists [2023-09-05T00:22:02.375Z] f1b431716324: Layer already exists [2023-09-05T00:22:02.375Z] db435c32bb7c: Layer already exists [2023-09-05T00:22:02.375Z] 719b8897da32: Layer already exists [2023-09-05T00:22:02.375Z] c3ad9ae826c3: Layer already exists [2023-09-05T00:22:02.375Z] 4f3c30ebdf7a: Layer already exists [2023-09-05T00:22:02.375Z] caccf7ece718: Layer already exists [2023-09-05T00:22:02.375Z] 36b50b131297: Layer already exists [2023-09-05T00:22:02.375Z] latest: digest: sha256:8762c3d14394c5e8fef3545397ded58e7493f66427427abb48ad132d5117e2fe size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:02.688Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:02.999Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.1.0-dev.37 [2023-09-05T00:22:02.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-09-05T00:22:02.999Z] db435c32bb7c: Preparing [2023-09-05T00:22:02.999Z] 719b8897da32: Preparing [2023-09-05T00:22:02.999Z] 8ab9a609a2a5: Preparing [2023-09-05T00:22:02.999Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:02.999Z] f1b431716324: Preparing [2023-09-05T00:22:02.999Z] 4f3c30ebdf7a: Preparing [2023-09-05T00:22:02.999Z] c3ad9ae826c3: Preparing [2023-09-05T00:22:02.999Z] caccf7ece718: Preparing [2023-09-05T00:22:02.999Z] 36b50b131297: Preparing [2023-09-05T00:22:02.999Z] 4f3c30ebdf7a: Waiting [2023-09-05T00:22:02.999Z] c3ad9ae826c3: Waiting [2023-09-05T00:22:02.999Z] caccf7ece718: Waiting [2023-09-05T00:22:02.999Z] 36b50b131297: Waiting [2023-09-05T00:22:02.999Z] 8ab9a609a2a5: Layer already exists [2023-09-05T00:22:02.999Z] db435c32bb7c: Layer already exists [2023-09-05T00:22:02.999Z] f1b431716324: Layer already exists [2023-09-05T00:22:02.999Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:02.999Z] 719b8897da32: Layer already exists [2023-09-05T00:22:02.999Z] 4f3c30ebdf7a: Layer already exists [2023-09-05T00:22:02.999Z] caccf7ece718: Layer already exists [2023-09-05T00:22:02.999Z] c3ad9ae826c3: Layer already exists [2023-09-05T00:22:02.999Z] 36b50b131297: Layer already exists [2023-09-05T00:22:02.999Z] 3.1.0-dev.37: digest: sha256:8762c3d14394c5e8fef3545397ded58e7493f66427427abb48ad132d5117e2fe size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:03.307Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:03.621Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:22:03.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-09-05T00:22:03.621Z] db435c32bb7c: Preparing [2023-09-05T00:22:03.621Z] 719b8897da32: Preparing [2023-09-05T00:22:03.621Z] 8ab9a609a2a5: Preparing [2023-09-05T00:22:03.621Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:03.621Z] f1b431716324: Preparing [2023-09-05T00:22:03.621Z] 4f3c30ebdf7a: Preparing [2023-09-05T00:22:03.621Z] c3ad9ae826c3: Preparing [2023-09-05T00:22:03.621Z] caccf7ece718: Preparing [2023-09-05T00:22:03.621Z] 36b50b131297: Preparing [2023-09-05T00:22:03.621Z] c3ad9ae826c3: Waiting [2023-09-05T00:22:03.621Z] caccf7ece718: Waiting [2023-09-05T00:22:03.621Z] 4f3c30ebdf7a: Waiting [2023-09-05T00:22:03.621Z] 8ab9a609a2a5: Layer already exists [2023-09-05T00:22:03.621Z] 719b8897da32: Layer already exists [2023-09-05T00:22:03.621Z] f1b431716324: Layer already exists [2023-09-05T00:22:03.621Z] db435c32bb7c: Layer already exists [2023-09-05T00:22:03.621Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:03.621Z] 4f3c30ebdf7a: Layer already exists [2023-09-05T00:22:03.621Z] caccf7ece718: Layer already exists [2023-09-05T00:22:03.621Z] 36b50b131297: Layer already exists [2023-09-05T00:22:03.621Z] c3ad9ae826c3: Layer already exists [2023-09-05T00:22:03.621Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:8762c3d14394c5e8fef3545397ded58e7493f66427427abb48ad132d5117e2fe size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:03.946Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:04.255Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-09-05T00:22:04.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-09-05T00:22:04.255Z] db435c32bb7c: Preparing [2023-09-05T00:22:04.255Z] 719b8897da32: Preparing [2023-09-05T00:22:04.255Z] 8ab9a609a2a5: Preparing [2023-09-05T00:22:04.255Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:04.255Z] f1b431716324: Preparing [2023-09-05T00:22:04.255Z] 4f3c30ebdf7a: Preparing [2023-09-05T00:22:04.255Z] c3ad9ae826c3: Preparing [2023-09-05T00:22:04.255Z] caccf7ece718: Preparing [2023-09-05T00:22:04.255Z] 36b50b131297: Preparing [2023-09-05T00:22:04.255Z] 4f3c30ebdf7a: Waiting [2023-09-05T00:22:04.255Z] caccf7ece718: Waiting [2023-09-05T00:22:04.255Z] c3ad9ae826c3: Waiting [2023-09-05T00:22:04.255Z] 36b50b131297: Waiting [2023-09-05T00:22:04.255Z] 8ab9a609a2a5: Layer already exists [2023-09-05T00:22:04.255Z] f1b431716324: Layer already exists [2023-09-05T00:22:04.255Z] 719b8897da32: Layer already exists [2023-09-05T00:22:04.255Z] db435c32bb7c: Layer already exists [2023-09-05T00:22:04.255Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:04.255Z] 4f3c30ebdf7a: Layer already exists [2023-09-05T00:22:04.255Z] c3ad9ae826c3: Layer already exists [2023-09-05T00:22:04.255Z] caccf7ece718: Layer already exists [2023-09-05T00:22:04.255Z] 36b50b131297: Layer already exists [2023-09-05T00:22:04.255Z] main: digest: sha256:8762c3d14394c5e8fef3545397ded58e7493f66427427abb48ad132d5117e2fe size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:22:04.309Z] ===================================================== [Pipeline] echo [2023-09-05T00:22:04.319Z] taggedImages: [2023-09-05T00:22:04.319Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:22:04.319Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-09-05T00:22:04.319Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.1.0-dev.37 [2023-09-05T00:22:04.319Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:22:04.319Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-09-05T00:22:04.346Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-09-05T00:22:04.346Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:22:04.346Z] latest [2023-09-05T00:22:04.346Z] 3.1.0-dev.37 [2023-09-05T00:22:04.346Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:22:04.346Z] main [2023-09-05T00:22:04.346Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:04.770Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:05.083Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:22:05.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-09-05T00:22:05.083Z] e3d7c35a58f2: Preparing [2023-09-05T00:22:05.083Z] d899f06631b1: Preparing [2023-09-05T00:22:05.083Z] c6a625d100d9: Preparing [2023-09-05T00:22:05.083Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:05.083Z] f1b431716324: Preparing [2023-09-05T00:22:05.083Z] d648d0cf5dac: Preparing [2023-09-05T00:22:05.083Z] fce6f0e398ee: Preparing [2023-09-05T00:22:05.083Z] 36b50b131297: Preparing [2023-09-05T00:22:05.083Z] d648d0cf5dac: Waiting [2023-09-05T00:22:05.083Z] fce6f0e398ee: Waiting [2023-09-05T00:22:05.083Z] 36b50b131297: Waiting [2023-09-05T00:22:05.083Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:05.083Z] f1b431716324: Layer already exists [2023-09-05T00:22:05.083Z] c6a625d100d9: Pushed [2023-09-05T00:22:05.083Z] e3d7c35a58f2: Pushed [2023-09-05T00:22:05.083Z] d899f06631b1: Pushed [2023-09-05T00:22:05.083Z] 36b50b131297: Layer already exists [2023-09-05T00:22:05.352Z] fce6f0e398ee: Pushed [2023-09-05T00:22:13.465Z] d648d0cf5dac: Pushed [2023-09-05T00:22:13.465Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:64c5c0aa0b3f1d85ef1398e214137877e2b34b897e3876ddede0d48ceafa308c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:13.790Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:14.096Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-09-05T00:22:14.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-09-05T00:22:14.096Z] e3d7c35a58f2: Preparing [2023-09-05T00:22:14.096Z] d899f06631b1: Preparing [2023-09-05T00:22:14.096Z] c6a625d100d9: Preparing [2023-09-05T00:22:14.096Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:14.096Z] f1b431716324: Preparing [2023-09-05T00:22:14.096Z] d648d0cf5dac: Preparing [2023-09-05T00:22:14.096Z] fce6f0e398ee: Preparing [2023-09-05T00:22:14.096Z] 36b50b131297: Preparing [2023-09-05T00:22:14.096Z] d648d0cf5dac: Waiting [2023-09-05T00:22:14.096Z] 36b50b131297: Waiting [2023-09-05T00:22:14.096Z] fce6f0e398ee: Waiting [2023-09-05T00:22:14.096Z] d899f06631b1: Layer already exists [2023-09-05T00:22:14.096Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:14.096Z] f1b431716324: Layer already exists [2023-09-05T00:22:14.096Z] e3d7c35a58f2: Layer already exists [2023-09-05T00:22:14.096Z] c6a625d100d9: Layer already exists [2023-09-05T00:22:14.096Z] d648d0cf5dac: Layer already exists [2023-09-05T00:22:14.096Z] fce6f0e398ee: Layer already exists [2023-09-05T00:22:14.096Z] 36b50b131297: Layer already exists [2023-09-05T00:22:14.096Z] latest: digest: sha256:64c5c0aa0b3f1d85ef1398e214137877e2b34b897e3876ddede0d48ceafa308c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:14.416Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:14.728Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.1.0-dev.37 [2023-09-05T00:22:14.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-09-05T00:22:14.728Z] e3d7c35a58f2: Preparing [2023-09-05T00:22:14.728Z] d899f06631b1: Preparing [2023-09-05T00:22:14.728Z] c6a625d100d9: Preparing [2023-09-05T00:22:14.728Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:14.728Z] f1b431716324: Preparing [2023-09-05T00:22:14.728Z] d648d0cf5dac: Preparing [2023-09-05T00:22:14.728Z] fce6f0e398ee: Preparing [2023-09-05T00:22:14.728Z] 36b50b131297: Preparing [2023-09-05T00:22:14.728Z] d648d0cf5dac: Waiting [2023-09-05T00:22:14.728Z] fce6f0e398ee: Waiting [2023-09-05T00:22:14.728Z] f1b431716324: Layer already exists [2023-09-05T00:22:14.728Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:14.728Z] e3d7c35a58f2: Layer already exists [2023-09-05T00:22:14.728Z] c6a625d100d9: Layer already exists [2023-09-05T00:22:14.728Z] d899f06631b1: Layer already exists [2023-09-05T00:22:14.728Z] d648d0cf5dac: Layer already exists [2023-09-05T00:22:14.728Z] 36b50b131297: Layer already exists [2023-09-05T00:22:14.728Z] fce6f0e398ee: Layer already exists [2023-09-05T00:22:14.728Z] 3.1.0-dev.37: digest: sha256:64c5c0aa0b3f1d85ef1398e214137877e2b34b897e3876ddede0d48ceafa308c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:15.053Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:15.368Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:22:15.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-09-05T00:22:15.368Z] e3d7c35a58f2: Preparing [2023-09-05T00:22:15.368Z] d899f06631b1: Preparing [2023-09-05T00:22:15.368Z] c6a625d100d9: Preparing [2023-09-05T00:22:15.368Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:15.368Z] f1b431716324: Preparing [2023-09-05T00:22:15.368Z] d648d0cf5dac: Preparing [2023-09-05T00:22:15.368Z] fce6f0e398ee: Preparing [2023-09-05T00:22:15.368Z] 36b50b131297: Preparing [2023-09-05T00:22:15.368Z] d648d0cf5dac: Waiting [2023-09-05T00:22:15.368Z] fce6f0e398ee: Waiting [2023-09-05T00:22:15.368Z] 36b50b131297: Waiting [2023-09-05T00:22:15.368Z] f1b431716324: Layer already exists [2023-09-05T00:22:15.368Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:15.368Z] e3d7c35a58f2: Layer already exists [2023-09-05T00:22:15.368Z] c6a625d100d9: Layer already exists [2023-09-05T00:22:15.368Z] d899f06631b1: Layer already exists [2023-09-05T00:22:15.368Z] d648d0cf5dac: Layer already exists [2023-09-05T00:22:15.368Z] 36b50b131297: Layer already exists [2023-09-05T00:22:15.368Z] fce6f0e398ee: Layer already exists [2023-09-05T00:22:15.368Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:64c5c0aa0b3f1d85ef1398e214137877e2b34b897e3876ddede0d48ceafa308c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:15.683Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:15.989Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-09-05T00:22:15.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-09-05T00:22:15.989Z] e3d7c35a58f2: Preparing [2023-09-05T00:22:15.989Z] d899f06631b1: Preparing [2023-09-05T00:22:15.989Z] c6a625d100d9: Preparing [2023-09-05T00:22:15.989Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:15.989Z] f1b431716324: Preparing [2023-09-05T00:22:15.989Z] d648d0cf5dac: Preparing [2023-09-05T00:22:15.989Z] fce6f0e398ee: Preparing [2023-09-05T00:22:15.989Z] 36b50b131297: Preparing [2023-09-05T00:22:15.989Z] d648d0cf5dac: Waiting [2023-09-05T00:22:15.989Z] fce6f0e398ee: Waiting [2023-09-05T00:22:15.989Z] f1b431716324: Layer already exists [2023-09-05T00:22:15.989Z] d899f06631b1: Layer already exists [2023-09-05T00:22:15.989Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:15.989Z] e3d7c35a58f2: Layer already exists [2023-09-05T00:22:15.989Z] c6a625d100d9: Layer already exists [2023-09-05T00:22:15.989Z] d648d0cf5dac: Layer already exists [2023-09-05T00:22:15.989Z] fce6f0e398ee: Layer already exists [2023-09-05T00:22:15.989Z] 36b50b131297: Layer already exists [2023-09-05T00:22:15.989Z] main: digest: sha256:64c5c0aa0b3f1d85ef1398e214137877e2b34b897e3876ddede0d48ceafa308c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:22:16.035Z] ===================================================== [Pipeline] echo [2023-09-05T00:22:16.046Z] taggedImages: [2023-09-05T00:22:16.046Z] - nexus3.edgexfoundry.org:10004/security-spire-config:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:22:16.046Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-09-05T00:22:16.046Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.1.0-dev.37 [2023-09-05T00:22:16.046Z] - nexus3.edgexfoundry.org:10004/security-spire-config:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:22:16.046Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-09-05T00:22:16.071Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-09-05T00:22:16.071Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:22:16.071Z] latest [2023-09-05T00:22:16.071Z] 3.1.0-dev.37 [2023-09-05T00:22:16.071Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:22:16.071Z] main [2023-09-05T00:22:16.071Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:16.402Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:16.712Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:22:16.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-09-05T00:22:16.712Z] db435c32bb7c: Preparing [2023-09-05T00:22:16.712Z] 6bf647699854: Preparing [2023-09-05T00:22:16.712Z] c373e64d8979: Preparing [2023-09-05T00:22:16.712Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:16.712Z] f1b431716324: Preparing [2023-09-05T00:22:16.712Z] 4f3c30ebdf7a: Preparing [2023-09-05T00:22:16.712Z] caccf7ece718: Preparing [2023-09-05T00:22:16.712Z] 36b50b131297: Preparing [2023-09-05T00:22:16.712Z] 4f3c30ebdf7a: Waiting [2023-09-05T00:22:16.712Z] caccf7ece718: Waiting [2023-09-05T00:22:16.712Z] 36b50b131297: Waiting [2023-09-05T00:22:16.712Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:16.712Z] db435c32bb7c: Layer already exists [2023-09-05T00:22:16.712Z] f1b431716324: Layer already exists [2023-09-05T00:22:16.712Z] 4f3c30ebdf7a: Layer already exists [2023-09-05T00:22:16.712Z] caccf7ece718: Layer already exists [2023-09-05T00:22:16.712Z] 36b50b131297: Layer already exists [2023-09-05T00:22:16.712Z] c373e64d8979: Pushed [2023-09-05T00:22:16.712Z] 6bf647699854: Pushed [2023-09-05T00:22:16.971Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:12c956699294ed100c2349f52d7b64e6f3d84a7ef9ccaf79674a7cd12962d029 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:17.291Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:17.605Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-09-05T00:22:17.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-09-05T00:22:17.605Z] db435c32bb7c: Preparing [2023-09-05T00:22:17.605Z] 6bf647699854: Preparing [2023-09-05T00:22:17.605Z] c373e64d8979: Preparing [2023-09-05T00:22:17.605Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:17.605Z] f1b431716324: Preparing [2023-09-05T00:22:17.605Z] 4f3c30ebdf7a: Preparing [2023-09-05T00:22:17.605Z] caccf7ece718: Preparing [2023-09-05T00:22:17.605Z] 36b50b131297: Preparing [2023-09-05T00:22:17.605Z] 4f3c30ebdf7a: Waiting [2023-09-05T00:22:17.605Z] caccf7ece718: Waiting [2023-09-05T00:22:17.605Z] 36b50b131297: Waiting [2023-09-05T00:22:17.605Z] 6bf647699854: Layer already exists [2023-09-05T00:22:17.605Z] f1b431716324: Layer already exists [2023-09-05T00:22:17.605Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:17.605Z] c373e64d8979: Layer already exists [2023-09-05T00:22:17.605Z] db435c32bb7c: Layer already exists [2023-09-05T00:22:17.605Z] 4f3c30ebdf7a: Layer already exists [2023-09-05T00:22:17.605Z] caccf7ece718: Layer already exists [2023-09-05T00:22:17.605Z] 36b50b131297: Layer already exists [2023-09-05T00:22:17.605Z] latest: digest: sha256:12c956699294ed100c2349f52d7b64e6f3d84a7ef9ccaf79674a7cd12962d029 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:17.921Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:18.230Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.1.0-dev.37 [2023-09-05T00:22:18.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-09-05T00:22:18.230Z] db435c32bb7c: Preparing [2023-09-05T00:22:18.230Z] 6bf647699854: Preparing [2023-09-05T00:22:18.230Z] c373e64d8979: Preparing [2023-09-05T00:22:18.230Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:18.230Z] f1b431716324: Preparing [2023-09-05T00:22:18.230Z] 4f3c30ebdf7a: Preparing [2023-09-05T00:22:18.230Z] caccf7ece718: Preparing [2023-09-05T00:22:18.230Z] 36b50b131297: Preparing [2023-09-05T00:22:18.230Z] caccf7ece718: Waiting [2023-09-05T00:22:18.230Z] 36b50b131297: Waiting [2023-09-05T00:22:18.230Z] 4f3c30ebdf7a: Waiting [2023-09-05T00:22:18.230Z] db435c32bb7c: Layer already exists [2023-09-05T00:22:18.230Z] f1b431716324: Layer already exists [2023-09-05T00:22:18.230Z] c373e64d8979: Layer already exists [2023-09-05T00:22:18.230Z] 6bf647699854: Layer already exists [2023-09-05T00:22:18.230Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:18.230Z] 4f3c30ebdf7a: Layer already exists [2023-09-05T00:22:18.230Z] caccf7ece718: Layer already exists [2023-09-05T00:22:18.230Z] 36b50b131297: Layer already exists [2023-09-05T00:22:18.230Z] 3.1.0-dev.37: digest: sha256:12c956699294ed100c2349f52d7b64e6f3d84a7ef9ccaf79674a7cd12962d029 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:18.538Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:18.850Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:22:18.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-09-05T00:22:18.851Z] db435c32bb7c: Preparing [2023-09-05T00:22:18.851Z] 6bf647699854: Preparing [2023-09-05T00:22:18.851Z] c373e64d8979: Preparing [2023-09-05T00:22:18.851Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:18.851Z] f1b431716324: Preparing [2023-09-05T00:22:18.851Z] 4f3c30ebdf7a: Preparing [2023-09-05T00:22:18.851Z] caccf7ece718: Preparing [2023-09-05T00:22:18.851Z] 36b50b131297: Preparing [2023-09-05T00:22:18.851Z] 36b50b131297: Waiting [2023-09-05T00:22:18.851Z] 4f3c30ebdf7a: Waiting [2023-09-05T00:22:18.851Z] caccf7ece718: Waiting [2023-09-05T00:22:18.851Z] db435c32bb7c: Layer already exists [2023-09-05T00:22:18.851Z] f1b431716324: Layer already exists [2023-09-05T00:22:18.851Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:18.851Z] 6bf647699854: Layer already exists [2023-09-05T00:22:18.851Z] c373e64d8979: Layer already exists [2023-09-05T00:22:18.851Z] 4f3c30ebdf7a: Layer already exists [2023-09-05T00:22:18.851Z] caccf7ece718: Layer already exists [2023-09-05T00:22:18.851Z] 36b50b131297: Layer already exists [2023-09-05T00:22:18.851Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:12c956699294ed100c2349f52d7b64e6f3d84a7ef9ccaf79674a7cd12962d029 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:19.161Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:19.469Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-09-05T00:22:19.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-09-05T00:22:19.469Z] db435c32bb7c: Preparing [2023-09-05T00:22:19.469Z] 6bf647699854: Preparing [2023-09-05T00:22:19.469Z] c373e64d8979: Preparing [2023-09-05T00:22:19.469Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:19.469Z] f1b431716324: Preparing [2023-09-05T00:22:19.469Z] 4f3c30ebdf7a: Preparing [2023-09-05T00:22:19.469Z] caccf7ece718: Preparing [2023-09-05T00:22:19.469Z] 36b50b131297: Preparing [2023-09-05T00:22:19.469Z] 4f3c30ebdf7a: Waiting [2023-09-05T00:22:19.469Z] 36b50b131297: Waiting [2023-09-05T00:22:19.469Z] db435c32bb7c: Layer already exists [2023-09-05T00:22:19.469Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:19.469Z] c373e64d8979: Layer already exists [2023-09-05T00:22:19.469Z] 6bf647699854: Layer already exists [2023-09-05T00:22:19.469Z] f1b431716324: Layer already exists [2023-09-05T00:22:19.469Z] 4f3c30ebdf7a: Layer already exists [2023-09-05T00:22:19.469Z] caccf7ece718: Layer already exists [2023-09-05T00:22:19.469Z] 36b50b131297: Layer already exists [2023-09-05T00:22:19.469Z] main: digest: sha256:12c956699294ed100c2349f52d7b64e6f3d84a7ef9ccaf79674a7cd12962d029 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:22:19.507Z] ===================================================== [Pipeline] echo [2023-09-05T00:22:19.513Z] taggedImages: [2023-09-05T00:22:19.513Z] - nexus3.edgexfoundry.org:10004/security-spire-server:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:22:19.513Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-09-05T00:22:19.513Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.1.0-dev.37 [2023-09-05T00:22:19.513Z] - nexus3.edgexfoundry.org:10004/security-spire-server:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:22:19.513Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-09-05T00:22:19.531Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-09-05T00:22:19.531Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:22:19.531Z] latest [2023-09-05T00:22:19.531Z] 3.1.0-dev.37 [2023-09-05T00:22:19.531Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:22:19.531Z] main [2023-09-05T00:22:19.531Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:19.838Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:20.153Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:22:20.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-09-05T00:22:20.154Z] 4750f33df825: Preparing [2023-09-05T00:22:20.154Z] eb08a37de0ed: Preparing [2023-09-05T00:22:20.154Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:20.154Z] f1b431716324: Preparing [2023-09-05T00:22:20.154Z] 38190a9d67c4: Preparing [2023-09-05T00:22:20.154Z] 36b50b131297: Preparing [2023-09-05T00:22:20.154Z] 36b50b131297: Waiting [2023-09-05T00:22:20.154Z] f1b431716324: Layer already exists [2023-09-05T00:22:20.154Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:20.154Z] 36b50b131297: Layer already exists [2023-09-05T00:22:20.154Z] 4750f33df825: Pushed [2023-09-05T00:22:20.413Z] 38190a9d67c4: Pushed [2023-09-05T00:22:23.703Z] eb08a37de0ed: Pushed [2023-09-05T00:22:23.703Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:7d9f25962c0e9c8623e17933c2fcbc74d18c8ab666be8897bf232a228d817cde size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:24.007Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:24.310Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-09-05T00:22:24.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-09-05T00:22:24.310Z] 4750f33df825: Preparing [2023-09-05T00:22:24.310Z] eb08a37de0ed: Preparing [2023-09-05T00:22:24.310Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:24.310Z] f1b431716324: Preparing [2023-09-05T00:22:24.310Z] 38190a9d67c4: Preparing [2023-09-05T00:22:24.310Z] 36b50b131297: Preparing [2023-09-05T00:22:24.310Z] 36b50b131297: Waiting [2023-09-05T00:22:24.310Z] f1b431716324: Layer already exists [2023-09-05T00:22:24.310Z] eb08a37de0ed: Layer already exists [2023-09-05T00:22:24.310Z] 38190a9d67c4: Layer already exists [2023-09-05T00:22:24.310Z] 4750f33df825: Layer already exists [2023-09-05T00:22:24.310Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:24.310Z] 36b50b131297: Layer already exists [2023-09-05T00:22:24.310Z] latest: digest: sha256:7d9f25962c0e9c8623e17933c2fcbc74d18c8ab666be8897bf232a228d817cde size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:24.614Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:24.919Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.1.0-dev.37 [2023-09-05T00:22:24.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-09-05T00:22:24.919Z] 4750f33df825: Preparing [2023-09-05T00:22:24.919Z] eb08a37de0ed: Preparing [2023-09-05T00:22:24.919Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:24.919Z] f1b431716324: Preparing [2023-09-05T00:22:24.919Z] 38190a9d67c4: Preparing [2023-09-05T00:22:24.919Z] 36b50b131297: Preparing [2023-09-05T00:22:24.919Z] 36b50b131297: Waiting [2023-09-05T00:22:24.919Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:24.919Z] f1b431716324: Layer already exists [2023-09-05T00:22:24.919Z] eb08a37de0ed: Layer already exists [2023-09-05T00:22:24.919Z] 4750f33df825: Layer already exists [2023-09-05T00:22:24.919Z] 38190a9d67c4: Layer already exists [2023-09-05T00:22:24.919Z] 36b50b131297: Layer already exists [2023-09-05T00:22:24.919Z] 3.1.0-dev.37: digest: sha256:7d9f25962c0e9c8623e17933c2fcbc74d18c8ab666be8897bf232a228d817cde size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:25.224Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:25.526Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:22:25.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-09-05T00:22:25.526Z] 4750f33df825: Preparing [2023-09-05T00:22:25.526Z] eb08a37de0ed: Preparing [2023-09-05T00:22:25.526Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:25.526Z] f1b431716324: Preparing [2023-09-05T00:22:25.526Z] 38190a9d67c4: Preparing [2023-09-05T00:22:25.526Z] 36b50b131297: Preparing [2023-09-05T00:22:25.526Z] 36b50b131297: Waiting [2023-09-05T00:22:25.526Z] eb08a37de0ed: Layer already exists [2023-09-05T00:22:25.526Z] 38190a9d67c4: Layer already exists [2023-09-05T00:22:25.526Z] 4750f33df825: Layer already exists [2023-09-05T00:22:25.526Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:25.526Z] f1b431716324: Layer already exists [2023-09-05T00:22:25.526Z] 36b50b131297: Layer already exists [2023-09-05T00:22:25.526Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:7d9f25962c0e9c8623e17933c2fcbc74d18c8ab666be8897bf232a228d817cde size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:25.840Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:26.151Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-09-05T00:22:26.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-09-05T00:22:26.151Z] 4750f33df825: Preparing [2023-09-05T00:22:26.151Z] eb08a37de0ed: Preparing [2023-09-05T00:22:26.151Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:26.151Z] f1b431716324: Preparing [2023-09-05T00:22:26.151Z] 38190a9d67c4: Preparing [2023-09-05T00:22:26.151Z] 36b50b131297: Preparing [2023-09-05T00:22:26.151Z] 36b50b131297: Waiting [2023-09-05T00:22:26.151Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:26.151Z] f1b431716324: Layer already exists [2023-09-05T00:22:26.151Z] eb08a37de0ed: Layer already exists [2023-09-05T00:22:26.151Z] 4750f33df825: Layer already exists [2023-09-05T00:22:26.151Z] 38190a9d67c4: Layer already exists [2023-09-05T00:22:26.151Z] 36b50b131297: Layer already exists [2023-09-05T00:22:26.151Z] main: digest: sha256:7d9f25962c0e9c8623e17933c2fcbc74d18c8ab666be8897bf232a228d817cde size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:22:26.201Z] ===================================================== [Pipeline] echo [2023-09-05T00:22:26.209Z] taggedImages: [2023-09-05T00:22:26.209Z] - nexus3.edgexfoundry.org:10004/support-notifications:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:22:26.209Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-09-05T00:22:26.209Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.1.0-dev.37 [2023-09-05T00:22:26.209Z] - nexus3.edgexfoundry.org:10004/support-notifications:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:22:26.209Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-09-05T00:22:26.237Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-09-05T00:22:26.237Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:22:26.237Z] latest [2023-09-05T00:22:26.237Z] 3.1.0-dev.37 [2023-09-05T00:22:26.237Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:22:26.237Z] main [2023-09-05T00:22:26.237Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:26.552Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:26.857Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:22:26.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-09-05T00:22:26.857Z] 840e9b546c5a: Preparing [2023-09-05T00:22:26.857Z] 7ef381314d6f: Preparing [2023-09-05T00:22:26.857Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:26.857Z] f1b431716324: Preparing [2023-09-05T00:22:26.857Z] d58ebffcdd2a: Preparing [2023-09-05T00:22:26.857Z] 36b50b131297: Preparing [2023-09-05T00:22:26.857Z] 36b50b131297: Waiting [2023-09-05T00:22:26.857Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:26.857Z] f1b431716324: Layer already exists [2023-09-05T00:22:26.857Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:22:26.857Z] 36b50b131297: Layer already exists [2023-09-05T00:22:26.857Z] 840e9b546c5a: Pushed [2023-09-05T00:22:30.141Z] 7ef381314d6f: Pushed [2023-09-05T00:22:30.141Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:713a322265722a81a4bc7826d0bdd0201cbc9fdabd94e52f969a71ef110d22e8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:30.449Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:30.754Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-09-05T00:22:30.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-09-05T00:22:30.754Z] 840e9b546c5a: Preparing [2023-09-05T00:22:30.754Z] 7ef381314d6f: Preparing [2023-09-05T00:22:30.754Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:30.754Z] f1b431716324: Preparing [2023-09-05T00:22:30.754Z] d58ebffcdd2a: Preparing [2023-09-05T00:22:30.754Z] 36b50b131297: Preparing [2023-09-05T00:22:30.754Z] 36b50b131297: Waiting [2023-09-05T00:22:30.754Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:30.754Z] 7ef381314d6f: Layer already exists [2023-09-05T00:22:30.754Z] f1b431716324: Layer already exists [2023-09-05T00:22:30.754Z] 840e9b546c5a: Layer already exists [2023-09-05T00:22:30.754Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:22:30.754Z] 36b50b131297: Layer already exists [2023-09-05T00:22:30.754Z] latest: digest: sha256:713a322265722a81a4bc7826d0bdd0201cbc9fdabd94e52f969a71ef110d22e8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:31.065Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:31.438Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.1.0-dev.37 [2023-09-05T00:22:31.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-09-05T00:22:31.438Z] 840e9b546c5a: Preparing [2023-09-05T00:22:31.438Z] 7ef381314d6f: Preparing [2023-09-05T00:22:31.438Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:31.438Z] f1b431716324: Preparing [2023-09-05T00:22:31.438Z] d58ebffcdd2a: Preparing [2023-09-05T00:22:31.438Z] 36b50b131297: Preparing [2023-09-05T00:22:31.438Z] 36b50b131297: Waiting [2023-09-05T00:22:31.438Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:22:31.438Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:31.438Z] 7ef381314d6f: Layer already exists [2023-09-05T00:22:31.438Z] f1b431716324: Layer already exists [2023-09-05T00:22:31.438Z] 840e9b546c5a: Layer already exists [2023-09-05T00:22:31.438Z] 36b50b131297: Layer already exists [2023-09-05T00:22:31.438Z] 3.1.0-dev.37: digest: sha256:713a322265722a81a4bc7826d0bdd0201cbc9fdabd94e52f969a71ef110d22e8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:31.805Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:32.204Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:22:32.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-09-05T00:22:32.205Z] 840e9b546c5a: Preparing [2023-09-05T00:22:32.205Z] 7ef381314d6f: Preparing [2023-09-05T00:22:32.205Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:32.205Z] f1b431716324: Preparing [2023-09-05T00:22:32.205Z] d58ebffcdd2a: Preparing [2023-09-05T00:22:32.205Z] 36b50b131297: Preparing [2023-09-05T00:22:32.205Z] 36b50b131297: Waiting [2023-09-05T00:22:32.205Z] 7ef381314d6f: Layer already exists [2023-09-05T00:22:32.205Z] 840e9b546c5a: Layer already exists [2023-09-05T00:22:32.205Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:32.205Z] f1b431716324: Layer already exists [2023-09-05T00:22:32.205Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:22:32.205Z] 36b50b131297: Layer already exists [2023-09-05T00:22:32.205Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:713a322265722a81a4bc7826d0bdd0201cbc9fdabd94e52f969a71ef110d22e8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:32.512Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:22:32.817Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-09-05T00:22:32.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-09-05T00:22:32.817Z] 840e9b546c5a: Preparing [2023-09-05T00:22:32.817Z] 7ef381314d6f: Preparing [2023-09-05T00:22:32.817Z] ac30ce77a2b4: Preparing [2023-09-05T00:22:32.818Z] f1b431716324: Preparing [2023-09-05T00:22:32.818Z] d58ebffcdd2a: Preparing [2023-09-05T00:22:32.818Z] 36b50b131297: Preparing [2023-09-05T00:22:32.818Z] 36b50b131297: Waiting [2023-09-05T00:22:32.818Z] d58ebffcdd2a: Layer already exists [2023-09-05T00:22:32.818Z] 840e9b546c5a: Layer already exists [2023-09-05T00:22:32.818Z] f1b431716324: Layer already exists [2023-09-05T00:22:32.818Z] ac30ce77a2b4: Layer already exists [2023-09-05T00:22:32.818Z] 7ef381314d6f: Layer already exists [2023-09-05T00:22:32.818Z] 36b50b131297: Layer already exists [2023-09-05T00:22:32.818Z] main: digest: sha256:713a322265722a81a4bc7826d0bdd0201cbc9fdabd94e52f969a71ef110d22e8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:22:32.871Z] ===================================================== [Pipeline] echo [2023-09-05T00:22:32.880Z] taggedImages: [2023-09-05T00:22:32.880Z] - nexus3.edgexfoundry.org:10004/support-scheduler:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:22:32.880Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-09-05T00:22:32.880Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.1.0-dev.37 [2023-09-05T00:22:32.880Z] - nexus3.edgexfoundry.org:10004/support-scheduler:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:22:32.880Z] - 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] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-09-05T00:35:36.798Z] #122 ... [2023-09-05T00:35:36.798Z] [2023-09-05T00:35:36.798Z] #123 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-05T00:35:36.798Z] #123 961.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-05T00:35:36.798Z] #123 ... [2023-09-05T00:35:36.798Z] [2023-09-05T00:35:36.798Z] #126 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-05T00:35:36.798Z] #126 DONE 965.5s [2023-09-05T00:35:36.798Z] [2023-09-05T00:35:36.798Z] #128 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-05T00:35:36.798Z] #128 ... [2023-09-05T00:35:36.798Z] [2023-09-05T00:35:36.798Z] #132 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:35:36.798Z] #132 DONE 0.2s [2023-09-05T00:35:36.798Z] [2023-09-05T00:35:36.798Z] #133 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:35:36.798Z] #133 DONE 0.1s [2023-09-05T00:35:36.798Z] [2023-09-05T00:35:36.798Z] #134 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-09-05T00:35:36.798Z] #134 DONE 0.2s [2023-09-05T00:35:36.798Z] [2023-09-05T00:35:36.798Z] #135 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-09-05T00:35:36.798Z] #135 DONE 0.1s [2023-09-05T00:35:36.798Z] [2023-09-05T00:35:36.798Z] #136 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-09-05T00:35:36.798Z] #136 DONE 0.3s [2023-09-05T00:35:36.798Z] [2023-09-05T00:35:36.798Z] #137 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-09-05T00:35:36.798Z] #137 DONE 0.2s [2023-09-05T00:35:36.798Z] [2023-09-05T00:35:36.798Z] #138 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T00:35:36.798Z] #138 DONE 2.0s [2023-09-05T00:35:36.798Z] [2023-09-05T00:35:36.798Z] #91 [security-proxy-setup] exporting to image [2023-09-05T00:35:36.798Z] #91 exporting layers [2023-09-05T00:35:37.382Z] #91 exporting layers 0.9s done [2023-09-05T00:35:37.382Z] #91 writing image sha256:88cdf0db2df94ae434db312e8af689bd20da24b0c3db1c067c8bdcdea1f23cef done [2023-09-05T00:35:37.382Z] #91 naming to docker.io/library/security-proxy-setup-arm64 done [2023-09-05T00:35:37.382Z] #91 DONE 4.1s [2023-09-05T00:35:37.382Z] [2023-09-05T00:35:37.382Z] #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-05T00:35:52.374Z] #124 ... [2023-09-05T00:35:52.374Z] [2023-09-05T00:35:52.374Z] #128 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-05T00:35:52.374Z] #128 DONE 983.6s [2023-09-05T00:35:52.374Z] [2023-09-05T00:35:52.374Z] #139 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-09-05T00:35:52.374Z] #139 DONE 0.4s [2023-09-05T00:35:52.374Z] [2023-09-05T00:35:52.374Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:35:52.374Z] #49 ... [2023-09-05T00:35:52.374Z] [2023-09-05T00:35:52.374Z] #140 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-05T00:35:52.964Z] #140 ... [2023-09-05T00:35:52.964Z] [2023-09-05T00:35:52.964Z] #123 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-05T00:35:52.964Z] #123 DONE 985.3s [2023-09-05T00:35:52.964Z] [2023-09-05T00:35:52.964Z] #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-05T00:35:53.920Z] #131 ... [2023-09-05T00:35:53.920Z] [2023-09-05T00:35:53.921Z] #141 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:35:54.186Z] #141 DONE 0.2s [2023-09-05T00:35:54.186Z] [2023-09-05T00:35:54.186Z] #142 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:35:54.186Z] #142 DONE 0.3s [2023-09-05T00:35:54.186Z] [2023-09-05T00:35:54.186Z] #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-05T00:35:54.454Z] #124 ... [2023-09-05T00:35:54.454Z] [2023-09-05T00:35:54.454Z] #143 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-09-05T00:35:54.763Z] #143 DONE 0.2s [2023-09-05T00:35:54.763Z] [2023-09-05T00:35:54.763Z] #144 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-09-05T00:35:54.763Z] #144 ... [2023-09-05T00:35:54.763Z] [2023-09-05T00:35:54.763Z] #140 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-05T00:35:54.763Z] #140 DONE 3.0s [2023-09-05T00:35:55.029Z] [2023-09-05T00:35:55.029Z] #144 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-09-05T00:35:55.029Z] #144 DONE 0.3s [2023-09-05T00:35:55.029Z] [2023-09-05T00:35:55.029Z] #145 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:35:55.295Z] #145 DONE 0.5s [2023-09-05T00:35:55.295Z] [2023-09-05T00:35:55.295Z] #146 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-09-05T00:35:55.562Z] #146 ... [2023-09-05T00:35:55.562Z] [2023-09-05T00:35:55.562Z] #147 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:35:55.562Z] #147 DONE 0.6s [2023-09-05T00:35:55.562Z] [2023-09-05T00:35:55.562Z] #148 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:35:55.562Z] #148 DONE 0.3s [2023-09-05T00:35:55.562Z] [2023-09-05T00:35:55.562Z] #129 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-05T00:35:55.828Z] #129 ... [2023-09-05T00:35:55.828Z] [2023-09-05T00:35:55.828Z] #149 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-09-05T00:35:56.095Z] #149 ... [2023-09-05T00:35:56.095Z] [2023-09-05T00:35:56.095Z] #146 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-09-05T00:35:56.095Z] #146 DONE 0.6s [2023-09-05T00:35:56.360Z] [2023-09-05T00:35:56.360Z] #149 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-09-05T00:35:56.360Z] #149 DONE 0.5s [2023-09-05T00:35:56.360Z] [2023-09-05T00:35:56.360Z] #150 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-09-05T00:35:56.360Z] #150 ... [2023-09-05T00:35:56.360Z] [2023-09-05T00:35:56.360Z] #151 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-09-05T00:35:56.360Z] #151 DONE 0.5s [2023-09-05T00:35:56.626Z] [2023-09-05T00:35:56.626Z] #150 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-09-05T00:35:56.626Z] #150 DONE 0.4s [2023-09-05T00:35:56.626Z] [2023-09-05T00:35:56.626Z] #152 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-09-05T00:35:56.892Z] #152 DONE 0.3s [2023-09-05T00:35:56.892Z] [2023-09-05T00:35:56.892Z] #153 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-09-05T00:35:56.893Z] #153 DONE 0.3s [2023-09-05T00:35:56.893Z] [2023-09-05T00:35:56.893Z] #154 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T00:35:57.158Z] #154 ... [2023-09-05T00:35:57.158Z] [2023-09-05T00:35:57.158Z] #155 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-09-05T00:35:57.158Z] #155 DONE 0.4s [2023-09-05T00:35:57.483Z] [2023-09-05T00:35:57.483Z] #156 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-09-05T00:35:57.748Z] #156 DONE 0.5s [2023-09-05T00:35:57.748Z] [2023-09-05T00:35:57.748Z] #157 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-09-05T00:35:58.028Z] #157 DONE 0.3s [2023-09-05T00:35:58.028Z] [2023-09-05T00:35:58.028Z] #127 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-05T00:35:58.028Z] #127 ... [2023-09-05T00:35:58.028Z] [2023-09-05T00:35:58.028Z] #158 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-05T00:35:59.975Z] #158 ... [2023-09-05T00:35:59.975Z] [2023-09-05T00:35:59.975Z] #127 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-05T00:35:59.975Z] #127 DONE 992.3s [2023-09-05T00:35:59.975Z] [2023-09-05T00:35:59.975Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:36:00.283Z] #49 ... [2023-09-05T00:36:00.283Z] [2023-09-05T00:36:00.283Z] #154 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T00:36:00.283Z] #154 DONE 3.3s [2023-09-05T00:36:00.283Z] [2023-09-05T00:36:00.283Z] #91 [security-secretstore-setup] exporting to image [2023-09-05T00:36:00.283Z] #91 exporting layers [2023-09-05T00:36:01.247Z] #91 ... [2023-09-05T00:36:01.247Z] [2023-09-05T00:36:01.247Z] #158 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-05T00:36:01.247Z] #158 DONE 3.2s [2023-09-05T00:36:01.247Z] [2023-09-05T00:36:01.247Z] #91 [security-bootstrapper] exporting to image [2023-09-05T00:36:02.762Z] #91 ... [2023-09-05T00:36:02.762Z] [2023-09-05T00:36:02.762Z] #159 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:36:02.762Z] #159 DONE 0.6s [2023-09-05T00:36:02.762Z] [2023-09-05T00:36:02.762Z] #160 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:36:02.762Z] #160 DONE 0.2s [2023-09-05T00:36:02.762Z] [2023-09-05T00:36:02.762Z] #161 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-09-05T00:36:03.029Z] #161 DONE 0.5s [2023-09-05T00:36:03.029Z] [2023-09-05T00:36:03.029Z] #162 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:36:03.620Z] #162 DONE 0.3s [2023-09-05T00:36:03.620Z] [2023-09-05T00:36:03.620Z] #91 [security-secretstore-setup] exporting to image [2023-09-05T00:36:03.620Z] #91 exporting layers 3.3s done [2023-09-05T00:36:03.620Z] #91 writing image sha256:82901d9262d313aea65928feb44bb36c8cc968141683c12417f2d204a86f944c 0.1s done [2023-09-05T00:36:03.620Z] #91 naming to docker.io/library/security-bootstrapper-arm64 0.1s done [2023-09-05T00:36:03.620Z] #91 writing image sha256:35154465f76788e6912db7059e9057d9bcc302de4e02eb07f3168d64f754e0a7 done [2023-09-05T00:36:03.620Z] #91 naming to docker.io/library/security-secretstore-setup-arm64 done [2023-09-05T00:36:03.620Z] #91 DONE 7.5s [2023-09-05T00:36:03.620Z] [2023-09-05T00:36:03.620Z] #163 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-09-05T00:36:03.889Z] #163 DONE 0.2s [2023-09-05T00:36:03.889Z] [2023-09-05T00:36:03.889Z] #164 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T00:36:05.868Z] #164 DONE 1.8s [2023-09-05T00:36:05.868Z] [2023-09-05T00:36:05.868Z] #91 [security-proxy-auth] exporting to image [2023-09-05T00:36:06.135Z] #91 exporting layers 0.5s done [2023-09-05T00:36:06.135Z] #91 writing image sha256:a5230e66a50678be9db54f4e5732afe2583ab9d049e30ddbfe9e21fad004f5de done [2023-09-05T00:36:06.135Z] #91 naming to docker.io/library/security-proxy-auth-arm64 done [2023-09-05T00:36:06.135Z] #91 DONE 8.0s [2023-09-05T00:36:06.135Z] [2023-09-05T00:36:06.135Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:36:21.104Z] #49 ... [2023-09-05T00:36:21.104Z] [2023-09-05T00:36:21.104Z] #125 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-05T00:36:21.104Z] #125 DONE 1012.1s [2023-09-05T00:36:21.104Z] [2023-09-05T00:36:21.104Z] #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T00:36:21.104Z] #122 ... [2023-09-05T00:36:21.104Z] [2023-09-05T00:36:21.104Z] #165 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:36:21.104Z] #165 DONE 0.2s [2023-09-05T00:36:21.104Z] [2023-09-05T00:36:21.104Z] #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-05T00:36:21.104Z] #120 ... [2023-09-05T00:36:21.104Z] [2023-09-05T00:36:21.104Z] #166 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:36:21.104Z] #166 DONE 0.2s [2023-09-05T00:36:21.104Z] [2023-09-05T00:36:21.104Z] #167 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-09-05T00:36:21.104Z] #167 DONE 0.2s [2023-09-05T00:36:21.104Z] [2023-09-05T00:36:21.104Z] #168 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:36:21.104Z] #168 DONE 0.2s [2023-09-05T00:36:21.104Z] [2023-09-05T00:36:21.104Z] #169 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-09-05T00:36:21.104Z] #169 DONE 0.1s [2023-09-05T00:36:21.104Z] [2023-09-05T00:36:21.104Z] #170 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T00:36:23.115Z] #170 DONE 1.9s [2023-09-05T00:36:23.115Z] [2023-09-05T00:36:23.115Z] #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-05T00:36:23.115Z] #120 ... [2023-09-05T00:36:23.115Z] [2023-09-05T00:36:23.115Z] #91 [core-common-config-bootstrapper] exporting to image [2023-09-05T00:36:23.115Z] #91 exporting layers [2023-09-05T00:36:23.698Z] #91 exporting layers 0.6s done [2023-09-05T00:36:23.699Z] #91 writing image sha256:892ea659a78e58b9340365df1e7b7f2b1cd93cffe6e8a40c97d87aa358ab49af done [2023-09-05T00:36:23.699Z] #91 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2023-09-05T00:36:23.699Z] #91 DONE 8.6s [2023-09-05T00:36:23.699Z] [2023-09-05T00:36:23.699Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-05T00:37:10.503Z] #130 ... [2023-09-05T00:37:10.503Z] [2023-09-05T00:37:10.503Z] #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-05T00:37:10.503Z] #124 DONE 1060.1s [2023-09-05T00:37:10.503Z] [2023-09-05T00:37:10.503Z] #171 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:37:10.503Z] #171 DONE 0.3s [2023-09-05T00:37:10.503Z] [2023-09-05T00:37:10.503Z] #129 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-05T00:37:10.503Z] #129 ... [2023-09-05T00:37:10.503Z] [2023-09-05T00:37:10.503Z] #172 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:37:10.503Z] #172 DONE 0.1s [2023-09-05T00:37:10.503Z] [2023-09-05T00:37:10.503Z] #173 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-09-05T00:37:10.503Z] #173 DONE 0.3s [2023-09-05T00:37:10.503Z] [2023-09-05T00:37:10.503Z] #174 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:37:10.503Z] #174 DONE 0.1s [2023-09-05T00:37:10.503Z] [2023-09-05T00:37:10.503Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:37:10.503Z] #49 ... [2023-09-05T00:37:10.503Z] [2023-09-05T00:37:10.503Z] #91 [core-command] exporting to image [2023-09-05T00:37:10.503Z] #91 exporting layers [2023-09-05T00:37:10.503Z] #91 exporting layers 0.2s done [2023-09-05T00:37:10.503Z] #91 writing image sha256:b25ad35296450a598343af029b438e3541292ab39083ca60bbcb174a819b4ebf done [2023-09-05T00:37:10.503Z] #91 naming to docker.io/library/core-command-arm64 done [2023-09-05T00:37:10.503Z] #91 DONE 8.8s [2023-09-05T00:37:10.503Z] [2023-09-05T00:37:10.503Z] #129 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-05T00:37:15.832Z] #129 ... [2023-09-05T00:37:15.832Z] [2023-09-05T00:37:15.832Z] #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-05T00:37:15.832Z] #131 DONE 1068.0s [2023-09-05T00:37:15.832Z] [2023-09-05T00:37:15.832Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:37:16.115Z] #49 ... [2023-09-05T00:37:16.115Z] [2023-09-05T00:37:16.115Z] #175 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:37:16.381Z] #175 DONE 0.2s [2023-09-05T00:37:16.381Z] [2023-09-05T00:37:16.381Z] #176 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:37:16.655Z] #176 DONE 0.1s [2023-09-05T00:37:16.655Z] [2023-09-05T00:37:16.655Z] #177 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-09-05T00:37:16.930Z] #177 DONE 0.3s [2023-09-05T00:37:16.930Z] [2023-09-05T00:37:16.930Z] #178 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:37:16.930Z] #178 DONE 0.1s [2023-09-05T00:37:16.930Z] [2023-09-05T00:37:16.930Z] #91 [core-data] exporting to image [2023-09-05T00:37:16.930Z] #91 exporting layers [2023-09-05T00:37:17.511Z] #91 exporting layers 0.3s done [2023-09-05T00:37:17.511Z] #91 writing image sha256:ea55e8e69eac01e97694e4feb826fd9fbdc0a02b9ef8f6e6d6d8ccb94aedd141 done [2023-09-05T00:37:17.511Z] #91 naming to docker.io/library/core-data-arm64 done [2023-09-05T00:37:17.511Z] #91 DONE 9.2s [2023-09-05T00:37:17.511Z] [2023-09-05T00:37:17.511Z] #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T00:37:17.778Z] #122 ... [2023-09-05T00:37:17.778Z] [2023-09-05T00:37:17.778Z] #129 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-05T00:37:17.778Z] #129 DONE 1070.3s [2023-09-05T00:37:18.052Z] [2023-09-05T00:37:18.052Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-05T00:37:18.329Z] #130 ... [2023-09-05T00:37:18.329Z] [2023-09-05T00:37:18.329Z] #179 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:37:18.329Z] #179 DONE 0.2s [2023-09-05T00:37:18.329Z] [2023-09-05T00:37:18.329Z] #180 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:37:18.598Z] #180 DONE 0.1s [2023-09-05T00:37:18.599Z] [2023-09-05T00:37:18.599Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:37:18.599Z] #49 ... [2023-09-05T00:37:18.599Z] [2023-09-05T00:37:18.599Z] #181 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-09-05T00:37:18.875Z] #181 DONE 0.3s [2023-09-05T00:37:18.875Z] [2023-09-05T00:37:18.875Z] #182 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:37:19.142Z] #182 DONE 0.2s [2023-09-05T00:37:19.142Z] [2023-09-05T00:37:19.142Z] #183 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-09-05T00:37:19.409Z] #183 DONE 0.1s [2023-09-05T00:37:19.409Z] [2023-09-05T00:37:19.409Z] #91 [core-metadata] exporting to image [2023-09-05T00:37:19.676Z] #91 exporting layers 0.3s done [2023-09-05T00:37:19.676Z] #91 writing image sha256:e9136cbf43c740787b840543753a531a0e78c43207eef0fa0b0d31f7cb7ced62 done [2023-09-05T00:37:19.676Z] #91 naming to docker.io/library/core-metadata-arm64 done [2023-09-05T00:37:19.676Z] #91 DONE 9.5s [2023-09-05T00:37:19.676Z] [2023-09-05T00:37:19.676Z] #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-05T00:37:46.370Z] #120 ... [2023-09-05T00:37:46.370Z] [2023-09-05T00:37:46.370Z] #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T00:37:46.370Z] #122 DONE 1098.5s [2023-09-05T00:37:46.370Z] [2023-09-05T00:37:46.370Z] #184 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:37:46.638Z] #184 DONE 0.2s [2023-09-05T00:37:46.638Z] [2023-09-05T00:37:46.638Z] #185 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:37:46.638Z] #185 DONE 0.1s [2023-09-05T00:37:46.638Z] [2023-09-05T00:37:46.638Z] #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-05T00:37:46.923Z] #120 ... [2023-09-05T00:37:46.923Z] [2023-09-05T00:37:46.923Z] #186 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-05T00:37:47.190Z] #186 DONE 0.4s [2023-09-05T00:37:47.190Z] [2023-09-05T00:37:47.190Z] #187 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:37:47.456Z] #187 DONE 0.1s [2023-09-05T00:37:47.457Z] [2023-09-05T00:37:47.457Z] #91 [security-spiffe-token-provider] exporting to image [2023-09-05T00:37:47.457Z] #91 exporting layers [2023-09-05T00:37:48.037Z] #91 exporting layers 0.6s done [2023-09-05T00:37:48.037Z] #91 writing image sha256:57a1f93c6c3c974708eb3f5cdaef01590e0bbcb4752ccf1a4f770485ea5c8bfe done [2023-09-05T00:37:48.037Z] #91 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-09-05T00:37:48.037Z] #91 DONE 10.1s [2023-09-05T00:37:48.037Z] [2023-09-05T00:37:48.037Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:38:14.711Z] #49 ... [2023-09-05T00:38:14.711Z] [2023-09-05T00:38:14.711Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-05T00:38:14.711Z] #130 DONE 1126.8s [2023-09-05T00:38:14.711Z] [2023-09-05T00:38:14.711Z] #188 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:38:14.711Z] #188 DONE 0.1s [2023-09-05T00:38:14.711Z] [2023-09-05T00:38:14.711Z] #189 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:38:14.977Z] #189 DONE 0.1s [2023-09-05T00:38:14.977Z] [2023-09-05T00:38:14.977Z] #190 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-09-05T00:38:15.245Z] #190 DONE 0.4s [2023-09-05T00:38:15.245Z] [2023-09-05T00:38:15.245Z] #191 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:38:15.511Z] #191 DONE 0.1s [2023-09-05T00:38:15.511Z] [2023-09-05T00:38:15.511Z] #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-05T00:38:15.511Z] #120 DONE 1127.9s [2023-09-05T00:38:15.511Z] [2023-09-05T00:38:15.511Z] #91 [support-scheduler] exporting to image [2023-09-05T00:38:15.511Z] #91 exporting layers [2023-09-05T00:38:15.787Z] #91 exporting layers 0.4s done [2023-09-05T00:38:15.787Z] #91 writing image sha256:69d6590e6d1f300e6c95884b29d8c2f2107665f45d34e30e2b36851f3c7b8c5b done [2023-09-05T00:38:15.787Z] #91 naming to docker.io/library/support-scheduler-arm64 done [2023-09-05T00:38:15.787Z] #91 DONE 10.5s [2023-09-05T00:38:15.787Z] [2023-09-05T00:38:15.787Z] #192 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T00:38:15.787Z] #192 DONE 0.1s [2023-09-05T00:38:15.787Z] [2023-09-05T00:38:15.787Z] #193 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-05T00:38:16.053Z] #193 DONE 0.1s [2023-09-05T00:38:16.053Z] [2023-09-05T00:38:16.053Z] #194 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-09-05T00:38:16.318Z] #194 DONE 0.3s [2023-09-05T00:38:16.318Z] [2023-09-05T00:38:16.318Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:38:16.318Z] #49 ... [2023-09-05T00:38:16.318Z] [2023-09-05T00:38:16.318Z] #195 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-09-05T00:38:16.318Z] #195 DONE 0.1s [2023-09-05T00:38:16.318Z] [2023-09-05T00:38:16.318Z] #91 [support-notifications] exporting to image [2023-09-05T00:38:16.897Z] #91 exporting layers 0.4s done [2023-09-05T00:38:16.897Z] #91 writing image sha256:669e9bad47f5a9fff65d3daa4aa5c894b1667c04f5cf6db6e437e0bbe13eb1d7 done [2023-09-05T00:38:16.897Z] #91 naming to docker.io/library/support-notifications-arm64 done [2023-09-05T00:38:16.897Z] #91 DONE 10.9s [2023-09-05T00:38:16.897Z] [2023-09-05T00:38:16.897Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T00:38:16.897Z] time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:38:16.897Z] time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:38:16.897Z] time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:38:16.897Z] time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:38:16.898Z] time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:38:16.898Z] time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:38:16.898Z] time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:38:16.898Z] time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:38:16.898Z] time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:38:16.898Z] time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:38:16.898Z] time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:38:16.898Z] time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:38:16.898Z] time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T00:38:16.898Z] time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-09-05T00:38:16.931Z] $ docker stop --time=1 21d238bdbf6198c5eac44a21aab3f099af90e8ede513ace3703dc491bc61956f [2023-09-05T00:38:18.590Z] $ docker rm -f --volumes 21d238bdbf6198c5eac44a21aab3f099af90e8ede513ace3703dc491bc61956f [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-05T00:38:19.060Z] + docker images [2023-09-05T00:38:19.060Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-09-05T00:38:19.060Z] support-notifications-arm64 latest 669e9bad47f5 2 seconds ago 33.7MB [2023-09-05T00:38:19.060Z] support-scheduler-arm64 latest 69d6590e6d1f 3 seconds ago 32.9MB [2023-09-05T00:38:19.060Z] security-spiffe-token-provider-arm64 latest 57a1f93c6c3c 31 seconds ago 33.3MB [2023-09-05T00:38:19.060Z] core-metadata-arm64 latest e9136cbf43c7 59 seconds ago 21.2MB [2023-09-05T00:38:19.060Z] core-data-arm64 latest ea55e8e69eac About a minute ago 20.9MB [2023-09-05T00:38:19.060Z] core-command-arm64 latest b25ad3529645 About a minute ago 20.8MB [2023-09-05T00:38:19.060Z] core-common-config-bootstrapper-arm64 latest 892ea659a78e About a minute ago 18MB [2023-09-05T00:38:19.060Z] security-proxy-auth-arm64 latest a5230e66a506 2 minutes ago 19.3MB [2023-09-05T00:38:19.060Z] security-bootstrapper-arm64 latest 82901d9262d3 2 minutes ago 22.6MB [2023-09-05T00:38:19.060Z] security-secretstore-setup-arm64 latest 35154465f767 2 minutes ago 43MB [2023-09-05T00:38:19.060Z] security-proxy-setup-arm64 latest 88cdf0db2df9 2 minutes ago 28.8MB [2023-09-05T00:38:19.060Z] security-spire-agent-arm64 latest f3b2b95056c2 19 minutes ago 153MB [2023-09-05T00:38:19.060Z] security-spire-config-arm64 latest cde759193085 19 minutes ago 96.2MB [2023-09-05T00:38:19.060Z] security-spire-server-arm64 latest 46fef69b7dc2 19 minutes ago 97.1MB [2023-09-05T00:38:19.060Z] ci-base-image-arm64 latest 9416c68df495 20 minutes ago 1.05GB [2023-09-05T00:38:19.060Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 7 weeks ago 677MB [2023-09-05T00:38:19.060Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 3 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 [2023-09-05T00:38:19.197Z] provisioning config files... [2023-09-05T00:38:19.214Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/571@tmp/config378619593087418736tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-05T00:38:19.581Z] ---> docker-login.sh [2023-09-05T00:38:19.581Z] nexus3.edgexfoundry.org:10001 [2023-09-05T00:38:19.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:38:20.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:38:20.176Z] Configure a credential helper to remove this warning. See [2023-09-05T00:38:20.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:38:20.176Z] [2023-09-05T00:38:20.176Z] Login Succeeded [2023-09-05T00:38:20.176Z] nexus3.edgexfoundry.org:10002 [2023-09-05T00:38:20.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:38:20.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:38:20.444Z] Configure a credential helper to remove this warning. See [2023-09-05T00:38:20.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:38:20.444Z] [2023-09-05T00:38:20.444Z] Login Succeeded [2023-09-05T00:38:20.444Z] nexus3.edgexfoundry.org:10003 [2023-09-05T00:38:20.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:38:20.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:38:20.710Z] Configure a credential helper to remove this warning. See [2023-09-05T00:38:20.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:38:20.710Z] [2023-09-05T00:38:20.710Z] Login Succeeded [2023-09-05T00:38:20.710Z] nexus3.edgexfoundry.org:10004 [2023-09-05T00:38:20.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:38:20.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:38:20.976Z] Configure a credential helper to remove this warning. See [2023-09-05T00:38:20.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:38:20.976Z] [2023-09-05T00:38:20.976Z] Login Succeeded [2023-09-05T00:38:20.976Z] docker.io [2023-09-05T00:38:21.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T00:38:21.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T00:38:21.506Z] Configure a credential helper to remove this warning. See [2023-09-05T00:38:21.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T00:38:21.506Z] [2023-09-05T00:38:21.506Z] Login Succeeded [2023-09-05T00:38:21.506Z] ---> docker-login.sh ends [Pipeline] } [2023-09-05T00:38:21.518Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:38:21.546Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-05T00:38:21.564Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-09-05T00:38:21.564Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:38:21.564Z] latest [2023-09-05T00:38:21.564Z] 3.1.0-dev.37 [2023-09-05T00:38:21.564Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:38:21.564Z] main [2023-09-05T00:38:21.564Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:21.894Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:22.227Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:38:22.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-09-05T00:38:22.227Z] 489ad169e201: Preparing [2023-09-05T00:38:22.227Z] f00681681f55: Preparing [2023-09-05T00:38:22.227Z] 490e9b06825d: Preparing [2023-09-05T00:38:22.227Z] fd084617405e: Preparing [2023-09-05T00:38:22.227Z] 2863c9336393: Preparing [2023-09-05T00:38:22.227Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:22.227Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:22.491Z] 489ad169e201: Pushed [2023-09-05T00:38:22.491Z] 2863c9336393: Pushed [2023-09-05T00:38:22.491Z] 490e9b06825d: Pushed [2023-09-05T00:38:22.491Z] fd084617405e: Pushed [2023-09-05T00:38:22.491Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:25.818Z] f00681681f55: Pushed [2023-09-05T00:38:25.818Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:c7a957f6b186894bfdf94c5a3af22616a4884cc2cd492762d438066bc3dfa544 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:26.178Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:26.516Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-09-05T00:38:26.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-09-05T00:38:26.516Z] 489ad169e201: Preparing [2023-09-05T00:38:26.516Z] f00681681f55: Preparing [2023-09-05T00:38:26.516Z] 490e9b06825d: Preparing [2023-09-05T00:38:26.516Z] fd084617405e: Preparing [2023-09-05T00:38:26.516Z] 2863c9336393: Preparing [2023-09-05T00:38:26.516Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:26.516Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:26.516Z] 489ad169e201: Layer already exists [2023-09-05T00:38:26.516Z] f00681681f55: Layer already exists [2023-09-05T00:38:26.516Z] 2863c9336393: Layer already exists [2023-09-05T00:38:26.516Z] fd084617405e: Layer already exists [2023-09-05T00:38:26.516Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:26.516Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:26.516Z] latest: digest: sha256:c7a957f6b186894bfdf94c5a3af22616a4884cc2cd492762d438066bc3dfa544 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:27.123Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:27.467Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.1.0-dev.37 [2023-09-05T00:38:27.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-09-05T00:38:27.467Z] 489ad169e201: Preparing [2023-09-05T00:38:27.467Z] f00681681f55: Preparing [2023-09-05T00:38:27.467Z] 490e9b06825d: Preparing [2023-09-05T00:38:27.467Z] fd084617405e: Preparing [2023-09-05T00:38:27.467Z] 2863c9336393: Preparing [2023-09-05T00:38:27.467Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:27.467Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:27.467Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:27.467Z] fd084617405e: Layer already exists [2023-09-05T00:38:27.467Z] 2863c9336393: Layer already exists [2023-09-05T00:38:27.467Z] f00681681f55: Layer already exists [2023-09-05T00:38:27.467Z] 489ad169e201: Layer already exists [2023-09-05T00:38:27.467Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:27.733Z] 3.1.0-dev.37: digest: sha256:c7a957f6b186894bfdf94c5a3af22616a4884cc2cd492762d438066bc3dfa544 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:28.077Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:28.417Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:38:28.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-09-05T00:38:28.417Z] 489ad169e201: Preparing [2023-09-05T00:38:28.417Z] f00681681f55: Preparing [2023-09-05T00:38:28.417Z] 490e9b06825d: Preparing [2023-09-05T00:38:28.417Z] fd084617405e: Preparing [2023-09-05T00:38:28.417Z] 2863c9336393: Preparing [2023-09-05T00:38:28.417Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:28.417Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:28.417Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:28.417Z] f00681681f55: Layer already exists [2023-09-05T00:38:28.417Z] 489ad169e201: Layer already exists [2023-09-05T00:38:28.417Z] fd084617405e: Layer already exists [2023-09-05T00:38:28.417Z] 2863c9336393: Layer already exists [2023-09-05T00:38:28.417Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:28.417Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:c7a957f6b186894bfdf94c5a3af22616a4884cc2cd492762d438066bc3dfa544 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:28.750Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:29.081Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-09-05T00:38:29.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-09-05T00:38:29.081Z] 489ad169e201: Preparing [2023-09-05T00:38:29.081Z] f00681681f55: Preparing [2023-09-05T00:38:29.081Z] 490e9b06825d: Preparing [2023-09-05T00:38:29.081Z] fd084617405e: Preparing [2023-09-05T00:38:29.081Z] 2863c9336393: Preparing [2023-09-05T00:38:29.081Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:29.081Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:29.081Z] 2863c9336393: Layer already exists [2023-09-05T00:38:29.081Z] fd084617405e: Layer already exists [2023-09-05T00:38:29.081Z] 489ad169e201: Layer already exists [2023-09-05T00:38:29.081Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:29.081Z] f00681681f55: Layer already exists [2023-09-05T00:38:29.081Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:29.081Z] main: digest: sha256:c7a957f6b186894bfdf94c5a3af22616a4884cc2cd492762d438066bc3dfa544 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:38:29.141Z] ===================================================== [Pipeline] echo [2023-09-05T00:38:29.154Z] taggedImages: [2023-09-05T00:38:29.154Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:38:29.154Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-09-05T00:38:29.155Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.1.0-dev.37 [2023-09-05T00:38:29.155Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:38:29.155Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-09-05T00:38:29.180Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-09-05T00:38:29.180Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:38:29.180Z] latest [2023-09-05T00:38:29.180Z] 3.1.0-dev.37 [2023-09-05T00:38:29.180Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:38:29.180Z] main [2023-09-05T00:38:29.180Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:29.524Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:29.851Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:38:29.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-09-05T00:38:29.851Z] 8696782d577f: Preparing [2023-09-05T00:38:29.851Z] 4b82499eb228: Preparing [2023-09-05T00:38:29.851Z] b22058226de5: Preparing [2023-09-05T00:38:29.851Z] e3f7982a98e3: Preparing [2023-09-05T00:38:29.851Z] 490e9b06825d: Preparing [2023-09-05T00:38:29.851Z] fd084617405e: Preparing [2023-09-05T00:38:29.851Z] 2863c9336393: Preparing [2023-09-05T00:38:29.851Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:29.851Z] fd084617405e: Waiting [2023-09-05T00:38:29.851Z] 2863c9336393: Waiting [2023-09-05T00:38:29.851Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:29.851Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:29.851Z] fd084617405e: Layer already exists [2023-09-05T00:38:30.115Z] 2863c9336393: Layer already exists [2023-09-05T00:38:30.115Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:30.115Z] 4b82499eb228: Pushed [2023-09-05T00:38:30.115Z] b22058226de5: Pushed [2023-09-05T00:38:30.115Z] 8696782d577f: Pushed [2023-09-05T00:38:32.678Z] e3f7982a98e3: Pushed [2023-09-05T00:38:32.678Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:36a650522c9d02e8ba28cf0331f9158457dccea874f186591c7ce8fd67bdb528 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:33.021Z] + 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 [2023-09-05T00:38:33.346Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-09-05T00:38:33.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-09-05T00:38:33.347Z] 8696782d577f: Preparing [2023-09-05T00:38:33.347Z] 4b82499eb228: Preparing [2023-09-05T00:38:33.347Z] b22058226de5: Preparing [2023-09-05T00:38:33.347Z] e3f7982a98e3: Preparing [2023-09-05T00:38:33.347Z] 490e9b06825d: Preparing [2023-09-05T00:38:33.347Z] fd084617405e: Preparing [2023-09-05T00:38:33.347Z] 2863c9336393: Preparing [2023-09-05T00:38:33.347Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:33.347Z] fd084617405e: Waiting [2023-09-05T00:38:33.347Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:33.347Z] 2863c9336393: Waiting [2023-09-05T00:38:33.347Z] e3f7982a98e3: Layer already exists [2023-09-05T00:38:33.347Z] 4b82499eb228: Layer already exists [2023-09-05T00:38:33.347Z] 8696782d577f: Layer already exists [2023-09-05T00:38:33.347Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:33.347Z] b22058226de5: Layer already exists [2023-09-05T00:38:33.347Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:33.347Z] 2863c9336393: Layer already exists [2023-09-05T00:38:33.347Z] fd084617405e: Layer already exists [2023-09-05T00:38:33.347Z] latest: digest: sha256:36a650522c9d02e8ba28cf0331f9158457dccea874f186591c7ce8fd67bdb528 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:33.937Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:34.263Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.1.0-dev.37 [2023-09-05T00:38:34.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-09-05T00:38:34.263Z] 8696782d577f: Preparing [2023-09-05T00:38:34.263Z] 4b82499eb228: Preparing [2023-09-05T00:38:34.263Z] b22058226de5: Preparing [2023-09-05T00:38:34.263Z] e3f7982a98e3: Preparing [2023-09-05T00:38:34.263Z] 490e9b06825d: Preparing [2023-09-05T00:38:34.263Z] fd084617405e: Preparing [2023-09-05T00:38:34.263Z] 2863c9336393: Preparing [2023-09-05T00:38:34.263Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:34.263Z] fd084617405e: Waiting [2023-09-05T00:38:34.263Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:34.263Z] 2863c9336393: Waiting [2023-09-05T00:38:34.263Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:34.263Z] 8696782d577f: Layer already exists [2023-09-05T00:38:34.263Z] 4b82499eb228: Layer already exists [2023-09-05T00:38:34.263Z] e3f7982a98e3: Layer already exists [2023-09-05T00:38:34.263Z] b22058226de5: Layer already exists [2023-09-05T00:38:34.263Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:34.263Z] fd084617405e: Layer already exists [2023-09-05T00:38:34.263Z] 2863c9336393: Layer already exists [2023-09-05T00:38:34.263Z] 3.1.0-dev.37: digest: sha256:36a650522c9d02e8ba28cf0331f9158457dccea874f186591c7ce8fd67bdb528 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:34.595Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:34.924Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:38:34.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-09-05T00:38:34.924Z] 8696782d577f: Preparing [2023-09-05T00:38:34.924Z] 4b82499eb228: Preparing [2023-09-05T00:38:34.924Z] b22058226de5: Preparing [2023-09-05T00:38:34.924Z] e3f7982a98e3: Preparing [2023-09-05T00:38:34.924Z] 490e9b06825d: Preparing [2023-09-05T00:38:34.924Z] fd084617405e: Preparing [2023-09-05T00:38:34.924Z] 2863c9336393: Preparing [2023-09-05T00:38:34.924Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:34.924Z] 2863c9336393: Waiting [2023-09-05T00:38:34.924Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:34.924Z] fd084617405e: Waiting [2023-09-05T00:38:34.924Z] b22058226de5: Layer already exists [2023-09-05T00:38:34.924Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:34.924Z] 4b82499eb228: Layer already exists [2023-09-05T00:38:34.924Z] e3f7982a98e3: Layer already exists [2023-09-05T00:38:34.924Z] 8696782d577f: Layer already exists [2023-09-05T00:38:34.924Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:34.924Z] fd084617405e: Layer already exists [2023-09-05T00:38:34.924Z] 2863c9336393: Layer already exists [2023-09-05T00:38:34.924Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:36a650522c9d02e8ba28cf0331f9158457dccea874f186591c7ce8fd67bdb528 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:35.536Z] + 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 [2023-09-05T00:38:35.868Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-09-05T00:38:35.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-09-05T00:38:35.868Z] 8696782d577f: Preparing [2023-09-05T00:38:35.868Z] 4b82499eb228: Preparing [2023-09-05T00:38:35.868Z] b22058226de5: Preparing [2023-09-05T00:38:35.868Z] e3f7982a98e3: Preparing [2023-09-05T00:38:35.868Z] 490e9b06825d: Preparing [2023-09-05T00:38:35.868Z] fd084617405e: Preparing [2023-09-05T00:38:35.868Z] 2863c9336393: Preparing [2023-09-05T00:38:35.868Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:35.868Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:35.868Z] fd084617405e: Waiting [2023-09-05T00:38:35.868Z] 2863c9336393: Waiting [2023-09-05T00:38:35.868Z] b22058226de5: Layer already exists [2023-09-05T00:38:35.868Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:35.868Z] 8696782d577f: Layer already exists [2023-09-05T00:38:35.868Z] 4b82499eb228: Layer already exists [2023-09-05T00:38:35.868Z] e3f7982a98e3: Layer already exists [2023-09-05T00:38:35.868Z] fd084617405e: Layer already exists [2023-09-05T00:38:35.868Z] 2863c9336393: Layer already exists [2023-09-05T00:38:35.868Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:35.868Z] main: digest: sha256:36a650522c9d02e8ba28cf0331f9158457dccea874f186591c7ce8fd67bdb528 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:38:36.179Z] ===================================================== [Pipeline] echo [2023-09-05T00:38:36.185Z] taggedImages: [2023-09-05T00:38:36.185Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:38:36.185Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-09-05T00:38:36.185Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.1.0-dev.37 [2023-09-05T00:38:36.185Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:38:36.185Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-09-05T00:38:36.201Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-09-05T00:38:36.201Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:38:36.201Z] latest [2023-09-05T00:38:36.201Z] 3.1.0-dev.37 [2023-09-05T00:38:36.201Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:38:36.201Z] main [2023-09-05T00:38:36.201Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:36.527Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:36.857Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:38:36.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-09-05T00:38:36.857Z] 801c5caa5c50: Preparing [2023-09-05T00:38:36.857Z] d5d3c8d95385: Preparing [2023-09-05T00:38:36.857Z] 490e9b06825d: Preparing [2023-09-05T00:38:36.857Z] fd084617405e: Preparing [2023-09-05T00:38:36.857Z] 96c0cf84d884: Preparing [2023-09-05T00:38:36.857Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:36.857Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:36.857Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:36.857Z] fd084617405e: Layer already exists [2023-09-05T00:38:36.857Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:37.122Z] 801c5caa5c50: Pushed [2023-09-05T00:38:37.122Z] 96c0cf84d884: Pushed [2023-09-05T00:38:40.453Z] d5d3c8d95385: Pushed [2023-09-05T00:38:40.453Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:d02f015d6fc7206d6e951b27518b10228ebc0e6b96e27f2d1055f02578aab8b5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:40.798Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:41.130Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-09-05T00:38:41.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-09-05T00:38:41.130Z] 801c5caa5c50: Preparing [2023-09-05T00:38:41.130Z] d5d3c8d95385: Preparing [2023-09-05T00:38:41.130Z] 490e9b06825d: Preparing [2023-09-05T00:38:41.130Z] fd084617405e: Preparing [2023-09-05T00:38:41.130Z] 96c0cf84d884: Preparing [2023-09-05T00:38:41.130Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:41.130Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:41.130Z] d5d3c8d95385: Layer already exists [2023-09-05T00:38:41.130Z] 96c0cf84d884: Layer already exists [2023-09-05T00:38:41.130Z] 801c5caa5c50: Layer already exists [2023-09-05T00:38:41.130Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:41.130Z] fd084617405e: Layer already exists [2023-09-05T00:38:41.130Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:41.399Z] latest: digest: sha256:d02f015d6fc7206d6e951b27518b10228ebc0e6b96e27f2d1055f02578aab8b5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:41.741Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:42.074Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.1.0-dev.37 [2023-09-05T00:38:42.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-09-05T00:38:42.074Z] 801c5caa5c50: Preparing [2023-09-05T00:38:42.074Z] d5d3c8d95385: Preparing [2023-09-05T00:38:42.075Z] 490e9b06825d: Preparing [2023-09-05T00:38:42.075Z] fd084617405e: Preparing [2023-09-05T00:38:42.075Z] 96c0cf84d884: Preparing [2023-09-05T00:38:42.075Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:42.075Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:42.075Z] d5d3c8d95385: Layer already exists [2023-09-05T00:38:42.075Z] 96c0cf84d884: Layer already exists [2023-09-05T00:38:42.075Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:42.075Z] fd084617405e: Layer already exists [2023-09-05T00:38:42.075Z] 801c5caa5c50: Layer already exists [2023-09-05T00:38:42.075Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:42.340Z] 3.1.0-dev.37: digest: sha256:d02f015d6fc7206d6e951b27518b10228ebc0e6b96e27f2d1055f02578aab8b5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:42.675Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:43.013Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:38:43.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-09-05T00:38:43.014Z] 801c5caa5c50: Preparing [2023-09-05T00:38:43.014Z] d5d3c8d95385: Preparing [2023-09-05T00:38:43.014Z] 490e9b06825d: Preparing [2023-09-05T00:38:43.014Z] fd084617405e: Preparing [2023-09-05T00:38:43.014Z] 96c0cf84d884: Preparing [2023-09-05T00:38:43.014Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:43.014Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:43.014Z] 96c0cf84d884: Layer already exists [2023-09-05T00:38:43.014Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:43.014Z] 801c5caa5c50: Layer already exists [2023-09-05T00:38:43.014Z] d5d3c8d95385: Layer already exists [2023-09-05T00:38:43.014Z] fd084617405e: Layer already exists [2023-09-05T00:38:43.014Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:43.014Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:d02f015d6fc7206d6e951b27518b10228ebc0e6b96e27f2d1055f02578aab8b5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:43.347Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:43.677Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-09-05T00:38:43.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-09-05T00:38:43.677Z] 801c5caa5c50: Preparing [2023-09-05T00:38:43.677Z] d5d3c8d95385: Preparing [2023-09-05T00:38:43.677Z] 490e9b06825d: Preparing [2023-09-05T00:38:43.677Z] fd084617405e: Preparing [2023-09-05T00:38:43.677Z] 96c0cf84d884: Preparing [2023-09-05T00:38:43.677Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:43.677Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:43.677Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:43.677Z] fd084617405e: Layer already exists [2023-09-05T00:38:43.677Z] d5d3c8d95385: Layer already exists [2023-09-05T00:38:43.677Z] 801c5caa5c50: Layer already exists [2023-09-05T00:38:43.677Z] 96c0cf84d884: Layer already exists [2023-09-05T00:38:43.677Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:43.677Z] main: digest: sha256:d02f015d6fc7206d6e951b27518b10228ebc0e6b96e27f2d1055f02578aab8b5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:38:43.980Z] ===================================================== [Pipeline] echo [2023-09-05T00:38:43.992Z] taggedImages: [2023-09-05T00:38:43.992Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:38:43.992Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-09-05T00:38:43.992Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.1.0-dev.37 [2023-09-05T00:38:43.992Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:38:43.992Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-09-05T00:38:44.018Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-09-05T00:38:44.018Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:38:44.018Z] latest [2023-09-05T00:38:44.018Z] 3.1.0-dev.37 [2023-09-05T00:38:44.018Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:38:44.018Z] main [2023-09-05T00:38:44.018Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:44.363Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:44.690Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:38:44.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-09-05T00:38:44.690Z] 4b3a34e64142: Preparing [2023-09-05T00:38:44.690Z] 1fb4860bed96: Preparing [2023-09-05T00:38:44.690Z] 8eaaf7d3fec6: Preparing [2023-09-05T00:38:44.690Z] 490e9b06825d: Preparing [2023-09-05T00:38:44.690Z] fd084617405e: Preparing [2023-09-05T00:38:44.690Z] 2863c9336393: Preparing [2023-09-05T00:38:44.690Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:44.690Z] 2863c9336393: Waiting [2023-09-05T00:38:44.690Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:44.690Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:44.690Z] fd084617405e: Layer already exists [2023-09-05T00:38:44.690Z] 2863c9336393: Layer already exists [2023-09-05T00:38:44.954Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:44.954Z] 1fb4860bed96: Pushed [2023-09-05T00:38:44.954Z] 4b3a34e64142: Pushed [2023-09-05T00:38:48.282Z] 8eaaf7d3fec6: Pushed [2023-09-05T00:38:48.282Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:db6006a6c83286fedf923914cbb8171e7c26578cf0c9dc948f91e4a0063fe817 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:48.617Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:48.955Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-09-05T00:38:48.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-09-05T00:38:48.955Z] 4b3a34e64142: Preparing [2023-09-05T00:38:48.955Z] 1fb4860bed96: Preparing [2023-09-05T00:38:48.955Z] 8eaaf7d3fec6: Preparing [2023-09-05T00:38:48.955Z] 490e9b06825d: Preparing [2023-09-05T00:38:48.955Z] fd084617405e: Preparing [2023-09-05T00:38:48.955Z] 2863c9336393: Preparing [2023-09-05T00:38:48.955Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:48.955Z] 2863c9336393: Waiting [2023-09-05T00:38:48.955Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:48.955Z] 4b3a34e64142: Layer already exists [2023-09-05T00:38:48.955Z] 1fb4860bed96: Layer already exists [2023-09-05T00:38:48.955Z] fd084617405e: Layer already exists [2023-09-05T00:38:48.955Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:48.955Z] 8eaaf7d3fec6: Layer already exists [2023-09-05T00:38:48.955Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:48.955Z] 2863c9336393: Layer already exists [2023-09-05T00:38:48.955Z] latest: digest: sha256:db6006a6c83286fedf923914cbb8171e7c26578cf0c9dc948f91e4a0063fe817 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:49.285Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:49.622Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.1.0-dev.37 [2023-09-05T00:38:49.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-09-05T00:38:49.622Z] 4b3a34e64142: Preparing [2023-09-05T00:38:49.622Z] 1fb4860bed96: Preparing [2023-09-05T00:38:49.622Z] 8eaaf7d3fec6: Preparing [2023-09-05T00:38:49.622Z] 490e9b06825d: Preparing [2023-09-05T00:38:49.622Z] fd084617405e: Preparing [2023-09-05T00:38:49.622Z] 2863c9336393: Preparing [2023-09-05T00:38:49.622Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:49.622Z] 2863c9336393: Waiting [2023-09-05T00:38:49.622Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:49.622Z] 4b3a34e64142: Layer already exists [2023-09-05T00:38:49.622Z] fd084617405e: Layer already exists [2023-09-05T00:38:49.623Z] 8eaaf7d3fec6: Layer already exists [2023-09-05T00:38:49.623Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:49.623Z] 1fb4860bed96: Layer already exists [2023-09-05T00:38:49.623Z] 2863c9336393: Layer already exists [2023-09-05T00:38:49.623Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:49.623Z] 3.1.0-dev.37: digest: sha256:db6006a6c83286fedf923914cbb8171e7c26578cf0c9dc948f91e4a0063fe817 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:50.228Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:50.561Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:38:50.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-09-05T00:38:50.561Z] 4b3a34e64142: Preparing [2023-09-05T00:38:50.561Z] 1fb4860bed96: Preparing [2023-09-05T00:38:50.561Z] 8eaaf7d3fec6: Preparing [2023-09-05T00:38:50.561Z] 490e9b06825d: Preparing [2023-09-05T00:38:50.561Z] fd084617405e: Preparing [2023-09-05T00:38:50.561Z] 2863c9336393: Preparing [2023-09-05T00:38:50.561Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:50.561Z] 2863c9336393: Waiting [2023-09-05T00:38:50.561Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:50.561Z] 4b3a34e64142: Layer already exists [2023-09-05T00:38:50.561Z] fd084617405e: Layer already exists [2023-09-05T00:38:50.561Z] 1fb4860bed96: Layer already exists [2023-09-05T00:38:50.561Z] 8eaaf7d3fec6: Layer already exists [2023-09-05T00:38:50.561Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:50.561Z] 2863c9336393: Layer already exists [2023-09-05T00:38:50.561Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:50.561Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:db6006a6c83286fedf923914cbb8171e7c26578cf0c9dc948f91e4a0063fe817 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:51.165Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:51.493Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-09-05T00:38:51.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-09-05T00:38:51.494Z] 4b3a34e64142: Preparing [2023-09-05T00:38:51.494Z] 1fb4860bed96: Preparing [2023-09-05T00:38:51.494Z] 8eaaf7d3fec6: Preparing [2023-09-05T00:38:51.494Z] 490e9b06825d: Preparing [2023-09-05T00:38:51.494Z] fd084617405e: Preparing [2023-09-05T00:38:51.494Z] 2863c9336393: Preparing [2023-09-05T00:38:51.494Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:51.494Z] 2863c9336393: Waiting [2023-09-05T00:38:51.494Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:51.494Z] 8eaaf7d3fec6: Layer already exists [2023-09-05T00:38:51.494Z] 1fb4860bed96: Layer already exists [2023-09-05T00:38:51.494Z] 4b3a34e64142: Layer already exists [2023-09-05T00:38:51.494Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:51.494Z] fd084617405e: Layer already exists [2023-09-05T00:38:51.494Z] 2863c9336393: Layer already exists [2023-09-05T00:38:51.494Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:51.494Z] main: digest: sha256:db6006a6c83286fedf923914cbb8171e7c26578cf0c9dc948f91e4a0063fe817 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:38:51.805Z] ===================================================== [Pipeline] echo [2023-09-05T00:38:51.815Z] taggedImages: [2023-09-05T00:38:51.815Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:38:51.815Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-09-05T00:38:51.815Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.1.0-dev.37 [2023-09-05T00:38:51.815Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:38:51.815Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-09-05T00:38:51.838Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-09-05T00:38:51.838Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:38:51.838Z] latest [2023-09-05T00:38:51.838Z] 3.1.0-dev.37 [2023-09-05T00:38:51.838Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:38:51.838Z] main [2023-09-05T00:38:51.838Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:52.167Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:52.493Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:38:52.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-09-05T00:38:52.493Z] 4639c94e88b3: Preparing [2023-09-05T00:38:52.493Z] 6da408332f6c: Preparing [2023-09-05T00:38:52.493Z] 5550e9328882: Preparing [2023-09-05T00:38:52.493Z] 5b07cac35d14: Preparing [2023-09-05T00:38:52.493Z] c2cb5d8ebc12: Preparing [2023-09-05T00:38:52.493Z] e9b144b74265: Preparing [2023-09-05T00:38:52.493Z] d44989310375: Preparing [2023-09-05T00:38:52.493Z] 490e9b06825d: Preparing [2023-09-05T00:38:52.493Z] fd084617405e: Preparing [2023-09-05T00:38:52.493Z] ffae62a7f108: Preparing [2023-09-05T00:38:52.493Z] f39d1ba4d6bd: Preparing [2023-09-05T00:38:52.493Z] 5f70bf18a086: Preparing [2023-09-05T00:38:52.493Z] f8b52ce13cb1: Preparing [2023-09-05T00:38:52.493Z] 1e09c2d02c86: Preparing [2023-09-05T00:38:52.493Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:52.493Z] f39d1ba4d6bd: Waiting [2023-09-05T00:38:52.493Z] e9b144b74265: Waiting [2023-09-05T00:38:52.493Z] 5f70bf18a086: Waiting [2023-09-05T00:38:52.493Z] f8b52ce13cb1: Waiting [2023-09-05T00:38:52.493Z] 1e09c2d02c86: Waiting [2023-09-05T00:38:52.493Z] d44989310375: Waiting [2023-09-05T00:38:52.493Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:52.493Z] 490e9b06825d: Waiting [2023-09-05T00:38:52.493Z] ffae62a7f108: Waiting [2023-09-05T00:38:52.493Z] fd084617405e: Waiting [2023-09-05T00:38:52.757Z] 5550e9328882: Pushed [2023-09-05T00:38:52.757Z] 6da408332f6c: Pushed [2023-09-05T00:38:52.757Z] 5b07cac35d14: Pushed [2023-09-05T00:38:52.757Z] c2cb5d8ebc12: Pushed [2023-09-05T00:38:52.757Z] 4639c94e88b3: Pushed [2023-09-05T00:38:55.316Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:55.316Z] fd084617405e: Layer already exists [2023-09-05T00:38:55.584Z] e9b144b74265: Pushed [2023-09-05T00:38:55.584Z] ffae62a7f108: Pushed [2023-09-05T00:38:55.584Z] f39d1ba4d6bd: Pushed [2023-09-05T00:38:55.584Z] 5f70bf18a086: Pushed [2023-09-05T00:38:55.584Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:38:55.584Z] f8b52ce13cb1: Pushed [2023-09-05T00:38:55.584Z] 1e09c2d02c86: Pushed [2023-09-05T00:38:58.906Z] d44989310375: Pushed [2023-09-05T00:38:59.171Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:17ecaf01c67578ed001cd0cc1949d7df010b1d2476ac81555575ea89ce1704f0 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:59.493Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:38:59.826Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-09-05T00:38:59.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-09-05T00:38:59.827Z] 4639c94e88b3: Preparing [2023-09-05T00:38:59.827Z] 6da408332f6c: Preparing [2023-09-05T00:38:59.827Z] 5550e9328882: Preparing [2023-09-05T00:38:59.827Z] 5b07cac35d14: Preparing [2023-09-05T00:38:59.827Z] c2cb5d8ebc12: Preparing [2023-09-05T00:38:59.827Z] e9b144b74265: Preparing [2023-09-05T00:38:59.827Z] d44989310375: Preparing [2023-09-05T00:38:59.827Z] 490e9b06825d: Preparing [2023-09-05T00:38:59.827Z] fd084617405e: Preparing [2023-09-05T00:38:59.827Z] ffae62a7f108: Preparing [2023-09-05T00:38:59.827Z] f39d1ba4d6bd: Preparing [2023-09-05T00:38:59.827Z] 5f70bf18a086: Preparing [2023-09-05T00:38:59.827Z] f8b52ce13cb1: Preparing [2023-09-05T00:38:59.827Z] 1e09c2d02c86: Preparing [2023-09-05T00:38:59.827Z] d2d9d24a8c2a: Preparing [2023-09-05T00:38:59.827Z] fd084617405e: Waiting [2023-09-05T00:38:59.827Z] ffae62a7f108: Waiting [2023-09-05T00:38:59.827Z] f39d1ba4d6bd: Waiting [2023-09-05T00:38:59.827Z] 5f70bf18a086: Waiting [2023-09-05T00:38:59.827Z] f8b52ce13cb1: Waiting [2023-09-05T00:38:59.827Z] 1e09c2d02c86: Waiting [2023-09-05T00:38:59.827Z] d2d9d24a8c2a: Waiting [2023-09-05T00:38:59.827Z] d44989310375: Waiting [2023-09-05T00:38:59.827Z] e9b144b74265: Waiting [2023-09-05T00:38:59.827Z] 490e9b06825d: Waiting [2023-09-05T00:38:59.827Z] 4639c94e88b3: Layer already exists [2023-09-05T00:38:59.827Z] 5b07cac35d14: Layer already exists [2023-09-05T00:38:59.827Z] 6da408332f6c: Layer already exists [2023-09-05T00:38:59.827Z] c2cb5d8ebc12: Layer already exists [2023-09-05T00:38:59.827Z] 5550e9328882: Layer already exists [2023-09-05T00:38:59.827Z] d44989310375: Layer already exists [2023-09-05T00:38:59.827Z] e9b144b74265: Layer already exists [2023-09-05T00:38:59.827Z] fd084617405e: Layer already exists [2023-09-05T00:38:59.827Z] ffae62a7f108: Layer already exists [2023-09-05T00:38:59.827Z] 490e9b06825d: Layer already exists [2023-09-05T00:38:59.827Z] 5f70bf18a086: Layer already exists [2023-09-05T00:38:59.827Z] f39d1ba4d6bd: Layer already exists [2023-09-05T00:38:59.827Z] 1e09c2d02c86: Layer already exists [2023-09-05T00:38:59.827Z] f8b52ce13cb1: Layer already exists [2023-09-05T00:38:59.827Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:00.091Z] latest: digest: sha256:17ecaf01c67578ed001cd0cc1949d7df010b1d2476ac81555575ea89ce1704f0 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:00.414Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:00.805Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.1.0-dev.37 [2023-09-05T00:39:00.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-09-05T00:39:00.805Z] 4639c94e88b3: Preparing [2023-09-05T00:39:00.805Z] 6da408332f6c: Preparing [2023-09-05T00:39:00.805Z] 5550e9328882: Preparing [2023-09-05T00:39:00.805Z] 5b07cac35d14: Preparing [2023-09-05T00:39:00.805Z] c2cb5d8ebc12: Preparing [2023-09-05T00:39:00.805Z] e9b144b74265: Preparing [2023-09-05T00:39:00.805Z] d44989310375: Preparing [2023-09-05T00:39:00.805Z] 490e9b06825d: Preparing [2023-09-05T00:39:00.805Z] fd084617405e: Preparing [2023-09-05T00:39:00.805Z] ffae62a7f108: Preparing [2023-09-05T00:39:00.805Z] f39d1ba4d6bd: Preparing [2023-09-05T00:39:00.805Z] 5f70bf18a086: Preparing [2023-09-05T00:39:00.805Z] f8b52ce13cb1: Preparing [2023-09-05T00:39:00.805Z] 1e09c2d02c86: Preparing [2023-09-05T00:39:00.805Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:00.805Z] ffae62a7f108: Waiting [2023-09-05T00:39:00.805Z] f39d1ba4d6bd: Waiting [2023-09-05T00:39:00.805Z] 5f70bf18a086: Waiting [2023-09-05T00:39:00.805Z] f8b52ce13cb1: Waiting [2023-09-05T00:39:00.805Z] 1e09c2d02c86: Waiting [2023-09-05T00:39:00.805Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:00.805Z] e9b144b74265: Waiting [2023-09-05T00:39:00.805Z] d44989310375: Waiting [2023-09-05T00:39:00.805Z] 490e9b06825d: Waiting [2023-09-05T00:39:00.805Z] fd084617405e: Waiting [2023-09-05T00:39:00.805Z] 5b07cac35d14: Layer already exists [2023-09-05T00:39:00.805Z] 6da408332f6c: Layer already exists [2023-09-05T00:39:00.805Z] 5550e9328882: Layer already exists [2023-09-05T00:39:00.805Z] 4639c94e88b3: Layer already exists [2023-09-05T00:39:00.805Z] c2cb5d8ebc12: Layer already exists [2023-09-05T00:39:00.805Z] e9b144b74265: Layer already exists [2023-09-05T00:39:00.805Z] ffae62a7f108: Layer already exists [2023-09-05T00:39:00.805Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:00.805Z] d44989310375: Layer already exists [2023-09-05T00:39:00.805Z] fd084617405e: Layer already exists [2023-09-05T00:39:01.078Z] 5f70bf18a086: Layer already exists [2023-09-05T00:39:01.078Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:01.078Z] f8b52ce13cb1: Layer already exists [2023-09-05T00:39:01.078Z] 1e09c2d02c86: Layer already exists [2023-09-05T00:39:01.078Z] f39d1ba4d6bd: Layer already exists [2023-09-05T00:39:01.078Z] 3.1.0-dev.37: digest: sha256:17ecaf01c67578ed001cd0cc1949d7df010b1d2476ac81555575ea89ce1704f0 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:01.435Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:01.787Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:39:01.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-09-05T00:39:01.788Z] 4639c94e88b3: Preparing [2023-09-05T00:39:01.788Z] 6da408332f6c: Preparing [2023-09-05T00:39:01.788Z] 5550e9328882: Preparing [2023-09-05T00:39:01.788Z] 5b07cac35d14: Preparing [2023-09-05T00:39:01.788Z] c2cb5d8ebc12: Preparing [2023-09-05T00:39:01.788Z] e9b144b74265: Preparing [2023-09-05T00:39:01.788Z] d44989310375: Preparing [2023-09-05T00:39:01.788Z] 490e9b06825d: Preparing [2023-09-05T00:39:01.788Z] fd084617405e: Preparing [2023-09-05T00:39:01.788Z] ffae62a7f108: Preparing [2023-09-05T00:39:01.788Z] f39d1ba4d6bd: Preparing [2023-09-05T00:39:01.788Z] 5f70bf18a086: Preparing [2023-09-05T00:39:01.788Z] f8b52ce13cb1: Preparing [2023-09-05T00:39:01.788Z] 1e09c2d02c86: Preparing [2023-09-05T00:39:01.788Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:01.788Z] e9b144b74265: Waiting [2023-09-05T00:39:01.788Z] d44989310375: Waiting [2023-09-05T00:39:01.788Z] f39d1ba4d6bd: Waiting [2023-09-05T00:39:01.788Z] 5f70bf18a086: Waiting [2023-09-05T00:39:01.788Z] f8b52ce13cb1: Waiting [2023-09-05T00:39:01.788Z] 1e09c2d02c86: Waiting [2023-09-05T00:39:01.788Z] 490e9b06825d: Waiting [2023-09-05T00:39:01.788Z] fd084617405e: Waiting [2023-09-05T00:39:01.788Z] ffae62a7f108: Waiting [2023-09-05T00:39:01.788Z] 4639c94e88b3: Layer already exists [2023-09-05T00:39:01.788Z] 6da408332f6c: Layer already exists [2023-09-05T00:39:01.788Z] c2cb5d8ebc12: Layer already exists [2023-09-05T00:39:01.788Z] 5550e9328882: Layer already exists [2023-09-05T00:39:01.788Z] 5b07cac35d14: Layer already exists [2023-09-05T00:39:01.788Z] e9b144b74265: Layer already exists [2023-09-05T00:39:01.788Z] d44989310375: Layer already exists [2023-09-05T00:39:01.788Z] fd084617405e: Layer already exists [2023-09-05T00:39:01.788Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:01.788Z] ffae62a7f108: Layer already exists [2023-09-05T00:39:01.788Z] f39d1ba4d6bd: Layer already exists [2023-09-05T00:39:01.788Z] 5f70bf18a086: Layer already exists [2023-09-05T00:39:01.788Z] 1e09c2d02c86: Layer already exists [2023-09-05T00:39:01.788Z] f8b52ce13cb1: Layer already exists [2023-09-05T00:39:01.788Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:02.055Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:17ecaf01c67578ed001cd0cc1949d7df010b1d2476ac81555575ea89ce1704f0 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:02.397Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:02.723Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-09-05T00:39:02.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-09-05T00:39:02.723Z] 4639c94e88b3: Preparing [2023-09-05T00:39:02.723Z] 6da408332f6c: Preparing [2023-09-05T00:39:02.723Z] 5550e9328882: Preparing [2023-09-05T00:39:02.723Z] 5b07cac35d14: Preparing [2023-09-05T00:39:02.723Z] c2cb5d8ebc12: Preparing [2023-09-05T00:39:02.723Z] e9b144b74265: Preparing [2023-09-05T00:39:02.723Z] d44989310375: Preparing [2023-09-05T00:39:02.723Z] 490e9b06825d: Preparing [2023-09-05T00:39:02.723Z] fd084617405e: Preparing [2023-09-05T00:39:02.723Z] ffae62a7f108: Preparing [2023-09-05T00:39:02.723Z] f39d1ba4d6bd: Preparing [2023-09-05T00:39:02.723Z] 5f70bf18a086: Preparing [2023-09-05T00:39:02.723Z] f8b52ce13cb1: Preparing [2023-09-05T00:39:02.723Z] 1e09c2d02c86: Preparing [2023-09-05T00:39:02.723Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:02.723Z] fd084617405e: Waiting [2023-09-05T00:39:02.723Z] ffae62a7f108: Waiting [2023-09-05T00:39:02.723Z] f39d1ba4d6bd: Waiting [2023-09-05T00:39:02.723Z] 5f70bf18a086: Waiting [2023-09-05T00:39:02.723Z] f8b52ce13cb1: Waiting [2023-09-05T00:39:02.723Z] e9b144b74265: Waiting [2023-09-05T00:39:02.723Z] d44989310375: Waiting [2023-09-05T00:39:02.723Z] 490e9b06825d: Waiting [2023-09-05T00:39:02.723Z] 1e09c2d02c86: Waiting [2023-09-05T00:39:02.723Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:02.723Z] 5b07cac35d14: Layer already exists [2023-09-05T00:39:02.723Z] 4639c94e88b3: Layer already exists [2023-09-05T00:39:02.723Z] c2cb5d8ebc12: Layer already exists [2023-09-05T00:39:02.723Z] 5550e9328882: Layer already exists [2023-09-05T00:39:02.723Z] 6da408332f6c: Layer already exists [2023-09-05T00:39:02.723Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:02.723Z] d44989310375: Layer already exists [2023-09-05T00:39:02.723Z] fd084617405e: Layer already exists [2023-09-05T00:39:02.723Z] e9b144b74265: Layer already exists [2023-09-05T00:39:02.723Z] ffae62a7f108: Layer already exists [2023-09-05T00:39:02.723Z] f8b52ce13cb1: Layer already exists [2023-09-05T00:39:02.723Z] f39d1ba4d6bd: Layer already exists [2023-09-05T00:39:02.723Z] 5f70bf18a086: Layer already exists [2023-09-05T00:39:02.723Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:02.723Z] 1e09c2d02c86: Layer already exists [2023-09-05T00:39:02.988Z] main: digest: sha256:17ecaf01c67578ed001cd0cc1949d7df010b1d2476ac81555575ea89ce1704f0 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:39:03.050Z] ===================================================== [Pipeline] echo [2023-09-05T00:39:03.058Z] taggedImages: [2023-09-05T00:39:03.058Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:39:03.058Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-09-05T00:39:03.058Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.1.0-dev.37 [2023-09-05T00:39:03.058Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:39:03.058Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-09-05T00:39:03.082Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-09-05T00:39:03.082Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:39:03.082Z] latest [2023-09-05T00:39:03.082Z] 3.1.0-dev.37 [2023-09-05T00:39:03.082Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:39:03.082Z] main [2023-09-05T00:39:03.082Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:03.427Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:03.761Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:39:03.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-09-05T00:39:03.761Z] b7501fe1b019: Preparing [2023-09-05T00:39:03.761Z] 02cee55190c0: Preparing [2023-09-05T00:39:03.761Z] eb89fc34b56c: Preparing [2023-09-05T00:39:03.761Z] 93e9be705c45: Preparing [2023-09-05T00:39:03.761Z] 490e9b06825d: Preparing [2023-09-05T00:39:03.761Z] fd084617405e: Preparing [2023-09-05T00:39:03.761Z] 2863c9336393: Preparing [2023-09-05T00:39:03.761Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:03.761Z] fd084617405e: Waiting [2023-09-05T00:39:03.761Z] 2863c9336393: Waiting [2023-09-05T00:39:03.761Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:03.761Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:04.026Z] fd084617405e: Layer already exists [2023-09-05T00:39:04.026Z] 2863c9336393: Layer already exists [2023-09-05T00:39:04.026Z] 02cee55190c0: Pushed [2023-09-05T00:39:04.026Z] eb89fc34b56c: Pushed [2023-09-05T00:39:04.026Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:04.026Z] b7501fe1b019: Pushed [2023-09-05T00:39:06.595Z] 93e9be705c45: Pushed [2023-09-05T00:39:06.859Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:f8611c65e8040abbf4c613732847c0c8bc148f40a3fed912f743e8edc7d3eb48 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:07.187Z] + 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 [2023-09-05T00:39:07.522Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-09-05T00:39:07.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-09-05T00:39:07.522Z] b7501fe1b019: Preparing [2023-09-05T00:39:07.522Z] 02cee55190c0: Preparing [2023-09-05T00:39:07.522Z] eb89fc34b56c: Preparing [2023-09-05T00:39:07.522Z] 93e9be705c45: Preparing [2023-09-05T00:39:07.522Z] 490e9b06825d: Preparing [2023-09-05T00:39:07.522Z] fd084617405e: Preparing [2023-09-05T00:39:07.522Z] 2863c9336393: Preparing [2023-09-05T00:39:07.522Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:07.522Z] fd084617405e: Waiting [2023-09-05T00:39:07.522Z] 2863c9336393: Waiting [2023-09-05T00:39:07.522Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:07.522Z] 02cee55190c0: Layer already exists [2023-09-05T00:39:07.522Z] 93e9be705c45: Layer already exists [2023-09-05T00:39:07.522Z] b7501fe1b019: Layer already exists [2023-09-05T00:39:07.522Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:07.522Z] fd084617405e: Layer already exists [2023-09-05T00:39:07.522Z] 2863c9336393: Layer already exists [2023-09-05T00:39:07.522Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:07.522Z] eb89fc34b56c: Layer already exists [2023-09-05T00:39:07.785Z] latest: digest: sha256:f8611c65e8040abbf4c613732847c0c8bc148f40a3fed912f743e8edc7d3eb48 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:08.144Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:08.478Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.1.0-dev.37 [2023-09-05T00:39:08.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-09-05T00:39:08.478Z] b7501fe1b019: Preparing [2023-09-05T00:39:08.478Z] 02cee55190c0: Preparing [2023-09-05T00:39:08.478Z] eb89fc34b56c: Preparing [2023-09-05T00:39:08.478Z] 93e9be705c45: Preparing [2023-09-05T00:39:08.478Z] 490e9b06825d: Preparing [2023-09-05T00:39:08.478Z] fd084617405e: Preparing [2023-09-05T00:39:08.478Z] 2863c9336393: Preparing [2023-09-05T00:39:08.478Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:08.478Z] 2863c9336393: Waiting [2023-09-05T00:39:08.478Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:08.478Z] fd084617405e: Waiting [2023-09-05T00:39:08.478Z] 93e9be705c45: Layer already exists [2023-09-05T00:39:08.478Z] 02cee55190c0: Layer already exists [2023-09-05T00:39:08.478Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:08.478Z] b7501fe1b019: Layer already exists [2023-09-05T00:39:08.478Z] eb89fc34b56c: Layer already exists [2023-09-05T00:39:08.478Z] 2863c9336393: Layer already exists [2023-09-05T00:39:08.478Z] fd084617405e: Layer already exists [2023-09-05T00:39:08.478Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:08.478Z] 3.1.0-dev.37: digest: sha256:f8611c65e8040abbf4c613732847c0c8bc148f40a3fed912f743e8edc7d3eb48 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:08.825Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:09.157Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:39:09.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-09-05T00:39:09.157Z] b7501fe1b019: Preparing [2023-09-05T00:39:09.157Z] 02cee55190c0: Preparing [2023-09-05T00:39:09.157Z] eb89fc34b56c: Preparing [2023-09-05T00:39:09.157Z] 93e9be705c45: Preparing [2023-09-05T00:39:09.157Z] 490e9b06825d: Preparing [2023-09-05T00:39:09.157Z] fd084617405e: Preparing [2023-09-05T00:39:09.157Z] 2863c9336393: Preparing [2023-09-05T00:39:09.157Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:09.157Z] fd084617405e: Waiting [2023-09-05T00:39:09.157Z] 2863c9336393: Waiting [2023-09-05T00:39:09.157Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:09.157Z] eb89fc34b56c: Layer already exists [2023-09-05T00:39:09.157Z] 02cee55190c0: Layer already exists [2023-09-05T00:39:09.157Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:09.157Z] 93e9be705c45: Layer already exists [2023-09-05T00:39:09.157Z] b7501fe1b019: Layer already exists [2023-09-05T00:39:09.157Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:09.157Z] 2863c9336393: Layer already exists [2023-09-05T00:39:09.157Z] fd084617405e: Layer already exists [2023-09-05T00:39:09.420Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:f8611c65e8040abbf4c613732847c0c8bc148f40a3fed912f743e8edc7d3eb48 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:09.752Z] + 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 [2023-09-05T00:39:10.076Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-09-05T00:39:10.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-09-05T00:39:10.076Z] b7501fe1b019: Preparing [2023-09-05T00:39:10.076Z] 02cee55190c0: Preparing [2023-09-05T00:39:10.076Z] eb89fc34b56c: Preparing [2023-09-05T00:39:10.076Z] 93e9be705c45: Preparing [2023-09-05T00:39:10.076Z] 490e9b06825d: Preparing [2023-09-05T00:39:10.076Z] fd084617405e: Preparing [2023-09-05T00:39:10.076Z] 2863c9336393: Preparing [2023-09-05T00:39:10.076Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:10.076Z] fd084617405e: Waiting [2023-09-05T00:39:10.076Z] 2863c9336393: Waiting [2023-09-05T00:39:10.076Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:10.076Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:10.076Z] b7501fe1b019: Layer already exists [2023-09-05T00:39:10.076Z] 93e9be705c45: Layer already exists [2023-09-05T00:39:10.076Z] 02cee55190c0: Layer already exists [2023-09-05T00:39:10.076Z] eb89fc34b56c: Layer already exists [2023-09-05T00:39:10.076Z] 2863c9336393: Layer already exists [2023-09-05T00:39:10.076Z] fd084617405e: Layer already exists [2023-09-05T00:39:10.076Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:10.340Z] main: digest: sha256:f8611c65e8040abbf4c613732847c0c8bc148f40a3fed912f743e8edc7d3eb48 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:39:10.393Z] ===================================================== [Pipeline] echo [2023-09-05T00:39:10.404Z] taggedImages: [2023-09-05T00:39:10.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:39:10.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-09-05T00:39:10.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.1.0-dev.37 [2023-09-05T00:39:10.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:39:10.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-09-05T00:39:10.426Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-09-05T00:39:10.426Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:39:10.426Z] latest [2023-09-05T00:39:10.426Z] 3.1.0-dev.37 [2023-09-05T00:39:10.426Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:39:10.426Z] main [2023-09-05T00:39:10.426Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:10.761Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:11.092Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:39:11.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-09-05T00:39:11.092Z] 260e53f25c40: Preparing [2023-09-05T00:39:11.092Z] 494a266acd0c: Preparing [2023-09-05T00:39:11.092Z] 48324726963b: Preparing [2023-09-05T00:39:11.092Z] a5010dd9ac55: Preparing [2023-09-05T00:39:11.092Z] f8b291dd5de4: Preparing [2023-09-05T00:39:11.092Z] 490e9b06825d: Preparing [2023-09-05T00:39:11.092Z] fd084617405e: Preparing [2023-09-05T00:39:11.092Z] a4168220ed4d: Preparing [2023-09-05T00:39:11.092Z] b12c89cf2233: Preparing [2023-09-05T00:39:11.092Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:11.092Z] a4168220ed4d: Waiting [2023-09-05T00:39:11.092Z] b12c89cf2233: Waiting [2023-09-05T00:39:11.092Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:11.092Z] 490e9b06825d: Waiting [2023-09-05T00:39:11.092Z] fd084617405e: Waiting [2023-09-05T00:39:11.355Z] 494a266acd0c: Pushed [2023-09-05T00:39:11.355Z] a5010dd9ac55: Pushed [2023-09-05T00:39:11.355Z] 260e53f25c40: Pushed [2023-09-05T00:39:11.355Z] f8b291dd5de4: Pushed [2023-09-05T00:39:11.355Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:11.355Z] fd084617405e: Layer already exists [2023-09-05T00:39:11.355Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:11.619Z] a4168220ed4d: Pushed [2023-09-05T00:39:14.183Z] 48324726963b: Pushed [2023-09-05T00:39:14.183Z] b12c89cf2233: Pushed [2023-09-05T00:39:14.183Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:a216304d683e99c5ce77dad37ce89d29ed5ef86827f8ec9f4e770f8d9453cf21 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:14.519Z] + 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 [2023-09-05T00:39:14.847Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-09-05T00:39:14.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-09-05T00:39:14.847Z] 260e53f25c40: Preparing [2023-09-05T00:39:14.847Z] 494a266acd0c: Preparing [2023-09-05T00:39:14.847Z] 48324726963b: Preparing [2023-09-05T00:39:14.847Z] a5010dd9ac55: Preparing [2023-09-05T00:39:14.847Z] f8b291dd5de4: Preparing [2023-09-05T00:39:14.847Z] 490e9b06825d: Preparing [2023-09-05T00:39:14.847Z] fd084617405e: Preparing [2023-09-05T00:39:14.847Z] a4168220ed4d: Preparing [2023-09-05T00:39:14.847Z] b12c89cf2233: Preparing [2023-09-05T00:39:14.847Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:14.847Z] 490e9b06825d: Waiting [2023-09-05T00:39:14.847Z] a4168220ed4d: Waiting [2023-09-05T00:39:14.847Z] b12c89cf2233: Waiting [2023-09-05T00:39:14.847Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:14.847Z] fd084617405e: Waiting [2023-09-05T00:39:14.847Z] a5010dd9ac55: Layer already exists [2023-09-05T00:39:14.847Z] 48324726963b: Layer already exists [2023-09-05T00:39:14.847Z] f8b291dd5de4: Layer already exists [2023-09-05T00:39:14.847Z] 260e53f25c40: Layer already exists [2023-09-05T00:39:14.847Z] 494a266acd0c: Layer already exists [2023-09-05T00:39:14.847Z] fd084617405e: Layer already exists [2023-09-05T00:39:14.847Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:14.847Z] b12c89cf2233: Layer already exists [2023-09-05T00:39:14.847Z] a4168220ed4d: Layer already exists [2023-09-05T00:39:14.847Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:15.110Z] latest: digest: sha256:a216304d683e99c5ce77dad37ce89d29ed5ef86827f8ec9f4e770f8d9453cf21 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:15.448Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:15.779Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.1.0-dev.37 [2023-09-05T00:39:15.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-09-05T00:39:15.780Z] 260e53f25c40: Preparing [2023-09-05T00:39:15.780Z] 494a266acd0c: Preparing [2023-09-05T00:39:15.780Z] 48324726963b: Preparing [2023-09-05T00:39:15.780Z] a5010dd9ac55: Preparing [2023-09-05T00:39:15.780Z] f8b291dd5de4: Preparing [2023-09-05T00:39:15.780Z] 490e9b06825d: Preparing [2023-09-05T00:39:15.780Z] fd084617405e: Preparing [2023-09-05T00:39:15.780Z] a4168220ed4d: Preparing [2023-09-05T00:39:15.780Z] b12c89cf2233: Preparing [2023-09-05T00:39:15.780Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:15.780Z] a4168220ed4d: Waiting [2023-09-05T00:39:15.780Z] b12c89cf2233: Waiting [2023-09-05T00:39:15.780Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:15.780Z] 490e9b06825d: Waiting [2023-09-05T00:39:15.780Z] fd084617405e: Waiting [2023-09-05T00:39:15.780Z] f8b291dd5de4: Layer already exists [2023-09-05T00:39:15.780Z] 494a266acd0c: Layer already exists [2023-09-05T00:39:15.780Z] a5010dd9ac55: Layer already exists [2023-09-05T00:39:15.780Z] 48324726963b: Layer already exists [2023-09-05T00:39:15.780Z] 260e53f25c40: Layer already exists [2023-09-05T00:39:15.780Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:15.780Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:15.780Z] a4168220ed4d: Layer already exists [2023-09-05T00:39:15.780Z] fd084617405e: Layer already exists [2023-09-05T00:39:15.780Z] b12c89cf2233: Layer already exists [2023-09-05T00:39:15.780Z] 3.1.0-dev.37: digest: sha256:a216304d683e99c5ce77dad37ce89d29ed5ef86827f8ec9f4e770f8d9453cf21 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:16.118Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:16.450Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:39:16.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-09-05T00:39:16.450Z] 260e53f25c40: Preparing [2023-09-05T00:39:16.450Z] 494a266acd0c: Preparing [2023-09-05T00:39:16.450Z] 48324726963b: Preparing [2023-09-05T00:39:16.450Z] a5010dd9ac55: Preparing [2023-09-05T00:39:16.450Z] f8b291dd5de4: Preparing [2023-09-05T00:39:16.450Z] 490e9b06825d: Preparing [2023-09-05T00:39:16.450Z] fd084617405e: Preparing [2023-09-05T00:39:16.450Z] a4168220ed4d: Preparing [2023-09-05T00:39:16.450Z] b12c89cf2233: Preparing [2023-09-05T00:39:16.450Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:16.450Z] 490e9b06825d: Waiting [2023-09-05T00:39:16.450Z] fd084617405e: Waiting [2023-09-05T00:39:16.450Z] a4168220ed4d: Waiting [2023-09-05T00:39:16.450Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:16.450Z] a5010dd9ac55: Layer already exists [2023-09-05T00:39:16.450Z] 48324726963b: Layer already exists [2023-09-05T00:39:16.450Z] f8b291dd5de4: Layer already exists [2023-09-05T00:39:16.450Z] 260e53f25c40: Layer already exists [2023-09-05T00:39:16.450Z] 494a266acd0c: Layer already exists [2023-09-05T00:39:16.450Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:16.450Z] b12c89cf2233: Layer already exists [2023-09-05T00:39:16.450Z] a4168220ed4d: Layer already exists [2023-09-05T00:39:16.450Z] fd084617405e: Layer already exists [2023-09-05T00:39:16.450Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:16.450Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:a216304d683e99c5ce77dad37ce89d29ed5ef86827f8ec9f4e770f8d9453cf21 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:16.774Z] + 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 [2023-09-05T00:39:17.095Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-09-05T00:39:17.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-09-05T00:39:17.095Z] 260e53f25c40: Preparing [2023-09-05T00:39:17.095Z] 494a266acd0c: Preparing [2023-09-05T00:39:17.095Z] 48324726963b: Preparing [2023-09-05T00:39:17.095Z] a5010dd9ac55: Preparing [2023-09-05T00:39:17.095Z] f8b291dd5de4: Preparing [2023-09-05T00:39:17.095Z] 490e9b06825d: Preparing [2023-09-05T00:39:17.095Z] fd084617405e: Preparing [2023-09-05T00:39:17.095Z] a4168220ed4d: Preparing [2023-09-05T00:39:17.095Z] b12c89cf2233: Preparing [2023-09-05T00:39:17.095Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:17.095Z] a4168220ed4d: Waiting [2023-09-05T00:39:17.095Z] b12c89cf2233: Waiting [2023-09-05T00:39:17.095Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:17.095Z] 490e9b06825d: Waiting [2023-09-05T00:39:17.095Z] fd084617405e: Waiting [2023-09-05T00:39:17.095Z] 494a266acd0c: Layer already exists [2023-09-05T00:39:17.095Z] f8b291dd5de4: Layer already exists [2023-09-05T00:39:17.095Z] a5010dd9ac55: Layer already exists [2023-09-05T00:39:17.095Z] 260e53f25c40: Layer already exists [2023-09-05T00:39:17.095Z] 48324726963b: Layer already exists [2023-09-05T00:39:17.095Z] a4168220ed4d: Layer already exists [2023-09-05T00:39:17.095Z] fd084617405e: Layer already exists [2023-09-05T00:39:17.095Z] b12c89cf2233: Layer already exists [2023-09-05T00:39:17.095Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:17.095Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:17.095Z] main: digest: sha256:a216304d683e99c5ce77dad37ce89d29ed5ef86827f8ec9f4e770f8d9453cf21 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:39:17.401Z] ===================================================== [Pipeline] echo [2023-09-05T00:39:17.407Z] taggedImages: [2023-09-05T00:39:17.407Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:39:17.407Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-09-05T00:39:17.407Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.1.0-dev.37 [2023-09-05T00:39:17.407Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:39:17.407Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-09-05T00:39:17.421Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-09-05T00:39:17.421Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:39:17.421Z] latest [2023-09-05T00:39:17.421Z] 3.1.0-dev.37 [2023-09-05T00:39:17.421Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:39:17.421Z] main [2023-09-05T00:39:17.421Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:17.746Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:18.078Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:39:18.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-09-05T00:39:18.078Z] 244779d86c7a: Preparing [2023-09-05T00:39:18.078Z] db0e3f10101f: Preparing [2023-09-05T00:39:18.078Z] 2757e919b6c8: Preparing [2023-09-05T00:39:18.078Z] f17cbb1d8593: Preparing [2023-09-05T00:39:18.078Z] f3b9fdfe7710: Preparing [2023-09-05T00:39:18.078Z] 9bf6ca7b97ba: Preparing [2023-09-05T00:39:18.078Z] cbb5bc93e2af: Preparing [2023-09-05T00:39:18.078Z] 490e9b06825d: Preparing [2023-09-05T00:39:18.078Z] fd084617405e: Preparing [2023-09-05T00:39:18.078Z] fd1d49296129: Preparing [2023-09-05T00:39:18.078Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:18.078Z] 490e9b06825d: Waiting [2023-09-05T00:39:18.078Z] fd084617405e: Waiting [2023-09-05T00:39:18.078Z] fd1d49296129: Waiting [2023-09-05T00:39:18.078Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:18.078Z] 9bf6ca7b97ba: Waiting [2023-09-05T00:39:18.078Z] cbb5bc93e2af: Waiting [2023-09-05T00:39:18.342Z] f3b9fdfe7710: Pushed [2023-09-05T00:39:18.342Z] db0e3f10101f: Pushed [2023-09-05T00:39:18.342Z] 244779d86c7a: Pushed [2023-09-05T00:39:18.342Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:18.342Z] fd084617405e: Layer already exists [2023-09-05T00:39:18.607Z] 9bf6ca7b97ba: Pushed [2023-09-05T00:39:18.607Z] cbb5bc93e2af: Pushed [2023-09-05T00:39:18.607Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:21.180Z] f17cbb1d8593: Pushed [2023-09-05T00:39:21.180Z] fd1d49296129: Pushed [2023-09-05T00:39:21.763Z] 2757e919b6c8: Pushed [2023-09-05T00:39:22.719Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:0b97de791950be807d7e54e9e1ed943b0fc961f7c977a6ba1a5c9d4c737ab4ee size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:23.059Z] + 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 [2023-09-05T00:39:23.394Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-09-05T00:39:23.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-09-05T00:39:23.394Z] 244779d86c7a: Preparing [2023-09-05T00:39:23.394Z] db0e3f10101f: Preparing [2023-09-05T00:39:23.394Z] 2757e919b6c8: Preparing [2023-09-05T00:39:23.394Z] f17cbb1d8593: Preparing [2023-09-05T00:39:23.394Z] f3b9fdfe7710: Preparing [2023-09-05T00:39:23.394Z] 9bf6ca7b97ba: Preparing [2023-09-05T00:39:23.394Z] cbb5bc93e2af: Preparing [2023-09-05T00:39:23.394Z] 490e9b06825d: Preparing [2023-09-05T00:39:23.394Z] fd084617405e: Preparing [2023-09-05T00:39:23.394Z] fd1d49296129: Preparing [2023-09-05T00:39:23.394Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:23.394Z] 490e9b06825d: Waiting [2023-09-05T00:39:23.394Z] fd084617405e: Waiting [2023-09-05T00:39:23.394Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:23.394Z] 9bf6ca7b97ba: Waiting [2023-09-05T00:39:23.394Z] fd1d49296129: Waiting [2023-09-05T00:39:23.394Z] cbb5bc93e2af: Waiting [2023-09-05T00:39:23.394Z] 244779d86c7a: Layer already exists [2023-09-05T00:39:23.394Z] db0e3f10101f: Layer already exists [2023-09-05T00:39:23.394Z] f17cbb1d8593: Layer already exists [2023-09-05T00:39:23.394Z] f3b9fdfe7710: Layer already exists [2023-09-05T00:39:23.394Z] 2757e919b6c8: Layer already exists [2023-09-05T00:39:23.394Z] cbb5bc93e2af: Layer already exists [2023-09-05T00:39:23.394Z] 9bf6ca7b97ba: Layer already exists [2023-09-05T00:39:23.394Z] fd084617405e: Layer already exists [2023-09-05T00:39:23.394Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:23.394Z] fd1d49296129: Layer already exists [2023-09-05T00:39:23.394Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:23.659Z] latest: digest: sha256:0b97de791950be807d7e54e9e1ed943b0fc961f7c977a6ba1a5c9d4c737ab4ee size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:23.998Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:24.334Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.1.0-dev.37 [2023-09-05T00:39:24.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-09-05T00:39:24.335Z] 244779d86c7a: Preparing [2023-09-05T00:39:24.335Z] db0e3f10101f: Preparing [2023-09-05T00:39:24.335Z] 2757e919b6c8: Preparing [2023-09-05T00:39:24.335Z] f17cbb1d8593: Preparing [2023-09-05T00:39:24.335Z] f3b9fdfe7710: Preparing [2023-09-05T00:39:24.335Z] 9bf6ca7b97ba: Preparing [2023-09-05T00:39:24.335Z] cbb5bc93e2af: Preparing [2023-09-05T00:39:24.335Z] 490e9b06825d: Preparing [2023-09-05T00:39:24.335Z] fd084617405e: Preparing [2023-09-05T00:39:24.335Z] fd1d49296129: Preparing [2023-09-05T00:39:24.335Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:24.335Z] 490e9b06825d: Waiting [2023-09-05T00:39:24.335Z] fd084617405e: Waiting [2023-09-05T00:39:24.335Z] fd1d49296129: Waiting [2023-09-05T00:39:24.335Z] 9bf6ca7b97ba: Waiting [2023-09-05T00:39:24.335Z] cbb5bc93e2af: Waiting [2023-09-05T00:39:24.335Z] f3b9fdfe7710: Layer already exists [2023-09-05T00:39:24.335Z] 2757e919b6c8: Layer already exists [2023-09-05T00:39:24.335Z] db0e3f10101f: Layer already exists [2023-09-05T00:39:24.335Z] f17cbb1d8593: Layer already exists [2023-09-05T00:39:24.335Z] 244779d86c7a: Layer already exists [2023-09-05T00:39:24.335Z] 9bf6ca7b97ba: Layer already exists [2023-09-05T00:39:24.335Z] cbb5bc93e2af: Layer already exists [2023-09-05T00:39:24.335Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:24.335Z] fd1d49296129: Layer already exists [2023-09-05T00:39:24.335Z] fd084617405e: Layer already exists [2023-09-05T00:39:24.335Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:24.599Z] 3.1.0-dev.37: digest: sha256:0b97de791950be807d7e54e9e1ed943b0fc961f7c977a6ba1a5c9d4c737ab4ee size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:24.941Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:25.275Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:39:25.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-09-05T00:39:25.275Z] 244779d86c7a: Preparing [2023-09-05T00:39:25.275Z] db0e3f10101f: Preparing [2023-09-05T00:39:25.275Z] 2757e919b6c8: Preparing [2023-09-05T00:39:25.275Z] f17cbb1d8593: Preparing [2023-09-05T00:39:25.275Z] f3b9fdfe7710: Preparing [2023-09-05T00:39:25.275Z] 9bf6ca7b97ba: Preparing [2023-09-05T00:39:25.275Z] cbb5bc93e2af: Preparing [2023-09-05T00:39:25.275Z] 490e9b06825d: Preparing [2023-09-05T00:39:25.275Z] fd084617405e: Preparing [2023-09-05T00:39:25.275Z] fd1d49296129: Preparing [2023-09-05T00:39:25.275Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:25.275Z] 9bf6ca7b97ba: Waiting [2023-09-05T00:39:25.275Z] cbb5bc93e2af: Waiting [2023-09-05T00:39:25.275Z] 490e9b06825d: Waiting [2023-09-05T00:39:25.275Z] fd084617405e: Waiting [2023-09-05T00:39:25.275Z] fd1d49296129: Waiting [2023-09-05T00:39:25.275Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:25.275Z] f3b9fdfe7710: Layer already exists [2023-09-05T00:39:25.275Z] 244779d86c7a: Layer already exists [2023-09-05T00:39:25.275Z] f17cbb1d8593: Layer already exists [2023-09-05T00:39:25.275Z] 2757e919b6c8: Layer already exists [2023-09-05T00:39:25.275Z] db0e3f10101f: Layer already exists [2023-09-05T00:39:25.275Z] 9bf6ca7b97ba: Layer already exists [2023-09-05T00:39:25.275Z] cbb5bc93e2af: Layer already exists [2023-09-05T00:39:25.275Z] fd084617405e: Layer already exists [2023-09-05T00:39:25.275Z] fd1d49296129: Layer already exists [2023-09-05T00:39:25.275Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:25.275Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:25.539Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:0b97de791950be807d7e54e9e1ed943b0fc961f7c977a6ba1a5c9d4c737ab4ee size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:25.879Z] + 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 [2023-09-05T00:39:26.210Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-09-05T00:39:26.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-09-05T00:39:26.210Z] 244779d86c7a: Preparing [2023-09-05T00:39:26.210Z] db0e3f10101f: Preparing [2023-09-05T00:39:26.210Z] 2757e919b6c8: Preparing [2023-09-05T00:39:26.210Z] f17cbb1d8593: Preparing [2023-09-05T00:39:26.210Z] f3b9fdfe7710: Preparing [2023-09-05T00:39:26.210Z] 9bf6ca7b97ba: Preparing [2023-09-05T00:39:26.210Z] cbb5bc93e2af: Preparing [2023-09-05T00:39:26.210Z] 490e9b06825d: Preparing [2023-09-05T00:39:26.210Z] fd084617405e: Preparing [2023-09-05T00:39:26.210Z] fd1d49296129: Preparing [2023-09-05T00:39:26.210Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:26.210Z] 490e9b06825d: Waiting [2023-09-05T00:39:26.210Z] fd084617405e: Waiting [2023-09-05T00:39:26.210Z] 9bf6ca7b97ba: Waiting [2023-09-05T00:39:26.210Z] cbb5bc93e2af: Waiting [2023-09-05T00:39:26.210Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:26.210Z] 2757e919b6c8: Layer already exists [2023-09-05T00:39:26.210Z] db0e3f10101f: Layer already exists [2023-09-05T00:39:26.210Z] 244779d86c7a: Layer already exists [2023-09-05T00:39:26.210Z] f17cbb1d8593: Layer already exists [2023-09-05T00:39:26.210Z] f3b9fdfe7710: Layer already exists [2023-09-05T00:39:26.210Z] cbb5bc93e2af: Layer already exists [2023-09-05T00:39:26.210Z] 9bf6ca7b97ba: Layer already exists [2023-09-05T00:39:26.210Z] fd1d49296129: Layer already exists [2023-09-05T00:39:26.210Z] fd084617405e: Layer already exists [2023-09-05T00:39:26.210Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:26.210Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:26.475Z] main: digest: sha256:0b97de791950be807d7e54e9e1ed943b0fc961f7c977a6ba1a5c9d4c737ab4ee size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:39:26.522Z] ===================================================== [Pipeline] echo [2023-09-05T00:39:26.528Z] taggedImages: [2023-09-05T00:39:26.528Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:39:26.528Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-09-05T00:39:26.528Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.1.0-dev.37 [2023-09-05T00:39:26.528Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:39:26.528Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-09-05T00:39:26.543Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-09-05T00:39:26.543Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:39:26.543Z] latest [2023-09-05T00:39:26.543Z] 3.1.0-dev.37 [2023-09-05T00:39:26.543Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:39:26.543Z] main [2023-09-05T00:39:26.543Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:26.865Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:27.402Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:39:27.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-09-05T00:39:27.402Z] 1a1a502db642: Preparing [2023-09-05T00:39:27.402Z] 235fef757255: Preparing [2023-09-05T00:39:27.402Z] 490e9b06825d: Preparing [2023-09-05T00:39:27.402Z] fd084617405e: Preparing [2023-09-05T00:39:27.402Z] 4072f3934cd8: Preparing [2023-09-05T00:39:27.402Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:27.402Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:27.402Z] fd084617405e: Layer already exists [2023-09-05T00:39:27.402Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:27.668Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:27.668Z] 1a1a502db642: Pushed [2023-09-05T00:39:29.069Z] 4072f3934cd8: Pushed [2023-09-05T00:39:32.396Z] 235fef757255: Pushed [2023-09-05T00:39:32.396Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:432fd48913e1a24776e5339c4e615e0d9700c55c9377b3b7e04282d1b1d3cdb6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:32.724Z] + 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 [2023-09-05T00:39:33.049Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-09-05T00:39:33.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-09-05T00:39:33.049Z] 1a1a502db642: Preparing [2023-09-05T00:39:33.049Z] 235fef757255: Preparing [2023-09-05T00:39:33.049Z] 490e9b06825d: Preparing [2023-09-05T00:39:33.049Z] fd084617405e: Preparing [2023-09-05T00:39:33.049Z] 4072f3934cd8: Preparing [2023-09-05T00:39:33.049Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:33.049Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:33.049Z] 235fef757255: Layer already exists [2023-09-05T00:39:33.049Z] 4072f3934cd8: Layer already exists [2023-09-05T00:39:33.049Z] fd084617405e: Layer already exists [2023-09-05T00:39:33.049Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:33.049Z] 1a1a502db642: Layer already exists [2023-09-05T00:39:33.049Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:33.314Z] latest: digest: sha256:432fd48913e1a24776e5339c4e615e0d9700c55c9377b3b7e04282d1b1d3cdb6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:33.647Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:37.304Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.1.0-dev.37 [2023-09-05T00:39:37.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-09-05T00:39:37.304Z] 1a1a502db642: Preparing [2023-09-05T00:39:37.304Z] 235fef757255: Preparing [2023-09-05T00:39:37.304Z] 490e9b06825d: Preparing [2023-09-05T00:39:37.304Z] fd084617405e: Preparing [2023-09-05T00:39:37.304Z] 4072f3934cd8: Preparing [2023-09-05T00:39:37.304Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:37.304Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:37.304Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:37.304Z] 235fef757255: Layer already exists [2023-09-05T00:39:37.304Z] 4072f3934cd8: Layer already exists [2023-09-05T00:39:37.304Z] 1a1a502db642: Layer already exists [2023-09-05T00:39:37.304Z] fd084617405e: Layer already exists [2023-09-05T00:39:37.304Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:37.304Z] 3.1.0-dev.37: digest: sha256:432fd48913e1a24776e5339c4e615e0d9700c55c9377b3b7e04282d1b1d3cdb6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:37.634Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:37.959Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:39:37.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-09-05T00:39:37.959Z] 1a1a502db642: Preparing [2023-09-05T00:39:37.959Z] 235fef757255: Preparing [2023-09-05T00:39:37.959Z] 490e9b06825d: Preparing [2023-09-05T00:39:37.959Z] fd084617405e: Preparing [2023-09-05T00:39:37.959Z] 4072f3934cd8: Preparing [2023-09-05T00:39:37.959Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:37.959Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:37.959Z] 235fef757255: Layer already exists [2023-09-05T00:39:37.959Z] 4072f3934cd8: Layer already exists [2023-09-05T00:39:37.959Z] fd084617405e: Layer already exists [2023-09-05T00:39:37.959Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:37.959Z] 1a1a502db642: Layer already exists [2023-09-05T00:39:37.959Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:37.959Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:432fd48913e1a24776e5339c4e615e0d9700c55c9377b3b7e04282d1b1d3cdb6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:38.292Z] + 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 [2023-09-05T00:39:38.673Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-09-05T00:39:38.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-09-05T00:39:38.674Z] 1a1a502db642: Preparing [2023-09-05T00:39:38.674Z] 235fef757255: Preparing [2023-09-05T00:39:38.674Z] 490e9b06825d: Preparing [2023-09-05T00:39:38.674Z] fd084617405e: Preparing [2023-09-05T00:39:38.674Z] 4072f3934cd8: Preparing [2023-09-05T00:39:38.674Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:38.674Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:38.674Z] 4072f3934cd8: Layer already exists [2023-09-05T00:39:38.674Z] fd084617405e: Layer already exists [2023-09-05T00:39:38.674Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:38.674Z] 1a1a502db642: Layer already exists [2023-09-05T00:39:38.674Z] 235fef757255: Layer already exists [2023-09-05T00:39:38.674Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:38.946Z] main: digest: sha256:432fd48913e1a24776e5339c4e615e0d9700c55c9377b3b7e04282d1b1d3cdb6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:39:38.991Z] ===================================================== [Pipeline] echo [2023-09-05T00:39:38.997Z] taggedImages: [2023-09-05T00:39:38.997Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:39:38.997Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-09-05T00:39:38.997Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.1.0-dev.37 [2023-09-05T00:39:38.997Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:39:38.997Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-09-05T00:39:39.011Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-09-05T00:39:39.011Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:39:39.011Z] latest [2023-09-05T00:39:39.011Z] 3.1.0-dev.37 [2023-09-05T00:39:39.011Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:39:39.011Z] main [2023-09-05T00:39:39.011Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:39.352Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:39.692Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:39:39.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-09-05T00:39:39.692Z] b9208f21ad52: Preparing [2023-09-05T00:39:39.692Z] 8251de3a4c97: Preparing [2023-09-05T00:39:39.692Z] bf276509d5ca: Preparing [2023-09-05T00:39:39.692Z] 490e9b06825d: Preparing [2023-09-05T00:39:39.692Z] fd084617405e: Preparing [2023-09-05T00:39:39.692Z] 0f3e560ea911: Preparing [2023-09-05T00:39:39.692Z] 34ee797e8039: Preparing [2023-09-05T00:39:39.692Z] fecc6c38fb18: Preparing [2023-09-05T00:39:39.692Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:39.692Z] 0f3e560ea911: Waiting [2023-09-05T00:39:39.692Z] 34ee797e8039: Waiting [2023-09-05T00:39:39.692Z] fecc6c38fb18: Waiting [2023-09-05T00:39:39.692Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:39.692Z] fd084617405e: Layer already exists [2023-09-05T00:39:39.971Z] bf276509d5ca: Pushed [2023-09-05T00:39:39.971Z] 8251de3a4c97: Pushed [2023-09-05T00:39:39.971Z] b9208f21ad52: Pushed [2023-09-05T00:39:39.971Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:40.925Z] fecc6c38fb18: Pushed [2023-09-05T00:39:53.209Z] 34ee797e8039: Pushed [2023-09-05T00:39:57.447Z] 0f3e560ea911: Pushed [2023-09-05T00:39:57.447Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:d11c2c3918ed2be3289f3406a08a3b2eaeb72403dcf28a53c12f6e1b4d404f5d size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:57.774Z] + 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 [2023-09-05T00:39:58.103Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-09-05T00:39:58.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-09-05T00:39:58.103Z] b9208f21ad52: Preparing [2023-09-05T00:39:58.103Z] 8251de3a4c97: Preparing [2023-09-05T00:39:58.103Z] bf276509d5ca: Preparing [2023-09-05T00:39:58.103Z] 490e9b06825d: Preparing [2023-09-05T00:39:58.103Z] fd084617405e: Preparing [2023-09-05T00:39:58.103Z] 0f3e560ea911: Preparing [2023-09-05T00:39:58.103Z] 34ee797e8039: Preparing [2023-09-05T00:39:58.103Z] fecc6c38fb18: Preparing [2023-09-05T00:39:58.103Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:58.103Z] 34ee797e8039: Waiting [2023-09-05T00:39:58.103Z] fecc6c38fb18: Waiting [2023-09-05T00:39:58.103Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:58.103Z] 0f3e560ea911: Waiting [2023-09-05T00:39:58.103Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:58.103Z] fd084617405e: Layer already exists [2023-09-05T00:39:58.103Z] 8251de3a4c97: Layer already exists [2023-09-05T00:39:58.103Z] b9208f21ad52: Layer already exists [2023-09-05T00:39:58.103Z] bf276509d5ca: Layer already exists [2023-09-05T00:39:58.103Z] 0f3e560ea911: Layer already exists [2023-09-05T00:39:58.103Z] fecc6c38fb18: Layer already exists [2023-09-05T00:39:58.103Z] 34ee797e8039: Layer already exists [2023-09-05T00:39:58.103Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:58.368Z] latest: digest: sha256:d11c2c3918ed2be3289f3406a08a3b2eaeb72403dcf28a53c12f6e1b4d404f5d size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:58.710Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:59.040Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.1.0-dev.37 [2023-09-05T00:39:59.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-09-05T00:39:59.040Z] b9208f21ad52: Preparing [2023-09-05T00:39:59.040Z] 8251de3a4c97: Preparing [2023-09-05T00:39:59.040Z] bf276509d5ca: Preparing [2023-09-05T00:39:59.040Z] 490e9b06825d: Preparing [2023-09-05T00:39:59.040Z] fd084617405e: Preparing [2023-09-05T00:39:59.040Z] 0f3e560ea911: Preparing [2023-09-05T00:39:59.040Z] 34ee797e8039: Preparing [2023-09-05T00:39:59.040Z] fecc6c38fb18: Preparing [2023-09-05T00:39:59.040Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:59.040Z] 34ee797e8039: Waiting [2023-09-05T00:39:59.040Z] fecc6c38fb18: Waiting [2023-09-05T00:39:59.040Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:59.040Z] b9208f21ad52: Layer already exists [2023-09-05T00:39:59.040Z] fd084617405e: Layer already exists [2023-09-05T00:39:59.040Z] 8251de3a4c97: Layer already exists [2023-09-05T00:39:59.040Z] bf276509d5ca: Layer already exists [2023-09-05T00:39:59.040Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:59.040Z] 34ee797e8039: Layer already exists [2023-09-05T00:39:59.040Z] fecc6c38fb18: Layer already exists [2023-09-05T00:39:59.040Z] 0f3e560ea911: Layer already exists [2023-09-05T00:39:59.040Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:39:59.040Z] 3.1.0-dev.37: digest: sha256:d11c2c3918ed2be3289f3406a08a3b2eaeb72403dcf28a53c12f6e1b4d404f5d size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:59.644Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:39:59.967Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:39:59.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-09-05T00:39:59.967Z] b9208f21ad52: Preparing [2023-09-05T00:39:59.967Z] 8251de3a4c97: Preparing [2023-09-05T00:39:59.967Z] bf276509d5ca: Preparing [2023-09-05T00:39:59.967Z] 490e9b06825d: Preparing [2023-09-05T00:39:59.967Z] fd084617405e: Preparing [2023-09-05T00:39:59.967Z] 0f3e560ea911: Preparing [2023-09-05T00:39:59.967Z] 34ee797e8039: Preparing [2023-09-05T00:39:59.967Z] fecc6c38fb18: Preparing [2023-09-05T00:39:59.967Z] d2d9d24a8c2a: Preparing [2023-09-05T00:39:59.967Z] 0f3e560ea911: Waiting [2023-09-05T00:39:59.967Z] 34ee797e8039: Waiting [2023-09-05T00:39:59.967Z] fecc6c38fb18: Waiting [2023-09-05T00:39:59.967Z] d2d9d24a8c2a: Waiting [2023-09-05T00:39:59.967Z] fd084617405e: Layer already exists [2023-09-05T00:39:59.967Z] 490e9b06825d: Layer already exists [2023-09-05T00:39:59.967Z] bf276509d5ca: Layer already exists [2023-09-05T00:39:59.967Z] 8251de3a4c97: Layer already exists [2023-09-05T00:39:59.967Z] b9208f21ad52: Layer already exists [2023-09-05T00:39:59.967Z] fecc6c38fb18: Layer already exists [2023-09-05T00:39:59.967Z] 34ee797e8039: Layer already exists [2023-09-05T00:39:59.967Z] 0f3e560ea911: Layer already exists [2023-09-05T00:39:59.967Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:00.231Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:d11c2c3918ed2be3289f3406a08a3b2eaeb72403dcf28a53c12f6e1b4d404f5d size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:00.570Z] + 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 [2023-09-05T00:40:00.910Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-09-05T00:40:00.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-09-05T00:40:00.910Z] b9208f21ad52: Preparing [2023-09-05T00:40:00.910Z] 8251de3a4c97: Preparing [2023-09-05T00:40:00.910Z] bf276509d5ca: Preparing [2023-09-05T00:40:00.910Z] 490e9b06825d: Preparing [2023-09-05T00:40:00.910Z] fd084617405e: Preparing [2023-09-05T00:40:00.910Z] 0f3e560ea911: Preparing [2023-09-05T00:40:00.910Z] 34ee797e8039: Preparing [2023-09-05T00:40:00.910Z] fecc6c38fb18: Preparing [2023-09-05T00:40:00.910Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:00.910Z] 34ee797e8039: Waiting [2023-09-05T00:40:00.910Z] fecc6c38fb18: Waiting [2023-09-05T00:40:00.910Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:00.910Z] 0f3e560ea911: Waiting [2023-09-05T00:40:00.910Z] fd084617405e: Layer already exists [2023-09-05T00:40:00.910Z] b9208f21ad52: Layer already exists [2023-09-05T00:40:00.910Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:00.910Z] 8251de3a4c97: Layer already exists [2023-09-05T00:40:00.910Z] bf276509d5ca: Layer already exists [2023-09-05T00:40:00.910Z] 34ee797e8039: Layer already exists [2023-09-05T00:40:00.910Z] fecc6c38fb18: Layer already exists [2023-09-05T00:40:00.910Z] 0f3e560ea911: Layer already exists [2023-09-05T00:40:00.910Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:01.175Z] main: digest: sha256:d11c2c3918ed2be3289f3406a08a3b2eaeb72403dcf28a53c12f6e1b4d404f5d size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:40:01.231Z] ===================================================== [Pipeline] echo [2023-09-05T00:40:01.239Z] taggedImages: [2023-09-05T00:40:01.239Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:40:01.239Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-09-05T00:40:01.239Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.1.0-dev.37 [2023-09-05T00:40:01.239Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:40:01.239Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-09-05T00:40:01.257Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-09-05T00:40:01.257Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:40:01.257Z] latest [2023-09-05T00:40:01.257Z] 3.1.0-dev.37 [2023-09-05T00:40:01.257Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:40:01.257Z] main [2023-09-05T00:40:01.257Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:01.606Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:01.940Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:40:01.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-09-05T00:40:01.940Z] 2958c1c29f31: Preparing [2023-09-05T00:40:01.940Z] 8c19ba059aa1: Preparing [2023-09-05T00:40:01.940Z] 9e4a719945ec: Preparing [2023-09-05T00:40:01.940Z] 490e9b06825d: Preparing [2023-09-05T00:40:01.940Z] fd084617405e: Preparing [2023-09-05T00:40:01.940Z] 689280067943: Preparing [2023-09-05T00:40:01.940Z] f782cff9a74c: Preparing [2023-09-05T00:40:01.940Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:01.940Z] f782cff9a74c: Waiting [2023-09-05T00:40:01.940Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:01.940Z] 689280067943: Waiting [2023-09-05T00:40:01.940Z] fd084617405e: Layer already exists [2023-09-05T00:40:01.940Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:02.206Z] 8c19ba059aa1: Pushed [2023-09-05T00:40:02.206Z] 9e4a719945ec: Pushed [2023-09-05T00:40:02.206Z] 2958c1c29f31: Pushed [2023-09-05T00:40:02.206Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:02.786Z] f782cff9a74c: Pushed [2023-09-05T00:40:20.983Z] 689280067943: Pushed [2023-09-05T00:40:20.983Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:647c4804386e33faea972dcc556541f8d9d009d109b39803018b96093f7de580 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:21.319Z] + 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 [2023-09-05T00:40:21.650Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-09-05T00:40:21.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-09-05T00:40:21.650Z] 2958c1c29f31: Preparing [2023-09-05T00:40:21.650Z] 8c19ba059aa1: Preparing [2023-09-05T00:40:21.650Z] 9e4a719945ec: Preparing [2023-09-05T00:40:21.650Z] 490e9b06825d: Preparing [2023-09-05T00:40:21.650Z] fd084617405e: Preparing [2023-09-05T00:40:21.650Z] 689280067943: Preparing [2023-09-05T00:40:21.650Z] f782cff9a74c: Preparing [2023-09-05T00:40:21.650Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:21.650Z] 689280067943: Waiting [2023-09-05T00:40:21.650Z] f782cff9a74c: Waiting [2023-09-05T00:40:21.650Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:21.650Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:21.650Z] fd084617405e: Layer already exists [2023-09-05T00:40:21.650Z] 2958c1c29f31: Layer already exists [2023-09-05T00:40:21.650Z] 9e4a719945ec: Layer already exists [2023-09-05T00:40:21.650Z] 8c19ba059aa1: Layer already exists [2023-09-05T00:40:21.650Z] 689280067943: Layer already exists [2023-09-05T00:40:21.650Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:21.650Z] f782cff9a74c: Layer already exists [2023-09-05T00:40:21.914Z] latest: digest: sha256:647c4804386e33faea972dcc556541f8d9d009d109b39803018b96093f7de580 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:22.243Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:22.561Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.1.0-dev.37 [2023-09-05T00:40:22.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-09-05T00:40:22.561Z] 2958c1c29f31: Preparing [2023-09-05T00:40:22.561Z] 8c19ba059aa1: Preparing [2023-09-05T00:40:22.561Z] 9e4a719945ec: Preparing [2023-09-05T00:40:22.561Z] 490e9b06825d: Preparing [2023-09-05T00:40:22.561Z] fd084617405e: Preparing [2023-09-05T00:40:22.561Z] 689280067943: Preparing [2023-09-05T00:40:22.561Z] f782cff9a74c: Preparing [2023-09-05T00:40:22.561Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:22.561Z] f782cff9a74c: Waiting [2023-09-05T00:40:22.561Z] 689280067943: Waiting [2023-09-05T00:40:22.561Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:22.561Z] 8c19ba059aa1: Layer already exists [2023-09-05T00:40:22.561Z] fd084617405e: Layer already exists [2023-09-05T00:40:22.561Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:22.561Z] 2958c1c29f31: Layer already exists [2023-09-05T00:40:22.561Z] 9e4a719945ec: Layer already exists [2023-09-05T00:40:22.561Z] 689280067943: Layer already exists [2023-09-05T00:40:22.561Z] f782cff9a74c: Layer already exists [2023-09-05T00:40:22.561Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:22.561Z] 3.1.0-dev.37: digest: sha256:647c4804386e33faea972dcc556541f8d9d009d109b39803018b96093f7de580 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:23.166Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:23.497Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:40:23.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-09-05T00:40:23.497Z] 2958c1c29f31: Preparing [2023-09-05T00:40:23.497Z] 8c19ba059aa1: Preparing [2023-09-05T00:40:23.497Z] 9e4a719945ec: Preparing [2023-09-05T00:40:23.497Z] 490e9b06825d: Preparing [2023-09-05T00:40:23.497Z] fd084617405e: Preparing [2023-09-05T00:40:23.497Z] 689280067943: Preparing [2023-09-05T00:40:23.497Z] f782cff9a74c: Preparing [2023-09-05T00:40:23.497Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:23.497Z] 689280067943: Waiting [2023-09-05T00:40:23.497Z] f782cff9a74c: Waiting [2023-09-05T00:40:23.497Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:23.497Z] 2958c1c29f31: Layer already exists [2023-09-05T00:40:23.497Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:23.497Z] 8c19ba059aa1: Layer already exists [2023-09-05T00:40:23.497Z] fd084617405e: Layer already exists [2023-09-05T00:40:23.497Z] 9e4a719945ec: Layer already exists [2023-09-05T00:40:23.497Z] 689280067943: Layer already exists [2023-09-05T00:40:23.497Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:23.497Z] f782cff9a74c: Layer already exists [2023-09-05T00:40:23.760Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:647c4804386e33faea972dcc556541f8d9d009d109b39803018b96093f7de580 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:24.097Z] + 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 [2023-09-05T00:40:24.432Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-09-05T00:40:24.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-09-05T00:40:24.432Z] 2958c1c29f31: Preparing [2023-09-05T00:40:24.432Z] 8c19ba059aa1: Preparing [2023-09-05T00:40:24.432Z] 9e4a719945ec: Preparing [2023-09-05T00:40:24.432Z] 490e9b06825d: Preparing [2023-09-05T00:40:24.432Z] fd084617405e: Preparing [2023-09-05T00:40:24.432Z] 689280067943: Preparing [2023-09-05T00:40:24.432Z] f782cff9a74c: Preparing [2023-09-05T00:40:24.432Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:24.432Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:24.432Z] f782cff9a74c: Waiting [2023-09-05T00:40:24.432Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:24.432Z] 2958c1c29f31: Layer already exists [2023-09-05T00:40:24.432Z] 8c19ba059aa1: Layer already exists [2023-09-05T00:40:24.432Z] fd084617405e: Layer already exists [2023-09-05T00:40:24.432Z] 9e4a719945ec: Layer already exists [2023-09-05T00:40:24.432Z] 689280067943: Layer already exists [2023-09-05T00:40:24.432Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:24.432Z] f782cff9a74c: Layer already exists [2023-09-05T00:40:24.695Z] main: digest: sha256:647c4804386e33faea972dcc556541f8d9d009d109b39803018b96093f7de580 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:40:24.744Z] ===================================================== [Pipeline] echo [2023-09-05T00:40:24.749Z] taggedImages: [2023-09-05T00:40:24.749Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:40:24.749Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-09-05T00:40:24.749Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.1.0-dev.37 [2023-09-05T00:40:24.749Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:40:24.749Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-09-05T00:40:24.763Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-09-05T00:40:24.763Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:40:24.763Z] latest [2023-09-05T00:40:24.763Z] 3.1.0-dev.37 [2023-09-05T00:40:24.763Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:40:24.763Z] main [2023-09-05T00:40:24.763Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:25.268Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:25.595Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:40:25.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-09-05T00:40:25.595Z] f4485e6f2b9d: Preparing [2023-09-05T00:40:25.595Z] 14050d00cced: Preparing [2023-09-05T00:40:25.595Z] 7f7e405d118b: Preparing [2023-09-05T00:40:25.595Z] 490e9b06825d: Preparing [2023-09-05T00:40:25.595Z] fd084617405e: Preparing [2023-09-05T00:40:25.595Z] 689280067943: Preparing [2023-09-05T00:40:25.595Z] fecc6c38fb18: Preparing [2023-09-05T00:40:25.595Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:25.595Z] fecc6c38fb18: Waiting [2023-09-05T00:40:25.595Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:25.595Z] 689280067943: Waiting [2023-09-05T00:40:25.595Z] fd084617405e: Layer already exists [2023-09-05T00:40:25.595Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:25.595Z] 689280067943: Layer already exists [2023-09-05T00:40:25.862Z] fecc6c38fb18: Layer already exists [2023-09-05T00:40:25.862Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:25.862Z] 7f7e405d118b: Pushed [2023-09-05T00:40:25.862Z] f4485e6f2b9d: Pushed [2023-09-05T00:40:25.862Z] 14050d00cced: Pushed [2023-09-05T00:40:25.862Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:274be3f7c8f883077041ff050e87683078ebdab0fdeb80150d42f55bb5c208b9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:26.469Z] + 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 [2023-09-05T00:40:30.120Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-09-05T00:40:30.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-09-05T00:40:30.120Z] f4485e6f2b9d: Preparing [2023-09-05T00:40:30.120Z] 14050d00cced: Preparing [2023-09-05T00:40:30.120Z] 7f7e405d118b: Preparing [2023-09-05T00:40:30.120Z] 490e9b06825d: Preparing [2023-09-05T00:40:30.120Z] fd084617405e: Preparing [2023-09-05T00:40:30.120Z] 689280067943: Preparing [2023-09-05T00:40:30.120Z] fecc6c38fb18: Preparing [2023-09-05T00:40:30.120Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:30.120Z] fecc6c38fb18: Waiting [2023-09-05T00:40:30.120Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:30.120Z] 689280067943: Waiting [2023-09-05T00:40:30.120Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:30.120Z] 7f7e405d118b: Layer already exists [2023-09-05T00:40:30.120Z] fd084617405e: Layer already exists [2023-09-05T00:40:30.120Z] f4485e6f2b9d: Layer already exists [2023-09-05T00:40:30.120Z] 14050d00cced: Layer already exists [2023-09-05T00:40:30.120Z] fecc6c38fb18: Layer already exists [2023-09-05T00:40:30.120Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:30.120Z] 689280067943: Layer already exists [2023-09-05T00:40:30.120Z] latest: digest: sha256:274be3f7c8f883077041ff050e87683078ebdab0fdeb80150d42f55bb5c208b9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:30.720Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:31.040Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.1.0-dev.37 [2023-09-05T00:40:31.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-09-05T00:40:31.040Z] f4485e6f2b9d: Preparing [2023-09-05T00:40:31.040Z] 14050d00cced: Preparing [2023-09-05T00:40:31.040Z] 7f7e405d118b: Preparing [2023-09-05T00:40:31.040Z] 490e9b06825d: Preparing [2023-09-05T00:40:31.040Z] fd084617405e: Preparing [2023-09-05T00:40:31.040Z] 689280067943: Preparing [2023-09-05T00:40:31.040Z] fecc6c38fb18: Preparing [2023-09-05T00:40:31.040Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:31.040Z] 689280067943: Waiting [2023-09-05T00:40:31.040Z] fecc6c38fb18: Waiting [2023-09-05T00:40:31.040Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:31.040Z] 7f7e405d118b: Layer already exists [2023-09-05T00:40:31.040Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:31.040Z] fd084617405e: Layer already exists [2023-09-05T00:40:31.040Z] f4485e6f2b9d: Layer already exists [2023-09-05T00:40:31.040Z] 14050d00cced: Layer already exists [2023-09-05T00:40:31.040Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:31.040Z] 689280067943: Layer already exists [2023-09-05T00:40:31.040Z] fecc6c38fb18: Layer already exists [2023-09-05T00:40:31.040Z] 3.1.0-dev.37: digest: sha256:274be3f7c8f883077041ff050e87683078ebdab0fdeb80150d42f55bb5c208b9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:31.639Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:31.960Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:40:31.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-09-05T00:40:31.960Z] f4485e6f2b9d: Preparing [2023-09-05T00:40:31.960Z] 14050d00cced: Preparing [2023-09-05T00:40:31.960Z] 7f7e405d118b: Preparing [2023-09-05T00:40:31.960Z] 490e9b06825d: Preparing [2023-09-05T00:40:31.960Z] fd084617405e: Preparing [2023-09-05T00:40:31.960Z] 689280067943: Preparing [2023-09-05T00:40:31.960Z] fecc6c38fb18: Preparing [2023-09-05T00:40:31.960Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:31.960Z] fecc6c38fb18: Waiting [2023-09-05T00:40:31.960Z] 689280067943: Waiting [2023-09-05T00:40:31.960Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:31.960Z] 7f7e405d118b: Layer already exists [2023-09-05T00:40:31.960Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:31.960Z] 14050d00cced: Layer already exists [2023-09-05T00:40:31.960Z] fd084617405e: Layer already exists [2023-09-05T00:40:31.960Z] f4485e6f2b9d: Layer already exists [2023-09-05T00:40:31.960Z] 689280067943: Layer already exists [2023-09-05T00:40:31.960Z] fecc6c38fb18: Layer already exists [2023-09-05T00:40:31.960Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:31.960Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:274be3f7c8f883077041ff050e87683078ebdab0fdeb80150d42f55bb5c208b9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:32.284Z] + 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 [2023-09-05T00:40:32.611Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-09-05T00:40:32.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-09-05T00:40:32.611Z] f4485e6f2b9d: Preparing [2023-09-05T00:40:32.611Z] 14050d00cced: Preparing [2023-09-05T00:40:32.611Z] 7f7e405d118b: Preparing [2023-09-05T00:40:32.611Z] 490e9b06825d: Preparing [2023-09-05T00:40:32.611Z] fd084617405e: Preparing [2023-09-05T00:40:32.611Z] 689280067943: Preparing [2023-09-05T00:40:32.611Z] fecc6c38fb18: Preparing [2023-09-05T00:40:32.611Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:32.611Z] fecc6c38fb18: Waiting [2023-09-05T00:40:32.611Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:32.611Z] 689280067943: Waiting [2023-09-05T00:40:32.611Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:32.611Z] 7f7e405d118b: Layer already exists [2023-09-05T00:40:32.611Z] f4485e6f2b9d: Layer already exists [2023-09-05T00:40:32.611Z] fd084617405e: Layer already exists [2023-09-05T00:40:32.611Z] 14050d00cced: Layer already exists [2023-09-05T00:40:32.611Z] fecc6c38fb18: Layer already exists [2023-09-05T00:40:32.611Z] 689280067943: Layer already exists [2023-09-05T00:40:32.611Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:32.876Z] main: digest: sha256:274be3f7c8f883077041ff050e87683078ebdab0fdeb80150d42f55bb5c208b9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:40:32.918Z] ===================================================== [Pipeline] echo [2023-09-05T00:40:32.924Z] taggedImages: [2023-09-05T00:40:32.924Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:40:32.924Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-09-05T00:40:32.924Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.1.0-dev.37 [2023-09-05T00:40:32.924Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:40:32.924Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-09-05T00:40:32.939Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-09-05T00:40:32.939Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:40:32.939Z] latest [2023-09-05T00:40:32.939Z] 3.1.0-dev.37 [2023-09-05T00:40:32.939Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:40:32.939Z] main [2023-09-05T00:40:32.939Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:33.263Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:33.590Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:40:33.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-09-05T00:40:33.590Z] 4cdd8ed8cdab: Preparing [2023-09-05T00:40:33.590Z] 18f5efd0e0d1: Preparing [2023-09-05T00:40:33.590Z] 490e9b06825d: Preparing [2023-09-05T00:40:33.590Z] fd084617405e: Preparing [2023-09-05T00:40:33.590Z] 2ee08173f1bc: Preparing [2023-09-05T00:40:33.590Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:33.590Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:33.590Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:33.590Z] fd084617405e: Layer already exists [2023-09-05T00:40:33.590Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:33.854Z] 4cdd8ed8cdab: Pushed [2023-09-05T00:40:34.121Z] 2ee08173f1bc: Pushed [2023-09-05T00:40:39.439Z] 18f5efd0e0d1: Pushed [2023-09-05T00:40:39.439Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:451c419f2c0e921e032fba5656d723f6c839b175e562995b0207b5bb32f71f75 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:39.773Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:40.115Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-09-05T00:40:40.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-09-05T00:40:40.115Z] 4cdd8ed8cdab: Preparing [2023-09-05T00:40:40.115Z] 18f5efd0e0d1: Preparing [2023-09-05T00:40:40.115Z] 490e9b06825d: Preparing [2023-09-05T00:40:40.115Z] fd084617405e: Preparing [2023-09-05T00:40:40.115Z] 2ee08173f1bc: Preparing [2023-09-05T00:40:40.115Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:40.115Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:40.115Z] 18f5efd0e0d1: Layer already exists [2023-09-05T00:40:40.115Z] fd084617405e: Layer already exists [2023-09-05T00:40:40.115Z] 2ee08173f1bc: Layer already exists [2023-09-05T00:40:40.115Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:40.115Z] 4cdd8ed8cdab: Layer already exists [2023-09-05T00:40:40.115Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:40.379Z] latest: digest: sha256:451c419f2c0e921e032fba5656d723f6c839b175e562995b0207b5bb32f71f75 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:40.707Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:44.371Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.1.0-dev.37 [2023-09-05T00:40:44.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-09-05T00:40:44.371Z] 4cdd8ed8cdab: Preparing [2023-09-05T00:40:44.371Z] 18f5efd0e0d1: Preparing [2023-09-05T00:40:44.371Z] 490e9b06825d: Preparing [2023-09-05T00:40:44.371Z] fd084617405e: Preparing [2023-09-05T00:40:44.371Z] 2ee08173f1bc: Preparing [2023-09-05T00:40:44.371Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:44.371Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:44.371Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:44.371Z] fd084617405e: Layer already exists [2023-09-05T00:40:44.371Z] 2ee08173f1bc: Layer already exists [2023-09-05T00:40:44.371Z] 18f5efd0e0d1: Layer already exists [2023-09-05T00:40:44.371Z] 4cdd8ed8cdab: Layer already exists [2023-09-05T00:40:44.371Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:44.371Z] 3.1.0-dev.37: digest: sha256:451c419f2c0e921e032fba5656d723f6c839b175e562995b0207b5bb32f71f75 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:44.977Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:45.312Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:40:45.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-09-05T00:40:45.312Z] 4cdd8ed8cdab: Preparing [2023-09-05T00:40:45.312Z] 18f5efd0e0d1: Preparing [2023-09-05T00:40:45.312Z] 490e9b06825d: Preparing [2023-09-05T00:40:45.312Z] fd084617405e: Preparing [2023-09-05T00:40:45.312Z] 2ee08173f1bc: Preparing [2023-09-05T00:40:45.312Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:45.312Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:45.312Z] 4cdd8ed8cdab: Layer already exists [2023-09-05T00:40:45.312Z] fd084617405e: Layer already exists [2023-09-05T00:40:45.312Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:45.312Z] 18f5efd0e0d1: Layer already exists [2023-09-05T00:40:45.312Z] 2ee08173f1bc: Layer already exists [2023-09-05T00:40:45.312Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:45.312Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:451c419f2c0e921e032fba5656d723f6c839b175e562995b0207b5bb32f71f75 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:45.903Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:46.242Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-09-05T00:40:46.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-09-05T00:40:46.242Z] 4cdd8ed8cdab: Preparing [2023-09-05T00:40:46.242Z] 18f5efd0e0d1: Preparing [2023-09-05T00:40:46.242Z] 490e9b06825d: Preparing [2023-09-05T00:40:46.242Z] fd084617405e: Preparing [2023-09-05T00:40:46.242Z] 2ee08173f1bc: Preparing [2023-09-05T00:40:46.242Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:46.242Z] fd084617405e: Layer already exists [2023-09-05T00:40:46.242Z] 18f5efd0e0d1: Layer already exists [2023-09-05T00:40:46.242Z] 4cdd8ed8cdab: Layer already exists [2023-09-05T00:40:46.242Z] 2ee08173f1bc: Layer already exists [2023-09-05T00:40:46.242Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:46.242Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:46.506Z] main: digest: sha256:451c419f2c0e921e032fba5656d723f6c839b175e562995b0207b5bb32f71f75 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:40:46.544Z] ===================================================== [Pipeline] echo [2023-09-05T00:40:46.550Z] taggedImages: [2023-09-05T00:40:46.550Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:40:46.550Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-09-05T00:40:46.550Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.1.0-dev.37 [2023-09-05T00:40:46.550Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:40:46.550Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-09-05T00:40:46.565Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-09-05T00:40:46.565Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:40:46.565Z] latest [2023-09-05T00:40:46.565Z] 3.1.0-dev.37 [2023-09-05T00:40:46.565Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:40:46.565Z] main [2023-09-05T00:40:46.565Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:46.890Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:47.217Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:40:47.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-09-05T00:40:47.217Z] 64f5ec9e5bee: Preparing [2023-09-05T00:40:47.217Z] d188ab70c994: Preparing [2023-09-05T00:40:47.217Z] 490e9b06825d: Preparing [2023-09-05T00:40:47.217Z] fd084617405e: Preparing [2023-09-05T00:40:47.217Z] 2863c9336393: Preparing [2023-09-05T00:40:47.217Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:47.217Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:47.217Z] fd084617405e: Layer already exists [2023-09-05T00:40:47.217Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:47.217Z] 2863c9336393: Layer already exists [2023-09-05T00:40:47.217Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:47.482Z] 64f5ec9e5bee: Pushed [2023-09-05T00:40:54.107Z] d188ab70c994: Pushed [2023-09-05T00:40:54.107Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:fcfacc82cd9ed897f0b578a91a05d96f5cf690e1a4594f4a3a579e3310232fd7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:54.441Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:54.766Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-09-05T00:40:54.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-09-05T00:40:54.766Z] 64f5ec9e5bee: Preparing [2023-09-05T00:40:54.766Z] d188ab70c994: Preparing [2023-09-05T00:40:54.766Z] 490e9b06825d: Preparing [2023-09-05T00:40:54.766Z] fd084617405e: Preparing [2023-09-05T00:40:54.766Z] 2863c9336393: Preparing [2023-09-05T00:40:54.766Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:54.766Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:54.766Z] 2863c9336393: Layer already exists [2023-09-05T00:40:54.766Z] fd084617405e: Layer already exists [2023-09-05T00:40:54.766Z] 64f5ec9e5bee: Layer already exists [2023-09-05T00:40:54.766Z] d188ab70c994: Layer already exists [2023-09-05T00:40:54.766Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:54.766Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:54.766Z] latest: digest: sha256:fcfacc82cd9ed897f0b578a91a05d96f5cf690e1a4594f4a3a579e3310232fd7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:55.362Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:58.299Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.1.0-dev.37 [2023-09-05T00:40:58.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-09-05T00:40:58.299Z] 64f5ec9e5bee: Preparing [2023-09-05T00:40:58.299Z] d188ab70c994: Preparing [2023-09-05T00:40:58.299Z] 490e9b06825d: Preparing [2023-09-05T00:40:58.299Z] fd084617405e: Preparing [2023-09-05T00:40:58.299Z] 2863c9336393: Preparing [2023-09-05T00:40:58.299Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:58.299Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:58.299Z] 2863c9336393: Layer already exists [2023-09-05T00:40:58.299Z] fd084617405e: Layer already exists [2023-09-05T00:40:58.299Z] 64f5ec9e5bee: Layer already exists [2023-09-05T00:40:58.299Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:58.299Z] d188ab70c994: Layer already exists [2023-09-05T00:40:58.299Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:58.573Z] 3.1.0-dev.37: digest: sha256:fcfacc82cd9ed897f0b578a91a05d96f5cf690e1a4594f4a3a579e3310232fd7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:58.915Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:59.251Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:40:59.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-09-05T00:40:59.251Z] 64f5ec9e5bee: Preparing [2023-09-05T00:40:59.251Z] d188ab70c994: Preparing [2023-09-05T00:40:59.251Z] 490e9b06825d: Preparing [2023-09-05T00:40:59.251Z] fd084617405e: Preparing [2023-09-05T00:40:59.251Z] 2863c9336393: Preparing [2023-09-05T00:40:59.251Z] d2d9d24a8c2a: Preparing [2023-09-05T00:40:59.251Z] d2d9d24a8c2a: Waiting [2023-09-05T00:40:59.251Z] 64f5ec9e5bee: Layer already exists [2023-09-05T00:40:59.251Z] 490e9b06825d: Layer already exists [2023-09-05T00:40:59.251Z] d188ab70c994: Layer already exists [2023-09-05T00:40:59.251Z] fd084617405e: Layer already exists [2023-09-05T00:40:59.251Z] 2863c9336393: Layer already exists [2023-09-05T00:40:59.251Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:40:59.516Z] 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:fcfacc82cd9ed897f0b578a91a05d96f5cf690e1a4594f4a3a579e3310232fd7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:40:59.860Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:41:00.206Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-09-05T00:41:00.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-09-05T00:41:00.206Z] 64f5ec9e5bee: Preparing [2023-09-05T00:41:00.206Z] d188ab70c994: Preparing [2023-09-05T00:41:00.206Z] 490e9b06825d: Preparing [2023-09-05T00:41:00.206Z] fd084617405e: Preparing [2023-09-05T00:41:00.206Z] 2863c9336393: Preparing [2023-09-05T00:41:00.206Z] d2d9d24a8c2a: Preparing [2023-09-05T00:41:00.206Z] d2d9d24a8c2a: Waiting [2023-09-05T00:41:00.206Z] d188ab70c994: Layer already exists [2023-09-05T00:41:00.206Z] 64f5ec9e5bee: Layer already exists [2023-09-05T00:41:00.206Z] fd084617405e: Layer already exists [2023-09-05T00:41:00.206Z] 490e9b06825d: Layer already exists [2023-09-05T00:41:00.206Z] 2863c9336393: Layer already exists [2023-09-05T00:41:00.206Z] d2d9d24a8c2a: Layer already exists [2023-09-05T00:41:00.470Z] main: digest: sha256:fcfacc82cd9ed897f0b578a91a05d96f5cf690e1a4594f4a3a579e3310232fd7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T00:41:00.528Z] ===================================================== [Pipeline] echo [2023-09-05T00:41:00.537Z] taggedImages: [2023-09-05T00:41:00.537Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [2023-09-05T00:41:00.537Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-09-05T00:41:00.537Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.1.0-dev.37 [2023-09-05T00:41:00.537Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [2023-09-05T00:41:00.537Z] - 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 [2023-09-05T00:41:00.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-05T00:41:00.905Z] [2023-09-05T00:41:00.905Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:41:01.224Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-05T00:41:01.224Z] arm64: Pulling from edgex-lftools-log-publisher [2023-09-05T00:41:01.224Z] 8998bd30e6a1: Pulling fs layer [2023-09-05T00:41:01.224Z] 04944245beec: Pulling fs layer [2023-09-05T00:41:01.224Z] 699f458cf7ca: Pulling fs layer [2023-09-05T00:41:01.224Z] 765212b225bb: Pulling fs layer [2023-09-05T00:41:01.224Z] f23df028b6ca: Pulling fs layer [2023-09-05T00:41:01.224Z] d65c8cfc05b1: Pulling fs layer [2023-09-05T00:41:01.224Z] 2437ff75d9bd: Pulling fs layer [2023-09-05T00:41:01.224Z] f23df028b6ca: Waiting [2023-09-05T00:41:01.224Z] d65c8cfc05b1: Waiting [2023-09-05T00:41:01.224Z] 2437ff75d9bd: Waiting [2023-09-05T00:41:01.224Z] 765212b225bb: Waiting [2023-09-05T00:41:01.495Z] 04944245beec: Verifying Checksum [2023-09-05T00:41:01.495Z] 04944245beec: Download complete [2023-09-05T00:41:01.495Z] 765212b225bb: Download complete [2023-09-05T00:41:01.495Z] f23df028b6ca: Verifying Checksum [2023-09-05T00:41:01.495Z] f23df028b6ca: Download complete [2023-09-05T00:41:01.495Z] d65c8cfc05b1: Verifying Checksum [2023-09-05T00:41:01.495Z] d65c8cfc05b1: Download complete [2023-09-05T00:41:01.495Z] 699f458cf7ca: Verifying Checksum [2023-09-05T00:41:01.495Z] 699f458cf7ca: Download complete [2023-09-05T00:41:02.076Z] 8998bd30e6a1: Verifying Checksum [2023-09-05T00:41:02.076Z] 8998bd30e6a1: Download complete [2023-09-05T00:41:04.012Z] 2437ff75d9bd: Verifying Checksum [2023-09-05T00:41:04.012Z] 2437ff75d9bd: Download complete [2023-09-05T00:41:05.947Z] 8998bd30e6a1: Pull complete [2023-09-05T00:41:06.527Z] 04944245beec: Pull complete [2023-09-05T00:41:07.927Z] 699f458cf7ca: Pull complete [2023-09-05T00:41:07.928Z] 765212b225bb: Pull complete [2023-09-05T00:41:12.173Z] f23df028b6ca: Pull complete [2023-09-05T00:41:12.173Z] d65c8cfc05b1: Pull complete [2023-09-05T00:41:27.139Z] 2437ff75d9bd: Pull complete [2023-09-05T00:41:27.139Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-09-05T00:41:27.139Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-05T00:41:27.139Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T00:41:27.343Z] prd-ubuntu20.04-docker-arm64-4c-16g-5286 does not seem to be running inside a container [2023-09-05T00:41:27.422Z] $ 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/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@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:arm64 cat [2023-09-05T00:41:30.190Z] $ docker top 84b4266b5840952b672cf74fd49bdd85af6f07b0db3c99b1b66887ca3efef5c6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-05T00:41:31.042Z] ---> job-cost.sh [2023-09-05T00:41:31.042Z] lf-activate-venv: SKIPPING [2023-09-05T00:41:31.042Z] INFO: No Stack... [2023-09-05T00:41:31.618Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-09-05T00:41:32.194Z] INFO: Archiving Costs [Pipeline] sh [2023-09-05T00:41:32.823Z] + + cat /w/workspace/edgex-go/571/archives/cost.csv [2023-09-05T00:41:32.823Z] cut -d, -f6 [Pipeline] lock [2023-09-05T00:41:32.858Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-571-stack-cost] [2023-09-05T00:41:32.864Z] Resource [jenkins-edgexfoundry-edgex-go-main-571-stack-cost] did not exist. Created. [2023-09-05T00:41:32.864Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-571-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-05T00:41:33.191Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-09-05T00:41:33.730Z] Stashed 1 file(s) [Pipeline] } [2023-09-05T00:41:33.738Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-571-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-05T00:41:33.772Z] $ docker stop --time=1 84b4266b5840952b672cf74fd49bdd85af6f07b0db3c99b1b66887ca3efef5c6 [2023-09-05T00:41:35.242Z] $ docker rm -f --volumes 84b4266b5840952b672cf74fd49bdd85af6f07b0db3c99b1b66887ca3efef5c6 [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 [2023-09-05T00:41:35.684Z] provisioning config files... [2023-09-05T00:41:35.691Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/571@tmp/config7454983526936790147tmp [Pipeline] { [Pipeline] sh [2023-09-05T00:41:35.992Z] + set +x [2023-09-05T00:41:35.992Z] + bash -s -- [2023-09-05T00:41:35.992Z] + curl -s https://codecov.io/bash [2023-09-05T00:41:35.992Z] [2023-09-05T00:41:35.992Z] _____ _ [2023-09-05T00:41:35.992Z] / ____| | | [2023-09-05T00:41:35.992Z] | | ___ __| | ___ ___ _____ __ [2023-09-05T00:41:35.992Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-09-05T00:41:35.992Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-09-05T00:41:35.993Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-09-05T00:41:35.993Z] Bash-1.0.6 [2023-09-05T00:41:35.993Z] [2023-09-05T00:41:35.993Z] [2023-09-05T00:41:35.993Z] ==> git version 2.25.1 found [2023-09-05T00:41:35.993Z] ==> 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 [2023-09-05T00:41:35.993Z] Release-Date: 2020-01-08 [2023-09-05T00:41:35.993Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-09-05T00:41:35.993Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-09-05T00:41:35.993Z] ==> Jenkins CI detected. [2023-09-05T00:41:35.993Z] current dir:  /w/workspace/edgex-go/571 [2023-09-05T00:41:35.993Z] project root: . [2023-09-05T00:41:35.993Z] --> token set from env [2023-09-05T00:41:35.993Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-09-05T00:41:36.252Z] ==> Running gcov in . (disable via -X gcov) [2023-09-05T00:41:36.252Z] ==> Python coveragepy not found [2023-09-05T00:41:36.252Z] ==> Searching for coverage reports in: [2023-09-05T00:41:36.252Z] + . [2023-09-05T00:41:36.252Z] -> Found 1 reports [2023-09-05T00:41:36.252Z] ==> Detecting git/mercurial file structure [2023-09-05T00:41:36.252Z] ==> Reading reports [2023-09-05T00:41:36.252Z] + ./coverage.out bytes=447827 [2023-09-05T00:41:36.252Z] ==> Appending adjustments [2023-09-05T00:41:36.252Z] https://docs.codecov.io/docs/fixing-reports [2023-09-05T00:41:37.186Z] + Found adjustments [2023-09-05T00:41:37.186Z] ==> Gzipping contents [2023-09-05T00:41:37.186Z] 60K /tmp/codecov.HWzHFa.gz [2023-09-05T00:41:37.186Z] ==> Uploading reports [2023-09-05T00:41:37.186Z] url: https://codecov.io [2023-09-05T00:41:37.186Z] query: branch=main&commit=8274911434a2757c8b48b8ce5b79d548a121dbe7&build=571&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F571%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-09-05T00:41:37.186Z] -> Pinging Codecov [2023-09-05T00:41:37.186Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=8274911434a2757c8b48b8ce5b79d548a121dbe7&build=571&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F571%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-09-05T00:41:37.444Z] -> Uploading to [2023-09-05T00:41:37.444Z] https://storage.googleapis.com/codecov/v4/raw/2023-09-05/00271124DB129430A58F1EEE437C3FCB/8274911434a2757c8b48b8ce5b79d548a121dbe7/f6e8de99-f5a8-4d46-8e34-2f701997195c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230905%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230905T004137Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c5e9a14944d742595fbd2c75ce3b1438c1ce8b14965407283a8de73687a16521 [2023-09-05T00:41:37.444Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-05T00:41:37.444Z] Dload Upload Total Spent Left Speed [2023-09-05T00:41:37.703Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57459 0 0 100 57459 0 275k --:--:-- --:--:-- --:--:-- 275k [2023-09-05T00:41:37.703Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [2023-09-05T00:41:37.710Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-09-05T00:41:37.906Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-09-05T00:41:37.915Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:41:38.208Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-09-05T00:41:38.208Z] [2023-09-05T00:41:38.208Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:41:38.504Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-09-05T00:41:38.504Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-09-05T00:41:38.504Z] df9b9388f04a: Pulling fs layer [2023-09-05T00:41:38.504Z] 52dc419b0ee2: Pulling fs layer [2023-09-05T00:41:38.504Z] 25bc292e5bac: Pulling fs layer [2023-09-05T00:41:38.504Z] 114826534d7a: Pulling fs layer [2023-09-05T00:41:38.504Z] 4657fd5d0bcf: Pulling fs layer [2023-09-05T00:41:38.504Z] 6ad1cebc031e: Pulling fs layer [2023-09-05T00:41:38.504Z] 8a3aa393b2d8: Pulling fs layer [2023-09-05T00:41:38.504Z] 4657fd5d0bcf: Waiting [2023-09-05T00:41:38.504Z] 114826534d7a: Waiting [2023-09-05T00:41:38.504Z] 8a3aa393b2d8: Waiting [2023-09-05T00:41:38.504Z] 6ad1cebc031e: Waiting [2023-09-05T00:41:38.504Z] 25bc292e5bac: Verifying Checksum [2023-09-05T00:41:38.504Z] 25bc292e5bac: Download complete [2023-09-05T00:41:38.504Z] 52dc419b0ee2: Download complete [2023-09-05T00:41:38.504Z] 4657fd5d0bcf: Download complete [2023-09-05T00:41:38.504Z] df9b9388f04a: Download complete [2023-09-05T00:41:38.780Z] df9b9388f04a: Pull complete [2023-09-05T00:41:38.781Z] 6ad1cebc031e: Verifying Checksum [2023-09-05T00:41:38.781Z] 6ad1cebc031e: Download complete [2023-09-05T00:41:38.781Z] 52dc419b0ee2: Pull complete [2023-09-05T00:41:39.045Z] 25bc292e5bac: Pull complete [2023-09-05T00:41:39.612Z] 114826534d7a: Download complete [2023-09-05T00:41:39.612Z] 8a3aa393b2d8: Verifying Checksum [2023-09-05T00:41:39.612Z] 8a3aa393b2d8: Download complete [2023-09-05T00:41:42.903Z] 114826534d7a: Pull complete [2023-09-05T00:41:43.162Z] 4657fd5d0bcf: Pull complete [2023-09-05T00:41:43.420Z] 6ad1cebc031e: Pull complete [2023-09-05T00:41:45.956Z] 8a3aa393b2d8: Pull complete [2023-09-05T00:41:46.215Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-09-05T00:41:46.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-09-05T00:41:46.215Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T00:41:46.304Z] prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container [2023-09-05T00:41:46.336Z] $ 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/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-09-05T00:41:51.909Z] $ docker top 01a7606507273c37dc5a3723f5aa54e3c9f7a82bb16d85ff0d2517578d9239b9 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-09-05T00:41:51.970Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-09-05T00:41:52.246Z] + set -o pipefail [2023-09-05T00:41:52.247Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-09-05T00:41:58.811Z] [2023-09-05T00:41:58.811Z] Monitoring /w/workspace/edgex-go/571 (github.com/edgexfoundry/edgex-go)... [2023-09-05T00:41:58.811Z] [2023-09-05T00:41:58.811Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/40e77515-a7f2-403d-bb74-dca7cccd39da [2023-09-05T00:41:58.811Z] [2023-09-05T00:41:58.811Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-09-05T00:41:58.811Z] [2023-09-05T00:41:58.811Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-09-05T00:41:58.811Z] [2023-09-05T00:41:58.811Z] [2023-09-05T00:41:58.811Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-09-05T00:41:58.811Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-09-05T00:41:58.811Z] More details here: https://snyk.co/ue1NS [2023-09-05T00:41:58.811Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-09-05T00:41:58.811Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-09-05T00:41:58.821Z] $ docker stop --time=1 01a7606507273c37dc5a3723f5aa54e3c9f7a82bb16d85ff0d2517578d9239b9 [2023-09-05T00:42:02.649Z] $ docker rm -f --volumes 01a7606507273c37dc5a3723f5aa54e3c9f7a82bb16d85ff0d2517578d9239b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-09-05T00:42:03.052Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-05T00:42:03.071Z] provisioning config files... [2023-09-05T00:42:03.078Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/571@tmp/config11562394997652796033tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-05T00:42:03.377Z] --> edgex-publish-swagger.sh [2023-09-05T00:42:03.377Z] === Publish openapi/v3 API === [2023-09-05T00:42:03.377Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-09-05T00:42:03.377Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/571/openapi/v3/core-command.yaml] [2023-09-05T00:42:03.377Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-05T00:42:03.377Z] Dload Upload Total Spent Left Speed [2023-09-05T00:42:03.945Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 51062 --:--:-- --:--:-- --:--:-- 51062 [2023-09-05T00:42:03.945Z] [2023-09-05T00:42:03.945Z] [2023-09-05T00:42:03.945Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/571/openapi/v3/core-data.yaml] [2023-09-05T00:42:03.945Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-05T00:42:03.945Z] Dload Upload Total Spent Left Speed [2023-09-05T00:42:04.511Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71708 0 0 100 71708 0 122k --:--:-- --:--:-- --:--:-- 121k 100 71708 0 0 100 71708 0 122k --:--:-- --:--:-- --:--:-- 121k [2023-09-05T00:42:04.511Z] [2023-09-05T00:42:04.511Z] [2023-09-05T00:42:04.511Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/571/openapi/v3/core-metadata.yaml] [2023-09-05T00:42:04.511Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-05T00:42:04.511Z] Dload Upload Total Spent Left Speed [2023-09-05T00:42:05.080Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 0 0 100 144k 0 267k --:--:-- --:--:-- --:--:-- 267k [2023-09-05T00:42:05.080Z] [2023-09-05T00:42:05.080Z] [2023-09-05T00:42:05.080Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/571/openapi/v3/support-notifications.yaml] [2023-09-05T00:42:05.080Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-05T00:42:05.080Z] Dload Upload Total Spent Left Speed [2023-09-05T00:42:05.648Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 75 87000 0 0 75 65536 0 810k --:--:-- --:--:-- --:--:-- 800k 100 87000 0 0 100 87000 0 170k --:--:-- --:--:-- --:--:-- 170k [2023-09-05T00:42:05.648Z] [2023-09-05T00:42:05.648Z] [2023-09-05T00:42:05.648Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/571/openapi/v3/support-scheduler.yaml] [2023-09-05T00:42:05.648Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-05T00:42:05.648Z] Dload Upload Total Spent Left Speed [2023-09-05T00:42:05.907Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36954 0 0 100 36954 0 88195 --:--:-- --:--:-- --:--:-- 88195 [2023-09-05T00:42:05.907Z] [2023-09-05T00:42:05.907Z] [Pipeline] } [2023-09-05T00:42:05.913Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2023-09-05T00:42:06.329Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-05T00:42:06.329Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:42:06.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-05T00:42:06.628Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T00:42:06.696Z] prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container [2023-09-05T00:42:06.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-05T00:42:07.224Z] $ docker top 2cea0d4f22581a053c850f3bd5ad5a2975a9dcf10161039b893a1a628bd823c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-05T00:42:07.309Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-05T00:42:07.309Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-05T00:42:07.418Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-05T00:42:07.419Z] $ docker exec 2cea0d4f22581a053c850f3bd5ad5a2975a9dcf10161039b893a1a628bd823c3 ssh-agent [2023-09-05T00:42:07.535Z] SSH_AUTH_SOCK=/tmp/ssh-4nf8Eipl78mU/agent.32 [2023-09-05T00:42:07.535Z] SSH_AGENT_PID=38 [2023-09-05T00:42:07.540Z] Running ssh-add (command line suppressed) [2023-09-05T00:42:07.649Z] Identity added: /w/workspace/edgex-go/571@tmp/private_key_13530469379527089190.key (/w/workspace/edgex-go/571@tmp/private_key_13530469379527089190.key) [2023-09-05T00:42:07.663Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-05T00:42:07.957Z] + git semver tag [2023-09-05T00:42:08.216Z] 2023-09-05 00:42:08,120 [run_tag] DEBUG tag force:False [2023-09-05T00:42:08.216Z] 2023-09-05 00:42:08,121 [check_head_tag] DEBUG check head tag [2023-09-05T00:42:08.216Z] 2023-09-05 00:42:08,121 [execute] INFO git cat-file --batch-check [2023-09-05T00:42:08.216Z] 2023-09-05 00:42:08,122 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/571, universal_newlines=False, shell=None, istream=) [2023-09-05T00:42:08.216Z] 2023-09-05 00:42:08,125 [execute] INFO git cat-file --batch [2023-09-05T00:42:08.216Z] 2023-09-05 00:42:08,125 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/571, universal_newlines=False, shell=None, istream=) [2023-09-05T00:42:08.216Z] 2023-09-05 00:42:08,141 [read_version] DEBUG read version from /w/workspace/edgex-go/571/.semver/main [2023-09-05T00:42:08.216Z] 2023-09-05 00:42:08,141 [execute] INFO git tag -a v3.1.0-dev.37 -m v3.1.0-dev.37 [2023-09-05T00:42:08.216Z] 2023-09-05 00:42:08,141 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.37', '-m', 'v3.1.0-dev.37'], cwd=/w/workspace/edgex-go/571, universal_newlines=False, shell=None, istream=None) [2023-09-05T00:42:08.216Z] 2023-09-05 00:42:08,146 [read_version] DEBUG read version from /w/workspace/edgex-go/571/.semver/main [2023-09-05T00:42:08.216Z] 3.1.0-dev.37 [Pipeline] } [2023-09-05T00:42:08.222Z] $ docker exec --env ******** --env ******** 2cea0d4f22581a053c850f3bd5ad5a2975a9dcf10161039b893a1a628bd823c3 ssh-agent -k [2023-09-05T00:42:08.333Z] unset SSH_AUTH_SOCK; [2023-09-05T00:42:08.333Z] unset SSH_AGENT_PID; [2023-09-05T00:42:08.333Z] echo Agent pid 38 killed; [2023-09-05T00:42:08.345Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-05T00:42:08.658Z] + git semver [Pipeline] } [2023-09-05T00:42:08.928Z] $ docker stop --time=1 2cea0d4f22581a053c850f3bd5ad5a2975a9dcf10161039b893a1a628bd823c3 [2023-09-05T00:42:10.195Z] $ docker rm -f --volumes 2cea0d4f22581a053c850f3bd5ad5a2975a9dcf10161039b893a1a628bd823c3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:42:10.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-09-05T00:42:10.576Z] [2023-09-05T00:42:10.576Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:42:10.882Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-09-05T00:42:10.882Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-09-05T00:42:10.882Z] ab5ef0e58194: Pulling fs layer [2023-09-05T00:42:10.882Z] 9712f1f96733: Pulling fs layer [2023-09-05T00:42:10.882Z] 63f879dbbcfc: Pulling fs layer [2023-09-05T00:42:10.882Z] 0d9ebad4ef96: Pulling fs layer [2023-09-05T00:42:10.882Z] e9a5061849ea: Pulling fs layer [2023-09-05T00:42:10.882Z] d747dcd14b5f: Pulling fs layer [2023-09-05T00:42:10.882Z] 2de7ff778b66: Pulling fs layer [2023-09-05T00:42:10.882Z] 0d9ebad4ef96: Waiting [2023-09-05T00:42:10.882Z] 2de7ff778b66: Waiting [2023-09-05T00:42:10.882Z] d747dcd14b5f: Waiting [2023-09-05T00:42:10.882Z] e9a5061849ea: Waiting [2023-09-05T00:42:10.882Z] 9712f1f96733: Verifying Checksum [2023-09-05T00:42:10.882Z] 9712f1f96733: Download complete [2023-09-05T00:42:11.461Z] 63f879dbbcfc: Verifying Checksum [2023-09-05T00:42:11.461Z] 63f879dbbcfc: Download complete [2023-09-05T00:42:11.461Z] e9a5061849ea: Verifying Checksum [2023-09-05T00:42:11.461Z] e9a5061849ea: Download complete [2023-09-05T00:42:11.719Z] d747dcd14b5f: Verifying Checksum [2023-09-05T00:42:11.719Z] d747dcd14b5f: Download complete [2023-09-05T00:42:11.719Z] 0d9ebad4ef96: Download complete [2023-09-05T00:42:11.719Z] ab5ef0e58194: Verifying Checksum [2023-09-05T00:42:11.719Z] ab5ef0e58194: Download complete [2023-09-05T00:42:11.719Z] 2de7ff778b66: Download complete [2023-09-05T00:42:14.247Z] ab5ef0e58194: Pull complete [2023-09-05T00:42:14.507Z] 9712f1f96733: Pull complete [2023-09-05T00:42:15.071Z] 63f879dbbcfc: Pull complete [2023-09-05T00:42:19.263Z] 0d9ebad4ef96: Pull complete [2023-09-05T00:42:19.263Z] e9a5061849ea: Pull complete [2023-09-05T00:42:19.521Z] d747dcd14b5f: Pull complete [2023-09-05T00:42:20.454Z] 2de7ff778b66: Pull complete [2023-09-05T00:42:20.454Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-09-05T00:42:20.454Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-09-05T00:42:20.454Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T00:42:20.535Z] prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container [2023-09-05T00:42:20.560Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-09-05T00:42:25.126Z] $ docker top 5a19f227059effe751afd2ef4f828f7e5561ff6c949e4eea78d9d0f7b375fb8b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-09-05T00:42:25.211Z] provisioning config files... [2023-09-05T00:42:25.220Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/571@tmp/config3626377200428119847tmp [2023-09-05T00:42:25.229Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/571@tmp/config16310082591440661681tmp [2023-09-05T00:42:25.238Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/571@tmp/config6340675942378989501tmp [Pipeline] { [Pipeline] echo [2023-09-05T00:42:25.252Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-05T00:42:25.532Z] ---> sigul-configuration.sh [2023-09-05T00:42:25.532Z] gpg: directory `/root/.gnupg' created [2023-09-05T00:42:25.532Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-09-05T00:42:25.532Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-09-05T00:42:25.532Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-09-05T00:42:25.532Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-09-05T00:42:25.532Z] gpg: CAST5 encrypted data [2023-09-05T00:42:25.532Z] gpg: encrypted with 1 passphrase [2023-09-05T00:42:25.532Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-09-05T00:42:25.813Z] + mkdir /home/jenkins [2023-09-05T00:42:25.813Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-09-05T00:42:26.098Z] + 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 [2023-09-05T00:42:26.107Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-05T00:42:26.391Z] ---> sigul-install.sh [2023-09-05T00:42:26.391Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-09-05T00:42:26.673Z] + git tag --list [2023-09-05T00:42:26.673Z] 0.6.0 [2023-09-05T00:42:26.673Z] 0.6.1 [2023-09-05T00:42:26.673Z] 0.7.0 [2023-09-05T00:42:26.673Z] 0.7.1 [2023-09-05T00:42:26.673Z] v1.0.0 [2023-09-05T00:42:26.673Z] v1.0.1 [2023-09-05T00:42:26.673Z] v1.1.0 [2023-09-05T00:42:26.673Z] v1.2.0 [2023-09-05T00:42:26.673Z] v1.2.1 [2023-09-05T00:42:26.673Z] v1.3.0 [2023-09-05T00:42:26.673Z] v1.3.1 [2023-09-05T00:42:26.673Z] v2.0.0 [2023-09-05T00:42:26.673Z] v2.1.0 [2023-09-05T00:42:26.673Z] v2.1.1 [2023-09-05T00:42:26.673Z] v2.2.0 [2023-09-05T00:42:26.673Z] v2.3.0 [2023-09-05T00:42:26.673Z] v3.0 [2023-09-05T00:42:26.673Z] v3.0.0 [2023-09-05T00:42:26.673Z] v3.1.0-dev.1 [2023-09-05T00:42:26.673Z] v3.1.0-dev.10 [2023-09-05T00:42:26.673Z] v3.1.0-dev.11 [2023-09-05T00:42:26.673Z] v3.1.0-dev.12 [2023-09-05T00:42:26.673Z] v3.1.0-dev.13 [2023-09-05T00:42:26.673Z] v3.1.0-dev.14 [2023-09-05T00:42:26.673Z] v3.1.0-dev.15 [2023-09-05T00:42:26.673Z] v3.1.0-dev.16 [2023-09-05T00:42:26.673Z] v3.1.0-dev.17 [2023-09-05T00:42:26.673Z] v3.1.0-dev.18 [2023-09-05T00:42:26.673Z] v3.1.0-dev.19 [2023-09-05T00:42:26.673Z] v3.1.0-dev.2 [2023-09-05T00:42:26.673Z] v3.1.0-dev.20 [2023-09-05T00:42:26.673Z] v3.1.0-dev.21 [2023-09-05T00:42:26.673Z] v3.1.0-dev.22 [2023-09-05T00:42:26.673Z] v3.1.0-dev.23 [2023-09-05T00:42:26.673Z] v3.1.0-dev.24 [2023-09-05T00:42:26.673Z] v3.1.0-dev.25 [2023-09-05T00:42:26.673Z] v3.1.0-dev.26 [2023-09-05T00:42:26.673Z] v3.1.0-dev.27 [2023-09-05T00:42:26.673Z] v3.1.0-dev.28 [2023-09-05T00:42:26.673Z] v3.1.0-dev.29 [2023-09-05T00:42:26.673Z] v3.1.0-dev.3 [2023-09-05T00:42:26.673Z] v3.1.0-dev.30 [2023-09-05T00:42:26.673Z] v3.1.0-dev.31 [2023-09-05T00:42:26.673Z] v3.1.0-dev.32 [2023-09-05T00:42:26.673Z] v3.1.0-dev.33 [2023-09-05T00:42:26.673Z] v3.1.0-dev.34 [2023-09-05T00:42:26.673Z] v3.1.0-dev.35 [2023-09-05T00:42:26.673Z] v3.1.0-dev.36 [2023-09-05T00:42:26.673Z] v3.1.0-dev.37 [2023-09-05T00:42:26.673Z] v3.1.0-dev.4 [2023-09-05T00:42:26.673Z] v3.1.0-dev.5 [2023-09-05T00:42:26.673Z] v3.1.0-dev.6 [2023-09-05T00:42:26.673Z] v3.1.0-dev.7 [2023-09-05T00:42:26.673Z] v3.1.0-dev.8 [2023-09-05T00:42:26.673Z] v3.1.0-dev.9 [Pipeline] sh [2023-09-05T00:42:26.959Z] + lftools sign git-tag v3.1.0-dev.37 [2023-09-05T00:42:27.530Z] Signing Git tag with Sigul... [2023-09-05T00:42:27.530Z] Signing v3.1.0-dev.37 [Pipeline] echo [2023-09-05T00:42:27.796Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-05T00:42:28.081Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-09-05T00:42:28.088Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-09-05T00:42:28.103Z] $ docker stop --time=1 5a19f227059effe751afd2ef4f828f7e5561ff6c949e4eea78d9d0f7b375fb8b [2023-09-05T00:42:29.370Z] $ docker rm -f --volumes 5a19f227059effe751afd2ef4f828f7e5561ff6c949e4eea78d9d0f7b375fb8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-09-05T00:42:29.781Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-05T00:42:29.781Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:42:30.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-05T00:42:30.074Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T00:42:30.148Z] prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container [2023-09-05T00:42:30.176Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-05T00:42:30.556Z] $ docker top 978a647b38d0c32719d000dbe27b70e99371c157e52b1ab60d8fbc2c3924deb8 -eo pid,comm [2023-09-05T00:42:30.607Z] 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). [2023-09-05T00:42:30.607Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-05T00:42:30.635Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-05T00:42:30.635Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-05T00:42:30.774Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-05T00:42:30.775Z] $ docker exec 978a647b38d0c32719d000dbe27b70e99371c157e52b1ab60d8fbc2c3924deb8 ssh-agent [2023-09-05T00:42:30.894Z] SSH_AUTH_SOCK=/tmp/ssh-zfbaJEUrHPOe/agent.32 [2023-09-05T00:42:30.894Z] SSH_AGENT_PID=38 [2023-09-05T00:42:30.900Z] Running ssh-add (command line suppressed) [2023-09-05T00:42:31.006Z] Identity added: /w/workspace/edgex-go/571@tmp/private_key_2556278664916916733.key (/w/workspace/edgex-go/571@tmp/private_key_2556278664916916733.key) [2023-09-05T00:42:31.022Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-05T00:42:31.307Z] + git semver bump pre [2023-09-05T00:42:31.567Z] 2023-09-05 00:42:31,538 [read_version] DEBUG read version from /w/workspace/edgex-go/571/.semver/main [2023-09-05T00:42:31.567Z] 2023-09-05 00:42:31,538 [bump_version] DEBUG bumping version:3.1.0-dev.37 on axis:pre with prefix:dev [2023-09-05T00:42:31.567Z] 2023-09-05 00:42:31,538 [bump_version] DEBUG bumped version:3.1.0-dev.38 [2023-09-05T00:42:31.567Z] 2023-09-05 00:42:31,538 [write_version] DEBUG write version:3.1.0-dev.38 to path:/w/workspace/edgex-go/571/.semver/main with force:True [2023-09-05T00:42:31.567Z] 2023-09-05 00:42:31,538 [read_version] DEBUG read version from /w/workspace/edgex-go/571/.semver/main [2023-09-05T00:42:31.567Z] 2023-09-05 00:42:31,538 [write_file] DEBUG write to file:/w/workspace/edgex-go/571/.semver/main [2023-09-05T00:42:31.567Z] 2023-09-05 00:42:31,540 [execute] INFO git cat-file --batch-check [2023-09-05T00:42:31.567Z] 2023-09-05 00:42:31,540 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/571/.semver, universal_newlines=False, shell=None, istream=) [2023-09-05T00:42:31.567Z] 2023-09-05 00:42:31,546 [execute] INFO git cat-file --batch [2023-09-05T00:42:31.567Z] 2023-09-05 00:42:31,546 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/571/.semver, universal_newlines=False, shell=None, istream=) [2023-09-05T00:42:31.567Z] 2023-09-05 00:42:31,551 [read_version] DEBUG read version from /w/workspace/edgex-go/571/.semver/main [2023-09-05T00:42:31.567Z] 3.1.0-dev.38 [Pipeline] } [2023-09-05T00:42:31.835Z] $ docker exec --env ******** --env ******** 978a647b38d0c32719d000dbe27b70e99371c157e52b1ab60d8fbc2c3924deb8 ssh-agent -k [2023-09-05T00:42:31.920Z] unset SSH_AUTH_SOCK; [2023-09-05T00:42:31.920Z] unset SSH_AGENT_PID; [2023-09-05T00:42:31.920Z] echo Agent pid 38 killed; [2023-09-05T00:42:31.933Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-05T00:42:32.239Z] + git semver [Pipeline] } [2023-09-05T00:42:32.510Z] $ docker stop --time=1 978a647b38d0c32719d000dbe27b70e99371c157e52b1ab60d8fbc2c3924deb8 [2023-09-05T00:42:33.792Z] $ docker rm -f --volumes 978a647b38d0c32719d000dbe27b70e99371c157e52b1ab60d8fbc2c3924deb8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-05T00:42:34.136Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-05T00:42:34.136Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:42:34.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-05T00:42:34.434Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T00:42:34.506Z] prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container [2023-09-05T00:42:34.541Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-05T00:42:34.900Z] $ docker top 8e5bfe859cdb61d8c5709a23aa6d6c4edb83c38c22ac149deb2819e7e515d482 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-05T00:42:34.984Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-05T00:42:34.984Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-05T00:42:35.098Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-05T00:42:35.099Z] $ docker exec 8e5bfe859cdb61d8c5709a23aa6d6c4edb83c38c22ac149deb2819e7e515d482 ssh-agent [2023-09-05T00:42:35.208Z] SSH_AUTH_SOCK=/tmp/ssh-J1XzdD7kX7FR/agent.32 [2023-09-05T00:42:35.208Z] SSH_AGENT_PID=38 [2023-09-05T00:42:35.212Z] Running ssh-add (command line suppressed) [2023-09-05T00:42:35.302Z] Identity added: /w/workspace/edgex-go/571@tmp/private_key_5449266231296919901.key (/w/workspace/edgex-go/571@tmp/private_key_5449266231296919901.key) [2023-09-05T00:42:35.316Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-05T00:42:35.600Z] + git semver push [2023-09-05T00:42:35.859Z] 2023-09-05 00:42:35,773 [run_push] DEBUG push [2023-09-05T00:42:35.859Z] 2023-09-05 00:42:35,774 [execute] INFO git cat-file --batch-check [2023-09-05T00:42:35.859Z] 2023-09-05 00:42:35,774 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/571/.semver, universal_newlines=False, shell=None, istream=) [2023-09-05T00:42:35.859Z] 2023-09-05 00:42:35,778 [execute] INFO git rev-list 551ff7f68d33ab8f377f7aa23b7d8070b3e04761 -- [2023-09-05T00:42:35.859Z] 2023-09-05 00:42:35,778 [execute] DEBUG Popen(['git', 'rev-list', '551ff7f68d33ab8f377f7aa23b7d8070b3e04761', '--'], cwd=/w/workspace/edgex-go/571/.semver, universal_newlines=False, shell=None, istream=None) [2023-09-05T00:42:35.859Z] 2023-09-05 00:42:35,795 [execute] INFO git fetch -v origin [2023-09-05T00:42:35.859Z] 2023-09-05 00:42:35,795 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/571/.semver, universal_newlines=True, shell=None, istream=None) [2023-09-05T00:42:36.428Z] 2023-09-05 00:42:36,257 [run_push] DEBUG no remote changes detected [2023-09-05T00:42:36.428Z] 2023-09-05 00:42:36,257 [execute] INFO git push origin semver [2023-09-05T00:42:36.428Z] 2023-09-05 00:42:36,257 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/571/.semver, universal_newlines=False, shell=None, istream=None) [2023-09-05T00:42:37.366Z] 2023-09-05 00:42:37,155 [run_push] DEBUG push all version tags [2023-09-05T00:42:37.366Z] 2023-09-05 00:42:37,155 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-09-05T00:42:37.366Z] 2023-09-05 00:42:37,156 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/571, universal_newlines=False, shell=None, istream=None) [2023-09-05T00:42:38.307Z] 2023-09-05 00:42:38,061 [read_version] DEBUG read version from /w/workspace/edgex-go/571/.semver/main [2023-09-05T00:42:38.307Z] 3.1.0-dev.38 [Pipeline] } [2023-09-05T00:42:38.315Z] $ docker exec --env ******** --env ******** 8e5bfe859cdb61d8c5709a23aa6d6c4edb83c38c22ac149deb2819e7e515d482 ssh-agent -k [2023-09-05T00:42:38.425Z] unset SSH_AUTH_SOCK; [2023-09-05T00:42:38.426Z] unset SSH_AGENT_PID; [2023-09-05T00:42:38.426Z] echo Agent pid 38 killed; [2023-09-05T00:42:38.442Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-05T00:42:38.749Z] + git semver [Pipeline] } [2023-09-05T00:42:39.016Z] $ docker stop --time=1 8e5bfe859cdb61d8c5709a23aa6d6c4edb83c38c22ac149deb2819e7e515d482 [2023-09-05T00:42:40.323Z] $ docker rm -f --volumes 8e5bfe859cdb61d8c5709a23aa6d6c4edb83c38c22ac149deb2819e7e515d482 [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 [2023-09-05T00:42:40.859Z] + [ -d /w/workspace/edgex-go/571/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-09-05T00:42:41.154Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-05T00:42:42.016Z] ---> package-listing.sh [2023-09-05T00:42:42.016Z] ++ facter osfamily [2023-09-05T00:42:42.016Z] ++ tr '[:upper:]' '[:lower:]' [2023-09-05T00:42:42.277Z] + OS_FAMILY=debian [2023-09-05T00:42:42.277Z] + workspace=/w/workspace/edgex-go/571 [2023-09-05T00:42:42.277Z] + START_PACKAGES=/tmp/packages_start.txt [2023-09-05T00:42:42.277Z] + END_PACKAGES=/tmp/packages_end.txt [2023-09-05T00:42:42.277Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-09-05T00:42:42.277Z] + PACKAGES=/tmp/packages_start.txt [2023-09-05T00:42:42.277Z] + '[' /w/workspace/edgex-go/571 ']' [2023-09-05T00:42:42.277Z] + PACKAGES=/tmp/packages_end.txt [2023-09-05T00:42:42.277Z] + case "${OS_FAMILY}" in [2023-09-05T00:42:42.277Z] + dpkg -l [2023-09-05T00:42:42.277Z] + grep '^ii' [2023-09-05T00:42:42.277Z] + '[' -f /tmp/packages_start.txt ']' [2023-09-05T00:42:42.277Z] + '[' -f /tmp/packages_end.txt ']' [2023-09-05T00:42:42.277Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-09-05T00:42:42.277Z] + '[' /w/workspace/edgex-go/571 ']' [2023-09-05T00:42:42.277Z] + mkdir -p /w/workspace/edgex-go/571/archives/ [2023-09-05T00:42:42.277Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/571/archives/ [Pipeline] echo [2023-09-05T00:42:42.289Z] 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/571/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-09-05T00:42:42.565Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:42:43.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-05T00:42:43.125Z] [2023-09-05T00:42:43.125Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T00:42:43.425Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-05T00:42:43.425Z] latest: Pulling from edgex-lftools-log-publisher [2023-09-05T00:42:43.425Z] 5eb5b503b376: Pulling fs layer [2023-09-05T00:42:43.425Z] 5c69ac0246d0: Pulling fs layer [2023-09-05T00:42:43.425Z] ec43610c2a17: Pulling fs layer [2023-09-05T00:42:43.425Z] 3a2ae6a8a46f: Pulling fs layer [2023-09-05T00:42:43.425Z] 33b1e0a273af: Pulling fs layer [2023-09-05T00:42:43.425Z] 5d3b04190fa2: Pulling fs layer [2023-09-05T00:42:43.425Z] 2f39f015ded8: Pulling fs layer [2023-09-05T00:42:43.425Z] 33b1e0a273af: Waiting [2023-09-05T00:42:43.425Z] 3a2ae6a8a46f: Waiting [2023-09-05T00:42:43.425Z] 2f39f015ded8: Waiting [2023-09-05T00:42:43.425Z] 5d3b04190fa2: Waiting [2023-09-05T00:42:43.425Z] 5c69ac0246d0: Download complete [2023-09-05T00:42:43.425Z] 3a2ae6a8a46f: Verifying Checksum [2023-09-05T00:42:43.425Z] 3a2ae6a8a46f: Download complete [2023-09-05T00:42:43.696Z] 33b1e0a273af: Verifying Checksum [2023-09-05T00:42:43.696Z] 33b1e0a273af: Download complete [2023-09-05T00:42:43.696Z] 5d3b04190fa2: Download complete [2023-09-05T00:42:43.696Z] ec43610c2a17: Verifying Checksum [2023-09-05T00:42:43.696Z] ec43610c2a17: Download complete [2023-09-05T00:42:43.696Z] 5eb5b503b376: Verifying Checksum [2023-09-05T00:42:43.696Z] 5eb5b503b376: Download complete [2023-09-05T00:42:44.266Z] 2f39f015ded8: Download complete [2023-09-05T00:42:44.831Z] 5eb5b503b376: Pull complete [2023-09-05T00:42:45.089Z] 5c69ac0246d0: Pull complete [2023-09-05T00:42:45.654Z] ec43610c2a17: Pull complete [2023-09-05T00:42:45.654Z] 3a2ae6a8a46f: Pull complete [2023-09-05T00:42:45.654Z] 33b1e0a273af: Pull complete [2023-09-05T00:42:45.913Z] 5d3b04190fa2: Pull complete [2023-09-05T00:42:50.096Z] 2f39f015ded8: Pull complete [2023-09-05T00:42:50.096Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-09-05T00:42:50.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-05T00:42:50.096Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T00:42:50.174Z] prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container [2023-09-05T00:42:50.205Z] $ 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/571/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/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-05T00:42:54.773Z] $ docker top 5e27f18acf45213681ad14f7612075e57566b0ce72a5264efc3bc9c8ddcba10a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-05T00:42:55.121Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-09-05T00:42:55.408Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-09-05T00:42:55.770Z] + ls /var/log/sa-host [2023-09-05T00:42:55.770Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-05T00:42:55.929Z] provisioning config files... [2023-09-05T00:42:55.943Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/571@tmp/config14210988886861246354tmp [Pipeline] { [Pipeline] echo [2023-09-05T00:42:55.971Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-05T00:42:56.302Z] ---> create-netrc.sh [Pipeline] } [2023-09-05T00:42:56.316Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-09-05T00:42:56.646Z] ---> python-tools-install.sh [Pipeline] echo [2023-09-05T00:42:56.655Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-05T00:42:56.938Z] ---> sudo-logs.sh [2023-09-05T00:42:56.938Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-09-05T00:42:56.960Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-05T00:42:57.242Z] ---> job-cost.sh [2023-09-05T00:42:57.243Z] lf-activate-venv: SKIPPING [2023-09-05T00:42:57.243Z] DEBUG: total: 0.10999999940395355 [2023-09-05T00:42:57.243Z] INFO: Retrieving Stack Cost... [2023-09-05T00:42:57.812Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-05T00:42:58.071Z] INFO: Archiving Costs [Pipeline] echo [2023-09-05T00:42:58.082Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-05T00:42:58.369Z] ---> logs-deploy.sh [2023-09-05T00:42:58.369Z] lf-activate-venv: SKIPPING [2023-09-05T00:42:58.369Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/571 [2023-09-05T00:42:58.369Z] INFO: archiving workspace using pattern(s): [2023-09-05T00:42:59.307Z] Archives upload complete. [2023-09-05T00:42:59.566Z] INFO: archiving logs to Nexus