Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 31004d15d58f507a4eebe19040194a3f4f45cec1 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-ssh6311698754996267472.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3350a1713306dce7682ed7e37d5774890d03277 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-ssh15689802240960173118.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 f3350a1713306dce7682ed7e37d5774890d03277 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-ssh2280612331846230410.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3350a1713306dce7682ed7e37d5774890d03277 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3350a1713306dce7682ed7e37d5774890d03277 # timeout=10 Commit message: "Merge pull request #455 from cherrycl/issue-452-3" > 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-ssh12944871988423855307.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-ssh2187957426387394960.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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-10062 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/693 [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/693 # 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 31004d15d58f507a4eebe19040194a3f4f45cec1 (main) Commit message: "Merge pull request #4908 from edgexfoundry/dependabot/go_modules/github.com/jackc/pgx/v5-5.7.1" > 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 31004d15d58f507a4eebe19040194a3f4f45cec1 # timeout=10 > git rev-list --no-walk 5f3d989c215dce6f0c08a3e7dfab6442c7b0ab7f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:39:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:39:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:39:00 ========================================================= 01:39:00 EdgeX Global Pipelines Version Info 01:39:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:39:01 ------------------- 01:39:01 stable info: 01:39:01 ------------------- 01:39:01 Commited By: Cherry Wang cherry@iotechsys.com 01:39:01 Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 01:39:01 Message: update stable to v1.0.263 01:39:02 ------------------- 01:39:02 experimental info: 01:39:02 ------------------- 01:39:02 Commited By: Cherry Wang cherry@iotechsys.com 01:39:02 Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 01:39:02 Message: update experimental to v1.0.263 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 31004d1 [Pipeline] echo 01:39:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:39:02 provisioning config files... 01:39:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/693@tmp/config5601625962210278692tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:39:03 ---> ****-login.sh 01:39:03 nexus3.edgexfoundry.org:10001 01:39:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:03 Configure a credential helper to remove this warning. See 01:39:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:03 01:39:03 Login Succeeded 01:39:03 nexus3.edgexfoundry.org:10002 01:39:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:03 Configure a credential helper to remove this warning. See 01:39:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:03 01:39:03 Login Succeeded 01:39:03 nexus3.edgexfoundry.org:10003 01:39:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:03 Configure a credential helper to remove this warning. See 01:39:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:03 01:39:03 Login Succeeded 01:39:03 nexus3.edgexfoundry.org:10004 01:39:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:03 Configure a credential helper to remove this warning. See 01:39:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:03 01:39:03 Login Succeeded 01:39:03 ****.io 01:39:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:04 Configure a credential helper to remove this warning. See 01:39:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:04 01:39:04 Login Succeeded 01:39:04 ---> ****-login.sh ends [Pipeline] } 01:39:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:39:04 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 01:39:04 + dirname cmd/core-command/Dockerfile 01:39:04 + cut -d/ -f2 01:39:04 + echo core-command,cmd/core-command/Dockerfile 01:39:04 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:39:04 + cut -d/ -f2 01:39:04 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:39:04 + + dirname cmd/core-data/Dockerfile 01:39:04 cut -d/ -f2 01:39:04 + echo core-data,cmd/core-data/Dockerfile 01:39:04 + dirname cmd/core-keeper/Dockerfile 01:39:04 + cut -d/ -f2 01:39:04 + echo core-keeper,cmd/core-keeper/Dockerfile 01:39:04 + dirname cmd/core-metadata/Dockerfile 01:39:04 + cut -d/ -f2 01:39:04 + echo core-metadata,cmd/core-metadata/Dockerfile 01:39:04 + cut -d/ -f2 01:39:04 + dirname cmd/security-bootstrapper/Dockerfile 01:39:04 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:39:04 + dirname cmd/security-proxy-auth/Dockerfile 01:39:04 + cut -d/ -f2 01:39:04 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:39:04 + dirname cmd/security-proxy-setup/Dockerfile 01:39:04 + cut -d/ -f2 01:39:04 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:39:04 + cut -d/ -f2 01:39:04 + dirname cmd/security-secretstore-setup/Dockerfile 01:39:04 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:39:04 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:39:04 + cut -d/ -f2 01:39:04 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:39:04 + dirname cmd/security-spire-agent/Dockerfile 01:39:04 + cut -d/ -f2 01:39:04 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:39:04 + dirname cmd/security-spire-config/Dockerfile 01:39:04 + cut -d/ -f2 01:39:04 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:39:04 + dirname cmd/security-spire-server/Dockerfile 01:39:04 + cut -d/ -f2 01:39:04 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:39:04 + dirname cmd/support-cron-scheduler/Dockerfile 01:39:04 + cut -d/ -f2 01:39:04 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 01:39:04 + dirname cmd/support-notifications/Dockerfile 01:39:04 + cut -d/ -f2 01:39:04 + echo support-notifications,cmd/support-notifications/Dockerfile 01:39:04 + dirname cmd/support-scheduler/Dockerfile 01:39:04 + cut -d/ -f2 01:39:04 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:39:04 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-cron-scheduler, dockerfile:cmd/support-cron-scheduler/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:39:04 + git rev-list -1 --merges 31004d15d58f507a4eebe19040194a3f4f45cec1~1..31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] echo 01:39:04 -----------> git rev-list -1 --merges 31004d15d58f507a4eebe19040194a3f4f45cec1~1..31004d15d58f507a4eebe19040194a3f4f45cec1 31004d15d58f507a4eebe19040194a3f4f45cec1 01:39:04 31004d15d58f507a4eebe19040194a3f4f45cec1 [false] [Pipeline] sh 01:39:05 + git log --format=format:%s -1 31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] echo 01:39:05 ========================================================= 01:39:05 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:39:05 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:39:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:39:05 + grep -v github /etc/ssh/ssh_known_hosts 01:39:05 + [ -e /tmp/ssh_known_hosts ] 01:39:05 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:39:05 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:39:05 + sudo tee -a /etc/ssh/ssh_known_hosts 01:39:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:39:06 01:39:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:39:06 0.1.4: Pulling from edgex-devops/py-git-semver 01:39:06 b85a868b505f: Pulling fs layer 01:39:06 e2be974225ed: Pulling fs layer 01:39:06 339a4e72a1f5: Pulling fs layer 01:39:06 988bab9f4d93: Pulling fs layer 01:39:06 1469e6f7b9e6: Pulling fs layer 01:39:06 eaf3925da568: Pulling fs layer 01:39:06 bab4dde63d76: Pulling fs layer 01:39:06 bde34c3a00c8: Pulling fs layer 01:39:06 b352a97aabf1: Pulling fs layer 01:39:06 4872d77fe225: Pulling fs layer 01:39:06 5851b861e8e6: Pulling fs layer 01:39:06 b352a97aabf1: Waiting 01:39:06 bab4dde63d76: Waiting 01:39:06 bde34c3a00c8: Waiting 01:39:06 988bab9f4d93: Waiting 01:39:06 4872d77fe225: Waiting 01:39:06 1469e6f7b9e6: Waiting 01:39:06 eaf3925da568: Waiting 01:39:06 5851b861e8e6: Waiting 01:39:06 e2be974225ed: Download complete 01:39:06 988bab9f4d93: Verifying Checksum 01:39:06 988bab9f4d93: Download complete 01:39:06 1469e6f7b9e6: Verifying Checksum 01:39:06 1469e6f7b9e6: Download complete 01:39:06 339a4e72a1f5: Verifying Checksum 01:39:06 339a4e72a1f5: Download complete 01:39:06 eaf3925da568: Verifying Checksum 01:39:06 eaf3925da568: Download complete 01:39:06 bde34c3a00c8: Verifying Checksum 01:39:06 bde34c3a00c8: Download complete 01:39:06 b352a97aabf1: Verifying Checksum 01:39:06 b352a97aabf1: Download complete 01:39:06 4872d77fe225: Download complete 01:39:06 5851b861e8e6: Verifying Checksum 01:39:06 5851b861e8e6: Download complete 01:39:06 b85a868b505f: Verifying Checksum 01:39:06 b85a868b505f: Download complete 01:39:06 bab4dde63d76: Verifying Checksum 01:39:06 bab4dde63d76: Download complete 01:39:07 b85a868b505f: Pull complete 01:39:08 e2be974225ed: Pull complete 01:39:08 339a4e72a1f5: Pull complete 01:39:08 988bab9f4d93: Pull complete 01:39:08 1469e6f7b9e6: Pull complete 01:39:08 eaf3925da568: Pull complete 01:39:10 bab4dde63d76: Pull complete 01:39:10 bde34c3a00c8: Pull complete 01:39:11 b352a97aabf1: Pull complete 01:39:11 4872d77fe225: Pull complete 01:39:11 5851b861e8e6: Pull complete 01:39:11 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:39:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:39:11 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:39:11 prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container 01:39:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 01:39:15 $ docker top 855cb0e9dda6db531620986ad6eb17e2f4392c268fad07664c1ddfd354c6f3d2 -eo pid,comm 01:39:15 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). 01:39:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:39:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:39:15 [ssh-agent] Looking for ssh-agent implementation... 01:39:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:39:16 $ docker exec 855cb0e9dda6db531620986ad6eb17e2f4392c268fad07664c1ddfd354c6f3d2 ssh-agent 01:39:16 SSH_AUTH_SOCK=/tmp/ssh-wRLcDmyYMHsV/agent.32 01:39:16 SSH_AGENT_PID=38 01:39:16 Running ssh-add (command line suppressed) 01:39:16 Identity added: /w/workspace/edgex-go/693@tmp/private_key_4043033890521734959.key (/w/workspace/edgex-go/693@tmp/private_key_4043033890521734959.key) 01:39:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:39:16 + git tag --points-at HEAD [Pipeline] } 01:39:16 $ docker exec --env ******** --env ******** 855cb0e9dda6db531620986ad6eb17e2f4392c268fad07664c1ddfd354c6f3d2 ssh-agent -k 01:39:16 unset SSH_AUTH_SOCK; 01:39:16 unset SSH_AGENT_PID; 01:39:16 echo Agent pid 38 killed; 01:39:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:39:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:39:16 [ssh-agent] Looking for ssh-agent implementation... 01:39:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:39:16 $ docker exec 855cb0e9dda6db531620986ad6eb17e2f4392c268fad07664c1ddfd354c6f3d2 ssh-agent 01:39:16 SSH_AUTH_SOCK=/tmp/ssh-iSKyLRvIwVX7/agent.72 01:39:16 SSH_AGENT_PID=78 01:39:16 Running ssh-add (command line suppressed) 01:39:17 Identity added: /w/workspace/edgex-go/693@tmp/private_key_2658928647458324357.key (/w/workspace/edgex-go/693@tmp/private_key_2658928647458324357.key) 01:39:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:39:17 + git semver init 01:39:17 2024-09-11 01:39:17,585 [run_init] DEBUG init version:0.0.0 force:False 01:39:17 2024-09-11 01:39:17,586 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/693/.semver 01:39:17 2024-09-11 01:39:17,586 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/693/.semver 01:39:17 2024-09-11 01:39:17,586 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/693/.semver'], cwd=/w/workspace/edgex-go/693, universal_newlines=False, shell=None, istream=None) 01:39:50 2024-09-11 01:39:47,283 [append_file] DEBUG append to file:/w/workspace/edgex-go/693/.git/info/exclude 01:39:50 2024-09-11 01:39:47,284 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/693/.semver/main with force:False 01:39:50 2024-09-11 01:39:47,284 [read_version] DEBUG read version from /w/workspace/edgex-go/693/.semver/main 01:39:50 2024-09-11 01:39:47,284 [read_version] DEBUG read version from /w/workspace/edgex-go/693/.semver/main 01:39:50 3.2.0-dev.72 [Pipeline] } 01:39:50 $ docker exec --env ******** --env ******** 855cb0e9dda6db531620986ad6eb17e2f4392c268fad07664c1ddfd354c6f3d2 ssh-agent -k 01:39:50 unset SSH_AUTH_SOCK; 01:39:50 unset SSH_AGENT_PID; 01:39:50 echo Agent pid 78 killed; 01:39:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:39:51 + git semver [Pipeline] } 01:39:51 $ docker stop --time=1 855cb0e9dda6db531620986ad6eb17e2f4392c268fad07664c1ddfd354c6f3d2 01:39:52 $ docker rm -f --volumes 855cb0e9dda6db531620986ad6eb17e2f4392c268fad07664c1ddfd354c6f3d2 [Pipeline] // withDockerContainer [Pipeline] sh 01:39:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:39:53 Stashed 1 file(s) [Pipeline] echo 01:39:53 [edgeXSemver]: initialized semver on version 3.2.0-dev.72 [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 01:39:53 + git config --global --add safe.directory /w/workspace/edgex-go/693 [Pipeline] echo 01:39:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 01:39:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 01:39:53 ========================================================= 01:39:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 01:39:53 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:39:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 01:39:54 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 01:39:54 619be1103602: Pulling fs layer 01:39:54 7862e08f4a3e: Pulling fs layer 01:39:54 5df492c9dc93: Pulling fs layer 01:39:54 7629e6793208: Pulling fs layer 01:39:54 4f4fb700ef54: Pulling fs layer 01:39:54 fb5054dd5b73: Pulling fs layer 01:39:54 eeca6798cff9: Pulling fs layer 01:39:54 aa269ceb94a6: Pulling fs layer 01:39:54 ada007ff1a6a: Pulling fs layer 01:39:54 7629e6793208: Waiting 01:39:54 4f4fb700ef54: Waiting 01:39:54 fb5054dd5b73: Waiting 01:39:54 eeca6798cff9: Waiting 01:39:54 aa269ceb94a6: Waiting 01:39:54 ada007ff1a6a: Waiting 01:39:54 7862e08f4a3e: Verifying Checksum 01:39:54 7862e08f4a3e: Download complete 01:39:54 7629e6793208: Download complete 01:39:54 4f4fb700ef54: Download complete 01:39:54 619be1103602: Verifying Checksum 01:39:54 619be1103602: Download complete 01:39:54 fb5054dd5b73: Verifying Checksum 01:39:54 fb5054dd5b73: Download complete 01:39:54 eeca6798cff9: Verifying Checksum 01:39:54 eeca6798cff9: Download complete 01:39:54 619be1103602: Pull complete 01:39:54 ada007ff1a6a: Verifying Checksum 01:39:54 ada007ff1a6a: Download complete 01:39:54 7862e08f4a3e: Pull complete 01:39:54 5df492c9dc93: Download complete 01:39:54 aa269ceb94a6: Verifying Checksum 01:39:54 aa269ceb94a6: Download complete 01:39:58 5df492c9dc93: Pull complete 01:39:58 7629e6793208: Pull complete 01:39:58 4f4fb700ef54: Pull complete 01:39:58 fb5054dd5b73: Pull complete 01:39:58 eeca6798cff9: Pull complete 01:40:00 aa269ceb94a6: Pull complete 01:40:00 ada007ff1a6a: Pull complete 01:40:00 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 01:40:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 01:40:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 01:40:01 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 01:40:01 WORKDIR /edgex 01:40:01 COPY go.mod . 01:40:01 RUN go mod download 01:40:01 + docker build -t ci-base-image-x86_64 -f - . 01:40:01 Sending build context to Docker daemon 179.3MB 01:40:01 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 01:40:01 ---> f489d0715acc 01:40:01 Step 2/4 : WORKDIR /edgex 01:40:08 Still waiting to schedule task 01:40:08 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-10060’ 01:40:08 ---> Running in c57a5ff012d4 01:40:08 Removing intermediate container c57a5ff012d4 01:40:08 ---> 0f6ffa2fd6b5 01:40:08 Step 3/4 : COPY go.mod . 01:40:08 ---> f2a69ca665e6 01:40:08 Step 4/4 : RUN go mod download 01:40:08 ---> Running in 215027efdba3 01:40:40 Removing intermediate container 215027efdba3 01:40:40 ---> fbe5c3ad69cf 01:40:40 Successfully built fbe5c3ad69cf 01:40:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:40:40 + docker inspect -f . ci-base-image-x86_64 01:40:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:40:40 prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container 01:40:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 01:40:41 $ docker top a75168106d74e32a6890ad7f1450aea8e8387225e2b2bb07171b6810bb7d63da -eo pid,comm [Pipeline] { [Pipeline] sh 01:40:41 + go version 01:40:41 go version go1.21.9 linux/amd64 [Pipeline] } 01:40:41 $ docker stop --time=1 a75168106d74e32a6890ad7f1450aea8e8387225e2b2bb07171b6810bb7d63da 01:40:43 $ docker rm -f --volumes a75168106d74e32a6890ad7f1450aea8e8387225e2b2bb07171b6810bb7d63da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:40:43 + docker inspect -f . ci-base-image-x86_64 01:40:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:40:43 prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container 01:40:43 $ 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/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 01:40:43 $ docker top 227eca3a0a8addd3af4cbb9d472b2109111b8b5cad10343f881a183af00bf1ec -eo pid,comm [Pipeline] { [Pipeline] echo 01:40:44 ========================================================= 01:40:44 [edgeXBuildGoParallel] Running Tests and Build... 01:40:44 ========================================================= [Pipeline] sh 01:40:44 + git config --global --add safe.directory /w/workspace/edgex-go/693 [Pipeline] fileExists [Pipeline] sh 01:40:44 + make test 01:40:44 go test -race -coverprofile=coverage.out ./... 01:40:52 ? github.com/edgexfoundry/edgex-go [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 01:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:41:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.023s coverage: 28.7% of statements 01:41:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 01:41:22 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 01:41:22 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 01:41:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:41:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:41:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.044s coverage: 97.0% of statements 01:41:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 01:41:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:41:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 01:41:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:41:23 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 01:41:23 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 01:41:23 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 01:41:23 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 01:41:23 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 01:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 01:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 01:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 01:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 01:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 01:41:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:41:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:41:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.069s coverage: 69.2% of statements 01:41:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.045s coverage: 53.2% of statements 01:41:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.503s coverage: 93.4% of statements 01:41:26 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.043s coverage: 91.7% of statements 01:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 01:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 01:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 01:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:41:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.038s coverage: 7.0% of statements 01:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] 01:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models [no test files] 01:41:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.399s coverage: 95.8% of statements 01:41:28 ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements 01:41:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:41:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.023s coverage: 0.0% of statements [no tests to run] 01:41:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.043s coverage: 0.8% of statements 01:41:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.034s coverage: 30.7% of statements 01:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.029s coverage: 41.7% of statements 01:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.020s coverage: 77.8% of statements 01:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.016s coverage: 94.1% of statements 01:41:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.046s coverage: 96.3% of statements 01:41:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements 01:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 01:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 01:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 01:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] 01:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] 01:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] 01:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:41:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:41:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:41:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 01:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:41:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:41:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 01:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 01:41:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 01:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:41:42 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 01:41:42 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 01:41:42 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 01:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] 01:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] 01:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config [no test files] 01:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] 01:41:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.029s coverage: 94.4% of statements 01:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure [no test files] 01:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 01:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] 01:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 01:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 01:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 01:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 01:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 01:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 01:41:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:41:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:41:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:41:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.307s coverage: 79.9% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.050s coverage: 92.9% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.019s coverage: 66.7% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.031s coverage: 62.3% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.027s coverage: 75.0% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.028s coverage: 87.2% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.013s coverage: 20.0% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.017s coverage: 100.0% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.065s coverage: 81.8% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.060s coverage: 82.1% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.031s coverage: 86.0% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.126s coverage: 63.1% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.025s coverage: 100.0% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.027s coverage: 89.4% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.018s coverage: 73.7% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.152s coverage: 36.5% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 89.5% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.026s coverage: 84.8% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.025s coverage: 4.9% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.080s coverage: 97.1% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.057s coverage: 19.9% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.107s coverage: 95.7% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.029s coverage: 61.8% of statements 01:41:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.079s coverage: 98.9% of statements 01:41:56 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 01:41:56 running golangci-lint 01:41:57 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 01:41:57 go version go1.21.9 linux/amd64 01:41:57 level=info msg="[config_reader] Used config file .golangci.yml" 01:41:57 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 01:42:23 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|name|types_sizes|exports_file|files|imports) took 23.616941883s" 01:42:23 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 49.464844ms" 01:42:35 level=info msg="[linters_context/goanalysis] analyzers took 1m51.510104541s with top 10 stages: buildir: 1m4.152676369s, gosec: 10.184569698s, inspect: 3.254464297s, fact_deprecated: 2.380511516s, printf: 2.030216114s, S1038: 1.510064608s, ctrlflow: 1.500612694s, nilness: 1.365621209s, fact_purity: 1.317432432s, isgenerated: 929.80694ms" 01:42:35 level=info msg="[runner] Issues before processing: 214, after processing: 0" 01:42:35 level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 214/214, path_prettifier: 214/214, skip_dirs: 214/214, identifier_marker: 214/214, exclude-rules: 22/214, cgo: 214/214, skip_files: 214/214, autogenerated_exclude: 214/214, exclude: 214/214, nolint: 0/22" 01:42:35 level=info msg="[runner] processing took 17.284513ms with stages: nolint: 7.863115ms, identifier_marker: 4.800422ms, exclude-rules: 1.640445ms, path_prettifier: 1.327486ms, autogenerated_exclude: 1.10882ms, skip_dirs: 485.123µs, cgo: 39.881µs, filename_unadjuster: 14.221µs, uniq_by_line: 980ns, max_same_issues: 670ns, fixer: 530ns, path_prefixer: 480ns, skip_files: 480ns, exclude: 470ns, diff: 320ns, severity-rules: 280ns, sort_results: 250ns, max_from_linter: 160ns, source_code: 150ns, max_per_file_from_linter: 120ns, path_shortener: 110ns" 01:42:35 level=info msg="[runner] linters took 14.090184865s with stages: goanalysis_metalinter: 14.072804458s" 01:42:35 level=info msg="File cache stats: 0 entries of total size 0B" 01:42:35 level=info msg="Memory: 373 samples, avg is 322.1MB, max is 1359.9MB" 01:42:35 level=info msg="Execution took 37.765160629s" 01:42:35 go vet ./... 01:42:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:42:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:42:42 ./bin/test-attribution-txt.sh 01:42:42 An attribution for github.com/openziti/channel/v3 is missing from Attribution.txt, please add 01:42:42 An attribution for gopkg.in/go-jose/go-jose.v2 is missing from Attribution.txt, please add [Pipeline] echo 01:42:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 01:42:42 + ls -al . 01:42:42 total 916 01:42:42 drwxrwxr-x 11 1001 1001 4096 Sep 11 01:40 . 01:42:42 drwxr-xr-x 4 root root 4096 Sep 11 01:40 .. 01:42:42 drwxrwxr-x 2 1001 1001 4096 Sep 11 01:38 .blubracket 01:42:42 -rw-rw-r-- 1 1001 1001 10 Sep 11 01:38 .dockerignore 01:42:42 drwxrwxr-x 8 1001 1001 4096 Sep 11 01:41 .git 01:42:42 drwxrwxr-x 3 1001 1001 4096 Sep 11 01:38 .github 01:42:42 -rw-rw-r-- 1 1001 1001 1102 Sep 11 01:38 .gitignore 01:42:42 -rw-rw-r-- 1 1001 1001 42 Sep 11 01:38 .golangci.yml 01:42:42 -rw-rw-r-- 1 1001 1001 100 Sep 11 01:38 .hadolint.yml 01:42:42 drwxr-xr-x 3 1001 1001 4096 Sep 11 01:39 .semver 01:42:42 -rw-rw-r-- 1 1001 1001 155 Sep 11 01:38 .sonarcloud.properties 01:42:42 -rw-rw-r-- 1 1001 1001 1171 Sep 11 01:38 ADOPTERS.md 01:42:42 -rw-rw-r-- 1 1001 1001 21286 Sep 11 01:38 Attribution.txt 01:42:42 -rw-rw-r-- 1 1001 1001 100284 Sep 11 01:38 CHANGELOG.md 01:42:42 -rw-rw-r-- 1 1001 1001 3804 Sep 11 01:38 CONTRIBUTING.md 01:42:42 -rw-rw-r-- 1 1001 1001 677 Sep 11 01:38 GOVERNANCE.md 01:42:42 -rw-rw-r-- 1 1001 1001 861 Sep 11 01:38 Jenkinsfile 01:42:42 -rw-rw-r-- 1 1001 1001 10775 Sep 11 01:38 LICENSE 01:42:42 -rw-rw-r-- 1 1001 1001 16854 Sep 11 01:38 Makefile 01:42:42 -rw-rw-r-- 1 1001 1001 582 Sep 11 01:38 OWNERS.md 01:42:42 -rw-rw-r-- 1 1001 1001 9528 Sep 11 01:38 README.md 01:42:42 -rw-rw-r-- 1 1001 1001 789 Sep 11 01:38 SECURITY.md 01:42:42 -rw-rw-r-- 1 1001 1001 12 Sep 11 01:39 VERSION 01:42:42 drwxrwxr-x 2 1001 1001 4096 Sep 11 01:38 bin 01:42:42 drwxrwxr-x 20 1001 1001 4096 Sep 11 01:38 cmd 01:42:42 -rw-r--r-- 1 root root 546549 Sep 11 01:41 coverage.out 01:42:42 drwxrwxr-x 2 1001 1001 4096 Sep 11 01:38 fuzz_test 01:42:42 -rw-rw-r-- 1 1001 1001 7305 Sep 11 01:38 go.mod 01:42:42 -rw-rw-r-- 1 1001 1001 102748 Sep 11 01:38 go.sum 01:42:42 drwxrwxr-x 7 1001 1001 4096 Sep 11 01:38 internal 01:42:42 drwxrwxr-x 3 1001 1001 4096 Sep 11 01:38 openapi 01:42:42 -rw-rw-r-- 1 1001 1001 584 Sep 11 01:38 security.txt 01:42:42 -rw-rw-r-- 1 1001 1001 204 Sep 11 01:38 version.go [Pipeline] sh 01:42:43 + '[' -e coverage.out ] 01:42:43 + chown 1001:1001 coverage.out [Pipeline] stash 01:42:43 Stashed 1 file(s) [Pipeline] sh 01:42:43 + make build 01:42:43 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 01:43:10 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:43:11 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 01:43:12 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:43:13 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:43:15 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:43:19 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:43:21 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 01:43:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:43:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:43:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:43:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 01:43:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:43:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:43:29 $ docker stop --time=1 227eca3a0a8addd3af4cbb9d472b2109111b8b5cad10343f881a183af00bf1ec 01:43:31 $ docker rm -f --volumes 227eca3a0a8addd3af4cbb9d472b2109111b8b5cad10343f881a183af00bf1ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:43:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:43:32 01:43:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:43:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:43:33 latest: Pulling from edgex-devops/edgex-compose 01:43:33 91d30c5bc195: Pulling fs layer 01:43:33 2e9b0aa3be6d: Pulling fs layer 01:43:33 9c61dcf015f6: Pulling fs layer 01:43:33 4698f68db338: Pulling fs layer 01:43:33 2a2f49069b9e: Pulling fs layer 01:43:33 e0025b399a48: Pulling fs layer 01:43:33 4698f68db338: Waiting 01:43:33 2a2f49069b9e: Waiting 01:43:33 e0025b399a48: Waiting 01:43:33 91d30c5bc195: Verifying Checksum 01:43:33 91d30c5bc195: Download complete 01:43:33 4698f68db338: Verifying Checksum 01:43:33 4698f68db338: Download complete 01:43:33 2e9b0aa3be6d: Verifying Checksum 01:43:33 2e9b0aa3be6d: Download complete 01:43:33 e0025b399a48: Verifying Checksum 01:43:33 e0025b399a48: Download complete 01:43:33 91d30c5bc195: Pull complete 01:43:33 2a2f49069b9e: Verifying Checksum 01:43:33 2e9b0aa3be6d: Pull complete 01:43:33 9c61dcf015f6: Verifying Checksum 01:43:33 9c61dcf015f6: Download complete 01:43:37 9c61dcf015f6: Pull complete 01:43:37 4698f68db338: Pull complete 01:43:37 2a2f49069b9e: Pull complete 01:43:37 e0025b399a48: Pull complete 01:43:37 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:43:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:43:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:43:37 prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container 01:43:37 $ 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/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 01:43:43 $ docker top 5ff08b7ac8df7ea304fd7a1451704e8bc2c124753e9c42f42d56dff748fbdfde -eo pid,comm [Pipeline] { [Pipeline] sh 01:43:43 + docker compose -f ./docker-compose-build.yml build --parallel 01:43:45 #1 [core-keeper internal] load build definition from Dockerfile 01:43:45 #1 transferring dockerfile: 2.01kB done 01:43:45 #1 DONE 0.0s 01:43:45 01:43:45 #2 [support-scheduler internal] load build definition from Dockerfile 01:43:46 #2 transferring dockerfile: 1.93kB done 01:43:46 #2 DONE 0.0s 01:43:46 01:43:46 #3 [core-command internal] load build definition from Dockerfile 01:43:46 #3 transferring dockerfile: 1.93kB done 01:43:46 #3 DONE 0.0s 01:43:46 01:43:46 #4 [security-spire-agent internal] load build definition from Dockerfile 01:43:46 #4 transferring dockerfile: 1.81kB done 01:43:46 #4 DONE 0.0s 01:43:46 01:43:46 #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:43:46 #5 transferring dockerfile: 2.23kB done 01:43:46 #5 DONE 0.0s 01:43:46 01:43:46 #6 [support-cron-scheduler internal] load build definition from Dockerfile 01:43:46 #6 transferring dockerfile: 1.85kB done 01:43:46 #6 DONE 0.0s 01:43:46 01:43:46 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:43:46 #7 transferring dockerfile: 1.89kB done 01:43:46 #7 DONE 0.0s 01:43:46 01:43:46 #8 [security-bootstrapper internal] load build definition from Dockerfile 01:43:46 #8 transferring dockerfile: 3.17kB done 01:43:46 #8 DONE 0.0s 01:43:46 01:43:46 #9 [security-secretstore-setup internal] load build definition from Dockerfile 01:43:46 #9 transferring dockerfile: 2.49kB done 01:43:46 #9 DONE 0.1s 01:43:46 01:43:46 #10 [core-metadata internal] load build definition from Dockerfile 01:43:46 #10 transferring dockerfile: 2.06kB done 01:43:46 #10 DONE 0.0s 01:43:46 01:43:46 #11 [core-data internal] load build definition from Dockerfile 01:43:46 #11 transferring dockerfile: 2.07kB done 01:43:46 #11 DONE 0.0s 01:43:46 01:43:46 #12 [security-proxy-auth internal] load build definition from Dockerfile 01:43:46 #12 transferring dockerfile: 2.15kB done 01:43:46 #12 DONE 0.1s 01:43:46 01:43:46 #13 [security-spire-config internal] load build definition from Dockerfile 01:43:46 #13 transferring dockerfile: 1.69kB done 01:43:46 #13 DONE 0.1s 01:43:46 01:43:46 #14 [support-notifications internal] load build definition from Dockerfile 01:43:46 #14 transferring dockerfile: 1.95kB done 01:43:46 #14 DONE 0.0s 01:43:46 01:43:46 #15 [security-proxy-setup internal] load build definition from Dockerfile 01:43:46 #15 transferring dockerfile: 2.50kB done 01:43:46 #15 DONE 0.1s 01:43:46 01:43:46 #16 [security-spire-server internal] load build definition from Dockerfile 01:43:46 #16 transferring dockerfile: 1.70kB done 01:43:46 #16 DONE 0.1s 01:43:46 01:43:46 #17 [core-keeper internal] load .dockerignore 01:43:46 #17 transferring context: 50B done 01:43:46 #17 DONE 0.1s 01:43:46 01:43:46 #18 [support-scheduler internal] load .dockerignore 01:43:46 #18 transferring context: 50B done 01:43:46 #18 DONE 0.0s 01:43:46 01:43:46 #19 [core-command internal] load .dockerignore 01:43:46 #19 transferring context: 50B done 01:43:46 #19 DONE 0.0s 01:43:46 01:43:46 #20 [security-spire-agent internal] load .dockerignore 01:43:46 #20 transferring context: 50B done 01:43:46 #20 DONE 0.0s 01:43:46 01:43:46 #21 [core-common-config-bootstrapper internal] load .dockerignore 01:43:46 #21 transferring context: 50B done 01:43:46 #21 DONE 0.0s 01:43:46 01:43:46 #22 [support-cron-scheduler internal] load .dockerignore 01:43:46 #22 transferring context: 50B done 01:43:46 #22 DONE 0.0s 01:43:46 01:43:46 #23 [security-spiffe-token-provider internal] load .dockerignore 01:43:46 #23 transferring context: 50B done 01:43:46 #23 DONE 0.0s 01:43:46 01:43:46 #24 [security-bootstrapper internal] load .dockerignore 01:43:46 #24 transferring context: 50B done 01:43:46 #24 DONE 0.0s 01:43:46 01:43:46 #25 [core-metadata internal] load .dockerignore 01:43:46 #25 transferring context: 50B done 01:43:46 #25 DONE 0.0s 01:43:46 01:43:46 #26 [security-secretstore-setup internal] load .dockerignore 01:43:46 #26 transferring context: 50B done 01:43:46 #26 DONE 0.0s 01:43:46 01:43:46 #27 [core-data internal] load .dockerignore 01:43:46 #27 transferring context: 50B done 01:43:46 #27 DONE 0.0s 01:43:46 01:43:46 #28 [security-proxy-auth internal] load .dockerignore 01:43:46 #28 transferring context: 50B done 01:43:46 #28 DONE 0.0s 01:43:46 01:43:46 #29 [security-proxy-setup internal] load .dockerignore 01:43:46 #29 transferring context: 50B done 01:43:46 #29 DONE 0.0s 01:43:46 01:43:46 #30 [security-spire-server internal] load .dockerignore 01:43:46 #30 transferring context: 50B done 01:43:46 #30 DONE 0.0s 01:43:46 01:43:46 #31 [support-notifications internal] load .dockerignore 01:43:46 #31 transferring context: 50B done 01:43:46 #31 DONE 0.0s 01:43:46 01:43:46 #32 [security-spire-config internal] load .dockerignore 01:43:46 #32 transferring context: 50B done 01:43:46 #32 DONE 0.0s 01:43:46 01:43:46 #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:43:46 #33 DONE 0.0s 01:43:46 01:43:46 #34 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 01:43:46 #34 ... 01:43:46 01:43:46 #33 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:43:46 #33 DONE 0.0s 01:43:46 01:43:46 #34 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 01:43:47 #34 ... 01:43:47 01:43:47 #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:43:47 #33 DONE 0.0s 01:43:47 01:43:47 #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 01:43:47 #34 ... 01:43:47 01:43:47 #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:43:47 #33 DONE 0.0s 01:43:47 01:43:47 #34 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 01:43:47 #34 DONE 0.4s 01:43:47 01:43:47 #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:43:47 #33 DONE 0.0s 01:43:47 01:43:47 #35 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:43:47 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de done 01:43:47 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:43:47 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 01:43:47 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 01:43:47 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.4s done 01:43:47 #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 01:43:47 Running on prd-ubuntu20.04-docker-arm64-4c-16g-10063 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 01:43:47 Running in /w/workspace/edgex-go/693 [Pipeline] { [Pipeline] checkout 01:43:47 #35 ... 01:43:47 01:43:47 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:43:47 #33 DONE 0.0s 01:43:47 01:43:47 #34 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 01:43:47 #34 DONE 0.5s 01:43:47 01:43:47 #35 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:43:47 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de done 01:43:47 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:43:47 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 01:43:47 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 01:43:47 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.4s done 01:43:47 #35 ... 01:43:47 01:43:47 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:43:47 #33 DONE 0.0s 01:43:47 01:43:47 #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 01:43:47 #34 DONE 0.5s 01:43:47 01:43:47 #35 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:43:47 #35 ... 01:43:47 01:43:47 #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:43:47 #33 DONE 0.0s 01:43:47 01:43:47 #36 [core-keeper builder 1/8] FROM docker.io/library/ci-base-image-x86_64 01:43:47 #36 DONE 0.9s 01:43:47 01:43:47 #35 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:43:47 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de done 01:43:47 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:43:47 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 01:43:47 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 01:43:47 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.4s done 01:43:47 #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.4s done 01:43:50 The recommended git tool is: git 01:43:53 #35 ... 01:43:53 01:43:53 #37 [core-keeper internal] load build context 01:43:53 #37 transferring context: 107.48MB 6.0s 01:43:53 #37 ... 01:43:53 01:43:53 #38 [core-common-config-bootstrapper internal] load build context 01:43:53 #38 ... 01:43:53 01:43:53 #37 [core-keeper internal] load build context 01:43:57 #37 ... 01:43:57 01:43:57 #39 [support-scheduler internal] load build context 01:43:57 #39 ... 01:43:57 01:43:57 #40 [core-command internal] load build context 01:43:57 #40 ... 01:43:57 01:43:57 #41 [security-bootstrapper internal] load build context 01:43:57 #41 ... 01:43:57 01:43:57 #42 [support-cron-scheduler internal] load build context 01:43:57 #42 ... 01:43:57 01:43:57 #43 [security-secretstore-setup internal] load build context 01:43:57 #43 ... 01:43:57 01:43:57 #34 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 01:43:57 #34 ... 01:43:57 01:43:57 #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 01:43:57 #44 ... 01:43:57 01:43:57 #45 [security-spiffe-token-provider internal] load build context 01:43:57 #45 ... 01:43:57 01:43:57 #46 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 01:43:57 #46 ... 01:43:57 01:43:57 #47 [security-secretstore-setup builder 2/8] WORKDIR /edgex-go 01:43:58 #47 ... 01:43:58 01:43:58 #48 [security-proxy-auth internal] load build context 01:43:58 #48 transferring context: 367.36MB 10.7s 01:43:58 #48 ... 01:43:58 01:43:58 #49 [core-metadata internal] load build context 01:43:58 #49 ... 01:43:58 01:43:58 #50 [core-data internal] load build context 01:43:58 using credential edgex-jenkins-ssh 01:43:58 Cloning the remote Git repository 01:43:58 #50 ... 01:43:58 01:43:58 #51 [security-proxy-setup internal] load build context 01:43:58 #51 ... 01:43:58 01:43:58 #48 [security-proxy-auth internal] load build context 01:43:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:43:58 > git init /w/workspace/edgex-go/693 # timeout=10 01:43:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:43:58 > git --version # timeout=10 01:43:58 > git --version # 'git version 2.25.1' 01:43:58 using GIT_SSH to set credentials SSH Credentials for GitHub 01:43:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:44:02 #48 transferring context: 495.97MB 13.2s done 01:44:02 #48 DONE 15.6s 01:44:02 01:44:02 #36 [support-notifications builder 1/8] FROM docker.io/library/ci-base-image-x86_64 01:44:02 #36 DONE 0.9s 01:44:02 01:44:02 #34 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 01:44:02 #34 DONE 15.9s 01:44:02 01:44:02 #49 [core-metadata internal] load build context 01:44:02 #49 transferring context: 495.97MB 15.2s done 01:44:02 #49 DONE 15.7s 01:44:02 01:44:02 #42 [support-cron-scheduler internal] load build context 01:44:02 #42 transferring context: 495.97MB 15.5s done 01:44:02 #42 DONE 15.8s 01:44:02 01:44:02 #40 [core-command internal] load build context 01:44:02 #40 transferring context: 495.97MB 15.9s done 01:44:02 #40 DONE 16.0s 01:44:02 01:44:02 #35 [support-cron-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:44:02 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de done 01:44:02 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:44:02 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 01:44:02 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 01:44:02 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.4s done 01:44:02 #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.4s done 01:44:02 #35 DONE 16.4s 01:44:02 01:44:02 #47 [security-proxy-auth builder 2/8] WORKDIR /edgex-go 01:44:02 #47 DONE 15.6s 01:44:02 01:44:02 #52 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 01:44:02 #52 ... 01:44:02 01:44:02 #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 01:44:02 #44 DONE 16.1s 01:44:03 01:44:03 #53 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:44:03 #53 ... 01:44:03 01:44:03 #35 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:44:03 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de done 01:44:03 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:44:03 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 01:44:03 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 01:44:03 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.4s done 01:44:03 #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.4s done 01:44:03 #35 DONE 16.4s 01:44:03 01:44:03 #46 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 01:44:03 #46 DONE 16.4s 01:44:03 01:44:03 #54 [security-spire-server internal] load build context 01:44:03 #54 transferring context: 27.71kB done 01:44:03 #54 DONE 0.2s 01:44:03 01:44:03 #38 [core-common-config-bootstrapper internal] load build context 01:44:03 #38 ... 01:44:03 01:44:03 #55 [security-spire-agent internal] load build context 01:44:03 #55 transferring context: 27.24kB 0.0s done 01:44:03 #55 DONE 0.2s 01:44:03 01:44:03 #56 [security-spire-config internal] load build context 01:44:03 #56 transferring context: 25.96kB 0.0s done 01:44:03 #56 DONE 0.2s 01:44:03 01:44:03 #38 [core-common-config-bootstrapper internal] load build context 01:44:03 #38 ... 01:44:03 01:44:03 #57 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:44:03 #57 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done 01:44:03 #57 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 01:44:03 #57 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 01:44:03 #57 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 01:44:03 #57 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.0s 01:44:03 #57 ... 01:44:03 01:44:03 #43 [security-secretstore-setup internal] load build context 01:44:03 #43 transferring context: 495.97MB 16.2s done 01:44:03 #43 DONE 16.5s 01:44:03 01:44:03 #57 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:44:03 #57 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.1s 01:44:03 #57 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 01:44:03 #57 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done 01:44:03 #57 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 01:44:03 #57 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.2s 01:44:03 #57 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.3s done 01:44:03 #57 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 0.4s 01:44:03 #57 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.3s done 01:44:03 #57 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 7.34MB / 30.73MB 0.5s 01:44:04 #57 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 17.83MB / 30.73MB 0.6s 01:44:04 #57 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 01:44:04 #57 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 24.12MB / 30.73MB 0.7s 01:44:04 #57 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done 01:44:04 #57 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.41MB / 30.73MB 0.8s 01:44:06 #57 ... 01:44:06 01:44:06 #37 [core-keeper internal] load build context 01:44:07 #37 ... 01:44:07 01:44:07 #39 [support-scheduler internal] load build context 01:44:07 #39 transferring context: 495.97MB 18.9s done 01:44:07 #39 ... 01:44:07 01:44:07 #57 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:44:07 #57 ... 01:44:07 01:44:07 #41 [security-bootstrapper internal] load build context 01:44:07 #41 transferring context: 495.97MB 18.2s done 01:44:07 #41 ... 01:44:07 01:44:07 #57 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:44:07 #57 ... 01:44:07 01:44:07 #45 [security-spiffe-token-provider internal] load build context 01:44:07 #45 transferring context: 495.97MB 19.0s done 01:44:08 #45 ... 01:44:08 01:44:08 #57 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:44:08 #57 ... 01:44:08 01:44:08 #51 [security-proxy-setup internal] load build context 01:44:08 #51 transferring context: 495.97MB 17.4s done 01:44:08 #51 ... 01:44:08 01:44:08 #50 [core-data internal] load build context 01:44:08 #50 transferring context: 495.97MB 18.7s done 01:44:08 #50 ... 01:44:08 01:44:08 #57 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:44:09 #57 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 5.9s 01:44:11 #57 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 6.3s done 01:44:12 #57 ... 01:44:12 01:44:12 #58 [support-notifications internal] load build context 01:44:12 #58 transferring context: 495.97MB 5.8s done 01:44:12 #58 ... 01:44:12 01:44:12 #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:44:12 #0 3.438 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:12 #0 3.523 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:12 #0 3.747 v3.18.9-11-g6eae3a50885 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 01:44:12 #0 3.747 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 01:44:12 #0 3.747 OK: 20078 distinct packages available 01:44:12 #0 3.806 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:12 #0 3.881 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:12 #0 4.073 OK: 264 MiB in 52 packages 01:44:13 #59 ... 01:44:13 01:44:13 #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 01:44:13 #0 7.612 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:13 #0 7.695 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:13 #0 7.907 (1/2) Installing dumb-init (1.2.5-r2) 01:44:13 #0 7.911 (2/2) Installing su-exec (0.2-r3) 01:44:13 #0 7.915 Executing busybox-1.36.1-r7.trigger 01:44:13 #0 7.923 OK: 7 MiB in 17 packages 01:44:13 #60 ... 01:44:13 01:44:13 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:44:13 #0 8.947 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:13 #0 9.042 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:13 #0 9.250 (1/4) Installing dumb-init (1.2.5-r2) 01:44:13 #0 9.255 (2/4) Installing openssl (3.1.7-r0) 01:44:13 #0 9.267 (3/4) Installing su-exec (0.2-r3) 01:44:13 #0 9.270 (4/4) Installing yq (4.33.3-r5) 01:44:13 #0 9.579 Executing busybox-1.36.1-r7.trigger 01:44:13 #0 9.586 OK: 17 MiB in 19 packages 01:44:13 #61 ... 01:44:13 01:44:13 #62 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:44:13 #0 1.334 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:13 #0 1.454 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:13 #0 1.807 OK: 264 MiB in 52 packages 01:44:13 #62 ... 01:44:13 01:44:13 #63 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:44:13 #63 ... 01:44:13 01:44:13 #64 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:44:13 #64 ... 01:44:13 01:44:13 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:44:13 #0 9.660 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:13 #0 9.761 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:13 #0 9.959 v3.18.9-11-g6eae3a50885 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 01:44:13 #0 9.959 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 01:44:13 #0 9.959 OK: 20070 distinct packages available 01:44:13 #0 10.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:13 #0 10.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:13 #0 10.34 (1/11) Installing ca-certificates (20240226-r0) 01:44:13 #0 10.36 (2/11) Installing brotli-libs (1.0.9-r14) 01:44:13 #0 10.37 (3/11) Installing libunistring (1.1-r1) 01:44:13 #0 10.39 (4/11) Installing libidn2 (2.3.4-r1) 01:44:13 #0 10.41 (5/11) Installing nghttp2-libs (1.57.0-r0) 01:44:13 #0 10.41 (6/11) Installing libcurl (8.9.1-r0) 01:44:13 #0 10.42 (7/11) Installing curl (8.9.1-r0) 01:44:13 #0 10.43 (8/11) Installing dumb-init (1.2.5-r2) 01:44:13 #0 10.43 (9/11) Installing musl-obstack (1.2.3-r2) 01:44:13 #0 10.43 (10/11) Installing libucontext (1.2-r2) 01:44:13 #0 10.45 (11/11) Installing gcompat (1.1.0-r1) 01:44:13 #0 10.45 Executing busybox-1.36.1-r7.trigger 01:44:13 #0 10.46 Executing ca-certificates-20240226-r0.trigger 01:44:13 #0 10.51 OK: 12 MiB in 26 packages 01:44:14 #65 ... 01:44:14 01:44:14 #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 01:44:14 #66 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.1s done 01:44:14 #66 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 01:44:14 #66 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 01:44:14 #66 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 01:44:14 #66 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.2s done 01:44:14 #66 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 01:44:14 #66 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done 01:44:14 #66 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 2.5s done 01:44:14 #66 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done 01:44:14 #66 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 01:44:14 #66 ... 01:44:14 01:44:14 #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:44:14 #67 ... 01:44:14 01:44:14 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:44:14 #0 0.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:14 #0 0.955 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:14 #0 1.263 OK: 264 MiB in 52 packages 01:44:14 #68 ... 01:44:14 01:44:14 #69 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:44:15 #69 ... 01:44:15 01:44:15 #38 [core-common-config-bootstrapper internal] load build context 01:44:15 #38 transferring context: 495.97MB 19.1s done 01:44:15 #38 ... 01:44:15 01:44:15 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:44:15 #70 ... 01:44:15 01:44:15 #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:44:15 #71 ... 01:44:15 01:44:15 #72 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:44:15 #72 ... 01:44:15 01:44:15 #52 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 01:44:15 #52 1.198 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:15 #52 1.353 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:15 #52 1.582 OK: 264 MiB in 52 packages 01:44:15 #52 ... 01:44:15 01:44:15 #73 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 01:44:15 #0 0.758 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:15 #0 0.940 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:15 #0 1.292 (1/2) Installing ca-certificates (20240226-r0) 01:44:15 #0 1.325 (2/2) Installing dumb-init (1.2.5-r2) 01:44:15 #0 1.330 Executing busybox-1.36.1-r7.trigger 01:44:15 #0 1.338 Executing ca-certificates-20240226-r0.trigger 01:44:15 #0 1.397 OK: 8 MiB in 17 packages 01:44:15 #73 ... 01:44:15 01:44:15 #57 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:44:15 #57 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 01:44:17 #57 ... 01:44:17 01:44:17 #37 [core-keeper internal] load build context 01:44:17 #37 transferring context: 495.97MB 21.0s done 01:44:17 #37 ... 01:44:17 01:44:17 #53 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:44:17 #53 10.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:17 #53 10.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:17 #53 10.42 (1/1) Installing dumb-init (1.2.5-r2) 01:44:17 #53 10.43 Executing busybox-1.36.1-r7.trigger 01:44:17 #53 10.44 OK: 7 MiB in 16 packages 01:44:27 #53 ... 01:44:27 01:44:27 #57 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:44:27 #57 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 01:44:28 #57 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.7s done 01:44:28 #57 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.7s done 01:44:32 #57 ... 01:44:32 01:44:32 #39 [support-scheduler internal] load build context 01:44:32 #39 DONE 45.6s 01:44:32 01:44:32 #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 01:44:32 #66 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.6s done 01:44:36 #66 ... 01:44:36 01:44:36 #51 [security-proxy-setup internal] load build context 01:44:36 #51 DONE 48.7s 01:44:37 01:44:37 #37 [core-keeper internal] load build context 01:44:37 Avoid second fetch 01:44:37 Checking out Revision 31004d15d58f507a4eebe19040194a3f4f45cec1 (main) 01:44:37 Commit message: "Merge pull request #4908 from edgexfoundry/dependabot/go_modules/github.com/jackc/pgx/v5-5.7.1" 01:44:38 #37 ... 01:44:38 01:44:38 #41 [security-bootstrapper internal] load build context 01:44:38 #41 DONE 51.0s 01:44:38 01:44:38 #45 [security-spiffe-token-provider internal] load build context 01:44:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:44:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:44:37 > git config core.sparsecheckout # timeout=10 01:44:37 > git checkout -f 31004d15d58f507a4eebe19040194a3f4f45cec1 # timeout=10 01:44:39 #45 DONE 52.4s 01:44:39 01:44:39 #50 [core-data internal] load build context 01:44:39 #50 DONE 52.2s 01:44:39 01:44:39 #38 [core-common-config-bootstrapper internal] load build context 01:44:39 #38 DONE 52.6s 01:44:39 01:44:39 #37 [core-keeper internal] load build context 01:44:39 #37 DONE 52.8s 01:44:39 01:44:39 #64 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:44:39 #64 ... 01:44:39 01:44:39 #58 [support-notifications internal] load build context 01:44:39 #58 DONE 36.7s 01:44:39 01:44:39 #73 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 01:44:39 #73 DONE 36.7s 01:44:39 01:44:39 #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 01:44:39 #60 DONE 36.7s 01:44:39 01:44:39 #72 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:44:39 #72 DONE 36.7s 01:44:39 01:44:39 #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 01:44:39 #74 ... 01:44:39 01:44:39 #62 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 01:44:39 #62 DONE 36.8s 01:44:39 01:44:39 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:44:39 #61 DONE 36.7s 01:44:39 01:44:39 #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:44:39 #59 DONE 36.8s 01:44:39 01:44:39 #52 [core-command builder 3/7] RUN apk add --update --no-cache make git 01:44:39 #52 DONE 36.8s 01:44:39 01:44:39 #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:44:39 #71 DONE 36.9s 01:44:39 01:44:39 #68 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:44:39 #68 DONE 36.9s 01:44:39 01:44:39 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:44:39 #65 DONE 36.8s 01:44:39 01:44:39 #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:44:39 #53 DONE 36.9s 01:44:39 01:44:39 #75 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:44:39 #75 DONE 0.3s 01:44:39 01:44:39 #76 [core-common-config-bootstrapper stage-1 3/7] RUN apk --no-cache upgrade 01:44:40 #76 ... 01:44:40 01:44:40 #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:44:40 #77 DONE 0.3s 01:44:40 01:44:40 #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:44:40 #78 DONE 0.3s 01:44:40 01:44:40 #79 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 01:44:40 #79 DONE 0.2s 01:44:40 01:44:40 #57 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:44:43 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:44:43 % Total % Received % Xferd Average Speed Time Time Time Current 01:44:43 Dload Upload Total Spent Left Speed 01:44:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 90978 0 --:--:-- --:--:-- --:--:-- 91628 [Pipeline] sh 01:44:43 #57 ... 01:44:43 01:44:43 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:44:43 #70 38.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:43 #70 38.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:43 #70 38.54 v3.18.9-11-g6eae3a50885 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 01:44:43 #70 38.54 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 01:44:43 #70 38.54 OK: 20070 distinct packages available 01:44:43 #70 38.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:43 #70 38.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:43 #70 38.90 (1/4) Installing dumb-init (1.2.5-r2) 01:44:43 #70 38.91 (2/4) Installing musl-obstack (1.2.3-r2) 01:44:43 #70 38.91 (3/4) Installing libucontext (1.2-r2) 01:44:43 #70 38.91 (4/4) Installing gcompat (1.1.0-r1) 01:44:43 #70 38.92 Executing busybox-1.36.1-r7.trigger 01:44:43 #70 38.93 OK: 8 MiB in 19 packages 01:44:43 #70 DONE 39.4s 01:44:43 01:44:43 #64 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:44:43 #64 38.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:43 #64 39.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:43 #64 39.23 (1/1) Installing dumb-init (1.2.5-r2) 01:44:43 #64 39.23 Executing busybox-1.36.1-r7.trigger 01:44:43 #64 39.25 OK: 7 MiB in 16 packages 01:44:43 #64 DONE 39.8s 01:44:43 01:44:43 #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:44:43 #67 38.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:43 #67 39.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:43 #67 39.25 (1/4) Installing ca-certificates (20240226-r0) 01:44:43 #67 39.31 (2/4) Installing dumb-init (1.2.5-r2) 01:44:43 #67 39.32 (3/4) Installing su-exec (0.2-r3) 01:44:43 #67 39.32 (4/4) Installing yq (4.33.3-r5) 01:44:43 #67 39.52 Executing busybox-1.36.1-r7.trigger 01:44:43 #67 39.56 Executing ca-certificates-20240226-r0.trigger 01:44:43 #67 39.60 OK: 17 MiB in 19 packages 01:44:43 #67 DONE 39.8s 01:44:43 01:44:43 #69 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:44:43 #69 38.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:43 #69 38.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:43 #69 38.59 v3.18.9-11-g6eae3a50885 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 01:44:43 #69 38.59 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 01:44:43 #69 38.59 OK: 20070 distinct packages available 01:44:43 #69 38.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:43 #69 38.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:43 #69 38.99 (1/5) Installing dumb-init (1.2.5-r2) 01:44:43 #69 39.10 (2/5) Installing musl-obstack (1.2.3-r2) 01:44:43 #69 39.10 (3/5) Installing libucontext (1.2-r2) 01:44:43 #69 39.10 (4/5) Installing gcompat (1.1.0-r1) 01:44:43 #69 39.11 (5/5) Installing openssl (3.1.7-r0) 01:44:43 #69 39.12 Executing busybox-1.36.1-r7.trigger 01:44:43 #69 39.13 OK: 8 MiB in 20 packages 01:44:43 #69 DONE 39.4s 01:44:43 01:44:43 #63 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:44:43 #63 38.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:43 #63 38.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:43 #63 39.02 (1/3) Installing ca-certificates (20240226-r0) 01:44:43 #63 39.07 (2/3) Installing dumb-init (1.2.5-r2) 01:44:43 #63 39.08 (3/3) Installing tzdata (2024a-r0) 01:44:43 #63 39.14 Executing busybox-1.36.1-r7.trigger 01:44:43 #63 39.15 Executing ca-certificates-20240226-r0.trigger 01:44:43 #63 39.20 OK: 11 MiB in 18 packages 01:44:43 #63 DONE 39.9s 01:44:43 01:44:43 #80 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:44:43 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:44:43 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:44:43 + sudo tee /etc/docker/daemon.new 01:44:43 { 01:44:43 "registry-mirrors": [ 01:44:43 "https://nexus3.edgexfoundry.org:10001" 01:44:43 ], 01:44:43 "bip": "10.250.0.254/24", 01:44:43 "hosts": [ 01:44:43 "tcp://0.0.0.0:5555", 01:44:43 "unix:///var/run/docker.sock" 01:44:43 ], 01:44:43 "mtu": 1458, 01:44:43 "selinux-enabled": true, 01:44:43 "seccomp-profile": "/etc/docker/seccomp.json" 01:44:43 } [Pipeline] sh 01:44:44 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:44:44 #80 ... 01:44:44 01:44:44 #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:44:44 #0 3.970 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:44 #0 4.062 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:44 #0 4.280 OK: 8 MiB in 17 packages 01:44:44 #81 DONE 4.4s 01:44:44 01:44:44 #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 01:44:44 #74 4.295 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:44 #74 4.405 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:44 #74 ... 01:44:44 01:44:44 #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:44:44 #0 1.030 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:44 #0 1.122 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:44 #0 1.330 OK: 8 MiB in 19 packages 01:44:44 #82 DONE 1.4s 01:44:44 + sudo service docker restart 01:44:44 01:44:44 #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 01:44:44 #74 4.680 OK: 7 MiB in 17 packages 01:44:45 #74 DONE 6.0s 01:44:45 01:44:45 #83 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:44:45 #83 DONE 1.4s 01:44:45 01:44:45 #84 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:44:45 #84 DONE 0.1s 01:44:45 01:44:45 #85 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:44:45 #0 4.051 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:45 #0 4.562 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:45 #0 5.256 (1/1) Installing dumb-init (1.2.5-r2) 01:44:45 #0 5.566 Executing busybox-1.36.1-r7.trigger 01:44:45 #0 5.573 OK: 7 MiB in 16 packages 01:44:45 #85 DONE 6.0s 01:44:45 01:44:45 #86 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:44:45 #0 4.447 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:45 #0 4.930 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:45 #0 5.572 OK: 264 MiB in 52 packages 01:44:45 #86 DONE 5.9s 01:44:45 01:44:45 #76 [core-common-config-bootstrapper stage-1 3/7] RUN apk --no-cache upgrade 01:44:45 #76 5.890 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:45 #76 ... 01:44:45 01:44:45 #87 [security-spire-config stage-2 6/10] COPY security.txt / 01:44:45 #87 DONE 0.1s 01:44:45 01:44:45 #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:44:45 #88 DONE 0.1s 01:44:45 01:44:45 #76 [core-common-config-bootstrapper stage-1 3/7] RUN apk --no-cache upgrade 01:44:45 #76 5.971 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:45 #76 ... 01:44:45 01:44:45 #89 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:44:45 #89 DONE 0.1s 01:44:45 01:44:45 #90 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:44:45 #90 DONE 0.0s 01:44:46 01:44:46 #91 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:44:46 #91 DONE 0.0s 01:44:46 01:44:46 #92 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:44:46 #0 5.875 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:46 #0 5.995 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:46 #0 6.231 OK: 12 MiB in 26 packages 01:44:46 #92 DONE 6.3s 01:44:46 01:44:46 #93 [security-spire-config] exporting to image 01:44:46 #93 exporting layers 01:44:46 #93 ... 01:44:46 01:44:46 #94 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:44:46 #0 5.967 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:46 #0 6.085 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:46 #0 6.333 OK: 17 MiB in 19 packages 01:44:46 #94 DONE 6.5s 01:44:46 01:44:46 #95 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:44:46 #95 DONE 0.1s 01:44:46 01:44:46 #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:44:46 #76 6.240 OK: 7 MiB in 16 packages 01:44:46 #76 DONE 6.4s 01:44:46 01:44:46 #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:46 #96 ... 01:44:46 01:44:46 #93 [security-spire-config] exporting to image 01:44:46 #93 exporting layers 0.6s done 01:44:46 #93 writing image sha256:f1092214f0c90a26bf4ab79cf3a26b850942398f70a70aecd890d648ac4d0ea5 done 01:44:46 #93 naming to docker.io/library/security-spire-config done 01:44:46 #93 DONE 0.6s 01:44:46 01:44:46 #97 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:44:47 #97 DONE 1.9s 01:44:47 01:44:47 #98 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 01:44:47 #98 DONE 0.0s 01:44:47 01:44:47 #80 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:44:47 #80 4.438 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:47 #80 4.521 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:47 #80 ... 01:44:47 01:44:47 #99 [core-data stage-1 3/8] RUN apk --no-cache upgrade 01:44:47 #0 4.259 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:47 #0 4.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:47 #0 4.657 OK: 7 MiB in 16 packages 01:44:47 #99 DONE 4.8s 01:44:47 01:44:47 #100 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:44:47 #0 4.307 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:47 #0 4.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:47 #0 4.643 OK: 17 MiB in 19 packages 01:44:47 #100 DONE 4.8s 01:44:47 01:44:47 #101 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:44:47 #0 4.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 01:44:47 #0 4.421 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 01:44:47 #0 4.670 OK: 11 MiB in 18 packages 01:44:47 #101 DONE 4.8s 01:44:47 01:44:47 #80 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:44:47 #80 4.795 OK: 8 MiB in 20 packages 01:44:47 #80 DONE 4.9s 01:44:47 01:44:47 #102 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:44:49 #102 DONE 1.2s 01:44:49 01:44:49 #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:44:49 #103 DONE 1.2s 01:44:49 01:44:49 #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:44:49 #104 DONE 0.5s 01:44:49 01:44:49 #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:44:49 #105 DONE 0.5s 01:44:49 01:44:49 #106 [security-spire-server stage-2 6/9] COPY security.txt / 01:44:49 #106 DONE 0.0s 01:44:49 01:44:49 #107 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:44:49 #107 DONE 0.0s 01:44:49 01:44:49 #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:44:49 #108 DONE 0.0s 01:44:49 01:44:49 #109 [security-spire-agent stage-3 7/10] COPY security.txt / 01:44:49 #109 DONE 0.0s 01:44:49 01:44:49 #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:44:49 #110 DONE 0.0s 01:44:49 01:44:49 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:44:49 #111 DONE 0.0s 01:44:49 01:44:49 #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:44:49 #112 DONE 0.1s 01:44:49 01:44:49 #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:44:49 #113 DONE 0.1s 01:44:49 01:44:49 #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:44:49 #114 DONE 0.1s 01:44:49 01:44:49 #93 [security-spire-server] exporting to image 01:44:49 #93 ... 01:44:49 01:44:49 #115 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:49 #115 ... 01:44:49 01:44:49 #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:50 #116 ... 01:44:50 01:44:50 #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:50 #117 ... 01:44:50 01:44:50 #118 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:50 #118 ... 01:44:50 01:44:50 #93 [security-spire-agent] exporting to image 01:44:50 #93 exporting layers 0.6s done 01:44:50 #93 writing image sha256:2de7862512449ed47d1c2990ca2a0334e755ec0e084e583b8fbbe99c2ba45671 done 01:44:50 #93 naming to docker.io/library/security-spire-server done 01:44:50 #93 writing image sha256:84cf736342c9547b139437b7bd94d700dc61ef9e092ab487e4fdbabca4cfea4f done 01:44:50 #93 naming to docker.io/library/security-spire-agent done 01:44:50 #93 DONE 1.4s 01:44:50 01:44:50 #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:45:02 provisioning config files... 01:45:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/693@tmp/config6246692945065831139tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:45:03 ---> ****-login.sh 01:45:03 nexus3.edgexfoundry.org:10001 01:45:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:45:04 Configure a credential helper to remove this warning. See 01:45:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:45:04 01:45:04 Login Succeeded 01:45:04 nexus3.edgexfoundry.org:10002 01:45:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:45:04 Configure a credential helper to remove this warning. See 01:45:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:45:04 01:45:04 Login Succeeded 01:45:04 nexus3.edgexfoundry.org:10003 01:45:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:45:04 Configure a credential helper to remove this warning. See 01:45:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:45:04 01:45:04 Login Succeeded 01:45:04 nexus3.edgexfoundry.org:10004 01:45:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:45:05 Configure a credential helper to remove this warning. See 01:45:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:45:05 01:45:05 Login Succeeded 01:45:05 ****.io 01:45:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:45:05 Configure a credential helper to remove this warning. See 01:45:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:45:05 01:45:05 Login Succeeded 01:45:05 ---> ****-login.sh ends [Pipeline] } 01:45:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 01:45:06 + git config --global --add safe.directory /w/workspace/edgex-go/693 [Pipeline] echo 01:45:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 01:45:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 01:45:07 ========================================================= 01:45:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 01:45:07 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:45:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 01:45:07 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:45:07 c6b39de5b339: Pulling fs layer 01:45:07 a69c41024577: Pulling fs layer 01:45:07 d6de4b400683: Pulling fs layer 01:45:07 35cb2a7552d0: Pulling fs layer 01:45:07 4f4fb700ef54: Pulling fs layer 01:45:07 464afbd9ba4c: Pulling fs layer 01:45:07 00f215d4a9da: Pulling fs layer 01:45:07 35cb2a7552d0: Waiting 01:45:07 d496ad576159: Pulling fs layer 01:45:07 4f4fb700ef54: Waiting 01:45:07 00f215d4a9da: Waiting 01:45:07 d496ad576159: Waiting 01:45:07 464afbd9ba4c: Waiting 01:45:07 a69c41024577: Verifying Checksum 01:45:07 a69c41024577: Download complete 01:45:07 35cb2a7552d0: Verifying Checksum 01:45:07 35cb2a7552d0: Download complete 01:45:07 4f4fb700ef54: Verifying Checksum 01:45:07 4f4fb700ef54: Download complete 01:45:07 464afbd9ba4c: Download complete 01:45:07 c6b39de5b339: Verifying Checksum 01:45:07 c6b39de5b339: Download complete 01:45:08 d496ad576159: Verifying Checksum 01:45:08 d496ad576159: Download complete 01:45:08 c6b39de5b339: Pull complete 01:45:09 a69c41024577: Pull complete 01:45:09 d6de4b400683: Download complete 01:45:10 00f215d4a9da: Verifying Checksum 01:45:10 00f215d4a9da: Download complete 01:45:23 d6de4b400683: Pull complete 01:45:23 35cb2a7552d0: Pull complete 01:45:23 4f4fb700ef54: Pull complete 01:45:23 464afbd9ba4c: Pull complete 01:45:33 00f215d4a9da: Pull complete 01:45:33 d496ad576159: Pull complete 01:45:33 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 01:45:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 01:45:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 01:45:34 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 01:45:34 WORKDIR /edgex 01:45:34 COPY go.mod . 01:45:34 RUN go mod download 01:45:34 + docker build -t ci-base-image-arm64 -f - . 01:45:34 Sending build context to Docker daemon 3.543MB 01:45:34 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 01:45:34 ---> f246e2811388 01:45:34 Step 2/4 : WORKDIR /edgex 01:45:36 ---> Running in cd0eb0163c46 01:45:36 Removing intermediate container cd0eb0163c46 01:45:36 ---> 86351e9715b7 01:45:36 Step 3/4 : COPY go.mod . 01:45:37 #66 ... 01:45:37 01:45:37 #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:37 #116 DONE 56.2s 01:45:37 01:45:37 #115 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:37 #115 DONE 56.3s 01:45:37 01:45:37 #118 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:37 #118 DONE 56.2s 01:45:37 01:45:37 #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:37 #96 DONE 50.4s 01:45:37 01:45:37 #119 [core-keeper builder 7/8] COPY . . 01:45:37 #119 ... 01:45:37 01:45:37 #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:37 #117 DONE 56.3s 01:45:37 01:45:37 #120 [security-spiffe-token-provider builder 6/7] COPY . . 01:45:37 ---> abad4d7bf121 01:45:37 Step 4/4 : RUN go mod download 01:45:37 ---> Running in ed7b47b2b0d8 01:45:47 #120 ... 01:45:47 01:45:47 #121 [support-scheduler builder 6/7] COPY . . 01:45:47 #121 ... 01:45:47 01:45:47 #122 [support-cron-scheduler builder 6/7] COPY . . 01:45:47 #122 ... 01:45:47 01:45:47 #123 [security-bootstrapper builder 6/7] COPY . . 01:45:49 #123 ... 01:45:49 01:45:49 #122 [support-cron-scheduler builder 6/7] COPY . . 01:45:49 #122 DONE 12.7s 01:45:49 01:45:49 #124 [support-notifications builder 6/7] COPY . . 01:45:49 #124 CACHED 01:45:49 01:45:49 #125 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:45:49 #125 CACHED 01:45:49 01:45:49 #126 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:49 #126 CACHED 01:45:49 01:45:49 #127 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:49 #127 CACHED 01:45:49 01:45:49 #128 [security-proxy-auth builder 6/7] COPY . . 01:45:49 #128 CACHED 01:45:49 01:45:49 #129 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:45:49 #129 CACHED 01:45:49 01:45:49 #130 [core-data builder 4/7] COPY go.mod vendor* ./ 01:45:49 #130 CACHED 01:45:49 01:45:49 #131 [core-data builder 6/7] COPY . . 01:45:49 #131 CACHED 01:45:49 01:45:49 #132 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:49 #132 CACHED 01:45:49 01:45:49 #133 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:49 #133 CACHED 01:45:49 01:45:49 #134 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:45:49 #134 CACHED 01:45:49 01:45:49 #135 [core-metadata builder 6/7] COPY . . 01:45:49 #135 CACHED 01:45:49 01:45:49 #121 [support-scheduler builder 6/7] COPY . . 01:45:49 #121 DONE 12.7s 01:45:49 01:45:49 #136 [core-command builder 6/7] COPY . . 01:45:49 #136 CACHED 01:45:49 01:45:49 #137 [core-command builder 4/7] COPY go.mod vendor* ./ 01:45:49 #137 CACHED 01:45:49 01:45:49 #138 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:49 #138 CACHED 01:45:49 01:45:49 #139 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:49 #139 CACHED 01:45:49 01:45:49 #140 [core-common-config-bootstrapper builder 6/7] COPY . . 01:45:49 #140 CACHED 01:45:49 01:45:49 #141 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:45:49 #141 CACHED 01:45:49 01:45:49 #142 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:45:49 #142 CACHED 01:45:49 01:45:49 #143 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:49 #143 CACHED 01:45:49 01:45:49 #144 [security-proxy-setup builder 6/7] COPY . . 01:45:49 #144 CACHED 01:45:49 01:45:49 #120 [security-spiffe-token-provider builder 6/7] COPY . . 01:45:49 #120 DONE 12.7s 01:45:49 01:45:49 #145 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:45:49 #145 CACHED 01:45:49 01:45:49 #146 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:49 #146 CACHED 01:45:49 01:45:49 #147 [security-secretstore-setup builder 6/7] COPY . . 01:45:49 #147 CACHED 01:45:49 01:45:49 #123 [security-bootstrapper builder 6/7] COPY . . 01:45:49 #123 DONE 12.7s 01:45:49 01:45:49 #119 [core-keeper builder 7/8] COPY . . 01:45:49 #119 DONE 12.7s 01:45:49 01:45:49 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:45:49 #148 0.915 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:45:59 #148 ... 01:45:59 01:45:59 #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:45:59 #0 1.139 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:45:59 #149 ... 01:45:59 01:45:59 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:45:59 #0 1.492 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:45:59 #150 ... 01:45:59 01:45:59 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:45:59 #0 1.205 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:45:59 #151 ... 01:45:59 01:45:59 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:45:59 #0 1.303 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 01:45:59 #152 ... 01:45:59 01:45:59 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:45:59 #0 0.900 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:45:59 #153 ... 01:45:59 01:45:59 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:45:59 #0 1.259 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:45:59 #154 ... 01:45:59 01:45:59 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:45:59 #0 1.145 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:45:59 #155 ... 01:45:59 01:45:59 #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 01:45:59 #0 0.700 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 01:45:59 #156 ... 01:45:59 01:45:59 #157 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:45:59 #0 1.267 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:46:00 #157 ... 01:46:00 01:46:00 #158 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:46:00 #0 0.538 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 01:46:00 #158 ... 01:46:00 01:46:00 #159 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:46:00 #0 1.263 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:46:00 #159 ... 01:46:00 01:46:00 #160 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:46:00 #0 0.714 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 01:46:45 Removing intermediate container ed7b47b2b0d8 01:46:45 ---> 5c478f59c212 01:46:45 Successfully built 5c478f59c212 01:46:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:45 + docker inspect -f . ci-base-image-arm64 01:46:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:46:45 prd-ubuntu20.04-docker-arm64-4c-16g-10063 does not seem to be running inside a container 01:46:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 01:46:47 $ docker top 8fc978a87ba88f7f85189f78ecf217aa4318e9aaddebf5a325f65220b4230514 -eo pid,comm [Pipeline] { [Pipeline] sh 01:46:48 + go version 01:46:48 go version go1.21.9 linux/arm64 [Pipeline] } 01:46:48 $ docker stop --time=1 8fc978a87ba88f7f85189f78ecf217aa4318e9aaddebf5a325f65220b4230514 01:46:49 $ docker rm -f --volumes 8fc978a87ba88f7f85189f78ecf217aa4318e9aaddebf5a325f65220b4230514 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:46:50 01:46:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:46:50 latest: Pulling from edgex-devops/edgex-compose-arm64 01:46:50 547446be3368: Pulling fs layer 01:46:50 d125d8839a47: Pulling fs layer 01:46:50 3e85d5ac6304: Pulling fs layer 01:46:50 c3105a71a48b: Pulling fs layer 01:46:50 0f093f025ec4: Pulling fs layer 01:46:50 c3106fc0e877: Pulling fs layer 01:46:50 c3105a71a48b: Waiting 01:46:50 0f093f025ec4: Waiting 01:46:50 c3106fc0e877: Waiting 01:46:50 547446be3368: Verifying Checksum 01:46:50 c3105a71a48b: Verifying Checksum 01:46:50 c3105a71a48b: Download complete 01:46:51 d125d8839a47: Verifying Checksum 01:46:51 d125d8839a47: Download complete 01:46:51 c3106fc0e877: Verifying Checksum 01:46:51 c3106fc0e877: Download complete 01:46:51 0f093f025ec4: Download complete 01:46:51 547446be3368: Pull complete 01:46:53 d125d8839a47: Pull complete 01:46:53 3e85d5ac6304: Verifying Checksum 01:46:53 3e85d5ac6304: Download complete 01:47:03 3e85d5ac6304: Pull complete 01:47:03 c3105a71a48b: Pull complete 01:47:04 0f093f025ec4: Pull complete 01:47:05 c3106fc0e877: Pull complete 01:47:05 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 01:47:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:47:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:47:05 prd-ubuntu20.04-docker-arm64-4c-16g-10063 does not seem to be running inside a container 01:47:05 $ 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/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 01:47:07 $ docker top e38d078d8124d916f60094d44bb0fbaceb9586559fc34e1ee4fea0ed55a49ad9 -eo pid,comm [Pipeline] { [Pipeline] sh 01:47:08 + docker compose -f ./docker-compose-build.yml build --parallel 01:47:18 #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:47:18 #1 transferring dockerfile: 2.23kB done 01:47:18 #1 DONE 0.1s 01:47:18 01:47:18 #2 [core-keeper internal] load build definition from Dockerfile 01:47:18 #2 transferring dockerfile: 2.01kB done 01:47:18 #2 DONE 0.1s 01:47:18 01:47:18 #3 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:47:19 #3 transferring dockerfile: 1.89kB done 01:47:19 #3 DONE 0.1s 01:47:19 01:47:19 #4 [support-scheduler internal] load build definition from Dockerfile 01:47:19 #4 transferring dockerfile: 1.93kB 0.0s done 01:47:19 #4 DONE 0.1s 01:47:19 01:47:19 #5 [security-spire-agent internal] load build definition from Dockerfile 01:47:19 #5 transferring dockerfile: 1.81kB done 01:47:19 #5 DONE 0.1s 01:47:19 01:47:19 #6 [support-notifications internal] load build definition from Dockerfile 01:47:19 #6 transferring dockerfile: 1.95kB 0.0s done 01:47:19 #6 DONE 0.1s 01:47:19 01:47:19 #7 [security-secretstore-setup internal] load build definition from Dockerfile 01:47:19 #7 transferring dockerfile: 2.49kB 0.0s done 01:47:19 #7 DONE 0.1s 01:47:19 01:47:19 #8 [security-spire-server internal] load build definition from Dockerfile 01:47:19 #8 transferring dockerfile: 1.70kB done 01:47:19 #8 DONE 0.1s 01:47:19 01:47:19 #9 [core-data internal] load build definition from Dockerfile 01:47:19 #9 transferring dockerfile: 2.07kB done 01:47:19 #9 DONE 0.1s 01:47:19 01:47:19 #10 [security-spire-config internal] load build definition from Dockerfile 01:47:19 #10 transferring dockerfile: 1.69kB done 01:47:19 #10 DONE 0.1s 01:47:19 01:47:19 #11 [core-metadata internal] load build definition from Dockerfile 01:47:19 #11 transferring dockerfile: 2.06kB 0.0s done 01:47:19 #11 DONE 0.1s 01:47:19 01:47:19 #12 [core-command internal] load build definition from Dockerfile 01:47:19 #12 transferring dockerfile: 1.93kB done 01:47:19 #12 DONE 0.1s 01:47:19 01:47:19 #13 [security-proxy-setup internal] load build definition from Dockerfile 01:47:19 #13 transferring dockerfile: 2.50kB 0.0s done 01:47:19 #13 DONE 0.1s 01:47:19 01:47:19 #14 [support-cron-scheduler internal] load build definition from Dockerfile 01:47:19 #14 transferring dockerfile: 1.85kB 0.0s done 01:47:19 #14 DONE 0.1s 01:47:19 01:47:19 #15 [security-proxy-auth internal] load build definition from Dockerfile 01:47:19 #15 transferring dockerfile: 2.15kB done 01:47:19 #15 DONE 0.1s 01:47:19 01:47:19 #16 [security-bootstrapper internal] load build definition from Dockerfile 01:47:19 #16 transferring dockerfile: 3.17kB 0.0s done 01:47:19 #16 DONE 0.1s 01:47:19 01:47:19 #17 [core-common-config-bootstrapper internal] load .dockerignore 01:47:19 #17 transferring context: 50B done 01:47:19 #17 DONE 0.0s 01:47:20 01:47:20 #18 [core-keeper internal] load .dockerignore 01:47:20 #18 transferring context: 50B done 01:47:20 #18 DONE 0.0s 01:47:20 01:47:20 #19 [security-spiffe-token-provider internal] load .dockerignore 01:47:20 #19 transferring context: 50B done 01:47:20 #19 DONE 0.0s 01:47:20 01:47:20 #20 [support-scheduler internal] load .dockerignore 01:47:20 #20 transferring context: 50B done 01:47:20 #20 DONE 0.1s 01:47:20 01:47:20 #21 [support-notifications internal] load .dockerignore 01:47:20 #21 transferring context: 50B done 01:47:20 #21 DONE 0.0s 01:47:20 01:47:20 #22 [security-secretstore-setup internal] load .dockerignore 01:47:20 #22 transferring context: 50B done 01:47:20 #22 DONE 0.1s 01:47:20 01:47:20 #23 [security-spire-server internal] load .dockerignore 01:47:21 #23 transferring context: 50B 0.0s done 01:47:21 #23 DONE 0.1s 01:47:21 01:47:21 #24 [core-data internal] load .dockerignore 01:47:21 #24 transferring context: 50B 0.0s done 01:47:21 #24 DONE 0.1s 01:47:21 01:47:21 #25 [security-spire-config internal] load .dockerignore 01:47:21 #25 transferring context: 50B 0.0s done 01:47:21 #25 DONE 0.1s 01:47:21 01:47:21 #26 [core-metadata internal] load .dockerignore 01:47:21 #26 transferring context: 50B done 01:47:21 #26 DONE 0.1s 01:47:21 01:47:21 #27 [core-command internal] load .dockerignore 01:47:21 #27 transferring context: 50B done 01:47:21 #27 DONE 0.1s 01:47:21 01:47:21 #28 [security-spire-agent internal] load .dockerignore 01:47:21 #28 transferring context: 50B 0.0s done 01:47:21 #28 ... 01:47:21 01:47:21 #29 [security-proxy-setup internal] load .dockerignore 01:47:21 #29 transferring context: 50B done 01:47:21 #29 DONE 0.1s 01:47:21 01:47:21 #30 [support-cron-scheduler internal] load .dockerignore 01:47:21 #30 transferring context: 50B done 01:47:21 #30 DONE 0.0s 01:47:21 01:47:21 #31 [security-proxy-auth internal] load .dockerignore 01:47:21 #31 transferring context: 50B done 01:47:21 #31 DONE 0.1s 01:47:21 01:47:21 #32 [security-bootstrapper internal] load .dockerignore 01:47:21 #32 transferring context: 50B done 01:47:21 #32 DONE 0.1s 01:47:21 01:47:21 #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:21 #33 DONE 0.0s 01:47:21 01:47:21 #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 01:47:21 #34 DONE 0.1s 01:47:21 01:47:21 #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:47:21 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 01:47:21 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:47:21 #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 01:47:21 #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 01:47:21 #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0B / 3.34MB 0.1s 01:47:21 #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 2.10MB / 3.34MB 0.2s 01:47:22 #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s 01:47:22 #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 01:47:22 #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done 01:47:22 #35 ... 01:47:22 01:47:22 #36 [core-common-config-bootstrapper internal] load build context 01:47:22 #36 transferring context: 3.11MB 0.6s done 01:47:22 #36 DONE 0.7s 01:47:22 01:47:22 #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:47:22 #35 ... 01:47:22 01:47:22 #37 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:22 #37 DONE 0.9s 01:47:22 01:47:22 #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:47:23 #35 ... 01:47:23 01:47:23 #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:23 #33 DONE 0.0s 01:47:23 01:47:23 #34 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 01:47:23 #34 DONE 0.2s 01:47:23 01:47:23 #38 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 01:47:23 #38 DONE 0.2s 01:47:23 01:47:23 #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:47:23 #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 01:47:23 #35 ... 01:47:23 01:47:23 #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:23 #33 DONE 0.0s 01:47:23 01:47:23 #37 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:23 #37 DONE 1.7s 01:47:23 01:47:23 #38 [core-keeper builder 2/7] WORKDIR /edgex-go 01:47:23 #38 DONE 0.4s 01:47:23 01:47:23 #35 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:47:23 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 01:47:23 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:47:23 #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 01:47:23 #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 01:47:23 #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done 01:47:23 #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 01:47:23 #35 ... 01:47:23 01:47:23 #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:23 #33 DONE 0.0s 01:47:23 01:47:23 #37 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:23 #37 DONE 1.7s 01:47:23 01:47:23 #38 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 01:47:23 #38 DONE 0.4s 01:47:23 01:47:23 #35 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:47:23 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 01:47:23 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:47:23 #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 01:47:23 #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 01:47:23 #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done 01:47:23 #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 01:47:23 #35 ... 01:47:23 01:47:23 #37 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:23 #37 DONE 1.7s 01:47:23 01:47:23 #38 [support-scheduler builder 2/7] WORKDIR /edgex-go 01:47:23 #38 DONE 0.5s 01:47:23 01:47:23 #35 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:47:23 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 01:47:23 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:47:23 #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 01:47:23 #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 01:47:23 #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done 01:47:23 #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 01:47:23 #35 ... 01:47:23 01:47:23 #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:23 #33 DONE 0.0s 01:47:23 01:47:23 #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:47:23 #35 DONE 2.4s 01:47:23 01:47:23 #34 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 01:47:23 #34 ... 01:47:23 01:47:23 #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:23 #33 DONE 0.0s 01:47:23 01:47:23 #34 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 01:47:23 #34 DONE 0.7s 01:47:23 01:47:23 #37 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:23 #37 DONE 1.7s 01:47:23 01:47:23 #39 [support-notifications internal] load build context 01:47:23 #39 DONE 0.0s 01:47:23 01:47:23 #38 [support-notifications builder 2/7] WORKDIR /edgex-go 01:47:23 #38 DONE 0.5s 01:47:23 01:47:23 #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:47:23 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 01:47:23 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:47:23 #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 01:47:23 #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 01:47:23 #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done 01:47:23 #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 01:47:23 #35 DONE 2.4s 01:47:23 01:47:23 #40 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:47:23 #40 ... 01:47:23 01:47:23 #37 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:23 #37 DONE 1.7s 01:47:23 01:47:23 #38 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 01:47:23 #38 DONE 0.5s 01:47:23 01:47:23 #35 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:47:23 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 01:47:23 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:47:23 #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 01:47:23 #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 01:47:23 #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done 01:47:23 #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 01:47:23 #35 DONE 2.4s 01:47:24 01:47:24 #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:24 #33 DONE 0.0s 01:47:24 01:47:24 #41 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 01:47:24 #41 ... 01:47:24 01:47:24 #42 [core-keeper internal] load build context 01:47:24 #42 transferring context: 3.11MB 1.0s done 01:47:24 #42 DONE 1.2s 01:47:24 01:47:24 #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:24 #33 DONE 0.0s 01:47:24 01:47:24 #43 [security-spiffe-token-provider internal] load build context 01:47:24 #43 ... 01:47:24 01:47:24 #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:24 #33 DONE 0.0s 01:47:24 01:47:24 #43 [security-spiffe-token-provider internal] load build context 01:47:24 #43 ... 01:47:24 01:47:24 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:24 #33 DONE 0.0s 01:47:24 01:47:24 #43 [security-spiffe-token-provider internal] load build context 01:47:24 #43 transferring context: 3.11MB 1.4s done 01:47:24 #43 ... 01:47:24 01:47:24 #37 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:24 #37 DONE 1.8s 01:47:24 01:47:24 #38 [core-metadata builder 2/7] WORKDIR /edgex-go 01:47:24 #38 DONE 0.6s 01:47:24 01:47:24 #35 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:47:24 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 01:47:24 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:47:24 #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 01:47:24 #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 01:47:24 #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done 01:47:24 #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 01:47:24 #35 DONE 2.5s 01:47:24 01:47:24 #34 [core-data internal] load metadata for docker.io/library/alpine:3.18 01:47:24 #34 DONE 1.7s 01:47:24 01:47:24 #37 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:24 #37 DONE 1.8s 01:47:24 01:47:24 #38 [core-command builder 2/7] WORKDIR /edgex-go 01:47:24 #38 DONE 0.6s 01:47:24 01:47:24 #35 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:47:24 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 01:47:24 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:47:24 #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 01:47:24 #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 01:47:24 #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done 01:47:24 #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 01:47:24 #35 DONE 2.5s 01:47:24 01:47:24 #43 [security-spiffe-token-provider internal] load build context 01:47:24 #43 DONE 1.8s 01:47:24 01:47:24 #44 [core-command internal] load build context 01:47:25 #44 ... 01:47:25 01:47:25 #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:25 #33 DONE 0.0s 01:47:25 01:47:25 #45 [support-scheduler internal] load build context 01:47:25 #45 transferring context: 3.11MB 1.3s done 01:47:25 #45 DONE 1.8s 01:47:25 01:47:25 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:25 #33 DONE 0.0s 01:47:25 01:47:25 #46 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:47:25 #46 ... 01:47:25 01:47:25 #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:47:25 #33 DONE 0.0s 01:47:25 01:47:25 #47 [security-secretstore-setup internal] load build context 01:47:25 #47 transferring context: 3.11MB 1.1s done 01:47:25 #47 ... 01:47:25 01:47:25 #39 [support-notifications internal] load build context 01:47:25 #39 transferring context: 3.11MB 1.3s done 01:47:25 #39 DONE 1.8s 01:47:25 01:47:25 #48 [core-metadata internal] load build context 01:47:25 #48 ... 01:47:25 01:47:25 #47 [security-secretstore-setup internal] load build context 01:47:25 #47 DONE 1.9s 01:47:25 01:47:25 #49 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 01:47:25 #49 DONE 2.5s 01:47:25 01:47:25 #50 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 01:47:25 #50 DONE 2.6s 01:47:25 01:47:25 #48 [core-metadata internal] load build context 01:47:25 #48 ... 01:47:25 01:47:25 #35 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:47:25 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 01:47:25 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:47:25 #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 01:47:25 #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 01:47:25 #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done 01:47:25 #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 01:47:25 #35 DONE 2.5s 01:47:25 01:47:25 #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 01:47:25 #34 DONE 2.5s 01:47:26 01:47:26 #37 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:26 #37 DONE 1.9s 01:47:26 01:47:26 #38 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 01:47:26 #38 DONE 0.6s 01:47:26 01:47:26 #35 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:47:26 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 01:47:26 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:47:26 #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 01:47:26 #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 01:47:26 #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done 01:47:26 #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 01:47:26 #35 DONE 2.6s 01:47:26 01:47:26 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:26 #51 DONE 0.2s 01:47:26 01:47:26 #48 [core-metadata internal] load build context 01:47:26 #48 ... 01:47:26 01:47:26 #35 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:47:26 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 01:47:26 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:47:26 #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 01:47:26 #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 01:47:26 #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done 01:47:26 #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 01:47:26 #35 DONE 2.6s 01:47:26 01:47:26 #52 [security-spire-server internal] load build context 01:47:26 #52 DONE 0.0s 01:47:26 01:47:26 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:26 #51 DONE 0.3s 01:47:26 01:47:26 #48 [core-metadata internal] load build context 01:47:26 #48 ... 01:47:26 01:47:26 #37 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:26 #37 DONE 1.9s 01:47:26 01:47:26 #38 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 01:47:26 #38 DONE 0.7s 01:47:26 01:47:26 #35 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:47:26 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 01:47:26 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:47:26 #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 01:47:26 #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 01:47:26 #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done 01:47:26 #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 01:47:26 #35 DONE 2.6s 01:47:26 01:47:26 #48 [core-metadata internal] load build context 01:47:26 #48 ... 01:47:26 01:47:26 #37 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:26 #37 DONE 1.9s 01:47:26 01:47:26 #38 [support-cron-scheduler builder 2/7] WORKDIR /edgex-go 01:47:26 #38 DONE 0.7s 01:47:26 01:47:26 #35 [support-cron-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 01:47:26 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 01:47:26 #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 01:47:26 #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 01:47:26 #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done 01:47:26 #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 01:47:26 #35 DONE 2.6s 01:47:26 01:47:26 #48 [core-metadata internal] load build context 01:47:27 #48 ... 01:47:27 01:47:27 #53 [security-spire-config internal] load build context 01:47:27 #53 transferring context: 25.96kB 0.2s done 01:47:27 #53 DONE 1.8s 01:47:27 01:47:27 #48 [core-metadata internal] load build context 01:47:28 #48 ... 01:47:28 01:47:28 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:28 #51 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.9s done 01:47:28 #51 DONE 2.3s 01:47:28 01:47:28 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 01:47:28 #54 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.9s done 01:47:28 #54 DONE 2.0s 01:47:28 01:47:28 #48 [core-metadata internal] load build context 01:47:28 #48 ... 01:47:28 01:47:28 #55 [security-spire-agent internal] load build context 01:47:28 #55 transferring context: 27.24kB 0.3s done 01:47:28 #55 DONE 2.7s 01:47:28 01:47:28 #48 [core-metadata internal] load build context 01:47:28 #48 ... 01:47:28 01:47:28 #52 [security-spire-server internal] load build context 01:47:28 #52 transferring context: 27.71kB 0.3s done 01:47:28 #52 DONE 2.7s 01:47:28 01:47:28 #48 [core-metadata internal] load build context 01:47:29 #48 transferring context: 3.11MB 4.0s done 01:47:29 #48 DONE 4.8s 01:47:29 01:47:29 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:29 #51 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 01:47:29 #51 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 01:47:29 #51 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 01:47:29 #51 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 01:47:30 #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.3s 01:47:30 #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.4s 01:47:30 #51 ... 01:47:30 01:47:30 #56 [security-proxy-setup internal] load build context 01:47:30 #56 transferring context: 3.11MB 4.5s done 01:47:30 #56 DONE 5.4s 01:47:30 01:47:30 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:30 #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.1s done 01:47:30 #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 1.2s 01:47:31 #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.1s done 01:47:31 #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 01:47:31 #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.4s done 01:47:31 #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.8s 01:47:31 #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 1.9s 01:47:32 #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.9s done 01:47:32 #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.0s 01:47:32 #51 ... 01:47:32 01:47:32 #57 [core-data internal] load build context 01:47:32 #57 transferring context: 3.11MB 5.9s done 01:47:32 #57 DONE 7.2s 01:47:32 01:47:32 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:32 #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.2s done 01:47:32 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 2.3s 01:47:32 #51 ... 01:47:32 01:47:32 #58 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 01:47:32 #0 9.678 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:33 #58 ... 01:47:33 01:47:33 #59 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:47:33 #59 ... 01:47:33 01:47:33 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:47:33 #0 9.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:33 #60 10.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:47:33 #60 ... 01:47:33 01:47:33 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:33 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 3.15MB / 28.04MB 3.5s 01:47:33 #51 ... 01:47:33 01:47:33 #59 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:47:33 #59 DONE 10.4s 01:47:33 01:47:33 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:33 #51 ... 01:47:33 01:47:33 #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:47:33 #61 ... 01:47:33 01:47:33 #44 [core-command internal] load build context 01:47:33 #44 transferring context: 3.11MB 6.9s done 01:47:33 #44 DONE 8.7s 01:47:33 01:47:33 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:33 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.11MB / 28.04MB 3.9s 01:47:33 #51 ... 01:47:33 01:47:33 #62 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:47:33 #0 5.657 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:33 #0 6.235 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:47:33 #0 7.916 OK: 266 MiB in 52 packages 01:47:33 #62 DONE 10.3s 01:47:33 01:47:33 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 01:47:33 #54 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 01:47:33 #54 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 01:47:33 #54 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 01:47:33 #54 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.2s done 01:47:33 #54 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.5s done 01:47:33 #54 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 2.0s done 01:47:33 #54 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 5.24MB / 18.32MB 4.1s 01:47:34 #54 ... 01:47:34 01:47:34 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:47:34 #63 ... 01:47:34 01:47:34 #64 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:47:34 #64 ... 01:47:34 01:47:34 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:47:34 #65 ... 01:47:34 01:47:34 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:35 #51 ... 01:47:35 01:47:35 #66 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:47:35 #66 ... 01:47:35 01:47:35 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:35 #51 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 01:47:35 #51 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done 01:47:36 #51 ... 01:47:36 01:47:36 #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:47:36 #61 DONE 12.4s 01:47:36 01:47:36 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:36 #51 ... 01:47:36 01:47:36 #40 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:47:36 #40 11.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:36 #40 11.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:47:36 #40 ... 01:47:36 01:47:36 #67 [support-cron-scheduler internal] load build context 01:47:36 #67 transferring context: 3.11MB 7.2s done 01:47:36 #67 ... 01:47:36 01:47:36 #68 [security-proxy-auth internal] load build context 01:47:36 #68 transferring context: 3.11MB 8.2s done 01:47:36 #68 ... 01:47:36 01:47:36 #69 [security-bootstrapper internal] load build context 01:47:36 #69 transferring context: 3.11MB 7.7s done 01:47:36 #69 ... 01:47:36 01:47:36 #58 [core-command builder 3/7] RUN apk add --update --no-cache make git 01:47:36 #58 10.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:47:36 #58 12.46 OK: 266 MiB in 52 packages 01:47:36 #58 DONE 14.7s 01:47:36 01:47:36 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:36 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.44MB / 28.04MB 7.0s 01:47:36 #160 ... 01:47:36 01:47:36 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:47:36 #151 103.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:47:37 #51 ... 01:47:37 01:47:37 #68 [security-proxy-auth internal] load build context 01:47:37 #68 DONE 10.6s 01:47:37 01:47:37 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:37 #51 ... 01:47:37 01:47:37 #70 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:47:37 #70 ... 01:47:37 01:47:37 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:47:37 #71 ... 01:47:37 01:47:37 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:37 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.69MB / 28.04MB 7.5s 01:47:37 #51 ... 01:47:37 01:47:37 #69 [security-bootstrapper internal] load build context 01:47:37 #69 DONE 11.1s 01:47:37 01:47:37 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:37 #51 ... 01:47:37 01:47:37 #72 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 01:47:37 #72 ... 01:47:37 01:47:37 #67 [support-cron-scheduler internal] load build context 01:47:37 #67 DONE 11.1s 01:47:37 01:47:37 #73 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:47:37 #73 ... 01:47:37 01:47:37 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:37 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.60MB / 28.04MB 8.1s 01:47:38 #51 ... 01:47:38 01:47:38 #40 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:47:38 #40 13.37 OK: 266 MiB in 52 packages 01:47:38 #40 DONE 14.9s 01:47:38 01:47:38 #74 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:47:38 #74 DONE 4.3s 01:47:38 01:47:38 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:39 #51 ... 01:47:39 01:47:39 #75 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:47:39 #75 DONE 2.2s 01:47:39 01:47:39 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:39 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.78MB / 28.04MB 9.4s 01:47:40 #51 ... 01:47:40 01:47:40 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:47:40 #60 12.00 v3.18.9-10-gb451d31977d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 01:47:40 #60 12.00 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 01:47:40 #60 12.00 OK: 19954 distinct packages available 01:47:40 #60 12.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:40 #60 13.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:47:40 #60 16.19 OK: 266 MiB in 52 packages 01:47:40 #60 DONE 17.3s 01:47:40 01:47:40 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:40 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.87MB / 28.04MB 10.7s 01:47:40 #51 ... 01:47:40 01:47:40 #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:47:40 #76 DONE 1.9s 01:47:40 01:47:40 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:40 #51 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 01:47:41 #51 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.4s done 01:47:41 #51 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.4s done 01:47:41 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 20.68MB / 28.04MB 12.2s 01:47:42 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 23.05MB / 28.04MB 12.4s 01:47:42 #51 ... 01:47:42 01:47:42 #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:47:42 #77 DONE 1.9s 01:47:42 01:47:42 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:42 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.66MB / 28.04MB 12.5s 01:47:42 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.68MB / 28.04MB 12.7s 01:47:43 #51 ... 01:47:43 01:47:43 #64 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:47:43 #64 13.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:43 #64 14.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:47:43 #64 17.57 (1/1) Installing dumb-init (1.2.5-r2) 01:47:43 #64 17.61 Executing busybox-1.36.1-r7.trigger 01:47:43 #64 17.83 OK: 8 MiB in 16 packages 01:47:43 #64 DONE 19.8s 01:47:43 01:47:43 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:43 #51 ... 01:47:43 01:47:43 #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:47:43 #78 ... 01:47:43 01:47:43 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:44 #51 ... 01:47:44 01:47:44 #41 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 01:47:44 #41 12.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:44 #41 14.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:47:44 #41 16.88 (1/2) Installing ca-certificates (20240226-r0) 01:47:44 #41 17.25 (2/2) Installing dumb-init (1.2.5-r2) 01:47:44 #41 17.31 Executing busybox-1.36.1-r7.trigger 01:47:44 #41 17.42 Executing ca-certificates-20240226-r0.trigger 01:47:44 #41 18.45 OK: 9 MiB in 17 packages 01:47:44 #41 DONE 20.0s 01:47:44 01:47:44 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:44 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 14.3s done 01:47:44 #51 ... 01:47:44 01:47:44 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 01:47:44 #54 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 9.3s done 01:47:44 #54 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.3s done 01:47:44 #54 ... 01:47:44 01:47:44 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:44 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 14.3s done 01:47:45 #51 ... 01:47:45 01:47:45 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:47:45 #63 14.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:45 #63 15.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:47:45 #63 17.82 (1/4) Installing ca-certificates (20240226-r0) 01:47:45 #63 18.15 (2/4) Installing dumb-init (1.2.5-r2) 01:47:45 #63 18.16 (3/4) Installing su-exec (0.2-r3) 01:47:45 #63 18.20 (4/4) Installing yq (4.33.3-r5) 01:47:45 #63 18.84 Executing busybox-1.36.1-r7.trigger 01:47:45 #63 18.97 Executing ca-certificates-20240226-r0.trigger 01:47:45 #63 19.59 OK: 18 MiB in 19 packages 01:47:45 #63 DONE 20.7s 01:47:45 01:47:45 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:47:46 #79 ... 01:47:46 01:47:46 #66 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:47:46 #66 15.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:46 #66 17.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:47:46 #66 19.77 (1/1) Installing dumb-init (1.2.5-r2) 01:47:46 #66 19.78 Executing busybox-1.36.1-r7.trigger 01:47:46 #66 19.82 OK: 8 MiB in 16 packages 01:47:46 #66 DONE 20.5s 01:47:46 01:47:46 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:47:46 #65 12.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:46 #65 13.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:47:46 #65 16.06 v3.18.9-10-gb451d31977d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 01:47:46 #65 16.06 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 01:47:46 #65 16.06 OK: 19946 distinct packages available 01:47:46 #65 16.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:46 #65 18.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:47:46 #65 20.76 (1/11) Installing ca-certificates (20240226-r0) 01:47:46 #65 21.03 (2/11) Installing brotli-libs (1.0.9-r14) 01:47:46 #65 21.13 (3/11) Installing libunistring (1.1-r1) 01:47:46 #65 21.17 (4/11) Installing libidn2 (2.3.4-r1) 01:47:46 #65 21.18 (5/11) Installing nghttp2-libs (1.57.0-r0) 01:47:46 #65 21.23 (6/11) Installing libcurl (8.9.1-r0) 01:47:46 #65 21.25 (7/11) Installing curl (8.9.1-r0) 01:47:46 #65 21.28 (8/11) Installing dumb-init (1.2.5-r2) 01:47:46 #65 21.30 (9/11) Installing musl-obstack (1.2.3-r2) 01:47:46 #65 21.30 (10/11) Installing libucontext (1.2-r2) 01:47:46 #65 21.31 (11/11) Installing gcompat (1.1.0-r1) 01:47:46 #65 21.33 Executing busybox-1.36.1-r7.trigger 01:47:46 #65 21.49 Executing ca-certificates-20240226-r0.trigger 01:47:46 #65 22.12 OK: 13 MiB in 26 packages 01:47:46 #65 ... 01:47:46 01:47:46 #80 [core-data stage-1 3/8] RUN apk --no-cache upgrade 01:47:46 #80 ... 01:47:46 01:47:46 #81 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:47:46 #81 ... 01:47:46 01:47:46 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:47:46 #65 DONE 22.7s 01:47:46 01:47:46 #82 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 01:47:48 #82 ... 01:47:48 01:47:48 #46 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:47:48 #46 19.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:48 #46 20.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:47:48 #46 21.97 (1/4) Installing dumb-init (1.2.5-r2) 01:47:48 #46 21.98 (2/4) Installing openssl (3.1.7-r0) 01:47:48 #46 22.01 (3/4) Installing su-exec (0.2-r3) 01:47:48 #46 22.03 (4/4) Installing yq (4.33.3-r5) 01:47:48 #46 22.44 Executing busybox-1.36.1-r7.trigger 01:47:48 #46 22.48 OK: 18 MiB in 19 packages 01:47:48 #46 DONE 23.2s 01:47:48 01:47:48 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:47:48 #83 ... 01:47:48 01:47:48 #84 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:49 #84 ... 01:47:49 01:47:49 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:47:49 #71 20.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:49 #71 21.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:47:49 #71 ... 01:47:49 01:47:49 #85 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:49 #85 ... 01:47:49 01:47:49 #73 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:47:49 #73 19.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:49 #73 19.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:47:49 #73 21.73 (1/3) Installing ca-certificates (20240226-r0) 01:47:49 #73 21.85 (2/3) Installing dumb-init (1.2.5-r2) 01:47:49 #73 21.87 (3/3) Installing tzdata (2024a-r0) 01:47:50 #73 23.09 Executing busybox-1.36.1-r7.trigger 01:47:50 #73 23.16 Executing ca-certificates-20240226-r0.trigger 01:47:50 #73 ... 01:47:50 01:47:50 #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:51 #86 ... 01:47:51 01:47:51 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:47:51 #71 23.29 v3.18.9-10-gb451d31977d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 01:47:51 #71 23.29 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 01:47:51 #71 23.29 OK: 19946 distinct packages available 01:47:51 #71 23.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:51 #71 24.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:47:52 #71 ... 01:47:52 01:47:52 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:52 #87 ... 01:47:52 01:47:52 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:52 #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0.6s 01:47:53 #51 ... 01:47:53 01:47:53 #73 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:47:53 #73 24.08 OK: 12 MiB in 18 packages 01:47:53 #73 DONE 25.4s 01:47:53 01:47:53 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:54 #51 ... 01:47:54 01:47:54 #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:47:54 #88 ... 01:47:54 01:47:54 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:56 #51 ... 01:47:56 01:47:56 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:47:56 #0 9.192 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:56 #89 ... 01:47:56 01:47:56 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:57 #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.7s 01:47:57 #51 ... 01:47:57 01:47:57 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 01:47:57 #54 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 9.9s 01:47:58 #54 ... 01:47:58 01:47:58 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:59 #51 ... 01:47:59 01:47:59 #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:47:59 #78 16.63 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:59 #78 17.64 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:47:59 #78 23.87 OK: 266 MiB in 52 packages 01:47:59 #78 DONE 25.7s 01:47:59 01:47:59 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:47:59 #51 ... 01:47:59 01:47:59 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 01:47:59 #54 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 11.0s done 01:47:59 #54 DONE 33.3s 01:47:59 01:47:59 #70 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:47:59 #70 22.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:59 #70 23.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:47:59 #70 28.00 v3.18.9-10-gb451d31977d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 01:47:59 #70 28.00 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 01:47:59 #70 28.00 OK: 19946 distinct packages available 01:47:59 #70 29.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:47:59 #70 31.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:48:00 #70 ... 01:48:00 01:48:00 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:48:00 #71 30.50 (1/4) Installing dumb-init (1.2.5-r2) 01:48:00 #71 30.57 (2/4) Installing musl-obstack (1.2.3-r2) 01:48:00 #71 30.60 (3/4) Installing libucontext (1.2-r2) 01:48:00 #71 30.65 (4/4) Installing gcompat (1.1.0-r1) 01:48:00 #71 30.70 Executing busybox-1.36.1-r7.trigger 01:48:00 #71 30.88 OK: 8 MiB in 19 packages 01:48:00 #71 DONE 33.1s 01:48:00 01:48:00 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:48:00 #51 ... 01:48:00 01:48:00 #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:48:00 #90 DONE 1.0s 01:48:00 01:48:00 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:48:01 #51 ... 01:48:01 01:48:01 #72 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 01:48:01 #72 23.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:48:01 #72 25.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:48:01 #72 31.76 (1/2) Installing dumb-init (1.2.5-r2) 01:48:01 #72 31.81 (2/2) Installing su-exec (0.2-r3) 01:48:01 #72 31.81 Executing busybox-1.36.1-r7.trigger 01:48:01 #72 32.07 OK: 8 MiB in 17 packages 01:48:01 #72 ... 01:48:01 01:48:01 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:48:01 #51 ... 01:48:01 01:48:01 #72 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 01:48:01 #72 DONE 34.1s 01:48:01 01:48:01 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:48:02 #51 ... 01:48:02 01:48:02 #81 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:48:02 #81 15.49 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:48:02 #81 17.41 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:48:02 #81 24.77 (1/1) Installing dumb-init (1.2.5-r2) 01:48:02 #81 ... 01:48:02 01:48:02 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:48:02 #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.7s 01:48:02 #51 ... 01:48:02 01:48:02 #82 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 01:48:02 #82 9.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:48:02 #82 12.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:48:03 #82 ... 01:48:03 01:48:03 #91 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:48:03 #0 6.072 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:48:03 #0 9.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:48:03 #91 ... 01:48:03 01:48:03 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:48:04 #51 ... 01:48:04 01:48:04 #81 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:48:04 #81 26.11 Executing busybox-1.36.1-r7.trigger 01:48:04 #81 26.25 OK: 8 MiB in 16 packages 01:48:04 #81 DONE 27.9s 01:48:04 01:48:04 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:48:04 #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13.1s done 01:48:05 #51 ... 01:48:05 01:48:05 #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:48:05 #88 10.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:48:05 #88 13.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:48:05 #88 19.89 OK: 9 MiB in 17 packages 01:48:05 #88 ... 01:48:05 01:48:05 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:48:05 #79 10.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:48:05 #79 12.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:48:05 #79 ... 01:48:05 01:48:05 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:48:05 #51 DONE 39.2s 01:48:05 01:48:05 #82 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 01:48:05 #82 20.95 OK: 8 MiB in 16 packages 01:48:05 #82 ... 01:48:05 01:48:05 #80 [core-data stage-1 3/8] RUN apk --no-cache upgrade 01:48:05 #80 9.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:48:05 #80 11.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:48:05 #80 ... 01:48:05 01:48:05 #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:48:05 #88 DONE 21.5s 01:48:05 01:48:05 #82 [core-command stage-1 3/9] RUN apk --no-cache upgrade 01:48:05 #82 DONE 23.6s 01:48:05 01:48:05 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:48:05 #79 20.77 OK: 18 MiB in 19 packages 01:48:06 #79 ... 01:48:06 01:48:06 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:48:06 #83 7.632 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:48:06 #83 10.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:48:06 #83 17.05 OK: 18 MiB in 19 packages 01:48:06 #83 ... 01:48:06 01:48:06 #70 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:48:06 #70 38.78 (1/5) Installing dumb-init (1.2.5-r2) 01:48:06 #70 38.81 (2/5) Installing musl-obstack (1.2.3-r2) 01:48:06 #70 38.82 (3/5) Installing libucontext (1.2-r2) 01:48:06 #70 38.85 (4/5) Installing gcompat (1.1.0-r1) 01:48:06 #70 38.89 (5/5) Installing openssl (3.1.7-r0) 01:48:06 #70 38.93 Executing busybox-1.36.1-r7.trigger 01:48:06 #70 39.17 OK: 9 MiB in 20 packages 01:48:06 #70 ... 01:48:06 01:48:06 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:48:06 #83 DONE 18.3s 01:48:06 01:48:06 #92 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:48:06 #92 DONE 0.1s 01:48:06 01:48:06 #80 [core-data stage-1 3/8] RUN apk --no-cache upgrade 01:48:06 #80 19.97 OK: 8 MiB in 16 packages 01:48:07 #80 DONE 21.4s 01:48:07 01:48:07 #93 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 01:48:07 #0 5.244 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:48:07 #93 ... 01:48:07 01:48:07 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:48:07 #79 DONE 22.5s 01:48:07 01:48:07 #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:48:07 #0 6.135 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:48:07 #94 ... 01:48:07 01:48:07 #70 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:48:07 #70 DONE 40.8s 01:48:07 01:48:07 #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:48:07 #95 ... 01:48:07 01:48:07 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:48:07 #89 11.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:48:07 #89 20.03 OK: 13 MiB in 26 packages 01:48:07 #89 DONE 21.5s 01:48:08 01:48:08 #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:08 #96 ... 01:48:08 01:48:08 #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:48:08 #94 8.231 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:48:10 #94 ... 01:48:10 01:48:10 #91 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:48:10 #91 16.35 OK: 12 MiB in 18 packages 01:48:10 #91 DONE 17.1s 01:48:10 01:48:10 #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:48:10 #95 2.540 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 01:48:11 #95 3.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:48:11 #95 ... 01:48:11 01:48:11 #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:48:11 #94 11.38 OK: 8 MiB in 19 packages 01:48:11 #94 DONE 11.8s 01:48:12 01:48:12 #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:48:12 #97 ... 01:48:12 01:48:12 #93 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 01:48:12 #93 7.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 01:48:12 #93 10.04 OK: 8 MiB in 17 packages 01:48:12 #93 DONE 11.0s 01:48:12 01:48:12 #98 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:48:14 #98 ... 01:48:14 01:48:14 #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:48:14 #97 DONE 1.9s 01:48:14 01:48:14 #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:48:14 #99 DONE 0.3s 01:48:14 01:48:14 #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:48:14 #95 5.955 OK: 9 MiB in 20 packages 01:48:14 #95 DONE 6.4s 01:48:14 01:48:14 #100 [security-spire-config stage-2 6/10] COPY security.txt / 01:48:14 #100 DONE 0.4s 01:48:14 01:48:14 #101 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:48:14 #101 DONE 0.2s 01:48:14 01:48:14 #102 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:48:15 #102 DONE 0.2s 01:48:15 01:48:15 #103 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:48:15 #103 DONE 0.4s 01:48:15 01:48:15 #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:48:15 #104 ... 01:48:15 01:48:15 #98 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:48:15 #98 DONE 2.6s 01:48:15 01:48:15 #105 [security-spire-config] exporting to image 01:48:15 #105 exporting layers 01:48:15 #105 ... 01:48:15 01:48:15 #106 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:48:15 #106 DONE 1.5s 01:48:15 01:48:15 #107 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 01:48:15 #107 DONE 0.4s 01:48:15 01:48:15 #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:48:16 #108 ... 01:48:16 01:48:16 #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:48:16 #104 DONE 2.2s 01:48:16 01:48:16 #109 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:48:16 #109 DONE 0.2s 01:48:16 01:48:16 #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:16 #96 ... 01:48:16 01:48:16 #110 [security-spire-server stage-2 6/9] COPY security.txt / 01:48:16 #110 DONE 0.2s 01:48:16 01:48:16 #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:48:16 #111 DONE 0.2s 01:48:16 01:48:16 #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:48:16 #112 ... 01:48:16 01:48:16 #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:48:16 #108 DONE 1.4s 01:48:17 01:48:17 #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:48:17 #112 DONE 0.2s 01:48:17 01:48:17 #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:48:17 #113 ... 01:48:17 01:48:17 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:48:17 #114 DONE 0.3s 01:48:17 01:48:17 #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:48:17 #113 DONE 0.3s 01:48:17 01:48:17 #105 [security-spire-server] exporting to image 01:48:17 #105 ... 01:48:17 01:48:17 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 01:48:17 #115 DONE 0.4s 01:48:18 01:48:18 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:48:18 #116 DONE 0.2s 01:48:18 01:48:18 #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:18 #86 ... 01:48:18 01:48:18 #105 [security-spire-config] exporting to image 01:48:18 #105 exporting layers 2.7s done 01:48:18 #105 writing image sha256:da1ec30e5a2b474afd0ab5848307ae0df2d7545165ac2db18150fab5ccee88b8 done 01:48:18 #105 naming to docker.io/library/security-spire-config-arm64 0.0s done 01:48:18 #105 ... 01:48:18 01:48:18 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:48:18 #117 DONE 0.2s 01:48:18 01:48:18 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:48:18 #118 DONE 0.1s 01:48:18 01:48:18 #85 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:18 #85 ... 01:48:18 01:48:18 #105 [security-spire-agent] exporting to image 01:48:20 #105 exporting layers 2.3s done 01:48:20 #105 writing image sha256:6c37c04653aadca8ea4db127ec0a8b7b6468c053ccb49e9143776503196ad2dd done 01:48:20 #105 naming to docker.io/library/security-spire-server-arm64 done 01:48:20 #105 exporting layers 1.9s done 01:48:20 #105 writing image sha256:29df90e6b2a0aa2f7e8689be6cc6065b4c713b0b6e6bf8b6fb030014967d8a33 done 01:48:20 #105 naming to docker.io/library/security-spire-agent-arm64 done 01:48:20 #105 DONE 5.0s 01:48:20 01:48:20 #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:44 #151 ... 01:48:44 01:48:44 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:48:44 #148 DONE 167.9s 01:48:44 01:48:44 #159 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:48:46 #159 ... 01:48:46 01:48:46 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:48:46 #152 DONE 177.4s 01:48:46 01:48:46 #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 01:48:46 #156 DONE 177.5s 01:48:46 01:48:46 #160 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:48:46 #160 DONE 177.5s 01:48:46 01:48:46 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:48:46 #154 DONE 177.5s 01:48:46 01:48:46 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:48:46 #150 DONE 177.4s 01:48:46 01:48:46 #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:48:46 #161 ... 01:48:46 01:48:46 #159 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:48:46 #159 DONE 177.5s 01:48:46 01:48:46 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:48:46 #151 DONE 177.5s 01:48:46 01:48:46 #158 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:48:46 #158 DONE 177.6s 01:48:46 01:48:46 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:48:46 #153 DONE 177.7s 01:48:46 01:48:46 #162 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:48:46 #162 ... 01:48:46 01:48:46 #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:48:46 #149 DONE 178.0s 01:48:46 01:48:46 #157 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:48:46 #157 DONE 178.0s 01:48:47 01:48:47 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:48:47 #155 DONE 178.1s 01:48:47 01:48:47 #163 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:48:47 #163 ... 01:48:47 01:48:47 #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:48:47 #161 DONE 1.0s 01:48:47 01:48:47 #164 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:48:47 #164 DONE 1.0s 01:48:47 01:48:47 #165 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:48:47 #165 DONE 1.1s 01:48:47 01:48:47 #166 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:48:47 #166 DONE 1.0s 01:48:47 01:48:47 #167 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:48:47 #167 DONE 0.7s 01:48:47 01:48:47 #168 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:48:47 #168 DONE 0.7s 01:48:47 01:48:47 #163 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:48:47 #163 DONE 0.6s 01:48:47 01:48:47 #169 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:48:47 #169 DONE 0.6s 01:48:47 01:48:47 #162 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:48:47 #162 DONE 0.9s 01:48:47 01:48:47 #170 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:48:48 #170 ... 01:48:48 01:48:48 #171 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:48:48 #171 DONE 0.7s 01:48:48 01:48:48 #172 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:48:48 #172 DONE 0.7s 01:48:48 01:48:48 #173 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:48:48 #173 CACHED 01:48:48 01:48:48 #174 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:48:48 #174 CACHED 01:48:48 01:48:48 #175 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:48:48 #175 CACHED 01:48:48 01:48:48 #176 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:48:48 #176 CACHED 01:48:48 01:48:48 #177 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:48:48 #177 DONE 0.7s 01:48:48 01:48:48 #178 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:48:48 #178 CACHED 01:48:48 01:48:48 #179 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:48:48 #179 CACHED 01:48:48 01:48:48 #180 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:48:48 #180 CACHED 01:48:48 01:48:48 #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:48:48 #181 CACHED 01:48:48 01:48:48 #182 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:48:48 #182 DONE 0.7s 01:48:48 01:48:48 #183 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:48:48 #183 DONE 0.7s 01:48:48 01:48:48 #184 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:48:48 #184 DONE 0.7s 01:48:48 01:48:48 #170 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:48:48 #170 DONE 0.7s 01:48:48 01:48:48 #185 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:48:48 #185 DONE 0.7s 01:48:48 01:48:48 #186 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:48:50 #186 ... 01:48:50 01:48:50 #187 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 01:48:50 #187 DONE 1.8s 01:48:50 01:48:50 #188 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 01:48:50 #188 DONE 1.8s 01:48:50 01:48:50 #189 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:48:50 #189 DONE 1.9s 01:48:50 01:48:50 #190 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:48:50 #190 DONE 1.8s 01:48:50 01:48:50 #191 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 01:48:50 #191 ... 01:48:50 01:48:50 #192 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:48:50 #192 DONE 2.0s 01:48:50 01:48:50 #193 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:48:50 #193 DONE 2.1s 01:48:50 01:48:50 #194 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:48:50 #194 DONE 2.1s 01:48:50 01:48:50 #195 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:48:50 #195 DONE 2.1s 01:48:50 01:48:50 #196 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:48:50 #196 DONE 2.0s 01:48:50 01:48:50 #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:48:50 #197 DONE 2.1s 01:48:50 01:48:50 #186 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:48:50 #186 DONE 2.1s 01:48:50 01:48:50 #198 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 01:48:50 #198 DONE 3.0s 01:48:50 01:48:50 #199 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:48:50 #199 DONE 2.0s 01:48:50 01:48:50 #200 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:48:50 #200 ... 01:48:50 01:48:50 #201 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:48:50 #201 DONE 0.3s 01:48:50 01:48:50 #202 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:48:50 #202 DONE 0.6s 01:48:50 01:48:50 #203 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 01:48:50 #203 DONE 0.6s 01:48:50 01:48:50 #191 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 01:48:50 #191 DONE 0.6s 01:48:50 01:48:50 #204 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:48:50 #204 ... 01:48:50 01:48:50 #205 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 01:48:50 #205 DONE 0.4s 01:48:50 01:48:50 #206 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:48:50 #206 DONE 0.4s 01:48:50 01:48:50 #207 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 01:48:50 #207 DONE 0.5s 01:48:50 01:48:50 #208 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 01:48:50 #208 DONE 0.5s 01:48:50 01:48:50 #209 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:48:50 #209 DONE 0.5s 01:48:50 01:48:50 #210 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 01:48:50 #210 DONE 0.5s 01:48:50 01:48:50 #211 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 01:48:50 #211 DONE 0.5s 01:48:50 01:48:50 #93 [security-spiffe-token-provider] exporting to image 01:48:50 #93 exporting layers 01:48:50 #93 ... 01:48:50 01:48:50 #200 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:48:50 #200 DONE 0.5s 01:48:50 01:48:50 #212 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 01:48:50 #212 DONE 0.5s 01:48:50 01:48:50 #93 [support-notifications] exporting to image 01:48:50 #93 exporting layers 0.4s done 01:48:51 #93 ... 01:48:51 01:48:51 #204 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:48:51 #204 DONE 0.4s 01:48:51 01:48:51 #213 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:48:51 #213 DONE 0.4s 01:48:51 01:48:51 #214 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:48:51 #214 DONE 0.4s 01:48:51 01:48:51 #215 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:48:51 #215 DONE 0.4s 01:48:51 01:48:51 #93 [core-data] exporting to image 01:48:51 #93 ... 01:48:51 01:48:51 #216 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:48:51 #216 DONE 0.4s 01:48:51 01:48:51 #217 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 01:48:51 #217 DONE 0.3s 01:48:51 01:48:51 #93 [core-metadata] exporting to image 01:48:51 #93 exporting layers 0.6s done 01:48:51 #93 ... 01:48:51 01:48:51 #218 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:48:51 #218 DONE 0.2s 01:48:51 01:48:51 #93 [core-metadata] exporting to image 01:48:51 #93 writing image sha256:ac52ff16d704e4a477b7208a33e03dde205fdf4d56c5769d5818254a55979525 01:48:51 #93 writing image sha256:203cfb60c697706e2026ff3b78c891a19c562ce8debc8cb94efaa1cdbfa198ce 01:48:51 #93 writing image sha256:67ce4acb986454844817cc4dd25b0709740ee906c9654474472b8aa5845a6464 01:48:51 #93 writing image sha256:a4277126ab10349b65709b3c746dd2059ccdb9baab29cbed5d504e36a1af0f27 01:48:51 #93 ... 01:48:51 01:48:51 #219 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:48:51 #219 DONE 0.3s 01:48:51 01:48:51 #220 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:48:51 #220 DONE 0.3s 01:48:51 01:48:51 #93 [core-keeper] exporting to image 01:48:51 #93 writing image sha256:ac52ff16d704e4a477b7208a33e03dde205fdf4d56c5769d5818254a55979525 0.2s done 01:48:51 #93 writing image sha256:a4277126ab10349b65709b3c746dd2059ccdb9baab29cbed5d504e36a1af0f27 0.2s done 01:48:51 #93 naming to docker.io/library/core-keeper done 01:48:51 #93 naming to docker.io/library/support-scheduler 01:48:51 #93 exporting layers 0.8s done 01:48:51 #93 writing image sha256:203cfb60c697706e2026ff3b78c891a19c562ce8debc8cb94efaa1cdbfa198ce 0.2s done 01:48:51 #93 writing image sha256:67ce4acb986454844817cc4dd25b0709740ee906c9654474472b8aa5845a6464 0.2s done 01:48:51 #93 naming to docker.io/library/support-scheduler done 01:48:51 #93 naming to docker.io/library/core-command done 01:48:51 #93 naming to docker.io/library/support-cron-scheduler done 01:48:51 #93 exporting layers 0.7s done 01:48:51 #93 writing image sha256:27726c409633cf851f21fd3ce3733c60288ff6a714b8ae1100cf79138835e321 done 01:48:51 #93 writing image sha256:bb68215e67d556be2c91a2c84105c8091bb4ce46f545b3135a367d81a1d9e34d done 01:48:51 #93 writing image sha256:65aae442ceea5ce3b52aac56cd075f0cc6cf2e1b780a416703eca154733b8d40 done 01:48:51 #93 naming to docker.io/library/security-spiffe-token-provider done 01:48:51 #93 naming to docker.io/library/core-metadata done 01:48:51 #93 naming to docker.io/library/support-notifications done 01:48:51 #93 writing image sha256:1d2cce6457910ef24dfe9c440eecbcc8504d1b686644e04a048c165a717cb4c5 done 01:48:51 #93 naming to docker.io/library/core-data done 01:48:51 #93 DONE 2.6s 01:48:51 01:48:51 #221 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:48:51 #221 DONE 0.3s 01:48:51 01:48:51 #222 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:48:51 #222 DONE 0.3s 01:48:51 01:48:51 #223 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 01:48:51 #223 DONE 0.1s 01:48:51 01:48:51 #224 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:48:51 #224 DONE 0.1s 01:48:51 01:48:51 #225 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 01:48:51 #225 DONE 0.0s 01:48:51 01:48:51 #226 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:48:51 #226 DONE 0.8s 01:48:51 01:48:51 #93 [core-common-config-bootstrapper] exporting to image 01:48:52 #93 ... 01:48:52 01:48:52 #227 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 01:48:52 #227 DONE 0.1s 01:48:52 01:48:52 #228 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:48:52 #228 DONE 0.8s 01:48:52 01:48:52 #229 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:48:52 #229 DONE 1.0s 01:48:52 01:48:52 #230 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 01:48:52 #230 DONE 0.1s 01:48:52 01:48:52 #231 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:48:52 #231 DONE 0.1s 01:48:52 01:48:52 #93 [core-common-config-bootstrapper] exporting to image 01:48:52 #93 exporting layers 0.2s done 01:48:52 #93 writing image sha256:8c27909840abbe33c0e935bf8af2f27b3dba90b5dab88dc8ca72be02f9b68f0b done 01:48:52 #93 naming to docker.io/library/core-common-config-bootstrapper done 01:48:52 #93 exporting layers 0.2s done 01:48:52 #93 exporting layers 0.3s done 01:48:52 #93 writing image sha256:8b8d2d7018a0eb7384ca1ea728b9a009307d75c5417ba6a0a93ba8451048dbe9 0.0s done 01:48:52 #93 naming to docker.io/library/security-proxy-auth done 01:48:52 #93 writing image sha256:e8d72d202e5f0c8bb3081d31f0ebcfae01996f6fa389ce0093d97b91ce1dd9af done 01:48:52 #93 naming to docker.io/library/security-proxy-setup done 01:48:52 #93 DONE 3.0s 01:48:52 01:48:52 #232 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 01:48:52 #232 ... 01:48:52 01:48:52 #233 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:48:52 #233 DONE 0.6s 01:48:52 01:48:52 #93 [security-secretstore-setup] exporting to image 01:48:52 #93 exporting layers 0.2s done 01:48:52 #93 writing image sha256:f051ca5c9b5c99e8ff6334f0e1b7d039a19bae4f519f89e04f31de375680763e done 01:48:52 #93 naming to docker.io/library/security-secretstore-setup done 01:48:52 #93 DONE 3.2s 01:48:52 01:48:52 #232 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 01:48:52 #232 DONE 0.6s 01:48:52 01:48:52 #57 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:48:53 #57 ... 01:48:53 01:48:53 #93 [security-bootstrapper] exporting to image 01:48:53 #93 exporting layers 0.2s done 01:48:53 #93 writing image sha256:325c6baed5338ddf37d7c2484b5db72cf2434bdf061927ce0bac50f7acb182d3 done 01:48:53 #93 naming to docker.io/library/security-bootstrapper done 01:48:53 #93 DONE 3.4s 01:48:53 01:48:53 #57 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 01:48:53 time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:53 time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:53 time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:53 time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:53 time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:53 time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:53 time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:53 time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:53 time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:53 time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:53 time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:53 time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:53 time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:53 time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:53 time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:53 time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:48:53 $ docker stop --time=1 5ff08b7ac8df7ea304fd7a1451704e8bc2c124753e9c42f42d56dff748fbdfde 01:48:54 $ docker rm -f --volumes 5ff08b7ac8df7ea304fd7a1451704e8bc2c124753e9c42f42d56dff748fbdfde [Pipeline] // withDockerContainer [Pipeline] sh 01:48:54 + docker images 01:48:54 REPOSITORY TAG IMAGE ID CREATED SIZE 01:48:54 security-bootstrapper latest 325c6baed533 2 seconds ago 19MB 01:48:54 security-secretstore-setup latest f051ca5c9b5c 2 seconds ago 37MB 01:48:54 security-proxy-setup latest e8d72d202e5f 3 seconds ago 26.2MB 01:48:54 core-common-config-bootstrapper latest 8c27909840ab 3 seconds ago 15.2MB 01:48:54 security-proxy-auth latest 8b8d2d7018a0 3 seconds ago 33.1MB 01:48:54 security-spiffe-token-provider latest 27726c409633 4 seconds ago 28.9MB 01:48:54 core-keeper latest ac52ff16d704 4 seconds ago 39.6MB 01:48:54 support-cron-scheduler latest 67ce4acb9864 4 seconds ago 44.2MB 01:48:54 core-metadata latest bb68215e67d5 4 seconds ago 39.9MB 01:48:54 core-data latest 1d2cce645791 4 seconds ago 39.7MB 01:48:54 support-scheduler latest a4277126ab10 4 seconds ago 42MB 01:48:54 support-notifications latest 65aae442ceea 4 seconds ago 42.6MB 01:48:54 core-command latest 203cfb60c697 4 seconds ago 35.5MB 01:48:54 security-spire-agent latest 84cf736342c9 4 minutes ago 182MB 01:48:54 security-spire-server latest 2de786251244 4 minutes ago 121MB 01:48:54 security-spire-config latest f1092214f0c9 4 minutes ago 120MB 01:48:54 ci-base-image-x86_64 latest fbe5c3ad69cf 8 minutes ago 971MB 01:48:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 4 months ago 565MB 01:48:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 15 months ago 334MB 01:48:54 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 01:48:54 provisioning config files... 01:48:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/693@tmp/config13896570198559148371tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:48:55 ---> ****-login.sh 01:48:55 nexus3.edgexfoundry.org:10001 01:48:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:48:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:48:55 Configure a credential helper to remove this warning. See 01:48:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:48:55 01:48:55 Login Succeeded 01:48:55 nexus3.edgexfoundry.org:10002 01:48:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:48:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:48:55 Configure a credential helper to remove this warning. See 01:48:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:48:55 01:48:55 Login Succeeded 01:48:55 nexus3.edgexfoundry.org:10003 01:48:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:48:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:48:55 Configure a credential helper to remove this warning. See 01:48:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:48:55 01:48:55 Login Succeeded 01:48:55 nexus3.edgexfoundry.org:10004 01:48:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:48:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:48:55 Configure a credential helper to remove this warning. See 01:48:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:48:55 01:48:55 Login Succeeded 01:48:55 ****.io 01:48:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:48:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:48:55 Configure a credential helper to remove this warning. See 01:48:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:48:55 01:48:55 Login Succeeded 01:48:55 ---> ****-login.sh ends [Pipeline] } 01:48:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 01:48:55 [edgeXDocker.push] Tagging docker image core-command with the following tags: 01:48:55 31004d15d58f507a4eebe19040194a3f4f45cec1 01:48:55 latest 01:48:55 3.2.0-dev.72 01:48:55 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:48:55 main 01:48:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:56 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:56 + docker push nexus3.edgexfoundry.org:10004/core-command:31004d15d58f507a4eebe19040194a3f4f45cec1 01:48:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:48:56 f3cb260f396f: Preparing 01:48:56 4e29a2c7e467: Preparing 01:48:56 bb8d484368ec: Preparing 01:48:56 2f710eef30d3: Preparing 01:48:56 f191693e0840: Preparing 01:48:56 e273ee064f48: Preparing 01:48:56 d62a02444d39: Preparing 01:48:56 d62a02444d39: Waiting 01:48:56 e273ee064f48: Waiting 01:48:56 f3cb260f396f: Pushed 01:48:56 f191693e0840: Pushed 01:48:56 2f710eef30d3: Pushed 01:48:56 bb8d484368ec: Pushed 01:48:56 d62a02444d39: Layer already exists 01:48:56 e273ee064f48: Pushed 01:48:59 4e29a2c7e467: Pushed 01:48:59 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:f479517cad166aa07c5e272df7d67aba49a1a4ce9b457734cc0a2a47d470dd2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:00 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:00 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 01:49:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:49:00 f3cb260f396f: Preparing 01:49:00 4e29a2c7e467: Preparing 01:49:00 bb8d484368ec: Preparing 01:49:00 2f710eef30d3: Preparing 01:49:00 f191693e0840: Preparing 01:49:00 e273ee064f48: Preparing 01:49:00 d62a02444d39: Preparing 01:49:00 e273ee064f48: Waiting 01:49:00 f191693e0840: Layer already exists 01:49:00 4e29a2c7e467: Layer already exists 01:49:00 f3cb260f396f: Layer already exists 01:49:00 bb8d484368ec: Layer already exists 01:49:00 2f710eef30d3: Layer already exists 01:49:00 d62a02444d39: Layer already exists 01:49:00 e273ee064f48: Layer already exists 01:49:00 latest: digest: sha256:f479517cad166aa07c5e272df7d67aba49a1a4ce9b457734cc0a2a47d470dd2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:00 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:01 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.72 01:49:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:49:01 f3cb260f396f: Preparing 01:49:01 4e29a2c7e467: Preparing 01:49:01 bb8d484368ec: Preparing 01:49:01 2f710eef30d3: Preparing 01:49:01 f191693e0840: Preparing 01:49:01 e273ee064f48: Preparing 01:49:01 d62a02444d39: Preparing 01:49:01 e273ee064f48: Waiting 01:49:01 d62a02444d39: Waiting 01:49:01 f3cb260f396f: Layer already exists 01:49:01 4e29a2c7e467: Layer already exists 01:49:01 f191693e0840: Layer already exists 01:49:01 2f710eef30d3: Layer already exists 01:49:01 bb8d484368ec: Layer already exists 01:49:01 e273ee064f48: Layer already exists 01:49:01 d62a02444d39: Layer already exists 01:49:01 3.2.0-dev.72: digest: sha256:f479517cad166aa07c5e272df7d67aba49a1a4ce9b457734cc0a2a47d470dd2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:01 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:01 + docker push nexus3.edgexfoundry.org:10004/core-command:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:49:01 f3cb260f396f: Preparing 01:49:01 4e29a2c7e467: Preparing 01:49:01 bb8d484368ec: Preparing 01:49:01 2f710eef30d3: Preparing 01:49:01 f191693e0840: Preparing 01:49:01 e273ee064f48: Preparing 01:49:01 d62a02444d39: Preparing 01:49:01 e273ee064f48: Waiting 01:49:01 d62a02444d39: Waiting 01:49:01 2f710eef30d3: Layer already exists 01:49:01 f3cb260f396f: Layer already exists 01:49:01 4e29a2c7e467: Layer already exists 01:49:01 bb8d484368ec: Layer already exists 01:49:01 f191693e0840: Layer already exists 01:49:01 e273ee064f48: Layer already exists 01:49:01 d62a02444d39: Layer already exists 01:49:01 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:f479517cad166aa07c5e272df7d67aba49a1a4ce9b457734cc0a2a47d470dd2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:02 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:02 + docker push nexus3.edgexfoundry.org:10004/core-command:main 01:49:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:49:02 f3cb260f396f: Preparing 01:49:02 4e29a2c7e467: Preparing 01:49:02 bb8d484368ec: Preparing 01:49:02 2f710eef30d3: Preparing 01:49:02 f191693e0840: Preparing 01:49:02 e273ee064f48: Preparing 01:49:02 d62a02444d39: Preparing 01:49:02 e273ee064f48: Waiting 01:49:02 d62a02444d39: Waiting 01:49:02 4e29a2c7e467: Layer already exists 01:49:02 2f710eef30d3: Layer already exists 01:49:02 bb8d484368ec: Layer already exists 01:49:02 f191693e0840: Layer already exists 01:49:02 f3cb260f396f: Layer already exists 01:49:02 d62a02444d39: Layer already exists 01:49:02 e273ee064f48: Layer already exists 01:49:02 main: digest: sha256:f479517cad166aa07c5e272df7d67aba49a1a4ce9b457734cc0a2a47d470dd2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:02 ===================================================== [Pipeline] echo 01:49:02 taggedImages: 01:49:02 - nexus3.edgexfoundry.org:10004/core-command:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:02 - nexus3.edgexfoundry.org:10004/core-command:latest 01:49:02 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.72 01:49:02 - nexus3.edgexfoundry.org:10004/core-command:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:02 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 01:49:02 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 01:49:02 31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:02 latest 01:49:02 3.2.0-dev.72 01:49:02 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:02 main 01:49:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:02 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:49:03 58ba94d5d931: Preparing 01:49:03 88c1d7c36a2c: Preparing 01:49:03 e53222fa3abc: Preparing 01:49:03 bde2ffe0d738: Preparing 01:49:03 bb8d484368ec: Preparing 01:49:03 2f710eef30d3: Preparing 01:49:03 f191693e0840: Preparing 01:49:03 2f710eef30d3: Waiting 01:49:03 f191693e0840: Waiting 01:49:03 e273ee064f48: Preparing 01:49:03 d62a02444d39: Preparing 01:49:03 e273ee064f48: Waiting 01:49:03 bb8d484368ec: Layer already exists 01:49:03 2f710eef30d3: Layer already exists 01:49:03 f191693e0840: Layer already exists 01:49:03 e273ee064f48: Layer already exists 01:49:03 d62a02444d39: Layer already exists 01:49:03 88c1d7c36a2c: Pushed 01:49:03 e53222fa3abc: Pushed 01:49:03 58ba94d5d931: Pushed 01:49:04 bde2ffe0d738: Pushed 01:49:04 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:7be0ebac8d0843b6c171ab63658e87c6ff63c9d8b88bab423befa3bf599c5ee6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:04 + 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 01:49:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:49:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:49:04 58ba94d5d931: Preparing 01:49:04 88c1d7c36a2c: Preparing 01:49:04 e53222fa3abc: Preparing 01:49:04 bde2ffe0d738: Preparing 01:49:04 bb8d484368ec: Preparing 01:49:04 2f710eef30d3: Preparing 01:49:04 f191693e0840: Preparing 01:49:04 e273ee064f48: Preparing 01:49:04 d62a02444d39: Preparing 01:49:04 2f710eef30d3: Waiting 01:49:04 e273ee064f48: Waiting 01:49:04 f191693e0840: Waiting 01:49:04 bde2ffe0d738: Layer already exists 01:49:04 88c1d7c36a2c: Layer already exists 01:49:04 58ba94d5d931: Layer already exists 01:49:04 bb8d484368ec: Layer already exists 01:49:04 e53222fa3abc: Layer already exists 01:49:04 f191693e0840: Layer already exists 01:49:04 e273ee064f48: Layer already exists 01:49:04 d62a02444d39: Layer already exists 01:49:04 2f710eef30d3: Layer already exists 01:49:04 latest: digest: sha256:7be0ebac8d0843b6c171ab63658e87c6ff63c9d8b88bab423befa3bf599c5ee6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:05 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.72 01:49:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:49:05 58ba94d5d931: Preparing 01:49:05 88c1d7c36a2c: Preparing 01:49:05 e53222fa3abc: Preparing 01:49:05 bde2ffe0d738: Preparing 01:49:05 bb8d484368ec: Preparing 01:49:05 2f710eef30d3: Preparing 01:49:05 f191693e0840: Preparing 01:49:05 e273ee064f48: Preparing 01:49:05 d62a02444d39: Preparing 01:49:05 f191693e0840: Waiting 01:49:05 e273ee064f48: Waiting 01:49:05 d62a02444d39: Waiting 01:49:05 2f710eef30d3: Waiting 01:49:05 58ba94d5d931: Layer already exists 01:49:05 88c1d7c36a2c: Layer already exists 01:49:05 e53222fa3abc: Layer already exists 01:49:05 bb8d484368ec: Layer already exists 01:49:05 bde2ffe0d738: Layer already exists 01:49:05 2f710eef30d3: Layer already exists 01:49:05 f191693e0840: Layer already exists 01:49:05 d62a02444d39: Layer already exists 01:49:05 e273ee064f48: Layer already exists 01:49:05 3.2.0-dev.72: digest: sha256:7be0ebac8d0843b6c171ab63658e87c6ff63c9d8b88bab423befa3bf599c5ee6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:05 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:49:06 58ba94d5d931: Preparing 01:49:06 88c1d7c36a2c: Preparing 01:49:06 e53222fa3abc: Preparing 01:49:06 bde2ffe0d738: Preparing 01:49:06 bb8d484368ec: Preparing 01:49:06 2f710eef30d3: Preparing 01:49:06 f191693e0840: Preparing 01:49:06 e273ee064f48: Preparing 01:49:06 d62a02444d39: Preparing 01:49:06 2f710eef30d3: Waiting 01:49:06 f191693e0840: Waiting 01:49:06 e273ee064f48: Waiting 01:49:06 d62a02444d39: Waiting 01:49:06 bb8d484368ec: Layer already exists 01:49:06 bde2ffe0d738: Layer already exists 01:49:06 88c1d7c36a2c: Layer already exists 01:49:06 e53222fa3abc: Layer already exists 01:49:06 58ba94d5d931: Layer already exists 01:49:06 f191693e0840: Layer already exists 01:49:06 2f710eef30d3: Layer already exists 01:49:06 e273ee064f48: Layer already exists 01:49:06 d62a02444d39: Layer already exists 01:49:06 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:7be0ebac8d0843b6c171ab63658e87c6ff63c9d8b88bab423befa3bf599c5ee6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:06 + 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 01:49:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:49:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:49:06 58ba94d5d931: Preparing 01:49:06 88c1d7c36a2c: Preparing 01:49:06 e53222fa3abc: Preparing 01:49:06 bde2ffe0d738: Preparing 01:49:06 bb8d484368ec: Preparing 01:49:06 2f710eef30d3: Preparing 01:49:06 f191693e0840: Preparing 01:49:06 e273ee064f48: Preparing 01:49:06 d62a02444d39: Preparing 01:49:06 d62a02444d39: Waiting 01:49:06 f191693e0840: Waiting 01:49:06 e273ee064f48: Waiting 01:49:06 2f710eef30d3: Waiting 01:49:06 58ba94d5d931: Layer already exists 01:49:06 bde2ffe0d738: Layer already exists 01:49:06 88c1d7c36a2c: Layer already exists 01:49:06 e53222fa3abc: Layer already exists 01:49:06 bb8d484368ec: Layer already exists 01:49:06 f191693e0840: Layer already exists 01:49:06 2f710eef30d3: Layer already exists 01:49:06 e273ee064f48: Layer already exists 01:49:06 d62a02444d39: Layer already exists 01:49:06 main: digest: sha256:7be0ebac8d0843b6c171ab63658e87c6ff63c9d8b88bab423befa3bf599c5ee6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:06 ===================================================== [Pipeline] echo 01:49:06 taggedImages: 01:49:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:49:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.72 01:49:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 01:49:06 [edgeXDocker.push] Tagging docker image core-data with the following tags: 01:49:06 31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:06 latest 01:49:06 3.2.0-dev.72 01:49:06 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:06 main 01:49:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:07 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:07 + docker push nexus3.edgexfoundry.org:10004/core-data:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:49:07 09fa1a7000c3: Preparing 01:49:07 5094c0e98f35: Preparing 01:49:07 070345c7da96: Preparing 01:49:07 bb8d484368ec: Preparing 01:49:07 2f710eef30d3: Preparing 01:49:07 e5952922f18a: Preparing 01:49:07 4f752751963c: Preparing 01:49:07 d62a02444d39: Preparing 01:49:07 d62a02444d39: Waiting 01:49:07 4f752751963c: Waiting 01:49:07 bb8d484368ec: Layer already exists 01:49:07 2f710eef30d3: Layer already exists 01:49:07 09fa1a7000c3: Pushed 01:49:07 d62a02444d39: Layer already exists 01:49:07 4f752751963c: Pushed 01:49:07 5094c0e98f35: Pushed 01:49:07 e5952922f18a: Pushed 01:49:10 070345c7da96: Pushed 01:49:10 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:4ed59186b973d08d0fbf950f122bce2a7f89e5d3bdab1430ebafe19979df54be size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:11 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:11 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 01:49:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:49:11 09fa1a7000c3: Preparing 01:49:11 5094c0e98f35: Preparing 01:49:11 070345c7da96: Preparing 01:49:11 bb8d484368ec: Preparing 01:49:11 2f710eef30d3: Preparing 01:49:11 e5952922f18a: Preparing 01:49:11 4f752751963c: Preparing 01:49:11 d62a02444d39: Preparing 01:49:11 e5952922f18a: Waiting 01:49:11 4f752751963c: Waiting 01:49:11 d62a02444d39: Waiting 01:49:11 09fa1a7000c3: Layer already exists 01:49:11 2f710eef30d3: Layer already exists 01:49:11 070345c7da96: Layer already exists 01:49:11 bb8d484368ec: Layer already exists 01:49:11 5094c0e98f35: Layer already exists 01:49:11 e5952922f18a: Layer already exists 01:49:11 4f752751963c: Layer already exists 01:49:11 d62a02444d39: Layer already exists 01:49:11 latest: digest: sha256:4ed59186b973d08d0fbf950f122bce2a7f89e5d3bdab1430ebafe19979df54be size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:11 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:12 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.72 01:49:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:49:12 09fa1a7000c3: Preparing 01:49:12 5094c0e98f35: Preparing 01:49:12 070345c7da96: Preparing 01:49:12 bb8d484368ec: Preparing 01:49:12 2f710eef30d3: Preparing 01:49:12 e5952922f18a: Preparing 01:49:12 4f752751963c: Preparing 01:49:12 d62a02444d39: Preparing 01:49:12 e5952922f18a: Waiting 01:49:12 4f752751963c: Waiting 01:49:12 d62a02444d39: Waiting 01:49:12 070345c7da96: Layer already exists 01:49:12 bb8d484368ec: Layer already exists 01:49:12 2f710eef30d3: Layer already exists 01:49:12 09fa1a7000c3: Layer already exists 01:49:12 5094c0e98f35: Layer already exists 01:49:12 4f752751963c: Layer already exists 01:49:12 e5952922f18a: Layer already exists 01:49:12 d62a02444d39: Layer already exists 01:49:12 3.2.0-dev.72: digest: sha256:4ed59186b973d08d0fbf950f122bce2a7f89e5d3bdab1430ebafe19979df54be size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:12 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:12 + docker push nexus3.edgexfoundry.org:10004/core-data:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:49:12 09fa1a7000c3: Preparing 01:49:12 5094c0e98f35: Preparing 01:49:12 070345c7da96: Preparing 01:49:12 bb8d484368ec: Preparing 01:49:12 2f710eef30d3: Preparing 01:49:12 e5952922f18a: Preparing 01:49:12 4f752751963c: Preparing 01:49:12 d62a02444d39: Preparing 01:49:12 e5952922f18a: Waiting 01:49:12 4f752751963c: Waiting 01:49:12 d62a02444d39: Waiting 01:49:12 09fa1a7000c3: Layer already exists 01:49:12 2f710eef30d3: Layer already exists 01:49:12 bb8d484368ec: Layer already exists 01:49:12 070345c7da96: Layer already exists 01:49:12 5094c0e98f35: Layer already exists 01:49:12 e5952922f18a: Layer already exists 01:49:12 d62a02444d39: Layer already exists 01:49:12 4f752751963c: Layer already exists 01:49:12 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:4ed59186b973d08d0fbf950f122bce2a7f89e5d3bdab1430ebafe19979df54be size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:13 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:13 + docker push nexus3.edgexfoundry.org:10004/core-data:main 01:49:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:49:13 09fa1a7000c3: Preparing 01:49:13 5094c0e98f35: Preparing 01:49:13 070345c7da96: Preparing 01:49:13 bb8d484368ec: Preparing 01:49:13 2f710eef30d3: Preparing 01:49:13 e5952922f18a: Preparing 01:49:13 4f752751963c: Preparing 01:49:13 d62a02444d39: Preparing 01:49:13 e5952922f18a: Waiting 01:49:13 4f752751963c: Waiting 01:49:13 d62a02444d39: Waiting 01:49:13 5094c0e98f35: Layer already exists 01:49:13 070345c7da96: Layer already exists 01:49:13 09fa1a7000c3: Layer already exists 01:49:13 2f710eef30d3: Layer already exists 01:49:13 bb8d484368ec: Layer already exists 01:49:13 e5952922f18a: Layer already exists 01:49:13 4f752751963c: Layer already exists 01:49:13 d62a02444d39: Layer already exists 01:49:13 main: digest: sha256:4ed59186b973d08d0fbf950f122bce2a7f89e5d3bdab1430ebafe19979df54be size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:13 ===================================================== [Pipeline] echo 01:49:13 taggedImages: 01:49:13 - nexus3.edgexfoundry.org:10004/core-data:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:13 - nexus3.edgexfoundry.org:10004/core-data:latest 01:49:13 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.72 01:49:13 - nexus3.edgexfoundry.org:10004/core-data:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:13 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 01:49:13 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 01:49:13 31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:13 latest 01:49:13 3.2.0-dev.72 01:49:13 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:13 main 01:49:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:13 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:14 + docker push nexus3.edgexfoundry.org:10004/core-keeper:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:49:14 e075217485c1: Preparing 01:49:14 e7161ddcd949: Preparing 01:49:14 2f710eef30d3: Preparing 01:49:14 abd74a605d48: Preparing 01:49:14 e4b8094f201f: Preparing 01:49:14 d62a02444d39: Preparing 01:49:14 d62a02444d39: Waiting 01:49:14 2f710eef30d3: Layer already exists 01:49:14 d62a02444d39: Layer already exists 01:49:14 e4b8094f201f: Pushed 01:49:14 abd74a605d48: Pushed 01:49:14 e075217485c1: Pushed 01:49:17 e7161ddcd949: Pushed 01:49:17 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:1e60a7b9134de553bc8245403676edbde3ff702ca67a477007eaffec229e92c6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:17 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:18 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 01:49:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:49:18 e075217485c1: Preparing 01:49:18 e7161ddcd949: Preparing 01:49:18 2f710eef30d3: Preparing 01:49:18 abd74a605d48: Preparing 01:49:18 e4b8094f201f: Preparing 01:49:18 d62a02444d39: Preparing 01:49:18 d62a02444d39: Waiting 01:49:18 abd74a605d48: Layer already exists 01:49:18 e4b8094f201f: Layer already exists 01:49:18 e7161ddcd949: Layer already exists 01:49:18 e075217485c1: Layer already exists 01:49:18 2f710eef30d3: Layer already exists 01:49:18 d62a02444d39: Layer already exists 01:49:18 latest: digest: sha256:1e60a7b9134de553bc8245403676edbde3ff702ca67a477007eaffec229e92c6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:18 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:18 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.72 01:49:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:49:18 e075217485c1: Preparing 01:49:18 e7161ddcd949: Preparing 01:49:18 2f710eef30d3: Preparing 01:49:18 abd74a605d48: Preparing 01:49:18 e4b8094f201f: Preparing 01:49:18 d62a02444d39: Preparing 01:49:18 d62a02444d39: Waiting 01:49:18 abd74a605d48: Layer already exists 01:49:18 e075217485c1: Layer already exists 01:49:18 e7161ddcd949: Layer already exists 01:49:18 e4b8094f201f: Layer already exists 01:49:18 2f710eef30d3: Layer already exists 01:49:18 d62a02444d39: Layer already exists 01:49:18 3.2.0-dev.72: digest: sha256:1e60a7b9134de553bc8245403676edbde3ff702ca67a477007eaffec229e92c6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:19 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:19 + docker push nexus3.edgexfoundry.org:10004/core-keeper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:49:19 e075217485c1: Preparing 01:49:19 e7161ddcd949: Preparing 01:49:19 2f710eef30d3: Preparing 01:49:19 abd74a605d48: Preparing 01:49:19 e4b8094f201f: Preparing 01:49:19 d62a02444d39: Preparing 01:49:19 d62a02444d39: Waiting 01:49:19 abd74a605d48: Layer already exists 01:49:19 2f710eef30d3: Layer already exists 01:49:19 e7161ddcd949: Layer already exists 01:49:19 e4b8094f201f: Layer already exists 01:49:19 e075217485c1: Layer already exists 01:49:19 d62a02444d39: Layer already exists 01:49:19 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:1e60a7b9134de553bc8245403676edbde3ff702ca67a477007eaffec229e92c6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:19 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:20 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 01:49:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:49:20 e075217485c1: Preparing 01:49:20 e7161ddcd949: Preparing 01:49:20 2f710eef30d3: Preparing 01:49:20 abd74a605d48: Preparing 01:49:20 e4b8094f201f: Preparing 01:49:20 d62a02444d39: Preparing 01:49:20 d62a02444d39: Waiting 01:49:20 e4b8094f201f: Layer already exists 01:49:20 e075217485c1: Layer already exists 01:49:20 2f710eef30d3: Layer already exists 01:49:20 abd74a605d48: Layer already exists 01:49:20 e7161ddcd949: Layer already exists 01:49:20 d62a02444d39: Layer already exists 01:49:20 main: digest: sha256:1e60a7b9134de553bc8245403676edbde3ff702ca67a477007eaffec229e92c6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:20 ===================================================== [Pipeline] echo 01:49:20 taggedImages: 01:49:20 - nexus3.edgexfoundry.org:10004/core-keeper:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:20 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:49:20 - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.72 01:49:20 - nexus3.edgexfoundry.org:10004/core-keeper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:20 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 01:49:20 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 01:49:20 31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:20 latest 01:49:20 3.2.0-dev.72 01:49:20 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:20 main 01:49:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:20 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:49:20 2f5ce9d361a5: Preparing 01:49:20 36ce88eaac8f: Preparing 01:49:20 4275b36558d0: Preparing 01:49:20 bb8d484368ec: Preparing 01:49:20 2f710eef30d3: Preparing 01:49:20 f191693e0840: Preparing 01:49:20 e273ee064f48: Preparing 01:49:20 d62a02444d39: Preparing 01:49:20 f191693e0840: Waiting 01:49:20 d62a02444d39: Waiting 01:49:20 bb8d484368ec: Layer already exists 01:49:20 2f710eef30d3: Layer already exists 01:49:20 f191693e0840: Layer already exists 01:49:20 e273ee064f48: Layer already exists 01:49:20 d62a02444d39: Layer already exists 01:49:20 36ce88eaac8f: Pushed 01:49:20 2f5ce9d361a5: Pushed 01:49:24 4275b36558d0: Pushed 01:49:24 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:b068c410961df7338845bdf73d3619394d8636d41e524e3a3ff095e5e2884b10 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:24 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 01:49:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:49:24 2f5ce9d361a5: Preparing 01:49:24 36ce88eaac8f: Preparing 01:49:24 4275b36558d0: Preparing 01:49:24 bb8d484368ec: Preparing 01:49:24 2f710eef30d3: Preparing 01:49:24 f191693e0840: Preparing 01:49:24 e273ee064f48: Preparing 01:49:24 d62a02444d39: Preparing 01:49:24 d62a02444d39: Waiting 01:49:24 e273ee064f48: Waiting 01:49:24 f191693e0840: Waiting 01:49:24 2f710eef30d3: Layer already exists 01:49:24 36ce88eaac8f: Layer already exists 01:49:24 4275b36558d0: Layer already exists 01:49:24 bb8d484368ec: Layer already exists 01:49:24 2f5ce9d361a5: Layer already exists 01:49:24 f191693e0840: Layer already exists 01:49:24 e273ee064f48: Layer already exists 01:49:24 d62a02444d39: Layer already exists 01:49:24 latest: digest: sha256:b068c410961df7338845bdf73d3619394d8636d41e524e3a3ff095e5e2884b10 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:25 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:25 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.72 01:49:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:49:25 2f5ce9d361a5: Preparing 01:49:25 36ce88eaac8f: Preparing 01:49:25 4275b36558d0: Preparing 01:49:25 bb8d484368ec: Preparing 01:49:25 2f710eef30d3: Preparing 01:49:25 f191693e0840: Preparing 01:49:25 e273ee064f48: Preparing 01:49:25 d62a02444d39: Preparing 01:49:25 e273ee064f48: Waiting 01:49:25 d62a02444d39: Waiting 01:49:25 f191693e0840: Waiting 01:49:25 2f5ce9d361a5: Layer already exists 01:49:25 2f710eef30d3: Layer already exists 01:49:25 bb8d484368ec: Layer already exists 01:49:25 4275b36558d0: Layer already exists 01:49:25 36ce88eaac8f: Layer already exists 01:49:25 f191693e0840: Layer already exists 01:49:25 e273ee064f48: Layer already exists 01:49:25 d62a02444d39: Layer already exists 01:49:25 3.2.0-dev.72: digest: sha256:b068c410961df7338845bdf73d3619394d8636d41e524e3a3ff095e5e2884b10 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:25 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:26 + docker push nexus3.edgexfoundry.org:10004/core-metadata:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:49:26 2f5ce9d361a5: Preparing 01:49:26 36ce88eaac8f: Preparing 01:49:26 4275b36558d0: Preparing 01:49:26 bb8d484368ec: Preparing 01:49:26 2f710eef30d3: Preparing 01:49:26 f191693e0840: Preparing 01:49:26 e273ee064f48: Preparing 01:49:26 d62a02444d39: Preparing 01:49:26 e273ee064f48: Waiting 01:49:26 d62a02444d39: Waiting 01:49:26 f191693e0840: Waiting 01:49:26 bb8d484368ec: Layer already exists 01:49:26 2f710eef30d3: Layer already exists 01:49:26 2f5ce9d361a5: Layer already exists 01:49:26 4275b36558d0: Layer already exists 01:49:26 36ce88eaac8f: Layer already exists 01:49:26 f191693e0840: Layer already exists 01:49:26 d62a02444d39: Layer already exists 01:49:26 e273ee064f48: Layer already exists 01:49:26 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:b068c410961df7338845bdf73d3619394d8636d41e524e3a3ff095e5e2884b10 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:26 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:26 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 01:49:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:49:26 2f5ce9d361a5: Preparing 01:49:26 36ce88eaac8f: Preparing 01:49:26 4275b36558d0: Preparing 01:49:26 bb8d484368ec: Preparing 01:49:26 2f710eef30d3: Preparing 01:49:26 f191693e0840: Preparing 01:49:26 e273ee064f48: Preparing 01:49:26 d62a02444d39: Preparing 01:49:26 e273ee064f48: Waiting 01:49:26 f191693e0840: Waiting 01:49:26 d62a02444d39: Waiting 01:49:26 2f710eef30d3: Layer already exists 01:49:26 2f5ce9d361a5: Layer already exists 01:49:26 4275b36558d0: Layer already exists 01:49:26 bb8d484368ec: Layer already exists 01:49:26 36ce88eaac8f: Layer already exists 01:49:26 f191693e0840: Layer already exists 01:49:26 e273ee064f48: Layer already exists 01:49:26 d62a02444d39: Layer already exists 01:49:26 main: digest: sha256:b068c410961df7338845bdf73d3619394d8636d41e524e3a3ff095e5e2884b10 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:26 ===================================================== [Pipeline] echo 01:49:26 taggedImages: 01:49:26 - nexus3.edgexfoundry.org:10004/core-metadata:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:26 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:49:26 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.72 01:49:26 - nexus3.edgexfoundry.org:10004/core-metadata:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:26 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 01:49:26 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 01:49:26 31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:26 latest 01:49:26 3.2.0-dev.72 01:49:26 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:26 main 01:49:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:27 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:49:27 c293f3aad7d1: Preparing 01:49:27 7f520634f7f0: Preparing 01:49:27 bd101f1328d5: Preparing 01:49:27 5bd160c43d4e: Preparing 01:49:27 e21b7b5f50b5: Preparing 01:49:27 9911d9fdb384: Preparing 01:49:27 e1e2cf8e4ba6: Preparing 01:49:27 d6dee8399ae7: Preparing 01:49:27 bb8d484368ec: Preparing 01:49:27 2f710eef30d3: Preparing 01:49:27 15804bdb98cc: Preparing 01:49:27 e53c5253e95b: Preparing 01:49:27 5f70bf18a086: Preparing 01:49:27 8d770b386099: Preparing 01:49:27 01861989da7b: Preparing 01:49:27 aa6f67bd1335: Preparing 01:49:27 d62a02444d39: Preparing 01:49:27 8d770b386099: Waiting 01:49:27 5f70bf18a086: Waiting 01:49:27 e53c5253e95b: Waiting 01:49:27 01861989da7b: Waiting 01:49:27 aa6f67bd1335: Waiting 01:49:27 e1e2cf8e4ba6: Waiting 01:49:27 d62a02444d39: Waiting 01:49:27 d6dee8399ae7: Waiting 01:49:27 bb8d484368ec: Waiting 01:49:27 2f710eef30d3: Waiting 01:49:27 15804bdb98cc: Waiting 01:49:27 bd101f1328d5: Pushed 01:49:27 7f520634f7f0: Pushed 01:49:27 5bd160c43d4e: Pushed 01:49:27 e21b7b5f50b5: Pushed 01:49:27 c293f3aad7d1: Pushed 01:49:27 bb8d484368ec: Layer already exists 01:49:27 9911d9fdb384: Pushed 01:49:27 2f710eef30d3: Layer already exists 01:49:27 5f70bf18a086: Layer already exists 01:49:27 e1e2cf8e4ba6: Pushed 01:49:27 15804bdb98cc: Pushed 01:49:27 e53c5253e95b: Pushed 01:49:27 8d770b386099: Pushed 01:49:27 d62a02444d39: Layer already exists 01:49:27 01861989da7b: Pushed 01:49:27 aa6f67bd1335: Pushed 01:49:28 #86 DONE 102.9s 01:49:28 01:49:28 #119 [support-notifications builder 6/7] COPY . . 01:49:28 #119 ... 01:49:28 01:49:28 #84 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:28 #84 DONE 104.9s 01:49:28 01:49:28 #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:28 #96 DONE 83.3s 01:49:28 01:49:28 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:28 #87 DONE 101.5s 01:49:28 01:49:28 #85 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:28 #85 DONE 104.5s 01:49:28 01:49:28 #120 [security-spiffe-token-provider builder 6/7] COPY . . 01:49:28 #120 ... 01:49:28 01:49:28 #119 [support-notifications builder 6/7] COPY . . 01:49:28 #119 DONE 1.6s 01:49:28 01:49:28 #121 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 01:49:28 #121 CACHED 01:49:28 01:49:28 #122 [support-cron-scheduler builder 6/7] COPY . . 01:49:28 #122 CACHED 01:49:28 01:49:28 #123 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:28 #123 CACHED 01:49:28 01:49:28 #124 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:28 #124 CACHED 01:49:28 01:49:28 #125 [security-bootstrapper builder 6/7] COPY . . 01:49:28 #125 CACHED 01:49:28 01:49:28 #126 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:49:28 #126 CACHED 01:49:28 01:49:28 #127 [security-proxy-auth builder 6/7] COPY . . 01:49:28 #127 CACHED 01:49:28 01:49:28 #128 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:28 #128 CACHED 01:49:28 01:49:28 #129 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:49:28 #129 CACHED 01:49:28 01:49:28 #130 [core-command builder 4/7] COPY go.mod vendor* ./ 01:49:28 #130 CACHED 01:49:28 01:49:28 #131 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:28 #131 CACHED 01:49:28 01:49:28 #132 [core-command builder 6/7] COPY . . 01:49:28 #132 CACHED 01:49:28 01:49:28 #133 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:49:28 #133 CACHED 01:49:28 01:49:28 #134 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:28 #134 CACHED 01:49:28 01:49:28 #135 [core-metadata builder 6/7] COPY . . 01:49:28 #135 CACHED 01:49:28 01:49:28 #136 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:28 #136 CACHED 01:49:28 01:49:28 #137 [security-proxy-setup builder 6/7] COPY . . 01:49:28 #137 CACHED 01:49:28 01:49:28 #138 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:49:28 #138 CACHED 01:49:28 01:49:28 #139 [core-data builder 6/7] COPY . . 01:49:28 #139 CACHED 01:49:28 01:49:28 #140 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:28 #140 CACHED 01:49:28 01:49:28 #141 [core-data builder 4/7] COPY go.mod vendor* ./ 01:49:28 #141 CACHED 01:49:28 01:49:28 #142 [security-secretstore-setup builder 6/7] COPY . . 01:49:28 #142 DONE 1.6s 01:49:28 01:49:28 #120 [security-spiffe-token-provider builder 6/7] COPY . . 01:49:28 #120 DONE 1.5s 01:49:28 01:49:28 #143 [support-scheduler builder 6/7] COPY . . 01:49:28 #143 CACHED 01:49:28 01:49:28 #144 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:28 #144 CACHED 01:49:28 01:49:28 #145 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:49:28 #145 CACHED 01:49:28 01:49:28 #146 [core-keeper builder 7/8] COPY . . 01:49:28 #146 DONE 1.7s 01:49:28 01:49:28 #147 [core-common-config-bootstrapper builder 6/7] COPY . . 01:49:28 #147 DONE 1.6s 01:49:28 01:49:28 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:49:29 d6dee8399ae7: Pushed 01:49:29 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:cf87684dbdc0c3598d3002103daaa9a4ab436864bc9d456486ce7c66d04c7011 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:29 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:49:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:49:29 c293f3aad7d1: Preparing 01:49:29 7f520634f7f0: Preparing 01:49:29 bd101f1328d5: Preparing 01:49:29 5bd160c43d4e: Preparing 01:49:29 e21b7b5f50b5: Preparing 01:49:29 9911d9fdb384: Preparing 01:49:29 e1e2cf8e4ba6: Preparing 01:49:29 d6dee8399ae7: Preparing 01:49:29 bb8d484368ec: Preparing 01:49:29 2f710eef30d3: Preparing 01:49:29 15804bdb98cc: Preparing 01:49:29 e53c5253e95b: Preparing 01:49:29 5f70bf18a086: Preparing 01:49:29 e1e2cf8e4ba6: Waiting 01:49:29 d6dee8399ae7: Waiting 01:49:29 bb8d484368ec: Waiting 01:49:29 2f710eef30d3: Waiting 01:49:29 15804bdb98cc: Waiting 01:49:29 e53c5253e95b: Waiting 01:49:29 5f70bf18a086: Waiting 01:49:29 9911d9fdb384: Waiting 01:49:29 8d770b386099: Preparing 01:49:29 01861989da7b: Preparing 01:49:29 01861989da7b: Waiting 01:49:29 aa6f67bd1335: Preparing 01:49:29 d62a02444d39: Preparing 01:49:29 aa6f67bd1335: Waiting 01:49:29 d62a02444d39: Waiting 01:49:29 e21b7b5f50b5: Layer already exists 01:49:29 7f520634f7f0: Layer already exists 01:49:29 c293f3aad7d1: Layer already exists 01:49:29 bd101f1328d5: Layer already exists 01:49:29 5bd160c43d4e: Layer already exists 01:49:29 bb8d484368ec: Layer already exists 01:49:29 9911d9fdb384: Layer already exists 01:49:29 2f710eef30d3: Layer already exists 01:49:29 e1e2cf8e4ba6: Layer already exists 01:49:29 d6dee8399ae7: Layer already exists 01:49:29 15804bdb98cc: Layer already exists 01:49:29 e53c5253e95b: Layer already exists 01:49:29 01861989da7b: Layer already exists 01:49:29 5f70bf18a086: Layer already exists 01:49:29 8d770b386099: Layer already exists 01:49:29 aa6f67bd1335: Layer already exists 01:49:29 d62a02444d39: Layer already exists 01:49:30 latest: digest: sha256:cf87684dbdc0c3598d3002103daaa9a4ab436864bc9d456486ce7c66d04c7011 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:30 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.72 01:49:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:49:30 c293f3aad7d1: Preparing 01:49:30 7f520634f7f0: Preparing 01:49:30 bd101f1328d5: Preparing 01:49:30 5bd160c43d4e: Preparing 01:49:30 e21b7b5f50b5: Preparing 01:49:30 9911d9fdb384: Preparing 01:49:30 e1e2cf8e4ba6: Preparing 01:49:30 d6dee8399ae7: Preparing 01:49:30 bb8d484368ec: Preparing 01:49:30 2f710eef30d3: Preparing 01:49:30 15804bdb98cc: Preparing 01:49:30 e53c5253e95b: Preparing 01:49:30 5f70bf18a086: Preparing 01:49:30 8d770b386099: Preparing 01:49:30 01861989da7b: Preparing 01:49:30 9911d9fdb384: Waiting 01:49:30 aa6f67bd1335: Preparing 01:49:30 e1e2cf8e4ba6: Waiting 01:49:30 d62a02444d39: Preparing 01:49:30 d6dee8399ae7: Waiting 01:49:30 bb8d484368ec: Waiting 01:49:30 2f710eef30d3: Waiting 01:49:30 8d770b386099: Waiting 01:49:30 15804bdb98cc: Waiting 01:49:30 01861989da7b: Waiting 01:49:30 e53c5253e95b: Waiting 01:49:30 aa6f67bd1335: Waiting 01:49:30 5f70bf18a086: Waiting 01:49:30 d62a02444d39: Waiting 01:49:30 c293f3aad7d1: Layer already exists 01:49:30 5bd160c43d4e: Layer already exists 01:49:30 e21b7b5f50b5: Layer already exists 01:49:30 bd101f1328d5: Layer already exists 01:49:30 7f520634f7f0: Layer already exists 01:49:30 9911d9fdb384: Layer already exists 01:49:30 e1e2cf8e4ba6: Layer already exists 01:49:30 bb8d484368ec: Layer already exists 01:49:30 2f710eef30d3: Layer already exists 01:49:30 d6dee8399ae7: Layer already exists 01:49:30 15804bdb98cc: Layer already exists 01:49:30 e53c5253e95b: Layer already exists 01:49:30 01861989da7b: Layer already exists 01:49:30 5f70bf18a086: Layer already exists 01:49:30 8d770b386099: Layer already exists 01:49:30 aa6f67bd1335: Layer already exists 01:49:30 d62a02444d39: Layer already exists 01:49:30 3.2.0-dev.72: digest: sha256:cf87684dbdc0c3598d3002103daaa9a4ab436864bc9d456486ce7c66d04c7011 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:30 #148 ... 01:49:30 01:49:30 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:49:30 #0 4.865 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:49:31 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:31 #149 ... 01:49:31 01:49:31 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:49:31 #0 5.643 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 01:49:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:49:31 c293f3aad7d1: Preparing 01:49:31 7f520634f7f0: Preparing 01:49:31 bd101f1328d5: Preparing 01:49:31 5bd160c43d4e: Preparing 01:49:31 e21b7b5f50b5: Preparing 01:49:31 9911d9fdb384: Preparing 01:49:31 e1e2cf8e4ba6: Preparing 01:49:31 d6dee8399ae7: Preparing 01:49:31 bb8d484368ec: Preparing 01:49:31 2f710eef30d3: Preparing 01:49:31 15804bdb98cc: Preparing 01:49:31 e53c5253e95b: Preparing 01:49:31 5f70bf18a086: Preparing 01:49:31 8d770b386099: Preparing 01:49:31 01861989da7b: Preparing 01:49:31 aa6f67bd1335: Preparing 01:49:31 d62a02444d39: Preparing 01:49:31 9911d9fdb384: Waiting 01:49:31 e1e2cf8e4ba6: Waiting 01:49:31 d6dee8399ae7: Waiting 01:49:31 bb8d484368ec: Waiting 01:49:31 e53c5253e95b: Waiting 01:49:31 2f710eef30d3: Waiting 01:49:31 15804bdb98cc: Waiting 01:49:31 aa6f67bd1335: Waiting 01:49:31 d62a02444d39: Waiting 01:49:31 8d770b386099: Waiting 01:49:31 5f70bf18a086: Waiting 01:49:31 7f520634f7f0: Layer already exists 01:49:31 e21b7b5f50b5: Layer already exists 01:49:31 bd101f1328d5: Layer already exists 01:49:31 c293f3aad7d1: Layer already exists 01:49:31 5bd160c43d4e: Layer already exists 01:49:31 bb8d484368ec: Layer already exists 01:49:31 e1e2cf8e4ba6: Layer already exists 01:49:31 9911d9fdb384: Layer already exists 01:49:31 d6dee8399ae7: Layer already exists 01:49:31 2f710eef30d3: Layer already exists 01:49:31 5f70bf18a086: Layer already exists 01:49:31 8d770b386099: Layer already exists 01:49:31 15804bdb98cc: Layer already exists 01:49:31 e53c5253e95b: Layer already exists 01:49:31 01861989da7b: Layer already exists 01:49:31 aa6f67bd1335: Layer already exists 01:49:31 d62a02444d39: Layer already exists 01:49:31 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:cf87684dbdc0c3598d3002103daaa9a4ab436864bc9d456486ce7c66d04c7011 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:31 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv 01:49:31 #150 ... 01:49:31 01:49:31 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:49:31 #0 6.285 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:49:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:49:32 c293f3aad7d1: Preparing 01:49:32 7f520634f7f0: Preparing 01:49:32 bd101f1328d5: Preparing 01:49:32 5bd160c43d4e: Preparing 01:49:32 e21b7b5f50b5: Preparing 01:49:32 9911d9fdb384: Preparing 01:49:32 e1e2cf8e4ba6: Preparing 01:49:32 d6dee8399ae7: Preparing 01:49:32 bb8d484368ec: Preparing 01:49:32 2f710eef30d3: Preparing 01:49:32 15804bdb98cc: Preparing 01:49:32 e53c5253e95b: Preparing 01:49:32 5f70bf18a086: Preparing 01:49:32 8d770b386099: Preparing 01:49:32 01861989da7b: Preparing 01:49:32 aa6f67bd1335: Preparing 01:49:32 d62a02444d39: Preparing 01:49:32 9911d9fdb384: Waiting 01:49:32 e1e2cf8e4ba6: Waiting 01:49:32 d6dee8399ae7: Waiting 01:49:32 bb8d484368ec: Waiting 01:49:32 01861989da7b: Waiting 01:49:32 aa6f67bd1335: Waiting 01:49:32 2f710eef30d3: Waiting 01:49:32 e53c5253e95b: Waiting 01:49:32 d62a02444d39: Waiting 01:49:32 15804bdb98cc: Waiting 01:49:32 5f70bf18a086: Waiting 01:49:32 8d770b386099: Waiting 01:49:32 bd101f1328d5: Layer already exists 01:49:32 5bd160c43d4e: Layer already exists 01:49:32 e21b7b5f50b5: Layer already exists 01:49:32 c293f3aad7d1: Layer already exists 01:49:32 7f520634f7f0: Layer already exists 01:49:32 9911d9fdb384: Layer already exists 01:49:32 e1e2cf8e4ba6: Layer already exists 01:49:32 d6dee8399ae7: Layer already exists 01:49:32 bb8d484368ec: Layer already exists 01:49:32 2f710eef30d3: Layer already exists 01:49:32 15804bdb98cc: Layer already exists 01:49:32 e53c5253e95b: Layer already exists 01:49:32 5f70bf18a086: Layer already exists 01:49:32 8d770b386099: Layer already exists 01:49:32 01861989da7b: Layer already exists 01:49:32 aa6f67bd1335: Layer already exists 01:49:32 d62a02444d39: Layer already exists 01:49:32 main: digest: sha256:cf87684dbdc0c3598d3002103daaa9a4ab436864bc9d456486ce7c66d04c7011 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:32 ===================================================== [Pipeline] echo 01:49:32 taggedImages: 01:49:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:49:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.72 01:49:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 01:49:32 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 01:49:32 31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:32 latest 01:49:32 3.2.0-dev.72 01:49:32 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:32 main 01:49:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:32 #151 ... 01:49:32 01:49:32 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:49:32 #148 6.984 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:49:32 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:49:33 58ba94d5d931: Preparing 01:49:33 88c1d7c36a2c: Preparing 01:49:33 18082d6b38ea: Preparing 01:49:33 3cf10ad46a0d: Preparing 01:49:33 bb8d484368ec: Preparing 01:49:33 2f710eef30d3: Preparing 01:49:33 f191693e0840: Preparing 01:49:33 e273ee064f48: Preparing 01:49:33 d62a02444d39: Preparing 01:49:33 d62a02444d39: Waiting 01:49:33 f191693e0840: Waiting 01:49:33 e273ee064f48: Waiting 01:49:33 bb8d484368ec: Layer already exists 01:49:33 58ba94d5d931: Layer already exists 01:49:33 88c1d7c36a2c: Layer already exists 01:49:33 2f710eef30d3: Layer already exists 01:49:33 f191693e0840: Layer already exists 01:49:33 e273ee064f48: Layer already exists 01:49:33 d62a02444d39: Layer already exists 01:49:33 18082d6b38ea: Pushed 01:49:35 3cf10ad46a0d: Pushed 01:49:35 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:1e6dc83f026fc3518a8f274bead35c38865205b73805a91af476330b6704b4f3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:35 #148 ... 01:49:35 01:49:35 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:49:35 #0 6.932 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:49:35 #152 ... 01:49:35 01:49:35 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:49:35 #0 6.272 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:49:35 #153 ... 01:49:35 01:49:35 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:49:35 #0 6.083 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:49:35 #154 ... 01:49:35 01:49:35 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:49:35 #0 6.395 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:49:36 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv 01:49:36 #155 ... 01:49:36 01:49:36 #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:49:36 #0 6.979 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:49:36 #156 ... 01:49:36 01:49:36 #157 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:49:36 #0 6.593 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:36 #157 ... 01:49:36 01:49:36 #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 01:49:36 #0 5.631 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 01:49:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:49:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:49:36 58ba94d5d931: Preparing 01:49:36 88c1d7c36a2c: Preparing 01:49:36 18082d6b38ea: Preparing 01:49:36 3cf10ad46a0d: Preparing 01:49:36 bb8d484368ec: Preparing 01:49:36 2f710eef30d3: Preparing 01:49:36 f191693e0840: Preparing 01:49:36 e273ee064f48: Preparing 01:49:36 d62a02444d39: Preparing 01:49:36 2f710eef30d3: Waiting 01:49:36 f191693e0840: Waiting 01:49:36 e273ee064f48: Waiting 01:49:36 d62a02444d39: Waiting 01:49:36 88c1d7c36a2c: Layer already exists 01:49:36 3cf10ad46a0d: Layer already exists 01:49:36 bb8d484368ec: Layer already exists 01:49:36 18082d6b38ea: Layer already exists 01:49:36 58ba94d5d931: Layer already exists 01:49:36 2f710eef30d3: Layer already exists 01:49:36 e273ee064f48: Layer already exists 01:49:36 f191693e0840: Layer already exists 01:49:36 d62a02444d39: Layer already exists 01:49:36 latest: digest: sha256:1e6dc83f026fc3518a8f274bead35c38865205b73805a91af476330b6704b4f3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:36 #158 ... 01:49:36 01:49:36 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:49:36 #0 5.480 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 01:49:36 #159 ... 01:49:36 01:49:36 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:49:36 #0 7.047 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:49:36 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.72 01:49:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:49:36 58ba94d5d931: Preparing 01:49:36 88c1d7c36a2c: Preparing 01:49:36 18082d6b38ea: Preparing 01:49:36 3cf10ad46a0d: Preparing 01:49:36 bb8d484368ec: Preparing 01:49:36 2f710eef30d3: Preparing 01:49:36 f191693e0840: Preparing 01:49:36 2f710eef30d3: Waiting 01:49:36 e273ee064f48: Preparing 01:49:36 f191693e0840: Waiting 01:49:36 d62a02444d39: Preparing 01:49:36 e273ee064f48: Waiting 01:49:36 d62a02444d39: Waiting 01:49:36 3cf10ad46a0d: Layer already exists 01:49:36 18082d6b38ea: Layer already exists 01:49:36 bb8d484368ec: Layer already exists 01:49:36 88c1d7c36a2c: Layer already exists 01:49:36 58ba94d5d931: Layer already exists 01:49:36 2f710eef30d3: Layer already exists 01:49:36 f191693e0840: Layer already exists 01:49:36 d62a02444d39: Layer already exists 01:49:36 e273ee064f48: Layer already exists 01:49:36 3.2.0-dev.72: digest: sha256:1e6dc83f026fc3518a8f274bead35c38865205b73805a91af476330b6704b4f3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:37 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:49:37 58ba94d5d931: Preparing 01:49:37 88c1d7c36a2c: Preparing 01:49:37 18082d6b38ea: Preparing 01:49:37 3cf10ad46a0d: Preparing 01:49:37 bb8d484368ec: Preparing 01:49:37 2f710eef30d3: Preparing 01:49:37 f191693e0840: Preparing 01:49:37 e273ee064f48: Preparing 01:49:37 d62a02444d39: Preparing 01:49:37 2f710eef30d3: Waiting 01:49:37 d62a02444d39: Waiting 01:49:37 f191693e0840: Waiting 01:49:37 e273ee064f48: Waiting 01:49:37 18082d6b38ea: Layer already exists 01:49:37 88c1d7c36a2c: Layer already exists 01:49:37 58ba94d5d931: Layer already exists 01:49:37 3cf10ad46a0d: Layer already exists 01:49:37 bb8d484368ec: Layer already exists 01:49:37 f191693e0840: Layer already exists 01:49:37 2f710eef30d3: Layer already exists 01:49:37 e273ee064f48: Layer already exists 01:49:37 d62a02444d39: Layer already exists 01:49:37 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:1e6dc83f026fc3518a8f274bead35c38865205b73805a91af476330b6704b4f3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:37 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:49:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:49:38 58ba94d5d931: Preparing 01:49:38 88c1d7c36a2c: Preparing 01:49:38 18082d6b38ea: Preparing 01:49:38 3cf10ad46a0d: Preparing 01:49:38 bb8d484368ec: Preparing 01:49:38 2f710eef30d3: Preparing 01:49:38 f191693e0840: Preparing 01:49:38 e273ee064f48: Preparing 01:49:38 d62a02444d39: Preparing 01:49:38 2f710eef30d3: Waiting 01:49:38 f191693e0840: Waiting 01:49:38 e273ee064f48: Waiting 01:49:38 d62a02444d39: Waiting 01:49:38 3cf10ad46a0d: Layer already exists 01:49:38 18082d6b38ea: Layer already exists 01:49:38 88c1d7c36a2c: Layer already exists 01:49:38 bb8d484368ec: Layer already exists 01:49:38 58ba94d5d931: Layer already exists 01:49:38 f191693e0840: Layer already exists 01:49:38 2f710eef30d3: Layer already exists 01:49:38 d62a02444d39: Layer already exists 01:49:38 e273ee064f48: Layer already exists 01:49:38 main: digest: sha256:1e6dc83f026fc3518a8f274bead35c38865205b73805a91af476330b6704b4f3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:38 ===================================================== [Pipeline] echo 01:49:38 taggedImages: 01:49:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:49:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.72 01:49:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 01:49:38 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 01:49:38 31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:38 latest 01:49:38 3.2.0-dev.72 01:49:38 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:38 main 01:49:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:38 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:49:39 2d96ea7e7412: Preparing 01:49:39 c06ddd3ada87: Preparing 01:49:39 24a29f711737: Preparing 01:49:39 91496f8ffc42: Preparing 01:49:39 cbf954972393: Preparing 01:49:39 bb8d484368ec: Preparing 01:49:39 2f710eef30d3: Preparing 01:49:39 e102dd314907: Preparing 01:49:39 2102d332b6e9: Preparing 01:49:39 5e56dca81216: Preparing 01:49:39 d62a02444d39: Preparing 01:49:39 bb8d484368ec: Waiting 01:49:39 2f710eef30d3: Waiting 01:49:39 e102dd314907: Waiting 01:49:39 2102d332b6e9: Waiting 01:49:39 d62a02444d39: Waiting 01:49:39 5e56dca81216: Waiting 01:49:39 cbf954972393: Pushed 01:49:39 c06ddd3ada87: Pushed 01:49:39 91496f8ffc42: Pushed 01:49:39 2d96ea7e7412: Pushed 01:49:39 bb8d484368ec: Layer already exists 01:49:39 2f710eef30d3: Layer already exists 01:49:39 d62a02444d39: Layer already exists 01:49:39 e102dd314907: Pushed 01:49:39 2102d332b6e9: Pushed 01:49:39 24a29f711737: Pushed 01:49:40 5e56dca81216: Pushed 01:49:40 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:da0ba019408a5626c4292fe73de0a86a2e5eb1bd794f360a5498c72fdf2f6516 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:40 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:49:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:49:41 2d96ea7e7412: Preparing 01:49:41 c06ddd3ada87: Preparing 01:49:41 24a29f711737: Preparing 01:49:41 91496f8ffc42: Preparing 01:49:41 cbf954972393: Preparing 01:49:41 bb8d484368ec: Preparing 01:49:41 2f710eef30d3: Preparing 01:49:41 e102dd314907: Preparing 01:49:41 bb8d484368ec: Waiting 01:49:41 2f710eef30d3: Waiting 01:49:41 2102d332b6e9: Preparing 01:49:41 e102dd314907: Waiting 01:49:41 2102d332b6e9: Waiting 01:49:41 5e56dca81216: Preparing 01:49:41 d62a02444d39: Preparing 01:49:41 5e56dca81216: Waiting 01:49:41 d62a02444d39: Waiting 01:49:41 24a29f711737: Layer already exists 01:49:41 2d96ea7e7412: Layer already exists 01:49:41 c06ddd3ada87: Layer already exists 01:49:41 91496f8ffc42: Layer already exists 01:49:41 cbf954972393: Layer already exists 01:49:41 2f710eef30d3: Layer already exists 01:49:41 5e56dca81216: Layer already exists 01:49:41 e102dd314907: Layer already exists 01:49:41 2102d332b6e9: Layer already exists 01:49:41 bb8d484368ec: Layer already exists 01:49:41 d62a02444d39: Layer already exists 01:49:41 latest: digest: sha256:da0ba019408a5626c4292fe73de0a86a2e5eb1bd794f360a5498c72fdf2f6516 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:41 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.72 01:49:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:49:41 2d96ea7e7412: Preparing 01:49:41 c06ddd3ada87: Preparing 01:49:41 24a29f711737: Preparing 01:49:41 91496f8ffc42: Preparing 01:49:41 cbf954972393: Preparing 01:49:41 bb8d484368ec: Preparing 01:49:41 2f710eef30d3: Preparing 01:49:41 e102dd314907: Preparing 01:49:41 2102d332b6e9: Preparing 01:49:41 5e56dca81216: Preparing 01:49:41 d62a02444d39: Preparing 01:49:41 2102d332b6e9: Waiting 01:49:41 bb8d484368ec: Waiting 01:49:41 5e56dca81216: Waiting 01:49:41 2f710eef30d3: Waiting 01:49:41 e102dd314907: Waiting 01:49:41 d62a02444d39: Waiting 01:49:41 2d96ea7e7412: Layer already exists 01:49:41 24a29f711737: Layer already exists 01:49:41 c06ddd3ada87: Layer already exists 01:49:41 91496f8ffc42: Layer already exists 01:49:41 cbf954972393: Layer already exists 01:49:41 bb8d484368ec: Layer already exists 01:49:41 2102d332b6e9: Layer already exists 01:49:41 2f710eef30d3: Layer already exists 01:49:41 5e56dca81216: Layer already exists 01:49:41 e102dd314907: Layer already exists 01:49:41 d62a02444d39: Layer already exists 01:49:41 3.2.0-dev.72: digest: sha256:da0ba019408a5626c4292fe73de0a86a2e5eb1bd794f360a5498c72fdf2f6516 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:42 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:49:42 2d96ea7e7412: Preparing 01:49:42 c06ddd3ada87: Preparing 01:49:42 24a29f711737: Preparing 01:49:42 91496f8ffc42: Preparing 01:49:42 cbf954972393: Preparing 01:49:42 bb8d484368ec: Preparing 01:49:42 2f710eef30d3: Preparing 01:49:42 e102dd314907: Preparing 01:49:42 2102d332b6e9: Preparing 01:49:42 5e56dca81216: Preparing 01:49:42 d62a02444d39: Preparing 01:49:42 e102dd314907: Waiting 01:49:42 2102d332b6e9: Waiting 01:49:42 5e56dca81216: Waiting 01:49:42 d62a02444d39: Waiting 01:49:42 bb8d484368ec: Waiting 01:49:42 2f710eef30d3: Waiting 01:49:42 24a29f711737: Layer already exists 01:49:42 cbf954972393: Layer already exists 01:49:42 2d96ea7e7412: Layer already exists 01:49:42 91496f8ffc42: Layer already exists 01:49:42 c06ddd3ada87: Layer already exists 01:49:42 2f710eef30d3: Layer already exists 01:49:42 e102dd314907: Layer already exists 01:49:42 2102d332b6e9: Layer already exists 01:49:42 bb8d484368ec: Layer already exists 01:49:42 5e56dca81216: Layer already exists 01:49:42 d62a02444d39: Layer already exists 01:49:42 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:da0ba019408a5626c4292fe73de0a86a2e5eb1bd794f360a5498c72fdf2f6516 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:42 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:49:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:49:43 2d96ea7e7412: Preparing 01:49:43 c06ddd3ada87: Preparing 01:49:43 24a29f711737: Preparing 01:49:43 91496f8ffc42: Preparing 01:49:43 cbf954972393: Preparing 01:49:43 bb8d484368ec: Preparing 01:49:43 2f710eef30d3: Preparing 01:49:43 e102dd314907: Preparing 01:49:43 2102d332b6e9: Preparing 01:49:43 5e56dca81216: Preparing 01:49:43 d62a02444d39: Preparing 01:49:43 2102d332b6e9: Waiting 01:49:43 bb8d484368ec: Waiting 01:49:43 d62a02444d39: Waiting 01:49:43 5e56dca81216: Waiting 01:49:43 e102dd314907: Waiting 01:49:43 2f710eef30d3: Waiting 01:49:43 c06ddd3ada87: Layer already exists 01:49:43 24a29f711737: Layer already exists 01:49:43 91496f8ffc42: Layer already exists 01:49:43 2d96ea7e7412: Layer already exists 01:49:43 cbf954972393: Layer already exists 01:49:43 e102dd314907: Layer already exists 01:49:43 bb8d484368ec: Layer already exists 01:49:43 2f710eef30d3: Layer already exists 01:49:43 2102d332b6e9: Layer already exists 01:49:43 5e56dca81216: Layer already exists 01:49:43 d62a02444d39: Layer already exists 01:49:43 main: digest: sha256:da0ba019408a5626c4292fe73de0a86a2e5eb1bd794f360a5498c72fdf2f6516 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:43 ===================================================== [Pipeline] echo 01:49:43 taggedImages: 01:49:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:49:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.72 01:49:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 01:49:43 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 01:49:43 31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:43 latest 01:49:43 3.2.0-dev.72 01:49:43 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:43 main 01:49:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:43 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:49:43 149912a0d62f: Preparing 01:49:43 9916a3801e93: Preparing 01:49:43 7d9594a2e204: Preparing 01:49:43 80fcee144d91: Preparing 01:49:43 07aba193ab6e: Preparing 01:49:43 5f7cbbf0e122: Preparing 01:49:43 78fd270a3cdf: Preparing 01:49:43 bb8d484368ec: Preparing 01:49:43 2f710eef30d3: Preparing 01:49:43 3de50a7c0f19: Preparing 01:49:43 78fd270a3cdf: Waiting 01:49:43 a050adb61f72: Preparing 01:49:43 3de50a7c0f19: Waiting 01:49:43 d62a02444d39: Preparing 01:49:43 a050adb61f72: Waiting 01:49:43 149912a0d62f: Pushed 01:49:43 9916a3801e93: Pushed 01:49:43 07aba193ab6e: Pushed 01:49:43 bb8d484368ec: Layer already exists 01:49:43 2f710eef30d3: Layer already exists 01:49:44 5f7cbbf0e122: Pushed 01:49:44 78fd270a3cdf: Pushed 01:49:44 3de50a7c0f19: Pushed 01:49:44 d62a02444d39: Layer already exists 01:49:44 80fcee144d91: Pushed 01:49:45 7d9594a2e204: Pushed 01:49:45 a050adb61f72: Pushed 01:49:45 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:fe142fb3d6a6caa88eb6a4df1bdb74bc25deaba0ce13ea22488abebc2a75a05a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:45 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:49:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:49:45 149912a0d62f: Preparing 01:49:45 9916a3801e93: Preparing 01:49:45 7d9594a2e204: Preparing 01:49:45 80fcee144d91: Preparing 01:49:45 07aba193ab6e: Preparing 01:49:45 5f7cbbf0e122: Preparing 01:49:45 78fd270a3cdf: Preparing 01:49:45 bb8d484368ec: Preparing 01:49:45 2f710eef30d3: Preparing 01:49:45 3de50a7c0f19: Preparing 01:49:45 a050adb61f72: Preparing 01:49:45 d62a02444d39: Preparing 01:49:45 2f710eef30d3: Waiting 01:49:45 3de50a7c0f19: Waiting 01:49:45 a050adb61f72: Waiting 01:49:45 78fd270a3cdf: Waiting 01:49:45 bb8d484368ec: Waiting 01:49:45 5f7cbbf0e122: Waiting 01:49:45 d62a02444d39: Waiting 01:49:45 149912a0d62f: Layer already exists 01:49:45 80fcee144d91: Layer already exists 01:49:45 7d9594a2e204: Layer already exists 01:49:45 07aba193ab6e: Layer already exists 01:49:45 9916a3801e93: Layer already exists 01:49:45 78fd270a3cdf: Layer already exists 01:49:45 5f7cbbf0e122: Layer already exists 01:49:45 2f710eef30d3: Layer already exists 01:49:45 3de50a7c0f19: Layer already exists 01:49:45 bb8d484368ec: Layer already exists 01:49:45 a050adb61f72: Layer already exists 01:49:45 d62a02444d39: Layer already exists 01:49:45 latest: digest: sha256:fe142fb3d6a6caa88eb6a4df1bdb74bc25deaba0ce13ea22488abebc2a75a05a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:46 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.72 01:49:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:49:46 149912a0d62f: Preparing 01:49:46 9916a3801e93: Preparing 01:49:46 7d9594a2e204: Preparing 01:49:46 80fcee144d91: Preparing 01:49:46 07aba193ab6e: Preparing 01:49:46 5f7cbbf0e122: Preparing 01:49:46 78fd270a3cdf: Preparing 01:49:46 bb8d484368ec: Preparing 01:49:46 2f710eef30d3: Preparing 01:49:46 3de50a7c0f19: Preparing 01:49:46 a050adb61f72: Preparing 01:49:46 d62a02444d39: Preparing 01:49:46 bb8d484368ec: Waiting 01:49:46 2f710eef30d3: Waiting 01:49:46 5f7cbbf0e122: Waiting 01:49:46 3de50a7c0f19: Waiting 01:49:46 a050adb61f72: Waiting 01:49:46 d62a02444d39: Waiting 01:49:46 78fd270a3cdf: Waiting 01:49:46 80fcee144d91: Layer already exists 01:49:46 7d9594a2e204: Layer already exists 01:49:46 07aba193ab6e: Layer already exists 01:49:46 149912a0d62f: Layer already exists 01:49:46 9916a3801e93: Layer already exists 01:49:46 78fd270a3cdf: Layer already exists 01:49:46 5f7cbbf0e122: Layer already exists 01:49:46 2f710eef30d3: Layer already exists 01:49:46 bb8d484368ec: Layer already exists 01:49:46 3de50a7c0f19: Layer already exists 01:49:46 a050adb61f72: Layer already exists 01:49:46 d62a02444d39: Layer already exists 01:49:46 3.2.0-dev.72: digest: sha256:fe142fb3d6a6caa88eb6a4df1bdb74bc25deaba0ce13ea22488abebc2a75a05a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:46 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:49:47 149912a0d62f: Preparing 01:49:47 9916a3801e93: Preparing 01:49:47 7d9594a2e204: Preparing 01:49:47 80fcee144d91: Preparing 01:49:47 07aba193ab6e: Preparing 01:49:47 5f7cbbf0e122: Preparing 01:49:47 78fd270a3cdf: Preparing 01:49:47 bb8d484368ec: Preparing 01:49:47 2f710eef30d3: Preparing 01:49:47 3de50a7c0f19: Preparing 01:49:47 a050adb61f72: Preparing 01:49:47 d62a02444d39: Preparing 01:49:47 5f7cbbf0e122: Waiting 01:49:47 78fd270a3cdf: Waiting 01:49:47 bb8d484368ec: Waiting 01:49:47 2f710eef30d3: Waiting 01:49:47 3de50a7c0f19: Waiting 01:49:47 a050adb61f72: Waiting 01:49:47 d62a02444d39: Waiting 01:49:47 07aba193ab6e: Layer already exists 01:49:47 9916a3801e93: Layer already exists 01:49:47 7d9594a2e204: Layer already exists 01:49:47 80fcee144d91: Layer already exists 01:49:47 149912a0d62f: Layer already exists 01:49:47 5f7cbbf0e122: Layer already exists 01:49:47 78fd270a3cdf: Layer already exists 01:49:47 bb8d484368ec: Layer already exists 01:49:47 3de50a7c0f19: Layer already exists 01:49:47 2f710eef30d3: Layer already exists 01:49:47 d62a02444d39: Layer already exists 01:49:47 a050adb61f72: Layer already exists 01:49:47 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:fe142fb3d6a6caa88eb6a4df1bdb74bc25deaba0ce13ea22488abebc2a75a05a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:47 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:49:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:49:47 149912a0d62f: Preparing 01:49:47 9916a3801e93: Preparing 01:49:47 7d9594a2e204: Preparing 01:49:47 80fcee144d91: Preparing 01:49:47 07aba193ab6e: Preparing 01:49:47 5f7cbbf0e122: Preparing 01:49:47 78fd270a3cdf: Preparing 01:49:47 bb8d484368ec: Preparing 01:49:47 2f710eef30d3: Preparing 01:49:47 3de50a7c0f19: Preparing 01:49:47 a050adb61f72: Preparing 01:49:47 d62a02444d39: Preparing 01:49:47 2f710eef30d3: Waiting 01:49:47 3de50a7c0f19: Waiting 01:49:47 5f7cbbf0e122: Waiting 01:49:47 78fd270a3cdf: Waiting 01:49:47 bb8d484368ec: Waiting 01:49:47 80fcee144d91: Layer already exists 01:49:47 9916a3801e93: Layer already exists 01:49:47 07aba193ab6e: Layer already exists 01:49:47 7d9594a2e204: Layer already exists 01:49:47 149912a0d62f: Layer already exists 01:49:47 2f710eef30d3: Layer already exists 01:49:47 bb8d484368ec: Layer already exists 01:49:47 5f7cbbf0e122: Layer already exists 01:49:47 3de50a7c0f19: Layer already exists 01:49:47 78fd270a3cdf: Layer already exists 01:49:47 d62a02444d39: Layer already exists 01:49:47 a050adb61f72: Layer already exists 01:49:47 main: digest: sha256:fe142fb3d6a6caa88eb6a4df1bdb74bc25deaba0ce13ea22488abebc2a75a05a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:47 ===================================================== [Pipeline] echo 01:49:47 taggedImages: 01:49:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:49:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.72 01:49:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 01:49:47 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 01:49:47 31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:47 latest 01:49:47 3.2.0-dev.72 01:49:47 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:47 main 01:49:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:48 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:49:48 98be32df5010: Preparing 01:49:48 0c9849c53fdb: Preparing 01:49:48 bb8d484368ec: Preparing 01:49:48 2f710eef30d3: Preparing 01:49:48 aa8684e8c65e: Preparing 01:49:48 83945a1ab7c9: Preparing 01:49:48 d62a02444d39: Preparing 01:49:48 d62a02444d39: Waiting 01:49:48 83945a1ab7c9: Waiting 01:49:48 2f710eef30d3: Layer already exists 01:49:48 bb8d484368ec: Layer already exists 01:49:48 d62a02444d39: Layer already exists 01:49:48 98be32df5010: Pushed 01:49:48 aa8684e8c65e: Pushed 01:49:49 83945a1ab7c9: Pushed 01:49:50 0c9849c53fdb: Pushed 01:49:50 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:fbb127568566349792673daf60153582233c10d09d8a4dd934c91565dcf91bf4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:50 + 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 01:49:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:49:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:49:51 98be32df5010: Preparing 01:49:51 0c9849c53fdb: Preparing 01:49:51 bb8d484368ec: Preparing 01:49:51 2f710eef30d3: Preparing 01:49:51 aa8684e8c65e: Preparing 01:49:51 83945a1ab7c9: Preparing 01:49:51 d62a02444d39: Preparing 01:49:51 83945a1ab7c9: Waiting 01:49:51 d62a02444d39: Waiting 01:49:51 0c9849c53fdb: Layer already exists 01:49:51 bb8d484368ec: Layer already exists 01:49:51 aa8684e8c65e: Layer already exists 01:49:51 2f710eef30d3: Layer already exists 01:49:51 98be32df5010: Layer already exists 01:49:51 d62a02444d39: Layer already exists 01:49:51 83945a1ab7c9: Layer already exists 01:49:51 latest: digest: sha256:fbb127568566349792673daf60153582233c10d09d8a4dd934c91565dcf91bf4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:51 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.72 01:49:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:49:51 98be32df5010: Preparing 01:49:51 0c9849c53fdb: Preparing 01:49:51 bb8d484368ec: Preparing 01:49:51 2f710eef30d3: Preparing 01:49:51 aa8684e8c65e: Preparing 01:49:51 83945a1ab7c9: Preparing 01:49:51 d62a02444d39: Preparing 01:49:51 83945a1ab7c9: Waiting 01:49:51 d62a02444d39: Waiting 01:49:51 bb8d484368ec: Layer already exists 01:49:51 aa8684e8c65e: Layer already exists 01:49:51 98be32df5010: Layer already exists 01:49:51 0c9849c53fdb: Layer already exists 01:49:51 2f710eef30d3: Layer already exists 01:49:51 d62a02444d39: Layer already exists 01:49:51 83945a1ab7c9: Layer already exists 01:49:51 3.2.0-dev.72: digest: sha256:fbb127568566349792673daf60153582233c10d09d8a4dd934c91565dcf91bf4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:51 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:49:52 98be32df5010: Preparing 01:49:52 0c9849c53fdb: Preparing 01:49:52 bb8d484368ec: Preparing 01:49:52 2f710eef30d3: Preparing 01:49:52 aa8684e8c65e: Preparing 01:49:52 83945a1ab7c9: Preparing 01:49:52 d62a02444d39: Preparing 01:49:52 83945a1ab7c9: Waiting 01:49:52 d62a02444d39: Waiting 01:49:52 2f710eef30d3: Layer already exists 01:49:52 aa8684e8c65e: Layer already exists 01:49:52 98be32df5010: Layer already exists 01:49:52 0c9849c53fdb: Layer already exists 01:49:52 bb8d484368ec: Layer already exists 01:49:52 83945a1ab7c9: Layer already exists 01:49:52 d62a02444d39: Layer already exists 01:49:52 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:fbb127568566349792673daf60153582233c10d09d8a4dd934c91565dcf91bf4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:52 + 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 01:49:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:49:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:49:52 98be32df5010: Preparing 01:49:52 0c9849c53fdb: Preparing 01:49:52 bb8d484368ec: Preparing 01:49:52 2f710eef30d3: Preparing 01:49:52 aa8684e8c65e: Preparing 01:49:52 83945a1ab7c9: Preparing 01:49:52 d62a02444d39: Preparing 01:49:52 83945a1ab7c9: Waiting 01:49:52 d62a02444d39: Waiting 01:49:52 0c9849c53fdb: Layer already exists 01:49:52 aa8684e8c65e: Layer already exists 01:49:52 2f710eef30d3: Layer already exists 01:49:52 98be32df5010: Layer already exists 01:49:52 bb8d484368ec: Layer already exists 01:49:52 d62a02444d39: Layer already exists 01:49:52 83945a1ab7c9: Layer already exists 01:49:52 main: digest: sha256:fbb127568566349792673daf60153582233c10d09d8a4dd934c91565dcf91bf4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:53 ===================================================== [Pipeline] echo 01:49:53 taggedImages: 01:49:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:49:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.72 01:49:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 01:49:53 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 01:49:53 31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:53 latest 01:49:53 3.2.0-dev.72 01:49:53 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:49:53 main 01:49:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:53 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:31004d15d58f507a4eebe19040194a3f4f45cec1 01:49:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:49:53 39eae2b2047f: Preparing 01:49:53 a42c8d8f48dc: Preparing 01:49:53 53b54c4bfd2c: Preparing 01:49:53 bb8d484368ec: Preparing 01:49:53 2f710eef30d3: Preparing 01:49:53 87f3739af772: Preparing 01:49:53 df6dc6ba4f68: Preparing 01:49:53 7a5fe86f10ab: Preparing 01:49:53 17eb7ccdeec8: Preparing 01:49:53 d62a02444d39: Preparing 01:49:53 87f3739af772: Waiting 01:49:53 df6dc6ba4f68: Waiting 01:49:53 7a5fe86f10ab: Waiting 01:49:53 17eb7ccdeec8: Waiting 01:49:53 d62a02444d39: Waiting 01:49:53 bb8d484368ec: Layer already exists 01:49:53 2f710eef30d3: Layer already exists 01:49:53 a42c8d8f48dc: Pushed 01:49:53 53b54c4bfd2c: Pushed 01:49:53 39eae2b2047f: Pushed 01:49:53 d62a02444d39: Layer already exists 01:49:53 7a5fe86f10ab: Pushed 01:49:54 17eb7ccdeec8: Pushed 01:50:00 df6dc6ba4f68: Pushed 01:50:04 87f3739af772: Pushed 01:50:04 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:b31cd3301ba77d8e762bf32cca6b77b0e3887af0660d66e906a332a724fd6652 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:04 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:50:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:50:04 39eae2b2047f: Preparing 01:50:04 a42c8d8f48dc: Preparing 01:50:04 53b54c4bfd2c: Preparing 01:50:04 bb8d484368ec: Preparing 01:50:04 2f710eef30d3: Preparing 01:50:04 87f3739af772: Preparing 01:50:04 df6dc6ba4f68: Preparing 01:50:04 7a5fe86f10ab: Preparing 01:50:04 17eb7ccdeec8: Preparing 01:50:04 d62a02444d39: Preparing 01:50:04 7a5fe86f10ab: Waiting 01:50:04 df6dc6ba4f68: Waiting 01:50:04 17eb7ccdeec8: Waiting 01:50:04 d62a02444d39: Waiting 01:50:04 87f3739af772: Waiting 01:50:04 bb8d484368ec: Layer already exists 01:50:04 2f710eef30d3: Layer already exists 01:50:04 a42c8d8f48dc: Layer already exists 01:50:04 53b54c4bfd2c: Layer already exists 01:50:04 39eae2b2047f: Layer already exists 01:50:04 df6dc6ba4f68: Layer already exists 01:50:04 7a5fe86f10ab: Layer already exists 01:50:04 87f3739af772: Layer already exists 01:50:04 17eb7ccdeec8: Layer already exists 01:50:04 d62a02444d39: Layer already exists 01:50:04 latest: digest: sha256:b31cd3301ba77d8e762bf32cca6b77b0e3887af0660d66e906a332a724fd6652 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:05 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.72 01:50:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:50:05 39eae2b2047f: Preparing 01:50:05 a42c8d8f48dc: Preparing 01:50:05 53b54c4bfd2c: Preparing 01:50:05 bb8d484368ec: Preparing 01:50:05 2f710eef30d3: Preparing 01:50:05 87f3739af772: Preparing 01:50:05 df6dc6ba4f68: Preparing 01:50:05 7a5fe86f10ab: Preparing 01:50:05 17eb7ccdeec8: Preparing 01:50:05 d62a02444d39: Preparing 01:50:05 87f3739af772: Waiting 01:50:05 df6dc6ba4f68: Waiting 01:50:05 7a5fe86f10ab: Waiting 01:50:05 17eb7ccdeec8: Waiting 01:50:05 d62a02444d39: Waiting 01:50:05 2f710eef30d3: Layer already exists 01:50:05 a42c8d8f48dc: Layer already exists 01:50:05 bb8d484368ec: Layer already exists 01:50:05 39eae2b2047f: Layer already exists 01:50:05 53b54c4bfd2c: Layer already exists 01:50:05 87f3739af772: Layer already exists 01:50:05 df6dc6ba4f68: Layer already exists 01:50:05 d62a02444d39: Layer already exists 01:50:05 7a5fe86f10ab: Layer already exists 01:50:05 17eb7ccdeec8: Layer already exists 01:50:05 3.2.0-dev.72: digest: sha256:b31cd3301ba77d8e762bf32cca6b77b0e3887af0660d66e906a332a724fd6652 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:05 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:50:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:50:06 39eae2b2047f: Preparing 01:50:06 a42c8d8f48dc: Preparing 01:50:06 53b54c4bfd2c: Preparing 01:50:06 bb8d484368ec: Preparing 01:50:06 2f710eef30d3: Preparing 01:50:06 87f3739af772: Preparing 01:50:06 df6dc6ba4f68: Preparing 01:50:06 7a5fe86f10ab: Preparing 01:50:06 17eb7ccdeec8: Preparing 01:50:06 d62a02444d39: Preparing 01:50:06 87f3739af772: Waiting 01:50:06 df6dc6ba4f68: Waiting 01:50:06 7a5fe86f10ab: Waiting 01:50:06 17eb7ccdeec8: Waiting 01:50:06 d62a02444d39: Waiting 01:50:06 39eae2b2047f: Layer already exists 01:50:06 53b54c4bfd2c: Layer already exists 01:50:06 2f710eef30d3: Layer already exists 01:50:06 bb8d484368ec: Layer already exists 01:50:06 a42c8d8f48dc: Layer already exists 01:50:06 7a5fe86f10ab: Layer already exists 01:50:06 df6dc6ba4f68: Layer already exists 01:50:06 87f3739af772: Layer already exists 01:50:06 d62a02444d39: Layer already exists 01:50:06 17eb7ccdeec8: Layer already exists 01:50:06 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:b31cd3301ba77d8e762bf32cca6b77b0e3887af0660d66e906a332a724fd6652 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:06 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:50:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:50:06 39eae2b2047f: Preparing 01:50:06 a42c8d8f48dc: Preparing 01:50:06 53b54c4bfd2c: Preparing 01:50:06 bb8d484368ec: Preparing 01:50:06 2f710eef30d3: Preparing 01:50:06 87f3739af772: Preparing 01:50:06 df6dc6ba4f68: Preparing 01:50:06 7a5fe86f10ab: Preparing 01:50:06 17eb7ccdeec8: Preparing 01:50:06 d62a02444d39: Preparing 01:50:06 87f3739af772: Waiting 01:50:06 7a5fe86f10ab: Waiting 01:50:06 17eb7ccdeec8: Waiting 01:50:06 d62a02444d39: Waiting 01:50:06 df6dc6ba4f68: Waiting 01:50:06 39eae2b2047f: Layer already exists 01:50:06 2f710eef30d3: Layer already exists 01:50:06 53b54c4bfd2c: Layer already exists 01:50:06 a42c8d8f48dc: Layer already exists 01:50:06 bb8d484368ec: Layer already exists 01:50:06 87f3739af772: Layer already exists 01:50:06 df6dc6ba4f68: Layer already exists 01:50:06 7a5fe86f10ab: Layer already exists 01:50:06 17eb7ccdeec8: Layer already exists 01:50:06 d62a02444d39: Layer already exists 01:50:06 main: digest: sha256:b31cd3301ba77d8e762bf32cca6b77b0e3887af0660d66e906a332a724fd6652 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:06 ===================================================== [Pipeline] echo 01:50:06 taggedImages: 01:50:06 - nexus3.edgexfoundry.org:10004/security-spire-agent:31004d15d58f507a4eebe19040194a3f4f45cec1 01:50:06 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:50:06 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.72 01:50:06 - nexus3.edgexfoundry.org:10004/security-spire-agent:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:50:06 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 01:50:06 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 01:50:06 31004d15d58f507a4eebe19040194a3f4f45cec1 01:50:06 latest 01:50:06 3.2.0-dev.72 01:50:06 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:50:06 main 01:50:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:07 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:31004d15d58f507a4eebe19040194a3f4f45cec1 01:50:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:50:07 39afa3659212: Preparing 01:50:07 7e6bc58a5dfb: Preparing 01:50:07 8811486839eb: Preparing 01:50:07 bb8d484368ec: Preparing 01:50:07 2f710eef30d3: Preparing 01:50:07 4f0f28e6e916: Preparing 01:50:07 4140cd8cc004: Preparing 01:50:07 e3aa1b27951a: Preparing 01:50:07 d62a02444d39: Preparing 01:50:07 4140cd8cc004: Waiting 01:50:07 4f0f28e6e916: Waiting 01:50:07 e3aa1b27951a: Waiting 01:50:07 d62a02444d39: Waiting 01:50:07 bb8d484368ec: Layer already exists 01:50:07 2f710eef30d3: Layer already exists 01:50:07 7e6bc58a5dfb: Pushed 01:50:07 39afa3659212: Pushed 01:50:07 8811486839eb: Pushed 01:50:07 4140cd8cc004: Pushed 01:50:07 d62a02444d39: Layer already exists 01:50:07 e3aa1b27951a: Pushed 01:50:17 4f0f28e6e916: Pushed 01:50:17 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:d5d1bb84406c579f4d85fc2a79349dfc4794daaeb402997ec972feec96dda841 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:18 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:50:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:50:18 39afa3659212: Preparing 01:50:18 7e6bc58a5dfb: Preparing 01:50:18 8811486839eb: Preparing 01:50:18 bb8d484368ec: Preparing 01:50:18 2f710eef30d3: Preparing 01:50:18 4f0f28e6e916: Preparing 01:50:18 4140cd8cc004: Preparing 01:50:18 e3aa1b27951a: Preparing 01:50:18 d62a02444d39: Preparing 01:50:18 4f0f28e6e916: Waiting 01:50:18 4140cd8cc004: Waiting 01:50:18 e3aa1b27951a: Waiting 01:50:18 d62a02444d39: Waiting 01:50:18 8811486839eb: Layer already exists 01:50:18 39afa3659212: Layer already exists 01:50:18 7e6bc58a5dfb: Layer already exists 01:50:18 2f710eef30d3: Layer already exists 01:50:18 bb8d484368ec: Layer already exists 01:50:18 4f0f28e6e916: Layer already exists 01:50:18 e3aa1b27951a: Layer already exists 01:50:18 d62a02444d39: Layer already exists 01:50:18 4140cd8cc004: Layer already exists 01:50:18 latest: digest: sha256:d5d1bb84406c579f4d85fc2a79349dfc4794daaeb402997ec972feec96dda841 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:18 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.72 01:50:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:50:19 39afa3659212: Preparing 01:50:19 7e6bc58a5dfb: Preparing 01:50:19 8811486839eb: Preparing 01:50:19 bb8d484368ec: Preparing 01:50:19 2f710eef30d3: Preparing 01:50:19 4f0f28e6e916: Preparing 01:50:19 4140cd8cc004: Preparing 01:50:19 e3aa1b27951a: Preparing 01:50:19 d62a02444d39: Preparing 01:50:19 4140cd8cc004: Waiting 01:50:19 e3aa1b27951a: Waiting 01:50:19 d62a02444d39: Waiting 01:50:19 4f0f28e6e916: Waiting 01:50:19 8811486839eb: Layer already exists 01:50:19 2f710eef30d3: Layer already exists 01:50:19 7e6bc58a5dfb: Layer already exists 01:50:19 39afa3659212: Layer already exists 01:50:19 bb8d484368ec: Layer already exists 01:50:19 4f0f28e6e916: Layer already exists 01:50:19 e3aa1b27951a: Layer already exists 01:50:19 4140cd8cc004: Layer already exists 01:50:19 d62a02444d39: Layer already exists 01:50:19 3.2.0-dev.72: digest: sha256:d5d1bb84406c579f4d85fc2a79349dfc4794daaeb402997ec972feec96dda841 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:20 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:50:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:50:21 39afa3659212: Preparing 01:50:21 7e6bc58a5dfb: Preparing 01:50:21 8811486839eb: Preparing 01:50:21 bb8d484368ec: Preparing 01:50:21 2f710eef30d3: Preparing 01:50:21 4f0f28e6e916: Preparing 01:50:21 4140cd8cc004: Preparing 01:50:21 e3aa1b27951a: Preparing 01:50:21 d62a02444d39: Preparing 01:50:21 4140cd8cc004: Waiting 01:50:21 e3aa1b27951a: Waiting 01:50:21 4f0f28e6e916: Waiting 01:50:21 d62a02444d39: Waiting 01:50:21 39afa3659212: Layer already exists 01:50:21 2f710eef30d3: Layer already exists 01:50:21 7e6bc58a5dfb: Layer already exists 01:50:21 8811486839eb: Layer already exists 01:50:21 bb8d484368ec: Layer already exists 01:50:21 4140cd8cc004: Layer already exists 01:50:21 4f0f28e6e916: Layer already exists 01:50:21 e3aa1b27951a: Layer already exists 01:50:21 d62a02444d39: Layer already exists 01:50:21 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:d5d1bb84406c579f4d85fc2a79349dfc4794daaeb402997ec972feec96dda841 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:21 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 01:50:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:50:21 39afa3659212: Preparing 01:50:21 7e6bc58a5dfb: Preparing 01:50:21 8811486839eb: Preparing 01:50:21 bb8d484368ec: Preparing 01:50:21 2f710eef30d3: Preparing 01:50:21 4f0f28e6e916: Preparing 01:50:21 4140cd8cc004: Preparing 01:50:21 e3aa1b27951a: Preparing 01:50:21 d62a02444d39: Preparing 01:50:21 4140cd8cc004: Waiting 01:50:21 4f0f28e6e916: Waiting 01:50:21 e3aa1b27951a: Waiting 01:50:21 d62a02444d39: Waiting 01:50:21 bb8d484368ec: Layer already exists 01:50:21 8811486839eb: Layer already exists 01:50:21 2f710eef30d3: Layer already exists 01:50:21 39afa3659212: Layer already exists 01:50:21 7e6bc58a5dfb: Layer already exists 01:50:21 e3aa1b27951a: Layer already exists 01:50:21 4f0f28e6e916: Layer already exists 01:50:21 d62a02444d39: Layer already exists 01:50:21 4140cd8cc004: Layer already exists 01:50:21 main: digest: sha256:d5d1bb84406c579f4d85fc2a79349dfc4794daaeb402997ec972feec96dda841 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:21 ===================================================== [Pipeline] echo 01:50:21 taggedImages: 01:50:21 - nexus3.edgexfoundry.org:10004/security-spire-config:31004d15d58f507a4eebe19040194a3f4f45cec1 01:50:21 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:50:21 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.72 01:50:21 - nexus3.edgexfoundry.org:10004/security-spire-config:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:50:21 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 01:50:21 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 01:50:21 31004d15d58f507a4eebe19040194a3f4f45cec1 01:50:21 latest 01:50:21 3.2.0-dev.72 01:50:21 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:50:21 main 01:50:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:22 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:31004d15d58f507a4eebe19040194a3f4f45cec1 01:50:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:50:22 39eae2b2047f: Preparing 01:50:22 8fefd23f74e2: Preparing 01:50:22 98acc90cf1aa: Preparing 01:50:22 bb8d484368ec: Preparing 01:50:22 2f710eef30d3: Preparing 01:50:22 43c5cf3b1223: Preparing 01:50:22 7a5fe86f10ab: Preparing 01:50:22 17eb7ccdeec8: Preparing 01:50:22 7a5fe86f10ab: Waiting 01:50:22 43c5cf3b1223: Waiting 01:50:22 d62a02444d39: Preparing 01:50:22 d62a02444d39: Waiting 01:50:22 bb8d484368ec: Layer already exists 01:50:22 2f710eef30d3: Layer already exists 01:50:22 39eae2b2047f: Layer already exists 01:50:22 7a5fe86f10ab: Layer already exists 01:50:22 17eb7ccdeec8: Layer already exists 01:50:22 d62a02444d39: Layer already exists 01:50:22 8fefd23f74e2: Pushed 01:50:22 98acc90cf1aa: Pushed 01:50:34 43c5cf3b1223: Pushed 01:50:34 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:73a8d8b36b98bf3c7b7835a519d8d5bf639e44a226564b52632626191faa27b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:34 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:50:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:50:35 39eae2b2047f: Preparing 01:50:35 8fefd23f74e2: Preparing 01:50:35 98acc90cf1aa: Preparing 01:50:35 bb8d484368ec: Preparing 01:50:35 2f710eef30d3: Preparing 01:50:35 43c5cf3b1223: Preparing 01:50:35 7a5fe86f10ab: Preparing 01:50:35 17eb7ccdeec8: Preparing 01:50:35 d62a02444d39: Preparing 01:50:35 17eb7ccdeec8: Waiting 01:50:35 d62a02444d39: Waiting 01:50:35 43c5cf3b1223: Waiting 01:50:35 7a5fe86f10ab: Waiting 01:50:35 8fefd23f74e2: Layer already exists 01:50:35 98acc90cf1aa: Layer already exists 01:50:35 bb8d484368ec: Layer already exists 01:50:35 2f710eef30d3: Layer already exists 01:50:35 39eae2b2047f: Layer already exists 01:50:35 d62a02444d39: Layer already exists 01:50:35 17eb7ccdeec8: Layer already exists 01:50:35 43c5cf3b1223: Layer already exists 01:50:35 7a5fe86f10ab: Layer already exists 01:50:35 latest: digest: sha256:73a8d8b36b98bf3c7b7835a519d8d5bf639e44a226564b52632626191faa27b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.72 01:50:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:50:35 39eae2b2047f: Preparing 01:50:35 8fefd23f74e2: Preparing 01:50:35 98acc90cf1aa: Preparing 01:50:35 bb8d484368ec: Preparing 01:50:35 2f710eef30d3: Preparing 01:50:35 43c5cf3b1223: Preparing 01:50:35 7a5fe86f10ab: Preparing 01:50:35 17eb7ccdeec8: Preparing 01:50:35 d62a02444d39: Preparing 01:50:35 7a5fe86f10ab: Waiting 01:50:35 43c5cf3b1223: Waiting 01:50:35 d62a02444d39: Waiting 01:50:35 17eb7ccdeec8: Waiting 01:50:35 8fefd23f74e2: Layer already exists 01:50:35 bb8d484368ec: Layer already exists 01:50:35 39eae2b2047f: Layer already exists 01:50:35 98acc90cf1aa: Layer already exists 01:50:35 2f710eef30d3: Layer already exists 01:50:35 7a5fe86f10ab: Layer already exists 01:50:35 17eb7ccdeec8: Layer already exists 01:50:35 43c5cf3b1223: Layer already exists 01:50:35 d62a02444d39: Layer already exists 01:50:35 3.2.0-dev.72: digest: sha256:73a8d8b36b98bf3c7b7835a519d8d5bf639e44a226564b52632626191faa27b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:50:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:50:36 39eae2b2047f: Preparing 01:50:36 8fefd23f74e2: Preparing 01:50:36 98acc90cf1aa: Preparing 01:50:36 bb8d484368ec: Preparing 01:50:36 2f710eef30d3: Preparing 01:50:36 43c5cf3b1223: Preparing 01:50:36 7a5fe86f10ab: Preparing 01:50:36 17eb7ccdeec8: Preparing 01:50:36 d62a02444d39: Preparing 01:50:36 43c5cf3b1223: Waiting 01:50:36 17eb7ccdeec8: Waiting 01:50:36 7a5fe86f10ab: Waiting 01:50:36 d62a02444d39: Waiting 01:50:36 39eae2b2047f: Layer already exists 01:50:36 8fefd23f74e2: Layer already exists 01:50:36 bb8d484368ec: Layer already exists 01:50:36 98acc90cf1aa: Layer already exists 01:50:36 43c5cf3b1223: Layer already exists 01:50:36 2f710eef30d3: Layer already exists 01:50:36 17eb7ccdeec8: Layer already exists 01:50:36 7a5fe86f10ab: Layer already exists 01:50:36 d62a02444d39: Layer already exists 01:50:36 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:73a8d8b36b98bf3c7b7835a519d8d5bf639e44a226564b52632626191faa27b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 01:50:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:50:37 39eae2b2047f: Preparing 01:50:37 8fefd23f74e2: Preparing 01:50:37 98acc90cf1aa: Preparing 01:50:37 bb8d484368ec: Preparing 01:50:37 2f710eef30d3: Preparing 01:50:37 43c5cf3b1223: Preparing 01:50:37 7a5fe86f10ab: Preparing 01:50:37 17eb7ccdeec8: Preparing 01:50:37 d62a02444d39: Preparing 01:50:37 17eb7ccdeec8: Waiting 01:50:37 7a5fe86f10ab: Waiting 01:50:37 43c5cf3b1223: Waiting 01:50:37 98acc90cf1aa: Layer already exists 01:50:37 39eae2b2047f: Layer already exists 01:50:37 bb8d484368ec: Layer already exists 01:50:37 8fefd23f74e2: Layer already exists 01:50:37 2f710eef30d3: Layer already exists 01:50:37 43c5cf3b1223: Layer already exists 01:50:37 17eb7ccdeec8: Layer already exists 01:50:37 7a5fe86f10ab: Layer already exists 01:50:37 d62a02444d39: Layer already exists 01:50:37 main: digest: sha256:73a8d8b36b98bf3c7b7835a519d8d5bf639e44a226564b52632626191faa27b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:37 ===================================================== [Pipeline] echo 01:50:37 taggedImages: 01:50:37 - nexus3.edgexfoundry.org:10004/security-spire-server:31004d15d58f507a4eebe19040194a3f4f45cec1 01:50:37 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:50:37 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.72 01:50:37 - nexus3.edgexfoundry.org:10004/security-spire-server:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:50:37 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 01:50:37 [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: 01:50:37 31004d15d58f507a4eebe19040194a3f4f45cec1 01:50:37 latest 01:50:37 3.2.0-dev.72 01:50:37 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:50:37 main 01:50:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:37 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:38 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1 01:50:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 01:50:38 e981c2712747: Preparing 01:50:38 74754f4579aa: Preparing 01:50:38 bb8d484368ec: Preparing 01:50:38 2f710eef30d3: Preparing 01:50:38 546c25092a2a: Preparing 01:50:38 3a9fac5e1827: Preparing 01:50:38 d62a02444d39: Preparing 01:50:38 3a9fac5e1827: Waiting 01:50:38 d62a02444d39: Waiting 01:50:38 2f710eef30d3: Layer already exists 01:50:38 bb8d484368ec: Layer already exists 01:50:38 d62a02444d39: Layer already exists 01:50:38 546c25092a2a: Pushed 01:50:38 e981c2712747: Pushed 01:50:38 3a9fac5e1827: Pushed 01:50:42 74754f4579aa: Pushed 01:50:42 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:a587b0e836f0859f64e8f39f758d7cfa9083391a45db38a7b3141ee21e57c1e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:42 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:43 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 01:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 01:50:43 e981c2712747: Preparing 01:50:43 74754f4579aa: Preparing 01:50:43 bb8d484368ec: Preparing 01:50:43 2f710eef30d3: Preparing 01:50:43 546c25092a2a: Preparing 01:50:43 3a9fac5e1827: Preparing 01:50:43 d62a02444d39: Preparing 01:50:43 3a9fac5e1827: Waiting 01:50:43 d62a02444d39: Waiting 01:50:43 546c25092a2a: Layer already exists 01:50:43 74754f4579aa: Layer already exists 01:50:43 e981c2712747: Layer already exists 01:50:43 bb8d484368ec: Layer already exists 01:50:43 2f710eef30d3: Layer already exists 01:50:43 3a9fac5e1827: Layer already exists 01:50:43 d62a02444d39: Layer already exists 01:50:43 latest: digest: sha256:a587b0e836f0859f64e8f39f758d7cfa9083391a45db38a7b3141ee21e57c1e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:43 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:43 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.72 01:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 01:50:43 e981c2712747: Preparing 01:50:43 74754f4579aa: Preparing 01:50:43 bb8d484368ec: Preparing 01:50:43 2f710eef30d3: Preparing 01:50:43 546c25092a2a: Preparing 01:50:43 3a9fac5e1827: Preparing 01:50:43 d62a02444d39: Preparing 01:50:43 3a9fac5e1827: Waiting 01:50:43 d62a02444d39: Waiting 01:50:43 546c25092a2a: Layer already exists 01:50:43 e981c2712747: Layer already exists 01:50:43 74754f4579aa: Layer already exists 01:50:43 2f710eef30d3: Layer already exists 01:50:43 bb8d484368ec: Layer already exists 01:50:43 3a9fac5e1827: Layer already exists 01:50:43 d62a02444d39: Layer already exists 01:50:43 3.2.0-dev.72: digest: sha256:a587b0e836f0859f64e8f39f758d7cfa9083391a45db38a7b3141ee21e57c1e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:44 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:44 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:50:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 01:50:44 e981c2712747: Preparing 01:50:44 74754f4579aa: Preparing 01:50:44 bb8d484368ec: Preparing 01:50:44 2f710eef30d3: Preparing 01:50:44 546c25092a2a: Preparing 01:50:44 3a9fac5e1827: Preparing 01:50:44 d62a02444d39: Preparing 01:50:44 3a9fac5e1827: Waiting 01:50:44 d62a02444d39: Waiting 01:50:44 74754f4579aa: Layer already exists 01:50:44 e981c2712747: Layer already exists 01:50:44 bb8d484368ec: Layer already exists 01:50:44 2f710eef30d3: Layer already exists 01:50:44 546c25092a2a: Layer already exists 01:50:44 3a9fac5e1827: Layer already exists 01:50:44 d62a02444d39: Layer already exists 01:50:44 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:a587b0e836f0859f64e8f39f758d7cfa9083391a45db38a7b3141ee21e57c1e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:44 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:45 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main 01:50:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 01:50:45 e981c2712747: Preparing 01:50:45 74754f4579aa: Preparing 01:50:45 bb8d484368ec: Preparing 01:50:45 2f710eef30d3: Preparing 01:50:45 546c25092a2a: Preparing 01:50:45 3a9fac5e1827: Preparing 01:50:45 d62a02444d39: Preparing 01:50:45 3a9fac5e1827: Waiting 01:50:45 d62a02444d39: Waiting 01:50:45 e981c2712747: Layer already exists 01:50:45 2f710eef30d3: Layer already exists 01:50:45 546c25092a2a: Layer already exists 01:50:45 74754f4579aa: Layer already exists 01:50:45 bb8d484368ec: Layer already exists 01:50:45 3a9fac5e1827: Layer already exists 01:50:45 d62a02444d39: Layer already exists 01:50:45 main: digest: sha256:a587b0e836f0859f64e8f39f758d7cfa9083391a45db38a7b3141ee21e57c1e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:45 ===================================================== [Pipeline] echo 01:50:45 taggedImages: 01:50:45 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1 01:50:45 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 01:50:45 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.72 01:50:45 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:50:45 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo 01:50:45 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 01:50:45 31004d15d58f507a4eebe19040194a3f4f45cec1 01:50:45 latest 01:50:45 3.2.0-dev.72 01:50:45 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:50:45 main 01:50:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:45 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications:31004d15d58f507a4eebe19040194a3f4f45cec1 01:50:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:50:45 766e013121c1: Preparing 01:50:45 32ade0701c0e: Preparing 01:50:45 bb8d484368ec: Preparing 01:50:45 2f710eef30d3: Preparing 01:50:45 44734c3828f8: Preparing 01:50:45 08ca11dbb3c7: Preparing 01:50:45 d62a02444d39: Preparing 01:50:45 08ca11dbb3c7: Waiting 01:50:45 d62a02444d39: Waiting 01:50:45 2f710eef30d3: Layer already exists 01:50:45 bb8d484368ec: Layer already exists 01:50:45 d62a02444d39: Layer already exists 01:50:45 766e013121c1: Pushed 01:50:45 44734c3828f8: Pushed 01:50:45 08ca11dbb3c7: Pushed 01:50:49 32ade0701c0e: Pushed 01:50:49 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:50130acc1713c6ca6bd3779f7e2f33f3e3a8d455808ab8b0a07f2e8d657cf36b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:50 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 01:50:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:50:50 766e013121c1: Preparing 01:50:50 32ade0701c0e: Preparing 01:50:50 bb8d484368ec: Preparing 01:50:50 2f710eef30d3: Preparing 01:50:50 44734c3828f8: Preparing 01:50:50 08ca11dbb3c7: Preparing 01:50:50 d62a02444d39: Preparing 01:50:50 08ca11dbb3c7: Waiting 01:50:50 d62a02444d39: Waiting 01:50:50 2f710eef30d3: Layer already exists 01:50:50 32ade0701c0e: Layer already exists 01:50:50 44734c3828f8: Layer already exists 01:50:50 766e013121c1: Layer already exists 01:50:50 bb8d484368ec: Layer already exists 01:50:50 08ca11dbb3c7: Layer already exists 01:50:50 d62a02444d39: Layer already exists 01:50:50 latest: digest: sha256:50130acc1713c6ca6bd3779f7e2f33f3e3a8d455808ab8b0a07f2e8d657cf36b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:50 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.72 01:50:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:50:51 766e013121c1: Preparing 01:50:51 32ade0701c0e: Preparing 01:50:51 bb8d484368ec: Preparing 01:50:51 2f710eef30d3: Preparing 01:50:51 44734c3828f8: Preparing 01:50:51 08ca11dbb3c7: Preparing 01:50:51 d62a02444d39: Preparing 01:50:51 08ca11dbb3c7: Waiting 01:50:51 d62a02444d39: Waiting 01:50:51 32ade0701c0e: Layer already exists 01:50:51 2f710eef30d3: Layer already exists 01:50:51 bb8d484368ec: Layer already exists 01:50:51 766e013121c1: Layer already exists 01:50:51 44734c3828f8: Layer already exists 01:50:51 08ca11dbb3c7: Layer already exists 01:50:51 d62a02444d39: Layer already exists 01:50:51 3.2.0-dev.72: digest: sha256:50130acc1713c6ca6bd3779f7e2f33f3e3a8d455808ab8b0a07f2e8d657cf36b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:51 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:50:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:50:51 766e013121c1: Preparing 01:50:51 32ade0701c0e: Preparing 01:50:51 bb8d484368ec: Preparing 01:50:51 2f710eef30d3: Preparing 01:50:51 44734c3828f8: Preparing 01:50:51 08ca11dbb3c7: Preparing 01:50:51 d62a02444d39: Preparing 01:50:51 d62a02444d39: Waiting 01:50:51 08ca11dbb3c7: Waiting 01:50:51 766e013121c1: Layer already exists 01:50:51 bb8d484368ec: Layer already exists 01:50:51 2f710eef30d3: Layer already exists 01:50:51 44734c3828f8: Layer already exists 01:50:51 32ade0701c0e: Layer already exists 01:50:51 08ca11dbb3c7: Layer already exists 01:50:51 d62a02444d39: Layer already exists 01:50:51 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:50130acc1713c6ca6bd3779f7e2f33f3e3a8d455808ab8b0a07f2e8d657cf36b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:52 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 01:50:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:50:52 766e013121c1: Preparing 01:50:52 32ade0701c0e: Preparing 01:50:52 bb8d484368ec: Preparing 01:50:52 2f710eef30d3: Preparing 01:50:52 44734c3828f8: Preparing 01:50:52 08ca11dbb3c7: Preparing 01:50:52 d62a02444d39: Preparing 01:50:52 08ca11dbb3c7: Waiting 01:50:52 d62a02444d39: Waiting 01:50:52 32ade0701c0e: Layer already exists 01:50:52 2f710eef30d3: Layer already exists 01:50:52 766e013121c1: Layer already exists 01:50:52 44734c3828f8: Layer already exists 01:50:52 bb8d484368ec: Layer already exists 01:50:52 d62a02444d39: Layer already exists 01:50:52 08ca11dbb3c7: Layer already exists 01:50:52 main: digest: sha256:50130acc1713c6ca6bd3779f7e2f33f3e3a8d455808ab8b0a07f2e8d657cf36b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:52 ===================================================== [Pipeline] echo 01:50:52 taggedImages: 01:50:52 - nexus3.edgexfoundry.org:10004/support-notifications:31004d15d58f507a4eebe19040194a3f4f45cec1 01:50:52 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:50:52 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.72 01:50:52 - nexus3.edgexfoundry.org:10004/support-notifications:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:50:52 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 01:50:52 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 01:50:52 31004d15d58f507a4eebe19040194a3f4f45cec1 01:50:52 latest 01:50:52 3.2.0-dev.72 01:50:52 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:50:52 main 01:50:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:53 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1 01:50:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:50:53 103a8a3cc317: Preparing 01:50:53 759bd47d79c2: Preparing 01:50:53 bb8d484368ec: Preparing 01:50:53 2f710eef30d3: Preparing 01:50:53 f191693e0840: Preparing 01:50:53 e273ee064f48: Preparing 01:50:53 d62a02444d39: Preparing 01:50:53 d62a02444d39: Waiting 01:50:53 e273ee064f48: Waiting 01:50:53 bb8d484368ec: Layer already exists 01:50:53 f191693e0840: Layer already exists 01:50:53 2f710eef30d3: Layer already exists 01:50:53 e273ee064f48: Layer already exists 01:50:53 d62a02444d39: Layer already exists 01:50:53 103a8a3cc317: Pushed 01:50:57 759bd47d79c2: Pushed 01:50:57 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:274a98abc56f2215ad8a9d70416c79379a2bb2a4a31604a3dbe0213ed72d4c7e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:58 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:50:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:50:58 103a8a3cc317: Preparing 01:50:58 759bd47d79c2: Preparing 01:50:58 bb8d484368ec: Preparing 01:50:58 2f710eef30d3: Preparing 01:50:58 f191693e0840: Preparing 01:50:58 e273ee064f48: Preparing 01:50:58 d62a02444d39: Preparing 01:50:58 e273ee064f48: Waiting 01:50:58 d62a02444d39: Waiting 01:50:58 f191693e0840: Layer already exists 01:50:58 759bd47d79c2: Layer already exists 01:50:58 bb8d484368ec: Layer already exists 01:50:58 2f710eef30d3: Layer already exists 01:50:58 103a8a3cc317: Layer already exists 01:50:58 e273ee064f48: Layer already exists 01:50:58 d62a02444d39: Layer already exists 01:50:58 latest: digest: sha256:274a98abc56f2215ad8a9d70416c79379a2bb2a4a31604a3dbe0213ed72d4c7e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:58 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.72 01:50:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:50:59 103a8a3cc317: Preparing 01:50:59 759bd47d79c2: Preparing 01:50:59 bb8d484368ec: Preparing 01:50:59 2f710eef30d3: Preparing 01:50:59 f191693e0840: Preparing 01:50:59 e273ee064f48: Preparing 01:50:59 d62a02444d39: Preparing 01:50:59 e273ee064f48: Waiting 01:50:59 d62a02444d39: Waiting 01:50:59 759bd47d79c2: Layer already exists 01:50:59 2f710eef30d3: Layer already exists 01:50:59 bb8d484368ec: Layer already exists 01:50:59 f191693e0840: Layer already exists 01:50:59 103a8a3cc317: Layer already exists 01:50:59 e273ee064f48: Layer already exists 01:50:59 d62a02444d39: Layer already exists 01:50:59 3.2.0-dev.72: digest: sha256:274a98abc56f2215ad8a9d70416c79379a2bb2a4a31604a3dbe0213ed72d4c7e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:59 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:50:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:50:59 103a8a3cc317: Preparing 01:50:59 759bd47d79c2: Preparing 01:50:59 bb8d484368ec: Preparing 01:50:59 2f710eef30d3: Preparing 01:50:59 f191693e0840: Preparing 01:50:59 e273ee064f48: Preparing 01:50:59 d62a02444d39: Preparing 01:50:59 d62a02444d39: Waiting 01:50:59 e273ee064f48: Waiting 01:50:59 759bd47d79c2: Layer already exists 01:50:59 f191693e0840: Layer already exists 01:50:59 bb8d484368ec: Layer already exists 01:50:59 103a8a3cc317: Layer already exists 01:50:59 2f710eef30d3: Layer already exists 01:50:59 d62a02444d39: Layer already exists 01:50:59 e273ee064f48: Layer already exists 01:50:59 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:274a98abc56f2215ad8a9d70416c79379a2bb2a4a31604a3dbe0213ed72d4c7e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:59 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 01:51:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:51:00 103a8a3cc317: Preparing 01:51:00 759bd47d79c2: Preparing 01:51:00 bb8d484368ec: Preparing 01:51:00 2f710eef30d3: Preparing 01:51:00 f191693e0840: Preparing 01:51:00 e273ee064f48: Preparing 01:51:00 d62a02444d39: Preparing 01:51:00 e273ee064f48: Waiting 01:51:00 d62a02444d39: Waiting 01:51:00 2f710eef30d3: Layer already exists 01:51:00 f191693e0840: Layer already exists 01:51:00 bb8d484368ec: Layer already exists 01:51:00 103a8a3cc317: Layer already exists 01:51:00 759bd47d79c2: Layer already exists 01:51:00 e273ee064f48: Layer already exists 01:51:00 d62a02444d39: Layer already exists 01:51:00 main: digest: sha256:274a98abc56f2215ad8a9d70416c79379a2bb2a4a31604a3dbe0213ed72d4c7e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:51:00 ===================================================== [Pipeline] echo 01:51:00 taggedImages: 01:51:00 - nexus3.edgexfoundry.org:10004/support-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1 01:51:00 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:51:00 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.72 01:51:00 - nexus3.edgexfoundry.org:10004/support-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 01:51:00 - 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] } 02:10:27 #160 ... 02:10:27 02:10:27 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:10:27 #152 1254.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:10:27 #152 ... 02:10:27 02:10:27 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:10:27 #151 DONE 1257.5s 02:10:27 02:10:27 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:10:27 #150 ... 02:10:27 02:10:27 #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:10:27 #161 DONE 0.5s 02:10:27 02:10:27 #162 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:10:27 #162 DONE 0.1s 02:10:27 02:10:27 #163 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 02:10:27 #163 DONE 0.1s 02:10:27 02:10:27 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:10:27 #155 ... 02:10:27 02:10:27 #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:10:27 #164 DONE 0.1s 02:10:27 02:10:27 #165 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:10:27 #165 DONE 0.2s 02:10:27 02:10:27 #166 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:10:27 #166 DONE 0.2s 02:10:27 02:10:27 #167 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:10:27 #167 DONE 2.5s 02:10:27 02:10:27 #28 [security-spire-agent internal] load .dockerignore 02:10:27 #28 ... 02:10:27 02:10:27 #105 [security-proxy-setup] exporting to image 02:10:27 #105 exporting layers 02:10:27 #105 ... 02:10:27 02:10:27 #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:10:27 #156 DONE 1261.9s 02:10:27 02:10:27 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:10:28 #150 ... 02:10:28 02:10:28 #168 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:10:28 #168 DONE 0.3s 02:10:28 02:10:28 #105 [security-proxy-setup] exporting to image 02:10:28 #105 exporting layers 1.6s done 02:10:28 #105 writing image sha256:06e9f9bcd15e2b609992ec2e4583483670bcfc89387c82d28bce3553fca3ae07 done 02:10:28 #105 naming to docker.io/library/security-proxy-setup-arm64 0.0s done 02:10:28 #105 DONE 6.7s 02:10:28 02:10:28 #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 02:10:32 #169 DONE 3.6s 02:10:32 02:10:32 #170 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 02:10:32 #170 DONE 0.5s 02:10:32 02:10:32 #171 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 02:10:32 #171 DONE 0.2s 02:10:32 02:10:32 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:10:33 #155 ... 02:10:33 02:10:33 #172 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:10:33 #172 DONE 0.4s 02:10:33 02:10:33 #173 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:10:33 #173 DONE 0.2s 02:10:33 02:10:33 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:10:33 #159 ... 02:10:33 02:10:33 #174 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 02:10:33 #174 DONE 0.2s 02:10:33 02:10:33 #175 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 02:10:33 #175 DONE 0.2s 02:10:33 02:10:33 #176 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 02:10:34 #176 DONE 0.2s 02:10:34 02:10:34 #177 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 02:10:34 #177 DONE 0.1s 02:10:34 02:10:34 #178 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:10:34 #178 DONE 0.2s 02:10:34 02:10:34 #179 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 02:10:36 #179 DONE 2.1s 02:10:36 02:10:36 #105 [security-bootstrapper] exporting to image 02:10:36 #105 exporting layers 02:10:37 #105 exporting layers 1.4s done 02:10:37 #105 writing image sha256:ccd5daee9eae380a46be504093771e82fb6b7ea9c39f1007401b2efc9e85cea0 done 02:10:37 #105 naming to docker.io/library/security-bootstrapper-arm64 done 02:10:37 #105 DONE 8.1s 02:10:37 02:10:37 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:10:43 #160 ... 02:10:43 02:10:43 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:10:43 #152 DONE 1276.9s 02:10:43 02:10:43 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:10:43 #155 ... 02:10:43 02:10:43 #180 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:10:43 #180 DONE 0.3s 02:10:43 02:10:43 #181 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:10:43 #181 DONE 0.1s 02:10:43 02:10:43 #182 [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 02:10:43 #182 DONE 0.1s 02:10:43 02:10:43 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:10:43 #155 ... 02:10:43 02:10:43 #183 [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 02:10:43 #183 DONE 0.1s 02:10:43 02:10:43 #184 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:10:43 #184 DONE 0.1s 02:10:43 02:10:43 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:10:43 #159 ... 02:10:43 02:10:43 #185 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:10:43 #185 DONE 0.3s 02:10:43 02:10:43 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:10:43 #154 ... 02:10:43 02:10:43 #186 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:10:44 #186 DONE 0.3s 02:10:44 02:10:44 #187 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:10:44 #187 DONE 0.1s 02:10:44 02:10:44 #188 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:10:46 #188 DONE 2.1s 02:10:46 02:10:46 #105 [security-secretstore-setup] exporting to image 02:10:46 #105 exporting layers 02:10:47 #105 exporting layers 1.1s done 02:10:47 #105 writing image sha256:22c911779a655dd385623ba7052b07f296ba7cdfa71d7353aa9469aaa8edd01b done 02:10:47 #105 naming to docker.io/library/security-secretstore-setup-arm64 done 02:10:47 #105 DONE 9.3s 02:10:47 02:10:47 #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 02:11:34 #158 ... 02:11:34 02:11:34 #157 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:11:34 #157 DONE 1328.1s 02:11:34 02:11:34 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:11:34 #155 ... 02:11:34 02:11:34 #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:11:34 #189 DONE 0.2s 02:11:34 02:11:34 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:11:34 #155 ... 02:11:34 02:11:34 #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:11:34 #190 DONE 0.2s 02:11:34 02:11:34 #191 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:11:35 #191 DONE 0.3s 02:11:35 02:11:35 #192 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 02:11:35 #192 DONE 0.1s 02:11:35 02:11:35 #193 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:11:35 #193 DONE 0.1s 02:11:35 02:11:35 #194 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:11:37 #194 DONE 2.8s 02:11:37 02:11:37 #105 [core-common-config-bootstrapper] exporting to image 02:11:37 #105 exporting layers 02:11:38 #105 exporting layers 0.6s done 02:11:38 #105 writing image sha256:5fbc9851a17db6bdbdcf1e39efd7dcd722b179575315dd3828b2fd4c58e1cf5a 0.1s done 02:11:38 #105 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 02:11:38 #105 DONE 9.9s 02:11:38 02:11:38 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:14:00 #159 ... 02:14:00 02:14:00 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:14:00 #149 DONE 1465.3s 02:14:00 02:14:00 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:14:00 #154 ... 02:14:00 02:14:00 #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:14:00 #195 DONE 0.2s 02:14:00 02:14:00 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:14:00 #155 ... 02:14:00 02:14:00 #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:14:00 #196 DONE 0.2s 02:14:00 02:14:00 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:14:00 #160 ... 02:14:00 02:14:00 #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:14:00 #197 DONE 0.3s 02:14:00 02:14:00 #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 02:14:00 #158 ... 02:14:00 02:14:00 #198 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 02:14:00 #198 DONE 0.1s 02:14:00 02:14:00 #105 [security-spiffe-token-provider] exporting to image 02:14:00 #105 exporting layers 02:14:00 #105 exporting layers 0.7s done 02:14:00 #105 writing image sha256:ff218edc2c102d4985136047154015ce2ca1e6ecb7eb5a14874c3f43768ce7c5 done 02:14:00 #105 naming to docker.io/library/security-spiffe-token-provider-arm64 done 02:14:00 #105 DONE 10.7s 02:14:00 02:14:00 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:22:07 #155 DONE 1960.7s 02:22:07 02:22:07 #28 [security-spire-agent internal] load .dockerignore 02:22:07 #28 ... 02:22:07 02:22:07 #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:22:07 #199 DONE 0.2s 02:22:07 02:22:07 #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:22:07 #200 DONE 0.2s 02:22:07 02:22:07 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:22:07 #201 DONE 0.4s 02:22:07 02:22:07 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:22:07 #159 ... 02:22:07 02:22:07 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 02:22:07 #202 DONE 0.2s 02:22:07 02:22:07 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:22:07 #203 DONE 0.1s 02:22:07 02:22:07 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:22:09 #204 DONE 1.9s 02:22:09 02:22:09 #105 [security-proxy-auth] exporting to image 02:22:09 #105 exporting layers 02:22:10 #105 exporting layers 0.6s done 02:22:10 #105 writing image sha256:2be25084a86131da7a27960503e7168079a140470a003b6f66fa06cb7ed0ec68 done 02:22:10 #105 naming to docker.io/library/security-proxy-auth-arm64 done 02:22:10 #105 DONE 11.3s 02:22:10 02:22:10 #28 [security-spire-agent internal] load .dockerignore 02:23:18 #28 ... 02:23:18 02:23:18 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:23:18 #150 DONE 2031.0s 02:23:18 02:23:18 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:23:18 #159 ... 02:23:18 02:23:18 #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:23:18 #205 DONE 0.2s 02:23:18 02:23:18 #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 02:23:18 #158 ... 02:23:18 02:23:18 #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:23:18 #206 DONE 0.2s 02:23:18 02:23:18 #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:23:18 #207 DONE 0.5s 02:23:18 02:23:18 #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:23:18 #208 DONE 0.1s 02:23:18 02:23:18 #105 [core-command] exporting to image 02:23:18 #105 exporting layers 02:23:18 #105 exporting layers 0.4s done 02:23:18 #105 writing image sha256:f4ef2fcabcd2f5999be69e87161999c3c9548000852b4784c5060ec67ce8fdf8 done 02:23:18 #105 naming to docker.io/library/core-command-arm64 done 02:23:18 #105 DONE 11.7s 02:23:18 02:23:18 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:25:40 #159 ... 02:25:40 02:25:40 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:25:40 #148 DONE 2160.9s 02:25:40 02:25:40 #28 [security-spire-agent internal] load .dockerignore 02:25:40 #28 ... 02:25:40 02:25:40 #209 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:25:40 #209 DONE 0.2s 02:25:40 02:25:40 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:25:40 #159 ... 02:25:40 02:25:40 #210 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:25:40 #210 DONE 0.5s 02:25:40 02:25:40 #211 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:25:40 #211 DONE 0.2s 02:25:40 02:25:40 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:25:40 #159 ... 02:25:40 02:25:40 #105 [core-keeper] exporting to image 02:25:40 #105 exporting layers 02:25:40 #105 exporting layers 0.9s done 02:25:40 #105 writing image sha256:47d130811dab497d28b3f3ceb3bdf76ae92a455106e0a293d584030a2188e49b done 02:25:40 #105 naming to docker.io/library/core-keeper-arm64 done 02:25:40 #105 DONE 12.6s 02:25:40 02:25:40 #28 [security-spire-agent internal] load .dockerignore 02:25:40 #28 ... 02:25:40 02:25:40 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:25:40 #159 DONE 2163.7s 02:25:40 02:25:40 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:25:40 #160 ... 02:25:40 02:25:40 #212 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:25:40 #212 DONE 0.3s 02:25:40 02:25:40 #213 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:25:40 #213 DONE 0.2s 02:25:40 02:25:40 #214 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:25:40 #214 DONE 0.6s 02:25:40 02:25:40 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:25:40 #153 DONE 2165.3s 02:25:40 02:25:40 #215 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:25:40 #215 DONE 0.3s 02:25:40 02:25:40 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:25:40 #160 ... 02:25:40 02:25:40 #216 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 02:25:40 #216 DONE 0.5s 02:25:40 02:25:40 #105 [core-data] exporting to image 02:25:40 #105 ... 02:25:40 02:25:40 #217 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:25:40 #217 DONE 0.4s 02:25:40 02:25:40 #218 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:25:40 #218 DONE 0.2s 02:25:40 02:25:40 #28 [security-spire-agent internal] load .dockerignore 02:25:40 #28 ... 02:25:40 02:25:40 #219 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:25:40 #219 ... 02:25:40 02:25:40 #105 [core-data] exporting to image 02:25:40 #105 exporting layers 0.9s done 02:25:40 #105 writing image sha256:75830e2d3fea01de6828c0b9b31e78004fe9313118516770a8ed190b719e4d7f done 02:25:40 #105 naming to docker.io/library/core-data-arm64 done 02:25:40 #105 DONE 13.5s 02:25:40 02:25:40 #219 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:25:40 #219 DONE 0.6s 02:25:40 02:25:40 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:25:40 #160 ... 02:25:40 02:25:40 #220 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:25:40 #220 DONE 0.3s 02:25:40 02:25:40 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:25:40 #160 ... 02:25:40 02:25:40 #221 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:25:40 #221 DONE 0.1s 02:25:40 02:25:40 #105 [core-metadata] exporting to image 02:25:40 #105 exporting layers 0.5s done 02:25:40 #105 writing image sha256:a6b47bf9d1c3a80a875dd658e5c7052270aaa8b5cfb6ac9cd7f1552cf4144173 done 02:25:40 #105 naming to docker.io/library/core-metadata-arm64 done 02:25:40 #105 DONE 14.0s 02:25:40 02:25:40 #28 [security-spire-agent internal] load .dockerignore 02:26:07 #28 ... 02:26:07 02:26:07 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:26:07 #154 DONE 2199.4s 02:26:07 02:26:07 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:26:07 #160 ... 02:26:07 02:26:07 #222 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:26:07 #222 DONE 0.2s 02:26:07 02:26:07 #28 [security-spire-agent internal] load .dockerignore 02:26:07 #28 ... 02:26:07 02:26:07 #223 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:26:07 #223 DONE 0.1s 02:26:07 02:26:07 #224 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:26:07 #224 DONE 0.5s 02:26:07 02:26:07 #225 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 02:26:07 #225 DONE 0.2s 02:26:07 02:26:07 #28 [security-spire-agent internal] load .dockerignore 02:26:07 #28 ... 02:26:07 02:26:07 #105 [support-scheduler] exporting to image 02:26:07 #105 exporting layers 02:26:07 #105 exporting layers 0.6s done 02:26:07 #105 writing image sha256:b53b9de10bd56c00867374b39ecea572f2e25b92ff81aab8e254b236accc8115 done 02:26:07 #105 naming to docker.io/library/support-scheduler-arm64 done 02:26:07 #105 DONE 14.5s 02:26:07 02:26:07 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:26:08 #160 ... 02:26:08 02:26:08 #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 02:26:08 #158 DONE 2202.7s 02:26:08 02:26:08 #226 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:26:08 #226 DONE 0.2s 02:26:08 02:26:08 #28 [security-spire-agent internal] load .dockerignore 02:26:08 #28 ... 02:26:08 02:26:08 #227 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:26:08 #227 DONE 0.1s 02:26:08 02:26:08 #228 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 02:26:08 #228 ... 02:26:08 02:26:08 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:26:08 #160 DONE 2203.6s 02:26:09 02:26:09 #228 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 02:26:09 #228 DONE 0.4s 02:26:09 02:26:09 #229 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 02:26:09 #229 DONE 0.2s 02:26:09 02:26:09 #105 [support-cron-scheduler] exporting to image 02:26:09 #105 ... 02:26:09 02:26:09 #230 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:26:09 #230 DONE 0.1s 02:26:09 02:26:09 #231 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:26:09 #231 DONE 0.1s 02:26:09 02:26:09 #232 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:26:10 #232 DONE 0.4s 02:26:10 02:26:10 #28 [security-spire-agent internal] load .dockerignore 02:26:10 #28 ... 02:26:10 02:26:10 #233 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:26:10 #233 DONE 0.1s 02:26:10 02:26:10 #105 [support-notifications] exporting to image 02:26:10 #105 exporting layers 0.5s done 02:26:10 #105 writing image sha256:c109611a6e88852010c285765412c96e5943c40fafee2e5fa5a0ac1095cf4adf done 02:26:10 #105 naming to docker.io/library/support-notifications-arm64 done 02:26:10 #105 exporting layers 1.8s done 02:26:10 #105 writing image sha256:736e5ee22a3429a5cb3597c74a5aac39b6aca249bf644996f78d7b457476213f done 02:26:10 #105 naming to docker.io/library/support-cron-scheduler-arm64 done 02:26:10 #105 DONE 16.4s 02:26:10 02:26:10 #28 [security-spire-agent internal] load .dockerignore 02:26:10 time="2024-09-11T01:47:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:26:10 time="2024-09-11T01:47:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:26:10 time="2024-09-11T01:47:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:26:10 time="2024-09-11T01:47:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:26:10 time="2024-09-11T01:47:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:26:10 time="2024-09-11T01:47:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:26:10 time="2024-09-11T01:47:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:26:10 time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:26:10 time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:26:10 time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:26:10 time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:26:10 time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:26:10 time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:26:10 time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:26:10 time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:26:10 time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:26:11 $ docker stop --time=1 e38d078d8124d916f60094d44bb0fbaceb9586559fc34e1ee4fea0ed55a49ad9 02:26:12 $ docker rm -f --volumes e38d078d8124d916f60094d44bb0fbaceb9586559fc34e1ee4fea0ed55a49ad9 [Pipeline] // withDockerContainer [Pipeline] sh 02:26:13 + docker images 02:26:13 REPOSITORY TAG IMAGE ID CREATED SIZE 02:26:13 support-notifications-arm64 latest c109611a6e88 3 seconds ago 42.1MB 02:26:13 support-cron-scheduler-arm64 latest 736e5ee22a34 4 seconds ago 43.7MB 02:26:13 support-scheduler-arm64 latest b53b9de10bd5 7 seconds ago 41.4MB 02:26:13 core-metadata-arm64 latest a6b47bf9d1c3 41 seconds ago 39.4MB 02:26:13 core-data-arm64 latest 75830e2d3fea 42 seconds ago 39.2MB 02:26:13 core-keeper-arm64 latest 47d130811dab 46 seconds ago 39.2MB 02:26:13 core-command-arm64 latest f4ef2fcabcd2 2 minutes ago 35.1MB 02:26:13 security-proxy-auth-arm64 latest 2be25084a861 4 minutes ago 32.7MB 02:26:13 security-spiffe-token-provider-arm64 latest ff218edc2c10 12 minutes ago 29.1MB 02:26:13 core-common-config-bootstrapper-arm64 latest 5fbc9851a17d 14 minutes ago 15.4MB 02:26:13 security-secretstore-setup-arm64 latest 22c911779a65 15 minutes ago 36.4MB 02:26:13 security-bootstrapper-arm64 latest ccd5daee9eae 15 minutes ago 18.9MB 02:26:13 security-proxy-setup-arm64 latest 06e9f9bcd15e 15 minutes ago 26.2MB 02:26:13 security-spire-agent-arm64 latest 29df90e6b2a0 37 minutes ago 174MB 02:26:13 security-spire-server-arm64 latest 6c37c04653aa 37 minutes ago 116MB 02:26:13 security-spire-config-arm64 latest da1ec30e5a2b 37 minutes ago 115MB 02:26:13 ci-base-image-arm64 latest 5c478f59c212 39 minutes ago 967MB 02:26:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 4 months ago 561MB 02:26:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 15 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 02:26:13 provisioning config files... 02:26:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/693@tmp/config6411718484123312664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:26:13 ---> ****-login.sh 02:26:13 nexus3.edgexfoundry.org:10001 02:26:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:26:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:26:14 Configure a credential helper to remove this warning. See 02:26:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:26:14 02:26:14 Login Succeeded 02:26:14 nexus3.edgexfoundry.org:10002 02:26:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:26:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:26:14 Configure a credential helper to remove this warning. See 02:26:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:26:14 02:26:14 Login Succeeded 02:26:14 nexus3.edgexfoundry.org:10003 02:26:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:26:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:26:15 Configure a credential helper to remove this warning. See 02:26:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:26:15 02:26:15 Login Succeeded 02:26:15 nexus3.edgexfoundry.org:10004 02:26:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:26:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:26:15 Configure a credential helper to remove this warning. See 02:26:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:26:15 02:26:15 Login Succeeded 02:26:15 ****.io 02:26:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:26:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:26:16 Configure a credential helper to remove this warning. See 02:26:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:26:16 02:26:16 Login Succeeded 02:26:16 ---> ****-login.sh ends [Pipeline] } 02:26:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:26:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:26:16 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 02:26:16 31004d15d58f507a4eebe19040194a3f4f45cec1 02:26:16 latest 02:26:16 3.2.0-dev.72 02:26:16 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:26:16 main 02:26:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:16 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:16 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:26:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:26:16 63438973c898: Preparing 02:26:16 d2472eab342d: Preparing 02:26:16 ef177b78a2de: Preparing 02:26:16 4191554ad4a7: Preparing 02:26:16 a72cbe695e0a: Preparing 02:26:16 236219d60f3d: Preparing 02:26:16 4aeaa0e7d41f: Preparing 02:26:16 236219d60f3d: Waiting 02:26:16 4aeaa0e7d41f: Waiting 02:26:17 ef177b78a2de: Pushed 02:26:17 63438973c898: Pushed 02:26:17 a72cbe695e0a: Pushed 02:26:17 4191554ad4a7: Pushed 02:26:17 4aeaa0e7d41f: Layer already exists 02:26:17 236219d60f3d: Pushed 02:26:23 d2472eab342d: Pushed 02:26:23 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:94c34515a6ffc28efd76cb7b795451ef7c6fb0f1b95f8bc6a5317dd9f66ba953 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:23 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:24 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:26:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:26:24 63438973c898: Preparing 02:26:24 d2472eab342d: Preparing 02:26:24 ef177b78a2de: Preparing 02:26:24 4191554ad4a7: Preparing 02:26:24 a72cbe695e0a: Preparing 02:26:24 236219d60f3d: Preparing 02:26:24 4aeaa0e7d41f: Preparing 02:26:24 236219d60f3d: Waiting 02:26:24 4aeaa0e7d41f: Waiting 02:26:24 a72cbe695e0a: Layer already exists 02:26:24 ef177b78a2de: Layer already exists 02:26:24 4191554ad4a7: Layer already exists 02:26:24 63438973c898: Layer already exists 02:26:24 d2472eab342d: Layer already exists 02:26:24 4aeaa0e7d41f: Layer already exists 02:26:24 236219d60f3d: Layer already exists 02:26:24 latest: digest: sha256:94c34515a6ffc28efd76cb7b795451ef7c6fb0f1b95f8bc6a5317dd9f66ba953 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:24 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.72 02:26:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:26:25 63438973c898: Preparing 02:26:25 d2472eab342d: Preparing 02:26:25 ef177b78a2de: Preparing 02:26:25 4191554ad4a7: Preparing 02:26:25 a72cbe695e0a: Preparing 02:26:25 236219d60f3d: Preparing 02:26:25 4aeaa0e7d41f: Preparing 02:26:25 236219d60f3d: Waiting 02:26:25 4aeaa0e7d41f: Waiting 02:26:25 d2472eab342d: Layer already exists 02:26:25 4191554ad4a7: Layer already exists 02:26:25 63438973c898: Layer already exists 02:26:25 a72cbe695e0a: Layer already exists 02:26:25 ef177b78a2de: Layer already exists 02:26:25 4aeaa0e7d41f: Layer already exists 02:26:25 236219d60f3d: Layer already exists 02:26:25 3.2.0-dev.72: digest: sha256:94c34515a6ffc28efd76cb7b795451ef7c6fb0f1b95f8bc6a5317dd9f66ba953 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:26:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:26:26 63438973c898: Preparing 02:26:26 d2472eab342d: Preparing 02:26:26 ef177b78a2de: Preparing 02:26:26 4191554ad4a7: Preparing 02:26:26 a72cbe695e0a: Preparing 02:26:26 236219d60f3d: Preparing 02:26:26 4aeaa0e7d41f: Preparing 02:26:26 4aeaa0e7d41f: Waiting 02:26:26 236219d60f3d: Waiting 02:26:26 63438973c898: Layer already exists 02:26:26 d2472eab342d: Layer already exists 02:26:26 a72cbe695e0a: Layer already exists 02:26:26 ef177b78a2de: Layer already exists 02:26:26 4191554ad4a7: Layer already exists 02:26:26 4aeaa0e7d41f: Layer already exists 02:26:26 236219d60f3d: Layer already exists 02:26:26 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:94c34515a6ffc28efd76cb7b795451ef7c6fb0f1b95f8bc6a5317dd9f66ba953 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 02:26:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:26:27 63438973c898: Preparing 02:26:27 d2472eab342d: Preparing 02:26:27 ef177b78a2de: Preparing 02:26:27 4191554ad4a7: Preparing 02:26:27 a72cbe695e0a: Preparing 02:26:27 236219d60f3d: Preparing 02:26:27 4aeaa0e7d41f: Preparing 02:26:27 236219d60f3d: Waiting 02:26:27 4aeaa0e7d41f: Waiting 02:26:27 4191554ad4a7: Layer already exists 02:26:27 d2472eab342d: Layer already exists 02:26:27 ef177b78a2de: Layer already exists 02:26:27 63438973c898: Layer already exists 02:26:27 a72cbe695e0a: Layer already exists 02:26:27 236219d60f3d: Layer already exists 02:26:27 4aeaa0e7d41f: Layer already exists 02:26:27 main: digest: sha256:94c34515a6ffc28efd76cb7b795451ef7c6fb0f1b95f8bc6a5317dd9f66ba953 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:26:27 ===================================================== [Pipeline] echo 02:26:27 taggedImages: 02:26:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:26:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:26:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.72 02:26:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:26:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:26:27 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 02:26:27 31004d15d58f507a4eebe19040194a3f4f45cec1 02:26:27 latest 02:26:27 3.2.0-dev.72 02:26:27 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:26:27 main 02:26:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:28 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:28 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:26:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:26:28 ed2007de1409: Preparing 02:26:28 87f10bf26be5: Preparing 02:26:28 7a408f63010b: Preparing 02:26:28 a5c3702c5e0a: Preparing 02:26:28 ef177b78a2de: Preparing 02:26:28 4191554ad4a7: Preparing 02:26:28 a72cbe695e0a: Preparing 02:26:28 236219d60f3d: Preparing 02:26:28 4aeaa0e7d41f: Preparing 02:26:28 4191554ad4a7: Waiting 02:26:28 236219d60f3d: Waiting 02:26:28 a72cbe695e0a: Waiting 02:26:28 4aeaa0e7d41f: Waiting 02:26:28 ef177b78a2de: Layer already exists 02:26:28 4191554ad4a7: Layer already exists 02:26:28 7a408f63010b: Pushed 02:26:28 87f10bf26be5: Pushed 02:26:28 a72cbe695e0a: Layer already exists 02:26:28 ed2007de1409: Pushed 02:26:28 236219d60f3d: Layer already exists 02:26:28 4aeaa0e7d41f: Layer already exists 02:26:30 a5c3702c5e0a: Pushed 02:26:30 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:3c1dd50a3354e43b0918945ea168d6f71de5aac5ea0f6644eedc4554aec0f26f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:30 + 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 02:26:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:26:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:26:31 ed2007de1409: Preparing 02:26:31 87f10bf26be5: Preparing 02:26:31 7a408f63010b: Preparing 02:26:31 a5c3702c5e0a: Preparing 02:26:31 ef177b78a2de: Preparing 02:26:31 4191554ad4a7: Preparing 02:26:31 a72cbe695e0a: Preparing 02:26:31 236219d60f3d: Preparing 02:26:31 4aeaa0e7d41f: Preparing 02:26:31 4191554ad4a7: Waiting 02:26:31 a72cbe695e0a: Waiting 02:26:31 236219d60f3d: Waiting 02:26:31 4aeaa0e7d41f: Waiting 02:26:31 ed2007de1409: Layer already exists 02:26:31 87f10bf26be5: Layer already exists 02:26:31 7a408f63010b: Layer already exists 02:26:31 ef177b78a2de: Layer already exists 02:26:31 a5c3702c5e0a: Layer already exists 02:26:31 236219d60f3d: Layer already exists 02:26:31 4191554ad4a7: Layer already exists 02:26:31 4aeaa0e7d41f: Layer already exists 02:26:31 a72cbe695e0a: Layer already exists 02:26:31 latest: digest: sha256:3c1dd50a3354e43b0918945ea168d6f71de5aac5ea0f6644eedc4554aec0f26f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:31 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.72 02:26:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:26:32 ed2007de1409: Preparing 02:26:32 87f10bf26be5: Preparing 02:26:32 7a408f63010b: Preparing 02:26:32 a5c3702c5e0a: Preparing 02:26:32 ef177b78a2de: Preparing 02:26:32 4191554ad4a7: Preparing 02:26:32 a72cbe695e0a: Preparing 02:26:32 236219d60f3d: Preparing 02:26:32 4aeaa0e7d41f: Preparing 02:26:32 4191554ad4a7: Waiting 02:26:32 a72cbe695e0a: Waiting 02:26:32 236219d60f3d: Waiting 02:26:32 ef177b78a2de: Layer already exists 02:26:32 a5c3702c5e0a: Layer already exists 02:26:32 87f10bf26be5: Layer already exists 02:26:32 7a408f63010b: Layer already exists 02:26:32 ed2007de1409: Layer already exists 02:26:32 4191554ad4a7: Layer already exists 02:26:32 a72cbe695e0a: Layer already exists 02:26:32 236219d60f3d: Layer already exists 02:26:32 4aeaa0e7d41f: Layer already exists 02:26:32 3.2.0-dev.72: digest: sha256:3c1dd50a3354e43b0918945ea168d6f71de5aac5ea0f6644eedc4554aec0f26f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:32 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:26:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:26:33 ed2007de1409: Preparing 02:26:33 87f10bf26be5: Preparing 02:26:33 7a408f63010b: Preparing 02:26:33 a5c3702c5e0a: Preparing 02:26:33 ef177b78a2de: Preparing 02:26:33 4191554ad4a7: Preparing 02:26:33 a72cbe695e0a: Preparing 02:26:33 236219d60f3d: Preparing 02:26:33 4aeaa0e7d41f: Preparing 02:26:33 4191554ad4a7: Waiting 02:26:33 236219d60f3d: Waiting 02:26:33 a72cbe695e0a: Waiting 02:26:33 4aeaa0e7d41f: Waiting 02:26:33 87f10bf26be5: Layer already exists 02:26:33 a5c3702c5e0a: Layer already exists 02:26:33 ef177b78a2de: Layer already exists 02:26:33 7a408f63010b: Layer already exists 02:26:33 ed2007de1409: Layer already exists 02:26:33 a72cbe695e0a: Layer already exists 02:26:33 4aeaa0e7d41f: Layer already exists 02:26:33 4191554ad4a7: Layer already exists 02:26:33 236219d60f3d: Layer already exists 02:26:33 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:3c1dd50a3354e43b0918945ea168d6f71de5aac5ea0f6644eedc4554aec0f26f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:33 + 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 02:26:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 02:26:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:26:34 ed2007de1409: Preparing 02:26:34 87f10bf26be5: Preparing 02:26:34 7a408f63010b: Preparing 02:26:34 a5c3702c5e0a: Preparing 02:26:34 ef177b78a2de: Preparing 02:26:34 4191554ad4a7: Preparing 02:26:34 a72cbe695e0a: Preparing 02:26:34 236219d60f3d: Preparing 02:26:34 4aeaa0e7d41f: Preparing 02:26:34 4191554ad4a7: Waiting 02:26:34 a72cbe695e0a: Waiting 02:26:34 236219d60f3d: Waiting 02:26:34 4aeaa0e7d41f: Waiting 02:26:34 ef177b78a2de: Layer already exists 02:26:34 ed2007de1409: Layer already exists 02:26:34 87f10bf26be5: Layer already exists 02:26:34 7a408f63010b: Layer already exists 02:26:34 a5c3702c5e0a: Layer already exists 02:26:34 4191554ad4a7: Layer already exists 02:26:34 236219d60f3d: Layer already exists 02:26:34 a72cbe695e0a: Layer already exists 02:26:34 4aeaa0e7d41f: Layer already exists 02:26:34 main: digest: sha256:3c1dd50a3354e43b0918945ea168d6f71de5aac5ea0f6644eedc4554aec0f26f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:26:34 ===================================================== [Pipeline] echo 02:26:34 taggedImages: 02:26:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:26:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:26:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.72 02:26:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:26:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:26:34 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 02:26:34 31004d15d58f507a4eebe19040194a3f4f45cec1 02:26:34 latest 02:26:34 3.2.0-dev.72 02:26:34 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:26:34 main 02:26:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:35 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:35 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:26:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:26:35 1b1097c27639: Preparing 02:26:35 eadcfbf6a640: Preparing 02:26:35 0a2a2cd3f787: Preparing 02:26:35 ef177b78a2de: Preparing 02:26:35 4191554ad4a7: Preparing 02:26:35 6be134ec2683: Preparing 02:26:35 2e04b864b2c9: Preparing 02:26:35 4aeaa0e7d41f: Preparing 02:26:35 6be134ec2683: Waiting 02:26:35 2e04b864b2c9: Waiting 02:26:35 4aeaa0e7d41f: Waiting 02:26:35 ef177b78a2de: Layer already exists 02:26:35 4191554ad4a7: Layer already exists 02:26:35 eadcfbf6a640: Pushed 02:26:35 1b1097c27639: Pushed 02:26:35 6be134ec2683: Pushed 02:26:35 2e04b864b2c9: Pushed 02:26:35 4aeaa0e7d41f: Layer already exists 02:26:42 0a2a2cd3f787: Pushed 02:26:42 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:0776e7f9efa103ee0571ef3bfca4f0a86cfdb4041ac804f7b18bfdb3f2df9748 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:42 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:26:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:26:43 1b1097c27639: Preparing 02:26:43 eadcfbf6a640: Preparing 02:26:43 0a2a2cd3f787: Preparing 02:26:43 ef177b78a2de: Preparing 02:26:43 4191554ad4a7: Preparing 02:26:43 6be134ec2683: Preparing 02:26:43 2e04b864b2c9: Preparing 02:26:43 4aeaa0e7d41f: Preparing 02:26:43 4aeaa0e7d41f: Waiting 02:26:43 2e04b864b2c9: Waiting 02:26:43 6be134ec2683: Waiting 02:26:43 ef177b78a2de: Layer already exists 02:26:43 eadcfbf6a640: Layer already exists 02:26:43 1b1097c27639: Layer already exists 02:26:43 4191554ad4a7: Layer already exists 02:26:43 0a2a2cd3f787: Layer already exists 02:26:43 2e04b864b2c9: Layer already exists 02:26:43 6be134ec2683: Layer already exists 02:26:43 4aeaa0e7d41f: Layer already exists 02:26:43 latest: digest: sha256:0776e7f9efa103ee0571ef3bfca4f0a86cfdb4041ac804f7b18bfdb3f2df9748 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:44 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.72 02:26:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:26:44 1b1097c27639: Preparing 02:26:44 eadcfbf6a640: Preparing 02:26:44 0a2a2cd3f787: Preparing 02:26:44 ef177b78a2de: Preparing 02:26:44 4191554ad4a7: Preparing 02:26:44 6be134ec2683: Preparing 02:26:44 2e04b864b2c9: Preparing 02:26:44 4aeaa0e7d41f: Preparing 02:26:44 6be134ec2683: Waiting 02:26:44 2e04b864b2c9: Waiting 02:26:44 4aeaa0e7d41f: Waiting 02:26:44 eadcfbf6a640: Layer already exists 02:26:44 ef177b78a2de: Layer already exists 02:26:44 4191554ad4a7: Layer already exists 02:26:44 0a2a2cd3f787: Layer already exists 02:26:44 1b1097c27639: Layer already exists 02:26:44 2e04b864b2c9: Layer already exists 02:26:44 4aeaa0e7d41f: Layer already exists 02:26:44 6be134ec2683: Layer already exists 02:26:44 3.2.0-dev.72: digest: sha256:0776e7f9efa103ee0571ef3bfca4f0a86cfdb4041ac804f7b18bfdb3f2df9748 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:44 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:45 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:26:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:26:45 1b1097c27639: Preparing 02:26:45 eadcfbf6a640: Preparing 02:26:45 0a2a2cd3f787: Preparing 02:26:45 ef177b78a2de: Preparing 02:26:45 4191554ad4a7: Preparing 02:26:45 6be134ec2683: Preparing 02:26:45 2e04b864b2c9: Preparing 02:26:45 6be134ec2683: Waiting 02:26:45 4aeaa0e7d41f: Preparing 02:26:45 2e04b864b2c9: Waiting 02:26:45 4aeaa0e7d41f: Waiting 02:26:45 eadcfbf6a640: Layer already exists 02:26:45 ef177b78a2de: Layer already exists 02:26:45 4191554ad4a7: Layer already exists 02:26:45 0a2a2cd3f787: Layer already exists 02:26:45 1b1097c27639: Layer already exists 02:26:45 6be134ec2683: Layer already exists 02:26:45 2e04b864b2c9: Layer already exists 02:26:45 4aeaa0e7d41f: Layer already exists 02:26:45 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:0776e7f9efa103ee0571ef3bfca4f0a86cfdb4041ac804f7b18bfdb3f2df9748 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:45 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:46 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 02:26:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:26:46 1b1097c27639: Preparing 02:26:46 eadcfbf6a640: Preparing 02:26:46 0a2a2cd3f787: Preparing 02:26:46 ef177b78a2de: Preparing 02:26:46 4191554ad4a7: Preparing 02:26:46 6be134ec2683: Preparing 02:26:46 2e04b864b2c9: Preparing 02:26:46 4aeaa0e7d41f: Preparing 02:26:46 6be134ec2683: Waiting 02:26:46 2e04b864b2c9: Waiting 02:26:46 4aeaa0e7d41f: Waiting 02:26:46 4191554ad4a7: Layer already exists 02:26:46 0a2a2cd3f787: Layer already exists 02:26:46 eadcfbf6a640: Layer already exists 02:26:46 ef177b78a2de: Layer already exists 02:26:46 1b1097c27639: Layer already exists 02:26:46 2e04b864b2c9: Layer already exists 02:26:46 4aeaa0e7d41f: Layer already exists 02:26:46 6be134ec2683: Layer already exists 02:26:46 main: digest: sha256:0776e7f9efa103ee0571ef3bfca4f0a86cfdb4041ac804f7b18bfdb3f2df9748 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:26:46 ===================================================== [Pipeline] echo 02:26:46 taggedImages: 02:26:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:26:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:26:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.72 02:26:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:26:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:26:46 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 02:26:46 31004d15d58f507a4eebe19040194a3f4f45cec1 02:26:46 latest 02:26:46 3.2.0-dev.72 02:26:46 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:26:46 main 02:26:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:46 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:26:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:26:47 a4c520250394: Preparing 02:26:47 99a090373a82: Preparing 02:26:47 4191554ad4a7: Preparing 02:26:47 dfc70afc56b3: Preparing 02:26:47 457d700d8f22: Preparing 02:26:47 4aeaa0e7d41f: Preparing 02:26:47 4aeaa0e7d41f: Waiting 02:26:47 4191554ad4a7: Layer already exists 02:26:47 4aeaa0e7d41f: Layer already exists 02:26:47 457d700d8f22: Pushed 02:26:47 a4c520250394: Pushed 02:26:47 dfc70afc56b3: Pushed 02:26:54 99a090373a82: Pushed 02:26:54 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:3e4427e0585b8c3cc67705f3998cf5b1de192c3d55c6e22434e6d260163909d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:54 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:26:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:26:55 a4c520250394: Preparing 02:26:55 99a090373a82: Preparing 02:26:55 4191554ad4a7: Preparing 02:26:55 dfc70afc56b3: Preparing 02:26:55 457d700d8f22: Preparing 02:26:55 4aeaa0e7d41f: Preparing 02:26:55 4aeaa0e7d41f: Waiting 02:26:55 99a090373a82: Layer already exists 02:26:55 dfc70afc56b3: Layer already exists 02:26:55 a4c520250394: Layer already exists 02:26:55 4191554ad4a7: Layer already exists 02:26:55 457d700d8f22: Layer already exists 02:26:55 4aeaa0e7d41f: Layer already exists 02:26:55 latest: digest: sha256:3e4427e0585b8c3cc67705f3998cf5b1de192c3d55c6e22434e6d260163909d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:55 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:56 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.72 02:26:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:26:56 a4c520250394: Preparing 02:26:56 99a090373a82: Preparing 02:26:56 4191554ad4a7: Preparing 02:26:56 dfc70afc56b3: Preparing 02:26:56 457d700d8f22: Preparing 02:26:56 4aeaa0e7d41f: Preparing 02:26:56 4aeaa0e7d41f: Waiting 02:26:56 a4c520250394: Layer already exists 02:26:56 dfc70afc56b3: Layer already exists 02:26:56 4191554ad4a7: Layer already exists 02:26:56 99a090373a82: Layer already exists 02:26:56 457d700d8f22: Layer already exists 02:26:56 4aeaa0e7d41f: Layer already exists 02:26:56 3.2.0-dev.72: digest: sha256:3e4427e0585b8c3cc67705f3998cf5b1de192c3d55c6e22434e6d260163909d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:56 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:57 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:26:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:26:57 a4c520250394: Preparing 02:26:57 99a090373a82: Preparing 02:26:57 4191554ad4a7: Preparing 02:26:57 dfc70afc56b3: Preparing 02:26:57 457d700d8f22: Preparing 02:26:57 4aeaa0e7d41f: Preparing 02:26:57 4aeaa0e7d41f: Waiting 02:26:57 4191554ad4a7: Layer already exists 02:26:57 a4c520250394: Layer already exists 02:26:57 dfc70afc56b3: Layer already exists 02:26:57 99a090373a82: Layer already exists 02:26:57 457d700d8f22: Layer already exists 02:26:57 4aeaa0e7d41f: Layer already exists 02:26:57 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:3e4427e0585b8c3cc67705f3998cf5b1de192c3d55c6e22434e6d260163909d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:57 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:58 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 02:26:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:26:58 a4c520250394: Preparing 02:26:58 99a090373a82: Preparing 02:26:58 4191554ad4a7: Preparing 02:26:58 dfc70afc56b3: Preparing 02:26:58 457d700d8f22: Preparing 02:26:58 4aeaa0e7d41f: Preparing 02:26:58 4aeaa0e7d41f: Waiting 02:26:58 4191554ad4a7: Layer already exists 02:26:58 99a090373a82: Layer already exists 02:26:58 dfc70afc56b3: Layer already exists 02:26:58 a4c520250394: Layer already exists 02:26:58 457d700d8f22: Layer already exists 02:26:58 4aeaa0e7d41f: Layer already exists 02:26:58 main: digest: sha256:3e4427e0585b8c3cc67705f3998cf5b1de192c3d55c6e22434e6d260163909d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:26:58 ===================================================== [Pipeline] echo 02:26:58 taggedImages: 02:26:58 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:26:58 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:26:58 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.72 02:26:58 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:26:58 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:26:58 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 02:26:58 31004d15d58f507a4eebe19040194a3f4f45cec1 02:26:58 latest 02:26:58 3.2.0-dev.72 02:26:58 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:26:58 main 02:26:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:26:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:26:59 c977e56c73a5: Preparing 02:26:59 1395e31a8c17: Preparing 02:26:59 3982a0648d93: Preparing 02:26:59 ef177b78a2de: Preparing 02:26:59 4191554ad4a7: Preparing 02:26:59 a72cbe695e0a: Preparing 02:26:59 236219d60f3d: Preparing 02:26:59 4aeaa0e7d41f: Preparing 02:26:59 a72cbe695e0a: Waiting 02:26:59 236219d60f3d: Waiting 02:26:59 4aeaa0e7d41f: Waiting 02:26:59 ef177b78a2de: Layer already exists 02:26:59 4191554ad4a7: Layer already exists 02:26:59 236219d60f3d: Layer already exists 02:26:59 a72cbe695e0a: Layer already exists 02:26:59 4aeaa0e7d41f: Layer already exists 02:26:59 1395e31a8c17: Pushed 02:26:59 c977e56c73a5: Pushed 02:27:06 3982a0648d93: Pushed 02:27:06 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:caf3fd51633bf6c2679af4744fc5dd13d8a51b521dd7c81af0287dff0e05b32c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:06 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:07 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:27:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:27:07 c977e56c73a5: Preparing 02:27:07 1395e31a8c17: Preparing 02:27:07 3982a0648d93: Preparing 02:27:07 ef177b78a2de: Preparing 02:27:07 4191554ad4a7: Preparing 02:27:07 a72cbe695e0a: Preparing 02:27:07 236219d60f3d: Preparing 02:27:07 4aeaa0e7d41f: Preparing 02:27:07 a72cbe695e0a: Waiting 02:27:07 236219d60f3d: Waiting 02:27:07 4aeaa0e7d41f: Waiting 02:27:07 1395e31a8c17: Layer already exists 02:27:07 ef177b78a2de: Layer already exists 02:27:07 c977e56c73a5: Layer already exists 02:27:07 3982a0648d93: Layer already exists 02:27:07 4191554ad4a7: Layer already exists 02:27:07 a72cbe695e0a: Layer already exists 02:27:07 4aeaa0e7d41f: Layer already exists 02:27:07 236219d60f3d: Layer already exists 02:27:07 latest: digest: sha256:caf3fd51633bf6c2679af4744fc5dd13d8a51b521dd7c81af0287dff0e05b32c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:07 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.72 02:27:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:27:08 c977e56c73a5: Preparing 02:27:08 1395e31a8c17: Preparing 02:27:08 3982a0648d93: Preparing 02:27:08 ef177b78a2de: Preparing 02:27:08 4191554ad4a7: Preparing 02:27:08 a72cbe695e0a: Preparing 02:27:08 236219d60f3d: Preparing 02:27:08 4aeaa0e7d41f: Preparing 02:27:08 236219d60f3d: Waiting 02:27:08 4aeaa0e7d41f: Waiting 02:27:08 a72cbe695e0a: Waiting 02:27:08 c977e56c73a5: Layer already exists 02:27:08 ef177b78a2de: Layer already exists 02:27:08 4191554ad4a7: Layer already exists 02:27:08 3982a0648d93: Layer already exists 02:27:08 1395e31a8c17: Layer already exists 02:27:08 4aeaa0e7d41f: Layer already exists 02:27:08 236219d60f3d: Layer already exists 02:27:08 a72cbe695e0a: Layer already exists 02:27:08 3.2.0-dev.72: digest: sha256:caf3fd51633bf6c2679af4744fc5dd13d8a51b521dd7c81af0287dff0e05b32c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:08 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:27:08 c977e56c73a5: Preparing 02:27:08 1395e31a8c17: Preparing 02:27:08 3982a0648d93: Preparing 02:27:08 ef177b78a2de: Preparing 02:27:08 4191554ad4a7: Preparing 02:27:08 a72cbe695e0a: Preparing 02:27:08 236219d60f3d: Preparing 02:27:08 4aeaa0e7d41f: Preparing 02:27:08 236219d60f3d: Waiting 02:27:08 a72cbe695e0a: Waiting 02:27:08 4aeaa0e7d41f: Waiting 02:27:08 3982a0648d93: Layer already exists 02:27:08 4191554ad4a7: Layer already exists 02:27:08 1395e31a8c17: Layer already exists 02:27:08 c977e56c73a5: Layer already exists 02:27:08 ef177b78a2de: Layer already exists 02:27:08 4aeaa0e7d41f: Layer already exists 02:27:08 236219d60f3d: Layer already exists 02:27:08 a72cbe695e0a: Layer already exists 02:27:09 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:caf3fd51633bf6c2679af4744fc5dd13d8a51b521dd7c81af0287dff0e05b32c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:09 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 02:27:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:27:09 c977e56c73a5: Preparing 02:27:09 1395e31a8c17: Preparing 02:27:09 3982a0648d93: Preparing 02:27:09 ef177b78a2de: Preparing 02:27:09 4191554ad4a7: Preparing 02:27:09 a72cbe695e0a: Preparing 02:27:09 236219d60f3d: Preparing 02:27:09 4aeaa0e7d41f: Preparing 02:27:09 a72cbe695e0a: Waiting 02:27:09 236219d60f3d: Waiting 02:27:09 4aeaa0e7d41f: Waiting 02:27:09 4191554ad4a7: Layer already exists 02:27:09 1395e31a8c17: Layer already exists 02:27:09 c977e56c73a5: Layer already exists 02:27:09 ef177b78a2de: Layer already exists 02:27:09 3982a0648d93: Layer already exists 02:27:09 4aeaa0e7d41f: Layer already exists 02:27:09 a72cbe695e0a: Layer already exists 02:27:09 236219d60f3d: Layer already exists 02:27:10 main: digest: sha256:caf3fd51633bf6c2679af4744fc5dd13d8a51b521dd7c81af0287dff0e05b32c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:27:10 ===================================================== [Pipeline] echo 02:27:10 taggedImages: 02:27:10 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:10 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:27:10 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.72 02:27:10 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:10 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:27:10 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 02:27:10 31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:10 latest 02:27:10 3.2.0-dev.72 02:27:10 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:10 main 02:27:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:10 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:27:11 75b60efc7089: Preparing 02:27:11 4ffea989fbfc: Preparing 02:27:11 b1b53e50c668: Preparing 02:27:11 b1a82ad0dd78: Preparing 02:27:11 09f821052123: Preparing 02:27:11 d5dca77f16df: Preparing 02:27:11 d9a626e4a70a: Preparing 02:27:11 38fcef6b5e92: Preparing 02:27:11 ef177b78a2de: Preparing 02:27:11 4191554ad4a7: Preparing 02:27:11 69d6c9e5ec59: Preparing 02:27:11 72a024e54140: Preparing 02:27:11 5f70bf18a086: Preparing 02:27:11 6f00b0fff792: Preparing 02:27:11 3f5a4593605e: Preparing 02:27:11 de9fc9e95347: Preparing 02:27:11 4aeaa0e7d41f: Preparing 02:27:11 69d6c9e5ec59: Waiting 02:27:11 72a024e54140: Waiting 02:27:11 5f70bf18a086: Waiting 02:27:11 6f00b0fff792: Waiting 02:27:11 d5dca77f16df: Waiting 02:27:11 3f5a4593605e: Waiting 02:27:11 de9fc9e95347: Waiting 02:27:11 4aeaa0e7d41f: Waiting 02:27:11 d9a626e4a70a: Waiting 02:27:11 38fcef6b5e92: Waiting 02:27:11 ef177b78a2de: Waiting 02:27:11 4191554ad4a7: Waiting 02:27:11 09f821052123: Pushed 02:27:11 b1a82ad0dd78: Pushed 02:27:11 b1b53e50c668: Pushed 02:27:11 4ffea989fbfc: Pushed 02:27:11 75b60efc7089: Pushed 02:27:11 ef177b78a2de: Layer already exists 02:27:11 4191554ad4a7: Layer already exists 02:27:11 d5dca77f16df: Pushed 02:27:11 d9a626e4a70a: Pushed 02:27:11 5f70bf18a086: Layer already exists 02:27:11 69d6c9e5ec59: Pushed 02:27:11 72a024e54140: Pushed 02:27:11 4aeaa0e7d41f: Layer already exists 02:27:11 3f5a4593605e: Pushed 02:27:11 6f00b0fff792: Pushed 02:27:11 de9fc9e95347: Pushed 02:27:14 38fcef6b5e92: Pushed 02:27:14 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:04bbdef0137f8b77f964275ed63b61b9c63972fca6de83a0866ed9f6a9cdd012 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:14 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:27:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:27:15 75b60efc7089: Preparing 02:27:15 4ffea989fbfc: Preparing 02:27:15 b1b53e50c668: Preparing 02:27:15 b1a82ad0dd78: Preparing 02:27:15 09f821052123: Preparing 02:27:15 d5dca77f16df: Preparing 02:27:15 d9a626e4a70a: Preparing 02:27:15 38fcef6b5e92: Preparing 02:27:15 ef177b78a2de: Preparing 02:27:15 d5dca77f16df: Waiting 02:27:15 4191554ad4a7: Preparing 02:27:15 69d6c9e5ec59: Preparing 02:27:15 72a024e54140: Preparing 02:27:15 d9a626e4a70a: Waiting 02:27:15 5f70bf18a086: Preparing 02:27:15 38fcef6b5e92: Waiting 02:27:15 6f00b0fff792: Preparing 02:27:15 ef177b78a2de: Waiting 02:27:15 3f5a4593605e: Preparing 02:27:15 de9fc9e95347: Preparing 02:27:15 4191554ad4a7: Waiting 02:27:15 4aeaa0e7d41f: Preparing 02:27:15 69d6c9e5ec59: Waiting 02:27:15 5f70bf18a086: Waiting 02:27:15 6f00b0fff792: Waiting 02:27:15 72a024e54140: Waiting 02:27:15 3f5a4593605e: Waiting 02:27:15 4aeaa0e7d41f: Waiting 02:27:15 de9fc9e95347: Waiting 02:27:15 4ffea989fbfc: Layer already exists 02:27:15 b1a82ad0dd78: Layer already exists 02:27:15 b1b53e50c668: Layer already exists 02:27:15 09f821052123: Layer already exists 02:27:15 75b60efc7089: Layer already exists 02:27:15 d5dca77f16df: Layer already exists 02:27:15 d9a626e4a70a: Layer already exists 02:27:15 4191554ad4a7: Layer already exists 02:27:15 ef177b78a2de: Layer already exists 02:27:15 38fcef6b5e92: Layer already exists 02:27:15 69d6c9e5ec59: Layer already exists 02:27:15 6f00b0fff792: Layer already exists 02:27:15 72a024e54140: Layer already exists 02:27:15 5f70bf18a086: Layer already exists 02:27:15 3f5a4593605e: Layer already exists 02:27:15 4aeaa0e7d41f: Layer already exists 02:27:15 de9fc9e95347: Layer already exists 02:27:15 latest: digest: sha256:04bbdef0137f8b77f964275ed63b61b9c63972fca6de83a0866ed9f6a9cdd012 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:15 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.72 02:27:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:27:16 75b60efc7089: Preparing 02:27:16 4ffea989fbfc: Preparing 02:27:16 b1b53e50c668: Preparing 02:27:16 b1a82ad0dd78: Preparing 02:27:16 09f821052123: Preparing 02:27:16 d5dca77f16df: Preparing 02:27:16 d9a626e4a70a: Preparing 02:27:16 38fcef6b5e92: Preparing 02:27:16 ef177b78a2de: Preparing 02:27:16 4191554ad4a7: Preparing 02:27:16 69d6c9e5ec59: Preparing 02:27:16 72a024e54140: Preparing 02:27:16 5f70bf18a086: Preparing 02:27:16 6f00b0fff792: Preparing 02:27:16 3f5a4593605e: Preparing 02:27:16 de9fc9e95347: Preparing 02:27:16 4aeaa0e7d41f: Preparing 02:27:16 69d6c9e5ec59: Waiting 02:27:16 72a024e54140: Waiting 02:27:16 5f70bf18a086: Waiting 02:27:16 6f00b0fff792: Waiting 02:27:16 3f5a4593605e: Waiting 02:27:16 de9fc9e95347: Waiting 02:27:16 4aeaa0e7d41f: Waiting 02:27:16 d5dca77f16df: Waiting 02:27:16 d9a626e4a70a: Waiting 02:27:16 38fcef6b5e92: Waiting 02:27:16 ef177b78a2de: Waiting 02:27:16 4191554ad4a7: Waiting 02:27:16 b1a82ad0dd78: Layer already exists 02:27:16 09f821052123: Layer already exists 02:27:16 75b60efc7089: Layer already exists 02:27:16 4ffea989fbfc: Layer already exists 02:27:16 b1b53e50c668: Layer already exists 02:27:16 d9a626e4a70a: Layer already exists 02:27:16 38fcef6b5e92: Layer already exists 02:27:16 4191554ad4a7: Layer already exists 02:27:16 ef177b78a2de: Layer already exists 02:27:16 d5dca77f16df: Layer already exists 02:27:16 5f70bf18a086: Layer already exists 02:27:16 69d6c9e5ec59: Layer already exists 02:27:16 3f5a4593605e: Layer already exists 02:27:16 72a024e54140: Layer already exists 02:27:16 6f00b0fff792: Layer already exists 02:27:16 4aeaa0e7d41f: Layer already exists 02:27:16 de9fc9e95347: Layer already exists 02:27:16 3.2.0-dev.72: digest: sha256:04bbdef0137f8b77f964275ed63b61b9c63972fca6de83a0866ed9f6a9cdd012 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:16 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:27:17 75b60efc7089: Preparing 02:27:17 4ffea989fbfc: Preparing 02:27:17 b1b53e50c668: Preparing 02:27:17 b1a82ad0dd78: Preparing 02:27:17 09f821052123: Preparing 02:27:17 d5dca77f16df: Preparing 02:27:17 d9a626e4a70a: Preparing 02:27:17 38fcef6b5e92: Preparing 02:27:17 ef177b78a2de: Preparing 02:27:17 4191554ad4a7: Preparing 02:27:17 69d6c9e5ec59: Preparing 02:27:17 d5dca77f16df: Waiting 02:27:17 38fcef6b5e92: Waiting 02:27:17 72a024e54140: Preparing 02:27:17 d9a626e4a70a: Waiting 02:27:17 5f70bf18a086: Preparing 02:27:17 ef177b78a2de: Waiting 02:27:17 6f00b0fff792: Preparing 02:27:17 4191554ad4a7: Waiting 02:27:17 69d6c9e5ec59: Waiting 02:27:17 3f5a4593605e: Preparing 02:27:17 72a024e54140: Waiting 02:27:17 de9fc9e95347: Preparing 02:27:17 4aeaa0e7d41f: Preparing 02:27:17 5f70bf18a086: Waiting 02:27:17 6f00b0fff792: Waiting 02:27:17 de9fc9e95347: Waiting 02:27:17 3f5a4593605e: Waiting 02:27:17 4aeaa0e7d41f: Waiting 02:27:17 4ffea989fbfc: Layer already exists 02:27:17 75b60efc7089: Layer already exists 02:27:17 b1b53e50c668: Layer already exists 02:27:17 b1a82ad0dd78: Layer already exists 02:27:17 09f821052123: Layer already exists 02:27:17 d5dca77f16df: Layer already exists 02:27:17 38fcef6b5e92: Layer already exists 02:27:17 d9a626e4a70a: Layer already exists 02:27:17 ef177b78a2de: Layer already exists 02:27:17 4191554ad4a7: Layer already exists 02:27:17 6f00b0fff792: Layer already exists 02:27:17 72a024e54140: Layer already exists 02:27:17 69d6c9e5ec59: Layer already exists 02:27:17 5f70bf18a086: Layer already exists 02:27:17 3f5a4593605e: Layer already exists 02:27:17 4aeaa0e7d41f: Layer already exists 02:27:17 de9fc9e95347: Layer already exists 02:27:17 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:04bbdef0137f8b77f964275ed63b61b9c63972fca6de83a0866ed9f6a9cdd012 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:17 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 02:27:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:27:18 75b60efc7089: Preparing 02:27:18 4ffea989fbfc: Preparing 02:27:18 b1b53e50c668: Preparing 02:27:18 b1a82ad0dd78: Preparing 02:27:18 09f821052123: Preparing 02:27:18 d5dca77f16df: Preparing 02:27:18 d9a626e4a70a: Preparing 02:27:18 38fcef6b5e92: Preparing 02:27:18 ef177b78a2de: Preparing 02:27:18 4191554ad4a7: Preparing 02:27:18 69d6c9e5ec59: Preparing 02:27:18 72a024e54140: Preparing 02:27:18 5f70bf18a086: Preparing 02:27:18 6f00b0fff792: Preparing 02:27:18 3f5a4593605e: Preparing 02:27:18 de9fc9e95347: Preparing 02:27:18 4aeaa0e7d41f: Preparing 02:27:18 d9a626e4a70a: Waiting 02:27:18 38fcef6b5e92: Waiting 02:27:18 ef177b78a2de: Waiting 02:27:18 4191554ad4a7: Waiting 02:27:18 69d6c9e5ec59: Waiting 02:27:18 72a024e54140: Waiting 02:27:18 5f70bf18a086: Waiting 02:27:18 6f00b0fff792: Waiting 02:27:18 4aeaa0e7d41f: Waiting 02:27:18 d5dca77f16df: Waiting 02:27:18 3f5a4593605e: Waiting 02:27:18 de9fc9e95347: Waiting 02:27:18 b1b53e50c668: Layer already exists 02:27:18 09f821052123: Layer already exists 02:27:18 75b60efc7089: Layer already exists 02:27:18 b1a82ad0dd78: Layer already exists 02:27:18 4ffea989fbfc: Layer already exists 02:27:18 d5dca77f16df: Layer already exists 02:27:18 ef177b78a2de: Layer already exists 02:27:18 d9a626e4a70a: Layer already exists 02:27:18 38fcef6b5e92: Layer already exists 02:27:18 4191554ad4a7: Layer already exists 02:27:18 72a024e54140: Layer already exists 02:27:18 5f70bf18a086: Layer already exists 02:27:18 69d6c9e5ec59: Layer already exists 02:27:18 3f5a4593605e: Layer already exists 02:27:18 6f00b0fff792: Layer already exists 02:27:18 4aeaa0e7d41f: Layer already exists 02:27:18 de9fc9e95347: Layer already exists 02:27:18 main: digest: sha256:04bbdef0137f8b77f964275ed63b61b9c63972fca6de83a0866ed9f6a9cdd012 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:27:18 ===================================================== [Pipeline] echo 02:27:18 taggedImages: 02:27:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:27:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.72 02:27:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:27:18 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 02:27:18 31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:18 latest 02:27:18 3.2.0-dev.72 02:27:18 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:18 main 02:27:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:18 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:27:19 8b0f4822fc15: Preparing 02:27:19 6dfdab3ac199: Preparing 02:27:19 0c7ee5a5e786: Preparing 02:27:19 9dae54fbee52: Preparing 02:27:19 ef177b78a2de: Preparing 02:27:19 4191554ad4a7: Preparing 02:27:19 a72cbe695e0a: Preparing 02:27:19 4191554ad4a7: Waiting 02:27:19 236219d60f3d: Preparing 02:27:19 4aeaa0e7d41f: Preparing 02:27:19 4aeaa0e7d41f: Waiting 02:27:19 ef177b78a2de: Layer already exists 02:27:19 4191554ad4a7: Layer already exists 02:27:19 6dfdab3ac199: Pushed 02:27:19 a72cbe695e0a: Layer already exists 02:27:19 0c7ee5a5e786: Pushed 02:27:19 236219d60f3d: Layer already exists 02:27:19 8b0f4822fc15: Pushed 02:27:19 4aeaa0e7d41f: Layer already exists 02:27:24 9dae54fbee52: Pushed 02:27:24 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:5b4b81ac30e47f8828dda51349e374c315accb22be2eff07668f0830dd5851cc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:25 + 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 02:27:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:27:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:27:25 8b0f4822fc15: Preparing 02:27:25 6dfdab3ac199: Preparing 02:27:25 0c7ee5a5e786: Preparing 02:27:25 9dae54fbee52: Preparing 02:27:25 ef177b78a2de: Preparing 02:27:25 4191554ad4a7: Preparing 02:27:25 a72cbe695e0a: Preparing 02:27:25 236219d60f3d: Preparing 02:27:25 4aeaa0e7d41f: Preparing 02:27:25 4191554ad4a7: Waiting 02:27:25 a72cbe695e0a: Waiting 02:27:25 236219d60f3d: Waiting 02:27:25 4aeaa0e7d41f: Waiting 02:27:25 ef177b78a2de: Layer already exists 02:27:25 9dae54fbee52: Layer already exists 02:27:25 0c7ee5a5e786: Layer already exists 02:27:25 6dfdab3ac199: Layer already exists 02:27:25 8b0f4822fc15: Layer already exists 02:27:25 4191554ad4a7: Layer already exists 02:27:25 4aeaa0e7d41f: Layer already exists 02:27:25 a72cbe695e0a: Layer already exists 02:27:25 236219d60f3d: Layer already exists 02:27:25 latest: digest: sha256:5b4b81ac30e47f8828dda51349e374c315accb22be2eff07668f0830dd5851cc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:26 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.72 02:27:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:27:26 8b0f4822fc15: Preparing 02:27:26 6dfdab3ac199: Preparing 02:27:26 0c7ee5a5e786: Preparing 02:27:26 9dae54fbee52: Preparing 02:27:26 ef177b78a2de: Preparing 02:27:26 4191554ad4a7: Preparing 02:27:26 a72cbe695e0a: Preparing 02:27:26 236219d60f3d: Preparing 02:27:26 4aeaa0e7d41f: Preparing 02:27:26 a72cbe695e0a: Waiting 02:27:26 236219d60f3d: Waiting 02:27:26 4191554ad4a7: Waiting 02:27:26 4aeaa0e7d41f: Waiting 02:27:26 9dae54fbee52: Layer already exists 02:27:26 8b0f4822fc15: Layer already exists 02:27:26 6dfdab3ac199: Layer already exists 02:27:26 4191554ad4a7: Layer already exists 02:27:26 0c7ee5a5e786: Layer already exists 02:27:26 a72cbe695e0a: Layer already exists 02:27:26 ef177b78a2de: Layer already exists 02:27:26 236219d60f3d: Layer already exists 02:27:26 4aeaa0e7d41f: Layer already exists 02:27:26 3.2.0-dev.72: digest: sha256:5b4b81ac30e47f8828dda51349e374c315accb22be2eff07668f0830dd5851cc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:27 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:27:27 8b0f4822fc15: Preparing 02:27:27 6dfdab3ac199: Preparing 02:27:27 0c7ee5a5e786: Preparing 02:27:27 9dae54fbee52: Preparing 02:27:27 ef177b78a2de: Preparing 02:27:27 4191554ad4a7: Preparing 02:27:27 a72cbe695e0a: Preparing 02:27:27 236219d60f3d: Preparing 02:27:27 4aeaa0e7d41f: Preparing 02:27:27 a72cbe695e0a: Waiting 02:27:27 236219d60f3d: Waiting 02:27:27 4191554ad4a7: Waiting 02:27:27 4aeaa0e7d41f: Waiting 02:27:27 9dae54fbee52: Layer already exists 02:27:27 ef177b78a2de: Layer already exists 02:27:27 0c7ee5a5e786: Layer already exists 02:27:27 6dfdab3ac199: Layer already exists 02:27:27 8b0f4822fc15: Layer already exists 02:27:27 4191554ad4a7: Layer already exists 02:27:27 a72cbe695e0a: Layer already exists 02:27:27 236219d60f3d: Layer already exists 02:27:27 4aeaa0e7d41f: Layer already exists 02:27:27 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:5b4b81ac30e47f8828dda51349e374c315accb22be2eff07668f0830dd5851cc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:28 + 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 02:27:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 02:27:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:27:28 8b0f4822fc15: Preparing 02:27:28 6dfdab3ac199: Preparing 02:27:28 0c7ee5a5e786: Preparing 02:27:28 9dae54fbee52: Preparing 02:27:28 ef177b78a2de: Preparing 02:27:28 4191554ad4a7: Preparing 02:27:28 a72cbe695e0a: Preparing 02:27:28 236219d60f3d: Preparing 02:27:28 4aeaa0e7d41f: Preparing 02:27:28 a72cbe695e0a: Waiting 02:27:28 236219d60f3d: Waiting 02:27:28 4aeaa0e7d41f: Waiting 02:27:28 4191554ad4a7: Waiting 02:27:28 8b0f4822fc15: Layer already exists 02:27:28 ef177b78a2de: Layer already exists 02:27:28 9dae54fbee52: Layer already exists 02:27:28 0c7ee5a5e786: Layer already exists 02:27:28 6dfdab3ac199: Layer already exists 02:27:28 236219d60f3d: Layer already exists 02:27:28 a72cbe695e0a: Layer already exists 02:27:28 4191554ad4a7: Layer already exists 02:27:28 4aeaa0e7d41f: Layer already exists 02:27:28 main: digest: sha256:5b4b81ac30e47f8828dda51349e374c315accb22be2eff07668f0830dd5851cc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:27:29 ===================================================== [Pipeline] echo 02:27:29 taggedImages: 02:27:29 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:29 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:27:29 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.72 02:27:29 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:29 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:27:29 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 02:27:29 31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:29 latest 02:27:29 3.2.0-dev.72 02:27:29 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:29 main 02:27:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:29 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:27:29 1c9d61c60040: Preparing 02:27:29 d3cda5fd838c: Preparing 02:27:29 00066cda35d2: Preparing 02:27:29 dad229989486: Preparing 02:27:29 71cfa192f54c: Preparing 02:27:29 ef177b78a2de: Preparing 02:27:29 4191554ad4a7: Preparing 02:27:29 64e01cf8c8b8: Preparing 02:27:29 bb06c8222853: Preparing 02:27:29 09496cbaad80: Preparing 02:27:29 4aeaa0e7d41f: Preparing 02:27:29 4191554ad4a7: Waiting 02:27:29 64e01cf8c8b8: Waiting 02:27:29 bb06c8222853: Waiting 02:27:29 09496cbaad80: Waiting 02:27:29 4aeaa0e7d41f: Waiting 02:27:29 ef177b78a2de: Waiting 02:27:30 71cfa192f54c: Pushed 02:27:30 dad229989486: Pushed 02:27:30 ef177b78a2de: Layer already exists 02:27:30 d3cda5fd838c: Pushed 02:27:30 1c9d61c60040: Pushed 02:27:30 4191554ad4a7: Layer already exists 02:27:30 4aeaa0e7d41f: Layer already exists 02:27:30 64e01cf8c8b8: Pushed 02:27:30 bb06c8222853: Pushed 02:27:32 00066cda35d2: Pushed 02:27:32 09496cbaad80: Pushed 02:27:32 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:2358006f14675b251909d284960b8e31cfae485ee571c0bd493d39ef99af8689 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:33 + 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 02:27:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:27:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:27:33 1c9d61c60040: Preparing 02:27:33 d3cda5fd838c: Preparing 02:27:33 00066cda35d2: Preparing 02:27:33 dad229989486: Preparing 02:27:33 71cfa192f54c: Preparing 02:27:33 ef177b78a2de: Preparing 02:27:33 4191554ad4a7: Preparing 02:27:33 64e01cf8c8b8: Preparing 02:27:33 bb06c8222853: Preparing 02:27:33 09496cbaad80: Preparing 02:27:33 4aeaa0e7d41f: Preparing 02:27:33 ef177b78a2de: Waiting 02:27:33 64e01cf8c8b8: Waiting 02:27:33 09496cbaad80: Waiting 02:27:33 4191554ad4a7: Waiting 02:27:33 bb06c8222853: Waiting 02:27:33 4aeaa0e7d41f: Waiting 02:27:33 d3cda5fd838c: Layer already exists 02:27:33 1c9d61c60040: Layer already exists 02:27:33 dad229989486: Layer already exists 02:27:33 71cfa192f54c: Layer already exists 02:27:33 00066cda35d2: Layer already exists 02:27:33 4191554ad4a7: Layer already exists 02:27:33 64e01cf8c8b8: Layer already exists 02:27:33 ef177b78a2de: Layer already exists 02:27:33 bb06c8222853: Layer already exists 02:27:33 09496cbaad80: Layer already exists 02:27:33 4aeaa0e7d41f: Layer already exists 02:27:33 latest: digest: sha256:2358006f14675b251909d284960b8e31cfae485ee571c0bd493d39ef99af8689 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:34 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.72 02:27:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:27:34 1c9d61c60040: Preparing 02:27:34 d3cda5fd838c: Preparing 02:27:34 00066cda35d2: Preparing 02:27:34 dad229989486: Preparing 02:27:34 71cfa192f54c: Preparing 02:27:34 ef177b78a2de: Preparing 02:27:34 4191554ad4a7: Preparing 02:27:34 64e01cf8c8b8: Preparing 02:27:34 bb06c8222853: Preparing 02:27:34 ef177b78a2de: Waiting 02:27:34 09496cbaad80: Preparing 02:27:34 4191554ad4a7: Waiting 02:27:34 4aeaa0e7d41f: Preparing 02:27:34 64e01cf8c8b8: Waiting 02:27:34 bb06c8222853: Waiting 02:27:34 09496cbaad80: Waiting 02:27:34 00066cda35d2: Layer already exists 02:27:34 71cfa192f54c: Layer already exists 02:27:34 d3cda5fd838c: Layer already exists 02:27:34 1c9d61c60040: Layer already exists 02:27:34 dad229989486: Layer already exists 02:27:34 ef177b78a2de: Layer already exists 02:27:34 64e01cf8c8b8: Layer already exists 02:27:34 bb06c8222853: Layer already exists 02:27:34 09496cbaad80: Layer already exists 02:27:34 4191554ad4a7: Layer already exists 02:27:34 4aeaa0e7d41f: Layer already exists 02:27:34 3.2.0-dev.72: digest: sha256:2358006f14675b251909d284960b8e31cfae485ee571c0bd493d39ef99af8689 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:35 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:27:35 1c9d61c60040: Preparing 02:27:35 d3cda5fd838c: Preparing 02:27:35 00066cda35d2: Preparing 02:27:35 dad229989486: Preparing 02:27:35 71cfa192f54c: Preparing 02:27:35 ef177b78a2de: Preparing 02:27:35 4191554ad4a7: Preparing 02:27:35 64e01cf8c8b8: Preparing 02:27:35 bb06c8222853: Preparing 02:27:35 09496cbaad80: Preparing 02:27:35 4aeaa0e7d41f: Preparing 02:27:35 ef177b78a2de: Waiting 02:27:35 bb06c8222853: Waiting 02:27:35 4191554ad4a7: Waiting 02:27:35 64e01cf8c8b8: Waiting 02:27:35 09496cbaad80: Waiting 02:27:35 4aeaa0e7d41f: Waiting 02:27:35 d3cda5fd838c: Layer already exists 02:27:35 71cfa192f54c: Layer already exists 02:27:35 1c9d61c60040: Layer already exists 02:27:35 dad229989486: Layer already exists 02:27:35 00066cda35d2: Layer already exists 02:27:35 ef177b78a2de: Layer already exists 02:27:35 4191554ad4a7: Layer already exists 02:27:35 09496cbaad80: Layer already exists 02:27:35 64e01cf8c8b8: Layer already exists 02:27:35 bb06c8222853: Layer already exists 02:27:35 4aeaa0e7d41f: Layer already exists 02:27:35 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:2358006f14675b251909d284960b8e31cfae485ee571c0bd493d39ef99af8689 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:36 + 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 02:27:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 02:27:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:27:36 1c9d61c60040: Preparing 02:27:36 d3cda5fd838c: Preparing 02:27:36 00066cda35d2: Preparing 02:27:36 dad229989486: Preparing 02:27:36 71cfa192f54c: Preparing 02:27:36 ef177b78a2de: Preparing 02:27:36 4191554ad4a7: Preparing 02:27:36 64e01cf8c8b8: Preparing 02:27:36 bb06c8222853: Preparing 02:27:36 09496cbaad80: Preparing 02:27:36 4aeaa0e7d41f: Preparing 02:27:36 64e01cf8c8b8: Waiting 02:27:36 bb06c8222853: Waiting 02:27:36 09496cbaad80: Waiting 02:27:36 4aeaa0e7d41f: Waiting 02:27:36 ef177b78a2de: Waiting 02:27:36 4191554ad4a7: Waiting 02:27:36 1c9d61c60040: Layer already exists 02:27:36 d3cda5fd838c: Layer already exists 02:27:36 dad229989486: Layer already exists 02:27:36 00066cda35d2: Layer already exists 02:27:36 71cfa192f54c: Layer already exists 02:27:36 64e01cf8c8b8: Layer already exists 02:27:36 4191554ad4a7: Layer already exists 02:27:36 ef177b78a2de: Layer already exists 02:27:36 09496cbaad80: Layer already exists 02:27:36 bb06c8222853: Layer already exists 02:27:36 4aeaa0e7d41f: Layer already exists 02:27:36 main: digest: sha256:2358006f14675b251909d284960b8e31cfae485ee571c0bd493d39ef99af8689 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:27:36 ===================================================== [Pipeline] echo 02:27:36 taggedImages: 02:27:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:27:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.72 02:27:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:27:36 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 02:27:36 31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:36 latest 02:27:36 3.2.0-dev.72 02:27:36 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:36 main 02:27:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:37 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:27:37 d20a2e8aa8d1: Preparing 02:27:37 02c23a6ba96c: Preparing 02:27:37 3b60936c69f2: Preparing 02:27:37 08409c4e2bbe: Preparing 02:27:37 ff51baf2a2c6: Preparing 02:27:37 dbf4de87c5bb: Preparing 02:27:37 9f8ecaa629c4: Preparing 02:27:37 ef177b78a2de: Preparing 02:27:37 4191554ad4a7: Preparing 02:27:37 422bd3a4e96a: Preparing 02:27:37 4118fc4e01ea: Preparing 02:27:37 4aeaa0e7d41f: Preparing 02:27:37 ef177b78a2de: Waiting 02:27:37 4191554ad4a7: Waiting 02:27:37 422bd3a4e96a: Waiting 02:27:37 dbf4de87c5bb: Waiting 02:27:37 4118fc4e01ea: Waiting 02:27:37 4aeaa0e7d41f: Waiting 02:27:37 9f8ecaa629c4: Waiting 02:27:37 ff51baf2a2c6: Pushed 02:27:37 02c23a6ba96c: Pushed 02:27:37 d20a2e8aa8d1: Pushed 02:27:37 ef177b78a2de: Layer already exists 02:27:37 4191554ad4a7: Layer already exists 02:27:38 dbf4de87c5bb: Pushed 02:27:38 9f8ecaa629c4: Pushed 02:27:38 4aeaa0e7d41f: Layer already exists 02:27:38 422bd3a4e96a: Pushed 02:27:40 08409c4e2bbe: Pushed 02:27:40 3b60936c69f2: Pushed 02:27:40 4118fc4e01ea: Pushed 02:27:40 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:ad0967e181fb91b7772447b491d630d0063a93dd0cd4f54cc315a4143d48f131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:41 + 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 02:27:41 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:27:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:27:41 d20a2e8aa8d1: Preparing 02:27:41 02c23a6ba96c: Preparing 02:27:41 3b60936c69f2: Preparing 02:27:41 08409c4e2bbe: Preparing 02:27:41 ff51baf2a2c6: Preparing 02:27:41 dbf4de87c5bb: Preparing 02:27:41 9f8ecaa629c4: Preparing 02:27:41 dbf4de87c5bb: Waiting 02:27:41 ef177b78a2de: Preparing 02:27:41 4191554ad4a7: Preparing 02:27:41 422bd3a4e96a: Preparing 02:27:41 9f8ecaa629c4: Waiting 02:27:41 4191554ad4a7: Waiting 02:27:41 4118fc4e01ea: Preparing 02:27:41 422bd3a4e96a: Waiting 02:27:41 4118fc4e01ea: Waiting 02:27:41 4aeaa0e7d41f: Preparing 02:27:41 4aeaa0e7d41f: Waiting 02:27:41 d20a2e8aa8d1: Layer already exists 02:27:41 08409c4e2bbe: Layer already exists 02:27:41 ff51baf2a2c6: Layer already exists 02:27:41 02c23a6ba96c: Layer already exists 02:27:41 3b60936c69f2: Layer already exists 02:27:41 ef177b78a2de: Layer already exists 02:27:41 9f8ecaa629c4: Layer already exists 02:27:41 4191554ad4a7: Layer already exists 02:27:41 dbf4de87c5bb: Layer already exists 02:27:41 422bd3a4e96a: Layer already exists 02:27:41 4118fc4e01ea: Layer already exists 02:27:41 4aeaa0e7d41f: Layer already exists 02:27:41 latest: digest: sha256:ad0967e181fb91b7772447b491d630d0063a93dd0cd4f54cc315a4143d48f131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:42 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.72 02:27:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:27:42 d20a2e8aa8d1: Preparing 02:27:42 02c23a6ba96c: Preparing 02:27:42 3b60936c69f2: Preparing 02:27:42 08409c4e2bbe: Preparing 02:27:42 ff51baf2a2c6: Preparing 02:27:42 dbf4de87c5bb: Preparing 02:27:42 9f8ecaa629c4: Preparing 02:27:42 ef177b78a2de: Preparing 02:27:42 4191554ad4a7: Preparing 02:27:42 422bd3a4e96a: Preparing 02:27:42 4118fc4e01ea: Preparing 02:27:42 4aeaa0e7d41f: Preparing 02:27:42 dbf4de87c5bb: Waiting 02:27:42 9f8ecaa629c4: Waiting 02:27:42 ef177b78a2de: Waiting 02:27:42 4191554ad4a7: Waiting 02:27:42 422bd3a4e96a: Waiting 02:27:42 4118fc4e01ea: Waiting 02:27:42 4aeaa0e7d41f: Waiting 02:27:42 d20a2e8aa8d1: Layer already exists 02:27:42 3b60936c69f2: Layer already exists 02:27:42 02c23a6ba96c: Layer already exists 02:27:42 08409c4e2bbe: Layer already exists 02:27:42 ff51baf2a2c6: Layer already exists 02:27:42 9f8ecaa629c4: Layer already exists 02:27:42 dbf4de87c5bb: Layer already exists 02:27:42 422bd3a4e96a: Layer already exists 02:27:42 ef177b78a2de: Layer already exists 02:27:42 4191554ad4a7: Layer already exists 02:27:42 4118fc4e01ea: Layer already exists 02:27:42 4aeaa0e7d41f: Layer already exists 02:27:42 3.2.0-dev.72: digest: sha256:ad0967e181fb91b7772447b491d630d0063a93dd0cd4f54cc315a4143d48f131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:43 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:27:43 d20a2e8aa8d1: Preparing 02:27:43 02c23a6ba96c: Preparing 02:27:43 3b60936c69f2: Preparing 02:27:43 08409c4e2bbe: Preparing 02:27:43 ff51baf2a2c6: Preparing 02:27:43 dbf4de87c5bb: Preparing 02:27:43 9f8ecaa629c4: Preparing 02:27:43 ef177b78a2de: Preparing 02:27:43 4191554ad4a7: Preparing 02:27:43 422bd3a4e96a: Preparing 02:27:43 4118fc4e01ea: Preparing 02:27:43 4aeaa0e7d41f: Preparing 02:27:43 ef177b78a2de: Waiting 02:27:43 4191554ad4a7: Waiting 02:27:43 422bd3a4e96a: Waiting 02:27:43 4118fc4e01ea: Waiting 02:27:43 4aeaa0e7d41f: Waiting 02:27:43 dbf4de87c5bb: Waiting 02:27:43 9f8ecaa629c4: Waiting 02:27:43 d20a2e8aa8d1: Layer already exists 02:27:43 3b60936c69f2: Layer already exists 02:27:43 08409c4e2bbe: Layer already exists 02:27:43 ff51baf2a2c6: Layer already exists 02:27:43 02c23a6ba96c: Layer already exists 02:27:43 dbf4de87c5bb: Layer already exists 02:27:43 9f8ecaa629c4: Layer already exists 02:27:43 ef177b78a2de: Layer already exists 02:27:43 4191554ad4a7: Layer already exists 02:27:43 422bd3a4e96a: Layer already exists 02:27:43 4118fc4e01ea: Layer already exists 02:27:43 4aeaa0e7d41f: Layer already exists 02:27:43 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:ad0967e181fb91b7772447b491d630d0063a93dd0cd4f54cc315a4143d48f131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:44 + 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 02:27:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 02:27:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:27:44 d20a2e8aa8d1: Preparing 02:27:44 02c23a6ba96c: Preparing 02:27:44 3b60936c69f2: Preparing 02:27:44 08409c4e2bbe: Preparing 02:27:44 ff51baf2a2c6: Preparing 02:27:44 dbf4de87c5bb: Preparing 02:27:44 9f8ecaa629c4: Preparing 02:27:44 ef177b78a2de: Preparing 02:27:44 4191554ad4a7: Preparing 02:27:44 422bd3a4e96a: Preparing 02:27:44 4118fc4e01ea: Preparing 02:27:44 4aeaa0e7d41f: Preparing 02:27:44 dbf4de87c5bb: Waiting 02:27:44 9f8ecaa629c4: Waiting 02:27:44 ef177b78a2de: Waiting 02:27:44 4191554ad4a7: Waiting 02:27:44 422bd3a4e96a: Waiting 02:27:44 4118fc4e01ea: Waiting 02:27:44 4aeaa0e7d41f: Waiting 02:27:44 d20a2e8aa8d1: Layer already exists 02:27:44 ff51baf2a2c6: Layer already exists 02:27:44 3b60936c69f2: Layer already exists 02:27:44 08409c4e2bbe: Layer already exists 02:27:44 02c23a6ba96c: Layer already exists 02:27:44 9f8ecaa629c4: Layer already exists 02:27:44 dbf4de87c5bb: Layer already exists 02:27:44 ef177b78a2de: Layer already exists 02:27:44 422bd3a4e96a: Layer already exists 02:27:44 4191554ad4a7: Layer already exists 02:27:44 4118fc4e01ea: Layer already exists 02:27:44 4aeaa0e7d41f: Layer already exists 02:27:44 main: digest: sha256:ad0967e181fb91b7772447b491d630d0063a93dd0cd4f54cc315a4143d48f131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:27:44 ===================================================== [Pipeline] echo 02:27:44 taggedImages: 02:27:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:27:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.72 02:27:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:27:44 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 02:27:44 31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:44 latest 02:27:44 3.2.0-dev.72 02:27:44 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:44 main 02:27:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:45 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:45 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:27:45 6d2f20321d5b: Preparing 02:27:45 5ed76f294d15: Preparing 02:27:45 ef177b78a2de: Preparing 02:27:45 4191554ad4a7: Preparing 02:27:45 8e33879e8c09: Preparing 02:27:45 fc01e72e87a5: Preparing 02:27:45 4aeaa0e7d41f: Preparing 02:27:45 fc01e72e87a5: Waiting 02:27:45 4aeaa0e7d41f: Waiting 02:27:45 4191554ad4a7: Layer already exists 02:27:45 ef177b78a2de: Layer already exists 02:27:45 4aeaa0e7d41f: Layer already exists 02:27:45 6d2f20321d5b: Pushed 02:27:45 8e33879e8c09: Pushed 02:27:47 fc01e72e87a5: Pushed 02:27:49 5ed76f294d15: Pushed 02:27:49 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:e0dc72c5d7fc42639491a9c50312a8edcfe7613486f29f5c6a4821fa0b12387e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:50 + 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 02:27:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:27:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:27:50 6d2f20321d5b: Preparing 02:27:50 5ed76f294d15: Preparing 02:27:50 ef177b78a2de: Preparing 02:27:50 4191554ad4a7: Preparing 02:27:50 8e33879e8c09: Preparing 02:27:50 fc01e72e87a5: Preparing 02:27:50 4aeaa0e7d41f: Preparing 02:27:50 fc01e72e87a5: Waiting 02:27:50 4aeaa0e7d41f: Waiting 02:27:50 8e33879e8c09: Layer already exists 02:27:50 4191554ad4a7: Layer already exists 02:27:50 6d2f20321d5b: Layer already exists 02:27:50 ef177b78a2de: Layer already exists 02:27:50 5ed76f294d15: Layer already exists 02:27:50 4aeaa0e7d41f: Layer already exists 02:27:50 fc01e72e87a5: Layer already exists 02:27:50 latest: digest: sha256:e0dc72c5d7fc42639491a9c50312a8edcfe7613486f29f5c6a4821fa0b12387e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:50 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.72 02:27:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:27:52 6d2f20321d5b: Preparing 02:27:52 5ed76f294d15: Preparing 02:27:52 ef177b78a2de: Preparing 02:27:52 4191554ad4a7: Preparing 02:27:52 8e33879e8c09: Preparing 02:27:52 fc01e72e87a5: Preparing 02:27:52 4aeaa0e7d41f: Preparing 02:27:52 fc01e72e87a5: Waiting 02:27:52 4aeaa0e7d41f: Waiting 02:27:52 ef177b78a2de: Layer already exists 02:27:52 4191554ad4a7: Layer already exists 02:27:52 8e33879e8c09: Layer already exists 02:27:52 6d2f20321d5b: Layer already exists 02:27:52 5ed76f294d15: Layer already exists 02:27:52 fc01e72e87a5: Layer already exists 02:27:52 4aeaa0e7d41f: Layer already exists 02:27:52 3.2.0-dev.72: digest: sha256:e0dc72c5d7fc42639491a9c50312a8edcfe7613486f29f5c6a4821fa0b12387e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:52 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:27:53 6d2f20321d5b: Preparing 02:27:53 5ed76f294d15: Preparing 02:27:53 ef177b78a2de: Preparing 02:27:53 4191554ad4a7: Preparing 02:27:53 8e33879e8c09: Preparing 02:27:53 fc01e72e87a5: Preparing 02:27:53 4aeaa0e7d41f: Preparing 02:27:53 4aeaa0e7d41f: Waiting 02:27:53 ef177b78a2de: Layer already exists 02:27:53 8e33879e8c09: Layer already exists 02:27:53 6d2f20321d5b: Layer already exists 02:27:53 5ed76f294d15: Layer already exists 02:27:53 4191554ad4a7: Layer already exists 02:27:53 fc01e72e87a5: Layer already exists 02:27:53 4aeaa0e7d41f: Layer already exists 02:27:53 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:e0dc72c5d7fc42639491a9c50312a8edcfe7613486f29f5c6a4821fa0b12387e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:53 + 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 02:27:54 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 02:27:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:27:54 6d2f20321d5b: Preparing 02:27:54 5ed76f294d15: Preparing 02:27:54 ef177b78a2de: Preparing 02:27:54 4191554ad4a7: Preparing 02:27:54 8e33879e8c09: Preparing 02:27:54 fc01e72e87a5: Preparing 02:27:54 4aeaa0e7d41f: Preparing 02:27:54 fc01e72e87a5: Waiting 02:27:54 4aeaa0e7d41f: Waiting 02:27:54 6d2f20321d5b: Layer already exists 02:27:54 8e33879e8c09: Layer already exists 02:27:54 ef177b78a2de: Layer already exists 02:27:54 5ed76f294d15: Layer already exists 02:27:54 4191554ad4a7: Layer already exists 02:27:54 fc01e72e87a5: Layer already exists 02:27:54 4aeaa0e7d41f: Layer already exists 02:27:54 main: digest: sha256:e0dc72c5d7fc42639491a9c50312a8edcfe7613486f29f5c6a4821fa0b12387e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:27:54 ===================================================== [Pipeline] echo 02:27:54 taggedImages: 02:27:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:27:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.72 02:27:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:27:54 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 02:27:54 31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:54 latest 02:27:54 3.2.0-dev.72 02:27:54 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:27:54 main 02:27:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:55 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:27:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:27:55 363c71a6bdbb: Preparing 02:27:55 76bf11f07ad4: Preparing 02:27:55 22f9af984f54: Preparing 02:27:55 ef177b78a2de: Preparing 02:27:55 4191554ad4a7: Preparing 02:27:55 e59165e9b5d1: Preparing 02:27:55 522a7ce5ccaf: Preparing 02:27:55 083d5febee37: Preparing 02:27:55 c2acecbeb4ae: Preparing 02:27:55 4aeaa0e7d41f: Preparing 02:27:55 e59165e9b5d1: Waiting 02:27:55 c2acecbeb4ae: Waiting 02:27:55 4aeaa0e7d41f: Waiting 02:27:55 522a7ce5ccaf: Waiting 02:27:55 083d5febee37: Waiting 02:27:55 4191554ad4a7: Layer already exists 02:27:55 ef177b78a2de: Layer already exists 02:27:55 363c71a6bdbb: Pushed 02:27:55 76bf11f07ad4: Pushed 02:27:55 22f9af984f54: Pushed 02:27:55 4aeaa0e7d41f: Layer already exists 02:27:55 083d5febee37: Pushed 02:27:56 c2acecbeb4ae: Pushed 02:28:08 522a7ce5ccaf: Pushed 02:28:21 e59165e9b5d1: Pushed 02:28:21 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:bdc506fdd77554a01d55654d2c7964c316f195bda9581f4e5bd35190f99ebff1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:21 + 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 02:28:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:28:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:28:21 363c71a6bdbb: Preparing 02:28:21 76bf11f07ad4: Preparing 02:28:21 22f9af984f54: Preparing 02:28:21 ef177b78a2de: Preparing 02:28:21 4191554ad4a7: Preparing 02:28:21 e59165e9b5d1: Preparing 02:28:21 522a7ce5ccaf: Preparing 02:28:21 083d5febee37: Preparing 02:28:21 c2acecbeb4ae: Preparing 02:28:21 4aeaa0e7d41f: Preparing 02:28:21 522a7ce5ccaf: Waiting 02:28:21 083d5febee37: Waiting 02:28:21 c2acecbeb4ae: Waiting 02:28:21 4aeaa0e7d41f: Waiting 02:28:21 e59165e9b5d1: Waiting 02:28:21 76bf11f07ad4: Layer already exists 02:28:21 ef177b78a2de: Layer already exists 02:28:21 363c71a6bdbb: Layer already exists 02:28:21 4191554ad4a7: Layer already exists 02:28:21 22f9af984f54: Layer already exists 02:28:21 083d5febee37: Layer already exists 02:28:21 e59165e9b5d1: Layer already exists 02:28:21 522a7ce5ccaf: Layer already exists 02:28:21 c2acecbeb4ae: Layer already exists 02:28:21 4aeaa0e7d41f: Layer already exists 02:28:22 latest: digest: sha256:bdc506fdd77554a01d55654d2c7964c316f195bda9581f4e5bd35190f99ebff1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:22 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.72 02:28:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:28:22 363c71a6bdbb: Preparing 02:28:22 76bf11f07ad4: Preparing 02:28:22 22f9af984f54: Preparing 02:28:22 ef177b78a2de: Preparing 02:28:22 4191554ad4a7: Preparing 02:28:22 e59165e9b5d1: Preparing 02:28:22 522a7ce5ccaf: Preparing 02:28:22 083d5febee37: Preparing 02:28:22 c2acecbeb4ae: Preparing 02:28:22 4aeaa0e7d41f: Preparing 02:28:22 083d5febee37: Waiting 02:28:22 c2acecbeb4ae: Waiting 02:28:22 4aeaa0e7d41f: Waiting 02:28:22 e59165e9b5d1: Waiting 02:28:22 522a7ce5ccaf: Waiting 02:28:22 22f9af984f54: Layer already exists 02:28:22 ef177b78a2de: Layer already exists 02:28:22 4191554ad4a7: Layer already exists 02:28:22 76bf11f07ad4: Layer already exists 02:28:22 363c71a6bdbb: Layer already exists 02:28:22 083d5febee37: Layer already exists 02:28:22 c2acecbeb4ae: Layer already exists 02:28:22 522a7ce5ccaf: Layer already exists 02:28:22 e59165e9b5d1: Layer already exists 02:28:22 4aeaa0e7d41f: Layer already exists 02:28:23 3.2.0-dev.72: digest: sha256:bdc506fdd77554a01d55654d2c7964c316f195bda9581f4e5bd35190f99ebff1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:23 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:28:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:28:23 363c71a6bdbb: Preparing 02:28:23 76bf11f07ad4: Preparing 02:28:23 22f9af984f54: Preparing 02:28:23 ef177b78a2de: Preparing 02:28:23 4191554ad4a7: Preparing 02:28:23 e59165e9b5d1: Preparing 02:28:23 522a7ce5ccaf: Preparing 02:28:23 083d5febee37: Preparing 02:28:23 c2acecbeb4ae: Preparing 02:28:23 4aeaa0e7d41f: Preparing 02:28:23 e59165e9b5d1: Waiting 02:28:23 522a7ce5ccaf: Waiting 02:28:23 083d5febee37: Waiting 02:28:23 c2acecbeb4ae: Waiting 02:28:23 4aeaa0e7d41f: Waiting 02:28:23 ef177b78a2de: Layer already exists 02:28:23 76bf11f07ad4: Layer already exists 02:28:23 4191554ad4a7: Layer already exists 02:28:23 22f9af984f54: Layer already exists 02:28:23 363c71a6bdbb: Layer already exists 02:28:23 e59165e9b5d1: Layer already exists 02:28:23 083d5febee37: Layer already exists 02:28:23 522a7ce5ccaf: Layer already exists 02:28:23 c2acecbeb4ae: Layer already exists 02:28:23 4aeaa0e7d41f: Layer already exists 02:28:23 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:bdc506fdd77554a01d55654d2c7964c316f195bda9581f4e5bd35190f99ebff1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:24 + 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 02:28:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 02:28:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:28:24 363c71a6bdbb: Preparing 02:28:24 76bf11f07ad4: Preparing 02:28:24 22f9af984f54: Preparing 02:28:24 ef177b78a2de: Preparing 02:28:24 4191554ad4a7: Preparing 02:28:24 e59165e9b5d1: Preparing 02:28:24 522a7ce5ccaf: Preparing 02:28:24 083d5febee37: Preparing 02:28:24 e59165e9b5d1: Waiting 02:28:24 c2acecbeb4ae: Preparing 02:28:24 4aeaa0e7d41f: Preparing 02:28:24 522a7ce5ccaf: Waiting 02:28:24 083d5febee37: Waiting 02:28:24 c2acecbeb4ae: Waiting 02:28:24 4aeaa0e7d41f: Waiting 02:28:24 22f9af984f54: Layer already exists 02:28:24 363c71a6bdbb: Layer already exists 02:28:24 ef177b78a2de: Layer already exists 02:28:24 76bf11f07ad4: Layer already exists 02:28:24 4191554ad4a7: Layer already exists 02:28:24 e59165e9b5d1: Layer already exists 02:28:24 4aeaa0e7d41f: Layer already exists 02:28:24 083d5febee37: Layer already exists 02:28:24 522a7ce5ccaf: Layer already exists 02:28:24 c2acecbeb4ae: Layer already exists 02:28:25 main: digest: sha256:bdc506fdd77554a01d55654d2c7964c316f195bda9581f4e5bd35190f99ebff1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:28:25 ===================================================== [Pipeline] echo 02:28:25 taggedImages: 02:28:25 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:28:25 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:28:25 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.72 02:28:25 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:28:25 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:28:25 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 02:28:25 31004d15d58f507a4eebe19040194a3f4f45cec1 02:28:25 latest 02:28:25 3.2.0-dev.72 02:28:25 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:28:25 main 02:28:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:25 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:28:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:28:25 ec78e4e6779d: Preparing 02:28:25 b553369d35df: Preparing 02:28:25 9bc02ed6ebbd: Preparing 02:28:25 ef177b78a2de: Preparing 02:28:25 4191554ad4a7: Preparing 02:28:25 6bfed2659bef: Preparing 02:28:25 daa47bd2cea4: Preparing 02:28:25 f9f116f5adf4: Preparing 02:28:25 4aeaa0e7d41f: Preparing 02:28:25 f9f116f5adf4: Waiting 02:28:25 6bfed2659bef: Waiting 02:28:25 daa47bd2cea4: Waiting 02:28:25 ef177b78a2de: Layer already exists 02:28:25 4191554ad4a7: Layer already exists 02:28:26 b553369d35df: Pushed 02:28:26 9bc02ed6ebbd: Pushed 02:28:26 4aeaa0e7d41f: Layer already exists 02:28:26 daa47bd2cea4: Pushed 02:28:26 ec78e4e6779d: Pushed 02:28:26 f9f116f5adf4: Pushed 02:28:48 6bfed2659bef: Pushed 02:28:48 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:1a72841f593bdf50ed28f4004bd5fdc2668eb6d35e9be6ba5f0a6c663bc07dc6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:49 + 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 02:28:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:28:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:28:49 ec78e4e6779d: Preparing 02:28:49 b553369d35df: Preparing 02:28:49 9bc02ed6ebbd: Preparing 02:28:49 ef177b78a2de: Preparing 02:28:49 4191554ad4a7: Preparing 02:28:49 6bfed2659bef: Preparing 02:28:49 daa47bd2cea4: Preparing 02:28:49 f9f116f5adf4: Preparing 02:28:49 4aeaa0e7d41f: Preparing 02:28:49 6bfed2659bef: Waiting 02:28:49 daa47bd2cea4: Waiting 02:28:49 f9f116f5adf4: Waiting 02:28:49 4aeaa0e7d41f: Waiting 02:28:49 ef177b78a2de: Layer already exists 02:28:49 ec78e4e6779d: Layer already exists 02:28:49 b553369d35df: Layer already exists 02:28:49 9bc02ed6ebbd: Layer already exists 02:28:49 4191554ad4a7: Layer already exists 02:28:49 daa47bd2cea4: Layer already exists 02:28:49 f9f116f5adf4: Layer already exists 02:28:49 6bfed2659bef: Layer already exists 02:28:49 4aeaa0e7d41f: Layer already exists 02:28:49 latest: digest: sha256:1a72841f593bdf50ed28f4004bd5fdc2668eb6d35e9be6ba5f0a6c663bc07dc6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:50 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.72 02:28:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:28:50 ec78e4e6779d: Preparing 02:28:50 b553369d35df: Preparing 02:28:50 9bc02ed6ebbd: Preparing 02:28:50 ef177b78a2de: Preparing 02:28:50 4191554ad4a7: Preparing 02:28:50 6bfed2659bef: Preparing 02:28:50 daa47bd2cea4: Preparing 02:28:50 f9f116f5adf4: Preparing 02:28:50 4aeaa0e7d41f: Preparing 02:28:50 6bfed2659bef: Waiting 02:28:50 daa47bd2cea4: Waiting 02:28:50 f9f116f5adf4: Waiting 02:28:50 4aeaa0e7d41f: Waiting 02:28:50 4191554ad4a7: Layer already exists 02:28:50 ec78e4e6779d: Layer already exists 02:28:50 9bc02ed6ebbd: Layer already exists 02:28:50 ef177b78a2de: Layer already exists 02:28:50 b553369d35df: Layer already exists 02:28:50 f9f116f5adf4: Layer already exists 02:28:50 daa47bd2cea4: Layer already exists 02:28:50 6bfed2659bef: Layer already exists 02:28:50 4aeaa0e7d41f: Layer already exists 02:28:50 3.2.0-dev.72: digest: sha256:1a72841f593bdf50ed28f4004bd5fdc2668eb6d35e9be6ba5f0a6c663bc07dc6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:50 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:28:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:28:51 ec78e4e6779d: Preparing 02:28:51 b553369d35df: Preparing 02:28:51 9bc02ed6ebbd: Preparing 02:28:51 ef177b78a2de: Preparing 02:28:51 4191554ad4a7: Preparing 02:28:51 6bfed2659bef: Preparing 02:28:51 daa47bd2cea4: Preparing 02:28:51 f9f116f5adf4: Preparing 02:28:51 4aeaa0e7d41f: Preparing 02:28:51 6bfed2659bef: Waiting 02:28:51 daa47bd2cea4: Waiting 02:28:51 f9f116f5adf4: Waiting 02:28:51 4aeaa0e7d41f: Waiting 02:28:51 4191554ad4a7: Layer already exists 02:28:51 ef177b78a2de: Layer already exists 02:28:51 9bc02ed6ebbd: Layer already exists 02:28:51 ec78e4e6779d: Layer already exists 02:28:51 b553369d35df: Layer already exists 02:28:51 6bfed2659bef: Layer already exists 02:28:51 daa47bd2cea4: Layer already exists 02:28:51 f9f116f5adf4: Layer already exists 02:28:51 4aeaa0e7d41f: Layer already exists 02:28:51 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:1a72841f593bdf50ed28f4004bd5fdc2668eb6d35e9be6ba5f0a6c663bc07dc6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:51 + 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 02:28:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 02:28:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:28:52 ec78e4e6779d: Preparing 02:28:52 b553369d35df: Preparing 02:28:52 9bc02ed6ebbd: Preparing 02:28:52 ef177b78a2de: Preparing 02:28:52 4191554ad4a7: Preparing 02:28:52 6bfed2659bef: Preparing 02:28:52 daa47bd2cea4: Preparing 02:28:52 f9f116f5adf4: Preparing 02:28:52 4aeaa0e7d41f: Preparing 02:28:52 6bfed2659bef: Waiting 02:28:52 daa47bd2cea4: Waiting 02:28:52 f9f116f5adf4: Waiting 02:28:52 4aeaa0e7d41f: Waiting 02:28:52 ec78e4e6779d: Layer already exists 02:28:52 ef177b78a2de: Layer already exists 02:28:52 4191554ad4a7: Layer already exists 02:28:52 9bc02ed6ebbd: Layer already exists 02:28:52 b553369d35df: Layer already exists 02:28:52 daa47bd2cea4: Layer already exists 02:28:52 f9f116f5adf4: Layer already exists 02:28:52 6bfed2659bef: Layer already exists 02:28:52 4aeaa0e7d41f: Layer already exists 02:28:52 main: digest: sha256:1a72841f593bdf50ed28f4004bd5fdc2668eb6d35e9be6ba5f0a6c663bc07dc6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:28:52 ===================================================== [Pipeline] echo 02:28:52 taggedImages: 02:28:52 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:28:52 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:28:52 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.72 02:28:52 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:28:52 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:28:52 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 02:28:52 31004d15d58f507a4eebe19040194a3f4f45cec1 02:28:52 latest 02:28:52 3.2.0-dev.72 02:28:52 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:28:52 main 02:28:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:53 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:28:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:28:53 36fc9d2cefd8: Preparing 02:28:53 5d1c5555106e: Preparing 02:28:53 99180f772bec: Preparing 02:28:53 ef177b78a2de: Preparing 02:28:53 4191554ad4a7: Preparing 02:28:53 8f996510cd66: Preparing 02:28:53 083d5febee37: Preparing 02:28:53 8f996510cd66: Waiting 02:28:53 c2acecbeb4ae: Preparing 02:28:53 4aeaa0e7d41f: Preparing 02:28:53 083d5febee37: Waiting 02:28:53 c2acecbeb4ae: Waiting 02:28:53 4aeaa0e7d41f: Waiting 02:28:53 4191554ad4a7: Layer already exists 02:28:53 ef177b78a2de: Layer already exists 02:28:53 083d5febee37: Layer already exists 02:28:53 c2acecbeb4ae: Layer already exists 02:28:53 5d1c5555106e: Pushed 02:28:53 36fc9d2cefd8: Pushed 02:28:53 99180f772bec: Pushed 02:28:53 4aeaa0e7d41f: Layer already exists 02:29:15 8f996510cd66: Pushed 02:29:15 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:e377123f2d9c346cf08df6472ca06619f1a8775d93716d7c7ebd87e84660fb9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:16 + 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 02:29:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:29:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:29:16 36fc9d2cefd8: Preparing 02:29:16 5d1c5555106e: Preparing 02:29:16 99180f772bec: Preparing 02:29:16 ef177b78a2de: Preparing 02:29:16 4191554ad4a7: Preparing 02:29:16 8f996510cd66: Preparing 02:29:16 083d5febee37: Preparing 02:29:16 8f996510cd66: Waiting 02:29:16 c2acecbeb4ae: Preparing 02:29:16 083d5febee37: Waiting 02:29:16 4aeaa0e7d41f: Preparing 02:29:16 4aeaa0e7d41f: Waiting 02:29:16 c2acecbeb4ae: Waiting 02:29:16 5d1c5555106e: Layer already exists 02:29:16 4191554ad4a7: Layer already exists 02:29:16 36fc9d2cefd8: Layer already exists 02:29:16 99180f772bec: Layer already exists 02:29:16 ef177b78a2de: Layer already exists 02:29:16 8f996510cd66: Layer already exists 02:29:16 083d5febee37: Layer already exists 02:29:16 4aeaa0e7d41f: Layer already exists 02:29:16 c2acecbeb4ae: Layer already exists 02:29:16 latest: digest: sha256:e377123f2d9c346cf08df6472ca06619f1a8775d93716d7c7ebd87e84660fb9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:17 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.72 02:29:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:29:17 36fc9d2cefd8: Preparing 02:29:17 5d1c5555106e: Preparing 02:29:17 99180f772bec: Preparing 02:29:17 ef177b78a2de: Preparing 02:29:17 4191554ad4a7: Preparing 02:29:17 8f996510cd66: Preparing 02:29:17 083d5febee37: Preparing 02:29:17 c2acecbeb4ae: Preparing 02:29:17 4aeaa0e7d41f: Preparing 02:29:17 083d5febee37: Waiting 02:29:17 c2acecbeb4ae: Waiting 02:29:17 4aeaa0e7d41f: Waiting 02:29:17 8f996510cd66: Waiting 02:29:17 ef177b78a2de: Layer already exists 02:29:17 4191554ad4a7: Layer already exists 02:29:17 5d1c5555106e: Layer already exists 02:29:17 36fc9d2cefd8: Layer already exists 02:29:17 99180f772bec: Layer already exists 02:29:17 8f996510cd66: Layer already exists 02:29:17 c2acecbeb4ae: Layer already exists 02:29:17 083d5febee37: Layer already exists 02:29:17 4aeaa0e7d41f: Layer already exists 02:29:17 3.2.0-dev.72: digest: sha256:e377123f2d9c346cf08df6472ca06619f1a8775d93716d7c7ebd87e84660fb9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:18 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:29:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:29:18 36fc9d2cefd8: Preparing 02:29:18 5d1c5555106e: Preparing 02:29:18 99180f772bec: Preparing 02:29:18 ef177b78a2de: Preparing 02:29:18 4191554ad4a7: Preparing 02:29:18 8f996510cd66: Preparing 02:29:18 083d5febee37: Preparing 02:29:18 c2acecbeb4ae: Preparing 02:29:18 4aeaa0e7d41f: Preparing 02:29:18 083d5febee37: Waiting 02:29:18 c2acecbeb4ae: Waiting 02:29:18 8f996510cd66: Waiting 02:29:18 4aeaa0e7d41f: Waiting 02:29:18 ef177b78a2de: Layer already exists 02:29:18 4191554ad4a7: Layer already exists 02:29:18 36fc9d2cefd8: Layer already exists 02:29:18 5d1c5555106e: Layer already exists 02:29:18 99180f772bec: Layer already exists 02:29:18 4aeaa0e7d41f: Layer already exists 02:29:18 8f996510cd66: Layer already exists 02:29:18 083d5febee37: Layer already exists 02:29:18 c2acecbeb4ae: Layer already exists 02:29:18 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:e377123f2d9c346cf08df6472ca06619f1a8775d93716d7c7ebd87e84660fb9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:19 + 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 02:29:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 02:29:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:29:19 36fc9d2cefd8: Preparing 02:29:19 5d1c5555106e: Preparing 02:29:19 99180f772bec: Preparing 02:29:19 ef177b78a2de: Preparing 02:29:19 4191554ad4a7: Preparing 02:29:19 8f996510cd66: Preparing 02:29:19 083d5febee37: Preparing 02:29:19 c2acecbeb4ae: Preparing 02:29:19 4aeaa0e7d41f: Preparing 02:29:19 8f996510cd66: Waiting 02:29:19 083d5febee37: Waiting 02:29:19 c2acecbeb4ae: Waiting 02:29:19 4aeaa0e7d41f: Waiting 02:29:34 99180f772bec: Layer already exists 02:29:34 36fc9d2cefd8: Layer already exists 02:29:34 ef177b78a2de: Layer already exists 02:29:34 5d1c5555106e: Layer already exists 02:29:34 4191554ad4a7: Layer already exists 02:29:34 083d5febee37: Layer already exists 02:29:34 8f996510cd66: Layer already exists 02:29:34 4aeaa0e7d41f: Layer already exists 02:29:34 c2acecbeb4ae: Layer already exists 02:29:34 main: digest: sha256:e377123f2d9c346cf08df6472ca06619f1a8775d93716d7c7ebd87e84660fb9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:29:34 ===================================================== [Pipeline] echo 02:29:34 taggedImages: 02:29:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:29:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:29:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.72 02:29:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:29:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:29:34 [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: 02:29:34 31004d15d58f507a4eebe19040194a3f4f45cec1 02:29:34 latest 02:29:34 3.2.0-dev.72 02:29:34 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:29:34 main 02:29:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:35 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:35 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:29:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 02:29:35 d17b9a576df8: Preparing 02:29:35 15b53f8c4cc1: Preparing 02:29:35 ef177b78a2de: Preparing 02:29:35 4191554ad4a7: Preparing 02:29:35 58d5d2d0ae21: Preparing 02:29:35 05dbca802757: Preparing 02:29:35 4aeaa0e7d41f: Preparing 02:29:35 05dbca802757: Waiting 02:29:35 4aeaa0e7d41f: Waiting 02:29:35 4191554ad4a7: Layer already exists 02:29:35 ef177b78a2de: Layer already exists 02:29:35 4aeaa0e7d41f: Layer already exists 02:29:35 d17b9a576df8: Pushed 02:29:35 58d5d2d0ae21: Pushed 02:29:36 05dbca802757: Pushed 02:29:43 15b53f8c4cc1: Pushed 02:29:43 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:42154c987b01bae697e2312376023d4334003801b5ea50768cb8eab0c3dacb47 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:43 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:44 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 02:29:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 02:29:44 d17b9a576df8: Preparing 02:29:44 15b53f8c4cc1: Preparing 02:29:44 ef177b78a2de: Preparing 02:29:44 4191554ad4a7: Preparing 02:29:44 58d5d2d0ae21: Preparing 02:29:44 05dbca802757: Preparing 02:29:44 4aeaa0e7d41f: Preparing 02:29:44 05dbca802757: Waiting 02:29:44 ef177b78a2de: Layer already exists 02:29:44 4191554ad4a7: Layer already exists 02:29:44 15b53f8c4cc1: Layer already exists 02:29:44 58d5d2d0ae21: Layer already exists 02:29:44 d17b9a576df8: Layer already exists 02:29:44 05dbca802757: Layer already exists 02:29:44 4aeaa0e7d41f: Layer already exists 02:29:44 latest: digest: sha256:42154c987b01bae697e2312376023d4334003801b5ea50768cb8eab0c3dacb47 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:44 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:45 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.72 02:29:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 02:29:45 d17b9a576df8: Preparing 02:29:45 15b53f8c4cc1: Preparing 02:29:45 ef177b78a2de: Preparing 02:29:45 4191554ad4a7: Preparing 02:29:45 58d5d2d0ae21: Preparing 02:29:45 05dbca802757: Preparing 02:29:45 4aeaa0e7d41f: Preparing 02:29:45 05dbca802757: Waiting 02:29:45 4aeaa0e7d41f: Waiting 02:29:45 ef177b78a2de: Layer already exists 02:29:45 4191554ad4a7: Layer already exists 02:29:45 d17b9a576df8: Layer already exists 02:29:45 15b53f8c4cc1: Layer already exists 02:29:45 58d5d2d0ae21: Layer already exists 02:29:45 4aeaa0e7d41f: Layer already exists 02:29:45 05dbca802757: Layer already exists 02:29:45 3.2.0-dev.72: digest: sha256:42154c987b01bae697e2312376023d4334003801b5ea50768cb8eab0c3dacb47 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:45 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:45 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:29:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 02:29:45 d17b9a576df8: Preparing 02:29:45 15b53f8c4cc1: Preparing 02:29:45 ef177b78a2de: Preparing 02:29:45 4191554ad4a7: Preparing 02:29:45 58d5d2d0ae21: Preparing 02:29:45 05dbca802757: Preparing 02:29:45 4aeaa0e7d41f: Preparing 02:29:45 05dbca802757: Waiting 02:29:45 4aeaa0e7d41f: Waiting 02:29:45 58d5d2d0ae21: Layer already exists 02:29:45 d17b9a576df8: Layer already exists 02:29:45 ef177b78a2de: Layer already exists 02:29:45 15b53f8c4cc1: Layer already exists 02:29:45 4191554ad4a7: Layer already exists 02:29:45 05dbca802757: Layer already exists 02:29:45 4aeaa0e7d41f: Layer already exists 02:29:46 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:42154c987b01bae697e2312376023d4334003801b5ea50768cb8eab0c3dacb47 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:46 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:46 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main 02:29:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 02:29:46 d17b9a576df8: Preparing 02:29:46 15b53f8c4cc1: Preparing 02:29:46 ef177b78a2de: Preparing 02:29:46 4191554ad4a7: Preparing 02:29:46 58d5d2d0ae21: Preparing 02:29:46 05dbca802757: Preparing 02:29:46 4aeaa0e7d41f: Preparing 02:29:46 05dbca802757: Waiting 02:29:46 4aeaa0e7d41f: Waiting 02:29:46 d17b9a576df8: Layer already exists 02:29:46 4191554ad4a7: Layer already exists 02:29:46 58d5d2d0ae21: Layer already exists 02:29:46 15b53f8c4cc1: Layer already exists 02:29:46 ef177b78a2de: Layer already exists 02:29:46 4aeaa0e7d41f: Layer already exists 02:29:46 05dbca802757: Layer already exists 02:29:47 main: digest: sha256:42154c987b01bae697e2312376023d4334003801b5ea50768cb8eab0c3dacb47 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:29:47 ===================================================== [Pipeline] echo 02:29:47 taggedImages: 02:29:47 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:29:47 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 02:29:47 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.72 02:29:47 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:29:47 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo 02:29:47 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 02:29:47 31004d15d58f507a4eebe19040194a3f4f45cec1 02:29:47 latest 02:29:47 3.2.0-dev.72 02:29:47 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:29:47 main 02:29:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:47 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:29:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:29:48 043087898659: Preparing 02:29:48 b4b735382752: Preparing 02:29:48 ef177b78a2de: Preparing 02:29:48 4191554ad4a7: Preparing 02:29:48 52edfe742f7e: Preparing 02:29:48 7cdb7845921b: Preparing 02:29:48 4aeaa0e7d41f: Preparing 02:29:48 7cdb7845921b: Waiting 02:29:48 4aeaa0e7d41f: Waiting 02:29:48 ef177b78a2de: Layer already exists 02:29:48 4191554ad4a7: Layer already exists 02:29:48 4aeaa0e7d41f: Layer already exists 02:29:48 52edfe742f7e: Pushed 02:29:48 043087898659: Pushed 02:29:48 7cdb7845921b: Pushed 02:29:56 b4b735382752: Pushed 02:29:56 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:8d6c4d9f9644c0be20e1928aae55d69767d727d506f38e633532c8903d3cb6ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:57 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:29:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:29:57 043087898659: Preparing 02:29:57 b4b735382752: Preparing 02:29:57 ef177b78a2de: Preparing 02:29:57 4191554ad4a7: Preparing 02:29:57 52edfe742f7e: Preparing 02:29:57 7cdb7845921b: Preparing 02:29:57 4aeaa0e7d41f: Preparing 02:29:57 7cdb7845921b: Waiting 02:29:57 4aeaa0e7d41f: Waiting 02:29:57 b4b735382752: Layer already exists 02:29:57 043087898659: Layer already exists 02:29:57 52edfe742f7e: Layer already exists 02:29:57 4191554ad4a7: Layer already exists 02:29:57 ef177b78a2de: Layer already exists 02:29:57 4aeaa0e7d41f: Layer already exists 02:29:57 7cdb7845921b: Layer already exists 02:29:57 latest: digest: sha256:8d6c4d9f9644c0be20e1928aae55d69767d727d506f38e633532c8903d3cb6ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:58 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.72 02:29:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:29:58 043087898659: Preparing 02:29:58 b4b735382752: Preparing 02:29:58 ef177b78a2de: Preparing 02:29:58 4191554ad4a7: Preparing 02:29:58 52edfe742f7e: Preparing 02:29:58 7cdb7845921b: Preparing 02:29:58 4aeaa0e7d41f: Preparing 02:29:58 7cdb7845921b: Waiting 02:29:58 4aeaa0e7d41f: Waiting 02:29:58 4191554ad4a7: Layer already exists 02:29:58 ef177b78a2de: Layer already exists 02:29:58 52edfe742f7e: Layer already exists 02:29:58 043087898659: Layer already exists 02:29:58 b4b735382752: Layer already exists 02:29:58 7cdb7845921b: Layer already exists 02:29:58 4aeaa0e7d41f: Layer already exists 02:29:58 3.2.0-dev.72: digest: sha256:8d6c4d9f9644c0be20e1928aae55d69767d727d506f38e633532c8903d3cb6ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:58 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:29:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:29:59 043087898659: Preparing 02:29:59 b4b735382752: Preparing 02:29:59 ef177b78a2de: Preparing 02:29:59 4191554ad4a7: Preparing 02:29:59 52edfe742f7e: Preparing 02:29:59 7cdb7845921b: Preparing 02:29:59 4aeaa0e7d41f: Preparing 02:29:59 7cdb7845921b: Waiting 02:29:59 4aeaa0e7d41f: Waiting 02:29:59 b4b735382752: Layer already exists 02:29:59 4191554ad4a7: Layer already exists 02:29:59 52edfe742f7e: Layer already exists 02:29:59 ef177b78a2de: Layer already exists 02:29:59 043087898659: Layer already exists 02:29:59 7cdb7845921b: Layer already exists 02:29:59 4aeaa0e7d41f: Layer already exists 02:29:59 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:8d6c4d9f9644c0be20e1928aae55d69767d727d506f38e633532c8903d3cb6ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:59 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 02:30:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:30:00 043087898659: Preparing 02:30:00 b4b735382752: Preparing 02:30:00 ef177b78a2de: Preparing 02:30:00 4191554ad4a7: Preparing 02:30:00 52edfe742f7e: Preparing 02:30:00 7cdb7845921b: Preparing 02:30:00 4aeaa0e7d41f: Preparing 02:30:00 7cdb7845921b: Waiting 02:30:00 4aeaa0e7d41f: Waiting 02:30:00 043087898659: Layer already exists 02:30:00 ef177b78a2de: Layer already exists 02:30:00 52edfe742f7e: Layer already exists 02:30:00 4191554ad4a7: Layer already exists 02:30:00 b4b735382752: Layer already exists 02:30:00 7cdb7845921b: Layer already exists 02:30:00 4aeaa0e7d41f: Layer already exists 02:30:00 main: digest: sha256:8d6c4d9f9644c0be20e1928aae55d69767d727d506f38e633532c8903d3cb6ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:30:00 ===================================================== [Pipeline] echo 02:30:00 taggedImages: 02:30:00 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:30:00 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:30:00 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.72 02:30:00 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:30:00 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:30:00 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 02:30:00 31004d15d58f507a4eebe19040194a3f4f45cec1 02:30:00 latest 02:30:00 3.2.0-dev.72 02:30:00 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:30:00 main 02:30:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:00 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:30:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:30:01 d077d2d343c7: Preparing 02:30:01 69caba2827a3: Preparing 02:30:01 ef177b78a2de: Preparing 02:30:01 4191554ad4a7: Preparing 02:30:01 a72cbe695e0a: Preparing 02:30:01 236219d60f3d: Preparing 02:30:01 4aeaa0e7d41f: Preparing 02:30:01 236219d60f3d: Waiting 02:30:01 4aeaa0e7d41f: Waiting 02:30:01 ef177b78a2de: Layer already exists 02:30:01 4191554ad4a7: Layer already exists 02:30:01 a72cbe695e0a: Layer already exists 02:30:01 236219d60f3d: Layer already exists 02:30:01 4aeaa0e7d41f: Layer already exists 02:30:01 d077d2d343c7: Pushed 02:30:08 69caba2827a3: Pushed 02:30:08 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:23d1880259a5cd2239f32e2dea6c8a3948cb7ec9abf5bb38392ac5466598f171 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:08 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:30:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:30:09 d077d2d343c7: Preparing 02:30:09 69caba2827a3: Preparing 02:30:09 ef177b78a2de: Preparing 02:30:09 4191554ad4a7: Preparing 02:30:09 a72cbe695e0a: Preparing 02:30:09 236219d60f3d: Preparing 02:30:09 4aeaa0e7d41f: Preparing 02:30:09 236219d60f3d: Waiting 02:30:09 4aeaa0e7d41f: Waiting 02:30:09 d077d2d343c7: Layer already exists 02:30:09 69caba2827a3: Layer already exists 02:30:09 ef177b78a2de: Layer already exists 02:30:09 a72cbe695e0a: Layer already exists 02:30:09 4191554ad4a7: Layer already exists 02:30:09 4aeaa0e7d41f: Layer already exists 02:30:09 236219d60f3d: Layer already exists 02:30:09 latest: digest: sha256:23d1880259a5cd2239f32e2dea6c8a3948cb7ec9abf5bb38392ac5466598f171 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:09 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.72 02:30:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:30:10 d077d2d343c7: Preparing 02:30:10 69caba2827a3: Preparing 02:30:10 ef177b78a2de: Preparing 02:30:10 4191554ad4a7: Preparing 02:30:10 a72cbe695e0a: Preparing 02:30:10 236219d60f3d: Preparing 02:30:10 4aeaa0e7d41f: Preparing 02:30:10 236219d60f3d: Waiting 02:30:10 4aeaa0e7d41f: Waiting 02:30:10 4191554ad4a7: Layer already exists 02:30:10 a72cbe695e0a: Layer already exists 02:30:10 ef177b78a2de: Layer already exists 02:30:10 69caba2827a3: Layer already exists 02:30:10 d077d2d343c7: Layer already exists 02:30:10 236219d60f3d: Layer already exists 02:30:10 4aeaa0e7d41f: Layer already exists 02:30:10 3.2.0-dev.72: digest: sha256:23d1880259a5cd2239f32e2dea6c8a3948cb7ec9abf5bb38392ac5466598f171 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:10 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:30:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:30:11 d077d2d343c7: Preparing 02:30:11 69caba2827a3: Preparing 02:30:11 ef177b78a2de: Preparing 02:30:11 4191554ad4a7: Preparing 02:30:11 a72cbe695e0a: Preparing 02:30:11 236219d60f3d: Preparing 02:30:11 4aeaa0e7d41f: Preparing 02:30:11 236219d60f3d: Waiting 02:30:11 4aeaa0e7d41f: Waiting 02:30:11 4191554ad4a7: Layer already exists 02:30:11 d077d2d343c7: Layer already exists 02:30:11 ef177b78a2de: Layer already exists 02:30:11 a72cbe695e0a: Layer already exists 02:30:11 69caba2827a3: Layer already exists 02:30:11 4aeaa0e7d41f: Layer already exists 02:30:11 236219d60f3d: Layer already exists 02:30:11 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:23d1880259a5cd2239f32e2dea6c8a3948cb7ec9abf5bb38392ac5466598f171 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:11 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:12 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 02:30:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:30:12 d077d2d343c7: Preparing 02:30:12 69caba2827a3: Preparing 02:30:12 ef177b78a2de: Preparing 02:30:12 4191554ad4a7: Preparing 02:30:12 a72cbe695e0a: Preparing 02:30:12 236219d60f3d: Preparing 02:30:12 4aeaa0e7d41f: Preparing 02:30:12 236219d60f3d: Waiting 02:30:12 4aeaa0e7d41f: Waiting 02:30:12 69caba2827a3: Layer already exists 02:30:12 ef177b78a2de: Layer already exists 02:30:12 4191554ad4a7: Layer already exists 02:30:12 d077d2d343c7: Layer already exists 02:30:12 a72cbe695e0a: Layer already exists 02:30:12 4aeaa0e7d41f: Layer already exists 02:30:12 236219d60f3d: Layer already exists 02:30:12 main: digest: sha256:23d1880259a5cd2239f32e2dea6c8a3948cb7ec9abf5bb38392ac5466598f171 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:30:12 ===================================================== [Pipeline] echo 02:30:12 taggedImages: 02:30:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 02:30:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:30:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.72 02:30:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 02:30:12 - 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 02:30:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:30:12 02:30:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:30:13 arm64: Pulling from edgex-lftools-log-publisher 02:30:13 8998bd30e6a1: Pulling fs layer 02:30:13 04944245beec: Pulling fs layer 02:30:13 699f458cf7ca: Pulling fs layer 02:30:13 765212b225bb: Pulling fs layer 02:30:13 f23df028b6ca: Pulling fs layer 02:30:13 d65c8cfc05b1: Pulling fs layer 02:30:13 2437ff75d9bd: Pulling fs layer 02:30:13 765212b225bb: Waiting 02:30:13 f23df028b6ca: Waiting 02:30:13 d65c8cfc05b1: Waiting 02:30:13 2437ff75d9bd: Waiting 02:30:13 04944245beec: Verifying Checksum 02:30:13 04944245beec: Download complete 02:30:13 765212b225bb: Verifying Checksum 02:30:13 765212b225bb: Download complete 02:30:13 f23df028b6ca: Verifying Checksum 02:30:13 f23df028b6ca: Download complete 02:30:13 d65c8cfc05b1: Verifying Checksum 02:30:13 d65c8cfc05b1: Download complete 02:30:13 699f458cf7ca: Verifying Checksum 02:30:13 699f458cf7ca: Download complete 02:30:14 8998bd30e6a1: Verifying Checksum 02:30:14 8998bd30e6a1: Download complete 02:30:16 2437ff75d9bd: Verifying Checksum 02:30:16 2437ff75d9bd: Download complete 02:30:19 8998bd30e6a1: Pull complete 02:30:19 04944245beec: Pull complete 02:30:20 699f458cf7ca: Pull complete 02:30:20 765212b225bb: Pull complete 02:30:21 f23df028b6ca: Pull complete 02:30:21 d65c8cfc05b1: Pull complete 02:30:40 2437ff75d9bd: Pull complete 02:30:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:30:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:30:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:30:40 prd-ubuntu20.04-docker-arm64-4c-16g-10063 does not seem to be running inside a container 02:30:40 $ 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/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 02:30:43 $ docker top 0d09595b5aff2262a413cb81b0eeabf1bdb3c834dcfdf875d6807f9068e5108e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:30:44 ---> job-cost.sh 02:30:44 lf-activate-venv: SKIPPING 02:30:44 INFO: No Stack... 02:30:44 INFO: Retrieving Pricing Info for: v3-standard-4 02:30:45 INFO: Archiving Costs [Pipeline] sh 02:30:46 + cat /w/workspace/edgex-go/693/archives/cost.csv 02:30:46 + cut -d, -f6 [Pipeline] lock 02:30:46 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-693-stack-cost] 02:30:46 Resource [jenkins-edgexfoundry-edgex-go-main-693-stack-cost] did not exist. Created. 02:30:46 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-693-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:30:46 + echo total: 0.10999999940395355 [Pipeline] stash 02:30:47 Stashed 1 file(s) [Pipeline] } 02:30:47 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-693-stack-cost] [Pipeline] // lock [Pipeline] } 02:30:47 $ docker stop --time=1 0d09595b5aff2262a413cb81b0eeabf1bdb3c834dcfdf875d6807f9068e5108e 02:30:49 $ docker rm -f --volumes 0d09595b5aff2262a413cb81b0eeabf1bdb3c834dcfdf875d6807f9068e5108e [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 02:30:49 provisioning config files... 02:30:49 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/693@tmp/config2179662505016470533tmp [Pipeline] { [Pipeline] sh 02:30:50 + set +x 02:30:50 + curl -s https://codecov.io/bash 02:30:50 + bash -s -- 02:30:50 02:30:50 _____ _ 02:30:50 / ____| | | 02:30:50 | | ___ __| | ___ ___ _____ __ 02:30:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:30:50 | |___| (_) | (_| | __/ (_| (_) \ V / 02:30:50 \_____\___/ \__,_|\___|\___\___/ \_/ 02:30:50 Bash-1.0.6 02:30:50 02:30:50 02:30:50 ==> git version 2.25.1 found 02:30:50 ==> 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 02:30:50 Release-Date: 2020-01-08 02:30:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:30:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:30:50 ==> Jenkins CI detected. 02:30:50 current dir:  /w/workspace/edgex-go/693 02:30:50 project root: . 02:30:50 --> token set from env 02:30:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:30:50 ==> Running gcov in . (disable via -X gcov) 02:30:50 ==> Python coveragepy not found 02:30:50 ==> Searching for coverage reports in: 02:30:50 + . 02:30:50 -> Found 1 reports 02:30:50 ==> Detecting git/mercurial file structure 02:30:50 ==> Reading reports 02:30:50 + ./coverage.out bytes=546549 02:30:50 ==> Appending adjustments 02:30:50 https://docs.codecov.io/docs/fixing-reports 02:30:51 + Found adjustments 02:30:51 ==> Gzipping contents 02:30:51 68K /tmp/codecov.uQq5vK.gz 02:30:51 ==> Uploading reports 02:30:51 url: https://codecov.io 02:30:51 query: branch=main&commit=31004d15d58f507a4eebe19040194a3f4f45cec1&build=693&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F693%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:30:51 -> Pinging Codecov 02:30:51 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=31004d15d58f507a4eebe19040194a3f4f45cec1&build=693&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F693%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:30:51 -> Uploading to 02:30:51 https://storage.googleapis.com/codecov/v4/raw/2024-09-11/00271124DB129430A58F1EEE437C3FCB/31004d15d58f507a4eebe19040194a3f4f45cec1/4c36b6b4-08de-433c-8344-15eebae8b635.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240911%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240911T023051Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6ab61ab3e94f65d04bd2a795cdade596d48f513c6baf874be151cc473bdad7d5 02:30:51 % Total % Received % Xferd Average Speed Time Time Time Current 02:30:51 Dload Upload Total Spent Left Speed 02:30:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68255 0 0 100 68255 0 218k --:--:-- --:--:-- --:--:-- 218k 02:30:52 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } 02:30:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 02:30:52 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:30:52 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:30:52 02:30:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:30:53 latest: Pulling from edgex-devops/edgex-snyk-go 02:30:53 619be1103602: Already exists 02:30:53 f8ea3408117e: Pulling fs layer 02:30:53 91320369b822: Pulling fs layer 02:30:53 0406650e8295: Pulling fs layer 02:30:53 4f4fb700ef54: Pulling fs layer 02:30:53 96d80e3f36e1: Pulling fs layer 02:30:53 bcf3aedb951c: Pulling fs layer 02:30:53 4f4fb700ef54: Waiting 02:30:53 96d80e3f36e1: Waiting 02:30:53 bcf3aedb951c: Waiting 02:30:53 0406650e8295: Verifying Checksum 02:30:53 0406650e8295: Download complete 02:30:53 f8ea3408117e: Download complete 02:30:53 4f4fb700ef54: Verifying Checksum 02:30:53 4f4fb700ef54: Download complete 02:30:53 f8ea3408117e: Pull complete 02:30:53 96d80e3f36e1: Verifying Checksum 02:30:53 96d80e3f36e1: Download complete 02:30:53 91320369b822: Verifying Checksum 02:30:53 91320369b822: Download complete 02:30:54 bcf3aedb951c: Verifying Checksum 02:30:57 91320369b822: Pull complete 02:30:57 0406650e8295: Pull complete 02:30:57 4f4fb700ef54: Pull complete 02:30:57 96d80e3f36e1: Pull complete 02:31:03 bcf3aedb951c: Pull complete 02:31:03 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 02:31:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:31:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:31:03 prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container 02:31:03 $ 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/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 02:31:11 $ docker top 45f5d689b0885700119a3c53a467e682556957be324f65e2f970a1c8eefbf41c -eo pid,comm [Pipeline] { [Pipeline] sh 02:31:12 + git config --global --add safe.directory /w/workspace/edgex-go/693 [Pipeline] echo 02:31:12 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 02:31:12 + set -o pipefail 02:31:12 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 02:31:22 02:31:22 Monitoring /w/workspace/edgex-go/693 (github.com/edgexfoundry/edgex-go)... 02:31:22 02:31:22 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/0a115f8d-3541-4baf-a8bc-833e6fc7a8ed 02:31:22 02:31:22 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:31:22 02:31:22 02:31:22 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 02:31:22 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 02:31:22 $ docker stop --time=1 45f5d689b0885700119a3c53a467e682556957be324f65e2f970a1c8eefbf41c 02:31:29 $ docker rm -f --volumes 45f5d689b0885700119a3c53a467e682556957be324f65e2f970a1c8eefbf41c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 02:31:29 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:31:29 provisioning config files... 02:31:29 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/693@tmp/config18167417970695987425tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:31:30 --> edgex-publish-swagger.sh 02:31:30 === Publish openapi/v3 API === 02:31:30 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 02:31:30 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/693/openapi/v3/core-command.yaml] 02:31:30 % Total % Received % Xferd Average Speed Time Time Time Current 02:31:30 Dload Upload Total Spent Left Speed 02:31:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 78613 --:--:-- --:--:-- --:--:-- 78425 100 32782 0 0 100 32782 0 78613 --:--:-- --:--:-- --:--:-- 78425 02:31:30 02:31:30 02:31:30 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/693/openapi/v3/core-data.yaml] 02:31:30 % Total % Received % Xferd Average Speed Time Time Time Current 02:31:30 Dload Upload Total Spent Left Speed 02:31:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 177k --:--:-- --:--:-- --:--:-- 177k 02:31:31 02:31:31 02:31:31 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/693/openapi/v3/core-keeper.yaml] 02:31:31 % Total % Received % Xferd Average Speed Time Time Time Current 02:31:31 Dload Upload Total Spent Left Speed 02:31:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 294 143k --:--:-- --:--:-- --:--:-- 143k 02:31:31 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:31:31 02:31:31 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/693/openapi/v3/core-metadata.yaml] 02:31:31 % Total % Received % Xferd Average Speed Time Time Time Current 02:31:31 Dload Upload Total Spent Left Speed 02:31:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 148k 0 0 100 148k 0 729k --:--:-- --:--:-- --:--:-- 729k 100 149k 100 156 100 148k 436 417k --:--:-- --:--:-- --:--:-- 416k 02:31:31 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 02:31:31 02:31:31 [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/693/openapi/v3/support-cron-scheduler.yaml] 02:31:31 % Total % Received % Xferd Average Speed Time Time Time Current 02:31:31 Dload Upload Total Spent Left Speed 02:31:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 48523 100 66 100 48457 271 194k --:--:-- --:--:-- --:--:-- 195k 02:31:31 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:31:31 02:31:31 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/693/openapi/v3/support-notifications.yaml] 02:31:31 % Total % Received % Xferd Average Speed Time Time Time Current 02:31:31 Dload Upload Total Spent Left Speed 02:31:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 508 277k --:--:-- --:--:-- --:--:-- 278k 02:31:32 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 02:31:32 02:31:32 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/693/openapi/v3/support-scheduler.yaml] 02:31:32 % Total % Received % Xferd Average Speed Time Time Time Current 02:31:32 Dload Upload Total Spent Left Speed 02:31:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 496 114k --:--:-- --:--:-- --:--:-- 115k 100 37110 100 156 100 36954 496 114k --:--:-- --:--:-- --:--:-- 115k 02:31:32 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 02:31:32 [Pipeline] } 02:31:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 02:31:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:31:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:31:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:31:33 prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container 02:31:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 02:31:34 $ docker top 9e753f69ab7660295ccaabced7df0aec4d2a5551ce4c0495d3d8a4ff4101cbd2 -eo pid,comm 02:31:34 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). 02:31:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:31:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:31:34 [ssh-agent] Looking for ssh-agent implementation... 02:31:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:31:34 $ docker exec 9e753f69ab7660295ccaabced7df0aec4d2a5551ce4c0495d3d8a4ff4101cbd2 ssh-agent 02:31:34 SSH_AUTH_SOCK=/tmp/ssh-VX18eeDX6kK1/agent.23 02:31:34 SSH_AGENT_PID=39 02:31:34 Running ssh-add (command line suppressed) 02:31:34 Identity added: /w/workspace/edgex-go/693@tmp/private_key_14323128563282980482.key (/w/workspace/edgex-go/693@tmp/private_key_14323128563282980482.key) 02:31:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:31:34 + git semver tag 02:31:35 2024-09-11 02:31:35,079 [run_tag] DEBUG tag force:False 02:31:35 2024-09-11 02:31:35,079 [check_head_tag] DEBUG check head tag 02:31:35 2024-09-11 02:31:35,082 [execute] INFO git cat-file --batch-check 02:31:35 2024-09-11 02:31:35,082 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/693, universal_newlines=False, shell=None, istream=) 02:31:35 2024-09-11 02:31:35,086 [execute] INFO git cat-file --batch 02:31:35 2024-09-11 02:31:35,086 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/693, universal_newlines=False, shell=None, istream=) 02:31:35 2024-09-11 02:31:35,127 [read_version] DEBUG read version from /w/workspace/edgex-go/693/.semver/main 02:31:35 2024-09-11 02:31:35,127 [execute] INFO git tag -a v3.2.0-dev.72 -m v3.2.0-dev.72 02:31:35 2024-09-11 02:31:35,127 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.72', '-m', 'v3.2.0-dev.72'], cwd=/w/workspace/edgex-go/693, universal_newlines=False, shell=None, istream=None) 02:31:35 2024-09-11 02:31:35,132 [read_version] DEBUG read version from /w/workspace/edgex-go/693/.semver/main 02:31:35 3.2.0-dev.72 [Pipeline] } 02:31:35 $ docker exec --env ******** --env ******** 9e753f69ab7660295ccaabced7df0aec4d2a5551ce4c0495d3d8a4ff4101cbd2 ssh-agent -k 02:31:35 unset SSH_AUTH_SOCK; 02:31:35 unset SSH_AGENT_PID; 02:31:35 echo Agent pid 39 killed; 02:31:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:31:35 + git semver [Pipeline] } 02:31:36 $ docker stop --time=1 9e753f69ab7660295ccaabced7df0aec4d2a5551ce4c0495d3d8a4ff4101cbd2 02:31:37 $ docker rm -f --volumes 9e753f69ab7660295ccaabced7df0aec4d2a5551ce4c0495d3d8a4ff4101cbd2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:31:37 02:31:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:31:38 0.23.1-centos7: Pulling from edgex-lftools 02:31:38 ab5ef0e58194: Pulling fs layer 02:31:38 9712f1f96733: Pulling fs layer 02:31:38 63f879dbbcfc: Pulling fs layer 02:31:38 0d9ebad4ef96: Pulling fs layer 02:31:38 e9a5061849ea: Pulling fs layer 02:31:38 d747dcd14b5f: Pulling fs layer 02:31:38 2de7ff778b66: Pulling fs layer 02:31:38 0d9ebad4ef96: Waiting 02:31:38 d747dcd14b5f: Waiting 02:31:38 e9a5061849ea: Waiting 02:31:38 9712f1f96733: Verifying Checksum 02:31:38 9712f1f96733: Download complete 02:31:38 63f879dbbcfc: Verifying Checksum 02:31:38 63f879dbbcfc: Download complete 02:31:38 e9a5061849ea: Verifying Checksum 02:31:38 e9a5061849ea: Download complete 02:31:38 d747dcd14b5f: Download complete 02:31:38 0d9ebad4ef96: Verifying Checksum 02:31:38 0d9ebad4ef96: Download complete 02:31:38 ab5ef0e58194: Verifying Checksum 02:31:38 ab5ef0e58194: Download complete 02:31:38 2de7ff778b66: Download complete 02:31:41 ab5ef0e58194: Pull complete 02:31:41 9712f1f96733: Pull complete 02:31:42 63f879dbbcfc: Pull complete 02:31:46 0d9ebad4ef96: Pull complete 02:31:46 e9a5061849ea: Pull complete 02:31:46 d747dcd14b5f: Pull complete 02:31:47 2de7ff778b66: Pull complete 02:31:47 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:31:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:31:47 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:31:48 prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container 02:31:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 02:31:57 $ docker top b2310d1dcd25488f5cac2f8812a6bb4fdeab86e289a82a9d27d4272411ad5555 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:31:58 provisioning config files... 02:31:58 copy managed file [sigul-config] to file:/w/workspace/edgex-go/693@tmp/config5308146761516048718tmp 02:31:58 copy managed file [sigul-password] to file:/w/workspace/edgex-go/693@tmp/config11742546801492635914tmp 02:31:58 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/693@tmp/config4356149967916445797tmp [Pipeline] { [Pipeline] echo 02:31:58 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:31:58 ---> sigul-configuration.sh 02:31:58 gpg: directory `/root/.gnupg' created 02:31:58 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:31:58 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:31:58 gpg: keyring `/root/.gnupg/secring.gpg' created 02:31:58 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:31:58 gpg: CAST5 encrypted data 02:31:58 gpg: encrypted with 1 passphrase 02:31:58 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:31:58 + mkdir /home/jenkins 02:31:58 + mkdir /home/jenkins/sigul [Pipeline] sh 02:31:59 + 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 02:31:59 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:31:59 ---> sigul-install.sh 02:31:59 Sigul already installed; skipping installation. [Pipeline] sh 02:31:59 + git tag --list 02:31:59 0.6.0 02:31:59 0.6.1 02:31:59 0.7.0 02:31:59 0.7.1 02:31:59 v1.0.0 02:31:59 v1.0.1 02:31:59 v1.1.0 02:31:59 v1.2.0 02:31:59 v1.2.1 02:31:59 v1.3.0 02:31:59 v1.3.1 02:31:59 v2.0.0 02:31:59 v2.1.0 02:31:59 v2.1.1 02:31:59 v2.2.0 02:31:59 v2.3.0 02:31:59 v3.0 02:31:59 v3.0.0 02:31:59 v3.1 02:31:59 v3.1.0 02:31:59 v3.1.0-dev.1 02:31:59 v3.1.0-dev.10 02:31:59 v3.1.0-dev.11 02:31:59 v3.1.0-dev.12 02:31:59 v3.1.0-dev.13 02:31:59 v3.1.0-dev.14 02:31:59 v3.1.0-dev.15 02:31:59 v3.1.0-dev.16 02:31:59 v3.1.0-dev.17 02:31:59 v3.1.0-dev.18 02:31:59 v3.1.0-dev.19 02:31:59 v3.1.0-dev.2 02:31:59 v3.1.0-dev.20 02:31:59 v3.1.0-dev.21 02:31:59 v3.1.0-dev.22 02:31:59 v3.1.0-dev.23 02:31:59 v3.1.0-dev.24 02:31:59 v3.1.0-dev.25 02:31:59 v3.1.0-dev.26 02:31:59 v3.1.0-dev.27 02:31:59 v3.1.0-dev.28 02:31:59 v3.1.0-dev.29 02:31:59 v3.1.0-dev.3 02:31:59 v3.1.0-dev.30 02:31:59 v3.1.0-dev.31 02:31:59 v3.1.0-dev.32 02:31:59 v3.1.0-dev.33 02:31:59 v3.1.0-dev.34 02:31:59 v3.1.0-dev.35 02:31:59 v3.1.0-dev.36 02:31:59 v3.1.0-dev.37 02:31:59 v3.1.0-dev.38 02:31:59 v3.1.0-dev.39 02:31:59 v3.1.0-dev.4 02:31:59 v3.1.0-dev.40 02:31:59 v3.1.0-dev.41 02:31:59 v3.1.0-dev.42 02:31:59 v3.1.0-dev.43 02:31:59 v3.1.0-dev.44 02:31:59 v3.1.0-dev.45 02:31:59 v3.1.0-dev.46 02:31:59 v3.1.0-dev.47 02:31:59 v3.1.0-dev.48 02:31:59 v3.1.0-dev.49 02:31:59 v3.1.0-dev.5 02:31:59 v3.1.0-dev.50 02:31:59 v3.1.0-dev.51 02:31:59 v3.1.0-dev.52 02:31:59 v3.1.0-dev.53 02:31:59 v3.1.0-dev.54 02:31:59 v3.1.0-dev.55 02:31:59 v3.1.0-dev.56 02:31:59 v3.1.0-dev.57 02:31:59 v3.1.0-dev.58 02:31:59 v3.1.0-dev.59 02:31:59 v3.1.0-dev.6 02:31:59 v3.1.0-dev.60 02:31:59 v3.1.0-dev.61 02:31:59 v3.1.0-dev.62 02:31:59 v3.1.0-dev.63 02:31:59 v3.1.0-dev.64 02:31:59 v3.1.0-dev.65 02:31:59 v3.1.0-dev.66 02:31:59 v3.1.0-dev.67 02:31:59 v3.1.0-dev.68 02:31:59 v3.1.0-dev.69 02:31:59 v3.1.0-dev.7 02:31:59 v3.1.0-dev.70 02:31:59 v3.1.0-dev.71 02:31:59 v3.1.0-dev.72 02:31:59 v3.1.0-dev.73 02:31:59 v3.1.0-dev.8 02:31:59 v3.1.0-dev.9 02:31:59 v3.1.1 02:31:59 v3.1.1-dev.1 02:31:59 v3.1.1-dev.2 02:31:59 v3.2.0-dev.1 02:31:59 v3.2.0-dev.10 02:31:59 v3.2.0-dev.11 02:31:59 v3.2.0-dev.12 02:31:59 v3.2.0-dev.13 02:31:59 v3.2.0-dev.14 02:31:59 v3.2.0-dev.15 02:31:59 v3.2.0-dev.16 02:31:59 v3.2.0-dev.17 02:31:59 v3.2.0-dev.18 02:31:59 v3.2.0-dev.19 02:31:59 v3.2.0-dev.2 02:31:59 v3.2.0-dev.20 02:31:59 v3.2.0-dev.21 02:31:59 v3.2.0-dev.22 02:31:59 v3.2.0-dev.23 02:31:59 v3.2.0-dev.24 02:31:59 v3.2.0-dev.25 02:31:59 v3.2.0-dev.26 02:31:59 v3.2.0-dev.27 02:31:59 v3.2.0-dev.28 02:31:59 v3.2.0-dev.29 02:31:59 v3.2.0-dev.3 02:31:59 v3.2.0-dev.30 02:31:59 v3.2.0-dev.31 02:31:59 v3.2.0-dev.32 02:31:59 v3.2.0-dev.33 02:31:59 v3.2.0-dev.34 02:31:59 v3.2.0-dev.35 02:31:59 v3.2.0-dev.36 02:31:59 v3.2.0-dev.37 02:31:59 v3.2.0-dev.38 02:31:59 v3.2.0-dev.39 02:31:59 v3.2.0-dev.4 02:31:59 v3.2.0-dev.40 02:31:59 v3.2.0-dev.41 02:31:59 v3.2.0-dev.42 02:31:59 v3.2.0-dev.43 02:31:59 v3.2.0-dev.44 02:31:59 v3.2.0-dev.45 02:31:59 v3.2.0-dev.46 02:31:59 v3.2.0-dev.47 02:31:59 v3.2.0-dev.48 02:31:59 v3.2.0-dev.49 02:31:59 v3.2.0-dev.5 02:31:59 v3.2.0-dev.50 02:31:59 v3.2.0-dev.51 02:31:59 v3.2.0-dev.52 02:31:59 v3.2.0-dev.53 02:31:59 v3.2.0-dev.54 02:31:59 v3.2.0-dev.55 02:31:59 v3.2.0-dev.56 02:31:59 v3.2.0-dev.57 02:31:59 v3.2.0-dev.58 02:31:59 v3.2.0-dev.59 02:31:59 v3.2.0-dev.6 02:31:59 v3.2.0-dev.60 02:31:59 v3.2.0-dev.61 02:31:59 v3.2.0-dev.62 02:31:59 v3.2.0-dev.63 02:31:59 v3.2.0-dev.64 02:31:59 v3.2.0-dev.65 02:31:59 v3.2.0-dev.66 02:31:59 v3.2.0-dev.67 02:31:59 v3.2.0-dev.68 02:31:59 v3.2.0-dev.69 02:31:59 v3.2.0-dev.7 02:31:59 v3.2.0-dev.70 02:31:59 v3.2.0-dev.71 02:31:59 v3.2.0-dev.72 02:31:59 v3.2.0-dev.8 02:31:59 v3.2.0-dev.9 [Pipeline] sh 02:31:59 + lftools sign git-tag v3.2.0-dev.72 02:32:00 Signing Git tag with Sigul... 02:32:00 Signing v3.2.0-dev.72 [Pipeline] echo 02:32:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:32:05 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:32:05 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:32:05 $ docker stop --time=1 b2310d1dcd25488f5cac2f8812a6bb4fdeab86e289a82a9d27d4272411ad5555 02:32:06 $ docker rm -f --volumes b2310d1dcd25488f5cac2f8812a6bb4fdeab86e289a82a9d27d4272411ad5555 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:32:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:32:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:32:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:32:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:32:07 prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container 02:32:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 02:32:07 $ docker top 01e96b1f24015e22bf83ffd0960f58cdf3637883d26a29ec743e42203d78c769 -eo pid,comm 02:32:07 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). 02:32:07 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:32:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:32:07 [ssh-agent] Looking for ssh-agent implementation... 02:32:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:32:07 $ docker exec 01e96b1f24015e22bf83ffd0960f58cdf3637883d26a29ec743e42203d78c769 ssh-agent 02:32:08 SSH_AUTH_SOCK=/tmp/ssh-KwYrTbUNq8oO/agent.31 02:32:08 SSH_AGENT_PID=37 02:32:08 Running ssh-add (command line suppressed) 02:32:08 Identity added: /w/workspace/edgex-go/693@tmp/private_key_5943882550007465351.key (/w/workspace/edgex-go/693@tmp/private_key_5943882550007465351.key) 02:32:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:32:08 + git semver bump pre 02:32:08 2024-09-11 02:32:08,630 [read_version] DEBUG read version from /w/workspace/edgex-go/693/.semver/main 02:32:08 2024-09-11 02:32:08,630 [bump_version] DEBUG bumping version:3.2.0-dev.72 on axis:pre with prefix:dev 02:32:08 2024-09-11 02:32:08,630 [bump_version] DEBUG bumped version:3.2.0-dev.73 02:32:08 2024-09-11 02:32:08,630 [write_version] DEBUG write version:3.2.0-dev.73 to path:/w/workspace/edgex-go/693/.semver/main with force:True 02:32:08 2024-09-11 02:32:08,630 [read_version] DEBUG read version from /w/workspace/edgex-go/693/.semver/main 02:32:08 2024-09-11 02:32:08,630 [write_file] DEBUG write to file:/w/workspace/edgex-go/693/.semver/main 02:32:08 2024-09-11 02:32:08,632 [execute] INFO git cat-file --batch-check 02:32:08 2024-09-11 02:32:08,632 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/693/.semver, universal_newlines=False, shell=None, istream=) 02:32:08 2024-09-11 02:32:08,637 [execute] INFO git cat-file --batch 02:32:08 2024-09-11 02:32:08,638 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/693/.semver, universal_newlines=False, shell=None, istream=) 02:32:08 2024-09-11 02:32:08,643 [read_version] DEBUG read version from /w/workspace/edgex-go/693/.semver/main 02:32:08 3.2.0-dev.73 [Pipeline] } 02:32:08 $ docker exec --env ******** --env ******** 01e96b1f24015e22bf83ffd0960f58cdf3637883d26a29ec743e42203d78c769 ssh-agent -k 02:32:08 unset SSH_AUTH_SOCK; 02:32:08 unset SSH_AGENT_PID; 02:32:08 echo Agent pid 37 killed; 02:32:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:32:09 + git semver [Pipeline] } 02:32:09 $ docker stop --time=1 01e96b1f24015e22bf83ffd0960f58cdf3637883d26a29ec743e42203d78c769 02:32:10 $ docker rm -f --volumes 01e96b1f24015e22bf83ffd0960f58cdf3637883d26a29ec743e42203d78c769 [Pipeline] // withDockerContainer [Pipeline] sh 02:32:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:32:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:32:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:32:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:32:11 prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container 02:32:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 02:32:12 $ docker top 00796b25e38908bcd24fd1bc4ba4aa823ecacef892c2fca672fc2ed58177b52c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:32:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:32:12 [ssh-agent] Looking for ssh-agent implementation... 02:32:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:32:12 $ docker exec 00796b25e38908bcd24fd1bc4ba4aa823ecacef892c2fca672fc2ed58177b52c ssh-agent 02:32:12 SSH_AUTH_SOCK=/tmp/ssh-4NS4ewnvnPP9/agent.32 02:32:12 SSH_AGENT_PID=38 02:32:12 Running ssh-add (command line suppressed) 02:32:12 Identity added: /w/workspace/edgex-go/693@tmp/private_key_1086085953903499758.key (/w/workspace/edgex-go/693@tmp/private_key_1086085953903499758.key) 02:32:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:32:13 + git semver push 02:32:13 2024-09-11 02:32:13,316 [run_push] DEBUG push 02:32:13 2024-09-11 02:32:13,317 [execute] INFO git cat-file --batch-check 02:32:13 2024-09-11 02:32:13,317 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/693/.semver, universal_newlines=False, shell=None, istream=) 02:32:13 2024-09-11 02:32:13,321 [execute] INFO git rev-list fb793c701d55ded88256ac2649a0b94ecc726309 -- 02:32:13 2024-09-11 02:32:13,322 [execute] DEBUG Popen(['git', 'rev-list', 'fb793c701d55ded88256ac2649a0b94ecc726309', '--'], cwd=/w/workspace/edgex-go/693/.semver, universal_newlines=False, shell=None, istream=None) 02:32:13 2024-09-11 02:32:13,336 [execute] INFO git fetch -v origin 02:32:13 2024-09-11 02:32:13,336 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/693/.semver, universal_newlines=True, shell=None, istream=None) 02:32:14 2024-09-11 02:32:14,205 [run_push] DEBUG no remote changes detected 02:32:14 2024-09-11 02:32:14,205 [execute] INFO git push origin semver 02:32:14 2024-09-11 02:32:14,206 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/693/.semver, universal_newlines=False, shell=None, istream=None) 02:32:15 2024-09-11 02:32:15,220 [run_push] DEBUG push all version tags 02:32:15 2024-09-11 02:32:15,220 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:32:15 2024-09-11 02:32:15,220 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/693, universal_newlines=False, shell=None, istream=None) 02:32:16 2024-09-11 02:32:16,180 [read_version] DEBUG read version from /w/workspace/edgex-go/693/.semver/main 02:32:16 3.2.0-dev.73 [Pipeline] } 02:32:16 $ docker exec --env ******** --env ******** 00796b25e38908bcd24fd1bc4ba4aa823ecacef892c2fca672fc2ed58177b52c ssh-agent -k 02:32:16 unset SSH_AUTH_SOCK; 02:32:16 unset SSH_AGENT_PID; 02:32:16 echo Agent pid 38 killed; 02:32:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:32:16 + git semver [Pipeline] } 02:32:16 $ docker stop --time=1 00796b25e38908bcd24fd1bc4ba4aa823ecacef892c2fca672fc2ed58177b52c 02:32:18 $ docker rm -f --volumes 00796b25e38908bcd24fd1bc4ba4aa823ecacef892c2fca672fc2ed58177b52c [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 02:32:19 + [ -d /w/workspace/edgex-go/693/archives ] [Pipeline] libraryResource [Pipeline] sh 02:32:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:32:20 ---> package-listing.sh 02:32:20 ++ facter osfamily 02:32:20 ++ tr '[:upper:]' '[:lower:]' 02:32:20 + OS_FAMILY=debian 02:32:20 + workspace=/w/workspace/edgex-go/693 02:32:20 + START_PACKAGES=/tmp/packages_start.txt 02:32:20 + END_PACKAGES=/tmp/packages_end.txt 02:32:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:32:20 + PACKAGES=/tmp/packages_start.txt 02:32:20 + '[' /w/workspace/edgex-go/693 ']' 02:32:20 + PACKAGES=/tmp/packages_end.txt 02:32:20 + case "${OS_FAMILY}" in 02:32:20 + dpkg -l 02:32:20 + grep '^ii' 02:32:20 + '[' -f /tmp/packages_start.txt ']' 02:32:20 + '[' -f /tmp/packages_end.txt ']' 02:32:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:32:20 + '[' /w/workspace/edgex-go/693 ']' 02:32:20 + mkdir -p /w/workspace/edgex-go/693/archives/ 02:32:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/693/archives/ [Pipeline] echo 02:32:20 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/693/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:32:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:32:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:32:21 02:32:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:32:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:32:21 latest: Pulling from edgex-lftools-log-publisher 02:32:21 5eb5b503b376: Pulling fs layer 02:32:21 5c69ac0246d0: Pulling fs layer 02:32:21 ec43610c2a17: Pulling fs layer 02:32:21 3a2ae6a8a46f: Pulling fs layer 02:32:21 33b1e0a273af: Pulling fs layer 02:32:21 5d3b04190fa2: Pulling fs layer 02:32:21 2f39f015ded8: Pulling fs layer 02:32:21 33b1e0a273af: Waiting 02:32:21 5d3b04190fa2: Waiting 02:32:21 2f39f015ded8: Waiting 02:32:21 3a2ae6a8a46f: Waiting 02:32:21 5c69ac0246d0: Verifying Checksum 02:32:21 5c69ac0246d0: Download complete 02:32:21 3a2ae6a8a46f: Verifying Checksum 02:32:21 3a2ae6a8a46f: Download complete 02:32:21 33b1e0a273af: Verifying Checksum 02:32:21 33b1e0a273af: Download complete 02:32:21 5d3b04190fa2: Download complete 02:32:21 ec43610c2a17: Verifying Checksum 02:32:21 ec43610c2a17: Download complete 02:32:21 5eb5b503b376: Verifying Checksum 02:32:21 5eb5b503b376: Download complete 02:32:22 2f39f015ded8: Download complete 02:32:22 5eb5b503b376: Pull complete 02:32:23 5c69ac0246d0: Pull complete 02:32:23 ec43610c2a17: Pull complete 02:32:23 3a2ae6a8a46f: Pull complete 02:32:24 33b1e0a273af: Pull complete 02:32:24 5d3b04190fa2: Pull complete 02:32:28 2f39f015ded8: Pull complete 02:32:28 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:32:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:32:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:32:28 prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container 02:32:28 $ 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/693/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/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 02:32:33 $ docker top d84deb7b44c6493654e756f5114a3b0322ccea29433bddb45cb3f3d336c12495 -eo pid,comm [Pipeline] { [Pipeline] sh 02:32:34 + touch /tmp/pre-build-complete [Pipeline] sh 02:32:34 + mkdir -p /var/log/sysstat [Pipeline] sh 02:32:34 + ls /var/log/sa-host 02:32:34 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:32:34 provisioning config files... 02:32:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/693@tmp/config394683706262073960tmp [Pipeline] { [Pipeline] echo 02:32:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:32:35 ---> create-netrc.sh [Pipeline] } 02:32:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:32:35 ---> python-tools-install.sh [Pipeline] echo 02:32:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:32:35 ---> sudo-logs.sh 02:32:35 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:32:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:32:36 ---> job-cost.sh 02:32:36 lf-activate-venv: SKIPPING 02:32:36 DEBUG: total: 0.10999999940395355 02:32:36 INFO: Retrieving Stack Cost... 02:32:36 INFO: Retrieving Pricing Info for: v3-standard-8 02:32:36 INFO: Archiving Costs [Pipeline] echo 02:32:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:32:37 ---> logs-deploy.sh 02:32:37 lf-activate-venv: SKIPPING 02:32:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/693 02:32:37 INFO: archiving workspace using pattern(s): 02:32:38 Archives upload complete. 02:32:38 INFO: archiving logs to Nexus 02:32:39 ---> uname -a: 02:32:39 Linux prd-ubuntu20-04-docker-8c-8g-10062 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 02:32:39 02:32:39 02:32:39 ---> lscpu: 02:32:39 Architecture: x86_64 02:32:39 CPU op-mode(s): 32-bit, 64-bit 02:32:39 Byte Order: Little Endian 02:32:39 Address sizes: 40 bits physical, 48 bits virtual 02:32:39 CPU(s): 8 02:32:39 On-line CPU(s) list: 0-7 02:32:39 Thread(s) per core: 1 02:32:39 Core(s) per socket: 1 02:32:39 Socket(s): 8 02:32:39 NUMA node(s): 1 02:32:39 Vendor ID: AuthenticAMD 02:32:39 CPU family: 23 02:32:39 Model: 49 02:32:39 Model name: AMD EPYC-Rome Processor 02:32:39 Stepping: 0 02:32:39 CPU MHz: 2800.000 02:32:39 BogoMIPS: 5600.00 02:32:39 Virtualization: AMD-V 02:32:39 Hypervisor vendor: KVM 02:32:39 Virtualization type: full 02:32:39 L1d cache: 256 KiB 02:32:39 L1i cache: 256 KiB 02:32:39 L2 cache: 4 MiB 02:32:39 L3 cache: 128 MiB 02:32:39 NUMA node0 CPU(s): 0-7 02:32:39 Vulnerability Itlb multihit: Not affected 02:32:39 Vulnerability L1tf: Not affected 02:32:39 Vulnerability Mds: Not affected 02:32:39 Vulnerability Meltdown: Not affected 02:32:39 Vulnerability Mmio stale data: Not affected 02:32:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:32:39 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:32:39 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 02:32:39 Vulnerability Srbds: Not affected 02:32:39 Vulnerability Tsx async abort: Not affected 02:32:39 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 02:32:39 02:32:39 02:32:39 ---> nproc: 02:32:39 8 02:32:39 02:32:39 02:32:39 ---> df -h: 02:32:39 Filesystem Size Used Avail Use% Mounted on 02:32:39 overlay 155G 29G 127G 19% / 02:32:39 tmpfs 64M 0 64M 0% /dev 02:32:39 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:32:39 shm 64M 0 64M 0% /dev/shm 02:32:39 /dev/vda1 155G 29G 127G 19% /facter-os 02:32:39 02:32:39 02:32:39 ---> sar -b -r -n DEV: 02:32:39 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-10062) 09/11/24 _x86_64_ (8 CPU) 02:32:39 02:32:39 01:37:45 LINUX RESTART (8 CPU) 02:32:39 02:32:39 01:38:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:32:39 01:39:02 303.80 38.36 265.44 0.00 3706.45 45306.32 0.00 02:32:39 01:40:01 54.11 9.69 44.42 0.00 1698.29 17279.39 0.00 02:32:39 01:41:01 183.64 1.08 182.55 0.00 23.46 62341.48 0.00 02:32:39 01:42:01 42.09 0.02 42.08 0.00 0.13 33545.08 0.00 02:32:39 01:43:01 68.06 1.53 66.52 0.00 87.85 35237.19 0.00 02:32:39 01:44:02 225.03 5.43 219.60 0.00 4237.79 117629.31 0.00 02:32:39 01:45:01 448.70 1.37 447.33 0.00 32.54 165515.81 0.00 02:32:39 01:46:01 579.14 13.61 565.53 0.00 117.16 185482.31 0.00 02:32:39 01:47:01 207.16 0.10 207.06 0.00 0.80 47730.27 0.00 02:32:39 01:48:01 330.36 0.02 330.34 0.00 0.13 107820.59 0.00 02:32:39 01:49:01 690.83 0.10 690.73 0.00 9.60 110248.83 0.00 02:32:39 01:50:01 39.24 0.38 38.85 0.00 21.19 1023.66 0.00 02:32:39 01:51:01 22.10 1.28 20.81 0.00 39.06 548.04 0.00 02:32:39 01:52:01 1.73 0.00 1.73 0.00 0.00 22.26 0.00 02:32:39 01:53:01 1.43 0.00 1.43 0.00 0.00 16.26 0.00 02:32:39 01:54:01 2.82 0.02 2.80 0.00 0.13 35.05 0.00 02:32:39 01:55:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 02:32:39 01:56:01 1.63 0.00 1.63 0.00 0.00 18.40 0.00 02:32:39 01:57:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 02:32:39 01:58:01 1.68 0.00 1.68 0.00 0.00 20.40 0.00 02:32:39 01:59:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 02:32:39 02:00:01 1.10 0.00 1.10 0.00 0.00 13.20 0.00 02:32:39 02:01:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 02:32:39 02:02:01 1.67 0.00 1.67 0.00 0.00 18.00 0.00 02:32:39 02:03:01 1.60 0.00 1.60 0.00 0.00 18.79 0.00 02:32:39 02:04:01 1.55 0.00 1.55 0.00 0.00 17.73 0.00 02:32:39 02:05:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 02:32:39 02:06:01 1.80 0.00 1.80 0.00 0.00 20.93 0.00 02:32:39 02:07:01 1.42 0.00 1.42 0.00 0.00 15.06 0.00 02:32:39 02:08:01 1.80 0.00 1.80 0.00 0.00 21.46 0.00 02:32:39 02:09:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 02:32:39 02:10:01 1.78 0.00 1.78 0.00 0.00 19.59 0.00 02:32:39 02:11:01 0.97 0.00 0.97 0.00 0.00 11.60 0.00 02:32:39 02:12:01 1.72 0.00 1.72 0.00 0.00 18.79 0.00 02:32:39 02:13:01 0.92 0.00 0.92 0.00 0.00 10.00 0.00 02:32:39 02:14:01 1.18 0.00 1.18 0.00 0.00 14.13 0.00 02:32:39 02:15:01 1.20 0.00 1.20 0.00 0.00 12.80 0.00 02:32:39 02:16:01 1.67 0.00 1.67 0.00 0.00 18.53 0.00 02:32:39 02:17:01 0.98 0.02 0.97 0.00 0.13 11.46 0.00 02:32:39 02:18:01 1.78 0.00 1.78 0.00 0.00 20.80 0.00 02:32:39 02:19:01 1.15 0.00 1.15 0.00 0.00 12.66 0.00 02:32:39 02:20:01 1.63 0.00 1.63 0.00 0.00 17.86 0.00 02:32:39 02:21:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 02:32:39 02:22:01 1.48 0.00 1.48 0.00 0.00 17.33 0.00 02:32:39 02:23:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 02:32:39 02:24:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 02:32:39 02:25:01 1.28 0.00 1.28 0.00 0.00 14.00 0.00 02:32:39 02:26:02 1.10 0.00 1.10 0.00 0.00 13.20 0.00 02:32:39 02:27:01 1.20 0.00 1.20 0.00 0.00 13.56 0.00 02:32:39 02:28:01 1.43 0.00 1.43 0.00 0.00 16.39 0.00 02:32:39 02:29:01 1.37 0.00 1.37 0.00 0.00 15.33 0.00 02:32:39 02:30:01 1.70 0.00 1.70 0.00 0.00 20.00 0.00 02:32:39 02:31:01 9.22 0.07 9.15 0.00 7.87 4049.33 0.00 02:32:39 02:32:01 154.86 0.57 154.29 0.00 4.53 59652.46 0.00 02:32:39 Average: 63.16 1.36 61.80 0.00 185.97 18403.05 0.00 02:32:39 02:32:39 01:38:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:32:39 01:39:02 30130956 31607944 764936 2.33 48656 1737280 1725228 5.08 874356 1582092 6416 02:32:39 01:40:01 28799468 31504308 816040 2.48 74796 2896256 1993820 5.88 1117628 2574444 673428 02:32:39 01:41:01 27444368 31288656 1013884 3.08 128328 3866012 2336204 6.89 1752520 3162444 585672 02:32:39 01:42:01 27387892 31260460 1040324 3.16 131572 3873432 2268620 6.69 1580204 3370620 89336 02:32:39 01:43:01 26324748 31296396 993188 3.02 137800 4905000 2331804 6.87 1849480 4088148 100644 02:32:39 01:44:02 21944496 31234592 1034416 3.15 175952 9110884 2290084 6.75 2272696 7943740 2440344 02:32:39 01:45:01 19183836 31089064 1150584 3.50 205228 11544976 3429352 10.11 2663268 10123852 306756 02:32:39 01:46:01 11850036 29434592 2743608 8.34 371776 16477716 7441280 21.93 4843456 14626168 270316 02:32:39 01:47:01 8207848 28222812 3948584 12.01 389188 18765936 10826068 31.91 7162520 15802828 1253948 02:32:39 01:48:01 7092556 29206684 2985124 9.08 399764 20816876 7745168 22.83 6915788 17161964 756504 02:32:39 01:49:01 9681964 31356360 890568 2.71 411240 20535688 2195844 6.47 3361836 18373924 652 02:32:39 01:50:01 9714508 31391548 854256 2.60 412996 20536856 2229932 6.57 3662804 18040780 564 02:32:39 01:51:01 9714032 31394388 851032 2.59 413844 20538344 2088612 6.16 3997236 17704676 248 02:32:39 01:52:01 9717072 31397472 847784 2.58 413868 20538344 2088612 6.16 3993724 17704676 272 02:32:39 01:53:01 9718548 31399020 846524 2.57 413896 20538348 2088612 6.16 3992380 17704680 220 02:32:39 01:54:01 9717516 31398096 847984 2.58 413964 20538324 2123928 6.26 3993012 17704656 16 02:32:39 01:55:01 9718700 31399296 846972 2.58 413976 20538328 2123928 6.26 3992724 17704660 184 02:32:39 01:56:01 9731544 31412164 834048 2.54 413992 20538332 2123928 6.26 3979676 17704664 184 02:32:39 01:57:01 9731992 31412628 833516 2.53 414016 20538332 2123928 6.26 3979908 17704664 192 02:32:39 01:58:01 9733000 31413688 832444 2.53 414072 20538336 2123928 6.26 3978484 17704668 52 02:32:39 01:59:01 9732792 31413520 832392 2.53 414088 20538344 2123928 6.26 3978960 17704676 184 02:32:39 02:00:01 9732816 31413572 832332 2.53 414108 20538348 2123928 6.26 3978936 17704680 180 02:32:39 02:01:01 9732444 31413224 832564 2.53 414124 20538352 2123928 6.26 3979288 17704684 192 02:32:39 02:02:01 9732540 31413464 832472 2.53 414136 20538480 2123928 6.26 3979628 17704812 188 02:32:39 02:03:01 9732272 31413252 832652 2.53 414188 20538484 2123928 6.26 3979200 17704816 12 02:32:39 02:04:01 9732360 31413356 832544 2.53 414204 20538488 2123928 6.26 3979060 17704820 52 02:32:39 02:05:01 9732084 31413084 832732 2.53 414216 20538488 2123928 6.26 3978928 17704820 12 02:32:39 02:06:01 9732192 31413248 832448 2.53 414264 20538492 2123928 6.26 3979436 17704824 180 02:32:39 02:07:01 9732208 31413288 832376 2.53 414316 20538492 2123928 6.26 3979340 17704824 8 02:32:39 02:08:01 9732068 31413220 832568 2.53 414336 20538500 2123928 6.26 3979452 17704832 40 02:32:39 02:09:01 9732028 31413184 832576 2.53 414344 20538504 2123928 6.26 3979496 17704836 196 02:32:39 02:10:01 9732312 31413496 832252 2.53 414368 20538504 2123928 6.26 3979144 17704836 12 02:32:39 02:11:01 9732492 31413680 831984 2.53 414392 20538508 2123928 6.26 3979480 17704840 188 02:32:39 02:12:01 9732524 31413768 831916 2.53 414424 20538512 2123928 6.26 3979132 17704844 12 02:32:39 02:13:01 9732152 31413408 832148 2.53 414440 20538512 2123928 6.26 3979488 17704844 12 02:32:39 02:14:01 9732112 31413420 832144 2.53 414476 20538516 2123928 6.26 3979548 17704848 180 02:32:39 02:15:01 9732248 31413556 832120 2.53 414492 20538516 2123928 6.26 3979448 17704848 8 02:32:39 02:16:01 9731932 31413280 832344 2.53 414504 20538524 2123928 6.26 3979540 17704852 108 02:32:39 02:17:01 9732096 31413452 832064 2.53 414532 20538528 2123928 6.26 3979936 17704856 220 02:32:39 02:18:01 9732144 31413588 831960 2.53 414564 20538520 2144276 6.32 3979280 17704864 44 02:32:39 02:19:01 9731956 31413416 832228 2.53 414572 20538536 2144276 6.32 3979720 17704868 188 02:32:39 02:20:01 9731988 31413468 832192 2.53 414584 20538536 2144276 6.32 3979372 17704868 4 02:32:39 02:21:01 9731720 31413208 832408 2.53 414604 20538540 2144276 6.32 3979372 17704872 12 02:32:39 02:22:01 9731380 31412912 832604 2.53 414620 20538544 2144276 6.32 3979756 17704876 220 02:32:39 02:23:01 9731404 31412936 832560 2.53 414648 20538536 2144276 6.32 3979368 17704876 8 02:32:39 02:24:01 9731316 31412892 832660 2.53 414664 20538548 2144276 6.32 3979476 17704880 180 02:32:39 02:25:01 9731512 31413092 832388 2.53 414684 20538552 2144276 6.32 3979700 17704884 8 02:32:39 02:26:02 9731316 31412948 832636 2.53 414716 20538556 2127912 6.27 3979780 17704888 280 02:32:39 02:27:01 9731348 31412996 832592 2.53 414728 20538560 2127912 6.27 3979464 17704892 8 02:32:39 02:28:01 9731292 31412960 832544 2.53 414744 20538560 2127912 6.27 3979748 17704892 220 02:32:39 02:29:01 9731600 31413328 832168 2.53 414808 20538564 2127912 6.27 3979888 17704900 8 02:32:39 02:30:01 9731868 31413644 831844 2.53 414844 20538568 2127912 6.27 3979896 17704900 44 02:32:39 02:31:01 9014336 31376640 867916 2.64 417832 21167336 2236928 6.59 4011372 18333640 595900 02:32:39 02:32:01 8217096 31294432 943956 2.87 444748 21771684 2287228 6.74 4157996 18894832 1052 02:32:39 Average: 11744463 31259576 989317 3.01 376375 18510089 2525397 7.44 3805099 15967994 131224 02:32:39 02:32:39 01:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:32:39 01:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:39:02 lo 1.07 1.07 0.09 0.09 0.00 0.00 0.00 0.00 02:32:39 01:39:02 ens3 1021.71 636.18 3643.11 95.31 0.00 0.00 0.00 0.00 02:32:39 01:40:01 docker0 365.94 590.10 21.33 2926.48 0.00 0.00 0.00 0.00 02:32:39 01:40:01 lo 4.47 4.47 0.44 0.44 0.00 0.00 0.00 0.00 02:32:39 01:40:01 ens3 801.20 493.02 7838.66 53.91 0.00 0.00 0.00 0.00 02:32:39 01:41:01 vethad3cf8d 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 02:32:39 01:41:01 docker0 264.71 370.74 22.30 2070.26 0.00 0.00 0.00 0.00 02:32:39 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:41:01 ens3 401.88 283.95 2099.93 38.41 0.00 0.00 0.00 0.00 02:32:39 01:42:01 vethad3cf8d 1.57 1.60 0.14 0.14 0.00 0.00 0.00 0.00 02:32:39 01:42:01 docker0 1.57 1.57 0.12 0.14 0.00 0.00 0.00 0.00 02:32:39 01:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 01:42:01 ens3 34.06 24.30 26.44 15.26 0.00 0.00 0.00 0.00 02:32:39 01:43:01 vethad3cf8d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:43:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 02:32:39 01:43:01 ens3 52.14 25.95 681.71 9.49 0.00 0.00 0.00 0.00 02:32:39 01:44:02 docker0 0.57 0.43 0.04 0.22 0.00 0.00 0.00 0.00 02:32:39 01:44:02 lo 1.70 1.70 0.16 0.16 0.00 0.00 0.00 0.00 02:32:39 01:44:02 veth773f7cd 0.57 0.56 0.05 0.23 0.00 0.00 0.00 0.00 02:32:39 01:44:02 ens3 245.74 147.51 4276.52 171.00 0.00 0.00 0.00 0.00 02:32:39 01:45:01 veth8fd310c 40.09 61.75 3.88 261.80 0.00 0.00 0.00 0.02 02:32:39 01:45:01 veth740e17b 40.09 55.70 3.88 214.70 0.00 0.00 0.00 0.02 02:32:39 01:45:01 docker0 258.67 387.65 20.26 2339.63 0.00 0.00 0.00 0.00 02:32:39 01:45:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 02:32:39 01:45:01 veth285aaf2 40.82 59.48 3.96 261.67 0.00 0.00 0.00 0.02 02:32:39 01:45:01 veth773f7cd 0.07 1.19 0.00 0.05 0.00 0.00 0.00 0.00 02:32:39 01:45:01 ens3 462.97 291.83 3217.69 41.66 0.00 0.00 0.00 0.00 02:32:39 01:45:01 veth8b23757 37.79 54.69 3.71 216.45 0.00 0.00 0.00 0.02 02:32:39 01:45:01 vethd15b6f0 39.45 61.23 3.90 252.94 0.00 0.00 0.00 0.02 02:32:39 01:46:01 veth6b01706 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:32:39 01:46:01 veth3d3cc62 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:32:39 01:46:01 veth8814403 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:32:39 01:46:01 veth6d72022 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:32:39 01:46:01 veth9968c4a 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:32:39 01:46:01 vethfd3433d 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:32:39 01:46:01 docker0 230.59 404.40 20.64 4719.49 0.00 0.00 0.00 0.00 02:32:39 01:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 01:46:01 veth773f7cd 0.08 0.08 0.00 0.01 0.00 0.00 0.00 0.00 02:32:39 01:46:01 veth2ad3c84 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:32:39 01:46:01 ens3 417.04 239.37 4729.57 29.57 0.00 0.00 0.00 0.00 02:32:39 01:46:01 veth212a76f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:32:39 01:46:01 veth91c7d2d 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:32:39 01:46:01 veth7fd28b7 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:32:39 01:46:01 vethf557daf 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:32:39 01:46:01 veth0c9135a 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:32:39 01:46:01 vethb02d09d 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:32:39 01:47:01 veth6b01706 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:47:01 veth3d3cc62 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:47:01 veth8814403 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:47:01 veth6d72022 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:47:01 veth9968c4a 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:47:01 vethfd3433d 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:47:01 veth773f7cd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:47:01 veth2ad3c84 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:47:01 ens3 5.50 4.08 4.32 2.48 0.00 0.00 0.00 0.00 02:32:39 01:47:01 veth212a76f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:47:01 veth91c7d2d 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:47:01 veth7fd28b7 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:47:01 vethf557daf 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:47:01 veth0c9135a 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:47:01 vethb02d09d 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:48:01 veth6b01706 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:48:01 veth3d3cc62 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:48:01 veth8814403 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:48:01 veth6d72022 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:48:01 veth9968c4a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:48:01 vethfd3433d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 01:48:01 veth773f7cd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:48:01 veth2ad3c84 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:48:01 ens3 5.48 3.92 4.33 2.46 0.00 0.00 0.00 0.00 02:32:39 01:48:01 veth212a76f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:48:01 veth91c7d2d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:48:01 veth7fd28b7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:48:01 vethf557daf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:48:01 veth0c9135a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:48:01 vethb02d09d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:49:01 lo 4.73 4.73 0.47 0.47 0.00 0.00 0.00 0.00 02:32:39 01:49:01 ens3 47.69 42.94 31.60 163.05 0.00 0.00 0.00 0.00 02:32:39 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:50:01 lo 52.32 52.32 5.15 5.15 0.00 0.00 0.00 0.00 02:32:39 01:50:01 ens3 470.16 478.66 229.02 2280.43 0.00 0.00 0.00 0.00 02:32:39 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:51:01 lo 27.33 27.33 2.70 2.70 0.00 0.00 0.00 0.00 02:32:39 01:51:01 ens3 341.36 340.74 149.76 1850.58 0.00 0.00 0.00 0.00 02:32:39 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 01:52:01 ens3 0.23 0.13 0.02 0.04 0.00 0.00 0.00 0.00 02:32:39 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:53:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 01:54:01 ens3 0.35 0.20 0.09 0.07 0.00 0.00 0.00 0.00 02:32:39 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:55:01 ens3 3.18 1.00 4.93 0.07 0.00 0.00 0.00 0.00 02:32:39 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 01:56:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 01:58:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 01:59:01 ens3 0.82 0.12 0.19 0.07 0.00 0.00 0.00 0.00 02:32:39 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:00:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:01:01 ens3 0.42 0.32 0.26 0.21 0.00 0.00 0.00 0.00 02:32:39 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:02:01 ens3 0.58 0.42 0.27 0.22 0.00 0.00 0.00 0.00 02:32:39 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:03:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:04:01 ens3 1.15 0.48 0.39 0.28 0.00 0.00 0.00 0.00 02:32:39 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:05:01 ens3 0.15 0.08 0.06 0.00 0.00 0.00 0.00 0.00 02:32:39 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:06:01 ens3 0.37 0.30 0.24 0.14 0.00 0.00 0.00 0.00 02:32:39 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:07:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:08:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:09:01 ens3 0.23 0.37 0.14 0.24 0.00 0.00 0.00 0.00 02:32:39 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:10:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:12:01 ens3 0.18 0.12 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:14:01 ens3 0.33 0.25 0.09 0.08 0.00 0.00 0.00 0.00 02:32:39 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:15:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:16:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:18:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:19:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 02:32:39 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:20:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:22:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:24:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 02:32:39 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:25:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:26:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:26:02 ens3 0.32 0.15 0.18 0.01 0.00 0.00 0.00 0.00 02:32:39 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:27:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:28:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:29:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 02:32:39 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:30:01 ens3 0.25 0.17 0.07 0.01 0.00 0.00 0.00 0.00 02:32:39 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 02:31:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 02:32:39 02:31:01 ens3 105.75 63.49 3602.62 9.85 0.00 0.00 0.00 0.00 02:32:39 02:32:01 vethd18075f 0.07 0.18 0.01 0.01 0.00 0.00 0.00 0.00 02:32:39 02:32:01 docker0 82.65 148.09 7.40 1273.57 0.00 0.00 0.00 0.00 02:32:39 02:32:01 lo 1.53 1.53 0.16 0.16 0.00 0.00 0.00 0.00 02:32:39 02:32:01 ens3 302.00 176.67 4512.68 41.71 0.00 0.00 0.00 0.00 02:32:39 Average: vethd18075f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:32:39 Average: docker0 22.13 34.96 1.69 245.37 0.00 0.00 0.00 0.00 02:32:39 Average: lo 1.84 1.84 0.18 0.18 0.00 0.00 0.00 0.00 02:32:39 Average: ens3 87.26 60.18 647.59 89.10 0.00 0.00 0.00 0.00 02:32:39 02:32:39 02:32:39 ---> sar -P ALL: 02:32:39 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-10062) 09/11/24 _x86_64_ (8 CPU) 02:32:39 02:32:39 01:37:45 LINUX RESTART (8 CPU) 02:32:39 02:32:39 01:38:01 CPU %user %nice %system %iowait %steal %idle 02:32:39 01:39:02 all 5.85 0.00 1.24 2.00 0.05 90.87 02:32:39 01:39:02 0 8.97 0.00 1.80 3.70 0.05 85.49 02:32:39 01:39:02 1 6.15 0.00 0.68 0.25 0.03 92.88 02:32:39 01:39:02 2 4.34 0.00 1.34 6.96 0.05 87.30 02:32:39 01:39:02 3 4.39 0.00 0.80 0.15 0.05 94.61 02:32:39 01:39:02 4 7.89 0.00 1.49 3.12 0.07 87.42 02:32:39 01:39:02 5 3.30 0.00 0.87 0.15 0.05 95.63 02:32:39 01:39:02 6 7.87 0.00 0.80 0.42 0.03 90.88 02:32:39 01:39:02 7 3.87 0.00 2.13 1.24 0.07 92.70 02:32:39 01:40:01 all 6.50 0.00 2.74 1.45 0.06 89.25 02:32:39 01:40:01 0 6.53 0.00 2.43 0.21 0.05 90.78 02:32:39 01:40:01 1 6.58 0.00 3.02 0.05 0.07 90.28 02:32:39 01:40:01 2 7.46 0.00 2.29 1.40 0.05 88.80 02:32:39 01:40:01 3 4.91 0.00 2.62 0.34 0.03 92.09 02:32:39 01:40:01 4 5.97 0.00 2.72 5.64 0.05 85.62 02:32:39 01:40:01 5 8.28 0.00 3.21 2.53 0.05 85.93 02:32:39 01:40:01 6 6.13 0.00 2.79 0.03 0.07 90.98 02:32:39 01:40:01 7 6.17 0.00 2.83 1.36 0.07 89.57 02:32:39 01:41:01 all 21.30 0.00 4.16 3.78 0.06 70.70 02:32:39 01:41:01 0 22.42 0.00 4.15 0.62 0.07 72.75 02:32:39 01:41:01 1 22.37 0.00 5.38 0.64 0.05 71.57 02:32:39 01:41:01 2 23.60 0.00 4.54 2.99 0.07 68.81 02:32:39 01:41:01 3 21.89 0.00 4.11 1.58 0.08 72.34 02:32:39 01:41:01 4 21.36 0.00 5.13 16.85 0.07 56.60 02:32:39 01:41:01 5 17.04 0.00 2.61 0.13 0.05 80.17 02:32:39 01:41:01 6 18.07 0.00 2.43 0.05 0.05 79.41 02:32:39 01:41:01 7 23.65 0.00 4.92 7.43 0.07 63.93 02:32:39 01:42:01 all 26.36 0.00 4.27 2.47 0.09 66.82 02:32:39 01:42:01 0 29.44 0.00 4.31 1.79 0.08 64.37 02:32:39 01:42:01 1 27.36 0.00 4.46 4.09 0.10 63.99 02:32:39 01:42:01 2 28.33 0.00 3.68 0.03 0.08 67.88 02:32:39 01:42:01 3 26.04 0.00 5.91 0.07 0.12 67.86 02:32:39 01:42:01 4 28.72 0.00 3.86 0.13 0.08 67.21 02:32:39 01:42:01 5 21.83 0.00 3.72 0.03 0.08 74.34 02:32:39 01:42:01 6 20.45 0.00 3.70 0.08 0.10 75.66 02:32:39 01:42:01 7 28.68 0.00 4.51 13.56 0.08 53.17 02:32:39 01:43:01 all 68.40 0.00 9.04 2.36 0.13 20.06 02:32:39 01:43:01 0 69.62 0.00 9.41 5.01 0.13 15.83 02:32:39 01:43:01 1 69.70 0.00 10.50 3.30 0.14 16.37 02:32:39 01:43:01 2 69.83 0.00 8.62 1.35 0.13 20.06 02:32:39 01:43:01 3 70.27 0.00 9.24 0.99 0.14 19.37 02:32:39 01:43:01 4 68.40 0.00 9.23 1.81 0.14 20.42 02:32:39 01:43:01 5 64.59 0.00 8.69 0.80 0.12 25.80 02:32:39 01:43:01 6 65.94 0.00 7.84 4.08 0.14 22.00 02:32:39 01:43:01 7 68.83 0.00 8.81 1.57 0.14 20.65 02:32:39 01:44:02 all 26.75 0.00 8.50 7.04 0.13 57.59 02:32:39 01:44:02 0 29.01 0.00 8.09 5.13 0.14 57.63 02:32:39 01:44:02 1 28.04 0.00 8.70 3.72 0.15 59.40 02:32:39 01:44:02 2 29.58 0.00 8.21 10.73 0.12 51.35 02:32:39 01:44:02 3 26.77 0.00 9.53 5.18 0.12 58.40 02:32:39 01:44:02 4 27.51 0.00 9.93 12.03 0.14 50.40 02:32:39 01:44:02 5 22.76 0.00 8.08 2.43 0.12 66.62 02:32:39 01:44:02 6 22.01 0.00 6.47 2.22 0.12 69.18 02:32:39 01:44:02 7 28.36 0.00 8.97 14.95 0.14 47.58 02:32:39 01:45:01 all 11.90 0.00 5.17 22.73 0.13 60.07 02:32:39 01:45:01 0 10.45 0.00 4.00 8.01 0.09 77.46 02:32:39 01:45:01 1 11.92 0.00 6.15 47.66 0.21 34.06 02:32:39 01:45:01 2 13.76 0.00 6.07 10.03 0.12 70.02 02:32:39 01:45:01 3 10.66 0.00 4.74 19.99 0.16 64.45 02:32:39 01:45:01 4 12.83 0.00 5.49 32.31 0.13 49.24 02:32:39 01:45:01 5 11.45 0.00 4.36 11.47 0.12 72.60 02:32:39 01:45:01 6 11.53 0.00 3.79 10.19 0.09 74.40 02:32:39 01:45:01 7 12.68 0.00 6.86 43.58 0.11 36.77 02:32:39 01:46:01 all 18.87 0.00 6.80 16.41 0.07 57.85 02:32:39 01:46:01 0 18.04 0.00 5.97 5.16 0.05 70.78 02:32:39 01:46:01 1 19.98 0.00 10.62 65.35 0.10 3.95 02:32:39 01:46:01 2 19.29 0.00 6.76 15.54 0.07 58.34 02:32:39 01:46:01 3 18.11 0.00 5.61 7.79 0.05 68.45 02:32:39 01:46:01 4 18.56 0.00 6.44 13.15 0.08 61.76 02:32:39 01:46:01 5 19.16 0.00 6.12 6.81 0.05 67.86 02:32:39 01:46:01 6 17.82 0.00 6.69 6.42 0.05 69.03 02:32:39 01:46:01 7 20.05 0.00 6.26 11.62 0.08 61.99 02:32:39 01:47:01 all 88.09 0.00 11.75 0.00 0.15 0.00 02:32:39 01:47:01 0 89.25 0.00 10.58 0.00 0.15 0.02 02:32:39 01:47:01 1 86.25 0.00 13.60 0.00 0.15 0.00 02:32:39 01:47:01 2 88.04 0.00 11.81 0.00 0.15 0.00 02:32:39 01:47:01 3 87.38 0.00 12.42 0.00 0.19 0.02 02:32:39 01:47:01 4 87.66 0.00 12.19 0.00 0.15 0.00 02:32:39 01:47:01 5 88.93 0.00 10.93 0.00 0.13 0.00 02:32:39 01:47:01 6 88.73 0.00 11.12 0.00 0.15 0.00 02:32:39 01:47:01 7 88.40 0.00 11.45 0.00 0.15 0.00 02:32:39 01:48:01 all 89.65 0.00 10.16 0.00 0.19 0.00 02:32:39 01:48:01 0 89.96 0.00 9.83 0.00 0.19 0.02 02:32:39 01:48:01 1 89.13 0.00 10.65 0.00 0.22 0.00 02:32:39 01:48:01 2 89.32 0.00 10.50 0.00 0.19 0.00 02:32:39 01:48:01 3 88.76 0.00 11.06 0.00 0.17 0.00 02:32:39 01:48:01 4 88.83 0.00 10.99 0.00 0.17 0.02 02:32:39 01:48:01 5 90.56 0.00 9.29 0.00 0.15 0.00 02:32:39 01:48:01 6 90.68 0.00 9.14 0.00 0.19 0.00 02:32:39 01:48:01 7 89.91 0.00 9.89 0.00 0.20 0.00 02:32:39 01:49:01 all 52.56 0.00 8.42 5.88 0.15 33.00 02:32:39 01:49:01 0 53.00 0.00 8.11 12.19 0.15 26.54 02:32:39 01:49:01 1 52.55 0.00 7.95 7.02 0.14 32.35 02:32:39 01:49:01 2 52.96 0.00 8.74 7.08 0.15 31.07 02:32:39 01:49:01 3 49.27 0.00 9.30 2.81 0.19 38.43 02:32:39 01:49:01 4 52.17 0.00 9.51 1.68 0.17 36.47 02:32:39 01:49:01 5 52.51 0.00 8.08 2.91 0.14 36.36 02:32:39 01:49:01 6 53.84 0.00 7.94 6.72 0.14 31.37 02:32:39 01:49:01 7 54.04 0.00 7.75 6.43 0.14 31.64 02:32:39 02:32:39 01:49:01 CPU %user %nice %system %iowait %steal %idle 02:32:39 01:50:01 all 9.06 0.00 1.18 0.14 0.06 89.55 02:32:39 01:50:01 0 8.24 0.00 1.17 0.03 0.07 90.49 02:32:39 01:50:01 1 12.32 0.00 1.31 0.05 0.07 86.26 02:32:39 01:50:01 2 12.91 0.00 1.35 0.03 0.07 85.64 02:32:39 01:50:01 3 6.55 0.00 1.12 0.59 0.05 91.70 02:32:39 01:50:01 4 6.38 0.00 1.07 0.03 0.05 92.46 02:32:39 01:50:01 5 10.18 0.00 1.27 0.03 0.07 88.45 02:32:39 01:50:01 6 6.24 0.00 1.00 0.37 0.07 92.32 02:32:39 01:50:01 7 9.68 0.00 1.17 0.02 0.07 89.07 02:32:39 01:51:01 all 8.06 0.00 0.76 0.08 0.06 91.04 02:32:39 01:51:01 0 7.41 0.00 0.91 0.03 0.05 91.60 02:32:39 01:51:01 1 11.96 0.00 0.84 0.03 0.07 87.11 02:32:39 01:51:01 2 8.24 0.00 0.82 0.02 0.07 90.86 02:32:39 01:51:01 3 5.26 0.00 0.74 0.40 0.05 93.55 02:32:39 01:51:01 4 4.47 0.00 0.49 0.02 0.07 94.96 02:32:39 01:51:01 5 9.78 0.00 0.72 0.02 0.07 89.42 02:32:39 01:51:01 6 10.51 0.00 0.92 0.03 0.08 88.46 02:32:39 01:51:01 7 6.81 0.00 0.67 0.10 0.05 92.37 02:32:39 01:52:01 all 0.03 0.00 0.01 0.00 0.01 99.94 02:32:39 01:52:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:32:39 01:52:01 1 0.05 0.00 0.03 0.00 0.02 99.90 02:32:39 01:52:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 01:52:01 3 0.05 0.00 0.02 0.00 0.02 99.92 02:32:39 01:52:01 4 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 01:52:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 01:52:01 6 0.03 0.00 0.02 0.02 0.00 99.93 02:32:39 01:52:01 7 0.03 0.00 0.03 0.02 0.03 99.88 02:32:39 01:53:01 all 0.04 0.00 0.02 0.01 0.01 99.92 02:32:39 01:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 01:53:01 1 0.10 0.00 0.02 0.00 0.03 99.85 02:32:39 01:53:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 01:53:01 3 0.08 0.00 0.02 0.00 0.00 99.90 02:32:39 01:53:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:32:39 01:53:01 5 0.00 0.00 0.05 0.00 0.02 99.93 02:32:39 01:53:01 6 0.05 0.00 0.05 0.02 0.02 99.87 02:32:39 01:53:01 7 0.03 0.00 0.02 0.03 0.00 99.92 02:32:39 01:54:01 all 0.04 0.00 0.03 0.02 0.01 99.91 02:32:39 01:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:32:39 01:54:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:32:39 01:54:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:32:39 01:54:01 3 0.03 0.00 0.02 0.00 0.02 99.93 02:32:39 01:54:01 4 0.05 0.00 0.02 0.00 0.02 99.92 02:32:39 01:54:01 5 0.03 0.00 0.03 0.00 0.00 99.93 02:32:39 01:54:01 6 0.05 0.00 0.03 0.00 0.00 99.92 02:32:39 01:54:01 7 0.03 0.00 0.02 0.13 0.02 99.80 02:32:39 01:55:01 all 0.13 0.00 0.02 0.00 0.01 99.84 02:32:39 01:55:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:32:39 01:55:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:32:39 01:55:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:32:39 01:55:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:32:39 01:55:01 4 0.93 0.00 0.07 0.00 0.02 98.99 02:32:39 01:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 01:55:01 6 0.03 0.00 0.03 0.00 0.00 99.93 02:32:39 01:55:01 7 0.02 0.00 0.03 0.02 0.00 99.93 02:32:39 01:56:01 all 0.26 0.00 0.01 0.00 0.01 99.71 02:32:39 01:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 01:56:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:32:39 01:56:01 2 0.02 0.00 0.00 0.00 0.02 99.97 02:32:39 01:56:01 3 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 01:56:01 4 1.86 0.00 0.03 0.00 0.02 98.09 02:32:39 01:56:01 5 0.05 0.00 0.02 0.00 0.02 99.92 02:32:39 01:56:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:32:39 01:56:01 7 0.02 0.00 0.02 0.03 0.02 99.92 02:32:39 01:57:01 all 0.26 0.00 0.01 0.00 0.00 99.73 02:32:39 01:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:32:39 01:57:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 01:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 01:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:32:39 01:57:01 4 1.94 0.00 0.02 0.00 0.02 98.03 02:32:39 01:57:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 01:57:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 01:57:01 7 0.00 0.00 0.02 0.02 0.00 99.97 02:32:39 01:58:01 all 0.11 0.00 0.01 0.01 0.01 99.86 02:32:39 01:58:01 0 0.02 0.00 0.02 0.02 0.00 99.95 02:32:39 01:58:01 1 0.05 0.00 0.00 0.00 0.02 99.93 02:32:39 01:58:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 01:58:01 3 0.08 0.00 0.02 0.00 0.02 99.88 02:32:39 01:58:01 4 0.67 0.00 0.02 0.00 0.03 99.28 02:32:39 01:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:32:39 01:58:01 6 0.03 0.00 0.02 0.00 0.00 99.95 02:32:39 01:58:01 7 0.03 0.00 0.02 0.03 0.00 99.92 02:32:39 01:59:01 all 0.02 0.00 0.01 0.00 0.01 99.96 02:32:39 01:59:01 0 0.03 0.00 0.00 0.00 0.02 99.95 02:32:39 01:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 01:59:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:32:39 01:59:01 3 0.08 0.00 0.00 0.00 0.00 99.92 02:32:39 01:59:01 4 0.02 0.00 0.02 0.00 0.03 99.93 02:32:39 01:59:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 01:59:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:32:39 01:59:01 7 0.02 0.00 0.00 0.02 0.02 99.95 02:32:39 02:00:01 all 0.03 0.00 0.02 0.00 0.01 99.94 02:32:39 02:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:32:39 02:00:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:32:39 02:00:01 2 0.05 0.00 0.02 0.00 0.00 99.93 02:32:39 02:00:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:32:39 02:00:01 4 0.02 0.00 0.02 0.00 0.02 99.95 02:32:39 02:00:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:32:39 02:00:01 6 0.07 0.00 0.03 0.00 0.02 99.88 02:32:39 02:00:01 7 0.05 0.00 0.03 0.03 0.00 99.88 02:32:39 02:32:39 02:00:01 CPU %user %nice %system %iowait %steal %idle 02:32:39 02:01:01 all 0.03 0.00 0.02 0.00 0.01 99.95 02:32:39 02:01:01 0 0.05 0.00 0.00 0.00 0.02 99.93 02:32:39 02:01:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:32:39 02:01:01 2 0.02 0.00 0.03 0.00 0.02 99.93 02:32:39 02:01:01 3 0.07 0.00 0.00 0.00 0.00 99.93 02:32:39 02:01:01 4 0.03 0.00 0.03 0.00 0.02 99.92 02:32:39 02:01:01 5 0.00 0.00 0.02 0.00 0.00 99.98 02:32:39 02:01:01 6 0.03 0.00 0.03 0.00 0.00 99.93 02:32:39 02:01:01 7 0.00 0.00 0.02 0.02 0.02 99.95 02:32:39 02:02:01 all 0.05 0.00 0.02 0.01 0.01 99.92 02:32:39 02:02:01 0 0.05 0.00 0.02 0.00 0.00 99.93 02:32:39 02:02:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:32:39 02:02:01 2 0.08 0.00 0.02 0.00 0.00 99.90 02:32:39 02:02:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:32:39 02:02:01 4 0.03 0.00 0.05 0.00 0.03 99.88 02:32:39 02:02:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 02:02:01 6 0.07 0.00 0.02 0.00 0.00 99.92 02:32:39 02:02:01 7 0.05 0.00 0.02 0.07 0.00 99.87 02:32:39 02:03:01 all 0.08 0.00 0.01 0.04 0.01 99.86 02:32:39 02:03:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:32:39 02:03:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 02:03:01 2 0.02 0.00 0.00 0.00 0.02 99.97 02:32:39 02:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:32:39 02:03:01 4 0.50 0.00 0.02 0.00 0.02 99.47 02:32:39 02:03:01 5 0.03 0.00 0.02 0.00 0.00 99.95 02:32:39 02:03:01 6 0.03 0.00 0.02 0.00 0.00 99.95 02:32:39 02:03:01 7 0.00 0.00 0.05 0.33 0.02 99.60 02:32:39 02:04:01 all 0.09 0.00 0.01 0.00 0.01 99.89 02:32:39 02:04:01 0 0.03 0.00 0.02 0.02 0.02 99.92 02:32:39 02:04:01 1 0.05 0.00 0.00 0.00 0.00 99.95 02:32:39 02:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 02:04:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:32:39 02:04:01 4 0.50 0.00 0.02 0.00 0.02 99.47 02:32:39 02:04:01 5 0.05 0.00 0.00 0.00 0.02 99.93 02:32:39 02:04:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:32:39 02:04:01 7 0.03 0.00 0.02 0.00 0.00 99.95 02:32:39 02:05:01 all 0.10 0.00 0.01 0.00 0.00 99.88 02:32:39 02:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:32:39 02:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:32:39 02:05:01 4 0.67 0.00 0.05 0.00 0.02 99.27 02:32:39 02:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 02:05:01 6 0.10 0.00 0.02 0.00 0.00 99.88 02:32:39 02:05:01 7 0.02 0.00 0.00 0.02 0.02 99.95 02:32:39 02:06:01 all 0.04 0.00 0.01 0.00 0.01 99.94 02:32:39 02:06:01 0 0.03 0.00 0.00 0.03 0.00 99.93 02:32:39 02:06:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:32:39 02:06:01 2 0.05 0.00 0.00 0.00 0.00 99.95 02:32:39 02:06:01 3 0.03 0.00 0.02 0.00 0.02 99.93 02:32:39 02:06:01 4 0.05 0.00 0.00 0.00 0.03 99.92 02:32:39 02:06:01 5 0.03 0.00 0.03 0.00 0.00 99.93 02:32:39 02:06:01 6 0.03 0.00 0.03 0.00 0.00 99.93 02:32:39 02:06:01 7 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 02:07:01 all 0.01 0.00 0.01 0.00 0.01 99.96 02:32:39 02:07:01 0 0.00 0.00 0.00 0.03 0.02 99.95 02:32:39 02:07:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:32:39 02:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:32:39 02:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:32:39 02:07:01 4 0.03 0.00 0.05 0.00 0.02 99.90 02:32:39 02:07:01 5 0.00 0.00 0.02 0.00 0.00 99.98 02:32:39 02:07:01 6 0.00 0.00 0.02 0.00 0.02 99.97 02:32:39 02:07:01 7 0.00 0.00 0.02 0.00 0.02 99.97 02:32:39 02:08:01 all 0.11 0.00 0.01 0.14 0.01 99.72 02:32:39 02:08:01 0 0.03 0.00 0.00 1.07 0.00 98.90 02:32:39 02:08:01 1 0.05 0.00 0.02 0.00 0.00 99.93 02:32:39 02:08:01 2 0.03 0.00 0.03 0.00 0.02 99.92 02:32:39 02:08:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:32:39 02:08:01 4 0.70 0.00 0.02 0.00 0.02 99.27 02:32:39 02:08:01 5 0.05 0.00 0.00 0.00 0.02 99.93 02:32:39 02:08:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 02:08:01 7 0.02 0.00 0.00 0.08 0.00 99.90 02:32:39 02:09:01 all 0.17 0.00 0.02 0.03 0.00 99.78 02:32:39 02:09:01 0 0.00 0.00 0.00 0.08 0.00 99.92 02:32:39 02:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 02:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:09:01 4 1.22 0.00 0.07 0.00 0.03 98.68 02:32:39 02:09:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 02:09:01 6 0.05 0.00 0.03 0.00 0.00 99.92 02:32:39 02:09:01 7 0.02 0.00 0.00 0.17 0.00 99.82 02:32:39 02:10:01 all 0.02 0.00 0.02 2.68 0.01 97.28 02:32:39 02:10:01 0 0.02 0.00 0.02 12.80 0.00 87.17 02:32:39 02:10:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:32:39 02:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:10:01 4 0.07 0.00 0.02 8.64 0.03 91.24 02:32:39 02:10:01 5 0.03 0.00 0.03 0.00 0.02 99.92 02:32:39 02:10:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:32:39 02:10:01 7 0.00 0.00 0.03 0.00 0.00 99.97 02:32:39 02:11:01 all 0.13 0.00 0.02 0.00 0.01 99.84 02:32:39 02:11:01 0 0.03 0.00 0.00 0.02 0.02 99.93 02:32:39 02:11:01 1 0.78 0.00 0.03 0.00 0.02 99.17 02:32:39 02:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:32:39 02:11:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:32:39 02:11:01 4 0.07 0.00 0.03 0.00 0.02 99.88 02:32:39 02:11:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:32:39 02:11:01 6 0.05 0.00 0.03 0.00 0.00 99.92 02:32:39 02:11:01 7 0.00 0.00 0.00 0.02 0.02 99.97 02:32:39 02:32:39 02:11:01 CPU %user %nice %system %iowait %steal %idle 02:32:39 02:12:01 all 0.01 0.00 0.01 0.02 0.01 99.95 02:32:39 02:12:01 0 0.00 0.00 0.00 0.15 0.00 99.85 02:32:39 02:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 02:12:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:32:39 02:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:32:39 02:12:01 4 0.03 0.00 0.05 0.00 0.02 99.90 02:32:39 02:12:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 02:12:01 6 0.02 0.00 0.02 0.00 0.02 99.95 02:32:39 02:12:01 7 0.00 0.00 0.00 0.02 0.00 99.98 02:32:39 02:13:01 all 0.03 0.00 0.02 0.02 0.00 99.92 02:32:39 02:13:01 0 0.02 0.00 0.02 0.03 0.00 99.93 02:32:39 02:13:01 1 0.00 0.00 0.00 0.02 0.00 99.98 02:32:39 02:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 02:13:01 3 0.07 0.00 0.02 0.00 0.02 99.90 02:32:39 02:13:01 4 0.07 0.00 0.05 0.00 0.02 99.87 02:32:39 02:13:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 02:13:01 6 0.05 0.00 0.03 0.00 0.00 99.92 02:32:39 02:13:01 7 0.03 0.00 0.02 0.12 0.00 99.83 02:32:39 02:14:01 all 0.23 0.00 0.01 0.06 0.00 99.69 02:32:39 02:14:01 0 0.00 0.00 0.00 0.30 0.00 99.70 02:32:39 02:14:01 1 1.60 0.00 0.00 0.03 0.02 98.35 02:32:39 02:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:32:39 02:14:01 3 0.05 0.00 0.00 0.00 0.00 99.95 02:32:39 02:14:01 4 0.05 0.00 0.03 0.00 0.02 99.90 02:32:39 02:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 02:14:01 6 0.02 0.00 0.03 0.00 0.00 99.95 02:32:39 02:14:01 7 0.03 0.00 0.00 0.17 0.00 99.80 02:32:39 02:15:01 all 0.06 0.00 0.02 0.02 0.01 99.89 02:32:39 02:15:01 0 0.03 0.00 0.00 0.15 0.00 99.82 02:32:39 02:15:01 1 0.22 0.00 0.02 0.00 0.00 99.77 02:32:39 02:15:01 2 0.05 0.00 0.02 0.00 0.00 99.93 02:32:39 02:15:01 3 0.08 0.00 0.00 0.00 0.02 99.90 02:32:39 02:15:01 4 0.05 0.00 0.03 0.00 0.02 99.90 02:32:39 02:15:01 5 0.03 0.00 0.03 0.00 0.00 99.93 02:32:39 02:15:01 6 0.03 0.00 0.03 0.00 0.00 99.93 02:32:39 02:15:01 7 0.02 0.00 0.00 0.02 0.02 99.95 02:32:39 02:16:01 all 0.04 0.00 0.01 0.02 0.01 99.92 02:32:39 02:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:32:39 02:16:01 1 0.10 0.00 0.00 0.00 0.00 99.90 02:32:39 02:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:32:39 02:16:01 4 0.07 0.00 0.03 0.00 0.02 99.88 02:32:39 02:16:01 5 0.07 0.00 0.00 0.00 0.02 99.92 02:32:39 02:16:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:32:39 02:16:01 7 0.02 0.00 0.03 0.15 0.00 99.80 02:32:39 02:17:01 all 0.03 0.00 0.02 0.01 0.01 99.93 02:32:39 02:17:01 0 0.02 0.00 0.02 0.02 0.02 99.93 02:32:39 02:17:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:32:39 02:17:01 2 0.03 0.00 0.00 0.02 0.02 99.93 02:32:39 02:17:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:32:39 02:17:01 4 0.05 0.00 0.02 0.00 0.02 99.92 02:32:39 02:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 02:17:01 6 0.05 0.00 0.03 0.00 0.00 99.92 02:32:39 02:17:01 7 0.03 0.00 0.03 0.02 0.02 99.90 02:32:39 02:18:01 all 0.01 0.00 0.02 0.02 0.00 99.95 02:32:39 02:18:01 0 0.03 0.00 0.05 0.13 0.00 99.78 02:32:39 02:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 02:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:32:39 02:18:01 4 0.02 0.00 0.03 0.00 0.02 99.93 02:32:39 02:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:32:39 02:18:01 7 0.02 0.00 0.02 0.02 0.00 99.95 02:32:39 02:19:01 all 0.04 0.00 0.01 0.01 0.01 99.94 02:32:39 02:19:01 0 0.05 0.00 0.02 0.02 0.02 99.90 02:32:39 02:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 02:19:01 3 0.05 0.00 0.00 0.00 0.02 99.93 02:32:39 02:19:01 4 0.03 0.00 0.02 0.00 0.00 99.95 02:32:39 02:19:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 02:19:01 6 0.10 0.00 0.03 0.00 0.02 99.85 02:32:39 02:19:01 7 0.02 0.00 0.00 0.03 0.00 99.95 02:32:39 02:20:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:32:39 02:20:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:32:39 02:20:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:20:01 2 0.05 0.00 0.00 0.00 0.02 99.93 02:32:39 02:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:32:39 02:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:32:39 02:20:01 5 0.00 0.00 0.02 0.00 0.02 99.97 02:32:39 02:20:01 6 0.05 0.00 0.07 0.00 0.02 99.87 02:32:39 02:20:01 7 0.02 0.00 0.00 0.03 0.00 99.95 02:32:39 02:21:01 all 0.21 0.00 0.02 0.00 0.01 99.75 02:32:39 02:21:01 0 0.02 0.00 0.02 0.02 0.02 99.93 02:32:39 02:21:01 1 1.50 0.00 0.03 0.00 0.02 98.45 02:32:39 02:21:01 2 0.07 0.00 0.02 0.00 0.00 99.92 02:32:39 02:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:32:39 02:21:01 4 0.02 0.00 0.02 0.00 0.02 99.95 02:32:39 02:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:21:01 6 0.05 0.00 0.03 0.00 0.00 99.92 02:32:39 02:21:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:32:39 02:22:01 all 0.15 0.00 0.01 0.00 0.01 99.83 02:32:39 02:22:01 0 0.00 0.00 0.02 0.02 0.02 99.95 02:32:39 02:22:01 1 1.06 0.00 0.03 0.00 0.00 98.91 02:32:39 02:22:01 2 0.03 0.00 0.03 0.00 0.02 99.92 02:32:39 02:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:22:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:22:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 02:22:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:32:39 02:22:01 7 0.00 0.00 0.00 0.02 0.00 99.98 02:32:39 02:32:39 02:22:01 CPU %user %nice %system %iowait %steal %idle 02:32:39 02:23:01 all 0.04 0.00 0.01 0.00 0.01 99.94 02:32:39 02:23:01 0 0.05 0.00 0.03 0.02 0.02 99.88 02:32:39 02:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:23:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 02:23:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:32:39 02:23:01 4 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 02:23:01 5 0.07 0.00 0.03 0.00 0.02 99.88 02:32:39 02:23:01 6 0.07 0.00 0.02 0.00 0.00 99.92 02:32:39 02:23:01 7 0.02 0.00 0.00 0.02 0.00 99.97 02:32:39 02:24:01 all 0.01 0.00 0.01 0.00 0.01 99.97 02:32:39 02:24:01 0 0.00 0.00 0.03 0.00 0.02 99.95 02:32:39 02:24:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:32:39 02:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:32:39 02:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:32:39 02:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:32:39 02:24:01 6 0.08 0.00 0.03 0.00 0.00 99.88 02:32:39 02:24:01 7 0.00 0.00 0.02 0.00 0.02 99.97 02:32:39 02:25:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:32:39 02:25:01 0 0.03 0.00 0.03 0.02 0.00 99.92 02:32:39 02:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:32:39 02:25:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 02:25:01 3 0.00 0.00 0.02 0.00 0.02 99.97 02:32:39 02:25:01 4 0.05 0.00 0.02 0.00 0.02 99.92 02:32:39 02:25:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 02:25:01 6 0.05 0.00 0.02 0.00 0.02 99.92 02:32:39 02:25:01 7 0.00 0.00 0.00 0.02 0.00 99.98 02:32:39 02:26:02 all 0.03 0.00 0.01 0.00 0.01 99.95 02:32:39 02:26:02 0 0.03 0.00 0.03 0.02 0.03 99.88 02:32:39 02:26:02 1 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:26:02 2 0.07 0.00 0.03 0.00 0.02 99.88 02:32:39 02:26:02 3 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 02:26:02 4 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:26:02 5 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 02:26:02 6 0.03 0.00 0.02 0.00 0.00 99.95 02:32:39 02:26:02 7 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:27:01 all 0.01 0.00 0.01 0.00 0.01 99.96 02:32:39 02:27:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:32:39 02:27:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:32:39 02:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:27:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:32:39 02:27:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:32:39 02:27:01 5 0.00 0.00 0.02 0.00 0.02 99.97 02:32:39 02:27:01 6 0.07 0.00 0.03 0.00 0.02 99.88 02:32:39 02:27:01 7 0.00 0.00 0.02 0.02 0.02 99.95 02:32:39 02:28:01 all 0.13 0.00 0.01 0.00 0.01 99.85 02:32:39 02:28:01 0 0.03 0.00 0.00 0.02 0.03 99.92 02:32:39 02:28:01 1 0.78 0.00 0.00 0.00 0.00 99.22 02:32:39 02:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:32:39 02:28:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:32:39 02:28:01 4 0.05 0.00 0.00 0.00 0.02 99.93 02:32:39 02:28:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 02:28:01 6 0.05 0.00 0.02 0.00 0.00 99.93 02:32:39 02:28:01 7 0.05 0.00 0.00 0.02 0.00 99.93 02:32:39 02:29:01 all 0.13 0.00 0.02 0.01 0.01 99.82 02:32:39 02:29:01 0 0.03 0.00 0.03 0.12 0.02 99.80 02:32:39 02:29:01 1 0.93 0.00 0.02 0.00 0.00 99.06 02:32:39 02:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:32:39 02:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:32:39 02:29:01 4 0.02 0.00 0.02 0.00 0.02 99.95 02:32:39 02:29:01 5 0.00 0.00 0.02 0.00 0.00 99.98 02:32:39 02:29:01 6 0.07 0.00 0.05 0.00 0.02 99.87 02:32:39 02:29:01 7 0.00 0.00 0.03 0.00 0.02 99.95 02:32:39 02:30:01 all 0.04 0.00 0.01 0.04 0.00 99.90 02:32:39 02:30:01 0 0.03 0.00 0.02 0.25 0.00 99.70 02:32:39 02:30:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 02:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:32:39 02:30:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:32:39 02:30:01 4 0.03 0.00 0.00 0.00 0.00 99.97 02:32:39 02:30:01 5 0.05 0.00 0.00 0.00 0.00 99.95 02:32:39 02:30:01 6 0.08 0.00 0.07 0.00 0.02 99.83 02:32:39 02:30:01 7 0.02 0.00 0.02 0.08 0.00 99.88 02:32:39 02:31:01 all 2.98 0.00 1.43 0.37 0.03 95.19 02:32:39 02:31:01 0 1.87 0.00 1.18 0.43 0.02 96.50 02:32:39 02:31:01 1 3.46 0.00 1.38 0.00 0.02 95.15 02:32:39 02:31:01 2 3.05 0.00 0.99 0.00 0.03 95.93 02:32:39 02:31:01 3 2.55 0.00 1.66 0.65 0.03 95.11 02:32:39 02:31:01 4 3.15 0.00 1.46 0.00 0.03 95.36 02:32:39 02:31:01 5 4.52 0.00 1.26 0.08 0.03 94.11 02:32:39 02:31:01 6 2.86 0.00 1.97 0.08 0.03 95.06 02:32:39 02:31:01 7 2.41 0.00 1.54 1.71 0.03 94.31 02:32:39 02:32:01 all 6.54 0.00 3.07 5.43 0.11 84.85 02:32:39 02:32:01 0 5.36 0.00 2.32 4.96 0.08 87.28 02:32:39 02:32:01 1 7.37 0.00 3.64 13.17 0.14 75.67 02:32:39 02:32:01 2 7.48 0.00 2.17 0.05 0.12 90.18 02:32:39 02:32:01 3 6.92 0.00 4.25 5.57 0.12 83.13 02:32:39 02:32:01 4 6.74 0.00 4.06 1.03 0.08 88.08 02:32:39 02:32:01 5 6.68 0.00 2.83 0.67 0.08 89.73 02:32:39 02:32:01 6 4.53 0.00 2.38 3.87 0.12 89.10 02:32:39 02:32:01 7 7.25 0.00 2.94 14.29 0.10 75.42 02:32:39 Average: all 8.16 0.00 1.45 1.33 0.03 89.03 02:32:39 Average: 0 8.28 0.00 1.37 1.15 0.03 89.17 02:32:39 Average: 1 8.45 0.00 1.62 2.61 0.03 87.29 02:32:39 Average: 2 8.43 0.00 1.43 1.02 0.03 89.08 02:32:39 Average: 3 7.81 0.00 1.51 0.83 0.03 89.81 02:32:39 Average: 4 8.24 0.00 1.55 1.74 0.04 88.43 02:32:39 Average: 5 7.95 0.00 1.33 0.51 0.03 90.19 02:32:39 Average: 6 7.87 0.00 1.28 0.63 0.03 90.19 02:32:39 Average: 7 8.28 0.00 1.48 2.15 0.03 88.06 02:32:39 02:32:39 02:32:39