Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a62407a90ca41d87e849251ea1cea1034d4f0a3c 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-ssh7768028746966340129.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5237614638892507368.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 590556114a56c6d90cc8043840e039c2f74196dc The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15141496376798068515.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13589099222451232706.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-ssh2386162827785190111.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6945 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/662 [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/662 # 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 a62407a90ca41d87e849251ea1cea1034d4f0a3c (main) Commit message: "Merge pull request #4839 from lindseysimple/issue-4836" > 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 a62407a90ca41d87e849251ea1cea1034d4f0a3c # timeout=10 > git rev-list --no-walk c3f3a2e890381eb1becc271f5487954b1eb8b608 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:27:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:27:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:27:08 ========================================================= 12:27:08 EdgeX Global Pipelines Version Info 12:27:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:27:08 ------------------- 12:27:08 stable info: 12:27:08 ------------------- 12:27:08 Commited By: Ginny Guan ginny@iotechsys.com 12:27:08 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 12:27:08 Message: update stable to v1.0.260 12:27:09 ------------------- 12:27:09 experimental info: 12:27:09 ------------------- 12:27:09 Commited By: Ginny Guan ginny@iotechsys.com 12:27:09 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 12:27:09 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:27:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:27:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:27:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 12:27:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:27:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:27:10 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:27:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 12:27:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 12:27:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 12:27:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] echo 12:27:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a62407a [Pipeline] echo 12:27:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:27:10 provisioning config files... 12:27:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/662@tmp/config6829568531707359362tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:27:10 ---> ****-login.sh 12:27:10 nexus3.edgexfoundry.org:10001 12:27:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:27:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:27:11 Configure a credential helper to remove this warning. See 12:27:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:27:11 12:27:11 Login Succeeded 12:27:11 nexus3.edgexfoundry.org:10002 12:27:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:27:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:27:11 Configure a credential helper to remove this warning. See 12:27:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:27:11 12:27:11 Login Succeeded 12:27:11 nexus3.edgexfoundry.org:10003 12:27:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:27:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:27:11 Configure a credential helper to remove this warning. See 12:27:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:27:11 12:27:11 Login Succeeded 12:27:11 nexus3.edgexfoundry.org:10004 12:27:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:27:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:27:11 Configure a credential helper to remove this warning. See 12:27:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:27:11 12:27:11 Login Succeeded 12:27:11 ****.io 12:27:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:27:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:27:12 Configure a credential helper to remove this warning. See 12:27:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:27:12 12:27:12 Login Succeeded 12:27:12 ---> ****-login.sh ends [Pipeline] } 12:27:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:27:12 + 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 12:27:12 + + cut -d/dirname -f2 cmd/core-command/Dockerfile 12:27:12 12:27:12 + echo core-command,cmd/core-command/Dockerfile 12:27:12 + dirname cmd/core-common-config-bootstrapper/Dockerfile 12:27:12 + cut -d/ -f2 12:27:12 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 12:27:12 + dirname cmd/core-data/Dockerfile 12:27:12 + cut -d/ -f2 12:27:12 + echo core-data,cmd/core-data/Dockerfile 12:27:12 + dirname cmd/core-keeper/Dockerfile 12:27:12 + cut -d/ -f2 12:27:12 + echo core-keeper,cmd/core-keeper/Dockerfile 12:27:12 + dirname cmd/core-metadata/Dockerfile 12:27:12 + cut -d/ -f2 12:27:12 + echo core-metadata,cmd/core-metadata/Dockerfile 12:27:12 + dirname cmd/security-bootstrapper/Dockerfile 12:27:12 + cut -d/ -f2 12:27:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 12:27:12 + dirname cmd/security-proxy-auth/Dockerfile 12:27:12 + cut -d/ -f2 12:27:12 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 12:27:12 + dirname cmd/security-proxy-setup/Dockerfile 12:27:12 + cut -d/ -f2 12:27:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:27:12 + dirname cmd/security-secretstore-setup/Dockerfile 12:27:12 + cut -d/ -f2 12:27:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:27:12 + dirname cmd/security-spiffe-token-provider/Dockerfile 12:27:12 + cut -d/ -f2 12:27:12 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 12:27:12 + dirname cmd/security-spire-agent/Dockerfile 12:27:12 + cut -d/ -f2 12:27:12 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 12:27:12 + dirname cmd/security-spire-config/Dockerfile 12:27:12 + cut -d/ -f2 12:27:12 + echo security-spire-config,cmd/security-spire-config/Dockerfile 12:27:12 + dirname cmd/security-spire-server/Dockerfile 12:27:12 + cut -d/ -f2 12:27:12 + echo security-spire-server,cmd/security-spire-server/Dockerfile 12:27:12 + dirname cmd/support-cron-scheduler/Dockerfile 12:27:12 + cut -d/ -f2 12:27:12 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 12:27:12 + dirname cmd/support-notifications/Dockerfile 12:27:12 + cut -d/ -f2 12:27:12 + echo support-notifications,cmd/support-notifications/Dockerfile 12:27:12 + dirname cmd/support-scheduler/Dockerfile 12:27:12 + cut -d/ -f2 12:27:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 12:27:12 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 12:27:12 + git rev-list -1 --merges a62407a90ca41d87e849251ea1cea1034d4f0a3c~1..a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] echo 12:27:12 -----------> git rev-list -1 --merges a62407a90ca41d87e849251ea1cea1034d4f0a3c~1..a62407a90ca41d87e849251ea1cea1034d4f0a3c a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:27:12 a62407a90ca41d87e849251ea1cea1034d4f0a3c [false] [Pipeline] sh 12:27:13 + git log --format=format:%s -1 a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] echo 12:27:13 ========================================================= 12:27:13 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:27:13 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 12:27:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:27:13 + grep -v github /etc/ssh/ssh_known_hosts 12:27:13 + [ -e /tmp/ssh_known_hosts ] 12:27:13 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:27:13 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:27:13 + sudo tee -a /etc/ssh/ssh_known_hosts 12:27:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:27:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:27:14 12:27:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:27:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:27:14 0.1.4: Pulling from edgex-devops/py-git-semver 12:27:14 b85a868b505f: Pulling fs layer 12:27:14 e2be974225ed: Pulling fs layer 12:27:14 339a4e72a1f5: Pulling fs layer 12:27:14 988bab9f4d93: Pulling fs layer 12:27:14 1469e6f7b9e6: Pulling fs layer 12:27:14 eaf3925da568: Pulling fs layer 12:27:14 bab4dde63d76: Pulling fs layer 12:27:14 bde34c3a00c8: Pulling fs layer 12:27:14 b352a97aabf1: Pulling fs layer 12:27:14 4872d77fe225: Pulling fs layer 12:27:14 5851b861e8e6: Pulling fs layer 12:27:14 b352a97aabf1: Waiting 12:27:14 4872d77fe225: Waiting 12:27:14 bab4dde63d76: Waiting 12:27:14 bde34c3a00c8: Waiting 12:27:14 988bab9f4d93: Waiting 12:27:14 1469e6f7b9e6: Waiting 12:27:14 5851b861e8e6: Waiting 12:27:14 eaf3925da568: Waiting 12:27:14 e2be974225ed: Verifying Checksum 12:27:14 e2be974225ed: Download complete 12:27:14 988bab9f4d93: Download complete 12:27:14 339a4e72a1f5: Verifying Checksum 12:27:14 339a4e72a1f5: Download complete 12:27:14 eaf3925da568: Download complete 12:27:15 b85a868b505f: Verifying Checksum 12:27:15 b85a868b505f: Download complete 12:27:15 1469e6f7b9e6: Verifying Checksum 12:27:15 1469e6f7b9e6: Download complete 12:27:15 bde34c3a00c8: Verifying Checksum 12:27:15 bde34c3a00c8: Download complete 12:27:15 4872d77fe225: Verifying Checksum 12:27:15 4872d77fe225: Download complete 12:27:15 b352a97aabf1: Download complete 12:27:15 5851b861e8e6: Download complete 12:27:15 bab4dde63d76: Verifying Checksum 12:27:15 bab4dde63d76: Download complete 12:27:16 b85a868b505f: Pull complete 12:27:16 e2be974225ed: Pull complete 12:27:17 339a4e72a1f5: Pull complete 12:27:17 988bab9f4d93: Pull complete 12:27:17 1469e6f7b9e6: Pull complete 12:27:17 eaf3925da568: Pull complete 12:27:20 bab4dde63d76: Pull complete 12:27:21 bde34c3a00c8: Pull complete 12:27:21 b352a97aabf1: Pull complete 12:27:21 4872d77fe225: Pull complete 12:27:21 5851b861e8e6: Pull complete 12:27:22 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 12:27:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:27:22 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:27:22 prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container 12:27:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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 12:27:31 $ docker top 512938bb1ce588a9067578f3c6b4c431d1aab9ddf437b4d3b288b5325b30a0f0 -eo pid,comm 12:27:31 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). 12:27:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:27:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:27:31 [ssh-agent] Looking for ssh-agent implementation... 12:27:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:27:31 $ docker exec 512938bb1ce588a9067578f3c6b4c431d1aab9ddf437b4d3b288b5325b30a0f0 ssh-agent 12:27:31 SSH_AUTH_SOCK=/tmp/ssh-zmAeJNPxkZ8V/agent.14 12:27:31 SSH_AGENT_PID=22 12:27:31 Running ssh-add (command line suppressed) 12:27:31 Identity added: /w/workspace/edgex-go/662@tmp/private_key_15656611733572815098.key (/w/workspace/edgex-go/662@tmp/private_key_15656611733572815098.key) 12:27:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:27:32 + git tag --points-at HEAD [Pipeline] } 12:27:32 $ docker exec --env ******** --env ******** 512938bb1ce588a9067578f3c6b4c431d1aab9ddf437b4d3b288b5325b30a0f0 ssh-agent -k 12:27:32 unset SSH_AUTH_SOCK; 12:27:32 unset SSH_AGENT_PID; 12:27:32 echo Agent pid 22 killed; 12:27:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:27:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:27:32 [ssh-agent] Looking for ssh-agent implementation... 12:27:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:27:32 $ docker exec 512938bb1ce588a9067578f3c6b4c431d1aab9ddf437b4d3b288b5325b30a0f0 ssh-agent 12:27:32 SSH_AUTH_SOCK=/tmp/ssh-EN730zfuxZHN/agent.71 12:27:32 SSH_AGENT_PID=77 12:27:32 Running ssh-add (command line suppressed) 12:27:32 Identity added: /w/workspace/edgex-go/662@tmp/private_key_5332274958312328696.key (/w/workspace/edgex-go/662@tmp/private_key_5332274958312328696.key) 12:27:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:27:33 + git semver init 12:27:33 2024-08-01 12:27:33,419 [run_init] DEBUG init version:0.0.0 force:False 12:27:33 2024-08-01 12:27:33,420 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/662/.semver 12:27:33 2024-08-01 12:27:33,421 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/662/.semver 12:27:33 2024-08-01 12:27:33,421 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/662/.semver'], cwd=/w/workspace/edgex-go/662, universal_newlines=False, shell=None, istream=None) 12:27:41 2024-08-01 12:27:40,566 [append_file] DEBUG append to file:/w/workspace/edgex-go/662/.git/info/exclude 12:27:41 2024-08-01 12:27:40,566 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/662/.semver/main with force:False 12:27:41 2024-08-01 12:27:40,566 [read_version] DEBUG read version from /w/workspace/edgex-go/662/.semver/main 12:27:41 2024-08-01 12:27:40,567 [read_version] DEBUG read version from /w/workspace/edgex-go/662/.semver/main 12:27:41 3.2.0-dev.44 [Pipeline] } 12:27:41 $ docker exec --env ******** --env ******** 512938bb1ce588a9067578f3c6b4c431d1aab9ddf437b4d3b288b5325b30a0f0 ssh-agent -k 12:27:41 unset SSH_AUTH_SOCK; 12:27:41 unset SSH_AGENT_PID; 12:27:41 echo Agent pid 77 killed; 12:27:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:27:42 + git semver [Pipeline] } 12:27:42 $ docker stop --time=1 512938bb1ce588a9067578f3c6b4c431d1aab9ddf437b4d3b288b5325b30a0f0 12:27:44 $ docker rm -f --volumes 512938bb1ce588a9067578f3c6b4c431d1aab9ddf437b4d3b288b5325b30a0f0 [Pipeline] // withDockerContainer [Pipeline] sh 12:27:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:27:44 Stashed 1 file(s) [Pipeline] echo 12:27:44 [edgeXSemver]: initialized semver on version 3.2.0-dev.44 [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 12:27:45 + git config --global --add safe.directory /w/workspace/edgex-go/662 [Pipeline] echo 12:27:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 12:27:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 12:27:45 ========================================================= 12:27:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 12:27:45 ========================================================= [Pipeline] fileExists [Pipeline] sh 12:27:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 12:27:45 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 12:27:45 619be1103602: Pulling fs layer 12:27:45 7862e08f4a3e: Pulling fs layer 12:27:45 5df492c9dc93: Pulling fs layer 12:27:45 7629e6793208: Pulling fs layer 12:27:45 4f4fb700ef54: Pulling fs layer 12:27:45 fb5054dd5b73: Pulling fs layer 12:27:45 eeca6798cff9: Pulling fs layer 12:27:45 aa269ceb94a6: Pulling fs layer 12:27:45 ada007ff1a6a: Pulling fs layer 12:27:45 eeca6798cff9: Waiting 12:27:45 aa269ceb94a6: Waiting 12:27:45 ada007ff1a6a: Waiting 12:27:45 7629e6793208: Waiting 12:27:45 fb5054dd5b73: Waiting 12:27:45 4f4fb700ef54: Waiting 12:27:45 7862e08f4a3e: Download complete 12:27:45 7629e6793208: Verifying Checksum 12:27:45 7629e6793208: Download complete 12:27:45 4f4fb700ef54: Download complete 12:27:45 619be1103602: Verifying Checksum 12:27:45 619be1103602: Download complete 12:27:45 fb5054dd5b73: Download complete 12:27:45 eeca6798cff9: Verifying Checksum 12:27:45 eeca6798cff9: Download complete 12:27:46 ada007ff1a6a: Verifying Checksum 12:27:46 ada007ff1a6a: Download complete 12:27:46 619be1103602: Pull complete 12:27:46 5df492c9dc93: Verifying Checksum 12:27:46 5df492c9dc93: Download complete 12:27:46 7862e08f4a3e: Pull complete 12:27:46 aa269ceb94a6: Verifying Checksum 12:27:46 aa269ceb94a6: Download complete 12:27:51 5df492c9dc93: Pull complete 12:27:51 7629e6793208: Pull complete 12:27:51 4f4fb700ef54: Pull complete 12:27:51 fb5054dd5b73: Pull complete 12:27:51 eeca6798cff9: Pull complete 12:27:53 aa269ceb94a6: Pull complete 12:27:54 ada007ff1a6a: Pull complete 12:27:54 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 12:27:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 12:27:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 12:27:54 + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 12:27:54 WORKDIR /edgex 12:27:54 COPY go.mod . 12:27:54 RUN go mod download 12:27:54 docker build -t ci-base-image-x86_64 -f - . 12:27:55 Sending build context to Docker daemon 178.9MB 12:27:55 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 12:27:55 ---> f489d0715acc 12:27:55 Step 2/4 : WORKDIR /edgex 12:27:59 Still waiting to schedule task 12:27:59 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 12:28:05 ---> Running in 8491cf710330 12:28:06 Removing intermediate container 8491cf710330 12:28:06 ---> 919debfde3db 12:28:06 Step 3/4 : COPY go.mod . 12:28:06 ---> ce6e3accaaad 12:28:06 Step 4/4 : RUN go mod download 12:28:06 ---> Running in 0a6828f09c07 12:28:45 Removing intermediate container 0a6828f09c07 12:28:45 ---> 723b9720fd96 12:28:45 Successfully built 723b9720fd96 12:28:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:28:45 + docker inspect -f . ci-base-image-x86_64 12:28:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:28:45 prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container 12:28:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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 12:28:46 $ docker top 7c13ef41a34e3b10edb646735b6bdb671edb505e275c0f19b1f7ec027afe503f -eo pid,comm [Pipeline] { [Pipeline] sh 12:28:46 + go version 12:28:46 go version go1.21.9 linux/amd64 [Pipeline] } 12:28:46 $ docker stop --time=1 7c13ef41a34e3b10edb646735b6bdb671edb505e275c0f19b1f7ec027afe503f 12:28:48 $ docker rm -f --volumes 7c13ef41a34e3b10edb646735b6bdb671edb505e275c0f19b1f7ec027afe503f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:28:48 + docker inspect -f . ci-base-image-x86_64 12:28:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:28:48 prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container 12:28:48 $ 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/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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 12:28:49 $ docker top b15be1662c3c18d30a52e6ee10b0764cf79edcc80c89938ba0e6cf15eefbf5a5 -eo pid,comm [Pipeline] { [Pipeline] echo 12:28:49 ========================================================= 12:28:49 [edgeXBuildGoParallel] Running Tests and Build... 12:28:49 ========================================================= [Pipeline] sh 12:28:49 + git config --global --add safe.directory /w/workspace/edgex-go/662 [Pipeline] fileExists [Pipeline] sh 12:28:50 + make test 12:28:50 go test -race -coverprofile=coverage.out ./... 12:28:58 ? github.com/edgexfoundry/edgex-go [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:29:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.021s coverage: 28.7% of statements 12:29:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:29:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:29:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.030s coverage: 97.0% of statements 12:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 12:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 12:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 12:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 12:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 12:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 12:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 12:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 12:29:31 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6946 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 12:29:31 Running in /w/workspace/edgex-go/662 [Pipeline] { [Pipeline] checkout 12:29:31 The recommended git tool is: git 12:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 12:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 12:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 12:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 12:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 12:29:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.062s coverage: 69.2% of statements 12:29:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.063s coverage: 53.2% of statements 12:29:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.492s coverage: 93.4% of statements 12:29:34 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.046s coverage: 91.7% of statements 12:29:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:29:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:29:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.042s coverage: 6.5% of statements 12:29:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 12:29:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 12:29:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 12:29:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:29:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 12:29:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:29:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:29:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:29:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:29:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] 12:29:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:29:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.398s coverage: 95.8% of statements 12:29:37 ok github.com/edgexfoundry/edgex-go/internal/io 1.026s coverage: 72.2% of statements 12:29:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.018s coverage: 0.0% of statements [no tests to run] 12:29:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 12:29:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:29:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.048s coverage: 0.8% of statements 12:29:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.030s coverage: 30.7% of statements 12:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.023s coverage: 41.7% of statements 12:29:39 using credential edgex-jenkins-ssh 12:29:39 Cloning the remote Git repository 12:29:39 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:29:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.026s coverage: 77.8% of statements 12:29:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.025s coverage: 94.1% of statements 12:29:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.031s coverage: 96.3% of statements 12:29:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.028s coverage: 87.5% of statements 12:29:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 12:29:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:29:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:29:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:29:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:29:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 12:29:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 12:29:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 12:29:39 > git init /w/workspace/edgex-go/662 # timeout=10 12:29:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:29:40 > git --version # timeout=10 12:29:40 > git --version # 'git version 2.25.1' 12:29:40 using GIT_SSH to set credentials SSH Credentials for GitHub 12:29:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:29:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] 12:29:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] 12:29:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] 12:29:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:29:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:29:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:29:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:29:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:29:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:29:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:29:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 12:29:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:29:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:29:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 12:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 12:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 12:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 12:29:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.025s coverage: 94.4% of statements 12:29:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 12:29:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 12:29:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 12:29:53 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application [no test files] 12:29:53 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] 12:29:53 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http [no test files] 12:29:53 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] 12:29:53 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 12:29:53 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] 12:29:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:29:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 12:29:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 12:29:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 12:29:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 12:29:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:29:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:29:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 12:29:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 12:29:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:29:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:29:59 Avoid second fetch 12:29:59 Checking out Revision a62407a90ca41d87e849251ea1cea1034d4f0a3c (main) 12:29:59 Commit message: "Merge pull request #4839 from lindseysimple/issue-4836" 12:29:59 > git config core.sparsecheckout # timeout=10 12:29:59 > git checkout -f a62407a90ca41d87e849251ea1cea1034d4f0a3c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:30:04 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 12:30:04 % Total % Received % Xferd Average Speed Time Time Time Current 12:30:04 Dload Upload Total Spent Left Speed 12:30:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 61377 0 --:--:-- --:--:-- --:--:-- 61377 [Pipeline] sh 12:30:05 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 12:30:05 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 12:30:05 + sudo tee /etc/docker/daemon.new 12:30:05 { 12:30:05 "registry-mirrors": [ 12:30:05 "https://nexus3.edgexfoundry.org:10001" 12:30:05 ], 12:30:05 "bip": "10.250.0.254/24", 12:30:05 "hosts": [ 12:30:05 "tcp://0.0.0.0:5555", 12:30:05 "unix:///var/run/docker.sock" 12:30:05 ], 12:30:05 "mtu": 1458, 12:30:05 "selinux-enabled": true, 12:30:05 "seccomp-profile": "/etc/docker/seccomp.json" 12:30:05 } [Pipeline] sh 12:30:05 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 12:30:06 + sudo service docker restart 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 25.523s coverage: 79.9% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.365s coverage: 92.9% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.020s coverage: 67.2% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.038s coverage: 62.3% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.024s coverage: 76.6% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.027s coverage: 87.2% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.029s coverage: 20.0% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.062s coverage: 81.8% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.065s coverage: 82.1% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.158s coverage: 63.1% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.021s coverage: 100.0% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.019s coverage: 89.4% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.013s coverage: 100.0% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 3.392s coverage: 36.5% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.024s coverage: 89.5% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 84.8% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.054s coverage: 19.9% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.094s coverage: 95.7% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.029s coverage: 61.8% of statements 12:30:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.082s coverage: 98.9% of statements 12:30:10 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 12:30:11 running golangci-lint 12:30:11 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 12:30:11 go version go1.21.9 linux/amd64 12:30:11 level=info msg="[config_reader] Used config file .golangci.yml" 12:30:11 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:30:24 provisioning config files... 12:30:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/662@tmp/config6474824801233678382tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:30:24 ---> ****-login.sh 12:30:24 nexus3.edgexfoundry.org:10001 12:30:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:30:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:30:25 Configure a credential helper to remove this warning. See 12:30:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:30:25 12:30:25 Login Succeeded 12:30:25 nexus3.edgexfoundry.org:10002 12:30:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:30:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:30:25 Configure a credential helper to remove this warning. See 12:30:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:30:25 12:30:25 Login Succeeded 12:30:25 nexus3.edgexfoundry.org:10003 12:30:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:30:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:30:26 Configure a credential helper to remove this warning. See 12:30:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:30:26 12:30:26 Login Succeeded 12:30:26 nexus3.edgexfoundry.org:10004 12:30:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:30:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:30:26 Configure a credential helper to remove this warning. See 12:30:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:30:26 12:30:26 Login Succeeded 12:30:26 ****.io 12:30:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:30:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:30:26 Configure a credential helper to remove this warning. See 12:30:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:30:26 12:30:26 Login Succeeded 12:30:26 ---> ****-login.sh ends [Pipeline] } 12:30:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 12:30:27 + git config --global --add safe.directory /w/workspace/edgex-go/662 [Pipeline] echo 12:30:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 12:30:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 12:30:27 ========================================================= 12:30:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 12:30:27 ========================================================= [Pipeline] fileExists [Pipeline] sh 12:30:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 12:30:27 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:30:27 c6b39de5b339: Pulling fs layer 12:30:27 a69c41024577: Pulling fs layer 12:30:27 d6de4b400683: Pulling fs layer 12:30:27 35cb2a7552d0: Pulling fs layer 12:30:27 4f4fb700ef54: Pulling fs layer 12:30:27 464afbd9ba4c: Pulling fs layer 12:30:27 00f215d4a9da: Pulling fs layer 12:30:27 d496ad576159: Pulling fs layer 12:30:27 464afbd9ba4c: Waiting 12:30:27 00f215d4a9da: Waiting 12:30:27 d496ad576159: Waiting 12:30:27 35cb2a7552d0: Waiting 12:30:27 4f4fb700ef54: Waiting 12:30:28 a69c41024577: Verifying Checksum 12:30:28 a69c41024577: Download complete 12:30:28 35cb2a7552d0: Verifying Checksum 12:30:28 35cb2a7552d0: Download complete 12:30:28 4f4fb700ef54: Verifying Checksum 12:30:28 4f4fb700ef54: Download complete 12:30:28 464afbd9ba4c: Download complete 12:30:28 c6b39de5b339: Verifying Checksum 12:30:28 c6b39de5b339: Download complete 12:30:28 d496ad576159: Verifying Checksum 12:30:28 d496ad576159: Download complete 12:30:29 c6b39de5b339: Pull complete 12:30:29 a69c41024577: Pull complete 12:30:29 d6de4b400683: Verifying Checksum 12:30:29 d6de4b400683: Download complete 12:30:30 00f215d4a9da: Download complete 12:30:38 level=info msg="[loader] Go packages loading at mode 575 (deps|name|compiled_files|exports_file|files|imports|types_sizes) took 23.098449897s" 12:30:38 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 34.178231ms" 12:30:43 d6de4b400683: Pull complete 12:30:43 35cb2a7552d0: Pull complete 12:30:43 4f4fb700ef54: Pull complete 12:30:43 464afbd9ba4c: Pull complete 12:30:46 level=info msg="[linters_context/goanalysis] analyzers took 1m28.727652346s with top 10 stages: buildir: 48.016404459s, gosec: 7.409885958s, inspect: 3.069739528s, fact_deprecated: 2.738328159s, printf: 1.682723908s, ctrlflow: 1.610166759s, fact_purity: 1.261564823s, nilness: 1.210620927s, directives: 1.088326449s, isgenerated: 828.904996ms" 12:30:46 level=info msg="[runner] Issues before processing: 213, after processing: 0" 12:30:46 level=info msg="[runner] Processors filtering stat (out/in): cgo: 213/213, identifier_marker: 213/213, nolint: 0/21, filename_unadjuster: 213/213, path_prettifier: 213/213, skip_dirs: 213/213, autogenerated_exclude: 213/213, exclude: 213/213, skip_files: 213/213, exclude-rules: 21/213" 12:30:46 level=info msg="[runner] processing took 14.98554ms with stages: nolint: 6.882704ms, identifier_marker: 3.365975ms, path_prettifier: 1.448557ms, autogenerated_exclude: 1.343174ms, exclude-rules: 1.091728ms, skip_dirs: 808.151µs, cgo: 26.631µs, filename_unadjuster: 14.52µs, max_same_issues: 800ns, uniq_by_line: 500ns, fixer: 470ns, skip_files: 370ns, source_code: 280ns, diff: 270ns, exclude: 250ns, severity-rules: 250ns, sort_results: 240ns, path_prefixer: 230ns, max_from_linter: 170ns, max_per_file_from_linter: 160ns, path_shortener: 110ns" 12:30:46 level=info msg="[runner] linters took 10.521709905s with stages: goanalysis_metalinter: 10.506616962s" 12:30:46 level=info msg="File cache stats: 0 entries of total size 0B" 12:30:46 level=info msg="Memory: 338 samples, avg is 267.2MB, max is 1340.8MB" 12:30:46 level=info msg="Execution took 33.664410689s" 12:30:46 go vet ./... 12:30:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:30:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:30:52 ./bin/test-attribution-txt.sh [Pipeline] echo 12:30:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 12:30:52 + ls -al . 12:30:52 total 872 12:30:52 drwxrwxr-x 11 1001 1001 4096 Aug 1 12:28 . 12:30:52 drwxr-xr-x 4 root root 4096 Aug 1 12:28 .. 12:30:52 drwxrwxr-x 2 1001 1001 4096 Aug 1 12:27 .blubracket 12:30:52 -rw-rw-r-- 1 1001 1001 10 Aug 1 12:27 .dockerignore 12:30:52 drwxrwxr-x 8 1001 1001 4096 Aug 1 12:30 .git 12:30:52 drwxrwxr-x 3 1001 1001 4096 Aug 1 12:27 .github 12:30:52 -rw-rw-r-- 1 1001 1001 1102 Aug 1 12:27 .gitignore 12:30:52 -rw-rw-r-- 1 1001 1001 42 Aug 1 12:27 .golangci.yml 12:30:52 -rw-rw-r-- 1 1001 1001 100 Aug 1 12:27 .hadolint.yml 12:30:52 drwxr-xr-x 3 1001 1001 4096 Aug 1 12:27 .semver 12:30:52 -rw-rw-r-- 1 1001 1001 155 Aug 1 12:27 .sonarcloud.properties 12:30:52 -rw-rw-r-- 1 1001 1001 1171 Aug 1 12:27 ADOPTERS.md 12:30:52 -rw-rw-r-- 1 1001 1001 20806 Aug 1 12:27 Attribution.txt 12:30:52 -rw-rw-r-- 1 1001 1001 100284 Aug 1 12:27 CHANGELOG.md 12:30:52 -rw-rw-r-- 1 1001 1001 3804 Aug 1 12:27 CONTRIBUTING.md 12:30:52 -rw-rw-r-- 1 1001 1001 677 Aug 1 12:27 GOVERNANCE.md 12:30:52 -rw-rw-r-- 1 1001 1001 861 Aug 1 12:27 Jenkinsfile 12:30:52 -rw-rw-r-- 1 1001 1001 10775 Aug 1 12:27 LICENSE 12:30:52 -rw-rw-r-- 1 1001 1001 16854 Aug 1 12:27 Makefile 12:30:52 -rw-rw-r-- 1 1001 1001 582 Aug 1 12:27 OWNERS.md 12:30:52 -rw-rw-r-- 1 1001 1001 9528 Aug 1 12:27 README.md 12:30:52 -rw-rw-r-- 1 1001 1001 789 Aug 1 12:27 SECURITY.md 12:30:52 -rw-rw-r-- 1 1001 1001 12 Aug 1 12:27 VERSION 12:30:52 drwxrwxr-x 2 1001 1001 4096 Aug 1 12:27 bin 12:30:52 drwxrwxr-x 20 1001 1001 4096 Aug 1 12:27 cmd 12:30:52 -rw-r--r-- 1 root root 504185 Aug 1 12:30 coverage.out 12:30:52 drwxrwxr-x 2 1001 1001 4096 Aug 1 12:27 fuzz_test 12:30:52 -rw-rw-r-- 1 1001 1001 7118 Aug 1 12:27 go.mod 12:30:52 -rw-rw-r-- 1 1001 1001 101672 Aug 1 12:27 go.sum 12:30:52 drwxrwxr-x 7 1001 1001 4096 Aug 1 12:27 internal 12:30:52 drwxrwxr-x 3 1001 1001 4096 Aug 1 12:27 openapi 12:30:52 -rw-rw-r-- 1 1001 1001 584 Aug 1 12:27 security.txt 12:30:52 -rw-rw-r-- 1 1001 1001 204 Aug 1 12:27 version.go [Pipeline] sh 12:30:52 + '[' -e coverage.out ] 12:30:52 + chown 1001:1001 coverage.out [Pipeline] stash 12:30:53 Stashed 1 file(s) [Pipeline] sh 12:30:53 00f215d4a9da: Pull complete 12:30:53 + make build 12:30:53 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 12:30:53 d496ad576159: Pull complete 12:30:53 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 12:30:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 12:30:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 12:30:54 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 12:30:54 WORKDIR /edgex 12:30:54 COPY go.mod . 12:30:54 RUN go mod download 12:30:54 + docker build -t ci-base-image-arm64 -f - . 12:30:54 Sending build context to Docker daemon 3.374MB 12:30:54 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 12:30:54 ---> f246e2811388 12:30:54 Step 2/4 : WORKDIR /edgex 12:30:56 ---> Running in 438731cb513f 12:30:56 Removing intermediate container 438731cb513f 12:30:56 ---> b2430d1509bf 12:30:56 Step 3/4 : COPY go.mod . 12:30:57 ---> d58b01c02290 12:30:57 Step 4/4 : RUN go mod download 12:30:57 ---> Running in 28ed3d6736f4 12:31:25 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:31:25 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 12:31:25 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 12:31:25 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 12:31:25 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:31:29 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:31:33 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 12:31:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 12:31:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:31:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:31:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 12:31:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:31:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 12:31:41 $ docker stop --time=1 b15be1662c3c18d30a52e6ee10b0764cf79edcc80c89938ba0e6cf15eefbf5a5 12:31:46 $ docker rm -f --volumes b15be1662c3c18d30a52e6ee10b0764cf79edcc80c89938ba0e6cf15eefbf5a5 [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 12:31:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:31:48 12:31:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:31:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:31:48 latest: Pulling from edgex-devops/edgex-compose 12:31:48 91d30c5bc195: Pulling fs layer 12:31:48 2e9b0aa3be6d: Pulling fs layer 12:31:48 9c61dcf015f6: Pulling fs layer 12:31:48 4698f68db338: Pulling fs layer 12:31:48 2a2f49069b9e: Pulling fs layer 12:31:48 e0025b399a48: Pulling fs layer 12:31:48 4698f68db338: Waiting 12:31:48 2a2f49069b9e: Waiting 12:31:48 e0025b399a48: Waiting 12:31:48 91d30c5bc195: Verifying Checksum 12:31:48 91d30c5bc195: Download complete 12:31:48 4698f68db338: Verifying Checksum 12:31:48 4698f68db338: Download complete 12:31:48 2e9b0aa3be6d: Verifying Checksum 12:31:48 2e9b0aa3be6d: Download complete 12:31:48 e0025b399a48: Verifying Checksum 12:31:48 e0025b399a48: Download complete 12:31:48 91d30c5bc195: Pull complete 12:31:48 2a2f49069b9e: Verifying Checksum 12:31:48 2a2f49069b9e: Download complete 12:31:49 2e9b0aa3be6d: Pull complete 12:31:49 9c61dcf015f6: Download complete 12:32:01 9c61dcf015f6: Pull complete 12:32:01 4698f68db338: Pull complete 12:32:02 2a2f49069b9e: Pull complete 12:32:02 e0025b399a48: Pull complete 12:32:02 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 12:32:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:32:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:32:03 prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container 12:32:03 $ 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/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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 12:32:05 Removing intermediate container 28ed3d6736f4 12:32:05 ---> 64134f176d81 12:32:05 Successfully built 64134f176d81 12:32:05 Successfully tagged ci-base-image-arm64:latest 12:32:05 $ docker top ed5f952a4ede865bb332ff13c92e7795024199f323beaa6a56a1d0e7a6cbfed0 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:32:06 + docker compose -f ./docker-compose-build.yml build --parallel 12:32:06 + docker inspect -f . ci-base-image-arm64 12:32:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:32:06 prd-ubuntu20.04-docker-arm64-4c-16g-6946 does not seem to be running inside a container 12:32:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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 12:32:06 #1 [security-spire-server internal] load .dockerignore 12:32:07 $ docker top 251a2887f193cf06dee0ddc51e13f9d170aebc5c195e92150db76cc9eb25b058 -eo pid,comm [Pipeline] { [Pipeline] sh 12:32:08 #1 transferring context: 50B done 12:32:08 #1 DONE 1.6s 12:32:08 12:32:08 #2 [security-secretstore-setup internal] load .dockerignore 12:32:08 #2 ... 12:32:08 12:32:08 #3 [core-data internal] load build definition from Dockerfile 12:32:08 #3 DONE 0.0s 12:32:08 12:32:08 #3 [core-data internal] load build definition from Dockerfile 12:32:08 + go version 12:32:08 go version go1.21.9 linux/arm64 [Pipeline] } 12:32:08 $ docker stop --time=1 251a2887f193cf06dee0ddc51e13f9d170aebc5c195e92150db76cc9eb25b058 12:32:10 $ docker rm -f --volumes 251a2887f193cf06dee0ddc51e13f9d170aebc5c195e92150db76cc9eb25b058 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 12:32:10 #3 ... 12:32:10 12:32:10 #4 [security-spire-server internal] load build definition from Dockerfile 12:32:10 #4 transferring dockerfile: 1.70kB done 12:32:10 #4 DONE 3.6s 12:32:10 12:32:10 #5 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 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 12:32:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:32:10 12:32:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:32:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:32:11 latest: Pulling from edgex-devops/edgex-compose-arm64 12:32:11 547446be3368: Pulling fs layer 12:32:11 d125d8839a47: Pulling fs layer 12:32:11 3e85d5ac6304: Pulling fs layer 12:32:11 c3105a71a48b: Pulling fs layer 12:32:11 0f093f025ec4: Pulling fs layer 12:32:11 c3106fc0e877: Pulling fs layer 12:32:11 c3105a71a48b: Waiting 12:32:11 c3106fc0e877: Waiting 12:32:11 0f093f025ec4: Waiting 12:32:11 547446be3368: Verifying Checksum 12:32:11 547446be3368: Download complete 12:32:11 c3105a71a48b: Verifying Checksum 12:32:11 c3105a71a48b: Download complete 12:32:12 d125d8839a47: Verifying Checksum 12:32:12 d125d8839a47: Download complete 12:32:12 c3106fc0e877: Verifying Checksum 12:32:12 c3106fc0e877: Download complete 12:32:12 0f093f025ec4: Verifying Checksum 12:32:12 0f093f025ec4: Download complete 12:32:12 #5 ... 12:32:12 12:32:12 #6 [support-cron-scheduler internal] load .dockerignore 12:32:12 #6 transferring context: 50B done 12:32:12 #6 DONE 4.9s 12:32:12 12:32:12 #7 [security-secretstore-setup internal] load build definition from Dockerfile 12:32:12 #7 transferring dockerfile: 2.49kB done 12:32:12 547446be3368: Pull complete 12:32:12 #7 ... 12:32:12 12:32:12 #8 [support-cron-scheduler internal] load build definition from Dockerfile 12:32:12 #8 transferring dockerfile: 1.85kB done 12:32:12 #8 DONE 5.5s 12:32:12 12:32:12 #9 [security-proxy-auth internal] load .dockerignore 12:32:12 #9 transferring context: 50B done 12:32:13 d125d8839a47: Pull complete 12:32:13 #9 ... 12:32:13 12:32:13 #10 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:32:13 #10 DONE 0.0s 12:32:13 12:32:13 #11 [security-proxy-auth internal] load build definition from Dockerfile 12:32:13 #11 transferring dockerfile: 2.15kB done 12:32:14 #11 DONE 6.9s 12:32:14 12:32:14 #12 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 12:32:14 3e85d5ac6304: Verifying Checksum 12:32:14 3e85d5ac6304: Download complete 12:32:15 #12 ... 12:32:15 12:32:15 #2 [security-secretstore-setup internal] load .dockerignore 12:32:15 #2 transferring context: 50B done 12:32:15 #2 ... 12:32:15 12:32:15 #9 [security-proxy-auth internal] load .dockerignore 12:32:15 #9 DONE 8.5s 12:32:15 12:32:15 #10 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:32:15 #10 DONE 0.0s 12:32:15 12:32:15 #12 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 12:32:16 #12 ... 12:32:16 12:32:16 #7 [security-secretstore-setup internal] load build definition from Dockerfile 12:32:16 #7 DONE 8.3s 12:32:16 12:32:16 #3 [core-data internal] load build definition from Dockerfile 12:32:16 #3 transferring dockerfile: 2.01kB done 12:32:17 #3 DONE 8.5s 12:32:17 12:32:17 #13 [security-spire-agent internal] load build definition from Dockerfile 12:32:17 #13 transferring dockerfile: 1.81kB done 12:32:17 #13 ... 12:32:17 12:32:17 #14 [security-spire-config internal] load build definition from Dockerfile 12:32:17 #14 transferring dockerfile: 1.69kB done 12:32:17 #14 DONE 8.7s 12:32:17 12:32:17 #15 [core-metadata internal] load .dockerignore 12:32:17 #15 transferring context: 50B done 12:32:18 #15 ... 12:32:18 12:32:18 #16 [core-data internal] load .dockerignore 12:32:18 #16 transferring context: 50B done 12:32:18 #16 ... 12:32:18 12:32:18 #17 [security-spire-agent internal] load .dockerignore 12:32:18 #17 transferring context: 50B done 12:32:18 #17 ... 12:32:18 12:32:18 #18 [security-spire-config internal] load .dockerignore 12:32:18 #18 transferring context: 50B done 12:32:18 #18 DONE 10.1s 12:32:18 12:32:18 #16 [core-data internal] load .dockerignore 12:32:18 #16 DONE 10.4s 12:32:18 12:32:18 #2 [security-secretstore-setup internal] load .dockerignore 12:32:18 #2 DONE 10.7s 12:32:18 12:32:18 #19 [core-metadata internal] load build definition from Dockerfile 12:32:18 #19 transferring dockerfile: 2.06kB done 12:32:19 #19 ... 12:32:19 12:32:19 #10 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:32:19 #10 DONE 0.0s 12:32:19 12:32:19 #12 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 12:32:19 #12 ... 12:32:19 12:32:19 #10 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:32:19 #10 DONE 0.0s 12:32:19 12:32:19 #12 [core-data internal] load metadata for docker.io/library/alpine:3.18 12:32:19 #12 ... 12:32:19 12:32:19 #15 [core-metadata internal] load .dockerignore 12:32:19 #15 DONE 10.0s 12:32:19 12:32:19 #20 [support-notifications internal] load build definition from Dockerfile 12:32:19 #20 transferring dockerfile: 1.95kB done 12:32:19 #20 ... 12:32:19 12:32:19 #21 [security-bootstrapper internal] load build definition from Dockerfile 12:32:19 #21 ... 12:32:19 12:32:19 #13 [security-spire-agent internal] load build definition from Dockerfile 12:32:19 #13 DONE 10.8s 12:32:19 12:32:19 #5 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 12:32:19 #5 DONE 8.8s 12:32:19 12:32:19 #22 [support-notifications internal] load .dockerignore 12:32:19 #22 ... 12:32:19 12:32:19 #17 [security-spire-agent internal] load .dockerignore 12:32:19 #17 DONE 10.7s 12:32:19 12:32:19 #23 [core-common-config-bootstrapper internal] load build definition from Dockerfile 12:32:19 #23 ... 12:32:19 12:32:19 #24 [security-proxy-setup internal] load build definition from Dockerfile 12:32:20 #24 ... 12:32:20 12:32:20 #25 [security-spiffe-token-provider internal] load build definition from Dockerfile 12:32:20 #25 ... 12:32:20 12:32:20 #19 [core-metadata internal] load build definition from Dockerfile 12:32:20 #19 DONE 11.2s 12:32:20 12:32:20 #25 [security-spiffe-token-provider internal] load build definition from Dockerfile 12:32:20 #25 transferring dockerfile: 1.89kB done 12:32:20 #25 ... 12:32:20 12:32:20 #26 [security-bootstrapper internal] load .dockerignore 12:32:20 #26 transferring context: 50B done 12:32:20 #26 ... 12:32:20 12:32:20 #27 [security-proxy-setup internal] load .dockerignore 12:32:20 #27 transferring context: 50B done 12:32:20 #27 ... 12:32:20 12:32:20 #12 [core-data internal] load metadata for docker.io/library/alpine:3.18 12:32:20 #12 DONE 9.5s 12:32:20 12:32:20 #28 [core-keeper internal] load .dockerignore 12:32:20 #28 transferring context: 50B done 12:32:20 #28 ... 12:32:20 12:32:20 #10 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:32:20 #10 DONE 0.0s 12:32:20 12:32:20 #5 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 12:32:20 #5 DONE 9.2s 12:32:20 12:32:20 #29 [core-command internal] load .dockerignore 12:32:20 #29 transferring context: 50B done 12:32:21 #29 ... 12:32:21 12:32:21 #30 [core-common-config-bootstrapper internal] load .dockerignore 12:32:21 #30 transferring context: 50B done 12:32:21 #30 ... 12:32:21 12:32:21 #31 [core-command internal] load build definition from Dockerfile 12:32:21 #31 transferring dockerfile: 1.93kB done 12:32:21 #31 ... 12:32:21 12:32:21 #12 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 12:32:21 #12 DONE 9.5s 12:32:21 12:32:21 #32 [support-scheduler internal] load build definition from Dockerfile 12:32:21 #32 transferring dockerfile: 1.93kB done 12:32:21 #32 ... 12:32:21 12:32:21 #20 [support-notifications internal] load build definition from Dockerfile 12:32:21 #20 DONE 11.8s 12:32:21 12:32:21 #33 [core-keeper internal] load build definition from Dockerfile 12:32:21 #33 transferring dockerfile: 2.01kB done 12:32:21 #33 ... 12:32:21 12:32:21 #32 [support-scheduler internal] load build definition from Dockerfile 12:32:21 #32 DONE 11.9s 12:32:21 12:32:21 #31 [core-command internal] load build definition from Dockerfile 12:32:21 #31 DONE 11.7s 12:32:21 12:32:21 #34 [security-spiffe-token-provider internal] load .dockerignore 12:32:21 #34 transferring context: 50B done 12:32:21 #34 ... 12:32:21 12:32:21 #23 [core-common-config-bootstrapper internal] load build definition from Dockerfile 12:32:21 #23 transferring dockerfile: 2.23kB done 12:32:21 #23 DONE 11.8s 12:32:21 12:32:21 #35 [support-scheduler internal] load .dockerignore 12:32:21 #35 transferring context: 50B done 12:32:21 #35 ... 12:32:21 12:32:21 #33 [core-keeper internal] load build definition from Dockerfile 12:32:21 #33 DONE 11.9s 12:32:21 12:32:21 #24 [security-proxy-setup internal] load build definition from Dockerfile 12:32:21 #24 transferring dockerfile: 2.50kB done 12:32:21 #24 DONE 12.0s 12:32:21 12:32:21 #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 12:32:21 #36 DONE 1.6s 12:32:21 12:32:21 #37 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:32:21 #37 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.1s done 12:32:21 #37 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:32:21 #37 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 12:32:21 #37 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 12:32:21 #37 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.4s done 12:32:21 #37 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.1s done 12:32:21 #37 ... 12:32:21 12:32:21 #21 [security-bootstrapper internal] load build definition from Dockerfile 12:32:21 #21 transferring dockerfile: 3.17kB done 12:32:21 #21 DONE 12.1s 12:32:21 12:32:21 #25 [security-spiffe-token-provider internal] load build definition from Dockerfile 12:32:21 #25 DONE 12.0s 12:32:21 12:32:21 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:32:21 #38 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.1s done 12:32:21 #38 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 12:32:21 #38 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 12:32:21 #38 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 12:32:22 #38 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done 12:32:22 #38 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done 12:32:22 #38 ... 12:32:22 12:32:22 #27 [security-proxy-setup internal] load .dockerignore 12:32:22 #27 DONE 12.5s 12:32:22 12:32:22 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:32:22 #38 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 12:32:22 #38 ... 12:32:22 12:32:22 #22 [support-notifications internal] load .dockerignore 12:32:22 #22 transferring context: 50B done 12:32:22 #22 DONE 12.8s 12:32:22 12:32:22 #28 [core-keeper internal] load .dockerignore 12:32:22 #28 DONE 12.6s 12:32:22 12:32:22 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:32:22 #38 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0B / 278B 0.6s 12:32:22 #38 ... 12:32:22 12:32:22 #10 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:32:22 #10 DONE 0.0s 12:32:22 12:32:22 #30 [core-common-config-bootstrapper internal] load .dockerignore 12:32:22 #30 DONE 12.7s 12:32:22 12:32:22 #34 [security-spiffe-token-provider internal] load .dockerignore 12:32:22 #34 DONE 12.7s 12:32:22 12:32:22 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:32:22 #38 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.7s 12:32:22 #38 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0B / 20.02MB 0.7s 12:32:22 #38 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 12:32:22 #38 ... 12:32:22 12:32:22 #39 [security-proxy-setup internal] load build context 12:32:22 #39 DONE 0.0s 12:32:22 12:32:22 #26 [security-bootstrapper internal] load .dockerignore 12:32:22 #26 DONE 12.8s 12:32:22 12:32:22 #10 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:32:22 #10 DONE 0.0s 12:32:22 12:32:22 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:32:22 #38 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.7s done 12:32:22 #38 ... 12:32:22 12:32:22 #29 [core-command internal] load .dockerignore 12:32:22 #29 DONE 13.0s 12:32:22 12:32:22 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:32:22 #38 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 8.39MB / 20.02MB 0.9s 12:32:22 #38 ... 12:32:22 12:32:22 #35 [support-scheduler internal] load .dockerignore 12:32:22 #35 DONE 13.2s 12:32:22 12:32:22 #10 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:32:22 #10 DONE 0.0s 12:32:22 12:32:22 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:32:22 #38 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 19.92MB / 20.02MB 1.0s 12:32:23 #38 ... 12:32:23 12:32:23 #10 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:32:23 #10 DONE 0.0s 12:32:23 12:32:23 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:32:23 #38 ... 12:32:23 12:32:23 #40 [security-spire-server internal] load build context 12:32:23 #40 transferring context: 27.23kB 0.0s done 12:32:23 #40 DONE 3.9s 12:32:23 12:32:23 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:32:23 #38 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 1.3s done 12:32:23 #38 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 12:32:23 #38 ... 12:32:23 12:32:23 #10 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:32:23 #10 DONE 0.0s 12:32:23 12:32:23 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:32:23 #38 ... 12:32:23 12:32:23 #10 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:32:23 #10 DONE 0.0s 12:32:23 12:32:23 #41 [security-spire-config internal] load build context 12:32:23 #41 transferring context: 25.48kB 0.0s done 12:32:23 #41 DONE 3.6s 12:32:23 12:32:23 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:32:23 #38 ... 12:32:23 12:32:23 #12 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 12:32:23 #12 DONE 10.6s 12:32:23 12:32:23 #37 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:32:23 #37 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.1s done 12:32:23 #37 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:32:23 #37 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 12:32:23 #37 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 12:32:23 #37 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.4s done 12:32:23 #37 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.1s done 12:32:23 #37 DONE 5.5s 12:32:23 12:32:23 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:23 #42 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.3s done 12:32:23 #42 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 12:32:23 #42 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 12:32:23 #42 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 12:32:23 #42 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s done 12:32:23 #42 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.4s done 12:32:23 #42 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 12:32:23 #42 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 1.5s done 12:32:23 #42 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.7s done 12:32:23 #42 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 12:32:23 #42 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 12:32:23 #42 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.0s 12:32:24 3e85d5ac6304: Pull complete 12:32:24 c3105a71a48b: Pull complete 12:32:24 #42 ... 12:32:24 12:32:24 #43 [security-spire-agent internal] load build context 12:32:24 #43 transferring context: 26.76kB 0.0s done 12:32:24 #43 DONE 2.8s 12:32:24 12:32:24 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:24 #42 ... 12:32:24 12:32:24 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:32:25 #38 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.7s done 12:32:25 0f093f025ec4: Pull complete 12:32:25 c3106fc0e877: Pull complete 12:32:25 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 12:32:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:32:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:32:25 prd-ubuntu20.04-docker-arm64-4c-16g-6946 does not seem to be running inside a container 12:32:25 $ 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/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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 12:32:27 $ docker top 24174ff38207b29dfea71cfb5cf310baf14c8e41bb1ae58258025ce76e475726 -eo pid,comm [Pipeline] { [Pipeline] sh 12:32:28 + docker compose -f ./docker-compose-build.yml build --parallel 12:32:29 #38 ... 12:32:29 12:32:29 #44 [core-command internal] load build context 12:32:29 #44 transferring context: 213.88MB 4.5s 12:32:29 #44 ... 12:32:29 12:32:29 #45 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 12:32:29 #45 ... 12:32:29 12:32:29 #46 [security-secretstore-setup internal] load build context 12:32:29 #46 ... 12:32:29 12:32:29 #47 [support-cron-scheduler internal] load build context 12:32:29 #47 ... 12:32:29 12:32:29 #48 [security-proxy-auth internal] load build context 12:32:29 #48 ... 12:32:29 12:32:29 #47 [support-cron-scheduler internal] load build context 12:32:30 #47 ... 12:32:30 12:32:30 #49 [core-data internal] load build context 12:32:30 #49 ... 12:32:30 12:32:30 #47 [support-cron-scheduler internal] load build context 12:32:31 #47 ... 12:32:31 12:32:31 #50 [core-metadata internal] load build context 12:32:31 #50 ... 12:32:31 12:32:31 #47 [support-cron-scheduler internal] load build context 12:32:32 #47 transferring context: 380.76MB 11.3s 12:32:32 #47 ... 12:32:32 12:32:32 #39 [security-proxy-setup internal] load build context 12:32:32 #39 ... 12:32:32 12:32:32 #51 [core-keeper internal] load build context 12:32:33 #51 ... 12:32:33 12:32:33 #39 [security-proxy-setup internal] load build context 12:32:33 #39 ... 12:32:33 12:32:33 #52 [core-common-config-bootstrapper internal] load build context 12:32:33 #52 ... 12:32:33 12:32:33 #53 [security-bootstrapper internal] load build context 12:32:34 #53 ... 12:32:34 12:32:34 #54 [support-notifications internal] load build context 12:32:34 #54 ... 12:32:34 12:32:34 #55 [support-scheduler internal] load build context 12:32:34 #55 ... 12:32:34 12:32:34 #56 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 12:32:34 #0 8.187 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:32:34 #0 8.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:32:34 #0 8.638 (1/2) Installing dumb-init (1.2.5-r2) 12:32:34 #0 8.642 (2/2) Installing su-exec (0.2-r3) 12:32:34 #0 8.655 Executing busybox-1.36.1-r7.trigger 12:32:34 #0 8.663 OK: 7 MiB in 17 packages 12:32:34 #56 ... 12:32:34 12:32:34 #57 [security-spiffe-token-provider internal] load build context 12:32:34 #57 ... 12:32:34 12:32:34 #58 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init 12:32:34 #0 1.757 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:32:34 #0 1.924 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:32:34 #0 2.265 (1/1) Installing dumb-init (1.2.5-r2) 12:32:34 #0 2.265 Executing busybox-1.36.1-r7.trigger 12:32:34 #0 2.270 OK: 7 MiB in 16 packages 12:32:34 #58 ... 12:32:34 12:32:34 #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:32:34 #59 ... 12:32:34 12:32:34 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:32:35 #60 ... 12:32:35 12:32:35 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 12:32:35 #61 ... 12:32:35 12:32:35 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:35 #42 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 2.1s done 12:32:35 #42 ... 12:32:35 12:32:35 #62 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:32:35 #62 ... 12:32:35 12:32:35 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:32:35 #63 ... 12:32:35 12:32:35 #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 12:32:35 #0 3.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:32:35 #0 3.545 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:32:35 #0 3.802 (1/2) Installing ca-certificates (20240226-r0) 12:32:35 #0 3.807 (2/2) Installing dumb-init (1.2.5-r2) 12:32:35 #0 3.812 Executing busybox-1.36.1-r7.trigger 12:32:35 #0 3.815 Executing ca-certificates-20240226-r0.trigger 12:32:35 #0 3.868 OK: 8 MiB in 17 packages 12:32:35 #64 ... 12:32:35 12:32:35 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:32:35 #65 ... 12:32:35 12:32:35 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:32:35 #66 ... 12:32:35 12:32:35 #54 [support-notifications internal] load build context 12:32:36 #54 transferring context: 492.96MB 11.0s done 12:32:38 #1 [support-cron-scheduler internal] load build definition from Dockerfile 12:32:38 #1 transferring dockerfile: 1.85kB done 12:32:38 #1 DONE 0.1s 12:32:38 12:32:38 #2 [support-scheduler internal] load build definition from Dockerfile 12:32:38 #2 transferring dockerfile: 1.93kB done 12:32:38 #2 DONE 0.1s 12:32:38 12:32:38 #3 [security-spire-server internal] load build definition from Dockerfile 12:32:38 #3 transferring dockerfile: 1.70kB 0.0s done 12:32:38 #3 DONE 0.1s 12:32:38 12:32:38 #4 [security-spiffe-token-provider internal] load build definition from Dockerfile 12:32:38 #4 transferring dockerfile: 1.89kB done 12:32:38 #4 DONE 0.1s 12:32:38 12:32:38 #5 [core-command internal] load build definition from Dockerfile 12:32:38 #5 transferring dockerfile: 1.93kB 0.0s done 12:32:38 #5 DONE 0.1s 12:32:38 12:32:38 #6 [core-data internal] load build definition from Dockerfile 12:32:38 #6 transferring dockerfile: 2.01kB 0.0s done 12:32:38 #6 DONE 0.1s 12:32:39 12:32:39 #7 [support-notifications internal] load build definition from Dockerfile 12:32:39 #7 transferring dockerfile: 1.95kB done 12:32:39 #7 DONE 0.1s 12:32:39 12:32:39 #8 [core-metadata internal] load build definition from Dockerfile 12:32:39 #8 transferring dockerfile: 2.06kB 0.0s done 12:32:39 #8 DONE 0.1s 12:32:39 12:32:39 #9 [security-proxy-auth internal] load build definition from Dockerfile 12:32:39 #9 transferring dockerfile: 2.15kB done 12:32:39 #9 DONE 0.1s 12:32:39 12:32:39 #10 [security-spire-agent internal] load build definition from Dockerfile 12:32:39 #10 transferring dockerfile: 1.81kB 0.0s done 12:32:39 #10 DONE 0.1s 12:32:39 12:32:39 #11 [security-secretstore-setup internal] load build definition from Dockerfile 12:32:39 #11 transferring dockerfile: 2.49kB done 12:32:39 #11 DONE 0.1s 12:32:39 12:32:39 #12 [security-spire-config internal] load build definition from Dockerfile 12:32:39 #12 transferring dockerfile: 1.69kB done 12:32:39 #12 DONE 0.1s 12:32:39 12:32:39 #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile 12:32:39 #13 transferring dockerfile: 2.23kB done 12:32:39 #13 DONE 0.1s 12:32:39 12:32:39 #14 [security-bootstrapper internal] load build definition from Dockerfile 12:32:39 #14 transferring dockerfile: 3.17kB 0.0s done 12:32:39 #14 DONE 0.1s 12:32:39 12:32:39 #15 [core-keeper internal] load build definition from Dockerfile 12:32:39 #15 transferring dockerfile: 2.01kB 0.0s done 12:32:39 #15 DONE 0.1s 12:32:39 12:32:39 #16 [security-proxy-setup internal] load build definition from Dockerfile 12:32:39 #16 transferring dockerfile: 2.50kB done 12:32:39 #16 DONE 0.1s 12:32:39 12:32:39 #17 [support-cron-scheduler internal] load .dockerignore 12:32:39 #17 transferring context: 50B 0.0s done 12:32:39 #17 DONE 0.1s 12:32:40 12:32:40 #18 [support-scheduler internal] load .dockerignore 12:32:40 #18 transferring context: 50B done 12:32:40 #18 DONE 0.0s 12:32:40 12:32:40 #19 [security-spire-server internal] load .dockerignore 12:32:40 #19 transferring context: 50B done 12:32:40 #19 DONE 0.1s 12:32:40 12:32:40 #20 [security-spiffe-token-provider internal] load .dockerignore 12:32:40 #20 transferring context: 50B 0.0s done 12:32:40 #20 DONE 0.1s 12:32:40 12:32:40 #21 [core-command internal] load .dockerignore 12:32:40 #21 transferring context: 50B done 12:32:40 #21 DONE 0.1s 12:32:40 12:32:40 #22 [core-data internal] load .dockerignore 12:32:40 #22 transferring context: 50B done 12:32:40 #22 DONE 0.1s 12:32:40 12:32:40 #23 [support-notifications internal] load .dockerignore 12:32:40 #23 transferring context: 50B 0.0s done 12:32:40 #23 DONE 0.1s 12:32:40 12:32:40 #24 [core-metadata internal] load .dockerignore 12:32:40 #24 transferring context: 50B 0.0s done 12:32:40 #24 DONE 0.1s 12:32:40 12:32:40 #25 [security-proxy-auth internal] load .dockerignore 12:32:40 #25 transferring context: 50B done 12:32:40 #25 DONE 0.1s 12:32:40 12:32:40 #26 [security-spire-agent internal] load .dockerignore 12:32:40 #26 transferring context: 50B 0.0s done 12:32:40 #26 DONE 0.1s 12:32:40 12:32:40 #27 [security-secretstore-setup internal] load .dockerignore 12:32:40 #27 transferring context: 50B 0.0s done 12:32:40 #27 DONE 0.1s 12:32:40 12:32:40 #28 [security-spire-config internal] load .dockerignore 12:32:41 #28 transferring context: 50B 0.0s done 12:32:41 #28 DONE 0.1s 12:32:41 12:32:41 #29 [core-common-config-bootstrapper internal] load .dockerignore 12:32:41 #29 transferring context: 50B done 12:32:41 #29 DONE 0.0s 12:32:41 12:32:41 #30 [security-bootstrapper internal] load .dockerignore 12:32:41 #30 transferring context: 50B done 12:32:41 #30 DONE 0.0s 12:32:41 12:32:41 #31 [core-keeper internal] load .dockerignore 12:32:41 #31 transferring context: 50B done 12:32:41 #31 DONE 0.0s 12:32:41 #54 ... 12:32:41 12:32:41 #44 [core-command internal] load build context 12:32:41 #44 transferring context: 492.96MB 11.0s done 12:32:41 12:32:41 #32 [security-proxy-setup internal] load .dockerignore 12:32:41 #32 transferring context: 50B 0.0s done 12:32:41 #32 DONE 0.0s 12:32:41 12:32:41 #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:32:41 #33 DONE 0.0s 12:32:41 12:32:41 #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 12:32:41 #34 DONE 0.1s 12:32:41 12:32:41 #35 [support-cron-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:32:41 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:32:41 #44 ... 12:32:41 12:32:41 #46 [security-secretstore-setup internal] load build context 12:32:41 #46 transferring context: 492.96MB 10.4s done 12:32:41 #46 ... 12:32:41 12:32:41 #48 [security-proxy-auth internal] load build context 12:32:41 #48 transferring context: 492.96MB 11.2s done 12:32:41 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:32:41 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:32:41 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:32:41 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:32:41 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 12:32:41 #48 ... 12:32:41 12:32:41 #49 [core-data internal] load build context 12:32:41 #49 transferring context: 492.96MB 9.4s done 12:32:41 #49 ... 12:32:41 12:32:41 #50 [core-metadata internal] load build context 12:32:41 #50 transferring context: 492.96MB 12.6s done 12:32:41 #50 ... 12:32:41 12:32:41 #57 [security-spiffe-token-provider internal] load build context 12:32:41 #57 transferring context: 492.96MB 14.0s done 12:32:42 #35 ... 12:32:42 12:32:42 #36 [support-cron-scheduler internal] load build context 12:32:42 #36 transferring context: 2.95MB 0.6s done 12:32:42 #36 DONE 0.7s 12:32:42 12:32:42 #35 [support-cron-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:32:42 #35 ... 12:32:42 12:32:42 #37 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:32:42 #37 DONE 0.9s 12:32:42 12:32:42 #35 [support-cron-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:32:42 #35 ... 12:32:42 12:32:42 #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:32:42 #33 DONE 0.0s 12:32:42 12:32:42 #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:32:42 #33 DONE 0.0s 12:32:42 12:32:42 #37 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:32:42 #37 DONE 1.6s 12:32:42 12:32:42 #35 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:32:42 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:32:42 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:32:42 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:32:42 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:32:42 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:32:42 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:32:42 #35 ... 12:32:42 12:32:42 #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:32:42 #33 DONE 0.0s 12:32:42 12:32:42 #37 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:32:42 #37 DONE 1.7s 12:32:42 12:32:42 #38 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 12:32:42 #38 DONE 0.6s 12:32:42 12:32:42 #35 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:32:42 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:32:42 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:32:42 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:32:42 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:32:42 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:32:42 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:32:42 #57 ... 12:32:42 12:32:42 #47 [support-cron-scheduler internal] load build context 12:32:42 #47 transferring context: 492.96MB 14.6s done 12:32:42 #47 ... 12:32:42 12:32:42 #51 [core-keeper internal] load build context 12:32:42 #51 transferring context: 492.96MB 10.8s done 12:32:43 #35 ... 12:32:43 12:32:43 #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:32:43 #33 DONE 0.0s 12:32:43 12:32:43 #34 [core-data internal] load metadata for docker.io/library/alpine:3.18 12:32:43 #34 DONE 0.4s 12:32:43 12:32:43 #37 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:32:43 #37 DONE 1.7s 12:32:43 12:32:43 #38 [core-command builder 2/7] WORKDIR /edgex-go 12:32:43 #38 DONE 0.6s 12:32:43 12:32:43 #35 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:32:43 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:32:43 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:32:43 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:32:43 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:32:43 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:32:43 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:32:43 #35 ... 12:32:43 12:32:43 #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:32:43 #33 DONE 0.0s 12:32:43 #51 ... 12:32:43 12:32:43 #53 [security-bootstrapper internal] load build context 12:32:43 #53 transferring context: 492.96MB 13.9s done 12:32:43 12:32:43 #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:32:43 #33 DONE 0.0s 12:32:43 12:32:43 #37 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:32:43 #37 DONE 1.8s 12:32:43 12:32:43 #38 [support-notifications builder 2/7] WORKDIR /edgex-go 12:32:43 #38 DONE 0.7s 12:32:43 12:32:43 #35 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:32:43 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:32:43 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:32:43 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:32:43 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:32:43 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:32:43 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:32:43 #35 DONE 2.9s 12:32:43 12:32:43 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:32:43 #33 DONE 0.0s 12:32:43 12:32:43 #39 [security-spiffe-token-provider internal] load build context 12:32:43 #53 ... 12:32:43 12:32:43 #39 [security-proxy-setup internal] load build context 12:32:43 #39 transferring context: 492.96MB 12.4s done 12:32:43 #39 ... 12:32:43 12:32:43 #52 [core-common-config-bootstrapper internal] load build context 12:32:43 #52 transferring context: 492.96MB 10.4s done 12:32:44 #52 ... 12:32:44 12:32:44 #55 [support-scheduler internal] load build context 12:32:44 #55 transferring context: 492.96MB 10.9s done 12:32:44 #39 ... 12:32:44 12:32:44 #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:32:44 #33 DONE 0.0s 12:32:44 12:32:44 #39 [security-spiffe-token-provider internal] load build context 12:32:44 #39 ... 12:32:44 12:32:44 #37 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:32:44 #37 DONE 1.8s 12:32:44 12:32:44 #38 [core-metadata builder 2/7] WORKDIR /edgex-go 12:32:44 #38 DONE 0.7s 12:32:44 12:32:44 #35 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:32:44 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:32:44 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:32:44 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:32:44 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:32:44 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:32:44 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:32:44 #35 DONE 2.9s 12:32:44 12:32:44 #39 [security-spiffe-token-provider internal] load build context 12:32:44 #39 ... 12:32:44 12:32:44 #37 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:32:44 #37 DONE 1.9s 12:32:44 12:32:44 #38 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 12:32:44 #38 DONE 0.8s 12:32:44 12:32:44 #35 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:32:44 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:32:44 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:32:44 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:32:44 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:32:44 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:32:44 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:32:44 #35 DONE 2.9s 12:32:44 12:32:44 #39 [security-spiffe-token-provider internal] load build context 12:32:44 #39 ... 12:32:44 12:32:44 #37 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:32:44 #37 DONE 1.9s 12:32:44 12:32:44 #38 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 12:32:44 #38 DONE 0.8s 12:32:44 12:32:44 #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:32:44 #33 DONE 0.1s 12:32:44 12:32:44 #35 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:32:44 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:32:44 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:32:44 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:32:44 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:32:44 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:32:44 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:32:44 #35 DONE 2.9s 12:32:44 12:32:44 #39 [security-spiffe-token-provider internal] load build context 12:32:44 #39 transferring context: 2.95MB 1.6s done 12:32:44 #39 ... 12:32:44 12:32:44 #40 [support-scheduler internal] load build context 12:32:44 #40 transferring context: 2.95MB 1.6s done 12:32:44 #40 DONE 1.8s 12:32:44 12:32:44 #39 [security-spiffe-token-provider internal] load build context 12:32:44 #39 DONE 1.9s 12:32:44 12:32:44 #41 [core-command internal] load build context 12:32:44 #41 ... 12:32:44 12:32:44 #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:32:44 #33 DONE 0.2s 12:32:44 12:32:44 #41 [core-command internal] load build context 12:32:44 #41 ... 12:32:44 12:32:44 #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 12:32:44 #42 DONE 2.3s 12:32:44 12:32:44 #41 [core-command internal] load build context 12:32:44 #41 ... 12:32:44 12:32:44 #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:32:44 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:32:44 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:32:44 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:32:44 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:32:44 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:32:44 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:32:44 #35 DONE 2.9s 12:32:44 12:32:44 #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:32:44 #33 DONE 0.2s 12:32:44 12:32:44 #43 [core-data internal] load build context 12:32:44 #43 transferring context: 2.95MB 1.6s done 12:32:44 #43 DONE 2.0s 12:32:44 12:32:44 #41 [core-command internal] load build context 12:32:45 #41 ... 12:32:45 12:32:45 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:32:45 #33 DONE 0.3s 12:32:45 12:32:45 #41 [core-command internal] load build context 12:32:45 #41 transferring context: 2.95MB 2.3s done 12:32:45 #41 ... 12:32:45 12:32:45 #34 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 12:32:45 #34 DONE 2.9s 12:32:45 12:32:45 #44 [support-notifications internal] load build context 12:32:45 #44 transferring context: 2.95MB 1.2s done 12:32:46 #44 ... 12:32:46 12:32:46 #37 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:32:46 #37 DONE 2.0s 12:32:46 12:32:46 #38 [core-keeper builder 2/7] WORKDIR /edgex-go 12:32:46 #38 DONE 0.9s 12:32:46 12:32:46 #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:32:46 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:32:46 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:32:46 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:32:46 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:32:46 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:32:46 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:32:46 #35 DONE 3.1s 12:32:46 12:32:46 #35 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:32:46 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:32:46 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:32:46 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:32:46 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:32:46 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:32:46 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:32:46 #35 DONE 3.1s 12:32:46 12:32:46 #45 [security-proxy-setup internal] load build context 12:32:46 #45 DONE 0.0s 12:32:46 12:32:46 #46 [security-proxy-auth internal] load build context 12:32:46 #46 ... 12:32:46 12:32:46 #37 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:32:46 #37 DONE 2.0s 12:32:46 12:32:46 #38 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 12:32:46 #38 DONE 0.9s 12:32:46 12:32:46 #35 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:32:46 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:32:46 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:32:46 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:32:46 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:32:46 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:32:46 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:32:46 #35 DONE 3.1s 12:32:46 12:32:46 #47 [core-keeper internal] load build context 12:32:46 #47 DONE 0.0s 12:32:46 12:32:46 #46 [security-proxy-auth internal] load build context 12:32:46 #46 ... 12:32:46 12:32:46 #48 [security-bootstrapper internal] load build context 12:32:46 #48 DONE 0.0s 12:32:46 12:32:46 #49 [security-spire-config internal] load build context 12:32:46 #49 DONE 0.0s 12:32:46 12:32:46 #44 [support-notifications internal] load build context 12:32:46 #44 DONE 3.1s 12:32:46 12:32:46 #46 [security-proxy-auth internal] load build context 12:32:46 #46 ... 12:32:46 12:32:46 #41 [core-command internal] load build context 12:32:46 #41 DONE 3.8s 12:32:46 12:32:46 #46 [security-proxy-auth internal] load build context 12:32:47 #46 ... 12:32:47 12:32:47 #50 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 12:32:47 #50 DONE 3.5s 12:32:47 12:32:47 #46 [security-proxy-auth internal] load build context 12:32:47 #46 ... 12:32:47 12:32:47 #35 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:32:47 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:32:47 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:32:47 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:32:47 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:32:47 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:32:47 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:32:47 #35 DONE 3.1s 12:32:47 12:32:47 #46 [security-proxy-auth internal] load build context 12:32:47 #46 ... 12:32:47 12:32:47 #51 [security-spire-server internal] load build context 12:32:47 #51 transferring context: 27.23kB 0.2s done 12:32:47 #51 DONE 2.7s 12:32:47 12:32:47 #46 [security-proxy-auth internal] load build context 12:32:48 #46 ... 12:32:48 12:32:48 #49 [security-spire-config internal] load build context 12:32:48 #49 transferring context: 25.48kB 0.4s done 12:32:48 #49 DONE 1.9s 12:32:48 12:32:48 #46 [security-proxy-auth internal] load build context 12:32:48 #46 ... 12:32:48 12:32:48 #52 [security-secretstore-setup internal] load build context 12:32:48 #52 transferring context: 2.95MB 3.5s done 12:32:48 #52 DONE 4.7s 12:32:48 12:32:48 #46 [security-proxy-auth internal] load build context 12:32:50 #46 ... 12:32:50 12:32:50 #53 [core-metadata internal] load build context 12:32:50 #53 transferring context: 2.95MB 3.9s done 12:32:50 #53 DONE 5.8s 12:32:50 12:32:50 #46 [security-proxy-auth internal] load build context 12:32:51 #46 ... 12:32:51 12:32:51 #54 [security-spire-agent internal] load build context 12:32:51 #54 transferring context: 26.76kB 0.6s done 12:32:51 #54 DONE 3.6s 12:32:51 12:32:51 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:51 #55 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.4s done 12:32:51 #55 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 12:32:51 #55 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 12:32:51 #55 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 12:32:51 #55 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.8s done 12:32:51 #55 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.9s done 12:32:51 #55 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.0s done 12:32:51 #55 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.2s done 12:32:51 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 3.1s 12:32:51 #55 ... 12:32:51 12:32:51 #46 [security-proxy-auth internal] load build context 12:32:51 #46 transferring context: 2.95MB 6.3s done 12:32:52 #46 DONE 7.7s 12:32:52 12:32:52 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:52 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 4.0s 12:32:52 #55 ... 12:32:52 12:32:52 #56 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 12:32:52 #56 ... 12:32:52 12:32:52 #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 12:32:52 #0 7.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:32:52 #0 8.064 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:32:52 #0 9.875 OK: 266 MiB in 52 packages 12:32:52 #57 ... 12:32:52 12:32:52 #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 12:32:52 #0 8.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:32:52 #0 8.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:32:53 #58 ... 12:32:53 12:32:53 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:53 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.19MB / 28.04MB 5.0s 12:32:53 #55 ... 12:32:53 12:32:53 #57 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 12:32:53 #57 DONE 11.4s 12:32:53 12:32:53 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:53 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.29MB / 28.04MB 5.6s 12:32:53 #55 ... 12:32:53 12:32:53 #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:32:53 #59 ... 12:32:53 12:32:53 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:54 #55 ... 12:32:54 12:32:54 #60 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:32:54 #60 ... 12:32:54 12:32:54 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:32:54 #61 ... 12:32:54 12:32:54 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 12:32:54 #62 ... 12:32:54 12:32:54 #63 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 12:32:54 #0 9.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:32:54 #0 9.714 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:32:54 #63 ... 12:32:54 12:32:54 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:54 #55 ... 12:32:54 12:32:54 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 12:32:54 #64 ... 12:32:54 12:32:54 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:54 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 8.39MB / 28.04MB 6.7s 12:32:55 #55 ... 12:32:55 12:32:55 #47 [core-keeper internal] load build context 12:32:55 #47 transferring context: 2.95MB 6.5s done 12:32:55 #47 DONE 9.0s 12:32:55 12:32:55 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:32:55 #65 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 2.5s done 12:32:55 #65 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 12:32:55 #65 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 12:32:55 #65 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 12:32:55 #65 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 12:32:55 #65 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done 12:32:55 #65 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done 12:32:55 #65 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.0s done 12:32:55 #65 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 7.34MB / 18.32MB 4.2s 12:32:55 #65 ... 12:32:55 12:32:55 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:55 #55 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 12:32:55 #55 ... 12:32:55 12:32:55 #66 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:32:55 #66 ... 12:32:55 12:32:55 #63 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 12:32:55 #63 11.64 OK: 266 MiB in 52 packages 12:32:55 #63 ... 12:32:55 12:32:55 #67 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 12:32:55 #67 DONE 2.5s 12:32:56 12:32:56 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:32:56 #65 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 8.71MB / 18.32MB 5.1s 12:32:56 #65 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.3s done 12:32:56 #65 ... 12:32:56 12:32:56 #48 [security-bootstrapper internal] load build context 12:32:56 #48 ... 12:32:56 12:32:56 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:32:56 #68 ... 12:32:56 12:32:56 #45 [security-proxy-setup internal] load build context 12:32:56 #45 ... 12:32:56 12:32:56 #69 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:32:56 #69 ... 12:32:56 12:32:56 #70 [core-common-config-bootstrapper internal] load build context 12:32:56 #70 ... 12:32:56 12:32:56 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:56 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.58MB / 28.04MB 8.8s 12:32:56 #55 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.3s done 12:32:57 #55 ... 12:32:57 12:32:57 #71 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:32:57 #71 ... 12:32:57 12:32:57 #63 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 12:32:57 #63 DONE 13.1s 12:32:57 12:32:57 #72 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 12:32:57 #72 ... 12:32:57 12:32:57 #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:32:57 #73 ... 12:32:57 12:32:57 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:57 #55 ... 12:32:57 12:32:57 #56 [core-data builder 3/7] RUN apk add --update --no-cache make git 12:32:57 #56 10.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:32:57 #56 11.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:32:57 #56 13.41 OK: 266 MiB in 52 packages 12:32:57 #56 DONE 15.0s 12:32:57 12:32:57 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:57 #55 ... 12:32:57 12:32:57 #45 [security-proxy-setup internal] load build context 12:32:57 #45 transferring context: 2.95MB 8.9s done 12:32:57 #45 DONE 11.3s 12:32:57 12:32:57 #70 [core-common-config-bootstrapper internal] load build context 12:32:57 #70 transferring context: 2.95MB 8.7s done 12:32:57 #70 DONE 11.4s 12:32:57 12:32:57 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:57 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.68MB / 28.04MB 9.6s 12:32:58 #55 ... 12:32:58 12:32:58 #48 [security-bootstrapper internal] load build context 12:32:58 #48 transferring context: 2.95MB 10.0s done 12:32:58 #48 DONE 12.2s 12:32:58 12:32:58 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:58 #55 ... 12:32:58 12:32:58 #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 12:32:58 #58 10.72 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 12:32:58 #58 10.72 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 12:32:58 #58 10.72 OK: 19953 distinct packages available 12:32:58 #58 11.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:32:58 #58 12.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:32:58 #58 14.48 OK: 266 MiB in 52 packages 12:32:58 #58 DONE 15.8s 12:32:58 12:32:58 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:58 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.36MB / 28.04MB 10.5s 12:32:59 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.83MB / 28.04MB 11.3s 12:32:59 #55 ... 12:32:59 12:32:59 #74 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 12:32:59 #74 DONE 2.1s 12:32:59 12:32:59 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:59 #55 ... 12:32:59 12:32:59 #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 12:32:59 #75 DONE 2.1s 12:32:59 12:32:59 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:32:59 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.57MB / 28.04MB 11.6s 12:33:00 #55 ... 12:33:00 12:33:00 #76 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 12:33:00 #76 DONE 1.4s 12:33:00 12:33:00 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:00 #55 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 12:33:00 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 20.97MB / 28.04MB 12.1s 12:33:00 #55 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done 12:33:00 #55 ... 12:33:00 12:33:00 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:00 #68 DONE 14.1s 12:33:00 12:33:00 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:00 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.84MB / 28.04MB 12.4s 12:33:01 #55 ... 12:33:01 12:33:01 #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:33:01 #59 12.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:01 #59 13.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:01 #59 16.61 (1/1) Installing dumb-init (1.2.5-r2) 12:33:01 #59 16.63 Executing busybox-1.36.1-r7.trigger 12:33:01 #59 16.71 OK: 8 MiB in 16 packages 12:33:01 #59 DONE 18.0s 12:33:01 12:33:01 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:01 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.91MB / 28.04MB 13.7s 12:33:02 #55 ... 12:33:02 12:33:02 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 12:33:02 #64 11.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:02 #64 12.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:02 #64 14.77 (1/4) Installing ca-certificates (20240226-r0) 12:33:02 #64 15.18 (2/4) Installing dumb-init (1.2.5-r2) 12:33:02 #64 15.19 (3/4) Installing su-exec (0.2-r3) 12:33:02 #64 15.20 (4/4) Installing yq (4.33.3-r5) 12:33:02 #64 15.96 Executing busybox-1.36.1-r7.trigger 12:33:02 #64 16.16 Executing ca-certificates-20240226-r0.trigger 12:33:02 #64 17.08 OK: 18 MiB in 19 packages 12:33:02 #64 DONE 17.9s 12:33:02 12:33:02 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:03 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.88MB / 28.04MB 14.9s 12:33:03 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 15.6s done 12:33:03 #55 ... 12:33:03 12:33:03 #69 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:03 #69 DONE 17.2s 12:33:03 12:33:03 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:03 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 15.6s done 12:33:03 #55 ... 12:33:03 12:33:03 #62 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 12:33:03 #62 14.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:03 #62 15.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:03 #62 18.52 (1/2) Installing ca-certificates (20240226-r0) 12:33:03 #62 18.81 (2/2) Installing dumb-init (1.2.5-r2) 12:33:03 #62 18.83 Executing busybox-1.36.1-r7.trigger 12:33:03 #62 18.87 Executing ca-certificates-20240226-r0.trigger 12:33:03 #62 19.64 OK: 9 MiB in 17 packages 12:33:03 #62 DONE 20.8s 12:33:04 12:33:04 #77 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 12:33:04 #77 ... 12:33:04 12:33:04 #60 [security-proxy-auth stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:33:04 #60 14.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:04 #60 16.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:04 #60 19.51 (1/1) Installing dumb-init (1.2.5-r2) 12:33:04 #60 19.51 Executing busybox-1.36.1-r7.trigger 12:33:04 #60 19.65 OK: 8 MiB in 16 packages 12:33:04 #60 DONE 20.8s 12:33:04 12:33:04 #78 [core-common-config-bootstrapper stage-1 3/7] RUN apk --no-cache upgrade 12:33:06 #78 ... 12:33:06 12:33:06 #79 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:33:06 #79 ... 12:33:06 12:33:06 #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:33:06 #73 19.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:06 #73 ... 12:33:06 12:33:06 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:33:06 #65 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 7.2s done 12:33:06 #65 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.0s done 12:33:06 #65 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 12:33:07 #65 ... 12:33:07 12:33:07 #71 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:33:07 #71 20.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:07 #71 ... 12:33:07 12:33:07 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:33:07 #61 13.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:07 #61 14.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:07 #61 17.98 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 12:33:07 #61 17.98 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 12:33:07 #61 17.98 OK: 19946 distinct packages available 12:33:07 #61 18.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:07 #61 19.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:07 #61 21.54 (1/11) Installing ca-certificates (20240226-r0) 12:33:07 #61 21.67 (2/11) Installing brotli-libs (1.0.9-r14) 12:33:07 #61 21.70 (3/11) Installing libunistring (1.1-r1) 12:33:07 #61 21.78 (4/11) Installing libidn2 (2.3.4-r1) 12:33:07 #61 21.78 (5/11) Installing nghttp2-libs (1.57.0-r0) 12:33:07 #61 21.79 (6/11) Installing libcurl (8.9.0-r0) 12:33:07 #61 21.83 (7/11) Installing curl (8.9.0-r0) 12:33:07 #61 21.86 (8/11) Installing dumb-init (1.2.5-r2) 12:33:07 #61 21.87 (9/11) Installing musl-obstack (1.2.3-r2) 12:33:07 #61 21.88 (10/11) Installing libucontext (1.2-r2) 12:33:07 #61 21.89 (11/11) Installing gcompat (1.1.0-r1) 12:33:07 #61 21.90 Executing busybox-1.36.1-r7.trigger 12:33:07 #61 22.05 Executing ca-certificates-20240226-r0.trigger 12:33:07 #61 22.72 OK: 13 MiB in 26 packages 12:33:07 #61 ... 12:33:07 12:33:07 #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:33:07 #73 20.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:07 #73 ... 12:33:07 12:33:07 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:33:07 #61 DONE 23.7s 12:33:07 12:33:07 #71 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:33:07 #71 20.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:09 #71 ... 12:33:09 12:33:09 #80 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:33:09 #80 ... 12:33:09 12:33:09 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:09 #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12:33:09 #55 ... 12:33:09 12:33:09 #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:33:09 #81 ... 12:33:09 12:33:09 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:10 #55 ... 12:33:10 12:33:10 #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:33:10 #82 ... 12:33:10 12:33:10 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:33:10 #65 ... 12:33:10 12:33:10 #83 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 12:33:10 #83 ... 12:33:10 12:33:10 #71 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:33:10 #71 23.82 (1/4) Installing dumb-init (1.2.5-r2) 12:33:10 #71 23.84 (2/4) Installing openssl (3.1.6-r0) 12:33:10 #71 23.90 (3/4) Installing su-exec (0.2-r3) 12:33:10 #71 ... 12:33:10 12:33:10 #66 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:33:10 #66 18.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:10 #66 19.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:10 #66 20.78 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 12:33:10 #66 20.78 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 12:33:10 #66 20.78 OK: 19946 distinct packages available 12:33:10 #66 21.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:10 #66 21.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:10 #66 24.07 (1/5) Installing dumb-init (1.2.5-r2) 12:33:10 #66 24.11 (2/5) Installing musl-obstack (1.2.3-r2) 12:33:10 #66 24.12 (3/5) Installing libucontext (1.2-r2) 12:33:10 #66 24.13 (4/5) Installing gcompat (1.1.0-r1) 12:33:10 #66 24.16 (5/5) Installing openssl (3.1.6-r0) 12:33:10 #66 24.23 Executing busybox-1.36.1-r7.trigger 12:33:10 #66 24.35 OK: 9 MiB in 20 packages 12:33:10 #66 DONE 25.5s 12:33:10 12:33:10 #71 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:33:10 #71 23.95 (4/4) Installing yq (4.33.3-r5) 12:33:11 #71 ... 12:33:11 12:33:11 #84 [core-data stage-1 3/7] RUN apk --no-cache upgrade 12:33:11 #0 9.866 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:11 #84 ... 12:33:11 12:33:11 #71 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:33:11 #71 25.02 Executing busybox-1.36.1-r7.trigger 12:33:12 #71 25.10 OK: 18 MiB in 19 packages 12:33:13 #71 ... 12:33:13 12:33:13 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 12:33:13 #0 9.973 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:13 #85 ... 12:33:13 12:33:13 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:13 #55 ... 12:33:13 12:33:13 #72 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 12:33:13 #72 20.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:13 #72 21.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:13 #72 24.74 (1/2) Installing dumb-init (1.2.5-r2) 12:33:13 #72 24.77 (2/2) Installing su-exec (0.2-r3) 12:33:13 #72 24.82 Executing busybox-1.36.1-r7.trigger 12:33:13 #72 24.95 OK: 8 MiB in 17 packages 12:33:13 #72 DONE 26.4s 12:33:13 12:33:13 #71 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:33:13 #71 DONE 26.7s 12:33:13 12:33:13 #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 12:33:13 #86 ... 12:33:13 12:33:13 #87 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 12:33:13 #0 9.702 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:14 #87 ... 12:33:14 12:33:14 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:15 #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.0s 12:33:17 #55 ... 12:33:17 12:33:17 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 12:33:17 #0 8.538 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:17 #88 ... 12:33:17 12:33:17 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:20 #55 ... 12:33:20 12:33:20 #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:33:20 #73 23.20 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 12:33:20 #73 23.20 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 12:33:20 #73 23.20 OK: 19946 distinct packages available 12:33:20 #73 24.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:20 #73 26.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:20 #73 31.99 (1/4) Installing dumb-init (1.2.5-r2) 12:33:20 #73 32.00 (2/4) Installing musl-obstack (1.2.3-r2) 12:33:20 #73 32.03 (3/4) Installing libucontext (1.2-r2) 12:33:20 #73 32.11 (4/4) Installing gcompat (1.1.0-r1) 12:33:20 #73 32.16 Executing busybox-1.36.1-r7.trigger 12:33:20 #73 32.32 OK: 8 MiB in 19 packages 12:33:20 #73 ... 12:33:20 12:33:20 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:20 #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.1s 12:33:20 #55 ... 12:33:20 12:33:20 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:33:20 #65 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 13.6s done 12:33:20 #65 ... 12:33:20 12:33:20 #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 12:33:20 #0 7.459 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:20 #0 9.815 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:21 #89 ... 12:33:21 12:33:21 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:21 #55 ... 12:33:21 12:33:21 #83 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 12:33:21 #83 10.86 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:21 #83 12.86 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:21 #83 19.94 OK: 266 MiB in 52 packages 12:33:21 #83 ... 12:33:21 12:33:21 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:21 #55 ... 12:33:21 12:33:21 #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:33:21 #73 DONE 34.5s 12:33:21 12:33:21 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:21 #55 ... 12:33:21 12:33:21 #83 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 12:33:21 #83 DONE 21.4s 12:33:22 12:33:22 #78 [core-common-config-bootstrapper stage-1 3/7] RUN apk --no-cache upgrade 12:33:22 #78 9.167 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:22 #78 11.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:22 #78 16.08 OK: 8 MiB in 16 packages 12:33:22 #78 DONE 17.9s 12:33:22 12:33:22 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:22 #55 ... 12:33:22 12:33:22 #84 [core-data stage-1 3/7] RUN apk --no-cache upgrade 12:33:22 #84 11.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:22 #84 19.22 OK: 8 MiB in 16 packages 12:33:22 #84 DONE 20.5s 12:33:22 12:33:22 #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ 12:33:22 #90 ... 12:33:22 12:33:22 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 12:33:22 #85 12.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:22 #85 17.91 OK: 18 MiB in 19 packages 12:33:22 #85 DONE 19.9s 12:33:23 12:33:23 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:23 #55 ... 12:33:23 12:33:23 #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ 12:33:23 #90 DONE 1.1s 12:33:23 12:33:23 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:23 #55 ... 12:33:23 12:33:23 #77 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 12:33:23 #77 9.843 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:23 #77 12.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:23 #77 17.49 OK: 9 MiB in 17 packages 12:33:23 #77 DONE 20.2s 12:33:23 12:33:23 #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:33:23 #91 ... 12:33:23 12:33:23 #92 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 12:33:23 #0 5.224 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:23 #0 7.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:23 #92 ... 12:33:23 12:33:23 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:25 #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.1s done 12:33:25 #55 ... 12:33:25 12:33:25 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 12:33:25 #88 10.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:25 #88 17.23 OK: 13 MiB in 26 packages 12:33:25 #88 DONE 18.2s 12:33:25 12:33:25 #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 12:33:25 #89 15.08 OK: 9 MiB in 20 packages 12:33:26 #89 ... 12:33:26 12:33:26 #87 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 12:33:26 #87 12.02 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:26 #87 19.41 (1/1) Installing dumb-init (1.2.5-r2) 12:33:26 #87 20.50 Executing busybox-1.36.1-r7.trigger 12:33:26 #87 20.69 OK: 8 MiB in 16 packages 12:33:26 #87 DONE 22.1s 12:33:26 12:33:26 #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 12:33:26 #86 5.224 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:26 #86 7.501 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:26 #86 12.55 OK: 18 MiB in 19 packages 12:33:26 #86 ... 12:33:26 12:33:26 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:26 #55 ... 12:33:26 12:33:26 #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 12:33:26 #89 DONE 15.9s 12:33:26 12:33:26 #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 12:33:27 #93 ... 12:33:27 12:33:27 #92 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 12:33:27 #92 12.89 OK: 8 MiB in 17 packages 12:33:27 #92 DONE 13.4s 12:33:27 12:33:27 #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 12:33:27 #86 DONE 13.5s 12:33:27 12:33:27 #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 12:33:27 #94 DONE 0.3s 12:33:27 12:33:27 #95 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 12:33:28 #95 ... 12:33:28 12:33:28 #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 12:33:28 #93 DONE 2.1s 12:33:28 12:33:28 #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:33:30 #96 DONE 1.5s 12:33:30 12:33:30 #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:33:30 #97 DONE 1.7s 12:33:30 12:33:30 #95 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 12:33:30 #95 DONE 3.1s 12:33:30 12:33:30 #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / 12:33:30 #98 DONE 0.3s 12:33:30 12:33:30 #99 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 12:33:30 #99 DONE 0.4s 12:33:30 12:33:30 #100 [security-spire-agent stage-3 7/10] COPY security.txt / 12:33:30 #100 ... 12:33:30 12:33:30 #101 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 12:33:30 #101 DONE 0.4s 12:33:30 12:33:30 #100 [security-spire-agent stage-3 7/10] COPY security.txt / 12:33:30 #100 DONE 0.2s 12:33:30 12:33:30 #102 [security-spire-server stage-2 6/9] COPY security.txt / 12:33:30 #102 DONE 0.2s 12:33:30 12:33:30 #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 12:33:31 #103 ... 12:33:31 12:33:31 #104 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 12:33:31 #104 DONE 0.2s 12:33:31 12:33:31 #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 12:33:31 #103 DONE 0.3s 12:33:31 12:33:31 #105 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 12:33:31 #105 DONE 0.2s 12:33:31 12:33:31 #106 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 12:33:31 #106 ... 12:33:31 12:33:31 #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 12:33:31 #107 DONE 0.2s 12:33:31 12:33:31 #106 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 12:33:31 #106 DONE 0.2s 12:33:31 12:33:31 #108 [security-spire-agent] exporting to image 12:33:31 #108 exporting layers 12:33:31 #108 ... 12:33:31 12:33:31 #109 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 12:33:31 #0 4.829 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:31 #0 6.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:31 #0 9.046 OK: 8 MiB in 19 packages 12:33:31 #109 ... 12:33:31 12:33:31 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 12:33:31 #110 DONE 0.5s 12:33:31 12:33:31 #109 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 12:33:31 #109 DONE 10.2s 12:33:31 12:33:31 #108 [security-spire-server] exporting to image 12:33:34 #108 ... 12:33:34 12:33:34 #111 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:33:34 #111 DONE 2.1s 12:33:34 12:33:34 #112 [security-spire-config stage-2 5/10] COPY Attribution.txt / 12:33:34 #112 DONE 0.1s 12:33:34 12:33:34 #113 [security-spire-config stage-2 6/10] COPY security.txt / 12:33:34 #113 DONE 0.1s 12:33:34 12:33:34 #80 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:33:34 #80 ... 12:33:34 12:33:34 #114 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 12:33:34 #114 DONE 0.1s 12:33:34 12:33:34 #108 [security-spire-agent] exporting to image 12:33:34 #108 exporting layers 2.6s done 12:33:34 #108 writing image sha256:24accfd15d2bb43bfc7659ba422f5f60d6ccb1a12d4f6b0cef5a66dfb03a2df7 done 12:33:34 #108 naming to docker.io/library/security-spire-agent-arm64 done 12:33:34 #108 writing image sha256:99dc51d357a6077b98999dd576815ce5b3de3b71739d8247f8a4fafcffe277cb done 12:33:34 #108 naming to docker.io/library/security-spire-server-arm64 done 12:33:34 #108 DONE 3.2s 12:33:34 12:33:34 #115 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 12:33:34 #115 DONE 0.1s 12:33:34 12:33:34 #116 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 12:33:34 #116 DONE 0.1s 12:33:34 12:33:34 #108 [security-spire-config] exporting to image 12:33:36 #108 exporting layers 1.5s done 12:33:36 #108 writing image sha256:d5bae39387464ffac42d4f8ffd678be6f957670d3cef956e2d19f23b24658658 done 12:33:36 #108 naming to docker.io/library/security-spire-config-arm64 done 12:33:36 #108 DONE 4.6s 12:33:36 12:33:36 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:51 #55 ... 12:33:51 12:33:51 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:33:51 #63 81.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:51 #63 81.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:51 #63 ... 12:33:51 12:33:51 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:33:51 #38 DONE 84.3s 12:33:51 12:33:51 #46 [security-secretstore-setup internal] load build context 12:33:51 #46 DONE 86.8s 12:33:51 12:33:51 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:33:51 #63 81.99 (1/1) Installing dumb-init (1.2.5-r2) 12:33:51 #63 81.99 Executing busybox-1.36.1-r7.trigger 12:33:51 #63 82.00 OK: 7 MiB in 16 packages 12:33:51 #63 ... 12:33:51 12:33:51 #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 12:33:51 #64 DONE 83.9s 12:33:51 12:33:51 #58 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 12:33:51 #58 DONE 84.0s 12:33:51 12:33:51 #62 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:51 #62 DONE 82.7s 12:33:51 12:33:51 #49 [core-data internal] load build context 12:33:51 #49 DONE 86.0s 12:33:51 12:33:51 #67 [core-command stage-1 3/9] RUN apk --no-cache upgrade 12:33:51 #67 ... 12:33:51 12:33:51 #56 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 12:33:51 #56 DONE 83.2s 12:33:51 12:33:51 #48 [security-proxy-auth internal] load build context 12:33:51 #48 DONE 87.7s 12:33:51 12:33:51 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:33:51 #66 81.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:51 #66 81.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:51 #66 82.11 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 12:33:51 #66 82.11 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 12:33:51 #66 82.11 OK: 20070 distinct packages available 12:33:51 #66 82.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:51 #66 82.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:51 #66 82.60 (1/11) Installing ca-certificates (20240226-r0) 12:33:51 #66 82.63 (2/11) Installing brotli-libs (1.0.9-r14) 12:33:51 #66 82.64 (3/11) Installing libunistring (1.1-r1) 12:33:51 #66 82.65 (4/11) Installing libidn2 (2.3.4-r1) 12:33:51 #66 82.66 (5/11) Installing nghttp2-libs (1.57.0-r0) 12:33:51 #66 82.66 (6/11) Installing libcurl (8.9.0-r0) 12:33:51 #66 82.68 (7/11) Installing curl (8.9.0-r0) 12:33:51 #66 82.68 (8/11) Installing dumb-init (1.2.5-r2) 12:33:51 #66 82.68 (9/11) Installing musl-obstack (1.2.3-r2) 12:33:51 #66 82.69 (10/11) Installing libucontext (1.2-r2) 12:33:51 #66 82.69 (11/11) Installing gcompat (1.1.0-r1) 12:33:51 #66 82.70 Executing busybox-1.36.1-r7.trigger 12:33:51 #66 82.70 Executing ca-certificates-20240226-r0.trigger 12:33:51 #66 82.76 OK: 12 MiB in 26 packages 12:33:51 #66 ... 12:33:51 12:33:51 #44 [core-command internal] load build context 12:33:51 #44 DONE 83.8s 12:33:51 12:33:51 #51 [core-keeper internal] load build context 12:33:51 #51 DONE 84.6s 12:33:51 12:33:51 #50 [core-metadata internal] load build context 12:33:51 #50 DONE 86.3s 12:33:51 12:33:51 #52 [core-common-config-bootstrapper internal] load build context 12:33:51 #52 DONE 84.0s 12:33:51 12:33:51 #39 [security-proxy-setup internal] load build context 12:33:51 #39 DONE 84.8s 12:33:51 12:33:51 #54 [support-notifications internal] load build context 12:33:51 #54 DONE 84.1s 12:33:51 12:33:51 #47 [support-cron-scheduler internal] load build context 12:33:51 #47 DONE 88.3s 12:33:51 12:33:51 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:33:51 #65 82.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:51 #65 83.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:51 #65 83.25 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 12:33:51 #65 83.25 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 12:33:51 #65 83.25 OK: 20070 distinct packages available 12:33:51 #65 83.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:51 #65 83.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:51 #65 ... 12:33:51 12:33:51 #55 [support-scheduler internal] load build context 12:33:51 #55 DONE 84.0s 12:33:51 12:33:51 #53 [security-bootstrapper internal] load build context 12:33:51 #53 DONE 84.2s 12:33:51 12:33:51 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:33:51 #65 83.65 (1/4) Installing dumb-init (1.2.5-r2) 12:33:51 #65 83.65 (2/4) Installing musl-obstack (1.2.3-r2) 12:33:51 #65 83.65 (3/4) Installing libucontext (1.2-r2) 12:33:51 #65 83.65 (4/4) Installing gcompat (1.1.0-r1) 12:33:51 #65 83.66 Executing busybox-1.36.1-r7.trigger 12:33:51 #65 83.67 OK: 8 MiB in 19 packages 12:33:51 #65 ... 12:33:51 12:33:51 #57 [security-spiffe-token-provider internal] load build context 12:33:51 #57 DONE 84.6s 12:33:51 12:33:51 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:33:51 #63 DONE 84.4s 12:33:51 12:33:51 #68 [core-data stage-1 3/7] RUN apk --no-cache upgrade 12:33:51 #68 ... 12:33:51 12:33:51 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:33:51 #66 DONE 84.5s 12:33:51 12:33:51 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 12:33:51 #61 81.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:51 #61 81.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:51 #61 81.80 (1/4) Installing ca-certificates (20240226-r0) 12:33:51 #61 81.86 (2/4) Installing dumb-init (1.2.5-r2) 12:33:51 #61 81.86 (3/4) Installing su-exec (0.2-r3) 12:33:51 #61 81.87 (4/4) Installing yq (4.33.3-r5) 12:33:51 #61 81.93 Executing busybox-1.36.1-r7.trigger 12:33:51 #61 81.94 Executing ca-certificates-20240226-r0.trigger 12:33:51 #61 81.98 OK: 17 MiB in 19 packages 12:33:51 #61 DONE 84.3s 12:33:51 12:33:51 #59 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:33:51 #59 81.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:51 #59 81.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:51 #59 82.16 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 12:33:51 #59 82.16 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 12:33:51 #59 82.16 OK: 20070 distinct packages available 12:33:51 #59 82.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:51 #59 82.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:51 #59 82.57 (1/5) Installing dumb-init (1.2.5-r2) 12:33:51 #59 82.57 (2/5) Installing musl-obstack (1.2.3-r2) 12:33:51 #59 82.58 (3/5) Installing libucontext (1.2-r2) 12:33:51 #59 82.58 (4/5) Installing gcompat (1.1.0-r1) 12:33:51 #59 82.59 (5/5) Installing openssl (3.1.6-r0) 12:33:51 #59 82.60 Executing busybox-1.36.1-r7.trigger 12:33:51 #59 82.61 OK: 8 MiB in 20 packages 12:33:51 #59 DONE 85.7s 12:33:51 12:33:51 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:33:51 #60 82.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:51 #60 82.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:51 #60 82.97 (1/4) Installing dumb-init (1.2.5-r2) 12:33:51 #60 82.97 (2/4) Installing openssl (3.1.6-r0) 12:33:51 #60 82.98 (3/4) Installing su-exec (0.2-r3) 12:33:51 #60 82.99 (4/4) Installing yq (4.33.3-r5) 12:33:51 #60 83.04 Executing busybox-1.36.1-r7.trigger 12:33:51 #60 83.05 OK: 17 MiB in 19 packages 12:33:51 #60 DONE 84.6s 12:33:51 12:33:51 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:33:51 #65 DONE 84.5s 12:33:51 12:33:51 #69 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 12:33:51 #69 ... 12:33:51 12:33:51 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:33:51 #42 DONE 91.0s 12:33:51 12:33:51 #67 [core-command stage-1 3/9] RUN apk --no-cache upgrade 12:33:51 #67 2.802 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:51 #67 2.893 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:51 #67 3.104 OK: 7 MiB in 16 packages 12:33:51 #67 DONE 4.8s 12:33:51 12:33:51 #45 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64 12:33:51 #45 DONE 92.1s 12:33:51 12:33:51 #70 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 12:33:51 #0 4.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:51 #0 4.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:51 #0 4.660 OK: 8 MiB in 17 packages 12:33:51 #70 DONE 4.8s 12:33:51 12:33:51 #71 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 12:33:51 #71 DONE 0.9s 12:33:51 12:33:51 #72 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 12:33:51 #0 2.558 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:51 #0 2.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:51 #0 2.921 OK: 7 MiB in 17 packages 12:33:51 #72 DONE 3.0s 12:33:51 12:33:51 #73 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 12:33:51 #73 ... 12:33:51 12:33:51 #68 [core-data stage-1 3/7] RUN apk --no-cache upgrade 12:33:51 #68 1.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:51 #68 1.864 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:51 #68 2.047 OK: 7 MiB in 16 packages 12:33:51 #68 DONE 2.7s 12:33:51 12:33:51 #74 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 12:33:51 #74 ... 12:33:51 12:33:51 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 12:33:51 #0 2.559 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:51 #0 3.041 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:51 #0 3.744 (1/1) Installing dumb-init (1.2.5-r2) 12:33:51 #0 4.054 Executing busybox-1.36.1-r7.trigger 12:33:51 #0 4.060 OK: 7 MiB in 16 packages 12:33:51 #75 DONE 4.3s 12:33:51 12:33:51 #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 12:33:51 #0 2.470 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:51 #0 2.601 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:51 #0 2.841 OK: 12 MiB in 26 packages 12:33:51 #76 DONE 3.0s 12:33:51 12:33:51 #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 12:33:51 #0 2.484 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:51 #0 2.617 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:51 #0 2.869 OK: 17 MiB in 19 packages 12:33:51 #77 DONE 3.0s 12:33:51 12:33:51 #78 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 12:33:51 #0 3.765 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:51 #0 3.852 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:51 #0 4.046 OK: 8 MiB in 20 packages 12:33:51 #78 DONE 4.2s 12:33:51 12:33:51 #79 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:33:53 #79 DONE 2.1s 12:33:53 12:33:53 #80 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 12:33:53 #80 DONE 2.1s 12:33:53 12:33:53 #69 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 12:33:53 #69 4.963 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:53 #69 5.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:53 #69 5.252 OK: 8 MiB in 19 packages 12:33:55 #69 ... 12:33:55 12:33:55 #81 [security-spire-server stage-2 5/9] COPY Attribution.txt / 12:33:55 #81 DONE 1.4s 12:33:55 12:33:55 #82 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 12:33:55 #0 4.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:55 #0 5.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:55 #0 5.288 OK: 17 MiB in 19 packages 12:33:55 #82 DONE 6.5s 12:33:55 12:33:55 #83 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:33:55 #83 DONE 1.5s 12:33:55 12:33:55 #69 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 12:33:55 #69 DONE 6.4s 12:33:55 12:33:55 #84 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 12:33:55 #84 ... 12:33:55 12:33:55 #85 [security-spire-server stage-2 6/9] COPY security.txt / 12:33:55 #85 DONE 0.2s 12:33:55 12:33:55 #86 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 12:33:56 #86 ... 12:33:56 12:33:56 #87 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 12:33:56 #87 DONE 1.2s 12:33:56 12:33:56 #73 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 12:33:56 #73 6.861 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:56 #73 6.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:56 #73 7.162 OK: 264 MiB in 52 packages 12:33:56 #73 DONE 7.8s 12:33:56 12:33:56 #88 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 12:33:56 #88 ... 12:33:56 12:33:56 #89 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 12:33:56 #0 5.014 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:56 #0 5.110 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:56 #0 5.344 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 12:33:56 #0 5.344 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 12:33:56 #0 5.344 OK: 20077 distinct packages available 12:33:56 #0 5.387 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:56 #0 5.471 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:56 #0 5.715 OK: 264 MiB in 52 packages 12:33:56 #89 DONE 6.5s 12:33:56 12:33:56 #84 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 12:33:56 #84 DONE 1.4s 12:33:56 12:33:56 #90 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:56 #90 DONE 6.7s 12:33:56 12:33:56 #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:33:56 #91 DONE 1.6s 12:33:56 12:33:56 #92 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 12:33:56 #92 ... 12:33:56 12:33:56 #86 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 12:33:56 #86 DONE 1.6s 12:33:56 12:33:56 #93 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 12:33:57 #93 ... 12:33:57 12:33:57 #94 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 12:33:57 #94 DONE 0.6s 12:33:57 12:33:57 #95 [security-spire-config stage-2 5/10] COPY Attribution.txt / 12:33:57 #95 DONE 0.5s 12:33:57 12:33:57 #88 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 12:33:57 #88 DONE 0.7s 12:33:57 12:33:57 #96 [security-spire-agent stage-3 7/10] COPY security.txt / 12:33:57 #96 DONE 0.7s 12:33:57 12:33:57 #97 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 12:33:57 #97 ... 12:33:57 12:33:57 #98 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 12:33:57 #98 DONE 7.3s 12:33:57 12:33:57 #93 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 12:33:57 #93 DONE 0.6s 12:33:57 12:33:57 #74 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 12:33:57 #74 7.496 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:57 #74 ... 12:33:57 12:33:57 #99 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 12:33:57 #99 DONE 0.3s 12:33:57 12:33:57 #97 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 12:33:57 #97 DONE 0.3s 12:33:57 12:33:57 #100 [security-spire-config stage-2 6/10] COPY security.txt / 12:33:57 #100 DONE 0.4s 12:33:57 12:33:57 #101 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 12:33:57 #101 DONE 0.2s 12:33:57 12:33:57 #102 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 12:33:57 #102 DONE 0.1s 12:33:57 12:33:57 #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 12:33:57 #103 DONE 0.1s 12:33:57 12:33:57 #104 [security-spire-server] exporting to image 12:33:57 #104 exporting layers 12:33:58 #104 ... 12:33:58 12:33:58 #105 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 12:33:58 #105 DONE 0.4s 12:33:58 12:33:58 #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 12:33:58 #106 DONE 0.4s 12:33:58 12:33:58 #107 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 12:33:58 #0 9.038 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:58 #0 9.141 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:58 #0 9.448 OK: 264 MiB in 52 packages 12:33:58 #107 DONE 9.6s 12:33:58 12:33:58 #104 [security-spire-agent] exporting to image 12:33:58 #104 ... 12:33:58 12:33:58 #108 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 12:33:58 #108 DONE 0.3s 12:33:58 12:33:58 #74 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 12:33:58 #74 7.677 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:58 #74 8.012 OK: 264 MiB in 52 packages 12:33:58 #74 DONE 9.2s 12:33:58 12:33:58 #109 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 12:33:58 #109 DONE 0.2s 12:33:58 12:33:58 #110 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:33:58 #110 ... 12:33:58 12:33:58 #111 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 12:33:58 #111 DONE 0.3s 12:33:58 12:33:58 #104 [security-spire-server] exporting to image 12:33:58 #104 exporting layers 0.8s done 12:33:58 #104 writing image sha256:fa8079dc257ef31f5f70597f631a7dc690ff63a9bcfe1e757b84dad4029d4d2f 0.0s done 12:33:58 #104 naming to docker.io/library/security-spire-server done 12:33:59 #104 exporting layers 1.1s done 12:33:59 #104 writing image sha256:e9ae496f246c22c03af2c6eca5b53f525540c91e31ab80e735e1df4f05b76b57 0.1s done 12:33:59 #104 naming to docker.io/library/security-spire-agent 12:33:59 #104 naming to docker.io/library/security-spire-agent 0.0s done 12:33:59 #104 exporting layers 1.3s done 12:33:59 #104 writing image sha256:193fff35d4acb515ea1b15d58f105cab6208628b5bdbf971134fecfb695deff8 0.0s done 12:33:59 #104 naming to docker.io/library/security-spire-config done 12:33:59 #104 DONE 1.8s 12:33:59 12:33:59 #92 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 12:33:59 #92 1.380 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:33:59 #92 1.840 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:33:59 #92 2.565 OK: 264 MiB in 52 packages 12:33:59 #92 DONE 3.0s 12:33:59 12:33:59 #112 [core-keeper builder 5/8] COPY go.mod vendor* ./ 12:34:00 #112 DONE 0.3s 12:34:00 12:34:00 #113 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:08 #113 ... 12:34:08 12:34:08 #114 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:08 #114 ... 12:34:08 12:34:08 #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:08 #115 ... 12:34:08 12:34:08 #116 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:58 #55 ... 12:34:58 12:34:58 #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:58 #91 DONE 88.9s 12:34:58 12:34:58 #80 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:58 #80 DONE 112.9s 12:34:58 12:34:58 #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:58 #82 DONE 112.2s 12:34:58 12:34:58 #79 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:58 #79 DONE 116.2s 12:34:58 12:34:58 #117 [security-secretstore-setup builder 6/7] COPY . . 12:34:58 #117 ... 12:34:58 12:34:58 #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:58 #81 DONE 112.7s 12:34:58 12:34:58 #118 [support-scheduler builder 6/7] COPY . . 12:34:58 #118 DONE 1.4s 12:34:58 12:34:58 #119 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:58 #119 CACHED 12:34:58 12:34:58 #120 [support-notifications builder 6/7] COPY . . 12:34:58 #120 CACHED 12:34:58 12:34:58 #121 [support-notifications builder 4/7] COPY go.mod vendor* ./ 12:34:58 #121 CACHED 12:34:58 12:34:58 #122 [security-spiffe-token-provider builder 6/7] COPY . . 12:34:58 #122 DONE 1.5s 12:34:58 12:34:58 #123 [support-cron-scheduler builder 6/7] COPY . . 12:34:58 #123 DONE 1.5s 12:34:58 12:34:58 #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:34:58 #124 ... 12:34:58 12:34:58 #125 [core-keeper builder 7/8] COPY . . 12:34:58 #125 DONE 1.5s 12:34:58 12:34:58 #126 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 12:34:58 #126 CACHED 12:34:58 12:34:58 #127 [security-proxy-setup builder 6/7] COPY . . 12:34:58 #127 CACHED 12:34:58 12:34:58 #128 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:58 #128 CACHED 12:34:58 12:34:58 #129 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:58 #129 CACHED 12:34:58 12:34:58 #130 [core-common-config-bootstrapper builder 6/7] COPY . . 12:34:58 #130 CACHED 12:34:58 12:34:58 #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 12:34:58 #131 CACHED 12:34:58 12:34:58 #132 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 12:34:58 #132 CACHED 12:34:58 12:34:58 #133 [security-bootstrapper builder 6/7] COPY . . 12:34:58 #133 CACHED 12:34:58 12:34:58 #134 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:58 #134 CACHED 12:34:58 12:34:58 #117 [security-secretstore-setup builder 6/7] COPY . . 12:34:58 #117 DONE 1.5s 12:34:58 12:34:58 #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:58 #135 CACHED 12:34:58 12:34:58 #136 [security-proxy-auth builder 6/7] COPY . . 12:34:58 #136 CACHED 12:34:58 12:34:58 #137 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 12:34:58 #137 CACHED 12:34:58 12:34:58 #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ 12:34:58 #138 CACHED 12:34:58 12:34:58 #139 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:58 #139 CACHED 12:34:58 12:34:58 #140 [core-metadata builder 6/7] COPY . . 12:34:58 #140 CACHED 12:34:58 12:34:58 #141 [core-data builder 4/7] COPY go.mod vendor* ./ 12:34:58 #141 CACHED 12:34:58 12:34:58 #142 [core-data builder 6/7] COPY . . 12:34:58 #142 CACHED 12:34:58 12:34:58 #143 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:58 #143 CACHED 12:34:58 12:34:58 #144 [core-command builder 4/7] COPY go.mod vendor* ./ 12:34:58 #144 CACHED 12:34:58 12:34:58 #145 [core-command builder 6/7] COPY . . 12:34:58 #145 CACHED 12:34:58 12:34:58 #146 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:58 #146 CACHED 12:34:58 12:34:58 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 12:34:59 #147 ... 12:34:59 12:34:59 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 12:34:59 #0 5.127 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 12:35:00 #148 ... 12:35:00 12:35:00 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 12:35:00 #147 6.240 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:35:04 #147 ... 12:35:04 12:35:04 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:35:04 #0 5.338 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 12:35:04 #149 ... 12:35:04 12:35:04 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 12:35:04 #0 6.208 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:35:04 #150 ... 12:35:04 12:35:04 #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 12:35:04 #0 4.933 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:35:04 #151 ... 12:35:04 12:35:04 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 12:35:04 #0 6.289 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 12:35:04 #152 ... 12:35:04 12:35:04 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 12:35:04 #0 6.529 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 12:35:04 #153 ... 12:35:04 12:35:04 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 12:35:04 #0 5.726 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 12:35:04 #154 ... 12:35:04 12:35:04 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:35:04 #0 6.375 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 12:35:04 #155 ... 12:35:04 12:35:04 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 12:35:04 #0 6.345 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 12:35:04 #156 ... 12:35:04 12:35:04 #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 12:35:04 #0 6.385 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 12:35:05 #157 ... 12:35:05 12:35:05 #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 12:35:05 #0 4.752 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:35:05 #116 DONE 65.8s 12:35:05 12:35:05 #113 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:35:05 #113 DONE 64.3s 12:35:05 12:35:05 #110 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:35:05 #110 DONE 65.9s 12:35:05 12:35:05 #117 [core-keeper builder 7/8] COPY . . 12:35:05 #117 ... 12:35:05 12:35:05 #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:35:05 #115 DONE 67.4s 12:35:05 12:35:05 #114 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:35:05 #114 DONE 67.4s 12:35:05 12:35:05 #118 [security-spiffe-token-provider builder 6/7] COPY . . 12:35:05 #158 ... 12:35:05 12:35:05 #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:35:05 #124 6.274 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:35:15 #118 ... 12:35:15 12:35:15 #119 [support-cron-scheduler builder 6/7] COPY . . 12:35:15 #119 ... 12:35:15 12:35:15 #120 [security-proxy-auth builder 6/7] COPY . . 12:35:15 #120 ... 12:35:15 12:35:15 #121 [security-secretstore-setup builder 6/7] COPY . . 12:35:27 #121 DONE 22.5s 12:35:27 12:35:27 #122 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 12:35:27 #122 CACHED 12:35:27 12:35:27 #123 [security-proxy-setup builder 6/7] COPY . . 12:35:27 #123 CACHED 12:35:27 12:35:27 #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:35:27 #124 CACHED 12:35:27 12:35:27 #125 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:35:27 #125 CACHED 12:35:27 12:35:27 #126 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 12:35:27 #126 CACHED 12:35:27 12:35:27 #127 [security-bootstrapper builder 6/7] COPY . . 12:35:27 #127 CACHED 12:35:27 12:35:27 #128 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:35:27 #128 CACHED 12:35:27 12:35:27 #129 [support-notifications builder 4/7] COPY go.mod vendor* ./ 12:35:27 #129 CACHED 12:35:27 12:35:27 #130 [support-notifications builder 6/7] COPY . . 12:35:27 #130 CACHED 12:35:27 12:35:27 #119 [support-cron-scheduler builder 6/7] COPY . . 12:35:27 #119 DONE 22.8s 12:35:27 12:35:27 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 12:35:27 #131 ... 12:35:27 12:35:27 #117 [core-keeper builder 7/8] COPY . . 12:35:27 #117 DONE 22.8s 12:35:27 12:35:27 #118 [security-spiffe-token-provider builder 6/7] COPY . . 12:35:27 #118 DONE 22.6s 12:35:27 12:35:27 #120 [security-proxy-auth builder 6/7] COPY . . 12:35:27 #120 DONE 22.6s 12:35:27 12:35:27 #132 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:35:27 #132 CACHED 12:35:27 12:35:27 #133 [support-scheduler builder 6/7] COPY . . 12:35:27 #133 CACHED 12:35:27 12:35:27 #134 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 12:35:27 #134 CACHED 12:35:27 12:35:27 #135 [core-command builder 6/7] COPY . . 12:35:27 #135 CACHED 12:35:27 12:35:27 #136 [core-command builder 4/7] COPY go.mod vendor* ./ 12:35:27 #136 CACHED 12:35:27 12:35:27 #137 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:35:27 #137 CACHED 12:35:27 12:35:27 #138 [core-common-config-bootstrapper builder 6/7] COPY . . 12:35:27 #138 CACHED 12:35:27 12:35:27 #139 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:35:27 #139 CACHED 12:35:27 12:35:27 #140 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 12:35:27 #140 CACHED 12:35:27 12:35:27 #141 [core-metadata builder 6/7] COPY . . 12:35:27 #141 CACHED 12:35:27 12:35:27 #142 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:35:27 #142 CACHED 12:35:27 12:35:27 #143 [core-metadata builder 4/7] COPY go.mod vendor* ./ 12:35:27 #143 CACHED 12:35:27 12:35:27 #144 [core-data builder 4/7] COPY go.mod vendor* ./ 12:35:27 #144 CACHED 12:35:27 12:35:27 #145 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:35:27 #145 CACHED 12:35:27 12:35:27 #146 [core-data builder 6/7] COPY . . 12:35:27 #146 CACHED 12:35:27 12:35:27 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:35:30 #147 3.037 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:35:37 #147 ... 12:35:37 12:35:37 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:35:37 #0 1.003 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:35:37 #148 ... 12:35:37 12:35:37 #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 12:35:37 #0 1.478 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 12:35:37 #149 ... 12:35:37 12:35:37 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 12:35:37 #0 2.146 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 12:35:37 #150 ... 12:35:37 12:35:37 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 12:35:37 #0 0.711 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 12:35:37 #151 ... 12:35:37 12:35:37 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:35:37 #0 4.762 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 12:35:37 #152 ... 12:35:37 12:35:37 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 12:35:37 #0 2.937 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:35:37 #153 ... 12:35:37 12:35:37 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 12:35:37 #0 0.993 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 12:35:38 #154 ... 12:35:38 12:35:38 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 12:35:38 #0 4.759 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 12:35:38 #155 ... 12:35:38 12:35:38 #156 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:35:38 #0 2.509 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 12:35:38 #156 ... 12:35:38 12:35:38 #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 12:35:38 #0 0.595 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:35:38 #157 ... 12:35:38 12:35:38 #158 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 12:35:38 #0 1.734 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 12:35:38 #158 ... 12:35:38 12:35:38 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 12:35:38 #131 1.560 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:37:00 #131 ... 12:37:00 12:37:00 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:37:00 #148 87.09 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:38:36 #148 ... 12:38:36 12:38:36 #156 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:38:36 #156 DONE 189.1s 12:38:36 12:38:36 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 12:38:36 #155 DONE 189.1s 12:38:36 12:38:36 #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 12:38:36 #149 DONE 189.2s 12:38:36 12:38:36 #159 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:38:36 #159 ... 12:38:36 12:38:36 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:38:36 #147 DONE 189.2s 12:38:36 12:38:36 #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 12:38:36 #157 DONE 189.4s 12:38:36 12:38:36 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 12:38:36 #154 DONE 189.3s 12:38:36 12:38:36 #160 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 12:38:38 #160 ... 12:38:38 12:38:38 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 12:38:38 #131 DONE 190.9s 12:38:38 12:38:38 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 12:38:38 #151 DONE 190.9s 12:38:38 12:38:38 #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 12:38:38 #161 ... 12:38:38 12:38:38 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:38:38 #148 DONE 191.3s 12:38:38 12:38:38 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 12:38:38 #150 DONE 191.2s 12:38:38 12:38:38 #162 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:38:38 #162 ... 12:38:38 12:38:38 #158 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 12:38:38 #158 DONE 191.3s 12:38:38 12:38:38 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:38:38 #152 DONE 191.2s 12:38:38 12:38:38 #163 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 12:38:38 #163 ... 12:38:38 12:38:38 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 12:38:38 #153 DONE 191.5s 12:38:39 12:38:39 #164 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:38:39 #164 ... 12:38:39 12:38:39 #165 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 12:38:39 #165 DONE 2.7s 12:38:39 12:38:39 #160 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 12:38:39 #160 DONE 2.7s 12:38:39 12:38:39 #162 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:38:39 #162 DONE 2.8s 12:38:39 12:38:39 #166 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:38:39 #166 ... 12:38:39 12:38:39 #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 12:38:39 #161 DONE 1.1s 12:38:39 12:38:39 #159 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:38:39 #159 DONE 2.9s 12:38:39 12:38:39 #163 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 12:38:39 #163 DONE 1.1s 12:38:39 12:38:39 #167 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 12:38:39 #167 ... 12:38:39 12:38:39 #168 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 12:38:39 #168 DONE 0.8s 12:38:39 12:38:39 #164 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:38:39 #164 DONE 0.8s 12:38:39 12:38:39 #169 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:38:39 #169 CACHED 12:38:39 12:38:39 #170 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:38:39 #170 CACHED 12:38:39 12:38:39 #171 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 12:38:39 #171 CACHED 12:38:39 12:38:39 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 12:38:39 #172 CACHED 12:38:39 12:38:39 #173 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 12:38:39 #173 CACHED 12:38:39 12:38:39 #174 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 12:38:39 #174 CACHED 12:38:39 12:38:39 #175 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 12:38:39 #175 CACHED 12:38:39 12:38:39 #176 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 12:38:39 #176 CACHED 12:38:39 12:38:39 #177 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 12:38:39 #177 DONE 0.5s 12:38:39 12:38:39 #178 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:38:40 #178 ... 12:38:40 12:38:40 #179 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:38:40 #179 DONE 1.1s 12:38:40 12:38:40 #180 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:38:40 #180 CACHED 12:38:40 12:38:40 #181 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:38:40 #181 CACHED 12:38:40 12:38:40 #167 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 12:38:40 #167 DONE 1.1s 12:38:40 12:38:40 #166 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:38:40 #166 DONE 1.1s 12:38:40 12:38:40 #182 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:38:41 #182 ... 12:38:41 12:38:41 #183 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 12:38:41 #183 DONE 1.9s 12:38:41 12:38:41 #184 [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 12:38:42 #184 ... 12:38:42 12:38:42 #185 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:38:42 #185 DONE 2.7s 12:38:42 12:38:42 #186 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 12:38:42 #186 DONE 2.7s 12:38:42 12:38:42 #187 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 12:38:42 #187 DONE 3.1s 12:38:42 12:38:42 #188 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 12:38:43 #188 ... 12:38:43 12:38:43 #189 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 12:38:43 #189 DONE 3.9s 12:38:43 12:38:43 #190 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 12:38:44 #190 ... 12:38:44 12:38:44 #191 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:38:44 #191 DONE 4.4s 12:38:44 12:38:44 #192 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 12:38:46 #192 ... 12:38:46 12:38:46 #178 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:38:46 #178 DONE 6.4s 12:38:46 12:38:46 #193 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 12:38:46 #193 DONE 6.3s 12:38:46 12:38:46 #194 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:38:46 #194 DONE 6.5s 12:38:46 12:38:46 #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 12:38:46 #195 ... 12:38:46 12:38:46 #196 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:38:46 #196 DONE 6.4s 12:38:46 12:38:46 #182 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:38:46 #182 DONE 6.6s 12:38:46 12:38:46 #197 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 12:38:47 #197 ... 12:38:47 12:38:47 #198 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 12:38:47 #198 DONE 6.7s 12:38:47 12:38:47 #199 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 12:38:47 #199 ... 12:38:47 12:38:47 #200 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 12:38:47 #200 DONE 6.2s 12:38:47 12:38:47 #201 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 12:38:47 #201 ... 12:38:47 12:38:47 #202 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 12:38:47 #202 DONE 5.3s 12:38:47 12:38:47 #184 [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 12:38:47 #184 DONE 6.1s 12:38:47 12:38:47 #192 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 12:38:47 #192 DONE 5.4s 12:38:47 12:38:47 #104 [core-keeper] exporting to image 12:38:47 #104 exporting layers 12:38:47 #104 ... 12:38:47 12:38:47 #188 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 12:38:47 #188 DONE 5.5s 12:38:48 12:38:48 #203 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 12:38:48 #203 ... 12:38:48 12:38:48 #190 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 12:38:48 #190 DONE 4.5s 12:38:48 12:38:48 #204 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 12:38:48 #204 DONE 2.5s 12:38:48 12:38:48 #104 [support-scheduler] exporting to image 12:38:48 #104 ... 12:38:48 12:38:48 #205 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 12:38:48 #205 DONE 2.5s 12:38:48 12:38:48 #206 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 12:38:48 #206 ... 12:38:48 12:38:48 #207 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 12:38:48 #207 DONE 2.7s 12:38:48 12:38:48 #104 [core-command] exporting to image 12:38:49 #104 ... 12:38:49 12:38:49 #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 12:38:49 #195 DONE 3.0s 12:38:49 12:38:49 #197 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 12:38:49 #197 DONE 2.6s 12:38:49 12:38:49 #104 [core-data] exporting to image 12:38:49 #104 ... 12:38:49 12:38:49 #208 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 12:38:49 #208 DONE 2.6s 12:38:49 12:38:49 #104 [support-notifications] exporting to image 12:38:49 #104 ... 12:38:49 12:38:49 #201 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 12:38:49 #201 DONE 2.6s 12:38:49 12:38:49 #209 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 12:38:50 #209 ... 12:38:50 12:38:50 #199 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 12:38:50 #199 DONE 3.5s 12:38:50 12:38:50 #210 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:38:51 #210 ... 12:38:51 12:38:51 #211 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 12:38:51 #211 DONE 3.6s 12:38:51 12:38:51 #212 [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 12:38:51 #212 DONE 3.6s 12:38:51 12:38:51 #104 [security-spiffe-token-provider] exporting to image 12:38:51 #104 writing image sha256:cd1e7dd5c0391608a50f0560fc1a1ef106db9ac15e964e8c43d632bceb6b54fc 0.2s done 12:38:51 #104 naming to docker.io/library/core-keeper 0.1s done 12:38:51 #104 ... 12:38:51 12:38:51 #203 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 12:38:51 #203 DONE 3.5s 12:38:51 12:38:51 #104 [security-spiffe-token-provider] exporting to image 12:38:51 #104 writing image sha256:f0ba7e7b42b60537db825f9ec6481e39cd677c5125c0929931cfdcd8e2eea964 12:38:51 #104 writing image sha256:f0ba7e7b42b60537db825f9ec6481e39cd677c5125c0929931cfdcd8e2eea964 0.0s done 12:38:51 #104 naming to docker.io/library/core-command 0.1s done 12:38:51 #104 writing image sha256:ebea756e45b2c1cc2688fb0cd5ec7a7b92b85da30e47bf0d883530c62abc50f5 12:38:52 #104 writing image sha256:ebea756e45b2c1cc2688fb0cd5ec7a7b92b85da30e47bf0d883530c62abc50f5 0.7s done 12:38:52 #104 naming to docker.io/library/support-scheduler 12:38:52 #104 ... 12:38:52 12:38:52 #206 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 12:38:52 #206 DONE 4.2s 12:38:52 12:38:52 #104 [support-scheduler] exporting to image 12:38:52 #104 naming to docker.io/library/support-scheduler done 12:38:52 #104 ... 12:38:52 12:38:52 #213 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 12:38:52 #213 DONE 3.8s 12:38:52 12:38:52 #209 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 12:38:52 #209 DONE 3.6s 12:38:52 12:38:52 #104 [support-scheduler] exporting to image 12:38:52 #104 exporting layers 3.4s done 12:38:53 #104 exporting layers 2.4s done 12:38:53 #104 ... 12:38:53 12:38:53 #210 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:38:53 #210 DONE 3.3s 12:38:53 12:38:53 #104 [core-metadata] exporting to image 12:38:53 #104 exporting layers 4.0s done 12:38:53 #104 writing image sha256:45bc0ccf946f64dafaf0a255a9f806b0b76b4b84f01a1086e0fbae4a164f43d8 12:38:54 #104 ... 12:38:54 12:38:54 #214 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 12:38:54 #214 DONE 2.7s 12:38:54 12:38:54 #104 [core-data] exporting to image 12:38:54 #104 writing image sha256:45bc0ccf946f64dafaf0a255a9f806b0b76b4b84f01a1086e0fbae4a164f43d8 0.2s done 12:38:54 #104 naming to docker.io/library/core-data 0.1s done 12:38:54 #104 writing image sha256:53739a8256b00ef5c49c36088661906e09f46e0e33d490e07aee0c4a78cd010c 12:38:54 #104 ... 12:38:54 12:38:54 #215 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:38:54 #215 DONE 2.8s 12:38:54 12:38:54 #104 [core-data] exporting to image 12:38:54 #104 exporting layers 3.1s done 12:38:54 #104 writing image sha256:33ba146b589233afdd61264e4f4a0c3e0d4e98a3292c6e484ad55716a039115d 12:38:54 #104 writing image sha256:53739a8256b00ef5c49c36088661906e09f46e0e33d490e07aee0c4a78cd010c 0.5s done 12:38:54 #104 naming to docker.io/library/support-cron-scheduler 12:38:54 #104 exporting layers 1.6s done 12:38:54 #104 writing image sha256:33ba146b589233afdd61264e4f4a0c3e0d4e98a3292c6e484ad55716a039115d 0.2s done 12:38:54 #104 naming to docker.io/library/support-cron-scheduler 0.0s done 12:38:54 #104 naming to docker.io/library/support-notifications 0.0s done 12:38:54 #104 writing image sha256:a79799a021dc5b189a59df09e504439b074741569de913da7af6b2121fc614f9 12:38:55 #104 writing image sha256:a79799a021dc5b189a59df09e504439b074741569de913da7af6b2121fc614f9 0.2s done 12:38:55 #104 naming to docker.io/library/security-spiffe-token-provider 12:38:55 #104 writing image sha256:35c7672d0572d989c694459000aaaa3e76b91c2974a81b5838b8878e285226ae 12:38:55 #104 naming to docker.io/library/security-spiffe-token-provider 0.1s done 12:38:55 #104 writing image sha256:35c7672d0572d989c694459000aaaa3e76b91c2974a81b5838b8878e285226ae done 12:38:55 #104 naming to docker.io/library/core-metadata 0.0s done 12:38:55 #104 DONE 10.0s 12:38:55 12:38:55 #216 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 12:38:55 #216 ... 12:38:55 12:38:55 #217 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 12:38:55 #217 DONE 1.8s 12:38:55 12:38:55 #218 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:38:55 #218 DONE 2.8s 12:38:55 12:38:55 #104 [core-common-config-bootstrapper] exporting to image 12:38:55 #104 ... 12:38:55 12:38:55 #219 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:38:55 #219 DONE 3.0s 12:38:55 12:38:55 #104 [security-proxy-auth] exporting to image 12:38:55 #104 ... 12:38:55 12:38:55 #216 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 12:38:55 #216 DONE 1.4s 12:38:55 12:38:55 #220 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:38:55 #220 DONE 1.8s 12:38:55 12:38:55 #104 [security-proxy-auth] exporting to image 12:38:55 #104 exporting layers 0.4s done 12:38:55 #104 writing image sha256:97faccc8b3f364dfa711a79c668488f9e502b49d64bfaabfbaec59baf5824b45 12:38:56 #104 writing image sha256:97faccc8b3f364dfa711a79c668488f9e502b49d64bfaabfbaec59baf5824b45 0.3s done 12:38:56 #104 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 12:38:56 #104 ... 12:38:56 12:38:56 #221 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:38:56 #221 DONE 0.7s 12:38:56 12:38:56 #222 [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/ 12:38:56 #222 DONE 0.8s 12:38:56 12:38:56 #104 [security-proxy-auth] exporting to image 12:38:56 #104 exporting layers 0.9s done 12:38:56 #104 writing image sha256:420d6a63dfc4201b3c0e85705158c029d5260d3b48663fd0b01a547504845c49 done 12:38:56 #104 naming to docker.io/library/security-proxy-auth 0.0s done 12:38:56 #104 DONE 11.3s 12:38:56 12:38:56 #223 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 12:38:56 #223 ... 12:38:56 12:38:56 #224 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:38:56 #224 DONE 1.3s 12:38:56 12:38:56 #223 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 12:38:56 #223 DONE 0.3s 12:38:56 12:38:56 #225 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:38:56 #225 DONE 0.4s 12:38:56 12:38:56 #226 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:38:57 #226 ... 12:38:57 12:38:57 #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/ 12:38:57 #227 DONE 0.1s 12:38:57 12:38:57 #228 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 12:38:57 #228 DONE 0.1s 12:38:57 12:38:57 #104 [security-proxy-setup] exporting to image 12:38:57 #104 exporting layers 0.5s done 12:38:57 #104 writing image sha256:e2ff93e2ae36f8c3dac0b49479f1f05818f5efe4227f3daa3d0340713f235f13 done 12:38:57 #104 naming to docker.io/library/security-proxy-setup 0.0s done 12:38:57 #104 DONE 11.6s 12:38:57 12:38:57 #229 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:38:57 #229 DONE 0.3s 12:38:57 12:38:57 #226 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:38:57 #226 DONE 0.5s 12:38:57 12:38:57 #104 [security-secretstore-setup] exporting to image 12:38:58 #104 ... 12:38:58 12:38:58 #230 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 12:38:58 #230 DONE 1.3s 12:38:58 12:38:58 #104 [security-bootstrapper] exporting to image 12:38:59 #104 exporting layers 1.9s done 12:38:59 #104 writing image sha256:efa42ccfb119cae4906e14546c47293b2b5f72bb5c68c194842907694c9d2c7b 0.0s done 12:38:59 #104 naming to docker.io/library/security-secretstore-setup done 12:38:59 #104 exporting layers 1.2s done 12:38:59 #104 writing image sha256:c8520c7e28b10658367ef0dd8ce5c7e324436acfe837bb0b906d4e80d86748f7 done 12:38:59 #104 naming to docker.io/library/security-bootstrapper done 12:38:59 #104 DONE 13.6s 12:38:59 time="2024-08-01T12:32:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:38:59 time="2024-08-01T12:32:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:38:59 time="2024-08-01T12:32:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:38:59 time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:38:59 time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:38:59 time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:38:59 time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:38:59 time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:38:59 time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:38:59 time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:38:59 time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:38:59 time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:38:59 time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:38:59 time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:38:59 time="2024-08-01T12:32:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:38:59 time="2024-08-01T12:32:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 12:38:59 $ docker stop --time=1 ed5f952a4ede865bb332ff13c92e7795024199f323beaa6a56a1d0e7a6cbfed0 12:39:01 $ docker rm -f --volumes ed5f952a4ede865bb332ff13c92e7795024199f323beaa6a56a1d0e7a6cbfed0 [Pipeline] // withDockerContainer [Pipeline] sh 12:39:01 + docker images 12:39:01 REPOSITORY TAG IMAGE ID CREATED SIZE 12:39:01 security-bootstrapper latest c8520c7e28b1 3 seconds ago 18.9MB 12:39:01 security-secretstore-setup latest efa42ccfb119 4 seconds ago 36.9MB 12:39:01 security-proxy-setup latest e2ff93e2ae36 5 seconds ago 26.2MB 12:39:01 security-proxy-auth latest 420d6a63dfc4 6 seconds ago 33MB 12:39:01 core-common-config-bootstrapper latest 97faccc8b3f3 6 seconds ago 15.2MB 12:39:01 core-metadata latest 35c7672d0572 9 seconds ago 39.6MB 12:39:01 security-spiffe-token-provider latest a79799a021dc 10 seconds ago 28.8MB 12:39:01 support-notifications latest 33ba146b5892 12 seconds ago 42.3MB 12:39:01 support-cron-scheduler latest 53739a8256b0 12 seconds ago 42.2MB 12:39:01 core-data latest 45bc0ccf946f 12 seconds ago 39.5MB 12:39:01 support-scheduler latest ebea756e45b2 13 seconds ago 41.8MB 12:39:01 core-command latest f0ba7e7b42b6 13 seconds ago 35.4MB 12:39:01 core-keeper latest cd1e7dd5c039 14 seconds ago 39.4MB 12:39:01 security-spire-config latest 193fff35d4ac 5 minutes ago 120MB 12:39:01 security-spire-agent latest e9ae496f246c 5 minutes ago 182MB 12:39:01 security-spire-server latest fa8079dc257e 5 minutes ago 121MB 12:39:01 ci-base-image-x86_64 latest 723b9720fd96 10 minutes ago 969MB 12:39:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 3 months ago 565MB 12:39:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 14 months ago 334MB 12:39:01 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 12:39:01 provisioning config files... 12:39:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/662@tmp/config17079024209894688572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:39:02 ---> ****-login.sh 12:39:02 nexus3.edgexfoundry.org:10001 12:39:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:39:02 Configure a credential helper to remove this warning. See 12:39:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:39:02 12:39:02 Login Succeeded 12:39:02 nexus3.edgexfoundry.org:10002 12:39:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:39:02 Configure a credential helper to remove this warning. See 12:39:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:39:02 12:39:02 Login Succeeded 12:39:02 nexus3.edgexfoundry.org:10003 12:39:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:39:02 Configure a credential helper to remove this warning. See 12:39:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:39:02 12:39:02 Login Succeeded 12:39:02 nexus3.edgexfoundry.org:10004 12:39:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:39:02 Configure a credential helper to remove this warning. See 12:39:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:39:02 12:39:02 Login Succeeded 12:39:02 ****.io 12:39:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:39:03 Configure a credential helper to remove this warning. See 12:39:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:39:03 12:39:03 Login Succeeded 12:39:03 ---> ****-login.sh ends [Pipeline] } 12:39:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:39:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 12:39:03 [edgeXDocker.push] Tagging docker image core-command with the following tags: 12:39:03 a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:03 latest 12:39:03 3.2.0-dev.44 12:39:03 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:03 main 12:39:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:03 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:03 + docker push nexus3.edgexfoundry.org:10004/core-command:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 12:39:03 9f2fcf0cd046: Preparing 12:39:03 d41159e2d4f4: Preparing 12:39:03 4504d5788e6f: Preparing 12:39:03 f4a969244362: Preparing 12:39:03 566643ae4b9d: Preparing 12:39:03 118a214cc333: Preparing 12:39:03 ce7f800efff9: Preparing 12:39:03 118a214cc333: Waiting 12:39:03 ce7f800efff9: Waiting 12:39:03 f4a969244362: Pushed 12:39:03 566643ae4b9d: Pushed 12:39:03 4504d5788e6f: Pushed 12:39:03 9f2fcf0cd046: Pushed 12:39:04 ce7f800efff9: Layer already exists 12:39:04 118a214cc333: Pushed 12:39:06 d41159e2d4f4: Pushed 12:39:06 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:22574ce1b4788c5dab123f9a5cd6edbf44f0c74e9c337807460880c41389fe09 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:06 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:07 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 12:39:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 12:39:07 9f2fcf0cd046: Preparing 12:39:07 d41159e2d4f4: Preparing 12:39:07 4504d5788e6f: Preparing 12:39:07 f4a969244362: Preparing 12:39:07 566643ae4b9d: Preparing 12:39:07 118a214cc333: Preparing 12:39:07 ce7f800efff9: Preparing 12:39:07 118a214cc333: Waiting 12:39:07 ce7f800efff9: Waiting 12:39:07 d41159e2d4f4: Layer already exists 12:39:07 4504d5788e6f: Layer already exists 12:39:07 f4a969244362: Layer already exists 12:39:07 566643ae4b9d: Layer already exists 12:39:07 9f2fcf0cd046: Layer already exists 12:39:07 118a214cc333: Layer already exists 12:39:07 ce7f800efff9: Layer already exists 12:39:07 latest: digest: sha256:22574ce1b4788c5dab123f9a5cd6edbf44f0c74e9c337807460880c41389fe09 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:07 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:07 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.44 12:39:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 12:39:07 9f2fcf0cd046: Preparing 12:39:07 d41159e2d4f4: Preparing 12:39:07 4504d5788e6f: Preparing 12:39:07 f4a969244362: Preparing 12:39:07 566643ae4b9d: Preparing 12:39:07 118a214cc333: Preparing 12:39:07 ce7f800efff9: Preparing 12:39:07 118a214cc333: Waiting 12:39:07 ce7f800efff9: Waiting 12:39:07 4504d5788e6f: Layer already exists 12:39:07 9f2fcf0cd046: Layer already exists 12:39:07 f4a969244362: Layer already exists 12:39:07 566643ae4b9d: Layer already exists 12:39:07 d41159e2d4f4: Layer already exists 12:39:07 118a214cc333: Layer already exists 12:39:07 ce7f800efff9: Layer already exists 12:39:07 3.2.0-dev.44: digest: sha256:22574ce1b4788c5dab123f9a5cd6edbf44f0c74e9c337807460880c41389fe09 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:08 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:08 + docker push nexus3.edgexfoundry.org:10004/core-command:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 12:39:08 9f2fcf0cd046: Preparing 12:39:08 d41159e2d4f4: Preparing 12:39:08 4504d5788e6f: Preparing 12:39:08 f4a969244362: Preparing 12:39:08 566643ae4b9d: Preparing 12:39:08 118a214cc333: Preparing 12:39:08 ce7f800efff9: Preparing 12:39:08 118a214cc333: Waiting 12:39:08 ce7f800efff9: Waiting 12:39:08 d41159e2d4f4: Layer already exists 12:39:08 f4a969244362: Layer already exists 12:39:08 566643ae4b9d: Layer already exists 12:39:08 9f2fcf0cd046: Layer already exists 12:39:08 4504d5788e6f: Layer already exists 12:39:08 118a214cc333: Layer already exists 12:39:08 ce7f800efff9: Layer already exists 12:39:08 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:22574ce1b4788c5dab123f9a5cd6edbf44f0c74e9c337807460880c41389fe09 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:08 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:09 + docker push nexus3.edgexfoundry.org:10004/core-command:main 12:39:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 12:39:09 9f2fcf0cd046: Preparing 12:39:09 d41159e2d4f4: Preparing 12:39:09 4504d5788e6f: Preparing 12:39:09 f4a969244362: Preparing 12:39:09 566643ae4b9d: Preparing 12:39:09 118a214cc333: Preparing 12:39:09 ce7f800efff9: Preparing 12:39:09 118a214cc333: Waiting 12:39:09 9f2fcf0cd046: Layer already exists 12:39:09 566643ae4b9d: Layer already exists 12:39:09 f4a969244362: Layer already exists 12:39:09 4504d5788e6f: Layer already exists 12:39:09 d41159e2d4f4: Layer already exists 12:39:09 118a214cc333: Layer already exists 12:39:09 ce7f800efff9: Layer already exists 12:39:09 main: digest: sha256:22574ce1b4788c5dab123f9a5cd6edbf44f0c74e9c337807460880c41389fe09 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:39:09 ===================================================== [Pipeline] echo 12:39:09 taggedImages: 12:39:09 - nexus3.edgexfoundry.org:10004/core-command:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:09 - nexus3.edgexfoundry.org:10004/core-command:latest 12:39:09 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.44 12:39:09 - nexus3.edgexfoundry.org:10004/core-command:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:09 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 12:39:09 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 12:39:09 a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:09 latest 12:39:09 3.2.0-dev.44 12:39:09 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:09 main 12:39:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:09 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 12:39:10 cb7ae9c1d5b7: Preparing 12:39:10 19e0fed5313f: Preparing 12:39:10 2ad5f24f9d06: Preparing 12:39:10 96d8440a63e5: Preparing 12:39:10 4504d5788e6f: Preparing 12:39:10 f4a969244362: Preparing 12:39:10 566643ae4b9d: Preparing 12:39:10 118a214cc333: Preparing 12:39:10 ce7f800efff9: Preparing 12:39:10 f4a969244362: Waiting 12:39:10 566643ae4b9d: Waiting 12:39:10 ce7f800efff9: Waiting 12:39:10 4504d5788e6f: Layer already exists 12:39:10 f4a969244362: Layer already exists 12:39:10 566643ae4b9d: Layer already exists 12:39:10 2ad5f24f9d06: Pushed 12:39:10 19e0fed5313f: Pushed 12:39:10 118a214cc333: Layer already exists 12:39:10 cb7ae9c1d5b7: Pushed 12:39:10 ce7f800efff9: Layer already exists 12:39:10 96d8440a63e5: Pushed 12:39:11 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:7586b9db531a16cfc4131fef1d8b24f0f0959a7da843b6c6c09bbaa08b5e1f7f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:11 + 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 12:39:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 12:39:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 12:39:11 cb7ae9c1d5b7: Preparing 12:39:11 19e0fed5313f: Preparing 12:39:11 2ad5f24f9d06: Preparing 12:39:11 96d8440a63e5: Preparing 12:39:11 4504d5788e6f: Preparing 12:39:11 f4a969244362: Preparing 12:39:11 566643ae4b9d: Preparing 12:39:11 118a214cc333: Preparing 12:39:11 ce7f800efff9: Preparing 12:39:11 f4a969244362: Waiting 12:39:11 566643ae4b9d: Waiting 12:39:11 118a214cc333: Waiting 12:39:11 ce7f800efff9: Waiting 12:39:11 2ad5f24f9d06: Layer already exists 12:39:11 cb7ae9c1d5b7: Layer already exists 12:39:11 19e0fed5313f: Layer already exists 12:39:11 96d8440a63e5: Layer already exists 12:39:11 4504d5788e6f: Layer already exists 12:39:11 566643ae4b9d: Layer already exists 12:39:11 118a214cc333: Layer already exists 12:39:11 f4a969244362: Layer already exists 12:39:11 ce7f800efff9: Layer already exists 12:39:11 latest: digest: sha256:7586b9db531a16cfc4131fef1d8b24f0f0959a7da843b6c6c09bbaa08b5e1f7f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:12 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.44 12:39:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 12:39:12 cb7ae9c1d5b7: Preparing 12:39:12 19e0fed5313f: Preparing 12:39:12 2ad5f24f9d06: Preparing 12:39:12 96d8440a63e5: Preparing 12:39:12 4504d5788e6f: Preparing 12:39:12 f4a969244362: Preparing 12:39:12 566643ae4b9d: Preparing 12:39:12 118a214cc333: Preparing 12:39:12 ce7f800efff9: Preparing 12:39:12 566643ae4b9d: Waiting 12:39:12 118a214cc333: Waiting 12:39:12 ce7f800efff9: Waiting 12:39:12 f4a969244362: Waiting 12:39:12 cb7ae9c1d5b7: Layer already exists 12:39:12 4504d5788e6f: Layer already exists 12:39:12 19e0fed5313f: Layer already exists 12:39:12 96d8440a63e5: Layer already exists 12:39:12 2ad5f24f9d06: Layer already exists 12:39:12 ce7f800efff9: Layer already exists 12:39:12 f4a969244362: Layer already exists 12:39:12 566643ae4b9d: Layer already exists 12:39:12 118a214cc333: Layer already exists 12:39:12 3.2.0-dev.44: digest: sha256:7586b9db531a16cfc4131fef1d8b24f0f0959a7da843b6c6c09bbaa08b5e1f7f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:12 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 12:39:13 cb7ae9c1d5b7: Preparing 12:39:13 19e0fed5313f: Preparing 12:39:13 2ad5f24f9d06: Preparing 12:39:13 96d8440a63e5: Preparing 12:39:13 4504d5788e6f: Preparing 12:39:13 f4a969244362: Preparing 12:39:13 566643ae4b9d: Preparing 12:39:13 118a214cc333: Preparing 12:39:13 f4a969244362: Waiting 12:39:13 566643ae4b9d: Waiting 12:39:13 ce7f800efff9: Preparing 12:39:13 118a214cc333: Waiting 12:39:13 ce7f800efff9: Waiting 12:39:13 4504d5788e6f: Layer already exists 12:39:13 19e0fed5313f: Layer already exists 12:39:13 cb7ae9c1d5b7: Layer already exists 12:39:13 96d8440a63e5: Layer already exists 12:39:13 2ad5f24f9d06: Layer already exists 12:39:13 566643ae4b9d: Layer already exists 12:39:13 118a214cc333: Layer already exists 12:39:13 f4a969244362: Layer already exists 12:39:13 ce7f800efff9: Layer already exists 12:39:13 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:7586b9db531a16cfc4131fef1d8b24f0f0959a7da843b6c6c09bbaa08b5e1f7f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:13 + 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 12:39:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 12:39:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 12:39:13 cb7ae9c1d5b7: Preparing 12:39:13 19e0fed5313f: Preparing 12:39:13 2ad5f24f9d06: Preparing 12:39:13 96d8440a63e5: Preparing 12:39:13 4504d5788e6f: Preparing 12:39:13 f4a969244362: Preparing 12:39:13 566643ae4b9d: Preparing 12:39:13 118a214cc333: Preparing 12:39:13 ce7f800efff9: Preparing 12:39:13 566643ae4b9d: Waiting 12:39:13 f4a969244362: Waiting 12:39:13 118a214cc333: Waiting 12:39:13 ce7f800efff9: Waiting 12:39:13 96d8440a63e5: Layer already exists 12:39:13 cb7ae9c1d5b7: Layer already exists 12:39:13 19e0fed5313f: Layer already exists 12:39:13 2ad5f24f9d06: Layer already exists 12:39:13 4504d5788e6f: Layer already exists 12:39:13 566643ae4b9d: Layer already exists 12:39:13 f4a969244362: Layer already exists 12:39:13 118a214cc333: Layer already exists 12:39:13 ce7f800efff9: Layer already exists 12:39:31 main: digest: sha256:7586b9db531a16cfc4131fef1d8b24f0f0959a7da843b6c6c09bbaa08b5e1f7f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:39:32 ===================================================== [Pipeline] echo 12:39:32 taggedImages: 12:39:32 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:32 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 12:39:32 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.44 12:39:32 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:32 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 12:39:32 [edgeXDocker.push] Tagging docker image core-data with the following tags: 12:39:32 a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:32 latest 12:39:32 3.2.0-dev.44 12:39:32 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:32 main 12:39:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:32 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:33 + docker push nexus3.edgexfoundry.org:10004/core-data:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 12:39:33 94a523191bcc: Preparing 12:39:33 66d5f8772df2: Preparing 12:39:33 4504d5788e6f: Preparing 12:39:33 f4a969244362: Preparing 12:39:33 6a460ba553ca: Preparing 12:39:33 ec6800042b13: Preparing 12:39:33 ce7f800efff9: Preparing 12:39:33 ec6800042b13: Waiting 12:39:33 ce7f800efff9: Waiting 12:39:33 6a460ba553ca: Pushed 12:39:33 4504d5788e6f: Layer already exists 12:39:33 f4a969244362: Layer already exists 12:39:33 94a523191bcc: Pushed 12:39:33 ec6800042b13: Pushed 12:39:33 ce7f800efff9: Layer already exists 12:39:35 66d5f8772df2: Pushed 12:39:36 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:81192db7290aa627edaf31ff83753928c9a1f78dc9b5752b9e941f4a6da92a83 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:36 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:36 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 12:39:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 12:39:36 94a523191bcc: Preparing 12:39:36 66d5f8772df2: Preparing 12:39:36 4504d5788e6f: Preparing 12:39:36 f4a969244362: Preparing 12:39:36 6a460ba553ca: Preparing 12:39:36 ec6800042b13: Preparing 12:39:36 ce7f800efff9: Preparing 12:39:36 ec6800042b13: Waiting 12:39:36 ce7f800efff9: Waiting 12:39:36 66d5f8772df2: Layer already exists 12:39:36 f4a969244362: Layer already exists 12:39:36 94a523191bcc: Layer already exists 12:39:36 4504d5788e6f: Layer already exists 12:39:36 6a460ba553ca: Layer already exists 12:39:36 ec6800042b13: Layer already exists 12:39:36 ce7f800efff9: Layer already exists 12:39:36 latest: digest: sha256:81192db7290aa627edaf31ff83753928c9a1f78dc9b5752b9e941f4a6da92a83 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:37 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:37 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.44 12:39:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 12:39:37 94a523191bcc: Preparing 12:39:37 66d5f8772df2: Preparing 12:39:37 4504d5788e6f: Preparing 12:39:37 f4a969244362: Preparing 12:39:37 6a460ba553ca: Preparing 12:39:37 ec6800042b13: Preparing 12:39:37 ce7f800efff9: Preparing 12:39:37 ec6800042b13: Waiting 12:39:37 ce7f800efff9: Waiting 12:39:37 6a460ba553ca: Layer already exists 12:39:37 4504d5788e6f: Layer already exists 12:39:37 94a523191bcc: Layer already exists 12:39:37 66d5f8772df2: Layer already exists 12:39:37 f4a969244362: Layer already exists 12:39:37 ce7f800efff9: Layer already exists 12:39:37 ec6800042b13: Layer already exists 12:39:37 3.2.0-dev.44: digest: sha256:81192db7290aa627edaf31ff83753928c9a1f78dc9b5752b9e941f4a6da92a83 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:37 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:38 + docker push nexus3.edgexfoundry.org:10004/core-data:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 12:39:38 94a523191bcc: Preparing 12:39:38 66d5f8772df2: Preparing 12:39:38 4504d5788e6f: Preparing 12:39:38 f4a969244362: Preparing 12:39:38 6a460ba553ca: Preparing 12:39:38 ec6800042b13: Preparing 12:39:38 ce7f800efff9: Preparing 12:39:38 ec6800042b13: Waiting 12:39:38 ce7f800efff9: Waiting 12:39:38 6a460ba553ca: Layer already exists 12:39:38 f4a969244362: Layer already exists 12:39:38 66d5f8772df2: Layer already exists 12:39:38 94a523191bcc: Layer already exists 12:39:38 4504d5788e6f: Layer already exists 12:39:38 ce7f800efff9: Layer already exists 12:39:38 ec6800042b13: Layer already exists 12:39:38 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:81192db7290aa627edaf31ff83753928c9a1f78dc9b5752b9e941f4a6da92a83 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:38 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:39 + docker push nexus3.edgexfoundry.org:10004/core-data:main 12:39:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 12:39:39 94a523191bcc: Preparing 12:39:39 66d5f8772df2: Preparing 12:39:39 4504d5788e6f: Preparing 12:39:39 f4a969244362: Preparing 12:39:39 6a460ba553ca: Preparing 12:39:39 ec6800042b13: Preparing 12:39:39 ce7f800efff9: Preparing 12:39:39 ec6800042b13: Waiting 12:39:39 ce7f800efff9: Waiting 12:39:39 94a523191bcc: Layer already exists 12:39:39 f4a969244362: Layer already exists 12:39:39 4504d5788e6f: Layer already exists 12:39:39 66d5f8772df2: Layer already exists 12:39:39 6a460ba553ca: Layer already exists 12:39:39 ce7f800efff9: Layer already exists 12:39:39 ec6800042b13: Layer already exists 12:39:39 main: digest: sha256:81192db7290aa627edaf31ff83753928c9a1f78dc9b5752b9e941f4a6da92a83 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:39:39 ===================================================== [Pipeline] echo 12:39:39 taggedImages: 12:39:39 - nexus3.edgexfoundry.org:10004/core-data:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:39 - nexus3.edgexfoundry.org:10004/core-data:latest 12:39:39 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.44 12:39:39 - nexus3.edgexfoundry.org:10004/core-data:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:39 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 12:39:39 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 12:39:39 a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:39 latest 12:39:39 3.2.0-dev.44 12:39:39 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:39 main 12:39:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:39 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:39 + docker push nexus3.edgexfoundry.org:10004/core-keeper:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 12:39:39 a5de018805c6: Preparing 12:39:39 99bbd9cc37b6: Preparing 12:39:39 f4a969244362: Preparing 12:39:39 2931ab902f2b: Preparing 12:39:39 be326e4cf1fe: Preparing 12:39:39 ce7f800efff9: Preparing 12:39:39 ce7f800efff9: Waiting 12:39:39 f4a969244362: Layer already exists 12:39:39 be326e4cf1fe: Pushed 12:39:39 2931ab902f2b: Pushed 12:39:39 a5de018805c6: Pushed 12:39:40 ce7f800efff9: Layer already exists 12:39:42 99bbd9cc37b6: Pushed 12:39:42 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:8c44e6530bd7095fa1732d62d1736998ee457f194c453112ac28bdcff34995e9 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:43 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:43 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 12:39:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 12:39:43 a5de018805c6: Preparing 12:39:43 99bbd9cc37b6: Preparing 12:39:43 f4a969244362: Preparing 12:39:43 2931ab902f2b: Preparing 12:39:43 be326e4cf1fe: Preparing 12:39:43 ce7f800efff9: Preparing 12:39:43 ce7f800efff9: Waiting 12:39:43 a5de018805c6: Layer already exists 12:39:43 f4a969244362: Layer already exists 12:39:43 99bbd9cc37b6: Layer already exists 12:39:43 be326e4cf1fe: Layer already exists 12:39:43 2931ab902f2b: Layer already exists 12:39:43 ce7f800efff9: Layer already exists 12:39:43 latest: digest: sha256:8c44e6530bd7095fa1732d62d1736998ee457f194c453112ac28bdcff34995e9 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:43 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:43 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.44 12:39:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 12:39:43 a5de018805c6: Preparing 12:39:43 99bbd9cc37b6: Preparing 12:39:43 f4a969244362: Preparing 12:39:43 2931ab902f2b: Preparing 12:39:43 be326e4cf1fe: Preparing 12:39:43 ce7f800efff9: Preparing 12:39:43 ce7f800efff9: Waiting 12:39:43 99bbd9cc37b6: Layer already exists 12:39:43 2931ab902f2b: Layer already exists 12:39:43 be326e4cf1fe: Layer already exists 12:39:43 a5de018805c6: Layer already exists 12:39:43 f4a969244362: Layer already exists 12:39:43 ce7f800efff9: Layer already exists 12:39:43 3.2.0-dev.44: digest: sha256:8c44e6530bd7095fa1732d62d1736998ee457f194c453112ac28bdcff34995e9 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:44 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:44 + docker push nexus3.edgexfoundry.org:10004/core-keeper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 12:39:44 a5de018805c6: Preparing 12:39:44 99bbd9cc37b6: Preparing 12:39:44 f4a969244362: Preparing 12:39:44 2931ab902f2b: Preparing 12:39:44 be326e4cf1fe: Preparing 12:39:44 ce7f800efff9: Preparing 12:39:44 ce7f800efff9: Waiting 12:39:44 2931ab902f2b: Layer already exists 12:39:44 99bbd9cc37b6: Layer already exists 12:39:44 a5de018805c6: Layer already exists 12:39:44 be326e4cf1fe: Layer already exists 12:39:44 f4a969244362: Layer already exists 12:39:44 ce7f800efff9: Layer already exists 12:39:44 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:8c44e6530bd7095fa1732d62d1736998ee457f194c453112ac28bdcff34995e9 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:44 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:45 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 12:39:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 12:39:45 a5de018805c6: Preparing 12:39:45 99bbd9cc37b6: Preparing 12:39:45 f4a969244362: Preparing 12:39:45 2931ab902f2b: Preparing 12:39:45 be326e4cf1fe: Preparing 12:39:45 ce7f800efff9: Preparing 12:39:45 ce7f800efff9: Waiting 12:39:45 2931ab902f2b: Layer already exists 12:39:45 f4a969244362: Layer already exists 12:39:45 be326e4cf1fe: Layer already exists 12:39:45 a5de018805c6: Layer already exists 12:39:45 99bbd9cc37b6: Layer already exists 12:39:45 ce7f800efff9: Layer already exists 12:39:45 main: digest: sha256:8c44e6530bd7095fa1732d62d1736998ee457f194c453112ac28bdcff34995e9 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:39:45 ===================================================== [Pipeline] echo 12:39:45 taggedImages: 12:39:45 - nexus3.edgexfoundry.org:10004/core-keeper:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:45 - nexus3.edgexfoundry.org:10004/core-keeper:latest 12:39:45 - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.44 12:39:45 - nexus3.edgexfoundry.org:10004/core-keeper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:45 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 12:39:45 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 12:39:45 a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:45 latest 12:39:45 3.2.0-dev.44 12:39:45 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:45 main 12:39:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:45 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:46 + docker push nexus3.edgexfoundry.org:10004/core-metadata:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 12:39:46 b9a90f0170eb: Preparing 12:39:46 f170adae215e: Preparing 12:39:46 cfe6abf13c2a: Preparing 12:39:46 4504d5788e6f: Preparing 12:39:46 f4a969244362: Preparing 12:39:46 566643ae4b9d: Preparing 12:39:46 118a214cc333: Preparing 12:39:46 ce7f800efff9: Preparing 12:39:46 566643ae4b9d: Waiting 12:39:46 118a214cc333: Waiting 12:39:46 ce7f800efff9: Waiting 12:39:46 4504d5788e6f: Layer already exists 12:39:46 f4a969244362: Layer already exists 12:39:46 566643ae4b9d: Layer already exists 12:39:46 118a214cc333: Layer already exists 12:39:46 f170adae215e: Pushed 12:39:46 b9a90f0170eb: Pushed 12:39:46 ce7f800efff9: Layer already exists 12:39:49 cfe6abf13c2a: Pushed 12:39:49 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:f7851fabcb9cffe3629f9e60107151d344f0b4cb848f281a0c84bcf84552e234 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:49 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 12:39:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 12:39:50 b9a90f0170eb: Preparing 12:39:50 f170adae215e: Preparing 12:39:50 cfe6abf13c2a: Preparing 12:39:50 4504d5788e6f: Preparing 12:39:50 f4a969244362: Preparing 12:39:50 566643ae4b9d: Preparing 12:39:50 118a214cc333: Preparing 12:39:50 ce7f800efff9: Preparing 12:39:50 566643ae4b9d: Waiting 12:39:50 ce7f800efff9: Waiting 12:39:50 118a214cc333: Waiting 12:39:50 4504d5788e6f: Layer already exists 12:39:50 b9a90f0170eb: Layer already exists 12:39:50 cfe6abf13c2a: Layer already exists 12:39:50 f4a969244362: Layer already exists 12:39:50 f170adae215e: Layer already exists 12:39:50 ce7f800efff9: Layer already exists 12:39:50 118a214cc333: Layer already exists 12:39:50 566643ae4b9d: Layer already exists 12:39:50 latest: digest: sha256:f7851fabcb9cffe3629f9e60107151d344f0b4cb848f281a0c84bcf84552e234 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:50 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.44 12:39:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 12:39:50 b9a90f0170eb: Preparing 12:39:50 f170adae215e: Preparing 12:39:50 cfe6abf13c2a: Preparing 12:39:50 4504d5788e6f: Preparing 12:39:50 f4a969244362: Preparing 12:39:50 566643ae4b9d: Preparing 12:39:50 118a214cc333: Preparing 12:39:50 ce7f800efff9: Preparing 12:39:50 118a214cc333: Waiting 12:39:50 566643ae4b9d: Waiting 12:39:50 ce7f800efff9: Waiting 12:39:50 cfe6abf13c2a: Layer already exists 12:39:50 b9a90f0170eb: Layer already exists 12:39:50 4504d5788e6f: Layer already exists 12:39:50 f4a969244362: Layer already exists 12:39:50 f170adae215e: Layer already exists 12:39:50 566643ae4b9d: Layer already exists 12:39:50 ce7f800efff9: Layer already exists 12:39:50 118a214cc333: Layer already exists 12:39:50 3.2.0-dev.44: digest: sha256:f7851fabcb9cffe3629f9e60107151d344f0b4cb848f281a0c84bcf84552e234 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:51 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 12:39:51 b9a90f0170eb: Preparing 12:39:51 f170adae215e: Preparing 12:39:51 cfe6abf13c2a: Preparing 12:39:51 4504d5788e6f: Preparing 12:39:51 f4a969244362: Preparing 12:39:51 566643ae4b9d: Preparing 12:39:51 118a214cc333: Preparing 12:39:51 ce7f800efff9: Preparing 12:39:51 ce7f800efff9: Waiting 12:39:51 566643ae4b9d: Waiting 12:39:51 118a214cc333: Waiting 12:39:51 b9a90f0170eb: Layer already exists 12:39:51 f170adae215e: Layer already exists 12:39:51 f4a969244362: Layer already exists 12:39:51 4504d5788e6f: Layer already exists 12:39:51 cfe6abf13c2a: Layer already exists 12:39:51 566643ae4b9d: Layer already exists 12:39:51 118a214cc333: Layer already exists 12:39:51 ce7f800efff9: Layer already exists 12:39:51 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:f7851fabcb9cffe3629f9e60107151d344f0b4cb848f281a0c84bcf84552e234 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:51 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 12:39:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 12:39:52 b9a90f0170eb: Preparing 12:39:52 f170adae215e: Preparing 12:39:52 cfe6abf13c2a: Preparing 12:39:52 4504d5788e6f: Preparing 12:39:52 f4a969244362: Preparing 12:39:52 566643ae4b9d: Preparing 12:39:52 118a214cc333: Preparing 12:39:52 ce7f800efff9: Preparing 12:39:52 566643ae4b9d: Waiting 12:39:52 118a214cc333: Waiting 12:39:52 ce7f800efff9: Waiting 12:39:52 b9a90f0170eb: Layer already exists 12:39:52 cfe6abf13c2a: Layer already exists 12:39:52 4504d5788e6f: Layer already exists 12:39:52 f170adae215e: Layer already exists 12:39:52 f4a969244362: Layer already exists 12:39:52 566643ae4b9d: Layer already exists 12:39:52 118a214cc333: Layer already exists 12:39:52 ce7f800efff9: Layer already exists 12:39:52 main: digest: sha256:f7851fabcb9cffe3629f9e60107151d344f0b4cb848f281a0c84bcf84552e234 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:39:52 ===================================================== [Pipeline] echo 12:39:52 taggedImages: 12:39:52 - nexus3.edgexfoundry.org:10004/core-metadata:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:52 - nexus3.edgexfoundry.org:10004/core-metadata:latest 12:39:52 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.44 12:39:52 - nexus3.edgexfoundry.org:10004/core-metadata:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:52 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 12:39:52 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 12:39:52 a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:52 latest 12:39:52 3.2.0-dev.44 12:39:52 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:52 main 12:39:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:52 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:52 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 12:39:52 83c1524fd8eb: Preparing 12:39:52 9a4b1e3b51c2: Preparing 12:39:52 b8f4a61adbf9: Preparing 12:39:52 87a85f4d0bf4: Preparing 12:39:52 550f36e91578: Preparing 12:39:52 a6755644e8cd: Preparing 12:39:52 b2a1f7d99609: Preparing 12:39:52 f9f3cd078bdc: Preparing 12:39:52 4504d5788e6f: Preparing 12:39:52 f4a969244362: Preparing 12:39:52 1251fca91c99: Preparing 12:39:52 bf8ed3894254: Preparing 12:39:52 5f70bf18a086: Preparing 12:39:52 8e203d01cbda: Preparing 12:39:52 ace4619ab121: Preparing 12:39:52 57c3f720915c: Preparing 12:39:52 ce7f800efff9: Preparing 12:39:52 a6755644e8cd: Waiting 12:39:52 8e203d01cbda: Waiting 12:39:52 f4a969244362: Waiting 12:39:52 ace4619ab121: Waiting 12:39:52 57c3f720915c: Waiting 12:39:52 1251fca91c99: Waiting 12:39:52 ce7f800efff9: Waiting 12:39:52 b2a1f7d99609: Waiting 12:39:52 bf8ed3894254: Waiting 12:39:52 f9f3cd078bdc: Waiting 12:39:52 5f70bf18a086: Waiting 12:39:52 4504d5788e6f: Waiting 12:39:52 9a4b1e3b51c2: Pushed 12:39:52 b8f4a61adbf9: Pushed 12:39:52 550f36e91578: Pushed 12:39:52 87a85f4d0bf4: Pushed 12:39:53 83c1524fd8eb: Pushed 12:39:53 a6755644e8cd: Pushed 12:39:53 b2a1f7d99609: Pushed 12:39:54 1251fca91c99: Pushed 12:39:54 4504d5788e6f: Layer already exists 12:39:54 bf8ed3894254: Pushed 12:39:54 f4a969244362: Layer already exists 12:39:54 8e203d01cbda: Pushed 12:39:54 ace4619ab121: Pushed 12:39:54 5f70bf18a086: Layer already exists 12:39:54 57c3f720915c: Pushed 12:39:55 f9f3cd078bdc: Pushed 12:39:55 ce7f800efff9: Layer already exists 12:39:55 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:889315762c71c381323f7ad810188b45619752db101decf6b55434a9898533c4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:56 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 12:39:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 12:39:56 83c1524fd8eb: Preparing 12:39:56 9a4b1e3b51c2: Preparing 12:39:56 b8f4a61adbf9: Preparing 12:39:56 87a85f4d0bf4: Preparing 12:39:56 550f36e91578: Preparing 12:39:56 a6755644e8cd: Preparing 12:39:56 b2a1f7d99609: Preparing 12:39:56 f9f3cd078bdc: Preparing 12:39:56 4504d5788e6f: Preparing 12:39:56 f4a969244362: Preparing 12:39:56 1251fca91c99: Preparing 12:39:56 bf8ed3894254: Preparing 12:39:56 5f70bf18a086: Preparing 12:39:56 8e203d01cbda: Preparing 12:39:56 ace4619ab121: Preparing 12:39:56 57c3f720915c: Preparing 12:39:56 ce7f800efff9: Preparing 12:39:56 4504d5788e6f: Waiting 12:39:56 f4a969244362: Waiting 12:39:56 1251fca91c99: Waiting 12:39:56 bf8ed3894254: Waiting 12:39:56 5f70bf18a086: Waiting 12:39:56 8e203d01cbda: Waiting 12:39:56 ace4619ab121: Waiting 12:39:56 a6755644e8cd: Waiting 12:39:56 57c3f720915c: Waiting 12:39:56 ce7f800efff9: Waiting 12:39:56 b2a1f7d99609: Waiting 12:39:56 f9f3cd078bdc: Waiting 12:39:56 550f36e91578: Layer already exists 12:39:56 b8f4a61adbf9: Layer already exists 12:39:56 87a85f4d0bf4: Layer already exists 12:39:56 9a4b1e3b51c2: Layer already exists 12:39:56 83c1524fd8eb: Layer already exists 12:39:56 a6755644e8cd: Layer already exists 12:39:56 f9f3cd078bdc: Layer already exists 12:39:56 b2a1f7d99609: Layer already exists 12:39:56 f4a969244362: Layer already exists 12:39:56 4504d5788e6f: Layer already exists 12:39:56 1251fca91c99: Layer already exists 12:39:56 5f70bf18a086: Layer already exists 12:39:56 ace4619ab121: Layer already exists 12:39:56 8e203d01cbda: Layer already exists 12:39:56 bf8ed3894254: Layer already exists 12:39:56 57c3f720915c: Layer already exists 12:39:56 ce7f800efff9: Layer already exists 12:39:56 latest: digest: sha256:889315762c71c381323f7ad810188b45619752db101decf6b55434a9898533c4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:56 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.44 12:39:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 12:39:57 83c1524fd8eb: Preparing 12:39:57 9a4b1e3b51c2: Preparing 12:39:57 b8f4a61adbf9: Preparing 12:39:57 87a85f4d0bf4: Preparing 12:39:57 550f36e91578: Preparing 12:39:57 a6755644e8cd: Preparing 12:39:57 b2a1f7d99609: Preparing 12:39:57 f9f3cd078bdc: Preparing 12:39:57 4504d5788e6f: Preparing 12:39:57 f4a969244362: Preparing 12:39:57 1251fca91c99: Preparing 12:39:57 bf8ed3894254: Preparing 12:39:57 5f70bf18a086: Preparing 12:39:57 8e203d01cbda: Preparing 12:39:57 ace4619ab121: Preparing 12:39:57 57c3f720915c: Preparing 12:39:57 ce7f800efff9: Preparing 12:39:57 b2a1f7d99609: Waiting 12:39:57 f4a969244362: Waiting 12:39:57 f9f3cd078bdc: Waiting 12:39:57 8e203d01cbda: Waiting 12:39:57 4504d5788e6f: Waiting 12:39:57 5f70bf18a086: Waiting 12:39:57 ace4619ab121: Waiting 12:39:57 a6755644e8cd: Waiting 12:39:57 1251fca91c99: Waiting 12:39:57 ce7f800efff9: Waiting 12:39:57 87a85f4d0bf4: Layer already exists 12:39:57 550f36e91578: Layer already exists 12:39:57 b8f4a61adbf9: Layer already exists 12:39:57 83c1524fd8eb: Layer already exists 12:39:57 9a4b1e3b51c2: Layer already exists 12:39:57 a6755644e8cd: Layer already exists 12:39:57 f9f3cd078bdc: Layer already exists 12:39:57 b2a1f7d99609: Layer already exists 12:39:57 4504d5788e6f: Layer already exists 12:39:57 f4a969244362: Layer already exists 12:39:57 1251fca91c99: Layer already exists 12:39:57 bf8ed3894254: Layer already exists 12:39:57 8e203d01cbda: Layer already exists 12:39:57 5f70bf18a086: Layer already exists 12:39:57 ace4619ab121: Layer already exists 12:39:57 57c3f720915c: Layer already exists 12:39:57 ce7f800efff9: Layer already exists 12:39:57 3.2.0-dev.44: digest: sha256:889315762c71c381323f7ad810188b45619752db101decf6b55434a9898533c4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:57 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 12:39:57 83c1524fd8eb: Preparing 12:39:57 9a4b1e3b51c2: Preparing 12:39:57 b8f4a61adbf9: Preparing 12:39:57 87a85f4d0bf4: Preparing 12:39:57 550f36e91578: Preparing 12:39:57 a6755644e8cd: Preparing 12:39:57 b2a1f7d99609: Preparing 12:39:57 f9f3cd078bdc: Preparing 12:39:57 4504d5788e6f: Preparing 12:39:57 f4a969244362: Preparing 12:39:57 1251fca91c99: Preparing 12:39:57 bf8ed3894254: Preparing 12:39:57 5f70bf18a086: Preparing 12:39:57 8e203d01cbda: Preparing 12:39:57 ace4619ab121: Preparing 12:39:57 57c3f720915c: Preparing 12:39:57 ce7f800efff9: Preparing 12:39:57 bf8ed3894254: Waiting 12:39:57 a6755644e8cd: Waiting 12:39:57 f9f3cd078bdc: Waiting 12:39:57 b2a1f7d99609: Waiting 12:39:57 4504d5788e6f: Waiting 12:39:57 f4a969244362: Waiting 12:39:57 5f70bf18a086: Waiting 12:39:57 1251fca91c99: Waiting 12:39:57 8e203d01cbda: Waiting 12:39:57 ace4619ab121: Waiting 12:39:57 ce7f800efff9: Waiting 12:39:57 57c3f720915c: Waiting 12:39:57 9a4b1e3b51c2: Layer already exists 12:39:57 550f36e91578: Layer already exists 12:39:57 83c1524fd8eb: Layer already exists 12:39:57 b8f4a61adbf9: Layer already exists 12:39:57 a6755644e8cd: Layer already exists 12:39:57 f9f3cd078bdc: Layer already exists 12:39:57 b2a1f7d99609: Layer already exists 12:39:57 87a85f4d0bf4: Layer already exists 12:39:57 4504d5788e6f: Layer already exists 12:39:57 5f70bf18a086: Layer already exists 12:39:57 1251fca91c99: Layer already exists 12:39:57 f4a969244362: Layer already exists 12:39:57 bf8ed3894254: Layer already exists 12:39:57 8e203d01cbda: Layer already exists 12:39:57 ace4619ab121: Layer already exists 12:39:57 ce7f800efff9: Layer already exists 12:39:57 57c3f720915c: Layer already exists 12:39:57 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:889315762c71c381323f7ad810188b45619752db101decf6b55434a9898533c4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:58 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 12:39:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 12:39:58 83c1524fd8eb: Preparing 12:39:58 9a4b1e3b51c2: Preparing 12:39:58 b8f4a61adbf9: Preparing 12:39:58 87a85f4d0bf4: Preparing 12:39:58 550f36e91578: Preparing 12:39:58 a6755644e8cd: Preparing 12:39:58 b2a1f7d99609: Preparing 12:39:58 f9f3cd078bdc: Preparing 12:39:58 4504d5788e6f: Preparing 12:39:58 f4a969244362: Preparing 12:39:58 1251fca91c99: Preparing 12:39:58 bf8ed3894254: Preparing 12:39:58 5f70bf18a086: Preparing 12:39:58 8e203d01cbda: Preparing 12:39:58 ace4619ab121: Preparing 12:39:58 57c3f720915c: Preparing 12:39:58 ce7f800efff9: Preparing 12:39:58 a6755644e8cd: Waiting 12:39:58 1251fca91c99: Waiting 12:39:58 bf8ed3894254: Waiting 12:39:58 b2a1f7d99609: Waiting 12:39:58 57c3f720915c: Waiting 12:39:58 5f70bf18a086: Waiting 12:39:58 8e203d01cbda: Waiting 12:39:58 ce7f800efff9: Waiting 12:39:58 f4a969244362: Waiting 12:39:58 ace4619ab121: Waiting 12:39:58 4504d5788e6f: Waiting 12:39:58 87a85f4d0bf4: Layer already exists 12:39:58 b8f4a61adbf9: Layer already exists 12:39:58 550f36e91578: Layer already exists 12:39:58 83c1524fd8eb: Layer already exists 12:39:58 9a4b1e3b51c2: Layer already exists 12:39:58 b2a1f7d99609: Layer already exists 12:39:58 a6755644e8cd: Layer already exists 12:39:58 1251fca91c99: Layer already exists 12:39:58 bf8ed3894254: Layer already exists 12:39:58 f9f3cd078bdc: Layer already exists 12:39:58 4504d5788e6f: Layer already exists 12:39:58 5f70bf18a086: Layer already exists 12:39:58 8e203d01cbda: Layer already exists 12:39:58 ace4619ab121: Layer already exists 12:39:58 f4a969244362: Layer already exists 12:39:58 57c3f720915c: Layer already exists 12:39:58 ce7f800efff9: Layer already exists 12:39:58 main: digest: sha256:889315762c71c381323f7ad810188b45619752db101decf6b55434a9898533c4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:39:58 ===================================================== [Pipeline] echo 12:39:58 taggedImages: 12:39:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 12:39:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.44 12:39:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 12:39:58 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 12:39:58 a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:58 latest 12:39:58 3.2.0-dev.44 12:39:58 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:39:58 main 12:39:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:58 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:39:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 12:39:59 cb7ae9c1d5b7: Preparing 12:39:59 19e0fed5313f: Preparing 12:39:59 34ee7795e504: Preparing 12:39:59 e9108d40a9b8: Preparing 12:39:59 4504d5788e6f: Preparing 12:39:59 f4a969244362: Preparing 12:39:59 566643ae4b9d: Preparing 12:39:59 118a214cc333: Preparing 12:39:59 ce7f800efff9: Preparing 12:39:59 566643ae4b9d: Waiting 12:39:59 ce7f800efff9: Waiting 12:39:59 f4a969244362: Waiting 12:39:59 118a214cc333: Waiting 12:39:59 19e0fed5313f: Layer already exists 12:39:59 4504d5788e6f: Layer already exists 12:39:59 cb7ae9c1d5b7: Layer already exists 12:39:59 f4a969244362: Layer already exists 12:39:59 566643ae4b9d: Layer already exists 12:39:59 118a214cc333: Layer already exists 12:39:59 ce7f800efff9: Layer already exists 12:39:59 34ee7795e504: Pushed 12:40:01 e9108d40a9b8: Pushed 12:40:01 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:e2e62e253f85755c76a4680d7ef1f3cb8f409acd7e59be2317ff26019dd570dc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:01 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 12:40:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 12:40:02 cb7ae9c1d5b7: Preparing 12:40:02 19e0fed5313f: Preparing 12:40:02 34ee7795e504: Preparing 12:40:02 e9108d40a9b8: Preparing 12:40:02 4504d5788e6f: Preparing 12:40:02 f4a969244362: Preparing 12:40:02 566643ae4b9d: Preparing 12:40:02 118a214cc333: Preparing 12:40:02 ce7f800efff9: Preparing 12:40:02 f4a969244362: Waiting 12:40:02 566643ae4b9d: Waiting 12:40:02 118a214cc333: Waiting 12:40:02 4504d5788e6f: Layer already exists 12:40:02 19e0fed5313f: Layer already exists 12:40:02 34ee7795e504: Layer already exists 12:40:02 cb7ae9c1d5b7: Layer already exists 12:40:02 566643ae4b9d: Layer already exists 12:40:02 f4a969244362: Layer already exists 12:40:02 ce7f800efff9: Layer already exists 12:40:02 e9108d40a9b8: Layer already exists 12:40:02 118a214cc333: Layer already exists 12:40:02 latest: digest: sha256:e2e62e253f85755c76a4680d7ef1f3cb8f409acd7e59be2317ff26019dd570dc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:02 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.44 12:40:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 12:40:03 cb7ae9c1d5b7: Preparing 12:40:03 19e0fed5313f: Preparing 12:40:03 34ee7795e504: Preparing 12:40:03 e9108d40a9b8: Preparing 12:40:03 4504d5788e6f: Preparing 12:40:03 f4a969244362: Preparing 12:40:03 566643ae4b9d: Preparing 12:40:03 118a214cc333: Preparing 12:40:03 ce7f800efff9: Preparing 12:40:03 566643ae4b9d: Waiting 12:40:03 118a214cc333: Waiting 12:40:03 f4a969244362: Waiting 12:40:03 ce7f800efff9: Waiting 12:40:03 34ee7795e504: Layer already exists 12:40:03 4504d5788e6f: Layer already exists 12:40:03 cb7ae9c1d5b7: Layer already exists 12:40:03 e9108d40a9b8: Layer already exists 12:40:03 19e0fed5313f: Layer already exists 12:40:03 f4a969244362: Layer already exists 12:40:03 118a214cc333: Layer already exists 12:40:03 566643ae4b9d: Layer already exists 12:40:03 ce7f800efff9: Layer already exists 12:40:03 3.2.0-dev.44: digest: sha256:e2e62e253f85755c76a4680d7ef1f3cb8f409acd7e59be2317ff26019dd570dc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:03 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:40:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 12:40:03 cb7ae9c1d5b7: Preparing 12:40:03 19e0fed5313f: Preparing 12:40:03 34ee7795e504: Preparing 12:40:03 e9108d40a9b8: Preparing 12:40:03 4504d5788e6f: Preparing 12:40:03 f4a969244362: Preparing 12:40:03 566643ae4b9d: Preparing 12:40:03 118a214cc333: Preparing 12:40:03 ce7f800efff9: Preparing 12:40:03 f4a969244362: Waiting 12:40:03 566643ae4b9d: Waiting 12:40:03 ce7f800efff9: Waiting 12:40:03 34ee7795e504: Layer already exists 12:40:03 e9108d40a9b8: Layer already exists 12:40:03 4504d5788e6f: Layer already exists 12:40:03 cb7ae9c1d5b7: Layer already exists 12:40:03 19e0fed5313f: Layer already exists 12:40:03 f4a969244362: Layer already exists 12:40:03 118a214cc333: Layer already exists 12:40:03 566643ae4b9d: Layer already exists 12:40:03 ce7f800efff9: Layer already exists 12:40:03 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:e2e62e253f85755c76a4680d7ef1f3cb8f409acd7e59be2317ff26019dd570dc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:04 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 12:40:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 12:40:04 cb7ae9c1d5b7: Preparing 12:40:04 19e0fed5313f: Preparing 12:40:04 34ee7795e504: Preparing 12:40:04 e9108d40a9b8: Preparing 12:40:04 4504d5788e6f: Preparing 12:40:04 f4a969244362: Preparing 12:40:04 566643ae4b9d: Preparing 12:40:04 118a214cc333: Preparing 12:40:04 ce7f800efff9: Preparing 12:40:04 f4a969244362: Waiting 12:40:04 566643ae4b9d: Waiting 12:40:04 118a214cc333: Waiting 12:40:04 cb7ae9c1d5b7: Layer already exists 12:40:04 34ee7795e504: Layer already exists 12:40:04 e9108d40a9b8: Layer already exists 12:40:04 4504d5788e6f: Layer already exists 12:40:04 19e0fed5313f: Layer already exists 12:40:04 118a214cc333: Layer already exists 12:40:04 f4a969244362: Layer already exists 12:40:04 566643ae4b9d: Layer already exists 12:40:04 ce7f800efff9: Layer already exists 12:40:04 main: digest: sha256:e2e62e253f85755c76a4680d7ef1f3cb8f409acd7e59be2317ff26019dd570dc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:40:04 ===================================================== [Pipeline] echo 12:40:04 taggedImages: 12:40:04 - nexus3.edgexfoundry.org:10004/security-proxy-auth:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:40:04 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 12:40:04 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.44 12:40:04 - nexus3.edgexfoundry.org:10004/security-proxy-auth:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:40:04 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 12:40:04 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 12:40:04 a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:40:04 latest 12:40:04 3.2.0-dev.44 12:40:04 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:40:04 main 12:40:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:04 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:40:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 12:40:05 1000b5250260: Preparing 12:40:05 fc3a1b0f34de: Preparing 12:40:05 a43929d82212: Preparing 12:40:05 72572691d7ec: Preparing 12:40:05 deddd87fe5a3: Preparing 12:40:05 4504d5788e6f: Preparing 12:40:05 f4a969244362: Preparing 12:40:05 a7b2956bdedb: Preparing 12:40:05 514b4d8ff0bd: Preparing 12:40:05 f0d3a90210f7: Preparing 12:40:05 ce7f800efff9: Preparing 12:40:05 514b4d8ff0bd: Waiting 12:40:05 a7b2956bdedb: Waiting 12:40:05 f4a969244362: Waiting 12:40:05 f0d3a90210f7: Waiting 12:40:05 ce7f800efff9: Waiting 12:40:05 4504d5788e6f: Waiting 12:40:05 72572691d7ec: Pushed 12:40:05 deddd87fe5a3: Pushed 12:40:05 1000b5250260: Pushed 12:40:05 4504d5788e6f: Layer already exists 12:40:05 fc3a1b0f34de: Pushed 12:40:05 f4a969244362: Layer already exists 12:40:05 a7b2956bdedb: Pushed 12:40:05 514b4d8ff0bd: Pushed 12:40:05 ce7f800efff9: Layer already exists 12:40:06 a43929d82212: Pushed 12:40:06 f0d3a90210f7: Pushed 12:40:06 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:ea833c3cc17ae414a6f8c29b1aacbea44ed219cfd281176483be4ff80666597c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:06 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 12:40:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 12:40:07 1000b5250260: Preparing 12:40:07 fc3a1b0f34de: Preparing 12:40:07 a43929d82212: Preparing 12:40:07 72572691d7ec: Preparing 12:40:07 deddd87fe5a3: Preparing 12:40:07 4504d5788e6f: Preparing 12:40:07 f4a969244362: Preparing 12:40:07 a7b2956bdedb: Preparing 12:40:07 514b4d8ff0bd: Preparing 12:40:07 f0d3a90210f7: Preparing 12:40:07 ce7f800efff9: Preparing 12:40:07 a7b2956bdedb: Waiting 12:40:07 f0d3a90210f7: Waiting 12:40:07 514b4d8ff0bd: Waiting 12:40:07 4504d5788e6f: Waiting 12:40:07 ce7f800efff9: Waiting 12:40:07 f4a969244362: Waiting 12:40:07 72572691d7ec: Layer already exists 12:40:07 a43929d82212: Layer already exists 12:40:07 1000b5250260: Layer already exists 12:40:07 fc3a1b0f34de: Layer already exists 12:40:07 deddd87fe5a3: Layer already exists 12:40:07 f4a969244362: Layer already exists 12:40:07 4504d5788e6f: Layer already exists 12:40:07 a7b2956bdedb: Layer already exists 12:40:07 f0d3a90210f7: Layer already exists 12:40:07 514b4d8ff0bd: Layer already exists 12:40:07 ce7f800efff9: Layer already exists 12:40:07 latest: digest: sha256:ea833c3cc17ae414a6f8c29b1aacbea44ed219cfd281176483be4ff80666597c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:07 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.44 12:40:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 12:40:08 1000b5250260: Preparing 12:40:08 fc3a1b0f34de: Preparing 12:40:08 a43929d82212: Preparing 12:40:08 72572691d7ec: Preparing 12:40:08 deddd87fe5a3: Preparing 12:40:08 4504d5788e6f: Preparing 12:40:08 f4a969244362: Preparing 12:40:08 a7b2956bdedb: Preparing 12:40:08 514b4d8ff0bd: Preparing 12:40:08 f0d3a90210f7: Preparing 12:40:08 ce7f800efff9: Preparing 12:40:08 f4a969244362: Waiting 12:40:08 f0d3a90210f7: Waiting 12:40:08 ce7f800efff9: Waiting 12:40:08 a7b2956bdedb: Waiting 12:40:08 514b4d8ff0bd: Waiting 12:40:08 4504d5788e6f: Waiting 12:40:08 deddd87fe5a3: Layer already exists 12:40:08 a43929d82212: Layer already exists 12:40:08 fc3a1b0f34de: Layer already exists 12:40:08 1000b5250260: Layer already exists 12:40:08 72572691d7ec: Layer already exists 12:40:08 f4a969244362: Layer already exists 12:40:08 a7b2956bdedb: Layer already exists 12:40:08 514b4d8ff0bd: Layer already exists 12:40:08 4504d5788e6f: Layer already exists 12:40:08 f0d3a90210f7: Layer already exists 12:40:08 ce7f800efff9: Layer already exists 12:40:08 3.2.0-dev.44: digest: sha256:ea833c3cc17ae414a6f8c29b1aacbea44ed219cfd281176483be4ff80666597c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:08 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:40:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 12:40:08 1000b5250260: Preparing 12:40:08 fc3a1b0f34de: Preparing 12:40:08 a43929d82212: Preparing 12:40:08 72572691d7ec: Preparing 12:40:08 deddd87fe5a3: Preparing 12:40:08 4504d5788e6f: Preparing 12:40:08 f4a969244362: Preparing 12:40:08 a7b2956bdedb: Preparing 12:40:08 514b4d8ff0bd: Preparing 12:40:08 f0d3a90210f7: Preparing 12:40:08 ce7f800efff9: Preparing 12:40:08 f4a969244362: Waiting 12:40:08 514b4d8ff0bd: Waiting 12:40:08 f0d3a90210f7: Waiting 12:40:08 ce7f800efff9: Waiting 12:40:08 4504d5788e6f: Waiting 12:40:08 fc3a1b0f34de: Layer already exists 12:40:08 deddd87fe5a3: Layer already exists 12:40:08 1000b5250260: Layer already exists 12:40:08 a43929d82212: Layer already exists 12:40:08 72572691d7ec: Layer already exists 12:40:08 4504d5788e6f: Layer already exists 12:40:08 a7b2956bdedb: Layer already exists 12:40:08 514b4d8ff0bd: Layer already exists 12:40:08 f4a969244362: Layer already exists 12:40:08 f0d3a90210f7: Layer already exists 12:40:08 ce7f800efff9: Layer already exists 12:40:08 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:ea833c3cc17ae414a6f8c29b1aacbea44ed219cfd281176483be4ff80666597c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:09 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 12:40:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 12:40:09 1000b5250260: Preparing 12:40:09 fc3a1b0f34de: Preparing 12:40:09 a43929d82212: Preparing 12:40:09 72572691d7ec: Preparing 12:40:09 deddd87fe5a3: Preparing 12:40:09 4504d5788e6f: Preparing 12:40:09 f4a969244362: Preparing 12:40:09 a7b2956bdedb: Preparing 12:40:09 514b4d8ff0bd: Preparing 12:40:09 f0d3a90210f7: Preparing 12:40:09 ce7f800efff9: Preparing 12:40:09 a7b2956bdedb: Waiting 12:40:09 514b4d8ff0bd: Waiting 12:40:09 f0d3a90210f7: Waiting 12:40:09 ce7f800efff9: Waiting 12:40:09 4504d5788e6f: Waiting 12:40:09 f4a969244362: Waiting 12:40:09 a43929d82212: Layer already exists 12:40:09 1000b5250260: Layer already exists 12:40:09 fc3a1b0f34de: Layer already exists 12:40:09 72572691d7ec: Layer already exists 12:40:09 deddd87fe5a3: Layer already exists 12:40:09 4504d5788e6f: Layer already exists 12:40:09 514b4d8ff0bd: Layer already exists 12:40:09 f4a969244362: Layer already exists 12:40:09 a7b2956bdedb: Layer already exists 12:40:09 f0d3a90210f7: Layer already exists 12:40:09 ce7f800efff9: Layer already exists 12:40:09 main: digest: sha256:ea833c3cc17ae414a6f8c29b1aacbea44ed219cfd281176483be4ff80666597c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:40:09 ===================================================== [Pipeline] echo 12:40:09 taggedImages: 12:40:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:40:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 12:40:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.44 12:40:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:40:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 12:40:09 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 12:40:09 a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:40:09 latest 12:40:09 3.2.0-dev.44 12:40:09 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:40:09 main 12:40:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:09 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:10 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:40:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 12:40:10 8f51544d713f: Preparing 12:40:10 99f0cd72a782: Preparing 12:40:10 f103f1bd3f6d: Preparing 12:40:10 7dd62ba6df50: Preparing 12:40:10 0013288b826b: Preparing 12:40:10 a06b06cbb73f: Preparing 12:40:10 2b11eb170dbe: Preparing 12:40:10 4504d5788e6f: Preparing 12:40:10 f4a969244362: Preparing 12:40:10 6f6f09e7ea16: Preparing 12:40:10 c64e056cd148: Preparing 12:40:10 ce7f800efff9: Preparing 12:40:10 c64e056cd148: Waiting 12:40:10 4504d5788e6f: Waiting 12:40:10 2b11eb170dbe: Waiting 12:40:10 ce7f800efff9: Waiting 12:40:10 f4a969244362: Waiting 12:40:10 6f6f09e7ea16: Waiting 12:40:10 a06b06cbb73f: Waiting 12:40:10 0013288b826b: Pushed 12:40:10 99f0cd72a782: Pushed 12:40:10 8f51544d713f: Pushed 12:40:10 a06b06cbb73f: Pushed 12:40:10 2b11eb170dbe: Pushed 12:40:10 4504d5788e6f: Layer already exists 12:40:10 f4a969244362: Layer already exists 12:40:10 ce7f800efff9: Layer already exists 12:40:10 6f6f09e7ea16: Pushed 12:40:11 7dd62ba6df50: Pushed 12:40:11 f103f1bd3f6d: Pushed 12:40:11 c64e056cd148: Pushed 12:40:11 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:5f52637dabe2c7e3ccc8f67345ce0f25b2638bec271dd63160f9c888047bccd3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:12 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 12:40:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 12:40:12 8f51544d713f: Preparing 12:40:12 99f0cd72a782: Preparing 12:40:12 f103f1bd3f6d: Preparing 12:40:12 7dd62ba6df50: Preparing 12:40:12 0013288b826b: Preparing 12:40:12 a06b06cbb73f: Preparing 12:40:12 2b11eb170dbe: Preparing 12:40:12 4504d5788e6f: Preparing 12:40:12 f4a969244362: Preparing 12:40:12 6f6f09e7ea16: Preparing 12:40:12 c64e056cd148: Preparing 12:40:12 ce7f800efff9: Preparing 12:40:12 c64e056cd148: Waiting 12:40:12 f4a969244362: Waiting 12:40:12 2b11eb170dbe: Waiting 12:40:12 ce7f800efff9: Waiting 12:40:12 7dd62ba6df50: Layer already exists 12:40:12 f103f1bd3f6d: Layer already exists 12:40:12 99f0cd72a782: Layer already exists 12:40:12 0013288b826b: Layer already exists 12:40:12 a06b06cbb73f: Layer already exists 12:40:12 4504d5788e6f: Layer already exists 12:40:12 2b11eb170dbe: Layer already exists 12:40:12 f4a969244362: Layer already exists 12:40:12 6f6f09e7ea16: Layer already exists 12:40:12 ce7f800efff9: Layer already exists 12:40:12 c64e056cd148: Layer already exists 12:40:12 8f51544d713f: Layer already exists 12:40:12 latest: digest: sha256:5f52637dabe2c7e3ccc8f67345ce0f25b2638bec271dd63160f9c888047bccd3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:12 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.44 12:40:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 12:40:13 8f51544d713f: Preparing 12:40:13 99f0cd72a782: Preparing 12:40:13 f103f1bd3f6d: Preparing 12:40:13 7dd62ba6df50: Preparing 12:40:13 0013288b826b: Preparing 12:40:13 a06b06cbb73f: Preparing 12:40:13 2b11eb170dbe: Preparing 12:40:13 4504d5788e6f: Preparing 12:40:13 f4a969244362: Preparing 12:40:13 2b11eb170dbe: Waiting 12:40:13 6f6f09e7ea16: Preparing 12:40:13 a06b06cbb73f: Waiting 12:40:13 c64e056cd148: Preparing 12:40:13 4504d5788e6f: Waiting 12:40:13 ce7f800efff9: Preparing 12:40:13 6f6f09e7ea16: Waiting 12:40:13 ce7f800efff9: Waiting 12:40:13 c64e056cd148: Waiting 12:40:13 8f51544d713f: Layer already exists 12:40:13 f103f1bd3f6d: Layer already exists 12:40:13 0013288b826b: Layer already exists 12:40:13 99f0cd72a782: Layer already exists 12:40:13 7dd62ba6df50: Layer already exists 12:40:13 a06b06cbb73f: Layer already exists 12:40:13 2b11eb170dbe: Layer already exists 12:40:13 4504d5788e6f: Layer already exists 12:40:13 f4a969244362: Layer already exists 12:40:13 6f6f09e7ea16: Layer already exists 12:40:13 c64e056cd148: Layer already exists 12:40:13 ce7f800efff9: Layer already exists 12:40:13 3.2.0-dev.44: digest: sha256:5f52637dabe2c7e3ccc8f67345ce0f25b2638bec271dd63160f9c888047bccd3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:13 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:40:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 12:40:13 8f51544d713f: Preparing 12:40:13 99f0cd72a782: Preparing 12:40:13 f103f1bd3f6d: Preparing 12:40:13 7dd62ba6df50: Preparing 12:40:13 0013288b826b: Preparing 12:40:13 a06b06cbb73f: Preparing 12:40:13 2b11eb170dbe: Preparing 12:40:13 4504d5788e6f: Preparing 12:40:13 f4a969244362: Preparing 12:40:13 6f6f09e7ea16: Preparing 12:40:13 c64e056cd148: Preparing 12:40:13 ce7f800efff9: Preparing 12:40:13 a06b06cbb73f: Waiting 12:40:13 2b11eb170dbe: Waiting 12:40:13 4504d5788e6f: Waiting 12:40:13 f4a969244362: Waiting 12:40:13 6f6f09e7ea16: Waiting 12:40:13 c64e056cd148: Waiting 12:40:13 ce7f800efff9: Waiting 12:40:13 f103f1bd3f6d: Layer already exists 12:40:13 99f0cd72a782: Layer already exists 12:40:13 8f51544d713f: Layer already exists 12:40:13 7dd62ba6df50: Layer already exists 12:40:13 0013288b826b: Layer already exists 12:40:13 2b11eb170dbe: Layer already exists 12:40:13 a06b06cbb73f: Layer already exists 12:40:13 4504d5788e6f: Layer already exists 12:40:13 6f6f09e7ea16: Layer already exists 12:40:13 f4a969244362: Layer already exists 12:40:13 c64e056cd148: Layer already exists 12:40:13 ce7f800efff9: Layer already exists 12:40:26 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:5f52637dabe2c7e3ccc8f67345ce0f25b2638bec271dd63160f9c888047bccd3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:26 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 12:40:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 12:40:26 8f51544d713f: Preparing 12:40:26 99f0cd72a782: Preparing 12:40:26 f103f1bd3f6d: Preparing 12:40:26 7dd62ba6df50: Preparing 12:40:26 0013288b826b: Preparing 12:40:26 a06b06cbb73f: Preparing 12:40:26 2b11eb170dbe: Preparing 12:40:26 4504d5788e6f: Preparing 12:40:26 f4a969244362: Preparing 12:40:26 6f6f09e7ea16: Preparing 12:40:26 c64e056cd148: Preparing 12:40:26 ce7f800efff9: Preparing 12:40:26 a06b06cbb73f: Waiting 12:40:26 6f6f09e7ea16: Waiting 12:40:26 c64e056cd148: Waiting 12:40:26 2b11eb170dbe: Waiting 12:40:26 ce7f800efff9: Waiting 12:40:26 4504d5788e6f: Waiting 12:40:26 8f51544d713f: Layer already exists 12:40:26 99f0cd72a782: Layer already exists 12:40:26 7dd62ba6df50: Layer already exists 12:40:26 0013288b826b: Layer already exists 12:40:26 f103f1bd3f6d: Layer already exists 12:40:26 2b11eb170dbe: Layer already exists 12:40:26 a06b06cbb73f: Layer already exists 12:40:26 f4a969244362: Layer already exists 12:40:26 6f6f09e7ea16: Layer already exists 12:40:26 4504d5788e6f: Layer already exists 12:40:26 c64e056cd148: Layer already exists 12:40:26 ce7f800efff9: Layer already exists 12:40:26 main: digest: sha256:5f52637dabe2c7e3ccc8f67345ce0f25b2638bec271dd63160f9c888047bccd3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:40:26 ===================================================== [Pipeline] echo 12:40:26 taggedImages: 12:40:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:40:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 12:40:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.44 12:40:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:40:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 12:40:26 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 12:40:26 a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:40:26 latest 12:40:26 3.2.0-dev.44 12:40:26 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:40:26 main 12:40:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:27 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:40:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 12:40:27 dd6cf4374c9e: Preparing 12:40:27 d31d8c3288a2: Preparing 12:40:27 4504d5788e6f: Preparing 12:40:27 f4a969244362: Preparing 12:40:27 c250505ec608: Preparing 12:40:27 bfee467d212e: Preparing 12:40:27 ce7f800efff9: Preparing 12:40:27 bfee467d212e: Waiting 12:40:27 ce7f800efff9: Waiting 12:40:27 4504d5788e6f: Layer already exists 12:40:27 f4a969244362: Layer already exists 12:40:27 ce7f800efff9: Layer already exists 12:40:27 c250505ec608: Pushed 12:40:27 dd6cf4374c9e: Pushed 12:40:28 bfee467d212e: Pushed 12:40:29 d31d8c3288a2: Pushed 12:40:29 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:0ff113cb5a0c159a556886d1debf779d66ec035cf21b1479f2ccd3ce5bbf86f2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:29 + 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 12:40:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 12:40:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 12:40:30 dd6cf4374c9e: Preparing 12:40:30 d31d8c3288a2: Preparing 12:40:30 4504d5788e6f: Preparing 12:40:30 f4a969244362: Preparing 12:40:30 c250505ec608: Preparing 12:40:30 bfee467d212e: Preparing 12:40:30 ce7f800efff9: Preparing 12:40:30 ce7f800efff9: Waiting 12:40:30 bfee467d212e: Waiting 12:40:30 c250505ec608: Layer already exists 12:40:30 d31d8c3288a2: Layer already exists 12:40:30 dd6cf4374c9e: Layer already exists 12:40:30 f4a969244362: Layer already exists 12:40:30 ce7f800efff9: Layer already exists 12:40:30 bfee467d212e: Layer already exists 12:40:30 4504d5788e6f: Layer already exists 12:40:30 latest: digest: sha256:0ff113cb5a0c159a556886d1debf779d66ec035cf21b1479f2ccd3ce5bbf86f2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:30 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.44 12:40:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 12:40:30 dd6cf4374c9e: Preparing 12:40:30 d31d8c3288a2: Preparing 12:40:30 4504d5788e6f: Preparing 12:40:30 f4a969244362: Preparing 12:40:30 c250505ec608: Preparing 12:40:30 bfee467d212e: Preparing 12:40:30 ce7f800efff9: Preparing 12:40:30 ce7f800efff9: Waiting 12:40:30 bfee467d212e: Waiting 12:40:30 4504d5788e6f: Layer already exists 12:40:30 d31d8c3288a2: Layer already exists 12:40:30 c250505ec608: Layer already exists 12:40:30 f4a969244362: Layer already exists 12:40:30 dd6cf4374c9e: Layer already exists 12:40:30 bfee467d212e: Layer already exists 12:40:30 ce7f800efff9: Layer already exists 12:40:30 3.2.0-dev.44: digest: sha256:0ff113cb5a0c159a556886d1debf779d66ec035cf21b1479f2ccd3ce5bbf86f2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:31 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:40:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 12:40:31 dd6cf4374c9e: Preparing 12:40:31 d31d8c3288a2: Preparing 12:40:31 4504d5788e6f: Preparing 12:40:31 f4a969244362: Preparing 12:40:31 c250505ec608: Preparing 12:40:31 bfee467d212e: Preparing 12:40:31 ce7f800efff9: Preparing 12:40:31 bfee467d212e: Waiting 12:40:31 ce7f800efff9: Waiting 12:40:31 dd6cf4374c9e: Layer already exists 12:40:31 d31d8c3288a2: Layer already exists 12:40:31 c250505ec608: Layer already exists 12:40:31 4504d5788e6f: Layer already exists 12:40:31 f4a969244362: Layer already exists 12:40:31 bfee467d212e: Layer already exists 12:40:31 ce7f800efff9: Layer already exists 12:40:31 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:0ff113cb5a0c159a556886d1debf779d66ec035cf21b1479f2ccd3ce5bbf86f2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:31 + 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 12:40:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 12:40:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 12:40:32 dd6cf4374c9e: Preparing 12:40:32 d31d8c3288a2: Preparing 12:40:32 4504d5788e6f: Preparing 12:40:32 f4a969244362: Preparing 12:40:32 c250505ec608: Preparing 12:40:32 bfee467d212e: Preparing 12:40:32 ce7f800efff9: Preparing 12:40:32 bfee467d212e: Waiting 12:40:32 ce7f800efff9: Waiting 12:40:32 d31d8c3288a2: Layer already exists 12:40:32 c250505ec608: Layer already exists 12:40:32 f4a969244362: Layer already exists 12:40:32 dd6cf4374c9e: Layer already exists 12:40:32 4504d5788e6f: Layer already exists 12:40:32 ce7f800efff9: Layer already exists 12:40:32 bfee467d212e: Layer already exists 12:40:32 main: digest: sha256:0ff113cb5a0c159a556886d1debf779d66ec035cf21b1479f2ccd3ce5bbf86f2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:40:32 ===================================================== [Pipeline] echo 12:40:32 taggedImages: 12:40:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:40:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 12:40:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.44 12:40:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:40:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 12:40:32 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 12:40:32 a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:40:32 latest 12:40:32 3.2.0-dev.44 12:40:32 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:40:32 main 12:40:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:32 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:40:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 12:40:33 5c2084386500: Preparing 12:40:33 fc7e5deb1d3a: Preparing 12:40:33 fc24b1b7dff7: Preparing 12:40:33 4504d5788e6f: Preparing 12:40:33 f4a969244362: Preparing 12:40:33 0da58baaee8a: Preparing 12:40:33 d65275a29e74: Preparing 12:40:33 5f349ec4beb7: Preparing 12:40:33 aa0935ffd4fd: Preparing 12:40:33 ce7f800efff9: Preparing 12:40:33 0da58baaee8a: Waiting 12:40:33 aa0935ffd4fd: Waiting 12:40:33 d65275a29e74: Waiting 12:40:33 ce7f800efff9: Waiting 12:40:33 5f349ec4beb7: Waiting 12:40:33 fc24b1b7dff7: Pushed 12:40:33 fc7e5deb1d3a: Pushed 12:40:33 f4a969244362: Layer already exists 12:40:33 5c2084386500: Pushed 12:40:33 4504d5788e6f: Layer already exists 12:40:33 ce7f800efff9: Layer already exists 12:40:33 5f349ec4beb7: Pushed 12:40:33 aa0935ffd4fd: Pushed 12:40:39 d65275a29e74: Pushed 12:40:42 0da58baaee8a: Pushed 12:40:42 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:74b914e09dd241d8efb31d29b1a2533cd8b19c17ec2fb4568b63ad20c630656d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:42 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 12:40:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 12:40:43 5c2084386500: Preparing 12:40:43 fc7e5deb1d3a: Preparing 12:40:43 fc24b1b7dff7: Preparing 12:40:43 4504d5788e6f: Preparing 12:40:43 f4a969244362: Preparing 12:40:43 0da58baaee8a: Preparing 12:40:43 d65275a29e74: Preparing 12:40:43 5f349ec4beb7: Preparing 12:40:43 aa0935ffd4fd: Preparing 12:40:43 ce7f800efff9: Preparing 12:40:43 5f349ec4beb7: Waiting 12:40:43 aa0935ffd4fd: Waiting 12:40:43 0da58baaee8a: Waiting 12:40:43 d65275a29e74: Waiting 12:40:43 ce7f800efff9: Waiting 12:40:43 4504d5788e6f: Layer already exists 12:40:43 5c2084386500: Layer already exists 12:40:43 fc7e5deb1d3a: Layer already exists 12:40:43 fc24b1b7dff7: Layer already exists 12:40:43 f4a969244362: Layer already exists 12:40:43 5f349ec4beb7: Layer already exists 12:40:43 d65275a29e74: Layer already exists 12:40:43 0da58baaee8a: Layer already exists 12:40:43 aa0935ffd4fd: Layer already exists 12:40:43 ce7f800efff9: Layer already exists 12:40:43 latest: digest: sha256:74b914e09dd241d8efb31d29b1a2533cd8b19c17ec2fb4568b63ad20c630656d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:43 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.44 12:40:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 12:40:43 5c2084386500: Preparing 12:40:43 fc7e5deb1d3a: Preparing 12:40:43 fc24b1b7dff7: Preparing 12:40:43 4504d5788e6f: Preparing 12:40:43 f4a969244362: Preparing 12:40:43 0da58baaee8a: Preparing 12:40:43 d65275a29e74: Preparing 12:40:43 5f349ec4beb7: Preparing 12:40:43 aa0935ffd4fd: Preparing 12:40:43 ce7f800efff9: Preparing 12:40:43 d65275a29e74: Waiting 12:40:43 5f349ec4beb7: Waiting 12:40:43 0da58baaee8a: Waiting 12:40:43 ce7f800efff9: Waiting 12:40:43 f4a969244362: Layer already exists 12:40:43 5c2084386500: Layer already exists 12:40:43 fc7e5deb1d3a: Layer already exists 12:40:43 fc24b1b7dff7: Layer already exists 12:40:43 4504d5788e6f: Layer already exists 12:40:43 0da58baaee8a: Layer already exists 12:40:43 aa0935ffd4fd: Layer already exists 12:40:43 d65275a29e74: Layer already exists 12:40:43 5f349ec4beb7: Layer already exists 12:40:43 ce7f800efff9: Layer already exists 12:40:43 3.2.0-dev.44: digest: sha256:74b914e09dd241d8efb31d29b1a2533cd8b19c17ec2fb4568b63ad20c630656d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:44 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:40:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 12:40:44 5c2084386500: Preparing 12:40:44 fc7e5deb1d3a: Preparing 12:40:44 fc24b1b7dff7: Preparing 12:40:44 4504d5788e6f: Preparing 12:40:44 f4a969244362: Preparing 12:40:44 0da58baaee8a: Preparing 12:40:44 d65275a29e74: Preparing 12:40:44 5f349ec4beb7: Preparing 12:40:44 aa0935ffd4fd: Preparing 12:40:44 ce7f800efff9: Preparing 12:40:44 0da58baaee8a: Waiting 12:40:44 d65275a29e74: Waiting 12:40:44 5f349ec4beb7: Waiting 12:40:44 aa0935ffd4fd: Waiting 12:40:44 ce7f800efff9: Waiting 12:40:44 fc7e5deb1d3a: Layer already exists 12:40:44 5c2084386500: Layer already exists 12:40:44 fc24b1b7dff7: Layer already exists 12:40:44 4504d5788e6f: Layer already exists 12:40:44 f4a969244362: Layer already exists 12:40:44 d65275a29e74: Layer already exists 12:40:44 0da58baaee8a: Layer already exists 12:40:44 aa0935ffd4fd: Layer already exists 12:40:44 ce7f800efff9: Layer already exists 12:40:44 5f349ec4beb7: Layer already exists 12:40:44 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:74b914e09dd241d8efb31d29b1a2533cd8b19c17ec2fb4568b63ad20c630656d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:44 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 12:40:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 12:40:45 5c2084386500: Preparing 12:40:45 fc7e5deb1d3a: Preparing 12:40:45 fc24b1b7dff7: Preparing 12:40:45 4504d5788e6f: Preparing 12:40:45 f4a969244362: Preparing 12:40:45 0da58baaee8a: Preparing 12:40:45 d65275a29e74: Preparing 12:40:45 5f349ec4beb7: Preparing 12:40:45 aa0935ffd4fd: Preparing 12:40:45 ce7f800efff9: Preparing 12:40:45 0da58baaee8a: Waiting 12:40:45 d65275a29e74: Waiting 12:40:45 5f349ec4beb7: Waiting 12:40:45 aa0935ffd4fd: Waiting 12:40:45 ce7f800efff9: Waiting 12:40:45 fc24b1b7dff7: Layer already exists 12:40:45 4504d5788e6f: Layer already exists 12:40:45 fc7e5deb1d3a: Layer already exists 12:40:45 5c2084386500: Layer already exists 12:40:45 f4a969244362: Layer already exists 12:40:45 d65275a29e74: Layer already exists 12:40:45 0da58baaee8a: Layer already exists 12:40:45 5f349ec4beb7: Layer already exists 12:40:45 ce7f800efff9: Layer already exists 12:40:45 aa0935ffd4fd: Layer already exists 12:40:45 main: digest: sha256:74b914e09dd241d8efb31d29b1a2533cd8b19c17ec2fb4568b63ad20c630656d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:40:45 ===================================================== [Pipeline] echo 12:40:45 taggedImages: 12:40:45 - nexus3.edgexfoundry.org:10004/security-spire-agent:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:40:45 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 12:40:45 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.44 12:40:45 - nexus3.edgexfoundry.org:10004/security-spire-agent:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:40:45 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 12:40:45 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 12:40:45 a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:40:45 latest 12:40:45 3.2.0-dev.44 12:40:45 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:40:45 main 12:40:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:45 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:40:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 12:40:46 4a701edcc466: Preparing 12:40:46 318e2bb12bd6: Preparing 12:40:46 441f11f2ee2d: Preparing 12:40:46 4504d5788e6f: Preparing 12:40:46 f4a969244362: Preparing 12:40:46 ee6860bd13a9: Preparing 12:40:46 710d42796548: Preparing 12:40:46 631e9260bc81: Preparing 12:40:46 ce7f800efff9: Preparing 12:40:46 710d42796548: Waiting 12:40:46 631e9260bc81: Waiting 12:40:46 ce7f800efff9: Waiting 12:40:46 ee6860bd13a9: Waiting 12:40:46 318e2bb12bd6: Pushed 12:40:46 441f11f2ee2d: Pushed 12:40:46 4504d5788e6f: Layer already exists 12:40:46 f4a969244362: Layer already exists 12:40:46 4a701edcc466: Pushed 12:40:46 710d42796548: Pushed 12:40:46 ce7f800efff9: Layer already exists 12:40:46 631e9260bc81: Pushed 12:40:56 ee6860bd13a9: Pushed 12:40:56 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:394c33d22645d7692b5d67396bc7206b933a2c354107aa635b451b44e8f896eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:57 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 12:40:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 12:40:57 4a701edcc466: Preparing 12:40:57 318e2bb12bd6: Preparing 12:40:57 441f11f2ee2d: Preparing 12:40:57 4504d5788e6f: Preparing 12:40:57 f4a969244362: Preparing 12:40:57 ee6860bd13a9: Preparing 12:40:57 710d42796548: Preparing 12:40:57 631e9260bc81: Preparing 12:40:57 ce7f800efff9: Preparing 12:40:57 ee6860bd13a9: Waiting 12:40:57 ce7f800efff9: Waiting 12:40:57 710d42796548: Waiting 12:40:57 4a701edcc466: Layer already exists 12:40:57 441f11f2ee2d: Layer already exists 12:40:57 f4a969244362: Layer already exists 12:40:57 4504d5788e6f: Layer already exists 12:40:57 318e2bb12bd6: Layer already exists 12:40:57 ee6860bd13a9: Layer already exists 12:40:57 631e9260bc81: Layer already exists 12:40:57 710d42796548: Layer already exists 12:40:57 ce7f800efff9: Layer already exists 12:40:57 latest: digest: sha256:394c33d22645d7692b5d67396bc7206b933a2c354107aa635b451b44e8f896eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:57 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.44 12:40:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 12:40:57 4a701edcc466: Preparing 12:40:57 318e2bb12bd6: Preparing 12:40:57 441f11f2ee2d: Preparing 12:40:57 4504d5788e6f: Preparing 12:40:57 f4a969244362: Preparing 12:40:57 ee6860bd13a9: Preparing 12:40:57 710d42796548: Preparing 12:40:57 631e9260bc81: Preparing 12:40:57 ce7f800efff9: Preparing 12:40:57 631e9260bc81: Waiting 12:40:57 ee6860bd13a9: Waiting 12:40:57 ce7f800efff9: Waiting 12:40:57 710d42796548: Waiting 12:40:57 f4a969244362: Layer already exists 12:40:57 441f11f2ee2d: Layer already exists 12:40:57 318e2bb12bd6: Layer already exists 12:40:57 4504d5788e6f: Layer already exists 12:40:57 4a701edcc466: Layer already exists 12:40:57 ce7f800efff9: Layer already exists 12:40:57 ee6860bd13a9: Layer already exists 12:40:57 710d42796548: Layer already exists 12:40:57 631e9260bc81: Layer already exists 12:40:57 3.2.0-dev.44: digest: sha256:394c33d22645d7692b5d67396bc7206b933a2c354107aa635b451b44e8f896eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:58 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:40:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 12:40:58 4a701edcc466: Preparing 12:40:58 318e2bb12bd6: Preparing 12:40:58 441f11f2ee2d: Preparing 12:40:58 4504d5788e6f: Preparing 12:40:58 f4a969244362: Preparing 12:40:58 ee6860bd13a9: Preparing 12:40:58 710d42796548: Preparing 12:40:58 631e9260bc81: Preparing 12:40:58 ce7f800efff9: Preparing 12:40:58 ee6860bd13a9: Waiting 12:40:58 710d42796548: Waiting 12:40:58 ce7f800efff9: Waiting 12:40:58 631e9260bc81: Waiting 12:40:58 4a701edcc466: Layer already exists 12:40:58 441f11f2ee2d: Layer already exists 12:40:58 318e2bb12bd6: Layer already exists 12:40:58 4504d5788e6f: Layer already exists 12:40:58 f4a969244362: Layer already exists 12:40:58 710d42796548: Layer already exists 12:40:58 ce7f800efff9: Layer already exists 12:40:58 ee6860bd13a9: Layer already exists 12:40:58 631e9260bc81: Layer already exists 12:40:58 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:394c33d22645d7692b5d67396bc7206b933a2c354107aa635b451b44e8f896eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:58 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:40:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 12:40:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 12:40:59 4a701edcc466: Preparing 12:40:59 318e2bb12bd6: Preparing 12:40:59 441f11f2ee2d: Preparing 12:40:59 4504d5788e6f: Preparing 12:40:59 f4a969244362: Preparing 12:40:59 ee6860bd13a9: Preparing 12:40:59 710d42796548: Preparing 12:40:59 631e9260bc81: Preparing 12:40:59 ce7f800efff9: Preparing 12:40:59 ee6860bd13a9: Waiting 12:40:59 710d42796548: Waiting 12:40:59 631e9260bc81: Waiting 12:40:59 ce7f800efff9: Waiting 12:40:59 318e2bb12bd6: Layer already exists 12:40:59 4a701edcc466: Layer already exists 12:40:59 441f11f2ee2d: Layer already exists 12:40:59 4504d5788e6f: Layer already exists 12:40:59 f4a969244362: Layer already exists 12:40:59 631e9260bc81: Layer already exists 12:40:59 ce7f800efff9: Layer already exists 12:40:59 ee6860bd13a9: Layer already exists 12:40:59 710d42796548: Layer already exists 12:41:00 main: digest: sha256:394c33d22645d7692b5d67396bc7206b933a2c354107aa635b451b44e8f896eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:41:00 ===================================================== [Pipeline] echo 12:41:00 taggedImages: 12:41:00 - nexus3.edgexfoundry.org:10004/security-spire-config:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:41:00 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 12:41:00 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.44 12:41:00 - nexus3.edgexfoundry.org:10004/security-spire-config:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:41:00 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 12:41:00 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 12:41:00 a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:41:00 latest 12:41:00 3.2.0-dev.44 12:41:00 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:41:00 main 12:41:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:00 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:41:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 12:41:00 5c2084386500: Preparing 12:41:00 7153a9cd3fa3: Preparing 12:41:00 9e2a74c1b159: Preparing 12:41:00 4504d5788e6f: Preparing 12:41:00 f4a969244362: Preparing 12:41:00 ac51387ec761: Preparing 12:41:00 5f349ec4beb7: Preparing 12:41:00 aa0935ffd4fd: Preparing 12:41:00 ce7f800efff9: Preparing 12:41:00 aa0935ffd4fd: Waiting 12:41:00 5f349ec4beb7: Waiting 12:41:00 ce7f800efff9: Waiting 12:41:00 ac51387ec761: Waiting 12:41:00 5c2084386500: Layer already exists 12:41:00 9e2a74c1b159: Pushed 12:41:00 7153a9cd3fa3: Pushed 12:41:01 4504d5788e6f: Layer already exists 12:41:01 f4a969244362: Layer already exists 12:41:01 5f349ec4beb7: Layer already exists 12:41:02 ce7f800efff9: Layer already exists 12:41:02 aa0935ffd4fd: Layer already exists 12:41:10 ac51387ec761: Pushed 12:41:10 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:fd021ee8033b0d1a3ec9267e3b6d96db37c7c6b7657f658f491761cd729a03b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:10 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 12:41:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 12:41:11 5c2084386500: Preparing 12:41:11 7153a9cd3fa3: Preparing 12:41:11 9e2a74c1b159: Preparing 12:41:11 4504d5788e6f: Preparing 12:41:11 f4a969244362: Preparing 12:41:11 ac51387ec761: Preparing 12:41:11 5f349ec4beb7: Preparing 12:41:11 aa0935ffd4fd: Preparing 12:41:11 ce7f800efff9: Preparing 12:41:11 5f349ec4beb7: Waiting 12:41:11 ac51387ec761: Waiting 12:41:11 aa0935ffd4fd: Waiting 12:41:11 ce7f800efff9: Waiting 12:41:11 9e2a74c1b159: Layer already exists 12:41:11 f4a969244362: Layer already exists 12:41:11 4504d5788e6f: Layer already exists 12:41:11 5c2084386500: Layer already exists 12:41:11 7153a9cd3fa3: Layer already exists 12:41:11 ac51387ec761: Layer already exists 12:41:11 5f349ec4beb7: Layer already exists 12:41:11 ce7f800efff9: Layer already exists 12:41:11 aa0935ffd4fd: Layer already exists 12:41:11 latest: digest: sha256:fd021ee8033b0d1a3ec9267e3b6d96db37c7c6b7657f658f491761cd729a03b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:11 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.44 12:41:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 12:41:11 5c2084386500: Preparing 12:41:11 7153a9cd3fa3: Preparing 12:41:11 9e2a74c1b159: Preparing 12:41:11 4504d5788e6f: Preparing 12:41:11 f4a969244362: Preparing 12:41:11 ac51387ec761: Preparing 12:41:11 5f349ec4beb7: Preparing 12:41:11 aa0935ffd4fd: Preparing 12:41:11 ce7f800efff9: Preparing 12:41:11 5f349ec4beb7: Waiting 12:41:11 aa0935ffd4fd: Waiting 12:41:11 ce7f800efff9: Waiting 12:41:11 ac51387ec761: Waiting 12:41:11 5c2084386500: Layer already exists 12:41:11 9e2a74c1b159: Layer already exists 12:41:11 4504d5788e6f: Layer already exists 12:41:11 7153a9cd3fa3: Layer already exists 12:41:11 f4a969244362: Layer already exists 12:41:11 aa0935ffd4fd: Layer already exists 12:41:11 ac51387ec761: Layer already exists 12:41:11 5f349ec4beb7: Layer already exists 12:41:11 ce7f800efff9: Layer already exists 12:41:11 3.2.0-dev.44: digest: sha256:fd021ee8033b0d1a3ec9267e3b6d96db37c7c6b7657f658f491761cd729a03b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:12 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:41:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 12:41:12 5c2084386500: Preparing 12:41:12 7153a9cd3fa3: Preparing 12:41:12 9e2a74c1b159: Preparing 12:41:12 4504d5788e6f: Preparing 12:41:12 f4a969244362: Preparing 12:41:12 ac51387ec761: Preparing 12:41:12 5f349ec4beb7: Preparing 12:41:12 aa0935ffd4fd: Preparing 12:41:12 ce7f800efff9: Preparing 12:41:12 ac51387ec761: Waiting 12:41:12 5f349ec4beb7: Waiting 12:41:12 aa0935ffd4fd: Waiting 12:41:12 ce7f800efff9: Waiting 12:41:12 5c2084386500: Layer already exists 12:41:12 7153a9cd3fa3: Layer already exists 12:41:12 9e2a74c1b159: Layer already exists 12:41:12 f4a969244362: Layer already exists 12:41:12 ac51387ec761: Layer already exists 12:41:12 ce7f800efff9: Layer already exists 12:41:12 aa0935ffd4fd: Layer already exists 12:41:12 4504d5788e6f: Layer already exists 12:41:12 5f349ec4beb7: Layer already exists 12:41:12 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:fd021ee8033b0d1a3ec9267e3b6d96db37c7c6b7657f658f491761cd729a03b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:12 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 12:41:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 12:41:13 5c2084386500: Preparing 12:41:13 7153a9cd3fa3: Preparing 12:41:13 9e2a74c1b159: Preparing 12:41:13 4504d5788e6f: Preparing 12:41:13 f4a969244362: Preparing 12:41:13 ac51387ec761: Preparing 12:41:13 5f349ec4beb7: Preparing 12:41:13 aa0935ffd4fd: Preparing 12:41:13 ce7f800efff9: Preparing 12:41:13 ac51387ec761: Waiting 12:41:13 5f349ec4beb7: Waiting 12:41:13 aa0935ffd4fd: Waiting 12:41:13 ce7f800efff9: Waiting 12:41:13 4504d5788e6f: Layer already exists 12:41:13 9e2a74c1b159: Layer already exists 12:41:13 f4a969244362: Layer already exists 12:41:13 7153a9cd3fa3: Layer already exists 12:41:13 5c2084386500: Layer already exists 12:41:13 5f349ec4beb7: Layer already exists 12:41:13 aa0935ffd4fd: Layer already exists 12:41:13 ce7f800efff9: Layer already exists 12:41:13 ac51387ec761: Layer already exists 12:41:13 main: digest: sha256:fd021ee8033b0d1a3ec9267e3b6d96db37c7c6b7657f658f491761cd729a03b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:41:13 ===================================================== [Pipeline] echo 12:41:13 taggedImages: 12:41:13 - nexus3.edgexfoundry.org:10004/security-spire-server:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:41:13 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 12:41:13 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.44 12:41:13 - nexus3.edgexfoundry.org:10004/security-spire-server:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:41:13 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 12:41:13 [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: 12:41:13 a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:41:13 latest 12:41:13 3.2.0-dev.44 12:41:13 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:41:13 main 12:41:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:13 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:14 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:41:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 12:41:14 f71ba2a337ec: Preparing 12:41:14 2c2607e70821: Preparing 12:41:14 4504d5788e6f: Preparing 12:41:14 f4a969244362: Preparing 12:41:14 3fd00623df0e: Preparing 12:41:14 7f28abf663b7: Preparing 12:41:14 ce7f800efff9: Preparing 12:41:14 7f28abf663b7: Waiting 12:41:14 ce7f800efff9: Waiting 12:41:14 3fd00623df0e: Pushed 12:41:14 f4a969244362: Layer already exists 12:41:14 4504d5788e6f: Layer already exists 12:41:14 f71ba2a337ec: Pushed 12:41:14 ce7f800efff9: Layer already exists 12:41:14 7f28abf663b7: Pushed 12:41:17 2c2607e70821: Pushed 12:41:17 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:cb62a49414f78c1947cb7c0b0235d082c3e97ca5df6998608e5126ef90ce3e1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:18 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:18 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 12:41:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 12:41:18 f71ba2a337ec: Preparing 12:41:18 2c2607e70821: Preparing 12:41:18 4504d5788e6f: Preparing 12:41:18 f4a969244362: Preparing 12:41:18 3fd00623df0e: Preparing 12:41:18 7f28abf663b7: Preparing 12:41:18 ce7f800efff9: Preparing 12:41:18 ce7f800efff9: Waiting 12:41:18 4504d5788e6f: Layer already exists 12:41:18 f4a969244362: Layer already exists 12:41:18 3fd00623df0e: Layer already exists 12:41:18 f71ba2a337ec: Layer already exists 12:41:18 2c2607e70821: Layer already exists 12:41:18 ce7f800efff9: Layer already exists 12:41:18 7f28abf663b7: Layer already exists 12:41:18 latest: digest: sha256:cb62a49414f78c1947cb7c0b0235d082c3e97ca5df6998608e5126ef90ce3e1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:19 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:20 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.44 12:41:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 12:41:20 f71ba2a337ec: Preparing 12:41:20 2c2607e70821: Preparing 12:41:20 4504d5788e6f: Preparing 12:41:20 f4a969244362: Preparing 12:41:20 3fd00623df0e: Preparing 12:41:20 7f28abf663b7: Preparing 12:41:20 ce7f800efff9: Preparing 12:41:20 7f28abf663b7: Waiting 12:41:20 ce7f800efff9: Waiting 12:41:20 f71ba2a337ec: Layer already exists 12:41:20 3fd00623df0e: Layer already exists 12:41:20 f4a969244362: Layer already exists 12:41:20 4504d5788e6f: Layer already exists 12:41:20 2c2607e70821: Layer already exists 12:41:20 7f28abf663b7: Layer already exists 12:41:20 ce7f800efff9: Layer already exists 12:41:20 3.2.0-dev.44: digest: sha256:cb62a49414f78c1947cb7c0b0235d082c3e97ca5df6998608e5126ef90ce3e1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:20 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:20 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:41:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 12:41:20 f71ba2a337ec: Preparing 12:41:20 2c2607e70821: Preparing 12:41:20 4504d5788e6f: Preparing 12:41:20 f4a969244362: Preparing 12:41:20 3fd00623df0e: Preparing 12:41:20 7f28abf663b7: Preparing 12:41:20 ce7f800efff9: Preparing 12:41:20 7f28abf663b7: Waiting 12:41:20 ce7f800efff9: Waiting 12:41:20 2c2607e70821: Layer already exists 12:41:20 f4a969244362: Layer already exists 12:41:20 4504d5788e6f: Layer already exists 12:41:20 3fd00623df0e: Layer already exists 12:41:20 f71ba2a337ec: Layer already exists 12:41:20 ce7f800efff9: Layer already exists 12:41:20 7f28abf663b7: Layer already exists 12:41:20 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:cb62a49414f78c1947cb7c0b0235d082c3e97ca5df6998608e5126ef90ce3e1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:21 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:21 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main 12:41:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 12:41:21 f71ba2a337ec: Preparing 12:41:21 2c2607e70821: Preparing 12:41:21 4504d5788e6f: Preparing 12:41:21 f4a969244362: Preparing 12:41:21 3fd00623df0e: Preparing 12:41:21 7f28abf663b7: Preparing 12:41:21 ce7f800efff9: Preparing 12:41:21 ce7f800efff9: Waiting 12:41:21 7f28abf663b7: Waiting 12:41:21 2c2607e70821: Layer already exists 12:41:21 3fd00623df0e: Layer already exists 12:41:21 f71ba2a337ec: Layer already exists 12:41:21 4504d5788e6f: Layer already exists 12:41:21 f4a969244362: Layer already exists 12:41:21 7f28abf663b7: Layer already exists 12:41:21 ce7f800efff9: Layer already exists 12:41:21 main: digest: sha256:cb62a49414f78c1947cb7c0b0235d082c3e97ca5df6998608e5126ef90ce3e1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:41:21 ===================================================== [Pipeline] echo 12:41:21 taggedImages: 12:41:21 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:41:21 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 12:41:21 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.44 12:41:21 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:41:21 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo 12:41:21 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 12:41:21 a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:41:21 latest 12:41:21 3.2.0-dev.44 12:41:21 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:41:21 main 12:41:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:21 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:41:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 12:41:22 4f0a8ca9d6a5: Preparing 12:41:22 ddcb74b4d844: Preparing 12:41:22 4504d5788e6f: Preparing 12:41:22 f4a969244362: Preparing 12:41:22 3fd00623df0e: Preparing 12:41:22 7f28abf663b7: Preparing 12:41:22 ce7f800efff9: Preparing 12:41:22 ce7f800efff9: Waiting 12:41:22 7f28abf663b7: Waiting 12:41:22 4504d5788e6f: Layer already exists 12:41:23 3fd00623df0e: Layer already exists 12:41:23 4f0a8ca9d6a5: Pushed 12:41:23 f4a969244362: Layer already exists 12:41:23 7f28abf663b7: Layer already exists 12:41:23 ce7f800efff9: Layer already exists 12:41:25 ddcb74b4d844: Pushed 12:41:25 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:b2d294c5a3b1d0e357d30f7c0f8a613cce7b9ed83d180639266abb7e1189b4f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:25 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 12:41:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 12:41:26 4f0a8ca9d6a5: Preparing 12:41:26 ddcb74b4d844: Preparing 12:41:26 4504d5788e6f: Preparing 12:41:26 f4a969244362: Preparing 12:41:26 3fd00623df0e: Preparing 12:41:26 7f28abf663b7: Preparing 12:41:26 ce7f800efff9: Preparing 12:41:26 7f28abf663b7: Waiting 12:41:26 4f0a8ca9d6a5: Layer already exists 12:41:26 f4a969244362: Layer already exists 12:41:26 4504d5788e6f: Layer already exists 12:41:26 3fd00623df0e: Layer already exists 12:41:26 ddcb74b4d844: Layer already exists 12:41:26 7f28abf663b7: Layer already exists 12:41:26 ce7f800efff9: Layer already exists 12:41:26 latest: digest: sha256:b2d294c5a3b1d0e357d30f7c0f8a613cce7b9ed83d180639266abb7e1189b4f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:26 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.44 12:41:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 12:41:26 4f0a8ca9d6a5: Preparing 12:41:26 ddcb74b4d844: Preparing 12:41:26 4504d5788e6f: Preparing 12:41:26 f4a969244362: Preparing 12:41:26 3fd00623df0e: Preparing 12:41:26 7f28abf663b7: Preparing 12:41:26 ce7f800efff9: Preparing 12:41:26 7f28abf663b7: Waiting 12:41:26 ce7f800efff9: Waiting 12:41:26 f4a969244362: Layer already exists 12:41:26 ddcb74b4d844: Layer already exists 12:41:26 4504d5788e6f: Layer already exists 12:41:26 4f0a8ca9d6a5: Layer already exists 12:41:26 3fd00623df0e: Layer already exists 12:41:26 7f28abf663b7: Layer already exists 12:41:26 ce7f800efff9: Layer already exists 12:41:26 3.2.0-dev.44: digest: sha256:b2d294c5a3b1d0e357d30f7c0f8a613cce7b9ed83d180639266abb7e1189b4f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:27 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:41:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 12:41:27 4f0a8ca9d6a5: Preparing 12:41:27 ddcb74b4d844: Preparing 12:41:27 4504d5788e6f: Preparing 12:41:27 f4a969244362: Preparing 12:41:27 3fd00623df0e: Preparing 12:41:27 7f28abf663b7: Preparing 12:41:27 ce7f800efff9: Preparing 12:41:27 7f28abf663b7: Waiting 12:41:27 ce7f800efff9: Waiting 12:41:27 4504d5788e6f: Layer already exists 12:41:27 f4a969244362: Layer already exists 12:41:27 3fd00623df0e: Layer already exists 12:41:27 ddcb74b4d844: Layer already exists 12:41:28 4f0a8ca9d6a5: Layer already exists 12:41:28 7f28abf663b7: Layer already exists 12:41:28 ce7f800efff9: Layer already exists 12:41:29 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:b2d294c5a3b1d0e357d30f7c0f8a613cce7b9ed83d180639266abb7e1189b4f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:29 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 12:41:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 12:41:30 4f0a8ca9d6a5: Preparing 12:41:30 ddcb74b4d844: Preparing 12:41:30 4504d5788e6f: Preparing 12:41:30 f4a969244362: Preparing 12:41:30 3fd00623df0e: Preparing 12:41:30 7f28abf663b7: Preparing 12:41:30 ce7f800efff9: Preparing 12:41:30 f4a969244362: Layer already exists 12:41:30 4504d5788e6f: Layer already exists 12:41:30 ddcb74b4d844: Layer already exists 12:41:30 3fd00623df0e: Layer already exists 12:41:30 4f0a8ca9d6a5: Layer already exists 12:41:30 7f28abf663b7: Layer already exists 12:41:30 ce7f800efff9: Layer already exists 12:41:30 main: digest: sha256:b2d294c5a3b1d0e357d30f7c0f8a613cce7b9ed83d180639266abb7e1189b4f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:41:30 ===================================================== [Pipeline] echo 12:41:30 taggedImages: 12:41:30 - nexus3.edgexfoundry.org:10004/support-notifications:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:41:30 - nexus3.edgexfoundry.org:10004/support-notifications:latest 12:41:30 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.44 12:41:30 - nexus3.edgexfoundry.org:10004/support-notifications:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:41:30 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 12:41:30 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 12:41:30 a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:41:30 latest 12:41:30 3.2.0-dev.44 12:41:30 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:41:30 main 12:41:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:30 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:41:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 12:41:31 217502f1912e: Preparing 12:41:31 502d60165527: Preparing 12:41:31 4504d5788e6f: Preparing 12:41:31 f4a969244362: Preparing 12:41:31 566643ae4b9d: Preparing 12:41:31 118a214cc333: Preparing 12:41:31 ce7f800efff9: Preparing 12:41:31 ce7f800efff9: Waiting 12:41:31 118a214cc333: Waiting 12:41:31 217502f1912e: Pushed 12:41:31 4504d5788e6f: Layer already exists 12:41:31 f4a969244362: Layer already exists 12:41:32 566643ae4b9d: Layer already exists 12:41:32 118a214cc333: Layer already exists 12:41:32 ce7f800efff9: Layer already exists 12:41:35 502d60165527: Pushed 12:41:35 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:9e51787bfee9aabd3737f5aa630e84614755c06198bc7b2060fa090adbcf13e4 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:35 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 12:41:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 12:41:36 217502f1912e: Preparing 12:41:36 502d60165527: Preparing 12:41:36 4504d5788e6f: Preparing 12:41:36 f4a969244362: Preparing 12:41:36 566643ae4b9d: Preparing 12:41:36 118a214cc333: Preparing 12:41:36 ce7f800efff9: Preparing 12:41:36 118a214cc333: Waiting 12:41:36 ce7f800efff9: Waiting 12:41:36 566643ae4b9d: Layer already exists 12:41:36 f4a969244362: Layer already exists 12:41:36 217502f1912e: Layer already exists 12:41:36 4504d5788e6f: Layer already exists 12:41:36 502d60165527: Layer already exists 12:41:36 118a214cc333: Layer already exists 12:41:36 ce7f800efff9: Layer already exists 12:41:36 latest: digest: sha256:9e51787bfee9aabd3737f5aa630e84614755c06198bc7b2060fa090adbcf13e4 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:36 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.44 12:41:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 12:41:36 217502f1912e: Preparing 12:41:36 502d60165527: Preparing 12:41:36 4504d5788e6f: Preparing 12:41:36 f4a969244362: Preparing 12:41:36 566643ae4b9d: Preparing 12:41:36 118a214cc333: Preparing 12:41:36 ce7f800efff9: Preparing 12:41:36 118a214cc333: Waiting 12:41:36 ce7f800efff9: Waiting 12:41:36 502d60165527: Layer already exists 12:41:36 217502f1912e: Layer already exists 12:41:36 f4a969244362: Layer already exists 12:41:36 4504d5788e6f: Layer already exists 12:41:36 566643ae4b9d: Layer already exists 12:41:36 118a214cc333: Layer already exists 12:41:36 ce7f800efff9: Layer already exists 12:41:36 3.2.0-dev.44: digest: sha256:9e51787bfee9aabd3737f5aa630e84614755c06198bc7b2060fa090adbcf13e4 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:37 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:41:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 12:41:37 217502f1912e: Preparing 12:41:37 502d60165527: Preparing 12:41:37 4504d5788e6f: Preparing 12:41:37 f4a969244362: Preparing 12:41:37 566643ae4b9d: Preparing 12:41:37 118a214cc333: Preparing 12:41:37 ce7f800efff9: Preparing 12:41:37 118a214cc333: Waiting 12:41:37 ce7f800efff9: Waiting 12:41:37 566643ae4b9d: Layer already exists 12:41:37 f4a969244362: Layer already exists 12:41:37 4504d5788e6f: Layer already exists 12:41:37 217502f1912e: Layer already exists 12:41:37 502d60165527: Layer already exists 12:41:37 118a214cc333: Layer already exists 12:41:37 ce7f800efff9: Layer already exists 12:41:37 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:9e51787bfee9aabd3737f5aa630e84614755c06198bc7b2060fa090adbcf13e4 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:38 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 12:41:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 12:41:38 217502f1912e: Preparing 12:41:38 502d60165527: Preparing 12:41:38 4504d5788e6f: Preparing 12:41:38 f4a969244362: Preparing 12:41:38 566643ae4b9d: Preparing 12:41:38 118a214cc333: Preparing 12:41:38 ce7f800efff9: Preparing 12:41:38 118a214cc333: Waiting 12:41:38 ce7f800efff9: Waiting 12:41:38 217502f1912e: Layer already exists 12:41:38 502d60165527: Layer already exists 12:41:38 f4a969244362: Layer already exists 12:41:38 566643ae4b9d: Layer already exists 12:41:38 4504d5788e6f: Layer already exists 12:41:38 118a214cc333: Layer already exists 12:41:38 ce7f800efff9: Layer already exists 12:41:38 main: digest: sha256:9e51787bfee9aabd3737f5aa630e84614755c06198bc7b2060fa090adbcf13e4 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:41:38 ===================================================== [Pipeline] echo 12:41:38 taggedImages: 12:41:38 - nexus3.edgexfoundry.org:10004/support-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c 12:41:38 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 12:41:38 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.44 12:41:38 - nexus3.edgexfoundry.org:10004/support-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 12:41:38 - 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] } 12:54:28 #124 ... 12:54:28 12:54:28 #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 12:54:28 #151 1164.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:54:28 #151 ... 12:54:28 12:54:28 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 12:54:28 #148 DONE 1169.8s 12:54:28 12:54:28 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:54:28 #65 ... 12:54:28 12:54:28 #159 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 12:54:28 #159 DONE 0.3s 12:54:28 12:54:28 #160 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 12:54:28 #160 DONE 0.2s 12:54:28 12:54:28 #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 12:54:28 #151 ... 12:54:28 12:54:28 #161 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 12:54:28 #161 DONE 0.2s 12:54:28 12:54:28 #162 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 12:54:28 #162 DONE 0.2s 12:54:28 12:54:28 #163 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:54:28 #163 DONE 0.5s 12:54:28 12:54:28 #164 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 12:54:28 #164 DONE 0.2s 12:54:28 12:54:28 #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 12:54:28 #158 ... 12:54:28 12:54:28 #165 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:54:28 #165 DONE 2.4s 12:54:28 12:54:28 #108 [security-proxy-setup] exporting to image 12:54:28 #108 exporting layers 12:54:29 #108 exporting layers 0.9s done 12:54:29 #108 writing image sha256:d4893712faa893ef719a1158b5e06bc4ed803587bf99bca4223bceac352b918c done 12:54:29 #108 naming to docker.io/library/security-proxy-setup-arm64 done 12:54:29 #108 DONE 5.6s 12:54:29 12:54:29 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:54:29 #55 ... 12:54:29 12:54:29 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 12:54:29 #147 DONE 1176.2s 12:54:29 12:54:29 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 12:54:30 #150 ... 12:54:30 12:54:30 #166 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 12:54:30 #166 DONE 0.2s 12:54:30 12:54:30 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 12:54:31 #154 ... 12:54:31 12:54:31 #167 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 12:54:33 #167 DONE 2.4s 12:54:33 12:54:33 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 12:54:33 #154 ... 12:54:33 12:54:33 #168 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 12:54:33 #168 DONE 0.2s 12:54:33 12:54:33 #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:54:33 #124 ... 12:54:33 12:54:33 #169 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 12:54:33 #169 DONE 0.3s 12:54:33 12:54:33 #170 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:54:34 #170 DONE 0.3s 12:54:34 12:54:34 #171 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 12:54:34 #171 DONE 0.2s 12:54:34 12:54:34 #172 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 12:54:35 #172 DONE 0.7s 12:54:35 12:54:35 #173 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 12:54:35 #173 DONE 0.2s 12:54:35 12:54:35 #174 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 12:54:35 #174 DONE 0.1s 12:54:35 12:54:35 #175 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 12:54:35 #175 DONE 0.1s 12:54:35 12:54:35 #176 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:54:35 #176 DONE 0.1s 12:54:35 12:54:35 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:54:35 #55 ... 12:54:35 12:54:35 #177 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 12:54:38 #177 DONE 2.2s 12:54:38 12:54:38 #108 [security-bootstrapper] exporting to image 12:54:38 #108 exporting layers 12:54:39 #108 exporting layers 1.2s done 12:54:39 #108 writing image sha256:5daa082563d07363e2c2a9c2e6d81bb5ab4903daa334bdf00121f1aa8854604e 0.0s done 12:54:39 #108 naming to docker.io/library/security-bootstrapper-arm64 done 12:54:39 #108 DONE 6.8s 12:54:39 12:54:39 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 12:54:41 #153 ... 12:54:41 12:54:41 #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 12:54:41 #151 DONE 1186.9s 12:54:41 12:54:41 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:54:41 #65 ... 12:54:41 12:54:41 #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 12:54:41 #178 DONE 0.3s 12:54:41 12:54:41 #179 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 12:54:41 #179 DONE 0.3s 12:54:41 12:54:41 #180 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:54:41 #180 DONE 0.2s 12:54:41 12:54:41 #181 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 12:54:42 #181 DONE 0.2s 12:54:42 12:54:42 #182 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 12:54:42 #182 DONE 0.2s 12:54:42 12:54:42 #183 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:54:42 #183 DONE 0.2s 12:54:42 12:54:42 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:54:42 #55 ... 12:54:42 12:54:42 #184 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:54:42 #184 DONE 0.3s 12:54:42 12:54:42 #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 12:54:43 #157 ... 12:54:43 12:54:43 #185 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:54:43 #185 DONE 0.1s 12:54:43 12:54:43 #186 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:54:45 #186 DONE 2.3s 12:54:45 12:54:45 #108 [security-secretstore-setup] exporting to image 12:54:45 #108 exporting layers 12:54:46 #108 exporting layers 1.3s done 12:54:46 #108 writing image sha256:751a21017d65f873a19b764609d05180d72bc8b66c2f7ee6bb63dcfdc4f9e39c done 12:54:46 #108 naming to docker.io/library/security-secretstore-setup-arm64 0.1s done 12:54:46 #108 DONE 8.2s 12:54:46 12:54:46 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 12:55:43 #156 ... 12:55:43 12:55:43 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 12:55:43 #153 DONE 1246.5s 12:55:43 12:55:43 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:55:43 #55 ... 12:55:43 12:55:43 #187 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 12:55:43 #187 DONE 0.1s 12:55:43 12:55:43 #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:55:43 #124 ... 12:55:43 12:55:43 #188 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 12:55:43 #188 DONE 0.2s 12:55:43 12:55:43 #189 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 12:55:43 #189 DONE 0.2s 12:55:43 12:55:43 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:55:43 #65 ... 12:55:43 12:55:43 #190 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 12:55:43 #190 DONE 0.2s 12:55:43 12:55:43 #191 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 12:55:43 #191 DONE 0.1s 12:55:43 12:55:43 #192 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:55:43 #192 DONE 2.0s 12:55:43 12:55:43 #108 [core-common-config-bootstrapper] exporting to image 12:55:43 #108 exporting layers 12:55:44 #108 exporting layers 0.5s done 12:55:44 #108 writing image sha256:a7f13c8821eb1899036f4f5ea7735befa468f30ea55f162fcbe36d605fe42dd1 done 12:55:44 #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 12:55:44 #108 DONE 8.7s 12:55:44 12:55:44 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 12:57:51 #156 ... 12:57:51 12:57:51 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:57:51 #149 DONE 1367.4s 12:57:51 12:57:51 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:57:51 #65 ... 12:57:51 12:57:51 #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:57:51 #193 DONE 0.2s 12:57:51 12:57:51 #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 12:57:51 #158 ... 12:57:51 12:57:51 #194 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:57:51 #194 DONE 0.2s 12:57:51 12:57:51 #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 12:57:51 #195 DONE 0.3s 12:57:51 12:57:51 #196 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 12:57:51 #196 DONE 0.3s 12:57:51 12:57:51 #108 [security-spiffe-token-provider] exporting to image 12:57:51 #108 exporting layers 12:57:51 #108 exporting layers 0.6s done 12:57:51 #108 writing image sha256:454fa197280e8c25950b37fa48ece9c8e3734a77dd2916f8db35d92cfdfc4285 done 12:57:51 #108 naming to docker.io/library/security-spiffe-token-provider-arm64 done 12:57:51 #108 DONE 9.3s 12:57:51 12:57:51 #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 13:05:43 #124 ... 13:05:43 13:05:43 #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 13:05:43 #157 DONE 1838.7s 13:05:43 13:05:43 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:05:43 #150 ... 13:05:43 13:05:43 #197 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 13:05:43 #197 DONE 0.1s 13:05:43 13:05:43 #198 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 13:05:43 #198 DONE 0.1s 13:05:43 13:05:43 #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 13:05:43 #158 ... 13:05:43 13:05:43 #199 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 13:05:43 #199 DONE 0.6s 13:05:43 13:05:43 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:05:43 #55 ... 13:05:43 13:05:43 #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 13:05:43 #200 DONE 0.1s 13:05:43 13:05:43 #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 13:05:43 #201 DONE 0.1s 13:05:43 13:05:43 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:05:43 #150 ... 13:05:43 13:05:43 #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:05:43 #202 DONE 2.0s 13:05:43 13:05:43 #108 [security-proxy-auth] exporting to image 13:05:43 #108 exporting layers 13:05:43 #108 exporting layers 0.8s done 13:05:43 #108 writing image sha256:fcec2d8218c5856229c1699a10cc184be25e3060fc0447f86ac1e8382837f7a1 0.0s done 13:05:43 #108 naming to docker.io/library/security-proxy-auth-arm64 done 13:05:43 #108 DONE 10.0s 13:05:43 13:05:43 #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 13:06:39 #124 ... 13:06:39 13:06:39 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 13:06:39 #156 DONE 1899.9s 13:06:39 13:06:39 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:06:39 #55 ... 13:06:39 13:06:39 #203 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 13:06:39 #203 DONE 0.3s 13:06:39 13:06:39 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 13:06:39 #155 ... 13:06:39 13:06:39 #204 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 13:06:39 #204 DONE 0.2s 13:06:39 13:06:39 #205 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:06:39 #205 DONE 0.5s 13:06:39 13:06:39 #206 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 13:06:39 #206 DONE 0.1s 13:06:39 13:06:39 #108 [core-command] exporting to image 13:06:39 #108 exporting layers 13:06:39 #108 exporting layers 0.4s done 13:06:39 #108 writing image sha256:9dc709b1597644310593b6dd3efd3305bb1fd672cd8f65646b2d9d41692da631 done 13:06:39 #108 naming to docker.io/library/core-command-arm64 done 13:06:39 #108 DONE 10.5s 13:06:39 13:06:39 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 13:08:46 #65 ... 13:08:46 13:08:46 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 13:08:46 #154 DONE 2025.9s 13:08:46 13:08:46 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 13:08:46 #155 DONE 2026.0s 13:08:46 13:08:46 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:08:46 #150 ... 13:08:46 13:08:46 #207 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 13:08:46 #207 ... 13:08:46 13:08:46 #208 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 13:08:46 #208 DONE 0.3s 13:08:46 13:08:46 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:08:46 #150 DONE 2027.3s 13:08:46 13:08:46 #207 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 13:08:46 #207 DONE 0.3s 13:08:46 13:08:46 #209 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 13:08:46 #209 DONE 0.4s 13:08:46 13:08:46 #210 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 13:08:46 #210 DONE 1.1s 13:08:46 13:08:46 #211 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 13:08:46 #211 ... 13:08:46 13:08:46 #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:08:46 #212 DONE 0.8s 13:08:46 13:08:46 #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 13:08:46 #213 DONE 0.3s 13:08:46 13:08:46 #108 [core-keeper] exporting to image 13:08:46 #108 exporting layers 13:08:46 #108 ... 13:08:46 13:08:46 #211 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 13:08:46 #211 DONE 0.3s 13:08:46 13:08:46 #214 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 13:08:46 #214 ... 13:08:46 13:08:46 #215 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 13:08:46 #215 DONE 0.5s 13:08:46 13:08:46 #214 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 13:08:46 #214 DONE 0.5s 13:08:46 13:08:46 #216 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:08:46 #216 DONE 0.8s 13:08:46 13:08:46 #108 [core-keeper] exporting to image 13:08:46 #108 exporting layers 1.1s done 13:08:46 #108 writing image sha256:b634c2afa59e1b4069b735aaac7ac6a3d4b3d3af773417b1c028697cc3feb9cd 0.0s done 13:08:46 #108 naming to docker.io/library/core-keeper-arm64 done 13:08:46 #108 exporting layers 1.0s done 13:08:46 #108 writing image sha256:c89becc26caf447faeec264cbd588ee3d7135b95e9eefc8a5a5bb1d41fc522cd done 13:08:46 #108 naming to docker.io/library/core-data-arm64 done 13:08:46 #108 DONE 12.1s 13:08:46 13:08:46 #217 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 13:08:46 #217 DONE 0.2s 13:08:46 13:08:46 #218 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 13:08:46 #218 DONE 0.1s 13:08:46 13:08:46 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:08:46 #55 ... 13:08:46 13:08:46 #108 [core-metadata] exporting to image 13:08:46 #108 exporting layers 0.6s done 13:08:46 #108 writing image sha256:d147cb0cb018ea1d53ed92e35ed5fca40b5ae7fe8d2a39070065a1102e8aad45 done 13:08:46 #108 naming to docker.io/library/core-metadata-arm64 done 13:08:46 #108 DONE 12.7s 13:08:46 13:08:46 #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 13:09:18 #124 DONE 2061.9s 13:09:18 13:09:18 #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 13:09:18 #158 DONE 2062.0s 13:09:18 13:09:18 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 13:09:18 #152 DONE 2062.0s 13:09:18 13:09:18 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:09:18 #55 ... 13:09:18 13:09:18 #219 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 13:09:18 #219 DONE 0.1s 13:09:18 13:09:18 #220 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 13:09:18 #220 DONE 0.2s 13:09:18 13:09:18 #221 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 13:09:18 #221 DONE 0.1s 13:09:18 13:09:18 #222 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 13:09:18 #222 CACHED 13:09:18 13:09:18 #223 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 13:09:18 #223 CACHED 13:09:18 13:09:18 #224 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 13:09:18 #224 DONE 0.1s 13:09:18 13:09:18 #225 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 13:09:18 #225 DONE 0.6s 13:09:18 13:09:18 #226 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:09:18 #226 DONE 0.6s 13:09:18 13:09:18 #227 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:09:18 #227 DONE 0.5s 13:09:18 13:09:18 #228 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 13:09:18 #228 ... 13:09:18 13:09:18 #229 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 13:09:18 #229 DONE 0.1s 13:09:18 13:09:18 #230 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 13:09:18 #230 DONE 0.2s 13:09:18 13:09:18 #228 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 13:09:18 #228 DONE 0.2s 13:09:18 13:09:18 #108 [support-cron-scheduler] exporting to image 13:09:18 #108 exporting layers 13:09:18 #108 exporting layers 0.5s done 13:09:18 #108 writing image sha256:b2241f1f7d0e2153f09175a030d32f16bffaa4c239170e96650c072f3cfbd9a9 done 13:09:18 #108 naming to docker.io/library/support-scheduler-arm64 done 13:09:18 #108 exporting layers 0.7s done 13:09:18 #108 exporting layers 0.6s done 13:09:18 #108 writing image sha256:04597bb0fc9e190be57787141e1b75204cd8ab9d808b900797bb909a20ddd3ba 0.0s done 13:09:18 #108 naming to docker.io/library/support-notifications-arm64 done 13:09:18 #108 writing image sha256:420294afe6baf56c41e40de1d620def085dab72f10dc3ccede6c8bb40b3f9b98 done 13:09:18 #108 naming to docker.io/library/support-cron-scheduler-arm64 done 13:09:18 #108 DONE 14.0s 13:09:18 13:09:18 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:09:18 time="2024-08-01T12:32:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:09:18 time="2024-08-01T12:32:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:09:18 time="2024-08-01T12:32:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:09:18 time="2024-08-01T12:32:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:09:18 time="2024-08-01T12:32:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:09:18 time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:09:18 time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:09:18 time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:09:18 time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:09:18 time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:09:18 time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:09:18 time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:09:18 time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:09:18 time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:09:18 time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:09:18 time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 13:09:18 $ docker stop --time=1 24174ff38207b29dfea71cfb5cf310baf14c8e41bb1ae58258025ce76e475726 13:09:20 $ docker rm -f --volumes 24174ff38207b29dfea71cfb5cf310baf14c8e41bb1ae58258025ce76e475726 [Pipeline] // withDockerContainer [Pipeline] sh 13:09:20 + docker images 13:09:20 REPOSITORY TAG IMAGE ID CREATED SIZE 13:09:20 support-scheduler-arm64 latest b2241f1f7d0e 3 seconds ago 41.2MB 13:09:20 support-cron-scheduler-arm64 latest 420294afe6ba 3 seconds ago 41.8MB 13:09:20 support-notifications-arm64 latest 04597bb0fc9e 3 seconds ago 41.9MB 13:09:20 core-metadata-arm64 latest d147cb0cb018 37 seconds ago 39.1MB 13:09:20 core-data-arm64 latest c89becc26caf 38 seconds ago 39MB 13:09:20 core-keeper-arm64 latest b634c2afa59e 38 seconds ago 38.9MB 13:09:20 core-command-arm64 latest 9dc709b15976 2 minutes ago 35MB 13:09:20 security-proxy-auth-arm64 latest fcec2d8218c5 3 minutes ago 32.6MB 13:09:20 security-spiffe-token-provider-arm64 latest 454fa197280e 11 minutes ago 29MB 13:09:20 core-common-config-bootstrapper-arm64 latest a7f13c8821eb 13 minutes ago 15.3MB 13:09:20 security-secretstore-setup-arm64 latest 751a21017d65 14 minutes ago 36.4MB 13:09:20 security-bootstrapper-arm64 latest 5daa082563d0 14 minutes ago 18.9MB 13:09:20 security-proxy-setup-arm64 latest d4893712faa8 14 minutes ago 26.1MB 13:09:20 security-spire-config-arm64 latest d5bae3938746 35 minutes ago 115MB 13:09:20 security-spire-server-arm64 latest 99dc51d357a6 35 minutes ago 116MB 13:09:20 security-spire-agent-arm64 latest 24accfd15d2b 35 minutes ago 174MB 13:09:20 ci-base-image-arm64 latest 64134f176d81 37 minutes ago 965MB 13:09:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 3 months ago 561MB 13:09:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 14 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:09:20 provisioning config files... 13:09:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/662@tmp/config1523762976771860287tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:09:21 ---> ****-login.sh 13:09:21 nexus3.edgexfoundry.org:10001 13:09:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:09:21 Configure a credential helper to remove this warning. See 13:09:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:09:21 13:09:21 Login Succeeded 13:09:21 nexus3.edgexfoundry.org:10002 13:09:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:09:22 Configure a credential helper to remove this warning. See 13:09:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:09:22 13:09:22 Login Succeeded 13:09:22 nexus3.edgexfoundry.org:10003 13:09:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:09:22 Configure a credential helper to remove this warning. See 13:09:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:09:22 13:09:22 Login Succeeded 13:09:22 nexus3.edgexfoundry.org:10004 13:09:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:09:22 Configure a credential helper to remove this warning. See 13:09:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:09:22 13:09:22 Login Succeeded 13:09:22 ****.io 13:09:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:09:23 Configure a credential helper to remove this warning. See 13:09:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:09:23 13:09:23 Login Succeeded 13:09:23 ---> ****-login.sh ends [Pipeline] } 13:09:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:09:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:09:23 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 13:09:23 a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:09:23 latest 13:09:23 3.2.0-dev.44 13:09:23 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:09:23 main 13:09:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:23 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:24 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:09:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 13:09:24 fe24df3f426d: Preparing 13:09:24 7299f2a59ddb: Preparing 13:09:24 2073808c6f23: Preparing 13:09:24 fe039e5d4624: Preparing 13:09:24 f2b92d320f8c: Preparing 13:09:24 03545c943ccb: Preparing 13:09:24 3c20671a5817: Preparing 13:09:24 03545c943ccb: Waiting 13:09:24 3c20671a5817: Waiting 13:09:24 f2b92d320f8c: Pushed 13:09:24 fe24df3f426d: Pushed 13:09:24 2073808c6f23: Pushed 13:09:24 fe039e5d4624: Pushed 13:09:24 3c20671a5817: Layer already exists 13:09:24 03545c943ccb: Pushed 13:09:31 7299f2a59ddb: Pushed 13:09:31 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:5216fdd91e89910f0a7acf8bceaac9c9dcb0ccc52432f8a24e6a628c8bf39ff0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:31 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:32 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 13:09:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 13:09:32 fe24df3f426d: Preparing 13:09:32 7299f2a59ddb: Preparing 13:09:32 2073808c6f23: Preparing 13:09:32 fe039e5d4624: Preparing 13:09:32 f2b92d320f8c: Preparing 13:09:32 03545c943ccb: Preparing 13:09:32 3c20671a5817: Preparing 13:09:32 03545c943ccb: Waiting 13:09:32 3c20671a5817: Waiting 13:09:32 f2b92d320f8c: Layer already exists 13:09:32 fe039e5d4624: Layer already exists 13:09:32 2073808c6f23: Layer already exists 13:09:32 7299f2a59ddb: Layer already exists 13:09:32 fe24df3f426d: Layer already exists 13:09:32 3c20671a5817: Layer already exists 13:09:32 03545c943ccb: Layer already exists 13:09:32 latest: digest: sha256:5216fdd91e89910f0a7acf8bceaac9c9dcb0ccc52432f8a24e6a628c8bf39ff0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:32 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:33 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.44 13:09:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 13:09:33 fe24df3f426d: Preparing 13:09:33 7299f2a59ddb: Preparing 13:09:33 2073808c6f23: Preparing 13:09:33 fe039e5d4624: Preparing 13:09:33 f2b92d320f8c: Preparing 13:09:33 03545c943ccb: Preparing 13:09:33 3c20671a5817: Preparing 13:09:33 03545c943ccb: Waiting 13:09:33 3c20671a5817: Waiting 13:09:33 fe24df3f426d: Layer already exists 13:09:33 7299f2a59ddb: Layer already exists 13:09:33 fe039e5d4624: Layer already exists 13:09:33 2073808c6f23: Layer already exists 13:09:33 f2b92d320f8c: Layer already exists 13:09:33 03545c943ccb: Layer already exists 13:09:33 3c20671a5817: Layer already exists 13:09:33 3.2.0-dev.44: digest: sha256:5216fdd91e89910f0a7acf8bceaac9c9dcb0ccc52432f8a24e6a628c8bf39ff0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:33 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:34 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:09:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 13:09:34 fe24df3f426d: Preparing 13:09:34 7299f2a59ddb: Preparing 13:09:34 2073808c6f23: Preparing 13:09:34 fe039e5d4624: Preparing 13:09:34 f2b92d320f8c: Preparing 13:09:34 03545c943ccb: Preparing 13:09:34 3c20671a5817: Preparing 13:09:34 03545c943ccb: Waiting 13:09:34 3c20671a5817: Waiting 13:09:34 f2b92d320f8c: Layer already exists 13:09:34 fe24df3f426d: Layer already exists 13:09:34 7299f2a59ddb: Layer already exists 13:09:34 fe039e5d4624: Layer already exists 13:09:34 2073808c6f23: Layer already exists 13:09:34 03545c943ccb: Layer already exists 13:09:34 3c20671a5817: Layer already exists 13:09:34 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:5216fdd91e89910f0a7acf8bceaac9c9dcb0ccc52432f8a24e6a628c8bf39ff0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:34 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:35 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 13:09:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 13:09:35 fe24df3f426d: Preparing 13:09:35 7299f2a59ddb: Preparing 13:09:35 2073808c6f23: Preparing 13:09:35 fe039e5d4624: Preparing 13:09:35 f2b92d320f8c: Preparing 13:09:35 03545c943ccb: Preparing 13:09:35 3c20671a5817: Preparing 13:09:35 03545c943ccb: Waiting 13:09:35 3c20671a5817: Waiting 13:09:35 fe24df3f426d: Layer already exists 13:09:35 fe039e5d4624: Layer already exists 13:09:35 7299f2a59ddb: Layer already exists 13:09:35 2073808c6f23: Layer already exists 13:09:35 f2b92d320f8c: Layer already exists 13:09:35 3c20671a5817: Layer already exists 13:09:35 03545c943ccb: Layer already exists 13:09:35 main: digest: sha256:5216fdd91e89910f0a7acf8bceaac9c9dcb0ccc52432f8a24e6a628c8bf39ff0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:09:35 ===================================================== [Pipeline] echo 13:09:35 taggedImages: 13:09:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:09:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 13:09:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.44 13:09:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:09:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 13:09:35 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 13:09:35 a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:09:35 latest 13:09:35 3.2.0-dev.44 13:09:35 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:09:35 main 13:09:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:35 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:36 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:09:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 13:09:36 75b7e7769304: Preparing 13:09:36 7cf508bbdfee: Preparing 13:09:36 7f0c4ebd513e: Preparing 13:09:36 f81b5b53e633: Preparing 13:09:36 2073808c6f23: Preparing 13:09:36 fe039e5d4624: Preparing 13:09:36 f2b92d320f8c: Preparing 13:09:36 03545c943ccb: Preparing 13:09:36 3c20671a5817: Preparing 13:09:36 f2b92d320f8c: Waiting 13:09:36 03545c943ccb: Waiting 13:09:36 3c20671a5817: Waiting 13:09:36 fe039e5d4624: Waiting 13:09:36 2073808c6f23: Layer already exists 13:09:36 fe039e5d4624: Layer already exists 13:09:36 f2b92d320f8c: Layer already exists 13:09:36 7f0c4ebd513e: Pushed 13:09:36 7cf508bbdfee: Pushed 13:09:36 75b7e7769304: Pushed 13:09:36 03545c943ccb: Layer already exists 13:09:36 3c20671a5817: Layer already exists 13:09:38 f81b5b53e633: Pushed 13:09:38 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:9d9e63dcb83256b1f8c04b2fd8725c33627f92a40d217621f5de5453aa5f0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:38 + 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 13:09:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 13:09:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 13:09:39 75b7e7769304: Preparing 13:09:39 7cf508bbdfee: Preparing 13:09:39 7f0c4ebd513e: Preparing 13:09:39 f81b5b53e633: Preparing 13:09:39 2073808c6f23: Preparing 13:09:39 fe039e5d4624: Preparing 13:09:39 f2b92d320f8c: Preparing 13:09:39 03545c943ccb: Preparing 13:09:39 3c20671a5817: Preparing 13:09:39 fe039e5d4624: Waiting 13:09:39 f2b92d320f8c: Waiting 13:09:39 03545c943ccb: Waiting 13:09:39 3c20671a5817: Waiting 13:09:39 f81b5b53e633: Layer already exists 13:09:39 7cf508bbdfee: Layer already exists 13:09:39 7f0c4ebd513e: Layer already exists 13:09:39 75b7e7769304: Layer already exists 13:09:39 2073808c6f23: Layer already exists 13:09:39 fe039e5d4624: Layer already exists 13:09:39 f2b92d320f8c: Layer already exists 13:09:39 03545c943ccb: Layer already exists 13:09:39 3c20671a5817: Layer already exists 13:09:39 latest: digest: sha256:9d9e63dcb83256b1f8c04b2fd8725c33627f92a40d217621f5de5453aa5f0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:39 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.44 13:09:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 13:09:40 75b7e7769304: Preparing 13:09:40 7cf508bbdfee: Preparing 13:09:40 7f0c4ebd513e: Preparing 13:09:40 f81b5b53e633: Preparing 13:09:40 2073808c6f23: Preparing 13:09:40 fe039e5d4624: Preparing 13:09:40 f2b92d320f8c: Preparing 13:09:40 03545c943ccb: Preparing 13:09:40 3c20671a5817: Preparing 13:09:40 fe039e5d4624: Waiting 13:09:40 f2b92d320f8c: Waiting 13:09:40 03545c943ccb: Waiting 13:09:40 3c20671a5817: Waiting 13:09:40 7cf508bbdfee: Layer already exists 13:09:40 2073808c6f23: Layer already exists 13:09:40 75b7e7769304: Layer already exists 13:09:40 f81b5b53e633: Layer already exists 13:09:40 7f0c4ebd513e: Layer already exists 13:09:40 fe039e5d4624: Layer already exists 13:09:40 f2b92d320f8c: Layer already exists 13:09:40 3c20671a5817: Layer already exists 13:09:40 03545c943ccb: Layer already exists 13:09:40 3.2.0-dev.44: digest: sha256:9d9e63dcb83256b1f8c04b2fd8725c33627f92a40d217621f5de5453aa5f0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:40 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:09:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 13:09:41 75b7e7769304: Preparing 13:09:41 7cf508bbdfee: Preparing 13:09:41 7f0c4ebd513e: Preparing 13:09:41 f81b5b53e633: Preparing 13:09:41 2073808c6f23: Preparing 13:09:41 fe039e5d4624: Preparing 13:09:41 f2b92d320f8c: Preparing 13:09:41 03545c943ccb: Preparing 13:09:41 3c20671a5817: Preparing 13:09:41 fe039e5d4624: Waiting 13:09:41 03545c943ccb: Waiting 13:09:41 3c20671a5817: Waiting 13:09:41 f2b92d320f8c: Waiting 13:09:41 7cf508bbdfee: Layer already exists 13:09:41 f81b5b53e633: Layer already exists 13:09:41 7f0c4ebd513e: Layer already exists 13:09:41 75b7e7769304: Layer already exists 13:09:41 2073808c6f23: Layer already exists 13:09:41 fe039e5d4624: Layer already exists 13:09:41 f2b92d320f8c: Layer already exists 13:09:41 03545c943ccb: Layer already exists 13:09:41 3c20671a5817: Layer already exists 13:09:41 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:9d9e63dcb83256b1f8c04b2fd8725c33627f92a40d217621f5de5453aa5f0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:41 + 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 13:09:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 13:09:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 13:09:42 75b7e7769304: Preparing 13:09:42 7cf508bbdfee: Preparing 13:09:42 7f0c4ebd513e: Preparing 13:09:42 f81b5b53e633: Preparing 13:09:42 2073808c6f23: Preparing 13:09:42 fe039e5d4624: Preparing 13:09:42 f2b92d320f8c: Preparing 13:09:42 03545c943ccb: Preparing 13:09:42 3c20671a5817: Preparing 13:09:42 fe039e5d4624: Waiting 13:09:42 f2b92d320f8c: Waiting 13:09:42 3c20671a5817: Waiting 13:09:42 03545c943ccb: Waiting 13:09:42 7cf508bbdfee: Layer already exists 13:09:42 75b7e7769304: Layer already exists 13:09:42 7f0c4ebd513e: Layer already exists 13:09:42 f81b5b53e633: Layer already exists 13:09:42 2073808c6f23: Layer already exists 13:09:42 03545c943ccb: Layer already exists 13:09:42 fe039e5d4624: Layer already exists 13:09:42 f2b92d320f8c: Layer already exists 13:09:42 3c20671a5817: Layer already exists 13:09:42 main: digest: sha256:9d9e63dcb83256b1f8c04b2fd8725c33627f92a40d217621f5de5453aa5f0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:09:42 ===================================================== [Pipeline] echo 13:09:42 taggedImages: 13:09:42 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:09:42 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 13:09:42 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.44 13:09:42 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:09:42 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 13:09:42 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 13:09:42 a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:09:42 latest 13:09:42 3.2.0-dev.44 13:09:42 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:09:42 main 13:09:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:09:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 13:09:43 5e0792bd015b: Preparing 13:09:43 99c520c6a98e: Preparing 13:09:43 2073808c6f23: Preparing 13:09:43 fe039e5d4624: Preparing 13:09:43 f2b92d320f8c: Preparing 13:09:43 41c099de343b: Preparing 13:09:43 3c20671a5817: Preparing 13:09:43 41c099de343b: Waiting 13:09:43 3c20671a5817: Waiting 13:09:43 2073808c6f23: Layer already exists 13:09:43 f2b92d320f8c: Layer already exists 13:09:43 fe039e5d4624: Layer already exists 13:09:43 3c20671a5817: Layer already exists 13:09:43 5e0792bd015b: Pushed 13:09:43 41c099de343b: Pushed 13:09:50 99c520c6a98e: Pushed 13:09:50 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:664d57eb664cc4a9f3c3f6b1bb7bc26ee03bf0138efd34587f24c607cf6b8d0b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:51 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 13:09:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 13:09:51 5e0792bd015b: Preparing 13:09:51 99c520c6a98e: Preparing 13:09:51 2073808c6f23: Preparing 13:09:51 fe039e5d4624: Preparing 13:09:51 f2b92d320f8c: Preparing 13:09:51 41c099de343b: Preparing 13:09:51 3c20671a5817: Preparing 13:09:51 3c20671a5817: Waiting 13:09:51 41c099de343b: Waiting 13:09:51 5e0792bd015b: Layer already exists 13:09:51 2073808c6f23: Layer already exists 13:09:51 f2b92d320f8c: Layer already exists 13:09:51 99c520c6a98e: Layer already exists 13:09:51 fe039e5d4624: Layer already exists 13:09:51 41c099de343b: Layer already exists 13:09:51 3c20671a5817: Layer already exists 13:09:51 latest: digest: sha256:664d57eb664cc4a9f3c3f6b1bb7bc26ee03bf0138efd34587f24c607cf6b8d0b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:51 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:52 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.44 13:09:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 13:09:52 5e0792bd015b: Preparing 13:09:52 99c520c6a98e: Preparing 13:09:52 2073808c6f23: Preparing 13:09:52 fe039e5d4624: Preparing 13:09:52 f2b92d320f8c: Preparing 13:09:52 41c099de343b: Preparing 13:09:52 3c20671a5817: Preparing 13:09:52 41c099de343b: Waiting 13:09:52 3c20671a5817: Waiting 13:09:52 fe039e5d4624: Layer already exists 13:09:52 f2b92d320f8c: Layer already exists 13:09:52 2073808c6f23: Layer already exists 13:09:52 5e0792bd015b: Layer already exists 13:09:52 99c520c6a98e: Layer already exists 13:09:52 41c099de343b: Layer already exists 13:09:52 3c20671a5817: Layer already exists 13:09:52 3.2.0-dev.44: digest: sha256:664d57eb664cc4a9f3c3f6b1bb7bc26ee03bf0138efd34587f24c607cf6b8d0b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:52 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:53 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:09:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 13:09:53 5e0792bd015b: Preparing 13:09:53 99c520c6a98e: Preparing 13:09:53 2073808c6f23: Preparing 13:09:53 fe039e5d4624: Preparing 13:09:53 f2b92d320f8c: Preparing 13:09:53 41c099de343b: Preparing 13:09:53 3c20671a5817: Preparing 13:09:53 41c099de343b: Waiting 13:09:53 3c20671a5817: Waiting 13:09:53 99c520c6a98e: Layer already exists 13:09:53 f2b92d320f8c: Layer already exists 13:09:53 fe039e5d4624: Layer already exists 13:09:53 5e0792bd015b: Layer already exists 13:09:53 2073808c6f23: Layer already exists 13:09:53 41c099de343b: Layer already exists 13:09:53 3c20671a5817: Layer already exists 13:09:53 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:664d57eb664cc4a9f3c3f6b1bb7bc26ee03bf0138efd34587f24c607cf6b8d0b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:53 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:53 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 13:09:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 13:09:53 5e0792bd015b: Preparing 13:09:53 99c520c6a98e: Preparing 13:09:53 2073808c6f23: Preparing 13:09:53 fe039e5d4624: Preparing 13:09:53 f2b92d320f8c: Preparing 13:09:53 41c099de343b: Preparing 13:09:53 3c20671a5817: Preparing 13:09:53 41c099de343b: Waiting 13:09:53 2073808c6f23: Layer already exists 13:09:53 fe039e5d4624: Layer already exists 13:09:53 99c520c6a98e: Layer already exists 13:09:53 5e0792bd015b: Layer already exists 13:09:53 f2b92d320f8c: Layer already exists 13:09:53 41c099de343b: Layer already exists 13:09:53 3c20671a5817: Layer already exists 13:09:54 main: digest: sha256:664d57eb664cc4a9f3c3f6b1bb7bc26ee03bf0138efd34587f24c607cf6b8d0b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:09:54 ===================================================== [Pipeline] echo 13:09:54 taggedImages: 13:09:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:09:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 13:09:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.44 13:09:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:09:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 13:09:54 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 13:09:54 a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:09:54 latest 13:09:54 3.2.0-dev.44 13:09:54 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:09:54 main 13:09:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:54 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:09:54 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:09:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 13:09:54 8b702efc40a7: Preparing 13:09:54 e88041ea0856: Preparing 13:09:54 fe039e5d4624: Preparing 13:09:54 3a422d1d32f1: Preparing 13:09:54 49b19bc77579: Preparing 13:09:54 3c20671a5817: Preparing 13:09:54 3c20671a5817: Waiting 13:09:54 fe039e5d4624: Layer already exists 13:09:55 3c20671a5817: Layer already exists 13:09:55 49b19bc77579: Pushed 13:09:55 3a422d1d32f1: Pushed 13:09:55 8b702efc40a7: Pushed 13:10:01 e88041ea0856: Pushed 13:10:01 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:807b1cbc49832ff60f135aaa69f04ea6c771ca8bad175f4b61a8132d8b723ab1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:02 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:03 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 13:10:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 13:10:03 8b702efc40a7: Preparing 13:10:03 e88041ea0856: Preparing 13:10:03 fe039e5d4624: Preparing 13:10:03 3a422d1d32f1: Preparing 13:10:03 49b19bc77579: Preparing 13:10:03 3c20671a5817: Preparing 13:10:03 3c20671a5817: Waiting 13:10:03 3a422d1d32f1: Layer already exists 13:10:03 49b19bc77579: Layer already exists 13:10:03 8b702efc40a7: Layer already exists 13:10:03 fe039e5d4624: Layer already exists 13:10:03 e88041ea0856: Layer already exists 13:10:03 3c20671a5817: Layer already exists 13:10:03 latest: digest: sha256:807b1cbc49832ff60f135aaa69f04ea6c771ca8bad175f4b61a8132d8b723ab1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:03 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.44 13:10:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 13:10:04 8b702efc40a7: Preparing 13:10:04 e88041ea0856: Preparing 13:10:04 fe039e5d4624: Preparing 13:10:04 3a422d1d32f1: Preparing 13:10:04 49b19bc77579: Preparing 13:10:04 3c20671a5817: Preparing 13:10:04 3c20671a5817: Waiting 13:10:04 8b702efc40a7: Layer already exists 13:10:04 3a422d1d32f1: Layer already exists 13:10:04 e88041ea0856: Layer already exists 13:10:04 49b19bc77579: Layer already exists 13:10:04 fe039e5d4624: Layer already exists 13:10:04 3c20671a5817: Layer already exists 13:10:04 3.2.0-dev.44: digest: sha256:807b1cbc49832ff60f135aaa69f04ea6c771ca8bad175f4b61a8132d8b723ab1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:04 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 13:10:04 8b702efc40a7: Preparing 13:10:04 e88041ea0856: Preparing 13:10:04 fe039e5d4624: Preparing 13:10:04 3a422d1d32f1: Preparing 13:10:04 49b19bc77579: Preparing 13:10:04 3c20671a5817: Preparing 13:10:04 3c20671a5817: Waiting 13:10:04 e88041ea0856: Layer already exists 13:10:04 49b19bc77579: Layer already exists 13:10:04 fe039e5d4624: Layer already exists 13:10:04 8b702efc40a7: Layer already exists 13:10:04 3a422d1d32f1: Layer already exists 13:10:04 3c20671a5817: Layer already exists 13:10:04 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:807b1cbc49832ff60f135aaa69f04ea6c771ca8bad175f4b61a8132d8b723ab1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:05 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:05 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 13:10:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 13:10:05 8b702efc40a7: Preparing 13:10:05 e88041ea0856: Preparing 13:10:05 fe039e5d4624: Preparing 13:10:05 3a422d1d32f1: Preparing 13:10:05 49b19bc77579: Preparing 13:10:05 3c20671a5817: Preparing 13:10:05 3c20671a5817: Waiting 13:10:05 fe039e5d4624: Layer already exists 13:10:05 8b702efc40a7: Layer already exists 13:10:05 49b19bc77579: Layer already exists 13:10:05 e88041ea0856: Layer already exists 13:10:05 3a422d1d32f1: Layer already exists 13:10:05 3c20671a5817: Layer already exists 13:10:05 main: digest: sha256:807b1cbc49832ff60f135aaa69f04ea6c771ca8bad175f4b61a8132d8b723ab1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:10:05 ===================================================== [Pipeline] echo 13:10:05 taggedImages: 13:10:05 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:05 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 13:10:05 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.44 13:10:05 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:05 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 13:10:05 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 13:10:05 a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:05 latest 13:10:05 3.2.0-dev.44 13:10:05 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:05 main 13:10:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:06 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 13:10:06 9f1fbb73c7f9: Preparing 13:10:06 d88137c65510: Preparing 13:10:06 e35c4270172d: Preparing 13:10:06 2073808c6f23: Preparing 13:10:06 fe039e5d4624: Preparing 13:10:06 f2b92d320f8c: Preparing 13:10:06 03545c943ccb: Preparing 13:10:06 3c20671a5817: Preparing 13:10:06 f2b92d320f8c: Waiting 13:10:06 03545c943ccb: Waiting 13:10:06 3c20671a5817: Waiting 13:10:06 2073808c6f23: Layer already exists 13:10:06 fe039e5d4624: Layer already exists 13:10:06 f2b92d320f8c: Layer already exists 13:10:06 03545c943ccb: Layer already exists 13:10:06 3c20671a5817: Layer already exists 13:10:06 d88137c65510: Pushed 13:10:06 9f1fbb73c7f9: Pushed 13:10:13 e35c4270172d: Pushed 13:10:13 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:5eac87c306e272e991c025d74afe4590ef2e5b4553b320546719a04631f69345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:13 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 13:10:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 13:10:14 9f1fbb73c7f9: Preparing 13:10:14 d88137c65510: Preparing 13:10:14 e35c4270172d: Preparing 13:10:14 2073808c6f23: Preparing 13:10:14 fe039e5d4624: Preparing 13:10:14 f2b92d320f8c: Preparing 13:10:14 03545c943ccb: Preparing 13:10:14 3c20671a5817: Preparing 13:10:14 f2b92d320f8c: Waiting 13:10:14 03545c943ccb: Waiting 13:10:14 3c20671a5817: Waiting 13:10:14 d88137c65510: Layer already exists 13:10:14 9f1fbb73c7f9: Layer already exists 13:10:14 fe039e5d4624: Layer already exists 13:10:14 2073808c6f23: Layer already exists 13:10:14 e35c4270172d: Layer already exists 13:10:14 f2b92d320f8c: Layer already exists 13:10:14 03545c943ccb: Layer already exists 13:10:14 3c20671a5817: Layer already exists 13:10:14 latest: digest: sha256:5eac87c306e272e991c025d74afe4590ef2e5b4553b320546719a04631f69345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:14 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.44 13:10:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 13:10:15 9f1fbb73c7f9: Preparing 13:10:15 d88137c65510: Preparing 13:10:15 e35c4270172d: Preparing 13:10:15 2073808c6f23: Preparing 13:10:15 fe039e5d4624: Preparing 13:10:15 f2b92d320f8c: Preparing 13:10:15 03545c943ccb: Preparing 13:10:15 3c20671a5817: Preparing 13:10:15 03545c943ccb: Waiting 13:10:15 3c20671a5817: Waiting 13:10:15 f2b92d320f8c: Waiting 13:10:15 d88137c65510: Layer already exists 13:10:15 e35c4270172d: Layer already exists 13:10:15 9f1fbb73c7f9: Layer already exists 13:10:15 2073808c6f23: Layer already exists 13:10:15 fe039e5d4624: Layer already exists 13:10:15 03545c943ccb: Layer already exists 13:10:15 f2b92d320f8c: Layer already exists 13:10:15 3c20671a5817: Layer already exists 13:10:15 3.2.0-dev.44: digest: sha256:5eac87c306e272e991c025d74afe4590ef2e5b4553b320546719a04631f69345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:15 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:16 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 13:10:16 9f1fbb73c7f9: Preparing 13:10:16 d88137c65510: Preparing 13:10:16 e35c4270172d: Preparing 13:10:16 2073808c6f23: Preparing 13:10:16 fe039e5d4624: Preparing 13:10:16 f2b92d320f8c: Preparing 13:10:16 03545c943ccb: Preparing 13:10:16 3c20671a5817: Preparing 13:10:16 f2b92d320f8c: Waiting 13:10:16 03545c943ccb: Waiting 13:10:16 3c20671a5817: Waiting 13:10:16 d88137c65510: Layer already exists 13:10:16 9f1fbb73c7f9: Layer already exists 13:10:16 2073808c6f23: Layer already exists 13:10:16 e35c4270172d: Layer already exists 13:10:16 fe039e5d4624: Layer already exists 13:10:16 03545c943ccb: Layer already exists 13:10:16 f2b92d320f8c: Layer already exists 13:10:16 3c20671a5817: Layer already exists 13:10:16 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:5eac87c306e272e991c025d74afe4590ef2e5b4553b320546719a04631f69345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:16 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 13:10:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 13:10:17 9f1fbb73c7f9: Preparing 13:10:17 d88137c65510: Preparing 13:10:17 e35c4270172d: Preparing 13:10:17 2073808c6f23: Preparing 13:10:17 fe039e5d4624: Preparing 13:10:17 f2b92d320f8c: Preparing 13:10:17 03545c943ccb: Preparing 13:10:17 3c20671a5817: Preparing 13:10:17 03545c943ccb: Waiting 13:10:17 3c20671a5817: Waiting 13:10:17 f2b92d320f8c: Waiting 13:10:17 e35c4270172d: Layer already exists 13:10:17 fe039e5d4624: Layer already exists 13:10:17 d88137c65510: Layer already exists 13:10:17 2073808c6f23: Layer already exists 13:10:17 9f1fbb73c7f9: Layer already exists 13:10:17 3c20671a5817: Layer already exists 13:10:17 03545c943ccb: Layer already exists 13:10:17 f2b92d320f8c: Layer already exists 13:10:17 main: digest: sha256:5eac87c306e272e991c025d74afe4590ef2e5b4553b320546719a04631f69345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:10:17 ===================================================== [Pipeline] echo 13:10:17 taggedImages: 13:10:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 13:10:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.44 13:10:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 13:10:17 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 13:10:17 a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:17 latest 13:10:17 3.2.0-dev.44 13:10:17 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:17 main 13:10:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:17 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 13:10:18 b07463b142cf: Preparing 13:10:18 6be258fe8061: Preparing 13:10:18 c91178b4aab9: Preparing 13:10:18 214de31d11f7: Preparing 13:10:18 830a2377bf84: Preparing 13:10:18 57536751381a: Preparing 13:10:18 b01ba9b93c60: Preparing 13:10:18 3a5d7ec649c7: Preparing 13:10:18 2073808c6f23: Preparing 13:10:18 fe039e5d4624: Preparing 13:10:18 5e19f0241852: Preparing 13:10:18 8f6b95d3a09c: Preparing 13:10:18 5f70bf18a086: Preparing 13:10:18 490ca27622b0: Preparing 13:10:18 f46eaa2ccd10: Preparing 13:10:18 1a57f1ad6b6c: Preparing 13:10:18 3c20671a5817: Preparing 13:10:18 b01ba9b93c60: Waiting 13:10:18 3a5d7ec649c7: Waiting 13:10:18 2073808c6f23: Waiting 13:10:18 fe039e5d4624: Waiting 13:10:18 5e19f0241852: Waiting 13:10:18 8f6b95d3a09c: Waiting 13:10:18 490ca27622b0: Waiting 13:10:18 f46eaa2ccd10: Waiting 13:10:18 1a57f1ad6b6c: Waiting 13:10:18 3c20671a5817: Waiting 13:10:18 57536751381a: Waiting 13:10:18 5f70bf18a086: Waiting 13:10:18 c91178b4aab9: Pushed 13:10:18 214de31d11f7: Pushed 13:10:18 830a2377bf84: Pushed 13:10:18 6be258fe8061: Pushed 13:10:18 b07463b142cf: Pushed 13:10:18 2073808c6f23: Layer already exists 13:10:18 57536751381a: Pushed 13:10:18 fe039e5d4624: Layer already exists 13:10:18 b01ba9b93c60: Pushed 13:10:18 5f70bf18a086: Layer already exists 13:10:18 5e19f0241852: Pushed 13:10:18 8f6b95d3a09c: Pushed 13:10:18 490ca27622b0: Pushed 13:10:18 3c20671a5817: Layer already exists 13:10:18 f46eaa2ccd10: Pushed 13:10:18 1a57f1ad6b6c: Pushed 13:10:21 3a5d7ec649c7: Pushed 13:10:21 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:35034460f3fdbab5e9b0b76121527aa12335b49d0804c9c8e25bb133ed8e8dec size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:22 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:22 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 13:10:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 13:10:22 b07463b142cf: Preparing 13:10:22 6be258fe8061: Preparing 13:10:22 c91178b4aab9: Preparing 13:10:22 214de31d11f7: Preparing 13:10:22 830a2377bf84: Preparing 13:10:22 57536751381a: Preparing 13:10:22 b01ba9b93c60: Preparing 13:10:22 3a5d7ec649c7: Preparing 13:10:22 2073808c6f23: Preparing 13:10:22 fe039e5d4624: Preparing 13:10:22 5e19f0241852: Preparing 13:10:22 8f6b95d3a09c: Preparing 13:10:22 5f70bf18a086: Preparing 13:10:22 490ca27622b0: Preparing 13:10:22 f46eaa2ccd10: Preparing 13:10:22 1a57f1ad6b6c: Preparing 13:10:22 3c20671a5817: Preparing 13:10:22 fe039e5d4624: Waiting 13:10:22 5e19f0241852: Waiting 13:10:22 8f6b95d3a09c: Waiting 13:10:22 5f70bf18a086: Waiting 13:10:22 490ca27622b0: Waiting 13:10:22 f46eaa2ccd10: Waiting 13:10:22 1a57f1ad6b6c: Waiting 13:10:22 3c20671a5817: Waiting 13:10:22 57536751381a: Waiting 13:10:22 b01ba9b93c60: Waiting 13:10:22 3a5d7ec649c7: Waiting 13:10:22 2073808c6f23: Waiting 13:10:22 c91178b4aab9: Layer already exists 13:10:22 6be258fe8061: Layer already exists 13:10:22 214de31d11f7: Layer already exists 13:10:22 830a2377bf84: Layer already exists 13:10:22 b07463b142cf: Layer already exists 13:10:22 3a5d7ec649c7: Layer already exists 13:10:22 b01ba9b93c60: Layer already exists 13:10:22 57536751381a: Layer already exists 13:10:22 fe039e5d4624: Layer already exists 13:10:22 2073808c6f23: Layer already exists 13:10:22 8f6b95d3a09c: Layer already exists 13:10:22 5f70bf18a086: Layer already exists 13:10:22 490ca27622b0: Layer already exists 13:10:22 5e19f0241852: Layer already exists 13:10:22 f46eaa2ccd10: Layer already exists 13:10:22 1a57f1ad6b6c: Layer already exists 13:10:22 3c20671a5817: Layer already exists 13:10:22 latest: digest: sha256:35034460f3fdbab5e9b0b76121527aa12335b49d0804c9c8e25bb133ed8e8dec size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:22 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.44 13:10:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 13:10:23 b07463b142cf: Preparing 13:10:23 6be258fe8061: Preparing 13:10:23 c91178b4aab9: Preparing 13:10:23 214de31d11f7: Preparing 13:10:23 830a2377bf84: Preparing 13:10:23 57536751381a: Preparing 13:10:23 b01ba9b93c60: Preparing 13:10:23 57536751381a: Waiting 13:10:23 3a5d7ec649c7: Preparing 13:10:23 2073808c6f23: Preparing 13:10:23 fe039e5d4624: Preparing 13:10:23 5e19f0241852: Preparing 13:10:23 8f6b95d3a09c: Preparing 13:10:23 5f70bf18a086: Preparing 13:10:23 490ca27622b0: Preparing 13:10:23 f46eaa2ccd10: Preparing 13:10:23 1a57f1ad6b6c: Preparing 13:10:23 3c20671a5817: Preparing 13:10:23 b01ba9b93c60: Waiting 13:10:23 3a5d7ec649c7: Waiting 13:10:23 2073808c6f23: Waiting 13:10:23 fe039e5d4624: Waiting 13:10:23 5e19f0241852: Waiting 13:10:23 8f6b95d3a09c: Waiting 13:10:23 5f70bf18a086: Waiting 13:10:23 490ca27622b0: Waiting 13:10:23 f46eaa2ccd10: Waiting 13:10:23 1a57f1ad6b6c: Waiting 13:10:23 3c20671a5817: Waiting 13:10:23 c91178b4aab9: Layer already exists 13:10:23 6be258fe8061: Layer already exists 13:10:23 830a2377bf84: Layer already exists 13:10:23 214de31d11f7: Layer already exists 13:10:23 b07463b142cf: Layer already exists 13:10:23 b01ba9b93c60: Layer already exists 13:10:23 57536751381a: Layer already exists 13:10:23 3a5d7ec649c7: Layer already exists 13:10:23 fe039e5d4624: Layer already exists 13:10:23 2073808c6f23: Layer already exists 13:10:23 8f6b95d3a09c: Layer already exists 13:10:23 5e19f0241852: Layer already exists 13:10:23 5f70bf18a086: Layer already exists 13:10:23 f46eaa2ccd10: Layer already exists 13:10:23 490ca27622b0: Layer already exists 13:10:23 1a57f1ad6b6c: Layer already exists 13:10:23 3c20671a5817: Layer already exists 13:10:23 3.2.0-dev.44: digest: sha256:35034460f3fdbab5e9b0b76121527aa12335b49d0804c9c8e25bb133ed8e8dec size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:23 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 13:10:24 b07463b142cf: Preparing 13:10:24 6be258fe8061: Preparing 13:10:24 c91178b4aab9: Preparing 13:10:24 214de31d11f7: Preparing 13:10:24 830a2377bf84: Preparing 13:10:24 57536751381a: Preparing 13:10:24 b01ba9b93c60: Preparing 13:10:24 3a5d7ec649c7: Preparing 13:10:24 2073808c6f23: Preparing 13:10:24 fe039e5d4624: Preparing 13:10:24 5e19f0241852: Preparing 13:10:24 8f6b95d3a09c: Preparing 13:10:24 5f70bf18a086: Preparing 13:10:24 490ca27622b0: Preparing 13:10:24 f46eaa2ccd10: Preparing 13:10:24 1a57f1ad6b6c: Preparing 13:10:24 3c20671a5817: Preparing 13:10:24 57536751381a: Waiting 13:10:24 3a5d7ec649c7: Waiting 13:10:24 2073808c6f23: Waiting 13:10:24 fe039e5d4624: Waiting 13:10:24 5e19f0241852: Waiting 13:10:24 b01ba9b93c60: Waiting 13:10:24 8f6b95d3a09c: Waiting 13:10:24 f46eaa2ccd10: Waiting 13:10:24 490ca27622b0: Waiting 13:10:24 1a57f1ad6b6c: Waiting 13:10:24 5f70bf18a086: Waiting 13:10:24 3c20671a5817: Waiting 13:10:24 b07463b142cf: Layer already exists 13:10:24 214de31d11f7: Layer already exists 13:10:24 830a2377bf84: Layer already exists 13:10:24 6be258fe8061: Layer already exists 13:10:24 c91178b4aab9: Layer already exists 13:10:24 2073808c6f23: Layer already exists 13:10:24 3a5d7ec649c7: Layer already exists 13:10:24 b01ba9b93c60: Layer already exists 13:10:24 57536751381a: Layer already exists 13:10:24 fe039e5d4624: Layer already exists 13:10:24 5f70bf18a086: Layer already exists 13:10:24 f46eaa2ccd10: Layer already exists 13:10:24 5e19f0241852: Layer already exists 13:10:24 8f6b95d3a09c: Layer already exists 13:10:24 490ca27622b0: Layer already exists 13:10:24 3c20671a5817: Layer already exists 13:10:24 1a57f1ad6b6c: Layer already exists 13:10:24 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:35034460f3fdbab5e9b0b76121527aa12335b49d0804c9c8e25bb133ed8e8dec size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:24 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 13:10:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 13:10:25 b07463b142cf: Preparing 13:10:25 6be258fe8061: Preparing 13:10:25 c91178b4aab9: Preparing 13:10:25 214de31d11f7: Preparing 13:10:25 830a2377bf84: Preparing 13:10:25 57536751381a: Preparing 13:10:25 b01ba9b93c60: Preparing 13:10:25 3a5d7ec649c7: Preparing 13:10:25 2073808c6f23: Preparing 13:10:25 fe039e5d4624: Preparing 13:10:25 5e19f0241852: Preparing 13:10:25 8f6b95d3a09c: Preparing 13:10:25 5f70bf18a086: Preparing 13:10:25 490ca27622b0: Preparing 13:10:25 f46eaa2ccd10: Preparing 13:10:25 1a57f1ad6b6c: Preparing 13:10:25 3c20671a5817: Preparing 13:10:25 57536751381a: Waiting 13:10:25 b01ba9b93c60: Waiting 13:10:25 3a5d7ec649c7: Waiting 13:10:25 2073808c6f23: Waiting 13:10:25 fe039e5d4624: Waiting 13:10:25 5e19f0241852: Waiting 13:10:25 8f6b95d3a09c: Waiting 13:10:25 1a57f1ad6b6c: Waiting 13:10:25 5f70bf18a086: Waiting 13:10:25 3c20671a5817: Waiting 13:10:25 f46eaa2ccd10: Waiting 13:10:25 490ca27622b0: Waiting 13:10:25 b07463b142cf: Layer already exists 13:10:25 830a2377bf84: Layer already exists 13:10:25 214de31d11f7: Layer already exists 13:10:25 c91178b4aab9: Layer already exists 13:10:25 6be258fe8061: Layer already exists 13:10:25 57536751381a: Layer already exists 13:10:25 3a5d7ec649c7: Layer already exists 13:10:25 b01ba9b93c60: Layer already exists 13:10:25 2073808c6f23: Layer already exists 13:10:25 fe039e5d4624: Layer already exists 13:10:25 8f6b95d3a09c: Layer already exists 13:10:25 5e19f0241852: Layer already exists 13:10:25 5f70bf18a086: Layer already exists 13:10:25 490ca27622b0: Layer already exists 13:10:25 f46eaa2ccd10: Layer already exists 13:10:25 3c20671a5817: Layer already exists 13:10:25 1a57f1ad6b6c: Layer already exists 13:10:25 main: digest: sha256:35034460f3fdbab5e9b0b76121527aa12335b49d0804c9c8e25bb133ed8e8dec size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:10:25 ===================================================== [Pipeline] echo 13:10:25 taggedImages: 13:10:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 13:10:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.44 13:10:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 13:10:25 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 13:10:25 a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:25 latest 13:10:25 3.2.0-dev.44 13:10:25 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:25 main 13:10:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:25 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 13:10:26 ae958b9c30ea: Preparing 13:10:26 de9b1c8932af: Preparing 13:10:26 a7c75a629f06: Preparing 13:10:26 2fca512be38a: Preparing 13:10:26 2073808c6f23: Preparing 13:10:26 fe039e5d4624: Preparing 13:10:26 f2b92d320f8c: Preparing 13:10:26 03545c943ccb: Preparing 13:10:26 3c20671a5817: Preparing 13:10:26 fe039e5d4624: Waiting 13:10:26 03545c943ccb: Waiting 13:10:26 3c20671a5817: Waiting 13:10:26 f2b92d320f8c: Waiting 13:10:26 2073808c6f23: Layer already exists 13:10:26 fe039e5d4624: Layer already exists 13:10:26 de9b1c8932af: Pushed 13:10:26 f2b92d320f8c: Layer already exists 13:10:26 a7c75a629f06: Pushed 13:10:26 03545c943ccb: Layer already exists 13:10:26 3c20671a5817: Layer already exists 13:10:26 ae958b9c30ea: Pushed 13:10:31 2fca512be38a: Pushed 13:10:31 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:19e1872773feabceb454fab5688d30435ad2789a972e604a8035ea4c8ce2442f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:32 + 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 13:10:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 13:10:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 13:10:32 ae958b9c30ea: Preparing 13:10:32 de9b1c8932af: Preparing 13:10:32 a7c75a629f06: Preparing 13:10:32 2fca512be38a: Preparing 13:10:32 2073808c6f23: Preparing 13:10:32 fe039e5d4624: Preparing 13:10:32 f2b92d320f8c: Preparing 13:10:32 03545c943ccb: Preparing 13:10:32 fe039e5d4624: Waiting 13:10:32 3c20671a5817: Preparing 13:10:32 f2b92d320f8c: Waiting 13:10:32 03545c943ccb: Waiting 13:10:32 a7c75a629f06: Layer already exists 13:10:32 de9b1c8932af: Layer already exists 13:10:32 2073808c6f23: Layer already exists 13:10:32 2fca512be38a: Layer already exists 13:10:32 ae958b9c30ea: Layer already exists 13:10:32 fe039e5d4624: Layer already exists 13:10:32 f2b92d320f8c: Layer already exists 13:10:32 03545c943ccb: Layer already exists 13:10:32 3c20671a5817: Layer already exists 13:10:32 latest: digest: sha256:19e1872773feabceb454fab5688d30435ad2789a972e604a8035ea4c8ce2442f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:33 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.44 13:10:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 13:10:33 ae958b9c30ea: Preparing 13:10:33 de9b1c8932af: Preparing 13:10:33 a7c75a629f06: Preparing 13:10:33 2fca512be38a: Preparing 13:10:33 2073808c6f23: Preparing 13:10:33 fe039e5d4624: Preparing 13:10:33 f2b92d320f8c: Preparing 13:10:33 03545c943ccb: Preparing 13:10:33 3c20671a5817: Preparing 13:10:33 f2b92d320f8c: Waiting 13:10:33 03545c943ccb: Waiting 13:10:33 fe039e5d4624: Waiting 13:10:33 3c20671a5817: Waiting 13:10:33 de9b1c8932af: Layer already exists 13:10:33 2073808c6f23: Layer already exists 13:10:33 a7c75a629f06: Layer already exists 13:10:33 2fca512be38a: Layer already exists 13:10:33 ae958b9c30ea: Layer already exists 13:10:33 fe039e5d4624: Layer already exists 13:10:33 03545c943ccb: Layer already exists 13:10:33 3c20671a5817: Layer already exists 13:10:33 f2b92d320f8c: Layer already exists 13:10:33 3.2.0-dev.44: digest: sha256:19e1872773feabceb454fab5688d30435ad2789a972e604a8035ea4c8ce2442f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:34 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 13:10:34 ae958b9c30ea: Preparing 13:10:34 de9b1c8932af: Preparing 13:10:34 a7c75a629f06: Preparing 13:10:34 2fca512be38a: Preparing 13:10:34 2073808c6f23: Preparing 13:10:34 fe039e5d4624: Preparing 13:10:34 f2b92d320f8c: Preparing 13:10:34 03545c943ccb: Preparing 13:10:34 3c20671a5817: Preparing 13:10:34 fe039e5d4624: Waiting 13:10:34 f2b92d320f8c: Waiting 13:10:34 03545c943ccb: Waiting 13:10:34 3c20671a5817: Waiting 13:10:34 2073808c6f23: Layer already exists 13:10:34 ae958b9c30ea: Layer already exists 13:10:34 a7c75a629f06: Layer already exists 13:10:34 2fca512be38a: Layer already exists 13:10:34 de9b1c8932af: Layer already exists 13:10:34 f2b92d320f8c: Layer already exists 13:10:34 fe039e5d4624: Layer already exists 13:10:34 03545c943ccb: Layer already exists 13:10:34 3c20671a5817: Layer already exists 13:10:34 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:19e1872773feabceb454fab5688d30435ad2789a972e604a8035ea4c8ce2442f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:35 + 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 13:10:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 13:10:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 13:10:35 ae958b9c30ea: Preparing 13:10:35 de9b1c8932af: Preparing 13:10:35 a7c75a629f06: Preparing 13:10:35 2fca512be38a: Preparing 13:10:35 2073808c6f23: Preparing 13:10:35 fe039e5d4624: Preparing 13:10:35 f2b92d320f8c: Preparing 13:10:35 03545c943ccb: Preparing 13:10:35 3c20671a5817: Preparing 13:10:35 fe039e5d4624: Waiting 13:10:35 f2b92d320f8c: Waiting 13:10:35 03545c943ccb: Waiting 13:10:35 3c20671a5817: Waiting 13:10:35 ae958b9c30ea: Layer already exists 13:10:35 2073808c6f23: Layer already exists 13:10:35 a7c75a629f06: Layer already exists 13:10:35 de9b1c8932af: Layer already exists 13:10:35 2fca512be38a: Layer already exists 13:10:35 3c20671a5817: Layer already exists 13:10:35 03545c943ccb: Layer already exists 13:10:35 fe039e5d4624: Layer already exists 13:10:35 f2b92d320f8c: Layer already exists 13:10:36 main: digest: sha256:19e1872773feabceb454fab5688d30435ad2789a972e604a8035ea4c8ce2442f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:10:36 ===================================================== [Pipeline] echo 13:10:36 taggedImages: 13:10:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 13:10:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.44 13:10:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 13:10:36 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 13:10:36 a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:36 latest 13:10:36 3.2.0-dev.44 13:10:36 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:36 main 13:10:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:36 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 13:10:36 46c195dff3e0: Preparing 13:10:36 4e89f089a0b0: Preparing 13:10:36 142cac38370a: Preparing 13:10:36 92f260361531: Preparing 13:10:36 3460de58351f: Preparing 13:10:36 2073808c6f23: Preparing 13:10:36 fe039e5d4624: Preparing 13:10:36 2d9fc2961192: Preparing 13:10:36 a3fc0b1a2008: Preparing 13:10:36 fdf20f985032: Preparing 13:10:36 3c20671a5817: Preparing 13:10:36 2d9fc2961192: Waiting 13:10:36 a3fc0b1a2008: Waiting 13:10:36 2073808c6f23: Waiting 13:10:36 fe039e5d4624: Waiting 13:10:36 fdf20f985032: Waiting 13:10:36 3c20671a5817: Waiting 13:10:37 4e89f089a0b0: Pushed 13:10:37 3460de58351f: Pushed 13:10:37 92f260361531: Pushed 13:10:37 2073808c6f23: Layer already exists 13:10:37 46c195dff3e0: Pushed 13:10:37 fe039e5d4624: Layer already exists 13:10:37 3c20671a5817: Layer already exists 13:10:37 2d9fc2961192: Pushed 13:10:37 a3fc0b1a2008: Pushed 13:10:39 142cac38370a: Pushed 13:10:39 fdf20f985032: Pushed 13:10:40 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:38395111209606d69004f9f5ca9365ba0c58742a5153128d07a30d94359d838e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:40 + 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 13:10:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 13:10:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 13:10:40 46c195dff3e0: Preparing 13:10:40 4e89f089a0b0: Preparing 13:10:40 142cac38370a: Preparing 13:10:40 92f260361531: Preparing 13:10:40 3460de58351f: Preparing 13:10:40 2073808c6f23: Preparing 13:10:40 fe039e5d4624: Preparing 13:10:40 2d9fc2961192: Preparing 13:10:40 a3fc0b1a2008: Preparing 13:10:40 fdf20f985032: Preparing 13:10:40 3c20671a5817: Preparing 13:10:40 fe039e5d4624: Waiting 13:10:40 2d9fc2961192: Waiting 13:10:40 a3fc0b1a2008: Waiting 13:10:40 fdf20f985032: Waiting 13:10:40 3c20671a5817: Waiting 13:10:40 2073808c6f23: Waiting 13:10:40 142cac38370a: Layer already exists 13:10:40 46c195dff3e0: Layer already exists 13:10:40 3460de58351f: Layer already exists 13:10:40 4e89f089a0b0: Layer already exists 13:10:40 92f260361531: Layer already exists 13:10:40 2073808c6f23: Layer already exists 13:10:40 fdf20f985032: Layer already exists 13:10:40 fe039e5d4624: Layer already exists 13:10:40 a3fc0b1a2008: Layer already exists 13:10:40 2d9fc2961192: Layer already exists 13:10:40 3c20671a5817: Layer already exists 13:10:40 latest: digest: sha256:38395111209606d69004f9f5ca9365ba0c58742a5153128d07a30d94359d838e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:41 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.44 13:10:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 13:10:41 46c195dff3e0: Preparing 13:10:41 4e89f089a0b0: Preparing 13:10:41 142cac38370a: Preparing 13:10:41 92f260361531: Preparing 13:10:41 3460de58351f: Preparing 13:10:41 2073808c6f23: Preparing 13:10:41 fe039e5d4624: Preparing 13:10:41 2d9fc2961192: Preparing 13:10:41 a3fc0b1a2008: Preparing 13:10:41 fdf20f985032: Preparing 13:10:41 3c20671a5817: Preparing 13:10:41 2073808c6f23: Waiting 13:10:41 a3fc0b1a2008: Waiting 13:10:41 2d9fc2961192: Waiting 13:10:41 fdf20f985032: Waiting 13:10:41 fe039e5d4624: Waiting 13:10:41 142cac38370a: Layer already exists 13:10:41 4e89f089a0b0: Layer already exists 13:10:41 3460de58351f: Layer already exists 13:10:41 46c195dff3e0: Layer already exists 13:10:41 92f260361531: Layer already exists 13:10:41 a3fc0b1a2008: Layer already exists 13:10:41 2073808c6f23: Layer already exists 13:10:41 2d9fc2961192: Layer already exists 13:10:41 fe039e5d4624: Layer already exists 13:10:41 fdf20f985032: Layer already exists 13:10:41 3c20671a5817: Layer already exists 13:10:41 3.2.0-dev.44: digest: sha256:38395111209606d69004f9f5ca9365ba0c58742a5153128d07a30d94359d838e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:42 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 13:10:42 46c195dff3e0: Preparing 13:10:42 4e89f089a0b0: Preparing 13:10:42 142cac38370a: Preparing 13:10:42 92f260361531: Preparing 13:10:42 3460de58351f: Preparing 13:10:42 2073808c6f23: Preparing 13:10:42 2073808c6f23: Waiting 13:10:42 fe039e5d4624: Preparing 13:10:42 2d9fc2961192: Preparing 13:10:42 fe039e5d4624: Waiting 13:10:42 a3fc0b1a2008: Preparing 13:10:42 2d9fc2961192: Waiting 13:10:42 fdf20f985032: Preparing 13:10:42 3c20671a5817: Preparing 13:10:42 a3fc0b1a2008: Waiting 13:10:42 3c20671a5817: Waiting 13:10:42 fdf20f985032: Waiting 13:10:42 3460de58351f: Layer already exists 13:10:42 92f260361531: Layer already exists 13:10:42 4e89f089a0b0: Layer already exists 13:10:42 46c195dff3e0: Layer already exists 13:10:42 142cac38370a: Layer already exists 13:10:42 fe039e5d4624: Layer already exists 13:10:42 fdf20f985032: Layer already exists 13:10:42 2073808c6f23: Layer already exists 13:10:42 a3fc0b1a2008: Layer already exists 13:10:42 2d9fc2961192: Layer already exists 13:10:42 3c20671a5817: Layer already exists 13:10:42 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:38395111209606d69004f9f5ca9365ba0c58742a5153128d07a30d94359d838e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:43 + 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 13:10:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 13:10:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 13:10:43 46c195dff3e0: Preparing 13:10:43 4e89f089a0b0: Preparing 13:10:43 142cac38370a: Preparing 13:10:43 92f260361531: Preparing 13:10:43 3460de58351f: Preparing 13:10:43 2073808c6f23: Preparing 13:10:43 fe039e5d4624: Preparing 13:10:43 2d9fc2961192: Preparing 13:10:43 a3fc0b1a2008: Preparing 13:10:43 fdf20f985032: Preparing 13:10:43 3c20671a5817: Preparing 13:10:43 2d9fc2961192: Waiting 13:10:43 fdf20f985032: Waiting 13:10:43 3c20671a5817: Waiting 13:10:43 2073808c6f23: Waiting 13:10:43 a3fc0b1a2008: Waiting 13:10:43 fe039e5d4624: Waiting 13:10:43 3460de58351f: Layer already exists 13:10:43 142cac38370a: Layer already exists 13:10:43 92f260361531: Layer already exists 13:10:43 46c195dff3e0: Layer already exists 13:10:43 4e89f089a0b0: Layer already exists 13:10:43 2073808c6f23: Layer already exists 13:10:43 2d9fc2961192: Layer already exists 13:10:43 fdf20f985032: Layer already exists 13:10:43 fe039e5d4624: Layer already exists 13:10:43 a3fc0b1a2008: Layer already exists 13:10:43 3c20671a5817: Layer already exists 13:10:43 main: digest: sha256:38395111209606d69004f9f5ca9365ba0c58742a5153128d07a30d94359d838e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:10:43 ===================================================== [Pipeline] echo 13:10:43 taggedImages: 13:10:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 13:10:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.44 13:10:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 13:10:43 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 13:10:43 a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:43 latest 13:10:43 3.2.0-dev.44 13:10:43 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:43 main 13:10:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:44 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 13:10:44 68097d7ea63e: Preparing 13:10:44 a50fa7ab79fc: Preparing 13:10:44 284a7a476a2d: Preparing 13:10:44 ad2573b37b31: Preparing 13:10:44 1c1983af4678: Preparing 13:10:44 ef15903569e6: Preparing 13:10:44 3386785b1f15: Preparing 13:10:44 2073808c6f23: Preparing 13:10:44 fe039e5d4624: Preparing 13:10:44 ecf5e4317374: Preparing 13:10:44 29c7ce0d30f2: Preparing 13:10:44 3c20671a5817: Preparing 13:10:44 fe039e5d4624: Waiting 13:10:44 ef15903569e6: Waiting 13:10:44 ecf5e4317374: Waiting 13:10:44 29c7ce0d30f2: Waiting 13:10:44 3386785b1f15: Waiting 13:10:44 3c20671a5817: Waiting 13:10:44 2073808c6f23: Waiting 13:10:44 a50fa7ab79fc: Pushed 13:10:44 1c1983af4678: Pushed 13:10:44 68097d7ea63e: Pushed 13:10:44 2073808c6f23: Layer already exists 13:10:44 fe039e5d4624: Layer already exists 13:10:45 ef15903569e6: Pushed 13:10:45 3386785b1f15: Pushed 13:10:45 3c20671a5817: Layer already exists 13:10:45 ecf5e4317374: Pushed 13:10:46 ad2573b37b31: Pushed 13:10:47 284a7a476a2d: Pushed 13:10:47 29c7ce0d30f2: Pushed 13:10:47 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:4a7a579709000b436429e3f10e3102d56c207913cebb3c1db01bb6d828bb7239 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:48 + 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 13:10:48 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 13:10:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 13:10:48 68097d7ea63e: Preparing 13:10:48 a50fa7ab79fc: Preparing 13:10:48 284a7a476a2d: Preparing 13:10:48 ad2573b37b31: Preparing 13:10:48 1c1983af4678: Preparing 13:10:48 ef15903569e6: Preparing 13:10:48 3386785b1f15: Preparing 13:10:48 2073808c6f23: Preparing 13:10:48 fe039e5d4624: Preparing 13:10:48 ecf5e4317374: Preparing 13:10:48 29c7ce0d30f2: Preparing 13:10:48 3c20671a5817: Preparing 13:10:48 3386785b1f15: Waiting 13:10:48 2073808c6f23: Waiting 13:10:48 fe039e5d4624: Waiting 13:10:48 ecf5e4317374: Waiting 13:10:48 ef15903569e6: Waiting 13:10:48 29c7ce0d30f2: Waiting 13:10:48 3c20671a5817: Waiting 13:10:48 1c1983af4678: Layer already exists 13:10:48 68097d7ea63e: Layer already exists 13:10:48 ad2573b37b31: Layer already exists 13:10:48 284a7a476a2d: Layer already exists 13:10:48 a50fa7ab79fc: Layer already exists 13:10:48 3386785b1f15: Layer already exists 13:10:48 ef15903569e6: Layer already exists 13:10:48 2073808c6f23: Layer already exists 13:10:48 ecf5e4317374: Layer already exists 13:10:48 fe039e5d4624: Layer already exists 13:10:48 29c7ce0d30f2: Layer already exists 13:10:48 3c20671a5817: Layer already exists 13:10:48 latest: digest: sha256:4a7a579709000b436429e3f10e3102d56c207913cebb3c1db01bb6d828bb7239 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:49 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:49 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.44 13:10:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 13:10:49 68097d7ea63e: Preparing 13:10:49 a50fa7ab79fc: Preparing 13:10:49 284a7a476a2d: Preparing 13:10:49 ad2573b37b31: Preparing 13:10:49 1c1983af4678: Preparing 13:10:49 ef15903569e6: Preparing 13:10:49 3386785b1f15: Preparing 13:10:49 ef15903569e6: Waiting 13:10:49 2073808c6f23: Preparing 13:10:49 3386785b1f15: Waiting 13:10:49 fe039e5d4624: Preparing 13:10:49 ecf5e4317374: Preparing 13:10:49 29c7ce0d30f2: Preparing 13:10:49 3c20671a5817: Preparing 13:10:49 2073808c6f23: Waiting 13:10:49 fe039e5d4624: Waiting 13:10:49 29c7ce0d30f2: Waiting 13:10:49 3c20671a5817: Waiting 13:10:49 ecf5e4317374: Waiting 13:10:49 a50fa7ab79fc: Layer already exists 13:10:49 ad2573b37b31: Layer already exists 13:10:49 68097d7ea63e: Layer already exists 13:10:49 284a7a476a2d: Layer already exists 13:10:49 1c1983af4678: Layer already exists 13:10:49 3386785b1f15: Layer already exists 13:10:49 ef15903569e6: Layer already exists 13:10:49 ecf5e4317374: Layer already exists 13:10:49 fe039e5d4624: Layer already exists 13:10:49 2073808c6f23: Layer already exists 13:10:49 3c20671a5817: Layer already exists 13:10:49 29c7ce0d30f2: Layer already exists 13:10:49 3.2.0-dev.44: digest: sha256:4a7a579709000b436429e3f10e3102d56c207913cebb3c1db01bb6d828bb7239 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:50 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 13:10:50 68097d7ea63e: Preparing 13:10:50 a50fa7ab79fc: Preparing 13:10:50 284a7a476a2d: Preparing 13:10:50 ad2573b37b31: Preparing 13:10:50 1c1983af4678: Preparing 13:10:50 ef15903569e6: Preparing 13:10:50 3386785b1f15: Preparing 13:10:50 2073808c6f23: Preparing 13:10:50 fe039e5d4624: Preparing 13:10:50 ecf5e4317374: Preparing 13:10:50 29c7ce0d30f2: Preparing 13:10:50 3c20671a5817: Preparing 13:10:50 ef15903569e6: Waiting 13:10:50 3386785b1f15: Waiting 13:10:50 2073808c6f23: Waiting 13:10:50 fe039e5d4624: Waiting 13:10:50 29c7ce0d30f2: Waiting 13:10:50 3c20671a5817: Waiting 13:10:50 ecf5e4317374: Waiting 13:10:50 284a7a476a2d: Layer already exists 13:10:50 a50fa7ab79fc: Layer already exists 13:10:50 ad2573b37b31: Layer already exists 13:10:50 68097d7ea63e: Layer already exists 13:10:50 1c1983af4678: Layer already exists 13:10:50 ef15903569e6: Layer already exists 13:10:50 3386785b1f15: Layer already exists 13:10:50 fe039e5d4624: Layer already exists 13:10:50 2073808c6f23: Layer already exists 13:10:50 ecf5e4317374: Layer already exists 13:10:50 29c7ce0d30f2: Layer already exists 13:10:50 3c20671a5817: Layer already exists 13:10:50 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:4a7a579709000b436429e3f10e3102d56c207913cebb3c1db01bb6d828bb7239 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:50 + 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 13:10:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 13:10:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 13:10:51 68097d7ea63e: Preparing 13:10:51 a50fa7ab79fc: Preparing 13:10:51 284a7a476a2d: Preparing 13:10:51 ad2573b37b31: Preparing 13:10:51 1c1983af4678: Preparing 13:10:51 ef15903569e6: Preparing 13:10:51 3386785b1f15: Preparing 13:10:51 2073808c6f23: Preparing 13:10:51 fe039e5d4624: Preparing 13:10:51 ecf5e4317374: Preparing 13:10:51 29c7ce0d30f2: Preparing 13:10:51 3c20671a5817: Preparing 13:10:51 fe039e5d4624: Waiting 13:10:51 ecf5e4317374: Waiting 13:10:51 29c7ce0d30f2: Waiting 13:10:51 3c20671a5817: Waiting 13:10:51 ef15903569e6: Waiting 13:10:51 3386785b1f15: Waiting 13:10:51 2073808c6f23: Waiting 13:10:51 284a7a476a2d: Layer already exists 13:10:51 ad2573b37b31: Layer already exists 13:10:51 1c1983af4678: Layer already exists 13:10:51 68097d7ea63e: Layer already exists 13:10:51 a50fa7ab79fc: Layer already exists 13:10:51 2073808c6f23: Layer already exists 13:10:51 ef15903569e6: Layer already exists 13:10:51 ecf5e4317374: Layer already exists 13:10:51 3386785b1f15: Layer already exists 13:10:51 fe039e5d4624: Layer already exists 13:10:51 3c20671a5817: Layer already exists 13:10:51 29c7ce0d30f2: Layer already exists 13:10:51 main: digest: sha256:4a7a579709000b436429e3f10e3102d56c207913cebb3c1db01bb6d828bb7239 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:10:51 ===================================================== [Pipeline] echo 13:10:51 taggedImages: 13:10:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 13:10:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.44 13:10:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 13:10:51 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 13:10:51 a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:51 latest 13:10:51 3.2.0-dev.44 13:10:51 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:51 main 13:10:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:52 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:10:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 13:10:52 a36390c78366: Preparing 13:10:52 a08fb1eca483: Preparing 13:10:52 2073808c6f23: Preparing 13:10:52 fe039e5d4624: Preparing 13:10:52 306c2fe80ac6: Preparing 13:10:52 b34a1d0bb271: Preparing 13:10:52 3c20671a5817: Preparing 13:10:52 b34a1d0bb271: Waiting 13:10:52 3c20671a5817: Waiting 13:10:52 fe039e5d4624: Layer already exists 13:10:52 2073808c6f23: Layer already exists 13:10:52 3c20671a5817: Layer already exists 13:10:52 306c2fe80ac6: Pushed 13:10:52 a36390c78366: Pushed 13:10:54 b34a1d0bb271: Pushed 13:10:56 a08fb1eca483: Pushed 13:10:56 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:b39aa8316f941d71497fc3f1fe1d451fa1c3e08792bcd6ba7739d24d9bf94c2a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:56 + 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 13:10:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 13:10:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 13:10:57 a36390c78366: Preparing 13:10:57 a08fb1eca483: Preparing 13:10:57 2073808c6f23: Preparing 13:10:57 fe039e5d4624: Preparing 13:10:57 306c2fe80ac6: Preparing 13:10:57 b34a1d0bb271: Preparing 13:10:57 3c20671a5817: Preparing 13:10:57 b34a1d0bb271: Waiting 13:10:57 3c20671a5817: Waiting 13:10:57 a08fb1eca483: Layer already exists 13:10:57 a36390c78366: Layer already exists 13:10:57 fe039e5d4624: Layer already exists 13:10:57 306c2fe80ac6: Layer already exists 13:10:57 2073808c6f23: Layer already exists 13:10:57 3c20671a5817: Layer already exists 13:10:57 b34a1d0bb271: Layer already exists 13:10:57 latest: digest: sha256:b39aa8316f941d71497fc3f1fe1d451fa1c3e08792bcd6ba7739d24d9bf94c2a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:57 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.44 13:10:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 13:10:57 a36390c78366: Preparing 13:10:57 a08fb1eca483: Preparing 13:10:57 2073808c6f23: Preparing 13:10:57 fe039e5d4624: Preparing 13:10:57 306c2fe80ac6: Preparing 13:10:57 b34a1d0bb271: Preparing 13:10:57 3c20671a5817: Preparing 13:10:57 b34a1d0bb271: Waiting 13:10:57 3c20671a5817: Waiting 13:10:57 fe039e5d4624: Layer already exists 13:10:57 306c2fe80ac6: Layer already exists 13:10:57 a08fb1eca483: Layer already exists 13:10:57 a36390c78366: Layer already exists 13:10:57 2073808c6f23: Layer already exists 13:10:57 b34a1d0bb271: Layer already exists 13:10:57 3c20671a5817: Layer already exists 13:10:57 3.2.0-dev.44: digest: sha256:b39aa8316f941d71497fc3f1fe1d451fa1c3e08792bcd6ba7739d24d9bf94c2a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:58 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:10:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 13:10:59 a36390c78366: Preparing 13:10:59 a08fb1eca483: Preparing 13:10:59 2073808c6f23: Preparing 13:10:59 fe039e5d4624: Preparing 13:10:59 306c2fe80ac6: Preparing 13:10:59 b34a1d0bb271: Preparing 13:10:59 3c20671a5817: Preparing 13:10:59 3c20671a5817: Waiting 13:10:59 b34a1d0bb271: Waiting 13:10:59 306c2fe80ac6: Layer already exists 13:10:59 2073808c6f23: Layer already exists 13:10:59 fe039e5d4624: Layer already exists 13:10:59 a08fb1eca483: Layer already exists 13:10:59 a36390c78366: Layer already exists 13:10:59 b34a1d0bb271: Layer already exists 13:10:59 3c20671a5817: Layer already exists 13:10:59 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:b39aa8316f941d71497fc3f1fe1d451fa1c3e08792bcd6ba7739d24d9bf94c2a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:10:59 + 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 13:11:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 13:11:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 13:11:00 a36390c78366: Preparing 13:11:00 a08fb1eca483: Preparing 13:11:00 2073808c6f23: Preparing 13:11:00 fe039e5d4624: Preparing 13:11:00 306c2fe80ac6: Preparing 13:11:00 b34a1d0bb271: Preparing 13:11:00 3c20671a5817: Preparing 13:11:00 b34a1d0bb271: Waiting 13:11:00 3c20671a5817: Waiting 13:11:00 306c2fe80ac6: Layer already exists 13:11:00 a36390c78366: Layer already exists 13:11:00 fe039e5d4624: Layer already exists 13:11:00 2073808c6f23: Layer already exists 13:11:00 a08fb1eca483: Layer already exists 13:11:00 3c20671a5817: Layer already exists 13:11:00 b34a1d0bb271: Layer already exists 13:11:00 main: digest: sha256:b39aa8316f941d71497fc3f1fe1d451fa1c3e08792bcd6ba7739d24d9bf94c2a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:11:00 ===================================================== [Pipeline] echo 13:11:00 taggedImages: 13:11:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:11:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 13:11:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.44 13:11:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:11:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 13:11:00 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 13:11:00 a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:11:00 latest 13:11:00 3.2.0-dev.44 13:11:00 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:11:00 main 13:11:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:00 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:11:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 13:11:01 d734d97ed864: Preparing 13:11:01 801fb2cb309a: Preparing 13:11:01 22c476305253: Preparing 13:11:01 2073808c6f23: Preparing 13:11:01 fe039e5d4624: Preparing 13:11:01 351b534dffb1: Preparing 13:11:01 173c4de1a8fc: Preparing 13:11:01 a0306b3775b7: Preparing 13:11:01 bd11b77f4ba4: Preparing 13:11:01 3c20671a5817: Preparing 13:11:01 351b534dffb1: Waiting 13:11:01 bd11b77f4ba4: Waiting 13:11:01 3c20671a5817: Waiting 13:11:01 173c4de1a8fc: Waiting 13:11:01 a0306b3775b7: Waiting 13:11:01 fe039e5d4624: Layer already exists 13:11:01 2073808c6f23: Layer already exists 13:11:01 801fb2cb309a: Pushed 13:11:01 22c476305253: Pushed 13:11:01 d734d97ed864: Pushed 13:11:01 3c20671a5817: Layer already exists 13:11:01 a0306b3775b7: Pushed 13:11:02 bd11b77f4ba4: Pushed 13:11:14 173c4de1a8fc: Pushed 13:11:22 351b534dffb1: Pushed 13:11:22 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:d91aae7a35687460a04f27bf3cfd6b023e2fe5b3da3e74454fa2073d0df30fe0 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:23 + 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 13:11:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 13:11:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 13:11:23 d734d97ed864: Preparing 13:11:23 801fb2cb309a: Preparing 13:11:23 22c476305253: Preparing 13:11:23 2073808c6f23: Preparing 13:11:23 fe039e5d4624: Preparing 13:11:23 351b534dffb1: Preparing 13:11:23 173c4de1a8fc: Preparing 13:11:23 a0306b3775b7: Preparing 13:11:23 bd11b77f4ba4: Preparing 13:11:23 3c20671a5817: Preparing 13:11:23 351b534dffb1: Waiting 13:11:23 173c4de1a8fc: Waiting 13:11:23 a0306b3775b7: Waiting 13:11:23 bd11b77f4ba4: Waiting 13:11:23 3c20671a5817: Waiting 13:11:23 22c476305253: Layer already exists 13:11:23 d734d97ed864: Layer already exists 13:11:23 2073808c6f23: Layer already exists 13:11:23 fe039e5d4624: Layer already exists 13:11:23 801fb2cb309a: Layer already exists 13:11:23 351b534dffb1: Layer already exists 13:11:23 173c4de1a8fc: Layer already exists 13:11:23 3c20671a5817: Layer already exists 13:11:23 a0306b3775b7: Layer already exists 13:11:23 bd11b77f4ba4: Layer already exists 13:11:23 latest: digest: sha256:d91aae7a35687460a04f27bf3cfd6b023e2fe5b3da3e74454fa2073d0df30fe0 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:24 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.44 13:11:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 13:11:24 d734d97ed864: Preparing 13:11:24 801fb2cb309a: Preparing 13:11:24 22c476305253: Preparing 13:11:24 2073808c6f23: Preparing 13:11:24 fe039e5d4624: Preparing 13:11:24 351b534dffb1: Preparing 13:11:24 173c4de1a8fc: Preparing 13:11:24 a0306b3775b7: Preparing 13:11:24 351b534dffb1: Waiting 13:11:24 bd11b77f4ba4: Preparing 13:11:24 3c20671a5817: Preparing 13:11:24 a0306b3775b7: Waiting 13:11:24 bd11b77f4ba4: Waiting 13:11:24 173c4de1a8fc: Waiting 13:11:24 3c20671a5817: Waiting 13:11:24 fe039e5d4624: Layer already exists 13:11:24 801fb2cb309a: Layer already exists 13:11:24 d734d97ed864: Layer already exists 13:11:24 2073808c6f23: Layer already exists 13:11:24 22c476305253: Layer already exists 13:11:24 a0306b3775b7: Layer already exists 13:11:24 bd11b77f4ba4: Layer already exists 13:11:24 351b534dffb1: Layer already exists 13:11:24 173c4de1a8fc: Layer already exists 13:11:24 3c20671a5817: Layer already exists 13:11:24 3.2.0-dev.44: digest: sha256:d91aae7a35687460a04f27bf3cfd6b023e2fe5b3da3e74454fa2073d0df30fe0 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:25 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:11:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 13:11:25 d734d97ed864: Preparing 13:11:25 801fb2cb309a: Preparing 13:11:25 22c476305253: Preparing 13:11:25 2073808c6f23: Preparing 13:11:25 fe039e5d4624: Preparing 13:11:25 351b534dffb1: Preparing 13:11:25 173c4de1a8fc: Preparing 13:11:25 a0306b3775b7: Preparing 13:11:25 bd11b77f4ba4: Preparing 13:11:25 3c20671a5817: Preparing 13:11:25 173c4de1a8fc: Waiting 13:11:25 bd11b77f4ba4: Waiting 13:11:25 3c20671a5817: Waiting 13:11:25 a0306b3775b7: Waiting 13:11:25 351b534dffb1: Waiting 13:11:25 22c476305253: Layer already exists 13:11:25 801fb2cb309a: Layer already exists 13:11:25 fe039e5d4624: Layer already exists 13:11:25 d734d97ed864: Layer already exists 13:11:25 2073808c6f23: Layer already exists 13:11:25 a0306b3775b7: Layer already exists 13:11:25 173c4de1a8fc: Layer already exists 13:11:25 bd11b77f4ba4: Layer already exists 13:11:25 351b534dffb1: Layer already exists 13:11:25 3c20671a5817: Layer already exists 13:11:25 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:d91aae7a35687460a04f27bf3cfd6b023e2fe5b3da3e74454fa2073d0df30fe0 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:26 + 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 13:11:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 13:11:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 13:11:26 d734d97ed864: Preparing 13:11:26 801fb2cb309a: Preparing 13:11:26 22c476305253: Preparing 13:11:26 2073808c6f23: Preparing 13:11:26 fe039e5d4624: Preparing 13:11:26 351b534dffb1: Preparing 13:11:26 173c4de1a8fc: Preparing 13:11:26 a0306b3775b7: Preparing 13:11:26 bd11b77f4ba4: Preparing 13:11:26 3c20671a5817: Preparing 13:11:26 351b534dffb1: Waiting 13:11:26 173c4de1a8fc: Waiting 13:11:26 a0306b3775b7: Waiting 13:11:26 bd11b77f4ba4: Waiting 13:11:26 3c20671a5817: Waiting 13:11:26 d734d97ed864: Layer already exists 13:11:26 2073808c6f23: Layer already exists 13:11:26 22c476305253: Layer already exists 13:11:26 fe039e5d4624: Layer already exists 13:11:26 801fb2cb309a: Layer already exists 13:11:26 a0306b3775b7: Layer already exists 13:11:26 bd11b77f4ba4: Layer already exists 13:11:26 173c4de1a8fc: Layer already exists 13:11:26 351b534dffb1: Layer already exists 13:11:26 3c20671a5817: Layer already exists 13:11:26 main: digest: sha256:d91aae7a35687460a04f27bf3cfd6b023e2fe5b3da3e74454fa2073d0df30fe0 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:11:26 ===================================================== [Pipeline] echo 13:11:26 taggedImages: 13:11:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:11:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 13:11:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.44 13:11:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:11:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 13:11:26 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 13:11:26 a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:11:26 latest 13:11:26 3.2.0-dev.44 13:11:26 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:11:26 main 13:11:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:27 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:11:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 13:11:27 52e2aebf58e9: Preparing 13:11:27 2f554fec27ce: Preparing 13:11:27 3958dcd8c30c: Preparing 13:11:27 2073808c6f23: Preparing 13:11:27 fe039e5d4624: Preparing 13:11:27 065386caf8d1: Preparing 13:11:27 efb1e84dac2d: Preparing 13:11:27 b41ca0e26f49: Preparing 13:11:27 3c20671a5817: Preparing 13:11:27 efb1e84dac2d: Waiting 13:11:27 b41ca0e26f49: Waiting 13:11:27 3c20671a5817: Waiting 13:11:27 065386caf8d1: Waiting 13:11:27 2073808c6f23: Layer already exists 13:11:27 fe039e5d4624: Layer already exists 13:11:27 52e2aebf58e9: Pushed 13:11:27 3958dcd8c30c: Pushed 13:11:27 2f554fec27ce: Pushed 13:11:27 3c20671a5817: Layer already exists 13:11:27 efb1e84dac2d: Pushed 13:11:28 b41ca0e26f49: Pushed 13:11:50 065386caf8d1: Pushed 13:11:50 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:f35782c2c661cf7d2dc5cf6186342a527b4a893f718b5d8a15cf01c85b7a59f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:50 + 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 13:11:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 13:11:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 13:11:51 52e2aebf58e9: Preparing 13:11:51 2f554fec27ce: Preparing 13:11:51 3958dcd8c30c: Preparing 13:11:51 2073808c6f23: Preparing 13:11:51 fe039e5d4624: Preparing 13:11:51 065386caf8d1: Preparing 13:11:51 efb1e84dac2d: Preparing 13:11:51 b41ca0e26f49: Preparing 13:11:51 3c20671a5817: Preparing 13:11:51 efb1e84dac2d: Waiting 13:11:51 b41ca0e26f49: Waiting 13:11:51 3c20671a5817: Waiting 13:11:51 065386caf8d1: Waiting 13:11:51 fe039e5d4624: Layer already exists 13:11:51 2f554fec27ce: Layer already exists 13:11:51 2073808c6f23: Layer already exists 13:11:51 52e2aebf58e9: Layer already exists 13:11:51 3958dcd8c30c: Layer already exists 13:11:51 efb1e84dac2d: Layer already exists 13:11:51 065386caf8d1: Layer already exists 13:11:51 3c20671a5817: Layer already exists 13:11:51 b41ca0e26f49: Layer already exists 13:11:51 latest: digest: sha256:f35782c2c661cf7d2dc5cf6186342a527b4a893f718b5d8a15cf01c85b7a59f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:51 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.44 13:11:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 13:11:52 52e2aebf58e9: Preparing 13:11:52 2f554fec27ce: Preparing 13:11:52 3958dcd8c30c: Preparing 13:11:52 2073808c6f23: Preparing 13:11:52 fe039e5d4624: Preparing 13:11:52 065386caf8d1: Preparing 13:11:52 efb1e84dac2d: Preparing 13:11:52 b41ca0e26f49: Preparing 13:11:52 3c20671a5817: Preparing 13:11:52 065386caf8d1: Waiting 13:11:52 b41ca0e26f49: Waiting 13:11:52 3c20671a5817: Waiting 13:11:52 efb1e84dac2d: Waiting 13:11:52 52e2aebf58e9: Layer already exists 13:11:52 2f554fec27ce: Layer already exists 13:11:52 fe039e5d4624: Layer already exists 13:11:52 2073808c6f23: Layer already exists 13:11:52 3958dcd8c30c: Layer already exists 13:11:52 065386caf8d1: Layer already exists 13:11:52 efb1e84dac2d: Layer already exists 13:11:52 b41ca0e26f49: Layer already exists 13:11:52 3c20671a5817: Layer already exists 13:11:52 3.2.0-dev.44: digest: sha256:f35782c2c661cf7d2dc5cf6186342a527b4a893f718b5d8a15cf01c85b7a59f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:52 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:11:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 13:11:53 52e2aebf58e9: Preparing 13:11:53 2f554fec27ce: Preparing 13:11:53 3958dcd8c30c: Preparing 13:11:53 2073808c6f23: Preparing 13:11:53 fe039e5d4624: Preparing 13:11:53 065386caf8d1: Preparing 13:11:53 efb1e84dac2d: Preparing 13:11:53 b41ca0e26f49: Preparing 13:11:53 3c20671a5817: Preparing 13:11:53 065386caf8d1: Waiting 13:11:53 efb1e84dac2d: Waiting 13:11:53 b41ca0e26f49: Waiting 13:11:53 3c20671a5817: Waiting 13:11:53 2073808c6f23: Layer already exists 13:11:53 3958dcd8c30c: Layer already exists 13:11:53 52e2aebf58e9: Layer already exists 13:11:53 fe039e5d4624: Layer already exists 13:11:53 2f554fec27ce: Layer already exists 13:11:53 3c20671a5817: Layer already exists 13:11:53 b41ca0e26f49: Layer already exists 13:11:53 efb1e84dac2d: Layer already exists 13:11:53 065386caf8d1: Layer already exists 13:11:53 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:f35782c2c661cf7d2dc5cf6186342a527b4a893f718b5d8a15cf01c85b7a59f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:53 + 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 13:11:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 13:11:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 13:11:54 52e2aebf58e9: Preparing 13:11:54 2f554fec27ce: Preparing 13:11:54 3958dcd8c30c: Preparing 13:11:54 2073808c6f23: Preparing 13:11:54 fe039e5d4624: Preparing 13:11:54 065386caf8d1: Preparing 13:11:54 efb1e84dac2d: Preparing 13:11:54 b41ca0e26f49: Preparing 13:11:54 3c20671a5817: Preparing 13:11:54 efb1e84dac2d: Waiting 13:11:54 b41ca0e26f49: Waiting 13:11:54 3c20671a5817: Waiting 13:11:54 065386caf8d1: Waiting 13:11:54 2073808c6f23: Layer already exists 13:11:54 52e2aebf58e9: Layer already exists 13:11:54 3958dcd8c30c: Layer already exists 13:11:54 fe039e5d4624: Layer already exists 13:11:54 2f554fec27ce: Layer already exists 13:11:54 065386caf8d1: Layer already exists 13:11:54 efb1e84dac2d: Layer already exists 13:11:54 b41ca0e26f49: Layer already exists 13:11:54 3c20671a5817: Layer already exists 13:11:54 main: digest: sha256:f35782c2c661cf7d2dc5cf6186342a527b4a893f718b5d8a15cf01c85b7a59f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:11:54 ===================================================== [Pipeline] echo 13:11:54 taggedImages: 13:11:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:11:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 13:11:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.44 13:11:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:11:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 13:11:54 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 13:11:54 a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:11:54 latest 13:11:54 3.2.0-dev.44 13:11:54 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:11:54 main 13:11:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:54 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:11:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 13:11:55 0b40b20b73e1: Preparing 13:11:55 e72a3431f854: Preparing 13:11:55 0a59a4e93c44: Preparing 13:11:55 2073808c6f23: Preparing 13:11:55 fe039e5d4624: Preparing 13:11:55 351b534dffb1: Preparing 13:11:55 a0306b3775b7: Preparing 13:11:55 bd11b77f4ba4: Preparing 13:11:55 3c20671a5817: Preparing 13:11:55 a0306b3775b7: Waiting 13:11:55 3c20671a5817: Waiting 13:11:55 bd11b77f4ba4: Waiting 13:11:55 351b534dffb1: Waiting 13:11:55 2073808c6f23: Layer already exists 13:11:55 fe039e5d4624: Layer already exists 13:11:55 351b534dffb1: Layer already exists 13:11:55 a0306b3775b7: Layer already exists 13:11:55 bd11b77f4ba4: Layer already exists 13:11:55 3c20671a5817: Layer already exists 13:11:55 0b40b20b73e1: Pushed 13:11:55 0a59a4e93c44: Pushed 13:11:55 e72a3431f854: Pushed 13:11:55 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:bbe4a1c356f7d32407dd52ccb558fe0d1f4de1090f180c6a303b7e4b7f41389f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:55 + 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 13:11:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 13:11:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 13:11:56 0b40b20b73e1: Preparing 13:11:56 e72a3431f854: Preparing 13:11:56 0a59a4e93c44: Preparing 13:11:56 2073808c6f23: Preparing 13:11:56 fe039e5d4624: Preparing 13:11:56 351b534dffb1: Preparing 13:11:56 a0306b3775b7: Preparing 13:11:56 bd11b77f4ba4: Preparing 13:11:56 3c20671a5817: Preparing 13:11:56 bd11b77f4ba4: Waiting 13:11:56 3c20671a5817: Waiting 13:11:56 a0306b3775b7: Waiting 13:11:56 351b534dffb1: Waiting 13:11:56 2073808c6f23: Layer already exists 13:11:56 e72a3431f854: Layer already exists 13:11:56 0b40b20b73e1: Layer already exists 13:11:56 fe039e5d4624: Layer already exists 13:11:56 0a59a4e93c44: Layer already exists 13:11:56 351b534dffb1: Layer already exists 13:11:56 a0306b3775b7: Layer already exists 13:11:56 bd11b77f4ba4: Layer already exists 13:11:56 3c20671a5817: Layer already exists 13:11:56 latest: digest: sha256:bbe4a1c356f7d32407dd52ccb558fe0d1f4de1090f180c6a303b7e4b7f41389f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:56 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.44 13:11:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 13:11:57 0b40b20b73e1: Preparing 13:11:57 e72a3431f854: Preparing 13:11:57 0a59a4e93c44: Preparing 13:11:57 2073808c6f23: Preparing 13:11:57 fe039e5d4624: Preparing 13:11:57 351b534dffb1: Preparing 13:11:57 a0306b3775b7: Preparing 13:11:57 351b534dffb1: Waiting 13:11:57 bd11b77f4ba4: Preparing 13:11:57 a0306b3775b7: Waiting 13:11:57 3c20671a5817: Preparing 13:11:57 bd11b77f4ba4: Waiting 13:11:57 3c20671a5817: Waiting 13:11:57 e72a3431f854: Layer already exists 13:11:57 0a59a4e93c44: Layer already exists 13:11:57 2073808c6f23: Layer already exists 13:11:57 0b40b20b73e1: Layer already exists 13:11:57 fe039e5d4624: Layer already exists 13:11:57 351b534dffb1: Layer already exists 13:11:57 3c20671a5817: Layer already exists 13:11:57 a0306b3775b7: Layer already exists 13:11:57 bd11b77f4ba4: Layer already exists 13:11:57 3.2.0-dev.44: digest: sha256:bbe4a1c356f7d32407dd52ccb558fe0d1f4de1090f180c6a303b7e4b7f41389f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:57 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:11:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 13:11:57 0b40b20b73e1: Preparing 13:11:57 e72a3431f854: Preparing 13:11:57 0a59a4e93c44: Preparing 13:11:57 2073808c6f23: Preparing 13:11:57 fe039e5d4624: Preparing 13:11:57 351b534dffb1: Preparing 13:11:57 a0306b3775b7: Preparing 13:11:57 bd11b77f4ba4: Preparing 13:11:57 3c20671a5817: Preparing 13:11:57 351b534dffb1: Waiting 13:11:57 a0306b3775b7: Waiting 13:11:57 bd11b77f4ba4: Waiting 13:11:57 3c20671a5817: Waiting 13:11:57 0b40b20b73e1: Layer already exists 13:11:57 fe039e5d4624: Layer already exists 13:11:57 2073808c6f23: Layer already exists 13:11:57 e72a3431f854: Layer already exists 13:11:57 0a59a4e93c44: Layer already exists 13:11:57 a0306b3775b7: Layer already exists 13:11:57 bd11b77f4ba4: Layer already exists 13:11:57 351b534dffb1: Layer already exists 13:11:57 3c20671a5817: Layer already exists 13:11:58 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:bbe4a1c356f7d32407dd52ccb558fe0d1f4de1090f180c6a303b7e4b7f41389f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:58 + 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 13:11:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 13:11:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 13:11:58 0b40b20b73e1: Preparing 13:11:58 e72a3431f854: Preparing 13:11:58 0a59a4e93c44: Preparing 13:11:58 2073808c6f23: Preparing 13:11:58 fe039e5d4624: Preparing 13:11:58 351b534dffb1: Preparing 13:11:58 a0306b3775b7: Preparing 13:11:58 bd11b77f4ba4: Preparing 13:11:58 3c20671a5817: Preparing 13:11:58 a0306b3775b7: Waiting 13:11:58 bd11b77f4ba4: Waiting 13:11:58 3c20671a5817: Waiting 13:11:58 351b534dffb1: Waiting 13:11:58 e72a3431f854: Layer already exists 13:11:58 0a59a4e93c44: Layer already exists 13:11:58 2073808c6f23: Layer already exists 13:11:58 fe039e5d4624: Layer already exists 13:11:58 0b40b20b73e1: Layer already exists 13:11:58 a0306b3775b7: Layer already exists 13:11:58 351b534dffb1: Layer already exists 13:11:58 3c20671a5817: Layer already exists 13:11:58 bd11b77f4ba4: Layer already exists 13:11:59 main: digest: sha256:bbe4a1c356f7d32407dd52ccb558fe0d1f4de1090f180c6a303b7e4b7f41389f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:11:59 ===================================================== [Pipeline] echo 13:11:59 taggedImages: 13:11:59 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:11:59 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 13:11:59 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.44 13:11:59 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:11:59 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 13:11:59 [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: 13:11:59 a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:11:59 latest 13:11:59 3.2.0-dev.44 13:11:59 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:11:59 main 13:11:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:11:59 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:00 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:12:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 13:12:00 c80717a95b94: Preparing 13:12:00 bcbcb207234d: Preparing 13:12:00 2073808c6f23: Preparing 13:12:00 fe039e5d4624: Preparing 13:12:00 bed8354f4ed2: Preparing 13:12:00 560a55ac0cc0: Preparing 13:12:00 3c20671a5817: Preparing 13:12:00 560a55ac0cc0: Waiting 13:12:00 3c20671a5817: Waiting 13:12:00 2073808c6f23: Layer already exists 13:12:00 fe039e5d4624: Layer already exists 13:12:00 3c20671a5817: Layer already exists 13:12:00 bed8354f4ed2: Pushed 13:12:00 c80717a95b94: Pushed 13:12:00 560a55ac0cc0: Pushed 13:12:07 bcbcb207234d: Pushed 13:12:07 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:4250fb10c6231b71336b8eb9707e01a979ef266f26d06467ae3af9cb842b4a21 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:07 + 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 13:12:07 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 13:12:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 13:12:07 c80717a95b94: Preparing 13:12:07 bcbcb207234d: Preparing 13:12:07 2073808c6f23: Preparing 13:12:07 fe039e5d4624: Preparing 13:12:07 bed8354f4ed2: Preparing 13:12:07 560a55ac0cc0: Preparing 13:12:07 3c20671a5817: Preparing 13:12:07 560a55ac0cc0: Waiting 13:12:07 3c20671a5817: Waiting 13:12:07 c80717a95b94: Layer already exists 13:12:07 bcbcb207234d: Layer already exists 13:12:07 2073808c6f23: Layer already exists 13:12:07 fe039e5d4624: Layer already exists 13:12:07 bed8354f4ed2: Layer already exists 13:12:07 3c20671a5817: Layer already exists 13:12:07 560a55ac0cc0: Layer already exists 13:12:07 latest: digest: sha256:4250fb10c6231b71336b8eb9707e01a979ef266f26d06467ae3af9cb842b4a21 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:08 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:08 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.44 13:12:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 13:12:08 c80717a95b94: Preparing 13:12:08 bcbcb207234d: Preparing 13:12:08 2073808c6f23: Preparing 13:12:08 fe039e5d4624: Preparing 13:12:08 bed8354f4ed2: Preparing 13:12:08 560a55ac0cc0: Preparing 13:12:08 3c20671a5817: Preparing 13:12:08 560a55ac0cc0: Waiting 13:12:08 3c20671a5817: Waiting 13:12:08 2073808c6f23: Layer already exists 13:12:08 fe039e5d4624: Layer already exists 13:12:08 bed8354f4ed2: Layer already exists 13:12:08 bcbcb207234d: Layer already exists 13:12:08 c80717a95b94: Layer already exists 13:12:08 560a55ac0cc0: Layer already exists 13:12:08 3c20671a5817: Layer already exists 13:12:08 3.2.0-dev.44: digest: sha256:4250fb10c6231b71336b8eb9707e01a979ef266f26d06467ae3af9cb842b4a21 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:09 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:09 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:12:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 13:12:09 c80717a95b94: Preparing 13:12:09 bcbcb207234d: Preparing 13:12:09 2073808c6f23: Preparing 13:12:09 fe039e5d4624: Preparing 13:12:09 bed8354f4ed2: Preparing 13:12:09 560a55ac0cc0: Preparing 13:12:09 3c20671a5817: Preparing 13:12:09 560a55ac0cc0: Waiting 13:12:09 3c20671a5817: Waiting 13:12:09 c80717a95b94: Layer already exists 13:12:09 bed8354f4ed2: Layer already exists 13:12:09 2073808c6f23: Layer already exists 13:12:09 fe039e5d4624: Layer already exists 13:12:09 bcbcb207234d: Layer already exists 13:12:09 560a55ac0cc0: Layer already exists 13:12:09 3c20671a5817: Layer already exists 13:12:09 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:4250fb10c6231b71336b8eb9707e01a979ef266f26d06467ae3af9cb842b4a21 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:10 + 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 13:12:10 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main 13:12:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 13:12:10 c80717a95b94: Preparing 13:12:10 bcbcb207234d: Preparing 13:12:10 2073808c6f23: Preparing 13:12:10 fe039e5d4624: Preparing 13:12:10 bed8354f4ed2: Preparing 13:12:10 560a55ac0cc0: Preparing 13:12:10 3c20671a5817: Preparing 13:12:10 560a55ac0cc0: Waiting 13:12:10 3c20671a5817: Waiting 13:12:10 2073808c6f23: Layer already exists 13:12:10 c80717a95b94: Layer already exists 13:12:10 bed8354f4ed2: Layer already exists 13:12:10 fe039e5d4624: Layer already exists 13:12:10 bcbcb207234d: Layer already exists 13:12:10 560a55ac0cc0: Layer already exists 13:12:10 3c20671a5817: Layer already exists 13:12:10 main: digest: sha256:4250fb10c6231b71336b8eb9707e01a979ef266f26d06467ae3af9cb842b4a21 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:12:10 ===================================================== [Pipeline] echo 13:12:10 taggedImages: 13:12:10 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:12:10 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 13:12:10 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.44 13:12:10 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:12:10 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo 13:12:10 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 13:12:10 a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:12:10 latest 13:12:10 3.2.0-dev.44 13:12:10 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:12:10 main 13:12:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:11 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:11 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:12:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 13:12:11 b43aff5ecd2d: Preparing 13:12:11 ac7efd63a0b0: Preparing 13:12:11 2073808c6f23: Preparing 13:12:11 fe039e5d4624: Preparing 13:12:11 bed8354f4ed2: Preparing 13:12:11 560a55ac0cc0: Preparing 13:12:11 3c20671a5817: Preparing 13:12:11 560a55ac0cc0: Waiting 13:12:11 bed8354f4ed2: Layer already exists 13:12:11 2073808c6f23: Layer already exists 13:12:11 fe039e5d4624: Layer already exists 13:12:11 560a55ac0cc0: Layer already exists 13:12:11 3c20671a5817: Layer already exists 13:12:11 b43aff5ecd2d: Pushed 13:12:18 ac7efd63a0b0: Pushed 13:12:18 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:0b58b60e44c47c86730121d96d8f82f745081513d622ffd8ad74b5162e442e6a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:18 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 13:12:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 13:12:19 b43aff5ecd2d: Preparing 13:12:19 ac7efd63a0b0: Preparing 13:12:19 2073808c6f23: Preparing 13:12:19 fe039e5d4624: Preparing 13:12:19 bed8354f4ed2: Preparing 13:12:19 560a55ac0cc0: Preparing 13:12:19 3c20671a5817: Preparing 13:12:19 560a55ac0cc0: Waiting 13:12:19 3c20671a5817: Waiting 13:12:19 fe039e5d4624: Layer already exists 13:12:19 b43aff5ecd2d: Layer already exists 13:12:19 ac7efd63a0b0: Layer already exists 13:12:19 2073808c6f23: Layer already exists 13:12:19 bed8354f4ed2: Layer already exists 13:12:19 3c20671a5817: Layer already exists 13:12:19 560a55ac0cc0: Layer already exists 13:12:19 latest: digest: sha256:0b58b60e44c47c86730121d96d8f82f745081513d622ffd8ad74b5162e442e6a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:19 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.44 13:12:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 13:12:20 b43aff5ecd2d: Preparing 13:12:20 ac7efd63a0b0: Preparing 13:12:20 2073808c6f23: Preparing 13:12:20 fe039e5d4624: Preparing 13:12:20 bed8354f4ed2: Preparing 13:12:20 560a55ac0cc0: Preparing 13:12:20 3c20671a5817: Preparing 13:12:20 560a55ac0cc0: Waiting 13:12:20 3c20671a5817: Waiting 13:12:20 ac7efd63a0b0: Layer already exists 13:12:20 bed8354f4ed2: Layer already exists 13:12:20 2073808c6f23: Layer already exists 13:12:20 b43aff5ecd2d: Layer already exists 13:12:20 fe039e5d4624: Layer already exists 13:12:20 560a55ac0cc0: Layer already exists 13:12:20 3c20671a5817: Layer already exists 13:12:20 3.2.0-dev.44: digest: sha256:0b58b60e44c47c86730121d96d8f82f745081513d622ffd8ad74b5162e442e6a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:20 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:12:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 13:12:20 b43aff5ecd2d: Preparing 13:12:20 ac7efd63a0b0: Preparing 13:12:20 2073808c6f23: Preparing 13:12:20 fe039e5d4624: Preparing 13:12:20 bed8354f4ed2: Preparing 13:12:20 560a55ac0cc0: Preparing 13:12:20 3c20671a5817: Preparing 13:12:20 560a55ac0cc0: Waiting 13:12:20 3c20671a5817: Waiting 13:12:20 bed8354f4ed2: Layer already exists 13:12:20 ac7efd63a0b0: Layer already exists 13:12:20 b43aff5ecd2d: Layer already exists 13:12:20 fe039e5d4624: Layer already exists 13:12:20 3c20671a5817: Layer already exists 13:12:20 2073808c6f23: Layer already exists 13:12:20 560a55ac0cc0: Layer already exists 13:12:20 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:0b58b60e44c47c86730121d96d8f82f745081513d622ffd8ad74b5162e442e6a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:21 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:21 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 13:12:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 13:12:21 b43aff5ecd2d: Preparing 13:12:21 ac7efd63a0b0: Preparing 13:12:21 2073808c6f23: Preparing 13:12:21 fe039e5d4624: Preparing 13:12:21 bed8354f4ed2: Preparing 13:12:21 560a55ac0cc0: Preparing 13:12:21 3c20671a5817: Preparing 13:12:21 560a55ac0cc0: Waiting 13:12:21 3c20671a5817: Waiting 13:12:21 fe039e5d4624: Layer already exists 13:12:21 b43aff5ecd2d: Layer already exists 13:12:21 ac7efd63a0b0: Layer already exists 13:12:21 2073808c6f23: Layer already exists 13:12:21 bed8354f4ed2: Layer already exists 13:12:21 560a55ac0cc0: Layer already exists 13:12:21 3c20671a5817: Layer already exists 13:12:22 main: digest: sha256:0b58b60e44c47c86730121d96d8f82f745081513d622ffd8ad74b5162e442e6a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:12:22 ===================================================== [Pipeline] echo 13:12:22 taggedImages: 13:12:22 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:12:22 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 13:12:22 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.44 13:12:22 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:12:22 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 13:12:22 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 13:12:22 a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:12:22 latest 13:12:22 3.2.0-dev.44 13:12:22 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:12:22 main 13:12:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:22 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:22 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:12:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 13:12:22 e9536e996eed: Preparing 13:12:22 79089dd7efd7: Preparing 13:12:22 2073808c6f23: Preparing 13:12:22 fe039e5d4624: Preparing 13:12:22 f2b92d320f8c: Preparing 13:12:22 03545c943ccb: Preparing 13:12:22 3c20671a5817: Preparing 13:12:22 03545c943ccb: Waiting 13:12:22 3c20671a5817: Waiting 13:12:22 2073808c6f23: Layer already exists 13:12:22 f2b92d320f8c: Layer already exists 13:12:22 fe039e5d4624: Layer already exists 13:12:22 03545c943ccb: Layer already exists 13:12:22 3c20671a5817: Layer already exists 13:12:23 e9536e996eed: Pushed 13:12:29 79089dd7efd7: Pushed 13:12:29 a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:4ba5d40cfb18be0a9e724469d6f35c89b70a5d8ae13fe03eaa6bbe951a1c5335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:30 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:30 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 13:12:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 13:12:30 e9536e996eed: Preparing 13:12:30 79089dd7efd7: Preparing 13:12:30 2073808c6f23: Preparing 13:12:30 fe039e5d4624: Preparing 13:12:30 f2b92d320f8c: Preparing 13:12:30 03545c943ccb: Preparing 13:12:30 3c20671a5817: Preparing 13:12:30 03545c943ccb: Waiting 13:12:30 3c20671a5817: Waiting 13:12:30 79089dd7efd7: Layer already exists 13:12:30 f2b92d320f8c: Layer already exists 13:12:30 e9536e996eed: Layer already exists 13:12:30 2073808c6f23: Layer already exists 13:12:30 fe039e5d4624: Layer already exists 13:12:30 03545c943ccb: Layer already exists 13:12:30 3c20671a5817: Layer already exists 13:12:30 latest: digest: sha256:4ba5d40cfb18be0a9e724469d6f35c89b70a5d8ae13fe03eaa6bbe951a1c5335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:31 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.44 13:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 13:12:31 e9536e996eed: Preparing 13:12:31 79089dd7efd7: Preparing 13:12:31 2073808c6f23: Preparing 13:12:31 fe039e5d4624: Preparing 13:12:31 f2b92d320f8c: Preparing 13:12:31 03545c943ccb: Preparing 13:12:31 3c20671a5817: Preparing 13:12:31 03545c943ccb: Waiting 13:12:31 3c20671a5817: Waiting 13:12:31 2073808c6f23: Layer already exists 13:12:31 f2b92d320f8c: Layer already exists 13:12:31 fe039e5d4624: Layer already exists 13:12:31 e9536e996eed: Layer already exists 13:12:31 79089dd7efd7: Layer already exists 13:12:31 3c20671a5817: Layer already exists 13:12:31 03545c943ccb: Layer already exists 13:12:31 3.2.0-dev.44: digest: sha256:4ba5d40cfb18be0a9e724469d6f35c89b70a5d8ae13fe03eaa6bbe951a1c5335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:32 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 13:12:32 e9536e996eed: Preparing 13:12:32 79089dd7efd7: Preparing 13:12:32 2073808c6f23: Preparing 13:12:32 fe039e5d4624: Preparing 13:12:32 f2b92d320f8c: Preparing 13:12:32 03545c943ccb: Preparing 13:12:32 3c20671a5817: Preparing 13:12:32 03545c943ccb: Waiting 13:12:32 3c20671a5817: Waiting 13:12:32 e9536e996eed: Layer already exists 13:12:32 79089dd7efd7: Layer already exists 13:12:32 2073808c6f23: Layer already exists 13:12:32 f2b92d320f8c: Layer already exists 13:12:32 fe039e5d4624: Layer already exists 13:12:32 3c20671a5817: Layer already exists 13:12:32 03545c943ccb: Layer already exists 13:12:32 a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:4ba5d40cfb18be0a9e724469d6f35c89b70a5d8ae13fe03eaa6bbe951a1c5335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:33 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 13:12:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 13:12:33 e9536e996eed: Preparing 13:12:33 79089dd7efd7: Preparing 13:12:33 2073808c6f23: Preparing 13:12:33 fe039e5d4624: Preparing 13:12:33 f2b92d320f8c: Preparing 13:12:33 03545c943ccb: Preparing 13:12:33 3c20671a5817: Preparing 13:12:33 03545c943ccb: Waiting 13:12:33 3c20671a5817: Waiting 13:12:33 e9536e996eed: Layer already exists 13:12:33 79089dd7efd7: Layer already exists 13:12:33 f2b92d320f8c: Layer already exists 13:12:33 2073808c6f23: Layer already exists 13:12:33 fe039e5d4624: Layer already exists 13:12:33 03545c943ccb: Layer already exists 13:12:33 3c20671a5817: Layer already exists 13:12:33 main: digest: sha256:4ba5d40cfb18be0a9e724469d6f35c89b70a5d8ae13fe03eaa6bbe951a1c5335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:12:33 ===================================================== [Pipeline] echo 13:12:33 taggedImages: 13:12:33 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c 13:12:33 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 13:12:33 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.44 13:12:33 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 13:12:33 - 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 13:12:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:12:34 13:12:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:12:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:12:34 arm64: Pulling from edgex-lftools-log-publisher 13:12:34 8998bd30e6a1: Pulling fs layer 13:12:34 04944245beec: Pulling fs layer 13:12:34 699f458cf7ca: Pulling fs layer 13:12:34 765212b225bb: Pulling fs layer 13:12:34 f23df028b6ca: Pulling fs layer 13:12:34 d65c8cfc05b1: Pulling fs layer 13:12:34 2437ff75d9bd: Pulling fs layer 13:12:34 765212b225bb: Waiting 13:12:34 f23df028b6ca: Waiting 13:12:34 d65c8cfc05b1: Waiting 13:12:34 2437ff75d9bd: Waiting 13:12:34 04944245beec: Verifying Checksum 13:12:34 04944245beec: Download complete 13:12:34 765212b225bb: Verifying Checksum 13:12:34 765212b225bb: Download complete 13:12:34 f23df028b6ca: Verifying Checksum 13:12:34 f23df028b6ca: Download complete 13:12:34 d65c8cfc05b1: Verifying Checksum 13:12:34 d65c8cfc05b1: Download complete 13:12:34 699f458cf7ca: Verifying Checksum 13:12:34 699f458cf7ca: Download complete 13:12:35 8998bd30e6a1: Verifying Checksum 13:12:35 8998bd30e6a1: Download complete 13:12:37 2437ff75d9bd: Verifying Checksum 13:12:37 2437ff75d9bd: Download complete 13:12:39 8998bd30e6a1: Pull complete 13:12:40 04944245beec: Pull complete 13:12:41 699f458cf7ca: Pull complete 13:12:41 765212b225bb: Pull complete 13:12:42 f23df028b6ca: Pull complete 13:12:42 d65c8cfc05b1: Pull complete 13:13:01 2437ff75d9bd: Pull complete 13:13:01 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 13:13:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:13:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:13:01 prd-ubuntu20.04-docker-arm64-4c-16g-6946 does not seem to be running inside a container 13:13:01 $ 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/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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 13:13:02 $ docker top 7bbb70560b852a3103c69a2d9d6ff30f36b40a53d88f01654d245b8b13555451 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:13:03 ---> job-cost.sh 13:13:03 lf-activate-venv: SKIPPING 13:13:03 INFO: No Stack... 13:13:03 INFO: Retrieving Pricing Info for: v3-standard-4 13:13:04 INFO: Archiving Costs [Pipeline] sh 13:13:05 + cat /w/workspace/edgex-go/662/archives/cost.csv 13:13:05 + cut -d, -f6 [Pipeline] lock 13:13:05 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-662-stack-cost] 13:13:05 Resource [jenkins-edgexfoundry-edgex-go-main-662-stack-cost] did not exist. Created. 13:13:05 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-662-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:13:05 + echo total: 0.10999999940395355 [Pipeline] stash 13:13:06 Stashed 1 file(s) [Pipeline] } 13:13:06 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-662-stack-cost] [Pipeline] // lock [Pipeline] } 13:13:06 $ docker stop --time=1 7bbb70560b852a3103c69a2d9d6ff30f36b40a53d88f01654d245b8b13555451 13:13:07 $ docker rm -f --volumes 7bbb70560b852a3103c69a2d9d6ff30f36b40a53d88f01654d245b8b13555451 [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 13:13:08 provisioning config files... 13:13:08 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/662@tmp/config2558017914139159732tmp [Pipeline] { [Pipeline] sh 13:13:08 + set +x 13:13:08 + curl -s https://codecov.io/bash 13:13:08 + bash -s -- 13:13:08 13:13:08 _____ _ 13:13:08 / ____| | | 13:13:08 | | ___ __| | ___ ___ _____ __ 13:13:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:13:08 | |___| (_) | (_| | __/ (_| (_) \ V / 13:13:08 \_____\___/ \__,_|\___|\___\___/ \_/ 13:13:08 Bash-1.0.6 13:13:08 13:13:08 13:13:08 ==> git version 2.25.1 found 13:13:08 ==> 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 13:13:08 Release-Date: 2020-01-08 13:13:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 13:13:08 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 13:13:08 ==> Jenkins CI detected. 13:13:08 current dir:  /w/workspace/edgex-go/662 13:13:08 project root: . 13:13:08 --> token set from env 13:13:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:13:09 ==> Running gcov in . (disable via -X gcov) 13:13:09 ==> Python coveragepy not found 13:13:09 ==> Searching for coverage reports in: 13:13:09 + . 13:13:09 -> Found 1 reports 13:13:09 ==> Detecting git/mercurial file structure 13:13:09 ==> Reading reports 13:13:09 + ./coverage.out bytes=504185 13:13:09 ==> Appending adjustments 13:13:09 https://docs.codecov.io/docs/fixing-reports 13:13:10 + Found adjustments 13:13:10 ==> Gzipping contents 13:13:10 64K /tmp/codecov.9smOzj.gz 13:13:10 ==> Uploading reports 13:13:10 url: https://codecov.io 13:13:10 query: branch=main&commit=a62407a90ca41d87e849251ea1cea1034d4f0a3c&build=662&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F662%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 13:13:10 -> Pinging Codecov 13:13:10 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=a62407a90ca41d87e849251ea1cea1034d4f0a3c&build=662&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F662%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 13:13:10 -> Uploading to 13:13:10 https://storage.googleapis.com/codecov/v4/raw/2024-08-01/00271124DB129430A58F1EEE437C3FCB/a62407a90ca41d87e849251ea1cea1034d4f0a3c/e30b53ca-9456-4264-8678-b17657b4683d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240801%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240801T131310Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e5d1aebd3ceae65253a3f059314f050851969d54e64d6b59c3471a91784d78f5 13:13:10 % Total % Received % Xferd Average Speed Time Time Time Current 13:13:10 Dload Upload Total Spent Left Speed 13:13:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 64318 0 0 100 64318 0 244k --:--:-- --:--:-- --:--:-- 244k 13:13:10 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } 13:13:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 13:13:11 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 13:13:11 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:13:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:13:11 13:13:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:13:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:13:11 latest: Pulling from edgex-devops/edgex-snyk-go 13:13:11 619be1103602: Already exists 13:13:11 f8ea3408117e: Pulling fs layer 13:13:11 91320369b822: Pulling fs layer 13:13:11 0406650e8295: Pulling fs layer 13:13:11 4f4fb700ef54: Pulling fs layer 13:13:11 96d80e3f36e1: Pulling fs layer 13:13:11 bcf3aedb951c: Pulling fs layer 13:13:11 4f4fb700ef54: Waiting 13:13:11 bcf3aedb951c: Waiting 13:13:11 96d80e3f36e1: Waiting 13:13:11 0406650e8295: Verifying Checksum 13:13:11 0406650e8295: Download complete 13:13:11 f8ea3408117e: Verifying Checksum 13:13:11 f8ea3408117e: Download complete 13:13:11 4f4fb700ef54: Verifying Checksum 13:13:11 4f4fb700ef54: Download complete 13:13:11 f8ea3408117e: Pull complete 13:13:11 96d80e3f36e1: Verifying Checksum 13:13:11 96d80e3f36e1: Download complete 13:13:12 91320369b822: Download complete 13:13:12 bcf3aedb951c: Verifying Checksum 13:13:12 bcf3aedb951c: Download complete 13:13:15 91320369b822: Pull complete 13:13:15 0406650e8295: Pull complete 13:13:15 4f4fb700ef54: Pull complete 13:13:15 96d80e3f36e1: Pull complete 13:13:18 bcf3aedb951c: Pull complete 13:13:18 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 13:13:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:13:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:13:18 prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container 13:13:18 $ 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/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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 13:13:26 $ docker top 9acb2cfdc11c35136a9262b58ec1154bd782ba82e73075781f1c926c8fff0d5a -eo pid,comm [Pipeline] { [Pipeline] sh 13:13:27 + git config --global --add safe.directory /w/workspace/edgex-go/662 [Pipeline] echo 13:13:27 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 13:13:27 + set -o pipefail 13:13:27 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 13:13:35 13:13:35 Monitoring /w/workspace/edgex-go/662 (github.com/edgexfoundry/edgex-go)... 13:13:35 13:13:35 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/4991f663-9700-49bb-b9db-c6c3601bf9b6 13:13:35 13:13:35 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 13:13:35 13:13:35 13:13:35 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 13:13:35 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 13:13:36 $ docker stop --time=1 9acb2cfdc11c35136a9262b58ec1154bd782ba82e73075781f1c926c8fff0d5a 13:13:44 $ docker rm -f --volumes 9acb2cfdc11c35136a9262b58ec1154bd782ba82e73075781f1c926c8fff0d5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 13:13:44 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:13:44 provisioning config files... 13:13:44 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/662@tmp/config17093881984389581795tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:13:45 --> edgex-publish-swagger.sh 13:13:45 === Publish openapi/v3 API === 13:13:45 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 13:13:45 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/662/openapi/v3/core-command.yaml] 13:13:45 % Total % Received % Xferd Average Speed Time Time Time Current 13:13:45 Dload Upload Total Spent Left Speed 13:13:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 60040 --:--:-- --:--:-- --:--:-- 60040 100 32782 0 0 100 32782 0 60040 --:--:-- --:--:-- --:--:-- 59930 13:13:45 13:13:45 13:13:45 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/662/openapi/v3/core-data.yaml] 13:13:45 % Total % Received % Xferd Average Speed Time Time Time Current 13:13:45 Dload Upload Total Spent Left Speed 13:13:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 137k --:--:-- --:--:-- --:--:-- 137k 13:13:46 13:13:46 13:13:46 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/662/openapi/v3/core-keeper.yaml] 13:13:46 % Total % Received % Xferd Average Speed Time Time Time Current 13:13:46 Dload Upload Total Spent Left Speed 13:13:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32821 0 0 100 32821 0 157k --:--:-- --:--:-- --:--:-- 156k 100 32887 100 66 100 32821 212 103k --:--:-- --:--:-- --:--:-- 103k 13:13:46 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 13:13:46 13:13:46 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/662/openapi/v3/core-metadata.yaml] 13:13:46 % Total % Received % Xferd Average Speed Time Time Time Current 13:13:46 Dload Upload Total Spent Left Speed 13:13:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 360 343k --:--:-- --:--:-- --:--:-- 344k 13:13:46 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 13:13:46 13:13:46 [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/662/openapi/v3/support-cron-scheduler.yaml] 13:13:46 % Total % Received % Xferd Average Speed Time Time Time Current 13:13:46 Dload Upload Total Spent Left Speed 13:13:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 42976 100 66 100 42910 219 139k --:--:-- --:--:-- --:--:-- 139k 13:13:47 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 13:13:47 13:13:47 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/662/openapi/v3/support-notifications.yaml] 13:13:47 % Total % Received % Xferd Average Speed Time Time Time Current 13:13:47 Dload Upload Total Spent Left Speed 13:13:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87301 0 0 100 87301 0 1093k --:--:-- --:--:-- --:--:-- 1079k 100 87457 100 156 100 87301 390 213k --:--:-- --:--:-- --:--:-- 213k 13:13:47 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 13:13:47 13:13:47 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/662/openapi/v3/support-scheduler.yaml] 13:13:47 % Total % Received % Xferd Average Speed Time Time Time Current 13:13:47 Dload Upload Total Spent Left Speed 13:13:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 394 93554 --:--:-- --:--:-- --:--:-- 93949 13:13:48 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 13:13:48 [Pipeline] } 13:13:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 13:13:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:13:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:13:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:13:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:13:48 prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container 13:13:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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 13:13:50 $ docker top a607fbf08db12d31fdcb2fbdf9ddfbd64b6ebc9f5e5abf31a775f345f150644d -eo pid,comm 13:13:50 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). 13:13:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:13:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:13:50 [ssh-agent] Looking for ssh-agent implementation... 13:13:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:13:50 $ docker exec a607fbf08db12d31fdcb2fbdf9ddfbd64b6ebc9f5e5abf31a775f345f150644d ssh-agent 13:13:50 SSH_AUTH_SOCK=/tmp/ssh-JBBq1npAaMhK/agent.33 13:13:50 SSH_AGENT_PID=39 13:13:50 Running ssh-add (command line suppressed) 13:13:50 Identity added: /w/workspace/edgex-go/662@tmp/private_key_14433366736486486800.key (/w/workspace/edgex-go/662@tmp/private_key_14433366736486486800.key) 13:13:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:13:50 + git semver tag 13:13:51 2024-08-01 13:13:51,141 [run_tag] DEBUG tag force:False 13:13:51 2024-08-01 13:13:51,141 [check_head_tag] DEBUG check head tag 13:13:51 2024-08-01 13:13:51,143 [execute] INFO git cat-file --batch-check 13:13:51 2024-08-01 13:13:51,143 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/662, universal_newlines=False, shell=None, istream=) 13:13:51 2024-08-01 13:13:51,148 [execute] INFO git cat-file --batch 13:13:51 2024-08-01 13:13:51,148 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/662, universal_newlines=False, shell=None, istream=) 13:13:51 2024-08-01 13:13:51,185 [read_version] DEBUG read version from /w/workspace/edgex-go/662/.semver/main 13:13:51 2024-08-01 13:13:51,186 [execute] INFO git tag -a v3.2.0-dev.44 -m v3.2.0-dev.44 13:13:51 2024-08-01 13:13:51,186 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.44', '-m', 'v3.2.0-dev.44'], cwd=/w/workspace/edgex-go/662, universal_newlines=False, shell=None, istream=None) 13:13:51 2024-08-01 13:13:51,191 [read_version] DEBUG read version from /w/workspace/edgex-go/662/.semver/main 13:13:51 3.2.0-dev.44 [Pipeline] } 13:13:51 $ docker exec --env ******** --env ******** a607fbf08db12d31fdcb2fbdf9ddfbd64b6ebc9f5e5abf31a775f345f150644d ssh-agent -k 13:13:51 unset SSH_AUTH_SOCK; 13:13:51 unset SSH_AGENT_PID; 13:13:51 echo Agent pid 39 killed; 13:13:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:13:51 + git semver [Pipeline] } 13:13:52 $ docker stop --time=1 a607fbf08db12d31fdcb2fbdf9ddfbd64b6ebc9f5e5abf31a775f345f150644d 13:13:53 $ docker rm -f --volumes a607fbf08db12d31fdcb2fbdf9ddfbd64b6ebc9f5e5abf31a775f345f150644d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:13:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:13:53 13:13:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:13:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:13:54 0.23.1-centos7: Pulling from edgex-lftools 13:13:54 ab5ef0e58194: Pulling fs layer 13:13:54 9712f1f96733: Pulling fs layer 13:13:54 63f879dbbcfc: Pulling fs layer 13:13:54 0d9ebad4ef96: Pulling fs layer 13:13:54 e9a5061849ea: Pulling fs layer 13:13:54 d747dcd14b5f: Pulling fs layer 13:13:54 2de7ff778b66: Pulling fs layer 13:13:54 d747dcd14b5f: Waiting 13:13:54 e9a5061849ea: Waiting 13:13:54 2de7ff778b66: Waiting 13:13:54 0d9ebad4ef96: Waiting 13:13:54 9712f1f96733: Verifying Checksum 13:13:54 9712f1f96733: Download complete 13:13:54 63f879dbbcfc: Verifying Checksum 13:13:54 63f879dbbcfc: Download complete 13:13:54 e9a5061849ea: Verifying Checksum 13:13:54 e9a5061849ea: Download complete 13:13:54 d747dcd14b5f: Download complete 13:13:54 0d9ebad4ef96: Verifying Checksum 13:13:54 0d9ebad4ef96: Download complete 13:13:54 ab5ef0e58194: Verifying Checksum 13:13:54 ab5ef0e58194: Download complete 13:13:54 2de7ff778b66: Verifying Checksum 13:13:54 2de7ff778b66: Download complete 13:13:58 ab5ef0e58194: Pull complete 13:13:58 9712f1f96733: Pull complete 13:13:58 63f879dbbcfc: Pull complete 13:14:02 0d9ebad4ef96: Pull complete 13:14:03 e9a5061849ea: Pull complete 13:14:03 d747dcd14b5f: Pull complete 13:14:04 2de7ff778b66: Pull complete 13:14:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 13:14:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:14:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:14:04 prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container 13:14:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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 13:14:14 $ docker top 288f204ae9c07a7d1c4494393281675e36471e736ca3a5b683153c21841552ac -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 13:14:14 provisioning config files... 13:14:14 copy managed file [sigul-config] to file:/w/workspace/edgex-go/662@tmp/config10554900389152884522tmp 13:14:14 copy managed file [sigul-password] to file:/w/workspace/edgex-go/662@tmp/config11644372220812620829tmp 13:14:14 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/662@tmp/config5860532205413530499tmp [Pipeline] { [Pipeline] echo 13:14:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 13:14:14 ---> sigul-configuration.sh 13:14:14 gpg: directory `/root/.gnupg' created 13:14:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 13:14:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 13:14:14 gpg: keyring `/root/.gnupg/secring.gpg' created 13:14:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 13:14:14 gpg: CAST5 encrypted data 13:14:14 gpg: encrypted with 1 passphrase 13:14:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 13:14:15 + mkdir /home/jenkins 13:14:15 + mkdir /home/jenkins/sigul [Pipeline] sh 13:14:15 + 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 13:14:15 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 13:14:15 ---> sigul-install.sh 13:14:15 Sigul already installed; skipping installation. [Pipeline] sh 13:14:15 + git tag --list 13:14:15 0.6.0 13:14:15 0.6.1 13:14:15 0.7.0 13:14:15 0.7.1 13:14:15 v1.0.0 13:14:15 v1.0.1 13:14:15 v1.1.0 13:14:15 v1.2.0 13:14:15 v1.2.1 13:14:15 v1.3.0 13:14:15 v1.3.1 13:14:15 v2.0.0 13:14:15 v2.1.0 13:14:15 v2.1.1 13:14:15 v2.2.0 13:14:15 v2.3.0 13:14:15 v3.0 13:14:15 v3.0.0 13:14:15 v3.1 13:14:15 v3.1.0 13:14:15 v3.1.0-dev.1 13:14:15 v3.1.0-dev.10 13:14:15 v3.1.0-dev.11 13:14:15 v3.1.0-dev.12 13:14:15 v3.1.0-dev.13 13:14:15 v3.1.0-dev.14 13:14:15 v3.1.0-dev.15 13:14:15 v3.1.0-dev.16 13:14:15 v3.1.0-dev.17 13:14:15 v3.1.0-dev.18 13:14:15 v3.1.0-dev.19 13:14:15 v3.1.0-dev.2 13:14:15 v3.1.0-dev.20 13:14:15 v3.1.0-dev.21 13:14:15 v3.1.0-dev.22 13:14:15 v3.1.0-dev.23 13:14:15 v3.1.0-dev.24 13:14:15 v3.1.0-dev.25 13:14:15 v3.1.0-dev.26 13:14:15 v3.1.0-dev.27 13:14:15 v3.1.0-dev.28 13:14:15 v3.1.0-dev.29 13:14:15 v3.1.0-dev.3 13:14:15 v3.1.0-dev.30 13:14:15 v3.1.0-dev.31 13:14:15 v3.1.0-dev.32 13:14:15 v3.1.0-dev.33 13:14:15 v3.1.0-dev.34 13:14:15 v3.1.0-dev.35 13:14:15 v3.1.0-dev.36 13:14:15 v3.1.0-dev.37 13:14:15 v3.1.0-dev.38 13:14:15 v3.1.0-dev.39 13:14:15 v3.1.0-dev.4 13:14:15 v3.1.0-dev.40 13:14:15 v3.1.0-dev.41 13:14:15 v3.1.0-dev.42 13:14:15 v3.1.0-dev.43 13:14:15 v3.1.0-dev.44 13:14:15 v3.1.0-dev.45 13:14:15 v3.1.0-dev.46 13:14:15 v3.1.0-dev.47 13:14:15 v3.1.0-dev.48 13:14:15 v3.1.0-dev.49 13:14:15 v3.1.0-dev.5 13:14:15 v3.1.0-dev.50 13:14:15 v3.1.0-dev.51 13:14:15 v3.1.0-dev.52 13:14:15 v3.1.0-dev.53 13:14:15 v3.1.0-dev.54 13:14:15 v3.1.0-dev.55 13:14:15 v3.1.0-dev.56 13:14:15 v3.1.0-dev.57 13:14:15 v3.1.0-dev.58 13:14:15 v3.1.0-dev.59 13:14:15 v3.1.0-dev.6 13:14:15 v3.1.0-dev.60 13:14:15 v3.1.0-dev.61 13:14:15 v3.1.0-dev.62 13:14:15 v3.1.0-dev.63 13:14:15 v3.1.0-dev.64 13:14:15 v3.1.0-dev.65 13:14:15 v3.1.0-dev.66 13:14:15 v3.1.0-dev.67 13:14:15 v3.1.0-dev.68 13:14:15 v3.1.0-dev.69 13:14:15 v3.1.0-dev.7 13:14:15 v3.1.0-dev.70 13:14:15 v3.1.0-dev.71 13:14:15 v3.1.0-dev.72 13:14:15 v3.1.0-dev.73 13:14:15 v3.1.0-dev.8 13:14:15 v3.1.0-dev.9 13:14:15 v3.1.1 13:14:15 v3.1.1-dev.1 13:14:15 v3.1.1-dev.2 13:14:15 v3.2.0-dev.1 13:14:15 v3.2.0-dev.10 13:14:15 v3.2.0-dev.11 13:14:15 v3.2.0-dev.12 13:14:15 v3.2.0-dev.13 13:14:15 v3.2.0-dev.14 13:14:15 v3.2.0-dev.15 13:14:15 v3.2.0-dev.16 13:14:15 v3.2.0-dev.17 13:14:15 v3.2.0-dev.18 13:14:15 v3.2.0-dev.19 13:14:15 v3.2.0-dev.2 13:14:15 v3.2.0-dev.20 13:14:15 v3.2.0-dev.21 13:14:15 v3.2.0-dev.22 13:14:15 v3.2.0-dev.23 13:14:15 v3.2.0-dev.24 13:14:15 v3.2.0-dev.25 13:14:15 v3.2.0-dev.26 13:14:15 v3.2.0-dev.27 13:14:15 v3.2.0-dev.28 13:14:15 v3.2.0-dev.29 13:14:15 v3.2.0-dev.3 13:14:15 v3.2.0-dev.30 13:14:15 v3.2.0-dev.31 13:14:15 v3.2.0-dev.32 13:14:15 v3.2.0-dev.33 13:14:15 v3.2.0-dev.34 13:14:15 v3.2.0-dev.35 13:14:15 v3.2.0-dev.36 13:14:15 v3.2.0-dev.37 13:14:15 v3.2.0-dev.38 13:14:15 v3.2.0-dev.39 13:14:15 v3.2.0-dev.4 13:14:15 v3.2.0-dev.40 13:14:15 v3.2.0-dev.41 13:14:15 v3.2.0-dev.42 13:14:15 v3.2.0-dev.43 13:14:15 v3.2.0-dev.44 13:14:15 v3.2.0-dev.5 13:14:15 v3.2.0-dev.6 13:14:15 v3.2.0-dev.7 13:14:15 v3.2.0-dev.8 13:14:15 v3.2.0-dev.9 [Pipeline] sh 13:14:16 + lftools sign git-tag v3.2.0-dev.44 13:14:16 Signing Git tag with Sigul... 13:14:16 Signing v3.2.0-dev.44 [Pipeline] echo 13:14:17 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 13:14:17 ---> sigul-configuration-cleanup.sh [Pipeline] } 13:14:17 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 13:14:17 $ docker stop --time=1 288f204ae9c07a7d1c4494393281675e36471e736ca3a5b683153c21841552ac 13:14:19 $ docker rm -f --volumes 288f204ae9c07a7d1c4494393281675e36471e736ca3a5b683153c21841552ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 13:14:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:14:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:14:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:14:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:14:19 prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container 13:14:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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 13:14:20 $ docker top 50080c4abe3915bb76c173304bc59ddb5226c76adb6c46885626c17c147f74f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:14:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:14:20 [ssh-agent] Looking for ssh-agent implementation... 13:14:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:14:20 $ docker exec 50080c4abe3915bb76c173304bc59ddb5226c76adb6c46885626c17c147f74f6 ssh-agent 13:14:20 SSH_AUTH_SOCK=/tmp/ssh-ba8YqNcQ5vu5/agent.32 13:14:20 SSH_AGENT_PID=38 13:14:20 Running ssh-add (command line suppressed) 13:14:20 Identity added: /w/workspace/edgex-go/662@tmp/private_key_2165537676850049838.key (/w/workspace/edgex-go/662@tmp/private_key_2165537676850049838.key) 13:14:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:14:21 + git semver bump pre 13:14:21 2024-08-01 13:14:21,366 [read_version] DEBUG read version from /w/workspace/edgex-go/662/.semver/main 13:14:21 2024-08-01 13:14:21,366 [bump_version] DEBUG bumping version:3.2.0-dev.44 on axis:pre with prefix:dev 13:14:21 2024-08-01 13:14:21,366 [bump_version] DEBUG bumped version:3.2.0-dev.45 13:14:21 2024-08-01 13:14:21,366 [write_version] DEBUG write version:3.2.0-dev.45 to path:/w/workspace/edgex-go/662/.semver/main with force:True 13:14:21 2024-08-01 13:14:21,366 [read_version] DEBUG read version from /w/workspace/edgex-go/662/.semver/main 13:14:21 2024-08-01 13:14:21,366 [write_file] DEBUG write to file:/w/workspace/edgex-go/662/.semver/main 13:14:21 2024-08-01 13:14:21,368 [execute] INFO git cat-file --batch-check 13:14:21 2024-08-01 13:14:21,368 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/662/.semver, universal_newlines=False, shell=None, istream=) 13:14:21 2024-08-01 13:14:21,372 [execute] INFO git cat-file --batch 13:14:21 2024-08-01 13:14:21,372 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/662/.semver, universal_newlines=False, shell=None, istream=) 13:14:21 2024-08-01 13:14:21,378 [read_version] DEBUG read version from /w/workspace/edgex-go/662/.semver/main 13:14:21 3.2.0-dev.45 [Pipeline] } 13:14:21 $ docker exec --env ******** --env ******** 50080c4abe3915bb76c173304bc59ddb5226c76adb6c46885626c17c147f74f6 ssh-agent -k 13:14:21 unset SSH_AUTH_SOCK; 13:14:21 unset SSH_AGENT_PID; 13:14:21 echo Agent pid 38 killed; 13:14:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:14:21 + git semver [Pipeline] } 13:14:22 $ docker stop --time=1 50080c4abe3915bb76c173304bc59ddb5226c76adb6c46885626c17c147f74f6 13:14:23 $ docker rm -f --volumes 50080c4abe3915bb76c173304bc59ddb5226c76adb6c46885626c17c147f74f6 [Pipeline] // withDockerContainer [Pipeline] sh 13:14:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:14:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:14:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:14:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:14:24 prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container 13:14:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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 13:14:24 $ docker top c6fae674cdbb8807c6eef535bd4f9da4f452c84733e25f5ec58efd4fc6d5f5b3 -eo pid,comm 13:14:24 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). 13:14:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:14:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:14:24 [ssh-agent] Looking for ssh-agent implementation... 13:14:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:14:24 $ docker exec c6fae674cdbb8807c6eef535bd4f9da4f452c84733e25f5ec58efd4fc6d5f5b3 ssh-agent 13:14:24 SSH_AUTH_SOCK=/tmp/ssh-VyCz7LOzkbzM/agent.32 13:14:24 SSH_AGENT_PID=38 13:14:24 Running ssh-add (command line suppressed) 13:14:24 Identity added: /w/workspace/edgex-go/662@tmp/private_key_440684881983735230.key (/w/workspace/edgex-go/662@tmp/private_key_440684881983735230.key) 13:14:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:14:25 + git semver push 13:14:25 2024-08-01 13:14:25,405 [run_push] DEBUG push 13:14:25 2024-08-01 13:14:25,406 [execute] INFO git cat-file --batch-check 13:14:25 2024-08-01 13:14:25,406 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/662/.semver, universal_newlines=False, shell=None, istream=) 13:14:25 2024-08-01 13:14:25,409 [execute] INFO git rev-list b53ecf977752820bb95293f40b3b9cd808378532 -- 13:14:25 2024-08-01 13:14:25,409 [execute] DEBUG Popen(['git', 'rev-list', 'b53ecf977752820bb95293f40b3b9cd808378532', '--'], cwd=/w/workspace/edgex-go/662/.semver, universal_newlines=False, shell=None, istream=None) 13:14:25 2024-08-01 13:14:25,425 [execute] INFO git fetch -v origin 13:14:25 2024-08-01 13:14:25,425 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/662/.semver, universal_newlines=True, shell=None, istream=None) 13:14:26 2024-08-01 13:14:25,843 [run_push] DEBUG no remote changes detected 13:14:26 2024-08-01 13:14:25,843 [execute] INFO git push origin semver 13:14:26 2024-08-01 13:14:25,844 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/662/.semver, universal_newlines=False, shell=None, istream=None) 13:14:26 2024-08-01 13:14:26,585 [run_push] DEBUG push all version tags 13:14:26 2024-08-01 13:14:26,585 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 13:14:26 2024-08-01 13:14:26,586 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/662, universal_newlines=False, shell=None, istream=None) 13:14:27 2024-08-01 13:14:27,410 [read_version] DEBUG read version from /w/workspace/edgex-go/662/.semver/main 13:14:27 3.2.0-dev.45 [Pipeline] } 13:14:27 $ docker exec --env ******** --env ******** c6fae674cdbb8807c6eef535bd4f9da4f452c84733e25f5ec58efd4fc6d5f5b3 ssh-agent -k 13:14:27 unset SSH_AUTH_SOCK; 13:14:27 unset SSH_AGENT_PID; 13:14:27 echo Agent pid 38 killed; 13:14:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:14:28 + git semver [Pipeline] } 13:14:28 $ docker stop --time=1 c6fae674cdbb8807c6eef535bd4f9da4f452c84733e25f5ec58efd4fc6d5f5b3 13:14:30 $ docker rm -f --volumes c6fae674cdbb8807c6eef535bd4f9da4f452c84733e25f5ec58efd4fc6d5f5b3 [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 13:14:30 + [ -d /w/workspace/edgex-go/662/archives ] [Pipeline] libraryResource [Pipeline] sh 13:14:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:14:31 ---> package-listing.sh 13:14:31 ++ facter osfamily 13:14:31 ++ tr '[:upper:]' '[:lower:]' 13:14:32 + OS_FAMILY=debian 13:14:32 + workspace=/w/workspace/edgex-go/662 13:14:32 + START_PACKAGES=/tmp/packages_start.txt 13:14:32 + END_PACKAGES=/tmp/packages_end.txt 13:14:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:14:32 + PACKAGES=/tmp/packages_start.txt 13:14:32 + '[' /w/workspace/edgex-go/662 ']' 13:14:32 + PACKAGES=/tmp/packages_end.txt 13:14:32 + case "${OS_FAMILY}" in 13:14:32 + dpkg -l 13:14:32 + grep '^ii' 13:14:32 + '[' -f /tmp/packages_start.txt ']' 13:14:32 + '[' -f /tmp/packages_end.txt ']' 13:14:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:14:32 + '[' /w/workspace/edgex-go/662 ']' 13:14:32 + mkdir -p /w/workspace/edgex-go/662/archives/ 13:14:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/662/archives/ [Pipeline] echo 13:14:32 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/662/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:14:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:14:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:14:33 13:14:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:14:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:14:33 latest: Pulling from edgex-lftools-log-publisher 13:14:33 5eb5b503b376: Pulling fs layer 13:14:33 5c69ac0246d0: Pulling fs layer 13:14:33 ec43610c2a17: Pulling fs layer 13:14:33 3a2ae6a8a46f: Pulling fs layer 13:14:33 33b1e0a273af: Pulling fs layer 13:14:33 5d3b04190fa2: Pulling fs layer 13:14:33 2f39f015ded8: Pulling fs layer 13:14:33 33b1e0a273af: Waiting 13:14:33 3a2ae6a8a46f: Waiting 13:14:33 5d3b04190fa2: Waiting 13:14:33 2f39f015ded8: Waiting 13:14:33 5c69ac0246d0: Download complete 13:14:33 3a2ae6a8a46f: Verifying Checksum 13:14:33 3a2ae6a8a46f: Download complete 13:14:33 33b1e0a273af: Verifying Checksum 13:14:33 33b1e0a273af: Download complete 13:14:33 5d3b04190fa2: Download complete 13:14:33 ec43610c2a17: Verifying Checksum 13:14:33 ec43610c2a17: Download complete 13:14:33 5eb5b503b376: Verifying Checksum 13:14:33 5eb5b503b376: Download complete 13:14:34 2f39f015ded8: Download complete 13:14:34 5eb5b503b376: Pull complete 13:14:34 5c69ac0246d0: Pull complete 13:14:35 ec43610c2a17: Pull complete 13:14:35 3a2ae6a8a46f: Pull complete 13:14:35 33b1e0a273af: Pull complete 13:14:35 5d3b04190fa2: Pull complete 13:14:39 2f39f015ded8: Pull complete 13:14:39 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:14:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:14:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:14:39 prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container 13:14:39 $ 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/662/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/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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 13:14:46 $ docker top e88a5cc49ec187149cbccffc2421fa17f7b35736bac400ff666e1383e5d1b439 -eo pid,comm [Pipeline] { [Pipeline] sh 13:14:46 + touch /tmp/pre-build-complete [Pipeline] sh 13:14:46 + mkdir -p /var/log/sysstat [Pipeline] sh 13:14:47 + ls /var/log/sa-host 13:14:47 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:14:47 provisioning config files... 13:14:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/662@tmp/config6419829249703851387tmp [Pipeline] { [Pipeline] echo 13:14:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:14:47 ---> create-netrc.sh [Pipeline] } 13:14:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:14:48 ---> python-tools-install.sh [Pipeline] echo 13:14:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:14:48 ---> sudo-logs.sh 13:14:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:14:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:14:48 ---> job-cost.sh 13:14:48 lf-activate-venv: SKIPPING 13:14:48 DEBUG: total: 0.10999999940395355 13:14:48 INFO: Retrieving Stack Cost... 13:14:49 INFO: Retrieving Pricing Info for: v3-standard-8 13:14:49 INFO: Archiving Costs [Pipeline] echo 13:14:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:14:49 ---> logs-deploy.sh 13:14:49 lf-activate-venv: SKIPPING 13:14:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/662 13:14:49 INFO: archiving workspace using pattern(s): 13:14:50 Archives upload complete. 13:14:50 INFO: archiving logs to Nexus 13:14:51 ---> uname -a: 13:14:51 Linux prd-ubuntu20-04-docker-8c-8g-6945 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 13:14:51 13:14:51 13:14:51 ---> lscpu: 13:14:51 Architecture: x86_64 13:14:51 CPU op-mode(s): 32-bit, 64-bit 13:14:51 Byte Order: Little Endian 13:14:51 Address sizes: 40 bits physical, 48 bits virtual 13:14:51 CPU(s): 8 13:14:51 On-line CPU(s) list: 0-7 13:14:51 Thread(s) per core: 1 13:14:51 Core(s) per socket: 1 13:14:51 Socket(s): 8 13:14:51 NUMA node(s): 1 13:14:51 Vendor ID: AuthenticAMD 13:14:51 CPU family: 23 13:14:51 Model: 49 13:14:51 Model name: AMD EPYC-Rome Processor 13:14:51 Stepping: 0 13:14:51 CPU MHz: 2800.000 13:14:51 BogoMIPS: 5600.00 13:14:51 Virtualization: AMD-V 13:14:51 Hypervisor vendor: KVM 13:14:51 Virtualization type: full 13:14:51 L1d cache: 256 KiB 13:14:51 L1i cache: 256 KiB 13:14:51 L2 cache: 4 MiB 13:14:51 L3 cache: 128 MiB 13:14:51 NUMA node0 CPU(s): 0-7 13:14:51 Vulnerability Itlb multihit: Not affected 13:14:51 Vulnerability L1tf: Not affected 13:14:51 Vulnerability Mds: Not affected 13:14:51 Vulnerability Meltdown: Not affected 13:14:51 Vulnerability Mmio stale data: Not affected 13:14:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:14:51 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 13:14:51 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 13:14:51 Vulnerability Srbds: Not affected 13:14:51 Vulnerability Tsx async abort: Not affected 13:14:51 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 13:14:51 13:14:51 13:14:51 ---> nproc: 13:14:51 8 13:14:51 13:14:51 13:14:51 ---> df -h: 13:14:51 Filesystem Size Used Avail Use% Mounted on 13:14:51 overlay 155G 29G 127G 19% / 13:14:51 tmpfs 64M 0 64M 0% /dev 13:14:51 tmpfs 16G 0 16G 0% /sys/fs/cgroup 13:14:51 shm 64M 0 64M 0% /dev/shm 13:14:51 /dev/vda1 155G 29G 127G 19% /facter-os 13:14:51 13:14:51 13:14:51 ---> sar -b -r -n DEV: 13:14:51 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6945) 08/01/24 _x86_64_ (8 CPU) 13:14:51 13:14:51 12:25:56 LINUX RESTART (8 CPU) 13:14:51 13:14:51 12:26:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:14:51 12:27:01 136.61 83.18 43.60 9.83 6452.92 48940.48 2494030.79 13:14:51 12:28:01 221.01 10.38 210.63 0.00 1722.23 44540.75 0.00 13:14:51 12:29:01 156.79 0.83 155.96 0.00 16.40 52730.28 0.00 13:14:51 12:30:03 33.65 0.00 33.65 0.00 0.00 31342.08 0.00 13:14:51 12:31:01 41.78 0.22 41.55 0.00 3.03 29334.85 0.00 13:14:51 12:32:01 100.42 5.53 94.89 0.00 2101.75 60202.83 0.00 13:14:51 12:33:01 196.72 1.53 195.18 0.00 2305.08 102038.46 0.00 13:14:51 12:34:01 375.75 0.13 375.62 0.00 8.27 146292.15 0.00 13:14:51 12:35:01 410.83 9.13 401.70 0.00 73.04 100156.61 0.00 13:14:51 12:36:02 189.61 0.64 188.97 0.00 5.93 99934.42 0.00 13:14:51 12:37:01 203.22 0.08 203.13 0.00 0.68 60888.51 0.00 13:14:51 12:38:01 236.26 0.03 236.23 0.00 0.27 73764.64 0.00 13:14:51 12:39:01 549.06 0.02 549.04 0.00 0.13 91365.97 0.00 13:14:51 12:40:01 31.16 0.15 31.01 0.00 21.33 7851.76 0.00 13:14:51 12:41:01 26.21 0.05 26.16 0.00 3.20 7904.17 0.00 13:14:51 12:42:01 16.46 0.03 16.43 0.00 3.07 7516.48 0.00 13:14:51 12:43:01 3.05 0.00 3.05 0.00 0.00 7280.79 0.00 13:14:51 12:44:01 2.20 0.00 2.20 0.00 0.00 7261.32 0.00 13:14:51 12:45:01 3.02 0.00 3.02 0.00 0.00 7146.28 0.00 13:14:51 12:46:01 2.25 0.00 2.25 0.00 0.00 7271.72 0.00 13:14:51 12:47:01 2.90 0.00 2.90 0.00 0.00 7145.34 0.00 13:14:51 12:48:01 2.10 0.00 2.10 0.00 0.00 7270.12 0.00 13:14:51 12:49:01 2.18 0.00 2.18 0.00 0.00 4988.87 0.00 13:14:51 12:50:01 0.97 0.00 0.97 0.00 0.00 10.00 0.00 13:14:51 12:51:01 3.22 1.57 1.65 0.00 36.92 21.99 0.00 13:14:51 12:52:01 1.45 0.00 1.45 0.00 0.00 16.26 0.00 13:14:51 12:53:01 1.60 0.00 1.60 0.00 0.00 17.86 0.00 13:14:51 12:54:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 13:14:51 12:55:01 1.22 0.00 1.22 0.00 0.00 14.00 0.00 13:14:51 12:56:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 13:14:51 12:57:01 1.40 0.00 1.40 0.00 0.00 14.93 0.00 13:14:51 12:58:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 13:14:51 12:59:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 13:14:51 13:00:01 1.00 0.00 1.00 0.00 0.00 10.53 0.00 13:14:51 13:01:01 1.23 0.00 1.23 0.00 0.00 15.06 0.00 13:14:51 13:02:01 1.15 0.00 1.15 0.00 0.00 11.86 0.00 13:14:51 13:03:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 13:14:51 13:04:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 13:14:51 13:05:01 1.17 0.00 1.17 0.00 0.00 13.20 0.00 13:14:51 13:06:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 13:14:51 13:07:01 1.45 0.00 1.45 0.00 0.00 17.20 0.00 13:14:51 13:08:01 1.15 0.00 1.15 0.00 0.00 11.86 0.00 13:14:51 13:09:01 1.23 0.00 1.23 0.00 0.00 15.99 0.00 13:14:51 13:10:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 13:14:51 13:11:01 1.15 0.00 1.15 0.00 0.00 13.60 0.00 13:14:51 13:12:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 13:14:51 13:13:01 1.33 0.00 1.33 0.00 0.00 15.06 0.00 13:14:51 13:14:01 128.55 0.58 127.96 0.00 12.00 39118.41 0.00 13:14:51 Average: 64.60 2.35 62.04 0.20 264.12 21926.36 51209.94 13:14:51 13:14:51 12:26:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:14:51 12:27:01 30206124 31671900 705204 2.14 47424 1730096 1723416 5.08 806360 1584496 17892 13:14:51 12:28:01 28732544 31554160 763944 2.32 75764 3011728 1850644 5.45 1072440 2684960 237128 13:14:51 12:29:01 27729996 31267424 1037860 3.16 126420 3579092 2414432 7.12 1621244 3025336 297416 13:14:51 12:30:03 27077672 31428668 874876 2.66 128508 4345708 2009988 5.92 1881056 3375156 290528 13:14:51 12:31:01 26827252 31384844 913628 2.78 134060 4514672 2290164 6.75 1604020 3862804 376224 13:14:51 12:32:01 27409672 31509160 772080 2.35 150816 4101344 1833196 5.40 1415132 3505128 40 13:14:51 12:33:01 20373792 31384336 884048 2.69 171500 10785992 2674280 7.88 2120960 9616016 3787540 13:14:51 12:34:01 19705476 31193828 1057600 3.22 176780 11213424 3362936 9.91 2490080 9852032 4892 13:14:51 12:35:01 16936632 31380768 873812 2.66 334692 13739844 2394620 7.06 2815240 12024936 160032 13:14:51 12:36:02 9571292 28174036 4005212 12.18 371684 17443052 11776320 34.71 6579252 15099492 1296092 13:14:51 12:37:01 6422448 27224248 4963228 15.09 385960 19555152 10961756 32.31 8416452 16352876 2116712 13:14:51 12:38:01 10120584 31362924 878252 2.67 397400 20136256 2437048 7.18 3238588 18066484 2029308 13:14:51 12:39:01 9793016 31362468 884464 2.69 402644 20447692 2380044 7.01 3309492 18322296 1412 13:14:51 12:40:01 9862456 31433128 818396 2.49 404000 20448636 2251208 6.63 3412296 18158040 1040 13:14:51 12:41:01 9852764 31425112 825944 2.51 405184 20449180 2256048 6.65 3744372 17836628 768 13:14:51 12:42:01 9861744 31434800 816348 2.48 405892 20449340 2120520 6.25 3941600 17630828 8 13:14:51 12:43:01 9861756 31435016 815940 2.48 405940 20449472 2120520 6.25 3940160 17630960 188 13:14:51 12:44:01 9873912 31447228 804108 2.45 405992 20449472 2120520 6.25 3928268 17630964 8 13:14:51 12:45:01 9873936 31447316 804036 2.45 406060 20449476 2120520 6.25 3928248 17630972 8 13:14:51 12:46:01 9880284 31453724 797688 2.43 406124 20449480 2120520 6.25 3922172 17630980 16 13:14:51 12:47:01 9880640 31454152 797216 2.42 406176 20449480 2120520 6.25 3921420 17630968 8 13:14:51 12:48:01 9880564 31454136 797424 2.43 406232 20449484 2120520 6.25 3921940 17630976 192 13:14:51 12:49:01 9880556 31454188 797392 2.42 406268 20449488 2120520 6.25 3921448 17630984 12 13:14:51 12:50:01 9880532 31454168 797348 2.42 406300 20449488 2120520 6.25 3921468 17630984 172 13:14:51 12:51:01 9872356 31448404 803028 2.44 406360 20450592 2137952 6.30 3929236 17631272 8 13:14:51 12:52:01 9872456 31448612 802724 2.44 406436 20450596 2137952 6.30 3929288 17631268 12 13:14:51 12:53:01 9872668 31448840 802480 2.44 406448 20450608 2137952 6.30 3928832 17631276 20 13:14:51 12:54:01 9872368 31448552 802696 2.44 406460 20450612 2137952 6.30 3929132 17631280 12 13:14:51 12:55:01 9872416 31448676 802672 2.44 406472 20450612 2137952 6.30 3928980 17631284 4 13:14:51 12:56:01 9872400 31448668 802624 2.44 406500 20450616 2137952 6.30 3928964 17631288 24 13:14:51 12:57:01 9872256 31448580 802636 2.44 406528 20450616 2137952 6.30 3929124 17631284 16 13:14:51 12:58:01 9871736 31448072 803100 2.44 406564 20450620 2154020 6.35 3929124 17631288 28 13:14:51 12:59:01 9872004 31448380 802800 2.44 406576 20450624 2154020 6.35 3929152 17631292 16 13:14:51 13:00:01 9871704 31448084 803012 2.44 406600 20450624 2170072 6.40 3929156 17631292 12 13:14:51 13:01:01 9871656 31448084 802960 2.44 406628 20450632 2170072 6.40 3929192 17631300 40 13:14:51 13:02:01 9871888 31448320 802908 2.44 406644 20450636 2170072 6.40 3929232 17631304 20 13:14:51 13:03:01 9871872 31448344 802880 2.44 406660 20450636 2170072 6.40 3929072 17631304 12 13:14:51 13:04:01 9871848 31448328 802852 2.44 406688 20450640 2170072 6.40 3929072 17631308 4 13:14:51 13:05:01 9871776 31448312 802800 2.44 406708 20450640 2170072 6.40 3929136 17631312 12 13:14:51 13:06:01 9871720 31448260 802768 2.44 406732 20450644 2170072 6.40 3929188 17631316 28 13:14:51 13:07:01 9871672 31448272 802728 2.44 406764 20450636 2170072 6.40 3929228 17631324 28 13:14:51 13:08:01 9871664 31448280 802736 2.44 406796 20450648 2170072 6.40 3929188 17631316 160 13:14:51 13:09:01 9871864 31448544 802664 2.44 406828 20450652 2170072 6.40 3929512 17631324 60 13:14:51 13:10:01 9871108 31447812 803404 2.44 406832 20450660 2170072 6.40 3929320 17631328 4 13:14:51 13:11:01 9871312 31448024 803124 2.44 406848 20450664 2170072 6.40 3929320 17631332 36 13:14:51 13:12:01 9871544 31448288 803092 2.44 406892 20450652 2170072 6.40 3929432 17631336 36 13:14:51 13:13:01 9871496 31448424 802940 2.44 406916 20450796 2170072 6.40 3929412 17631464 12 13:14:51 13:14:01 8485636 31377956 871572 2.65 425732 21640332 2435112 7.18 4041672 18788516 582756 13:14:51 Average: 12604897 31280872 975484 2.97 357217 17740667 2578971 7.60 3630972 15340706 233354 13:14:51 13:14:51 12:26:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:14:51 12:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:27:01 lo 1.62 1.62 0.14 0.14 0.00 0.00 0.00 0.00 13:14:51 12:27:01 ens3 710.40 671.21 3605.96 91.29 0.00 0.00 0.00 0.00 13:14:51 12:28:01 docker0 410.46 414.68 31.44 2866.92 0.00 0.00 0.00 0.00 13:14:51 12:28:01 lo 4.73 4.73 0.46 0.46 0.00 0.00 0.00 0.00 13:14:51 12:28:01 ens3 658.70 571.81 7786.98 107.41 0.00 0.00 0.00 0.00 13:14:51 12:29:01 docker0 247.04 307.18 21.11 2088.03 0.00 0.00 0.00 0.00 13:14:51 12:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:29:01 ens3 332.48 262.97 2115.27 35.56 0.00 0.00 0.00 0.00 13:14:51 12:29:01 veth1e4ef4e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 13:14:51 12:30:03 docker0 1.34 1.34 0.10 0.12 0.00 0.00 0.00 0.00 13:14:51 12:30:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:30:03 ens3 30.23 19.47 25.98 12.85 0.00 0.00 0.00 0.00 13:14:51 12:30:03 veth1e4ef4e 1.34 1.39 0.12 0.12 0.00 0.00 0.00 0.00 13:14:51 12:31:01 docker0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:31:01 lo 0.21 0.21 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:31:01 ens3 22.11 11.75 19.22 10.08 0.00 0.00 0.00 0.00 13:14:51 12:31:01 veth1e4ef4e 0.07 0.09 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:32:01 lo 1.40 1.40 0.14 0.14 0.00 0.00 0.00 0.00 13:14:51 12:32:01 ens3 189.47 104.55 3544.66 15.86 0.00 0.00 0.00 0.00 13:14:51 12:33:01 docker0 4.55 7.85 0.30 96.99 0.00 0.00 0.00 0.00 13:14:51 12:33:01 veth44042ac 0.35 0.50 0.03 0.14 0.00 0.00 0.00 0.00 13:14:51 12:33:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 13:14:51 12:33:01 veth7b9796b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:33:01 ens3 164.31 68.47 2415.71 22.02 0.00 0.00 0.00 0.00 13:14:51 12:33:01 vethe1f719d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:33:01 veth41a4106 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:33:01 veth55db489 1.52 2.68 0.12 34.05 0.00 0.00 0.00 0.00 13:14:51 12:33:01 vetha18cd15 1.40 3.15 0.11 31.42 0.00 0.00 0.00 0.00 13:14:51 12:33:01 veth2b5bded 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:33:01 vethb79ba99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:33:01 veth5229513 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:33:01 vetheef996d 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 13:14:51 12:33:01 veth47a3a94 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:33:01 veth22ccf7c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:33:01 vethbbd2bde 1.28 2.22 0.10 31.44 0.00 0.00 0.00 0.00 13:14:51 12:34:01 docker0 93.95 136.31 6.77 974.98 0.00 0.00 0.00 0.00 13:14:51 12:34:01 veth44042ac 0.13 0.65 0.01 0.03 0.00 0.00 0.00 0.00 13:14:51 12:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:34:01 ens3 147.09 100.67 983.73 13.19 0.00 0.00 0.00 0.00 13:14:51 12:34:01 veth939ff56 11.28 14.65 1.10 7.30 0.00 0.00 0.00 0.00 13:14:51 12:34:01 veth5919fc9 13.25 16.95 1.28 8.38 0.00 0.00 0.00 0.00 13:14:51 12:34:01 veth83c2e8f 3.62 4.42 0.35 2.09 0.00 0.00 0.00 0.00 13:14:51 12:34:01 veth8affc9d 9.80 12.55 0.95 6.50 0.00 0.00 0.00 0.00 13:14:51 12:34:01 veth48f303f 9.33 11.50 0.89 5.95 0.00 0.00 0.00 0.00 13:14:51 12:35:01 docker0 344.17 644.67 31.07 5929.54 0.00 0.00 0.00 0.00 13:14:51 12:35:01 veth44042ac 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:35:01 ens3 653.17 349.58 5935.97 39.31 0.00 0.00 0.00 0.00 13:14:51 12:35:01 veth939ff56 71.61 117.66 7.23 1190.46 0.00 0.00 0.00 0.10 13:14:51 12:35:01 veth5919fc9 66.01 136.62 6.83 1212.11 0.00 0.00 0.00 0.10 13:14:51 12:35:01 veth83c2e8f 76.87 141.62 7.87 1178.87 0.00 0.00 0.00 0.10 13:14:51 12:35:01 veth8affc9d 68.24 130.97 7.16 1172.91 0.00 0.00 0.00 0.10 13:14:51 12:35:01 veth48f303f 61.43 118.14 6.68 1175.21 0.00 0.00 0.00 0.10 13:14:51 12:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:36:02 veth44042ac 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:36:02 vethfc684c0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:14:51 12:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:36:02 vethde2e1a0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 13:14:51 12:36:02 ens3 49.04 65.86 16.46 188.76 0.00 0.00 0.00 0.00 13:14:51 12:36:02 vethee07e94 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 13:14:51 12:36:02 veth1a629f8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 13:14:51 12:36:02 vethfab81e4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:14:51 12:36:02 veth5e08594 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 13:14:51 12:36:02 veth454e00a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 13:14:51 12:36:02 vethdf981ed 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:14:51 12:36:02 veth914f8c4 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 13:14:51 12:36:02 veth2f9cf5b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 13:14:51 12:36:02 vethb31ffc4 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 13:14:51 12:36:02 vethfd4fe7a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:14:51 12:36:02 veth6541fa2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:14:51 12:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:37:01 veth44042ac 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:37:01 vethfc684c0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:37:01 vethde2e1a0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:37:01 ens3 3.03 1.56 2.39 1.29 0.00 0.00 0.00 0.00 13:14:51 12:37:01 vethee07e94 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:37:01 veth1a629f8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:37:01 vethfab81e4 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:37:01 veth5e08594 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:37:01 veth454e00a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:37:01 vethdf981ed 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:37:01 veth914f8c4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:37:01 veth2f9cf5b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:37:01 vethb31ffc4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:37:01 vethfd4fe7a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:37:01 veth6541fa2 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:38:01 veth44042ac 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:38:01 vethfc684c0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:38:01 vethde2e1a0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:38:01 ens3 4.98 2.85 4.15 2.20 0.00 0.00 0.00 0.00 13:14:51 12:38:01 vethee07e94 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:38:01 veth1a629f8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:38:01 vethfab81e4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:38:01 veth5e08594 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:38:01 veth454e00a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:38:01 vethdf981ed 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:38:01 veth914f8c4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:38:01 veth2f9cf5b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:38:01 vethb31ffc4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:38:01 vethfd4fe7a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:38:01 veth6541fa2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:39:01 veth44042ac 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:39:01 ens3 25.50 15.86 20.02 11.15 0.00 0.00 0.00 0.00 13:14:51 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:40:01 lo 34.19 34.19 3.37 3.37 0.00 0.00 0.00 0.00 13:14:51 12:40:01 ens3 253.26 243.54 153.88 967.99 0.00 0.00 0.00 0.00 13:14:51 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:41:01 lo 33.39 33.39 3.29 3.29 0.00 0.00 0.00 0.00 13:14:51 12:41:01 ens3 374.19 382.26 158.80 2098.84 0.00 0.00 0.00 0.00 13:14:51 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:42:01 lo 17.06 17.06 1.68 1.68 0.00 0.00 0.00 0.00 13:14:51 12:42:01 ens3 190.55 187.72 97.67 1092.87 0.00 0.00 0.00 0.00 13:14:51 12:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:43:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:44:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:45:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:46:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:47:01 ens3 2.48 5.08 0.23 7.25 0.00 0.00 0.00 0.00 13:14:51 12:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:48:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:49:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:50:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:51:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 13:14:51 12:51:01 ens3 34.72 43.50 9.39 108.47 0.00 0.00 0.00 0.00 13:14:51 12:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:52:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 13:14:51 12:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:53:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:56:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:57:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:14:51 12:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:58:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 12:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 12:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 13:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:00:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 13:01:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 13:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:02:01 ens3 0.55 0.28 0.33 0.26 0.00 0.00 0.00 0.00 13:14:51 13:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 13:03:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 13:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:04:01 ens3 0.22 0.10 0.17 0.01 0.00 0.00 0.00 0.00 13:14:51 13:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 13:05:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 13:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 13:07:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:14:51 13:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:08:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 13:09:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 13:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:10:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 13:14:51 13:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 13:11:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 13:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:12:01 ens3 0.27 0.25 0.14 0.08 0.00 0.00 0.00 0.00 13:14:51 13:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:14:51 13:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 13:13:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:14:51 13:14:01 docker0 82.07 147.56 7.40 1268.24 0.00 0.00 0.00 0.00 13:14:51 13:14:01 lo 2.40 2.40 0.25 0.25 0.00 0.00 0.00 0.00 13:14:51 13:14:01 ens3 390.17 230.34 8074.45 45.09 0.00 0.00 0.00 0.00 13:14:51 Average: docker0 24.68 34.60 2.05 275.71 0.00 0.00 0.00 0.00 13:14:51 Average: lo 2.08 2.08 0.20 0.20 0.00 0.00 0.00 0.00 13:14:51 Average: ens3 88.16 69.47 727.96 101.59 0.00 0.00 0.00 0.00 13:14:51 13:14:51 13:14:51 ---> sar -P ALL: 13:14:51 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6945) 08/01/24 _x86_64_ (8 CPU) 13:14:51 13:14:51 12:25:56 LINUX RESTART (8 CPU) 13:14:51 13:14:51 12:26:02 CPU %user %nice %system %iowait %steal %idle 13:14:51 12:27:01 all 5.35 0.00 1.40 9.46 0.10 83.69 13:14:51 12:27:01 0 5.38 0.00 1.09 5.01 0.05 88.47 13:14:51 12:27:01 1 4.56 0.02 1.09 8.61 0.14 85.59 13:14:51 12:27:01 2 5.31 0.00 0.65 5.15 0.08 88.81 13:14:51 12:27:01 3 4.43 0.00 0.68 2.52 0.09 92.28 13:14:51 12:27:01 4 3.65 0.02 0.85 2.93 0.10 92.45 13:14:51 12:27:01 5 4.87 0.00 3.41 24.47 0.14 67.11 13:14:51 12:27:01 6 7.78 0.00 2.23 6.13 0.14 83.72 13:14:51 12:27:01 7 6.79 0.00 1.24 20.81 0.05 71.10 13:14:51 12:28:01 all 7.08 0.00 3.22 6.69 0.06 82.95 13:14:51 12:28:01 0 6.85 0.00 3.14 0.07 0.03 89.91 13:14:51 12:28:01 1 7.16 0.00 2.70 3.19 0.05 86.90 13:14:51 12:28:01 2 7.09 0.00 3.25 16.65 0.08 72.92 13:14:51 12:28:01 3 5.88 0.00 3.35 11.90 0.07 78.81 13:14:51 12:28:01 4 7.43 0.00 3.03 0.62 0.05 88.87 13:14:51 12:28:01 5 6.72 0.00 3.82 16.18 0.05 73.24 13:14:51 12:28:01 6 7.26 0.00 3.37 1.88 0.07 87.42 13:14:51 12:28:01 7 8.21 0.00 3.15 3.15 0.07 85.43 13:14:51 12:29:01 all 13.28 0.00 3.27 5.80 0.11 77.54 13:14:51 12:29:01 0 12.08 0.00 2.69 0.28 0.12 84.83 13:14:51 12:29:01 1 13.55 0.00 3.25 1.56 0.12 81.52 13:14:51 12:29:01 2 13.55 0.00 4.33 7.15 0.12 74.85 13:14:51 12:29:01 3 13.03 0.00 2.88 24.69 0.24 59.16 13:14:51 12:29:01 4 13.50 0.00 3.05 0.96 0.07 82.42 13:14:51 12:29:01 5 12.60 0.00 3.01 10.01 0.08 74.30 13:14:51 12:29:01 6 16.06 0.00 3.53 0.62 0.08 79.70 13:14:51 12:29:01 7 11.89 0.00 3.39 1.18 0.05 83.49 13:14:51 12:30:03 all 28.90 0.00 4.62 11.07 0.12 55.29 13:14:51 12:30:03 0 23.45 0.00 4.48 3.31 0.13 68.64 13:14:51 12:30:03 1 32.89 0.00 4.28 3.36 0.13 59.34 13:14:51 12:30:03 2 30.37 0.00 5.33 42.79 0.12 21.39 13:14:51 12:30:03 3 31.40 0.00 4.39 2.74 0.13 61.34 13:14:51 12:30:03 4 26.64 0.00 3.75 3.82 0.13 65.65 13:14:51 12:30:03 5 24.92 0.00 4.87 28.29 0.10 41.82 13:14:51 12:30:03 6 33.12 0.00 6.12 0.46 0.12 60.18 13:14:51 12:30:03 7 28.44 0.00 3.71 3.89 0.12 63.85 13:14:51 12:31:01 all 54.54 0.00 8.22 4.01 0.13 33.10 13:14:51 12:31:01 0 53.66 0.00 8.27 1.05 0.11 36.91 13:14:51 12:31:01 1 56.71 0.00 8.25 0.42 0.12 34.49 13:14:51 12:31:01 2 53.06 0.00 8.18 12.57 0.16 26.03 13:14:51 12:31:01 3 53.34 0.00 8.23 4.00 0.19 34.24 13:14:51 12:31:01 4 55.49 0.00 7.97 1.21 0.11 35.22 13:14:51 12:31:01 5 54.89 0.00 7.75 9.54 0.12 27.69 13:14:51 12:31:01 6 54.99 0.00 8.86 2.35 0.11 33.70 13:14:51 12:31:01 7 54.16 0.00 8.23 1.01 0.14 36.46 13:14:51 12:32:01 all 22.12 0.00 5.23 14.44 0.17 58.05 13:14:51 12:32:01 0 22.36 0.00 5.33 5.40 0.15 66.76 13:14:51 12:32:01 1 23.47 0.00 4.96 6.91 0.17 64.49 13:14:51 12:32:01 2 21.49 0.00 4.66 7.59 0.22 66.04 13:14:51 12:32:01 3 21.84 0.00 4.70 7.15 0.15 66.16 13:14:51 12:32:01 4 24.60 0.00 6.31 6.81 0.15 62.12 13:14:51 12:32:01 5 20.49 0.00 6.01 45.32 0.15 28.03 13:14:51 12:32:01 6 20.81 0.00 4.26 13.46 0.24 61.23 13:14:51 12:32:01 7 21.86 0.00 5.62 22.96 0.12 49.44 13:14:51 12:33:01 all 14.84 0.00 5.32 23.43 0.09 56.32 13:14:51 12:33:01 0 16.73 0.00 5.69 21.90 0.10 55.57 13:14:51 12:33:01 1 13.05 0.00 5.11 5.12 0.07 76.65 13:14:51 12:33:01 2 13.53 0.00 5.28 7.72 0.07 73.40 13:14:51 12:33:01 3 15.50 0.00 5.33 27.42 0.12 51.63 13:14:51 12:33:01 4 17.12 0.00 6.85 65.38 0.08 10.56 13:14:51 12:33:01 5 14.52 0.00 4.68 34.05 0.08 46.65 13:14:51 12:33:01 6 13.84 0.00 4.63 13.88 0.14 67.52 13:14:51 12:33:01 7 14.38 0.00 5.02 11.83 0.08 68.68 13:14:51 12:34:01 all 4.64 0.00 2.25 31.68 0.09 61.34 13:14:51 12:34:01 0 4.12 0.00 2.03 45.85 0.03 47.97 13:14:51 12:34:01 1 3.37 0.00 1.68 8.49 0.07 86.40 13:14:51 12:34:01 2 5.11 0.00 1.95 3.47 0.05 89.42 13:14:51 12:34:01 3 4.92 0.00 2.67 54.61 0.13 37.66 13:14:51 12:34:01 4 5.33 0.00 2.79 36.35 0.22 55.31 13:14:51 12:34:01 5 4.39 0.00 2.35 69.68 0.08 23.50 13:14:51 12:34:01 6 4.72 0.00 2.15 6.12 0.05 86.96 13:14:51 12:34:01 7 5.17 0.00 2.36 29.20 0.07 63.20 13:14:51 12:35:01 all 5.70 0.00 2.84 18.67 0.05 72.73 13:14:51 12:35:01 0 5.85 0.00 4.34 68.71 0.08 21.02 13:14:51 12:35:01 1 5.75 0.00 2.56 21.17 0.05 70.47 13:14:51 12:35:01 2 4.82 0.00 2.11 8.31 0.03 84.73 13:14:51 12:35:01 3 6.43 0.00 3.14 8.45 0.05 81.92 13:14:51 12:35:01 4 6.70 0.00 2.75 9.16 0.07 81.32 13:14:51 12:35:01 5 5.45 0.00 2.62 7.90 0.03 84.00 13:14:51 12:35:01 6 5.53 0.00 2.38 8.87 0.03 83.19 13:14:51 12:35:01 7 5.09 0.00 2.85 17.19 0.05 74.82 13:14:51 12:36:02 all 47.28 0.00 8.29 8.86 0.10 35.46 13:14:51 12:36:02 0 47.39 0.00 7.85 2.81 0.08 41.87 13:14:51 12:36:02 1 47.00 0.00 7.77 16.28 0.08 28.87 13:14:51 12:36:02 2 46.97 0.00 8.95 36.31 0.10 7.67 13:14:51 12:36:02 3 48.87 0.00 7.75 1.87 0.12 41.39 13:14:51 12:36:02 4 48.07 0.00 8.89 7.85 0.08 35.11 13:14:51 12:36:02 5 46.69 0.00 8.41 1.73 0.12 43.05 13:14:51 12:36:02 6 47.11 0.00 7.48 1.91 0.12 43.38 13:14:51 12:36:02 7 46.17 0.00 9.21 1.93 0.13 42.54 13:14:51 12:37:01 all 87.64 0.00 12.02 0.17 0.17 0.00 13:14:51 12:37:01 0 86.88 0.00 12.68 0.20 0.24 0.00 13:14:51 12:37:01 1 88.50 0.00 11.17 0.17 0.14 0.02 13:14:51 12:37:01 2 87.27 0.00 12.22 0.33 0.18 0.00 13:14:51 12:37:01 3 88.20 0.00 11.63 0.02 0.16 0.00 13:14:51 12:37:01 4 87.93 0.00 11.86 0.04 0.18 0.00 13:14:51 12:37:01 5 87.81 0.00 11.81 0.23 0.16 0.00 13:14:51 12:37:01 6 87.52 0.00 12.08 0.19 0.21 0.00 13:14:51 12:37:01 7 86.94 0.00 12.75 0.20 0.10 0.00 13:14:51 13:14:51 12:37:01 CPU %user %nice %system %iowait %steal %idle 13:14:51 12:38:01 all 81.39 0.00 11.65 1.31 0.20 5.46 13:14:51 12:38:01 0 81.87 0.00 11.62 0.24 0.15 6.12 13:14:51 12:38:01 1 81.88 0.00 11.50 0.02 0.19 6.41 13:14:51 12:38:01 2 81.67 0.00 11.16 0.15 0.19 6.83 13:14:51 12:38:01 3 81.08 0.00 11.94 0.21 0.33 6.44 13:14:51 12:38:01 4 81.13 0.00 11.92 0.72 0.16 6.07 13:14:51 12:38:01 5 80.63 0.00 11.80 0.49 0.19 6.89 13:14:51 12:38:01 6 81.60 0.00 11.73 1.98 0.19 4.51 13:14:51 12:38:01 7 81.18 0.00 11.57 6.70 0.17 0.38 13:14:51 12:39:01 all 1.66 0.00 1.21 18.53 0.04 78.57 13:14:51 12:39:01 0 1.51 0.00 1.01 7.38 0.05 90.05 13:14:51 12:39:01 1 1.57 0.00 1.04 2.01 0.03 95.35 13:14:51 12:39:01 2 1.63 0.00 0.99 19.39 0.03 77.96 13:14:51 12:39:01 3 1.79 0.00 1.17 14.30 0.05 82.68 13:14:51 12:39:01 4 1.53 0.00 1.06 10.70 0.03 86.69 13:14:51 12:39:01 5 1.29 0.00 1.19 7.10 0.03 90.39 13:14:51 12:39:01 6 1.91 0.00 1.39 26.20 0.03 70.46 13:14:51 12:39:01 7 2.02 0.00 1.83 61.28 0.07 34.81 13:14:51 12:40:01 all 4.11 0.00 0.76 1.39 0.08 93.67 13:14:51 12:40:01 0 3.22 0.00 0.93 0.60 0.03 95.22 13:14:51 12:40:01 1 2.97 0.00 0.48 0.18 0.03 96.32 13:14:51 12:40:01 2 6.64 0.00 0.87 8.35 0.05 84.09 13:14:51 12:40:01 3 5.63 0.00 0.80 0.25 0.05 93.27 13:14:51 12:40:01 4 4.64 0.00 0.97 0.07 0.23 94.09 13:14:51 12:40:01 5 2.99 0.00 0.62 0.43 0.08 95.87 13:14:51 12:40:01 6 4.01 0.00 0.59 0.65 0.05 94.70 13:14:51 12:40:01 7 2.78 0.00 0.82 0.57 0.07 95.77 13:14:51 12:41:01 all 7.13 0.00 0.77 1.06 0.07 90.98 13:14:51 12:41:01 0 2.51 0.00 0.75 0.18 0.03 96.53 13:14:51 12:41:01 1 9.93 0.00 0.99 0.60 0.08 88.40 13:14:51 12:41:01 2 5.76 0.00 0.81 5.81 0.05 87.58 13:14:51 12:41:01 3 8.44 0.00 0.82 0.42 0.07 90.26 13:14:51 12:41:01 4 10.16 0.00 0.90 0.27 0.15 88.52 13:14:51 12:41:01 5 4.47 0.00 0.59 0.25 0.07 94.63 13:14:51 12:41:01 6 5.76 0.00 0.54 0.34 0.05 93.32 13:14:51 12:41:01 7 10.00 0.00 0.74 0.62 0.05 88.59 13:14:51 12:42:01 all 4.30 0.00 0.53 2.07 0.06 93.04 13:14:51 12:42:01 0 3.99 0.00 0.48 0.13 0.05 95.34 13:14:51 12:42:01 1 6.21 0.00 0.62 0.30 0.10 92.78 13:14:51 12:42:01 2 2.75 0.00 0.52 12.91 0.05 83.77 13:14:51 12:42:01 3 6.37 0.00 0.57 0.90 0.07 92.09 13:14:51 12:42:01 4 0.99 0.00 0.55 1.02 0.07 97.38 13:14:51 12:42:01 5 3.79 0.00 0.47 0.18 0.03 95.52 13:14:51 12:42:01 6 7.01 0.00 0.52 0.30 0.08 92.09 13:14:51 12:42:01 7 3.31 0.00 0.52 0.82 0.05 95.30 13:14:51 12:43:01 all 0.02 0.00 0.01 0.23 0.01 99.73 13:14:51 12:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 12:43:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:14:51 12:43:01 2 0.07 0.00 0.02 1.69 0.07 98.16 13:14:51 12:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 12:43:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:14:51 12:43:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:14:51 12:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 12:43:01 7 0.02 0.00 0.02 0.17 0.00 99.80 13:14:51 12:44:01 all 0.03 0.00 0.01 0.18 0.01 99.77 13:14:51 12:44:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:14:51 12:44:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:14:51 12:44:01 2 0.03 0.00 0.02 1.03 0.00 98.92 13:14:51 12:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:14:51 12:44:01 4 0.02 0.00 0.00 0.08 0.00 99.90 13:14:51 12:44:01 5 0.07 0.00 0.00 0.00 0.00 99.93 13:14:51 12:44:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:14:51 12:44:01 7 0.05 0.00 0.03 0.32 0.02 99.58 13:14:51 12:45:01 all 0.03 0.00 0.01 0.14 0.00 99.82 13:14:51 12:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:14:51 12:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:14:51 12:45:01 2 0.05 0.00 0.03 0.87 0.02 99.03 13:14:51 12:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 12:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 12:45:01 5 0.07 0.00 0.03 0.00 0.02 99.88 13:14:51 12:45:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:14:51 12:45:01 7 0.03 0.00 0.02 0.22 0.00 99.73 13:14:51 12:46:01 all 0.04 0.00 0.01 0.07 0.01 99.87 13:14:51 12:46:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:14:51 12:46:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 12:46:01 2 0.10 0.00 0.00 0.50 0.03 99.37 13:14:51 12:46:01 3 0.12 0.00 0.02 0.00 0.02 99.85 13:14:51 12:46:01 4 0.00 0.00 0.00 0.05 0.00 99.95 13:14:51 12:46:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:14:51 12:46:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:14:51 12:46:01 7 0.05 0.00 0.02 0.02 0.02 99.90 13:14:51 12:47:01 all 0.01 0.00 0.01 0.16 0.00 99.80 13:14:51 12:47:01 0 0.05 0.00 0.03 0.00 0.02 99.90 13:14:51 12:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 12:47:01 2 0.00 0.00 0.02 0.90 0.00 99.08 13:14:51 12:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 12:47:01 4 0.00 0.00 0.00 0.08 0.00 99.92 13:14:51 12:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 12:47:01 6 0.00 0.00 0.00 0.33 0.02 99.65 13:14:51 12:47:01 7 0.02 0.00 0.05 0.00 0.00 99.93 13:14:51 12:48:01 all 0.01 0.00 0.01 0.15 0.01 99.81 13:14:51 12:48:01 0 0.05 0.00 0.02 0.00 0.03 99.90 13:14:51 12:48:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:14:51 12:48:01 2 0.02 0.00 0.02 0.98 0.00 98.98 13:14:51 12:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 12:48:01 4 0.00 0.00 0.02 0.13 0.00 99.85 13:14:51 12:48:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:14:51 12:48:01 6 0.03 0.00 0.03 0.07 0.00 99.87 13:14:51 12:48:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:14:51 13:14:51 12:48:01 CPU %user %nice %system %iowait %steal %idle 13:14:51 12:49:01 all 0.03 0.00 0.02 0.01 0.01 99.94 13:14:51 12:49:01 0 0.05 0.00 0.08 0.00 0.00 99.87 13:14:51 12:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:14:51 12:49:01 2 0.02 0.00 0.02 0.07 0.02 99.88 13:14:51 12:49:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:14:51 12:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 12:49:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:14:51 12:49:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:14:51 12:49:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:14:51 12:50:01 all 0.02 0.00 0.01 0.02 0.01 99.94 13:14:51 12:50:01 0 0.05 0.00 0.02 0.00 0.03 99.90 13:14:51 12:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:14:51 12:50:01 2 0.00 0.00 0.00 0.12 0.00 99.88 13:14:51 12:50:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:14:51 12:50:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 12:50:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:14:51 12:50:01 6 0.02 0.00 0.00 0.03 0.00 99.95 13:14:51 12:50:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:14:51 12:51:01 all 0.35 0.00 0.05 0.10 0.01 99.49 13:14:51 12:51:01 0 0.23 0.00 0.07 0.00 0.00 99.70 13:14:51 12:51:01 1 0.27 0.00 0.03 0.03 0.03 99.63 13:14:51 12:51:01 2 0.32 0.00 0.12 0.37 0.02 99.18 13:14:51 12:51:01 3 0.93 0.00 0.02 0.00 0.02 99.03 13:14:51 12:51:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:14:51 12:51:01 5 0.18 0.00 0.02 0.12 0.02 99.67 13:14:51 12:51:01 6 0.33 0.00 0.03 0.27 0.00 99.37 13:14:51 12:51:01 7 0.52 0.00 0.07 0.00 0.02 99.40 13:14:51 12:52:01 all 0.01 0.00 0.01 0.16 0.01 99.81 13:14:51 12:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:14:51 12:52:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:14:51 12:52:01 2 0.02 0.00 0.00 1.00 0.00 98.98 13:14:51 12:52:01 3 0.02 0.00 0.00 0.12 0.00 99.87 13:14:51 12:52:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:14:51 12:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 12:52:01 6 0.00 0.00 0.00 0.10 0.02 99.88 13:14:51 12:52:01 7 0.05 0.00 0.02 0.07 0.02 99.85 13:14:51 12:53:01 all 0.10 0.00 0.01 0.09 0.01 99.79 13:14:51 12:53:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:14:51 12:53:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:14:51 12:53:01 2 0.08 0.00 0.02 0.63 0.03 99.23 13:14:51 12:53:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:14:51 12:53:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 12:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:14:51 12:53:01 6 0.03 0.00 0.00 0.12 0.00 99.85 13:14:51 12:53:01 7 0.62 0.00 0.02 0.00 0.00 99.37 13:14:51 12:54:01 all 0.02 0.00 0.01 0.01 0.01 99.95 13:14:51 12:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 12:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 12:54:01 2 0.07 0.00 0.03 0.08 0.02 99.80 13:14:51 12:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 12:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 12:54:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:14:51 12:54:01 6 0.00 0.00 0.00 0.03 0.00 99.97 13:14:51 12:54:01 7 0.07 0.00 0.02 0.00 0.02 99.90 13:14:51 12:55:01 all 0.13 0.00 0.01 0.01 0.01 99.84 13:14:51 12:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 12:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:14:51 12:55:01 2 0.07 0.00 0.05 0.05 0.02 99.82 13:14:51 12:55:01 3 0.02 0.00 0.00 0.02 0.02 99.95 13:14:51 12:55:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:14:51 12:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:14:51 12:55:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:14:51 12:55:01 7 0.88 0.00 0.00 0.00 0.02 99.10 13:14:51 12:56:01 all 0.06 0.00 0.01 0.01 0.01 99.91 13:14:51 12:56:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:14:51 12:56:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:14:51 12:56:01 2 0.07 0.00 0.00 0.08 0.02 99.83 13:14:51 12:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:14:51 12:56:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:14:51 12:56:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:14:51 12:56:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 12:56:01 7 0.33 0.00 0.03 0.00 0.00 99.63 13:14:51 12:57:01 all 0.06 0.00 0.01 0.06 0.00 99.86 13:14:51 12:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:14:51 12:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:14:51 12:57:01 2 0.10 0.00 0.02 0.43 0.02 99.43 13:14:51 12:57:01 3 0.03 0.00 0.00 0.02 0.00 99.95 13:14:51 12:57:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:14:51 12:57:01 5 0.00 0.00 0.05 0.02 0.00 99.93 13:14:51 12:57:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:14:51 12:57:01 7 0.25 0.00 0.02 0.00 0.02 99.72 13:14:51 12:58:01 all 0.02 0.00 0.01 0.05 0.01 99.92 13:14:51 12:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 12:58:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:14:51 12:58:01 2 0.05 0.00 0.03 0.38 0.02 99.52 13:14:51 12:58:01 3 0.00 0.00 0.00 0.02 0.00 99.98 13:14:51 12:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 12:58:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:14:51 12:58:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:14:51 12:58:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:14:51 12:59:01 all 0.07 0.00 0.01 0.02 0.01 99.89 13:14:51 12:59:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:14:51 12:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:14:51 12:59:01 2 0.08 0.00 0.02 0.12 0.03 99.75 13:14:51 12:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:14:51 12:59:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:14:51 12:59:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:14:51 12:59:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:14:51 12:59:01 7 0.32 0.00 0.03 0.00 0.00 99.65 13:14:51 13:14:51 12:59:01 CPU %user %nice %system %iowait %steal %idle 13:14:51 13:00:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:14:51 13:00:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:14:51 13:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 13:00:01 2 0.07 0.00 0.02 0.00 0.02 99.90 13:14:51 13:00:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:14:51 13:00:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 13:00:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:14:51 13:00:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 13:00:01 7 0.05 0.00 0.00 0.00 0.02 99.93 13:14:51 13:01:01 all 0.07 0.00 0.01 0.03 0.00 99.87 13:14:51 13:01:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:14:51 13:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 13:01:01 2 0.07 0.00 0.03 0.25 0.02 99.63 13:14:51 13:01:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:14:51 13:01:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 13:01:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:14:51 13:01:01 6 0.20 0.00 0.05 0.00 0.00 99.75 13:14:51 13:01:01 7 0.20 0.00 0.03 0.00 0.02 99.75 13:14:51 13:02:01 all 0.17 0.00 0.01 0.01 0.01 99.79 13:14:51 13:02:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:14:51 13:02:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 13:02:01 2 0.13 0.00 0.05 0.05 0.03 99.73 13:14:51 13:02:01 3 0.03 0.00 0.00 0.02 0.00 99.95 13:14:51 13:02:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:14:51 13:02:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:14:51 13:02:01 6 0.05 0.00 0.00 0.00 0.00 99.95 13:14:51 13:02:01 7 1.11 0.00 0.00 0.00 0.00 98.89 13:14:51 13:03:01 all 0.17 0.00 0.02 0.01 0.00 99.80 13:14:51 13:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:14:51 13:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:14:51 13:03:01 2 0.05 0.00 0.05 0.10 0.02 99.78 13:14:51 13:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 13:03:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:14:51 13:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 13:03:01 6 0.03 0.00 0.03 0.00 0.00 99.93 13:14:51 13:03:01 7 1.17 0.00 0.00 0.00 0.00 98.83 13:14:51 13:04:01 all 0.01 0.00 0.01 0.03 0.01 99.93 13:14:51 13:04:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:14:51 13:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 13:04:01 2 0.08 0.00 0.08 0.25 0.02 99.57 13:14:51 13:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 13:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 13:04:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:14:51 13:04:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:14:51 13:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 13:05:01 all 0.03 0.00 0.01 0.00 0.01 99.96 13:14:51 13:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 13:05:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:14:51 13:05:01 2 0.10 0.00 0.02 0.02 0.02 99.85 13:14:51 13:05:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:14:51 13:05:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:14:51 13:05:01 5 0.00 0.00 0.03 0.02 0.00 99.95 13:14:51 13:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 13:05:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:14:51 13:06:01 all 0.03 0.00 0.00 0.00 0.01 99.96 13:14:51 13:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 13:06:01 1 0.05 0.00 0.02 0.00 0.03 99.90 13:14:51 13:06:01 2 0.05 0.00 0.02 0.00 0.02 99.92 13:14:51 13:06:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:14:51 13:06:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:14:51 13:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 13:06:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 13:06:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:14:51 13:07:01 all 0.02 0.00 0.01 0.03 0.01 99.93 13:14:51 13:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:14:51 13:07:01 1 0.05 0.00 0.03 0.00 0.02 99.90 13:14:51 13:07:01 2 0.03 0.00 0.02 0.22 0.02 99.72 13:14:51 13:07:01 3 0.00 0.00 0.02 0.02 0.00 99.97 13:14:51 13:07:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:14:51 13:07:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:14:51 13:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 13:07:01 7 0.05 0.00 0.02 0.00 0.00 99.93 13:14:51 13:08:01 all 0.03 0.00 0.01 0.01 0.01 99.94 13:14:51 13:08:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 13:08:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:14:51 13:08:01 2 0.08 0.00 0.05 0.08 0.02 99.77 13:14:51 13:08:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:14:51 13:08:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:14:51 13:08:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:14:51 13:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 13:08:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:14:51 13:09:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:14:51 13:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:14:51 13:09:01 1 0.05 0.00 0.03 0.00 0.03 99.88 13:14:51 13:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:14:51 13:09:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:14:51 13:09:01 4 0.05 0.00 0.00 0.00 0.00 99.95 13:14:51 13:09:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:14:51 13:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 13:09:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:14:51 13:10:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:14:51 13:10:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:14:51 13:10:01 1 0.02 0.00 0.03 0.00 0.02 99.93 13:14:51 13:10:01 2 0.03 0.00 0.02 0.02 0.02 99.92 13:14:51 13:10:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:14:51 13:10:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:14:51 13:10:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:14:51 13:10:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:14:51 13:10:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:14:51 13:14:51 13:10:01 CPU %user %nice %system %iowait %steal %idle 13:14:51 13:11:01 all 0.02 0.00 0.01 0.01 0.00 99.96 13:14:51 13:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 13:11:01 1 0.05 0.00 0.03 0.00 0.02 99.90 13:14:51 13:11:01 2 0.03 0.00 0.07 0.07 0.02 99.82 13:14:51 13:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 13:11:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:14:51 13:11:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:14:51 13:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 13:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 13:12:01 all 0.05 0.00 0.02 0.01 0.01 99.90 13:14:51 13:12:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:14:51 13:12:01 1 0.07 0.00 0.05 0.00 0.03 99.85 13:14:51 13:12:01 2 0.05 0.00 0.02 0.10 0.00 99.83 13:14:51 13:12:01 3 0.05 0.00 0.02 0.00 0.00 99.93 13:14:51 13:12:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:14:51 13:12:01 5 0.00 0.00 0.03 0.00 0.00 99.97 13:14:51 13:12:01 6 0.05 0.00 0.02 0.00 0.00 99.93 13:14:51 13:12:01 7 0.13 0.00 0.00 0.00 0.00 99.87 13:14:51 13:13:01 all 0.24 0.00 0.02 0.02 0.01 99.71 13:14:51 13:13:01 0 1.79 0.00 0.05 0.00 0.00 98.16 13:14:51 13:13:01 1 0.03 0.00 0.03 0.00 0.02 99.92 13:14:51 13:13:01 2 0.02 0.00 0.02 0.12 0.02 99.83 13:14:51 13:13:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:14:51 13:13:01 4 0.07 0.00 0.05 0.00 0.00 99.88 13:14:51 13:13:01 5 0.00 0.00 0.00 0.07 0.02 99.92 13:14:51 13:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 13:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:14:51 13:14:01 all 8.04 0.00 3.35 3.86 0.06 84.69 13:14:51 13:14:01 0 7.87 0.00 3.28 0.47 0.05 88.33 13:14:51 13:14:01 1 9.53 0.00 2.43 0.44 0.05 87.55 13:14:51 13:14:01 2 8.65 0.00 4.73 3.43 0.05 83.14 13:14:51 13:14:01 3 6.12 0.00 2.83 9.80 0.05 81.20 13:14:51 13:14:01 4 7.63 0.00 3.67 1.11 0.07 87.51 13:14:51 13:14:01 5 8.01 0.00 3.87 12.19 0.07 75.86 13:14:51 13:14:01 6 7.80 0.00 3.02 2.91 0.05 86.22 13:14:51 13:14:01 7 8.75 0.00 2.97 0.57 0.07 87.64 13:14:51 Average: all 8.14 0.00 1.54 3.40 0.04 86.87 13:14:51 Average: 0 7.89 0.00 1.55 3.39 0.04 87.14 13:14:51 Average: 1 8.38 0.00 1.44 1.64 0.04 88.50 13:14:51 Average: 2 8.06 0.00 1.57 4.34 0.04 85.98 13:14:51 Average: 3 8.23 0.00 1.49 3.55 0.04 86.68 13:14:51 Average: 4 8.19 0.00 1.58 3.09 0.04 87.09 13:14:51 Average: 5 7.82 0.00 1.59 5.55 0.04 85.01 13:14:51 Average: 6 8.33 0.00 1.54 1.85 0.04 88.25 13:14:51 Average: 7 8.24 0.00 1.57 3.82 0.03 86.33 13:14:51 13:14:51 13:14:51