Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 059044cd19e7cd756841b4b22dae69fa09f54287 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-ssh10777856562016608013.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh16879382495890127391.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 590556114a56c6d90cc8043840e039c2f74196dc The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14953390312833344607.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14087830350804755272.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-ssh14312979144698367014.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-5298’ Running on prd-ubuntu20.04-docker-8c-8g-5300 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/651 [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/651 # 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 059044cd19e7cd756841b4b22dae69fa09f54287 (main) Commit message: "Merge pull request #4822 from cloudxxx8/bump-spire" > 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 059044cd19e7cd756841b4b22dae69fa09f54287 # timeout=10 > git rev-list --no-walk 5e6f43925c50daa722df62c58882fd3722b24060 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-10T04:44:07.608Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-10T04:44:07.667Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-10T04:44:07.692Z] ========================================================= [2024-07-10T04:44:07.692Z] EdgeX Global Pipelines Version Info [2024-07-10T04:44:07.692Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-10T04:44:08.409Z] ------------------- [2024-07-10T04:44:08.409Z] stable info: [2024-07-10T04:44:08.409Z] ------------------- [2024-07-10T04:44:08.409Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-10T04:44:08.409Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-10T04:44:08.409Z] Message: update stable to v1.0.260 [2024-07-10T04:44:08.981Z] ------------------- [2024-07-10T04:44:08.981Z] experimental info: [2024-07-10T04:44:08.981Z] ------------------- [2024-07-10T04:44:08.981Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-10T04:44:08.981Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-10T04:44:08.981Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-10T04:44:09.064Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-07-10T04:44:09.085Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-07-10T04:44:09.105Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-10T04:44:09.124Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-10T04:44:09.141Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-10T04:44:09.161Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-10T04:44:09.182Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-10T04:44:09.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-07-10T04:44:09.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-07-10T04:44:09.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-07-10T04:44:09.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-10T04:44:09.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-10T04:44:09.301Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-10T04:44:09.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-10T04:44:09.339Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-10T04:44:09.358Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-10T04:44:09.374Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-10T04:44:09.396Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-10T04:44:09.420Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-07-10T04:44:09.437Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-07-10T04:44:09.459Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-10T04:44:09.476Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-10T04:44:09.496Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-10T04:44:09.517Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-07-10T04:44:09.538Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-07-10T04:44:09.562Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-07-10T04:44:09.584Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] echo [2024-07-10T04:44:09.605Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 059044c [Pipeline] echo [2024-07-10T04:44:09.625Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-10T04:44:09.681Z] provisioning config files... [2024-07-10T04:44:09.695Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/651@tmp/config12664422063943493305tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-10T04:44:10.027Z] ---> ****-login.sh [2024-07-10T04:44:10.027Z] nexus3.edgexfoundry.org:10001 [2024-07-10T04:44:10.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T04:44:10.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T04:44:10.289Z] Configure a credential helper to remove this warning. See [2024-07-10T04:44:10.289Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T04:44:10.289Z] [2024-07-10T04:44:10.289Z] Login Succeeded [2024-07-10T04:44:10.289Z] nexus3.edgexfoundry.org:10002 [2024-07-10T04:44:10.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T04:44:10.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T04:44:10.289Z] Configure a credential helper to remove this warning. See [2024-07-10T04:44:10.290Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T04:44:10.290Z] [2024-07-10T04:44:10.290Z] Login Succeeded [2024-07-10T04:44:10.290Z] nexus3.edgexfoundry.org:10003 [2024-07-10T04:44:10.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T04:44:10.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T04:44:10.548Z] Configure a credential helper to remove this warning. See [2024-07-10T04:44:10.548Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T04:44:10.548Z] [2024-07-10T04:44:10.548Z] Login Succeeded [2024-07-10T04:44:10.548Z] nexus3.edgexfoundry.org:10004 [2024-07-10T04:44:10.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T04:44:10.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T04:44:10.549Z] Configure a credential helper to remove this warning. See [2024-07-10T04:44:10.549Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T04:44:10.549Z] [2024-07-10T04:44:10.549Z] Login Succeeded [2024-07-10T04:44:10.549Z] ****.io [2024-07-10T04:44:10.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T04:44:10.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T04:44:10.809Z] Configure a credential helper to remove this warning. See [2024-07-10T04:44:10.809Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T04:44:10.809Z] [2024-07-10T04:44:10.809Z] Login Succeeded [2024-07-10T04:44:10.809Z] ---> ****-login.sh ends [Pipeline] } [2024-07-10T04:44:10.815Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-10T04:44:11.143Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2024-07-10T04:44:11.143Z] + + cut -d/dirname -f2 cmd/core-command/Dockerfile [2024-07-10T04:44:11.143Z] [2024-07-10T04:44:11.143Z] + echo core-command,cmd/core-command/Dockerfile [2024-07-10T04:44:11.143Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-07-10T04:44:11.143Z] + cut -d/ -f2 [2024-07-10T04:44:11.143Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-07-10T04:44:11.143Z] + dirname cmd/core-data/Dockerfile [2024-07-10T04:44:11.143Z] + cut -d/ -f2 [2024-07-10T04:44:11.143Z] + echo core-data,cmd/core-data/Dockerfile [2024-07-10T04:44:11.143Z] + dirname cmd/core-keeper/Dockerfile [2024-07-10T04:44:11.143Z] + cut -d/ -f2 [2024-07-10T04:44:11.143Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-07-10T04:44:11.143Z] + + cutdirname -d/ cmd/core-metadata/Dockerfile -f2 [2024-07-10T04:44:11.143Z] [2024-07-10T04:44:11.143Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-07-10T04:44:11.143Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-07-10T04:44:11.143Z] + cut -d/ -f2 [2024-07-10T04:44:11.143Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-07-10T04:44:11.143Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-07-10T04:44:11.143Z] + cut -d/ -f2 [2024-07-10T04:44:11.143Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-07-10T04:44:11.143Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-07-10T04:44:11.143Z] + cut -d/ -f2 [2024-07-10T04:44:11.143Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-07-10T04:44:11.143Z] + + cutdirname -d/ cmd/security-secretstore-setup/Dockerfile -f2 [2024-07-10T04:44:11.143Z] [2024-07-10T04:44:11.143Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-07-10T04:44:11.143Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-07-10T04:44:11.143Z] + cut -d/ -f2 [2024-07-10T04:44:11.143Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-07-10T04:44:11.143Z] + dirname cmd/security-spire-agent/Dockerfile [2024-07-10T04:44:11.143Z] + cut -d/ -f2 [2024-07-10T04:44:11.143Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-07-10T04:44:11.143Z] + dirname cmd/security-spire-config/Dockerfile [2024-07-10T04:44:11.143Z] + cut -d/ -f2 [2024-07-10T04:44:11.143Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-07-10T04:44:11.143Z] + dirname cmd/security-spire-server/Dockerfile [2024-07-10T04:44:11.143Z] + cut -d/ -f2 [2024-07-10T04:44:11.143Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-07-10T04:44:11.143Z] + dirname cmd/support-notifications/Dockerfile [2024-07-10T04:44:11.143Z] + cut -d/ -f2 [2024-07-10T04:44:11.143Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-07-10T04:44:11.143Z] + dirname cmd/support-scheduler/Dockerfile [2024-07-10T04:44:11.143Z] + cut -d/ -f2 [2024-07-10T04:44:11.143Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-07-10T04:44:11.176Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-10T04:44:11.536Z] + git rev-list -1 --merges 059044cd19e7cd756841b4b22dae69fa09f54287~1..059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] echo [2024-07-10T04:44:11.550Z] -----------> git rev-list -1 --merges 059044cd19e7cd756841b4b22dae69fa09f54287~1..059044cd19e7cd756841b4b22dae69fa09f54287 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:44:11.550Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [false] [Pipeline] sh [2024-07-10T04:44:11.842Z] + git log --format=format:%s -1 059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] echo [2024-07-10T04:44:11.859Z] ========================================================= [2024-07-10T04:44:11.859Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-10T04:44:11.859Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-07-10T04:44:12.299Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-10T04:44:12.299Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-10T04:44:12.299Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-10T04:44:12.299Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-10T04:44:12.299Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-10T04:44:12.299Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-10T04:44:12.299Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:44:12.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-10T04:44:12.726Z] [2024-07-10T04:44:12.726Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:44:13.033Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-10T04:44:13.033Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-10T04:44:13.033Z] b85a868b505f: Pulling fs layer [2024-07-10T04:44:13.033Z] e2be974225ed: Pulling fs layer [2024-07-10T04:44:13.033Z] 339a4e72a1f5: Pulling fs layer [2024-07-10T04:44:13.033Z] 988bab9f4d93: Pulling fs layer [2024-07-10T04:44:13.033Z] 1469e6f7b9e6: Pulling fs layer [2024-07-10T04:44:13.033Z] eaf3925da568: Pulling fs layer [2024-07-10T04:44:13.033Z] bab4dde63d76: Pulling fs layer [2024-07-10T04:44:13.033Z] bde34c3a00c8: Pulling fs layer [2024-07-10T04:44:13.033Z] b352a97aabf1: Pulling fs layer [2024-07-10T04:44:13.033Z] 4872d77fe225: Pulling fs layer [2024-07-10T04:44:13.033Z] 5851b861e8e6: Pulling fs layer [2024-07-10T04:44:13.033Z] 988bab9f4d93: Waiting [2024-07-10T04:44:13.033Z] b352a97aabf1: Waiting [2024-07-10T04:44:13.033Z] bab4dde63d76: Waiting [2024-07-10T04:44:13.033Z] bde34c3a00c8: Waiting [2024-07-10T04:44:13.033Z] 4872d77fe225: Waiting [2024-07-10T04:44:13.033Z] eaf3925da568: Waiting [2024-07-10T04:44:13.033Z] 1469e6f7b9e6: Waiting [2024-07-10T04:44:13.033Z] e2be974225ed: Verifying Checksum [2024-07-10T04:44:13.033Z] e2be974225ed: Download complete [2024-07-10T04:44:13.033Z] 988bab9f4d93: Verifying Checksum [2024-07-10T04:44:13.033Z] 988bab9f4d93: Download complete [2024-07-10T04:44:13.033Z] 1469e6f7b9e6: Verifying Checksum [2024-07-10T04:44:13.033Z] 1469e6f7b9e6: Download complete [2024-07-10T04:44:13.033Z] 339a4e72a1f5: Download complete [2024-07-10T04:44:13.033Z] eaf3925da568: Download complete [2024-07-10T04:44:13.292Z] bde34c3a00c8: Download complete [2024-07-10T04:44:13.293Z] b352a97aabf1: Download complete [2024-07-10T04:44:13.293Z] 4872d77fe225: Verifying Checksum [2024-07-10T04:44:13.293Z] 4872d77fe225: Download complete [2024-07-10T04:44:13.293Z] 5851b861e8e6: Verifying Checksum [2024-07-10T04:44:13.293Z] 5851b861e8e6: Download complete [2024-07-10T04:44:13.293Z] b85a868b505f: Verifying Checksum [2024-07-10T04:44:13.293Z] b85a868b505f: Download complete [2024-07-10T04:44:13.552Z] bab4dde63d76: Verifying Checksum [2024-07-10T04:44:13.552Z] bab4dde63d76: Download complete [2024-07-10T04:44:14.121Z] b85a868b505f: Pull complete [2024-07-10T04:44:14.379Z] e2be974225ed: Pull complete [2024-07-10T04:44:14.639Z] 339a4e72a1f5: Pull complete [2024-07-10T04:44:14.900Z] 988bab9f4d93: Pull complete [2024-07-10T04:44:15.158Z] 1469e6f7b9e6: Pull complete [2024-07-10T04:44:15.158Z] eaf3925da568: Pull complete [2024-07-10T04:44:16.534Z] bab4dde63d76: Pull complete [2024-07-10T04:44:16.793Z] bde34c3a00c8: Pull complete [2024-07-10T04:44:16.793Z] b352a97aabf1: Pull complete [2024-07-10T04:44:16.793Z] 4872d77fe225: Pull complete [2024-07-10T04:44:17.054Z] 5851b861e8e6: Pull complete [2024-07-10T04:44:17.054Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-10T04:44:17.054Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-10T04:44:17.054Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-10T04:44:17.200Z] prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container [2024-07-10T04:44:17.229Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-10T04:44:18.436Z] $ docker top 93665a9ff81bf42880d4f6e8415dff3a47adb90cd97008545b649d57ed48af56 -eo pid,comm [2024-07-10T04:44:18.491Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-07-10T04:44:18.491Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-10T04:44:18.547Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-10T04:44:18.547Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-10T04:44:18.668Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-10T04:44:18.667Z] $ docker exec 93665a9ff81bf42880d4f6e8415dff3a47adb90cd97008545b649d57ed48af56 ssh-agent [2024-07-10T04:44:18.774Z] SSH_AUTH_SOCK=/tmp/ssh-DfgHWtTKxZVW/agent.33 [2024-07-10T04:44:18.774Z] SSH_AGENT_PID=39 [2024-07-10T04:44:18.780Z] Running ssh-add (command line suppressed) [2024-07-10T04:44:18.882Z] Identity added: /w/workspace/edgex-go/651@tmp/private_key_3387843666195539168.key (/w/workspace/edgex-go/651@tmp/private_key_3387843666195539168.key) [2024-07-10T04:44:18.900Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-10T04:44:19.193Z] + git tag --points-at HEAD [Pipeline] } [2024-07-10T04:44:19.200Z] $ docker exec --env ******** --env ******** 93665a9ff81bf42880d4f6e8415dff3a47adb90cd97008545b649d57ed48af56 ssh-agent -k [2024-07-10T04:44:19.287Z] unset SSH_AUTH_SOCK; [2024-07-10T04:44:19.287Z] unset SSH_AGENT_PID; [2024-07-10T04:44:19.287Z] echo Agent pid 39 killed; [2024-07-10T04:44:19.300Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-10T04:44:19.336Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-10T04:44:19.337Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-10T04:44:19.437Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-10T04:44:19.436Z] $ docker exec 93665a9ff81bf42880d4f6e8415dff3a47adb90cd97008545b649d57ed48af56 ssh-agent [2024-07-10T04:44:19.541Z] SSH_AUTH_SOCK=/tmp/ssh-P8NS5LuqQsqn/agent.72 [2024-07-10T04:44:19.541Z] SSH_AGENT_PID=78 [2024-07-10T04:44:19.544Z] Running ssh-add (command line suppressed) [2024-07-10T04:44:19.632Z] Identity added: /w/workspace/edgex-go/651@tmp/private_key_7223826353073326131.key (/w/workspace/edgex-go/651@tmp/private_key_7223826353073326131.key) [2024-07-10T04:44:19.647Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-10T04:44:19.941Z] + git semver init [2024-07-10T04:44:20.201Z] 2024-07-10 04:44:20,102 [run_init] DEBUG init version:0.0.0 force:False [2024-07-10T04:44:20.201Z] 2024-07-10 04:44:20,104 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/651/.semver [2024-07-10T04:44:20.201Z] 2024-07-10 04:44:20,104 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/651/.semver [2024-07-10T04:44:20.201Z] 2024-07-10 04:44:20,104 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/651/.semver'], cwd=/w/workspace/edgex-go/651, universal_newlines=False, shell=None, istream=None) [2024-07-10T04:44:24.391Z] 2024-07-10 04:44:24,238 [append_file] DEBUG append to file:/w/workspace/edgex-go/651/.git/info/exclude [2024-07-10T04:44:24.391Z] 2024-07-10 04:44:24,238 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/651/.semver/main with force:False [2024-07-10T04:44:24.391Z] 2024-07-10 04:44:24,238 [read_version] DEBUG read version from /w/workspace/edgex-go/651/.semver/main [2024-07-10T04:44:24.391Z] 2024-07-10 04:44:24,239 [read_version] DEBUG read version from /w/workspace/edgex-go/651/.semver/main [2024-07-10T04:44:24.391Z] 3.2.0-dev.33 [Pipeline] } [2024-07-10T04:44:24.398Z] $ docker exec --env ******** --env ******** 93665a9ff81bf42880d4f6e8415dff3a47adb90cd97008545b649d57ed48af56 ssh-agent -k [2024-07-10T04:44:24.496Z] unset SSH_AUTH_SOCK; [2024-07-10T04:44:24.496Z] unset SSH_AGENT_PID; [2024-07-10T04:44:24.497Z] echo Agent pid 78 killed; [2024-07-10T04:44:24.509Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-10T04:44:24.826Z] + git semver [Pipeline] } [2024-07-10T04:44:25.094Z] $ docker stop --time=1 93665a9ff81bf42880d4f6e8415dff3a47adb90cd97008545b649d57ed48af56 [2024-07-10T04:44:26.383Z] $ docker rm -f --volumes 93665a9ff81bf42880d4f6e8415dff3a47adb90cd97008545b649d57ed48af56 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-10T04:44:26.734Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-10T04:44:26.959Z] Stashed 1 file(s) [Pipeline] echo [2024-07-10T04:44:26.963Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.33 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-10T04:44:27.386Z] + git config --global --add safe.directory /w/workspace/edgex-go/651 [Pipeline] echo [2024-07-10T04:44:27.397Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-10T04:44:27.412Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-10T04:44:27.430Z] ========================================================= [2024-07-10T04:44:27.430Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-10T04:44:27.430Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-10T04:44:27.720Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-10T04:44:27.720Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-10T04:44:27.720Z] 619be1103602: Pulling fs layer [2024-07-10T04:44:27.720Z] 7862e08f4a3e: Pulling fs layer [2024-07-10T04:44:27.720Z] 5df492c9dc93: Pulling fs layer [2024-07-10T04:44:27.720Z] 7629e6793208: Pulling fs layer [2024-07-10T04:44:27.720Z] 4f4fb700ef54: Pulling fs layer [2024-07-10T04:44:27.720Z] fb5054dd5b73: Pulling fs layer [2024-07-10T04:44:27.720Z] eeca6798cff9: Pulling fs layer [2024-07-10T04:44:27.720Z] aa269ceb94a6: Pulling fs layer [2024-07-10T04:44:27.720Z] ada007ff1a6a: Pulling fs layer [2024-07-10T04:44:27.720Z] eeca6798cff9: Waiting [2024-07-10T04:44:27.720Z] 7629e6793208: Waiting [2024-07-10T04:44:27.720Z] aa269ceb94a6: Waiting [2024-07-10T04:44:27.720Z] ada007ff1a6a: Waiting [2024-07-10T04:44:27.720Z] fb5054dd5b73: Waiting [2024-07-10T04:44:27.720Z] 4f4fb700ef54: Waiting [2024-07-10T04:44:27.720Z] 7862e08f4a3e: Verifying Checksum [2024-07-10T04:44:27.720Z] 7862e08f4a3e: Download complete [2024-07-10T04:44:27.720Z] 7629e6793208: Verifying Checksum [2024-07-10T04:44:27.720Z] 7629e6793208: Download complete [2024-07-10T04:44:27.720Z] 4f4fb700ef54: Verifying Checksum [2024-07-10T04:44:27.720Z] 4f4fb700ef54: Download complete [2024-07-10T04:44:27.720Z] fb5054dd5b73: Verifying Checksum [2024-07-10T04:44:27.720Z] fb5054dd5b73: Download complete [2024-07-10T04:44:27.720Z] 619be1103602: Verifying Checksum [2024-07-10T04:44:27.720Z] 619be1103602: Download complete [2024-07-10T04:44:27.720Z] eeca6798cff9: Verifying Checksum [2024-07-10T04:44:27.720Z] eeca6798cff9: Download complete [2024-07-10T04:44:27.979Z] 619be1103602: Pull complete [2024-07-10T04:44:27.979Z] 7862e08f4a3e: Pull complete [2024-07-10T04:44:27.979Z] ada007ff1a6a: Verifying Checksum [2024-07-10T04:44:27.979Z] ada007ff1a6a: Download complete [2024-07-10T04:44:28.238Z] 5df492c9dc93: Verifying Checksum [2024-07-10T04:44:28.238Z] 5df492c9dc93: Download complete [2024-07-10T04:44:28.495Z] aa269ceb94a6: Verifying Checksum [2024-07-10T04:44:28.495Z] aa269ceb94a6: Download complete [2024-07-10T04:44:31.029Z] 5df492c9dc93: Pull complete [2024-07-10T04:44:31.029Z] 7629e6793208: Pull complete [2024-07-10T04:44:31.029Z] 4f4fb700ef54: Pull complete [2024-07-10T04:44:31.029Z] fb5054dd5b73: Pull complete [2024-07-10T04:44:31.029Z] eeca6798cff9: Pull complete [2024-07-10T04:44:33.558Z] aa269ceb94a6: Pull complete [2024-07-10T04:44:33.558Z] ada007ff1a6a: Pull complete [2024-07-10T04:44:33.558Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-10T04:44:33.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-10T04:44:33.558Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-10T04:44:33.855Z] + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-10T04:44:33.855Z] WORKDIR /edgex [2024-07-10T04:44:33.855Z] COPY go.mod . [2024-07-10T04:44:33.855Z] RUN go mod download [2024-07-10T04:44:33.855Z] docker build -t ci-base-image-x86_64 -f - . [2024-07-10T04:44:34.422Z] Sending build context to Docker daemon 178.6MB [2024-07-10T04:44:34.422Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-10T04:44:34.422Z] ---> f489d0715acc [2024-07-10T04:44:34.422Z] Step 2/4 : WORKDIR /edgex [2024-07-10T04:44:36.331Z] ---> Running in 74c45718bfb0 [2024-07-10T04:44:36.331Z] Removing intermediate container 74c45718bfb0 [2024-07-10T04:44:36.331Z] ---> aefda60e8721 [2024-07-10T04:44:36.331Z] Step 3/4 : COPY go.mod . [2024-07-10T04:44:36.331Z] ---> 893da817e532 [2024-07-10T04:44:36.331Z] Step 4/4 : RUN go mod download [2024-07-10T04:44:36.331Z] ---> Running in fe9bcc95134b [2024-07-10T04:44:42.048Z] Still waiting to schedule task [2024-07-10T04:44:42.049Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-5299’ is offline [2024-07-10T04:44:54.417Z] Removing intermediate container fe9bcc95134b [2024-07-10T04:44:54.417Z] ---> 6eb8822365c3 [2024-07-10T04:44:54.417Z] Successfully built 6eb8822365c3 [2024-07-10T04:44:54.417Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:44:54.722Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-10T04:44:54.722Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-10T04:44:54.798Z] prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container [2024-07-10T04:44:54.825Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-07-10T04:44:55.161Z] $ docker top 1008cc8cefb625a2a08029e58060d82173e3b53d3002e6c13086c1b350be697e -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-10T04:44:55.514Z] + go version [2024-07-10T04:44:55.514Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-10T04:44:55.522Z] $ docker stop --time=1 1008cc8cefb625a2a08029e58060d82173e3b53d3002e6c13086c1b350be697e [2024-07-10T04:44:56.796Z] $ docker rm -f --volumes 1008cc8cefb625a2a08029e58060d82173e3b53d3002e6c13086c1b350be697e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:44:57.242Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-10T04:44:57.242Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-10T04:44:57.373Z] prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container [2024-07-10T04:44:57.399Z] $ 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/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-07-10T04:44:57.698Z] $ docker top d2cec9901b52875137e4dc3a735f51264fb9e18257a9e5c135caa278c8d9dcc3 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-10T04:44:57.768Z] ========================================================= [2024-07-10T04:44:57.768Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-10T04:44:57.768Z] ========================================================= [Pipeline] sh [2024-07-10T04:44:58.043Z] + git config --global --add safe.directory /w/workspace/edgex-go/651 [Pipeline] fileExists [Pipeline] sh [2024-07-10T04:44:58.341Z] + make test [2024-07-10T04:44:58.342Z] go test -race -coverprofile=coverage.out ./... [2024-07-10T04:45:06.448Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-10T04:45:45.145Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.028s coverage: 28.7% of statements [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-10T04:45:45.145Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.040s coverage: 97.0% of statements [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-07-10T04:45:45.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-07-10T04:45:46.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-07-10T04:45:46.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-07-10T04:45:46.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-07-10T04:45:46.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-07-10T04:45:46.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-07-10T04:45:47.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-10T04:45:47.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-10T04:45:47.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.063s coverage: 69.2% of statements [2024-07-10T04:45:47.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.045s coverage: 53.2% of statements [2024-07-10T04:45:47.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.534s coverage: 93.4% of statements [2024-07-10T04:45:47.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.045s coverage: 91.7% of statements [2024-07-10T04:45:48.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.040s coverage: 6.5% of statements [2024-07-10T04:45:49.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-10T04:45:49.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-10T04:45:49.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-10T04:45:49.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-10T04:45:49.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-10T04:45:49.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-10T04:45:49.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-10T04:45:49.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-10T04:45:49.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-10T04:45:49.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-10T04:45:51.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.370s coverage: 95.8% of statements [2024-07-10T04:45:51.140Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.021s coverage: 72.2% of statements [2024-07-10T04:45:51.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-10T04:45:51.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-10T04:45:52.642Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.048s coverage: 0.8% of statements [2024-07-10T04:45:52.642Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.024s coverage: 32.2% of statements [2024-07-10T04:45:52.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.024s coverage: 41.7% of statements [2024-07-10T04:45:53.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.022s coverage: 77.8% of statements [2024-07-10T04:45:53.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.018s coverage: 94.1% of statements [2024-07-10T04:45:53.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.036s coverage: 96.3% of statements [2024-07-10T04:45:53.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.021s coverage: 87.5% of statements [2024-07-10T04:45:53.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-10T04:45:53.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-10T04:45:53.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-10T04:45:53.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-10T04:45:54.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-10T04:45:54.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-10T04:45:54.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-10T04:45:54.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-10T04:45:55.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-10T04:45:55.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-10T04:45:55.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-10T04:45:55.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-10T04:45:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-10T04:45:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-10T04:45:56.297Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-10T04:45:57.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-10T04:45:58.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-10T04:45:59.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-10T04:45:59.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-10T04:46:02.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-10T04:46:02.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-10T04:46:02.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-10T04:46:03.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-10T04:46:03.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-10T04:46:03.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-10T04:46:03.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-10T04:46:03.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-10T04:46:03.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-10T04:46:03.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-10T04:46:04.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.027s coverage: 94.4% of statements [2024-07-10T04:46:04.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-10T04:46:04.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-10T04:46:04.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-10T04:46:04.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-07-10T04:46:06.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-10T04:46:06.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-10T04:46:06.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-10T04:46:06.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-10T04:46:07.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-10T04:46:07.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-10T04:46:08.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-10T04:46:08.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.242s coverage: 79.9% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.042s coverage: 92.9% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.018s coverage: 64.4% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.026s coverage: 87.2% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 20.0% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.069s coverage: 81.8% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.058s coverage: 82.1% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.131s coverage: 63.1% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.024s coverage: 100.0% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.021s coverage: 89.4% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.026s coverage: 73.7% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.138s coverage: 38.4% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 89.5% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.017s coverage: 84.8% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.041s coverage: 19.9% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.090s coverage: 95.7% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.027s coverage: 61.8% of statements [2024-07-10T04:46:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.058s coverage: 98.9% of statements [2024-07-10T04:46:18.601Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2024-07-10T04:46:18.601Z] running golangci-lint [2024-07-10T04:46:18.601Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-07-10T04:46:18.601Z] go version go1.21.9 linux/amd64 [2024-07-10T04:46:18.861Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-07-10T04:46:18.861Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-07-10T04:46:20.327Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5302 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-07-10T04:46:20.347Z] Running in /w/workspace/edgex-go/651 [Pipeline] { [Pipeline] checkout [2024-07-10T04:46:21.275Z] The recommended git tool is: git [2024-07-10T04:46:28.774Z] using credential edgex-jenkins-ssh [2024-07-10T04:46:28.805Z] Cloning the remote Git repository [2024-07-10T04:46:28.878Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-07-10T04:46:29.049Z] > git init /w/workspace/edgex-go/651 # timeout=10 [2024-07-10T04:46:29.381Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-10T04:46:29.382Z] > git --version # timeout=10 [2024-07-10T04:46:29.484Z] > git --version # 'git version 2.25.1' [2024-07-10T04:46:29.487Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-10T04:46:29.747Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-10T04:46:40.785Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|deps|exports_file|imports|name|compiled_files|files) took 20.862251128s" [2024-07-10T04:46:40.786Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 37.760912ms" [2024-07-10T04:46:49.385Z] Avoid second fetch [2024-07-10T04:46:49.386Z] Checking out Revision 059044cd19e7cd756841b4b22dae69fa09f54287 (main) [2024-07-10T04:46:48.510Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-10T04:46:48.537Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-10T04:46:49.397Z] > git config core.sparsecheckout # timeout=10 [2024-07-10T04:46:49.451Z] > git checkout -f 059044cd19e7cd756841b4b22dae69fa09f54287 # timeout=10 [2024-07-10T04:46:50.172Z] Commit message: "Merge pull request #4822 from cloudxxx8/bump-spire" [2024-07-10T04:46:52.975Z] level=info msg="[linters_context/goanalysis] analyzers took 1m35.168271976s with top 10 stages: buildir: 53.98462245s, gosec: 8.212722748s, inspect: 2.890009374s, fact_deprecated: 2.772149564s, printf: 1.761563571s, ctrlflow: 1.737073716s, fact_purity: 1.18589907s, nilness: 1.082318435s, S1038: 1.055488504s, typedness: 719.770074ms" [2024-07-10T04:46:52.975Z] level=info msg="[runner] Issues before processing: 209, after processing: 0" [2024-07-10T04:46:52.975Z] level=info msg="[runner] Processors filtering stat (out/in): skip_dirs: 209/209, autogenerated_exclude: 209/209, exclude: 209/209, cgo: 209/209, path_prettifier: 209/209, exclude-rules: 21/209, nolint: 0/21, skip_files: 209/209, identifier_marker: 209/209, filename_unadjuster: 209/209" [2024-07-10T04:46:52.975Z] level=info msg="[runner] processing took 21.247184ms with stages: nolint: 8.306235ms, identifier_marker: 6.994106ms, autogenerated_exclude: 2.079464ms, path_prettifier: 1.707973ms, exclude-rules: 1.326711ms, skip_dirs: 757.123µs, cgo: 47.691µs, filename_unadjuster: 21.431µs, fixer: 970ns, max_same_issues: 970ns, exclude: 740ns, uniq_by_line: 680ns, skip_files: 520ns, max_from_linter: 470ns, source_code: 410ns, severity-rules: 390ns, sort_results: 370ns, path_shortener: 360ns, diff: 330ns, max_per_file_from_linter: 120ns, path_prefixer: 120ns" [2024-07-10T04:46:52.975Z] level=info msg="[runner] linters took 11.836108818s with stages: goanalysis_metalinter: 11.814762201s" [2024-07-10T04:46:52.975Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-07-10T04:46:52.975Z] level=info msg="Memory: 329 samples, avg is 302.1MB, max is 1292.8MB" [2024-07-10T04:46:52.975Z] level=info msg="Execution took 32.74371628s" [2024-07-10T04:46:52.975Z] go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-10T04:46:54.757Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-10T04:46:54.757Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-10T04:46:54.757Z] Dload Upload Total Spent Left Speed [2024-07-10T04:46:54.757Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 114k 0 --:--:-- --:--:-- --:--:-- 114k [Pipeline] sh [2024-07-10T04:46:55.094Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-10T04:46:55.422Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json [2024-07-10T04:46:55.422Z] sudo tee /etc/docker/daemon.new [2024-07-10T04:46:55.422Z] { [2024-07-10T04:46:55.422Z] "registry-mirrors": [ [2024-07-10T04:46:55.422Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-10T04:46:55.422Z] ], [2024-07-10T04:46:55.422Z] "bip": "10.250.0.254/24", [2024-07-10T04:46:55.422Z] "hosts": [ [2024-07-10T04:46:55.422Z] "tcp://0.0.0.0:5555", [2024-07-10T04:46:55.422Z] "unix:///var/run/docker.sock" [2024-07-10T04:46:55.422Z] ], [2024-07-10T04:46:55.422Z] "mtu": 1458, [2024-07-10T04:46:55.422Z] "selinux-enabled": true, [2024-07-10T04:46:55.422Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-10T04:46:55.422Z] } [Pipeline] sh [2024-07-10T04:46:55.753Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-10T04:46:56.090Z] + sudo service docker restart [2024-07-10T04:46:58.234Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-10T04:46:58.235Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-10T04:46:58.235Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-10T04:46:58.246Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-07-10T04:46:58.537Z] + ls -al . [2024-07-10T04:46:58.537Z] total 840 [2024-07-10T04:46:58.537Z] drwxrwxr-x 11 1001 1001 4096 Jul 10 04:44 . [2024-07-10T04:46:58.537Z] drwxr-xr-x 4 root root 4096 Jul 10 04:44 .. [2024-07-10T04:46:58.537Z] drwxrwxr-x 2 1001 1001 4096 Jul 10 04:44 .blubracket [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 10 Jul 10 04:44 .dockerignore [2024-07-10T04:46:58.537Z] drwxrwxr-x 8 1001 1001 4096 Jul 10 04:46 .git [2024-07-10T04:46:58.537Z] drwxrwxr-x 3 1001 1001 4096 Jul 10 04:44 .github [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 1102 Jul 10 04:44 .gitignore [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 42 Jul 10 04:44 .golangci.yml [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 100 Jul 10 04:44 .hadolint.yml [2024-07-10T04:46:58.537Z] drwxr-xr-x 3 1001 1001 4096 Jul 10 04:44 .semver [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 155 Jul 10 04:44 .sonarcloud.properties [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 1171 Jul 10 04:44 ADOPTERS.md [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 20361 Jul 10 04:44 Attribution.txt [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 100284 Jul 10 04:44 CHANGELOG.md [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 3804 Jul 10 04:44 CONTRIBUTING.md [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 677 Jul 10 04:44 GOVERNANCE.md [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 861 Jul 10 04:44 Jenkinsfile [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 10775 Jul 10 04:44 LICENSE [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 16051 Jul 10 04:44 Makefile [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 582 Jul 10 04:44 OWNERS.md [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 9528 Jul 10 04:44 README.md [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 789 Jul 10 04:44 SECURITY.md [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 12 Jul 10 04:44 VERSION [2024-07-10T04:46:58.537Z] drwxrwxr-x 2 1001 1001 4096 Jul 10 04:44 bin [2024-07-10T04:46:58.537Z] drwxrwxr-x 19 1001 1001 4096 Jul 10 04:44 cmd [2024-07-10T04:46:58.537Z] -rw-r--r-- 1 root root 481596 Jul 10 04:46 coverage.out [2024-07-10T04:46:58.537Z] drwxrwxr-x 2 1001 1001 4096 Jul 10 04:44 fuzz_test [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 6911 Jul 10 04:44 go.mod [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 101537 Jul 10 04:44 go.sum [2024-07-10T04:46:58.537Z] drwxrwxr-x 7 1001 1001 4096 Jul 10 04:44 internal [2024-07-10T04:46:58.537Z] drwxrwxr-x 3 1001 1001 4096 Jul 10 04:44 openapi [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 584 Jul 10 04:44 security.txt [2024-07-10T04:46:58.537Z] -rw-rw-r-- 1 1001 1001 204 Jul 10 04:44 version.go [Pipeline] sh [2024-07-10T04:46:59.132Z] + '[' -e coverage.out ] [2024-07-10T04:46:59.132Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-07-10T04:46:59.241Z] Stashed 1 file(s) [Pipeline] sh [2024-07-10T04:46:59.519Z] + make build [2024-07-10T04:46:59.520Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-10T04:47:14.373Z] provisioning config files... [2024-07-10T04:47:14.400Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/651@tmp/config11877883401023093948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-10T04:47:14.856Z] ---> ****-login.sh [2024-07-10T04:47:14.856Z] nexus3.edgexfoundry.org:10001 [2024-07-10T04:47:15.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T04:47:15.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T04:47:15.726Z] Configure a credential helper to remove this warning. See [2024-07-10T04:47:15.726Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T04:47:15.726Z] [2024-07-10T04:47:15.726Z] Login Succeeded [2024-07-10T04:47:15.726Z] nexus3.edgexfoundry.org:10002 [2024-07-10T04:47:15.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T04:47:15.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T04:47:15.997Z] Configure a credential helper to remove this warning. See [2024-07-10T04:47:15.997Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T04:47:15.997Z] [2024-07-10T04:47:15.997Z] Login Succeeded [2024-07-10T04:47:15.997Z] nexus3.edgexfoundry.org:10003 [2024-07-10T04:47:16.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T04:47:16.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T04:47:16.272Z] Configure a credential helper to remove this warning. See [2024-07-10T04:47:16.272Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T04:47:16.272Z] [2024-07-10T04:47:16.272Z] Login Succeeded [2024-07-10T04:47:16.272Z] nexus3.edgexfoundry.org:10004 [2024-07-10T04:47:16.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T04:47:16.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T04:47:16.546Z] Configure a credential helper to remove this warning. See [2024-07-10T04:47:16.546Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T04:47:16.546Z] [2024-07-10T04:47:16.546Z] Login Succeeded [2024-07-10T04:47:16.546Z] ****.io [2024-07-10T04:47:16.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T04:47:17.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T04:47:17.085Z] Configure a credential helper to remove this warning. See [2024-07-10T04:47:17.085Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T04:47:17.085Z] [2024-07-10T04:47:17.085Z] Login Succeeded [2024-07-10T04:47:17.085Z] ---> ****-login.sh ends [Pipeline] } [2024-07-10T04:47:17.098Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-07-10T04:47:17.716Z] + git config --global --add safe.directory /w/workspace/edgex-go/651 [Pipeline] echo [2024-07-10T04:47:17.734Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-10T04:47:17.751Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-10T04:47:17.766Z] ========================================================= [2024-07-10T04:47:17.766Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-10T04:47:17.766Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-10T04:47:18.092Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-10T04:47:18.092Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-10T04:47:18.092Z] c6b39de5b339: Pulling fs layer [2024-07-10T04:47:18.092Z] a69c41024577: Pulling fs layer [2024-07-10T04:47:18.092Z] d6de4b400683: Pulling fs layer [2024-07-10T04:47:18.092Z] 35cb2a7552d0: Pulling fs layer [2024-07-10T04:47:18.092Z] 4f4fb700ef54: Pulling fs layer [2024-07-10T04:47:18.092Z] 464afbd9ba4c: Pulling fs layer [2024-07-10T04:47:18.092Z] 00f215d4a9da: Pulling fs layer [2024-07-10T04:47:18.092Z] d496ad576159: Pulling fs layer [2024-07-10T04:47:18.092Z] 00f215d4a9da: Waiting [2024-07-10T04:47:18.092Z] 4f4fb700ef54: Waiting [2024-07-10T04:47:18.092Z] 35cb2a7552d0: Waiting [2024-07-10T04:47:18.092Z] 464afbd9ba4c: Waiting [2024-07-10T04:47:18.092Z] d496ad576159: Waiting [2024-07-10T04:47:18.367Z] a69c41024577: Verifying Checksum [2024-07-10T04:47:18.367Z] a69c41024577: Download complete [2024-07-10T04:47:18.367Z] 35cb2a7552d0: Verifying Checksum [2024-07-10T04:47:18.367Z] 35cb2a7552d0: Download complete [2024-07-10T04:47:18.367Z] 4f4fb700ef54: Verifying Checksum [2024-07-10T04:47:18.367Z] 4f4fb700ef54: Download complete [2024-07-10T04:47:18.367Z] 464afbd9ba4c: Verifying Checksum [2024-07-10T04:47:18.367Z] 464afbd9ba4c: Download complete [2024-07-10T04:47:18.367Z] c6b39de5b339: Download complete [2024-07-10T04:47:18.636Z] d496ad576159: Verifying Checksum [2024-07-10T04:47:18.636Z] d496ad576159: Download complete [2024-07-10T04:47:19.236Z] c6b39de5b339: Pull complete [2024-07-10T04:47:19.824Z] a69c41024577: Pull complete [2024-07-10T04:47:20.093Z] d6de4b400683: Download complete [2024-07-10T04:47:21.057Z] 00f215d4a9da: Verifying Checksum [2024-07-10T04:47:21.057Z] 00f215d4a9da: Download complete [2024-07-10T04:47:21.440Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-10T04:47:23.341Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-10T04:47:24.719Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-07-10T04:47:25.287Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-10T04:47:26.662Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-10T04:47:30.847Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-10T04:47:31.782Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-10T04:47:33.386Z] d6de4b400683: Pull complete [2024-07-10T04:47:33.386Z] 35cb2a7552d0: Pull complete [2024-07-10T04:47:33.386Z] 4f4fb700ef54: Pull complete [2024-07-10T04:47:33.386Z] 464afbd9ba4c: Pull complete [2024-07-10T04:47:33.682Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-07-10T04:47:34.618Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-07-10T04:47:35.183Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-10T04:47:35.751Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-10T04:47:36.320Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-07-10T04:47:37.261Z] $ docker stop --time=1 d2cec9901b52875137e4dc3a735f51264fb9e18257a9e5c135caa278c8d9dcc3 [2024-07-10T04:47:43.461Z] 00f215d4a9da: Pull complete [2024-07-10T04:47:44.366Z] $ docker rm -f --volumes d2cec9901b52875137e4dc3a735f51264fb9e18257a9e5c135caa278c8d9dcc3 [2024-07-10T04:47:44.421Z] d496ad576159: Pull complete [2024-07-10T04:47:44.421Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-10T04:47:44.421Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-10T04:47:44.421Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] fileExists [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2024-07-10T04:47:45.175Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-10T04:47:45.175Z] WORKDIR /edgex [2024-07-10T04:47:45.175Z] COPY go.mod . [2024-07-10T04:47:45.175Z] RUN go mod download [2024-07-10T04:47:45.175Z] + docker build -t ci-base-image-arm64 -f - . [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:47:45.508Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-10T04:47:45.508Z] [2024-07-10T04:47:45.508Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:47:45.758Z] Sending build context to Docker daemon 3.185MB [2024-07-10T04:47:45.759Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-10T04:47:45.759Z] ---> f246e2811388 [2024-07-10T04:47:45.759Z] Step 2/4 : WORKDIR /edgex [2024-07-10T04:47:45.810Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-10T04:47:46.067Z] latest: Pulling from edgex-devops/edgex-compose [2024-07-10T04:47:46.067Z] 91d30c5bc195: Pulling fs layer [2024-07-10T04:47:46.067Z] 2e9b0aa3be6d: Pulling fs layer [2024-07-10T04:47:46.067Z] 9c61dcf015f6: Pulling fs layer [2024-07-10T04:47:46.067Z] 4698f68db338: Pulling fs layer [2024-07-10T04:47:46.067Z] 2a2f49069b9e: Pulling fs layer [2024-07-10T04:47:46.067Z] e0025b399a48: Pulling fs layer [2024-07-10T04:47:46.067Z] 4698f68db338: Waiting [2024-07-10T04:47:46.067Z] 2a2f49069b9e: Waiting [2024-07-10T04:47:46.067Z] e0025b399a48: Waiting [2024-07-10T04:47:46.067Z] 91d30c5bc195: Verifying Checksum [2024-07-10T04:47:46.067Z] 91d30c5bc195: Download complete [2024-07-10T04:47:46.067Z] 4698f68db338: Verifying Checksum [2024-07-10T04:47:46.067Z] 4698f68db338: Download complete [2024-07-10T04:47:46.067Z] 2e9b0aa3be6d: Verifying Checksum [2024-07-10T04:47:46.067Z] 2e9b0aa3be6d: Download complete [2024-07-10T04:47:46.067Z] e0025b399a48: Verifying Checksum [2024-07-10T04:47:46.067Z] e0025b399a48: Download complete [2024-07-10T04:47:46.067Z] 91d30c5bc195: Pull complete [2024-07-10T04:47:46.325Z] 2a2f49069b9e: Verifying Checksum [2024-07-10T04:47:46.325Z] 2a2f49069b9e: Download complete [2024-07-10T04:47:46.583Z] 2e9b0aa3be6d: Pull complete [2024-07-10T04:47:46.583Z] 9c61dcf015f6: Verifying Checksum [2024-07-10T04:47:46.583Z] 9c61dcf015f6: Download complete [2024-07-10T04:47:47.703Z] ---> Running in 5c5eb52c3226 [2024-07-10T04:47:47.703Z] Removing intermediate container 5c5eb52c3226 [2024-07-10T04:47:47.703Z] ---> 5827296e9779 [2024-07-10T04:47:47.703Z] Step 3/4 : COPY go.mod . [2024-07-10T04:47:48.287Z] ---> 5210c5b6d1ad [2024-07-10T04:47:48.287Z] Step 4/4 : RUN go mod download [2024-07-10T04:47:48.287Z] ---> Running in 192423cea092 [2024-07-10T04:47:49.105Z] 9c61dcf015f6: Pull complete [2024-07-10T04:47:49.105Z] 4698f68db338: Pull complete [2024-07-10T04:47:49.362Z] 2a2f49069b9e: Pull complete [2024-07-10T04:47:49.363Z] e0025b399a48: Pull complete [2024-07-10T04:47:49.363Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-07-10T04:47:49.363Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-10T04:47:49.363Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-10T04:47:49.457Z] prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container [2024-07-10T04:47:49.481Z] $ 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/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2024-07-10T04:47:53.650Z] $ docker top 569ddc5d24eee794a90a84230b5a13a631efa55328c10ffebea2b7e1e265692d -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-10T04:47:53.992Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-10T04:47:56.543Z] #1 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-10T04:47:56.543Z] #1 transferring dockerfile: 2.50kB done [2024-07-10T04:47:56.543Z] #1 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #2 [core-command internal] load build definition from Dockerfile [2024-07-10T04:47:56.543Z] #2 transferring dockerfile: 1.93kB done [2024-07-10T04:47:56.543Z] #2 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #3 [core-data internal] load build definition from Dockerfile [2024-07-10T04:47:56.543Z] #3 transferring dockerfile: 2.01kB done [2024-07-10T04:47:56.543Z] #3 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #4 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-10T04:47:56.543Z] #4 transferring dockerfile: 2.23kB done [2024-07-10T04:47:56.543Z] #4 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #5 [security-spire-agent internal] load build definition from Dockerfile [2024-07-10T04:47:56.543Z] #5 transferring dockerfile: 1.81kB done [2024-07-10T04:47:56.543Z] #5 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #6 [core-metadata internal] load build definition from Dockerfile [2024-07-10T04:47:56.543Z] #6 transferring dockerfile: 2.06kB done [2024-07-10T04:47:56.543Z] #6 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #7 [security-spire-server internal] load build definition from Dockerfile [2024-07-10T04:47:56.543Z] #7 transferring dockerfile: 1.70kB done [2024-07-10T04:47:56.543Z] #7 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #8 [security-proxy-setup internal] load .dockerignore [2024-07-10T04:47:56.543Z] #8 transferring context: 50B done [2024-07-10T04:47:56.543Z] #8 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #9 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-10T04:47:56.543Z] #9 transferring dockerfile: 2.93kB done [2024-07-10T04:47:56.543Z] #9 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #10 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-10T04:47:56.543Z] #10 transferring dockerfile: 2.15kB done [2024-07-10T04:47:56.543Z] #10 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #11 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-10T04:47:56.543Z] #11 transferring dockerfile: 2.49kB done [2024-07-10T04:47:56.543Z] #11 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #12 [support-notifications internal] load build definition from Dockerfile [2024-07-10T04:47:56.543Z] #12 transferring dockerfile: 1.95kB done [2024-07-10T04:47:56.543Z] #12 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #13 [core-keeper internal] load build definition from Dockerfile [2024-07-10T04:47:56.543Z] #13 transferring dockerfile: 2.01kB done [2024-07-10T04:47:56.543Z] #13 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #14 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-10T04:47:56.543Z] #14 transferring dockerfile: 1.89kB done [2024-07-10T04:47:56.543Z] #14 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #15 [security-spire-config internal] load build definition from Dockerfile [2024-07-10T04:47:56.543Z] #15 transferring dockerfile: 1.69kB done [2024-07-10T04:47:56.543Z] #15 DONE 0.1s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #16 [support-scheduler internal] load build definition from Dockerfile [2024-07-10T04:47:56.543Z] #16 transferring dockerfile: 1.93kB done [2024-07-10T04:47:56.543Z] #16 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #17 [core-command internal] load .dockerignore [2024-07-10T04:47:56.543Z] #17 transferring context: 50B done [2024-07-10T04:47:56.543Z] #17 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #18 [core-data internal] load .dockerignore [2024-07-10T04:47:56.543Z] #18 transferring context: 50B done [2024-07-10T04:47:56.543Z] #18 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #19 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-10T04:47:56.543Z] #19 transferring context: 50B done [2024-07-10T04:47:56.543Z] #19 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #20 [security-spire-agent internal] load .dockerignore [2024-07-10T04:47:56.543Z] #20 transferring context: 50B done [2024-07-10T04:47:56.543Z] #20 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #21 [core-metadata internal] load .dockerignore [2024-07-10T04:47:56.543Z] #21 transferring context: 50B done [2024-07-10T04:47:56.543Z] #21 DONE 0.0s [2024-07-10T04:47:56.543Z] [2024-07-10T04:47:56.543Z] #22 [security-spire-server internal] load .dockerignore [2024-07-10T04:47:56.543Z] #22 transferring context: 50B done [2024-07-10T04:47:56.801Z] #22 DONE 0.0s [2024-07-10T04:47:56.801Z] [2024-07-10T04:47:56.801Z] #23 [security-bootstrapper internal] load .dockerignore [2024-07-10T04:47:56.801Z] #23 transferring context: 50B done [2024-07-10T04:47:56.801Z] #23 DONE 0.0s [2024-07-10T04:47:56.801Z] [2024-07-10T04:47:56.801Z] #24 [security-proxy-auth internal] load .dockerignore [2024-07-10T04:47:56.801Z] #24 transferring context: 50B done [2024-07-10T04:47:56.801Z] #24 DONE 0.0s [2024-07-10T04:47:56.801Z] [2024-07-10T04:47:56.801Z] #25 [security-secretstore-setup internal] load .dockerignore [2024-07-10T04:47:56.801Z] #25 transferring context: 50B done [2024-07-10T04:47:56.801Z] #25 DONE 0.0s [2024-07-10T04:47:56.801Z] [2024-07-10T04:47:56.801Z] #26 [support-notifications internal] load .dockerignore [2024-07-10T04:47:56.801Z] #26 transferring context: 50B done [2024-07-10T04:47:56.801Z] #26 DONE 0.0s [2024-07-10T04:47:56.801Z] [2024-07-10T04:47:56.801Z] #27 [core-keeper internal] load .dockerignore [2024-07-10T04:47:56.801Z] #27 transferring context: 50B done [2024-07-10T04:47:56.801Z] #27 DONE 0.0s [2024-07-10T04:47:56.801Z] [2024-07-10T04:47:56.801Z] #28 [security-spire-config internal] load .dockerignore [2024-07-10T04:47:56.801Z] #28 transferring context: 50B done [2024-07-10T04:47:56.801Z] #28 DONE 0.0s [2024-07-10T04:47:56.801Z] [2024-07-10T04:47:56.801Z] #29 [security-spiffe-token-provider internal] load .dockerignore [2024-07-10T04:47:56.801Z] #29 transferring context: 50B done [2024-07-10T04:47:56.801Z] #29 DONE 0.0s [2024-07-10T04:47:56.801Z] [2024-07-10T04:47:56.801Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-10T04:47:56.801Z] #30 DONE 0.0s [2024-07-10T04:47:56.801Z] [2024-07-10T04:47:56.801Z] #31 [support-scheduler internal] load .dockerignore [2024-07-10T04:47:56.801Z] #31 transferring context: 50B done [2024-07-10T04:47:56.801Z] #31 DONE 0.0s [2024-07-10T04:47:56.801Z] [2024-07-10T04:47:56.801Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-07-10T04:47:56.801Z] #32 DONE 0.1s [2024-07-10T04:47:56.801Z] [2024-07-10T04:47:56.801Z] #33 [security-proxy-setup stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:47:56.801Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-10T04:47:56.801Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-10T04:47:56.801Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-10T04:47:56.801Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-10T04:47:56.801Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s [2024-07-10T04:47:57.062Z] #33 ... [2024-07-10T04:47:57.062Z] [2024-07-10T04:47:57.062Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-10T04:47:57.062Z] #30 DONE 0.0s [2024-07-10T04:47:57.062Z] [2024-07-10T04:47:57.062Z] #32 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-07-10T04:47:57.062Z] #32 DONE 0.1s [2024-07-10T04:47:57.062Z] [2024-07-10T04:47:57.062Z] #33 [core-command stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:47:57.062Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-10T04:47:57.062Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-10T04:47:57.062Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-10T04:47:57.062Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-10T04:47:57.062Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done [2024-07-10T04:47:57.062Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e [2024-07-10T04:47:57.062Z] #33 ... [2024-07-10T04:47:57.062Z] [2024-07-10T04:47:57.062Z] #30 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-10T04:47:57.062Z] #30 DONE 0.0s [2024-07-10T04:47:57.062Z] [2024-07-10T04:47:57.062Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-07-10T04:47:57.062Z] #32 DONE 0.2s [2024-07-10T04:47:57.062Z] [2024-07-10T04:47:57.062Z] #33 [core-metadata stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:47:57.062Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-10T04:47:57.062Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-10T04:47:57.062Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-10T04:47:57.062Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-10T04:47:57.062Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done [2024-07-10T04:47:57.322Z] #33 ... [2024-07-10T04:47:57.322Z] [2024-07-10T04:47:57.322Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-10T04:47:57.322Z] #30 DONE 0.0s [2024-07-10T04:47:57.322Z] [2024-07-10T04:47:57.322Z] #33 [security-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:47:57.322Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-10T04:47:57.322Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-10T04:47:57.322Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-10T04:47:57.322Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-10T04:47:57.322Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done [2024-07-10T04:47:57.322Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.2s done [2024-07-10T04:47:57.322Z] #33 ... [2024-07-10T04:47:57.322Z] [2024-07-10T04:47:57.322Z] #30 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-10T04:47:57.322Z] #30 DONE 0.0s [2024-07-10T04:47:57.583Z] [2024-07-10T04:47:57.583Z] #30 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-10T04:47:57.583Z] #30 DONE 0.0s [2024-07-10T04:47:57.583Z] [2024-07-10T04:47:57.583Z] #33 [support-notifications stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:47:57.583Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-10T04:47:57.583Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-10T04:47:57.583Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-10T04:47:57.583Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-10T04:47:57.583Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done [2024-07-10T04:47:57.583Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.2s done [2024-07-10T04:47:57.583Z] #33 ... [2024-07-10T04:47:57.583Z] [2024-07-10T04:47:57.583Z] #30 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-10T04:47:57.583Z] #30 DONE 0.0s [2024-07-10T04:47:57.840Z] [2024-07-10T04:47:57.840Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-07-10T04:47:57.840Z] #32 DONE 0.7s [2024-07-10T04:47:57.840Z] [2024-07-10T04:47:57.840Z] #33 [core-common-config-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:47:57.840Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-10T04:47:57.840Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-10T04:47:57.840Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-10T04:47:57.840Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-10T04:47:57.840Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done [2024-07-10T04:47:57.840Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.2s done [2024-07-10T04:47:57.840Z] #33 DONE 1.1s [2024-07-10T04:47:57.840Z] [2024-07-10T04:47:57.840Z] #34 [security-spiffe-token-provider internal] load build context [2024-07-10T04:47:58.106Z] #34 ... [2024-07-10T04:47:58.106Z] [2024-07-10T04:47:58.106Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-07-10T04:47:58.106Z] #35 DONE 1.0s [2024-07-10T04:47:58.106Z] [2024-07-10T04:47:58.106Z] #33 [security-spire-config stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:47:58.106Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-10T04:47:58.106Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-10T04:47:58.106Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-10T04:47:58.106Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-10T04:47:58.106Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done [2024-07-10T04:47:58.106Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.2s done [2024-07-10T04:47:58.106Z] #33 DONE 1.1s [2024-07-10T04:47:58.106Z] [2024-07-10T04:47:58.106Z] #36 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-07-10T04:47:58.106Z] #36 DONE 1.1s [2024-07-10T04:47:58.106Z] [2024-07-10T04:47:58.106Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:47:58.106Z] #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:47:58.366Z] #37 ... [2024-07-10T04:47:58.366Z] [2024-07-10T04:47:58.366Z] #38 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-07-10T04:47:58.366Z] #38 DONE 1.6s [2024-07-10T04:47:58.366Z] [2024-07-10T04:47:58.366Z] #34 [security-spiffe-token-provider internal] load build context [2024-07-10T04:47:59.306Z] #34 ... [2024-07-10T04:47:59.306Z] [2024-07-10T04:47:59.306Z] #39 [security-spire-server internal] load build context [2024-07-10T04:47:59.306Z] #39 transferring context: 26.79kB 0.0s done [2024-07-10T04:47:59.306Z] #39 DONE 0.9s [2024-07-10T04:47:59.306Z] [2024-07-10T04:47:59.306Z] #34 [security-spiffe-token-provider internal] load build context [2024-07-10T04:47:59.306Z] #34 ... [2024-07-10T04:47:59.306Z] [2024-07-10T04:47:59.306Z] #40 [security-spire-agent internal] load build context [2024-07-10T04:47:59.306Z] #40 transferring context: 26.32kB 0.1s done [2024-07-10T04:47:59.306Z] #40 DONE 1.0s [2024-07-10T04:47:59.306Z] [2024-07-10T04:47:59.306Z] #34 [security-spiffe-token-provider internal] load build context [2024-07-10T04:47:59.306Z] #34 ... [2024-07-10T04:47:59.306Z] [2024-07-10T04:47:59.306Z] #41 [security-spire-config internal] load build context [2024-07-10T04:47:59.306Z] #41 transferring context: 25.04kB 0.0s done [2024-07-10T04:47:59.306Z] #41 DONE 1.1s [2024-07-10T04:47:59.306Z] [2024-07-10T04:47:59.306Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:47:59.306Z] #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.1s done [2024-07-10T04:47:59.306Z] #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-07-10T04:47:59.306Z] #37 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-07-10T04:47:59.564Z] #37 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-07-10T04:47:59.564Z] #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.1s [2024-07-10T04:47:59.564Z] #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s [2024-07-10T04:47:59.564Z] #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s [2024-07-10T04:48:01.466Z] #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 1.8s [2024-07-10T04:48:02.032Z] #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.6s [2024-07-10T04:48:03.549Z] #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 3.4s done [2024-07-10T04:48:03.809Z] #37 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-07-10T04:48:04.376Z] #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 4.8s done [2024-07-10T04:48:04.946Z] #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 5.5s done [2024-07-10T04:48:04.946Z] #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 5.5s done [2024-07-10T04:48:06.329Z] #37 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-07-10T04:48:06.894Z] #37 ... [2024-07-10T04:48:06.894Z] [2024-07-10T04:48:06.894Z] #42 [security-proxy-setup internal] load build context [2024-07-10T04:48:06.894Z] #42 transferring context: 439.76MB 9.4s done [2024-07-10T04:48:06.894Z] #42 ... [2024-07-10T04:48:06.894Z] [2024-07-10T04:48:06.894Z] #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-10T04:48:06.894Z] #43 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.1s done [2024-07-10T04:48:06.894Z] #43 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-07-10T04:48:06.894Z] #43 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-07-10T04:48:06.894Z] #43 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-07-10T04:48:06.894Z] #43 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 3.0s done [2024-07-10T04:48:06.894Z] #43 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 4.5s done [2024-07-10T04:48:06.894Z] #43 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-07-10T04:48:06.894Z] #43 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-07-10T04:48:06.894Z] #43 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 7.2s [2024-07-10T04:48:06.894Z] #43 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 7.2s [2024-07-10T04:48:07.220Z] #43 ... [2024-07-10T04:48:07.220Z] [2024-07-10T04:48:07.220Z] #44 [core-command internal] load build context [2024-07-10T04:48:07.220Z] #44 ... [2024-07-10T04:48:07.220Z] [2024-07-10T04:48:07.220Z] #45 [core-common-config-bootstrapper internal] load build context [2024-07-10T04:48:07.220Z] #45 transferring context: 439.76MB 10.0s done [2024-07-10T04:48:07.220Z] #45 ... [2024-07-10T04:48:07.220Z] [2024-07-10T04:48:07.220Z] #46 [core-metadata internal] load build context [2024-07-10T04:48:07.553Z] #46 ... [2024-07-10T04:48:07.553Z] [2024-07-10T04:48:07.553Z] #47 [security-bootstrapper internal] load build context [2024-07-10T04:48:07.553Z] #47 transferring context: 439.76MB 9.8s done [2024-07-10T04:48:07.553Z] #47 ... [2024-07-10T04:48:07.553Z] [2024-07-10T04:48:07.553Z] #48 [core-data internal] load build context [2024-07-10T04:48:07.553Z] #48 transferring context: 439.76MB 9.8s done [2024-07-10T04:48:07.553Z] #48 ... [2024-07-10T04:48:07.553Z] [2024-07-10T04:48:07.553Z] #49 [security-proxy-auth internal] load build context [2024-07-10T04:48:07.553Z] #49 transferring context: 439.76MB 8.0s done [2024-07-10T04:48:07.945Z] #49 ... [2024-07-10T04:48:07.945Z] [2024-07-10T04:48:07.945Z] #50 [support-notifications internal] load build context [2024-07-10T04:48:07.945Z] #50 ... [2024-07-10T04:48:07.945Z] [2024-07-10T04:48:07.945Z] #51 [core-keeper internal] load build context [2024-07-10T04:48:07.945Z] #51 transferring context: 439.76MB 9.3s done [2024-07-10T04:48:07.945Z] #51 ... [2024-07-10T04:48:07.945Z] [2024-07-10T04:48:07.945Z] #52 [security-secretstore-setup internal] load build context [2024-07-10T04:48:07.945Z] #52 transferring context: 439.76MB 10.1s done [2024-07-10T04:48:08.211Z] #52 ... [2024-07-10T04:48:08.211Z] [2024-07-10T04:48:08.211Z] #53 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-10T04:48:08.211Z] #0 1.863 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:08.211Z] #0 1.987 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:08.211Z] #0 2.165 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-10T04:48:08.211Z] #0 2.173 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:48:08.211Z] #0 2.174 OK: 7 MiB in 16 packages [2024-07-10T04:48:08.211Z] #53 ... [2024-07-10T04:48:08.211Z] [2024-07-10T04:48:08.211Z] #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-10T04:48:08.211Z] #0 3.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:08.211Z] #0 3.516 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:08.211Z] #0 3.703 (1/2) Installing ca-certificates (20240226-r0) [2024-07-10T04:48:08.211Z] #0 3.718 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-10T04:48:08.211Z] #0 3.722 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:48:08.211Z] #0 3.725 Executing ca-certificates-20240226-r0.trigger [2024-07-10T04:48:08.211Z] #0 3.784 OK: 8 MiB in 17 packages [2024-07-10T04:48:08.211Z] #54 ... [2024-07-10T04:48:08.211Z] [2024-07-10T04:48:08.211Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-10T04:48:08.211Z] #55 ... [2024-07-10T04:48:08.211Z] [2024-07-10T04:48:08.211Z] #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-10T04:48:08.512Z] #56 ... [2024-07-10T04:48:08.512Z] [2024-07-10T04:48:08.512Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-10T04:48:08.512Z] #0 1.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:08.512Z] #0 1.562 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:08.512Z] #0 1.815 (1/4) Installing ca-certificates (20240226-r0) [2024-07-10T04:48:08.512Z] #0 1.832 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-10T04:48:08.512Z] #0 1.836 (3/4) Installing su-exec (0.2-r3) [2024-07-10T04:48:08.512Z] #0 1.838 (4/4) Installing yq (4.33.3-r5) [2024-07-10T04:48:08.512Z] #0 1.904 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:48:08.512Z] #0 1.907 Executing ca-certificates-20240226-r0.trigger [2024-07-10T04:48:08.512Z] #0 1.953 OK: 17 MiB in 19 packages [2024-07-10T04:48:08.770Z] #57 ... [2024-07-10T04:48:08.771Z] [2024-07-10T04:48:08.771Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-10T04:48:08.771Z] #58 ... [2024-07-10T04:48:08.771Z] [2024-07-10T04:48:08.771Z] #59 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-10T04:48:08.771Z] #59 ... [2024-07-10T04:48:08.771Z] [2024-07-10T04:48:08.771Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-10T04:48:08.771Z] #60 ... [2024-07-10T04:48:08.771Z] [2024-07-10T04:48:08.771Z] #61 [support-scheduler internal] load build context [2024-07-10T04:48:09.029Z] #61 ... [2024-07-10T04:48:09.029Z] [2024-07-10T04:48:09.029Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-10T04:48:09.029Z] #62 ... [2024-07-10T04:48:09.029Z] [2024-07-10T04:48:09.029Z] #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-10T04:48:09.029Z] #63 ... [2024-07-10T04:48:09.029Z] [2024-07-10T04:48:09.029Z] #64 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-07-10T04:48:09.289Z] #64 ... [2024-07-10T04:48:09.289Z] [2024-07-10T04:48:09.289Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:48:09.289Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 9.9s [2024-07-10T04:48:09.289Z] #37 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-07-10T04:48:09.289Z] #37 ... [2024-07-10T04:48:09.289Z] [2024-07-10T04:48:09.289Z] #34 [security-spiffe-token-provider internal] load build context [2024-07-10T04:48:09.289Z] #34 transferring context: 439.76MB 10.7s done [2024-07-10T04:48:09.548Z] #34 ... [2024-07-10T04:48:09.548Z] [2024-07-10T04:48:09.548Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:48:11.453Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 11.6s done [2024-07-10T04:48:14.101Z] #37 ... [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #49 [security-proxy-auth internal] load build context [2024-07-10T04:48:14.101Z] #49 DONE 16.1s [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-10T04:48:14.101Z] #43 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 8.9s done [2024-07-10T04:48:14.101Z] #43 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 9.6s done [2024-07-10T04:48:14.101Z] #43 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-07-10T04:48:14.101Z] #43 ... [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #42 [security-proxy-setup internal] load build context [2024-07-10T04:48:14.101Z] #42 DONE 17.1s [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-10T04:48:14.101Z] #43 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 [2024-07-10T04:48:14.101Z] #43 ... [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #44 [core-command internal] load build context [2024-07-10T04:48:14.101Z] #44 transferring context: 439.76MB 11.9s done [2024-07-10T04:48:14.101Z] #44 ... [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-10T04:48:14.101Z] #54 DONE 15.9s [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #53 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-10T04:48:14.101Z] #53 DONE 16.2s [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-10T04:48:14.101Z] #57 DONE 16.2s [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #48 [core-data internal] load build context [2024-07-10T04:48:14.101Z] #48 DONE 17.0s [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #45 [core-common-config-bootstrapper internal] load build context [2024-07-10T04:48:14.101Z] #45 DONE 17.0s [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #64 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-10T04:48:14.101Z] #64 DONE 15.1s [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #65 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2024-07-10T04:48:14.101Z] #65 ... [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #51 [core-keeper internal] load build context [2024-07-10T04:48:14.101Z] #51 DONE 16.6s [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #52 [security-secretstore-setup internal] load build context [2024-07-10T04:48:14.101Z] #52 DONE 16.6s [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #50 [support-notifications internal] load build context [2024-07-10T04:48:14.101Z] #50 transferring context: 439.76MB 10.4s done [2024-07-10T04:48:14.101Z] #50 DONE 16.6s [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #47 [security-bootstrapper internal] load build context [2024-07-10T04:48:14.101Z] #47 DONE 16.8s [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #34 [security-spiffe-token-provider internal] load build context [2024-07-10T04:48:14.101Z] #34 DONE 16.4s [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #46 [core-metadata internal] load build context [2024-07-10T04:48:14.101Z] #46 transferring context: 439.76MB 11.1s done [2024-07-10T04:48:14.101Z] #46 DONE 17.0s [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #61 [support-scheduler internal] load build context [2024-07-10T04:48:14.101Z] #61 transferring context: 439.76MB 11.1s done [2024-07-10T04:48:14.101Z] #61 DONE 16.5s [2024-07-10T04:48:14.101Z] [2024-07-10T04:48:14.101Z] #44 [core-command internal] load build context [2024-07-10T04:48:14.101Z] #44 DONE 17.1s [2024-07-10T04:48:14.359Z] [2024-07-10T04:48:14.359Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:48:14.359Z] #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.3s [2024-07-10T04:48:15.305Z] #37 ... [2024-07-10T04:48:15.305Z] [2024-07-10T04:48:15.305Z] #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-10T04:48:15.305Z] #56 DONE 17.1s [2024-07-10T04:48:15.305Z] [2024-07-10T04:48:15.305Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:48:15.305Z] #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.2s done [2024-07-10T04:48:15.305Z] #37 ... [2024-07-10T04:48:15.305Z] [2024-07-10T04:48:15.305Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-10T04:48:15.305Z] #58 16.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:15.305Z] #58 16.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:15.305Z] #58 16.81 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-10T04:48:15.305Z] #58 16.81 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:48:15.305Z] #58 16.82 OK: 7 MiB in 16 packages [2024-07-10T04:48:15.305Z] #58 DONE 17.2s [2024-07-10T04:48:15.305Z] [2024-07-10T04:48:15.305Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-10T04:48:15.305Z] #62 16.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:15.305Z] #62 16.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:15.305Z] #62 16.83 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-10T04:48:15.305Z] #62 16.83 (2/2) Installing su-exec (0.2-r3) [2024-07-10T04:48:15.305Z] #62 16.84 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:48:15.305Z] #62 16.84 OK: 7 MiB in 17 packages [2024-07-10T04:48:15.305Z] #62 DONE 17.3s [2024-07-10T04:48:15.305Z] [2024-07-10T04:48:15.305Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-10T04:48:15.305Z] #60 16.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:15.305Z] #60 16.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:15.305Z] #60 16.74 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:15.305Z] #60 16.77 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:15.305Z] #60 16.78 (3/6) Installing dumb-init (1.2.5-r2) [2024-07-10T04:48:15.305Z] #60 16.78 (4/6) Installing openssl (3.1.6-r0) [2024-07-10T04:48:15.305Z] #60 16.79 (5/6) Installing su-exec (0.2-r3) [2024-07-10T04:48:15.305Z] #60 16.79 (6/6) Installing yq (4.33.3-r5) [2024-07-10T04:48:15.305Z] #60 16.86 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:48:15.305Z] #60 16.86 OK: 17 MiB in 19 packages [2024-07-10T04:48:15.305Z] #60 DONE 17.1s [2024-07-10T04:48:15.567Z] [2024-07-10T04:48:15.567Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:48:15.826Z] #37 ... [2024-07-10T04:48:15.826Z] [2024-07-10T04:48:15.826Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-10T04:48:15.826Z] #55 16.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:15.826Z] #55 16.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:15.826Z] #55 16.88 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-10T04:48:15.826Z] #55 16.88 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-10T04:48:15.826Z] #55 16.88 OK: 20072 distinct packages available [2024-07-10T04:48:15.826Z] #55 16.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:15.826Z] #55 17.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:15.826Z] #55 17.26 (1/11) Installing ca-certificates (20240226-r0) [2024-07-10T04:48:15.826Z] #55 17.27 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-10T04:48:15.826Z] #55 17.29 (3/11) Installing libunistring (1.1-r1) [2024-07-10T04:48:15.826Z] #55 17.30 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-10T04:48:15.826Z] #55 17.31 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-10T04:48:15.826Z] #55 17.31 (6/11) Installing libcurl (8.5.0-r0) [2024-07-10T04:48:15.826Z] #55 17.32 (7/11) Installing curl (8.5.0-r0) [2024-07-10T04:48:15.826Z] #55 17.33 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-10T04:48:15.826Z] #55 17.33 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-10T04:48:15.826Z] #55 17.34 (10/11) Installing libucontext (1.2-r2) [2024-07-10T04:48:15.826Z] #55 17.34 (11/11) Installing gcompat (1.1.0-r1) [2024-07-10T04:48:15.826Z] #55 17.35 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:48:15.826Z] #55 17.36 Executing ca-certificates-20240226-r0.trigger [2024-07-10T04:48:15.826Z] #55 17.42 OK: 12 MiB in 26 packages [2024-07-10T04:48:15.826Z] #55 DONE 17.6s [2024-07-10T04:48:15.826Z] [2024-07-10T04:48:15.826Z] #59 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-10T04:48:15.826Z] #59 15.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:15.826Z] #59 16.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:15.826Z] #59 16.40 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-10T04:48:15.826Z] #59 16.40 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-10T04:48:15.826Z] #59 16.40 OK: 20072 distinct packages available [2024-07-10T04:48:15.826Z] #59 16.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:15.826Z] #59 16.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:15.826Z] #59 16.81 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:15.826Z] #59 16.85 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:15.826Z] #59 16.86 (3/7) Installing dumb-init (1.2.5-r2) [2024-07-10T04:48:15.826Z] #59 16.88 (4/7) Installing musl-obstack (1.2.3-r2) [2024-07-10T04:48:15.826Z] #59 16.88 (5/7) Installing libucontext (1.2-r2) [2024-07-10T04:48:15.826Z] #59 16.88 (6/7) Installing gcompat (1.1.0-r1) [2024-07-10T04:48:15.826Z] #59 16.88 (7/7) Installing openssl (3.1.6-r0) [2024-07-10T04:48:15.826Z] #59 16.89 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:48:15.826Z] #59 16.90 OK: 8 MiB in 20 packages [2024-07-10T04:48:15.826Z] #59 DONE 17.1s [2024-07-10T04:48:15.826Z] [2024-07-10T04:48:15.826Z] #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-10T04:48:15.826Z] #63 16.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:15.826Z] #63 16.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:15.826Z] #63 16.96 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-10T04:48:15.826Z] #63 16.96 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-10T04:48:15.826Z] #63 16.96 OK: 20072 distinct packages available [2024-07-10T04:48:15.826Z] #63 17.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:15.826Z] #63 17.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:16.083Z] #63 17.33 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-10T04:48:16.083Z] #63 17.34 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-10T04:48:16.083Z] #63 17.34 (3/4) Installing libucontext (1.2-r2) [2024-07-10T04:48:16.083Z] #63 17.34 (4/4) Installing gcompat (1.1.0-r1) [2024-07-10T04:48:16.083Z] #63 17.35 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:48:16.083Z] #63 17.36 OK: 8 MiB in 19 packages [2024-07-10T04:48:16.083Z] #63 DONE 17.5s [2024-07-10T04:48:16.083Z] [2024-07-10T04:48:16.083Z] #66 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-10T04:48:16.344Z] #66 ... [2024-07-10T04:48:16.344Z] [2024-07-10T04:48:16.344Z] #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-10T04:48:16.344Z] #67 DONE 2.3s [2024-07-10T04:48:16.344Z] [2024-07-10T04:48:16.344Z] #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-10T04:48:16.344Z] #0 2.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:16.344Z] #0 2.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:16.344Z] #0 2.372 OK: 264 MiB in 52 packages [2024-07-10T04:48:16.344Z] #68 DONE 2.5s [2024-07-10T04:48:16.344Z] [2024-07-10T04:48:16.344Z] #69 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:48:16.344Z] #69 DONE 0.1s [2024-07-10T04:48:16.602Z] [2024-07-10T04:48:16.602Z] #70 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:48:16.602Z] #70 ... [2024-07-10T04:48:16.602Z] [2024-07-10T04:48:16.602Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-10T04:48:16.602Z] #0 2.244 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:16.602Z] #0 2.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:16.602Z] #0 2.558 OK: 264 MiB in 52 packages [2024-07-10T04:48:16.602Z] #71 DONE 2.7s [2024-07-10T04:48:16.861Z] [2024-07-10T04:48:16.861Z] #72 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-07-10T04:48:16.861Z] #0 2.338 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:16.861Z] #0 2.418 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:16.861Z] #0 2.604 OK: 264 MiB in 52 packages [2024-07-10T04:48:16.861Z] #72 DONE 2.7s [2024-07-10T04:48:16.861Z] [2024-07-10T04:48:16.861Z] #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:48:16.861Z] #73 DONE 0.0s [2024-07-10T04:48:16.861Z] [2024-07-10T04:48:16.861Z] #74 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:48:16.861Z] #74 DONE 0.1s [2024-07-10T04:48:16.861Z] [2024-07-10T04:48:16.861Z] #75 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:48:16.861Z] #75 ... [2024-07-10T04:48:16.861Z] [2024-07-10T04:48:16.861Z] #76 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-10T04:48:16.861Z] #0 1.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:16.861Z] #0 2.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:16.861Z] #0 2.262 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-10T04:48:16.861Z] #0 2.262 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-10T04:48:16.861Z] #0 2.262 OK: 20075 distinct packages available [2024-07-10T04:48:16.861Z] #0 2.361 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:16.861Z] #0 2.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:16.861Z] #0 2.685 OK: 264 MiB in 52 packages [2024-07-10T04:48:16.861Z] #76 DONE 2.8s [2024-07-10T04:48:16.861Z] [2024-07-10T04:48:16.861Z] #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:48:16.861Z] #77 DONE 0.1s [2024-07-10T04:48:17.121Z] [2024-07-10T04:48:17.121Z] #78 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:48:18.056Z] #78 ... [2024-07-10T04:48:18.056Z] [2024-07-10T04:48:18.056Z] #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-10T04:48:18.056Z] #0 3.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.056Z] #0 3.284 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.056Z] #0 3.467 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:18.056Z] #0 3.498 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:18.056Z] #0 3.505 Executing ca-certificates-20240226-r0.trigger [2024-07-10T04:48:18.056Z] #0 3.551 OK: 8 MiB in 17 packages [2024-07-10T04:48:18.056Z] #79 DONE 3.8s [2024-07-10T04:48:18.056Z] [2024-07-10T04:48:18.056Z] #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-10T04:48:18.056Z] #0 3.169 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.056Z] #0 3.253 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.056Z] #0 3.479 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:18.056Z] #0 3.533 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:18.056Z] #0 3.537 Executing ca-certificates-20240226-r0.trigger [2024-07-10T04:48:18.056Z] #0 3.580 OK: 17 MiB in 19 packages [2024-07-10T04:48:18.056Z] #80 DONE 3.8s [2024-07-10T04:48:18.056Z] [2024-07-10T04:48:18.056Z] #65 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-07-10T04:48:18.056Z] #65 3.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.056Z] #65 3.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.056Z] #65 3.554 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:18.056Z] #65 3.596 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:18.056Z] #65 3.604 OK: 7 MiB in 16 packages [2024-07-10T04:48:18.056Z] #65 DONE 3.9s [2024-07-10T04:48:18.056Z] [2024-07-10T04:48:18.056Z] #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-10T04:48:18.056Z] #0 2.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.056Z] #0 2.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.056Z] #0 2.544 OK: 17 MiB in 19 packages [2024-07-10T04:48:18.056Z] #81 DONE 2.7s [2024-07-10T04:48:18.056Z] [2024-07-10T04:48:18.056Z] #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-10T04:48:18.056Z] #82 DONE 0.0s [2024-07-10T04:48:18.056Z] [2024-07-10T04:48:18.056Z] #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-10T04:48:18.056Z] #43 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.9s done [2024-07-10T04:48:18.315Z] #43 ... [2024-07-10T04:48:18.315Z] [2024-07-10T04:48:18.315Z] #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-10T04:48:18.315Z] #0 2.518 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.315Z] #0 2.608 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.315Z] #0 2.868 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:18.315Z] #0 2.905 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:18.315Z] #0 2.921 OK: 7 MiB in 17 packages [2024-07-10T04:48:18.315Z] #83 DONE 3.1s [2024-07-10T04:48:18.574Z] [2024-07-10T04:48:18.574Z] #84 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-10T04:48:18.574Z] #0 2.603 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.574Z] #0 2.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.574Z] #0 2.894 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:18.574Z] #0 2.932 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:18.574Z] #0 2.939 OK: 7 MiB in 16 packages [2024-07-10T04:48:18.574Z] #84 DONE 3.2s [2024-07-10T04:48:18.574Z] [2024-07-10T04:48:18.574Z] #85 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-10T04:48:18.574Z] #0 2.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.574Z] #0 2.427 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.574Z] #0 2.671 OK: 8 MiB in 20 packages [2024-07-10T04:48:18.574Z] #85 DONE 2.8s [2024-07-10T04:48:18.574Z] [2024-07-10T04:48:18.574Z] #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-10T04:48:18.574Z] #0 2.263 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.574Z] #0 2.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.574Z] #0 2.566 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:18.574Z] #0 2.604 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:18.574Z] #0 2.608 Executing ca-certificates-20240226-r0.trigger [2024-07-10T04:48:18.574Z] #0 2.652 OK: 12 MiB in 26 packages [2024-07-10T04:48:18.574Z] #86 DONE 2.8s [2024-07-10T04:48:18.574Z] [2024-07-10T04:48:18.574Z] #66 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-10T04:48:18.574Z] #66 2.424 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.574Z] #66 2.508 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:18.833Z] #66 2.695 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:18.833Z] #66 2.726 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:48:18.833Z] #66 2.732 OK: 8 MiB in 19 packages [2024-07-10T04:48:19.400Z] #66 DONE 3.5s [2024-07-10T04:48:19.400Z] [2024-07-10T04:48:19.400Z] #87 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-10T04:48:19.400Z] #0 2.123 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:19.400Z] #0 2.667 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:19.400Z] #0 3.317 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-10T04:48:19.400Z] #0 3.623 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:48:19.400Z] #0 3.630 OK: 7 MiB in 16 packages [2024-07-10T04:48:19.400Z] #87 DONE 4.3s [2024-07-10T04:48:19.400Z] [2024-07-10T04:48:19.400Z] #88 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-10T04:48:19.400Z] #88 DONE 1.1s [2024-07-10T04:48:19.400Z] [2024-07-10T04:48:19.400Z] #89 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-10T04:48:19.660Z] #89 ... [2024-07-10T04:48:19.660Z] [2024-07-10T04:48:19.660Z] #90 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-10T04:48:19.660Z] #90 DONE 1.1s [2024-07-10T04:48:19.920Z] [2024-07-10T04:48:19.920Z] #91 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-10T04:48:20.856Z] #91 DONE 1.3s [2024-07-10T04:48:20.856Z] [2024-07-10T04:48:20.856Z] #92 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-10T04:48:20.856Z] #0 2.236 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:20.856Z] #0 2.699 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-10T04:48:20.856Z] #0 3.410 OK: 264 MiB in 52 packages [2024-07-10T04:48:20.856Z] #92 DONE 4.6s [2024-07-10T04:48:20.856Z] [2024-07-10T04:48:20.856Z] #89 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-10T04:48:20.856Z] #89 DONE 1.4s [2024-07-10T04:48:20.856Z] [2024-07-10T04:48:20.856Z] #93 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-10T04:48:20.856Z] #93 DONE 1.4s [2024-07-10T04:48:20.856Z] [2024-07-10T04:48:20.856Z] #94 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-10T04:48:20.856Z] #94 DONE 0.1s [2024-07-10T04:48:20.856Z] [2024-07-10T04:48:20.856Z] #95 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-10T04:48:21.115Z] #95 DONE 0.1s [2024-07-10T04:48:21.115Z] [2024-07-10T04:48:21.115Z] #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-10T04:48:21.115Z] #96 DONE 0.1s [2024-07-10T04:48:21.115Z] [2024-07-10T04:48:21.115Z] #97 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-10T04:48:21.115Z] #97 DONE 0.1s [2024-07-10T04:48:21.115Z] [2024-07-10T04:48:21.115Z] #98 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-10T04:48:21.115Z] #98 DONE 0.1s [2024-07-10T04:48:21.115Z] [2024-07-10T04:48:21.115Z] #99 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:48:21.115Z] #99 ... [2024-07-10T04:48:21.115Z] [2024-07-10T04:48:21.115Z] #100 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-10T04:48:21.115Z] #100 DONE 0.1s [2024-07-10T04:48:21.115Z] [2024-07-10T04:48:21.115Z] #101 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-10T04:48:21.115Z] #101 DONE 0.1s [2024-07-10T04:48:21.115Z] [2024-07-10T04:48:21.115Z] #102 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-10T04:48:21.115Z] #102 DONE 0.1s [2024-07-10T04:48:21.384Z] [2024-07-10T04:48:21.384Z] #103 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-10T04:48:21.384Z] #103 DONE 0.1s [2024-07-10T04:48:21.384Z] [2024-07-10T04:48:21.384Z] #104 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-10T04:48:21.384Z] #104 DONE 0.1s [2024-07-10T04:48:21.384Z] [2024-07-10T04:48:21.384Z] #105 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-10T04:48:21.384Z] #105 DONE 0.1s [2024-07-10T04:48:21.384Z] [2024-07-10T04:48:21.384Z] #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-10T04:48:21.384Z] #106 DONE 0.1s [2024-07-10T04:48:21.384Z] [2024-07-10T04:48:21.384Z] #107 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-10T04:48:21.384Z] #107 DONE 2.9s [2024-07-10T04:48:21.384Z] [2024-07-10T04:48:21.384Z] #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-10T04:48:21.384Z] #108 DONE 0.2s [2024-07-10T04:48:21.384Z] [2024-07-10T04:48:21.384Z] #109 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-10T04:48:21.384Z] #109 DONE 0.1s [2024-07-10T04:48:21.384Z] [2024-07-10T04:48:21.384Z] #110 [security-spire-server] exporting to image [2024-07-10T04:48:21.384Z] #110 exporting layers [2024-07-10T04:48:21.642Z] #110 ... [2024-07-10T04:48:21.642Z] [2024-07-10T04:48:21.642Z] #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-10T04:48:21.642Z] #111 DONE 0.1s [2024-07-10T04:48:21.642Z] [2024-07-10T04:48:21.642Z] #112 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-10T04:48:21.642Z] #112 DONE 0.1s [2024-07-10T04:48:21.642Z] [2024-07-10T04:48:21.642Z] #110 [security-spire-config] exporting to image [2024-07-10T04:48:22.209Z] #110 exporting layers 0.6s done [2024-07-10T04:48:22.209Z] #110 writing image sha256:078a2d9af4e75fa3bbf2b2ee17e5a93e574a7568b5bd2af583451f536eba664e done [2024-07-10T04:48:22.209Z] #110 naming to docker.io/library/security-spire-server done [2024-07-10T04:48:22.209Z] #110 exporting layers 0.6s done [2024-07-10T04:48:22.209Z] #110 writing image sha256:b1f6763241023e7e672d12b10b51c2e8bb67445d6e3e14dc8bb6e64a5c2f6a65 done [2024-07-10T04:48:22.209Z] #110 naming to docker.io/library/security-spire-agent done [2024-07-10T04:48:22.209Z] #110 writing image sha256:008cd6af793ac5dc041fd87122f8c7d093daf0d588ba8691497130022478cf9f [2024-07-10T04:48:22.468Z] #110 writing image sha256:008cd6af793ac5dc041fd87122f8c7d093daf0d588ba8691497130022478cf9f done [2024-07-10T04:48:22.468Z] #110 naming to docker.io/library/security-spire-config done [2024-07-10T04:48:22.468Z] #110 DONE 0.8s [2024-07-10T04:48:22.468Z] [2024-07-10T04:48:22.468Z] #113 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:48:44.743Z] Removing intermediate container 192423cea092 [2024-07-10T04:48:44.743Z] ---> 09aa8db6b68e [2024-07-10T04:48:44.743Z] Successfully built 09aa8db6b68e [2024-07-10T04:48:44.743Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:48:45.074Z] + docker inspect -f . ci-base-image-arm64 [2024-07-10T04:48:45.074Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-10T04:48:45.287Z] prd-ubuntu20.04-docker-arm64-4c-16g-5302 does not seem to be running inside a container [2024-07-10T04:48:45.348Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-07-10T04:48:46.565Z] $ docker top 3cfcd9295085d43418b14c6c6012a09482c3a444edb81a3cf22bb3916f8721ec -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-10T04:48:47.393Z] + go version [2024-07-10T04:48:47.393Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-10T04:48:47.405Z] $ docker stop --time=1 3cfcd9295085d43418b14c6c6012a09482c3a444edb81a3cf22bb3916f8721ec [2024-07-10T04:48:49.011Z] $ docker rm -f --volumes 3cfcd9295085d43418b14c6c6012a09482c3a444edb81a3cf22bb3916f8721ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2024-07-10T04:48:49.335Z] #113 DONE 30.1s [2024-07-10T04:48:49.335Z] [2024-07-10T04:48:49.335Z] #75 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:48:49.335Z] #75 DONE 30.1s [2024-07-10T04:48:49.335Z] [2024-07-10T04:48:49.335Z] #99 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:48:49.335Z] #99 DONE 25.8s [2024-07-10T04:48:49.335Z] [2024-07-10T04:48:49.335Z] #70 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:48:49.335Z] #70 DONE 30.5s [2024-07-10T04:48:49.335Z] [2024-07-10T04:48:49.335Z] #114 [core-keeper builder 7/8] COPY . . [2024-07-10T04:48:49.335Z] #114 ... [2024-07-10T04:48:49.335Z] [2024-07-10T04:48:49.335Z] #78 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:48:49.335Z] #78 DONE 30.0s [2024-07-10T04:48:49.335Z] [2024-07-10T04:48:49.335Z] #115 [security-spiffe-token-provider builder 6/7] COPY . . [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:48:49.696Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-10T04:48:49.696Z] [2024-07-10T04:48:49.696Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:48:50.027Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-10T04:48:50.028Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-07-10T04:48:50.028Z] 547446be3368: Pulling fs layer [2024-07-10T04:48:50.028Z] d125d8839a47: Pulling fs layer [2024-07-10T04:48:50.028Z] 3e85d5ac6304: Pulling fs layer [2024-07-10T04:48:50.028Z] c3105a71a48b: Pulling fs layer [2024-07-10T04:48:50.028Z] 0f093f025ec4: Pulling fs layer [2024-07-10T04:48:50.028Z] c3106fc0e877: Pulling fs layer [2024-07-10T04:48:50.028Z] c3105a71a48b: Waiting [2024-07-10T04:48:50.028Z] 0f093f025ec4: Waiting [2024-07-10T04:48:50.028Z] c3106fc0e877: Waiting [2024-07-10T04:48:50.296Z] 547446be3368: Verifying Checksum [2024-07-10T04:48:50.296Z] 547446be3368: Download complete [2024-07-10T04:48:50.296Z] c3105a71a48b: Download complete [2024-07-10T04:48:50.574Z] d125d8839a47: Verifying Checksum [2024-07-10T04:48:50.574Z] d125d8839a47: Download complete [2024-07-10T04:48:50.574Z] c3106fc0e877: Verifying Checksum [2024-07-10T04:48:50.574Z] c3106fc0e877: Download complete [2024-07-10T04:48:50.841Z] 0f093f025ec4: Verifying Checksum [2024-07-10T04:48:50.841Z] 0f093f025ec4: Download complete [2024-07-10T04:48:51.109Z] 547446be3368: Pull complete [2024-07-10T04:48:52.067Z] d125d8839a47: Pull complete [2024-07-10T04:48:52.649Z] 3e85d5ac6304: Download complete [2024-07-10T04:48:55.927Z] #115 ... [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #116 [support-scheduler builder 6/7] COPY . . [2024-07-10T04:48:55.927Z] #116 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:48:55.927Z] #117 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #118 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:48:55.927Z] #118 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #119 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-10T04:48:55.927Z] #119 DONE 8.4s [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #120 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:48:55.927Z] #120 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #121 [security-proxy-auth builder 6/7] COPY . . [2024-07-10T04:48:55.927Z] #121 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #122 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:48:55.927Z] #122 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #123 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:48:55.927Z] #123 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #124 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:48:55.927Z] #124 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #125 [core-data builder 6/7] COPY . . [2024-07-10T04:48:55.927Z] #125 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #126 [core-command builder 6/7] COPY . . [2024-07-10T04:48:55.927Z] #126 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #127 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:48:55.927Z] #127 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #128 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:48:55.927Z] #128 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #129 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:48:55.927Z] #129 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #130 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:48:55.927Z] #130 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #131 [core-metadata builder 6/7] COPY . . [2024-07-10T04:48:55.927Z] #131 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #132 [security-proxy-setup builder 6/7] COPY . . [2024-07-10T04:48:55.927Z] #132 DONE 8.4s [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-10T04:48:55.927Z] #133 ... [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #134 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:48:55.927Z] #134 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #135 [security-secretstore-setup builder 6/7] COPY . . [2024-07-10T04:48:55.927Z] #135 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #136 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:48:55.927Z] #136 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #114 [core-keeper builder 7/8] COPY . . [2024-07-10T04:48:55.927Z] #114 DONE 8.4s [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #137 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:48:55.927Z] #137 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #138 [security-bootstrapper builder 6/7] COPY . . [2024-07-10T04:48:55.927Z] #138 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #139 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:48:55.927Z] #139 CACHED [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #115 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-10T04:48:55.927Z] #115 DONE 8.4s [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #140 [support-notifications builder 6/7] COPY . . [2024-07-10T04:48:55.927Z] #140 DONE 8.4s [2024-07-10T04:48:55.927Z] [2024-07-10T04:48:55.927Z] #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-10T04:48:56.877Z] #141 1.588 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-10T04:49:02.729Z] 3e85d5ac6304: Pull complete [2024-07-10T04:49:02.729Z] c3105a71a48b: Pull complete [2024-07-10T04:49:03.309Z] 0f093f025ec4: Pull complete [2024-07-10T04:49:03.575Z] c3106fc0e877: Pull complete [2024-07-10T04:49:03.575Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-07-10T04:49:03.575Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-10T04:49:03.575Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-10T04:49:03.785Z] prd-ubuntu20.04-docker-arm64-4c-16g-5302 does not seem to be running inside a container [2024-07-10T04:49:03.844Z] $ 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/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-07-10T04:49:05.741Z] $ docker top 31ccdc49af542cd2861f16461a35cbceb0f16ad9a9cdad610b9649ee35172471 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-10T04:49:06.589Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-10T04:49:06.843Z] #141 ... [2024-07-10T04:49:06.843Z] [2024-07-10T04:49:06.843Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-10T04:49:06.843Z] #0 1.241 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-07-10T04:49:06.843Z] #142 ... [2024-07-10T04:49:06.843Z] [2024-07-10T04:49:06.843Z] #143 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-10T04:49:06.843Z] #0 0.610 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-07-10T04:49:06.843Z] #143 ... [2024-07-10T04:49:06.843Z] [2024-07-10T04:49:06.843Z] #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-10T04:49:06.843Z] #0 1.556 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-10T04:49:06.843Z] #144 ... [2024-07-10T04:49:06.843Z] [2024-07-10T04:49:06.843Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-10T04:49:06.843Z] #0 0.348 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-10T04:49:06.843Z] #145 ... [2024-07-10T04:49:06.843Z] [2024-07-10T04:49:06.843Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-10T04:49:06.843Z] #0 0.892 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-10T04:49:06.843Z] #146 ... [2024-07-10T04:49:06.843Z] [2024-07-10T04:49:06.843Z] #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-10T04:49:06.843Z] #0 1.390 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-07-10T04:49:06.843Z] #147 ... [2024-07-10T04:49:06.843Z] [2024-07-10T04:49:06.843Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-10T04:49:06.843Z] #0 0.761 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-10T04:49:06.843Z] #148 ... [2024-07-10T04:49:06.843Z] [2024-07-10T04:49:06.843Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-10T04:49:06.843Z] #0 0.916 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-10T04:49:06.843Z] #149 ... [2024-07-10T04:49:06.843Z] [2024-07-10T04:49:06.843Z] #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-10T04:49:06.843Z] #133 1.207 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-10T04:49:06.843Z] #133 ... [2024-07-10T04:49:06.843Z] [2024-07-10T04:49:06.843Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-10T04:49:06.843Z] #0 0.650 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-10T04:49:06.843Z] #150 ... [2024-07-10T04:49:06.843Z] [2024-07-10T04:49:06.843Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-10T04:49:06.843Z] #0 1.328 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-10T04:49:16.648Z] #1 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-10T04:49:16.649Z] #1 transferring dockerfile: 1.89kB 0.0s done [2024-07-10T04:49:16.649Z] #1 DONE 0.1s [2024-07-10T04:49:16.649Z] [2024-07-10T04:49:16.649Z] #2 [core-metadata internal] load build definition from Dockerfile [2024-07-10T04:49:16.649Z] #2 transferring dockerfile: 2.06kB done [2024-07-10T04:49:16.649Z] #2 DONE 0.1s [2024-07-10T04:49:16.649Z] [2024-07-10T04:49:16.649Z] #3 [core-command internal] load build definition from Dockerfile [2024-07-10T04:49:16.649Z] #3 transferring dockerfile: 1.93kB done [2024-07-10T04:49:16.649Z] #3 DONE 0.1s [2024-07-10T04:49:16.649Z] [2024-07-10T04:49:16.649Z] #4 [support-notifications internal] load build definition from Dockerfile [2024-07-10T04:49:16.649Z] #4 transferring dockerfile: 1.95kB 0.0s done [2024-07-10T04:49:16.649Z] #4 DONE 0.1s [2024-07-10T04:49:16.649Z] [2024-07-10T04:49:16.649Z] #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-10T04:49:16.649Z] #5 transferring dockerfile: 2.23kB 0.0s done [2024-07-10T04:49:16.649Z] #5 DONE 0.1s [2024-07-10T04:49:16.649Z] [2024-07-10T04:49:16.649Z] #6 [support-scheduler internal] load build definition from Dockerfile [2024-07-10T04:49:16.649Z] #6 transferring dockerfile: 1.93kB done [2024-07-10T04:49:16.649Z] #6 DONE 0.1s [2024-07-10T04:49:16.649Z] [2024-07-10T04:49:16.649Z] #7 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-10T04:49:16.649Z] #7 transferring dockerfile: 2.93kB done [2024-07-10T04:49:16.649Z] #7 DONE 0.1s [2024-07-10T04:49:16.649Z] [2024-07-10T04:49:16.649Z] #8 [core-keeper internal] load build definition from Dockerfile [2024-07-10T04:49:16.649Z] #8 transferring dockerfile: 2.01kB done [2024-07-10T04:49:16.649Z] #8 DONE 0.1s [2024-07-10T04:49:16.649Z] [2024-07-10T04:49:16.649Z] #9 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-10T04:49:16.649Z] #9 transferring dockerfile: 2.15kB 0.0s done [2024-07-10T04:49:16.649Z] #9 DONE 0.1s [2024-07-10T04:49:16.649Z] [2024-07-10T04:49:16.649Z] #10 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-10T04:49:16.649Z] #10 transferring dockerfile: 2.50kB done [2024-07-10T04:49:16.649Z] #10 DONE 0.1s [2024-07-10T04:49:16.649Z] [2024-07-10T04:49:16.649Z] #11 [security-spire-server internal] load build definition from Dockerfile [2024-07-10T04:49:16.649Z] #11 transferring dockerfile: 1.70kB 0.0s done [2024-07-10T04:49:16.649Z] #11 DONE 0.1s [2024-07-10T04:49:16.649Z] [2024-07-10T04:49:16.649Z] #12 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-10T04:49:16.649Z] #12 transferring dockerfile: 2.49kB 0.0s done [2024-07-10T04:49:16.649Z] #12 DONE 0.1s [2024-07-10T04:49:16.649Z] [2024-07-10T04:49:16.649Z] #13 [security-spire-config internal] load build definition from Dockerfile [2024-07-10T04:49:16.649Z] #13 transferring dockerfile: 1.69kB done [2024-07-10T04:49:16.649Z] #13 DONE 0.1s [2024-07-10T04:49:16.917Z] [2024-07-10T04:49:16.917Z] #14 [core-data internal] load build definition from Dockerfile [2024-07-10T04:49:16.917Z] #14 transferring dockerfile: 2.01kB done [2024-07-10T04:49:16.917Z] #14 DONE 0.1s [2024-07-10T04:49:16.917Z] [2024-07-10T04:49:16.917Z] #15 [security-spire-agent internal] load build definition from Dockerfile [2024-07-10T04:49:16.917Z] #15 transferring dockerfile: 1.81kB done [2024-07-10T04:49:16.917Z] #15 DONE 0.1s [2024-07-10T04:49:16.917Z] [2024-07-10T04:49:16.917Z] #16 [security-spiffe-token-provider internal] load .dockerignore [2024-07-10T04:49:16.917Z] #16 transferring context: 50B 0.0s done [2024-07-10T04:49:16.917Z] #16 DONE 0.1s [2024-07-10T04:49:17.503Z] [2024-07-10T04:49:17.503Z] #17 [core-metadata internal] load .dockerignore [2024-07-10T04:49:17.503Z] #17 transferring context: 50B 0.0s done [2024-07-10T04:49:17.503Z] #17 DONE 0.1s [2024-07-10T04:49:17.774Z] [2024-07-10T04:49:17.774Z] #18 [core-command internal] load .dockerignore [2024-07-10T04:49:17.774Z] #18 transferring context: 50B done [2024-07-10T04:49:17.774Z] #18 DONE 0.1s [2024-07-10T04:49:17.774Z] [2024-07-10T04:49:17.774Z] #19 [support-notifications internal] load .dockerignore [2024-07-10T04:49:17.774Z] #19 transferring context: 50B 0.0s done [2024-07-10T04:49:17.774Z] #19 DONE 0.1s [2024-07-10T04:49:17.774Z] [2024-07-10T04:49:17.774Z] #20 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-10T04:49:17.774Z] #20 transferring context: 50B done [2024-07-10T04:49:17.774Z] #20 DONE 0.1s [2024-07-10T04:49:17.774Z] [2024-07-10T04:49:17.774Z] #21 [support-scheduler internal] load .dockerignore [2024-07-10T04:49:18.043Z] #21 transferring context: 50B 0.0s done [2024-07-10T04:49:18.043Z] #21 DONE 0.1s [2024-07-10T04:49:18.043Z] [2024-07-10T04:49:18.043Z] #22 [security-bootstrapper internal] load .dockerignore [2024-07-10T04:49:18.043Z] #22 transferring context: 50B 0.0s done [2024-07-10T04:49:18.043Z] #22 DONE 0.1s [2024-07-10T04:49:18.043Z] [2024-07-10T04:49:18.043Z] #23 [core-keeper internal] load .dockerignore [2024-07-10T04:49:18.043Z] #23 transferring context: 50B done [2024-07-10T04:49:18.043Z] #23 DONE 0.1s [2024-07-10T04:49:18.043Z] [2024-07-10T04:49:18.043Z] #24 [security-proxy-auth internal] load .dockerignore [2024-07-10T04:49:18.043Z] #24 transferring context: 50B done [2024-07-10T04:49:18.043Z] #24 DONE 0.1s [2024-07-10T04:49:18.043Z] [2024-07-10T04:49:18.043Z] #25 [security-spire-server internal] load .dockerignore [2024-07-10T04:49:18.043Z] #25 transferring context: 50B 0.0s done [2024-07-10T04:49:18.043Z] #25 DONE 0.1s [2024-07-10T04:49:18.043Z] [2024-07-10T04:49:18.043Z] #26 [security-proxy-setup internal] load .dockerignore [2024-07-10T04:49:18.043Z] #26 transferring context: 50B done [2024-07-10T04:49:18.310Z] #26 DONE 0.1s [2024-07-10T04:49:18.310Z] [2024-07-10T04:49:18.310Z] #27 [security-secretstore-setup internal] load .dockerignore [2024-07-10T04:49:18.310Z] #27 transferring context: 50B 0.0s done [2024-07-10T04:49:18.310Z] #27 DONE 0.1s [2024-07-10T04:49:18.310Z] [2024-07-10T04:49:18.310Z] #28 [security-spire-config internal] load .dockerignore [2024-07-10T04:49:18.310Z] #28 transferring context: 50B 0.0s done [2024-07-10T04:49:18.310Z] #28 DONE 0.1s [2024-07-10T04:49:18.310Z] [2024-07-10T04:49:18.310Z] #29 [core-data internal] load .dockerignore [2024-07-10T04:49:18.577Z] #29 transferring context: 50B done [2024-07-10T04:49:18.577Z] #29 DONE 0.1s [2024-07-10T04:49:18.577Z] [2024-07-10T04:49:18.578Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-10T04:49:18.578Z] #30 DONE 0.0s [2024-07-10T04:49:18.578Z] [2024-07-10T04:49:18.578Z] #31 [security-spire-agent internal] load .dockerignore [2024-07-10T04:49:18.578Z] #31 transferring context: 50B 0.0s done [2024-07-10T04:49:18.578Z] #31 DONE 0.1s [2024-07-10T04:49:18.578Z] [2024-07-10T04:49:18.578Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2024-07-10T04:49:18.844Z] #32 DONE 0.3s [2024-07-10T04:49:18.844Z] [2024-07-10T04:49:18.844Z] #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:49:18.844Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-10T04:49:19.122Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-10T04:49:19.122Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-10T04:49:19.122Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.51MB / 3.34MB 0.2s [2024-07-10T04:49:19.122Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-10T04:49:19.122Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-10T04:49:19.388Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce [2024-07-10T04:49:19.656Z] #33 ... [2024-07-10T04:49:19.656Z] [2024-07-10T04:49:19.656Z] #34 [security-spiffe-token-provider internal] load build context [2024-07-10T04:49:19.656Z] #34 transferring context: 2.80MB 0.6s done [2024-07-10T04:49:19.656Z] #34 DONE 0.7s [2024-07-10T04:49:19.656Z] [2024-07-10T04:49:19.656Z] #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:49:19.656Z] #33 ... [2024-07-10T04:49:19.656Z] [2024-07-10T04:49:19.656Z] #30 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-10T04:49:19.656Z] #30 DONE 0.0s [2024-07-10T04:49:19.656Z] [2024-07-10T04:49:19.656Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-07-10T04:49:19.656Z] #32 DONE 0.3s [2024-07-10T04:49:19.656Z] [2024-07-10T04:49:19.656Z] #35 [core-metadata internal] load build context [2024-07-10T04:49:19.656Z] #35 DONE 0.0s [2024-07-10T04:49:19.656Z] [2024-07-10T04:49:19.656Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:49:19.656Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-10T04:49:19.656Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-10T04:49:19.656Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-10T04:49:19.656Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-10T04:49:19.656Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-10T04:49:19.656Z] #33 ... [2024-07-10T04:49:19.656Z] [2024-07-10T04:49:19.656Z] #30 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-10T04:49:19.656Z] #30 DONE 0.0s [2024-07-10T04:49:19.656Z] [2024-07-10T04:49:19.656Z] #36 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-10T04:49:19.656Z] #36 DONE 1.6s [2024-07-10T04:49:19.656Z] [2024-07-10T04:49:19.656Z] #33 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:49:19.656Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-10T04:49:19.656Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-10T04:49:19.656Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-10T04:49:19.656Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-10T04:49:19.656Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-10T04:49:19.933Z] #33 ... [2024-07-10T04:49:19.933Z] [2024-07-10T04:49:19.933Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-07-10T04:49:19.933Z] #32 DONE 0.6s [2024-07-10T04:49:20.201Z] [2024-07-10T04:49:20.201Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-10T04:49:20.201Z] #30 DONE 0.0s [2024-07-10T04:49:20.201Z] [2024-07-10T04:49:20.201Z] #36 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-10T04:49:20.201Z] #36 DONE 1.6s [2024-07-10T04:49:20.201Z] [2024-07-10T04:49:20.201Z] #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:49:20.201Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-10T04:49:20.201Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-10T04:49:20.201Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-10T04:49:20.201Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-10T04:49:20.201Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-10T04:49:20.201Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done [2024-07-10T04:49:20.467Z] #33 ... [2024-07-10T04:49:20.467Z] [2024-07-10T04:49:20.467Z] #30 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-10T04:49:20.467Z] #30 DONE 0.0s [2024-07-10T04:49:20.467Z] [2024-07-10T04:49:20.467Z] #37 [core-command builder 2/7] WORKDIR /edgex-go [2024-07-10T04:49:20.467Z] #37 DONE 1.1s [2024-07-10T04:49:20.467Z] [2024-07-10T04:49:20.467Z] #36 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-10T04:49:20.467Z] #36 DONE 1.7s [2024-07-10T04:49:20.467Z] [2024-07-10T04:49:20.467Z] #37 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-10T04:49:20.467Z] #37 DONE 1.2s [2024-07-10T04:49:20.467Z] [2024-07-10T04:49:20.467Z] #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:49:20.467Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-10T04:49:20.467Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-10T04:49:20.467Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-10T04:49:20.467Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-10T04:49:20.467Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-10T04:49:20.467Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done [2024-07-10T04:49:20.735Z] #33 ... [2024-07-10T04:49:20.735Z] [2024-07-10T04:49:20.735Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-10T04:49:20.735Z] #30 DONE 0.0s [2024-07-10T04:49:20.735Z] [2024-07-10T04:49:20.736Z] #38 [support-notifications internal] load build context [2024-07-10T04:49:21.000Z] #38 ... [2024-07-10T04:49:21.001Z] [2024-07-10T04:49:21.001Z] #36 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-10T04:49:21.001Z] #36 DONE 1.7s [2024-07-10T04:49:21.001Z] [2024-07-10T04:49:21.001Z] #30 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-10T04:49:21.001Z] #30 DONE 0.0s [2024-07-10T04:49:21.001Z] [2024-07-10T04:49:21.001Z] #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-10T04:49:21.001Z] #32 DONE 1.3s [2024-07-10T04:49:21.001Z] [2024-07-10T04:49:21.001Z] #37 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-07-10T04:49:21.001Z] #37 DONE 1.2s [2024-07-10T04:49:21.001Z] [2024-07-10T04:49:21.001Z] #38 [support-notifications internal] load build context [2024-07-10T04:49:21.001Z] #38 ... [2024-07-10T04:49:21.001Z] [2024-07-10T04:49:21.001Z] #36 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-10T04:49:21.001Z] #36 DONE 1.7s [2024-07-10T04:49:21.001Z] [2024-07-10T04:49:21.001Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-10T04:49:21.001Z] #30 DONE 0.0s [2024-07-10T04:49:21.001Z] [2024-07-10T04:49:21.001Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2024-07-10T04:49:21.001Z] #32 DONE 1.4s [2024-07-10T04:49:21.001Z] [2024-07-10T04:49:21.001Z] #37 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-10T04:49:21.001Z] #37 DONE 1.2s [2024-07-10T04:49:21.001Z] [2024-07-10T04:49:21.001Z] #38 [support-notifications internal] load build context [2024-07-10T04:49:21.267Z] #38 ... [2024-07-10T04:49:21.268Z] [2024-07-10T04:49:21.268Z] #36 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-10T04:49:21.268Z] #36 DONE 1.8s [2024-07-10T04:49:21.268Z] [2024-07-10T04:49:21.268Z] #37 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-07-10T04:49:21.268Z] #37 DONE 1.2s [2024-07-10T04:49:21.268Z] [2024-07-10T04:49:21.268Z] #38 [support-notifications internal] load build context [2024-07-10T04:49:21.268Z] #38 ... [2024-07-10T04:49:21.268Z] [2024-07-10T04:49:21.268Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-10T04:49:21.268Z] #30 DONE 0.0s [2024-07-10T04:49:21.268Z] [2024-07-10T04:49:21.268Z] #35 [core-metadata internal] load build context [2024-07-10T04:49:21.268Z] #35 transferring context: 2.80MB 1.2s done [2024-07-10T04:49:21.268Z] #35 DONE 1.6s [2024-07-10T04:49:21.268Z] [2024-07-10T04:49:21.268Z] #39 [core-command internal] load build context [2024-07-10T04:49:21.268Z] #39 transferring context: 2.80MB 1.2s done [2024-07-10T04:49:21.268Z] #39 DONE 1.5s [2024-07-10T04:49:21.268Z] [2024-07-10T04:49:21.268Z] #38 [support-notifications internal] load build context [2024-07-10T04:49:21.268Z] #38 transferring context: 2.80MB 1.1s done [2024-07-10T04:49:21.535Z] #38 ... [2024-07-10T04:49:21.535Z] [2024-07-10T04:49:21.535Z] #36 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-10T04:49:21.535Z] #36 DONE 1.8s [2024-07-10T04:49:21.535Z] [2024-07-10T04:49:21.535Z] #37 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-07-10T04:49:21.535Z] #37 DONE 1.3s [2024-07-10T04:49:21.535Z] [2024-07-10T04:49:21.535Z] #30 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-10T04:49:21.535Z] #30 DONE 0.0s [2024-07-10T04:49:21.535Z] [2024-07-10T04:49:21.535Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-07-10T04:49:21.535Z] #32 DONE 1.7s [2024-07-10T04:49:21.535Z] [2024-07-10T04:49:21.535Z] #40 [security-proxy-setup internal] load build context [2024-07-10T04:49:21.535Z] #40 DONE 0.0s [2024-07-10T04:49:21.535Z] [2024-07-10T04:49:21.535Z] #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:49:21.535Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-10T04:49:21.535Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-10T04:49:21.535Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-10T04:49:21.535Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-10T04:49:21.535Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-10T04:49:21.535Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done [2024-07-10T04:49:21.535Z] #33 DONE 3.5s [2024-07-10T04:49:21.535Z] [2024-07-10T04:49:21.535Z] #38 [support-notifications internal] load build context [2024-07-10T04:49:21.535Z] #38 DONE 1.5s [2024-07-10T04:49:21.535Z] [2024-07-10T04:49:21.535Z] #41 [security-secretstore-setup internal] load build context [2024-07-10T04:49:21.801Z] #41 ... [2024-07-10T04:49:21.801Z] [2024-07-10T04:49:21.801Z] #30 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-10T04:49:21.801Z] #30 DONE 0.0s [2024-07-10T04:49:21.801Z] [2024-07-10T04:49:21.801Z] #42 [core-keeper internal] load build context [2024-07-10T04:49:22.782Z] #42 ... [2024-07-10T04:49:22.782Z] [2024-07-10T04:49:22.782Z] #43 [core-common-config-bootstrapper internal] load build context [2024-07-10T04:49:22.782Z] #43 transferring context: 2.80MB 1.3s done [2024-07-10T04:49:22.782Z] #43 DONE 2.2s [2024-07-10T04:49:22.782Z] [2024-07-10T04:49:22.782Z] #42 [core-keeper internal] load build context [2024-07-10T04:49:23.384Z] #42 ... [2024-07-10T04:49:23.384Z] [2024-07-10T04:49:23.384Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-07-10T04:49:23.384Z] #32 DONE 3.2s [2024-07-10T04:49:23.384Z] [2024-07-10T04:49:23.384Z] #42 [core-keeper internal] load build context [2024-07-10T04:49:23.652Z] #42 ... [2024-07-10T04:49:23.652Z] [2024-07-10T04:49:23.652Z] #36 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-10T04:49:23.652Z] #36 DONE 1.9s [2024-07-10T04:49:23.652Z] [2024-07-10T04:49:23.652Z] #37 [core-data builder 2/7] WORKDIR /edgex-go [2024-07-10T04:49:23.652Z] #37 DONE 1.3s [2024-07-10T04:49:23.652Z] [2024-07-10T04:49:23.652Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:49:23.652Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-10T04:49:23.652Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-10T04:49:23.652Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-10T04:49:23.652Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-10T04:49:23.652Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-10T04:49:23.652Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done [2024-07-10T04:49:23.652Z] #33 DONE 3.5s [2024-07-10T04:49:23.652Z] [2024-07-10T04:49:23.652Z] #42 [core-keeper internal] load build context [2024-07-10T04:49:23.918Z] #42 ... [2024-07-10T04:49:23.918Z] [2024-07-10T04:49:23.918Z] #44 [support-scheduler internal] load build context [2024-07-10T04:49:23.918Z] #44 transferring context: 2.80MB 2.1s done [2024-07-10T04:49:23.918Z] #44 DONE 2.9s [2024-07-10T04:49:23.918Z] [2024-07-10T04:49:23.918Z] #42 [core-keeper internal] load build context [2024-07-10T04:49:24.185Z] #42 ... [2024-07-10T04:49:24.185Z] [2024-07-10T04:49:24.185Z] #45 [security-proxy-auth internal] load build context [2024-07-10T04:49:24.185Z] #45 transferring context: 2.80MB 2.3s done [2024-07-10T04:49:24.185Z] #45 DONE 3.2s [2024-07-10T04:49:24.185Z] [2024-07-10T04:49:24.185Z] #42 [core-keeper internal] load build context [2024-07-10T04:49:25.602Z] #42 ... [2024-07-10T04:49:25.602Z] [2024-07-10T04:49:25.602Z] #40 [security-proxy-setup internal] load build context [2024-07-10T04:49:25.602Z] #40 transferring context: 2.80MB 3.0s done [2024-07-10T04:49:25.602Z] #40 DONE 4.1s [2024-07-10T04:49:25.602Z] [2024-07-10T04:49:25.602Z] #42 [core-keeper internal] load build context [2024-07-10T04:49:25.602Z] #42 transferring context: 2.80MB 4.0s done [2024-07-10T04:49:25.882Z] #42 DONE 4.9s [2024-07-10T04:49:25.882Z] [2024-07-10T04:49:25.882Z] #41 [security-secretstore-setup internal] load build context [2024-07-10T04:49:25.882Z] #41 transferring context: 2.80MB 3.1s done [2024-07-10T04:49:26.154Z] #41 DONE 4.4s [2024-07-10T04:49:26.154Z] [2024-07-10T04:49:26.154Z] #33 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:49:26.154Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-10T04:49:26.154Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-10T04:49:26.154Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-10T04:49:26.154Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-10T04:49:26.154Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-10T04:49:26.154Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done [2024-07-10T04:49:26.154Z] #33 DONE 3.5s [2024-07-10T04:49:26.154Z] [2024-07-10T04:49:26.154Z] #46 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-07-10T04:49:26.154Z] #46 DONE 4.9s [2024-07-10T04:49:26.154Z] [2024-07-10T04:49:26.154Z] #47 [security-bootstrapper internal] load build context [2024-07-10T04:49:26.154Z] #47 transferring context: 2.80MB 4.1s done [2024-07-10T04:49:26.154Z] #47 DONE 4.9s [2024-07-10T04:49:26.154Z] [2024-07-10T04:49:26.154Z] #48 [core-data internal] load build context [2024-07-10T04:49:26.154Z] #48 ... [2024-07-10T04:49:26.154Z] [2024-07-10T04:49:26.154Z] #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:49:26.154Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-10T04:49:26.154Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-10T04:49:26.154Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-10T04:49:26.154Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-10T04:49:26.154Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-10T04:49:26.154Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done [2024-07-10T04:49:26.154Z] #33 DONE 3.5s [2024-07-10T04:49:26.154Z] [2024-07-10T04:49:26.154Z] #49 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-07-10T04:49:26.154Z] #49 DONE 4.0s [2024-07-10T04:49:26.154Z] [2024-07-10T04:49:26.154Z] #48 [core-data internal] load build context [2024-07-10T04:49:26.424Z] #48 ... [2024-07-10T04:49:26.424Z] [2024-07-10T04:49:26.424Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-10T04:49:26.424Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-10T04:49:26.424Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-10T04:49:26.424Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-10T04:49:26.424Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-10T04:49:26.424Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-10T04:49:26.424Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done [2024-07-10T04:49:26.424Z] #33 DONE 3.6s [2024-07-10T04:49:26.424Z] [2024-07-10T04:49:26.424Z] #48 [core-data internal] load build context [2024-07-10T04:49:26.424Z] #48 ... [2024-07-10T04:49:26.424Z] [2024-07-10T04:49:26.424Z] #50 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-10T04:49:26.424Z] #50 DONE 5.5s [2024-07-10T04:49:26.424Z] [2024-07-10T04:49:26.424Z] #48 [core-data internal] load build context [2024-07-10T04:49:26.690Z] #48 ... [2024-07-10T04:49:26.690Z] [2024-07-10T04:49:26.690Z] #51 [security-spire-config internal] load build context [2024-07-10T04:49:26.690Z] #51 transferring context: 25.04kB 0.1s done [2024-07-10T04:49:26.690Z] #51 DONE 0.5s [2024-07-10T04:49:26.690Z] [2024-07-10T04:49:26.690Z] #48 [core-data internal] load build context [2024-07-10T04:49:26.956Z] #48 ... [2024-07-10T04:49:26.956Z] [2024-07-10T04:49:26.956Z] #52 [security-spire-server internal] load build context [2024-07-10T04:49:26.956Z] #52 transferring context: 26.79kB 0.0s done [2024-07-10T04:49:26.956Z] #52 DONE 0.7s [2024-07-10T04:49:26.956Z] [2024-07-10T04:49:26.956Z] #48 [core-data internal] load build context [2024-07-10T04:49:27.222Z] #48 ... [2024-07-10T04:49:27.222Z] [2024-07-10T04:49:27.222Z] #53 [security-spire-agent internal] load build context [2024-07-10T04:49:27.222Z] #53 transferring context: 26.32kB 0.0s done [2024-07-10T04:49:27.222Z] #53 DONE 0.9s [2024-07-10T04:49:27.222Z] [2024-07-10T04:49:27.222Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-10T04:49:27.222Z] #54 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.0s done [2024-07-10T04:49:27.222Z] #54 DONE 1.1s [2024-07-10T04:49:27.222Z] [2024-07-10T04:49:27.222Z] #48 [core-data internal] load build context [2024-07-10T04:49:29.164Z] #48 transferring context: 2.80MB 3.9s done [2024-07-10T04:49:29.164Z] #48 DONE 5.6s [2024-07-10T04:49:29.164Z] [2024-07-10T04:49:29.164Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:29.164Z] #55 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.9s done [2024-07-10T04:49:29.164Z] #55 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-07-10T04:49:29.164Z] #55 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-07-10T04:49:29.164Z] #55 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-07-10T04:49:29.164Z] #55 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.6s done [2024-07-10T04:49:29.164Z] #55 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.7s done [2024-07-10T04:49:29.164Z] #55 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.8s done [2024-07-10T04:49:29.164Z] #55 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-07-10T04:49:29.164Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 1.05MB / 28.04MB 1.7s [2024-07-10T04:49:29.430Z] #55 ... [2024-07-10T04:49:29.430Z] [2024-07-10T04:49:29.430Z] #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-10T04:49:29.430Z] #0 6.753 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:29.430Z] #0 7.434 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:29.430Z] #0 8.673 OK: 266 MiB in 52 packages [2024-07-10T04:49:29.430Z] #56 DONE 9.2s [2024-07-10T04:49:29.430Z] [2024-07-10T04:49:29.430Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:29.704Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 3.15MB / 28.04MB 2.1s [2024-07-10T04:49:30.300Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.24MB / 28.04MB 2.7s [2024-07-10T04:49:30.300Z] #55 ... [2024-07-10T04:49:30.300Z] [2024-07-10T04:49:30.300Z] #57 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-07-10T04:49:30.300Z] #0 10.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:30.568Z] #57 ... [2024-07-10T04:49:30.568Z] [2024-07-10T04:49:30.568Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-10T04:49:30.568Z] #58 ... [2024-07-10T04:49:30.568Z] [2024-07-10T04:49:30.568Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:30.840Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.34MB / 28.04MB 3.2s [2024-07-10T04:49:31.107Z] #55 ... [2024-07-10T04:49:31.107Z] [2024-07-10T04:49:31.107Z] #59 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:49:31.107Z] #59 DONE 1.5s [2024-07-10T04:49:31.107Z] [2024-07-10T04:49:31.107Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:31.107Z] #55 ... [2024-07-10T04:49:31.107Z] [2024-07-10T04:49:31.107Z] #60 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-10T04:49:31.107Z] #0 8.950 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:31.107Z] #0 9.402 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:31.107Z] #60 ... [2024-07-10T04:49:31.107Z] [2024-07-10T04:49:31.107Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:31.107Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 8.95MB / 28.04MB 3.7s [2024-07-10T04:49:31.697Z] #55 ... [2024-07-10T04:49:31.697Z] [2024-07-10T04:49:31.697Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-10T04:49:31.697Z] #61 ... [2024-07-10T04:49:31.697Z] [2024-07-10T04:49:31.697Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:31.964Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.49MB / 28.04MB 4.3s [2024-07-10T04:49:32.240Z] #55 ... [2024-07-10T04:49:32.240Z] [2024-07-10T04:49:32.240Z] #62 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-10T04:49:32.240Z] #62 ... [2024-07-10T04:49:32.240Z] [2024-07-10T04:49:32.240Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-10T04:49:32.240Z] #63 ... [2024-07-10T04:49:32.240Z] [2024-07-10T04:49:32.240Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-10T04:49:32.507Z] #64 ... [2024-07-10T04:49:32.507Z] [2024-07-10T04:49:32.507Z] #65 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-10T04:49:32.507Z] #65 ... [2024-07-10T04:49:32.507Z] [2024-07-10T04:49:32.507Z] #66 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-10T04:49:32.777Z] #66 ... [2024-07-10T04:49:32.777Z] [2024-07-10T04:49:32.777Z] #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-10T04:49:32.777Z] #67 ... [2024-07-10T04:49:32.777Z] [2024-07-10T04:49:32.777Z] #60 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-10T04:49:32.777Z] #60 11.13 OK: 266 MiB in 52 packages [2024-07-10T04:49:32.777Z] #60 DONE 11.8s [2024-07-10T04:49:32.777Z] [2024-07-10T04:49:32.777Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:32.777Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.58MB / 28.04MB 5.3s [2024-07-10T04:49:32.777Z] #55 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-07-10T04:49:33.743Z] #55 ... [2024-07-10T04:49:33.743Z] [2024-07-10T04:49:33.743Z] #57 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2024-07-10T04:49:33.743Z] #57 10.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:33.743Z] #57 12.77 OK: 266 MiB in 52 packages [2024-07-10T04:49:33.743Z] #57 DONE 13.5s [2024-07-10T04:49:33.743Z] [2024-07-10T04:49:33.743Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:33.743Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.68MB / 28.04MB 6.2s [2024-07-10T04:49:34.720Z] #55 ... [2024-07-10T04:49:34.720Z] [2024-07-10T04:49:34.720Z] #68 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:49:34.720Z] #68 DONE 1.7s [2024-07-10T04:49:34.720Z] [2024-07-10T04:49:34.720Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:34.991Z] #55 ... [2024-07-10T04:49:34.991Z] [2024-07-10T04:49:34.991Z] #69 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:49:34.991Z] #69 DONE 1.2s [2024-07-10T04:49:34.991Z] [2024-07-10T04:49:34.991Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:34.991Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.24MB / 28.04MB 7.5s [2024-07-10T04:49:34.991Z] #55 ... [2024-07-10T04:49:34.991Z] [2024-07-10T04:49:34.991Z] #70 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-10T04:49:35.259Z] #70 ... [2024-07-10T04:49:35.259Z] [2024-07-10T04:49:35.259Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:35.853Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.83MB / 28.04MB 8.2s [2024-07-10T04:49:36.437Z] #55 ... [2024-07-10T04:49:36.438Z] [2024-07-10T04:49:36.438Z] #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-10T04:49:36.438Z] #71 ... [2024-07-10T04:49:36.438Z] [2024-07-10T04:49:36.438Z] #72 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-10T04:49:36.753Z] #72 ... [2024-07-10T04:49:36.753Z] [2024-07-10T04:49:36.753Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-10T04:49:36.753Z] #73 ... [2024-07-10T04:49:36.753Z] [2024-07-10T04:49:36.753Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:36.753Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.92MB / 28.04MB 9.2s [2024-07-10T04:49:37.024Z] #55 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 [2024-07-10T04:49:37.024Z] #55 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done [2024-07-10T04:49:37.294Z] #55 ... [2024-07-10T04:49:37.294Z] [2024-07-10T04:49:37.294Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-10T04:49:37.294Z] #54 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-07-10T04:49:37.294Z] #54 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-07-10T04:49:37.294Z] #54 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-07-10T04:49:37.294Z] #54 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done [2024-07-10T04:49:37.294Z] #54 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done [2024-07-10T04:49:37.294Z] #54 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-07-10T04:49:37.294Z] #54 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.8s done [2024-07-10T04:49:37.294Z] #54 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 6.5s done [2024-07-10T04:49:37.294Z] #54 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-07-10T04:49:37.294Z] #54 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-07-10T04:49:37.563Z] #54 ... [2024-07-10T04:49:37.563Z] [2024-07-10T04:49:37.563Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:37.563Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 21.34MB / 28.04MB 10.0s [2024-07-10T04:49:37.563Z] #55 ... [2024-07-10T04:49:37.563Z] [2024-07-10T04:49:37.563Z] #66 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-10T04:49:37.563Z] #66 DONE 15.2s [2024-07-10T04:49:37.563Z] [2024-07-10T04:49:37.563Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:38.149Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 23.07MB / 28.04MB 10.6s [2024-07-10T04:49:38.732Z] #55 ... [2024-07-10T04:49:38.732Z] [2024-07-10T04:49:38.732Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-10T04:49:38.732Z] #58 10.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:38.732Z] #58 11.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:38.732Z] #58 13.17 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-10T04:49:38.732Z] #58 13.17 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-10T04:49:38.732Z] #58 13.17 OK: 19951 distinct packages available [2024-07-10T04:49:38.732Z] #58 13.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:38.732Z] #58 13.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:38.732Z] #58 16.62 OK: 266 MiB in 52 packages [2024-07-10T04:49:38.732Z] #58 DONE 18.4s [2024-07-10T04:49:38.732Z] [2024-07-10T04:49:38.732Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:38.732Z] #55 ... [2024-07-10T04:49:38.732Z] [2024-07-10T04:49:38.732Z] #62 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-10T04:49:38.732Z] #62 11.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:38.732Z] #62 12.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:38.732Z] #62 15.03 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-10T04:49:38.732Z] #62 15.06 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:49:38.732Z] #62 15.15 OK: 8 MiB in 16 packages [2024-07-10T04:49:38.732Z] #62 DONE 16.9s [2024-07-10T04:49:38.732Z] [2024-07-10T04:49:38.732Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:39.009Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.57MB / 28.04MB 11.4s [2024-07-10T04:49:39.992Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.21MB / 28.04MB 12.3s [2024-07-10T04:49:40.268Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 12.8s [2024-07-10T04:49:40.536Z] #55 ... [2024-07-10T04:49:40.536Z] [2024-07-10T04:49:40.536Z] #74 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:49:40.536Z] #74 DONE 1.6s [2024-07-10T04:49:40.536Z] [2024-07-10T04:49:40.536Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:40.536Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 12.8s done [2024-07-10T04:49:40.536Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 12.8s done [2024-07-10T04:49:41.123Z] #55 ... [2024-07-10T04:49:41.123Z] [2024-07-10T04:49:41.123Z] #75 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:49:41.123Z] #75 ... [2024-07-10T04:49:41.123Z] [2024-07-10T04:49:41.123Z] #76 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-07-10T04:49:42.538Z] #76 ... [2024-07-10T04:49:42.538Z] [2024-07-10T04:49:42.538Z] #65 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-10T04:49:42.538Z] #65 13.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:42.538Z] #65 14.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:42.538Z] #65 18.24 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-10T04:49:42.538Z] #65 18.26 (2/2) Installing su-exec (0.2-r3) [2024-07-10T04:49:42.538Z] #65 18.27 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:49:42.538Z] #65 18.46 OK: 8 MiB in 17 packages [2024-07-10T04:49:42.538Z] #65 DONE 20.2s [2024-07-10T04:49:42.810Z] [2024-07-10T04:49:42.810Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-10T04:49:43.078Z] #77 ... [2024-07-10T04:49:43.078Z] [2024-07-10T04:49:43.078Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-10T04:49:43.078Z] #63 12.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:43.078Z] #63 13.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:43.078Z] #63 17.14 (1/2) Installing ca-certificates (20240226-r0) [2024-07-10T04:49:43.078Z] #63 17.63 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-10T04:49:43.078Z] #63 17.67 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:49:43.078Z] #63 17.75 Executing ca-certificates-20240226-r0.trigger [2024-07-10T04:49:43.078Z] #63 18.93 OK: 9 MiB in 17 packages [2024-07-10T04:49:43.078Z] #63 DONE 20.8s [2024-07-10T04:49:43.346Z] [2024-07-10T04:49:43.346Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:43.346Z] #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd [2024-07-10T04:49:43.614Z] #55 ... [2024-07-10T04:49:43.614Z] [2024-07-10T04:49:43.614Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-10T04:49:43.614Z] #61 13.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:43.614Z] #61 14.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:43.614Z] #61 18.34 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:49:43.614Z] #61 18.96 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:49:43.614Z] #61 19.05 (3/6) Installing dumb-init (1.2.5-r2) [2024-07-10T04:49:43.614Z] #61 19.09 (4/6) Installing openssl (3.1.6-r0) [2024-07-10T04:49:43.614Z] #61 19.23 (5/6) Installing su-exec (0.2-r3) [2024-07-10T04:49:43.614Z] #61 19.24 (6/6) Installing yq (4.33.3-r5) [2024-07-10T04:49:43.614Z] #61 20.17 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:49:43.614Z] #61 20.40 OK: 18 MiB in 19 packages [2024-07-10T04:49:43.614Z] #61 DONE 22.0s [2024-07-10T04:49:43.614Z] [2024-07-10T04:49:43.614Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:44.589Z] #55 ... [2024-07-10T04:49:44.589Z] [2024-07-10T04:49:44.589Z] #78 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:49:44.589Z] #78 ... [2024-07-10T04:49:44.589Z] [2024-07-10T04:49:44.589Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:44.864Z] #55 ... [2024-07-10T04:49:44.864Z] [2024-07-10T04:49:44.864Z] #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:49:45.137Z] #79 ... [2024-07-10T04:49:45.137Z] [2024-07-10T04:49:45.137Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:46.107Z] #55 ... [2024-07-10T04:49:46.107Z] [2024-07-10T04:49:46.107Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-10T04:49:46.107Z] #64 13.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:46.107Z] #64 15.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:46.107Z] #64 20.12 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-10T04:49:46.107Z] #64 20.12 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-10T04:49:46.107Z] #64 20.12 OK: 19948 distinct packages available [2024-07-10T04:49:46.107Z] #64 21.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:46.107Z] #64 23.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:46.107Z] #64 ... [2024-07-10T04:49:46.107Z] [2024-07-10T04:49:46.107Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:47.073Z] #55 ... [2024-07-10T04:49:47.073Z] [2024-07-10T04:49:47.073Z] #70 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-10T04:49:47.073Z] #70 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:47.073Z] #70 14.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:47.073Z] #70 20.54 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-10T04:49:47.073Z] #70 20.61 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:49:47.073Z] #70 20.79 OK: 8 MiB in 16 packages [2024-07-10T04:49:47.073Z] #70 DONE 22.2s [2024-07-10T04:49:47.073Z] [2024-07-10T04:49:47.073Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:47.665Z] #55 ... [2024-07-10T04:49:47.665Z] [2024-07-10T04:49:47.665Z] #80 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-10T04:49:47.665Z] #0 8.880 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:47.935Z] #80 ... [2024-07-10T04:49:47.935Z] [2024-07-10T04:49:47.935Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-10T04:49:47.935Z] #54 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 7.2s [2024-07-10T04:49:47.935Z] #54 ... [2024-07-10T04:49:47.935Z] [2024-07-10T04:49:47.935Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:48.202Z] #55 ... [2024-07-10T04:49:48.202Z] [2024-07-10T04:49:48.202Z] #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-10T04:49:48.202Z] #71 11.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:48.202Z] #71 13.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:48.202Z] #71 19.51 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-10T04:49:48.202Z] #71 19.51 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-10T04:49:48.202Z] #71 19.51 OK: 19948 distinct packages available [2024-07-10T04:49:48.202Z] #71 21.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:48.479Z] #71 ... [2024-07-10T04:49:48.479Z] [2024-07-10T04:49:48.479Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:48.479Z] #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.2s [2024-07-10T04:49:49.452Z] #55 ... [2024-07-10T04:49:49.452Z] [2024-07-10T04:49:49.452Z] #72 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-10T04:49:49.452Z] #72 12.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:49.452Z] #72 15.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:49.452Z] #72 22.27 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-10T04:49:49.452Z] #72 22.28 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-10T04:49:49.452Z] #72 22.28 OK: 19948 distinct packages available [2024-07-10T04:49:49.452Z] #72 ... [2024-07-10T04:49:49.452Z] [2024-07-10T04:49:49.452Z] #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-10T04:49:49.452Z] #67 16.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:49.452Z] #67 18.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:49.452Z] #67 22.83 (1/4) Installing ca-certificates (20240226-r0) [2024-07-10T04:49:49.452Z] #67 23.19 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-10T04:49:49.452Z] #67 23.24 (3/4) Installing su-exec (0.2-r3) [2024-07-10T04:49:49.452Z] #67 23.24 (4/4) Installing yq (4.33.3-r5) [2024-07-10T04:49:49.452Z] #67 24.13 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:49:49.452Z] #67 24.29 Executing ca-certificates-20240226-r0.trigger [2024-07-10T04:49:49.452Z] #67 25.59 OK: 18 MiB in 19 packages [2024-07-10T04:49:49.720Z] #67 ... [2024-07-10T04:49:49.720Z] [2024-07-10T04:49:49.720Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-10T04:49:49.995Z] #54 ... [2024-07-10T04:49:49.995Z] [2024-07-10T04:49:49.995Z] #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-10T04:49:49.995Z] #67 DONE 27.5s [2024-07-10T04:49:49.995Z] [2024-07-10T04:49:49.995Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-10T04:49:50.601Z] #54 ... [2024-07-10T04:49:50.601Z] [2024-07-10T04:49:50.601Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-10T04:49:50.601Z] #73 15.68 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:50.601Z] #73 17.56 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:50.601Z] #73 22.93 OK: 266 MiB in 52 packages [2024-07-10T04:49:50.601Z] #73 DONE 23.8s [2024-07-10T04:49:50.601Z] [2024-07-10T04:49:50.601Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-10T04:49:50.601Z] #54 ... [2024-07-10T04:49:50.601Z] [2024-07-10T04:49:50.601Z] #81 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:49:50.601Z] #81 ... [2024-07-10T04:49:50.601Z] [2024-07-10T04:49:50.601Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-10T04:49:51.565Z] #54 ... [2024-07-10T04:49:51.565Z] [2024-07-10T04:49:51.565Z] #82 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-10T04:49:51.565Z] #82 DONE 1.0s [2024-07-10T04:49:51.565Z] [2024-07-10T04:49:51.565Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-10T04:49:52.536Z] #54 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 12.3s [2024-07-10T04:49:53.123Z] #54 ... [2024-07-10T04:49:53.123Z] [2024-07-10T04:49:53.123Z] #83 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-10T04:49:53.123Z] #0 7.344 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:53.123Z] #0 9.700 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:53.123Z] #83 ... [2024-07-10T04:49:53.123Z] [2024-07-10T04:49:53.123Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-10T04:49:53.709Z] #54 ... [2024-07-10T04:49:53.709Z] [2024-07-10T04:49:53.709Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-10T04:49:53.709Z] #0 7.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:53.709Z] #0 9.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:53.709Z] #84 ... [2024-07-10T04:49:53.709Z] [2024-07-10T04:49:53.709Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-10T04:49:54.675Z] #54 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 14.1s done [2024-07-10T04:49:54.675Z] #54 DONE 28.6s [2024-07-10T04:49:54.675Z] [2024-07-10T04:49:54.675Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:54.675Z] #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.4s [2024-07-10T04:49:56.637Z] #55 ... [2024-07-10T04:49:56.637Z] [2024-07-10T04:49:56.637Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-10T04:49:56.637Z] #64 29.51 (1/11) Installing ca-certificates (20240226-r0) [2024-07-10T04:49:56.637Z] #64 29.98 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-10T04:49:56.637Z] #64 30.10 (3/11) Installing libunistring (1.1-r1) [2024-07-10T04:49:56.637Z] #64 30.27 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-10T04:49:56.637Z] #64 30.30 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-10T04:49:56.637Z] #64 30.32 (6/11) Installing libcurl (8.5.0-r0) [2024-07-10T04:49:56.637Z] #64 30.50 (7/11) Installing curl (8.5.0-r0) [2024-07-10T04:49:56.637Z] #64 30.56 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-10T04:49:56.637Z] #64 30.58 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-10T04:49:56.637Z] #64 30.58 (10/11) Installing libucontext (1.2-r2) [2024-07-10T04:49:56.637Z] #64 30.60 (11/11) Installing gcompat (1.1.0-r1) [2024-07-10T04:49:56.637Z] #64 30.62 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:49:56.637Z] #64 30.82 Executing ca-certificates-20240226-r0.trigger [2024-07-10T04:49:56.637Z] #64 32.26 OK: 13 MiB in 26 packages [2024-07-10T04:49:56.637Z] #64 DONE 34.2s [2024-07-10T04:49:56.637Z] [2024-07-10T04:49:56.637Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:56.637Z] #55 ... [2024-07-10T04:49:56.637Z] [2024-07-10T04:49:56.637Z] #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-10T04:49:57.230Z] #85 ... [2024-07-10T04:49:57.230Z] [2024-07-10T04:49:57.230Z] #86 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-10T04:49:57.230Z] #0 6.755 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:57.230Z] #0 8.683 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:57.230Z] #86 ... [2024-07-10T04:49:57.230Z] [2024-07-10T04:49:57.230Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:58.191Z] #55 ... [2024-07-10T04:49:58.191Z] [2024-07-10T04:49:58.191Z] #76 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-07-10T04:49:58.191Z] #76 9.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:58.191Z] #76 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:58.191Z] #76 18.65 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:49:58.191Z] #76 ... [2024-07-10T04:49:58.191Z] [2024-07-10T04:49:58.191Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:58.191Z] #55 ... [2024-07-10T04:49:58.191Z] [2024-07-10T04:49:58.191Z] #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-10T04:49:58.191Z] #71 23.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:58.191Z] #71 30.42 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-10T04:49:58.191Z] #71 30.48 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-10T04:49:58.191Z] #71 30.50 (3/4) Installing libucontext (1.2-r2) [2024-07-10T04:49:58.191Z] #71 30.54 (4/4) Installing gcompat (1.1.0-r1) [2024-07-10T04:49:58.191Z] #71 30.58 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:49:58.191Z] #71 30.72 OK: 8 MiB in 19 packages [2024-07-10T04:49:58.191Z] #71 DONE 31.9s [2024-07-10T04:49:58.461Z] [2024-07-10T04:49:58.461Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:58.461Z] #55 ... [2024-07-10T04:49:58.461Z] [2024-07-10T04:49:58.461Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-10T04:49:58.461Z] #77 5.960 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:58.461Z] #77 8.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:58.461Z] #77 15.15 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:49:58.461Z] #77 15.91 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:49:58.738Z] #77 ... [2024-07-10T04:49:58.738Z] [2024-07-10T04:49:58.738Z] #76 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-07-10T04:49:58.738Z] #76 19.44 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:49:58.738Z] #76 19.51 OK: 8 MiB in 16 packages [2024-07-10T04:49:59.012Z] #76 ... [2024-07-10T04:49:59.012Z] [2024-07-10T04:49:59.012Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-10T04:49:59.012Z] #84 14.08 OK: 18 MiB in 19 packages [2024-07-10T04:49:59.012Z] #84 DONE 15.2s [2024-07-10T04:49:59.012Z] [2024-07-10T04:49:59.012Z] #87 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-10T04:49:59.278Z] #87 DONE 0.3s [2024-07-10T04:49:59.278Z] [2024-07-10T04:49:59.278Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:59.278Z] #55 ... [2024-07-10T04:49:59.278Z] [2024-07-10T04:49:59.278Z] #80 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-10T04:49:59.278Z] #80 11.42 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:49:59.278Z] #80 18.98 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-10T04:49:59.278Z] #80 20.11 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:49:59.278Z] #80 20.54 OK: 8 MiB in 16 packages [2024-07-10T04:49:59.548Z] #80 ... [2024-07-10T04:49:59.548Z] [2024-07-10T04:49:59.548Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-10T04:49:59.548Z] #77 16.20 OK: 8 MiB in 17 packages [2024-07-10T04:49:59.813Z] #77 ... [2024-07-10T04:49:59.813Z] [2024-07-10T04:49:59.813Z] #76 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-07-10T04:49:59.813Z] #76 DONE 21.0s [2024-07-10T04:49:59.813Z] [2024-07-10T04:49:59.813Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:49:59.813Z] #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.6s [2024-07-10T04:50:00.082Z] #55 ... [2024-07-10T04:50:00.082Z] [2024-07-10T04:50:00.082Z] #80 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-10T04:50:00.082Z] #80 DONE 22.3s [2024-07-10T04:50:00.082Z] [2024-07-10T04:50:00.082Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-10T04:50:00.082Z] #0 5.121 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:50:00.082Z] #0 7.575 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:50:00.082Z] #88 ... [2024-07-10T04:50:00.082Z] [2024-07-10T04:50:00.082Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:50:00.353Z] #55 ... [2024-07-10T04:50:00.353Z] [2024-07-10T04:50:00.353Z] #72 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-10T04:50:00.353Z] #72 24.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:50:00.353Z] #72 26.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:50:00.354Z] #72 32.53 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:50:00.354Z] #72 33.47 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:50:00.354Z] #72 33.59 (3/7) Installing dumb-init (1.2.5-r2) [2024-07-10T04:50:00.354Z] #72 33.67 (4/7) Installing musl-obstack (1.2.3-r2) [2024-07-10T04:50:00.354Z] #72 33.72 (5/7) Installing libucontext (1.2-r2) [2024-07-10T04:50:00.354Z] #72 33.76 (6/7) Installing gcompat (1.1.0-r1) [2024-07-10T04:50:00.354Z] #72 33.87 (7/7) Installing openssl (3.1.6-r0) [2024-07-10T04:50:00.354Z] #72 34.01 Executing busybox-1.36.1-r7.trigger [2024-07-10T04:50:00.633Z] #72 ... [2024-07-10T04:50:00.633Z] [2024-07-10T04:50:00.633Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-10T04:50:00.633Z] #77 DONE 18.0s [2024-07-10T04:50:00.633Z] [2024-07-10T04:50:00.633Z] #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-10T04:50:01.745Z] #89 ... [2024-07-10T04:50:01.745Z] [2024-07-10T04:50:01.745Z] #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:50:01.745Z] #90 ... [2024-07-10T04:50:01.745Z] [2024-07-10T04:50:01.745Z] #55 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-10T04:50:01.745Z] #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.4s done [2024-07-10T04:50:01.745Z] #55 DONE 35.5s [2024-07-10T04:50:01.745Z] [2024-07-10T04:50:01.745Z] #83 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-10T04:50:01.745Z] #83 16.64 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:50:01.745Z] #83 17.21 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:50:01.745Z] #83 17.26 Executing ca-certificates-20240226-r0.trigger [2024-07-10T04:50:01.745Z] #83 18.35 OK: 9 MiB in 17 packages [2024-07-10T04:50:02.062Z] #83 ... [2024-07-10T04:50:02.062Z] [2024-07-10T04:50:02.062Z] #72 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-10T04:50:02.062Z] #72 34.23 OK: 9 MiB in 20 packages [2024-07-10T04:50:02.062Z] #72 DONE 35.4s [2024-07-10T04:50:02.062Z] [2024-07-10T04:50:02.062Z] #91 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-10T04:50:03.584Z] #91 ... [2024-07-10T04:50:03.584Z] [2024-07-10T04:50:03.584Z] #83 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-10T04:50:03.584Z] #83 DONE 20.4s [2024-07-10T04:50:03.584Z] [2024-07-10T04:50:03.584Z] #86 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-10T04:50:03.584Z] #86 15.24 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:50:03.584Z] #86 15.79 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:50:03.584Z] #86 15.90 OK: 8 MiB in 16 packages [2024-07-10T04:50:03.880Z] #86 DONE 16.7s [2024-07-10T04:50:03.880Z] [2024-07-10T04:50:03.880Z] #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-10T04:50:03.880Z] #85 4.062 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:50:03.880Z] #85 6.578 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:50:05.898Z] #85 ... [2024-07-10T04:50:05.898Z] [2024-07-10T04:50:05.898Z] #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-10T04:50:05.898Z] #89 DONE 5.0s [2024-07-10T04:50:05.898Z] [2024-07-10T04:50:05.898Z] #91 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-10T04:50:05.898Z] #91 3.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:50:05.898Z] #91 ... [2024-07-10T04:50:05.898Z] [2024-07-10T04:50:05.898Z] #92 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-10T04:50:05.898Z] #92 DONE 0.2s [2024-07-10T04:50:05.898Z] [2024-07-10T04:50:05.898Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-10T04:50:05.898Z] #88 14.25 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:50:05.898Z] #88 14.79 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:50:05.898Z] #88 14.89 Executing ca-certificates-20240226-r0.trigger [2024-07-10T04:50:05.898Z] #88 15.68 OK: 18 MiB in 19 packages [2024-07-10T04:50:06.873Z] #88 DONE 16.9s [2024-07-10T04:50:06.873Z] [2024-07-10T04:50:06.873Z] #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-10T04:50:06.873Z] #85 9.916 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:50:06.873Z] #85 10.23 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:50:06.873Z] #85 10.29 Executing ca-certificates-20240226-r0.trigger [2024-07-10T04:50:07.458Z] #85 11.02 OK: 13 MiB in 26 packages [2024-07-10T04:50:08.420Z] #85 DONE 11.9s [2024-07-10T04:50:08.420Z] [2024-07-10T04:50:08.420Z] #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-10T04:50:08.420Z] #0 5.972 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-10T04:50:08.420Z] #0 7.609 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:50:08.420Z] #0 9.810 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:50:08.420Z] #93 10.11 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-10T04:50:08.420Z] #93 10.18 OK: 8 MiB in 19 packages [2024-07-10T04:50:09.045Z] #93 DONE 10.6s [2024-07-10T04:50:09.045Z] [2024-07-10T04:50:09.045Z] #91 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-10T04:50:09.045Z] #91 4.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-10T04:50:09.312Z] #91 7.231 OK: 9 MiB in 20 packages [2024-07-10T04:50:09.924Z] #91 DONE 7.9s [2024-07-10T04:50:09.924Z] [2024-07-10T04:50:09.924Z] #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-10T04:50:10.888Z] #94 DONE 1.3s [2024-07-10T04:50:10.888Z] [2024-07-10T04:50:10.888Z] #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-10T04:50:10.888Z] #95 DONE 2.0s [2024-07-10T04:50:10.888Z] [2024-07-10T04:50:10.888Z] #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-10T04:50:10.888Z] #96 DONE 1.3s [2024-07-10T04:50:10.888Z] [2024-07-10T04:50:10.888Z] #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-10T04:50:11.185Z] #97 ... [2024-07-10T04:50:11.185Z] [2024-07-10T04:50:11.185Z] #98 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-10T04:50:11.185Z] #98 DONE 0.2s [2024-07-10T04:50:11.186Z] [2024-07-10T04:50:11.186Z] #99 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-10T04:50:11.186Z] #99 DONE 0.3s [2024-07-10T04:50:11.186Z] [2024-07-10T04:50:11.186Z] #100 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-10T04:50:11.479Z] #100 ... [2024-07-10T04:50:11.479Z] [2024-07-10T04:50:11.479Z] #101 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-10T04:50:11.479Z] #101 DONE 0.3s [2024-07-10T04:50:11.479Z] [2024-07-10T04:50:11.479Z] #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-10T04:50:11.746Z] #102 DONE 0.3s [2024-07-10T04:50:11.746Z] [2024-07-10T04:50:11.746Z] #100 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-10T04:50:11.746Z] #100 DONE 0.3s [2024-07-10T04:50:11.746Z] [2024-07-10T04:50:11.746Z] #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-10T04:50:11.746Z] #103 DONE 0.2s [2024-07-10T04:50:11.746Z] [2024-07-10T04:50:11.746Z] #104 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-10T04:50:12.016Z] #104 DONE 0.3s [2024-07-10T04:50:12.016Z] [2024-07-10T04:50:12.016Z] #105 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-10T04:50:12.287Z] #105 DONE 0.3s [2024-07-10T04:50:12.287Z] [2024-07-10T04:50:12.287Z] #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-10T04:50:12.287Z] #106 DONE 0.3s [2024-07-10T04:50:12.287Z] [2024-07-10T04:50:12.287Z] #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-10T04:50:12.558Z] #107 ... [2024-07-10T04:50:12.559Z] [2024-07-10T04:50:12.559Z] #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-10T04:50:12.559Z] #97 DONE 1.7s [2024-07-10T04:50:12.830Z] [2024-07-10T04:50:12.830Z] #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-10T04:50:12.830Z] #107 DONE 0.5s [2024-07-10T04:50:12.830Z] [2024-07-10T04:50:12.830Z] #108 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-10T04:50:13.420Z] #108 DONE 0.4s [2024-07-10T04:50:13.420Z] [2024-07-10T04:50:13.420Z] #109 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-10T04:50:13.420Z] #109 DONE 0.4s [2024-07-10T04:50:13.420Z] [2024-07-10T04:50:13.420Z] #110 [security-spire-server] exporting to image [2024-07-10T04:50:13.420Z] #110 exporting layers [2024-07-10T04:50:14.012Z] #110 ... [2024-07-10T04:50:14.012Z] [2024-07-10T04:50:14.012Z] #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-10T04:50:14.012Z] #111 DONE 0.3s [2024-07-10T04:50:14.287Z] [2024-07-10T04:50:14.287Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-10T04:50:14.287Z] #112 DONE 0.3s [2024-07-10T04:50:14.287Z] [2024-07-10T04:50:14.287Z] #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-10T04:50:14.557Z] #113 DONE 0.3s [2024-07-10T04:50:14.557Z] [2024-07-10T04:50:14.557Z] #110 [security-spire-agent] exporting to image [2024-07-10T04:50:15.965Z] #110 exporting layers 3.6s done [2024-07-10T04:50:15.965Z] #110 writing image sha256:c955f1c392fbbfd441b6cf4865d5f3a86aee8f34fb1fd9a20c1698eb6ecde45b 0.1s done [2024-07-10T04:50:15.965Z] #110 naming to docker.io/library/security-spire-config-arm64 done [2024-07-10T04:50:16.553Z] #110 exporting layers 3.8s done [2024-07-10T04:50:16.832Z] #110 writing image sha256:5c6b37f0d2165c02db70b6ef3414b8fdb5966f086314326b67fbee008c6cb35b 0.0s done [2024-07-10T04:50:16.833Z] #110 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-07-10T04:50:16.833Z] #110 exporting layers 2.2s done [2024-07-10T04:50:16.833Z] #110 writing image sha256:fd3f582405f6ed58ef059cc98f9205717b4b2b2e30d7ec4c22d374d73d188509 done [2024-07-10T04:50:16.833Z] #110 naming to docker.io/library/security-spire-agent-arm64 done [2024-07-10T04:50:16.833Z] #110 DONE 4.4s [2024-07-10T04:50:16.833Z] [2024-07-10T04:50:16.833Z] #78 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:50:28.879Z] #151 ... [2024-07-10T04:50:28.879Z] [2024-07-10T04:50:28.879Z] #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-10T04:50:28.879Z] #147 93.17 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-07-10T04:51:15.793Z] #147 ... [2024-07-10T04:51:15.793Z] [2024-07-10T04:51:15.793Z] #143 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-10T04:51:15.793Z] #143 DONE 135.1s [2024-07-10T04:51:15.793Z] [2024-07-10T04:51:15.793Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-10T04:51:15.793Z] #146 ... [2024-07-10T04:51:15.793Z] [2024-07-10T04:51:15.793Z] #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-10T04:51:15.793Z] #133 DONE 138.8s [2024-07-10T04:51:15.793Z] [2024-07-10T04:51:15.793Z] #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-10T04:51:17.170Z] #43 ... [2024-07-10T04:51:17.170Z] [2024-07-10T04:51:17.170Z] #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-10T04:51:17.170Z] #144 DONE 141.9s [2024-07-10T04:51:17.429Z] [2024-07-10T04:51:17.429Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-10T04:51:21.623Z] #150 ... [2024-07-10T04:51:21.623Z] [2024-07-10T04:51:21.623Z] #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-10T04:51:21.623Z] #147 DONE 146.0s [2024-07-10T04:51:21.623Z] [2024-07-10T04:51:21.623Z] #152 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-10T04:51:21.623Z] #152 ... [2024-07-10T04:51:21.623Z] [2024-07-10T04:51:21.623Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-10T04:51:21.623Z] #142 DONE 146.0s [2024-07-10T04:51:21.623Z] [2024-07-10T04:51:21.623Z] #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-10T04:51:21.623Z] #141 DONE 146.0s [2024-07-10T04:51:21.623Z] [2024-07-10T04:51:21.623Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-10T04:51:21.623Z] #151 DONE 146.0s [2024-07-10T04:51:21.623Z] [2024-07-10T04:51:21.623Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-10T04:51:21.623Z] #148 DONE 146.1s [2024-07-10T04:51:21.623Z] [2024-07-10T04:51:21.623Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-10T04:51:21.623Z] #149 DONE 146.2s [2024-07-10T04:51:21.623Z] [2024-07-10T04:51:21.623Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-10T04:51:21.624Z] #150 DONE 146.2s [2024-07-10T04:51:21.624Z] [2024-07-10T04:51:21.624Z] #153 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T04:51:21.624Z] #153 ... [2024-07-10T04:51:21.624Z] [2024-07-10T04:51:21.624Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-10T04:51:21.624Z] #146 DONE 146.4s [2024-07-10T04:51:21.624Z] [2024-07-10T04:51:21.624Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-10T04:51:21.624Z] #145 DONE 146.5s [2024-07-10T04:51:21.624Z] [2024-07-10T04:51:21.624Z] #154 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T04:51:22.192Z] #154 ... [2024-07-10T04:51:22.192Z] [2024-07-10T04:51:22.192Z] #152 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-10T04:51:22.192Z] #152 DONE 0.8s [2024-07-10T04:51:22.192Z] [2024-07-10T04:51:22.192Z] #155 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T04:51:22.192Z] #155 DONE 0.8s [2024-07-10T04:51:22.192Z] [2024-07-10T04:51:22.192Z] #153 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T04:51:22.192Z] #153 DONE 0.8s [2024-07-10T04:51:22.192Z] [2024-07-10T04:51:22.192Z] #156 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T04:51:22.192Z] #156 DONE 0.7s [2024-07-10T04:51:22.192Z] [2024-07-10T04:51:22.192Z] #157 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T04:51:22.192Z] #157 DONE 0.8s [2024-07-10T04:51:22.192Z] [2024-07-10T04:51:22.192Z] #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-10T04:51:22.192Z] #158 ... [2024-07-10T04:51:22.192Z] [2024-07-10T04:51:22.192Z] #159 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T04:51:22.192Z] #159 DONE 0.6s [2024-07-10T04:51:22.192Z] [2024-07-10T04:51:22.192Z] #154 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T04:51:22.192Z] #154 DONE 0.5s [2024-07-10T04:51:22.192Z] [2024-07-10T04:51:22.192Z] #160 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T04:51:22.192Z] #160 DONE 0.5s [2024-07-10T04:51:22.797Z] [2024-07-10T04:51:22.797Z] #161 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-10T04:51:22.797Z] #161 ... [2024-07-10T04:51:22.797Z] [2024-07-10T04:51:22.797Z] #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-10T04:51:22.797Z] #158 DONE 0.5s [2024-07-10T04:51:22.797Z] [2024-07-10T04:51:22.797Z] #162 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T04:51:22.797Z] #162 CACHED [2024-07-10T04:51:22.797Z] [2024-07-10T04:51:22.797Z] #163 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-10T04:51:22.797Z] #163 CACHED [2024-07-10T04:51:22.797Z] [2024-07-10T04:51:22.797Z] #164 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T04:51:22.797Z] #164 CACHED [2024-07-10T04:51:22.797Z] [2024-07-10T04:51:22.797Z] #165 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-10T04:51:22.797Z] #165 CACHED [2024-07-10T04:51:22.797Z] [2024-07-10T04:51:22.797Z] #166 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T04:51:22.797Z] #166 CACHED [2024-07-10T04:51:22.797Z] [2024-07-10T04:51:22.797Z] #167 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-10T04:51:22.797Z] #167 CACHED [2024-07-10T04:51:22.797Z] [2024-07-10T04:51:22.797Z] #168 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-10T04:51:22.797Z] #168 CACHED [2024-07-10T04:51:22.797Z] [2024-07-10T04:51:22.797Z] #169 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T04:51:22.797Z] #169 CACHED [2024-07-10T04:51:22.797Z] [2024-07-10T04:51:22.797Z] #170 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-10T04:51:22.797Z] #170 DONE 0.6s [2024-07-10T04:51:22.797Z] [2024-07-10T04:51:22.797Z] #171 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-10T04:51:22.797Z] #171 DONE 0.6s [2024-07-10T04:51:22.797Z] [2024-07-10T04:51:22.797Z] #172 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-10T04:51:22.797Z] #172 DONE 0.6s [2024-07-10T04:51:22.797Z] [2024-07-10T04:51:22.797Z] #173 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-10T04:51:22.797Z] #173 DONE 0.6s [2024-07-10T04:51:22.797Z] [2024-07-10T04:51:22.797Z] #174 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-10T04:51:22.797Z] #174 ... [2024-07-10T04:51:22.797Z] [2024-07-10T04:51:22.797Z] #175 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-10T04:51:22.797Z] #175 DONE 0.6s [2024-07-10T04:51:22.797Z] [2024-07-10T04:51:22.797Z] #161 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-10T04:51:22.797Z] #161 DONE 0.6s [2024-07-10T04:51:23.057Z] [2024-07-10T04:51:23.057Z] #176 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-10T04:51:24.698Z] #78 ... [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #75 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:51:24.698Z] #75 DONE 105.3s [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #81 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:51:24.698Z] #81 DONE 96.0s [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #114 [support-notifications builder 6/7] COPY . . [2024-07-10T04:51:24.698Z] #114 ... [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:51:24.698Z] #90 DONE 85.0s [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #78 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:51:24.698Z] #78 DONE 101.9s [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:51:24.698Z] #79 DONE 101.5s [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #115 [security-bootstrapper builder 6/7] COPY . . [2024-07-10T04:51:24.698Z] #115 DONE 1.5s [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #116 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:51:24.698Z] #116 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:51:24.698Z] #117 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #118 [security-secretstore-setup builder 6/7] COPY . . [2024-07-10T04:51:24.698Z] #118 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #119 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:51:24.698Z] #119 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #120 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:51:24.698Z] #120 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #121 [security-proxy-setup builder 6/7] COPY . . [2024-07-10T04:51:24.698Z] #121 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #114 [support-notifications builder 6/7] COPY . . [2024-07-10T04:51:24.698Z] #114 DONE 1.6s [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #122 [core-metadata builder 6/7] COPY . . [2024-07-10T04:51:24.698Z] #122 DONE 1.6s [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #123 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-10T04:51:24.698Z] #123 DONE 1.6s [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #124 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-10T04:51:24.698Z] #124 ... [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #125 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:51:24.698Z] #125 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #126 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:51:24.698Z] #126 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #127 [core-data builder 6/7] COPY . . [2024-07-10T04:51:24.698Z] #127 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #128 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:51:24.698Z] #128 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #129 [security-proxy-auth builder 6/7] COPY . . [2024-07-10T04:51:24.698Z] #129 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #130 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:51:24.698Z] #130 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #131 [core-keeper builder 7/8] COPY . . [2024-07-10T04:51:24.698Z] #131 DONE 1.6s [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #132 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:51:24.698Z] #132 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #133 [support-scheduler builder 6/7] COPY . . [2024-07-10T04:51:24.698Z] #133 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #134 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:51:24.698Z] #134 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #135 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:51:24.698Z] #135 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #136 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-10T04:51:24.698Z] #136 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:51:24.698Z] #137 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #138 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-10T04:51:24.698Z] #138 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #139 [core-command builder 6/7] COPY . . [2024-07-10T04:51:24.698Z] #139 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #140 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-10T04:51:24.698Z] #140 CACHED [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-10T04:51:24.698Z] #141 ... [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-10T04:51:24.698Z] #0 4.773 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-07-10T04:51:24.698Z] #142 ... [2024-07-10T04:51:24.698Z] [2024-07-10T04:51:24.698Z] #124 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-10T04:51:24.698Z] #124 5.562 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-10T04:51:24.963Z] #176 ... [2024-07-10T04:51:24.963Z] [2024-07-10T04:51:24.963Z] #177 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-10T04:51:24.963Z] #177 DONE 2.0s [2024-07-10T04:51:24.963Z] [2024-07-10T04:51:24.963Z] #178 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-10T04:51:24.963Z] #178 DONE 2.0s [2024-07-10T04:51:24.963Z] [2024-07-10T04:51:24.963Z] #179 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-07-10T04:51:24.963Z] #179 DONE 2.0s [2024-07-10T04:51:24.963Z] [2024-07-10T04:51:24.963Z] #180 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-10T04:51:24.963Z] #180 ... [2024-07-10T04:51:24.963Z] [2024-07-10T04:51:24.963Z] #174 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-10T04:51:24.963Z] #174 DONE 2.3s [2024-07-10T04:51:25.222Z] [2024-07-10T04:51:25.222Z] #181 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-07-10T04:51:25.222Z] #181 DONE 2.4s [2024-07-10T04:51:25.222Z] [2024-07-10T04:51:25.222Z] #182 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-10T04:51:25.222Z] #182 DONE 2.5s [2024-07-10T04:51:25.222Z] [2024-07-10T04:51:25.222Z] #183 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-10T04:51:25.222Z] #183 DONE 2.5s [2024-07-10T04:51:25.222Z] [2024-07-10T04:51:25.222Z] #184 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-10T04:51:25.222Z] #184 DONE 2.4s [2024-07-10T04:51:25.222Z] [2024-07-10T04:51:25.222Z] #185 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-10T04:51:25.222Z] #185 DONE 2.5s [2024-07-10T04:51:25.222Z] [2024-07-10T04:51:25.222Z] #186 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-10T04:51:25.222Z] #186 DONE 2.4s [2024-07-10T04:51:25.222Z] [2024-07-10T04:51:25.222Z] #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-10T04:51:25.222Z] #187 ... [2024-07-10T04:51:25.222Z] [2024-07-10T04:51:25.222Z] #188 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-10T04:51:25.222Z] #188 DONE 3.2s [2024-07-10T04:51:25.222Z] [2024-07-10T04:51:25.222Z] #176 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-10T04:51:25.222Z] #176 DONE 2.4s [2024-07-10T04:51:25.481Z] [2024-07-10T04:51:25.481Z] #189 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-07-10T04:51:25.481Z] #189 DONE 0.8s [2024-07-10T04:51:25.481Z] [2024-07-10T04:51:25.481Z] #190 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-07-10T04:51:25.481Z] #190 ... [2024-07-10T04:51:25.481Z] [2024-07-10T04:51:25.481Z] #191 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-10T04:51:25.481Z] #191 DONE 0.4s [2024-07-10T04:51:25.481Z] [2024-07-10T04:51:25.481Z] #180 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-10T04:51:25.481Z] #180 DONE 0.8s [2024-07-10T04:51:25.481Z] [2024-07-10T04:51:25.481Z] #192 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-07-10T04:51:25.481Z] #192 DONE 0.4s [2024-07-10T04:51:25.481Z] [2024-07-10T04:51:25.481Z] #193 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-10T04:51:25.481Z] #193 DONE 0.5s [2024-07-10T04:51:25.481Z] [2024-07-10T04:51:25.481Z] #194 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-10T04:51:25.481Z] #194 DONE 0.8s [2024-07-10T04:51:25.743Z] [2024-07-10T04:51:25.743Z] #195 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-10T04:51:25.743Z] #195 DONE 0.5s [2024-07-10T04:51:25.743Z] [2024-07-10T04:51:25.743Z] #196 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-07-10T04:51:25.743Z] #196 DONE 0.5s [2024-07-10T04:51:25.743Z] [2024-07-10T04:51:25.743Z] #197 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-10T04:51:25.743Z] #197 DONE 0.4s [2024-07-10T04:51:25.743Z] [2024-07-10T04:51:25.743Z] #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-10T04:51:25.743Z] #187 DONE 0.5s [2024-07-10T04:51:25.743Z] [2024-07-10T04:51:25.743Z] #198 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T04:51:25.743Z] #198 DONE 0.4s [2024-07-10T04:51:25.743Z] [2024-07-10T04:51:25.743Z] #199 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-10T04:51:26.016Z] #199 ... [2024-07-10T04:51:26.016Z] [2024-07-10T04:51:26.016Z] #190 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-07-10T04:51:26.016Z] #190 DONE 0.5s [2024-07-10T04:51:26.016Z] [2024-07-10T04:51:26.016Z] #200 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-10T04:51:26.016Z] #200 DONE 0.4s [2024-07-10T04:51:26.276Z] [2024-07-10T04:51:26.276Z] #201 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-10T04:51:26.276Z] #201 DONE 0.4s [2024-07-10T04:51:26.276Z] [2024-07-10T04:51:26.276Z] #202 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-10T04:51:26.276Z] #202 DONE 0.4s [2024-07-10T04:51:26.276Z] [2024-07-10T04:51:26.276Z] #199 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-10T04:51:26.276Z] #199 DONE 0.3s [2024-07-10T04:51:26.276Z] [2024-07-10T04:51:26.276Z] #203 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-10T04:51:26.276Z] #203 DONE 0.4s [2024-07-10T04:51:26.276Z] [2024-07-10T04:51:26.276Z] #110 [core-metadata] exporting to image [2024-07-10T04:51:26.276Z] #110 exporting layers 0.4s done [2024-07-10T04:51:26.276Z] #110 writing image sha256:82dede1afd6e55861c91d6882c25f2965c2dba27ec5e99ddbce125e3308f1477 [2024-07-10T04:51:26.276Z] #110 writing image sha256:5386a489c43271ad67a6c9781ded3b7aa78079bf1f5f58304532b686c75ada1c [2024-07-10T04:51:26.276Z] #110 writing image sha256:d43a065a52fb60c0a13170d1b05d1ccffd734bee32be22eda4c455915648d1e9 [2024-07-10T04:51:26.276Z] #110 writing image sha256:342667e4be9aac15b70d96b8bc0849d0bf99789299e642e4f68213d9a2059bac 0.0s done [2024-07-10T04:51:26.276Z] #110 naming to docker.io/library/support-scheduler done [2024-07-10T04:51:26.276Z] #110 ... [2024-07-10T04:51:26.276Z] [2024-07-10T04:51:26.276Z] #204 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-10T04:51:26.276Z] #204 DONE 0.2s [2024-07-10T04:51:26.537Z] [2024-07-10T04:51:26.537Z] #205 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-10T04:51:26.537Z] #205 DONE 0.4s [2024-07-10T04:51:26.537Z] [2024-07-10T04:51:26.537Z] #206 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-10T04:51:26.537Z] #206 DONE 0.4s [2024-07-10T04:51:26.537Z] [2024-07-10T04:51:26.537Z] #110 [support-notifications] exporting to image [2024-07-10T04:51:26.537Z] #110 exporting layers 0.4s done [2024-07-10T04:51:26.537Z] #110 writing image sha256:82dede1afd6e55861c91d6882c25f2965c2dba27ec5e99ddbce125e3308f1477 0.1s done [2024-07-10T04:51:26.537Z] #110 writing image sha256:5386a489c43271ad67a6c9781ded3b7aa78079bf1f5f58304532b686c75ada1c 0.2s done [2024-07-10T04:51:26.537Z] #110 writing image sha256:d43a065a52fb60c0a13170d1b05d1ccffd734bee32be22eda4c455915648d1e9 0.2s done [2024-07-10T04:51:26.537Z] #110 naming to docker.io/library/core-command done [2024-07-10T04:51:26.537Z] #110 naming to docker.io/library/core-keeper done [2024-07-10T04:51:26.537Z] #110 naming to docker.io/library/support-notifications done [2024-07-10T04:51:26.537Z] #110 writing image sha256:0ceed008610ff474970ddeb523d3da654ec650e3a1adda18507eb781fe3e8977 [2024-07-10T04:51:26.537Z] #110 writing image sha256:0ceed008610ff474970ddeb523d3da654ec650e3a1adda18507eb781fe3e8977 done [2024-07-10T04:51:26.537Z] #110 writing image sha256:3e4516105e1ceccb7ba0ff6fbcc68d7f8a010e4b459dcf9b30d6f38a99c513b7 done [2024-07-10T04:51:26.537Z] #110 naming to docker.io/library/security-spiffe-token-provider done [2024-07-10T04:51:26.537Z] #110 naming to docker.io/library/core-data done [2024-07-10T04:51:26.809Z] #110 writing image sha256:4a5773e47ead5a3690fe8517d68424b118a3adbfd2fe39f76770f71d612b7560 done [2024-07-10T04:51:26.809Z] #110 naming to docker.io/library/core-metadata 0.0s done [2024-07-10T04:51:26.809Z] #110 DONE 2.2s [2024-07-10T04:51:26.809Z] [2024-07-10T04:51:26.809Z] #207 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-10T04:51:26.809Z] #207 DONE 0.2s [2024-07-10T04:51:26.809Z] [2024-07-10T04:51:26.809Z] #208 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-10T04:51:26.809Z] #208 DONE 0.4s [2024-07-10T04:51:26.809Z] [2024-07-10T04:51:26.809Z] #209 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-07-10T04:51:26.809Z] #209 DONE 0.1s [2024-07-10T04:51:26.809Z] [2024-07-10T04:51:26.809Z] #210 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-10T04:51:26.809Z] #210 DONE 0.8s [2024-07-10T04:51:26.809Z] [2024-07-10T04:51:26.809Z] #211 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-10T04:51:26.809Z] #211 DONE 0.8s [2024-07-10T04:51:26.809Z] [2024-07-10T04:51:26.809Z] #110 [core-common-config-bootstrapper] exporting to image [2024-07-10T04:51:26.809Z] #110 ... [2024-07-10T04:51:26.809Z] [2024-07-10T04:51:26.809Z] #212 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-10T04:51:26.809Z] #212 DONE 0.1s [2024-07-10T04:51:26.809Z] [2024-07-10T04:51:26.809Z] #213 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-07-10T04:51:26.809Z] #213 DONE 0.1s [2024-07-10T04:51:27.072Z] [2024-07-10T04:51:27.072Z] #214 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-10T04:51:27.072Z] #214 DONE 0.1s [2024-07-10T04:51:27.072Z] [2024-07-10T04:51:27.072Z] #110 [core-common-config-bootstrapper] exporting to image [2024-07-10T04:51:27.072Z] #110 exporting layers 0.3s done [2024-07-10T04:51:27.072Z] #110 writing image sha256:793442360b52028de9acf268f2a9975ac5b5ff35da61eddfc3a2c99b086aeeeb done [2024-07-10T04:51:27.072Z] #110 naming to docker.io/library/core-common-config-bootstrapper done [2024-07-10T04:51:27.072Z] #110 writing image sha256:1424938aaeda8554a9380723504416973947fcb8b29b2f87855666aa07446744 [2024-07-10T04:51:27.072Z] #110 writing image sha256:1424938aaeda8554a9380723504416973947fcb8b29b2f87855666aa07446744 done [2024-07-10T04:51:27.072Z] #110 naming to docker.io/library/security-proxy-auth 0.0s done [2024-07-10T04:51:27.072Z] #110 DONE 2.6s [2024-07-10T04:51:27.072Z] [2024-07-10T04:51:27.072Z] #215 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-10T04:51:27.072Z] #215 DONE 0.8s [2024-07-10T04:51:27.072Z] [2024-07-10T04:51:27.072Z] #216 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-10T04:51:27.333Z] #216 DONE 0.1s [2024-07-10T04:51:27.333Z] [2024-07-10T04:51:27.333Z] #110 [security-proxy-setup] exporting to image [2024-07-10T04:51:27.333Z] #110 exporting layers 0.2s done [2024-07-10T04:51:27.333Z] #110 writing image sha256:faa28a3a7a12f0db66ba1b6c3b6349d6a880f594eefff58b31a07eafaca55b15 done [2024-07-10T04:51:27.333Z] #110 naming to docker.io/library/security-proxy-setup done [2024-07-10T04:51:27.333Z] #110 DONE 2.8s [2024-07-10T04:51:27.333Z] [2024-07-10T04:51:27.333Z] #217 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-10T04:51:27.592Z] #217 ... [2024-07-10T04:51:27.592Z] [2024-07-10T04:51:27.593Z] #218 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-10T04:51:27.593Z] #218 DONE 0.7s [2024-07-10T04:51:27.853Z] [2024-07-10T04:51:27.853Z] #217 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-10T04:51:27.853Z] #217 DONE 0.5s [2024-07-10T04:51:27.853Z] [2024-07-10T04:51:27.853Z] #110 [security-bootstrapper] exporting to image [2024-07-10T04:51:27.853Z] #110 exporting layers 0.3s done [2024-07-10T04:51:27.853Z] #110 exporting layers 0.3s done [2024-07-10T04:51:27.853Z] #110 writing image sha256:53cd2aeb1903efcb74e0916b092d4e24d8a15dfd0cc2f4aaf887053c52807407 done [2024-07-10T04:51:27.853Z] #110 naming to docker.io/library/security-secretstore-setup done [2024-07-10T04:51:27.853Z] #110 writing image sha256:24cd6e2873fe6b3cef8a2b419bc7fa988cbceee8c40ef5998c0dc35f9b43a56b done [2024-07-10T04:51:27.853Z] #110 naming to docker.io/library/security-bootstrapper done [2024-07-10T04:51:27.853Z] #110 DONE 3.2s [2024-07-10T04:51:27.853Z] [2024-07-10T04:51:27.853Z] #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-10T04:51:27.853Z] time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T04:51:27.853Z] time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T04:51:27.853Z] time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T04:51:27.853Z] time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T04:51:27.853Z] time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T04:51:27.853Z] time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T04:51:27.853Z] time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T04:51:27.853Z] time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T04:51:27.853Z] time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T04:51:27.853Z] time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T04:51:27.853Z] time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T04:51:27.853Z] time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T04:51:27.853Z] time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T04:51:27.853Z] time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T04:51:27.853Z] time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-10T04:51:27.862Z] $ docker stop --time=1 569ddc5d24eee794a90a84230b5a13a631efa55328c10ffebea2b7e1e265692d [2024-07-10T04:51:28.132Z] #124 ... [2024-07-10T04:51:28.132Z] [2024-07-10T04:51:28.132Z] #143 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-10T04:51:28.132Z] #0 4.940 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-07-10T04:51:28.132Z] #143 ... [2024-07-10T04:51:28.132Z] [2024-07-10T04:51:28.132Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-10T04:51:28.132Z] #0 4.813 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-10T04:51:28.493Z] #144 ... [2024-07-10T04:51:28.493Z] [2024-07-10T04:51:28.493Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-10T04:51:28.493Z] #0 5.915 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-10T04:51:28.493Z] #145 ... [2024-07-10T04:51:28.493Z] [2024-07-10T04:51:28.493Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-10T04:51:28.493Z] #0 5.795 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-10T04:51:28.761Z] #146 ... [2024-07-10T04:51:28.761Z] [2024-07-10T04:51:28.761Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-10T04:51:28.761Z] #0 5.522 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-10T04:51:28.761Z] #147 ... [2024-07-10T04:51:28.761Z] [2024-07-10T04:51:28.761Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-10T04:51:28.761Z] #0 5.012 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-10T04:51:29.028Z] #148 ... [2024-07-10T04:51:29.028Z] [2024-07-10T04:51:29.028Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-10T04:51:29.028Z] #0 4.000 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-07-10T04:51:29.121Z] $ docker rm -f --volumes 569ddc5d24eee794a90a84230b5a13a631efa55328c10ffebea2b7e1e265692d [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-10T04:51:29.353Z] #149 ... [2024-07-10T04:51:29.353Z] [2024-07-10T04:51:29.353Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-10T04:51:29.353Z] #0 6.069 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-10T04:51:29.353Z] #150 ... [2024-07-10T04:51:29.353Z] [2024-07-10T04:51:29.353Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-10T04:51:29.353Z] #0 6.187 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-10T04:51:29.469Z] + docker images [2024-07-10T04:51:29.469Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-10T04:51:29.469Z] security-bootstrapper latest 24cd6e2873fe 2 seconds ago 24MB [2024-07-10T04:51:29.469Z] security-secretstore-setup latest 53cd2aeb1903 2 seconds ago 42.2MB [2024-07-10T04:51:29.469Z] security-proxy-setup latest faa28a3a7a12 3 seconds ago 31.2MB [2024-07-10T04:51:29.469Z] core-common-config-bootstrapper latest 793442360b52 3 seconds ago 20.2MB [2024-07-10T04:51:29.469Z] security-proxy-auth latest 1424938aaeda 3 seconds ago 38MB [2024-07-10T04:51:29.469Z] support-notifications latest d43a065a52fb 4 seconds ago 43.9MB [2024-07-10T04:51:29.469Z] core-keeper latest 5386a489c432 4 seconds ago 35.6MB [2024-07-10T04:51:29.469Z] core-command latest 82dede1afd6e 4 seconds ago 40.4MB [2024-07-10T04:51:29.469Z] core-metadata latest 4a5773e47ead 4 seconds ago 41MB [2024-07-10T04:51:29.469Z] security-spiffe-token-provider latest 0ceed008610f 4 seconds ago 34MB [2024-07-10T04:51:29.469Z] support-scheduler latest 342667e4be9a 4 seconds ago 43.1MB [2024-07-10T04:51:29.469Z] core-data latest 3e4516105e1c 4 seconds ago 40.8MB [2024-07-10T04:51:29.469Z] security-spire-agent latest b1f676324102 3 minutes ago 187MB [2024-07-10T04:51:29.469Z] security-spire-server latest 078a2d9af4e7 3 minutes ago 126MB [2024-07-10T04:51:29.469Z] security-spire-config latest 008cd6af793a 3 minutes ago 125MB [2024-07-10T04:51:29.469Z] ci-base-image-x86_64 latest 6eb8822365c3 6 minutes ago 966MB [2024-07-10T04:51:29.469Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 2 months ago 565MB [2024-07-10T04:51:29.469Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 13 months ago 334MB [2024-07-10T04:51:29.469Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-10T04:51:29.620Z] provisioning config files... [2024-07-10T04:51:29.629Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/651@tmp/config16515846916211215072tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-10T04:51:29.655Z] #151 ... [2024-07-10T04:51:29.655Z] [2024-07-10T04:51:29.655Z] #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-10T04:51:29.655Z] #141 6.161 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-10T04:51:29.931Z] ---> ****-login.sh [2024-07-10T04:51:29.931Z] nexus3.edgexfoundry.org:10001 [2024-07-10T04:51:29.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T04:51:29.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T04:51:29.931Z] Configure a credential helper to remove this warning. See [2024-07-10T04:51:29.931Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T04:51:29.931Z] [2024-07-10T04:51:29.931Z] Login Succeeded [2024-07-10T04:51:29.931Z] nexus3.edgexfoundry.org:10002 [2024-07-10T04:51:29.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T04:51:29.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T04:51:29.931Z] Configure a credential helper to remove this warning. See [2024-07-10T04:51:29.931Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T04:51:29.931Z] [2024-07-10T04:51:29.931Z] Login Succeeded [2024-07-10T04:51:29.931Z] nexus3.edgexfoundry.org:10003 [2024-07-10T04:51:30.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T04:51:30.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T04:51:30.191Z] Configure a credential helper to remove this warning. See [2024-07-10T04:51:30.191Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T04:51:30.191Z] [2024-07-10T04:51:30.191Z] Login Succeeded [2024-07-10T04:51:30.191Z] nexus3.edgexfoundry.org:10004 [2024-07-10T04:51:30.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T04:51:30.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T04:51:30.191Z] Configure a credential helper to remove this warning. See [2024-07-10T04:51:30.191Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T04:51:30.191Z] [2024-07-10T04:51:30.191Z] Login Succeeded [2024-07-10T04:51:30.192Z] ****.io [2024-07-10T04:51:30.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T04:51:30.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T04:51:30.452Z] Configure a credential helper to remove this warning. See [2024-07-10T04:51:30.452Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T04:51:30.452Z] [2024-07-10T04:51:30.452Z] Login Succeeded [2024-07-10T04:51:30.452Z] ---> ****-login.sh ends [Pipeline] } [2024-07-10T04:51:30.460Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T04:51:30.510Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-10T04:51:30.540Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-07-10T04:51:30.540Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:51:30.540Z] latest [2024-07-10T04:51:30.540Z] 3.2.0-dev.33 [2024-07-10T04:51:30.540Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:51:30.540Z] main [2024-07-10T04:51:30.540Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:30.885Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:31.203Z] + docker push nexus3.edgexfoundry.org:10004/core-command:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:51:31.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-10T04:51:31.203Z] cc454f4f83c1: Preparing [2024-07-10T04:51:31.203Z] 5343b18fd9f2: Preparing [2024-07-10T04:51:31.203Z] 66684c473965: Preparing [2024-07-10T04:51:31.203Z] f389489bc9cf: Preparing [2024-07-10T04:51:31.203Z] 07ab167c3a75: Preparing [2024-07-10T04:51:31.203Z] bbe20e40fdfb: Preparing [2024-07-10T04:51:31.203Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:31.203Z] bbe20e40fdfb: Waiting [2024-07-10T04:51:31.203Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:31.203Z] 66684c473965: Pushed [2024-07-10T04:51:31.203Z] f389489bc9cf: Pushed [2024-07-10T04:51:31.203Z] cc454f4f83c1: Pushed [2024-07-10T04:51:31.203Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:31.462Z] bbe20e40fdfb: Pushed [2024-07-10T04:51:31.721Z] 07ab167c3a75: Pushed [2024-07-10T04:51:34.253Z] 5343b18fd9f2: Pushed [2024-07-10T04:51:34.253Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:200adbc2e81c139c4a2a09271635fd4653fb95e4408f71ce8e8bcf6cfb963852 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:34.577Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:34.899Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-07-10T04:51:34.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-10T04:51:34.899Z] cc454f4f83c1: Preparing [2024-07-10T04:51:34.899Z] 5343b18fd9f2: Preparing [2024-07-10T04:51:34.899Z] 66684c473965: Preparing [2024-07-10T04:51:34.899Z] f389489bc9cf: Preparing [2024-07-10T04:51:34.899Z] 07ab167c3a75: Preparing [2024-07-10T04:51:34.899Z] bbe20e40fdfb: Preparing [2024-07-10T04:51:34.899Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:34.899Z] bbe20e40fdfb: Waiting [2024-07-10T04:51:34.899Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:34.899Z] cc454f4f83c1: Layer already exists [2024-07-10T04:51:34.899Z] 5343b18fd9f2: Layer already exists [2024-07-10T04:51:34.899Z] 66684c473965: Layer already exists [2024-07-10T04:51:34.899Z] 07ab167c3a75: Layer already exists [2024-07-10T04:51:34.899Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:34.899Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:51:34.899Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:34.899Z] latest: digest: sha256:200adbc2e81c139c4a2a09271635fd4653fb95e4408f71ce8e8bcf6cfb963852 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:35.225Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:35.548Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.33 [2024-07-10T04:51:35.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-10T04:51:35.548Z] cc454f4f83c1: Preparing [2024-07-10T04:51:35.548Z] 5343b18fd9f2: Preparing [2024-07-10T04:51:35.548Z] 66684c473965: Preparing [2024-07-10T04:51:35.548Z] f389489bc9cf: Preparing [2024-07-10T04:51:35.548Z] 07ab167c3a75: Preparing [2024-07-10T04:51:35.548Z] bbe20e40fdfb: Preparing [2024-07-10T04:51:35.548Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:35.548Z] bbe20e40fdfb: Waiting [2024-07-10T04:51:35.548Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:35.548Z] cc454f4f83c1: Layer already exists [2024-07-10T04:51:35.548Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:35.548Z] 66684c473965: Layer already exists [2024-07-10T04:51:35.548Z] 07ab167c3a75: Layer already exists [2024-07-10T04:51:35.548Z] 5343b18fd9f2: Layer already exists [2024-07-10T04:51:35.548Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:51:35.548Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:35.548Z] 3.2.0-dev.33: digest: sha256:200adbc2e81c139c4a2a09271635fd4653fb95e4408f71ce8e8bcf6cfb963852 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:35.875Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:36.193Z] + docker push nexus3.edgexfoundry.org:10004/core-command:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:51:36.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-10T04:51:36.193Z] cc454f4f83c1: Preparing [2024-07-10T04:51:36.193Z] 5343b18fd9f2: Preparing [2024-07-10T04:51:36.193Z] 66684c473965: Preparing [2024-07-10T04:51:36.193Z] f389489bc9cf: Preparing [2024-07-10T04:51:36.193Z] 07ab167c3a75: Preparing [2024-07-10T04:51:36.193Z] bbe20e40fdfb: Preparing [2024-07-10T04:51:36.193Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:36.193Z] bbe20e40fdfb: Waiting [2024-07-10T04:51:36.193Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:36.193Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:36.193Z] 66684c473965: Layer already exists [2024-07-10T04:51:36.193Z] 5343b18fd9f2: Layer already exists [2024-07-10T04:51:36.193Z] 07ab167c3a75: Layer already exists [2024-07-10T04:51:36.193Z] cc454f4f83c1: Layer already exists [2024-07-10T04:51:36.193Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:51:36.193Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:36.193Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:200adbc2e81c139c4a2a09271635fd4653fb95e4408f71ce8e8bcf6cfb963852 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:36.518Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:36.836Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-07-10T04:51:36.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-10T04:51:36.836Z] cc454f4f83c1: Preparing [2024-07-10T04:51:36.836Z] 5343b18fd9f2: Preparing [2024-07-10T04:51:36.836Z] 66684c473965: Preparing [2024-07-10T04:51:36.836Z] f389489bc9cf: Preparing [2024-07-10T04:51:36.836Z] 07ab167c3a75: Preparing [2024-07-10T04:51:36.836Z] bbe20e40fdfb: Preparing [2024-07-10T04:51:36.836Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:36.836Z] bbe20e40fdfb: Waiting [2024-07-10T04:51:36.836Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:36.836Z] 66684c473965: Layer already exists [2024-07-10T04:51:36.836Z] 07ab167c3a75: Layer already exists [2024-07-10T04:51:36.836Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:36.836Z] 5343b18fd9f2: Layer already exists [2024-07-10T04:51:36.836Z] cc454f4f83c1: Layer already exists [2024-07-10T04:51:36.836Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:51:36.836Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:36.836Z] main: digest: sha256:200adbc2e81c139c4a2a09271635fd4653fb95e4408f71ce8e8bcf6cfb963852 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T04:51:36.907Z] ===================================================== [Pipeline] echo [2024-07-10T04:51:36.917Z] taggedImages: [2024-07-10T04:51:36.917Z] - nexus3.edgexfoundry.org:10004/core-command:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:51:36.917Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-07-10T04:51:36.917Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.33 [2024-07-10T04:51:36.917Z] - nexus3.edgexfoundry.org:10004/core-command:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:51:36.917Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-07-10T04:51:36.939Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-07-10T04:51:36.939Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:51:36.939Z] latest [2024-07-10T04:51:36.939Z] 3.2.0-dev.33 [2024-07-10T04:51:36.939Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:51:36.939Z] main [2024-07-10T04:51:36.939Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:37.271Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:37.585Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:51:37.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-10T04:51:37.585Z] b7d3534e9f6e: Preparing [2024-07-10T04:51:37.585Z] 5f1389765132: Preparing [2024-07-10T04:51:37.585Z] d140e6fdf8b8: Preparing [2024-07-10T04:51:37.585Z] d8456ffe1bcd: Preparing [2024-07-10T04:51:37.585Z] 66684c473965: Preparing [2024-07-10T04:51:37.585Z] f389489bc9cf: Preparing [2024-07-10T04:51:37.585Z] 07ab167c3a75: Preparing [2024-07-10T04:51:37.585Z] bbe20e40fdfb: Preparing [2024-07-10T04:51:37.585Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:37.585Z] bbe20e40fdfb: Waiting [2024-07-10T04:51:37.585Z] f389489bc9cf: Waiting [2024-07-10T04:51:37.585Z] 07ab167c3a75: Waiting [2024-07-10T04:51:37.585Z] 66684c473965: Layer already exists [2024-07-10T04:51:37.585Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:37.585Z] 07ab167c3a75: Layer already exists [2024-07-10T04:51:37.585Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:51:37.585Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:37.585Z] b7d3534e9f6e: Pushed [2024-07-10T04:51:37.585Z] 5f1389765132: Pushed [2024-07-10T04:51:37.585Z] d140e6fdf8b8: Pushed [2024-07-10T04:51:38.523Z] d8456ffe1bcd: Pushed [2024-07-10T04:51:38.523Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:56dc165745c4ea592b1715d9de7a3e45d113dfa503f7159636a2452ddc648b5f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:38.855Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:39.174Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-07-10T04:51:39.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-10T04:51:39.174Z] b7d3534e9f6e: Preparing [2024-07-10T04:51:39.174Z] 5f1389765132: Preparing [2024-07-10T04:51:39.174Z] d140e6fdf8b8: Preparing [2024-07-10T04:51:39.174Z] d8456ffe1bcd: Preparing [2024-07-10T04:51:39.174Z] 66684c473965: Preparing [2024-07-10T04:51:39.174Z] f389489bc9cf: Preparing [2024-07-10T04:51:39.174Z] 07ab167c3a75: Preparing [2024-07-10T04:51:39.174Z] bbe20e40fdfb: Preparing [2024-07-10T04:51:39.174Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:39.174Z] f389489bc9cf: Waiting [2024-07-10T04:51:39.174Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:39.174Z] 07ab167c3a75: Waiting [2024-07-10T04:51:39.174Z] bbe20e40fdfb: Waiting [2024-07-10T04:51:39.174Z] d140e6fdf8b8: Layer already exists [2024-07-10T04:51:39.174Z] 5f1389765132: Layer already exists [2024-07-10T04:51:39.174Z] d8456ffe1bcd: Layer already exists [2024-07-10T04:51:39.174Z] 66684c473965: Layer already exists [2024-07-10T04:51:39.174Z] b7d3534e9f6e: Layer already exists [2024-07-10T04:51:39.174Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:39.174Z] 07ab167c3a75: Layer already exists [2024-07-10T04:51:39.174Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:39.174Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:51:39.174Z] latest: digest: sha256:56dc165745c4ea592b1715d9de7a3e45d113dfa503f7159636a2452ddc648b5f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:39.489Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:39.821Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.33 [2024-07-10T04:51:39.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-10T04:51:39.821Z] b7d3534e9f6e: Preparing [2024-07-10T04:51:39.821Z] 5f1389765132: Preparing [2024-07-10T04:51:39.821Z] d140e6fdf8b8: Preparing [2024-07-10T04:51:39.821Z] d8456ffe1bcd: Preparing [2024-07-10T04:51:39.821Z] 66684c473965: Preparing [2024-07-10T04:51:39.821Z] f389489bc9cf: Preparing [2024-07-10T04:51:39.821Z] 07ab167c3a75: Preparing [2024-07-10T04:51:39.821Z] bbe20e40fdfb: Preparing [2024-07-10T04:51:39.821Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:39.821Z] f389489bc9cf: Waiting [2024-07-10T04:51:39.821Z] 07ab167c3a75: Waiting [2024-07-10T04:51:39.821Z] bbe20e40fdfb: Waiting [2024-07-10T04:51:39.821Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:39.821Z] b7d3534e9f6e: Layer already exists [2024-07-10T04:51:39.821Z] 66684c473965: Layer already exists [2024-07-10T04:51:39.821Z] d140e6fdf8b8: Layer already exists [2024-07-10T04:51:39.821Z] d8456ffe1bcd: Layer already exists [2024-07-10T04:51:39.821Z] 5f1389765132: Layer already exists [2024-07-10T04:51:39.821Z] 07ab167c3a75: Layer already exists [2024-07-10T04:51:39.821Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:51:39.821Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:39.821Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:39.821Z] 3.2.0-dev.33: digest: sha256:56dc165745c4ea592b1715d9de7a3e45d113dfa503f7159636a2452ddc648b5f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:40.156Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:40.479Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:51:40.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-10T04:51:40.480Z] b7d3534e9f6e: Preparing [2024-07-10T04:51:40.480Z] 5f1389765132: Preparing [2024-07-10T04:51:40.480Z] d140e6fdf8b8: Preparing [2024-07-10T04:51:40.480Z] d8456ffe1bcd: Preparing [2024-07-10T04:51:40.480Z] 66684c473965: Preparing [2024-07-10T04:51:40.480Z] f389489bc9cf: Preparing [2024-07-10T04:51:40.480Z] 07ab167c3a75: Preparing [2024-07-10T04:51:40.480Z] bbe20e40fdfb: Preparing [2024-07-10T04:51:40.480Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:40.480Z] 07ab167c3a75: Waiting [2024-07-10T04:51:40.480Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:40.480Z] f389489bc9cf: Waiting [2024-07-10T04:51:40.480Z] 66684c473965: Layer already exists [2024-07-10T04:51:40.480Z] 5f1389765132: Layer already exists [2024-07-10T04:51:40.480Z] b7d3534e9f6e: Layer already exists [2024-07-10T04:51:40.480Z] d8456ffe1bcd: Layer already exists [2024-07-10T04:51:40.480Z] d140e6fdf8b8: Layer already exists [2024-07-10T04:51:40.480Z] 07ab167c3a75: Layer already exists [2024-07-10T04:51:40.480Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:51:40.480Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:40.480Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:40.480Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:56dc165745c4ea592b1715d9de7a3e45d113dfa503f7159636a2452ddc648b5f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:40.813Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:41.137Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-07-10T04:51:41.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-10T04:51:41.137Z] b7d3534e9f6e: Preparing [2024-07-10T04:51:41.137Z] 5f1389765132: Preparing [2024-07-10T04:51:41.137Z] d140e6fdf8b8: Preparing [2024-07-10T04:51:41.137Z] d8456ffe1bcd: Preparing [2024-07-10T04:51:41.137Z] 66684c473965: Preparing [2024-07-10T04:51:41.137Z] f389489bc9cf: Preparing [2024-07-10T04:51:41.137Z] 07ab167c3a75: Preparing [2024-07-10T04:51:41.137Z] bbe20e40fdfb: Preparing [2024-07-10T04:51:41.137Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:41.137Z] 07ab167c3a75: Waiting [2024-07-10T04:51:41.137Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:41.137Z] f389489bc9cf: Waiting [2024-07-10T04:51:41.137Z] 5f1389765132: Layer already exists [2024-07-10T04:51:41.137Z] b7d3534e9f6e: Layer already exists [2024-07-10T04:51:41.137Z] 66684c473965: Layer already exists [2024-07-10T04:51:41.137Z] d8456ffe1bcd: Layer already exists [2024-07-10T04:51:41.137Z] d140e6fdf8b8: Layer already exists [2024-07-10T04:51:41.137Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:41.137Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:41.137Z] 07ab167c3a75: Layer already exists [2024-07-10T04:51:41.137Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:51:41.137Z] main: digest: sha256:56dc165745c4ea592b1715d9de7a3e45d113dfa503f7159636a2452ddc648b5f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T04:51:41.200Z] ===================================================== [Pipeline] echo [2024-07-10T04:51:41.212Z] taggedImages: [2024-07-10T04:51:41.212Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:51:41.212Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-07-10T04:51:41.212Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.33 [2024-07-10T04:51:41.212Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:51:41.212Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-07-10T04:51:41.237Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-07-10T04:51:41.237Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:51:41.237Z] latest [2024-07-10T04:51:41.237Z] 3.2.0-dev.33 [2024-07-10T04:51:41.237Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:51:41.237Z] main [2024-07-10T04:51:41.237Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:41.575Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:41.895Z] + docker push nexus3.edgexfoundry.org:10004/core-data:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:51:41.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-10T04:51:41.895Z] a1c8663cd73c: Preparing [2024-07-10T04:51:41.895Z] 04cdc5ee8d44: Preparing [2024-07-10T04:51:41.895Z] 66684c473965: Preparing [2024-07-10T04:51:41.895Z] f389489bc9cf: Preparing [2024-07-10T04:51:41.895Z] 4eac0fb9610a: Preparing [2024-07-10T04:51:41.895Z] 79326f3e9b02: Preparing [2024-07-10T04:51:41.895Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:41.895Z] 79326f3e9b02: Waiting [2024-07-10T04:51:41.895Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:41.895Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:41.895Z] 66684c473965: Layer already exists [2024-07-10T04:51:41.895Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:41.895Z] a1c8663cd73c: Pushed [2024-07-10T04:51:41.895Z] 79326f3e9b02: Pushed [2024-07-10T04:51:42.463Z] 4eac0fb9610a: Pushed [2024-07-10T04:51:44.993Z] 04cdc5ee8d44: Pushed [2024-07-10T04:51:44.993Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:fc00e2d1ffe225282d2b99200348c9e499ab7a347452d3236a7a09f1bddcb3f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:45.321Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:45.646Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-07-10T04:51:45.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-10T04:51:45.646Z] a1c8663cd73c: Preparing [2024-07-10T04:51:45.646Z] 04cdc5ee8d44: Preparing [2024-07-10T04:51:45.646Z] 66684c473965: Preparing [2024-07-10T04:51:45.646Z] f389489bc9cf: Preparing [2024-07-10T04:51:45.646Z] 4eac0fb9610a: Preparing [2024-07-10T04:51:45.646Z] 79326f3e9b02: Preparing [2024-07-10T04:51:45.646Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:45.646Z] 79326f3e9b02: Waiting [2024-07-10T04:51:45.646Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:45.646Z] 04cdc5ee8d44: Layer already exists [2024-07-10T04:51:45.646Z] 4eac0fb9610a: Layer already exists [2024-07-10T04:51:45.646Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:45.646Z] 66684c473965: Layer already exists [2024-07-10T04:51:45.646Z] a1c8663cd73c: Layer already exists [2024-07-10T04:51:45.646Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:45.646Z] 79326f3e9b02: Layer already exists [2024-07-10T04:51:45.646Z] latest: digest: sha256:fc00e2d1ffe225282d2b99200348c9e499ab7a347452d3236a7a09f1bddcb3f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:45.974Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:46.294Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.33 [2024-07-10T04:51:46.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-10T04:51:46.295Z] a1c8663cd73c: Preparing [2024-07-10T04:51:46.295Z] 04cdc5ee8d44: Preparing [2024-07-10T04:51:46.295Z] 66684c473965: Preparing [2024-07-10T04:51:46.295Z] f389489bc9cf: Preparing [2024-07-10T04:51:46.295Z] 4eac0fb9610a: Preparing [2024-07-10T04:51:46.295Z] 79326f3e9b02: Preparing [2024-07-10T04:51:46.295Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:46.295Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:46.295Z] 79326f3e9b02: Waiting [2024-07-10T04:51:46.295Z] a1c8663cd73c: Layer already exists [2024-07-10T04:51:46.295Z] 04cdc5ee8d44: Layer already exists [2024-07-10T04:51:46.295Z] 66684c473965: Layer already exists [2024-07-10T04:51:46.295Z] 4eac0fb9610a: Layer already exists [2024-07-10T04:51:46.295Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:46.295Z] 79326f3e9b02: Layer already exists [2024-07-10T04:51:46.295Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:46.295Z] 3.2.0-dev.33: digest: sha256:fc00e2d1ffe225282d2b99200348c9e499ab7a347452d3236a7a09f1bddcb3f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:46.621Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:46.945Z] + docker push nexus3.edgexfoundry.org:10004/core-data:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:51:46.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-10T04:51:46.945Z] a1c8663cd73c: Preparing [2024-07-10T04:51:46.945Z] 04cdc5ee8d44: Preparing [2024-07-10T04:51:46.945Z] 66684c473965: Preparing [2024-07-10T04:51:46.945Z] f389489bc9cf: Preparing [2024-07-10T04:51:46.945Z] 4eac0fb9610a: Preparing [2024-07-10T04:51:46.945Z] 79326f3e9b02: Preparing [2024-07-10T04:51:46.945Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:46.945Z] 79326f3e9b02: Waiting [2024-07-10T04:51:46.945Z] 4eac0fb9610a: Layer already exists [2024-07-10T04:51:46.945Z] a1c8663cd73c: Layer already exists [2024-07-10T04:51:46.945Z] 66684c473965: Layer already exists [2024-07-10T04:51:46.945Z] 04cdc5ee8d44: Layer already exists [2024-07-10T04:51:46.945Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:46.945Z] 79326f3e9b02: Layer already exists [2024-07-10T04:51:46.945Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:46.945Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:fc00e2d1ffe225282d2b99200348c9e499ab7a347452d3236a7a09f1bddcb3f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:47.270Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:47.593Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-07-10T04:51:47.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-10T04:51:47.593Z] a1c8663cd73c: Preparing [2024-07-10T04:51:47.593Z] 04cdc5ee8d44: Preparing [2024-07-10T04:51:47.593Z] 66684c473965: Preparing [2024-07-10T04:51:47.593Z] f389489bc9cf: Preparing [2024-07-10T04:51:47.593Z] 4eac0fb9610a: Preparing [2024-07-10T04:51:47.593Z] 79326f3e9b02: Preparing [2024-07-10T04:51:47.593Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:47.593Z] 79326f3e9b02: Waiting [2024-07-10T04:51:47.593Z] a1c8663cd73c: Layer already exists [2024-07-10T04:51:47.593Z] 04cdc5ee8d44: Layer already exists [2024-07-10T04:51:47.593Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:47.593Z] 4eac0fb9610a: Layer already exists [2024-07-10T04:51:47.593Z] 66684c473965: Layer already exists [2024-07-10T04:51:47.593Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:47.593Z] 79326f3e9b02: Layer already exists [2024-07-10T04:51:47.593Z] main: digest: sha256:fc00e2d1ffe225282d2b99200348c9e499ab7a347452d3236a7a09f1bddcb3f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T04:51:47.661Z] ===================================================== [Pipeline] echo [2024-07-10T04:51:47.674Z] taggedImages: [2024-07-10T04:51:47.674Z] - nexus3.edgexfoundry.org:10004/core-data:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:51:47.674Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-07-10T04:51:47.674Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.33 [2024-07-10T04:51:47.675Z] - nexus3.edgexfoundry.org:10004/core-data:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:51:47.675Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-07-10T04:51:47.701Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-07-10T04:51:47.701Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:51:47.701Z] latest [2024-07-10T04:51:47.701Z] 3.2.0-dev.33 [2024-07-10T04:51:47.701Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:51:47.701Z] main [2024-07-10T04:51:47.701Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:48.045Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:48.367Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:51:48.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-10T04:51:48.367Z] 9bf918f0f2ae: Preparing [2024-07-10T04:51:48.367Z] 5dcd3922ae76: Preparing [2024-07-10T04:51:48.367Z] f389489bc9cf: Preparing [2024-07-10T04:51:48.367Z] 70fe6899e417: Preparing [2024-07-10T04:51:48.367Z] 03d8f704e992: Preparing [2024-07-10T04:51:48.367Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:48.367Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:48.367Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:48.367Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:48.367Z] 70fe6899e417: Pushed [2024-07-10T04:51:48.367Z] 03d8f704e992: Pushed [2024-07-10T04:51:48.367Z] 9bf918f0f2ae: Pushed [2024-07-10T04:51:51.656Z] 5dcd3922ae76: Pushed [2024-07-10T04:51:51.656Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:42579dbf0a26a8157edc7106517f3ce2323e7f0e3bfb71f2e0375f5394df24f6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:51.982Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:52.295Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-07-10T04:51:52.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-10T04:51:52.295Z] 9bf918f0f2ae: Preparing [2024-07-10T04:51:52.295Z] 5dcd3922ae76: Preparing [2024-07-10T04:51:52.295Z] f389489bc9cf: Preparing [2024-07-10T04:51:52.295Z] 70fe6899e417: Preparing [2024-07-10T04:51:52.295Z] 03d8f704e992: Preparing [2024-07-10T04:51:52.295Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:52.295Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:52.295Z] 5dcd3922ae76: Layer already exists [2024-07-10T04:51:52.295Z] 70fe6899e417: Layer already exists [2024-07-10T04:51:52.295Z] 03d8f704e992: Layer already exists [2024-07-10T04:51:52.295Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:52.295Z] 9bf918f0f2ae: Layer already exists [2024-07-10T04:51:52.295Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:52.295Z] latest: digest: sha256:42579dbf0a26a8157edc7106517f3ce2323e7f0e3bfb71f2e0375f5394df24f6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:52.620Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:52.941Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.33 [2024-07-10T04:51:52.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-10T04:51:52.942Z] 9bf918f0f2ae: Preparing [2024-07-10T04:51:52.942Z] 5dcd3922ae76: Preparing [2024-07-10T04:51:52.942Z] f389489bc9cf: Preparing [2024-07-10T04:51:52.942Z] 70fe6899e417: Preparing [2024-07-10T04:51:52.942Z] 03d8f704e992: Preparing [2024-07-10T04:51:52.942Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:52.942Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:52.942Z] 70fe6899e417: Layer already exists [2024-07-10T04:51:52.942Z] 9bf918f0f2ae: Layer already exists [2024-07-10T04:51:52.942Z] 03d8f704e992: Layer already exists [2024-07-10T04:51:52.942Z] 5dcd3922ae76: Layer already exists [2024-07-10T04:51:52.942Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:52.942Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:52.942Z] 3.2.0-dev.33: digest: sha256:42579dbf0a26a8157edc7106517f3ce2323e7f0e3bfb71f2e0375f5394df24f6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:53.262Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:53.587Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:51:53.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-10T04:51:53.587Z] 9bf918f0f2ae: Preparing [2024-07-10T04:51:53.587Z] 5dcd3922ae76: Preparing [2024-07-10T04:51:53.587Z] f389489bc9cf: Preparing [2024-07-10T04:51:53.587Z] 70fe6899e417: Preparing [2024-07-10T04:51:53.587Z] 03d8f704e992: Preparing [2024-07-10T04:51:53.587Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:53.587Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:53.587Z] 5dcd3922ae76: Layer already exists [2024-07-10T04:51:53.587Z] 9bf918f0f2ae: Layer already exists [2024-07-10T04:51:53.587Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:53.587Z] 70fe6899e417: Layer already exists [2024-07-10T04:51:53.587Z] 03d8f704e992: Layer already exists [2024-07-10T04:51:53.587Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:53.587Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:42579dbf0a26a8157edc7106517f3ce2323e7f0e3bfb71f2e0375f5394df24f6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:53.916Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:54.241Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-07-10T04:51:54.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-10T04:51:54.241Z] 9bf918f0f2ae: Preparing [2024-07-10T04:51:54.241Z] 5dcd3922ae76: Preparing [2024-07-10T04:51:54.241Z] f389489bc9cf: Preparing [2024-07-10T04:51:54.241Z] 70fe6899e417: Preparing [2024-07-10T04:51:54.241Z] 03d8f704e992: Preparing [2024-07-10T04:51:54.241Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:54.241Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:54.241Z] 03d8f704e992: Layer already exists [2024-07-10T04:51:54.241Z] 5dcd3922ae76: Layer already exists [2024-07-10T04:51:54.241Z] 70fe6899e417: Layer already exists [2024-07-10T04:51:54.241Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:54.241Z] 9bf918f0f2ae: Layer already exists [2024-07-10T04:51:54.241Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:54.241Z] main: digest: sha256:42579dbf0a26a8157edc7106517f3ce2323e7f0e3bfb71f2e0375f5394df24f6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T04:51:54.322Z] ===================================================== [Pipeline] echo [2024-07-10T04:51:54.340Z] taggedImages: [2024-07-10T04:51:54.340Z] - nexus3.edgexfoundry.org:10004/core-keeper:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:51:54.340Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-07-10T04:51:54.340Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.33 [2024-07-10T04:51:54.340Z] - nexus3.edgexfoundry.org:10004/core-keeper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:51:54.340Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-07-10T04:51:54.371Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-07-10T04:51:54.371Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:51:54.371Z] latest [2024-07-10T04:51:54.371Z] 3.2.0-dev.33 [2024-07-10T04:51:54.371Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:51:54.371Z] main [2024-07-10T04:51:54.371Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:54.718Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:55.043Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:51:55.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-10T04:51:55.043Z] 6a25992bb806: Preparing [2024-07-10T04:51:55.043Z] 8d0b8649db4c: Preparing [2024-07-10T04:51:55.043Z] 907eecead7d4: Preparing [2024-07-10T04:51:55.043Z] 66684c473965: Preparing [2024-07-10T04:51:55.043Z] f389489bc9cf: Preparing [2024-07-10T04:51:55.043Z] 07ab167c3a75: Preparing [2024-07-10T04:51:55.043Z] bbe20e40fdfb: Preparing [2024-07-10T04:51:55.043Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:55.043Z] 07ab167c3a75: Waiting [2024-07-10T04:51:55.043Z] bbe20e40fdfb: Waiting [2024-07-10T04:51:55.043Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:55.043Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:55.043Z] 66684c473965: Layer already exists [2024-07-10T04:51:55.043Z] 07ab167c3a75: Layer already exists [2024-07-10T04:51:55.043Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:51:55.043Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:55.043Z] 8d0b8649db4c: Pushed [2024-07-10T04:51:55.043Z] 6a25992bb806: Pushed [2024-07-10T04:51:58.331Z] 907eecead7d4: Pushed [2024-07-10T04:51:58.331Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:3a5e30f378956162eaea60269eb626bb9ad470c5b876056703d75e572701f509 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:58.649Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:58.965Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-07-10T04:51:58.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-10T04:51:58.966Z] 6a25992bb806: Preparing [2024-07-10T04:51:58.966Z] 8d0b8649db4c: Preparing [2024-07-10T04:51:58.966Z] 907eecead7d4: Preparing [2024-07-10T04:51:58.966Z] 66684c473965: Preparing [2024-07-10T04:51:58.966Z] f389489bc9cf: Preparing [2024-07-10T04:51:58.966Z] 07ab167c3a75: Preparing [2024-07-10T04:51:58.966Z] bbe20e40fdfb: Preparing [2024-07-10T04:51:58.966Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:58.966Z] 07ab167c3a75: Waiting [2024-07-10T04:51:58.966Z] 907eecead7d4: Layer already exists [2024-07-10T04:51:58.966Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:58.966Z] 66684c473965: Layer already exists [2024-07-10T04:51:58.966Z] 6a25992bb806: Layer already exists [2024-07-10T04:51:58.966Z] 8d0b8649db4c: Layer already exists [2024-07-10T04:51:58.966Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:51:58.966Z] 07ab167c3a75: Layer already exists [2024-07-10T04:51:58.966Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:58.966Z] latest: digest: sha256:3a5e30f378956162eaea60269eb626bb9ad470c5b876056703d75e572701f509 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:59.295Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:59.612Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.33 [2024-07-10T04:51:59.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-10T04:51:59.612Z] 6a25992bb806: Preparing [2024-07-10T04:51:59.612Z] 8d0b8649db4c: Preparing [2024-07-10T04:51:59.612Z] 907eecead7d4: Preparing [2024-07-10T04:51:59.612Z] 66684c473965: Preparing [2024-07-10T04:51:59.612Z] f389489bc9cf: Preparing [2024-07-10T04:51:59.612Z] 07ab167c3a75: Preparing [2024-07-10T04:51:59.612Z] bbe20e40fdfb: Preparing [2024-07-10T04:51:59.612Z] 63ec0bd56cf3: Preparing [2024-07-10T04:51:59.612Z] bbe20e40fdfb: Waiting [2024-07-10T04:51:59.612Z] 07ab167c3a75: Waiting [2024-07-10T04:51:59.612Z] 63ec0bd56cf3: Waiting [2024-07-10T04:51:59.612Z] 6a25992bb806: Layer already exists [2024-07-10T04:51:59.612Z] 8d0b8649db4c: Layer already exists [2024-07-10T04:51:59.612Z] 66684c473965: Layer already exists [2024-07-10T04:51:59.612Z] f389489bc9cf: Layer already exists [2024-07-10T04:51:59.612Z] 907eecead7d4: Layer already exists [2024-07-10T04:51:59.612Z] 07ab167c3a75: Layer already exists [2024-07-10T04:51:59.612Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:51:59.612Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:51:59.612Z] 3.2.0-dev.33: digest: sha256:3a5e30f378956162eaea60269eb626bb9ad470c5b876056703d75e572701f509 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:51:59.930Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:00.249Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:00.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-10T04:52:00.249Z] 6a25992bb806: Preparing [2024-07-10T04:52:00.249Z] 8d0b8649db4c: Preparing [2024-07-10T04:52:00.249Z] 907eecead7d4: Preparing [2024-07-10T04:52:00.249Z] 66684c473965: Preparing [2024-07-10T04:52:00.249Z] f389489bc9cf: Preparing [2024-07-10T04:52:00.249Z] 07ab167c3a75: Preparing [2024-07-10T04:52:00.249Z] bbe20e40fdfb: Preparing [2024-07-10T04:52:00.249Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:00.249Z] 07ab167c3a75: Waiting [2024-07-10T04:52:00.249Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:00.249Z] bbe20e40fdfb: Waiting [2024-07-10T04:52:00.249Z] 8d0b8649db4c: Layer already exists [2024-07-10T04:52:00.249Z] 907eecead7d4: Layer already exists [2024-07-10T04:52:00.249Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:00.249Z] 66684c473965: Layer already exists [2024-07-10T04:52:00.249Z] 6a25992bb806: Layer already exists [2024-07-10T04:52:00.249Z] 07ab167c3a75: Layer already exists [2024-07-10T04:52:00.249Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:52:00.249Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:00.249Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:3a5e30f378956162eaea60269eb626bb9ad470c5b876056703d75e572701f509 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:00.582Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:00.904Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-07-10T04:52:00.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-10T04:52:00.904Z] 6a25992bb806: Preparing [2024-07-10T04:52:00.904Z] 8d0b8649db4c: Preparing [2024-07-10T04:52:00.904Z] 907eecead7d4: Preparing [2024-07-10T04:52:00.904Z] 66684c473965: Preparing [2024-07-10T04:52:00.904Z] f389489bc9cf: Preparing [2024-07-10T04:52:00.904Z] 07ab167c3a75: Preparing [2024-07-10T04:52:00.904Z] bbe20e40fdfb: Preparing [2024-07-10T04:52:00.904Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:00.904Z] 07ab167c3a75: Waiting [2024-07-10T04:52:00.904Z] bbe20e40fdfb: Waiting [2024-07-10T04:52:00.904Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:00.904Z] 907eecead7d4: Layer already exists [2024-07-10T04:52:00.904Z] 8d0b8649db4c: Layer already exists [2024-07-10T04:52:00.904Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:00.904Z] 6a25992bb806: Layer already exists [2024-07-10T04:52:00.904Z] 66684c473965: Layer already exists [2024-07-10T04:52:00.904Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:00.904Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:52:00.904Z] 07ab167c3a75: Layer already exists [2024-07-10T04:52:00.904Z] main: digest: sha256:3a5e30f378956162eaea60269eb626bb9ad470c5b876056703d75e572701f509 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T04:52:00.983Z] ===================================================== [Pipeline] echo [2024-07-10T04:52:00.998Z] taggedImages: [2024-07-10T04:52:00.998Z] - nexus3.edgexfoundry.org:10004/core-metadata:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:00.998Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-07-10T04:52:00.998Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.33 [2024-07-10T04:52:00.998Z] - nexus3.edgexfoundry.org:10004/core-metadata:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:00.998Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-07-10T04:52:01.030Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-07-10T04:52:01.030Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:01.030Z] latest [2024-07-10T04:52:01.030Z] 3.2.0-dev.33 [2024-07-10T04:52:01.030Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:01.030Z] main [2024-07-10T04:52:01.030Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:01.372Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:01.696Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:01.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-10T04:52:01.696Z] 6f307a784fab: Preparing [2024-07-10T04:52:01.696Z] eea3ca6c4ba5: Preparing [2024-07-10T04:52:01.696Z] 95bbd0ad201e: Preparing [2024-07-10T04:52:01.696Z] 8797a694cd8a: Preparing [2024-07-10T04:52:01.696Z] 3c2b5c2d018c: Preparing [2024-07-10T04:52:01.696Z] 5f38d7073c22: Preparing [2024-07-10T04:52:01.696Z] c4cea262d56f: Preparing [2024-07-10T04:52:01.696Z] 66684c473965: Preparing [2024-07-10T04:52:01.696Z] f389489bc9cf: Preparing [2024-07-10T04:52:01.696Z] c9b062b5cfa6: Preparing [2024-07-10T04:52:01.696Z] dfc2a7123c0e: Preparing [2024-07-10T04:52:01.696Z] 5f70bf18a086: Preparing [2024-07-10T04:52:01.696Z] 6296f18a0f96: Preparing [2024-07-10T04:52:01.696Z] e421849e8ecd: Preparing [2024-07-10T04:52:01.696Z] 362fc5dbaf80: Preparing [2024-07-10T04:52:01.696Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:01.696Z] 66684c473965: Waiting [2024-07-10T04:52:01.696Z] f389489bc9cf: Waiting [2024-07-10T04:52:01.696Z] c9b062b5cfa6: Waiting [2024-07-10T04:52:01.696Z] dfc2a7123c0e: Waiting [2024-07-10T04:52:01.696Z] 5f70bf18a086: Waiting [2024-07-10T04:52:01.696Z] 5f38d7073c22: Waiting [2024-07-10T04:52:01.696Z] c4cea262d56f: Waiting [2024-07-10T04:52:01.696Z] 6296f18a0f96: Waiting [2024-07-10T04:52:01.696Z] e421849e8ecd: Waiting [2024-07-10T04:52:01.696Z] 362fc5dbaf80: Waiting [2024-07-10T04:52:01.696Z] eea3ca6c4ba5: Pushed [2024-07-10T04:52:01.696Z] 8797a694cd8a: Pushed [2024-07-10T04:52:01.696Z] 95bbd0ad201e: Pushed [2024-07-10T04:52:01.696Z] 66684c473965: Layer already exists [2024-07-10T04:52:01.696Z] 6f307a784fab: Pushed [2024-07-10T04:52:01.696Z] 3c2b5c2d018c: Pushed [2024-07-10T04:52:01.696Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:01.696Z] 5f70bf18a086: Layer already exists [2024-07-10T04:52:01.696Z] 5f38d7073c22: Pushed [2024-07-10T04:52:01.954Z] c9b062b5cfa6: Pushed [2024-07-10T04:52:01.954Z] 6296f18a0f96: Pushed [2024-07-10T04:52:01.954Z] dfc2a7123c0e: Pushed [2024-07-10T04:52:01.954Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:01.954Z] 362fc5dbaf80: Pushed [2024-07-10T04:52:02.520Z] e421849e8ecd: Pushed [2024-07-10T04:52:03.085Z] c4cea262d56f: Pushed [2024-07-10T04:52:03.344Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:db7d04d75ae7343607b3e3cd0da6f50d4280914213bdb2b37ad47d4cabc75455 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:03.668Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:03.992Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-07-10T04:52:03.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-10T04:52:03.992Z] 6f307a784fab: Preparing [2024-07-10T04:52:03.992Z] eea3ca6c4ba5: Preparing [2024-07-10T04:52:03.992Z] 95bbd0ad201e: Preparing [2024-07-10T04:52:03.992Z] 8797a694cd8a: Preparing [2024-07-10T04:52:03.992Z] 3c2b5c2d018c: Preparing [2024-07-10T04:52:03.992Z] 5f38d7073c22: Preparing [2024-07-10T04:52:03.992Z] c4cea262d56f: Preparing [2024-07-10T04:52:03.992Z] 66684c473965: Preparing [2024-07-10T04:52:03.992Z] f389489bc9cf: Preparing [2024-07-10T04:52:03.992Z] c9b062b5cfa6: Preparing [2024-07-10T04:52:03.992Z] dfc2a7123c0e: Preparing [2024-07-10T04:52:03.992Z] 5f70bf18a086: Preparing [2024-07-10T04:52:03.992Z] 6296f18a0f96: Preparing [2024-07-10T04:52:03.992Z] e421849e8ecd: Preparing [2024-07-10T04:52:03.992Z] 362fc5dbaf80: Preparing [2024-07-10T04:52:03.992Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:03.992Z] c9b062b5cfa6: Waiting [2024-07-10T04:52:03.992Z] dfc2a7123c0e: Waiting [2024-07-10T04:52:03.992Z] 5f70bf18a086: Waiting [2024-07-10T04:52:03.992Z] 6296f18a0f96: Waiting [2024-07-10T04:52:03.992Z] 5f38d7073c22: Waiting [2024-07-10T04:52:03.992Z] e421849e8ecd: Waiting [2024-07-10T04:52:03.992Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:03.992Z] f389489bc9cf: Waiting [2024-07-10T04:52:03.992Z] c4cea262d56f: Waiting [2024-07-10T04:52:03.992Z] 362fc5dbaf80: Waiting [2024-07-10T04:52:03.992Z] 66684c473965: Waiting [2024-07-10T04:52:03.992Z] 95bbd0ad201e: Layer already exists [2024-07-10T04:52:03.992Z] 6f307a784fab: Layer already exists [2024-07-10T04:52:03.992Z] eea3ca6c4ba5: Layer already exists [2024-07-10T04:52:03.992Z] 3c2b5c2d018c: Layer already exists [2024-07-10T04:52:03.992Z] 8797a694cd8a: Layer already exists [2024-07-10T04:52:03.992Z] 5f38d7073c22: Layer already exists [2024-07-10T04:52:03.992Z] c4cea262d56f: Layer already exists [2024-07-10T04:52:03.992Z] 66684c473965: Layer already exists [2024-07-10T04:52:03.992Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:03.992Z] c9b062b5cfa6: Layer already exists [2024-07-10T04:52:03.992Z] dfc2a7123c0e: Layer already exists [2024-07-10T04:52:03.992Z] 5f70bf18a086: Layer already exists [2024-07-10T04:52:03.992Z] 6296f18a0f96: Layer already exists [2024-07-10T04:52:03.992Z] e421849e8ecd: Layer already exists [2024-07-10T04:52:03.992Z] 362fc5dbaf80: Layer already exists [2024-07-10T04:52:03.992Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:03.992Z] latest: digest: sha256:db7d04d75ae7343607b3e3cd0da6f50d4280914213bdb2b37ad47d4cabc75455 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:04.324Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:04.648Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.33 [2024-07-10T04:52:04.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-10T04:52:04.648Z] 6f307a784fab: Preparing [2024-07-10T04:52:04.648Z] eea3ca6c4ba5: Preparing [2024-07-10T04:52:04.648Z] 95bbd0ad201e: Preparing [2024-07-10T04:52:04.648Z] 8797a694cd8a: Preparing [2024-07-10T04:52:04.648Z] 3c2b5c2d018c: Preparing [2024-07-10T04:52:04.648Z] 5f38d7073c22: Preparing [2024-07-10T04:52:04.648Z] c4cea262d56f: Preparing [2024-07-10T04:52:04.648Z] 66684c473965: Preparing [2024-07-10T04:52:04.648Z] f389489bc9cf: Preparing [2024-07-10T04:52:04.648Z] c9b062b5cfa6: Preparing [2024-07-10T04:52:04.648Z] dfc2a7123c0e: Preparing [2024-07-10T04:52:04.648Z] 5f70bf18a086: Preparing [2024-07-10T04:52:04.648Z] 6296f18a0f96: Preparing [2024-07-10T04:52:04.648Z] e421849e8ecd: Preparing [2024-07-10T04:52:04.648Z] 362fc5dbaf80: Preparing [2024-07-10T04:52:04.648Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:04.648Z] dfc2a7123c0e: Waiting [2024-07-10T04:52:04.648Z] e421849e8ecd: Waiting [2024-07-10T04:52:04.648Z] 5f70bf18a086: Waiting [2024-07-10T04:52:04.648Z] 5f38d7073c22: Waiting [2024-07-10T04:52:04.648Z] c9b062b5cfa6: Waiting [2024-07-10T04:52:04.648Z] c4cea262d56f: Waiting [2024-07-10T04:52:04.648Z] 66684c473965: Waiting [2024-07-10T04:52:04.648Z] 362fc5dbaf80: Waiting [2024-07-10T04:52:04.648Z] f389489bc9cf: Waiting [2024-07-10T04:52:04.648Z] 6296f18a0f96: Waiting [2024-07-10T04:52:04.648Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:04.648Z] eea3ca6c4ba5: Layer already exists [2024-07-10T04:52:04.648Z] 95bbd0ad201e: Layer already exists [2024-07-10T04:52:04.648Z] 8797a694cd8a: Layer already exists [2024-07-10T04:52:04.648Z] 6f307a784fab: Layer already exists [2024-07-10T04:52:04.648Z] 3c2b5c2d018c: Layer already exists [2024-07-10T04:52:04.648Z] c4cea262d56f: Layer already exists [2024-07-10T04:52:04.648Z] 5f38d7073c22: Layer already exists [2024-07-10T04:52:04.648Z] 66684c473965: Layer already exists [2024-07-10T04:52:04.648Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:04.648Z] c9b062b5cfa6: Layer already exists [2024-07-10T04:52:04.648Z] dfc2a7123c0e: Layer already exists [2024-07-10T04:52:04.648Z] 5f70bf18a086: Layer already exists [2024-07-10T04:52:04.648Z] 6296f18a0f96: Layer already exists [2024-07-10T04:52:04.648Z] e421849e8ecd: Layer already exists [2024-07-10T04:52:04.648Z] 362fc5dbaf80: Layer already exists [2024-07-10T04:52:04.648Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:04.648Z] 3.2.0-dev.33: digest: sha256:db7d04d75ae7343607b3e3cd0da6f50d4280914213bdb2b37ad47d4cabc75455 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:04.971Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:05.297Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:05.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-10T04:52:05.297Z] 6f307a784fab: Preparing [2024-07-10T04:52:05.297Z] eea3ca6c4ba5: Preparing [2024-07-10T04:52:05.297Z] 95bbd0ad201e: Preparing [2024-07-10T04:52:05.297Z] 8797a694cd8a: Preparing [2024-07-10T04:52:05.297Z] 3c2b5c2d018c: Preparing [2024-07-10T04:52:05.297Z] 5f38d7073c22: Preparing [2024-07-10T04:52:05.297Z] c4cea262d56f: Preparing [2024-07-10T04:52:05.297Z] 66684c473965: Preparing [2024-07-10T04:52:05.297Z] f389489bc9cf: Preparing [2024-07-10T04:52:05.297Z] c9b062b5cfa6: Preparing [2024-07-10T04:52:05.297Z] dfc2a7123c0e: Preparing [2024-07-10T04:52:05.297Z] 5f70bf18a086: Preparing [2024-07-10T04:52:05.297Z] 6296f18a0f96: Preparing [2024-07-10T04:52:05.297Z] e421849e8ecd: Preparing [2024-07-10T04:52:05.297Z] 362fc5dbaf80: Preparing [2024-07-10T04:52:05.297Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:05.297Z] 66684c473965: Waiting [2024-07-10T04:52:05.297Z] f389489bc9cf: Waiting [2024-07-10T04:52:05.297Z] c9b062b5cfa6: Waiting [2024-07-10T04:52:05.297Z] dfc2a7123c0e: Waiting [2024-07-10T04:52:05.297Z] 5f70bf18a086: Waiting [2024-07-10T04:52:05.297Z] 6296f18a0f96: Waiting [2024-07-10T04:52:05.297Z] e421849e8ecd: Waiting [2024-07-10T04:52:05.297Z] 362fc5dbaf80: Waiting [2024-07-10T04:52:05.297Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:05.297Z] 5f38d7073c22: Waiting [2024-07-10T04:52:05.297Z] c4cea262d56f: Waiting [2024-07-10T04:52:05.297Z] 3c2b5c2d018c: Layer already exists [2024-07-10T04:52:05.297Z] 6f307a784fab: Layer already exists [2024-07-10T04:52:05.297Z] eea3ca6c4ba5: Layer already exists [2024-07-10T04:52:05.297Z] 95bbd0ad201e: Layer already exists [2024-07-10T04:52:05.297Z] 8797a694cd8a: Layer already exists [2024-07-10T04:52:05.297Z] 66684c473965: Layer already exists [2024-07-10T04:52:05.297Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:05.297Z] 5f38d7073c22: Layer already exists [2024-07-10T04:52:05.297Z] c4cea262d56f: Layer already exists [2024-07-10T04:52:05.297Z] c9b062b5cfa6: Layer already exists [2024-07-10T04:52:05.297Z] dfc2a7123c0e: Layer already exists [2024-07-10T04:52:05.297Z] 362fc5dbaf80: Layer already exists [2024-07-10T04:52:05.297Z] 6296f18a0f96: Layer already exists [2024-07-10T04:52:05.297Z] 5f70bf18a086: Layer already exists [2024-07-10T04:52:05.297Z] e421849e8ecd: Layer already exists [2024-07-10T04:52:05.297Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:05.297Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:db7d04d75ae7343607b3e3cd0da6f50d4280914213bdb2b37ad47d4cabc75455 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:05.616Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:05.943Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-07-10T04:52:05.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-10T04:52:05.943Z] 6f307a784fab: Preparing [2024-07-10T04:52:05.943Z] eea3ca6c4ba5: Preparing [2024-07-10T04:52:05.943Z] 95bbd0ad201e: Preparing [2024-07-10T04:52:05.943Z] 8797a694cd8a: Preparing [2024-07-10T04:52:05.943Z] 3c2b5c2d018c: Preparing [2024-07-10T04:52:05.943Z] 5f38d7073c22: Preparing [2024-07-10T04:52:05.943Z] c4cea262d56f: Preparing [2024-07-10T04:52:05.943Z] 66684c473965: Preparing [2024-07-10T04:52:05.943Z] f389489bc9cf: Preparing [2024-07-10T04:52:05.943Z] c4cea262d56f: Waiting [2024-07-10T04:52:05.943Z] 66684c473965: Waiting [2024-07-10T04:52:05.943Z] c9b062b5cfa6: Preparing [2024-07-10T04:52:05.943Z] dfc2a7123c0e: Preparing [2024-07-10T04:52:05.943Z] 5f70bf18a086: Preparing [2024-07-10T04:52:05.943Z] f389489bc9cf: Waiting [2024-07-10T04:52:05.943Z] dfc2a7123c0e: Waiting [2024-07-10T04:52:05.943Z] c9b062b5cfa6: Waiting [2024-07-10T04:52:05.943Z] 6296f18a0f96: Preparing [2024-07-10T04:52:05.943Z] e421849e8ecd: Preparing [2024-07-10T04:52:05.943Z] 362fc5dbaf80: Preparing [2024-07-10T04:52:05.943Z] 5f70bf18a086: Waiting [2024-07-10T04:52:05.943Z] 6296f18a0f96: Waiting [2024-07-10T04:52:05.943Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:05.943Z] e421849e8ecd: Waiting [2024-07-10T04:52:05.943Z] 362fc5dbaf80: Waiting [2024-07-10T04:52:05.943Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:05.943Z] 8797a694cd8a: Layer already exists [2024-07-10T04:52:05.943Z] 6f307a784fab: Layer already exists [2024-07-10T04:52:05.943Z] 3c2b5c2d018c: Layer already exists [2024-07-10T04:52:05.943Z] eea3ca6c4ba5: Layer already exists [2024-07-10T04:52:05.943Z] 95bbd0ad201e: Layer already exists [2024-07-10T04:52:05.943Z] c4cea262d56f: Layer already exists [2024-07-10T04:52:05.943Z] 66684c473965: Layer already exists [2024-07-10T04:52:05.943Z] 5f38d7073c22: Layer already exists [2024-07-10T04:52:05.943Z] c9b062b5cfa6: Layer already exists [2024-07-10T04:52:05.943Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:05.943Z] dfc2a7123c0e: Layer already exists [2024-07-10T04:52:05.943Z] 5f70bf18a086: Layer already exists [2024-07-10T04:52:05.943Z] 6296f18a0f96: Layer already exists [2024-07-10T04:52:05.943Z] e421849e8ecd: Layer already exists [2024-07-10T04:52:05.943Z] 362fc5dbaf80: Layer already exists [2024-07-10T04:52:05.943Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:05.943Z] main: digest: sha256:db7d04d75ae7343607b3e3cd0da6f50d4280914213bdb2b37ad47d4cabc75455 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T04:52:06.019Z] ===================================================== [Pipeline] echo [2024-07-10T04:52:06.030Z] taggedImages: [2024-07-10T04:52:06.030Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:06.030Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-07-10T04:52:06.030Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.33 [2024-07-10T04:52:06.030Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:06.030Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-07-10T04:52:06.057Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-07-10T04:52:06.057Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:06.057Z] latest [2024-07-10T04:52:06.057Z] 3.2.0-dev.33 [2024-07-10T04:52:06.057Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:06.057Z] main [2024-07-10T04:52:06.057Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:06.397Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:06.719Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:06.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-10T04:52:06.720Z] b7d3534e9f6e: Preparing [2024-07-10T04:52:06.720Z] 5f1389765132: Preparing [2024-07-10T04:52:06.720Z] ae44f97638c4: Preparing [2024-07-10T04:52:06.720Z] ee4d90a837c3: Preparing [2024-07-10T04:52:06.720Z] 66684c473965: Preparing [2024-07-10T04:52:06.720Z] f389489bc9cf: Preparing [2024-07-10T04:52:06.720Z] 07ab167c3a75: Preparing [2024-07-10T04:52:06.720Z] bbe20e40fdfb: Preparing [2024-07-10T04:52:06.720Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:06.720Z] 07ab167c3a75: Waiting [2024-07-10T04:52:06.720Z] bbe20e40fdfb: Waiting [2024-07-10T04:52:06.720Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:06.720Z] f389489bc9cf: Waiting [2024-07-10T04:52:06.720Z] 66684c473965: Layer already exists [2024-07-10T04:52:06.720Z] 5f1389765132: Layer already exists [2024-07-10T04:52:06.720Z] b7d3534e9f6e: Layer already exists [2024-07-10T04:52:06.720Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:06.720Z] 07ab167c3a75: Layer already exists [2024-07-10T04:52:06.720Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:52:06.720Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:06.720Z] ae44f97638c4: Pushed [2024-07-10T04:52:09.253Z] ee4d90a837c3: Pushed [2024-07-10T04:52:09.512Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:fa1957ec66711e8a87b23053a730b0f9a48dd72be791a52c161dba1ae8d08494 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:09.849Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:10.179Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-07-10T04:52:10.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-10T04:52:10.179Z] b7d3534e9f6e: Preparing [2024-07-10T04:52:10.179Z] 5f1389765132: Preparing [2024-07-10T04:52:10.179Z] ae44f97638c4: Preparing [2024-07-10T04:52:10.179Z] ee4d90a837c3: Preparing [2024-07-10T04:52:10.179Z] 66684c473965: Preparing [2024-07-10T04:52:10.179Z] f389489bc9cf: Preparing [2024-07-10T04:52:10.179Z] 07ab167c3a75: Preparing [2024-07-10T04:52:10.179Z] bbe20e40fdfb: Preparing [2024-07-10T04:52:10.179Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:10.179Z] 07ab167c3a75: Waiting [2024-07-10T04:52:10.179Z] bbe20e40fdfb: Waiting [2024-07-10T04:52:10.179Z] f389489bc9cf: Waiting [2024-07-10T04:52:10.179Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:10.179Z] 66684c473965: Layer already exists [2024-07-10T04:52:10.179Z] 5f1389765132: Layer already exists [2024-07-10T04:52:10.179Z] ee4d90a837c3: Layer already exists [2024-07-10T04:52:10.179Z] ae44f97638c4: Layer already exists [2024-07-10T04:52:10.179Z] b7d3534e9f6e: Layer already exists [2024-07-10T04:52:10.179Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:10.179Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:52:10.179Z] 07ab167c3a75: Layer already exists [2024-07-10T04:52:10.179Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:10.179Z] latest: digest: sha256:fa1957ec66711e8a87b23053a730b0f9a48dd72be791a52c161dba1ae8d08494 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:10.491Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:10.807Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.33 [2024-07-10T04:52:10.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-10T04:52:10.808Z] b7d3534e9f6e: Preparing [2024-07-10T04:52:10.808Z] 5f1389765132: Preparing [2024-07-10T04:52:10.808Z] ae44f97638c4: Preparing [2024-07-10T04:52:10.808Z] ee4d90a837c3: Preparing [2024-07-10T04:52:10.808Z] 66684c473965: Preparing [2024-07-10T04:52:10.808Z] f389489bc9cf: Preparing [2024-07-10T04:52:10.808Z] 07ab167c3a75: Preparing [2024-07-10T04:52:10.808Z] bbe20e40fdfb: Preparing [2024-07-10T04:52:10.808Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:10.808Z] f389489bc9cf: Waiting [2024-07-10T04:52:10.808Z] 07ab167c3a75: Waiting [2024-07-10T04:52:10.808Z] bbe20e40fdfb: Waiting [2024-07-10T04:52:10.808Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:10.808Z] ee4d90a837c3: Layer already exists [2024-07-10T04:52:10.808Z] ae44f97638c4: Layer already exists [2024-07-10T04:52:10.808Z] 66684c473965: Layer already exists [2024-07-10T04:52:10.808Z] 5f1389765132: Layer already exists [2024-07-10T04:52:10.808Z] b7d3534e9f6e: Layer already exists [2024-07-10T04:52:10.808Z] 07ab167c3a75: Layer already exists [2024-07-10T04:52:10.808Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:52:10.808Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:10.808Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:10.808Z] 3.2.0-dev.33: digest: sha256:fa1957ec66711e8a87b23053a730b0f9a48dd72be791a52c161dba1ae8d08494 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:11.138Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:11.454Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:11.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-10T04:52:11.454Z] b7d3534e9f6e: Preparing [2024-07-10T04:52:11.454Z] 5f1389765132: Preparing [2024-07-10T04:52:11.454Z] ae44f97638c4: Preparing [2024-07-10T04:52:11.454Z] ee4d90a837c3: Preparing [2024-07-10T04:52:11.454Z] 66684c473965: Preparing [2024-07-10T04:52:11.454Z] f389489bc9cf: Preparing [2024-07-10T04:52:11.454Z] 07ab167c3a75: Preparing [2024-07-10T04:52:11.454Z] bbe20e40fdfb: Preparing [2024-07-10T04:52:11.454Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:11.454Z] f389489bc9cf: Waiting [2024-07-10T04:52:11.454Z] 07ab167c3a75: Waiting [2024-07-10T04:52:11.454Z] bbe20e40fdfb: Waiting [2024-07-10T04:52:11.454Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:11.454Z] ee4d90a837c3: Layer already exists [2024-07-10T04:52:11.454Z] 66684c473965: Layer already exists [2024-07-10T04:52:11.454Z] ae44f97638c4: Layer already exists [2024-07-10T04:52:11.454Z] b7d3534e9f6e: Layer already exists [2024-07-10T04:52:11.454Z] 5f1389765132: Layer already exists [2024-07-10T04:52:11.454Z] 07ab167c3a75: Layer already exists [2024-07-10T04:52:11.454Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:52:11.454Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:11.454Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:11.454Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:fa1957ec66711e8a87b23053a730b0f9a48dd72be791a52c161dba1ae8d08494 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:11.779Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:12.104Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-07-10T04:52:12.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-10T04:52:12.104Z] b7d3534e9f6e: Preparing [2024-07-10T04:52:12.104Z] 5f1389765132: Preparing [2024-07-10T04:52:12.104Z] ae44f97638c4: Preparing [2024-07-10T04:52:12.104Z] ee4d90a837c3: Preparing [2024-07-10T04:52:12.104Z] 66684c473965: Preparing [2024-07-10T04:52:12.104Z] f389489bc9cf: Preparing [2024-07-10T04:52:12.104Z] 07ab167c3a75: Preparing [2024-07-10T04:52:12.104Z] bbe20e40fdfb: Preparing [2024-07-10T04:52:12.104Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:12.104Z] f389489bc9cf: Waiting [2024-07-10T04:52:12.104Z] bbe20e40fdfb: Waiting [2024-07-10T04:52:12.104Z] ee4d90a837c3: Layer already exists [2024-07-10T04:52:12.104Z] 5f1389765132: Layer already exists [2024-07-10T04:52:12.104Z] ae44f97638c4: Layer already exists [2024-07-10T04:52:12.104Z] 66684c473965: Layer already exists [2024-07-10T04:52:12.104Z] b7d3534e9f6e: Layer already exists [2024-07-10T04:52:12.104Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:52:12.104Z] 07ab167c3a75: Layer already exists [2024-07-10T04:52:12.104Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:12.104Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:12.104Z] main: digest: sha256:fa1957ec66711e8a87b23053a730b0f9a48dd72be791a52c161dba1ae8d08494 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T04:52:12.181Z] ===================================================== [Pipeline] echo [2024-07-10T04:52:12.193Z] taggedImages: [2024-07-10T04:52:12.193Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:12.193Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-07-10T04:52:12.193Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.33 [2024-07-10T04:52:12.193Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:12.193Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-07-10T04:52:12.220Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-07-10T04:52:12.220Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:12.220Z] latest [2024-07-10T04:52:12.220Z] 3.2.0-dev.33 [2024-07-10T04:52:12.220Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:12.220Z] main [2024-07-10T04:52:12.220Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:12.562Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:12.886Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:12.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-10T04:52:12.886Z] e5920e6a6099: Preparing [2024-07-10T04:52:12.886Z] fa4b96e561e1: Preparing [2024-07-10T04:52:12.886Z] 7dadb8a032fd: Preparing [2024-07-10T04:52:12.886Z] b56728bf870a: Preparing [2024-07-10T04:52:12.886Z] 318f7ea30352: Preparing [2024-07-10T04:52:12.886Z] 66684c473965: Preparing [2024-07-10T04:52:12.886Z] f389489bc9cf: Preparing [2024-07-10T04:52:12.886Z] 63398ac7d56d: Preparing [2024-07-10T04:52:12.886Z] 122412a26553: Preparing [2024-07-10T04:52:12.886Z] 1185fa5969c8: Preparing [2024-07-10T04:52:12.886Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:12.886Z] 66684c473965: Waiting [2024-07-10T04:52:12.886Z] 122412a26553: Waiting [2024-07-10T04:52:12.886Z] 1185fa5969c8: Waiting [2024-07-10T04:52:12.886Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:12.886Z] f389489bc9cf: Waiting [2024-07-10T04:52:12.886Z] 63398ac7d56d: Waiting [2024-07-10T04:52:12.886Z] e5920e6a6099: Pushed [2024-07-10T04:52:12.886Z] b56728bf870a: Pushed [2024-07-10T04:52:12.886Z] fa4b96e561e1: Pushed [2024-07-10T04:52:12.886Z] 318f7ea30352: Pushed [2024-07-10T04:52:12.886Z] 66684c473965: Layer already exists [2024-07-10T04:52:12.886Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:12.886Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:13.147Z] 63398ac7d56d: Pushed [2024-07-10T04:52:13.147Z] 122412a26553: Pushed [2024-07-10T04:52:13.714Z] 7dadb8a032fd: Pushed [2024-07-10T04:52:14.651Z] 1185fa5969c8: Pushed [2024-07-10T04:52:14.651Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:4c9953510d99be93bd1d376632d23478adad106bb5849fa50919aefbf58b4ea5 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:14.979Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:15.308Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-07-10T04:52:15.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-10T04:52:15.308Z] e5920e6a6099: Preparing [2024-07-10T04:52:15.308Z] fa4b96e561e1: Preparing [2024-07-10T04:52:15.308Z] 7dadb8a032fd: Preparing [2024-07-10T04:52:15.308Z] b56728bf870a: Preparing [2024-07-10T04:52:15.308Z] 318f7ea30352: Preparing [2024-07-10T04:52:15.308Z] 66684c473965: Preparing [2024-07-10T04:52:15.308Z] f389489bc9cf: Preparing [2024-07-10T04:52:15.308Z] 63398ac7d56d: Preparing [2024-07-10T04:52:15.308Z] 122412a26553: Preparing [2024-07-10T04:52:15.308Z] 1185fa5969c8: Preparing [2024-07-10T04:52:15.308Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:15.308Z] f389489bc9cf: Waiting [2024-07-10T04:52:15.308Z] 66684c473965: Waiting [2024-07-10T04:52:15.308Z] 122412a26553: Waiting [2024-07-10T04:52:15.308Z] 63398ac7d56d: Waiting [2024-07-10T04:52:15.308Z] 1185fa5969c8: Waiting [2024-07-10T04:52:15.308Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:15.308Z] 318f7ea30352: Layer already exists [2024-07-10T04:52:15.308Z] b56728bf870a: Layer already exists [2024-07-10T04:52:15.308Z] 7dadb8a032fd: Layer already exists [2024-07-10T04:52:15.308Z] e5920e6a6099: Layer already exists [2024-07-10T04:52:15.308Z] fa4b96e561e1: Layer already exists [2024-07-10T04:52:15.308Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:15.308Z] 66684c473965: Layer already exists [2024-07-10T04:52:15.308Z] 122412a26553: Layer already exists [2024-07-10T04:52:15.308Z] 1185fa5969c8: Layer already exists [2024-07-10T04:52:15.308Z] 63398ac7d56d: Layer already exists [2024-07-10T04:52:15.308Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:15.308Z] latest: digest: sha256:4c9953510d99be93bd1d376632d23478adad106bb5849fa50919aefbf58b4ea5 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:15.639Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:15.962Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.33 [2024-07-10T04:52:15.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-10T04:52:15.962Z] e5920e6a6099: Preparing [2024-07-10T04:52:15.962Z] fa4b96e561e1: Preparing [2024-07-10T04:52:15.962Z] 7dadb8a032fd: Preparing [2024-07-10T04:52:15.962Z] b56728bf870a: Preparing [2024-07-10T04:52:15.962Z] 318f7ea30352: Preparing [2024-07-10T04:52:15.962Z] 66684c473965: Preparing [2024-07-10T04:52:15.962Z] f389489bc9cf: Preparing [2024-07-10T04:52:15.962Z] 63398ac7d56d: Preparing [2024-07-10T04:52:15.962Z] 122412a26553: Preparing [2024-07-10T04:52:15.962Z] 1185fa5969c8: Preparing [2024-07-10T04:52:15.963Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:15.963Z] 66684c473965: Waiting [2024-07-10T04:52:15.963Z] 122412a26553: Waiting [2024-07-10T04:52:15.963Z] 1185fa5969c8: Waiting [2024-07-10T04:52:15.963Z] f389489bc9cf: Waiting [2024-07-10T04:52:15.963Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:15.963Z] 63398ac7d56d: Waiting [2024-07-10T04:52:15.963Z] 7dadb8a032fd: Layer already exists [2024-07-10T04:52:15.963Z] fa4b96e561e1: Layer already exists [2024-07-10T04:52:15.963Z] e5920e6a6099: Layer already exists [2024-07-10T04:52:15.963Z] b56728bf870a: Layer already exists [2024-07-10T04:52:15.963Z] 318f7ea30352: Layer already exists [2024-07-10T04:52:15.963Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:15.963Z] 66684c473965: Layer already exists [2024-07-10T04:52:15.963Z] 63398ac7d56d: Layer already exists [2024-07-10T04:52:15.963Z] 1185fa5969c8: Layer already exists [2024-07-10T04:52:15.963Z] 122412a26553: Layer already exists [2024-07-10T04:52:15.963Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:15.963Z] 3.2.0-dev.33: digest: sha256:4c9953510d99be93bd1d376632d23478adad106bb5849fa50919aefbf58b4ea5 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:16.282Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:16.603Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:16.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-10T04:52:16.603Z] e5920e6a6099: Preparing [2024-07-10T04:52:16.603Z] fa4b96e561e1: Preparing [2024-07-10T04:52:16.603Z] 7dadb8a032fd: Preparing [2024-07-10T04:52:16.603Z] b56728bf870a: Preparing [2024-07-10T04:52:16.603Z] 318f7ea30352: Preparing [2024-07-10T04:52:16.603Z] 66684c473965: Preparing [2024-07-10T04:52:16.603Z] f389489bc9cf: Preparing [2024-07-10T04:52:16.603Z] 63398ac7d56d: Preparing [2024-07-10T04:52:16.603Z] 122412a26553: Preparing [2024-07-10T04:52:16.603Z] 1185fa5969c8: Preparing [2024-07-10T04:52:16.603Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:16.603Z] 63398ac7d56d: Waiting [2024-07-10T04:52:16.603Z] 122412a26553: Waiting [2024-07-10T04:52:16.603Z] 66684c473965: Waiting [2024-07-10T04:52:16.603Z] 1185fa5969c8: Waiting [2024-07-10T04:52:16.603Z] f389489bc9cf: Waiting [2024-07-10T04:52:16.603Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:16.603Z] fa4b96e561e1: Layer already exists [2024-07-10T04:52:16.603Z] b56728bf870a: Layer already exists [2024-07-10T04:52:16.603Z] 7dadb8a032fd: Layer already exists [2024-07-10T04:52:16.603Z] 318f7ea30352: Layer already exists [2024-07-10T04:52:16.603Z] e5920e6a6099: Layer already exists [2024-07-10T04:52:16.603Z] 66684c473965: Layer already exists [2024-07-10T04:52:16.603Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:16.603Z] 1185fa5969c8: Layer already exists [2024-07-10T04:52:16.603Z] 122412a26553: Layer already exists [2024-07-10T04:52:16.603Z] 63398ac7d56d: Layer already exists [2024-07-10T04:52:16.603Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:16.603Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:4c9953510d99be93bd1d376632d23478adad106bb5849fa50919aefbf58b4ea5 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:16.928Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:17.250Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-07-10T04:52:17.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-10T04:52:17.250Z] e5920e6a6099: Preparing [2024-07-10T04:52:17.250Z] fa4b96e561e1: Preparing [2024-07-10T04:52:17.250Z] 7dadb8a032fd: Preparing [2024-07-10T04:52:17.250Z] b56728bf870a: Preparing [2024-07-10T04:52:17.250Z] 318f7ea30352: Preparing [2024-07-10T04:52:17.250Z] 66684c473965: Preparing [2024-07-10T04:52:17.250Z] f389489bc9cf: Preparing [2024-07-10T04:52:17.250Z] 63398ac7d56d: Preparing [2024-07-10T04:52:17.250Z] 122412a26553: Preparing [2024-07-10T04:52:17.250Z] 1185fa5969c8: Preparing [2024-07-10T04:52:17.250Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:17.250Z] 66684c473965: Waiting [2024-07-10T04:52:17.250Z] f389489bc9cf: Waiting [2024-07-10T04:52:17.250Z] 122412a26553: Waiting [2024-07-10T04:52:17.250Z] 1185fa5969c8: Waiting [2024-07-10T04:52:17.250Z] 63398ac7d56d: Waiting [2024-07-10T04:52:17.250Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:17.250Z] 7dadb8a032fd: Layer already exists [2024-07-10T04:52:17.250Z] e5920e6a6099: Layer already exists [2024-07-10T04:52:17.250Z] 318f7ea30352: Layer already exists [2024-07-10T04:52:17.250Z] b56728bf870a: Layer already exists [2024-07-10T04:52:17.250Z] fa4b96e561e1: Layer already exists [2024-07-10T04:52:17.250Z] 66684c473965: Layer already exists [2024-07-10T04:52:17.250Z] 1185fa5969c8: Layer already exists [2024-07-10T04:52:17.250Z] 63398ac7d56d: Layer already exists [2024-07-10T04:52:17.250Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:17.250Z] 122412a26553: Layer already exists [2024-07-10T04:52:17.250Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:17.250Z] main: digest: sha256:4c9953510d99be93bd1d376632d23478adad106bb5849fa50919aefbf58b4ea5 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T04:52:17.318Z] ===================================================== [Pipeline] echo [2024-07-10T04:52:17.333Z] taggedImages: [2024-07-10T04:52:17.333Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:17.333Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-07-10T04:52:17.333Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.33 [2024-07-10T04:52:17.333Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:17.333Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-07-10T04:52:17.357Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-07-10T04:52:17.357Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:17.357Z] latest [2024-07-10T04:52:17.357Z] 3.2.0-dev.33 [2024-07-10T04:52:17.357Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:17.357Z] main [2024-07-10T04:52:17.357Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:17.704Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:18.024Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:18.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-10T04:52:18.024Z] 91ded59242a4: Preparing [2024-07-10T04:52:18.024Z] 73027a11cd9b: Preparing [2024-07-10T04:52:18.024Z] 8e01704d3dd0: Preparing [2024-07-10T04:52:18.024Z] 7abbc3ee5e46: Preparing [2024-07-10T04:52:18.024Z] b2c7835c9470: Preparing [2024-07-10T04:52:18.024Z] d846946df964: Preparing [2024-07-10T04:52:18.024Z] f2cd4914cffb: Preparing [2024-07-10T04:52:18.024Z] 66684c473965: Preparing [2024-07-10T04:52:18.024Z] f389489bc9cf: Preparing [2024-07-10T04:52:18.024Z] 6e5016dff0f9: Preparing [2024-07-10T04:52:18.024Z] e576db4e3dd1: Preparing [2024-07-10T04:52:18.024Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:18.024Z] 66684c473965: Waiting [2024-07-10T04:52:18.024Z] e576db4e3dd1: Waiting [2024-07-10T04:52:18.024Z] f389489bc9cf: Waiting [2024-07-10T04:52:18.024Z] d846946df964: Waiting [2024-07-10T04:52:18.024Z] 6e5016dff0f9: Waiting [2024-07-10T04:52:18.024Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:18.024Z] f2cd4914cffb: Waiting [2024-07-10T04:52:18.024Z] 73027a11cd9b: Pushed [2024-07-10T04:52:18.024Z] 91ded59242a4: Pushed [2024-07-10T04:52:18.024Z] b2c7835c9470: Pushed [2024-07-10T04:52:18.024Z] 66684c473965: Layer already exists [2024-07-10T04:52:18.024Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:18.282Z] d846946df964: Pushed [2024-07-10T04:52:18.282Z] f2cd4914cffb: Pushed [2024-07-10T04:52:18.282Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:18.848Z] 6e5016dff0f9: Pushed [2024-07-10T04:52:18.848Z] 7abbc3ee5e46: Pushed [2024-07-10T04:52:19.108Z] 8e01704d3dd0: Pushed [2024-07-10T04:52:19.366Z] e576db4e3dd1: Pushed [2024-07-10T04:52:19.366Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:57b8bfc533647db90b81010ba2879774d6bb30b04b9370f285bac644ed335186 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:19.681Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:20.008Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-07-10T04:52:20.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-10T04:52:20.008Z] 91ded59242a4: Preparing [2024-07-10T04:52:20.008Z] 73027a11cd9b: Preparing [2024-07-10T04:52:20.008Z] 8e01704d3dd0: Preparing [2024-07-10T04:52:20.008Z] 7abbc3ee5e46: Preparing [2024-07-10T04:52:20.008Z] b2c7835c9470: Preparing [2024-07-10T04:52:20.008Z] d846946df964: Preparing [2024-07-10T04:52:20.008Z] f2cd4914cffb: Preparing [2024-07-10T04:52:20.008Z] 66684c473965: Preparing [2024-07-10T04:52:20.008Z] f389489bc9cf: Preparing [2024-07-10T04:52:20.008Z] 6e5016dff0f9: Preparing [2024-07-10T04:52:20.008Z] e576db4e3dd1: Preparing [2024-07-10T04:52:20.008Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:20.008Z] 66684c473965: Waiting [2024-07-10T04:52:20.008Z] e576db4e3dd1: Waiting [2024-07-10T04:52:20.008Z] f2cd4914cffb: Waiting [2024-07-10T04:52:20.008Z] 6e5016dff0f9: Waiting [2024-07-10T04:52:20.008Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:20.008Z] d846946df964: Waiting [2024-07-10T04:52:20.008Z] 7abbc3ee5e46: Layer already exists [2024-07-10T04:52:20.008Z] 73027a11cd9b: Layer already exists [2024-07-10T04:52:20.008Z] 8e01704d3dd0: Layer already exists [2024-07-10T04:52:20.008Z] b2c7835c9470: Layer already exists [2024-07-10T04:52:20.008Z] 91ded59242a4: Layer already exists [2024-07-10T04:52:20.008Z] f2cd4914cffb: Layer already exists [2024-07-10T04:52:20.008Z] d846946df964: Layer already exists [2024-07-10T04:52:20.008Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:20.008Z] 66684c473965: Layer already exists [2024-07-10T04:52:20.008Z] 6e5016dff0f9: Layer already exists [2024-07-10T04:52:20.008Z] e576db4e3dd1: Layer already exists [2024-07-10T04:52:20.008Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:20.008Z] latest: digest: sha256:57b8bfc533647db90b81010ba2879774d6bb30b04b9370f285bac644ed335186 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:20.339Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:20.722Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.33 [2024-07-10T04:52:20.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-10T04:52:20.722Z] 91ded59242a4: Preparing [2024-07-10T04:52:20.722Z] 73027a11cd9b: Preparing [2024-07-10T04:52:20.722Z] 8e01704d3dd0: Preparing [2024-07-10T04:52:20.722Z] 7abbc3ee5e46: Preparing [2024-07-10T04:52:20.722Z] b2c7835c9470: Preparing [2024-07-10T04:52:20.722Z] d846946df964: Preparing [2024-07-10T04:52:20.722Z] f2cd4914cffb: Preparing [2024-07-10T04:52:20.722Z] 66684c473965: Preparing [2024-07-10T04:52:20.722Z] f389489bc9cf: Preparing [2024-07-10T04:52:20.722Z] 6e5016dff0f9: Preparing [2024-07-10T04:52:20.722Z] e576db4e3dd1: Preparing [2024-07-10T04:52:20.722Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:20.722Z] 66684c473965: Waiting [2024-07-10T04:52:20.722Z] f389489bc9cf: Waiting [2024-07-10T04:52:20.722Z] 6e5016dff0f9: Waiting [2024-07-10T04:52:20.722Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:20.722Z] d846946df964: Waiting [2024-07-10T04:52:20.722Z] 7abbc3ee5e46: Layer already exists [2024-07-10T04:52:20.722Z] 8e01704d3dd0: Layer already exists [2024-07-10T04:52:20.722Z] 91ded59242a4: Layer already exists [2024-07-10T04:52:20.722Z] b2c7835c9470: Layer already exists [2024-07-10T04:52:20.722Z] 73027a11cd9b: Layer already exists [2024-07-10T04:52:20.722Z] 66684c473965: Layer already exists [2024-07-10T04:52:20.722Z] 6e5016dff0f9: Layer already exists [2024-07-10T04:52:20.722Z] f2cd4914cffb: Layer already exists [2024-07-10T04:52:20.722Z] d846946df964: Layer already exists [2024-07-10T04:52:20.722Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:20.722Z] e576db4e3dd1: Layer already exists [2024-07-10T04:52:20.722Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:20.722Z] 3.2.0-dev.33: digest: sha256:57b8bfc533647db90b81010ba2879774d6bb30b04b9370f285bac644ed335186 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:21.169Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:21.540Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:21.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-10T04:52:21.541Z] 91ded59242a4: Preparing [2024-07-10T04:52:21.541Z] 73027a11cd9b: Preparing [2024-07-10T04:52:21.541Z] 8e01704d3dd0: Preparing [2024-07-10T04:52:21.541Z] 7abbc3ee5e46: Preparing [2024-07-10T04:52:21.541Z] b2c7835c9470: Preparing [2024-07-10T04:52:21.541Z] d846946df964: Preparing [2024-07-10T04:52:21.541Z] f2cd4914cffb: Preparing [2024-07-10T04:52:21.541Z] 66684c473965: Preparing [2024-07-10T04:52:21.541Z] f389489bc9cf: Preparing [2024-07-10T04:52:21.541Z] 6e5016dff0f9: Preparing [2024-07-10T04:52:21.541Z] e576db4e3dd1: Preparing [2024-07-10T04:52:21.541Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:21.541Z] d846946df964: Waiting [2024-07-10T04:52:21.541Z] f2cd4914cffb: Waiting [2024-07-10T04:52:21.541Z] 66684c473965: Waiting [2024-07-10T04:52:21.541Z] f389489bc9cf: Waiting [2024-07-10T04:52:21.541Z] 6e5016dff0f9: Waiting [2024-07-10T04:52:21.541Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:21.541Z] e576db4e3dd1: Waiting [2024-07-10T04:52:21.541Z] b2c7835c9470: Layer already exists [2024-07-10T04:52:21.541Z] 91ded59242a4: Layer already exists [2024-07-10T04:52:21.541Z] 8e01704d3dd0: Layer already exists [2024-07-10T04:52:21.541Z] 73027a11cd9b: Layer already exists [2024-07-10T04:52:21.541Z] 7abbc3ee5e46: Layer already exists [2024-07-10T04:52:21.541Z] 66684c473965: Layer already exists [2024-07-10T04:52:21.541Z] f2cd4914cffb: Layer already exists [2024-07-10T04:52:21.541Z] d846946df964: Layer already exists [2024-07-10T04:52:21.541Z] 6e5016dff0f9: Layer already exists [2024-07-10T04:52:21.541Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:21.541Z] e576db4e3dd1: Layer already exists [2024-07-10T04:52:21.541Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:21.541Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:57b8bfc533647db90b81010ba2879774d6bb30b04b9370f285bac644ed335186 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:21.898Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:22.223Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-07-10T04:52:22.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-10T04:52:22.223Z] 91ded59242a4: Preparing [2024-07-10T04:52:22.223Z] 73027a11cd9b: Preparing [2024-07-10T04:52:22.223Z] 8e01704d3dd0: Preparing [2024-07-10T04:52:22.223Z] 7abbc3ee5e46: Preparing [2024-07-10T04:52:22.223Z] b2c7835c9470: Preparing [2024-07-10T04:52:22.223Z] d846946df964: Preparing [2024-07-10T04:52:22.223Z] f2cd4914cffb: Preparing [2024-07-10T04:52:22.223Z] 66684c473965: Preparing [2024-07-10T04:52:22.223Z] f389489bc9cf: Preparing [2024-07-10T04:52:22.223Z] 6e5016dff0f9: Preparing [2024-07-10T04:52:22.223Z] e576db4e3dd1: Preparing [2024-07-10T04:52:22.223Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:22.223Z] f2cd4914cffb: Waiting [2024-07-10T04:52:22.223Z] 66684c473965: Waiting [2024-07-10T04:52:22.223Z] f389489bc9cf: Waiting [2024-07-10T04:52:22.223Z] 6e5016dff0f9: Waiting [2024-07-10T04:52:22.223Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:22.223Z] e576db4e3dd1: Waiting [2024-07-10T04:52:22.223Z] d846946df964: Waiting [2024-07-10T04:52:22.223Z] 7abbc3ee5e46: Layer already exists [2024-07-10T04:52:22.223Z] 73027a11cd9b: Layer already exists [2024-07-10T04:52:22.223Z] b2c7835c9470: Layer already exists [2024-07-10T04:52:22.223Z] 91ded59242a4: Layer already exists [2024-07-10T04:52:22.223Z] 66684c473965: Layer already exists [2024-07-10T04:52:22.223Z] d846946df964: Layer already exists [2024-07-10T04:52:22.223Z] f2cd4914cffb: Layer already exists [2024-07-10T04:52:22.223Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:22.223Z] e576db4e3dd1: Layer already exists [2024-07-10T04:52:22.223Z] 6e5016dff0f9: Layer already exists [2024-07-10T04:52:22.223Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:22.223Z] 8e01704d3dd0: Layer already exists [2024-07-10T04:52:22.223Z] main: digest: sha256:57b8bfc533647db90b81010ba2879774d6bb30b04b9370f285bac644ed335186 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T04:52:22.297Z] ===================================================== [Pipeline] echo [2024-07-10T04:52:22.308Z] taggedImages: [2024-07-10T04:52:22.308Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:22.308Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-07-10T04:52:22.308Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.33 [2024-07-10T04:52:22.308Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:22.308Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-07-10T04:52:22.338Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-07-10T04:52:22.338Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:22.338Z] latest [2024-07-10T04:52:22.339Z] 3.2.0-dev.33 [2024-07-10T04:52:22.339Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:22.339Z] main [2024-07-10T04:52:22.339Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:22.677Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:22.997Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:22.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-10T04:52:22.997Z] 68da386f90fd: Preparing [2024-07-10T04:52:22.997Z] 14fac0bb3d81: Preparing [2024-07-10T04:52:22.997Z] 66684c473965: Preparing [2024-07-10T04:52:22.997Z] f389489bc9cf: Preparing [2024-07-10T04:52:22.997Z] 80dc03807396: Preparing [2024-07-10T04:52:22.997Z] 14863c8c57bc: Preparing [2024-07-10T04:52:22.997Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:22.997Z] 14863c8c57bc: Waiting [2024-07-10T04:52:22.997Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:22.997Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:22.997Z] 66684c473965: Layer already exists [2024-07-10T04:52:22.997Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:22.997Z] 68da386f90fd: Pushed [2024-07-10T04:52:23.566Z] 80dc03807396: Pushed [2024-07-10T04:52:23.566Z] 14863c8c57bc: Pushed [2024-07-10T04:52:24.501Z] 14fac0bb3d81: Pushed [2024-07-10T04:52:24.760Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:043c139e06fd592aaa8be955691c75dc36ab2b739b2be706daa12730076539c9 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:25.095Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:25.414Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-07-10T04:52:25.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-10T04:52:25.414Z] 68da386f90fd: Preparing [2024-07-10T04:52:25.414Z] 14fac0bb3d81: Preparing [2024-07-10T04:52:25.414Z] 66684c473965: Preparing [2024-07-10T04:52:25.414Z] f389489bc9cf: Preparing [2024-07-10T04:52:25.414Z] 80dc03807396: Preparing [2024-07-10T04:52:25.414Z] 14863c8c57bc: Preparing [2024-07-10T04:52:25.414Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:25.414Z] 66684c473965: Layer already exists [2024-07-10T04:52:25.414Z] 14fac0bb3d81: Layer already exists [2024-07-10T04:52:25.414Z] 80dc03807396: Layer already exists [2024-07-10T04:52:25.414Z] 68da386f90fd: Layer already exists [2024-07-10T04:52:25.414Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:25.414Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:25.414Z] 14863c8c57bc: Layer already exists [2024-07-10T04:52:25.414Z] latest: digest: sha256:043c139e06fd592aaa8be955691c75dc36ab2b739b2be706daa12730076539c9 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:25.738Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:26.052Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.33 [2024-07-10T04:52:26.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-10T04:52:26.052Z] 68da386f90fd: Preparing [2024-07-10T04:52:26.052Z] 14fac0bb3d81: Preparing [2024-07-10T04:52:26.052Z] 66684c473965: Preparing [2024-07-10T04:52:26.052Z] f389489bc9cf: Preparing [2024-07-10T04:52:26.052Z] 80dc03807396: Preparing [2024-07-10T04:52:26.052Z] 14863c8c57bc: Preparing [2024-07-10T04:52:26.052Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:26.052Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:26.052Z] 14863c8c57bc: Waiting [2024-07-10T04:52:26.052Z] 66684c473965: Layer already exists [2024-07-10T04:52:26.052Z] 68da386f90fd: Layer already exists [2024-07-10T04:52:26.052Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:26.052Z] 80dc03807396: Layer already exists [2024-07-10T04:52:26.052Z] 14fac0bb3d81: Layer already exists [2024-07-10T04:52:26.052Z] 14863c8c57bc: Layer already exists [2024-07-10T04:52:26.052Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:26.052Z] 3.2.0-dev.33: digest: sha256:043c139e06fd592aaa8be955691c75dc36ab2b739b2be706daa12730076539c9 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:26.378Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:26.704Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:26.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-10T04:52:26.704Z] 68da386f90fd: Preparing [2024-07-10T04:52:26.704Z] 14fac0bb3d81: Preparing [2024-07-10T04:52:26.704Z] 66684c473965: Preparing [2024-07-10T04:52:26.704Z] f389489bc9cf: Preparing [2024-07-10T04:52:26.704Z] 80dc03807396: Preparing [2024-07-10T04:52:26.704Z] 14863c8c57bc: Preparing [2024-07-10T04:52:26.704Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:26.704Z] 14863c8c57bc: Waiting [2024-07-10T04:52:26.704Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:26.704Z] 80dc03807396: Layer already exists [2024-07-10T04:52:26.704Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:26.704Z] 68da386f90fd: Layer already exists [2024-07-10T04:52:26.704Z] 14fac0bb3d81: Layer already exists [2024-07-10T04:52:26.704Z] 66684c473965: Layer already exists [2024-07-10T04:52:26.704Z] 14863c8c57bc: Layer already exists [2024-07-10T04:52:26.704Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:26.704Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:043c139e06fd592aaa8be955691c75dc36ab2b739b2be706daa12730076539c9 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:27.027Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:27.355Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-07-10T04:52:27.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-10T04:52:27.355Z] 68da386f90fd: Preparing [2024-07-10T04:52:27.355Z] 14fac0bb3d81: Preparing [2024-07-10T04:52:27.355Z] 66684c473965: Preparing [2024-07-10T04:52:27.355Z] f389489bc9cf: Preparing [2024-07-10T04:52:27.355Z] 80dc03807396: Preparing [2024-07-10T04:52:27.355Z] 14863c8c57bc: Preparing [2024-07-10T04:52:27.355Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:27.355Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:27.355Z] 80dc03807396: Layer already exists [2024-07-10T04:52:27.355Z] 68da386f90fd: Layer already exists [2024-07-10T04:52:27.355Z] 66684c473965: Layer already exists [2024-07-10T04:52:27.355Z] 14fac0bb3d81: Layer already exists [2024-07-10T04:52:27.355Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:27.355Z] 14863c8c57bc: Layer already exists [2024-07-10T04:52:27.355Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:27.355Z] main: digest: sha256:043c139e06fd592aaa8be955691c75dc36ab2b739b2be706daa12730076539c9 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T04:52:27.423Z] ===================================================== [Pipeline] echo [2024-07-10T04:52:27.434Z] taggedImages: [2024-07-10T04:52:27.434Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:27.434Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-07-10T04:52:27.434Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.33 [2024-07-10T04:52:27.434Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:27.434Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-07-10T04:52:27.459Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-07-10T04:52:27.459Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:27.459Z] latest [2024-07-10T04:52:27.459Z] 3.2.0-dev.33 [2024-07-10T04:52:27.459Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:27.459Z] main [2024-07-10T04:52:27.459Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:27.795Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:28.114Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:28.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-10T04:52:28.114Z] 5750e7cf3656: Preparing [2024-07-10T04:52:28.114Z] f4aa03b081af: Preparing [2024-07-10T04:52:28.114Z] cbd5dbb8572b: Preparing [2024-07-10T04:52:28.114Z] 66684c473965: Preparing [2024-07-10T04:52:28.114Z] f389489bc9cf: Preparing [2024-07-10T04:52:28.114Z] 707c9b74208a: Preparing [2024-07-10T04:52:28.114Z] d398b7ad40ee: Preparing [2024-07-10T04:52:28.114Z] ba6ad2ac90f2: Preparing [2024-07-10T04:52:28.114Z] da15ddf61659: Preparing [2024-07-10T04:52:28.114Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:28.114Z] ba6ad2ac90f2: Waiting [2024-07-10T04:52:28.114Z] 707c9b74208a: Waiting [2024-07-10T04:52:28.114Z] d398b7ad40ee: Waiting [2024-07-10T04:52:28.114Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:28.114Z] 66684c473965: Layer already exists [2024-07-10T04:52:28.114Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:28.114Z] f4aa03b081af: Pushed [2024-07-10T04:52:28.114Z] cbd5dbb8572b: Pushed [2024-07-10T04:52:28.114Z] 5750e7cf3656: Pushed [2024-07-10T04:52:28.114Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:28.114Z] ba6ad2ac90f2: Pushed [2024-07-10T04:52:29.048Z] da15ddf61659: Pushed [2024-07-10T04:52:34.318Z] d398b7ad40ee: Pushed [2024-07-10T04:52:37.603Z] 707c9b74208a: Pushed [2024-07-10T04:52:37.862Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:dc41efcf00812a3eee9289fae25371bf2731e898c7abc551a346bd9f06ee9970 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:38.186Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:38.507Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-07-10T04:52:38.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-10T04:52:38.507Z] 5750e7cf3656: Preparing [2024-07-10T04:52:38.507Z] f4aa03b081af: Preparing [2024-07-10T04:52:38.507Z] cbd5dbb8572b: Preparing [2024-07-10T04:52:38.507Z] 66684c473965: Preparing [2024-07-10T04:52:38.507Z] f389489bc9cf: Preparing [2024-07-10T04:52:38.507Z] 707c9b74208a: Preparing [2024-07-10T04:52:38.507Z] d398b7ad40ee: Preparing [2024-07-10T04:52:38.507Z] ba6ad2ac90f2: Preparing [2024-07-10T04:52:38.507Z] da15ddf61659: Preparing [2024-07-10T04:52:38.507Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:38.507Z] 707c9b74208a: Waiting [2024-07-10T04:52:38.507Z] da15ddf61659: Waiting [2024-07-10T04:52:38.507Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:38.507Z] d398b7ad40ee: Waiting [2024-07-10T04:52:38.507Z] ba6ad2ac90f2: Waiting [2024-07-10T04:52:38.507Z] f4aa03b081af: Layer already exists [2024-07-10T04:52:38.507Z] 5750e7cf3656: Layer already exists [2024-07-10T04:52:38.507Z] cbd5dbb8572b: Layer already exists [2024-07-10T04:52:38.507Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:38.507Z] 66684c473965: Layer already exists [2024-07-10T04:52:38.507Z] d398b7ad40ee: Layer already exists [2024-07-10T04:52:38.507Z] 707c9b74208a: Layer already exists [2024-07-10T04:52:38.507Z] ba6ad2ac90f2: Layer already exists [2024-07-10T04:52:38.507Z] da15ddf61659: Layer already exists [2024-07-10T04:52:38.507Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:38.507Z] latest: digest: sha256:dc41efcf00812a3eee9289fae25371bf2731e898c7abc551a346bd9f06ee9970 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:38.830Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:39.155Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.33 [2024-07-10T04:52:39.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-10T04:52:39.155Z] 5750e7cf3656: Preparing [2024-07-10T04:52:39.155Z] f4aa03b081af: Preparing [2024-07-10T04:52:39.155Z] cbd5dbb8572b: Preparing [2024-07-10T04:52:39.155Z] 66684c473965: Preparing [2024-07-10T04:52:39.155Z] f389489bc9cf: Preparing [2024-07-10T04:52:39.155Z] 707c9b74208a: Preparing [2024-07-10T04:52:39.155Z] d398b7ad40ee: Preparing [2024-07-10T04:52:39.155Z] ba6ad2ac90f2: Preparing [2024-07-10T04:52:39.155Z] da15ddf61659: Preparing [2024-07-10T04:52:39.155Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:39.155Z] d398b7ad40ee: Waiting [2024-07-10T04:52:39.155Z] ba6ad2ac90f2: Waiting [2024-07-10T04:52:39.155Z] da15ddf61659: Waiting [2024-07-10T04:52:39.155Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:39.155Z] cbd5dbb8572b: Layer already exists [2024-07-10T04:52:39.155Z] 66684c473965: Layer already exists [2024-07-10T04:52:39.155Z] f4aa03b081af: Layer already exists [2024-07-10T04:52:39.155Z] 5750e7cf3656: Layer already exists [2024-07-10T04:52:39.155Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:39.155Z] 707c9b74208a: Layer already exists [2024-07-10T04:52:39.155Z] d398b7ad40ee: Layer already exists [2024-07-10T04:52:39.155Z] da15ddf61659: Layer already exists [2024-07-10T04:52:39.155Z] ba6ad2ac90f2: Layer already exists [2024-07-10T04:52:39.155Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:39.155Z] 3.2.0-dev.33: digest: sha256:dc41efcf00812a3eee9289fae25371bf2731e898c7abc551a346bd9f06ee9970 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:39.480Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:39.795Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:39.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-10T04:52:39.796Z] 5750e7cf3656: Preparing [2024-07-10T04:52:39.796Z] f4aa03b081af: Preparing [2024-07-10T04:52:39.796Z] cbd5dbb8572b: Preparing [2024-07-10T04:52:39.796Z] 66684c473965: Preparing [2024-07-10T04:52:39.796Z] f389489bc9cf: Preparing [2024-07-10T04:52:39.796Z] 707c9b74208a: Preparing [2024-07-10T04:52:39.796Z] d398b7ad40ee: Preparing [2024-07-10T04:52:39.796Z] ba6ad2ac90f2: Preparing [2024-07-10T04:52:39.796Z] da15ddf61659: Preparing [2024-07-10T04:52:39.796Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:39.796Z] 707c9b74208a: Waiting [2024-07-10T04:52:39.796Z] d398b7ad40ee: Waiting [2024-07-10T04:52:39.796Z] ba6ad2ac90f2: Waiting [2024-07-10T04:52:39.796Z] da15ddf61659: Waiting [2024-07-10T04:52:39.796Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:39.796Z] 66684c473965: Layer already exists [2024-07-10T04:52:39.796Z] f4aa03b081af: Layer already exists [2024-07-10T04:52:39.796Z] cbd5dbb8572b: Layer already exists [2024-07-10T04:52:39.796Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:39.796Z] 5750e7cf3656: Layer already exists [2024-07-10T04:52:39.796Z] d398b7ad40ee: Layer already exists [2024-07-10T04:52:39.796Z] 707c9b74208a: Layer already exists [2024-07-10T04:52:39.796Z] ba6ad2ac90f2: Layer already exists [2024-07-10T04:52:39.796Z] da15ddf61659: Layer already exists [2024-07-10T04:52:39.796Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:39.796Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:dc41efcf00812a3eee9289fae25371bf2731e898c7abc551a346bd9f06ee9970 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:40.112Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:40.435Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-07-10T04:52:40.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-10T04:52:40.435Z] 5750e7cf3656: Preparing [2024-07-10T04:52:40.435Z] f4aa03b081af: Preparing [2024-07-10T04:52:40.435Z] cbd5dbb8572b: Preparing [2024-07-10T04:52:40.435Z] 66684c473965: Preparing [2024-07-10T04:52:40.435Z] f389489bc9cf: Preparing [2024-07-10T04:52:40.435Z] 707c9b74208a: Preparing [2024-07-10T04:52:40.435Z] d398b7ad40ee: Preparing [2024-07-10T04:52:40.435Z] ba6ad2ac90f2: Preparing [2024-07-10T04:52:40.435Z] da15ddf61659: Preparing [2024-07-10T04:52:40.435Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:40.435Z] 707c9b74208a: Waiting [2024-07-10T04:52:40.435Z] d398b7ad40ee: Waiting [2024-07-10T04:52:40.435Z] ba6ad2ac90f2: Waiting [2024-07-10T04:52:40.435Z] da15ddf61659: Waiting [2024-07-10T04:52:40.435Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:40.435Z] cbd5dbb8572b: Layer already exists [2024-07-10T04:52:40.435Z] 5750e7cf3656: Layer already exists [2024-07-10T04:52:40.435Z] 66684c473965: Layer already exists [2024-07-10T04:52:40.435Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:40.435Z] f4aa03b081af: Layer already exists [2024-07-10T04:52:40.435Z] da15ddf61659: Layer already exists [2024-07-10T04:52:40.435Z] 707c9b74208a: Layer already exists [2024-07-10T04:52:40.435Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:40.435Z] ba6ad2ac90f2: Layer already exists [2024-07-10T04:52:40.435Z] d398b7ad40ee: Layer already exists [2024-07-10T04:52:40.435Z] main: digest: sha256:dc41efcf00812a3eee9289fae25371bf2731e898c7abc551a346bd9f06ee9970 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T04:52:40.505Z] ===================================================== [Pipeline] echo [2024-07-10T04:52:40.518Z] taggedImages: [2024-07-10T04:52:40.518Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:40.518Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-07-10T04:52:40.518Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.33 [2024-07-10T04:52:40.518Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:40.518Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-07-10T04:52:40.547Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-07-10T04:52:40.547Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:40.547Z] latest [2024-07-10T04:52:40.547Z] 3.2.0-dev.33 [2024-07-10T04:52:40.547Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:40.547Z] main [2024-07-10T04:52:40.547Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:40.881Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:41.194Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:41.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-10T04:52:41.194Z] 41792cef2cb7: Preparing [2024-07-10T04:52:41.194Z] 949174c16141: Preparing [2024-07-10T04:52:41.194Z] dbdb5e8b34f3: Preparing [2024-07-10T04:52:41.194Z] 66684c473965: Preparing [2024-07-10T04:52:41.194Z] f389489bc9cf: Preparing [2024-07-10T04:52:41.194Z] 707c9b74208a: Preparing [2024-07-10T04:52:41.194Z] 1af1146c5c5a: Preparing [2024-07-10T04:52:41.194Z] 972b20985e50: Preparing [2024-07-10T04:52:41.194Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:41.194Z] 707c9b74208a: Waiting [2024-07-10T04:52:41.194Z] 1af1146c5c5a: Waiting [2024-07-10T04:52:41.194Z] 972b20985e50: Waiting [2024-07-10T04:52:41.194Z] 66684c473965: Layer already exists [2024-07-10T04:52:41.194Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:41.195Z] 707c9b74208a: Layer already exists [2024-07-10T04:52:41.195Z] 949174c16141: Pushed [2024-07-10T04:52:41.195Z] dbdb5e8b34f3: Pushed [2024-07-10T04:52:41.195Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:41.195Z] 41792cef2cb7: Pushed [2024-07-10T04:52:41.455Z] 972b20985e50: Pushed [2024-07-10T04:52:41.715Z] 1af1146c5c5a: Pushed [2024-07-10T04:52:41.974Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:cafe708d296935908e80a9a0572a7dcb0bfd1c4e9abaa2526b21526e61797cb3 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:42.304Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:42.631Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-07-10T04:52:42.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-10T04:52:42.631Z] 41792cef2cb7: Preparing [2024-07-10T04:52:42.631Z] 949174c16141: Preparing [2024-07-10T04:52:42.631Z] dbdb5e8b34f3: Preparing [2024-07-10T04:52:42.631Z] 66684c473965: Preparing [2024-07-10T04:52:42.631Z] f389489bc9cf: Preparing [2024-07-10T04:52:42.631Z] 707c9b74208a: Preparing [2024-07-10T04:52:42.631Z] 1af1146c5c5a: Preparing [2024-07-10T04:52:42.631Z] 972b20985e50: Preparing [2024-07-10T04:52:42.631Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:42.631Z] 707c9b74208a: Waiting [2024-07-10T04:52:42.631Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:42.631Z] 66684c473965: Layer already exists [2024-07-10T04:52:42.631Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:42.631Z] 949174c16141: Layer already exists [2024-07-10T04:52:42.631Z] dbdb5e8b34f3: Layer already exists [2024-07-10T04:52:42.631Z] 41792cef2cb7: Layer already exists [2024-07-10T04:52:42.631Z] 707c9b74208a: Layer already exists [2024-07-10T04:52:42.631Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:42.631Z] 1af1146c5c5a: Layer already exists [2024-07-10T04:52:42.631Z] 972b20985e50: Layer already exists [2024-07-10T04:52:42.631Z] latest: digest: sha256:cafe708d296935908e80a9a0572a7dcb0bfd1c4e9abaa2526b21526e61797cb3 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:42.952Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:43.269Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.33 [2024-07-10T04:52:43.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-10T04:52:43.269Z] 41792cef2cb7: Preparing [2024-07-10T04:52:43.269Z] 949174c16141: Preparing [2024-07-10T04:52:43.269Z] dbdb5e8b34f3: Preparing [2024-07-10T04:52:43.269Z] 66684c473965: Preparing [2024-07-10T04:52:43.269Z] f389489bc9cf: Preparing [2024-07-10T04:52:43.269Z] 707c9b74208a: Preparing [2024-07-10T04:52:43.269Z] 1af1146c5c5a: Preparing [2024-07-10T04:52:43.269Z] 972b20985e50: Preparing [2024-07-10T04:52:43.269Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:43.269Z] 707c9b74208a: Waiting [2024-07-10T04:52:43.269Z] 1af1146c5c5a: Waiting [2024-07-10T04:52:43.269Z] 972b20985e50: Waiting [2024-07-10T04:52:43.269Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:43.269Z] 41792cef2cb7: Layer already exists [2024-07-10T04:52:43.269Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:43.269Z] dbdb5e8b34f3: Layer already exists [2024-07-10T04:52:43.269Z] 66684c473965: Layer already exists [2024-07-10T04:52:43.269Z] 949174c16141: Layer already exists [2024-07-10T04:52:43.269Z] 707c9b74208a: Layer already exists [2024-07-10T04:52:43.269Z] 972b20985e50: Layer already exists [2024-07-10T04:52:43.269Z] 1af1146c5c5a: Layer already exists [2024-07-10T04:52:43.269Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:43.269Z] 3.2.0-dev.33: digest: sha256:cafe708d296935908e80a9a0572a7dcb0bfd1c4e9abaa2526b21526e61797cb3 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:43.589Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:43.910Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:43.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-10T04:52:43.911Z] 41792cef2cb7: Preparing [2024-07-10T04:52:43.911Z] 949174c16141: Preparing [2024-07-10T04:52:43.911Z] dbdb5e8b34f3: Preparing [2024-07-10T04:52:43.911Z] 66684c473965: Preparing [2024-07-10T04:52:43.911Z] f389489bc9cf: Preparing [2024-07-10T04:52:43.911Z] 707c9b74208a: Preparing [2024-07-10T04:52:43.911Z] 1af1146c5c5a: Preparing [2024-07-10T04:52:43.911Z] 707c9b74208a: Waiting [2024-07-10T04:52:43.911Z] 972b20985e50: Preparing [2024-07-10T04:52:43.911Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:43.911Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:43.911Z] 972b20985e50: Waiting [2024-07-10T04:52:43.911Z] dbdb5e8b34f3: Layer already exists [2024-07-10T04:52:43.911Z] 66684c473965: Layer already exists [2024-07-10T04:52:43.911Z] 41792cef2cb7: Layer already exists [2024-07-10T04:52:43.911Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:43.911Z] 949174c16141: Layer already exists [2024-07-10T04:52:43.911Z] 1af1146c5c5a: Layer already exists [2024-07-10T04:52:43.911Z] 972b20985e50: Layer already exists [2024-07-10T04:52:43.911Z] 707c9b74208a: Layer already exists [2024-07-10T04:52:43.911Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:43.911Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:cafe708d296935908e80a9a0572a7dcb0bfd1c4e9abaa2526b21526e61797cb3 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:44.241Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:44.563Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-07-10T04:52:44.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-10T04:52:44.563Z] 41792cef2cb7: Preparing [2024-07-10T04:52:44.563Z] 949174c16141: Preparing [2024-07-10T04:52:44.563Z] dbdb5e8b34f3: Preparing [2024-07-10T04:52:44.563Z] 66684c473965: Preparing [2024-07-10T04:52:44.563Z] f389489bc9cf: Preparing [2024-07-10T04:52:44.563Z] 707c9b74208a: Preparing [2024-07-10T04:52:44.563Z] 1af1146c5c5a: Preparing [2024-07-10T04:52:44.563Z] 972b20985e50: Preparing [2024-07-10T04:52:44.563Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:44.563Z] 707c9b74208a: Waiting [2024-07-10T04:52:44.563Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:44.563Z] 972b20985e50: Waiting [2024-07-10T04:52:44.563Z] dbdb5e8b34f3: Layer already exists [2024-07-10T04:52:44.563Z] 41792cef2cb7: Layer already exists [2024-07-10T04:52:44.563Z] 949174c16141: Layer already exists [2024-07-10T04:52:44.563Z] 66684c473965: Layer already exists [2024-07-10T04:52:44.563Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:44.563Z] 972b20985e50: Layer already exists [2024-07-10T04:52:44.563Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:44.563Z] 1af1146c5c5a: Layer already exists [2024-07-10T04:52:44.563Z] 707c9b74208a: Layer already exists [2024-07-10T04:52:44.563Z] main: digest: sha256:cafe708d296935908e80a9a0572a7dcb0bfd1c4e9abaa2526b21526e61797cb3 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T04:52:44.644Z] ===================================================== [Pipeline] echo [2024-07-10T04:52:44.656Z] taggedImages: [2024-07-10T04:52:44.656Z] - nexus3.edgexfoundry.org:10004/security-spire-config:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:44.656Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-07-10T04:52:44.656Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.33 [2024-07-10T04:52:44.656Z] - nexus3.edgexfoundry.org:10004/security-spire-config:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:44.656Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-07-10T04:52:44.677Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-07-10T04:52:44.677Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:44.677Z] latest [2024-07-10T04:52:44.677Z] 3.2.0-dev.33 [2024-07-10T04:52:44.677Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:44.677Z] main [2024-07-10T04:52:44.677Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:45.021Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:45.346Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:45.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-10T04:52:45.346Z] 5750e7cf3656: Preparing [2024-07-10T04:52:45.346Z] 404750fedfa7: Preparing [2024-07-10T04:52:45.346Z] 5cdaaef262d8: Preparing [2024-07-10T04:52:45.346Z] 66684c473965: Preparing [2024-07-10T04:52:45.346Z] f389489bc9cf: Preparing [2024-07-10T04:52:45.346Z] 7519bc818073: Preparing [2024-07-10T04:52:45.346Z] ba6ad2ac90f2: Preparing [2024-07-10T04:52:45.346Z] da15ddf61659: Preparing [2024-07-10T04:52:45.346Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:45.346Z] 7519bc818073: Waiting [2024-07-10T04:52:45.346Z] ba6ad2ac90f2: Waiting [2024-07-10T04:52:45.346Z] da15ddf61659: Waiting [2024-07-10T04:52:45.346Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:45.346Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:45.346Z] 5750e7cf3656: Layer already exists [2024-07-10T04:52:45.346Z] 66684c473965: Layer already exists [2024-07-10T04:52:45.346Z] ba6ad2ac90f2: Layer already exists [2024-07-10T04:52:45.346Z] da15ddf61659: Layer already exists [2024-07-10T04:52:45.346Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:45.346Z] 5cdaaef262d8: Pushed [2024-07-10T04:52:45.346Z] 404750fedfa7: Pushed [2024-07-10T04:52:55.327Z] 7519bc818073: Pushed [2024-07-10T04:52:55.327Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:f2b1471215d6c0105f9cf1abda08d030a8d5b03350da3e112eb1fe9762b668b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:55.653Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:55.982Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-07-10T04:52:55.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-10T04:52:55.982Z] 5750e7cf3656: Preparing [2024-07-10T04:52:55.982Z] 404750fedfa7: Preparing [2024-07-10T04:52:55.982Z] 5cdaaef262d8: Preparing [2024-07-10T04:52:55.982Z] 66684c473965: Preparing [2024-07-10T04:52:55.982Z] f389489bc9cf: Preparing [2024-07-10T04:52:55.982Z] 7519bc818073: Preparing [2024-07-10T04:52:55.982Z] ba6ad2ac90f2: Preparing [2024-07-10T04:52:55.982Z] da15ddf61659: Preparing [2024-07-10T04:52:55.982Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:55.982Z] 7519bc818073: Waiting [2024-07-10T04:52:55.982Z] ba6ad2ac90f2: Waiting [2024-07-10T04:52:55.982Z] da15ddf61659: Waiting [2024-07-10T04:52:55.982Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:55.982Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:55.982Z] 66684c473965: Layer already exists [2024-07-10T04:52:55.982Z] 5750e7cf3656: Layer already exists [2024-07-10T04:52:55.982Z] 404750fedfa7: Layer already exists [2024-07-10T04:52:55.982Z] 5cdaaef262d8: Layer already exists [2024-07-10T04:52:55.982Z] 7519bc818073: Layer already exists [2024-07-10T04:52:55.983Z] ba6ad2ac90f2: Layer already exists [2024-07-10T04:52:55.983Z] da15ddf61659: Layer already exists [2024-07-10T04:52:55.983Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:55.983Z] latest: digest: sha256:f2b1471215d6c0105f9cf1abda08d030a8d5b03350da3e112eb1fe9762b668b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:56.308Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:56.632Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.33 [2024-07-10T04:52:56.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-10T04:52:56.632Z] 5750e7cf3656: Preparing [2024-07-10T04:52:56.632Z] 404750fedfa7: Preparing [2024-07-10T04:52:56.632Z] 5cdaaef262d8: Preparing [2024-07-10T04:52:56.632Z] 66684c473965: Preparing [2024-07-10T04:52:56.632Z] f389489bc9cf: Preparing [2024-07-10T04:52:56.632Z] 7519bc818073: Preparing [2024-07-10T04:52:56.632Z] ba6ad2ac90f2: Preparing [2024-07-10T04:52:56.632Z] da15ddf61659: Preparing [2024-07-10T04:52:56.632Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:56.632Z] da15ddf61659: Waiting [2024-07-10T04:52:56.632Z] ba6ad2ac90f2: Waiting [2024-07-10T04:52:56.632Z] 7519bc818073: Waiting [2024-07-10T04:52:56.632Z] 5750e7cf3656: Layer already exists [2024-07-10T04:52:56.632Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:56.632Z] 66684c473965: Layer already exists [2024-07-10T04:52:56.632Z] 404750fedfa7: Layer already exists [2024-07-10T04:52:56.632Z] 5cdaaef262d8: Layer already exists [2024-07-10T04:52:56.632Z] 7519bc818073: Layer already exists [2024-07-10T04:52:56.632Z] da15ddf61659: Layer already exists [2024-07-10T04:52:56.632Z] ba6ad2ac90f2: Layer already exists [2024-07-10T04:52:56.632Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:56.632Z] 3.2.0-dev.33: digest: sha256:f2b1471215d6c0105f9cf1abda08d030a8d5b03350da3e112eb1fe9762b668b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:56.955Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:57.273Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:57.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-10T04:52:57.273Z] 5750e7cf3656: Preparing [2024-07-10T04:52:57.273Z] 404750fedfa7: Preparing [2024-07-10T04:52:57.273Z] 5cdaaef262d8: Preparing [2024-07-10T04:52:57.273Z] 66684c473965: Preparing [2024-07-10T04:52:57.273Z] f389489bc9cf: Preparing [2024-07-10T04:52:57.273Z] 7519bc818073: Preparing [2024-07-10T04:52:57.273Z] ba6ad2ac90f2: Preparing [2024-07-10T04:52:57.273Z] da15ddf61659: Preparing [2024-07-10T04:52:57.273Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:57.273Z] 7519bc818073: Waiting [2024-07-10T04:52:57.273Z] ba6ad2ac90f2: Waiting [2024-07-10T04:52:57.273Z] da15ddf61659: Waiting [2024-07-10T04:52:57.273Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:57.273Z] 5cdaaef262d8: Layer already exists [2024-07-10T04:52:57.273Z] 66684c473965: Layer already exists [2024-07-10T04:52:57.273Z] 404750fedfa7: Layer already exists [2024-07-10T04:52:57.273Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:57.273Z] 5750e7cf3656: Layer already exists [2024-07-10T04:52:57.273Z] da15ddf61659: Layer already exists [2024-07-10T04:52:57.273Z] 7519bc818073: Layer already exists [2024-07-10T04:52:57.273Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:57.273Z] ba6ad2ac90f2: Layer already exists [2024-07-10T04:52:57.273Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:f2b1471215d6c0105f9cf1abda08d030a8d5b03350da3e112eb1fe9762b668b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:57.598Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:57.926Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-07-10T04:52:57.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-10T04:52:57.926Z] 5750e7cf3656: Preparing [2024-07-10T04:52:57.926Z] 404750fedfa7: Preparing [2024-07-10T04:52:57.926Z] 5cdaaef262d8: Preparing [2024-07-10T04:52:57.926Z] 66684c473965: Preparing [2024-07-10T04:52:57.926Z] f389489bc9cf: Preparing [2024-07-10T04:52:57.926Z] 7519bc818073: Preparing [2024-07-10T04:52:57.926Z] ba6ad2ac90f2: Preparing [2024-07-10T04:52:57.926Z] da15ddf61659: Preparing [2024-07-10T04:52:57.926Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:57.926Z] 7519bc818073: Waiting [2024-07-10T04:52:57.926Z] ba6ad2ac90f2: Waiting [2024-07-10T04:52:57.926Z] da15ddf61659: Waiting [2024-07-10T04:52:57.926Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:57.926Z] 66684c473965: Layer already exists [2024-07-10T04:52:57.926Z] 5750e7cf3656: Layer already exists [2024-07-10T04:52:57.926Z] 5cdaaef262d8: Layer already exists [2024-07-10T04:52:57.926Z] 404750fedfa7: Layer already exists [2024-07-10T04:52:57.926Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:57.926Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:57.926Z] da15ddf61659: Layer already exists [2024-07-10T04:52:57.926Z] ba6ad2ac90f2: Layer already exists [2024-07-10T04:52:57.926Z] 7519bc818073: Layer already exists [2024-07-10T04:52:57.926Z] main: digest: sha256:f2b1471215d6c0105f9cf1abda08d030a8d5b03350da3e112eb1fe9762b668b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T04:52:57.999Z] ===================================================== [Pipeline] echo [2024-07-10T04:52:58.013Z] taggedImages: [2024-07-10T04:52:58.014Z] - nexus3.edgexfoundry.org:10004/security-spire-server:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:58.014Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-07-10T04:52:58.014Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.33 [2024-07-10T04:52:58.014Z] - nexus3.edgexfoundry.org:10004/security-spire-server:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:58.014Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-07-10T04:52:58.040Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-07-10T04:52:58.040Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:58.040Z] latest [2024-07-10T04:52:58.040Z] 3.2.0-dev.33 [2024-07-10T04:52:58.040Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:52:58.040Z] main [2024-07-10T04:52:58.040Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:58.381Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:52:58.699Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:52:58.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-10T04:52:58.699Z] 407000aaf1fb: Preparing [2024-07-10T04:52:58.699Z] 326536300bd3: Preparing [2024-07-10T04:52:58.699Z] 66684c473965: Preparing [2024-07-10T04:52:58.699Z] f389489bc9cf: Preparing [2024-07-10T04:52:58.699Z] f236ca32870e: Preparing [2024-07-10T04:52:58.699Z] def460e4862f: Preparing [2024-07-10T04:52:58.699Z] 63ec0bd56cf3: Preparing [2024-07-10T04:52:58.699Z] def460e4862f: Waiting [2024-07-10T04:52:58.699Z] 63ec0bd56cf3: Waiting [2024-07-10T04:52:58.699Z] 66684c473965: Layer already exists [2024-07-10T04:52:58.699Z] f389489bc9cf: Layer already exists [2024-07-10T04:52:58.699Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:52:58.699Z] 407000aaf1fb: Pushed [2024-07-10T04:52:58.699Z] def460e4862f: Pushed [2024-07-10T04:52:59.267Z] f236ca32870e: Pushed [2024-07-10T04:53:01.801Z] 326536300bd3: Pushed [2024-07-10T04:53:02.064Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:e71a576afe202983e4d9701551c3e574f768ad68ffb8e69fe880a634ebe47878 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:02.384Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:02.706Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-07-10T04:53:02.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-10T04:53:02.706Z] 407000aaf1fb: Preparing [2024-07-10T04:53:02.706Z] 326536300bd3: Preparing [2024-07-10T04:53:02.706Z] 66684c473965: Preparing [2024-07-10T04:53:02.706Z] f389489bc9cf: Preparing [2024-07-10T04:53:02.706Z] f236ca32870e: Preparing [2024-07-10T04:53:02.706Z] def460e4862f: Preparing [2024-07-10T04:53:02.706Z] 63ec0bd56cf3: Preparing [2024-07-10T04:53:02.706Z] def460e4862f: Waiting [2024-07-10T04:53:02.706Z] 63ec0bd56cf3: Waiting [2024-07-10T04:53:02.706Z] f389489bc9cf: Layer already exists [2024-07-10T04:53:02.706Z] f236ca32870e: Layer already exists [2024-07-10T04:53:02.706Z] 66684c473965: Layer already exists [2024-07-10T04:53:02.706Z] 326536300bd3: Layer already exists [2024-07-10T04:53:02.706Z] 407000aaf1fb: Layer already exists [2024-07-10T04:53:02.706Z] def460e4862f: Layer already exists [2024-07-10T04:53:02.706Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:53:02.706Z] latest: digest: sha256:e71a576afe202983e4d9701551c3e574f768ad68ffb8e69fe880a634ebe47878 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:03.028Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:03.358Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.33 [2024-07-10T04:53:03.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-10T04:53:03.358Z] 407000aaf1fb: Preparing [2024-07-10T04:53:03.358Z] 326536300bd3: Preparing [2024-07-10T04:53:03.358Z] 66684c473965: Preparing [2024-07-10T04:53:03.358Z] f389489bc9cf: Preparing [2024-07-10T04:53:03.358Z] f236ca32870e: Preparing [2024-07-10T04:53:03.358Z] def460e4862f: Preparing [2024-07-10T04:53:03.358Z] 63ec0bd56cf3: Preparing [2024-07-10T04:53:03.358Z] def460e4862f: Waiting [2024-07-10T04:53:03.358Z] 63ec0bd56cf3: Waiting [2024-07-10T04:53:03.358Z] 326536300bd3: Layer already exists [2024-07-10T04:53:03.358Z] f236ca32870e: Layer already exists [2024-07-10T04:53:03.358Z] f389489bc9cf: Layer already exists [2024-07-10T04:53:03.358Z] 66684c473965: Layer already exists [2024-07-10T04:53:03.358Z] 407000aaf1fb: Layer already exists [2024-07-10T04:53:03.358Z] def460e4862f: Layer already exists [2024-07-10T04:53:03.358Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:53:03.358Z] 3.2.0-dev.33: digest: sha256:e71a576afe202983e4d9701551c3e574f768ad68ffb8e69fe880a634ebe47878 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:03.686Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:04.001Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:53:04.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-10T04:53:04.001Z] 407000aaf1fb: Preparing [2024-07-10T04:53:04.001Z] 326536300bd3: Preparing [2024-07-10T04:53:04.001Z] 66684c473965: Preparing [2024-07-10T04:53:04.001Z] f389489bc9cf: Preparing [2024-07-10T04:53:04.001Z] f236ca32870e: Preparing [2024-07-10T04:53:04.001Z] def460e4862f: Preparing [2024-07-10T04:53:04.001Z] 63ec0bd56cf3: Preparing [2024-07-10T04:53:04.001Z] def460e4862f: Waiting [2024-07-10T04:53:04.002Z] 63ec0bd56cf3: Waiting [2024-07-10T04:53:04.002Z] f236ca32870e: Layer already exists [2024-07-10T04:53:04.002Z] 326536300bd3: Layer already exists [2024-07-10T04:53:04.002Z] f389489bc9cf: Layer already exists [2024-07-10T04:53:04.002Z] 66684c473965: Layer already exists [2024-07-10T04:53:04.002Z] 407000aaf1fb: Layer already exists [2024-07-10T04:53:04.002Z] def460e4862f: Layer already exists [2024-07-10T04:53:04.002Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:53:04.002Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:e71a576afe202983e4d9701551c3e574f768ad68ffb8e69fe880a634ebe47878 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:04.326Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:04.645Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-07-10T04:53:04.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-10T04:53:04.645Z] 407000aaf1fb: Preparing [2024-07-10T04:53:04.645Z] 326536300bd3: Preparing [2024-07-10T04:53:04.645Z] 66684c473965: Preparing [2024-07-10T04:53:04.645Z] f389489bc9cf: Preparing [2024-07-10T04:53:04.645Z] f236ca32870e: Preparing [2024-07-10T04:53:04.645Z] def460e4862f: Preparing [2024-07-10T04:53:04.645Z] 63ec0bd56cf3: Preparing [2024-07-10T04:53:04.645Z] 63ec0bd56cf3: Waiting [2024-07-10T04:53:04.645Z] def460e4862f: Waiting [2024-07-10T04:53:04.645Z] 66684c473965: Layer already exists [2024-07-10T04:53:04.645Z] 407000aaf1fb: Layer already exists [2024-07-10T04:53:04.645Z] f389489bc9cf: Layer already exists [2024-07-10T04:53:04.645Z] 326536300bd3: Layer already exists [2024-07-10T04:53:04.645Z] f236ca32870e: Layer already exists [2024-07-10T04:53:04.645Z] def460e4862f: Layer already exists [2024-07-10T04:53:04.645Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:53:04.645Z] main: digest: sha256:e71a576afe202983e4d9701551c3e574f768ad68ffb8e69fe880a634ebe47878 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T04:53:04.714Z] ===================================================== [Pipeline] echo [2024-07-10T04:53:04.729Z] taggedImages: [2024-07-10T04:53:04.729Z] - nexus3.edgexfoundry.org:10004/support-notifications:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:53:04.729Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-07-10T04:53:04.729Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.33 [2024-07-10T04:53:04.729Z] - nexus3.edgexfoundry.org:10004/support-notifications:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:53:04.729Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-07-10T04:53:04.752Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-07-10T04:53:04.752Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:53:04.752Z] latest [2024-07-10T04:53:04.752Z] 3.2.0-dev.33 [2024-07-10T04:53:04.752Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:53:04.752Z] main [2024-07-10T04:53:04.752Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:05.088Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:05.408Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:53:05.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-10T04:53:05.408Z] d864e2570d41: Preparing [2024-07-10T04:53:05.408Z] 242e53714327: Preparing [2024-07-10T04:53:05.408Z] 66684c473965: Preparing [2024-07-10T04:53:05.408Z] f389489bc9cf: Preparing [2024-07-10T04:53:05.408Z] 07ab167c3a75: Preparing [2024-07-10T04:53:05.408Z] bbe20e40fdfb: Preparing [2024-07-10T04:53:05.408Z] 63ec0bd56cf3: Preparing [2024-07-10T04:53:05.408Z] 63ec0bd56cf3: Waiting [2024-07-10T04:53:05.408Z] bbe20e40fdfb: Waiting [2024-07-10T04:53:05.408Z] 66684c473965: Layer already exists [2024-07-10T04:53:05.408Z] 07ab167c3a75: Layer already exists [2024-07-10T04:53:05.408Z] f389489bc9cf: Layer already exists [2024-07-10T04:53:05.408Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:53:05.408Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:53:05.408Z] d864e2570d41: Pushed [2024-07-10T04:53:08.695Z] 242e53714327: Pushed [2024-07-10T04:53:08.956Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:1c3032ccba252c8b63587fce95e508ac203a8627a342c464498e19e870d5a401 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:09.280Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:09.600Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-07-10T04:53:09.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-10T04:53:09.600Z] d864e2570d41: Preparing [2024-07-10T04:53:09.600Z] 242e53714327: Preparing [2024-07-10T04:53:09.600Z] 66684c473965: Preparing [2024-07-10T04:53:09.600Z] f389489bc9cf: Preparing [2024-07-10T04:53:09.600Z] 07ab167c3a75: Preparing [2024-07-10T04:53:09.600Z] bbe20e40fdfb: Preparing [2024-07-10T04:53:09.600Z] 63ec0bd56cf3: Preparing [2024-07-10T04:53:09.600Z] bbe20e40fdfb: Waiting [2024-07-10T04:53:09.600Z] 63ec0bd56cf3: Waiting [2024-07-10T04:53:09.600Z] d864e2570d41: Layer already exists [2024-07-10T04:53:09.600Z] 66684c473965: Layer already exists [2024-07-10T04:53:09.600Z] 242e53714327: Layer already exists [2024-07-10T04:53:09.600Z] 07ab167c3a75: Layer already exists [2024-07-10T04:53:09.600Z] f389489bc9cf: Layer already exists [2024-07-10T04:53:09.600Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:53:09.600Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:53:09.600Z] latest: digest: sha256:1c3032ccba252c8b63587fce95e508ac203a8627a342c464498e19e870d5a401 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:09.922Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:10.249Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.33 [2024-07-10T04:53:10.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-10T04:53:10.249Z] d864e2570d41: Preparing [2024-07-10T04:53:10.249Z] 242e53714327: Preparing [2024-07-10T04:53:10.249Z] 66684c473965: Preparing [2024-07-10T04:53:10.249Z] f389489bc9cf: Preparing [2024-07-10T04:53:10.249Z] 07ab167c3a75: Preparing [2024-07-10T04:53:10.249Z] bbe20e40fdfb: Preparing [2024-07-10T04:53:10.249Z] 63ec0bd56cf3: Preparing [2024-07-10T04:53:10.249Z] bbe20e40fdfb: Waiting [2024-07-10T04:53:10.249Z] d864e2570d41: Layer already exists [2024-07-10T04:53:10.249Z] f389489bc9cf: Layer already exists [2024-07-10T04:53:10.249Z] 66684c473965: Layer already exists [2024-07-10T04:53:10.249Z] 07ab167c3a75: Layer already exists [2024-07-10T04:53:10.249Z] 242e53714327: Layer already exists [2024-07-10T04:53:10.249Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:53:10.249Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:53:10.249Z] 3.2.0-dev.33: digest: sha256:1c3032ccba252c8b63587fce95e508ac203a8627a342c464498e19e870d5a401 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:10.575Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:10.887Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:53:10.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-10T04:53:10.887Z] d864e2570d41: Preparing [2024-07-10T04:53:10.887Z] 242e53714327: Preparing [2024-07-10T04:53:10.887Z] 66684c473965: Preparing [2024-07-10T04:53:10.887Z] f389489bc9cf: Preparing [2024-07-10T04:53:10.887Z] 07ab167c3a75: Preparing [2024-07-10T04:53:10.887Z] bbe20e40fdfb: Preparing [2024-07-10T04:53:10.887Z] 63ec0bd56cf3: Preparing [2024-07-10T04:53:10.887Z] bbe20e40fdfb: Waiting [2024-07-10T04:53:10.887Z] 63ec0bd56cf3: Waiting [2024-07-10T04:53:10.887Z] d864e2570d41: Layer already exists [2024-07-10T04:53:10.887Z] 242e53714327: Layer already exists [2024-07-10T04:53:10.887Z] f389489bc9cf: Layer already exists [2024-07-10T04:53:10.887Z] 07ab167c3a75: Layer already exists [2024-07-10T04:53:10.887Z] 66684c473965: Layer already exists [2024-07-10T04:53:10.887Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:53:10.887Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:53:10.887Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:1c3032ccba252c8b63587fce95e508ac203a8627a342c464498e19e870d5a401 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:11.204Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T04:53:11.526Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-07-10T04:53:11.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-10T04:53:11.526Z] d864e2570d41: Preparing [2024-07-10T04:53:11.526Z] 242e53714327: Preparing [2024-07-10T04:53:11.526Z] 66684c473965: Preparing [2024-07-10T04:53:11.526Z] f389489bc9cf: Preparing [2024-07-10T04:53:11.526Z] 07ab167c3a75: Preparing [2024-07-10T04:53:11.526Z] bbe20e40fdfb: Preparing [2024-07-10T04:53:11.526Z] 63ec0bd56cf3: Preparing [2024-07-10T04:53:11.526Z] bbe20e40fdfb: Waiting [2024-07-10T04:53:11.526Z] 63ec0bd56cf3: Waiting [2024-07-10T04:53:11.526Z] f389489bc9cf: Layer already exists [2024-07-10T04:53:11.526Z] 07ab167c3a75: Layer already exists [2024-07-10T04:53:11.526Z] 242e53714327: Layer already exists [2024-07-10T04:53:11.526Z] d864e2570d41: Layer already exists [2024-07-10T04:53:11.526Z] 66684c473965: Layer already exists [2024-07-10T04:53:11.526Z] bbe20e40fdfb: Layer already exists [2024-07-10T04:53:11.526Z] 63ec0bd56cf3: Layer already exists [2024-07-10T04:53:11.526Z] main: digest: sha256:1c3032ccba252c8b63587fce95e508ac203a8627a342c464498e19e870d5a401 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T04:53:11.600Z] ===================================================== [Pipeline] echo [2024-07-10T04:53:11.612Z] taggedImages: [2024-07-10T04:53:11.612Z] - nexus3.edgexfoundry.org:10004/support-scheduler:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T04:53:11.612Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-07-10T04:53:11.612Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.33 [2024-07-10T04:53:11.612Z] - nexus3.edgexfoundry.org:10004/support-scheduler:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T04:53:11.612Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-10T05:09:08.168Z] #141 ... [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #124 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-10T05:09:08.168Z] #124 DONE 1064.3s [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #152 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-10T05:09:08.168Z] #152 DONE 0.4s [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #153 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-10T05:09:08.168Z] #153 DONE 2.3s [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #143 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-10T05:09:08.168Z] #143 1066.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-07-10T05:09:08.168Z] #143 ... [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #154 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T05:09:08.168Z] #154 DONE 0.4s [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #155 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-10T05:09:08.168Z] #155 DONE 0.2s [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-10T05:09:08.168Z] #142 ... [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #156 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-10T05:09:08.168Z] #156 DONE 0.3s [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-10T05:09:08.168Z] #149 ... [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #157 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-10T05:09:08.168Z] #157 DONE 0.2s [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #158 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-07-10T05:09:08.168Z] #158 DONE 0.2s [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #159 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-07-10T05:09:08.168Z] #159 DONE 0.2s [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #160 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-10T05:09:08.168Z] #160 DONE 0.1s [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-10T05:09:08.168Z] #146 ... [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #161 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-10T05:09:08.168Z] #161 DONE 0.3s [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-10T05:09:08.168Z] #148 ... [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #162 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-10T05:09:08.168Z] #162 ... [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-10T05:09:08.168Z] #148 DONE 1070.0s [2024-07-10T05:09:08.168Z] [2024-07-10T05:09:08.168Z] #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-10T05:09:08.443Z] #142 ... [2024-07-10T05:09:08.443Z] [2024-07-10T05:09:08.443Z] #163 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T05:09:08.710Z] #163 DONE 0.3s [2024-07-10T05:09:08.710Z] [2024-07-10T05:09:08.710Z] #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-10T05:09:08.710Z] #142 ... [2024-07-10T05:09:08.710Z] [2024-07-10T05:09:08.710Z] #164 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-10T05:09:08.979Z] #164 DONE 0.3s [2024-07-10T05:09:08.979Z] [2024-07-10T05:09:08.979Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-10T05:09:08.979Z] #146 ... [2024-07-10T05:09:08.979Z] [2024-07-10T05:09:08.979Z] #165 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-07-10T05:09:09.247Z] #165 DONE 0.2s [2024-07-10T05:09:09.247Z] [2024-07-10T05:09:09.247Z] #166 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-10T05:09:09.514Z] #166 DONE 0.2s [2024-07-10T05:09:09.514Z] [2024-07-10T05:09:09.514Z] #167 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-10T05:09:10.104Z] #167 DONE 0.5s [2024-07-10T05:09:10.104Z] [2024-07-10T05:09:10.104Z] #168 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-10T05:09:10.104Z] #168 DONE 0.1s [2024-07-10T05:09:10.104Z] [2024-07-10T05:09:10.104Z] #169 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-10T05:09:10.695Z] #169 ... [2024-07-10T05:09:10.695Z] [2024-07-10T05:09:10.695Z] #162 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-10T05:09:10.695Z] #162 DONE 3.5s [2024-07-10T05:09:10.695Z] [2024-07-10T05:09:10.695Z] #110 [security-bootstrapper] exporting to image [2024-07-10T05:09:10.695Z] #110 exporting layers [2024-07-10T05:09:12.761Z] #110 exporting layers 1.7s done [2024-07-10T05:09:12.761Z] #110 writing image sha256:d2fd0e9cf6511927b34c79430625c0456ddd79443b3c6064644e9ca803f6ec67 0.1s done [2024-07-10T05:09:12.761Z] #110 naming to docker.io/library/security-bootstrapper-arm64 [2024-07-10T05:09:12.761Z] #110 naming to docker.io/library/security-bootstrapper-arm64 done [2024-07-10T05:09:12.761Z] #110 DONE 6.2s [2024-07-10T05:09:12.761Z] [2024-07-10T05:09:12.761Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-10T05:09:12.761Z] #145 ... [2024-07-10T05:09:12.761Z] [2024-07-10T05:09:12.761Z] #169 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-10T05:09:12.761Z] #169 DONE 2.6s [2024-07-10T05:09:13.029Z] [2024-07-10T05:09:13.029Z] #110 [security-proxy-setup] exporting to image [2024-07-10T05:09:14.017Z] #110 exporting layers 1.4s done [2024-07-10T05:09:14.017Z] #110 writing image sha256:4a949897ec77bc620e7db4936b7c68ea86a270e529554dfc9bc659f8e6c4eafc done [2024-07-10T05:09:14.017Z] #110 naming to docker.io/library/security-proxy-setup-arm64 done [2024-07-10T05:09:14.017Z] #110 DONE 7.6s [2024-07-10T05:09:14.017Z] [2024-07-10T05:09:14.017Z] #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-10T05:09:26.897Z] #142 ... [2024-07-10T05:09:26.897Z] [2024-07-10T05:09:26.897Z] #143 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-10T05:09:26.897Z] #143 DONE 1087.5s [2024-07-10T05:09:26.897Z] [2024-07-10T05:09:26.897Z] #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-10T05:09:26.897Z] #141 ... [2024-07-10T05:09:26.897Z] [2024-07-10T05:09:26.897Z] #170 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T05:09:26.897Z] #170 DONE 0.2s [2024-07-10T05:09:26.897Z] [2024-07-10T05:09:26.897Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-10T05:09:26.897Z] #149 ... [2024-07-10T05:09:26.897Z] [2024-07-10T05:09:26.897Z] #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-10T05:09:26.897Z] #171 DONE 0.1s [2024-07-10T05:09:26.897Z] [2024-07-10T05:09:26.897Z] #172 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-07-10T05:09:26.897Z] #172 DONE 0.1s [2024-07-10T05:09:26.897Z] [2024-07-10T05:09:26.897Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-10T05:09:26.897Z] #145 ... [2024-07-10T05:09:26.897Z] [2024-07-10T05:09:26.897Z] #173 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-07-10T05:09:26.897Z] #173 DONE 0.2s [2024-07-10T05:09:26.897Z] [2024-07-10T05:09:26.897Z] #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-10T05:09:26.897Z] #142 ... [2024-07-10T05:09:26.897Z] [2024-07-10T05:09:26.897Z] #174 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-10T05:09:26.897Z] #174 DONE 0.1s [2024-07-10T05:09:26.897Z] [2024-07-10T05:09:26.897Z] #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-10T05:09:27.164Z] #175 DONE 0.2s [2024-07-10T05:09:27.164Z] [2024-07-10T05:09:27.164Z] #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-10T05:09:27.435Z] #176 DONE 0.3s [2024-07-10T05:09:27.435Z] [2024-07-10T05:09:27.435Z] #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-10T05:09:27.435Z] #177 DONE 0.1s [2024-07-10T05:09:27.435Z] [2024-07-10T05:09:27.435Z] #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-10T05:09:27.435Z] #142 ... [2024-07-10T05:09:27.435Z] [2024-07-10T05:09:27.435Z] #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-10T05:09:30.019Z] #178 DONE 2.1s [2024-07-10T05:09:30.019Z] [2024-07-10T05:09:30.019Z] #110 [security-secretstore-setup] exporting to image [2024-07-10T05:09:30.019Z] #110 exporting layers [2024-07-10T05:09:30.603Z] #110 exporting layers 1.1s done [2024-07-10T05:09:30.603Z] #110 writing image sha256:30c953863616fb6f44b736ef0d4b1ac1c206882c7401b94e2e395e8cced03501 done [2024-07-10T05:09:30.603Z] #110 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-07-10T05:09:30.603Z] #110 DONE 8.8s [2024-07-10T05:09:30.603Z] [2024-07-10T05:09:30.603Z] #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-10T05:10:09.439Z] #142 DONE 1128.8s [2024-07-10T05:10:09.439Z] [2024-07-10T05:10:09.439Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-10T05:10:09.439Z] #146 ... [2024-07-10T05:10:09.439Z] [2024-07-10T05:10:09.439Z] #179 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T05:10:09.439Z] #179 DONE 0.2s [2024-07-10T05:10:09.439Z] [2024-07-10T05:10:09.439Z] #180 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-10T05:10:09.439Z] #180 DONE 0.1s [2024-07-10T05:10:09.439Z] [2024-07-10T05:10:09.439Z] #181 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-10T05:10:09.439Z] #181 DONE 0.2s [2024-07-10T05:10:09.439Z] [2024-07-10T05:10:09.439Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-10T05:10:09.439Z] #147 ... [2024-07-10T05:10:09.439Z] [2024-07-10T05:10:09.439Z] #182 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-07-10T05:10:09.439Z] #182 DONE 0.1s [2024-07-10T05:10:09.439Z] [2024-07-10T05:10:09.439Z] #183 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-07-10T05:10:09.439Z] #183 DONE 0.2s [2024-07-10T05:10:09.439Z] [2024-07-10T05:10:09.439Z] #184 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-10T05:10:10.391Z] #184 DONE 2.0s [2024-07-10T05:10:10.391Z] [2024-07-10T05:10:10.391Z] #110 [core-common-config-bootstrapper] exporting to image [2024-07-10T05:10:10.391Z] #110 exporting layers [2024-07-10T05:10:10.969Z] #110 exporting layers 0.6s done [2024-07-10T05:10:10.969Z] #110 writing image sha256:9df06a5a8294757486d5f1a0687e9ef83e81103978e72938a01e06537f6c67bd done [2024-07-10T05:10:10.969Z] #110 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done [2024-07-10T05:10:10.969Z] #110 DONE 9.4s [2024-07-10T05:10:10.969Z] [2024-07-10T05:10:10.969Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-10T05:12:02.583Z] #146 ... [2024-07-10T05:12:02.583Z] [2024-07-10T05:12:02.583Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-10T05:12:02.583Z] #149 DONE 1240.6s [2024-07-10T05:12:02.583Z] [2024-07-10T05:12:02.583Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-10T05:12:02.583Z] #146 ... [2024-07-10T05:12:02.583Z] [2024-07-10T05:12:02.583Z] #185 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T05:12:02.583Z] #185 DONE 0.2s [2024-07-10T05:12:02.583Z] [2024-07-10T05:12:02.583Z] #186 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-10T05:12:02.583Z] #186 DONE 0.2s [2024-07-10T05:12:02.583Z] [2024-07-10T05:12:02.583Z] #187 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-10T05:12:02.583Z] #187 DONE 0.3s [2024-07-10T05:12:02.583Z] [2024-07-10T05:12:02.583Z] #188 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-07-10T05:12:02.583Z] #188 DONE 0.1s [2024-07-10T05:12:02.583Z] [2024-07-10T05:12:02.583Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-10T05:12:02.583Z] #151 ... [2024-07-10T05:12:02.583Z] [2024-07-10T05:12:02.583Z] #110 [security-spiffe-token-provider] exporting to image [2024-07-10T05:12:02.583Z] #110 exporting layers [2024-07-10T05:12:02.583Z] #110 exporting layers 0.6s done [2024-07-10T05:12:02.583Z] #110 writing image sha256:4ff55b35b03f01ef4d4db019098539cc2145099d63fa921f717b7b87e8873136 done [2024-07-10T05:12:02.583Z] #110 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-07-10T05:12:02.583Z] #110 DONE 9.9s [2024-07-10T05:12:02.583Z] [2024-07-10T05:12:02.583Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-10T05:18:54.486Z] #145 ... [2024-07-10T05:18:54.486Z] [2024-07-10T05:18:54.486Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-10T05:18:54.486Z] #146 DONE 1655.4s [2024-07-10T05:18:54.486Z] [2024-07-10T05:18:54.486Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-10T05:18:54.486Z] #144 ... [2024-07-10T05:18:54.486Z] [2024-07-10T05:18:54.486Z] #189 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T05:18:54.486Z] #189 DONE 0.2s [2024-07-10T05:18:54.486Z] [2024-07-10T05:18:54.486Z] #190 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-10T05:18:54.486Z] #190 DONE 0.2s [2024-07-10T05:18:54.486Z] [2024-07-10T05:18:54.486Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-10T05:18:54.486Z] #151 ... [2024-07-10T05:18:54.486Z] [2024-07-10T05:18:54.486Z] #191 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-10T05:18:54.754Z] #191 DONE 0.4s [2024-07-10T05:18:54.754Z] [2024-07-10T05:18:54.754Z] #192 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-10T05:18:54.754Z] #192 DONE 0.1s [2024-07-10T05:18:54.754Z] [2024-07-10T05:18:54.755Z] #193 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-10T05:18:55.021Z] #193 DONE 0.1s [2024-07-10T05:18:55.021Z] [2024-07-10T05:18:55.021Z] #194 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-10T05:18:57.608Z] #194 DONE 2.2s [2024-07-10T05:18:57.608Z] [2024-07-10T05:18:57.608Z] #110 [security-proxy-auth] exporting to image [2024-07-10T05:18:57.608Z] #110 exporting layers [2024-07-10T05:18:57.876Z] #110 exporting layers 0.7s done [2024-07-10T05:18:57.876Z] #110 writing image sha256:c72a0ebf90c09e7f4354ba5be766b4e22219dd41dbe6f32f76141deeb6401181 done [2024-07-10T05:18:57.876Z] #110 naming to docker.io/library/security-proxy-auth-arm64 done [2024-07-10T05:18:57.876Z] #110 DONE 10.7s [2024-07-10T05:18:57.876Z] [2024-07-10T05:18:57.876Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-10T05:19:44.712Z] #147 DONE 1700.1s [2024-07-10T05:19:44.712Z] [2024-07-10T05:19:44.712Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-10T05:19:44.712Z] #144 ... [2024-07-10T05:19:44.712Z] [2024-07-10T05:19:44.712Z] #195 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T05:19:44.712Z] #195 DONE 0.3s [2024-07-10T05:19:44.713Z] [2024-07-10T05:19:44.713Z] #196 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-10T05:19:44.713Z] #196 DONE 0.2s [2024-07-10T05:19:44.713Z] [2024-07-10T05:19:44.713Z] #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-10T05:19:44.713Z] #197 DONE 0.4s [2024-07-10T05:19:44.713Z] [2024-07-10T05:19:44.713Z] #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-10T05:19:44.713Z] #198 DONE 0.1s [2024-07-10T05:19:44.713Z] [2024-07-10T05:19:44.713Z] #110 [core-command] exporting to image [2024-07-10T05:19:44.713Z] #110 exporting layers [2024-07-10T05:19:44.713Z] #110 exporting layers 0.8s done [2024-07-10T05:19:44.713Z] #110 writing image sha256:f1e958bac3285c939eb5512b5ced88206956d0aab252ed56683bcb29940019f0 done [2024-07-10T05:19:44.713Z] #110 naming to docker.io/library/core-command-arm64 0.0s done [2024-07-10T05:19:44.713Z] #110 DONE 11.5s [2024-07-10T05:19:44.713Z] [2024-07-10T05:19:44.713Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-10T05:19:54.754Z] #144 ... [2024-07-10T05:19:54.754Z] [2024-07-10T05:19:54.754Z] #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-10T05:19:54.755Z] #141 DONE 1715.0s [2024-07-10T05:19:54.755Z] [2024-07-10T05:19:54.755Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-10T05:19:54.755Z] #145 ... [2024-07-10T05:19:54.755Z] [2024-07-10T05:19:54.755Z] #199 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T05:19:54.755Z] #199 DONE 0.1s [2024-07-10T05:19:54.755Z] [2024-07-10T05:19:54.755Z] #200 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-10T05:19:54.755Z] #200 DONE 0.5s [2024-07-10T05:19:54.755Z] [2024-07-10T05:19:54.755Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-10T05:19:54.755Z] #144 ... [2024-07-10T05:19:54.755Z] [2024-07-10T05:19:54.755Z] #201 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-10T05:19:54.755Z] #201 DONE 0.2s [2024-07-10T05:19:54.755Z] [2024-07-10T05:19:54.755Z] #110 [core-keeper] exporting to image [2024-07-10T05:19:54.755Z] #110 exporting layers [2024-07-10T05:19:55.334Z] #110 ... [2024-07-10T05:19:55.334Z] [2024-07-10T05:19:55.334Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-10T05:19:55.334Z] #145 DONE 1717.3s [2024-07-10T05:19:55.334Z] [2024-07-10T05:19:55.334Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-10T05:19:55.787Z] #144 ... [2024-07-10T05:19:55.787Z] [2024-07-10T05:19:55.787Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-10T05:19:55.787Z] #150 DONE 1717.8s [2024-07-10T05:19:55.787Z] [2024-07-10T05:19:55.787Z] #202 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T05:19:56.149Z] #202 ... [2024-07-10T05:19:56.149Z] [2024-07-10T05:19:56.149Z] #110 [core-keeper] exporting to image [2024-07-10T05:19:56.149Z] #110 exporting layers 1.1s done [2024-07-10T05:19:56.149Z] #110 writing image sha256:79b56c63fb9522ec377f437716d13457e1f01ca6548f29a51730ab9f7c1f72f4 0.1s done [2024-07-10T05:19:56.149Z] #110 naming to docker.io/library/core-keeper-arm64 done [2024-07-10T05:19:56.149Z] #110 DONE 12.8s [2024-07-10T05:19:56.149Z] [2024-07-10T05:19:56.149Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-10T05:19:56.458Z] #144 ... [2024-07-10T05:19:56.458Z] [2024-07-10T05:19:56.458Z] #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T05:19:56.458Z] #203 ... [2024-07-10T05:19:56.458Z] [2024-07-10T05:19:56.458Z] #202 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T05:19:56.458Z] #202 DONE 0.5s [2024-07-10T05:19:56.728Z] [2024-07-10T05:19:56.728Z] #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T05:19:56.728Z] #203 DONE 0.2s [2024-07-10T05:19:56.728Z] [2024-07-10T05:19:56.728Z] #204 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-10T05:19:56.994Z] #204 DONE 0.4s [2024-07-10T05:19:56.994Z] [2024-07-10T05:19:56.994Z] #205 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-10T05:19:56.994Z] #205 DONE 0.4s [2024-07-10T05:19:56.994Z] [2024-07-10T05:19:56.994Z] #206 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-10T05:19:57.583Z] #206 DONE 0.7s [2024-07-10T05:19:57.583Z] [2024-07-10T05:19:57.583Z] #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-10T05:19:57.583Z] #207 DONE 0.6s [2024-07-10T05:19:57.583Z] [2024-07-10T05:19:57.583Z] #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-10T05:19:57.878Z] #208 DONE 0.2s [2024-07-10T05:19:57.878Z] [2024-07-10T05:19:57.878Z] #209 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-10T05:19:57.878Z] #209 DONE 0.2s [2024-07-10T05:19:57.878Z] [2024-07-10T05:19:57.878Z] #110 [core-data] exporting to image [2024-07-10T05:19:58.162Z] #110 ... [2024-07-10T05:19:58.162Z] [2024-07-10T05:19:58.162Z] #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-10T05:19:58.162Z] #210 DONE 0.5s [2024-07-10T05:19:58.162Z] [2024-07-10T05:19:58.162Z] #110 [core-metadata] exporting to image [2024-07-10T05:19:58.449Z] #110 exporting layers 0.8s done [2024-07-10T05:19:58.449Z] #110 writing image sha256:c279ef2a4fd1b8f661532dc3faff38519ec46e5c7284c65206e2c61130de1410 [2024-07-10T05:19:58.729Z] #110 writing image sha256:c279ef2a4fd1b8f661532dc3faff38519ec46e5c7284c65206e2c61130de1410 done [2024-07-10T05:19:58.729Z] #110 naming to docker.io/library/core-data-arm64 done [2024-07-10T05:19:58.729Z] #110 exporting layers 0.6s done [2024-07-10T05:19:59.017Z] #110 writing image sha256:4e52c43d4fadec57a25cb3285601653a71aa0eace5d796f154d76562ba4fc3d1 done [2024-07-10T05:19:59.017Z] #110 naming to docker.io/library/core-metadata-arm64 done [2024-07-10T05:19:59.017Z] #110 DONE 14.2s [2024-07-10T05:19:59.017Z] [2024-07-10T05:19:59.017Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-10T05:20:25.778Z] #144 ... [2024-07-10T05:20:25.778Z] [2024-07-10T05:20:25.778Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-10T05:20:25.778Z] #151 DONE 1746.5s [2024-07-10T05:20:25.778Z] [2024-07-10T05:20:25.778Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-10T05:20:25.778Z] #144 ... [2024-07-10T05:20:25.778Z] [2024-07-10T05:20:25.778Z] #211 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T05:20:25.778Z] #211 DONE 0.1s [2024-07-10T05:20:25.778Z] [2024-07-10T05:20:25.778Z] #212 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-10T05:20:25.778Z] #212 DONE 0.1s [2024-07-10T05:20:25.778Z] [2024-07-10T05:20:25.778Z] #213 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-10T05:20:25.779Z] #213 ... [2024-07-10T05:20:25.779Z] [2024-07-10T05:20:25.779Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-10T05:20:25.779Z] #144 DONE 1747.5s [2024-07-10T05:20:25.779Z] [2024-07-10T05:20:25.779Z] #213 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-10T05:20:25.779Z] #213 DONE 0.5s [2024-07-10T05:20:25.779Z] [2024-07-10T05:20:25.779Z] #214 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-10T05:20:25.779Z] #214 DONE 0.1s [2024-07-10T05:20:25.779Z] [2024-07-10T05:20:25.779Z] #215 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-10T05:20:26.043Z] #215 DONE 0.2s [2024-07-10T05:20:26.043Z] [2024-07-10T05:20:26.043Z] #110 [support-scheduler] exporting to image [2024-07-10T05:20:26.043Z] #110 exporting layers [2024-07-10T05:20:26.043Z] #110 ... [2024-07-10T05:20:26.043Z] [2024-07-10T05:20:26.043Z] #216 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-10T05:20:26.043Z] #216 DONE 0.2s [2024-07-10T05:20:26.310Z] [2024-07-10T05:20:26.310Z] #217 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-10T05:20:26.574Z] #217 DONE 0.4s [2024-07-10T05:20:26.574Z] [2024-07-10T05:20:26.574Z] #110 [support-scheduler] exporting to image [2024-07-10T05:20:26.574Z] #110 exporting layers 0.5s done [2024-07-10T05:20:26.574Z] #110 writing image sha256:626c71c689b429e279863fc182bc889ee11aa5de581c94aebb13e121e028991f done [2024-07-10T05:20:26.574Z] #110 naming to docker.io/library/support-scheduler-arm64 done [2024-07-10T05:20:26.574Z] #110 DONE 14.7s [2024-07-10T05:20:26.574Z] [2024-07-10T05:20:26.574Z] #218 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-10T05:20:26.838Z] #218 DONE 0.1s [2024-07-10T05:20:26.838Z] [2024-07-10T05:20:26.838Z] #110 [support-notifications] exporting to image [2024-07-10T05:20:27.102Z] #110 exporting layers 0.4s done [2024-07-10T05:20:27.102Z] #110 writing image sha256:e4d4791aa964b66c75fc762f03d59652355b50b51ad1120169db3f2143e98e37 done [2024-07-10T05:20:27.102Z] #110 naming to docker.io/library/support-notifications-arm64 done [2024-07-10T05:20:27.102Z] #110 DONE 15.1s [2024-07-10T05:20:27.102Z] time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T05:20:27.102Z] time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T05:20:27.102Z] time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T05:20:27.102Z] time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T05:20:27.102Z] time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T05:20:27.102Z] time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T05:20:27.102Z] time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T05:20:27.102Z] time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T05:20:27.102Z] time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T05:20:27.102Z] time="2024-07-10T04:49:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T05:20:27.102Z] time="2024-07-10T04:49:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T05:20:27.102Z] time="2024-07-10T04:49:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T05:20:27.102Z] time="2024-07-10T04:49:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T05:20:27.102Z] time="2024-07-10T04:49:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-10T05:20:27.102Z] time="2024-07-10T04:49:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-10T05:20:27.104Z] $ docker stop --time=1 31ccdc49af542cd2861f16461a35cbceb0f16ad9a9cdad610b9649ee35172471 [2024-07-10T05:20:28.735Z] $ docker rm -f --volumes 31ccdc49af542cd2861f16461a35cbceb0f16ad9a9cdad610b9649ee35172471 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-10T05:20:29.231Z] + docker images [2024-07-10T05:20:29.231Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-10T05:20:29.231Z] support-notifications-arm64 latest e4d4791aa964 3 seconds ago 43.3MB [2024-07-10T05:20:29.231Z] support-scheduler-arm64 latest 626c71c689b4 4 seconds ago 42.4MB [2024-07-10T05:20:29.231Z] core-metadata-arm64 latest 4e52c43d4fad 31 seconds ago 40.3MB [2024-07-10T05:20:29.231Z] core-data-arm64 latest c279ef2a4fd1 32 seconds ago 40.2MB [2024-07-10T05:20:29.231Z] core-keeper-arm64 latest 79b56c63fb95 35 seconds ago 35.2MB [2024-07-10T05:20:29.231Z] core-command-arm64 latest f1e958bac328 50 seconds ago 39.9MB [2024-07-10T05:20:29.231Z] security-proxy-auth-arm64 latest c72a0ebf90c0 About a minute ago 37.4MB [2024-07-10T05:20:29.231Z] security-spiffe-token-provider-arm64 latest 4ff55b35b03f 8 minutes ago 34.1MB [2024-07-10T05:20:29.231Z] core-common-config-bootstrapper-arm64 latest 9df06a5a8294 10 minutes ago 20.1MB [2024-07-10T05:20:29.231Z] security-secretstore-setup-arm64 latest 30c953863616 11 minutes ago 41.5MB [2024-07-10T05:20:29.231Z] security-proxy-setup-arm64 latest 4a949897ec77 11 minutes ago 31MB [2024-07-10T05:20:29.231Z] security-bootstrapper-arm64 latest d2fd0e9cf651 11 minutes ago 23.7MB [2024-07-10T05:20:29.231Z] security-spire-agent-arm64 latest fd3f582405f6 30 minutes ago 179MB [2024-07-10T05:20:29.231Z] security-spire-server-arm64 latest 5c6b37f0d216 30 minutes ago 121MB [2024-07-10T05:20:29.231Z] security-spire-config-arm64 latest c955f1c392fb 30 minutes ago 120MB [2024-07-10T05:20:29.231Z] ci-base-image-arm64 latest 09aa8db6b68e 31 minutes ago 962MB [2024-07-10T05:20:29.231Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 2 months ago 561MB [2024-07-10T05:20:29.231Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 13 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-10T05:20:29.376Z] provisioning config files... [2024-07-10T05:20:29.392Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/651@tmp/config15859716053413765800tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-10T05:20:29.733Z] ---> ****-login.sh [2024-07-10T05:20:29.733Z] nexus3.edgexfoundry.org:10001 [2024-07-10T05:20:29.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T05:20:29.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T05:20:29.999Z] Configure a credential helper to remove this warning. See [2024-07-10T05:20:29.999Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T05:20:29.999Z] [2024-07-10T05:20:29.999Z] Login Succeeded [2024-07-10T05:20:29.999Z] nexus3.edgexfoundry.org:10002 [2024-07-10T05:20:30.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T05:20:30.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T05:20:30.534Z] Configure a credential helper to remove this warning. See [2024-07-10T05:20:30.534Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T05:20:30.534Z] [2024-07-10T05:20:30.534Z] Login Succeeded [2024-07-10T05:20:30.534Z] nexus3.edgexfoundry.org:10003 [2024-07-10T05:20:30.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T05:20:30.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T05:20:30.801Z] Configure a credential helper to remove this warning. See [2024-07-10T05:20:30.801Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T05:20:30.801Z] [2024-07-10T05:20:30.801Z] Login Succeeded [2024-07-10T05:20:30.801Z] nexus3.edgexfoundry.org:10004 [2024-07-10T05:20:31.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T05:20:31.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T05:20:31.067Z] Configure a credential helper to remove this warning. See [2024-07-10T05:20:31.067Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T05:20:31.067Z] [2024-07-10T05:20:31.067Z] Login Succeeded [2024-07-10T05:20:31.067Z] ****.io [2024-07-10T05:20:31.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-10T05:20:31.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-10T05:20:31.594Z] Configure a credential helper to remove this warning. See [2024-07-10T05:20:31.594Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-10T05:20:31.594Z] [2024-07-10T05:20:31.594Z] Login Succeeded [2024-07-10T05:20:31.594Z] ---> ****-login.sh ends [Pipeline] } [2024-07-10T05:20:31.605Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T05:20:31.651Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-10T05:20:31.679Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-07-10T05:20:31.679Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:20:31.679Z] latest [2024-07-10T05:20:31.679Z] 3.2.0-dev.33 [2024-07-10T05:20:31.679Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:20:31.679Z] main [2024-07-10T05:20:31.679Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:32.038Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:32.413Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:20:32.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-10T05:20:32.413Z] 447ef0714eaa: Preparing [2024-07-10T05:20:32.413Z] 186ca0b7e0d5: Preparing [2024-07-10T05:20:32.413Z] 1a998da1877e: Preparing [2024-07-10T05:20:32.413Z] c2dd4b8164f4: Preparing [2024-07-10T05:20:32.413Z] df88f4d4f53e: Preparing [2024-07-10T05:20:32.413Z] 64bbbfd74bf0: Preparing [2024-07-10T05:20:32.413Z] da707bb00cb8: Preparing [2024-07-10T05:20:32.413Z] 64bbbfd74bf0: Waiting [2024-07-10T05:20:32.413Z] da707bb00cb8: Waiting [2024-07-10T05:20:32.677Z] 1a998da1877e: Pushed [2024-07-10T05:20:32.677Z] c2dd4b8164f4: Pushed [2024-07-10T05:20:32.677Z] 447ef0714eaa: Pushed [2024-07-10T05:20:32.677Z] da707bb00cb8: Layer already exists [2024-07-10T05:20:32.677Z] 64bbbfd74bf0: Pushed [2024-07-10T05:20:34.079Z] df88f4d4f53e: Pushed [2024-07-10T05:20:38.328Z] 186ca0b7e0d5: Pushed [2024-07-10T05:20:38.593Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:4b4822ce49156a46b3c3e621fc354a779ba88fbf83cb830810c19462af1594c6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:38.942Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:39.285Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-07-10T05:20:39.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-10T05:20:39.285Z] 447ef0714eaa: Preparing [2024-07-10T05:20:39.285Z] 186ca0b7e0d5: Preparing [2024-07-10T05:20:39.285Z] 1a998da1877e: Preparing [2024-07-10T05:20:39.285Z] c2dd4b8164f4: Preparing [2024-07-10T05:20:39.285Z] df88f4d4f53e: Preparing [2024-07-10T05:20:39.285Z] 64bbbfd74bf0: Preparing [2024-07-10T05:20:39.285Z] da707bb00cb8: Preparing [2024-07-10T05:20:39.285Z] da707bb00cb8: Waiting [2024-07-10T05:20:39.285Z] 64bbbfd74bf0: Waiting [2024-07-10T05:20:39.285Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:20:39.285Z] 447ef0714eaa: Layer already exists [2024-07-10T05:20:39.285Z] 1a998da1877e: Layer already exists [2024-07-10T05:20:39.285Z] 186ca0b7e0d5: Layer already exists [2024-07-10T05:20:39.285Z] df88f4d4f53e: Layer already exists [2024-07-10T05:20:39.285Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:20:39.285Z] da707bb00cb8: Layer already exists [2024-07-10T05:20:39.285Z] latest: digest: sha256:4b4822ce49156a46b3c3e621fc354a779ba88fbf83cb830810c19462af1594c6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:39.890Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:40.238Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.33 [2024-07-10T05:20:40.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-10T05:20:40.238Z] 447ef0714eaa: Preparing [2024-07-10T05:20:40.238Z] 186ca0b7e0d5: Preparing [2024-07-10T05:20:40.238Z] 1a998da1877e: Preparing [2024-07-10T05:20:40.238Z] c2dd4b8164f4: Preparing [2024-07-10T05:20:40.238Z] df88f4d4f53e: Preparing [2024-07-10T05:20:40.238Z] 64bbbfd74bf0: Preparing [2024-07-10T05:20:40.238Z] da707bb00cb8: Preparing [2024-07-10T05:20:40.238Z] 64bbbfd74bf0: Waiting [2024-07-10T05:20:40.238Z] da707bb00cb8: Waiting [2024-07-10T05:20:40.238Z] df88f4d4f53e: Layer already exists [2024-07-10T05:20:40.238Z] 186ca0b7e0d5: Layer already exists [2024-07-10T05:20:40.238Z] 447ef0714eaa: Layer already exists [2024-07-10T05:20:40.238Z] 1a998da1877e: Layer already exists [2024-07-10T05:20:40.238Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:20:40.238Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:20:40.238Z] da707bb00cb8: Layer already exists [2024-07-10T05:20:40.238Z] 3.2.0-dev.33: digest: sha256:4b4822ce49156a46b3c3e621fc354a779ba88fbf83cb830810c19462af1594c6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:40.847Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:41.178Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:20:41.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-10T05:20:41.178Z] 447ef0714eaa: Preparing [2024-07-10T05:20:41.178Z] 186ca0b7e0d5: Preparing [2024-07-10T05:20:41.178Z] 1a998da1877e: Preparing [2024-07-10T05:20:41.178Z] c2dd4b8164f4: Preparing [2024-07-10T05:20:41.178Z] df88f4d4f53e: Preparing [2024-07-10T05:20:41.178Z] 64bbbfd74bf0: Preparing [2024-07-10T05:20:41.178Z] da707bb00cb8: Preparing [2024-07-10T05:20:41.178Z] 64bbbfd74bf0: Waiting [2024-07-10T05:20:41.178Z] da707bb00cb8: Waiting [2024-07-10T05:20:41.178Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:20:41.178Z] df88f4d4f53e: Layer already exists [2024-07-10T05:20:41.178Z] 186ca0b7e0d5: Layer already exists [2024-07-10T05:20:41.178Z] 447ef0714eaa: Layer already exists [2024-07-10T05:20:41.178Z] 1a998da1877e: Layer already exists [2024-07-10T05:20:41.178Z] da707bb00cb8: Layer already exists [2024-07-10T05:20:41.178Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:20:41.441Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:4b4822ce49156a46b3c3e621fc354a779ba88fbf83cb830810c19462af1594c6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:41.786Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:42.135Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-07-10T05:20:42.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-10T05:20:42.135Z] 447ef0714eaa: Preparing [2024-07-10T05:20:42.135Z] 186ca0b7e0d5: Preparing [2024-07-10T05:20:42.135Z] 1a998da1877e: Preparing [2024-07-10T05:20:42.135Z] c2dd4b8164f4: Preparing [2024-07-10T05:20:42.135Z] df88f4d4f53e: Preparing [2024-07-10T05:20:42.135Z] 64bbbfd74bf0: Preparing [2024-07-10T05:20:42.135Z] 64bbbfd74bf0: Waiting [2024-07-10T05:20:42.135Z] da707bb00cb8: Preparing [2024-07-10T05:20:42.135Z] da707bb00cb8: Waiting [2024-07-10T05:20:42.135Z] 447ef0714eaa: Layer already exists [2024-07-10T05:20:42.135Z] df88f4d4f53e: Layer already exists [2024-07-10T05:20:42.135Z] 186ca0b7e0d5: Layer already exists [2024-07-10T05:20:42.135Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:20:42.135Z] 1a998da1877e: Layer already exists [2024-07-10T05:20:42.135Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:20:42.135Z] da707bb00cb8: Layer already exists [2024-07-10T05:20:42.398Z] main: digest: sha256:4b4822ce49156a46b3c3e621fc354a779ba88fbf83cb830810c19462af1594c6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T05:20:42.473Z] ===================================================== [Pipeline] echo [2024-07-10T05:20:42.488Z] taggedImages: [2024-07-10T05:20:42.488Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:20:42.488Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-07-10T05:20:42.488Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.33 [2024-07-10T05:20:42.488Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:20:42.488Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-07-10T05:20:42.511Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-07-10T05:20:42.511Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:20:42.511Z] latest [2024-07-10T05:20:42.511Z] 3.2.0-dev.33 [2024-07-10T05:20:42.511Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:20:42.511Z] main [2024-07-10T05:20:42.511Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:42.873Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:43.214Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:20:43.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-10T05:20:43.214Z] 8cf25f812523: Preparing [2024-07-10T05:20:43.214Z] 8f9578115d5b: Preparing [2024-07-10T05:20:43.214Z] b86e3ea5d8a3: Preparing [2024-07-10T05:20:43.214Z] 64b33f213890: Preparing [2024-07-10T05:20:43.214Z] 1a998da1877e: Preparing [2024-07-10T05:20:43.214Z] c2dd4b8164f4: Preparing [2024-07-10T05:20:43.214Z] df88f4d4f53e: Preparing [2024-07-10T05:20:43.214Z] 64bbbfd74bf0: Preparing [2024-07-10T05:20:43.214Z] da707bb00cb8: Preparing [2024-07-10T05:20:43.214Z] df88f4d4f53e: Waiting [2024-07-10T05:20:43.214Z] 64bbbfd74bf0: Waiting [2024-07-10T05:20:43.214Z] c2dd4b8164f4: Waiting [2024-07-10T05:20:43.214Z] da707bb00cb8: Waiting [2024-07-10T05:20:43.214Z] 1a998da1877e: Layer already exists [2024-07-10T05:20:43.478Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:20:43.478Z] df88f4d4f53e: Layer already exists [2024-07-10T05:20:43.478Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:20:43.478Z] b86e3ea5d8a3: Pushed [2024-07-10T05:20:43.478Z] 8f9578115d5b: Pushed [2024-07-10T05:20:43.478Z] 8cf25f812523: Pushed [2024-07-10T05:20:43.478Z] da707bb00cb8: Layer already exists [2024-07-10T05:20:45.962Z] 64b33f213890: Pushed [2024-07-10T05:20:45.962Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:e179a2345648d981fde6450dc380959806bdf689bd476bc55fe72dcd9f1bf559 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:46.312Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:46.677Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-07-10T05:20:46.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-10T05:20:46.677Z] 8cf25f812523: Preparing [2024-07-10T05:20:46.677Z] 8f9578115d5b: Preparing [2024-07-10T05:20:46.677Z] b86e3ea5d8a3: Preparing [2024-07-10T05:20:46.677Z] 64b33f213890: Preparing [2024-07-10T05:20:46.677Z] 1a998da1877e: Preparing [2024-07-10T05:20:46.677Z] c2dd4b8164f4: Preparing [2024-07-10T05:20:46.677Z] df88f4d4f53e: Preparing [2024-07-10T05:20:46.677Z] 64bbbfd74bf0: Preparing [2024-07-10T05:20:46.677Z] da707bb00cb8: Preparing [2024-07-10T05:20:46.677Z] df88f4d4f53e: Waiting [2024-07-10T05:20:46.677Z] 64bbbfd74bf0: Waiting [2024-07-10T05:20:46.677Z] da707bb00cb8: Waiting [2024-07-10T05:20:46.677Z] c2dd4b8164f4: Waiting [2024-07-10T05:20:46.677Z] b86e3ea5d8a3: Layer already exists [2024-07-10T05:20:46.677Z] 1a998da1877e: Layer already exists [2024-07-10T05:20:46.677Z] 8f9578115d5b: Layer already exists [2024-07-10T05:20:46.677Z] 64b33f213890: Layer already exists [2024-07-10T05:20:46.677Z] 8cf25f812523: Layer already exists [2024-07-10T05:20:46.677Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:20:46.677Z] df88f4d4f53e: Layer already exists [2024-07-10T05:20:46.677Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:20:46.677Z] da707bb00cb8: Layer already exists [2024-07-10T05:20:46.942Z] latest: digest: sha256:e179a2345648d981fde6450dc380959806bdf689bd476bc55fe72dcd9f1bf559 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:47.286Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:47.633Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.33 [2024-07-10T05:20:47.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-10T05:20:47.633Z] 8cf25f812523: Preparing [2024-07-10T05:20:47.633Z] 8f9578115d5b: Preparing [2024-07-10T05:20:47.633Z] b86e3ea5d8a3: Preparing [2024-07-10T05:20:47.633Z] 64b33f213890: Preparing [2024-07-10T05:20:47.633Z] 1a998da1877e: Preparing [2024-07-10T05:20:47.633Z] c2dd4b8164f4: Preparing [2024-07-10T05:20:47.633Z] df88f4d4f53e: Preparing [2024-07-10T05:20:47.633Z] 64bbbfd74bf0: Preparing [2024-07-10T05:20:47.633Z] da707bb00cb8: Preparing [2024-07-10T05:20:47.633Z] c2dd4b8164f4: Waiting [2024-07-10T05:20:47.633Z] df88f4d4f53e: Waiting [2024-07-10T05:20:47.633Z] 64bbbfd74bf0: Waiting [2024-07-10T05:20:47.633Z] da707bb00cb8: Waiting [2024-07-10T05:20:47.633Z] 8f9578115d5b: Layer already exists [2024-07-10T05:20:47.633Z] 64b33f213890: Layer already exists [2024-07-10T05:20:47.633Z] b86e3ea5d8a3: Layer already exists [2024-07-10T05:20:47.633Z] 8cf25f812523: Layer already exists [2024-07-10T05:20:47.633Z] 1a998da1877e: Layer already exists [2024-07-10T05:20:47.633Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:20:47.633Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:20:47.633Z] df88f4d4f53e: Layer already exists [2024-07-10T05:20:47.633Z] da707bb00cb8: Layer already exists [2024-07-10T05:20:47.897Z] 3.2.0-dev.33: digest: sha256:e179a2345648d981fde6450dc380959806bdf689bd476bc55fe72dcd9f1bf559 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:48.244Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:48.596Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:20:48.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-10T05:20:48.596Z] 8cf25f812523: Preparing [2024-07-10T05:20:48.596Z] 8f9578115d5b: Preparing [2024-07-10T05:20:48.596Z] b86e3ea5d8a3: Preparing [2024-07-10T05:20:48.596Z] 64b33f213890: Preparing [2024-07-10T05:20:48.596Z] 1a998da1877e: Preparing [2024-07-10T05:20:48.596Z] c2dd4b8164f4: Preparing [2024-07-10T05:20:48.596Z] df88f4d4f53e: Preparing [2024-07-10T05:20:48.596Z] 64bbbfd74bf0: Preparing [2024-07-10T05:20:48.596Z] da707bb00cb8: Preparing [2024-07-10T05:20:48.596Z] df88f4d4f53e: Waiting [2024-07-10T05:20:48.596Z] 64bbbfd74bf0: Waiting [2024-07-10T05:20:48.596Z] da707bb00cb8: Waiting [2024-07-10T05:20:48.596Z] c2dd4b8164f4: Waiting [2024-07-10T05:20:48.596Z] 8f9578115d5b: Layer already exists [2024-07-10T05:20:48.596Z] 1a998da1877e: Layer already exists [2024-07-10T05:20:48.596Z] b86e3ea5d8a3: Layer already exists [2024-07-10T05:20:48.596Z] 8cf25f812523: Layer already exists [2024-07-10T05:20:48.596Z] 64b33f213890: Layer already exists [2024-07-10T05:20:48.596Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:20:48.596Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:20:48.596Z] da707bb00cb8: Layer already exists [2024-07-10T05:20:48.596Z] df88f4d4f53e: Layer already exists [2024-07-10T05:20:48.596Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:e179a2345648d981fde6450dc380959806bdf689bd476bc55fe72dcd9f1bf559 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:49.219Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:49.577Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-07-10T05:20:49.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-10T05:20:49.577Z] 8cf25f812523: Preparing [2024-07-10T05:20:49.577Z] 8f9578115d5b: Preparing [2024-07-10T05:20:49.577Z] b86e3ea5d8a3: Preparing [2024-07-10T05:20:49.577Z] 64b33f213890: Preparing [2024-07-10T05:20:49.577Z] 1a998da1877e: Preparing [2024-07-10T05:20:49.577Z] c2dd4b8164f4: Preparing [2024-07-10T05:20:49.577Z] df88f4d4f53e: Preparing [2024-07-10T05:20:49.578Z] 64bbbfd74bf0: Preparing [2024-07-10T05:20:49.578Z] da707bb00cb8: Preparing [2024-07-10T05:20:49.578Z] df88f4d4f53e: Waiting [2024-07-10T05:20:49.578Z] 64bbbfd74bf0: Waiting [2024-07-10T05:20:49.578Z] da707bb00cb8: Waiting [2024-07-10T05:20:49.578Z] c2dd4b8164f4: Waiting [2024-07-10T05:20:49.578Z] 8f9578115d5b: Layer already exists [2024-07-10T05:20:49.578Z] 64b33f213890: Layer already exists [2024-07-10T05:20:49.578Z] 8cf25f812523: Layer already exists [2024-07-10T05:20:49.578Z] 1a998da1877e: Layer already exists [2024-07-10T05:20:49.578Z] b86e3ea5d8a3: Layer already exists [2024-07-10T05:20:49.578Z] df88f4d4f53e: Layer already exists [2024-07-10T05:20:49.578Z] da707bb00cb8: Layer already exists [2024-07-10T05:20:49.578Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:20:49.578Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:20:49.842Z] main: digest: sha256:e179a2345648d981fde6450dc380959806bdf689bd476bc55fe72dcd9f1bf559 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T05:20:49.926Z] ===================================================== [Pipeline] echo [2024-07-10T05:20:49.939Z] taggedImages: [2024-07-10T05:20:49.939Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:20:49.939Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-07-10T05:20:49.939Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.33 [2024-07-10T05:20:49.939Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:20:49.939Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-07-10T05:20:49.968Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-07-10T05:20:49.968Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:20:49.968Z] latest [2024-07-10T05:20:49.968Z] 3.2.0-dev.33 [2024-07-10T05:20:49.968Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:20:49.968Z] main [2024-07-10T05:20:49.968Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:50.327Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:50.672Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:20:50.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-10T05:20:50.672Z] 7a4c0f853954: Preparing [2024-07-10T05:20:50.672Z] 7340314d28cf: Preparing [2024-07-10T05:20:50.672Z] 1a998da1877e: Preparing [2024-07-10T05:20:50.672Z] c2dd4b8164f4: Preparing [2024-07-10T05:20:50.672Z] 30f56d4495f8: Preparing [2024-07-10T05:20:50.672Z] 6d887a045eea: Preparing [2024-07-10T05:20:50.672Z] da707bb00cb8: Preparing [2024-07-10T05:20:50.672Z] 6d887a045eea: Waiting [2024-07-10T05:20:50.672Z] da707bb00cb8: Waiting [2024-07-10T05:20:50.672Z] 1a998da1877e: Layer already exists [2024-07-10T05:20:50.672Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:20:50.937Z] da707bb00cb8: Layer already exists [2024-07-10T05:20:50.937Z] 7a4c0f853954: Pushed [2024-07-10T05:20:50.937Z] 6d887a045eea: Pushed [2024-07-10T05:20:51.891Z] 30f56d4495f8: Pushed [2024-07-10T05:20:57.213Z] 7340314d28cf: Pushed [2024-07-10T05:20:57.213Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:e755bbbd63ea15d931d66fa4e45b94bde86878e671609ab89e9ded11b181085e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:57.570Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:57.923Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-07-10T05:20:57.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-10T05:20:57.924Z] 7a4c0f853954: Preparing [2024-07-10T05:20:57.924Z] 7340314d28cf: Preparing [2024-07-10T05:20:57.924Z] 1a998da1877e: Preparing [2024-07-10T05:20:57.924Z] c2dd4b8164f4: Preparing [2024-07-10T05:20:57.924Z] 30f56d4495f8: Preparing [2024-07-10T05:20:57.924Z] 6d887a045eea: Preparing [2024-07-10T05:20:57.924Z] da707bb00cb8: Preparing [2024-07-10T05:20:57.924Z] 6d887a045eea: Waiting [2024-07-10T05:20:57.924Z] da707bb00cb8: Waiting [2024-07-10T05:20:57.924Z] 7340314d28cf: Layer already exists [2024-07-10T05:20:57.924Z] 7a4c0f853954: Layer already exists [2024-07-10T05:20:57.924Z] 30f56d4495f8: Layer already exists [2024-07-10T05:20:57.924Z] 1a998da1877e: Layer already exists [2024-07-10T05:20:57.924Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:20:57.924Z] 6d887a045eea: Layer already exists [2024-07-10T05:20:57.924Z] da707bb00cb8: Layer already exists [2024-07-10T05:20:58.188Z] latest: digest: sha256:e755bbbd63ea15d931d66fa4e45b94bde86878e671609ab89e9ded11b181085e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:58.532Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:58.874Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.33 [2024-07-10T05:20:58.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-10T05:20:58.874Z] 7a4c0f853954: Preparing [2024-07-10T05:20:58.874Z] 7340314d28cf: Preparing [2024-07-10T05:20:58.874Z] 1a998da1877e: Preparing [2024-07-10T05:20:58.874Z] c2dd4b8164f4: Preparing [2024-07-10T05:20:58.874Z] 30f56d4495f8: Preparing [2024-07-10T05:20:58.874Z] 6d887a045eea: Preparing [2024-07-10T05:20:58.874Z] da707bb00cb8: Preparing [2024-07-10T05:20:58.874Z] 6d887a045eea: Waiting [2024-07-10T05:20:58.874Z] da707bb00cb8: Waiting [2024-07-10T05:20:58.874Z] 30f56d4495f8: Layer already exists [2024-07-10T05:20:58.874Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:20:58.874Z] 7340314d28cf: Layer already exists [2024-07-10T05:20:58.874Z] 1a998da1877e: Layer already exists [2024-07-10T05:20:58.874Z] 7a4c0f853954: Layer already exists [2024-07-10T05:20:58.874Z] 6d887a045eea: Layer already exists [2024-07-10T05:20:58.874Z] da707bb00cb8: Layer already exists [2024-07-10T05:20:59.139Z] 3.2.0-dev.33: digest: sha256:e755bbbd63ea15d931d66fa4e45b94bde86878e671609ab89e9ded11b181085e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:59.497Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:20:59.840Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:20:59.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-10T05:20:59.840Z] 7a4c0f853954: Preparing [2024-07-10T05:20:59.840Z] 7340314d28cf: Preparing [2024-07-10T05:20:59.840Z] 1a998da1877e: Preparing [2024-07-10T05:20:59.840Z] c2dd4b8164f4: Preparing [2024-07-10T05:20:59.840Z] 30f56d4495f8: Preparing [2024-07-10T05:20:59.840Z] 6d887a045eea: Preparing [2024-07-10T05:20:59.840Z] da707bb00cb8: Preparing [2024-07-10T05:20:59.840Z] 6d887a045eea: Waiting [2024-07-10T05:20:59.840Z] da707bb00cb8: Waiting [2024-07-10T05:20:59.840Z] 7a4c0f853954: Layer already exists [2024-07-10T05:20:59.840Z] 1a998da1877e: Layer already exists [2024-07-10T05:20:59.840Z] 30f56d4495f8: Layer already exists [2024-07-10T05:20:59.840Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:20:59.840Z] 7340314d28cf: Layer already exists [2024-07-10T05:20:59.840Z] 6d887a045eea: Layer already exists [2024-07-10T05:20:59.840Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:00.106Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:e755bbbd63ea15d931d66fa4e45b94bde86878e671609ab89e9ded11b181085e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:00.455Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:00.799Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-07-10T05:21:00.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-10T05:21:00.799Z] 7a4c0f853954: Preparing [2024-07-10T05:21:00.799Z] 7340314d28cf: Preparing [2024-07-10T05:21:00.799Z] 1a998da1877e: Preparing [2024-07-10T05:21:00.799Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:00.799Z] 30f56d4495f8: Preparing [2024-07-10T05:21:00.799Z] 6d887a045eea: Preparing [2024-07-10T05:21:00.799Z] da707bb00cb8: Preparing [2024-07-10T05:21:00.799Z] 6d887a045eea: Waiting [2024-07-10T05:21:00.799Z] da707bb00cb8: Waiting [2024-07-10T05:21:00.799Z] 7a4c0f853954: Layer already exists [2024-07-10T05:21:00.799Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:00.799Z] 7340314d28cf: Layer already exists [2024-07-10T05:21:00.799Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:00.799Z] 30f56d4495f8: Layer already exists [2024-07-10T05:21:00.799Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:00.799Z] 6d887a045eea: Layer already exists [2024-07-10T05:21:01.065Z] main: digest: sha256:e755bbbd63ea15d931d66fa4e45b94bde86878e671609ab89e9ded11b181085e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T05:21:01.139Z] ===================================================== [Pipeline] echo [2024-07-10T05:21:01.152Z] taggedImages: [2024-07-10T05:21:01.152Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:01.152Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-07-10T05:21:01.152Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.33 [2024-07-10T05:21:01.152Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:01.152Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-07-10T05:21:01.175Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-07-10T05:21:01.175Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:01.175Z] latest [2024-07-10T05:21:01.175Z] 3.2.0-dev.33 [2024-07-10T05:21:01.175Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:01.175Z] main [2024-07-10T05:21:01.175Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:01.536Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:01.885Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:01.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-10T05:21:01.885Z] f9536a9d7fa4: Preparing [2024-07-10T05:21:01.885Z] f78a2de55470: Preparing [2024-07-10T05:21:01.885Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:01.885Z] 4055a842cc06: Preparing [2024-07-10T05:21:01.885Z] 85d9e9d1167b: Preparing [2024-07-10T05:21:01.885Z] da707bb00cb8: Preparing [2024-07-10T05:21:01.885Z] da707bb00cb8: Waiting [2024-07-10T05:21:01.885Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:02.149Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:02.149Z] 85d9e9d1167b: Pushed [2024-07-10T05:21:02.149Z] f9536a9d7fa4: Pushed [2024-07-10T05:21:02.149Z] 4055a842cc06: Pushed [2024-07-10T05:21:08.790Z] f78a2de55470: Pushed [2024-07-10T05:21:08.790Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:a8958339362b4b5a4b30be851a96e58151956b21d17ec8a921ce43a8d91d2228 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:09.138Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:09.497Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-07-10T05:21:09.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-10T05:21:09.497Z] f9536a9d7fa4: Preparing [2024-07-10T05:21:09.497Z] f78a2de55470: Preparing [2024-07-10T05:21:09.497Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:09.497Z] 4055a842cc06: Preparing [2024-07-10T05:21:09.497Z] 85d9e9d1167b: Preparing [2024-07-10T05:21:09.497Z] da707bb00cb8: Preparing [2024-07-10T05:21:09.497Z] da707bb00cb8: Waiting [2024-07-10T05:21:09.497Z] 4055a842cc06: Layer already exists [2024-07-10T05:21:09.497Z] f78a2de55470: Layer already exists [2024-07-10T05:21:09.497Z] f9536a9d7fa4: Layer already exists [2024-07-10T05:21:09.497Z] 85d9e9d1167b: Layer already exists [2024-07-10T05:21:09.497Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:09.497Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:09.497Z] latest: digest: sha256:a8958339362b4b5a4b30be851a96e58151956b21d17ec8a921ce43a8d91d2228 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:10.116Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:10.461Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.33 [2024-07-10T05:21:10.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-10T05:21:10.461Z] f9536a9d7fa4: Preparing [2024-07-10T05:21:10.461Z] f78a2de55470: Preparing [2024-07-10T05:21:10.461Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:10.461Z] 4055a842cc06: Preparing [2024-07-10T05:21:10.461Z] 85d9e9d1167b: Preparing [2024-07-10T05:21:10.461Z] da707bb00cb8: Preparing [2024-07-10T05:21:10.461Z] da707bb00cb8: Waiting [2024-07-10T05:21:10.461Z] 4055a842cc06: Layer already exists [2024-07-10T05:21:10.461Z] 85d9e9d1167b: Layer already exists [2024-07-10T05:21:10.461Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:10.461Z] f78a2de55470: Layer already exists [2024-07-10T05:21:10.461Z] f9536a9d7fa4: Layer already exists [2024-07-10T05:21:10.461Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:10.726Z] 3.2.0-dev.33: digest: sha256:a8958339362b4b5a4b30be851a96e58151956b21d17ec8a921ce43a8d91d2228 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:11.073Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:11.411Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:11.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-10T05:21:11.411Z] f9536a9d7fa4: Preparing [2024-07-10T05:21:11.411Z] f78a2de55470: Preparing [2024-07-10T05:21:11.411Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:11.411Z] 4055a842cc06: Preparing [2024-07-10T05:21:11.411Z] 85d9e9d1167b: Preparing [2024-07-10T05:21:11.411Z] da707bb00cb8: Preparing [2024-07-10T05:21:11.411Z] f78a2de55470: Layer already exists [2024-07-10T05:21:11.411Z] f9536a9d7fa4: Layer already exists [2024-07-10T05:21:11.411Z] 4055a842cc06: Layer already exists [2024-07-10T05:21:11.411Z] 85d9e9d1167b: Layer already exists [2024-07-10T05:21:11.411Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:11.411Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:11.411Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:a8958339362b4b5a4b30be851a96e58151956b21d17ec8a921ce43a8d91d2228 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:12.015Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:12.354Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-07-10T05:21:12.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-10T05:21:12.354Z] f9536a9d7fa4: Preparing [2024-07-10T05:21:12.354Z] f78a2de55470: Preparing [2024-07-10T05:21:12.354Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:12.354Z] 4055a842cc06: Preparing [2024-07-10T05:21:12.354Z] 85d9e9d1167b: Preparing [2024-07-10T05:21:12.354Z] da707bb00cb8: Preparing [2024-07-10T05:21:12.354Z] da707bb00cb8: Waiting [2024-07-10T05:21:12.354Z] 85d9e9d1167b: Layer already exists [2024-07-10T05:21:12.354Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:12.354Z] f9536a9d7fa4: Layer already exists [2024-07-10T05:21:12.354Z] f78a2de55470: Layer already exists [2024-07-10T05:21:12.354Z] 4055a842cc06: Layer already exists [2024-07-10T05:21:12.354Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:12.618Z] main: digest: sha256:a8958339362b4b5a4b30be851a96e58151956b21d17ec8a921ce43a8d91d2228 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T05:21:12.696Z] ===================================================== [Pipeline] echo [2024-07-10T05:21:12.710Z] taggedImages: [2024-07-10T05:21:12.710Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:12.710Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-07-10T05:21:12.710Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.33 [2024-07-10T05:21:12.710Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:12.710Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-07-10T05:21:12.742Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-07-10T05:21:12.742Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:12.742Z] latest [2024-07-10T05:21:12.742Z] 3.2.0-dev.33 [2024-07-10T05:21:12.742Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:12.742Z] main [2024-07-10T05:21:12.742Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:13.112Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:13.454Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:13.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-10T05:21:13.455Z] f2a089a15342: Preparing [2024-07-10T05:21:13.455Z] ac3c15961eec: Preparing [2024-07-10T05:21:13.455Z] 9f2495495ade: Preparing [2024-07-10T05:21:13.455Z] 1a998da1877e: Preparing [2024-07-10T05:21:13.455Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:13.455Z] df88f4d4f53e: Preparing [2024-07-10T05:21:13.455Z] 64bbbfd74bf0: Preparing [2024-07-10T05:21:13.455Z] da707bb00cb8: Preparing [2024-07-10T05:21:13.455Z] df88f4d4f53e: Waiting [2024-07-10T05:21:13.455Z] 64bbbfd74bf0: Waiting [2024-07-10T05:21:13.455Z] da707bb00cb8: Waiting [2024-07-10T05:21:13.455Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:13.455Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:13.717Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:21:13.718Z] df88f4d4f53e: Layer already exists [2024-07-10T05:21:13.718Z] ac3c15961eec: Pushed [2024-07-10T05:21:13.718Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:13.718Z] f2a089a15342: Pushed [2024-07-10T05:21:20.329Z] 9f2495495ade: Pushed [2024-07-10T05:21:20.329Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:638f548adcdbc67d574afc16a4ef2bd0147f23917428b40cb95758e7b42d5c2d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:20.671Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:21.006Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-07-10T05:21:21.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-10T05:21:21.006Z] f2a089a15342: Preparing [2024-07-10T05:21:21.006Z] ac3c15961eec: Preparing [2024-07-10T05:21:21.006Z] 9f2495495ade: Preparing [2024-07-10T05:21:21.006Z] 1a998da1877e: Preparing [2024-07-10T05:21:21.006Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:21.006Z] df88f4d4f53e: Preparing [2024-07-10T05:21:21.006Z] 64bbbfd74bf0: Preparing [2024-07-10T05:21:21.006Z] da707bb00cb8: Preparing [2024-07-10T05:21:21.006Z] df88f4d4f53e: Waiting [2024-07-10T05:21:21.006Z] 64bbbfd74bf0: Waiting [2024-07-10T05:21:21.006Z] da707bb00cb8: Waiting [2024-07-10T05:21:21.006Z] 9f2495495ade: Layer already exists [2024-07-10T05:21:21.006Z] f2a089a15342: Layer already exists [2024-07-10T05:21:21.006Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:21.006Z] ac3c15961eec: Layer already exists [2024-07-10T05:21:21.006Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:21.006Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:21.006Z] df88f4d4f53e: Layer already exists [2024-07-10T05:21:21.006Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:21:21.269Z] latest: digest: sha256:638f548adcdbc67d574afc16a4ef2bd0147f23917428b40cb95758e7b42d5c2d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:21.611Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:22.022Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.33 [2024-07-10T05:21:22.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-10T05:21:22.022Z] f2a089a15342: Preparing [2024-07-10T05:21:22.022Z] ac3c15961eec: Preparing [2024-07-10T05:21:22.022Z] 9f2495495ade: Preparing [2024-07-10T05:21:22.022Z] 1a998da1877e: Preparing [2024-07-10T05:21:22.022Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:22.022Z] df88f4d4f53e: Preparing [2024-07-10T05:21:22.022Z] 64bbbfd74bf0: Preparing [2024-07-10T05:21:22.022Z] da707bb00cb8: Preparing [2024-07-10T05:21:22.022Z] 64bbbfd74bf0: Waiting [2024-07-10T05:21:22.022Z] da707bb00cb8: Waiting [2024-07-10T05:21:22.022Z] df88f4d4f53e: Waiting [2024-07-10T05:21:22.022Z] 9f2495495ade: Layer already exists [2024-07-10T05:21:22.022Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:22.022Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:22.022Z] f2a089a15342: Layer already exists [2024-07-10T05:21:22.022Z] ac3c15961eec: Layer already exists [2024-07-10T05:21:22.022Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:21:22.022Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:22.022Z] df88f4d4f53e: Layer already exists [2024-07-10T05:21:22.293Z] 3.2.0-dev.33: digest: sha256:638f548adcdbc67d574afc16a4ef2bd0147f23917428b40cb95758e7b42d5c2d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:22.661Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:23.014Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:23.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-10T05:21:23.015Z] f2a089a15342: Preparing [2024-07-10T05:21:23.015Z] ac3c15961eec: Preparing [2024-07-10T05:21:23.015Z] 9f2495495ade: Preparing [2024-07-10T05:21:23.015Z] 1a998da1877e: Preparing [2024-07-10T05:21:23.015Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:23.015Z] df88f4d4f53e: Preparing [2024-07-10T05:21:23.015Z] 64bbbfd74bf0: Preparing [2024-07-10T05:21:23.015Z] da707bb00cb8: Preparing [2024-07-10T05:21:23.015Z] df88f4d4f53e: Waiting [2024-07-10T05:21:23.015Z] 64bbbfd74bf0: Waiting [2024-07-10T05:21:23.015Z] da707bb00cb8: Waiting [2024-07-10T05:21:23.015Z] 9f2495495ade: Layer already exists [2024-07-10T05:21:23.015Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:23.015Z] ac3c15961eec: Layer already exists [2024-07-10T05:21:23.015Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:23.015Z] f2a089a15342: Layer already exists [2024-07-10T05:21:23.015Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:23.015Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:21:23.015Z] df88f4d4f53e: Layer already exists [2024-07-10T05:21:23.015Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:638f548adcdbc67d574afc16a4ef2bd0147f23917428b40cb95758e7b42d5c2d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:23.643Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:23.975Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-07-10T05:21:23.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-10T05:21:23.975Z] f2a089a15342: Preparing [2024-07-10T05:21:23.975Z] ac3c15961eec: Preparing [2024-07-10T05:21:23.975Z] 9f2495495ade: Preparing [2024-07-10T05:21:23.975Z] 1a998da1877e: Preparing [2024-07-10T05:21:23.975Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:23.975Z] df88f4d4f53e: Preparing [2024-07-10T05:21:23.975Z] 64bbbfd74bf0: Preparing [2024-07-10T05:21:23.975Z] da707bb00cb8: Preparing [2024-07-10T05:21:23.975Z] df88f4d4f53e: Waiting [2024-07-10T05:21:23.975Z] 64bbbfd74bf0: Waiting [2024-07-10T05:21:23.975Z] da707bb00cb8: Waiting [2024-07-10T05:21:23.975Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:23.975Z] f2a089a15342: Layer already exists [2024-07-10T05:21:23.975Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:23.975Z] 9f2495495ade: Layer already exists [2024-07-10T05:21:23.975Z] ac3c15961eec: Layer already exists [2024-07-10T05:21:23.975Z] df88f4d4f53e: Layer already exists [2024-07-10T05:21:23.975Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:21:23.975Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:24.240Z] main: digest: sha256:638f548adcdbc67d574afc16a4ef2bd0147f23917428b40cb95758e7b42d5c2d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T05:21:24.315Z] ===================================================== [Pipeline] echo [2024-07-10T05:21:24.329Z] taggedImages: [2024-07-10T05:21:24.329Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:24.329Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-07-10T05:21:24.329Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.33 [2024-07-10T05:21:24.329Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:24.329Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-07-10T05:21:24.352Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-07-10T05:21:24.352Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:24.352Z] latest [2024-07-10T05:21:24.352Z] 3.2.0-dev.33 [2024-07-10T05:21:24.352Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:24.352Z] main [2024-07-10T05:21:24.352Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:24.708Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:25.041Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:25.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-10T05:21:25.041Z] fb97b66a4fd0: Preparing [2024-07-10T05:21:25.041Z] 5c07a71eb89b: Preparing [2024-07-10T05:21:25.041Z] 6f91036534c8: Preparing [2024-07-10T05:21:25.041Z] fb390c91a7f4: Preparing [2024-07-10T05:21:25.041Z] 21ba0c1e2801: Preparing [2024-07-10T05:21:25.041Z] 9ac90639971d: Preparing [2024-07-10T05:21:25.041Z] dfe6e1334da1: Preparing [2024-07-10T05:21:25.041Z] 1a998da1877e: Preparing [2024-07-10T05:21:25.041Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:25.041Z] 298ba246d42e: Preparing [2024-07-10T05:21:25.041Z] d1a1805fa88c: Preparing [2024-07-10T05:21:25.041Z] 5f70bf18a086: Preparing [2024-07-10T05:21:25.041Z] 9ac90639971d: Waiting [2024-07-10T05:21:25.041Z] be57aaefca2f: Preparing [2024-07-10T05:21:25.041Z] 39ff9300c3d9: Preparing [2024-07-10T05:21:25.041Z] dfe6e1334da1: Waiting [2024-07-10T05:21:25.041Z] bf0fd21ae987: Preparing [2024-07-10T05:21:25.041Z] 1a998da1877e: Waiting [2024-07-10T05:21:25.041Z] da707bb00cb8: Preparing [2024-07-10T05:21:25.041Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:25.041Z] d1a1805fa88c: Waiting [2024-07-10T05:21:25.041Z] 5f70bf18a086: Waiting [2024-07-10T05:21:25.041Z] be57aaefca2f: Waiting [2024-07-10T05:21:25.042Z] 39ff9300c3d9: Waiting [2024-07-10T05:21:25.042Z] bf0fd21ae987: Waiting [2024-07-10T05:21:25.042Z] da707bb00cb8: Waiting [2024-07-10T05:21:25.042Z] 298ba246d42e: Waiting [2024-07-10T05:21:25.305Z] 6f91036534c8: Pushed [2024-07-10T05:21:25.305Z] fb390c91a7f4: Pushed [2024-07-10T05:21:25.305Z] 21ba0c1e2801: Pushed [2024-07-10T05:21:25.305Z] 5c07a71eb89b: Pushed [2024-07-10T05:21:25.305Z] fb97b66a4fd0: Pushed [2024-07-10T05:21:25.305Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:25.305Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:25.568Z] 9ac90639971d: Pushed [2024-07-10T05:21:25.568Z] 5f70bf18a086: Layer already exists [2024-07-10T05:21:25.568Z] 298ba246d42e: Pushed [2024-07-10T05:21:25.568Z] d1a1805fa88c: Pushed [2024-07-10T05:21:25.568Z] be57aaefca2f: Pushed [2024-07-10T05:21:25.568Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:25.568Z] bf0fd21ae987: Pushed [2024-07-10T05:21:26.962Z] 39ff9300c3d9: Pushed [2024-07-10T05:21:28.356Z] dfe6e1334da1: Pushed [2024-07-10T05:21:28.356Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:ea602c79f43afae531dad4cbb5590659e5b2fd39e5cb7f38c19ac4c8504bebf5 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:28.705Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:29.041Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-07-10T05:21:29.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-10T05:21:29.041Z] fb97b66a4fd0: Preparing [2024-07-10T05:21:29.041Z] 5c07a71eb89b: Preparing [2024-07-10T05:21:29.041Z] 6f91036534c8: Preparing [2024-07-10T05:21:29.041Z] fb390c91a7f4: Preparing [2024-07-10T05:21:29.041Z] 21ba0c1e2801: Preparing [2024-07-10T05:21:29.041Z] 9ac90639971d: Preparing [2024-07-10T05:21:29.041Z] 9ac90639971d: Waiting [2024-07-10T05:21:29.041Z] dfe6e1334da1: Preparing [2024-07-10T05:21:29.041Z] 1a998da1877e: Preparing [2024-07-10T05:21:29.041Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:29.041Z] 298ba246d42e: Preparing [2024-07-10T05:21:29.041Z] d1a1805fa88c: Preparing [2024-07-10T05:21:29.041Z] 5f70bf18a086: Preparing [2024-07-10T05:21:29.041Z] be57aaefca2f: Preparing [2024-07-10T05:21:29.041Z] dfe6e1334da1: Waiting [2024-07-10T05:21:29.041Z] 39ff9300c3d9: Preparing [2024-07-10T05:21:29.041Z] 1a998da1877e: Waiting [2024-07-10T05:21:29.041Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:29.041Z] bf0fd21ae987: Preparing [2024-07-10T05:21:29.041Z] da707bb00cb8: Preparing [2024-07-10T05:21:29.041Z] 298ba246d42e: Waiting [2024-07-10T05:21:29.041Z] d1a1805fa88c: Waiting [2024-07-10T05:21:29.041Z] da707bb00cb8: Waiting [2024-07-10T05:21:29.041Z] 5f70bf18a086: Waiting [2024-07-10T05:21:29.041Z] bf0fd21ae987: Waiting [2024-07-10T05:21:29.041Z] 39ff9300c3d9: Waiting [2024-07-10T05:21:29.041Z] be57aaefca2f: Waiting [2024-07-10T05:21:29.041Z] 21ba0c1e2801: Layer already exists [2024-07-10T05:21:29.041Z] fb97b66a4fd0: Layer already exists [2024-07-10T05:21:29.041Z] 6f91036534c8: Layer already exists [2024-07-10T05:21:29.041Z] fb390c91a7f4: Layer already exists [2024-07-10T05:21:29.041Z] 5c07a71eb89b: Layer already exists [2024-07-10T05:21:29.041Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:29.041Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:29.041Z] 9ac90639971d: Layer already exists [2024-07-10T05:21:29.041Z] dfe6e1334da1: Layer already exists [2024-07-10T05:21:29.041Z] 298ba246d42e: Layer already exists [2024-07-10T05:21:29.041Z] be57aaefca2f: Layer already exists [2024-07-10T05:21:29.041Z] d1a1805fa88c: Layer already exists [2024-07-10T05:21:29.041Z] 5f70bf18a086: Layer already exists [2024-07-10T05:21:29.041Z] bf0fd21ae987: Layer already exists [2024-07-10T05:21:29.041Z] 39ff9300c3d9: Layer already exists [2024-07-10T05:21:29.041Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:29.304Z] latest: digest: sha256:ea602c79f43afae531dad4cbb5590659e5b2fd39e5cb7f38c19ac4c8504bebf5 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:29.652Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:29.992Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.33 [2024-07-10T05:21:29.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-10T05:21:29.992Z] fb97b66a4fd0: Preparing [2024-07-10T05:21:29.992Z] 5c07a71eb89b: Preparing [2024-07-10T05:21:29.992Z] 6f91036534c8: Preparing [2024-07-10T05:21:29.992Z] fb390c91a7f4: Preparing [2024-07-10T05:21:29.992Z] 21ba0c1e2801: Preparing [2024-07-10T05:21:29.992Z] 9ac90639971d: Preparing [2024-07-10T05:21:29.992Z] dfe6e1334da1: Preparing [2024-07-10T05:21:29.992Z] 1a998da1877e: Preparing [2024-07-10T05:21:29.992Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:29.992Z] 298ba246d42e: Preparing [2024-07-10T05:21:29.992Z] d1a1805fa88c: Preparing [2024-07-10T05:21:29.992Z] 5f70bf18a086: Preparing [2024-07-10T05:21:29.992Z] be57aaefca2f: Preparing [2024-07-10T05:21:29.992Z] 39ff9300c3d9: Preparing [2024-07-10T05:21:29.992Z] bf0fd21ae987: Preparing [2024-07-10T05:21:29.992Z] da707bb00cb8: Preparing [2024-07-10T05:21:29.992Z] 9ac90639971d: Waiting [2024-07-10T05:21:29.992Z] dfe6e1334da1: Waiting [2024-07-10T05:21:29.992Z] 1a998da1877e: Waiting [2024-07-10T05:21:29.992Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:29.992Z] 298ba246d42e: Waiting [2024-07-10T05:21:29.992Z] d1a1805fa88c: Waiting [2024-07-10T05:21:29.992Z] 5f70bf18a086: Waiting [2024-07-10T05:21:29.992Z] be57aaefca2f: Waiting [2024-07-10T05:21:29.992Z] 39ff9300c3d9: Waiting [2024-07-10T05:21:29.992Z] bf0fd21ae987: Waiting [2024-07-10T05:21:29.992Z] da707bb00cb8: Waiting [2024-07-10T05:21:29.992Z] fb97b66a4fd0: Layer already exists [2024-07-10T05:21:29.992Z] 6f91036534c8: Layer already exists [2024-07-10T05:21:29.992Z] fb390c91a7f4: Layer already exists [2024-07-10T05:21:29.992Z] 21ba0c1e2801: Layer already exists [2024-07-10T05:21:29.992Z] 5c07a71eb89b: Layer already exists [2024-07-10T05:21:29.992Z] dfe6e1334da1: Layer already exists [2024-07-10T05:21:29.992Z] 9ac90639971d: Layer already exists [2024-07-10T05:21:29.992Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:29.992Z] 298ba246d42e: Layer already exists [2024-07-10T05:21:29.992Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:29.992Z] d1a1805fa88c: Layer already exists [2024-07-10T05:21:29.992Z] 5f70bf18a086: Layer already exists [2024-07-10T05:21:29.992Z] be57aaefca2f: Layer already exists [2024-07-10T05:21:29.992Z] bf0fd21ae987: Layer already exists [2024-07-10T05:21:29.992Z] 39ff9300c3d9: Layer already exists [2024-07-10T05:21:29.992Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:30.255Z] 3.2.0-dev.33: digest: sha256:ea602c79f43afae531dad4cbb5590659e5b2fd39e5cb7f38c19ac4c8504bebf5 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:30.594Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:30.932Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:30.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-10T05:21:30.932Z] fb97b66a4fd0: Preparing [2024-07-10T05:21:30.932Z] 5c07a71eb89b: Preparing [2024-07-10T05:21:30.932Z] 6f91036534c8: Preparing [2024-07-10T05:21:30.932Z] fb390c91a7f4: Preparing [2024-07-10T05:21:30.932Z] 21ba0c1e2801: Preparing [2024-07-10T05:21:30.932Z] 9ac90639971d: Preparing [2024-07-10T05:21:30.932Z] dfe6e1334da1: Preparing [2024-07-10T05:21:30.932Z] 1a998da1877e: Preparing [2024-07-10T05:21:30.932Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:30.932Z] 298ba246d42e: Preparing [2024-07-10T05:21:30.932Z] d1a1805fa88c: Preparing [2024-07-10T05:21:30.932Z] 5f70bf18a086: Preparing [2024-07-10T05:21:30.932Z] be57aaefca2f: Preparing [2024-07-10T05:21:30.932Z] 39ff9300c3d9: Preparing [2024-07-10T05:21:30.932Z] bf0fd21ae987: Preparing [2024-07-10T05:21:30.932Z] da707bb00cb8: Preparing [2024-07-10T05:21:30.932Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:30.932Z] 298ba246d42e: Waiting [2024-07-10T05:21:30.932Z] d1a1805fa88c: Waiting [2024-07-10T05:21:30.932Z] 5f70bf18a086: Waiting [2024-07-10T05:21:30.932Z] 9ac90639971d: Waiting [2024-07-10T05:21:30.932Z] dfe6e1334da1: Waiting [2024-07-10T05:21:30.932Z] be57aaefca2f: Waiting [2024-07-10T05:21:30.932Z] 39ff9300c3d9: Waiting [2024-07-10T05:21:30.932Z] bf0fd21ae987: Waiting [2024-07-10T05:21:30.932Z] 1a998da1877e: Waiting [2024-07-10T05:21:30.932Z] da707bb00cb8: Waiting [2024-07-10T05:21:30.932Z] fb390c91a7f4: Layer already exists [2024-07-10T05:21:30.932Z] fb97b66a4fd0: Layer already exists [2024-07-10T05:21:30.932Z] 5c07a71eb89b: Layer already exists [2024-07-10T05:21:30.932Z] 6f91036534c8: Layer already exists [2024-07-10T05:21:30.932Z] 21ba0c1e2801: Layer already exists [2024-07-10T05:21:30.932Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:30.932Z] dfe6e1334da1: Layer already exists [2024-07-10T05:21:30.932Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:30.932Z] 9ac90639971d: Layer already exists [2024-07-10T05:21:30.932Z] 298ba246d42e: Layer already exists [2024-07-10T05:21:30.932Z] 5f70bf18a086: Layer already exists [2024-07-10T05:21:30.932Z] d1a1805fa88c: Layer already exists [2024-07-10T05:21:30.932Z] be57aaefca2f: Layer already exists [2024-07-10T05:21:30.932Z] bf0fd21ae987: Layer already exists [2024-07-10T05:21:30.932Z] 39ff9300c3d9: Layer already exists [2024-07-10T05:21:30.932Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:31.194Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:ea602c79f43afae531dad4cbb5590659e5b2fd39e5cb7f38c19ac4c8504bebf5 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:31.537Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:31.876Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-07-10T05:21:31.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-10T05:21:31.876Z] fb97b66a4fd0: Preparing [2024-07-10T05:21:31.876Z] 5c07a71eb89b: Preparing [2024-07-10T05:21:31.876Z] 6f91036534c8: Preparing [2024-07-10T05:21:31.876Z] fb390c91a7f4: Preparing [2024-07-10T05:21:31.876Z] 21ba0c1e2801: Preparing [2024-07-10T05:21:31.876Z] 9ac90639971d: Preparing [2024-07-10T05:21:31.876Z] dfe6e1334da1: Preparing [2024-07-10T05:21:31.876Z] 9ac90639971d: Waiting [2024-07-10T05:21:31.876Z] 1a998da1877e: Preparing [2024-07-10T05:21:31.876Z] dfe6e1334da1: Waiting [2024-07-10T05:21:31.876Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:31.876Z] 1a998da1877e: Waiting [2024-07-10T05:21:31.876Z] 298ba246d42e: Preparing [2024-07-10T05:21:31.876Z] d1a1805fa88c: Preparing [2024-07-10T05:21:31.876Z] 5f70bf18a086: Preparing [2024-07-10T05:21:31.876Z] be57aaefca2f: Preparing [2024-07-10T05:21:31.876Z] 39ff9300c3d9: Preparing [2024-07-10T05:21:31.876Z] bf0fd21ae987: Preparing [2024-07-10T05:21:31.876Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:31.877Z] da707bb00cb8: Preparing [2024-07-10T05:21:31.877Z] 298ba246d42e: Waiting [2024-07-10T05:21:31.877Z] d1a1805fa88c: Waiting [2024-07-10T05:21:31.877Z] be57aaefca2f: Waiting [2024-07-10T05:21:31.877Z] 5f70bf18a086: Waiting [2024-07-10T05:21:31.877Z] 39ff9300c3d9: Waiting [2024-07-10T05:21:31.877Z] bf0fd21ae987: Waiting [2024-07-10T05:21:31.877Z] 5c07a71eb89b: Layer already exists [2024-07-10T05:21:31.877Z] fb390c91a7f4: Layer already exists [2024-07-10T05:21:31.877Z] fb97b66a4fd0: Layer already exists [2024-07-10T05:21:31.877Z] 6f91036534c8: Layer already exists [2024-07-10T05:21:31.877Z] 21ba0c1e2801: Layer already exists [2024-07-10T05:21:31.877Z] 9ac90639971d: Layer already exists [2024-07-10T05:21:31.877Z] dfe6e1334da1: Layer already exists [2024-07-10T05:21:31.877Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:31.877Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:31.877Z] 298ba246d42e: Layer already exists [2024-07-10T05:21:31.877Z] be57aaefca2f: Layer already exists [2024-07-10T05:21:31.877Z] 39ff9300c3d9: Layer already exists [2024-07-10T05:21:31.877Z] 5f70bf18a086: Layer already exists [2024-07-10T05:21:31.877Z] d1a1805fa88c: Layer already exists [2024-07-10T05:21:31.877Z] bf0fd21ae987: Layer already exists [2024-07-10T05:21:31.877Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:32.141Z] main: digest: sha256:ea602c79f43afae531dad4cbb5590659e5b2fd39e5cb7f38c19ac4c8504bebf5 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T05:21:32.224Z] ===================================================== [Pipeline] echo [2024-07-10T05:21:32.237Z] taggedImages: [2024-07-10T05:21:32.237Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:32.237Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-07-10T05:21:32.237Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.33 [2024-07-10T05:21:32.237Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:32.237Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-07-10T05:21:32.262Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-07-10T05:21:32.262Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:32.262Z] latest [2024-07-10T05:21:32.262Z] 3.2.0-dev.33 [2024-07-10T05:21:32.262Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:32.262Z] main [2024-07-10T05:21:32.262Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:32.619Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:32.959Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:32.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-10T05:21:32.960Z] a29efc7ccf25: Preparing [2024-07-10T05:21:32.960Z] 86e99cb0aa06: Preparing [2024-07-10T05:21:32.960Z] 2d69a29d3f07: Preparing [2024-07-10T05:21:32.960Z] 837f4e008115: Preparing [2024-07-10T05:21:32.960Z] 1a998da1877e: Preparing [2024-07-10T05:21:32.960Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:32.960Z] df88f4d4f53e: Preparing [2024-07-10T05:21:32.960Z] 64bbbfd74bf0: Preparing [2024-07-10T05:21:32.960Z] da707bb00cb8: Preparing [2024-07-10T05:21:32.960Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:32.960Z] df88f4d4f53e: Waiting [2024-07-10T05:21:32.960Z] 64bbbfd74bf0: Waiting [2024-07-10T05:21:32.960Z] da707bb00cb8: Waiting [2024-07-10T05:21:32.960Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:33.223Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:33.223Z] df88f4d4f53e: Layer already exists [2024-07-10T05:21:33.223Z] 2d69a29d3f07: Pushed [2024-07-10T05:21:33.223Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:21:33.223Z] a29efc7ccf25: Pushed [2024-07-10T05:21:33.223Z] 86e99cb0aa06: Pushed [2024-07-10T05:21:33.223Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:38.530Z] 837f4e008115: Pushed [2024-07-10T05:21:38.530Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:443ab186797837578b52d1a45e0564213c1c3200357e9203d90704b17563ec7b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:38.876Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:39.218Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-07-10T05:21:39.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-10T05:21:39.218Z] a29efc7ccf25: Preparing [2024-07-10T05:21:39.218Z] 86e99cb0aa06: Preparing [2024-07-10T05:21:39.218Z] 2d69a29d3f07: Preparing [2024-07-10T05:21:39.218Z] 837f4e008115: Preparing [2024-07-10T05:21:39.218Z] 1a998da1877e: Preparing [2024-07-10T05:21:39.218Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:39.218Z] df88f4d4f53e: Preparing [2024-07-10T05:21:39.218Z] 64bbbfd74bf0: Preparing [2024-07-10T05:21:39.218Z] da707bb00cb8: Preparing [2024-07-10T05:21:39.218Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:39.218Z] 64bbbfd74bf0: Waiting [2024-07-10T05:21:39.218Z] df88f4d4f53e: Waiting [2024-07-10T05:21:39.218Z] da707bb00cb8: Waiting [2024-07-10T05:21:39.218Z] a29efc7ccf25: Layer already exists [2024-07-10T05:21:39.218Z] 2d69a29d3f07: Layer already exists [2024-07-10T05:21:39.218Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:39.218Z] 837f4e008115: Layer already exists [2024-07-10T05:21:39.218Z] 86e99cb0aa06: Layer already exists [2024-07-10T05:21:39.218Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:39.218Z] df88f4d4f53e: Layer already exists [2024-07-10T05:21:39.218Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:39.218Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:21:39.483Z] latest: digest: sha256:443ab186797837578b52d1a45e0564213c1c3200357e9203d90704b17563ec7b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:39.827Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:40.175Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.33 [2024-07-10T05:21:40.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-10T05:21:40.175Z] a29efc7ccf25: Preparing [2024-07-10T05:21:40.175Z] 86e99cb0aa06: Preparing [2024-07-10T05:21:40.175Z] 2d69a29d3f07: Preparing [2024-07-10T05:21:40.175Z] 837f4e008115: Preparing [2024-07-10T05:21:40.175Z] 1a998da1877e: Preparing [2024-07-10T05:21:40.175Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:40.175Z] df88f4d4f53e: Preparing [2024-07-10T05:21:40.175Z] 64bbbfd74bf0: Preparing [2024-07-10T05:21:40.175Z] da707bb00cb8: Preparing [2024-07-10T05:21:40.175Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:40.175Z] df88f4d4f53e: Waiting [2024-07-10T05:21:40.175Z] 64bbbfd74bf0: Waiting [2024-07-10T05:21:40.175Z] da707bb00cb8: Waiting [2024-07-10T05:21:40.175Z] a29efc7ccf25: Layer already exists [2024-07-10T05:21:40.175Z] 837f4e008115: Layer already exists [2024-07-10T05:21:40.175Z] 2d69a29d3f07: Layer already exists [2024-07-10T05:21:40.175Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:40.175Z] 86e99cb0aa06: Layer already exists [2024-07-10T05:21:40.175Z] df88f4d4f53e: Layer already exists [2024-07-10T05:21:40.175Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:40.175Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:21:40.175Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:40.175Z] 3.2.0-dev.33: digest: sha256:443ab186797837578b52d1a45e0564213c1c3200357e9203d90704b17563ec7b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:40.774Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:41.113Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:41.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-10T05:21:41.113Z] a29efc7ccf25: Preparing [2024-07-10T05:21:41.113Z] 86e99cb0aa06: Preparing [2024-07-10T05:21:41.113Z] 2d69a29d3f07: Preparing [2024-07-10T05:21:41.113Z] 837f4e008115: Preparing [2024-07-10T05:21:41.113Z] 1a998da1877e: Preparing [2024-07-10T05:21:41.113Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:41.113Z] df88f4d4f53e: Preparing [2024-07-10T05:21:41.113Z] 64bbbfd74bf0: Preparing [2024-07-10T05:21:41.113Z] da707bb00cb8: Preparing [2024-07-10T05:21:41.113Z] df88f4d4f53e: Waiting [2024-07-10T05:21:41.113Z] 64bbbfd74bf0: Waiting [2024-07-10T05:21:41.113Z] da707bb00cb8: Waiting [2024-07-10T05:21:41.113Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:41.113Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:41.113Z] a29efc7ccf25: Layer already exists [2024-07-10T05:21:41.113Z] 86e99cb0aa06: Layer already exists [2024-07-10T05:21:41.113Z] 2d69a29d3f07: Layer already exists [2024-07-10T05:21:41.113Z] 837f4e008115: Layer already exists [2024-07-10T05:21:41.113Z] df88f4d4f53e: Layer already exists [2024-07-10T05:21:41.113Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:21:41.113Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:41.113Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:41.113Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:443ab186797837578b52d1a45e0564213c1c3200357e9203d90704b17563ec7b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:41.723Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:42.063Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-07-10T05:21:42.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-10T05:21:42.063Z] a29efc7ccf25: Preparing [2024-07-10T05:21:42.063Z] 86e99cb0aa06: Preparing [2024-07-10T05:21:42.063Z] 2d69a29d3f07: Preparing [2024-07-10T05:21:42.063Z] 837f4e008115: Preparing [2024-07-10T05:21:42.063Z] 1a998da1877e: Preparing [2024-07-10T05:21:42.063Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:42.063Z] df88f4d4f53e: Preparing [2024-07-10T05:21:42.063Z] 64bbbfd74bf0: Preparing [2024-07-10T05:21:42.063Z] da707bb00cb8: Preparing [2024-07-10T05:21:42.063Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:42.063Z] df88f4d4f53e: Waiting [2024-07-10T05:21:42.063Z] 64bbbfd74bf0: Waiting [2024-07-10T05:21:42.063Z] da707bb00cb8: Waiting [2024-07-10T05:21:42.063Z] a29efc7ccf25: Layer already exists [2024-07-10T05:21:42.063Z] 86e99cb0aa06: Layer already exists [2024-07-10T05:21:42.063Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:42.063Z] 2d69a29d3f07: Layer already exists [2024-07-10T05:21:42.063Z] 837f4e008115: Layer already exists [2024-07-10T05:21:42.063Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:42.063Z] df88f4d4f53e: Layer already exists [2024-07-10T05:21:42.063Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:42.063Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:21:42.328Z] main: digest: sha256:443ab186797837578b52d1a45e0564213c1c3200357e9203d90704b17563ec7b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T05:21:42.402Z] ===================================================== [Pipeline] echo [2024-07-10T05:21:42.417Z] taggedImages: [2024-07-10T05:21:42.417Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:42.417Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-07-10T05:21:42.417Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.33 [2024-07-10T05:21:42.417Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:42.417Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-07-10T05:21:42.439Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-07-10T05:21:42.439Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:42.439Z] latest [2024-07-10T05:21:42.439Z] 3.2.0-dev.33 [2024-07-10T05:21:42.439Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:42.439Z] main [2024-07-10T05:21:42.439Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:42.800Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:43.144Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:43.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-10T05:21:43.144Z] 4b4ec446851e: Preparing [2024-07-10T05:21:43.144Z] ae6287e0c4d4: Preparing [2024-07-10T05:21:43.144Z] d8a6a04b15e7: Preparing [2024-07-10T05:21:43.144Z] 437e067e732f: Preparing [2024-07-10T05:21:43.144Z] fd9fd95abaa1: Preparing [2024-07-10T05:21:43.144Z] 1a998da1877e: Preparing [2024-07-10T05:21:43.144Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:43.144Z] 8144dc571328: Preparing [2024-07-10T05:21:43.144Z] 78e86c95c034: Preparing [2024-07-10T05:21:43.144Z] c10ff8eed6b4: Preparing [2024-07-10T05:21:43.144Z] da707bb00cb8: Preparing [2024-07-10T05:21:43.144Z] 8144dc571328: Waiting [2024-07-10T05:21:43.144Z] 78e86c95c034: Waiting [2024-07-10T05:21:43.144Z] c10ff8eed6b4: Waiting [2024-07-10T05:21:43.144Z] da707bb00cb8: Waiting [2024-07-10T05:21:43.144Z] 1a998da1877e: Waiting [2024-07-10T05:21:43.144Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:43.409Z] fd9fd95abaa1: Pushed [2024-07-10T05:21:43.409Z] ae6287e0c4d4: Pushed [2024-07-10T05:21:43.409Z] 4b4ec446851e: Pushed [2024-07-10T05:21:43.410Z] 437e067e732f: Pushed [2024-07-10T05:21:43.410Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:43.410Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:43.410Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:43.674Z] 8144dc571328: Pushed [2024-07-10T05:21:43.674Z] 78e86c95c034: Pushed [2024-07-10T05:21:45.605Z] d8a6a04b15e7: Pushed [2024-07-10T05:21:47.003Z] c10ff8eed6b4: Pushed [2024-07-10T05:21:47.268Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:748bf0d65bab50f4bfdc50c8da010d6ffbefa9ca1f79fed6eb75f329e5beae53 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:47.611Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:47.960Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-07-10T05:21:47.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-10T05:21:47.961Z] 4b4ec446851e: Preparing [2024-07-10T05:21:47.961Z] ae6287e0c4d4: Preparing [2024-07-10T05:21:47.961Z] d8a6a04b15e7: Preparing [2024-07-10T05:21:47.961Z] 437e067e732f: Preparing [2024-07-10T05:21:47.961Z] fd9fd95abaa1: Preparing [2024-07-10T05:21:47.961Z] 1a998da1877e: Preparing [2024-07-10T05:21:47.961Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:47.961Z] 1a998da1877e: Waiting [2024-07-10T05:21:47.961Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:47.961Z] 8144dc571328: Preparing [2024-07-10T05:21:47.961Z] 8144dc571328: Waiting [2024-07-10T05:21:47.961Z] 78e86c95c034: Preparing [2024-07-10T05:21:47.961Z] c10ff8eed6b4: Preparing [2024-07-10T05:21:47.961Z] da707bb00cb8: Preparing [2024-07-10T05:21:47.961Z] 78e86c95c034: Waiting [2024-07-10T05:21:47.961Z] da707bb00cb8: Waiting [2024-07-10T05:21:47.961Z] c10ff8eed6b4: Waiting [2024-07-10T05:21:47.961Z] fd9fd95abaa1: Layer already exists [2024-07-10T05:21:47.961Z] d8a6a04b15e7: Layer already exists [2024-07-10T05:21:47.961Z] 437e067e732f: Layer already exists [2024-07-10T05:21:47.961Z] 4b4ec446851e: Layer already exists [2024-07-10T05:21:47.961Z] ae6287e0c4d4: Layer already exists [2024-07-10T05:21:47.961Z] 78e86c95c034: Layer already exists [2024-07-10T05:21:47.961Z] 8144dc571328: Layer already exists [2024-07-10T05:21:47.961Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:47.961Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:47.961Z] c10ff8eed6b4: Layer already exists [2024-07-10T05:21:47.961Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:48.225Z] latest: digest: sha256:748bf0d65bab50f4bfdc50c8da010d6ffbefa9ca1f79fed6eb75f329e5beae53 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:48.595Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:48.947Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.33 [2024-07-10T05:21:48.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-10T05:21:48.947Z] 4b4ec446851e: Preparing [2024-07-10T05:21:48.947Z] ae6287e0c4d4: Preparing [2024-07-10T05:21:48.947Z] d8a6a04b15e7: Preparing [2024-07-10T05:21:48.947Z] 437e067e732f: Preparing [2024-07-10T05:21:48.947Z] fd9fd95abaa1: Preparing [2024-07-10T05:21:48.947Z] 1a998da1877e: Preparing [2024-07-10T05:21:48.947Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:48.947Z] 8144dc571328: Preparing [2024-07-10T05:21:48.947Z] 78e86c95c034: Preparing [2024-07-10T05:21:48.947Z] c10ff8eed6b4: Preparing [2024-07-10T05:21:48.947Z] da707bb00cb8: Preparing [2024-07-10T05:21:48.947Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:48.947Z] 8144dc571328: Waiting [2024-07-10T05:21:48.947Z] 1a998da1877e: Waiting [2024-07-10T05:21:48.947Z] 78e86c95c034: Waiting [2024-07-10T05:21:48.947Z] c10ff8eed6b4: Waiting [2024-07-10T05:21:48.947Z] da707bb00cb8: Waiting [2024-07-10T05:21:48.947Z] 4b4ec446851e: Layer already exists [2024-07-10T05:21:48.947Z] fd9fd95abaa1: Layer already exists [2024-07-10T05:21:48.947Z] d8a6a04b15e7: Layer already exists [2024-07-10T05:21:48.947Z] ae6287e0c4d4: Layer already exists [2024-07-10T05:21:48.947Z] 437e067e732f: Layer already exists [2024-07-10T05:21:48.947Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:48.947Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:48.947Z] 8144dc571328: Layer already exists [2024-07-10T05:21:48.947Z] 78e86c95c034: Layer already exists [2024-07-10T05:21:48.947Z] c10ff8eed6b4: Layer already exists [2024-07-10T05:21:48.947Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:49.211Z] 3.2.0-dev.33: digest: sha256:748bf0d65bab50f4bfdc50c8da010d6ffbefa9ca1f79fed6eb75f329e5beae53 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:49.560Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:49.903Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:49.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-10T05:21:49.903Z] 4b4ec446851e: Preparing [2024-07-10T05:21:49.903Z] ae6287e0c4d4: Preparing [2024-07-10T05:21:49.903Z] d8a6a04b15e7: Preparing [2024-07-10T05:21:49.903Z] 437e067e732f: Preparing [2024-07-10T05:21:49.903Z] fd9fd95abaa1: Preparing [2024-07-10T05:21:49.903Z] 1a998da1877e: Preparing [2024-07-10T05:21:49.903Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:49.903Z] 8144dc571328: Preparing [2024-07-10T05:21:49.903Z] 78e86c95c034: Preparing [2024-07-10T05:21:49.903Z] c10ff8eed6b4: Preparing [2024-07-10T05:21:49.903Z] da707bb00cb8: Preparing [2024-07-10T05:21:49.903Z] 8144dc571328: Waiting [2024-07-10T05:21:49.903Z] 78e86c95c034: Waiting [2024-07-10T05:21:49.903Z] c10ff8eed6b4: Waiting [2024-07-10T05:21:49.903Z] 1a998da1877e: Waiting [2024-07-10T05:21:49.903Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:49.903Z] da707bb00cb8: Waiting [2024-07-10T05:21:49.903Z] ae6287e0c4d4: Layer already exists [2024-07-10T05:21:49.903Z] 4b4ec446851e: Layer already exists [2024-07-10T05:21:49.903Z] d8a6a04b15e7: Layer already exists [2024-07-10T05:21:49.903Z] 437e067e732f: Layer already exists [2024-07-10T05:21:49.903Z] fd9fd95abaa1: Layer already exists [2024-07-10T05:21:49.903Z] 78e86c95c034: Layer already exists [2024-07-10T05:21:49.903Z] 8144dc571328: Layer already exists [2024-07-10T05:21:49.903Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:49.903Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:49.903Z] c10ff8eed6b4: Layer already exists [2024-07-10T05:21:49.903Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:50.166Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:748bf0d65bab50f4bfdc50c8da010d6ffbefa9ca1f79fed6eb75f329e5beae53 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:50.507Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:50.854Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-07-10T05:21:50.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-10T05:21:50.854Z] 4b4ec446851e: Preparing [2024-07-10T05:21:50.854Z] ae6287e0c4d4: Preparing [2024-07-10T05:21:50.854Z] d8a6a04b15e7: Preparing [2024-07-10T05:21:50.854Z] 437e067e732f: Preparing [2024-07-10T05:21:50.854Z] fd9fd95abaa1: Preparing [2024-07-10T05:21:50.854Z] 1a998da1877e: Preparing [2024-07-10T05:21:50.854Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:50.854Z] 8144dc571328: Preparing [2024-07-10T05:21:50.854Z] 78e86c95c034: Preparing [2024-07-10T05:21:50.854Z] c10ff8eed6b4: Preparing [2024-07-10T05:21:50.854Z] da707bb00cb8: Preparing [2024-07-10T05:21:50.854Z] 8144dc571328: Waiting [2024-07-10T05:21:50.854Z] 78e86c95c034: Waiting [2024-07-10T05:21:50.854Z] c10ff8eed6b4: Waiting [2024-07-10T05:21:50.854Z] da707bb00cb8: Waiting [2024-07-10T05:21:50.854Z] 1a998da1877e: Waiting [2024-07-10T05:21:50.854Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:50.854Z] d8a6a04b15e7: Layer already exists [2024-07-10T05:21:50.854Z] 437e067e732f: Layer already exists [2024-07-10T05:21:50.854Z] ae6287e0c4d4: Layer already exists [2024-07-10T05:21:50.854Z] fd9fd95abaa1: Layer already exists [2024-07-10T05:21:50.854Z] 4b4ec446851e: Layer already exists [2024-07-10T05:21:50.854Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:50.854Z] 78e86c95c034: Layer already exists [2024-07-10T05:21:50.854Z] 8144dc571328: Layer already exists [2024-07-10T05:21:50.854Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:50.854Z] c10ff8eed6b4: Layer already exists [2024-07-10T05:21:50.854Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:51.117Z] main: digest: sha256:748bf0d65bab50f4bfdc50c8da010d6ffbefa9ca1f79fed6eb75f329e5beae53 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T05:21:51.186Z] ===================================================== [Pipeline] echo [2024-07-10T05:21:51.199Z] taggedImages: [2024-07-10T05:21:51.199Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:51.199Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-07-10T05:21:51.199Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.33 [2024-07-10T05:21:51.199Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:51.199Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-07-10T05:21:51.227Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-07-10T05:21:51.227Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:51.227Z] latest [2024-07-10T05:21:51.227Z] 3.2.0-dev.33 [2024-07-10T05:21:51.227Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:51.227Z] main [2024-07-10T05:21:51.227Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:51.594Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:51.933Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:51.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-10T05:21:51.933Z] f6076a3b8347: Preparing [2024-07-10T05:21:51.933Z] a9f1479d5e4e: Preparing [2024-07-10T05:21:51.933Z] db7faf3a63c1: Preparing [2024-07-10T05:21:51.933Z] 3556ab1a0c5c: Preparing [2024-07-10T05:21:51.933Z] e9cdf8e96738: Preparing [2024-07-10T05:21:51.933Z] a2ba094260f8: Preparing [2024-07-10T05:21:51.933Z] 7e44dc771f41: Preparing [2024-07-10T05:21:51.933Z] 1a998da1877e: Preparing [2024-07-10T05:21:51.933Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:51.933Z] 3684eadb46a5: Preparing [2024-07-10T05:21:51.933Z] 1554f286befd: Preparing [2024-07-10T05:21:51.933Z] da707bb00cb8: Preparing [2024-07-10T05:21:51.933Z] a2ba094260f8: Waiting [2024-07-10T05:21:51.933Z] 7e44dc771f41: Waiting [2024-07-10T05:21:51.933Z] 1a998da1877e: Waiting [2024-07-10T05:21:51.933Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:51.933Z] 3684eadb46a5: Waiting [2024-07-10T05:21:51.933Z] 1554f286befd: Waiting [2024-07-10T05:21:51.933Z] da707bb00cb8: Waiting [2024-07-10T05:21:52.196Z] a9f1479d5e4e: Pushed [2024-07-10T05:21:52.196Z] e9cdf8e96738: Pushed [2024-07-10T05:21:52.196Z] f6076a3b8347: Pushed [2024-07-10T05:21:52.196Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:52.196Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:52.459Z] a2ba094260f8: Pushed [2024-07-10T05:21:52.459Z] 7e44dc771f41: Pushed [2024-07-10T05:21:52.459Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:53.856Z] 3684eadb46a5: Pushed [2024-07-10T05:21:54.119Z] 3556ab1a0c5c: Pushed [2024-07-10T05:21:54.695Z] db7faf3a63c1: Pushed [2024-07-10T05:21:54.695Z] 1554f286befd: Pushed [2024-07-10T05:21:54.958Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:8d239b9b3700e86304bebde6ee00c5fff0f67edb784d79f739dbf1d7aab01d66 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:55.304Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:55.644Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-07-10T05:21:55.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-10T05:21:55.644Z] f6076a3b8347: Preparing [2024-07-10T05:21:55.644Z] a9f1479d5e4e: Preparing [2024-07-10T05:21:55.644Z] db7faf3a63c1: Preparing [2024-07-10T05:21:55.644Z] 3556ab1a0c5c: Preparing [2024-07-10T05:21:55.644Z] e9cdf8e96738: Preparing [2024-07-10T05:21:55.644Z] a2ba094260f8: Preparing [2024-07-10T05:21:55.644Z] 7e44dc771f41: Preparing [2024-07-10T05:21:55.644Z] 1a998da1877e: Preparing [2024-07-10T05:21:55.644Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:55.644Z] 3684eadb46a5: Preparing [2024-07-10T05:21:55.644Z] 1554f286befd: Preparing [2024-07-10T05:21:55.644Z] da707bb00cb8: Preparing [2024-07-10T05:21:55.644Z] 7e44dc771f41: Waiting [2024-07-10T05:21:55.644Z] 1a998da1877e: Waiting [2024-07-10T05:21:55.644Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:55.644Z] 3684eadb46a5: Waiting [2024-07-10T05:21:55.644Z] 1554f286befd: Waiting [2024-07-10T05:21:55.644Z] da707bb00cb8: Waiting [2024-07-10T05:21:55.644Z] a2ba094260f8: Waiting [2024-07-10T05:21:55.644Z] db7faf3a63c1: Layer already exists [2024-07-10T05:21:55.644Z] 3556ab1a0c5c: Layer already exists [2024-07-10T05:21:55.644Z] e9cdf8e96738: Layer already exists [2024-07-10T05:21:55.644Z] a9f1479d5e4e: Layer already exists [2024-07-10T05:21:55.644Z] f6076a3b8347: Layer already exists [2024-07-10T05:21:55.908Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:55.908Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:55.908Z] 1554f286befd: Layer already exists [2024-07-10T05:21:55.908Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:55.908Z] 7e44dc771f41: Layer already exists [2024-07-10T05:21:55.908Z] 3684eadb46a5: Layer already exists [2024-07-10T05:21:55.908Z] a2ba094260f8: Layer already exists [2024-07-10T05:21:55.908Z] latest: digest: sha256:8d239b9b3700e86304bebde6ee00c5fff0f67edb784d79f739dbf1d7aab01d66 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:56.255Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:56.603Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.33 [2024-07-10T05:21:56.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-10T05:21:56.604Z] f6076a3b8347: Preparing [2024-07-10T05:21:56.604Z] a9f1479d5e4e: Preparing [2024-07-10T05:21:56.604Z] db7faf3a63c1: Preparing [2024-07-10T05:21:56.604Z] 3556ab1a0c5c: Preparing [2024-07-10T05:21:56.604Z] e9cdf8e96738: Preparing [2024-07-10T05:21:56.604Z] a2ba094260f8: Preparing [2024-07-10T05:21:56.604Z] 7e44dc771f41: Preparing [2024-07-10T05:21:56.604Z] 1a998da1877e: Preparing [2024-07-10T05:21:56.604Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:56.604Z] 3684eadb46a5: Preparing [2024-07-10T05:21:56.604Z] 1554f286befd: Preparing [2024-07-10T05:21:56.604Z] da707bb00cb8: Preparing [2024-07-10T05:21:56.604Z] 7e44dc771f41: Waiting [2024-07-10T05:21:56.604Z] 1a998da1877e: Waiting [2024-07-10T05:21:56.604Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:56.604Z] 3684eadb46a5: Waiting [2024-07-10T05:21:56.604Z] 1554f286befd: Waiting [2024-07-10T05:21:56.604Z] da707bb00cb8: Waiting [2024-07-10T05:21:56.604Z] a2ba094260f8: Waiting [2024-07-10T05:21:56.604Z] 3556ab1a0c5c: Layer already exists [2024-07-10T05:21:56.604Z] f6076a3b8347: Layer already exists [2024-07-10T05:21:56.604Z] db7faf3a63c1: Layer already exists [2024-07-10T05:21:56.604Z] e9cdf8e96738: Layer already exists [2024-07-10T05:21:56.604Z] a9f1479d5e4e: Layer already exists [2024-07-10T05:21:56.604Z] 3684eadb46a5: Layer already exists [2024-07-10T05:21:56.604Z] a2ba094260f8: Layer already exists [2024-07-10T05:21:56.604Z] 7e44dc771f41: Layer already exists [2024-07-10T05:21:56.604Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:56.604Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:56.604Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:56.604Z] 1554f286befd: Layer already exists [2024-07-10T05:21:56.867Z] 3.2.0-dev.33: digest: sha256:8d239b9b3700e86304bebde6ee00c5fff0f67edb784d79f739dbf1d7aab01d66 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:57.217Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:57.553Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:57.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-10T05:21:57.554Z] f6076a3b8347: Preparing [2024-07-10T05:21:57.554Z] a9f1479d5e4e: Preparing [2024-07-10T05:21:57.554Z] db7faf3a63c1: Preparing [2024-07-10T05:21:57.554Z] 3556ab1a0c5c: Preparing [2024-07-10T05:21:57.554Z] e9cdf8e96738: Preparing [2024-07-10T05:21:57.554Z] a2ba094260f8: Preparing [2024-07-10T05:21:57.554Z] 7e44dc771f41: Preparing [2024-07-10T05:21:57.554Z] 1a998da1877e: Preparing [2024-07-10T05:21:57.554Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:57.554Z] 3684eadb46a5: Preparing [2024-07-10T05:21:57.554Z] 1554f286befd: Preparing [2024-07-10T05:21:57.554Z] da707bb00cb8: Preparing [2024-07-10T05:21:57.554Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:57.554Z] 3684eadb46a5: Waiting [2024-07-10T05:21:57.554Z] 1554f286befd: Waiting [2024-07-10T05:21:57.554Z] da707bb00cb8: Waiting [2024-07-10T05:21:57.554Z] a2ba094260f8: Waiting [2024-07-10T05:21:57.554Z] 7e44dc771f41: Waiting [2024-07-10T05:21:57.554Z] 1a998da1877e: Waiting [2024-07-10T05:21:57.554Z] f6076a3b8347: Layer already exists [2024-07-10T05:21:57.554Z] 3556ab1a0c5c: Layer already exists [2024-07-10T05:21:57.554Z] e9cdf8e96738: Layer already exists [2024-07-10T05:21:57.554Z] a9f1479d5e4e: Layer already exists [2024-07-10T05:21:57.554Z] db7faf3a63c1: Layer already exists [2024-07-10T05:21:57.554Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:57.554Z] 7e44dc771f41: Layer already exists [2024-07-10T05:21:57.554Z] a2ba094260f8: Layer already exists [2024-07-10T05:21:57.554Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:57.554Z] 3684eadb46a5: Layer already exists [2024-07-10T05:21:57.554Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:57.554Z] 1554f286befd: Layer already exists [2024-07-10T05:21:57.816Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:8d239b9b3700e86304bebde6ee00c5fff0f67edb784d79f739dbf1d7aab01d66 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:58.163Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:58.501Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-07-10T05:21:58.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-10T05:21:58.501Z] f6076a3b8347: Preparing [2024-07-10T05:21:58.501Z] a9f1479d5e4e: Preparing [2024-07-10T05:21:58.501Z] db7faf3a63c1: Preparing [2024-07-10T05:21:58.501Z] 3556ab1a0c5c: Preparing [2024-07-10T05:21:58.501Z] e9cdf8e96738: Preparing [2024-07-10T05:21:58.501Z] a2ba094260f8: Preparing [2024-07-10T05:21:58.501Z] 7e44dc771f41: Preparing [2024-07-10T05:21:58.501Z] 1a998da1877e: Preparing [2024-07-10T05:21:58.501Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:58.501Z] 3684eadb46a5: Preparing [2024-07-10T05:21:58.501Z] 1554f286befd: Preparing [2024-07-10T05:21:58.501Z] da707bb00cb8: Preparing [2024-07-10T05:21:58.501Z] a2ba094260f8: Waiting [2024-07-10T05:21:58.501Z] 7e44dc771f41: Waiting [2024-07-10T05:21:58.501Z] 1a998da1877e: Waiting [2024-07-10T05:21:58.501Z] c2dd4b8164f4: Waiting [2024-07-10T05:21:58.501Z] 3684eadb46a5: Waiting [2024-07-10T05:21:58.501Z] 1554f286befd: Waiting [2024-07-10T05:21:58.501Z] da707bb00cb8: Waiting [2024-07-10T05:21:58.501Z] f6076a3b8347: Layer already exists [2024-07-10T05:21:58.501Z] e9cdf8e96738: Layer already exists [2024-07-10T05:21:58.501Z] db7faf3a63c1: Layer already exists [2024-07-10T05:21:58.501Z] a9f1479d5e4e: Layer already exists [2024-07-10T05:21:58.501Z] 3556ab1a0c5c: Layer already exists [2024-07-10T05:21:58.501Z] 7e44dc771f41: Layer already exists [2024-07-10T05:21:58.501Z] a2ba094260f8: Layer already exists [2024-07-10T05:21:58.501Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:58.501Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:58.501Z] 3684eadb46a5: Layer already exists [2024-07-10T05:21:58.501Z] 1554f286befd: Layer already exists [2024-07-10T05:21:58.501Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:58.765Z] main: digest: sha256:8d239b9b3700e86304bebde6ee00c5fff0f67edb784d79f739dbf1d7aab01d66 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T05:21:58.842Z] ===================================================== [Pipeline] echo [2024-07-10T05:21:58.858Z] taggedImages: [2024-07-10T05:21:58.858Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:58.858Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-07-10T05:21:58.858Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.33 [2024-07-10T05:21:58.858Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:58.858Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-07-10T05:21:58.891Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-07-10T05:21:58.891Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:58.891Z] latest [2024-07-10T05:21:58.891Z] 3.2.0-dev.33 [2024-07-10T05:21:58.891Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:21:58.891Z] main [2024-07-10T05:21:58.891Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:59.258Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:21:59.600Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:21:59.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-10T05:21:59.601Z] b3cb0c845073: Preparing [2024-07-10T05:21:59.601Z] 25e121431424: Preparing [2024-07-10T05:21:59.601Z] 1a998da1877e: Preparing [2024-07-10T05:21:59.601Z] c2dd4b8164f4: Preparing [2024-07-10T05:21:59.601Z] 33ef362bc594: Preparing [2024-07-10T05:21:59.601Z] 1b84f620dd5b: Preparing [2024-07-10T05:21:59.601Z] da707bb00cb8: Preparing [2024-07-10T05:21:59.601Z] 1b84f620dd5b: Waiting [2024-07-10T05:21:59.601Z] da707bb00cb8: Waiting [2024-07-10T05:21:59.601Z] 1a998da1877e: Layer already exists [2024-07-10T05:21:59.864Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:21:59.864Z] da707bb00cb8: Layer already exists [2024-07-10T05:21:59.864Z] b3cb0c845073: Pushed [2024-07-10T05:22:01.262Z] 33ef362bc594: Pushed [2024-07-10T05:22:01.526Z] 1b84f620dd5b: Pushed [2024-07-10T05:22:03.452Z] 25e121431424: Pushed [2024-07-10T05:22:03.452Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:089b32730a4952323b50348bdf9341b6581e89d242a75cd3a234ee26c7be8570 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:03.805Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:04.151Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-07-10T05:22:04.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-10T05:22:04.151Z] b3cb0c845073: Preparing [2024-07-10T05:22:04.151Z] 25e121431424: Preparing [2024-07-10T05:22:04.151Z] 1a998da1877e: Preparing [2024-07-10T05:22:04.151Z] c2dd4b8164f4: Preparing [2024-07-10T05:22:04.151Z] 33ef362bc594: Preparing [2024-07-10T05:22:04.151Z] 1b84f620dd5b: Preparing [2024-07-10T05:22:04.151Z] da707bb00cb8: Preparing [2024-07-10T05:22:04.151Z] 1b84f620dd5b: Waiting [2024-07-10T05:22:04.151Z] da707bb00cb8: Waiting [2024-07-10T05:22:04.151Z] b3cb0c845073: Layer already exists [2024-07-10T05:22:04.151Z] 25e121431424: Layer already exists [2024-07-10T05:22:04.151Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:22:04.151Z] 1a998da1877e: Layer already exists [2024-07-10T05:22:04.151Z] 33ef362bc594: Layer already exists [2024-07-10T05:22:04.151Z] 1b84f620dd5b: Layer already exists [2024-07-10T05:22:04.151Z] da707bb00cb8: Layer already exists [2024-07-10T05:22:04.414Z] latest: digest: sha256:089b32730a4952323b50348bdf9341b6581e89d242a75cd3a234ee26c7be8570 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:04.758Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:05.099Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.33 [2024-07-10T05:22:05.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-10T05:22:05.099Z] b3cb0c845073: Preparing [2024-07-10T05:22:05.099Z] 25e121431424: Preparing [2024-07-10T05:22:05.099Z] 1a998da1877e: Preparing [2024-07-10T05:22:05.099Z] c2dd4b8164f4: Preparing [2024-07-10T05:22:05.099Z] 33ef362bc594: Preparing [2024-07-10T05:22:05.099Z] 1b84f620dd5b: Preparing [2024-07-10T05:22:05.099Z] da707bb00cb8: Preparing [2024-07-10T05:22:05.099Z] 1b84f620dd5b: Waiting [2024-07-10T05:22:05.099Z] da707bb00cb8: Waiting [2024-07-10T05:22:05.099Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:22:05.099Z] b3cb0c845073: Layer already exists [2024-07-10T05:22:05.099Z] 25e121431424: Layer already exists [2024-07-10T05:22:05.099Z] 33ef362bc594: Layer already exists [2024-07-10T05:22:05.099Z] 1a998da1877e: Layer already exists [2024-07-10T05:22:05.099Z] 1b84f620dd5b: Layer already exists [2024-07-10T05:22:05.099Z] da707bb00cb8: Layer already exists [2024-07-10T05:22:05.099Z] 3.2.0-dev.33: digest: sha256:089b32730a4952323b50348bdf9341b6581e89d242a75cd3a234ee26c7be8570 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:05.710Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:06.046Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:22:06.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-10T05:22:06.046Z] b3cb0c845073: Preparing [2024-07-10T05:22:06.046Z] 25e121431424: Preparing [2024-07-10T05:22:06.046Z] 1a998da1877e: Preparing [2024-07-10T05:22:06.046Z] c2dd4b8164f4: Preparing [2024-07-10T05:22:06.046Z] 33ef362bc594: Preparing [2024-07-10T05:22:06.046Z] 1b84f620dd5b: Preparing [2024-07-10T05:22:06.046Z] da707bb00cb8: Preparing [2024-07-10T05:22:06.046Z] da707bb00cb8: Waiting [2024-07-10T05:22:06.046Z] 1b84f620dd5b: Waiting [2024-07-10T05:22:06.046Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:22:06.046Z] 25e121431424: Layer already exists [2024-07-10T05:22:06.046Z] 1a998da1877e: Layer already exists [2024-07-10T05:22:06.046Z] b3cb0c845073: Layer already exists [2024-07-10T05:22:06.046Z] 33ef362bc594: Layer already exists [2024-07-10T05:22:06.046Z] 1b84f620dd5b: Layer already exists [2024-07-10T05:22:06.046Z] da707bb00cb8: Layer already exists [2024-07-10T05:22:06.046Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:089b32730a4952323b50348bdf9341b6581e89d242a75cd3a234ee26c7be8570 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:06.401Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:06.751Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-07-10T05:22:06.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-10T05:22:06.751Z] b3cb0c845073: Preparing [2024-07-10T05:22:06.751Z] 25e121431424: Preparing [2024-07-10T05:22:06.751Z] 1a998da1877e: Preparing [2024-07-10T05:22:06.751Z] c2dd4b8164f4: Preparing [2024-07-10T05:22:06.751Z] 33ef362bc594: Preparing [2024-07-10T05:22:06.751Z] 1b84f620dd5b: Preparing [2024-07-10T05:22:06.751Z] da707bb00cb8: Preparing [2024-07-10T05:22:06.751Z] 1b84f620dd5b: Waiting [2024-07-10T05:22:06.751Z] da707bb00cb8: Waiting [2024-07-10T05:22:06.751Z] 1a998da1877e: Layer already exists [2024-07-10T05:22:06.751Z] 33ef362bc594: Layer already exists [2024-07-10T05:22:06.751Z] b3cb0c845073: Layer already exists [2024-07-10T05:22:06.751Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:22:06.751Z] 25e121431424: Layer already exists [2024-07-10T05:22:06.751Z] 1b84f620dd5b: Layer already exists [2024-07-10T05:22:06.751Z] da707bb00cb8: Layer already exists [2024-07-10T05:22:07.017Z] main: digest: sha256:089b32730a4952323b50348bdf9341b6581e89d242a75cd3a234ee26c7be8570 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T05:22:07.089Z] ===================================================== [Pipeline] echo [2024-07-10T05:22:07.110Z] taggedImages: [2024-07-10T05:22:07.110Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:22:07.110Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-07-10T05:22:07.110Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.33 [2024-07-10T05:22:07.110Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:22:07.110Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-07-10T05:22:07.134Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-07-10T05:22:07.134Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:22:07.134Z] latest [2024-07-10T05:22:07.134Z] 3.2.0-dev.33 [2024-07-10T05:22:07.134Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:22:07.134Z] main [2024-07-10T05:22:07.134Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:07.503Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:07.855Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:22:07.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-10T05:22:07.855Z] d915c12b6bb0: Preparing [2024-07-10T05:22:07.855Z] 1227ee312553: Preparing [2024-07-10T05:22:07.855Z] 58cd8e3ba0d7: Preparing [2024-07-10T05:22:07.855Z] 1a998da1877e: Preparing [2024-07-10T05:22:07.855Z] c2dd4b8164f4: Preparing [2024-07-10T05:22:07.855Z] 5b77336812ce: Preparing [2024-07-10T05:22:07.855Z] 4b6f029988e6: Preparing [2024-07-10T05:22:07.855Z] fbdc8c7629e7: Preparing [2024-07-10T05:22:07.855Z] a12d963c34b0: Preparing [2024-07-10T05:22:07.855Z] da707bb00cb8: Preparing [2024-07-10T05:22:07.855Z] fbdc8c7629e7: Waiting [2024-07-10T05:22:07.855Z] a12d963c34b0: Waiting [2024-07-10T05:22:07.855Z] da707bb00cb8: Waiting [2024-07-10T05:22:07.855Z] 5b77336812ce: Waiting [2024-07-10T05:22:07.855Z] 4b6f029988e6: Waiting [2024-07-10T05:22:07.855Z] 1a998da1877e: Layer already exists [2024-07-10T05:22:07.855Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:22:08.121Z] 1227ee312553: Pushed [2024-07-10T05:22:08.121Z] 58cd8e3ba0d7: Pushed [2024-07-10T05:22:08.121Z] d915c12b6bb0: Pushed [2024-07-10T05:22:08.121Z] da707bb00cb8: Layer already exists [2024-07-10T05:22:08.121Z] fbdc8c7629e7: Pushed [2024-07-10T05:22:10.051Z] a12d963c34b0: Pushed [2024-07-10T05:22:22.331Z] 4b6f029988e6: Pushed [2024-07-10T05:22:28.950Z] 5b77336812ce: Pushed [2024-07-10T05:22:28.950Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:11c9a99cb82c7c05f87f14add3c0585e24d35c91b0822a9cba65c569a6c637fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:29.383Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:29.763Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-07-10T05:22:29.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-10T05:22:29.763Z] d915c12b6bb0: Preparing [2024-07-10T05:22:29.763Z] 1227ee312553: Preparing [2024-07-10T05:22:29.763Z] 58cd8e3ba0d7: Preparing [2024-07-10T05:22:29.763Z] 1a998da1877e: Preparing [2024-07-10T05:22:29.763Z] c2dd4b8164f4: Preparing [2024-07-10T05:22:29.763Z] 5b77336812ce: Preparing [2024-07-10T05:22:29.763Z] 4b6f029988e6: Preparing [2024-07-10T05:22:29.763Z] fbdc8c7629e7: Preparing [2024-07-10T05:22:29.763Z] a12d963c34b0: Preparing [2024-07-10T05:22:29.763Z] da707bb00cb8: Preparing [2024-07-10T05:22:29.763Z] 4b6f029988e6: Waiting [2024-07-10T05:22:29.763Z] fbdc8c7629e7: Waiting [2024-07-10T05:22:29.763Z] a12d963c34b0: Waiting [2024-07-10T05:22:29.763Z] da707bb00cb8: Waiting [2024-07-10T05:22:29.763Z] 5b77336812ce: Waiting [2024-07-10T05:22:29.763Z] 1a998da1877e: Layer already exists [2024-07-10T05:22:29.763Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:22:29.763Z] d915c12b6bb0: Layer already exists [2024-07-10T05:22:29.763Z] 58cd8e3ba0d7: Layer already exists [2024-07-10T05:22:29.763Z] 1227ee312553: Layer already exists [2024-07-10T05:22:29.763Z] 5b77336812ce: Layer already exists [2024-07-10T05:22:29.763Z] fbdc8c7629e7: Layer already exists [2024-07-10T05:22:29.763Z] 4b6f029988e6: Layer already exists [2024-07-10T05:22:29.763Z] da707bb00cb8: Layer already exists [2024-07-10T05:22:29.763Z] a12d963c34b0: Layer already exists [2024-07-10T05:22:30.030Z] latest: digest: sha256:11c9a99cb82c7c05f87f14add3c0585e24d35c91b0822a9cba65c569a6c637fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:30.385Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:30.726Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.33 [2024-07-10T05:22:30.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-10T05:22:30.726Z] d915c12b6bb0: Preparing [2024-07-10T05:22:30.726Z] 1227ee312553: Preparing [2024-07-10T05:22:30.726Z] 58cd8e3ba0d7: Preparing [2024-07-10T05:22:30.726Z] 1a998da1877e: Preparing [2024-07-10T05:22:30.726Z] c2dd4b8164f4: Preparing [2024-07-10T05:22:30.726Z] 5b77336812ce: Preparing [2024-07-10T05:22:30.726Z] 4b6f029988e6: Preparing [2024-07-10T05:22:30.726Z] fbdc8c7629e7: Preparing [2024-07-10T05:22:30.726Z] a12d963c34b0: Preparing [2024-07-10T05:22:30.726Z] da707bb00cb8: Preparing [2024-07-10T05:22:30.726Z] fbdc8c7629e7: Waiting [2024-07-10T05:22:30.726Z] a12d963c34b0: Waiting [2024-07-10T05:22:30.726Z] da707bb00cb8: Waiting [2024-07-10T05:22:30.726Z] 5b77336812ce: Waiting [2024-07-10T05:22:30.726Z] 4b6f029988e6: Waiting [2024-07-10T05:22:30.726Z] d915c12b6bb0: Layer already exists [2024-07-10T05:22:30.726Z] 1a998da1877e: Layer already exists [2024-07-10T05:22:30.726Z] 1227ee312553: Layer already exists [2024-07-10T05:22:30.726Z] 58cd8e3ba0d7: Layer already exists [2024-07-10T05:22:30.726Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:22:30.726Z] 4b6f029988e6: Layer already exists [2024-07-10T05:22:30.726Z] a12d963c34b0: Layer already exists [2024-07-10T05:22:30.726Z] da707bb00cb8: Layer already exists [2024-07-10T05:22:30.726Z] fbdc8c7629e7: Layer already exists [2024-07-10T05:22:30.726Z] 5b77336812ce: Layer already exists [2024-07-10T05:22:30.993Z] 3.2.0-dev.33: digest: sha256:11c9a99cb82c7c05f87f14add3c0585e24d35c91b0822a9cba65c569a6c637fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:31.351Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:31.689Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:22:31.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-10T05:22:31.689Z] d915c12b6bb0: Preparing [2024-07-10T05:22:31.689Z] 1227ee312553: Preparing [2024-07-10T05:22:31.689Z] 58cd8e3ba0d7: Preparing [2024-07-10T05:22:31.689Z] 1a998da1877e: Preparing [2024-07-10T05:22:31.689Z] c2dd4b8164f4: Preparing [2024-07-10T05:22:31.689Z] 5b77336812ce: Preparing [2024-07-10T05:22:31.689Z] 4b6f029988e6: Preparing [2024-07-10T05:22:31.689Z] fbdc8c7629e7: Preparing [2024-07-10T05:22:31.689Z] a12d963c34b0: Preparing [2024-07-10T05:22:31.689Z] da707bb00cb8: Preparing [2024-07-10T05:22:31.689Z] 4b6f029988e6: Waiting [2024-07-10T05:22:31.689Z] fbdc8c7629e7: Waiting [2024-07-10T05:22:31.689Z] a12d963c34b0: Waiting [2024-07-10T05:22:31.689Z] da707bb00cb8: Waiting [2024-07-10T05:22:31.689Z] 5b77336812ce: Waiting [2024-07-10T05:22:31.689Z] 1a998da1877e: Layer already exists [2024-07-10T05:22:31.689Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:22:31.689Z] 58cd8e3ba0d7: Layer already exists [2024-07-10T05:22:31.689Z] 1227ee312553: Layer already exists [2024-07-10T05:22:31.689Z] d915c12b6bb0: Layer already exists [2024-07-10T05:22:31.689Z] 5b77336812ce: Layer already exists [2024-07-10T05:22:31.689Z] fbdc8c7629e7: Layer already exists [2024-07-10T05:22:31.689Z] 4b6f029988e6: Layer already exists [2024-07-10T05:22:31.689Z] a12d963c34b0: Layer already exists [2024-07-10T05:22:31.689Z] da707bb00cb8: Layer already exists [2024-07-10T05:22:31.952Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:11c9a99cb82c7c05f87f14add3c0585e24d35c91b0822a9cba65c569a6c637fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:32.298Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:32.643Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-07-10T05:22:32.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-10T05:22:32.643Z] d915c12b6bb0: Preparing [2024-07-10T05:22:32.643Z] 1227ee312553: Preparing [2024-07-10T05:22:32.643Z] 58cd8e3ba0d7: Preparing [2024-07-10T05:22:32.643Z] 1a998da1877e: Preparing [2024-07-10T05:22:32.643Z] c2dd4b8164f4: Preparing [2024-07-10T05:22:32.643Z] 5b77336812ce: Preparing [2024-07-10T05:22:32.643Z] 4b6f029988e6: Preparing [2024-07-10T05:22:32.643Z] fbdc8c7629e7: Preparing [2024-07-10T05:22:32.643Z] a12d963c34b0: Preparing [2024-07-10T05:22:32.643Z] da707bb00cb8: Preparing [2024-07-10T05:22:32.643Z] 4b6f029988e6: Waiting [2024-07-10T05:22:32.643Z] fbdc8c7629e7: Waiting [2024-07-10T05:22:32.643Z] a12d963c34b0: Waiting [2024-07-10T05:22:32.643Z] da707bb00cb8: Waiting [2024-07-10T05:22:32.643Z] 5b77336812ce: Waiting [2024-07-10T05:22:32.643Z] 1227ee312553: Layer already exists [2024-07-10T05:22:32.643Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:22:32.643Z] 1a998da1877e: Layer already exists [2024-07-10T05:22:32.643Z] d915c12b6bb0: Layer already exists [2024-07-10T05:22:32.643Z] 58cd8e3ba0d7: Layer already exists [2024-07-10T05:22:32.643Z] 4b6f029988e6: Layer already exists [2024-07-10T05:22:32.643Z] 5b77336812ce: Layer already exists [2024-07-10T05:22:32.643Z] a12d963c34b0: Layer already exists [2024-07-10T05:22:32.643Z] da707bb00cb8: Layer already exists [2024-07-10T05:22:32.643Z] fbdc8c7629e7: Layer already exists [2024-07-10T05:22:32.906Z] main: digest: sha256:11c9a99cb82c7c05f87f14add3c0585e24d35c91b0822a9cba65c569a6c637fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T05:22:32.982Z] ===================================================== [Pipeline] echo [2024-07-10T05:22:32.994Z] taggedImages: [2024-07-10T05:22:32.994Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:22:32.994Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-07-10T05:22:32.994Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.33 [2024-07-10T05:22:32.994Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:22:32.994Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-07-10T05:22:33.015Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-07-10T05:22:33.015Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:22:33.015Z] latest [2024-07-10T05:22:33.015Z] 3.2.0-dev.33 [2024-07-10T05:22:33.015Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:22:33.015Z] main [2024-07-10T05:22:33.015Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:33.372Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:33.721Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:22:33.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-10T05:22:33.722Z] 8669a59e1d36: Preparing [2024-07-10T05:22:33.722Z] 114aa6783c93: Preparing [2024-07-10T05:22:33.722Z] af32d04ea543: Preparing [2024-07-10T05:22:33.722Z] 1a998da1877e: Preparing [2024-07-10T05:22:33.722Z] c2dd4b8164f4: Preparing [2024-07-10T05:22:33.722Z] 6efe2ca48a0e: Preparing [2024-07-10T05:22:33.722Z] c24825ca2db7: Preparing [2024-07-10T05:22:33.722Z] be696ac10d18: Preparing [2024-07-10T05:22:33.722Z] da707bb00cb8: Preparing [2024-07-10T05:22:33.722Z] c24825ca2db7: Waiting [2024-07-10T05:22:33.722Z] be696ac10d18: Waiting [2024-07-10T05:22:33.722Z] da707bb00cb8: Waiting [2024-07-10T05:22:33.722Z] 6efe2ca48a0e: Waiting [2024-07-10T05:22:33.722Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:22:33.722Z] 1a998da1877e: Layer already exists [2024-07-10T05:22:33.985Z] af32d04ea543: Pushed [2024-07-10T05:22:33.985Z] 8669a59e1d36: Pushed [2024-07-10T05:22:33.985Z] 114aa6783c93: Pushed [2024-07-10T05:22:33.985Z] da707bb00cb8: Layer already exists [2024-07-10T05:22:34.561Z] be696ac10d18: Pushed [2024-07-10T05:22:35.137Z] c24825ca2db7: Pushed [2024-07-10T05:22:57.137Z] 6efe2ca48a0e: Pushed [2024-07-10T05:22:57.137Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:182a10021b97be462e46a42e1b24bf0b3e0c294cc9492b54b972257d95d59d4a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:57.490Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:57.826Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-07-10T05:22:57.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-10T05:22:57.827Z] 8669a59e1d36: Preparing [2024-07-10T05:22:57.827Z] 114aa6783c93: Preparing [2024-07-10T05:22:57.827Z] af32d04ea543: Preparing [2024-07-10T05:22:57.827Z] 1a998da1877e: Preparing [2024-07-10T05:22:57.827Z] c2dd4b8164f4: Preparing [2024-07-10T05:22:57.827Z] 6efe2ca48a0e: Preparing [2024-07-10T05:22:57.827Z] c24825ca2db7: Preparing [2024-07-10T05:22:57.827Z] be696ac10d18: Preparing [2024-07-10T05:22:57.827Z] da707bb00cb8: Preparing [2024-07-10T05:22:57.827Z] c24825ca2db7: Waiting [2024-07-10T05:22:57.827Z] be696ac10d18: Waiting [2024-07-10T05:22:57.827Z] da707bb00cb8: Waiting [2024-07-10T05:22:57.827Z] 6efe2ca48a0e: Waiting [2024-07-10T05:22:57.827Z] af32d04ea543: Layer already exists [2024-07-10T05:22:57.827Z] 114aa6783c93: Layer already exists [2024-07-10T05:22:57.827Z] 8669a59e1d36: Layer already exists [2024-07-10T05:22:57.827Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:22:57.827Z] 1a998da1877e: Layer already exists [2024-07-10T05:22:57.827Z] be696ac10d18: Layer already exists [2024-07-10T05:22:57.827Z] c24825ca2db7: Layer already exists [2024-07-10T05:22:57.827Z] 6efe2ca48a0e: Layer already exists [2024-07-10T05:22:57.827Z] da707bb00cb8: Layer already exists [2024-07-10T05:22:58.090Z] latest: digest: sha256:182a10021b97be462e46a42e1b24bf0b3e0c294cc9492b54b972257d95d59d4a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:58.432Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:58.765Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.33 [2024-07-10T05:22:58.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-10T05:22:58.765Z] 8669a59e1d36: Preparing [2024-07-10T05:22:58.765Z] 114aa6783c93: Preparing [2024-07-10T05:22:58.765Z] af32d04ea543: Preparing [2024-07-10T05:22:58.765Z] 1a998da1877e: Preparing [2024-07-10T05:22:58.765Z] c2dd4b8164f4: Preparing [2024-07-10T05:22:58.765Z] 6efe2ca48a0e: Preparing [2024-07-10T05:22:58.765Z] c24825ca2db7: Preparing [2024-07-10T05:22:58.765Z] be696ac10d18: Preparing [2024-07-10T05:22:58.765Z] da707bb00cb8: Preparing [2024-07-10T05:22:58.765Z] be696ac10d18: Waiting [2024-07-10T05:22:58.765Z] da707bb00cb8: Waiting [2024-07-10T05:22:58.765Z] c24825ca2db7: Waiting [2024-07-10T05:22:58.766Z] 6efe2ca48a0e: Waiting [2024-07-10T05:22:58.766Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:22:58.766Z] 8669a59e1d36: Layer already exists [2024-07-10T05:22:58.766Z] 114aa6783c93: Layer already exists [2024-07-10T05:22:58.766Z] af32d04ea543: Layer already exists [2024-07-10T05:22:58.766Z] 1a998da1877e: Layer already exists [2024-07-10T05:22:58.766Z] da707bb00cb8: Layer already exists [2024-07-10T05:22:58.766Z] 6efe2ca48a0e: Layer already exists [2024-07-10T05:22:58.766Z] c24825ca2db7: Layer already exists [2024-07-10T05:22:58.766Z] be696ac10d18: Layer already exists [2024-07-10T05:22:59.028Z] 3.2.0-dev.33: digest: sha256:182a10021b97be462e46a42e1b24bf0b3e0c294cc9492b54b972257d95d59d4a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:59.369Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:22:59.700Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:22:59.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-10T05:22:59.700Z] 8669a59e1d36: Preparing [2024-07-10T05:22:59.700Z] 114aa6783c93: Preparing [2024-07-10T05:22:59.700Z] af32d04ea543: Preparing [2024-07-10T05:22:59.700Z] 1a998da1877e: Preparing [2024-07-10T05:22:59.700Z] c2dd4b8164f4: Preparing [2024-07-10T05:22:59.700Z] 6efe2ca48a0e: Preparing [2024-07-10T05:22:59.700Z] c24825ca2db7: Preparing [2024-07-10T05:22:59.700Z] be696ac10d18: Preparing [2024-07-10T05:22:59.700Z] da707bb00cb8: Preparing [2024-07-10T05:22:59.700Z] 6efe2ca48a0e: Waiting [2024-07-10T05:22:59.700Z] da707bb00cb8: Waiting [2024-07-10T05:22:59.700Z] c24825ca2db7: Waiting [2024-07-10T05:22:59.700Z] be696ac10d18: Waiting [2024-07-10T05:22:59.700Z] af32d04ea543: Layer already exists [2024-07-10T05:22:59.700Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:22:59.700Z] 8669a59e1d36: Layer already exists [2024-07-10T05:22:59.700Z] 114aa6783c93: Layer already exists [2024-07-10T05:22:59.700Z] 1a998da1877e: Layer already exists [2024-07-10T05:22:59.700Z] 6efe2ca48a0e: Layer already exists [2024-07-10T05:22:59.700Z] da707bb00cb8: Layer already exists [2024-07-10T05:22:59.700Z] c24825ca2db7: Layer already exists [2024-07-10T05:22:59.700Z] be696ac10d18: Layer already exists [2024-07-10T05:22:59.963Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:182a10021b97be462e46a42e1b24bf0b3e0c294cc9492b54b972257d95d59d4a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:00.314Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:00.653Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-07-10T05:23:00.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-10T05:23:00.653Z] 8669a59e1d36: Preparing [2024-07-10T05:23:00.653Z] 114aa6783c93: Preparing [2024-07-10T05:23:00.653Z] af32d04ea543: Preparing [2024-07-10T05:23:00.653Z] 1a998da1877e: Preparing [2024-07-10T05:23:00.653Z] c2dd4b8164f4: Preparing [2024-07-10T05:23:00.653Z] 6efe2ca48a0e: Preparing [2024-07-10T05:23:00.653Z] c24825ca2db7: Preparing [2024-07-10T05:23:00.653Z] be696ac10d18: Preparing [2024-07-10T05:23:00.653Z] da707bb00cb8: Preparing [2024-07-10T05:23:00.653Z] c24825ca2db7: Waiting [2024-07-10T05:23:00.653Z] be696ac10d18: Waiting [2024-07-10T05:23:00.653Z] da707bb00cb8: Waiting [2024-07-10T05:23:00.653Z] 6efe2ca48a0e: Waiting [2024-07-10T05:23:00.653Z] 114aa6783c93: Layer already exists [2024-07-10T05:23:00.653Z] af32d04ea543: Layer already exists [2024-07-10T05:23:00.653Z] 8669a59e1d36: Layer already exists [2024-07-10T05:23:00.654Z] 1a998da1877e: Layer already exists [2024-07-10T05:23:00.654Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:23:00.654Z] 6efe2ca48a0e: Layer already exists [2024-07-10T05:23:00.654Z] be696ac10d18: Layer already exists [2024-07-10T05:23:00.654Z] c24825ca2db7: Layer already exists [2024-07-10T05:23:00.654Z] da707bb00cb8: Layer already exists [2024-07-10T05:23:00.917Z] main: digest: sha256:182a10021b97be462e46a42e1b24bf0b3e0c294cc9492b54b972257d95d59d4a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T05:23:01.000Z] ===================================================== [Pipeline] echo [2024-07-10T05:23:01.014Z] taggedImages: [2024-07-10T05:23:01.014Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:23:01.014Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-07-10T05:23:01.014Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.33 [2024-07-10T05:23:01.014Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:23:01.014Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-07-10T05:23:01.041Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-07-10T05:23:01.041Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:23:01.041Z] latest [2024-07-10T05:23:01.041Z] 3.2.0-dev.33 [2024-07-10T05:23:01.041Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:23:01.041Z] main [2024-07-10T05:23:01.041Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:01.395Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:01.734Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:23:01.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-10T05:23:01.734Z] de7ee3dbd6eb: Preparing [2024-07-10T05:23:01.734Z] c8e181743a21: Preparing [2024-07-10T05:23:01.734Z] d9ab77f21c46: Preparing [2024-07-10T05:23:01.734Z] 1a998da1877e: Preparing [2024-07-10T05:23:01.734Z] c2dd4b8164f4: Preparing [2024-07-10T05:23:01.734Z] 7b9c9783cf1f: Preparing [2024-07-10T05:23:01.734Z] fbdc8c7629e7: Preparing [2024-07-10T05:23:01.734Z] a12d963c34b0: Preparing [2024-07-10T05:23:01.734Z] da707bb00cb8: Preparing [2024-07-10T05:23:01.734Z] 7b9c9783cf1f: Waiting [2024-07-10T05:23:01.734Z] fbdc8c7629e7: Waiting [2024-07-10T05:23:01.734Z] a12d963c34b0: Waiting [2024-07-10T05:23:01.734Z] da707bb00cb8: Waiting [2024-07-10T05:23:01.734Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:23:01.734Z] 1a998da1877e: Layer already exists [2024-07-10T05:23:01.997Z] fbdc8c7629e7: Layer already exists [2024-07-10T05:23:01.997Z] a12d963c34b0: Layer already exists [2024-07-10T05:23:01.997Z] de7ee3dbd6eb: Pushed [2024-07-10T05:23:01.997Z] da707bb00cb8: Layer already exists [2024-07-10T05:23:01.997Z] c8e181743a21: Pushed [2024-07-10T05:23:01.997Z] d9ab77f21c46: Pushed [2024-07-10T05:23:24.004Z] 7b9c9783cf1f: Pushed [2024-07-10T05:23:24.004Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:bf45b8eb2efa4192a31cf39a150636303c5fce6c60344d0d006595fb7fc1c42e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:24.351Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:24.698Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-07-10T05:23:24.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-10T05:23:24.698Z] de7ee3dbd6eb: Preparing [2024-07-10T05:23:24.698Z] c8e181743a21: Preparing [2024-07-10T05:23:24.698Z] d9ab77f21c46: Preparing [2024-07-10T05:23:24.698Z] 1a998da1877e: Preparing [2024-07-10T05:23:24.698Z] c2dd4b8164f4: Preparing [2024-07-10T05:23:24.698Z] 7b9c9783cf1f: Preparing [2024-07-10T05:23:24.698Z] fbdc8c7629e7: Preparing [2024-07-10T05:23:24.698Z] a12d963c34b0: Preparing [2024-07-10T05:23:24.698Z] da707bb00cb8: Preparing [2024-07-10T05:23:24.698Z] fbdc8c7629e7: Waiting [2024-07-10T05:23:24.698Z] a12d963c34b0: Waiting [2024-07-10T05:23:24.698Z] 7b9c9783cf1f: Waiting [2024-07-10T05:23:24.698Z] da707bb00cb8: Waiting [2024-07-10T05:23:24.698Z] 1a998da1877e: Layer already exists [2024-07-10T05:23:24.698Z] d9ab77f21c46: Layer already exists [2024-07-10T05:23:24.698Z] c8e181743a21: Layer already exists [2024-07-10T05:23:24.698Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:23:24.698Z] de7ee3dbd6eb: Layer already exists [2024-07-10T05:23:24.698Z] fbdc8c7629e7: Layer already exists [2024-07-10T05:23:24.698Z] 7b9c9783cf1f: Layer already exists [2024-07-10T05:23:24.698Z] a12d963c34b0: Layer already exists [2024-07-10T05:23:24.698Z] da707bb00cb8: Layer already exists [2024-07-10T05:23:24.698Z] latest: digest: sha256:bf45b8eb2efa4192a31cf39a150636303c5fce6c60344d0d006595fb7fc1c42e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:25.309Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:25.650Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.33 [2024-07-10T05:23:25.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-10T05:23:25.650Z] de7ee3dbd6eb: Preparing [2024-07-10T05:23:25.650Z] c8e181743a21: Preparing [2024-07-10T05:23:25.650Z] d9ab77f21c46: Preparing [2024-07-10T05:23:25.650Z] 1a998da1877e: Preparing [2024-07-10T05:23:25.650Z] c2dd4b8164f4: Preparing [2024-07-10T05:23:25.650Z] 7b9c9783cf1f: Preparing [2024-07-10T05:23:25.650Z] fbdc8c7629e7: Preparing [2024-07-10T05:23:25.650Z] a12d963c34b0: Preparing [2024-07-10T05:23:25.650Z] da707bb00cb8: Preparing [2024-07-10T05:23:25.650Z] fbdc8c7629e7: Waiting [2024-07-10T05:23:25.650Z] a12d963c34b0: Waiting [2024-07-10T05:23:25.650Z] da707bb00cb8: Waiting [2024-07-10T05:23:25.650Z] 7b9c9783cf1f: Waiting [2024-07-10T05:23:25.650Z] c8e181743a21: Layer already exists [2024-07-10T05:23:25.650Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:23:25.650Z] d9ab77f21c46: Layer already exists [2024-07-10T05:23:25.650Z] 1a998da1877e: Layer already exists [2024-07-10T05:23:25.650Z] de7ee3dbd6eb: Layer already exists [2024-07-10T05:23:25.650Z] 7b9c9783cf1f: Layer already exists [2024-07-10T05:23:25.650Z] a12d963c34b0: Layer already exists [2024-07-10T05:23:25.650Z] fbdc8c7629e7: Layer already exists [2024-07-10T05:23:25.650Z] da707bb00cb8: Layer already exists [2024-07-10T05:23:25.650Z] 3.2.0-dev.33: digest: sha256:bf45b8eb2efa4192a31cf39a150636303c5fce6c60344d0d006595fb7fc1c42e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:25.987Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:26.325Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:23:26.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-10T05:23:26.325Z] de7ee3dbd6eb: Preparing [2024-07-10T05:23:26.325Z] c8e181743a21: Preparing [2024-07-10T05:23:26.325Z] d9ab77f21c46: Preparing [2024-07-10T05:23:26.325Z] 1a998da1877e: Preparing [2024-07-10T05:23:26.325Z] c2dd4b8164f4: Preparing [2024-07-10T05:23:26.325Z] 7b9c9783cf1f: Preparing [2024-07-10T05:23:26.325Z] fbdc8c7629e7: Preparing [2024-07-10T05:23:26.325Z] a12d963c34b0: Preparing [2024-07-10T05:23:26.325Z] da707bb00cb8: Preparing [2024-07-10T05:23:26.325Z] fbdc8c7629e7: Waiting [2024-07-10T05:23:26.325Z] a12d963c34b0: Waiting [2024-07-10T05:23:26.325Z] da707bb00cb8: Waiting [2024-07-10T05:23:26.325Z] 7b9c9783cf1f: Waiting [2024-07-10T05:23:26.325Z] 1a998da1877e: Layer already exists [2024-07-10T05:23:26.325Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:23:26.325Z] c8e181743a21: Layer already exists [2024-07-10T05:23:26.325Z] de7ee3dbd6eb: Layer already exists [2024-07-10T05:23:26.325Z] d9ab77f21c46: Layer already exists [2024-07-10T05:23:26.325Z] fbdc8c7629e7: Layer already exists [2024-07-10T05:23:26.325Z] 7b9c9783cf1f: Layer already exists [2024-07-10T05:23:26.325Z] a12d963c34b0: Layer already exists [2024-07-10T05:23:26.325Z] da707bb00cb8: Layer already exists [2024-07-10T05:23:26.325Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:bf45b8eb2efa4192a31cf39a150636303c5fce6c60344d0d006595fb7fc1c42e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:26.663Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:27.146Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-07-10T05:23:27.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-10T05:23:27.146Z] de7ee3dbd6eb: Preparing [2024-07-10T05:23:27.146Z] c8e181743a21: Preparing [2024-07-10T05:23:27.146Z] d9ab77f21c46: Preparing [2024-07-10T05:23:27.146Z] 1a998da1877e: Preparing [2024-07-10T05:23:27.146Z] c2dd4b8164f4: Preparing [2024-07-10T05:23:27.146Z] 7b9c9783cf1f: Preparing [2024-07-10T05:23:27.146Z] fbdc8c7629e7: Preparing [2024-07-10T05:23:27.146Z] a12d963c34b0: Preparing [2024-07-10T05:23:27.146Z] da707bb00cb8: Preparing [2024-07-10T05:23:27.146Z] fbdc8c7629e7: Waiting [2024-07-10T05:23:27.146Z] a12d963c34b0: Waiting [2024-07-10T05:23:27.146Z] 7b9c9783cf1f: Waiting [2024-07-10T05:23:27.146Z] d9ab77f21c46: Layer already exists [2024-07-10T05:23:27.146Z] 1a998da1877e: Layer already exists [2024-07-10T05:23:27.146Z] de7ee3dbd6eb: Layer already exists [2024-07-10T05:23:27.146Z] c8e181743a21: Layer already exists [2024-07-10T05:23:27.146Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:23:27.146Z] fbdc8c7629e7: Layer already exists [2024-07-10T05:23:27.146Z] 7b9c9783cf1f: Layer already exists [2024-07-10T05:23:27.146Z] da707bb00cb8: Layer already exists [2024-07-10T05:23:27.146Z] a12d963c34b0: Layer already exists [2024-07-10T05:23:27.409Z] main: digest: sha256:bf45b8eb2efa4192a31cf39a150636303c5fce6c60344d0d006595fb7fc1c42e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T05:23:27.486Z] ===================================================== [Pipeline] echo [2024-07-10T05:23:27.500Z] taggedImages: [2024-07-10T05:23:27.500Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:23:27.500Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-07-10T05:23:27.500Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.33 [2024-07-10T05:23:27.500Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:23:27.500Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-07-10T05:23:27.529Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-07-10T05:23:27.530Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:23:27.530Z] latest [2024-07-10T05:23:27.530Z] 3.2.0-dev.33 [2024-07-10T05:23:27.530Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:23:27.530Z] main [2024-07-10T05:23:27.530Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:27.889Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:28.230Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:23:28.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-10T05:23:28.231Z] ab19746211b8: Preparing [2024-07-10T05:23:28.231Z] 97b6ab3097a1: Preparing [2024-07-10T05:23:28.231Z] 1a998da1877e: Preparing [2024-07-10T05:23:28.231Z] c2dd4b8164f4: Preparing [2024-07-10T05:23:28.231Z] ec8ecb4de09b: Preparing [2024-07-10T05:23:28.231Z] 9cc726c4f995: Preparing [2024-07-10T05:23:28.231Z] da707bb00cb8: Preparing [2024-07-10T05:23:28.231Z] 9cc726c4f995: Waiting [2024-07-10T05:23:28.231Z] da707bb00cb8: Waiting [2024-07-10T05:23:28.231Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:23:28.231Z] 1a998da1877e: Layer already exists [2024-07-10T05:23:28.503Z] da707bb00cb8: Layer already exists [2024-07-10T05:23:28.503Z] ab19746211b8: Pushed [2024-07-10T05:23:28.766Z] 9cc726c4f995: Pushed [2024-07-10T05:23:29.714Z] ec8ecb4de09b: Pushed [2024-07-10T05:23:35.028Z] 97b6ab3097a1: Pushed [2024-07-10T05:23:35.028Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:ca9a6260907aaf044802446f5bffd7b00d3c34077654b5ea24c67a60e64d527f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:35.379Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:35.729Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-07-10T05:23:35.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-10T05:23:35.729Z] ab19746211b8: Preparing [2024-07-10T05:23:35.729Z] 97b6ab3097a1: Preparing [2024-07-10T05:23:35.729Z] 1a998da1877e: Preparing [2024-07-10T05:23:35.729Z] c2dd4b8164f4: Preparing [2024-07-10T05:23:35.729Z] ec8ecb4de09b: Preparing [2024-07-10T05:23:35.729Z] 9cc726c4f995: Preparing [2024-07-10T05:23:35.729Z] da707bb00cb8: Preparing [2024-07-10T05:23:35.729Z] 9cc726c4f995: Waiting [2024-07-10T05:23:35.729Z] da707bb00cb8: Waiting [2024-07-10T05:23:35.729Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:23:35.729Z] 1a998da1877e: Layer already exists [2024-07-10T05:23:35.729Z] ab19746211b8: Layer already exists [2024-07-10T05:23:35.729Z] ec8ecb4de09b: Layer already exists [2024-07-10T05:23:35.729Z] 97b6ab3097a1: Layer already exists [2024-07-10T05:23:35.729Z] 9cc726c4f995: Layer already exists [2024-07-10T05:23:35.729Z] da707bb00cb8: Layer already exists [2024-07-10T05:23:35.729Z] latest: digest: sha256:ca9a6260907aaf044802446f5bffd7b00d3c34077654b5ea24c67a60e64d527f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:36.071Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:36.413Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.33 [2024-07-10T05:23:36.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-10T05:23:36.413Z] ab19746211b8: Preparing [2024-07-10T05:23:36.413Z] 97b6ab3097a1: Preparing [2024-07-10T05:23:36.413Z] 1a998da1877e: Preparing [2024-07-10T05:23:36.413Z] c2dd4b8164f4: Preparing [2024-07-10T05:23:36.413Z] ec8ecb4de09b: Preparing [2024-07-10T05:23:36.413Z] 9cc726c4f995: Preparing [2024-07-10T05:23:36.413Z] da707bb00cb8: Preparing [2024-07-10T05:23:36.413Z] 9cc726c4f995: Waiting [2024-07-10T05:23:36.413Z] da707bb00cb8: Waiting [2024-07-10T05:23:36.413Z] 97b6ab3097a1: Layer already exists [2024-07-10T05:23:36.413Z] ab19746211b8: Layer already exists [2024-07-10T05:23:36.413Z] ec8ecb4de09b: Layer already exists [2024-07-10T05:23:36.413Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:23:36.413Z] 1a998da1877e: Layer already exists [2024-07-10T05:23:36.413Z] da707bb00cb8: Layer already exists [2024-07-10T05:23:36.413Z] 9cc726c4f995: Layer already exists [2024-07-10T05:23:36.680Z] 3.2.0-dev.33: digest: sha256:ca9a6260907aaf044802446f5bffd7b00d3c34077654b5ea24c67a60e64d527f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:37.029Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:37.383Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:23:37.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-10T05:23:37.383Z] ab19746211b8: Preparing [2024-07-10T05:23:37.383Z] 97b6ab3097a1: Preparing [2024-07-10T05:23:37.383Z] 1a998da1877e: Preparing [2024-07-10T05:23:37.383Z] c2dd4b8164f4: Preparing [2024-07-10T05:23:37.383Z] ec8ecb4de09b: Preparing [2024-07-10T05:23:37.383Z] 9cc726c4f995: Preparing [2024-07-10T05:23:37.383Z] da707bb00cb8: Preparing [2024-07-10T05:23:37.383Z] 9cc726c4f995: Waiting [2024-07-10T05:23:37.383Z] da707bb00cb8: Waiting [2024-07-10T05:23:37.383Z] ec8ecb4de09b: Layer already exists [2024-07-10T05:23:37.383Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:23:37.383Z] 97b6ab3097a1: Layer already exists [2024-07-10T05:23:37.383Z] ab19746211b8: Layer already exists [2024-07-10T05:23:37.383Z] 1a998da1877e: Layer already exists [2024-07-10T05:23:37.383Z] 9cc726c4f995: Layer already exists [2024-07-10T05:23:37.383Z] da707bb00cb8: Layer already exists [2024-07-10T05:23:37.646Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:ca9a6260907aaf044802446f5bffd7b00d3c34077654b5ea24c67a60e64d527f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:37.987Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:38.331Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-07-10T05:23:38.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-10T05:23:38.331Z] ab19746211b8: Preparing [2024-07-10T05:23:38.331Z] 97b6ab3097a1: Preparing [2024-07-10T05:23:38.331Z] 1a998da1877e: Preparing [2024-07-10T05:23:38.331Z] c2dd4b8164f4: Preparing [2024-07-10T05:23:38.331Z] ec8ecb4de09b: Preparing [2024-07-10T05:23:38.331Z] 9cc726c4f995: Preparing [2024-07-10T05:23:38.331Z] da707bb00cb8: Preparing [2024-07-10T05:23:38.331Z] 9cc726c4f995: Waiting [2024-07-10T05:23:38.331Z] da707bb00cb8: Waiting [2024-07-10T05:23:38.331Z] ec8ecb4de09b: Layer already exists [2024-07-10T05:23:38.331Z] ab19746211b8: Layer already exists [2024-07-10T05:23:38.331Z] 97b6ab3097a1: Layer already exists [2024-07-10T05:23:38.331Z] 1a998da1877e: Layer already exists [2024-07-10T05:23:38.331Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:23:38.331Z] 9cc726c4f995: Layer already exists [2024-07-10T05:23:38.331Z] da707bb00cb8: Layer already exists [2024-07-10T05:23:38.594Z] main: digest: sha256:ca9a6260907aaf044802446f5bffd7b00d3c34077654b5ea24c67a60e64d527f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T05:23:38.677Z] ===================================================== [Pipeline] echo [2024-07-10T05:23:38.689Z] taggedImages: [2024-07-10T05:23:38.689Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:23:38.689Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-07-10T05:23:38.689Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.33 [2024-07-10T05:23:38.689Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:23:38.689Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-07-10T05:23:38.712Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-07-10T05:23:38.712Z] 059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:23:38.712Z] latest [2024-07-10T05:23:38.712Z] 3.2.0-dev.33 [2024-07-10T05:23:38.712Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:23:38.712Z] main [2024-07-10T05:23:38.712Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:39.061Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:39.401Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:23:39.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-10T05:23:39.401Z] b54c229c7d3e: Preparing [2024-07-10T05:23:39.401Z] bd9ff5801ca8: Preparing [2024-07-10T05:23:39.401Z] 1a998da1877e: Preparing [2024-07-10T05:23:39.401Z] c2dd4b8164f4: Preparing [2024-07-10T05:23:39.401Z] df88f4d4f53e: Preparing [2024-07-10T05:23:39.401Z] 64bbbfd74bf0: Preparing [2024-07-10T05:23:39.401Z] da707bb00cb8: Preparing [2024-07-10T05:23:39.401Z] 64bbbfd74bf0: Waiting [2024-07-10T05:23:39.401Z] da707bb00cb8: Waiting [2024-07-10T05:23:39.401Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:23:39.401Z] df88f4d4f53e: Layer already exists [2024-07-10T05:23:39.401Z] 1a998da1877e: Layer already exists [2024-07-10T05:23:39.666Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:23:39.666Z] da707bb00cb8: Layer already exists [2024-07-10T05:23:39.666Z] b54c229c7d3e: Pushed [2024-07-10T05:23:46.293Z] bd9ff5801ca8: Pushed [2024-07-10T05:23:46.293Z] 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:8ecae713c5afa36f8679c628a308a5f4ff20f19d12ccecb9dd12db0f8d933290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:46.643Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:46.989Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-07-10T05:23:46.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-10T05:23:46.989Z] b54c229c7d3e: Preparing [2024-07-10T05:23:46.989Z] bd9ff5801ca8: Preparing [2024-07-10T05:23:46.989Z] 1a998da1877e: Preparing [2024-07-10T05:23:46.989Z] c2dd4b8164f4: Preparing [2024-07-10T05:23:46.989Z] df88f4d4f53e: Preparing [2024-07-10T05:23:46.989Z] 64bbbfd74bf0: Preparing [2024-07-10T05:23:46.989Z] da707bb00cb8: Preparing [2024-07-10T05:23:46.989Z] 64bbbfd74bf0: Waiting [2024-07-10T05:23:46.989Z] da707bb00cb8: Waiting [2024-07-10T05:23:46.989Z] bd9ff5801ca8: Layer already exists [2024-07-10T05:23:46.989Z] 1a998da1877e: Layer already exists [2024-07-10T05:23:46.989Z] df88f4d4f53e: Layer already exists [2024-07-10T05:23:46.989Z] b54c229c7d3e: Layer already exists [2024-07-10T05:23:46.989Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:23:46.989Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:23:46.989Z] da707bb00cb8: Layer already exists [2024-07-10T05:23:47.255Z] latest: digest: sha256:8ecae713c5afa36f8679c628a308a5f4ff20f19d12ccecb9dd12db0f8d933290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:47.598Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:48.198Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.33 [2024-07-10T05:23:48.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-10T05:23:48.198Z] b54c229c7d3e: Preparing [2024-07-10T05:23:48.198Z] bd9ff5801ca8: Preparing [2024-07-10T05:23:48.198Z] 1a998da1877e: Preparing [2024-07-10T05:23:48.198Z] c2dd4b8164f4: Preparing [2024-07-10T05:23:48.198Z] df88f4d4f53e: Preparing [2024-07-10T05:23:48.198Z] 64bbbfd74bf0: Preparing [2024-07-10T05:23:48.198Z] da707bb00cb8: Preparing [2024-07-10T05:23:48.198Z] 64bbbfd74bf0: Waiting [2024-07-10T05:23:48.198Z] da707bb00cb8: Waiting [2024-07-10T05:23:48.198Z] 1a998da1877e: Layer already exists [2024-07-10T05:23:48.198Z] df88f4d4f53e: Layer already exists [2024-07-10T05:23:48.198Z] bd9ff5801ca8: Layer already exists [2024-07-10T05:23:48.198Z] b54c229c7d3e: Layer already exists [2024-07-10T05:23:48.198Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:23:48.198Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:23:48.198Z] da707bb00cb8: Layer already exists [2024-07-10T05:23:48.463Z] 3.2.0-dev.33: digest: sha256:8ecae713c5afa36f8679c628a308a5f4ff20f19d12ccecb9dd12db0f8d933290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:48.805Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:49.159Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:23:49.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-10T05:23:49.160Z] b54c229c7d3e: Preparing [2024-07-10T05:23:49.160Z] bd9ff5801ca8: Preparing [2024-07-10T05:23:49.160Z] 1a998da1877e: Preparing [2024-07-10T05:23:49.160Z] c2dd4b8164f4: Preparing [2024-07-10T05:23:49.160Z] df88f4d4f53e: Preparing [2024-07-10T05:23:49.160Z] 64bbbfd74bf0: Preparing [2024-07-10T05:23:49.160Z] da707bb00cb8: Preparing [2024-07-10T05:23:49.160Z] 64bbbfd74bf0: Waiting [2024-07-10T05:23:49.160Z] da707bb00cb8: Waiting [2024-07-10T05:23:49.160Z] bd9ff5801ca8: Layer already exists [2024-07-10T05:23:49.160Z] b54c229c7d3e: Layer already exists [2024-07-10T05:23:49.160Z] 1a998da1877e: Layer already exists [2024-07-10T05:23:49.160Z] df88f4d4f53e: Layer already exists [2024-07-10T05:23:49.160Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:23:49.160Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:23:49.160Z] da707bb00cb8: Layer already exists [2024-07-10T05:23:49.160Z] 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:8ecae713c5afa36f8679c628a308a5f4ff20f19d12ccecb9dd12db0f8d933290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:49.780Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:50.124Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-07-10T05:23:50.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-10T05:23:50.124Z] b54c229c7d3e: Preparing [2024-07-10T05:23:50.124Z] bd9ff5801ca8: Preparing [2024-07-10T05:23:50.124Z] 1a998da1877e: Preparing [2024-07-10T05:23:50.124Z] c2dd4b8164f4: Preparing [2024-07-10T05:23:50.124Z] df88f4d4f53e: Preparing [2024-07-10T05:23:50.124Z] 64bbbfd74bf0: Preparing [2024-07-10T05:23:50.124Z] da707bb00cb8: Preparing [2024-07-10T05:23:50.124Z] 64bbbfd74bf0: Waiting [2024-07-10T05:23:50.124Z] da707bb00cb8: Waiting [2024-07-10T05:23:50.124Z] df88f4d4f53e: Layer already exists [2024-07-10T05:23:50.124Z] c2dd4b8164f4: Layer already exists [2024-07-10T05:23:50.124Z] 1a998da1877e: Layer already exists [2024-07-10T05:23:50.124Z] bd9ff5801ca8: Layer already exists [2024-07-10T05:23:50.124Z] b54c229c7d3e: Layer already exists [2024-07-10T05:23:50.124Z] 64bbbfd74bf0: Layer already exists [2024-07-10T05:23:50.124Z] da707bb00cb8: Layer already exists [2024-07-10T05:23:50.391Z] main: digest: sha256:8ecae713c5afa36f8679c628a308a5f4ff20f19d12ccecb9dd12db0f8d933290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-10T05:23:50.458Z] ===================================================== [Pipeline] echo [2024-07-10T05:23:50.471Z] taggedImages: [2024-07-10T05:23:50.471Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [2024-07-10T05:23:50.471Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-07-10T05:23:50.471Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.33 [2024-07-10T05:23:50.471Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [2024-07-10T05:23:50.471Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:50.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-10T05:23:50.844Z] [2024-07-10T05:23:50.844Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:23:51.172Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-10T05:23:51.442Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-10T05:23:51.442Z] 8998bd30e6a1: Pulling fs layer [2024-07-10T05:23:51.442Z] 04944245beec: Pulling fs layer [2024-07-10T05:23:51.442Z] 699f458cf7ca: Pulling fs layer [2024-07-10T05:23:51.442Z] 765212b225bb: Pulling fs layer [2024-07-10T05:23:51.442Z] f23df028b6ca: Pulling fs layer [2024-07-10T05:23:51.442Z] d65c8cfc05b1: Pulling fs layer [2024-07-10T05:23:51.442Z] 2437ff75d9bd: Pulling fs layer [2024-07-10T05:23:51.442Z] f23df028b6ca: Waiting [2024-07-10T05:23:51.442Z] 2437ff75d9bd: Waiting [2024-07-10T05:23:51.442Z] d65c8cfc05b1: Waiting [2024-07-10T05:23:51.442Z] 765212b225bb: Waiting [2024-07-10T05:23:51.442Z] 04944245beec: Verifying Checksum [2024-07-10T05:23:51.442Z] 04944245beec: Download complete [2024-07-10T05:23:51.442Z] 765212b225bb: Verifying Checksum [2024-07-10T05:23:51.442Z] 765212b225bb: Download complete [2024-07-10T05:23:51.442Z] f23df028b6ca: Verifying Checksum [2024-07-10T05:23:51.442Z] f23df028b6ca: Download complete [2024-07-10T05:23:51.442Z] d65c8cfc05b1: Verifying Checksum [2024-07-10T05:23:51.442Z] d65c8cfc05b1: Download complete [2024-07-10T05:23:51.710Z] 699f458cf7ca: Verifying Checksum [2024-07-10T05:23:51.710Z] 699f458cf7ca: Download complete [2024-07-10T05:23:52.306Z] 8998bd30e6a1: Verifying Checksum [2024-07-10T05:23:52.306Z] 8998bd30e6a1: Download complete [2024-07-10T05:23:54.990Z] 2437ff75d9bd: Verifying Checksum [2024-07-10T05:23:54.990Z] 2437ff75d9bd: Download complete [2024-07-10T05:23:56.930Z] 8998bd30e6a1: Pull complete [2024-07-10T05:23:57.509Z] 04944245beec: Pull complete [2024-07-10T05:23:58.924Z] 699f458cf7ca: Pull complete [2024-07-10T05:23:59.190Z] 765212b225bb: Pull complete [2024-07-10T05:24:00.187Z] f23df028b6ca: Pull complete [2024-07-10T05:24:00.768Z] d65c8cfc05b1: Pull complete [2024-07-10T05:24:18.949Z] 2437ff75d9bd: Pull complete [2024-07-10T05:24:18.949Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-10T05:24:18.949Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-10T05:24:18.949Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-10T05:24:19.138Z] prd-ubuntu20.04-docker-arm64-4c-16g-5302 does not seem to be running inside a container [2024-07-10T05:24:19.173Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-07-10T05:24:21.590Z] $ docker top 8fc78fd685840b4943c297f98fe00a7fbca3b0b92671907c103b0e1d6b83a938 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-10T05:24:22.508Z] ---> job-cost.sh [2024-07-10T05:24:22.508Z] lf-activate-venv: SKIPPING [2024-07-10T05:24:22.508Z] INFO: No Stack... [2024-07-10T05:24:22.772Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-10T05:24:23.724Z] INFO: Archiving Costs [Pipeline] sh [2024-07-10T05:24:24.350Z] + cat /w/workspace/edgex-go/651/archives/cost.csv [2024-07-10T05:24:24.350Z] + cut -d, -f6 [Pipeline] lock [2024-07-10T05:24:24.400Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-651-stack-cost] [2024-07-10T05:24:24.409Z] Resource [jenkins-edgexfoundry-edgex-go-main-651-stack-cost] did not exist. Created. [2024-07-10T05:24:24.421Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-651-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-10T05:24:24.750Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-10T05:24:25.326Z] Stashed 1 file(s) [Pipeline] } [2024-07-10T05:24:25.335Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-651-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-10T05:24:25.351Z] $ docker stop --time=1 8fc78fd685840b4943c297f98fe00a7fbca3b0b92671907c103b0e1d6b83a938 [2024-07-10T05:24:26.851Z] $ docker rm -f --volumes 8fc78fd685840b4943c297f98fe00a7fbca3b0b92671907c103b0e1d6b83a938 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2024-07-10T05:24:27.381Z] provisioning config files... [2024-07-10T05:24:27.388Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/651@tmp/config8052401064549078444tmp [Pipeline] { [Pipeline] sh [2024-07-10T05:24:27.679Z] + set +x [2024-07-10T05:24:27.679Z] + curl -s https://codecov.io/bash [2024-07-10T05:24:27.679Z] + bash -s -- [2024-07-10T05:24:27.679Z] [2024-07-10T05:24:27.679Z] _____ _ [2024-07-10T05:24:27.679Z] / ____| | | [2024-07-10T05:24:27.679Z] | | ___ __| | ___ ___ _____ __ [2024-07-10T05:24:27.679Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-10T05:24:27.679Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-10T05:24:27.679Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-10T05:24:27.679Z] Bash-1.0.6 [2024-07-10T05:24:27.679Z] [2024-07-10T05:24:27.679Z] [2024-07-10T05:24:27.679Z] ==> git version 2.25.1 found [2024-07-10T05:24:27.679Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2024-07-10T05:24:27.679Z] Release-Date: 2020-01-08 [2024-07-10T05:24:27.679Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-07-10T05:24:27.679Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-10T05:24:27.679Z] ==> Jenkins CI detected. [2024-07-10T05:24:27.679Z] current dir:  /w/workspace/edgex-go/651 [2024-07-10T05:24:27.679Z] project root: . [2024-07-10T05:24:27.679Z] --> token set from env [2024-07-10T05:24:27.679Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-10T05:24:27.679Z] ==> Running gcov in . (disable via -X gcov) [2024-07-10T05:24:27.679Z] ==> Python coveragepy not found [2024-07-10T05:24:27.679Z] ==> Searching for coverage reports in: [2024-07-10T05:24:27.679Z] + . [2024-07-10T05:24:27.938Z] -> Found 1 reports [2024-07-10T05:24:27.938Z] ==> Detecting git/mercurial file structure [2024-07-10T05:24:27.938Z] ==> Reading reports [2024-07-10T05:24:27.938Z] + ./coverage.out bytes=481596 [2024-07-10T05:24:27.938Z] ==> Appending adjustments [2024-07-10T05:24:27.938Z] https://docs.codecov.io/docs/fixing-reports [2024-07-10T05:24:28.875Z] + Found adjustments [2024-07-10T05:24:28.875Z] ==> Gzipping contents [2024-07-10T05:24:29.134Z] 60K /tmp/codecov.adq358.gz [2024-07-10T05:24:29.134Z] ==> Uploading reports [2024-07-10T05:24:29.134Z] url: https://codecov.io [2024-07-10T05:24:29.134Z] query: branch=main&commit=059044cd19e7cd756841b4b22dae69fa09f54287&build=651&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F651%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-10T05:24:29.134Z] -> Pinging Codecov [2024-07-10T05:24:29.134Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=059044cd19e7cd756841b4b22dae69fa09f54287&build=651&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F651%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-10T05:24:29.134Z] -> Uploading to [2024-07-10T05:24:29.135Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-10/00271124DB129430A58F1EEE437C3FCB/059044cd19e7cd756841b4b22dae69fa09f54287/0e0ef97d-a840-4f4d-b867-19fb7b350008.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240710%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240710T052428Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2ef750ef722a094f2a1c368379285e2ad63032034b5001511861e9d45cfeed0a [2024-07-10T05:24:29.135Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-10T05:24:29.135Z] Dload Upload Total Spent Left Speed [2024-07-10T05:24:29.394Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 61370 0 0 100 61370 0 250k --:--:-- --:--:-- --:--:-- 250k [2024-07-10T05:24:29.394Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [2024-07-10T05:24:29.401Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-07-10T05:24:29.633Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-07-10T05:24:29.652Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:24:29.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-10T05:24:29.966Z] [2024-07-10T05:24:29.966Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:24:30.266Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-10T05:24:30.266Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-07-10T05:24:30.266Z] 619be1103602: Already exists [2024-07-10T05:24:30.266Z] f8ea3408117e: Pulling fs layer [2024-07-10T05:24:30.266Z] 91320369b822: Pulling fs layer [2024-07-10T05:24:30.266Z] 0406650e8295: Pulling fs layer [2024-07-10T05:24:30.266Z] 4f4fb700ef54: Pulling fs layer [2024-07-10T05:24:30.266Z] 96d80e3f36e1: Pulling fs layer [2024-07-10T05:24:30.266Z] bcf3aedb951c: Pulling fs layer [2024-07-10T05:24:30.266Z] bcf3aedb951c: Waiting [2024-07-10T05:24:30.266Z] 4f4fb700ef54: Waiting [2024-07-10T05:24:30.266Z] 96d80e3f36e1: Waiting [2024-07-10T05:24:30.266Z] 0406650e8295: Verifying Checksum [2024-07-10T05:24:30.266Z] 0406650e8295: Download complete [2024-07-10T05:24:30.266Z] f8ea3408117e: Verifying Checksum [2024-07-10T05:24:30.266Z] f8ea3408117e: Download complete [2024-07-10T05:24:30.266Z] 4f4fb700ef54: Verifying Checksum [2024-07-10T05:24:30.266Z] 4f4fb700ef54: Download complete [2024-07-10T05:24:30.266Z] f8ea3408117e: Pull complete [2024-07-10T05:24:30.524Z] 96d80e3f36e1: Verifying Checksum [2024-07-10T05:24:30.524Z] 96d80e3f36e1: Download complete [2024-07-10T05:24:30.782Z] 91320369b822: Verifying Checksum [2024-07-10T05:24:30.782Z] 91320369b822: Download complete [2024-07-10T05:24:31.348Z] bcf3aedb951c: Verifying Checksum [2024-07-10T05:24:31.348Z] bcf3aedb951c: Download complete [2024-07-10T05:24:33.875Z] 91320369b822: Pull complete [2024-07-10T05:24:33.875Z] 0406650e8295: Pull complete [2024-07-10T05:24:33.875Z] 4f4fb700ef54: Pull complete [2024-07-10T05:24:34.133Z] 96d80e3f36e1: Pull complete [2024-07-10T05:24:37.413Z] bcf3aedb951c: Pull complete [2024-07-10T05:24:37.413Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-07-10T05:24:37.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-10T05:24:37.414Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-10T05:24:37.506Z] prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container [2024-07-10T05:24:37.538Z] $ 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/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-07-10T05:24:39.069Z] $ docker top e50b783f759b3246d1d39ed8208ae9a5222916f85943da8220be88b85a7e645b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-10T05:24:39.414Z] + git config --global --add safe.directory /w/workspace/edgex-go/651 [Pipeline] echo [2024-07-10T05:24:39.423Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-07-10T05:24:39.700Z] + set -o pipefail [2024-07-10T05:24:39.700Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-07-10T05:24:47.839Z] [2024-07-10T05:24:47.839Z] Monitoring /w/workspace/edgex-go/651 (github.com/edgexfoundry/edgex-go)... [2024-07-10T05:24:47.839Z] [2024-07-10T05:24:47.839Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/2323f675-5a8e-4295-a3b7-cf1495efc9a8 [2024-07-10T05:24:47.839Z] [2024-07-10T05:24:47.839Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-07-10T05:24:47.839Z] [2024-07-10T05:24:47.839Z] [2024-07-10T05:24:47.839Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2024-07-10T05:24:47.839Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-07-10T05:24:47.848Z] $ docker stop --time=1 e50b783f759b3246d1d39ed8208ae9a5222916f85943da8220be88b85a7e645b [2024-07-10T05:24:49.988Z] $ docker rm -f --volumes e50b783f759b3246d1d39ed8208ae9a5222916f85943da8220be88b85a7e645b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-07-10T05:24:50.515Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-10T05:24:50.527Z] provisioning config files... [2024-07-10T05:24:50.533Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/651@tmp/config7265634216547910569tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-10T05:24:50.837Z] --> edgex-publish-swagger.sh [2024-07-10T05:24:50.837Z] === Publish openapi/v3 API === [2024-07-10T05:24:50.837Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-07-10T05:24:50.837Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/651/openapi/v3/core-command.yaml] [2024-07-10T05:24:50.837Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-10T05:24:50.837Z] Dload Upload Total Spent Left Speed [2024-07-10T05:24:51.406Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 51302 --:--:-- --:--:-- --:--:-- 51382 [2024-07-10T05:24:51.406Z] [2024-07-10T05:24:51.406Z] [2024-07-10T05:24:51.406Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/651/openapi/v3/core-data.yaml] [2024-07-10T05:24:51.406Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-10T05:24:51.406Z] Dload Upload Total Spent Left Speed [2024-07-10T05:24:51.976Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 121k --:--:-- --:--:-- --:--:-- 121k 100 72043 0 0 100 72043 0 121k --:--:-- --:--:-- --:--:-- 121k [2024-07-10T05:24:51.976Z] [2024-07-10T05:24:51.976Z] [2024-07-10T05:24:51.976Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/651/openapi/v3/core-keeper.yaml] [2024-07-10T05:24:51.976Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-10T05:24:51.976Z] Dload Upload Total Spent Left Speed [2024-07-10T05:24:52.235Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 201 97k --:--:-- --:--:-- --:--:-- 97k [2024-07-10T05:24:52.235Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-07-10T05:24:52.235Z] [2024-07-10T05:24:52.235Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/651/openapi/v3/core-metadata.yaml] [2024-07-10T05:24:52.235Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-10T05:24:52.235Z] Dload Upload Total Spent Left Speed [2024-07-10T05:24:52.802Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 316 302k --:--:-- --:--:-- --:--:-- 301k 100 149k 100 156 100 148k 315 301k --:--:-- --:--:-- --:--:-- 301k [2024-07-10T05:24:52.802Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-07-10T05:24:52.802Z] [2024-07-10T05:24:52.802Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/651/openapi/v3/support-notifications.yaml] [2024-07-10T05:24:52.802Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-10T05:24:52.802Z] Dload Upload Total Spent Left Speed [2024-07-10T05:24:53.371Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 313 171k --:--:-- --:--:-- --:--:-- 172k [2024-07-10T05:24:53.371Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-07-10T05:24:53.371Z] [2024-07-10T05:24:53.371Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/651/openapi/v3/support-scheduler.yaml] [2024-07-10T05:24:53.371Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-10T05:24:53.371Z] Dload Upload Total Spent Left Speed [2024-07-10T05:24:53.938Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 328 77797 --:--:-- --:--:-- --:--:-- 77962 100 37110 100 156 100 36954 328 77797 --:--:-- --:--:-- --:--:-- 77962 [2024-07-10T05:24:53.938Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-07-10T05:24:53.938Z] [Pipeline] } [2024-07-10T05:24:53.945Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2024-07-10T05:24:54.349Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-10T05:24:54.349Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:24:54.651Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-10T05:24:54.651Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-10T05:24:54.734Z] prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container [2024-07-10T05:24:54.762Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-10T05:24:55.154Z] $ docker top 0c5991df337d28f1d7d30d11788ec35231ee45de793a6643b70f85c124496201 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-10T05:24:55.266Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-10T05:24:55.266Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-10T05:24:55.417Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-10T05:24:55.418Z] $ docker exec 0c5991df337d28f1d7d30d11788ec35231ee45de793a6643b70f85c124496201 ssh-agent [2024-07-10T05:24:55.525Z] SSH_AUTH_SOCK=/tmp/ssh-jKwMsDk7tMqc/agent.33 [2024-07-10T05:24:55.525Z] SSH_AGENT_PID=39 [2024-07-10T05:24:55.551Z] Running ssh-add (command line suppressed) [2024-07-10T05:24:55.650Z] Identity added: /w/workspace/edgex-go/651@tmp/private_key_14134133544817958952.key (/w/workspace/edgex-go/651@tmp/private_key_14134133544817958952.key) [2024-07-10T05:24:55.671Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-10T05:24:55.982Z] + git semver tag [2024-07-10T05:24:56.243Z] 2024-07-10 05:24:56,138 [run_tag] DEBUG tag force:False [2024-07-10T05:24:56.243Z] 2024-07-10 05:24:56,138 [check_head_tag] DEBUG check head tag [2024-07-10T05:24:56.243Z] 2024-07-10 05:24:56,140 [execute] INFO git cat-file --batch-check [2024-07-10T05:24:56.243Z] 2024-07-10 05:24:56,140 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/651, universal_newlines=False, shell=None, istream=) [2024-07-10T05:24:56.243Z] 2024-07-10 05:24:56,144 [execute] INFO git cat-file --batch [2024-07-10T05:24:56.243Z] 2024-07-10 05:24:56,144 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/651, universal_newlines=False, shell=None, istream=) [2024-07-10T05:24:56.243Z] 2024-07-10 05:24:56,173 [read_version] DEBUG read version from /w/workspace/edgex-go/651/.semver/main [2024-07-10T05:24:56.243Z] 2024-07-10 05:24:56,173 [execute] INFO git tag -a v3.2.0-dev.33 -m v3.2.0-dev.33 [2024-07-10T05:24:56.243Z] 2024-07-10 05:24:56,173 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.33', '-m', 'v3.2.0-dev.33'], cwd=/w/workspace/edgex-go/651, universal_newlines=False, shell=None, istream=None) [2024-07-10T05:24:56.243Z] 2024-07-10 05:24:56,179 [read_version] DEBUG read version from /w/workspace/edgex-go/651/.semver/main [2024-07-10T05:24:56.243Z] 3.2.0-dev.33 [Pipeline] } [2024-07-10T05:24:56.251Z] $ docker exec --env ******** --env ******** 0c5991df337d28f1d7d30d11788ec35231ee45de793a6643b70f85c124496201 ssh-agent -k [2024-07-10T05:24:56.359Z] unset SSH_AUTH_SOCK; [2024-07-10T05:24:56.359Z] unset SSH_AGENT_PID; [2024-07-10T05:24:56.359Z] echo Agent pid 39 killed; [2024-07-10T05:24:56.370Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-10T05:24:56.685Z] + git semver [Pipeline] } [2024-07-10T05:24:56.954Z] $ docker stop --time=1 0c5991df337d28f1d7d30d11788ec35231ee45de793a6643b70f85c124496201 [2024-07-10T05:24:58.250Z] $ docker rm -f --volumes 0c5991df337d28f1d7d30d11788ec35231ee45de793a6643b70f85c124496201 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:24:58.668Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-10T05:24:58.668Z] [2024-07-10T05:24:58.668Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:24:58.968Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-10T05:24:58.968Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-07-10T05:24:58.968Z] ab5ef0e58194: Pulling fs layer [2024-07-10T05:24:58.968Z] 9712f1f96733: Pulling fs layer [2024-07-10T05:24:58.968Z] 63f879dbbcfc: Pulling fs layer [2024-07-10T05:24:58.968Z] 0d9ebad4ef96: Pulling fs layer [2024-07-10T05:24:58.968Z] e9a5061849ea: Pulling fs layer [2024-07-10T05:24:58.968Z] d747dcd14b5f: Pulling fs layer [2024-07-10T05:24:58.968Z] 2de7ff778b66: Pulling fs layer [2024-07-10T05:24:58.968Z] e9a5061849ea: Waiting [2024-07-10T05:24:58.968Z] d747dcd14b5f: Waiting [2024-07-10T05:24:58.968Z] 2de7ff778b66: Waiting [2024-07-10T05:24:58.968Z] 0d9ebad4ef96: Waiting [2024-07-10T05:24:58.968Z] 9712f1f96733: Verifying Checksum [2024-07-10T05:24:58.968Z] 9712f1f96733: Download complete [2024-07-10T05:24:59.227Z] 63f879dbbcfc: Verifying Checksum [2024-07-10T05:24:59.227Z] 63f879dbbcfc: Download complete [2024-07-10T05:24:59.487Z] e9a5061849ea: Verifying Checksum [2024-07-10T05:24:59.487Z] e9a5061849ea: Download complete [2024-07-10T05:24:59.487Z] d747dcd14b5f: Verifying Checksum [2024-07-10T05:24:59.487Z] d747dcd14b5f: Download complete [2024-07-10T05:24:59.487Z] 0d9ebad4ef96: Download complete [2024-07-10T05:24:59.487Z] ab5ef0e58194: Verifying Checksum [2024-07-10T05:24:59.487Z] ab5ef0e58194: Download complete [2024-07-10T05:24:59.750Z] 2de7ff778b66: Verifying Checksum [2024-07-10T05:24:59.750Z] 2de7ff778b66: Download complete [2024-07-10T05:25:02.280Z] ab5ef0e58194: Pull complete [2024-07-10T05:25:02.280Z] 9712f1f96733: Pull complete [2024-07-10T05:25:03.212Z] 63f879dbbcfc: Pull complete [2024-07-10T05:25:07.393Z] 0d9ebad4ef96: Pull complete [2024-07-10T05:25:07.393Z] e9a5061849ea: Pull complete [2024-07-10T05:25:07.393Z] d747dcd14b5f: Pull complete [2024-07-10T05:25:08.327Z] 2de7ff778b66: Pull complete [2024-07-10T05:25:08.327Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-07-10T05:25:08.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-10T05:25:08.327Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-10T05:25:08.426Z] prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container [2024-07-10T05:25:08.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-07-10T05:25:12.576Z] $ docker top 12c16093d82e1853e871cd1e520bab54237938e5b605f728610a4f0bd06e1fcb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-07-10T05:25:12.660Z] provisioning config files... [2024-07-10T05:25:12.668Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/651@tmp/config10657039671693411768tmp [2024-07-10T05:25:12.677Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/651@tmp/config15726897970517680466tmp [2024-07-10T05:25:12.687Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/651@tmp/config4716394863500426625tmp [Pipeline] { [Pipeline] echo [2024-07-10T05:25:12.731Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-10T05:25:13.033Z] ---> sigul-configuration.sh [2024-07-10T05:25:13.033Z] gpg: directory `/root/.gnupg' created [2024-07-10T05:25:13.033Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-07-10T05:25:13.033Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-07-10T05:25:13.033Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-07-10T05:25:13.033Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-07-10T05:25:13.033Z] gpg: CAST5 encrypted data [2024-07-10T05:25:13.033Z] gpg: encrypted with 1 passphrase [2024-07-10T05:25:13.033Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-07-10T05:25:13.327Z] + mkdir /home/jenkins [2024-07-10T05:25:13.327Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-07-10T05:25:13.620Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2024-07-10T05:25:13.636Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-10T05:25:13.924Z] ---> sigul-install.sh [2024-07-10T05:25:13.924Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-07-10T05:25:14.222Z] + git tag --list [2024-07-10T05:25:14.222Z] 0.6.0 [2024-07-10T05:25:14.222Z] 0.6.1 [2024-07-10T05:25:14.222Z] 0.7.0 [2024-07-10T05:25:14.222Z] 0.7.1 [2024-07-10T05:25:14.222Z] v1.0.0 [2024-07-10T05:25:14.222Z] v1.0.1 [2024-07-10T05:25:14.222Z] v1.1.0 [2024-07-10T05:25:14.222Z] v1.2.0 [2024-07-10T05:25:14.222Z] v1.2.1 [2024-07-10T05:25:14.222Z] v1.3.0 [2024-07-10T05:25:14.222Z] v1.3.1 [2024-07-10T05:25:14.222Z] v2.0.0 [2024-07-10T05:25:14.222Z] v2.1.0 [2024-07-10T05:25:14.222Z] v2.1.1 [2024-07-10T05:25:14.222Z] v2.2.0 [2024-07-10T05:25:14.222Z] v2.3.0 [2024-07-10T05:25:14.222Z] v3.0 [2024-07-10T05:25:14.222Z] v3.0.0 [2024-07-10T05:25:14.222Z] v3.1 [2024-07-10T05:25:14.222Z] v3.1.0 [2024-07-10T05:25:14.222Z] v3.1.0-dev.1 [2024-07-10T05:25:14.222Z] v3.1.0-dev.10 [2024-07-10T05:25:14.222Z] v3.1.0-dev.11 [2024-07-10T05:25:14.222Z] v3.1.0-dev.12 [2024-07-10T05:25:14.222Z] v3.1.0-dev.13 [2024-07-10T05:25:14.222Z] v3.1.0-dev.14 [2024-07-10T05:25:14.222Z] v3.1.0-dev.15 [2024-07-10T05:25:14.222Z] v3.1.0-dev.16 [2024-07-10T05:25:14.222Z] v3.1.0-dev.17 [2024-07-10T05:25:14.222Z] v3.1.0-dev.18 [2024-07-10T05:25:14.222Z] v3.1.0-dev.19 [2024-07-10T05:25:14.222Z] v3.1.0-dev.2 [2024-07-10T05:25:14.222Z] v3.1.0-dev.20 [2024-07-10T05:25:14.222Z] v3.1.0-dev.21 [2024-07-10T05:25:14.222Z] v3.1.0-dev.22 [2024-07-10T05:25:14.222Z] v3.1.0-dev.23 [2024-07-10T05:25:14.222Z] v3.1.0-dev.24 [2024-07-10T05:25:14.222Z] v3.1.0-dev.25 [2024-07-10T05:25:14.222Z] v3.1.0-dev.26 [2024-07-10T05:25:14.222Z] v3.1.0-dev.27 [2024-07-10T05:25:14.222Z] v3.1.0-dev.28 [2024-07-10T05:25:14.222Z] v3.1.0-dev.29 [2024-07-10T05:25:14.222Z] v3.1.0-dev.3 [2024-07-10T05:25:14.222Z] v3.1.0-dev.30 [2024-07-10T05:25:14.222Z] v3.1.0-dev.31 [2024-07-10T05:25:14.222Z] v3.1.0-dev.32 [2024-07-10T05:25:14.222Z] v3.1.0-dev.33 [2024-07-10T05:25:14.222Z] v3.1.0-dev.34 [2024-07-10T05:25:14.222Z] v3.1.0-dev.35 [2024-07-10T05:25:14.222Z] v3.1.0-dev.36 [2024-07-10T05:25:14.222Z] v3.1.0-dev.37 [2024-07-10T05:25:14.222Z] v3.1.0-dev.38 [2024-07-10T05:25:14.222Z] v3.1.0-dev.39 [2024-07-10T05:25:14.222Z] v3.1.0-dev.4 [2024-07-10T05:25:14.222Z] v3.1.0-dev.40 [2024-07-10T05:25:14.222Z] v3.1.0-dev.41 [2024-07-10T05:25:14.222Z] v3.1.0-dev.42 [2024-07-10T05:25:14.222Z] v3.1.0-dev.43 [2024-07-10T05:25:14.222Z] v3.1.0-dev.44 [2024-07-10T05:25:14.222Z] v3.1.0-dev.45 [2024-07-10T05:25:14.222Z] v3.1.0-dev.46 [2024-07-10T05:25:14.222Z] v3.1.0-dev.47 [2024-07-10T05:25:14.222Z] v3.1.0-dev.48 [2024-07-10T05:25:14.222Z] v3.1.0-dev.49 [2024-07-10T05:25:14.222Z] v3.1.0-dev.5 [2024-07-10T05:25:14.222Z] v3.1.0-dev.50 [2024-07-10T05:25:14.222Z] v3.1.0-dev.51 [2024-07-10T05:25:14.222Z] v3.1.0-dev.52 [2024-07-10T05:25:14.222Z] v3.1.0-dev.53 [2024-07-10T05:25:14.222Z] v3.1.0-dev.54 [2024-07-10T05:25:14.222Z] v3.1.0-dev.55 [2024-07-10T05:25:14.222Z] v3.1.0-dev.56 [2024-07-10T05:25:14.222Z] v3.1.0-dev.57 [2024-07-10T05:25:14.222Z] v3.1.0-dev.58 [2024-07-10T05:25:14.222Z] v3.1.0-dev.59 [2024-07-10T05:25:14.222Z] v3.1.0-dev.6 [2024-07-10T05:25:14.222Z] v3.1.0-dev.60 [2024-07-10T05:25:14.222Z] v3.1.0-dev.61 [2024-07-10T05:25:14.222Z] v3.1.0-dev.62 [2024-07-10T05:25:14.222Z] v3.1.0-dev.63 [2024-07-10T05:25:14.222Z] v3.1.0-dev.64 [2024-07-10T05:25:14.222Z] v3.1.0-dev.65 [2024-07-10T05:25:14.222Z] v3.1.0-dev.66 [2024-07-10T05:25:14.222Z] v3.1.0-dev.67 [2024-07-10T05:25:14.222Z] v3.1.0-dev.68 [2024-07-10T05:25:14.222Z] v3.1.0-dev.69 [2024-07-10T05:25:14.222Z] v3.1.0-dev.7 [2024-07-10T05:25:14.222Z] v3.1.0-dev.70 [2024-07-10T05:25:14.222Z] v3.1.0-dev.71 [2024-07-10T05:25:14.222Z] v3.1.0-dev.72 [2024-07-10T05:25:14.222Z] v3.1.0-dev.73 [2024-07-10T05:25:14.222Z] v3.1.0-dev.8 [2024-07-10T05:25:14.222Z] v3.1.0-dev.9 [2024-07-10T05:25:14.222Z] v3.1.1 [2024-07-10T05:25:14.222Z] v3.1.1-dev.1 [2024-07-10T05:25:14.222Z] v3.1.1-dev.2 [2024-07-10T05:25:14.222Z] v3.2.0-dev.1 [2024-07-10T05:25:14.222Z] v3.2.0-dev.10 [2024-07-10T05:25:14.222Z] v3.2.0-dev.11 [2024-07-10T05:25:14.222Z] v3.2.0-dev.12 [2024-07-10T05:25:14.222Z] v3.2.0-dev.13 [2024-07-10T05:25:14.222Z] v3.2.0-dev.14 [2024-07-10T05:25:14.222Z] v3.2.0-dev.15 [2024-07-10T05:25:14.222Z] v3.2.0-dev.16 [2024-07-10T05:25:14.222Z] v3.2.0-dev.17 [2024-07-10T05:25:14.222Z] v3.2.0-dev.18 [2024-07-10T05:25:14.222Z] v3.2.0-dev.19 [2024-07-10T05:25:14.222Z] v3.2.0-dev.2 [2024-07-10T05:25:14.222Z] v3.2.0-dev.20 [2024-07-10T05:25:14.222Z] v3.2.0-dev.21 [2024-07-10T05:25:14.222Z] v3.2.0-dev.22 [2024-07-10T05:25:14.222Z] v3.2.0-dev.23 [2024-07-10T05:25:14.222Z] v3.2.0-dev.24 [2024-07-10T05:25:14.222Z] v3.2.0-dev.25 [2024-07-10T05:25:14.222Z] v3.2.0-dev.26 [2024-07-10T05:25:14.222Z] v3.2.0-dev.27 [2024-07-10T05:25:14.222Z] v3.2.0-dev.28 [2024-07-10T05:25:14.222Z] v3.2.0-dev.29 [2024-07-10T05:25:14.222Z] v3.2.0-dev.3 [2024-07-10T05:25:14.222Z] v3.2.0-dev.30 [2024-07-10T05:25:14.222Z] v3.2.0-dev.31 [2024-07-10T05:25:14.222Z] v3.2.0-dev.32 [2024-07-10T05:25:14.222Z] v3.2.0-dev.33 [2024-07-10T05:25:14.222Z] v3.2.0-dev.4 [2024-07-10T05:25:14.222Z] v3.2.0-dev.5 [2024-07-10T05:25:14.222Z] v3.2.0-dev.6 [2024-07-10T05:25:14.222Z] v3.2.0-dev.7 [2024-07-10T05:25:14.222Z] v3.2.0-dev.8 [2024-07-10T05:25:14.222Z] v3.2.0-dev.9 [Pipeline] sh [2024-07-10T05:25:14.520Z] + lftools sign git-tag v3.2.0-dev.33 [2024-07-10T05:25:15.086Z] Signing Git tag with Sigul... [2024-07-10T05:25:15.087Z] Signing v3.2.0-dev.33 [Pipeline] echo [2024-07-10T05:25:15.360Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-10T05:25:15.654Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-07-10T05:25:15.661Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-07-10T05:25:15.689Z] $ docker stop --time=1 12c16093d82e1853e871cd1e520bab54237938e5b605f728610a4f0bd06e1fcb [2024-07-10T05:25:16.972Z] $ docker rm -f --volumes 12c16093d82e1853e871cd1e520bab54237938e5b605f728610a4f0bd06e1fcb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-07-10T05:25:17.405Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-10T05:25:17.405Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:25:17.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-10T05:25:17.704Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-10T05:25:17.787Z] prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container [2024-07-10T05:25:17.816Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-10T05:25:18.223Z] $ docker top 7854b66df30cd20d2fc593e3a3f5f9a74a982e97079e8d4781568d0b30a173f8 -eo pid,comm [2024-07-10T05:25:18.274Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-07-10T05:25:18.274Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-10T05:25:18.322Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-10T05:25:18.322Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-10T05:25:18.439Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-10T05:25:18.440Z] $ docker exec 7854b66df30cd20d2fc593e3a3f5f9a74a982e97079e8d4781568d0b30a173f8 ssh-agent [2024-07-10T05:25:18.557Z] SSH_AUTH_SOCK=/tmp/ssh-jzL7Rxr53bFN/agent.32 [2024-07-10T05:25:18.557Z] SSH_AGENT_PID=38 [2024-07-10T05:25:18.561Z] Running ssh-add (command line suppressed) [2024-07-10T05:25:18.668Z] Identity added: /w/workspace/edgex-go/651@tmp/private_key_13032546810528767138.key (/w/workspace/edgex-go/651@tmp/private_key_13032546810528767138.key) [2024-07-10T05:25:18.684Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-10T05:25:18.977Z] + git semver bump pre [2024-07-10T05:25:19.238Z] 2024-07-10 05:25:19,179 [read_version] DEBUG read version from /w/workspace/edgex-go/651/.semver/main [2024-07-10T05:25:19.238Z] 2024-07-10 05:25:19,179 [bump_version] DEBUG bumping version:3.2.0-dev.33 on axis:pre with prefix:dev [2024-07-10T05:25:19.238Z] 2024-07-10 05:25:19,179 [bump_version] DEBUG bumped version:3.2.0-dev.34 [2024-07-10T05:25:19.238Z] 2024-07-10 05:25:19,179 [write_version] DEBUG write version:3.2.0-dev.34 to path:/w/workspace/edgex-go/651/.semver/main with force:True [2024-07-10T05:25:19.238Z] 2024-07-10 05:25:19,179 [read_version] DEBUG read version from /w/workspace/edgex-go/651/.semver/main [2024-07-10T05:25:19.238Z] 2024-07-10 05:25:19,180 [write_file] DEBUG write to file:/w/workspace/edgex-go/651/.semver/main [2024-07-10T05:25:19.238Z] 2024-07-10 05:25:19,182 [execute] INFO git cat-file --batch-check [2024-07-10T05:25:19.238Z] 2024-07-10 05:25:19,182 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/651/.semver, universal_newlines=False, shell=None, istream=) [2024-07-10T05:25:19.238Z] 2024-07-10 05:25:19,186 [execute] INFO git cat-file --batch [2024-07-10T05:25:19.238Z] 2024-07-10 05:25:19,186 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/651/.semver, universal_newlines=False, shell=None, istream=) [2024-07-10T05:25:19.238Z] 2024-07-10 05:25:19,192 [read_version] DEBUG read version from /w/workspace/edgex-go/651/.semver/main [2024-07-10T05:25:19.238Z] 3.2.0-dev.34 [Pipeline] } [2024-07-10T05:25:19.245Z] $ docker exec --env ******** --env ******** 7854b66df30cd20d2fc593e3a3f5f9a74a982e97079e8d4781568d0b30a173f8 ssh-agent -k [2024-07-10T05:25:19.350Z] unset SSH_AUTH_SOCK; [2024-07-10T05:25:19.351Z] unset SSH_AGENT_PID; [2024-07-10T05:25:19.351Z] echo Agent pid 38 killed; [2024-07-10T05:25:19.361Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-10T05:25:19.679Z] + git semver [Pipeline] } [2024-07-10T05:25:19.949Z] $ docker stop --time=1 7854b66df30cd20d2fc593e3a3f5f9a74a982e97079e8d4781568d0b30a173f8 [2024-07-10T05:25:21.233Z] $ docker rm -f --volumes 7854b66df30cd20d2fc593e3a3f5f9a74a982e97079e8d4781568d0b30a173f8 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-10T05:25:21.585Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-10T05:25:21.586Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:25:21.882Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-10T05:25:21.882Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-10T05:25:21.957Z] prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container [2024-07-10T05:25:21.989Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-10T05:25:22.358Z] $ docker top 1b31b24c962e45c74d3b6f0e1b190fa278473dbb6b48cb652c704d95ae958003 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-10T05:25:22.465Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-10T05:25:22.465Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-10T05:25:22.582Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-10T05:25:22.583Z] $ docker exec 1b31b24c962e45c74d3b6f0e1b190fa278473dbb6b48cb652c704d95ae958003 ssh-agent [2024-07-10T05:25:22.705Z] SSH_AUTH_SOCK=/tmp/ssh-dB7UwgXPXfJ4/agent.32 [2024-07-10T05:25:22.705Z] SSH_AGENT_PID=38 [2024-07-10T05:25:22.709Z] Running ssh-add (command line suppressed) [2024-07-10T05:25:22.825Z] Identity added: /w/workspace/edgex-go/651@tmp/private_key_14526543472758530619.key (/w/workspace/edgex-go/651@tmp/private_key_14526543472758530619.key) [2024-07-10T05:25:22.839Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-10T05:25:23.128Z] + git semver push [2024-07-10T05:25:23.389Z] 2024-07-10 05:25:23,313 [run_push] DEBUG push [2024-07-10T05:25:23.389Z] 2024-07-10 05:25:23,316 [execute] INFO git cat-file --batch-check [2024-07-10T05:25:23.389Z] 2024-07-10 05:25:23,316 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/651/.semver, universal_newlines=False, shell=None, istream=) [2024-07-10T05:25:23.389Z] 2024-07-10 05:25:23,321 [execute] INFO git rev-list a5e2d674ed1a76a3f11fa4fe4f5d957c3715422c -- [2024-07-10T05:25:23.389Z] 2024-07-10 05:25:23,321 [execute] DEBUG Popen(['git', 'rev-list', 'a5e2d674ed1a76a3f11fa4fe4f5d957c3715422c', '--'], cwd=/w/workspace/edgex-go/651/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-10T05:25:23.389Z] 2024-07-10 05:25:23,340 [execute] INFO git fetch -v origin [2024-07-10T05:25:23.389Z] 2024-07-10 05:25:23,340 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/651/.semver, universal_newlines=True, shell=None, istream=None) [2024-07-10T05:25:23.961Z] 2024-07-10 05:25:23,774 [run_push] DEBUG no remote changes detected [2024-07-10T05:25:23.961Z] 2024-07-10 05:25:23,774 [execute] INFO git push origin semver [2024-07-10T05:25:23.961Z] 2024-07-10 05:25:23,775 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/651/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-10T05:25:24.531Z] 2024-07-10 05:25:24,526 [run_push] DEBUG push all version tags [2024-07-10T05:25:24.531Z] 2024-07-10 05:25:24,527 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-07-10T05:25:24.531Z] 2024-07-10 05:25:24,527 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/651, universal_newlines=False, shell=None, istream=None) [2024-07-10T05:25:25.472Z] 2024-07-10 05:25:25,211 [read_version] DEBUG read version from /w/workspace/edgex-go/651/.semver/main [2024-07-10T05:25:25.472Z] 3.2.0-dev.34 [Pipeline] } [2024-07-10T05:25:25.478Z] $ docker exec --env ******** --env ******** 1b31b24c962e45c74d3b6f0e1b190fa278473dbb6b48cb652c704d95ae958003 ssh-agent -k [2024-07-10T05:25:25.585Z] unset SSH_AUTH_SOCK; [2024-07-10T05:25:25.585Z] unset SSH_AGENT_PID; [2024-07-10T05:25:25.586Z] echo Agent pid 38 killed; [2024-07-10T05:25:25.598Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-10T05:25:25.909Z] + git semver [Pipeline] } [2024-07-10T05:25:26.178Z] $ docker stop --time=1 1b31b24c962e45c74d3b6f0e1b190fa278473dbb6b48cb652c704d95ae958003 [2024-07-10T05:25:27.427Z] $ docker rm -f --volumes 1b31b24c962e45c74d3b6f0e1b190fa278473dbb6b48cb652c704d95ae958003 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-07-10T05:25:28.009Z] + [ -d /w/workspace/edgex-go/651/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-07-10T05:25:28.296Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-10T05:25:29.153Z] ---> package-listing.sh [2024-07-10T05:25:29.153Z] ++ facter osfamily [2024-07-10T05:25:29.153Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-10T05:25:29.412Z] + OS_FAMILY=debian [2024-07-10T05:25:29.412Z] + workspace=/w/workspace/edgex-go/651 [2024-07-10T05:25:29.412Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-10T05:25:29.412Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-10T05:25:29.412Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-10T05:25:29.412Z] + PACKAGES=/tmp/packages_start.txt [2024-07-10T05:25:29.412Z] + '[' /w/workspace/edgex-go/651 ']' [2024-07-10T05:25:29.412Z] + PACKAGES=/tmp/packages_end.txt [2024-07-10T05:25:29.412Z] + case "${OS_FAMILY}" in [2024-07-10T05:25:29.412Z] + dpkg -l [2024-07-10T05:25:29.412Z] + grep '^ii' [2024-07-10T05:25:29.412Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-10T05:25:29.412Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-10T05:25:29.412Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-10T05:25:29.412Z] + '[' /w/workspace/edgex-go/651 ']' [2024-07-10T05:25:29.412Z] + mkdir -p /w/workspace/edgex-go/651/archives/ [2024-07-10T05:25:29.412Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/651/archives/ [Pipeline] echo [2024-07-10T05:25:29.424Z] 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/651/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-07-10T05:25:29.703Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:25:30.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-10T05:25:30.271Z] [2024-07-10T05:25:30.271Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-10T05:25:30.579Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-10T05:25:30.579Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-10T05:25:30.579Z] 5eb5b503b376: Pulling fs layer [2024-07-10T05:25:30.579Z] 5c69ac0246d0: Pulling fs layer [2024-07-10T05:25:30.579Z] ec43610c2a17: Pulling fs layer [2024-07-10T05:25:30.579Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-10T05:25:30.579Z] 33b1e0a273af: Pulling fs layer [2024-07-10T05:25:30.579Z] 5d3b04190fa2: Pulling fs layer [2024-07-10T05:25:30.579Z] 2f39f015ded8: Pulling fs layer [2024-07-10T05:25:30.579Z] 3a2ae6a8a46f: Waiting [2024-07-10T05:25:30.579Z] 33b1e0a273af: Waiting [2024-07-10T05:25:30.579Z] 5d3b04190fa2: Waiting [2024-07-10T05:25:30.579Z] 2f39f015ded8: Waiting [2024-07-10T05:25:30.579Z] 5c69ac0246d0: Download complete [2024-07-10T05:25:30.579Z] 3a2ae6a8a46f: Download complete [2024-07-10T05:25:30.839Z] 33b1e0a273af: Verifying Checksum [2024-07-10T05:25:30.839Z] 33b1e0a273af: Download complete [2024-07-10T05:25:30.839Z] 5d3b04190fa2: Download complete [2024-07-10T05:25:30.839Z] ec43610c2a17: Verifying Checksum [2024-07-10T05:25:30.839Z] ec43610c2a17: Download complete [2024-07-10T05:25:30.839Z] 5eb5b503b376: Verifying Checksum [2024-07-10T05:25:30.839Z] 5eb5b503b376: Download complete [2024-07-10T05:25:31.410Z] 2f39f015ded8: Download complete [2024-07-10T05:25:31.977Z] 5eb5b503b376: Pull complete [2024-07-10T05:25:32.237Z] 5c69ac0246d0: Pull complete [2024-07-10T05:25:32.495Z] ec43610c2a17: Pull complete [2024-07-10T05:25:32.754Z] 3a2ae6a8a46f: Pull complete [2024-07-10T05:25:33.012Z] 33b1e0a273af: Pull complete [2024-07-10T05:25:33.012Z] 5d3b04190fa2: Pull complete [2024-07-10T05:25:37.193Z] 2f39f015ded8: Pull complete [2024-07-10T05:25:37.193Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-10T05:25:37.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-10T05:25:37.193Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-10T05:25:37.296Z] prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container [2024-07-10T05:25:37.321Z] $ 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/651/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/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-07-10T05:25:41.932Z] $ docker top c4cf8a25c203b8eb8bb9f6e238b37554faf8ed00522ac496a083625bb1dd15c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-10T05:25:42.284Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-10T05:25:42.569Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-10T05:25:42.853Z] + ls /var/log/sa-host [2024-07-10T05:25:42.853Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-10T05:25:43.065Z] provisioning config files... [2024-07-10T05:25:43.073Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/651@tmp/config17746171074868197933tmp [Pipeline] { [Pipeline] echo [2024-07-10T05:25:43.093Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-10T05:25:43.376Z] ---> create-netrc.sh [Pipeline] } [2024-07-10T05:25:43.383Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-10T05:25:43.718Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-10T05:25:43.727Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-10T05:25:44.008Z] ---> sudo-logs.sh [2024-07-10T05:25:44.008Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-10T05:25:44.035Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-10T05:25:44.318Z] ---> job-cost.sh [2024-07-10T05:25:44.318Z] lf-activate-venv: SKIPPING [2024-07-10T05:25:44.318Z] DEBUG: total: 0.10999999940395355 [2024-07-10T05:25:44.318Z] INFO: Retrieving Stack Cost... [2024-07-10T05:25:44.578Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-10T05:25:44.836Z] INFO: Archiving Costs [Pipeline] echo [2024-07-10T05:25:44.848Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-10T05:25:45.131Z] ---> logs-deploy.sh [2024-07-10T05:25:45.131Z] lf-activate-venv: SKIPPING [2024-07-10T05:25:45.131Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/651 [2024-07-10T05:25:45.131Z] INFO: archiving workspace using pattern(s): [2024-07-10T05:25:46.069Z] Archives upload complete. [2024-07-10T05:25:46.069Z] INFO: archiving logs to Nexus