Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 84b1577d40627d977bd4db100cd0bf9cd2012f29 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-ssh9811308101707916073.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh16681911175596499318.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 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh8747578689730030463.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > 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-ssh14064819974020823160.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-ssh2638785583528879449.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], goVersion:1.25] ========================================================= [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.25 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 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 Running on prd-ubuntu20.04-docker-8c-8g-3512 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/960 [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/960 # 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 84b1577d40627d977bd4db100cd0bf9cd2012f29 (main) Commit message: "Merge pull request #5381 from jinlinGuan/reading-refactor" > 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 84b1577d40627d977bd4db100cd0bf9cd2012f29 # timeout=10 > git rev-list --no-walk d201cfcc8bde1a7d3b5c881c1cd0d106fb9bdd51 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:51:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:51:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:51:27 ========================================================= 02:51:27 EdgeX Global Pipelines Version Info 02:51:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:51:28 ------------------- 02:51:28 stable info: 02:51:28 ------------------- 02:51:28 Commited By: Cherry Wang cherry@iotechsys.com 02:51:28 Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 02:51:28 Message: update stable to v1.0.278 02:51:29 ------------------- 02:51:29 experimental info: 02:51:29 ------------------- 02:51:29 Commited By: **** collab-it+edgex@linuxfoundation.org 02:51:29 Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 02:51:29 Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 84b1577 [Pipeline] echo 02:51:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:51:29 provisioning config files... 02:51:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/960@tmp/config8975267303937518562tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:51:30 ---> ****-login.sh 02:51:30 nexus3.edgexfoundry.org:10001 02:51:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:51:30 02:51:30 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:51:30 Configure a credential helper to remove this warning. See 02:51:30 https://docs.****.com/go/credential-store/ 02:51:30 02:51:30 Login Succeeded 02:51:30 nexus3.edgexfoundry.org:10002 02:51:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:51:30 02:51:30 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:51:30 Configure a credential helper to remove this warning. See 02:51:30 https://docs.****.com/go/credential-store/ 02:51:30 02:51:30 Login Succeeded 02:51:30 nexus3.edgexfoundry.org:10003 02:51:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:51:30 02:51:30 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:51:30 Configure a credential helper to remove this warning. See 02:51:30 https://docs.****.com/go/credential-store/ 02:51:30 02:51:30 Login Succeeded 02:51:30 nexus3.edgexfoundry.org:10004 02:51:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:51:30 02:51:30 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:51:30 Configure a credential helper to remove this warning. See 02:51:30 https://docs.****.com/go/credential-store/ 02:51:30 02:51:30 Login Succeeded 02:51:30 ****.io 02:51:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:51:30 02:51:30 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:51:30 Configure a credential helper to remove this warning. See 02:51:30 https://docs.****.com/go/credential-store/ 02:51:30 02:51:30 Login Succeeded 02:51:30 ---> ****-login.sh ends [Pipeline] } 02:51:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:51:31 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 02:51:31 + dirname cmd/core-command/Dockerfile 02:51:31 + cut -d/ -f2 02:51:31 + echo core-command,cmd/core-command/Dockerfile 02:51:31 + + cut -d/ -f2 02:51:31 dirname cmd/core-common-config-bootstrapper/Dockerfile 02:51:31 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 02:51:31 + + cut -d/ -f2 02:51:31 dirname cmd/core-data/Dockerfile 02:51:31 + echo core-data,cmd/core-data/Dockerfile 02:51:31 + + dirname cmd/core-keeper/Dockerfilecut 02:51:31 -d/ -f2 02:51:31 + echo core-keeper,cmd/core-keeper/Dockerfile 02:51:31 + + dirname cmd/core-metadata/Dockerfile 02:51:31 cut -d/ -f2 02:51:31 + echo core-metadata,cmd/core-metadata/Dockerfile 02:51:31 + dirname cmd/security-bootstrapper/Dockerfile 02:51:31 + cut -d/ -f2 02:51:31 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:51:31 + dirname cmd/security-proxy-auth/Dockerfile 02:51:31 + cut -d/ -f2 02:51:31 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 02:51:31 + dirname cmd/security-proxy-setup/Dockerfile 02:51:31 + cut -d/ -f2 02:51:31 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:51:31 + dirname cmd/security-secretstore-setup/Dockerfile 02:51:31 + cut -d/ -f2 02:51:31 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:51:31 + dirname cmd/security-spiffe-token-provider/Dockerfile 02:51:31 + cut -d/ -f2 02:51:31 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 02:51:31 + dirname cmd/security-spire-agent/Dockerfile 02:51:31 + cut -d/ -f2 02:51:31 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 02:51:31 + dirname cmd/security-spire-config/Dockerfile 02:51:31 + cut -d/ -f2 02:51:31 + echo security-spire-config,cmd/security-spire-config/Dockerfile 02:51:31 + dirname cmd/security-spire-server/Dockerfile 02:51:31 + cut -d/ -f2 02:51:31 + echo security-spire-server,cmd/security-spire-server/Dockerfile 02:51:31 + dirname cmd/support-notifications/Dockerfile 02:51:31 + cut -d/ -f2 02:51:31 + echo support-notifications,cmd/support-notifications/Dockerfile 02:51:31 + dirname cmd/support-scheduler/Dockerfile 02:51:31 + cut -d/ -f2 02:51:31 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 02:51:31 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:51:31 + git rev-list -1 --merges 84b1577d40627d977bd4db100cd0bf9cd2012f29~1..84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 02:51:31 -----------> git rev-list -1 --merges 84b1577d40627d977bd4db100cd0bf9cd2012f29~1..84b1577d40627d977bd4db100cd0bf9cd2012f29 84b1577d40627d977bd4db100cd0bf9cd2012f29 02:51:31 84b1577d40627d977bd4db100cd0bf9cd2012f29 [false] [Pipeline] sh 02:51:31 + git log --format=format:%s -1 84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 02:51:31 ========================================================= 02:51:31 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:51:31 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 02:51:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:51:32 + grep -v github /etc/ssh/ssh_known_hosts 02:51:32 + [ -e /tmp/ssh_known_hosts ] 02:51:32 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:51:32 + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:51:32 sudo tee -a /etc/ssh/ssh_known_hosts 02:51:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:51:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:51:32 02:51:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:51:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:51:33 0.1.4: Pulling from edgex-devops/py-git-semver 02:51:33 3dae71ba6b94: Pulling fs layer 02:51:33 6bf1a483ea7c: Pulling fs layer 02:51:33 f5dfc541a4d3: Pulling fs layer 02:51:33 461d9e800cba: Pulling fs layer 02:51:33 80192f66455f: Pulling fs layer 02:51:33 2e8e34ca0e6c: Pulling fs layer 02:51:33 a29436f7fd5d: Pulling fs layer 02:51:33 923cac83aea3: Pulling fs layer 02:51:33 25ad8b0a4227: Pulling fs layer 02:51:33 db01528c6b51: Pulling fs layer 02:51:33 28988de357af: Pulling fs layer 02:51:33 a29436f7fd5d: Waiting 02:51:33 923cac83aea3: Waiting 02:51:33 25ad8b0a4227: Waiting 02:51:33 db01528c6b51: Waiting 02:51:33 28988de357af: Waiting 02:51:33 461d9e800cba: Waiting 02:51:33 80192f66455f: Waiting 02:51:33 2e8e34ca0e6c: Waiting 02:51:33 6bf1a483ea7c: Verifying Checksum 02:51:33 6bf1a483ea7c: Download complete 02:51:33 461d9e800cba: Download complete 02:51:33 80192f66455f: Verifying Checksum 02:51:33 80192f66455f: Download complete 02:51:33 f5dfc541a4d3: Verifying Checksum 02:51:33 f5dfc541a4d3: Download complete 02:51:33 3dae71ba6b94: Download complete 02:51:33 923cac83aea3: Download complete 02:51:33 25ad8b0a4227: Verifying Checksum 02:51:33 25ad8b0a4227: Download complete 02:51:33 db01528c6b51: Verifying Checksum 02:51:33 db01528c6b51: Download complete 02:51:33 28988de357af: Verifying Checksum 02:51:33 28988de357af: Download complete 02:51:33 a29436f7fd5d: Verifying Checksum 02:51:33 a29436f7fd5d: Download complete 02:51:33 2e8e34ca0e6c: Verifying Checksum 02:51:33 2e8e34ca0e6c: Download complete 02:51:34 3dae71ba6b94: Pull complete 02:51:35 6bf1a483ea7c: Pull complete 02:51:35 f5dfc541a4d3: Pull complete 02:51:35 461d9e800cba: Pull complete 02:51:35 80192f66455f: Pull complete 02:51:40 2e8e34ca0e6c: Pull complete 02:51:40 a29436f7fd5d: Pull complete 02:51:40 923cac83aea3: Pull complete 02:51:40 25ad8b0a4227: Pull complete 02:51:40 db01528c6b51: Pull complete 02:51:40 28988de357af: Pull complete 02:51:40 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 02:51:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:51:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:51:40 prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container 02:51:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/960 -v /w/workspace/edgex-go/960:/w/workspace/edgex-go/960:rw,z -v /w/workspace/edgex-go/960@tmp:/w/workspace/edgex-go/960@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 02:51:42 $ docker top e84a8e316f3ffcf8ff5675b5176f17dfacfe3085e779351349ab2fdd0a31ec4a -eo pid,comm 02:51:42 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:51:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:51:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:51:42 [ssh-agent] Looking for ssh-agent implementation... 02:51:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:51:42 $ docker exec e84a8e316f3ffcf8ff5675b5176f17dfacfe3085e779351349ab2fdd0a31ec4a ssh-agent 02:51:42 SSH_AUTH_SOCK=/tmp/ssh-7qHG3aAp229Z/agent.32 02:51:42 SSH_AGENT_PID=38 02:51:42 Running ssh-add (command line suppressed) 02:51:42 Identity added: /w/workspace/edgex-go/960@tmp/private_key_4427362417931579714.key (/w/workspace/edgex-go/960@tmp/private_key_4427362417931579714.key) 02:51:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:51:43 + git config --global --add safe.directory /w/workspace/edgex-go/960 [Pipeline] sh 02:51:43 + git tag --points-at HEAD [Pipeline] } 02:51:43 $ docker exec --env ******** --env ******** e84a8e316f3ffcf8ff5675b5176f17dfacfe3085e779351349ab2fdd0a31ec4a ssh-agent -k 02:51:43 unset SSH_AUTH_SOCK; 02:51:43 unset SSH_AGENT_PID; 02:51:43 echo Agent pid 38 killed; 02:51:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:51:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:51:43 [ssh-agent] Looking for ssh-agent implementation... 02:51:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:51:43 $ docker exec e84a8e316f3ffcf8ff5675b5176f17dfacfe3085e779351349ab2fdd0a31ec4a ssh-agent 02:51:43 SSH_AUTH_SOCK=/tmp/ssh-OAmJ0p5r82Fe/agent.86 02:51:43 SSH_AGENT_PID=92 02:51:43 Running ssh-add (command line suppressed) 02:51:44 Identity added: /w/workspace/edgex-go/960@tmp/private_key_8490218363000820664.key (/w/workspace/edgex-go/960@tmp/private_key_8490218363000820664.key) 02:51:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:51:44 + git semver init 02:51:44 2026-03-16 02:51:44,536 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:51:44 2026-03-16 02:51:44,539 [run_init] DEBUG init version:0.0.0 force:False 02:51:44 2026-03-16 02:51:44,540 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/960/.semver 02:51:44 2026-03-16 02:51:44,540 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/960/.semver 02:51:44 2026-03-16 02:51:44,541 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/960/.semver'], cwd=/w/workspace/edgex-go/960, stdin=None, shell=False, universal_newlines=False) 02:51:49 2026-03-16 02:51:49,127 [append_file] DEBUG append to file:/w/workspace/edgex-go/960/.git/info/exclude 02:51:49 2026-03-16 02:51:49,128 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/960/.semver/main with force:False 02:51:49 2026-03-16 02:51:49,128 [read_version] DEBUG read version from /w/workspace/edgex-go/960/.semver/main 02:51:49 2026-03-16 02:51:49,128 [read_version] DEBUG read version from /w/workspace/edgex-go/960/.semver/main 02:51:49 4.1.0-dev.103 [Pipeline] } 02:51:49 $ docker exec --env ******** --env ******** e84a8e316f3ffcf8ff5675b5176f17dfacfe3085e779351349ab2fdd0a31ec4a ssh-agent -k 02:51:49 unset SSH_AUTH_SOCK; 02:51:49 unset SSH_AGENT_PID; 02:51:49 echo Agent pid 92 killed; 02:51:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:51:50 + git semver [Pipeline] } 02:51:50 $ docker stop --time=1 e84a8e316f3ffcf8ff5675b5176f17dfacfe3085e779351349ab2fdd0a31ec4a 02:51:51 $ docker rm -f --volumes e84a8e316f3ffcf8ff5675b5176f17dfacfe3085e779351349ab2fdd0a31ec4a [Pipeline] // withDockerContainer [Pipeline] sh 02:51:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:51:52 Stashed 1 file(s) [Pipeline] echo 02:51:52 [edgeXSemver]: initialized semver on version 4.1.0-dev.103 [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 02:51:52 + git config --global --add safe.directory /w/workspace/edgex-go/960 [Pipeline] echo 02:51:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:51:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:51:52 ========================================================= 02:51:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 02:51:52 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:51:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 02:51:53 1.25-alpine: Pulling from edgex-devops/edgex-golang-base 02:51:53 2d35ebdb57d9: Pulling fs layer 02:51:53 c35fb4624d26: Pulling fs layer 02:51:53 4e2aec7ef170: Pulling fs layer 02:51:53 333b49ad6fbf: Pulling fs layer 02:51:53 4f4fb700ef54: Pulling fs layer 02:51:53 333b49ad6fbf: Waiting 02:51:53 c3e65509a76b: Pulling fs layer 02:51:53 4f4fb700ef54: Waiting 02:51:53 c3e65509a76b: Waiting 02:51:53 7cf9ebb963bd: Pulling fs layer 02:51:53 bb34ca984cfb: Pulling fs layer 02:51:53 151cf03bc807: Pulling fs layer 02:51:53 bb34ca984cfb: Waiting 02:51:53 7cf9ebb963bd: Waiting 02:51:53 151cf03bc807: Waiting 02:51:53 c35fb4624d26: Verifying Checksum 02:51:53 c35fb4624d26: Download complete 02:51:53 333b49ad6fbf: Verifying Checksum 02:51:53 333b49ad6fbf: Download complete 02:51:53 4f4fb700ef54: Verifying Checksum 02:51:53 4f4fb700ef54: Download complete 02:51:53 c3e65509a76b: Download complete 02:51:53 2d35ebdb57d9: Verifying Checksum 02:51:53 2d35ebdb57d9: Download complete 02:51:53 2d35ebdb57d9: Pull complete 02:51:53 7cf9ebb963bd: Verifying Checksum 02:51:53 7cf9ebb963bd: Download complete 02:51:53 c35fb4624d26: Pull complete 02:51:53 4e2aec7ef170: Download complete 02:51:53 151cf03bc807: Verifying Checksum 02:51:53 151cf03bc807: Download complete 02:51:54 bb34ca984cfb: Verifying Checksum 02:51:54 bb34ca984cfb: Download complete 02:51:59 4e2aec7ef170: Pull complete 02:51:59 333b49ad6fbf: Pull complete 02:51:59 4f4fb700ef54: Pull complete 02:51:59 c3e65509a76b: Pull complete 02:51:59 7cf9ebb963bd: Pull complete 02:52:02 bb34ca984cfb: Pull complete 02:52:02 151cf03bc807: Pull complete 02:52:02 Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 02:52:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 02:52:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh 02:52:03 + + docker build -t ci-base-image-x86_64 -f -echo . FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 02:52:03 WORKDIR /edgex 02:52:03 COPY go.mod . 02:52:03 RUN go mod download 02:52:03 02:52:03 #0 building with "default" instance using docker driver 02:52:03 02:52:03 #1 [internal] load build definition from Dockerfile 02:52:03 #1 transferring dockerfile: 164B done 02:52:03 #1 DONE 0.0s 02:52:03 02:52:03 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 02:52:03 #2 DONE 0.0s 02:52:03 02:52:03 #3 [internal] load .dockerignore 02:52:03 #3 transferring context: 50B done 02:52:03 #3 DONE 0.0s 02:52:03 02:52:03 #4 [internal] load build context 02:52:03 #4 transferring context: 7.07kB done 02:52:03 #4 DONE 0.0s 02:52:03 02:52:03 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 02:52:03 #5 DONE 0.1s 02:52:04 02:52:04 #6 [2/4] WORKDIR /edgex 02:52:05 #6 DONE 1.4s 02:52:05 02:52:05 #7 [3/4] COPY go.mod . 02:52:05 #7 DONE 0.0s 02:52:05 02:52:05 #8 [4/4] RUN go mod download 02:52:07 Still waiting to schedule task 02:52:07 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 02:52:15 #8 DONE 9.2s 02:52:15 02:52:15 #9 exporting to image 02:52:15 #9 exporting layers 02:52:18 #9 exporting layers 3.5s done 02:52:18 #9 writing image sha256:e63caba3cbd982fe330c33dc13c5522592fd25390540aa47f7b38f9c4df25cef done 02:52:18 #9 naming to docker.io/library/ci-base-image-x86_64 done 02:52:18 #9 DONE 3.6s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:52:18 + docker inspect -f . ci-base-image-x86_64 02:52:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:52:18 prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container 02:52:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/960 -v /w/workspace/edgex-go/960:/w/workspace/edgex-go/960:rw,z -v /w/workspace/edgex-go/960@tmp:/w/workspace/edgex-go/960@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 02:52:18 $ docker top bdd09fd118e8d98ff36fe4797361e6cbef0e92efed8af28a652c087ac9d3cdff -eo pid,comm [Pipeline] { [Pipeline] sh 02:52:19 + go version 02:52:19 go version go1.25.2 linux/amd64 [Pipeline] } 02:52:19 $ docker stop --time=1 bdd09fd118e8d98ff36fe4797361e6cbef0e92efed8af28a652c087ac9d3cdff 02:52:20 $ docker rm -f --volumes bdd09fd118e8d98ff36fe4797361e6cbef0e92efed8af28a652c087ac9d3cdff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:52:20 + docker inspect -f . ci-base-image-x86_64 02:52:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:52:20 prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container 02:52:20 $ 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/960 -v /w/workspace/edgex-go/960:/w/workspace/edgex-go/960:rw,z -v /w/workspace/edgex-go/960@tmp:/w/workspace/edgex-go/960@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 02:52:21 $ docker top 2d6e043408c52b44317efbda0ccdfaad7c982eb616b47c5f8743f76f16e378ed -eo pid,comm [Pipeline] { [Pipeline] echo 02:52:21 ========================================================= 02:52:21 [edgeXBuildGoParallel] Running Tests and Build... 02:52:21 ========================================================= [Pipeline] sh 02:52:21 + git config --global --add safe.directory /w/workspace/edgex-go/960 [Pipeline] fileExists [Pipeline] sh 02:52:21 + make test 02:52:21 go test -race -coverprofile=coverage.out ./... 02:52:29 ? github.com/edgexfoundry/edgex-go [no test files] 02:52:56 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 02:52:56 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 02:52:56 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 02:52:56 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 02:52:56 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 02:52:57 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 02:52:57 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 02:52:57 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 02:52:57 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 02:52:57 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 02:52:57 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 02:52:57 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 02:52:57 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 02:52:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:52:57 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 02:52:57 github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements 02:52:57 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 02:52:57 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 02:53:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements 02:53:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.057s coverage: 69.4% of statements 02:53:04 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 02:53:04 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.028s coverage: 4.8% of statements 02:53:04 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 02:53:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.083s coverage: 57.3% of statements 02:53:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.026s coverage: 86.5% of statements 02:53:04 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 02:53:04 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 02:53:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.590s coverage: 94.2% of statements 02:53:07 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 02:53:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 02:53:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 02:53:07 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:53:07 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 02:53:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] 02:53:07 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 02:53:07 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 02:53:07 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 02:53:07 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 02:53:07 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 02:53:07 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.047s coverage: 90.7% of statements 02:53:07 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 02:53:07 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 02:53:07 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:53:07 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.028s coverage: 0.0% of statements 02:53:07 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 02:53:07 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 02:53:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.062s coverage: 8.2% of statements 02:53:07 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 02:53:07 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 02:53:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.474s coverage: 97.6% of statements 02:53:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 02:53:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 02:53:09 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:53:09 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 02:53:09 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 02:53:09 ok github.com/edgexfoundry/edgex-go/internal/io 1.028s coverage: 72.2% of statements 02:53:09 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 02:53:09 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 02:53:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:53:09 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 02:53:09 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 02:53:09 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 02:53:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:53:09 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 02:53:09 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 02:53:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] 02:53:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.054s coverage: 3.5% of statements 02:53:12 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements 02:53:12 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 02:53:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.054s coverage: 1.0% of statements 02:53:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 02:53:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.027s coverage: 38.2% of statements 02:53:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.034s coverage: 68.8% of statements 02:53:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 02:53:12 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 02:53:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 02:53:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.023s coverage: 40.0% of statements 02:53:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.020s coverage: 87.1% of statements 02:53:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.024s coverage: 89.5% of statements 02:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.834s coverage: 93.1% of statements 02:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.014s coverage: 87.5% of statements 02:53:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.039s coverage: 94.4% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.045s coverage: 92.9% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.024s coverage: 68.8% of statements 02:53:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.032s coverage: 62.3% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.031s coverage: 47.4% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.027s coverage: 87.2% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.016s coverage: 15.5% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.015s coverage: 100.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.059s coverage: 81.8% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.045s coverage: 82.1% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements 02:53:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.028s coverage: 6.8% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.028s coverage: 33.3% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.030s coverage: 100.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.149s coverage: 54.8% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.6% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.021s coverage: 100.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.023s coverage: 73.7% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.039s coverage: 20.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.031s coverage: 96.8% of statements 02:53:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 02:53:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.014s coverage: 100.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.110s coverage: 29.2% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 93.8% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 02:53:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.021s coverage: 3.1% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.023s coverage: 76.2% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.030s coverage: 54.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 02:53:32 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 02:53:38 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3514 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 02:53:38 Running in /w/workspace/edgex-go/960 [Pipeline] { [Pipeline] checkout 02:53:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.051s coverage: 17.1% of statements 02:53:39 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 02:53:39 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 02:53:39 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 02:53:39 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 02:53:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.098s coverage: 94.9% of statements 02:53:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 02:53:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 02:53:39 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:53:39 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 02:53:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.032s coverage: 9.0% of statements 02:53:39 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 02:53:39 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 02:53:39 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 02:53:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.067s coverage: 97.7% of statements 02:53:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 02:53:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.046s coverage: 47.1% of statements 02:53:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 02:53:39 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:53:39 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 02:53:39 running golangci-lint 02:53:39 golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z 02:53:39 go version go1.25.2 linux/amd64 02:53:39 level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" 02:53:39 level=info msg="[config_reader] Used config file .golangci.yml" 02:53:39 level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" 02:53:39 level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" 02:53:39 level=info msg="[goenv] Read go env for 3.829757ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" 02:53:39 level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" 02:53:42 The recommended git tool is: git 02:53:48 using credential edgex-jenkins-ssh 02:53:48 Cloning the remote Git repository 02:53:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:53:48 > git init /w/workspace/edgex-go/960 # timeout=10 02:53:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:53:48 > git --version # timeout=10 02:53:48 > git --version # 'git version 2.25.1' 02:53:48 using GIT_SSH to set credentials SSH Credentials for GitHub 02:53:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:54:05 level=info msg="[loader] Go packages loading at mode 8767 (compiled_files|deps|files|imports|exports_file|name|types_sizes) took 22.636852317s" 02:54:05 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 37.742735ms" 02:54:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:54:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:54:09 Avoid second fetch 02:54:09 Checking out Revision 84b1577d40627d977bd4db100cd0bf9cd2012f29 (main) 02:54:09 Commit message: "Merge pull request #5381 from jinlinGuan/reading-refactor" 02:54:09 > git config core.sparsecheckout # timeout=10 02:54:09 > git checkout -f 84b1577d40627d977bd4db100cd0bf9cd2012f29 # timeout=10 02:54:13 level=info msg="[linters_context/goanalysis] analyzers took 1m35.779520618s with top 10 stages: buildir: 55.957935313s, gosec: 2.889466358s, inspect: 2.635575093s, fact_deprecated: 2.255104403s, printf: 1.691182646s, fact_purity: 1.478990183s, ctrlflow: 1.359406299s, nilness: 1.306646673s, S1038: 1.152985045s, QF1004: 978.807093ms" 02:54:13 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" 02:54:13 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" 02:54:13 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" 02:54:13 level=info msg="[runner] Issues before processing: 35, after processing: 0" 02:54:13 level=info msg="[runner] Processors filtering stat (in/out): cgo: 35/35, generated_file_filter: 35/22, nolint_filter: 21/0, invalid_issue: 35/35, filename_unadjuster: 35/35, exclusion_rules: 22/21, path_relativity: 35/35, exclusion_paths: 35/35, path_absoluter: 35/35" 02:54:13 level=info msg="[runner] processing took 9.148818ms with stages: nolint_filter: 8.055887ms, generated_file_filter: 834.969µs, exclusion_rules: 123.932µs, exclusion_paths: 78.36µs, path_relativity: 38.54µs, cgo: 3.6µs, path_absoluter: 3.38µs, sort_results: 2.42µs, invalid_issue: 1.91µs, max_same_issues: 1.29µs, filename_unadjuster: 1.08µs, fixer: 920ns, diff: 560ns, uniq_by_line: 520ns, severity-rules: 380ns, path_prettifier: 280ns, source_code: 270ns, max_from_linter: 250ns, max_per_file_from_linter: 150ns, path_shortener: 120ns" 02:54:13 level=info msg="[runner] linters took 11.901988828s with stages: goanalysis_metalinter: 11.892742708s" 02:54:13 0 issues. 02:54:13 level=info msg="File cache stats: 0 entries of total size 0B" 02:54:13 level=info msg="Memory: 347 samples, avg is 345.6MB, max is 1548.9MB" 02:54:13 level=info msg="Execution took 34.583182239s" 02:54:13 go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:54:14 provisioning config files... 02:54:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/960@tmp/config642546426350504980tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:54:14 ---> ****-login.sh 02:54:14 nexus3.edgexfoundry.org:10001 02:54:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:54:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:54:15 Configure a credential helper to remove this warning. See 02:54:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:54:15 02:54:15 Login Succeeded 02:54:15 nexus3.edgexfoundry.org:10002 02:54:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:54:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:54:15 Configure a credential helper to remove this warning. See 02:54:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:54:15 02:54:15 Login Succeeded 02:54:15 nexus3.edgexfoundry.org:10003 02:54:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:54:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:54:16 Configure a credential helper to remove this warning. See 02:54:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:54:16 02:54:16 Login Succeeded 02:54:16 nexus3.edgexfoundry.org:10004 02:54:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:54:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:54:16 Configure a credential helper to remove this warning. See 02:54:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:54:16 02:54:16 Login Succeeded 02:54:16 ****.io 02:54:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:54:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:54:16 Configure a credential helper to remove this warning. See 02:54:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:54:16 02:54:16 Login Succeeded 02:54:16 ---> ****-login.sh ends [Pipeline] } 02:54:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 02:54:17 + git config --global --add safe.directory /w/workspace/edgex-go/960 [Pipeline] echo 02:54:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:54:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:54:17 ========================================================= 02:54:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] 02:54:17 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:54:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 02:54:18 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:54:18 6b59a28fa201: Pulling fs layer 02:54:18 d32bb0dddca7: Pulling fs layer 02:54:18 5dab1238d3d9: Pulling fs layer 02:54:18 196fd7d83e7d: Pulling fs layer 02:54:18 4f4fb700ef54: Pulling fs layer 02:54:18 8ba94037c8f0: Pulling fs layer 02:54:18 deaec5988b04: Pulling fs layer 02:54:18 9f65657bb879: Pulling fs layer 02:54:18 8ba94037c8f0: Waiting 02:54:18 deaec5988b04: Waiting 02:54:18 9f65657bb879: Waiting 02:54:18 196fd7d83e7d: Waiting 02:54:18 4f4fb700ef54: Waiting 02:54:18 d32bb0dddca7: Verifying Checksum 02:54:18 d32bb0dddca7: Download complete 02:54:18 196fd7d83e7d: Verifying Checksum 02:54:18 196fd7d83e7d: Download complete 02:54:18 4f4fb700ef54: Verifying Checksum 02:54:18 4f4fb700ef54: Download complete 02:54:18 8ba94037c8f0: Verifying Checksum 02:54:18 8ba94037c8f0: Download complete 02:54:18 6b59a28fa201: Verifying Checksum 02:54:18 6b59a28fa201: Download complete 02:54:18 9f65657bb879: Verifying Checksum 02:54:18 9f65657bb879: Download complete 02:54:19 6b59a28fa201: Pull complete 02:54:19 d32bb0dddca7: Pull complete 02:54:19 5dab1238d3d9: Verifying Checksum 02:54:19 5dab1238d3d9: Download complete 02:54:21 deaec5988b04: Verifying Checksum 02:54:21 deaec5988b04: Download complete 02:54:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:54:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:54:21 ./bin/test-attribution-txt.sh [Pipeline] echo 02:54:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 02:54:22 + ls -al . 02:54:22 total 1392 02:54:22 drwxrwxr-x 11 1001 1001 4096 Mar 16 02:52 . 02:54:22 drwxr-xr-x 4 root root 4096 Mar 16 02:52 .. 02:54:22 drwxrwxr-x 2 1001 1001 4096 Mar 16 02:51 .blubracket 02:54:22 -rw-rw-r-- 1 1001 1001 10 Mar 16 02:51 .dockerignore 02:54:22 drwxrwxr-x 8 1001 1001 4096 Mar 16 02:53 .git 02:54:22 drwxrwxr-x 3 1001 1001 4096 Mar 16 02:51 .github 02:54:22 -rw-rw-r-- 1 1001 1001 909 Mar 16 02:51 .gitignore 02:54:22 -rw-rw-r-- 1 1001 1001 359 Mar 16 02:51 .golangci.yml 02:54:22 -rw-rw-r-- 1 1001 1001 100 Mar 16 02:51 .hadolint.yml 02:54:22 drwxr-xr-x 3 1001 1001 4096 Mar 16 02:51 .semver 02:54:22 -rw-rw-r-- 1 1001 1001 155 Mar 16 02:51 .sonarcloud.properties 02:54:22 -rw-rw-r-- 1 1001 1001 1171 Mar 16 02:51 ADOPTERS.md 02:54:22 -rw-rw-r-- 1 1001 1001 20143 Mar 16 02:51 Attribution.txt 02:54:22 -rw-rw-r-- 1 1001 1001 108018 Mar 16 02:51 CHANGELOG.md 02:54:22 -rw-rw-r-- 1 1001 1001 3804 Mar 16 02:51 CONTRIBUTING.md 02:54:22 -rw-rw-r-- 1 1001 1001 677 Mar 16 02:51 GOVERNANCE.md 02:54:22 -rw-rw-r-- 1 1001 1001 886 Mar 16 02:51 Jenkinsfile 02:54:22 -rw-rw-r-- 1 1001 1001 10775 Mar 16 02:51 LICENSE 02:54:22 -rw-rw-r-- 1 1001 1001 16743 Mar 16 02:51 Makefile 02:54:22 -rw-rw-r-- 1 1001 1001 582 Mar 16 02:51 OWNERS.md 02:54:22 -rw-rw-r-- 1 1001 1001 9932 Mar 16 02:51 README.md 02:54:22 -rw-rw-r-- 1 1001 1001 789 Mar 16 02:51 SECURITY.md 02:54:22 -rw-rw-r-- 1 1001 1001 13 Mar 16 02:51 VERSION 02:54:22 drwxrwxr-x 2 1001 1001 4096 Mar 16 02:51 bin 02:54:22 drwxrwxr-x 19 1001 1001 4096 Mar 16 02:51 cmd 02:54:22 -rw-r--r-- 1 root root 1044023 Mar 16 02:53 coverage.out 02:54:22 drwxrwxr-x 2 1001 1001 4096 Mar 16 02:51 fuzz_test 02:54:22 -rw-rw-r-- 1 1001 1001 7035 Mar 16 02:51 go.mod 02:54:22 -rw-rw-r-- 1 1001 1001 90889 Mar 16 02:51 go.sum 02:54:22 drwxrwxr-x 7 1001 1001 4096 Mar 16 02:51 internal 02:54:22 drwxrwxr-x 2 1001 1001 4096 Mar 16 02:51 openapi 02:54:22 -rw-rw-r-- 1 1001 1001 584 Mar 16 02:51 security.txt 02:54:22 -rw-rw-r-- 1 1001 1001 204 Mar 16 02:51 version.go [Pipeline] sh 02:54:22 + '[' -e coverage.out ] 02:54:22 + chown 1001:1001 coverage.out [Pipeline] stash 02:54:22 Stashed 1 file(s) [Pipeline] sh 02:54:23 + make build 02:54:23 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:54:34 5dab1238d3d9: Pull complete 02:54:34 196fd7d83e7d: Pull complete 02:54:34 4f4fb700ef54: Pull complete 02:54:34 8ba94037c8f0: Pull complete 02:54:44 deaec5988b04: Pull complete 02:54:45 9f65657bb879: Pull complete 02:54:45 Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 02:54:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 02:54:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh 02:54:46 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 02:54:46 WORKDIR /edgex 02:54:46 COPY go.mod . 02:54:46 RUN go mod download 02:54:46 + docker build -t ci-base-image-arm64 -f - . 02:54:47 Sending build context to Docker daemon 3.894MB 02:54:47 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 02:54:47 ---> 334268110677 02:54:47 Step 2/4 : WORKDIR /edgex 02:54:48 ---> Running in f65d45fdcb5e 02:54:48 Removing intermediate container f65d45fdcb5e 02:54:48 ---> 43dd7ec6570a 02:54:48 Step 3/4 : COPY go.mod . 02:54:49 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:54:49 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:54:49 ---> 515362c77d0c 02:54:49 Step 4/4 : RUN go mod download 02:54:49 ---> Running in 7cf3b70727f3 02:54:50 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:54:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:54:52 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:54:58 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:55:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:55:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:55:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:55:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:55:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:55:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 02:55:10 $ docker stop --time=1 2d6e043408c52b44317efbda0ccdfaad7c982eb616b47c5f8743f76f16e378ed 02:55:13 $ docker rm -f --volumes 2d6e043408c52b44317efbda0ccdfaad7c982eb616b47c5f8743f76f16e378ed [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 02:55:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:55:14 02:55:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:55:14 latest: Pulling from edgex-devops/edgex-compose 02:55:14 91d30c5bc195: Pulling fs layer 02:55:14 2e9b0aa3be6d: Pulling fs layer 02:55:14 9c61dcf015f6: Pulling fs layer 02:55:14 4698f68db338: Pulling fs layer 02:55:14 2a2f49069b9e: Pulling fs layer 02:55:14 e0025b399a48: Pulling fs layer 02:55:14 e0025b399a48: Waiting 02:55:14 4698f68db338: Waiting 02:55:14 2a2f49069b9e: Waiting 02:55:14 91d30c5bc195: Verifying Checksum 02:55:14 91d30c5bc195: Download complete 02:55:14 4698f68db338: Download complete 02:55:15 2e9b0aa3be6d: Verifying Checksum 02:55:15 2e9b0aa3be6d: Download complete 02:55:15 e0025b399a48: Verifying Checksum 02:55:15 e0025b399a48: Download complete 02:55:15 91d30c5bc195: Pull complete 02:55:15 2a2f49069b9e: Verifying Checksum 02:55:15 2a2f49069b9e: Download complete 02:55:15 2e9b0aa3be6d: Pull complete 02:55:15 9c61dcf015f6: Verifying Checksum 02:55:15 9c61dcf015f6: Download complete 02:55:19 9c61dcf015f6: Pull complete 02:55:19 4698f68db338: Pull complete 02:55:19 2a2f49069b9e: Pull complete 02:55:19 e0025b399a48: Pull complete 02:55:19 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 02:55:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:55:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:55:19 prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container 02:55:19 $ 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/960 -v /w/workspace/edgex-go/960:/w/workspace/edgex-go/960:rw,z -v /w/workspace/edgex-go/960@tmp:/w/workspace/edgex-go/960@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 02:55:20 $ docker top 0979f278e4a6eb84dc25f60a767e6a9673cf08368011d25df8475147232317d2 -eo pid,comm [Pipeline] { [Pipeline] sh 02:55:20 + docker compose -f ./docker-compose-build.yml build --parallel 02:55:20 #1 [security-proxy-setup internal] load build definition from Dockerfile 02:55:20 #1 transferring dockerfile: 2.50kB done 02:55:20 #1 DONE 0.0s 02:55:20 02:55:20 #2 [security-secretstore-setup internal] load build definition from Dockerfile 02:55:20 #2 transferring dockerfile: 2.49kB done 02:55:20 #2 DONE 0.0s 02:55:20 02:55:20 #3 [security-spire-server internal] load build definition from Dockerfile 02:55:20 #3 transferring dockerfile: 1.70kB done 02:55:20 #3 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 02:55:20 #3 DONE 0.1s 02:55:20 02:55:20 #4 [support-notifications internal] load build definition from Dockerfile 02:55:20 #4 transferring dockerfile: 2.02kB done 02:55:20 #4 DONE 0.1s 02:55:20 02:55:20 #5 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 02:55:20 #5 ... 02:55:20 02:55:20 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:55:20 #6 transferring dockerfile: 2.23kB done 02:55:20 #6 DONE 0.1s 02:55:20 02:55:20 #7 [security-bootstrapper internal] load build definition from Dockerfile 02:55:20 #7 transferring dockerfile: 3.02kB done 02:55:20 #7 DONE 0.1s 02:55:20 02:55:20 #8 [core-metadata internal] load build definition from Dockerfile 02:55:20 #8 transferring dockerfile: 2.10kB done 02:55:20 #8 DONE 0.1s 02:55:20 02:55:20 #9 [core-keeper internal] load build definition from Dockerfile 02:55:20 #9 transferring dockerfile: 2.07kB done 02:55:20 #9 DONE 0.1s 02:55:20 02:55:20 #10 [security-spire-agent internal] load build definition from Dockerfile 02:55:20 #10 transferring dockerfile: 1.81kB done 02:55:20 #10 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 02:55:20 #10 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 02:55:20 #10 DONE 0.1s 02:55:20 02:55:20 #11 [security-proxy-auth internal] load build definition from Dockerfile 02:55:20 #11 transferring dockerfile: 2.14kB done 02:55:20 #11 DONE 0.1s 02:55:20 02:55:20 #12 [core-data internal] load build definition from Dockerfile 02:55:20 #12 transferring dockerfile: 2.04kB done 02:55:20 #12 DONE 0.2s 02:55:20 02:55:20 #13 [core-command internal] load build definition from Dockerfile 02:55:20 #13 transferring dockerfile: 1.94kB done 02:55:20 #13 DONE 0.1s 02:55:20 02:55:20 #14 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:55:20 #14 transferring dockerfile: 1.89kB done 02:55:20 #14 DONE 0.1s 02:55:20 02:55:20 #15 [support-scheduler internal] load build definition from Dockerfile 02:55:20 #15 transferring dockerfile: 1.83kB done 02:55:20 #15 DONE 0.1s 02:55:20 02:55:20 #16 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:55:20 #16 DONE 0.0s 02:55:20 02:55:20 #17 [support-notifications internal] load .dockerignore 02:55:20 #17 transferring context: 50B done 02:55:20 #17 DONE 0.0s 02:55:20 02:55:20 #5 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 02:55:21 #5 ... 02:55:21 02:55:21 #18 [core-keeper internal] load .dockerignore 02:55:21 #18 transferring context: 50B done 02:55:21 #18 DONE 0.1s 02:55:21 02:55:21 #19 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.22 02:55:21 #19 DONE 0.2s 02:55:21 02:55:21 #20 [security-secretstore-setup internal] load .dockerignore 02:55:21 #20 transferring context: 50B done 02:55:21 #20 DONE 0.1s 02:55:21 02:55:21 #21 [security-proxy-setup internal] load .dockerignore 02:55:21 #21 transferring context: 50B done 02:55:21 #21 DONE 0.1s 02:55:21 02:55:21 #22 [core-common-config-bootstrapper internal] load .dockerignore 02:55:21 #22 transferring context: 50B done 02:55:21 #22 DONE 0.1s 02:55:21 02:55:21 #23 [security-bootstrapper internal] load .dockerignore 02:55:21 #23 transferring context: 50B done 02:55:21 #23 DONE 0.1s 02:55:21 02:55:21 #24 [core-metadata internal] load .dockerignore 02:55:21 #24 transferring context: 50B done 02:55:21 #24 DONE 0.1s 02:55:21 02:55:21 #25 [core-command internal] load .dockerignore 02:55:21 #25 transferring context: 50B done 02:55:21 #25 DONE 0.1s 02:55:21 02:55:21 #26 [security-proxy-auth internal] load .dockerignore 02:55:21 #26 transferring context: 50B done 02:55:21 #26 DONE 0.1s 02:55:21 02:55:21 #27 [core-data internal] load .dockerignore 02:55:21 #27 transferring context: 50B done 02:55:21 #27 DONE 0.1s 02:55:21 02:55:21 #28 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:55:21 #28 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done 02:55:21 #28 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done 02:55:21 #28 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done 02:55:21 #28 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done 02:55:21 #28 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s 02:55:21 #28 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 02:55:21 #28 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done 02:55:21 #28 ... 02:55:21 02:55:21 #29 [support-scheduler internal] load .dockerignore 02:55:21 #29 transferring context: 50B 0.0s done 02:55:21 #29 DONE 0.4s 02:55:21 02:55:21 #30 [security-spiffe-token-provider internal] load .dockerignore 02:55:21 #30 transferring context: 50B 0.0s done 02:55:21 #30 DONE 0.4s 02:55:21 02:55:21 #31 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 02:55:21 #31 DONE 0.5s 02:55:21 02:55:21 #28 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:55:21 #28 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done 02:55:21 #28 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done 02:55:21 #28 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done 02:55:21 #28 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done 02:55:21 #28 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done 02:55:21 #28 ... 02:55:21 02:55:21 #5 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 02:55:21 #5 DONE 0.6s 02:55:21 02:55:21 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 02:55:21 #32 DONE 0.6s 02:55:21 02:55:21 #28 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:55:21 #28 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 0.4s done 02:55:22 #28 ... 02:55:22 02:55:22 #33 [security-spire-server internal] load .dockerignore 02:55:22 #33 transferring context: 50B 0.0s done 02:55:22 #33 DONE 0.9s 02:55:22 02:55:22 #34 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 02:55:22 #34 DONE 1.0s 02:55:22 02:55:22 #28 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:55:22 #28 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done 02:55:22 #28 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done 02:55:22 #28 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done 02:55:22 #28 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done 02:55:22 #28 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done 02:55:22 #28 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 0.4s done 02:55:22 #28 ... 02:55:22 02:55:22 #35 [security-spire-agent internal] load .dockerignore 02:55:22 #35 transferring context: 50B 0.0s done 02:55:22 #35 DONE 1.0s 02:55:22 02:55:22 #28 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:55:22 #28 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done 02:55:22 #28 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done 02:55:22 #28 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done 02:55:22 #28 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done 02:55:22 #28 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done 02:55:22 #28 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 0.4s done 02:55:22 #28 DONE 1.7s 02:55:22 02:55:22 #36 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:55:22 #36 ... 02:55:22 02:55:22 #37 [security-spire-server internal] load build context 02:55:22 #37 transferring context: 26.57kB 0.1s done 02:55:22 #37 DONE 0.4s 02:55:23 02:55:23 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:55:23 #38 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.1s done 02:55:23 #38 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 02:55:23 #38 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done 02:55:23 #38 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done 02:55:23 #38 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.3s done 02:55:23 #38 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.4s done 02:55:23 #38 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.4s done 02:55:23 #38 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.0s done 02:55:23 #38 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 02:55:23 #38 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done 02:55:23 #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 0B / 41.51MB 0.5s 02:55:23 #38 ... 02:55:23 02:55:23 #39 [security-spire-agent internal] load build context 02:55:23 #39 transferring context: 26.10kB 0.0s done 02:55:23 #39 DONE 0.5s 02:55:23 02:55:23 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:55:23 #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 8.07MB / 41.51MB 0.6s 02:55:23 #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 13.63MB / 41.51MB 0.7s 02:55:23 #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 22.02MB / 41.51MB 0.8s 02:55:23 #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 29.36MB / 41.51MB 0.9s 02:55:23 #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 1.0s 02:55:23 #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 1.1s done 02:55:23 #38 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 02:55:27 #38 ... 02:55:27 02:55:27 #40 [security-spire-config internal] load build definition from Dockerfile 02:55:27 #40 transferring dockerfile: 1.69kB 0.0s done 02:55:27 #40 DONE 3.0s 02:55:27 02:55:27 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:55:27 #38 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 4.0s done 02:55:28 #38 ... 02:55:28 02:55:28 #41 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:55:28 #41 DONE 5.9s 02:55:28 02:55:28 #19 [security-spire-config internal] load metadata for docker.io/library/alpine:3.22 02:55:28 #19 DONE 0.3s 02:55:28 02:55:28 #42 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 02:55:28 #0 0.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:28 #0 0.841 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:28 #0 1.410 OK: 265 MiB in 60 packages 02:55:28 #42 DONE 6.0s 02:55:28 02:55:28 #43 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:55:28 #0 2.519 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:28 #0 2.598 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:28 #0 2.908 OK: 265 MiB in 60 packages 02:55:28 #43 DONE 6.0s 02:55:28 02:55:28 #44 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:55:28 #0 2.429 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:28 #0 2.502 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:28 #0 2.822 (1/1) Installing dumb-init (1.2.5-r3) 02:55:28 #0 2.826 Executing busybox-1.37.0-r20.trigger 02:55:28 #0 2.838 OK: 7 MiB in 17 packages 02:55:28 #44 DONE 5.8s 02:55:28 02:55:28 #5 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 02:55:28 #5 DONE 0.8s 02:55:28 02:55:28 #45 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:55:28 #0 2.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:28 #0 2.677 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:28 #0 3.031 (1/4) Installing dumb-init (1.2.5-r3) 02:55:28 #0 3.075 (2/4) Installing openssl (3.5.5-r0) 02:55:28 #0 3.088 (3/4) Installing su-exec (0.2-r3) 02:55:28 #0 3.094 (4/4) Installing yq-go (4.47.2-r3) 02:55:28 #0 3.196 Executing busybox-1.37.0-r20.trigger 02:55:28 #0 3.208 OK: 20 MiB in 20 packages 02:55:28 #45 DONE 5.9s 02:55:28 02:55:28 #46 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 02:55:28 #0 1.243 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:28 #0 1.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:28 #0 1.781 OK: 265 MiB in 60 packages 02:55:28 #46 DONE 6.1s 02:55:28 02:55:28 #47 [core-data builder 3/7] RUN apk add --update --no-cache make git 02:55:28 #0 1.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:28 #0 1.290 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:28 #0 1.612 OK: 265 MiB in 60 packages 02:55:28 #47 DONE 6.1s 02:55:28 02:55:28 #36 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:55:28 #36 0.980 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:28 #36 1.095 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:28 #36 1.455 (1/1) Installing dumb-init (1.2.5-r3) 02:55:28 #36 1.460 Executing busybox-1.37.0-r20.trigger 02:55:28 #36 1.472 OK: 7 MiB in 17 packages 02:55:28 #36 DONE 5.9s 02:55:28 02:55:28 #48 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:55:28 #0 0.688 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:28 #0 0.865 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:28 #0 1.390 v3.22.3-60-g645f190c344 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 02:55:28 #0 1.390 v3.22.3-65-g468cbea4427 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 02:55:28 #0 1.390 OK: 26335 distinct packages available 02:55:28 #0 1.475 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:28 #0 1.615 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:28 #0 2.034 OK: 265 MiB in 60 packages 02:55:28 #48 DONE 6.1s 02:55:28 02:55:28 #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:55:28 #0 1.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:28 #0 1.123 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:28 #0 1.589 (1/4) Installing ca-certificates (20250911-r0) 02:55:28 #0 1.611 (2/4) Installing dumb-init (1.2.5-r3) 02:55:28 #0 1.621 (3/4) Installing su-exec (0.2-r3) 02:55:28 #0 1.623 (4/4) Installing yq-go (4.47.2-r3) 02:55:28 #0 1.700 Executing busybox-1.37.0-r20.trigger 02:55:28 #0 1.817 Executing ca-certificates-20250911-r0.trigger 02:55:28 #0 1.849 OK: 20 MiB in 20 packages 02:55:28 #49 DONE 5.9s 02:55:28 02:55:28 #50 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:55:28 #50 DONE 5.9s 02:55:28 02:55:28 #51 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:55:28 #0 3.084 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:28 #0 3.162 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:28 #0 3.486 v3.22.3-60-g645f190c344 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 02:55:28 #0 3.486 v3.22.3-65-g468cbea4427 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 02:55:28 #0 3.486 OK: 26324 distinct packages available 02:55:28 #0 3.556 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:28 #0 3.627 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:28 #0 3.971 (1/13) Installing brotli-libs (1.1.0-r2) 02:55:28 #0 3.983 (2/13) Installing c-ares (1.34.6-r0) 02:55:28 #0 3.993 (3/13) Installing libunistring (1.3-r0) 02:55:28 #0 4.008 (4/13) Installing libidn2 (2.3.7-r0) 02:55:28 #0 4.014 (5/13) Installing nghttp2-libs (1.65.0-r0) 02:55:28 #0 4.020 (6/13) Installing libpsl (0.21.5-r3) 02:55:28 #0 4.027 (7/13) Installing zstd-libs (1.5.7-r0) 02:55:28 #0 4.038 (8/13) Installing libcurl (8.14.1-r2) 02:55:28 #0 4.049 (9/13) Installing curl (8.14.1-r2) 02:55:28 #0 4.060 (10/13) Installing dumb-init (1.2.5-r3) 02:55:28 #0 4.065 (11/13) Installing musl-obstack (1.2.3-r2) 02:55:28 #0 4.067 (12/13) Installing libucontext (1.3.2-r0) 02:55:28 #0 4.073 (13/13) Installing gcompat (1.1.0-r4) 02:55:28 #0 4.080 Executing busybox-1.37.0-r20.trigger 02:55:28 #0 4.087 OK: 13 MiB in 29 packages 02:55:28 #51 DONE 5.9s 02:55:28 02:55:28 #52 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:55:28 #0 2.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:28 #0 2.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:28 #0 2.874 (1/2) Installing dumb-init (1.2.5-r3) 02:55:28 #0 2.880 (2/2) Installing su-exec (0.2-r3) 02:55:28 #0 2.883 Executing busybox-1.37.0-r20.trigger 02:55:28 #0 2.894 OK: 7 MiB in 18 packages 02:55:28 #52 DONE 5.9s 02:55:28 02:55:28 #53 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:55:29 #53 ... 02:55:29 02:55:29 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:55:29 #54 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.4s done 02:55:29 #54 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.2s done 02:55:29 #54 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 02:55:29 #54 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done 02:55:29 #54 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done 02:55:29 #54 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB done 02:55:29 #54 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done 02:55:29 #54 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 0.4s done 02:55:29 #54 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done 02:55:29 #54 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 2.4s done 02:55:29 #54 DONE 6.4s 02:55:29 02:55:29 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:55:29 #38 DONE 6.6s 02:55:29 02:55:29 #55 [security-spire-config internal] load .dockerignore 02:55:29 #55 transferring context: 50B 0.0s done 02:55:29 #55 DONE 0.5s 02:55:29 02:55:29 #56 [security-proxy-setup internal] load build context 02:55:29 #56 ... 02:55:29 02:55:29 #57 [core-common-config-bootstrapper internal] load build context 02:55:29 #57 ... 02:55:29 02:55:29 #56 [security-proxy-setup internal] load build context 02:55:31 #56 ... 02:55:31 02:55:31 #58 [security-secretstore-setup internal] load build context 02:55:31 #58 ... 02:55:31 02:55:31 #59 [core-metadata internal] load build context 02:55:31 #59 ... 02:55:31 02:55:31 #60 [core-keeper internal] load build context 02:55:31 #60 ... 02:55:31 02:55:31 #61 [support-notifications internal] load build context 02:55:31 #61 ... 02:55:31 02:55:31 #62 [core-command internal] load build context 02:55:31 #62 ... 02:55:31 02:55:31 #63 [security-spiffe-token-provider internal] load build context 02:55:31 #63 ... 02:55:31 02:55:31 #64 [support-scheduler internal] load build context 02:55:31 #64 ... 02:55:31 02:55:31 #65 [security-proxy-auth internal] load build context 02:55:31 #65 ... 02:55:31 02:55:31 #66 [security-bootstrapper internal] load build context 02:55:31 #66 ... 02:55:31 02:55:31 #67 [core-data internal] load build context 02:55:31 #67 ... 02:55:31 02:55:31 #66 [security-bootstrapper internal] load build context 02:55:32 #66 ... 02:55:32 02:55:32 #28 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:55:32 #28 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done 02:55:32 #28 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done 02:55:32 #28 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done 02:55:32 #28 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done 02:55:32 #28 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done 02:55:32 #28 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 0.4s done 02:55:32 #28 DONE 1.8s 02:55:32 02:55:32 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:55:32 #38 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.1s done 02:55:32 #38 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 02:55:32 #38 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done 02:55:32 #38 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done 02:55:32 #38 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.3s done 02:55:32 #38 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.4s done 02:55:32 #38 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.4s done 02:55:32 #38 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.0s done 02:55:32 #38 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 02:55:32 #38 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done 02:55:32 #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 1.1s done 02:55:32 #38 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 4.0s done 02:55:32 #38 DONE 6.6s 02:55:32 02:55:32 #66 [security-bootstrapper internal] load build context 02:55:32 #66 ... 02:55:32 02:55:32 #68 [security-spire-config internal] load build context 02:55:32 #68 transferring context: 24.82kB 0.0s done 02:55:32 #68 DONE 0.1s 02:55:32 02:55:32 #66 [security-bootstrapper internal] load build context 02:55:32 #66 ... 02:55:32 02:55:32 #69 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:55:32 #0 9.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:32 #0 9.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:32 #69 ... 02:55:32 02:55:32 #70 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:55:32 #0 9.856 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:32 #0 9.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:33 #70 ... 02:55:33 02:55:33 #71 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:55:33 #0 9.845 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:33 #0 9.920 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:33 #71 10.33 (1/7) Installing ca-certificates (20250911-r0) 02:55:33 #71 10.35 (2/7) Installing dumb-init (1.2.5-r3) 02:55:33 #71 10.36 (3/7) Installing libgcc (14.2.0-r6) 02:55:33 #71 ... 02:55:33 02:55:33 #69 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:55:33 #69 10.35 (1/3) Installing ca-certificates (20250911-r0) 02:55:33 #69 10.36 (2/3) Installing dumb-init (1.2.5-r3) 02:55:33 #69 10.36 (3/3) Installing tzdata (2026a-r0) 02:55:33 #69 10.41 Executing busybox-1.37.0-r20.trigger 02:55:33 #69 10.43 Executing ca-certificates-20250911-r0.trigger 02:55:33 #69 10.48 OK: 8 MiB in 19 packages 02:55:36 #69 ... 02:55:36 02:55:36 #63 [security-spiffe-token-provider internal] load build context 02:55:36 #63 transferring context: 646.95MB 12.9s done 02:55:36 #63 DONE 14.7s 02:55:36 02:55:36 #64 [support-scheduler internal] load build context 02:55:36 #64 transferring context: 646.95MB 15.3s done 02:55:37 #64 ... 02:55:37 02:55:37 #56 [security-proxy-setup internal] load build context 02:55:37 #56 transferring context: 646.95MB 16.4s done 02:55:37 #56 ... 02:55:37 02:55:37 #67 [core-data internal] load build context 02:55:37 #67 transferring context: 646.95MB 13.6s done 02:55:37 #67 DONE 16.6s 02:55:37 02:55:37 #72 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:55:37 #72 ... 02:55:37 02:55:37 #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:55:37 #0 2.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:37 #0 2.195 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:37 #0 2.511 v3.22.3-60-g645f190c344 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 02:55:37 #0 2.511 v3.22.3-65-g468cbea4427 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 02:55:37 #0 2.511 OK: 26324 distinct packages available 02:55:37 #0 2.579 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:37 #0 2.684 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:37 #0 3.110 (1/4) Installing dumb-init (1.2.5-r3) 02:55:37 #0 3.117 (2/4) Installing musl-obstack (1.2.3-r2) 02:55:37 #0 3.123 (3/4) Installing libucontext (1.3.2-r0) 02:55:37 #0 3.128 (4/4) Installing gcompat (1.1.0-r4) 02:55:37 #0 3.135 Executing busybox-1.37.0-r20.trigger 02:55:37 #0 3.146 OK: 8 MiB in 20 packages 02:55:37 #73 DONE 5.2s 02:55:37 02:55:37 #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:55:37 #0 5.222 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:37 #0 6.339 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:37 #0 6.664 OK: 20 MiB in 20 packages 02:55:37 #74 DONE 9.1s 02:55:37 02:55:37 #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:55:37 #0 7.055 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:37 #0 7.154 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:37 #0 7.483 OK: 20 MiB in 20 packages 02:55:37 #75 DONE 9.1s 02:55:37 02:55:37 #53 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:55:37 #53 6.656 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:37 #53 6.872 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:37 #53 7.430 (1/1) Installing dumb-init (1.2.5-r3) 02:55:37 #53 7.653 Executing busybox-1.37.0-r20.trigger 02:55:37 #53 7.700 OK: 7 MiB in 17 packages 02:55:37 #53 DONE 9.1s 02:55:37 02:55:37 #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:55:37 #0 6.249 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:37 #0 6.339 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:37 #0 6.706 OK: 13 MiB in 29 packages 02:55:37 #76 DONE 9.0s 02:55:37 02:55:37 #71 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:55:37 #71 10.37 (4/7) Installing libsodium (1.0.20-r1) 02:55:37 #71 10.38 (5/7) Installing libstdc++ (14.2.0-r6) 02:55:37 #71 10.41 (6/7) Installing libzmq (4.3.5-r2) 02:55:37 #71 10.42 (7/7) Installing zeromq (4.3.5-r2) 02:55:37 #71 10.42 Executing busybox-1.37.0-r20.trigger 02:55:37 #71 10.42 Executing ca-certificates-20250911-r0.trigger 02:55:37 #71 10.49 OK: 12 MiB in 23 packages 02:55:37 #71 DONE 15.0s 02:55:37 02:55:37 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:55:37 #0 4.575 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:37 #0 4.902 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:37 #0 5.456 OK: 265 MiB in 60 packages 02:55:37 #77 DONE 9.3s 02:55:37 02:55:37 #78 [core-command stage-1 3/9] RUN apk --no-cache upgrade 02:55:37 #0 6.510 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:37 #0 6.598 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:37 #0 6.922 OK: 7 MiB in 17 packages 02:55:37 #78 DONE 9.2s 02:55:37 02:55:37 #79 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:55:37 #0 6.636 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:37 #0 6.771 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:37 #0 7.190 OK: 7 MiB in 17 packages 02:55:37 #79 DONE 9.2s 02:55:37 02:55:37 #69 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:55:37 #69 DONE 15.1s 02:55:37 02:55:37 #70 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:55:37 #70 10.43 v3.22.3-60-g645f190c344 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 02:55:37 #70 10.43 v3.22.3-65-g468cbea4427 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 02:55:37 #70 10.43 OK: 26324 distinct packages available 02:55:37 #70 10.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:37 #70 10.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:37 #70 10.90 (1/5) Installing dumb-init (1.2.5-r3) 02:55:37 #70 10.91 (2/5) Installing musl-obstack (1.2.3-r2) 02:55:37 #70 10.91 (3/5) Installing libucontext (1.3.2-r0) 02:55:37 #70 10.92 (4/5) Installing gcompat (1.1.0-r4) 02:55:37 #70 10.92 (5/5) Installing openssl (3.5.5-r0) 02:55:37 #70 10.94 Executing busybox-1.37.0-r20.trigger 02:55:37 #70 10.94 OK: 8 MiB in 21 packages 02:55:37 #70 DONE 15.1s 02:55:37 02:55:37 #80 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:55:37 #0 4.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:37 #0 4.861 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:37 #0 5.291 OK: 7 MiB in 18 packages 02:55:37 #80 DONE 9.1s 02:55:37 02:55:37 #59 [core-metadata internal] load build context 02:55:37 #59 transferring context: 646.95MB 14.8s done 02:55:37 #59 DONE 16.7s 02:55:37 02:55:37 #66 [security-bootstrapper internal] load build context 02:55:37 #66 transferring context: 646.95MB 14.8s done 02:55:37 #66 DONE 16.7s 02:55:37 02:55:37 #62 [core-command internal] load build context 02:55:37 #62 transferring context: 646.95MB 14.8s done 02:55:37 #62 DONE 16.7s 02:55:37 02:55:37 #57 [core-common-config-bootstrapper internal] load build context 02:55:37 #57 transferring context: 646.95MB 15.3s done 02:55:37 #57 DONE 16.7s 02:55:37 02:55:37 #65 [security-proxy-auth internal] load build context 02:55:37 #65 transferring context: 646.95MB 15.4s done 02:55:37 #65 DONE 16.7s 02:55:37 02:55:37 #61 [support-notifications internal] load build context 02:55:37 #61 transferring context: 646.95MB 15.7s done 02:55:37 #61 DONE 16.9s 02:55:37 02:55:37 #56 [security-proxy-setup internal] load build context 02:55:37 #56 DONE 16.8s 02:55:37 02:55:37 #64 [support-scheduler internal] load build context 02:55:37 #64 DONE 16.4s 02:55:37 02:55:37 #58 [security-secretstore-setup internal] load build context 02:55:37 #58 transferring context: 646.95MB 15.9s done 02:55:37 #58 DONE 16.8s 02:55:37 02:55:37 #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:55:38 #81 ... 02:55:38 02:55:38 #72 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:55:38 #72 DONE 0.5s 02:55:38 02:55:38 #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:55:38 #82 DONE 0.5s 02:55:38 02:55:38 #83 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:55:38 #83 DONE 0.5s 02:55:38 02:55:38 #84 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:55:38 #84 DONE 0.5s 02:55:38 02:55:38 #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:55:38 #81 DONE 0.4s 02:55:38 02:55:38 #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:55:38 #85 DONE 0.4s 02:55:38 02:55:38 #86 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:38 #86 ... 02:55:38 02:55:38 #60 [core-keeper internal] load build context 02:55:38 #60 transferring context: 646.95MB 17.7s done 02:55:38 #60 DONE 17.8s 02:55:39 02:55:39 #87 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:55:39 #87 DONE 0.2s 02:55:39 02:55:39 #88 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:39 #88 ... 02:55:39 02:55:39 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:55:39 #89 DONE 1.3s 02:55:39 02:55:39 #90 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:55:39 #90 DONE 0.0s 02:55:39 02:55:39 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:55:39 #0 1.073 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:39 #0 1.153 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:39 #0 1.465 OK: 8 MiB in 20 packages 02:55:39 #91 DONE 1.6s 02:55:39 02:55:39 #92 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:40 #92 ... 02:55:40 02:55:40 #93 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:55:40 #93 DONE 0.5s 02:55:40 02:55:40 #94 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:55:40 #0 1.339 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:40 #0 1.414 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:40 #0 1.832 OK: 12 MiB in 23 packages 02:55:40 #94 DONE 2.1s 02:55:40 02:55:40 #95 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:55:40 #95 DONE 0.1s 02:55:40 02:55:40 #96 [security-spire-config stage-2 6/10] COPY security.txt / 02:55:40 #96 DONE 0.1s 02:55:40 02:55:40 #97 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:55:40 #97 DONE 0.1s 02:55:40 02:55:40 #98 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:55:40 #0 2.034 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:40 #0 2.133 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:40 #98 ... 02:55:40 02:55:40 #99 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:55:40 #99 DONE 0.0s 02:55:40 02:55:40 #100 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:55:40 #100 DONE 0.0s 02:55:40 02:55:40 #101 [security-spire-config] exporting to image 02:55:40 #101 exporting layers 02:55:40 #101 ... 02:55:40 02:55:40 #102 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:55:40 #0 2.091 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:55:40 #0 2.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:55:40 #0 2.591 OK: 8 MiB in 19 packages 02:55:40 #102 DONE 2.8s 02:55:40 02:55:40 #98 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 02:55:40 #98 2.659 OK: 8 MiB in 21 packages 02:55:40 #98 DONE 2.9s 02:55:40 02:55:40 #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:55:40 #103 ... 02:55:40 02:55:40 #101 [security-spire-config] exporting to image 02:55:40 #101 exporting layers 0.7s done 02:55:40 #101 writing image sha256:bb59245fb5133c4db6c4ada4b92a8a42b0d6bb769efb424835156919c104736f 0.0s done 02:55:40 #101 naming to docker.io/library/security-spire-config done 02:55:40 #101 DONE 0.8s 02:55:41 02:55:41 #104 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:55:46 Removing intermediate container 7cf3b70727f3 02:55:46 ---> 9aeeb1b89bae 02:55:46 Successfully built 9aeeb1b89bae 02:55:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:48 + docker inspect -f . ci-base-image-arm64 02:55:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:55:48 prd-ubuntu20.04-docker-arm64-4c-16g-3514 does not seem to be running inside a container 02:55:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/960 -v /w/workspace/edgex-go/960:/w/workspace/edgex-go/960:rw,z -v /w/workspace/edgex-go/960@tmp:/w/workspace/edgex-go/960@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 02:55:49 #104 ... 02:55:49 02:55:49 #105 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:49 #105 ... 02:55:49 02:55:49 #106 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:49 #106 ... 02:55:49 02:55:49 #107 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:49 $ docker top 7536c645186767775386430e68c563f7a79e99bed6c40a6bcad4f390a930022f -eo pid,comm [Pipeline] { [Pipeline] sh 02:55:50 #107 ... 02:55:50 02:55:50 #104 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:55:50 #104 DONE 9.7s 02:55:50 02:55:50 #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:55:50 + go version 02:55:50 go version go1.25.3 linux/arm64 [Pipeline] } 02:55:50 $ docker stop --time=1 7536c645186767775386430e68c563f7a79e99bed6c40a6bcad4f390a930022f 02:55:51 #108 ... 02:55:51 02:55:51 #107 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:51 #107 DONE 13.3s 02:55:51 02:55:51 #106 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:51 #106 DONE 13.4s 02:55:51 02:55:51 #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:55:51 #103 DONE 10.9s 02:55:51 02:55:51 #105 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:51 #105 DONE 13.3s 02:55:51 02:55:51 #92 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:51 #92 DONE 13.4s 02:55:51 02:55:51 #88 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:51 #88 DONE 12.6s 02:55:51 02:55:51 #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:51 #86 DONE 13.4s 02:55:51 02:55:51 #109 [security-proxy-auth builder 6/7] COPY . . 02:55:52 $ docker rm -f --volumes 7536c645186767775386430e68c563f7a79e99bed6c40a6bcad4f390a930022f [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 02:55:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:55:53 02:55:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:55:53 latest: Pulling from edgex-devops/edgex-compose-arm64 02:55:53 547446be3368: Pulling fs layer 02:55:53 d125d8839a47: Pulling fs layer 02:55:53 3e85d5ac6304: Pulling fs layer 02:55:53 c3105a71a48b: Pulling fs layer 02:55:53 0f093f025ec4: Pulling fs layer 02:55:53 c3106fc0e877: Pulling fs layer 02:55:53 c3105a71a48b: Waiting 02:55:53 0f093f025ec4: Waiting 02:55:53 c3106fc0e877: Waiting 02:55:53 547446be3368: Verifying Checksum 02:55:53 547446be3368: Download complete 02:55:53 c3105a71a48b: Verifying Checksum 02:55:53 c3105a71a48b: Download complete 02:55:54 d125d8839a47: Verifying Checksum 02:55:54 d125d8839a47: Download complete 02:55:54 c3106fc0e877: Verifying Checksum 02:55:54 c3106fc0e877: Download complete 02:55:54 0f093f025ec4: Verifying Checksum 02:55:54 0f093f025ec4: Download complete 02:55:54 547446be3368: Pull complete 02:55:55 #109 ... 02:55:55 02:55:55 #110 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:55:55 #110 DONE 3.4s 02:55:55 02:55:55 #111 [support-scheduler builder 6/7] COPY . . 02:55:55 #111 DONE 3.4s 02:55:55 02:55:55 #112 [security-proxy-setup builder 6/7] COPY . . 02:55:55 #112 CACHED 02:55:55 02:55:55 #113 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:55:55 #113 CACHED 02:55:55 02:55:55 #114 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:55 #114 CACHED 02:55:55 02:55:55 #115 [security-secretstore-setup builder 6/7] COPY . . 02:55:55 #115 DONE 3.4s 02:55:55 02:55:55 #116 [security-spiffe-token-provider builder 6/7] COPY . . 02:55:55 #116 DONE 3.4s 02:55:55 02:55:55 #117 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:55:55 #117 CACHED 02:55:55 02:55:55 #118 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:55 #118 CACHED 02:55:55 02:55:55 #119 [security-secretstore-setup builder 6/7] COPY . . 02:55:55 #119 CACHED 02:55:55 02:55:55 #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:55:55 #108 DONE 4.6s 02:55:55 02:55:55 #120 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:55:55 d125d8839a47: Pull complete 02:55:56 3e85d5ac6304: Verifying Checksum 02:55:56 3e85d5ac6304: Download complete 02:55:58 #120 ... 02:55:58 02:55:58 #121 [security-spire-server stage-2 6/9] COPY security.txt / 02:55:58 #121 DONE 3.2s 02:55:58 02:55:58 #122 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:55:58 #122 ... 02:55:58 02:55:58 #123 [support-notifications builder 6/7] COPY . . 02:55:58 #123 DONE 6.7s 02:55:58 02:55:58 #124 [core-keeper builder 7/8] COPY . . 02:55:58 #124 DONE 6.7s 02:55:58 02:55:58 #125 [core-metadata builder 6/7] COPY . . 02:55:58 #125 CACHED 02:55:58 02:55:58 #126 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:55:58 #126 CACHED 02:55:58 02:55:58 #127 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:58 #127 CACHED 02:55:58 02:55:58 #128 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:58 #128 CACHED 02:55:58 02:55:58 #129 [core-common-config-bootstrapper builder 6/7] COPY . . 02:55:58 #129 CACHED 02:55:58 02:55:58 #130 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:55:58 #130 CACHED 02:55:58 02:55:58 #109 [core-command builder 6/7] COPY . . 02:55:58 #109 DONE 6.7s 02:55:58 02:55:58 #131 [security-proxy-auth builder 6/7] COPY . . 02:55:58 #131 CACHED 02:55:58 02:55:58 #132 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:55:58 #132 CACHED 02:55:58 02:55:58 #133 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:58 #133 CACHED 02:55:58 02:55:58 #134 [core-command builder 6/7] COPY . . 02:55:58 #134 CACHED 02:55:58 02:55:58 #135 [core-command builder 4/7] COPY go.mod vendor* ./ 02:55:58 #135 CACHED 02:55:58 02:55:58 #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:55:58 #136 CACHED 02:55:58 02:55:58 #120 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:55:58 #120 DONE 3.3s 02:55:58 02:55:58 #122 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:55:58 #122 DONE 0.2s 02:55:58 02:55:58 #137 [security-spire-agent stage-3 7/10] COPY security.txt / 02:55:58 #137 DONE 0.2s 02:55:58 02:55:58 #138 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:55:58 #138 DONE 0.1s 02:55:58 02:55:58 #139 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:55:58 #139 DONE 0.1s 02:55:58 02:55:58 #140 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:55:58 #140 DONE 0.1s 02:55:58 02:55:58 #141 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:55:58 #141 DONE 0.1s 02:55:58 02:55:58 #142 [security-spire-server] exporting to image 02:55:58 #142 exporting layers 02:55:58 #142 ... 02:55:58 02:55:58 #143 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:55:58 #143 DONE 0.1s 02:55:58 02:55:58 #144 [security-spire-agent] exporting to image 02:55:59 #144 ... 02:55:59 02:55:59 #142 [security-spire-server] exporting to image 02:55:59 #142 exporting layers 1.1s done 02:55:59 #142 writing image sha256:926e0bef6ad0c384a1381283fa933d4b8b070102d466d65ca3b8c69191ba4bd8 0.0s done 02:55:59 #142 naming to docker.io/library/security-spire-server 0.0s done 02:55:59 #142 DONE 1.4s 02:56:00 02:56:00 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:56:00 #0 0.943 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:56:00 #145 ... 02:56:00 02:56:00 #144 [security-spire-agent] exporting to image 02:56:00 #144 exporting layers 1.3s done 02:56:00 #144 writing image sha256:64d94f0587ed26e931804cde948bacf375ad647d3c7dda28774b06e6714d417b 0.0s done 02:56:00 #144 naming to docker.io/library/security-spire-agent 0.0s done 02:56:00 #144 DONE 1.8s 02:56:00 02:56:00 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:56:00 #0 0.705 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:56:04 #146 ... 02:56:04 02:56:04 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:56:04 #0 3.793 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:56:05 #147 ... 02:56:05 02:56:05 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:56:05 #0 3.795 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:56:05 #148 ... 02:56:05 02:56:05 #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 02:56:05 #0 3.807 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:56:05 #149 ... 02:56:05 02:56:05 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:56:05 #0 3.813 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:56:05 #150 ... 02:56:05 02:56:05 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:56:05 #0 3.490 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:56:05 #151 ... 02:56:05 02:56:05 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:56:05 #0 0.951 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:56:06 3e85d5ac6304: Pull complete 02:56:06 c3105a71a48b: Pull complete 02:56:07 0f093f025ec4: Pull complete 02:56:07 c3106fc0e877: Pull complete 02:56:07 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 02:56:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:56:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:56:08 prd-ubuntu20.04-docker-arm64-4c-16g-3514 does not seem to be running inside a container 02:56:08 #152 ... 02:56:08 02:56:08 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:56:08 #0 0.929 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:56:08 $ 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/960 -v /w/workspace/edgex-go/960:/w/workspace/edgex-go/960:rw,z -v /w/workspace/edgex-go/960@tmp:/w/workspace/edgex-go/960@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 02:56:08 #153 ... 02:56:08 02:56:08 #154 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 02:56:08 #0 0.942 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:56:08 #154 ... 02:56:08 02:56:08 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:56:08 #0 0.642 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:56:08 #155 ... 02:56:08 02:56:08 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:56:08 #0 0.945 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:56:10 $ docker top dda5e1f33c183c36eeb21ddf063fb56b3e7758c84f3be2872f53eeb35a9030b6 -eo pid,comm [Pipeline] { [Pipeline] sh 02:56:11 + docker compose -f ./docker-compose-build.yml build --parallel 02:56:24 #1 [support-notifications internal] load build definition from Dockerfile 02:56:24 #1 transferring dockerfile: 2.02kB done 02:56:24 #1 DONE 0.1s 02:56:24 02:56:24 #2 [security-bootstrapper internal] load build definition from Dockerfile 02:56:24 #2 transferring dockerfile: 3.02kB done 02:56:24 #2 DONE 0.1s 02:56:24 02:56:24 #3 [support-scheduler internal] load build definition from Dockerfile 02:56:24 #3 transferring dockerfile: 1.83kB 0.0s done 02:56:24 #3 DONE 0.1s 02:56:24 02:56:24 #4 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:56:24 #4 transferring dockerfile: 2.23kB done 02:56:24 #4 DONE 0.1s 02:56:24 02:56:24 #5 [security-secretstore-setup internal] load build definition from Dockerfile 02:56:24 #5 transferring dockerfile: 2.49kB 0.0s done 02:56:24 #5 DONE 0.1s 02:56:24 02:56:24 #6 [core-data internal] load build definition from Dockerfile 02:56:24 #6 transferring dockerfile: 2.04kB 0.0s done 02:56:24 #6 DONE 0.1s 02:56:24 02:56:24 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:56:24 #7 transferring dockerfile: 1.89kB done 02:56:24 #7 DONE 0.0s 02:56:24 02:56:24 #8 [security-spire-server internal] load build definition from Dockerfile 02:56:24 #8 transferring dockerfile: 1.70kB done 02:56:24 #8 DONE 0.0s 02:56:24 02:56:24 #9 [security-spire-config internal] load build definition from Dockerfile 02:56:24 #9 transferring dockerfile: 1.69kB 0.0s done 02:56:24 #9 DONE 0.1s 02:56:24 02:56:24 #10 [core-metadata internal] load build definition from Dockerfile 02:56:24 #10 transferring dockerfile: 2.10kB done 02:56:24 #10 DONE 0.1s 02:56:24 02:56:24 #11 [security-proxy-setup internal] load build definition from Dockerfile 02:56:24 #11 transferring dockerfile: 2.50kB 0.0s done 02:56:24 #11 DONE 0.1s 02:56:24 02:56:24 #12 [security-spire-agent internal] load build definition from Dockerfile 02:56:24 #12 transferring dockerfile: 1.81kB 0.0s done 02:56:24 #12 DONE 0.1s 02:56:24 02:56:24 #13 [core-keeper internal] load build definition from Dockerfile 02:56:24 #13 transferring dockerfile: 2.07kB 0.0s done 02:56:24 #13 DONE 0.1s 02:56:24 02:56:24 #14 [security-proxy-auth internal] load build definition from Dockerfile 02:56:24 #14 transferring dockerfile: 2.14kB 0.0s done 02:56:24 #14 DONE 0.1s 02:56:24 02:56:24 #15 [core-command internal] load build definition from Dockerfile 02:56:24 #15 transferring dockerfile: 1.94kB 0.0s done 02:56:24 #15 DONE 0.1s 02:56:24 02:56:24 #16 [support-notifications internal] load .dockerignore 02:56:24 #16 transferring context: 02:56:24 #16 transferring context: 50B done 02:56:24 #16 DONE 0.1s 02:56:25 02:56:25 #17 [security-bootstrapper internal] load .dockerignore 02:56:25 #17 transferring context: 50B 0.0s done 02:56:25 #17 DONE 0.2s 02:56:25 02:56:25 #18 [support-scheduler internal] load .dockerignore 02:56:25 #18 transferring context: 50B 0.0s done 02:56:25 #18 DONE 0.3s 02:56:25 02:56:25 #19 [core-data internal] load .dockerignore 02:56:25 #19 ... 02:56:25 02:56:25 #20 [core-common-config-bootstrapper internal] load .dockerignore 02:56:25 #20 transferring context: 50B 0.0s done 02:56:25 #20 DONE 0.4s 02:56:25 02:56:25 #19 [core-data internal] load .dockerignore 02:56:25 #19 transferring context: 50B 0.0s done 02:56:25 #19 DONE 0.4s 02:56:25 02:56:25 #21 [security-secretstore-setup internal] load .dockerignore 02:56:25 #21 transferring context: 50B done 02:56:25 #21 DONE 0.5s 02:56:25 02:56:25 #22 [security-spire-agent internal] load .dockerignore 02:56:26 #22 ... 02:56:26 02:56:26 #23 [security-spiffe-token-provider internal] load .dockerignore 02:56:26 #23 transferring context: 50B done 02:56:26 #23 DONE 0.4s 02:56:26 02:56:26 #24 [security-spire-server internal] load .dockerignore 02:56:26 #24 transferring context: 50B 0.0s done 02:56:26 #24 DONE 0.4s 02:56:26 02:56:26 #25 [core-metadata internal] load .dockerignore 02:56:26 #25 transferring context: 50B 0.0s done 02:56:26 #25 DONE 0.3s 02:56:26 02:56:26 #26 [security-spire-config internal] load .dockerignore 02:56:26 #26 transferring context: 50B 0.0s done 02:56:26 #26 DONE 0.4s 02:56:26 02:56:26 #27 [security-proxy-setup internal] load .dockerignore 02:56:26 #27 transferring context: 50B 0.0s done 02:56:26 #27 DONE 0.3s 02:56:26 02:56:26 #22 [security-spire-agent internal] load .dockerignore 02:56:26 #22 transferring context: 50B 0.0s done 02:56:26 #22 DONE 0.3s 02:56:26 02:56:26 #28 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:56:26 #28 DONE 0.0s 02:56:26 02:56:26 #29 [support-notifications internal] load metadata for docker.io/library/alpine:3.22 02:56:26 #29 ... 02:56:26 02:56:26 #30 [core-keeper internal] load .dockerignore 02:56:26 #30 transferring context: 50B done 02:56:26 #30 DONE 0.3s 02:56:26 02:56:26 #31 [core-command internal] load .dockerignore 02:56:26 #31 transferring context: 50B done 02:56:26 #31 DONE 0.2s 02:56:26 02:56:26 #32 [security-proxy-auth internal] load .dockerignore 02:56:26 #32 transferring context: 50B 0.0s done 02:56:26 #32 DONE 0.3s 02:56:26 02:56:26 #29 [support-notifications internal] load metadata for docker.io/library/alpine:3.22 02:56:27 #29 ... 02:56:27 02:56:27 #28 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:56:27 #28 DONE 0.0s 02:56:27 02:56:27 #29 [support-notifications internal] load metadata for docker.io/library/alpine:3.22 02:56:27 #29 DONE 0.7s 02:56:27 02:56:27 #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:56:27 #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done 02:56:27 #33 ... 02:56:27 02:56:27 #28 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:56:27 #28 DONE 0.0s 02:56:27 02:56:27 #29 [support-scheduler internal] load metadata for docker.io/library/alpine:3.22 02:56:27 #29 DONE 0.7s 02:56:27 02:56:27 #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:56:27 #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done 02:56:27 #33 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done 02:56:27 #33 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done 02:56:27 #33 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done 02:56:27 #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 0B / 4.14MB 0.1s 02:56:27 #33 ... 02:56:27 02:56:27 #28 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:56:27 #28 DONE 0.0s 02:56:27 02:56:27 #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:56:27 #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 966.66kB / 4.14MB 0.4s 02:56:27 #33 ... 02:56:27 02:56:27 #28 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:56:27 #28 DONE 0.0s 02:56:27 02:56:27 #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:56:27 #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 2.10MB / 4.14MB 0.5s 02:56:28 #33 ... 02:56:28 02:56:28 #29 [core-data internal] load metadata for docker.io/library/alpine:3.22 02:56:28 #29 DONE 0.7s 02:56:28 02:56:28 #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:56:28 #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done 02:56:28 #33 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done 02:56:28 #33 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done 02:56:28 #33 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done 02:56:28 #33 ... 02:56:28 02:56:28 #28 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:56:28 #28 DONE 0.0s 02:56:28 02:56:28 #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:56:28 #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 3.15MB / 4.14MB 0.7s 02:56:28 #33 ... 02:56:28 02:56:28 #28 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:56:28 #28 DONE 0.0s 02:56:28 02:56:28 #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:56:28 #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 0.8s 02:56:28 #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 0.9s done 02:56:28 #33 extracting sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 02:56:28 #33 ... 02:56:28 02:56:28 #34 [support-notifications internal] load build context 02:56:28 #34 transferring context: 3.40MB 1.0s done 02:56:28 #34 DONE 1.3s 02:56:28 02:56:28 #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:56:28 #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done 02:56:28 #33 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done 02:56:28 #33 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done 02:56:28 #33 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done 02:56:28 #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 0.9s done 02:56:29 #33 ... 02:56:29 02:56:29 #28 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:56:29 #28 DONE 0.0s 02:56:29 02:56:29 #29 [core-metadata internal] load metadata for docker.io/library/alpine:3.22 02:56:29 #29 DONE 1.7s 02:56:29 02:56:29 #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:56:29 #33 ... 02:56:29 02:56:29 #28 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:56:29 #28 DONE 0.0s 02:56:29 02:56:29 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:56:29 #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done 02:56:29 #33 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done 02:56:29 #33 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done 02:56:29 #33 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done 02:56:29 #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 0.9s done 02:56:29 #33 ... 02:56:29 02:56:29 #28 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:56:29 #28 DONE 0.0s 02:56:29 02:56:29 #35 [security-bootstrapper internal] load build context 02:56:29 #35 transferring context: 3.40MB 1.9s done 02:56:29 #35 DONE 2.7s 02:56:29 02:56:29 #33 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:56:29 #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done 02:56:29 #33 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done 02:56:29 #33 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done 02:56:29 #33 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done 02:56:29 #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 0.9s done 02:56:30 #33 ... 02:56:30 02:56:30 #36 [support-scheduler internal] load build context 02:56:30 #36 transferring context: 3.40MB 1.9s done 02:56:30 #36 DONE 2.6s 02:56:30 02:56:30 #28 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:56:30 #28 DONE 0.0s 02:56:30 02:56:30 #33 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:56:30 #33 ... 02:56:30 02:56:30 #28 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:56:30 #28 DONE 0.1s 02:56:30 02:56:30 #29 [core-keeper internal] load metadata for docker.io/library/alpine:3.22 02:56:30 #29 DONE 2.8s 02:56:30 02:56:30 #37 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 02:56:30 #37 DONE 2.0s 02:56:30 02:56:30 #38 [security-spire-config internal] load build context 02:56:30 #38 DONE 0.0s 02:56:30 02:56:30 #33 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:56:30 #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done 02:56:30 #33 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done 02:56:30 #33 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done 02:56:30 #33 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done 02:56:30 #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 0.9s done 02:56:30 #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done 02:56:30 #33 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done 02:56:30 #33 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done 02:56:30 #33 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done 02:56:30 #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 0.9s done 02:56:30 #33 ... 02:56:30 02:56:30 #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 02:56:30 #39 DONE 1.5s 02:56:30 02:56:30 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:56:30 #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done 02:56:30 #33 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done 02:56:30 #33 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done 02:56:30 #33 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done 02:56:30 #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 0.9s done 02:56:31 #33 ... 02:56:31 02:56:31 #40 [core-common-config-bootstrapper internal] load build context 02:56:31 #40 transferring context: 3.40MB 2.1s done 02:56:31 #40 DONE 3.3s 02:56:31 02:56:31 #41 [core-data internal] load build context 02:56:31 #41 transferring context: 3.40MB 2.2s done 02:56:31 #41 DONE 3.4s 02:56:31 02:56:31 #42 [security-secretstore-setup internal] load build context 02:56:31 #42 transferring context: 3.40MB 1.9s done 02:56:31 #42 DONE 2.9s 02:56:31 02:56:31 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:56:31 #33 extracting sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 3.1s done 02:56:32 #33 ... 02:56:32 02:56:32 #43 [security-spiffe-token-provider internal] load build context 02:56:32 #43 transferring context: 3.40MB 2.3s done 02:56:32 #43 DONE 3.8s 02:56:32 02:56:32 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:56:32 #44 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.3s done 02:56:32 #44 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 02:56:32 #44 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done 02:56:32 #44 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done 02:56:32 #44 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.2s done 02:56:32 #44 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.3s done 02:56:32 #44 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.4s done 02:56:32 #44 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 02:56:32 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 6.29MB / 37.02MB 1.3s 02:56:32 #44 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 02:56:32 #44 ... 02:56:32 02:56:32 #45 [security-proxy-setup internal] load build context 02:56:32 #45 transferring context: 3.40MB 1.6s done 02:56:32 #45 DONE 2.8s 02:56:32 02:56:32 #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 02:56:32 #33 DONE 6.4s 02:56:32 02:56:32 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:56:32 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 9.44MB / 37.02MB 1.6s 02:56:32 #44 ... 02:56:32 02:56:32 #38 [security-spire-config internal] load build context 02:56:32 #38 transferring context: 24.82kB 0.1s done 02:56:32 #38 DONE 2.3s 02:56:32 02:56:32 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:56:32 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 12.45MB / 37.02MB 1.8s 02:56:32 #44 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 02:56:32 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 14.68MB / 37.02MB 2.0s 02:56:32 #44 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.1s done 02:56:33 #44 ... 02:56:33 02:56:33 #46 [core-metadata internal] load build context 02:56:33 #46 transferring context: 3.40MB 1.9s done 02:56:33 #46 DONE 4.0s 02:56:33 02:56:33 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:56:33 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 17.83MB / 37.02MB 2.2s 02:56:33 #44 ... 02:56:33 02:56:33 #47 [security-spire-server internal] load build context 02:56:33 #47 transferring context: 26.57kB 0.1s done 02:56:33 #47 DONE 2.8s 02:56:33 02:56:33 #48 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:56:33 #48 DONE 7.2s 02:56:33 02:56:33 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:56:33 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 22.02MB / 37.02MB 2.7s 02:56:33 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 24.12MB / 37.02MB 2.9s 02:56:34 #44 ... 02:56:34 02:56:34 #49 [security-proxy-auth internal] load build context 02:56:34 #49 transferring context: 3.40MB 1.7s done 02:56:34 #49 DONE 3.6s 02:56:34 02:56:34 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:56:34 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 27.26MB / 37.02MB 3.0s 02:56:34 #44 ... 02:56:34 02:56:34 #50 [security-spire-agent internal] load build context 02:56:34 #50 transferring context: 26.10kB 0.1s done 02:56:34 #50 DONE 3.0s 02:56:34 02:56:34 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:56:34 #44 ... 02:56:34 02:56:34 #51 [core-command internal] load build context 02:56:34 #51 transferring context: 3.40MB 1.9s done 02:56:34 #51 DONE 3.8s 02:56:34 02:56:34 #52 [core-keeper internal] load build context 02:56:34 #52 transferring context: 3.40MB 2.0s done 02:56:34 #52 DONE 3.8s 02:56:34 02:56:34 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:56:34 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 33.31MB / 37.02MB 3.3s 02:56:34 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 35.16MB / 37.02MB 3.5s 02:56:34 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 3.8s done 02:56:34 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 3.8s done 02:56:36 #44 ... 02:56:36 02:56:36 #53 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 02:56:36 #53 DONE 3.2s 02:56:36 02:56:36 #54 [core-command builder 3/7] RUN apk add --update --no-cache make git 02:56:42 #54 ... 02:56:42 02:56:42 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:56:42 #55 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.3s done 02:56:42 #55 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 02:56:42 #55 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done 02:56:42 #55 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 02:56:42 #55 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done 02:56:42 #55 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB done 02:56:42 #55 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done 02:56:42 #55 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.1s done 02:56:42 #55 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 2.2s done 02:56:42 #55 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done 02:56:42 #55 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 7.1s 02:56:42 #55 ... 02:56:42 02:56:42 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:56:42 #44 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 3.1s 02:56:43 #44 ... 02:56:43 02:56:43 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:56:43 #0 8.970 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:56:43 #0 9.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:56:43 #56 ... 02:56:43 02:56:43 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:56:43 #55 ... 02:56:43 02:56:43 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:56:43 #57 10.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:56:43 #57 ... 02:56:43 02:56:43 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:56:43 #58 ... 02:56:43 02:56:43 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:56:43 #59 ... 02:56:43 02:56:43 #60 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:56:43 #60 ... 02:56:43 02:56:43 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:56:44 #61 ... 02:56:44 02:56:44 #62 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:44 #62 ... 02:56:44 02:56:44 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:56:44 #63 ... 02:56:44 02:56:44 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:56:44 #64 ... 02:56:44 02:56:44 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:56:44 #65 ... 02:56:44 02:56:44 #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:56:44 #0 9.768 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:56:44 #0 10.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:56:44 #66 ... 02:56:44 02:56:44 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:56:44 #63 11.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:56:45 #63 12.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:56:46 #63 ... 02:56:46 02:56:46 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:46 #67 ... 02:56:46 02:56:46 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 02:56:46 #0 9.705 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:56:46 #68 ... 02:56:46 02:56:46 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:56:46 #69 ... 02:56:46 02:56:46 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:56:46 #70 ... 02:56:46 02:56:46 #62 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:46 #62 DONE 13.3s 02:56:46 02:56:46 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 02:56:46 #71 10.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:56:46 #71 ... 02:56:46 02:56:46 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:56:46 #56 12.57 (1/7) Installing ca-certificates (20250911-r0) 02:56:46 #56 12.94 (2/7) Installing dumb-init (1.2.5-r3) 02:56:46 #56 12.95 (3/7) Installing libgcc (14.2.0-r6) 02:56:46 #56 12.97 (4/7) Installing libsodium (1.0.20-r1) 02:56:46 #56 13.02 (5/7) Installing libstdc++ (14.2.0-r6) 02:56:46 #56 13.52 (6/7) Installing libzmq (4.3.5-r2) 02:56:46 #56 13.77 (7/7) Installing zeromq (4.3.5-r2) 02:56:46 #56 13.94 Executing busybox-1.37.0-r20.trigger 02:56:47 #56 ... 02:56:47 02:56:47 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:47 #67 DONE 11.1s 02:56:47 02:56:47 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:56:47 #56 14.19 Executing ca-certificates-20250911-r0.trigger 02:56:49 #56 16.16 OK: 12 MiB in 23 packages 02:56:50 #56 ... 02:56:50 02:56:50 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:56:50 #55 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 15.3s done 02:56:50 #55 DONE 18.8s 02:56:50 02:56:50 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:56:50 #44 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 11.9s 02:56:51 #44 ... 02:56:51 02:56:51 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:56:51 #56 DONE 18.7s 02:56:51 02:56:51 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:56:51 #44 ... 02:56:51 02:56:51 #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:56:54 #72 ... 02:56:54 02:56:54 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:56:54 #57 10.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:56:54 #57 ... 02:56:54 02:56:54 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:56:54 #44 ... 02:56:54 02:56:54 #60 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:56:54 #60 11.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:56:54 #60 12.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:56:54 #60 ... 02:56:54 02:56:54 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:56:54 #44 ... 02:56:54 02:56:54 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:56:54 #58 11.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:56:54 #58 12.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:56:54 #58 ... 02:56:54 02:56:54 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:56:55 #44 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 17.0s 02:56:55 #44 ... 02:56:55 02:56:55 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:56:55 #64 12.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:56:55 #64 15.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:56:55 #64 ... 02:56:55 02:56:55 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:56:56 #44 ... 02:56:56 02:56:56 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:56:56 #61 12.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:56:56 #61 15.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:56:56 #61 ... 02:56:56 02:56:56 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:56:56 #65 13.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:56:56 #65 16.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:56:56 #65 ... 02:56:56 02:56:56 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:56:56 #44 ... 02:56:56 02:56:56 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:56:56 #0 6.041 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:56:56 #0 7.765 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:56:56 #73 ... 02:56:56 02:56:56 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:56:56 #57 23.58 (1/3) Installing ca-certificates (20250911-r0) 02:56:57 #57 ... 02:56:57 02:56:57 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:56:57 #59 13.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:56:57 #59 15.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:56:57 #59 ... 02:56:57 02:56:57 #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:56:57 #66 21.48 (1/1) Installing dumb-init (1.2.5-r3) 02:56:57 #66 21.57 Executing busybox-1.37.0-r20.trigger 02:56:57 #66 21.81 OK: 8 MiB in 17 packages 02:56:57 #66 DONE 24.0s 02:56:57 02:56:57 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:56:57 #0 5.311 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:56:57 #0 6.912 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:56:57 #74 ... 02:56:57 02:56:57 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:56:57 #70 11.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:56:57 #70 13.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:56:57 #70 ... 02:56:57 02:56:57 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:56:57 #69 11.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:56:57 #69 13.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:56:57 #69 ... 02:56:57 02:56:57 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 02:56:57 #68 11.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:56:57 #68 ... 02:56:57 02:56:57 #54 [core-command builder 3/7] RUN apk add --update --no-cache make git 02:56:57 #54 11.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:56:57 #54 13.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:56:58 #54 ... 02:56:58 02:56:58 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:56:59 #44 ... 02:56:59 02:56:59 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 02:56:59 #71 13.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:56:59 #71 ... 02:56:59 02:56:59 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:57:00 #44 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 21.9s done 02:57:01 #44 ... 02:57:01 02:57:01 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:57:01 #63 25.45 (1/2) Installing dumb-init (1.2.5-r3) 02:57:01 #63 25.48 (2/2) Installing su-exec (0.2-r3) 02:57:01 #63 25.57 Executing busybox-1.37.0-r20.trigger 02:57:01 #63 25.82 OK: 8 MiB in 18 packages 02:57:01 #63 DONE 28.4s 02:57:02 02:57:02 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:57:02 #75 ... 02:57:02 02:57:02 #60 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:57:02 #60 26.84 (1/1) Installing dumb-init (1.2.5-r3) 02:57:02 #60 26.91 Executing busybox-1.37.0-r20.trigger 02:57:02 #60 27.07 OK: 8 MiB in 17 packages 02:57:02 #60 DONE 29.7s 02:57:03 02:57:03 #76 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 02:57:04 #76 ... 02:57:04 02:57:04 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 02:57:04 #68 24.86 OK: 255 MiB in 60 packages 02:57:04 #68 DONE 27.9s 02:57:04 02:57:04 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:57:04 #65 30.85 v3.22.3-60-g645f190c344 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 02:57:04 #65 30.88 v3.22.3-65-g468cbea4427 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 02:57:04 #65 30.88 OK: 26165 distinct packages available 02:57:04 #65 ... 02:57:04 02:57:04 #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:57:04 #77 DONE 0.8s 02:57:04 02:57:04 #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:57:05 #78 ... 02:57:05 02:57:05 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:57:05 #70 26.46 OK: 255 MiB in 60 packages 02:57:05 #70 DONE 29.2s 02:57:05 02:57:05 #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:57:05 #72 3.777 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:57:05 #72 5.006 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:57:05 #72 ... 02:57:05 02:57:05 #79 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:57:06 #79 DONE 0.9s 02:57:06 02:57:06 #54 [core-command builder 3/7] RUN apk add --update --no-cache make git 02:57:06 #54 27.15 OK: 255 MiB in 60 packages 02:57:06 #54 DONE 30.5s 02:57:06 02:57:06 #80 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:57:06 #80 ... 02:57:06 02:57:06 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:57:06 #57 24.35 (2/3) Installing dumb-init (1.2.5-r3) 02:57:06 #57 24.41 (3/3) Installing tzdata (2026a-r0) 02:57:06 #57 26.97 Executing busybox-1.37.0-r20.trigger 02:57:06 #57 27.18 Executing ca-certificates-20250911-r0.trigger 02:57:06 #57 29.02 OK: 9 MiB in 19 packages 02:57:06 #57 DONE 33.5s 02:57:06 02:57:06 #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:57:07 #81 ... 02:57:07 02:57:07 #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 02:57:07 #71 27.63 OK: 255 MiB in 60 packages 02:57:07 #71 DONE 31.2s 02:57:07 02:57:07 #82 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:57:07 #82 ... 02:57:07 02:57:07 #83 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:57:07 #0 3.781 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:57:07 #0 6.596 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:57:07 #83 ... 02:57:07 02:57:07 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:57:07 #65 34.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:57:07 #65 ... 02:57:07 02:57:07 #84 [core-data builder 4/7] COPY go.mod vendor* ./ 02:57:07 #84 DONE 1.6s 02:57:08 02:57:08 #85 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:57:08 #85 ... 02:57:08 02:57:08 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:57:08 #58 24.63 v3.22.3-60-g645f190c344 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 02:57:08 #58 24.63 v3.22.3-65-g468cbea4427 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 02:57:08 #58 24.63 OK: 26165 distinct packages available 02:57:08 #58 27.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:57:08 #58 29.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:57:08 #58 ... 02:57:08 02:57:08 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:57:08 #61 30.31 (1/4) Installing dumb-init (1.2.5-r3) 02:57:08 #61 30.35 (2/4) Installing openssl (3.5.5-r0) 02:57:08 #61 30.48 (3/4) Installing su-exec (0.2-r3) 02:57:08 #61 30.55 (4/4) Installing yq-go (4.47.2-r3) 02:57:08 #61 32.84 Executing busybox-1.37.0-r20.trigger 02:57:08 #61 33.09 OK: 20 MiB in 20 packages 02:57:08 #61 ... 02:57:08 02:57:08 #82 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:57:08 #82 DONE 1.4s 02:57:08 02:57:08 #86 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:57:10 #86 ... 02:57:10 02:57:10 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:57:10 #61 DONE 36.9s 02:57:10 02:57:10 #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:57:11 #87 ... 02:57:11 02:57:11 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:57:11 #64 28.18 v3.22.3-60-g645f190c344 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 02:57:11 #64 28.18 v3.22.3-65-g468cbea4427 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 02:57:11 #64 28.18 OK: 26165 distinct packages available 02:57:11 #64 31.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:57:11 #64 34.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:57:11 #64 ... 02:57:11 02:57:11 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:57:11 #74 24.37 OK: 255 MiB in 60 packages 02:57:12 #74 ... 02:57:12 02:57:12 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:57:12 #59 30.21 (1/4) Installing ca-certificates (20250911-r0) 02:57:12 #59 31.27 (2/4) Installing dumb-init (1.2.5-r3) 02:57:12 #59 31.29 (3/4) Installing su-exec (0.2-r3) 02:57:12 #59 31.34 (4/4) Installing yq-go (4.47.2-r3) 02:57:12 #59 33.96 Executing busybox-1.37.0-r20.trigger 02:57:12 #59 34.11 Executing ca-certificates-20250911-r0.trigger 02:57:12 #59 36.54 OK: 20 MiB in 20 packages 02:57:12 #59 DONE 39.4s 02:57:12 02:57:12 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:57:13 #88 ... 02:57:13 02:57:13 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:57:13 #69 27.49 v3.22.3-60-g645f190c344 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 02:57:13 #69 27.49 v3.22.3-65-g468cbea4427 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 02:57:13 #69 27.49 OK: 26176 distinct packages available 02:57:13 #69 31.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:57:13 #69 33.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:57:13 #69 ... 02:57:13 02:57:13 #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:57:13 #72 21.49 OK: 12 MiB in 23 packages 02:57:13 #72 ... 02:57:13 02:57:13 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:57:13 #73 23.55 (1/1) Installing dumb-init (1.2.5-r3) 02:57:13 #73 24.23 Executing busybox-1.37.0-r20.trigger 02:57:13 #73 24.37 OK: 8 MiB in 17 packages 02:57:13 #73 DONE 27.2s 02:57:13 02:57:13 #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:57:13 #81 7.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:57:14 #81 ... 02:57:14 02:57:14 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:57:14 #74 DONE 26.9s 02:57:14 02:57:14 #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:57:14 #89 DONE 0.9s 02:57:14 02:57:14 #76 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 02:57:14 #76 6.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:57:14 #76 8.931 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:57:15 #76 ... 02:57:15 02:57:15 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:57:15 #90 ... 02:57:15 02:57:15 #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:57:15 #72 DONE 24.3s 02:57:16 02:57:16 #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:57:16 #87 5.804 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:57:16 #87 ... 02:57:16 02:57:16 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:57:16 #75 4.836 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:57:16 #75 8.257 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:57:16 #75 ... 02:57:16 02:57:16 #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:57:16 #81 9.743 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:57:18 #81 ... 02:57:18 02:57:18 #83 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:57:18 #83 19.42 OK: 8 MiB in 17 packages 02:57:18 #83 DONE 21.0s 02:57:18 02:57:18 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:57:18 #58 44.82 (1/4) Installing dumb-init (1.2.5-r3) 02:57:18 #58 44.86 (2/4) Installing musl-obstack (1.2.3-r2) 02:57:18 #58 44.88 (3/4) Installing libucontext (1.3.2-r0) 02:57:18 #58 44.98 (4/4) Installing gcompat (1.1.0-r4) 02:57:18 #58 45.03 Executing busybox-1.37.0-r20.trigger 02:57:18 #58 45.23 OK: 8 MiB in 20 packages 02:57:21 #58 ... 02:57:21 02:57:21 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:57:21 #65 37.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:57:21 #65 ... 02:57:21 02:57:21 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:57:21 #64 47.03 (1/13) Installing brotli-libs (1.1.0-r2) 02:57:21 #64 47.48 (2/13) Installing c-ares (1.34.6-r0) 02:57:21 #64 47.52 (3/13) Installing libunistring (1.3-r0) 02:57:21 #64 47.72 (4/13) Installing libidn2 (2.3.7-r0) 02:57:21 #64 47.76 (5/13) Installing nghttp2-libs (1.65.0-r0) 02:57:21 #64 47.79 (6/13) Installing libpsl (0.21.5-r3) 02:57:21 #64 47.80 (7/13) Installing zstd-libs (1.5.7-r0) 02:57:21 #64 47.87 (8/13) Installing libcurl (8.14.1-r2) 02:57:21 #64 47.93 (9/13) Installing curl (8.14.1-r2) 02:57:21 #64 47.95 (10/13) Installing dumb-init (1.2.5-r3) 02:57:21 #64 47.97 (11/13) Installing musl-obstack (1.2.3-r2) 02:57:21 #64 47.99 (12/13) Installing libucontext (1.3.2-r0) 02:57:21 #64 48.01 (13/13) Installing gcompat (1.1.0-r4) 02:57:21 #64 48.03 Executing busybox-1.37.0-r20.trigger 02:57:21 #64 48.15 OK: 13 MiB in 29 packages 02:57:22 #64 ... 02:57:22 02:57:22 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:57:22 #58 DONE 48.9s 02:57:22 02:57:22 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:57:22 #75 18.96 OK: 8 MiB in 18 packages 02:57:22 #75 DONE 20.7s 02:57:22 02:57:22 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:57:22 #65 48.33 (1/5) Installing dumb-init (1.2.5-r3) 02:57:22 #65 48.36 (2/5) Installing musl-obstack (1.2.3-r2) 02:57:22 #65 48.37 (3/5) Installing libucontext (1.3.2-r0) 02:57:22 #65 48.40 (4/5) Installing gcompat (1.1.0-r4) 02:57:22 #65 48.44 (5/5) Installing openssl (3.5.5-r0) 02:57:22 #65 48.52 Executing busybox-1.37.0-r20.trigger 02:57:22 #65 48.71 OK: 9 MiB in 21 packages 02:57:23 #65 ... 02:57:23 02:57:23 #76 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 02:57:23 #76 18.99 OK: 8 MiB in 17 packages 02:57:23 #76 DONE 20.8s 02:57:23 02:57:23 #91 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:57:23 #91 ... 02:57:23 02:57:23 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:57:23 #64 DONE 50.5s 02:57:24 02:57:24 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:57:24 #69 45.74 OK: 255 MiB in 60 packages 02:57:24 #69 DONE 47.9s 02:57:24 02:57:24 #92 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:57:24 #92 ... 02:57:24 02:57:24 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:57:24 #65 DONE 51.4s 02:57:24 02:57:24 #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 02:57:25 #93 ... 02:57:25 02:57:25 #92 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:57:25 #92 DONE 1.5s 02:57:25 02:57:25 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:57:26 #94 ... 02:57:26 02:57:26 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:57:26 #88 4.271 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:57:26 #88 6.028 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:57:27 #88 ... 02:57:27 02:57:27 #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:57:27 #81 19.74 OK: 9 MiB in 19 packages 02:57:27 #81 ... 02:57:27 02:57:27 #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:57:27 #87 7.308 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:57:27 #87 17.02 OK: 20 MiB in 20 packages 02:57:27 #87 ... 02:57:27 02:57:27 #95 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:57:28 #95 ... 02:57:28 02:57:28 #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:57:28 #81 DONE 21.2s 02:57:28 02:57:28 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:57:28 #96 ... 02:57:28 02:57:28 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:57:28 #88 15.75 OK: 20 MiB in 20 packages 02:57:28 #88 ... 02:57:28 02:57:28 #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:57:28 #87 DONE 18.5s 02:57:28 02:57:28 #91 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:57:28 #91 DONE 6.3s 02:57:28 02:57:28 #97 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:57:29 #97 ... 02:57:29 02:57:29 #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:57:29 #98 DONE 0.4s 02:57:29 02:57:29 #97 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:57:29 #97 DONE 0.5s 02:57:29 02:57:29 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:57:29 #96 6.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:57:29 #96 ... 02:57:29 02:57:29 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:57:29 #88 DONE 17.2s 02:57:30 02:57:30 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:57:30 #90 ... 02:57:30 02:57:30 #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 02:57:30 #93 5.532 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:57:31 #93 6.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:57:36 #93 11.16 OK: 9 MiB in 21 packages 02:57:37 #93 DONE 12.6s 02:57:37 02:57:37 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:57:37 #96 7.860 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:57:37 #96 13.51 OK: 8 MiB in 20 packages 02:57:37 #96 DONE 14.9s 02:57:37 02:57:37 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:57:37 #99 ... 02:57:37 02:57:37 #95 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:57:37 #95 6.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:57:37 #95 7.761 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:57:37 #95 12.43 OK: 13 MiB in 29 packages 02:57:37 #95 DONE 13.9s 02:57:37 02:57:37 #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:57:39 #100 ... 02:57:39 02:57:39 #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:57:39 #101 DONE 2.5s 02:57:39 02:57:39 #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:57:40 #102 ... 02:57:40 02:57:40 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:57:40 #99 DONE 2.9s 02:57:40 02:57:40 #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:57:40 #103 DONE 0.4s 02:57:40 02:57:40 #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:57:40 #100 DONE 3.3s 02:57:40 02:57:40 #104 [security-spire-config stage-2 6/10] COPY security.txt / 02:57:40 #104 DONE 0.5s 02:57:40 02:57:40 #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:57:40 #105 DONE 0.4s 02:57:40 02:57:40 #106 [security-spire-server stage-2 6/9] COPY security.txt / 02:57:41 #106 DONE 0.4s 02:57:41 02:57:41 #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:57:41 #107 DONE 0.4s 02:57:41 02:57:41 #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:57:41 #108 DONE 0.4s 02:57:41 02:57:41 #109 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:57:41 #109 DONE 0.5s 02:57:41 02:57:41 #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:57:42 #110 ... 02:57:42 02:57:42 #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:57:42 #111 DONE 0.4s 02:57:42 02:57:42 #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:57:42 #110 DONE 0.6s 02:57:42 02:57:42 #112 [security-spire-config] exporting to image 02:57:42 #112 exporting layers 02:57:43 #112 ... 02:57:43 02:57:43 #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:57:43 #113 DONE 0.9s 02:57:43 02:57:43 #112 [security-spire-server] exporting to image 02:57:43 #112 ... 02:57:43 02:57:43 #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:57:43 #102 DONE 3.8s 02:57:43 02:57:43 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:57:43 #114 DONE 0.5s 02:57:43 02:57:43 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 02:57:44 #115 DONE 0.4s 02:57:44 02:57:44 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:57:44 #116 DONE 0.3s 02:57:44 02:57:44 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:57:45 #117 DONE 0.3s 02:57:45 02:57:45 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:57:45 #90 ... 02:57:45 02:57:45 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:57:45 #118 DONE 0.3s 02:57:45 02:57:45 #112 [security-spire-agent] exporting to image 02:57:45 #156 ... 02:57:45 02:57:45 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:57:45 #152 DONE 98.0s 02:57:45 02:57:45 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:57:45 #150 DONE 101.4s 02:57:45 02:57:45 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:57:45 #157 DONE 0.3s 02:57:45 02:57:45 #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:57:45 #158 DONE 0.2s 02:57:45 02:57:45 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:57:45 #159 ... 02:57:45 02:57:45 #160 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:57:45 #160 DONE 0.1s 02:57:45 02:57:45 #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:57:45 #161 DONE 0.2s 02:57:45 02:57:45 #162 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 02:57:45 #162 DONE 0.3s 02:57:45 02:57:45 #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 02:57:45 #149 ... 02:57:45 02:57:45 #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:57:45 #163 DONE 0.1s 02:57:45 02:57:45 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:57:45 #164 ... 02:57:45 02:57:45 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:57:45 #159 DONE 0.9s 02:57:45 02:57:45 #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:57:45 #165 DONE 0.2s 02:57:45 02:57:45 #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:57:45 #166 DONE 0.3s 02:57:45 02:57:45 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:57:45 #167 DONE 0.1s 02:57:45 02:57:45 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:57:45 #164 DONE 0.8s 02:57:45 02:57:45 #168 [core-common-config-bootstrapper] exporting to image 02:57:45 #168 exporting layers 02:57:45 #168 ... 02:57:45 02:57:45 #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:57:45 #169 DONE 0.1s 02:57:45 02:57:45 #170 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 02:57:45 #170 DONE 0.3s 02:57:45 02:57:45 #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 02:57:45 #171 DONE 0.1s 02:57:45 02:57:45 #168 [core-common-config-bootstrapper] exporting to image 02:57:45 #168 exporting layers 0.4s done 02:57:45 #168 writing image sha256:3ff4fc9f0e0fbe3b84bfa5068d7185056e5e452a21b053cbc03cbd23a9cc72a2 done 02:57:45 #168 naming to docker.io/library/core-common-config-bootstrapper done 02:57:45 #168 DONE 0.4s 02:57:45 02:57:45 #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 02:57:45 #172 DONE 0.1s 02:57:45 02:57:45 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:57:45 #173 DONE 0.1s 02:57:45 02:57:45 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:57:45 #174 DONE 0.9s 02:57:45 02:57:45 #175 [security-bootstrapper] exporting to image 02:57:45 #175 exporting layers 0.4s done 02:57:45 #175 writing image sha256:f127833ffce85d91b955c45240e8c3e335e1726451e4fe59c41a677b90c58c67 done 02:57:45 #175 naming to docker.io/library/security-bootstrapper done 02:57:45 #175 DONE 0.4s 02:57:45 02:57:45 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:57:46 #112 exporting layers 4.5s done 02:57:46 #112 writing image sha256:82327b940f55b1cb6a8f6def3068553ad7046104023a6252867e344b28f30c8f 02:57:46 #112 writing image sha256:82327b940f55b1cb6a8f6def3068553ad7046104023a6252867e344b28f30c8f 0.0s done 02:57:46 #112 naming to docker.io/library/security-spire-config-arm64 0.0s done 02:57:47 #112 exporting layers 4.3s done 02:57:47 #112 writing image sha256:a0069b8dae0d2c60ef6c7bc605aa1c70fc9a2c270ff75b3f936537ef15348e71 0.0s done 02:57:47 #112 naming to docker.io/library/security-spire-server-arm64 done 02:57:48 #112 exporting layers 3.2s done 02:57:48 #112 writing image sha256:f08d32add00a862cfac179e785c0f5ce1b8df6947bc89aca7ff8f8b4d68eb994 done 02:57:48 #112 naming to docker.io/library/security-spire-agent-arm64 done 02:57:48 #112 DONE 6.3s 02:57:48 02:57:48 #85 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:59:07 #148 ... 02:59:07 02:59:07 #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 02:59:07 #149 180.5 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:59:07 #149 ... 02:59:07 02:59:07 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:59:07 #148 DONE 182.7s 02:59:07 02:59:07 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:59:07 #156 ... 02:59:07 02:59:07 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:59:07 #176 DONE 0.1s 02:59:07 02:59:07 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:59:07 #146 ... 02:59:07 02:59:07 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:59:07 #177 DONE 0.1s 02:59:07 02:59:07 #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 02:59:07 #178 DONE 0.2s 02:59:07 02:59:07 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:59:07 #179 DONE 0.1s 02:59:07 02:59:07 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:59:07 #180 DONE 0.2s 02:59:07 02:59:07 #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 02:59:07 #149 ... 02:59:07 02:59:07 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:59:07 #181 DONE 0.0s 02:59:07 02:59:07 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:59:07 #182 ... 02:59:07 02:59:07 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:59:07 #145 DONE 181.0s 02:59:07 02:59:07 #183 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:59:07 #183 DONE 0.1s 02:59:07 02:59:07 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:59:07 #182 DONE 0.8s 02:59:07 02:59:07 #184 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:59:07 #184 DONE 0.2s 02:59:07 02:59:07 #185 [security-proxy-setup] exporting to image 02:59:07 #185 exporting layers 02:59:07 #185 exporting layers 0.6s done 02:59:07 #185 writing image sha256:26f92a5033ba72149d49e794576f727931348ff2d6a328ff42260c85bab9c312 done 02:59:07 #185 naming to docker.io/library/security-proxy-setup done 02:59:07 #185 DONE 0.7s 02:59:07 02:59:07 #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:59:07 #186 DONE 0.5s 02:59:07 02:59:07 #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:59:07 #187 DONE 0.1s 02:59:07 02:59:07 #188 [core-command] exporting to image 02:59:07 #188 ... 02:59:07 02:59:07 #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 02:59:07 #149 DONE 185.4s 02:59:07 02:59:07 #188 [core-command] exporting to image 02:59:07 #188 exporting layers 0.2s done 02:59:07 #188 writing image sha256:bbe3557e39edf7e78a2f3f6e006cc126bda32bbc08a01d59076923a1de90b84b 0.0s done 02:59:07 #188 naming to docker.io/library/core-command 0.0s done 02:59:07 #188 DONE 0.2s 02:59:07 02:59:07 #189 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:59:07 #189 DONE 0.1s 02:59:07 02:59:07 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:59:07 #147 ... 02:59:07 02:59:07 #190 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:59:07 #190 DONE 0.1s 02:59:07 02:59:07 #191 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:59:07 #191 DONE 0.2s 02:59:07 02:59:07 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:59:07 #147 DONE 185.8s 02:59:07 02:59:07 #192 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 02:59:07 #192 DONE 0.1s 02:59:07 02:59:07 #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:59:07 #193 DONE 0.1s 02:59:07 02:59:07 #194 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:59:07 #194 DONE 0.1s 02:59:07 02:59:07 #195 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:59:07 #195 DONE 0.0s 02:59:07 02:59:07 #196 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:59:07 #196 ... 02:59:07 02:59:07 #197 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:59:07 #197 DONE 0.2s 02:59:07 02:59:07 #198 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:59:07 #198 DONE 0.2s 02:59:07 02:59:07 #196 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:59:07 #196 DONE 0.4s 02:59:07 02:59:07 #199 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:59:07 #199 DONE 0.0s 02:59:07 02:59:07 #200 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 02:59:07 #200 DONE 0.1s 02:59:07 02:59:07 #201 [security-spiffe-token-provider] exporting to image 02:59:07 #201 exporting layers 0.4s done 02:59:07 #201 writing image sha256:0a203fa12ac9acd6b48b9c7182354da3cb53478f0f667e531f4afc8239715dd6 done 02:59:07 #201 naming to docker.io/library/security-spiffe-token-provider done 02:59:07 #201 DONE 0.4s 02:59:07 02:59:07 #202 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:59:07 #202 DONE 0.6s 02:59:07 02:59:07 #203 [security-secretstore-setup] exporting to image 02:59:07 #203 exporting layers 0.4s done 02:59:07 #203 writing image sha256:bd9a22ffd763a16b2baee4c0b0a2f7b01af49774bbdc3092ce7203a0e7eafcea done 02:59:07 #203 naming to docker.io/library/security-secretstore-setup done 02:59:07 #203 DONE 0.4s 02:59:07 02:59:07 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:59:07 #146 DONE 186.0s 02:59:07 02:59:07 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:59:07 #155 ... 02:59:07 02:59:07 #204 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:59:07 #204 ... 02:59:07 02:59:07 #154 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 02:59:07 #154 DONE 186.4s 02:59:07 02:59:07 #204 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:59:07 #204 DONE 0.4s 02:59:07 02:59:07 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:59:07 #156 ... 02:59:07 02:59:07 #205 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:59:07 #205 DONE 0.1s 02:59:07 02:59:07 #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:59:07 #206 DONE 0.1s 02:59:07 02:59:07 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:59:07 #207 ... 02:59:07 02:59:07 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:59:07 #153 DONE 187.0s 02:59:07 02:59:07 #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:59:07 #208 DONE 0.3s 02:59:07 02:59:07 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:59:07 #156 DONE 187.0s 02:59:07 02:59:07 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:59:07 #151 DONE 190.3s 02:59:07 02:59:07 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:59:07 #207 DONE 0.4s 02:59:07 02:59:07 #209 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:59:07 #209 DONE 0.1s 02:59:07 02:59:07 #210 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:59:07 #210 DONE 0.1s 02:59:07 02:59:07 #211 [core-keeper] exporting to image 02:59:07 #211 ... 02:59:07 02:59:07 #212 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:59:07 #212 DONE 0.1s 02:59:07 02:59:07 #213 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:59:07 #213 DONE 0.1s 02:59:07 02:59:07 #214 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:59:07 #214 CACHED 02:59:07 02:59:07 #215 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:59:07 #215 CACHED 02:59:07 02:59:07 #216 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:59:07 #216 DONE 0.1s 02:59:07 02:59:07 #217 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:59:07 #217 DONE 0.1s 02:59:07 02:59:07 #218 [core-data] exporting to image 02:59:07 #218 exporting layers 0.2s done 02:59:07 #218 writing image sha256:cb18461920155cdeded331bacccbfa2583ca5d95270135b55ed1182ed2e775ee done 02:59:07 #218 naming to docker.io/library/core-data done 02:59:07 #218 DONE 0.2s 02:59:07 02:59:07 #211 [core-keeper] exporting to image 02:59:07 #211 exporting layers 0.2s done 02:59:07 #211 writing image sha256:116601d7f22c985e8c9c2ce38a0cc0bdb98fcbe119b9e7980d10e7b4d990ece7 0.0s done 02:59:07 #211 naming to docker.io/library/core-keeper done 02:59:07 #211 DONE 0.3s 02:59:07 02:59:07 #219 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:59:07 #219 ... 02:59:07 02:59:07 #220 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:59:07 #220 DONE 0.3s 02:59:07 02:59:07 #221 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:59:07 #221 DONE 0.3s 02:59:07 02:59:07 #222 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:59:07 #222 DONE 0.2s 02:59:07 02:59:07 #219 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:59:07 #219 DONE 0.4s 02:59:07 02:59:07 #223 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:59:07 #223 DONE 0.2s 02:59:07 02:59:07 #224 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:59:07 #224 DONE 0.1s 02:59:07 02:59:07 #225 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:59:07 #225 DONE 0.1s 02:59:07 02:59:07 #226 [support-scheduler] exporting to image 02:59:07 #226 ... 02:59:07 02:59:07 #227 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:59:07 #227 DONE 0.0s 02:59:07 02:59:07 #228 [core-metadata] exporting to image 02:59:07 #228 exporting layers 0.2s done 02:59:07 #228 writing image sha256:3380189ec973182089ac27d3c5e4fcb159550ed48355f4a0762fe2a4d4a1627b done 02:59:07 #228 naming to docker.io/library/core-metadata done 02:59:07 #228 DONE 0.2s 02:59:07 02:59:07 #229 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:59:07 #229 DONE 0.5s 02:59:07 02:59:07 #226 [support-scheduler] exporting to image 02:59:07 #226 exporting layers 0.6s done 02:59:07 #226 writing image sha256:859005a9a9586bba79724d6521b6114630a2454e0bd11e85398230f73954d8d4 done 02:59:07 #226 naming to docker.io/library/support-scheduler done 02:59:07 #226 DONE 0.6s 02:59:07 02:59:07 #230 [security-proxy-auth] exporting to image 02:59:07 #230 ... 02:59:07 02:59:07 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:59:07 #155 DONE 189.0s 02:59:07 02:59:07 #230 [security-proxy-auth] exporting to image 02:59:07 #230 exporting layers 0.8s done 02:59:07 #230 writing image sha256:89c4c0737cf68754c0b287649fb6f8b274bbd7cdf88cd116b0ad49c7777e0663 done 02:59:07 #230 naming to docker.io/library/security-proxy-auth done 02:59:07 #230 DONE 0.8s 02:59:07 02:59:07 #231 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:59:07 #231 DONE 0.1s 02:59:07 02:59:07 #232 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:59:07 #232 DONE 0.0s 02:59:07 02:59:07 #233 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:59:07 #233 DONE 0.1s 02:59:07 02:59:07 #234 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:59:07 #234 DONE 0.0s 02:59:07 02:59:07 #235 [support-notifications] exporting to image 02:59:07 #235 exporting layers 0.2s done 02:59:07 #235 writing image sha256:191b06525bf7af73c1c9ce944e19256f78e22ec2f593022f7da1b1f933159079 done 02:59:07 #235 naming to docker.io/library/support-notifications done 02:59:07 #235 DONE 0.2s 02:59:07 time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:59:07 time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:59:07 time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:59:07 time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:59:07 time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:59:07 time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:59:07 time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:59:07 time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:59:07 time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:59:07 time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:59:07 time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:59:07 time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:59:07 time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:59:07 time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:59:07 time="2026-03-16T02:55:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:59:07 $ docker stop --time=1 0979f278e4a6eb84dc25f60a767e6a9673cf08368011d25df8475147232317d2 02:59:09 $ docker rm -f --volumes 0979f278e4a6eb84dc25f60a767e6a9673cf08368011d25df8475147232317d2 [Pipeline] // withDockerContainer [Pipeline] sh 02:59:09 + docker images 02:59:09 REPOSITORY TAG IMAGE ID CREATED SIZE 02:59:09 support-notifications latest 191b06525bf7 2 seconds ago 58.3MB 02:59:09 security-proxy-auth latest 89c4c0737cf6 3 seconds ago 49.6MB 02:59:09 core-keeper latest 116601d7f22c 4 seconds ago 50.3MB 02:59:09 core-data latest cb1846192015 4 seconds ago 50.5MB 02:59:09 support-scheduler latest 859005a9a958 4 seconds ago 54.7MB 02:59:09 core-metadata latest 3380189ec973 4 seconds ago 50.6MB 02:59:09 security-spiffe-token-provider latest 0a203fa12ac9 8 seconds ago 53.7MB 02:59:09 security-secretstore-setup latest bd9a22ffd763 8 seconds ago 90.6MB 02:59:09 core-command latest bbe3557e39ed 9 seconds ago 44.8MB 02:59:09 security-proxy-setup latest 26f92a5033ba 10 seconds ago 55.5MB 02:59:09 security-bootstrapper latest f127833ffce8 About a minute ago 21.6MB 02:59:09 core-common-config-bootstrapper latest 3ff4fc9f0e0f About a minute ago 20.5MB 02:59:09 security-spire-server latest 926e0bef6ad0 3 minutes ago 178MB 02:59:09 security-spire-agent latest 64d94f0587ed 3 minutes ago 237MB 02:59:09 security-spire-config latest bb59245fb513 3 minutes ago 177MB 02:59:09 ci-base-image-x86_64 latest e63caba3cbd9 6 minutes ago 996MB 02:59:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 5 months ago 636MB 02:59:09 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 9 months ago 573MB 02:59:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:59:09 provisioning config files... 02:59:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/960@tmp/config16294193910077655382tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:59:09 ---> ****-login.sh 02:59:09 nexus3.edgexfoundry.org:10001 02:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:59:09 Login Succeeded 02:59:09 nexus3.edgexfoundry.org:10002 02:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:59:09 Login Succeeded 02:59:09 nexus3.edgexfoundry.org:10003 02:59:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:59:10 Login Succeeded 02:59:10 nexus3.edgexfoundry.org:10004 02:59:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:59:10 Login Succeeded 02:59:10 ****.io 02:59:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:59:10 Login Succeeded 02:59:10 ---> ****-login.sh ends [Pipeline] } 02:59:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:59:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:59:10 [edgeXDocker.push] Tagging docker image core-command with the following tags: 02:59:10 84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:10 latest 02:59:10 4.1.0-dev.103 02:59:10 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:10 main 02:59:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:10 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:11 + docker push nexus3.edgexfoundry.org:10004/core-command:84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:59:11 0a1e099c451e: Preparing 02:59:11 6fc691e70839: Preparing 02:59:11 89404c26569a: Preparing 02:59:11 060e78f6309b: Preparing 02:59:11 c9937616bfe0: Preparing 02:59:11 f0c057abb844: Preparing 02:59:11 cce92674e987: Preparing 02:59:11 f0c057abb844: Waiting 02:59:11 cce92674e987: Waiting 02:59:11 c9937616bfe0: Pushed 02:59:11 89404c26569a: Pushed 02:59:11 0a1e099c451e: Pushed 02:59:11 060e78f6309b: Pushed 02:59:11 cce92674e987: Layer already exists 02:59:11 f0c057abb844: Pushed 02:59:14 6fc691e70839: Pushed 02:59:14 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:546c614b88705b497c2c3e58ec4f940c4792be6313d93aa49b3d2f26bda2b393 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:15 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 02:59:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:59:15 0a1e099c451e: Preparing 02:59:15 6fc691e70839: Preparing 02:59:15 89404c26569a: Preparing 02:59:15 060e78f6309b: Preparing 02:59:15 c9937616bfe0: Preparing 02:59:15 f0c057abb844: Preparing 02:59:15 cce92674e987: Preparing 02:59:15 f0c057abb844: Waiting 02:59:15 cce92674e987: Waiting 02:59:15 060e78f6309b: Layer already exists 02:59:15 0a1e099c451e: Layer already exists 02:59:15 c9937616bfe0: Layer already exists 02:59:15 6fc691e70839: Layer already exists 02:59:15 89404c26569a: Layer already exists 02:59:15 f0c057abb844: Layer already exists 02:59:15 cce92674e987: Layer already exists 02:59:15 latest: digest: sha256:546c614b88705b497c2c3e58ec4f940c4792be6313d93aa49b3d2f26bda2b393 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:15 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:15 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.103 02:59:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:59:15 0a1e099c451e: Preparing 02:59:15 6fc691e70839: Preparing 02:59:15 89404c26569a: Preparing 02:59:15 060e78f6309b: Preparing 02:59:15 c9937616bfe0: Preparing 02:59:15 f0c057abb844: Preparing 02:59:15 cce92674e987: Preparing 02:59:15 f0c057abb844: Waiting 02:59:15 cce92674e987: Waiting 02:59:15 6fc691e70839: Layer already exists 02:59:15 060e78f6309b: Layer already exists 02:59:15 c9937616bfe0: Layer already exists 02:59:15 0a1e099c451e: Layer already exists 02:59:15 89404c26569a: Layer already exists 02:59:15 f0c057abb844: Layer already exists 02:59:15 cce92674e987: Layer already exists 02:59:15 4.1.0-dev.103: digest: sha256:546c614b88705b497c2c3e58ec4f940c4792be6313d93aa49b3d2f26bda2b393 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:16 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:16 + docker push nexus3.edgexfoundry.org:10004/core-command:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:59:16 0a1e099c451e: Preparing 02:59:16 6fc691e70839: Preparing 02:59:16 89404c26569a: Preparing 02:59:16 060e78f6309b: Preparing 02:59:16 c9937616bfe0: Preparing 02:59:16 f0c057abb844: Preparing 02:59:16 cce92674e987: Preparing 02:59:16 f0c057abb844: Waiting 02:59:16 cce92674e987: Waiting 02:59:16 0a1e099c451e: Layer already exists 02:59:16 060e78f6309b: Layer already exists 02:59:16 c9937616bfe0: Layer already exists 02:59:16 89404c26569a: Layer already exists 02:59:16 6fc691e70839: Layer already exists 02:59:16 f0c057abb844: Layer already exists 02:59:16 cce92674e987: Layer already exists 02:59:16 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:546c614b88705b497c2c3e58ec4f940c4792be6313d93aa49b3d2f26bda2b393 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:16 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:17 + docker push nexus3.edgexfoundry.org:10004/core-command:main 02:59:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:59:17 0a1e099c451e: Preparing 02:59:17 6fc691e70839: Preparing 02:59:17 89404c26569a: Preparing 02:59:17 060e78f6309b: Preparing 02:59:17 c9937616bfe0: Preparing 02:59:17 f0c057abb844: Preparing 02:59:17 cce92674e987: Preparing 02:59:17 f0c057abb844: Waiting 02:59:17 cce92674e987: Waiting 02:59:17 89404c26569a: Layer already exists 02:59:17 0a1e099c451e: Layer already exists 02:59:17 6fc691e70839: Layer already exists 02:59:17 c9937616bfe0: Layer already exists 02:59:17 060e78f6309b: Layer already exists 02:59:17 f0c057abb844: Layer already exists 02:59:17 cce92674e987: Layer already exists 02:59:17 main: digest: sha256:546c614b88705b497c2c3e58ec4f940c4792be6313d93aa49b3d2f26bda2b393 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:59:17 ===================================================== [Pipeline] echo 02:59:17 taggedImages: 02:59:17 - nexus3.edgexfoundry.org:10004/core-command:84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:17 - nexus3.edgexfoundry.org:10004/core-command:latest 02:59:17 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.103 02:59:17 - nexus3.edgexfoundry.org:10004/core-command:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:17 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 02:59:17 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 02:59:17 84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:17 latest 02:59:17 4.1.0-dev.103 02:59:17 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:17 main 02:59:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:17 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:59:17 fdd2b2ec9024: Preparing 02:59:17 02026ab4a499: Preparing 02:59:17 a0607b0bb655: Preparing 02:59:17 9bc7f0888338: Preparing 02:59:17 89404c26569a: Preparing 02:59:17 060e78f6309b: Preparing 02:59:17 c9937616bfe0: Preparing 02:59:17 f0c057abb844: Preparing 02:59:17 cce92674e987: Preparing 02:59:17 060e78f6309b: Waiting 02:59:17 c9937616bfe0: Waiting 02:59:17 f0c057abb844: Waiting 02:59:17 cce92674e987: Waiting 02:59:17 89404c26569a: Layer already exists 02:59:17 060e78f6309b: Layer already exists 02:59:17 c9937616bfe0: Layer already exists 02:59:17 f0c057abb844: Layer already exists 02:59:17 cce92674e987: Layer already exists 02:59:17 fdd2b2ec9024: Pushed 02:59:17 02026ab4a499: Pushed 02:59:17 a0607b0bb655: Pushed 02:59:19 9bc7f0888338: Pushed 02:59:19 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:af996678f0ae759e1efc808a153738d1266f01f1e3202b35adfbc17a3e1b240c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:19 + 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 02:59:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:59:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:59:19 fdd2b2ec9024: Preparing 02:59:19 02026ab4a499: Preparing 02:59:19 a0607b0bb655: Preparing 02:59:19 9bc7f0888338: Preparing 02:59:19 89404c26569a: Preparing 02:59:19 060e78f6309b: Preparing 02:59:19 c9937616bfe0: Preparing 02:59:19 f0c057abb844: Preparing 02:59:19 cce92674e987: Preparing 02:59:19 c9937616bfe0: Waiting 02:59:19 f0c057abb844: Waiting 02:59:19 cce92674e987: Waiting 02:59:19 060e78f6309b: Waiting 02:59:19 9bc7f0888338: Layer already exists 02:59:19 89404c26569a: Layer already exists 02:59:19 02026ab4a499: Layer already exists 02:59:19 a0607b0bb655: Layer already exists 02:59:19 fdd2b2ec9024: Layer already exists 02:59:19 060e78f6309b: Layer already exists 02:59:19 c9937616bfe0: Layer already exists 02:59:19 f0c057abb844: Layer already exists 02:59:19 cce92674e987: Layer already exists 02:59:19 latest: digest: sha256:af996678f0ae759e1efc808a153738d1266f01f1e3202b35adfbc17a3e1b240c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:20 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.103 02:59:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:59:20 fdd2b2ec9024: Preparing 02:59:20 02026ab4a499: Preparing 02:59:20 a0607b0bb655: Preparing 02:59:20 9bc7f0888338: Preparing 02:59:20 89404c26569a: Preparing 02:59:20 060e78f6309b: Preparing 02:59:20 c9937616bfe0: Preparing 02:59:20 f0c057abb844: Preparing 02:59:20 cce92674e987: Preparing 02:59:20 060e78f6309b: Waiting 02:59:20 c9937616bfe0: Waiting 02:59:20 f0c057abb844: Waiting 02:59:20 a0607b0bb655: Layer already exists 02:59:20 89404c26569a: Layer already exists 02:59:20 02026ab4a499: Layer already exists 02:59:20 9bc7f0888338: Layer already exists 02:59:20 fdd2b2ec9024: Layer already exists 02:59:20 c9937616bfe0: Layer already exists 02:59:20 f0c057abb844: Layer already exists 02:59:20 060e78f6309b: Layer already exists 02:59:20 cce92674e987: Layer already exists 02:59:20 4.1.0-dev.103: digest: sha256:af996678f0ae759e1efc808a153738d1266f01f1e3202b35adfbc17a3e1b240c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:20 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:21 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:59:21 fdd2b2ec9024: Preparing 02:59:21 02026ab4a499: Preparing 02:59:21 a0607b0bb655: Preparing 02:59:21 9bc7f0888338: Preparing 02:59:21 89404c26569a: Preparing 02:59:21 060e78f6309b: Preparing 02:59:21 c9937616bfe0: Preparing 02:59:21 f0c057abb844: Preparing 02:59:21 cce92674e987: Preparing 02:59:21 060e78f6309b: Waiting 02:59:21 c9937616bfe0: Waiting 02:59:21 f0c057abb844: Waiting 02:59:21 cce92674e987: Waiting 02:59:21 fdd2b2ec9024: Layer already exists 02:59:21 9bc7f0888338: Layer already exists 02:59:21 89404c26569a: Layer already exists 02:59:21 a0607b0bb655: Layer already exists 02:59:21 02026ab4a499: Layer already exists 02:59:21 060e78f6309b: Layer already exists 02:59:21 f0c057abb844: Layer already exists 02:59:21 c9937616bfe0: Layer already exists 02:59:21 cce92674e987: Layer already exists 02:59:21 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:af996678f0ae759e1efc808a153738d1266f01f1e3202b35adfbc17a3e1b240c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:21 + 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 02:59:21 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:59:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:59:21 fdd2b2ec9024: Preparing 02:59:21 02026ab4a499: Preparing 02:59:21 a0607b0bb655: Preparing 02:59:21 9bc7f0888338: Preparing 02:59:21 89404c26569a: Preparing 02:59:21 060e78f6309b: Preparing 02:59:21 c9937616bfe0: Preparing 02:59:21 f0c057abb844: Preparing 02:59:21 cce92674e987: Preparing 02:59:21 060e78f6309b: Waiting 02:59:21 c9937616bfe0: Waiting 02:59:21 f0c057abb844: Waiting 02:59:21 cce92674e987: Waiting 02:59:21 fdd2b2ec9024: Layer already exists 02:59:21 02026ab4a499: Layer already exists 02:59:21 9bc7f0888338: Layer already exists 02:59:21 a0607b0bb655: Layer already exists 02:59:21 89404c26569a: Layer already exists 02:59:21 060e78f6309b: Layer already exists 02:59:21 c9937616bfe0: Layer already exists 02:59:21 cce92674e987: Layer already exists 02:59:21 f0c057abb844: Layer already exists 02:59:21 main: digest: sha256:af996678f0ae759e1efc808a153738d1266f01f1e3202b35adfbc17a3e1b240c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:59:21 ===================================================== [Pipeline] echo 02:59:21 taggedImages: 02:59:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:59:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.103 02:59:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 02:59:21 [edgeXDocker.push] Tagging docker image core-data with the following tags: 02:59:21 84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:21 latest 02:59:21 4.1.0-dev.103 02:59:21 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:21 main 02:59:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:22 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:22 + docker push nexus3.edgexfoundry.org:10004/core-data:84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:59:22 46b3fad3fdb1: Preparing 02:59:22 08e00562b8d3: Preparing 02:59:22 89404c26569a: Preparing 02:59:22 060e78f6309b: Preparing 02:59:22 c9937616bfe0: Preparing 02:59:22 488303c5d59f: Preparing 02:59:22 cce92674e987: Preparing 02:59:22 cce92674e987: Waiting 02:59:22 488303c5d59f: Waiting 02:59:22 89404c26569a: Layer already exists 02:59:22 c9937616bfe0: Layer already exists 02:59:22 060e78f6309b: Layer already exists 02:59:22 cce92674e987: Layer already exists 02:59:22 46b3fad3fdb1: Pushed 02:59:22 488303c5d59f: Pushed 02:59:25 #85 ... 02:59:25 02:59:25 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:59:25 #90 DONE 127.6s 02:59:25 02:59:25 #80 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:59:25 #80 DONE 136.2s 02:59:25 02:59:25 #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:59:25 #78 DONE 137.8s 02:59:25 02:59:25 #119 [core-keeper builder 7/8] COPY . . 02:59:25 #119 ... 02:59:25 02:59:25 #85 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:59:25 #85 DONE 134.7s 02:59:25 02:59:25 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:59:25 #94 DONE 117.2s 02:59:25 02:59:25 #86 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:59:25 #86 DONE 134.1s 02:59:25 02:59:25 #120 [security-spiffe-token-provider builder 6/7] COPY . . 02:59:25 #120 ... 02:59:25 02:59:25 #119 [core-keeper builder 7/8] COPY . . 02:59:25 #119 DONE 2.1s 02:59:25 02:59:25 #121 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:59:25 #121 CACHED 02:59:25 02:59:25 #122 [security-proxy-setup builder 6/7] COPY . . 02:59:25 #122 CACHED 02:59:25 02:59:25 #123 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:59:25 #123 CACHED 02:59:25 02:59:25 #124 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:59:25 #124 CACHED 02:59:25 02:59:25 #125 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:59:25 #125 CACHED 02:59:25 02:59:25 #126 [security-secretstore-setup builder 6/7] COPY . . 02:59:25 #126 CACHED 02:59:25 02:59:25 #127 [security-bootstrapper builder 6/7] COPY . . 02:59:25 #127 DONE 2.0s 02:59:25 02:59:25 #128 [support-scheduler builder 6/7] COPY . . 02:59:25 #128 DONE 2.2s 02:59:25 02:59:25 #129 [support-notifications builder 6/7] COPY . . 02:59:25 #129 DONE 2.2s 02:59:25 02:59:25 #130 [core-command builder 4/7] COPY go.mod vendor* ./ 02:59:25 #130 CACHED 02:59:25 02:59:25 #131 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:59:25 #131 CACHED 02:59:25 02:59:25 #132 [core-command builder 6/7] COPY . . 02:59:25 #132 CACHED 02:59:25 02:59:25 #133 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:59:25 #133 CACHED 02:59:25 02:59:25 #134 [security-proxy-auth builder 6/7] COPY . . 02:59:25 #134 CACHED 02:59:25 02:59:25 #135 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:59:25 #135 CACHED 02:59:25 02:59:25 #136 [core-metadata builder 6/7] COPY . . 02:59:25 #136 CACHED 02:59:25 02:59:25 #137 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:59:25 #137 CACHED 02:59:25 02:59:25 #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:59:25 #138 CACHED 02:59:25 02:59:25 #139 [core-data builder 6/7] COPY . . 02:59:25 #139 DONE 2.1s 02:59:25 02:59:25 #120 [security-spiffe-token-provider builder 6/7] COPY . . 02:59:25 #120 DONE 2.2s 02:59:25 02:59:25 #140 [core-common-config-bootstrapper builder 6/7] COPY . . 02:59:25 #140 CACHED 02:59:25 02:59:25 #141 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:59:25 #141 CACHED 02:59:25 02:59:25 #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:59:25 #142 CACHED 02:59:25 02:59:25 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:59:26 08e00562b8d3: Pushed 02:59:26 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:a41ead957299ca2a7668411da5ede792b11f8acfda6e0ddb6aebc27461a307d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:26 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:27 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 02:59:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:59:27 46b3fad3fdb1: Preparing 02:59:27 08e00562b8d3: Preparing 02:59:27 89404c26569a: Preparing 02:59:27 060e78f6309b: Preparing 02:59:27 c9937616bfe0: Preparing 02:59:27 488303c5d59f: Preparing 02:59:27 cce92674e987: Preparing 02:59:27 488303c5d59f: Waiting 02:59:27 cce92674e987: Waiting 02:59:27 060e78f6309b: Layer already exists 02:59:27 08e00562b8d3: Layer already exists 02:59:27 c9937616bfe0: Layer already exists 02:59:27 46b3fad3fdb1: Layer already exists 02:59:27 89404c26569a: Layer already exists 02:59:27 488303c5d59f: Layer already exists 02:59:27 cce92674e987: Layer already exists 02:59:27 latest: digest: sha256:a41ead957299ca2a7668411da5ede792b11f8acfda6e0ddb6aebc27461a307d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:27 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:27 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.103 02:59:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:59:27 46b3fad3fdb1: Preparing 02:59:27 08e00562b8d3: Preparing 02:59:27 89404c26569a: Preparing 02:59:27 060e78f6309b: Preparing 02:59:27 c9937616bfe0: Preparing 02:59:27 488303c5d59f: Preparing 02:59:27 cce92674e987: Preparing 02:59:27 488303c5d59f: Waiting 02:59:27 cce92674e987: Waiting 02:59:27 46b3fad3fdb1: Layer already exists 02:59:27 89404c26569a: Layer already exists 02:59:27 060e78f6309b: Layer already exists 02:59:27 08e00562b8d3: Layer already exists 02:59:27 c9937616bfe0: Layer already exists 02:59:27 cce92674e987: Layer already exists 02:59:27 488303c5d59f: Layer already exists 02:59:27 4.1.0-dev.103: digest: sha256:a41ead957299ca2a7668411da5ede792b11f8acfda6e0ddb6aebc27461a307d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:28 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:28 + docker push nexus3.edgexfoundry.org:10004/core-data:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:59:28 46b3fad3fdb1: Preparing 02:59:28 08e00562b8d3: Preparing 02:59:28 89404c26569a: Preparing 02:59:28 060e78f6309b: Preparing 02:59:28 c9937616bfe0: Preparing 02:59:28 488303c5d59f: Preparing 02:59:28 cce92674e987: Preparing 02:59:28 488303c5d59f: Waiting 02:59:28 cce92674e987: Waiting 02:59:28 08e00562b8d3: Layer already exists 02:59:28 c9937616bfe0: Layer already exists 02:59:28 89404c26569a: Layer already exists 02:59:28 060e78f6309b: Layer already exists 02:59:28 46b3fad3fdb1: Layer already exists 02:59:28 cce92674e987: Layer already exists 02:59:28 488303c5d59f: Layer already exists 02:59:28 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:a41ead957299ca2a7668411da5ede792b11f8acfda6e0ddb6aebc27461a307d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:28 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:29 + docker push nexus3.edgexfoundry.org:10004/core-data:main 02:59:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:59:29 46b3fad3fdb1: Preparing 02:59:29 08e00562b8d3: Preparing 02:59:29 89404c26569a: Preparing 02:59:29 060e78f6309b: Preparing 02:59:29 c9937616bfe0: Preparing 02:59:29 488303c5d59f: Preparing 02:59:29 cce92674e987: Preparing 02:59:29 488303c5d59f: Waiting 02:59:29 cce92674e987: Waiting 02:59:29 c9937616bfe0: Layer already exists 02:59:29 060e78f6309b: Layer already exists 02:59:29 46b3fad3fdb1: Layer already exists 02:59:29 89404c26569a: Layer already exists 02:59:29 08e00562b8d3: Layer already exists 02:59:29 488303c5d59f: Layer already exists 02:59:29 cce92674e987: Layer already exists 02:59:29 main: digest: sha256:a41ead957299ca2a7668411da5ede792b11f8acfda6e0ddb6aebc27461a307d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:59:29 ===================================================== [Pipeline] echo 02:59:29 taggedImages: 02:59:29 - nexus3.edgexfoundry.org:10004/core-data:84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:29 - nexus3.edgexfoundry.org:10004/core-data:latest 02:59:29 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.103 02:59:29 - nexus3.edgexfoundry.org:10004/core-data:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:29 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 02:59:29 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 02:59:29 84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:29 latest 02:59:29 4.1.0-dev.103 02:59:29 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:29 main 02:59:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:29 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:29 + docker push nexus3.edgexfoundry.org:10004/core-keeper:84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:59:29 bdced50d2544: Preparing 02:59:29 df6a852fe7c2: Preparing 02:59:29 060e78f6309b: Preparing 02:59:29 1c3fe18ebb5b: Preparing 02:59:29 173c0d6d30a2: Preparing 02:59:29 cce92674e987: Preparing 02:59:29 cce92674e987: Waiting 02:59:29 060e78f6309b: Layer already exists 02:59:29 cce92674e987: Layer already exists 02:59:29 1c3fe18ebb5b: Pushed 02:59:29 173c0d6d30a2: Pushed 02:59:29 bdced50d2544: Pushed 02:59:31 #143 ... 02:59:31 02:59:31 #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 02:59:31 #0 4.713 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:59:31 #144 ... 02:59:31 02:59:31 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:59:31 #0 5.551 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:59:31 #145 ... 02:59:31 02:59:31 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:59:31 #143 6.149 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:59:33 df6a852fe7c2: Pushed 02:59:33 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:925e7019e6a5d571fb1082baee86e401dfaa0e934fa30ddd4f6fae0a955b2e72 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:34 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:34 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 02:59:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:59:34 bdced50d2544: Preparing 02:59:34 df6a852fe7c2: Preparing 02:59:34 060e78f6309b: Preparing 02:59:34 1c3fe18ebb5b: Preparing 02:59:34 173c0d6d30a2: Preparing 02:59:34 cce92674e987: Preparing 02:59:34 cce92674e987: Waiting 02:59:34 df6a852fe7c2: Layer already exists 02:59:34 173c0d6d30a2: Layer already exists 02:59:34 bdced50d2544: Layer already exists 02:59:34 1c3fe18ebb5b: Layer already exists 02:59:34 060e78f6309b: Layer already exists 02:59:34 cce92674e987: Layer already exists 02:59:34 latest: digest: sha256:925e7019e6a5d571fb1082baee86e401dfaa0e934fa30ddd4f6fae0a955b2e72 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:34 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:35 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.103 02:59:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:59:35 bdced50d2544: Preparing 02:59:35 df6a852fe7c2: Preparing 02:59:35 060e78f6309b: Preparing 02:59:35 1c3fe18ebb5b: Preparing 02:59:35 173c0d6d30a2: Preparing 02:59:35 cce92674e987: Preparing 02:59:35 cce92674e987: Waiting 02:59:35 bdced50d2544: Layer already exists 02:59:35 173c0d6d30a2: Layer already exists 02:59:35 060e78f6309b: Layer already exists 02:59:35 df6a852fe7c2: Layer already exists 02:59:35 1c3fe18ebb5b: Layer already exists 02:59:35 cce92674e987: Layer already exists 02:59:35 4.1.0-dev.103: digest: sha256:925e7019e6a5d571fb1082baee86e401dfaa0e934fa30ddd4f6fae0a955b2e72 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:35 #143 ... 02:59:35 02:59:35 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:59:35 #0 4.778 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:59:35 #146 ... 02:59:35 02:59:35 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:59:35 #0 4.943 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:59:35 #147 ... 02:59:35 02:59:35 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:59:35 #0 6.308 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:59:35 #148 ... 02:59:35 02:59:35 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:59:35 #0 6.474 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:59:35 #149 ... 02:59:35 02:59:35 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:59:35 #0 6.460 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:59:35 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:35 #150 ... 02:59:35 02:59:35 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:59:35 #0 5.523 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:59:35 #151 ... 02:59:35 02:59:35 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:59:35 #0 5.425 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:35 + docker push nexus3.edgexfoundry.org:10004/core-keeper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:59:35 bdced50d2544: Preparing 02:59:35 df6a852fe7c2: Preparing 02:59:35 060e78f6309b: Preparing 02:59:35 1c3fe18ebb5b: Preparing 02:59:35 173c0d6d30a2: Preparing 02:59:35 cce92674e987: Preparing 02:59:35 cce92674e987: Waiting 02:59:35 1c3fe18ebb5b: Layer already exists 02:59:35 bdced50d2544: Layer already exists 02:59:35 060e78f6309b: Layer already exists 02:59:35 173c0d6d30a2: Layer already exists 02:59:35 df6a852fe7c2: Layer already exists 02:59:35 cce92674e987: Layer already exists 02:59:35 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:925e7019e6a5d571fb1082baee86e401dfaa0e934fa30ddd4f6fae0a955b2e72 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:35 #152 ... 02:59:35 02:59:35 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:59:35 #0 5.410 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:59:35 #153 ... 02:59:35 02:59:35 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:59:35 #0 6.262 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:59:36 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:36 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 02:59:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:59:36 bdced50d2544: Preparing 02:59:36 df6a852fe7c2: Preparing 02:59:36 060e78f6309b: Preparing 02:59:36 1c3fe18ebb5b: Preparing 02:59:36 173c0d6d30a2: Preparing 02:59:36 cce92674e987: Preparing 02:59:36 cce92674e987: Waiting 02:59:36 bdced50d2544: Layer already exists 02:59:36 df6a852fe7c2: Layer already exists 02:59:36 1c3fe18ebb5b: Layer already exists 02:59:36 060e78f6309b: Layer already exists 02:59:36 173c0d6d30a2: Layer already exists 02:59:36 cce92674e987: Layer already exists 02:59:36 main: digest: sha256:925e7019e6a5d571fb1082baee86e401dfaa0e934fa30ddd4f6fae0a955b2e72 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:59:36 ===================================================== [Pipeline] echo 02:59:36 taggedImages: 02:59:36 - nexus3.edgexfoundry.org:10004/core-keeper:84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:36 - nexus3.edgexfoundry.org:10004/core-keeper:latest 02:59:36 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.103 02:59:36 - nexus3.edgexfoundry.org:10004/core-keeper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:36 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 02:59:36 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 02:59:36 84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:36 latest 02:59:36 4.1.0-dev.103 02:59:36 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:36 main 02:59:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:36 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata:84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:59:37 6f38b8b264e3: Preparing 02:59:37 6692cf99c71d: Preparing 02:59:37 11a05dfd047a: Preparing 02:59:37 89404c26569a: Preparing 02:59:37 060e78f6309b: Preparing 02:59:37 c9937616bfe0: Preparing 02:59:37 f0c057abb844: Preparing 02:59:37 cce92674e987: Preparing 02:59:37 c9937616bfe0: Waiting 02:59:37 f0c057abb844: Waiting 02:59:37 cce92674e987: Waiting 02:59:37 060e78f6309b: Layer already exists 02:59:37 89404c26569a: Layer already exists 02:59:37 c9937616bfe0: Layer already exists 02:59:37 f0c057abb844: Layer already exists 02:59:37 cce92674e987: Layer already exists 02:59:37 6692cf99c71d: Pushed 02:59:37 6f38b8b264e3: Pushed 02:59:41 11a05dfd047a: Pushed 02:59:41 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:abea3a10e79ed7f997ec96b6cd3eee5d772e7b3f8726bb8b0b6a2027a9393ce1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:41 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 02:59:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:59:42 6f38b8b264e3: Preparing 02:59:42 6692cf99c71d: Preparing 02:59:42 11a05dfd047a: Preparing 02:59:42 89404c26569a: Preparing 02:59:42 060e78f6309b: Preparing 02:59:42 c9937616bfe0: Preparing 02:59:42 f0c057abb844: Preparing 02:59:42 cce92674e987: Preparing 02:59:42 c9937616bfe0: Waiting 02:59:42 f0c057abb844: Waiting 02:59:42 cce92674e987: Waiting 02:59:42 6f38b8b264e3: Layer already exists 02:59:42 11a05dfd047a: Layer already exists 02:59:42 060e78f6309b: Layer already exists 02:59:42 6692cf99c71d: Layer already exists 02:59:42 89404c26569a: Layer already exists 02:59:42 c9937616bfe0: Layer already exists 02:59:42 cce92674e987: Layer already exists 02:59:42 f0c057abb844: Layer already exists 02:59:42 latest: digest: sha256:abea3a10e79ed7f997ec96b6cd3eee5d772e7b3f8726bb8b0b6a2027a9393ce1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:42 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.103 02:59:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:59:42 6f38b8b264e3: Preparing 02:59:42 6692cf99c71d: Preparing 02:59:42 11a05dfd047a: Preparing 02:59:42 89404c26569a: Preparing 02:59:42 060e78f6309b: Preparing 02:59:42 c9937616bfe0: Preparing 02:59:42 f0c057abb844: Preparing 02:59:42 cce92674e987: Preparing 02:59:42 c9937616bfe0: Waiting 02:59:42 f0c057abb844: Waiting 02:59:42 cce92674e987: Waiting 02:59:42 11a05dfd047a: Layer already exists 02:59:42 6692cf99c71d: Layer already exists 02:59:42 060e78f6309b: Layer already exists 02:59:42 6f38b8b264e3: Layer already exists 02:59:42 89404c26569a: Layer already exists 02:59:42 f0c057abb844: Layer already exists 02:59:42 c9937616bfe0: Layer already exists 02:59:42 cce92674e987: Layer already exists 02:59:42 4.1.0-dev.103: digest: sha256:abea3a10e79ed7f997ec96b6cd3eee5d772e7b3f8726bb8b0b6a2027a9393ce1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:43 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:59:43 6f38b8b264e3: Preparing 02:59:43 6692cf99c71d: Preparing 02:59:43 11a05dfd047a: Preparing 02:59:43 89404c26569a: Preparing 02:59:43 060e78f6309b: Preparing 02:59:43 c9937616bfe0: Preparing 02:59:43 f0c057abb844: Preparing 02:59:43 cce92674e987: Preparing 02:59:43 c9937616bfe0: Waiting 02:59:43 f0c057abb844: Waiting 02:59:43 cce92674e987: Waiting 02:59:43 89404c26569a: Layer already exists 02:59:43 6f38b8b264e3: Layer already exists 02:59:43 6692cf99c71d: Layer already exists 02:59:43 11a05dfd047a: Layer already exists 02:59:43 060e78f6309b: Layer already exists 02:59:43 f0c057abb844: Layer already exists 02:59:43 cce92674e987: Layer already exists 02:59:43 c9937616bfe0: Layer already exists 02:59:43 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:abea3a10e79ed7f997ec96b6cd3eee5d772e7b3f8726bb8b0b6a2027a9393ce1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:43 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:44 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 02:59:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:59:44 6f38b8b264e3: Preparing 02:59:44 6692cf99c71d: Preparing 02:59:44 11a05dfd047a: Preparing 02:59:44 89404c26569a: Preparing 02:59:44 060e78f6309b: Preparing 02:59:44 c9937616bfe0: Preparing 02:59:44 f0c057abb844: Preparing 02:59:44 cce92674e987: Preparing 02:59:44 c9937616bfe0: Waiting 02:59:44 f0c057abb844: Waiting 02:59:44 cce92674e987: Waiting 02:59:44 11a05dfd047a: Layer already exists 02:59:44 89404c26569a: Layer already exists 02:59:44 6692cf99c71d: Layer already exists 02:59:44 060e78f6309b: Layer already exists 02:59:44 6f38b8b264e3: Layer already exists 02:59:44 c9937616bfe0: Layer already exists 02:59:44 cce92674e987: Layer already exists 02:59:44 f0c057abb844: Layer already exists 02:59:44 main: digest: sha256:abea3a10e79ed7f997ec96b6cd3eee5d772e7b3f8726bb8b0b6a2027a9393ce1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:59:44 ===================================================== [Pipeline] echo 02:59:44 taggedImages: 02:59:44 - nexus3.edgexfoundry.org:10004/core-metadata:84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:44 - nexus3.edgexfoundry.org:10004/core-metadata:latest 02:59:44 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.103 02:59:44 - nexus3.edgexfoundry.org:10004/core-metadata:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:44 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 02:59:44 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 02:59:44 84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:44 latest 02:59:44 4.1.0-dev.103 02:59:44 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:44 main 02:59:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:44 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:59:44 1d49262cea27: Preparing 02:59:44 75d5094cff4e: Preparing 02:59:44 727db5f2f2df: Preparing 02:59:44 2a171cd4969c: Preparing 02:59:44 73e723d7abdf: Preparing 02:59:44 1952b7b7ede0: Preparing 02:59:44 8d633aec8f62: Preparing 02:59:44 89404c26569a: Preparing 02:59:44 060e78f6309b: Preparing 02:59:44 bdb6dddd9200: Preparing 02:59:44 1dd96f234e82: Preparing 02:59:44 5f70bf18a086: Preparing 02:59:44 56a58e451f90: Preparing 02:59:44 bd534128c25a: Preparing 02:59:44 283af5e90139: Preparing 02:59:44 cce92674e987: Preparing 02:59:44 89404c26569a: Waiting 02:59:44 060e78f6309b: Waiting 02:59:44 bdb6dddd9200: Waiting 02:59:44 1dd96f234e82: Waiting 02:59:44 5f70bf18a086: Waiting 02:59:44 56a58e451f90: Waiting 02:59:44 bd534128c25a: Waiting 02:59:44 283af5e90139: Waiting 02:59:44 cce92674e987: Waiting 02:59:44 1952b7b7ede0: Waiting 02:59:44 8d633aec8f62: Waiting 02:59:44 73e723d7abdf: Pushed 02:59:44 727db5f2f2df: Pushed 02:59:44 2a171cd4969c: Pushed 02:59:44 75d5094cff4e: Pushed 02:59:44 1d49262cea27: Pushed 02:59:44 89404c26569a: Layer already exists 02:59:44 060e78f6309b: Layer already exists 02:59:44 5f70bf18a086: Layer already exists 02:59:44 1952b7b7ede0: Pushed 02:59:45 bdb6dddd9200: Pushed 02:59:45 1dd96f234e82: Pushed 02:59:45 bd534128c25a: Pushed 02:59:45 56a58e451f90: Pushed 02:59:45 cce92674e987: Layer already exists 02:59:45 283af5e90139: Pushed 02:59:46 8d633aec8f62: Pushed 02:59:46 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:d7c11dc03460e62e952556c9312ac5c6e9d141ee6d1dcd9cdc44001424210d3b size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:46 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:47 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:59:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:59:47 1d49262cea27: Preparing 02:59:47 75d5094cff4e: Preparing 02:59:47 727db5f2f2df: Preparing 02:59:47 2a171cd4969c: Preparing 02:59:47 73e723d7abdf: Preparing 02:59:47 1952b7b7ede0: Preparing 02:59:47 8d633aec8f62: Preparing 02:59:47 89404c26569a: Preparing 02:59:47 060e78f6309b: Preparing 02:59:47 bdb6dddd9200: Preparing 02:59:47 1dd96f234e82: Preparing 02:59:47 5f70bf18a086: Preparing 02:59:47 8d633aec8f62: Waiting 02:59:47 56a58e451f90: Preparing 02:59:47 89404c26569a: Waiting 02:59:47 bd534128c25a: Preparing 02:59:47 060e78f6309b: Waiting 02:59:47 283af5e90139: Preparing 02:59:47 bdb6dddd9200: Waiting 02:59:47 cce92674e987: Preparing 02:59:47 1dd96f234e82: Waiting 02:59:47 5f70bf18a086: Waiting 02:59:47 56a58e451f90: Waiting 02:59:47 bd534128c25a: Waiting 02:59:47 283af5e90139: Waiting 02:59:47 cce92674e987: Waiting 02:59:47 1952b7b7ede0: Waiting 02:59:47 73e723d7abdf: Layer already exists 02:59:47 75d5094cff4e: Layer already exists 02:59:47 1d49262cea27: Layer already exists 02:59:47 2a171cd4969c: Layer already exists 02:59:47 727db5f2f2df: Layer already exists 02:59:47 8d633aec8f62: Layer already exists 02:59:47 bdb6dddd9200: Layer already exists 02:59:47 89404c26569a: Layer already exists 02:59:47 1952b7b7ede0: Layer already exists 02:59:47 060e78f6309b: Layer already exists 02:59:47 1dd96f234e82: Layer already exists 02:59:47 56a58e451f90: Layer already exists 02:59:47 5f70bf18a086: Layer already exists 02:59:47 bd534128c25a: Layer already exists 02:59:47 283af5e90139: Layer already exists 02:59:47 cce92674e987: Layer already exists 02:59:47 latest: digest: sha256:d7c11dc03460e62e952556c9312ac5c6e9d141ee6d1dcd9cdc44001424210d3b size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:47 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:47 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.103 02:59:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:59:47 1d49262cea27: Preparing 02:59:47 75d5094cff4e: Preparing 02:59:47 727db5f2f2df: Preparing 02:59:47 2a171cd4969c: Preparing 02:59:47 73e723d7abdf: Preparing 02:59:47 1952b7b7ede0: Preparing 02:59:47 8d633aec8f62: Preparing 02:59:47 89404c26569a: Preparing 02:59:47 060e78f6309b: Preparing 02:59:47 bdb6dddd9200: Preparing 02:59:47 1dd96f234e82: Preparing 02:59:47 5f70bf18a086: Preparing 02:59:47 56a58e451f90: Preparing 02:59:47 1952b7b7ede0: Waiting 02:59:47 bd534128c25a: Preparing 02:59:47 8d633aec8f62: Waiting 02:59:47 89404c26569a: Waiting 02:59:47 283af5e90139: Preparing 02:59:47 060e78f6309b: Waiting 02:59:47 cce92674e987: Preparing 02:59:47 bdb6dddd9200: Waiting 02:59:47 1dd96f234e82: Waiting 02:59:47 bd534128c25a: Waiting 02:59:47 283af5e90139: Waiting 02:59:47 5f70bf18a086: Waiting 02:59:47 cce92674e987: Waiting 02:59:47 56a58e451f90: Waiting 02:59:47 2a171cd4969c: Layer already exists 02:59:47 1d49262cea27: Layer already exists 02:59:47 75d5094cff4e: Layer already exists 02:59:47 727db5f2f2df: Layer already exists 02:59:47 73e723d7abdf: Layer already exists 02:59:47 060e78f6309b: Layer already exists 02:59:47 89404c26569a: Layer already exists 02:59:47 1952b7b7ede0: Layer already exists 02:59:47 8d633aec8f62: Layer already exists 02:59:47 bdb6dddd9200: Layer already exists 02:59:47 56a58e451f90: Layer already exists 02:59:47 1dd96f234e82: Layer already exists 02:59:47 bd534128c25a: Layer already exists 02:59:47 5f70bf18a086: Layer already exists 02:59:47 283af5e90139: Layer already exists 02:59:47 cce92674e987: Layer already exists 02:59:47 4.1.0-dev.103: digest: sha256:d7c11dc03460e62e952556c9312ac5c6e9d141ee6d1dcd9cdc44001424210d3b size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:47 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:48 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:59:48 1d49262cea27: Preparing 02:59:48 75d5094cff4e: Preparing 02:59:48 727db5f2f2df: Preparing 02:59:48 2a171cd4969c: Preparing 02:59:48 73e723d7abdf: Preparing 02:59:48 1952b7b7ede0: Preparing 02:59:48 8d633aec8f62: Preparing 02:59:48 89404c26569a: Preparing 02:59:48 060e78f6309b: Preparing 02:59:48 bdb6dddd9200: Preparing 02:59:48 1dd96f234e82: Preparing 02:59:48 5f70bf18a086: Preparing 02:59:48 56a58e451f90: Preparing 02:59:48 bd534128c25a: Preparing 02:59:48 283af5e90139: Preparing 02:59:48 cce92674e987: Preparing 02:59:48 56a58e451f90: Waiting 02:59:48 bd534128c25a: Waiting 02:59:48 283af5e90139: Waiting 02:59:48 cce92674e987: Waiting 02:59:48 060e78f6309b: Waiting 02:59:48 bdb6dddd9200: Waiting 02:59:48 5f70bf18a086: Waiting 02:59:48 1dd96f234e82: Waiting 02:59:48 8d633aec8f62: Waiting 02:59:48 1952b7b7ede0: Waiting 02:59:48 89404c26569a: Waiting 02:59:48 1d49262cea27: Layer already exists 02:59:48 75d5094cff4e: Layer already exists 02:59:48 73e723d7abdf: Layer already exists 02:59:48 2a171cd4969c: Layer already exists 02:59:48 727db5f2f2df: Layer already exists 02:59:48 060e78f6309b: Layer already exists 02:59:48 89404c26569a: Layer already exists 02:59:48 8d633aec8f62: Layer already exists 02:59:48 1952b7b7ede0: Layer already exists 02:59:48 bdb6dddd9200: Layer already exists 02:59:48 1dd96f234e82: Layer already exists 02:59:48 56a58e451f90: Layer already exists 02:59:48 5f70bf18a086: Layer already exists 02:59:48 bd534128c25a: Layer already exists 02:59:48 283af5e90139: Layer already exists 02:59:48 cce92674e987: Layer already exists 02:59:48 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:d7c11dc03460e62e952556c9312ac5c6e9d141ee6d1dcd9cdc44001424210d3b size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:48 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:48 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:59:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:59:48 1d49262cea27: Preparing 02:59:48 75d5094cff4e: Preparing 02:59:48 727db5f2f2df: Preparing 02:59:48 2a171cd4969c: Preparing 02:59:48 73e723d7abdf: Preparing 02:59:48 1952b7b7ede0: Preparing 02:59:48 8d633aec8f62: Preparing 02:59:48 89404c26569a: Preparing 02:59:48 060e78f6309b: Preparing 02:59:48 bdb6dddd9200: Preparing 02:59:48 1dd96f234e82: Preparing 02:59:48 5f70bf18a086: Preparing 02:59:48 56a58e451f90: Preparing 02:59:48 bd534128c25a: Preparing 02:59:48 283af5e90139: Preparing 02:59:48 cce92674e987: Preparing 02:59:48 060e78f6309b: Waiting 02:59:48 1952b7b7ede0: Waiting 02:59:48 bdb6dddd9200: Waiting 02:59:48 1dd96f234e82: Waiting 02:59:48 283af5e90139: Waiting 02:59:48 cce92674e987: Waiting 02:59:48 5f70bf18a086: Waiting 02:59:48 89404c26569a: Waiting 02:59:48 bd534128c25a: Waiting 02:59:48 56a58e451f90: Waiting 02:59:48 73e723d7abdf: Layer already exists 02:59:48 2a171cd4969c: Layer already exists 02:59:48 727db5f2f2df: Layer already exists 02:59:48 1d49262cea27: Layer already exists 02:59:48 75d5094cff4e: Layer already exists 02:59:48 8d633aec8f62: Layer already exists 02:59:48 bdb6dddd9200: Layer already exists 02:59:48 1952b7b7ede0: Layer already exists 02:59:48 89404c26569a: Layer already exists 02:59:48 060e78f6309b: Layer already exists 02:59:48 1dd96f234e82: Layer already exists 02:59:48 5f70bf18a086: Layer already exists 02:59:48 56a58e451f90: Layer already exists 02:59:48 283af5e90139: Layer already exists 02:59:48 bd534128c25a: Layer already exists 02:59:48 cce92674e987: Layer already exists 02:59:48 main: digest: sha256:d7c11dc03460e62e952556c9312ac5c6e9d141ee6d1dcd9cdc44001424210d3b size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:59:49 ===================================================== [Pipeline] echo 02:59:49 taggedImages: 02:59:49 - nexus3.edgexfoundry.org:10004/security-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:49 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:59:49 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.103 02:59:49 - nexus3.edgexfoundry.org:10004/security-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:49 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 02:59:49 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 02:59:49 84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:49 latest 02:59:49 4.1.0-dev.103 02:59:49 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:49 main 02:59:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:49 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:59:49 2da8ebdf5512: Preparing 02:59:49 739ba875b32a: Preparing 02:59:49 32f7a1790495: Preparing 02:59:49 df11514d6c39: Preparing 02:59:49 89404c26569a: Preparing 02:59:49 060e78f6309b: Preparing 02:59:49 c9937616bfe0: Preparing 02:59:49 f0c057abb844: Preparing 02:59:49 060e78f6309b: Waiting 02:59:49 cce92674e987: Preparing 02:59:49 c9937616bfe0: Waiting 02:59:49 f0c057abb844: Waiting 02:59:49 cce92674e987: Waiting 02:59:49 89404c26569a: Layer already exists 02:59:49 060e78f6309b: Layer already exists 02:59:49 c9937616bfe0: Layer already exists 02:59:49 f0c057abb844: Layer already exists 02:59:49 cce92674e987: Layer already exists 02:59:49 32f7a1790495: Pushed 02:59:49 739ba875b32a: Pushed 02:59:49 2da8ebdf5512: Pushed 02:59:53 df11514d6c39: Pushed 02:59:53 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:6e8322ca99175728874112906bbd8a4908e2036a6248a8886f655ff508645bab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:54 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:59:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:59:54 2da8ebdf5512: Preparing 02:59:54 739ba875b32a: Preparing 02:59:54 32f7a1790495: Preparing 02:59:54 df11514d6c39: Preparing 02:59:54 89404c26569a: Preparing 02:59:54 060e78f6309b: Preparing 02:59:54 c9937616bfe0: Preparing 02:59:54 f0c057abb844: Preparing 02:59:54 cce92674e987: Preparing 02:59:54 060e78f6309b: Waiting 02:59:54 f0c057abb844: Waiting 02:59:54 c9937616bfe0: Waiting 02:59:54 cce92674e987: Waiting 02:59:54 739ba875b32a: Layer already exists 02:59:54 32f7a1790495: Layer already exists 02:59:54 89404c26569a: Layer already exists 02:59:54 2da8ebdf5512: Layer already exists 02:59:54 df11514d6c39: Layer already exists 02:59:54 f0c057abb844: Layer already exists 02:59:54 c9937616bfe0: Layer already exists 02:59:54 060e78f6309b: Layer already exists 02:59:54 cce92674e987: Layer already exists 02:59:54 latest: digest: sha256:6e8322ca99175728874112906bbd8a4908e2036a6248a8886f655ff508645bab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:54 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.103 02:59:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:59:55 2da8ebdf5512: Preparing 02:59:55 739ba875b32a: Preparing 02:59:55 32f7a1790495: Preparing 02:59:55 df11514d6c39: Preparing 02:59:55 89404c26569a: Preparing 02:59:55 060e78f6309b: Preparing 02:59:55 c9937616bfe0: Preparing 02:59:55 f0c057abb844: Preparing 02:59:55 cce92674e987: Preparing 02:59:55 c9937616bfe0: Waiting 02:59:55 f0c057abb844: Waiting 02:59:55 cce92674e987: Waiting 02:59:55 060e78f6309b: Waiting 02:59:55 32f7a1790495: Layer already exists 02:59:55 89404c26569a: Layer already exists 02:59:55 2da8ebdf5512: Layer already exists 02:59:55 739ba875b32a: Layer already exists 02:59:55 df11514d6c39: Layer already exists 02:59:55 060e78f6309b: Layer already exists 02:59:55 c9937616bfe0: Layer already exists 02:59:55 f0c057abb844: Layer already exists 02:59:55 cce92674e987: Layer already exists 02:59:55 4.1.0-dev.103: digest: sha256:6e8322ca99175728874112906bbd8a4908e2036a6248a8886f655ff508645bab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:55 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:59:55 2da8ebdf5512: Preparing 02:59:55 739ba875b32a: Preparing 02:59:55 32f7a1790495: Preparing 02:59:55 df11514d6c39: Preparing 02:59:55 89404c26569a: Preparing 02:59:55 060e78f6309b: Preparing 02:59:55 c9937616bfe0: Preparing 02:59:55 f0c057abb844: Preparing 02:59:55 cce92674e987: Preparing 02:59:55 f0c057abb844: Waiting 02:59:55 060e78f6309b: Waiting 02:59:55 c9937616bfe0: Waiting 02:59:55 cce92674e987: Waiting 02:59:55 32f7a1790495: Layer already exists 02:59:55 739ba875b32a: Layer already exists 02:59:55 df11514d6c39: Layer already exists 02:59:55 2da8ebdf5512: Layer already exists 02:59:55 89404c26569a: Layer already exists 02:59:55 060e78f6309b: Layer already exists 02:59:55 c9937616bfe0: Layer already exists 02:59:55 cce92674e987: Layer already exists 02:59:55 f0c057abb844: Layer already exists 02:59:55 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:6e8322ca99175728874112906bbd8a4908e2036a6248a8886f655ff508645bab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:56 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:59:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:59:56 2da8ebdf5512: Preparing 02:59:56 739ba875b32a: Preparing 02:59:56 32f7a1790495: Preparing 02:59:56 df11514d6c39: Preparing 02:59:56 89404c26569a: Preparing 02:59:56 060e78f6309b: Preparing 02:59:56 c9937616bfe0: Preparing 02:59:56 f0c057abb844: Preparing 02:59:56 cce92674e987: Preparing 02:59:56 060e78f6309b: Waiting 02:59:56 f0c057abb844: Waiting 02:59:56 c9937616bfe0: Waiting 02:59:56 cce92674e987: Waiting 02:59:56 89404c26569a: Layer already exists 02:59:56 2da8ebdf5512: Layer already exists 02:59:56 32f7a1790495: Layer already exists 02:59:56 df11514d6c39: Layer already exists 02:59:56 739ba875b32a: Layer already exists 02:59:56 060e78f6309b: Layer already exists 02:59:56 cce92674e987: Layer already exists 02:59:56 c9937616bfe0: Layer already exists 02:59:56 f0c057abb844: Layer already exists 02:59:56 main: digest: sha256:6e8322ca99175728874112906bbd8a4908e2036a6248a8886f655ff508645bab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:59:56 ===================================================== [Pipeline] echo 02:59:56 taggedImages: 02:59:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:59:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.103 02:59:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 02:59:56 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 02:59:56 84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:56 latest 02:59:56 4.1.0-dev.103 02:59:56 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 02:59:56 main 02:59:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:56 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29 02:59:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:59:57 05b2ac292f3e: Preparing 02:59:57 50f8bee3818b: Preparing 02:59:57 9b0178b2a5b2: Preparing 02:59:57 dc6958b1c453: Preparing 02:59:57 44ecd855f68d: Preparing 02:59:57 89404c26569a: Preparing 02:59:57 060e78f6309b: Preparing 02:59:57 fe29db3ecc2a: Preparing 02:59:57 142f890bbc41: Preparing 02:59:57 5f90a90d6a3f: Preparing 02:59:57 cce92674e987: Preparing 02:59:57 fe29db3ecc2a: Waiting 02:59:57 060e78f6309b: Waiting 02:59:57 89404c26569a: Waiting 02:59:57 5f90a90d6a3f: Waiting 02:59:57 142f890bbc41: Waiting 02:59:57 cce92674e987: Waiting 02:59:57 50f8bee3818b: Pushed 02:59:57 05b2ac292f3e: Pushed 02:59:57 dc6958b1c453: Pushed 02:59:57 44ecd855f68d: Pushed 02:59:57 89404c26569a: Layer already exists 02:59:57 060e78f6309b: Layer already exists 02:59:57 cce92674e987: Layer already exists 02:59:57 fe29db3ecc2a: Pushed 02:59:57 142f890bbc41: Pushed 02:59:58 5f90a90d6a3f: Pushed 03:00:00 9b0178b2a5b2: Pushed 03:00:00 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:b55004698697886cb5c388f3dc12c980cd94d666e623dd347faa50d5bbefd35b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:01 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:00:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:00:01 05b2ac292f3e: Preparing 03:00:01 50f8bee3818b: Preparing 03:00:01 9b0178b2a5b2: Preparing 03:00:01 dc6958b1c453: Preparing 03:00:01 44ecd855f68d: Preparing 03:00:01 89404c26569a: Preparing 03:00:01 060e78f6309b: Preparing 03:00:01 fe29db3ecc2a: Preparing 03:00:01 142f890bbc41: Preparing 03:00:01 5f90a90d6a3f: Preparing 03:00:01 cce92674e987: Preparing 03:00:01 89404c26569a: Waiting 03:00:01 060e78f6309b: Waiting 03:00:01 fe29db3ecc2a: Waiting 03:00:01 142f890bbc41: Waiting 03:00:01 5f90a90d6a3f: Waiting 03:00:01 cce92674e987: Waiting 03:00:01 05b2ac292f3e: Layer already exists 03:00:01 44ecd855f68d: Layer already exists 03:00:01 dc6958b1c453: Layer already exists 03:00:01 9b0178b2a5b2: Layer already exists 03:00:01 50f8bee3818b: Layer already exists 03:00:01 142f890bbc41: Layer already exists 03:00:01 fe29db3ecc2a: Layer already exists 03:00:01 89404c26569a: Layer already exists 03:00:01 5f90a90d6a3f: Layer already exists 03:00:01 060e78f6309b: Layer already exists 03:00:01 cce92674e987: Layer already exists 03:00:01 latest: digest: sha256:b55004698697886cb5c388f3dc12c980cd94d666e623dd347faa50d5bbefd35b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:01 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.103 03:00:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:00:02 05b2ac292f3e: Preparing 03:00:02 50f8bee3818b: Preparing 03:00:02 9b0178b2a5b2: Preparing 03:00:02 dc6958b1c453: Preparing 03:00:02 44ecd855f68d: Preparing 03:00:02 89404c26569a: Preparing 03:00:02 060e78f6309b: Preparing 03:00:02 fe29db3ecc2a: Preparing 03:00:02 142f890bbc41: Preparing 03:00:02 5f90a90d6a3f: Preparing 03:00:02 cce92674e987: Preparing 03:00:02 89404c26569a: Waiting 03:00:02 060e78f6309b: Waiting 03:00:02 fe29db3ecc2a: Waiting 03:00:02 142f890bbc41: Waiting 03:00:02 5f90a90d6a3f: Waiting 03:00:02 cce92674e987: Waiting 03:00:02 9b0178b2a5b2: Layer already exists 03:00:02 50f8bee3818b: Layer already exists 03:00:02 dc6958b1c453: Layer already exists 03:00:02 05b2ac292f3e: Layer already exists 03:00:02 44ecd855f68d: Layer already exists 03:00:02 89404c26569a: Layer already exists 03:00:02 060e78f6309b: Layer already exists 03:00:02 fe29db3ecc2a: Layer already exists 03:00:02 142f890bbc41: Layer already exists 03:00:02 5f90a90d6a3f: Layer already exists 03:00:02 cce92674e987: Layer already exists 03:00:02 4.1.0-dev.103: digest: sha256:b55004698697886cb5c388f3dc12c980cd94d666e623dd347faa50d5bbefd35b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:02 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:00:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:00:02 05b2ac292f3e: Preparing 03:00:02 50f8bee3818b: Preparing 03:00:02 9b0178b2a5b2: Preparing 03:00:02 dc6958b1c453: Preparing 03:00:02 44ecd855f68d: Preparing 03:00:02 89404c26569a: Preparing 03:00:02 060e78f6309b: Preparing 03:00:02 fe29db3ecc2a: Preparing 03:00:02 142f890bbc41: Preparing 03:00:02 5f90a90d6a3f: Preparing 03:00:02 cce92674e987: Preparing 03:00:02 060e78f6309b: Waiting 03:00:02 fe29db3ecc2a: Waiting 03:00:02 142f890bbc41: Waiting 03:00:02 5f90a90d6a3f: Waiting 03:00:02 cce92674e987: Waiting 03:00:02 89404c26569a: Waiting 03:00:02 50f8bee3818b: Layer already exists 03:00:02 dc6958b1c453: Layer already exists 03:00:02 44ecd855f68d: Layer already exists 03:00:02 05b2ac292f3e: Layer already exists 03:00:02 9b0178b2a5b2: Layer already exists 03:00:02 89404c26569a: Layer already exists 03:00:02 060e78f6309b: Layer already exists 03:00:02 fe29db3ecc2a: Layer already exists 03:00:02 142f890bbc41: Layer already exists 03:00:02 5f90a90d6a3f: Layer already exists 03:00:02 cce92674e987: Layer already exists 03:00:02 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:b55004698697886cb5c388f3dc12c980cd94d666e623dd347faa50d5bbefd35b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:02 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:00:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:00:03 05b2ac292f3e: Preparing 03:00:03 50f8bee3818b: Preparing 03:00:03 9b0178b2a5b2: Preparing 03:00:03 dc6958b1c453: Preparing 03:00:03 44ecd855f68d: Preparing 03:00:03 89404c26569a: Preparing 03:00:03 060e78f6309b: Preparing 03:00:03 fe29db3ecc2a: Preparing 03:00:03 142f890bbc41: Preparing 03:00:03 5f90a90d6a3f: Preparing 03:00:03 cce92674e987: Preparing 03:00:03 fe29db3ecc2a: Waiting 03:00:03 142f890bbc41: Waiting 03:00:03 5f90a90d6a3f: Waiting 03:00:03 cce92674e987: Waiting 03:00:03 89404c26569a: Waiting 03:00:03 060e78f6309b: Waiting 03:00:03 50f8bee3818b: Layer already exists 03:00:03 dc6958b1c453: Layer already exists 03:00:03 9b0178b2a5b2: Layer already exists 03:00:03 44ecd855f68d: Layer already exists 03:00:03 05b2ac292f3e: Layer already exists 03:00:03 142f890bbc41: Layer already exists 03:00:03 fe29db3ecc2a: Layer already exists 03:00:03 89404c26569a: Layer already exists 03:00:03 5f90a90d6a3f: Layer already exists 03:00:03 060e78f6309b: Layer already exists 03:00:03 cce92674e987: Layer already exists 03:00:03 main: digest: sha256:b55004698697886cb5c388f3dc12c980cd94d666e623dd347faa50d5bbefd35b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:00:03 ===================================================== [Pipeline] echo 03:00:03 taggedImages: 03:00:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:00:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:00:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.103 03:00:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:00:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 03:00:03 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 03:00:03 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:00:03 latest 03:00:03 4.1.0-dev.103 03:00:03 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:00:03 main 03:00:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:03 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:00:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:00:04 dd5bab5b60e8: Preparing 03:00:04 7e834e9cd65b: Preparing 03:00:04 f8009b10266c: Preparing 03:00:04 99915f556456: Preparing 03:00:04 00a537177882: Preparing 03:00:04 ab19a824ed3e: Preparing 03:00:04 c4b7b79f80a5: Preparing 03:00:04 89404c26569a: Preparing 03:00:04 060e78f6309b: Preparing 03:00:04 a4432dd7a6f0: Preparing 03:00:04 6a9badc2619f: Preparing 03:00:04 cce92674e987: Preparing 03:00:04 ab19a824ed3e: Waiting 03:00:04 c4b7b79f80a5: Waiting 03:00:04 89404c26569a: Waiting 03:00:04 cce92674e987: Waiting 03:00:04 060e78f6309b: Waiting 03:00:04 a4432dd7a6f0: Waiting 03:00:04 6a9badc2619f: Waiting 03:00:04 dd5bab5b60e8: Pushed 03:00:04 00a537177882: Pushed 03:00:04 7e834e9cd65b: Pushed 03:00:04 89404c26569a: Layer already exists 03:00:04 060e78f6309b: Layer already exists 03:00:04 ab19a824ed3e: Pushed 03:00:04 c4b7b79f80a5: Pushed 03:00:04 cce92674e987: Layer already exists 03:00:04 a4432dd7a6f0: Pushed 03:00:05 6a9badc2619f: Pushed 03:00:07 99915f556456: Pushed 03:00:07 f8009b10266c: Pushed 03:00:07 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:02d6fe96a007f321557d6559484c28f9d0dc6f23069d8a51f984c0cb56683324 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:07 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:08 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:00:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:00:08 dd5bab5b60e8: Preparing 03:00:08 7e834e9cd65b: Preparing 03:00:08 f8009b10266c: Preparing 03:00:08 99915f556456: Preparing 03:00:08 00a537177882: Preparing 03:00:08 ab19a824ed3e: Preparing 03:00:08 c4b7b79f80a5: Preparing 03:00:08 89404c26569a: Preparing 03:00:08 060e78f6309b: Preparing 03:00:08 a4432dd7a6f0: Preparing 03:00:08 6a9badc2619f: Preparing 03:00:08 cce92674e987: Preparing 03:00:08 c4b7b79f80a5: Waiting 03:00:08 89404c26569a: Waiting 03:00:08 a4432dd7a6f0: Waiting 03:00:08 060e78f6309b: Waiting 03:00:08 6a9badc2619f: Waiting 03:00:08 ab19a824ed3e: Waiting 03:00:08 cce92674e987: Waiting 03:00:08 99915f556456: Layer already exists 03:00:08 dd5bab5b60e8: Layer already exists 03:00:08 00a537177882: Layer already exists 03:00:08 f8009b10266c: Layer already exists 03:00:08 7e834e9cd65b: Layer already exists 03:00:08 060e78f6309b: Layer already exists 03:00:08 89404c26569a: Layer already exists 03:00:08 ab19a824ed3e: Layer already exists 03:00:08 c4b7b79f80a5: Layer already exists 03:00:08 a4432dd7a6f0: Layer already exists 03:00:08 6a9badc2619f: Layer already exists 03:00:08 cce92674e987: Layer already exists 03:00:08 latest: digest: sha256:02d6fe96a007f321557d6559484c28f9d0dc6f23069d8a51f984c0cb56683324 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:08 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:08 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.103 03:00:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:00:08 dd5bab5b60e8: Preparing 03:00:08 7e834e9cd65b: Preparing 03:00:08 f8009b10266c: Preparing 03:00:08 99915f556456: Preparing 03:00:08 00a537177882: Preparing 03:00:08 ab19a824ed3e: Preparing 03:00:08 c4b7b79f80a5: Preparing 03:00:08 89404c26569a: Preparing 03:00:08 060e78f6309b: Preparing 03:00:08 a4432dd7a6f0: Preparing 03:00:08 6a9badc2619f: Preparing 03:00:08 cce92674e987: Preparing 03:00:08 89404c26569a: Waiting 03:00:08 060e78f6309b: Waiting 03:00:08 a4432dd7a6f0: Waiting 03:00:08 6a9badc2619f: Waiting 03:00:08 cce92674e987: Waiting 03:00:08 ab19a824ed3e: Waiting 03:00:08 c4b7b79f80a5: Waiting 03:00:08 dd5bab5b60e8: Layer already exists 03:00:08 7e834e9cd65b: Layer already exists 03:00:08 00a537177882: Layer already exists 03:00:08 99915f556456: Layer already exists 03:00:08 f8009b10266c: Layer already exists 03:00:08 c4b7b79f80a5: Layer already exists 03:00:08 89404c26569a: Layer already exists 03:00:08 060e78f6309b: Layer already exists 03:00:08 ab19a824ed3e: Layer already exists 03:00:08 a4432dd7a6f0: Layer already exists 03:00:08 6a9badc2619f: Layer already exists 03:00:08 cce92674e987: Layer already exists 03:00:08 4.1.0-dev.103: digest: sha256:02d6fe96a007f321557d6559484c28f9d0dc6f23069d8a51f984c0cb56683324 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:08 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:09 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:00:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:00:09 dd5bab5b60e8: Preparing 03:00:09 7e834e9cd65b: Preparing 03:00:09 f8009b10266c: Preparing 03:00:09 99915f556456: Preparing 03:00:09 00a537177882: Preparing 03:00:09 ab19a824ed3e: Preparing 03:00:09 c4b7b79f80a5: Preparing 03:00:09 89404c26569a: Preparing 03:00:09 060e78f6309b: Preparing 03:00:09 a4432dd7a6f0: Preparing 03:00:09 6a9badc2619f: Preparing 03:00:09 cce92674e987: Preparing 03:00:09 c4b7b79f80a5: Waiting 03:00:09 89404c26569a: Waiting 03:00:09 060e78f6309b: Waiting 03:00:09 a4432dd7a6f0: Waiting 03:00:09 6a9badc2619f: Waiting 03:00:09 cce92674e987: Waiting 03:00:09 ab19a824ed3e: Waiting 03:00:09 99915f556456: Layer already exists 03:00:09 7e834e9cd65b: Layer already exists 03:00:09 dd5bab5b60e8: Layer already exists 03:00:09 00a537177882: Layer already exists 03:00:09 f8009b10266c: Layer already exists 03:00:09 ab19a824ed3e: Layer already exists 03:00:09 c4b7b79f80a5: Layer already exists 03:00:09 89404c26569a: Layer already exists 03:00:09 060e78f6309b: Layer already exists 03:00:09 a4432dd7a6f0: Layer already exists 03:00:09 cce92674e987: Layer already exists 03:00:09 6a9badc2619f: Layer already exists 03:00:09 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:02d6fe96a007f321557d6559484c28f9d0dc6f23069d8a51f984c0cb56683324 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:09 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:09 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:00:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:00:09 dd5bab5b60e8: Preparing 03:00:09 7e834e9cd65b: Preparing 03:00:09 f8009b10266c: Preparing 03:00:09 99915f556456: Preparing 03:00:09 00a537177882: Preparing 03:00:09 ab19a824ed3e: Preparing 03:00:09 c4b7b79f80a5: Preparing 03:00:09 89404c26569a: Preparing 03:00:09 060e78f6309b: Preparing 03:00:09 a4432dd7a6f0: Preparing 03:00:09 6a9badc2619f: Preparing 03:00:09 cce92674e987: Preparing 03:00:09 c4b7b79f80a5: Waiting 03:00:09 ab19a824ed3e: Waiting 03:00:09 060e78f6309b: Waiting 03:00:09 a4432dd7a6f0: Waiting 03:00:09 6a9badc2619f: Waiting 03:00:09 cce92674e987: Waiting 03:00:09 89404c26569a: Waiting 03:00:09 dd5bab5b60e8: Layer already exists 03:00:09 f8009b10266c: Layer already exists 03:00:09 99915f556456: Layer already exists 03:00:09 7e834e9cd65b: Layer already exists 03:00:09 00a537177882: Layer already exists 03:00:09 ab19a824ed3e: Layer already exists 03:00:09 89404c26569a: Layer already exists 03:00:09 a4432dd7a6f0: Layer already exists 03:00:09 c4b7b79f80a5: Layer already exists 03:00:09 060e78f6309b: Layer already exists 03:00:09 6a9badc2619f: Layer already exists 03:00:09 cce92674e987: Layer already exists 03:00:09 main: digest: sha256:02d6fe96a007f321557d6559484c28f9d0dc6f23069d8a51f984c0cb56683324 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:00:10 ===================================================== [Pipeline] echo 03:00:10 taggedImages: 03:00:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:00:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:00:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.103 03:00:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:00:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 03:00:10 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 03:00:10 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:00:10 latest 03:00:10 4.1.0-dev.103 03:00:10 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:00:10 main 03:00:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:10 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:00:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:00:10 f272eb7ed7e4: Preparing 03:00:10 c904a9d3bffd: Preparing 03:00:10 89404c26569a: Preparing 03:00:10 060e78f6309b: Preparing 03:00:10 7f662eba02a9: Preparing 03:00:10 cc532def3811: Preparing 03:00:10 cce92674e987: Preparing 03:00:10 cc532def3811: Waiting 03:00:10 cce92674e987: Waiting 03:00:10 89404c26569a: Layer already exists 03:00:10 060e78f6309b: Layer already exists 03:00:10 cce92674e987: Layer already exists 03:00:10 f272eb7ed7e4: Pushed 03:00:10 7f662eba02a9: Pushed 03:00:11 cc532def3811: Pushed 03:00:14 c904a9d3bffd: Pushed 03:00:14 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:58afcaa1d1b7da9adc599e4c9cd84d2c747151e52a96c89b85a71b55e061a924 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:14 + 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 03:00:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:00:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:00:15 f272eb7ed7e4: Preparing 03:00:15 c904a9d3bffd: Preparing 03:00:15 89404c26569a: Preparing 03:00:15 060e78f6309b: Preparing 03:00:15 7f662eba02a9: Preparing 03:00:15 cc532def3811: Preparing 03:00:15 cce92674e987: Preparing 03:00:15 cc532def3811: Waiting 03:00:15 cce92674e987: Waiting 03:00:15 c904a9d3bffd: Layer already exists 03:00:15 060e78f6309b: Layer already exists 03:00:15 89404c26569a: Layer already exists 03:00:15 f272eb7ed7e4: Layer already exists 03:00:15 7f662eba02a9: Layer already exists 03:00:15 cc532def3811: Layer already exists 03:00:15 cce92674e987: Layer already exists 03:00:15 latest: digest: sha256:58afcaa1d1b7da9adc599e4c9cd84d2c747151e52a96c89b85a71b55e061a924 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:15 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.103 03:00:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:00:15 f272eb7ed7e4: Preparing 03:00:15 c904a9d3bffd: Preparing 03:00:15 89404c26569a: Preparing 03:00:15 060e78f6309b: Preparing 03:00:15 7f662eba02a9: Preparing 03:00:15 cc532def3811: Preparing 03:00:15 cce92674e987: Preparing 03:00:15 cc532def3811: Waiting 03:00:15 cce92674e987: Waiting 03:00:15 c904a9d3bffd: Layer already exists 03:00:15 89404c26569a: Layer already exists 03:00:15 060e78f6309b: Layer already exists 03:00:15 7f662eba02a9: Layer already exists 03:00:15 f272eb7ed7e4: Layer already exists 03:00:15 cc532def3811: Layer already exists 03:00:15 cce92674e987: Layer already exists 03:00:15 4.1.0-dev.103: digest: sha256:58afcaa1d1b7da9adc599e4c9cd84d2c747151e52a96c89b85a71b55e061a924 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:16 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:16 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:00:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:00:16 f272eb7ed7e4: Preparing 03:00:16 c904a9d3bffd: Preparing 03:00:16 89404c26569a: Preparing 03:00:16 060e78f6309b: Preparing 03:00:16 7f662eba02a9: Preparing 03:00:16 cc532def3811: Preparing 03:00:16 cce92674e987: Preparing 03:00:16 cc532def3811: Waiting 03:00:16 cce92674e987: Waiting 03:00:16 c904a9d3bffd: Layer already exists 03:00:16 f272eb7ed7e4: Layer already exists 03:00:16 7f662eba02a9: Layer already exists 03:00:16 89404c26569a: Layer already exists 03:00:16 060e78f6309b: Layer already exists 03:00:16 cce92674e987: Layer already exists 03:00:16 cc532def3811: Layer already exists 03:00:16 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:58afcaa1d1b7da9adc599e4c9cd84d2c747151e52a96c89b85a71b55e061a924 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:16 + 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 03:00:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:00:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:00:17 f272eb7ed7e4: Preparing 03:00:17 c904a9d3bffd: Preparing 03:00:17 89404c26569a: Preparing 03:00:17 060e78f6309b: Preparing 03:00:17 7f662eba02a9: Preparing 03:00:17 cc532def3811: Preparing 03:00:17 cce92674e987: Preparing 03:00:17 cc532def3811: Waiting 03:00:17 cce92674e987: Waiting 03:00:17 060e78f6309b: Layer already exists 03:00:17 c904a9d3bffd: Layer already exists 03:00:17 f272eb7ed7e4: Layer already exists 03:00:17 89404c26569a: Layer already exists 03:00:17 7f662eba02a9: Layer already exists 03:00:17 cce92674e987: Layer already exists 03:00:17 cc532def3811: Layer already exists 03:00:17 main: digest: sha256:58afcaa1d1b7da9adc599e4c9cd84d2c747151e52a96c89b85a71b55e061a924 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:00:17 ===================================================== [Pipeline] echo 03:00:17 taggedImages: 03:00:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:00:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:00:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.103 03:00:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:00:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 03:00:17 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 03:00:17 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:00:17 latest 03:00:17 4.1.0-dev.103 03:00:17 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:00:17 main 03:00:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:17 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:00:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:00:17 739b94e63db5: Preparing 03:00:17 ea0fc7305cf5: Preparing 03:00:17 5faa32f8039e: Preparing 03:00:17 89404c26569a: Preparing 03:00:17 060e78f6309b: Preparing 03:00:17 fbf6b5d7c3af: Preparing 03:00:17 be08bc3b332d: Preparing 03:00:17 13bd7ae23034: Preparing 03:00:17 90a2684ee743: Preparing 03:00:17 cce92674e987: Preparing 03:00:17 fbf6b5d7c3af: Waiting 03:00:17 be08bc3b332d: Waiting 03:00:17 cce92674e987: Waiting 03:00:17 90a2684ee743: Waiting 03:00:17 13bd7ae23034: Waiting 03:00:17 060e78f6309b: Layer already exists 03:00:17 89404c26569a: Layer already exists 03:00:17 739b94e63db5: Pushed 03:00:17 ea0fc7305cf5: Pushed 03:00:17 5faa32f8039e: Pushed 03:00:17 cce92674e987: Layer already exists 03:00:17 13bd7ae23034: Pushed 03:00:18 90a2684ee743: Pushed 03:00:23 be08bc3b332d: Pushed 03:00:31 fbf6b5d7c3af: Pushed 03:00:31 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:b18f30a4610a975ad94d6b9d009b1e301197fe8e85ec926fafe6f879c17224ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:32 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:00:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:00:32 739b94e63db5: Preparing 03:00:32 ea0fc7305cf5: Preparing 03:00:32 5faa32f8039e: Preparing 03:00:32 89404c26569a: Preparing 03:00:32 060e78f6309b: Preparing 03:00:32 fbf6b5d7c3af: Preparing 03:00:32 be08bc3b332d: Preparing 03:00:32 13bd7ae23034: Preparing 03:00:32 90a2684ee743: Preparing 03:00:32 cce92674e987: Preparing 03:00:32 be08bc3b332d: Waiting 03:00:32 13bd7ae23034: Waiting 03:00:32 fbf6b5d7c3af: Waiting 03:00:32 90a2684ee743: Waiting 03:00:32 cce92674e987: Waiting 03:00:32 739b94e63db5: Layer already exists 03:00:32 060e78f6309b: Layer already exists 03:00:32 5faa32f8039e: Layer already exists 03:00:32 89404c26569a: Layer already exists 03:00:32 ea0fc7305cf5: Layer already exists 03:00:32 fbf6b5d7c3af: Layer already exists 03:00:32 13bd7ae23034: Layer already exists 03:00:32 be08bc3b332d: Layer already exists 03:00:32 cce92674e987: Layer already exists 03:00:32 90a2684ee743: Layer already exists 03:00:32 latest: digest: sha256:b18f30a4610a975ad94d6b9d009b1e301197fe8e85ec926fafe6f879c17224ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:32 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.103 03:00:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:00:33 739b94e63db5: Preparing 03:00:33 ea0fc7305cf5: Preparing 03:00:33 5faa32f8039e: Preparing 03:00:33 89404c26569a: Preparing 03:00:33 060e78f6309b: Preparing 03:00:33 fbf6b5d7c3af: Preparing 03:00:33 be08bc3b332d: Preparing 03:00:33 13bd7ae23034: Preparing 03:00:33 90a2684ee743: Preparing 03:00:33 cce92674e987: Preparing 03:00:33 fbf6b5d7c3af: Waiting 03:00:33 90a2684ee743: Waiting 03:00:33 be08bc3b332d: Waiting 03:00:33 cce92674e987: Waiting 03:00:33 13bd7ae23034: Waiting 03:00:33 739b94e63db5: Layer already exists 03:00:33 89404c26569a: Layer already exists 03:00:33 060e78f6309b: Layer already exists 03:00:33 5faa32f8039e: Layer already exists 03:00:33 ea0fc7305cf5: Layer already exists 03:00:33 fbf6b5d7c3af: Layer already exists 03:00:33 be08bc3b332d: Layer already exists 03:00:33 13bd7ae23034: Layer already exists 03:00:33 cce92674e987: Layer already exists 03:00:33 90a2684ee743: Layer already exists 03:00:33 4.1.0-dev.103: digest: sha256:b18f30a4610a975ad94d6b9d009b1e301197fe8e85ec926fafe6f879c17224ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:33 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:00:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:00:33 739b94e63db5: Preparing 03:00:33 ea0fc7305cf5: Preparing 03:00:33 5faa32f8039e: Preparing 03:00:33 89404c26569a: Preparing 03:00:33 060e78f6309b: Preparing 03:00:33 fbf6b5d7c3af: Preparing 03:00:33 be08bc3b332d: Preparing 03:00:33 13bd7ae23034: Preparing 03:00:33 90a2684ee743: Preparing 03:00:33 cce92674e987: Preparing 03:00:33 fbf6b5d7c3af: Waiting 03:00:33 be08bc3b332d: Waiting 03:00:33 13bd7ae23034: Waiting 03:00:33 90a2684ee743: Waiting 03:00:33 cce92674e987: Waiting 03:00:33 5faa32f8039e: Layer already exists 03:00:33 739b94e63db5: Layer already exists 03:00:33 ea0fc7305cf5: Layer already exists 03:00:33 89404c26569a: Layer already exists 03:00:33 060e78f6309b: Layer already exists 03:00:33 fbf6b5d7c3af: Layer already exists 03:00:33 be08bc3b332d: Layer already exists 03:00:33 13bd7ae23034: Layer already exists 03:00:33 90a2684ee743: Layer already exists 03:00:33 cce92674e987: Layer already exists 03:00:33 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:b18f30a4610a975ad94d6b9d009b1e301197fe8e85ec926fafe6f879c17224ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:34 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:00:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:00:34 739b94e63db5: Preparing 03:00:34 ea0fc7305cf5: Preparing 03:00:34 5faa32f8039e: Preparing 03:00:34 89404c26569a: Preparing 03:00:34 060e78f6309b: Preparing 03:00:34 fbf6b5d7c3af: Preparing 03:00:34 be08bc3b332d: Preparing 03:00:34 13bd7ae23034: Preparing 03:00:34 90a2684ee743: Preparing 03:00:34 cce92674e987: Preparing 03:00:34 be08bc3b332d: Waiting 03:00:34 fbf6b5d7c3af: Waiting 03:00:34 13bd7ae23034: Waiting 03:00:34 90a2684ee743: Waiting 03:00:34 cce92674e987: Waiting 03:00:34 ea0fc7305cf5: Layer already exists 03:00:34 5faa32f8039e: Layer already exists 03:00:34 89404c26569a: Layer already exists 03:00:34 060e78f6309b: Layer already exists 03:00:34 739b94e63db5: Layer already exists 03:00:34 fbf6b5d7c3af: Layer already exists 03:00:34 13bd7ae23034: Layer already exists 03:00:34 be08bc3b332d: Layer already exists 03:00:34 90a2684ee743: Layer already exists 03:00:34 cce92674e987: Layer already exists 03:00:34 main: digest: sha256:b18f30a4610a975ad94d6b9d009b1e301197fe8e85ec926fafe6f879c17224ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:00:34 ===================================================== [Pipeline] echo 03:00:34 taggedImages: 03:00:34 - nexus3.edgexfoundry.org:10004/security-spire-agent:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:00:34 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:00:34 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.103 03:00:34 - nexus3.edgexfoundry.org:10004/security-spire-agent:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:00:34 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 03:00:34 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 03:00:34 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:00:34 latest 03:00:34 4.1.0-dev.103 03:00:34 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:00:34 main 03:00:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:34 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:00:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:00:35 5036605f674b: Preparing 03:00:35 ca5d51da03e3: Preparing 03:00:35 a8da8d743b8a: Preparing 03:00:35 89404c26569a: Preparing 03:00:35 060e78f6309b: Preparing 03:00:35 3f1570f981dd: Preparing 03:00:35 f647672d03c2: Preparing 03:00:35 2aa4fe0cbb25: Preparing 03:00:35 cce92674e987: Preparing 03:00:35 f647672d03c2: Waiting 03:00:35 2aa4fe0cbb25: Waiting 03:00:35 3f1570f981dd: Waiting 03:00:35 cce92674e987: Waiting 03:00:35 060e78f6309b: Layer already exists 03:00:35 89404c26569a: Layer already exists 03:00:35 a8da8d743b8a: Pushed 03:00:35 ca5d51da03e3: Pushed 03:00:35 f647672d03c2: Pushed 03:00:35 5036605f674b: Pushed 03:00:35 cce92674e987: Layer already exists 03:00:35 2aa4fe0cbb25: Pushed 03:00:50 3f1570f981dd: Pushed 03:00:50 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:9b305502e8d15c7d0db512e4dc4e19b08cda99f90a3748f688a382accf4c5b45 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:50 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:00:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:00:51 5036605f674b: Preparing 03:00:51 ca5d51da03e3: Preparing 03:00:51 a8da8d743b8a: Preparing 03:00:51 89404c26569a: Preparing 03:00:51 060e78f6309b: Preparing 03:00:51 3f1570f981dd: Preparing 03:00:51 f647672d03c2: Preparing 03:00:51 3f1570f981dd: Waiting 03:00:51 2aa4fe0cbb25: Preparing 03:00:51 cce92674e987: Preparing 03:00:51 f647672d03c2: Waiting 03:00:51 2aa4fe0cbb25: Waiting 03:00:51 cce92674e987: Waiting 03:00:51 060e78f6309b: Layer already exists 03:00:51 5036605f674b: Layer already exists 03:00:51 a8da8d743b8a: Layer already exists 03:00:51 ca5d51da03e3: Layer already exists 03:00:51 89404c26569a: Layer already exists 03:00:51 3f1570f981dd: Layer already exists 03:00:51 cce92674e987: Layer already exists 03:00:51 f647672d03c2: Layer already exists 03:00:51 2aa4fe0cbb25: Layer already exists 03:00:51 latest: digest: sha256:9b305502e8d15c7d0db512e4dc4e19b08cda99f90a3748f688a382accf4c5b45 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:51 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.103 03:00:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:00:52 5036605f674b: Preparing 03:00:52 ca5d51da03e3: Preparing 03:00:52 a8da8d743b8a: Preparing 03:00:52 89404c26569a: Preparing 03:00:52 060e78f6309b: Preparing 03:00:52 3f1570f981dd: Preparing 03:00:52 f647672d03c2: Preparing 03:00:52 2aa4fe0cbb25: Preparing 03:00:52 cce92674e987: Preparing 03:00:52 3f1570f981dd: Waiting 03:00:52 f647672d03c2: Waiting 03:00:52 cce92674e987: Waiting 03:00:52 a8da8d743b8a: Layer already exists 03:00:52 060e78f6309b: Layer already exists 03:00:52 ca5d51da03e3: Layer already exists 03:00:52 89404c26569a: Layer already exists 03:00:52 3f1570f981dd: Layer already exists 03:00:52 5036605f674b: Layer already exists 03:00:52 cce92674e987: Layer already exists 03:00:52 2aa4fe0cbb25: Layer already exists 03:00:52 f647672d03c2: Layer already exists 03:00:52 4.1.0-dev.103: digest: sha256:9b305502e8d15c7d0db512e4dc4e19b08cda99f90a3748f688a382accf4c5b45 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:52 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:00:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:00:52 5036605f674b: Preparing 03:00:52 ca5d51da03e3: Preparing 03:00:52 a8da8d743b8a: Preparing 03:00:52 89404c26569a: Preparing 03:00:52 060e78f6309b: Preparing 03:00:52 3f1570f981dd: Preparing 03:00:52 f647672d03c2: Preparing 03:00:52 2aa4fe0cbb25: Preparing 03:00:52 cce92674e987: Preparing 03:00:52 f647672d03c2: Waiting 03:00:52 2aa4fe0cbb25: Waiting 03:00:52 cce92674e987: Waiting 03:00:52 3f1570f981dd: Waiting 03:00:52 060e78f6309b: Layer already exists 03:00:52 ca5d51da03e3: Layer already exists 03:00:52 89404c26569a: Layer already exists 03:00:52 a8da8d743b8a: Layer already exists 03:00:52 5036605f674b: Layer already exists 03:00:52 2aa4fe0cbb25: Layer already exists 03:00:52 3f1570f981dd: Layer already exists 03:00:52 f647672d03c2: Layer already exists 03:00:52 cce92674e987: Layer already exists 03:00:52 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:9b305502e8d15c7d0db512e4dc4e19b08cda99f90a3748f688a382accf4c5b45 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:53 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 03:00:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:00:53 5036605f674b: Preparing 03:00:53 ca5d51da03e3: Preparing 03:00:53 a8da8d743b8a: Preparing 03:00:53 89404c26569a: Preparing 03:00:53 060e78f6309b: Preparing 03:00:53 3f1570f981dd: Preparing 03:00:53 f647672d03c2: Preparing 03:00:53 3f1570f981dd: Waiting 03:00:53 2aa4fe0cbb25: Preparing 03:00:53 cce92674e987: Preparing 03:00:53 f647672d03c2: Waiting 03:00:53 2aa4fe0cbb25: Waiting 03:00:53 cce92674e987: Waiting 03:00:53 a8da8d743b8a: Layer already exists 03:00:53 060e78f6309b: Layer already exists 03:00:53 5036605f674b: Layer already exists 03:00:53 ca5d51da03e3: Layer already exists 03:00:53 89404c26569a: Layer already exists 03:00:53 2aa4fe0cbb25: Layer already exists 03:00:53 3f1570f981dd: Layer already exists 03:00:53 cce92674e987: Layer already exists 03:00:53 f647672d03c2: Layer already exists 03:00:53 main: digest: sha256:9b305502e8d15c7d0db512e4dc4e19b08cda99f90a3748f688a382accf4c5b45 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:00:53 ===================================================== [Pipeline] echo 03:00:53 taggedImages: 03:00:53 - nexus3.edgexfoundry.org:10004/security-spire-config:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:00:53 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:00:53 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.103 03:00:53 - nexus3.edgexfoundry.org:10004/security-spire-config:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:00:53 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 03:00:53 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 03:00:53 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:00:53 latest 03:00:53 4.1.0-dev.103 03:00:53 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:00:53 main 03:00:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:53 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:00:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:00:54 739b94e63db5: Preparing 03:00:54 f1f7786bb9c8: Preparing 03:00:54 2db84d16f94e: Preparing 03:00:54 89404c26569a: Preparing 03:00:54 060e78f6309b: Preparing 03:00:54 2f37cfd23c5a: Preparing 03:00:54 13bd7ae23034: Preparing 03:00:54 90a2684ee743: Preparing 03:00:54 cce92674e987: Preparing 03:00:54 2f37cfd23c5a: Waiting 03:00:54 13bd7ae23034: Waiting 03:00:54 90a2684ee743: Waiting 03:00:54 cce92674e987: Waiting 03:00:54 739b94e63db5: Layer already exists 03:00:54 060e78f6309b: Layer already exists 03:00:54 89404c26569a: Layer already exists 03:00:54 13bd7ae23034: Layer already exists 03:00:54 90a2684ee743: Layer already exists 03:00:54 cce92674e987: Layer already exists 03:00:54 2db84d16f94e: Pushed 03:00:54 f1f7786bb9c8: Pushed 03:01:09 2f37cfd23c5a: Pushed 03:01:09 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:7e60b90e1d3b1cb0d40572a1f6bcdd09f8d04cfeab44c0af7f91fe8d1abe50d7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:09 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:01:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:01:09 739b94e63db5: Preparing 03:01:09 f1f7786bb9c8: Preparing 03:01:09 2db84d16f94e: Preparing 03:01:09 89404c26569a: Preparing 03:01:09 060e78f6309b: Preparing 03:01:09 2f37cfd23c5a: Preparing 03:01:09 13bd7ae23034: Preparing 03:01:09 90a2684ee743: Preparing 03:01:09 cce92674e987: Preparing 03:01:09 13bd7ae23034: Waiting 03:01:09 90a2684ee743: Waiting 03:01:09 cce92674e987: Waiting 03:01:09 2f37cfd23c5a: Waiting 03:01:09 f1f7786bb9c8: Layer already exists 03:01:09 2db84d16f94e: Layer already exists 03:01:09 739b94e63db5: Layer already exists 03:01:09 060e78f6309b: Layer already exists 03:01:09 89404c26569a: Layer already exists 03:01:09 13bd7ae23034: Layer already exists 03:01:09 2f37cfd23c5a: Layer already exists 03:01:09 90a2684ee743: Layer already exists 03:01:09 cce92674e987: Layer already exists 03:01:09 latest: digest: sha256:7e60b90e1d3b1cb0d40572a1f6bcdd09f8d04cfeab44c0af7f91fe8d1abe50d7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:10 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.103 03:01:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:01:10 739b94e63db5: Preparing 03:01:10 f1f7786bb9c8: Preparing 03:01:10 2db84d16f94e: Preparing 03:01:10 89404c26569a: Preparing 03:01:10 060e78f6309b: Preparing 03:01:10 2f37cfd23c5a: Preparing 03:01:10 13bd7ae23034: Preparing 03:01:10 90a2684ee743: Preparing 03:01:10 2f37cfd23c5a: Waiting 03:01:10 13bd7ae23034: Waiting 03:01:10 90a2684ee743: Waiting 03:01:10 cce92674e987: Preparing 03:01:10 cce92674e987: Waiting 03:01:10 739b94e63db5: Layer already exists 03:01:10 89404c26569a: Layer already exists 03:01:10 2db84d16f94e: Layer already exists 03:01:10 f1f7786bb9c8: Layer already exists 03:01:10 060e78f6309b: Layer already exists 03:01:10 2f37cfd23c5a: Layer already exists 03:01:10 13bd7ae23034: Layer already exists 03:01:10 cce92674e987: Layer already exists 03:01:10 90a2684ee743: Layer already exists 03:01:10 4.1.0-dev.103: digest: sha256:7e60b90e1d3b1cb0d40572a1f6bcdd09f8d04cfeab44c0af7f91fe8d1abe50d7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:10 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:01:11 739b94e63db5: Preparing 03:01:11 f1f7786bb9c8: Preparing 03:01:11 2db84d16f94e: Preparing 03:01:11 89404c26569a: Preparing 03:01:11 060e78f6309b: Preparing 03:01:11 2f37cfd23c5a: Preparing 03:01:11 13bd7ae23034: Preparing 03:01:11 90a2684ee743: Preparing 03:01:11 cce92674e987: Preparing 03:01:11 90a2684ee743: Waiting 03:01:11 13bd7ae23034: Waiting 03:01:11 cce92674e987: Waiting 03:01:11 2f37cfd23c5a: Waiting 03:01:11 89404c26569a: Layer already exists 03:01:11 060e78f6309b: Layer already exists 03:01:11 739b94e63db5: Layer already exists 03:01:11 2db84d16f94e: Layer already exists 03:01:11 f1f7786bb9c8: Layer already exists 03:01:11 2f37cfd23c5a: Layer already exists 03:01:11 cce92674e987: Layer already exists 03:01:11 13bd7ae23034: Layer already exists 03:01:11 90a2684ee743: Layer already exists 03:01:11 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:7e60b90e1d3b1cb0d40572a1f6bcdd09f8d04cfeab44c0af7f91fe8d1abe50d7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:11 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 03:01:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:01:11 739b94e63db5: Preparing 03:01:11 f1f7786bb9c8: Preparing 03:01:11 2db84d16f94e: Preparing 03:01:11 89404c26569a: Preparing 03:01:11 060e78f6309b: Preparing 03:01:11 2f37cfd23c5a: Preparing 03:01:11 13bd7ae23034: Preparing 03:01:11 90a2684ee743: Preparing 03:01:11 cce92674e987: Preparing 03:01:11 2f37cfd23c5a: Waiting 03:01:11 13bd7ae23034: Waiting 03:01:11 90a2684ee743: Waiting 03:01:11 cce92674e987: Waiting 03:01:11 2db84d16f94e: Layer already exists 03:01:11 89404c26569a: Layer already exists 03:01:11 739b94e63db5: Layer already exists 03:01:11 060e78f6309b: Layer already exists 03:01:11 f1f7786bb9c8: Layer already exists 03:01:11 13bd7ae23034: Layer already exists 03:01:11 90a2684ee743: Layer already exists 03:01:11 2f37cfd23c5a: Layer already exists 03:01:11 cce92674e987: Layer already exists 03:01:11 main: digest: sha256:7e60b90e1d3b1cb0d40572a1f6bcdd09f8d04cfeab44c0af7f91fe8d1abe50d7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:01:11 ===================================================== [Pipeline] echo 03:01:11 taggedImages: 03:01:11 - nexus3.edgexfoundry.org:10004/security-spire-server:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:11 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:01:11 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.103 03:01:11 - nexus3.edgexfoundry.org:10004/security-spire-server:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:11 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 03:01:11 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 03:01:11 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:11 latest 03:01:11 4.1.0-dev.103 03:01:11 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:11 main 03:01:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:12 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:01:12 9fafdd2aded8: Preparing 03:01:12 328b6fc2c64f: Preparing 03:01:12 89404c26569a: Preparing 03:01:12 060e78f6309b: Preparing 03:01:12 eb788feeed17: Preparing 03:01:12 914f6d5bd8e4: Preparing 03:01:12 cce92674e987: Preparing 03:01:12 914f6d5bd8e4: Waiting 03:01:12 cce92674e987: Waiting 03:01:12 89404c26569a: Layer already exists 03:01:12 060e78f6309b: Layer already exists 03:01:12 cce92674e987: Layer already exists 03:01:12 9fafdd2aded8: Pushed 03:01:12 eb788feeed17: Pushed 03:01:12 914f6d5bd8e4: Pushed 03:01:17 328b6fc2c64f: Pushed 03:01:17 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:011eca5da5f416cf743599ef7d389459a1585a3c8fe2af9eb1e78125c2592c42 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:17 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:17 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 03:01:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:01:17 9fafdd2aded8: Preparing 03:01:17 328b6fc2c64f: Preparing 03:01:17 89404c26569a: Preparing 03:01:17 060e78f6309b: Preparing 03:01:17 eb788feeed17: Preparing 03:01:17 914f6d5bd8e4: Preparing 03:01:17 cce92674e987: Preparing 03:01:17 914f6d5bd8e4: Waiting 03:01:17 cce92674e987: Waiting 03:01:17 328b6fc2c64f: Layer already exists 03:01:17 eb788feeed17: Layer already exists 03:01:17 060e78f6309b: Layer already exists 03:01:17 89404c26569a: Layer already exists 03:01:17 9fafdd2aded8: Layer already exists 03:01:17 cce92674e987: Layer already exists 03:01:17 914f6d5bd8e4: Layer already exists 03:01:17 latest: digest: sha256:011eca5da5f416cf743599ef7d389459a1585a3c8fe2af9eb1e78125c2592c42 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:18 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.103 03:01:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:01:18 9fafdd2aded8: Preparing 03:01:18 328b6fc2c64f: Preparing 03:01:18 89404c26569a: Preparing 03:01:18 060e78f6309b: Preparing 03:01:18 eb788feeed17: Preparing 03:01:18 914f6d5bd8e4: Preparing 03:01:18 cce92674e987: Preparing 03:01:18 914f6d5bd8e4: Waiting 03:01:18 cce92674e987: Waiting 03:01:18 eb788feeed17: Layer already exists 03:01:18 9fafdd2aded8: Layer already exists 03:01:18 89404c26569a: Layer already exists 03:01:18 060e78f6309b: Layer already exists 03:01:18 328b6fc2c64f: Layer already exists 03:01:18 914f6d5bd8e4: Layer already exists 03:01:18 cce92674e987: Layer already exists 03:01:18 4.1.0-dev.103: digest: sha256:011eca5da5f416cf743599ef7d389459a1585a3c8fe2af9eb1e78125c2592c42 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:18 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:01:19 9fafdd2aded8: Preparing 03:01:19 328b6fc2c64f: Preparing 03:01:19 89404c26569a: Preparing 03:01:19 060e78f6309b: Preparing 03:01:19 eb788feeed17: Preparing 03:01:19 914f6d5bd8e4: Preparing 03:01:19 cce92674e987: Preparing 03:01:19 914f6d5bd8e4: Waiting 03:01:19 cce92674e987: Waiting 03:01:19 eb788feeed17: Layer already exists 03:01:19 328b6fc2c64f: Layer already exists 03:01:19 9fafdd2aded8: Layer already exists 03:01:19 060e78f6309b: Layer already exists 03:01:19 89404c26569a: Layer already exists 03:01:19 914f6d5bd8e4: Layer already exists 03:01:19 cce92674e987: Layer already exists 03:01:19 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:011eca5da5f416cf743599ef7d389459a1585a3c8fe2af9eb1e78125c2592c42 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:19 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 03:01:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:01:19 9fafdd2aded8: Preparing 03:01:19 328b6fc2c64f: Preparing 03:01:19 89404c26569a: Preparing 03:01:19 060e78f6309b: Preparing 03:01:19 eb788feeed17: Preparing 03:01:19 914f6d5bd8e4: Preparing 03:01:19 cce92674e987: Preparing 03:01:19 cce92674e987: Waiting 03:01:19 914f6d5bd8e4: Waiting 03:01:19 89404c26569a: Layer already exists 03:01:19 eb788feeed17: Layer already exists 03:01:19 328b6fc2c64f: Layer already exists 03:01:19 9fafdd2aded8: Layer already exists 03:01:19 060e78f6309b: Layer already exists 03:01:19 914f6d5bd8e4: Layer already exists 03:01:19 cce92674e987: Layer already exists 03:01:19 main: digest: sha256:011eca5da5f416cf743599ef7d389459a1585a3c8fe2af9eb1e78125c2592c42 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:01:19 ===================================================== [Pipeline] echo 03:01:19 taggedImages: 03:01:19 - nexus3.edgexfoundry.org:10004/support-notifications:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:19 - nexus3.edgexfoundry.org:10004/support-notifications:latest 03:01:19 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.103 03:01:19 - nexus3.edgexfoundry.org:10004/support-notifications:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:19 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 03:01:19 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 03:01:19 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:19 latest 03:01:19 4.1.0-dev.103 03:01:19 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:19 main 03:01:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:20 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:01:20 872010bad35a: Preparing 03:01:20 4430dd67c231: Preparing 03:01:20 89404c26569a: Preparing 03:01:20 060e78f6309b: Preparing 03:01:20 efde73cc4b59: Preparing 03:01:20 54765a83725f: Preparing 03:01:20 cce92674e987: Preparing 03:01:20 54765a83725f: Waiting 03:01:20 cce92674e987: Waiting 03:01:20 89404c26569a: Layer already exists 03:01:20 060e78f6309b: Layer already exists 03:01:20 cce92674e987: Layer already exists 03:01:20 872010bad35a: Pushed 03:01:20 efde73cc4b59: Pushed 03:01:20 54765a83725f: Pushed 03:01:24 4430dd67c231: Pushed 03:01:24 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:709ea91dfcfa5e14d94e0c00aa067fd63551044b55535368f084867f5378fd53 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:25 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:25 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:01:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:01:25 872010bad35a: Preparing 03:01:25 4430dd67c231: Preparing 03:01:25 89404c26569a: Preparing 03:01:25 060e78f6309b: Preparing 03:01:25 efde73cc4b59: Preparing 03:01:25 54765a83725f: Preparing 03:01:25 cce92674e987: Preparing 03:01:25 54765a83725f: Waiting 03:01:25 cce92674e987: Waiting 03:01:25 efde73cc4b59: Layer already exists 03:01:25 4430dd67c231: Layer already exists 03:01:25 060e78f6309b: Layer already exists 03:01:25 89404c26569a: Layer already exists 03:01:25 872010bad35a: Layer already exists 03:01:25 cce92674e987: Layer already exists 03:01:25 54765a83725f: Layer already exists 03:01:25 latest: digest: sha256:709ea91dfcfa5e14d94e0c00aa067fd63551044b55535368f084867f5378fd53 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:25 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.103 03:01:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:01:26 872010bad35a: Preparing 03:01:26 4430dd67c231: Preparing 03:01:26 89404c26569a: Preparing 03:01:26 060e78f6309b: Preparing 03:01:26 efde73cc4b59: Preparing 03:01:26 54765a83725f: Preparing 03:01:26 cce92674e987: Preparing 03:01:26 54765a83725f: Waiting 03:01:26 cce92674e987: Waiting 03:01:26 4430dd67c231: Layer already exists 03:01:26 872010bad35a: Layer already exists 03:01:26 060e78f6309b: Layer already exists 03:01:26 89404c26569a: Layer already exists 03:01:26 efde73cc4b59: Layer already exists 03:01:26 54765a83725f: Layer already exists 03:01:26 cce92674e987: Layer already exists 03:01:26 4.1.0-dev.103: digest: sha256:709ea91dfcfa5e14d94e0c00aa067fd63551044b55535368f084867f5378fd53 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:26 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:01:26 872010bad35a: Preparing 03:01:26 4430dd67c231: Preparing 03:01:26 89404c26569a: Preparing 03:01:26 060e78f6309b: Preparing 03:01:26 efde73cc4b59: Preparing 03:01:26 54765a83725f: Preparing 03:01:26 cce92674e987: Preparing 03:01:26 cce92674e987: Waiting 03:01:26 54765a83725f: Waiting 03:01:26 060e78f6309b: Layer already exists 03:01:26 efde73cc4b59: Layer already exists 03:01:26 4430dd67c231: Layer already exists 03:01:26 872010bad35a: Layer already exists 03:01:26 89404c26569a: Layer already exists 03:01:26 cce92674e987: Layer already exists 03:01:26 54765a83725f: Layer already exists 03:01:26 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:709ea91dfcfa5e14d94e0c00aa067fd63551044b55535368f084867f5378fd53 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:27 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:27 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 03:01:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:01:27 872010bad35a: Preparing 03:01:27 4430dd67c231: Preparing 03:01:27 89404c26569a: Preparing 03:01:27 060e78f6309b: Preparing 03:01:27 efde73cc4b59: Preparing 03:01:27 54765a83725f: Preparing 03:01:27 cce92674e987: Preparing 03:01:27 54765a83725f: Waiting 03:01:27 cce92674e987: Waiting 03:01:27 060e78f6309b: Layer already exists 03:01:27 efde73cc4b59: Layer already exists 03:01:27 4430dd67c231: Layer already exists 03:01:27 89404c26569a: Layer already exists 03:01:27 872010bad35a: Layer already exists 03:01:27 54765a83725f: Layer already exists 03:01:27 cce92674e987: Layer already exists 03:01:27 main: digest: sha256:709ea91dfcfa5e14d94e0c00aa067fd63551044b55535368f084867f5378fd53 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:01:27 ===================================================== [Pipeline] echo 03:01:27 taggedImages: 03:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 03:01:27 ========================================================= 03:01:27 [edgeXBuildMultiArch] RAW Config: 03:01:27 images: 03:01:27 - nexus3.edgexfoundry.org:10004/core-command:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:27 - nexus3.edgexfoundry.org:10004/core-command:latest 03:01:27 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/core-command:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/core-command:main 03:01:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:01:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:01:27 - nexus3.edgexfoundry.org:10004/core-data:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:27 - nexus3.edgexfoundry.org:10004/core-data:latest 03:01:27 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/core-data:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/core-data:main 03:01:27 - nexus3.edgexfoundry.org:10004/core-keeper:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:27 - nexus3.edgexfoundry.org:10004/core-keeper:latest 03:01:27 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/core-keeper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/core-keeper:main 03:01:27 - nexus3.edgexfoundry.org:10004/core-metadata:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:27 - nexus3.edgexfoundry.org:10004/core-metadata:latest 03:01:27 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/core-metadata:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/core-metadata:main 03:01:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:01:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:01:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:01:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:01:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:01:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:01:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:01:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:01:27 - nexus3.edgexfoundry.org:10004/security-spire-config:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:27 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:01:27 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/security-spire-config:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/security-spire-config:main 03:01:27 - nexus3.edgexfoundry.org:10004/security-spire-server:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:27 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:01:27 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/security-spire-server:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/security-spire-server:main 03:01:27 - nexus3.edgexfoundry.org:10004/support-notifications:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:27 - nexus3.edgexfoundry.org:10004/support-notifications:latest 03:01:27 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/support-notifications:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/support-notifications:main 03:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:main 03:01:27 settingsFile: 03:01:27 edgex-go-settings 03:01:27 ========================================================= [Pipeline] node 03:01:42 Still waiting to schedule task 03:01:42 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3520’ 03:03:39 Running on prd-centos7-docker-4c-2g-3521 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:03:39 provisioning config files... 03:03:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config17368164254137076445tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:03:40 ---> ****-login.sh 03:03:40 nexus3.edgexfoundry.org:10001 03:23:14 #154 DONE 1428.6s 03:23:14 03:23:14 #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 03:23:14 #144 ... 03:23:14 03:23:14 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:23:14 #155 DONE 0.2s 03:23:14 03:23:14 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:23:14 #143 ... 03:23:14 03:23:14 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:23:14 #156 DONE 0.1s 03:23:14 03:23:14 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:23:14 #157 DONE 0.3s 03:23:14 03:23:14 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 03:23:15 #158 DONE 0.3s 03:23:15 03:23:15 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:23:15 #145 ... 03:23:15 03:23:15 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:23:15 #159 DONE 0.2s 03:23:15 03:23:15 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:23:18 #160 DONE 2.4s 03:23:18 03:23:18 #112 [core-common-config-bootstrapper] exporting to image 03:23:18 #112 exporting layers 03:23:18 #112 exporting layers 1.0s done 03:23:18 #112 writing image sha256:828aee8f20dfdb7772e1b180c6addf72e1d2f747c60c10b53c0bd6de1af34a70 done 03:23:18 #112 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done 03:23:18 #112 DONE 7.3s 03:23:18 03:23:18 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:23:36 #151 ... 03:23:36 03:23:36 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:23:36 #146 DONE 1449.8s 03:23:36 03:23:36 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:23:36 #161 DONE 0.4s 03:23:36 03:23:36 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 03:23:37 #162 DONE 2.4s 03:23:37 03:23:37 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 03:23:37 #163 DONE 0.4s 03:23:37 03:23:37 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 03:23:38 #164 DONE 0.3s 03:23:38 03:23:38 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:23:38 #165 DONE 0.4s 03:23:38 03:23:38 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:23:38 #166 DONE 0.2s 03:23:38 03:23:38 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:23:38 #149 ... 03:23:38 03:23:38 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 03:23:38 #167 DONE 0.1s 03:23:38 03:23:38 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 03:23:39 #168 DONE 0.2s 03:23:39 03:23:39 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 03:23:39 #169 DONE 0.2s 03:23:39 03:23:39 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:23:39 #170 DONE 0.3s 03:23:39 03:23:39 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 03:23:45 #171 DONE 5.1s 03:23:45 03:23:45 #112 [security-bootstrapper] exporting to image 03:23:45 #112 exporting layers 03:23:45 #112 exporting layers 1.1s done 03:23:45 #112 writing image sha256:5e851e28c8e905ca50368aa4174067a866a3e9100aa43f854fbeb4510e75b2c5 done 03:23:45 #112 naming to docker.io/library/security-bootstrapper-arm64 done 03:23:45 #112 DONE 8.4s 03:23:45 03:23:45 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:42:39 #153 ... 03:42:39 03:42:39 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:42:39 #151 DONE 2584.4s 03:42:39 03:42:39 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:42:39 #44 ... 03:42:39 03:42:39 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:42:39 #172 DONE 0.2s 03:42:39 03:42:39 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:42:39 #152 ... 03:42:39 03:42:39 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:42:39 #173 DONE 0.2s 03:42:39 03:42:39 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:42:39 #150 ... 03:42:39 03:42:39 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:42:39 #174 DONE 0.4s 03:42:39 03:42:39 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:42:39 #148 ... 03:42:39 03:42:39 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 03:42:39 #175 DONE 0.2s 03:42:39 03:42:39 #112 [core-command] exporting to image 03:42:39 #112 exporting layers 03:42:39 #112 exporting layers 0.5s done 03:42:39 #112 writing image sha256:0335e5b40197a68da3a3bb827ad4c79351e07cf07897b2a0664126ab700fabcc done 03:42:39 #112 naming to docker.io/library/core-command-arm64 done 03:42:39 #112 DONE 8.9s 03:42:39 03:42:39 #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 03:42:54 #144 ... 03:42:54 03:42:54 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:42:54 #153 2607.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:43:06 #153 ... 03:43:06 03:43:06 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:43:06 #147 DONE 2621.9s 03:43:06 03:43:06 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:43:07 #149 ... 03:43:07 03:43:07 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:43:07 #176 DONE 0.3s 03:43:07 03:43:07 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:43:07 #44 ... 03:43:07 03:43:07 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:43:07 #177 DONE 0.2s 03:43:07 03:43:07 #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 03:43:07 #178 DONE 0.2s 03:43:07 03:43:07 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:43:08 #179 DONE 0.2s 03:43:08 03:43:08 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:43:08 #180 DONE 0.5s 03:43:08 03:43:08 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:43:08 #149 ... 03:43:08 03:43:08 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:43:09 #181 DONE 0.2s 03:43:09 03:43:09 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:43:10 #182 DONE 1.8s 03:43:10 03:43:10 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:43:10 #153 ... 03:43:10 03:43:10 #112 [security-proxy-setup] exporting to image 03:43:10 #112 exporting layers 03:43:11 #112 exporting layers 1.1s done 03:43:11 #112 writing image sha256:cae4a4ffdfd140dd07f74f66f516498224e09481414c6f21242891d922fb0515 done 03:43:11 #112 naming to docker.io/library/security-proxy-setup-arm64 done 03:43:11 #112 DONE 10.0s 03:43:11 03:43:11 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:43:30 #145 ... 03:43:30 03:43:30 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:43:30 #153 DONE 2644.7s 03:43:30 03:43:30 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:43:30 #143 ... 03:43:30 03:43:30 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:43:30 #183 DONE 0.3s 03:43:30 03:43:30 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:43:30 #148 ... 03:43:30 03:43:30 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:43:30 #184 DONE 0.3s 03:43:30 03:43:30 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:43:30 #152 ... 03:43:30 03:43:30 #185 [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 03:43:31 #185 DONE 0.2s 03:43:31 03:43:31 #186 [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 03:43:31 #186 DONE 0.1s 03:43:31 03:43:31 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:43:31 #187 DONE 0.2s 03:43:31 03:43:31 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:43:32 #188 DONE 0.6s 03:43:32 03:43:32 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:43:32 #189 DONE 0.4s 03:43:32 03:43:32 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:43:32 #149 ... 03:43:32 03:43:32 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:43:32 #190 DONE 0.2s 03:43:32 03:43:32 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:43:34 #191 DONE 2.0s 03:43:34 03:43:34 #112 [security-secretstore-setup] exporting to image 03:43:34 #112 exporting layers 03:43:36 #112 exporting layers 1.7s done 03:43:36 #112 writing image sha256:ac82f865daa71f4597c8bf7d6193019c2c668b6f3ed2753d2fd1f8fcb93798a4 0.0s done 03:43:36 #112 naming to docker.io/library/security-secretstore-setup-arm64 03:43:36 #112 naming to docker.io/library/security-secretstore-setup-arm64 done 03:43:36 #112 DONE 11.8s 03:43:36 03:43:36 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:44:45 #143 DONE 2710.3s 03:44:45 03:44:45 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:44:45 #149 ... 03:44:45 03:44:45 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:44:45 #192 DONE 0.1s 03:44:45 03:44:45 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:44:45 #152 ... 03:44:45 03:44:45 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:44:45 #193 DONE 0.2s 03:44:45 03:44:45 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:44:45 #194 DONE 0.4s 03:44:45 03:44:45 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:44:45 #149 ... 03:44:45 03:44:45 #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 03:44:45 #195 DONE 0.1s 03:44:45 03:44:45 #112 [security-spiffe-token-provider] exporting to image 03:44:45 #112 exporting layers 03:44:45 #112 exporting layers 0.7s done 03:44:45 #112 writing image sha256:303f545ea27011c4580b09d7a04f56960a35894322a1b5e6343c4f0b834ddcab done 03:44:45 #112 naming to docker.io/library/security-spiffe-token-provider-arm64 done 03:44:45 #112 DONE 12.4s 03:44:45 03:44:45 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:45:23 #44 ... 03:45:23 03:45:23 #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 03:45:23 #144 DONE 2754.5s 03:45:23 03:45:23 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:45:23 #149 ... 03:45:23 03:45:23 #196 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 03:45:23 #196 DONE 0.2s 03:45:23 03:45:23 #197 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 03:45:23 #197 DONE 0.7s 03:45:23 03:45:23 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:45:23 #44 ... 03:45:23 03:45:23 #198 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 03:45:23 #198 DONE 0.3s 03:45:23 03:45:23 #112 [core-keeper] exporting to image 03:45:23 #112 exporting layers 03:45:23 #112 ... 03:45:23 03:45:23 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:45:23 #145 DONE 2757.0s 03:45:23 03:45:23 #112 [core-keeper] exporting to image 03:45:25 #112 ... 03:45:25 03:45:25 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:45:25 #150 DONE 2760.5s 03:45:25 03:45:25 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:45:25 #148 DONE 2760.5s 03:45:25 03:45:25 #199 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:45:25 #199 ... 03:45:25 03:45:25 #112 [core-keeper] exporting to image 03:45:25 #112 exporting layers 4.1s done 03:45:25 #112 writing image sha256:0b4419ae270baab8522b3035214df2cd5d2ab0f1814b64cbf3297e32bdaaf5fe 0.0s done 03:45:25 #112 naming to docker.io/library/core-keeper-arm64 0.0s done 03:45:25 #112 DONE 16.6s 03:45:25 03:45:25 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:45:25 #44 ... 03:45:25 03:45:25 #199 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:45:25 #199 DONE 0.5s 03:45:26 03:45:26 #200 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:45:26 #200 DONE 0.3s 03:45:26 03:45:26 #201 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:45:26 #201 DONE 0.3s 03:45:26 03:45:26 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:45:26 #152 ... 03:45:26 03:45:26 #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:45:26 #202 CACHED 03:45:26 03:45:26 #203 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:45:26 #203 DONE 0.2s 03:45:26 03:45:26 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:45:26 #44 ... 03:45:26 03:45:26 #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:45:26 #204 ... 03:45:26 03:45:26 #205 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:45:26 #205 CACHED 03:45:27 03:45:27 #206 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:45:28 #206 DONE 0.8s 03:45:28 03:45:28 #207 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:45:28 #207 DONE 0.9s 03:45:28 03:45:28 #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:45:28 #204 DONE 1.2s 03:45:28 03:45:28 #208 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:45:28 #208 ... 03:45:28 03:45:28 #209 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:45:28 #209 DONE 0.2s 03:45:28 03:45:28 #210 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 03:45:28 #210 DONE 0.2s 03:45:28 03:45:28 #208 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:45:28 #208 DONE 0.3s 03:45:28 03:45:28 #112 [core-data] exporting to image 03:45:28 #112 ... 03:45:28 03:45:28 #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 03:45:28 #211 DONE 0.3s 03:45:28 03:45:28 #212 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:45:28 #212 DONE 0.4s 03:45:28 03:45:28 #112 [core-metadata] exporting to image 03:45:29 #112 exporting layers 1.3s done 03:45:29 #112 writing image sha256:74680317e5b5567f48c173a6b125b9fdfa1a240aa85c1cfe4a0d72626cd2d16a done 03:45:29 #112 naming to docker.io/library/core-data-arm64 done 03:45:29 #112 exporting layers 1.2s done 03:45:29 #112 writing image sha256:599b1a982f3057eca56a2bbf97633fa1b44f0c022d8ee305a96cdfc26c0bbb81 done 03:45:29 #112 naming to docker.io/library/core-metadata-arm64 done 03:45:29 #112 DONE 18.2s 03:45:29 03:45:29 #213 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:45:30 #213 DONE 1.8s 03:45:30 03:45:30 #112 [security-proxy-auth] exporting to image 03:45:31 #112 exporting layers 0.9s done 03:45:31 #112 writing image sha256:25e4eb4acf7f0fa811755e57b006020f514c0a581d43467fdc5328b243451429 done 03:45:31 #112 naming to docker.io/library/security-proxy-auth-arm64 done 03:45:31 #112 DONE 19.1s 03:45:31 03:45:31 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:45:58 #149 ... 03:45:58 03:45:58 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:45:58 #152 DONE 2790.1s 03:45:58 03:45:58 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:45:58 #149 ... 03:45:58 03:45:58 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:45:58 #214 DONE 0.1s 03:45:58 03:45:58 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:45:58 #215 DONE 0.1s 03:45:58 03:45:58 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:45:58 #216 DONE 0.5s 03:45:58 03:45:58 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 03:45:58 #217 DONE 0.1s 03:45:58 03:45:58 #112 [support-scheduler] exporting to image 03:45:58 #112 exporting layers 03:45:58 #112 exporting layers 1.0s done 03:45:58 #112 writing image sha256:13542ba99675da3f97b6de296184005ba8298f9e1c8fd434761cab4d66e5d79b done 03:45:58 #112 naming to docker.io/library/support-scheduler-arm64 done 03:45:58 #112 DONE 20.2s 03:45:58 03:45:58 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:46:02 #149 DONE 2797.1s 03:46:02 03:46:02 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:46:02 #44 ... 03:46:02 03:46:02 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:46:02 #218 DONE 0.1s 03:46:02 03:46:02 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:46:02 #44 ... 03:46:02 03:46:02 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:46:02 #219 DONE 0.1s 03:46:02 03:46:02 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:46:02 #220 DONE 0.5s 03:46:02 03:46:02 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:46:02 #221 DONE 0.1s 03:46:02 03:46:02 #112 [support-notifications] exporting to image 03:46:02 #112 exporting layers 03:46:03 #112 exporting layers 0.6s done 03:46:03 #112 writing image sha256:70a7d8dfc96d7b60cf3c30b8e7e83bea133e44f81787f86b0a9212a8d9fb2738 done 03:46:03 #112 naming to docker.io/library/support-notifications-arm64 done 03:46:03 #112 DONE 20.8s 03:46:03 03:46:03 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:46:03 time="2026-03-16T02:56:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:46:03 time="2026-03-16T02:56:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:46:03 time="2026-03-16T02:56:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:46:03 time="2026-03-16T02:56:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:46:03 time="2026-03-16T02:56:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:46:03 time="2026-03-16T02:56:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:46:03 time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:46:03 time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:46:03 time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:46:03 time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:46:03 time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:46:03 time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:46:03 time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:46:03 time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:46:03 time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 03:46:03 $ docker stop --time=1 dda5e1f33c183c36eeb21ddf063fb56b3e7758c84f3be2872f53eeb35a9030b6 03:46:06 $ docker rm -f --volumes dda5e1f33c183c36eeb21ddf063fb56b3e7758c84f3be2872f53eeb35a9030b6 [Pipeline] // withDockerContainer [Pipeline] sh 03:46:07 + docker images 03:46:07 REPOSITORY TAG IMAGE ID CREATED SIZE 03:46:07 support-notifications-arm64 latest 70a7d8dfc96d 5 seconds ago 56.6MB 03:46:07 support-scheduler-arm64 latest 13542ba99675 11 seconds ago 52.8MB 03:46:07 security-proxy-auth-arm64 latest 25e4eb4acf7f 37 seconds ago 47.8MB 03:46:07 core-metadata-arm64 latest 599b1a982f30 39 seconds ago 48.8MB 03:46:07 core-data-arm64 latest 74680317e5b5 40 seconds ago 48.6MB 03:46:07 core-keeper-arm64 latest 0b4419ae270b 46 seconds ago 48.3MB 03:46:07 security-spiffe-token-provider-arm64 latest 303f545ea270 About a minute ago 52.4MB 03:46:07 security-secretstore-setup-arm64 latest ac82f865daa7 2 minutes ago 87.1MB 03:46:07 security-proxy-setup-arm64 latest cae4a4ffdfd1 2 minutes ago 53.6MB 03:46:07 core-command-arm64 latest 0335e5b40197 3 minutes ago 43.3MB 03:46:07 security-bootstrapper-arm64 latest 5e851e28c8e9 22 minutes ago 21.3MB 03:46:07 core-common-config-bootstrapper-arm64 latest 828aee8f20df 22 minutes ago 20.1MB 03:46:07 security-spire-agent-arm64 latest f08d32add00a 48 minutes ago 219MB 03:46:07 security-spire-server-arm64 latest a0069b8dae0d 48 minutes ago 163MB 03:46:07 security-spire-config-arm64 latest 82327b940f55 48 minutes ago 162MB 03:46:07 ci-base-image-arm64 latest 9aeeb1b89bae 50 minutes ago 924MB 03:46:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 5 months ago 564MB 03:46:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:46:07 provisioning config files... 03:46:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/960@tmp/config3133295498572501931tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:46:08 ---> ****-login.sh 03:46:08 nexus3.edgexfoundry.org:10001 03:46:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:46:08 Configure a credential helper to remove this warning. See 03:46:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:46:08 03:46:08 Login Succeeded 03:46:08 nexus3.edgexfoundry.org:10002 03:46:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:46:08 Configure a credential helper to remove this warning. See 03:46:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:46:08 03:46:08 Login Succeeded 03:46:08 nexus3.edgexfoundry.org:10003 03:46:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:46:09 Configure a credential helper to remove this warning. See 03:46:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:46:09 03:46:09 Login Succeeded 03:46:09 nexus3.edgexfoundry.org:10004 03:46:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:46:09 Configure a credential helper to remove this warning. See 03:46:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:46:09 03:46:09 Login Succeeded 03:46:09 ****.io 03:46:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:46:09 Configure a credential helper to remove this warning. See 03:46:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:46:09 03:46:09 Login Succeeded 03:46:09 ---> ****-login.sh ends [Pipeline] } 03:46:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:46:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:46:10 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 03:46:10 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:46:10 latest 03:46:10 4.1.0-dev.103 03:46:10 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:46:10 main 03:46:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:10 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:10 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:46:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:46:10 5f649a982773: Preparing 03:46:10 6d6c41028deb: Preparing 03:46:10 e69f014e345c: Preparing 03:46:10 7a137b4e1043: Preparing 03:46:10 120d1298429c: Preparing 03:46:10 0b41e1da8fc9: Preparing 03:46:10 c4e71c2a4573: Preparing 03:46:10 0b41e1da8fc9: Waiting 03:46:10 c4e71c2a4573: Waiting 03:46:11 120d1298429c: Pushed 03:46:11 5f649a982773: Pushed 03:46:11 e69f014e345c: Pushed 03:46:11 7a137b4e1043: Pushed 03:46:11 c4e71c2a4573: Layer already exists 03:46:11 0b41e1da8fc9: Pushed 03:46:19 6d6c41028deb: Pushed 03:46:20 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:c09b0220c99c889e85c898a1099bd58081463a2a144622b1ce679888ae9b2971 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:20 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:21 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 03:46:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:46:21 5f649a982773: Preparing 03:46:21 6d6c41028deb: Preparing 03:46:21 e69f014e345c: Preparing 03:46:21 7a137b4e1043: Preparing 03:46:21 120d1298429c: Preparing 03:46:21 0b41e1da8fc9: Preparing 03:46:21 c4e71c2a4573: Preparing 03:46:21 0b41e1da8fc9: Waiting 03:46:21 5f649a982773: Layer already exists 03:46:21 120d1298429c: Layer already exists 03:46:21 6d6c41028deb: Layer already exists 03:46:21 e69f014e345c: Layer already exists 03:46:21 7a137b4e1043: Layer already exists 03:46:21 0b41e1da8fc9: Layer already exists 03:46:21 c4e71c2a4573: Layer already exists 03:46:21 latest: digest: sha256:c09b0220c99c889e85c898a1099bd58081463a2a144622b1ce679888ae9b2971 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:21 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:22 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.103 03:46:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:46:22 5f649a982773: Preparing 03:46:22 6d6c41028deb: Preparing 03:46:22 e69f014e345c: Preparing 03:46:22 7a137b4e1043: Preparing 03:46:22 120d1298429c: Preparing 03:46:22 0b41e1da8fc9: Preparing 03:46:22 c4e71c2a4573: Preparing 03:46:22 0b41e1da8fc9: Waiting 03:46:22 c4e71c2a4573: Waiting 03:46:22 5f649a982773: Layer already exists 03:46:22 7a137b4e1043: Layer already exists 03:46:22 e69f014e345c: Layer already exists 03:46:22 6d6c41028deb: Layer already exists 03:46:22 120d1298429c: Layer already exists 03:46:22 0b41e1da8fc9: Layer already exists 03:46:22 c4e71c2a4573: Layer already exists 03:46:22 4.1.0-dev.103: digest: sha256:c09b0220c99c889e85c898a1099bd58081463a2a144622b1ce679888ae9b2971 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:22 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:23 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:46:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:46:23 5f649a982773: Preparing 03:46:23 6d6c41028deb: Preparing 03:46:23 e69f014e345c: Preparing 03:46:23 7a137b4e1043: Preparing 03:46:23 120d1298429c: Preparing 03:46:23 0b41e1da8fc9: Preparing 03:46:23 c4e71c2a4573: Preparing 03:46:23 0b41e1da8fc9: Waiting 03:46:23 c4e71c2a4573: Waiting 03:46:23 120d1298429c: Layer already exists 03:46:23 5f649a982773: Layer already exists 03:46:23 7a137b4e1043: Layer already exists 03:46:23 e69f014e345c: Layer already exists 03:46:23 6d6c41028deb: Layer already exists 03:46:23 0b41e1da8fc9: Layer already exists 03:46:23 c4e71c2a4573: Layer already exists 03:46:23 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:c09b0220c99c889e85c898a1099bd58081463a2a144622b1ce679888ae9b2971 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:23 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:23 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 03:46:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:46:23 5f649a982773: Preparing 03:46:23 6d6c41028deb: Preparing 03:46:23 e69f014e345c: Preparing 03:46:23 7a137b4e1043: Preparing 03:46:23 120d1298429c: Preparing 03:46:23 0b41e1da8fc9: Preparing 03:46:23 c4e71c2a4573: Preparing 03:46:23 0b41e1da8fc9: Waiting 03:46:23 c4e71c2a4573: Waiting 03:46:23 120d1298429c: Layer already exists 03:46:23 e69f014e345c: Layer already exists 03:46:23 6d6c41028deb: Layer already exists 03:46:23 7a137b4e1043: Layer already exists 03:46:23 5f649a982773: Layer already exists 03:46:23 0b41e1da8fc9: Layer already exists 03:46:23 c4e71c2a4573: Layer already exists 03:46:23 main: digest: sha256:c09b0220c99c889e85c898a1099bd58081463a2a144622b1ce679888ae9b2971 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:46:24 ===================================================== [Pipeline] echo 03:46:24 taggedImages: 03:46:24 - nexus3.edgexfoundry.org:10004/core-command-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:46:24 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 03:46:24 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.103 03:46:24 - nexus3.edgexfoundry.org:10004/core-command-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:46:24 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 03:46:24 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 03:46:24 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:46:24 latest 03:46:24 4.1.0-dev.103 03:46:24 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:46:24 main 03:46:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:24 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:24 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:46:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:46:24 1b7ce99c9596: Preparing 03:46:24 6647f182309b: Preparing 03:46:24 46d676bfd739: Preparing 03:46:24 27e53efe2d55: Preparing 03:46:24 e69f014e345c: Preparing 03:46:24 7a137b4e1043: Preparing 03:46:24 120d1298429c: Preparing 03:46:24 0b41e1da8fc9: Preparing 03:46:24 c4e71c2a4573: Preparing 03:46:24 120d1298429c: Waiting 03:46:24 0b41e1da8fc9: Waiting 03:46:24 c4e71c2a4573: Waiting 03:46:24 7a137b4e1043: Waiting 03:46:24 e69f014e345c: Layer already exists 03:46:25 7a137b4e1043: Layer already exists 03:46:25 46d676bfd739: Pushed 03:46:25 6647f182309b: Pushed 03:46:25 120d1298429c: Layer already exists 03:46:25 0b41e1da8fc9: Layer already exists 03:46:25 c4e71c2a4573: Layer already exists 03:46:25 1b7ce99c9596: Pushed 03:46:27 27e53efe2d55: Pushed 03:46:27 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:4f0a148384651e711660c7331170b5a82f41d45db6a9fc11d429ef87ab3dd726 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:28 + 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 03:46:28 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 03:46:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:46:28 1b7ce99c9596: Preparing 03:46:28 6647f182309b: Preparing 03:46:28 46d676bfd739: Preparing 03:46:28 27e53efe2d55: Preparing 03:46:28 e69f014e345c: Preparing 03:46:28 7a137b4e1043: Preparing 03:46:28 120d1298429c: Preparing 03:46:28 0b41e1da8fc9: Preparing 03:46:28 c4e71c2a4573: Preparing 03:46:28 7a137b4e1043: Waiting 03:46:28 120d1298429c: Waiting 03:46:28 0b41e1da8fc9: Waiting 03:46:28 c4e71c2a4573: Waiting 03:46:28 27e53efe2d55: Layer already exists 03:46:28 e69f014e345c: Layer already exists 03:46:28 46d676bfd739: Layer already exists 03:46:28 6647f182309b: Layer already exists 03:46:28 1b7ce99c9596: Layer already exists 03:46:28 120d1298429c: Layer already exists 03:46:28 7a137b4e1043: Layer already exists 03:46:28 c4e71c2a4573: Layer already exists 03:46:28 0b41e1da8fc9: Layer already exists 03:46:28 latest: digest: sha256:4f0a148384651e711660c7331170b5a82f41d45db6a9fc11d429ef87ab3dd726 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:28 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:29 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.103 03:46:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:46:29 1b7ce99c9596: Preparing 03:46:29 6647f182309b: Preparing 03:46:29 46d676bfd739: Preparing 03:46:29 27e53efe2d55: Preparing 03:46:29 e69f014e345c: Preparing 03:46:29 7a137b4e1043: Preparing 03:46:29 120d1298429c: Preparing 03:46:29 0b41e1da8fc9: Preparing 03:46:29 c4e71c2a4573: Preparing 03:46:29 7a137b4e1043: Waiting 03:46:29 120d1298429c: Waiting 03:46:29 0b41e1da8fc9: Waiting 03:46:29 c4e71c2a4573: Waiting 03:46:29 6647f182309b: Layer already exists 03:46:29 1b7ce99c9596: Layer already exists 03:46:29 46d676bfd739: Layer already exists 03:46:29 27e53efe2d55: Layer already exists 03:46:29 e69f014e345c: Layer already exists 03:46:29 7a137b4e1043: Layer already exists 03:46:29 120d1298429c: Layer already exists 03:46:29 c4e71c2a4573: Layer already exists 03:46:29 0b41e1da8fc9: Layer already exists 03:46:29 4.1.0-dev.103: digest: sha256:4f0a148384651e711660c7331170b5a82f41d45db6a9fc11d429ef87ab3dd726 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:29 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:30 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:46:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:46:30 1b7ce99c9596: Preparing 03:46:30 6647f182309b: Preparing 03:46:30 46d676bfd739: Preparing 03:46:30 27e53efe2d55: Preparing 03:46:30 e69f014e345c: Preparing 03:46:30 7a137b4e1043: Preparing 03:46:30 120d1298429c: Preparing 03:46:30 0b41e1da8fc9: Preparing 03:46:30 c4e71c2a4573: Preparing 03:46:30 120d1298429c: Waiting 03:46:30 0b41e1da8fc9: Waiting 03:46:30 7a137b4e1043: Waiting 03:46:30 c4e71c2a4573: Waiting 03:46:30 e69f014e345c: Layer already exists 03:46:30 1b7ce99c9596: Layer already exists 03:46:30 46d676bfd739: Layer already exists 03:46:30 27e53efe2d55: Layer already exists 03:46:30 6647f182309b: Layer already exists 03:46:30 7a137b4e1043: Layer already exists 03:46:30 c4e71c2a4573: Layer already exists 03:46:30 0b41e1da8fc9: Layer already exists 03:46:30 120d1298429c: Layer already exists 03:46:30 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:4f0a148384651e711660c7331170b5a82f41d45db6a9fc11d429ef87ab3dd726 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:30 + 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 03:46:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 03:46:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:46:31 1b7ce99c9596: Preparing 03:46:31 6647f182309b: Preparing 03:46:31 46d676bfd739: Preparing 03:46:31 27e53efe2d55: Preparing 03:46:31 e69f014e345c: Preparing 03:46:31 7a137b4e1043: Preparing 03:46:31 120d1298429c: Preparing 03:46:31 0b41e1da8fc9: Preparing 03:46:31 7a137b4e1043: Waiting 03:46:31 120d1298429c: Waiting 03:46:31 c4e71c2a4573: Preparing 03:46:31 0b41e1da8fc9: Waiting 03:46:31 c4e71c2a4573: Waiting 03:46:31 27e53efe2d55: Layer already exists 03:46:31 e69f014e345c: Layer already exists 03:46:31 46d676bfd739: Layer already exists 03:46:31 6647f182309b: Layer already exists 03:46:31 1b7ce99c9596: Layer already exists 03:46:31 0b41e1da8fc9: Layer already exists 03:46:31 7a137b4e1043: Layer already exists 03:46:31 120d1298429c: Layer already exists 03:46:31 c4e71c2a4573: Layer already exists 03:46:31 main: digest: sha256:4f0a148384651e711660c7331170b5a82f41d45db6a9fc11d429ef87ab3dd726 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:46:31 ===================================================== [Pipeline] echo 03:46:31 taggedImages: 03:46:31 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:46:31 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 03:46:31 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.103 03:46:31 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:46:31 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 03:46:31 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 03:46:31 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:46:31 latest 03:46:31 4.1.0-dev.103 03:46:31 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:46:31 main 03:46:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:32 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:34 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:46:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:46:34 5bf3fc4725f4: Preparing 03:46:34 046b176d638f: Preparing 03:46:34 e69f014e345c: Preparing 03:46:34 7a137b4e1043: Preparing 03:46:34 d0c7a4a32608: Preparing 03:46:34 f7b7b8ac8dab: Preparing 03:46:34 c4e71c2a4573: Preparing 03:46:34 f7b7b8ac8dab: Waiting 03:46:34 c4e71c2a4573: Waiting 03:46:34 e69f014e345c: Layer already exists 03:46:34 7a137b4e1043: Layer already exists 03:46:34 c4e71c2a4573: Layer already exists 03:46:34 5bf3fc4725f4: Pushed 03:46:34 d0c7a4a32608: Pushed 03:46:34 f7b7b8ac8dab: Pushed 03:46:42 046b176d638f: Pushed 03:46:42 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:a1ce6ff9f69cbb0dafd9230522dbf935ab3a90a6f11b51aaa622f56d57a1c726 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 03:46:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:46:43 5bf3fc4725f4: Preparing 03:46:43 046b176d638f: Preparing 03:46:43 e69f014e345c: Preparing 03:46:43 7a137b4e1043: Preparing 03:46:43 d0c7a4a32608: Preparing 03:46:43 f7b7b8ac8dab: Preparing 03:46:43 c4e71c2a4573: Preparing 03:46:43 f7b7b8ac8dab: Waiting 03:46:43 c4e71c2a4573: Waiting 03:46:43 046b176d638f: Layer already exists 03:46:43 e69f014e345c: Layer already exists 03:46:43 d0c7a4a32608: Layer already exists 03:46:43 7a137b4e1043: Layer already exists 03:46:43 5bf3fc4725f4: Layer already exists 03:46:43 f7b7b8ac8dab: Layer already exists 03:46:43 c4e71c2a4573: Layer already exists 03:46:43 latest: digest: sha256:a1ce6ff9f69cbb0dafd9230522dbf935ab3a90a6f11b51aaa622f56d57a1c726 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:44 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:44 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.103 03:46:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:46:44 5bf3fc4725f4: Preparing 03:46:44 046b176d638f: Preparing 03:46:44 e69f014e345c: Preparing 03:46:44 7a137b4e1043: Preparing 03:46:44 d0c7a4a32608: Preparing 03:46:44 f7b7b8ac8dab: Preparing 03:46:44 c4e71c2a4573: Preparing 03:46:44 f7b7b8ac8dab: Waiting 03:46:44 c4e71c2a4573: Waiting 03:46:44 e69f014e345c: Layer already exists 03:46:44 5bf3fc4725f4: Layer already exists 03:46:44 7a137b4e1043: Layer already exists 03:46:44 046b176d638f: Layer already exists 03:46:44 d0c7a4a32608: Layer already exists 03:46:44 f7b7b8ac8dab: Layer already exists 03:46:44 c4e71c2a4573: Layer already exists 03:46:44 4.1.0-dev.103: digest: sha256:a1ce6ff9f69cbb0dafd9230522dbf935ab3a90a6f11b51aaa622f56d57a1c726 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:45 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:46:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:46:48 5bf3fc4725f4: Preparing 03:46:48 046b176d638f: Preparing 03:46:48 e69f014e345c: Preparing 03:46:48 7a137b4e1043: Preparing 03:46:48 d0c7a4a32608: Preparing 03:46:48 f7b7b8ac8dab: Preparing 03:46:48 c4e71c2a4573: Preparing 03:46:48 f7b7b8ac8dab: Waiting 03:46:48 c4e71c2a4573: Waiting 03:46:48 7a137b4e1043: Layer already exists 03:46:48 046b176d638f: Layer already exists 03:46:48 d0c7a4a32608: Layer already exists 03:46:48 e69f014e345c: Layer already exists 03:46:48 5bf3fc4725f4: Layer already exists 03:46:48 c4e71c2a4573: Layer already exists 03:46:48 f7b7b8ac8dab: Layer already exists 03:46:48 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:a1ce6ff9f69cbb0dafd9230522dbf935ab3a90a6f11b51aaa622f56d57a1c726 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:48 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:49 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 03:46:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:46:49 5bf3fc4725f4: Preparing 03:46:49 046b176d638f: Preparing 03:46:49 e69f014e345c: Preparing 03:46:49 7a137b4e1043: Preparing 03:46:49 d0c7a4a32608: Preparing 03:46:49 f7b7b8ac8dab: Preparing 03:46:49 c4e71c2a4573: Preparing 03:46:49 f7b7b8ac8dab: Waiting 03:46:49 c4e71c2a4573: Waiting 03:46:49 7a137b4e1043: Layer already exists 03:46:49 d0c7a4a32608: Layer already exists 03:46:49 5bf3fc4725f4: Layer already exists 03:46:49 046b176d638f: Layer already exists 03:46:49 e69f014e345c: Layer already exists 03:46:49 c4e71c2a4573: Layer already exists 03:46:49 f7b7b8ac8dab: Layer already exists 03:46:49 main: digest: sha256:a1ce6ff9f69cbb0dafd9230522dbf935ab3a90a6f11b51aaa622f56d57a1c726 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:46:49 ===================================================== [Pipeline] echo 03:46:49 taggedImages: 03:46:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:46:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 03:46:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.103 03:46:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:46:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 03:46:49 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 03:46:49 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:46:49 latest 03:46:49 4.1.0-dev.103 03:46:49 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:46:49 main 03:46:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:49 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:50 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:46:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:46:50 813dbdb136fb: Preparing 03:46:50 3550138057ce: Preparing 03:46:50 7a137b4e1043: Preparing 03:46:50 b1e05692a78e: Preparing 03:46:50 0cfb36e324da: Preparing 03:46:50 c4e71c2a4573: Preparing 03:46:50 c4e71c2a4573: Waiting 03:46:50 7a137b4e1043: Layer already exists 03:46:50 c4e71c2a4573: Layer already exists 03:46:50 0cfb36e324da: Pushed 03:46:50 b1e05692a78e: Pushed 03:46:50 813dbdb136fb: Pushed 03:46:58 3550138057ce: Pushed 03:46:58 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:cbb4a0b7f16ea5245ea07921ab376262e607e03c5b3c6d93566fcc12df8ad3c1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:58 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:01 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 03:47:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:47:01 813dbdb136fb: Preparing 03:47:01 3550138057ce: Preparing 03:47:01 7a137b4e1043: Preparing 03:47:01 b1e05692a78e: Preparing 03:47:01 0cfb36e324da: Preparing 03:47:01 c4e71c2a4573: Preparing 03:47:01 c4e71c2a4573: Waiting 03:47:01 0cfb36e324da: Layer already exists 03:47:01 7a137b4e1043: Layer already exists 03:47:01 b1e05692a78e: Layer already exists 03:47:01 3550138057ce: Layer already exists 03:47:01 813dbdb136fb: Layer already exists 03:47:01 c4e71c2a4573: Layer already exists 03:47:02 latest: digest: sha256:cbb4a0b7f16ea5245ea07921ab376262e607e03c5b3c6d93566fcc12df8ad3c1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:02 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:02 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.103 03:47:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:47:02 813dbdb136fb: Preparing 03:47:02 3550138057ce: Preparing 03:47:02 7a137b4e1043: Preparing 03:47:02 b1e05692a78e: Preparing 03:47:02 0cfb36e324da: Preparing 03:47:02 c4e71c2a4573: Preparing 03:47:02 c4e71c2a4573: Waiting 03:47:02 b1e05692a78e: Layer already exists 03:47:02 0cfb36e324da: Layer already exists 03:47:02 3550138057ce: Layer already exists 03:47:02 7a137b4e1043: Layer already exists 03:47:02 813dbdb136fb: Layer already exists 03:47:02 c4e71c2a4573: Layer already exists 03:47:02 4.1.0-dev.103: digest: sha256:cbb4a0b7f16ea5245ea07921ab376262e607e03c5b3c6d93566fcc12df8ad3c1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:03 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:03 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:47:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:47:03 813dbdb136fb: Preparing 03:47:03 3550138057ce: Preparing 03:47:03 7a137b4e1043: Preparing 03:47:03 b1e05692a78e: Preparing 03:47:03 0cfb36e324da: Preparing 03:47:03 c4e71c2a4573: Preparing 03:47:03 c4e71c2a4573: Waiting 03:47:03 0cfb36e324da: Layer already exists 03:47:03 813dbdb136fb: Layer already exists 03:47:03 3550138057ce: Layer already exists 03:47:03 7a137b4e1043: Layer already exists 03:47:03 b1e05692a78e: Layer already exists 03:47:03 c4e71c2a4573: Layer already exists 03:47:03 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:cbb4a0b7f16ea5245ea07921ab376262e607e03c5b3c6d93566fcc12df8ad3c1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:03 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 03:47:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:47:04 813dbdb136fb: Preparing 03:47:04 3550138057ce: Preparing 03:47:04 7a137b4e1043: Preparing 03:47:04 b1e05692a78e: Preparing 03:47:04 0cfb36e324da: Preparing 03:47:04 c4e71c2a4573: Preparing 03:47:04 c4e71c2a4573: Waiting 03:47:04 813dbdb136fb: Layer already exists 03:47:04 b1e05692a78e: Layer already exists 03:47:04 7a137b4e1043: Layer already exists 03:47:04 3550138057ce: Layer already exists 03:47:04 0cfb36e324da: Layer already exists 03:47:04 c4e71c2a4573: Layer already exists 03:47:04 main: digest: sha256:cbb4a0b7f16ea5245ea07921ab376262e607e03c5b3c6d93566fcc12df8ad3c1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:47:04 ===================================================== [Pipeline] echo 03:47:04 taggedImages: 03:47:04 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:47:04 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 03:47:04 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.103 03:47:04 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:47:04 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 03:47:04 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 03:47:04 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:47:04 latest 03:47:04 4.1.0-dev.103 03:47:04 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:47:04 main 03:47:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:04 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:47:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:47:05 a399992ae69c: Preparing 03:47:05 302ab58e1ceb: Preparing 03:47:05 13f91e72744a: Preparing 03:47:05 e69f014e345c: Preparing 03:47:05 7a137b4e1043: Preparing 03:47:05 120d1298429c: Preparing 03:47:05 0b41e1da8fc9: Preparing 03:47:05 c4e71c2a4573: Preparing 03:47:05 120d1298429c: Waiting 03:47:05 0b41e1da8fc9: Waiting 03:47:05 c4e71c2a4573: Waiting 03:47:05 7a137b4e1043: Layer already exists 03:47:05 e69f014e345c: Layer already exists 03:47:05 120d1298429c: Layer already exists 03:47:05 302ab58e1ceb: Pushed 03:47:05 c4e71c2a4573: Layer already exists 03:47:05 0b41e1da8fc9: Layer already exists 03:47:05 a399992ae69c: Pushed 03:47:13 13f91e72744a: Pushed 03:47:13 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:086f0660ee93e6ee4e891c1779b2382f2633fc49c3cbaccdbfb57a3bd7b1e52d size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:14 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 03:47:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:47:14 a399992ae69c: Preparing 03:47:14 302ab58e1ceb: Preparing 03:47:14 13f91e72744a: Preparing 03:47:14 e69f014e345c: Preparing 03:47:14 7a137b4e1043: Preparing 03:47:14 120d1298429c: Preparing 03:47:14 0b41e1da8fc9: Preparing 03:47:14 c4e71c2a4573: Preparing 03:47:14 120d1298429c: Waiting 03:47:14 0b41e1da8fc9: Waiting 03:47:14 c4e71c2a4573: Waiting 03:47:14 a399992ae69c: Layer already exists 03:47:14 302ab58e1ceb: Layer already exists 03:47:14 13f91e72744a: Layer already exists 03:47:14 e69f014e345c: Layer already exists 03:47:14 7a137b4e1043: Layer already exists 03:47:14 120d1298429c: Layer already exists 03:47:14 c4e71c2a4573: Layer already exists 03:47:14 0b41e1da8fc9: Layer already exists 03:47:14 latest: digest: sha256:086f0660ee93e6ee4e891c1779b2382f2633fc49c3cbaccdbfb57a3bd7b1e52d size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:15 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.103 03:47:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:47:15 a399992ae69c: Preparing 03:47:15 302ab58e1ceb: Preparing 03:47:15 13f91e72744a: Preparing 03:47:15 e69f014e345c: Preparing 03:47:15 7a137b4e1043: Preparing 03:47:15 120d1298429c: Preparing 03:47:15 0b41e1da8fc9: Preparing 03:47:15 c4e71c2a4573: Preparing 03:47:15 0b41e1da8fc9: Waiting 03:47:15 120d1298429c: Waiting 03:47:15 c4e71c2a4573: Waiting 03:47:15 7a137b4e1043: Layer already exists 03:47:15 a399992ae69c: Layer already exists 03:47:15 13f91e72744a: Layer already exists 03:47:15 e69f014e345c: Layer already exists 03:47:15 302ab58e1ceb: Layer already exists 03:47:15 c4e71c2a4573: Layer already exists 03:47:15 120d1298429c: Layer already exists 03:47:15 0b41e1da8fc9: Layer already exists 03:47:15 4.1.0-dev.103: digest: sha256:086f0660ee93e6ee4e891c1779b2382f2633fc49c3cbaccdbfb57a3bd7b1e52d size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:15 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:16 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:47:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:47:16 a399992ae69c: Preparing 03:47:16 302ab58e1ceb: Preparing 03:47:16 13f91e72744a: Preparing 03:47:16 e69f014e345c: Preparing 03:47:16 7a137b4e1043: Preparing 03:47:16 120d1298429c: Preparing 03:47:16 0b41e1da8fc9: Preparing 03:47:16 120d1298429c: Waiting 03:47:16 0b41e1da8fc9: Waiting 03:47:16 c4e71c2a4573: Preparing 03:47:16 c4e71c2a4573: Waiting 03:47:16 a399992ae69c: Layer already exists 03:47:16 e69f014e345c: Layer already exists 03:47:16 13f91e72744a: Layer already exists 03:47:16 302ab58e1ceb: Layer already exists 03:47:16 7a137b4e1043: Layer already exists 03:47:16 120d1298429c: Layer already exists 03:47:16 0b41e1da8fc9: Layer already exists 03:47:16 c4e71c2a4573: Layer already exists 03:47:16 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:086f0660ee93e6ee4e891c1779b2382f2633fc49c3cbaccdbfb57a3bd7b1e52d size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:16 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 03:47:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:47:17 a399992ae69c: Preparing 03:47:17 302ab58e1ceb: Preparing 03:47:17 13f91e72744a: Preparing 03:47:17 e69f014e345c: Preparing 03:47:17 7a137b4e1043: Preparing 03:47:17 120d1298429c: Preparing 03:47:17 0b41e1da8fc9: Preparing 03:47:17 c4e71c2a4573: Preparing 03:47:17 120d1298429c: Waiting 03:47:17 c4e71c2a4573: Waiting 03:47:17 0b41e1da8fc9: Waiting 03:47:17 e69f014e345c: Layer already exists 03:47:17 7a137b4e1043: Layer already exists 03:47:17 302ab58e1ceb: Layer already exists 03:47:17 13f91e72744a: Layer already exists 03:47:17 a399992ae69c: Layer already exists 03:47:17 0b41e1da8fc9: Layer already exists 03:47:17 120d1298429c: Layer already exists 03:47:17 c4e71c2a4573: Layer already exists 03:47:17 main: digest: sha256:086f0660ee93e6ee4e891c1779b2382f2633fc49c3cbaccdbfb57a3bd7b1e52d size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:47:17 ===================================================== [Pipeline] echo 03:47:17 taggedImages: 03:47:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:47:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 03:47:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.103 03:47:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:47:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 03:47:17 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 03:47:17 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:47:17 latest 03:47:17 4.1.0-dev.103 03:47:17 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:47:17 main 03:47:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:18 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:47:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:47:18 b8b428387b9b: Preparing 03:47:18 f4cdb518c5a0: Preparing 03:47:18 700f62b06277: Preparing 03:47:18 1c4d498754f9: Preparing 03:47:18 7311f3484b50: Preparing 03:47:18 0cad920472ba: Preparing 03:47:18 90ccf6f52455: Preparing 03:47:18 e69f014e345c: Preparing 03:47:18 7a137b4e1043: Preparing 03:47:18 ceb1e0c367d5: Preparing 03:47:18 1fd14a20ed47: Preparing 03:47:18 5f70bf18a086: Preparing 03:47:18 34f979f38c0e: Preparing 03:47:18 ec227b7e216d: Preparing 03:47:18 9ee16a45889d: Preparing 03:47:18 c4e71c2a4573: Preparing 03:47:18 1fd14a20ed47: Waiting 03:47:18 5f70bf18a086: Waiting 03:47:18 34f979f38c0e: Waiting 03:47:18 ec227b7e216d: Waiting 03:47:18 9ee16a45889d: Waiting 03:47:18 0cad920472ba: Waiting 03:47:18 c4e71c2a4573: Waiting 03:47:18 90ccf6f52455: Waiting 03:47:18 7a137b4e1043: Waiting 03:47:18 e69f014e345c: Waiting 03:47:18 ceb1e0c367d5: Waiting 03:47:18 1c4d498754f9: Pushed 03:47:18 f4cdb518c5a0: Pushed 03:47:18 700f62b06277: Pushed 03:47:18 7311f3484b50: Pushed 03:47:18 b8b428387b9b: Pushed 03:47:18 e69f014e345c: Layer already exists 03:47:18 7a137b4e1043: Layer already exists 03:47:18 0cad920472ba: Pushed 03:47:18 5f70bf18a086: Layer already exists 03:47:18 ceb1e0c367d5: Pushed 03:47:18 1fd14a20ed47: Pushed 03:47:18 c4e71c2a4573: Layer already exists 03:47:18 ec227b7e216d: Pushed 03:47:18 34f979f38c0e: Pushed 03:47:18 9ee16a45889d: Pushed 03:47:22 90ccf6f52455: Pushed 03:47:22 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:e7abcb663455ef115f052ce3a9fbb86ab50145f4e148ff7f221d921b8dc155a1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:22 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:22 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 03:47:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:47:22 b8b428387b9b: Preparing 03:47:22 f4cdb518c5a0: Preparing 03:47:22 700f62b06277: Preparing 03:47:22 1c4d498754f9: Preparing 03:47:22 7311f3484b50: Preparing 03:47:22 0cad920472ba: Preparing 03:47:22 90ccf6f52455: Preparing 03:47:22 0cad920472ba: Waiting 03:47:22 90ccf6f52455: Waiting 03:47:22 e69f014e345c: Preparing 03:47:22 7a137b4e1043: Preparing 03:47:22 e69f014e345c: Waiting 03:47:22 7a137b4e1043: Waiting 03:47:22 ceb1e0c367d5: Preparing 03:47:22 1fd14a20ed47: Preparing 03:47:22 ceb1e0c367d5: Waiting 03:47:22 5f70bf18a086: Preparing 03:47:22 1fd14a20ed47: Waiting 03:47:22 34f979f38c0e: Preparing 03:47:22 5f70bf18a086: Waiting 03:47:22 ec227b7e216d: Preparing 03:47:22 34f979f38c0e: Waiting 03:47:22 9ee16a45889d: Preparing 03:47:22 ec227b7e216d: Waiting 03:47:22 c4e71c2a4573: Preparing 03:47:22 9ee16a45889d: Waiting 03:47:22 c4e71c2a4573: Waiting 03:47:22 b8b428387b9b: Layer already exists 03:47:22 7311f3484b50: Layer already exists 03:47:22 700f62b06277: Layer already exists 03:47:22 f4cdb518c5a0: Layer already exists 03:47:22 1c4d498754f9: Layer already exists 03:47:22 90ccf6f52455: Layer already exists 03:47:22 ceb1e0c367d5: Layer already exists 03:47:22 0cad920472ba: Layer already exists 03:47:22 7a137b4e1043: Layer already exists 03:47:22 e69f014e345c: Layer already exists 03:47:22 1fd14a20ed47: Layer already exists 03:47:22 5f70bf18a086: Layer already exists 03:47:22 34f979f38c0e: Layer already exists 03:47:22 ec227b7e216d: Layer already exists 03:47:22 9ee16a45889d: Layer already exists 03:47:22 c4e71c2a4573: Layer already exists 03:47:23 latest: digest: sha256:e7abcb663455ef115f052ce3a9fbb86ab50145f4e148ff7f221d921b8dc155a1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:23 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.103 03:47:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:47:23 b8b428387b9b: Preparing 03:47:23 f4cdb518c5a0: Preparing 03:47:23 700f62b06277: Preparing 03:47:23 1c4d498754f9: Preparing 03:47:23 7311f3484b50: Preparing 03:47:23 0cad920472ba: Preparing 03:47:23 90ccf6f52455: Preparing 03:47:23 e69f014e345c: Preparing 03:47:23 7a137b4e1043: Preparing 03:47:23 ceb1e0c367d5: Preparing 03:47:23 1fd14a20ed47: Preparing 03:47:23 5f70bf18a086: Preparing 03:47:23 34f979f38c0e: Preparing 03:47:23 ec227b7e216d: Preparing 03:47:23 9ee16a45889d: Preparing 03:47:23 c4e71c2a4573: Preparing 03:47:23 0cad920472ba: Waiting 03:47:23 90ccf6f52455: Waiting 03:47:23 e69f014e345c: Waiting 03:47:23 ec227b7e216d: Waiting 03:47:23 9ee16a45889d: Waiting 03:47:23 7a137b4e1043: Waiting 03:47:23 c4e71c2a4573: Waiting 03:47:23 ceb1e0c367d5: Waiting 03:47:23 1fd14a20ed47: Waiting 03:47:23 34f979f38c0e: Waiting 03:47:23 5f70bf18a086: Waiting 03:47:23 7311f3484b50: Layer already exists 03:47:23 700f62b06277: Layer already exists 03:47:23 1c4d498754f9: Layer already exists 03:47:23 b8b428387b9b: Layer already exists 03:47:23 f4cdb518c5a0: Layer already exists 03:47:23 0cad920472ba: Layer already exists 03:47:23 90ccf6f52455: Layer already exists 03:47:23 7a137b4e1043: Layer already exists 03:47:23 e69f014e345c: Layer already exists 03:47:23 ceb1e0c367d5: Layer already exists 03:47:23 1fd14a20ed47: Layer already exists 03:47:23 ec227b7e216d: Layer already exists 03:47:23 5f70bf18a086: Layer already exists 03:47:23 34f979f38c0e: Layer already exists 03:47:23 9ee16a45889d: Layer already exists 03:47:23 c4e71c2a4573: Layer already exists 03:47:24 4.1.0-dev.103: digest: sha256:e7abcb663455ef115f052ce3a9fbb86ab50145f4e148ff7f221d921b8dc155a1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:24 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:47:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:47:24 b8b428387b9b: Preparing 03:47:24 f4cdb518c5a0: Preparing 03:47:24 700f62b06277: Preparing 03:47:24 1c4d498754f9: Preparing 03:47:24 7311f3484b50: Preparing 03:47:24 0cad920472ba: Preparing 03:47:24 90ccf6f52455: Preparing 03:47:24 e69f014e345c: Preparing 03:47:24 7a137b4e1043: Preparing 03:47:24 ceb1e0c367d5: Preparing 03:47:24 1fd14a20ed47: Preparing 03:47:24 5f70bf18a086: Preparing 03:47:24 34f979f38c0e: Preparing 03:47:24 ec227b7e216d: Preparing 03:47:24 9ee16a45889d: Preparing 03:47:24 c4e71c2a4573: Preparing 03:47:24 5f70bf18a086: Waiting 03:47:24 9ee16a45889d: Waiting 03:47:24 c4e71c2a4573: Waiting 03:47:24 0cad920472ba: Waiting 03:47:24 90ccf6f52455: Waiting 03:47:24 e69f014e345c: Waiting 03:47:24 7a137b4e1043: Waiting 03:47:24 34f979f38c0e: Waiting 03:47:24 ec227b7e216d: Waiting 03:47:24 ceb1e0c367d5: Waiting 03:47:24 1fd14a20ed47: Waiting 03:47:24 700f62b06277: Layer already exists 03:47:24 7311f3484b50: Layer already exists 03:47:24 b8b428387b9b: Layer already exists 03:47:24 f4cdb518c5a0: Layer already exists 03:47:24 1c4d498754f9: Layer already exists 03:47:24 7a137b4e1043: Layer already exists 03:47:24 0cad920472ba: Layer already exists 03:47:24 90ccf6f52455: Layer already exists 03:47:24 e69f014e345c: Layer already exists 03:47:24 ceb1e0c367d5: Layer already exists 03:47:24 5f70bf18a086: Layer already exists 03:47:24 1fd14a20ed47: Layer already exists 03:47:24 9ee16a45889d: Layer already exists 03:47:24 34f979f38c0e: Layer already exists 03:47:24 ec227b7e216d: Layer already exists 03:47:24 c4e71c2a4573: Layer already exists 03:47:25 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:e7abcb663455ef115f052ce3a9fbb86ab50145f4e148ff7f221d921b8dc155a1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:25 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 03:47:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:47:27 b8b428387b9b: Preparing 03:47:27 f4cdb518c5a0: Preparing 03:47:27 700f62b06277: Preparing 03:47:27 1c4d498754f9: Preparing 03:47:27 7311f3484b50: Preparing 03:47:27 0cad920472ba: Preparing 03:47:27 90ccf6f52455: Preparing 03:47:27 e69f014e345c: Preparing 03:47:27 7a137b4e1043: Preparing 03:47:27 ceb1e0c367d5: Preparing 03:47:27 1fd14a20ed47: Preparing 03:47:27 5f70bf18a086: Preparing 03:47:27 34f979f38c0e: Preparing 03:47:27 ec227b7e216d: Preparing 03:47:27 9ee16a45889d: Preparing 03:47:27 c4e71c2a4573: Preparing 03:47:27 0cad920472ba: Waiting 03:47:27 5f70bf18a086: Waiting 03:47:27 34f979f38c0e: Waiting 03:47:27 ec227b7e216d: Waiting 03:47:27 9ee16a45889d: Waiting 03:47:27 c4e71c2a4573: Waiting 03:47:27 90ccf6f52455: Waiting 03:47:27 e69f014e345c: Waiting 03:47:27 7a137b4e1043: Waiting 03:47:27 1fd14a20ed47: Waiting 03:47:27 ceb1e0c367d5: Waiting 03:47:27 b8b428387b9b: Layer already exists 03:47:27 1c4d498754f9: Layer already exists 03:47:27 700f62b06277: Layer already exists 03:47:27 7311f3484b50: Layer already exists 03:47:27 f4cdb518c5a0: Layer already exists 03:47:27 e69f014e345c: Layer already exists 03:47:27 0cad920472ba: Layer already exists 03:47:27 7a137b4e1043: Layer already exists 03:47:27 90ccf6f52455: Layer already exists 03:47:27 ceb1e0c367d5: Layer already exists 03:47:27 5f70bf18a086: Layer already exists 03:47:27 1fd14a20ed47: Layer already exists 03:47:27 34f979f38c0e: Layer already exists 03:47:27 ec227b7e216d: Layer already exists 03:47:27 9ee16a45889d: Layer already exists 03:47:27 c4e71c2a4573: Layer already exists 03:47:28 main: digest: sha256:e7abcb663455ef115f052ce3a9fbb86ab50145f4e148ff7f221d921b8dc155a1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:47:28 ===================================================== [Pipeline] echo 03:47:28 taggedImages: 03:47:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:47:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 03:47:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.103 03:47:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:47:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 03:47:28 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 03:47:28 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:47:28 latest 03:47:28 4.1.0-dev.103 03:47:28 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:47:28 main 03:47:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:28 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:47:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:47:28 636e7158508f: Preparing 03:47:28 825e54eb2502: Preparing 03:47:28 bc9f8b7af6fc: Preparing 03:47:28 a4ab9c0595f2: Preparing 03:47:28 e69f014e345c: Preparing 03:47:28 7a137b4e1043: Preparing 03:47:28 120d1298429c: Preparing 03:47:28 0b41e1da8fc9: Preparing 03:47:28 c4e71c2a4573: Preparing 03:47:28 7a137b4e1043: Waiting 03:47:28 120d1298429c: Waiting 03:47:28 0b41e1da8fc9: Waiting 03:47:28 c4e71c2a4573: Waiting 03:47:28 e69f014e345c: Layer already exists 03:47:29 7a137b4e1043: Layer already exists 03:47:29 bc9f8b7af6fc: Pushed 03:47:29 825e54eb2502: Pushed 03:47:29 120d1298429c: Layer already exists 03:47:29 0b41e1da8fc9: Layer already exists 03:47:29 636e7158508f: Pushed 03:47:29 c4e71c2a4573: Layer already exists 03:47:37 a4ab9c0595f2: Pushed 03:47:37 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:9ab054b510624fc2a0bc7c4aa5d34f05782bb05b7c96dc90e3b1216837a2b714 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:37 + 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 03:47:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 03:47:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:47:38 636e7158508f: Preparing 03:47:38 825e54eb2502: Preparing 03:47:38 bc9f8b7af6fc: Preparing 03:47:38 a4ab9c0595f2: Preparing 03:47:38 e69f014e345c: Preparing 03:47:38 7a137b4e1043: Preparing 03:47:38 120d1298429c: Preparing 03:47:38 0b41e1da8fc9: Preparing 03:47:38 c4e71c2a4573: Preparing 03:47:38 120d1298429c: Waiting 03:47:38 0b41e1da8fc9: Waiting 03:47:38 c4e71c2a4573: Waiting 03:47:38 7a137b4e1043: Waiting 03:47:38 636e7158508f: Layer already exists 03:47:38 825e54eb2502: Layer already exists 03:47:38 bc9f8b7af6fc: Layer already exists 03:47:38 a4ab9c0595f2: Layer already exists 03:47:38 e69f014e345c: Layer already exists 03:47:38 7a137b4e1043: Layer already exists 03:47:38 c4e71c2a4573: Layer already exists 03:47:38 0b41e1da8fc9: Layer already exists 03:47:38 120d1298429c: Layer already exists 03:47:38 latest: digest: sha256:9ab054b510624fc2a0bc7c4aa5d34f05782bb05b7c96dc90e3b1216837a2b714 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:38 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.103 03:47:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:47:39 636e7158508f: Preparing 03:47:39 825e54eb2502: Preparing 03:47:39 bc9f8b7af6fc: Preparing 03:47:39 a4ab9c0595f2: Preparing 03:47:39 e69f014e345c: Preparing 03:47:39 7a137b4e1043: Preparing 03:47:39 120d1298429c: Preparing 03:47:39 0b41e1da8fc9: Preparing 03:47:39 7a137b4e1043: Waiting 03:47:39 120d1298429c: Waiting 03:47:39 c4e71c2a4573: Preparing 03:47:39 0b41e1da8fc9: Waiting 03:47:39 c4e71c2a4573: Waiting 03:47:39 e69f014e345c: Layer already exists 03:47:39 a4ab9c0595f2: Layer already exists 03:47:39 636e7158508f: Layer already exists 03:47:39 bc9f8b7af6fc: Layer already exists 03:47:39 825e54eb2502: Layer already exists 03:47:39 7a137b4e1043: Layer already exists 03:47:39 0b41e1da8fc9: Layer already exists 03:47:39 c4e71c2a4573: Layer already exists 03:47:39 120d1298429c: Layer already exists 03:47:39 4.1.0-dev.103: digest: sha256:9ab054b510624fc2a0bc7c4aa5d34f05782bb05b7c96dc90e3b1216837a2b714 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:40 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:47:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:47:40 636e7158508f: Preparing 03:47:40 825e54eb2502: Preparing 03:47:40 bc9f8b7af6fc: Preparing 03:47:40 a4ab9c0595f2: Preparing 03:47:40 e69f014e345c: Preparing 03:47:40 7a137b4e1043: Preparing 03:47:40 120d1298429c: Preparing 03:47:40 0b41e1da8fc9: Preparing 03:47:40 c4e71c2a4573: Preparing 03:47:40 7a137b4e1043: Waiting 03:47:40 120d1298429c: Waiting 03:47:40 c4e71c2a4573: Waiting 03:47:40 0b41e1da8fc9: Waiting 03:47:40 a4ab9c0595f2: Layer already exists 03:47:40 825e54eb2502: Layer already exists 03:47:40 e69f014e345c: Layer already exists 03:47:40 bc9f8b7af6fc: Layer already exists 03:47:40 636e7158508f: Layer already exists 03:47:40 7a137b4e1043: Layer already exists 03:47:40 0b41e1da8fc9: Layer already exists 03:47:40 120d1298429c: Layer already exists 03:47:40 c4e71c2a4573: Layer already exists 03:47:40 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:9ab054b510624fc2a0bc7c4aa5d34f05782bb05b7c96dc90e3b1216837a2b714 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:41 + 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 03:47:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 03:47:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:47:41 636e7158508f: Preparing 03:47:41 825e54eb2502: Preparing 03:47:41 bc9f8b7af6fc: Preparing 03:47:41 a4ab9c0595f2: Preparing 03:47:41 e69f014e345c: Preparing 03:47:41 7a137b4e1043: Preparing 03:47:41 120d1298429c: Preparing 03:47:41 0b41e1da8fc9: Preparing 03:47:41 c4e71c2a4573: Preparing 03:47:41 120d1298429c: Waiting 03:47:41 0b41e1da8fc9: Waiting 03:47:41 c4e71c2a4573: Waiting 03:47:41 7a137b4e1043: Waiting 03:47:41 636e7158508f: Layer already exists 03:47:41 825e54eb2502: Layer already exists 03:47:41 a4ab9c0595f2: Layer already exists 03:47:41 bc9f8b7af6fc: Layer already exists 03:47:41 e69f014e345c: Layer already exists 03:47:41 c4e71c2a4573: Layer already exists 03:47:41 120d1298429c: Layer already exists 03:47:41 7a137b4e1043: Layer already exists 03:47:41 0b41e1da8fc9: Layer already exists 03:47:41 main: digest: sha256:9ab054b510624fc2a0bc7c4aa5d34f05782bb05b7c96dc90e3b1216837a2b714 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:47:42 ===================================================== [Pipeline] echo 03:47:42 taggedImages: 03:47:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:47:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 03:47:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.103 03:47:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:47:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 03:47:42 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 03:47:42 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:47:42 latest 03:47:42 4.1.0-dev.103 03:47:42 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:47:42 main 03:47:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:42 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:47:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:47:42 ca8810651b81: Preparing 03:47:42 405da8f44e94: Preparing 03:47:42 5b9740593f5a: Preparing 03:47:42 d716fb6bb88b: Preparing 03:47:42 09ff45bb2cd7: Preparing 03:47:42 e69f014e345c: Preparing 03:47:42 7a137b4e1043: Preparing 03:47:42 e69f014e345c: Waiting 03:47:42 fde261464df6: Preparing 03:47:42 7a137b4e1043: Waiting 03:47:42 0f394060e5be: Preparing 03:47:42 fde261464df6: Waiting 03:47:42 0f394060e5be: Waiting 03:47:42 12fae6ef8776: Preparing 03:47:42 c4e71c2a4573: Preparing 03:47:42 12fae6ef8776: Waiting 03:47:42 c4e71c2a4573: Waiting 03:47:43 d716fb6bb88b: Pushed 03:47:43 405da8f44e94: Pushed 03:47:43 09ff45bb2cd7: Pushed 03:47:43 ca8810651b81: Pushed 03:47:43 e69f014e345c: Layer already exists 03:47:43 7a137b4e1043: Layer already exists 03:47:43 c4e71c2a4573: Layer already exists 03:47:43 fde261464df6: Pushed 03:47:43 0f394060e5be: Pushed 03:47:46 12fae6ef8776: Pushed 03:47:49 5b9740593f5a: Pushed 03:47:49 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:78501413ba819141ca75b81fb2ee173c6ecaab7d2adf145b826632fdd8250676 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:50 + 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 03:47:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:47:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:47:52 ca8810651b81: Preparing 03:47:52 405da8f44e94: Preparing 03:47:52 5b9740593f5a: Preparing 03:47:52 d716fb6bb88b: Preparing 03:47:52 09ff45bb2cd7: Preparing 03:47:52 e69f014e345c: Preparing 03:47:52 7a137b4e1043: Preparing 03:47:52 fde261464df6: Preparing 03:47:52 0f394060e5be: Preparing 03:47:52 12fae6ef8776: Preparing 03:47:52 c4e71c2a4573: Preparing 03:47:52 fde261464df6: Waiting 03:47:52 0f394060e5be: Waiting 03:47:52 12fae6ef8776: Waiting 03:47:52 c4e71c2a4573: Waiting 03:47:52 e69f014e345c: Waiting 03:47:52 7a137b4e1043: Waiting 03:47:52 405da8f44e94: Layer already exists 03:47:52 ca8810651b81: Layer already exists 03:47:52 d716fb6bb88b: Layer already exists 03:47:52 5b9740593f5a: Layer already exists 03:47:52 09ff45bb2cd7: Layer already exists 03:47:52 e69f014e345c: Layer already exists 03:47:52 fde261464df6: Layer already exists 03:47:52 0f394060e5be: Layer already exists 03:47:52 7a137b4e1043: Layer already exists 03:47:52 12fae6ef8776: Layer already exists 03:47:52 c4e71c2a4573: Layer already exists 03:47:52 latest: digest: sha256:78501413ba819141ca75b81fb2ee173c6ecaab7d2adf145b826632fdd8250676 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:53 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.103 03:47:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:47:53 ca8810651b81: Preparing 03:47:53 405da8f44e94: Preparing 03:47:53 5b9740593f5a: Preparing 03:47:53 d716fb6bb88b: Preparing 03:47:53 09ff45bb2cd7: Preparing 03:47:53 e69f014e345c: Preparing 03:47:53 7a137b4e1043: Preparing 03:47:53 fde261464df6: Preparing 03:47:53 0f394060e5be: Preparing 03:47:53 12fae6ef8776: Preparing 03:47:53 c4e71c2a4573: Preparing 03:47:53 fde261464df6: Waiting 03:47:53 0f394060e5be: Waiting 03:47:53 12fae6ef8776: Waiting 03:47:53 c4e71c2a4573: Waiting 03:47:53 e69f014e345c: Waiting 03:47:53 7a137b4e1043: Waiting 03:47:53 09ff45bb2cd7: Layer already exists 03:47:53 d716fb6bb88b: Layer already exists 03:47:53 ca8810651b81: Layer already exists 03:47:53 405da8f44e94: Layer already exists 03:47:53 5b9740593f5a: Layer already exists 03:47:53 e69f014e345c: Layer already exists 03:47:53 7a137b4e1043: Layer already exists 03:47:53 fde261464df6: Layer already exists 03:47:53 0f394060e5be: Layer already exists 03:47:53 12fae6ef8776: Layer already exists 03:47:53 c4e71c2a4573: Layer already exists 03:47:53 4.1.0-dev.103: digest: sha256:78501413ba819141ca75b81fb2ee173c6ecaab7d2adf145b826632fdd8250676 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:54 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:47:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:47:54 ca8810651b81: Preparing 03:47:54 405da8f44e94: Preparing 03:47:54 5b9740593f5a: Preparing 03:47:54 d716fb6bb88b: Preparing 03:47:54 09ff45bb2cd7: Preparing 03:47:54 e69f014e345c: Preparing 03:47:54 7a137b4e1043: Preparing 03:47:54 fde261464df6: Preparing 03:47:54 0f394060e5be: Preparing 03:47:54 12fae6ef8776: Preparing 03:47:54 c4e71c2a4573: Preparing 03:47:54 fde261464df6: Waiting 03:47:54 0f394060e5be: Waiting 03:47:54 c4e71c2a4573: Waiting 03:47:54 12fae6ef8776: Waiting 03:47:54 e69f014e345c: Waiting 03:47:54 7a137b4e1043: Waiting 03:47:54 5b9740593f5a: Layer already exists 03:47:54 d716fb6bb88b: Layer already exists 03:47:54 405da8f44e94: Layer already exists 03:47:54 ca8810651b81: Layer already exists 03:47:54 09ff45bb2cd7: Layer already exists 03:47:54 e69f014e345c: Layer already exists 03:47:54 7a137b4e1043: Layer already exists 03:47:54 fde261464df6: Layer already exists 03:47:54 12fae6ef8776: Layer already exists 03:47:54 0f394060e5be: Layer already exists 03:47:54 c4e71c2a4573: Layer already exists 03:47:54 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:78501413ba819141ca75b81fb2ee173c6ecaab7d2adf145b826632fdd8250676 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:55 + 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 03:47:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 03:47:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:47:55 ca8810651b81: Preparing 03:47:55 405da8f44e94: Preparing 03:47:55 5b9740593f5a: Preparing 03:47:55 d716fb6bb88b: Preparing 03:47:55 09ff45bb2cd7: Preparing 03:47:55 e69f014e345c: Preparing 03:47:55 7a137b4e1043: Preparing 03:47:55 fde261464df6: Preparing 03:47:55 0f394060e5be: Preparing 03:47:55 12fae6ef8776: Preparing 03:47:55 c4e71c2a4573: Preparing 03:47:55 fde261464df6: Waiting 03:47:55 12fae6ef8776: Waiting 03:47:55 c4e71c2a4573: Waiting 03:47:55 0f394060e5be: Waiting 03:47:55 e69f014e345c: Waiting 03:47:55 7a137b4e1043: Waiting 03:47:55 ca8810651b81: Layer already exists 03:47:55 d716fb6bb88b: Layer already exists 03:47:55 09ff45bb2cd7: Layer already exists 03:47:55 5b9740593f5a: Layer already exists 03:47:55 405da8f44e94: Layer already exists 03:47:55 12fae6ef8776: Layer already exists 03:47:55 e69f014e345c: Layer already exists 03:47:55 7a137b4e1043: Layer already exists 03:47:55 fde261464df6: Layer already exists 03:47:55 0f394060e5be: Layer already exists 03:47:55 c4e71c2a4573: Layer already exists 03:47:55 main: digest: sha256:78501413ba819141ca75b81fb2ee173c6ecaab7d2adf145b826632fdd8250676 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:47:55 ===================================================== [Pipeline] echo 03:47:55 taggedImages: 03:47:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:47:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:47:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.103 03:47:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:47:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 03:47:55 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 03:47:55 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:47:55 latest 03:47:55 4.1.0-dev.103 03:47:55 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:47:55 main 03:47:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:56 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:47:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:47:56 da61654b4399: Preparing 03:47:56 7bc64e2d1b06: Preparing 03:47:56 ea3eb689ac2c: Preparing 03:47:56 747af3484966: Preparing 03:47:56 850186621122: Preparing 03:47:56 8961951f264d: Preparing 03:47:56 41d46b8acb29: Preparing 03:47:56 e69f014e345c: Preparing 03:47:56 7a137b4e1043: Preparing 03:47:56 18eb6ac05e4b: Preparing 03:47:56 8e4d102e13e9: Preparing 03:47:56 8961951f264d: Waiting 03:47:56 41d46b8acb29: Waiting 03:47:56 7a137b4e1043: Waiting 03:47:56 e69f014e345c: Waiting 03:47:56 18eb6ac05e4b: Waiting 03:47:56 c4e71c2a4573: Preparing 03:47:56 8e4d102e13e9: Waiting 03:47:56 c4e71c2a4573: Waiting 03:47:56 7bc64e2d1b06: Pushed 03:47:56 da61654b4399: Pushed 03:47:56 850186621122: Pushed 03:47:56 e69f014e345c: Layer already exists 03:47:56 7a137b4e1043: Layer already exists 03:47:56 8961951f264d: Pushed 03:47:56 41d46b8acb29: Pushed 03:47:57 c4e71c2a4573: Layer already exists 03:47:57 18eb6ac05e4b: Pushed 03:48:00 8e4d102e13e9: Pushed 03:48:03 747af3484966: Pushed 03:48:03 ea3eb689ac2c: Pushed 03:48:04 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:5efdc5d6f33f299d20718f5249651197db5f3f28e641e0cb46572040ff3b77f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:05 + 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 03:48:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:48:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:48:05 da61654b4399: Preparing 03:48:05 7bc64e2d1b06: Preparing 03:48:05 ea3eb689ac2c: Preparing 03:48:05 747af3484966: Preparing 03:48:05 850186621122: Preparing 03:48:05 8961951f264d: Preparing 03:48:05 41d46b8acb29: Preparing 03:48:05 e69f014e345c: Preparing 03:48:05 7a137b4e1043: Preparing 03:48:05 18eb6ac05e4b: Preparing 03:48:05 8e4d102e13e9: Preparing 03:48:05 c4e71c2a4573: Preparing 03:48:05 e69f014e345c: Waiting 03:48:05 7a137b4e1043: Waiting 03:48:05 18eb6ac05e4b: Waiting 03:48:05 8e4d102e13e9: Waiting 03:48:05 c4e71c2a4573: Waiting 03:48:05 8961951f264d: Waiting 03:48:05 41d46b8acb29: Waiting 03:48:05 ea3eb689ac2c: Layer already exists 03:48:05 747af3484966: Layer already exists 03:48:05 850186621122: Layer already exists 03:48:05 7bc64e2d1b06: Layer already exists 03:48:05 da61654b4399: Layer already exists 03:48:05 18eb6ac05e4b: Layer already exists 03:48:05 8961951f264d: Layer already exists 03:48:05 e69f014e345c: Layer already exists 03:48:05 7a137b4e1043: Layer already exists 03:48:05 41d46b8acb29: Layer already exists 03:48:05 c4e71c2a4573: Layer already exists 03:48:05 8e4d102e13e9: Layer already exists 03:48:05 latest: digest: sha256:5efdc5d6f33f299d20718f5249651197db5f3f28e641e0cb46572040ff3b77f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:06 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:06 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.103 03:48:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:48:06 da61654b4399: Preparing 03:48:06 7bc64e2d1b06: Preparing 03:48:06 ea3eb689ac2c: Preparing 03:48:06 747af3484966: Preparing 03:48:06 850186621122: Preparing 03:48:06 8961951f264d: Preparing 03:48:06 41d46b8acb29: Preparing 03:48:06 e69f014e345c: Preparing 03:48:06 7a137b4e1043: Preparing 03:48:06 18eb6ac05e4b: Preparing 03:48:06 8e4d102e13e9: Preparing 03:48:06 c4e71c2a4573: Preparing 03:48:06 e69f014e345c: Waiting 03:48:06 7a137b4e1043: Waiting 03:48:06 18eb6ac05e4b: Waiting 03:48:06 8961951f264d: Waiting 03:48:06 41d46b8acb29: Waiting 03:48:06 c4e71c2a4573: Waiting 03:48:06 8e4d102e13e9: Waiting 03:48:06 ea3eb689ac2c: Layer already exists 03:48:06 7bc64e2d1b06: Layer already exists 03:48:06 747af3484966: Layer already exists 03:48:06 da61654b4399: Layer already exists 03:48:06 850186621122: Layer already exists 03:48:06 41d46b8acb29: Layer already exists 03:48:06 8961951f264d: Layer already exists 03:48:06 e69f014e345c: Layer already exists 03:48:06 7a137b4e1043: Layer already exists 03:48:06 18eb6ac05e4b: Layer already exists 03:48:06 c4e71c2a4573: Layer already exists 03:48:06 8e4d102e13e9: Layer already exists 03:48:06 4.1.0-dev.103: digest: sha256:5efdc5d6f33f299d20718f5249651197db5f3f28e641e0cb46572040ff3b77f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:07 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:07 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:48:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:48:07 da61654b4399: Preparing 03:48:07 7bc64e2d1b06: Preparing 03:48:07 ea3eb689ac2c: Preparing 03:48:07 747af3484966: Preparing 03:48:07 850186621122: Preparing 03:48:07 8961951f264d: Preparing 03:48:07 41d46b8acb29: Preparing 03:48:07 8961951f264d: Waiting 03:48:07 e69f014e345c: Preparing 03:48:07 7a137b4e1043: Preparing 03:48:07 18eb6ac05e4b: Preparing 03:48:07 8e4d102e13e9: Preparing 03:48:07 c4e71c2a4573: Preparing 03:48:07 41d46b8acb29: Waiting 03:48:07 e69f014e345c: Waiting 03:48:07 7a137b4e1043: Waiting 03:48:07 18eb6ac05e4b: Waiting 03:48:07 8e4d102e13e9: Waiting 03:48:07 c4e71c2a4573: Waiting 03:48:07 747af3484966: Layer already exists 03:48:07 ea3eb689ac2c: Layer already exists 03:48:07 7bc64e2d1b06: Layer already exists 03:48:07 da61654b4399: Layer already exists 03:48:07 850186621122: Layer already exists 03:48:07 8961951f264d: Layer already exists 03:48:07 e69f014e345c: Layer already exists 03:48:07 41d46b8acb29: Layer already exists 03:48:07 18eb6ac05e4b: Layer already exists 03:48:07 7a137b4e1043: Layer already exists 03:48:07 c4e71c2a4573: Layer already exists 03:48:07 8e4d102e13e9: Layer already exists 03:48:07 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:5efdc5d6f33f299d20718f5249651197db5f3f28e641e0cb46572040ff3b77f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:07 + 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 03:48:08 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 03:48:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:48:08 da61654b4399: Preparing 03:48:08 7bc64e2d1b06: Preparing 03:48:08 ea3eb689ac2c: Preparing 03:48:08 747af3484966: Preparing 03:48:08 850186621122: Preparing 03:48:08 8961951f264d: Preparing 03:48:08 41d46b8acb29: Preparing 03:48:08 e69f014e345c: Preparing 03:48:08 7a137b4e1043: Preparing 03:48:08 18eb6ac05e4b: Preparing 03:48:08 8e4d102e13e9: Preparing 03:48:08 c4e71c2a4573: Preparing 03:48:08 e69f014e345c: Waiting 03:48:08 7a137b4e1043: Waiting 03:48:08 18eb6ac05e4b: Waiting 03:48:08 8e4d102e13e9: Waiting 03:48:08 c4e71c2a4573: Waiting 03:48:08 8961951f264d: Waiting 03:48:08 41d46b8acb29: Waiting 03:48:08 7bc64e2d1b06: Layer already exists 03:48:08 747af3484966: Layer already exists 03:48:08 da61654b4399: Layer already exists 03:48:08 850186621122: Layer already exists 03:48:08 ea3eb689ac2c: Layer already exists 03:48:08 8961951f264d: Layer already exists 03:48:08 e69f014e345c: Layer already exists 03:48:08 7a137b4e1043: Layer already exists 03:48:08 41d46b8acb29: Layer already exists 03:48:08 18eb6ac05e4b: Layer already exists 03:48:08 8e4d102e13e9: Layer already exists 03:48:08 c4e71c2a4573: Layer already exists 03:48:08 main: digest: sha256:5efdc5d6f33f299d20718f5249651197db5f3f28e641e0cb46572040ff3b77f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:48:08 ===================================================== [Pipeline] echo 03:48:08 taggedImages: 03:48:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:48:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:48:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.103 03:48:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:48:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 03:48:08 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 03:48:08 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:48:08 latest 03:48:08 4.1.0-dev.103 03:48:08 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:48:08 main 03:48:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:09 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:09 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:48:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:48:09 6aea2afc2c93: Preparing 03:48:09 1bf9639b0c71: Preparing 03:48:09 e69f014e345c: Preparing 03:48:09 7a137b4e1043: Preparing 03:48:09 194466ea52a3: Preparing 03:48:09 c8dfc2307291: Preparing 03:48:09 c4e71c2a4573: Preparing 03:48:09 c8dfc2307291: Waiting 03:48:09 c4e71c2a4573: Waiting 03:48:09 e69f014e345c: Layer already exists 03:48:09 7a137b4e1043: Layer already exists 03:48:09 c4e71c2a4573: Layer already exists 03:48:09 194466ea52a3: Pushed 03:48:09 6aea2afc2c93: Pushed 03:48:11 c8dfc2307291: Pushed 03:48:16 1bf9639b0c71: Pushed 03:48:16 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:843bb50ee08b9492ba09b69714327ba614e8f975ccee1c2cb3e1a16c08d0542a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:17 + 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 03:48:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:48:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:48:17 6aea2afc2c93: Preparing 03:48:17 1bf9639b0c71: Preparing 03:48:17 e69f014e345c: Preparing 03:48:17 7a137b4e1043: Preparing 03:48:17 194466ea52a3: Preparing 03:48:17 c8dfc2307291: Preparing 03:48:17 c4e71c2a4573: Preparing 03:48:17 c8dfc2307291: Waiting 03:48:17 c4e71c2a4573: Waiting 03:48:17 6aea2afc2c93: Layer already exists 03:48:17 1bf9639b0c71: Layer already exists 03:48:17 7a137b4e1043: Layer already exists 03:48:17 e69f014e345c: Layer already exists 03:48:17 194466ea52a3: Layer already exists 03:48:17 c8dfc2307291: Layer already exists 03:48:17 c4e71c2a4573: Layer already exists 03:48:17 latest: digest: sha256:843bb50ee08b9492ba09b69714327ba614e8f975ccee1c2cb3e1a16c08d0542a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:18 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.103 03:48:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:48:18 6aea2afc2c93: Preparing 03:48:18 1bf9639b0c71: Preparing 03:48:18 e69f014e345c: Preparing 03:48:18 7a137b4e1043: Preparing 03:48:18 194466ea52a3: Preparing 03:48:18 c8dfc2307291: Preparing 03:48:18 c4e71c2a4573: Preparing 03:48:18 c8dfc2307291: Waiting 03:48:18 c4e71c2a4573: Waiting 03:48:18 7a137b4e1043: Layer already exists 03:48:18 194466ea52a3: Layer already exists 03:48:18 1bf9639b0c71: Layer already exists 03:48:18 e69f014e345c: Layer already exists 03:48:18 6aea2afc2c93: Layer already exists 03:48:18 c4e71c2a4573: Layer already exists 03:48:18 c8dfc2307291: Layer already exists 03:48:18 4.1.0-dev.103: digest: sha256:843bb50ee08b9492ba09b69714327ba614e8f975ccee1c2cb3e1a16c08d0542a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:19 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:48:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:48:19 6aea2afc2c93: Preparing 03:48:19 1bf9639b0c71: Preparing 03:48:19 e69f014e345c: Preparing 03:48:19 7a137b4e1043: Preparing 03:48:19 194466ea52a3: Preparing 03:48:19 c8dfc2307291: Preparing 03:48:19 c4e71c2a4573: Preparing 03:48:19 c8dfc2307291: Waiting 03:48:19 c4e71c2a4573: Waiting 03:48:19 7a137b4e1043: Layer already exists 03:48:19 e69f014e345c: Layer already exists 03:48:19 1bf9639b0c71: Layer already exists 03:48:19 6aea2afc2c93: Layer already exists 03:48:19 194466ea52a3: Layer already exists 03:48:19 c8dfc2307291: Layer already exists 03:48:19 c4e71c2a4573: Layer already exists 03:48:19 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:843bb50ee08b9492ba09b69714327ba614e8f975ccee1c2cb3e1a16c08d0542a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:20 + 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 03:48:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 03:48:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:48:20 6aea2afc2c93: Preparing 03:48:20 1bf9639b0c71: Preparing 03:48:20 e69f014e345c: Preparing 03:48:20 7a137b4e1043: Preparing 03:48:20 194466ea52a3: Preparing 03:48:20 c8dfc2307291: Preparing 03:48:20 c8dfc2307291: Waiting 03:48:20 c4e71c2a4573: Preparing 03:48:20 c4e71c2a4573: Waiting 03:48:20 1bf9639b0c71: Layer already exists 03:48:20 6aea2afc2c93: Layer already exists 03:48:20 194466ea52a3: Layer already exists 03:48:20 e69f014e345c: Layer already exists 03:48:20 7a137b4e1043: Layer already exists 03:48:20 c8dfc2307291: Layer already exists 03:48:20 c4e71c2a4573: Layer already exists 03:48:20 main: digest: sha256:843bb50ee08b9492ba09b69714327ba614e8f975ccee1c2cb3e1a16c08d0542a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:48:20 ===================================================== [Pipeline] echo 03:48:20 taggedImages: 03:48:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:48:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:48:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.103 03:48:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:48:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 03:48:20 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 03:48:20 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:48:20 latest 03:48:20 4.1.0-dev.103 03:48:20 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:48:20 main 03:48:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:21 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:48:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:48:21 c1ae8b58ca11: Preparing 03:48:21 8bbbce272ba4: Preparing 03:48:21 30e4fdc164eb: Preparing 03:48:21 e69f014e345c: Preparing 03:48:21 7a137b4e1043: Preparing 03:48:21 d7ef5b6007d5: Preparing 03:48:21 7a263003da64: Preparing 03:48:21 d7ef5b6007d5: Waiting 03:48:21 301d47110537: Preparing 03:48:21 69a514c99e13: Preparing 03:48:21 7a263003da64: Waiting 03:48:21 c4e71c2a4573: Preparing 03:48:21 301d47110537: Waiting 03:48:21 69a514c99e13: Waiting 03:48:21 7a137b4e1043: Layer already exists 03:48:21 e69f014e345c: Layer already exists 03:48:21 8bbbce272ba4: Pushed 03:48:21 c1ae8b58ca11: Pushed 03:48:21 30e4fdc164eb: Pushed 03:48:21 c4e71c2a4573: Layer already exists 03:48:21 301d47110537: Pushed 03:48:22 69a514c99e13: Pushed 03:48:35 7a263003da64: Pushed 03:48:50 d7ef5b6007d5: Pushed 03:48:50 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:c654ed6491c761bda9e0622684b2b64bf88e0d65dfc64bb9956199b04e52772f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:50 + 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 03:48:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:48:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:48:50 c1ae8b58ca11: Preparing 03:48:50 8bbbce272ba4: Preparing 03:48:50 30e4fdc164eb: Preparing 03:48:50 e69f014e345c: Preparing 03:48:50 7a137b4e1043: Preparing 03:48:50 d7ef5b6007d5: Preparing 03:48:50 7a263003da64: Preparing 03:48:50 301d47110537: Preparing 03:48:50 69a514c99e13: Preparing 03:48:50 c4e71c2a4573: Preparing 03:48:50 7a263003da64: Waiting 03:48:50 301d47110537: Waiting 03:48:50 69a514c99e13: Waiting 03:48:50 d7ef5b6007d5: Waiting 03:48:50 8bbbce272ba4: Layer already exists 03:48:50 30e4fdc164eb: Layer already exists 03:48:50 c1ae8b58ca11: Layer already exists 03:48:50 7a137b4e1043: Layer already exists 03:48:50 e69f014e345c: Layer already exists 03:48:50 d7ef5b6007d5: Layer already exists 03:48:50 7a263003da64: Layer already exists 03:48:50 c4e71c2a4573: Layer already exists 03:48:50 301d47110537: Layer already exists 03:48:50 69a514c99e13: Layer already exists 03:48:51 latest: digest: sha256:c654ed6491c761bda9e0622684b2b64bf88e0d65dfc64bb9956199b04e52772f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:51 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.103 03:48:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:48:51 c1ae8b58ca11: Preparing 03:48:51 8bbbce272ba4: Preparing 03:48:51 30e4fdc164eb: Preparing 03:48:51 e69f014e345c: Preparing 03:48:51 7a137b4e1043: Preparing 03:48:51 d7ef5b6007d5: Preparing 03:48:51 7a263003da64: Preparing 03:48:51 301d47110537: Preparing 03:48:51 69a514c99e13: Preparing 03:48:51 c4e71c2a4573: Preparing 03:48:51 301d47110537: Waiting 03:48:51 69a514c99e13: Waiting 03:48:51 c4e71c2a4573: Waiting 03:48:51 d7ef5b6007d5: Waiting 03:48:51 7a263003da64: Waiting 03:48:51 c1ae8b58ca11: Layer already exists 03:48:51 30e4fdc164eb: Layer already exists 03:48:51 e69f014e345c: Layer already exists 03:48:51 7a137b4e1043: Layer already exists 03:48:51 8bbbce272ba4: Layer already exists 03:48:51 d7ef5b6007d5: Layer already exists 03:48:51 301d47110537: Layer already exists 03:48:51 69a514c99e13: Layer already exists 03:48:51 7a263003da64: Layer already exists 03:48:51 c4e71c2a4573: Layer already exists 03:48:52 4.1.0-dev.103: digest: sha256:c654ed6491c761bda9e0622684b2b64bf88e0d65dfc64bb9956199b04e52772f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:52 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:48:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:48:55 c1ae8b58ca11: Preparing 03:48:55 8bbbce272ba4: Preparing 03:48:55 30e4fdc164eb: Preparing 03:48:55 e69f014e345c: Preparing 03:48:55 7a137b4e1043: Preparing 03:48:55 d7ef5b6007d5: Preparing 03:48:55 7a263003da64: Preparing 03:48:55 d7ef5b6007d5: Waiting 03:48:55 301d47110537: Preparing 03:48:55 7a263003da64: Waiting 03:48:55 69a514c99e13: Preparing 03:48:55 301d47110537: Waiting 03:48:55 69a514c99e13: Waiting 03:48:55 c4e71c2a4573: Preparing 03:48:55 c4e71c2a4573: Waiting 03:48:55 8bbbce272ba4: Layer already exists 03:48:55 7a137b4e1043: Layer already exists 03:48:55 30e4fdc164eb: Layer already exists 03:48:55 e69f014e345c: Layer already exists 03:48:55 c1ae8b58ca11: Layer already exists 03:48:55 301d47110537: Layer already exists 03:48:55 7a263003da64: Layer already exists 03:48:55 69a514c99e13: Layer already exists 03:48:55 d7ef5b6007d5: Layer already exists 03:48:55 c4e71c2a4573: Layer already exists 03:48:55 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:c654ed6491c761bda9e0622684b2b64bf88e0d65dfc64bb9956199b04e52772f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:55 + 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 03:48:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 03:48:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:48:56 c1ae8b58ca11: Preparing 03:48:56 8bbbce272ba4: Preparing 03:48:56 30e4fdc164eb: Preparing 03:48:56 e69f014e345c: Preparing 03:48:56 7a137b4e1043: Preparing 03:48:56 d7ef5b6007d5: Preparing 03:48:56 7a263003da64: Preparing 03:48:56 301d47110537: Preparing 03:48:56 69a514c99e13: Preparing 03:48:56 c4e71c2a4573: Preparing 03:48:56 7a263003da64: Waiting 03:48:56 d7ef5b6007d5: Waiting 03:48:56 301d47110537: Waiting 03:48:56 69a514c99e13: Waiting 03:48:56 c1ae8b58ca11: Layer already exists 03:48:56 30e4fdc164eb: Layer already exists 03:48:56 e69f014e345c: Layer already exists 03:48:56 7a137b4e1043: Layer already exists 03:48:56 8bbbce272ba4: Layer already exists 03:48:56 d7ef5b6007d5: Layer already exists 03:48:56 7a263003da64: Layer already exists 03:48:56 69a514c99e13: Layer already exists 03:48:56 301d47110537: Layer already exists 03:48:56 c4e71c2a4573: Layer already exists 03:48:56 main: digest: sha256:c654ed6491c761bda9e0622684b2b64bf88e0d65dfc64bb9956199b04e52772f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:48:56 ===================================================== [Pipeline] echo 03:48:56 taggedImages: 03:48:56 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:48:56 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:48:56 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.103 03:48:56 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:48:56 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 03:48:56 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 03:48:56 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:48:56 latest 03:48:56 4.1.0-dev.103 03:48:56 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:48:56 main 03:48:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:57 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:48:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:48:57 42cce9e01da8: Preparing 03:48:57 3eb02b7ea0d2: Preparing 03:48:57 d54d16bf94be: Preparing 03:48:57 e69f014e345c: Preparing 03:48:57 7a137b4e1043: Preparing 03:48:57 afdf6cc437eb: Preparing 03:48:57 c69fbcbbe768: Preparing 03:48:57 92f7b9c919bb: Preparing 03:48:57 c4e71c2a4573: Preparing 03:48:57 c69fbcbbe768: Waiting 03:48:57 92f7b9c919bb: Waiting 03:48:57 c4e71c2a4573: Waiting 03:48:57 afdf6cc437eb: Waiting 03:48:57 e69f014e345c: Layer already exists 03:48:57 7a137b4e1043: Layer already exists 03:48:57 d54d16bf94be: Pushed 03:48:57 42cce9e01da8: Pushed 03:48:57 3eb02b7ea0d2: Pushed 03:48:57 c4e71c2a4573: Layer already exists 03:48:57 c69fbcbbe768: Pushed 03:48:58 92f7b9c919bb: Pushed 03:49:24 afdf6cc437eb: Pushed 03:49:24 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:0bb022015cfd11bab16f215c8f7e3e9a9210800d979fe84fa8bead66898dd825 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:25 + 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 03:49:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 03:49:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:49:25 42cce9e01da8: Preparing 03:49:25 3eb02b7ea0d2: Preparing 03:49:25 d54d16bf94be: Preparing 03:49:25 e69f014e345c: Preparing 03:49:25 7a137b4e1043: Preparing 03:49:25 afdf6cc437eb: Preparing 03:49:25 c69fbcbbe768: Preparing 03:49:25 92f7b9c919bb: Preparing 03:49:25 c4e71c2a4573: Preparing 03:49:25 c69fbcbbe768: Waiting 03:49:25 92f7b9c919bb: Waiting 03:49:25 afdf6cc437eb: Waiting 03:49:25 c4e71c2a4573: Waiting 03:49:25 42cce9e01da8: Layer already exists 03:49:25 d54d16bf94be: Layer already exists 03:49:25 e69f014e345c: Layer already exists 03:49:25 7a137b4e1043: Layer already exists 03:49:25 3eb02b7ea0d2: Layer already exists 03:49:25 92f7b9c919bb: Layer already exists 03:49:25 afdf6cc437eb: Layer already exists 03:49:25 c69fbcbbe768: Layer already exists 03:49:25 c4e71c2a4573: Layer already exists 03:49:25 latest: digest: sha256:0bb022015cfd11bab16f215c8f7e3e9a9210800d979fe84fa8bead66898dd825 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:26 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.103 03:49:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:49:26 42cce9e01da8: Preparing 03:49:26 3eb02b7ea0d2: Preparing 03:49:26 d54d16bf94be: Preparing 03:49:26 e69f014e345c: Preparing 03:49:26 7a137b4e1043: Preparing 03:49:26 afdf6cc437eb: Preparing 03:49:26 c69fbcbbe768: Preparing 03:49:26 92f7b9c919bb: Preparing 03:49:26 c4e71c2a4573: Preparing 03:49:26 afdf6cc437eb: Waiting 03:49:26 c69fbcbbe768: Waiting 03:49:26 92f7b9c919bb: Waiting 03:49:26 c4e71c2a4573: Waiting 03:49:26 7a137b4e1043: Layer already exists 03:49:26 e69f014e345c: Layer already exists 03:49:26 d54d16bf94be: Layer already exists 03:49:26 3eb02b7ea0d2: Layer already exists 03:49:26 42cce9e01da8: Layer already exists 03:49:26 92f7b9c919bb: Layer already exists 03:49:26 afdf6cc437eb: Layer already exists 03:49:26 c69fbcbbe768: Layer already exists 03:49:26 c4e71c2a4573: Layer already exists 03:49:26 4.1.0-dev.103: digest: sha256:0bb022015cfd11bab16f215c8f7e3e9a9210800d979fe84fa8bead66898dd825 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:27 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:49:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:49:27 42cce9e01da8: Preparing 03:49:27 3eb02b7ea0d2: Preparing 03:49:27 d54d16bf94be: Preparing 03:49:27 e69f014e345c: Preparing 03:49:27 7a137b4e1043: Preparing 03:49:27 afdf6cc437eb: Preparing 03:49:27 c69fbcbbe768: Preparing 03:49:27 92f7b9c919bb: Preparing 03:49:27 c4e71c2a4573: Preparing 03:49:27 c69fbcbbe768: Waiting 03:49:27 afdf6cc437eb: Waiting 03:49:27 92f7b9c919bb: Waiting 03:49:27 c4e71c2a4573: Waiting 03:49:27 42cce9e01da8: Layer already exists 03:49:27 d54d16bf94be: Layer already exists 03:49:27 7a137b4e1043: Layer already exists 03:49:27 e69f014e345c: Layer already exists 03:49:27 3eb02b7ea0d2: Layer already exists 03:49:27 92f7b9c919bb: Layer already exists 03:49:27 c69fbcbbe768: Layer already exists 03:49:27 afdf6cc437eb: Layer already exists 03:49:27 c4e71c2a4573: Layer already exists 03:49:27 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:0bb022015cfd11bab16f215c8f7e3e9a9210800d979fe84fa8bead66898dd825 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:28 + 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 03:49:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 03:49:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:49:28 42cce9e01da8: Preparing 03:49:28 3eb02b7ea0d2: Preparing 03:49:28 d54d16bf94be: Preparing 03:49:28 e69f014e345c: Preparing 03:49:28 7a137b4e1043: Preparing 03:49:28 afdf6cc437eb: Preparing 03:49:28 c69fbcbbe768: Preparing 03:49:28 92f7b9c919bb: Preparing 03:49:28 c4e71c2a4573: Preparing 03:49:28 c69fbcbbe768: Waiting 03:49:28 92f7b9c919bb: Waiting 03:49:28 c4e71c2a4573: Waiting 03:49:28 afdf6cc437eb: Waiting 03:49:28 42cce9e01da8: Layer already exists 03:49:28 d54d16bf94be: Layer already exists 03:49:28 e69f014e345c: Layer already exists 03:49:28 3eb02b7ea0d2: Layer already exists 03:49:28 7a137b4e1043: Layer already exists 03:49:28 c69fbcbbe768: Layer already exists 03:49:28 92f7b9c919bb: Layer already exists 03:49:28 afdf6cc437eb: Layer already exists 03:49:28 c4e71c2a4573: Layer already exists 03:49:28 main: digest: sha256:0bb022015cfd11bab16f215c8f7e3e9a9210800d979fe84fa8bead66898dd825 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:49:28 ===================================================== [Pipeline] echo 03:49:28 taggedImages: 03:49:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:49:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 03:49:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.103 03:49:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:49:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 03:49:28 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 03:49:28 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:49:28 latest 03:49:28 4.1.0-dev.103 03:49:28 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:49:28 main 03:49:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:29 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:49:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:49:29 591606115f13: Preparing 03:49:29 3792f8bbabfb: Preparing 03:49:29 2a423b19f27c: Preparing 03:49:29 e69f014e345c: Preparing 03:49:29 7a137b4e1043: Preparing 03:49:29 afdf6cc437eb: Preparing 03:49:29 301d47110537: Preparing 03:49:29 69a514c99e13: Preparing 03:49:29 c4e71c2a4573: Preparing 03:49:29 afdf6cc437eb: Waiting 03:49:29 301d47110537: Waiting 03:49:29 69a514c99e13: Waiting 03:49:29 c4e71c2a4573: Waiting 03:49:29 3792f8bbabfb: Pushed 03:49:29 2a423b19f27c: Pushed 03:49:31 7a137b4e1043: Layer already exists 03:49:31 e69f014e345c: Layer already exists 03:49:31 afdf6cc437eb: Layer already exists 03:49:31 301d47110537: Layer already exists 03:49:31 69a514c99e13: Layer already exists 03:49:31 c4e71c2a4573: Layer already exists 03:49:31 591606115f13: Pushed 03:49:31 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:5179474e1b5b86e53305c7f2117643f8e842724616cffebe60f97a43289ef903 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:31 + 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 03:49:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 03:49:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:49:32 591606115f13: Preparing 03:49:32 3792f8bbabfb: Preparing 03:49:32 2a423b19f27c: Preparing 03:49:32 e69f014e345c: Preparing 03:49:32 7a137b4e1043: Preparing 03:49:32 afdf6cc437eb: Preparing 03:49:32 301d47110537: Preparing 03:49:32 69a514c99e13: Preparing 03:49:32 c4e71c2a4573: Preparing 03:49:32 301d47110537: Waiting 03:49:32 afdf6cc437eb: Waiting 03:49:32 69a514c99e13: Waiting 03:49:32 c4e71c2a4573: Waiting 03:49:32 e69f014e345c: Layer already exists 03:49:32 2a423b19f27c: Layer already exists 03:49:32 3792f8bbabfb: Layer already exists 03:49:32 591606115f13: Layer already exists 03:49:32 7a137b4e1043: Layer already exists 03:49:32 afdf6cc437eb: Layer already exists 03:49:32 301d47110537: Layer already exists 03:49:32 69a514c99e13: Layer already exists 03:49:32 c4e71c2a4573: Layer already exists 03:49:32 latest: digest: sha256:5179474e1b5b86e53305c7f2117643f8e842724616cffebe60f97a43289ef903 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:32 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.103 03:49:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:49:33 591606115f13: Preparing 03:49:33 3792f8bbabfb: Preparing 03:49:33 2a423b19f27c: Preparing 03:49:33 e69f014e345c: Preparing 03:49:33 7a137b4e1043: Preparing 03:49:33 afdf6cc437eb: Preparing 03:49:33 301d47110537: Preparing 03:49:33 69a514c99e13: Preparing 03:49:33 c4e71c2a4573: Preparing 03:49:33 301d47110537: Waiting 03:49:33 69a514c99e13: Waiting 03:49:33 c4e71c2a4573: Waiting 03:49:33 afdf6cc437eb: Waiting 03:49:33 7a137b4e1043: Layer already exists 03:49:33 591606115f13: Layer already exists 03:49:33 2a423b19f27c: Layer already exists 03:49:33 3792f8bbabfb: Layer already exists 03:49:33 e69f014e345c: Layer already exists 03:49:33 afdf6cc437eb: Layer already exists 03:49:33 301d47110537: Layer already exists 03:49:33 69a514c99e13: Layer already exists 03:49:33 c4e71c2a4573: Layer already exists 03:49:33 4.1.0-dev.103: digest: sha256:5179474e1b5b86e53305c7f2117643f8e842724616cffebe60f97a43289ef903 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:33 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:49:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:49:34 591606115f13: Preparing 03:49:34 3792f8bbabfb: Preparing 03:49:34 2a423b19f27c: Preparing 03:49:34 e69f014e345c: Preparing 03:49:34 7a137b4e1043: Preparing 03:49:34 afdf6cc437eb: Preparing 03:49:34 301d47110537: Preparing 03:49:34 69a514c99e13: Preparing 03:49:34 c4e71c2a4573: Preparing 03:49:34 301d47110537: Waiting 03:49:34 69a514c99e13: Waiting 03:49:34 c4e71c2a4573: Waiting 03:49:34 afdf6cc437eb: Waiting 03:49:34 7a137b4e1043: Layer already exists 03:49:34 e69f014e345c: Layer already exists 03:49:34 3792f8bbabfb: Layer already exists 03:49:34 2a423b19f27c: Layer already exists 03:49:34 591606115f13: Layer already exists 03:49:34 301d47110537: Layer already exists 03:49:34 69a514c99e13: Layer already exists 03:49:34 afdf6cc437eb: Layer already exists 03:49:34 c4e71c2a4573: Layer already exists 03:49:34 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:5179474e1b5b86e53305c7f2117643f8e842724616cffebe60f97a43289ef903 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:34 + 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 03:49:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 03:49:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:49:35 591606115f13: Preparing 03:49:35 3792f8bbabfb: Preparing 03:49:35 2a423b19f27c: Preparing 03:49:35 e69f014e345c: Preparing 03:49:35 7a137b4e1043: Preparing 03:49:35 afdf6cc437eb: Preparing 03:49:35 301d47110537: Preparing 03:49:35 69a514c99e13: Preparing 03:49:35 c4e71c2a4573: Preparing 03:49:35 afdf6cc437eb: Waiting 03:49:35 301d47110537: Waiting 03:49:35 69a514c99e13: Waiting 03:49:35 c4e71c2a4573: Waiting 03:49:35 3792f8bbabfb: Layer already exists 03:49:35 591606115f13: Layer already exists 03:49:35 7a137b4e1043: Layer already exists 03:49:35 e69f014e345c: Layer already exists 03:49:35 2a423b19f27c: Layer already exists 03:49:35 69a514c99e13: Layer already exists 03:49:35 301d47110537: Layer already exists 03:49:35 afdf6cc437eb: Layer already exists 03:49:35 c4e71c2a4573: Layer already exists 03:49:35 main: digest: sha256:5179474e1b5b86e53305c7f2117643f8e842724616cffebe60f97a43289ef903 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:49:35 ===================================================== [Pipeline] echo 03:49:35 taggedImages: 03:49:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:49:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 03:49:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.103 03:49:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:49:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 03:49:35 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 03:49:35 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:49:35 latest 03:49:35 4.1.0-dev.103 03:49:35 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:49:35 main 03:49:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:35 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:49:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:49:36 c0847dbe6741: Preparing 03:49:36 206d9dc3fe32: Preparing 03:49:36 e69f014e345c: Preparing 03:49:36 7a137b4e1043: Preparing 03:49:36 4deafcd536ae: Preparing 03:49:36 5d1f257e4846: Preparing 03:49:36 c4e71c2a4573: Preparing 03:49:36 5d1f257e4846: Waiting 03:49:36 c4e71c2a4573: Waiting 03:49:36 e69f014e345c: Layer already exists 03:49:36 7a137b4e1043: Layer already exists 03:49:36 c4e71c2a4573: Layer already exists 03:49:36 4deafcd536ae: Pushed 03:49:36 c0847dbe6741: Pushed 03:49:37 5d1f257e4846: Pushed 03:49:45 206d9dc3fe32: Pushed 03:49:45 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:8eee429a0b9b87797b5d2228e6bd2837a5ffe5cbb578219afb8e41175b0b79f1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:46 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 03:49:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:49:46 c0847dbe6741: Preparing 03:49:46 206d9dc3fe32: Preparing 03:49:46 e69f014e345c: Preparing 03:49:46 7a137b4e1043: Preparing 03:49:46 4deafcd536ae: Preparing 03:49:46 5d1f257e4846: Preparing 03:49:46 c4e71c2a4573: Preparing 03:49:46 c4e71c2a4573: Waiting 03:49:46 5d1f257e4846: Waiting 03:49:46 4deafcd536ae: Layer already exists 03:49:46 7a137b4e1043: Layer already exists 03:49:46 206d9dc3fe32: Layer already exists 03:49:46 e69f014e345c: Layer already exists 03:49:46 c0847dbe6741: Layer already exists 03:49:46 5d1f257e4846: Layer already exists 03:49:46 c4e71c2a4573: Layer already exists 03:49:46 latest: digest: sha256:8eee429a0b9b87797b5d2228e6bd2837a5ffe5cbb578219afb8e41175b0b79f1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:47 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.103 03:49:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:49:47 c0847dbe6741: Preparing 03:49:47 206d9dc3fe32: Preparing 03:49:47 e69f014e345c: Preparing 03:49:47 7a137b4e1043: Preparing 03:49:47 4deafcd536ae: Preparing 03:49:47 5d1f257e4846: Preparing 03:49:47 c4e71c2a4573: Preparing 03:49:47 5d1f257e4846: Waiting 03:49:47 c4e71c2a4573: Waiting 03:49:47 4deafcd536ae: Layer already exists 03:49:47 e69f014e345c: Layer already exists 03:49:47 7a137b4e1043: Layer already exists 03:49:47 c0847dbe6741: Layer already exists 03:49:47 206d9dc3fe32: Layer already exists 03:49:47 c4e71c2a4573: Layer already exists 03:49:47 5d1f257e4846: Layer already exists 03:49:47 4.1.0-dev.103: digest: sha256:8eee429a0b9b87797b5d2228e6bd2837a5ffe5cbb578219afb8e41175b0b79f1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:48 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:49:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:49:48 c0847dbe6741: Preparing 03:49:48 206d9dc3fe32: Preparing 03:49:48 e69f014e345c: Preparing 03:49:48 7a137b4e1043: Preparing 03:49:48 4deafcd536ae: Preparing 03:49:48 5d1f257e4846: Preparing 03:49:48 c4e71c2a4573: Preparing 03:49:48 5d1f257e4846: Waiting 03:49:48 c4e71c2a4573: Waiting 03:49:48 c0847dbe6741: Layer already exists 03:49:48 e69f014e345c: Layer already exists 03:49:48 206d9dc3fe32: Layer already exists 03:49:48 7a137b4e1043: Layer already exists 03:49:48 4deafcd536ae: Layer already exists 03:49:48 c4e71c2a4573: Layer already exists 03:49:48 5d1f257e4846: Layer already exists 03:49:48 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:8eee429a0b9b87797b5d2228e6bd2837a5ffe5cbb578219afb8e41175b0b79f1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:49 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 03:49:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:49:49 c0847dbe6741: Preparing 03:49:49 206d9dc3fe32: Preparing 03:49:49 e69f014e345c: Preparing 03:49:49 7a137b4e1043: Preparing 03:49:49 4deafcd536ae: Preparing 03:49:49 5d1f257e4846: Preparing 03:49:49 c4e71c2a4573: Preparing 03:49:49 5d1f257e4846: Waiting 03:49:49 c4e71c2a4573: Waiting 03:49:49 206d9dc3fe32: Layer already exists 03:49:49 c0847dbe6741: Layer already exists 03:49:49 4deafcd536ae: Layer already exists 03:49:49 7a137b4e1043: Layer already exists 03:49:49 e69f014e345c: Layer already exists 03:49:49 c4e71c2a4573: Layer already exists 03:49:49 5d1f257e4846: Layer already exists 03:49:49 main: digest: sha256:8eee429a0b9b87797b5d2228e6bd2837a5ffe5cbb578219afb8e41175b0b79f1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:49:49 ===================================================== [Pipeline] echo 03:49:49 taggedImages: 03:49:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:49:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 03:49:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.103 03:49:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:49:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 03:49:49 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 03:49:49 84b1577d40627d977bd4db100cd0bf9cd2012f29 03:49:49 latest 03:49:49 4.1.0-dev.103 03:49:49 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:49:49 main 03:49:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:50 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:49:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:49:50 d4088f0be39d: Preparing 03:49:50 54be28db3fcf: Preparing 03:49:50 e69f014e345c: Preparing 03:49:50 7a137b4e1043: Preparing 03:49:50 2b42c6a11bf3: Preparing 03:49:50 366d175692fd: Preparing 03:49:50 c4e71c2a4573: Preparing 03:49:50 366d175692fd: Waiting 03:49:50 c4e71c2a4573: Waiting 03:49:50 e69f014e345c: Layer already exists 03:49:50 7a137b4e1043: Layer already exists 03:49:50 c4e71c2a4573: Layer already exists 03:49:50 d4088f0be39d: Pushed 03:49:50 2b42c6a11bf3: Pushed 03:49:51 366d175692fd: Pushed 03:49:59 54be28db3fcf: Pushed 03:49:59 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:cdeb7b97196b763b0ed8434014726add9e7a65a74a823bf57295a332f136e9b5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:59 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:50:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 03:50:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:50:00 d4088f0be39d: Preparing 03:50:00 54be28db3fcf: Preparing 03:50:00 e69f014e345c: Preparing 03:50:00 7a137b4e1043: Preparing 03:50:00 2b42c6a11bf3: Preparing 03:50:00 366d175692fd: Preparing 03:50:00 c4e71c2a4573: Preparing 03:50:00 366d175692fd: Waiting 03:50:00 c4e71c2a4573: Waiting 03:50:00 2b42c6a11bf3: Layer already exists 03:50:00 d4088f0be39d: Layer already exists 03:50:00 e69f014e345c: Layer already exists 03:50:00 54be28db3fcf: Layer already exists 03:50:00 7a137b4e1043: Layer already exists 03:50:00 c4e71c2a4573: Layer already exists 03:50:00 366d175692fd: Layer already exists 03:50:00 latest: digest: sha256:cdeb7b97196b763b0ed8434014726add9e7a65a74a823bf57295a332f136e9b5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:50:00 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:50:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.103 03:50:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:50:01 d4088f0be39d: Preparing 03:50:01 54be28db3fcf: Preparing 03:50:01 e69f014e345c: Preparing 03:50:01 7a137b4e1043: Preparing 03:50:01 2b42c6a11bf3: Preparing 03:50:01 366d175692fd: Preparing 03:50:01 c4e71c2a4573: Preparing 03:50:01 366d175692fd: Waiting 03:50:01 c4e71c2a4573: Waiting 03:50:01 2b42c6a11bf3: Layer already exists 03:50:01 d4088f0be39d: Layer already exists 03:50:01 e69f014e345c: Layer already exists 03:50:01 54be28db3fcf: Layer already exists 03:50:01 7a137b4e1043: Layer already exists 03:50:01 366d175692fd: Layer already exists 03:50:01 c4e71c2a4573: Layer already exists 03:50:01 4.1.0-dev.103: digest: sha256:cdeb7b97196b763b0ed8434014726add9e7a65a74a823bf57295a332f136e9b5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:50:01 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:50:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:50:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:50:02 d4088f0be39d: Preparing 03:50:02 54be28db3fcf: Preparing 03:50:02 e69f014e345c: Preparing 03:50:02 7a137b4e1043: Preparing 03:50:02 2b42c6a11bf3: Preparing 03:50:02 366d175692fd: Preparing 03:50:02 c4e71c2a4573: Preparing 03:50:02 366d175692fd: Waiting 03:50:02 c4e71c2a4573: Waiting 03:50:02 d4088f0be39d: Layer already exists 03:50:02 2b42c6a11bf3: Layer already exists 03:50:02 7a137b4e1043: Layer already exists 03:50:02 e69f014e345c: Layer already exists 03:50:02 54be28db3fcf: Layer already exists 03:50:02 366d175692fd: Layer already exists 03:50:02 c4e71c2a4573: Layer already exists 03:50:02 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:cdeb7b97196b763b0ed8434014726add9e7a65a74a823bf57295a332f136e9b5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:50:02 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:50:03 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 03:50:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:50:03 d4088f0be39d: Preparing 03:50:03 54be28db3fcf: Preparing 03:50:03 e69f014e345c: Preparing 03:50:03 7a137b4e1043: Preparing 03:50:03 2b42c6a11bf3: Preparing 03:50:03 366d175692fd: Preparing 03:50:03 c4e71c2a4573: Preparing 03:50:03 366d175692fd: Waiting 03:50:03 c4e71c2a4573: Waiting 03:50:03 2b42c6a11bf3: Layer already exists 03:50:03 7a137b4e1043: Layer already exists 03:50:03 e69f014e345c: Layer already exists 03:50:03 54be28db3fcf: Layer already exists 03:50:03 d4088f0be39d: Layer already exists 03:50:03 c4e71c2a4573: Layer already exists 03:50:03 366d175692fd: Layer already exists 03:50:03 main: digest: sha256:cdeb7b97196b763b0ed8434014726add9e7a65a74a823bf57295a332f136e9b5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:50:03 ===================================================== [Pipeline] echo 03:50:03 taggedImages: 03:50:03 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 03:50:03 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 03:50:03 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.103 03:50:03 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 03:50:03 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.103 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.103 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.103 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.103 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.103 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.103 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.103 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 03:50:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.103 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.103 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.103 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.103 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.103 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.103 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.103 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.103 [Pipeline] echo 03:50:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo 03:50:04 Skip building multi-arch image for 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 03:50:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:50:04 03:50:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:50:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:50:05 arm64: Pulling from edgex-lftools-log-publisher 03:50:05 8998bd30e6a1: Pulling fs layer 03:50:05 04944245beec: Pulling fs layer 03:50:05 699f458cf7ca: Pulling fs layer 03:50:05 765212b225bb: Pulling fs layer 03:50:05 f23df028b6ca: Pulling fs layer 03:50:05 d65c8cfc05b1: Pulling fs layer 03:50:05 2437ff75d9bd: Pulling fs layer 03:50:05 f23df028b6ca: Waiting 03:50:05 d65c8cfc05b1: Waiting 03:50:05 2437ff75d9bd: Waiting 03:50:05 765212b225bb: Waiting 03:50:05 04944245beec: Verifying Checksum 03:50:05 04944245beec: Download complete 03:50:05 765212b225bb: Verifying Checksum 03:50:05 765212b225bb: Download complete 03:50:05 f23df028b6ca: Verifying Checksum 03:50:05 f23df028b6ca: Download complete 03:50:05 d65c8cfc05b1: Verifying Checksum 03:50:05 d65c8cfc05b1: Download complete 03:50:05 699f458cf7ca: Verifying Checksum 03:50:05 699f458cf7ca: Download complete 03:50:05 8998bd30e6a1: Verifying Checksum 03:50:05 8998bd30e6a1: Download complete 03:50:08 2437ff75d9bd: Verifying Checksum 03:50:08 2437ff75d9bd: Download complete 03:50:11 8998bd30e6a1: Pull complete 03:50:11 04944245beec: Pull complete 03:50:13 699f458cf7ca: Pull complete 03:50:13 765212b225bb: Pull complete 03:50:14 f23df028b6ca: Pull complete 03:50:14 d65c8cfc05b1: Pull complete 03:50:32 2437ff75d9bd: Pull complete 03:50:32 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:50:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:50:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:50:32 prd-ubuntu20.04-docker-arm64-4c-16g-3514 does not seem to be running inside a container 03:50:32 $ 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/960 -v /w/workspace/edgex-go/960:/w/workspace/edgex-go/960:rw,z -v /w/workspace/edgex-go/960@tmp:/w/workspace/edgex-go/960@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 03:50:34 $ docker top 87b412372210078c3aa86b3ede106159f5893376f31883032a7821ad7dc79b48 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:50:35 ---> job-cost.sh 03:50:35 lf-activate-venv: SKIPPING 03:50:35 INFO: No Stack... 03:50:35 INFO: Retrieving Pricing Info for: v3-standard-4 03:50:36 INFO: Archiving Costs [Pipeline] sh 03:50:37 + cat /w/workspace/edgex-go/960/archives/cost.csv 03:50:37 + cut -d, -f6 [Pipeline] lock 03:50:37 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-960-stack-cost] 03:50:37 Resource [jenkins-edgexfoundry-edgex-go-main-960-stack-cost] did not exist. Created. 03:50:37 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-960-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:50:38 + echo total: 0.10999999940395355 [Pipeline] stash 03:50:38 Stashed 1 file(s) [Pipeline] } 03:50:38 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-960-stack-cost] [Pipeline] // lock [Pipeline] } 03:50:38 $ docker stop --time=1 87b412372210078c3aa86b3ede106159f5893376f31883032a7821ad7dc79b48 03:50:40 $ docker rm -f --volumes 87b412372210078c3aa86b3ede106159f5893376f31883032a7821ad7dc79b48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:51:27 Cancelling nested steps due to timeout 08:51:27 Sending interrupt signal to process 08:51:34 script returned exit code 143 [Pipeline] } 08:51:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 08:51:34 + '[' -d /w/workspace/edgex-go/960/archives ']' [Pipeline] libraryResource [Pipeline] sh 08:51:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:51:35 ---> package-listing.sh 08:51:35 ++ facter osfamily 08:51:35 ++ tr '[:upper:]' '[:lower:]' 08:51:35 + OS_FAMILY=redhat 08:51:35 + workspace=/w/workspace/edgex-go/960 08:51:35 + START_PACKAGES=/tmp/packages_start.txt 08:51:35 + END_PACKAGES=/tmp/packages_end.txt 08:51:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:51:35 + PACKAGES=/tmp/packages_start.txt 08:51:35 + '[' /w/workspace/edgex-go/960 ']' 08:51:35 + PACKAGES=/tmp/packages_end.txt 08:51:35 + case "${OS_FAMILY}" in 08:51:35 + rpm -qa 08:51:35 + sort 08:51:36 + '[' -f /tmp/packages_start.txt ']' 08:51:36 + '[' -f /tmp/packages_end.txt ']' 08:51:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:51:36 + '[' /w/workspace/edgex-go/960 ']' 08:51:36 + mkdir -p /w/workspace/edgex-go/960/archives/ 08:51:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/960/archives/ [Pipeline] echo 08:51:36 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/960/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:51:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:51:36 08:51:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:51:37 latest: Pulling from edgex-lftools-log-publisher 08:51:37 5eb5b503b376: Pulling fs layer 08:51:37 5c69ac0246d0: Pulling fs layer 08:51:37 ec43610c2a17: Pulling fs layer 08:51:37 3a2ae6a8a46f: Pulling fs layer 08:51:37 33b1e0a273af: Pulling fs layer 08:51:37 5d3b04190fa2: Pulling fs layer 08:51:37 2f39f015ded8: Pulling fs layer 08:51:37 3a2ae6a8a46f: Waiting 08:51:37 33b1e0a273af: Waiting 08:51:37 5d3b04190fa2: Waiting 08:51:37 2f39f015ded8: Waiting 08:51:37 5c69ac0246d0: Verifying Checksum 08:51:37 5c69ac0246d0: Download complete 08:51:37 3a2ae6a8a46f: Verifying Checksum 08:51:37 3a2ae6a8a46f: Download complete 08:51:37 33b1e0a273af: Verifying Checksum 08:51:37 33b1e0a273af: Download complete 08:51:37 5d3b04190fa2: Verifying Checksum 08:51:37 5d3b04190fa2: Download complete 08:51:37 ec43610c2a17: Verifying Checksum 08:51:37 ec43610c2a17: Download complete 08:51:37 5eb5b503b376: Verifying Checksum 08:51:37 5eb5b503b376: Download complete 08:51:37 2f39f015ded8: Verifying Checksum 08:51:37 2f39f015ded8: Download complete 08:51:38 5eb5b503b376: Pull complete 08:51:38 5c69ac0246d0: Pull complete 08:51:39 ec43610c2a17: Pull complete 08:51:39 3a2ae6a8a46f: Pull complete 08:51:39 33b1e0a273af: Pull complete 08:51:39 5d3b04190fa2: Pull complete 08:51:43 2f39f015ded8: Pull complete 08:51:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:51:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:51:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:51:44 prd-centos7-docker-4c-2g-3521 does not seem to be running inside a container 08:51:44 $ 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/960/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@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:latest cat 08:51:47 $ docker top 94810514b28efcc7a9fa527200d12993cbd1f26239a1d781ff79717847174c92 -eo pid,comm [Pipeline] { [Pipeline] sh 08:51:47 + touch /tmp/pre-build-complete [Pipeline] sh 08:51:47 + mkdir -p /var/log/sysstat [Pipeline] sh 08:51:47 + ls /var/log/sa-host 08:51:47 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:51:47 provisioning config files... 08:51:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config9949416426089242872tmp [Pipeline] { [Pipeline] echo 08:51:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:51:48 ---> create-netrc.sh [Pipeline] } 08:51:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:51:48 ---> python-tools-install.sh [Pipeline] echo 08:51:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:51:48 ---> sudo-logs.sh 08:51:48 Archiving 'sudo' log.. 08:51:48 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:51:48 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 08:51:48 $ docker stop --time=1 94810514b28efcc7a9fa527200d12993cbd1f26239a1d781ff79717847174c92 08:51:50 $ docker rm -f --volumes 94810514b28efcc7a9fa527200d12993cbd1f26239a1d781ff79717847174c92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 08:51:50 [WS-CLEANUP] Deleting project workspace... 08:51:50 [WS-CLEANUP] Deferred wipeout is used... 08:51:50 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:51:50 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 08:51:51 + [ -d /w/workspace/edgex-go/960/archives ] [Pipeline] libraryResource [Pipeline] sh 08:51:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:51:52 ---> package-listing.sh 08:51:52 ++ facter osfamily 08:51:52 ++ tr '[:upper:]' '[:lower:]' 08:51:52 + OS_FAMILY=debian 08:51:52 + workspace=/w/workspace/edgex-go/960 08:51:52 + START_PACKAGES=/tmp/packages_start.txt 08:51:52 + END_PACKAGES=/tmp/packages_end.txt 08:51:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:51:52 + PACKAGES=/tmp/packages_start.txt 08:51:52 + '[' /w/workspace/edgex-go/960 ']' 08:51:52 + PACKAGES=/tmp/packages_end.txt 08:51:52 + case "${OS_FAMILY}" in 08:51:52 + dpkg -l 08:51:52 + grep '^ii' 08:51:52 + '[' -f /tmp/packages_start.txt ']' 08:51:52 + '[' -f /tmp/packages_end.txt ']' 08:51:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:51:52 + '[' /w/workspace/edgex-go/960 ']' 08:51:52 + mkdir -p /w/workspace/edgex-go/960/archives/ 08:51:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/960/archives/ [Pipeline] echo 08:51:52 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/960/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:51:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:51:53 08:51:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:51:54 latest: Pulling from edgex-lftools-log-publisher 08:51:54 5eb5b503b376: Pulling fs layer 08:51:54 5c69ac0246d0: Pulling fs layer 08:51:54 ec43610c2a17: Pulling fs layer 08:51:54 3a2ae6a8a46f: Pulling fs layer 08:51:54 33b1e0a273af: Pulling fs layer 08:51:54 5d3b04190fa2: Pulling fs layer 08:51:54 33b1e0a273af: Waiting 08:51:54 3a2ae6a8a46f: Waiting 08:51:54 2f39f015ded8: Pulling fs layer 08:51:54 5d3b04190fa2: Waiting 08:51:54 2f39f015ded8: Waiting 08:51:54 5c69ac0246d0: Verifying Checksum 08:51:54 5c69ac0246d0: Download complete 08:51:54 3a2ae6a8a46f: Verifying Checksum 08:51:54 3a2ae6a8a46f: Download complete 08:51:54 33b1e0a273af: Download complete 08:51:54 5d3b04190fa2: Verifying Checksum 08:51:54 5d3b04190fa2: Download complete 08:51:54 ec43610c2a17: Verifying Checksum 08:51:54 ec43610c2a17: Download complete 08:51:54 5eb5b503b376: Verifying Checksum 08:51:54 5eb5b503b376: Download complete 08:51:55 2f39f015ded8: Verifying Checksum 08:51:55 2f39f015ded8: Download complete 08:51:56 5eb5b503b376: Pull complete 08:51:56 5c69ac0246d0: Pull complete 08:51:57 ec43610c2a17: Pull complete 08:51:57 3a2ae6a8a46f: Pull complete 08:51:57 33b1e0a273af: Pull complete 08:51:57 5d3b04190fa2: Pull complete 08:52:03 2f39f015ded8: Pull complete 08:52:03 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:52:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:52:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:52:03 prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container 08:52:04 $ 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/960/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/960 -v /w/workspace/edgex-go/960:/w/workspace/edgex-go/960:rw,z -v /w/workspace/edgex-go/960@tmp:/w/workspace/edgex-go/960@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 08:52:05 $ docker top 203bbbe1acb0a0e74bccb5c6419f6e3248d89ca2de94ca2aa6c9e4a3443fce75 -eo pid,comm [Pipeline] { [Pipeline] sh 08:52:05 + touch /tmp/pre-build-complete [Pipeline] sh 08:52:06 + mkdir -p /var/log/sysstat [Pipeline] sh 08:52:06 + ls /var/log/sa-host 08:52:06 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:52:06 provisioning config files... 08:52:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/960@tmp/config15417302934768306597tmp [Pipeline] { [Pipeline] echo 08:52:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:52:06 ---> create-netrc.sh [Pipeline] } 08:52:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:52:07 ---> python-tools-install.sh [Pipeline] echo 08:52:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:52:07 ---> sudo-logs.sh 08:52:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:52:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:52:07 ---> job-cost.sh 08:52:07 lf-activate-venv: SKIPPING 08:52:07 DEBUG: total: 0.10999999940395355 08:52:07 INFO: Retrieving Stack Cost... 08:52:07 INFO: Retrieving Pricing Info for: v3-standard-8 08:52:08 INFO: Archiving Costs [Pipeline] echo 08:52:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:52:08 ---> logs-deploy.sh 08:52:08 lf-activate-venv: SKIPPING 08:52:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/960 08:52:08 INFO: archiving workspace using pattern(s): 08:52:09 Archives upload complete. 08:52:09 INFO: archiving logs to Nexus 08:52:10 ---> uname -a: 08:52:10 Linux prd-ubuntu20-04-docker-8c-8g-3512 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 08:52:10 08:52:10 08:52:10 ---> lscpu: 08:52:10 Architecture: x86_64 08:52:10 CPU op-mode(s): 32-bit, 64-bit 08:52:10 Byte Order: Little Endian 08:52:10 Address sizes: 40 bits physical, 48 bits virtual 08:52:10 CPU(s): 8 08:52:10 On-line CPU(s) list: 0-7 08:52:10 Thread(s) per core: 1 08:52:10 Core(s) per socket: 1 08:52:10 Socket(s): 8 08:52:10 NUMA node(s): 1 08:52:10 Vendor ID: AuthenticAMD 08:52:10 CPU family: 23 08:52:10 Model: 49 08:52:10 Model name: AMD EPYC-Rome Processor 08:52:10 Stepping: 0 08:52:10 CPU MHz: 2799.998 08:52:10 BogoMIPS: 5599.99 08:52:10 Virtualization: AMD-V 08:52:10 Hypervisor vendor: KVM 08:52:10 Virtualization type: full 08:52:10 L1d cache: 256 KiB 08:52:10 L1i cache: 256 KiB 08:52:10 L2 cache: 4 MiB 08:52:10 L3 cache: 128 MiB 08:52:10 NUMA node0 CPU(s): 0-7 08:52:10 Vulnerability Gather data sampling: Not affected 08:52:10 Vulnerability Itlb multihit: Not affected 08:52:10 Vulnerability L1tf: Not affected 08:52:10 Vulnerability Mds: Not affected 08:52:10 Vulnerability Meltdown: Not affected 08:52:10 Vulnerability Mmio stale data: Not affected 08:52:10 Vulnerability Retbleed: Vulnerable 08:52:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:52:10 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:52:10 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 08:52:10 Vulnerability Srbds: Not affected 08:52:10 Vulnerability Tsx async abort: Not affected 08:52:10 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 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 08:52:10 08:52:10 08:52:10 ---> nproc: 08:52:10 8 08:52:10 08:52:10 08:52:10 ---> df -h: 08:52:10 Filesystem Size Used Avail Use% Mounted on 08:52:10 overlay 155G 33G 122G 22% / 08:52:10 tmpfs 64M 0 64M 0% /dev 08:52:10 tmpfs 16G 0 16G 0% /sys/fs/cgroup 08:52:10 shm 64M 0 64M 0% /dev/shm 08:52:10 /dev/vda1 155G 33G 122G 22% /facter-os 08:52:10 08:52:10 08:52:10 ---> sar -b -r -n DEV: 08:52:10 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-3512) 03/16/26 _x86_64_ (8 CPU) 08:52:10 08:52:10 02:50:42 LINUX RESTART (8 CPU) 08:52:10 08:52:10 02:51:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:52:10 02:52:01 360.34 66.72 293.62 0.00 11570.07 80334.48 0.00 08:52:10 02:53:01 175.50 10.56 164.94 0.00 1663.59 43842.16 0.00 08:52:10 02:54:01 46.66 0.02 46.64 0.00 4.27 39872.44 0.00 08:52:10 02:55:01 50.20 0.27 49.93 0.00 4.13 21970.01 0.00 08:52:10 02:56:01 1254.38 23.90 1230.48 0.00 2504.66 596288.95 0.00 08:52:10 02:57:01 189.69 2.50 187.19 0.00 251.38 47139.35 0.00 08:52:10 02:58:01 392.19 0.42 391.77 0.00 23.71 127937.39 0.00 08:52:10 02:59:01 491.48 25.91 465.57 0.00 1742.38 155214.93 0.00 08:52:10 03:00:01 411.85 21.13 390.72 0.00 638.19 30722.96 0.00 08:52:10 03:01:01 24.45 1.38 23.06 0.00 215.30 578.57 0.00 08:52:10 03:02:01 9.62 0.02 9.60 0.00 0.13 251.82 0.00 08:52:10 03:03:01 0.87 0.00 0.87 0.00 0.00 10.80 0.00 08:52:10 03:04:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 08:52:10 03:05:01 0.77 0.00 0.77 0.00 0.00 10.66 0.00 08:52:10 03:06:01 3.60 2.32 1.28 0.00 21.06 13.86 0.00 08:52:10 03:07:01 1.22 0.00 1.22 0.00 0.00 15.46 0.00 08:52:10 03:08:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 08:52:10 03:09:01 0.85 0.00 0.85 0.00 0.00 10.66 0.00 08:52:10 03:10:01 1.18 0.00 1.18 0.00 0.00 14.80 0.00 08:52:10 03:11:01 1.27 0.00 1.27 0.00 0.00 14.66 0.00 08:52:10 03:12:01 1.12 0.00 1.12 0.00 0.00 13.60 0.00 08:52:10 03:13:01 0.82 0.00 0.82 0.00 0.00 10.53 0.00 08:52:10 03:14:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 08:52:10 03:15:01 0.87 0.00 0.87 0.00 0.00 11.06 0.00 08:52:10 03:16:01 1.23 0.00 1.23 0.00 0.00 13.86 0.00 08:52:10 03:17:01 0.92 0.05 0.87 0.00 1.07 11.73 0.00 08:52:10 03:18:01 1.40 0.00 1.40 0.00 0.00 14.66 0.00 08:52:10 03:19:01 0.88 0.00 0.88 0.00 0.00 10.80 0.00 08:52:10 03:20:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 08:52:10 03:21:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 08:52:10 03:22:01 1.08 0.00 1.08 0.00 0.00 13.46 0.00 08:52:10 03:23:01 0.90 0.00 0.90 0.00 0.00 10.80 0.00 08:52:10 03:24:01 1.17 0.00 1.17 0.00 0.00 13.46 0.00 08:52:10 03:25:01 0.83 0.00 0.83 0.00 0.00 10.53 0.00 08:52:10 03:26:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 08:52:10 03:27:01 0.88 0.00 0.88 0.00 0.00 11.20 0.00 08:52:10 03:28:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 08:52:10 03:29:01 0.85 0.00 0.85 0.00 0.00 11.46 0.00 08:52:10 03:30:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 08:52:10 03:31:01 1.63 0.00 1.63 0.00 0.00 19.06 0.00 08:52:10 03:32:01 0.82 0.00 0.82 0.00 0.00 9.60 0.00 08:52:10 03:33:01 0.87 0.00 0.87 0.00 0.00 11.86 0.00 08:52:10 03:34:02 1.60 0.32 1.28 0.00 16.93 15.46 0.00 08:52:10 03:35:01 2.42 1.44 0.98 0.00 29.55 13.42 0.00 08:52:10 03:36:01 1.15 0.00 1.15 0.00 0.00 13.86 0.00 08:52:10 03:37:01 1.15 0.00 1.15 0.00 0.00 14.53 0.00 08:52:10 03:38:01 1.17 0.00 1.17 0.00 0.00 14.40 0.00 08:52:10 03:39:01 0.88 0.00 0.88 0.00 0.00 10.66 0.00 08:52:10 03:40:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 08:52:10 03:41:01 0.87 0.00 0.87 0.00 0.00 11.06 0.00 08:52:10 03:42:01 1.25 0.00 1.25 0.00 0.00 14.26 0.00 08:52:10 03:43:01 1.17 0.00 1.17 0.00 0.00 13.73 0.00 08:52:10 03:44:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 08:52:10 03:45:01 0.90 0.00 0.90 0.00 0.00 11.33 0.00 08:52:10 03:46:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 08:52:10 03:47:01 1.28 0.00 1.28 0.00 0.00 15.06 0.00 08:52:10 03:48:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 08:52:10 03:49:01 0.87 0.00 0.87 0.00 0.00 10.26 0.00 08:52:10 03:50:01 1.33 0.00 1.33 0.00 0.00 15.20 0.00 08:52:10 03:51:01 0.85 0.00 0.85 0.00 0.00 10.80 0.00 08:52:10 03:52:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 08:52:10 03:53:01 0.90 0.00 0.90 0.00 0.00 11.73 0.00 08:52:10 03:54:01 1.20 0.00 1.20 0.00 0.00 12.80 0.00 08:52:10 03:55:01 0.88 0.00 0.88 0.00 0.00 11.33 0.00 08:52:10 03:56:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 08:52:10 03:57:01 1.35 0.02 1.33 0.00 0.13 16.53 0.00 08:52:10 03:58:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 08:52:10 03:59:01 0.90 0.00 0.90 0.00 0.00 11.86 0.00 08:52:10 04:00:01 1.20 0.00 1.20 0.00 0.00 13.46 0.00 08:52:10 04:01:01 1.35 0.00 1.35 0.00 0.00 15.33 0.00 08:52:10 04:02:01 1.13 0.00 1.13 0.00 0.00 13.46 0.00 08:52:10 04:03:01 0.87 0.00 0.87 0.00 0.00 10.66 0.00 08:52:10 04:04:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 08:52:10 04:05:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 08:52:10 04:06:01 0.92 0.00 0.92 0.00 0.00 11.06 0.00 08:52:10 04:07:01 1.43 0.00 1.43 0.00 0.00 16.93 0.00 08:52:10 04:08:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 08:52:10 04:09:01 0.83 0.00 0.83 0.00 0.00 10.80 0.00 08:52:10 04:10:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 08:52:10 04:11:01 0.88 0.00 0.88 0.00 0.00 11.20 0.00 08:52:10 04:12:01 1.37 0.00 1.37 0.00 0.00 16.40 0.00 08:52:10 04:13:01 1.37 0.00 1.37 0.00 0.00 15.86 0.00 08:52:10 04:14:01 0.90 0.00 0.90 0.00 0.00 10.53 0.00 08:52:10 04:15:01 0.88 0.00 0.88 0.00 0.00 10.66 0.00 08:52:10 04:16:01 1.10 0.00 1.10 0.00 0.00 12.53 0.00 08:52:10 04:17:01 1.33 0.00 1.33 0.00 0.00 16.40 0.00 08:52:10 04:18:01 1.17 0.00 1.17 0.00 0.00 12.53 0.00 08:52:10 04:19:01 0.97 0.00 0.97 0.00 0.00 12.13 0.00 08:52:10 04:20:01 1.18 0.00 1.18 0.00 0.00 12.66 0.00 08:52:10 04:21:01 0.97 0.00 0.97 0.00 0.00 12.40 0.00 08:52:10 04:22:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 08:52:10 04:23:01 0.95 0.00 0.95 0.00 0.00 11.33 0.00 08:52:10 04:24:01 1.28 0.00 1.28 0.00 0.00 14.40 0.00 08:52:10 04:25:01 0.88 0.00 0.88 0.00 0.00 11.33 0.00 08:52:10 04:26:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 08:52:10 04:27:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 08:52:10 04:28:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 08:52:10 04:29:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 08:52:10 04:30:01 1.10 0.00 1.10 0.00 0.00 12.53 0.00 08:52:10 04:31:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 08:52:10 04:32:01 1.30 0.00 1.30 0.00 0.00 15.73 0.00 08:52:10 04:33:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 08:52:10 04:34:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 08:52:10 04:35:01 0.93 0.00 0.93 0.00 0.00 12.00 0.00 08:52:10 04:36:01 1.22 0.00 1.22 0.00 0.00 13.73 0.00 08:52:10 04:37:01 1.35 0.00 1.35 0.00 0.00 16.93 0.00 08:52:10 04:38:01 1.15 0.00 1.15 0.00 0.00 13.73 0.00 08:52:10 04:39:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 08:52:10 04:40:01 0.90 0.00 0.90 0.00 0.00 10.26 0.00 08:52:10 04:41:01 0.82 0.00 0.82 0.00 0.00 9.87 0.00 08:52:10 04:42:01 1.32 0.00 1.32 0.00 0.00 16.00 0.00 08:52:10 04:43:01 0.92 0.00 0.92 0.00 0.00 10.80 0.00 08:52:10 04:44:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 08:52:10 04:45:01 0.83 0.00 0.83 0.00 0.00 11.06 0.00 08:52:10 04:46:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 08:52:10 04:47:01 1.38 0.00 1.38 0.00 0.00 17.33 0.00 08:52:10 04:48:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 08:52:10 04:49:01 1.03 0.00 1.03 0.00 0.00 12.66 0.00 08:52:10 04:50:01 1.17 0.00 1.17 0.00 0.00 13.06 0.00 08:52:10 04:51:02 0.92 0.00 0.92 0.00 0.00 11.86 0.00 08:52:10 04:52:01 1.37 0.00 1.37 0.00 0.00 15.73 0.00 08:52:10 04:53:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 08:52:10 04:54:01 1.17 0.00 1.17 0.00 0.00 13.60 0.00 08:52:10 04:55:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 08:52:10 04:56:01 1.12 0.00 1.12 0.00 0.00 13.60 0.00 08:52:10 04:57:01 1.12 0.00 1.12 0.00 0.00 13.06 0.00 08:52:10 04:58:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 08:52:10 04:59:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 08:52:10 05:00:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 08:52:10 05:01:01 1.00 0.00 1.00 0.00 0.00 12.13 0.00 08:52:10 05:02:01 1.30 0.00 1.30 0.00 0.00 14.66 0.00 08:52:10 05:03:01 1.30 0.00 1.30 0.00 0.00 15.20 0.00 08:52:10 05:04:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 08:52:10 05:05:01 0.88 0.00 0.88 0.00 0.00 11.06 0.00 08:52:10 05:06:01 1.27 0.00 1.27 0.00 0.00 14.53 0.00 08:52:10 05:07:01 0.98 0.00 0.98 0.00 0.00 12.00 0.00 08:52:10 05:08:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 08:52:10 05:09:01 0.93 0.00 0.93 0.00 0.00 11.46 0.00 08:52:10 05:10:01 1.23 0.00 1.23 0.00 0.00 14.13 0.00 08:52:10 05:11:01 0.97 0.00 0.97 0.00 0.00 11.86 0.00 08:52:10 05:12:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 08:52:10 05:13:01 1.60 0.00 1.60 0.00 0.00 19.33 0.00 08:52:10 05:14:01 1.00 0.00 1.00 0.00 0.00 10.26 0.00 08:52:10 05:15:01 1.48 0.00 1.48 0.00 0.00 17.73 0.00 08:52:10 05:16:01 0.93 0.00 0.93 0.00 0.00 9.73 0.00 08:52:10 05:17:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 08:52:10 05:18:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 08:52:10 05:19:01 0.93 0.00 0.93 0.00 0.00 10.80 0.00 08:52:10 05:20:01 1.18 0.00 1.18 0.00 0.00 13.46 0.00 08:52:10 05:21:01 1.48 0.00 1.48 0.00 0.00 17.46 0.00 08:52:10 05:22:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 08:52:10 05:23:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 08:52:10 05:24:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 08:52:10 05:25:01 0.90 0.00 0.90 0.00 0.00 11.20 0.00 08:52:10 05:26:01 1.20 0.00 1.20 0.00 0.00 13.20 0.00 08:52:10 05:27:01 1.00 0.00 1.00 0.00 0.00 12.53 0.00 08:52:10 05:28:01 1.45 0.00 1.45 0.00 0.00 17.20 0.00 08:52:10 05:29:01 0.97 0.00 0.97 0.00 0.00 12.13 0.00 08:52:10 05:30:01 1.33 0.00 1.33 0.00 0.00 14.80 0.00 08:52:10 05:31:01 1.48 0.00 1.48 0.00 0.00 16.53 0.00 08:52:10 05:32:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 08:52:10 05:33:01 1.48 0.00 1.48 0.00 0.00 17.86 0.00 08:52:10 05:34:01 1.27 0.00 1.27 0.00 0.00 13.86 0.00 08:52:10 05:35:01 1.62 0.00 1.62 0.00 0.00 18.39 0.00 08:52:10 05:36:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 08:52:10 05:37:01 2.08 0.00 2.08 0.00 0.00 23.60 0.00 08:52:10 05:38:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 08:52:10 05:39:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 08:52:10 05:40:01 1.43 0.00 1.43 0.00 0.00 15.19 0.00 08:52:10 05:41:01 2.00 0.00 2.00 0.00 0.00 23.46 0.00 08:52:10 05:42:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 08:52:10 05:43:01 1.58 0.00 1.58 0.00 0.00 18.93 0.00 08:52:10 05:44:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 08:52:10 05:45:01 1.43 0.00 1.43 0.00 0.00 17.33 0.00 08:52:10 05:46:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 08:52:10 05:47:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 08:52:10 05:48:01 1.48 0.00 1.48 0.00 0.00 17.73 0.00 08:52:10 05:49:01 1.50 0.00 1.50 0.00 0.00 16.80 0.00 08:52:10 05:50:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 08:52:10 05:51:01 1.02 0.00 1.02 0.00 0.00 12.66 0.00 08:52:10 05:52:01 1.22 0.00 1.22 0.00 0.00 13.73 0.00 08:52:10 05:53:01 1.52 0.00 1.52 0.00 0.00 17.73 0.00 08:52:10 05:54:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 08:52:10 05:55:01 1.48 0.00 1.48 0.00 0.00 17.73 0.00 08:52:10 05:56:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 08:52:10 05:57:01 1.50 0.00 1.50 0.00 0.00 17.20 0.00 08:52:10 05:58:01 1.10 0.00 1.10 0.00 0.00 12.53 0.00 08:52:10 05:59:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 08:52:10 06:00:01 1.27 0.00 1.27 0.00 0.00 14.26 0.00 08:52:10 06:01:01 0.95 0.00 0.95 0.00 0.00 11.33 0.00 08:52:10 06:02:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 08:52:10 06:03:01 1.62 0.00 1.62 0.00 0.00 19.06 0.00 08:52:10 06:04:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 08:52:10 06:05:02 1.07 0.00 1.07 0.00 0.00 13.46 0.00 08:52:10 06:06:01 1.29 0.00 1.29 0.00 0.00 14.37 0.00 08:52:10 06:07:01 1.02 0.00 1.02 0.00 0.00 13.06 0.00 08:52:10 06:08:01 1.30 0.00 1.30 0.00 0.00 14.00 0.00 08:52:10 06:09:01 1.17 0.00 1.17 0.00 0.00 14.40 0.00 08:52:10 06:10:01 1.25 0.00 1.25 0.00 0.00 14.00 0.00 08:52:10 06:11:01 0.93 0.00 0.93 0.00 0.00 11.46 0.00 08:52:10 06:12:01 1.35 0.00 1.35 0.00 0.00 15.06 0.00 08:52:10 06:13:01 1.00 0.00 1.00 0.00 0.00 12.40 0.00 08:52:10 06:14:01 1.42 0.00 1.42 0.00 0.00 16.79 0.00 08:52:10 06:15:01 1.13 0.00 1.13 0.00 0.00 13.46 0.00 08:52:10 06:16:01 1.35 0.00 1.35 0.00 0.00 14.80 0.00 08:52:10 06:17:01 1.05 0.00 1.05 0.00 0.00 13.20 0.00 08:52:10 06:18:01 1.50 0.00 1.50 0.00 0.00 16.80 0.00 08:52:10 06:19:01 1.48 0.00 1.48 0.00 0.00 17.20 0.00 08:52:10 06:20:01 1.22 0.00 1.22 0.00 0.00 13.73 0.00 08:52:10 06:21:01 1.02 0.00 1.02 0.00 0.00 12.93 0.00 08:52:10 06:22:01 1.28 0.00 1.28 0.00 0.00 15.73 0.00 08:52:10 06:23:01 1.08 0.00 1.08 0.00 0.00 12.93 0.00 08:52:10 06:24:01 1.52 0.00 1.52 0.00 0.00 17.33 0.00 08:52:10 06:25:01 1.10 0.17 0.93 0.00 2.80 11.73 0.00 08:52:10 06:26:01 4.87 2.39 2.48 0.00 48.50 81.06 0.00 08:52:10 06:27:01 1.03 0.00 1.03 0.00 0.00 12.66 0.00 08:52:10 06:28:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 08:52:10 06:29:01 1.52 0.00 1.52 0.00 0.00 18.53 0.00 08:52:10 06:30:01 1.10 0.00 1.10 0.00 0.00 11.60 0.00 08:52:10 06:31:01 0.98 0.00 0.98 0.00 0.00 12.26 0.00 08:52:10 06:32:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 08:52:10 06:33:01 1.13 0.00 1.13 0.00 0.00 14.13 0.00 08:52:10 06:34:01 1.35 0.00 1.35 0.00 0.00 15.06 0.00 08:52:10 06:35:01 1.00 0.00 1.00 0.00 0.00 12.79 0.00 08:52:10 06:36:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 08:52:10 06:37:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 08:52:10 06:38:01 1.30 0.00 1.30 0.00 0.00 16.40 0.00 08:52:10 06:39:01 1.22 0.00 1.22 0.00 0.00 12.66 0.00 08:52:10 06:40:01 1.28 0.00 1.28 0.00 0.00 16.40 0.00 08:52:10 06:41:01 0.88 0.02 0.87 0.00 0.27 9.86 0.00 08:52:10 06:42:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 08:52:10 06:43:01 0.88 0.00 0.88 0.00 0.00 10.40 0.00 08:52:10 06:44:01 1.42 0.00 1.42 0.00 0.00 16.53 0.00 08:52:10 06:45:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 08:52:10 06:46:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 08:52:10 06:47:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 08:52:10 06:48:01 1.42 0.00 1.42 0.00 0.00 16.53 0.00 08:52:10 06:49:01 1.38 0.00 1.38 0.00 0.00 14.80 0.00 08:52:10 06:50:01 1.05 0.00 1.05 0.00 0.00 14.40 0.00 08:52:10 06:51:01 1.00 0.00 1.00 0.00 0.00 10.66 0.00 08:52:10 06:52:01 1.33 0.00 1.33 0.00 0.00 15.86 0.00 08:52:10 06:53:01 0.92 0.00 0.92 0.00 0.00 9.86 0.00 08:52:10 06:54:01 1.35 0.00 1.35 0.00 0.00 16.79 0.00 08:52:10 06:55:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 08:52:10 06:56:01 1.22 0.00 1.22 0.00 0.00 14.26 0.00 08:52:10 06:57:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 08:52:10 06:58:01 1.30 0.00 1.30 0.00 0.00 14.80 0.00 08:52:10 06:59:01 1.65 0.00 1.65 0.00 0.00 19.59 0.00 08:52:10 07:00:02 1.03 0.00 1.03 0.00 0.00 11.06 0.00 08:52:10 07:01:01 0.97 0.00 0.97 0.00 0.00 10.57 0.00 08:52:10 07:02:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 08:52:10 07:03:01 0.87 0.00 0.87 0.00 0.00 9.73 0.00 08:52:10 07:04:01 1.32 0.00 1.32 0.00 0.00 15.60 0.00 08:52:10 07:05:01 1.00 0.00 1.00 0.00 0.00 12.40 0.00 08:52:10 07:06:01 1.25 0.00 1.25 0.00 0.00 14.26 0.00 08:52:10 07:07:01 1.03 0.00 1.03 0.00 0.00 12.26 0.00 08:52:10 07:08:01 1.27 0.00 1.27 0.00 0.00 15.73 0.00 08:52:10 07:09:01 0.92 0.00 0.92 0.00 0.00 10.93 0.00 08:52:10 07:10:01 1.45 0.00 1.45 0.00 0.00 16.93 0.00 08:52:10 07:11:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 08:52:10 07:12:01 1.37 0.00 1.37 0.00 0.00 15.59 0.00 08:52:10 07:13:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 08:52:10 07:14:01 1.42 0.00 1.42 0.00 0.00 16.53 0.00 08:52:10 07:15:01 1.47 0.00 1.47 0.00 0.00 17.86 0.00 08:52:10 07:16:01 1.18 0.00 1.18 0.00 0.00 12.66 0.00 08:52:10 07:17:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 08:52:10 07:18:01 1.55 0.00 1.55 0.00 0.00 18.53 0.00 08:52:10 07:19:01 0.90 0.00 0.90 0.00 0.00 9.73 0.00 08:52:10 07:20:01 1.35 0.00 1.35 0.00 0.00 16.39 0.00 08:52:10 07:21:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 08:52:10 07:22:01 1.25 0.00 1.25 0.00 0.00 15.33 0.00 08:52:10 07:23:01 0.92 0.00 0.92 0.00 0.00 10.66 0.00 08:52:10 07:24:01 1.22 0.00 1.22 0.00 0.00 14.40 0.00 08:52:10 07:25:01 1.35 0.00 1.35 0.00 0.00 14.93 0.00 08:52:10 07:26:01 1.08 0.00 1.08 0.00 0.00 13.33 0.00 08:52:10 07:27:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 08:52:10 07:28:01 1.30 0.00 1.30 0.00 0.00 15.33 0.00 08:52:10 07:29:01 0.82 0.00 0.82 0.00 0.00 9.33 0.00 08:52:10 07:30:01 1.35 0.00 1.35 0.00 0.00 16.39 0.00 08:52:10 07:31:01 0.88 0.00 0.88 0.00 0.00 9.73 0.00 08:52:10 07:32:01 1.37 0.00 1.37 0.00 0.00 16.13 0.00 08:52:10 07:33:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 08:52:10 07:34:01 1.28 0.00 1.28 0.00 0.00 14.80 0.00 08:52:10 07:35:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 08:52:10 07:36:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 08:52:10 07:37:01 1.00 0.00 1.00 0.00 0.00 12.00 0.00 08:52:10 07:38:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 08:52:10 07:39:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 08:52:10 07:40:01 1.27 0.00 1.27 0.00 0.00 15.06 0.00 08:52:10 07:41:01 0.90 0.00 0.90 0.00 0.00 9.73 0.00 08:52:10 07:42:01 1.23 0.00 1.23 0.00 0.00 15.20 0.00 08:52:10 07:43:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 08:52:10 07:44:01 1.32 0.00 1.32 0.00 0.00 16.40 0.00 08:52:10 07:45:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 08:52:10 07:46:01 1.40 0.00 1.40 0.00 0.00 17.06 0.00 08:52:10 07:47:01 0.93 0.00 0.93 0.00 0.00 11.33 0.00 08:52:10 07:48:01 1.23 0.00 1.23 0.00 0.00 14.40 0.00 08:52:10 07:49:01 0.85 0.00 0.85 0.00 0.00 9.86 0.00 08:52:10 07:50:01 1.33 0.00 1.33 0.00 0.00 15.99 0.00 08:52:10 07:51:01 0.92 0.00 0.92 0.00 0.00 10.40 0.00 08:52:10 07:52:01 1.32 0.00 1.32 0.00 0.00 15.06 0.00 08:52:10 07:53:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 08:52:10 07:54:01 1.28 0.00 1.28 0.00 0.00 15.86 0.00 08:52:10 07:55:01 1.10 0.00 1.10 0.00 0.00 11.60 0.00 08:52:10 07:56:01 1.40 0.00 1.40 0.00 0.00 17.73 0.00 08:52:10 07:57:01 1.48 0.00 1.48 0.00 0.00 15.73 0.00 08:52:10 07:58:01 1.03 0.00 1.03 0.00 0.00 13.06 0.00 08:52:10 07:59:01 0.95 0.00 0.95 0.00 0.00 10.93 0.00 08:52:10 08:00:01 1.30 0.00 1.30 0.00 0.00 15.60 0.00 08:52:10 08:01:01 0.92 0.00 0.92 0.00 0.00 10.80 0.00 08:52:10 08:02:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 08:52:10 08:03:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 08:52:10 08:04:01 1.30 0.00 1.30 0.00 0.00 15.60 0.00 08:52:10 08:05:02 1.73 0.00 1.73 0.00 0.00 20.39 0.00 08:52:10 08:06:01 1.07 0.00 1.07 0.00 0.00 11.52 0.00 08:52:10 08:07:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 08:52:10 08:08:01 1.20 0.00 1.20 0.00 0.00 14.66 0.00 08:52:10 08:09:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 08:52:10 08:10:01 1.22 0.00 1.22 0.00 0.00 14.66 0.00 08:52:10 08:11:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 08:52:10 08:12:01 1.40 0.00 1.40 0.00 0.00 16.93 0.00 08:52:10 08:13:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 08:52:10 08:14:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 08:52:10 08:15:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 08:52:10 08:16:01 1.42 0.00 1.42 0.00 0.00 16.53 0.00 08:52:10 08:17:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 08:52:10 08:18:01 1.52 0.00 1.52 0.00 0.00 16.93 0.00 08:52:10 08:19:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 08:52:10 08:20:01 1.35 0.00 1.35 0.00 0.00 15.99 0.00 08:52:10 08:21:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 08:52:10 08:22:01 1.42 0.00 1.42 0.00 0.00 17.19 0.00 08:52:10 08:23:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 08:52:10 08:24:01 1.23 0.00 1.23 0.00 0.00 14.93 0.00 08:52:10 08:25:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 08:52:10 08:26:01 1.42 0.00 1.42 0.00 0.00 16.39 0.00 08:52:10 08:27:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 08:52:10 08:28:01 1.33 0.00 1.33 0.00 0.00 15.86 0.00 08:52:10 08:29:01 0.83 0.00 0.83 0.00 0.00 9.60 0.00 08:52:10 08:30:01 1.17 0.00 1.17 0.00 0.00 14.26 0.00 08:52:10 08:31:01 1.00 0.00 1.00 0.00 0.00 12.26 0.00 08:52:10 08:32:01 1.48 0.00 1.48 0.00 0.00 17.73 0.00 08:52:10 08:33:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 08:52:10 08:34:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 08:52:10 08:35:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 08:52:10 08:36:01 1.37 0.00 1.37 0.00 0.00 16.53 0.00 08:52:10 08:37:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 08:52:10 08:38:01 1.33 0.00 1.33 0.00 0.00 15.99 0.00 08:52:10 08:39:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 08:52:10 08:40:01 1.45 0.00 1.45 0.00 0.00 17.46 0.00 08:52:10 08:41:01 1.20 0.00 1.20 0.00 0.00 13.20 0.00 08:52:10 08:42:01 1.43 0.00 1.43 0.00 0.00 15.60 0.00 08:52:10 08:43:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 08:52:10 08:44:01 1.33 0.00 1.33 0.00 0.00 14.80 0.00 08:52:10 08:45:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 08:52:10 08:46:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 08:52:10 08:47:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 08:52:10 08:48:01 1.27 0.00 1.27 0.00 0.00 14.66 0.00 08:52:10 08:49:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 08:52:10 08:50:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 08:52:10 08:51:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 08:52:10 08:52:01 5.52 0.45 5.07 0.00 26.13 425.53 0.00 08:52:10 Average: 10.61 0.44 10.16 0.00 51.99 3186.65 0.00 08:52:10 08:52:10 02:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:52:10 02:52:01 28198836 31524568 763356 2.32 89644 3502796 1801672 5.31 1012144 3244808 658648 08:52:10 02:53:01 26074924 31313104 962700 2.93 128920 5221832 2125108 6.27 2200620 4018868 1158416 08:52:10 02:54:01 25614496 31301200 971704 2.96 131692 5645916 2319256 6.84 2157688 4498048 995728 08:52:10 02:55:01 25332832 31385164 885996 2.70 138136 5962640 1888048 5.57 2074580 4821272 723588 08:52:10 02:56:01 9054644 30864904 1337304 4.07 383096 20626180 5694072 16.79 3618160 18608192 221900 08:52:10 02:57:01 3568784 27922628 4238648 12.89 411844 22916780 11391480 33.58 7772140 19656864 1365264 08:52:10 02:58:01 1186504 27640048 4528168 13.78 418004 24932324 11098408 32.72 8952012 20788552 426684 08:52:10 02:59:01 3205308 30666548 1520048 4.62 423688 25950248 4458452 13.14 6177176 21595880 20728 08:52:10 03:00:01 6027764 31400144 832520 2.53 430164 24020672 2084268 6.14 3826528 21349620 624 08:52:10 03:01:01 6010972 31391360 840920 2.56 431104 24027492 2232532 6.58 4424780 20767536 16 08:52:10 03:02:01 6024836 31405740 826432 2.51 431528 24027564 2103448 6.20 4579856 20598068 4 08:52:10 03:03:01 6024528 31405500 826340 2.51 431544 24027568 2103448 6.20 4579644 20598072 156 08:52:10 03:04:01 6035136 31416132 816328 2.48 431564 24027568 2103448 6.20 4570052 20598072 136 08:52:10 03:05:01 6036536 31417584 814804 2.48 431576 24027572 2103448 6.20 4568504 20597832 180 08:52:10 03:06:01 6042212 31424044 808416 2.46 432040 24027756 2117828 6.24 4561692 20597288 188 08:52:10 03:07:01 6042596 31424436 807976 2.46 432060 24027760 2117828 6.24 4561880 20597288 172 08:52:10 03:08:01 6041900 31423792 808476 2.46 432088 24027764 2117828 6.24 4561972 20597296 4 08:52:10 03:09:01 6042428 31424320 807876 2.46 432104 24027764 2117828 6.24 4561792 20597296 168 08:52:10 03:10:01 6041740 31423684 808356 2.46 432128 24027772 2117828 6.24 4562212 20597304 16 08:52:10 03:11:01 6041968 31423980 808040 2.46 432160 24027772 2117828 6.24 4561704 20597228 144 08:52:10 03:12:01 6041724 31423760 808220 2.46 432196 24027776 2117828 6.24 4561820 20597232 12 08:52:10 03:13:01 6041928 31424008 807976 2.46 432220 24027776 2117828 6.24 4562060 20597232 180 08:52:10 03:14:01 6041644 31423752 808232 2.46 432240 24027780 2117828 6.24 4561804 20597236 28 08:52:10 03:15:01 6042424 31424548 807384 2.46 432248 24027784 2117828 6.24 4561860 20597240 184 08:52:10 03:16:01 6042392 31424516 807356 2.46 432272 24027780 2117828 6.24 4561668 20597208 8 08:52:10 03:17:01 6041952 31424088 807828 2.46 432292 24027788 2117828 6.24 4562340 20597216 236 08:52:10 03:18:01 6042416 31424684 807224 2.46 432316 24027820 2117828 6.24 4562156 20597232 8 08:52:10 03:19:01 6042164 31424436 807452 2.46 432332 24027828 2117828 6.24 4562016 20597236 188 08:52:10 03:20:01 6042180 31424460 807400 2.46 432348 24027828 2117828 6.24 4562036 20597244 4 08:52:10 03:21:01 6041920 31424264 807620 2.46 432372 24027832 2117828 6.24 4562088 20597244 168 08:52:10 03:22:01 6042108 31424472 807416 2.46 432384 24027836 2117828 6.24 4561912 20597248 4 08:52:10 03:23:01 6042100 31424476 807324 2.46 432400 24027836 2117828 6.24 4561964 20597248 168 08:52:10 03:24:01 6042020 31424404 807284 2.46 432424 24027840 2117828 6.24 4561984 20597252 16 08:52:10 03:25:01 6041204 31423644 807804 2.46 432444 24027840 2117828 6.24 4562008 20597252 168 08:52:10 03:26:01 6041692 31424284 807096 2.46 432480 24027964 2117828 6.24 4561912 20597384 12 08:52:10 03:27:01 6041344 31424028 807264 2.46 432504 24027976 2117828 6.24 4562036 20597392 168 08:52:10 03:28:01 6041512 31424236 807216 2.46 432536 24027980 2117828 6.24 4562120 20597396 4 08:52:10 03:29:01 6041496 31424224 807168 2.46 432568 24027984 2134084 6.29 4562188 20597400 168 08:52:10 03:30:01 6041476 31424204 807332 2.46 432580 24027984 2134084 6.29 4562480 20597400 8 08:52:10 03:31:01 6041528 31424340 807116 2.46 432604 24027976 2134084 6.29 4562024 20597400 4 08:52:10 03:32:01 6041416 31424264 807140 2.46 432620 24027988 2134084 6.29 4562120 20597400 12 08:52:10 03:33:01 6041116 31423968 807308 2.46 432644 24027996 2134084 6.29 4562216 20597404 188 08:52:10 03:34:02 6038288 31421700 809540 2.46 432672 24028504 2134084 6.29 4567524 20597724 12 08:52:10 03:35:01 6031772 31417180 813868 2.48 432696 24029380 2150188 6.34 4572356 20597732 192 08:52:10 03:36:01 6031756 31417208 813776 2.48 432724 24029384 2150188 6.34 4571868 20597748 36 08:52:10 03:37:01 6030716 31416228 814696 2.48 432764 24029388 2150188 6.34 4572264 20597740 164 08:52:10 03:38:01 6030668 31416200 814664 2.48 432780 24029392 2150188 6.34 4572072 20597736 4 08:52:10 03:39:01 6030860 31416392 814600 2.48 432800 24029392 2150188 6.34 4572408 20597736 168 08:52:10 03:40:01 6030560 31416132 814824 2.48 432812 24029396 2150188 6.34 4572116 20597740 8 08:52:10 03:41:01 6030228 31415864 815104 2.48 432832 24029400 2150188 6.34 4572024 20597740 168 08:52:10 03:42:01 6029968 31415608 815260 2.48 432864 24029396 2150188 6.34 4572364 20597736 12 08:52:10 03:43:01 6029652 31415356 815496 2.48 432892 24029404 2150188 6.34 4572108 20597744 128 08:52:10 03:44:01 6029836 31415540 815460 2.48 432908 24029404 2150188 6.34 4572108 20597744 8 08:52:10 03:45:01 6029820 31415548 815412 2.48 432928 24029408 2150188 6.34 4572672 20597744 248 08:52:10 03:46:01 6029372 31415124 815832 2.48 432952 24029412 2150188 6.34 4572180 20597748 28 08:52:10 03:47:01 6029560 31415340 815576 2.48 432980 24029416 2150188 6.34 4572540 20597752 184 08:52:10 03:48:01 6029000 31414816 816052 2.48 433000 24029420 2150188 6.34 4572504 20597756 8 08:52:10 03:49:01 6028984 31414820 815988 2.48 433012 24029424 2150188 6.34 4572560 20597756 232 08:52:10 03:50:01 6028936 31414784 815940 2.48 433044 24029428 2150188 6.34 4572564 20597764 132 08:52:10 03:51:01 6029140 31415116 815532 2.48 433060 24029556 2150188 6.34 4572456 20597892 244 08:52:10 03:52:01 6028864 31414900 815776 2.48 433096 24029552 2150188 6.34 4572612 20597896 8 08:52:10 03:53:01 6028824 31414904 815724 2.48 433116 24029564 2150188 6.34 4572308 20597900 184 08:52:10 03:54:01 6028712 31414812 815752 2.48 433140 24029564 2150188 6.34 4572368 20597900 8 08:52:10 03:55:01 6028704 31414828 815704 2.48 433156 24029572 2150188 6.34 4572388 20597904 184 08:52:10 03:56:01 6028680 31414808 815656 2.48 433184 24029572 2150188 6.34 4572420 20597908 24 08:52:10 03:57:01 6028452 31414640 815812 2.48 433212 24029584 2150188 6.34 4572536 20597920 196 08:52:10 03:58:01 6028896 31415084 815516 2.48 433236 24029584 2150188 6.34 4572480 20597920 8 08:52:10 03:59:01 6029096 31415340 815448 2.48 433248 24029588 2150188 6.34 4572544 20597916 180 08:52:10 04:00:01 6029048 31415328 815424 2.48 433268 24029592 2150188 6.34 4572804 20597920 12 08:52:10 04:01:01 6029008 31415296 815400 2.48 433272 24029592 2150188 6.34 4572788 20597920 48 08:52:10 04:02:01 6029244 31415544 815076 2.48 433296 24029596 2150188 6.34 4572860 20597924 36 08:52:10 04:03:01 6029220 31415544 815180 2.48 433308 24029596 2166232 6.39 4572728 20597924 176 08:52:10 04:04:01 6028876 31415212 815668 2.48 433320 24029600 2166232 6.39 4573196 20597928 28 08:52:10 04:05:01 6028900 31415248 815640 2.48 433320 24029604 2166232 6.39 4572692 20597932 48 08:52:10 04:06:01 6029080 31415448 815448 2.48 433348 24029608 2182276 6.43 4572948 20597936 44 08:52:10 04:07:01 6028764 31415168 815704 2.48 433364 24029616 2182276 6.43 4572940 20597944 172 08:52:10 04:08:01 6028480 31414896 815960 2.48 433392 24029616 2182276 6.43 4572796 20597944 8 08:52:10 04:09:01 6028472 31414892 815900 2.48 433404 24029620 2182276 6.43 4572816 20597940 188 08:52:10 04:10:01 6028424 31414844 815888 2.48 433408 24029620 2182276 6.43 4572816 20597940 4 08:52:10 04:11:01 6028604 31415068 815624 2.48 433412 24029624 2166224 6.39 4572712 20597944 180 08:52:10 04:12:01 6028852 31415332 815524 2.48 433432 24029628 2166224 6.39 4572984 20597948 36 08:52:10 04:13:01 6028844 31415336 815496 2.48 433444 24029624 2166224 6.39 4572752 20597948 36 08:52:10 04:14:01 6028796 31415292 815468 2.48 433448 24029636 2166224 6.39 4572752 20597952 8 08:52:10 04:15:01 6028432 31414932 815760 2.48 433460 24029636 2166224 6.39 4572760 20597956 176 08:52:10 04:16:01 6028384 31414888 815736 2.48 433468 24029640 2166224 6.39 4572780 20597960 8 08:52:10 04:17:01 6027940 31414444 816100 2.48 433492 24029636 2166224 6.39 4572840 20597960 168 08:52:10 04:18:01 6028148 31414712 816004 2.48 433500 24029644 2166224 6.39 4573052 20597948 12 08:52:10 04:19:01 6028220 31414788 815880 2.48 433516 24029648 2149924 6.34 4573004 20597952 172 08:52:10 04:20:01 6027896 31414496 816116 2.48 433528 24029648 2149924 6.34 4573308 20597956 4 08:52:10 04:21:01 6028328 31414932 815648 2.48 433544 24029652 2149924 6.34 4573104 20597960 172 08:52:10 04:22:01 6028756 31415368 815332 2.48 433560 24029656 2149924 6.34 4573104 20597964 12 08:52:10 04:23:01 6028424 31415080 815588 2.48 433568 24029664 2149924 6.34 4573164 20597964 288 08:52:10 04:24:01 6028164 31414948 815688 2.48 433584 24029792 2149924 6.34 4573180 20598092 132 08:52:10 04:25:01 6028116 31414908 815668 2.48 433588 24029796 2149924 6.34 4573252 20598100 244 08:52:10 04:26:01 6028344 31415176 815376 2.48 433604 24029800 2149924 6.34 4572872 20598104 8 08:52:10 04:27:01 6028260 31415092 815604 2.48 433616 24029800 2149924 6.34 4572948 20598104 180 08:52:10 04:28:01 6028244 31415100 815568 2.48 433636 24029804 2149924 6.34 4572948 20598108 24 08:52:10 04:29:01 6027840 31414696 815900 2.48 433648 24029804 2149924 6.34 4572948 20598108 140 08:52:10 04:30:01 6027792 31414652 815976 2.48 433660 24029808 2149924 6.34 4572952 20598112 24 08:52:10 04:31:01 6027564 31414468 816136 2.48 433672 24029808 2149924 6.34 4572996 20598112 180 08:52:10 04:32:01 6027816 31414748 815820 2.48 433700 24029804 2149924 6.34 4573124 20598120 4 08:52:10 04:33:01 6027516 31414452 816036 2.48 433712 24029820 2149924 6.34 4573064 20598124 44 08:52:10 04:34:01 6027412 31414388 816048 2.48 433732 24029820 2149924 6.34 4573172 20598124 16 08:52:10 04:35:01 6027372 31414488 815848 2.48 433764 24029824 2149924 6.34 4574436 20597248 208 08:52:10 04:36:01 6027316 31414492 815988 2.48 433780 24029824 2149924 6.34 4574196 20597244 12 08:52:10 04:37:01 6027736 31414916 815756 2.48 433788 24029828 2149924 6.34 4574224 20597248 204 08:52:10 04:38:01 6027468 31414668 816004 2.48 433788 24029832 2165968 6.39 4574576 20597252 4 08:52:10 04:39:01 6027436 31414640 815988 2.48 433796 24029836 2165968 6.39 4574356 20597256 40 08:52:10 04:40:01 6028176 31415384 815224 2.48 433796 24029840 2165968 6.39 4574420 20597260 8 08:52:10 04:41:01 6027752 31415016 815728 2.48 433796 24029844 2165968 6.39 4574196 20597264 192 08:52:10 04:42:01 6027984 31415252 815704 2.48 433820 24029836 2165968 6.39 4574256 20597268 12 08:52:10 04:43:01 6027464 31414772 816140 2.48 433832 24029848 2165968 6.39 4574320 20597268 188 08:52:10 04:44:01 6027416 31414728 816136 2.48 433832 24029852 2133812 6.29 4574320 20597272 8 08:52:10 04:45:01 6027376 31414696 816120 2.48 433836 24029856 2133812 6.29 4574324 20597276 196 08:52:10 04:46:01 6027288 31414608 816144 2.48 433840 24029856 2133812 6.29 4574208 20597276 12 08:52:10 04:47:01 6027532 31414872 815816 2.48 433864 24029852 2133812 6.29 4574280 20597280 188 08:52:10 04:48:01 6027224 31414580 816080 2.48 433884 24029860 2133812 6.29 4574528 20597280 8 08:52:10 04:49:01 6026624 31414016 816516 2.48 433896 24029864 2133812 6.29 4574588 20597284 184 08:52:10 04:50:01 6026608 31414120 816360 2.48 433912 24029992 2133812 6.29 4574296 20597404 12 08:52:10 04:51:02 6026544 31414104 816292 2.48 433924 24030000 2133812 6.29 4574328 20597420 208 08:52:10 04:52:01 6026472 31414036 816296 2.48 433936 24030004 2133812 6.29 4574412 20597424 8 08:52:10 04:53:01 6026172 31413768 816508 2.48 433964 24030004 2133812 6.29 4574424 20597424 156 08:52:10 04:54:01 6026340 31413956 816464 2.48 433988 24030008 2133812 6.29 4574436 20597428 24 08:52:10 04:55:01 6026568 31414220 816392 2.48 434004 24030008 2133812 6.29 4574472 20597428 144 08:52:10 04:56:01 6026804 31414468 816084 2.48 434020 24030016 2133812 6.29 4574480 20597432 40 08:52:10 04:57:01 6026472 31414160 816348 2.48 434040 24030016 2133812 6.29 4574572 20597432 176 08:52:10 04:58:01 6026676 31414372 816072 2.48 434056 24030020 2117068 6.24 4574832 20597436 8 08:52:10 04:59:01 6026628 31414356 816076 2.48 434076 24030028 2117068 6.24 4574600 20597440 196 08:52:10 05:00:01 6026580 31414320 816056 2.48 434084 24030028 2117068 6.24 4574608 20597440 8 08:52:10 05:01:01 6027032 31414800 815748 2.48 434096 24030032 2117068 6.24 4574520 20597452 204 08:52:10 05:02:01 6027064 31414836 815704 2.48 434108 24030032 2117068 6.24 4574584 20597452 24 08:52:10 05:03:01 6027340 31415148 815396 2.48 434124 24030036 2117068 6.24 4574552 20597456 196 08:52:10 05:04:01 6026944 31414768 815720 2.48 434136 24030036 2117068 6.24 4574888 20597460 16 08:52:10 05:05:01 6026832 31414736 815692 2.48 434144 24030104 2117068 6.24 4574608 20597524 188 08:52:10 05:06:01 6026752 31414660 815648 2.48 434152 24030108 2117068 6.24 4575108 20597528 172 08:52:10 05:07:01 6026832 31414768 815544 2.48 434176 24030108 2117068 6.24 4574744 20597528 176 08:52:10 05:08:01 6027368 31415332 814968 2.48 434212 24030104 2117068 6.24 4575216 20597532 12 08:52:10 05:09:01 6027352 31415336 814948 2.48 434220 24030116 2117068 6.24 4575024 20597532 184 08:52:10 05:10:01 6027084 31415084 815184 2.48 434232 24030120 2117068 6.24 4574744 20597536 8 08:52:10 05:11:01 6026988 31415124 815104 2.48 434244 24030252 2100340 6.19 4575184 20597660 276 08:52:10 05:12:01 6027492 31415644 814592 2.48 434252 24030252 2100340 6.19 4574696 20597668 8 08:52:10 05:13:01 6027232 31415408 814808 2.48 434284 24030256 2100340 6.19 4574948 20597672 48 08:52:10 05:14:01 6026956 31415152 815048 2.48 434288 24030260 2116384 6.24 4574724 20597672 8 08:52:10 05:15:01 6026656 31414880 815272 2.48 434308 24030264 2116384 6.24 4574744 20597676 44 08:52:10 05:16:01 6026608 31414844 815260 2.48 434320 24030264 2116384 6.24 4574756 20597676 8 08:52:10 05:17:01 6025984 31414232 815824 2.48 434328 24030268 2116384 6.24 4574824 20597680 40 08:52:10 05:18:01 6026212 31414468 815524 2.48 434336 24030268 2116384 6.24 4574768 20597684 8 08:52:10 05:19:01 6026380 31414780 815404 2.48 434348 24030404 2116384 6.24 4574792 20597804 184 08:52:10 05:20:01 6026368 31414780 815612 2.48 434356 24030408 2116384 6.24 4574792 20597816 8 08:52:10 05:21:01 6026140 31414588 815808 2.48 434376 24030408 2116384 6.24 4575084 20597828 44 08:52:10 05:22:01 6026124 31414588 815752 2.48 434388 24030412 2116384 6.24 4574920 20597832 8 08:52:10 05:23:01 6026076 31414548 815740 2.48 434396 24030408 2116384 6.24 4574880 20597832 40 08:52:10 05:24:01 6026280 31414764 815468 2.48 434408 24030408 2116384 6.24 4574888 20597836 28 08:52:10 05:25:01 6026384 31414896 815488 2.48 434428 24030420 2116384 6.24 4574916 20597840 196 08:52:10 05:26:01 6026116 31414636 815724 2.48 434428 24030420 2132476 6.29 4574920 20597840 8 08:52:10 05:27:01 6026068 31414612 815680 2.48 434448 24030428 2132476 6.29 4575004 20597844 188 08:52:10 05:28:01 6026020 31414588 815644 2.48 434484 24030416 2116076 6.24 4574972 20597844 4 08:52:10 05:29:01 6025752 31414360 815812 2.48 434500 24030436 2116076 6.24 4575008 20597848 200 08:52:10 05:30:01 6025912 31414532 815780 2.48 434516 24030440 2116076 6.24 4575016 20597852 4 08:52:10 05:31:01 6025840 31414488 815780 2.48 434544 24030440 2116076 6.24 4575052 20597852 40 08:52:10 05:32:01 6026100 31414752 815460 2.48 434556 24030444 2116076 6.24 4575116 20597856 8 08:52:10 05:33:01 6025580 31414288 815880 2.48 434596 24030440 2116076 6.24 4575112 20597856 180 08:52:10 05:34:01 6025468 31414192 815996 2.48 434624 24030448 2116076 6.24 4575488 20597860 4 08:52:10 05:35:01 6026232 31415024 815168 2.48 434656 24030448 2116076 6.24 4575192 20597868 44 08:52:10 05:36:01 6025904 31414616 815748 2.48 434660 24030452 2116076 6.24 4575708 20597848 8 08:52:10 05:37:01 6026144 31414912 815660 2.48 434700 24030460 2116076 6.24 4575576 20597856 4 08:52:10 05:38:01 6026120 31414908 815624 2.48 434732 24030452 2116076 6.24 4575460 20597856 12 08:52:10 05:39:01 6026072 31414884 815588 2.48 434744 24030464 2116076 6.24 4575564 20597860 44 08:52:10 05:40:01 6026072 31414932 815480 2.48 434792 24030464 2116076 6.24 4575676 20597860 8 08:52:10 05:41:01 6025732 31414656 815672 2.48 434852 24030468 2116076 6.24 4576260 20597864 20 08:52:10 05:42:01 6026188 31415132 815124 2.48 434872 24030468 2116076 6.24 4575928 20597864 148 08:52:10 05:43:01 6024980 31414020 816044 2.48 434908 24030464 2116076 6.24 4575668 20597868 44 08:52:10 05:44:01 6024964 31414032 816032 2.48 434920 24030476 2116076 6.24 4575712 20597872 12 08:52:10 05:45:01 6024704 31413792 816240 2.48 434940 24030484 2116076 6.24 4575736 20597872 52 08:52:10 05:46:01 6024656 31413760 816216 2.48 434948 24030488 2132212 6.29 4575748 20597876 8 08:52:10 05:47:01 6024576 31413812 816096 2.48 434960 24030616 2132212 6.29 4575840 20597996 216 08:52:10 05:48:01 6024528 31413792 816064 2.48 434988 24030608 2132212 6.29 4575788 20598008 8 08:52:10 05:49:01 6024764 31414060 815740 2.48 435000 24030620 2132212 6.29 4575820 20598008 44 08:52:10 05:50:01 6024400 31413716 816024 2.48 435012 24030624 2132212 6.29 4575832 20598012 24 08:52:10 05:51:01 6024600 31413928 815964 2.48 435024 24030628 2132212 6.29 4575848 20598016 196 08:52:10 05:52:01 6024584 31413928 815940 2.48 435036 24030628 2132212 6.29 4575924 20598016 12 08:52:10 05:53:01 6024252 31413616 816192 2.48 435052 24030632 2132212 6.29 4575884 20598020 40 08:52:10 05:54:01 6024456 31413824 815920 2.48 435060 24030632 2132212 6.29 4575888 20598020 8 08:52:10 05:55:01 6024440 31413832 815948 2.48 435076 24030640 2132212 6.29 4575908 20598024 60 08:52:10 05:56:01 6024172 31413580 816148 2.48 435088 24030644 2132212 6.29 4575844 20598040 8 08:52:10 05:57:01 6024156 31413600 816092 2.48 435104 24030644 2132212 6.29 4575948 20598040 44 08:52:10 05:58:01 6024592 31414040 815816 2.48 435120 24030648 2132212 6.29 4575880 20598044 8 08:52:10 05:59:01 6024560 31414036 815820 2.48 435136 24030648 2132212 6.29 4575912 20598044 200 08:52:10 06:00:01 6024736 31414216 815792 2.48 435148 24030652 2132212 6.29 4575912 20598048 8 08:52:10 06:01:01 6024428 31413912 816048 2.48 435160 24030652 2132212 6.29 4575916 20598048 204 08:52:10 06:02:01 6025100 31414632 815548 2.48 435180 24030660 2132212 6.29 4576028 20598056 4 08:52:10 06:03:01 6024808 31414344 815816 2.48 435208 24030656 2148284 6.33 4576296 20598060 192 08:52:10 06:04:01 6024580 31414168 815956 2.48 435224 24030668 2148284 6.33 4576448 20598060 20 08:52:10 06:05:02 6024532 31414144 815920 2.48 435244 24030672 2148284 6.33 4576112 20598064 204 08:52:10 06:06:01 6024484 31414104 815880 2.48 435268 24030672 2148284 6.33 4575988 20598064 8 08:52:10 06:07:01 6024708 31414356 815880 2.48 435292 24030676 2148284 6.33 4576076 20598068 164 08:52:10 06:08:01 6024700 31414388 815852 2.48 435316 24030676 2131884 6.29 4576060 20598068 12 08:52:10 06:09:01 6024060 31413776 816500 2.48 435344 24030672 2131884 6.29 4576132 20598072 200 08:52:10 06:10:01 6024036 31413780 816456 2.48 435360 24030684 2131884 6.29 4576156 20598076 8 08:52:10 06:11:01 6023952 31413708 816700 2.48 435372 24030680 2131884 6.29 4576200 20598076 168 08:52:10 06:12:01 6023976 31413756 816632 2.48 435384 24030688 2115812 6.24 4576276 20598084 8 08:52:10 06:13:01 6023708 31413512 816820 2.48 435412 24030684 2115812 6.24 4576252 20598084 172 08:52:10 06:14:01 6023692 31413512 816748 2.48 435436 24030692 2115812 6.24 4576260 20598092 12 08:52:10 06:15:01 6023116 31413000 817228 2.49 435472 24030696 2115812 6.24 4576380 20598096 164 08:52:10 06:16:01 6023540 31413424 816660 2.48 435512 24030700 2115812 6.24 4576336 20598096 12 08:52:10 06:17:01 6023256 31413196 817040 2.49 435524 24030708 2115812 6.24 4577116 20598100 328 08:52:10 06:18:01 6023580 31413544 816696 2.48 435552 24030708 2115812 6.24 4576472 20598104 24 08:52:10 06:19:01 6023280 31413248 816916 2.49 435576 24030712 2115812 6.24 4576892 20598108 28 08:52:10 06:20:01 6023296 31413320 816876 2.49 435592 24030712 2131856 6.29 4576552 20598108 8 08:52:10 06:21:01 6023036 31413072 817040 2.49 435604 24030720 2131856 6.29 4576936 20598112 212 08:52:10 06:22:01 6023524 31413596 816484 2.48 435632 24030724 2131856 6.29 4577092 20598120 204 08:52:10 06:23:01 6023476 31413572 816476 2.48 435660 24030724 2131856 6.29 4577080 20598120 304 08:52:10 06:24:01 6023372 31413528 816504 2.48 435712 24030720 2131856 6.29 4577308 20598124 32 08:52:10 06:25:01 6025828 31416008 813952 2.48 435748 24030720 2131856 6.29 4575080 20598124 324 08:52:10 06:26:01 6022648 31415880 813776 2.48 436052 24033276 2131856 6.29 4575020 20600368 160 08:52:10 06:27:01 6020940 31414196 815392 2.48 436084 24033276 2131856 6.29 4578076 20600368 320 08:52:10 06:28:01 6020884 31414172 815368 2.48 436100 24033280 2131856 6.29 4578076 20600372 172 08:52:10 06:29:01 6020576 31413912 815572 2.48 436132 24033276 2131856 6.29 4578156 20600376 64 08:52:10 06:30:01 6020568 31413932 815532 2.48 436156 24033284 2131856 6.29 4577856 20600376 4 08:52:10 06:31:01 6020964 31414348 815280 2.48 436180 24033288 2131856 6.29 4577972 20600380 188 08:52:10 06:32:01 6020956 31414368 815184 2.48 436192 24033292 2148108 6.33 4578320 20600384 180 08:52:10 06:33:01 6020932 31414384 815124 2.48 436224 24033300 2148108 6.33 4578288 20600392 308 08:52:10 06:34:01 6019804 31413260 816204 2.48 436244 24033300 2148108 6.33 4578440 20600272 52 08:52:10 06:35:01 6019756 31413240 816176 2.48 436256 24033304 2148108 6.33 4578528 20600232 300 08:52:10 06:36:01 6018028 31411684 817588 2.49 436276 24033308 2148108 6.33 4579100 20600236 192 08:52:10 06:37:01 6018160 31411836 817376 2.49 436296 24033308 2148108 6.33 4578948 20600236 280 08:52:10 06:38:01 6017964 31411660 817492 2.49 436312 24033312 2148108 6.33 4578904 20600240 8 08:52:10 06:39:01 6017892 31411716 817412 2.49 436320 24033440 2148108 6.33 4578824 20600368 172 08:52:10 06:40:01 6018288 31412132 817144 2.49 436324 24033448 2148108 6.33 4578924 20600376 168 08:52:10 06:41:01 6017792 31411652 817616 2.49 436332 24033452 2148108 6.33 4578752 20600380 168 08:52:10 06:42:01 6017328 31411208 818060 2.49 436352 24033452 2148108 6.33 4578908 20600380 4 08:52:10 06:43:01 6017464 31411448 817948 2.49 436360 24033588 2148108 6.33 4578908 20600480 204 08:52:10 06:44:01 6017684 31411716 817700 2.49 436384 24033576 2148108 6.33 4578660 20600512 12 08:52:10 06:45:01 6017660 31411708 817660 2.49 436388 24033588 2148108 6.33 4578672 20600516 180 08:52:10 06:46:01 6017820 31411892 817652 2.49 436420 24033588 2148108 6.33 4578844 20600516 16 08:52:10 06:47:01 6017592 31411688 817848 2.49 436428 24033592 2148108 6.33 4578800 20600520 196 08:52:10 06:48:01 6017268 31411388 818084 2.49 436448 24033596 2148108 6.33 4578912 20600524 8 08:52:10 06:49:01 6017716 31411852 817524 2.49 436456 24033604 2148108 6.33 4579040 20600528 180 08:52:10 06:50:01 6017432 31411584 817788 2.49 436472 24033608 2148108 6.33 4579048 20600536 60 08:52:10 06:51:01 6017908 31412060 817488 2.49 436480 24033608 2148108 6.33 4578768 20600536 168 08:52:10 06:52:01 6017812 31411988 817516 2.49 436508 24033612 2131916 6.29 4578984 20600540 8 08:52:10 06:53:01 6017764 31411940 817500 2.49 436524 24033612 2131916 6.29 4578864 20600540 172 08:52:10 06:54:01 6017748 31411984 817484 2.49 436540 24033612 2131916 6.29 4578748 20600544 36 08:52:10 06:55:01 6017196 31411452 817992 2.49 436560 24033620 2131916 6.29 4578832 20600548 172 08:52:10 06:56:01 6017148 31411432 817968 2.49 436580 24033620 2131916 6.29 4578988 20600548 20 08:52:10 06:57:01 6017480 31411792 817560 2.49 436604 24033624 2131916 6.29 4579220 20600552 188 08:52:10 06:58:01 6017392 31411716 817576 2.49 436628 24033624 2131916 6.29 4579104 20600552 8 08:52:10 06:59:01 6017084 31411448 817808 2.49 436664 24033616 2131916 6.29 4579120 20600560 12 08:52:10 07:00:02 6017764 31412160 817236 2.49 436680 24033632 2131916 6.29 4579284 20600560 12 08:52:10 07:01:01 6017704 31412112 817460 2.49 436688 24033636 2131916 6.29 4579032 20600564 188 08:52:10 07:02:01 6017640 31412060 817516 2.49 436692 24033640 2131916 6.29 4579036 20600568 8 08:52:10 07:03:01 6017364 31411784 817748 2.49 436696 24033640 2131916 6.29 4578960 20600568 172 08:52:10 07:04:01 6017300 31411744 817760 2.49 436712 24033644 2131916 6.29 4579264 20600572 24 08:52:10 07:05:01 6017420 31411880 817624 2.49 436728 24033644 2131916 6.29 4578988 20600572 204 08:52:10 07:06:01 6017236 31411700 817744 2.49 436732 24033648 2131916 6.29 4579056 20600576 8 08:52:10 07:07:01 6016976 31411468 817920 2.49 436752 24033660 2131916 6.29 4579932 20600580 176 08:52:10 07:08:01 6017368 31411884 817668 2.49 436764 24033660 2131916 6.29 4579420 20600588 12 08:52:10 07:09:01 6016832 31411352 818132 2.49 436784 24033664 2131916 6.29 4580160 20600592 188 08:52:10 07:10:01 6017140 31411700 817752 2.49 436820 24033664 2131916 6.29 4579016 20600592 32 08:52:10 07:11:01 6016776 31411376 818024 2.49 436836 24033668 2131916 6.29 4580156 20600596 188 08:52:10 07:12:01 6017068 31411680 817676 2.49 436852 24033668 2131916 6.29 4579252 20600596 8 08:52:10 07:13:01 6017024 31411660 817904 2.49 436872 24033672 2131916 6.29 4580072 20600600 188 08:52:10 07:14:01 6017284 31411948 817604 2.49 436896 24033676 2131916 6.29 4579108 20600604 8 08:52:10 07:15:01 6017180 31411872 817604 2.49 436924 24033676 2131916 6.29 4580396 20600604 176 08:52:10 07:16:01 6017196 31411908 817512 2.49 436936 24033680 2131916 6.29 4579360 20600608 8 08:52:10 07:17:01 6017268 31412000 817568 2.49 436964 24033684 2147972 6.33 4580228 20600608 176 08:52:10 07:18:01 6017016 31411904 817600 2.49 436992 24033816 2147972 6.33 4579296 20600744 8 08:52:10 07:19:01 6016992 31411908 817568 2.49 437000 24033816 2147972 6.33 4580228 20600744 164 08:52:10 07:20:01 6016944 31411872 817556 2.49 437020 24033812 2147972 6.33 4579340 20600748 28 08:52:10 07:21:01 6017236 31412204 817228 2.49 437044 24033824 2147972 6.33 4580572 20600752 164 08:52:10 07:22:01 6017220 31412196 817176 2.49 437048 24033828 2147972 6.33 4579376 20600756 8 08:52:10 07:23:01 6017172 31412164 817144 2.49 437064 24033832 2147972 6.33 4580272 20600760 184 08:52:10 07:24:01 6016532 31411532 817804 2.49 437072 24033832 2147972 6.33 4579428 20600760 12 08:52:10 07:25:01 6016484 31411508 817780 2.49 437084 24033840 2164016 6.38 4580316 20600768 196 08:52:10 07:26:01 6016460 31411496 817756 2.49 437096 24033840 2164016 6.38 4579352 20600768 8 08:52:10 07:27:01 6016392 31411448 817996 2.49 437112 24033844 2164016 6.38 4580380 20600772 172 08:52:10 07:28:01 6016140 31411212 818236 2.49 437120 24033848 2164016 6.38 4579488 20600776 16 08:52:10 07:29:01 6015400 31410472 818956 2.49 437120 24033848 2164016 6.38 4580356 20600776 176 08:52:10 07:30:01 6016140 31411232 818172 2.49 437136 24033852 2164016 6.38 4579508 20600780 40 08:52:10 07:31:01 6015840 31410944 818400 2.49 437148 24033852 2164016 6.38 4580368 20600780 172 08:52:10 07:32:01 6016612 31411724 817556 2.49 437156 24033856 2164016 6.38 4579740 20600784 16 08:52:10 07:33:01 6017052 31412188 817080 2.49 437172 24033860 2164016 6.38 4580704 20600788 272 08:52:10 07:34:01 6017012 31412164 817100 2.49 437192 24033860 2147832 6.33 4579440 20600788 12 08:52:10 07:35:01 6016720 31411900 817336 2.49 437208 24033868 2131356 6.28 4580500 20600796 172 08:52:10 07:36:01 6016564 31411840 817528 2.49 437216 24033868 2131356 6.28 4579752 20600796 8 08:52:10 07:37:01 6016596 31411884 817488 2.49 437220 24033872 2131356 6.28 4580736 20600800 36 08:52:10 07:38:01 6016688 31411988 817348 2.49 437236 24033872 2131356 6.28 4579668 20600800 8 08:52:10 07:39:01 6016720 31412036 817300 2.49 437244 24033880 2131356 6.28 4580524 20600808 40 08:52:10 07:40:01 6016436 31411772 817564 2.49 437252 24033884 2131356 6.28 4579656 20600812 8 08:52:10 07:41:01 6016668 31412016 817556 2.49 437260 24033884 2131356 6.28 4580576 20600812 8 08:52:10 07:42:01 6016644 31412000 817568 2.49 437268 24033888 2131356 6.28 4580148 20600816 204 08:52:10 07:43:01 6016416 31411784 817784 2.49 437280 24033888 2131356 6.28 4580592 20600816 8 08:52:10 07:44:01 6016124 31411504 818024 2.49 437292 24033896 2131356 6.28 4579988 20600820 8 08:52:10 07:45:01 6015572 31410972 818524 2.49 437312 24033896 2131356 6.28 4581300 20600820 108 08:52:10 07:46:01 6015556 31410980 818520 2.49 437328 24033900 2131356 6.28 4579636 20600824 8 08:52:10 07:47:01 6015564 31411004 818428 2.49 437340 24033904 2131356 6.28 4581044 20600828 264 08:52:10 07:48:01 6015620 31411084 818348 2.49 437364 24033904 2131356 6.28 4579764 20600828 8 08:52:10 07:49:01 6016036 31411512 817864 2.49 437364 24033908 2131356 6.28 4581136 20600832 280 08:52:10 07:50:01 6015948 31411436 817900 2.49 437380 24033908 2131356 6.28 4580196 20600832 204 08:52:10 07:51:01 6015608 31411116 818180 2.49 437384 24033912 2131356 6.28 4581320 20600840 284 08:52:10 07:52:01 6015640 31411156 818140 2.49 437392 24033912 2131356 6.28 4579840 20600840 8 08:52:10 07:53:01 6015528 31411184 818064 2.49 437400 24034044 2131356 6.28 4580664 20600972 8 08:52:10 07:54:01 6015696 31411376 818012 2.49 437416 24034052 2131356 6.28 4579868 20600976 8 08:52:10 07:55:01 6015444 31411144 818192 2.49 437432 24034052 2131356 6.28 4580988 20600976 12 08:52:10 07:56:01 6015904 31411620 817912 2.49 437440 24034060 2131356 6.28 4579768 20600980 8 08:52:10 07:57:01 6015416 31411148 818352 2.49 437456 24034060 2131356 6.28 4581008 20600980 8 08:52:10 07:58:01 6015612 31411372 818072 2.49 437476 24034064 2131356 6.28 4579804 20600984 24 08:52:10 07:59:01 6015100 31410868 818616 2.49 437480 24034068 2131356 6.28 4580972 20600988 8 08:52:10 08:00:01 6015272 31411044 818392 2.49 437496 24034056 2131356 6.28 4579808 20600988 12 08:52:10 08:01:01 6014444 31410368 819032 2.49 437504 24034200 2131356 6.28 4581000 20601120 36 08:52:10 08:02:01 6015224 31411156 818196 2.49 437508 24034200 2131356 6.28 4579908 20601120 8 08:52:10 08:03:01 6015176 31411128 818168 2.49 437524 24034204 2131356 6.28 4581024 20601124 4 08:52:10 08:04:01 6015000 31410964 818244 2.49 437536 24034208 2131356 6.28 4580384 20601124 60 08:52:10 08:05:02 6015032 31411032 818192 2.49 437568 24034196 2131356 6.28 4580892 20601140 4 08:52:10 08:06:01 6015032 31411056 818164 2.49 437576 24034216 2131356 6.28 4580200 20601144 8 08:52:10 08:07:01 6015268 31411308 817856 2.49 437588 24034216 2131356 6.28 4580860 20601144 4 08:52:10 08:08:01 6015220 31411268 817832 2.49 437596 24034220 2131356 6.28 4579928 20601148 28 08:52:10 08:09:01 6015128 31411188 818060 2.49 437608 24034220 2131356 6.28 4580524 20601148 8 08:52:10 08:10:01 6014852 31410924 818288 2.49 437624 24034224 2131356 6.28 4580240 20601152 28 08:52:10 08:11:01 6015312 31411408 817968 2.49 437644 24034220 2131356 6.28 4579972 20601152 8 08:52:10 08:12:01 6015304 31411424 817944 2.49 437656 24034236 2131356 6.28 4580048 20601156 8 08:52:10 08:13:01 6015556 31411692 817628 2.49 437664 24034240 2131356 6.28 4580000 20601160 4 08:52:10 08:14:01 6015760 31411916 817344 2.49 437684 24034240 2131356 6.28 4580012 20601168 12 08:52:10 08:15:01 6015744 31411920 817328 2.49 437696 24034244 2131356 6.28 4580028 20601172 24 08:52:10 08:16:01 6015416 31411608 817820 2.49 437716 24034244 2131356 6.28 4580608 20601172 204 08:52:10 08:17:01 6015396 31411628 817944 2.49 437740 24034248 2131356 6.28 4580880 20601176 224 08:52:10 08:18:01 6015640 31411888 817696 2.49 437756 24034244 2131356 6.28 4580088 20601176 12 08:52:10 08:19:01 6015488 31411756 817848 2.49 437776 24034252 2131356 6.28 4580472 20601180 184 08:52:10 08:20:01 6015576 31411868 817740 2.49 437788 24034256 2131356 6.28 4580124 20601184 28 08:52:10 08:21:01 6014984 31411280 818268 2.49 437816 24034260 2131356 6.28 4581012 20601184 172 08:52:10 08:22:01 6015536 31411888 817684 2.49 437844 24034264 2147508 6.33 4580300 20601188 44 08:52:10 08:23:01 6015496 31411872 817648 2.49 437868 24034264 2163552 6.38 4580204 20601188 4 08:52:10 08:24:01 6015196 31411588 817868 2.49 437880 24034264 2163552 6.38 4580208 20601192 24 08:52:10 08:25:01 6015148 31411556 817840 2.49 437892 24034268 2163552 6.38 4580220 20601196 28 08:52:10 08:26:01 6015552 31411972 817552 2.49 437904 24034272 2163552 6.38 4580568 20601196 204 08:52:10 08:27:01 6015608 31412056 817476 2.49 437920 24034276 2163552 6.38 4580324 20601200 24 08:52:10 08:28:01 6015240 31411708 818008 2.49 437940 24034280 2163552 6.38 4580276 20601200 4 08:52:10 08:29:01 6015436 31411912 817760 2.49 437952 24034284 2163552 6.38 4580280 20601204 24 08:52:10 08:30:01 6015324 31411816 817796 2.49 437964 24034288 2163552 6.38 4580656 20601204 36 08:52:10 08:31:01 6014836 31411356 818208 2.49 437980 24034288 2163552 6.38 4580528 20601220 36 08:52:10 08:32:01 6014828 31411376 818176 2.49 438004 24034296 2163552 6.38 4580828 20601224 12 08:52:10 08:33:01 6015204 31411784 817656 2.49 438024 24034296 2163552 6.38 4581048 20601224 176 08:52:10 08:34:01 6015008 31411600 817828 2.49 438036 24034300 2163552 6.38 4580500 20601228 28 08:52:10 08:35:01 6014888 31411612 817784 2.49 438052 24034428 2147148 6.33 4580544 20601356 4 08:52:10 08:36:01 6014216 31411104 818252 2.49 438072 24034428 2147148 6.33 4580984 20601360 40 08:52:10 08:37:01 6014624 31411636 817664 2.49 438092 24034432 2147148 6.33 4580780 20601356 8 08:52:10 08:38:01 6014828 31411872 817368 2.49 438120 24034436 2147148 6.33 4580812 20601364 40 08:52:10 08:39:01 6014780 31411828 817336 2.49 438136 24034440 2147148 6.33 4580684 20601368 4 08:52:10 08:40:01 6014576 31411684 817460 2.49 438152 24034444 2147148 6.33 4580688 20601368 20 08:52:10 08:41:01 6014276 31411404 817680 2.49 438164 24034444 2147148 6.33 4580696 20601372 28 08:52:10 08:42:01 6014420 31411572 817672 2.49 438188 24034444 2147148 6.33 4580812 20601372 12 08:52:10 08:43:01 6014688 31411988 817224 2.49 438204 24034580 2147148 6.33 4580768 20601504 28 08:52:10 08:44:01 6014356 31411676 817476 2.49 438224 24034580 2147148 6.33 4580788 20601504 12 08:52:10 08:45:01 6014476 31411812 817476 2.49 438236 24034588 2147148 6.33 4581152 20601508 204 08:52:10 08:46:01 6014036 31411408 817884 2.49 438264 24034588 2147148 6.33 4580636 20601512 8 08:52:10 08:47:01 6013940 31411336 817964 2.49 438284 24034584 2147148 6.33 4580716 20601516 8 08:52:10 08:48:01 6013632 31411048 818192 2.49 438292 24034596 2147148 6.33 4580672 20601520 28 08:52:10 08:49:01 6013812 31411228 817948 2.49 438292 24034600 2147148 6.33 4580720 20601520 24 08:52:10 08:50:01 6014112 31411540 817576 2.49 438300 24034604 2147148 6.33 4580728 20601524 8 08:52:10 08:51:01 6013772 31411204 817824 2.49 438312 24034608 2147148 6.33 4580908 20601528 60 08:52:10 08:52:01 5432884 31367380 861136 2.62 452368 24516872 2279572 6.72 4633852 21081948 483736 08:52:10 Average: 6227240 31389873 840227 2.56 431513 23818115 2203370 6.50 4566018 20415782 16857 08:52:10 08:52:10 02:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:52:10 02:52:01 lo 4.53 4.53 0.45 0.45 0.00 0.00 0.00 0.00 08:52:10 02:52:01 ens3 1586.54 1363.76 13863.65 209.08 0.00 0.00 0.00 0.00 08:52:10 02:52:01 docker0 521.76 518.11 36.09 2992.83 0.00 0.00 0.00 0.00 08:52:10 02:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 02:53:01 ens3 301.58 219.48 1698.34 35.57 0.00 0.00 0.00 0.00 08:52:10 02:53:01 vethf14605d 0.05 0.18 0.00 0.02 0.00 0.00 0.00 0.00 08:52:10 02:53:01 docker0 197.17 260.66 17.65 1660.58 0.00 0.00 0.00 0.00 08:52:10 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:54:01 ens3 24.26 17.26 18.91 11.13 0.00 0.00 0.00 0.00 08:52:10 02:54:01 vethf14605d 1.23 1.25 0.11 0.11 0.00 0.00 0.00 0.00 08:52:10 02:54:01 docker0 1.23 1.23 0.09 0.11 0.00 0.00 0.00 0.00 08:52:10 02:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 02:55:01 ens3 24.01 16.18 19.95 11.71 0.00 0.00 0.00 0.00 08:52:10 02:55:01 vethf14605d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:56:01 vethdfe6d21 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 08:52:10 02:56:01 veth6eb61f6 0.67 4.26 0.06 0.39 0.00 0.00 0.00 0.00 08:52:10 02:56:01 lo 1.73 1.73 0.17 0.17 0.00 0.00 0.00 0.00 08:52:10 02:56:01 veth6d35bed 0.05 0.47 0.00 0.02 0.00 0.00 0.00 0.00 08:52:10 02:56:01 vethab2e185 0.05 0.53 0.00 0.03 0.00 0.00 0.00 0.00 08:52:10 02:56:01 veth16e46fc 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 08:52:10 02:56:01 veth963c8ef 0.05 0.48 0.00 0.02 0.00 0.00 0.00 0.00 08:52:10 02:56:01 ens3 1270.07 648.15 14126.11 84.52 0.00 0.00 0.00 0.00 08:52:10 02:56:01 veth0d078b9 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 08:52:10 02:56:01 veth4c2c81f 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 08:52:10 02:56:01 docker0 504.09 964.60 47.45 9431.77 0.00 0.00 0.00 0.00 08:52:10 02:56:01 veth7308467 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 08:52:10 02:56:01 veth45c7e16 0.05 0.53 0.00 0.03 0.00 0.00 0.00 0.00 08:52:10 02:56:01 veth0870d5d 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 08:52:10 02:56:01 veth36418e4 0.05 0.50 0.00 0.02 0.00 0.00 0.00 0.00 08:52:10 02:56:01 veth3c1fec4 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 08:52:10 02:57:01 vethdfe6d21 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:57:01 veth6eb61f6 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 02:57:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 08:52:10 02:57:01 veth6d35bed 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 08:52:10 02:57:01 vethab2e185 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:57:01 veth16e46fc 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:57:01 veth963c8ef 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:57:01 ens3 13.15 7.33 9.94 5.48 0.00 0.00 0.00 0.00 08:52:10 02:57:01 veth0d078b9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:57:01 veth4c2c81f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:57:01 docker0 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 02:57:01 veth7308467 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:57:01 veth45c7e16 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:57:01 veth0870d5d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:57:01 veth36418e4 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:57:01 veth3c1fec4 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:58:01 vethdfe6d21 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:58:01 veth6eb61f6 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:58:01 vethab2e185 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:58:01 veth963c8ef 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:58:01 ens3 5.00 2.60 4.09 2.23 0.00 0.00 0.00 0.00 08:52:10 02:58:01 veth0d078b9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:58:01 veth4c2c81f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:58:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:58:01 veth7308467 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:58:01 veth45c7e16 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:58:01 veth0870d5d 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:58:01 veth36418e4 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:58:01 veth3c1fec4 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:59:01 vethdfe6d21 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:59:01 veth6eb61f6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 02:59:01 veth41efc7f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:59:01 vethab2e185 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:59:01 vethef4fe4e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:59:01 veth963c8ef 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:59:01 ens3 2.30 1.20 1.83 0.96 0.00 0.00 0.00 0.00 08:52:10 02:59:01 veth0d078b9 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:59:01 docker0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:59:01 veth45c7e16 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 02:59:01 veth0870d5d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:00:01 lo 35.52 35.52 3.49 3.49 0.00 0.00 0.00 0.00 08:52:10 03:00:01 ens3 363.33 359.36 188.86 1646.16 0.00 0.00 0.00 0.00 08:52:10 03:00:01 docker0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:01:01 lo 22.86 22.86 2.23 2.23 0.00 0.00 0.00 0.00 08:52:10 03:01:01 ens3 412.55 435.33 132.48 3029.55 0.00 0.00 0.00 0.00 08:52:10 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:02:01 lo 10.86 10.86 1.06 1.06 0.00 0.00 0.00 0.00 08:52:10 03:02:01 ens3 139.09 130.69 69.04 788.30 0.00 0.00 0.00 0.00 08:52:10 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:03:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:04:01 ens3 2.35 1.25 2.41 0.46 0.00 0.00 0.00 0.00 08:52:10 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:05:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:06:01 ens3 0.32 0.00 0.05 0.00 0.00 0.00 0.00 0.00 08:52:10 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:07:01 ens3 1.83 0.53 0.49 0.29 0.00 0.00 0.00 0.00 08:52:10 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:08:01 ens3 1.50 0.97 0.86 0.63 0.00 0.00 0.00 0.00 08:52:10 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:09:01 ens3 0.82 0.10 0.08 0.01 0.00 0.00 0.00 0.00 08:52:10 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:10:01 ens3 1.75 0.33 0.47 0.27 0.00 0.00 0.00 0.00 08:52:10 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:11:01 ens3 1.27 0.42 0.42 0.28 0.00 0.00 0.00 0.00 08:52:10 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:12:01 ens3 2.52 1.13 1.26 0.88 0.00 0.00 0.00 0.00 08:52:10 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:13:01 ens3 0.18 0.12 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:14:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:15:01 ens3 0.28 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:16:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:17:01 ens3 0.47 0.22 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:18:01 ens3 0.12 0.00 0.02 0.00 0.00 0.00 0.00 0.00 08:52:10 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:19:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:20:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:21:01 ens3 0.62 0.35 0.28 0.21 0.00 0.00 0.00 0.00 08:52:10 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:22:01 ens3 0.32 0.18 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:23:01 ens3 0.18 0.12 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:24:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:25:01 ens3 0.27 0.12 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:26:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:27:01 ens3 0.42 0.30 0.15 0.08 0.00 0.00 0.00 0.00 08:52:10 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:28:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:29:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:30:01 ens3 0.15 0.00 0.02 0.00 0.00 0.00 0.00 0.00 08:52:10 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:31:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:32:01 ens3 0.22 0.13 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:33:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:34:02 ens3 0.88 0.65 0.82 0.38 0.00 0.00 0.00 0.00 08:52:10 03:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:35:01 lo 0.34 0.34 0.03 0.03 0.00 0.00 0.00 0.00 08:52:10 03:35:01 ens3 5.71 4.47 3.86 4.79 0.00 0.00 0.00 0.00 08:52:10 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:36:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:37:01 ens3 2.05 1.57 1.07 1.28 0.00 0.00 0.00 0.00 08:52:10 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:38:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:39:01 ens3 0.27 0.13 0.08 0.01 0.00 0.00 0.00 0.00 08:52:10 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:40:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:41:01 ens3 0.20 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:42:01 ens3 0.33 0.12 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:43:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:44:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:45:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:46:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:47:01 ens3 0.35 0.22 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:48:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:49:01 ens3 0.28 0.13 0.08 0.01 0.00 0.00 0.00 0.00 08:52:10 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:50:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:51:01 ens3 0.25 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:52:01 ens3 0.37 0.13 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:53:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:54:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:55:01 ens3 0.20 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:56:01 ens3 0.03 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:57:01 ens3 0.53 0.23 0.16 0.07 0.00 0.00 0.00 0.00 08:52:10 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:58:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 03:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 03:59:01 ens3 0.22 0.12 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:00:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:01:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:02:01 ens3 0.20 0.08 0.09 0.06 0.00 0.00 0.00 0.00 08:52:10 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:03:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:04:01 ens3 0.97 0.35 0.37 0.21 0.00 0.00 0.00 0.00 08:52:10 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:05:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:06:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:07:01 ens3 0.35 0.23 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:08:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:09:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:10:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:11:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:12:01 ens3 0.20 0.13 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:13:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:14:01 ens3 0.17 0.10 0.12 0.01 0.00 0.00 0.00 0.00 08:52:10 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:15:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:16:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:17:01 ens3 0.45 0.33 0.15 0.08 0.00 0.00 0.00 0.00 08:52:10 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:18:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:19:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:20:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:21:01 ens3 0.60 0.48 0.28 0.22 0.00 0.00 0.00 0.00 08:52:10 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:22:01 ens3 0.22 0.10 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:23:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:24:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:25:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:26:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:27:01 ens3 0.32 0.18 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:28:01 ens3 0.23 0.07 0.13 0.00 0.00 0.00 0.00 0.00 08:52:10 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:29:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:30:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:31:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:32:01 ens3 0.27 0.12 0.14 0.07 0.00 0.00 0.00 0.00 08:52:10 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:33:01 ens3 0.17 0.12 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:34:01 ens3 0.25 0.18 0.11 0.25 0.00 0.00 0.00 0.00 08:52:10 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:35:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 08:52:10 04:35:01 ens3 2.70 2.23 1.50 3.86 0.00 0.00 0.00 0.00 08:52:10 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:36:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:37:01 ens3 1.70 1.43 0.87 1.22 0.00 0.00 0.00 0.00 08:52:10 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:38:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:39:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:40:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:41:01 ens3 0.28 0.12 0.08 0.01 0.00 0.00 0.00 0.00 08:52:10 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:42:01 ens3 0.32 0.12 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:43:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:44:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:45:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:46:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:47:01 ens3 0.42 0.23 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:48:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:49:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:50:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:51:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:51:02 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:52:01 ens3 0.34 0.12 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:53:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:54:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:55:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:56:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:57:01 ens3 0.40 0.20 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:58:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 04:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 04:59:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:00:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:01:01 ens3 0.18 0.12 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:02:01 ens3 0.20 0.08 0.09 0.06 0.00 0.00 0.00 0.00 08:52:10 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:03:01 ens3 0.27 0.12 0.08 0.01 0.00 0.00 0.00 0.00 08:52:10 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:04:01 ens3 0.88 0.30 0.32 0.21 0.00 0.00 0.00 0.00 08:52:10 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:05:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:06:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:07:01 ens3 0.33 0.20 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:08:01 ens3 0.22 0.08 0.07 0.00 0.00 0.00 0.00 0.00 08:52:10 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:09:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:10:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:11:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:12:01 ens3 0.27 0.10 0.14 0.07 0.00 0.00 0.00 0.00 08:52:10 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:13:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:14:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:15:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:16:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:17:01 ens3 0.40 0.22 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:18:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:19:01 ens3 0.20 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:20:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:21:01 ens3 0.62 0.38 0.28 0.22 0.00 0.00 0.00 0.00 08:52:10 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:22:01 ens3 0.22 0.10 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:23:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:24:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:25:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:26:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:27:01 ens3 0.35 0.20 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:28:01 ens3 0.18 0.03 0.12 0.00 0.00 0.00 0.00 0.00 08:52:10 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:29:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:30:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:31:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:32:01 ens3 0.27 0.10 0.14 0.07 0.00 0.00 0.00 0.00 08:52:10 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:33:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:34:01 ens3 0.28 0.18 0.11 0.25 0.00 0.00 0.00 0.00 08:52:10 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:35:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:36:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:36:01 ens3 2.57 2.28 1.45 3.87 0.00 0.00 0.00 0.00 08:52:10 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:37:01 ens3 1.65 0.88 0.92 1.13 0.00 0.00 0.00 0.00 08:52:10 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:38:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:39:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:40:01 ens3 0.42 0.00 0.05 0.00 0.00 0.00 0.00 0.00 08:52:10 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:41:01 ens3 0.63 0.43 0.28 0.22 0.00 0.00 0.00 0.00 08:52:10 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:42:01 ens3 0.38 0.20 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:43:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:44:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:45:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:46:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:47:01 ens3 0.35 0.20 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:48:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:49:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:50:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:51:01 ens3 0.28 0.12 0.08 0.01 0.00 0.00 0.00 0.00 08:52:10 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:52:01 ens3 0.32 0.12 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:53:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:54:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:55:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:56:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:57:01 ens3 0.45 0.23 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:58:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 05:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 05:59:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:00:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:01:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:02:01 ens3 0.30 0.10 0.14 0.07 0.00 0.00 0.00 0.00 08:52:10 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:03:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:04:01 ens3 0.97 0.35 0.32 0.21 0.00 0.00 0.00 0.00 08:52:10 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:05:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:05:02 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:06:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:07:01 ens3 0.35 0.22 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:08:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:09:01 ens3 0.32 0.15 0.08 0.01 0.00 0.00 0.00 0.00 08:52:10 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:10:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:11:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:12:01 ens3 0.28 0.13 0.14 0.07 0.00 0.00 0.00 0.00 08:52:10 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:13:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:14:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:15:01 ens3 0.35 0.23 0.13 0.07 0.00 0.00 0.00 0.00 08:52:10 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:16:01 ens3 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:17:01 ens3 0.42 0.23 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:18:01 ens3 0.35 0.00 0.05 0.00 0.00 0.00 0.00 0.00 08:52:10 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:19:01 ens3 0.67 0.40 0.28 0.22 0.00 0.00 0.00 0.00 08:52:10 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:20:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:21:01 ens3 0.57 0.42 0.27 0.22 0.00 0.00 0.00 0.00 08:52:10 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:22:01 ens3 0.33 0.12 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:23:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:24:01 ens3 0.87 0.32 0.31 0.21 0.00 0.00 0.00 0.00 08:52:10 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:25:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:26:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:27:01 ens3 3.53 5.77 0.35 10.92 0.00 0.00 0.00 0.00 08:52:10 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:28:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:29:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:30:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:31:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:32:01 ens3 4.08 6.33 0.41 7.31 0.00 0.00 0.00 0.00 08:52:10 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:33:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:34:01 ens3 5.75 9.52 0.46 14.57 0.00 0.00 0.00 0.00 08:52:10 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:35:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:36:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:36:01 ens3 8.28 10.01 1.83 38.38 0.00 0.00 0.00 0.00 08:52:10 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:37:01 ens3 0.50 0.25 0.24 0.13 0.00 0.00 0.00 0.00 08:52:10 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:38:01 ens3 1.20 0.62 0.69 1.00 0.00 0.00 0.00 0.00 08:52:10 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:39:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:40:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:41:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:42:01 ens3 0.28 0.10 0.14 0.06 0.00 0.00 0.00 0.00 08:52:10 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:43:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:44:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:45:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:46:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:47:01 ens3 0.37 0.18 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:48:01 ens3 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:49:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:50:01 ens3 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:51:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:52:01 ens3 0.22 0.10 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:53:01 ens3 0.25 0.12 0.08 0.01 0.00 0.00 0.00 0.00 08:52:10 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:54:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:55:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:56:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:57:01 ens3 0.38 0.18 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:58:01 ens3 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 06:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 06:59:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:00:02 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 07:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:01:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:02:01 ens3 0.33 0.13 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:03:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:04:01 ens3 0.88 0.33 0.32 0.21 0.00 0.00 0.00 0.00 08:52:10 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:05:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:06:01 ens3 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:07:01 ens3 0.70 0.23 0.19 0.08 0.00 0.00 0.00 0.00 08:52:10 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:08:01 ens3 0.98 0.28 0.32 0.21 0.00 0.00 0.00 0.00 08:52:10 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:09:01 ens3 1.07 0.40 0.32 0.22 0.00 0.00 0.00 0.00 08:52:10 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:10:01 ens3 0.28 0.03 0.02 0.00 0.00 0.00 0.00 0.00 08:52:10 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:11:01 ens3 1.03 0.42 0.38 0.28 0.00 0.00 0.00 0.00 08:52:10 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:12:01 ens3 0.37 0.13 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:13:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:14:01 ens3 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:15:01 ens3 0.95 0.35 0.32 0.21 0.00 0.00 0.00 0.00 08:52:10 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:16:01 ens3 0.15 0.00 0.02 0.00 0.00 0.00 0.00 0.00 08:52:10 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:17:01 ens3 0.33 0.18 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:18:01 ens3 0.20 0.05 0.07 0.00 0.00 0.00 0.00 0.00 08:52:10 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:19:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:20:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:21:01 ens3 0.62 0.43 0.30 0.22 0.00 0.00 0.00 0.00 08:52:10 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:22:01 ens3 0.37 0.25 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:23:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:24:01 ens3 0.17 0.07 0.02 0.00 0.00 0.00 0.00 0.00 08:52:10 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:25:01 ens3 0.23 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:26:01 ens3 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:27:01 ens3 0.48 0.27 0.16 0.08 0.00 0.00 0.00 0.00 08:52:10 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:28:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:29:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:30:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:31:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:32:01 ens3 0.33 0.17 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:33:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:34:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:35:01 ens3 0.35 0.30 0.11 0.26 0.00 0.00 0.00 0.00 08:52:10 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:36:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:36:01 ens3 2.65 2.28 1.46 3.89 0.00 0.00 0.00 0.00 08:52:10 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:37:01 ens3 0.35 0.18 0.15 0.07 0.00 0.00 0.00 0.00 08:52:10 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:38:01 ens3 1.45 1.15 0.79 1.14 0.00 0.00 0.00 0.00 08:52:10 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:39:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:40:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:41:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:42:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 08:52:10 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:43:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:44:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:45:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:46:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:47:01 ens3 0.32 0.18 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:48:01 ens3 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:49:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:50:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:51:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:52:01 ens3 0.20 0.10 0.08 0.07 0.00 0.00 0.00 0.00 08:52:10 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:53:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:54:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:55:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:56:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:57:01 ens3 0.32 0.18 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:58:01 ens3 0.12 0.08 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 07:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 07:59:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:00:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:01:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:02:01 ens3 0.20 0.10 0.08 0.07 0.00 0.00 0.00 0.00 08:52:10 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:03:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:04:01 ens3 0.93 0.42 0.58 0.22 0.00 0.00 0.00 0.00 08:52:10 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:05:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:05:02 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 08:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:06:01 ens3 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:07:01 ens3 0.30 0.18 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:08:01 ens3 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:09:01 ens3 0.18 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:10:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:11:01 ens3 0.20 0.00 0.02 0.00 0.00 0.00 0.00 0.00 08:52:10 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:12:01 ens3 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:13:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:14:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:15:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:16:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:17:01 ens3 0.23 0.12 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:18:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:19:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:20:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:21:01 ens3 0.47 0.30 0.27 0.21 0.00 0.00 0.00 0.00 08:52:10 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:22:01 ens3 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:23:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:24:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:25:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:26:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:27:01 ens3 0.25 0.13 0.09 0.07 0.00 0.00 0.00 0.00 08:52:10 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:28:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:29:01 ens3 0.28 0.08 0.29 0.00 0.00 0.00 0.00 0.00 08:52:10 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:30:01 ens3 2.98 0.65 0.79 0.42 0.00 0.00 0.00 0.00 08:52:10 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:31:01 ens3 6.93 0.90 1.52 0.69 0.00 0.00 0.00 0.00 08:52:10 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:32:01 ens3 3.12 1.43 1.38 0.98 0.00 0.00 0.00 0.00 08:52:10 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:33:01 ens3 0.35 0.00 0.03 0.00 0.00 0.00 0.00 0.00 08:52:10 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:34:01 ens3 0.30 0.10 0.03 0.01 0.00 0.00 0.00 0.00 08:52:10 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:35:01 ens3 0.57 0.15 0.13 0.25 0.00 0.00 0.00 0.00 08:52:10 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:36:01 ens3 1.08 0.93 0.49 2.37 0.00 0.00 0.00 0.00 08:52:10 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:37:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:37:01 ens3 2.18 1.80 1.16 1.61 0.00 0.00 0.00 0.00 08:52:10 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:38:01 ens3 1.82 1.32 0.82 1.15 0.00 0.00 0.00 0.00 08:52:10 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:39:01 ens3 0.38 0.12 0.14 0.07 0.00 0.00 0.00 0.00 08:52:10 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:40:01 ens3 0.33 0.10 0.03 0.01 0.00 0.00 0.00 0.00 08:52:10 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:41:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:42:01 ens3 0.55 0.22 0.16 0.08 0.00 0.00 0.00 0.00 08:52:10 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:43:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:44:01 ens3 0.23 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:45:01 ens3 0.27 0.00 0.02 0.00 0.00 0.00 0.00 0.00 08:52:10 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:46:01 ens3 0.23 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:52:10 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:47:01 ens3 0.50 0.13 0.10 0.07 0.00 0.00 0.00 0.00 08:52:10 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:48:01 ens3 0.35 0.10 0.03 0.01 0.00 0.00 0.00 0.00 08:52:10 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:49:01 ens3 0.27 0.00 0.02 0.00 0.00 0.00 0.00 0.00 08:52:10 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:52:10 08:50:01 ens3 0.38 0.12 0.08 0.01 0.00 0.00 0.00 0.00 08:52:10 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:51:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:52:10 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 08:52:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 08:52:10 08:52:01 ens3 90.97 53.87 2516.73 9.11 0.00 0.00 0.00 0.00 08:52:10 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:52:10 Average: lo 0.31 0.31 0.03 0.03 0.00 0.00 0.00 0.00 08:52:10 Average: ens3 12.13 9.28 90.63 16.48 0.00 0.00 0.00 0.00 08:52:10 Average: docker0 3.39 4.84 0.28 39.05 0.00 0.00 0.00 0.00 08:52:10 08:52:10 08:52:10 ---> sar -P ALL: 08:52:10 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-3512) 03/16/26 _x86_64_ (8 CPU) 08:52:10 08:52:10 02:50:42 LINUX RESTART (8 CPU) 08:52:10 08:52:10 02:51:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 02:52:01 all 12.01 0.00 3.91 1.53 0.06 82.50 08:52:10 02:52:01 0 11.04 0.00 4.67 0.08 0.07 84.13 08:52:10 02:52:01 1 13.60 0.00 3.10 0.64 0.05 82.61 08:52:10 02:52:01 2 11.58 0.00 3.76 2.24 0.05 82.37 08:52:10 02:52:01 3 12.32 0.00 3.58 0.64 0.05 83.41 08:52:10 02:52:01 4 9.81 0.00 5.68 2.88 0.07 81.57 08:52:10 02:52:01 5 13.41 0.00 3.83 1.03 0.05 81.68 08:52:10 02:52:01 6 14.89 0.00 3.78 4.15 0.07 77.12 08:52:10 02:52:01 7 9.40 0.00 2.85 0.59 0.07 87.09 08:52:10 02:53:01 all 41.15 0.00 6.86 0.64 0.10 51.25 08:52:10 02:53:01 0 39.22 0.00 6.78 0.30 0.10 53.59 08:52:10 02:53:01 1 40.59 0.00 7.49 2.64 0.10 49.18 08:52:10 02:53:01 2 42.60 0.00 6.49 0.10 0.10 50.71 08:52:10 02:53:01 3 42.08 0.00 6.97 0.14 0.10 50.71 08:52:10 02:53:01 4 39.79 0.00 6.93 0.76 0.10 52.42 08:52:10 02:53:01 5 43.46 0.00 6.73 0.94 0.10 48.77 08:52:10 02:53:01 6 40.66 0.00 6.90 0.07 0.10 52.27 08:52:10 02:53:01 7 40.82 0.00 6.58 0.17 0.10 52.33 08:52:10 02:54:01 all 44.48 0.00 8.30 0.31 0.09 46.82 08:52:10 02:54:01 0 43.44 0.00 10.01 0.02 0.08 46.45 08:52:10 02:54:01 1 43.02 0.00 8.10 2.32 0.10 46.46 08:52:10 02:54:01 2 42.70 0.00 8.01 0.03 0.10 49.15 08:52:10 02:54:01 3 43.57 0.00 9.19 0.00 0.10 47.14 08:52:10 02:54:01 4 43.60 0.00 8.06 0.05 0.08 48.20 08:52:10 02:54:01 5 46.03 0.00 7.50 0.02 0.10 46.35 08:52:10 02:54:01 6 47.80 0.00 7.94 0.03 0.10 44.13 08:52:10 02:54:01 7 45.65 0.00 7.58 0.00 0.08 46.68 08:52:10 02:55:01 all 54.66 0.00 6.92 0.06 0.10 38.26 08:52:10 02:55:01 0 54.40 0.00 6.92 0.00 0.10 38.58 08:52:10 02:55:01 1 54.36 0.00 6.95 0.02 0.10 38.58 08:52:10 02:55:01 2 55.91 0.00 7.33 0.02 0.12 36.63 08:52:10 02:55:01 3 54.93 0.00 6.50 0.07 0.08 38.41 08:52:10 02:55:01 4 54.28 0.00 6.75 0.17 0.12 38.68 08:52:10 02:55:01 5 55.08 0.00 7.01 0.18 0.10 37.62 08:52:10 02:55:01 6 55.21 0.00 7.28 0.03 0.10 37.37 08:52:10 02:55:01 7 53.11 0.00 6.60 0.02 0.10 40.17 08:52:10 02:56:01 all 31.33 0.00 14.71 9.82 0.09 44.05 08:52:10 02:56:01 0 32.13 0.00 14.39 6.69 0.10 46.69 08:52:10 02:56:01 1 30.81 0.00 14.36 7.95 0.08 46.79 08:52:10 02:56:01 2 30.71 0.00 14.61 7.22 0.09 47.38 08:52:10 02:56:01 3 32.15 0.00 14.99 8.40 0.10 44.35 08:52:10 02:56:01 4 32.20 0.00 13.89 11.98 0.08 41.85 08:52:10 02:56:01 5 30.28 0.00 14.17 14.91 0.10 40.54 08:52:10 02:56:01 6 29.89 0.00 17.67 9.64 0.09 42.72 08:52:10 02:56:01 7 32.43 0.00 13.58 11.78 0.10 42.10 08:52:10 02:57:01 all 88.87 0.00 10.70 0.29 0.12 0.02 08:52:10 02:57:01 0 89.67 0.00 10.08 0.13 0.12 0.00 08:52:10 02:57:01 1 89.02 0.00 10.51 0.32 0.13 0.02 08:52:10 02:57:01 2 87.76 0.00 11.71 0.40 0.12 0.02 08:52:10 02:57:01 3 89.53 0.00 10.09 0.27 0.12 0.00 08:52:10 02:57:01 4 89.99 0.00 9.69 0.20 0.12 0.00 08:52:10 02:57:01 5 89.51 0.00 10.11 0.23 0.10 0.05 08:52:10 02:57:01 6 87.49 0.00 12.02 0.33 0.12 0.03 08:52:10 02:57:01 7 88.01 0.00 11.41 0.42 0.12 0.05 08:52:10 02:58:01 all 90.88 0.00 8.99 0.00 0.13 0.00 08:52:10 02:58:01 0 91.19 0.00 8.66 0.00 0.15 0.00 08:52:10 02:58:01 1 90.97 0.00 8.89 0.00 0.13 0.00 08:52:10 02:58:01 2 90.57 0.00 9.31 0.00 0.12 0.00 08:52:10 02:58:01 3 90.76 0.00 9.11 0.00 0.13 0.00 08:52:10 02:58:01 4 91.63 0.00 8.24 0.00 0.13 0.00 08:52:10 02:58:01 5 91.39 0.00 8.48 0.00 0.13 0.00 08:52:10 02:58:01 6 89.58 0.00 10.29 0.00 0.13 0.00 08:52:10 02:58:01 7 90.92 0.00 8.94 0.00 0.13 0.00 08:52:10 02:59:01 all 90.08 0.00 9.75 0.00 0.13 0.03 08:52:10 02:59:01 0 90.62 0.00 9.20 0.00 0.17 0.02 08:52:10 02:59:01 1 90.00 0.00 9.83 0.00 0.12 0.05 08:52:10 02:59:01 2 89.37 0.00 10.45 0.00 0.15 0.03 08:52:10 02:59:01 3 89.95 0.00 9.88 0.00 0.12 0.05 08:52:10 02:59:01 4 90.88 0.00 8.93 0.00 0.15 0.03 08:52:10 02:59:01 5 90.99 0.00 8.88 0.00 0.13 0.00 08:52:10 02:59:01 6 88.13 0.00 11.74 0.00 0.10 0.03 08:52:10 02:59:01 7 90.73 0.00 9.10 0.02 0.13 0.02 08:52:10 03:00:01 all 12.10 0.00 2.21 0.86 0.06 84.78 08:52:10 03:00:01 0 11.09 0.00 2.49 1.05 0.07 85.29 08:52:10 03:00:01 1 12.30 0.00 1.82 0.35 0.05 85.48 08:52:10 03:00:01 2 15.24 0.00 2.33 0.67 0.07 81.69 08:52:10 03:00:01 3 11.92 0.00 2.15 0.77 0.05 85.11 08:52:10 03:00:01 4 10.82 0.00 2.15 0.50 0.07 86.46 08:52:10 03:00:01 5 10.29 0.00 2.22 0.85 0.05 86.59 08:52:10 03:00:01 6 13.79 0.00 2.39 1.19 0.07 82.56 08:52:10 03:00:01 7 11.35 0.00 2.11 1.47 0.07 85.01 08:52:10 03:01:01 all 12.09 0.00 0.72 0.07 0.08 87.05 08:52:10 03:01:01 0 17.02 0.00 0.92 0.02 0.08 81.96 08:52:10 03:01:01 1 12.35 0.00 0.77 0.02 0.08 86.78 08:52:10 03:01:01 2 11.58 0.00 0.85 0.07 0.08 87.42 08:52:10 03:01:01 3 13.20 0.00 0.70 0.02 0.08 86.00 08:52:10 03:01:01 4 16.22 0.00 0.69 0.05 0.08 82.96 08:52:10 03:01:01 5 3.88 0.00 0.45 0.02 0.05 95.60 08:52:10 03:01:01 6 8.55 0.00 0.62 0.33 0.07 90.43 08:52:10 03:01:01 7 13.91 0.00 0.79 0.02 0.08 85.20 08:52:10 03:02:01 all 4.07 0.00 0.36 0.04 0.04 95.50 08:52:10 03:02:01 0 1.10 0.00 0.30 0.03 0.03 98.53 08:52:10 03:02:01 1 4.32 0.00 0.30 0.00 0.05 95.34 08:52:10 03:02:01 2 4.76 0.00 0.35 0.03 0.02 94.84 08:52:10 03:02:01 3 3.73 0.00 0.33 0.00 0.03 95.90 08:52:10 03:02:01 4 7.14 0.00 0.45 0.18 0.05 92.17 08:52:10 03:02:01 5 2.24 0.00 0.30 0.02 0.03 97.41 08:52:10 03:02:01 6 2.59 0.00 0.35 0.00 0.03 97.03 08:52:10 03:02:01 7 6.68 0.00 0.47 0.02 0.05 92.79 08:52:10 08:52:10 03:02:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 03:03:01 all 0.27 0.00 0.02 0.00 0.01 99.69 08:52:10 03:03:01 0 0.05 0.00 0.07 0.02 0.02 99.85 08:52:10 03:03:01 1 1.97 0.00 0.02 0.00 0.00 98.01 08:52:10 03:03:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 03:03:01 3 0.05 0.00 0.03 0.00 0.03 99.88 08:52:10 03:03:01 4 0.03 0.00 0.02 0.02 0.02 99.92 08:52:10 03:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:03:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:03:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 03:04:01 all 0.19 0.00 0.01 0.00 0.01 99.78 08:52:10 03:04:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 03:04:01 1 1.29 0.00 0.02 0.00 0.03 98.66 08:52:10 03:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:04:01 3 0.08 0.00 0.05 0.00 0.03 99.83 08:52:10 03:04:01 4 0.05 0.00 0.00 0.02 0.02 99.92 08:52:10 03:04:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 03:04:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 03:04:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:05:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 03:05:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 03:05:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 03:05:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 03:05:01 3 0.05 0.00 0.02 0.00 0.03 99.90 08:52:10 03:05:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 03:05:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:05:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:06:01 all 0.04 0.00 0.03 0.01 0.01 99.91 08:52:10 03:06:01 0 0.02 0.00 0.07 0.00 0.02 99.90 08:52:10 03:06:01 1 0.07 0.00 0.03 0.00 0.03 99.87 08:52:10 03:06:01 2 0.02 0.00 0.02 0.02 0.00 99.95 08:52:10 03:06:01 3 0.05 0.00 0.03 0.00 0.03 99.88 08:52:10 03:06:01 4 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 03:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:06:01 6 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 03:06:01 7 0.02 0.00 0.02 0.03 0.00 99.93 08:52:10 03:07:01 all 0.03 0.00 0.01 0.01 0.01 99.94 08:52:10 03:07:01 0 0.00 0.00 0.03 0.00 0.02 99.95 08:52:10 03:07:01 1 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 03:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:07:01 3 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 03:07:01 4 0.08 0.00 0.00 0.07 0.00 99.85 08:52:10 03:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:07:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 03:08:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:52:10 03:08:01 0 0.05 0.00 0.00 0.02 0.00 99.93 08:52:10 03:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:08:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 03:08:01 3 0.07 0.00 0.03 0.00 0.02 99.88 08:52:10 03:08:01 4 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 03:08:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 03:08:01 6 0.07 0.00 0.00 0.02 0.00 99.92 08:52:10 03:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:09:01 all 0.07 0.00 0.01 0.00 0.01 99.90 08:52:10 03:09:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 03:09:01 1 0.37 0.00 0.02 0.00 0.02 99.60 08:52:10 03:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:09:01 3 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 03:09:01 4 0.08 0.00 0.02 0.02 0.02 99.87 08:52:10 03:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:09:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 03:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:10:01 all 0.29 0.00 0.02 0.01 0.01 99.68 08:52:10 03:10:01 0 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 03:10:01 1 2.00 0.00 0.03 0.00 0.02 97.95 08:52:10 03:10:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 03:10:01 3 0.05 0.00 0.05 0.00 0.03 99.87 08:52:10 03:10:01 4 0.05 0.00 0.02 0.03 0.00 99.90 08:52:10 03:10:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 03:10:01 6 0.02 0.00 0.02 0.02 0.00 99.95 08:52:10 03:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:11:01 all 0.22 0.00 0.01 0.00 0.01 99.76 08:52:10 03:11:01 0 0.02 0.00 0.03 0.02 0.02 99.92 08:52:10 03:11:01 1 1.52 0.00 0.02 0.00 0.02 98.45 08:52:10 03:11:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:11:01 3 0.07 0.00 0.02 0.00 0.03 99.88 08:52:10 03:11:01 4 0.10 0.00 0.00 0.02 0.02 99.87 08:52:10 03:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:11:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:12:01 all 0.29 0.00 0.01 0.00 0.01 99.68 08:52:10 03:12:01 0 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 03:12:01 1 1.99 0.00 0.00 0.00 0.00 98.01 08:52:10 03:12:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 03:12:01 3 0.03 0.00 0.00 0.00 0.03 99.93 08:52:10 03:12:01 4 0.13 0.00 0.02 0.02 0.02 99.82 08:52:10 03:12:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:12:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 03:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:13:01 all 0.23 0.00 0.01 0.00 0.01 99.75 08:52:10 03:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 03:13:01 1 1.63 0.00 0.08 0.00 0.02 98.27 08:52:10 03:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:13:01 3 0.05 0.00 0.02 0.00 0.03 99.90 08:52:10 03:13:01 4 0.03 0.00 0.00 0.02 0.00 99.95 08:52:10 03:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:13:01 6 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 03:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:52:10 03:13:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 03:14:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 03:14:01 0 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 03:14:01 1 0.10 0.00 0.03 0.00 0.02 99.85 08:52:10 03:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:14:01 3 0.07 0.00 0.03 0.00 0.03 99.87 08:52:10 03:14:01 4 0.05 0.00 0.02 0.02 0.02 99.90 08:52:10 03:14:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:14:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:15:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 03:15:01 0 0.03 0.00 0.02 0.02 0.02 99.92 08:52:10 03:15:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 03:15:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 03:15:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 03:15:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 03:15:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 03:15:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:15:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:16:01 all 0.04 0.00 0.01 0.00 0.01 99.93 08:52:10 03:16:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 03:16:01 1 0.08 0.00 0.03 0.00 0.02 99.87 08:52:10 03:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:16:01 3 0.08 0.00 0.02 0.00 0.03 99.87 08:52:10 03:16:01 4 0.08 0.00 0.02 0.02 0.02 99.87 08:52:10 03:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:16:01 6 0.05 0.00 0.00 0.02 0.02 99.92 08:52:10 03:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:17:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 03:17:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 03:17:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 03:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:17:01 3 0.05 0.00 0.03 0.00 0.03 99.88 08:52:10 03:17:01 4 0.00 0.00 0.00 0.03 0.02 99.95 08:52:10 03:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:18:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 03:18:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 03:18:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 03:18:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 03:18:01 3 0.07 0.00 0.02 0.00 0.03 99.88 08:52:10 03:18:01 4 0.05 0.00 0.02 0.02 0.00 99.92 08:52:10 03:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 03:19:01 0 0.07 0.00 0.05 0.00 0.02 99.87 08:52:10 03:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:19:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:19:01 3 0.05 0.00 0.02 0.00 0.03 99.90 08:52:10 03:19:01 4 0.03 0.00 0.00 0.02 0.02 99.93 08:52:10 03:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:19:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 03:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:20:01 all 0.03 0.00 0.01 0.01 0.01 99.94 08:52:10 03:20:01 0 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 03:20:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 03:20:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 03:20:01 3 0.07 0.00 0.03 0.00 0.02 99.88 08:52:10 03:20:01 4 0.07 0.00 0.02 0.03 0.00 99.88 08:52:10 03:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:20:01 6 0.02 0.00 0.02 0.02 0.00 99.95 08:52:10 03:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:21:01 all 0.02 0.00 0.02 0.00 0.01 99.95 08:52:10 03:21:01 0 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 03:21:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 03:21:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:21:01 3 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 03:21:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 03:21:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 03:21:01 6 0.00 0.00 0.03 0.02 0.00 99.95 08:52:10 03:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:22:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:52:10 03:22:01 0 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 03:22:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 03:22:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 03:22:01 3 0.10 0.00 0.02 0.00 0.03 99.85 08:52:10 03:22:01 4 0.07 0.00 0.00 0.02 0.02 99.90 08:52:10 03:22:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:22:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 03:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:23:01 all 0.25 0.00 0.01 0.00 0.01 99.74 08:52:10 03:23:01 0 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 03:23:01 1 1.84 0.00 0.02 0.00 0.02 98.13 08:52:10 03:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 03:23:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 03:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:23:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 03:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:24:01 all 0.27 0.00 0.01 0.00 0.01 99.70 08:52:10 03:24:01 0 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 03:24:01 1 2.00 0.00 0.02 0.00 0.00 97.98 08:52:10 03:24:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 03:24:01 3 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 03:24:01 4 0.05 0.00 0.00 0.02 0.02 99.92 08:52:10 03:24:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:24:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 03:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:52:10 03:24:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 03:25:01 all 0.15 0.00 0.02 0.00 0.01 99.82 08:52:10 03:25:01 0 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 03:25:01 1 1.06 0.00 0.08 0.00 0.02 98.84 08:52:10 03:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:25:01 3 0.08 0.00 0.05 0.00 0.03 99.83 08:52:10 03:25:01 4 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 03:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:26:01 all 0.04 0.00 0.01 0.01 0.01 99.93 08:52:10 03:26:01 0 0.07 0.00 0.03 0.00 0.00 99.90 08:52:10 03:26:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 03:26:01 2 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 03:26:01 3 0.05 0.00 0.03 0.00 0.03 99.88 08:52:10 03:26:01 4 0.13 0.00 0.00 0.03 0.02 99.82 08:52:10 03:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:26:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 03:26:01 7 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 03:27:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 03:27:01 0 0.07 0.00 0.03 0.00 0.02 99.88 08:52:10 03:27:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:27:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 03:27:01 3 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 03:27:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 03:27:01 5 0.00 0.00 0.03 0.00 0.00 99.97 08:52:10 03:27:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 03:27:01 7 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 03:28:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 03:28:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 03:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:28:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 03:28:01 3 0.05 0.00 0.03 0.00 0.03 99.88 08:52:10 03:28:01 4 0.05 0.00 0.02 0.02 0.00 99.92 08:52:10 03:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:28:01 6 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 03:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:29:01 all 0.06 0.00 0.01 0.00 0.01 99.92 08:52:10 03:29:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 03:29:01 1 0.32 0.00 0.00 0.00 0.02 99.67 08:52:10 03:29:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:29:01 3 0.07 0.00 0.03 0.00 0.05 99.85 08:52:10 03:29:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 03:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:29:01 6 0.03 0.00 0.02 0.02 0.00 99.93 08:52:10 03:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:30:01 all 0.21 0.00 0.01 0.00 0.02 99.76 08:52:10 03:30:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 03:30:01 1 1.52 0.00 0.03 0.00 0.02 98.44 08:52:10 03:30:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 03:30:01 3 0.10 0.00 0.02 0.00 0.03 99.85 08:52:10 03:30:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:30:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 03:30:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 03:30:01 7 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 03:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 03:31:01 0 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 03:31:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:31:01 3 0.05 0.00 0.00 0.00 0.03 99.92 08:52:10 03:31:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 03:31:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:31:01 7 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 03:32:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 03:32:01 0 0.05 0.00 0.03 0.00 0.00 99.92 08:52:10 03:32:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 03:32:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 03:32:01 3 0.12 0.00 0.02 0.00 0.03 99.83 08:52:10 03:32:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 03:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 03:32:01 7 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 03:33:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:52:10 03:33:01 0 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 03:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:33:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 03:33:01 3 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 03:33:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 03:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:34:02 all 0.09 0.00 0.02 0.00 0.01 99.87 08:52:10 03:34:02 0 0.08 0.00 0.03 0.00 0.00 99.88 08:52:10 03:34:02 1 0.10 0.00 0.03 0.00 0.02 99.85 08:52:10 03:34:02 2 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 03:34:02 3 0.10 0.00 0.02 0.00 0.03 99.85 08:52:10 03:34:02 4 0.17 0.00 0.00 0.02 0.00 99.82 08:52:10 03:34:02 5 0.13 0.00 0.02 0.02 0.00 99.83 08:52:10 03:34:02 6 0.08 0.00 0.07 0.00 0.02 99.83 08:52:10 03:34:02 7 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:35:01 all 0.18 0.00 0.03 0.01 0.01 99.77 08:52:10 03:35:01 0 0.34 0.00 0.08 0.05 0.02 99.51 08:52:10 03:35:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:35:01 2 0.17 0.00 0.07 0.00 0.00 99.76 08:52:10 03:35:01 3 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 03:35:01 4 0.17 0.00 0.03 0.03 0.02 99.75 08:52:10 03:35:01 5 0.58 0.00 0.02 0.00 0.00 99.41 08:52:10 03:35:01 6 0.05 0.00 0.03 0.02 0.00 99.90 08:52:10 03:35:01 7 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 08:52:10 03:35:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 03:36:01 all 0.04 0.00 0.02 0.00 0.01 99.93 08:52:10 03:36:01 0 0.05 0.00 0.05 0.00 0.02 99.88 08:52:10 03:36:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 03:36:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 03:36:01 3 0.10 0.00 0.05 0.00 0.03 99.82 08:52:10 03:36:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 03:36:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:36:01 6 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 03:36:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 03:37:01 all 0.05 0.00 0.02 0.00 0.01 99.92 08:52:10 03:37:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 03:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:37:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 03:37:01 3 0.03 0.00 0.05 0.00 0.05 99.87 08:52:10 03:37:01 4 0.03 0.00 0.02 0.02 0.00 99.93 08:52:10 03:37:01 5 0.27 0.00 0.00 0.00 0.02 99.72 08:52:10 03:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:38:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 03:38:01 0 0.03 0.00 0.05 0.00 0.00 99.92 08:52:10 03:38:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 03:38:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 03:38:01 3 0.07 0.00 0.03 0.00 0.03 99.87 08:52:10 03:38:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 03:38:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 03:38:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 03:38:01 7 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 03:39:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 03:39:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 03:39:01 1 0.15 0.00 0.02 0.00 0.00 99.83 08:52:10 03:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:39:01 3 0.07 0.00 0.07 0.00 0.03 99.83 08:52:10 03:39:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 03:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:40:01 all 0.17 0.00 0.01 0.00 0.01 99.80 08:52:10 03:40:01 0 0.07 0.00 0.03 0.00 0.02 99.88 08:52:10 03:40:01 1 1.09 0.00 0.03 0.00 0.00 98.88 08:52:10 03:40:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 03:40:01 3 0.13 0.00 0.03 0.00 0.03 99.80 08:52:10 03:40:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 03:40:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 03:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:40:01 7 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 03:41:01 all 0.07 0.00 0.02 0.00 0.01 99.89 08:52:10 03:41:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 03:41:01 1 0.48 0.00 0.02 0.00 0.02 99.48 08:52:10 03:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:41:01 3 0.05 0.00 0.07 0.00 0.03 99.85 08:52:10 03:41:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 03:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:41:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 03:41:01 7 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 03:42:01 all 0.27 0.00 0.01 0.00 0.01 99.70 08:52:10 03:42:01 0 0.02 0.00 0.05 0.00 0.00 99.93 08:52:10 03:42:01 1 1.99 0.00 0.02 0.00 0.03 97.96 08:52:10 03:42:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 03:42:01 3 0.08 0.00 0.00 0.00 0.02 99.90 08:52:10 03:42:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 03:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:42:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:42:01 7 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 03:43:01 all 0.19 0.00 0.02 0.00 0.01 99.78 08:52:10 03:43:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 03:43:01 1 1.45 0.00 0.03 0.00 0.00 98.51 08:52:10 03:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:43:01 3 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 03:43:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 03:43:01 5 0.00 0.00 0.03 0.00 0.00 99.97 08:52:10 03:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:43:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:44:01 all 0.27 0.00 0.01 0.00 0.01 99.70 08:52:10 03:44:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 03:44:01 1 1.97 0.00 0.03 0.00 0.03 97.96 08:52:10 03:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:44:01 3 0.07 0.00 0.03 0.00 0.02 99.88 08:52:10 03:44:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 03:44:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 03:44:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 03:44:01 7 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 03:45:01 all 0.20 0.00 0.02 0.00 0.01 99.76 08:52:10 03:45:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 03:45:01 1 1.55 0.00 0.05 0.00 0.02 98.38 08:52:10 03:45:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 03:45:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 03:45:01 4 0.00 0.00 0.03 0.03 0.02 99.92 08:52:10 03:45:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 03:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:46:01 all 0.10 0.00 0.01 0.00 0.01 99.88 08:52:10 03:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 03:46:01 1 0.55 0.00 0.02 0.00 0.02 99.42 08:52:10 03:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:46:01 3 0.08 0.00 0.00 0.00 0.02 99.90 08:52:10 03:46:01 4 0.03 0.00 0.00 0.02 0.00 99.95 08:52:10 03:46:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 03:46:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 03:46:01 7 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 08:52:10 03:46:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 03:47:01 all 0.02 0.00 0.01 0.01 0.01 99.95 08:52:10 03:47:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 03:47:01 1 0.08 0.00 0.02 0.00 0.03 99.87 08:52:10 03:47:01 2 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 03:47:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 03:47:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 03:47:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:47:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:47:01 7 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 03:48:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 03:48:01 0 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 03:48:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 03:48:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 03:48:01 3 0.07 0.00 0.03 0.00 0.02 99.88 08:52:10 03:48:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:48:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 03:48:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:48:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 03:49:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 03:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 03:49:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 03:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:49:01 3 0.05 0.00 0.05 0.00 0.02 99.88 08:52:10 03:49:01 4 0.03 0.00 0.00 0.02 0.02 99.93 08:52:10 03:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:49:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:49:01 7 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 03:50:01 all 0.02 0.00 0.01 0.01 0.01 99.95 08:52:10 03:50:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 03:50:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 03:50:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 03:50:01 3 0.10 0.00 0.03 0.00 0.02 99.85 08:52:10 03:50:01 4 0.00 0.00 0.00 0.03 0.02 99.95 08:52:10 03:50:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:50:01 7 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 03:51:01 all 0.02 0.00 0.01 0.00 0.02 99.95 08:52:10 03:51:01 0 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 03:51:01 1 0.00 0.00 0.00 0.00 0.03 99.97 08:52:10 03:51:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 03:51:01 3 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 03:51:01 4 0.02 0.00 0.03 0.02 0.02 99.92 08:52:10 03:51:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 03:51:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 03:51:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 03:52:01 all 0.05 0.00 0.02 0.00 0.00 99.92 08:52:10 03:52:01 0 0.08 0.00 0.03 0.00 0.00 99.88 08:52:10 03:52:01 1 0.13 0.00 0.03 0.00 0.02 99.82 08:52:10 03:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:52:01 3 0.08 0.00 0.02 0.00 0.02 99.88 08:52:10 03:52:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 03:52:01 5 0.07 0.00 0.02 0.00 0.00 99.92 08:52:10 03:52:01 6 0.00 0.00 0.03 0.00 0.00 99.97 08:52:10 03:52:01 7 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 03:53:01 all 0.28 0.00 0.01 0.00 0.01 99.70 08:52:10 03:53:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 03:53:01 1 1.99 0.00 0.02 0.00 0.02 97.98 08:52:10 03:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:53:01 3 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 03:53:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 03:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:53:01 7 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 03:54:01 all 0.27 0.00 0.01 0.00 0.01 99.70 08:52:10 03:54:01 0 0.07 0.00 0.05 0.00 0.02 99.87 08:52:10 03:54:01 1 1.97 0.00 0.02 0.00 0.02 98.00 08:52:10 03:54:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 03:54:01 3 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 03:54:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 03:54:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 03:54:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 03:54:01 7 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 03:55:01 all 0.26 0.00 0.02 0.00 0.01 99.70 08:52:10 03:55:01 0 0.00 0.00 0.07 0.00 0.03 99.90 08:52:10 03:55:01 1 2.00 0.00 0.03 0.00 0.03 97.93 08:52:10 03:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:55:01 3 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 03:55:01 4 0.02 0.00 0.02 0.02 0.00 99.95 08:52:10 03:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 03:55:01 6 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 03:55:01 7 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 03:56:01 all 0.13 0.00 0.02 0.00 0.01 99.83 08:52:10 03:56:01 0 0.08 0.00 0.03 0.00 0.00 99.88 08:52:10 03:56:01 1 0.88 0.00 0.10 0.00 0.02 99.00 08:52:10 03:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:56:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 03:56:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 03:56:01 5 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 03:56:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 03:56:01 7 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 03:57:01 all 0.02 0.00 0.02 0.00 0.01 99.95 08:52:10 03:57:01 0 0.05 0.00 0.02 0.00 0.03 99.90 08:52:10 03:57:01 1 0.02 0.00 0.05 0.00 0.03 99.90 08:52:10 03:57:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 03:57:01 3 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 03:57:01 4 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 03:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:57:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:57:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:52:10 03:57:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 03:58:01 all 0.18 0.00 0.02 0.00 0.01 99.79 08:52:10 03:58:01 0 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 03:58:01 1 1.24 0.00 0.05 0.00 0.03 98.68 08:52:10 03:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:58:01 3 0.05 0.00 0.03 0.00 0.00 99.92 08:52:10 03:58:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 03:58:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 03:58:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:58:01 7 0.05 0.00 0.02 0.02 0.02 99.90 08:52:10 03:59:01 all 0.24 0.00 0.01 0.00 0.01 99.73 08:52:10 03:59:01 0 0.03 0.00 0.05 0.00 0.02 99.90 08:52:10 03:59:01 1 1.83 0.00 0.03 0.00 0.02 98.13 08:52:10 03:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 03:59:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 03:59:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 03:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 03:59:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 03:59:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 04:00:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 04:00:01 0 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 04:00:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 04:00:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 04:00:01 3 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 04:00:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:00:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 04:01:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 04:01:01 0 0.00 0.00 0.03 0.00 0.00 99.97 08:52:10 04:01:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:01:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 04:01:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 04:01:01 4 0.03 0.00 0.03 0.03 0.02 99.88 08:52:10 04:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:01:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 04:02:01 all 0.25 0.00 0.01 0.00 0.01 99.73 08:52:10 04:02:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 04:02:01 1 1.76 0.00 0.00 0.00 0.03 98.21 08:52:10 04:02:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 04:02:01 3 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 04:02:01 4 0.03 0.00 0.02 0.02 0.02 99.92 08:52:10 04:02:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 04:02:01 6 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 04:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:03:01 all 0.23 0.00 0.01 0.03 0.01 99.72 08:52:10 04:03:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 04:03:01 1 1.73 0.00 0.02 0.00 0.02 98.24 08:52:10 04:03:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 04:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:03:01 4 0.03 0.00 0.00 0.27 0.02 99.68 08:52:10 04:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:03:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 04:03:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:04:01 all 0.28 0.00 0.01 0.00 0.01 99.70 08:52:10 04:04:01 0 0.08 0.00 0.02 0.00 0.02 99.88 08:52:10 04:04:01 1 1.99 0.00 0.02 0.00 0.02 97.98 08:52:10 04:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 04:04:01 3 0.08 0.00 0.00 0.00 0.02 99.90 08:52:10 04:04:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:04:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:04:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:04:01 7 0.03 0.00 0.03 0.00 0.00 99.93 08:52:10 04:05:01 all 0.13 0.00 0.02 0.00 0.01 99.83 08:52:10 04:05:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 04:05:01 1 0.95 0.00 0.07 0.00 0.03 98.96 08:52:10 04:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:05:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:05:01 4 0.02 0.00 0.00 0.03 0.02 99.93 08:52:10 04:05:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:05:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 04:06:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:52:10 04:06:01 0 0.07 0.00 0.02 0.00 0.00 99.92 08:52:10 04:06:01 1 0.02 0.00 0.05 0.00 0.03 99.90 08:52:10 04:06:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:06:01 3 0.08 0.00 0.02 0.00 0.00 99.90 08:52:10 04:06:01 4 0.02 0.00 0.02 0.02 0.00 99.95 08:52:10 04:06:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 04:06:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:06:01 7 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 04:07:01 all 0.02 0.00 0.02 0.00 0.01 99.95 08:52:10 04:07:01 0 0.03 0.00 0.07 0.00 0.02 99.88 08:52:10 04:07:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 04:07:01 2 0.00 0.00 0.03 0.00 0.00 99.97 08:52:10 04:07:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 04:07:01 4 0.02 0.00 0.00 0.03 0.02 99.93 08:52:10 04:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:07:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:08:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 04:08:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 04:08:01 1 0.02 0.00 0.00 0.00 0.03 99.95 08:52:10 04:08:01 2 0.07 0.00 0.00 0.02 0.00 99.92 08:52:10 04:08:01 3 0.07 0.00 0.02 0.00 0.00 99.92 08:52:10 04:08:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 04:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:08:01 7 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 08:52:10 04:08:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 04:09:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 04:09:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 04:09:01 1 0.00 0.00 0.03 0.00 0.02 99.95 08:52:10 04:09:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:09:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 04:09:01 4 0.03 0.00 0.02 0.02 0.02 99.92 08:52:10 04:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:09:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 04:09:01 7 0.00 0.00 0.03 0.00 0.02 99.95 08:52:10 04:10:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 04:10:01 0 0.12 0.00 0.00 0.00 0.02 99.87 08:52:10 04:10:01 1 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 04:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:10:01 3 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 04:10:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 04:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:10:01 6 0.00 0.00 0.03 0.02 0.00 99.95 08:52:10 04:10:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:11:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 04:11:01 0 0.08 0.00 0.03 0.00 0.00 99.88 08:52:10 04:11:01 1 0.00 0.00 0.00 0.00 0.03 99.97 08:52:10 04:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:11:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 04:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:11:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:11:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 04:12:01 all 0.03 0.00 0.02 0.00 0.01 99.94 08:52:10 04:12:01 0 0.05 0.00 0.05 0.00 0.02 99.88 08:52:10 04:12:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 04:12:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:12:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 04:12:01 4 0.02 0.00 0.02 0.03 0.02 99.92 08:52:10 04:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:12:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 04:13:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 04:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 04:13:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 04:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 04:13:01 3 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 04:13:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 04:13:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 04:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:13:01 7 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 04:14:01 all 0.16 0.00 0.01 0.00 0.01 99.81 08:52:10 04:14:01 0 0.08 0.00 0.00 0.00 0.02 99.90 08:52:10 04:14:01 1 1.06 0.00 0.00 0.00 0.03 98.91 08:52:10 04:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:14:01 3 0.08 0.00 0.03 0.00 0.03 99.85 08:52:10 04:14:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 04:14:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 04:14:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 04:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:15:01 all 0.14 0.00 0.01 0.00 0.01 99.83 08:52:10 04:15:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 04:15:01 1 1.03 0.00 0.02 0.00 0.02 98.94 08:52:10 04:15:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:15:01 3 0.07 0.00 0.03 0.00 0.02 99.88 08:52:10 04:15:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:15:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:16:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 04:16:01 0 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 04:16:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 04:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:16:01 3 0.12 0.00 0.05 0.00 0.02 99.82 08:52:10 04:16:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:16:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:16:01 7 0.00 0.00 0.05 0.00 0.02 99.93 08:52:10 04:17:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 04:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 04:17:01 1 0.02 0.00 0.00 0.00 0.03 99.95 08:52:10 04:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:17:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 04:17:01 4 0.02 0.00 0.02 0.02 0.00 99.95 08:52:10 04:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 04:17:01 6 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 04:17:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 04:18:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 04:18:01 0 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 04:18:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:18:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 04:18:01 3 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 04:18:01 4 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 04:18:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 04:18:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:18:01 7 0.07 0.00 0.03 0.00 0.00 99.90 08:52:10 04:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 04:19:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 04:19:01 1 0.00 0.00 0.05 0.00 0.03 99.92 08:52:10 04:19:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:19:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 04:19:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 04:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:19:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:19:01 7 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 08:52:10 04:19:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 04:20:01 all 0.08 0.00 0.01 0.00 0.01 99.90 08:52:10 04:20:01 0 0.05 0.00 0.03 0.00 0.00 99.92 08:52:10 04:20:01 1 0.47 0.00 0.02 0.00 0.03 99.48 08:52:10 04:20:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:20:01 3 0.05 0.00 0.03 0.00 0.00 99.92 08:52:10 04:20:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:20:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:20:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 04:21:01 all 0.26 0.00 0.02 0.00 0.01 99.70 08:52:10 04:21:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 04:21:01 1 1.91 0.00 0.03 0.00 0.02 98.04 08:52:10 04:21:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 04:21:01 3 0.05 0.00 0.05 0.00 0.02 99.88 08:52:10 04:21:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 04:21:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:21:01 6 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 04:21:01 7 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 04:22:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 04:22:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 04:22:01 1 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 04:22:01 2 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 04:22:01 3 0.08 0.00 0.02 0.00 0.02 99.88 08:52:10 04:22:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 04:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:22:01 6 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 04:22:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 04:23:01 all 0.01 0.00 0.02 0.00 0.01 99.95 08:52:10 04:23:01 0 0.05 0.00 0.05 0.00 0.00 99.90 08:52:10 04:23:01 1 0.02 0.00 0.05 0.00 0.03 99.90 08:52:10 04:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:23:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 04:23:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:23:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:23:01 6 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 04:23:01 7 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 04:24:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 04:24:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:24:01 1 0.02 0.00 0.05 0.00 0.03 99.90 08:52:10 04:24:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 04:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 04:24:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 04:24:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 04:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:24:01 7 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 04:25:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 04:25:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 04:25:01 1 0.02 0.00 0.00 0.00 0.03 99.95 08:52:10 04:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:25:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:25:01 4 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 04:25:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:25:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 04:26:01 all 0.03 0.00 0.01 0.01 0.01 99.95 08:52:10 04:26:01 0 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 04:26:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 04:26:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 04:26:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 04:26:01 4 0.02 0.00 0.00 0.03 0.00 99.95 08:52:10 04:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:26:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 04:27:01 all 0.02 0.00 0.01 0.00 0.02 99.95 08:52:10 04:27:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:27:01 1 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 04:27:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 04:27:01 3 0.05 0.00 0.00 0.02 0.02 99.92 08:52:10 04:27:01 4 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 04:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:27:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 04:27:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:28:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 04:28:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 04:28:01 1 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 04:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:28:01 3 0.07 0.00 0.02 0.00 0.03 99.88 08:52:10 04:28:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 04:28:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 04:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:28:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 04:29:01 all 0.13 0.00 0.01 0.00 0.01 99.85 08:52:10 04:29:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:29:01 1 0.99 0.00 0.02 0.00 0.03 98.96 08:52:10 04:29:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:29:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:29:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:29:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:30:01 all 0.27 0.00 0.01 0.00 0.01 99.69 08:52:10 04:30:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:30:01 1 1.99 0.00 0.02 0.00 0.03 97.96 08:52:10 04:30:01 2 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 04:30:01 3 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 04:30:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 04:30:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 04:30:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:30:01 7 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 08:52:10 04:30:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 04:31:01 all 0.26 0.00 0.01 0.00 0.01 99.71 08:52:10 04:31:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 04:31:01 1 1.97 0.00 0.05 0.00 0.03 97.95 08:52:10 04:31:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:31:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 04:31:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:31:01 7 0.02 0.00 0.03 0.02 0.02 99.92 08:52:10 04:32:01 all 0.27 0.00 0.01 0.00 0.01 99.70 08:52:10 04:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 04:32:01 1 1.95 0.00 0.02 0.00 0.03 98.00 08:52:10 04:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:32:01 3 0.08 0.00 0.03 0.00 0.03 99.85 08:52:10 04:32:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 04:32:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 04:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:32:01 7 0.05 0.00 0.02 0.02 0.02 99.90 08:52:10 04:33:01 all 0.19 0.00 0.02 0.00 0.01 99.78 08:52:10 04:33:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:33:01 1 1.42 0.00 0.10 0.00 0.02 98.46 08:52:10 04:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:33:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 04:33:01 4 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 04:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:33:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:33:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:34:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 04:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 04:34:01 1 0.05 0.00 0.03 0.00 0.05 99.87 08:52:10 04:34:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 04:34:01 3 0.07 0.00 0.03 0.00 0.02 99.88 08:52:10 04:34:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 04:34:01 5 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 04:34:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:34:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:35:01 all 0.10 0.00 0.03 0.01 0.01 99.86 08:52:10 04:35:01 0 0.17 0.00 0.03 0.00 0.02 99.78 08:52:10 04:35:01 1 0.13 0.00 0.05 0.00 0.02 99.80 08:52:10 04:35:01 2 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 04:35:01 3 0.08 0.00 0.05 0.00 0.02 99.85 08:52:10 04:35:01 4 0.00 0.00 0.00 0.03 0.02 99.95 08:52:10 04:35:01 5 0.22 0.00 0.00 0.00 0.02 99.77 08:52:10 04:35:01 6 0.10 0.00 0.03 0.02 0.02 99.83 08:52:10 04:35:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 04:36:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 04:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:36:01 1 0.03 0.00 0.03 0.00 0.05 99.88 08:52:10 04:36:01 2 0.10 0.00 0.02 0.00 0.00 99.88 08:52:10 04:36:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:36:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 04:36:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 04:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:36:01 7 0.05 0.00 0.03 0.02 0.02 99.88 08:52:10 04:37:01 all 0.13 0.00 0.02 0.00 0.01 99.83 08:52:10 04:37:01 0 0.05 0.00 0.05 0.00 0.02 99.88 08:52:10 04:37:01 1 0.96 0.00 0.03 0.00 0.03 98.97 08:52:10 04:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:37:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 04:37:01 4 0.02 0.00 0.02 0.02 0.00 99.95 08:52:10 04:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:37:01 7 0.00 0.00 0.03 0.02 0.02 99.93 08:52:10 04:38:01 all 0.28 0.00 0.01 0.00 0.01 99.69 08:52:10 04:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:38:01 1 2.00 0.00 0.02 0.00 0.03 97.95 08:52:10 04:38:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:38:01 3 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 04:38:01 4 0.02 0.00 0.00 0.03 0.02 99.93 08:52:10 04:38:01 5 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 04:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:38:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 04:39:01 all 0.26 0.00 0.01 0.00 0.01 99.70 08:52:10 04:39:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 04:39:01 1 1.97 0.00 0.03 0.00 0.03 97.96 08:52:10 04:39:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 04:39:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 04:39:01 4 0.02 0.00 0.05 0.02 0.02 99.90 08:52:10 04:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:39:01 7 0.00 0.00 0.03 0.02 0.02 99.93 08:52:10 04:40:01 all 0.28 0.00 0.01 0.00 0.01 99.70 08:52:10 04:40:01 0 0.03 0.00 0.05 0.00 0.02 99.90 08:52:10 04:40:01 1 1.99 0.00 0.02 0.00 0.02 97.98 08:52:10 04:40:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 04:40:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:40:01 4 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 04:40:01 5 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 04:40:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:40:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 04:41:01 all 0.23 0.00 0.02 0.01 0.01 99.73 08:52:10 04:41:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 04:41:01 1 1.73 0.00 0.05 0.00 0.03 98.19 08:52:10 04:41:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:41:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 04:41:01 4 0.00 0.00 0.02 0.07 0.02 99.90 08:52:10 04:41:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 04:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:41:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 08:52:10 04:41:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 04:42:01 all 0.03 0.00 0.02 0.00 0.01 99.94 08:52:10 04:42:01 0 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 04:42:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 04:42:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 04:42:01 3 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 04:42:01 4 0.03 0.00 0.00 0.02 0.02 99.93 08:52:10 04:42:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:42:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 04:42:01 7 0.03 0.00 0.05 0.02 0.02 99.88 08:52:10 04:43:01 all 0.02 0.00 0.01 0.01 0.01 99.95 08:52:10 04:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 04:43:01 1 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 04:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 04:43:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 04:43:01 4 0.03 0.00 0.00 0.03 0.02 99.92 08:52:10 04:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:43:01 7 0.02 0.00 0.02 0.02 0.00 99.95 08:52:10 04:44:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 04:44:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 04:44:01 1 0.00 0.00 0.02 0.00 0.03 99.95 08:52:10 04:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:44:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:44:01 4 0.08 0.00 0.02 0.00 0.02 99.88 08:52:10 04:44:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 04:44:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:44:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 04:45:01 all 0.01 0.00 0.01 0.00 0.01 99.98 08:52:10 04:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:45:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:45:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 04:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:45:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:45:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 04:46:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 04:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:46:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:46:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 04:46:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 04:46:01 4 0.08 0.00 0.00 0.02 0.02 99.88 08:52:10 04:46:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 04:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:46:01 7 0.03 0.00 0.08 0.02 0.02 99.85 08:52:10 04:47:01 all 0.01 0.00 0.01 0.01 0.01 99.95 08:52:10 04:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:47:01 1 0.00 0.00 0.02 0.00 0.03 99.95 08:52:10 04:47:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 04:47:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 04:47:01 4 0.02 0.00 0.03 0.02 0.02 99.92 08:52:10 04:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:47:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:47:01 7 0.03 0.00 0.05 0.00 0.02 99.90 08:52:10 04:48:01 all 0.17 0.00 0.01 0.00 0.01 99.81 08:52:10 04:48:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 04:48:01 1 1.16 0.00 0.02 0.00 0.03 98.79 08:52:10 04:48:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 04:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 08:52:10 04:48:01 4 0.05 0.00 0.00 0.02 0.02 99.92 08:52:10 04:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:48:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:48:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 04:49:01 all 0.26 0.00 0.01 0.00 0.01 99.71 08:52:10 04:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:49:01 1 1.99 0.00 0.02 0.00 0.02 97.98 08:52:10 04:49:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:49:01 3 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 04:49:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 04:49:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:49:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:49:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 04:50:01 all 0.13 0.00 0.01 0.00 0.01 99.84 08:52:10 04:50:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 04:50:01 1 0.86 0.00 0.02 0.00 0.03 99.09 08:52:10 04:50:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 04:50:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 04:50:01 4 0.03 0.00 0.00 0.02 0.02 99.93 08:52:10 04:50:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 04:50:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:50:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 04:51:02 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 04:51:02 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:51:02 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 04:51:02 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:51:02 3 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 04:51:02 4 0.02 0.00 0.03 0.02 0.02 99.92 08:52:10 04:51:02 5 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 04:51:02 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:51:02 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:52:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 04:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:52:01 1 0.00 0.00 0.02 0.00 0.03 99.95 08:52:10 04:52:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 04:52:01 3 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 04:52:01 4 0.03 0.00 0.02 0.02 0.02 99.92 08:52:10 04:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:52:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:52:01 7 0.05 0.00 0.07 0.00 0.02 99.86 08:52:10 08:52:10 04:52:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 04:53:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 04:53:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 04:53:01 1 0.00 0.00 0.00 0.00 0.03 99.97 08:52:10 04:53:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 04:53:01 3 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 04:53:01 4 0.03 0.00 0.00 0.03 0.00 99.93 08:52:10 04:53:01 5 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 04:53:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:53:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 04:54:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 04:54:01 0 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 04:54:01 1 0.03 0.00 0.02 0.00 0.05 99.90 08:52:10 04:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:54:01 3 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 04:54:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 04:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:54:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:54:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 04:55:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 04:55:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:55:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:55:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 04:55:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 04:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:55:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:55:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 04:56:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 04:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 04:56:01 1 0.05 0.00 0.05 0.00 0.03 99.87 08:52:10 04:56:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 04:56:01 3 0.08 0.00 0.00 0.00 0.00 99.92 08:52:10 04:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 04:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:56:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:56:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 04:57:01 all 0.09 0.00 0.01 0.00 0.01 99.87 08:52:10 04:57:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 04:57:01 1 0.70 0.00 0.05 0.00 0.03 99.22 08:52:10 04:57:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:57:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 04:57:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 04:57:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:57:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 04:57:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 04:58:01 all 0.28 0.00 0.01 0.00 0.01 99.69 08:52:10 04:58:01 0 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 04:58:01 1 2.00 0.00 0.03 0.00 0.03 97.93 08:52:10 04:58:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 04:58:01 3 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 04:58:01 4 0.03 0.00 0.00 0.02 0.02 99.93 08:52:10 04:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:58:01 6 0.02 0.00 0.02 0.02 0.00 99.95 08:52:10 04:58:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 04:59:01 all 0.25 0.00 0.01 0.00 0.01 99.72 08:52:10 04:59:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 04:59:01 1 1.97 0.00 0.03 0.00 0.02 97.98 08:52:10 04:59:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 04:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:59:01 4 0.00 0.00 0.02 0.03 0.00 99.95 08:52:10 04:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 04:59:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 04:59:01 7 0.00 0.00 0.03 0.00 0.02 99.95 08:52:10 05:00:01 all 0.27 0.00 0.01 0.00 0.01 99.71 08:52:10 05:00:01 0 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 05:00:01 1 1.91 0.00 0.00 0.00 0.03 98.06 08:52:10 05:00:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 05:00:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 05:00:01 4 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 05:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:00:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 05:00:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 05:01:01 all 0.10 0.00 0.01 0.00 0.01 99.87 08:52:10 05:01:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 05:01:01 1 0.68 0.00 0.00 0.00 0.03 99.28 08:52:10 05:01:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:01:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 05:01:01 4 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 05:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:01:01 6 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 05:01:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 05:02:01 all 0.03 0.00 0.01 0.01 0.01 99.95 08:52:10 05:02:01 0 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 05:02:01 1 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 05:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 05:02:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 05:02:01 4 0.07 0.00 0.00 0.03 0.00 99.90 08:52:10 05:02:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:02:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 05:02:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 05:03:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:52:10 05:03:01 0 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 05:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:03:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:03:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 05:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:03:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 05:03:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:52:10 05:03:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 05:04:01 all 0.03 0.00 0.02 0.00 0.01 99.94 08:52:10 05:04:01 0 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 05:04:01 1 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 05:04:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 05:04:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:04:01 4 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 05:04:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:04:01 6 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 05:04:01 7 0.08 0.00 0.03 0.00 0.02 99.87 08:52:10 05:05:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:52:10 05:05:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:05:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:05:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:05:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:05:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 05:05:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 05:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:05:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 05:06:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 05:06:01 0 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 05:06:01 1 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 05:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:06:01 3 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 05:06:01 4 0.03 0.00 0.02 0.02 0.00 99.93 08:52:10 05:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:06:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 05:06:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 05:07:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 05:07:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:07:01 1 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 05:07:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 05:07:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:07:01 4 0.02 0.00 0.02 0.03 0.02 99.92 08:52:10 05:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:07:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:08:01 all 0.15 0.00 0.01 0.00 0.01 99.82 08:52:10 05:08:01 0 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 05:08:01 1 0.98 0.00 0.02 0.00 0.02 98.99 08:52:10 05:08:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 05:08:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:08:01 4 0.02 0.00 0.03 0.03 0.02 99.90 08:52:10 05:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:08:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:08:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 05:09:01 all 0.25 0.00 0.01 0.00 0.01 99.74 08:52:10 05:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:09:01 1 1.89 0.00 0.02 0.00 0.03 98.06 08:52:10 05:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:09:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 05:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:09:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 05:10:01 all 0.25 0.00 0.01 0.00 0.01 99.72 08:52:10 05:10:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 05:10:01 1 1.76 0.00 0.07 0.00 0.03 98.14 08:52:10 05:10:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:10:01 3 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 05:10:01 4 0.05 0.00 0.00 0.02 0.02 99.92 08:52:10 05:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:10:01 7 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 05:11:01 all 0.02 0.00 0.02 0.00 0.01 99.95 08:52:10 05:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:11:01 1 0.00 0.00 0.03 0.00 0.02 99.95 08:52:10 05:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:11:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 05:11:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 05:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:11:01 7 0.08 0.00 0.07 0.00 0.03 99.82 08:52:10 05:12:01 all 0.04 0.00 0.01 0.00 0.01 99.93 08:52:10 05:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:12:01 1 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 05:12:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 05:12:01 3 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 05:12:01 4 0.05 0.00 0.03 0.02 0.02 99.88 08:52:10 05:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 05:12:01 7 0.08 0.00 0.03 0.00 0.02 99.87 08:52:10 05:13:01 all 0.01 0.00 0.01 0.01 0.01 99.96 08:52:10 05:13:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:13:01 1 0.00 0.00 0.03 0.00 0.02 99.95 08:52:10 05:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 05:13:01 4 0.02 0.00 0.00 0.03 0.02 99.93 08:52:10 05:13:01 5 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 05:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:13:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 05:14:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 05:14:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 05:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:14:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:14:01 3 0.07 0.00 0.02 0.00 0.03 99.88 08:52:10 05:14:01 4 0.03 0.00 0.00 0.02 0.00 99.95 08:52:10 05:14:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:14:01 7 0.08 0.00 0.03 0.00 0.05 99.83 08:52:10 08:52:10 05:14:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 05:15:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 05:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:15:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 05:15:01 3 0.05 0.00 0.05 0.00 0.02 99.88 08:52:10 05:15:01 4 0.02 0.00 0.00 0.03 0.02 99.93 08:52:10 05:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:15:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 05:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 05:16:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 05:16:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 05:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:16:01 3 0.08 0.00 0.02 0.00 0.03 99.87 08:52:10 05:16:01 4 0.02 0.00 0.03 0.02 0.02 99.92 08:52:10 05:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:16:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 05:17:01 all 0.10 0.00 0.02 0.00 0.01 99.87 08:52:10 05:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:17:01 2 0.00 0.00 0.03 0.00 0.00 99.97 08:52:10 05:17:01 3 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 05:17:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 05:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:17:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:17:01 7 0.76 0.00 0.05 0.00 0.03 99.15 08:52:10 05:18:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 05:18:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:18:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 05:18:01 3 0.07 0.00 0.03 0.00 0.03 99.87 08:52:10 05:18:01 4 0.03 0.00 0.02 0.03 0.02 99.90 08:52:10 05:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:18:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 05:19:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:52:10 05:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:19:01 3 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 05:19:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 05:19:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:19:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:20:01 all 0.02 0.00 0.01 0.00 0.00 99.96 08:52:10 05:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:20:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:20:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 05:20:01 3 0.07 0.00 0.05 0.00 0.02 99.87 08:52:10 05:20:01 4 0.02 0.00 0.02 0.03 0.00 99.93 08:52:10 05:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:20:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 05:21:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 05:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:21:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:21:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 05:21:01 3 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 05:21:01 4 0.02 0.00 0.02 0.03 0.02 99.92 08:52:10 05:21:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 05:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:21:01 7 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 05:22:01 all 0.11 0.00 0.01 0.00 0.01 99.87 08:52:10 05:22:01 0 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 05:22:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:22:01 3 0.08 0.00 0.03 0.00 0.03 99.85 08:52:10 05:22:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 05:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:22:01 7 0.73 0.00 0.03 0.00 0.02 99.22 08:52:10 05:23:01 all 0.26 0.00 0.01 0.01 0.01 99.71 08:52:10 05:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:23:01 1 0.00 0.00 0.03 0.02 0.00 99.95 08:52:10 05:23:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 05:23:01 3 0.07 0.00 0.02 0.00 0.03 99.88 08:52:10 05:23:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 05:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:23:01 7 1.99 0.00 0.02 0.00 0.02 97.98 08:52:10 05:24:01 all 0.22 0.00 0.01 0.00 0.01 99.76 08:52:10 05:24:01 0 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 05:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:24:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 05:24:01 3 0.10 0.00 0.00 0.00 0.02 99.88 08:52:10 05:24:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 05:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:24:01 7 1.63 0.00 0.03 0.00 0.02 98.32 08:52:10 05:25:01 all 0.14 0.00 0.01 0.00 0.01 99.83 08:52:10 05:25:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 05:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:25:01 3 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 05:25:01 4 0.00 0.00 0.03 0.03 0.02 99.92 08:52:10 05:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:25:01 7 1.09 0.00 0.02 0.00 0.03 98.86 08:52:10 08:52:10 05:25:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 05:26:01 all 0.25 0.00 0.01 0.00 0.01 99.72 08:52:10 05:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:26:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 05:26:01 3 0.08 0.00 0.03 0.00 0.03 99.85 08:52:10 05:26:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 05:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:26:01 7 1.82 0.00 0.05 0.00 0.02 98.11 08:52:10 05:27:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:52:10 05:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:27:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 05:27:01 3 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 05:27:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 05:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:27:01 7 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 05:28:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 05:28:01 0 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 05:28:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 05:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:28:01 3 0.05 0.00 0.05 0.00 0.03 99.87 08:52:10 05:28:01 4 0.00 0.00 0.00 0.03 0.02 99.95 08:52:10 05:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:28:01 7 0.07 0.00 0.03 0.00 0.02 99.88 08:52:10 05:29:01 all 0.02 0.00 0.01 0.00 0.02 99.95 08:52:10 05:29:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 05:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:29:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 05:29:01 3 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 05:29:01 4 0.02 0.00 0.02 0.03 0.02 99.92 08:52:10 05:29:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 05:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:29:01 7 0.05 0.00 0.02 0.00 0.03 99.90 08:52:10 05:30:01 all 0.03 0.00 0.02 0.00 0.01 99.94 08:52:10 05:30:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:30:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:30:01 2 0.07 0.00 0.02 0.00 0.00 99.92 08:52:10 05:30:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 05:30:01 4 0.05 0.00 0.00 0.02 0.00 99.93 08:52:10 05:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:30:01 7 0.10 0.00 0.05 0.00 0.03 99.82 08:52:10 05:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 05:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:31:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 05:31:01 3 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 05:31:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 05:31:01 5 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 05:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:31:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 05:32:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 05:32:01 0 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 05:32:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:32:01 3 0.07 0.00 0.03 0.00 0.03 99.87 08:52:10 05:32:01 4 0.05 0.00 0.00 0.02 0.02 99.92 08:52:10 05:32:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 05:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:32:01 7 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 05:33:01 all 0.02 0.00 0.02 0.01 0.01 99.94 08:52:10 05:33:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 05:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:33:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:33:01 3 0.05 0.00 0.05 0.00 0.03 99.87 08:52:10 05:33:01 4 0.02 0.00 0.03 0.03 0.02 99.90 08:52:10 05:33:01 5 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 05:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:33:01 7 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 05:34:01 all 0.04 0.00 0.01 0.00 0.01 99.93 08:52:10 05:34:01 0 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 05:34:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:34:01 2 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 05:34:01 3 0.08 0.00 0.03 0.00 0.03 99.85 08:52:10 05:34:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 05:34:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 05:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:34:01 7 0.08 0.00 0.00 0.00 0.03 99.88 08:52:10 05:35:01 all 0.02 0.00 0.02 0.01 0.01 99.94 08:52:10 05:35:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 05:35:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:35:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 05:35:01 3 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 05:35:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 05:35:01 5 0.02 0.00 0.00 0.03 0.02 99.93 08:52:10 05:35:01 6 0.00 0.00 0.05 0.00 0.02 99.93 08:52:10 05:35:01 7 0.08 0.00 0.05 0.00 0.02 99.85 08:52:10 05:36:01 all 0.13 0.00 0.07 0.00 0.01 99.79 08:52:10 05:36:01 0 0.15 0.00 0.02 0.00 0.02 99.82 08:52:10 05:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:36:01 2 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 05:36:01 3 0.08 0.00 0.02 0.00 0.02 99.88 08:52:10 05:36:01 4 0.45 0.00 0.03 0.02 0.02 99.48 08:52:10 05:36:01 5 0.12 0.00 0.08 0.00 0.02 99.78 08:52:10 05:36:01 6 0.10 0.00 0.38 0.00 0.00 99.52 08:52:10 05:36:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 08:52:10 05:36:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 05:37:01 all 0.16 0.00 0.03 0.01 0.01 99.79 08:52:10 05:37:01 0 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 05:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:37:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 05:37:01 3 0.03 0.00 0.07 0.00 0.03 99.87 08:52:10 05:37:01 4 0.00 0.00 0.03 0.05 0.02 99.90 08:52:10 05:37:01 5 0.03 0.00 0.03 0.02 0.02 99.90 08:52:10 05:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:37:01 7 1.09 0.00 0.07 0.00 0.02 98.82 08:52:10 05:38:01 all 0.26 0.00 0.01 0.00 0.01 99.72 08:52:10 05:38:01 0 0.07 0.00 0.02 0.00 0.00 99.92 08:52:10 05:38:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 05:38:01 2 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 05:38:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 05:38:01 4 0.03 0.00 0.00 0.02 0.00 99.95 08:52:10 05:38:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 05:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:38:01 7 1.79 0.00 0.02 0.00 0.02 98.17 08:52:10 05:39:01 all 0.26 0.00 0.02 0.00 0.01 99.70 08:52:10 05:39:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 05:39:01 1 0.00 0.00 0.03 0.00 0.00 99.97 08:52:10 05:39:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 05:39:01 3 0.00 0.00 0.03 0.00 0.03 99.93 08:52:10 05:39:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 05:39:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 05:39:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 05:39:01 7 1.99 0.00 0.02 0.00 0.03 97.96 08:52:10 05:40:01 all 0.27 0.00 0.01 0.00 0.01 99.70 08:52:10 05:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:40:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:40:01 3 0.10 0.00 0.05 0.00 0.03 99.82 08:52:10 05:40:01 4 0.12 0.00 0.02 0.03 0.00 99.83 08:52:10 05:40:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:40:01 7 1.87 0.00 0.02 0.00 0.02 98.09 08:52:10 05:41:01 all 0.03 0.00 0.02 0.01 0.01 99.94 08:52:10 05:41:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:41:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 05:41:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 05:41:01 4 0.03 0.00 0.02 0.05 0.02 99.88 08:52:10 05:41:01 5 0.05 0.00 0.05 0.00 0.00 99.90 08:52:10 05:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:41:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:42:01 all 0.04 0.00 0.01 0.00 0.02 99.93 08:52:10 05:42:01 0 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 05:42:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 05:42:01 2 0.10 0.00 0.02 0.00 0.02 99.87 08:52:10 05:42:01 3 0.07 0.00 0.03 0.00 0.03 99.87 08:52:10 05:42:01 4 0.03 0.00 0.00 0.02 0.02 99.93 08:52:10 05:42:01 5 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 05:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:42:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 05:43:01 all 0.02 0.00 0.02 0.00 0.01 99.95 08:52:10 05:43:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 05:43:01 1 0.00 0.00 0.03 0.00 0.00 99.97 08:52:10 05:43:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 05:43:01 3 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 05:43:01 4 0.03 0.00 0.03 0.03 0.00 99.90 08:52:10 05:43:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 05:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:43:01 7 0.00 0.00 0.03 0.00 0.02 99.95 08:52:10 05:44:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 05:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:44:01 2 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 05:44:01 3 0.07 0.00 0.03 0.00 0.03 99.87 08:52:10 05:44:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 05:44:01 5 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 05:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:44:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 05:45:01 all 0.01 0.00 0.02 0.00 0.01 99.96 08:52:10 05:45:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 05:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:45:01 3 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 05:45:01 4 0.00 0.00 0.02 0.03 0.00 99.95 08:52:10 05:45:01 5 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 05:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:45:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:46:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 05:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:46:01 2 0.08 0.00 0.00 0.00 0.02 99.90 08:52:10 05:46:01 3 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 05:46:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 05:46:01 5 0.05 0.00 0.07 0.00 0.02 99.87 08:52:10 05:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:46:01 7 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 05:47:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:52:10 05:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:47:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 05:47:01 3 0.03 0.00 0.05 0.00 0.03 99.88 08:52:10 05:47:01 4 0.00 0.00 0.00 0.03 0.02 99.95 08:52:10 05:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:47:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:52:10 05:47:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 05:48:01 all 0.03 0.00 0.01 0.01 0.01 99.95 08:52:10 05:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:48:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:48:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 05:48:01 3 0.03 0.00 0.02 0.02 0.03 99.90 08:52:10 05:48:01 4 0.05 0.00 0.02 0.03 0.00 99.90 08:52:10 05:48:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:48:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 05:49:01 all 0.02 0.00 0.01 0.00 0.02 99.95 08:52:10 05:49:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 05:49:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 05:49:01 2 0.08 0.00 0.00 0.00 0.02 99.90 08:52:10 05:49:01 3 0.00 0.00 0.03 0.00 0.03 99.93 08:52:10 05:49:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 05:49:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:49:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 05:49:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 05:50:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 05:50:01 0 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 05:50:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:52:10 05:50:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 05:50:01 3 0.10 0.00 0.03 0.00 0.03 99.83 08:52:10 05:50:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 05:50:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 05:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:50:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 05:51:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 05:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:51:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 05:51:01 3 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 05:51:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 05:51:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:51:01 7 0.00 0.00 0.03 0.00 0.02 99.95 08:52:10 05:52:01 all 0.16 0.00 0.01 0.00 0.01 99.81 08:52:10 05:52:01 0 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 05:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:52:01 2 1.08 0.00 0.00 0.00 0.02 98.91 08:52:10 05:52:01 3 0.03 0.00 0.02 0.00 0.05 99.90 08:52:10 05:52:01 4 0.07 0.00 0.02 0.02 0.00 99.90 08:52:10 05:52:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 05:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:52:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 05:53:01 all 0.27 0.00 0.02 0.00 0.01 99.70 08:52:10 05:53:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 05:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:53:01 2 1.99 0.00 0.00 0.00 0.02 98.00 08:52:10 05:53:01 3 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 05:53:01 4 0.00 0.00 0.02 0.03 0.02 99.93 08:52:10 05:53:01 5 0.05 0.00 0.05 0.00 0.00 99.90 08:52:10 05:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:53:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 05:54:01 all 0.13 0.00 0.01 0.00 0.01 99.84 08:52:10 05:54:01 0 0.07 0.00 0.02 0.00 0.00 99.92 08:52:10 05:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 05:54:01 2 0.80 0.00 0.02 0.00 0.02 99.17 08:52:10 05:54:01 3 0.05 0.00 0.02 0.00 0.03 99.90 08:52:10 05:54:01 4 0.07 0.00 0.02 0.02 0.00 99.90 08:52:10 05:54:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 05:54:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 05:54:01 7 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 05:55:01 all 0.01 0.00 0.00 0.00 0.02 99.96 08:52:10 05:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:55:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 05:55:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 05:55:01 3 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 05:55:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 05:55:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 05:55:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 05:55:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 05:56:01 all 0.05 0.00 0.03 0.00 0.01 99.92 08:52:10 05:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:56:01 1 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 05:56:01 2 0.23 0.00 0.00 0.00 0.00 99.77 08:52:10 05:56:01 3 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 05:56:01 4 0.05 0.00 0.02 0.02 0.00 99.92 08:52:10 05:56:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:56:01 6 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 05:56:01 7 0.02 0.00 0.10 0.00 0.02 99.87 08:52:10 05:57:01 all 0.06 0.00 0.02 0.00 0.01 99.90 08:52:10 05:57:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 05:57:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 05:57:01 2 0.40 0.00 0.05 0.00 0.02 99.53 08:52:10 05:57:01 3 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 05:57:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 05:57:01 5 0.00 0.00 0.03 0.00 0.02 99.95 08:52:10 05:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:57:01 7 0.02 0.00 0.03 0.02 0.02 99.92 08:52:10 05:58:01 all 0.18 0.00 0.02 0.00 0.01 99.79 08:52:10 05:58:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 05:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:58:01 2 1.29 0.00 0.03 0.00 0.02 98.66 08:52:10 05:58:01 3 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 05:58:01 4 0.05 0.00 0.00 0.02 0.00 99.93 08:52:10 05:58:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 05:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:58:01 7 0.02 0.00 0.03 0.02 0.02 99.92 08:52:10 08:52:10 05:58:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 05:59:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 05:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 05:59:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 05:59:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 05:59:01 3 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 05:59:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 05:59:01 5 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 05:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 05:59:01 7 0.05 0.00 0.02 0.00 0.03 99.90 08:52:10 06:00:01 all 0.03 0.00 0.01 0.00 0.02 99.94 08:52:10 06:00:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 06:00:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:00:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:00:01 3 0.02 0.00 0.05 0.00 0.05 99.88 08:52:10 06:00:01 4 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 06:00:01 5 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 06:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:00:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 06:01:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 06:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:01:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 06:01:01 3 0.05 0.00 0.03 0.00 0.03 99.88 08:52:10 06:01:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 06:01:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 06:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:01:01 7 0.03 0.00 0.02 0.02 0.02 99.92 08:52:10 06:02:01 all 0.13 0.00 0.02 0.00 0.01 99.84 08:52:10 06:02:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:02:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:02:01 2 0.85 0.00 0.02 0.00 0.02 99.12 08:52:10 06:02:01 3 0.08 0.00 0.02 0.00 0.02 99.88 08:52:10 06:02:01 4 0.02 0.00 0.02 0.02 0.03 99.92 08:52:10 06:02:01 5 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 06:02:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 06:02:01 7 0.02 0.00 0.05 0.00 0.02 99.92 08:52:10 06:03:01 all 0.03 0.00 0.01 0.01 0.01 99.94 08:52:10 06:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:03:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:03:01 2 0.08 0.00 0.02 0.00 0.02 99.88 08:52:10 06:03:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:03:01 4 0.02 0.00 0.00 0.02 0.03 99.93 08:52:10 06:03:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 06:03:01 6 0.02 0.00 0.02 0.02 0.00 99.95 08:52:10 06:03:01 7 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 06:04:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 06:04:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:04:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:04:01 2 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 06:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:04:01 4 0.07 0.00 0.03 0.03 0.02 99.85 08:52:10 06:04:01 5 0.02 0.00 0.05 0.00 0.02 99.92 08:52:10 06:04:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:04:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:05:02 all 0.01 0.00 0.02 0.00 0.01 99.96 08:52:10 06:05:02 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:05:02 1 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 06:05:02 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:05:02 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:05:02 4 0.00 0.00 0.03 0.02 0.03 99.92 08:52:10 06:05:02 5 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 06:05:02 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:05:02 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 06:06:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 06:06:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 06:06:01 2 0.05 0.00 0.02 0.00 0.02 99.91 08:52:10 06:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:06:01 4 0.00 0.00 0.03 0.00 0.03 99.93 08:52:10 06:06:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:06:01 7 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 06:07:01 all 0.01 0.00 0.02 0.00 0.02 99.95 08:52:10 06:07:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:07:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:07:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:07:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 06:07:01 4 0.03 0.00 0.00 0.02 0.03 99.92 08:52:10 06:07:01 5 0.00 0.00 0.03 0.00 0.03 99.93 08:52:10 06:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:07:01 7 0.03 0.00 0.03 0.02 0.02 99.90 08:52:10 06:08:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 06:08:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 06:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:08:01 2 0.12 0.00 0.02 0.00 0.03 99.83 08:52:10 06:08:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:08:01 4 0.02 0.00 0.02 0.03 0.02 99.92 08:52:10 06:08:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:08:01 7 0.00 0.00 0.03 0.00 0.00 99.97 08:52:10 06:09:01 all 0.01 0.00 0.02 0.00 0.01 99.95 08:52:10 06:09:01 0 0.02 0.00 0.05 0.02 0.00 99.92 08:52:10 06:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:09:01 2 0.03 0.00 0.05 0.00 0.03 99.88 08:52:10 06:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:09:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 06:09:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:09:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 08:52:10 06:09:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 06:10:01 all 0.05 0.00 0.01 0.00 0.01 99.93 08:52:10 06:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:10:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:10:01 2 0.25 0.00 0.00 0.00 0.03 99.72 08:52:10 06:10:01 3 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 06:10:01 4 0.07 0.00 0.02 0.03 0.02 99.87 08:52:10 06:10:01 5 0.00 0.00 0.03 0.00 0.02 99.95 08:52:10 06:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:11:01 all 0.17 0.00 0.01 0.00 0.02 99.79 08:52:10 06:11:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:11:01 2 1.27 0.00 0.03 0.00 0.03 98.66 08:52:10 06:11:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 06:11:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 06:11:01 5 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 06:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:11:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:12:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 06:12:01 0 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 06:12:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:12:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:12:01 4 0.03 0.00 0.02 0.03 0.00 99.92 08:52:10 06:12:01 5 0.00 0.00 0.03 0.00 0.02 99.95 08:52:10 06:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:12:01 7 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 06:13:01 all 0.02 0.00 0.02 0.00 0.01 99.95 08:52:10 06:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:13:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:13:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:13:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 06:13:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 06:13:01 5 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 06:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:13:01 7 0.07 0.00 0.05 0.00 0.03 99.85 08:52:10 06:14:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 06:14:01 0 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 06:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:14:01 2 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 06:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:14:01 4 0.00 0.00 0.00 0.03 0.02 99.95 08:52:10 06:14:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 06:14:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:14:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:15:01 all 0.19 0.00 0.02 0.00 0.01 99.77 08:52:10 06:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:15:01 2 1.45 0.00 0.03 0.00 0.02 98.50 08:52:10 06:15:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:15:01 4 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 06:15:01 5 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 06:15:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 06:15:01 7 0.03 0.00 0.05 0.00 0.03 99.88 08:52:10 06:16:01 all 0.28 0.00 0.01 0.00 0.01 99.69 08:52:10 06:16:01 0 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 06:16:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:16:01 2 2.00 0.00 0.00 0.00 0.02 97.98 08:52:10 06:16:01 3 0.10 0.00 0.02 0.00 0.02 99.87 08:52:10 06:16:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 06:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:16:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 06:16:01 7 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 06:17:01 all 0.23 0.00 0.02 0.00 0.01 99.74 08:52:10 06:17:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 06:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:17:01 2 1.69 0.00 0.03 0.00 0.02 98.26 08:52:10 06:17:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:17:01 4 0.03 0.00 0.03 0.02 0.02 99.90 08:52:10 06:17:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:17:01 6 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 06:17:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 06:18:01 all 0.04 0.00 0.01 0.01 0.01 99.92 08:52:10 06:18:01 0 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 06:18:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:18:01 2 0.23 0.00 0.02 0.00 0.02 99.73 08:52:10 06:18:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 06:18:01 4 0.00 0.00 0.02 0.05 0.00 99.93 08:52:10 06:18:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 06:18:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 06:18:01 7 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 06:19:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 06:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:19:01 2 0.15 0.00 0.02 0.00 0.00 99.83 08:52:10 06:19:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:19:01 4 0.02 0.00 0.03 0.02 0.02 99.92 08:52:10 06:19:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 06:19:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 06:19:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:20:01 all 0.27 0.00 0.01 0.00 0.01 99.71 08:52:10 06:20:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 06:20:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:20:01 2 1.97 0.00 0.00 0.00 0.02 98.01 08:52:10 06:20:01 3 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 06:20:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 06:20:01 5 0.03 0.00 0.00 0.02 0.00 99.95 08:52:10 06:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:20:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 08:52:10 06:20:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 06:21:01 all 0.25 0.00 0.02 0.00 0.01 99.72 08:52:10 06:21:01 0 0.10 0.00 0.02 0.00 0.02 99.87 08:52:10 06:21:01 1 0.00 0.00 0.03 0.00 0.00 99.97 08:52:10 06:21:01 2 1.78 0.00 0.00 0.00 0.02 98.21 08:52:10 06:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:21:01 4 0.02 0.00 0.00 0.03 0.00 99.95 08:52:10 06:21:01 5 0.00 0.00 0.03 0.00 0.00 99.97 08:52:10 06:21:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:21:01 7 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 06:22:01 all 0.13 0.00 0.02 0.00 0.01 99.84 08:52:10 06:22:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 06:22:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 06:22:01 2 0.90 0.00 0.07 0.00 0.02 99.02 08:52:10 06:22:01 3 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 06:22:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 06:22:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:22:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:22:01 7 0.00 0.00 0.03 0.00 0.02 99.95 08:52:10 06:23:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 06:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:23:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 06:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:23:01 4 0.02 0.00 0.03 0.02 0.02 99.92 08:52:10 06:23:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:23:01 6 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 06:23:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 06:24:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 06:24:01 0 0.00 0.00 0.03 0.00 0.00 99.97 08:52:10 06:24:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:24:01 2 0.08 0.00 0.00 0.00 0.02 99.90 08:52:10 06:24:01 3 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 06:24:01 4 0.02 0.00 0.03 0.02 0.00 99.93 08:52:10 06:24:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 06:24:01 6 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 06:24:01 7 0.05 0.00 0.00 0.00 0.03 99.92 08:52:10 06:25:01 all 0.01 0.00 0.01 0.00 0.01 99.95 08:52:10 06:25:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 06:25:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:25:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:25:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 06:25:01 4 0.03 0.00 0.02 0.02 0.02 99.92 08:52:10 06:25:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:25:01 6 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 06:25:01 7 0.05 0.00 0.03 0.00 0.03 99.88 08:52:10 06:26:01 all 0.11 0.00 0.03 0.02 0.01 99.84 08:52:10 06:26:01 0 0.08 0.00 0.02 0.05 0.00 99.85 08:52:10 06:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:26:01 2 0.60 0.00 0.00 0.02 0.00 99.39 08:52:10 06:26:01 3 0.08 0.00 0.05 0.00 0.00 99.87 08:52:10 06:26:01 4 0.03 0.00 0.03 0.05 0.02 99.87 08:52:10 06:26:01 5 0.08 0.00 0.07 0.00 0.00 99.85 08:52:10 06:26:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 06:26:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 06:27:01 all 0.25 0.00 0.02 0.00 0.01 99.72 08:52:10 06:27:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 06:27:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:27:01 2 1.69 0.00 0.03 0.00 0.02 98.26 08:52:10 06:27:01 3 0.08 0.00 0.00 0.00 0.02 99.90 08:52:10 06:27:01 4 0.08 0.00 0.03 0.02 0.02 99.85 08:52:10 06:27:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:27:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:27:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:28:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 06:28:01 0 0.08 0.00 0.03 0.00 0.02 99.87 08:52:10 06:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:28:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 06:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:28:01 4 0.02 0.00 0.00 0.03 0.00 99.95 08:52:10 06:28:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:28:01 7 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 06:29:01 all 0.01 0.00 0.01 0.01 0.01 99.96 08:52:10 06:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:29:01 4 0.00 0.00 0.02 0.03 0.02 99.93 08:52:10 06:29:01 5 0.03 0.00 0.02 0.02 0.02 99.92 08:52:10 06:29:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:29:01 7 0.02 0.00 0.00 0.00 0.03 99.95 08:52:10 06:30:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 06:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:30:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:30:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:30:01 3 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 06:30:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 06:30:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:30:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:30:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 06:31:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 06:31:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:31:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:31:01 4 0.02 0.00 0.00 0.03 0.00 99.95 08:52:10 06:31:01 5 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 06:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:31:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 08:52:10 06:31:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 06:32:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:52:10 06:32:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:32:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 06:32:01 2 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 06:32:01 3 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 06:32:01 4 0.02 0.00 0.00 0.03 0.02 99.93 08:52:10 06:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:32:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:32:01 7 0.07 0.00 0.05 0.00 0.03 99.85 08:52:10 06:33:01 all 0.02 0.00 0.01 0.00 0.01 99.97 08:52:10 06:33:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:52:10 06:33:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:33:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:33:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 06:33:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:33:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:33:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 06:34:01 all 0.04 0.00 0.01 0.00 0.02 99.92 08:52:10 06:34:01 0 0.15 0.00 0.02 0.00 0.02 99.82 08:52:10 06:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:34:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:34:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 06:34:01 4 0.00 0.00 0.00 0.03 0.02 99.95 08:52:10 06:34:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:34:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:34:01 7 0.10 0.00 0.07 0.00 0.03 99.80 08:52:10 06:35:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:52:10 06:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:35:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 06:35:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 06:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:35:01 7 0.00 0.00 0.03 0.00 0.03 99.93 08:52:10 06:36:01 all 0.24 0.00 0.04 0.00 0.01 99.71 08:52:10 06:36:01 0 0.17 0.00 0.02 0.00 0.00 99.82 08:52:10 06:36:01 1 1.27 0.00 0.02 0.00 0.00 98.71 08:52:10 06:36:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 06:36:01 3 0.12 0.00 0.05 0.00 0.02 99.82 08:52:10 06:36:01 4 0.07 0.00 0.03 0.03 0.02 99.85 08:52:10 06:36:01 5 0.15 0.00 0.07 0.00 0.02 99.77 08:52:10 06:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:36:01 7 0.08 0.00 0.10 0.00 0.02 99.80 08:52:10 06:37:01 all 0.27 0.00 0.01 0.00 0.01 99.70 08:52:10 06:37:01 0 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 06:37:01 1 1.98 0.00 0.03 0.00 0.02 97.97 08:52:10 06:37:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:37:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 06:37:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:37:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:37:01 7 0.05 0.00 0.03 0.00 0.03 99.88 08:52:10 06:38:01 all 0.28 0.00 0.01 0.00 0.01 99.70 08:52:10 06:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:38:01 1 1.99 0.00 0.00 0.00 0.00 98.01 08:52:10 06:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:38:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:38:01 4 0.03 0.00 0.00 0.03 0.02 99.92 08:52:10 06:38:01 5 0.08 0.00 0.02 0.00 0.02 99.88 08:52:10 06:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:38:01 7 0.07 0.00 0.05 0.00 0.03 99.85 08:52:10 06:39:01 all 0.26 0.00 0.02 0.00 0.01 99.71 08:52:10 06:39:01 0 0.02 0.00 0.02 0.02 0.00 99.95 08:52:10 06:39:01 1 1.97 0.00 0.02 0.00 0.02 98.00 08:52:10 06:39:01 2 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 06:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:39:01 4 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:39:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:39:01 6 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 06:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:40:01 all 0.05 0.00 0.01 0.00 0.02 99.92 08:52:10 06:40:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 06:40:01 1 0.17 0.00 0.02 0.00 0.02 99.80 08:52:10 06:40:01 2 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 06:40:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:40:01 4 0.03 0.00 0.00 0.02 0.02 99.93 08:52:10 06:40:01 5 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 06:40:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:40:01 7 0.07 0.00 0.02 0.00 0.00 99.92 08:52:10 06:41:01 all 0.23 0.00 0.01 0.00 0.01 99.75 08:52:10 06:41:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:41:01 1 1.71 0.00 0.00 0.00 0.02 98.27 08:52:10 06:41:01 2 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 06:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:41:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 06:41:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:41:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:42:01 all 0.11 0.00 0.01 0.00 0.01 99.87 08:52:10 06:42:01 0 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 06:42:01 1 0.68 0.00 0.00 0.00 0.02 99.30 08:52:10 06:42:01 2 0.05 0.00 0.00 0.00 0.03 99.92 08:52:10 06:42:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:42:01 4 0.03 0.00 0.03 0.03 0.02 99.88 08:52:10 06:42:01 5 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 06:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:42:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:52:10 06:42:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 06:43:01 all 0.23 0.00 0.01 0.00 0.01 99.75 08:52:10 06:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:43:01 1 1.71 0.00 0.00 0.00 0.00 98.29 08:52:10 06:43:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:43:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 06:43:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 06:43:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 06:43:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:44:01 all 0.28 0.00 0.01 0.01 0.02 99.69 08:52:10 06:44:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:44:01 1 1.97 0.00 0.00 0.00 0.02 98.02 08:52:10 06:44:01 2 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 06:44:01 3 0.10 0.00 0.02 0.02 0.03 99.83 08:52:10 06:44:01 4 0.02 0.00 0.02 0.03 0.02 99.92 08:52:10 06:44:01 5 0.08 0.00 0.03 0.00 0.02 99.87 08:52:10 06:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:45:01 all 0.07 0.00 0.01 0.00 0.01 99.91 08:52:10 06:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:45:01 1 0.42 0.00 0.00 0.00 0.00 99.58 08:52:10 06:45:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 06:45:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 06:45:01 4 0.03 0.00 0.02 0.02 0.00 99.93 08:52:10 06:45:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 06:45:01 6 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 06:45:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:46:01 all 0.03 0.00 0.02 0.00 0.01 99.94 08:52:10 06:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:46:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:46:01 2 0.08 0.00 0.02 0.00 0.03 99.87 08:52:10 06:46:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:46:01 4 0.03 0.00 0.02 0.03 0.02 99.90 08:52:10 06:46:01 5 0.03 0.00 0.05 0.00 0.02 99.90 08:52:10 06:46:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:47:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 06:47:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:47:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:47:01 2 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 06:47:01 3 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 06:47:01 4 0.03 0.00 0.00 0.03 0.02 99.92 08:52:10 06:47:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 06:47:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:48:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 06:48:01 0 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 06:48:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:48:01 2 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 06:48:01 3 0.08 0.00 0.03 0.00 0.02 99.87 08:52:10 06:48:01 4 0.02 0.00 0.02 0.03 0.00 99.93 08:52:10 06:48:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:48:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:48:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:49:01 all 0.01 0.00 0.01 0.00 0.01 99.98 08:52:10 06:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:49:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:49:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:49:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:49:01 4 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 06:49:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:49:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:50:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 06:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:50:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:50:01 2 0.00 0.00 0.03 0.00 0.03 99.93 08:52:10 06:50:01 3 0.07 0.00 0.03 0.00 0.02 99.88 08:52:10 06:50:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 06:50:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:50:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 06:51:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 06:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:51:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:51:01 2 0.02 0.00 0.00 0.00 0.03 99.95 08:52:10 06:51:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:51:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 06:51:01 5 0.00 0.00 0.05 0.00 0.00 99.95 08:52:10 06:51:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 06:51:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:52:01 all 0.03 0.00 0.02 0.01 0.01 99.94 08:52:10 06:52:01 0 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 06:52:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:52:01 2 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 06:52:01 3 0.08 0.00 0.02 0.00 0.02 99.88 08:52:10 06:52:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 06:52:01 5 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 06:52:01 6 0.02 0.00 0.03 0.03 0.00 99.92 08:52:10 06:52:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:53:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:52:10 06:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:53:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:53:01 2 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 06:53:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 06:53:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 06:53:01 5 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 06:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:52:10 06:53:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 06:54:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 06:54:01 0 0.05 0.00 0.03 0.00 0.00 99.92 08:52:10 06:54:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:54:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:54:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:54:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 06:54:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:54:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 06:54:01 7 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 06:55:01 all 0.01 0.00 0.02 0.00 0.01 99.96 08:52:10 06:55:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:55:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:55:01 2 0.02 0.00 0.05 0.00 0.03 99.90 08:52:10 06:55:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 06:55:01 4 0.00 0.00 0.02 0.03 0.02 99.93 08:52:10 06:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:55:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:55:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:56:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 06:56:01 0 0.08 0.00 0.02 0.00 0.02 99.88 08:52:10 06:56:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 06:56:01 2 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 06:56:01 3 0.08 0.00 0.03 0.00 0.02 99.87 08:52:10 06:56:01 4 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 06:56:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:56:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:57:01 all 0.11 0.00 0.01 0.00 0.01 99.87 08:52:10 06:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:57:01 1 0.81 0.00 0.02 0.00 0.00 99.17 08:52:10 06:57:01 2 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 06:57:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:57:01 4 0.02 0.00 0.00 0.03 0.02 99.93 08:52:10 06:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 06:57:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 06:58:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 06:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:58:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:58:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 06:58:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:58:01 4 0.05 0.00 0.00 0.03 0.00 99.92 08:52:10 06:58:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 06:58:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 06:58:01 7 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 06:59:01 all 0.01 0.00 0.02 0.01 0.01 99.95 08:52:10 06:59:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 06:59:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 06:59:01 2 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 06:59:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 06:59:01 4 0.00 0.00 0.02 0.03 0.02 99.93 08:52:10 06:59:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 06:59:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 06:59:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 07:00:02 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 07:00:02 0 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 07:00:02 1 0.02 0.00 0.00 0.00 0.03 99.95 08:52:10 07:00:02 2 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 07:00:02 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:00:02 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 07:00:02 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:00:02 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:00:02 7 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 07:01:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 07:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:01:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:01:01 2 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 07:01:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:01:01 4 0.02 0.00 0.02 0.03 0.02 99.92 08:52:10 07:01:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:01:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:02:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:52:10 07:02:01 0 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 07:02:01 1 0.10 0.00 0.03 0.00 0.02 99.85 08:52:10 07:02:01 2 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 07:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:02:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 07:02:01 5 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 07:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:02:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 07:03:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 07:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:03:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 07:03:01 2 0.05 0.00 0.03 0.00 0.03 99.88 08:52:10 07:03:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:03:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 07:03:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:03:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:04:01 all 0.03 0.00 0.01 0.00 0.02 99.94 08:52:10 07:04:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:04:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:04:01 2 0.08 0.00 0.02 0.00 0.05 99.85 08:52:10 07:04:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:04:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 07:04:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:04:01 7 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 08:52:10 07:04:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 07:05:01 all 0.02 0.00 0.02 0.00 0.01 99.95 08:52:10 07:05:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:05:01 1 0.08 0.00 0.07 0.00 0.02 99.83 08:52:10 07:05:01 2 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 07:05:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:05:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 07:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:05:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:06:01 all 0.13 0.00 0.01 0.00 0.02 99.84 08:52:10 07:06:01 0 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 07:06:01 1 0.90 0.00 0.05 0.00 0.02 99.04 08:52:10 07:06:01 2 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 07:06:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:06:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 07:06:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 07:06:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:06:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:07:01 all 0.26 0.00 0.01 0.00 0.01 99.71 08:52:10 07:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:07:01 1 2.00 0.00 0.02 0.00 0.02 97.96 08:52:10 07:07:01 2 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 07:07:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:07:01 4 0.02 0.00 0.02 0.03 0.02 99.92 08:52:10 07:07:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:08:01 all 0.04 0.00 0.01 0.00 0.02 99.93 08:52:10 07:08:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 07:08:01 1 0.18 0.00 0.02 0.00 0.03 99.77 08:52:10 07:08:01 2 0.02 0.00 0.02 0.00 0.05 99.92 08:52:10 07:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:08:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 07:08:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:08:01 7 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 07:09:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 07:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:09:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:09:01 2 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 07:09:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:09:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 07:09:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:09:01 6 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 07:09:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:10:01 all 0.03 0.00 0.00 0.00 0.01 99.95 08:52:10 07:10:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:10:01 1 0.08 0.00 0.00 0.00 0.00 99.92 08:52:10 07:10:01 2 0.07 0.00 0.00 0.00 0.03 99.90 08:52:10 07:10:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:10:01 4 0.02 0.00 0.00 0.03 0.02 99.93 08:52:10 07:10:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:11:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 07:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 07:11:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:11:01 2 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 07:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:11:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 07:11:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:11:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:12:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 07:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:12:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 07:12:01 2 0.05 0.00 0.00 0.00 0.03 99.92 08:52:10 07:12:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:12:01 4 0.00 0.00 0.02 0.03 0.02 99.93 08:52:10 07:12:01 5 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 07:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:12:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 07:13:01 all 0.11 0.00 0.02 0.00 0.01 99.85 08:52:10 07:13:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 07:13:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 07:13:01 2 0.05 0.00 0.02 0.00 0.03 99.90 08:52:10 07:13:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 07:13:01 4 0.00 0.00 0.02 0.03 0.00 99.95 08:52:10 07:13:01 5 0.78 0.00 0.02 0.00 0.02 99.19 08:52:10 07:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:13:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:14:01 all 0.11 0.00 0.01 0.00 0.02 99.86 08:52:10 07:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:14:01 1 0.13 0.00 0.00 0.00 0.02 99.85 08:52:10 07:14:01 2 0.02 0.00 0.02 0.00 0.05 99.92 08:52:10 07:14:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 07:14:01 4 0.00 0.00 0.00 0.03 0.02 99.95 08:52:10 07:14:01 5 0.65 0.00 0.00 0.00 0.03 99.32 08:52:10 07:14:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 07:14:01 7 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 07:15:01 all 0.02 0.00 0.01 0.01 0.01 99.95 08:52:10 07:15:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 07:15:01 1 0.03 0.00 0.03 0.02 0.02 99.90 08:52:10 07:15:01 2 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 07:15:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:15:01 4 0.02 0.00 0.00 0.03 0.00 99.95 08:52:10 07:15:01 5 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 07:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:15:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:52:10 07:15:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 07:16:01 all 0.18 0.00 0.01 0.00 0.01 99.80 08:52:10 07:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:16:01 1 0.08 0.00 0.02 0.00 0.02 99.88 08:52:10 07:16:01 2 0.03 0.00 0.00 0.00 0.03 99.93 08:52:10 07:16:01 3 0.00 0.00 0.03 0.00 0.00 99.97 08:52:10 07:16:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 07:16:01 5 1.22 0.00 0.00 0.00 0.02 98.76 08:52:10 07:16:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:16:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 07:17:01 all 0.06 0.00 0.01 0.00 0.02 99.91 08:52:10 07:17:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:17:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:17:01 2 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 07:17:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:17:01 4 0.00 0.00 0.00 0.03 0.02 99.95 08:52:10 07:17:01 5 0.42 0.00 0.00 0.00 0.02 99.57 08:52:10 07:17:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:18:01 all 0.12 0.00 0.02 0.00 0.01 99.85 08:52:10 07:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:18:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 07:18:01 2 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 07:18:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:18:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 07:18:01 5 0.81 0.00 0.03 0.00 0.02 99.14 08:52:10 07:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:18:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 07:19:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 07:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:19:01 1 0.00 0.00 0.00 0.00 0.03 99.97 08:52:10 07:19:01 2 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 07:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:19:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 07:19:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 07:19:01 6 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 07:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:20:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 07:20:01 0 0.00 0.00 0.03 0.00 0.00 99.97 08:52:10 07:20:01 1 0.07 0.00 0.03 0.00 0.02 99.88 08:52:10 07:20:01 2 0.02 0.00 0.00 0.00 0.03 99.95 08:52:10 07:20:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:20:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 07:20:01 5 0.08 0.00 0.00 0.00 0.02 99.90 08:52:10 07:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 07:21:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:21:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 07:21:01 2 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 07:21:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 07:21:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 07:21:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 07:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:21:01 7 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 07:22:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 07:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:22:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 07:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 07:22:01 4 0.02 0.00 0.00 0.03 0.00 99.95 08:52:10 07:22:01 5 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 07:22:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 07:22:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 07:23:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:52:10 07:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:23:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:23:01 2 0.03 0.00 0.00 0.00 0.03 99.93 08:52:10 07:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:23:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 07:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:23:01 7 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 07:24:01 all 0.25 0.00 0.01 0.00 0.01 99.72 08:52:10 07:24:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:24:01 1 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 07:24:01 2 0.07 0.00 0.03 0.00 0.03 99.87 08:52:10 07:24:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:24:01 4 0.02 0.00 0.02 0.03 0.00 99.93 08:52:10 07:24:01 5 1.74 0.00 0.03 0.00 0.02 98.21 08:52:10 07:24:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:24:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:25:01 all 0.26 0.00 0.01 0.00 0.01 99.71 08:52:10 07:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:25:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:25:01 2 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 07:25:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:25:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 07:25:01 5 1.99 0.00 0.02 0.00 0.02 97.98 08:52:10 07:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:25:01 7 0.03 0.00 0.03 0.00 0.00 99.93 08:52:10 07:26:01 all 0.24 0.00 0.01 0.00 0.01 99.74 08:52:10 07:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:26:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:26:01 2 0.03 0.00 0.00 0.00 0.03 99.93 08:52:10 07:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:26:01 4 0.02 0.00 0.02 0.02 0.00 99.95 08:52:10 07:26:01 5 1.73 0.00 0.02 0.00 0.02 98.24 08:52:10 07:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:26:01 7 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 08:52:10 07:26:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 07:27:01 all 0.01 0.00 0.02 0.00 0.01 99.96 08:52:10 07:27:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 07:27:01 1 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 07:27:01 2 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 07:27:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:27:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 07:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:27:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 07:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:28:01 all 0.10 0.00 0.01 0.00 0.01 99.87 08:52:10 07:28:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 07:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:28:01 2 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 07:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:28:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 07:28:01 5 0.68 0.00 0.03 0.00 0.02 99.27 08:52:10 07:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:28:01 7 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 07:29:01 all 0.26 0.00 0.02 0.00 0.01 99.72 08:52:10 07:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:29:01 1 0.00 0.00 0.03 0.00 0.02 99.95 08:52:10 07:29:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:29:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:29:01 4 0.00 0.00 0.03 0.02 0.02 99.93 08:52:10 07:29:01 5 1.98 0.00 0.00 0.00 0.00 98.02 08:52:10 07:29:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:29:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 07:30:01 all 0.17 0.00 0.01 0.00 0.01 99.80 08:52:10 07:30:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 07:30:01 1 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 07:30:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 07:30:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:30:01 4 0.02 0.00 0.03 0.03 0.00 99.92 08:52:10 07:30:01 5 1.22 0.00 0.00 0.00 0.02 98.76 08:52:10 07:30:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:30:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 07:31:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 07:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:31:01 1 0.05 0.00 0.03 0.00 0.05 99.87 08:52:10 07:31:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:31:01 3 0.00 0.00 0.03 0.00 0.00 99.97 08:52:10 07:31:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 07:31:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:32:01 all 0.03 0.00 0.02 0.00 0.01 99.93 08:52:10 07:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:32:01 1 0.03 0.00 0.05 0.00 0.03 99.88 08:52:10 07:32:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 07:32:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 07:32:01 4 0.00 0.00 0.05 0.02 0.02 99.92 08:52:10 07:32:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 07:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:32:01 7 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 07:33:01 all 0.09 0.00 0.01 0.00 0.01 99.88 08:52:10 07:33:01 0 0.61 0.00 0.00 0.00 0.02 99.37 08:52:10 07:33:01 1 0.05 0.00 0.03 0.00 0.05 99.87 08:52:10 07:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:33:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:33:01 4 0.02 0.00 0.05 0.03 0.00 99.90 08:52:10 07:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:34:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 07:34:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 07:34:01 1 0.12 0.00 0.03 0.00 0.03 99.82 08:52:10 07:34:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:34:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:34:01 4 0.02 0.00 0.00 0.03 0.02 99.93 08:52:10 07:34:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 07:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:34:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 07:35:01 all 0.07 0.00 0.01 0.00 0.01 99.91 08:52:10 07:35:01 0 0.43 0.00 0.00 0.00 0.02 99.55 08:52:10 07:35:01 1 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 07:35:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:35:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 07:35:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 07:35:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:35:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 07:36:01 all 0.21 0.00 0.02 0.00 0.01 99.74 08:52:10 07:36:01 0 1.19 0.00 0.03 0.00 0.00 98.78 08:52:10 07:36:01 1 0.13 0.00 0.05 0.00 0.05 99.77 08:52:10 07:36:01 2 0.12 0.00 0.08 0.00 0.02 99.78 08:52:10 07:36:01 3 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 07:36:01 4 0.08 0.00 0.02 0.03 0.02 99.85 08:52:10 07:36:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 07:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:36:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 07:37:01 all 0.01 0.00 0.01 0.00 0.02 99.96 08:52:10 07:37:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:37:01 1 0.03 0.00 0.05 0.00 0.03 99.88 08:52:10 07:37:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:37:01 4 0.00 0.00 0.00 0.03 0.02 99.95 08:52:10 07:37:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 07:37:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 07:37:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:52:10 07:37:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 07:38:01 all 0.12 0.00 0.01 0.00 0.01 99.85 08:52:10 07:38:01 0 0.71 0.00 0.00 0.00 0.00 99.29 08:52:10 07:38:01 1 0.08 0.00 0.03 0.00 0.03 99.85 08:52:10 07:38:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:38:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 07:38:01 4 0.03 0.00 0.00 0.03 0.00 99.93 08:52:10 07:38:01 5 0.08 0.00 0.03 0.00 0.00 99.88 08:52:10 07:38:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 07:38:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:39:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 07:39:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 07:39:01 1 0.03 0.00 0.02 0.00 0.05 99.90 08:52:10 07:39:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:39:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:39:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 07:39:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 07:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:39:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 07:40:01 all 0.02 0.00 0.02 0.00 0.01 99.95 08:52:10 07:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:40:01 1 0.07 0.00 0.05 0.00 0.03 99.85 08:52:10 07:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:40:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 07:40:01 5 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 07:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:40:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 07:41:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 07:41:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:41:01 1 0.05 0.00 0.03 0.00 0.03 99.88 08:52:10 07:41:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:41:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:41:01 4 0.00 0.00 0.02 0.03 0.02 99.93 08:52:10 07:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:41:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 07:42:01 all 0.03 0.00 0.01 0.00 0.02 99.95 08:52:10 07:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:42:01 1 0.10 0.00 0.02 0.00 0.03 99.85 08:52:10 07:42:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:42:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:42:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 07:42:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:42:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 07:42:01 7 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 07:43:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 07:43:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:43:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:43:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 07:43:01 5 0.05 0.00 0.02 0.00 0.03 99.90 08:52:10 07:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:43:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 07:44:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 07:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:44:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:44:01 2 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 07:44:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:44:01 4 0.02 0.00 0.00 0.03 0.02 99.93 08:52:10 07:44:01 5 0.02 0.00 0.00 0.00 0.03 99.95 08:52:10 07:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:44:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 07:45:01 all 0.04 0.00 0.01 0.00 0.02 99.93 08:52:10 07:45:01 0 0.25 0.00 0.02 0.00 0.02 99.72 08:52:10 07:45:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 07:45:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:45:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:45:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 07:45:01 5 0.00 0.00 0.02 0.00 0.03 99.95 08:52:10 07:45:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:45:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:46:01 all 0.03 0.00 0.02 0.00 0.01 99.94 08:52:10 07:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:46:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 07:46:01 2 0.07 0.00 0.02 0.00 0.00 99.92 08:52:10 07:46:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:46:01 4 0.00 0.00 0.03 0.02 0.02 99.93 08:52:10 07:46:01 5 0.08 0.00 0.03 0.00 0.02 99.87 08:52:10 07:46:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:46:01 7 0.02 0.00 0.03 0.02 0.02 99.92 08:52:10 07:47:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 07:47:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 07:47:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:47:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:47:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 07:47:01 5 0.00 0.00 0.03 0.00 0.03 99.93 08:52:10 07:47:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:47:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:48:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:52:10 07:48:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:48:01 2 0.10 0.00 0.00 0.00 0.00 99.90 08:52:10 07:48:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:48:01 4 0.02 0.00 0.00 0.03 0.02 99.93 08:52:10 07:48:01 5 0.03 0.00 0.05 0.00 0.03 99.88 08:52:10 07:48:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:48:01 7 0.12 0.00 0.02 0.00 0.02 99.85 08:52:10 08:52:10 07:48:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 07:49:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 07:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:49:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:49:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:49:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 07:49:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 07:49:01 5 0.02 0.00 0.00 0.00 0.03 99.95 08:52:10 07:49:01 6 0.03 0.00 0.03 0.00 0.00 99.93 08:52:10 07:49:01 7 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 07:50:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 07:50:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 07:50:01 1 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 07:50:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 07:50:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:50:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 07:50:01 5 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 07:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:50:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:51:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:52:10 07:51:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:51:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 07:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:51:01 4 0.00 0.00 0.00 0.03 0.02 99.95 08:52:10 07:51:01 5 0.00 0.00 0.03 0.00 0.02 99.95 08:52:10 07:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:51:01 7 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 07:52:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 07:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:52:01 1 0.07 0.00 0.02 0.00 0.00 99.92 08:52:10 07:52:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:52:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:52:01 4 0.00 0.00 0.02 0.03 0.02 99.93 08:52:10 07:52:01 5 0.07 0.00 0.02 0.00 0.03 99.88 08:52:10 07:52:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:52:01 7 0.08 0.00 0.00 0.00 0.02 99.90 08:52:10 07:53:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 07:53:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:53:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 07:53:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:53:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:53:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:52:10 07:53:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 07:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:53:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 07:54:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 07:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:54:01 1 0.07 0.00 0.02 0.00 0.00 99.92 08:52:10 07:54:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 07:54:01 3 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 07:54:01 4 0.02 0.00 0.00 0.03 0.00 99.95 08:52:10 07:54:01 5 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 07:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 07:54:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 07:55:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 07:55:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:55:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 07:55:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:55:01 4 0.00 0.00 0.03 0.02 0.02 99.93 08:52:10 07:55:01 5 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 07:55:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 07:55:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:56:01 all 0.05 0.00 0.01 0.00 0.01 99.93 08:52:10 07:56:01 0 0.23 0.00 0.02 0.00 0.00 99.75 08:52:10 07:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:56:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 07:56:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:56:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 07:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:56:01 6 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 07:56:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 07:57:01 all 0.18 0.00 0.01 0.00 0.01 99.79 08:52:10 07:57:01 0 1.34 0.00 0.03 0.00 0.02 98.61 08:52:10 07:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:57:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 07:57:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:57:01 4 0.00 0.00 0.00 0.03 0.02 99.95 08:52:10 07:57:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:57:01 6 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 07:57:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 07:58:01 all 0.03 0.00 0.02 0.00 0.01 99.95 08:52:10 07:58:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 07:58:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 07:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 07:58:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:58:01 4 0.02 0.00 0.00 0.03 0.00 99.95 08:52:10 07:58:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 07:58:01 6 0.03 0.00 0.05 0.00 0.03 99.88 08:52:10 07:58:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 07:59:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 07:59:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:59:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 07:59:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 07:59:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 07:59:01 4 0.03 0.00 0.00 0.02 0.02 99.93 08:52:10 07:59:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 07:59:01 6 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 07:59:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 08:52:10 07:59:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 08:00:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 08:00:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:00:01 1 0.12 0.00 0.02 0.00 0.00 99.87 08:52:10 08:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:00:01 3 0.07 0.00 0.00 0.00 0.02 99.92 08:52:10 08:00:01 4 0.03 0.00 0.00 0.02 0.02 99.93 08:52:10 08:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:00:01 6 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 08:00:01 7 0.00 0.00 0.03 0.00 0.02 99.95 08:52:10 08:01:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 08:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:01:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:01:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:01:01 4 0.02 0.00 0.02 0.02 0.00 99.95 08:52:10 08:01:01 5 0.03 0.00 0.03 0.00 0.00 99.93 08:52:10 08:01:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 08:01:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 08:02:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 08:02:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:02:01 1 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 08:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:02:01 3 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 08:02:01 4 0.02 0.00 0.02 0.03 0.02 99.92 08:52:10 08:02:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 08:02:01 6 0.03 0.00 0.05 0.00 0.03 99.88 08:52:10 08:02:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 08:03:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 08:03:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:03:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:03:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:03:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 08:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:03:01 6 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 08:03:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:04:01 all 0.03 0.00 0.02 0.00 0.01 99.94 08:52:10 08:04:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:04:01 1 0.08 0.00 0.02 0.00 0.00 99.90 08:52:10 08:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:04:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:04:01 4 0.03 0.00 0.03 0.03 0.00 99.90 08:52:10 08:04:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:04:01 6 0.07 0.00 0.03 0.00 0.03 99.87 08:52:10 08:04:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 08:05:02 all 0.02 0.00 0.01 0.01 0.01 99.95 08:52:10 08:05:02 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:05:02 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 08:05:02 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:05:02 3 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:05:02 4 0.05 0.00 0.00 0.05 0.02 99.88 08:52:10 08:05:02 5 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 08:05:02 6 0.03 0.00 0.05 0.00 0.02 99.90 08:52:10 08:05:02 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:06:01 all 0.12 0.00 0.02 0.00 0.01 99.85 08:52:10 08:06:01 0 0.69 0.00 0.05 0.00 0.00 99.26 08:52:10 08:06:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 08:06:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 08:06:01 3 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 08:06:01 4 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 08:06:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 08:06:01 6 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 08:06:01 7 0.00 0.00 0.03 0.00 0.02 99.95 08:52:10 08:07:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 08:07:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 08:07:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 08:07:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:07:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:07:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 08:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:07:01 6 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 08:07:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 08:08:01 all 0.10 0.00 0.01 0.00 0.01 99.88 08:52:10 08:08:01 0 0.58 0.00 0.02 0.00 0.00 99.40 08:52:10 08:08:01 1 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 08:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:08:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:08:01 4 0.02 0.00 0.02 0.03 0.00 99.93 08:52:10 08:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:08:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 08:08:01 7 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 08:09:01 all 0.08 0.00 0.02 0.00 0.01 99.89 08:52:10 08:09:01 0 0.55 0.00 0.07 0.00 0.02 99.37 08:52:10 08:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:09:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:09:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 08:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:09:01 6 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 08:09:01 7 0.00 0.00 0.03 0.00 0.00 99.97 08:52:10 08:10:01 all 0.21 0.00 0.02 0.00 0.01 99.75 08:52:10 08:10:01 0 1.55 0.00 0.07 0.00 0.00 98.39 08:52:10 08:10:01 1 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 08:10:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:52:10 08:10:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 08:10:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 08:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:10:01 6 0.00 0.00 0.03 0.00 0.03 99.93 08:52:10 08:10:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 08:52:10 08:10:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 08:11:01 all 0.14 0.00 0.02 0.00 0.01 99.83 08:52:10 08:11:01 0 0.91 0.00 0.05 0.00 0.02 99.02 08:52:10 08:11:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 08:11:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 08:11:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:11:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 08:11:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 08:11:01 6 0.05 0.00 0.07 0.00 0.02 99.87 08:52:10 08:11:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:12:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 08:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:12:01 1 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 08:12:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 08:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:12:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 08:12:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:12:01 6 0.08 0.00 0.03 0.00 0.03 99.85 08:52:10 08:12:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 08:13:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 08:13:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:13:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:13:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 08:13:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 08:13:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 08:13:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:13:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:14:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 08:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:14:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 08:14:01 3 0.05 0.00 0.00 0.00 0.02 99.93 08:52:10 08:14:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 08:14:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:14:01 6 0.05 0.00 0.02 0.00 0.03 99.90 08:52:10 08:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 08:15:01 all 0.02 0.00 0.00 0.00 0.01 99.96 08:52:10 08:15:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:15:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 08:15:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:15:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 08:15:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 08:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:15:01 6 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 08:15:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:16:01 all 0.03 0.00 0.02 0.01 0.01 99.93 08:52:10 08:16:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:16:01 1 0.08 0.00 0.02 0.00 0.00 99.90 08:52:10 08:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:16:01 3 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 08:16:01 4 0.02 0.00 0.02 0.05 0.02 99.90 08:52:10 08:16:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 08:16:01 6 0.02 0.00 0.03 0.02 0.02 99.92 08:52:10 08:16:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 08:17:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 08:17:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:17:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:17:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:17:01 4 0.00 0.00 0.00 0.03 0.02 99.95 08:52:10 08:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 08:17:01 6 0.03 0.00 0.05 0.00 0.03 99.88 08:52:10 08:17:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:18:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 08:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:18:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:18:01 3 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 08:18:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 08:18:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 08:18:01 6 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 08:18:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 08:19:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 08:19:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:19:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 08:19:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:19:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 08:19:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 08:19:01 6 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 08:19:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 08:20:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:52:10 08:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:20:01 1 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 08:20:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 08:20:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 08:20:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:20:01 6 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 08:20:01 7 0.07 0.00 0.02 0.00 0.00 99.92 08:52:10 08:21:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 08:21:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:21:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:21:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:21:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:21:01 4 0.00 0.00 0.02 0.03 0.02 99.93 08:52:10 08:21:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 08:21:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:52:10 08:21:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:52:10 08:21:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 08:22:01 all 0.06 0.00 0.02 0.00 0.01 99.90 08:52:10 08:22:01 0 0.20 0.00 0.02 0.00 0.02 99.77 08:52:10 08:22:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 08:22:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:22:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 08:22:01 4 0.02 0.00 0.00 0.03 0.00 99.95 08:52:10 08:22:01 5 0.08 0.00 0.02 0.00 0.00 99.90 08:52:10 08:22:01 6 0.10 0.00 0.05 0.00 0.02 99.83 08:52:10 08:22:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 08:23:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:52:10 08:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:23:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:23:01 4 0.00 0.00 0.00 0.03 0.02 99.95 08:52:10 08:23:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:23:01 6 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 08:23:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:24:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:52:10 08:24:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:24:01 1 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 08:24:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:24:01 3 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 08:24:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 08:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:24:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:24:01 7 0.13 0.00 0.05 0.00 0.02 99.80 08:52:10 08:25:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 08:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:25:01 3 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 08:25:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 08:25:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 08:25:01 6 0.05 0.00 0.03 0.00 0.03 99.88 08:52:10 08:25:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 08:26:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:52:10 08:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:26:01 1 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 08:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:26:01 3 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 08:26:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 08:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:26:01 6 0.07 0.00 0.03 0.00 0.02 99.88 08:52:10 08:26:01 7 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 08:27:01 all 0.17 0.00 0.01 0.00 0.02 99.80 08:52:10 08:27:01 0 1.22 0.00 0.00 0.00 0.02 98.76 08:52:10 08:27:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 08:27:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:27:01 3 0.03 0.00 0.00 0.00 0.03 99.93 08:52:10 08:27:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 08:27:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:27:01 6 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 08:27:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:28:01 all 0.06 0.00 0.01 0.00 0.01 99.91 08:52:10 08:28:01 0 0.22 0.00 0.02 0.00 0.02 99.75 08:52:10 08:28:01 1 0.07 0.00 0.02 0.00 0.00 99.92 08:52:10 08:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:28:01 3 0.05 0.00 0.03 0.00 0.02 99.90 08:52:10 08:28:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 08:28:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 08:28:01 6 0.10 0.00 0.02 0.00 0.02 99.87 08:52:10 08:28:01 7 0.03 0.00 0.03 0.00 0.00 99.93 08:52:10 08:29:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 08:29:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 08:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:29:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:29:01 3 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 08:29:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:52:10 08:29:01 5 0.00 0.00 0.03 0.00 0.00 99.97 08:52:10 08:29:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:29:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 08:30:01 all 0.02 0.00 0.02 0.00 0.01 99.95 08:52:10 08:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:30:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:30:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:30:01 3 0.07 0.00 0.07 0.00 0.05 99.82 08:52:10 08:30:01 4 0.02 0.00 0.02 0.03 0.00 99.93 08:52:10 08:30:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:30:01 6 0.05 0.00 0.03 0.00 0.00 99.92 08:52:10 08:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 08:31:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 08:31:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:31:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 08:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:31:01 3 0.03 0.00 0.03 0.00 0.05 99.88 08:52:10 08:31:01 4 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 08:31:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 08:31:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:31:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:32:01 all 0.03 0.00 0.01 0.01 0.01 99.94 08:52:10 08:32:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:32:01 1 0.05 0.00 0.03 0.00 0.00 99.92 08:52:10 08:32:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:32:01 3 0.03 0.00 0.02 0.00 0.05 99.90 08:52:10 08:32:01 4 0.02 0.00 0.00 0.05 0.02 99.92 08:52:10 08:32:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 08:32:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 08:32:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 08:52:10 08:32:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 08:33:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:52:10 08:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 08:33:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:33:01 3 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 08:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:33:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:34:01 all 0.02 0.00 0.01 0.00 0.02 99.95 08:52:10 08:34:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 08:34:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 08:34:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:34:01 3 0.07 0.00 0.02 0.00 0.05 99.87 08:52:10 08:34:01 4 0.00 0.00 0.00 0.03 0.02 99.95 08:52:10 08:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:34:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:34:01 7 0.05 0.00 0.00 0.00 0.00 99.95 08:52:10 08:35:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 08:35:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:35:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:52:10 08:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:35:01 3 0.03 0.00 0.02 0.00 0.03 99.92 08:52:10 08:35:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 08:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:35:01 6 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 08:35:01 7 0.05 0.00 0.02 0.00 0.02 99.92 08:52:10 08:36:01 all 0.04 0.00 0.02 0.01 0.01 99.92 08:52:10 08:36:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 08:36:01 1 0.10 0.00 0.00 0.00 0.02 99.88 08:52:10 08:36:01 2 0.02 0.00 0.05 0.00 0.02 99.92 08:52:10 08:36:01 3 0.03 0.00 0.03 0.02 0.03 99.88 08:52:10 08:36:01 4 0.02 0.00 0.02 0.02 0.00 99.95 08:52:10 08:36:01 5 0.02 0.00 0.02 0.02 0.00 99.95 08:52:10 08:36:01 6 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 08:36:01 7 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 08:37:01 all 0.18 0.00 0.03 0.00 0.01 99.78 08:52:10 08:37:01 0 1.08 0.00 0.07 0.00 0.00 98.86 08:52:10 08:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 08:37:01 2 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 08:37:01 3 0.02 0.00 0.05 0.02 0.05 99.87 08:52:10 08:37:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 08:37:01 5 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 08:37:01 6 0.08 0.00 0.02 0.00 0.00 99.90 08:52:10 08:37:01 7 0.18 0.00 0.00 0.00 0.00 99.82 08:52:10 08:38:01 all 0.27 0.00 0.01 0.00 0.01 99.70 08:52:10 08:38:01 0 1.95 0.00 0.00 0.00 0.02 98.03 08:52:10 08:38:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 08:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:38:01 3 0.02 0.00 0.02 0.00 0.05 99.92 08:52:10 08:38:01 4 0.02 0.00 0.00 0.03 0.02 99.93 08:52:10 08:38:01 5 0.07 0.00 0.02 0.00 0.00 99.92 08:52:10 08:38:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 08:38:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 08:39:01 all 0.12 0.00 0.02 0.00 0.01 99.85 08:52:10 08:39:01 0 0.86 0.00 0.10 0.00 0.02 99.02 08:52:10 08:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:39:01 3 0.02 0.00 0.02 0.02 0.03 99.92 08:52:10 08:39:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:52:10 08:39:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 08:39:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:40:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 08:40:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:40:01 1 0.12 0.00 0.02 0.00 0.02 99.85 08:52:10 08:40:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:40:01 3 0.02 0.00 0.03 0.02 0.03 99.90 08:52:10 08:40:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 08:40:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:40:01 6 0.07 0.00 0.00 0.00 0.00 99.93 08:52:10 08:40:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 08:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:52:10 08:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 08:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 08:41:01 3 0.00 0.00 0.02 0.00 0.05 99.93 08:52:10 08:41:01 4 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 08:41:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:41:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 08:42:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:52:10 08:42:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:42:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:42:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:42:01 3 0.08 0.00 0.00 0.00 0.03 99.88 08:52:10 08:42:01 4 0.02 0.00 0.00 0.03 0.00 99.95 08:52:10 08:42:01 5 0.07 0.00 0.02 0.00 0.00 99.92 08:52:10 08:42:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:42:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:52:10 08:43:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:52:10 08:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:43:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:43:01 3 0.03 0.00 0.03 0.00 0.03 99.90 08:52:10 08:43:01 4 0.00 0.00 0.00 0.03 0.02 99.95 08:52:10 08:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:52:10 08:43:01 CPU %user %nice %system %iowait %steal %idle 08:52:10 08:44:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:52:10 08:44:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:44:01 1 0.07 0.00 0.02 0.00 0.00 99.92 08:52:10 08:44:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:44:01 3 0.00 0.00 0.03 0.00 0.03 99.93 08:52:10 08:44:01 4 0.00 0.00 0.02 0.02 0.00 99.97 08:52:10 08:44:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 08:44:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:44:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:45:01 all 0.04 0.00 0.01 0.00 0.01 99.93 08:52:10 08:45:01 0 0.25 0.00 0.07 0.00 0.00 99.68 08:52:10 08:45:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:52:10 08:45:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:52:10 08:45:01 3 0.02 0.00 0.00 0.00 0.05 99.93 08:52:10 08:45:01 4 0.00 0.00 0.00 0.03 0.02 99.95 08:52:10 08:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:45:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:46:01 all 0.23 0.00 0.01 0.00 0.01 99.74 08:52:10 08:46:01 0 1.57 0.00 0.02 0.00 0.02 98.40 08:52:10 08:46:01 1 0.08 0.00 0.00 0.00 0.00 99.92 08:52:10 08:46:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:46:01 3 0.05 0.00 0.02 0.00 0.03 99.90 08:52:10 08:46:01 4 0.00 0.00 0.02 0.03 0.00 99.95 08:52:10 08:46:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:46:01 6 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 08:46:01 7 0.07 0.00 0.02 0.00 0.02 99.90 08:52:10 08:47:01 all 0.16 0.00 0.02 0.00 0.01 99.81 08:52:10 08:47:01 0 1.13 0.00 0.07 0.00 0.00 98.81 08:52:10 08:47:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:47:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:47:01 3 0.03 0.00 0.03 0.00 0.05 99.88 08:52:10 08:47:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 08:47:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 08:47:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:52:10 08:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:48:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:52:10 08:48:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 08:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:48:01 3 0.07 0.00 0.02 0.00 0.03 99.88 08:52:10 08:48:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:52:10 08:48:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:48:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:48:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:52:10 08:49:01 all 0.01 0.00 0.00 0.00 0.02 99.97 08:52:10 08:49:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:49:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:49:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:52:10 08:49:01 3 0.02 0.00 0.00 0.00 0.03 99.95 08:52:10 08:49:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:52:10 08:49:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:52:10 08:49:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:52:10 08:49:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 08:50:01 all 0.03 0.00 0.02 0.00 0.01 99.95 08:52:10 08:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 08:50:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:52:10 08:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:52:10 08:50:01 3 0.00 0.00 0.02 0.00 0.03 99.95 08:52:10 08:50:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:52:10 08:50:01 5 0.05 0.00 0.03 0.00 0.00 99.92 08:52:10 08:50:01 6 0.07 0.00 0.02 0.00 0.00 99.92 08:52:10 08:50:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 08:51:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:52:10 08:51:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 08:51:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:52:10 08:51:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:52:10 08:51:01 3 0.02 0.00 0.03 0.00 0.03 99.92 08:52:10 08:51:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:52:10 08:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:52:10 08:51:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:52:10 08:51:01 7 0.02 0.00 0.03 0.00 0.00 99.95 08:52:10 08:52:01 all 2.48 0.00 0.90 0.03 0.02 96.57 08:52:10 08:52:01 0 2.57 0.00 1.12 0.00 0.02 96.29 08:52:10 08:52:01 1 1.93 0.00 0.90 0.10 0.02 97.05 08:52:10 08:52:01 2 2.95 0.00 0.88 0.02 0.02 96.13 08:52:10 08:52:01 3 2.83 0.00 0.90 0.00 0.05 96.21 08:52:10 08:52:01 4 2.01 0.00 1.11 0.10 0.02 96.76 08:52:10 08:52:01 5 2.98 0.00 1.04 0.00 0.02 95.96 08:52:10 08:52:01 6 2.29 0.00 0.70 0.02 0.02 96.97 08:52:10 08:52:01 7 2.27 0.00 0.50 0.02 0.02 97.19 08:52:10 Average: all 1.42 0.00 0.22 0.04 0.01 98.31 08:52:10 Average: 0 1.41 0.00 0.22 0.02 0.01 98.33 08:52:10 Average: 1 1.63 0.00 0.22 0.04 0.02 98.10 08:52:10 Average: 2 1.42 0.00 0.22 0.03 0.01 98.32 08:52:10 Average: 3 1.38 0.00 0.22 0.03 0.02 98.35 08:52:10 Average: 4 1.37 0.00 0.21 0.07 0.01 98.34 08:52:10 Average: 5 1.38 0.00 0.20 0.05 0.01 98.35 08:52:10 Average: 6 1.34 0.00 0.23 0.05 0.01 98.37 08:52:10 Average: 7 1.41 0.00 0.21 0.04 0.01 98.33 08:52:10 08:52:10 08:52:10