Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ec96e723b98e779972536fd74512d007c7aee7d0 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-ssh5278087158789332678.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-ssh863751098925959382.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-ssh8475359489017304920.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-ssh16216489698215416028.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-ssh15470341977488681585.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7299 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/666 [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/666 # 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 ec96e723b98e779972536fd74512d007c7aee7d0 (main) > 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 ec96e723b98e779972536fd74512d007c7aee7d0 # timeout=10 Commit message: "Merge pull request #4854 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.2.0-dev.50" > git rev-list --no-walk 4508c6b134dd8db5d14b2b122fe51143339f6eec # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:04:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:04:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:04:19 ========================================================= 12:04:19 EdgeX Global Pipelines Version Info 12:04:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:04:20 ------------------- 12:04:20 stable info: 12:04:20 ------------------- 12:04:20 Commited By: Ginny Guan ginny@iotechsys.com 12:04:20 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 12:04:20 Message: update stable to v1.0.260 12:04:20 ------------------- 12:04:20 experimental info: 12:04:20 ------------------- 12:04:20 Commited By: Ginny Guan ginny@iotechsys.com 12:04:20 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 12:04:20 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:04:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:04:20 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:04:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:04:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:04:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:04:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 12:04:20 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:04:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:04:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 12:04:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ec96e72 [Pipeline] echo 12:04:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:04:21 provisioning config files... 12:04:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/666@tmp/config5892628306773736027tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:04:21 ---> ****-login.sh 12:04:21 nexus3.edgexfoundry.org:10001 12:04:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:04:22 Configure a credential helper to remove this warning. See 12:04:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:04:22 12:04:22 Login Succeeded 12:04:22 nexus3.edgexfoundry.org:10002 12:04:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:04:22 Configure a credential helper to remove this warning. See 12:04:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:04:22 12:04:22 Login Succeeded 12:04:22 nexus3.edgexfoundry.org:10003 12:04:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:04:22 Configure a credential helper to remove this warning. See 12:04:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:04:22 12:04:22 Login Succeeded 12:04:22 nexus3.edgexfoundry.org:10004 12:04:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:04:22 Configure a credential helper to remove this warning. See 12:04:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:04:22 12:04:22 Login Succeeded 12:04:22 ****.io 12:04:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:04:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:04:22 Configure a credential helper to remove this warning. See 12:04:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:04:22 12:04:22 Login Succeeded 12:04:22 ---> ****-login.sh ends [Pipeline] } 12:04:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:04:23 + 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:04:23 + + cut -d/ -f2 12:04:23 dirname cmd/core-command/Dockerfile 12:04:23 + echo core-command,cmd/core-command/Dockerfile 12:04:23 + + dirname cmd/core-common-config-bootstrapper/Dockerfile 12:04:23 cut -d/ -f2 12:04:23 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 12:04:23 + dirname cmd/core-data/Dockerfile 12:04:23 + cut -d/ -f2 12:04:23 + echo core-data,cmd/core-data/Dockerfile 12:04:23 + dirname cmd/core-keeper/Dockerfile 12:04:23 + cut -d/ -f2 12:04:23 + echo core-keeper,cmd/core-keeper/Dockerfile 12:04:23 + dirname cmd/core-metadata/Dockerfile 12:04:23 + cut -d/ -f2 12:04:23 + echo core-metadata,cmd/core-metadata/Dockerfile 12:04:23 + dirname cmd/security-bootstrapper/Dockerfile 12:04:23 + cut -d/ -f2 12:04:23 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 12:04:23 + dirname cmd/security-proxy-auth/Dockerfile 12:04:23 + cut -d/ -f2 12:04:23 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 12:04:23 + dirname cmd/security-proxy-setup/Dockerfile 12:04:23 + cut -d/ -f2 12:04:23 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:04:23 + dirname cmd/security-secretstore-setup/Dockerfile 12:04:23 + cut -d/ -f2 12:04:23 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:04:23 + dirname cmd/security-spiffe-token-provider/Dockerfile 12:04:23 + cut -d/ -f2 12:04:23 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 12:04:23 + + dirnamecut cmd/security-spire-agent/Dockerfile -d/ 12:04:23 -f2 12:04:23 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 12:04:23 + dirname cmd/security-spire-config/Dockerfile 12:04:23 + cut -d/ -f2 12:04:23 + echo security-spire-config,cmd/security-spire-config/Dockerfile 12:04:23 + dirname cmd/security-spire-server/Dockerfile 12:04:23 + cut -d/ -f2 12:04:23 + echo security-spire-server,cmd/security-spire-server/Dockerfile 12:04:23 + dirname cmd/support-cron-scheduler/Dockerfile 12:04:23 + cut -d/ -f2 12:04:23 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 12:04:23 + dirname cmd/support-notifications/Dockerfile 12:04:23 + cut -d/ -f2 12:04:23 + echo support-notifications,cmd/support-notifications/Dockerfile 12:04:23 + dirname cmd/support-scheduler/Dockerfile 12:04:23 + cut -d/ -f2 12:04:23 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 12:04:23 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:04:23 + git rev-list -1 --merges ec96e723b98e779972536fd74512d007c7aee7d0~1..ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] echo 12:04:23 -----------> git rev-list -1 --merges ec96e723b98e779972536fd74512d007c7aee7d0~1..ec96e723b98e779972536fd74512d007c7aee7d0 ec96e723b98e779972536fd74512d007c7aee7d0 12:04:23 ec96e723b98e779972536fd74512d007c7aee7d0 [false] [Pipeline] sh 12:04:23 + git log --format=format:%s -1 ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] echo 12:04:23 ========================================================= 12:04:23 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:04:23 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 12:04:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:04:24 + grep -v github /etc/ssh/ssh_known_hosts 12:04:24 + [ -e /tmp/ssh_known_hosts ] 12:04:24 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:04:24 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:04:24 sudo tee -a /etc/ssh/ssh_known_hosts 12:04:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:04:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:24 12:04:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:04:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:24 0.1.4: Pulling from edgex-devops/py-git-semver 12:04:24 b85a868b505f: Pulling fs layer 12:04:24 e2be974225ed: Pulling fs layer 12:04:24 339a4e72a1f5: Pulling fs layer 12:04:24 988bab9f4d93: Pulling fs layer 12:04:24 1469e6f7b9e6: Pulling fs layer 12:04:24 eaf3925da568: Pulling fs layer 12:04:24 bab4dde63d76: Pulling fs layer 12:04:24 bde34c3a00c8: Pulling fs layer 12:04:24 b352a97aabf1: Pulling fs layer 12:04:24 4872d77fe225: Pulling fs layer 12:04:24 5851b861e8e6: Pulling fs layer 12:04:24 988bab9f4d93: Waiting 12:04:24 bde34c3a00c8: Waiting 12:04:24 b352a97aabf1: Waiting 12:04:24 1469e6f7b9e6: Waiting 12:04:24 4872d77fe225: Waiting 12:04:24 5851b861e8e6: Waiting 12:04:24 eaf3925da568: Waiting 12:04:24 bab4dde63d76: Waiting 12:04:24 e2be974225ed: Verifying Checksum 12:04:24 e2be974225ed: Download complete 12:04:24 988bab9f4d93: Verifying Checksum 12:04:24 988bab9f4d93: Download complete 12:04:25 1469e6f7b9e6: Verifying Checksum 12:04:25 1469e6f7b9e6: Download complete 12:04:25 339a4e72a1f5: Verifying Checksum 12:04:25 339a4e72a1f5: Download complete 12:04:25 eaf3925da568: Verifying Checksum 12:04:25 eaf3925da568: Download complete 12:04:25 bde34c3a00c8: Download complete 12:04:26 b352a97aabf1: Verifying Checksum 12:04:26 b352a97aabf1: Download complete 12:04:26 4872d77fe225: Verifying Checksum 12:04:26 4872d77fe225: Download complete 12:04:26 5851b861e8e6: Download complete 12:04:26 b85a868b505f: Verifying Checksum 12:04:26 b85a868b505f: Download complete 12:04:26 bab4dde63d76: Verifying Checksum 12:04:27 b85a868b505f: Pull complete 12:04:27 e2be974225ed: Pull complete 12:04:28 339a4e72a1f5: Pull complete 12:04:28 988bab9f4d93: Pull complete 12:04:28 1469e6f7b9e6: Pull complete 12:04:28 eaf3925da568: Pull complete 12:04:30 bab4dde63d76: Pull complete 12:04:30 bde34c3a00c8: Pull complete 12:04:30 b352a97aabf1: Pull complete 12:04:30 4872d77fe225: Pull complete 12:04:30 5851b861e8e6: Pull complete 12:04:30 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 12:04:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:04:30 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:04:31 prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container 12:04:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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:04:33 $ docker top cabe11d71abb4bdd61e9f4713faf43fc1056dd6d24ec82d9ae688e1dc2adb2b6 -eo pid,comm 12:04:33 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:04:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:04:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:04:33 [ssh-agent] Looking for ssh-agent implementation... 12:04:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:04:33 $ docker exec cabe11d71abb4bdd61e9f4713faf43fc1056dd6d24ec82d9ae688e1dc2adb2b6 ssh-agent 12:04:33 SSH_AUTH_SOCK=/tmp/ssh-6b6MCGGXcfIu/agent.32 12:04:33 SSH_AGENT_PID=38 12:04:33 Running ssh-add (command line suppressed) 12:04:34 Identity added: /w/workspace/edgex-go/666@tmp/private_key_11515730700941392908.key (/w/workspace/edgex-go/666@tmp/private_key_11515730700941392908.key) 12:04:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:04:34 + git tag --points-at HEAD [Pipeline] } 12:04:34 $ docker exec --env ******** --env ******** cabe11d71abb4bdd61e9f4713faf43fc1056dd6d24ec82d9ae688e1dc2adb2b6 ssh-agent -k 12:04:34 unset SSH_AUTH_SOCK; 12:04:34 unset SSH_AGENT_PID; 12:04:34 echo Agent pid 38 killed; 12:04:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:04:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:04:34 [ssh-agent] Looking for ssh-agent implementation... 12:04:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:04:34 $ docker exec cabe11d71abb4bdd61e9f4713faf43fc1056dd6d24ec82d9ae688e1dc2adb2b6 ssh-agent 12:04:34 SSH_AUTH_SOCK=/tmp/ssh-VtWIlEtCpI14/agent.71 12:04:34 SSH_AGENT_PID=76 12:04:34 Running ssh-add (command line suppressed) 12:04:34 Identity added: /w/workspace/edgex-go/666@tmp/private_key_13264658715594190853.key (/w/workspace/edgex-go/666@tmp/private_key_13264658715594190853.key) 12:04:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:04:35 + git semver init 12:04:35 2024-08-07 12:04:35,351 [run_init] DEBUG init version:0.0.0 force:False 12:04:35 2024-08-07 12:04:35,352 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/666/.semver 12:04:35 2024-08-07 12:04:35,353 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/666/.semver 12:04:35 2024-08-07 12:04:35,353 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/666/.semver'], cwd=/w/workspace/edgex-go/666, universal_newlines=False, shell=None, istream=None) 12:04:40 2024-08-07 12:04:40,508 [append_file] DEBUG append to file:/w/workspace/edgex-go/666/.git/info/exclude 12:04:40 2024-08-07 12:04:40,511 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/666/.semver/main with force:False 12:04:40 2024-08-07 12:04:40,511 [read_version] DEBUG read version from /w/workspace/edgex-go/666/.semver/main 12:04:40 2024-08-07 12:04:40,511 [read_version] DEBUG read version from /w/workspace/edgex-go/666/.semver/main 12:04:40 3.2.0-dev.48 [Pipeline] } 12:04:40 $ docker exec --env ******** --env ******** cabe11d71abb4bdd61e9f4713faf43fc1056dd6d24ec82d9ae688e1dc2adb2b6 ssh-agent -k 12:04:40 unset SSH_AUTH_SOCK; 12:04:40 unset SSH_AGENT_PID; 12:04:40 echo Agent pid 76 killed; 12:04:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:04:41 + git semver [Pipeline] } 12:04:41 $ docker stop --time=1 cabe11d71abb4bdd61e9f4713faf43fc1056dd6d24ec82d9ae688e1dc2adb2b6 12:04:42 $ docker rm -f --volumes cabe11d71abb4bdd61e9f4713faf43fc1056dd6d24ec82d9ae688e1dc2adb2b6 [Pipeline] // withDockerContainer [Pipeline] sh 12:04:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:04:43 Stashed 1 file(s) [Pipeline] echo 12:04:43 [edgeXSemver]: initialized semver on version 3.2.0-dev.48 [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:04:43 + git config --global --add safe.directory /w/workspace/edgex-go/666 [Pipeline] echo 12:04:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 12:04:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 12:04:43 ========================================================= 12:04:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 12:04:43 ========================================================= [Pipeline] fileExists [Pipeline] sh 12:04:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 12:04:44 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 12:04:44 619be1103602: Pulling fs layer 12:04:44 7862e08f4a3e: Pulling fs layer 12:04:44 5df492c9dc93: Pulling fs layer 12:04:44 7629e6793208: Pulling fs layer 12:04:44 4f4fb700ef54: Pulling fs layer 12:04:44 fb5054dd5b73: Pulling fs layer 12:04:44 eeca6798cff9: Pulling fs layer 12:04:44 aa269ceb94a6: Pulling fs layer 12:04:44 ada007ff1a6a: Pulling fs layer 12:04:44 4f4fb700ef54: Waiting 12:04:44 fb5054dd5b73: Waiting 12:04:44 ada007ff1a6a: Waiting 12:04:44 aa269ceb94a6: Waiting 12:04:44 eeca6798cff9: Waiting 12:04:44 7629e6793208: Waiting 12:04:44 7862e08f4a3e: Verifying Checksum 12:04:44 7862e08f4a3e: Download complete 12:04:44 7629e6793208: Verifying Checksum 12:04:44 7629e6793208: Download complete 12:04:44 4f4fb700ef54: Download complete 12:04:44 fb5054dd5b73: Verifying Checksum 12:04:44 fb5054dd5b73: Download complete 12:04:44 619be1103602: Verifying Checksum 12:04:44 619be1103602: Download complete 12:04:44 eeca6798cff9: Verifying Checksum 12:04:44 eeca6798cff9: Download complete 12:04:44 619be1103602: Pull complete 12:04:44 ada007ff1a6a: Download complete 12:04:44 7862e08f4a3e: Pull complete 12:04:44 5df492c9dc93: Verifying Checksum 12:04:44 5df492c9dc93: Download complete 12:04:44 aa269ceb94a6: Verifying Checksum 12:04:44 aa269ceb94a6: Download complete 12:04:48 5df492c9dc93: Pull complete 12:04:48 7629e6793208: Pull complete 12:04:48 4f4fb700ef54: Pull complete 12:04:48 fb5054dd5b73: Pull complete 12:04:48 eeca6798cff9: Pull complete 12:04:50 aa269ceb94a6: Pull complete 12:04:51 ada007ff1a6a: Pull complete 12:04:51 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 12:04:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 12:04:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 12:04:51 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 12:04:51 WORKDIR /edgex 12:04:51 COPY go.mod . 12:04:51 RUN go mod download 12:04:51 + docker build -t ci-base-image-x86_64 -f - . 12:04:52 Sending build context to Docker daemon 178.9MB 12:04:52 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 12:04:52 ---> f489d0715acc 12:04:52 Step 2/4 : WORKDIR /edgex 12:04:56 ---> Running in 207f467bd9b0 12:04:56 Removing intermediate container 207f467bd9b0 12:04:56 ---> 7c3b7c507732 12:04:56 Step 3/4 : COPY go.mod . 12:04:56 ---> bf0ec1877ed7 12:04:56 Step 4/4 : RUN go mod download 12:04:56 ---> Running in de23751a39ac 12:04:58 Still waiting to schedule task 12:04:58 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7296’ 12:05:23 Removing intermediate container de23751a39ac 12:05:23 ---> 52fab6bbdfed 12:05:23 Successfully built 52fab6bbdfed 12:05:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:23 + docker inspect -f . ci-base-image-x86_64 12:05:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:05:23 prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container 12:05:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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:05:24 $ docker top dd011cd6deac7318abed4b37f6976516ab131b7115b3b028ba30859527617ecb -eo pid,comm [Pipeline] { [Pipeline] sh 12:05:24 + go version 12:05:24 go version go1.21.9 linux/amd64 [Pipeline] } 12:05:24 $ docker stop --time=1 dd011cd6deac7318abed4b37f6976516ab131b7115b3b028ba30859527617ecb 12:05:25 $ docker rm -f --volumes dd011cd6deac7318abed4b37f6976516ab131b7115b3b028ba30859527617ecb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:05:26 + docker inspect -f . ci-base-image-x86_64 12:05:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:05:26 prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container 12:05:26 $ 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/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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:05:26 $ docker top 7b5b11881a7927607083bad895457eebe8dc596cc226c74fcbd91f3f67dcc47f -eo pid,comm [Pipeline] { [Pipeline] echo 12:05:26 ========================================================= 12:05:26 [edgeXBuildGoParallel] Running Tests and Build... 12:05:26 ========================================================= [Pipeline] sh 12:05:27 + git config --global --add safe.directory /w/workspace/edgex-go/666 [Pipeline] fileExists [Pipeline] sh 12:05:27 + make test 12:05:27 go test -race -coverprofile=coverage.out ./... 12:05:35 ? github.com/edgexfoundry/edgex-go [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:06:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:06:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 28.7% of statements 12:06:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 12:06:09 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 12:06:09 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 12:06:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:06:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:06:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.042s coverage: 97.0% of statements 12:06:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 12:06:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 12:06:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 12:06:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:06:10 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 12:06:10 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 12:06:10 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 12:06:10 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 12:06:10 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 12:06:12 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 12:06:12 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 12:06:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 12:06:12 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 12:06:12 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 12:06:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:06:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:06:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.059s coverage: 69.2% of statements 12:06:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.038s coverage: 53.2% of statements 12:06:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.718s coverage: 93.4% of statements 12:06:13 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.040s coverage: 91.7% of statements 12:06:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.037s coverage: 6.5% of statements 12:06:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 12:06:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 12:06:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 12:06:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:06:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 12:06:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:06:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:06:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:06:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:06:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] 12:06:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:06:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.387s coverage: 95.8% of statements 12:06:15 ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements 12:06:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.031s coverage: 0.0% of statements [no tests to run] 12:06:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 12:06:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:06:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.063s coverage: 0.8% of statements 12:06:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.033s coverage: 30.7% of statements 12:06:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.024s coverage: 41.7% of statements 12:06:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.026s coverage: 77.8% of statements 12:06:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.016s coverage: 94.1% of statements 12:06:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.025s coverage: 96.3% of statements 12:06:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.025s coverage: 87.5% of statements 12:06:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 12:06:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:06:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:06:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:06:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:06:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 12:06:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 12:06:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 12:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] 12:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] 12:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] 12:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:06:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:06:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:06:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 12:06:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:06:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 12:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 12:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 12:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 12:06:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.030s coverage: 94.4% of statements 12:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 12:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 12:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 12:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] 12:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application [no test files] 12:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] 12:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] 12:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http [no test files] 12:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure [no test files] 12:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 12:06:30 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] 12:06:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 12:06:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 12:06:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 12:06:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:06:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:06:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 12:06:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 12:06:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 12:06:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 12:06:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:06:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:06:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 12:06:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.257s coverage: 79.9% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.054s coverage: 92.9% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 67.2% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.031s coverage: 62.3% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.023s coverage: 76.6% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.037s coverage: 87.2% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.023s coverage: 20.0% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.071s coverage: 81.8% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.081s coverage: 82.1% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.149s coverage: 63.1% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.025s coverage: 100.0% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.024s coverage: 89.4% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.020s coverage: 100.0% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.021s coverage: 73.7% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.376s coverage: 36.5% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.025s coverage: 89.5% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.023s coverage: 84.8% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.046s coverage: 19.9% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.091s coverage: 95.7% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.045s coverage: 61.8% of statements 12:06:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.068s coverage: 98.9% of statements 12:06:43 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:06:43 running golangci-lint 12:06:43 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 12:06:43 go version go1.21.9 linux/amd64 12:06:43 level=info msg="[config_reader] Used config file .golangci.yml" 12:06:43 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 12:07:10 level=info msg="[loader] Go packages loading at mode 575 (exports_file|compiled_files|deps|files|imports|name|types_sizes) took 23.257839254s" 12:07:10 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 46.597152ms" 12:07:22 level=info msg="[linters_context/goanalysis] analyzers took 2m45.496795585s with top 10 stages: buildir: 1m7.649980059s, gosec: 9.842068946s, inspect: 3.075413089s, fact_deprecated: 2.918317166s, ctrlflow: 2.170417213s, printf: 2.121916601s, S1038: 2.07109068s, fact_purity: 1.657939887s, nilness: 1.649151007s, SA1012: 1.110151411s" 12:07:22 level=info msg="[runner] Issues before processing: 213, after processing: 0" 12:07:22 level=info msg="[runner] Processors filtering stat (out/in): exclude: 213/213, exclude-rules: 21/213, cgo: 213/213, skip_files: 213/213, skip_dirs: 213/213, path_prettifier: 213/213, autogenerated_exclude: 213/213, filename_unadjuster: 213/213, identifier_marker: 213/213, nolint: 0/21" 12:07:22 level=info msg="[runner] processing took 16.542852ms with stages: nolint: 6.86741ms, identifier_marker: 4.585674ms, autogenerated_exclude: 1.665896ms, path_prettifier: 1.498307ms, exclude-rules: 1.124387ms, skip_dirs: 742.587µs, cgo: 36.391µs, filename_unadjuster: 17.53µs, max_same_issues: 600ns, uniq_by_line: 570ns, fixer: 560ns, skip_files: 550ns, exclude: 440ns, severity-rules: 420ns, source_code: 410ns, sort_results: 390ns, diff: 210ns, max_from_linter: 170ns, max_per_file_from_linter: 130ns, path_prefixer: 110ns, path_shortener: 110ns" 12:07:22 level=info msg="[runner] linters took 14.142870418s with stages: goanalysis_metalinter: 14.12623621s" 12:07:22 level=info msg="File cache stats: 0 entries of total size 0B" 12:07:22 level=info msg="Memory: 374 samples, avg is 328.9MB, max is 1375.8MB" 12:07:22 level=info msg="Execution took 37.457832028s" 12:07:22 go vet ./... 12:07:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:07:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:07:28 ./bin/test-attribution-txt.sh [Pipeline] echo 12:07:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 12:07:28 + ls -al . 12:07:28 total 872 12:07:28 drwxrwxr-x 11 1001 1001 4096 Aug 7 12:05 . 12:07:28 drwxr-xr-x 4 root root 4096 Aug 7 12:05 .. 12:07:28 drwxrwxr-x 2 1001 1001 4096 Aug 7 12:04 .blubracket 12:07:28 -rw-rw-r-- 1 1001 1001 10 Aug 7 12:04 .dockerignore 12:07:28 drwxrwxr-x 8 1001 1001 4096 Aug 7 12:06 .git 12:07:28 drwxrwxr-x 3 1001 1001 4096 Aug 7 12:04 .github 12:07:28 -rw-rw-r-- 1 1001 1001 1102 Aug 7 12:04 .gitignore 12:07:28 -rw-rw-r-- 1 1001 1001 42 Aug 7 12:04 .golangci.yml 12:07:28 -rw-rw-r-- 1 1001 1001 100 Aug 7 12:04 .hadolint.yml 12:07:28 drwxr-xr-x 3 1001 1001 4096 Aug 7 12:04 .semver 12:07:28 -rw-rw-r-- 1 1001 1001 155 Aug 7 12:04 .sonarcloud.properties 12:07:28 -rw-rw-r-- 1 1001 1001 1171 Aug 7 12:04 ADOPTERS.md 12:07:28 -rw-rw-r-- 1 1001 1001 21171 Aug 7 12:04 Attribution.txt 12:07:28 -rw-rw-r-- 1 1001 1001 100284 Aug 7 12:04 CHANGELOG.md 12:07:28 -rw-rw-r-- 1 1001 1001 3804 Aug 7 12:04 CONTRIBUTING.md 12:07:28 -rw-rw-r-- 1 1001 1001 677 Aug 7 12:04 GOVERNANCE.md 12:07:28 -rw-rw-r-- 1 1001 1001 861 Aug 7 12:04 Jenkinsfile 12:07:28 -rw-rw-r-- 1 1001 1001 10775 Aug 7 12:04 LICENSE 12:07:28 -rw-rw-r-- 1 1001 1001 16854 Aug 7 12:04 Makefile 12:07:28 -rw-rw-r-- 1 1001 1001 582 Aug 7 12:04 OWNERS.md 12:07:28 -rw-rw-r-- 1 1001 1001 9528 Aug 7 12:04 README.md 12:07:28 -rw-rw-r-- 1 1001 1001 789 Aug 7 12:04 SECURITY.md 12:07:28 -rw-rw-r-- 1 1001 1001 12 Aug 7 12:04 VERSION 12:07:28 drwxrwxr-x 2 1001 1001 4096 Aug 7 12:04 bin 12:07:28 drwxrwxr-x 20 1001 1001 4096 Aug 7 12:04 cmd 12:07:28 -rw-r--r-- 1 root root 504074 Aug 7 12:06 coverage.out 12:07:28 drwxrwxr-x 2 1001 1001 4096 Aug 7 12:04 fuzz_test 12:07:28 -rw-rw-r-- 1 1001 1001 7254 Aug 7 12:04 go.mod 12:07:28 -rw-rw-r-- 1 1001 1001 102354 Aug 7 12:04 go.sum 12:07:28 drwxrwxr-x 7 1001 1001 4096 Aug 7 12:04 internal 12:07:28 drwxrwxr-x 3 1001 1001 4096 Aug 7 12:04 openapi 12:07:28 -rw-rw-r-- 1 1001 1001 584 Aug 7 12:04 security.txt 12:07:28 -rw-rw-r-- 1 1001 1001 204 Aug 7 12:04 version.go [Pipeline] sh 12:07:29 + '[' -e coverage.out ] 12:07:29 + chown 1001:1001 coverage.out [Pipeline] stash 12:07:29 Stashed 1 file(s) [Pipeline] sh 12:07:29 + make build 12:07:29 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 12:07:54 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7301 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 12:07:54 Running in /w/workspace/edgex-go/666 [Pipeline] { [Pipeline] checkout 12:07:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:07:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 12:07:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 12:07:57 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 12:07:57 The recommended git tool is: git 12:07:59 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:08:03 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:08:05 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 12:08:06 using credential edgex-jenkins-ssh 12:08:06 Cloning the remote Git repository 12:08:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:08:06 > git init /w/workspace/edgex-go/666 # timeout=10 12:08:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:08:06 > git --version # timeout=10 12:08:06 > git --version # 'git version 2.25.1' 12:08:06 using GIT_SSH to set credentials SSH Credentials for GitHub 12:08:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:08:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 12:08:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:08:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:08:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 12:08:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:08:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 12:08:14 $ docker stop --time=1 7b5b11881a7927607083bad895457eebe8dc596cc226c74fcbd91f3f67dcc47f 12:08:18 $ docker rm -f --volumes 7b5b11881a7927607083bad895457eebe8dc596cc226c74fcbd91f3f67dcc47f [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:08:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:08:19 12:08:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:08:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:08:20 latest: Pulling from edgex-devops/edgex-compose 12:08:20 91d30c5bc195: Pulling fs layer 12:08:20 2e9b0aa3be6d: Pulling fs layer 12:08:20 9c61dcf015f6: Pulling fs layer 12:08:20 4698f68db338: Pulling fs layer 12:08:20 2a2f49069b9e: Pulling fs layer 12:08:20 e0025b399a48: Pulling fs layer 12:08:20 4698f68db338: Waiting 12:08:20 2a2f49069b9e: Waiting 12:08:20 e0025b399a48: Waiting 12:08:20 91d30c5bc195: Verifying Checksum 12:08:20 91d30c5bc195: Download complete 12:08:20 4698f68db338: Verifying Checksum 12:08:20 4698f68db338: Download complete 12:08:20 2e9b0aa3be6d: Verifying Checksum 12:08:20 2e9b0aa3be6d: Download complete 12:08:20 e0025b399a48: Verifying Checksum 12:08:20 e0025b399a48: Download complete 12:08:20 91d30c5bc195: Pull complete 12:08:20 2a2f49069b9e: Download complete 12:08:20 2e9b0aa3be6d: Pull complete 12:08:20 9c61dcf015f6: Verifying Checksum 12:08:20 9c61dcf015f6: Download complete 12:08:24 9c61dcf015f6: Pull complete 12:08:24 4698f68db338: Pull complete 12:08:24 2a2f49069b9e: Pull complete 12:08:24 e0025b399a48: Pull complete 12:08:24 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 12:08:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:08:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:08:24 prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container 12:08:24 $ 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/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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:08:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:08:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:08:26 Avoid second fetch 12:08:26 Checking out Revision ec96e723b98e779972536fd74512d007c7aee7d0 (main) 12:08:26 $ docker top 301457f06c40976e04296294ef2a58820cb8d39788131eb5ccd5d012e072c9a9 -eo pid,comm [Pipeline] { [Pipeline] sh 12:08:27 + docker compose -f ./docker-compose-build.yml build --parallel 12:08:27 Commit message: "Merge pull request #4854 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.2.0-dev.50" 12:08:26 > git config core.sparsecheckout # timeout=10 12:08:26 > git checkout -f ec96e723b98e779972536fd74512d007c7aee7d0 # timeout=10 12:08:29 #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile 12:08:29 #1 transferring dockerfile: 12:08:29 #1 transferring dockerfile: 2.23kB done 12:08:29 #1 DONE 0.0s 12:08:29 12:08:29 #2 [core-command internal] load build definition from Dockerfile 12:08:29 #2 transferring dockerfile: 1.93kB done 12:08:29 #2 DONE 0.0s 12:08:29 12:08:29 #3 [security-proxy-auth internal] load build definition from Dockerfile 12:08:29 #3 transferring dockerfile: 2.15kB done 12:08:29 #3 DONE 0.0s 12:08:29 12:08:29 #4 [support-notifications internal] load build definition from Dockerfile 12:08:29 #4 transferring dockerfile: 1.95kB done 12:08:29 #4 DONE 0.0s 12:08:29 12:08:29 #5 [security-proxy-setup internal] load build definition from Dockerfile 12:08:29 #5 transferring dockerfile: 2.50kB done 12:08:29 #5 DONE 0.0s 12:08:29 12:08:29 #6 [core-keeper internal] load build definition from Dockerfile 12:08:29 #6 transferring dockerfile: 2.01kB done 12:08:29 #6 DONE 0.0s 12:08:29 12:08:29 #7 [security-spire-agent internal] load build definition from Dockerfile 12:08:29 #7 transferring dockerfile: 1.81kB done 12:08:29 #7 DONE 0.0s 12:08:29 12:08:29 #8 [core-metadata internal] load build definition from Dockerfile 12:08:29 #8 transferring dockerfile: 2.06kB done 12:08:29 #8 DONE 0.0s 12:08:29 12:08:29 #9 [security-secretstore-setup internal] load build definition from Dockerfile 12:08:29 #9 transferring dockerfile: 2.49kB done 12:08:29 #9 DONE 0.0s 12:08:29 12:08:29 #10 [security-spire-server internal] load build definition from Dockerfile 12:08:29 #10 transferring dockerfile: 1.70kB done 12:08:29 #10 DONE 0.0s 12:08:29 12:08:29 #11 [core-data internal] load build definition from Dockerfile 12:08:29 #11 transferring dockerfile: 2.01kB done 12:08:29 #11 DONE 0.0s 12:08:29 12:08:29 #12 [security-spiffe-token-provider internal] load build definition from Dockerfile 12:08:29 #12 transferring dockerfile: 1.89kB done 12:08:29 #12 DONE 0.1s 12:08:29 12:08:29 #13 [support-scheduler internal] load build definition from Dockerfile 12:08:29 #13 transferring dockerfile: 1.93kB done 12:08:29 #13 DONE 0.1s 12:08:29 12:08:29 #14 [core-common-config-bootstrapper internal] load .dockerignore 12:08:29 #14 transferring context: 50B done 12:08:29 #14 DONE 0.0s 12:08:29 12:08:29 #15 [security-spire-config internal] load build definition from Dockerfile 12:08:29 #15 transferring dockerfile: 1.69kB done 12:08:29 #15 DONE 0.1s 12:08:29 12:08:29 #16 [support-cron-scheduler internal] load build definition from Dockerfile 12:08:29 #16 transferring dockerfile: 1.85kB done 12:08:29 #16 DONE 0.1s 12:08:29 12:08:29 #17 [security-bootstrapper internal] load build definition from Dockerfile 12:08:29 #17 transferring dockerfile: 3.17kB done 12:08:29 #17 DONE 0.1s 12:08:30 12:08:30 #18 [core-command internal] load .dockerignore 12:08:30 #18 transferring context: 50B done 12:08:30 #18 DONE 0.0s 12:08:30 12:08:30 #19 [security-proxy-auth internal] load .dockerignore 12:08:30 #19 transferring context: 50B done 12:08:30 #19 DONE 0.0s 12:08:30 12:08:30 #20 [support-notifications internal] load .dockerignore 12:08:30 #20 transferring context: 50B done 12:08:30 #20 DONE 0.0s 12:08:30 12:08:30 #21 [security-proxy-setup internal] load .dockerignore 12:08:30 #21 transferring context: 50B done 12:08:30 #21 DONE 0.0s 12:08:30 12:08:30 #22 [core-keeper internal] load .dockerignore 12:08:30 #22 transferring context: 50B done 12:08:30 #22 DONE 0.0s 12:08:30 12:08:30 #23 [security-spire-agent internal] load .dockerignore 12:08:30 #23 transferring context: 50B done 12:08:30 #23 DONE 0.0s 12:08:30 12:08:30 #24 [core-metadata internal] load .dockerignore 12:08:30 #24 transferring context: 50B done 12:08:30 #24 DONE 0.0s 12:08:30 12:08:30 #25 [security-secretstore-setup internal] load .dockerignore 12:08:30 #25 transferring context: 50B done 12:08:30 #25 DONE 0.0s 12:08:30 12:08:30 #26 [core-data internal] load .dockerignore 12:08:30 #26 transferring context: 50B done 12:08:30 #26 DONE 0.0s 12:08:30 12:08:30 #27 [security-spire-server internal] load .dockerignore 12:08:30 #27 transferring context: 50B done 12:08:30 #27 DONE 0.0s 12:08:30 12:08:30 #28 [security-spiffe-token-provider internal] load .dockerignore 12:08:30 #28 transferring context: 50B done 12:08:30 #28 DONE 0.0s 12:08:30 12:08:30 #29 [support-scheduler internal] load .dockerignore 12:08:30 #29 transferring context: 50B done 12:08:30 #29 DONE 0.0s 12:08:30 12:08:30 #30 [security-spire-config internal] load .dockerignore 12:08:30 #30 transferring context: 50B done 12:08:30 #30 DONE 0.0s 12:08:30 12:08:30 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:08:30 #31 DONE 0.0s 12:08:30 12:08:30 #32 [security-bootstrapper internal] load .dockerignore 12:08:30 #32 transferring context: 50B done 12:08:30 #32 DONE 0.0s 12:08:30 12:08:30 #33 [support-cron-scheduler internal] load .dockerignore 12:08:30 #33 transferring context: 50B done 12:08:30 #33 DONE 0.0s 12:08:30 12:08:30 #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 12:08:30 #34 DONE 0.1s 12:08:30 12:08:30 #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:08:30 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:08:30 #35 ... 12:08:30 12:08:30 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:08:30 #31 DONE 0.0s 12:08:30 12:08:30 #34 [core-command internal] load metadata for docker.io/library/alpine:3.18 12:08:30 #34 DONE 0.1s 12:08:30 12:08:30 #35 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:08:30 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:08:30 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 12:08:30 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s 12:08:30 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:08:30 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 12:08:30 #35 ... 12:08:30 12:08:30 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:08:30 #31 DONE 0.0s 12:08:30 12:08:30 #35 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:08:30 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:08:30 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 12:08:30 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 12:08:30 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:08:30 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 12:08:30 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 12:08:30 #35 ... 12:08:30 12:08:30 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:08:30 #31 DONE 0.0s 12:08:30 12:08:30 #35 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:08:30 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:08:30 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 12:08:30 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 12:08:30 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:08:30 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 12:08:30 #35 ... 12:08:30 12:08:30 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:08:30 #31 DONE 0.0s 12:08:30 12:08:30 #35 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:08:30 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:08:30 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 12:08:30 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 12:08:30 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:08:30 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 12:08:30 #35 ... 12:08:30 12:08:30 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:08:30 #31 DONE 0.0s 12:08:30 12:08:30 #34 [core-data internal] load metadata for docker.io/library/alpine:3.18 12:08:30 #34 DONE 0.4s 12:08:30 12:08:30 #35 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:08:30 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:08:30 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 12:08:30 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 12:08:30 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:08:30 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 12:08:30 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.4s done 12:08:30 #35 ... 12:08:30 12:08:30 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:08:30 #31 DONE 0.0s 12:08:30 12:08:30 #36 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64 12:08:30 #36 DONE 0.8s 12:08:30 12:08:30 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:08:30 #31 DONE 0.0s 12:08:30 12:08:30 #37 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 12:08:31 #37 ... 12:08:31 12:08:31 #31 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:08:31 #31 DONE 0.0s 12:08:31 12:08:31 #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:08:32 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 12:08:32 % Total % Received % Xferd Average Speed Time Time Time Current 12:08:32 Dload Upload Total Spent Left Speed 12:08:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 236k 0 --:--:-- --:--:-- --:--:-- 240k [Pipeline] sh 12:08:32 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 12:08:32 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 12:08:32 + sudo tee /etc/docker/daemon.new 12:08:32 { 12:08:32 "registry-mirrors": [ 12:08:32 "https://nexus3.edgexfoundry.org:10001" 12:08:32 ], 12:08:32 "bip": "10.250.0.254/24", 12:08:32 "hosts": [ 12:08:32 "tcp://0.0.0.0:5555", 12:08:32 "unix:///var/run/docker.sock" 12:08:32 ], 12:08:32 "mtu": 1458, 12:08:32 "selinux-enabled": true, 12:08:32 "seccomp-profile": "/etc/docker/seccomp.json" 12:08:32 } [Pipeline] sh 12:08:33 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 12:08:33 + sudo service docker restart 12:08:36 #34 DONE 5.3s 12:08:36 12:08:36 #36 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 12:08:36 #36 DONE 0.8s 12:08:36 12:08:36 #35 [support-cron-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:08:36 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:08:36 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 12:08:36 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 12:08:36 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:08:36 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 12:08:36 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.4s done 12:08:36 #35 ... 12:08:36 12:08:36 #37 [support-cron-scheduler builder 2/7] WORKDIR /edgex-go 12:08:36 #37 DONE 5.1s 12:08:36 12:08:36 #35 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:08:36 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:08:36 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 12:08:36 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 12:08:36 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:08:36 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 12:08:36 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.4s done 12:08:36 #35 DONE 5.9s 12:08:36 12:08:36 #38 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 12:08:36 #38 DONE 5.4s 12:08:36 12:08:36 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:08:36 #39 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:08:36 #39 ... 12:08:36 12:08:36 #40 [security-spire-config internal] load build context 12:08:36 #40 transferring context: 25.85kB 0.0s done 12:08:36 #40 DONE 0.1s 12:08:36 12:08:36 #35 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:08:36 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:08:36 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 12:08:36 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 12:08:36 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:08:36 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 12:08:36 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.4s done 12:08:36 #35 DONE 5.9s 12:08:36 12:08:36 #41 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 12:08:36 #41 DONE 5.6s 12:08:36 12:08:36 #42 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 12:08:36 #42 ... 12:08:36 12:08:36 #43 [security-spire-server internal] load build context 12:08:36 #43 transferring context: 27.60kB 0.0s done 12:08:36 #43 DONE 0.3s 12:08:36 12:08:36 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:08:36 #39 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.5s done 12:08:36 #39 ... 12:08:36 12:08:36 #44 [security-spire-agent internal] load build context 12:08:36 #44 transferring context: 27.13kB 0.1s done 12:08:36 #44 DONE 0.4s 12:08:36 12:08:36 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:08:36 #39 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 12:08:36 #39 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 12:08:36 #39 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 12:08:40 #39 ... 12:08:40 12:08:40 #45 [core-common-config-bootstrapper internal] load build context 12:08:40 #45 ... 12:08:40 12:08:40 #46 [core-command internal] load build context 12:08:40 #46 ... 12:08:40 12:08:40 #47 [security-proxy-setup internal] load build context 12:08:40 #47 ... 12:08:40 12:08:40 #48 [security-proxy-auth internal] load build context 12:08:40 #48 ... 12:08:40 12:08:40 #49 [core-metadata internal] load build context 12:08:40 #49 ... 12:08:40 12:08:40 #50 [security-secretstore-setup internal] load build context 12:08:41 #50 ... 12:08:41 12:08:41 #51 [support-notifications internal] load build context 12:08:41 #51 ... 12:08:41 12:08:41 #52 [core-data internal] load build context 12:08:41 #52 ... 12:08:41 12:08:41 #53 [core-keeper internal] load build context 12:08:41 #53 ... 12:08:41 12:08:41 #51 [support-notifications internal] load build context 12:08:41 #51 transferring context: 374.73MB 11.1s 12:08:46 #51 ... 12:08:46 12:08:46 #54 [security-spiffe-token-provider internal] load build context 12:08:46 #54 ... 12:08:46 12:08:46 #55 [support-cron-scheduler internal] load build context 12:08:46 #55 ... 12:08:46 12:08:46 #56 [support-scheduler internal] load build context 12:08:46 #56 ... 12:08:46 12:08:46 #57 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 12:08:46 #0 2.025 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:08:46 #0 2.127 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:08:46 #0 2.328 OK: 264 MiB in 52 packages 12:08:46 #57 ... 12:08:46 12:08:46 #58 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 12:08:46 #0 3.426 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:08:46 #0 3.500 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:08:46 #0 3.831 OK: 264 MiB in 52 packages 12:08:46 #58 ... 12:08:46 12:08:46 #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:08:46 #59 ... 12:08:46 12:08:46 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 12:08:46 #60 ... 12:08:46 12:08:46 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 12:08:46 #61 ... 12:08:46 12:08:46 #62 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:08:46 #62 ... 12:08:46 12:08:46 #63 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 12:08:46 #0 0.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:08:46 #0 1.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:08:46 #0 1.364 OK: 264 MiB in 52 packages 12:08:46 #63 ... 12:08:46 12:08:46 #64 [security-bootstrapper internal] load build context 12:08:46 #64 transferring context: 337.06MB 10.9s 12:08:46 #64 ... 12:08:46 12:08:46 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:08:46 #65 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.4s done 12:08:47 #65 ... 12:08:47 12:08:47 #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:08:47 #66 ... 12:08:47 12:08:47 #67 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 12:08:47 #67 ... 12:08:47 12:08:47 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:08:47 #68 ... 12:08:47 12:08:47 #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:08:47 #69 ... 12:08:47 12:08:47 #70 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 12:08:48 #70 ... 12:08:48 12:08:48 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:08:48 #71 ... 12:08:48 12:08:48 #72 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:08:48 #72 ... 12:08:48 12:08:48 #54 [security-spiffe-token-provider internal] load build context 12:08:49 #54 transferring context: 493.68MB 13.4s done 12:08:50 #54 ... 12:08:50 12:08:50 #45 [core-common-config-bootstrapper internal] load build context 12:08:50 #45 transferring context: 493.68MB 17.0s done 12:08:50 #45 ... 12:08:50 12:08:50 #46 [core-command internal] load build context 12:08:50 #46 ... 12:08:50 12:08:50 #47 [security-proxy-setup internal] load build context 12:08:50 #47 transferring context: 493.68MB 16.8s done 12:08:50 #47 ... 12:08:50 12:08:50 #50 [security-secretstore-setup internal] load build context 12:08:50 #50 transferring context: 493.68MB 13.2s done 12:08:51 #50 ... 12:08:51 12:08:51 #48 [security-proxy-auth internal] load build context 12:08:51 #48 transferring context: 493.68MB 13.8s done 12:08:51 #48 ... 12:08:51 12:08:51 #49 [core-metadata internal] load build context 12:08:51 #49 transferring context: 493.68MB 15.4s done 12:08:51 #49 ... 12:08:51 12:08:51 #52 [core-data internal] load build context 12:08:51 #52 transferring context: 493.68MB 16.0s done 12:08:51 #52 ... 12:08:51 12:08:51 #53 [core-keeper internal] load build context 12:08:51 #53 transferring context: 493.68MB 17.7s done 12:08:51 #53 ... 12:08:51 12:08:51 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:08:51 #65 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:08:51 provisioning config files... 12:08:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/666@tmp/config13340190287022170503tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:08:52 ---> ****-login.sh 12:08:52 nexus3.edgexfoundry.org:10001 12:08:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:08:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:08:52 Configure a credential helper to remove this warning. See 12:08:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:08:52 12:08:52 Login Succeeded 12:08:52 nexus3.edgexfoundry.org:10002 12:08:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:08:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:08:53 Configure a credential helper to remove this warning. See 12:08:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:08:53 12:08:53 Login Succeeded 12:08:53 nexus3.edgexfoundry.org:10003 12:08:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:08:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:08:53 Configure a credential helper to remove this warning. See 12:08:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:08:53 12:08:53 Login Succeeded 12:08:53 nexus3.edgexfoundry.org:10004 12:08:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:08:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:08:54 Configure a credential helper to remove this warning. See 12:08:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:08:54 12:08:54 Login Succeeded 12:08:54 ****.io 12:08:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:08:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:08:54 Configure a credential helper to remove this warning. See 12:08:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:08:54 12:08:54 Login Succeeded 12:08:54 ---> ****-login.sh ends [Pipeline] } 12:08:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 12:08:55 + git config --global --add safe.directory /w/workspace/edgex-go/666 [Pipeline] echo 12:08:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 12:08:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 12:08:55 ========================================================= 12:08:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 12:08:55 ========================================================= [Pipeline] fileExists [Pipeline] sh 12:08:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 12:08:56 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:08:56 c6b39de5b339: Pulling fs layer 12:08:56 a69c41024577: Pulling fs layer 12:08:56 d6de4b400683: Pulling fs layer 12:08:56 35cb2a7552d0: Pulling fs layer 12:08:56 4f4fb700ef54: Pulling fs layer 12:08:56 464afbd9ba4c: Pulling fs layer 12:08:56 00f215d4a9da: Pulling fs layer 12:08:56 d496ad576159: Pulling fs layer 12:08:56 35cb2a7552d0: Waiting 12:08:56 464afbd9ba4c: Waiting 12:08:56 4f4fb700ef54: Waiting 12:08:56 00f215d4a9da: Waiting 12:08:56 a69c41024577: Verifying Checksum 12:08:56 a69c41024577: Download complete 12:08:56 35cb2a7552d0: Verifying Checksum 12:08:56 35cb2a7552d0: Download complete 12:08:56 4f4fb700ef54: Verifying Checksum 12:08:56 4f4fb700ef54: Download complete 12:08:56 464afbd9ba4c: Download complete 12:08:56 c6b39de5b339: Verifying Checksum 12:08:56 c6b39de5b339: Download complete 12:08:56 d496ad576159: Verifying Checksum 12:08:56 d496ad576159: Download complete 12:08:57 #65 ... 12:08:57 12:08:57 #51 [support-notifications internal] load build context 12:08:57 #51 transferring context: 493.68MB 15.5s done 12:08:57 #51 ... 12:08:57 12:08:57 #55 [support-cron-scheduler internal] load build context 12:08:57 #55 transferring context: 493.68MB 13.6s done 12:08:57 #55 ... 12:08:57 12:08:57 #56 [support-scheduler internal] load build context 12:08:57 #56 transferring context: 493.68MB 13.5s done 12:08:57 #56 ... 12:08:57 12:08:57 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:08:57 #39 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 5.1s 12:08:57 #39 ... 12:08:57 12:08:57 #64 [security-bootstrapper internal] load build context 12:08:57 #64 transferring context: 493.68MB 13.4s done 12:08:57 #64 ... 12:08:57 12:08:57 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:08:57 c6b39de5b339: Pull complete 12:08:57 #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 6.3s 12:08:57 #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 6.5s 12:08:57 a69c41024577: Pull complete 12:08:58 d6de4b400683: Verifying Checksum 12:08:58 d6de4b400683: Download complete 12:08:59 #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 7.7s 12:08:59 #39 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 8.0s done 12:08:59 #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 8.2s 12:08:59 #39 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 8.0s done 12:08:59 #39 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 12:08:59 00f215d4a9da: Verifying Checksum 12:08:59 00f215d4a9da: Download complete 12:09:00 #39 ... 12:09:00 12:09:00 #46 [core-command internal] load build context 12:09:00 #46 transferring context: 493.68MB 23.3s done 12:09:01 #46 ... 12:09:01 12:09:01 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:09:01 #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 10.2s done 12:09:02 #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 11.5s done 12:09:02 #39 ... 12:09:02 12:09:02 #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:09:02 #66 DONE 27.2s 12:09:02 12:09:02 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:09:02 #39 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 12:09:02 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 11.8s 12:09:03 #39 ... 12:09:03 12:09:03 #57 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 12:09:03 #57 DONE 27.2s 12:09:03 12:09:03 #58 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 12:09:03 #58 DONE 27.2s 12:09:03 12:09:03 #50 [security-secretstore-setup internal] load build context 12:09:03 #50 DONE 32.3s 12:09:03 12:09:03 #48 [security-proxy-auth internal] load build context 12:09:03 #48 DONE 32.6s 12:09:03 12:09:03 #51 [support-notifications internal] load build context 12:09:03 #51 DONE 32.6s 12:09:03 12:09:03 #49 [core-metadata internal] load build context 12:09:03 #49 DONE 32.4s 12:09:03 12:09:03 #52 [core-data internal] load build context 12:09:03 #52 DONE 32.3s 12:09:03 12:09:03 #63 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 12:09:03 #63 DONE 27.4s 12:09:03 12:09:03 #45 [core-common-config-bootstrapper internal] load build context 12:09:03 #45 DONE 32.9s 12:09:03 12:09:03 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:09:03 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 9.44MB / 30.73MB 11.9s 12:09:03 #39 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 12:09:03 #39 ... 12:09:03 12:09:03 #47 [security-proxy-setup internal] load build context 12:09:03 #47 DONE 32.7s 12:09:03 12:09:03 #53 [core-keeper internal] load build context 12:09:03 #53 DONE 32.6s 12:09:03 12:09:03 #54 [security-spiffe-token-provider internal] load build context 12:09:03 #54 DONE 27.5s 12:09:03 12:09:03 #64 [security-bootstrapper internal] load build context 12:09:03 #64 DONE 27.5s 12:09:03 12:09:03 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:09:03 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 16.28MB / 30.73MB 12.0s 12:09:03 #39 ... 12:09:03 12:09:03 #56 [support-scheduler internal] load build context 12:09:03 #56 DONE 27.6s 12:09:03 12:09:03 #55 [support-cron-scheduler internal] load build context 12:09:03 #55 DONE 27.6s 12:09:03 12:09:03 #46 [core-command internal] load build context 12:09:03 #46 DONE 33.0s 12:09:03 12:09:03 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:09:03 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 22.02MB / 30.73MB 12.1s 12:09:03 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 12.3s 12:09:04 #39 ... 12:09:04 12:09:04 #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ 12:09:04 #73 DONE 0.7s 12:09:04 12:09:04 #74 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 12:09:04 #74 DONE 0.7s 12:09:04 12:09:04 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:09:04 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 12.4s done 12:09:04 #39 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 12:09:04 #39 ... 12:09:04 12:09:04 #75 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 12:09:04 #75 DONE 0.7s 12:09:04 12:09:04 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:09:05 #39 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.8s done 12:09:06 #39 ... 12:09:06 12:09:06 #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:09:06 #69 27.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:06 #69 27.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:06 #69 27.94 (1/1) Installing dumb-init (1.2.5-r2) 12:09:06 #69 27.94 Executing busybox-1.36.1-r7.trigger 12:09:06 #69 27.95 OK: 7 MiB in 16 packages 12:09:06 #69 DONE 30.1s 12:09:06 12:09:06 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:09:06 #71 27.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:06 #71 27.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:06 #71 28.03 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 12:09:06 #71 28.03 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 12:09:06 #71 28.03 OK: 20070 distinct packages available 12:09:06 #71 28.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:06 #71 28.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:06 #71 28.43 (1/11) Installing ca-certificates (20240226-r0) 12:09:06 #71 28.45 (2/11) Installing brotli-libs (1.0.9-r14) 12:09:06 #71 28.46 (3/11) Installing libunistring (1.1-r1) 12:09:06 #71 28.48 (4/11) Installing libidn2 (2.3.4-r1) 12:09:06 #71 28.49 (5/11) Installing nghttp2-libs (1.57.0-r0) 12:09:06 #71 28.49 (6/11) Installing libcurl (8.9.0-r0) 12:09:06 #71 28.50 (7/11) Installing curl (8.9.0-r0) 12:09:06 #71 28.51 (8/11) Installing dumb-init (1.2.5-r2) 12:09:06 #71 28.51 (9/11) Installing musl-obstack (1.2.3-r2) 12:09:06 #71 28.51 (10/11) Installing libucontext (1.2-r2) 12:09:06 #71 28.51 (11/11) Installing gcompat (1.1.0-r1) 12:09:06 #71 28.52 Executing busybox-1.36.1-r7.trigger 12:09:06 #71 28.53 Executing ca-certificates-20240226-r0.trigger 12:09:06 #71 28.64 OK: 12 MiB in 26 packages 12:09:06 #71 DONE 30.2s 12:09:06 12:09:06 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 12:09:06 #61 27.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:06 #61 27.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:06 #61 28.07 (1/4) Installing ca-certificates (20240226-r0) 12:09:06 #61 28.08 (2/4) Installing dumb-init (1.2.5-r2) 12:09:06 #61 28.09 (3/4) Installing su-exec (0.2-r3) 12:09:06 #61 28.11 (4/4) Installing yq (4.33.3-r5) 12:09:06 #61 28.16 Executing busybox-1.36.1-r7.trigger 12:09:06 #61 28.17 Executing ca-certificates-20240226-r0.trigger 12:09:06 #61 28.23 OK: 17 MiB in 19 packages 12:09:06 #61 DONE 30.2s 12:09:06 12:09:06 #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:09:06 #62 27.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:06 #62 27.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:06 #62 27.99 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 12:09:06 #62 27.99 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 12:09:06 #62 27.99 OK: 20070 distinct packages available 12:09:06 #62 28.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:06 #62 28.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:06 #62 28.47 (1/5) Installing dumb-init (1.2.5-r2) 12:09:06 #62 28.53 (2/5) Installing musl-obstack (1.2.3-r2) 12:09:06 #62 28.53 (3/5) Installing libucontext (1.2-r2) 12:09:06 #62 28.54 (4/5) Installing gcompat (1.1.0-r1) 12:09:06 #62 28.54 (5/5) Installing openssl (3.1.6-r0) 12:09:06 #62 28.55 Executing busybox-1.36.1-r7.trigger 12:09:06 #62 28.56 OK: 8 MiB in 20 packages 12:09:06 #62 DONE 30.2s 12:09:06 12:09:06 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 12:09:06 #60 27.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:06 #60 28.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:06 #60 28.42 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 12:09:06 #60 28.42 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 12:09:06 #60 28.42 OK: 20077 distinct packages available 12:09:06 #60 28.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:06 #60 28.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:06 #60 28.87 OK: 264 MiB in 52 packages 12:09:06 #60 DONE 30.7s 12:09:06 12:09:06 #70 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 12:09:06 #70 28.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:06 #70 28.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:06 #70 28.57 (1/2) Installing dumb-init (1.2.5-r2) 12:09:06 #70 28.58 (2/2) Installing su-exec (0.2-r3) 12:09:06 #70 28.58 Executing busybox-1.36.1-r7.trigger 12:09:06 #70 28.59 OK: 7 MiB in 17 packages 12:09:06 #70 DONE 30.3s 12:09:06 12:09:06 #67 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 12:09:06 #67 28.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:06 #67 28.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:06 #67 29.13 (1/2) Installing ca-certificates (20240226-r0) 12:09:06 #67 29.15 (2/2) Installing dumb-init (1.2.5-r2) 12:09:06 #67 29.15 Executing busybox-1.36.1-r7.trigger 12:09:06 #67 29.16 Executing ca-certificates-20240226-r0.trigger 12:09:06 #67 29.21 OK: 8 MiB in 17 packages 12:09:06 #67 DONE 30.3s 12:09:06 12:09:06 #72 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:09:06 #72 28.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:06 #72 28.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:06 #72 29.17 (1/4) Installing dumb-init (1.2.5-r2) 12:09:06 #72 29.18 (2/4) Installing openssl (3.1.6-r0) 12:09:06 #72 29.20 (3/4) Installing su-exec (0.2-r3) 12:09:06 #72 29.21 (4/4) Installing yq (4.33.3-r5) 12:09:06 #72 29.35 Executing busybox-1.36.1-r7.trigger 12:09:06 #72 29.36 OK: 17 MiB in 19 packages 12:09:06 #72 DONE 30.3s 12:09:06 12:09:06 #42 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 12:09:06 #42 27.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:06 #42 27.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:06 #42 28.11 (1/1) Installing dumb-init (1.2.5-r2) 12:09:06 #42 28.11 Executing busybox-1.36.1-r7.trigger 12:09:06 #42 28.11 OK: 7 MiB in 16 packages 12:09:06 #42 DONE 30.4s 12:09:06 12:09:06 #76 [core-command stage-1 3/9] RUN apk --no-cache upgrade 12:09:06 #76 ... 12:09:06 12:09:06 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:09:06 #68 28.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:06 #68 28.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:06 #68 29.13 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 12:09:06 #68 29.13 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 12:09:06 #68 29.13 OK: 20070 distinct packages available 12:09:06 #68 29.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:06 #68 29.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:06 #68 29.53 (1/4) Installing dumb-init (1.2.5-r2) 12:09:06 #68 29.62 (2/4) Installing musl-obstack (1.2.3-r2) 12:09:06 #68 29.62 (3/4) Installing libucontext (1.2-r2) 12:09:06 #68 29.62 (4/4) Installing gcompat (1.1.0-r1) 12:09:06 #68 29.63 Executing busybox-1.36.1-r7.trigger 12:09:06 #68 29.64 OK: 8 MiB in 19 packages 12:09:06 #68 DONE 30.3s 12:09:06 12:09:06 #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 12:09:06 #77 DONE 0.2s 12:09:06 12:09:06 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:09:06 #39 DONE 30.8s 12:09:06 12:09:06 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:09:06 #65 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 12:09:06 #65 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 12:09:06 #65 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done 12:09:06 #65 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done 12:09:06 #65 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 12:09:06 #65 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.2s done 12:09:06 #65 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 0.8s done 12:09:06 #65 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 12:09:06 #65 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.2s done 12:09:06 #65 DONE 30.6s 12:09:06 12:09:06 #78 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:09:07 #78 ... 12:09:07 12:09:07 #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:09:07 #59 DONE 31.2s 12:09:07 12:09:07 #79 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 12:09:09 #79 ... 12:09:09 12:09:09 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 12:09:09 #0 4.671 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:09 #0 5.213 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:09 #0 5.896 OK: 264 MiB in 52 packages 12:09:09 #80 DONE 6.0s 12:09:09 12:09:09 #81 [core-data stage-1 3/7] RUN apk --no-cache upgrade 12:09:09 #0 2.185 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:09 #0 2.267 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:09 #0 2.523 OK: 7 MiB in 16 packages 12:09:09 #81 DONE 2.7s 12:09:09 12:09:09 #82 [core-keeper builder 5/8] COPY go.mod vendor* ./ 12:09:09 #82 DONE 0.1s 12:09:09 12:09:09 #83 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:09:09 #83 ... 12:09:09 12:09:09 #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 12:09:09 #0 2.270 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:09 #0 2.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:09 #0 2.688 OK: 17 MiB in 19 packages 12:09:09 #84 DONE 2.8s 12:09:09 12:09:09 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 12:09:09 #0 2.339 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:09 #0 2.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:09 #0 2.741 OK: 12 MiB in 26 packages 12:09:09 #85 DONE 2.9s 12:09:09 12:09:09 #76 [core-command stage-1 3/9] RUN apk --no-cache upgrade 12:09:09 #76 2.516 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:09 #76 2.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:09 #76 2.925 OK: 7 MiB in 16 packages 12:09:09 #76 DONE 3.2s 12:09:09 12:09:09 #86 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 12:09:09 #0 2.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:09 #0 2.611 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:09 #0 2.891 OK: 8 MiB in 17 packages 12:09:09 #86 DONE 3.0s 12:09:09 12:09:09 #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 12:09:09 #0 2.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:09 #0 2.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:09 #0 2.940 OK: 8 MiB in 20 packages 12:09:09 #87 DONE 3.1s 12:09:09 12:09:09 #88 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:09:11 #88 DONE 1.5s 12:09:11 12:09:11 #89 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 12:09:11 #0 2.762 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:11 #0 2.863 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:11 #0 3.130 OK: 17 MiB in 19 packages 12:09:11 #89 DONE 4.4s 12:09:11 12:09:11 #90 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 12:09:11 #0 2.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:11 #0 2.719 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:11 #0 3.026 OK: 7 MiB in 17 packages 12:09:11 #90 DONE 4.5s 12:09:11 12:09:11 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 12:09:11 #0 2.847 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:11 #0 3.578 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:11 #0 3.957 OK: 8 MiB in 19 packages 12:09:11 #91 DONE 4.5s 12:09:11 12:09:11 #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 12:09:11 #92 DONE 1.5s 12:09:11 12:09:11 #93 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:09:11 #93 ... 12:09:11 12:09:11 #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 12:09:11 #94 DONE 0.2s 12:09:11 d6de4b400683: Pull complete 12:09:11 35cb2a7552d0: Pull complete 12:09:11 12:09:11 #95 [security-spire-server stage-2 5/9] COPY Attribution.txt / 12:09:11 #95 DONE 0.3s 12:09:11 12:09:11 #96 [security-spire-server stage-2 6/9] COPY security.txt / 12:09:12 4f4fb700ef54: Pull complete 12:09:12 464afbd9ba4c: Pull complete 12:09:12 #96 ... 12:09:12 12:09:12 #93 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:09:12 #93 DONE 1.5s 12:09:12 12:09:12 #79 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 12:09:12 #79 3.648 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:09:12 #79 4.132 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:09:12 #79 4.783 (1/1) Installing dumb-init (1.2.5-r2) 12:09:12 #79 5.099 Executing busybox-1.36.1-r7.trigger 12:09:12 #79 5.107 OK: 7 MiB in 16 packages 12:09:12 #79 DONE 5.2s 12:09:12 12:09:12 #96 [security-spire-server stage-2 6/9] COPY security.txt / 12:09:12 #96 DONE 1.2s 12:09:12 12:09:12 #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:09:12 #97 DONE 1.6s 12:09:12 12:09:12 #98 [security-spire-config stage-2 5/10] COPY Attribution.txt / 12:09:13 #98 DONE 0.1s 12:09:13 12:09:13 #99 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 12:09:13 #99 DONE 0.2s 12:09:13 12:09:13 #100 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 12:09:13 #100 DONE 0.2s 12:09:13 12:09:13 #101 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 12:09:13 #101 ... 12:09:13 12:09:13 #102 [security-spire-config stage-2 6/10] COPY security.txt / 12:09:13 #102 DONE 0.2s 12:09:13 12:09:13 #101 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 12:09:13 #101 DONE 0.2s 12:09:13 12:09:13 #103 [security-spire-agent stage-3 7/10] COPY security.txt / 12:09:13 #103 DONE 0.2s 12:09:13 12:09:13 #104 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 12:09:13 #104 DONE 0.1s 12:09:13 12:09:13 #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 12:09:13 #105 DONE 0.1s 12:09:13 12:09:13 #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 12:09:13 #106 DONE 0.1s 12:09:13 12:09:13 #107 [security-spire-server] exporting to image 12:09:13 #107 exporting layers 12:09:13 #107 ... 12:09:13 12:09:13 #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 12:09:13 #108 DONE 0.2s 12:09:13 12:09:13 #109 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 12:09:13 #109 DONE 2.3s 12:09:13 12:09:13 #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 12:09:13 #110 DONE 0.3s 12:09:13 12:09:13 #111 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 12:09:13 #111 DONE 0.1s 12:09:13 12:09:13 #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 12:09:13 #112 DONE 0.1s 12:09:13 12:09:13 #113 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 12:09:13 #113 DONE 0.2s 12:09:13 12:09:13 #107 [security-spire-agent] exporting to image 12:09:13 #107 ... 12:09:13 12:09:13 #114 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:09:14 #114 ... 12:09:14 12:09:14 #115 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:09:14 #115 ... 12:09:14 12:09:14 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:09:14 #116 ... 12:09:14 12:09:14 #107 [security-spire-server] exporting to image 12:09:14 #107 exporting layers 0.7s done 12:09:14 #107 writing image sha256:03842648a7eec109d75d12e0813d853a5e01b16f8c595692848ca6d4ce666ad9 done 12:09:14 #107 naming to docker.io/library/security-spire-server done 12:09:14 #107 exporting layers 0.8s done 12:09:14 #107 writing image sha256:df4e7755c4664d443f3cdbf5fd9fadbcf9e24a2df660229fdf7e67e3dd08d477 0.0s done 12:09:14 #107 naming to docker.io/library/security-spire-config done 12:09:14 #107 exporting layers 0.8s done 12:09:14 #107 writing image sha256:7f14e1c497eb72834293dfad54b290839fb68e4f3893749548c462917230181e done 12:09:14 #107 naming to docker.io/library/security-spire-agent done 12:09:14 #107 DONE 1.3s 12:09:14 12:09:14 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:09:22 00f215d4a9da: Pull complete 12:09:22 d496ad576159: Pull complete 12:09:22 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 12:09:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 12:09:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 12:09:23 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 12:09:23 WORKDIR /edgex 12:09:23 COPY go.mod . 12:09:23 RUN go mod download -t 12:09:23 ci-base-image-arm64 -f - . 12:09:23 Sending build context to Docker daemon 3.406MB 12:09:23 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 12:09:23 ---> f246e2811388 12:09:23 Step 2/4 : WORKDIR /edgex 12:09:26 ---> Running in fc17d0b6ee18 12:09:26 Removing intermediate container fc17d0b6ee18 12:09:26 ---> c9cabebf5b0d 12:09:26 Step 3/4 : COPY go.mod . 12:09:26 ---> 3d3f5b2ac737 12:09:26 Step 4/4 : RUN go mod download 12:09:26 ---> Running in f7c9cb07fb50 12:09:53 #116 ... 12:09:53 12:09:53 #83 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:09:53 #83 DONE 43.8s 12:09:53 12:09:53 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:09:53 #116 DONE 49.2s 12:09:53 12:09:53 #78 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:09:53 #78 DONE 46.3s 12:09:53 12:09:53 #114 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:09:53 #114 DONE 49.2s 12:09:53 12:09:53 #115 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:09:53 #115 DONE 49.2s 12:09:53 12:09:53 #117 [security-secretstore-setup builder 6/7] COPY . . 12:10:03 #117 ... 12:10:03 12:10:03 #118 [core-keeper builder 7/8] COPY . . 12:10:03 #118 ... 12:10:03 12:10:03 #119 [security-proxy-auth builder 6/7] COPY . . 12:10:03 #119 ... 12:10:03 12:10:03 #120 [security-spiffe-token-provider builder 6/7] COPY . . 12:10:03 #120 ... 12:10:03 12:10:03 #121 [support-notifications builder 6/7] COPY . . 12:10:06 #121 DONE 13.7s 12:10:06 12:10:06 #117 [security-secretstore-setup builder 6/7] COPY . . 12:10:06 #117 DONE 13.6s 12:10:06 12:10:06 #122 [security-proxy-setup builder 6/7] COPY . . 12:10:06 #122 CACHED 12:10:06 12:10:06 #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 12:10:06 #123 CACHED 12:10:06 12:10:06 #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:10:06 #124 CACHED 12:10:06 12:10:06 #125 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:10:06 #125 CACHED 12:10:06 12:10:06 #126 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 12:10:06 #126 CACHED 12:10:06 12:10:06 #127 [security-bootstrapper builder 6/7] COPY . . 12:10:06 #127 CACHED 12:10:06 12:10:06 #120 [security-spiffe-token-provider builder 6/7] COPY . . 12:10:06 #120 DONE 13.7s 12:10:06 12:10:06 #118 [core-keeper builder 7/8] COPY . . 12:10:06 #118 DONE 13.7s 12:10:06 12:10:06 #128 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 12:10:06 #128 ... 12:10:06 12:10:06 #129 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 12:10:06 #129 CACHED 12:10:06 12:10:06 #130 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:10:06 #130 CACHED 12:10:06 12:10:06 #131 [support-cron-scheduler builder 6/7] COPY . . 12:10:06 #131 CACHED 12:10:06 12:10:06 #119 [security-proxy-auth builder 6/7] COPY . . 12:10:06 #119 DONE 13.7s 12:10:06 12:10:06 #132 [core-metadata builder 4/7] COPY go.mod vendor* ./ 12:10:06 #132 CACHED 12:10:06 12:10:06 #133 [core-metadata builder 6/7] COPY . . 12:10:06 #133 CACHED 12:10:06 12:10:06 #134 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:10:06 #134 CACHED 12:10:06 12:10:06 #135 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:10:06 #135 CACHED 12:10:06 12:10:06 #136 [core-data builder 6/7] COPY . . 12:10:06 #136 CACHED 12:10:06 12:10:06 #137 [core-data builder 4/7] COPY go.mod vendor* ./ 12:10:06 #137 CACHED 12:10:06 12:10:06 #138 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 12:10:06 #138 CACHED 12:10:06 12:10:06 #139 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:10:06 #139 CACHED 12:10:06 12:10:06 #140 [support-scheduler builder 6/7] COPY . . 12:10:06 #140 CACHED 12:10:06 12:10:06 #141 [core-command builder 4/7] COPY go.mod vendor* ./ 12:10:06 #141 CACHED 12:10:06 12:10:06 #142 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:10:06 #142 CACHED 12:10:06 12:10:06 #143 [core-command builder 6/7] COPY . . 12:10:06 #143 CACHED 12:10:06 12:10:06 #144 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 12:10:06 #144 CACHED 12:10:06 12:10:06 #145 [core-common-config-bootstrapper builder 6/7] COPY . . 12:10:06 #145 CACHED 12:10:06 12:10:06 #146 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:10:06 #146 CACHED 12:10:07 12:10:07 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:10:08 #147 1.661 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 12:10:18 #147 ... 12:10:18 12:10:18 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:10:18 #0 1.608 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:10:18 #148 ... 12:10:18 12:10:18 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 12:10:18 #0 1.294 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:10:18 #149 ... 12:10:18 12:10:18 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 12:10:18 #0 1.314 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 12:10:18 #150 ... 12:10:18 12:10:18 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 12:10:18 #0 0.750 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 12:10:18 #151 ... 12:10:18 12:10:18 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 12:10:18 #0 0.521 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 12:10:18 #152 ... 12:10:18 12:10:18 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 12:10:18 #0 1.315 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 12:10:18 #153 ... 12:10:18 12:10:18 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 12:10:18 #0 0.440 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:10:18 #154 ... 12:10:18 12:10:18 #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:10:18 #0 0.800 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 12:10:19 #155 ... 12:10:19 12:10:19 #128 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 12:10:19 #128 1.332 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 12:10:19 #128 ... 12:10:19 12:10:19 #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 12:10:19 #0 1.328 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:10:19 #156 ... 12:10:19 12:10:19 #157 [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:10:19 #0 1.635 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:10:19 #157 ... 12:10:19 12:10:19 #158 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 12:10:19 #0 0.798 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 12:10:34 Removing intermediate container f7c9cb07fb50 12:10:34 ---> 3406351f35ce 12:10:34 Successfully built 3406351f35ce 12:10:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:10:35 + docker inspect -f . ci-base-image-arm64 12:10:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:10:35 prd-ubuntu20.04-docker-arm64-4c-16g-7301 does not seem to be running inside a container 12:10:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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:10:36 $ docker top 1cfcc79f2cbdc8d65c20a00185ef430f75edc10bf87c6d9495f6424eea4687fd -eo pid,comm [Pipeline] { [Pipeline] sh 12:10:37 + go version 12:10:37 go version go1.21.9 linux/arm64 [Pipeline] } 12:10:37 $ docker stop --time=1 1cfcc79f2cbdc8d65c20a00185ef430f75edc10bf87c6d9495f6424eea4687fd 12:10:39 $ docker rm -f --volumes 1cfcc79f2cbdc8d65c20a00185ef430f75edc10bf87c6d9495f6424eea4687fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:10:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:10:40 12:10:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:10:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:10:40 latest: Pulling from edgex-devops/edgex-compose-arm64 12:10:40 547446be3368: Pulling fs layer 12:10:40 d125d8839a47: Pulling fs layer 12:10:40 3e85d5ac6304: Pulling fs layer 12:10:40 c3105a71a48b: Pulling fs layer 12:10:40 0f093f025ec4: Pulling fs layer 12:10:40 c3106fc0e877: Pulling fs layer 12:10:40 c3105a71a48b: Waiting 12:10:40 0f093f025ec4: Waiting 12:10:40 c3106fc0e877: Waiting 12:10:40 547446be3368: Verifying Checksum 12:10:40 547446be3368: Download complete 12:10:40 c3105a71a48b: Download complete 12:10:41 d125d8839a47: Verifying Checksum 12:10:41 d125d8839a47: Download complete 12:10:41 c3106fc0e877: Verifying Checksum 12:10:41 c3106fc0e877: Download complete 12:10:41 0f093f025ec4: Verifying Checksum 12:10:41 0f093f025ec4: Download complete 12:10:41 547446be3368: Pull complete 12:10:43 d125d8839a47: Pull complete 12:10:46 3e85d5ac6304: Verifying Checksum 12:10:46 3e85d5ac6304: Download complete 12:10:56 3e85d5ac6304: Pull complete 12:10:56 c3105a71a48b: Pull complete 12:10:57 0f093f025ec4: Pull complete 12:10:58 c3106fc0e877: Pull complete 12:10:58 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 12:10:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:10:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:10:58 prd-ubuntu20.04-docker-arm64-4c-16g-7301 does not seem to be running inside a container 12:10:58 $ 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/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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:11:00 $ docker top ff290d6a965b277d166579d2eeddae788645f5a30b4fa61336719e040c716a8f -eo pid,comm [Pipeline] { [Pipeline] sh 12:11:01 + docker compose -f ./docker-compose-build.yml build --parallel 12:11:14 #1 [core-command internal] load build definition from Dockerfile 12:11:14 #1 transferring dockerfile: 1.93kB done 12:11:14 #1 DONE 0.1s 12:11:14 12:11:14 #2 [core-data internal] load build definition from Dockerfile 12:11:14 #2 transferring dockerfile: 2.01kB done 12:11:14 #2 DONE 0.0s 12:11:14 12:11:14 #3 [security-spiffe-token-provider internal] load build definition from Dockerfile 12:11:14 #3 transferring dockerfile: 1.89kB done 12:11:14 #3 DONE 0.1s 12:11:14 12:11:14 #4 [security-secretstore-setup internal] load build definition from Dockerfile 12:11:14 #4 transferring dockerfile: 2.49kB done 12:11:14 #4 DONE 0.1s 12:11:14 12:11:14 #5 [security-bootstrapper internal] load build definition from Dockerfile 12:11:14 #5 transferring dockerfile: 3.17kB done 12:11:14 #5 DONE 0.1s 12:11:14 12:11:14 #6 [support-notifications internal] load build definition from Dockerfile 12:11:14 #6 transferring dockerfile: 1.95kB 0.0s done 12:11:14 #6 DONE 0.1s 12:11:14 12:11:14 #7 [support-scheduler internal] load build definition from Dockerfile 12:11:14 #7 transferring dockerfile: 1.93kB 0.0s done 12:11:14 #7 DONE 0.1s 12:11:14 12:11:14 #8 [security-spire-server internal] load build definition from Dockerfile 12:11:14 #8 transferring dockerfile: 1.70kB 0.0s done 12:11:14 #8 DONE 0.1s 12:11:14 12:11:14 #9 [core-keeper internal] load build definition from Dockerfile 12:11:14 #9 transferring dockerfile: 2.01kB 0.0s done 12:11:14 #9 DONE 0.1s 12:11:14 12:11:14 #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile 12:11:14 #10 transferring dockerfile: 2.23kB 0.0s done 12:11:14 #10 DONE 0.1s 12:11:14 12:11:14 #11 [security-spire-config internal] load build definition from Dockerfile 12:11:14 #11 transferring dockerfile: 1.69kB done 12:11:14 #11 DONE 0.1s 12:11:14 12:11:14 #12 [security-spire-agent internal] load build definition from Dockerfile 12:11:14 #12 transferring dockerfile: 1.81kB done 12:11:14 #12 DONE 0.1s 12:11:14 12:11:14 #13 [support-cron-scheduler internal] load build definition from Dockerfile 12:11:14 #13 transferring dockerfile: 1.85kB done 12:11:14 #13 DONE 0.1s 12:11:14 12:11:14 #14 [core-metadata internal] load build definition from Dockerfile 12:11:14 #14 transferring dockerfile: 2.06kB done 12:11:14 #14 DONE 0.1s 12:11:14 12:11:14 #15 [security-proxy-setup internal] load build definition from Dockerfile 12:11:14 #15 transferring dockerfile: 2.50kB done 12:11:14 #15 DONE 0.1s 12:11:14 12:11:14 #16 [security-proxy-auth internal] load build definition from Dockerfile 12:11:14 #16 transferring dockerfile: 2.15kB 0.0s done 12:11:14 #16 DONE 0.1s 12:11:14 12:11:14 #17 [core-command internal] load .dockerignore 12:11:14 #17 transferring context: 50B done 12:11:14 #17 DONE 0.1s 12:11:15 12:11:15 #18 [core-data internal] load .dockerignore 12:11:15 #18 transferring context: 50B done 12:11:15 #18 DONE 0.0s 12:11:15 12:11:15 #19 [security-spiffe-token-provider internal] load .dockerignore 12:11:15 #19 transferring context: 50B 0.0s done 12:11:15 #19 DONE 0.1s 12:11:15 12:11:15 #20 [security-secretstore-setup internal] load .dockerignore 12:11:15 #20 transferring context: 50B 0.0s done 12:11:15 #20 DONE 0.1s 12:11:15 12:11:15 #21 [security-bootstrapper internal] load .dockerignore 12:11:15 #21 transferring context: 50B 0.0s done 12:11:15 #21 DONE 0.1s 12:11:15 12:11:15 #22 [support-notifications internal] load .dockerignore 12:11:15 #22 transferring context: 50B 0.0s done 12:11:15 #22 DONE 0.1s 12:11:15 12:11:15 #23 [support-scheduler internal] load .dockerignore 12:11:15 #23 transferring context: 50B 0.0s done 12:11:15 #23 DONE 0.1s 12:11:15 12:11:15 #24 [security-spire-server internal] load .dockerignore 12:11:15 #24 transferring context: 50B 0.0s done 12:11:15 #24 DONE 0.1s 12:11:15 12:11:15 #25 [core-keeper internal] load .dockerignore 12:11:15 #25 transferring context: 50B done 12:11:15 #25 DONE 0.1s 12:11:15 12:11:15 #26 [core-common-config-bootstrapper internal] load .dockerignore 12:11:15 #26 transferring context: 50B done 12:11:15 #26 DONE 0.1s 12:11:15 12:11:15 #27 [security-spire-config internal] load .dockerignore 12:11:15 #27 transferring context: 50B 0.0s done 12:11:15 #27 DONE 0.1s 12:11:15 12:11:15 #28 [security-spire-agent internal] load .dockerignore 12:11:15 #28 transferring context: 50B 0.0s done 12:11:15 #28 DONE 0.1s 12:11:15 12:11:15 #29 [core-metadata internal] load .dockerignore 12:11:15 #29 DONE 0.0s 12:11:15 12:11:15 #30 [support-cron-scheduler internal] load .dockerignore 12:11:15 #30 transferring context: 50B 0.0s done 12:11:16 #30 ... 12:11:16 12:11:16 #29 [core-metadata internal] load .dockerignore 12:11:16 #29 transferring context: 50B 0.0s done 12:11:16 #29 DONE 0.1s 12:11:16 12:11:16 #31 [security-proxy-setup internal] load .dockerignore 12:11:16 #31 transferring context: 50B 0.0s done 12:11:16 #31 DONE 0.1s 12:11:16 12:11:16 #32 [security-proxy-auth internal] load .dockerignore 12:11:16 #32 transferring context: 50B done 12:11:16 #32 DONE 0.0s 12:11:16 12:11:16 #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:11:16 #33 DONE 0.0s 12:11:16 12:11:16 #34 [core-command internal] load metadata for docker.io/library/alpine:3.18 12:11:16 #34 DONE 0.2s 12:11:16 12:11:16 #35 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:11:16 #35 DONE 0.0s 12:11:16 12:11:16 #30 [support-cron-scheduler internal] load .dockerignore 12:11:17 #30 ... 12:11:17 12:11:17 #36 [core-command internal] load build context 12:11:17 #36 transferring context: 2.98MB 0.8s done 12:11:17 #36 DONE 1.0s 12:11:17 12:11:17 #35 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:11:17 #35 DONE 1.1s 12:11:17 12:11:17 #37 [core-command builder 2/7] WORKDIR /edgex-go 12:11:17 #37 DONE 0.4s 12:11:17 12:11:17 #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:11:17 #33 DONE 0.0s 12:11:17 12:11:17 #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 12:11:17 #34 DONE 0.3s 12:11:17 12:11:17 #35 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:11:17 #35 DONE 1.9s 12:11:17 12:11:17 #38 [core-data internal] load build context 12:11:17 #38 ... 12:11:17 12:11:17 #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:11:17 #33 DONE 0.0s 12:11:17 12:11:17 #38 [core-data internal] load build context 12:11:17 #38 ... 12:11:17 12:11:17 #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:11:17 #33 DONE 0.0s 12:11:17 12:11:17 #38 [core-data internal] load build context 12:11:18 #38 ... 12:11:18 12:11:18 #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:11:18 #33 DONE 0.0s 12:11:18 12:11:18 #35 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:11:18 #35 DONE 1.9s 12:11:18 12:11:18 #37 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 12:11:18 #37 DONE 0.5s 12:11:18 12:11:18 #38 [core-data internal] load build context 12:11:18 #38 ... 12:11:18 12:11:18 #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:11:18 #33 DONE 0.0s 12:11:18 12:11:18 #38 [core-data internal] load build context 12:11:18 #38 ... 12:11:18 12:11:18 #35 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:11:18 #35 DONE 1.9s 12:11:18 12:11:18 #37 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 12:11:18 #37 DONE 0.5s 12:11:18 12:11:18 #38 [core-data internal] load build context 12:11:19 #38 ... 12:11:19 12:11:19 #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:11:19 #33 DONE 0.0s 12:11:19 12:11:19 #34 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 12:11:19 #34 DONE 1.3s 12:11:19 12:11:19 #39 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:11:19 #39 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:11:19 #39 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:11:19 #39 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:11:19 #39 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:11:19 #39 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:11:19 #39 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:11:19 #39 DONE 3.2s 12:11:19 12:11:19 #35 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:11:19 #35 DONE 1.9s 12:11:19 12:11:19 #37 [support-scheduler builder 2/7] WORKDIR /edgex-go 12:11:19 #37 DONE 0.5s 12:11:19 12:11:19 #39 [support-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:11:19 #39 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:11:19 #39 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:11:19 #39 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:11:19 #39 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:11:19 #39 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:11:19 #39 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:11:19 #39 DONE 3.2s 12:11:19 12:11:19 #38 [core-data internal] load build context 12:11:19 #38 ... 12:11:19 12:11:19 #35 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:11:19 #35 DONE 2.0s 12:11:19 12:11:19 #37 [core-keeper builder 2/7] WORKDIR /edgex-go 12:11:19 #37 DONE 0.6s 12:11:19 12:11:19 #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:11:19 #33 DONE 0.0s 12:11:19 12:11:19 #40 [security-spiffe-token-provider internal] load build context 12:11:19 #40 transferring context: 2.98MB 1.1s done 12:11:19 #40 DONE 1.4s 12:11:19 12:11:19 #39 [core-keeper stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:11:19 #39 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:11:19 #39 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:11:19 #39 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:11:19 #39 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:11:19 #39 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:11:19 #39 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:11:19 #39 DONE 3.3s 12:11:19 12:11:19 #38 [core-data internal] load build context 12:11:19 #38 transferring context: 2.98MB 1.6s done 12:11:19 #38 DONE 1.8s 12:11:19 12:11:19 #41 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 12:11:19 #41 ... 12:11:19 12:11:19 #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:11:19 #33 DONE 0.0s 12:11:19 12:11:19 #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:11:19 #33 DONE 0.0s 12:11:19 12:11:19 #42 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 12:11:20 #42 ... 12:11:20 12:11:20 #43 [security-secretstore-setup internal] load build context 12:11:20 #43 transferring context: 2.98MB 1.4s done 12:11:20 #43 DONE 1.8s 12:11:20 12:11:20 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:11:20 #33 DONE 0.0s 12:11:20 12:11:20 #44 [support-notifications internal] load build context 12:11:20 #44 transferring context: 2.98MB 1.2s done 12:11:20 #44 DONE 1.8s 12:11:20 12:11:20 #45 [security-bootstrapper internal] load build context 12:11:20 #45 transferring context: 2.98MB 1.4s done 12:11:20 #45 ... 12:11:20 12:11:20 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:11:20 #33 DONE 0.0s 12:11:20 12:11:20 #34 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 12:11:20 #34 ... 12:11:20 12:11:20 #45 [security-bootstrapper internal] load build context 12:11:20 #45 DONE 2.1s 12:11:20 12:11:20 #46 [core-keeper internal] load build context 12:11:20 #46 ... 12:11:20 12:11:20 #35 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:11:20 #35 DONE 2.2s 12:11:20 12:11:20 #37 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 12:11:20 #37 DONE 0.8s 12:11:20 12:11:20 #39 [security-proxy-auth stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:11:20 #39 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:11:20 #39 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:11:20 #39 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:11:20 #39 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:11:20 #39 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:11:20 #39 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:11:20 #39 DONE 3.5s 12:11:20 12:11:20 #34 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 12:11:20 #34 DONE 3.1s 12:11:20 12:11:20 #46 [core-keeper internal] load build context 12:11:21 #46 ... 12:11:21 12:11:21 #35 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:11:21 #35 DONE 2.2s 12:11:21 12:11:21 #37 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 12:11:21 #37 DONE 0.8s 12:11:21 12:11:21 #39 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:11:21 #39 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:11:21 #39 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:11:21 #39 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:11:21 #39 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:11:21 #39 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:11:21 #39 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:11:21 #39 DONE 3.5s 12:11:21 12:11:21 #46 [core-keeper internal] load build context 12:11:21 #46 ... 12:11:21 12:11:21 #35 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:11:21 #35 DONE 2.2s 12:11:21 12:11:21 #37 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 12:11:21 #37 DONE 0.8s 12:11:21 12:11:21 #39 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:11:21 #39 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:11:21 #39 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:11:21 #39 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:11:21 #39 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:11:21 #39 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:11:21 #39 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:11:21 #39 DONE 3.5s 12:11:21 12:11:21 #46 [core-keeper internal] load build context 12:11:21 #46 transferring context: 2.98MB 1.9s done 12:11:22 #46 DONE 3.2s 12:11:22 12:11:22 #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:11:23 #47 ... 12:11:23 12:11:23 #48 [support-scheduler internal] load build context 12:11:23 #48 transferring context: 2.98MB 2.6s done 12:11:23 #48 DONE 4.3s 12:11:23 12:11:23 #49 [core-metadata internal] load build context 12:11:23 #49 ... 12:11:23 12:11:23 #41 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 12:11:23 #41 DONE 3.9s 12:11:23 12:11:23 #49 [core-metadata internal] load build context 12:11:23 #49 ... 12:11:23 12:11:23 #50 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 12:11:23 #50 DONE 5.2s 12:11:24 12:11:24 #49 [core-metadata internal] load build context 12:11:24 #49 ... 12:11:24 12:11:24 #39 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:11:24 #39 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:11:24 #39 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:11:24 #39 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:11:24 #39 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:11:24 #39 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:11:24 #39 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:11:24 #39 DONE 3.5s 12:11:24 12:11:24 #49 [core-metadata internal] load build context 12:11:24 #49 ... 12:11:24 12:11:24 #39 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 12:11:24 #39 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 12:11:24 #39 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 12:11:24 #39 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 12:11:24 #39 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 12:11:24 #39 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 12:11:24 #39 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 12:11:24 #39 DONE 3.5s 12:11:24 12:11:24 #49 [core-metadata internal] load build context 12:11:25 #49 ... 12:11:25 12:11:25 #51 [security-spire-config internal] load build context 12:11:25 #51 transferring context: 25.85kB 0.4s done 12:11:25 #51 DONE 1.3s 12:11:25 12:11:25 #49 [core-metadata internal] load build context 12:11:26 #49 ... 12:11:26 12:11:26 #52 [security-spire-server internal] load build context 12:11:26 #52 transferring context: 27.60kB 0.2s done 12:11:26 #52 DONE 1.9s 12:11:26 12:11:26 #49 [core-metadata internal] load build context 12:11:27 #49 ... 12:11:27 12:11:27 #53 [security-spire-agent internal] load build context 12:11:27 #53 transferring context: 27.13kB 0.3s done 12:11:27 #53 DONE 2.1s 12:11:27 12:11:27 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:27 #54 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.5s done 12:11:27 #54 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 12:11:27 #54 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 12:11:27 #54 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 12:11:27 #54 ... 12:11:27 12:11:27 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 12:11:27 #55 ... 12:11:27 12:11:27 #56 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 12:11:27 #0 9.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:27 #0 10.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:27 #56 ... 12:11:27 12:11:27 #49 [core-metadata internal] load build context 12:11:28 #49 ... 12:11:28 12:11:28 #57 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 12:11:28 #57 ... 12:11:28 12:11:28 #49 [core-metadata internal] load build context 12:11:28 #49 ... 12:11:28 12:11:28 #58 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 12:11:28 #58 ... 12:11:28 12:11:28 #49 [core-metadata internal] load build context 12:11:29 #49 ... 12:11:29 12:11:29 #59 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:11:29 #59 ... 12:11:29 12:11:29 #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 12:11:29 #60 ... 12:11:29 12:11:29 #61 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 12:11:29 #61 ... 12:11:29 12:11:29 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:29 #54 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.8s done 12:11:29 #54 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 1.0s 12:11:29 #54 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 12:11:29 #54 ... 12:11:29 12:11:29 #59 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:11:29 #59 DONE 10.4s 12:11:29 12:11:29 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:29 #54 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.1s 12:11:29 #54 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.1s done 12:11:29 #54 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 1.1s 12:11:29 #54 ... 12:11:29 12:11:29 #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:11:29 #62 ... 12:11:29 12:11:29 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:11:29 #63 ... 12:11:29 12:11:29 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:29 #54 ... 12:11:29 12:11:29 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:11:29 #64 ... 12:11:29 12:11:29 #65 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 12:11:30 #65 ... 12:11:30 12:11:30 #66 [core-common-config-bootstrapper internal] load build context 12:11:30 #66 transferring context: 2.98MB 6.7s done 12:11:30 #66 DONE 8.7s 12:11:30 12:11:30 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:30 #54 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.5s done 12:11:30 #54 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.7s 12:11:30 #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 1.7s 12:11:30 #54 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.5s done 12:11:31 #54 ... 12:11:31 12:11:31 #49 [core-metadata internal] load build context 12:11:31 #49 transferring context: 2.98MB 7.4s done 12:11:31 #49 DONE 9.8s 12:11:31 12:11:31 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:31 #54 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.2s done 12:11:31 #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.26MB / 28.04MB 2.7s 12:11:31 #54 ... 12:11:31 12:11:31 #67 [security-proxy-setup internal] load build context 12:11:31 #67 transferring context: 2.98MB 7.1s done 12:11:31 #67 ... 12:11:31 12:11:31 #68 [support-cron-scheduler internal] load build context 12:11:31 #68 transferring context: 2.98MB 7.7s done 12:11:31 #68 DONE 10.2s 12:11:31 12:11:31 #69 [security-proxy-auth internal] load build context 12:11:31 #69 ... 12:11:31 12:11:31 #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 12:11:31 #60 12.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:31 #60 ... 12:11:31 12:11:31 #67 [security-proxy-setup internal] load build context 12:11:31 #67 DONE 10.8s 12:11:31 12:11:31 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:32 #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.19MB / 28.04MB 3.8s 12:11:32 #54 ... 12:11:32 12:11:32 #56 [core-command builder 3/7] RUN apk add --update --no-cache make git 12:11:32 #56 12.89 OK: 266 MiB in 52 packages 12:11:32 #56 DONE 15.8s 12:11:32 12:11:32 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:32 #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.29MB / 28.04MB 4.2s 12:11:33 #54 ... 12:11:33 12:11:33 #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:11:33 #62 DONE 13.4s 12:11:33 12:11:33 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:33 #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 8.39MB / 28.04MB 4.8s 12:11:33 #54 ... 12:11:33 12:11:33 #69 [security-proxy-auth internal] load build context 12:11:33 #69 transferring context: 2.98MB 10.6s done 12:11:33 #69 DONE 12.2s 12:11:33 12:11:33 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:33 #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.49MB / 28.04MB 5.4s 12:11:34 #54 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 12:11:34 #54 ... 12:11:34 12:11:34 #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:11:34 #70 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.5s done 12:11:34 #70 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 12:11:34 #70 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 12:11:34 #70 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 12:11:34 #70 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.7s done 12:11:34 #70 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.4s done 12:11:34 #70 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.1s done 12:11:34 #70 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 4.54MB / 18.32MB 6.1s 12:11:34 #70 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 3.7s done 12:11:34 #70 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 12:11:34 #70 ... 12:11:34 12:11:34 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:34 #54 ... 12:11:34 12:11:34 #57 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 12:11:34 #57 10.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:34 #57 12.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:34 #57 15.49 OK: 266 MiB in 52 packages 12:11:34 #57 DONE 16.9s 12:11:34 12:11:34 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:34 #54 ... 12:11:34 12:11:34 #71 [core-command builder 4/7] COPY go.mod vendor* ./ 12:11:34 #71 DONE 2.2s 12:11:34 12:11:34 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:34 #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.58MB / 28.04MB 6.7s 12:11:35 #54 ... 12:11:35 12:11:35 #72 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:11:35 #72 ... 12:11:35 12:11:35 #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:11:35 #73 ... 12:11:35 12:11:35 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:36 #54 ... 12:11:36 12:11:36 #58 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 12:11:36 #58 10.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:36 #58 12.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:36 #58 16.49 OK: 266 MiB in 52 packages 12:11:36 #58 DONE 17.9s 12:11:36 12:11:36 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:36 #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.68MB / 28.04MB 7.9s 12:11:36 #54 ... 12:11:36 12:11:36 #74 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 12:11:36 #74 DONE 1.6s 12:11:36 12:11:36 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:36 #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.83MB / 28.04MB 8.4s 12:11:37 #54 ... 12:11:37 12:11:37 #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ 12:11:37 #75 DONE 1.2s 12:11:37 12:11:37 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:37 #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.92MB / 28.04MB 8.8s 12:11:37 #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.45MB / 28.04MB 9.1s 12:11:38 #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.12MB / 28.04MB 9.8s 12:11:38 #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.21MB / 28.04MB 10.2s 12:11:38 #54 ... 12:11:38 12:11:38 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 12:11:38 #55 10.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:38 #55 11.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:38 #55 16.02 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 12:11:38 #55 16.02 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 12:11:38 #55 16.02 OK: 19953 distinct packages available 12:11:38 #55 17.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:38 #55 19.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:38 #55 ... 12:11:38 12:11:38 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:39 #54 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done 12:11:39 #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 10.8s 12:11:39 #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 10.9s done 12:11:39 #54 ... 12:11:39 12:11:39 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 12:11:39 #76 ... 12:11:39 12:11:39 #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:11:39 #70 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 10.7s done 12:11:39 #70 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done 12:11:39 #70 ... 12:11:39 12:11:39 #72 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:11:39 #72 14.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:40 #72 ... 12:11:40 12:11:40 #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 12:11:40 #60 13.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:40 #60 19.23 (1/2) Installing dumb-init (1.2.5-r2) 12:11:40 #60 19.23 (2/2) Installing su-exec (0.2-r3) 12:11:40 #60 19.24 Executing busybox-1.36.1-r7.trigger 12:11:40 #60 19.41 OK: 8 MiB in 17 packages 12:11:40 #60 DONE 21.4s 12:11:40 12:11:40 #77 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 12:11:42 #77 ... 12:11:42 12:11:42 #61 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 12:11:42 #61 13.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:42 #61 15.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:42 #61 21.29 (1/1) Installing dumb-init (1.2.5-r2) 12:11:42 #61 21.39 Executing busybox-1.36.1-r7.trigger 12:11:42 #61 21.50 OK: 8 MiB in 16 packages 12:11:42 #61 ... 12:11:42 12:11:42 #72 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:11:42 #72 17.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:42 #72 ... 12:11:42 12:11:42 #61 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 12:11:42 #61 DONE 24.7s 12:11:42 12:11:42 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:11:42 #63 13.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:42 #63 15.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:42 #63 21.59 (1/1) Installing dumb-init (1.2.5-r2) 12:11:42 #63 21.68 Executing busybox-1.36.1-r7.trigger 12:11:42 #63 21.83 OK: 8 MiB in 16 packages 12:11:42 #63 ... 12:11:42 12:11:42 #78 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 12:11:42 #0 9.838 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:43 #78 ... 12:11:43 12:11:43 #79 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 12:11:43 #79 ... 12:11:43 12:11:43 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:11:43 #64 13.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:43 #64 15.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:43 #64 21.32 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 12:11:43 #64 21.32 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 12:11:43 #64 21.32 OK: 19946 distinct packages available 12:11:43 #64 22.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:43 #64 ... 12:11:43 12:11:43 #42 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 12:11:43 #42 13.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:43 #42 16.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:43 #42 21.73 (1/4) Installing ca-certificates (20240226-r0) 12:11:43 #42 22.32 (2/4) Installing dumb-init (1.2.5-r2) 12:11:43 #42 22.35 (3/4) Installing su-exec (0.2-r3) 12:11:43 #42 22.40 (4/4) Installing yq (4.33.3-r5) 12:11:44 #42 ... 12:11:44 12:11:44 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 12:11:44 #55 25.40 OK: 266 MiB in 52 packages 12:11:44 #55 ... 12:11:44 12:11:44 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:11:44 #63 DONE 24.6s 12:11:44 12:11:44 #65 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 12:11:44 #65 14.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:44 #65 16.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:44 #65 22.65 (1/2) Installing ca-certificates (20240226-r0) 12:11:44 #65 23.22 (2/2) Installing dumb-init (1.2.5-r2) 12:11:44 #65 23.23 Executing busybox-1.36.1-r7.trigger 12:11:44 #65 23.39 Executing ca-certificates-20240226-r0.trigger 12:11:44 #65 ... 12:11:44 12:11:44 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 12:11:44 #80 ... 12:11:44 12:11:44 #81 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:11:44 #81 ... 12:11:44 12:11:44 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:44 #54 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0.7s 12:11:46 #54 ... 12:11:46 12:11:46 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 12:11:46 #55 DONE 28.3s 12:11:46 12:11:46 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:46 #54 ... 12:11:46 12:11:46 #82 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:11:46 #82 ... 12:11:46 12:11:46 #83 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 12:11:47 #83 ... 12:11:47 12:11:47 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 12:11:47 #65 24.59 OK: 9 MiB in 17 packages 12:11:47 #65 DONE 27.7s 12:11:47 12:11:47 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 12:11:47 #76 12.43 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:47 #76 15.62 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:47 #76 ... 12:11:47 12:11:47 #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:11:47 #84 ... 12:11:47 12:11:47 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:48 #54 ... 12:11:48 12:11:48 #83 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 12:11:48 #83 DONE 2.0s 12:11:48 12:11:48 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:48 #54 ... 12:11:48 12:11:48 #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:11:48 #47 15.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:48 #47 18.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:48 #47 ... 12:11:48 12:11:48 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:48 #54 ... 12:11:48 12:11:48 #42 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 12:11:48 #42 24.43 Executing busybox-1.36.1-r7.trigger 12:11:48 #42 24.67 Executing ca-certificates-20240226-r0.trigger 12:11:48 #42 26.89 OK: 18 MiB in 19 packages 12:11:48 #42 DONE 28.9s 12:11:48 12:11:48 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:49 #54 ... 12:11:49 12:11:49 #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:11:49 #73 13.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:49 #73 16.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:49 #73 ... 12:11:49 12:11:49 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:50 #54 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.8s 12:11:51 #54 ... 12:11:51 12:11:51 #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:11:51 #70 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 9.9s 12:11:51 #70 ... 12:11:51 12:11:51 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:53 #54 ... 12:11:53 12:11:53 #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:11:53 #47 27.36 (1/4) Installing dumb-init (1.2.5-r2) 12:11:53 #47 27.42 (2/4) Installing openssl (3.1.6-r0) 12:11:53 #47 27.58 (3/4) Installing su-exec (0.2-r3) 12:11:53 #47 27.62 (4/4) Installing yq (4.33.3-r5) 12:11:53 #47 28.84 Executing busybox-1.36.1-r7.trigger 12:11:53 #47 29.09 OK: 18 MiB in 19 packages 12:11:53 #47 DONE 31.4s 12:11:53 12:11:53 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:54 #54 ... 12:11:54 12:11:54 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:11:54 #64 24.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:54 #64 32.26 (1/11) Installing ca-certificates (20240226-r0) 12:11:54 #64 32.67 (2/11) Installing brotli-libs (1.0.9-r14) 12:11:54 #64 32.79 (3/11) Installing libunistring (1.1-r1) 12:11:54 #64 33.06 (4/11) Installing libidn2 (2.3.4-r1) 12:11:54 #64 33.14 (5/11) Installing nghttp2-libs (1.57.0-r0) 12:11:54 #64 33.19 (6/11) Installing libcurl (8.9.0-r0) 12:11:54 #64 33.32 (7/11) Installing curl (8.9.0-r0) 12:11:54 #64 33.41 (8/11) Installing dumb-init (1.2.5-r2) 12:11:54 #64 33.42 (9/11) Installing musl-obstack (1.2.3-r2) 12:11:54 #64 33.46 (10/11) Installing libucontext (1.2-r2) 12:11:54 #64 33.49 (11/11) Installing gcompat (1.1.0-r1) 12:11:54 #64 33.59 Executing busybox-1.36.1-r7.trigger 12:11:54 #64 33.80 Executing ca-certificates-20240226-r0.trigger 12:11:54 #64 ... 12:11:54 12:11:54 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:55 #54 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.8s 12:11:55 #54 ... 12:11:55 12:11:55 #78 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 12:11:55 #78 12.90 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:55 #78 21.41 (1/1) Installing dumb-init (1.2.5-r2) 12:11:55 #78 22.43 Executing busybox-1.36.1-r7.trigger 12:11:55 #78 22.55 OK: 8 MiB in 16 packages 12:11:55 #78 ... 12:11:55 12:11:55 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:56 #54 ... 12:11:56 12:11:56 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 12:11:56 #76 24.32 OK: 266 MiB in 52 packages 12:11:56 #76 DONE 26.9s 12:11:56 12:11:56 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:56 #158 ... 12:11:56 12:11:56 #157 [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:11:56 #157 106.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:11:57 #54 ... 12:11:57 12:11:57 #85 [core-keeper builder 5/8] COPY go.mod vendor* ./ 12:11:57 #85 DONE 1.0s 12:11:57 12:11:57 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:57 #54 ... 12:11:57 12:11:57 #86 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 12:11:57 #0 6.876 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:57 #0 9.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:57 #86 ... 12:11:57 12:11:57 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:57 #54 ... 12:11:57 12:11:57 #78 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 12:11:57 #78 DONE 25.1s 12:11:57 12:11:57 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:58 #54 ... 12:11:58 12:11:58 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:11:58 #87 ... 12:11:58 12:11:58 #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:11:58 #70 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 15.8s done 12:11:58 #70 ... 12:11:58 12:11:58 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:58 #54 ... 12:11:58 12:11:58 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:11:58 #64 35.65 OK: 13 MiB in 26 packages 12:11:58 #64 DONE 39.0s 12:11:58 12:11:58 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:59 #54 ... 12:11:59 12:11:59 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 12:11:59 #0 6.878 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:59 #0 8.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:59 #88 ... 12:11:59 12:11:59 #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 12:11:59 #70 DONE 34.6s 12:11:59 12:11:59 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:11:59 #54 ... 12:11:59 12:11:59 #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:11:59 #73 24.24 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 12:11:59 #73 24.24 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 12:11:59 #73 24.24 OK: 19946 distinct packages available 12:11:59 #73 26.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:11:59 #73 28.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:11:59 #73 ... 12:11:59 12:11:59 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:12:00 #157 ... 12:12:00 12:12:00 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 12:12:00 #154 DONE 113.3s 12:12:00 12:12:00 #158 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 12:12:00 #158 DONE 113.5s 12:12:00 12:12:00 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 12:12:00 #150 ... 12:12:00 12:12:00 #159 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 12:12:00 #159 ... 12:12:00 12:12:00 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 12:12:00 #150 DONE 113.7s 12:12:00 #54 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.9s 12:12:00 #54 ... 12:12:00 12:12:00 #77 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 12:12:00 #77 10.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:12:00 #77 12.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:12:00 #77 ... 12:12:00 12:12:00 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:12:00 12:12:00 #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:12:00 #155 DONE 113.9s 12:12:00 12:12:00 #157 [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:12:00 #157 DONE 113.9s 12:12:00 12:12:00 #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 12:12:00 #156 ... 12:12:00 12:12:00 #160 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:12:01 #160 ... 12:12:01 12:12:01 #159 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 12:12:01 #159 DONE 1.4s 12:12:01 12:12:01 #161 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 12:12:01 #54 ... 12:12:01 12:12:01 #72 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:12:01 #72 26.68 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 12:12:01 #72 26.68 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 12:12:01 #72 26.68 OK: 19946 distinct packages available 12:12:01 #72 28.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:12:01 #72 30.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:12:02 #161 ... 12:12:02 12:12:02 #160 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:12:02 #160 DONE 1.3s 12:12:02 12:12:02 #162 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 12:12:02 #162 DONE 0.8s 12:12:02 #72 ... 12:12:02 12:12:02 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 12:12:02 #80 7.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:12:02 #80 10.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:12:02 #80 17.50 OK: 8 MiB in 16 packages 12:12:02 #80 ... 12:12:02 12:12:02 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:12:02 12:12:02 #163 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 12:12:02 #163 DONE 1.4s 12:12:02 12:12:02 #164 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 12:12:02 #164 DONE 1.2s 12:12:02 12:12:02 #165 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 12:12:03 #54 ... 12:12:03 12:12:03 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 12:12:03 #80 DONE 18.6s 12:12:03 12:12:03 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:12:03 #165 ... 12:12:03 12:12:03 #166 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:12:03 #166 DONE 1.2s 12:12:03 12:12:03 #167 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 12:12:03 #54 ... 12:12:03 12:12:03 #89 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 12:12:03 #0 7.251 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:12:03 #167 DONE 1.4s 12:12:03 12:12:03 #168 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 12:12:03 #168 DONE 1.5s 12:12:03 12:12:03 #165 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 12:12:03 #165 DONE 1.4s 12:12:03 12:12:03 #169 [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:12:03 #89 10.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:12:03 #89 ... 12:12:03 12:12:03 #79 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 12:12:03 #79 10.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:12:03 #79 13.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:12:03 #79 ... 12:12:03 12:12:03 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:12:04 #169 ... 12:12:04 12:12:04 #161 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 12:12:04 #161 DONE 2.3s 12:12:04 12:12:04 #170 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 12:12:04 #170 DONE 0.5s 12:12:04 12:12:04 #171 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 12:12:04 #54 ... 12:12:04 12:12:04 #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:12:04 #73 36.66 (1/4) Installing dumb-init (1.2.5-r2) 12:12:04 #73 36.70 (2/4) Installing musl-obstack (1.2.3-r2) 12:12:04 #73 36.76 (3/4) Installing libucontext (1.2-r2) 12:12:04 #73 36.78 (4/4) Installing gcompat (1.1.0-r1) 12:12:04 #73 36.82 Executing busybox-1.36.1-r7.trigger 12:12:04 #73 36.99 OK: 8 MiB in 19 packages 12:12:04 #73 DONE 38.7s 12:12:04 12:12:04 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:12:04 #54 ... 12:12:04 12:12:04 #77 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 12:12:04 #77 21.74 OK: 8 MiB in 17 packages 12:12:04 #77 DONE 23.8s 12:12:04 #171 ... 12:12:04 12:12:04 #172 [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:12:04 #172 DONE 0.6s 12:12:04 12:12:04 #169 [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:12:04 #169 DONE 0.7s 12:12:04 12:12:04 #173 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 12:12:04 12:12:04 #90 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 12:12:04 #173 ... 12:12:04 12:12:04 #174 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 12:12:04 #174 DONE 0.7s 12:12:04 12:12:04 #171 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 12:12:04 #171 DONE 0.6s 12:12:04 12:12:04 #175 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 12:12:04 #175 ... 12:12:04 12:12:04 #176 [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:12:04 #176 DONE 0.7s 12:12:04 12:12:04 #107 [security-spiffe-token-provider] exporting to image 12:12:04 #107 exporting layers 12:12:05 #107 ... 12:12:05 12:12:05 #173 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 12:12:05 #173 DONE 0.8s 12:12:05 12:12:05 #177 [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:12:05 #177 DONE 0.7s 12:12:05 12:12:05 #178 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 12:12:05 #178 ... 12:12:05 12:12:05 #179 [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:12:05 #179 DONE 1.0s 12:12:05 12:12:05 #175 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 12:12:05 #175 DONE 0.9s 12:12:05 12:12:05 #180 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:12:06 #90 ... 12:12:06 12:12:06 #54 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 12:12:06 #54 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 21.7s done 12:12:06 #54 DONE 42.0s 12:12:06 #180 ... 12:12:06 12:12:06 #178 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 12:12:06 #178 DONE 0.8s 12:12:06 12:12:06 #181 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:12:06 #181 DONE 1.2s 12:12:06 12:12:06 #182 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 12:12:06 #182 ... 12:12:06 12:12:06 #183 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 12:12:06 #183 DONE 1.0s 12:12:06 12:12:06 #180 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:12:06 #180 DONE 1.0s 12:12:06 12:12:06 #107 [security-spiffe-token-provider] exporting to image 12:12:06 #107 exporting layers 1.5s done 12:12:06 #107 writing image sha256:acbf91c376a06b8a0b3d298ad82a93ad2ce344b071e453a32cc59dcda55e91e9 done 12:12:06 #107 naming to docker.io/library/security-spiffe-token-provider done 12:12:06 #107 DONE 2.9s 12:12:06 12:12:06 #184 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 12:12:06 12:12:06 #86 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 12:12:06 #86 18.07 OK: 9 MiB in 17 packages 12:12:06 #86 DONE 19.3s 12:12:06 12:12:06 #72 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:12:06 #72 39.53 (1/5) Installing dumb-init (1.2.5-r2) 12:12:06 #72 39.61 (2/5) Installing musl-obstack (1.2.3-r2) 12:12:06 #72 39.63 (3/5) Installing libucontext (1.2-r2) 12:12:06 #72 39.67 (4/5) Installing gcompat (1.1.0-r1) 12:12:06 #72 39.75 (5/5) Installing openssl (3.1.6-r0) 12:12:06 #72 40.04 Executing busybox-1.36.1-r7.trigger 12:12:06 #72 40.40 OK: 9 MiB in 20 packages 12:12:07 #184 ... 12:12:07 12:12:07 #182 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 12:12:07 #182 DONE 0.6s 12:12:07 #72 DONE 41.7s 12:12:07 12:12:07 #91 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 12:12:07 12:12:07 #184 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 12:12:07 #184 DONE 0.7s 12:12:07 12:12:07 #185 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:12:07 #91 ... 12:12:07 12:12:07 #79 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade 12:12:07 #79 22.24 OK: 8 MiB in 16 packages 12:12:07 #79 DONE 25.6s 12:12:07 12:12:07 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 12:12:07 #88 17.02 OK: 18 MiB in 19 packages 12:12:07 #185 ... 12:12:07 12:12:07 #186 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:12:07 #186 DONE 0.9s 12:12:07 12:12:07 #187 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:12:07 #88 ... 12:12:07 12:12:07 #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:12:07 #92 ... 12:12:07 12:12:07 #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 12:12:07 #0 4.441 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:12:07 #0 7.069 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:12:07 #93 ... 12:12:07 12:12:07 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 12:12:07 #88 DONE 18.9s 12:12:07 12:12:07 #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 12:12:08 #187 ... 12:12:08 12:12:08 #188 [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:12:08 #188 DONE 0.8s 12:12:08 12:12:08 #189 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:12:08 #189 DONE 1.7s 12:12:08 12:12:08 #187 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:12:08 #187 DONE 1.0s 12:12:08 12:12:08 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:12:09 #190 DONE 1.2s 12:12:09 12:12:09 #185 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:12:09 #185 DONE 2.4s 12:12:09 12:12:09 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:12:09 #191 ... 12:12:09 12:12:09 #192 [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:12:09 #192 DONE 1.5s 12:12:09 12:12:09 #107 [core-common-config-bootstrapper] exporting to image 12:12:09 #107 exporting layers 1.5s done 12:12:09 #107 writing image sha256:2a28b4a256a8b127a2447c25cebe1d510f32335de86ae50154a7fc8c840ed306 0.0s done 12:12:09 #107 naming to docker.io/library/core-common-config-bootstrapper done 12:12:10 #107 ... 12:12:10 12:12:10 #193 [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:12:10 #193 DONE 0.5s 12:12:10 12:12:10 #194 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 12:12:10 #94 ... 12:12:10 12:12:10 #90 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 12:12:10 #90 DONE 5.7s 12:12:10 12:12:10 #95 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 12:12:10 #95 DONE 0.3s 12:12:10 12:12:10 #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 12:12:10 #93 11.42 OK: 13 MiB in 26 packages 12:12:11 #93 ... 12:12:11 12:12:11 #89 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 12:12:11 #89 16.50 OK: 18 MiB in 19 packages 12:12:11 #89 DONE 17.5s 12:12:11 #194 DONE 0.8s 12:12:11 12:12:11 #195 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:12:11 12:12:11 #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 12:12:11 #93 DONE 12.4s 12:12:11 12:12:11 #96 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 12:12:11 #195 ... 12:12:11 12:12:11 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:12:11 #191 DONE 2.2s 12:12:11 #96 DONE 0.3s 12:12:11 12:12:11 #91 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 12:12:11 #91 4.485 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:12:11 12:12:11 #195 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:12:11 #195 DONE 0.7s 12:12:11 12:12:11 #107 [security-proxy-setup] exporting to image 12:12:11 #107 exporting layers 2.2s done 12:12:11 #107 writing image sha256:59214f2b3364cbbef6ffa64cf1e92eaaba13379886d24161ef52e27cd4184f7c done 12:12:11 #107 naming to docker.io/library/security-proxy-setup done 12:12:12 #107 exporting layers 0.8s done 12:12:12 #107 writing image sha256:c15e67fac6eeb8b3a606c10b884e61f60693f12e1b14225769662e942b97a542 done 12:12:12 #107 naming to docker.io/library/security-secretstore-setup 0.0s done 12:12:12 #107 DONE 7.1s 12:12:12 12:12:12 #196 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 12:12:12 #91 5.340 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:12:14 #91 ... 12:12:14 12:12:14 #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 12:12:14 #94 6.223 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:12:14 #94 7.658 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:12:14 #94 9.670 OK: 8 MiB in 19 packages 12:12:14 #94 DONE 10.2s 12:12:14 12:12:14 #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:12:14 #196 DONE 2.7s 12:12:14 12:12:14 #107 [security-bootstrapper] exporting to image 12:12:14 #107 exporting layers 0.5s done 12:12:14 #107 writing image sha256:ab9a8a0dc3f5ae182a466cd2361ff940e902a9841cbe3eed98a8880787eef33d done 12:12:14 #107 naming to docker.io/library/security-bootstrapper 0.0s done 12:12:14 #107 DONE 7.6s 12:12:14 12:12:14 #128 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 12:12:15 #97 ... 12:12:15 12:12:15 #91 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 12:12:15 #91 7.820 OK: 9 MiB in 20 packages 12:12:15 #91 DONE 8.7s 12:12:15 12:12:15 #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 12:12:16 #98 ... 12:12:16 12:12:16 #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:12:16 #97 DONE 2.0s 12:12:16 12:12:16 #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / 12:12:16 #99 DONE 0.3s 12:12:16 12:12:16 #100 [security-spire-config stage-2 6/10] COPY security.txt / 12:12:16 #100 ... 12:12:16 12:12:16 #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 12:12:16 #98 DONE 1.2s 12:12:16 12:12:16 #100 [security-spire-config stage-2 6/10] COPY security.txt / 12:12:16 #100 DONE 0.3s 12:12:16 12:12:16 #101 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 12:12:17 #101 DONE 0.3s 12:12:17 12:12:17 #102 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 12:12:17 #102 DONE 0.3s 12:12:17 12:12:17 #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:12:17 #103 DONE 1.9s 12:12:17 12:12:17 #104 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 12:12:17 #104 DONE 0.3s 12:12:17 12:12:17 #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / 12:12:17 #105 DONE 0.3s 12:12:17 12:12:17 #106 [security-spire-config] exporting to image 12:12:17 #106 exporting layers 12:12:18 #106 ... 12:12:18 12:12:18 #107 [security-spire-server stage-2 6/9] COPY security.txt / 12:12:18 #107 DONE 0.3s 12:12:18 12:12:18 #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 12:12:18 #108 DONE 0.2s 12:12:18 12:12:18 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 12:12:18 #109 DONE 0.2s 12:12:18 12:12:18 #110 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:12:18 #110 ... 12:12:18 12:12:18 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 12:12:18 #111 DONE 0.2s 12:12:18 12:12:18 #106 [security-spire-server] exporting to image 12:12:19 #106 ... 12:12:19 12:12:19 #110 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:12:19 #110 DONE 2.4s 12:12:19 12:12:19 #112 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 12:12:19 #112 DONE 0.4s 12:12:19 12:12:19 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:12:19 #87 ... 12:12:19 12:12:19 #113 [security-spire-agent stage-3 7/10] COPY security.txt / 12:12:20 #113 DONE 0.3s 12:12:20 12:12:20 #114 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 12:12:20 #114 DONE 0.3s 12:12:20 12:12:20 #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:12:20 #84 ... 12:12:20 12:12:20 #115 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 12:12:20 #115 DONE 0.3s 12:12:20 12:12:20 #81 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:12:20 #81 ... 12:12:20 12:12:20 #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 12:12:20 #116 DONE 0.3s 12:12:20 12:12:20 #106 [security-spire-agent] exporting to image 12:12:22 #106 exporting layers 4.5s done 12:12:22 #106 writing image sha256:7c0cd50ecdbc29bf597aece8f98abf15ad5074846c24f7a894998559f94e6dbe 0.0s done 12:12:22 #106 naming to docker.io/library/security-spire-config-arm64 0.0s done 12:12:23 #106 exporting layers 4.7s done 12:12:23 #106 writing image sha256:c6d0859e8edbe4f54c4c1e7e3b4f39ceabe57f51df01849ad479b379bed15893 0.0s done 12:12:23 #106 naming to docker.io/library/security-spire-server-arm64 12:12:23 #106 naming to docker.io/library/security-spire-server-arm64 done 12:12:23 #106 exporting layers 3.0s done 12:12:23 #106 writing image sha256:e0116de52d93586492ba5f3ed2ae6cb5d4b3b076cb0c572ab5ab7edc4895ce95 done 12:12:23 #106 naming to docker.io/library/security-spire-agent-arm64 done 12:12:23 #106 DONE 6.0s 12:12:23 12:12:23 #30 [support-cron-scheduler internal] load .dockerignore 12:13:11 #128 DONE 175.6s 12:13:11 12:13:11 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:13:11 #147 DONE 175.6s 12:13:11 12:13:11 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 12:13:11 #149 DONE 175.6s 12:13:11 12:13:11 #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 12:13:11 #156 DONE 175.6s 12:13:11 12:13:11 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 12:13:11 #152 DONE 175.6s 12:13:11 12:13:11 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 12:13:11 #153 DONE 175.7s 12:13:11 12:13:11 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 12:13:11 #151 DONE 175.8s 12:13:11 12:13:11 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:13:11 #148 DONE 175.7s 12:13:11 12:13:11 #197 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:13:11 #197 DONE 0.5s 12:13:11 12:13:11 #198 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 12:13:11 #198 DONE 0.4s 12:13:11 12:13:11 #199 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 12:13:11 #199 DONE 0.2s 12:13:11 12:13:11 #200 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 12:13:11 #200 DONE 0.3s 12:13:11 12:13:11 #201 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:13:11 #201 DONE 0.5s 12:13:11 12:13:11 #202 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:13:11 #202 ... 12:13:11 12:13:11 #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 12:13:11 #203 CACHED 12:13:11 12:13:11 #204 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 12:13:11 #204 CACHED 12:13:11 12:13:11 #205 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:13:11 #205 CACHED 12:13:11 12:13:11 #206 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:13:11 #206 CACHED 12:13:11 12:13:11 #207 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 12:13:11 #207 CACHED 12:13:11 12:13:11 #208 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 12:13:11 #208 CACHED 12:13:11 12:13:11 #209 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:13:11 #209 ... 12:13:11 12:13:11 #210 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:13:11 #210 DONE 0.5s 12:13:11 12:13:11 #211 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:13:11 #211 CACHED 12:13:11 12:13:11 #212 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:13:11 #212 CACHED 12:13:11 12:13:11 #202 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:13:11 #202 DONE 0.5s 12:13:11 12:13:11 #213 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 12:13:11 #213 DONE 0.5s 12:13:11 12:13:11 #214 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 12:13:11 #214 ... 12:13:11 12:13:11 #215 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 12:13:11 #215 DONE 2.2s 12:13:11 12:13:11 #216 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:13:11 #216 DONE 1.9s 12:13:11 12:13:11 #217 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:13:11 #217 DONE 2.3s 12:13:11 12:13:11 #218 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 12:13:11 #218 DONE 1.9s 12:13:11 12:13:11 #219 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:13:11 #219 DONE 2.0s 12:13:11 12:13:11 #220 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:13:11 #220 DONE 2.3s 12:13:11 12:13:11 #209 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:13:11 #209 DONE 2.3s 12:13:11 12:13:11 #214 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 12:13:11 #214 DONE 2.0s 12:13:11 12:13:11 #107 [core-keeper] exporting to image 12:13:11 #107 exporting layers 12:13:11 #107 ... 12:13:11 12:13:11 #221 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 12:13:11 #221 DONE 0.2s 12:13:11 12:13:11 #222 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 12:13:11 #222 DONE 0.2s 12:13:11 12:13:11 #223 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 12:13:11 #223 DONE 0.2s 12:13:11 12:13:11 #224 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 12:13:11 #224 DONE 0.2s 12:13:11 12:13:11 #225 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 12:13:11 #225 DONE 0.3s 12:13:11 12:13:11 #107 [support-notifications] exporting to image 12:13:11 #107 ... 12:13:11 12:13:11 #226 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 12:13:11 #226 DONE 0.2s 12:13:11 12:13:11 #227 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 12:13:11 #227 DONE 0.2s 12:13:11 12:13:11 #107 [core-command] exporting to image 12:13:11 #107 writing image sha256:97bb2286c41f7e3e84519a6a6cf9a077c1c6733df5f67a96da3b126f191d59fd 12:13:11 #107 ... 12:13:11 12:13:11 #228 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 12:13:11 #228 DONE 0.2s 12:13:11 12:13:11 #229 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 12:13:11 #229 DONE 0.2s 12:13:11 12:13:11 #107 [core-metadata] exporting to image 12:13:11 #107 writing image sha256:97bb2286c41f7e3e84519a6a6cf9a077c1c6733df5f67a96da3b126f191d59fd done 12:13:11 #107 naming to docker.io/library/core-keeper done 12:13:11 #107 exporting layers 0.3s done 12:13:11 #107 writing image sha256:593a1215288fde205a97b8fc964419ffca31fe2ebd8e0c07206c19ddc3637d7a 0.0s done 12:13:11 #107 writing image sha256:a79f28d7064c22b6ec6618f3b2ae8ccb29af00ccf3e406c24d33eddaa0ab24f4 done 12:13:11 #107 naming to docker.io/library/support-scheduler done 12:13:11 #107 naming to docker.io/library/core-data done 12:13:11 #107 writing image sha256:106060253e1c077d67068eace88315172cef06204e4601a0d62cf477d9e85c4a done 12:13:11 #107 writing image sha256:edb1b1ac12558bc82dfcbc7a601684c7ca46af3eab2c8be7d5df0143ac0b8d9c done 12:13:11 #107 naming to docker.io/library/support-notifications done 12:13:11 #107 naming to docker.io/library/support-cron-scheduler done 12:13:11 #107 ... 12:13:11 12:13:11 #230 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:13:11 #230 DONE 0.4s 12:13:11 12:13:11 #107 [core-metadata] exporting to image 12:13:11 #107 exporting layers 0.3s done 12:13:11 #107 writing image sha256:1b9fd38497893a1a9a6f2fd1e51bd7c1e2a0873bc0d9950de98c6c7a855d0b97 done 12:13:11 #107 naming to docker.io/library/core-command done 12:13:11 #107 writing image sha256:45ceac051aa7afc782abababfe20b325859bc15f971d1e21eb0803b75f49c442 done 12:13:11 #107 naming to docker.io/library/core-metadata done 12:13:11 #107 exporting layers 1.0s done 12:13:11 #107 writing image sha256:e7bb1e362a1fca2c16edb74af43eb0952a84f107b065b7d1af87e1edd25acff6 done 12:13:11 #107 naming to docker.io/library/security-proxy-auth 12:13:11 #107 naming to docker.io/library/security-proxy-auth done 12:13:11 #107 DONE 9.3s 12:13:11 time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:13:11 time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:13:11 time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:13:11 time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:13:11 time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:13:11 time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:13:11 time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:13:11 time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:13:11 time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:13:11 time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:13:11 time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:13:11 time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:13:11 time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:13:11 time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:13:11 time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:13:11 time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 12:13:11 $ docker stop --time=1 301457f06c40976e04296294ef2a58820cb8d39788131eb5ccd5d012e072c9a9 12:13:12 $ docker rm -f --volumes 301457f06c40976e04296294ef2a58820cb8d39788131eb5ccd5d012e072c9a9 [Pipeline] // withDockerContainer [Pipeline] sh 12:13:12 + docker images 12:13:12 REPOSITORY TAG IMAGE ID CREATED SIZE 12:13:12 security-proxy-auth latest e7bb1e362a1f 6 seconds ago 33MB 12:13:12 core-data latest 593a1215288f 7 seconds ago 39.5MB 12:13:12 core-metadata latest 45ceac051aa7 7 seconds ago 39.7MB 12:13:12 support-notifications latest 106060253e1c 7 seconds ago 42.4MB 12:13:12 core-keeper latest 97bb2286c41f 7 seconds ago 39.4MB 12:13:12 support-scheduler latest a79f28d7064c 7 seconds ago 41.8MB 12:13:12 support-cron-scheduler latest edb1b1ac1255 7 seconds ago 42.7MB 12:13:12 core-command latest 1b9fd3849789 7 seconds ago 35.4MB 12:13:12 security-bootstrapper latest ab9a8a0dc3f5 58 seconds ago 18.9MB 12:13:12 security-secretstore-setup latest c15e67fac6ee About a minute ago 37MB 12:13:12 security-proxy-setup latest 59214f2b3364 About a minute ago 26.2MB 12:13:12 core-common-config-bootstrapper latest 2a28b4a256a8 About a minute ago 15.2MB 12:13:12 security-spiffe-token-provider latest acbf91c376a0 About a minute ago 28.8MB 12:13:12 security-spire-server latest 03842648a7ee 3 minutes ago 121MB 12:13:12 security-spire-config latest df4e7755c466 3 minutes ago 120MB 12:13:12 security-spire-agent latest 7f14e1c497eb 3 minutes ago 182MB 12:13:12 ci-base-image-x86_64 latest 52fab6bbdfed 7 minutes ago 971MB 12:13:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 3 months ago 565MB 12:13:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 14 months ago 334MB 12:13:12 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:13:13 provisioning config files... 12:13:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/666@tmp/config10930151575085627251tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:13:13 ---> ****-login.sh 12:13:13 nexus3.edgexfoundry.org:10001 12:13:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:13:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:13:13 Configure a credential helper to remove this warning. See 12:13:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:13:13 12:13:13 Login Succeeded 12:13:13 nexus3.edgexfoundry.org:10002 12:13:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:13:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:13:13 Configure a credential helper to remove this warning. See 12:13:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:13:13 12:13:13 Login Succeeded 12:13:13 nexus3.edgexfoundry.org:10003 12:13:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:13:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:13:13 Configure a credential helper to remove this warning. See 12:13:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:13:13 12:13:13 Login Succeeded 12:13:13 nexus3.edgexfoundry.org:10004 12:13:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:13:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:13:13 Configure a credential helper to remove this warning. See 12:13:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:13:13 12:13:13 Login Succeeded 12:13:13 ****.io 12:13:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:13:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:13:13 Configure a credential helper to remove this warning. See 12:13:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:13:13 12:13:13 Login Succeeded 12:13:13 ---> ****-login.sh ends [Pipeline] } 12:13:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:13:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 12:13:13 [edgeXDocker.push] Tagging docker image core-command with the following tags: 12:13:13 ec96e723b98e779972536fd74512d007c7aee7d0 12:13:13 latest 12:13:13 3.2.0-dev.48 12:13:13 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:13 main 12:13:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:14 + docker push nexus3.edgexfoundry.org:10004/core-command:ec96e723b98e779972536fd74512d007c7aee7d0 12:13:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 12:13:14 e2f6826d1eda: Preparing 12:13:14 6f384074025f: Preparing 12:13:14 04868242cd26: Preparing 12:13:14 6e52d2959ca2: Preparing 12:13:14 f0e572481465: Preparing 12:13:14 52b348f4b36b: Preparing 12:13:14 ce7f800efff9: Preparing 12:13:14 52b348f4b36b: Waiting 12:13:14 ce7f800efff9: Waiting 12:13:14 e2f6826d1eda: Pushed 12:13:14 04868242cd26: Pushed 12:13:14 6e52d2959ca2: Pushed 12:13:14 f0e572481465: Pushed 12:13:14 ce7f800efff9: Layer already exists 12:13:14 52b348f4b36b: Pushed 12:13:18 6f384074025f: Pushed 12:13:18 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:1bdfec80e2140405fe2c46448035e6a04f51b74a200cabb0fad32f6c2cd12174 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:18 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:18 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 12:13:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 12:13:18 e2f6826d1eda: Preparing 12:13:18 6f384074025f: Preparing 12:13:18 04868242cd26: Preparing 12:13:18 6e52d2959ca2: Preparing 12:13:18 f0e572481465: Preparing 12:13:18 52b348f4b36b: Preparing 12:13:18 ce7f800efff9: Preparing 12:13:18 52b348f4b36b: Waiting 12:13:18 ce7f800efff9: Waiting 12:13:18 f0e572481465: Layer already exists 12:13:18 6e52d2959ca2: Layer already exists 12:13:18 6f384074025f: Layer already exists 12:13:18 e2f6826d1eda: Layer already exists 12:13:18 04868242cd26: Layer already exists 12:13:18 ce7f800efff9: Layer already exists 12:13:18 52b348f4b36b: Layer already exists 12:13:18 latest: digest: sha256:1bdfec80e2140405fe2c46448035e6a04f51b74a200cabb0fad32f6c2cd12174 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:19 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:19 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.48 12:13:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 12:13:19 e2f6826d1eda: Preparing 12:13:19 6f384074025f: Preparing 12:13:19 04868242cd26: Preparing 12:13:19 6e52d2959ca2: Preparing 12:13:19 f0e572481465: Preparing 12:13:19 52b348f4b36b: Preparing 12:13:19 ce7f800efff9: Preparing 12:13:19 52b348f4b36b: Waiting 12:13:19 ce7f800efff9: Waiting 12:13:19 6e52d2959ca2: Layer already exists 12:13:19 04868242cd26: Layer already exists 12:13:19 6f384074025f: Layer already exists 12:13:19 e2f6826d1eda: Layer already exists 12:13:19 f0e572481465: Layer already exists 12:13:19 52b348f4b36b: Layer already exists 12:13:19 ce7f800efff9: Layer already exists 12:13:19 3.2.0-dev.48: digest: sha256:1bdfec80e2140405fe2c46448035e6a04f51b74a200cabb0fad32f6c2cd12174 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:19 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:20 + docker push nexus3.edgexfoundry.org:10004/core-command:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 12:13:20 e2f6826d1eda: Preparing 12:13:20 6f384074025f: Preparing 12:13:20 04868242cd26: Preparing 12:13:20 6e52d2959ca2: Preparing 12:13:20 f0e572481465: Preparing 12:13:20 52b348f4b36b: Preparing 12:13:20 ce7f800efff9: Preparing 12:13:20 52b348f4b36b: Waiting 12:13:20 ce7f800efff9: Waiting 12:13:20 6f384074025f: Layer already exists 12:13:20 f0e572481465: Layer already exists 12:13:20 6e52d2959ca2: Layer already exists 12:13:20 e2f6826d1eda: Layer already exists 12:13:20 04868242cd26: Layer already exists 12:13:20 52b348f4b36b: Layer already exists 12:13:20 ce7f800efff9: Layer already exists 12:13:20 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:1bdfec80e2140405fe2c46448035e6a04f51b74a200cabb0fad32f6c2cd12174 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:20 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:20 + docker push nexus3.edgexfoundry.org:10004/core-command:main 12:13:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 12:13:20 e2f6826d1eda: Preparing 12:13:20 6f384074025f: Preparing 12:13:20 04868242cd26: Preparing 12:13:20 6e52d2959ca2: Preparing 12:13:20 f0e572481465: Preparing 12:13:20 52b348f4b36b: Preparing 12:13:20 ce7f800efff9: Preparing 12:13:20 52b348f4b36b: Waiting 12:13:20 ce7f800efff9: Waiting 12:13:20 6f384074025f: Layer already exists 12:13:20 6e52d2959ca2: Layer already exists 12:13:20 f0e572481465: Layer already exists 12:13:20 04868242cd26: Layer already exists 12:13:20 e2f6826d1eda: Layer already exists 12:13:20 ce7f800efff9: Layer already exists 12:13:20 52b348f4b36b: Layer already exists 12:13:20 main: digest: sha256:1bdfec80e2140405fe2c46448035e6a04f51b74a200cabb0fad32f6c2cd12174 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:13:20 ===================================================== [Pipeline] echo 12:13:20 taggedImages: 12:13:20 - nexus3.edgexfoundry.org:10004/core-command:ec96e723b98e779972536fd74512d007c7aee7d0 12:13:20 - nexus3.edgexfoundry.org:10004/core-command:latest 12:13:20 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.48 12:13:20 - nexus3.edgexfoundry.org:10004/core-command:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:20 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 12:13:20 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 12:13:20 ec96e723b98e779972536fd74512d007c7aee7d0 12:13:20 latest 12:13:20 3.2.0-dev.48 12:13:20 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:20 main 12:13:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:21 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:21 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0 12:13:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 12:13:21 5b330581fe3a: Preparing 12:13:21 9511824f18c7: Preparing 12:13:21 a2779d772117: Preparing 12:13:21 e52c843c463f: Preparing 12:13:21 04868242cd26: Preparing 12:13:21 6e52d2959ca2: Preparing 12:13:21 f0e572481465: Preparing 12:13:21 52b348f4b36b: Preparing 12:13:21 ce7f800efff9: Preparing 12:13:21 6e52d2959ca2: Waiting 12:13:21 f0e572481465: Waiting 12:13:21 52b348f4b36b: Waiting 12:13:21 ce7f800efff9: Waiting 12:13:21 04868242cd26: Layer already exists 12:13:21 6e52d2959ca2: Layer already exists 12:13:21 f0e572481465: Layer already exists 12:13:21 52b348f4b36b: Layer already exists 12:13:21 ce7f800efff9: Layer already exists 12:13:21 5b330581fe3a: Pushed 12:13:21 a2779d772117: Pushed 12:13:21 9511824f18c7: Pushed 12:13:22 e52c843c463f: Pushed 12:13:22 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:28a507b809cef31ffe9eb4c46fa0e3d2e80c689936fc3d585c56447eac8ad118 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:23 + 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:13:23 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 12:13:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 12:13:23 5b330581fe3a: Preparing 12:13:23 9511824f18c7: Preparing 12:13:23 a2779d772117: Preparing 12:13:23 e52c843c463f: Preparing 12:13:23 04868242cd26: Preparing 12:13:23 6e52d2959ca2: Preparing 12:13:23 f0e572481465: Preparing 12:13:23 52b348f4b36b: Preparing 12:13:23 ce7f800efff9: Preparing 12:13:23 52b348f4b36b: Waiting 12:13:23 6e52d2959ca2: Waiting 12:13:23 f0e572481465: Waiting 12:13:23 ce7f800efff9: Waiting 12:13:23 e52c843c463f: Layer already exists 12:13:23 04868242cd26: Layer already exists 12:13:23 5b330581fe3a: Layer already exists 12:13:23 9511824f18c7: Layer already exists 12:13:23 a2779d772117: Layer already exists 12:13:23 6e52d2959ca2: Layer already exists 12:13:23 52b348f4b36b: Layer already exists 12:13:23 f0e572481465: Layer already exists 12:13:23 ce7f800efff9: Layer already exists 12:13:23 latest: digest: sha256:28a507b809cef31ffe9eb4c46fa0e3d2e80c689936fc3d585c56447eac8ad118 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:23 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:24 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.48 12:13:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 12:13:24 5b330581fe3a: Preparing 12:13:24 9511824f18c7: Preparing 12:13:24 a2779d772117: Preparing 12:13:24 e52c843c463f: Preparing 12:13:24 04868242cd26: Preparing 12:13:24 6e52d2959ca2: Preparing 12:13:24 f0e572481465: Preparing 12:13:24 52b348f4b36b: Preparing 12:13:24 ce7f800efff9: Preparing 12:13:24 f0e572481465: Waiting 12:13:24 52b348f4b36b: Waiting 12:13:24 6e52d2959ca2: Waiting 12:13:24 ce7f800efff9: Waiting 12:13:24 e52c843c463f: Layer already exists 12:13:24 04868242cd26: Layer already exists 12:13:24 a2779d772117: Layer already exists 12:13:24 5b330581fe3a: Layer already exists 12:13:24 9511824f18c7: Layer already exists 12:13:24 6e52d2959ca2: Layer already exists 12:13:24 f0e572481465: Layer already exists 12:13:24 52b348f4b36b: Layer already exists 12:13:24 ce7f800efff9: Layer already exists 12:13:24 3.2.0-dev.48: digest: sha256:28a507b809cef31ffe9eb4c46fa0e3d2e80c689936fc3d585c56447eac8ad118 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:24 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:24 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 12:13:24 5b330581fe3a: Preparing 12:13:24 9511824f18c7: Preparing 12:13:24 a2779d772117: Preparing 12:13:24 e52c843c463f: Preparing 12:13:24 04868242cd26: Preparing 12:13:24 6e52d2959ca2: Preparing 12:13:24 f0e572481465: Preparing 12:13:24 52b348f4b36b: Preparing 12:13:24 ce7f800efff9: Preparing 12:13:24 ce7f800efff9: Waiting 12:13:24 52b348f4b36b: Waiting 12:13:24 f0e572481465: Waiting 12:13:24 9511824f18c7: Layer already exists 12:13:24 e52c843c463f: Layer already exists 12:13:24 a2779d772117: Layer already exists 12:13:24 04868242cd26: Layer already exists 12:13:24 5b330581fe3a: Layer already exists 12:13:24 52b348f4b36b: Layer already exists 12:13:24 ce7f800efff9: Layer already exists 12:13:24 f0e572481465: Layer already exists 12:13:24 6e52d2959ca2: Layer already exists 12:13:24 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:28a507b809cef31ffe9eb4c46fa0e3d2e80c689936fc3d585c56447eac8ad118 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:25 + 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:13:25 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 12:13:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 12:13:25 5b330581fe3a: Preparing 12:13:25 9511824f18c7: Preparing 12:13:25 a2779d772117: Preparing 12:13:25 e52c843c463f: Preparing 12:13:25 04868242cd26: Preparing 12:13:25 6e52d2959ca2: Preparing 12:13:25 f0e572481465: Preparing 12:13:25 52b348f4b36b: Preparing 12:13:25 ce7f800efff9: Preparing 12:13:25 f0e572481465: Waiting 12:13:25 6e52d2959ca2: Waiting 12:13:25 52b348f4b36b: Waiting 12:13:25 ce7f800efff9: Waiting 12:13:25 a2779d772117: Layer already exists 12:13:25 e52c843c463f: Layer already exists 12:13:25 5b330581fe3a: Layer already exists 12:13:25 04868242cd26: Layer already exists 12:13:25 9511824f18c7: Layer already exists 12:13:25 f0e572481465: Layer already exists 12:13:25 52b348f4b36b: Layer already exists 12:13:25 ce7f800efff9: Layer already exists 12:13:25 6e52d2959ca2: Layer already exists 12:13:25 main: digest: sha256:28a507b809cef31ffe9eb4c46fa0e3d2e80c689936fc3d585c56447eac8ad118 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:13:25 ===================================================== [Pipeline] echo 12:13:25 taggedImages: 12:13:25 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0 12:13:25 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 12:13:25 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.48 12:13:25 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:25 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 12:13:25 [edgeXDocker.push] Tagging docker image core-data with the following tags: 12:13:25 ec96e723b98e779972536fd74512d007c7aee7d0 12:13:25 latest 12:13:25 3.2.0-dev.48 12:13:25 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:25 main 12:13:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:25 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:26 + docker push nexus3.edgexfoundry.org:10004/core-data:ec96e723b98e779972536fd74512d007c7aee7d0 12:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 12:13:26 60c047e8fde9: Preparing 12:13:26 d7460a961266: Preparing 12:13:26 04868242cd26: Preparing 12:13:26 6e52d2959ca2: Preparing 12:13:26 c2590e987cf3: Preparing 12:13:26 52b348f4b36b: Preparing 12:13:26 ce7f800efff9: Preparing 12:13:26 52b348f4b36b: Waiting 12:13:26 ce7f800efff9: Waiting 12:13:26 6e52d2959ca2: Layer already exists 12:13:26 04868242cd26: Layer already exists 12:13:26 52b348f4b36b: Layer already exists 12:13:26 ce7f800efff9: Layer already exists 12:13:26 c2590e987cf3: Pushed 12:13:26 60c047e8fde9: Pushed 12:13:29 d7460a961266: Pushed 12:13:29 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:d24a8e836db8593862f9ba4ef2423e945c14033d47f83678d2b84535d80b6e87 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:29 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:30 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 12:13:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 12:13:30 60c047e8fde9: Preparing 12:13:30 d7460a961266: Preparing 12:13:30 04868242cd26: Preparing 12:13:30 6e52d2959ca2: Preparing 12:13:30 c2590e987cf3: Preparing 12:13:30 52b348f4b36b: Preparing 12:13:30 ce7f800efff9: Preparing 12:13:30 52b348f4b36b: Waiting 12:13:30 ce7f800efff9: Waiting 12:13:30 04868242cd26: Layer already exists 12:13:30 d7460a961266: Layer already exists 12:13:30 c2590e987cf3: Layer already exists 12:13:30 60c047e8fde9: Layer already exists 12:13:30 6e52d2959ca2: Layer already exists 12:13:30 ce7f800efff9: Layer already exists 12:13:30 52b348f4b36b: Layer already exists 12:13:30 latest: digest: sha256:d24a8e836db8593862f9ba4ef2423e945c14033d47f83678d2b84535d80b6e87 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:30 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:30 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.48 12:13:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 12:13:30 60c047e8fde9: Preparing 12:13:30 d7460a961266: Preparing 12:13:30 04868242cd26: Preparing 12:13:30 6e52d2959ca2: Preparing 12:13:30 c2590e987cf3: Preparing 12:13:30 52b348f4b36b: Preparing 12:13:30 ce7f800efff9: Preparing 12:13:30 ce7f800efff9: Waiting 12:13:30 52b348f4b36b: Waiting 12:13:30 60c047e8fde9: Layer already exists 12:13:30 d7460a961266: Layer already exists 12:13:30 c2590e987cf3: Layer already exists 12:13:30 04868242cd26: Layer already exists 12:13:30 6e52d2959ca2: Layer already exists 12:13:30 52b348f4b36b: Layer already exists 12:13:30 ce7f800efff9: Layer already exists 12:13:30 3.2.0-dev.48: digest: sha256:d24a8e836db8593862f9ba4ef2423e945c14033d47f83678d2b84535d80b6e87 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:31 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:31 + docker push nexus3.edgexfoundry.org:10004/core-data:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 12:13:31 60c047e8fde9: Preparing 12:13:31 d7460a961266: Preparing 12:13:31 04868242cd26: Preparing 12:13:31 6e52d2959ca2: Preparing 12:13:31 c2590e987cf3: Preparing 12:13:31 52b348f4b36b: Preparing 12:13:31 ce7f800efff9: Preparing 12:13:31 ce7f800efff9: Waiting 12:13:31 52b348f4b36b: Waiting 12:13:31 04868242cd26: Layer already exists 12:13:31 c2590e987cf3: Layer already exists 12:13:31 60c047e8fde9: Layer already exists 12:13:31 d7460a961266: Layer already exists 12:13:31 6e52d2959ca2: Layer already exists 12:13:31 ce7f800efff9: Layer already exists 12:13:31 52b348f4b36b: Layer already exists 12:13:31 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:d24a8e836db8593862f9ba4ef2423e945c14033d47f83678d2b84535d80b6e87 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:31 #30 ... 12:13:31 12:13:31 #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:13:31 #84 DONE 113.3s 12:13:31 12:13:31 #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:13:31 #92 DONE 93.5s 12:13:31 12:13:31 #82 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:13:31 #82 DONE 114.4s 12:13:31 12:13:31 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:13:31 #87 DONE 102.8s 12:13:31 12:13:31 #81 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:13:31 #81 DONE 115.9s 12:13:31 12:13:31 #117 [core-keeper builder 7/8] COPY . . 12:13:31 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:32 + docker push nexus3.edgexfoundry.org:10004/core-data:main 12:13:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 12:13:32 60c047e8fde9: Preparing 12:13:32 d7460a961266: Preparing 12:13:32 04868242cd26: Preparing 12:13:32 6e52d2959ca2: Preparing 12:13:32 c2590e987cf3: Preparing 12:13:32 52b348f4b36b: Preparing 12:13:32 ce7f800efff9: Preparing 12:13:32 52b348f4b36b: Waiting 12:13:32 ce7f800efff9: Waiting 12:13:32 6e52d2959ca2: Layer already exists 12:13:32 c2590e987cf3: Layer already exists 12:13:32 d7460a961266: Layer already exists 12:13:32 60c047e8fde9: Layer already exists 12:13:32 04868242cd26: Layer already exists 12:13:32 ce7f800efff9: Layer already exists 12:13:32 52b348f4b36b: Layer already exists 12:13:32 main: digest: sha256:d24a8e836db8593862f9ba4ef2423e945c14033d47f83678d2b84535d80b6e87 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:13:32 ===================================================== [Pipeline] echo 12:13:32 taggedImages: 12:13:32 - nexus3.edgexfoundry.org:10004/core-data:ec96e723b98e779972536fd74512d007c7aee7d0 12:13:32 - nexus3.edgexfoundry.org:10004/core-data:latest 12:13:32 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.48 12:13:32 - nexus3.edgexfoundry.org:10004/core-data:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:32 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 12:13:32 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 12:13:32 ec96e723b98e779972536fd74512d007c7aee7d0 12:13:32 latest 12:13:32 3.2.0-dev.48 12:13:32 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:32 main 12:13:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:32 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:32 #117 ... 12:13:32 12:13:32 #118 [support-scheduler builder 6/7] COPY . . 12:13:32 #118 CACHED 12:13:32 12:13:32 #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:13:32 #119 CACHED 12:13:32 12:13:32 #120 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 12:13:32 #120 CACHED 12:13:32 12:13:32 #121 [security-spiffe-token-provider builder 6/7] COPY . . 12:13:32 #121 DONE 1.6s 12:13:32 12:13:32 #122 [core-data builder 6/7] COPY . . 12:13:32 #122 CACHED 12:13:32 12:13:32 #123 [core-data builder 4/7] COPY go.mod vendor* ./ 12:13:32 #123 CACHED 12:13:32 12:13:32 #124 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:13:32 #124 CACHED 12:13:32 12:13:32 #125 [core-command builder 6/7] COPY . . 12:13:32 #125 DONE 1.7s 12:13:32 12:13:32 #126 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 12:13:32 #126 CACHED 12:13:32 12:13:32 #127 [security-proxy-auth builder 6/7] COPY . . 12:13:32 #127 CACHED 12:13:32 12:13:32 #128 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:13:32 #128 CACHED 12:13:32 12:13:32 #129 [core-metadata builder 4/7] COPY go.mod vendor* ./ 12:13:32 #129 CACHED 12:13:32 12:13:32 #130 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:13:32 #130 CACHED 12:13:32 12:13:32 #131 [core-metadata builder 6/7] COPY . . 12:13:32 #131 CACHED 12:13:32 12:13:32 #132 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 12:13:32 #132 CACHED 12:13:32 12:13:32 #133 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:13:32 #133 CACHED 12:13:32 12:13:32 #134 [support-cron-scheduler builder 6/7] COPY . . 12:13:32 #134 CACHED 12:13:32 12:13:32 #135 [security-proxy-setup builder 6/7] COPY . . 12:13:32 #135 CACHED 12:13:32 12:13:32 #136 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:13:32 #136 CACHED 12:13:32 12:13:32 #137 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 12:13:32 #137 CACHED 12:13:32 12:13:32 #138 [core-common-config-bootstrapper builder 6/7] COPY . . 12:13:32 #138 CACHED 12:13:32 12:13:32 #139 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:13:32 #139 CACHED 12:13:32 12:13:32 #140 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 12:13:32 #140 CACHED 12:13:32 12:13:32 #117 [core-keeper builder 7/8] COPY . . 12:13:32 #117 DONE 1.7s 12:13:32 12:13:32 #141 [support-notifications builder 6/7] COPY . . 12:13:32 #141 DONE 1.7s 12:13:32 12:13:32 #142 [security-secretstore-setup builder 6/7] COPY . . 12:13:32 #142 DONE 1.7s 12:13:32 12:13:32 #143 [security-bootstrapper builder 6/7] COPY . . 12:13:32 #143 CACHED 12:13:32 12:13:32 #144 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 12:13:32 #144 CACHED 12:13:32 12:13:32 #145 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:13:32 #145 CACHED 12:13:32 12:13:32 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 12:13:32 + docker push nexus3.edgexfoundry.org:10004/core-keeper:ec96e723b98e779972536fd74512d007c7aee7d0 12:13:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 12:13:32 5ac159e40e3b: Preparing 12:13:32 e21661217a87: Preparing 12:13:32 6e52d2959ca2: Preparing 12:13:32 46b53e859439: Preparing 12:13:32 a8198eed1c51: Preparing 12:13:32 ce7f800efff9: Preparing 12:13:32 ce7f800efff9: Waiting 12:13:32 6e52d2959ca2: Layer already exists 12:13:32 ce7f800efff9: Layer already exists 12:13:32 5ac159e40e3b: Pushed 12:13:32 a8198eed1c51: Pushed 12:13:32 46b53e859439: Pushed 12:13:36 e21661217a87: Pushed 12:13:36 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:b4b450f2301e4a396bf96963c0ed0fc61b4ff6672bd085ed9db5b2d6b7232f9d size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:36 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:37 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 12:13:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 12:13:37 5ac159e40e3b: Preparing 12:13:37 e21661217a87: Preparing 12:13:37 6e52d2959ca2: Preparing 12:13:37 46b53e859439: Preparing 12:13:37 a8198eed1c51: Preparing 12:13:37 ce7f800efff9: Preparing 12:13:37 ce7f800efff9: Waiting 12:13:37 e21661217a87: Layer already exists 12:13:37 6e52d2959ca2: Layer already exists 12:13:37 5ac159e40e3b: Layer already exists 12:13:37 a8198eed1c51: Layer already exists 12:13:37 46b53e859439: Layer already exists 12:13:37 ce7f800efff9: Layer already exists 12:13:37 latest: digest: sha256:b4b450f2301e4a396bf96963c0ed0fc61b4ff6672bd085ed9db5b2d6b7232f9d size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:37 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:37 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.48 12:13:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 12:13:37 5ac159e40e3b: Preparing 12:13:37 e21661217a87: Preparing 12:13:37 6e52d2959ca2: Preparing 12:13:37 46b53e859439: Preparing 12:13:37 a8198eed1c51: Preparing 12:13:37 ce7f800efff9: Preparing 12:13:37 ce7f800efff9: Waiting 12:13:37 5ac159e40e3b: Layer already exists 12:13:37 46b53e859439: Layer already exists 12:13:37 6e52d2959ca2: Layer already exists 12:13:37 e21661217a87: Layer already exists 12:13:37 a8198eed1c51: Layer already exists 12:13:37 ce7f800efff9: Layer already exists 12:13:37 3.2.0-dev.48: digest: sha256:b4b450f2301e4a396bf96963c0ed0fc61b4ff6672bd085ed9db5b2d6b7232f9d size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:38 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:38 #146 ... 12:13:38 12:13:38 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:13:38 #0 5.336 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:13:38 + docker push nexus3.edgexfoundry.org:10004/core-keeper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 12:13:38 5ac159e40e3b: Preparing 12:13:38 e21661217a87: Preparing 12:13:38 6e52d2959ca2: Preparing 12:13:38 46b53e859439: Preparing 12:13:38 a8198eed1c51: Preparing 12:13:38 ce7f800efff9: Preparing 12:13:38 ce7f800efff9: Waiting 12:13:38 e21661217a87: Layer already exists 12:13:38 5ac159e40e3b: Layer already exists 12:13:38 46b53e859439: Layer already exists 12:13:38 6e52d2959ca2: Layer already exists 12:13:38 a8198eed1c51: Layer already exists 12:13:38 ce7f800efff9: Layer already exists 12:13:38 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:b4b450f2301e4a396bf96963c0ed0fc61b4ff6672bd085ed9db5b2d6b7232f9d size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:38 #147 ... 12:13:38 12:13:38 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:13:38 #0 6.084 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 12:13:38 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:39 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 12:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 12:13:39 5ac159e40e3b: Preparing 12:13:39 e21661217a87: Preparing 12:13:39 6e52d2959ca2: Preparing 12:13:39 46b53e859439: Preparing 12:13:39 a8198eed1c51: Preparing 12:13:39 ce7f800efff9: Preparing 12:13:39 ce7f800efff9: Waiting 12:13:39 6e52d2959ca2: Layer already exists 12:13:39 5ac159e40e3b: Layer already exists 12:13:39 46b53e859439: Layer already exists 12:13:39 e21661217a87: Layer already exists 12:13:39 a8198eed1c51: Layer already exists 12:13:39 ce7f800efff9: Layer already exists 12:13:39 main: digest: sha256:b4b450f2301e4a396bf96963c0ed0fc61b4ff6672bd085ed9db5b2d6b7232f9d size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:13:39 ===================================================== [Pipeline] echo 12:13:39 taggedImages: 12:13:39 - nexus3.edgexfoundry.org:10004/core-keeper:ec96e723b98e779972536fd74512d007c7aee7d0 12:13:39 - nexus3.edgexfoundry.org:10004/core-keeper:latest 12:13:39 - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.48 12:13:39 - nexus3.edgexfoundry.org:10004/core-keeper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:39 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 12:13:39 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 12:13:39 ec96e723b98e779972536fd74512d007c7aee7d0 12:13:39 latest 12:13:39 3.2.0-dev.48 12:13:39 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:39 main 12:13:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:39 #148 ... 12:13:39 12:13:39 #149 [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:13:39 #0 6.650 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:13:39 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:39 + docker push nexus3.edgexfoundry.org:10004/core-metadata:ec96e723b98e779972536fd74512d007c7aee7d0 12:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 12:13:39 e0d40e278ff8: Preparing 12:13:39 9875b6a9b2eb: Preparing 12:13:39 c2d414d01e0e: Preparing 12:13:39 04868242cd26: Preparing 12:13:39 6e52d2959ca2: Preparing 12:13:39 f0e572481465: Preparing 12:13:39 52b348f4b36b: Preparing 12:13:39 ce7f800efff9: Preparing 12:13:39 f0e572481465: Waiting 12:13:39 ce7f800efff9: Waiting 12:13:39 52b348f4b36b: Waiting 12:13:39 04868242cd26: Layer already exists 12:13:39 6e52d2959ca2: Layer already exists 12:13:39 f0e572481465: Layer already exists 12:13:39 52b348f4b36b: Layer already exists 12:13:39 ce7f800efff9: Layer already exists 12:13:39 9875b6a9b2eb: Pushed 12:13:39 e0d40e278ff8: Pushed 12:13:39 #149 ... 12:13:39 12:13:39 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 12:13:39 #0 7.178 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 12:13:39 #150 ... 12:13:39 12:13:39 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 12:13:39 #146 7.287 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:13:42 #146 ... 12:13:42 12:13:42 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 12:13:42 #0 6.305 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 12:13:42 #151 ... 12:13:42 12:13:42 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 12:13:42 #0 5.614 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 12:13:43 #152 ... 12:13:43 12:13:43 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 12:13:43 #0 7.157 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:13:43 #153 ... 12:13:43 12:13:43 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 12:13:43 #0 6.335 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 12:13:43 c2d414d01e0e: Pushed 12:13:43 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:4db2d92ac94a2f00318190d491a64dd62f8fbfce23c8e09b29ad7fc6fbe6e7f8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:43 #154 ... 12:13:43 12:13:43 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:13:43 #0 6.877 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 12:13:43 #155 ... 12:13:43 12:13:43 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 12:13:43 #0 6.940 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:13:43 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:43 #156 ... 12:13:43 12:13:43 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 12:13:43 #0 7.262 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 12:13:43 #157 ... 12:13:43 12:13:43 #158 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 12:13:43 #0 6.979 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 12:13:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 12:13:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 12:13:43 e0d40e278ff8: Preparing 12:13:43 9875b6a9b2eb: Preparing 12:13:43 c2d414d01e0e: Preparing 12:13:43 04868242cd26: Preparing 12:13:43 6e52d2959ca2: Preparing 12:13:43 f0e572481465: Preparing 12:13:43 52b348f4b36b: Preparing 12:13:43 ce7f800efff9: Preparing 12:13:43 52b348f4b36b: Waiting 12:13:43 f0e572481465: Waiting 12:13:43 ce7f800efff9: Waiting 12:13:43 9875b6a9b2eb: Layer already exists 12:13:43 e0d40e278ff8: Layer already exists 12:13:43 6e52d2959ca2: Layer already exists 12:13:43 c2d414d01e0e: Layer already exists 12:13:43 04868242cd26: Layer already exists 12:13:43 ce7f800efff9: Layer already exists 12:13:43 52b348f4b36b: Layer already exists 12:13:43 f0e572481465: Layer already exists 12:13:43 latest: digest: sha256:4db2d92ac94a2f00318190d491a64dd62f8fbfce23c8e09b29ad7fc6fbe6e7f8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:44 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:44 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.48 12:13:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 12:13:44 e0d40e278ff8: Preparing 12:13:44 9875b6a9b2eb: Preparing 12:13:44 c2d414d01e0e: Preparing 12:13:44 04868242cd26: Preparing 12:13:44 6e52d2959ca2: Preparing 12:13:44 f0e572481465: Preparing 12:13:44 52b348f4b36b: Preparing 12:13:44 ce7f800efff9: Preparing 12:13:44 52b348f4b36b: Waiting 12:13:44 f0e572481465: Waiting 12:13:44 ce7f800efff9: Waiting 12:13:44 04868242cd26: Layer already exists 12:13:44 6e52d2959ca2: Layer already exists 12:13:44 c2d414d01e0e: Layer already exists 12:13:44 e0d40e278ff8: Layer already exists 12:13:44 9875b6a9b2eb: Layer already exists 12:13:44 f0e572481465: Layer already exists 12:13:44 ce7f800efff9: Layer already exists 12:13:44 52b348f4b36b: Layer already exists 12:13:44 3.2.0-dev.48: digest: sha256:4db2d92ac94a2f00318190d491a64dd62f8fbfce23c8e09b29ad7fc6fbe6e7f8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:44 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:45 + docker push nexus3.edgexfoundry.org:10004/core-metadata:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 12:13:45 e0d40e278ff8: Preparing 12:13:45 9875b6a9b2eb: Preparing 12:13:45 c2d414d01e0e: Preparing 12:13:45 04868242cd26: Preparing 12:13:45 6e52d2959ca2: Preparing 12:13:45 f0e572481465: Preparing 12:13:45 52b348f4b36b: Preparing 12:13:45 ce7f800efff9: Preparing 12:13:45 f0e572481465: Waiting 12:13:45 ce7f800efff9: Waiting 12:13:45 52b348f4b36b: Waiting 12:13:45 6e52d2959ca2: Layer already exists 12:13:45 e0d40e278ff8: Layer already exists 12:13:45 c2d414d01e0e: Layer already exists 12:13:45 9875b6a9b2eb: Layer already exists 12:13:45 04868242cd26: Layer already exists 12:13:45 ce7f800efff9: Layer already exists 12:13:45 f0e572481465: Layer already exists 12:13:45 52b348f4b36b: Layer already exists 12:13:45 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:4db2d92ac94a2f00318190d491a64dd62f8fbfce23c8e09b29ad7fc6fbe6e7f8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:45 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:45 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 12:13:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 12:13:45 e0d40e278ff8: Preparing 12:13:45 9875b6a9b2eb: Preparing 12:13:45 c2d414d01e0e: Preparing 12:13:45 04868242cd26: Preparing 12:13:45 6e52d2959ca2: Preparing 12:13:45 f0e572481465: Preparing 12:13:45 52b348f4b36b: Preparing 12:13:45 ce7f800efff9: Preparing 12:13:45 f0e572481465: Waiting 12:13:45 52b348f4b36b: Waiting 12:13:45 ce7f800efff9: Waiting 12:13:45 e0d40e278ff8: Layer already exists 12:13:45 6e52d2959ca2: Layer already exists 12:13:45 c2d414d01e0e: Layer already exists 12:13:45 9875b6a9b2eb: Layer already exists 12:13:45 04868242cd26: Layer already exists 12:13:45 f0e572481465: Layer already exists 12:13:45 52b348f4b36b: Layer already exists 12:13:45 ce7f800efff9: Layer already exists 12:13:45 main: digest: sha256:4db2d92ac94a2f00318190d491a64dd62f8fbfce23c8e09b29ad7fc6fbe6e7f8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:13:45 ===================================================== [Pipeline] echo 12:13:45 taggedImages: 12:13:45 - nexus3.edgexfoundry.org:10004/core-metadata:ec96e723b98e779972536fd74512d007c7aee7d0 12:13:45 - nexus3.edgexfoundry.org:10004/core-metadata:latest 12:13:45 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.48 12:13:45 - nexus3.edgexfoundry.org:10004/core-metadata:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:45 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 12:13:45 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 12:13:45 ec96e723b98e779972536fd74512d007c7aee7d0 12:13:45 latest 12:13:45 3.2.0-dev.48 12:13:45 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:45 main 12:13:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:46 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0 12:13:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 12:13:46 f80b4f522cb9: Preparing 12:13:46 b4cefa69a16e: Preparing 12:13:46 e40a1531109e: Preparing 12:13:46 39d0cf9b3663: Preparing 12:13:46 87d47209196b: Preparing 12:13:46 cf9f51676866: Preparing 12:13:46 c8d2db80b98c: Preparing 12:13:46 cfe3335cadd3: Preparing 12:13:46 04868242cd26: Preparing 12:13:46 6e52d2959ca2: Preparing 12:13:46 7705655b6253: Preparing 12:13:46 1a0b73e6981c: Preparing 12:13:46 5f70bf18a086: Preparing 12:13:46 f882c7e2e716: Preparing 12:13:46 ba56335c6b2f: Preparing 12:13:46 a19e77e31441: Preparing 12:13:46 ce7f800efff9: Preparing 12:13:46 cf9f51676866: Waiting 12:13:46 c8d2db80b98c: Waiting 12:13:46 cfe3335cadd3: Waiting 12:13:46 04868242cd26: Waiting 12:13:46 6e52d2959ca2: Waiting 12:13:46 7705655b6253: Waiting 12:13:46 1a0b73e6981c: Waiting 12:13:46 5f70bf18a086: Waiting 12:13:46 f882c7e2e716: Waiting 12:13:46 ba56335c6b2f: Waiting 12:13:46 a19e77e31441: Waiting 12:13:46 ce7f800efff9: Waiting 12:13:46 e40a1531109e: Pushed 12:13:46 39d0cf9b3663: Pushed 12:13:46 f80b4f522cb9: Pushed 12:13:46 b4cefa69a16e: Pushed 12:13:46 87d47209196b: Pushed 12:13:46 04868242cd26: Layer already exists 12:13:46 6e52d2959ca2: Layer already exists 12:13:46 cf9f51676866: Pushed 12:13:46 c8d2db80b98c: Pushed 12:13:46 5f70bf18a086: Layer already exists 12:13:46 7705655b6253: Pushed 12:13:46 1a0b73e6981c: Pushed 12:13:46 f882c7e2e716: Pushed 12:13:46 ba56335c6b2f: Pushed 12:13:46 ce7f800efff9: Layer already exists 12:13:46 a19e77e31441: Pushed 12:13:48 cfe3335cadd3: Pushed 12:13:48 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:04897c09460e6ba9a876c8d168a8403020236d8bbc05568386ccd3a5ee31e8c7 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:48 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:48 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 12:13:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 12:13:48 f80b4f522cb9: Preparing 12:13:48 b4cefa69a16e: Preparing 12:13:48 e40a1531109e: Preparing 12:13:48 39d0cf9b3663: Preparing 12:13:48 87d47209196b: Preparing 12:13:48 cf9f51676866: Preparing 12:13:48 c8d2db80b98c: Preparing 12:13:48 cfe3335cadd3: Preparing 12:13:48 04868242cd26: Preparing 12:13:48 6e52d2959ca2: Preparing 12:13:48 7705655b6253: Preparing 12:13:48 1a0b73e6981c: Preparing 12:13:48 5f70bf18a086: Preparing 12:13:48 f882c7e2e716: Preparing 12:13:48 ba56335c6b2f: Preparing 12:13:48 a19e77e31441: Preparing 12:13:48 ce7f800efff9: Preparing 12:13:48 cf9f51676866: Waiting 12:13:48 c8d2db80b98c: Waiting 12:13:48 cfe3335cadd3: Waiting 12:13:48 04868242cd26: Waiting 12:13:48 5f70bf18a086: Waiting 12:13:48 1a0b73e6981c: Waiting 12:13:48 6e52d2959ca2: Waiting 12:13:48 f882c7e2e716: Waiting 12:13:48 7705655b6253: Waiting 12:13:48 a19e77e31441: Waiting 12:13:48 ce7f800efff9: Waiting 12:13:48 ba56335c6b2f: Waiting 12:13:48 f80b4f522cb9: Layer already exists 12:13:48 39d0cf9b3663: Layer already exists 12:13:48 e40a1531109e: Layer already exists 12:13:48 b4cefa69a16e: Layer already exists 12:13:48 87d47209196b: Layer already exists 12:13:48 04868242cd26: Layer already exists 12:13:48 c8d2db80b98c: Layer already exists 12:13:48 cfe3335cadd3: Layer already exists 12:13:48 cf9f51676866: Layer already exists 12:13:48 6e52d2959ca2: Layer already exists 12:13:48 1a0b73e6981c: Layer already exists 12:13:48 7705655b6253: Layer already exists 12:13:48 ba56335c6b2f: Layer already exists 12:13:48 5f70bf18a086: Layer already exists 12:13:48 f882c7e2e716: Layer already exists 12:13:48 ce7f800efff9: Layer already exists 12:13:48 a19e77e31441: Layer already exists 12:13:48 latest: digest: sha256:04897c09460e6ba9a876c8d168a8403020236d8bbc05568386ccd3a5ee31e8c7 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:49 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:49 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.48 12:13:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 12:13:49 f80b4f522cb9: Preparing 12:13:49 b4cefa69a16e: Preparing 12:13:49 e40a1531109e: Preparing 12:13:49 39d0cf9b3663: Preparing 12:13:49 87d47209196b: Preparing 12:13:49 cf9f51676866: Preparing 12:13:49 c8d2db80b98c: Preparing 12:13:49 cfe3335cadd3: Preparing 12:13:49 04868242cd26: Preparing 12:13:49 6e52d2959ca2: Preparing 12:13:49 7705655b6253: Preparing 12:13:49 1a0b73e6981c: Preparing 12:13:49 5f70bf18a086: Preparing 12:13:49 f882c7e2e716: Preparing 12:13:49 ba56335c6b2f: Preparing 12:13:49 a19e77e31441: Preparing 12:13:49 ce7f800efff9: Preparing 12:13:49 1a0b73e6981c: Waiting 12:13:49 cf9f51676866: Waiting 12:13:49 5f70bf18a086: Waiting 12:13:49 f882c7e2e716: Waiting 12:13:49 c8d2db80b98c: Waiting 12:13:49 6e52d2959ca2: Waiting 12:13:49 7705655b6253: Waiting 12:13:49 cfe3335cadd3: Waiting 12:13:49 04868242cd26: Waiting 12:13:49 a19e77e31441: Waiting 12:13:49 ce7f800efff9: Waiting 12:13:49 ba56335c6b2f: Waiting 12:13:49 87d47209196b: Layer already exists 12:13:49 b4cefa69a16e: Layer already exists 12:13:49 e40a1531109e: Layer already exists 12:13:49 39d0cf9b3663: Layer already exists 12:13:49 f80b4f522cb9: Layer already exists 12:13:49 cf9f51676866: Layer already exists 12:13:49 cfe3335cadd3: Layer already exists 12:13:49 04868242cd26: Layer already exists 12:13:49 6e52d2959ca2: Layer already exists 12:13:49 c8d2db80b98c: Layer already exists 12:13:49 1a0b73e6981c: Layer already exists 12:13:49 5f70bf18a086: Layer already exists 12:13:49 7705655b6253: Layer already exists 12:13:49 ba56335c6b2f: Layer already exists 12:13:49 f882c7e2e716: Layer already exists 12:13:49 ce7f800efff9: Layer already exists 12:13:49 a19e77e31441: Layer already exists 12:13:49 3.2.0-dev.48: digest: sha256:04897c09460e6ba9a876c8d168a8403020236d8bbc05568386ccd3a5ee31e8c7 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:49 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 12:13:50 f80b4f522cb9: Preparing 12:13:50 b4cefa69a16e: Preparing 12:13:50 e40a1531109e: Preparing 12:13:50 39d0cf9b3663: Preparing 12:13:50 87d47209196b: Preparing 12:13:50 cf9f51676866: Preparing 12:13:50 c8d2db80b98c: Preparing 12:13:50 cfe3335cadd3: Preparing 12:13:50 04868242cd26: Preparing 12:13:50 6e52d2959ca2: Preparing 12:13:50 7705655b6253: Preparing 12:13:50 1a0b73e6981c: Preparing 12:13:50 5f70bf18a086: Preparing 12:13:50 f882c7e2e716: Preparing 12:13:50 ba56335c6b2f: Preparing 12:13:50 a19e77e31441: Preparing 12:13:50 ce7f800efff9: Preparing 12:13:50 6e52d2959ca2: Waiting 12:13:50 cf9f51676866: Waiting 12:13:50 c8d2db80b98c: Waiting 12:13:50 cfe3335cadd3: Waiting 12:13:50 7705655b6253: Waiting 12:13:50 ce7f800efff9: Waiting 12:13:50 04868242cd26: Waiting 12:13:50 ba56335c6b2f: Waiting 12:13:50 a19e77e31441: Waiting 12:13:50 1a0b73e6981c: Waiting 12:13:50 f882c7e2e716: Waiting 12:13:50 5f70bf18a086: Waiting 12:13:50 39d0cf9b3663: Layer already exists 12:13:50 f80b4f522cb9: Layer already exists 12:13:50 b4cefa69a16e: Layer already exists 12:13:50 e40a1531109e: Layer already exists 12:13:50 87d47209196b: Layer already exists 12:13:50 cf9f51676866: Layer already exists 12:13:50 c8d2db80b98c: Layer already exists 12:13:50 cfe3335cadd3: Layer already exists 12:13:50 04868242cd26: Layer already exists 12:13:50 6e52d2959ca2: Layer already exists 12:13:50 7705655b6253: Layer already exists 12:13:50 1a0b73e6981c: Layer already exists 12:13:50 ba56335c6b2f: Layer already exists 12:13:50 5f70bf18a086: Layer already exists 12:13:50 f882c7e2e716: Layer already exists 12:13:50 a19e77e31441: Layer already exists 12:13:50 ce7f800efff9: Layer already exists 12:13:50 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:04897c09460e6ba9a876c8d168a8403020236d8bbc05568386ccd3a5ee31e8c7 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:50 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 12:13:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 12:13:50 f80b4f522cb9: Preparing 12:13:50 b4cefa69a16e: Preparing 12:13:50 e40a1531109e: Preparing 12:13:50 39d0cf9b3663: Preparing 12:13:50 87d47209196b: Preparing 12:13:50 cf9f51676866: Preparing 12:13:50 c8d2db80b98c: Preparing 12:13:50 cfe3335cadd3: Preparing 12:13:50 04868242cd26: Preparing 12:13:50 6e52d2959ca2: Preparing 12:13:50 7705655b6253: Preparing 12:13:50 1a0b73e6981c: Preparing 12:13:50 5f70bf18a086: Preparing 12:13:50 f882c7e2e716: Preparing 12:13:50 ba56335c6b2f: Preparing 12:13:50 a19e77e31441: Preparing 12:13:50 ce7f800efff9: Preparing 12:13:50 cf9f51676866: Waiting 12:13:50 6e52d2959ca2: Waiting 12:13:50 7705655b6253: Waiting 12:13:50 04868242cd26: Waiting 12:13:50 c8d2db80b98c: Waiting 12:13:50 ba56335c6b2f: Waiting 12:13:50 1a0b73e6981c: Waiting 12:13:50 a19e77e31441: Waiting 12:13:50 cfe3335cadd3: Waiting 12:13:50 ce7f800efff9: Waiting 12:13:50 5f70bf18a086: Waiting 12:13:50 f882c7e2e716: Waiting 12:13:50 39d0cf9b3663: Layer already exists 12:13:50 b4cefa69a16e: Layer already exists 12:13:50 f80b4f522cb9: Layer already exists 12:13:50 87d47209196b: Layer already exists 12:13:50 e40a1531109e: Layer already exists 12:13:50 c8d2db80b98c: Layer already exists 12:13:50 cf9f51676866: Layer already exists 12:13:50 cfe3335cadd3: Layer already exists 12:13:50 04868242cd26: Layer already exists 12:13:50 6e52d2959ca2: Layer already exists 12:13:50 7705655b6253: Layer already exists 12:13:50 1a0b73e6981c: Layer already exists 12:13:50 5f70bf18a086: Layer already exists 12:13:50 f882c7e2e716: Layer already exists 12:13:50 ba56335c6b2f: Layer already exists 12:13:50 ce7f800efff9: Layer already exists 12:13:50 a19e77e31441: Layer already exists 12:13:50 main: digest: sha256:04897c09460e6ba9a876c8d168a8403020236d8bbc05568386ccd3a5ee31e8c7 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:13:50 ===================================================== [Pipeline] echo 12:13:50 taggedImages: 12:13:50 - nexus3.edgexfoundry.org:10004/security-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0 12:13:50 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 12:13:50 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.48 12:13:50 - nexus3.edgexfoundry.org:10004/security-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:50 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 12:13:50 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 12:13:50 ec96e723b98e779972536fd74512d007c7aee7d0 12:13:50 latest 12:13:50 3.2.0-dev.48 12:13:50 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:50 main 12:13:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:51 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ec96e723b98e779972536fd74512d007c7aee7d0 12:13:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 12:13:51 e91a6fc44ba0: Preparing 12:13:51 611b85615e00: Preparing 12:13:51 44c4e9cc7af9: Preparing 12:13:51 b741d543d55b: Preparing 12:13:51 04868242cd26: Preparing 12:13:51 6e52d2959ca2: Preparing 12:13:51 f0e572481465: Preparing 12:13:51 52b348f4b36b: Preparing 12:13:51 ce7f800efff9: Preparing 12:13:51 6e52d2959ca2: Waiting 12:13:51 f0e572481465: Waiting 12:13:51 52b348f4b36b: Waiting 12:13:51 ce7f800efff9: Waiting 12:13:51 04868242cd26: Layer already exists 12:13:51 6e52d2959ca2: Layer already exists 12:13:51 f0e572481465: Layer already exists 12:13:51 52b348f4b36b: Layer already exists 12:13:51 611b85615e00: Pushed 12:13:51 ce7f800efff9: Layer already exists 12:13:51 e91a6fc44ba0: Pushed 12:13:51 44c4e9cc7af9: Pushed 12:13:54 b741d543d55b: Pushed 12:13:54 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:c6e5fb71ade89b0be12b2710513372575657d2c284d03dff95ea70ac593ca6a4 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:54 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 12:13:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 12:13:54 e91a6fc44ba0: Preparing 12:13:54 611b85615e00: Preparing 12:13:54 44c4e9cc7af9: Preparing 12:13:54 b741d543d55b: Preparing 12:13:54 04868242cd26: Preparing 12:13:54 6e52d2959ca2: Preparing 12:13:54 f0e572481465: Preparing 12:13:54 52b348f4b36b: Preparing 12:13:54 ce7f800efff9: Preparing 12:13:54 f0e572481465: Waiting 12:13:54 6e52d2959ca2: Waiting 12:13:54 52b348f4b36b: Waiting 12:13:54 ce7f800efff9: Waiting 12:13:54 e91a6fc44ba0: Layer already exists 12:13:54 44c4e9cc7af9: Layer already exists 12:13:54 611b85615e00: Layer already exists 12:13:54 04868242cd26: Layer already exists 12:13:54 b741d543d55b: Layer already exists 12:13:54 52b348f4b36b: Layer already exists 12:13:54 f0e572481465: Layer already exists 12:13:54 6e52d2959ca2: Layer already exists 12:13:54 ce7f800efff9: Layer already exists 12:13:54 latest: digest: sha256:c6e5fb71ade89b0be12b2710513372575657d2c284d03dff95ea70ac593ca6a4 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:55 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.48 12:13:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 12:13:55 e91a6fc44ba0: Preparing 12:13:55 611b85615e00: Preparing 12:13:55 44c4e9cc7af9: Preparing 12:13:55 b741d543d55b: Preparing 12:13:55 04868242cd26: Preparing 12:13:55 6e52d2959ca2: Preparing 12:13:55 f0e572481465: Preparing 12:13:55 52b348f4b36b: Preparing 12:13:55 ce7f800efff9: Preparing 12:13:55 f0e572481465: Waiting 12:13:55 52b348f4b36b: Waiting 12:13:55 ce7f800efff9: Waiting 12:13:55 6e52d2959ca2: Waiting 12:13:55 04868242cd26: Layer already exists 12:13:55 44c4e9cc7af9: Layer already exists 12:13:55 e91a6fc44ba0: Layer already exists 12:13:55 611b85615e00: Layer already exists 12:13:55 b741d543d55b: Layer already exists 12:13:55 6e52d2959ca2: Layer already exists 12:13:55 52b348f4b36b: Layer already exists 12:13:55 f0e572481465: Layer already exists 12:13:55 ce7f800efff9: Layer already exists 12:13:55 3.2.0-dev.48: digest: sha256:c6e5fb71ade89b0be12b2710513372575657d2c284d03dff95ea70ac593ca6a4 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:55 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 12:13:56 e91a6fc44ba0: Preparing 12:13:56 611b85615e00: Preparing 12:13:56 44c4e9cc7af9: Preparing 12:13:56 b741d543d55b: Preparing 12:13:56 04868242cd26: Preparing 12:13:56 6e52d2959ca2: Preparing 12:13:56 f0e572481465: Preparing 12:13:56 52b348f4b36b: Preparing 12:13:56 ce7f800efff9: Preparing 12:13:56 52b348f4b36b: Waiting 12:13:56 6e52d2959ca2: Waiting 12:13:56 f0e572481465: Waiting 12:13:56 b741d543d55b: Layer already exists 12:13:56 44c4e9cc7af9: Layer already exists 12:13:56 611b85615e00: Layer already exists 12:13:56 04868242cd26: Layer already exists 12:13:56 e91a6fc44ba0: Layer already exists 12:13:56 f0e572481465: Layer already exists 12:13:56 6e52d2959ca2: Layer already exists 12:13:56 52b348f4b36b: Layer already exists 12:13:56 ce7f800efff9: Layer already exists 12:13:56 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:c6e5fb71ade89b0be12b2710513372575657d2c284d03dff95ea70ac593ca6a4 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:56 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 12:13:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 12:13:56 e91a6fc44ba0: Preparing 12:13:56 611b85615e00: Preparing 12:13:56 44c4e9cc7af9: Preparing 12:13:56 b741d543d55b: Preparing 12:13:56 04868242cd26: Preparing 12:13:56 6e52d2959ca2: Preparing 12:13:56 f0e572481465: Preparing 12:13:56 52b348f4b36b: Preparing 12:13:56 ce7f800efff9: Preparing 12:13:56 f0e572481465: Waiting 12:13:56 52b348f4b36b: Waiting 12:13:56 6e52d2959ca2: Waiting 12:13:56 ce7f800efff9: Waiting 12:13:56 44c4e9cc7af9: Layer already exists 12:13:56 04868242cd26: Layer already exists 12:13:56 e91a6fc44ba0: Layer already exists 12:13:56 611b85615e00: Layer already exists 12:13:56 b741d543d55b: Layer already exists 12:13:56 6e52d2959ca2: Layer already exists 12:13:56 f0e572481465: Layer already exists 12:13:56 52b348f4b36b: Layer already exists 12:13:56 ce7f800efff9: Layer already exists 12:13:56 main: digest: sha256:c6e5fb71ade89b0be12b2710513372575657d2c284d03dff95ea70ac593ca6a4 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:13:57 ===================================================== [Pipeline] echo 12:13:57 taggedImages: 12:13:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth:ec96e723b98e779972536fd74512d007c7aee7d0 12:13:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 12:13:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.48 12:13:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 12:13:57 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 12:13:57 ec96e723b98e779972536fd74512d007c7aee7d0 12:13:57 latest 12:13:57 3.2.0-dev.48 12:13:57 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:13:57 main 12:13:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:57 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ec96e723b98e779972536fd74512d007c7aee7d0 12:13:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 12:13:57 3e764279a5ea: Preparing 12:13:57 28833f48d8c1: Preparing 12:13:57 835f4d2a5c0b: Preparing 12:13:57 aa4f2d66ee7c: Preparing 12:13:57 b0cdc1be8131: Preparing 12:13:57 04868242cd26: Preparing 12:13:57 6e52d2959ca2: Preparing 12:13:57 e28c4d1def0b: Preparing 12:13:57 2f2968e87944: Preparing 12:13:57 41ffc6dcf68b: Preparing 12:13:57 ce7f800efff9: Preparing 12:13:57 04868242cd26: Waiting 12:13:57 6e52d2959ca2: Waiting 12:13:57 e28c4d1def0b: Waiting 12:13:57 ce7f800efff9: Waiting 12:13:57 2f2968e87944: Waiting 12:13:57 41ffc6dcf68b: Waiting 12:13:57 28833f48d8c1: Pushed 12:13:57 aa4f2d66ee7c: Pushed 12:13:57 04868242cd26: Layer already exists 12:13:57 b0cdc1be8131: Pushed 12:13:57 3e764279a5ea: Pushed 12:13:57 6e52d2959ca2: Layer already exists 12:13:57 ce7f800efff9: Layer already exists 12:13:57 2f2968e87944: Pushed 12:13:57 e28c4d1def0b: Pushed 12:13:58 835f4d2a5c0b: Pushed 12:13:59 41ffc6dcf68b: Pushed 12:13:59 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:68b82ba347c366acc9d3fd39cb5ae4d3cdaa1e8a7e7dc638b879e9b0f30ec7bf size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:59 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:13:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 12:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 12:13:59 3e764279a5ea: Preparing 12:13:59 28833f48d8c1: Preparing 12:13:59 835f4d2a5c0b: Preparing 12:13:59 aa4f2d66ee7c: Preparing 12:13:59 b0cdc1be8131: Preparing 12:13:59 04868242cd26: Preparing 12:13:59 04868242cd26: Waiting 12:13:59 6e52d2959ca2: Preparing 12:13:59 e28c4d1def0b: Preparing 12:13:59 2f2968e87944: Preparing 12:13:59 41ffc6dcf68b: Preparing 12:13:59 ce7f800efff9: Preparing 12:13:59 41ffc6dcf68b: Waiting 12:13:59 6e52d2959ca2: Waiting 12:13:59 e28c4d1def0b: Waiting 12:13:59 ce7f800efff9: Waiting 12:13:59 2f2968e87944: Waiting 12:13:59 3e764279a5ea: Layer already exists 12:13:59 aa4f2d66ee7c: Layer already exists 12:13:59 835f4d2a5c0b: Layer already exists 12:13:59 28833f48d8c1: Layer already exists 12:13:59 b0cdc1be8131: Layer already exists 12:13:59 6e52d2959ca2: Layer already exists 12:13:59 04868242cd26: Layer already exists 12:13:59 e28c4d1def0b: Layer already exists 12:13:59 41ffc6dcf68b: Layer already exists 12:13:59 2f2968e87944: Layer already exists 12:13:59 ce7f800efff9: Layer already exists 12:13:59 latest: digest: sha256:68b82ba347c366acc9d3fd39cb5ae4d3cdaa1e8a7e7dc638b879e9b0f30ec7bf size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:00 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.48 12:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 12:14:00 3e764279a5ea: Preparing 12:14:00 28833f48d8c1: Preparing 12:14:00 835f4d2a5c0b: Preparing 12:14:00 aa4f2d66ee7c: Preparing 12:14:00 b0cdc1be8131: Preparing 12:14:00 04868242cd26: Preparing 12:14:00 6e52d2959ca2: Preparing 12:14:00 e28c4d1def0b: Preparing 12:14:00 2f2968e87944: Preparing 12:14:00 41ffc6dcf68b: Preparing 12:14:00 ce7f800efff9: Preparing 12:14:00 6e52d2959ca2: Waiting 12:14:00 e28c4d1def0b: Waiting 12:14:00 41ffc6dcf68b: Waiting 12:14:00 ce7f800efff9: Waiting 12:14:00 04868242cd26: Waiting 12:14:00 2f2968e87944: Waiting 12:14:00 835f4d2a5c0b: Layer already exists 12:14:00 3e764279a5ea: Layer already exists 12:14:00 aa4f2d66ee7c: Layer already exists 12:14:00 b0cdc1be8131: Layer already exists 12:14:00 28833f48d8c1: Layer already exists 12:14:00 04868242cd26: Layer already exists 12:14:00 6e52d2959ca2: Layer already exists 12:14:00 2f2968e87944: Layer already exists 12:14:00 e28c4d1def0b: Layer already exists 12:14:00 41ffc6dcf68b: Layer already exists 12:14:00 ce7f800efff9: Layer already exists 12:14:00 3.2.0-dev.48: digest: sha256:68b82ba347c366acc9d3fd39cb5ae4d3cdaa1e8a7e7dc638b879e9b0f30ec7bf size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:00 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 12:14:01 3e764279a5ea: Preparing 12:14:01 28833f48d8c1: Preparing 12:14:01 835f4d2a5c0b: Preparing 12:14:01 aa4f2d66ee7c: Preparing 12:14:01 b0cdc1be8131: Preparing 12:14:01 04868242cd26: Preparing 12:14:01 6e52d2959ca2: Preparing 12:14:01 e28c4d1def0b: Preparing 12:14:01 2f2968e87944: Preparing 12:14:01 41ffc6dcf68b: Preparing 12:14:01 ce7f800efff9: Preparing 12:14:01 6e52d2959ca2: Waiting 12:14:01 04868242cd26: Waiting 12:14:01 e28c4d1def0b: Waiting 12:14:01 2f2968e87944: Waiting 12:14:01 ce7f800efff9: Waiting 12:14:01 aa4f2d66ee7c: Layer already exists 12:14:01 b0cdc1be8131: Layer already exists 12:14:01 3e764279a5ea: Layer already exists 12:14:01 835f4d2a5c0b: Layer already exists 12:14:01 28833f48d8c1: Layer already exists 12:14:01 e28c4d1def0b: Layer already exists 12:14:01 6e52d2959ca2: Layer already exists 12:14:01 2f2968e87944: Layer already exists 12:14:01 04868242cd26: Layer already exists 12:14:01 41ffc6dcf68b: Layer already exists 12:14:01 ce7f800efff9: Layer already exists 12:14:01 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:68b82ba347c366acc9d3fd39cb5ae4d3cdaa1e8a7e7dc638b879e9b0f30ec7bf size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:01 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 12:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 12:14:01 3e764279a5ea: Preparing 12:14:01 28833f48d8c1: Preparing 12:14:01 835f4d2a5c0b: Preparing 12:14:01 aa4f2d66ee7c: Preparing 12:14:01 b0cdc1be8131: Preparing 12:14:01 04868242cd26: Preparing 12:14:01 6e52d2959ca2: Preparing 12:14:01 e28c4d1def0b: Preparing 12:14:01 2f2968e87944: Preparing 12:14:01 41ffc6dcf68b: Preparing 12:14:01 ce7f800efff9: Preparing 12:14:01 6e52d2959ca2: Waiting 12:14:01 41ffc6dcf68b: Waiting 12:14:01 e28c4d1def0b: Waiting 12:14:01 2f2968e87944: Waiting 12:14:01 ce7f800efff9: Waiting 12:14:01 04868242cd26: Waiting 12:14:01 b0cdc1be8131: Layer already exists 12:14:01 835f4d2a5c0b: Layer already exists 12:14:01 3e764279a5ea: Layer already exists 12:14:01 28833f48d8c1: Layer already exists 12:14:01 aa4f2d66ee7c: Layer already exists 12:14:01 04868242cd26: Layer already exists 12:14:01 e28c4d1def0b: Layer already exists 12:14:01 41ffc6dcf68b: Layer already exists 12:14:01 2f2968e87944: Layer already exists 12:14:01 6e52d2959ca2: Layer already exists 12:14:01 ce7f800efff9: Layer already exists 12:14:01 main: digest: sha256:68b82ba347c366acc9d3fd39cb5ae4d3cdaa1e8a7e7dc638b879e9b0f30ec7bf size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:14:01 ===================================================== [Pipeline] echo 12:14:01 taggedImages: 12:14:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup:ec96e723b98e779972536fd74512d007c7aee7d0 12:14:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 12:14:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.48 12:14:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 12:14:01 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 12:14:01 ec96e723b98e779972536fd74512d007c7aee7d0 12:14:01 latest 12:14:01 3.2.0-dev.48 12:14:01 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:01 main 12:14:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:02 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ec96e723b98e779972536fd74512d007c7aee7d0 12:14:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 12:14:02 ff9472120b70: Preparing 12:14:02 6a183e2e4a76: Preparing 12:14:02 221816d51580: Preparing 12:14:02 99fd3f5aaa73: Preparing 12:14:02 15a01e674548: Preparing 12:14:02 b0500aa88f8f: Preparing 12:14:02 367fd98b398a: Preparing 12:14:02 04868242cd26: Preparing 12:14:02 6e52d2959ca2: Preparing 12:14:02 f9b94100a602: Preparing 12:14:02 e10c015d08a1: Preparing 12:14:02 ce7f800efff9: Preparing 12:14:02 b0500aa88f8f: Waiting 12:14:02 04868242cd26: Waiting 12:14:02 367fd98b398a: Waiting 12:14:02 6e52d2959ca2: Waiting 12:14:02 e10c015d08a1: Waiting 12:14:02 f9b94100a602: Waiting 12:14:02 ce7f800efff9: Waiting 12:14:02 15a01e674548: Pushed 12:14:02 6a183e2e4a76: Pushed 12:14:02 ff9472120b70: Pushed 12:14:02 04868242cd26: Layer already exists 12:14:02 6e52d2959ca2: Layer already exists 12:14:02 b0500aa88f8f: Pushed 12:14:02 367fd98b398a: Pushed 12:14:02 ce7f800efff9: Layer already exists 12:14:02 f9b94100a602: Pushed 12:14:03 99fd3f5aaa73: Pushed 12:14:03 221816d51580: Pushed 12:14:03 e10c015d08a1: Pushed 12:14:03 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:7f647f3a357d7c897b13993a1d51036b61e77ebd2b1e9dd0299c35b7f08b6234 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:04 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 12:14:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 12:14:04 ff9472120b70: Preparing 12:14:04 6a183e2e4a76: Preparing 12:14:04 221816d51580: Preparing 12:14:04 99fd3f5aaa73: Preparing 12:14:04 15a01e674548: Preparing 12:14:04 b0500aa88f8f: Preparing 12:14:04 367fd98b398a: Preparing 12:14:04 04868242cd26: Preparing 12:14:04 6e52d2959ca2: Preparing 12:14:04 f9b94100a602: Preparing 12:14:04 e10c015d08a1: Preparing 12:14:04 ce7f800efff9: Preparing 12:14:04 b0500aa88f8f: Waiting 12:14:04 367fd98b398a: Waiting 12:14:04 04868242cd26: Waiting 12:14:04 6e52d2959ca2: Waiting 12:14:04 f9b94100a602: Waiting 12:14:04 e10c015d08a1: Waiting 12:14:04 ce7f800efff9: Waiting 12:14:04 ff9472120b70: Layer already exists 12:14:04 99fd3f5aaa73: Layer already exists 12:14:04 15a01e674548: Layer already exists 12:14:04 6a183e2e4a76: Layer already exists 12:14:04 221816d51580: Layer already exists 12:14:04 b0500aa88f8f: Layer already exists 12:14:04 367fd98b398a: Layer already exists 12:14:04 6e52d2959ca2: Layer already exists 12:14:04 04868242cd26: Layer already exists 12:14:04 f9b94100a602: Layer already exists 12:14:04 e10c015d08a1: Layer already exists 12:14:04 ce7f800efff9: Layer already exists 12:14:04 latest: digest: sha256:7f647f3a357d7c897b13993a1d51036b61e77ebd2b1e9dd0299c35b7f08b6234 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:04 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.48 12:14:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 12:14:05 ff9472120b70: Preparing 12:14:05 6a183e2e4a76: Preparing 12:14:05 221816d51580: Preparing 12:14:05 99fd3f5aaa73: Preparing 12:14:05 15a01e674548: Preparing 12:14:05 b0500aa88f8f: Preparing 12:14:05 367fd98b398a: Preparing 12:14:05 04868242cd26: Preparing 12:14:05 6e52d2959ca2: Preparing 12:14:05 f9b94100a602: Preparing 12:14:05 e10c015d08a1: Preparing 12:14:05 ce7f800efff9: Preparing 12:14:05 04868242cd26: Waiting 12:14:05 f9b94100a602: Waiting 12:14:05 6e52d2959ca2: Waiting 12:14:05 ce7f800efff9: Waiting 12:14:05 e10c015d08a1: Waiting 12:14:05 b0500aa88f8f: Waiting 12:14:05 367fd98b398a: Waiting 12:14:05 6a183e2e4a76: Layer already exists 12:14:05 221816d51580: Layer already exists 12:14:05 ff9472120b70: Layer already exists 12:14:05 99fd3f5aaa73: Layer already exists 12:14:05 15a01e674548: Layer already exists 12:14:05 367fd98b398a: Layer already exists 12:14:05 b0500aa88f8f: Layer already exists 12:14:05 04868242cd26: Layer already exists 12:14:05 6e52d2959ca2: Layer already exists 12:14:05 f9b94100a602: Layer already exists 12:14:05 e10c015d08a1: Layer already exists 12:14:05 ce7f800efff9: Layer already exists 12:14:05 3.2.0-dev.48: digest: sha256:7f647f3a357d7c897b13993a1d51036b61e77ebd2b1e9dd0299c35b7f08b6234 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:05 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 12:14:05 ff9472120b70: Preparing 12:14:05 6a183e2e4a76: Preparing 12:14:05 221816d51580: Preparing 12:14:05 99fd3f5aaa73: Preparing 12:14:05 15a01e674548: Preparing 12:14:05 b0500aa88f8f: Preparing 12:14:05 367fd98b398a: Preparing 12:14:05 04868242cd26: Preparing 12:14:05 6e52d2959ca2: Preparing 12:14:05 f9b94100a602: Preparing 12:14:05 04868242cd26: Waiting 12:14:05 6e52d2959ca2: Waiting 12:14:05 e10c015d08a1: Preparing 12:14:05 ce7f800efff9: Preparing 12:14:05 367fd98b398a: Waiting 12:14:05 e10c015d08a1: Waiting 12:14:05 f9b94100a602: Waiting 12:14:05 ce7f800efff9: Waiting 12:14:05 15a01e674548: Layer already exists 12:14:05 ff9472120b70: Layer already exists 12:14:05 6a183e2e4a76: Layer already exists 12:14:05 99fd3f5aaa73: Layer already exists 12:14:05 221816d51580: Layer already exists 12:14:05 b0500aa88f8f: Layer already exists 12:14:05 367fd98b398a: Layer already exists 12:14:05 f9b94100a602: Layer already exists 12:14:05 6e52d2959ca2: Layer already exists 12:14:05 04868242cd26: Layer already exists 12:14:05 e10c015d08a1: Layer already exists 12:14:05 ce7f800efff9: Layer already exists 12:14:05 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:7f647f3a357d7c897b13993a1d51036b61e77ebd2b1e9dd0299c35b7f08b6234 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:06 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:06 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 12:14:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 12:14:06 ff9472120b70: Preparing 12:14:06 6a183e2e4a76: Preparing 12:14:06 221816d51580: Preparing 12:14:06 99fd3f5aaa73: Preparing 12:14:06 15a01e674548: Preparing 12:14:06 b0500aa88f8f: Preparing 12:14:06 367fd98b398a: Preparing 12:14:06 04868242cd26: Preparing 12:14:06 6e52d2959ca2: Preparing 12:14:06 f9b94100a602: Preparing 12:14:06 e10c015d08a1: Preparing 12:14:06 ce7f800efff9: Preparing 12:14:06 04868242cd26: Waiting 12:14:06 6e52d2959ca2: Waiting 12:14:06 e10c015d08a1: Waiting 12:14:06 ce7f800efff9: Waiting 12:14:06 f9b94100a602: Waiting 12:14:06 b0500aa88f8f: Waiting 12:14:06 367fd98b398a: Waiting 12:14:06 6a183e2e4a76: Layer already exists 12:14:06 ff9472120b70: Layer already exists 12:14:06 221816d51580: Layer already exists 12:14:06 15a01e674548: Layer already exists 12:14:06 99fd3f5aaa73: Layer already exists 12:14:06 b0500aa88f8f: Layer already exists 12:14:06 04868242cd26: Layer already exists 12:14:06 367fd98b398a: Layer already exists 12:14:06 6e52d2959ca2: Layer already exists 12:14:06 f9b94100a602: Layer already exists 12:14:06 e10c015d08a1: Layer already exists 12:14:06 ce7f800efff9: Layer already exists 12:14:06 main: digest: sha256:7f647f3a357d7c897b13993a1d51036b61e77ebd2b1e9dd0299c35b7f08b6234 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:14:06 ===================================================== [Pipeline] echo 12:14:06 taggedImages: 12:14:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ec96e723b98e779972536fd74512d007c7aee7d0 12:14:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 12:14:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.48 12:14:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 12:14:06 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 12:14:06 ec96e723b98e779972536fd74512d007c7aee7d0 12:14:06 latest 12:14:06 3.2.0-dev.48 12:14:06 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:06 main 12:14:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:06 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ec96e723b98e779972536fd74512d007c7aee7d0 12:14:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 12:14:07 66a7a235ff1c: Preparing 12:14:07 93801cff1554: Preparing 12:14:07 04868242cd26: Preparing 12:14:07 6e52d2959ca2: Preparing 12:14:07 91b7761f0a04: Preparing 12:14:07 df6346f6cb68: Preparing 12:14:07 ce7f800efff9: Preparing 12:14:07 df6346f6cb68: Waiting 12:14:07 ce7f800efff9: Waiting 12:14:07 6e52d2959ca2: Layer already exists 12:14:07 04868242cd26: Layer already exists 12:14:07 ce7f800efff9: Layer already exists 12:14:07 91b7761f0a04: Pushed 12:14:07 66a7a235ff1c: Pushed 12:14:08 df6346f6cb68: Pushed 12:14:09 93801cff1554: Pushed 12:14:09 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:28b8ce5e0592545f71ce0b85bcf54290d70b58bdea78ebef7700b7fb050960ee size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:09 + 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:14:09 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 12:14:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 12:14:09 66a7a235ff1c: Preparing 12:14:09 93801cff1554: Preparing 12:14:09 04868242cd26: Preparing 12:14:09 6e52d2959ca2: Preparing 12:14:09 91b7761f0a04: Preparing 12:14:09 df6346f6cb68: Preparing 12:14:09 ce7f800efff9: Preparing 12:14:09 df6346f6cb68: Waiting 12:14:09 ce7f800efff9: Waiting 12:14:09 6e52d2959ca2: Layer already exists 12:14:09 91b7761f0a04: Layer already exists 12:14:09 93801cff1554: Layer already exists 12:14:09 66a7a235ff1c: Layer already exists 12:14:09 04868242cd26: Layer already exists 12:14:09 ce7f800efff9: Layer already exists 12:14:09 df6346f6cb68: Layer already exists 12:14:09 latest: digest: sha256:28b8ce5e0592545f71ce0b85bcf54290d70b58bdea78ebef7700b7fb050960ee size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:10 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.48 12:14:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 12:14:10 66a7a235ff1c: Preparing 12:14:10 93801cff1554: Preparing 12:14:10 04868242cd26: Preparing 12:14:10 6e52d2959ca2: Preparing 12:14:10 91b7761f0a04: Preparing 12:14:10 df6346f6cb68: Preparing 12:14:10 ce7f800efff9: Preparing 12:14:10 df6346f6cb68: Waiting 12:14:10 66a7a235ff1c: Layer already exists 12:14:10 93801cff1554: Layer already exists 12:14:10 6e52d2959ca2: Layer already exists 12:14:10 04868242cd26: Layer already exists 12:14:10 91b7761f0a04: Layer already exists 12:14:10 ce7f800efff9: Layer already exists 12:14:10 df6346f6cb68: Layer already exists 12:14:10 3.2.0-dev.48: digest: sha256:28b8ce5e0592545f71ce0b85bcf54290d70b58bdea78ebef7700b7fb050960ee size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:10 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:11 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 12:14:11 66a7a235ff1c: Preparing 12:14:11 93801cff1554: Preparing 12:14:11 04868242cd26: Preparing 12:14:11 6e52d2959ca2: Preparing 12:14:11 91b7761f0a04: Preparing 12:14:11 df6346f6cb68: Preparing 12:14:11 ce7f800efff9: Preparing 12:14:11 df6346f6cb68: Waiting 12:14:11 ce7f800efff9: Waiting 12:14:11 04868242cd26: Layer already exists 12:14:11 93801cff1554: Layer already exists 12:14:11 91b7761f0a04: Layer already exists 12:14:11 66a7a235ff1c: Layer already exists 12:14:11 6e52d2959ca2: Layer already exists 12:14:11 ce7f800efff9: Layer already exists 12:14:11 df6346f6cb68: Layer already exists 12:14:11 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:28b8ce5e0592545f71ce0b85bcf54290d70b58bdea78ebef7700b7fb050960ee size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:11 + 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:14:11 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 12:14:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 12:14:11 66a7a235ff1c: Preparing 12:14:11 93801cff1554: Preparing 12:14:11 04868242cd26: Preparing 12:14:11 6e52d2959ca2: Preparing 12:14:11 91b7761f0a04: Preparing 12:14:11 df6346f6cb68: Preparing 12:14:11 ce7f800efff9: Preparing 12:14:11 df6346f6cb68: Waiting 12:14:11 ce7f800efff9: Waiting 12:14:11 93801cff1554: Layer already exists 12:14:11 6e52d2959ca2: Layer already exists 12:14:11 66a7a235ff1c: Layer already exists 12:14:11 04868242cd26: Layer already exists 12:14:11 91b7761f0a04: Layer already exists 12:14:11 ce7f800efff9: Layer already exists 12:14:11 df6346f6cb68: Layer already exists 12:14:11 main: digest: sha256:28b8ce5e0592545f71ce0b85bcf54290d70b58bdea78ebef7700b7fb050960ee size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:14:11 ===================================================== [Pipeline] echo 12:14:11 taggedImages: 12:14:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ec96e723b98e779972536fd74512d007c7aee7d0 12:14:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 12:14:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.48 12:14:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 12:14:11 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 12:14:11 ec96e723b98e779972536fd74512d007c7aee7d0 12:14:11 latest 12:14:11 3.2.0-dev.48 12:14:11 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:11 main 12:14:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:12 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ec96e723b98e779972536fd74512d007c7aee7d0 12:14:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 12:14:12 6bc3fe94b5ae: Preparing 12:14:12 e0fa3dc43a04: Preparing 12:14:12 570c2b19144e: Preparing 12:14:12 04868242cd26: Preparing 12:14:12 6e52d2959ca2: Preparing 12:14:12 a74cc3eb2a94: Preparing 12:14:12 c3219da4e4b8: Preparing 12:14:12 860375d087b6: Preparing 12:14:12 c03b7ac7db08: Preparing 12:14:12 ce7f800efff9: Preparing 12:14:12 c3219da4e4b8: Waiting 12:14:12 c03b7ac7db08: Waiting 12:14:12 ce7f800efff9: Waiting 12:14:12 860375d087b6: Waiting 12:14:12 a74cc3eb2a94: Waiting 12:14:12 6e52d2959ca2: Layer already exists 12:14:12 04868242cd26: Layer already exists 12:14:12 570c2b19144e: Pushed 12:14:12 e0fa3dc43a04: Pushed 12:14:12 6bc3fe94b5ae: Pushed 12:14:12 ce7f800efff9: Layer already exists 12:14:12 860375d087b6: Pushed 12:14:13 c03b7ac7db08: Pushed 12:14:19 c3219da4e4b8: Pushed 12:14:22 a74cc3eb2a94: Pushed 12:14:22 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:21f862d8d9a9362e5f21cecff48b8090eb75bffecc4cfb4debf730e5d351ea34 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:23 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 12:14:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 12:14:23 6bc3fe94b5ae: Preparing 12:14:23 e0fa3dc43a04: Preparing 12:14:23 570c2b19144e: Preparing 12:14:23 04868242cd26: Preparing 12:14:23 6e52d2959ca2: Preparing 12:14:23 a74cc3eb2a94: Preparing 12:14:23 c3219da4e4b8: Preparing 12:14:23 860375d087b6: Preparing 12:14:23 c03b7ac7db08: Preparing 12:14:23 ce7f800efff9: Preparing 12:14:23 860375d087b6: Waiting 12:14:23 c03b7ac7db08: Waiting 12:14:23 a74cc3eb2a94: Waiting 12:14:23 c3219da4e4b8: Waiting 12:14:23 ce7f800efff9: Waiting 12:14:23 e0fa3dc43a04: Layer already exists 12:14:23 04868242cd26: Layer already exists 12:14:23 6bc3fe94b5ae: Layer already exists 12:14:23 570c2b19144e: Layer already exists 12:14:23 6e52d2959ca2: Layer already exists 12:14:23 a74cc3eb2a94: Layer already exists 12:14:23 860375d087b6: Layer already exists 12:14:23 ce7f800efff9: Layer already exists 12:14:23 c03b7ac7db08: Layer already exists 12:14:23 c3219da4e4b8: Layer already exists 12:14:23 latest: digest: sha256:21f862d8d9a9362e5f21cecff48b8090eb75bffecc4cfb4debf730e5d351ea34 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:23 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.48 12:14:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 12:14:24 6bc3fe94b5ae: Preparing 12:14:24 e0fa3dc43a04: Preparing 12:14:24 570c2b19144e: Preparing 12:14:24 04868242cd26: Preparing 12:14:24 6e52d2959ca2: Preparing 12:14:24 a74cc3eb2a94: Preparing 12:14:24 c3219da4e4b8: Preparing 12:14:24 860375d087b6: Preparing 12:14:24 c03b7ac7db08: Preparing 12:14:24 ce7f800efff9: Preparing 12:14:24 c3219da4e4b8: Waiting 12:14:24 c03b7ac7db08: Waiting 12:14:24 860375d087b6: Waiting 12:14:24 ce7f800efff9: Waiting 12:14:24 a74cc3eb2a94: Waiting 12:14:24 6e52d2959ca2: Layer already exists 12:14:24 04868242cd26: Layer already exists 12:14:24 6bc3fe94b5ae: Layer already exists 12:14:24 e0fa3dc43a04: Layer already exists 12:14:24 570c2b19144e: Layer already exists 12:14:24 860375d087b6: Layer already exists 12:14:24 c3219da4e4b8: Layer already exists 12:14:24 c03b7ac7db08: Layer already exists 12:14:24 a74cc3eb2a94: Layer already exists 12:14:24 ce7f800efff9: Layer already exists 12:14:24 3.2.0-dev.48: digest: sha256:21f862d8d9a9362e5f21cecff48b8090eb75bffecc4cfb4debf730e5d351ea34 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:24 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 12:14:24 6bc3fe94b5ae: Preparing 12:14:24 e0fa3dc43a04: Preparing 12:14:24 570c2b19144e: Preparing 12:14:24 04868242cd26: Preparing 12:14:24 6e52d2959ca2: Preparing 12:14:24 a74cc3eb2a94: Preparing 12:14:24 c3219da4e4b8: Preparing 12:14:24 860375d087b6: Preparing 12:14:24 c03b7ac7db08: Preparing 12:14:24 ce7f800efff9: Preparing 12:14:24 a74cc3eb2a94: Waiting 12:14:24 c3219da4e4b8: Waiting 12:14:24 860375d087b6: Waiting 12:14:24 ce7f800efff9: Waiting 12:14:24 04868242cd26: Layer already exists 12:14:24 6e52d2959ca2: Layer already exists 12:14:24 570c2b19144e: Layer already exists 12:14:24 6bc3fe94b5ae: Layer already exists 12:14:24 e0fa3dc43a04: Layer already exists 12:14:24 a74cc3eb2a94: Layer already exists 12:14:24 860375d087b6: Layer already exists 12:14:24 c3219da4e4b8: Layer already exists 12:14:24 ce7f800efff9: Layer already exists 12:14:24 c03b7ac7db08: Layer already exists 12:14:24 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:21f862d8d9a9362e5f21cecff48b8090eb75bffecc4cfb4debf730e5d351ea34 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:25 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 12:14:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 12:14:25 6bc3fe94b5ae: Preparing 12:14:25 e0fa3dc43a04: Preparing 12:14:25 570c2b19144e: Preparing 12:14:25 04868242cd26: Preparing 12:14:25 6e52d2959ca2: Preparing 12:14:25 a74cc3eb2a94: Preparing 12:14:25 c3219da4e4b8: Preparing 12:14:25 860375d087b6: Preparing 12:14:25 c03b7ac7db08: Preparing 12:14:25 ce7f800efff9: Preparing 12:14:25 c3219da4e4b8: Waiting 12:14:25 a74cc3eb2a94: Waiting 12:14:25 c03b7ac7db08: Waiting 12:14:25 860375d087b6: Waiting 12:14:25 570c2b19144e: Layer already exists 12:14:25 6bc3fe94b5ae: Layer already exists 12:14:25 04868242cd26: Layer already exists 12:14:25 e0fa3dc43a04: Layer already exists 12:14:25 6e52d2959ca2: Layer already exists 12:14:25 a74cc3eb2a94: Layer already exists 12:14:25 860375d087b6: Layer already exists 12:14:25 c03b7ac7db08: Layer already exists 12:14:25 ce7f800efff9: Layer already exists 12:14:25 c3219da4e4b8: Layer already exists 12:14:25 main: digest: sha256:21f862d8d9a9362e5f21cecff48b8090eb75bffecc4cfb4debf730e5d351ea34 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:14:25 ===================================================== [Pipeline] echo 12:14:25 taggedImages: 12:14:25 - nexus3.edgexfoundry.org:10004/security-spire-agent:ec96e723b98e779972536fd74512d007c7aee7d0 12:14:25 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 12:14:25 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.48 12:14:25 - nexus3.edgexfoundry.org:10004/security-spire-agent:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:25 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 12:14:25 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 12:14:25 ec96e723b98e779972536fd74512d007c7aee7d0 12:14:25 latest 12:14:25 3.2.0-dev.48 12:14:25 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:25 main 12:14:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:25 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ec96e723b98e779972536fd74512d007c7aee7d0 12:14:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 12:14:26 84a49b1f211e: Preparing 12:14:26 091e08e532c7: Preparing 12:14:26 de6990271313: Preparing 12:14:26 04868242cd26: Preparing 12:14:26 6e52d2959ca2: Preparing 12:14:26 a74cc3eb2a94: Preparing 12:14:26 6bab569d99e4: Preparing 12:14:26 859994d4746d: Preparing 12:14:26 ce7f800efff9: Preparing 12:14:26 a74cc3eb2a94: Waiting 12:14:26 859994d4746d: Waiting 12:14:26 ce7f800efff9: Waiting 12:14:26 6bab569d99e4: Waiting 12:14:26 04868242cd26: Layer already exists 12:14:26 6e52d2959ca2: Layer already exists 12:14:26 a74cc3eb2a94: Layer already exists 12:14:26 091e08e532c7: Pushed 12:14:26 de6990271313: Pushed 12:14:26 84a49b1f211e: Pushed 12:14:26 ce7f800efff9: Layer already exists 12:14:26 6bab569d99e4: Pushed 12:14:26 859994d4746d: Pushed 12:14:26 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:c077d56fb6402e1b9c88eace79f8a805a972d091b62e49042d7711f1da58dc7d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:27 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 12:14:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 12:14:27 84a49b1f211e: Preparing 12:14:27 091e08e532c7: Preparing 12:14:27 de6990271313: Preparing 12:14:27 04868242cd26: Preparing 12:14:27 6e52d2959ca2: Preparing 12:14:27 a74cc3eb2a94: Preparing 12:14:27 6bab569d99e4: Preparing 12:14:27 859994d4746d: Preparing 12:14:27 ce7f800efff9: Preparing 12:14:27 a74cc3eb2a94: Waiting 12:14:27 6bab569d99e4: Waiting 12:14:27 859994d4746d: Waiting 12:14:27 ce7f800efff9: Waiting 12:14:27 84a49b1f211e: Layer already exists 12:14:27 091e08e532c7: Layer already exists 12:14:27 de6990271313: Layer already exists 12:14:27 04868242cd26: Layer already exists 12:14:27 6e52d2959ca2: Layer already exists 12:14:27 859994d4746d: Layer already exists 12:14:27 a74cc3eb2a94: Layer already exists 12:14:27 ce7f800efff9: Layer already exists 12:14:27 6bab569d99e4: Layer already exists 12:14:27 latest: digest: sha256:c077d56fb6402e1b9c88eace79f8a805a972d091b62e49042d7711f1da58dc7d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:27 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.48 12:14:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 12:14:28 84a49b1f211e: Preparing 12:14:28 091e08e532c7: Preparing 12:14:28 de6990271313: Preparing 12:14:28 04868242cd26: Preparing 12:14:28 6e52d2959ca2: Preparing 12:14:28 a74cc3eb2a94: Preparing 12:14:28 6bab569d99e4: Preparing 12:14:28 859994d4746d: Preparing 12:14:28 ce7f800efff9: Preparing 12:14:28 a74cc3eb2a94: Waiting 12:14:28 859994d4746d: Waiting 12:14:28 6bab569d99e4: Waiting 12:14:28 ce7f800efff9: Waiting 12:14:28 04868242cd26: Layer already exists 12:14:28 091e08e532c7: Layer already exists 12:14:28 6e52d2959ca2: Layer already exists 12:14:28 de6990271313: Layer already exists 12:14:28 84a49b1f211e: Layer already exists 12:14:28 a74cc3eb2a94: Layer already exists 12:14:28 6bab569d99e4: Layer already exists 12:14:28 859994d4746d: Layer already exists 12:14:28 ce7f800efff9: Layer already exists 12:14:28 3.2.0-dev.48: digest: sha256:c077d56fb6402e1b9c88eace79f8a805a972d091b62e49042d7711f1da58dc7d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:28 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 12:14:28 84a49b1f211e: Preparing 12:14:28 091e08e532c7: Preparing 12:14:28 de6990271313: Preparing 12:14:28 04868242cd26: Preparing 12:14:28 6e52d2959ca2: Preparing 12:14:28 a74cc3eb2a94: Preparing 12:14:28 6bab569d99e4: Preparing 12:14:28 859994d4746d: Preparing 12:14:28 ce7f800efff9: Preparing 12:14:28 a74cc3eb2a94: Waiting 12:14:28 6bab569d99e4: Waiting 12:14:28 859994d4746d: Waiting 12:14:28 ce7f800efff9: Waiting 12:14:28 04868242cd26: Layer already exists 12:14:28 84a49b1f211e: Layer already exists 12:14:28 091e08e532c7: Layer already exists 12:14:28 de6990271313: Layer already exists 12:14:28 6e52d2959ca2: Layer already exists 12:14:28 a74cc3eb2a94: Layer already exists 12:14:28 6bab569d99e4: Layer already exists 12:14:28 ce7f800efff9: Layer already exists 12:14:28 859994d4746d: Layer already exists 12:14:28 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:c077d56fb6402e1b9c88eace79f8a805a972d091b62e49042d7711f1da58dc7d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:29 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 12:14:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 12:14:29 84a49b1f211e: Preparing 12:14:29 091e08e532c7: Preparing 12:14:29 de6990271313: Preparing 12:14:29 04868242cd26: Preparing 12:14:29 6e52d2959ca2: Preparing 12:14:29 a74cc3eb2a94: Preparing 12:14:29 6bab569d99e4: Preparing 12:14:29 859994d4746d: Preparing 12:14:29 ce7f800efff9: Preparing 12:14:29 a74cc3eb2a94: Waiting 12:14:29 6bab569d99e4: Waiting 12:14:29 859994d4746d: Waiting 12:14:29 ce7f800efff9: Waiting 12:14:29 84a49b1f211e: Layer already exists 12:14:29 04868242cd26: Layer already exists 12:14:29 de6990271313: Layer already exists 12:14:29 091e08e532c7: Layer already exists 12:14:29 6e52d2959ca2: Layer already exists 12:14:29 6bab569d99e4: Layer already exists 12:14:29 a74cc3eb2a94: Layer already exists 12:14:29 859994d4746d: Layer already exists 12:14:29 ce7f800efff9: Layer already exists 12:14:29 main: digest: sha256:c077d56fb6402e1b9c88eace79f8a805a972d091b62e49042d7711f1da58dc7d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:14:29 ===================================================== [Pipeline] echo 12:14:29 taggedImages: 12:14:29 - nexus3.edgexfoundry.org:10004/security-spire-config:ec96e723b98e779972536fd74512d007c7aee7d0 12:14:29 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 12:14:29 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.48 12:14:29 - nexus3.edgexfoundry.org:10004/security-spire-config:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:29 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 12:14:29 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 12:14:29 ec96e723b98e779972536fd74512d007c7aee7d0 12:14:29 latest 12:14:29 3.2.0-dev.48 12:14:29 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:29 main 12:14:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:29 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ec96e723b98e779972536fd74512d007c7aee7d0 12:14:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 12:14:30 1d8c559cefba: Preparing 12:14:30 75bb4c7e1217: Preparing 12:14:30 fef09d15f9b9: Preparing 12:14:30 04868242cd26: Preparing 12:14:30 6e52d2959ca2: Preparing 12:14:30 f947696ea1f0: Preparing 12:14:30 860375d087b6: Preparing 12:14:30 c03b7ac7db08: Preparing 12:14:30 ce7f800efff9: Preparing 12:14:30 f947696ea1f0: Waiting 12:14:30 860375d087b6: Waiting 12:14:30 c03b7ac7db08: Waiting 12:14:30 ce7f800efff9: Waiting 12:14:30 6e52d2959ca2: Layer already exists 12:14:30 04868242cd26: Layer already exists 12:14:30 860375d087b6: Layer already exists 12:14:30 c03b7ac7db08: Layer already exists 12:14:30 75bb4c7e1217: Pushed 12:14:30 ce7f800efff9: Layer already exists 12:14:30 fef09d15f9b9: Pushed 12:14:30 1d8c559cefba: Pushed 12:14:42 f947696ea1f0: Pushed 12:14:42 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:f8f32efaf3ee349f1ec4c604841711ebcb8614e9fb9e703b2e59a44a55aa7efe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:42 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 12:14:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 12:14:42 1d8c559cefba: Preparing 12:14:42 75bb4c7e1217: Preparing 12:14:42 fef09d15f9b9: Preparing 12:14:42 04868242cd26: Preparing 12:14:42 6e52d2959ca2: Preparing 12:14:42 f947696ea1f0: Preparing 12:14:42 860375d087b6: Preparing 12:14:42 c03b7ac7db08: Preparing 12:14:42 ce7f800efff9: Preparing 12:14:42 f947696ea1f0: Waiting 12:14:42 860375d087b6: Waiting 12:14:42 ce7f800efff9: Waiting 12:14:42 c03b7ac7db08: Waiting 12:14:42 6e52d2959ca2: Layer already exists 12:14:42 fef09d15f9b9: Layer already exists 12:14:42 04868242cd26: Layer already exists 12:14:42 1d8c559cefba: Layer already exists 12:14:42 75bb4c7e1217: Layer already exists 12:14:42 f947696ea1f0: Layer already exists 12:14:42 860375d087b6: Layer already exists 12:14:42 ce7f800efff9: Layer already exists 12:14:42 c03b7ac7db08: Layer already exists 12:14:51 latest: digest: sha256:f8f32efaf3ee349f1ec4c604841711ebcb8614e9fb9e703b2e59a44a55aa7efe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:51 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.48 12:14:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 12:14:51 1d8c559cefba: Preparing 12:14:51 75bb4c7e1217: Preparing 12:14:51 fef09d15f9b9: Preparing 12:14:51 04868242cd26: Preparing 12:14:51 6e52d2959ca2: Preparing 12:14:51 f947696ea1f0: Preparing 12:14:51 860375d087b6: Preparing 12:14:51 c03b7ac7db08: Preparing 12:14:51 ce7f800efff9: Preparing 12:14:51 c03b7ac7db08: Waiting 12:14:51 ce7f800efff9: Waiting 12:14:51 860375d087b6: Waiting 12:14:51 fef09d15f9b9: Layer already exists 12:14:51 04868242cd26: Layer already exists 12:14:51 1d8c559cefba: Layer already exists 12:14:51 6e52d2959ca2: Layer already exists 12:14:51 75bb4c7e1217: Layer already exists 12:14:51 f947696ea1f0: Layer already exists 12:14:51 860375d087b6: Layer already exists 12:14:51 ce7f800efff9: Layer already exists 12:14:51 c03b7ac7db08: Layer already exists 12:14:51 3.2.0-dev.48: digest: sha256:f8f32efaf3ee349f1ec4c604841711ebcb8614e9fb9e703b2e59a44a55aa7efe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:52 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 12:14:52 1d8c559cefba: Preparing 12:14:52 75bb4c7e1217: Preparing 12:14:52 fef09d15f9b9: Preparing 12:14:52 04868242cd26: Preparing 12:14:52 6e52d2959ca2: Preparing 12:14:52 f947696ea1f0: Preparing 12:14:52 860375d087b6: Preparing 12:14:52 c03b7ac7db08: Preparing 12:14:52 ce7f800efff9: Preparing 12:14:52 f947696ea1f0: Waiting 12:14:52 860375d087b6: Waiting 12:14:52 ce7f800efff9: Waiting 12:14:52 c03b7ac7db08: Waiting 12:14:52 1d8c559cefba: Layer already exists 12:14:52 6e52d2959ca2: Layer already exists 12:14:52 fef09d15f9b9: Layer already exists 12:14:52 04868242cd26: Layer already exists 12:14:52 75bb4c7e1217: Layer already exists 12:14:52 ce7f800efff9: Layer already exists 12:14:52 f947696ea1f0: Layer already exists 12:14:52 860375d087b6: Layer already exists 12:14:52 c03b7ac7db08: Layer already exists 12:14:52 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:f8f32efaf3ee349f1ec4c604841711ebcb8614e9fb9e703b2e59a44a55aa7efe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:52 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 12:14:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 12:14:53 1d8c559cefba: Preparing 12:14:53 75bb4c7e1217: Preparing 12:14:53 fef09d15f9b9: Preparing 12:14:53 04868242cd26: Preparing 12:14:53 6e52d2959ca2: Preparing 12:14:53 f947696ea1f0: Preparing 12:14:53 860375d087b6: Preparing 12:14:53 c03b7ac7db08: Preparing 12:14:53 ce7f800efff9: Preparing 12:14:53 f947696ea1f0: Waiting 12:14:53 860375d087b6: Waiting 12:14:53 ce7f800efff9: Waiting 12:14:53 c03b7ac7db08: Waiting 12:14:53 04868242cd26: Layer already exists 12:14:53 1d8c559cefba: Layer already exists 12:14:53 6e52d2959ca2: Layer already exists 12:14:53 75bb4c7e1217: Layer already exists 12:14:53 fef09d15f9b9: Layer already exists 12:14:53 860375d087b6: Layer already exists 12:14:53 f947696ea1f0: Layer already exists 12:14:53 c03b7ac7db08: Layer already exists 12:14:53 ce7f800efff9: Layer already exists 12:14:53 main: digest: sha256:f8f32efaf3ee349f1ec4c604841711ebcb8614e9fb9e703b2e59a44a55aa7efe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:14:53 ===================================================== [Pipeline] echo 12:14:53 taggedImages: 12:14:53 - nexus3.edgexfoundry.org:10004/security-spire-server:ec96e723b98e779972536fd74512d007c7aee7d0 12:14:53 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 12:14:53 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.48 12:14:53 - nexus3.edgexfoundry.org:10004/security-spire-server:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:53 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 12:14:53 [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: 12:14:53 ec96e723b98e779972536fd74512d007c7aee7d0 12:14:53 latest 12:14:53 3.2.0-dev.48 12:14:53 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:14:53 main 12:14:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:53 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:53 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0 12:14:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 12:14:53 6f04c4d8415a: Preparing 12:14:53 e95212bc4c37: Preparing 12:14:53 04868242cd26: Preparing 12:14:53 6e52d2959ca2: Preparing 12:14:53 f1fa66fdbfdb: Preparing 12:14:53 131e06843079: Preparing 12:14:53 ce7f800efff9: Preparing 12:14:53 ce7f800efff9: Waiting 12:14:53 131e06843079: Waiting 12:14:53 6e52d2959ca2: Layer already exists 12:14:53 04868242cd26: Layer already exists 12:14:53 ce7f800efff9: Layer already exists 12:14:53 f1fa66fdbfdb: Pushed 12:14:53 6f04c4d8415a: Pushed 12:14:54 131e06843079: Pushed 12:14:58 e95212bc4c37: Pushed 12:14:58 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:de782d94a88abbf5176a27f7c5537892787b836887d2d5209751ee91ba05f9bc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:58 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:59 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 12:14:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 12:14:59 6f04c4d8415a: Preparing 12:14:59 e95212bc4c37: Preparing 12:14:59 04868242cd26: Preparing 12:14:59 6e52d2959ca2: Preparing 12:14:59 f1fa66fdbfdb: Preparing 12:14:59 131e06843079: Preparing 12:14:59 ce7f800efff9: Preparing 12:14:59 131e06843079: Waiting 12:14:59 ce7f800efff9: Waiting 12:14:59 6f04c4d8415a: Layer already exists 12:14:59 e95212bc4c37: Layer already exists 12:14:59 f1fa66fdbfdb: Layer already exists 12:14:59 6e52d2959ca2: Layer already exists 12:14:59 04868242cd26: Layer already exists 12:14:59 131e06843079: Layer already exists 12:14:59 ce7f800efff9: Layer already exists 12:14:59 latest: digest: sha256:de782d94a88abbf5176a27f7c5537892787b836887d2d5209751ee91ba05f9bc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:59 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:14:59 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.48 12:14:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 12:14:59 6f04c4d8415a: Preparing 12:14:59 e95212bc4c37: Preparing 12:14:59 04868242cd26: Preparing 12:14:59 6e52d2959ca2: Preparing 12:14:59 f1fa66fdbfdb: Preparing 12:14:59 131e06843079: Preparing 12:14:59 ce7f800efff9: Preparing 12:14:59 ce7f800efff9: Waiting 12:14:59 131e06843079: Waiting 12:14:59 e95212bc4c37: Layer already exists 12:14:59 6f04c4d8415a: Layer already exists 12:14:59 04868242cd26: Layer already exists 12:14:59 f1fa66fdbfdb: Layer already exists 12:14:59 6e52d2959ca2: Layer already exists 12:14:59 131e06843079: Layer already exists 12:14:59 ce7f800efff9: Layer already exists 12:14:59 3.2.0-dev.48: digest: sha256:de782d94a88abbf5176a27f7c5537892787b836887d2d5209751ee91ba05f9bc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:00 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:00 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:15:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 12:15:00 6f04c4d8415a: Preparing 12:15:00 e95212bc4c37: Preparing 12:15:00 04868242cd26: Preparing 12:15:00 6e52d2959ca2: Preparing 12:15:00 f1fa66fdbfdb: Preparing 12:15:00 131e06843079: Preparing 12:15:00 ce7f800efff9: Preparing 12:15:00 131e06843079: Waiting 12:15:00 ce7f800efff9: Waiting 12:15:00 6f04c4d8415a: Layer already exists 12:15:00 f1fa66fdbfdb: Layer already exists 12:15:00 6e52d2959ca2: Layer already exists 12:15:00 04868242cd26: Layer already exists 12:15:00 e95212bc4c37: Layer already exists 12:15:00 ce7f800efff9: Layer already exists 12:15:00 131e06843079: Layer already exists 12:15:00 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:de782d94a88abbf5176a27f7c5537892787b836887d2d5209751ee91ba05f9bc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:00 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:00 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main 12:15:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 12:15:00 6f04c4d8415a: Preparing 12:15:00 e95212bc4c37: Preparing 12:15:00 04868242cd26: Preparing 12:15:00 6e52d2959ca2: Preparing 12:15:00 f1fa66fdbfdb: Preparing 12:15:00 131e06843079: Preparing 12:15:00 ce7f800efff9: Preparing 12:15:00 131e06843079: Waiting 12:15:00 e95212bc4c37: Layer already exists 12:15:00 f1fa66fdbfdb: Layer already exists 12:15:00 6f04c4d8415a: Layer already exists 12:15:00 04868242cd26: Layer already exists 12:15:00 6e52d2959ca2: Layer already exists 12:15:00 131e06843079: Layer already exists 12:15:00 ce7f800efff9: Layer already exists 12:15:00 main: digest: sha256:de782d94a88abbf5176a27f7c5537892787b836887d2d5209751ee91ba05f9bc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:15:01 ===================================================== [Pipeline] echo 12:15:01 taggedImages: 12:15:01 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0 12:15:01 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 12:15:01 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.48 12:15:01 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:15:01 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo 12:15:01 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 12:15:01 ec96e723b98e779972536fd74512d007c7aee7d0 12:15:01 latest 12:15:01 3.2.0-dev.48 12:15:01 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:15:01 main 12:15:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:01 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications:ec96e723b98e779972536fd74512d007c7aee7d0 12:15:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 12:15:01 cb96c769b1f9: Preparing 12:15:01 d11cc343d47e: Preparing 12:15:01 04868242cd26: Preparing 12:15:01 6e52d2959ca2: Preparing 12:15:01 f1fa66fdbfdb: Preparing 12:15:01 131e06843079: Preparing 12:15:01 ce7f800efff9: Preparing 12:15:01 131e06843079: Waiting 12:15:01 ce7f800efff9: Waiting 12:15:01 6e52d2959ca2: Layer already exists 12:15:01 f1fa66fdbfdb: Layer already exists 12:15:01 04868242cd26: Layer already exists 12:15:01 131e06843079: Layer already exists 12:15:01 ce7f800efff9: Layer already exists 12:15:01 cb96c769b1f9: Pushed 12:15:05 d11cc343d47e: Pushed 12:15:05 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:9eac2c9620956c3612d5dc1f516b341dca5585ee81a1c803ac44064c7e42b385 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:05 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:05 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 12:15:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 12:15:05 cb96c769b1f9: Preparing 12:15:05 d11cc343d47e: Preparing 12:15:05 04868242cd26: Preparing 12:15:05 6e52d2959ca2: Preparing 12:15:05 f1fa66fdbfdb: Preparing 12:15:05 131e06843079: Preparing 12:15:05 ce7f800efff9: Preparing 12:15:05 131e06843079: Waiting 12:15:05 6e52d2959ca2: Layer already exists 12:15:05 f1fa66fdbfdb: Layer already exists 12:15:05 04868242cd26: Layer already exists 12:15:05 d11cc343d47e: Layer already exists 12:15:05 cb96c769b1f9: Layer already exists 12:15:05 ce7f800efff9: Layer already exists 12:15:05 131e06843079: Layer already exists 12:15:05 latest: digest: sha256:9eac2c9620956c3612d5dc1f516b341dca5585ee81a1c803ac44064c7e42b385 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:06 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.48 12:15:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 12:15:06 cb96c769b1f9: Preparing 12:15:06 d11cc343d47e: Preparing 12:15:06 04868242cd26: Preparing 12:15:06 6e52d2959ca2: Preparing 12:15:06 f1fa66fdbfdb: Preparing 12:15:06 131e06843079: Preparing 12:15:06 ce7f800efff9: Preparing 12:15:06 131e06843079: Waiting 12:15:06 ce7f800efff9: Waiting 12:15:06 f1fa66fdbfdb: Layer already exists 12:15:06 04868242cd26: Layer already exists 12:15:06 cb96c769b1f9: Layer already exists 12:15:06 d11cc343d47e: Layer already exists 12:15:06 6e52d2959ca2: Layer already exists 12:15:06 131e06843079: Layer already exists 12:15:06 ce7f800efff9: Layer already exists 12:15:06 3.2.0-dev.48: digest: sha256:9eac2c9620956c3612d5dc1f516b341dca5585ee81a1c803ac44064c7e42b385 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:06 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:15:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 12:15:06 cb96c769b1f9: Preparing 12:15:06 d11cc343d47e: Preparing 12:15:06 04868242cd26: Preparing 12:15:06 6e52d2959ca2: Preparing 12:15:06 f1fa66fdbfdb: Preparing 12:15:06 131e06843079: Preparing 12:15:06 ce7f800efff9: Preparing 12:15:06 ce7f800efff9: Waiting 12:15:06 131e06843079: Waiting 12:15:06 04868242cd26: Layer already exists 12:15:06 f1fa66fdbfdb: Layer already exists 12:15:06 d11cc343d47e: Layer already exists 12:15:06 cb96c769b1f9: Layer already exists 12:15:06 6e52d2959ca2: Layer already exists 12:15:06 ce7f800efff9: Layer already exists 12:15:06 131e06843079: Layer already exists 12:15:06 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:9eac2c9620956c3612d5dc1f516b341dca5585ee81a1c803ac44064c7e42b385 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:07 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 12:15:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 12:15:07 cb96c769b1f9: Preparing 12:15:07 d11cc343d47e: Preparing 12:15:07 04868242cd26: Preparing 12:15:07 6e52d2959ca2: Preparing 12:15:07 f1fa66fdbfdb: Preparing 12:15:07 131e06843079: Preparing 12:15:07 ce7f800efff9: Preparing 12:15:07 ce7f800efff9: Waiting 12:15:07 131e06843079: Waiting 12:15:07 d11cc343d47e: Layer already exists 12:15:07 04868242cd26: Layer already exists 12:15:07 f1fa66fdbfdb: Layer already exists 12:15:07 cb96c769b1f9: Layer already exists 12:15:07 6e52d2959ca2: Layer already exists 12:15:07 131e06843079: Layer already exists 12:15:07 ce7f800efff9: Layer already exists 12:15:07 main: digest: sha256:9eac2c9620956c3612d5dc1f516b341dca5585ee81a1c803ac44064c7e42b385 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:15:07 ===================================================== [Pipeline] echo 12:15:07 taggedImages: 12:15:07 - nexus3.edgexfoundry.org:10004/support-notifications:ec96e723b98e779972536fd74512d007c7aee7d0 12:15:07 - nexus3.edgexfoundry.org:10004/support-notifications:latest 12:15:07 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.48 12:15:07 - nexus3.edgexfoundry.org:10004/support-notifications:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:15:07 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 12:15:07 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 12:15:07 ec96e723b98e779972536fd74512d007c7aee7d0 12:15:07 latest 12:15:07 3.2.0-dev.48 12:15:07 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:15:07 main 12:15:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:08 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0 12:15:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 12:15:08 1c5541d7ffc5: Preparing 12:15:08 f756eab46418: Preparing 12:15:08 04868242cd26: Preparing 12:15:08 6e52d2959ca2: Preparing 12:15:08 f0e572481465: Preparing 12:15:08 52b348f4b36b: Preparing 12:15:08 ce7f800efff9: Preparing 12:15:08 52b348f4b36b: Waiting 12:15:08 ce7f800efff9: Waiting 12:15:08 04868242cd26: Layer already exists 12:15:08 f0e572481465: Layer already exists 12:15:08 6e52d2959ca2: Layer already exists 12:15:08 52b348f4b36b: Layer already exists 12:15:08 ce7f800efff9: Layer already exists 12:15:08 1c5541d7ffc5: Pushed 12:15:12 f756eab46418: Pushed 12:15:12 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:e6dfa6566c4e07ad777d6317206e13a4b59a953e8a37df7d16f254a31b42288a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:12 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:13 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 12:15:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 12:15:13 1c5541d7ffc5: Preparing 12:15:13 f756eab46418: Preparing 12:15:13 04868242cd26: Preparing 12:15:13 6e52d2959ca2: Preparing 12:15:13 f0e572481465: Preparing 12:15:13 52b348f4b36b: Preparing 12:15:13 ce7f800efff9: Preparing 12:15:13 52b348f4b36b: Waiting 12:15:13 ce7f800efff9: Waiting 12:15:13 04868242cd26: Layer already exists 12:15:13 6e52d2959ca2: Layer already exists 12:15:13 1c5541d7ffc5: Layer already exists 12:15:13 f756eab46418: Layer already exists 12:15:13 f0e572481465: Layer already exists 12:15:13 ce7f800efff9: Layer already exists 12:15:13 52b348f4b36b: Layer already exists 12:15:13 latest: digest: sha256:e6dfa6566c4e07ad777d6317206e13a4b59a953e8a37df7d16f254a31b42288a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:13 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:13 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.48 12:15:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 12:15:13 1c5541d7ffc5: Preparing 12:15:13 f756eab46418: Preparing 12:15:13 04868242cd26: Preparing 12:15:13 6e52d2959ca2: Preparing 12:15:13 f0e572481465: Preparing 12:15:13 52b348f4b36b: Preparing 12:15:13 ce7f800efff9: Preparing 12:15:13 52b348f4b36b: Waiting 12:15:13 f0e572481465: Layer already exists 12:15:13 f756eab46418: Layer already exists 12:15:13 04868242cd26: Layer already exists 12:15:13 6e52d2959ca2: Layer already exists 12:15:13 1c5541d7ffc5: Layer already exists 12:15:13 ce7f800efff9: Layer already exists 12:15:13 52b348f4b36b: Layer already exists 12:15:13 3.2.0-dev.48: digest: sha256:e6dfa6566c4e07ad777d6317206e13a4b59a953e8a37df7d16f254a31b42288a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:14 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:15:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 12:15:14 1c5541d7ffc5: Preparing 12:15:14 f756eab46418: Preparing 12:15:14 04868242cd26: Preparing 12:15:14 6e52d2959ca2: Preparing 12:15:14 f0e572481465: Preparing 12:15:14 52b348f4b36b: Preparing 12:15:14 ce7f800efff9: Preparing 12:15:14 52b348f4b36b: Waiting 12:15:14 ce7f800efff9: Waiting 12:15:14 6e52d2959ca2: Layer already exists 12:15:14 f0e572481465: Layer already exists 12:15:14 1c5541d7ffc5: Layer already exists 12:15:14 f756eab46418: Layer already exists 12:15:14 04868242cd26: Layer already exists 12:15:14 ce7f800efff9: Layer already exists 12:15:14 52b348f4b36b: Layer already exists 12:15:14 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:e6dfa6566c4e07ad777d6317206e13a4b59a953e8a37df7d16f254a31b42288a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:14 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:15:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 12:15:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 12:15:15 1c5541d7ffc5: Preparing 12:15:15 f756eab46418: Preparing 12:15:15 04868242cd26: Preparing 12:15:15 6e52d2959ca2: Preparing 12:15:15 f0e572481465: Preparing 12:15:15 52b348f4b36b: Preparing 12:15:15 ce7f800efff9: Preparing 12:15:15 52b348f4b36b: Waiting 12:15:15 ce7f800efff9: Waiting 12:15:15 f756eab46418: Layer already exists 12:15:15 04868242cd26: Layer already exists 12:15:15 f0e572481465: Layer already exists 12:15:15 6e52d2959ca2: Layer already exists 12:15:15 1c5541d7ffc5: Layer already exists 12:15:15 ce7f800efff9: Layer already exists 12:15:15 52b348f4b36b: Layer already exists 12:15:15 main: digest: sha256:e6dfa6566c4e07ad777d6317206e13a4b59a953e8a37df7d16f254a31b42288a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:15:15 ===================================================== [Pipeline] echo 12:15:15 taggedImages: 12:15:15 - nexus3.edgexfoundry.org:10004/support-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0 12:15:15 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 12:15:15 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.48 12:15:15 - nexus3.edgexfoundry.org:10004/support-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:15:15 - 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:34:37 #158 ... 12:34:37 12:34:37 #149 [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:34:37 #149 1258.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:34:39 #149 ... 12:34:39 12:34:39 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 12:34:39 #150 DONE 1266.2s 12:34:39 12:34:39 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:34:39 #155 ... 12:34:39 12:34:39 #159 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 12:34:39 #159 DONE 0.1s 12:34:39 12:34:39 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:34:39 #155 ... 12:34:39 12:34:39 #160 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 12:34:40 #160 DONE 0.2s 12:34:40 12:34:40 #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:34:40 #161 DONE 0.1s 12:34:40 12:34:40 #162 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 12:34:40 #162 DONE 0.1s 12:34:40 12:34:40 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:34:40 #147 ... 12:34:40 12:34:40 #163 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:34:40 #163 DONE 0.2s 12:34:40 12:34:40 #164 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 12:34:40 #164 DONE 0.1s 12:34:40 12:34:40 #165 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:34:42 #165 DONE 2.2s 12:34:42 12:34:42 #106 [security-proxy-setup] exporting to image 12:34:42 #106 exporting layers 12:34:43 #106 exporting layers 1.1s done 12:34:43 #106 writing image sha256:1745727f68944a75678282234f5e34f736948d739ca1927035420f7593207d6a done 12:34:43 #106 naming to docker.io/library/security-proxy-setup-arm64 done 12:34:43 #106 DONE 7.1s 12:34:43 12:34:43 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:34:49 #155 ... 12:34:49 12:34:49 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 12:34:49 #146 DONE 1276.2s 12:34:49 12:34:49 #149 [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:34:49 #149 ... 12:34:49 12:34:49 #166 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 12:34:49 #166 DONE 0.3s 12:34:49 12:34:49 #30 [support-cron-scheduler internal] load .dockerignore 12:34:49 #30 ... 12:34:49 12:34:49 #167 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 12:34:51 #167 DONE 2.1s 12:34:51 12:34:51 #149 [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:34:51 #149 DONE 1279.1s 12:34:51 12:34:51 #168 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 12:34:52 #168 DONE 0.4s 12:34:52 12:34:52 #169 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 12:34:52 #169 DONE 0.4s 12:34:52 12:34:52 #170 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:34:52 #170 ... 12:34:52 12:34:52 #171 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 12:34:52 #171 DONE 0.3s 12:34:52 12:34:52 #172 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 12:34:53 #172 DONE 0.2s 12:34:53 12:34:53 #173 [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:34:53 #173 ... 12:34:53 12:34:53 #170 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:34:53 #170 DONE 0.6s 12:34:53 12:34:53 #174 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 12:34:53 #174 DONE 0.2s 12:34:53 12:34:53 #173 [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:34:53 #173 DONE 0.2s 12:34:53 12:34:53 #175 [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:34:53 #175 ... 12:34:53 12:34:53 #176 [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:34:53 #176 DONE 0.3s 12:34:53 12:34:53 #175 [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:34:53 #175 DONE 0.3s 12:34:53 12:34:53 #177 [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:34:54 #177 ... 12:34:54 12:34:54 #178 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 12:34:54 #178 DONE 0.2s 12:34:54 12:34:54 #177 [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:34:54 #177 DONE 0.3s 12:34:54 12:34:54 #179 [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:34:54 #179 ... 12:34:54 12:34:54 #180 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:34:54 #180 DONE 0.3s 12:34:54 12:34:54 #179 [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:34:54 #179 DONE 0.3s 12:34:54 12:34:54 #181 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 12:34:54 #181 DONE 0.2s 12:34:54 12:34:54 #182 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:34:54 #182 ... 12:34:54 12:34:54 #183 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:34:54 #183 DONE 0.5s 12:34:54 12:34:54 #182 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:34:54 #182 DONE 0.3s 12:34:54 12:34:54 #184 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:34:54 #184 DONE 0.2s 12:34:54 12:34:54 #185 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:34:58 #185 DONE 2.8s 12:34:58 12:34:58 #186 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 12:34:58 #186 DONE 2.8s 12:34:58 12:34:58 #106 [security-secretstore-setup] exporting to image 12:34:58 #106 exporting layers 12:34:59 #106 exporting layers 2.1s done 12:34:59 #106 writing image sha256:0cfddd72df9e11dc809d4faec2bcea998e185b1246f84e4fe5bb0592cc635de8 0.0s done 12:34:59 #106 naming to docker.io/library/security-bootstrapper-arm64 0.1s done 12:34:59 #106 exporting layers 2.2s done 12:34:59 #106 writing image sha256:aee4047b9b5d99af0cddf66a9876b1d34c115f4a40b22c21c3b2cf8e89304a7a 0.0s done 12:34:59 #106 naming to docker.io/library/security-secretstore-setup-arm64 done 12:34:59 #106 DONE 9.4s 12:34:59 12:34:59 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:35:56 #147 ... 12:35:56 12:35:56 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 12:35:56 #154 DONE 1338.1s 12:35:56 12:35:56 #30 [support-cron-scheduler internal] load .dockerignore 12:35:56 #30 ... 12:35:56 12:35:56 #187 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 12:35:56 #187 DONE 0.3s 12:35:56 12:35:56 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:35:56 #155 ... 12:35:56 12:35:56 #188 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 12:35:56 #188 DONE 0.3s 12:35:56 12:35:56 #189 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 12:35:56 #189 DONE 0.3s 12:35:56 12:35:56 #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:35:56 #190 DONE 0.3s 12:35:56 12:35:56 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:35:56 #147 ... 12:35:56 12:35:56 #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:35:56 #191 DONE 0.2s 12:35:56 12:35:56 #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:35:56 #192 DONE 1.9s 12:35:56 12:35:56 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:35:56 #147 ... 12:35:56 12:35:56 #106 [core-common-config-bootstrapper] exporting to image 12:35:56 #106 exporting layers 12:35:56 #106 exporting layers 0.6s done 12:35:56 #106 writing image sha256:47a18d55e01b092662d25bf4cca2fedf9bc1acba53d1d399acdc031a31456dff 0.0s done 12:35:56 #106 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 12:35:56 #106 DONE 10.1s 12:35:56 12:35:56 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 12:38:02 #152 ... 12:38:02 12:38:02 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:38:02 #148 DONE 1465.0s 12:38:02 12:38:02 #30 [support-cron-scheduler internal] load .dockerignore 12:38:02 #30 ... 12:38:02 12:38:02 #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:38:02 #193 DONE 0.1s 12:38:02 12:38:02 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:38:02 #155 ... 12:38:02 12:38:02 #194 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:38:02 #194 DONE 0.2s 12:38:02 12:38:02 #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 12:38:02 #195 DONE 0.2s 12:38:02 12:38:02 #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:38:02 #196 DONE 0.1s 12:38:02 12:38:02 #106 [security-spiffe-token-provider] exporting to image 12:38:02 #106 exporting layers 12:38:02 #106 exporting layers 0.7s done 12:38:02 #106 writing image sha256:bbfad5b6768b9074bbde55ac403aa5e693075dacc7e6a7ecd61e05e62c26c0bc done 12:38:02 #106 naming to docker.io/library/security-spiffe-token-provider-arm64 done 12:38:02 #106 DONE 10.8s 12:38:02 12:38:02 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:45:55 #155 ... 12:45:55 12:45:55 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 12:45:55 #151 DONE 1937.8s 12:45:55 12:45:55 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:45:55 #155 ... 12:45:55 12:45:55 #197 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 12:45:55 #197 DONE 0.2s 12:45:55 12:45:55 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 12:45:55 #157 ... 12:45:55 12:45:55 #198 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 12:45:55 #198 DONE 0.2s 12:45:55 12:45:55 #199 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 12:45:55 #199 DONE 0.4s 12:45:55 12:45:55 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:45:55 #155 ... 12:45:55 12:45:55 #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 12:45:55 #200 DONE 0.1s 12:45:55 12:45:55 #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 12:45:55 #201 DONE 0.1s 12:45:55 12:45:55 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:45:55 #155 ... 12:45:55 12:45:55 #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:45:55 #202 DONE 1.9s 12:45:55 12:45:55 #106 [security-proxy-auth] exporting to image 12:45:55 #106 exporting layers 12:45:55 #106 exporting layers 0.8s done 12:45:55 #106 writing image sha256:b28c4f1552778fa70a5589778fe754bc511f6bf21587b38110e74ec710d0aed8 done 12:45:55 #106 naming to docker.io/library/security-proxy-auth-arm64 done 12:45:55 #106 DONE 11.7s 12:45:55 12:45:55 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:47:03 #155 ... 12:47:03 12:47:03 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 12:47:03 #152 DONE 2002.9s 12:47:03 12:47:03 #30 [support-cron-scheduler internal] load .dockerignore 12:47:03 #30 ... 12:47:03 12:47:03 #203 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 12:47:03 #203 DONE 0.2s 12:47:03 12:47:03 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:47:03 #155 ... 12:47:03 12:47:03 #204 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 12:47:03 #204 DONE 0.2s 12:47:03 12:47:03 #205 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:47:03 #205 DONE 0.5s 12:47:03 12:47:03 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:47:03 #147 ... 12:47:03 12:47:03 #206 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 12:47:03 #206 DONE 0.2s 12:47:03 12:47:03 #106 [core-command] exporting to image 12:47:03 #106 exporting layers 12:47:03 #106 exporting layers 0.4s done 12:47:03 #106 writing image sha256:8204d8797b13fcd786964e76d8498b61b053a1c2cdd428b2d92dd7ccb7517118 done 12:47:03 #106 naming to docker.io/library/core-command-arm64 done 12:47:03 #106 DONE 12.1s 12:47:03 12:47:03 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:49:10 #155 ... 12:49:10 12:49:10 #158 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 12:49:10 #158 DONE 2124.8s 12:49:10 12:49:10 #30 [support-cron-scheduler internal] load .dockerignore 12:49:10 #30 ... 12:49:10 12:49:10 #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 12:49:10 #207 ... 12:49:10 12:49:10 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:49:10 #155 DONE 2125.8s 12:49:10 12:49:10 #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 12:49:10 #207 DONE 0.4s 12:49:10 12:49:10 #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 12:49:10 #208 ... 12:49:10 12:49:10 #209 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:49:10 #209 DONE 0.2s 12:49:10 12:49:10 #210 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:49:10 #210 DONE 0.2s 12:49:10 12:49:10 #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 12:49:10 #208 DONE 1.0s 12:49:10 12:49:10 #211 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 12:49:10 #211 DONE 0.2s 12:49:10 12:49:10 #106 [core-keeper] exporting to image 12:49:10 #106 exporting layers 12:49:10 #106 ... 12:49:10 12:49:10 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 12:49:10 #156 DONE 2127.6s 12:49:10 12:49:10 #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:49:10 #212 DONE 0.9s 12:49:10 12:49:10 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 12:49:10 #213 DONE 0.4s 12:49:10 12:49:10 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:49:10 #147 ... 12:49:10 12:49:10 #106 [core-data] exporting to image 12:49:10 #106 exporting layers 1.3s done 12:49:10 #106 writing image sha256:14f333c205f5e6a0d17b54457af7c8e55fab602054a85cbe5d56901b68fdcd2c 0.0s done 12:49:10 #106 naming to docker.io/library/core-keeper-arm64 0.0s done 12:49:10 #106 exporting layers 0.9s done 12:49:10 #106 writing image sha256:cf94b7e2faa190a7f205b89ace4316f69d393c890b304e33ae156aff05152e4e done 12:49:10 #106 naming to docker.io/library/core-data-arm64 done 12:49:10 #106 DONE 14.0s 12:49:10 12:49:10 #214 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 12:49:10 #214 DONE 0.4s 12:49:10 12:49:10 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 12:49:10 #157 ... 12:49:10 12:49:10 #215 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 12:49:10 #215 DONE 0.1s 12:49:10 12:49:10 #216 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:49:10 #216 DONE 0.9s 12:49:10 12:49:10 #217 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 12:49:10 #217 DONE 0.1s 12:49:10 12:49:10 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:49:10 #147 ... 12:49:10 12:49:10 #218 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 12:49:10 #218 DONE 0.1s 12:49:10 12:49:10 #106 [core-metadata] exporting to image 12:49:10 #106 exporting layers 0.6s done 12:49:10 #106 writing image sha256:c9bfe592ff34241c2c973351749a3da23798f61976a33a5f9e149efe985b4d55 done 12:49:10 #106 naming to docker.io/library/core-metadata-arm64 done 12:49:10 #106 DONE 14.7s 12:49:10 12:49:10 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:49:36 #147 DONE 2161.3s 12:49:36 12:49:36 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 12:49:36 #153 ... 12:49:36 12:49:36 #219 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:49:36 #219 DONE 0.5s 12:49:36 12:49:36 #220 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:49:36 #220 DONE 0.2s 12:49:36 12:49:36 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 12:49:36 #157 ... 12:49:36 12:49:36 #221 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:49:36 #221 DONE 0.5s 12:49:36 12:49:36 #222 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 12:49:36 #222 DONE 0.2s 12:49:36 12:49:36 #106 [support-scheduler] exporting to image 12:49:36 #106 exporting layers 12:49:36 #106 exporting layers 0.6s done 12:49:36 #106 writing image sha256:5530fa68a26b122b48277eb27e9b4242deee1666eb99a720bc65ce5d4a58979c 0.0s done 12:49:36 #106 naming to docker.io/library/support-scheduler-arm64 done 12:49:36 #106 DONE 15.3s 12:49:36 12:49:36 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 12:49:36 #153 DONE 2163.6s 12:49:36 12:49:36 #30 [support-cron-scheduler internal] load .dockerignore 12:49:36 #30 ... 12:49:36 12:49:36 #223 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:49:36 #223 DONE 0.2s 12:49:36 12:49:36 #224 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:49:36 #224 DONE 0.1s 12:49:36 12:49:36 #225 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:49:37 #225 ... 12:49:37 12:49:37 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 12:49:37 #157 DONE 2164.6s 12:49:37 12:49:37 #225 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:49:37 #225 DONE 0.4s 12:49:37 12:49:37 #226 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 12:49:37 #226 DONE 0.3s 12:49:37 12:49:37 #30 [support-cron-scheduler internal] load .dockerignore 12:49:37 #30 ... 12:49:37 12:49:37 #106 [support-notifications] exporting to image 12:49:37 #106 ... 12:49:37 12:49:37 #227 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:49:37 #227 CACHED 12:49:37 12:49:37 #228 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:49:37 #228 CACHED 12:49:37 12:49:37 #229 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 12:49:38 #229 DONE 0.4s 12:49:38 12:49:38 #106 [support-notifications] exporting to image 12:49:38 #106 exporting layers 0.7s done 12:49:38 #106 writing image sha256:e969758f8e12953e3461130aa2c25e251808c904aae803f4cf672935990befdb done 12:49:38 #106 naming to docker.io/library/support-notifications-arm64 done 12:49:38 #106 DONE 16.0s 12:49:38 12:49:38 #230 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 12:49:38 #230 DONE 0.1s 12:49:38 12:49:38 #106 [support-cron-scheduler] exporting to image 12:49:38 #106 exporting layers 0.4s done 12:49:38 #106 writing image sha256:5fc7711560537451717203d3dd07d72b6fbe76a5edd5b4d94a3b0fa1112d95e2 done 12:49:38 #106 naming to docker.io/library/support-cron-scheduler-arm64 done 12:49:38 #106 DONE 16.3s 12:49:38 12:49:38 #30 [support-cron-scheduler internal] load .dockerignore 12:49:38 time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:49:38 time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:49:38 time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:49:38 time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:49:38 time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:49:38 time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:49:38 time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:49:38 time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:49:38 time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:49:38 time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:49:38 time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:49:38 time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:49:38 time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:49:38 time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:49:38 time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:49:38 time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 12:49:38 $ docker stop --time=1 ff290d6a965b277d166579d2eeddae788645f5a30b4fa61336719e040c716a8f 12:49:40 $ docker rm -f --volumes ff290d6a965b277d166579d2eeddae788645f5a30b4fa61336719e040c716a8f [Pipeline] // withDockerContainer [Pipeline] sh 12:49:40 + docker images 12:49:40 REPOSITORY TAG IMAGE ID CREATED SIZE 12:49:40 support-cron-scheduler-arm64 latest 5fc771156053 2 seconds ago 42.2MB 12:49:40 support-notifications-arm64 latest e969758f8e12 3 seconds ago 41.9MB 12:49:40 support-scheduler-arm64 latest 5530fa68a26b 5 seconds ago 41.2MB 12:49:40 core-metadata-arm64 latest c9bfe592ff34 38 seconds ago 39.1MB 12:49:40 core-data-arm64 latest cf94b7e2faa1 40 seconds ago 39MB 12:49:40 core-keeper-arm64 latest 14f333c205f5 41 seconds ago 38.9MB 12:49:40 core-command-arm64 latest 8204d8797b13 2 minutes ago 35MB 12:49:40 security-proxy-auth-arm64 latest b28c4f155277 3 minutes ago 32.6MB 12:49:40 security-spiffe-token-provider-arm64 latest bbfad5b6768b 11 minutes ago 29MB 12:49:40 core-common-config-bootstrapper-arm64 latest 47a18d55e01b 13 minutes ago 15.3MB 12:49:40 security-bootstrapper-arm64 latest 0cfddd72df9e 14 minutes ago 18.9MB 12:49:40 security-secretstore-setup-arm64 latest aee4047b9b5d 14 minutes ago 36.4MB 12:49:40 security-proxy-setup-arm64 latest 1745727f6894 14 minutes ago 26.1MB 12:49:40 security-spire-agent-arm64 latest e0116de52d93 37 minutes ago 174MB 12:49:40 security-spire-server-arm64 latest c6d0859e8edb 37 minutes ago 116MB 12:49:40 security-spire-config-arm64 latest 7c0cd50ecdbc 37 minutes ago 115MB 12:49:40 ci-base-image-arm64 latest 3406351f35ce 39 minutes ago 967MB 12:49:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 3 months ago 561MB 12:49:40 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 12:49:41 provisioning config files... 12:49:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/666@tmp/config11142803643100829210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:49:41 ---> ****-login.sh 12:49:41 nexus3.edgexfoundry.org:10001 12:49:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:49:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:49:41 Configure a credential helper to remove this warning. See 12:49:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:49:41 12:49:41 Login Succeeded 12:49:41 nexus3.edgexfoundry.org:10002 12:49:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:49:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:49:42 Configure a credential helper to remove this warning. See 12:49:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:49:42 12:49:42 Login Succeeded 12:49:42 nexus3.edgexfoundry.org:10003 12:49:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:49:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:49:42 Configure a credential helper to remove this warning. See 12:49:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:49:42 12:49:42 Login Succeeded 12:49:42 nexus3.edgexfoundry.org:10004 12:49:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:49:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:49:42 Configure a credential helper to remove this warning. See 12:49:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:49:42 12:49:42 Login Succeeded 12:49:42 ****.io 12:49:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:49:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:49:43 Configure a credential helper to remove this warning. See 12:49:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:49:43 12:49:43 Login Succeeded 12:49:43 ---> ****-login.sh ends [Pipeline] } 12:49:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:49:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 12:49:43 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 12:49:43 ec96e723b98e779972536fd74512d007c7aee7d0 12:49:43 latest 12:49:43 3.2.0-dev.48 12:49:43 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:49:43 main 12:49:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:49:43 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:49:44 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:49:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 12:49:44 e934e73d20ab: Preparing 12:49:44 4365731b7571: Preparing 12:49:44 964d9097aa72: Preparing 12:49:44 a6214aa29733: Preparing 12:49:44 a87198ca2b5b: Preparing 12:49:44 2610fe0abe73: Preparing 12:49:44 3c20671a5817: Preparing 12:49:44 2610fe0abe73: Waiting 12:49:44 3c20671a5817: Waiting 12:49:44 a87198ca2b5b: Pushed 12:49:44 964d9097aa72: Pushed 12:49:44 a6214aa29733: Pushed 12:49:44 e934e73d20ab: Pushed 12:49:44 3c20671a5817: Layer already exists 12:49:44 2610fe0abe73: Pushed 12:49:51 4365731b7571: Pushed 12:49:51 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:9edc75e55064915abb1985cc62915d98069eb01c2d10090f190a0e21cc7a3011 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:49:51 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:49:51 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 12:49:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 12:49:51 e934e73d20ab: Preparing 12:49:51 4365731b7571: Preparing 12:49:51 964d9097aa72: Preparing 12:49:51 a6214aa29733: Preparing 12:49:51 a87198ca2b5b: Preparing 12:49:51 2610fe0abe73: Preparing 12:49:51 3c20671a5817: Preparing 12:49:51 2610fe0abe73: Waiting 12:49:51 3c20671a5817: Waiting 12:49:51 a6214aa29733: Layer already exists 12:49:51 a87198ca2b5b: Layer already exists 12:49:51 4365731b7571: Layer already exists 12:49:51 964d9097aa72: Layer already exists 12:49:51 e934e73d20ab: Layer already exists 12:49:51 2610fe0abe73: Layer already exists 12:49:51 3c20671a5817: Layer already exists 12:49:51 latest: digest: sha256:9edc75e55064915abb1985cc62915d98069eb01c2d10090f190a0e21cc7a3011 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:49:52 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:49:52 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.48 12:49:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 12:49:52 e934e73d20ab: Preparing 12:49:52 4365731b7571: Preparing 12:49:52 964d9097aa72: Preparing 12:49:52 a6214aa29733: Preparing 12:49:52 a87198ca2b5b: Preparing 12:49:52 2610fe0abe73: Preparing 12:49:52 3c20671a5817: Preparing 12:49:52 2610fe0abe73: Waiting 12:49:52 3c20671a5817: Waiting 12:49:52 964d9097aa72: Layer already exists 12:49:52 4365731b7571: Layer already exists 12:49:52 e934e73d20ab: Layer already exists 12:49:52 a87198ca2b5b: Layer already exists 12:49:52 a6214aa29733: Layer already exists 12:49:52 3c20671a5817: Layer already exists 12:49:52 2610fe0abe73: Layer already exists 12:49:52 3.2.0-dev.48: digest: sha256:9edc75e55064915abb1985cc62915d98069eb01c2d10090f190a0e21cc7a3011 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:49:52 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:49:53 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:49:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 12:49:53 e934e73d20ab: Preparing 12:49:53 4365731b7571: Preparing 12:49:53 964d9097aa72: Preparing 12:49:53 a6214aa29733: Preparing 12:49:53 a87198ca2b5b: Preparing 12:49:53 2610fe0abe73: Preparing 12:49:53 3c20671a5817: Preparing 12:49:53 2610fe0abe73: Waiting 12:49:53 3c20671a5817: Waiting 12:49:53 e934e73d20ab: Layer already exists 12:49:53 4365731b7571: Layer already exists 12:49:53 a87198ca2b5b: Layer already exists 12:49:53 964d9097aa72: Layer already exists 12:49:53 a6214aa29733: Layer already exists 12:49:53 3c20671a5817: Layer already exists 12:49:53 2610fe0abe73: Layer already exists 12:49:53 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:9edc75e55064915abb1985cc62915d98069eb01c2d10090f190a0e21cc7a3011 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:49:53 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:49:53 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 12:49:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 12:49:53 e934e73d20ab: Preparing 12:49:53 4365731b7571: Preparing 12:49:53 964d9097aa72: Preparing 12:49:53 a6214aa29733: Preparing 12:49:53 a87198ca2b5b: Preparing 12:49:53 2610fe0abe73: Preparing 12:49:53 3c20671a5817: Preparing 12:49:53 2610fe0abe73: Waiting 12:49:53 3c20671a5817: Waiting 12:49:53 e934e73d20ab: Layer already exists 12:49:53 a6214aa29733: Layer already exists 12:49:53 964d9097aa72: Layer already exists 12:49:53 4365731b7571: Layer already exists 12:49:53 a87198ca2b5b: Layer already exists 12:49:53 3c20671a5817: Layer already exists 12:49:53 2610fe0abe73: Layer already exists 12:49:53 main: digest: sha256:9edc75e55064915abb1985cc62915d98069eb01c2d10090f190a0e21cc7a3011 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:49:54 ===================================================== [Pipeline] echo 12:49:54 taggedImages: 12:49:54 - nexus3.edgexfoundry.org:10004/core-command-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:49:54 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 12:49:54 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.48 12:49:54 - nexus3.edgexfoundry.org:10004/core-command-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:49:54 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 12:49:54 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 12:49:54 ec96e723b98e779972536fd74512d007c7aee7d0 12:49:54 latest 12:49:54 3.2.0-dev.48 12:49:54 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:49:54 main 12:49:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:49:54 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:49:55 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:49:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 12:49:55 04735d0132cf: Preparing 12:49:55 c2c3aecda472: Preparing 12:49:55 727b50e099a3: Preparing 12:49:55 45008a0ad447: Preparing 12:49:55 964d9097aa72: Preparing 12:49:55 a6214aa29733: Preparing 12:49:55 a6214aa29733: Waiting 12:49:55 a87198ca2b5b: Preparing 12:49:55 2610fe0abe73: Preparing 12:49:55 a87198ca2b5b: Waiting 12:49:55 3c20671a5817: Preparing 12:49:55 2610fe0abe73: Waiting 12:49:55 3c20671a5817: Waiting 12:49:55 964d9097aa72: Layer already exists 12:49:55 a6214aa29733: Layer already exists 12:49:55 a87198ca2b5b: Layer already exists 12:49:55 2610fe0abe73: Layer already exists 12:49:55 04735d0132cf: Pushed 12:49:55 727b50e099a3: Pushed 12:49:55 c2c3aecda472: Pushed 12:49:55 3c20671a5817: Layer already exists 12:49:57 45008a0ad447: Pushed 12:49:57 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:6e7f99b10c5f106ef8dcbb0db889411ce67257eac205d11702297283dc194509 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:49:57 + 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 12:49:57 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 12:49:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 12:49:57 04735d0132cf: Preparing 12:49:57 c2c3aecda472: Preparing 12:49:57 727b50e099a3: Preparing 12:49:57 45008a0ad447: Preparing 12:49:57 964d9097aa72: Preparing 12:49:57 a6214aa29733: Preparing 12:49:57 a87198ca2b5b: Preparing 12:49:57 2610fe0abe73: Preparing 12:49:57 3c20671a5817: Preparing 12:49:57 a87198ca2b5b: Waiting 12:49:57 2610fe0abe73: Waiting 12:49:57 3c20671a5817: Waiting 12:49:57 a6214aa29733: Waiting 12:49:57 c2c3aecda472: Layer already exists 12:49:57 964d9097aa72: Layer already exists 12:49:57 727b50e099a3: Layer already exists 12:49:57 45008a0ad447: Layer already exists 12:49:57 04735d0132cf: Layer already exists 12:49:57 a6214aa29733: Layer already exists 12:49:57 a87198ca2b5b: Layer already exists 12:49:57 2610fe0abe73: Layer already exists 12:49:57 3c20671a5817: Layer already exists 12:49:58 latest: digest: sha256:6e7f99b10c5f106ef8dcbb0db889411ce67257eac205d11702297283dc194509 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:49:58 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:49:58 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.48 12:49:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 12:49:58 04735d0132cf: Preparing 12:49:58 c2c3aecda472: Preparing 12:49:58 727b50e099a3: Preparing 12:49:58 45008a0ad447: Preparing 12:49:58 964d9097aa72: Preparing 12:49:58 a6214aa29733: Preparing 12:49:58 a87198ca2b5b: Preparing 12:49:58 2610fe0abe73: Preparing 12:49:58 3c20671a5817: Preparing 12:49:58 a6214aa29733: Waiting 12:49:58 a87198ca2b5b: Waiting 12:49:58 2610fe0abe73: Waiting 12:49:58 3c20671a5817: Waiting 12:49:58 727b50e099a3: Layer already exists 12:49:58 45008a0ad447: Layer already exists 12:49:58 04735d0132cf: Layer already exists 12:49:58 964d9097aa72: Layer already exists 12:49:58 c2c3aecda472: Layer already exists 12:49:58 3c20671a5817: Layer already exists 12:49:58 a6214aa29733: Layer already exists 12:49:58 a87198ca2b5b: Layer already exists 12:49:58 2610fe0abe73: Layer already exists 12:49:58 3.2.0-dev.48: digest: sha256:6e7f99b10c5f106ef8dcbb0db889411ce67257eac205d11702297283dc194509 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:49:59 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:49:59 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:49:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 12:49:59 04735d0132cf: Preparing 12:49:59 c2c3aecda472: Preparing 12:49:59 727b50e099a3: Preparing 12:49:59 45008a0ad447: Preparing 12:49:59 964d9097aa72: Preparing 12:49:59 a6214aa29733: Preparing 12:49:59 a87198ca2b5b: Preparing 12:49:59 2610fe0abe73: Preparing 12:49:59 3c20671a5817: Preparing 12:49:59 a87198ca2b5b: Waiting 12:49:59 a6214aa29733: Waiting 12:49:59 2610fe0abe73: Waiting 12:49:59 3c20671a5817: Waiting 12:49:59 04735d0132cf: Layer already exists 12:49:59 c2c3aecda472: Layer already exists 12:49:59 964d9097aa72: Layer already exists 12:49:59 45008a0ad447: Layer already exists 12:49:59 727b50e099a3: Layer already exists 12:49:59 a6214aa29733: Layer already exists 12:49:59 a87198ca2b5b: Layer already exists 12:49:59 3c20671a5817: Layer already exists 12:49:59 2610fe0abe73: Layer already exists 12:50:00 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:6e7f99b10c5f106ef8dcbb0db889411ce67257eac205d11702297283dc194509 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:00 + 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 12:50:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 12:50:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 12:50:00 04735d0132cf: Preparing 12:50:00 c2c3aecda472: Preparing 12:50:00 727b50e099a3: Preparing 12:50:00 45008a0ad447: Preparing 12:50:00 964d9097aa72: Preparing 12:50:00 a6214aa29733: Preparing 12:50:00 a87198ca2b5b: Preparing 12:50:00 2610fe0abe73: Preparing 12:50:00 3c20671a5817: Preparing 12:50:00 a6214aa29733: Waiting 12:50:00 a87198ca2b5b: Waiting 12:50:00 2610fe0abe73: Waiting 12:50:00 3c20671a5817: Waiting 12:50:00 727b50e099a3: Layer already exists 12:50:00 04735d0132cf: Layer already exists 12:50:00 964d9097aa72: Layer already exists 12:50:00 c2c3aecda472: Layer already exists 12:50:00 45008a0ad447: Layer already exists 12:50:00 2610fe0abe73: Layer already exists 12:50:00 a87198ca2b5b: Layer already exists 12:50:00 3c20671a5817: Layer already exists 12:50:00 a6214aa29733: Layer already exists 12:50:01 main: digest: sha256:6e7f99b10c5f106ef8dcbb0db889411ce67257eac205d11702297283dc194509 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:50:01 ===================================================== [Pipeline] echo 12:50:01 taggedImages: 12:50:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:50:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 12:50:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.48 12:50:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:50:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 12:50:01 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 12:50:01 ec96e723b98e779972536fd74512d007c7aee7d0 12:50:01 latest 12:50:01 3.2.0-dev.48 12:50:01 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:50:01 main 12:50:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:01 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:01 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:50:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 12:50:01 84bdd650f572: Preparing 12:50:01 88d4154923bf: Preparing 12:50:01 964d9097aa72: Preparing 12:50:01 a6214aa29733: Preparing 12:50:01 17c25fb7985f: Preparing 12:50:01 4f56bb57c573: Preparing 12:50:01 3c20671a5817: Preparing 12:50:01 4f56bb57c573: Waiting 12:50:01 3c20671a5817: Waiting 12:50:01 964d9097aa72: Layer already exists 12:50:02 a6214aa29733: Layer already exists 12:50:02 3c20671a5817: Layer already exists 12:50:02 17c25fb7985f: Pushed 12:50:02 84bdd650f572: Pushed 12:50:02 4f56bb57c573: Pushed 12:50:08 88d4154923bf: Pushed 12:50:08 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:98e956091c496d20725b1e9e41df67cbee38fd92feb1f0381d98c47a4e30571f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:09 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:09 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 12:50:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 12:50:09 84bdd650f572: Preparing 12:50:09 88d4154923bf: Preparing 12:50:09 964d9097aa72: Preparing 12:50:09 a6214aa29733: Preparing 12:50:09 17c25fb7985f: Preparing 12:50:09 4f56bb57c573: Preparing 12:50:09 3c20671a5817: Preparing 12:50:09 4f56bb57c573: Waiting 12:50:09 88d4154923bf: Layer already exists 12:50:09 84bdd650f572: Layer already exists 12:50:09 17c25fb7985f: Layer already exists 12:50:09 a6214aa29733: Layer already exists 12:50:09 964d9097aa72: Layer already exists 12:50:09 4f56bb57c573: Layer already exists 12:50:09 3c20671a5817: Layer already exists 12:50:10 latest: digest: sha256:98e956091c496d20725b1e9e41df67cbee38fd92feb1f0381d98c47a4e30571f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:10 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:10 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.48 12:50:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 12:50:10 84bdd650f572: Preparing 12:50:10 88d4154923bf: Preparing 12:50:10 964d9097aa72: Preparing 12:50:10 a6214aa29733: Preparing 12:50:10 17c25fb7985f: Preparing 12:50:10 4f56bb57c573: Preparing 12:50:10 3c20671a5817: Preparing 12:50:10 3c20671a5817: Waiting 12:50:10 4f56bb57c573: Waiting 12:50:10 a6214aa29733: Layer already exists 12:50:10 84bdd650f572: Layer already exists 12:50:10 17c25fb7985f: Layer already exists 12:50:10 964d9097aa72: Layer already exists 12:50:10 88d4154923bf: Layer already exists 12:50:10 3c20671a5817: Layer already exists 12:50:10 4f56bb57c573: Layer already exists 12:50:10 3.2.0-dev.48: digest: sha256:98e956091c496d20725b1e9e41df67cbee38fd92feb1f0381d98c47a4e30571f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:11 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:11 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:50:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 12:50:11 84bdd650f572: Preparing 12:50:11 88d4154923bf: Preparing 12:50:11 964d9097aa72: Preparing 12:50:11 a6214aa29733: Preparing 12:50:11 17c25fb7985f: Preparing 12:50:11 4f56bb57c573: Preparing 12:50:11 3c20671a5817: Preparing 12:50:11 3c20671a5817: Waiting 12:50:11 4f56bb57c573: Waiting 12:50:11 84bdd650f572: Layer already exists 12:50:11 964d9097aa72: Layer already exists 12:50:11 17c25fb7985f: Layer already exists 12:50:11 88d4154923bf: Layer already exists 12:50:11 a6214aa29733: Layer already exists 12:50:11 4f56bb57c573: Layer already exists 12:50:11 3c20671a5817: Layer already exists 12:50:11 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:98e956091c496d20725b1e9e41df67cbee38fd92feb1f0381d98c47a4e30571f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:12 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:12 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 12:50:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 12:50:12 84bdd650f572: Preparing 12:50:12 88d4154923bf: Preparing 12:50:12 964d9097aa72: Preparing 12:50:12 a6214aa29733: Preparing 12:50:12 17c25fb7985f: Preparing 12:50:12 4f56bb57c573: Preparing 12:50:12 3c20671a5817: Preparing 12:50:12 4f56bb57c573: Waiting 12:50:12 3c20671a5817: Waiting 12:50:12 84bdd650f572: Layer already exists 12:50:12 a6214aa29733: Layer already exists 12:50:12 964d9097aa72: Layer already exists 12:50:12 88d4154923bf: Layer already exists 12:50:12 17c25fb7985f: Layer already exists 12:50:12 4f56bb57c573: Layer already exists 12:50:12 3c20671a5817: Layer already exists 12:50:12 main: digest: sha256:98e956091c496d20725b1e9e41df67cbee38fd92feb1f0381d98c47a4e30571f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:50:13 ===================================================== [Pipeline] echo 12:50:13 taggedImages: 12:50:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:50:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 12:50:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.48 12:50:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:50:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 12:50:13 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 12:50:13 ec96e723b98e779972536fd74512d007c7aee7d0 12:50:13 latest 12:50:13 3.2.0-dev.48 12:50:13 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:50:13 main 12:50:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:13 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:13 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:50:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 12:50:13 c068b7fe5ab9: Preparing 12:50:13 db1fa3b2e47d: Preparing 12:50:13 a6214aa29733: Preparing 12:50:13 b4682c552b46: Preparing 12:50:13 4df8d13fe123: Preparing 12:50:13 3c20671a5817: Preparing 12:50:13 3c20671a5817: Waiting 12:50:14 a6214aa29733: Layer already exists 12:50:14 4df8d13fe123: Pushed 12:50:14 3c20671a5817: Layer already exists 12:50:14 b4682c552b46: Pushed 12:50:14 c068b7fe5ab9: Pushed 12:50:20 db1fa3b2e47d: Pushed 12:50:20 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:6940ab03b4ebe1d34cc47f36fb0f422c380313320cf6089a7a901829f3e87990 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:21 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:21 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 12:50:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 12:50:21 c068b7fe5ab9: Preparing 12:50:21 db1fa3b2e47d: Preparing 12:50:21 a6214aa29733: Preparing 12:50:21 b4682c552b46: Preparing 12:50:21 4df8d13fe123: Preparing 12:50:21 3c20671a5817: Preparing 12:50:21 3c20671a5817: Waiting 12:50:21 b4682c552b46: Layer already exists 12:50:21 4df8d13fe123: Layer already exists 12:50:21 c068b7fe5ab9: Layer already exists 12:50:21 a6214aa29733: Layer already exists 12:50:21 db1fa3b2e47d: Layer already exists 12:50:21 3c20671a5817: Layer already exists 12:50:21 latest: digest: sha256:6940ab03b4ebe1d34cc47f36fb0f422c380313320cf6089a7a901829f3e87990 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:21 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:22 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.48 12:50:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 12:50:22 c068b7fe5ab9: Preparing 12:50:22 db1fa3b2e47d: Preparing 12:50:22 a6214aa29733: Preparing 12:50:22 b4682c552b46: Preparing 12:50:22 4df8d13fe123: Preparing 12:50:22 3c20671a5817: Preparing 12:50:22 3c20671a5817: Waiting 12:50:22 c068b7fe5ab9: Layer already exists 12:50:22 4df8d13fe123: Layer already exists 12:50:22 a6214aa29733: Layer already exists 12:50:22 db1fa3b2e47d: Layer already exists 12:50:22 b4682c552b46: Layer already exists 12:50:22 3c20671a5817: Layer already exists 12:50:22 3.2.0-dev.48: digest: sha256:6940ab03b4ebe1d34cc47f36fb0f422c380313320cf6089a7a901829f3e87990 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:22 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:23 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:50:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 12:50:23 c068b7fe5ab9: Preparing 12:50:23 db1fa3b2e47d: Preparing 12:50:23 a6214aa29733: Preparing 12:50:23 b4682c552b46: Preparing 12:50:23 4df8d13fe123: Preparing 12:50:23 3c20671a5817: Preparing 12:50:23 3c20671a5817: Waiting 12:50:23 c068b7fe5ab9: Layer already exists 12:50:23 4df8d13fe123: Layer already exists 12:50:23 db1fa3b2e47d: Layer already exists 12:50:23 a6214aa29733: Layer already exists 12:50:23 b4682c552b46: Layer already exists 12:50:23 3c20671a5817: Layer already exists 12:50:23 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:6940ab03b4ebe1d34cc47f36fb0f422c380313320cf6089a7a901829f3e87990 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:23 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:24 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 12:50:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 12:50:24 c068b7fe5ab9: Preparing 12:50:24 db1fa3b2e47d: Preparing 12:50:24 a6214aa29733: Preparing 12:50:24 b4682c552b46: Preparing 12:50:24 4df8d13fe123: Preparing 12:50:24 3c20671a5817: Preparing 12:50:24 3c20671a5817: Waiting 12:50:24 4df8d13fe123: Layer already exists 12:50:24 db1fa3b2e47d: Layer already exists 12:50:24 b4682c552b46: Layer already exists 12:50:24 c068b7fe5ab9: Layer already exists 12:50:24 a6214aa29733: Layer already exists 12:50:24 3c20671a5817: Layer already exists 12:50:24 main: digest: sha256:6940ab03b4ebe1d34cc47f36fb0f422c380313320cf6089a7a901829f3e87990 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:50:24 ===================================================== [Pipeline] echo 12:50:24 taggedImages: 12:50:24 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:50:24 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 12:50:24 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.48 12:50:24 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:50:24 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 12:50:24 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 12:50:24 ec96e723b98e779972536fd74512d007c7aee7d0 12:50:24 latest 12:50:24 3.2.0-dev.48 12:50:24 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:50:24 main 12:50:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:25 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:25 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:50:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 12:50:25 d045018e55ff: Preparing 12:50:25 167a934498ad: Preparing 12:50:25 b52ac4e50773: Preparing 12:50:25 964d9097aa72: Preparing 12:50:25 a6214aa29733: Preparing 12:50:25 a87198ca2b5b: Preparing 12:50:25 2610fe0abe73: Preparing 12:50:25 3c20671a5817: Preparing 12:50:25 a87198ca2b5b: Waiting 12:50:25 2610fe0abe73: Waiting 12:50:25 3c20671a5817: Waiting 12:50:25 964d9097aa72: Layer already exists 12:50:25 a6214aa29733: Layer already exists 12:50:25 a87198ca2b5b: Layer already exists 12:50:25 2610fe0abe73: Layer already exists 12:50:25 3c20671a5817: Layer already exists 12:50:25 d045018e55ff: Pushed 12:50:25 167a934498ad: Pushed 12:50:32 b52ac4e50773: Pushed 12:50:32 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:afd6c5a281cee0f16ea9fdcbe8ff9180c2ebe56a952f29def7ed00fc953d0d52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:32 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 12:50:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 12:50:33 d045018e55ff: Preparing 12:50:33 167a934498ad: Preparing 12:50:33 b52ac4e50773: Preparing 12:50:33 964d9097aa72: Preparing 12:50:33 a6214aa29733: Preparing 12:50:33 a87198ca2b5b: Preparing 12:50:33 2610fe0abe73: Preparing 12:50:33 3c20671a5817: Preparing 12:50:33 a87198ca2b5b: Waiting 12:50:33 2610fe0abe73: Waiting 12:50:33 3c20671a5817: Waiting 12:50:33 d045018e55ff: Layer already exists 12:50:33 964d9097aa72: Layer already exists 12:50:33 b52ac4e50773: Layer already exists 12:50:33 167a934498ad: Layer already exists 12:50:33 a6214aa29733: Layer already exists 12:50:33 a87198ca2b5b: Layer already exists 12:50:33 2610fe0abe73: Layer already exists 12:50:33 3c20671a5817: Layer already exists 12:50:33 latest: digest: sha256:afd6c5a281cee0f16ea9fdcbe8ff9180c2ebe56a952f29def7ed00fc953d0d52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:33 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:34 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.48 12:50:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 12:50:34 d045018e55ff: Preparing 12:50:34 167a934498ad: Preparing 12:50:34 b52ac4e50773: Preparing 12:50:34 964d9097aa72: Preparing 12:50:34 a6214aa29733: Preparing 12:50:34 a87198ca2b5b: Preparing 12:50:34 2610fe0abe73: Preparing 12:50:34 a87198ca2b5b: Waiting 12:50:34 3c20671a5817: Preparing 12:50:34 2610fe0abe73: Waiting 12:50:34 3c20671a5817: Waiting 12:50:34 a6214aa29733: Layer already exists 12:50:34 964d9097aa72: Layer already exists 12:50:34 167a934498ad: Layer already exists 12:50:34 b52ac4e50773: Layer already exists 12:50:34 d045018e55ff: Layer already exists 12:50:34 a87198ca2b5b: Layer already exists 12:50:34 2610fe0abe73: Layer already exists 12:50:34 3c20671a5817: Layer already exists 12:50:34 3.2.0-dev.48: digest: sha256:afd6c5a281cee0f16ea9fdcbe8ff9180c2ebe56a952f29def7ed00fc953d0d52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:34 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:34 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:50:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 12:50:34 d045018e55ff: Preparing 12:50:34 167a934498ad: Preparing 12:50:34 b52ac4e50773: Preparing 12:50:34 964d9097aa72: Preparing 12:50:34 a6214aa29733: Preparing 12:50:34 a87198ca2b5b: Preparing 12:50:34 2610fe0abe73: Preparing 12:50:34 3c20671a5817: Preparing 12:50:34 a87198ca2b5b: Waiting 12:50:34 2610fe0abe73: Waiting 12:50:34 3c20671a5817: Waiting 12:50:34 167a934498ad: Layer already exists 12:50:34 d045018e55ff: Layer already exists 12:50:34 964d9097aa72: Layer already exists 12:50:34 a6214aa29733: Layer already exists 12:50:34 b52ac4e50773: Layer already exists 12:50:34 3c20671a5817: Layer already exists 12:50:34 2610fe0abe73: Layer already exists 12:50:34 a87198ca2b5b: Layer already exists 12:50:35 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:afd6c5a281cee0f16ea9fdcbe8ff9180c2ebe56a952f29def7ed00fc953d0d52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:35 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 12:50:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 12:50:35 d045018e55ff: Preparing 12:50:35 167a934498ad: Preparing 12:50:35 b52ac4e50773: Preparing 12:50:35 964d9097aa72: Preparing 12:50:35 a6214aa29733: Preparing 12:50:35 a87198ca2b5b: Preparing 12:50:35 2610fe0abe73: Preparing 12:50:35 3c20671a5817: Preparing 12:50:35 a87198ca2b5b: Waiting 12:50:35 2610fe0abe73: Waiting 12:50:35 3c20671a5817: Waiting 12:50:35 167a934498ad: Layer already exists 12:50:35 964d9097aa72: Layer already exists 12:50:35 a6214aa29733: Layer already exists 12:50:35 b52ac4e50773: Layer already exists 12:50:35 d045018e55ff: Layer already exists 12:50:35 a87198ca2b5b: Layer already exists 12:50:35 2610fe0abe73: Layer already exists 12:50:35 3c20671a5817: Layer already exists 12:50:36 main: digest: sha256:afd6c5a281cee0f16ea9fdcbe8ff9180c2ebe56a952f29def7ed00fc953d0d52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:50:36 ===================================================== [Pipeline] echo 12:50:36 taggedImages: 12:50:36 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:50:36 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 12:50:36 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.48 12:50:36 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:50:36 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 12:50:36 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 12:50:36 ec96e723b98e779972536fd74512d007c7aee7d0 12:50:36 latest 12:50:36 3.2.0-dev.48 12:50:36 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:50:36 main 12:50:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:36 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:50:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 12:50:37 dd11c832a674: Preparing 12:50:37 5d291e7f9c68: Preparing 12:50:37 887dc37f4258: Preparing 12:50:37 7a1eef1ca6dc: Preparing 12:50:37 15e1cb043299: Preparing 12:50:37 f04c316f74e3: Preparing 12:50:37 b5c1ee325310: Preparing 12:50:37 4eb3c2cf3067: Preparing 12:50:37 964d9097aa72: Preparing 12:50:37 a6214aa29733: Preparing 12:50:37 951bd3dd3608: Preparing 12:50:37 520ce9cac67b: Preparing 12:50:37 5f70bf18a086: Preparing 12:50:37 f04c316f74e3: Waiting 12:50:37 b5c1ee325310: Waiting 12:50:37 4eb3c2cf3067: Waiting 12:50:37 964d9097aa72: Waiting 12:50:37 a6214aa29733: Waiting 12:50:37 951bd3dd3608: Waiting 12:50:37 520ce9cac67b: Waiting 12:50:37 5f70bf18a086: Waiting 12:50:37 b75fb58e7344: Preparing 12:50:37 65b9ee7d2a36: Preparing 12:50:37 2f424b9282ba: Preparing 12:50:37 3c20671a5817: Preparing 12:50:37 2f424b9282ba: Waiting 12:50:37 3c20671a5817: Waiting 12:50:37 dd11c832a674: Pushed 12:50:37 5d291e7f9c68: Pushed 12:50:37 15e1cb043299: Pushed 12:50:37 7a1eef1ca6dc: Pushed 12:50:37 887dc37f4258: Pushed 12:50:37 964d9097aa72: Layer already exists 12:50:37 a6214aa29733: Layer already exists 12:50:37 f04c316f74e3: Pushed 12:50:37 5f70bf18a086: Layer already exists 12:50:37 b5c1ee325310: Pushed 12:50:37 951bd3dd3608: Pushed 12:50:37 520ce9cac67b: Pushed 12:50:37 b75fb58e7344: Pushed 12:50:37 3c20671a5817: Layer already exists 12:50:37 65b9ee7d2a36: Pushed 12:50:37 2f424b9282ba: Pushed 12:50:40 4eb3c2cf3067: Pushed 12:50:40 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:eb0dc7844312fe53394aeb44154c1ec7c90bdc581decbe8e25518ccc2256f83d size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:40 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 12:50:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 12:50:41 dd11c832a674: Preparing 12:50:41 5d291e7f9c68: Preparing 12:50:41 887dc37f4258: Preparing 12:50:41 7a1eef1ca6dc: Preparing 12:50:41 15e1cb043299: Preparing 12:50:41 f04c316f74e3: Preparing 12:50:41 b5c1ee325310: Preparing 12:50:41 4eb3c2cf3067: Preparing 12:50:41 964d9097aa72: Preparing 12:50:41 a6214aa29733: Preparing 12:50:41 951bd3dd3608: Preparing 12:50:41 520ce9cac67b: Preparing 12:50:41 5f70bf18a086: Preparing 12:50:41 b75fb58e7344: Preparing 12:50:41 65b9ee7d2a36: Preparing 12:50:41 2f424b9282ba: Preparing 12:50:41 3c20671a5817: Preparing 12:50:41 f04c316f74e3: Waiting 12:50:41 b5c1ee325310: Waiting 12:50:41 4eb3c2cf3067: Waiting 12:50:41 964d9097aa72: Waiting 12:50:41 a6214aa29733: Waiting 12:50:41 951bd3dd3608: Waiting 12:50:41 520ce9cac67b: Waiting 12:50:41 5f70bf18a086: Waiting 12:50:41 b75fb58e7344: Waiting 12:50:41 65b9ee7d2a36: Waiting 12:50:41 2f424b9282ba: Waiting 12:50:41 3c20671a5817: Waiting 12:50:41 dd11c832a674: Layer already exists 12:50:41 5d291e7f9c68: Layer already exists 12:50:41 7a1eef1ca6dc: Layer already exists 12:50:41 887dc37f4258: Layer already exists 12:50:41 15e1cb043299: Layer already exists 12:50:41 b5c1ee325310: Layer already exists 12:50:41 f04c316f74e3: Layer already exists 12:50:41 964d9097aa72: Layer already exists 12:50:41 4eb3c2cf3067: Layer already exists 12:50:41 a6214aa29733: Layer already exists 12:50:41 951bd3dd3608: Layer already exists 12:50:41 520ce9cac67b: Layer already exists 12:50:41 5f70bf18a086: Layer already exists 12:50:41 b75fb58e7344: Layer already exists 12:50:41 65b9ee7d2a36: Layer already exists 12:50:41 2f424b9282ba: Layer already exists 12:50:41 3c20671a5817: Layer already exists 12:50:41 latest: digest: sha256:eb0dc7844312fe53394aeb44154c1ec7c90bdc581decbe8e25518ccc2256f83d size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:41 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:42 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.48 12:50:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 12:50:42 dd11c832a674: Preparing 12:50:42 5d291e7f9c68: Preparing 12:50:42 887dc37f4258: Preparing 12:50:42 7a1eef1ca6dc: Preparing 12:50:42 15e1cb043299: Preparing 12:50:42 f04c316f74e3: Preparing 12:50:42 b5c1ee325310: Preparing 12:50:42 4eb3c2cf3067: Preparing 12:50:42 964d9097aa72: Preparing 12:50:42 a6214aa29733: Preparing 12:50:42 951bd3dd3608: Preparing 12:50:42 520ce9cac67b: Preparing 12:50:42 5f70bf18a086: Preparing 12:50:42 b75fb58e7344: Preparing 12:50:42 65b9ee7d2a36: Preparing 12:50:42 2f424b9282ba: Preparing 12:50:42 3c20671a5817: Preparing 12:50:42 f04c316f74e3: Waiting 12:50:42 4eb3c2cf3067: Waiting 12:50:42 964d9097aa72: Waiting 12:50:42 a6214aa29733: Waiting 12:50:42 b5c1ee325310: Waiting 12:50:42 951bd3dd3608: Waiting 12:50:42 5f70bf18a086: Waiting 12:50:42 65b9ee7d2a36: Waiting 12:50:42 b75fb58e7344: Waiting 12:50:42 2f424b9282ba: Waiting 12:50:42 520ce9cac67b: Waiting 12:50:42 3c20671a5817: Waiting 12:50:42 7a1eef1ca6dc: Layer already exists 12:50:42 887dc37f4258: Layer already exists 12:50:42 5d291e7f9c68: Layer already exists 12:50:42 dd11c832a674: Layer already exists 12:50:42 15e1cb043299: Layer already exists 12:50:42 f04c316f74e3: Layer already exists 12:50:42 4eb3c2cf3067: Layer already exists 12:50:42 a6214aa29733: Layer already exists 12:50:42 b5c1ee325310: Layer already exists 12:50:42 964d9097aa72: Layer already exists 12:50:42 951bd3dd3608: Layer already exists 12:50:42 520ce9cac67b: Layer already exists 12:50:42 5f70bf18a086: Layer already exists 12:50:42 b75fb58e7344: Layer already exists 12:50:42 65b9ee7d2a36: Layer already exists 12:50:42 2f424b9282ba: Layer already exists 12:50:42 3c20671a5817: Layer already exists 12:50:42 3.2.0-dev.48: digest: sha256:eb0dc7844312fe53394aeb44154c1ec7c90bdc581decbe8e25518ccc2256f83d size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:42 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:42 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:50:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 12:50:42 dd11c832a674: Preparing 12:50:42 5d291e7f9c68: Preparing 12:50:42 887dc37f4258: Preparing 12:50:42 7a1eef1ca6dc: Preparing 12:50:42 15e1cb043299: Preparing 12:50:42 f04c316f74e3: Preparing 12:50:42 b5c1ee325310: Preparing 12:50:42 4eb3c2cf3067: Preparing 12:50:42 964d9097aa72: Preparing 12:50:42 a6214aa29733: Preparing 12:50:42 951bd3dd3608: Preparing 12:50:42 520ce9cac67b: Preparing 12:50:42 5f70bf18a086: Preparing 12:50:42 b75fb58e7344: Preparing 12:50:42 65b9ee7d2a36: Preparing 12:50:42 2f424b9282ba: Preparing 12:50:42 3c20671a5817: Preparing 12:50:42 a6214aa29733: Waiting 12:50:42 951bd3dd3608: Waiting 12:50:42 520ce9cac67b: Waiting 12:50:42 5f70bf18a086: Waiting 12:50:42 b75fb58e7344: Waiting 12:50:42 65b9ee7d2a36: Waiting 12:50:42 2f424b9282ba: Waiting 12:50:42 3c20671a5817: Waiting 12:50:42 b5c1ee325310: Waiting 12:50:42 f04c316f74e3: Waiting 12:50:42 4eb3c2cf3067: Waiting 12:50:42 964d9097aa72: Waiting 12:50:42 887dc37f4258: Layer already exists 12:50:42 15e1cb043299: Layer already exists 12:50:42 5d291e7f9c68: Layer already exists 12:50:42 7a1eef1ca6dc: Layer already exists 12:50:42 dd11c832a674: Layer already exists 12:50:42 f04c316f74e3: Layer already exists 12:50:42 964d9097aa72: Layer already exists 12:50:42 4eb3c2cf3067: Layer already exists 12:50:42 b5c1ee325310: Layer already exists 12:50:42 a6214aa29733: Layer already exists 12:50:42 b75fb58e7344: Layer already exists 12:50:42 951bd3dd3608: Layer already exists 12:50:42 520ce9cac67b: Layer already exists 12:50:42 5f70bf18a086: Layer already exists 12:50:42 65b9ee7d2a36: Layer already exists 12:50:42 2f424b9282ba: Layer already exists 12:50:42 3c20671a5817: Layer already exists 12:50:43 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:eb0dc7844312fe53394aeb44154c1ec7c90bdc581decbe8e25518ccc2256f83d size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:43 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 12:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 12:50:43 dd11c832a674: Preparing 12:50:43 5d291e7f9c68: Preparing 12:50:43 887dc37f4258: Preparing 12:50:43 7a1eef1ca6dc: Preparing 12:50:43 15e1cb043299: Preparing 12:50:43 f04c316f74e3: Preparing 12:50:43 b5c1ee325310: Preparing 12:50:43 f04c316f74e3: Waiting 12:50:43 4eb3c2cf3067: Preparing 12:50:43 b5c1ee325310: Waiting 12:50:43 964d9097aa72: Preparing 12:50:43 4eb3c2cf3067: Waiting 12:50:43 a6214aa29733: Preparing 12:50:43 964d9097aa72: Waiting 12:50:43 951bd3dd3608: Preparing 12:50:43 a6214aa29733: Waiting 12:50:43 520ce9cac67b: Preparing 12:50:43 5f70bf18a086: Preparing 12:50:43 b75fb58e7344: Preparing 12:50:43 65b9ee7d2a36: Preparing 12:50:43 2f424b9282ba: Preparing 12:50:43 3c20671a5817: Preparing 12:50:43 951bd3dd3608: Waiting 12:50:43 520ce9cac67b: Waiting 12:50:43 5f70bf18a086: Waiting 12:50:43 b75fb58e7344: Waiting 12:50:43 65b9ee7d2a36: Waiting 12:50:43 2f424b9282ba: Waiting 12:50:43 3c20671a5817: Waiting 12:50:43 887dc37f4258: Layer already exists 12:50:43 5d291e7f9c68: Layer already exists 12:50:43 dd11c832a674: Layer already exists 12:50:43 7a1eef1ca6dc: Layer already exists 12:50:43 15e1cb043299: Layer already exists 12:50:43 f04c316f74e3: Layer already exists 12:50:43 4eb3c2cf3067: Layer already exists 12:50:43 b5c1ee325310: Layer already exists 12:50:43 964d9097aa72: Layer already exists 12:50:43 a6214aa29733: Layer already exists 12:50:43 951bd3dd3608: Layer already exists 12:50:43 b75fb58e7344: Layer already exists 12:50:43 520ce9cac67b: Layer already exists 12:50:43 5f70bf18a086: Layer already exists 12:50:43 65b9ee7d2a36: Layer already exists 12:50:43 3c20671a5817: Layer already exists 12:50:43 2f424b9282ba: Layer already exists 12:50:44 main: digest: sha256:eb0dc7844312fe53394aeb44154c1ec7c90bdc581decbe8e25518ccc2256f83d size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:50:44 ===================================================== [Pipeline] echo 12:50:44 taggedImages: 12:50:44 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:50:44 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 12:50:44 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.48 12:50:44 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:50:44 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 12:50:44 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 12:50:44 ec96e723b98e779972536fd74512d007c7aee7d0 12:50:44 latest 12:50:44 3.2.0-dev.48 12:50:44 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:50:44 main 12:50:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:44 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:50:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 12:50:45 28dac48a186e: Preparing 12:50:45 ba18c87486a3: Preparing 12:50:45 cd995d539f40: Preparing 12:50:45 bdcca36a0b8e: Preparing 12:50:45 964d9097aa72: Preparing 12:50:45 a6214aa29733: Preparing 12:50:45 a87198ca2b5b: Preparing 12:50:45 2610fe0abe73: Preparing 12:50:45 3c20671a5817: Preparing 12:50:45 a6214aa29733: Waiting 12:50:45 a87198ca2b5b: Waiting 12:50:45 2610fe0abe73: Waiting 12:50:45 3c20671a5817: Waiting 12:50:45 964d9097aa72: Layer already exists 12:50:45 a6214aa29733: Layer already exists 12:50:45 a87198ca2b5b: Layer already exists 12:50:45 2610fe0abe73: Layer already exists 12:50:45 3c20671a5817: Layer already exists 12:50:45 28dac48a186e: Pushed 12:50:45 ba18c87486a3: Pushed 12:50:45 cd995d539f40: Pushed 12:50:50 bdcca36a0b8e: Pushed 12:50:50 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:ce581bd820fdb2541d29472340e553a07bedc08e99df4a6fe3ef628c7b0baf09 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:50 + 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 12:50:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 12:50:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 12:50:51 28dac48a186e: Preparing 12:50:51 ba18c87486a3: Preparing 12:50:51 cd995d539f40: Preparing 12:50:51 bdcca36a0b8e: Preparing 12:50:51 964d9097aa72: Preparing 12:50:51 a6214aa29733: Preparing 12:50:51 a87198ca2b5b: Preparing 12:50:51 2610fe0abe73: Preparing 12:50:51 3c20671a5817: Preparing 12:50:51 a6214aa29733: Waiting 12:50:51 a87198ca2b5b: Waiting 12:50:51 2610fe0abe73: Waiting 12:50:51 3c20671a5817: Waiting 12:50:51 28dac48a186e: Layer already exists 12:50:51 964d9097aa72: Layer already exists 12:50:51 ba18c87486a3: Layer already exists 12:50:51 bdcca36a0b8e: Layer already exists 12:50:51 cd995d539f40: Layer already exists 12:50:51 a87198ca2b5b: Layer already exists 12:50:51 3c20671a5817: Layer already exists 12:50:51 a6214aa29733: Layer already exists 12:50:51 2610fe0abe73: Layer already exists 12:50:51 latest: digest: sha256:ce581bd820fdb2541d29472340e553a07bedc08e99df4a6fe3ef628c7b0baf09 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:51 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.48 12:50:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 12:50:52 28dac48a186e: Preparing 12:50:52 ba18c87486a3: Preparing 12:50:52 cd995d539f40: Preparing 12:50:52 bdcca36a0b8e: Preparing 12:50:52 964d9097aa72: Preparing 12:50:52 a6214aa29733: Preparing 12:50:52 a87198ca2b5b: Preparing 12:50:52 2610fe0abe73: Preparing 12:50:52 3c20671a5817: Preparing 12:50:52 a87198ca2b5b: Waiting 12:50:52 2610fe0abe73: Waiting 12:50:52 3c20671a5817: Waiting 12:50:52 a6214aa29733: Waiting 12:50:52 bdcca36a0b8e: Layer already exists 12:50:52 cd995d539f40: Layer already exists 12:50:52 964d9097aa72: Layer already exists 12:50:52 28dac48a186e: Layer already exists 12:50:52 ba18c87486a3: Layer already exists 12:50:52 a87198ca2b5b: Layer already exists 12:50:52 a6214aa29733: Layer already exists 12:50:52 2610fe0abe73: Layer already exists 12:50:52 3c20671a5817: Layer already exists 12:50:52 3.2.0-dev.48: digest: sha256:ce581bd820fdb2541d29472340e553a07bedc08e99df4a6fe3ef628c7b0baf09 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:52 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:50:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 12:50:53 28dac48a186e: Preparing 12:50:53 ba18c87486a3: Preparing 12:50:53 cd995d539f40: Preparing 12:50:53 bdcca36a0b8e: Preparing 12:50:53 964d9097aa72: Preparing 12:50:53 a6214aa29733: Preparing 12:50:53 a87198ca2b5b: Preparing 12:50:53 2610fe0abe73: Preparing 12:50:53 3c20671a5817: Preparing 12:50:53 a6214aa29733: Waiting 12:50:53 a87198ca2b5b: Waiting 12:50:53 2610fe0abe73: Waiting 12:50:53 3c20671a5817: Waiting 12:50:53 cd995d539f40: Layer already exists 12:50:53 bdcca36a0b8e: Layer already exists 12:50:53 28dac48a186e: Layer already exists 12:50:53 964d9097aa72: Layer already exists 12:50:53 ba18c87486a3: Layer already exists 12:50:53 2610fe0abe73: Layer already exists 12:50:53 a6214aa29733: Layer already exists 12:50:53 3c20671a5817: Layer already exists 12:50:53 a87198ca2b5b: Layer already exists 12:50:53 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:ce581bd820fdb2541d29472340e553a07bedc08e99df4a6fe3ef628c7b0baf09 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:53 + 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 12:50:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 12:50:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 12:50:54 28dac48a186e: Preparing 12:50:54 ba18c87486a3: Preparing 12:50:54 cd995d539f40: Preparing 12:50:54 bdcca36a0b8e: Preparing 12:50:54 964d9097aa72: Preparing 12:50:54 a6214aa29733: Preparing 12:50:54 a87198ca2b5b: Preparing 12:50:54 2610fe0abe73: Preparing 12:50:54 3c20671a5817: Preparing 12:50:54 a6214aa29733: Waiting 12:50:54 a87198ca2b5b: Waiting 12:50:54 2610fe0abe73: Waiting 12:50:54 3c20671a5817: Waiting 12:50:54 964d9097aa72: Layer already exists 12:50:54 28dac48a186e: Layer already exists 12:50:54 bdcca36a0b8e: Layer already exists 12:50:54 ba18c87486a3: Layer already exists 12:50:54 cd995d539f40: Layer already exists 12:50:54 a87198ca2b5b: Layer already exists 12:50:54 2610fe0abe73: Layer already exists 12:50:54 a6214aa29733: Layer already exists 12:50:54 3c20671a5817: Layer already exists 12:50:54 main: digest: sha256:ce581bd820fdb2541d29472340e553a07bedc08e99df4a6fe3ef628c7b0baf09 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:50:54 ===================================================== [Pipeline] echo 12:50:54 taggedImages: 12:50:54 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:50:54 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 12:50:54 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.48 12:50:54 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:50:54 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 12:50:54 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 12:50:54 ec96e723b98e779972536fd74512d007c7aee7d0 12:50:54 latest 12:50:54 3.2.0-dev.48 12:50:54 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:50:54 main 12:50:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:54 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:50:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 12:50:55 e88551f28e81: Preparing 12:50:55 720516082c87: Preparing 12:50:55 bbf1a118ec4d: Preparing 12:50:55 dffd04624777: Preparing 12:50:55 2f0221574df1: Preparing 12:50:55 964d9097aa72: Preparing 12:50:55 a6214aa29733: Preparing 12:50:55 964d9097aa72: Waiting 12:50:55 e9fc899a9bba: Preparing 12:50:55 22bd365bfa8b: Preparing 12:50:55 a6214aa29733: Waiting 12:50:55 d414290ea798: Preparing 12:50:55 e9fc899a9bba: Waiting 12:50:55 22bd365bfa8b: Waiting 12:50:55 3c20671a5817: Preparing 12:50:55 d414290ea798: Waiting 12:50:55 3c20671a5817: Waiting 12:50:55 dffd04624777: Pushed 12:50:55 e88551f28e81: Pushed 12:50:55 2f0221574df1: Pushed 12:50:55 720516082c87: Pushed 12:50:55 964d9097aa72: Layer already exists 12:50:55 a6214aa29733: Layer already exists 12:50:55 3c20671a5817: Layer already exists 12:50:55 e9fc899a9bba: Pushed 12:50:55 22bd365bfa8b: Pushed 12:50:57 bbf1a118ec4d: Pushed 12:50:58 d414290ea798: Pushed 12:50:58 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:e36fabdcc6de3bc0905dc62e03d4d88b62356d5640b86ad7114328d622fef932 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:58 + 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 12:50:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 12:50:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 12:50:58 e88551f28e81: Preparing 12:50:58 720516082c87: Preparing 12:50:58 bbf1a118ec4d: Preparing 12:50:58 dffd04624777: Preparing 12:50:58 2f0221574df1: Preparing 12:50:58 964d9097aa72: Preparing 12:50:58 a6214aa29733: Preparing 12:50:58 e9fc899a9bba: Preparing 12:50:58 22bd365bfa8b: Preparing 12:50:58 d414290ea798: Preparing 12:50:58 3c20671a5817: Preparing 12:50:58 a6214aa29733: Waiting 12:50:58 e9fc899a9bba: Waiting 12:50:58 d414290ea798: Waiting 12:50:58 964d9097aa72: Waiting 12:50:58 3c20671a5817: Waiting 12:50:58 22bd365bfa8b: Waiting 12:50:58 bbf1a118ec4d: Layer already exists 12:50:58 e88551f28e81: Layer already exists 12:50:58 2f0221574df1: Layer already exists 12:50:58 720516082c87: Layer already exists 12:50:58 dffd04624777: Layer already exists 12:50:58 d414290ea798: Layer already exists 12:50:58 e9fc899a9bba: Layer already exists 12:50:58 a6214aa29733: Layer already exists 12:50:58 22bd365bfa8b: Layer already exists 12:50:58 964d9097aa72: Layer already exists 12:50:58 3c20671a5817: Layer already exists 12:50:59 latest: digest: sha256:e36fabdcc6de3bc0905dc62e03d4d88b62356d5640b86ad7114328d622fef932 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:59 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.48 12:50:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 12:50:59 e88551f28e81: Preparing 12:50:59 720516082c87: Preparing 12:50:59 bbf1a118ec4d: Preparing 12:50:59 dffd04624777: Preparing 12:50:59 2f0221574df1: Preparing 12:50:59 964d9097aa72: Preparing 12:50:59 a6214aa29733: Preparing 12:50:59 e9fc899a9bba: Preparing 12:50:59 22bd365bfa8b: Preparing 12:50:59 d414290ea798: Preparing 12:50:59 3c20671a5817: Preparing 12:50:59 e9fc899a9bba: Waiting 12:50:59 22bd365bfa8b: Waiting 12:50:59 d414290ea798: Waiting 12:50:59 3c20671a5817: Waiting 12:50:59 964d9097aa72: Waiting 12:50:59 a6214aa29733: Waiting 12:50:59 dffd04624777: Layer already exists 12:50:59 2f0221574df1: Layer already exists 12:50:59 e88551f28e81: Layer already exists 12:50:59 720516082c87: Layer already exists 12:50:59 bbf1a118ec4d: Layer already exists 12:50:59 e9fc899a9bba: Layer already exists 12:50:59 964d9097aa72: Layer already exists 12:50:59 d414290ea798: Layer already exists 12:50:59 22bd365bfa8b: Layer already exists 12:50:59 a6214aa29733: Layer already exists 12:50:59 3c20671a5817: Layer already exists 12:51:00 3.2.0-dev.48: digest: sha256:e36fabdcc6de3bc0905dc62e03d4d88b62356d5640b86ad7114328d622fef932 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:00 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:51:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 12:51:00 e88551f28e81: Preparing 12:51:00 720516082c87: Preparing 12:51:00 bbf1a118ec4d: Preparing 12:51:00 dffd04624777: Preparing 12:51:00 2f0221574df1: Preparing 12:51:00 964d9097aa72: Preparing 12:51:00 a6214aa29733: Preparing 12:51:00 e9fc899a9bba: Preparing 12:51:00 22bd365bfa8b: Preparing 12:51:00 d414290ea798: Preparing 12:51:00 3c20671a5817: Preparing 12:51:00 a6214aa29733: Waiting 12:51:00 e9fc899a9bba: Waiting 12:51:00 22bd365bfa8b: Waiting 12:51:00 d414290ea798: Waiting 12:51:00 3c20671a5817: Waiting 12:51:00 964d9097aa72: Waiting 12:51:00 e88551f28e81: Layer already exists 12:51:00 dffd04624777: Layer already exists 12:51:00 2f0221574df1: Layer already exists 12:51:00 720516082c87: Layer already exists 12:51:00 bbf1a118ec4d: Layer already exists 12:51:00 a6214aa29733: Layer already exists 12:51:00 e9fc899a9bba: Layer already exists 12:51:00 22bd365bfa8b: Layer already exists 12:51:00 964d9097aa72: Layer already exists 12:51:00 d414290ea798: Layer already exists 12:51:00 3c20671a5817: Layer already exists 12:51:01 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:e36fabdcc6de3bc0905dc62e03d4d88b62356d5640b86ad7114328d622fef932 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:01 + 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 12:51:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 12:51:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 12:51:01 e88551f28e81: Preparing 12:51:01 720516082c87: Preparing 12:51:01 bbf1a118ec4d: Preparing 12:51:01 dffd04624777: Preparing 12:51:01 2f0221574df1: Preparing 12:51:01 964d9097aa72: Preparing 12:51:01 a6214aa29733: Preparing 12:51:01 e9fc899a9bba: Preparing 12:51:01 22bd365bfa8b: Preparing 12:51:01 d414290ea798: Preparing 12:51:01 3c20671a5817: Preparing 12:51:01 964d9097aa72: Waiting 12:51:01 e9fc899a9bba: Waiting 12:51:01 22bd365bfa8b: Waiting 12:51:01 a6214aa29733: Waiting 12:51:01 d414290ea798: Waiting 12:51:01 3c20671a5817: Waiting 12:51:01 dffd04624777: Layer already exists 12:51:01 bbf1a118ec4d: Layer already exists 12:51:01 720516082c87: Layer already exists 12:51:01 e88551f28e81: Layer already exists 12:51:01 2f0221574df1: Layer already exists 12:51:01 964d9097aa72: Layer already exists 12:51:01 e9fc899a9bba: Layer already exists 12:51:01 22bd365bfa8b: Layer already exists 12:51:01 a6214aa29733: Layer already exists 12:51:01 d414290ea798: Layer already exists 12:51:01 3c20671a5817: Layer already exists 12:51:02 main: digest: sha256:e36fabdcc6de3bc0905dc62e03d4d88b62356d5640b86ad7114328d622fef932 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:51:02 ===================================================== [Pipeline] echo 12:51:02 taggedImages: 12:51:02 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:51:02 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 12:51:02 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.48 12:51:02 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:51:02 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 12:51:02 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 12:51:02 ec96e723b98e779972536fd74512d007c7aee7d0 12:51:02 latest 12:51:02 3.2.0-dev.48 12:51:02 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:51:02 main 12:51:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:02 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:51:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 12:51:02 6d5e99fe65d7: Preparing 12:51:02 1c6256facf02: Preparing 12:51:02 8a215f86656b: Preparing 12:51:02 6727e243d19b: Preparing 12:51:02 8b359f067cc5: Preparing 12:51:02 cb9555bcb43d: Preparing 12:51:02 32259fb15a66: Preparing 12:51:02 964d9097aa72: Preparing 12:51:02 a6214aa29733: Preparing 12:51:02 3329a075c642: Preparing 12:51:02 2ee4d4b2eebb: Preparing 12:51:02 3c20671a5817: Preparing 12:51:02 964d9097aa72: Waiting 12:51:02 2ee4d4b2eebb: Waiting 12:51:02 a6214aa29733: Waiting 12:51:02 3329a075c642: Waiting 12:51:02 cb9555bcb43d: Waiting 12:51:02 32259fb15a66: Waiting 12:51:02 3c20671a5817: Waiting 12:51:03 8b359f067cc5: Pushed 12:51:03 1c6256facf02: Pushed 12:51:03 6d5e99fe65d7: Pushed 12:51:03 964d9097aa72: Layer already exists 12:51:03 a6214aa29733: Layer already exists 12:51:03 cb9555bcb43d: Pushed 12:51:03 32259fb15a66: Pushed 12:51:03 3c20671a5817: Layer already exists 12:51:03 3329a075c642: Pushed 12:51:05 6727e243d19b: Pushed 12:51:05 8a215f86656b: Pushed 12:51:05 2ee4d4b2eebb: Pushed 12:51:06 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:94052e186ea364974b7059d64e398457d57761ca5f709c131c31e4c940c4f643 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:06 + 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 12:51:06 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 12:51:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 12:51:06 6d5e99fe65d7: Preparing 12:51:06 1c6256facf02: Preparing 12:51:06 8a215f86656b: Preparing 12:51:06 6727e243d19b: Preparing 12:51:06 8b359f067cc5: Preparing 12:51:06 cb9555bcb43d: Preparing 12:51:06 32259fb15a66: Preparing 12:51:06 964d9097aa72: Preparing 12:51:06 a6214aa29733: Preparing 12:51:06 3329a075c642: Preparing 12:51:06 2ee4d4b2eebb: Preparing 12:51:06 3c20671a5817: Preparing 12:51:06 cb9555bcb43d: Waiting 12:51:06 32259fb15a66: Waiting 12:51:06 964d9097aa72: Waiting 12:51:06 a6214aa29733: Waiting 12:51:06 3329a075c642: Waiting 12:51:06 2ee4d4b2eebb: Waiting 12:51:06 3c20671a5817: Waiting 12:51:06 8b359f067cc5: Layer already exists 12:51:06 6d5e99fe65d7: Layer already exists 12:51:06 1c6256facf02: Layer already exists 12:51:06 8a215f86656b: Layer already exists 12:51:06 6727e243d19b: Layer already exists 12:51:06 32259fb15a66: Layer already exists 12:51:06 cb9555bcb43d: Layer already exists 12:51:06 964d9097aa72: Layer already exists 12:51:06 a6214aa29733: Layer already exists 12:51:06 3329a075c642: Layer already exists 12:51:06 3c20671a5817: Layer already exists 12:51:06 2ee4d4b2eebb: Layer already exists 12:51:07 latest: digest: sha256:94052e186ea364974b7059d64e398457d57761ca5f709c131c31e4c940c4f643 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:07 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:07 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.48 12:51:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 12:51:07 6d5e99fe65d7: Preparing 12:51:07 1c6256facf02: Preparing 12:51:07 8a215f86656b: Preparing 12:51:07 6727e243d19b: Preparing 12:51:07 8b359f067cc5: Preparing 12:51:07 cb9555bcb43d: Preparing 12:51:07 32259fb15a66: Preparing 12:51:07 964d9097aa72: Preparing 12:51:07 a6214aa29733: Preparing 12:51:07 3329a075c642: Preparing 12:51:07 2ee4d4b2eebb: Preparing 12:51:07 3c20671a5817: Preparing 12:51:07 32259fb15a66: Waiting 12:51:07 964d9097aa72: Waiting 12:51:07 a6214aa29733: Waiting 12:51:07 3329a075c642: Waiting 12:51:07 2ee4d4b2eebb: Waiting 12:51:07 3c20671a5817: Waiting 12:51:07 cb9555bcb43d: Waiting 12:51:07 8a215f86656b: Layer already exists 12:51:07 8b359f067cc5: Layer already exists 12:51:07 1c6256facf02: Layer already exists 12:51:07 6d5e99fe65d7: Layer already exists 12:51:07 6727e243d19b: Layer already exists 12:51:07 cb9555bcb43d: Layer already exists 12:51:07 32259fb15a66: Layer already exists 12:51:07 a6214aa29733: Layer already exists 12:51:07 964d9097aa72: Layer already exists 12:51:07 3329a075c642: Layer already exists 12:51:07 2ee4d4b2eebb: Layer already exists 12:51:07 3c20671a5817: Layer already exists 12:51:08 3.2.0-dev.48: digest: sha256:94052e186ea364974b7059d64e398457d57761ca5f709c131c31e4c940c4f643 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:08 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:08 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:51:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 12:51:08 6d5e99fe65d7: Preparing 12:51:08 1c6256facf02: Preparing 12:51:08 8a215f86656b: Preparing 12:51:08 6727e243d19b: Preparing 12:51:08 8b359f067cc5: Preparing 12:51:08 cb9555bcb43d: Preparing 12:51:08 32259fb15a66: Preparing 12:51:08 cb9555bcb43d: Waiting 12:51:08 964d9097aa72: Preparing 12:51:08 32259fb15a66: Waiting 12:51:08 a6214aa29733: Preparing 12:51:08 3329a075c642: Preparing 12:51:08 964d9097aa72: Waiting 12:51:08 a6214aa29733: Waiting 12:51:08 2ee4d4b2eebb: Preparing 12:51:08 2ee4d4b2eebb: Waiting 12:51:08 3329a075c642: Waiting 12:51:08 3c20671a5817: Preparing 12:51:08 3c20671a5817: Waiting 12:51:08 8a215f86656b: Layer already exists 12:51:08 6d5e99fe65d7: Layer already exists 12:51:08 8b359f067cc5: Layer already exists 12:51:08 1c6256facf02: Layer already exists 12:51:08 6727e243d19b: Layer already exists 12:51:08 32259fb15a66: Layer already exists 12:51:08 cb9555bcb43d: Layer already exists 12:51:08 3329a075c642: Layer already exists 12:51:08 a6214aa29733: Layer already exists 12:51:08 964d9097aa72: Layer already exists 12:51:08 2ee4d4b2eebb: Layer already exists 12:51:08 3c20671a5817: Layer already exists 12:51:09 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:94052e186ea364974b7059d64e398457d57761ca5f709c131c31e4c940c4f643 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:09 + 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 12:51:09 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 12:51:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 12:51:09 6d5e99fe65d7: Preparing 12:51:09 1c6256facf02: Preparing 12:51:09 8a215f86656b: Preparing 12:51:09 6727e243d19b: Preparing 12:51:09 8b359f067cc5: Preparing 12:51:09 cb9555bcb43d: Preparing 12:51:09 32259fb15a66: Preparing 12:51:09 cb9555bcb43d: Waiting 12:51:09 964d9097aa72: Preparing 12:51:09 32259fb15a66: Waiting 12:51:09 a6214aa29733: Preparing 12:51:09 a6214aa29733: Waiting 12:51:09 3329a075c642: Preparing 12:51:09 2ee4d4b2eebb: Preparing 12:51:09 3329a075c642: Waiting 12:51:09 3c20671a5817: Preparing 12:51:09 3c20671a5817: Waiting 12:51:09 6727e243d19b: Layer already exists 12:51:09 8b359f067cc5: Layer already exists 12:51:09 1c6256facf02: Layer already exists 12:51:09 8a215f86656b: Layer already exists 12:51:09 6d5e99fe65d7: Layer already exists 12:51:09 cb9555bcb43d: Layer already exists 12:51:09 a6214aa29733: Layer already exists 12:51:09 32259fb15a66: Layer already exists 12:51:09 3329a075c642: Layer already exists 12:51:09 964d9097aa72: Layer already exists 12:51:09 2ee4d4b2eebb: Layer already exists 12:51:09 3c20671a5817: Layer already exists 12:51:10 main: digest: sha256:94052e186ea364974b7059d64e398457d57761ca5f709c131c31e4c940c4f643 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:51:10 ===================================================== [Pipeline] echo 12:51:10 taggedImages: 12:51:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:51:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 12:51:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.48 12:51:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:51:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 12:51:10 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 12:51:10 ec96e723b98e779972536fd74512d007c7aee7d0 12:51:10 latest 12:51:10 3.2.0-dev.48 12:51:10 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:51:10 main 12:51:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:10 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:51:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 12:51:10 19e991f5414c: Preparing 12:51:10 e761f8d472d9: Preparing 12:51:10 964d9097aa72: Preparing 12:51:10 a6214aa29733: Preparing 12:51:10 2b2b87eb28fa: Preparing 12:51:10 195071652145: Preparing 12:51:10 3c20671a5817: Preparing 12:51:10 195071652145: Waiting 12:51:10 3c20671a5817: Waiting 12:51:10 a6214aa29733: Layer already exists 12:51:10 964d9097aa72: Layer already exists 12:51:11 3c20671a5817: Layer already exists 12:51:11 19e991f5414c: Pushed 12:51:11 2b2b87eb28fa: Pushed 12:51:13 195071652145: Pushed 12:51:14 e761f8d472d9: Pushed 12:51:14 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:fb89d318cf205aa4858589753bfa7be34e03bce0dcbe59dce10eb6957988325d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:15 + 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 12:51:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 12:51:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 12:51:15 19e991f5414c: Preparing 12:51:15 e761f8d472d9: Preparing 12:51:15 964d9097aa72: Preparing 12:51:15 a6214aa29733: Preparing 12:51:15 2b2b87eb28fa: Preparing 12:51:15 195071652145: Preparing 12:51:15 3c20671a5817: Preparing 12:51:15 195071652145: Waiting 12:51:15 3c20671a5817: Waiting 12:51:15 a6214aa29733: Layer already exists 12:51:15 19e991f5414c: Layer already exists 12:51:15 964d9097aa72: Layer already exists 12:51:15 2b2b87eb28fa: Layer already exists 12:51:15 e761f8d472d9: Layer already exists 12:51:15 3c20671a5817: Layer already exists 12:51:15 195071652145: Layer already exists 12:51:15 latest: digest: sha256:fb89d318cf205aa4858589753bfa7be34e03bce0dcbe59dce10eb6957988325d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:16 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:16 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.48 12:51:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 12:51:16 19e991f5414c: Preparing 12:51:16 e761f8d472d9: Preparing 12:51:16 964d9097aa72: Preparing 12:51:16 a6214aa29733: Preparing 12:51:16 2b2b87eb28fa: Preparing 12:51:16 195071652145: Preparing 12:51:16 3c20671a5817: Preparing 12:51:16 195071652145: Waiting 12:51:16 3c20671a5817: Waiting 12:51:16 964d9097aa72: Layer already exists 12:51:16 19e991f5414c: Layer already exists 12:51:16 e761f8d472d9: Layer already exists 12:51:16 2b2b87eb28fa: Layer already exists 12:51:16 a6214aa29733: Layer already exists 12:51:16 195071652145: Layer already exists 12:51:16 3c20671a5817: Layer already exists 12:51:16 3.2.0-dev.48: digest: sha256:fb89d318cf205aa4858589753bfa7be34e03bce0dcbe59dce10eb6957988325d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:17 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:51:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 12:51:17 19e991f5414c: Preparing 12:51:17 e761f8d472d9: Preparing 12:51:17 964d9097aa72: Preparing 12:51:17 a6214aa29733: Preparing 12:51:17 2b2b87eb28fa: Preparing 12:51:17 195071652145: Preparing 12:51:17 3c20671a5817: Preparing 12:51:17 195071652145: Waiting 12:51:17 3c20671a5817: Waiting 12:51:17 2b2b87eb28fa: Layer already exists 12:51:17 964d9097aa72: Layer already exists 12:51:17 e761f8d472d9: Layer already exists 12:51:17 a6214aa29733: Layer already exists 12:51:17 19e991f5414c: Layer already exists 12:51:17 195071652145: Layer already exists 12:51:17 3c20671a5817: Layer already exists 12:51:17 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:fb89d318cf205aa4858589753bfa7be34e03bce0dcbe59dce10eb6957988325d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:17 + 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 12:51:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 12:51:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 12:51:18 19e991f5414c: Preparing 12:51:18 e761f8d472d9: Preparing 12:51:18 964d9097aa72: Preparing 12:51:18 a6214aa29733: Preparing 12:51:18 2b2b87eb28fa: Preparing 12:51:18 195071652145: Preparing 12:51:18 3c20671a5817: Preparing 12:51:18 3c20671a5817: Waiting 12:51:18 195071652145: Waiting 12:51:18 19e991f5414c: Layer already exists 12:51:18 964d9097aa72: Layer already exists 12:51:18 2b2b87eb28fa: Layer already exists 12:51:18 e761f8d472d9: Layer already exists 12:51:18 a6214aa29733: Layer already exists 12:51:18 3c20671a5817: Layer already exists 12:51:18 195071652145: Layer already exists 12:51:18 main: digest: sha256:fb89d318cf205aa4858589753bfa7be34e03bce0dcbe59dce10eb6957988325d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:51:18 ===================================================== [Pipeline] echo 12:51:18 taggedImages: 12:51:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:51:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 12:51:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.48 12:51:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:51:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 12:51:18 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 12:51:18 ec96e723b98e779972536fd74512d007c7aee7d0 12:51:18 latest 12:51:18 3.2.0-dev.48 12:51:18 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:51:18 main 12:51:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:19 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:51:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 12:51:19 e8fa4ff5afff: Preparing 12:51:19 842eebcf6149: Preparing 12:51:19 3058101cbea8: Preparing 12:51:19 964d9097aa72: Preparing 12:51:19 a6214aa29733: Preparing 12:51:19 8b40dd9ab42a: Preparing 12:51:19 bdd25c111fdc: Preparing 12:51:19 d4a9733f54ee: Preparing 12:51:19 316b64662358: Preparing 12:51:19 3c20671a5817: Preparing 12:51:19 d4a9733f54ee: Waiting 12:51:19 8b40dd9ab42a: Waiting 12:51:19 316b64662358: Waiting 12:51:19 3c20671a5817: Waiting 12:51:19 bdd25c111fdc: Waiting 12:51:19 964d9097aa72: Layer already exists 12:51:19 a6214aa29733: Layer already exists 12:51:19 3058101cbea8: Pushed 12:51:19 842eebcf6149: Pushed 12:51:19 e8fa4ff5afff: Pushed 12:51:19 3c20671a5817: Layer already exists 12:51:19 d4a9733f54ee: Pushed 12:51:20 316b64662358: Pushed 12:51:32 bdd25c111fdc: Pushed 12:51:41 8b40dd9ab42a: Pushed 12:51:41 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:b7265d4e4920fe9c0a2ee338c83364c231e22f952f591ca498aec1d9a8e7200e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:41 + 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 12:51:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 12:51:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 12:51:41 e8fa4ff5afff: Preparing 12:51:41 842eebcf6149: Preparing 12:51:41 3058101cbea8: Preparing 12:51:41 964d9097aa72: Preparing 12:51:41 a6214aa29733: Preparing 12:51:41 8b40dd9ab42a: Preparing 12:51:41 bdd25c111fdc: Preparing 12:51:41 8b40dd9ab42a: Waiting 12:51:41 d4a9733f54ee: Preparing 12:51:41 316b64662358: Preparing 12:51:41 3c20671a5817: Preparing 12:51:41 316b64662358: Waiting 12:51:41 bdd25c111fdc: Waiting 12:51:41 d4a9733f54ee: Waiting 12:51:41 3c20671a5817: Waiting 12:51:41 a6214aa29733: Layer already exists 12:51:41 964d9097aa72: Layer already exists 12:51:41 e8fa4ff5afff: Layer already exists 12:51:41 3058101cbea8: Layer already exists 12:51:41 842eebcf6149: Layer already exists 12:51:41 bdd25c111fdc: Layer already exists 12:51:41 d4a9733f54ee: Layer already exists 12:51:41 8b40dd9ab42a: Layer already exists 12:51:41 3c20671a5817: Layer already exists 12:51:41 316b64662358: Layer already exists 12:51:42 latest: digest: sha256:b7265d4e4920fe9c0a2ee338c83364c231e22f952f591ca498aec1d9a8e7200e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:42 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.48 12:51:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 12:51:42 e8fa4ff5afff: Preparing 12:51:42 842eebcf6149: Preparing 12:51:42 3058101cbea8: Preparing 12:51:42 964d9097aa72: Preparing 12:51:42 a6214aa29733: Preparing 12:51:42 8b40dd9ab42a: Preparing 12:51:42 bdd25c111fdc: Preparing 12:51:42 8b40dd9ab42a: Waiting 12:51:42 d4a9733f54ee: Preparing 12:51:42 316b64662358: Preparing 12:51:42 3c20671a5817: Preparing 12:51:42 bdd25c111fdc: Waiting 12:51:42 d4a9733f54ee: Waiting 12:51:42 316b64662358: Waiting 12:51:42 3c20671a5817: Waiting 12:51:42 a6214aa29733: Layer already exists 12:51:42 3058101cbea8: Layer already exists 12:51:42 842eebcf6149: Layer already exists 12:51:42 964d9097aa72: Layer already exists 12:51:42 e8fa4ff5afff: Layer already exists 12:51:42 8b40dd9ab42a: Layer already exists 12:51:42 3c20671a5817: Layer already exists 12:51:42 d4a9733f54ee: Layer already exists 12:51:42 316b64662358: Layer already exists 12:51:42 bdd25c111fdc: Layer already exists 12:51:43 3.2.0-dev.48: digest: sha256:b7265d4e4920fe9c0a2ee338c83364c231e22f952f591ca498aec1d9a8e7200e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:43 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:51:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 12:51:43 e8fa4ff5afff: Preparing 12:51:43 842eebcf6149: Preparing 12:51:43 3058101cbea8: Preparing 12:51:43 964d9097aa72: Preparing 12:51:43 a6214aa29733: Preparing 12:51:43 8b40dd9ab42a: Preparing 12:51:43 bdd25c111fdc: Preparing 12:51:43 d4a9733f54ee: Preparing 12:51:43 316b64662358: Preparing 12:51:43 3c20671a5817: Preparing 12:51:43 bdd25c111fdc: Waiting 12:51:43 d4a9733f54ee: Waiting 12:51:43 316b64662358: Waiting 12:51:43 3c20671a5817: Waiting 12:51:43 8b40dd9ab42a: Waiting 12:51:43 964d9097aa72: Layer already exists 12:51:43 842eebcf6149: Layer already exists 12:51:43 3058101cbea8: Layer already exists 12:51:43 a6214aa29733: Layer already exists 12:51:43 e8fa4ff5afff: Layer already exists 12:51:43 8b40dd9ab42a: Layer already exists 12:51:43 d4a9733f54ee: Layer already exists 12:51:43 316b64662358: Layer already exists 12:51:43 bdd25c111fdc: Layer already exists 12:51:43 3c20671a5817: Layer already exists 12:51:43 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:b7265d4e4920fe9c0a2ee338c83364c231e22f952f591ca498aec1d9a8e7200e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:44 + 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 12:51:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 12:51:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 12:51:44 e8fa4ff5afff: Preparing 12:51:44 842eebcf6149: Preparing 12:51:44 3058101cbea8: Preparing 12:51:44 964d9097aa72: Preparing 12:51:44 a6214aa29733: Preparing 12:51:44 8b40dd9ab42a: Preparing 12:51:44 bdd25c111fdc: Preparing 12:51:44 d4a9733f54ee: Preparing 12:51:44 316b64662358: Preparing 12:51:44 3c20671a5817: Preparing 12:51:44 316b64662358: Waiting 12:51:44 bdd25c111fdc: Waiting 12:51:44 d4a9733f54ee: Waiting 12:51:44 3c20671a5817: Waiting 12:51:44 8b40dd9ab42a: Waiting 12:51:44 964d9097aa72: Layer already exists 12:51:44 3058101cbea8: Layer already exists 12:51:44 842eebcf6149: Layer already exists 12:51:44 a6214aa29733: Layer already exists 12:51:44 e8fa4ff5afff: Layer already exists 12:51:44 bdd25c111fdc: Layer already exists 12:51:44 d4a9733f54ee: Layer already exists 12:51:44 8b40dd9ab42a: Layer already exists 12:51:44 3c20671a5817: Layer already exists 12:51:44 316b64662358: Layer already exists 12:51:44 main: digest: sha256:b7265d4e4920fe9c0a2ee338c83364c231e22f952f591ca498aec1d9a8e7200e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:51:44 ===================================================== [Pipeline] echo 12:51:45 taggedImages: 12:51:45 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:51:45 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 12:51:45 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.48 12:51:45 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:51:45 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 12:51:45 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 12:51:45 ec96e723b98e779972536fd74512d007c7aee7d0 12:51:45 latest 12:51:45 3.2.0-dev.48 12:51:45 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:51:45 main 12:51:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:45 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:51:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 12:51:45 52f8577b8a7b: Preparing 12:51:45 3b7355d07622: Preparing 12:51:45 32ae71aaf8b2: Preparing 12:51:45 964d9097aa72: Preparing 12:51:45 a6214aa29733: Preparing 12:51:45 0b8fe30882c3: Preparing 12:51:45 8b339bf591f0: Preparing 12:51:45 9fc6c8ae2521: Preparing 12:51:45 3c20671a5817: Preparing 12:51:45 0b8fe30882c3: Waiting 12:51:45 8b339bf591f0: Waiting 12:51:45 9fc6c8ae2521: Waiting 12:51:45 3c20671a5817: Waiting 12:51:45 a6214aa29733: Layer already exists 12:51:45 964d9097aa72: Layer already exists 12:51:46 32ae71aaf8b2: Pushed 12:51:46 3b7355d07622: Pushed 12:51:46 3c20671a5817: Layer already exists 12:51:46 8b339bf591f0: Pushed 12:51:46 52f8577b8a7b: Pushed 12:51:46 9fc6c8ae2521: Pushed 12:52:04 0b8fe30882c3: Pushed 12:52:04 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:371abeb8ed82b2611c96acd2004aa95e8a9159109f91ec2f0578111d33692690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:05 + 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 12:52:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 12:52:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 12:52:05 52f8577b8a7b: Preparing 12:52:05 3b7355d07622: Preparing 12:52:05 32ae71aaf8b2: Preparing 12:52:05 964d9097aa72: Preparing 12:52:05 a6214aa29733: Preparing 12:52:05 0b8fe30882c3: Preparing 12:52:05 8b339bf591f0: Preparing 12:52:05 9fc6c8ae2521: Preparing 12:52:05 3c20671a5817: Preparing 12:52:05 0b8fe30882c3: Waiting 12:52:05 8b339bf591f0: Waiting 12:52:05 9fc6c8ae2521: Waiting 12:52:05 3c20671a5817: Waiting 12:52:05 a6214aa29733: Layer already exists 12:52:05 3b7355d07622: Layer already exists 12:52:05 32ae71aaf8b2: Layer already exists 12:52:05 52f8577b8a7b: Layer already exists 12:52:05 964d9097aa72: Layer already exists 12:52:05 8b339bf591f0: Layer already exists 12:52:05 0b8fe30882c3: Layer already exists 12:52:05 3c20671a5817: Layer already exists 12:52:05 9fc6c8ae2521: Layer already exists 12:52:05 latest: digest: sha256:371abeb8ed82b2611c96acd2004aa95e8a9159109f91ec2f0578111d33692690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:06 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.48 12:52:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 12:52:06 52f8577b8a7b: Preparing 12:52:06 3b7355d07622: Preparing 12:52:06 32ae71aaf8b2: Preparing 12:52:06 964d9097aa72: Preparing 12:52:06 a6214aa29733: Preparing 12:52:06 0b8fe30882c3: Preparing 12:52:06 8b339bf591f0: Preparing 12:52:06 9fc6c8ae2521: Preparing 12:52:06 3c20671a5817: Preparing 12:52:06 9fc6c8ae2521: Waiting 12:52:06 3c20671a5817: Waiting 12:52:06 0b8fe30882c3: Waiting 12:52:06 8b339bf591f0: Waiting 12:52:06 964d9097aa72: Layer already exists 12:52:06 52f8577b8a7b: Layer already exists 12:52:06 32ae71aaf8b2: Layer already exists 12:52:06 3b7355d07622: Layer already exists 12:52:06 a6214aa29733: Layer already exists 12:52:06 9fc6c8ae2521: Layer already exists 12:52:06 8b339bf591f0: Layer already exists 12:52:06 0b8fe30882c3: Layer already exists 12:52:06 3c20671a5817: Layer already exists 12:52:06 3.2.0-dev.48: digest: sha256:371abeb8ed82b2611c96acd2004aa95e8a9159109f91ec2f0578111d33692690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:07 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:52:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 12:52:07 52f8577b8a7b: Preparing 12:52:07 3b7355d07622: Preparing 12:52:07 32ae71aaf8b2: Preparing 12:52:07 964d9097aa72: Preparing 12:52:07 a6214aa29733: Preparing 12:52:07 0b8fe30882c3: Preparing 12:52:07 8b339bf591f0: Preparing 12:52:07 9fc6c8ae2521: Preparing 12:52:07 3c20671a5817: Preparing 12:52:07 0b8fe30882c3: Waiting 12:52:07 8b339bf591f0: Waiting 12:52:07 9fc6c8ae2521: Waiting 12:52:07 3c20671a5817: Waiting 12:52:07 32ae71aaf8b2: Layer already exists 12:52:07 52f8577b8a7b: Layer already exists 12:52:07 3b7355d07622: Layer already exists 12:52:07 964d9097aa72: Layer already exists 12:52:07 a6214aa29733: Layer already exists 12:52:07 0b8fe30882c3: Layer already exists 12:52:07 8b339bf591f0: Layer already exists 12:52:07 3c20671a5817: Layer already exists 12:52:07 9fc6c8ae2521: Layer already exists 12:52:07 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:371abeb8ed82b2611c96acd2004aa95e8a9159109f91ec2f0578111d33692690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:07 + 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 12:52:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 12:52:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 12:52:08 52f8577b8a7b: Preparing 12:52:08 3b7355d07622: Preparing 12:52:08 32ae71aaf8b2: Preparing 12:52:08 964d9097aa72: Preparing 12:52:08 a6214aa29733: Preparing 12:52:08 0b8fe30882c3: Preparing 12:52:08 8b339bf591f0: Preparing 12:52:08 9fc6c8ae2521: Preparing 12:52:08 3c20671a5817: Preparing 12:52:08 0b8fe30882c3: Waiting 12:52:08 8b339bf591f0: Waiting 12:52:08 3c20671a5817: Waiting 12:52:08 3b7355d07622: Layer already exists 12:52:08 32ae71aaf8b2: Layer already exists 12:52:08 a6214aa29733: Layer already exists 12:52:08 964d9097aa72: Layer already exists 12:52:08 52f8577b8a7b: Layer already exists 12:52:08 0b8fe30882c3: Layer already exists 12:52:08 8b339bf591f0: Layer already exists 12:52:08 9fc6c8ae2521: Layer already exists 12:52:08 3c20671a5817: Layer already exists 12:52:08 main: digest: sha256:371abeb8ed82b2611c96acd2004aa95e8a9159109f91ec2f0578111d33692690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:52:08 ===================================================== [Pipeline] echo 12:52:08 taggedImages: 12:52:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:52:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 12:52:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.48 12:52:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:52:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 12:52:08 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 12:52:08 ec96e723b98e779972536fd74512d007c7aee7d0 12:52:08 latest 12:52:08 3.2.0-dev.48 12:52:08 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:52:08 main 12:52:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:09 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:52:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 12:52:09 0f20d81c56b6: Preparing 12:52:09 6f82fdac5098: Preparing 12:52:09 f232ce4eae59: Preparing 12:52:09 964d9097aa72: Preparing 12:52:09 a6214aa29733: Preparing 12:52:09 ac4bbfdbcbf1: Preparing 12:52:09 d4a9733f54ee: Preparing 12:52:09 316b64662358: Preparing 12:52:09 3c20671a5817: Preparing 12:52:09 ac4bbfdbcbf1: Waiting 12:52:09 d4a9733f54ee: Waiting 12:52:09 316b64662358: Waiting 12:52:09 3c20671a5817: Waiting 12:52:09 964d9097aa72: Layer already exists 12:52:09 a6214aa29733: Layer already exists 12:52:09 d4a9733f54ee: Layer already exists 12:52:09 f232ce4eae59: Pushed 12:52:09 6f82fdac5098: Pushed 12:52:09 0f20d81c56b6: Pushed 12:52:09 316b64662358: Layer already exists 12:52:09 3c20671a5817: Layer already exists 12:52:31 ac4bbfdbcbf1: Pushed 12:52:31 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:337aa4e38c971cb50f5b117fa01d9df617deed161f1e475df30d810e174feff2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:32 + 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 12:52:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 12:52:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 12:52:32 0f20d81c56b6: Preparing 12:52:32 6f82fdac5098: Preparing 12:52:32 f232ce4eae59: Preparing 12:52:32 964d9097aa72: Preparing 12:52:32 a6214aa29733: Preparing 12:52:32 ac4bbfdbcbf1: Preparing 12:52:32 d4a9733f54ee: Preparing 12:52:32 316b64662358: Preparing 12:52:32 3c20671a5817: Preparing 12:52:32 ac4bbfdbcbf1: Waiting 12:52:32 d4a9733f54ee: Waiting 12:52:32 316b64662358: Waiting 12:52:32 3c20671a5817: Waiting 12:52:32 a6214aa29733: Layer already exists 12:52:32 0f20d81c56b6: Layer already exists 12:52:32 f232ce4eae59: Layer already exists 12:52:32 6f82fdac5098: Layer already exists 12:52:32 964d9097aa72: Layer already exists 12:52:32 316b64662358: Layer already exists 12:52:32 ac4bbfdbcbf1: Layer already exists 12:52:32 d4a9733f54ee: Layer already exists 12:52:32 3c20671a5817: Layer already exists 12:52:32 latest: digest: sha256:337aa4e38c971cb50f5b117fa01d9df617deed161f1e475df30d810e174feff2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:33 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.48 12:52:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 12:52:33 0f20d81c56b6: Preparing 12:52:33 6f82fdac5098: Preparing 12:52:33 f232ce4eae59: Preparing 12:52:33 964d9097aa72: Preparing 12:52:33 a6214aa29733: Preparing 12:52:33 ac4bbfdbcbf1: Preparing 12:52:33 d4a9733f54ee: Preparing 12:52:33 316b64662358: Preparing 12:52:33 3c20671a5817: Preparing 12:52:33 ac4bbfdbcbf1: Waiting 12:52:33 d4a9733f54ee: Waiting 12:52:33 316b64662358: Waiting 12:52:33 3c20671a5817: Waiting 12:52:33 6f82fdac5098: Layer already exists 12:52:33 964d9097aa72: Layer already exists 12:52:33 0f20d81c56b6: Layer already exists 12:52:33 a6214aa29733: Layer already exists 12:52:33 f232ce4eae59: Layer already exists 12:52:33 316b64662358: Layer already exists 12:52:33 ac4bbfdbcbf1: Layer already exists 12:52:33 d4a9733f54ee: Layer already exists 12:52:33 3c20671a5817: Layer already exists 12:52:33 3.2.0-dev.48: digest: sha256:337aa4e38c971cb50f5b117fa01d9df617deed161f1e475df30d810e174feff2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:34 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:52:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 12:52:34 0f20d81c56b6: Preparing 12:52:34 6f82fdac5098: Preparing 12:52:34 f232ce4eae59: Preparing 12:52:34 964d9097aa72: Preparing 12:52:34 a6214aa29733: Preparing 12:52:34 ac4bbfdbcbf1: Preparing 12:52:34 d4a9733f54ee: Preparing 12:52:34 316b64662358: Preparing 12:52:34 3c20671a5817: Preparing 12:52:34 d4a9733f54ee: Waiting 12:52:34 316b64662358: Waiting 12:52:34 3c20671a5817: Waiting 12:52:34 ac4bbfdbcbf1: Waiting 12:52:34 a6214aa29733: Layer already exists 12:52:34 0f20d81c56b6: Layer already exists 12:52:34 f232ce4eae59: Layer already exists 12:52:34 964d9097aa72: Layer already exists 12:52:34 6f82fdac5098: Layer already exists 12:52:34 d4a9733f54ee: Layer already exists 12:52:34 ac4bbfdbcbf1: Layer already exists 12:52:34 316b64662358: Layer already exists 12:52:34 3c20671a5817: Layer already exists 12:52:34 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:337aa4e38c971cb50f5b117fa01d9df617deed161f1e475df30d810e174feff2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:35 + 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 12:52:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 12:52:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 12:52:35 0f20d81c56b6: Preparing 12:52:35 6f82fdac5098: Preparing 12:52:35 f232ce4eae59: Preparing 12:52:35 964d9097aa72: Preparing 12:52:35 a6214aa29733: Preparing 12:52:35 ac4bbfdbcbf1: Preparing 12:52:35 d4a9733f54ee: Preparing 12:52:35 316b64662358: Preparing 12:52:35 3c20671a5817: Preparing 12:52:35 ac4bbfdbcbf1: Waiting 12:52:35 d4a9733f54ee: Waiting 12:52:35 316b64662358: Waiting 12:52:35 3c20671a5817: Waiting 12:52:35 f232ce4eae59: Layer already exists 12:52:35 964d9097aa72: Layer already exists 12:52:35 a6214aa29733: Layer already exists 12:52:35 0f20d81c56b6: Layer already exists 12:52:35 6f82fdac5098: Layer already exists 12:52:35 ac4bbfdbcbf1: Layer already exists 12:52:35 d4a9733f54ee: Layer already exists 12:52:35 3c20671a5817: Layer already exists 12:52:35 316b64662358: Layer already exists 12:52:35 main: digest: sha256:337aa4e38c971cb50f5b117fa01d9df617deed161f1e475df30d810e174feff2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:52:35 ===================================================== [Pipeline] echo 12:52:35 taggedImages: 12:52:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:52:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 12:52:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.48 12:52:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:52:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 12:52:35 [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: 12:52:35 ec96e723b98e779972536fd74512d007c7aee7d0 12:52:35 latest 12:52:35 3.2.0-dev.48 12:52:35 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:52:35 main 12:52:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:36 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:36 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:52:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 12:52:36 80b256d1803a: Preparing 12:52:36 555cb25f2670: Preparing 12:52:36 964d9097aa72: Preparing 12:52:36 a6214aa29733: Preparing 12:52:36 b4803ad4705c: Preparing 12:52:36 35ebe1070c0a: Preparing 12:52:36 3c20671a5817: Preparing 12:52:36 35ebe1070c0a: Waiting 12:52:36 3c20671a5817: Waiting 12:52:36 964d9097aa72: Layer already exists 12:52:36 a6214aa29733: Layer already exists 12:52:36 3c20671a5817: Layer already exists 12:52:36 b4803ad4705c: Pushed 12:52:36 80b256d1803a: Pushed 12:52:37 35ebe1070c0a: Pushed 12:52:43 555cb25f2670: Pushed 12:52:43 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:a19cc3b4545fde9c4d01410256aaf5b81616d22d4494c138f4625b0c11a0defe size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:44 + 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 12:52:44 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 12:52:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 12:52:44 80b256d1803a: Preparing 12:52:44 555cb25f2670: Preparing 12:52:44 964d9097aa72: Preparing 12:52:44 a6214aa29733: Preparing 12:52:44 b4803ad4705c: Preparing 12:52:44 35ebe1070c0a: Preparing 12:52:44 3c20671a5817: Preparing 12:52:44 35ebe1070c0a: Waiting 12:52:44 3c20671a5817: Waiting 12:52:44 b4803ad4705c: Layer already exists 12:52:44 555cb25f2670: Layer already exists 12:52:44 80b256d1803a: Layer already exists 12:52:44 964d9097aa72: Layer already exists 12:52:44 a6214aa29733: Layer already exists 12:52:44 35ebe1070c0a: Layer already exists 12:52:44 3c20671a5817: Layer already exists 12:52:44 latest: digest: sha256:a19cc3b4545fde9c4d01410256aaf5b81616d22d4494c138f4625b0c11a0defe size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:45 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:45 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.48 12:52:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 12:52:45 80b256d1803a: Preparing 12:52:45 555cb25f2670: Preparing 12:52:45 964d9097aa72: Preparing 12:52:45 a6214aa29733: Preparing 12:52:45 b4803ad4705c: Preparing 12:52:45 35ebe1070c0a: Preparing 12:52:45 3c20671a5817: Preparing 12:52:45 35ebe1070c0a: Waiting 12:52:45 3c20671a5817: Waiting 12:52:45 555cb25f2670: Layer already exists 12:52:45 a6214aa29733: Layer already exists 12:52:45 964d9097aa72: Layer already exists 12:52:45 80b256d1803a: Layer already exists 12:52:45 b4803ad4705c: Layer already exists 12:52:45 35ebe1070c0a: Layer already exists 12:52:45 3c20671a5817: Layer already exists 12:52:45 3.2.0-dev.48: digest: sha256:a19cc3b4545fde9c4d01410256aaf5b81616d22d4494c138f4625b0c11a0defe size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:46 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:46 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:52:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 12:52:46 80b256d1803a: Preparing 12:52:46 555cb25f2670: Preparing 12:52:46 964d9097aa72: Preparing 12:52:46 a6214aa29733: Preparing 12:52:46 b4803ad4705c: Preparing 12:52:46 35ebe1070c0a: Preparing 12:52:46 3c20671a5817: Preparing 12:52:46 35ebe1070c0a: Waiting 12:52:46 3c20671a5817: Waiting 12:52:46 b4803ad4705c: Layer already exists 12:52:46 555cb25f2670: Layer already exists 12:52:46 964d9097aa72: Layer already exists 12:52:46 80b256d1803a: Layer already exists 12:52:46 a6214aa29733: Layer already exists 12:52:46 3c20671a5817: Layer already exists 12:52:46 35ebe1070c0a: Layer already exists 12:52:46 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:a19cc3b4545fde9c4d01410256aaf5b81616d22d4494c138f4625b0c11a0defe size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:46 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:47 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main 12:52:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 12:52:47 80b256d1803a: Preparing 12:52:47 555cb25f2670: Preparing 12:52:47 964d9097aa72: Preparing 12:52:47 a6214aa29733: Preparing 12:52:47 b4803ad4705c: Preparing 12:52:47 35ebe1070c0a: Preparing 12:52:47 3c20671a5817: Preparing 12:52:47 35ebe1070c0a: Waiting 12:52:47 3c20671a5817: Waiting 12:52:47 80b256d1803a: Layer already exists 12:52:47 555cb25f2670: Layer already exists 12:52:47 a6214aa29733: Layer already exists 12:52:47 964d9097aa72: Layer already exists 12:52:47 b4803ad4705c: Layer already exists 12:52:47 3c20671a5817: Layer already exists 12:52:47 35ebe1070c0a: Layer already exists 12:52:47 main: digest: sha256:a19cc3b4545fde9c4d01410256aaf5b81616d22d4494c138f4625b0c11a0defe size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:52:47 ===================================================== [Pipeline] echo 12:52:47 taggedImages: 12:52:47 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:52:47 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 12:52:47 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.48 12:52:47 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:52:47 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo 12:52:47 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 12:52:47 ec96e723b98e779972536fd74512d007c7aee7d0 12:52:47 latest 12:52:47 3.2.0-dev.48 12:52:47 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:52:47 main 12:52:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:47 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:52:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 12:52:48 d3c21321cfad: Preparing 12:52:48 50485a955164: Preparing 12:52:48 964d9097aa72: Preparing 12:52:48 a6214aa29733: Preparing 12:52:48 b4803ad4705c: Preparing 12:52:48 35ebe1070c0a: Preparing 12:52:48 3c20671a5817: Preparing 12:52:48 35ebe1070c0a: Waiting 12:52:48 3c20671a5817: Waiting 12:52:48 a6214aa29733: Layer already exists 12:52:48 b4803ad4705c: Layer already exists 12:52:48 964d9097aa72: Layer already exists 12:52:48 35ebe1070c0a: Layer already exists 12:52:48 d3c21321cfad: Pushed 12:52:48 3c20671a5817: Layer already exists 12:52:56 50485a955164: Pushed 12:52:56 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:4623d0a751b2a84709c2fcc7b9998e1b91d9bc1e053e80bcc7a0433dcbaf7e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:56 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 12:52:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 12:52:57 d3c21321cfad: Preparing 12:52:57 50485a955164: Preparing 12:52:57 964d9097aa72: Preparing 12:52:57 a6214aa29733: Preparing 12:52:57 b4803ad4705c: Preparing 12:52:57 35ebe1070c0a: Preparing 12:52:57 3c20671a5817: Preparing 12:52:57 35ebe1070c0a: Waiting 12:52:57 3c20671a5817: Waiting 12:52:57 d3c21321cfad: Layer already exists 12:52:57 a6214aa29733: Layer already exists 12:52:57 964d9097aa72: Layer already exists 12:52:57 50485a955164: Layer already exists 12:52:57 b4803ad4705c: Layer already exists 12:52:57 3c20671a5817: Layer already exists 12:52:57 35ebe1070c0a: Layer already exists 12:52:57 latest: digest: sha256:4623d0a751b2a84709c2fcc7b9998e1b91d9bc1e053e80bcc7a0433dcbaf7e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:57 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.48 12:52:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 12:52:58 d3c21321cfad: Preparing 12:52:58 50485a955164: Preparing 12:52:58 964d9097aa72: Preparing 12:52:58 a6214aa29733: Preparing 12:52:58 b4803ad4705c: Preparing 12:52:58 35ebe1070c0a: Preparing 12:52:58 3c20671a5817: Preparing 12:52:58 35ebe1070c0a: Waiting 12:52:58 3c20671a5817: Waiting 12:52:58 a6214aa29733: Layer already exists 12:52:58 964d9097aa72: Layer already exists 12:52:58 d3c21321cfad: Layer already exists 12:52:58 50485a955164: Layer already exists 12:52:58 b4803ad4705c: Layer already exists 12:52:58 35ebe1070c0a: Layer already exists 12:52:58 3c20671a5817: Layer already exists 12:52:58 3.2.0-dev.48: digest: sha256:4623d0a751b2a84709c2fcc7b9998e1b91d9bc1e053e80bcc7a0433dcbaf7e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:58 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:52:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 12:52:59 d3c21321cfad: Preparing 12:52:59 50485a955164: Preparing 12:52:59 964d9097aa72: Preparing 12:52:59 a6214aa29733: Preparing 12:52:59 b4803ad4705c: Preparing 12:52:59 35ebe1070c0a: Preparing 12:52:59 3c20671a5817: Preparing 12:52:59 35ebe1070c0a: Waiting 12:52:59 3c20671a5817: Waiting 12:52:59 50485a955164: Layer already exists 12:52:59 b4803ad4705c: Layer already exists 12:52:59 d3c21321cfad: Layer already exists 12:52:59 a6214aa29733: Layer already exists 12:52:59 964d9097aa72: Layer already exists 12:52:59 35ebe1070c0a: Layer already exists 12:52:59 3c20671a5817: Layer already exists 12:52:59 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:4623d0a751b2a84709c2fcc7b9998e1b91d9bc1e053e80bcc7a0433dcbaf7e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:59 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:53:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 12:53:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 12:53:00 d3c21321cfad: Preparing 12:53:00 50485a955164: Preparing 12:53:00 964d9097aa72: Preparing 12:53:00 a6214aa29733: Preparing 12:53:00 b4803ad4705c: Preparing 12:53:00 35ebe1070c0a: Preparing 12:53:00 3c20671a5817: Preparing 12:53:00 35ebe1070c0a: Waiting 12:53:00 3c20671a5817: Waiting 12:53:00 d3c21321cfad: Layer already exists 12:53:00 964d9097aa72: Layer already exists 12:53:00 b4803ad4705c: Layer already exists 12:53:00 a6214aa29733: Layer already exists 12:53:00 50485a955164: Layer already exists 12:53:00 3c20671a5817: Layer already exists 12:53:00 35ebe1070c0a: Layer already exists 12:53:00 main: digest: sha256:4623d0a751b2a84709c2fcc7b9998e1b91d9bc1e053e80bcc7a0433dcbaf7e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:53:00 ===================================================== [Pipeline] echo 12:53:00 taggedImages: 12:53:00 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:53:00 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 12:53:00 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.48 12:53:00 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:53:00 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 12:53:00 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 12:53:00 ec96e723b98e779972536fd74512d007c7aee7d0 12:53:00 latest 12:53:00 3.2.0-dev.48 12:53:00 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:53:00 main 12:53:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:53:00 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:53:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:53:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 12:53:01 93cc235da20b: Preparing 12:53:01 2dc21fbf0461: Preparing 12:53:01 964d9097aa72: Preparing 12:53:01 a6214aa29733: Preparing 12:53:01 a87198ca2b5b: Preparing 12:53:01 2610fe0abe73: Preparing 12:53:01 3c20671a5817: Preparing 12:53:01 2610fe0abe73: Waiting 12:53:01 3c20671a5817: Waiting 12:53:01 a87198ca2b5b: Layer already exists 12:53:01 964d9097aa72: Layer already exists 12:53:01 a6214aa29733: Layer already exists 12:53:01 2610fe0abe73: Layer already exists 12:53:01 3c20671a5817: Layer already exists 12:53:01 93cc235da20b: Pushed 12:53:08 2dc21fbf0461: Pushed 12:53:08 ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:39eb1179eb7ec4ff31b32aeda77608009d97aa97a2418d9fda82710fceca3680 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:53:08 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:53:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 12:53:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 12:53:09 93cc235da20b: Preparing 12:53:09 2dc21fbf0461: Preparing 12:53:09 964d9097aa72: Preparing 12:53:09 a6214aa29733: Preparing 12:53:09 a87198ca2b5b: Preparing 12:53:09 2610fe0abe73: Preparing 12:53:09 3c20671a5817: Preparing 12:53:09 2610fe0abe73: Waiting 12:53:09 3c20671a5817: Waiting 12:53:09 964d9097aa72: Layer already exists 12:53:09 93cc235da20b: Layer already exists 12:53:09 2dc21fbf0461: Layer already exists 12:53:09 a87198ca2b5b: Layer already exists 12:53:09 a6214aa29733: Layer already exists 12:53:09 3c20671a5817: Layer already exists 12:53:09 2610fe0abe73: Layer already exists 12:53:09 latest: digest: sha256:39eb1179eb7ec4ff31b32aeda77608009d97aa97a2418d9fda82710fceca3680 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:53:09 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:53:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.48 12:53:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 12:53:10 93cc235da20b: Preparing 12:53:10 2dc21fbf0461: Preparing 12:53:10 964d9097aa72: Preparing 12:53:10 a6214aa29733: Preparing 12:53:10 a87198ca2b5b: Preparing 12:53:10 2610fe0abe73: Preparing 12:53:10 3c20671a5817: Preparing 12:53:10 2610fe0abe73: Waiting 12:53:10 3c20671a5817: Waiting 12:53:10 964d9097aa72: Layer already exists 12:53:10 a87198ca2b5b: Layer already exists 12:53:10 2dc21fbf0461: Layer already exists 12:53:10 a6214aa29733: Layer already exists 12:53:10 93cc235da20b: Layer already exists 12:53:10 2610fe0abe73: Layer already exists 12:53:10 3c20671a5817: Layer already exists 12:53:10 3.2.0-dev.48: digest: sha256:39eb1179eb7ec4ff31b32aeda77608009d97aa97a2418d9fda82710fceca3680 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:53:10 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:53:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:53:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 12:53:10 93cc235da20b: Preparing 12:53:10 2dc21fbf0461: Preparing 12:53:10 964d9097aa72: Preparing 12:53:10 a6214aa29733: Preparing 12:53:10 a87198ca2b5b: Preparing 12:53:10 2610fe0abe73: Preparing 12:53:10 3c20671a5817: Preparing 12:53:10 2610fe0abe73: Waiting 12:53:10 3c20671a5817: Waiting 12:53:10 93cc235da20b: Layer already exists 12:53:10 964d9097aa72: Layer already exists 12:53:10 a6214aa29733: Layer already exists 12:53:10 2dc21fbf0461: Layer already exists 12:53:10 a87198ca2b5b: Layer already exists 12:53:10 2610fe0abe73: Layer already exists 12:53:10 3c20671a5817: Layer already exists 12:53:10 ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:39eb1179eb7ec4ff31b32aeda77608009d97aa97a2418d9fda82710fceca3680 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:53:11 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:53:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 12:53:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 12:53:11 93cc235da20b: Preparing 12:53:11 2dc21fbf0461: Preparing 12:53:11 964d9097aa72: Preparing 12:53:11 a6214aa29733: Preparing 12:53:11 a87198ca2b5b: Preparing 12:53:11 2610fe0abe73: Preparing 12:53:11 3c20671a5817: Preparing 12:53:11 2610fe0abe73: Waiting 12:53:11 a6214aa29733: Layer already exists 12:53:11 93cc235da20b: Layer already exists 12:53:11 a87198ca2b5b: Layer already exists 12:53:11 964d9097aa72: Layer already exists 12:53:11 2dc21fbf0461: Layer already exists 12:53:11 3c20671a5817: Layer already exists 12:53:11 2610fe0abe73: Layer already exists 12:53:11 main: digest: sha256:39eb1179eb7ec4ff31b32aeda77608009d97aa97a2418d9fda82710fceca3680 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:53:12 ===================================================== [Pipeline] echo 12:53:12 taggedImages: 12:53:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 12:53:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 12:53:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.48 12:53:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 12:53:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:53:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:53:12 12:53:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:53:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:53:12 arm64: Pulling from edgex-lftools-log-publisher 12:53:12 8998bd30e6a1: Pulling fs layer 12:53:12 04944245beec: Pulling fs layer 12:53:12 699f458cf7ca: Pulling fs layer 12:53:13 765212b225bb: Pulling fs layer 12:53:13 f23df028b6ca: Pulling fs layer 12:53:13 d65c8cfc05b1: Pulling fs layer 12:53:13 2437ff75d9bd: Pulling fs layer 12:53:13 765212b225bb: Waiting 12:53:13 f23df028b6ca: Waiting 12:53:13 d65c8cfc05b1: Waiting 12:53:13 2437ff75d9bd: Waiting 12:53:13 04944245beec: Verifying Checksum 12:53:13 04944245beec: Download complete 12:53:13 765212b225bb: Verifying Checksum 12:53:13 765212b225bb: Download complete 12:53:13 f23df028b6ca: Verifying Checksum 12:53:13 f23df028b6ca: Download complete 12:53:13 d65c8cfc05b1: Verifying Checksum 12:53:13 d65c8cfc05b1: Download complete 12:53:13 699f458cf7ca: Verifying Checksum 12:53:13 699f458cf7ca: Download complete 12:53:13 8998bd30e6a1: Verifying Checksum 12:53:13 8998bd30e6a1: Download complete 12:53:16 2437ff75d9bd: Verifying Checksum 12:53:16 2437ff75d9bd: Download complete 12:53:18 8998bd30e6a1: Pull complete 12:53:18 04944245beec: Pull complete 12:53:20 699f458cf7ca: Pull complete 12:53:20 765212b225bb: Pull complete 12:53:21 f23df028b6ca: Pull complete 12:53:21 d65c8cfc05b1: Pull complete 12:53:39 2437ff75d9bd: Pull complete 12:53:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 12:53:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:53:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:53:39 prd-ubuntu20.04-docker-arm64-4c-16g-7301 does not seem to be running inside a container 12:53:39 $ 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/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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 12:53:42 $ docker top aa587ac5c7c1aac4d4d5308176c2a315c74526fd8cc9585dffc793accaa06f78 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:53:43 ---> job-cost.sh 12:53:43 lf-activate-venv: SKIPPING 12:53:43 INFO: No Stack... 12:53:43 INFO: Retrieving Pricing Info for: v3-standard-4 12:53:44 INFO: Archiving Costs [Pipeline] sh 12:53:45 + cut -d, -f6 12:53:45 + cat /w/workspace/edgex-go/666/archives/cost.csv [Pipeline] lock 12:53:45 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-666-stack-cost] 12:53:45 Resource [jenkins-edgexfoundry-edgex-go-main-666-stack-cost] did not exist. Created. 12:53:45 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-666-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:53:45 + echo total: 0.10999999940395355 [Pipeline] stash 12:53:46 Stashed 1 file(s) [Pipeline] } 12:53:46 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-666-stack-cost] [Pipeline] // lock [Pipeline] } 12:53:46 $ docker stop --time=1 aa587ac5c7c1aac4d4d5308176c2a315c74526fd8cc9585dffc793accaa06f78 12:53:47 $ docker rm -f --volumes aa587ac5c7c1aac4d4d5308176c2a315c74526fd8cc9585dffc793accaa06f78 [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 12:53:48 provisioning config files... 12:53:48 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/666@tmp/config2561494573677513794tmp [Pipeline] { [Pipeline] sh 12:53:48 + set +x 12:53:48 + + curl -s https://codecov.io/bash 12:53:48 bash -s -- 12:53:48 12:53:48 _____ _ 12:53:48 / ____| | | 12:53:48 | | ___ __| | ___ ___ _____ __ 12:53:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:53:48 | |___| (_) | (_| | __/ (_| (_) \ V / 12:53:48 \_____\___/ \__,_|\___|\___\___/ \_/ 12:53:48 Bash-1.0.6 12:53:48 12:53:48 12:53:48 ==> git version 2.25.1 found 12:53:48 ==> 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 12:53:48 Release-Date: 2020-01-08 12:53:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 12:53:48 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 12:53:48 ==> Jenkins CI detected. 12:53:48 current dir:  /w/workspace/edgex-go/666 12:53:48 project root: . 12:53:48 --> token set from env 12:53:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:53:48 ==> Running gcov in . (disable via -X gcov) 12:53:48 ==> Python coveragepy not found 12:53:48 ==> Searching for coverage reports in: 12:53:48 + . 12:53:49 -> Found 1 reports 12:53:49 ==> Detecting git/mercurial file structure 12:53:49 ==> Reading reports 12:53:49 + ./coverage.out bytes=504074 12:53:49 ==> Appending adjustments 12:53:49 https://docs.codecov.io/docs/fixing-reports 12:53:50 + Found adjustments 12:53:50 ==> Gzipping contents 12:53:50 64K /tmp/codecov.sihJtf.gz 12:53:50 ==> Uploading reports 12:53:50 url: https://codecov.io 12:53:50 query: branch=main&commit=ec96e723b98e779972536fd74512d007c7aee7d0&build=666&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F666%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 12:53:50 -> Pinging Codecov 12:53:50 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=ec96e723b98e779972536fd74512d007c7aee7d0&build=666&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F666%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 12:53:50 -> Uploading to 12:53:50 https://storage.googleapis.com/codecov/v4/raw/2024-08-07/00271124DB129430A58F1EEE437C3FCB/ec96e723b98e779972536fd74512d007c7aee7d0/520570dd-9d73-4ace-bad7-28d35dd463b4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240807%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240807T125350Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3cd8cdbaed72e23173d0a640ac90533cd960ced13d81a5c49438e8d80312045d 12:53:50 % Total % Received % Xferd Average Speed Time Time Time Current 12:53:50 Dload Upload Total Spent Left Speed 12:53:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 64551 0 0 100 64551 0 224k --:--:-- --:--:-- --:--:-- 224k 12:53:50 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } 12:53:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 12:53:50 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 12:53:50 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:53:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 12:53:51 12:53:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:53:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 12:53:51 latest: Pulling from edgex-devops/edgex-snyk-go 12:53:51 619be1103602: Already exists 12:53:51 f8ea3408117e: Pulling fs layer 12:53:51 91320369b822: Pulling fs layer 12:53:51 0406650e8295: Pulling fs layer 12:53:51 4f4fb700ef54: Pulling fs layer 12:53:51 96d80e3f36e1: Pulling fs layer 12:53:51 bcf3aedb951c: Pulling fs layer 12:53:51 4f4fb700ef54: Waiting 12:53:51 96d80e3f36e1: Waiting 12:53:51 bcf3aedb951c: Waiting 12:53:51 0406650e8295: Download complete 12:53:51 f8ea3408117e: Download complete 12:53:51 4f4fb700ef54: Verifying Checksum 12:53:51 4f4fb700ef54: Download complete 12:53:51 f8ea3408117e: Pull complete 12:53:51 96d80e3f36e1: Download complete 12:53:52 91320369b822: Download complete 12:53:52 bcf3aedb951c: Download complete 12:53:55 91320369b822: Pull complete 12:53:55 0406650e8295: Pull complete 12:53:55 4f4fb700ef54: Pull complete 12:53:55 96d80e3f36e1: Pull complete 12:53:59 bcf3aedb951c: Pull complete 12:53:59 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 12:53:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 12:53:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:53:59 prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container 12:53:59 $ 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/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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 12:54:03 $ docker top d93034d0712b398a4302d969e9e23c30ea575f131b01b42cc70eb01b229cc59f -eo pid,comm [Pipeline] { [Pipeline] sh 12:54:03 + git config --global --add safe.directory /w/workspace/edgex-go/666 [Pipeline] echo 12:54:03 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 12:54:04 + set -o pipefail 12:54:04 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 12:54:12 12:54:12 Monitoring /w/workspace/edgex-go/666 (github.com/edgexfoundry/edgex-go)... 12:54:12 12:54:12 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/e051f514-90aa-4b86-859d-fe9f9fdc6122 12:54:12 12:54:12 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 12:54:12 12:54:12 12:54:12 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 12:54:12 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 12:54:12 $ docker stop --time=1 d93034d0712b398a4302d969e9e23c30ea575f131b01b42cc70eb01b229cc59f 12:54:15 $ docker rm -f --volumes d93034d0712b398a4302d969e9e23c30ea575f131b01b42cc70eb01b229cc59f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 12:54:16 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:54:16 provisioning config files... 12:54:16 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/666@tmp/config8109596819228683733tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:54:16 --> edgex-publish-swagger.sh 12:54:16 === Publish openapi/v3 API === 12:54:16 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 12:54:16 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/666/openapi/v3/core-command.yaml] 12:54:16 % Total % Received % Xferd Average Speed Time Time Time Current 12:54:16 Dload Upload Total Spent Left Speed 12:54:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 58854 --:--:-- --:--:-- --:--:-- 58749 12:54:17 12:54:17 12:54:17 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/666/openapi/v3/core-data.yaml] 12:54:17 % Total % Received % Xferd Average Speed Time Time Time Current 12:54:17 Dload Upload Total Spent Left Speed 12:54:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 138k --:--:-- --:--:-- --:--:-- 138k 100 72043 0 0 100 72043 0 138k --:--:-- --:--:-- --:--:-- 138k 12:54:17 12:54:17 12:54:17 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/666/openapi/v3/core-keeper.yaml] 12:54:17 % Total % Received % Xferd Average Speed Time Time Time Current 12:54:17 Dload Upload Total Spent Left Speed 12:54:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 223 108k --:--:-- --:--:-- --:--:-- 108k 12:54:18 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 12:54:18 12:54:18 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/666/openapi/v3/core-metadata.yaml] 12:54:18 % Total % Received % Xferd Average Speed Time Time Time Current 12:54:18 Dload Upload Total Spent Left Speed 12:54:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 333 318k --:--:-- --:--:-- --:--:-- 318k 12:54:18 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 12:54:18 12:54:18 [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/666/openapi/v3/support-cron-scheduler.yaml] 12:54:18 % Total % Received % Xferd Average Speed Time Time Time Current 12:54:18 Dload Upload Total Spent Left Speed 12:54:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 42836 0 0 100 42836 0 206k --:--:-- --:--:-- --:--:-- 205k 100 42902 100 66 100 42836 210 133k --:--:-- --:--:-- --:--:-- 133k 12:54:18 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 12:54:18 12:54:18 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/666/openapi/v3/support-notifications.yaml] 12:54:18 % Total % Received % Xferd Average Speed Time Time Time Current 12:54:18 Dload Upload Total Spent Left Speed 12:54:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 374 204k --:--:-- --:--:-- --:--:-- 204k 12:54:19 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 12:54:19 12:54:19 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/666/openapi/v3/support-scheduler.yaml] 12:54:19 % Total % Received % Xferd Average Speed Time Time Time Current 12:54:19 Dload Upload Total Spent Left Speed 12:54:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 367 86950 --:--:-- --:--:-- --:--:-- 87112 100 37110 100 156 100 36954 367 86950 --:--:-- --:--:-- --:--:-- 87112 12:54:19 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 12:54:19 [Pipeline] } 12:54:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 12:54:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:54:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:54:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:54:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:54:20 prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container 12:54:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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 12:54:21 $ docker top fe3f3a8fd4d8e95b22d9527698f6dc4bdf9d9cce0c7a2d82e75358f61b8ca872 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:54:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:54:21 [ssh-agent] Looking for ssh-agent implementation... 12:54:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:54:21 $ docker exec fe3f3a8fd4d8e95b22d9527698f6dc4bdf9d9cce0c7a2d82e75358f61b8ca872 ssh-agent 12:54:21 SSH_AUTH_SOCK=/tmp/ssh-YfN8kFKETuGP/agent.32 12:54:21 SSH_AGENT_PID=38 12:54:21 Running ssh-add (command line suppressed) 12:54:21 Identity added: /w/workspace/edgex-go/666@tmp/private_key_6886516611474545472.key (/w/workspace/edgex-go/666@tmp/private_key_6886516611474545472.key) 12:54:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:54:21 + git semver tag 12:54:22 2024-08-07 12:54:21,945 [run_tag] DEBUG tag force:False 12:54:22 2024-08-07 12:54:21,945 [check_head_tag] DEBUG check head tag 12:54:22 2024-08-07 12:54:21,947 [execute] INFO git cat-file --batch-check 12:54:22 2024-08-07 12:54:21,947 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/666, universal_newlines=False, shell=None, istream=) 12:54:22 2024-08-07 12:54:21,952 [execute] INFO git cat-file --batch 12:54:22 2024-08-07 12:54:21,952 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/666, universal_newlines=False, shell=None, istream=) 12:54:22 2024-08-07 12:54:21,995 [read_version] DEBUG read version from /w/workspace/edgex-go/666/.semver/main 12:54:22 2024-08-07 12:54:21,995 [execute] INFO git tag -a v3.2.0-dev.48 -m v3.2.0-dev.48 12:54:22 2024-08-07 12:54:21,995 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.48', '-m', 'v3.2.0-dev.48'], cwd=/w/workspace/edgex-go/666, universal_newlines=False, shell=None, istream=None) 12:54:22 2024-08-07 12:54:21,999 [read_version] DEBUG read version from /w/workspace/edgex-go/666/.semver/main 12:54:22 3.2.0-dev.48 [Pipeline] } 12:54:22 $ docker exec --env ******** --env ******** fe3f3a8fd4d8e95b22d9527698f6dc4bdf9d9cce0c7a2d82e75358f61b8ca872 ssh-agent -k 12:54:22 unset SSH_AUTH_SOCK; 12:54:22 unset SSH_AGENT_PID; 12:54:22 echo Agent pid 38 killed; 12:54:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:54:22 + git semver [Pipeline] } 12:54:22 $ docker stop --time=1 fe3f3a8fd4d8e95b22d9527698f6dc4bdf9d9cce0c7a2d82e75358f61b8ca872 12:54:24 $ docker rm -f --volumes fe3f3a8fd4d8e95b22d9527698f6dc4bdf9d9cce0c7a2d82e75358f61b8ca872 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:54:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:54:24 12:54:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:54:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:54:24 0.23.1-centos7: Pulling from edgex-lftools 12:54:24 ab5ef0e58194: Pulling fs layer 12:54:24 9712f1f96733: Pulling fs layer 12:54:24 63f879dbbcfc: Pulling fs layer 12:54:24 0d9ebad4ef96: Pulling fs layer 12:54:24 e9a5061849ea: Pulling fs layer 12:54:24 d747dcd14b5f: Pulling fs layer 12:54:24 2de7ff778b66: Pulling fs layer 12:54:24 d747dcd14b5f: Waiting 12:54:24 2de7ff778b66: Waiting 12:54:24 0d9ebad4ef96: Waiting 12:54:24 e9a5061849ea: Waiting 12:54:24 9712f1f96733: Verifying Checksum 12:54:24 9712f1f96733: Download complete 12:54:24 63f879dbbcfc: Verifying Checksum 12:54:24 63f879dbbcfc: Download complete 12:54:25 e9a5061849ea: Verifying Checksum 12:54:25 e9a5061849ea: Download complete 12:54:25 0d9ebad4ef96: Verifying Checksum 12:54:25 0d9ebad4ef96: Download complete 12:54:25 d747dcd14b5f: Verifying Checksum 12:54:25 ab5ef0e58194: Verifying Checksum 12:54:25 ab5ef0e58194: Download complete 12:54:25 2de7ff778b66: Download complete 12:54:28 ab5ef0e58194: Pull complete 12:54:28 9712f1f96733: Pull complete 12:54:28 63f879dbbcfc: Pull complete 12:54:32 0d9ebad4ef96: Pull complete 12:54:33 e9a5061849ea: Pull complete 12:54:33 d747dcd14b5f: Pull complete 12:54:34 2de7ff778b66: Pull complete 12:54:34 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 12:54:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:54:34 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:54:34 prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container 12:54:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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 12:54:38 $ docker top b4606e2dcaa4e6014551eb19e7b7f59d8d2a837f303784f84e4c817c4069be1a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 12:54:39 provisioning config files... 12:54:39 copy managed file [sigul-config] to file:/w/workspace/edgex-go/666@tmp/config2775191936669586475tmp 12:54:39 copy managed file [sigul-password] to file:/w/workspace/edgex-go/666@tmp/config9708473488001487524tmp 12:54:39 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/666@tmp/config4753805605777979334tmp [Pipeline] { [Pipeline] echo 12:54:39 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 12:54:39 ---> sigul-configuration.sh 12:54:39 gpg: directory `/root/.gnupg' created 12:54:39 gpg: new configuration file `/root/.gnupg/gpg.conf' created 12:54:39 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 12:54:39 gpg: keyring `/root/.gnupg/secring.gpg' created 12:54:39 gpg: keyring `/root/.gnupg/pubring.gpg' created 12:54:39 gpg: CAST5 encrypted data 12:54:39 gpg: encrypted with 1 passphrase 12:54:39 gpg: WARNING: message was not integrity protected [Pipeline] sh 12:54:39 + mkdir /home/jenkins 12:54:39 + mkdir /home/jenkins/sigul [Pipeline] sh 12:54:39 + 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 12:54:39 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 12:54:40 ---> sigul-install.sh 12:54:40 Sigul already installed; skipping installation. [Pipeline] sh 12:54:40 + git tag --list 12:54:40 0.6.0 12:54:40 0.6.1 12:54:40 0.7.0 12:54:40 0.7.1 12:54:40 v1.0.0 12:54:40 v1.0.1 12:54:40 v1.1.0 12:54:40 v1.2.0 12:54:40 v1.2.1 12:54:40 v1.3.0 12:54:40 v1.3.1 12:54:40 v2.0.0 12:54:40 v2.1.0 12:54:40 v2.1.1 12:54:40 v2.2.0 12:54:40 v2.3.0 12:54:40 v3.0 12:54:40 v3.0.0 12:54:40 v3.1 12:54:40 v3.1.0 12:54:40 v3.1.0-dev.1 12:54:40 v3.1.0-dev.10 12:54:40 v3.1.0-dev.11 12:54:40 v3.1.0-dev.12 12:54:40 v3.1.0-dev.13 12:54:40 v3.1.0-dev.14 12:54:40 v3.1.0-dev.15 12:54:40 v3.1.0-dev.16 12:54:40 v3.1.0-dev.17 12:54:40 v3.1.0-dev.18 12:54:40 v3.1.0-dev.19 12:54:40 v3.1.0-dev.2 12:54:40 v3.1.0-dev.20 12:54:40 v3.1.0-dev.21 12:54:40 v3.1.0-dev.22 12:54:40 v3.1.0-dev.23 12:54:40 v3.1.0-dev.24 12:54:40 v3.1.0-dev.25 12:54:40 v3.1.0-dev.26 12:54:40 v3.1.0-dev.27 12:54:40 v3.1.0-dev.28 12:54:40 v3.1.0-dev.29 12:54:40 v3.1.0-dev.3 12:54:40 v3.1.0-dev.30 12:54:40 v3.1.0-dev.31 12:54:40 v3.1.0-dev.32 12:54:40 v3.1.0-dev.33 12:54:40 v3.1.0-dev.34 12:54:40 v3.1.0-dev.35 12:54:40 v3.1.0-dev.36 12:54:40 v3.1.0-dev.37 12:54:40 v3.1.0-dev.38 12:54:40 v3.1.0-dev.39 12:54:40 v3.1.0-dev.4 12:54:40 v3.1.0-dev.40 12:54:40 v3.1.0-dev.41 12:54:40 v3.1.0-dev.42 12:54:40 v3.1.0-dev.43 12:54:40 v3.1.0-dev.44 12:54:40 v3.1.0-dev.45 12:54:40 v3.1.0-dev.46 12:54:40 v3.1.0-dev.47 12:54:40 v3.1.0-dev.48 12:54:40 v3.1.0-dev.49 12:54:40 v3.1.0-dev.5 12:54:40 v3.1.0-dev.50 12:54:40 v3.1.0-dev.51 12:54:40 v3.1.0-dev.52 12:54:40 v3.1.0-dev.53 12:54:40 v3.1.0-dev.54 12:54:40 v3.1.0-dev.55 12:54:40 v3.1.0-dev.56 12:54:40 v3.1.0-dev.57 12:54:40 v3.1.0-dev.58 12:54:40 v3.1.0-dev.59 12:54:40 v3.1.0-dev.6 12:54:40 v3.1.0-dev.60 12:54:40 v3.1.0-dev.61 12:54:40 v3.1.0-dev.62 12:54:40 v3.1.0-dev.63 12:54:40 v3.1.0-dev.64 12:54:40 v3.1.0-dev.65 12:54:40 v3.1.0-dev.66 12:54:40 v3.1.0-dev.67 12:54:40 v3.1.0-dev.68 12:54:40 v3.1.0-dev.69 12:54:40 v3.1.0-dev.7 12:54:40 v3.1.0-dev.70 12:54:40 v3.1.0-dev.71 12:54:40 v3.1.0-dev.72 12:54:40 v3.1.0-dev.73 12:54:40 v3.1.0-dev.8 12:54:40 v3.1.0-dev.9 12:54:40 v3.1.1 12:54:40 v3.1.1-dev.1 12:54:40 v3.1.1-dev.2 12:54:40 v3.2.0-dev.1 12:54:40 v3.2.0-dev.10 12:54:40 v3.2.0-dev.11 12:54:40 v3.2.0-dev.12 12:54:40 v3.2.0-dev.13 12:54:40 v3.2.0-dev.14 12:54:40 v3.2.0-dev.15 12:54:40 v3.2.0-dev.16 12:54:40 v3.2.0-dev.17 12:54:40 v3.2.0-dev.18 12:54:40 v3.2.0-dev.19 12:54:40 v3.2.0-dev.2 12:54:40 v3.2.0-dev.20 12:54:40 v3.2.0-dev.21 12:54:40 v3.2.0-dev.22 12:54:40 v3.2.0-dev.23 12:54:40 v3.2.0-dev.24 12:54:40 v3.2.0-dev.25 12:54:40 v3.2.0-dev.26 12:54:40 v3.2.0-dev.27 12:54:40 v3.2.0-dev.28 12:54:40 v3.2.0-dev.29 12:54:40 v3.2.0-dev.3 12:54:40 v3.2.0-dev.30 12:54:40 v3.2.0-dev.31 12:54:40 v3.2.0-dev.32 12:54:40 v3.2.0-dev.33 12:54:40 v3.2.0-dev.34 12:54:40 v3.2.0-dev.35 12:54:40 v3.2.0-dev.36 12:54:40 v3.2.0-dev.37 12:54:40 v3.2.0-dev.38 12:54:40 v3.2.0-dev.39 12:54:40 v3.2.0-dev.4 12:54:40 v3.2.0-dev.40 12:54:40 v3.2.0-dev.41 12:54:40 v3.2.0-dev.42 12:54:40 v3.2.0-dev.43 12:54:40 v3.2.0-dev.44 12:54:40 v3.2.0-dev.45 12:54:40 v3.2.0-dev.46 12:54:40 v3.2.0-dev.47 12:54:40 v3.2.0-dev.48 12:54:40 v3.2.0-dev.5 12:54:40 v3.2.0-dev.6 12:54:40 v3.2.0-dev.7 12:54:40 v3.2.0-dev.8 12:54:40 v3.2.0-dev.9 [Pipeline] sh 12:54:40 + lftools sign git-tag v3.2.0-dev.48 12:54:41 Signing Git tag with Sigul... 12:54:41 Signing v3.2.0-dev.48 [Pipeline] echo 12:54:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 12:54:42 ---> sigul-configuration-cleanup.sh [Pipeline] } 12:54:42 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 12:54:42 $ docker stop --time=1 b4606e2dcaa4e6014551eb19e7b7f59d8d2a837f303784f84e4c817c4069be1a 12:54:43 $ docker rm -f --volumes b4606e2dcaa4e6014551eb19e7b7f59d8d2a837f303784f84e4c817c4069be1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 12:54:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:54:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:54:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:54:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:54:44 prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container 12:54:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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 12:54:44 $ docker top 1fe803ea6ba5a7297b0c0ba4d8135f77eb887f54f8f0b3f49de544649057bca0 -eo pid,comm 12:54:44 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:54:44 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:54:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:54:44 [ssh-agent] Looking for ssh-agent implementation... 12:54:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:54:45 $ docker exec 1fe803ea6ba5a7297b0c0ba4d8135f77eb887f54f8f0b3f49de544649057bca0 ssh-agent 12:54:45 SSH_AUTH_SOCK=/tmp/ssh-YZCFa2Een8qR/agent.33 12:54:45 SSH_AGENT_PID=39 12:54:45 Running ssh-add (command line suppressed) 12:54:45 Identity added: /w/workspace/edgex-go/666@tmp/private_key_5731663487680462311.key (/w/workspace/edgex-go/666@tmp/private_key_5731663487680462311.key) 12:54:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:54:45 + git semver bump pre 12:54:45 2024-08-07 12:54:45,811 [read_version] DEBUG read version from /w/workspace/edgex-go/666/.semver/main 12:54:45 2024-08-07 12:54:45,812 [bump_version] DEBUG bumping version:3.2.0-dev.48 on axis:pre with prefix:dev 12:54:45 2024-08-07 12:54:45,812 [bump_version] DEBUG bumped version:3.2.0-dev.49 12:54:45 2024-08-07 12:54:45,812 [write_version] DEBUG write version:3.2.0-dev.49 to path:/w/workspace/edgex-go/666/.semver/main with force:True 12:54:45 2024-08-07 12:54:45,812 [read_version] DEBUG read version from /w/workspace/edgex-go/666/.semver/main 12:54:45 2024-08-07 12:54:45,812 [write_file] DEBUG write to file:/w/workspace/edgex-go/666/.semver/main 12:54:45 2024-08-07 12:54:45,814 [execute] INFO git cat-file --batch-check 12:54:45 2024-08-07 12:54:45,814 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/666/.semver, universal_newlines=False, shell=None, istream=) 12:54:45 2024-08-07 12:54:45,820 [execute] INFO git cat-file --batch 12:54:45 2024-08-07 12:54:45,820 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/666/.semver, universal_newlines=False, shell=None, istream=) 12:54:45 2024-08-07 12:54:45,826 [read_version] DEBUG read version from /w/workspace/edgex-go/666/.semver/main 12:54:45 3.2.0-dev.49 [Pipeline] } 12:54:45 $ docker exec --env ******** --env ******** 1fe803ea6ba5a7297b0c0ba4d8135f77eb887f54f8f0b3f49de544649057bca0 ssh-agent -k 12:54:46 unset SSH_AUTH_SOCK; 12:54:46 unset SSH_AGENT_PID; 12:54:46 echo Agent pid 39 killed; 12:54:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:54:46 + git semver [Pipeline] } 12:54:46 $ docker stop --time=1 1fe803ea6ba5a7297b0c0ba4d8135f77eb887f54f8f0b3f49de544649057bca0 12:54:47 $ docker rm -f --volumes 1fe803ea6ba5a7297b0c0ba4d8135f77eb887f54f8f0b3f49de544649057bca0 [Pipeline] // withDockerContainer [Pipeline] sh 12:54:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:54:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:54:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:54:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:54:48 prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container 12:54:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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 12:54:49 $ docker top 6a5bcafbc3c61b04940d9a7c90200f547f72f3fd387706f868ef265ae6e73ecb -eo pid,comm 12:54:49 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:54:49 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:54:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:54:49 [ssh-agent] Looking for ssh-agent implementation... 12:54:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:54:49 $ docker exec 6a5bcafbc3c61b04940d9a7c90200f547f72f3fd387706f868ef265ae6e73ecb ssh-agent 12:54:49 SSH_AUTH_SOCK=/tmp/ssh-VQ0Yn9As1fYN/agent.32 12:54:49 SSH_AGENT_PID=38 12:54:49 Running ssh-add (command line suppressed) 12:54:49 Identity added: /w/workspace/edgex-go/666@tmp/private_key_17055995083297724181.key (/w/workspace/edgex-go/666@tmp/private_key_17055995083297724181.key) 12:54:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:54:49 + git semver push 12:54:50 2024-08-07 12:54:49,960 [run_push] DEBUG push 12:54:50 2024-08-07 12:54:49,961 [execute] INFO git cat-file --batch-check 12:54:50 2024-08-07 12:54:49,961 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/666/.semver, universal_newlines=False, shell=None, istream=) 12:54:50 2024-08-07 12:54:49,966 [execute] INFO git rev-list 03191b2070e635960ecef3a3db6653bd0281e09e -- 12:54:50 2024-08-07 12:54:49,966 [execute] DEBUG Popen(['git', 'rev-list', '03191b2070e635960ecef3a3db6653bd0281e09e', '--'], cwd=/w/workspace/edgex-go/666/.semver, universal_newlines=False, shell=None, istream=None) 12:54:50 2024-08-07 12:54:49,986 [execute] INFO git fetch -v origin 12:54:50 2024-08-07 12:54:49,986 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/666/.semver, universal_newlines=True, shell=None, istream=None) 12:54:50 2024-08-07 12:54:50,413 [run_push] DEBUG no remote changes detected 12:54:50 2024-08-07 12:54:50,414 [execute] INFO git push origin semver 12:54:50 2024-08-07 12:54:50,414 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/666/.semver, universal_newlines=False, shell=None, istream=None) 12:54:51 2024-08-07 12:54:51,269 [run_push] DEBUG push all version tags 12:54:51 2024-08-07 12:54:51,270 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 12:54:51 2024-08-07 12:54:51,270 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/666, universal_newlines=False, shell=None, istream=None) 12:54:52 2024-08-07 12:54:52,198 [read_version] DEBUG read version from /w/workspace/edgex-go/666/.semver/main 12:54:52 3.2.0-dev.49 [Pipeline] } 12:54:52 $ docker exec --env ******** --env ******** 6a5bcafbc3c61b04940d9a7c90200f547f72f3fd387706f868ef265ae6e73ecb ssh-agent -k 12:54:52 unset SSH_AUTH_SOCK; 12:54:52 unset SSH_AGENT_PID; 12:54:52 echo Agent pid 38 killed; 12:54:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:54:52 + git semver [Pipeline] } 12:54:53 $ docker stop --time=1 6a5bcafbc3c61b04940d9a7c90200f547f72f3fd387706f868ef265ae6e73ecb 12:54:54 $ docker rm -f --volumes 6a5bcafbc3c61b04940d9a7c90200f547f72f3fd387706f868ef265ae6e73ecb [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 12:54:55 + [ -d /w/workspace/edgex-go/666/archives ] [Pipeline] libraryResource [Pipeline] sh 12:54:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:54:56 ---> package-listing.sh 12:54:56 ++ facter osfamily 12:54:56 ++ tr '[:upper:]' '[:lower:]' 12:54:56 + OS_FAMILY=debian 12:54:56 + workspace=/w/workspace/edgex-go/666 12:54:56 + START_PACKAGES=/tmp/packages_start.txt 12:54:56 + END_PACKAGES=/tmp/packages_end.txt 12:54:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:54:56 + PACKAGES=/tmp/packages_start.txt 12:54:56 + '[' /w/workspace/edgex-go/666 ']' 12:54:56 + PACKAGES=/tmp/packages_end.txt 12:54:56 + case "${OS_FAMILY}" in 12:54:56 + dpkg -l 12:54:56 + grep '^ii' 12:54:56 + '[' -f /tmp/packages_start.txt ']' 12:54:56 + '[' -f /tmp/packages_end.txt ']' 12:54:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:54:56 + '[' /w/workspace/edgex-go/666 ']' 12:54:56 + mkdir -p /w/workspace/edgex-go/666/archives/ 12:54:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/666/archives/ [Pipeline] echo 12:54:56 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/666/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:54:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:54:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:54:57 12:54:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:54:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:54:57 latest: Pulling from edgex-lftools-log-publisher 12:54:57 5eb5b503b376: Pulling fs layer 12:54:57 5c69ac0246d0: Pulling fs layer 12:54:57 ec43610c2a17: Pulling fs layer 12:54:57 3a2ae6a8a46f: Pulling fs layer 12:54:57 33b1e0a273af: Pulling fs layer 12:54:57 5d3b04190fa2: Pulling fs layer 12:54:57 2f39f015ded8: Pulling fs layer 12:54:57 3a2ae6a8a46f: Waiting 12:54:57 33b1e0a273af: Waiting 12:54:57 5d3b04190fa2: Waiting 12:54:57 2f39f015ded8: Waiting 12:54:57 5c69ac0246d0: Download complete 12:54:57 3a2ae6a8a46f: Verifying Checksum 12:54:57 3a2ae6a8a46f: Download complete 12:54:57 33b1e0a273af: Verifying Checksum 12:54:57 33b1e0a273af: Download complete 12:54:57 ec43610c2a17: Verifying Checksum 12:54:57 ec43610c2a17: Download complete 12:54:57 5d3b04190fa2: Download complete 12:54:57 5eb5b503b376: Download complete 12:54:58 2f39f015ded8: Download complete 12:54:59 5eb5b503b376: Pull complete 12:54:59 5c69ac0246d0: Pull complete 12:54:59 ec43610c2a17: Pull complete 12:54:59 3a2ae6a8a46f: Pull complete 12:55:00 33b1e0a273af: Pull complete 12:55:00 5d3b04190fa2: Pull complete 12:55:05 2f39f015ded8: Pull complete 12:55:05 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:55:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:55:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:55:05 prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container 12:55:05 $ 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/666/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/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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 12:55:09 $ docker top db65929558882cbabd28dc5c27b4069e7f48a2874c3faedf61b1e2ed7f002541 -eo pid,comm [Pipeline] { [Pipeline] sh 12:55:09 + touch /tmp/pre-build-complete [Pipeline] sh 12:55:09 + mkdir -p /var/log/sysstat [Pipeline] sh 12:55:10 + ls /var/log/sa-host 12:55:10 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:55:10 provisioning config files... 12:55:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/666@tmp/config10962766862469529904tmp [Pipeline] { [Pipeline] echo 12:55:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:55:10 ---> create-netrc.sh [Pipeline] } 12:55:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:55:10 ---> python-tools-install.sh [Pipeline] echo 12:55:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:55:11 ---> sudo-logs.sh 12:55:11 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:55:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:55:11 ---> job-cost.sh 12:55:11 lf-activate-venv: SKIPPING 12:55:11 DEBUG: total: 0.10999999940395355 12:55:11 INFO: Retrieving Stack Cost... 12:55:12 INFO: Retrieving Pricing Info for: v3-standard-8 12:55:12 INFO: Archiving Costs [Pipeline] echo 12:55:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:55:12 ---> logs-deploy.sh 12:55:12 lf-activate-venv: SKIPPING 12:55:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/666 12:55:12 INFO: archiving workspace using pattern(s): 12:55:13 Archives upload complete. 12:55:13 INFO: archiving logs to Nexus 12:55:14 ---> uname -a: 12:55:14 Linux prd-ubuntu20-04-docker-8c-8g-7299 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 12:55:14 12:55:14 12:55:14 ---> lscpu: 12:55:14 Architecture: x86_64 12:55:14 CPU op-mode(s): 32-bit, 64-bit 12:55:14 Byte Order: Little Endian 12:55:14 Address sizes: 40 bits physical, 48 bits virtual 12:55:14 CPU(s): 8 12:55:14 On-line CPU(s) list: 0-7 12:55:14 Thread(s) per core: 1 12:55:14 Core(s) per socket: 1 12:55:14 Socket(s): 8 12:55:14 NUMA node(s): 1 12:55:14 Vendor ID: AuthenticAMD 12:55:14 CPU family: 23 12:55:14 Model: 49 12:55:14 Model name: AMD EPYC-Rome Processor 12:55:14 Stepping: 0 12:55:14 CPU MHz: 2799.998 12:55:14 BogoMIPS: 5599.99 12:55:14 Virtualization: AMD-V 12:55:14 Hypervisor vendor: KVM 12:55:14 Virtualization type: full 12:55:14 L1d cache: 256 KiB 12:55:14 L1i cache: 256 KiB 12:55:14 L2 cache: 4 MiB 12:55:14 L3 cache: 128 MiB 12:55:14 NUMA node0 CPU(s): 0-7 12:55:14 Vulnerability Itlb multihit: Not affected 12:55:14 Vulnerability L1tf: Not affected 12:55:14 Vulnerability Mds: Not affected 12:55:14 Vulnerability Meltdown: Not affected 12:55:14 Vulnerability Mmio stale data: Not affected 12:55:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:55:14 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 12:55:14 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 12:55:14 Vulnerability Srbds: Not affected 12:55:14 Vulnerability Tsx async abort: Not affected 12:55:14 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 12:55:14 12:55:14 12:55:14 ---> nproc: 12:55:14 8 12:55:14 12:55:14 12:55:14 ---> df -h: 12:55:14 Filesystem Size Used Avail Use% Mounted on 12:55:14 overlay 155G 29G 127G 19% / 12:55:14 tmpfs 64M 0 64M 0% /dev 12:55:14 tmpfs 16G 0 16G 0% /sys/fs/cgroup 12:55:14 shm 64M 0 64M 0% /dev/shm 12:55:14 /dev/vda1 155G 29G 127G 19% /facter-os 12:55:14 12:55:14 12:55:14 ---> sar -b -r -n DEV: 12:55:14 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7299) 08/07/24 _x86_64_ (8 CPU) 12:55:14 12:55:14 12:03:27 LINUX RESTART (8 CPU) 12:55:14 12:55:14 12:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:55:14 12:05:01 367.08 15.16 351.92 0.00 1934.42 148986.07 0.00 12:55:14 12:06:01 125.88 1.30 124.58 0.00 18.40 53217.95 0.00 12:55:14 12:07:01 26.55 0.00 26.55 0.00 0.00 16706.42 0.00 12:55:14 12:08:01 37.94 0.23 37.70 0.00 4.93 18466.11 0.00 12:55:14 12:09:01 283.39 1.33 282.05 0.00 109.85 245608.67 0.00 12:55:14 12:10:01 833.84 12.73 821.11 0.00 2130.76 189156.01 0.00 12:55:14 12:11:01 482.72 1.81 480.90 0.00 2274.39 106815.32 0.00 12:55:14 12:12:01 391.04 0.10 390.94 0.00 1.20 84569.41 0.00 12:55:14 12:13:01 473.60 0.12 473.49 0.00 0.93 100330.34 0.00 12:55:14 12:14:01 229.56 0.18 229.37 0.00 26.26 12987.27 0.00 12:55:14 12:15:01 27.68 0.03 27.65 0.00 4.00 717.08 0.00 12:55:14 12:16:01 5.82 0.00 5.82 0.00 0.00 152.24 0.00 12:55:14 12:17:01 1.27 0.02 1.25 0.00 0.13 13.46 0.00 12:55:14 12:18:01 1.52 0.00 1.52 0.00 0.00 16.39 0.00 12:55:14 12:19:01 1.33 0.00 1.33 0.00 0.00 14.80 0.00 12:55:14 12:20:01 2.08 0.02 2.07 0.00 0.13 27.86 0.00 12:55:14 12:21:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 12:55:14 12:22:02 1.37 0.00 1.37 0.00 0.00 16.13 0.00 12:55:14 12:23:01 1.02 0.00 1.02 0.00 0.00 11.12 0.00 12:55:14 12:24:01 1.43 0.00 1.43 0.00 0.00 16.80 0.00 12:55:14 12:25:01 1.17 0.00 1.17 0.00 0.00 14.26 0.00 12:55:14 12:26:01 2.73 1.52 1.22 0.00 35.46 16.13 0.00 12:55:14 12:27:01 1.10 0.00 1.10 0.00 0.00 13.60 0.00 12:55:14 12:28:01 1.28 0.00 1.28 0.00 0.00 15.60 0.00 12:55:14 12:29:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 12:55:14 12:30:01 1.45 0.00 1.45 0.00 0.00 17.46 0.00 12:55:14 12:31:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 12:55:14 12:32:01 1.10 0.00 1.10 0.00 0.00 13.33 0.00 12:55:14 12:33:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 12:55:14 12:34:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 12:55:14 12:35:01 1.08 0.00 1.08 0.00 0.00 13.20 0.00 12:55:14 12:36:01 1.47 0.00 1.47 0.00 0.00 16.26 0.00 12:55:14 12:37:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 12:55:14 12:38:01 1.18 0.00 1.18 0.00 0.00 14.26 0.00 12:55:14 12:39:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 12:55:14 12:40:01 1.72 0.00 1.72 0.00 0.00 20.00 0.00 12:55:14 12:41:01 1.17 0.00 1.17 0.00 0.00 12.93 0.00 12:55:14 12:42:01 1.28 0.00 1.28 0.00 0.00 14.80 0.00 12:55:14 12:43:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 12:55:14 12:44:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 12:55:14 12:45:01 1.12 0.00 1.12 0.00 0.00 13.60 0.00 12:55:14 12:46:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 12:55:14 12:47:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 12:55:14 12:48:01 1.38 0.00 1.38 0.00 0.00 16.26 0.00 12:55:14 12:49:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 12:55:14 12:50:01 1.85 0.00 1.85 0.00 0.00 21.20 0.00 12:55:14 12:51:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 12:55:14 12:52:01 1.08 0.00 1.08 0.00 0.00 12.93 0.00 12:55:14 12:53:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 12:55:14 12:54:01 51.10 0.07 51.03 0.00 7.86 12032.66 0.00 12:55:14 12:55:01 170.27 0.80 169.47 0.00 20.00 50133.24 0.00 12:55:14 Average: 69.71 0.69 69.02 0.00 128.88 20408.81 0.00 12:55:14 12:55:14 12:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:55:14 12:05:01 28656880 31494396 806844 2.45 81328 3021704 1985248 5.85 1131136 2685484 4528 12:55:14 12:06:01 27283012 31426144 866484 2.64 128760 4158372 1975992 5.82 1768056 3292728 333204 12:55:14 12:07:01 26260196 30720064 1569144 4.77 132372 4453720 2938148 8.66 2409868 3648068 657960 12:55:14 12:08:01 26586236 31492744 795396 2.42 135624 4853740 1825480 5.38 1746272 3944860 555564 12:55:14 12:09:01 20895148 31336644 947152 2.88 148960 10254320 3013408 8.88 1907120 9336812 76416 12:55:14 12:10:01 14607752 31358676 890200 2.71 333604 15976956 2372456 6.99 2691232 14402524 725232 12:55:14 12:11:01 9387604 28572848 3596444 10.94 374040 17993748 11250144 33.16 6404280 15414880 0 12:55:14 12:12:01 6263816 27198204 4990808 15.18 398428 19684860 9933108 29.27 8353712 16582524 96 12:55:14 12:13:01 9971048 31317376 919848 2.80 409484 20220752 2385016 7.03 3317516 18121784 5464 12:55:14 12:14:01 9800008 31405988 837928 2.55 412844 20471032 2141144 6.31 3451076 18169432 660 12:55:14 12:15:01 9787224 31394920 848936 2.58 414052 20471484 2247088 6.62 3809576 17822740 124 12:55:14 12:16:01 9802528 31410496 833308 2.53 414300 20471500 2109420 6.22 3859052 17758300 172 12:55:14 12:17:01 9803124 31411116 832536 2.53 414320 20471500 2109420 6.22 3855532 17758304 4 12:55:14 12:18:01 9806192 31414256 829676 2.52 414324 20471504 2109420 6.22 3854352 17758304 40 12:55:14 12:19:01 9807216 31415308 828780 2.52 414348 20471504 2109420 6.22 3854124 17758308 16 12:55:14 12:20:01 9817428 31425600 818548 2.49 414372 20471492 2138852 6.30 3842296 17758292 56 12:55:14 12:21:01 9817900 31426092 817904 2.49 414396 20471492 2138852 6.30 3842300 17758292 168 12:55:14 12:22:02 9817552 31425808 818088 2.49 414412 20471496 2138852 6.30 3842356 17758296 48 12:55:14 12:23:01 9818000 31426268 817552 2.49 414432 20471496 2138852 6.30 3842392 17758296 8 12:55:14 12:24:01 9817804 31426104 817692 2.49 414452 20471504 2138852 6.30 3842464 17758300 56 12:55:14 12:25:01 9818480 31426816 816884 2.48 414484 20471504 2138852 6.30 3841744 17758308 12 12:55:14 12:26:01 9806196 31416660 827000 2.51 414520 20472568 2155012 6.35 3855656 17758552 152 12:55:14 12:27:01 9806176 31416652 827196 2.52 414528 20472572 2155012 6.35 3855396 17758552 8 12:55:14 12:28:01 9806088 31416608 827156 2.52 414532 20472576 2155012 6.35 3855392 17758556 4 12:55:14 12:29:01 9806016 31416540 827196 2.52 414556 20472576 2155012 6.35 3855672 17758556 8 12:55:14 12:30:01 9805172 31415748 827956 2.52 414576 20472584 2155012 6.35 3855548 17758564 60 12:55:14 12:31:01 9805164 31415744 827900 2.52 414580 20472584 2155012 6.35 3855468 17758564 12 12:55:14 12:32:01 9804864 31415452 828116 2.52 414600 20472588 2155012 6.35 3855504 17758568 144 12:55:14 12:33:01 9804816 31415428 828080 2.52 414620 20472592 2155012 6.35 3855508 17758572 8 12:55:14 12:34:01 9804548 31415184 828284 2.52 414624 20472592 2155012 6.35 3855624 17758572 60 12:55:14 12:35:01 9804716 31415356 828252 2.52 414652 20472584 2155012 6.35 3855552 17758576 32 12:55:14 12:36:01 9804432 31415108 828512 2.52 414664 20472596 2155012 6.35 3855608 17758576 44 12:55:14 12:37:01 9804336 31415020 828564 2.52 414672 20472600 2155012 6.35 3855600 17758580 12 12:55:14 12:38:01 9804036 31414860 828668 2.52 414688 20472732 2155012 6.35 3855656 17758712 140 12:55:14 12:39:01 9804148 31414992 828724 2.52 414692 20472736 2155012 6.35 3855716 17758716 12 12:55:14 12:40:01 9804700 31415560 828136 2.52 414712 20472732 2155012 6.35 3855708 17758720 48 12:55:14 12:41:01 9804400 31415284 828352 2.52 414732 20472748 2155012 6.35 3855728 17758724 8 12:55:14 12:42:01 9804352 31415256 828332 2.52 414744 20472748 2155012 6.35 3855744 17758728 44 12:55:14 12:43:01 9804304 31415224 828288 2.52 414772 20472752 2155012 6.35 3855740 17758732 8 12:55:14 12:44:01 9804004 31414960 828564 2.52 414780 20472752 2155012 6.35 3855852 17758732 44 12:55:14 12:45:01 9803956 31414920 828524 2.52 414812 20472744 2155012 6.35 3855776 17758736 28 12:55:14 12:46:01 9804192 31415200 828240 2.52 414828 20472760 2155012 6.35 3855832 17758740 140 12:55:14 12:47:01 9803892 31414908 828476 2.52 414832 20472760 2155012 6.35 3855828 17758740 12 12:55:14 12:48:01 9804096 31415128 828192 2.52 414844 20472768 2155012 6.35 3855876 17758744 48 12:55:14 12:49:01 9804072 31415108 828148 2.52 414852 20472768 2138820 6.30 3855980 17758744 12 12:55:14 12:50:01 9803780 31414836 828412 2.52 414868 20472764 2138820 6.30 3855896 17758752 12 12:55:14 12:51:01 9804240 31415316 828416 2.52 414880 20472776 2138820 6.30 3855908 17758756 8 12:55:14 12:52:01 9804424 31415512 828220 2.52 414892 20472776 2154872 6.35 3855964 17758756 48 12:55:14 12:53:01 9804408 31415512 828200 2.52 414904 20472780 2154872 6.35 3855960 17758760 8 12:55:14 12:54:01 9084940 31377988 864364 2.63 418584 21101604 2232992 6.58 3890484 18387540 272488 12:55:14 12:55:01 7944404 31348816 892448 2.71 446856 22079996 2442784 7.20 3998132 19313384 380968 12:55:14 Average: 11356549 31260485 985197 3.00 384132 18876321 2515790 7.41 3751270 16391144 59107 12:55:14 12:55:14 12:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:55:14 12:05:01 ens3 1258.30 1119.56 10969.53 147.55 0.00 0.00 0.00 0.00 12:55:14 12:05:01 veth354c82e 136.30 143.95 13.62 137.21 0.00 0.00 0.00 0.01 12:55:14 12:05:01 lo 4.73 4.73 0.46 0.46 0.00 0.00 0.00 0.00 12:55:14 12:05:01 docker0 685.92 652.62 49.59 3010.56 0.00 0.00 0.00 0.00 12:55:14 12:06:01 ens3 232.83 114.51 1958.53 20.54 0.00 0.00 0.00 0.00 12:55:14 12:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:06:01 vethaf80a7e 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 12:55:14 12:06:01 docker0 98.55 204.73 8.65 1932.33 0.00 0.00 0.00 0.00 12:55:14 12:07:01 ens3 36.31 24.66 32.36 15.31 0.00 0.00 0.00 0.00 12:55:14 12:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:07:01 vethaf80a7e 1.43 1.45 0.13 0.13 0.00 0.00 0.00 0.00 12:55:14 12:07:01 docker0 1.43 1.43 0.11 0.13 0.00 0.00 0.00 0.00 12:55:14 12:08:01 ens3 20.76 12.30 18.14 9.76 0.00 0.00 0.00 0.00 12:55:14 12:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:08:01 vethaf80a7e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:09:01 veth6b015f4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:09:01 veth6832c44 1.88 3.75 0.13 30.95 0.00 0.00 0.00 0.00 12:55:14 12:09:01 veth3204a12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:09:01 veth5b28cfd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:09:01 veth2e57393 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:09:01 ens3 175.97 116.56 2851.57 127.52 0.00 0.00 0.00 0.00 12:55:14 12:09:01 vethc0755ea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:09:01 veth64ba88e 0.18 0.00 0.01 0.00 0.00 0.00 0.00 0.00 12:55:14 12:09:01 veth275dbcb 0.58 0.62 0.05 0.24 0.00 0.00 0.00 0.00 12:55:14 12:09:01 vethdc6462a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:09:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 12:55:14 12:09:01 vetha8f3c02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:09:01 vethc191bd6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:09:01 vethcd0f50e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:09:01 vethd946d57 1.17 2.47 0.09 30.87 0.00 0.00 0.00 0.00 12:55:14 12:09:01 veth1ce8f08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:09:01 veth0dd8fd2 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 12:55:14 12:09:01 docker0 5.02 8.83 0.31 92.89 0.00 0.00 0.00 0.00 12:55:14 12:09:01 veth7954b16 1.38 2.67 0.10 30.88 0.00 0.00 0.00 0.00 12:55:14 12:10:01 ens3 992.02 573.81 8660.60 119.45 0.00 0.00 0.00 0.00 12:55:14 12:10:01 veth275dbcb 0.13 0.80 0.01 0.04 0.00 0.00 0.00 0.00 12:55:14 12:10:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 12:55:14 12:10:01 docker0 479.82 817.83 40.02 6914.76 0.00 0.00 0.00 0.00 12:55:14 12:11:01 veth8711376 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 12:55:14 12:11:01 vethbafc774 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 12:55:14 12:11:01 ens3 332.32 128.90 1396.34 13.97 0.00 0.00 0.00 0.00 12:55:14 12:11:01 vethaca9582 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 12:55:14 12:11:01 vethd169353 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 12:55:14 12:11:01 veth4ecb286 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 12:55:14 12:11:01 vethce0a0fe 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 12:55:14 12:11:01 veth60e3100 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 12:55:14 12:11:01 veth275dbcb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:11:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:11:01 veth119032a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 12:55:14 12:11:01 vethfd45deb 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 12:55:14 12:11:01 vethd12fd2f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 12:55:14 12:11:01 veth5c8a445 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 12:55:14 12:11:01 vethc7bd27b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 12:55:14 12:11:01 vethdf3df88 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 12:55:14 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:12:01 veth936eb0d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:12:01 ens3 5.63 3.27 4.48 2.32 0.00 0.00 0.00 0.00 12:55:14 12:12:01 veth7d65dad 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:12:01 vethaca9582 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:12:01 vethd169353 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:12:01 veth4ecb286 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:12:01 vethce0a0fe 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:12:01 veth60e3100 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:12:01 veth275dbcb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:12:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 12:55:14 12:12:01 veth119032a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:12:01 vethd12fd2f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:12:01 vethdf3df88 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:13:01 ens3 17.66 9.47 14.25 7.69 0.00 0.00 0.00 0.00 12:55:14 12:13:01 vethaca9582 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:13:01 vethd169353 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:13:01 veth4ecb286 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:13:01 vethce0a0fe 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:13:01 veth60e3100 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:13:01 veth275dbcb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:13:01 veth119032a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:13:01 vethd12fd2f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:13:01 vethdf3df88 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:14:01 ens3 335.90 338.50 191.43 1250.25 0.00 0.00 0.00 0.00 12:55:14 12:14:01 lo 44.19 44.19 4.35 4.35 0.00 0.00 0.00 0.00 12:55:14 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:15:01 ens3 352.19 336.43 161.96 2029.95 0.00 0.00 0.00 0.00 12:55:14 12:15:01 lo 32.13 32.13 3.17 3.17 0.00 0.00 0.00 0.00 12:55:14 12:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:16:01 ens3 71.25 66.66 39.12 353.70 0.00 0.00 0.00 0.00 12:55:14 12:16:01 lo 7.73 7.73 0.76 0.76 0.00 0.00 0.00 0.00 12:55:14 12:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:17:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:18:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:19:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 12:55:14 12:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:20:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:21:01 ens3 0.22 0.05 0.02 0.00 0.00 0.00 0.00 0.00 12:55:14 12:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:22:02 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:22:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:24:01 ens3 0.28 0.23 0.08 0.08 0.00 0.00 0.00 0.00 12:55:14 12:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:25:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:26:01 ens3 34.91 42.93 10.71 120.48 0.00 0.00 0.00 0.00 12:55:14 12:26:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 12:55:14 12:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:28:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:29:01 ens3 0.27 0.15 0.09 0.07 0.00 0.00 0.00 0.00 12:55:14 12:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:32:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:33:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:34:01 ens3 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 12:55:14 12:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:36:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:37:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:38:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:39:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 12:55:14 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:40:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:41:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:42:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:43:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:44:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 12:55:14 12:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:45:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:46:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:47:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:49:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 12:55:14 12:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:51:01 ens3 0.25 0.22 0.33 0.01 0.00 0.00 0.00 0.00 12:55:14 12:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:52:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:55:14 12:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:53:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:54:01 ens3 120.48 66.73 3604.24 11.13 0.00 0.00 0.00 0.00 12:55:14 12:54:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 12:55:14 12:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:55:14 12:55:01 ens3 411.36 252.21 7060.67 61.15 0.00 0.00 0.00 0.00 12:55:14 12:55:01 lo 2.20 2.20 0.23 0.23 0.00 0.00 0.00 0.00 12:55:14 12:55:01 docker0 92.63 141.98 8.20 1272.95 0.00 0.00 0.00 0.00 12:55:14 Average: ens3 86.35 62.96 725.29 84.17 0.00 0.00 0.00 0.00 12:55:14 Average: lo 1.94 1.94 0.19 0.19 0.00 0.00 0.00 0.00 12:55:14 Average: docker0 26.74 35.85 2.10 259.39 0.00 0.00 0.00 0.00 12:55:14 12:55:14 12:55:14 ---> sar -P ALL: 12:55:14 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7299) 08/07/24 _x86_64_ (8 CPU) 12:55:14 12:55:14 12:03:27 LINUX RESTART (8 CPU) 12:55:14 12:55:14 12:04:01 CPU %user %nice %system %iowait %steal %idle 12:55:14 12:05:01 all 10.23 0.00 3.74 2.50 0.07 83.46 12:55:14 12:05:01 0 17.20 0.00 3.65 3.12 0.07 75.96 12:55:14 12:05:01 1 8.54 0.00 2.61 0.19 0.08 88.58 12:55:14 12:05:01 2 7.18 0.00 3.84 0.40 0.08 88.49 12:55:14 12:05:01 3 13.53 0.00 2.98 0.20 0.07 83.23 12:55:14 12:05:01 4 12.12 0.00 4.13 1.87 0.07 81.81 12:55:14 12:05:01 5 8.27 0.00 4.66 4.04 0.07 82.96 12:55:14 12:05:01 6 6.94 0.00 3.05 4.28 0.07 85.66 12:55:14 12:05:01 7 7.97 0.00 5.05 6.00 0.07 80.91 12:55:14 12:06:01 all 33.91 0.00 6.06 2.38 0.08 57.58 12:55:14 12:06:01 0 34.12 0.00 6.42 0.98 0.08 58.40 12:55:14 12:06:01 1 33.60 0.00 5.57 0.20 0.07 60.56 12:55:14 12:06:01 2 35.02 0.00 6.20 2.92 0.08 55.77 12:55:14 12:06:01 3 32.64 0.00 7.32 12.13 0.08 47.83 12:55:14 12:06:01 4 34.02 0.00 6.18 0.42 0.07 59.31 12:55:14 12:06:01 5 33.46 0.00 4.97 0.99 0.08 60.50 12:55:14 12:06:01 6 34.23 0.00 6.19 1.18 0.08 58.31 12:55:14 12:06:01 7 34.23 0.00 5.60 0.22 0.07 59.89 12:55:14 12:07:01 all 35.99 0.00 6.00 0.53 0.08 57.40 12:55:14 12:07:01 0 34.50 0.00 6.28 0.15 0.08 58.99 12:55:14 12:07:01 1 36.54 0.00 6.07 0.13 0.08 57.17 12:55:14 12:07:01 2 35.04 0.00 6.05 1.08 0.08 57.75 12:55:14 12:07:01 3 36.27 0.00 5.40 0.40 0.08 57.84 12:55:14 12:07:01 4 39.27 0.00 5.76 0.03 0.08 54.86 12:55:14 12:07:01 5 35.09 0.00 6.36 2.06 0.07 56.42 12:55:14 12:07:01 6 35.81 0.00 5.73 0.07 0.07 58.33 12:55:14 12:07:01 7 35.38 0.00 6.40 0.30 0.10 57.82 12:55:14 12:08:01 all 58.31 0.00 7.53 0.68 0.10 33.38 12:55:14 12:08:01 0 57.74 0.00 8.11 0.27 0.13 33.74 12:55:14 12:08:01 1 59.44 0.00 7.13 0.44 0.10 32.89 12:55:14 12:08:01 2 58.18 0.00 6.95 0.49 0.08 34.30 12:55:14 12:08:01 3 57.37 0.00 7.47 0.72 0.08 34.36 12:55:14 12:08:01 4 57.47 0.00 6.82 0.10 0.08 35.53 12:55:14 12:08:01 5 58.97 0.00 8.37 2.77 0.10 29.80 12:55:14 12:08:01 6 59.67 0.00 7.81 0.39 0.10 32.03 12:55:14 12:08:01 7 57.64 0.00 7.61 0.24 0.10 34.41 12:55:14 12:09:01 all 21.18 0.00 7.52 15.75 0.09 55.46 12:55:14 12:09:01 0 20.94 0.00 8.04 14.71 0.09 56.22 12:55:14 12:09:01 1 21.06 0.00 6.86 13.72 0.14 58.22 12:55:14 12:09:01 2 19.59 0.00 6.72 12.23 0.08 61.38 12:55:14 12:09:01 3 20.15 0.00 7.36 16.97 0.10 55.43 12:55:14 12:09:01 4 23.09 0.00 8.23 24.42 0.07 44.19 12:55:14 12:09:01 5 21.00 0.00 7.89 12.96 0.08 58.06 12:55:14 12:09:01 6 21.68 0.00 7.74 24.45 0.09 46.05 12:55:14 12:09:01 7 21.91 0.00 7.35 6.59 0.08 64.06 12:55:14 12:10:01 all 12.67 0.00 7.48 25.18 0.09 54.58 12:55:14 12:10:01 0 15.69 0.00 8.17 27.80 0.12 48.22 12:55:14 12:10:01 1 12.21 0.00 5.79 16.41 0.08 65.50 12:55:14 12:10:01 2 10.32 0.00 6.82 11.60 0.07 71.20 12:55:14 12:10:01 3 10.77 0.00 6.10 32.02 0.07 51.04 12:55:14 12:10:01 4 15.27 0.00 9.49 28.88 0.12 46.24 12:55:14 12:10:01 5 11.84 0.00 6.61 16.58 0.05 64.92 12:55:14 12:10:01 6 11.06 0.00 8.70 52.14 0.12 27.99 12:55:14 12:10:01 7 14.24 0.00 8.22 16.38 0.10 61.06 12:55:14 12:11:01 all 75.73 0.00 13.12 3.39 0.13 7.63 12:55:14 12:11:01 0 76.57 0.00 12.08 2.85 0.10 8.39 12:55:14 12:11:01 1 75.12 0.00 13.81 1.96 0.12 8.99 12:55:14 12:11:01 2 76.32 0.00 12.31 1.31 0.12 9.94 12:55:14 12:11:01 3 74.99 0.00 13.43 7.46 0.14 3.98 12:55:14 12:11:01 4 76.98 0.00 12.89 1.36 0.10 8.68 12:55:14 12:11:01 5 74.86 0.00 13.50 9.59 0.15 1.89 12:55:14 12:11:01 6 76.25 0.00 12.18 1.28 0.15 10.14 12:55:14 12:11:01 7 74.73 0.00 14.79 1.39 0.14 8.96 12:55:14 12:12:01 all 89.02 0.00 10.83 0.00 0.14 0.01 12:55:14 12:12:01 0 89.39 0.00 10.50 0.00 0.12 0.00 12:55:14 12:12:01 1 89.98 0.00 9.87 0.00 0.13 0.02 12:55:14 12:12:01 2 90.18 0.00 9.70 0.00 0.12 0.00 12:55:14 12:12:01 3 88.14 0.00 11.71 0.00 0.15 0.00 12:55:14 12:12:01 4 89.57 0.00 10.30 0.00 0.13 0.00 12:55:14 12:12:01 5 88.24 0.00 11.59 0.00 0.15 0.02 12:55:14 12:12:01 6 88.55 0.00 11.26 0.00 0.17 0.02 12:55:14 12:12:01 7 88.12 0.00 11.75 0.00 0.13 0.00 12:55:14 12:13:01 all 77.38 0.00 10.75 1.97 0.13 9.77 12:55:14 12:13:01 0 77.45 0.00 10.71 0.69 0.12 11.03 12:55:14 12:13:01 1 78.30 0.00 9.96 1.14 0.12 10.48 12:55:14 12:13:01 2 78.04 0.00 10.12 0.02 0.10 11.72 12:55:14 12:13:01 3 76.81 0.00 10.97 0.02 0.12 12.08 12:55:14 12:13:01 4 78.31 0.00 10.48 1.20 0.10 9.91 12:55:14 12:13:01 5 76.33 0.00 12.04 10.92 0.19 0.53 12:55:14 12:13:01 6 77.16 0.00 10.55 0.02 0.12 12.16 12:55:14 12:13:01 7 76.60 0.00 11.23 1.85 0.15 10.17 12:55:14 12:14:01 all 6.23 0.00 1.46 1.67 0.06 90.58 12:55:14 12:14:01 0 8.03 0.00 1.76 1.24 0.05 88.93 12:55:14 12:14:01 1 7.74 0.00 1.51 0.42 0.07 90.26 12:55:14 12:14:01 2 7.68 0.00 1.35 3.54 0.07 87.35 12:55:14 12:14:01 3 4.56 0.00 1.10 0.33 0.07 93.93 12:55:14 12:14:01 4 4.44 0.00 1.54 0.80 0.07 93.15 12:55:14 12:14:01 5 3.45 0.00 1.54 5.19 0.05 89.77 12:55:14 12:14:01 6 5.95 0.00 1.17 0.40 0.05 92.43 12:55:14 12:14:01 7 7.99 0.00 1.71 1.44 0.07 88.80 12:55:14 12:15:01 all 8.57 0.00 0.78 0.12 0.06 90.47 12:55:14 12:15:01 0 12.56 0.00 0.77 0.02 0.08 86.57 12:55:14 12:15:01 1 6.48 0.00 0.90 0.18 0.05 92.39 12:55:14 12:15:01 2 8.88 0.00 0.95 0.18 0.07 89.92 12:55:14 12:15:01 3 8.56 0.00 0.79 0.03 0.07 90.56 12:55:14 12:15:01 4 2.40 0.00 0.72 0.33 0.05 96.50 12:55:14 12:15:01 5 8.41 0.00 0.74 0.15 0.05 90.66 12:55:14 12:15:01 6 7.58 0.00 0.66 0.03 0.07 91.67 12:55:14 12:15:01 7 13.69 0.00 0.69 0.02 0.07 85.54 12:55:14 12:55:14 12:15:01 CPU %user %nice %system %iowait %steal %idle 12:55:14 12:16:01 all 1.57 0.00 0.20 0.03 0.03 98.17 12:55:14 12:16:01 0 0.57 0.00 0.22 0.00 0.03 99.18 12:55:14 12:16:01 1 0.20 0.00 0.17 0.00 0.02 99.62 12:55:14 12:16:01 2 1.24 0.00 0.25 0.00 0.05 98.46 12:55:14 12:16:01 3 2.42 0.00 0.22 0.13 0.03 97.20 12:55:14 12:16:01 4 2.70 0.00 0.25 0.00 0.05 97.00 12:55:14 12:16:01 5 2.01 0.00 0.20 0.05 0.03 97.70 12:55:14 12:16:01 6 1.60 0.00 0.15 0.03 0.02 98.20 12:55:14 12:16:01 7 1.83 0.00 0.18 0.00 0.02 97.97 12:55:14 12:17:01 all 0.02 0.00 0.03 0.00 0.02 99.93 12:55:14 12:17:01 0 0.03 0.00 0.05 0.00 0.02 99.90 12:55:14 12:17:01 1 0.03 0.00 0.03 0.00 0.00 99.93 12:55:14 12:17:01 2 0.00 0.00 0.02 0.00 0.03 99.95 12:55:14 12:17:01 3 0.00 0.00 0.03 0.02 0.02 99.93 12:55:14 12:17:01 4 0.07 0.00 0.05 0.00 0.03 99.85 12:55:14 12:17:01 5 0.02 0.00 0.00 0.02 0.02 99.95 12:55:14 12:17:01 6 0.02 0.00 0.02 0.00 0.02 99.95 12:55:14 12:17:01 7 0.02 0.00 0.02 0.00 0.02 99.95 12:55:14 12:18:01 all 0.04 0.00 0.02 0.00 0.01 99.92 12:55:14 12:18:01 0 0.05 0.00 0.03 0.00 0.02 99.90 12:55:14 12:18:01 1 0.03 0.00 0.00 0.00 0.02 99.95 12:55:14 12:18:01 2 0.02 0.00 0.05 0.00 0.02 99.92 12:55:14 12:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 12:55:14 12:18:01 4 0.07 0.00 0.05 0.00 0.02 99.87 12:55:14 12:18:01 5 0.05 0.00 0.00 0.00 0.02 99.93 12:55:14 12:18:01 6 0.00 0.00 0.00 0.02 0.02 99.97 12:55:14 12:18:01 7 0.05 0.00 0.03 0.00 0.00 99.92 12:55:14 12:19:01 all 0.04 0.00 0.02 0.09 0.01 99.84 12:55:14 12:19:01 0 0.00 0.00 0.00 0.00 0.02 99.98 12:55:14 12:19:01 1 0.03 0.00 0.00 0.00 0.00 99.97 12:55:14 12:19:01 2 0.02 0.00 0.00 0.00 0.02 99.97 12:55:14 12:19:01 3 0.02 0.00 0.03 0.33 0.02 99.60 12:55:14 12:19:01 4 0.03 0.00 0.03 0.03 0.03 99.87 12:55:14 12:19:01 5 0.18 0.00 0.03 0.00 0.02 99.77 12:55:14 12:19:01 6 0.00 0.00 0.02 0.37 0.00 99.62 12:55:14 12:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 12:55:14 12:20:01 all 0.07 0.00 0.04 0.02 0.01 99.85 12:55:14 12:20:01 0 0.08 0.00 0.03 0.00 0.00 99.88 12:55:14 12:20:01 1 0.03 0.00 0.03 0.00 0.00 99.93 12:55:14 12:20:01 2 0.08 0.00 0.10 0.00 0.03 99.78 12:55:14 12:20:01 3 0.02 0.00 0.05 0.15 0.02 99.77 12:55:14 12:20:01 4 0.08 0.00 0.05 0.00 0.03 99.83 12:55:14 12:20:01 5 0.25 0.00 0.02 0.00 0.02 99.72 12:55:14 12:20:01 6 0.02 0.00 0.03 0.00 0.00 99.95 12:55:14 12:20:01 7 0.02 0.00 0.03 0.00 0.00 99.95 12:55:14 12:21:01 all 0.12 0.00 0.01 0.06 0.01 99.80 12:55:14 12:21:01 0 0.08 0.00 0.02 0.00 0.02 99.88 12:55:14 12:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 12:55:14 12:21:01 2 0.05 0.00 0.02 0.00 0.02 99.92 12:55:14 12:21:01 3 0.02 0.00 0.00 0.47 0.00 99.52 12:55:14 12:21:01 4 0.05 0.00 0.05 0.00 0.03 99.87 12:55:14 12:21:01 5 0.76 0.00 0.00 0.00 0.00 99.24 12:55:14 12:21:01 6 0.02 0.00 0.00 0.00 0.02 99.97 12:55:14 12:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 12:55:14 12:22:02 all 0.19 0.00 0.03 0.03 0.01 99.74 12:55:14 12:22:02 0 0.05 0.00 0.02 0.00 0.02 99.92 12:55:14 12:22:02 1 0.02 0.00 0.00 0.00 0.00 99.98 12:55:14 12:22:02 2 0.02 0.00 0.05 0.00 0.02 99.92 12:55:14 12:22:02 3 0.07 0.00 0.05 0.25 0.03 99.60 12:55:14 12:22:02 4 0.03 0.00 0.03 0.00 0.02 99.92 12:55:14 12:22:02 5 1.29 0.00 0.03 0.00 0.02 98.66 12:55:14 12:22:02 6 0.00 0.00 0.00 0.00 0.00 100.00 12:55:14 12:22:02 7 0.02 0.00 0.03 0.00 0.00 99.95 12:55:14 12:23:01 all 0.12 0.00 0.01 0.00 0.02 99.85 12:55:14 12:23:01 0 0.03 0.00 0.02 0.00 0.02 99.93 12:55:14 12:23:01 1 0.02 0.00 0.02 0.00 0.02 99.95 12:55:14 12:23:01 2 0.03 0.00 0.00 0.00 0.02 99.95 12:55:14 12:23:01 3 0.03 0.00 0.02 0.02 0.02 99.92 12:55:14 12:23:01 4 0.05 0.00 0.03 0.00 0.03 99.88 12:55:14 12:23:01 5 0.76 0.00 0.00 0.00 0.02 99.22 12:55:14 12:23:01 6 0.00 0.00 0.00 0.00 0.02 99.98 12:55:14 12:23:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:55:14 12:24:01 all 0.13 0.00 0.01 0.00 0.01 99.84 12:55:14 12:24:01 0 0.07 0.00 0.02 0.00 0.00 99.92 12:55:14 12:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 12:55:14 12:24:01 2 0.08 0.00 0.02 0.00 0.02 99.88 12:55:14 12:24:01 3 0.05 0.00 0.02 0.03 0.02 99.88 12:55:14 12:24:01 4 0.05 0.00 0.00 0.00 0.02 99.93 12:55:14 12:24:01 5 0.75 0.00 0.03 0.00 0.02 99.20 12:55:14 12:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:55:14 12:24:01 7 0.02 0.00 0.00 0.00 0.02 99.97 12:55:14 12:25:01 all 0.22 0.00 0.02 0.00 0.01 99.74 12:55:14 12:25:01 0 0.12 0.00 0.03 0.00 0.03 99.82 12:55:14 12:25:01 1 0.03 0.00 0.00 0.00 0.00 99.97 12:55:14 12:25:01 2 0.00 0.00 0.02 0.02 0.00 99.97 12:55:14 12:25:01 3 0.02 0.00 0.02 0.02 0.03 99.92 12:55:14 12:25:01 4 0.03 0.00 0.07 0.00 0.03 99.87 12:55:14 12:25:01 5 1.52 0.00 0.05 0.00 0.02 98.42 12:55:14 12:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:55:14 12:25:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:55:14 12:26:01 all 0.38 0.00 0.06 0.01 0.01 99.54 12:55:14 12:26:01 0 1.10 0.00 0.05 0.00 0.02 98.83 12:55:14 12:26:01 1 0.30 0.00 0.03 0.00 0.02 99.65 12:55:14 12:26:01 2 0.18 0.00 0.03 0.02 0.02 99.75 12:55:14 12:26:01 3 0.42 0.00 0.13 0.02 0.00 99.43 12:55:14 12:26:01 4 0.45 0.00 0.07 0.05 0.03 99.40 12:55:14 12:26:01 5 0.28 0.00 0.08 0.02 0.02 99.60 12:55:14 12:26:01 6 0.13 0.00 0.03 0.00 0.00 99.83 12:55:14 12:26:01 7 0.15 0.00 0.05 0.00 0.00 99.80 12:55:14 12:55:14 12:26:01 CPU %user %nice %system %iowait %steal %idle 12:55:14 12:27:01 all 0.03 0.00 0.01 0.00 0.01 99.94 12:55:14 12:27:01 0 0.03 0.00 0.02 0.00 0.02 99.93 12:55:14 12:27:01 1 0.03 0.00 0.00 0.00 0.00 99.97 12:55:14 12:27:01 2 0.10 0.00 0.00 0.03 0.02 99.85 12:55:14 12:27:01 3 0.02 0.00 0.00 0.00 0.02 99.97 12:55:14 12:27:01 4 0.03 0.00 0.02 0.00 0.03 99.92 12:55:14 12:27:01 5 0.02 0.00 0.02 0.00 0.02 99.95 12:55:14 12:27:01 6 0.00 0.00 0.00 0.00 0.02 99.98 12:55:14 12:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 12:55:14 12:28:01 all 0.11 0.00 0.02 0.00 0.02 99.85 12:55:14 12:28:01 0 0.13 0.00 0.03 0.00 0.03 99.80 12:55:14 12:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 12:55:14 12:28:01 2 0.60 0.00 0.03 0.00 0.03 99.33 12:55:14 12:28:01 3 0.00 0.00 0.02 0.02 0.02 99.95 12:55:14 12:28:01 4 0.05 0.00 0.03 0.00 0.03 99.88 12:55:14 12:28:01 5 0.03 0.00 0.02 0.00 0.02 99.93 12:55:14 12:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:55:14 12:28:01 7 0.03 0.00 0.02 0.00 0.00 99.95 12:55:14 12:29:01 all 0.02 0.00 0.02 0.00 0.02 99.94 12:55:14 12:29:01 0 0.05 0.00 0.02 0.00 0.02 99.92 12:55:14 12:29:01 1 0.02 0.00 0.02 0.00 0.02 99.95 12:55:14 12:29:01 2 0.02 0.00 0.02 0.00 0.02 99.95 12:55:14 12:29:01 3 0.02 0.00 0.02 0.02 0.00 99.95 12:55:14 12:29:01 4 0.03 0.00 0.02 0.00 0.03 99.92 12:55:14 12:29:01 5 0.02 0.00 0.02 0.02 0.03 99.92 12:55:14 12:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 12:55:14 12:29:01 7 0.00 0.00 0.03 0.00 0.02 99.95 12:55:14 12:30:01 all 0.03 0.00 0.01 0.00 0.01 99.94 12:55:14 12:30:01 0 0.07 0.00 0.02 0.00 0.02 99.90 12:55:14 12:30:01 1 0.03 0.00 0.03 0.00 0.02 99.92 12:55:14 12:30:01 2 0.03 0.00 0.00 0.00 0.02 99.95 12:55:14 12:30:01 3 0.03 0.00 0.00 0.00 0.00 99.97 12:55:14 12:30:01 4 0.05 0.00 0.02 0.00 0.03 99.90 12:55:14 12:30:01 5 0.02 0.00 0.02 0.02 0.02 99.93 12:55:14 12:30:01 6 0.00 0.00 0.00 0.00 0.02 99.98 12:55:14 12:30:01 7 0.03 0.00 0.02 0.00 0.00 99.95 12:55:14 12:31:01 all 0.02 0.00 0.02 0.00 0.01 99.95 12:55:14 12:31:01 0 0.03 0.00 0.02 0.00 0.02 99.93 12:55:14 12:31:01 1 0.03 0.00 0.02 0.00 0.00 99.95 12:55:14 12:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 12:55:14 12:31:01 3 0.02 0.00 0.00 0.02 0.02 99.95 12:55:14 12:31:01 4 0.03 0.00 0.03 0.00 0.03 99.90 12:55:14 12:31:01 5 0.02 0.00 0.02 0.02 0.03 99.92 12:55:14 12:31:01 6 0.02 0.00 0.02 0.00 0.00 99.97 12:55:14 12:31:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:55:14 12:32:01 all 0.03 0.00 0.02 0.00 0.01 99.93 12:55:14 12:32:01 0 0.07 0.00 0.07 0.00 0.02 99.85 12:55:14 12:32:01 1 0.03 0.00 0.02 0.00 0.02 99.93 12:55:14 12:32:01 2 0.03 0.00 0.02 0.00 0.02 99.93 12:55:14 12:32:01 3 0.00 0.00 0.00 0.02 0.00 99.98 12:55:14 12:32:01 4 0.03 0.00 0.03 0.00 0.02 99.92 12:55:14 12:32:01 5 0.00 0.00 0.02 0.02 0.02 99.95 12:55:14 12:32:01 6 0.02 0.00 0.02 0.00 0.02 99.95 12:55:14 12:32:01 7 0.02 0.00 0.02 0.00 0.02 99.95 12:55:14 12:33:01 all 0.03 0.00 0.01 0.00 0.01 99.94 12:55:14 12:33:01 0 0.05 0.00 0.05 0.00 0.03 99.87 12:55:14 12:33:01 1 0.03 0.00 0.00 0.00 0.02 99.95 12:55:14 12:33:01 2 0.02 0.00 0.02 0.00 0.02 99.95 12:55:14 12:33:01 3 0.02 0.00 0.00 0.02 0.00 99.97 12:55:14 12:33:01 4 0.03 0.00 0.02 0.00 0.02 99.93 12:55:14 12:33:01 5 0.05 0.00 0.00 0.00 0.03 99.92 12:55:14 12:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:55:14 12:33:01 7 0.02 0.00 0.02 0.00 0.00 99.97 12:55:14 12:34:01 all 0.01 0.00 0.01 0.00 0.01 99.96 12:55:14 12:34:01 0 0.05 0.00 0.03 0.00 0.02 99.90 12:55:14 12:34:01 1 0.00 0.00 0.02 0.00 0.02 99.97 12:55:14 12:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 12:55:14 12:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 12:55:14 12:34:01 4 0.02 0.00 0.02 0.00 0.03 99.93 12:55:14 12:34:01 5 0.02 0.00 0.00 0.02 0.02 99.95 12:55:14 12:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:55:14 12:34:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:55:14 12:35:01 all 0.27 0.00 0.01 0.01 0.02 99.69 12:55:14 12:35:01 0 0.07 0.00 0.02 0.00 0.02 99.90 12:55:14 12:35:01 1 0.07 0.00 0.02 0.00 0.00 99.92 12:55:14 12:35:01 2 1.82 0.00 0.03 0.00 0.02 98.13 12:55:14 12:35:01 3 0.03 0.00 0.00 0.03 0.02 99.92 12:55:14 12:35:01 4 0.10 0.00 0.00 0.00 0.03 99.87 12:55:14 12:35:01 5 0.02 0.00 0.02 0.02 0.02 99.93 12:55:14 12:35:01 6 0.00 0.00 0.00 0.00 0.02 99.98 12:55:14 12:35:01 7 0.03 0.00 0.03 0.00 0.02 99.92 12:55:14 12:36:01 all 0.04 0.00 0.01 0.00 0.01 99.93 12:55:14 12:36:01 0 0.03 0.00 0.00 0.00 0.02 99.95 12:55:14 12:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 12:55:14 12:36:01 2 0.15 0.00 0.00 0.00 0.02 99.83 12:55:14 12:36:01 3 0.03 0.00 0.05 0.00 0.02 99.90 12:55:14 12:36:01 4 0.05 0.00 0.02 0.00 0.03 99.90 12:55:14 12:36:01 5 0.03 0.00 0.02 0.02 0.03 99.90 12:55:14 12:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:55:14 12:36:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:55:14 12:37:01 all 0.02 0.00 0.02 0.00 0.01 99.94 12:55:14 12:37:01 0 0.07 0.00 0.03 0.00 0.02 99.88 12:55:14 12:37:01 1 0.03 0.00 0.00 0.00 0.00 99.97 12:55:14 12:37:01 2 0.00 0.00 0.03 0.00 0.02 99.95 12:55:14 12:37:01 3 0.00 0.00 0.02 0.02 0.02 99.95 12:55:14 12:37:01 4 0.03 0.00 0.03 0.00 0.03 99.90 12:55:14 12:37:01 5 0.02 0.00 0.02 0.00 0.02 99.95 12:55:14 12:37:01 6 0.03 0.00 0.00 0.02 0.00 99.95 12:55:14 12:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:55:14 12:55:14 12:37:01 CPU %user %nice %system %iowait %steal %idle 12:55:14 12:38:01 all 0.01 0.00 0.01 0.00 0.02 99.96 12:55:14 12:38:01 0 0.03 0.00 0.00 0.00 0.03 99.93 12:55:14 12:38:01 1 0.00 0.00 0.02 0.00 0.00 99.98 12:55:14 12:38:01 2 0.02 0.00 0.00 0.00 0.02 99.97 12:55:14 12:38:01 3 0.00 0.00 0.00 0.02 0.00 99.98 12:55:14 12:38:01 4 0.02 0.00 0.00 0.00 0.03 99.95 12:55:14 12:38:01 5 0.00 0.00 0.03 0.02 0.03 99.92 12:55:14 12:38:01 6 0.00 0.00 0.02 0.00 0.02 99.97 12:55:14 12:38:01 7 0.00 0.00 0.03 0.00 0.00 99.97 12:55:14 12:39:01 all 0.03 0.00 0.01 0.00 0.01 99.94 12:55:14 12:39:01 0 0.03 0.00 0.00 0.00 0.02 99.95 12:55:14 12:39:01 1 0.05 0.00 0.00 0.00 0.00 99.95 12:55:14 12:39:01 2 0.05 0.00 0.03 0.00 0.02 99.90 12:55:14 12:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 12:55:14 12:39:01 4 0.05 0.00 0.03 0.00 0.03 99.88 12:55:14 12:39:01 5 0.02 0.00 0.00 0.02 0.03 99.93 12:55:14 12:39:01 6 0.03 0.00 0.00 0.00 0.02 99.95 12:55:14 12:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 12:55:14 12:40:01 all 0.01 0.00 0.02 0.01 0.01 99.95 12:55:14 12:40:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:55:14 12:40:01 1 0.00 0.00 0.02 0.00 0.00 99.98 12:55:14 12:40:01 2 0.02 0.00 0.00 0.00 0.02 99.97 12:55:14 12:40:01 3 0.00 0.00 0.02 0.03 0.02 99.93 12:55:14 12:40:01 4 0.00 0.00 0.03 0.00 0.02 99.95 12:55:14 12:40:01 5 0.00 0.00 0.02 0.02 0.02 99.95 12:55:14 12:40:01 6 0.03 0.00 0.02 0.00 0.02 99.93 12:55:14 12:40:01 7 0.00 0.00 0.02 0.00 0.02 99.97 12:55:14 12:41:01 all 0.03 0.00 0.01 0.00 0.02 99.94 12:55:14 12:41:01 0 0.05 0.00 0.02 0.00 0.02 99.92 12:55:14 12:41:01 1 0.03 0.00 0.00 0.00 0.02 99.95 12:55:14 12:41:01 2 0.03 0.00 0.03 0.00 0.03 99.90 12:55:14 12:41:01 3 0.03 0.00 0.00 0.00 0.00 99.97 12:55:14 12:41:01 4 0.00 0.00 0.02 0.00 0.03 99.95 12:55:14 12:41:01 5 0.07 0.00 0.02 0.02 0.02 99.88 12:55:14 12:41:01 6 0.00 0.00 0.02 0.00 0.02 99.97 12:55:14 12:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:55:14 12:42:01 all 0.02 0.00 0.01 0.00 0.01 99.95 12:55:14 12:42:01 0 0.02 0.00 0.00 0.00 0.02 99.97 12:55:14 12:42:01 1 0.02 0.00 0.03 0.00 0.00 99.95 12:55:14 12:42:01 2 0.05 0.00 0.02 0.00 0.02 99.92 12:55:14 12:42:01 3 0.00 0.00 0.02 0.02 0.00 99.97 12:55:14 12:42:01 4 0.03 0.00 0.02 0.00 0.03 99.92 12:55:14 12:42:01 5 0.00 0.00 0.00 0.02 0.00 99.98 12:55:14 12:42:01 6 0.02 0.00 0.02 0.00 0.03 99.93 12:55:14 12:42:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:55:14 12:43:01 all 0.04 0.00 0.02 0.00 0.01 99.94 12:55:14 12:43:01 0 0.05 0.00 0.00 0.00 0.02 99.93 12:55:14 12:43:01 1 0.05 0.00 0.00 0.00 0.00 99.95 12:55:14 12:43:01 2 0.05 0.00 0.00 0.00 0.00 99.95 12:55:14 12:43:01 3 0.03 0.00 0.02 0.00 0.02 99.93 12:55:14 12:43:01 4 0.05 0.00 0.05 0.00 0.02 99.88 12:55:14 12:43:01 5 0.03 0.00 0.03 0.02 0.02 99.90 12:55:14 12:43:01 6 0.02 0.00 0.03 0.00 0.02 99.93 12:55:14 12:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 12:55:14 12:44:01 all 0.11 0.00 0.02 0.00 0.01 99.85 12:55:14 12:44:01 0 0.05 0.00 0.02 0.00 0.02 99.92 12:55:14 12:44:01 1 0.02 0.00 0.00 0.00 0.00 99.98 12:55:14 12:44:01 2 0.75 0.00 0.02 0.00 0.02 99.22 12:55:14 12:44:01 3 0.03 0.00 0.03 0.02 0.02 99.90 12:55:14 12:44:01 4 0.05 0.00 0.05 0.00 0.03 99.87 12:55:14 12:44:01 5 0.00 0.00 0.00 0.02 0.00 99.98 12:55:14 12:44:01 6 0.00 0.00 0.03 0.00 0.02 99.95 12:55:14 12:44:01 7 0.02 0.00 0.02 0.00 0.00 99.97 12:55:14 12:45:01 all 0.03 0.00 0.01 0.00 0.01 99.95 12:55:14 12:45:01 0 0.05 0.00 0.05 0.00 0.02 99.88 12:55:14 12:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 12:55:14 12:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 12:55:14 12:45:01 3 0.02 0.00 0.00 0.02 0.00 99.97 12:55:14 12:45:01 4 0.03 0.00 0.03 0.00 0.02 99.92 12:55:14 12:45:01 5 0.03 0.00 0.03 0.00 0.02 99.92 12:55:14 12:45:01 6 0.03 0.00 0.00 0.00 0.02 99.95 12:55:14 12:45:01 7 0.00 0.00 0.00 0.00 0.02 99.98 12:55:14 12:46:01 all 0.01 0.00 0.01 0.00 0.02 99.95 12:55:14 12:46:01 0 0.08 0.00 0.02 0.00 0.02 99.88 12:55:14 12:46:01 1 0.02 0.00 0.02 0.00 0.02 99.95 12:55:14 12:46:01 2 0.02 0.00 0.02 0.00 0.03 99.93 12:55:14 12:46:01 3 0.00 0.00 0.00 0.00 0.02 99.98 12:55:14 12:46:01 4 0.00 0.00 0.03 0.00 0.03 99.93 12:55:14 12:46:01 5 0.00 0.00 0.00 0.02 0.02 99.97 12:55:14 12:46:01 6 0.00 0.00 0.02 0.00 0.03 99.95 12:55:14 12:46:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:55:14 12:47:01 all 0.01 0.00 0.02 0.00 0.01 99.95 12:55:14 12:47:01 0 0.05 0.00 0.02 0.00 0.03 99.90 12:55:14 12:47:01 1 0.00 0.00 0.02 0.00 0.00 99.98 12:55:14 12:47:01 2 0.03 0.00 0.02 0.00 0.00 99.95 12:55:14 12:47:01 3 0.00 0.00 0.02 0.02 0.00 99.97 12:55:14 12:47:01 4 0.02 0.00 0.03 0.00 0.03 99.92 12:55:14 12:47:01 5 0.00 0.00 0.00 0.02 0.00 99.98 12:55:14 12:47:01 6 0.02 0.00 0.02 0.00 0.02 99.95 12:55:14 12:47:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:55:14 12:48:01 all 0.03 0.00 0.02 0.00 0.02 99.93 12:55:14 12:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 12:55:14 12:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 12:55:14 12:48:01 2 0.05 0.00 0.03 0.00 0.02 99.90 12:55:14 12:48:01 3 0.02 0.00 0.00 0.02 0.02 99.95 12:55:14 12:48:01 4 0.08 0.00 0.07 0.00 0.05 99.80 12:55:14 12:48:01 5 0.00 0.00 0.02 0.02 0.02 99.95 12:55:14 12:48:01 6 0.00 0.00 0.02 0.00 0.03 99.95 12:55:14 12:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:55:14 12:55:14 12:48:01 CPU %user %nice %system %iowait %steal %idle 12:55:14 12:49:01 all 0.02 0.00 0.01 0.00 0.01 99.96 12:55:14 12:49:01 0 0.05 0.00 0.02 0.00 0.02 99.92 12:55:14 12:49:01 1 0.02 0.00 0.00 0.00 0.00 99.98 12:55:14 12:49:01 2 0.05 0.00 0.02 0.00 0.02 99.92 12:55:14 12:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 12:55:14 12:49:01 4 0.02 0.00 0.02 0.00 0.02 99.95 12:55:14 12:49:01 5 0.00 0.00 0.02 0.02 0.00 99.97 12:55:14 12:49:01 6 0.02 0.00 0.02 0.00 0.02 99.95 12:55:14 12:49:01 7 0.02 0.00 0.02 0.00 0.00 99.97 12:55:14 12:50:01 all 0.05 0.00 0.01 0.01 0.01 99.92 12:55:14 12:50:01 0 0.07 0.00 0.00 0.00 0.02 99.92 12:55:14 12:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 12:55:14 12:50:01 2 0.17 0.00 0.02 0.00 0.02 99.80 12:55:14 12:50:01 3 0.02 0.00 0.02 0.05 0.00 99.92 12:55:14 12:50:01 4 0.03 0.00 0.00 0.00 0.03 99.93 12:55:14 12:50:01 5 0.02 0.00 0.00 0.02 0.02 99.95 12:55:14 12:50:01 6 0.03 0.00 0.03 0.00 0.02 99.92 12:55:14 12:50:01 7 0.02 0.00 0.03 0.00 0.02 99.93 12:55:14 12:51:01 all 0.26 0.00 0.01 0.00 0.01 99.72 12:55:14 12:51:01 0 0.05 0.00 0.02 0.00 0.02 99.92 12:55:14 12:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 12:55:14 12:51:01 2 1.97 0.00 0.00 0.00 0.00 98.03 12:55:14 12:51:01 3 0.00 0.00 0.00 0.00 0.02 99.98 12:55:14 12:51:01 4 0.00 0.00 0.02 0.00 0.02 99.97 12:55:14 12:51:01 5 0.02 0.00 0.00 0.02 0.00 99.97 12:55:14 12:51:01 6 0.02 0.00 0.00 0.00 0.02 99.97 12:55:14 12:51:01 7 0.03 0.00 0.02 0.00 0.00 99.95 12:55:14 12:52:01 all 0.28 0.00 0.02 0.00 0.01 99.69 12:55:14 12:52:01 0 0.07 0.00 0.03 0.00 0.02 99.88 12:55:14 12:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 12:55:14 12:52:01 2 1.99 0.00 0.00 0.00 0.02 98.00 12:55:14 12:52:01 3 0.00 0.00 0.00 0.02 0.00 99.98 12:55:14 12:52:01 4 0.07 0.00 0.05 0.00 0.03 99.85 12:55:14 12:52:01 5 0.02 0.00 0.00 0.02 0.02 99.95 12:55:14 12:52:01 6 0.03 0.00 0.02 0.00 0.02 99.93 12:55:14 12:52:01 7 0.03 0.00 0.02 0.00 0.00 99.95 12:55:14 12:53:01 all 0.26 0.00 0.02 0.00 0.01 99.71 12:55:14 12:53:01 0 0.03 0.00 0.02 0.00 0.02 99.93 12:55:14 12:53:01 1 0.00 0.00 0.02 0.00 0.00 99.98 12:55:14 12:53:01 2 1.97 0.00 0.02 0.00 0.00 98.01 12:55:14 12:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 12:55:14 12:53:01 4 0.03 0.00 0.05 0.00 0.03 99.88 12:55:14 12:53:01 5 0.00 0.00 0.00 0.02 0.00 99.98 12:55:14 12:53:01 6 0.03 0.00 0.02 0.00 0.02 99.93 12:55:14 12:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 12:55:14 12:54:01 all 3.02 0.00 1.49 0.43 0.03 95.02 12:55:14 12:54:01 0 2.97 0.00 1.39 0.00 0.03 95.61 12:55:14 12:54:01 1 2.94 0.00 1.46 0.00 0.02 95.59 12:55:14 12:54:01 2 4.83 0.00 1.77 0.02 0.03 93.36 12:55:14 12:54:01 3 2.85 0.00 1.62 0.52 0.02 94.99 12:55:14 12:54:01 4 2.15 0.00 2.03 0.02 0.05 95.76 12:55:14 12:54:01 5 2.75 0.00 1.34 2.90 0.05 92.96 12:55:14 12:54:01 6 2.53 0.00 1.12 0.03 0.02 96.29 12:55:14 12:54:01 7 3.16 0.00 1.20 0.00 0.02 95.62 12:55:14 12:55:01 all 9.06 0.00 4.30 1.79 0.07 84.78 12:55:14 12:55:01 0 8.93 0.00 4.55 0.30 0.08 86.13 12:55:14 12:55:01 1 9.30 0.00 3.55 0.24 0.07 86.85 12:55:14 12:55:01 2 11.14 0.00 5.04 5.61 0.10 78.10 12:55:14 12:55:01 3 10.32 0.00 4.64 0.77 0.07 84.20 12:55:14 12:55:01 4 9.59 0.00 4.99 3.15 0.05 82.22 12:55:14 12:55:01 5 10.09 0.00 3.93 2.45 0.07 83.46 12:55:14 12:55:01 6 5.65 0.00 3.50 1.76 0.07 89.02 12:55:14 12:55:01 7 7.46 0.00 4.17 0.12 0.07 88.19 12:55:14 Average: all 8.69 0.00 1.59 1.10 0.03 88.58 12:55:14 Average: 0 8.96 0.00 1.62 1.01 0.04 88.37 12:55:14 Average: 1 8.65 0.00 1.48 0.68 0.03 89.17 12:55:14 Average: 2 8.87 0.00 1.54 0.77 0.03 88.79 12:55:14 Average: 3 8.56 0.00 1.59 1.42 0.03 88.40 12:55:14 Average: 4 8.78 0.00 1.66 1.21 0.04 88.31 12:55:14 Average: 5 8.57 0.00 1.64 1.38 0.04 88.38 12:55:14 Average: 6 8.47 0.00 1.56 1.66 0.03 88.28 12:55:14 Average: 7 8.66 0.00 1.68 0.67 0.03 88.96 12:55:14 12:55:14 12:55:14