Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 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-ssh8115567370154501611.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh16202196957524898644.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh3496455133832363105.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh1460510115086939856.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-ssh18000664903811704292.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]] ========================================================= [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.23 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 on ‘prd-ubuntu20.04-docker-8c-8g-6055’ Running on prd-ubuntu20.04-docker-8c-8g-6062 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/878 [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/878 # 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 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5218)" > 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 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b # timeout=10 > git rev-list --no-walk 941bb66238a204f12d036216aea2f59b186e8d62 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:22:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:22:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:22:53 ========================================================= 01:22:53 EdgeX Global Pipelines Version Info 01:22:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:22:54 ------------------- 01:22:54 stable info: 01:22:54 ------------------- 01:22:54 Commited By: Ginny Guan ginny@iotechsys.com 01:22:54 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:22:54 Message: update stable to v1.0.274 01:22:55 ------------------- 01:22:55 experimental info: 01:22:55 ------------------- 01:22:55 Commited By: **** collab-it+edgex@linuxfoundation.org 01:22:55 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 01:22:55 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:22:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:22:55 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:22:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:22:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:22:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:22:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:22:55 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:22:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:22:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:22:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:22:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:22:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:22:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:22:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:22:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:22:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:22:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:22:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:22:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:22:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 01:22:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:22:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:22:56 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:22:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:22:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:22:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:22:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 01:22:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5dbcd5a [Pipeline] echo 01:22:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:22:56 provisioning config files... 01:22:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/878@tmp/config6589208581645923168tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:22:56 ---> ****-login.sh 01:22:56 nexus3.edgexfoundry.org:10001 01:22:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:22:56 01:22:56 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:22:56 Configure a credential helper to remove this warning. See 01:22:56 https://docs.****.com/go/credential-store/ 01:22:56 01:22:56 Login Succeeded 01:22:56 nexus3.edgexfoundry.org:10002 01:22:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:22:56 01:22:56 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:22:56 Configure a credential helper to remove this warning. See 01:22:56 https://docs.****.com/go/credential-store/ 01:22:56 01:22:56 Login Succeeded 01:22:56 nexus3.edgexfoundry.org:10003 01:22:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:22:56 01:22:56 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:22:56 Configure a credential helper to remove this warning. See 01:22:56 https://docs.****.com/go/credential-store/ 01:22:56 01:22:56 Login Succeeded 01:22:56 nexus3.edgexfoundry.org:10004 01:22:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:22:57 01:22:57 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:22:57 Configure a credential helper to remove this warning. See 01:22:57 https://docs.****.com/go/credential-store/ 01:22:57 01:22:57 Login Succeeded 01:22:57 ****.io 01:22:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:22:57 01:22:57 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:22:57 Configure a credential helper to remove this warning. See 01:22:57 https://docs.****.com/go/credential-store/ 01:22:57 01:22:57 Login Succeeded 01:22:57 ---> ****-login.sh ends [Pipeline] } 01:22:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:22:57 + 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 01:22:57 + + dirname cmd/core-command/Dockerfilecut 01:22:57 -d/ -f2 01:22:57 + echo core-command,cmd/core-command/Dockerfile 01:22:57 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:22:57 + cut -d/ -f2 01:22:57 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:22:57 + + dirname cmd/core-data/Dockerfile 01:22:57 cut -d/ -f2 01:22:57 + echo core-data,cmd/core-data/Dockerfile 01:22:57 + dirname cmd/core-keeper/Dockerfile 01:22:57 + cut -d/ -f2 01:22:57 + echo core-keeper,cmd/core-keeper/Dockerfile 01:22:57 + dirname cmd/core-metadata/Dockerfile 01:22:57 + cut -d/ -f2 01:22:57 + echo core-metadata,cmd/core-metadata/Dockerfile 01:22:57 + dirname cmd/security-bootstrapper/Dockerfile 01:22:57 + cut -d/ -f2 01:22:57 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:22:57 + dirname cmd/security-proxy-auth/Dockerfile 01:22:57 + cut -d/ -f2 01:22:57 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:22:57 + dirname cmd/security-proxy-setup/Dockerfile 01:22:57 + cut -d/ -f2 01:22:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:22:57 + dirname cmd/security-secretstore-setup/Dockerfile 01:22:57 + cut -d/ -f2 01:22:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:22:57 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:22:57 + cut -d/ -f2 01:22:57 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:22:57 + dirname cmd/security-spire-agent/Dockerfile 01:22:57 + cut -d/ -f2 01:22:57 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:22:57 + dirname cmd/security-spire-config/Dockerfile 01:22:57 + cut -d/ -f2 01:22:57 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:22:57 + cut -d/ -f2 01:22:57 + dirname cmd/security-spire-server/Dockerfile 01:22:57 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:22:57 + dirname cmd/support-notifications/Dockerfile 01:22:57 + cut -d/ -f2 01:22:57 + echo support-notifications,cmd/support-notifications/Dockerfile 01:22:57 + dirname cmd/support-scheduler/Dockerfile 01:22:57 + cut -d/ -f2 01:22:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:22:57 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 01:22:58 + git rev-list -1 --merges 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b~1..5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 01:22:58 -----------> git rev-list -1 --merges 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b~1..5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [false] [Pipeline] sh 01:22:58 + git log --format=format:%s -1 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 01:22:58 ========================================================= 01:22:58 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:22:58 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:22:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:22:58 + grep -v github /etc/ssh/ssh_known_hosts 01:22:58 + [ -e /tmp/ssh_known_hosts ] 01:22:58 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:22:58 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:22:58 + sudo tee -a /etc/ssh/ssh_known_hosts 01:22:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:22:59 01:22:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:22:59 0.1.4: Pulling from edgex-devops/py-git-semver 01:22:59 3dae71ba6b94: Pulling fs layer 01:22:59 6bf1a483ea7c: Pulling fs layer 01:22:59 f5dfc541a4d3: Pulling fs layer 01:22:59 461d9e800cba: Pulling fs layer 01:22:59 80192f66455f: Pulling fs layer 01:22:59 2e8e34ca0e6c: Pulling fs layer 01:22:59 a29436f7fd5d: Pulling fs layer 01:22:59 923cac83aea3: Pulling fs layer 01:22:59 25ad8b0a4227: Pulling fs layer 01:22:59 db01528c6b51: Pulling fs layer 01:22:59 28988de357af: Pulling fs layer 01:22:59 2e8e34ca0e6c: Waiting 01:22:59 80192f66455f: Waiting 01:22:59 a29436f7fd5d: Waiting 01:22:59 db01528c6b51: Waiting 01:22:59 461d9e800cba: Waiting 01:22:59 923cac83aea3: Waiting 01:22:59 25ad8b0a4227: Waiting 01:22:59 6bf1a483ea7c: Download complete 01:22:59 461d9e800cba: Download complete 01:22:59 80192f66455f: Download complete 01:22:59 f5dfc541a4d3: Verifying Checksum 01:22:59 f5dfc541a4d3: Download complete 01:22:59 3dae71ba6b94: Verifying Checksum 01:22:59 3dae71ba6b94: Download complete 01:22:59 923cac83aea3: Download complete 01:22:59 25ad8b0a4227: Verifying Checksum 01:22:59 25ad8b0a4227: Download complete 01:22:59 db01528c6b51: Verifying Checksum 01:22:59 db01528c6b51: Download complete 01:23:00 28988de357af: Download complete 01:23:00 a29436f7fd5d: Verifying Checksum 01:23:00 a29436f7fd5d: Download complete 01:23:00 2e8e34ca0e6c: Verifying Checksum 01:23:00 2e8e34ca0e6c: Download complete 01:23:00 3dae71ba6b94: Pull complete 01:23:01 6bf1a483ea7c: Pull complete 01:23:01 f5dfc541a4d3: Pull complete 01:23:01 461d9e800cba: Pull complete 01:23:01 80192f66455f: Pull complete 01:23:05 2e8e34ca0e6c: Pull complete 01:23:05 a29436f7fd5d: Pull complete 01:23:05 923cac83aea3: Pull complete 01:23:05 25ad8b0a4227: Pull complete 01:23:05 db01528c6b51: Pull complete 01:23:05 28988de357af: Pull complete 01:23:05 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:23:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:23:05 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:23:05 prd-ubuntu20.04-docker-8c-8g-6062 does not seem to be running inside a container 01:23:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/878 -v /w/workspace/edgex-go/878:/w/workspace/edgex-go/878:rw,z -v /w/workspace/edgex-go/878@tmp:/w/workspace/edgex-go/878@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:23:09 $ docker top 1f05c69063860be08f2a316586b404b10693799359b5d1a92ed1d625761bb894 -eo pid,comm 01:23:09 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 01:23:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:23:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:23:09 [ssh-agent] Looking for ssh-agent implementation... 01:23:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:23:09 $ docker exec 1f05c69063860be08f2a316586b404b10693799359b5d1a92ed1d625761bb894 ssh-agent 01:23:09 SSH_AUTH_SOCK=/tmp/ssh-0HhlffpjThW4/agent.33 01:23:09 SSH_AGENT_PID=39 01:23:09 Running ssh-add (command line suppressed) 01:23:09 Identity added: /w/workspace/edgex-go/878@tmp/private_key_13643119039177307188.key (/w/workspace/edgex-go/878@tmp/private_key_13643119039177307188.key) 01:23:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:23:10 + git tag --points-at HEAD [Pipeline] } 01:23:10 $ docker exec --env ******** --env ******** 1f05c69063860be08f2a316586b404b10693799359b5d1a92ed1d625761bb894 ssh-agent -k 01:23:10 unset SSH_AUTH_SOCK; 01:23:10 unset SSH_AGENT_PID; 01:23:10 echo Agent pid 39 killed; 01:23:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:23:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:23:10 [ssh-agent] Looking for ssh-agent implementation... 01:23:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:23:10 $ docker exec 1f05c69063860be08f2a316586b404b10693799359b5d1a92ed1d625761bb894 ssh-agent 01:23:10 SSH_AUTH_SOCK=/tmp/ssh-tjNCuCypREr2/agent.72 01:23:10 SSH_AGENT_PID=78 01:23:10 Running ssh-add (command line suppressed) 01:23:10 Identity added: /w/workspace/edgex-go/878@tmp/private_key_3342546734942563121.key (/w/workspace/edgex-go/878@tmp/private_key_3342546734942563121.key) 01:23:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:23:11 + git semver init 01:23:11 2025-08-01 01:23:11,200 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:23:11 2025-08-01 01:23:11,204 [run_init] DEBUG init version:0.0.0 force:False 01:23:11 2025-08-01 01:23:11,205 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/878/.semver 01:23:11 2025-08-01 01:23:11,205 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/878/.semver 01:23:11 2025-08-01 01:23:11,205 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/878/.semver'], cwd=/w/workspace/edgex-go/878, stdin=None, shell=False, universal_newlines=False) 01:23:16 2025-08-01 01:23:15,984 [append_file] DEBUG append to file:/w/workspace/edgex-go/878/.git/info/exclude 01:23:16 2025-08-01 01:23:15,985 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/878/.semver/main with force:False 01:23:16 2025-08-01 01:23:15,985 [read_version] DEBUG read version from /w/workspace/edgex-go/878/.semver/main 01:23:16 2025-08-01 01:23:15,985 [read_version] DEBUG read version from /w/workspace/edgex-go/878/.semver/main 01:23:16 4.1.0-dev.42 [Pipeline] } 01:23:16 $ docker exec --env ******** --env ******** 1f05c69063860be08f2a316586b404b10693799359b5d1a92ed1d625761bb894 ssh-agent -k 01:23:16 unset SSH_AUTH_SOCK; 01:23:16 unset SSH_AGENT_PID; 01:23:16 echo Agent pid 78 killed; 01:23:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:23:16 + git semver [Pipeline] } 01:23:17 $ docker stop --time=1 1f05c69063860be08f2a316586b404b10693799359b5d1a92ed1d625761bb894 01:23:18 $ docker rm -f --volumes 1f05c69063860be08f2a316586b404b10693799359b5d1a92ed1d625761bb894 [Pipeline] // withDockerContainer [Pipeline] sh 01:23:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:23:19 Stashed 1 file(s) [Pipeline] echo 01:23:19 [edgeXSemver]: initialized semver on version 4.1.0-dev.42 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:23:19 + git config --global --add safe.directory /w/workspace/edgex-go/878 [Pipeline] echo 01:23:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:23:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:23:19 ========================================================= 01:23:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:23:19 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:23:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:23:19 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 01:23:19 0a9a5dfd008f: Pulling fs layer 01:23:19 36466aa92d05: Pulling fs layer 01:23:19 e10405b45d13: Pulling fs layer 01:23:19 096b7ceb2af7: Pulling fs layer 01:23:19 4f4fb700ef54: Pulling fs layer 01:23:19 8213a616a21b: Pulling fs layer 01:23:19 985586143405: Pulling fs layer 01:23:19 0eae2285b678: Pulling fs layer 01:23:19 d3ac315be8c5: Pulling fs layer 01:23:19 096b7ceb2af7: Waiting 01:23:19 4f4fb700ef54: Waiting 01:23:19 0eae2285b678: Waiting 01:23:19 8213a616a21b: Waiting 01:23:19 985586143405: Waiting 01:23:19 d3ac315be8c5: Waiting 01:23:19 36466aa92d05: Verifying Checksum 01:23:19 36466aa92d05: Download complete 01:23:19 096b7ceb2af7: Verifying Checksum 01:23:19 096b7ceb2af7: Download complete 01:23:19 4f4fb700ef54: Download complete 01:23:19 8213a616a21b: Verifying Checksum 01:23:19 8213a616a21b: Download complete 01:23:19 0a9a5dfd008f: Verifying Checksum 01:23:19 0a9a5dfd008f: Download complete 01:23:19 985586143405: Verifying Checksum 01:23:19 985586143405: Download complete 01:23:20 0a9a5dfd008f: Pull complete 01:23:20 d3ac315be8c5: Verifying Checksum 01:23:20 d3ac315be8c5: Download complete 01:23:20 36466aa92d05: Pull complete 01:23:20 e10405b45d13: Download complete 01:23:20 0eae2285b678: Verifying Checksum 01:23:20 0eae2285b678: Download complete 01:23:24 e10405b45d13: Pull complete 01:23:24 096b7ceb2af7: Pull complete 01:23:24 4f4fb700ef54: Pull complete 01:23:24 8213a616a21b: Pull complete 01:23:24 985586143405: Pull complete 01:23:26 0eae2285b678: Pull complete 01:23:27 d3ac315be8c5: Pull complete 01:23:27 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 01:23:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:23:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:23:27 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:23:27 WORKDIR /edgex 01:23:27 COPY go.mod . 01:23:27 RUN go mod download 01:23:27 + docker build -t ci-base-image-x86_64 -f - . 01:23:27 #0 building with "default" instance using docker driver 01:23:27 01:23:27 #1 [internal] load build definition from Dockerfile 01:23:27 #1 transferring dockerfile: 164B done 01:23:27 #1 DONE 0.0s 01:23:27 01:23:27 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:23:27 #2 DONE 0.0s 01:23:27 01:23:27 #3 [internal] load .dockerignore 01:23:27 #3 transferring context: 50B done 01:23:27 #3 DONE 0.0s 01:23:27 01:23:27 #4 [internal] load build context 01:23:28 #4 transferring context: 6.51kB done 01:23:28 #4 DONE 0.1s 01:23:28 01:23:28 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:23:28 #5 DONE 0.1s 01:23:28 01:23:28 #6 [2/4] WORKDIR /edgex 01:23:31 #6 DONE 3.2s 01:23:31 01:23:31 #7 [3/4] COPY go.mod . 01:23:31 #7 DONE 0.0s 01:23:31 01:23:31 #8 [4/4] RUN go mod download 01:23:34 Still waiting to schedule task 01:23:34 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6059’ 01:23:49 #8 DONE 17.4s 01:23:49 01:23:49 #9 exporting to image 01:23:49 #9 exporting layers 01:23:52 #9 exporting layers 3.6s done 01:23:52 #9 writing image sha256:675ed0200216fb59ace7f8551e78708433c7c270e60b26dae4b37e16c71da0a5 done 01:23:52 #9 naming to docker.io/library/ci-base-image-x86_64 done 01:23:52 #9 DONE 3.6s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:23:53 + docker inspect -f . ci-base-image-x86_64 01:23:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:23:53 prd-ubuntu20.04-docker-8c-8g-6062 does not seem to be running inside a container 01:23:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/878 -v /w/workspace/edgex-go/878:/w/workspace/edgex-go/878:rw,z -v /w/workspace/edgex-go/878@tmp:/w/workspace/edgex-go/878@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:23:53 $ docker top 6feb9419030deadf13997348dc1e453b686aef985276cbe5924a560b53cf97e7 -eo pid,comm [Pipeline] { [Pipeline] sh 01:23:53 + go version 01:23:53 go version go1.23.9 linux/amd64 [Pipeline] } 01:23:53 $ docker stop --time=1 6feb9419030deadf13997348dc1e453b686aef985276cbe5924a560b53cf97e7 01:23:55 $ docker rm -f --volumes 6feb9419030deadf13997348dc1e453b686aef985276cbe5924a560b53cf97e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:23:55 + docker inspect -f . ci-base-image-x86_64 01:23:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:23:55 prd-ubuntu20.04-docker-8c-8g-6062 does not seem to be running inside a container 01:23:55 $ 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/878 -v /w/workspace/edgex-go/878:/w/workspace/edgex-go/878:rw,z -v /w/workspace/edgex-go/878@tmp:/w/workspace/edgex-go/878@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:23:56 $ docker top aae44a26076988de661261a0b0f276a2b25ccca3d021b29a04de53f7adec20a5 -eo pid,comm [Pipeline] { [Pipeline] echo 01:23:56 ========================================================= 01:23:56 [edgeXBuildGoParallel] Running Tests and Build... 01:23:56 ========================================================= [Pipeline] sh 01:23:56 + git config --global --add safe.directory /w/workspace/edgex-go/878 [Pipeline] fileExists [Pipeline] sh 01:23:56 + make test 01:23:56 go test -race -coverprofile=coverage.out ./... 01:24:04 ? github.com/edgexfoundry/edgex-go [no test files] 01:24:31 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 01:24:31 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 01:24:31 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 01:24:31 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 01:24:31 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 01:24:31 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 01:24:31 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 01:24:31 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 01:24:31 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 01:24:31 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 01:24:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:24:31 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 01:24:31 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 01:24:31 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 01:24:31 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 01:24:31 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 01:24:31 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 01:24:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.032s coverage: 42.3% of statements 01:24:31 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 01:24:31 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 01:24:32 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 01:24:32 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 01:24:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.037s coverage: 97.0% of statements 01:24:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 01:24:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:24:33 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 01:24:33 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 01:24:33 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:24:33 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 01:24:33 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 01:24:33 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 01:24:33 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 01:24:33 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 01:24:34 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 01:24:34 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 01:24:34 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 01:24:34 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:24:34 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 01:24:34 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 01:24:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.053s coverage: 69.4% of statements 01:24:36 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.026s coverage: 3.5% of statements 01:24:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.049s coverage: 46.3% of statements 01:24:36 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 01:24:36 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 01:24:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.860s coverage: 93.4% of statements 01:24:36 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.047s coverage: 92.4% of statements 01:24:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.050s coverage: 8.4% of statements 01:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 01:24:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:24:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:24:37 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 01:24:37 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 01:24:37 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 01:24:37 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 01:24:37 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:24:37 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 01:24:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:24:37 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 01:24:37 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 01:24:37 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 01:24:37 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 01:24:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.382s coverage: 95.8% of statements 01:24:39 ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements 01:24:39 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 01:24:39 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 01:24:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:24:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 01:24:39 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 01:24:39 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 01:24:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.031s coverage: 0.0% of statements [no tests to run] 01:24:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.040s coverage: 1.0% of statements 01:24:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.030s coverage: 38.1% of statements 01:24:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.023s coverage: 81.1% of statements 01:24:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.020s coverage: 40.0% of statements 01:24:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.023s coverage: 87.1% of statements 01:24:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements 01:24:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 01:24:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 01:24:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 01:24:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.036s coverage: 96.3% of statements 01:24:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:24:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 01:24:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 01:24:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 01:24:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.017s coverage: 87.5% of statements 01:24:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 01:24:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 01:24:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 01:24:44 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 01:24:44 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 01:24:44 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 01:24:44 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 01:24:44 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 01:24:44 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 01:24:44 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 01:24:46 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 01:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:24:48 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 01:24:49 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 01:24:49 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 01:24:49 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 01:24:52 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 01:24:52 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 01:24:52 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 01:24:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 01:24:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 01:24:53 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:24:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.027s coverage: 94.4% of statements 01:24:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 01:24:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 01:24:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 01:24:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 01:24:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:24:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 01:24:55 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 01:24:55 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 01:24:55 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 01:24:55 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 01:24:55 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 01:24:55 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 01:24:57 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 01:24:57 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 01:24:57 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 01:24:57 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 01:24:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 01:24:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:24:58 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 01:24:58 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:24:58 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 01:24:58 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 01:24:58 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 01:24:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 01:24:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:24:59 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.044s coverage: 92.9% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 68.8% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.027s coverage: 62.3% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.026s coverage: 47.4% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.031s coverage: 87.2% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 15.5% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.091s coverage: 81.8% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.070s coverage: 82.1% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.045s coverage: 6.8% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.054s coverage: 33.3% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.055s coverage: 100.0% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.171s coverage: 54.5% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.028s coverage: 89.4% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.033s coverage: 100.0% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.027s coverage: 73.7% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.026s coverage: 88.6% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.025s coverage: 96.8% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.165s coverage: 29.2% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.021s coverage: 93.8% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.015s coverage: 3.1% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.021s coverage: 76.2% of statements 01:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.019s coverage: 54.0% of statements 01:25:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.056s coverage: 17.0% of statements 01:25:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.141s coverage: 94.9% of statements 01:25:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.042s coverage: 9.0% of statements 01:25:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.061s coverage: 97.7% of statements 01:25:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.021s coverage: 43.6% of statements 01:25:04 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 01:25:04 running golangci-lint 01:25:04 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 01:25:04 go version go1.23.9 linux/amd64 01:25:05 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 01:25:05 level=info msg="[config_reader] Used config file .golangci.yml" 01:25:05 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 01:25:31 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|exports_file|name|types_sizes|deps|files|imports) took 22.172951505s" 01:25:31 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 41.735696ms" 01:25:39 level=info msg="[linters_context/goanalysis] analyzers took 1m38.403596135s with top 10 stages: buildir: 52.830630071s, gosec: 3.597247862s, inspect: 3.187145771s, fact_deprecated: 2.925474757s, ctrlflow: 1.920404744s, printf: 1.607531399s, fact_purity: 1.425974726s, nilness: 1.287623067s, isgenerated: 991.804816ms, S1038: 978.1609ms" 01:25:39 level=info msg="[runner] Issues before processing: 202, after processing: 0" 01:25:39 level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 202/202, skip_dirs: 202/202, exclude-rules: 202/20, cgo: 202/202, path_prettifier: 202/202, invalid_issue: 202/202, skip_files: 202/202, exclude: 202/202, nolint: 20/0, autogenerated_exclude: 202/202, identifier_marker: 202/202" 01:25:39 level=info msg="[runner] processing took 17.032974ms with stages: nolint: 7.382516ms, identifier_marker: 4.924264ms, path_prettifier: 1.483986ms, autogenerated_exclude: 1.22143ms, exclude-rules: 1.144052ms, skip_dirs: 807.76µs, cgo: 26.172µs, invalid_issue: 25.852µs, filename_unadjuster: 12.792µs, max_same_issues: 1.12µs, uniq_by_line: 430ns, fixer: 410ns, source_code: 370ns, diff: 370ns, skip_files: 330ns, exclude: 260ns, sort_results: 240ns, max_per_file_from_linter: 160ns, max_from_linter: 150ns, path_prefixer: 110ns, severity-rules: 100ns, path_shortener: 100ns" 01:25:39 level=info msg="[runner] linters took 11.264341759s with stages: goanalysis_metalinter: 11.247216405s" 01:25:39 level=info msg="File cache stats: 0 entries of total size 0B" 01:25:39 level=info msg="Memory: 335 samples, avg is 277.9MB, max is 1347.6MB" 01:25:39 level=info msg="Execution took 33.487957515s" 01:25:39 go vet ./... 01:25:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:25:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:25:44 ./bin/test-attribution-txt.sh 01:25:44 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:25:45 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 01:25:45 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 01:25:45 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 01:25:45 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 01:25:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:25:45 + ls -al . 01:25:45 total 1996 01:25:45 drwxrwxr-x 11 1001 1001 4096 Aug 1 01:23 . 01:25:45 drwxr-xr-x 4 root root 4096 Aug 1 01:23 .. 01:25:45 drwxrwxr-x 2 1001 1001 4096 Aug 1 01:22 .blubracket 01:25:45 -rw-rw-r-- 1 1001 1001 10 Aug 1 01:22 .dockerignore 01:25:45 drwxrwxr-x 8 1001 1001 4096 Aug 1 01:25 .git 01:25:45 drwxrwxr-x 3 1001 1001 4096 Aug 1 01:22 .github 01:25:45 -rw-rw-r-- 1 1001 1001 909 Aug 1 01:22 .gitignore 01:25:45 -rw-rw-r-- 1 1001 1001 218 Aug 1 01:22 .golangci.yml 01:25:45 -rw-rw-r-- 1 1001 1001 100 Aug 1 01:22 .hadolint.yml 01:25:45 drwxr-xr-x 3 1001 1001 4096 Aug 1 01:23 .semver 01:25:45 -rw-rw-r-- 1 1001 1001 155 Aug 1 01:22 .sonarcloud.properties 01:25:45 -rw-rw-r-- 1 1001 1001 1171 Aug 1 01:22 ADOPTERS.md 01:25:45 -rw-rw-r-- 1 1001 1001 17374 Aug 1 01:22 Attribution.txt 01:25:45 -rw-rw-r-- 1 1001 1001 108018 Aug 1 01:22 CHANGELOG.md 01:25:45 -rw-rw-r-- 1 1001 1001 3804 Aug 1 01:22 CONTRIBUTING.md 01:25:45 -rw-rw-r-- 1 1001 1001 677 Aug 1 01:22 GOVERNANCE.md 01:25:45 -rw-rw-r-- 1 1001 1001 858 Aug 1 01:22 Jenkinsfile 01:25:45 -rw-rw-r-- 1 1001 1001 10775 Aug 1 01:22 LICENSE 01:25:45 -rw-rw-r-- 1 1001 1001 16740 Aug 1 01:22 Makefile 01:25:45 -rw-rw-r-- 1 1001 1001 582 Aug 1 01:22 OWNERS.md 01:25:45 -rw-rw-r-- 1 1001 1001 9932 Aug 1 01:22 README.md 01:25:45 -rw-rw-r-- 1 1001 1001 789 Aug 1 01:22 SECURITY.md 01:25:45 -rw-rw-r-- 1 1001 1001 12 Aug 1 01:23 VERSION 01:25:45 drwxrwxr-x 2 1001 1001 4096 Aug 1 01:22 bin 01:25:45 drwxrwxr-x 19 1001 1001 4096 Aug 1 01:22 cmd 01:25:45 -rw-r--r-- 1 root root 1666030 Aug 1 01:25 coverage.out 01:25:45 drwxrwxr-x 2 1001 1001 4096 Aug 1 01:22 fuzz_test 01:25:45 -rw-rw-r-- 1 1001 1001 6476 Aug 1 01:22 go.mod 01:25:45 -rw-rw-r-- 1 1001 1001 88362 Aug 1 01:22 go.sum 01:25:45 drwxrwxr-x 7 1001 1001 4096 Aug 1 01:22 internal 01:25:45 drwxrwxr-x 2 1001 1001 4096 Aug 1 01:22 openapi 01:25:45 -rw-rw-r-- 1 1001 1001 584 Aug 1 01:22 security.txt 01:25:45 -rw-rw-r-- 1 1001 1001 204 Aug 1 01:22 version.go [Pipeline] sh 01:25:45 + '[' -e coverage.out ] 01:25:45 + chown 1001:1001 coverage.out [Pipeline] stash 01:25:45 Stashed 1 file(s) [Pipeline] sh 01:25:46 + make build 01:25:46 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:26:08 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:26:08 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:26:10 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:26:10 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:26:12 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:26:17 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:26:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:26:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:26:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6065 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 01:26:23 Running in /w/workspace/edgex-go/878 [Pipeline] { [Pipeline] checkout 01:26:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:26:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:26:26 The recommended git tool is: git 01:26:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:26:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:26:28 $ docker stop --time=1 aae44a26076988de661261a0b0f276a2b25ccca3d021b29a04de53f7adec20a5 01:26:31 using credential edgex-jenkins-ssh 01:26:31 Cloning the remote Git repository 01:26:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:26:31 > git init /w/workspace/edgex-go/878 # timeout=10 01:26:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:26:32 > git --version # timeout=10 01:26:32 > git --version # 'git version 2.25.1' 01:26:32 using GIT_SSH to set credentials SSH Credentials for GitHub 01:26:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:26:32 $ docker rm -f --volumes aae44a26076988de661261a0b0f276a2b25ccca3d021b29a04de53f7adec20a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:26:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:26:33 01:26:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:26:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:26:34 latest: Pulling from edgex-devops/edgex-compose 01:26:34 91d30c5bc195: Pulling fs layer 01:26:34 2e9b0aa3be6d: Pulling fs layer 01:26:34 9c61dcf015f6: Pulling fs layer 01:26:34 4698f68db338: Pulling fs layer 01:26:34 2a2f49069b9e: Pulling fs layer 01:26:34 e0025b399a48: Pulling fs layer 01:26:34 4698f68db338: Waiting 01:26:34 2a2f49069b9e: Waiting 01:26:34 e0025b399a48: Waiting 01:26:34 91d30c5bc195: Verifying Checksum 01:26:34 91d30c5bc195: Download complete 01:26:34 4698f68db338: Verifying Checksum 01:26:34 4698f68db338: Download complete 01:26:34 2e9b0aa3be6d: Verifying Checksum 01:26:34 2e9b0aa3be6d: Download complete 01:26:34 e0025b399a48: Verifying Checksum 01:26:34 e0025b399a48: Download complete 01:26:34 91d30c5bc195: Pull complete 01:26:34 2a2f49069b9e: Download complete 01:26:34 2e9b0aa3be6d: Pull complete 01:26:34 9c61dcf015f6: Verifying Checksum 01:26:34 9c61dcf015f6: Download complete 01:26:37 9c61dcf015f6: Pull complete 01:26:37 4698f68db338: Pull complete 01:26:37 2a2f49069b9e: Pull complete 01:26:37 e0025b399a48: Pull complete 01:26:37 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:26:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:26:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:26:37 prd-ubuntu20.04-docker-8c-8g-6062 does not seem to be running inside a container 01:26:37 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/878 -v /w/workspace/edgex-go/878:/w/workspace/edgex-go/878:rw,z -v /w/workspace/edgex-go/878@tmp:/w/workspace/edgex-go/878@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:26:39 $ docker top a3d5d0b9730ea561bb627a686a8971101f63ea7a3f6efe2dbdc4c9695831559f -eo pid,comm [Pipeline] { [Pipeline] sh 01:26:40 + docker compose -f ./docker-compose-build.yml build --parallel 01:26:40 #1 [core-data internal] load build definition from Dockerfile 01:26:40 #1 ... 01:26:40 01:26:40 #2 [core-command internal] load build definition from Dockerfile 01:26:40 #2 transferring dockerfile: 1.94kB done 01:26:40 #2 DONE 0.1s 01:26:40 01:26:40 #3 [support-notifications internal] load build definition from Dockerfile 01:26:40 #3 transferring dockerfile: 2.00kB done 01:26:40 #3 DONE 0.1s 01:26:40 01:26:40 #4 [security-spire-config internal] load build definition from Dockerfile 01:26:40 #4 transferring dockerfile: 1.69kB done 01:26:40 #4 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:26:40 #4 DONE 0.2s 01:26:40 01:26:40 #5 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:26:40 #5 transferring dockerfile: 1.89kB done 01:26:40 #5 DONE 0.2s 01:26:40 01:26:40 #6 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:26:40 #6 DONE 0.0s 01:26:40 01:26:40 #7 [security-spire-agent internal] load build definition from Dockerfile 01:26:40 #7 transferring dockerfile: 1.81kB done 01:26:40 #7 DONE 0.2s 01:26:40 01:26:40 #8 [security-proxy-auth internal] load build definition from Dockerfile 01:26:40 #8 transferring dockerfile: 2.14kB done 01:26:40 #8 DONE 0.2s 01:26:40 01:26:40 #9 [support-scheduler internal] load build definition from Dockerfile 01:26:40 #9 transferring dockerfile: 1.83kB done 01:26:40 #9 DONE 0.2s 01:26:40 01:26:40 #10 [security-bootstrapper internal] load build definition from Dockerfile 01:26:40 #10 transferring dockerfile: 3.02kB done 01:26:40 #10 DONE 0.2s 01:26:40 01:26:40 #11 [core-keeper internal] load build definition from Dockerfile 01:26:40 #11 transferring dockerfile: 2.01kB done 01:26:40 #11 DONE 0.2s 01:26:40 01:26:40 #12 [security-secretstore-setup internal] load build definition from Dockerfile 01:26:40 #12 transferring dockerfile: 2.49kB done 01:26:40 #12 DONE 0.2s 01:26:40 01:26:40 #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:26:40 #13 transferring dockerfile: 2.23kB done 01:26:40 #13 DONE 0.2s 01:26:40 01:26:40 #14 [security-spire-server internal] load build definition from Dockerfile 01:26:40 #14 transferring dockerfile: 1.70kB done 01:26:40 #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:26:40 #14 DONE 0.2s 01:26:40 01:26:40 #15 [security-proxy-setup internal] load build definition from Dockerfile 01:26:40 #15 transferring dockerfile: 2.50kB done 01:26:40 #15 DONE 0.2s 01:26:40 01:26:40 #16 [core-metadata internal] load build definition from Dockerfile 01:26:40 #16 transferring dockerfile: 2.10kB done 01:26:40 #16 DONE 0.2s 01:26:40 01:26:40 #1 [core-data internal] load build definition from Dockerfile 01:26:40 #1 transferring dockerfile: 2.04kB done 01:26:40 #1 DONE 0.2s 01:26:40 01:26:40 #6 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:26:40 #6 DONE 0.0s 01:26:40 01:26:40 #17 [core-command internal] load .dockerignore 01:26:40 #17 transferring context: 50B done 01:26:40 #17 DONE 0.1s 01:26:40 01:26:40 #18 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:26:40 #18 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:26:40 #18 ... 01:26:40 01:26:40 #19 [support-notifications internal] load .dockerignore 01:26:40 #19 transferring context: 50B done 01:26:40 #19 DONE 0.1s 01:26:40 01:26:40 #20 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 01:26:40 #20 DONE 0.2s 01:26:40 01:26:40 #21 [security-spiffe-token-provider internal] load .dockerignore 01:26:40 #21 transferring context: 50B done 01:26:40 #21 DONE 0.2s 01:26:40 01:26:40 #22 [security-proxy-auth internal] load .dockerignore 01:26:40 #22 transferring context: 50B 0.0s done 01:26:40 #22 DONE 0.1s 01:26:40 01:26:40 #23 [core-keeper internal] load .dockerignore 01:26:40 #23 transferring context: 50B done 01:26:40 #23 DONE 0.1s 01:26:40 01:26:40 #24 [security-bootstrapper internal] load .dockerignore 01:26:40 #24 transferring context: 50B done 01:26:40 #24 DONE 0.1s 01:26:40 01:26:40 #25 [support-scheduler internal] load .dockerignore 01:26:40 #25 transferring context: 50B done 01:26:40 #25 DONE 0.1s 01:26:40 01:26:40 #18 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:26:40 #18 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:26:40 #18 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:26:40 #18 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:26:40 #18 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:26:40 #18 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:26:40 #18 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s 01:26:40 #18 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 01:26:41 #18 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done 01:26:41 #18 ... 01:26:41 01:26:41 #26 [security-proxy-setup internal] load .dockerignore 01:26:41 #26 transferring context: 50B done 01:26:41 #26 DONE 0.4s 01:26:41 01:26:41 #27 [core-metadata internal] load .dockerignore 01:26:41 #27 transferring context: 50B done 01:26:41 #27 DONE 0.4s 01:26:41 01:26:41 #28 [security-secretstore-setup internal] load .dockerignore 01:26:41 #28 transferring context: 50B 0.0s done 01:26:41 #28 DONE 0.4s 01:26:41 01:26:41 #29 [core-common-config-bootstrapper internal] load .dockerignore 01:26:41 #29 transferring context: 50B done 01:26:41 #29 DONE 0.5s 01:26:41 01:26:41 #30 [core-data internal] load .dockerignore 01:26:41 #30 transferring context: 50B done 01:26:41 #30 DONE 0.5s 01:26:41 01:26:41 #18 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:26:41 #18 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:26:41 #18 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:26:41 #18 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:26:41 #18 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:26:41 #18 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done 01:26:41 #18 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 01:26:41 #18 ... 01:26:41 01:26:41 #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:26:41 #31 DONE 0.7s 01:26:41 01:26:41 #32 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:26:41 #32 DONE 0.7s 01:26:41 01:26:41 #33 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:26:41 #33 DONE 0.6s 01:26:41 01:26:41 #18 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:26:41 #18 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:26:41 #18 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:26:41 #18 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:26:41 #18 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:26:41 #18 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done 01:26:41 #18 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 01:26:41 #18 DONE 0.7s 01:26:41 01:26:41 #34 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:26:46 #34 ... 01:26:46 01:26:46 #35 [core-command internal] load build context 01:26:46 #35 transferring context: 289.10MB 5.6s 01:26:46 #35 ... 01:26:46 01:26:46 #36 [core-keeper internal] load build context 01:26:46 #36 ... 01:26:46 01:26:46 #35 [core-command internal] load build context 01:26:51 #35 ... 01:26:51 01:26:51 #37 [support-notifications internal] load build context 01:26:51 #37 ... 01:26:51 01:26:51 #38 [security-proxy-auth internal] load build context 01:26:51 #38 ... 01:26:51 01:26:51 #39 [security-bootstrapper internal] load build context 01:26:51 #39 ... 01:26:51 01:26:51 #40 [support-scheduler internal] load build context 01:26:51 #40 ... 01:26:51 01:26:51 #41 [security-proxy-setup internal] load build context 01:26:51 #41 ... 01:26:51 01:26:51 #42 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 01:26:51 #42 ... 01:26:51 01:26:51 #43 [security-spire-server internal] load .dockerignore 01:26:51 #43 ... 01:26:51 01:26:51 #44 [security-spiffe-token-provider internal] load build context 01:26:51 #44 transferring context: 380.28MB 10.7s 01:26:51 #44 ... 01:26:51 01:26:51 #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:26:51 #45 ... 01:26:51 01:26:51 #46 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:26:52 #46 ... 01:26:52 01:26:52 #47 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:26:52 #47 ... 01:26:52 01:26:52 #48 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:26:52 #48 ... 01:26:52 01:26:52 #49 [security-secretstore-setup internal] load build context 01:26:52 #49 ... 01:26:52 01:26:52 #50 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:26:52 #50 ... 01:26:52 01:26:52 #51 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:26:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:26:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:26:52 #51 ... 01:26:52 01:26:52 #52 [core-common-config-bootstrapper internal] load build context 01:26:52 #52 ... 01:26:52 01:26:52 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:26:53 Avoid second fetch 01:26:53 Checking out Revision 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b (main) 01:26:53 #53 ... 01:26:53 01:26:53 #54 [core-metadata internal] load build context 01:26:53 #54 ... 01:26:53 01:26:53 #55 [security-spire-config internal] load .dockerignore 01:26:53 #55 ... 01:26:53 01:26:53 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:26:53 #56 ... 01:26:53 01:26:53 #57 [security-spire-agent internal] load .dockerignore 01:26:53 #57 ... 01:26:53 01:26:53 #58 [core-data internal] load build context 01:26:53 #58 transferring context: 591.41MB 12.0s done 01:26:53 #58 ... 01:26:53 01:26:53 #54 [core-metadata internal] load build context 01:26:54 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5218)" 01:26:54 #54 transferring context: 591.41MB 13.3s done 01:26:53 > git config core.sparsecheckout # timeout=10 01:26:53 > git checkout -f 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b # timeout=10 01:26:56 #54 ... 01:26:56 01:26:56 #36 [core-keeper internal] load build context 01:26:56 #36 transferring context: 591.41MB 13.7s done 01:26:57 #36 ... 01:26:57 01:26:57 #37 [support-notifications internal] load build context 01:26:57 #37 transferring context: 591.41MB 14.8s done [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:26:59 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:26:59 % Total % Received % Xferd Average Speed Time Time Time Current 01:26:59 Dload Upload Total Spent Left Speed 01:26:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 68 0 --:--:-- --:--:-- --:--:-- 68 [Pipeline] sh 01:26:59 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:27:00 + sudo tee /etc/docker/daemon.new 01:27:00 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:27:00 { 01:27:00 "registry-mirrors": [ 01:27:00 "https://nexus3.edgexfoundry.org:10001" 01:27:00 ], 01:27:00 "bip": "10.250.0.254/24", 01:27:00 "hosts": [ 01:27:00 "tcp://0.0.0.0:5555", 01:27:00 "unix:///var/run/docker.sock" 01:27:00 ], 01:27:00 "mtu": 1458, 01:27:00 "selinux-enabled": true, 01:27:00 "seccomp-profile": "/etc/docker/seccomp.json" 01:27:00 } [Pipeline] sh 01:27:00 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:27:00 + sudo service docker restart 01:27:01 #37 ... 01:27:01 01:27:01 #35 [core-command internal] load build context 01:27:01 #35 transferring context: 591.41MB 12.6s done 01:27:01 #35 ... 01:27:01 01:27:01 #38 [security-proxy-auth internal] load build context 01:27:01 #38 transferring context: 591.41MB 11.9s done 01:27:02 #38 ... 01:27:02 01:27:02 #40 [support-scheduler internal] load build context 01:27:02 #40 transferring context: 591.41MB 11.7s done 01:27:02 #40 ... 01:27:02 01:27:02 #44 [security-spiffe-token-provider internal] load build context 01:27:02 #44 transferring context: 591.41MB 14.8s done 01:27:02 #44 ... 01:27:02 01:27:02 #39 [security-bootstrapper internal] load build context 01:27:02 #39 transferring context: 591.41MB 13.7s done 01:27:02 #39 ... 01:27:02 01:27:02 #41 [security-proxy-setup internal] load build context 01:27:02 #41 transferring context: 591.41MB 13.3s done 01:27:02 #41 ... 01:27:02 01:27:02 #49 [security-secretstore-setup internal] load build context 01:27:02 #49 transferring context: 591.41MB 12.1s done 01:27:03 #49 ... 01:27:03 01:27:03 #52 [core-common-config-bootstrapper internal] load build context 01:27:03 #52 transferring context: 591.41MB 12.1s done 01:27:03 #52 ... 01:27:03 01:27:03 #40 [support-scheduler internal] load build context 01:27:03 #40 DONE 22.7s 01:27:03 01:27:03 #42 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 01:27:03 #42 DONE 22.2s 01:27:03 01:27:03 #38 [security-proxy-auth internal] load build context 01:27:03 #38 DONE 22.7s 01:27:03 01:27:03 #35 [core-command internal] load build context 01:27:03 #35 DONE 22.9s 01:27:03 01:27:03 #57 [security-spire-agent internal] load .dockerignore 01:27:03 #57 transferring context: 50B done 01:27:03 #57 ... 01:27:03 01:27:03 #58 [core-data internal] load build context 01:27:03 #58 DONE 22.4s 01:27:03 01:27:03 #52 [core-common-config-bootstrapper internal] load build context 01:27:03 #52 DONE 22.4s 01:27:03 01:27:03 #49 [security-secretstore-setup internal] load build context 01:27:03 #49 DONE 22.4s 01:27:03 01:27:03 #41 [security-proxy-setup internal] load build context 01:27:03 #41 DONE 22.5s 01:27:03 01:27:03 #54 [core-metadata internal] load build context 01:27:03 #54 DONE 22.5s 01:27:03 01:27:03 #37 [support-notifications internal] load build context 01:27:03 #37 DONE 22.9s 01:27:03 01:27:03 #36 [core-keeper internal] load build context 01:27:03 #36 DONE 22.9s 01:27:03 01:27:03 #44 [security-spiffe-token-provider internal] load build context 01:27:03 #44 DONE 22.9s 01:27:03 01:27:03 #39 [security-bootstrapper internal] load build context 01:27:03 #39 DONE 22.9s 01:27:03 01:27:03 #55 [security-spire-config internal] load .dockerignore 01:27:03 #55 transferring context: 50B done 01:27:03 #55 DONE 22.5s 01:27:03 01:27:03 #18 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:27:03 #18 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:27:03 #18 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:27:03 #18 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:27:03 #18 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:27:03 #18 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done 01:27:03 #18 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 01:27:03 #18 DONE 0.7s 01:27:03 01:27:03 #43 [security-spire-server internal] load .dockerignore 01:27:03 #43 transferring context: 50B done 01:27:03 #43 DONE 22.5s 01:27:03 01:27:03 #57 [security-spire-agent internal] load .dockerignore 01:27:03 #57 DONE 22.5s 01:27:03 01:27:03 #59 [security-spire-config internal] load build context 01:27:03 #59 transferring context: 22.05kB done 01:27:03 #59 DONE 0.1s 01:27:03 01:27:03 #60 [security-spire-server internal] load build context 01:27:03 #60 transferring context: 23.80kB done 01:27:03 #60 DONE 0.1s 01:27:03 01:27:03 #61 [security-spire-agent internal] load build context 01:27:03 #61 transferring context: 23.33kB done 01:27:03 #61 DONE 0.0s 01:27:03 01:27:03 #62 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:27:03 #62 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done 01:27:04 #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 01:27:04 #62 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s 01:27:04 #62 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:27:04 #62 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 01:27:04 #62 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 01:27:04 #62 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 01:27:04 #62 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 01:27:04 #62 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:27:04 #62 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 01:27:04 #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 01:27:04 #62 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done 01:27:04 #62 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 01:27:04 #62 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 01:27:04 #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 6.29MB / 36.47MB 0.3s 01:27:04 #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 18.87MB / 36.47MB 0.4s 01:27:04 #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 35.65MB / 36.47MB 0.5s 01:27:07 #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 3.2s done 01:27:07 #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 3.2s done 01:27:10 #62 ... 01:27:10 01:27:10 #51 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:27:10 #51 28.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:10 #51 28.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:10 #51 29.01 (1/4) Installing ca-certificates (20250619-r0) 01:27:10 #51 29.16 (2/4) Installing dumb-init (1.2.5-r3) 01:27:10 #51 29.16 (3/4) Installing su-exec (0.2-r3) 01:27:10 #51 29.17 (4/4) Installing yq-go (4.44.1-r2) 01:27:11 #51 29.61 Executing busybox-1.36.1-r29.trigger 01:27:11 #51 29.62 Executing ca-certificates-20250619-r0.trigger 01:27:11 #51 29.66 OK: 19 MiB in 18 packages 01:27:13 #51 ... 01:27:13 01:27:13 #63 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:27:13 #63 ... 01:27:13 01:27:13 #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:27:14 #64 ... 01:27:14 01:27:14 #65 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 01:27:14 #0 5.546 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:14 #0 5.630 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:14 #0 5.896 OK: 248 MiB in 58 packages 01:27:14 #65 ... 01:27:14 01:27:14 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:27:14 #53 22.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:14 #53 22.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:14 #53 22.95 (1/7) Installing ca-certificates (20250619-r0) 01:27:14 #53 22.97 (2/7) Installing dumb-init (1.2.5-r3) 01:27:14 #53 22.98 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:27:14 #53 22.98 (4/7) Installing libsodium (1.0.19-r0) 01:27:14 #53 22.99 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:27:14 #53 23.02 (6/7) Installing libzmq (4.3.5-r2) 01:27:14 #53 23.03 (7/7) Installing zeromq (4.3.5-r2) 01:27:14 #53 23.04 Executing busybox-1.36.1-r29.trigger 01:27:14 #53 23.04 Executing ca-certificates-20250619-r0.trigger 01:27:14 #53 23.09 OK: 12 MiB in 21 packages 01:27:14 #53 ... 01:27:14 01:27:14 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:27:14 #66 ... 01:27:14 01:27:14 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:27:14 #67 ... 01:27:14 01:27:14 #48 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:27:14 #48 22.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:14 #48 22.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:14 #48 23.00 (1/4) Installing dumb-init (1.2.5-r3) 01:27:14 #48 23.00 (2/4) Installing openssl (3.3.4-r0) 01:27:14 #48 23.02 (3/4) Installing su-exec (0.2-r3) 01:27:14 #48 23.03 (4/4) Installing yq-go (4.44.1-r2) 01:27:14 #48 23.12 Executing busybox-1.36.1-r29.trigger 01:27:14 #48 23.13 OK: 19 MiB in 18 packages 01:27:14 #48 ... 01:27:14 01:27:14 #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:27:15 #68 ... 01:27:15 01:27:15 #34 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:27:15 #34 22.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:15 #34 22.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:15 #34 22.91 (1/1) Installing dumb-init (1.2.5-r3) 01:27:15 #34 22.91 Executing busybox-1.36.1-r29.trigger 01:27:15 #34 22.92 OK: 8 MiB in 15 packages 01:27:15 #34 ... 01:27:15 01:27:15 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:27:15 #69 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.0s done 01:27:15 #69 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 01:27:15 #69 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:27:15 #69 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 01:27:15 #69 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 01:27:15 #69 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 01:27:15 #69 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 01:27:15 #69 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done 01:27:15 #69 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:27:15 #69 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 01:27:15 #69 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 2.1s done 01:27:15 #69 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 2.0s done 01:27:15 #69 ... 01:27:15 01:27:15 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:27:15 #70 ... 01:27:15 01:27:15 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:27:15 #71 ... 01:27:15 01:27:15 #46 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:27:15 #46 22.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:15 #46 22.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:15 #46 22.76 (1/1) Installing dumb-init (1.2.5-r3) 01:27:15 #46 22.76 Executing busybox-1.36.1-r29.trigger 01:27:15 #46 22.77 OK: 8 MiB in 15 packages 01:27:15 #46 ... 01:27:15 01:27:15 #62 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:27:15 #62 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.1s done 01:27:17 #62 ... 01:27:17 01:27:17 #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:27:17 #45 26.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:17 #45 26.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:17 #45 26.66 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:27:17 #45 26.66 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:27:17 #45 26.66 OK: 24171 distinct packages available 01:27:17 #45 26.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:17 #45 26.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:17 #45 27.13 (1/14) Installing ca-certificates (20250619-r0) 01:27:17 #45 27.15 (2/14) Installing brotli-libs (1.1.0-r2) 01:27:17 #45 27.17 (3/14) Installing c-ares (1.33.1-r0) 01:27:17 #45 27.17 (4/14) Installing libunistring (1.2-r0) 01:27:17 #45 27.19 (5/14) Installing libidn2 (2.3.7-r0) 01:27:17 #45 27.20 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:27:17 #45 27.20 (7/14) Installing libpsl (0.21.5-r1) 01:27:17 #45 27.20 (8/14) Installing zstd-libs (1.5.6-r0) 01:27:17 #45 27.22 (9/14) Installing libcurl (8.12.1-r0) 01:27:17 #45 27.24 (10/14) Installing curl (8.12.1-r0) 01:27:17 #45 27.25 (11/14) Installing dumb-init (1.2.5-r3) 01:27:17 #45 27.25 (12/14) Installing musl-obstack (1.2.3-r2) 01:27:17 #45 27.26 (13/14) Installing libucontext (1.2-r3) 01:27:17 #45 27.26 (14/14) Installing gcompat (1.1.0-r4) 01:27:17 #45 27.27 Executing busybox-1.36.1-r29.trigger 01:27:17 #45 27.28 Executing ca-certificates-20250619-r0.trigger 01:27:17 #45 27.42 OK: 13 MiB in 28 packages 01:27:18 #45 ... 01:27:18 01:27:18 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:27:18 #56 26.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:18 #56 26.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:18 #56 26.64 (1/2) Installing dumb-init (1.2.5-r3) 01:27:18 #56 26.88 (2/2) Installing su-exec (0.2-r3) 01:27:18 #56 26.89 Executing busybox-1.36.1-r29.trigger 01:27:18 #56 26.90 OK: 8 MiB in 16 packages 01:27:18 #56 ... 01:27:18 01:27:18 #47 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:27:18 #47 26.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:18 #47 27.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:18 #47 27.35 (1/3) Installing ca-certificates (20250619-r0) 01:27:18 #47 27.42 (2/3) Installing dumb-init (1.2.5-r3) 01:27:18 #47 27.43 (3/3) Installing tzdata (2025b-r0) 01:27:18 #47 27.46 Executing busybox-1.36.1-r29.trigger 01:27:18 #47 27.47 Executing ca-certificates-20250619-r0.trigger 01:27:18 #47 27.51 OK: 10 MiB in 17 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:27:19 provisioning config files... 01:27:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/878@tmp/config1941141987935710991tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:27:19 ---> ****-login.sh 01:27:19 nexus3.edgexfoundry.org:10001 01:27:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:27:20 Configure a credential helper to remove this warning. See 01:27:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:27:20 01:27:20 Login Succeeded 01:27:20 nexus3.edgexfoundry.org:10002 01:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:27:20 Configure a credential helper to remove this warning. See 01:27:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:27:20 01:27:20 Login Succeeded 01:27:20 nexus3.edgexfoundry.org:10003 01:27:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:27:21 Configure a credential helper to remove this warning. See 01:27:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:27:21 01:27:21 Login Succeeded 01:27:21 nexus3.edgexfoundry.org:10004 01:27:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:21 #47 ... 01:27:21 01:27:21 #50 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:27:21 #50 DONE 39.5s 01:27:21 01:27:21 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:27:21 #53 DONE 39.6s 01:27:21 01:27:21 #46 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:27:21 #46 DONE 39.6s 01:27:21 01:27:21 #48 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:27:21 #48 DONE 39.5s 01:27:21 01:27:21 #34 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:27:21 #34 DONE 39.6s 01:27:21 01:27:21 #65 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 01:27:21 #65 DONE 17.5s 01:27:21 01:27:21 #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:27:21 #45 DONE 39.6s 01:27:21 01:27:21 #47 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:27:21 #47 DONE 39.6s 01:27:21 01:27:21 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:27:21 #56 DONE 39.6s 01:27:21 01:27:21 #51 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:27:21 #51 DONE 39.6s 01:27:21 01:27:21 #72 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:27:21 #72 DONE 0.2s 01:27:21 01:27:21 #62 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:27:21 #62 DONE 17.5s 01:27:21 01:27:21 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:27:21 #69 DONE 17.4s 01:27:21 01:27:21 #73 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:27:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:27:21 Configure a credential helper to remove this warning. See 01:27:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:27:21 01:27:21 Login Succeeded 01:27:21 ****.io 01:27:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:27:21 #73 ... 01:27:21 01:27:21 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:27:21 #67 DONE 18.4s 01:27:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:27:22 Configure a credential helper to remove this warning. See 01:27:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:27:22 01:27:22 Login Succeeded 01:27:22 ---> ****-login.sh ends [Pipeline] } 01:27:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 01:27:22 01:27:22 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:27:22 #66 18.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:22 #66 18.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [Pipeline] sh 01:27:22 #66 18.85 OK: 248 MiB in 58 packages 01:27:22 #66 DONE 19.1s 01:27:22 01:27:22 #74 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:27:22 #74 DONE 0.1s 01:27:22 01:27:22 #63 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:27:22 #63 18.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:22 #63 18.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:22 #63 18.88 OK: 248 MiB in 58 packages 01:27:22 #63 DONE 19.2s 01:27:22 01:27:22 #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:27:22 #64 18.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:22 #64 18.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:22 #64 18.94 OK: 248 MiB in 58 packages 01:27:22 #64 DONE 19.2s 01:27:22 01:27:22 #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:27:22 #0 1.221 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:22 #0 1.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:22 #0 1.651 OK: 8 MiB in 15 packages 01:27:22 #75 DONE 1.8s 01:27:22 01:27:22 #76 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:27:22 + git config --global --add safe.directory /w/workspace/edgex-go/878 [Pipeline] echo 01:27:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:27:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:27:22 ========================================================= 01:27:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:27:22 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:27:22 #76 DONE 0.1s 01:27:22 01:27:22 #77 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:27:22 #77 ... 01:27:22 01:27:22 #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:27:22 #78 DONE 0.2s 01:27:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:27:23 01:27:23 #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:27:23 #0 1.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:23 #0 1.540 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:23 #0 1.954 OK: 19 MiB in 18 packages 01:27:23 #79 DONE 2.2s 01:27:23 01:27:23 #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:27:23 #68 18.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:23 #68 18.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:23 #68 19.08 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:27:23 #68 19.08 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:27:23 #68 19.08 OK: 24171 distinct packages available 01:27:23 #68 19.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:23 #68 19.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:23 #68 ... 01:27:23 01:27:23 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:27:23 #71 18.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:23 #71 18.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:23 #71 18.92 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:27:23 #71 18.92 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:27:23 #71 18.92 OK: 24177 distinct packages available 01:27:23 #71 18.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:23 #71 19.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:23 #71 19.48 OK: 248 MiB in 58 packages 01:27:23 #71 DONE 19.7s 01:27:23 01:27:23 #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:27:23 #68 19.54 (1/5) Installing dumb-init (1.2.5-r3) 01:27:23 #68 19.55 (2/5) Installing musl-obstack (1.2.3-r2) 01:27:23 #68 19.56 (3/5) Installing libucontext (1.2-r3) 01:27:23 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:27:23 94e9d8af2201: Pulling fs layer 01:27:23 a6c56e8762df: Pulling fs layer 01:27:23 f0f3c8884826: Pulling fs layer 01:27:23 c7e7622c144d: Pulling fs layer 01:27:23 4f4fb700ef54: Pulling fs layer 01:27:23 e8859aadc426: Pulling fs layer 01:27:23 b4813487a9f6: Pulling fs layer 01:27:23 502a3d64fb4b: Pulling fs layer 01:27:23 c7e7622c144d: Waiting 01:27:23 4f4fb700ef54: Waiting 01:27:23 e8859aadc426: Waiting 01:27:23 b4813487a9f6: Waiting 01:27:23 502a3d64fb4b: Waiting 01:27:23 a6c56e8762df: Download complete 01:27:23 c7e7622c144d: Verifying Checksum 01:27:23 c7e7622c144d: Download complete 01:27:23 4f4fb700ef54: Verifying Checksum 01:27:23 4f4fb700ef54: Download complete 01:27:23 e8859aadc426: Download complete 01:27:23 94e9d8af2201: Download complete 01:27:23 #68 ... 01:27:23 01:27:23 #80 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:27:23 #80 DONE 0.2s 01:27:23 01:27:23 #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:27:23 #0 1.625 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:23 #0 1.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:23 #0 2.164 OK: 8 MiB in 16 packages 01:27:23 #81 DONE 2.4s 01:27:23 01:27:23 #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:27:23 #0 1.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:23 #0 1.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:23 #0 2.181 OK: 12 MiB in 21 packages 01:27:23 #82 DONE 2.4s 01:27:23 01:27:23 #83 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:27:23 #83 DONE 0.2s 01:27:23 01:27:23 #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:27:23 #68 19.56 (4/5) Installing gcompat (1.1.0-r4) 01:27:23 #68 19.57 (5/5) Installing openssl (3.3.4-r0) 01:27:23 #68 19.60 Executing busybox-1.36.1-r29.trigger 01:27:23 #68 19.61 OK: 9 MiB in 19 packages 01:27:23 #68 DONE 19.8s 01:27:23 01:27:23 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:27:23 #70 18.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:23 #70 18.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:23 #70 19.12 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:27:23 #70 19.12 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:27:23 #70 19.12 OK: 24171 distinct packages available 01:27:23 #70 19.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:23 #70 19.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:23 #70 19.57 (1/4) Installing dumb-init (1.2.5-r3) 01:27:23 #70 19.60 (2/4) Installing musl-obstack (1.2.3-r2) 01:27:23 #70 19.60 (3/4) Installing libucontext (1.2-r3) 01:27:23 #70 19.60 (4/4) Installing gcompat (1.1.0-r4) 01:27:23 #70 19.61 Executing busybox-1.36.1-r29.trigger 01:27:23 #70 19.62 OK: 8 MiB in 18 packages 01:27:23 #70 DONE 19.8s 01:27:23 01:27:23 #84 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:27:23 #0 1.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:23 #0 2.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:23 #0 2.359 OK: 10 MiB in 17 packages 01:27:23 #84 DONE 2.5s 01:27:23 01:27:23 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:27:23 #0 1.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:23 #0 2.002 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:23 #0 2.404 OK: 19 MiB in 18 packages 01:27:23 #85 DONE 2.5s 01:27:23 01:27:23 #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:27:23 502a3d64fb4b: Verifying Checksum 01:27:24 #86 ... 01:27:24 01:27:24 #87 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 01:27:24 #0 2.308 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:24 #0 2.383 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:24 #0 2.692 OK: 8 MiB in 15 packages 01:27:24 #87 DONE 2.8s 01:27:24 01:27:24 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:27:24 94e9d8af2201: Pull complete 01:27:24 #88 ... 01:27:24 01:27:24 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:27:24 #0 3.457 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:24 #0 3.536 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:24 #0 3.869 OK: 13 MiB in 28 packages 01:27:24 #89 DONE 4.0s 01:27:24 01:27:24 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:27:24 #88 1.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:25 a6c56e8762df: Pull complete 01:27:25 #88 ... 01:27:25 01:27:25 #90 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:27:25 #90 DONE 1.8s 01:27:25 01:27:25 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:27:25 #88 1.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:25 #88 ... 01:27:25 01:27:25 #91 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:27:25 #91 DONE 0.1s 01:27:25 f0f3c8884826: Verifying Checksum 01:27:25 f0f3c8884826: Download complete 01:27:25 01:27:25 #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:27:25 #86 1.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:25 #86 1.734 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:25 #86 2.019 OK: 9 MiB in 19 packages 01:27:25 #86 DONE 2.1s 01:27:25 01:27:25 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:27:25 #88 2.007 OK: 8 MiB in 18 packages 01:27:25 #88 DONE 2.1s 01:27:25 01:27:25 #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:27:26 b4813487a9f6: Verifying Checksum 01:27:26 b4813487a9f6: Download complete 01:27:27 #92 ... 01:27:27 01:27:27 #93 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:27:27 #93 DONE 1.7s 01:27:27 01:27:27 #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:27:27 #92 DONE 1.8s 01:27:27 01:27:27 #94 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:27:27 #94 DONE 1.8s 01:27:27 01:27:27 #95 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:27:27 #95 DONE 0.1s 01:27:27 01:27:27 #96 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:27:27 #96 DONE 0.1s 01:27:27 01:27:27 #97 [security-spire-server stage-2 6/9] COPY security.txt / 01:27:28 #97 DONE 0.7s 01:27:28 01:27:28 #98 [security-spire-config stage-2 6/10] COPY security.txt / 01:27:28 #98 DONE 0.7s 01:27:28 01:27:28 #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:27:28 #99 DONE 0.8s 01:27:28 01:27:28 #100 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:27:28 #100 DONE 0.1s 01:27:28 01:27:28 #101 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:27:28 #101 DONE 0.1s 01:27:28 01:27:28 #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:27:28 #102 DONE 0.1s 01:27:28 01:27:28 #103 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:27:28 #103 DONE 0.1s 01:27:28 01:27:28 #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:27:28 #104 DONE 0.1s 01:27:28 01:27:28 #105 [security-spire-agent stage-3 7/10] COPY security.txt / 01:27:28 #105 DONE 0.1s 01:27:28 01:27:28 #106 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:27:28 #106 DONE 0.1s 01:27:28 01:27:28 #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:27:28 #107 DONE 0.1s 01:27:28 01:27:28 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:27:28 #108 DONE 0.1s 01:27:28 01:27:28 #109 [security-spire-config] exporting to image 01:27:28 #109 exporting layers 01:27:28 #109 ... 01:27:28 01:27:28 #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:27:28 #110 DONE 0.1s 01:27:28 01:27:28 #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:27:28 #111 DONE 0.0s 01:27:28 01:27:28 #112 [security-spire-agent] exporting to image 01:27:29 #112 ... 01:27:29 01:27:29 #113 [security-spire-server] exporting to image 01:27:29 #113 exporting layers 0.4s done 01:27:29 #113 writing image sha256:8f1afb2fde173ffd14abc5f49533ee4a5e048797e779b848b4155f56d4adce23 done 01:27:29 #113 naming to docker.io/library/security-spire-server done 01:27:29 #113 DONE 0.5s 01:27:29 01:27:29 #109 [security-spire-config] exporting to image 01:27:29 #109 exporting layers 0.5s done 01:27:29 #109 writing image sha256:b9da4c8e10b2bace79bf71000642899bc2c1c15a038dd6e71e4fa3f5873d09a4 0.0s done 01:27:29 #109 naming to docker.io/library/security-spire-config done 01:27:29 #109 DONE 0.5s 01:27:29 01:27:29 #112 [security-spire-agent] exporting to image 01:27:29 #112 exporting layers 0.4s done 01:27:29 #112 writing image sha256:cf083af6eac9dcac01d4566ed9f33bdf12d5fc7baa678afe54ded2919a3a15f0 done 01:27:29 #112 naming to docker.io/library/security-spire-agent done 01:27:29 #112 DONE 0.4s 01:27:29 01:27:29 #114 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:27:29 #0 1.468 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:29 #0 4.397 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:29 #0 8.032 (1/1) Installing dumb-init (1.2.5-r3) 01:27:30 #114 9.683 Executing busybox-1.36.1-r29.trigger 01:27:30 #114 9.689 OK: 8 MiB in 15 packages 01:27:30 #114 DONE 9.8s 01:27:30 01:27:30 #115 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:27:30 #0 2.252 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:27:30 #0 5.107 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:27:30 #0 8.832 OK: 248 MiB in 58 packages 01:27:30 #115 DONE 9.0s 01:27:30 01:27:30 #116 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:27:30 #116 DONE 0.1s 01:27:30 01:27:30 #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:27:32 #117 ... 01:27:32 01:27:32 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:27:32 #118 ... 01:27:32 01:27:32 #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:27:33 #119 ... 01:27:33 01:27:33 #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:27:41 f0f3c8884826: Pull complete 01:27:41 c7e7622c144d: Pull complete 01:27:41 4f4fb700ef54: Pull complete 01:27:41 e8859aadc426: Pull complete 01:27:48 b4813487a9f6: Pull complete 01:27:50 502a3d64fb4b: Pull complete 01:27:50 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 01:27:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:27:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:27:50 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:27:50 WORKDIR /edgex 01:27:50 COPY go.mod . 01:27:50 RUN go mod download -t 01:27:50 ci-base-image-arm64 -f - . 01:27:51 Sending build context to Docker daemon 3.708MB 01:27:51 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:27:51 ---> 3bb21d53e231 01:27:51 Step 2/4 : WORKDIR /edgex 01:27:52 ---> Running in 7c0d98271d61 01:27:52 Removing intermediate container 7c0d98271d61 01:27:52 ---> 36ad22e5b02d 01:27:52 Step 3/4 : COPY go.mod . 01:27:53 ---> 0d919b28f708 01:27:53 Step 4/4 : RUN go mod download 01:27:53 ---> Running in b29de4d0b0a2 01:27:53 Decoding seccomp profile failed: invalid character ':' after top-level value [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:27:54 01:27:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:27:54 arm64: Pulling from edgex-lftools-log-publisher 01:27:54 8998bd30e6a1: Pulling fs layer 01:27:54 04944245beec: Pulling fs layer 01:27:54 699f458cf7ca: Pulling fs layer 01:27:54 765212b225bb: Pulling fs layer 01:27:54 f23df028b6ca: Pulling fs layer 01:27:54 d65c8cfc05b1: Pulling fs layer 01:27:54 2437ff75d9bd: Pulling fs layer 01:27:54 f23df028b6ca: Waiting 01:27:54 d65c8cfc05b1: Waiting 01:27:54 2437ff75d9bd: Waiting 01:27:54 765212b225bb: Waiting 01:27:54 04944245beec: Download complete 01:27:54 765212b225bb: Verifying Checksum 01:27:54 765212b225bb: Download complete 01:27:54 f23df028b6ca: Download complete 01:27:54 d65c8cfc05b1: Verifying Checksum 01:27:54 d65c8cfc05b1: Download complete 01:27:55 699f458cf7ca: Verifying Checksum 01:27:55 699f458cf7ca: Download complete 01:27:55 8998bd30e6a1: Verifying Checksum 01:27:55 8998bd30e6a1: Download complete 01:27:57 2437ff75d9bd: Verifying Checksum 01:27:57 2437ff75d9bd: Download complete 01:28:00 8998bd30e6a1: Pull complete 01:28:00 04944245beec: Pull complete 01:28:02 699f458cf7ca: Pull complete 01:28:02 765212b225bb: Pull complete 01:28:03 f23df028b6ca: Pull complete 01:28:03 d65c8cfc05b1: Pull complete 01:28:12 #120 ... 01:28:12 01:28:12 #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:28:12 #119 DONE 43.0s 01:28:12 01:28:12 #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:28:12 #120 DONE 42.6s 01:28:12 01:28:12 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:28:12 #118 DONE 43.2s 01:28:12 01:28:12 #77 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:28:12 #77 DONE 43.1s 01:28:12 01:28:12 #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:28:12 #117 DONE 35.0s 01:28:12 01:28:12 #73 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:28:12 #73 DONE 44.8s 01:28:12 01:28:12 #121 [core-common-config-bootstrapper builder 6/7] COPY . . 01:28:16 #121 ... 01:28:16 01:28:16 #122 [support-scheduler builder 6/7] COPY . . 01:28:16 #122 ... 01:28:16 01:28:16 #123 [security-spiffe-token-provider builder 6/7] COPY . . 01:28:16 #123 ... 01:28:16 01:28:16 #124 [core-keeper builder 7/8] COPY . . 01:28:16 #124 ... 01:28:16 01:28:16 #125 [security-secretstore-setup builder 6/7] COPY . . 01:28:16 #125 ... 01:28:16 01:28:16 #126 [support-notifications builder 6/7] COPY . . 01:28:21 2437ff75d9bd: Pull complete 01:28:21 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:28:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:28:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:28:22 prd-ubuntu20.04-docker-arm64-4c-16g-6065 does not seem to be running inside a container 01:28:22 $ 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/878 -v /w/workspace/edgex-go/878:/w/workspace/edgex-go/878:rw,z -v /w/workspace/edgex-go/878@tmp:/w/workspace/edgex-go/878@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 01:28:24 #126 DONE 17.6s 01:28:24 01:28:24 #123 [security-spiffe-token-provider builder 6/7] COPY . . 01:28:24 #123 DONE 17.6s 01:28:24 01:28:24 #127 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:28:24 #127 CACHED 01:28:24 01:28:24 #128 [security-proxy-auth builder 6/7] COPY . . 01:28:24 #128 CACHED 01:28:24 01:28:24 #129 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:28:24 #129 CACHED 01:28:24 01:28:24 #121 [core-command builder 6/7] COPY . . 01:28:24 #121 DONE 17.6s 01:28:24 01:28:24 #130 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:28:24 #130 CACHED 01:28:24 01:28:24 #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:28:24 #131 CACHED 01:28:24 01:28:24 #132 [core-metadata builder 6/7] COPY . . 01:28:24 #132 CACHED 01:28:24 01:28:24 #133 [core-data builder 4/7] COPY go.mod vendor* ./ 01:28:24 #133 CACHED 01:28:24 01:28:24 #134 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:28:24 #134 CACHED 01:28:24 01:28:24 #135 [core-data builder 6/7] COPY . . 01:28:24 #135 CACHED 01:28:24 01:28:24 #136 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:28:24 #136 CACHED 01:28:24 01:28:24 #137 [core-common-config-bootstrapper builder 6/7] COPY . . 01:28:24 #137 CACHED 01:28:24 01:28:24 #138 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:28:24 #138 CACHED 01:28:24 01:28:24 #125 [security-secretstore-setup builder 6/7] COPY . . 01:28:24 #125 DONE 17.6s 01:28:24 01:28:24 #139 [security-secretstore-setup builder 6/7] COPY . . 01:28:24 #139 CACHED 01:28:24 01:28:24 #140 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:28:24 #140 CACHED 01:28:24 01:28:24 #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:28:24 #141 CACHED 01:28:24 01:28:24 #142 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:28:24 #142 CACHED 01:28:24 01:28:24 #143 [security-proxy-setup builder 6/7] COPY . . 01:28:24 #143 CACHED 01:28:24 01:28:24 #144 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:28:24 #144 CACHED 01:28:24 01:28:24 #124 [core-keeper builder 7/8] COPY . . 01:28:24 #124 DONE 17.6s 01:28:24 01:28:24 #122 [support-scheduler builder 6/7] COPY . . 01:28:24 #122 DONE 17.7s 01:28:24 01:28:24 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:28:24 #145 0.891 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:28:25 $ docker top 23e2aea3b149de0f1abcea70bf81d01d82c06d833b1e6fbed43dc22a7076f586 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:28:25 ---> job-cost.sh 01:28:25 lf-activate-venv: SKIPPING 01:28:25 INFO: No Stack... 01:28:26 INFO: Retrieving Pricing Info for: v3-standard-4 01:28:27 INFO: Archiving Costs [Pipeline] sh 01:28:27 + + cat /w/workspace/edgex-go/878/archives/cost.csvcut 01:28:27 -d, -f6 [Pipeline] lock 01:28:27 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-878-stack-cost] 01:28:27 Resource [jenkins-edgexfoundry-edgex-go-main-878-stack-cost] did not exist. Created. 01:28:27 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-878-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:28:28 + echo total: 0.10999999940395355 [Pipeline] stash 01:28:29 Stashed 1 file(s) [Pipeline] } 01:28:29 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-878-stack-cost] [Pipeline] // lock [Pipeline] } 01:28:29 $ docker stop --time=1 23e2aea3b149de0f1abcea70bf81d01d82c06d833b1e6fbed43dc22a7076f586 01:28:30 $ docker rm -f --volumes 23e2aea3b149de0f1abcea70bf81d01d82c06d833b1e6fbed43dc22a7076f586 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:28:30 Failed in branch arm64 01:28:34 #145 ... 01:28:34 01:28:34 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:28:34 #0 0.468 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:28:34 #146 ... 01:28:34 01:28:34 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:28:34 #0 0.871 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:28:34 #147 ... 01:28:34 01:28:34 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:28:34 #0 0.589 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:28:34 #148 ... 01:28:34 01:28:34 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:28:34 #0 0.788 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:28:34 #149 ... 01:28:34 01:28:34 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:28:34 #0 0.939 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:28:34 #150 ... 01:28:34 01:28:34 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:28:34 #0 0.626 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:28:35 #151 ... 01:28:35 01:28:35 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:28:35 #0 0.613 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:28:35 #152 ... 01:28:35 01:28:35 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:28:35 #0 0.792 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:28:35 #153 ... 01:28:35 01:28:35 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:28:35 #0 0.912 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:28:35 #154 ... 01:28:35 01:28:35 #155 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:28:35 #0 0.911 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:28:35 #155 ... 01:28:35 01:28:35 #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:28:35 #0 0.920 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:29:57 #156 ... 01:29:57 01:29:57 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:29:57 #151 DONE 86.7s 01:29:57 01:29:57 #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:29:57 #156 DONE 86.7s 01:29:57 01:29:57 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:29:57 #157 DONE 0.1s 01:29:57 01:29:57 #158 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:29:57 #158 DONE 0.1s 01:29:57 01:29:57 #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:29:57 #159 DONE 0.1s 01:29:57 01:29:57 #160 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:29:57 #160 DONE 0.2s 01:29:57 01:29:57 #161 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 01:29:57 #161 DONE 0.2s 01:29:57 01:29:57 #162 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:29:57 #162 DONE 0.2s 01:29:57 01:29:57 #163 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:29:57 #163 ... 01:29:57 01:29:57 #164 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:29:57 #164 DONE 1.2s 01:29:57 01:29:57 #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:29:57 #165 DONE 0.1s 01:29:57 01:29:57 #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:29:57 #166 DONE 0.3s 01:29:57 01:29:57 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:29:57 #167 DONE 0.2s 01:29:57 01:29:57 #163 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:29:57 #163 DONE 1.0s 01:29:57 01:29:57 #168 [core-common-config-bootstrapper] exporting to image 01:29:57 #168 exporting layers 01:29:57 #168 ... 01:29:57 01:29:57 #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:29:57 #169 DONE 0.2s 01:29:57 01:29:57 #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/ 01:29:57 #170 DONE 0.1s 01:29:57 01:29:57 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:29:57 #154 ... 01:29:57 01:29:57 #168 [core-common-config-bootstrapper] exporting to image 01:29:57 #168 exporting layers 0.3s done 01:29:57 #168 writing image sha256:e15884e6fa3cd9d2ac6277bdc4661f07fbdb6d5826526e2c7e5c74847114cf97 done 01:29:57 #168 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 01:29:57 #168 DONE 0.4s 01:29:57 01:29:57 #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/ 01:29:57 #171 DONE 0.1s 01:29:57 01:29:57 #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/ 01:29:57 #172 DONE 0.1s 01:29:57 01:29:57 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:29:57 #173 DONE 0.1s 01:29:57 01:29:57 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:29:57 #174 DONE 1.1s 01:29:57 01:29:57 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:29:57 #152 ... 01:29:57 01:29:57 #175 [security-bootstrapper] exporting to image 01:29:57 #175 exporting layers 0.3s done 01:29:57 #175 writing image sha256:84b742348c1c29ca771b07f7d9a4577d36b71805d347e8f5b37dbff80235f258 done 01:29:57 #175 naming to docker.io/library/security-bootstrapper done 01:29:57 #175 DONE 0.4s 01:29:57 01:29:57 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:31:04 #145 ... 01:31:04 01:31:04 #155 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:31:04 #155 152.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:31:04 #155 DONE 157.4s 01:31:04 01:31:04 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:31:04 #148 DONE 157.4s 01:31:04 01:31:04 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:31:04 #149 DONE 157.4s 01:31:04 01:31:04 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:31:04 #150 DONE 157.4s 01:31:04 01:31:04 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:31:04 #146 DONE 157.4s 01:31:04 01:31:04 #176 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:31:04 #176 ... 01:31:04 01:31:04 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:31:04 #153 DONE 157.5s 01:31:04 01:31:04 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:31:04 #152 DONE 157.5s 01:31:04 01:31:04 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:31:04 #147 DONE 157.5s 01:31:04 01:31:04 #177 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:31:04 #177 DONE 0.1s 01:31:04 01:31:04 #176 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:31:04 #176 DONE 0.1s 01:31:04 01:31:04 #178 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:31:04 #178 ... 01:31:04 01:31:04 #179 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:31:04 #179 DONE 0.5s 01:31:04 01:31:04 #180 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:31:04 #180 DONE 0.5s 01:31:04 01:31:04 #181 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:31:04 #181 CACHED 01:31:04 01:31:04 #182 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:31:04 #182 CACHED 01:31:04 01:31:04 #183 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:31:04 #183 DONE 0.5s 01:31:04 01:31:04 #184 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:31:04 #184 DONE 0.5s 01:31:04 01:31:04 #185 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:31:04 #185 CACHED 01:31:04 01:31:04 #186 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:31:04 #186 CACHED 01:31:04 01:31:04 #178 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:31:04 #178 DONE 0.4s 01:31:04 01:31:04 #187 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:31:04 #187 DONE 0.4s 01:31:04 01:31:04 #188 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:31:04 #188 ... 01:31:04 01:31:04 #189 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:31:04 #189 DONE 0.2s 01:31:04 01:31:04 #190 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:31:04 #190 DONE 0.2s 01:31:04 01:31:04 #191 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 01:31:04 #191 ... 01:31:04 01:31:04 #192 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:31:04 #192 DONE 0.6s 01:31:04 01:31:04 #193 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 01:31:04 #193 ... 01:31:04 01:31:04 #194 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:31:04 #194 DONE 1.0s 01:31:04 01:31:04 #195 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:31:04 #195 ... 01:31:04 01:31:04 #196 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:31:04 #196 DONE 1.2s 01:31:04 01:31:04 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:31:04 #145 DONE 159.3s 01:31:04 01:31:04 #197 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:31:04 #197 DONE 1.2s 01:31:04 01:31:04 #198 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:31:04 #198 DONE 1.2s 01:31:04 01:31:04 #188 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:31:04 #188 DONE 1.2s 01:31:04 01:31:04 #191 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 01:31:04 #191 DONE 1.2s 01:31:04 01:31:04 #199 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:31:04 #199 ... 01:31:04 01:31:04 #193 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 01:31:04 #193 DONE 0.7s 01:31:04 01:31:04 #200 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:31:04 #200 ... 01:31:04 01:31:04 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:31:04 #154 DONE 159.9s 01:31:04 01:31:04 #195 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:31:04 #195 DONE 0.6s 01:31:04 01:31:04 #201 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:31:04 #201 DONE 0.6s 01:31:04 01:31:04 #202 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:31:04 #202 DONE 0.9s 01:31:04 01:31:04 #203 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:31:04 #203 DONE 0.5s 01:31:04 01:31:04 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:31:04 #204 DONE 0.6s 01:31:04 01:31:04 #205 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:31:04 #205 DONE 0.6s 01:31:04 01:31:04 #199 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:31:04 #199 DONE 0.5s 01:31:04 01:31:04 #206 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:31:04 #206 DONE 0.6s 01:31:04 01:31:04 #200 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:31:04 #200 DONE 0.4s 01:31:04 01:31:04 #207 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:31:04 #207 ... 01:31:04 01:31:04 #208 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:31:04 #208 DONE 0.3s 01:31:04 01:31:04 #209 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:31:04 #209 DONE 0.3s 01:31:04 01:31:04 #210 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 01:31:04 #210 DONE 0.4s 01:31:04 01:31:04 #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:31:04 #211 DONE 0.3s 01:31:04 01:31:04 #212 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:31:04 #212 DONE 0.3s 01:31:04 01:31:04 #213 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:31:04 #213 ... 01:31:04 01:31:04 #214 [core-command] exporting to image 01:31:04 #214 exporting layers 0.2s done 01:31:04 #214 writing image sha256:6a09cfc78816219effdfea62001cf928616b6d161779565e05fbcacd0f0edf95 done 01:31:04 #214 naming to docker.io/library/core-command done 01:31:04 #214 DONE 0.4s 01:31:04 01:31:04 #215 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:31:04 #215 DONE 0.5s 01:31:04 01:31:04 #216 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:31:04 #216 DONE 0.5s 01:31:04 01:31:04 #217 [core-keeper] exporting to image 01:31:04 #217 exporting layers 0.3s done 01:31:04 #217 writing image sha256:de460f1f8e53a2b72386eebf2740aa0985c4f2d65e3582c7703cb2651310051f done 01:31:04 #217 naming to docker.io/library/core-keeper done 01:31:04 #217 DONE 0.5s 01:31:04 01:31:04 #207 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:31:04 #207 DONE 0.5s 01:31:04 01:31:04 #213 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:31:04 #213 DONE 0.3s 01:31:04 01:31:04 #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:31:04 #218 ... 01:31:04 01:31:04 #219 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:31:04 #219 DONE 0.5s 01:31:04 01:31:04 #220 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:31:04 #220 DONE 0.7s 01:31:04 01:31:04 #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:31:04 #218 DONE 0.5s 01:31:04 01:31:04 #221 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:31:04 #221 ... 01:31:04 01:31:04 #222 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:31:04 #222 DONE 1.0s 01:31:04 01:31:04 #223 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:31:04 #223 DONE 0.7s 01:31:05 01:31:05 #224 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 01:31:05 #224 DONE 0.3s 01:31:05 01:31:05 #221 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:31:05 #221 DONE 0.3s 01:31:05 01:31:05 #225 [core-data] exporting to image 01:31:05 #225 exporting layers 0.7s done 01:31:05 #225 writing image sha256:04c422fedbb3fb291636a8afac27260e17a2343f312a1bec17b095cb6c3c39ad 0.0s done 01:31:05 #225 naming to docker.io/library/core-data done 01:31:05 #225 DONE 0.8s 01:31:05 01:31:05 #226 [core-metadata] exporting to image 01:31:05 #226 exporting layers 0.9s done 01:31:05 #226 writing image sha256:90918a7173605dcc92fb8cf21ca44e631ab17627e246fc40455e108f180ebe87 done 01:31:05 #226 naming to docker.io/library/core-metadata done 01:31:05 #226 DONE 1.0s 01:31:05 01:31:05 #227 [support-scheduler] exporting to image 01:31:05 #227 ... 01:31:05 01:31:05 #228 [security-spiffe-token-provider] exporting to image 01:31:05 #228 exporting layers 0.9s done 01:31:05 #228 writing image sha256:512ae5146610e3217e79d8cc35dad3aab02f6d867fdb5007189fa76f7d3ccfab done 01:31:05 #228 naming to docker.io/library/security-spiffe-token-provider done 01:31:05 #228 DONE 1.0s 01:31:05 01:31:05 #229 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:31:05 #229 DONE 0.1s 01:31:05 01:31:05 #227 [support-scheduler] exporting to image 01:31:05 #227 exporting layers 0.2s done 01:31:05 #227 writing image sha256:95b737d15c5e21dafce231475f43a7f037590bea74ceaecea7804cab9a195771 done 01:31:05 #227 naming to docker.io/library/support-scheduler done 01:31:05 #227 DONE 0.3s 01:31:05 01:31:05 #230 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:31:05 #230 DONE 0.6s 01:31:05 01:31:05 #231 [security-proxy-setup] exporting to image 01:31:05 #231 ... 01:31:05 01:31:05 #232 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:31:05 #232 DONE 0.4s 01:31:05 01:31:05 #233 [support-notifications] exporting to image 01:31:05 #233 exporting layers 0.2s done 01:31:05 #233 writing image sha256:af01de904ee56aefcc8c6322c9f952bb4e8010bc0521d5b28f1e05891d10c93a 0.0s done 01:31:05 #233 naming to docker.io/library/support-notifications done 01:31:05 #233 DONE 0.3s 01:31:05 01:31:05 #234 [security-proxy-auth] exporting to image 01:31:05 #234 exporting layers 0.4s done 01:31:05 #234 writing image sha256:4cc509b44ffce27796e072d36abe32c29eec40e0b5be4134dfe21cebf1e022cb done 01:31:05 #234 naming to docker.io/library/security-proxy-auth done 01:31:05 #234 DONE 0.5s 01:31:05 01:31:05 #231 [security-proxy-setup] exporting to image 01:31:05 #231 exporting layers 0.2s done 01:31:05 #231 writing image sha256:6cc3b02903bbf4535be0782607e87f6209e25139701175666a9653bfc1d56e19 done 01:31:05 #231 naming to docker.io/library/security-proxy-setup done 01:31:05 #231 DONE 0.3s 01:31:05 01:31:05 #235 [security-secretstore-setup] exporting to image 01:31:05 #235 exporting layers 0.3s done 01:31:05 #235 writing image sha256:bfcd65a4e142507b33e123528aa57fb966e50d6899312a655ed98f90fffebb17 done 01:31:05 #235 naming to docker.io/library/security-secretstore-setup done 01:31:05 #235 DONE 0.3s 01:31:05 time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:31:05 time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:31:05 time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:31:05 time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:31:05 time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:31:05 time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:31:05 time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:31:05 time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:31:05 time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:31:05 time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:31:05 time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:31:05 time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:31:05 time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:31:05 time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:31:05 time="2025-08-01T01:26:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:31:05 $ docker stop --time=1 a3d5d0b9730ea561bb627a686a8971101f63ea7a3f6efe2dbdc4c9695831559f 01:31:06 $ docker rm -f --volumes a3d5d0b9730ea561bb627a686a8971101f63ea7a3f6efe2dbdc4c9695831559f [Pipeline] // withDockerContainer [Pipeline] sh 01:31:07 + docker images 01:31:07 REPOSITORY TAG IMAGE ID CREATED SIZE 01:31:07 security-secretstore-setup latest bfcd65a4e142 1 second ago 79.2MB 01:31:07 security-proxy-setup latest 6cc3b02903bb 2 seconds ago 48.8MB 01:31:07 support-notifications latest af01de904ee5 2 seconds ago 52.4MB 01:31:07 security-proxy-auth latest 4cc509b44ffc 2 seconds ago 44.3MB 01:31:07 support-scheduler latest 95b737d15c5e 2 seconds ago 48.9MB 01:31:07 core-data latest 04c422fedbb3 3 seconds ago 45.1MB 01:31:07 core-command latest 6a09cfc78816 3 seconds ago 39.4MB 01:31:07 security-spiffe-token-provider latest 512ae5146610 3 seconds ago 47.7MB 01:31:07 core-metadata latest 90918a717360 3 seconds ago 45.2MB 01:31:07 core-keeper latest de460f1f8e53 3 seconds ago 44.9MB 01:31:07 security-bootstrapper latest 84b742348c1c About a minute ago 20.4MB 01:31:07 core-common-config-bootstrapper latest e15884e6fa3c About a minute ago 19.4MB 01:31:07 security-spire-config latest b9da4c8e10b2 3 minutes ago 149MB 01:31:07 security-spire-agent latest cf083af6eac9 3 minutes ago 195MB 01:31:07 security-spire-server latest 8f1afb2fde17 3 minutes ago 149MB 01:31:07 ci-base-image-x86_64 latest 675ed0200216 7 minutes ago 924MB 01:31:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 6 weeks ago 574MB 01:31:07 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 months ago 573MB 01:31:07 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 01:31:07 provisioning config files... 01:31:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/878@tmp/config7538210545370306434tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:31:07 ---> ****-login.sh 01:31:07 nexus3.edgexfoundry.org:10001 01:31:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:07 Login Succeeded 01:31:07 nexus3.edgexfoundry.org:10002 01:31:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:07 Login Succeeded 01:31:07 nexus3.edgexfoundry.org:10003 01:31:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:07 Login Succeeded 01:31:07 nexus3.edgexfoundry.org:10004 01:31:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:07 Login Succeeded 01:31:07 ****.io 01:31:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:08 Login Succeeded 01:31:08 ---> ****-login.sh ends [Pipeline] } 01:31:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:31:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:31:08 [edgeXDocker.push] Tagging docker image core-command with the following tags: 01:31:08 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:08 latest 01:31:08 4.1.0-dev.42 01:31:08 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:08 main 01:31:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:08 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:08 + docker push nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:31:08 f6a6b8df2735: Preparing 01:31:08 605871800ea5: Preparing 01:31:08 c15d5cc10e04: Preparing 01:31:08 0f4ae92b5de1: Preparing 01:31:08 66e48f655106: Preparing 01:31:08 fb99aee0ebe4: Preparing 01:31:08 097100c76c15: Preparing 01:31:08 fb99aee0ebe4: Waiting 01:31:08 097100c76c15: Waiting 01:31:08 66e48f655106: Pushed 01:31:08 f6a6b8df2735: Pushed 01:31:08 0f4ae92b5de1: Pushed 01:31:08 c15d5cc10e04: Pushed 01:31:08 097100c76c15: Layer already exists 01:31:09 fb99aee0ebe4: Pushed 01:31:11 605871800ea5: Pushed 01:31:11 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:46f225df054f945967085f3b1e0cf2ee49e2783689de6e9e7d4be4804f96f87f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:12 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:12 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 01:31:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:31:12 f6a6b8df2735: Preparing 01:31:12 605871800ea5: Preparing 01:31:12 c15d5cc10e04: Preparing 01:31:12 0f4ae92b5de1: Preparing 01:31:12 66e48f655106: Preparing 01:31:12 fb99aee0ebe4: Preparing 01:31:12 097100c76c15: Preparing 01:31:12 fb99aee0ebe4: Waiting 01:31:12 097100c76c15: Waiting 01:31:12 c15d5cc10e04: Layer already exists 01:31:12 605871800ea5: Layer already exists 01:31:12 0f4ae92b5de1: Layer already exists 01:31:12 66e48f655106: Layer already exists 01:31:12 f6a6b8df2735: Layer already exists 01:31:12 fb99aee0ebe4: Layer already exists 01:31:12 097100c76c15: Layer already exists 01:31:12 latest: digest: sha256:46f225df054f945967085f3b1e0cf2ee49e2783689de6e9e7d4be4804f96f87f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:12 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:13 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:31:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:31:13 f6a6b8df2735: Preparing 01:31:13 605871800ea5: Preparing 01:31:13 c15d5cc10e04: Preparing 01:31:13 0f4ae92b5de1: Preparing 01:31:13 66e48f655106: Preparing 01:31:13 fb99aee0ebe4: Preparing 01:31:13 097100c76c15: Preparing 01:31:13 fb99aee0ebe4: Waiting 01:31:13 097100c76c15: Waiting 01:31:13 0f4ae92b5de1: Layer already exists 01:31:13 f6a6b8df2735: Layer already exists 01:31:13 c15d5cc10e04: Layer already exists 01:31:13 66e48f655106: Layer already exists 01:31:13 605871800ea5: Layer already exists 01:31:13 fb99aee0ebe4: Layer already exists 01:31:13 097100c76c15: Layer already exists 01:31:13 4.1.0-dev.42: digest: sha256:46f225df054f945967085f3b1e0cf2ee49e2783689de6e9e7d4be4804f96f87f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:13 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:13 + docker push nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:31:13 f6a6b8df2735: Preparing 01:31:13 605871800ea5: Preparing 01:31:13 c15d5cc10e04: Preparing 01:31:13 0f4ae92b5de1: Preparing 01:31:13 66e48f655106: Preparing 01:31:13 fb99aee0ebe4: Preparing 01:31:13 097100c76c15: Preparing 01:31:13 fb99aee0ebe4: Waiting 01:31:13 097100c76c15: Waiting 01:31:13 0f4ae92b5de1: Layer already exists 01:31:13 c15d5cc10e04: Layer already exists 01:31:13 f6a6b8df2735: Layer already exists 01:31:13 66e48f655106: Layer already exists 01:31:13 605871800ea5: Layer already exists 01:31:13 fb99aee0ebe4: Layer already exists 01:31:13 097100c76c15: Layer already exists 01:31:13 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:46f225df054f945967085f3b1e0cf2ee49e2783689de6e9e7d4be4804f96f87f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:14 + docker push nexus3.edgexfoundry.org:10004/core-command:main 01:31:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:31:14 f6a6b8df2735: Preparing 01:31:14 605871800ea5: Preparing 01:31:14 c15d5cc10e04: Preparing 01:31:14 0f4ae92b5de1: Preparing 01:31:14 66e48f655106: Preparing 01:31:14 fb99aee0ebe4: Preparing 01:31:14 097100c76c15: Preparing 01:31:14 097100c76c15: Waiting 01:31:14 fb99aee0ebe4: Waiting 01:31:14 f6a6b8df2735: Layer already exists 01:31:14 605871800ea5: Layer already exists 01:31:14 0f4ae92b5de1: Layer already exists 01:31:14 c15d5cc10e04: Layer already exists 01:31:14 66e48f655106: Layer already exists 01:31:14 fb99aee0ebe4: Layer already exists 01:31:14 097100c76c15: Layer already exists 01:31:14 main: digest: sha256:46f225df054f945967085f3b1e0cf2ee49e2783689de6e9e7d4be4804f96f87f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:31:14 ===================================================== [Pipeline] echo 01:31:14 taggedImages: 01:31:14 - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:14 - nexus3.edgexfoundry.org:10004/core-command:latest 01:31:14 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:31:14 - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:14 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 01:31:14 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 01:31:14 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:14 latest 01:31:14 4.1.0-dev.42 01:31:14 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:14 main 01:31:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:15 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:15 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:31:15 fb5a2afae774: Preparing 01:31:15 6c9c86e3a714: Preparing 01:31:15 d93e7ea78530: Preparing 01:31:15 9ad97cdec6c5: Preparing 01:31:15 c15d5cc10e04: Preparing 01:31:15 0f4ae92b5de1: Preparing 01:31:15 66e48f655106: Preparing 01:31:15 fb99aee0ebe4: Preparing 01:31:15 097100c76c15: Preparing 01:31:15 0f4ae92b5de1: Waiting 01:31:15 66e48f655106: Waiting 01:31:15 fb99aee0ebe4: Waiting 01:31:15 097100c76c15: Waiting 01:31:15 c15d5cc10e04: Layer already exists 01:31:15 0f4ae92b5de1: Layer already exists 01:31:15 66e48f655106: Layer already exists 01:31:15 fb99aee0ebe4: Layer already exists 01:31:15 097100c76c15: Layer already exists 01:31:15 6c9c86e3a714: Pushed 01:31:15 fb5a2afae774: Pushed 01:31:15 d93e7ea78530: Pushed 01:31:17 9ad97cdec6c5: Pushed 01:31:17 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:ca9812157c05552cced77a5f532f3b3ba4ed33338a39dc757ad257ec2175a343 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:17 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:31:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:31:17 fb5a2afae774: Preparing 01:31:17 6c9c86e3a714: Preparing 01:31:17 d93e7ea78530: Preparing 01:31:17 9ad97cdec6c5: Preparing 01:31:17 c15d5cc10e04: Preparing 01:31:17 0f4ae92b5de1: Preparing 01:31:17 66e48f655106: Preparing 01:31:17 fb99aee0ebe4: Preparing 01:31:17 097100c76c15: Preparing 01:31:17 0f4ae92b5de1: Waiting 01:31:17 66e48f655106: Waiting 01:31:17 fb99aee0ebe4: Waiting 01:31:17 097100c76c15: Waiting 01:31:17 d93e7ea78530: Layer already exists 01:31:17 fb5a2afae774: Layer already exists 01:31:17 6c9c86e3a714: Layer already exists 01:31:17 9ad97cdec6c5: Layer already exists 01:31:17 c15d5cc10e04: Layer already exists 01:31:17 fb99aee0ebe4: Layer already exists 01:31:17 0f4ae92b5de1: Layer already exists 01:31:17 097100c76c15: Layer already exists 01:31:17 66e48f655106: Layer already exists 01:31:17 latest: digest: sha256:ca9812157c05552cced77a5f532f3b3ba4ed33338a39dc757ad257ec2175a343 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:18 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:31:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:31:18 fb5a2afae774: Preparing 01:31:18 6c9c86e3a714: Preparing 01:31:18 d93e7ea78530: Preparing 01:31:18 9ad97cdec6c5: Preparing 01:31:18 c15d5cc10e04: Preparing 01:31:18 0f4ae92b5de1: Preparing 01:31:18 66e48f655106: Preparing 01:31:18 fb99aee0ebe4: Preparing 01:31:18 097100c76c15: Preparing 01:31:18 0f4ae92b5de1: Waiting 01:31:18 fb99aee0ebe4: Waiting 01:31:18 097100c76c15: Waiting 01:31:18 66e48f655106: Waiting 01:31:18 9ad97cdec6c5: Layer already exists 01:31:18 6c9c86e3a714: Layer already exists 01:31:18 fb5a2afae774: Layer already exists 01:31:18 c15d5cc10e04: Layer already exists 01:31:18 d93e7ea78530: Layer already exists 01:31:18 0f4ae92b5de1: Layer already exists 01:31:18 fb99aee0ebe4: Layer already exists 01:31:18 097100c76c15: Layer already exists 01:31:18 66e48f655106: Layer already exists 01:31:18 4.1.0-dev.42: digest: sha256:ca9812157c05552cced77a5f532f3b3ba4ed33338a39dc757ad257ec2175a343 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:18 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:31:18 fb5a2afae774: Preparing 01:31:18 6c9c86e3a714: Preparing 01:31:18 d93e7ea78530: Preparing 01:31:18 9ad97cdec6c5: Preparing 01:31:18 c15d5cc10e04: Preparing 01:31:18 0f4ae92b5de1: Preparing 01:31:18 66e48f655106: Preparing 01:31:18 fb99aee0ebe4: Preparing 01:31:18 097100c76c15: Preparing 01:31:18 0f4ae92b5de1: Waiting 01:31:18 fb99aee0ebe4: Waiting 01:31:18 66e48f655106: Waiting 01:31:18 097100c76c15: Waiting 01:31:18 9ad97cdec6c5: Layer already exists 01:31:18 6c9c86e3a714: Layer already exists 01:31:18 d93e7ea78530: Layer already exists 01:31:18 fb5a2afae774: Layer already exists 01:31:18 c15d5cc10e04: Layer already exists 01:31:18 66e48f655106: Layer already exists 01:31:18 097100c76c15: Layer already exists 01:31:18 0f4ae92b5de1: Layer already exists 01:31:18 fb99aee0ebe4: Layer already exists 01:31:18 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:ca9812157c05552cced77a5f532f3b3ba4ed33338a39dc757ad257ec2175a343 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:19 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:31:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:31:19 fb5a2afae774: Preparing 01:31:19 6c9c86e3a714: Preparing 01:31:19 d93e7ea78530: Preparing 01:31:19 9ad97cdec6c5: Preparing 01:31:19 c15d5cc10e04: Preparing 01:31:19 0f4ae92b5de1: Preparing 01:31:19 66e48f655106: Preparing 01:31:19 fb99aee0ebe4: Preparing 01:31:19 097100c76c15: Preparing 01:31:19 66e48f655106: Waiting 01:31:19 0f4ae92b5de1: Waiting 01:31:19 097100c76c15: Waiting 01:31:19 fb99aee0ebe4: Waiting 01:31:19 d93e7ea78530: Layer already exists 01:31:19 c15d5cc10e04: Layer already exists 01:31:19 9ad97cdec6c5: Layer already exists 01:31:19 6c9c86e3a714: Layer already exists 01:31:19 fb5a2afae774: Layer already exists 01:31:19 0f4ae92b5de1: Layer already exists 01:31:19 66e48f655106: Layer already exists 01:31:19 fb99aee0ebe4: Layer already exists 01:31:19 097100c76c15: Layer already exists 01:31:19 main: digest: sha256:ca9812157c05552cced77a5f532f3b3ba4ed33338a39dc757ad257ec2175a343 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:31:19 ===================================================== [Pipeline] echo 01:31:19 taggedImages: 01:31:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:31:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:31:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 01:31:19 [edgeXDocker.push] Tagging docker image core-data with the following tags: 01:31:19 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:19 latest 01:31:19 4.1.0-dev.42 01:31:19 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:19 main 01:31:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:20 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:20 + docker push nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:31:20 9cdc45b033f0: Preparing 01:31:20 fd8ae2b758a6: Preparing 01:31:20 c15d5cc10e04: Preparing 01:31:20 0f4ae92b5de1: Preparing 01:31:20 3c7ca00ccbfe: Preparing 01:31:20 7741d8463602: Preparing 01:31:20 097100c76c15: Preparing 01:31:20 7741d8463602: Waiting 01:31:20 097100c76c15: Waiting 01:31:20 c15d5cc10e04: Layer already exists 01:31:20 0f4ae92b5de1: Layer already exists 01:31:20 097100c76c15: Layer already exists 01:31:20 3c7ca00ccbfe: Pushed 01:31:20 9cdc45b033f0: Pushed 01:31:20 7741d8463602: Pushed 01:31:24 fd8ae2b758a6: Pushed 01:31:24 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:5275b43355d7daf7793d11acf9573574151e1c5d6a1aaeb910dd363906b4d53a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:25 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 01:31:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:31:25 9cdc45b033f0: Preparing 01:31:25 fd8ae2b758a6: Preparing 01:31:25 c15d5cc10e04: Preparing 01:31:25 0f4ae92b5de1: Preparing 01:31:25 3c7ca00ccbfe: Preparing 01:31:25 7741d8463602: Preparing 01:31:25 097100c76c15: Preparing 01:31:25 7741d8463602: Waiting 01:31:25 097100c76c15: Waiting 01:31:25 c15d5cc10e04: Layer already exists 01:31:25 3c7ca00ccbfe: Layer already exists 01:31:25 0f4ae92b5de1: Layer already exists 01:31:25 9cdc45b033f0: Layer already exists 01:31:25 fd8ae2b758a6: Layer already exists 01:31:25 097100c76c15: Layer already exists 01:31:25 7741d8463602: Layer already exists 01:31:25 latest: digest: sha256:5275b43355d7daf7793d11acf9573574151e1c5d6a1aaeb910dd363906b4d53a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:25 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:25 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:31:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:31:25 9cdc45b033f0: Preparing 01:31:25 fd8ae2b758a6: Preparing 01:31:25 c15d5cc10e04: Preparing 01:31:25 0f4ae92b5de1: Preparing 01:31:25 3c7ca00ccbfe: Preparing 01:31:25 7741d8463602: Preparing 01:31:25 097100c76c15: Preparing 01:31:25 7741d8463602: Waiting 01:31:25 097100c76c15: Waiting 01:31:25 9cdc45b033f0: Layer already exists 01:31:25 c15d5cc10e04: Layer already exists 01:31:25 3c7ca00ccbfe: Layer already exists 01:31:25 0f4ae92b5de1: Layer already exists 01:31:25 fd8ae2b758a6: Layer already exists 01:31:25 7741d8463602: Layer already exists 01:31:25 097100c76c15: Layer already exists 01:31:25 4.1.0-dev.42: digest: sha256:5275b43355d7daf7793d11acf9573574151e1c5d6a1aaeb910dd363906b4d53a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:26 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:26 + docker push nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:31:26 9cdc45b033f0: Preparing 01:31:26 fd8ae2b758a6: Preparing 01:31:26 c15d5cc10e04: Preparing 01:31:26 0f4ae92b5de1: Preparing 01:31:26 3c7ca00ccbfe: Preparing 01:31:26 7741d8463602: Preparing 01:31:26 097100c76c15: Preparing 01:31:26 097100c76c15: Waiting 01:31:26 7741d8463602: Waiting 01:31:26 3c7ca00ccbfe: Layer already exists 01:31:26 fd8ae2b758a6: Layer already exists 01:31:26 0f4ae92b5de1: Layer already exists 01:31:26 9cdc45b033f0: Layer already exists 01:31:26 c15d5cc10e04: Layer already exists 01:31:26 097100c76c15: Layer already exists 01:31:26 7741d8463602: Layer already exists 01:31:26 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:5275b43355d7daf7793d11acf9573574151e1c5d6a1aaeb910dd363906b4d53a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:26 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:27 + docker push nexus3.edgexfoundry.org:10004/core-data:main 01:31:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:31:27 9cdc45b033f0: Preparing 01:31:27 fd8ae2b758a6: Preparing 01:31:27 c15d5cc10e04: Preparing 01:31:27 0f4ae92b5de1: Preparing 01:31:27 3c7ca00ccbfe: Preparing 01:31:27 7741d8463602: Preparing 01:31:27 097100c76c15: Preparing 01:31:27 097100c76c15: Waiting 01:31:27 7741d8463602: Waiting 01:31:27 0f4ae92b5de1: Layer already exists 01:31:27 fd8ae2b758a6: Layer already exists 01:31:27 c15d5cc10e04: Layer already exists 01:31:27 3c7ca00ccbfe: Layer already exists 01:31:27 9cdc45b033f0: Layer already exists 01:31:27 7741d8463602: Layer already exists 01:31:27 097100c76c15: Layer already exists 01:31:27 main: digest: sha256:5275b43355d7daf7793d11acf9573574151e1c5d6a1aaeb910dd363906b4d53a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:31:27 ===================================================== [Pipeline] echo 01:31:27 taggedImages: 01:31:27 - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:27 - nexus3.edgexfoundry.org:10004/core-data:latest 01:31:27 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:31:27 - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:27 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 01:31:27 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 01:31:27 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:27 latest 01:31:27 4.1.0-dev.42 01:31:27 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:27 main 01:31:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:27 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:27 + docker push nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:31:27 660b83814986: Preparing 01:31:27 1e967a6184b5: Preparing 01:31:27 0f4ae92b5de1: Preparing 01:31:27 9af7f0f0e83d: Preparing 01:31:27 ccc921de3ad8: Preparing 01:31:27 097100c76c15: Preparing 01:31:27 097100c76c15: Waiting 01:31:27 0f4ae92b5de1: Layer already exists 01:31:27 097100c76c15: Layer already exists 01:31:27 ccc921de3ad8: Pushed 01:31:27 660b83814986: Pushed 01:31:27 9af7f0f0e83d: Pushed 01:31:32 1e967a6184b5: Pushed 01:31:32 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:9b830d27d081e67df25ec6e6a05707d745b6eae1531dcd4a3557d2deef567ca6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:32 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:32 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 01:31:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:31:32 660b83814986: Preparing 01:31:32 1e967a6184b5: Preparing 01:31:32 0f4ae92b5de1: Preparing 01:31:32 9af7f0f0e83d: Preparing 01:31:32 ccc921de3ad8: Preparing 01:31:32 097100c76c15: Preparing 01:31:32 097100c76c15: Waiting 01:31:32 1e967a6184b5: Layer already exists 01:31:32 660b83814986: Layer already exists 01:31:32 ccc921de3ad8: Layer already exists 01:31:32 0f4ae92b5de1: Layer already exists 01:31:32 9af7f0f0e83d: Layer already exists 01:31:32 097100c76c15: Layer already exists 01:31:32 latest: digest: sha256:9b830d27d081e67df25ec6e6a05707d745b6eae1531dcd4a3557d2deef567ca6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:33 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:33 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:31:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:31:33 660b83814986: Preparing 01:31:33 1e967a6184b5: Preparing 01:31:33 0f4ae92b5de1: Preparing 01:31:33 9af7f0f0e83d: Preparing 01:31:33 ccc921de3ad8: Preparing 01:31:33 097100c76c15: Preparing 01:31:33 097100c76c15: Waiting 01:31:33 660b83814986: Layer already exists 01:31:33 0f4ae92b5de1: Layer already exists 01:31:33 1e967a6184b5: Layer already exists 01:31:33 ccc921de3ad8: Layer already exists 01:31:33 9af7f0f0e83d: Layer already exists 01:31:33 097100c76c15: Layer already exists 01:31:33 4.1.0-dev.42: digest: sha256:9b830d27d081e67df25ec6e6a05707d745b6eae1531dcd4a3557d2deef567ca6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:33 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:34 + docker push nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:31:34 660b83814986: Preparing 01:31:34 1e967a6184b5: Preparing 01:31:34 0f4ae92b5de1: Preparing 01:31:34 9af7f0f0e83d: Preparing 01:31:34 ccc921de3ad8: Preparing 01:31:34 097100c76c15: Preparing 01:31:34 097100c76c15: Waiting 01:31:34 ccc921de3ad8: Layer already exists 01:31:34 0f4ae92b5de1: Layer already exists 01:31:34 660b83814986: Layer already exists 01:31:34 1e967a6184b5: Layer already exists 01:31:34 9af7f0f0e83d: Layer already exists 01:31:34 097100c76c15: Layer already exists 01:31:34 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:9b830d27d081e67df25ec6e6a05707d745b6eae1531dcd4a3557d2deef567ca6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:34 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:34 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 01:31:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:31:34 660b83814986: Preparing 01:31:34 1e967a6184b5: Preparing 01:31:34 0f4ae92b5de1: Preparing 01:31:34 9af7f0f0e83d: Preparing 01:31:34 ccc921de3ad8: Preparing 01:31:34 097100c76c15: Preparing 01:31:34 097100c76c15: Waiting 01:31:34 1e967a6184b5: Layer already exists 01:31:34 660b83814986: Layer already exists 01:31:34 ccc921de3ad8: Layer already exists 01:31:34 0f4ae92b5de1: Layer already exists 01:31:34 9af7f0f0e83d: Layer already exists 01:31:34 097100c76c15: Layer already exists 01:31:34 main: digest: sha256:9b830d27d081e67df25ec6e6a05707d745b6eae1531dcd4a3557d2deef567ca6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:31:34 ===================================================== [Pipeline] echo 01:31:34 taggedImages: 01:31:34 - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:34 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:31:34 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:31:34 - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:34 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 01:31:34 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 01:31:34 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:34 latest 01:31:34 4.1.0-dev.42 01:31:34 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:34 main 01:31:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:35 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:31:35 86a293c3b928: Preparing 01:31:35 d2c870461273: Preparing 01:31:35 f0897d60ba28: Preparing 01:31:35 c15d5cc10e04: Preparing 01:31:35 0f4ae92b5de1: Preparing 01:31:35 66e48f655106: Preparing 01:31:35 fb99aee0ebe4: Preparing 01:31:35 097100c76c15: Preparing 01:31:35 097100c76c15: Waiting 01:31:35 66e48f655106: Waiting 01:31:35 fb99aee0ebe4: Waiting 01:31:35 0f4ae92b5de1: Layer already exists 01:31:35 c15d5cc10e04: Layer already exists 01:31:35 66e48f655106: Layer already exists 01:31:35 fb99aee0ebe4: Layer already exists 01:31:35 097100c76c15: Layer already exists 01:31:35 86a293c3b928: Pushed 01:31:35 d2c870461273: Pushed 01:31:39 f0897d60ba28: Pushed 01:31:39 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:9ac310bfed077b3074cf0a85ad0fbae01348fd542d72adc436cf3eb5c4780824 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:39 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 01:31:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:31:40 86a293c3b928: Preparing 01:31:40 d2c870461273: Preparing 01:31:40 f0897d60ba28: Preparing 01:31:40 c15d5cc10e04: Preparing 01:31:40 0f4ae92b5de1: Preparing 01:31:40 66e48f655106: Preparing 01:31:40 fb99aee0ebe4: Preparing 01:31:40 097100c76c15: Preparing 01:31:40 fb99aee0ebe4: Waiting 01:31:40 66e48f655106: Waiting 01:31:40 097100c76c15: Waiting 01:31:40 0f4ae92b5de1: Layer already exists 01:31:40 86a293c3b928: Layer already exists 01:31:40 f0897d60ba28: Layer already exists 01:31:40 c15d5cc10e04: Layer already exists 01:31:40 d2c870461273: Layer already exists 01:31:40 66e48f655106: Layer already exists 01:31:40 fb99aee0ebe4: Layer already exists 01:31:40 097100c76c15: Layer already exists 01:31:40 latest: digest: sha256:9ac310bfed077b3074cf0a85ad0fbae01348fd542d72adc436cf3eb5c4780824 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:40 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:31:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:31:40 86a293c3b928: Preparing 01:31:40 d2c870461273: Preparing 01:31:40 f0897d60ba28: Preparing 01:31:40 c15d5cc10e04: Preparing 01:31:40 0f4ae92b5de1: Preparing 01:31:40 66e48f655106: Preparing 01:31:40 fb99aee0ebe4: Preparing 01:31:40 097100c76c15: Preparing 01:31:40 66e48f655106: Waiting 01:31:40 fb99aee0ebe4: Waiting 01:31:40 097100c76c15: Waiting 01:31:40 86a293c3b928: Layer already exists 01:31:40 f0897d60ba28: Layer already exists 01:31:40 0f4ae92b5de1: Layer already exists 01:31:40 d2c870461273: Layer already exists 01:31:40 c15d5cc10e04: Layer already exists 01:31:40 fb99aee0ebe4: Layer already exists 01:31:40 66e48f655106: Layer already exists 01:31:40 097100c76c15: Layer already exists 01:31:40 4.1.0-dev.42: digest: sha256:9ac310bfed077b3074cf0a85ad0fbae01348fd542d72adc436cf3eb5c4780824 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:41 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:41 + docker push nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:31:41 86a293c3b928: Preparing 01:31:41 d2c870461273: Preparing 01:31:41 f0897d60ba28: Preparing 01:31:41 c15d5cc10e04: Preparing 01:31:41 0f4ae92b5de1: Preparing 01:31:41 66e48f655106: Preparing 01:31:41 fb99aee0ebe4: Preparing 01:31:41 097100c76c15: Preparing 01:31:41 097100c76c15: Waiting 01:31:41 66e48f655106: Waiting 01:31:41 fb99aee0ebe4: Waiting 01:31:41 f0897d60ba28: Layer already exists 01:31:41 86a293c3b928: Layer already exists 01:31:41 c15d5cc10e04: Layer already exists 01:31:41 d2c870461273: Layer already exists 01:31:41 0f4ae92b5de1: Layer already exists 01:31:41 097100c76c15: Layer already exists 01:31:41 66e48f655106: Layer already exists 01:31:41 fb99aee0ebe4: Layer already exists 01:31:41 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:9ac310bfed077b3074cf0a85ad0fbae01348fd542d72adc436cf3eb5c4780824 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:41 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 01:31:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:31:42 86a293c3b928: Preparing 01:31:42 d2c870461273: Preparing 01:31:42 f0897d60ba28: Preparing 01:31:42 c15d5cc10e04: Preparing 01:31:42 0f4ae92b5de1: Preparing 01:31:42 66e48f655106: Preparing 01:31:42 fb99aee0ebe4: Preparing 01:31:42 097100c76c15: Preparing 01:31:42 66e48f655106: Waiting 01:31:42 fb99aee0ebe4: Waiting 01:31:42 097100c76c15: Waiting 01:31:42 c15d5cc10e04: Layer already exists 01:31:42 f0897d60ba28: Layer already exists 01:31:42 86a293c3b928: Layer already exists 01:31:42 d2c870461273: Layer already exists 01:31:42 0f4ae92b5de1: Layer already exists 01:31:42 097100c76c15: Layer already exists 01:31:42 66e48f655106: Layer already exists 01:31:42 fb99aee0ebe4: Layer already exists 01:31:42 main: digest: sha256:9ac310bfed077b3074cf0a85ad0fbae01348fd542d72adc436cf3eb5c4780824 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:31:42 ===================================================== [Pipeline] echo 01:31:42 taggedImages: 01:31:42 - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:42 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:31:42 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:31:42 - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:42 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 01:31:42 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 01:31:42 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:42 latest 01:31:42 4.1.0-dev.42 01:31:42 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:42 main 01:31:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:42 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:31:43 113c412d295b: Preparing 01:31:43 9bf82a826228: Preparing 01:31:43 24a5552b6785: Preparing 01:31:43 43ed54c8309d: Preparing 01:31:43 3b1b864e35a7: Preparing 01:31:43 5b85269b37f1: Preparing 01:31:43 42565fbb30ef: Preparing 01:31:43 c15d5cc10e04: Preparing 01:31:43 0f4ae92b5de1: Preparing 01:31:43 ca3a86979478: Preparing 01:31:43 e662af848b88: Preparing 01:31:43 5f70bf18a086: Preparing 01:31:43 4727662bce2e: Preparing 01:31:43 5b6eb305ec59: Preparing 01:31:43 d06b03b11051: Preparing 01:31:43 097100c76c15: Preparing 01:31:43 5b85269b37f1: Waiting 01:31:43 c15d5cc10e04: Waiting 01:31:43 42565fbb30ef: Waiting 01:31:43 0f4ae92b5de1: Waiting 01:31:43 4727662bce2e: Waiting 01:31:43 ca3a86979478: Waiting 01:31:43 5f70bf18a086: Waiting 01:31:43 e662af848b88: Waiting 01:31:43 097100c76c15: Waiting 01:31:43 5b6eb305ec59: Waiting 01:31:43 d06b03b11051: Waiting 01:31:43 24a5552b6785: Pushed 01:31:43 9bf82a826228: Pushed 01:31:43 113c412d295b: Pushed 01:31:43 3b1b864e35a7: Pushed 01:31:43 43ed54c8309d: Pushed 01:31:43 c15d5cc10e04: Layer already exists 01:31:43 0f4ae92b5de1: Layer already exists 01:31:43 5f70bf18a086: Layer already exists 01:31:43 5b85269b37f1: Pushed 01:31:43 ca3a86979478: Pushed 01:31:43 e662af848b88: Pushed 01:31:43 097100c76c15: Layer already exists 01:31:43 4727662bce2e: Pushed 01:31:43 5b6eb305ec59: Pushed 01:31:43 d06b03b11051: Pushed 01:31:44 42565fbb30ef: Pushed 01:31:44 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:b5285883b5c06696ea6e2c199ae75746408282eda596d889824da78f66868937 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:45 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:31:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:31:45 113c412d295b: Preparing 01:31:45 9bf82a826228: Preparing 01:31:45 24a5552b6785: Preparing 01:31:45 43ed54c8309d: Preparing 01:31:45 3b1b864e35a7: Preparing 01:31:45 5b85269b37f1: Preparing 01:31:45 42565fbb30ef: Preparing 01:31:45 c15d5cc10e04: Preparing 01:31:45 0f4ae92b5de1: Preparing 01:31:45 ca3a86979478: Preparing 01:31:45 5b85269b37f1: Waiting 01:31:45 42565fbb30ef: Waiting 01:31:45 0f4ae92b5de1: Waiting 01:31:45 e662af848b88: Preparing 01:31:45 c15d5cc10e04: Waiting 01:31:45 ca3a86979478: Waiting 01:31:45 5f70bf18a086: Preparing 01:31:45 4727662bce2e: Preparing 01:31:45 5b6eb305ec59: Preparing 01:31:45 d06b03b11051: Preparing 01:31:45 5f70bf18a086: Waiting 01:31:45 4727662bce2e: Waiting 01:31:45 5b6eb305ec59: Waiting 01:31:45 097100c76c15: Preparing 01:31:45 d06b03b11051: Waiting 01:31:45 e662af848b88: Waiting 01:31:45 097100c76c15: Waiting 01:31:45 113c412d295b: Layer already exists 01:31:45 9bf82a826228: Layer already exists 01:31:45 24a5552b6785: Layer already exists 01:31:45 43ed54c8309d: Layer already exists 01:31:45 3b1b864e35a7: Layer already exists 01:31:45 5b85269b37f1: Layer already exists 01:31:45 0f4ae92b5de1: Layer already exists 01:31:45 c15d5cc10e04: Layer already exists 01:31:45 42565fbb30ef: Layer already exists 01:31:45 ca3a86979478: Layer already exists 01:31:45 5f70bf18a086: Layer already exists 01:31:45 4727662bce2e: Layer already exists 01:31:45 e662af848b88: Layer already exists 01:31:45 d06b03b11051: Layer already exists 01:31:45 5b6eb305ec59: Layer already exists 01:31:45 097100c76c15: Layer already exists 01:31:45 latest: digest: sha256:b5285883b5c06696ea6e2c199ae75746408282eda596d889824da78f66868937 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:45 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:31:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:31:46 113c412d295b: Preparing 01:31:46 9bf82a826228: Preparing 01:31:46 24a5552b6785: Preparing 01:31:46 43ed54c8309d: Preparing 01:31:46 3b1b864e35a7: Preparing 01:31:46 5b85269b37f1: Preparing 01:31:46 42565fbb30ef: Preparing 01:31:46 5b85269b37f1: Waiting 01:31:46 c15d5cc10e04: Preparing 01:31:46 0f4ae92b5de1: Preparing 01:31:46 ca3a86979478: Preparing 01:31:46 e662af848b88: Preparing 01:31:46 5f70bf18a086: Preparing 01:31:46 4727662bce2e: Preparing 01:31:46 42565fbb30ef: Waiting 01:31:46 ca3a86979478: Waiting 01:31:46 e662af848b88: Waiting 01:31:46 5f70bf18a086: Waiting 01:31:46 c15d5cc10e04: Waiting 01:31:46 5b6eb305ec59: Preparing 01:31:46 d06b03b11051: Preparing 01:31:46 097100c76c15: Preparing 01:31:46 4727662bce2e: Waiting 01:31:46 5b6eb305ec59: Waiting 01:31:46 d06b03b11051: Waiting 01:31:46 097100c76c15: Waiting 01:31:46 24a5552b6785: Layer already exists 01:31:46 3b1b864e35a7: Layer already exists 01:31:46 9bf82a826228: Layer already exists 01:31:46 113c412d295b: Layer already exists 01:31:46 43ed54c8309d: Layer already exists 01:31:46 5b85269b37f1: Layer already exists 01:31:46 42565fbb30ef: Layer already exists 01:31:46 0f4ae92b5de1: Layer already exists 01:31:46 ca3a86979478: Layer already exists 01:31:46 c15d5cc10e04: Layer already exists 01:31:46 e662af848b88: Layer already exists 01:31:46 5f70bf18a086: Layer already exists 01:31:46 4727662bce2e: Layer already exists 01:31:46 d06b03b11051: Layer already exists 01:31:46 5b6eb305ec59: Layer already exists 01:31:46 097100c76c15: Layer already exists 01:31:46 4.1.0-dev.42: digest: sha256:b5285883b5c06696ea6e2c199ae75746408282eda596d889824da78f66868937 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:46 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:31:46 113c412d295b: Preparing 01:31:46 9bf82a826228: Preparing 01:31:46 24a5552b6785: Preparing 01:31:46 43ed54c8309d: Preparing 01:31:46 3b1b864e35a7: Preparing 01:31:46 5b85269b37f1: Preparing 01:31:46 42565fbb30ef: Preparing 01:31:46 c15d5cc10e04: Preparing 01:31:46 5b85269b37f1: Waiting 01:31:46 42565fbb30ef: Waiting 01:31:46 0f4ae92b5de1: Preparing 01:31:46 c15d5cc10e04: Waiting 01:31:46 ca3a86979478: Preparing 01:31:46 0f4ae92b5de1: Waiting 01:31:46 e662af848b88: Preparing 01:31:46 ca3a86979478: Waiting 01:31:46 5f70bf18a086: Preparing 01:31:46 4727662bce2e: Preparing 01:31:46 5b6eb305ec59: Preparing 01:31:46 d06b03b11051: Preparing 01:31:46 097100c76c15: Preparing 01:31:46 4727662bce2e: Waiting 01:31:46 5b6eb305ec59: Waiting 01:31:46 d06b03b11051: Waiting 01:31:46 5f70bf18a086: Waiting 01:31:46 e662af848b88: Waiting 01:31:46 097100c76c15: Waiting 01:31:46 113c412d295b: Layer already exists 01:31:46 43ed54c8309d: Layer already exists 01:31:46 24a5552b6785: Layer already exists 01:31:46 9bf82a826228: Layer already exists 01:31:46 3b1b864e35a7: Layer already exists 01:31:46 5b85269b37f1: Layer already exists 01:31:46 c15d5cc10e04: Layer already exists 01:31:46 42565fbb30ef: Layer already exists 01:31:46 ca3a86979478: Layer already exists 01:31:46 0f4ae92b5de1: Layer already exists 01:31:46 5f70bf18a086: Layer already exists 01:31:46 e662af848b88: Layer already exists 01:31:46 d06b03b11051: Layer already exists 01:31:46 5b6eb305ec59: Layer already exists 01:31:46 4727662bce2e: Layer already exists 01:31:46 097100c76c15: Layer already exists 01:31:46 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:b5285883b5c06696ea6e2c199ae75746408282eda596d889824da78f66868937 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:47 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:47 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:31:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:31:47 113c412d295b: Preparing 01:31:47 9bf82a826228: Preparing 01:31:47 24a5552b6785: Preparing 01:31:47 43ed54c8309d: Preparing 01:31:47 3b1b864e35a7: Preparing 01:31:47 5b85269b37f1: Preparing 01:31:47 42565fbb30ef: Preparing 01:31:47 c15d5cc10e04: Preparing 01:31:47 5b85269b37f1: Waiting 01:31:47 42565fbb30ef: Waiting 01:31:47 0f4ae92b5de1: Preparing 01:31:47 ca3a86979478: Preparing 01:31:47 c15d5cc10e04: Waiting 01:31:47 0f4ae92b5de1: Waiting 01:31:47 e662af848b88: Preparing 01:31:47 5f70bf18a086: Preparing 01:31:47 ca3a86979478: Waiting 01:31:47 e662af848b88: Waiting 01:31:47 4727662bce2e: Preparing 01:31:47 5b6eb305ec59: Preparing 01:31:47 d06b03b11051: Preparing 01:31:47 097100c76c15: Preparing 01:31:47 4727662bce2e: Waiting 01:31:47 5f70bf18a086: Waiting 01:31:47 5b6eb305ec59: Waiting 01:31:47 d06b03b11051: Waiting 01:31:47 097100c76c15: Waiting 01:31:47 3b1b864e35a7: Layer already exists 01:31:47 9bf82a826228: Layer already exists 01:31:47 43ed54c8309d: Layer already exists 01:31:47 113c412d295b: Layer already exists 01:31:47 24a5552b6785: Layer already exists 01:31:47 42565fbb30ef: Layer already exists 01:31:47 5b85269b37f1: Layer already exists 01:31:47 c15d5cc10e04: Layer already exists 01:31:47 0f4ae92b5de1: Layer already exists 01:31:47 e662af848b88: Layer already exists 01:31:47 ca3a86979478: Layer already exists 01:31:47 5b6eb305ec59: Layer already exists 01:31:47 5f70bf18a086: Layer already exists 01:31:47 4727662bce2e: Layer already exists 01:31:47 097100c76c15: Layer already exists 01:31:47 d06b03b11051: Layer already exists 01:31:47 main: digest: sha256:b5285883b5c06696ea6e2c199ae75746408282eda596d889824da78f66868937 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:31:47 ===================================================== [Pipeline] echo 01:31:47 taggedImages: 01:31:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:31:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:31:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 01:31:47 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 01:31:47 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:47 latest 01:31:47 4.1.0-dev.42 01:31:47 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:47 main 01:31:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:47 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:31:48 43c126c50310: Preparing 01:31:48 d2d712b5a15d: Preparing 01:31:48 2d85298858b9: Preparing 01:31:48 092b4de02efc: Preparing 01:31:48 c15d5cc10e04: Preparing 01:31:48 0f4ae92b5de1: Preparing 01:31:48 66e48f655106: Preparing 01:31:48 fb99aee0ebe4: Preparing 01:31:48 097100c76c15: Preparing 01:31:48 0f4ae92b5de1: Waiting 01:31:48 097100c76c15: Waiting 01:31:48 66e48f655106: Waiting 01:31:48 fb99aee0ebe4: Waiting 01:31:48 c15d5cc10e04: Layer already exists 01:31:48 0f4ae92b5de1: Layer already exists 01:31:48 66e48f655106: Layer already exists 01:31:48 fb99aee0ebe4: Layer already exists 01:31:48 d2d712b5a15d: Pushed 01:31:48 097100c76c15: Layer already exists 01:31:48 43c126c50310: Pushed 01:31:48 2d85298858b9: Pushed 01:31:52 092b4de02efc: Pushed 01:31:52 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:da5c31251ac4a812cddad32b113b1d4172f138294001e676b010d7af40fc5156 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:52 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:31:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:31:53 43c126c50310: Preparing 01:31:53 d2d712b5a15d: Preparing 01:31:53 2d85298858b9: Preparing 01:31:53 092b4de02efc: Preparing 01:31:53 c15d5cc10e04: Preparing 01:31:53 0f4ae92b5de1: Preparing 01:31:53 66e48f655106: Preparing 01:31:53 fb99aee0ebe4: Preparing 01:31:53 097100c76c15: Preparing 01:31:53 0f4ae92b5de1: Waiting 01:31:53 66e48f655106: Waiting 01:31:53 fb99aee0ebe4: Waiting 01:31:53 097100c76c15: Waiting 01:31:53 43c126c50310: Layer already exists 01:31:53 2d85298858b9: Layer already exists 01:31:53 c15d5cc10e04: Layer already exists 01:31:53 d2d712b5a15d: Layer already exists 01:31:53 092b4de02efc: Layer already exists 01:31:53 0f4ae92b5de1: Layer already exists 01:31:53 097100c76c15: Layer already exists 01:31:53 66e48f655106: Layer already exists 01:31:53 fb99aee0ebe4: Layer already exists 01:31:53 latest: digest: sha256:da5c31251ac4a812cddad32b113b1d4172f138294001e676b010d7af40fc5156 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:53 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:31:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:31:53 43c126c50310: Preparing 01:31:53 d2d712b5a15d: Preparing 01:31:53 2d85298858b9: Preparing 01:31:53 092b4de02efc: Preparing 01:31:53 c15d5cc10e04: Preparing 01:31:53 0f4ae92b5de1: Preparing 01:31:53 66e48f655106: Preparing 01:31:53 fb99aee0ebe4: Preparing 01:31:53 097100c76c15: Preparing 01:31:53 0f4ae92b5de1: Waiting 01:31:53 66e48f655106: Waiting 01:31:53 fb99aee0ebe4: Waiting 01:31:53 097100c76c15: Waiting 01:31:53 d2d712b5a15d: Layer already exists 01:31:53 2d85298858b9: Layer already exists 01:31:53 092b4de02efc: Layer already exists 01:31:53 c15d5cc10e04: Layer already exists 01:31:53 43c126c50310: Layer already exists 01:31:53 0f4ae92b5de1: Layer already exists 01:31:53 66e48f655106: Layer already exists 01:31:53 097100c76c15: Layer already exists 01:31:53 fb99aee0ebe4: Layer already exists 01:31:53 4.1.0-dev.42: digest: sha256:da5c31251ac4a812cddad32b113b1d4172f138294001e676b010d7af40fc5156 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:54 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:31:54 43c126c50310: Preparing 01:31:54 d2d712b5a15d: Preparing 01:31:54 2d85298858b9: Preparing 01:31:54 092b4de02efc: Preparing 01:31:54 c15d5cc10e04: Preparing 01:31:54 0f4ae92b5de1: Preparing 01:31:54 66e48f655106: Preparing 01:31:54 fb99aee0ebe4: Preparing 01:31:54 097100c76c15: Preparing 01:31:54 66e48f655106: Waiting 01:31:54 fb99aee0ebe4: Waiting 01:31:54 0f4ae92b5de1: Waiting 01:31:54 097100c76c15: Waiting 01:31:54 c15d5cc10e04: Layer already exists 01:31:54 d2d712b5a15d: Layer already exists 01:31:54 2d85298858b9: Layer already exists 01:31:54 092b4de02efc: Layer already exists 01:31:54 43c126c50310: Layer already exists 01:31:54 097100c76c15: Layer already exists 01:31:54 0f4ae92b5de1: Layer already exists 01:31:54 fb99aee0ebe4: Layer already exists 01:31:54 66e48f655106: Layer already exists 01:31:54 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:da5c31251ac4a812cddad32b113b1d4172f138294001e676b010d7af40fc5156 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:54 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:31:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:31:55 43c126c50310: Preparing 01:31:55 d2d712b5a15d: Preparing 01:31:55 2d85298858b9: Preparing 01:31:55 092b4de02efc: Preparing 01:31:55 c15d5cc10e04: Preparing 01:31:55 0f4ae92b5de1: Preparing 01:31:55 66e48f655106: Preparing 01:31:55 fb99aee0ebe4: Preparing 01:31:55 097100c76c15: Preparing 01:31:55 fb99aee0ebe4: Waiting 01:31:55 66e48f655106: Waiting 01:31:55 097100c76c15: Waiting 01:31:55 0f4ae92b5de1: Waiting 01:31:55 2d85298858b9: Layer already exists 01:31:55 d2d712b5a15d: Layer already exists 01:31:55 c15d5cc10e04: Layer already exists 01:31:55 092b4de02efc: Layer already exists 01:31:55 43c126c50310: Layer already exists 01:31:55 0f4ae92b5de1: Layer already exists 01:31:55 097100c76c15: Layer already exists 01:31:55 fb99aee0ebe4: Layer already exists 01:31:55 66e48f655106: Layer already exists 01:31:55 main: digest: sha256:da5c31251ac4a812cddad32b113b1d4172f138294001e676b010d7af40fc5156 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:31:55 ===================================================== [Pipeline] echo 01:31:55 taggedImages: 01:31:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:31:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:31:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 01:31:55 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 01:31:55 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:55 latest 01:31:55 4.1.0-dev.42 01:31:55 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:31:55 main 01:31:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:55 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:31:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:31:55 68c9ddc369ab: Preparing 01:31:55 89d5a2c55206: Preparing 01:31:55 e3ee36989c9f: Preparing 01:31:55 dfab5f04cd4e: Preparing 01:31:55 8a0eaf48c15f: Preparing 01:31:55 c15d5cc10e04: Preparing 01:31:55 0f4ae92b5de1: Preparing 01:31:55 4248b9bcc751: Preparing 01:31:55 b1a40aec4189: Preparing 01:31:55 c27c45acba29: Preparing 01:31:55 097100c76c15: Preparing 01:31:55 4248b9bcc751: Waiting 01:31:55 b1a40aec4189: Waiting 01:31:55 c27c45acba29: Waiting 01:31:55 097100c76c15: Waiting 01:31:55 c15d5cc10e04: Waiting 01:31:55 0f4ae92b5de1: Waiting 01:31:55 68c9ddc369ab: Pushed 01:31:55 89d5a2c55206: Pushed 01:31:55 8a0eaf48c15f: Pushed 01:31:55 dfab5f04cd4e: Pushed 01:31:55 c15d5cc10e04: Layer already exists 01:31:55 0f4ae92b5de1: Layer already exists 01:31:55 097100c76c15: Layer already exists 01:31:56 4248b9bcc751: Pushed 01:31:56 b1a40aec4189: Pushed 01:31:57 c27c45acba29: Pushed 01:31:58 e3ee36989c9f: Pushed 01:31:59 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:4efd7fef40e876f3b16ca069b74ef6b8f40f5d575569d7fbe6bdec13b801a70a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:59 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:31:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:31:59 68c9ddc369ab: Preparing 01:31:59 89d5a2c55206: Preparing 01:31:59 e3ee36989c9f: Preparing 01:31:59 dfab5f04cd4e: Preparing 01:31:59 8a0eaf48c15f: Preparing 01:31:59 c15d5cc10e04: Preparing 01:31:59 0f4ae92b5de1: Preparing 01:31:59 4248b9bcc751: Preparing 01:31:59 b1a40aec4189: Preparing 01:31:59 c27c45acba29: Preparing 01:31:59 097100c76c15: Preparing 01:31:59 0f4ae92b5de1: Waiting 01:31:59 4248b9bcc751: Waiting 01:31:59 b1a40aec4189: Waiting 01:31:59 c27c45acba29: Waiting 01:31:59 097100c76c15: Waiting 01:31:59 c15d5cc10e04: Waiting 01:31:59 68c9ddc369ab: Layer already exists 01:31:59 e3ee36989c9f: Layer already exists 01:31:59 8a0eaf48c15f: Layer already exists 01:31:59 89d5a2c55206: Layer already exists 01:31:59 dfab5f04cd4e: Layer already exists 01:31:59 c15d5cc10e04: Layer already exists 01:31:59 0f4ae92b5de1: Layer already exists 01:31:59 c27c45acba29: Layer already exists 01:31:59 b1a40aec4189: Layer already exists 01:31:59 4248b9bcc751: Layer already exists 01:31:59 097100c76c15: Layer already exists 01:31:59 latest: digest: sha256:4efd7fef40e876f3b16ca069b74ef6b8f40f5d575569d7fbe6bdec13b801a70a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:00 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:32:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:32:00 68c9ddc369ab: Preparing 01:32:00 89d5a2c55206: Preparing 01:32:00 e3ee36989c9f: Preparing 01:32:00 dfab5f04cd4e: Preparing 01:32:00 8a0eaf48c15f: Preparing 01:32:00 c15d5cc10e04: Preparing 01:32:00 0f4ae92b5de1: Preparing 01:32:00 4248b9bcc751: Preparing 01:32:00 b1a40aec4189: Preparing 01:32:00 c27c45acba29: Preparing 01:32:00 097100c76c15: Preparing 01:32:00 c15d5cc10e04: Waiting 01:32:00 0f4ae92b5de1: Waiting 01:32:00 4248b9bcc751: Waiting 01:32:00 b1a40aec4189: Waiting 01:32:00 c27c45acba29: Waiting 01:32:00 097100c76c15: Waiting 01:32:00 89d5a2c55206: Layer already exists 01:32:00 8a0eaf48c15f: Layer already exists 01:32:00 e3ee36989c9f: Layer already exists 01:32:00 dfab5f04cd4e: Layer already exists 01:32:00 68c9ddc369ab: Layer already exists 01:32:00 c15d5cc10e04: Layer already exists 01:32:00 4248b9bcc751: Layer already exists 01:32:00 0f4ae92b5de1: Layer already exists 01:32:00 b1a40aec4189: Layer already exists 01:32:00 c27c45acba29: Layer already exists 01:32:00 097100c76c15: Layer already exists 01:32:00 4.1.0-dev.42: digest: sha256:4efd7fef40e876f3b16ca069b74ef6b8f40f5d575569d7fbe6bdec13b801a70a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:00 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:32:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:32:01 68c9ddc369ab: Preparing 01:32:01 89d5a2c55206: Preparing 01:32:01 e3ee36989c9f: Preparing 01:32:01 dfab5f04cd4e: Preparing 01:32:01 8a0eaf48c15f: Preparing 01:32:01 c15d5cc10e04: Preparing 01:32:01 0f4ae92b5de1: Preparing 01:32:01 4248b9bcc751: Preparing 01:32:01 b1a40aec4189: Preparing 01:32:01 c27c45acba29: Preparing 01:32:01 097100c76c15: Preparing 01:32:01 c15d5cc10e04: Waiting 01:32:01 0f4ae92b5de1: Waiting 01:32:01 4248b9bcc751: Waiting 01:32:01 b1a40aec4189: Waiting 01:32:01 c27c45acba29: Waiting 01:32:01 097100c76c15: Waiting 01:32:01 dfab5f04cd4e: Layer already exists 01:32:01 8a0eaf48c15f: Layer already exists 01:32:01 e3ee36989c9f: Layer already exists 01:32:01 68c9ddc369ab: Layer already exists 01:32:01 89d5a2c55206: Layer already exists 01:32:01 c15d5cc10e04: Layer already exists 01:32:01 c27c45acba29: Layer already exists 01:32:01 0f4ae92b5de1: Layer already exists 01:32:01 4248b9bcc751: Layer already exists 01:32:01 b1a40aec4189: Layer already exists 01:32:01 097100c76c15: Layer already exists 01:32:01 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:4efd7fef40e876f3b16ca069b74ef6b8f40f5d575569d7fbe6bdec13b801a70a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:01 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:32:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:32:01 68c9ddc369ab: Preparing 01:32:01 89d5a2c55206: Preparing 01:32:01 e3ee36989c9f: Preparing 01:32:01 dfab5f04cd4e: Preparing 01:32:01 8a0eaf48c15f: Preparing 01:32:01 c15d5cc10e04: Preparing 01:32:01 0f4ae92b5de1: Preparing 01:32:01 4248b9bcc751: Preparing 01:32:01 b1a40aec4189: Preparing 01:32:01 c27c45acba29: Preparing 01:32:01 097100c76c15: Preparing 01:32:01 0f4ae92b5de1: Waiting 01:32:01 4248b9bcc751: Waiting 01:32:01 b1a40aec4189: Waiting 01:32:01 c27c45acba29: Waiting 01:32:01 097100c76c15: Waiting 01:32:01 c15d5cc10e04: Waiting 01:32:01 89d5a2c55206: Layer already exists 01:32:01 8a0eaf48c15f: Layer already exists 01:32:01 e3ee36989c9f: Layer already exists 01:32:01 dfab5f04cd4e: Layer already exists 01:32:01 68c9ddc369ab: Layer already exists 01:32:01 c15d5cc10e04: Layer already exists 01:32:01 4248b9bcc751: Layer already exists 01:32:01 0f4ae92b5de1: Layer already exists 01:32:01 b1a40aec4189: Layer already exists 01:32:01 c27c45acba29: Layer already exists 01:32:01 097100c76c15: Layer already exists 01:32:01 main: digest: sha256:4efd7fef40e876f3b16ca069b74ef6b8f40f5d575569d7fbe6bdec13b801a70a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:32:01 ===================================================== [Pipeline] echo 01:32:01 taggedImages: 01:32:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:32:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:32:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:32:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:32:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 01:32:01 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 01:32:01 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:32:01 latest 01:32:01 4.1.0-dev.42 01:32:01 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:32:01 main 01:32:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:02 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:32:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:32:13 618869e9eee4: Preparing 01:32:13 085c12dbd0fb: Preparing 01:32:13 aa2b69c58d95: Preparing 01:32:13 e0d11aa055f1: Preparing 01:32:13 b8d32a416c5d: Preparing 01:32:13 96cd93630a12: Preparing 01:32:13 99231283f769: Preparing 01:32:13 c15d5cc10e04: Preparing 01:32:13 0f4ae92b5de1: Preparing 01:32:13 b488effaa15a: Preparing 01:32:13 371fc813540d: Preparing 01:32:13 097100c76c15: Preparing 01:32:13 96cd93630a12: Waiting 01:32:13 b488effaa15a: Waiting 01:32:13 99231283f769: Waiting 01:32:13 371fc813540d: Waiting 01:32:13 c15d5cc10e04: Waiting 01:32:13 0f4ae92b5de1: Waiting 01:32:13 097100c76c15: Waiting 01:32:13 b8d32a416c5d: Pushed 01:32:13 085c12dbd0fb: Pushed 01:32:13 618869e9eee4: Pushed 01:32:13 96cd93630a12: Pushed 01:32:13 c15d5cc10e04: Layer already exists 01:32:13 0f4ae92b5de1: Layer already exists 01:32:13 99231283f769: Pushed 01:32:13 097100c76c15: Layer already exists 01:32:13 b488effaa15a: Pushed 01:32:14 371fc813540d: Pushed 01:32:16 e0d11aa055f1: Pushed 01:32:16 aa2b69c58d95: Pushed 01:32:21 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:a15cedb82974d813f489721125d62b26dacfbc7c961545d1d40365abf4ba8012 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:21 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:32:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:32:22 618869e9eee4: Preparing 01:32:22 085c12dbd0fb: Preparing 01:32:22 aa2b69c58d95: Preparing 01:32:22 e0d11aa055f1: Preparing 01:32:22 b8d32a416c5d: Preparing 01:32:22 96cd93630a12: Preparing 01:32:22 99231283f769: Preparing 01:32:22 c15d5cc10e04: Preparing 01:32:22 0f4ae92b5de1: Preparing 01:32:22 b488effaa15a: Preparing 01:32:22 371fc813540d: Preparing 01:32:22 097100c76c15: Preparing 01:32:22 99231283f769: Waiting 01:32:22 c15d5cc10e04: Waiting 01:32:22 0f4ae92b5de1: Waiting 01:32:22 b488effaa15a: Waiting 01:32:22 097100c76c15: Waiting 01:32:22 371fc813540d: Waiting 01:32:22 96cd93630a12: Waiting 01:32:22 e0d11aa055f1: Layer already exists 01:32:22 618869e9eee4: Layer already exists 01:32:22 085c12dbd0fb: Layer already exists 01:32:22 b8d32a416c5d: Layer already exists 01:32:22 aa2b69c58d95: Layer already exists 01:32:22 96cd93630a12: Layer already exists 01:32:22 99231283f769: Layer already exists 01:32:22 0f4ae92b5de1: Layer already exists 01:32:22 b488effaa15a: Layer already exists 01:32:22 c15d5cc10e04: Layer already exists 01:32:22 097100c76c15: Layer already exists 01:32:22 371fc813540d: Layer already exists 01:32:22 latest: digest: sha256:a15cedb82974d813f489721125d62b26dacfbc7c961545d1d40365abf4ba8012 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:22 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:32:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:32:23 618869e9eee4: Preparing 01:32:23 085c12dbd0fb: Preparing 01:32:23 aa2b69c58d95: Preparing 01:32:23 e0d11aa055f1: Preparing 01:32:23 b8d32a416c5d: Preparing 01:32:23 96cd93630a12: Preparing 01:32:23 99231283f769: Preparing 01:32:23 c15d5cc10e04: Preparing 01:32:23 0f4ae92b5de1: Preparing 01:32:23 b488effaa15a: Preparing 01:32:23 371fc813540d: Preparing 01:32:23 097100c76c15: Preparing 01:32:23 96cd93630a12: Waiting 01:32:23 371fc813540d: Waiting 01:32:23 99231283f769: Waiting 01:32:23 0f4ae92b5de1: Waiting 01:32:23 b488effaa15a: Waiting 01:32:23 097100c76c15: Waiting 01:32:23 aa2b69c58d95: Layer already exists 01:32:23 085c12dbd0fb: Layer already exists 01:32:23 e0d11aa055f1: Layer already exists 01:32:23 618869e9eee4: Layer already exists 01:32:23 b8d32a416c5d: Layer already exists 01:32:23 99231283f769: Layer already exists 01:32:23 96cd93630a12: Layer already exists 01:32:23 c15d5cc10e04: Layer already exists 01:32:23 b488effaa15a: Layer already exists 01:32:23 0f4ae92b5de1: Layer already exists 01:32:23 097100c76c15: Layer already exists 01:32:23 371fc813540d: Layer already exists 01:32:23 4.1.0-dev.42: digest: sha256:a15cedb82974d813f489721125d62b26dacfbc7c961545d1d40365abf4ba8012 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:23 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:32:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:32:23 618869e9eee4: Preparing 01:32:23 085c12dbd0fb: Preparing 01:32:23 aa2b69c58d95: Preparing 01:32:23 e0d11aa055f1: Preparing 01:32:23 b8d32a416c5d: Preparing 01:32:23 96cd93630a12: Preparing 01:32:23 99231283f769: Preparing 01:32:23 c15d5cc10e04: Preparing 01:32:23 0f4ae92b5de1: Preparing 01:32:23 b488effaa15a: Preparing 01:32:23 371fc813540d: Preparing 01:32:23 097100c76c15: Preparing 01:32:23 96cd93630a12: Waiting 01:32:23 99231283f769: Waiting 01:32:23 c15d5cc10e04: Waiting 01:32:23 0f4ae92b5de1: Waiting 01:32:23 371fc813540d: Waiting 01:32:23 097100c76c15: Waiting 01:32:23 b488effaa15a: Waiting 01:32:23 e0d11aa055f1: Layer already exists 01:32:23 618869e9eee4: Layer already exists 01:32:23 b8d32a416c5d: Layer already exists 01:32:23 aa2b69c58d95: Layer already exists 01:32:23 085c12dbd0fb: Layer already exists 01:32:23 99231283f769: Layer already exists 01:32:23 96cd93630a12: Layer already exists 01:32:23 b488effaa15a: Layer already exists 01:32:23 0f4ae92b5de1: Layer already exists 01:32:23 c15d5cc10e04: Layer already exists 01:32:23 097100c76c15: Layer already exists 01:32:23 371fc813540d: Layer already exists 01:32:23 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:a15cedb82974d813f489721125d62b26dacfbc7c961545d1d40365abf4ba8012 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:24 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:32:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:32:24 618869e9eee4: Preparing 01:32:24 085c12dbd0fb: Preparing 01:32:24 aa2b69c58d95: Preparing 01:32:24 e0d11aa055f1: Preparing 01:32:24 b8d32a416c5d: Preparing 01:32:24 96cd93630a12: Preparing 01:32:24 99231283f769: Preparing 01:32:24 c15d5cc10e04: Preparing 01:32:24 0f4ae92b5de1: Preparing 01:32:24 b488effaa15a: Preparing 01:32:24 371fc813540d: Preparing 01:32:24 097100c76c15: Preparing 01:32:24 96cd93630a12: Waiting 01:32:24 99231283f769: Waiting 01:32:24 c15d5cc10e04: Waiting 01:32:24 0f4ae92b5de1: Waiting 01:32:24 b488effaa15a: Waiting 01:32:24 371fc813540d: Waiting 01:32:24 097100c76c15: Waiting 01:32:24 aa2b69c58d95: Layer already exists 01:32:24 e0d11aa055f1: Layer already exists 01:32:24 b8d32a416c5d: Layer already exists 01:32:24 085c12dbd0fb: Layer already exists 01:32:24 618869e9eee4: Layer already exists 01:32:24 99231283f769: Layer already exists 01:32:24 96cd93630a12: Layer already exists 01:32:24 c15d5cc10e04: Layer already exists 01:32:24 0f4ae92b5de1: Layer already exists 01:32:24 b488effaa15a: Layer already exists 01:32:24 371fc813540d: Layer already exists 01:32:24 097100c76c15: Layer already exists 01:32:24 main: digest: sha256:a15cedb82974d813f489721125d62b26dacfbc7c961545d1d40365abf4ba8012 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:32:24 ===================================================== [Pipeline] echo 01:32:24 taggedImages: 01:32:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:32:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:32:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:32:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:32:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 01:32:24 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 01:32:24 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:32:24 latest 01:32:24 4.1.0-dev.42 01:32:24 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:32:24 main 01:32:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:24 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:32:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:32:25 4b07e7cfaea5: Preparing 01:32:25 f55a2615926a: Preparing 01:32:25 c15d5cc10e04: Preparing 01:32:25 0f4ae92b5de1: Preparing 01:32:25 e274d6352778: Preparing 01:32:25 222d5bc79a47: Preparing 01:32:25 097100c76c15: Preparing 01:32:25 222d5bc79a47: Waiting 01:32:25 097100c76c15: Waiting 01:32:25 0f4ae92b5de1: Layer already exists 01:32:25 c15d5cc10e04: Layer already exists 01:32:25 097100c76c15: Layer already exists 01:32:25 e274d6352778: Pushed 01:32:25 4b07e7cfaea5: Pushed 01:32:26 222d5bc79a47: Pushed 01:32:28 f55a2615926a: Pushed 01:32:28 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:4d73de2b72907bddcc932655bd01abbcf080e7502365bc2d18fedb007201c721 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:29 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:32:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:32:29 4b07e7cfaea5: Preparing 01:32:29 f55a2615926a: Preparing 01:32:29 c15d5cc10e04: Preparing 01:32:29 0f4ae92b5de1: Preparing 01:32:29 e274d6352778: Preparing 01:32:29 222d5bc79a47: Preparing 01:32:29 097100c76c15: Preparing 01:32:29 222d5bc79a47: Waiting 01:32:29 097100c76c15: Waiting 01:32:29 0f4ae92b5de1: Layer already exists 01:32:29 e274d6352778: Layer already exists 01:32:29 f55a2615926a: Layer already exists 01:32:29 c15d5cc10e04: Layer already exists 01:32:29 4b07e7cfaea5: Layer already exists 01:32:29 222d5bc79a47: Layer already exists 01:32:29 097100c76c15: Layer already exists 01:32:29 latest: digest: sha256:4d73de2b72907bddcc932655bd01abbcf080e7502365bc2d18fedb007201c721 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:29 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:32:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:32:30 4b07e7cfaea5: Preparing 01:32:30 f55a2615926a: Preparing 01:32:30 c15d5cc10e04: Preparing 01:32:30 0f4ae92b5de1: Preparing 01:32:30 e274d6352778: Preparing 01:32:30 222d5bc79a47: Preparing 01:32:30 097100c76c15: Preparing 01:32:30 097100c76c15: Waiting 01:32:30 222d5bc79a47: Waiting 01:32:30 4b07e7cfaea5: Layer already exists 01:32:30 f55a2615926a: Layer already exists 01:32:30 0f4ae92b5de1: Layer already exists 01:32:30 e274d6352778: Layer already exists 01:32:30 c15d5cc10e04: Layer already exists 01:32:30 222d5bc79a47: Layer already exists 01:32:30 097100c76c15: Layer already exists 01:32:30 4.1.0-dev.42: digest: sha256:4d73de2b72907bddcc932655bd01abbcf080e7502365bc2d18fedb007201c721 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:30 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:32:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:32:30 4b07e7cfaea5: Preparing 01:32:30 f55a2615926a: Preparing 01:32:30 c15d5cc10e04: Preparing 01:32:30 0f4ae92b5de1: Preparing 01:32:30 e274d6352778: Preparing 01:32:30 222d5bc79a47: Preparing 01:32:30 097100c76c15: Preparing 01:32:30 222d5bc79a47: Waiting 01:32:30 097100c76c15: Waiting 01:32:30 e274d6352778: Layer already exists 01:32:30 0f4ae92b5de1: Layer already exists 01:32:30 f55a2615926a: Layer already exists 01:32:30 4b07e7cfaea5: Layer already exists 01:32:30 c15d5cc10e04: Layer already exists 01:32:30 222d5bc79a47: Layer already exists 01:32:30 097100c76c15: Layer already exists 01:32:30 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:4d73de2b72907bddcc932655bd01abbcf080e7502365bc2d18fedb007201c721 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:31 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:32:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:32:31 4b07e7cfaea5: Preparing 01:32:31 f55a2615926a: Preparing 01:32:31 c15d5cc10e04: Preparing 01:32:31 0f4ae92b5de1: Preparing 01:32:31 e274d6352778: Preparing 01:32:31 222d5bc79a47: Preparing 01:32:31 097100c76c15: Preparing 01:32:31 222d5bc79a47: Waiting 01:32:31 097100c76c15: Waiting 01:32:31 0f4ae92b5de1: Layer already exists 01:32:31 e274d6352778: Layer already exists 01:32:31 c15d5cc10e04: Layer already exists 01:32:31 4b07e7cfaea5: Layer already exists 01:32:31 f55a2615926a: Layer already exists 01:32:31 222d5bc79a47: Layer already exists 01:32:31 097100c76c15: Layer already exists 01:32:31 main: digest: sha256:4d73de2b72907bddcc932655bd01abbcf080e7502365bc2d18fedb007201c721 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:32:31 ===================================================== [Pipeline] echo 01:32:31 taggedImages: 01:32:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:32:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:32:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:32:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:32:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 01:32:31 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 01:32:31 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:32:31 latest 01:32:31 4.1.0-dev.42 01:32:31 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:32:31 main 01:32:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:31 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:32:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:32:32 4e82af1843cf: Preparing 01:32:32 52ed25fac25e: Preparing 01:32:32 cd253c495b6e: Preparing 01:32:32 c15d5cc10e04: Preparing 01:32:32 0f4ae92b5de1: Preparing 01:32:32 a958bc3d9ba3: Preparing 01:32:32 43432c6a0791: Preparing 01:32:32 035bd87a354d: Preparing 01:32:32 a958bc3d9ba3: Waiting 01:32:32 43432c6a0791: Waiting 01:32:32 620d0770ba39: Preparing 01:32:32 097100c76c15: Preparing 01:32:32 035bd87a354d: Waiting 01:32:32 620d0770ba39: Waiting 01:32:32 097100c76c15: Waiting 01:32:32 0f4ae92b5de1: Layer already exists 01:32:32 c15d5cc10e04: Layer already exists 01:32:32 4e82af1843cf: Pushed 01:32:32 cd253c495b6e: Pushed 01:32:32 52ed25fac25e: Pushed 01:32:32 097100c76c15: Layer already exists 01:32:32 035bd87a354d: Pushed 01:32:32 620d0770ba39: Pushed 01:32:37 43432c6a0791: Pushed 01:32:45 a958bc3d9ba3: Pushed 01:32:45 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:75bc01707d52bb0b3944d17a0e54a18f9b8b3be17a42e0aacc49d75906b0e244 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:46 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:32:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:32:46 4e82af1843cf: Preparing 01:32:46 52ed25fac25e: Preparing 01:32:46 cd253c495b6e: Preparing 01:32:46 c15d5cc10e04: Preparing 01:32:46 0f4ae92b5de1: Preparing 01:32:46 a958bc3d9ba3: Preparing 01:32:46 43432c6a0791: Preparing 01:32:46 035bd87a354d: Preparing 01:32:46 620d0770ba39: Preparing 01:32:46 097100c76c15: Preparing 01:32:46 a958bc3d9ba3: Waiting 01:32:46 43432c6a0791: Waiting 01:32:46 035bd87a354d: Waiting 01:32:46 620d0770ba39: Waiting 01:32:46 097100c76c15: Waiting 01:32:46 c15d5cc10e04: Layer already exists 01:32:46 0f4ae92b5de1: Layer already exists 01:32:46 4e82af1843cf: Layer already exists 01:32:46 52ed25fac25e: Layer already exists 01:32:46 cd253c495b6e: Layer already exists 01:32:46 a958bc3d9ba3: Layer already exists 01:32:46 620d0770ba39: Layer already exists 01:32:46 035bd87a354d: Layer already exists 01:32:46 43432c6a0791: Layer already exists 01:32:46 097100c76c15: Layer already exists 01:32:46 latest: digest: sha256:75bc01707d52bb0b3944d17a0e54a18f9b8b3be17a42e0aacc49d75906b0e244 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:46 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:32:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:32:47 4e82af1843cf: Preparing 01:32:47 52ed25fac25e: Preparing 01:32:47 cd253c495b6e: Preparing 01:32:47 c15d5cc10e04: Preparing 01:32:47 0f4ae92b5de1: Preparing 01:32:47 a958bc3d9ba3: Preparing 01:32:47 43432c6a0791: Preparing 01:32:47 035bd87a354d: Preparing 01:32:47 620d0770ba39: Preparing 01:32:47 097100c76c15: Preparing 01:32:47 a958bc3d9ba3: Waiting 01:32:47 43432c6a0791: Waiting 01:32:47 035bd87a354d: Waiting 01:32:47 620d0770ba39: Waiting 01:32:47 097100c76c15: Waiting 01:32:47 cd253c495b6e: Layer already exists 01:32:47 c15d5cc10e04: Layer already exists 01:32:47 52ed25fac25e: Layer already exists 01:32:47 0f4ae92b5de1: Layer already exists 01:32:47 4e82af1843cf: Layer already exists 01:32:47 a958bc3d9ba3: Layer already exists 01:32:47 035bd87a354d: Layer already exists 01:32:47 620d0770ba39: Layer already exists 01:32:47 43432c6a0791: Layer already exists 01:32:47 097100c76c15: Layer already exists 01:32:47 4.1.0-dev.42: digest: sha256:75bc01707d52bb0b3944d17a0e54a18f9b8b3be17a42e0aacc49d75906b0e244 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:47 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:32:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:32:47 4e82af1843cf: Preparing 01:32:47 52ed25fac25e: Preparing 01:32:47 cd253c495b6e: Preparing 01:32:47 c15d5cc10e04: Preparing 01:32:47 0f4ae92b5de1: Preparing 01:32:47 a958bc3d9ba3: Preparing 01:32:47 43432c6a0791: Preparing 01:32:47 a958bc3d9ba3: Waiting 01:32:47 035bd87a354d: Preparing 01:32:47 43432c6a0791: Waiting 01:32:47 620d0770ba39: Preparing 01:32:47 097100c76c15: Preparing 01:32:47 620d0770ba39: Waiting 01:32:47 097100c76c15: Waiting 01:32:47 0f4ae92b5de1: Layer already exists 01:32:47 c15d5cc10e04: Layer already exists 01:32:47 4e82af1843cf: Layer already exists 01:32:47 cd253c495b6e: Layer already exists 01:32:47 52ed25fac25e: Layer already exists 01:32:47 43432c6a0791: Layer already exists 01:32:47 035bd87a354d: Layer already exists 01:32:47 a958bc3d9ba3: Layer already exists 01:32:47 620d0770ba39: Layer already exists 01:32:47 097100c76c15: Layer already exists 01:32:47 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:75bc01707d52bb0b3944d17a0e54a18f9b8b3be17a42e0aacc49d75906b0e244 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:48 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:32:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:32:48 4e82af1843cf: Preparing 01:32:48 52ed25fac25e: Preparing 01:32:48 cd253c495b6e: Preparing 01:32:48 c15d5cc10e04: Preparing 01:32:48 0f4ae92b5de1: Preparing 01:32:48 a958bc3d9ba3: Preparing 01:32:48 43432c6a0791: Preparing 01:32:48 035bd87a354d: Preparing 01:32:48 620d0770ba39: Preparing 01:32:48 097100c76c15: Preparing 01:32:48 a958bc3d9ba3: Waiting 01:32:48 43432c6a0791: Waiting 01:32:48 035bd87a354d: Waiting 01:32:48 620d0770ba39: Waiting 01:32:48 097100c76c15: Waiting 01:32:48 c15d5cc10e04: Layer already exists 01:32:48 0f4ae92b5de1: Layer already exists 01:32:48 4e82af1843cf: Layer already exists 01:32:48 52ed25fac25e: Layer already exists 01:32:48 cd253c495b6e: Layer already exists 01:32:48 a958bc3d9ba3: Layer already exists 01:32:48 43432c6a0791: Layer already exists 01:32:48 620d0770ba39: Layer already exists 01:32:48 035bd87a354d: Layer already exists 01:32:48 097100c76c15: Layer already exists 01:32:48 main: digest: sha256:75bc01707d52bb0b3944d17a0e54a18f9b8b3be17a42e0aacc49d75906b0e244 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:32:48 ===================================================== [Pipeline] echo 01:32:48 taggedImages: 01:32:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:32:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:32:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:32:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:32:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 01:32:48 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 01:32:48 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:32:48 latest 01:32:48 4.1.0-dev.42 01:32:48 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:32:48 main 01:32:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:49 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:32:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:32:49 61958a2a2154: Preparing 01:32:49 483bc91211bb: Preparing 01:32:49 4839598b2a07: Preparing 01:32:49 c15d5cc10e04: Preparing 01:32:49 0f4ae92b5de1: Preparing 01:32:49 d1c8d1e67e1f: Preparing 01:32:49 8ac34fada2f0: Preparing 01:32:49 b70d120298f5: Preparing 01:32:49 097100c76c15: Preparing 01:32:49 8ac34fada2f0: Waiting 01:32:49 b70d120298f5: Waiting 01:32:49 097100c76c15: Waiting 01:32:49 d1c8d1e67e1f: Waiting 01:32:49 c15d5cc10e04: Layer already exists 01:32:49 0f4ae92b5de1: Layer already exists 01:32:49 4839598b2a07: Pushed 01:32:49 61958a2a2154: Pushed 01:32:49 483bc91211bb: Pushed 01:32:49 8ac34fada2f0: Pushed 01:32:49 097100c76c15: Layer already exists 01:32:49 b70d120298f5: Pushed 01:33:02 d1c8d1e67e1f: Pushed 01:33:02 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:be0a1250c9b9182332d556d763eca317b8d344f688f03c22be0ed01c6e222be5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:02 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:33:03 61958a2a2154: Preparing 01:33:03 483bc91211bb: Preparing 01:33:03 4839598b2a07: Preparing 01:33:03 c15d5cc10e04: Preparing 01:33:03 0f4ae92b5de1: Preparing 01:33:03 d1c8d1e67e1f: Preparing 01:33:03 8ac34fada2f0: Preparing 01:33:03 b70d120298f5: Preparing 01:33:03 097100c76c15: Preparing 01:33:03 8ac34fada2f0: Waiting 01:33:03 b70d120298f5: Waiting 01:33:03 d1c8d1e67e1f: Waiting 01:33:03 097100c76c15: Waiting 01:33:03 0f4ae92b5de1: Layer already exists 01:33:03 61958a2a2154: Layer already exists 01:33:03 4839598b2a07: Layer already exists 01:33:03 483bc91211bb: Layer already exists 01:33:03 c15d5cc10e04: Layer already exists 01:33:03 d1c8d1e67e1f: Layer already exists 01:33:03 8ac34fada2f0: Layer already exists 01:33:03 b70d120298f5: Layer already exists 01:33:03 097100c76c15: Layer already exists 01:33:03 latest: digest: sha256:be0a1250c9b9182332d556d763eca317b8d344f688f03c22be0ed01c6e222be5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:03 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:33:03 61958a2a2154: Preparing 01:33:03 483bc91211bb: Preparing 01:33:03 4839598b2a07: Preparing 01:33:03 c15d5cc10e04: Preparing 01:33:03 0f4ae92b5de1: Preparing 01:33:03 d1c8d1e67e1f: Preparing 01:33:03 8ac34fada2f0: Preparing 01:33:03 b70d120298f5: Preparing 01:33:03 097100c76c15: Preparing 01:33:03 d1c8d1e67e1f: Waiting 01:33:03 8ac34fada2f0: Waiting 01:33:03 b70d120298f5: Waiting 01:33:03 097100c76c15: Waiting 01:33:03 61958a2a2154: Layer already exists 01:33:03 483bc91211bb: Layer already exists 01:33:03 0f4ae92b5de1: Layer already exists 01:33:03 4839598b2a07: Layer already exists 01:33:03 c15d5cc10e04: Layer already exists 01:33:03 d1c8d1e67e1f: Layer already exists 01:33:03 b70d120298f5: Layer already exists 01:33:03 8ac34fada2f0: Layer already exists 01:33:03 097100c76c15: Layer already exists 01:33:03 4.1.0-dev.42: digest: sha256:be0a1250c9b9182332d556d763eca317b8d344f688f03c22be0ed01c6e222be5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:03 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:33:04 61958a2a2154: Preparing 01:33:04 483bc91211bb: Preparing 01:33:04 4839598b2a07: Preparing 01:33:04 c15d5cc10e04: Preparing 01:33:04 0f4ae92b5de1: Preparing 01:33:04 d1c8d1e67e1f: Preparing 01:33:04 8ac34fada2f0: Preparing 01:33:04 b70d120298f5: Preparing 01:33:04 097100c76c15: Preparing 01:33:04 b70d120298f5: Waiting 01:33:04 097100c76c15: Waiting 01:33:04 8ac34fada2f0: Waiting 01:33:04 d1c8d1e67e1f: Waiting 01:33:04 0f4ae92b5de1: Layer already exists 01:33:04 61958a2a2154: Layer already exists 01:33:04 4839598b2a07: Layer already exists 01:33:04 c15d5cc10e04: Layer already exists 01:33:04 483bc91211bb: Layer already exists 01:33:04 d1c8d1e67e1f: Layer already exists 01:33:04 8ac34fada2f0: Layer already exists 01:33:04 b70d120298f5: Layer already exists 01:33:04 097100c76c15: Layer already exists 01:33:04 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:be0a1250c9b9182332d556d763eca317b8d344f688f03c22be0ed01c6e222be5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:04 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 01:33:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:33:04 61958a2a2154: Preparing 01:33:04 483bc91211bb: Preparing 01:33:04 4839598b2a07: Preparing 01:33:04 c15d5cc10e04: Preparing 01:33:04 0f4ae92b5de1: Preparing 01:33:04 d1c8d1e67e1f: Preparing 01:33:04 8ac34fada2f0: Preparing 01:33:04 b70d120298f5: Preparing 01:33:04 097100c76c15: Preparing 01:33:04 d1c8d1e67e1f: Waiting 01:33:04 8ac34fada2f0: Waiting 01:33:04 b70d120298f5: Waiting 01:33:04 097100c76c15: Waiting 01:33:04 483bc91211bb: Layer already exists 01:33:04 61958a2a2154: Layer already exists 01:33:04 c15d5cc10e04: Layer already exists 01:33:04 4839598b2a07: Layer already exists 01:33:04 0f4ae92b5de1: Layer already exists 01:33:04 d1c8d1e67e1f: Layer already exists 01:33:04 b70d120298f5: Layer already exists 01:33:04 097100c76c15: Layer already exists 01:33:04 8ac34fada2f0: Layer already exists 01:33:04 main: digest: sha256:be0a1250c9b9182332d556d763eca317b8d344f688f03c22be0ed01c6e222be5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:33:05 ===================================================== [Pipeline] echo 01:33:05 taggedImages: 01:33:05 - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:05 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:33:05 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:33:05 - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:05 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 01:33:05 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 01:33:05 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:05 latest 01:33:05 4.1.0-dev.42 01:33:05 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:05 main 01:33:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:05 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:33:05 4e82af1843cf: Preparing 01:33:05 635f5a50bc11: Preparing 01:33:05 d40226e49418: Preparing 01:33:05 c15d5cc10e04: Preparing 01:33:05 0f4ae92b5de1: Preparing 01:33:05 d1c8d1e67e1f: Preparing 01:33:05 035bd87a354d: Preparing 01:33:05 620d0770ba39: Preparing 01:33:05 097100c76c15: Preparing 01:33:05 035bd87a354d: Waiting 01:33:05 097100c76c15: Waiting 01:33:05 d1c8d1e67e1f: Waiting 01:33:05 620d0770ba39: Waiting 01:33:05 c15d5cc10e04: Layer already exists 01:33:05 4e82af1843cf: Layer already exists 01:33:05 0f4ae92b5de1: Layer already exists 01:33:05 d1c8d1e67e1f: Layer already exists 01:33:05 035bd87a354d: Layer already exists 01:33:05 620d0770ba39: Layer already exists 01:33:05 097100c76c15: Layer already exists 01:33:05 635f5a50bc11: Pushed 01:33:05 d40226e49418: Pushed 01:33:05 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:4c077aa71baedfec3794903ffbe600afddc4f3ff13016067810b3eac563d3ebf size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:06 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:33:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:33:06 4e82af1843cf: Preparing 01:33:06 635f5a50bc11: Preparing 01:33:06 d40226e49418: Preparing 01:33:06 c15d5cc10e04: Preparing 01:33:06 0f4ae92b5de1: Preparing 01:33:06 d1c8d1e67e1f: Preparing 01:33:06 035bd87a354d: Preparing 01:33:06 620d0770ba39: Preparing 01:33:06 097100c76c15: Preparing 01:33:06 d1c8d1e67e1f: Waiting 01:33:06 035bd87a354d: Waiting 01:33:06 620d0770ba39: Waiting 01:33:06 097100c76c15: Waiting 01:33:06 4e82af1843cf: Layer already exists 01:33:06 635f5a50bc11: Layer already exists 01:33:06 d40226e49418: Layer already exists 01:33:06 c15d5cc10e04: Layer already exists 01:33:06 0f4ae92b5de1: Layer already exists 01:33:06 620d0770ba39: Layer already exists 01:33:06 035bd87a354d: Layer already exists 01:33:06 d1c8d1e67e1f: Layer already exists 01:33:06 097100c76c15: Layer already exists 01:33:06 latest: digest: sha256:4c077aa71baedfec3794903ffbe600afddc4f3ff13016067810b3eac563d3ebf size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:06 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:33:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:33:07 4e82af1843cf: Preparing 01:33:07 635f5a50bc11: Preparing 01:33:07 d40226e49418: Preparing 01:33:07 c15d5cc10e04: Preparing 01:33:07 0f4ae92b5de1: Preparing 01:33:07 d1c8d1e67e1f: Preparing 01:33:07 035bd87a354d: Preparing 01:33:07 620d0770ba39: Preparing 01:33:07 097100c76c15: Preparing 01:33:07 d1c8d1e67e1f: Waiting 01:33:07 035bd87a354d: Waiting 01:33:07 620d0770ba39: Waiting 01:33:07 097100c76c15: Waiting 01:33:07 4e82af1843cf: Layer already exists 01:33:07 0f4ae92b5de1: Layer already exists 01:33:07 d40226e49418: Layer already exists 01:33:07 635f5a50bc11: Layer already exists 01:33:07 c15d5cc10e04: Layer already exists 01:33:07 035bd87a354d: Layer already exists 01:33:07 d1c8d1e67e1f: Layer already exists 01:33:07 620d0770ba39: Layer already exists 01:33:07 097100c76c15: Layer already exists 01:33:07 4.1.0-dev.42: digest: sha256:4c077aa71baedfec3794903ffbe600afddc4f3ff13016067810b3eac563d3ebf size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:07 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:33:07 4e82af1843cf: Preparing 01:33:07 635f5a50bc11: Preparing 01:33:07 d40226e49418: Preparing 01:33:07 c15d5cc10e04: Preparing 01:33:07 0f4ae92b5de1: Preparing 01:33:07 d1c8d1e67e1f: Preparing 01:33:07 035bd87a354d: Preparing 01:33:07 620d0770ba39: Preparing 01:33:07 097100c76c15: Preparing 01:33:07 d1c8d1e67e1f: Waiting 01:33:07 620d0770ba39: Waiting 01:33:07 097100c76c15: Waiting 01:33:07 035bd87a354d: Waiting 01:33:07 d40226e49418: Layer already exists 01:33:07 0f4ae92b5de1: Layer already exists 01:33:07 635f5a50bc11: Layer already exists 01:33:07 4e82af1843cf: Layer already exists 01:33:07 c15d5cc10e04: Layer already exists 01:33:07 d1c8d1e67e1f: Layer already exists 01:33:07 620d0770ba39: Layer already exists 01:33:07 035bd87a354d: Layer already exists 01:33:07 097100c76c15: Layer already exists 01:33:07 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:4c077aa71baedfec3794903ffbe600afddc4f3ff13016067810b3eac563d3ebf size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:08 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 01:33:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:33:08 4e82af1843cf: Preparing 01:33:08 635f5a50bc11: Preparing 01:33:08 d40226e49418: Preparing 01:33:08 c15d5cc10e04: Preparing 01:33:08 0f4ae92b5de1: Preparing 01:33:08 d1c8d1e67e1f: Preparing 01:33:08 035bd87a354d: Preparing 01:33:08 620d0770ba39: Preparing 01:33:08 097100c76c15: Preparing 01:33:08 d1c8d1e67e1f: Waiting 01:33:08 035bd87a354d: Waiting 01:33:08 620d0770ba39: Waiting 01:33:08 097100c76c15: Waiting 01:33:08 d40226e49418: Layer already exists 01:33:08 0f4ae92b5de1: Layer already exists 01:33:08 4e82af1843cf: Layer already exists 01:33:08 635f5a50bc11: Layer already exists 01:33:08 c15d5cc10e04: Layer already exists 01:33:08 d1c8d1e67e1f: Layer already exists 01:33:08 097100c76c15: Layer already exists 01:33:08 035bd87a354d: Layer already exists 01:33:08 620d0770ba39: Layer already exists 01:33:08 main: digest: sha256:4c077aa71baedfec3794903ffbe600afddc4f3ff13016067810b3eac563d3ebf size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:33:08 ===================================================== [Pipeline] echo 01:33:08 taggedImages: 01:33:08 - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:08 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:33:08 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:33:08 - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:08 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 01:33:08 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 01:33:08 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:08 latest 01:33:08 4.1.0-dev.42 01:33:08 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:08 main 01:33:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:08 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:33:09 ab0dbd6194a5: Preparing 01:33:09 a9dc067e7a1d: Preparing 01:33:09 c15d5cc10e04: Preparing 01:33:09 0f4ae92b5de1: Preparing 01:33:09 a1e92cee36c8: Preparing 01:33:09 3954f152bcd1: Preparing 01:33:09 097100c76c15: Preparing 01:33:09 097100c76c15: Waiting 01:33:09 3954f152bcd1: Waiting 01:33:09 0f4ae92b5de1: Layer already exists 01:33:09 c15d5cc10e04: Layer already exists 01:33:09 097100c76c15: Layer already exists 01:33:09 a1e92cee36c8: Pushed 01:33:09 ab0dbd6194a5: Pushed 01:33:09 3954f152bcd1: Pushed 01:33:13 a9dc067e7a1d: Pushed 01:33:13 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:7959395f31872b5af4580b810647732721d4748d58e18f0d7f85b4873d87ca68 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:13 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:14 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 01:33:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:33:14 ab0dbd6194a5: Preparing 01:33:14 a9dc067e7a1d: Preparing 01:33:14 c15d5cc10e04: Preparing 01:33:14 0f4ae92b5de1: Preparing 01:33:14 a1e92cee36c8: Preparing 01:33:14 3954f152bcd1: Preparing 01:33:14 097100c76c15: Preparing 01:33:14 3954f152bcd1: Waiting 01:33:14 097100c76c15: Waiting 01:33:14 c15d5cc10e04: Layer already exists 01:33:14 a9dc067e7a1d: Layer already exists 01:33:14 ab0dbd6194a5: Layer already exists 01:33:14 0f4ae92b5de1: Layer already exists 01:33:14 a1e92cee36c8: Layer already exists 01:33:14 3954f152bcd1: Layer already exists 01:33:14 097100c76c15: Layer already exists 01:33:14 latest: digest: sha256:7959395f31872b5af4580b810647732721d4748d58e18f0d7f85b4873d87ca68 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:14 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:14 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:33:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:33:14 ab0dbd6194a5: Preparing 01:33:14 a9dc067e7a1d: Preparing 01:33:14 c15d5cc10e04: Preparing 01:33:14 0f4ae92b5de1: Preparing 01:33:14 a1e92cee36c8: Preparing 01:33:14 3954f152bcd1: Preparing 01:33:14 097100c76c15: Preparing 01:33:14 3954f152bcd1: Waiting 01:33:14 097100c76c15: Waiting 01:33:14 c15d5cc10e04: Layer already exists 01:33:14 0f4ae92b5de1: Layer already exists 01:33:14 a1e92cee36c8: Layer already exists 01:33:14 ab0dbd6194a5: Layer already exists 01:33:14 a9dc067e7a1d: Layer already exists 01:33:14 3954f152bcd1: Layer already exists 01:33:14 097100c76c15: Layer already exists 01:33:14 4.1.0-dev.42: digest: sha256:7959395f31872b5af4580b810647732721d4748d58e18f0d7f85b4873d87ca68 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:15 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:15 + docker push nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:33:15 ab0dbd6194a5: Preparing 01:33:15 a9dc067e7a1d: Preparing 01:33:15 c15d5cc10e04: Preparing 01:33:15 0f4ae92b5de1: Preparing 01:33:15 a1e92cee36c8: Preparing 01:33:15 3954f152bcd1: Preparing 01:33:15 097100c76c15: Preparing 01:33:15 3954f152bcd1: Waiting 01:33:15 097100c76c15: Waiting 01:33:15 a1e92cee36c8: Layer already exists 01:33:15 c15d5cc10e04: Layer already exists 01:33:15 0f4ae92b5de1: Layer already exists 01:33:15 ab0dbd6194a5: Layer already exists 01:33:15 a9dc067e7a1d: Layer already exists 01:33:15 3954f152bcd1: Layer already exists 01:33:15 097100c76c15: Layer already exists 01:33:15 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:7959395f31872b5af4580b810647732721d4748d58e18f0d7f85b4873d87ca68 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:15 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:16 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 01:33:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:33:16 ab0dbd6194a5: Preparing 01:33:16 a9dc067e7a1d: Preparing 01:33:16 c15d5cc10e04: Preparing 01:33:16 0f4ae92b5de1: Preparing 01:33:16 a1e92cee36c8: Preparing 01:33:16 3954f152bcd1: Preparing 01:33:16 097100c76c15: Preparing 01:33:16 3954f152bcd1: Waiting 01:33:16 097100c76c15: Waiting 01:33:16 ab0dbd6194a5: Layer already exists 01:33:16 a1e92cee36c8: Layer already exists 01:33:16 a9dc067e7a1d: Layer already exists 01:33:16 0f4ae92b5de1: Layer already exists 01:33:16 c15d5cc10e04: Layer already exists 01:33:16 3954f152bcd1: Layer already exists 01:33:16 097100c76c15: Layer already exists 01:33:16 main: digest: sha256:7959395f31872b5af4580b810647732721d4748d58e18f0d7f85b4873d87ca68 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:33:16 ===================================================== [Pipeline] echo 01:33:16 taggedImages: 01:33:16 - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:16 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:33:16 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:33:16 - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:16 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 01:33:16 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 01:33:16 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:16 latest 01:33:16 4.1.0-dev.42 01:33:16 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:16 main 01:33:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:16 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:33:16 b094897b583c: Preparing 01:33:16 471328d13377: Preparing 01:33:16 c15d5cc10e04: Preparing 01:33:16 0f4ae92b5de1: Preparing 01:33:16 3b376ce1882f: Preparing 01:33:16 8ecdd6888fce: Preparing 01:33:16 097100c76c15: Preparing 01:33:16 8ecdd6888fce: Waiting 01:33:16 097100c76c15: Waiting 01:33:16 0f4ae92b5de1: Layer already exists 01:33:16 c15d5cc10e04: Layer already exists 01:33:16 097100c76c15: Layer already exists 01:33:16 3b376ce1882f: Pushed 01:33:16 b094897b583c: Pushed 01:33:17 8ecdd6888fce: Pushed 01:33:21 471328d13377: Pushed 01:33:21 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:fc6c1d1d2f7f66fe0b63730526ec335d85e4a8412076e7cd7c0f85ee5408c0cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:21 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:21 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:33:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:33:21 b094897b583c: Preparing 01:33:21 471328d13377: Preparing 01:33:21 c15d5cc10e04: Preparing 01:33:21 0f4ae92b5de1: Preparing 01:33:21 3b376ce1882f: Preparing 01:33:21 8ecdd6888fce: Preparing 01:33:21 097100c76c15: Preparing 01:33:21 8ecdd6888fce: Waiting 01:33:21 097100c76c15: Waiting 01:33:21 471328d13377: Layer already exists 01:33:21 3b376ce1882f: Layer already exists 01:33:21 c15d5cc10e04: Layer already exists 01:33:21 0f4ae92b5de1: Layer already exists 01:33:21 b094897b583c: Layer already exists 01:33:21 8ecdd6888fce: Layer already exists 01:33:21 097100c76c15: Layer already exists 01:33:21 latest: digest: sha256:fc6c1d1d2f7f66fe0b63730526ec335d85e4a8412076e7cd7c0f85ee5408c0cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:22 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:22 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:33:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:33:22 b094897b583c: Preparing 01:33:22 471328d13377: Preparing 01:33:22 c15d5cc10e04: Preparing 01:33:22 0f4ae92b5de1: Preparing 01:33:22 3b376ce1882f: Preparing 01:33:22 8ecdd6888fce: Preparing 01:33:22 097100c76c15: Preparing 01:33:22 097100c76c15: Waiting 01:33:22 8ecdd6888fce: Waiting 01:33:22 471328d13377: Layer already exists 01:33:22 0f4ae92b5de1: Layer already exists 01:33:22 b094897b583c: Layer already exists 01:33:22 3b376ce1882f: Layer already exists 01:33:22 c15d5cc10e04: Layer already exists 01:33:22 8ecdd6888fce: Layer already exists 01:33:22 097100c76c15: Layer already exists 01:33:22 4.1.0-dev.42: digest: sha256:fc6c1d1d2f7f66fe0b63730526ec335d85e4a8412076e7cd7c0f85ee5408c0cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:22 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:23 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:33:23 b094897b583c: Preparing 01:33:23 471328d13377: Preparing 01:33:23 c15d5cc10e04: Preparing 01:33:23 0f4ae92b5de1: Preparing 01:33:23 3b376ce1882f: Preparing 01:33:23 8ecdd6888fce: Preparing 01:33:23 097100c76c15: Preparing 01:33:23 8ecdd6888fce: Waiting 01:33:23 097100c76c15: Waiting 01:33:23 3b376ce1882f: Layer already exists 01:33:23 0f4ae92b5de1: Layer already exists 01:33:23 471328d13377: Layer already exists 01:33:23 c15d5cc10e04: Layer already exists 01:33:23 b094897b583c: Layer already exists 01:33:23 8ecdd6888fce: Layer already exists 01:33:23 097100c76c15: Layer already exists 01:33:23 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:fc6c1d1d2f7f66fe0b63730526ec335d85e4a8412076e7cd7c0f85ee5408c0cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:23 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:23 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 01:33:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:33:23 b094897b583c: Preparing 01:33:23 471328d13377: Preparing 01:33:23 c15d5cc10e04: Preparing 01:33:23 0f4ae92b5de1: Preparing 01:33:23 3b376ce1882f: Preparing 01:33:23 8ecdd6888fce: Preparing 01:33:23 097100c76c15: Preparing 01:33:23 8ecdd6888fce: Waiting 01:33:23 097100c76c15: Waiting 01:33:23 3b376ce1882f: Layer already exists 01:33:23 b094897b583c: Layer already exists 01:33:23 c15d5cc10e04: Layer already exists 01:33:23 0f4ae92b5de1: Layer already exists 01:33:23 471328d13377: Layer already exists 01:33:23 097100c76c15: Layer already exists 01:33:23 8ecdd6888fce: Layer already exists 01:33:23 main: digest: sha256:fc6c1d1d2f7f66fe0b63730526ec335d85e4a8412076e7cd7c0f85ee5408c0cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:33:23 ===================================================== [Pipeline] echo 01:33:23 taggedImages: 01:33:23 - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:23 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:33:23 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 01:33:23 ========================================================= 01:33:23 [edgeXBuildMultiArch] RAW Config: 01:33:23 images: 01:33:23 - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:23 - nexus3.edgexfoundry.org:10004/core-command:latest 01:33:23 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/core-command:main 01:33:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:33:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:33:23 - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:23 - nexus3.edgexfoundry.org:10004/core-data:latest 01:33:23 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/core-data:main 01:33:23 - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:23 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:33:23 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/core-keeper:main 01:33:23 - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:23 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:33:23 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/core-metadata:main 01:33:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:33:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:33:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:33:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:33:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:33:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:33:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:33:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:33:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:33:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:33:23 - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:23 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:33:23 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:33:23 - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:23 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:33:23 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/security-spire-config:main 01:33:23 - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:23 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:33:23 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/security-spire-server:main 01:33:23 - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:23 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:33:23 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/support-notifications:main 01:33:23 - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 01:33:23 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:33:23 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 01:33:23 - nexus3.edgexfoundry.org:10004/support-scheduler:main 01:33:23 settingsFile: 01:33:23 edgex-go-settings 01:33:23 ========================================================= [Pipeline] node 01:33:38 Still waiting to schedule task 01:33:38 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:34:07 Running on prd-centos7-docker-4c-2g-6072 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:34:07 provisioning config files... 01:34:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config17426470794602802700tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:34:09 ---> ****-login.sh 01:34:09 nexus3.edgexfoundry.org:10001 07:22:53 Cancelling nested steps due to timeout 07:22:53 Sending interrupt signal to process 07:23:05 script returned exit code 143 [Pipeline] } 07:23:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 07:23:06 + '[' -d /w/workspace/edgex-go/878/archives ']' [Pipeline] libraryResource [Pipeline] sh 07:23:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:23:07 ---> package-listing.sh 07:23:07 ++ facter osfamily 07:23:07 ++ tr '[:upper:]' '[:lower:]' 07:23:07 + OS_FAMILY=redhat 07:23:07 + workspace=/w/workspace/edgex-go/878 07:23:07 + START_PACKAGES=/tmp/packages_start.txt 07:23:07 + END_PACKAGES=/tmp/packages_end.txt 07:23:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:23:07 + PACKAGES=/tmp/packages_start.txt 07:23:07 + '[' /w/workspace/edgex-go/878 ']' 07:23:07 + PACKAGES=/tmp/packages_end.txt 07:23:07 + case "${OS_FAMILY}" in 07:23:07 + rpm -qa 07:23:07 + sort 07:23:08 + '[' -f /tmp/packages_start.txt ']' 07:23:08 + '[' -f /tmp/packages_end.txt ']' 07:23:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:23:08 + '[' /w/workspace/edgex-go/878 ']' 07:23:08 + mkdir -p /w/workspace/edgex-go/878/archives/ 07:23:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/878/archives/ [Pipeline] echo 07:23:08 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/878/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:23:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:23:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:23:08 07:23:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:23:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:23:09 latest: Pulling from edgex-lftools-log-publisher 07:23:09 5eb5b503b376: Pulling fs layer 07:23:09 5c69ac0246d0: Pulling fs layer 07:23:09 ec43610c2a17: Pulling fs layer 07:23:09 3a2ae6a8a46f: Pulling fs layer 07:23:09 33b1e0a273af: Pulling fs layer 07:23:09 5d3b04190fa2: Pulling fs layer 07:23:09 2f39f015ded8: Pulling fs layer 07:23:09 3a2ae6a8a46f: Waiting 07:23:09 33b1e0a273af: Waiting 07:23:09 5d3b04190fa2: Waiting 07:23:09 2f39f015ded8: Waiting 07:23:09 5c69ac0246d0: Download complete 07:23:09 3a2ae6a8a46f: Verifying Checksum 07:23:09 3a2ae6a8a46f: Download complete 07:23:09 33b1e0a273af: Verifying Checksum 07:23:09 33b1e0a273af: Download complete 07:23:09 5d3b04190fa2: Verifying Checksum 07:23:09 5d3b04190fa2: Download complete 07:23:09 ec43610c2a17: Verifying Checksum 07:23:09 ec43610c2a17: Download complete 07:23:09 5eb5b503b376: Verifying Checksum 07:23:09 5eb5b503b376: Download complete 07:23:10 2f39f015ded8: Verifying Checksum 07:23:10 2f39f015ded8: Download complete 07:23:11 5eb5b503b376: Pull complete 07:23:11 5c69ac0246d0: Pull complete 07:23:11 ec43610c2a17: Pull complete 07:23:11 3a2ae6a8a46f: Pull complete 07:23:11 33b1e0a273af: Pull complete 07:23:11 5d3b04190fa2: Pull complete 07:23:16 2f39f015ded8: Pull complete 07:23:16 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:23:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:23:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:23:16 prd-centos7-docker-4c-2g-6072 does not seem to be running inside a container 07:23:16 $ 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/878/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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:23:19 $ docker top 9098dd783667cb5a5f03799c4c9930efb8d13dde1826ca9f7719900b3f573d80 -eo pid,comm [Pipeline] { [Pipeline] sh 07:23:20 + touch /tmp/pre-build-complete [Pipeline] sh 07:23:20 + mkdir -p /var/log/sysstat [Pipeline] sh 07:23:20 + ls /var/log/sa-host 07:23:20 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:23:20 provisioning config files... 07:23:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config3784307146773716310tmp [Pipeline] { [Pipeline] echo 07:23:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:23:21 ---> create-netrc.sh [Pipeline] } 07:23:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:23:21 ---> python-tools-install.sh [Pipeline] echo 07:23:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:23:21 ---> sudo-logs.sh 07:23:21 Archiving 'sudo' log.. 07:23:21 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:23:21 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 07:23:21 $ docker stop --time=1 9098dd783667cb5a5f03799c4c9930efb8d13dde1826ca9f7719900b3f573d80 07:23:23 $ docker rm -f --volumes 9098dd783667cb5a5f03799c4c9930efb8d13dde1826ca9f7719900b3f573d80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 07:23:23 [WS-CLEANUP] Deleting project workspace... 07:23:23 [WS-CLEANUP] Deferred wipeout is used... 07:23:23 [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] } 07:23:23 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 07:23:24 + [ -d /w/workspace/edgex-go/878/archives ] [Pipeline] libraryResource [Pipeline] sh 07:23:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:23:25 ---> package-listing.sh 07:23:25 ++ facter osfamily 07:23:25 ++ tr '[:upper:]' '[:lower:]' 07:23:25 + OS_FAMILY=debian 07:23:25 + workspace=/w/workspace/edgex-go/878 07:23:25 + START_PACKAGES=/tmp/packages_start.txt 07:23:25 + END_PACKAGES=/tmp/packages_end.txt 07:23:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:23:25 + PACKAGES=/tmp/packages_start.txt 07:23:25 + '[' /w/workspace/edgex-go/878 ']' 07:23:25 + PACKAGES=/tmp/packages_end.txt 07:23:25 + case "${OS_FAMILY}" in 07:23:25 + dpkg -l 07:23:25 + grep '^ii' 07:23:25 + '[' -f /tmp/packages_start.txt ']' 07:23:25 + '[' -f /tmp/packages_end.txt ']' 07:23:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:23:25 + '[' /w/workspace/edgex-go/878 ']' 07:23:25 + mkdir -p /w/workspace/edgex-go/878/archives/ 07:23:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/878/archives/ [Pipeline] echo 07:23:25 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/878/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:23:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:23:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:23:26 07:23:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:23:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:23:26 latest: Pulling from edgex-lftools-log-publisher 07:23:26 5eb5b503b376: Pulling fs layer 07:23:26 5c69ac0246d0: Pulling fs layer 07:23:26 ec43610c2a17: Pulling fs layer 07:23:26 3a2ae6a8a46f: Pulling fs layer 07:23:26 33b1e0a273af: Pulling fs layer 07:23:26 5d3b04190fa2: Pulling fs layer 07:23:26 2f39f015ded8: Pulling fs layer 07:23:26 33b1e0a273af: Waiting 07:23:26 5d3b04190fa2: Waiting 07:23:26 2f39f015ded8: Waiting 07:23:26 3a2ae6a8a46f: Waiting 07:23:26 5c69ac0246d0: Verifying Checksum 07:23:26 5c69ac0246d0: Download complete 07:23:26 3a2ae6a8a46f: Download complete 07:23:26 33b1e0a273af: Verifying Checksum 07:23:26 33b1e0a273af: Download complete 07:23:26 ec43610c2a17: Verifying Checksum 07:23:26 ec43610c2a17: Download complete 07:23:26 5d3b04190fa2: Verifying Checksum 07:23:26 5d3b04190fa2: Download complete 07:23:26 5eb5b503b376: Verifying Checksum 07:23:26 5eb5b503b376: Download complete 07:23:27 2f39f015ded8: Download complete 07:23:28 5eb5b503b376: Pull complete 07:23:28 5c69ac0246d0: Pull complete 07:23:28 ec43610c2a17: Pull complete 07:23:28 3a2ae6a8a46f: Pull complete 07:23:28 33b1e0a273af: Pull complete 07:23:28 5d3b04190fa2: Pull complete 07:23:34 2f39f015ded8: Pull complete 07:23:34 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:23:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:23:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:23:34 prd-ubuntu20.04-docker-8c-8g-6062 does not seem to be running inside a container 07:23:34 $ 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/878/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/878 -v /w/workspace/edgex-go/878:/w/workspace/edgex-go/878:rw,z -v /w/workspace/edgex-go/878@tmp:/w/workspace/edgex-go/878@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 07:23:35 $ docker top e197974a18ea8d05314b4a8ad0fce5eb08e52ad2e7f407609e8993070b8b1e12 -eo pid,comm [Pipeline] { [Pipeline] sh 07:23:36 + touch /tmp/pre-build-complete [Pipeline] sh 07:23:36 + mkdir -p /var/log/sysstat [Pipeline] sh 07:23:36 + ls /var/log/sa-host 07:23:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:23:36 provisioning config files... 07:23:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/878@tmp/config445616275280260307tmp [Pipeline] { [Pipeline] echo 07:23:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:23:37 ---> create-netrc.sh [Pipeline] } 07:23:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:23:37 ---> python-tools-install.sh [Pipeline] echo 07:23:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:23:37 ---> sudo-logs.sh 07:23:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:23:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:23:38 ---> job-cost.sh 07:23:38 lf-activate-venv: SKIPPING 07:23:38 DEBUG: total: 0.10999999940395355 07:23:38 INFO: Retrieving Stack Cost... 07:23:38 INFO: Retrieving Pricing Info for: v3-standard-8 07:23:38 INFO: Archiving Costs [Pipeline] echo 07:23:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:23:39 ---> logs-deploy.sh 07:23:39 lf-activate-venv: SKIPPING 07:23:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/878 07:23:39 INFO: archiving workspace using pattern(s): 07:23:40 Archives upload complete. 07:23:40 INFO: archiving logs to Nexus 07:23:41 ---> uname -a: 07:23:41 Linux prd-ubuntu20-04-docker-8c-8g-6062 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 07:23:41 07:23:41 07:23:41 ---> lscpu: 07:23:41 Architecture: x86_64 07:23:41 CPU op-mode(s): 32-bit, 64-bit 07:23:41 Byte Order: Little Endian 07:23:41 Address sizes: 40 bits physical, 48 bits virtual 07:23:41 CPU(s): 8 07:23:41 On-line CPU(s) list: 0-7 07:23:41 Thread(s) per core: 1 07:23:41 Core(s) per socket: 1 07:23:41 Socket(s): 8 07:23:41 NUMA node(s): 1 07:23:41 Vendor ID: AuthenticAMD 07:23:41 CPU family: 23 07:23:41 Model: 49 07:23:41 Model name: AMD EPYC-Rome Processor 07:23:41 Stepping: 0 07:23:41 CPU MHz: 2799.998 07:23:41 BogoMIPS: 5599.99 07:23:41 Virtualization: AMD-V 07:23:41 Hypervisor vendor: KVM 07:23:41 Virtualization type: full 07:23:41 L1d cache: 256 KiB 07:23:41 L1i cache: 256 KiB 07:23:41 L2 cache: 4 MiB 07:23:41 L3 cache: 128 MiB 07:23:41 NUMA node0 CPU(s): 0-7 07:23:41 Vulnerability Gather data sampling: Not affected 07:23:41 Vulnerability Itlb multihit: Not affected 07:23:41 Vulnerability L1tf: Not affected 07:23:41 Vulnerability Mds: Not affected 07:23:41 Vulnerability Meltdown: Not affected 07:23:41 Vulnerability Mmio stale data: Not affected 07:23:41 Vulnerability Retbleed: Vulnerable 07:23:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:23:41 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:23:41 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 07:23:41 Vulnerability Srbds: Not affected 07:23:41 Vulnerability Tsx async abort: Not affected 07:23:41 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 07:23:41 07:23:41 07:23:41 ---> nproc: 07:23:41 8 07:23:41 07:23:41 07:23:41 ---> df -h: 07:23:41 Filesystem Size Used Avail Use% Mounted on 07:23:41 overlay 155G 32G 124G 21% / 07:23:41 tmpfs 64M 0 64M 0% /dev 07:23:41 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:23:41 shm 64M 0 64M 0% /dev/shm 07:23:41 /dev/vda1 155G 32G 124G 21% /facter-os 07:23:41 07:23:41 07:23:41 ---> sar -b -r -n DEV: 07:23:41 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-6062) 08/01/25 _x86_64_ (8 CPU) 07:23:41 07:23:41 01:22:03 LINUX RESTART (8 CPU) 07:23:41 07:23:41 01:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:23:41 01:24:01 210.48 13.26 197.22 0.00 2135.11 64820.66 0.00 07:23:41 01:25:01 33.23 0.05 33.18 0.00 0.40 32622.85 0.00 07:23:41 01:26:01 51.93 0.15 51.78 0.00 2.13 23596.13 0.00 07:23:41 01:27:01 206.14 0.08 206.06 0.00 5.71 166247.65 0.00 07:23:41 01:28:01 873.19 22.66 850.52 0.00 2688.22 240174.50 0.00 07:23:41 01:29:01 284.41 1.22 283.19 0.00 13.86 158255.11 0.00 07:23:41 01:30:01 371.58 0.07 371.51 0.00 0.53 133342.49 0.00 07:23:41 01:31:01 400.40 0.02 400.38 0.00 0.13 151756.08 0.00 07:23:41 01:32:01 355.12 0.00 355.12 0.00 0.00 20901.32 0.00 07:23:41 01:33:01 18.64 0.05 18.59 0.00 6.80 454.65 0.00 07:23:41 01:34:01 12.83 0.00 12.83 0.00 0.00 353.14 0.00 07:23:41 01:35:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 07:23:41 01:36:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 07:23:41 01:37:01 1.68 0.00 1.68 0.00 0.00 19.73 0.00 07:23:41 01:38:01 1.88 0.02 1.87 0.00 0.13 24.13 0.00 07:23:41 01:39:01 1.32 0.00 1.32 0.00 0.00 16.40 0.00 07:23:41 01:40:01 0.90 0.00 0.90 0.00 0.00 9.47 0.00 07:23:41 01:41:01 1.58 0.00 1.58 0.00 0.00 18.26 0.00 07:23:41 01:42:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 07:23:41 01:43:01 1.50 0.00 1.50 0.00 0.00 17.20 0.00 07:23:41 01:44:01 1.17 0.00 1.17 0.00 0.00 12.66 0.00 07:23:41 01:45:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 07:23:41 01:46:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 07:23:41 01:47:01 1.37 0.00 1.37 0.00 0.00 15.86 0.00 07:23:41 01:48:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 07:23:41 01:49:01 1.57 0.00 1.57 0.00 0.00 17.33 0.00 07:23:41 01:50:01 0.92 0.00 0.92 0.00 0.00 9.60 0.00 07:23:41 01:51:01 1.15 0.00 1.15 0.00 0.00 14.00 0.00 07:23:41 01:52:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 07:23:41 01:53:01 1.25 0.00 1.25 0.00 0.00 14.53 0.00 07:23:41 01:54:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 07:23:41 01:55:01 1.23 0.00 1.23 0.00 0.00 14.53 0.00 07:23:41 01:56:02 0.95 0.00 0.95 0.00 0.00 10.80 0.00 07:23:41 01:57:01 1.41 0.00 1.41 0.00 0.00 15.45 0.00 07:23:41 01:58:01 1.05 0.00 1.05 0.00 0.00 13.20 0.00 07:23:41 01:59:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 07:23:41 02:00:01 0.93 0.00 0.93 0.00 0.00 9.87 0.00 07:23:41 02:01:01 1.27 0.00 1.27 0.00 0.00 15.06 0.00 07:23:41 02:02:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 07:23:41 02:03:01 1.78 0.00 1.78 0.00 0.00 20.66 0.00 07:23:41 02:04:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 07:23:41 02:05:01 1.32 0.00 1.32 0.00 0.00 15.33 0.00 07:23:41 02:06:01 1.07 0.00 1.07 0.00 0.00 11.99 0.00 07:23:41 02:07:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 07:23:41 02:08:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 07:23:41 02:09:01 1.40 0.00 1.40 0.00 0.00 16.40 0.00 07:23:41 02:10:01 1.28 0.30 0.98 0.00 16.80 11.20 0.00 07:23:41 02:11:01 2.95 1.40 1.55 0.00 28.92 19.73 0.00 07:23:41 02:12:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 07:23:41 02:13:01 1.48 0.00 1.48 0.00 0.00 18.40 0.00 07:23:41 02:14:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 07:23:41 02:15:01 1.20 0.00 1.20 0.00 0.00 14.93 0.00 07:23:41 02:16:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 07:23:41 02:17:01 1.58 0.02 1.57 0.00 0.13 17.73 0.00 07:23:41 02:18:01 1.52 0.00 1.52 0.00 0.00 17.86 0.00 07:23:41 02:19:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 07:23:41 02:20:01 0.98 0.00 0.98 0.00 0.00 11.73 0.00 07:23:41 02:21:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 07:23:41 02:22:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 07:23:41 02:23:01 1.58 0.00 1.58 0.00 0.00 18.53 0.00 07:23:41 02:24:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 07:23:41 02:25:01 1.22 0.00 1.22 0.00 0.00 15.33 0.00 07:23:41 02:26:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 07:23:41 02:27:01 1.18 0.00 1.18 0.00 0.00 14.80 0.00 07:23:41 02:28:01 1.23 0.00 1.23 0.00 0.00 14.40 0.00 07:23:41 02:29:01 1.27 0.00 1.27 0.00 0.00 15.46 0.00 07:23:41 02:30:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 07:23:41 02:31:01 1.57 0.00 1.57 0.00 0.00 18.53 0.00 07:23:41 02:32:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 07:23:41 02:33:01 1.45 0.00 1.45 0.00 0.00 17.99 0.00 07:23:41 02:34:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 07:23:41 02:35:01 1.38 0.00 1.38 0.00 0.00 17.20 0.00 07:23:41 02:36:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 07:23:41 02:37:01 1.20 0.00 1.20 0.00 0.00 15.19 0.00 07:23:41 02:38:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 07:23:41 02:39:01 1.25 0.00 1.25 0.00 0.00 15.33 0.00 07:23:41 02:40:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 07:23:41 02:41:01 1.27 0.00 1.27 0.00 0.00 16.00 0.00 07:23:41 02:42:01 1.07 0.00 1.07 0.00 0.00 11.20 0.00 07:23:41 02:43:01 1.32 0.00 1.32 0.00 0.00 16.93 0.00 07:23:41 02:44:01 1.12 0.00 1.12 0.00 0.00 11.86 0.00 07:23:41 02:45:01 1.23 0.00 1.23 0.00 0.00 15.20 0.00 07:23:41 02:46:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 07:23:41 02:47:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 07:23:41 02:48:01 1.12 0.00 1.12 0.00 0.00 13.46 0.00 07:23:41 02:49:01 1.47 0.00 1.47 0.00 0.00 17.33 0.00 07:23:41 02:50:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 07:23:41 02:51:01 1.23 0.00 1.23 0.00 0.00 15.33 0.00 07:23:41 02:52:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 07:23:41 02:53:01 1.37 0.00 1.37 0.00 0.00 17.46 0.00 07:23:41 02:54:01 1.12 0.00 1.12 0.00 0.00 11.86 0.00 07:23:41 02:55:01 1.27 0.00 1.27 0.00 0.00 15.60 0.00 07:23:41 02:56:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 07:23:41 02:57:01 1.23 0.00 1.23 0.00 0.00 14.93 0.00 07:23:41 02:58:01 0.92 0.00 0.92 0.00 0.00 10.80 0.00 07:23:41 02:59:01 1.15 0.00 1.15 0.00 0.00 14.66 0.00 07:23:41 03:00:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 07:23:41 03:01:01 1.20 0.00 1.20 0.00 0.00 14.93 0.00 07:23:41 03:02:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 07:23:41 03:03:01 1.33 0.00 1.33 0.00 0.00 16.66 0.00 07:23:41 03:04:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 07:23:41 03:05:01 1.37 0.00 1.37 0.00 0.00 16.39 0.00 07:23:41 03:06:01 0.95 0.00 0.95 0.00 0.00 10.93 0.00 07:23:41 03:07:01 1.40 0.00 1.40 0.00 0.00 15.73 0.00 07:23:41 03:08:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 07:23:41 03:09:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 07:23:41 03:10:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 07:23:41 03:11:01 1.57 0.00 1.57 0.00 0.00 17.60 0.00 07:23:41 03:12:02 1.12 0.00 1.12 0.00 0.00 12.66 0.00 07:23:41 03:13:01 1.25 0.00 1.25 0.00 0.00 15.73 0.00 07:23:41 03:14:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 07:23:41 03:15:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 07:23:41 03:16:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 07:23:41 03:17:01 1.45 0.00 1.45 0.00 0.00 17.20 0.00 07:23:41 03:18:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 07:23:41 03:19:01 1.32 0.00 1.32 0.00 0.00 15.73 0.00 07:23:41 03:20:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 07:23:41 03:21:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 07:23:41 03:22:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 07:23:41 03:23:01 1.37 0.00 1.37 0.00 0.00 17.06 0.00 07:23:41 03:24:01 1.23 0.00 1.23 0.00 0.00 12.66 0.00 07:23:41 03:25:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 07:23:41 03:26:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 07:23:41 03:27:01 1.30 0.00 1.30 0.00 0.00 15.86 0.00 07:23:41 03:28:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 07:23:41 03:29:01 1.55 0.00 1.55 0.00 0.00 18.00 0.00 07:23:41 03:30:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 07:23:41 03:31:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 07:23:41 03:32:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 07:23:41 03:33:01 1.47 0.00 1.47 0.00 0.00 17.20 0.00 07:23:41 03:34:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 07:23:41 03:35:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 07:23:41 03:36:01 1.13 0.00 1.13 0.00 0.00 12.00 0.00 07:23:41 03:37:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 07:23:41 03:38:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 07:23:41 03:39:01 1.47 0.00 1.47 0.00 0.00 16.66 0.00 07:23:41 03:40:01 0.92 0.00 0.92 0.00 0.00 10.93 0.00 07:23:41 03:41:01 1.38 0.00 1.38 0.00 0.00 15.46 0.00 07:23:41 03:42:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 07:23:41 03:43:01 1.60 0.00 1.60 0.00 0.00 18.40 0.00 07:23:41 03:44:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 07:23:41 03:45:01 1.27 0.00 1.27 0.00 0.00 15.59 0.00 07:23:41 03:46:01 1.15 0.00 1.15 0.00 0.00 11.86 0.00 07:23:41 03:47:01 1.27 0.00 1.27 0.00 0.00 15.06 0.00 07:23:41 03:48:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 07:23:41 03:49:01 1.42 0.00 1.42 0.00 0.00 17.19 0.00 07:23:41 03:50:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 07:23:41 03:51:01 1.45 0.00 1.45 0.00 0.00 17.20 0.00 07:23:41 03:52:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 07:23:41 03:53:01 1.37 0.00 1.37 0.00 0.00 17.20 0.00 07:23:41 03:54:01 1.25 0.00 1.25 0.00 0.00 14.13 0.00 07:23:41 03:55:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 07:23:41 03:56:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 07:23:41 03:57:01 1.27 0.00 1.27 0.00 0.00 16.26 0.00 07:23:41 03:58:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 07:23:41 03:59:01 1.60 0.00 1.60 0.00 0.00 18.93 0.00 07:23:41 04:00:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 07:23:41 04:01:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 07:23:41 04:02:01 0.97 0.00 0.97 0.00 0.00 11.46 0.00 07:23:41 04:03:01 1.57 0.00 1.57 0.00 0.00 18.66 0.00 07:23:41 04:04:01 1.17 0.00 1.17 0.00 0.00 13.06 0.00 07:23:41 04:05:01 1.48 0.00 1.48 0.00 0.00 17.86 0.00 07:23:41 04:06:01 1.12 0.00 1.12 0.00 0.00 11.86 0.00 07:23:41 04:07:01 1.43 0.00 1.43 0.00 0.00 17.06 0.00 07:23:41 04:08:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 07:23:41 04:09:01 1.42 0.00 1.42 0.00 0.00 17.46 0.00 07:23:41 04:10:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 07:23:41 04:11:01 1.37 0.00 1.37 0.00 0.00 16.39 0.00 07:23:41 04:12:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 07:23:41 04:13:01 1.45 0.00 1.45 0.00 0.00 18.66 0.00 07:23:41 04:14:01 1.25 0.00 1.25 0.00 0.00 15.06 0.00 07:23:41 04:15:01 1.32 0.00 1.32 0.00 0.00 16.13 0.00 07:23:41 04:16:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 07:23:41 04:17:01 1.38 0.00 1.38 0.00 0.00 17.60 0.00 07:23:41 04:18:01 1.23 0.00 1.23 0.00 0.00 12.93 0.00 07:23:41 04:19:01 1.48 0.00 1.48 0.00 0.00 18.40 0.00 07:23:41 04:20:01 0.97 0.00 0.97 0.00 0.00 11.33 0.00 07:23:41 04:21:01 1.47 0.00 1.47 0.00 0.00 17.46 0.00 07:23:41 04:22:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 07:23:41 04:23:01 1.57 0.00 1.57 0.00 0.00 17.73 0.00 07:23:41 04:24:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 07:23:41 04:25:01 1.62 0.00 1.62 0.00 0.00 18.66 0.00 07:23:41 04:26:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 07:23:41 04:27:01 1.43 0.00 1.43 0.00 0.00 17.20 0.00 07:23:41 04:28:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 07:23:41 04:29:01 1.45 0.00 1.45 0.00 0.00 18.40 0.00 07:23:41 04:30:01 1.35 0.00 1.35 0.00 0.00 15.06 0.00 07:23:41 04:31:01 1.35 0.00 1.35 0.00 0.00 16.66 0.00 07:23:41 04:32:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 07:23:41 04:33:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 07:23:41 04:34:01 1.23 0.00 1.23 0.00 0.00 14.53 0.00 07:23:41 04:35:01 1.42 0.00 1.42 0.00 0.00 17.33 0.00 07:23:41 04:36:02 1.05 0.00 1.05 0.00 0.00 11.60 0.00 07:23:41 04:37:01 1.36 0.00 1.36 0.00 0.00 16.81 0.00 07:23:41 04:38:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 07:23:41 04:39:01 1.28 0.00 1.28 0.00 0.00 16.79 0.00 07:23:41 04:40:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 07:23:41 04:41:01 1.50 0.00 1.50 0.00 0.00 17.06 0.00 07:23:41 04:42:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 07:23:41 04:43:01 1.52 0.00 1.52 0.00 0.00 17.60 0.00 07:23:41 04:44:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 07:23:41 04:45:01 1.55 0.00 1.55 0.00 0.00 18.40 0.00 07:23:41 04:46:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 07:23:41 04:47:01 1.32 0.00 1.32 0.00 0.00 17.33 0.00 07:23:41 04:48:01 1.13 0.00 1.13 0.00 0.00 12.13 0.00 07:23:41 04:49:01 1.35 0.00 1.35 0.00 0.00 17.06 0.00 07:23:41 04:50:01 1.32 0.00 1.32 0.00 0.00 14.93 0.00 07:23:41 04:51:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 07:23:41 04:52:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 07:23:41 04:53:01 1.42 0.00 1.42 0.00 0.00 16.93 0.00 07:23:41 04:54:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 07:23:41 04:55:01 1.55 0.00 1.55 0.00 0.00 19.20 0.00 07:23:41 04:56:01 1.07 0.00 1.07 0.00 0.00 11.20 0.00 07:23:41 04:57:01 1.28 0.00 1.28 0.00 0.00 16.00 0.00 07:23:41 04:58:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 07:23:41 04:59:01 1.40 0.00 1.40 0.00 0.00 17.20 0.00 07:23:41 05:00:01 1.07 0.00 1.07 0.00 0.00 12.66 0.00 07:23:41 05:01:01 1.55 0.02 1.53 0.00 3.47 17.20 0.00 07:23:41 05:02:01 0.90 0.00 0.90 0.00 0.00 10.66 0.00 07:23:41 05:03:01 1.52 0.00 1.52 0.00 0.00 17.19 0.00 07:23:41 05:04:01 1.03 0.00 1.03 0.00 0.00 12.53 0.00 07:23:41 05:05:01 1.65 0.00 1.65 0.00 0.00 19.59 0.00 07:23:41 05:06:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 07:23:41 05:07:01 1.50 0.00 1.50 0.00 0.00 18.40 0.00 07:23:41 05:08:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 07:23:41 05:09:01 1.55 0.00 1.55 0.00 0.00 18.13 0.00 07:23:41 05:10:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 07:23:41 05:11:01 1.57 0.00 1.57 0.00 0.00 18.66 0.00 07:23:41 05:12:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 07:23:41 05:13:01 1.42 0.00 1.42 0.00 0.00 17.20 0.00 07:23:41 05:14:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 07:23:41 05:15:01 1.53 0.00 1.53 0.00 0.00 18.26 0.00 07:23:41 05:16:01 1.13 0.00 1.13 0.00 0.00 12.13 0.00 07:23:41 05:17:01 1.37 0.00 1.37 0.00 0.00 17.06 0.00 07:23:41 05:18:01 1.28 0.00 1.28 0.00 0.00 13.73 0.00 07:23:41 05:19:01 1.47 0.00 1.47 0.00 0.00 18.13 0.00 07:23:41 05:20:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 07:23:41 05:21:01 1.40 0.00 1.40 0.00 0.00 17.46 0.00 07:23:41 05:22:01 1.15 0.00 1.15 0.00 0.00 12.26 0.00 07:23:41 05:23:01 1.37 0.00 1.37 0.00 0.00 16.39 0.00 07:23:41 05:24:01 1.05 0.00 1.05 0.00 0.00 12.26 0.00 07:23:41 05:25:01 1.47 0.00 1.47 0.00 0.00 17.20 0.00 07:23:41 05:26:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 07:23:41 05:27:01 1.45 0.00 1.45 0.00 0.00 17.06 0.00 07:23:41 05:28:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 07:23:41 05:29:01 1.30 0.00 1.30 0.00 0.00 16.26 0.00 07:23:41 05:30:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 07:23:41 05:31:01 1.57 0.00 1.57 0.00 0.00 18.26 0.00 07:23:41 05:32:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 07:23:41 05:33:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 07:23:41 05:34:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 07:23:41 05:35:01 1.62 0.00 1.62 0.00 0.00 19.06 0.00 07:23:41 05:36:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 07:23:41 05:37:01 1.57 0.00 1.57 0.00 0.00 18.66 0.00 07:23:41 05:38:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 07:23:41 05:39:01 1.48 0.00 1.48 0.00 0.00 17.46 0.00 07:23:41 05:40:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 07:23:41 05:41:01 1.53 0.00 1.53 0.00 0.00 18.53 0.00 07:23:41 05:42:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 07:23:41 05:43:01 1.52 0.00 1.52 0.00 0.00 17.46 0.00 07:23:41 05:44:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 07:23:41 05:45:01 1.47 0.00 1.47 0.00 0.00 17.73 0.00 07:23:41 05:46:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 07:23:41 05:47:01 1.77 0.00 1.77 0.00 0.00 19.99 0.00 07:23:41 05:48:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 07:23:41 05:49:01 1.53 0.00 1.53 0.00 0.00 17.73 0.00 07:23:41 05:50:01 1.17 0.00 1.17 0.00 0.00 12.66 0.00 07:23:41 05:51:01 1.43 0.00 1.43 0.00 0.00 16.80 0.00 07:23:41 05:52:01 1.15 0.00 1.15 0.00 0.00 12.13 0.00 07:23:41 05:53:01 1.42 0.00 1.42 0.00 0.00 17.99 0.00 07:23:41 05:54:01 1.22 0.00 1.22 0.00 0.00 13.06 0.00 07:23:41 05:55:02 1.50 0.00 1.50 0.00 0.00 17.59 0.00 07:23:41 05:56:01 1.14 0.00 1.14 0.00 0.00 11.79 0.00 07:23:41 05:57:01 1.55 0.00 1.55 0.00 0.00 18.00 0.00 07:23:41 05:58:01 1.00 0.00 1.00 0.00 0.00 10.53 0.00 07:23:41 05:59:01 1.38 0.00 1.38 0.00 0.00 16.40 0.00 07:23:41 06:00:01 0.98 0.00 0.98 0.00 0.00 10.40 0.00 07:23:41 06:01:01 1.92 0.00 1.92 0.00 0.00 21.86 0.00 07:23:41 06:02:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 07:23:41 06:03:01 1.57 0.00 1.57 0.00 0.00 17.86 0.00 07:23:41 06:04:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 07:23:41 06:05:01 1.55 0.00 1.55 0.00 0.00 17.73 0.00 07:23:41 06:06:01 1.43 0.00 1.43 0.00 0.00 16.00 0.00 07:23:41 06:07:01 1.45 0.00 1.45 0.00 0.00 17.73 0.00 07:23:41 06:08:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 07:23:41 06:09:01 1.77 0.00 1.77 0.00 0.00 20.53 0.00 07:23:41 06:10:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 07:23:41 06:11:01 1.57 0.00 1.57 0.00 0.00 19.46 0.00 07:23:41 06:12:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 07:23:41 06:13:01 1.65 0.00 1.65 0.00 0.00 20.80 0.00 07:23:41 06:14:01 1.20 0.00 1.20 0.00 0.00 12.93 0.00 07:23:41 06:15:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 07:23:41 06:16:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 07:23:41 06:17:01 1.47 0.00 1.47 0.00 0.00 16.80 0.00 07:23:41 06:18:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 07:23:41 06:19:01 1.55 0.00 1.55 0.00 0.00 18.26 0.00 07:23:41 06:20:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 07:23:41 06:21:01 1.62 0.00 1.62 0.00 0.00 20.26 0.00 07:23:41 06:22:01 1.12 0.00 1.12 0.00 0.00 11.73 0.00 07:23:41 06:23:01 1.57 0.00 1.57 0.00 0.00 18.80 0.00 07:23:41 06:24:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 07:23:41 06:25:01 1.35 0.00 1.35 0.00 0.00 16.66 0.00 07:23:41 06:26:01 4.78 2.26 2.53 0.00 36.42 81.21 0.00 07:23:41 06:27:01 1.40 0.00 1.40 0.00 0.00 16.26 0.00 07:23:41 06:28:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 07:23:41 06:29:01 1.45 0.00 1.45 0.00 0.00 18.00 0.00 07:23:41 06:30:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 07:23:41 06:31:01 1.67 0.00 1.67 0.00 0.00 20.00 0.00 07:23:41 06:32:01 1.10 0.00 1.10 0.00 0.00 11.60 0.00 07:23:41 06:33:01 15.16 2.10 13.06 0.00 1977.80 2626.90 0.00 07:23:41 06:34:01 1.52 0.00 1.52 0.00 0.00 16.66 0.00 07:23:41 06:35:01 1.68 0.00 1.68 0.00 0.00 19.33 0.00 07:23:41 06:36:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 07:23:41 06:37:01 1.78 0.00 1.78 0.00 0.00 20.80 0.00 07:23:41 06:38:01 1.38 0.00 1.38 0.00 0.00 23.06 0.00 07:23:41 06:39:01 1.60 0.00 1.60 0.00 0.00 19.06 0.00 07:23:41 06:40:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 07:23:41 06:41:01 1.70 0.00 1.70 0.00 0.00 19.73 0.00 07:23:41 06:42:01 1.12 0.00 1.12 0.00 0.00 11.73 0.00 07:23:41 06:43:01 1.55 0.00 1.55 0.00 0.00 18.26 0.00 07:23:41 06:44:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 07:23:41 06:45:01 1.52 0.00 1.52 0.00 0.00 17.86 0.00 07:23:41 06:46:01 1.20 0.00 1.20 0.00 0.00 13.60 0.00 07:23:41 06:47:01 1.73 0.00 1.73 0.00 0.00 19.73 0.00 07:23:41 06:48:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 07:23:41 06:49:01 1.75 0.00 1.75 0.00 0.00 20.26 0.00 07:23:41 06:50:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 07:23:41 06:51:01 1.58 0.00 1.58 0.00 0.00 19.33 0.00 07:23:41 06:52:01 1.10 0.02 1.08 0.00 0.13 11.20 0.00 07:23:41 06:53:01 2.13 0.00 2.13 0.00 0.00 24.00 0.00 07:23:41 06:54:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 07:23:41 06:55:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 07:23:41 06:56:01 1.20 0.00 1.20 0.00 0.00 13.86 0.00 07:23:41 06:57:01 1.42 0.00 1.42 0.00 0.00 17.46 0.00 07:23:41 06:58:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 07:23:41 06:59:01 1.72 0.00 1.72 0.00 0.00 20.40 0.00 07:23:41 07:00:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 07:23:41 07:01:01 1.80 0.00 1.80 0.00 0.00 21.06 0.00 07:23:41 07:02:01 1.05 0.00 1.05 0.00 0.00 10.93 0.00 07:23:41 07:03:01 1.65 0.00 1.65 0.00 0.00 20.00 0.00 07:23:41 07:04:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 07:23:41 07:05:01 1.43 0.00 1.43 0.00 0.00 16.93 0.00 07:23:41 07:06:01 1.13 0.00 1.13 0.00 0.00 13.46 0.00 07:23:41 07:07:02 1.67 0.00 1.67 0.00 0.00 19.06 0.00 07:23:41 07:08:01 1.22 0.00 1.22 0.00 0.00 13.42 0.00 07:23:41 07:09:01 1.43 0.00 1.43 0.00 0.00 16.66 0.00 07:23:41 07:10:01 1.13 0.00 1.13 0.00 0.00 11.33 0.00 07:23:41 07:11:01 1.47 0.00 1.47 0.00 0.00 16.66 0.00 07:23:41 07:12:01 1.23 0.00 1.23 0.00 0.00 13.60 0.00 07:23:41 07:13:01 1.97 0.00 1.97 0.00 0.00 22.80 0.00 07:23:41 07:14:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 07:23:41 07:15:01 1.92 0.00 1.92 0.00 0.00 21.59 0.00 07:23:41 07:16:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 07:23:41 07:17:01 1.88 0.00 1.88 0.00 0.00 21.60 0.00 07:23:41 07:18:01 1.27 0.00 1.27 0.00 0.00 12.93 0.00 07:23:41 07:19:01 1.55 0.00 1.55 0.00 0.00 17.46 0.00 07:23:41 07:20:01 1.15 0.00 1.15 0.00 0.00 11.86 0.00 07:23:41 07:21:01 1.82 0.00 1.82 0.00 0.00 20.66 0.00 07:23:41 07:22:01 1.18 0.00 1.18 0.00 0.00 12.66 0.00 07:23:41 07:23:01 1.88 0.00 1.88 0.00 0.00 20.53 0.00 07:23:41 Average: 9.13 0.12 9.01 0.00 19.22 2781.24 0.00 07:23:41 07:23:41 01:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:23:41 01:24:01 27453596 31315360 967976 2.94 118696 3924568 2005184 5.91 1462920 3451312 20228 07:23:41 01:25:01 26381444 31440356 839296 2.55 125932 5047576 1864844 5.50 1979160 3939516 202144 07:23:41 01:26:01 25608504 31269192 1008680 3.07 132784 5595204 2018364 5.95 1999440 4647672 625028 07:23:41 01:27:01 19578640 31392868 885280 2.69 144632 11599712 2367248 6.98 2073828 10454588 3246772 07:23:41 01:28:01 14761216 31351640 884680 2.69 371196 15737508 2286800 6.74 3181752 13709320 931320 07:23:41 01:29:01 6204764 28387052 3777776 11.49 413736 20819784 10991496 32.40 6827336 18045768 1485320 07:23:41 01:30:01 2429972 27208456 4961600 15.09 431036 23299348 10884796 32.09 9103792 19449528 411656 07:23:41 01:31:01 5532660 31123040 1087888 3.31 443276 24209144 2932896 8.65 4336144 21287140 264 07:23:41 01:32:01 5947144 31385620 846992 2.58 448988 24104252 2119456 6.25 3927392 21365092 452 07:23:41 01:33:01 5946784 31386180 846052 2.57 449528 24104676 2104812 6.21 4332604 20960232 468 07:23:41 01:34:01 5957844 31397824 834232 2.54 450056 24104760 1971656 5.81 4401128 20879968 8 07:23:41 01:35:01 5957200 31397180 834956 2.54 450084 24104760 1971656 5.81 4401260 20879968 8 07:23:41 01:36:01 5975332 31415316 816756 2.48 450100 24104764 1971656 5.81 4380964 20879972 20 07:23:41 01:37:01 5977132 31417184 815388 2.48 450136 24104760 1971656 5.81 4381020 20879980 24 07:23:41 01:38:01 5977152 31417284 815164 2.48 450164 24104748 2006580 5.92 4380832 20879956 24 07:23:41 01:39:01 5976776 31416924 815684 2.48 450184 24104752 2006580 5.92 4380820 20879960 8 07:23:41 01:40:01 5977312 31417460 815136 2.48 450196 24104752 2006580 5.92 4380820 20879960 8 07:23:41 01:41:01 5977272 31417460 815100 2.48 450224 24104756 2006580 5.92 4380940 20879968 8 07:23:41 01:42:01 5977832 31418020 814484 2.48 450260 24104732 2006580 5.92 4380604 20879968 16 07:23:41 01:43:01 5977744 31417996 814444 2.48 450276 24104760 2006580 5.92 4380744 20879976 20 07:23:41 01:44:01 5978200 31418456 813892 2.48 450308 24104764 2006580 5.92 4380396 20879980 4 07:23:41 01:45:01 5978276 31418620 813668 2.48 450340 24104764 2006580 5.92 4380468 20879980 80 07:23:41 01:46:01 5978244 31418596 813620 2.48 450360 24104776 2006580 5.92 4380460 20879984 24 07:23:41 01:47:01 5978464 31418876 813320 2.47 450404 24104768 2006580 5.92 4380508 20879988 8 07:23:41 01:48:01 5978108 31418584 813560 2.48 450432 24104780 2006580 5.92 4380636 20879996 24 07:23:41 01:49:01 5978100 31418580 813480 2.47 450456 24104784 2022624 5.96 4380576 20880000 12 07:23:41 01:50:01 5977760 31418240 813748 2.48 450468 24104784 2022624 5.96 4380872 20880000 8 07:23:41 01:51:01 5977784 31418332 813624 2.48 450488 24104788 2022624 5.96 4380648 20880008 28 07:23:41 01:52:01 5977428 31417984 813960 2.48 450512 24104776 2022624 5.96 4380964 20879996 20 07:23:41 01:53:01 5977412 31418028 813864 2.48 450536 24104792 2022624 5.96 4380756 20880000 28 07:23:41 01:54:01 5977588 31418208 813840 2.48 450548 24104796 2022624 5.96 4380680 20880004 4 07:23:41 01:55:01 5977548 31418168 813816 2.48 450564 24104800 2022624 5.96 4380680 20880004 8 07:23:41 01:56:02 5977776 31418404 813524 2.47 450580 24104804 2022624 5.96 4380680 20880012 28 07:23:41 01:57:01 5977672 31418360 813524 2.47 450608 24104804 2022624 5.96 4380940 20880016 20 07:23:41 01:58:01 5977856 31418548 813448 2.47 450640 24104796 2022624 5.96 4380940 20880020 36 07:23:41 01:59:01 5977780 31418536 813680 2.48 450668 24104808 2022624 5.96 4380836 20880028 64 07:23:41 02:00:01 5977764 31418520 813648 2.48 450688 24104808 2022624 5.96 4380836 20880028 12 07:23:41 02:01:01 5977464 31418284 813864 2.48 450704 24104816 2022624 5.96 4380904 20880036 8 07:23:41 02:02:01 5977408 31418232 813828 2.48 450724 24104820 2022624 5.96 4380916 20880036 4 07:23:41 02:03:01 5977424 31418256 813724 2.48 450760 24104812 2022624 5.96 4380976 20880044 8 07:23:41 02:04:01 5977376 31418272 813672 2.48 450780 24104832 2022624 5.96 4380968 20880056 40 07:23:41 02:05:01 5976996 31417908 813908 2.48 450796 24104832 2038668 6.01 4381844 20880040 192 07:23:41 02:06:01 5977020 31417956 813864 2.48 450808 24104836 2038668 6.01 4381064 20880044 4 07:23:41 02:07:01 5977196 31418132 813864 2.48 450828 24104836 2038668 6.01 4381048 20880044 12 07:23:41 02:08:01 5976960 31417900 814048 2.48 450856 24104832 2038668 6.01 4381108 20880048 8 07:23:41 02:09:01 5977132 31418136 813748 2.48 450876 24104844 2038668 6.01 4381108 20880052 8 07:23:41 02:10:01 5974240 31415748 816044 2.48 450896 24105344 2038668 6.01 4386132 20880376 36 07:23:41 02:11:01 5967028 31410664 821116 2.50 450928 24106276 2022544 5.96 4390784 20880744 60 07:23:41 02:12:01 5966712 31410368 821324 2.50 450940 24106284 2022544 5.96 4391004 20880720 204 07:23:41 02:13:01 5966380 31410044 821632 2.50 450972 24106276 2022544 5.96 4390600 20880728 68 07:23:41 02:14:01 5966600 31410268 821320 2.50 450992 24106292 2022544 5.96 4390324 20880708 8 07:23:41 02:15:01 5966584 31410316 821260 2.50 451016 24106284 2022544 5.96 4390380 20880716 4 07:23:41 02:16:01 5966520 31410256 821236 2.50 451028 24106300 2022544 5.96 4390452 20880720 8 07:23:41 02:17:01 5966000 31409888 821536 2.50 451056 24106412 2022544 5.96 4390432 20880836 188 07:23:41 02:18:01 5965976 31409908 821444 2.50 451076 24106432 2022544 5.96 4390808 20880852 12 07:23:41 02:19:01 5965644 31409596 821716 2.50 451096 24106428 2022544 5.96 4390484 20880852 44 07:23:41 02:20:01 5965384 31409340 821892 2.50 451108 24106440 2022544 5.96 4390496 20880856 28 07:23:41 02:21:01 5965824 31409908 821280 2.50 451128 24106564 2022544 5.96 4390488 20880980 56 07:23:41 02:22:01 5965816 31409972 821192 2.50 451160 24106568 2022544 5.96 4390544 20880996 20 07:23:41 02:23:01 5965756 31409948 821420 2.50 451168 24106580 2038588 6.01 4390640 20880996 12 07:23:41 02:24:01 5965744 31409940 821612 2.50 451180 24106580 2038588 6.01 4390584 20880996 8 07:23:41 02:25:01 5965956 31410156 821656 2.50 451188 24106584 2038240 6.01 4390580 20881000 28 07:23:41 02:26:01 5966068 31410272 821488 2.50 451200 24106588 2038240 6.01 4390612 20881004 8 07:23:41 02:27:01 5965788 31410028 821964 2.50 451216 24106588 2038240 6.01 4390636 20881004 12 07:23:41 02:28:01 5965820 31410068 821904 2.50 451252 24106572 2038240 6.01 4390684 20881008 40 07:23:41 02:29:01 5965780 31410088 821864 2.50 451264 24106592 2038240 6.01 4390680 20881012 12 07:23:41 02:30:01 5965732 31410056 821836 2.50 451276 24106596 2038240 6.01 4390696 20881012 208 07:23:41 02:31:01 5965392 31409724 822096 2.50 451288 24106604 2038240 6.01 4390712 20881016 8 07:23:41 02:32:01 5965592 31409924 822036 2.50 451304 24106596 2038240 6.01 4390700 20881016 200 07:23:41 02:33:01 5965592 31409960 822004 2.50 451340 24106592 2038240 6.01 4390788 20881024 8 07:23:41 02:34:01 5965780 31410200 821736 2.50 451360 24106604 2038240 6.01 4390776 20881024 12 07:23:41 02:35:01 5965660 31410100 821716 2.50 451376 24106616 2038240 6.01 4391152 20881032 188 07:23:41 02:36:01 5965472 31409948 821880 2.50 451396 24106616 2038240 6.01 4390956 20881036 32 07:23:41 02:37:01 5965432 31409912 821856 2.50 451412 24106612 2038240 6.01 4391116 20881036 16 07:23:41 02:38:01 5965228 31409748 822008 2.50 451436 24106624 2038240 6.01 4390920 20881040 8 07:23:41 02:39:01 5964912 31409444 822284 2.50 451452 24106624 2038240 6.01 4390876 20881040 12 07:23:41 02:40:01 5964904 31409460 822208 2.50 451468 24106624 2038240 6.01 4390900 20881044 28 07:23:41 02:41:01 5965064 31409652 822164 2.50 451484 24106636 2038240 6.01 4390908 20881052 40 07:23:41 02:42:01 5964260 31408860 822936 2.50 451504 24106628 2038240 6.01 4390920 20881052 12 07:23:41 02:43:01 5964252 31408892 822848 2.50 451548 24106620 2021372 5.96 4391016 20881056 28 07:23:41 02:44:01 5964740 31409416 822268 2.50 451560 24106640 2021372 5.96 4391000 20881056 20 07:23:41 02:45:01 5964976 31409668 821952 2.50 451572 24106644 2021372 5.96 4391292 20881060 8 07:23:41 02:46:01 5964384 31409096 822452 2.50 451584 24106648 2021372 5.96 4391380 20881064 208 07:23:41 02:47:01 5964376 31409096 822476 2.50 451600 24106648 2021372 5.96 4391040 20881064 8 07:23:41 02:48:01 5963776 31408520 823028 2.50 451624 24106648 2021372 5.96 4391108 20881068 28 07:23:41 02:49:01 5964004 31408776 822724 2.50 451644 24106656 2021372 5.96 4391068 20881072 8 07:23:41 02:50:01 5964416 31409192 822436 2.50 451664 24106660 2021372 5.96 4391068 20881076 8 07:23:41 02:51:01 5964408 31409188 822400 2.50 451684 24106664 2021372 5.96 4391080 20881080 28 07:23:41 02:52:01 5964360 31409208 822368 2.50 451700 24106668 2021372 5.96 4391132 20881084 16 07:23:41 02:53:01 5964052 31408936 822568 2.50 451744 24106672 2021372 5.96 4391224 20881088 36 07:23:41 02:54:01 5964044 31408952 822492 2.50 451776 24106664 2021372 5.96 4391188 20881088 16 07:23:41 02:55:01 5963964 31408928 822472 2.50 451804 24106676 2021372 5.96 4391248 20881092 36 07:23:41 02:56:01 5963664 31408776 822564 2.50 451820 24106808 2037452 6.01 4391256 20881224 28 07:23:41 02:57:01 5963784 31408912 822548 2.50 451840 24106808 2037452 6.01 4391692 20881224 188 07:23:41 02:58:01 5963816 31408948 822496 2.50 451856 24106812 2037452 6.01 4391348 20881228 36 07:23:41 02:59:01 5964028 31409160 822216 2.50 451868 24106816 2037452 6.01 4391276 20881228 32 07:23:41 03:00:01 5963704 31408876 822452 2.50 451876 24106820 2037452 6.01 4391404 20881236 24 07:23:41 03:01:01 5963972 31409156 822144 2.50 451896 24106824 2053520 6.05 4391580 20881240 192 07:23:41 03:02:01 5963948 31409152 822104 2.50 451916 24106824 2053520 6.05 4391552 20881240 12 07:23:41 03:03:01 5963608 31408816 822656 2.50 451948 24106816 2053520 6.05 4391404 20881244 28 07:23:41 03:04:01 5963556 31408820 822744 2.50 451968 24106828 2053520 6.05 4391708 20881248 16 07:23:41 03:05:01 5963612 31408900 822648 2.50 451992 24106824 2053520 6.05 4391680 20881248 276 07:23:41 03:06:01 5963776 31409092 822384 2.50 452012 24106836 2053520 6.05 4391864 20881252 224 07:23:41 03:07:01 5963832 31409172 822304 2.50 452032 24106836 2053520 6.05 4391476 20881252 8 07:23:41 03:08:01 5964024 31409408 822228 2.50 452064 24106836 2053520 6.05 4391540 20881256 24 07:23:41 03:09:01 5963644 31409088 822564 2.50 452096 24106848 2053520 6.05 4391544 20881260 8 07:23:41 03:10:01 5963792 31409256 822304 2.50 452112 24106852 2053520 6.05 4391964 20881272 252 07:23:41 03:11:01 5962712 31408436 823068 2.50 452148 24106852 2053520 6.05 4392140 20881112 20 07:23:41 03:12:02 5963224 31409012 822448 2.50 452168 24106856 2037000 6.01 4393080 20880396 20 07:23:41 03:13:01 5962616 31408416 822952 2.50 452192 24106860 2037000 6.01 4393020 20880396 28 07:23:41 03:14:01 5963104 31408904 822424 2.50 452224 24106852 2037000 6.01 4392848 20880396 4 07:23:41 03:15:01 5963048 31408912 822388 2.50 452260 24106864 2037000 6.01 4392904 20880404 32 07:23:41 03:16:01 5963252 31409116 822120 2.50 452264 24106864 2037000 6.01 4392904 20880404 12 07:23:41 03:17:01 5962952 31408944 822212 2.50 452276 24107000 2037000 6.01 4393208 20880532 4 07:23:41 03:18:01 5962384 31408428 822824 2.50 452300 24107004 2037000 6.01 4393008 20880540 40 07:23:41 03:19:01 5962336 31408380 822808 2.50 452312 24107004 2037000 6.01 4392952 20880540 8 07:23:41 03:20:01 5962068 31408116 823008 2.50 452324 24107008 2037000 6.01 4392964 20880544 8 07:23:41 03:21:01 5962268 31408376 822936 2.50 452352 24107008 2037000 6.01 4393012 20880548 12 07:23:41 03:22:01 5962464 31408580 822644 2.50 452372 24107012 2037000 6.01 4393012 20880552 8 07:23:41 03:23:01 5962636 31408820 822484 2.50 452396 24107020 2037000 6.01 4393128 20880564 44 07:23:41 03:24:01 5962212 31408436 823064 2.50 452408 24107020 2037000 6.01 4393072 20880564 8 07:23:41 03:25:01 5962456 31408688 822788 2.50 452432 24107016 2037000 6.01 4393068 20880568 24 07:23:41 03:26:01 5962440 31408712 822764 2.50 452444 24107028 2037000 6.01 4393112 20880564 24 07:23:41 03:27:01 5962148 31408436 822992 2.50 452472 24107032 2037000 6.01 4393140 20880568 16 07:23:41 03:28:01 5962376 31408672 822704 2.50 452492 24107036 2053104 6.05 4393184 20880572 28 07:23:41 03:29:01 5962068 31408424 822936 2.50 452520 24107028 2053104 6.05 4393180 20880576 8 07:23:41 03:30:01 5962060 31408420 822852 2.50 452544 24107040 2053104 6.05 4393180 20880580 28 07:23:41 03:31:01 5962220 31408640 822820 2.50 452564 24107040 2036904 6.01 4393260 20880584 8 07:23:41 03:32:01 5962176 31408604 823036 2.50 452588 24107036 2036904 6.01 4393248 20880588 24 07:23:41 03:33:01 5962096 31408568 823064 2.50 452600 24107048 2036904 6.01 4393360 20880584 4 07:23:41 03:34:01 5962332 31408804 822748 2.50 452624 24107044 2053032 6.05 4393300 20880584 12 07:23:41 03:35:01 5962528 31409004 822464 2.50 452632 24107056 2053032 6.05 4393312 20880588 32 07:23:41 03:36:01 5962260 31408772 822696 2.50 452648 24107056 2053032 6.05 4393456 20880588 12 07:23:41 03:37:01 5962504 31409028 822356 2.50 452660 24107060 2053032 6.05 4393368 20880596 16 07:23:41 03:38:01 5962448 31408976 822352 2.50 452676 24107060 2053032 6.05 4393412 20880600 36 07:23:41 03:39:01 5961832 31408548 822744 2.50 452692 24107192 2053032 6.05 4393392 20880732 16 07:23:41 03:40:01 5961848 31408568 822660 2.50 452708 24107200 2053032 6.05 4393392 20880736 40 07:23:41 03:41:01 5961800 31408520 822640 2.50 452716 24107200 2053032 6.05 4393392 20880736 4 07:23:41 03:42:01 5962068 31408800 822328 2.50 452736 24107204 2053032 6.05 4393400 20880744 28 07:23:41 03:43:01 5962020 31408808 822300 2.50 452748 24107208 2053032 6.05 4393508 20880744 8 07:23:41 03:44:01 5961680 31408468 822528 2.50 452768 24107208 2053032 6.05 4393712 20880744 28 07:23:41 03:45:01 5961796 31408640 822276 2.50 452792 24107216 2053032 6.05 4393992 20880752 232 07:23:41 03:46:01 5961828 31408672 822216 2.50 452820 24107216 2053032 6.05 4393788 20880752 4 07:23:41 03:47:01 5961696 31408544 822504 2.50 452832 24107220 2053032 6.05 4393496 20880756 28 07:23:41 03:48:01 5961460 31408312 822692 2.50 452848 24107224 2053032 6.05 4393848 20880760 4 07:23:41 03:49:01 5961160 31408072 822904 2.50 452876 24107216 2053032 6.05 4393568 20880764 8 07:23:41 03:50:01 5961160 31408076 822876 2.50 452892 24107228 2053032 6.05 4393552 20880768 24 07:23:41 03:51:01 5961328 31408244 822848 2.50 452916 24107220 2053032 6.05 4393560 20880768 8 07:23:41 03:52:01 5961312 31408312 822804 2.50 452928 24107232 2053032 6.05 4393636 20880768 28 07:23:41 03:53:01 5961200 31408224 822832 2.50 452940 24107240 2053032 6.05 4393728 20880772 44 07:23:41 03:54:01 5960860 31407884 823096 2.50 452956 24107240 2036864 6.01 4393660 20880772 8 07:23:41 03:55:01 5960732 31407796 822996 2.50 452964 24107244 2036864 6.01 4393680 20880780 0 07:23:41 03:56:01 5960684 31407772 822936 2.50 452972 24107244 2036864 6.01 4393688 20880780 4 07:23:41 03:57:01 5960352 31407448 823148 2.50 452992 24107252 2036864 6.01 4393708 20880788 44 07:23:41 03:58:01 5960588 31407688 822952 2.50 452996 24107256 2036864 6.01 4393752 20880792 32 07:23:41 03:59:01 5961008 31408108 822688 2.50 453016 24107244 2052988 6.05 4393712 20880792 8 07:23:41 04:00:01 5961236 31408408 822396 2.50 453028 24107260 2052988 6.05 4393752 20880800 24 07:23:41 04:01:01 5960896 31408068 822652 2.50 453044 24107260 2036804 6.00 4393776 20880800 4 07:23:41 04:02:01 5960848 31408024 822612 2.50 453068 24107264 2036804 6.00 4393760 20880804 28 07:23:41 04:03:01 5961016 31408252 822572 2.50 453088 24107272 2036804 6.00 4393900 20880808 4 07:23:41 04:04:01 5961032 31408268 822508 2.50 453116 24107264 2036804 6.00 4393828 20880808 16 07:23:41 04:05:01 5960764 31408064 822676 2.50 453140 24107276 2036804 6.00 4394164 20880816 8 07:23:41 04:06:01 5960640 31407940 822904 2.50 453160 24107276 2036804 6.00 4394236 20880816 208 07:23:41 04:07:01 5960120 31407428 823404 2.50 453172 24107280 2036804 6.00 4393908 20880820 8 07:23:41 04:08:01 5960528 31407844 822920 2.50 453188 24107284 2036804 6.00 4393968 20880824 4 07:23:41 04:09:01 5960536 31407912 822848 2.50 453212 24107280 2036804 6.00 4393972 20880828 12 07:23:41 04:10:01 5960976 31408360 822356 2.50 453228 24107288 2036804 6.00 4393956 20880832 28 07:23:41 04:11:01 5960668 31408188 822396 2.50 453236 24107416 2052916 6.05 4394624 20880960 208 07:23:41 04:12:01 5951824 31399360 831228 2.53 453252 24107420 2052916 6.05 4405500 20880956 8 07:23:41 04:13:01 5950784 31398348 832196 2.53 453272 24107420 2036864 6.01 4405416 20880960 24 07:23:41 04:14:01 5950492 31398076 832396 2.53 453292 24107424 2036864 6.01 4405296 20880964 8 07:23:41 04:15:01 5950248 31397836 832680 2.53 453308 24107436 2036864 6.01 4405592 20880968 28 07:23:41 04:16:01 5949880 31397472 833192 2.53 453320 24107436 2036864 6.01 4405284 20880968 4 07:23:41 04:17:01 5949572 31397220 833452 2.54 453340 24107440 2036864 6.01 4405356 20880972 24 07:23:41 04:18:01 5949796 31397460 833356 2.54 453352 24107440 2036864 6.01 4405404 20880976 24 07:23:41 04:19:01 5949520 31397192 833556 2.54 453372 24107444 2036864 6.01 4405888 20880980 32 07:23:41 04:20:01 5950232 31397908 833104 2.53 453392 24107448 2036864 6.01 4405368 20880984 28 07:23:41 04:21:01 5949760 31397500 833556 2.54 453404 24107452 2036864 6.01 4405432 20880992 4 07:23:41 04:22:01 5949468 31397212 833776 2.54 453428 24107456 2036864 6.01 4405416 20880996 28 07:23:41 04:23:01 5949840 31397624 833476 2.54 453448 24107456 2036864 6.01 4405984 20880992 212 07:23:41 04:24:01 5949872 31397660 833432 2.54 453464 24107460 2036864 6.01 4405540 20880996 24 07:23:41 04:25:01 5949596 31397388 833656 2.54 453484 24107464 2036864 6.01 4405840 20881000 4 07:23:41 04:26:01 5950092 31397944 833076 2.53 453504 24107464 2036864 6.01 4405604 20881004 12 07:23:41 04:27:01 5949516 31397372 833624 2.54 453520 24107468 2036864 6.01 4405608 20881008 8 07:23:41 04:28:01 5949184 31397040 833992 2.54 453536 24107468 2036864 6.01 4405668 20881008 8 07:23:41 04:29:01 5949168 31397028 833936 2.54 453556 24107468 2052936 6.05 4405612 20881012 28 07:23:41 04:30:01 5949308 31397236 833712 2.54 453572 24107480 2052936 6.05 4405652 20881020 4 07:23:41 04:31:01 5949292 31397228 833628 2.54 453608 24107484 2052936 6.05 4405676 20881028 24 07:23:41 04:32:01 5949236 31397256 833612 2.54 453620 24107488 2052936 6.05 4406008 20881024 28 07:23:41 04:33:01 5948716 31396756 834036 2.54 453652 24107488 2052936 6.05 4405816 20881024 12 07:23:41 04:34:01 5948672 31396716 834264 2.54 453680 24107484 2052936 6.05 4405868 20881028 4 07:23:41 04:35:01 5948656 31396764 834228 2.54 453696 24107496 2052936 6.05 4405824 20881032 24 07:23:41 04:36:02 5948760 31396868 834276 2.54 453700 24107496 2052936 6.05 4405996 20881032 12 07:23:41 04:37:01 5949216 31397328 833776 2.54 453712 24107500 2052936 6.05 4405828 20881036 32 07:23:41 04:38:01 5949200 31397312 833724 2.54 453720 24107500 2052936 6.05 4405880 20881036 12 07:23:41 04:39:01 5948932 31397048 833920 2.54 453724 24107508 2036760 6.00 4405840 20881040 44 07:23:41 04:40:01 5948884 31397004 833896 2.54 453736 24107508 2019976 5.96 4405824 20881044 24 07:23:41 04:41:01 5948836 31397020 833868 2.54 453748 24107512 2019976 5.96 4405900 20881052 4 07:23:41 04:42:01 5949016 31397204 833592 2.54 453764 24107516 2019976 5.96 4406148 20881056 196 07:23:41 04:43:01 5948648 31396872 834084 2.54 453780 24107516 2019976 5.96 4406440 20881052 200 07:23:41 04:44:01 5949120 31397348 833592 2.54 453804 24107520 2019976 5.96 4406184 20881056 48 07:23:41 04:45:01 5948656 31396824 834064 2.54 453820 24107524 2019976 5.96 4406152 20881060 20 07:23:41 04:46:01 5948560 31396772 834036 2.54 453832 24107528 2019976 5.96 4406336 20881060 208 07:23:41 04:47:01 5948624 31396848 833956 2.54 453840 24107532 2019976 5.96 4406004 20881068 44 07:23:41 04:48:01 5948516 31396744 834212 2.54 453860 24107532 2036112 6.00 4406064 20881068 8 07:23:41 04:49:01 5948624 31396860 834056 2.54 453876 24107536 2036112 6.00 4406296 20881076 44 07:23:41 04:50:01 5948576 31396932 833952 2.54 453900 24107604 2036112 6.00 4406336 20881140 28 07:23:41 04:51:01 5948780 31397144 833672 2.54 453916 24107604 2036112 6.00 4406056 20881148 8 07:23:41 04:52:01 5948180 31396548 834164 2.54 453928 24107612 2036112 6.00 4406416 20881152 220 07:23:41 04:53:01 5948416 31396844 833900 2.54 453952 24107612 2036112 6.00 4406212 20881148 12 07:23:41 04:54:01 5948172 31396604 834180 2.54 453980 24107608 2036112 6.00 4406136 20881152 28 07:23:41 04:55:01 5949896 31398408 832352 2.53 454008 24107612 2036112 6.00 4403656 20881160 24 07:23:41 04:56:01 5950384 31398896 831792 2.53 454008 24107620 2036112 6.00 4403656 20881160 12 07:23:41 04:57:01 5950336 31398876 831764 2.53 454024 24107624 2036112 6.00 4403704 20881160 28 07:23:41 04:58:01 5950004 31398548 832032 2.53 454028 24107628 2036112 6.00 4403768 20881164 16 07:23:41 04:59:01 5950208 31398884 831728 2.53 454044 24107760 2036112 6.00 4403712 20881296 8 07:23:41 05:00:01 5950444 31399124 831420 2.53 454072 24107752 2036112 6.00 4403940 20881300 36 07:23:41 05:01:01 5951156 31399956 830776 2.53 454096 24107868 2036112 6.00 4403756 20881364 4 07:23:41 05:02:01 5950876 31399728 831252 2.53 454112 24107872 2052160 6.05 4404048 20881412 28 07:23:41 05:03:01 5950772 31399664 831292 2.53 454124 24107876 2052160 6.05 4404220 20881412 200 07:23:41 05:04:01 5951064 31399960 830972 2.53 454132 24107880 2052160 6.05 4404108 20881416 44 07:23:41 05:05:01 5950568 31399468 831432 2.53 454140 24107884 2052160 6.05 4404204 20881420 12 07:23:41 05:06:01 5950860 31399760 831128 2.53 454152 24107884 2052160 6.05 4404076 20881420 8 07:23:41 05:07:01 5950480 31399500 831300 2.53 454164 24108020 2052160 6.05 4404116 20881536 176 07:23:41 05:08:01 5950716 31399812 831048 2.53 454180 24108020 2035780 6.00 4403944 20881556 12 07:23:41 05:09:01 5950636 31399736 831044 2.53 454200 24108024 2035780 6.00 4403892 20881560 4 07:23:41 05:10:01 5950296 31399396 831308 2.53 454228 24108012 2035780 6.00 4403892 20881560 12 07:23:41 05:11:01 5950288 31399456 831228 2.53 454240 24108028 2035780 6.00 4404160 20881452 8 07:23:41 05:12:01 5949468 31398644 831964 2.53 454244 24108032 2035780 6.00 4404620 20881400 4 07:23:41 05:13:01 5949704 31398888 831692 2.53 454264 24108032 2035780 6.00 4404416 20881400 8 07:23:41 05:14:01 5950160 31399348 831144 2.53 454292 24108036 2035780 6.00 4404328 20881404 24 07:23:41 05:15:01 5949924 31399172 831292 2.53 454320 24108036 2035780 6.00 4404368 20881408 36 07:23:41 05:16:01 5950092 31399348 831252 2.53 454340 24108040 2035780 6.00 4404368 20881412 24 07:23:41 05:17:01 5949232 31398496 832060 2.53 454352 24108048 2035780 6.00 4404660 20881416 36 07:23:41 05:18:01 5949444 31398756 831704 2.53 454364 24108048 2035780 6.00 4404516 20881416 20 07:23:41 05:19:01 5949636 31398952 831676 2.53 454380 24108056 2019356 5.95 4404440 20881420 76 07:23:41 05:20:01 5949872 31399192 831396 2.53 454396 24108056 2019356 5.95 4404440 20881424 32 07:23:41 05:21:01 5949572 31398956 831716 2.53 454416 24108060 2019356 5.95 4404496 20881432 28 07:23:41 05:22:01 5949732 31399124 831688 2.53 454432 24108064 2019356 5.95 4404508 20881436 8 07:23:41 05:23:01 5949424 31398840 831900 2.53 454460 24108064 2019356 5.95 4405124 20881432 204 07:23:41 05:24:01 5949456 31398876 831844 2.53 454484 24108064 2019356 5.95 4404524 20881436 28 07:23:41 05:25:01 5949336 31398816 831868 2.53 454512 24108072 2019356 5.95 4404580 20881440 4 07:23:41 05:26:01 5949580 31399072 831548 2.53 454520 24108076 2019356 5.95 4404588 20881448 28 07:23:41 05:27:01 5950032 31399528 831280 2.53 454532 24108080 2019356 5.95 4404580 20881452 28 07:23:41 05:28:01 5950268 31399672 831100 2.53 454540 24108080 2019356 5.95 4404640 20881452 24 07:23:41 05:29:01 5950156 31399564 831436 2.53 454548 24108084 2019356 5.95 4404580 20881456 32 07:23:41 05:30:01 5950316 31399776 831228 2.53 454560 24108080 2018708 5.95 4404640 20881452 12 07:23:41 05:31:01 5950056 31399520 831460 2.53 454568 24108088 2018708 5.95 4404644 20881456 4 07:23:41 05:32:01 5949972 31399440 831692 2.53 454580 24108092 2018708 5.95 4404940 20881460 8 07:23:41 05:33:01 5949736 31399244 831876 2.53 454604 24108092 2018708 5.95 4404764 20881460 8 07:23:41 05:34:01 5949980 31399492 831612 2.53 454612 24108096 2018708 5.95 4404704 20881464 28 07:23:41 05:35:01 5949908 31399480 831572 2.53 454648 24108100 2034756 6.00 4404744 20881468 40 07:23:41 05:36:01 5949892 31399480 831508 2.53 454660 24108108 2034756 6.00 4404940 20881468 64 07:23:41 05:37:01 5949836 31399436 831504 2.53 454672 24108112 2034756 6.00 4404768 20881472 8 07:23:41 05:38:01 5950008 31399616 831220 2.53 454684 24108112 2034756 6.00 4404832 20881480 16 07:23:41 05:39:01 5949708 31399320 831544 2.53 454704 24108116 2034756 6.00 4404768 20881484 8 07:23:41 05:40:01 5949876 31399488 831520 2.53 454728 24108112 2034756 6.00 4404768 20881484 8 07:23:41 05:41:01 5949672 31399416 831584 2.53 454752 24108228 2034756 6.00 4405400 20881548 4 07:23:41 05:42:01 5949420 31399232 831768 2.53 454760 24108232 2034756 6.00 4404872 20881600 24 07:23:41 05:43:01 5949380 31399192 831792 2.53 454768 24108232 2034756 6.00 4404932 20881600 8 07:23:41 05:44:01 5949364 31399196 831736 2.53 454776 24108240 2034756 6.00 4404872 20881604 8 07:23:41 05:45:01 5949820 31399656 831212 2.53 454784 24108240 2034756 6.00 4404888 20881608 8 07:23:41 05:46:01 5949528 31399368 831492 2.53 454792 24108244 2034756 6.00 4404872 20881612 8 07:23:41 05:47:01 5949316 31399204 831636 2.53 454812 24108248 2034756 6.00 4404916 20881616 12 07:23:41 05:48:01 5949460 31399348 831636 2.53 454832 24108248 2034756 6.00 4405284 20881616 8 07:23:41 05:49:01 5949444 31399356 831604 2.53 454848 24108252 2034756 6.00 4404988 20881620 4 07:23:41 05:50:01 5949428 31399356 831588 2.53 454872 24108244 2034756 6.00 4404988 20881620 8 07:23:41 05:51:01 5949316 31399248 831620 2.53 454880 24108256 2034756 6.00 4404988 20881624 28 07:23:41 05:52:01 5949268 31399204 831592 2.53 454892 24108260 2034756 6.00 4404992 20881628 8 07:23:41 05:53:01 5948992 31398980 831832 2.53 454904 24108268 2034756 6.00 4405116 20881636 36 07:23:41 05:54:01 5948984 31398976 831760 2.53 454920 24108272 2034756 6.00 4405056 20881640 8 07:23:41 05:55:02 5949116 31399108 831540 2.53 454948 24108272 2034756 6.00 4405040 20881640 36 07:23:41 05:56:01 5948856 31398916 831828 2.53 454956 24108276 2034756 6.00 4405096 20881648 24 07:23:41 05:57:01 5948872 31398936 831724 2.53 454984 24108280 2034756 6.00 4405096 20881652 4 07:23:41 05:58:01 5948824 31398888 831712 2.53 454988 24108280 2034756 6.00 4405168 20881652 8 07:23:41 05:59:01 5949244 31399312 831428 2.53 455008 24108284 2034756 6.00 4405096 20881656 32 07:23:41 06:00:01 5948896 31399024 831680 2.53 455016 24108284 2034756 6.00 4405700 20881660 216 07:23:41 06:01:01 5948920 31399052 831624 2.53 455044 24108288 2034756 6.00 4405152 20881664 4 07:23:41 06:02:01 5948548 31398684 831860 2.53 455052 24108296 2034756 6.00 4405528 20881668 240 07:23:41 06:03:01 5948760 31398948 831636 2.53 455060 24108296 2018140 5.95 4405284 20881664 12 07:23:41 06:04:01 5949132 31399324 831344 2.53 455064 24108300 2018140 5.95 4405696 20881668 228 07:23:41 06:05:01 5949164 31399364 831288 2.53 455096 24108300 2018140 5.95 4405600 20881668 8 07:23:41 06:06:01 5949400 31399636 831108 2.53 455116 24108300 2034412 6.00 4405264 20881672 24 07:23:41 06:07:01 5949156 31399396 831260 2.53 455136 24108308 2034412 6.00 4405248 20881676 28 07:23:41 06:08:01 5949108 31399404 831236 2.53 455152 24108308 2050480 6.05 4405380 20881680 8 07:23:41 06:09:01 5948744 31399044 831520 2.53 455172 24108312 2050480 6.05 4405320 20881684 8 07:23:41 06:10:01 5948948 31399256 831332 2.53 455192 24108316 2050480 6.05 4405304 20881684 8 07:23:41 06:11:01 5948852 31399228 831804 2.53 455232 24108316 2050480 6.05 4405436 20881696 16 07:23:41 06:12:01 5948700 31399264 831752 2.53 455248 24108324 2031456 5.99 4405820 20881692 20 07:23:41 06:13:01 5948740 31399384 831548 2.53 455264 24108408 2031456 5.99 4405628 20881756 28 07:23:41 06:14:01 5948400 31399076 831772 2.53 455296 24108420 2031456 5.99 4405860 20881788 220 07:23:41 06:15:01 5948180 31398900 831944 2.53 455324 24108420 2031456 5.99 4405612 20881788 4 07:23:41 06:16:01 5948148 31398936 831884 2.53 455364 24108424 2031456 5.99 4405856 20881796 56 07:23:41 06:17:01 5948060 31398876 831908 2.53 455384 24108424 2031456 5.99 4405916 20881792 4 07:23:41 06:18:01 5948240 31399060 831676 2.53 455396 24108428 2031456 5.99 4406020 20881796 240 07:23:41 06:19:01 5947900 31398728 831952 2.53 455404 24108432 2031456 5.99 4406216 20881800 204 07:23:41 06:20:01 5948680 31399508 831156 2.53 455420 24108432 2031456 5.99 4405648 20881800 12 07:23:41 06:21:01 5948192 31399216 831460 2.53 455456 24108556 2031456 5.99 4405704 20881940 68 07:23:41 06:22:01 5948184 31399208 831420 2.53 455484 24108568 2015304 5.94 4405704 20881940 12 07:23:41 06:23:01 5947980 31399064 831576 2.53 455508 24108572 2015304 5.94 4405820 20881940 8 07:23:41 06:24:01 5947888 31398980 831800 2.53 455524 24108576 2015304 5.94 4405760 20881944 4 07:23:41 06:25:01 5947384 31398480 832260 2.53 455552 24108580 2015304 5.94 4406052 20881948 28 07:23:41 06:26:01 5945912 31399720 831244 2.53 455608 24110940 2031448 5.99 4405936 20884224 4 07:23:41 06:27:01 5946124 31399936 831064 2.53 455628 24110948 2031448 5.99 4405936 20884224 12 07:23:41 06:28:01 5946076 31399892 831048 2.53 455636 24110952 2031448 5.99 4405980 20884228 4 07:23:41 06:29:01 5945964 31399972 830896 2.53 455652 24111088 2031448 5.99 4406256 20884364 180 07:23:41 06:30:01 5945980 31399988 830968 2.53 455668 24111088 2031448 5.99 4405976 20884364 12 07:23:41 06:31:01 5945900 31399912 830980 2.53 455688 24111088 2031448 5.99 4405992 20884368 8 07:23:41 06:32:01 5945852 31399928 831068 2.53 455704 24111092 2031448 5.99 4406324 20884376 12 07:23:41 06:33:01 5807156 31389320 841464 2.56 456700 24235840 2042556 6.02 4478896 20942140 232 07:23:41 06:34:01 5807072 31389288 841688 2.56 456748 24235844 2042556 6.02 4479256 20942140 204 07:23:41 06:35:01 5807632 31389852 841100 2.56 456772 24235844 2042556 6.02 4478892 20942140 12 07:23:41 06:36:01 5809320 31391544 839372 2.55 456784 24235848 2042556 6.02 4477200 20942144 32 07:23:41 06:37:01 5809244 31391508 839408 2.55 456784 24235852 2042556 6.02 4476948 20942148 12 07:23:41 06:38:01 5811204 31393484 837364 2.55 456804 24235856 2042556 6.02 4474836 20942152 16 07:23:41 06:39:01 5810880 31393184 837580 2.55 456820 24235860 2042556 6.02 4474788 20942156 8 07:23:41 06:40:01 5810832 31393136 837568 2.55 456824 24235860 2042556 6.02 4474772 20942156 12 07:23:41 06:41:01 5810656 31393024 837524 2.55 456840 24235868 2042556 6.02 4474828 20942164 4 07:23:41 06:42:01 5810544 31392960 837520 2.55 456864 24235868 2042556 6.02 4475220 20942160 200 07:23:41 06:43:01 5811364 31393800 836660 2.55 456880 24235872 2042556 6.02 4474996 20942168 196 07:23:41 06:44:01 5811348 31393788 836652 2.55 456900 24235876 2042556 6.02 4474364 20942172 24 07:23:41 06:45:01 5811340 31393784 836568 2.55 456924 24235880 2042556 6.02 4474364 20942172 8 07:23:41 06:46:01 5811540 31394052 836496 2.54 456944 24235884 2042556 6.02 4474420 20942180 8 07:23:41 06:47:01 5811320 31393836 836692 2.55 456956 24235884 2042556 6.02 4474436 20942180 8 07:23:41 06:48:01 5811296 31393816 836660 2.55 456972 24235888 2042556 6.02 4474484 20942184 28 07:23:41 06:49:01 5810932 31393456 836944 2.55 456988 24235892 2042556 6.02 4474424 20942188 12 07:23:41 06:50:01 5811136 31393716 836668 2.55 457000 24235892 2042556 6.02 4474480 20942192 12 07:23:41 06:51:01 5810960 31393544 836768 2.55 457020 24235888 2042556 6.02 4474492 20942196 4 07:23:41 06:52:01 5810876 31393460 836984 2.55 457040 24235892 2042556 6.02 4474496 20942196 8 07:23:41 06:53:01 5810756 31393412 837028 2.55 457064 24235900 2042556 6.02 4474604 20942192 12 07:23:41 06:54:01 5810716 31393380 836992 2.55 457088 24235904 2042556 6.02 4474544 20942196 28 07:23:41 06:55:01 5810920 31393644 836696 2.55 457116 24235908 2042556 6.02 4474616 20942200 8 07:23:41 06:56:01 5810936 31393676 836644 2.55 457144 24235900 2042556 6.02 4474612 20942208 8 07:23:41 06:57:01 5810908 31393652 836824 2.55 457164 24235916 2042556 6.02 4474612 20942208 28 07:23:41 06:58:01 5810372 31393192 837304 2.55 457176 24235920 2042556 6.02 4474720 20942216 4 07:23:41 06:59:01 5810868 31393692 836732 2.55 457188 24235924 2042556 6.02 4474668 20942220 12 07:23:41 07:00:01 5810820 31393644 836712 2.55 457196 24235924 2042556 6.02 4474660 20942220 12 07:23:41 07:01:01 5810836 31393792 836532 2.54 457220 24236048 2042556 6.02 4474660 20942352 12 07:23:41 07:02:01 5810536 31393560 836748 2.55 457228 24236056 2042556 6.02 4474716 20942356 8 07:23:41 07:03:01 5810552 31393592 836640 2.55 457252 24236064 2042556 6.02 4474808 20942356 32 07:23:41 07:04:01 5810544 31393604 836568 2.55 457268 24236068 2042556 6.02 4474764 20942360 28 07:23:41 07:05:01 5810488 31393548 836764 2.55 457280 24236068 2042556 6.02 4475396 20942360 200 07:23:41 07:06:01 5810512 31393576 836716 2.55 457308 24236064 2042556 6.02 4474764 20942364 8 07:23:41 07:07:02 5810772 31393896 836388 2.54 457332 24236072 2042556 6.02 4474804 20942368 8 07:23:41 07:08:01 5811008 31394136 836072 2.54 457348 24236076 2042556 6.02 4474864 20942372 8 07:23:41 07:09:01 5810992 31394124 836012 2.54 457360 24236080 2042556 6.02 4474804 20942376 28 07:23:41 07:10:01 5810692 31393888 836232 2.54 457376 24236080 2042556 6.02 4474876 20942380 12 07:23:41 07:11:01 5810516 31393848 836192 2.54 457396 24236212 2042556 6.02 4474864 20942512 28 07:23:41 07:12:01 5809992 31393568 836396 2.54 457420 24236208 2042556 6.02 4475132 20942504 24 07:23:41 07:13:01 5810304 31393848 836092 2.54 457436 24236220 2042556 6.02 4475228 20942512 16 07:23:41 07:14:01 5810312 31393864 836028 2.54 457444 24236224 2042556 6.02 4475020 20942520 24 07:23:41 07:15:01 5810296 31393852 835976 2.54 457448 24236228 2042556 6.02 4474956 20942524 8 07:23:41 07:16:01 5809956 31393516 836232 2.54 457468 24236232 2058656 6.07 4474956 20942528 28 07:23:41 07:17:01 5809512 31393136 836592 2.55 457492 24236228 2074780 6.12 4475024 20942532 12 07:23:41 07:18:01 5809972 31393608 836296 2.54 457496 24236236 2074780 6.12 4475092 20942532 36 07:23:41 07:19:01 5809996 31393632 836228 2.54 457520 24236236 2074780 6.12 4475016 20942532 8 07:23:41 07:20:01 5810164 31393804 836200 2.54 457532 24236240 2074780 6.12 4475016 20942536 8 07:23:41 07:21:01 5810212 31393860 836216 2.54 457536 24236248 2074780 6.12 4475016 20942540 20 07:23:41 07:22:01 5810456 31394108 835912 2.54 457552 24236240 2074780 6.12 4475028 20942544 12 07:23:41 07:23:01 5810300 31394020 836204 2.54 457564 24236252 2074780 6.12 4475140 20942548 8 07:23:41 Average: 6160298 31381771 849453 2.58 449566 23895918 2089017 6.16 4394975 20691136 19269 07:23:41 07:23:41 01:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:23:41 01:24:01 veth95f901f 0.10 0.18 0.00 0.01 0.00 0.00 0.00 0.00 07:23:41 01:24:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 07:23:41 01:24:01 docker0 786.80 815.53 57.84 4631.62 0.00 0.00 0.00 0.00 07:23:41 01:24:01 ens3 987.49 897.67 7882.02 119.96 0.00 0.00 0.00 0.00 07:23:41 01:25:01 veth95f901f 1.52 1.58 0.13 0.14 0.00 0.00 0.00 0.00 07:23:41 01:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:25:01 docker0 1.52 1.52 0.11 0.14 0.00 0.00 0.00 0.00 07:23:41 01:25:01 ens3 33.53 23.60 25.44 14.72 0.00 0.00 0.00 0.00 07:23:41 01:26:01 veth95f901f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:26:01 ens3 23.54 15.43 19.07 11.96 0.00 0.00 0.00 0.00 07:23:41 01:27:01 veth095bf11 0.68 0.60 0.06 0.24 0.00 0.00 0.00 0.00 07:23:41 01:27:01 veth9a7c04a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:27:01 lo 1.39 1.39 0.12 0.12 0.00 0.00 0.00 0.00 07:23:41 01:27:01 docker0 0.68 0.46 0.05 0.23 0.00 0.00 0.00 0.00 07:23:41 01:27:01 veth304eee7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:27:01 ens3 109.31 79.01 2277.27 21.85 0.00 0.00 0.00 0.00 07:23:41 01:28:01 veth095bf11 0.10 2.70 0.00 0.12 0.00 0.00 0.00 0.00 07:23:41 01:28:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 07:23:41 01:28:01 docker0 597.03 953.66 48.78 8832.16 0.00 0.00 0.00 0.00 07:23:41 01:28:01 ens3 1174.42 724.63 11965.23 78.90 0.00 0.00 0.00 0.00 07:23:41 01:29:01 vethb6aff2e 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 07:23:41 01:29:01 vethae1a0d7 0.05 0.72 0.00 0.04 0.00 0.00 0.00 0.00 07:23:41 01:29:01 veth443d464 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 07:23:41 01:29:01 veth30b6277 0.05 0.80 0.00 0.04 0.00 0.00 0.00 0.00 07:23:41 01:29:01 veth0a61735 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 07:23:41 01:29:01 veth6711fd9 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 07:23:41 01:29:01 veth494e80f 0.05 0.78 0.00 0.04 0.00 0.00 0.00 0.00 07:23:41 01:29:01 vethbb8b71a 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 07:23:41 01:29:01 veth4d42615 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 07:23:41 01:29:01 veth095bf11 0.08 0.82 0.00 0.04 0.00 0.00 0.00 0.00 07:23:41 01:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:29:01 docker0 0.68 0.20 0.02 0.01 0.00 0.00 0.00 0.00 07:23:41 01:29:01 veth2275036 0.05 0.77 0.00 0.04 0.00 0.00 0.00 0.00 07:23:41 01:29:01 vethfe79e5b 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 07:23:41 01:29:01 veth33178fc 0.05 0.78 0.00 0.04 0.00 0.00 0.00 0.00 07:23:41 01:29:01 ens3 15.58 10.66 12.70 7.29 0.00 0.00 0.00 0.00 07:23:41 01:30:01 vethb6aff2e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:23:41 01:30:01 vethae1a0d7 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:23:41 01:30:01 veth443d464 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:23:41 01:30:01 veth30b6277 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:23:41 01:30:01 veth6711fd9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:23:41 01:30:01 veth494e80f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:23:41 01:30:01 vethbb8b71a 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:23:41 01:30:01 veth4d42615 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:23:41 01:30:01 veth095bf11 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:30:01 docker0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:30:01 vethfe79e5b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:23:41 01:30:01 veth33178fc 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:23:41 01:30:01 ens3 4.88 2.08 3.47 1.85 0.00 0.00 0.00 0.00 07:23:41 01:31:01 veth443d464 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:31:01 vethbb8b71a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:31:01 veth095bf11 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:31:01 ens3 4.95 2.43 3.60 2.03 0.00 0.00 0.00 0.00 07:23:41 01:32:01 lo 37.99 37.99 3.72 3.72 0.00 0.00 0.00 0.00 07:23:41 01:32:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:32:01 ens3 391.03 394.05 199.51 1564.12 0.00 0.00 0.00 0.00 07:23:41 01:33:01 lo 16.66 16.66 1.63 1.63 0.00 0.00 0.00 0.00 07:23:41 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:33:01 ens3 337.72 331.42 102.62 2317.60 0.00 0.00 0.00 0.00 07:23:41 01:34:01 lo 14.86 14.86 1.45 1.45 0.00 0.00 0.00 0.00 07:23:41 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:34:01 ens3 140.49 122.98 81.70 476.69 0.00 0.00 0.00 0.00 07:23:41 01:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:35:01 ens3 0.60 0.55 0.27 0.23 0.00 0.00 0.00 0.00 07:23:41 01:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:36:01 ens3 1.52 0.98 5.02 0.27 0.00 0.00 0.00 0.00 07:23:41 01:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:37:01 ens3 0.57 0.52 0.27 0.22 0.00 0.00 0.00 0.00 07:23:41 01:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:38:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 01:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:39:01 ens3 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 07:23:41 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:40:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:41:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:43:01 ens3 0.48 0.30 0.15 0.08 0.00 0.00 0.00 0.00 07:23:41 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:44:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:23:41 01:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:45:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:46:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:47:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:48:01 ens3 0.30 0.23 0.14 0.08 0.00 0.00 0.00 0.00 07:23:41 01:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:49:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:51:01 ens3 0.47 0.10 0.05 0.01 0.00 0.00 0.00 0.00 07:23:41 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:52:01 ens3 0.40 0.32 0.26 0.21 0.00 0.00 0.00 0.00 07:23:41 01:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:53:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:54:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 07:23:41 01:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:55:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:56:02 ens3 0.65 0.03 0.06 0.00 0.00 0.00 0.00 0.00 07:23:41 01:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:57:01 ens3 0.68 0.69 0.40 0.31 0.00 0.00 0.00 0.00 07:23:41 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:58:01 ens3 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 01:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 01:59:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:00:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:01:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:02:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 07:23:41 02:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:03:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:04:01 ens3 0.55 0.05 0.11 0.00 0.00 0.00 0.00 0.00 07:23:41 02:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:05:01 ens3 0.42 0.37 0.26 0.22 0.00 0.00 0.00 0.00 07:23:41 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:07:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:08:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 02:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:09:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:10:01 ens3 0.92 0.60 0.87 0.37 0.00 0.00 0.00 0.00 07:23:41 02:11:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 07:23:41 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:11:01 ens3 5.56 4.57 3.73 4.78 0.00 0.00 0.00 0.00 07:23:41 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:12:01 ens3 1.73 1.45 0.97 1.21 0.00 0.00 0.00 0.00 07:23:41 02:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:13:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:14:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:15:01 ens3 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 07:23:41 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:17:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:18:01 ens3 0.27 0.13 0.14 0.07 0.00 0.00 0.00 0.00 07:23:41 02:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:19:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:21:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:23:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:24:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:25:01 ens3 0.17 0.12 0.06 0.01 0.00 0.00 0.00 0.00 07:23:41 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:27:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:28:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 02:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:29:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:31:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 07:23:41 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:32:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:33:01 ens3 0.35 0.25 0.14 0.08 0.00 0.00 0.00 0.00 07:23:41 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:34:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:36:01 ens3 0.47 0.33 0.26 0.21 0.00 0.00 0.00 0.00 07:23:41 02:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:37:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:38:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 02:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:39:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:41:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:42:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:43:01 ens3 0.23 0.22 0.08 0.08 0.00 0.00 0.00 0.00 07:23:41 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:44:01 ens3 0.18 0.07 0.12 0.00 0.00 0.00 0.00 0.00 07:23:41 02:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:45:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:48:01 ens3 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 02:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:49:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:53:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:54:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:55:01 ens3 0.23 0.13 0.12 0.01 0.00 0.00 0.00 0.00 07:23:41 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:58:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 02:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 02:59:01 ens3 0.23 0.18 0.07 0.01 0.00 0.00 0.00 0.00 07:23:41 03:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:02:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:03:01 ens3 0.65 0.23 0.13 0.08 0.00 0.00 0.00 0.00 07:23:41 03:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:04:01 ens3 0.75 0.38 0.30 0.22 0.00 0.00 0.00 0.00 07:23:41 03:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:05:01 ens3 0.52 0.42 0.27 0.22 0.00 0.00 0.00 0.00 07:23:41 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:06:01 ens3 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 07:23:41 03:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:08:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 03:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:11:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 07:23:41 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:11:01 ens3 1.53 1.47 0.84 3.22 0.00 0.00 0.00 0.00 07:23:41 03:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:12:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:12:02 ens3 2.95 2.47 1.63 2.14 0.00 0.00 0.00 0.00 07:23:41 03:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:13:01 ens3 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:18:01 ens3 0.22 0.12 0.13 0.07 0.00 0.00 0.00 0.00 07:23:41 03:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:19:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:20:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 07:23:41 03:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:21:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:22:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:23:01 ens3 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 07:23:41 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:25:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:27:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:28:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 03:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:29:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:30:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 07:23:41 03:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:33:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 03:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:34:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 07:23:41 03:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:36:01 ens3 0.48 0.30 0.26 0.21 0.00 0.00 0.00 0.00 07:23:41 03:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:37:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:38:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 03:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:39:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:42:01 ens3 0.15 0.07 0.06 0.00 0.00 0.00 0.00 0.00 07:23:41 03:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:43:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:44:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:47:01 ens3 0.17 0.10 0.06 0.01 0.00 0.00 0.00 0.00 07:23:41 03:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:48:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 03:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:49:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:50:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:53:01 ens3 0.42 0.35 0.20 0.08 0.00 0.00 0.00 0.00 07:23:41 03:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:54:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:56:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:57:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:58:01 ens3 0.17 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 03:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 03:59:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:02:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:03:01 ens3 0.22 0.23 0.08 0.08 0.00 0.00 0.00 0.00 07:23:41 04:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:04:01 ens3 0.38 0.00 0.04 0.00 0.00 0.00 0.00 0.00 07:23:41 04:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:05:01 ens3 0.58 0.37 0.38 0.22 0.00 0.00 0.00 0.00 07:23:41 04:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:08:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 04:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:09:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:11:01 ens3 0.42 0.28 0.17 0.25 0.00 0.00 0.00 0.00 07:23:41 04:12:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:12:01 ens3 4.65 5.85 1.58 15.35 0.00 0.00 0.00 0.00 07:23:41 04:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:13:01 ens3 18.36 25.05 1.95 55.17 0.00 0.00 0.00 0.00 07:23:41 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:16:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 07:23:41 04:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:18:01 ens3 1.12 1.13 0.21 6.60 0.00 0.00 0.00 0.00 07:23:41 04:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:19:01 ens3 3.55 5.00 0.46 7.36 0.00 0.00 0.00 0.00 07:23:41 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:21:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:23:01 ens3 0.35 0.35 0.09 0.40 0.00 0.00 0.00 0.00 07:23:41 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:27:01 ens3 0.23 0.18 0.07 0.01 0.00 0.00 0.00 0.00 07:23:41 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:28:01 ens3 0.18 0.10 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 04:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:29:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:30:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:31:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 07:23:41 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:32:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:33:01 ens3 0.58 0.20 0.13 0.07 0.00 0.00 0.00 0.00 07:23:41 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:34:01 ens3 0.60 0.33 0.32 0.21 0.00 0.00 0.00 0.00 07:23:41 04:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:36:02 ens3 0.47 0.32 0.26 0.21 0.00 0.00 0.00 0.00 07:23:41 04:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:37:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:38:01 ens3 0.27 0.17 0.14 0.07 0.00 0.00 0.00 0.00 07:23:41 04:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:39:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:41:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:42:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:43:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:44:01 ens3 0.82 0.32 0.36 0.21 0.00 0.00 0.00 0.00 07:23:41 04:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:45:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:46:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:48:01 ens3 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 04:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:49:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 07:23:41 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:52:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:53:01 ens3 0.23 0.25 0.08 0.08 0.00 0.00 0.00 0.00 07:23:41 04:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:56:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:58:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 04:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 04:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:00:01 ens3 0.17 0.07 0.12 0.00 0.00 0.00 0.00 0.00 07:23:41 05:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:01:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:02:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:03:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:04:01 ens3 0.55 0.07 0.11 0.00 0.00 0.00 0.00 0.00 07:23:41 05:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:05:01 ens3 0.85 0.33 0.31 0.22 0.00 0.00 0.00 0.00 07:23:41 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:06:01 ens3 0.37 0.27 0.26 0.21 0.00 0.00 0.00 0.00 07:23:41 05:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:07:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:08:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 05:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:09:01 ens3 0.27 0.15 0.07 0.01 0.00 0.00 0.00 0.00 07:23:41 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:11:01 ens3 0.32 0.25 0.11 0.25 0.00 0.00 0.00 0.00 07:23:41 05:12:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:12:01 ens3 2.67 2.20 1.45 3.93 0.00 0.00 0.00 0.00 07:23:41 05:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:13:01 ens3 1.65 1.43 0.87 1.22 0.00 0.00 0.00 0.00 07:23:41 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:17:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:18:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 05:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:21:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 07:23:41 05:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:23:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 05:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:25:01 ens3 0.27 0.13 0.12 0.01 0.00 0.00 0.00 0.00 07:23:41 05:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:27:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:28:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 05:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:29:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 07:23:41 05:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:33:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 05:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:34:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:36:01 ens3 0.50 0.55 0.30 0.23 0.00 0.00 0.00 0.00 07:23:41 05:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:37:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:38:01 ens3 0.25 0.25 0.14 0.08 0.00 0.00 0.00 0.00 07:23:41 05:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:39:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:40:01 ens3 0.52 0.05 0.11 0.00 0.00 0.00 0.00 0.00 07:23:41 05:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:41:01 ens3 0.38 0.30 0.26 0.21 0.00 0.00 0.00 0.00 07:23:41 05:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:42:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:43:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 05:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:44:01 ens3 0.18 0.05 0.06 0.00 0.00 0.00 0.00 0.00 07:23:41 05:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:45:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:47:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:48:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 05:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:49:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:50:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:52:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:53:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:55:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:55:02 ens3 0.23 0.17 0.12 0.01 0.00 0.00 0.00 0.00 07:23:41 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:58:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 05:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 05:59:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:02:01 ens3 0.13 0.03 0.06 0.00 0.00 0.00 0.00 0.00 07:23:41 06:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:03:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:04:01 ens3 0.40 0.00 0.05 0.00 0.00 0.00 0.00 0.00 07:23:41 06:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:05:01 ens3 0.40 0.33 0.26 0.21 0.00 0.00 0.00 0.00 07:23:41 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:08:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 06:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:11:01 ens3 0.43 0.28 0.22 0.25 0.00 0.00 0.00 0.00 07:23:41 06:12:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:12:01 ens3 2.68 2.23 1.45 3.93 0.00 0.00 0.00 0.00 07:23:41 06:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:13:01 ens3 1.62 1.30 0.86 1.20 0.00 0.00 0.00 0.00 07:23:41 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:15:01 ens3 0.25 0.20 0.12 0.07 0.00 0.00 0.00 0.00 07:23:41 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:18:01 ens3 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 06:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:19:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 07:23:41 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:20:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:21:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 07:23:41 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:23:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:26:01 ens3 0.15 0.13 0.09 0.01 0.00 0.00 0.00 0.00 07:23:41 06:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:27:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:28:01 ens3 0.20 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 06:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:31:01 ens3 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 07:23:41 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:33:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 07:23:41 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:33:01 ens3 66.94 48.69 716.29 3.43 0.00 0.00 0.00 0.00 07:23:41 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:34:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:36:01 ens3 0.60 0.55 0.32 0.23 0.00 0.00 0.00 0.00 07:23:41 06:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:37:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:38:01 ens3 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 06:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:39:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 07:23:41 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:40:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:43:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:44:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:46:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 07:23:41 06:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:48:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 06:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:49:01 ens3 0.22 0.18 0.09 0.01 0.00 0.00 0.00 0.00 07:23:41 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:53:01 ens3 0.22 0.23 0.08 0.08 0.00 0.00 0.00 0.00 07:23:41 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:55:01 ens3 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 07:23:41 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:56:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:58:01 ens3 0.15 0.17 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 06:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 06:59:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:02:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:03:01 ens3 0.22 0.23 0.08 0.08 0.00 0.00 0.00 0.00 07:23:41 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:04:01 ens3 0.35 0.00 0.04 0.00 0.00 0.00 0.00 0.00 07:23:41 07:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:05:01 ens3 0.78 0.55 0.47 0.29 0.00 0.00 0.00 0.00 07:23:41 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:06:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:07:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:07:02 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:08:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 07:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:09:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:11:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 07:23:41 07:12:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:12:01 ens3 1.40 1.18 0.71 3.19 0.00 0.00 0.00 0.00 07:23:41 07:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:13:01 ens3 3.08 2.18 1.76 2.13 0.00 0.00 0.00 0.00 07:23:41 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:14:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:17:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:18:01 ens3 0.20 0.13 0.08 0.08 0.00 0.00 0.00 0.00 07:23:41 07:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:19:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:20:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 07:23:41 07:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:21:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:23:41 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:23:41 07:23:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:23:41 Average: lo 0.30 0.30 0.03 0.03 0.00 0.00 0.00 0.00 07:23:41 Average: docker0 3.85 4.92 0.30 37.41 0.00 0.00 0.00 0.00 07:23:41 Average: ens3 9.44 7.63 64.84 13.18 0.00 0.00 0.00 0.00 07:23:41 07:23:41 07:23:41 ---> sar -P ALL: 07:23:41 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-6062) 08/01/25 _x86_64_ (8 CPU) 07:23:41 07:23:41 01:22:03 LINUX RESTART (8 CPU) 07:23:41 07:23:41 01:23:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 01:24:01 all 8.99 0.00 3.71 2.28 0.09 84.94 07:23:41 01:24:01 0 7.39 0.00 4.61 7.09 0.07 80.84 07:23:41 01:24:01 1 11.43 0.00 4.12 0.22 0.10 84.12 07:23:41 01:24:01 2 7.49 0.00 3.58 0.78 0.08 88.07 07:23:41 01:24:01 3 10.41 0.00 3.33 0.03 0.08 86.14 07:23:41 01:24:01 4 7.34 0.00 3.03 1.60 0.08 87.95 07:23:41 01:24:01 5 13.00 0.00 4.16 1.28 0.08 81.48 07:23:41 01:24:01 6 6.99 0.00 3.28 0.78 0.08 88.87 07:23:41 01:24:01 7 7.85 0.00 3.54 6.46 0.10 82.05 07:23:41 01:25:01 all 43.67 0.00 6.79 0.61 0.11 48.82 07:23:41 01:25:01 0 43.20 0.00 7.36 0.00 0.12 49.32 07:23:41 01:25:01 1 47.16 0.00 6.70 0.02 0.10 46.03 07:23:41 01:25:01 2 42.88 0.00 7.06 0.00 0.12 49.94 07:23:41 01:25:01 3 38.94 0.00 6.37 0.00 0.10 54.59 07:23:41 01:25:01 4 48.66 0.00 6.86 0.12 0.12 44.24 07:23:41 01:25:01 5 45.11 0.00 6.65 4.58 0.12 43.55 07:23:41 01:25:01 6 38.87 0.00 6.38 0.10 0.12 54.53 07:23:41 01:25:01 7 44.53 0.00 6.94 0.02 0.10 48.42 07:23:41 01:26:01 all 65.13 0.00 7.91 0.22 0.11 26.63 07:23:41 01:26:01 0 65.66 0.00 8.25 0.02 0.12 25.96 07:23:41 01:26:01 1 66.19 0.00 7.78 0.02 0.10 25.92 07:23:41 01:26:01 2 65.49 0.00 8.10 0.05 0.08 26.27 07:23:41 01:26:01 3 62.16 0.00 7.65 0.05 0.12 30.03 07:23:41 01:26:01 4 65.92 0.00 8.25 0.22 0.12 25.49 07:23:41 01:26:01 5 66.25 0.00 8.25 1.16 0.12 24.22 07:23:41 01:26:01 6 63.98 0.00 7.24 0.07 0.12 28.59 07:23:41 01:26:01 7 65.40 0.00 7.75 0.15 0.13 26.57 07:23:41 01:27:01 all 24.14 0.00 7.18 6.11 0.14 62.43 07:23:41 01:27:01 0 27.38 0.00 6.80 1.40 0.10 64.33 07:23:41 01:27:01 1 26.15 0.00 7.01 1.78 0.10 64.95 07:23:41 01:27:01 2 22.76 0.00 7.43 9.62 0.15 60.03 07:23:41 01:27:01 3 22.86 0.00 7.47 1.22 0.10 68.35 07:23:41 01:27:01 4 24.35 0.00 7.65 2.86 0.14 65.01 07:23:41 01:27:01 5 23.44 0.00 6.98 13.15 0.19 56.23 07:23:41 01:27:01 6 22.80 0.00 6.37 11.51 0.10 59.21 07:23:41 01:27:01 7 23.37 0.00 7.74 7.49 0.20 61.20 07:23:41 01:28:01 all 13.51 0.00 6.73 17.43 0.09 62.23 07:23:41 01:28:01 0 12.67 0.00 7.05 11.95 0.08 68.25 07:23:41 01:28:01 1 12.86 0.00 7.52 25.30 0.08 54.23 07:23:41 01:28:01 2 13.43 0.00 6.01 21.16 0.10 59.29 07:23:41 01:28:01 3 13.01 0.00 6.78 17.45 0.10 62.66 07:23:41 01:28:01 4 13.65 0.00 6.04 19.06 0.08 61.17 07:23:41 01:28:01 5 13.84 0.00 5.81 7.50 0.08 72.76 07:23:41 01:28:01 6 14.43 0.00 7.00 9.22 0.10 69.25 07:23:41 01:28:01 7 14.18 0.00 7.66 28.00 0.12 50.03 07:23:41 01:29:01 all 54.67 0.00 8.34 5.76 0.09 31.14 07:23:41 01:29:01 0 54.58 0.00 8.46 1.20 0.08 35.66 07:23:41 01:29:01 1 54.26 0.00 8.16 0.97 0.08 36.53 07:23:41 01:29:01 2 54.60 0.00 8.09 1.19 0.08 36.05 07:23:41 01:29:01 3 54.58 0.00 8.82 6.48 0.08 30.03 07:23:41 01:29:01 4 54.36 0.00 8.98 0.69 0.08 35.89 07:23:41 01:29:01 5 55.10 0.00 7.15 0.67 0.10 36.98 07:23:41 01:29:01 6 55.23 0.00 7.70 0.78 0.08 36.20 07:23:41 01:29:01 7 54.62 0.00 9.37 34.35 0.10 1.57 07:23:41 01:30:01 all 90.87 0.00 8.98 0.00 0.15 0.00 07:23:41 01:30:01 0 91.18 0.00 8.67 0.00 0.15 0.00 07:23:41 01:30:01 1 89.40 0.00 10.45 0.00 0.15 0.00 07:23:41 01:30:01 2 91.51 0.00 8.34 0.00 0.15 0.00 07:23:41 01:30:01 3 90.65 0.00 9.20 0.00 0.15 0.00 07:23:41 01:30:01 4 90.18 0.00 9.68 0.00 0.13 0.00 07:23:41 01:30:01 5 91.78 0.00 8.09 0.00 0.13 0.00 07:23:41 01:30:01 6 91.25 0.00 8.60 0.00 0.15 0.00 07:23:41 01:30:01 7 91.05 0.00 8.78 0.00 0.15 0.02 07:23:41 01:31:01 all 87.26 0.00 10.05 0.85 0.14 1.69 07:23:41 01:31:01 0 87.80 0.00 9.85 0.10 0.13 2.12 07:23:41 01:31:01 1 86.44 0.00 11.49 0.07 0.15 1.85 07:23:41 01:31:01 2 87.96 0.00 9.04 0.72 0.13 2.14 07:23:41 01:31:01 3 88.43 0.00 9.13 1.25 0.13 1.05 07:23:41 01:31:01 4 86.54 0.00 10.58 2.27 0.13 0.47 07:23:41 01:31:01 5 86.82 0.00 10.31 0.78 0.15 1.94 07:23:41 01:31:01 6 86.24 0.00 10.57 0.57 0.13 2.49 07:23:41 01:31:01 7 87.89 0.00 9.43 1.07 0.12 1.49 07:23:41 01:32:01 all 7.37 0.00 1.80 1.70 0.09 89.04 07:23:41 01:32:01 0 8.88 0.00 2.21 2.17 0.10 86.63 07:23:41 01:32:01 1 9.33 0.00 1.77 0.60 0.08 88.21 07:23:41 01:32:01 2 6.35 0.00 1.85 1.20 0.08 90.51 07:23:41 01:32:01 3 9.43 0.00 1.53 1.78 0.08 87.17 07:23:41 01:32:01 4 4.50 0.00 1.53 1.56 0.08 92.33 07:23:41 01:32:01 5 6.19 0.00 2.03 3.09 0.08 88.61 07:23:41 01:32:01 6 7.35 0.00 2.10 1.85 0.08 88.62 07:23:41 01:32:01 7 6.94 0.00 1.41 1.37 0.08 90.19 07:23:41 01:33:01 all 8.88 0.00 0.70 0.06 0.06 90.30 07:23:41 01:33:01 0 8.55 0.00 0.60 0.08 0.05 90.71 07:23:41 01:33:01 1 13.78 0.00 0.94 0.03 0.08 85.16 07:23:41 01:33:01 2 9.20 0.00 0.90 0.02 0.07 89.81 07:23:41 01:33:01 3 8.17 0.00 0.72 0.08 0.08 90.94 07:23:41 01:33:01 4 6.91 0.00 0.55 0.00 0.05 92.48 07:23:41 01:33:01 5 9.22 0.00 0.73 0.02 0.07 89.96 07:23:41 01:33:01 6 7.84 0.00 0.67 0.18 0.05 91.26 07:23:41 01:33:01 7 7.37 0.00 0.45 0.03 0.07 92.08 07:23:41 01:34:01 all 2.38 0.00 0.42 0.05 0.04 97.12 07:23:41 01:34:01 0 2.00 0.00 0.32 0.00 0.03 97.65 07:23:41 01:34:01 1 1.63 0.00 0.47 0.02 0.03 97.85 07:23:41 01:34:01 2 1.25 0.00 0.53 0.00 0.02 98.20 07:23:41 01:34:01 3 2.24 0.00 0.53 0.05 0.05 97.13 07:23:41 01:34:01 4 3.41 0.00 0.30 0.02 0.05 96.22 07:23:41 01:34:01 5 3.57 0.00 0.43 0.02 0.05 95.93 07:23:41 01:34:01 6 3.61 0.00 0.38 0.22 0.05 95.74 07:23:41 01:34:01 7 1.34 0.00 0.35 0.05 0.05 98.21 07:23:41 07:23:41 01:34:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 01:35:01 all 0.04 0.00 0.02 0.01 0.01 99.92 07:23:41 01:35:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 01:35:01 1 0.05 0.00 0.03 0.00 0.03 99.88 07:23:41 01:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 01:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 01:35:01 4 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 01:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:35:01 6 0.08 0.00 0.02 0.03 0.02 99.85 07:23:41 01:35:01 7 0.07 0.00 0.02 0.02 0.03 99.87 07:23:41 01:36:01 all 0.05 0.00 0.02 0.00 0.01 99.92 07:23:41 01:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 01:36:01 1 0.15 0.00 0.05 0.02 0.03 99.75 07:23:41 01:36:01 2 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 01:36:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 01:36:01 4 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 01:36:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 01:36:01 6 0.07 0.00 0.02 0.02 0.02 99.88 07:23:41 01:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 01:37:01 all 0.02 0.00 0.02 0.00 0.01 99.94 07:23:41 01:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:37:01 1 0.03 0.00 0.02 0.00 0.05 99.90 07:23:41 01:37:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 01:37:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 01:37:01 4 0.03 0.00 0.03 0.02 0.03 99.88 07:23:41 01:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:37:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 01:37:01 7 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 01:38:01 all 0.05 0.00 0.03 0.00 0.01 99.90 07:23:41 01:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 01:38:01 1 0.05 0.00 0.05 0.00 0.05 99.85 07:23:41 01:38:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:23:41 01:38:01 3 0.08 0.00 0.05 0.00 0.02 99.85 07:23:41 01:38:01 4 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 01:38:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:23:41 01:38:01 6 0.08 0.00 0.02 0.02 0.02 99.87 07:23:41 01:38:01 7 0.05 0.00 0.05 0.00 0.02 99.88 07:23:41 01:39:01 all 0.05 0.00 0.01 0.00 0.01 99.92 07:23:41 01:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:39:01 1 0.30 0.00 0.05 0.00 0.03 99.62 07:23:41 01:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 01:39:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 01:39:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 01:39:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 01:39:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 01:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 01:40:01 all 0.04 0.00 0.01 0.00 0.02 99.92 07:23:41 01:40:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 01:40:01 1 0.10 0.00 0.02 0.02 0.05 99.82 07:23:41 01:40:01 2 0.07 0.00 0.00 0.00 0.02 99.92 07:23:41 01:40:01 3 0.10 0.00 0.03 0.00 0.03 99.83 07:23:41 01:40:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 01:40:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 01:40:01 6 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 01:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 01:41:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:23:41 01:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:41:01 1 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 01:41:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 01:41:01 3 0.05 0.00 0.05 0.00 0.02 99.88 07:23:41 01:41:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 01:41:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 01:41:01 6 0.07 0.00 0.03 0.02 0.03 99.85 07:23:41 01:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:42:01 all 0.05 0.00 0.01 0.01 0.01 99.92 07:23:41 01:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:42:01 1 0.05 0.00 0.00 0.02 0.02 99.92 07:23:41 01:42:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 01:42:01 3 0.08 0.00 0.03 0.00 0.02 99.87 07:23:41 01:42:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 01:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:42:01 6 0.10 0.00 0.05 0.02 0.05 99.78 07:23:41 01:42:01 7 0.13 0.00 0.00 0.00 0.00 99.87 07:23:41 01:43:01 all 0.04 0.00 0.02 0.00 0.02 99.92 07:23:41 01:43:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 01:43:01 1 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 01:43:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 01:43:01 3 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 01:43:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 01:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 01:43:01 6 0.18 0.00 0.05 0.00 0.05 99.72 07:23:41 01:43:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 01:44:01 all 0.10 0.00 0.02 0.00 0.01 99.86 07:23:41 01:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:44:01 1 0.43 0.00 0.02 0.00 0.02 99.53 07:23:41 01:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 01:44:01 3 0.08 0.00 0.03 0.00 0.02 99.87 07:23:41 01:44:01 4 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 01:44:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 01:44:01 6 0.12 0.00 0.07 0.02 0.03 99.77 07:23:41 01:44:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 01:45:01 all 0.19 0.00 0.01 0.01 0.01 99.78 07:23:41 01:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 01:45:01 1 0.23 0.00 0.02 0.00 0.00 99.75 07:23:41 01:45:01 2 0.00 0.00 0.03 0.00 0.00 99.97 07:23:41 01:45:01 3 0.03 0.00 0.05 0.02 0.02 99.88 07:23:41 01:45:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:23:41 01:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 01:45:01 6 1.19 0.00 0.00 0.02 0.03 98.76 07:23:41 01:45:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 07:23:41 01:45:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 01:46:01 all 0.07 0.00 0.02 0.00 0.02 99.89 07:23:41 01:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:46:01 1 0.10 0.00 0.03 0.00 0.02 99.85 07:23:41 01:46:01 2 0.07 0.00 0.02 0.00 0.03 99.88 07:23:41 01:46:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 01:46:01 4 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 01:46:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 01:46:01 6 0.15 0.00 0.05 0.02 0.05 99.73 07:23:41 01:46:01 7 0.15 0.00 0.02 0.00 0.00 99.83 07:23:41 01:47:01 all 0.03 0.00 0.02 0.00 0.01 99.93 07:23:41 01:47:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 01:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 01:47:01 2 0.05 0.00 0.05 0.00 0.03 99.87 07:23:41 01:47:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 01:47:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 01:47:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 01:47:01 6 0.03 0.00 0.03 0.02 0.03 99.88 07:23:41 01:47:01 7 0.12 0.00 0.02 0.00 0.02 99.85 07:23:41 01:48:01 all 0.08 0.00 0.02 0.00 0.02 99.88 07:23:41 01:48:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 01:48:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 01:48:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 01:48:01 3 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 01:48:01 4 0.05 0.00 0.02 0.02 0.02 99.90 07:23:41 01:48:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 01:48:01 6 0.45 0.00 0.07 0.02 0.03 99.43 07:23:41 01:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 01:49:01 all 0.27 0.00 0.01 0.00 0.01 99.70 07:23:41 01:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:49:01 2 0.05 0.00 0.02 0.00 0.03 99.90 07:23:41 01:49:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 01:49:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 01:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:49:01 6 2.05 0.00 0.07 0.02 0.03 97.83 07:23:41 01:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 01:50:01 all 0.05 0.00 0.02 0.00 0.01 99.91 07:23:41 01:50:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:23:41 01:50:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 01:50:01 2 0.05 0.00 0.03 0.00 0.03 99.88 07:23:41 01:50:01 3 0.03 0.00 0.00 0.02 0.00 99.95 07:23:41 01:50:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:50:01 6 0.30 0.00 0.05 0.02 0.05 99.58 07:23:41 01:50:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 01:51:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 01:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 01:51:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 01:51:01 2 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 01:51:01 3 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 01:51:01 4 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 01:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:51:01 6 0.08 0.00 0.02 0.00 0.03 99.87 07:23:41 01:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:52:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:23:41 01:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:52:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 01:52:01 2 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 01:52:01 3 0.03 0.00 0.02 0.02 0.00 99.93 07:23:41 01:52:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 01:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:52:01 6 0.13 0.00 0.05 0.02 0.03 99.77 07:23:41 01:52:01 7 0.00 0.00 0.03 0.00 0.00 99.97 07:23:41 01:53:01 all 0.25 0.00 0.01 0.00 0.02 99.72 07:23:41 01:53:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 01:53:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 01:53:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 01:53:01 3 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 01:53:01 4 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 01:53:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 01:53:01 6 1.83 0.00 0.02 0.02 0.03 98.11 07:23:41 01:53:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 01:54:01 all 0.17 0.00 0.01 0.00 0.02 99.80 07:23:41 01:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:54:01 1 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 01:54:01 2 0.05 0.00 0.02 0.00 0.05 99.88 07:23:41 01:54:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 01:54:01 4 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 01:54:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 01:54:01 6 1.16 0.00 0.02 0.02 0.03 98.77 07:23:41 01:54:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 01:55:01 all 0.02 0.00 0.02 0.00 0.01 99.94 07:23:41 01:55:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 01:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 01:55:01 2 0.05 0.00 0.05 0.00 0.03 99.87 07:23:41 01:55:01 3 0.00 0.00 0.02 0.02 0.00 99.97 07:23:41 01:55:01 4 0.05 0.00 0.02 0.00 0.03 99.90 07:23:41 01:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 01:55:01 6 0.05 0.00 0.05 0.02 0.02 99.87 07:23:41 01:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:56:02 all 0.05 0.00 0.01 0.00 0.01 99.92 07:23:41 01:56:02 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:56:02 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 01:56:02 2 0.08 0.00 0.03 0.00 0.03 99.85 07:23:41 01:56:02 3 0.12 0.00 0.00 0.02 0.00 99.87 07:23:41 01:56:02 4 0.10 0.00 0.03 0.00 0.02 99.85 07:23:41 01:56:02 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:56:02 6 0.13 0.00 0.00 0.02 0.03 99.82 07:23:41 01:56:02 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:23:41 01:56:02 CPU %user %nice %system %iowait %steal %idle 07:23:41 01:57:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 01:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 01:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 01:57:01 2 0.03 0.00 0.02 0.00 0.05 99.90 07:23:41 01:57:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 01:57:01 4 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 01:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:57:01 6 0.07 0.00 0.03 0.00 0.03 99.86 07:23:41 01:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 01:58:01 all 0.04 0.00 0.02 0.00 0.02 99.92 07:23:41 01:58:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 01:58:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 01:58:01 2 0.10 0.00 0.08 0.00 0.02 99.80 07:23:41 01:58:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 01:58:01 4 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 01:58:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 01:58:01 6 0.02 0.00 0.00 0.02 0.03 99.93 07:23:41 01:58:01 7 0.15 0.00 0.00 0.00 0.02 99.83 07:23:41 01:59:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 01:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 01:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 01:59:01 2 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 01:59:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 01:59:01 4 0.05 0.00 0.02 0.02 0.03 99.88 07:23:41 01:59:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 01:59:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 01:59:01 7 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 02:00:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:23:41 02:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:00:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:00:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 02:00:01 3 0.03 0.00 0.00 0.02 0.00 99.95 07:23:41 02:00:01 4 0.07 0.00 0.05 0.00 0.02 99.87 07:23:41 02:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:00:01 6 0.03 0.00 0.03 0.02 0.03 99.88 07:23:41 02:00:01 7 0.05 0.00 0.03 0.00 0.03 99.88 07:23:41 02:01:01 all 0.21 0.00 0.01 0.00 0.01 99.77 07:23:41 02:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:01:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:01:01 2 0.07 0.00 0.03 0.00 0.00 99.90 07:23:41 02:01:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:01:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 02:01:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:01:01 6 1.52 0.00 0.05 0.02 0.02 98.40 07:23:41 02:01:01 7 0.00 0.00 0.00 0.00 0.03 99.97 07:23:41 02:02:01 all 0.27 0.00 0.01 0.00 0.01 99.70 07:23:41 02:02:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:02:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 02:02:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 02:02:01 3 0.05 0.00 0.02 0.02 0.00 99.92 07:23:41 02:02:01 4 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 02:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:02:01 6 1.99 0.00 0.02 0.02 0.03 97.95 07:23:41 02:02:01 7 0.02 0.00 0.02 0.00 0.03 99.93 07:23:41 02:03:01 all 0.11 0.00 0.02 0.00 0.01 99.85 07:23:41 02:03:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:03:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 02:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:03:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 02:03:01 4 0.03 0.00 0.05 0.03 0.02 99.87 07:23:41 02:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:03:01 6 0.76 0.00 0.07 0.00 0.03 99.14 07:23:41 02:03:01 7 0.02 0.00 0.03 0.00 0.03 99.92 07:23:41 02:04:01 all 0.03 0.00 0.01 0.00 0.02 99.95 07:23:41 02:04:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:04:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 02:04:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:04:01 4 0.07 0.00 0.02 0.00 0.03 99.88 07:23:41 02:04:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:04:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 02:04:01 7 0.05 0.00 0.02 0.00 0.03 99.90 07:23:41 02:05:01 all 0.16 0.00 0.01 0.00 0.01 99.81 07:23:41 02:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:05:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:05:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 02:05:01 3 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 02:05:01 4 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 02:05:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:05:01 6 1.01 0.00 0.00 0.02 0.03 98.94 07:23:41 02:05:01 7 0.12 0.00 0.03 0.00 0.03 99.82 07:23:41 02:06:01 all 0.25 0.00 0.02 0.00 0.01 99.72 07:23:41 02:06:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 02:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:06:01 4 0.08 0.00 0.02 0.00 0.02 99.88 07:23:41 02:06:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:23:41 02:06:01 6 1.81 0.00 0.02 0.02 0.02 98.14 07:23:41 02:06:01 7 0.00 0.00 0.05 0.00 0.03 99.92 07:23:41 02:07:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 02:07:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:07:01 1 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 02:07:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 02:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:07:01 4 0.05 0.00 0.02 0.02 0.02 99.90 07:23:41 02:07:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:07:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 02:07:01 7 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 07:23:41 02:07:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 02:08:01 all 0.14 0.00 0.02 0.01 0.01 99.82 07:23:41 02:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:08:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 02:08:01 3 0.02 0.00 0.03 0.02 0.02 99.92 07:23:41 02:08:01 4 0.07 0.00 0.02 0.02 0.02 99.88 07:23:41 02:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:08:01 6 0.98 0.00 0.05 0.02 0.02 98.94 07:23:41 02:08:01 7 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 02:09:01 all 0.06 0.00 0.01 0.00 0.01 99.92 07:23:41 02:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:09:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:09:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 02:09:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 02:09:01 4 0.08 0.00 0.03 0.00 0.02 99.87 07:23:41 02:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:09:01 6 0.32 0.00 0.00 0.02 0.02 99.65 07:23:41 02:09:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:10:01 all 0.23 0.00 0.01 0.00 0.01 99.75 07:23:41 02:10:01 0 0.13 0.00 0.00 0.00 0.00 99.87 07:23:41 02:10:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:10:01 2 0.13 0.00 0.03 0.00 0.03 99.80 07:23:41 02:10:01 3 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 02:10:01 4 0.18 0.00 0.03 0.00 0.02 99.77 07:23:41 02:10:01 5 0.10 0.00 0.00 0.00 0.00 99.90 07:23:41 02:10:01 6 1.04 0.00 0.02 0.02 0.00 98.92 07:23:41 02:10:01 7 0.20 0.00 0.00 0.00 0.00 99.80 07:23:41 02:11:01 all 0.40 0.00 0.05 0.01 0.01 99.52 07:23:41 02:11:01 0 0.03 0.00 0.08 0.00 0.02 99.87 07:23:41 02:11:01 1 0.05 0.00 0.05 0.00 0.02 99.88 07:23:41 02:11:01 2 0.20 0.00 0.05 0.02 0.02 99.72 07:23:41 02:11:01 3 0.00 0.00 0.02 0.02 0.00 99.97 07:23:41 02:11:01 4 0.27 0.00 0.07 0.02 0.02 99.63 07:23:41 02:11:01 5 0.13 0.00 0.07 0.00 0.02 99.78 07:23:41 02:11:01 6 2.05 0.00 0.07 0.05 0.02 97.82 07:23:41 02:11:01 7 0.47 0.00 0.02 0.00 0.00 99.52 07:23:41 02:12:01 all 0.10 0.00 0.01 0.08 0.01 99.81 07:23:41 02:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:12:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:12:01 2 0.05 0.00 0.02 0.00 0.03 99.90 07:23:41 02:12:01 3 0.05 0.00 0.02 0.35 0.02 99.57 07:23:41 02:12:01 4 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 02:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:12:01 6 0.42 0.00 0.02 0.25 0.02 99.30 07:23:41 02:12:01 7 0.18 0.00 0.00 0.00 0.02 99.80 07:23:41 02:13:01 all 0.02 0.00 0.01 0.01 0.01 99.95 07:23:41 02:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:13:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:13:01 2 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 02:13:01 3 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 02:13:01 4 0.07 0.00 0.03 0.00 0.02 99.88 07:23:41 02:13:01 5 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 02:13:01 6 0.02 0.00 0.00 0.03 0.02 99.93 07:23:41 02:13:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:14:01 all 0.06 0.00 0.01 0.00 0.01 99.91 07:23:41 02:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:14:01 2 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 02:14:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 02:14:01 4 0.32 0.00 0.05 0.02 0.02 99.60 07:23:41 02:14:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 02:14:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 02:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:15:01 all 0.27 0.00 0.01 0.00 0.01 99.70 07:23:41 02:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:15:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 02:15:01 2 0.10 0.00 0.03 0.00 0.03 99.83 07:23:41 02:15:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:15:01 4 2.00 0.00 0.00 0.02 0.02 97.96 07:23:41 02:15:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 02:15:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 02:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:16:01 all 0.04 0.00 0.02 0.00 0.00 99.94 07:23:41 02:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:16:01 2 0.13 0.00 0.08 0.00 0.03 99.75 07:23:41 02:16:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 02:16:01 4 0.08 0.00 0.02 0.02 0.00 99.88 07:23:41 02:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:17:01 all 0.02 0.00 0.02 0.00 0.02 99.94 07:23:41 02:17:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:17:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:17:01 2 0.08 0.00 0.05 0.00 0.03 99.83 07:23:41 02:17:01 3 0.00 0.00 0.03 0.00 0.02 99.95 07:23:41 02:17:01 4 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 02:17:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 02:17:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 02:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:18:01 all 0.09 0.00 0.01 0.00 0.01 99.88 07:23:41 02:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:18:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:18:01 2 0.12 0.00 0.05 0.00 0.05 99.78 07:23:41 02:18:01 3 0.05 0.00 0.02 0.02 0.02 99.90 07:23:41 02:18:01 4 0.52 0.00 0.00 0.00 0.00 99.48 07:23:41 02:18:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 02:18:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 02:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 07:23:41 02:18:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 02:19:01 all 0.06 0.00 0.01 0.01 0.01 99.91 07:23:41 02:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:19:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:19:01 2 0.12 0.00 0.02 0.00 0.03 99.83 07:23:41 02:19:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 02:19:01 4 0.35 0.00 0.00 0.02 0.02 99.62 07:23:41 02:19:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 02:19:01 6 0.00 0.00 0.00 0.03 0.00 99.97 07:23:41 02:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:20:01 all 0.26 0.00 0.01 0.00 0.01 99.72 07:23:41 02:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:20:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:20:01 2 0.08 0.00 0.05 0.00 0.02 99.85 07:23:41 02:20:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 02:20:01 4 1.91 0.00 0.02 0.02 0.00 98.06 07:23:41 02:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:20:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 02:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:21:01 all 0.21 0.00 0.01 0.00 0.01 99.77 07:23:41 02:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:21:01 2 0.18 0.00 0.07 0.00 0.03 99.72 07:23:41 02:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:21:01 4 1.48 0.00 0.00 0.00 0.02 98.50 07:23:41 02:21:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:21:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 02:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:22:01 all 0.24 0.00 0.02 0.00 0.01 99.72 07:23:41 02:22:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:22:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:22:01 2 0.15 0.00 0.07 0.00 0.03 99.75 07:23:41 02:22:01 3 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 02:22:01 4 1.73 0.00 0.08 0.02 0.00 98.17 07:23:41 02:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:22:01 6 0.00 0.00 0.02 0.02 0.00 99.97 07:23:41 02:22:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 02:23:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:23:41 02:23:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:23:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 02:23:01 2 0.13 0.00 0.07 0.00 0.02 99.78 07:23:41 02:23:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:23:41 02:23:01 4 0.02 0.00 0.03 0.02 0.02 99.92 07:23:41 02:23:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 02:23:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:24:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 02:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:24:01 2 0.08 0.00 0.02 0.00 0.05 99.85 07:23:41 02:24:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 02:24:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 02:24:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 02:24:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 02:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:25:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 02:25:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:25:01 2 0.15 0.00 0.05 0.00 0.03 99.77 07:23:41 02:25:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:25:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:26:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:23:41 02:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:26:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 02:26:01 2 0.12 0.00 0.05 0.00 0.03 99.80 07:23:41 02:26:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 02:26:01 4 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 02:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 02:26:01 6 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 02:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:27:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 02:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 02:27:01 2 0.08 0.00 0.08 0.00 0.03 99.80 07:23:41 02:27:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 02:27:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 02:27:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 02:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:28:01 all 0.10 0.00 0.01 0.04 0.01 99.83 07:23:41 02:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:28:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 02:28:01 2 0.07 0.00 0.03 0.00 0.03 99.87 07:23:41 02:28:01 3 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 02:28:01 4 0.68 0.00 0.02 0.33 0.02 98.95 07:23:41 02:28:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 02:28:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 02:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:29:01 all 0.27 0.00 0.01 0.00 0.01 99.71 07:23:41 02:29:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 02:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:29:01 2 1.62 0.00 0.02 0.00 0.03 98.34 07:23:41 02:29:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 02:29:01 4 0.40 0.00 0.00 0.02 0.00 99.58 07:23:41 02:29:01 5 0.05 0.00 0.03 0.00 0.00 99.92 07:23:41 02:29:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 02:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:23:41 02:29:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 02:30:01 all 0.05 0.00 0.01 0.00 0.01 99.92 07:23:41 02:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:30:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:30:01 2 0.20 0.00 0.05 0.00 0.03 99.72 07:23:41 02:30:01 3 0.10 0.00 0.00 0.00 0.02 99.88 07:23:41 02:30:01 4 0.03 0.00 0.02 0.02 0.00 99.93 07:23:41 02:30:01 5 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 02:30:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 02:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:31:01 all 0.03 0.00 0.01 0.02 0.01 99.93 07:23:41 02:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:31:01 2 0.07 0.00 0.03 0.00 0.03 99.87 07:23:41 02:31:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:23:41 02:31:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:31:01 5 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 02:31:01 6 0.03 0.00 0.02 0.17 0.02 99.77 07:23:41 02:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:32:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 02:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:32:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:32:01 2 0.07 0.00 0.03 0.00 0.03 99.87 07:23:41 02:32:01 3 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 02:32:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 02:32:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 02:32:01 6 0.00 0.00 0.02 0.02 0.00 99.97 07:23:41 02:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:33:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:23:41 02:33:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:33:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 02:33:01 2 0.10 0.00 0.03 0.00 0.05 99.82 07:23:41 02:33:01 3 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 02:33:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 02:33:01 5 0.02 0.00 0.05 0.00 0.02 99.92 07:23:41 02:33:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 02:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:34:01 all 0.11 0.00 0.01 0.00 0.01 99.87 07:23:41 02:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:34:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:34:01 2 0.68 0.00 0.05 0.00 0.03 99.23 07:23:41 02:34:01 3 0.08 0.00 0.02 0.00 0.00 99.90 07:23:41 02:34:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 02:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:34:01 6 0.02 0.00 0.02 0.02 0.00 99.95 07:23:41 02:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:35:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 02:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:35:01 2 0.05 0.00 0.05 0.00 0.03 99.87 07:23:41 02:35:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 02:35:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 02:35:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 02:35:01 6 0.00 0.00 0.02 0.02 0.00 99.97 07:23:41 02:35:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:36:01 all 0.05 0.00 0.02 0.00 0.01 99.92 07:23:41 02:36:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 02:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:36:01 2 0.27 0.00 0.05 0.00 0.03 99.65 07:23:41 02:36:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:23:41 02:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:36:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 02:36:01 6 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 02:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:37:01 all 0.11 0.00 0.01 0.00 0.01 99.87 07:23:41 02:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:37:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:37:01 2 0.72 0.00 0.08 0.00 0.03 99.17 07:23:41 02:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 02:37:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:37:01 5 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 02:37:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:38:01 all 0.04 0.00 0.02 0.00 0.01 99.92 07:23:41 02:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:38:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:38:01 2 0.28 0.00 0.10 0.00 0.05 99.57 07:23:41 02:38:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:38:01 4 0.03 0.00 0.02 0.02 0.00 99.93 07:23:41 02:38:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 02:38:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 02:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:39:01 all 0.06 0.00 0.00 0.01 0.01 99.92 07:23:41 02:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:39:01 2 0.37 0.00 0.02 0.00 0.03 99.58 07:23:41 02:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:39:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 02:39:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:39:01 6 0.03 0.00 0.02 0.03 0.02 99.90 07:23:41 02:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:40:01 all 0.10 0.00 0.01 0.00 0.01 99.87 07:23:41 02:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:40:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 02:40:01 2 0.68 0.00 0.02 0.00 0.03 99.27 07:23:41 02:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 02:40:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 02:40:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:23:41 02:40:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 02:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:23:41 02:40:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 02:41:01 all 0.01 0.00 0.02 0.00 0.01 99.96 07:23:41 02:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:41:01 2 0.07 0.00 0.08 0.00 0.02 99.83 07:23:41 02:41:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 02:41:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 02:41:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:41:01 6 0.02 0.00 0.00 0.03 0.02 99.93 07:23:41 02:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:42:01 all 0.16 0.00 0.01 0.00 0.01 99.82 07:23:41 02:42:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:42:01 2 1.19 0.00 0.03 0.00 0.03 98.74 07:23:41 02:42:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:23:41 02:42:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:42:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 02:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:43:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 02:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:43:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 02:43:01 2 0.03 0.00 0.05 0.00 0.03 99.88 07:23:41 02:43:01 3 0.07 0.00 0.00 0.00 0.02 99.92 07:23:41 02:43:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:43:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 02:43:01 6 0.02 0.00 0.02 0.03 0.02 99.92 07:23:41 02:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:44:01 all 0.17 0.00 0.02 0.00 0.01 99.80 07:23:41 02:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 02:44:01 2 1.21 0.00 0.05 0.00 0.03 98.71 07:23:41 02:44:01 3 0.08 0.00 0.05 0.00 0.02 99.85 07:23:41 02:44:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 02:44:01 5 0.03 0.00 0.03 0.00 0.00 99.93 07:23:41 02:44:01 6 0.00 0.00 0.00 0.03 0.02 99.95 07:23:41 02:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:45:01 all 0.12 0.00 0.01 0.00 0.01 99.86 07:23:41 02:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:45:01 2 0.85 0.00 0.07 0.00 0.03 99.05 07:23:41 02:45:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:23:41 02:45:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:45:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:45:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 02:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:46:01 all 0.04 0.00 0.02 0.01 0.00 99.92 07:23:41 02:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 02:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:46:01 2 0.12 0.00 0.05 0.00 0.02 99.82 07:23:41 02:46:01 3 0.12 0.00 0.03 0.00 0.02 99.83 07:23:41 02:46:01 4 0.02 0.00 0.00 0.10 0.00 99.88 07:23:41 02:46:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 02:46:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:23:41 02:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:47:01 all 0.01 0.00 0.02 0.01 0.01 99.94 07:23:41 02:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:47:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 02:47:01 2 0.05 0.00 0.03 0.00 0.05 99.87 07:23:41 02:47:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 02:47:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:47:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 02:47:01 6 0.00 0.00 0.03 0.12 0.02 99.83 07:23:41 02:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:48:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:23:41 02:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:48:01 2 0.08 0.00 0.02 0.00 0.03 99.87 07:23:41 02:48:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 02:48:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 02:48:01 5 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 02:48:01 6 0.05 0.00 0.00 0.02 0.02 99.92 07:23:41 02:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:49:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:23:41 02:49:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:49:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:49:01 2 0.15 0.00 0.07 0.00 0.02 99.77 07:23:41 02:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:23:41 02:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:49:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 02:49:01 6 0.02 0.00 0.03 0.03 0.02 99.90 07:23:41 02:49:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:50:01 all 0.05 0.00 0.01 0.00 0.01 99.92 07:23:41 02:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:50:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:50:01 2 0.07 0.00 0.03 0.00 0.02 99.88 07:23:41 02:50:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 02:50:01 4 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 02:50:01 5 0.22 0.00 0.05 0.00 0.02 99.72 07:23:41 02:50:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:51:01 all 0.26 0.00 0.01 0.00 0.01 99.71 07:23:41 02:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:51:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:51:01 2 0.05 0.00 0.05 0.00 0.03 99.87 07:23:41 02:51:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 02:51:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 02:51:01 5 1.99 0.00 0.02 0.00 0.00 98.00 07:23:41 02:51:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 02:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:23:41 02:51:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 02:52:01 all 0.19 0.00 0.01 0.00 0.01 99.78 07:23:41 02:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:52:01 2 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 02:52:01 3 0.08 0.00 0.03 0.00 0.02 99.87 07:23:41 02:52:01 4 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 02:52:01 5 1.34 0.00 0.02 0.00 0.02 98.63 07:23:41 02:52:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 02:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:53:01 all 0.03 0.00 0.02 0.01 0.01 99.94 07:23:41 02:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:53:01 1 0.00 0.00 0.03 0.00 0.02 99.95 07:23:41 02:53:01 2 0.07 0.00 0.02 0.00 0.03 99.88 07:23:41 02:53:01 3 0.05 0.00 0.05 0.00 0.02 99.88 07:23:41 02:53:01 4 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 02:53:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 02:53:01 6 0.02 0.00 0.02 0.03 0.02 99.92 07:23:41 02:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 02:54:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 02:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:54:01 2 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 02:54:01 3 0.08 0.00 0.02 0.00 0.00 99.90 07:23:41 02:54:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 02:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:54:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 02:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:55:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 02:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:55:01 2 0.03 0.00 0.05 0.00 0.02 99.90 07:23:41 02:55:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 02:55:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:23:41 02:55:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 02:55:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 02:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:56:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 02:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:56:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 02:56:01 2 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 02:56:01 3 0.08 0.00 0.02 0.00 0.02 99.88 07:23:41 02:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 02:56:01 6 0.07 0.00 0.03 0.02 0.02 99.87 07:23:41 02:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:57:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 02:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:57:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 02:57:01 3 0.08 0.00 0.05 0.00 0.02 99.85 07:23:41 02:57:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:57:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 02:57:01 6 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 02:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:58:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 02:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:58:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 02:58:01 2 0.05 0.00 0.00 0.02 0.00 99.93 07:23:41 02:58:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:23:41 02:58:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 02:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:58:01 6 0.05 0.00 0.03 0.02 0.02 99.88 07:23:41 02:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 02:59:01 all 0.17 0.00 0.01 0.00 0.01 99.80 07:23:41 02:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 02:59:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 02:59:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 02:59:01 3 0.05 0.00 0.05 0.00 0.02 99.88 07:23:41 02:59:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 02:59:01 5 1.21 0.00 0.02 0.00 0.00 98.78 07:23:41 02:59:01 6 0.05 0.00 0.03 0.00 0.03 99.88 07:23:41 02:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:00:01 all 0.20 0.00 0.01 0.00 0.01 99.78 07:23:41 03:00:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:00:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:00:01 2 0.03 0.00 0.00 0.02 0.00 99.95 07:23:41 03:00:01 3 0.10 0.00 0.03 0.00 0.02 99.85 07:23:41 03:00:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 03:00:01 5 1.37 0.00 0.00 0.00 0.02 98.61 07:23:41 03:00:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 03:00:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:01:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 03:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:01:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:01:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:23:41 03:01:01 3 0.07 0.00 0.05 0.00 0.02 99.87 07:23:41 03:01:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:01:01 6 0.00 0.00 0.02 0.00 0.03 99.95 07:23:41 03:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:02:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 03:02:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:02:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 03:02:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 03:02:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 03:02:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:02:01 6 0.07 0.00 0.03 0.02 0.03 99.85 07:23:41 03:02:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 07:23:41 03:02:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 03:03:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 03:03:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:03:01 2 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:03:01 3 0.08 0.00 0.03 0.00 0.02 99.87 07:23:41 03:03:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 03:03:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 03:03:01 6 0.02 0.00 0.03 0.02 0.02 99.92 07:23:41 03:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:04:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 03:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:04:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 03:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 03:04:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 03:04:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:04:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 03:04:01 6 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 03:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:05:01 all 0.10 0.00 0.01 0.00 0.01 99.88 07:23:41 03:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:05:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 03:05:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 03:05:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:23:41 03:05:01 5 0.63 0.00 0.03 0.00 0.03 99.30 07:23:41 03:05:01 6 0.02 0.00 0.02 0.02 0.00 99.95 07:23:41 03:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:06:01 all 0.27 0.00 0.01 0.00 0.00 99.71 07:23:41 03:06:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:06:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:06:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 03:06:01 3 0.08 0.00 0.05 0.00 0.02 99.85 07:23:41 03:06:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 03:06:01 5 1.97 0.00 0.00 0.00 0.02 98.01 07:23:41 03:06:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 03:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:07:01 all 0.12 0.00 0.02 0.01 0.01 99.84 07:23:41 03:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:07:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:07:01 2 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 03:07:01 3 0.10 0.00 0.03 0.00 0.02 99.85 07:23:41 03:07:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 03:07:01 5 0.88 0.00 0.07 0.00 0.02 99.04 07:23:41 03:07:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 03:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:08:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:23:41 03:08:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 03:08:01 1 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 03:08:01 2 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 03:08:01 3 0.10 0.00 0.05 0.00 0.02 99.83 07:23:41 03:08:01 4 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 03:08:01 5 0.02 0.00 0.02 0.00 0.03 99.93 07:23:41 03:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:09:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 03:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 03:09:01 3 0.08 0.00 0.02 0.00 0.02 99.88 07:23:41 03:09:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:09:01 5 0.02 0.00 0.00 0.00 0.03 99.95 07:23:41 03:09:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 03:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 03:10:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:23:41 03:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:10:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 03:10:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 03:10:01 3 0.10 0.00 0.07 0.00 0.02 99.82 07:23:41 03:10:01 4 0.03 0.00 0.00 0.02 0.00 99.95 07:23:41 03:10:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:10:01 6 0.02 0.00 0.03 0.02 0.02 99.92 07:23:41 03:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:11:01 all 0.08 0.00 0.03 0.00 0.01 99.87 07:23:41 03:11:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:11:01 1 0.00 0.00 0.03 0.00 0.00 99.97 07:23:41 03:11:01 2 0.17 0.00 0.00 0.00 0.02 99.82 07:23:41 03:11:01 3 0.12 0.00 0.08 0.00 0.03 99.77 07:23:41 03:11:01 4 0.13 0.00 0.02 0.02 0.02 99.82 07:23:41 03:11:01 5 0.05 0.00 0.03 0.00 0.03 99.88 07:23:41 03:11:01 6 0.07 0.00 0.03 0.02 0.02 99.87 07:23:41 03:11:01 7 0.05 0.00 0.05 0.00 0.00 99.90 07:23:41 03:12:02 all 0.05 0.00 0.01 0.00 0.01 99.92 07:23:41 03:12:02 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:12:02 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:12:02 2 0.10 0.00 0.02 0.00 0.00 99.88 07:23:41 03:12:02 3 0.15 0.00 0.03 0.00 0.02 99.80 07:23:41 03:12:02 4 0.10 0.00 0.02 0.02 0.03 99.83 07:23:41 03:12:02 5 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 03:12:02 6 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 03:12:02 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:13:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 03:13:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:13:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 03:13:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:13:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 03:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:13:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 03:13:01 6 0.02 0.00 0.02 0.02 0.00 99.95 07:23:41 03:13:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 07:23:41 03:13:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 03:14:01 all 0.04 0.00 0.02 0.00 0.01 99.92 07:23:41 03:14:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 03:14:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:23:41 03:14:01 2 0.07 0.00 0.02 0.02 0.02 99.88 07:23:41 03:14:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 03:14:01 4 0.00 0.00 0.03 0.00 0.02 99.95 07:23:41 03:14:01 5 0.10 0.00 0.02 0.00 0.02 99.87 07:23:41 03:14:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 03:14:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:15:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 03:15:01 0 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 03:15:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 03:15:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 03:15:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:15:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 03:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:15:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 03:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:16:01 all 0.03 0.00 0.01 0.01 0.01 99.94 07:23:41 03:16:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 03:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 03:16:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:16:01 3 0.10 0.00 0.03 0.00 0.02 99.85 07:23:41 03:16:01 4 0.00 0.00 0.00 0.03 0.00 99.97 07:23:41 03:16:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 03:16:01 6 0.05 0.00 0.02 0.02 0.00 99.92 07:23:41 03:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:17:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:23:41 03:17:01 0 0.02 0.00 0.03 0.00 0.03 99.92 07:23:41 03:17:01 1 0.00 0.00 0.03 0.00 0.02 99.95 07:23:41 03:17:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 03:17:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:23:41 03:17:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 03:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:17:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 03:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:18:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 03:18:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:18:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 03:18:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 03:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:18:01 5 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 03:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 03:19:01 0 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 03:19:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 03:19:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 03:19:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:23:41 03:19:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 03:19:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:19:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 03:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:20:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:23:41 03:20:01 0 0.00 0.00 0.05 0.00 0.02 99.93 07:23:41 03:20:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 03:20:01 2 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 03:20:01 3 0.07 0.00 0.05 0.00 0.02 99.87 07:23:41 03:20:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:20:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 03:20:01 6 0.00 0.00 0.02 0.03 0.02 99.93 07:23:41 03:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:21:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:23:41 03:21:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 03:21:01 1 0.00 0.00 0.03 0.00 0.02 99.95 07:23:41 03:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 03:21:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:23:41 03:21:01 4 0.00 0.00 0.03 0.02 0.00 99.95 07:23:41 03:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:21:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 03:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:22:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 03:22:01 0 0.02 0.00 0.00 0.00 0.03 99.95 07:23:41 03:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 03:22:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:22:01 3 0.05 0.00 0.07 0.00 0.02 99.87 07:23:41 03:22:01 4 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 03:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:22:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 03:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:23:01 all 0.02 0.00 0.01 0.01 0.01 99.94 07:23:41 03:23:01 0 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 03:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:23:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 03:23:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 03:23:01 4 0.02 0.00 0.00 0.10 0.02 99.87 07:23:41 03:23:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 03:23:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 03:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:24:01 all 0.06 0.00 0.02 0.00 0.01 99.91 07:23:41 03:24:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 03:24:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:24:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 03:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 03:24:01 4 0.05 0.00 0.02 0.02 0.02 99.90 07:23:41 03:24:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 03:24:01 6 0.33 0.00 0.05 0.00 0.00 99.62 07:23:41 03:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:23:41 03:24:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 03:25:01 all 0.01 0.00 0.02 0.00 0.01 99.95 07:23:41 03:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:25:01 1 0.02 0.00 0.02 0.00 0.03 99.93 07:23:41 03:25:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:25:01 3 0.03 0.00 0.07 0.00 0.02 99.88 07:23:41 03:25:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 03:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:25:01 6 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 03:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:26:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:23:41 03:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 03:26:01 2 0.15 0.00 0.02 0.00 0.02 99.82 07:23:41 03:26:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 03:26:01 4 0.03 0.00 0.02 0.02 0.03 99.90 07:23:41 03:26:01 5 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 03:26:01 6 0.03 0.00 0.00 0.02 0.00 99.95 07:23:41 03:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:27:01 all 0.09 0.00 0.02 0.00 0.01 99.88 07:23:41 03:27:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:23:41 03:27:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 03:27:01 2 0.57 0.00 0.02 0.00 0.02 99.40 07:23:41 03:27:01 3 0.07 0.00 0.05 0.00 0.02 99.87 07:23:41 03:27:01 4 0.03 0.00 0.03 0.02 0.02 99.90 07:23:41 03:27:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:27:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 03:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:28:01 all 0.19 0.00 0.01 0.00 0.01 99.79 07:23:41 03:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:28:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:28:01 2 1.34 0.00 0.02 0.00 0.02 98.63 07:23:41 03:28:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:23:41 03:28:01 4 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 03:28:01 5 0.02 0.00 0.02 0.02 0.00 99.95 07:23:41 03:28:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 03:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:29:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 03:29:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:29:01 2 0.18 0.00 0.05 0.00 0.02 99.75 07:23:41 03:29:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 03:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:29:01 5 0.02 0.00 0.03 0.00 0.03 99.92 07:23:41 03:29:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 03:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:30:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 03:30:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:30:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:30:01 2 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 03:30:01 3 0.10 0.00 0.03 0.00 0.00 99.87 07:23:41 03:30:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 03:30:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 03:30:01 6 0.03 0.00 0.00 0.02 0.00 99.95 07:23:41 03:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:31:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:23:41 03:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:31:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 03:31:01 2 0.02 0.00 0.02 0.00 0.03 99.93 07:23:41 03:31:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 03:31:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 03:31:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:32:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 03:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 03:32:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:32:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 03:32:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 03:32:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 03:32:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 03:32:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:33:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 03:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:33:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 03:33:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 03:33:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 03:33:01 4 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 03:33:01 5 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 03:33:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 03:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:34:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:23:41 03:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:34:01 1 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 03:34:01 2 0.08 0.00 0.05 0.00 0.02 99.85 07:23:41 03:34:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 03:34:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 03:34:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 03:34:01 6 0.05 0.00 0.00 0.02 0.00 99.93 07:23:41 03:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:35:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 03:35:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:35:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:35:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 03:35:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 03:35:01 5 0.05 0.00 0.02 0.00 0.03 99.90 07:23:41 03:35:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:23:41 03:35:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 03:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 03:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:36:01 1 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 03:36:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 03:36:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 03:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:36:01 5 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 03:36:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 03:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:37:01 all 0.01 0.00 0.02 0.01 0.01 99.95 07:23:41 03:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:37:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:37:01 3 0.03 0.00 0.07 0.00 0.00 99.90 07:23:41 03:37:01 4 0.00 0.00 0.02 0.03 0.02 99.93 07:23:41 03:37:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 03:37:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 03:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 03:38:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:38:01 2 0.07 0.00 0.00 0.00 0.02 99.92 07:23:41 03:38:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:23:41 03:38:01 4 0.02 0.00 0.02 0.00 0.03 99.93 07:23:41 03:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:38:01 6 0.05 0.00 0.00 0.02 0.00 99.93 07:23:41 03:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:39:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 03:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:39:01 2 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 03:39:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 03:39:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 03:39:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:23:41 03:39:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:40:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 03:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:40:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 03:40:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:40:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:40:01 4 0.00 0.00 0.02 0.00 0.03 99.95 07:23:41 03:40:01 5 0.07 0.00 0.00 0.00 0.02 99.92 07:23:41 03:40:01 6 0.03 0.00 0.00 0.02 0.00 99.95 07:23:41 03:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:41:01 all 0.03 0.00 0.01 0.00 0.00 99.96 07:23:41 03:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:41:01 1 0.00 0.00 0.03 0.00 0.00 99.97 07:23:41 03:41:01 2 0.13 0.00 0.03 0.00 0.02 99.82 07:23:41 03:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 03:41:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 03:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:42:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:23:41 03:42:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:42:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:42:01 2 0.07 0.00 0.00 0.00 0.02 99.92 07:23:41 03:42:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 03:42:01 4 0.02 0.00 0.00 0.02 0.03 99.93 07:23:41 03:42:01 5 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 03:42:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 03:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:43:01 all 0.01 0.00 0.02 0.00 0.01 99.96 07:23:41 03:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:43:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 03:43:01 3 0.02 0.00 0.07 0.00 0.00 99.92 07:23:41 03:43:01 4 0.00 0.00 0.05 0.02 0.02 99.92 07:23:41 03:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:43:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 03:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:44:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 03:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:44:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 03:44:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:44:01 4 0.08 0.00 0.02 0.00 0.03 99.87 07:23:41 03:44:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:44:01 6 0.07 0.00 0.02 0.02 0.00 99.90 07:23:41 03:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:45:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:23:41 03:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:45:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:45:01 2 0.13 0.00 0.02 0.00 0.02 99.83 07:23:41 03:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 03:45:01 4 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 03:45:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 03:45:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 03:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:46:01 all 0.20 0.00 0.01 0.00 0.01 99.78 07:23:41 03:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:46:01 2 1.45 0.00 0.02 0.00 0.02 98.51 07:23:41 03:46:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 03:46:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 03:46:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 03:46:01 6 0.05 0.00 0.03 0.02 0.00 99.90 07:23:41 03:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:23:41 03:46:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 03:47:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 03:47:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 03:47:01 1 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 03:47:01 2 0.02 0.00 0.02 0.00 0.03 99.93 07:23:41 03:47:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 03:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:47:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 03:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:48:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 03:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:48:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 03:48:01 2 0.03 0.00 0.02 0.00 0.05 99.90 07:23:41 03:48:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:48:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 03:48:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 03:48:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 03:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:49:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 03:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:49:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 03:49:01 2 0.12 0.00 0.05 0.00 0.02 99.82 07:23:41 03:49:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 03:49:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 03:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:49:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 03:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:50:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 03:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 03:50:01 2 0.05 0.00 0.07 0.00 0.03 99.85 07:23:41 03:50:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:23:41 03:50:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 03:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:50:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 03:50:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:51:01 all 0.10 0.00 0.02 0.02 0.01 99.85 07:23:41 03:51:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 03:51:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 03:51:01 2 0.63 0.00 0.10 0.00 0.03 99.23 07:23:41 03:51:01 3 0.05 0.00 0.02 0.10 0.02 99.82 07:23:41 03:51:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 03:51:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 03:51:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:23:41 03:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:52:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 03:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:52:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 03:52:01 2 0.05 0.00 0.03 0.00 0.05 99.87 07:23:41 03:52:01 3 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 03:52:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 03:52:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 03:52:01 6 0.05 0.00 0.02 0.02 0.02 99.90 07:23:41 03:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:53:01 all 0.15 0.00 0.00 0.00 0.01 99.83 07:23:41 03:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:53:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 03:53:01 2 1.09 0.00 0.00 0.00 0.03 98.87 07:23:41 03:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 03:53:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 03:53:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:53:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 03:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:54:01 all 0.28 0.00 0.01 0.00 0.01 99.70 07:23:41 03:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:54:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 03:54:01 2 2.04 0.00 0.03 0.00 0.03 97.90 07:23:41 03:54:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:54:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 03:54:01 5 0.03 0.00 0.03 0.00 0.00 99.93 07:23:41 03:54:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 03:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:55:01 all 0.27 0.00 0.00 0.00 0.01 99.72 07:23:41 03:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:23:41 03:55:01 2 2.02 0.00 0.00 0.00 0.03 97.95 07:23:41 03:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:55:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 03:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:55:01 6 0.07 0.00 0.00 0.00 0.02 99.92 07:23:41 03:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:56:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:23:41 03:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:56:01 2 0.08 0.00 0.03 0.00 0.03 99.85 07:23:41 03:56:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 03:56:01 4 0.05 0.00 0.05 0.00 0.02 99.88 07:23:41 03:56:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 03:56:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 03:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:57:01 all 0.14 0.00 0.01 0.00 0.01 99.84 07:23:41 03:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:57:01 1 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 03:57:01 2 0.96 0.00 0.03 0.00 0.03 98.97 07:23:41 03:57:01 3 0.05 0.00 0.05 0.00 0.02 99.88 07:23:41 03:57:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 03:57:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:57:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 03:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:23:41 03:57:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 03:58:01 all 0.27 0.00 0.01 0.00 0.01 99.70 07:23:41 03:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 03:58:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 03:58:01 2 2.03 0.00 0.03 0.00 0.05 97.88 07:23:41 03:58:01 3 0.00 0.00 0.03 0.00 0.00 99.97 07:23:41 03:58:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 03:58:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:58:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 03:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 03:59:01 all 0.22 0.00 0.01 0.00 0.01 99.75 07:23:41 03:59:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 03:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:59:01 2 1.65 0.00 0.07 0.00 0.03 98.25 07:23:41 03:59:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 03:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 03:59:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 03:59:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 03:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:00:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:23:41 04:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:00:01 1 0.05 0.00 0.05 0.00 0.02 99.88 07:23:41 04:00:01 2 0.08 0.00 0.07 0.00 0.03 99.82 07:23:41 04:00:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:00:01 4 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 04:00:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:00:01 6 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 04:00:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:01:01 all 0.01 0.00 0.01 0.01 0.01 99.97 07:23:41 04:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:01:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:01:01 2 0.02 0.00 0.03 0.00 0.03 99.92 07:23:41 04:01:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:01:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 04:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:01:01 6 0.02 0.00 0.03 0.03 0.02 99.90 07:23:41 04:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:02:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 04:02:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:02:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 04:02:01 2 0.05 0.00 0.02 0.00 0.05 99.88 07:23:41 04:02:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 04:02:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 04:02:01 5 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 04:02:01 6 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 04:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:03:01 all 0.02 0.00 0.01 0.01 0.01 99.95 07:23:41 04:03:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 04:03:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 04:03:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 04:03:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 04:03:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:23:41 04:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:03:01 6 0.05 0.00 0.02 0.03 0.02 99.88 07:23:41 04:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:04:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:23:41 04:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:04:01 1 0.00 0.00 0.03 0.00 0.03 99.93 07:23:41 04:04:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 04:04:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 04:04:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 04:04:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 04:04:01 6 0.05 0.00 0.03 0.02 0.00 99.90 07:23:41 04:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:05:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:23:41 04:05:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:05:01 1 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 04:05:01 2 0.05 0.00 0.03 0.00 0.03 99.88 07:23:41 04:05:01 3 0.00 0.00 0.03 0.00 0.02 99.95 07:23:41 04:05:01 4 0.02 0.00 0.03 0.02 0.00 99.93 07:23:41 04:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:05:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 04:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:06:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 04:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:06:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 04:06:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 04:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:06:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:06:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 04:06:01 6 0.07 0.00 0.03 0.02 0.03 99.85 07:23:41 04:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:07:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 04:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:07:01 1 0.00 0.00 0.03 0.00 0.03 99.93 07:23:41 04:07:01 2 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 04:07:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 04:07:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:23:41 04:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:07:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 04:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:08:01 all 0.03 0.00 0.02 0.00 0.01 99.95 07:23:41 04:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:08:01 1 0.05 0.00 0.05 0.00 0.02 99.88 07:23:41 04:08:01 2 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 04:08:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:23:41 04:08:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 04:08:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:08:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 04:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:23:41 04:08:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 04:09:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 04:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:09:01 1 0.02 0.00 0.00 0.00 0.03 99.95 07:23:41 04:09:01 2 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 04:09:01 3 0.07 0.00 0.00 0.00 0.02 99.92 07:23:41 04:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:09:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:09:01 6 0.02 0.00 0.02 0.03 0.02 99.92 07:23:41 04:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:10:01 all 0.07 0.00 0.01 0.00 0.02 99.90 07:23:41 04:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:10:01 1 0.02 0.00 0.02 0.00 0.03 99.93 07:23:41 04:10:01 2 0.45 0.00 0.00 0.00 0.03 99.52 07:23:41 04:10:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 04:10:01 4 0.02 0.00 0.03 0.02 0.02 99.92 07:23:41 04:10:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:10:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 04:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:11:01 all 0.18 0.00 0.01 0.00 0.01 99.80 07:23:41 04:11:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 04:11:01 1 0.02 0.00 0.05 0.00 0.02 99.92 07:23:41 04:11:01 2 1.26 0.00 0.00 0.00 0.02 98.73 07:23:41 04:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:11:01 4 0.10 0.00 0.02 0.02 0.00 99.87 07:23:41 04:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:11:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 04:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:12:01 all 0.13 0.00 0.03 0.00 0.01 99.83 07:23:41 04:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:12:01 1 0.17 0.00 0.03 0.00 0.03 99.77 07:23:41 04:12:01 2 0.25 0.00 0.05 0.00 0.02 99.68 07:23:41 04:12:01 3 0.15 0.00 0.03 0.00 0.02 99.80 07:23:41 04:12:01 4 0.38 0.00 0.07 0.00 0.02 99.53 07:23:41 04:12:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:12:01 6 0.03 0.00 0.03 0.02 0.02 99.90 07:23:41 04:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:13:01 all 0.04 0.00 0.03 0.00 0.01 99.92 07:23:41 04:13:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:23:41 04:13:01 1 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 04:13:01 2 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 04:13:01 3 0.07 0.00 0.07 0.00 0.02 99.85 07:23:41 04:13:01 4 0.02 0.00 0.03 0.02 0.00 99.93 07:23:41 04:13:01 5 0.03 0.00 0.03 0.00 0.00 99.93 07:23:41 04:13:01 6 0.05 0.00 0.03 0.02 0.00 99.90 07:23:41 04:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:14:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:23:41 04:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:14:01 1 0.05 0.00 0.02 0.00 0.03 99.90 07:23:41 04:14:01 2 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 04:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:14:01 4 0.03 0.00 0.05 0.02 0.02 99.88 07:23:41 04:14:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 04:14:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 04:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:15:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 04:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:15:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 04:15:01 2 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 04:15:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:15:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 04:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:15:01 6 0.02 0.00 0.03 0.02 0.02 99.92 07:23:41 04:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 04:16:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 04:16:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:16:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:16:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 04:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:16:01 5 0.07 0.00 0.02 0.00 0.03 99.88 07:23:41 04:16:01 6 0.00 0.00 0.03 0.00 0.00 99.97 07:23:41 04:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:17:01 all 0.02 0.00 0.02 0.01 0.01 99.95 07:23:41 04:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:17:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:17:01 2 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 04:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 04:17:01 4 0.00 0.00 0.03 0.03 0.00 99.93 07:23:41 04:17:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 04:17:01 6 0.02 0.00 0.00 0.03 0.02 99.93 07:23:41 04:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:18:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 04:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:18:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 04:18:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 04:18:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 04:18:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:18:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 04:18:01 6 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 04:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:19:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 04:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:19:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 04:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:19:01 4 0.03 0.00 0.02 0.02 0.00 99.93 07:23:41 04:19:01 5 0.05 0.00 0.02 0.00 0.03 99.90 07:23:41 04:19:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 04:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 07:23:41 04:19:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 04:20:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 04:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:20:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 04:20:01 4 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 04:20:01 5 0.02 0.00 0.03 0.00 0.03 99.92 07:23:41 04:20:01 6 0.05 0.00 0.03 0.02 0.02 99.88 07:23:41 04:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:21:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:23:41 04:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:21:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 04:21:01 2 0.00 0.00 0.03 0.00 0.02 99.95 07:23:41 04:21:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 04:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:21:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:21:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:22:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 04:22:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 04:22:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 04:22:01 3 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 04:22:01 4 0.03 0.00 0.00 0.02 0.00 99.95 07:23:41 04:22:01 5 0.03 0.00 0.05 0.00 0.03 99.88 07:23:41 04:22:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 04:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:23:01 all 0.01 0.00 0.01 0.00 0.01 99.95 07:23:41 04:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:23:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:23:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 04:23:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 04:23:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 04:23:01 5 0.03 0.00 0.05 0.00 0.02 99.90 07:23:41 04:23:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 04:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:24:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 04:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:24:01 2 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 04:24:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 04:24:01 4 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 04:24:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 04:24:01 6 0.02 0.00 0.02 0.02 0.00 99.95 07:23:41 04:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:25:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:23:41 04:25:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:25:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:25:01 2 0.03 0.00 0.05 0.00 0.02 99.90 07:23:41 04:25:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:25:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 04:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:25:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 04:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:26:01 all 0.26 0.00 0.02 0.00 0.01 99.71 07:23:41 04:26:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:26:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:26:01 2 0.05 0.00 0.03 0.00 0.03 99.88 07:23:41 04:26:01 3 0.00 0.00 0.03 0.00 0.00 99.97 07:23:41 04:26:01 4 0.03 0.00 0.02 0.02 0.00 99.93 07:23:41 04:26:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:26:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 04:26:01 7 1.87 0.00 0.03 0.00 0.02 98.08 07:23:41 04:27:01 all 0.07 0.00 0.01 0.00 0.01 99.90 07:23:41 04:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:27:01 2 0.05 0.00 0.03 0.00 0.03 99.88 07:23:41 04:27:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 04:27:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 04:27:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:27:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 04:27:01 7 0.47 0.00 0.00 0.00 0.00 99.53 07:23:41 04:28:01 all 0.02 0.00 0.01 0.00 0.02 99.95 07:23:41 04:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:28:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 04:28:01 2 0.02 0.00 0.03 0.00 0.05 99.90 07:23:41 04:28:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 04:28:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 04:28:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 04:28:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 04:28:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:29:01 all 0.01 0.00 0.01 0.01 0.01 99.95 07:23:41 04:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:29:01 2 0.05 0.00 0.03 0.00 0.03 99.88 07:23:41 04:29:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 04:29:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 04:29:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:29:01 6 0.02 0.00 0.02 0.07 0.02 99.88 07:23:41 04:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:30:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 04:30:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:30:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 04:30:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 04:30:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 04:30:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 04:30:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 04:30:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 04:30:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 07:23:41 04:30:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 04:31:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 04:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:31:01 1 0.00 0.00 0.02 0.00 0.03 99.95 07:23:41 04:31:01 2 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 04:31:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 04:31:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:31:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:31:01 6 0.05 0.00 0.03 0.02 0.02 99.88 07:23:41 04:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:32:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 04:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 04:32:01 2 0.02 0.00 0.02 0.00 0.05 99.92 07:23:41 04:32:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:23:41 04:32:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 04:32:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:32:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 04:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:33:01 all 0.01 0.00 0.02 0.00 0.01 99.95 07:23:41 04:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:33:01 1 0.00 0.00 0.03 0.00 0.02 99.95 07:23:41 04:33:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 04:33:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 04:33:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 04:33:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 04:33:01 6 0.00 0.00 0.02 0.02 0.00 99.97 07:23:41 04:33:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 04:34:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 04:34:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:34:01 2 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 04:34:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:23:41 04:34:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 04:34:01 5 0.05 0.00 0.03 0.00 0.00 99.92 07:23:41 04:34:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 04:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:35:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:23:41 04:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:35:01 2 0.02 0.00 0.03 0.00 0.03 99.92 07:23:41 04:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:35:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:23:41 04:35:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:35:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 04:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:36:02 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 04:36:02 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:36:02 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 04:36:02 2 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 04:36:02 3 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 04:36:02 4 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 04:36:02 5 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 04:36:02 6 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 04:36:02 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:37:01 all 0.02 0.00 0.01 0.00 0.01 99.97 07:23:41 04:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:37:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 04:37:01 3 0.07 0.00 0.00 0.00 0.02 99.92 07:23:41 04:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:37:01 6 0.02 0.00 0.03 0.02 0.02 99.92 07:23:41 04:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:38:01 all 0.03 0.00 0.01 0.01 0.01 99.94 07:23:41 04:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:38:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 04:38:01 2 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 04:38:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:23:41 04:38:01 4 0.03 0.00 0.00 0.05 0.02 99.90 07:23:41 04:38:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 04:38:01 6 0.05 0.00 0.00 0.02 0.00 99.93 07:23:41 04:38:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:39:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 04:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:39:01 2 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 04:39:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 04:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:39:01 5 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 04:39:01 6 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 04:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:40:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 04:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:40:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:40:01 2 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 04:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:40:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:40:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 04:40:01 6 0.05 0.00 0.03 0.02 0.02 99.88 07:23:41 04:40:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:41:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 04:41:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:41:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:41:01 2 0.03 0.00 0.05 0.00 0.03 99.88 07:23:41 04:41:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 04:41:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 04:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:41:01 6 0.02 0.00 0.03 0.02 0.02 99.92 07:23:41 04:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 07:23:41 04:41:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 04:42:01 all 0.05 0.00 0.02 0.00 0.01 99.92 07:23:41 04:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:42:01 2 0.07 0.00 0.02 0.00 0.03 99.88 07:23:41 04:42:01 3 0.00 0.00 0.03 0.00 0.02 99.95 07:23:41 04:42:01 4 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 04:42:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 04:42:01 6 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 04:42:01 7 0.17 0.00 0.05 0.00 0.00 99.78 07:23:41 04:43:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 04:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:43:01 2 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 04:43:01 3 0.05 0.00 0.02 0.00 0.03 99.90 07:23:41 04:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:43:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 04:43:01 7 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 04:44:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 04:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:44:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:44:01 3 0.03 0.00 0.05 0.00 0.05 99.87 07:23:41 04:44:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 04:44:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:44:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:23:41 04:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:45:01 all 0.01 0.00 0.02 0.01 0.01 99.96 07:23:41 04:45:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:45:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:45:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 04:45:01 3 0.00 0.00 0.02 0.02 0.03 99.93 07:23:41 04:45:01 4 0.00 0.00 0.03 0.02 0.00 99.95 07:23:41 04:45:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:45:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 04:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:46:01 all 0.06 0.00 0.01 0.01 0.01 99.91 07:23:41 04:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:46:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:46:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:46:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 04:46:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 04:46:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 04:46:01 6 0.02 0.00 0.00 0.03 0.02 99.93 07:23:41 04:46:01 7 0.35 0.00 0.00 0.00 0.02 99.63 07:23:41 04:47:01 all 0.01 0.00 0.02 0.01 0.01 99.96 07:23:41 04:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:47:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:47:01 3 0.05 0.00 0.02 0.00 0.03 99.90 07:23:41 04:47:01 4 0.02 0.00 0.05 0.00 0.02 99.92 07:23:41 04:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:47:01 6 0.00 0.00 0.03 0.05 0.00 99.92 07:23:41 04:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:48:01 all 0.17 0.00 0.01 0.00 0.01 99.81 07:23:41 04:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:48:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:48:01 2 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 04:48:01 3 0.07 0.00 0.03 0.00 0.03 99.87 07:23:41 04:48:01 4 0.03 0.00 0.02 0.02 0.00 99.93 07:23:41 04:48:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 04:48:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 04:48:01 7 1.19 0.00 0.02 0.00 0.00 98.79 07:23:41 04:49:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 04:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:49:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 04:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 04:49:01 3 0.08 0.00 0.07 0.00 0.03 99.82 07:23:41 04:49:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 04:49:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:49:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 04:49:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:50:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 04:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:50:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 04:50:01 3 0.12 0.00 0.03 0.00 0.03 99.82 07:23:41 04:50:01 4 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 04:50:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 04:50:01 6 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 04:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:51:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:23:41 04:51:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 04:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:51:01 2 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 04:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 04:51:01 4 0.00 0.00 0.03 0.02 0.02 99.93 07:23:41 04:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:51:01 6 0.07 0.00 0.05 0.02 0.03 99.83 07:23:41 04:51:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:52:01 all 0.22 0.00 0.01 0.00 0.01 99.75 07:23:41 04:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:52:01 1 0.00 0.00 0.03 0.00 0.02 99.95 07:23:41 04:52:01 2 0.05 0.00 0.00 0.00 0.03 99.92 07:23:41 04:52:01 3 0.08 0.00 0.03 0.00 0.02 99.87 07:23:41 04:52:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 04:52:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 04:52:01 6 0.02 0.00 0.03 0.02 0.03 99.90 07:23:41 04:52:01 7 1.53 0.00 0.00 0.00 0.00 98.47 07:23:41 07:23:41 04:52:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 04:53:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 04:53:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 04:53:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 04:53:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 04:53:01 3 0.08 0.00 0.02 0.00 0.00 99.90 07:23:41 04:53:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 04:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:53:01 6 0.08 0.00 0.02 0.02 0.02 99.87 07:23:41 04:53:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 04:54:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 04:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:54:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 04:54:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:54:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 04:54:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:23:41 04:54:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:54:01 6 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 04:54:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 04:55:01 all 0.12 0.00 0.02 0.01 0.01 99.85 07:23:41 04:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:55:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 04:55:01 3 0.07 0.00 0.03 0.00 0.00 99.90 07:23:41 04:55:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 04:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:55:01 6 0.02 0.00 0.07 0.03 0.03 99.85 07:23:41 04:55:01 7 0.81 0.00 0.02 0.00 0.02 99.15 07:23:41 04:56:01 all 0.27 0.00 0.02 0.00 0.01 99.71 07:23:41 04:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:56:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:56:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:56:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 04:56:01 4 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 04:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:56:01 6 0.02 0.00 0.07 0.00 0.03 99.88 07:23:41 04:56:01 7 1.95 0.00 0.02 0.00 0.02 98.01 07:23:41 04:57:01 all 0.08 0.00 0.01 0.00 0.01 99.88 07:23:41 04:57:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 04:57:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 04:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 04:57:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 04:57:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 04:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:57:01 6 0.02 0.00 0.03 0.02 0.03 99.90 07:23:41 04:57:01 7 0.58 0.00 0.00 0.00 0.02 99.40 07:23:41 04:58:01 all 0.06 0.00 0.01 0.00 0.01 99.92 07:23:41 04:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:58:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 04:58:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 04:58:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:23:41 04:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 04:58:01 6 0.08 0.00 0.03 0.00 0.02 99.87 07:23:41 04:58:01 7 0.30 0.00 0.02 0.00 0.02 99.67 07:23:41 04:59:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 04:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 04:59:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 04:59:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 04:59:01 4 0.00 0.00 0.03 0.00 0.02 99.95 07:23:41 04:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 04:59:01 6 0.03 0.00 0.03 0.02 0.03 99.88 07:23:41 04:59:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:00:01 all 0.05 0.00 0.01 0.00 0.01 99.92 07:23:41 05:00:01 0 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 05:00:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:00:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 05:00:01 3 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 05:00:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:23:41 05:00:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:00:01 6 0.03 0.00 0.05 0.00 0.03 99.88 07:23:41 05:00:01 7 0.20 0.00 0.02 0.00 0.02 99.77 07:23:41 05:01:01 all 0.15 0.00 0.01 0.00 0.00 99.84 07:23:41 05:01:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 05:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:01:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 05:01:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:23:41 05:01:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:01:01 6 0.02 0.00 0.03 0.02 0.02 99.92 07:23:41 05:01:01 7 1.03 0.00 0.00 0.00 0.00 98.97 07:23:41 05:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 05:02:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:02:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:02:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:02:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:02:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:02:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:02:01 6 0.07 0.00 0.02 0.00 0.03 99.88 07:23:41 05:02:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:03:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 05:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:03:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:03:01 2 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:03:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 05:03:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 05:03:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:03:01 6 0.07 0.00 0.02 0.02 0.03 99.87 07:23:41 05:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:23:41 05:03:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 05:04:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:23:41 05:04:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:04:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:04:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 05:04:01 4 0.03 0.00 0.03 0.02 0.00 99.92 07:23:41 05:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:04:01 6 0.13 0.00 0.05 0.02 0.03 99.77 07:23:41 05:04:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:05:01 all 0.01 0.00 0.02 0.00 0.01 99.96 07:23:41 05:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:05:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:05:01 2 0.05 0.00 0.03 0.00 0.00 99.92 07:23:41 05:05:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 05:05:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 05:05:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:05:01 6 0.00 0.00 0.03 0.02 0.02 99.93 07:23:41 05:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 05:06:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:06:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:06:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:06:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:06:01 4 0.05 0.00 0.00 0.02 0.00 99.93 07:23:41 05:06:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:06:01 6 0.02 0.00 0.03 0.02 0.03 99.90 07:23:41 05:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:07:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 05:07:01 0 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 05:07:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:07:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 05:07:01 3 0.00 0.00 0.03 0.00 0.02 99.95 07:23:41 05:07:01 4 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 05:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:07:01 6 0.07 0.00 0.03 0.02 0.03 99.85 07:23:41 05:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:08:01 all 0.22 0.00 0.01 0.00 0.01 99.74 07:23:41 05:08:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 05:08:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:08:01 2 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 05:08:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:08:01 4 0.05 0.00 0.02 0.02 0.00 99.92 07:23:41 05:08:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:08:01 6 0.02 0.00 0.02 0.02 0.05 99.90 07:23:41 05:08:01 7 1.60 0.00 0.02 0.00 0.00 98.39 07:23:41 05:09:01 all 0.26 0.00 0.01 0.00 0.01 99.72 07:23:41 05:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:09:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 05:09:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 05:09:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 05:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:09:01 6 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 05:09:01 7 1.97 0.00 0.00 0.00 0.02 98.01 07:23:41 05:10:01 all 0.05 0.00 0.01 0.00 0.01 99.92 07:23:41 05:10:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:10:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:10:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:23:41 05:10:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:10:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:10:01 6 0.05 0.00 0.03 0.02 0.03 99.87 07:23:41 05:10:01 7 0.27 0.00 0.02 0.00 0.00 99.72 07:23:41 05:11:01 all 0.04 0.00 0.02 0.00 0.01 99.92 07:23:41 05:11:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:23:41 05:11:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:11:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:23:41 05:11:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 05:11:01 4 0.15 0.00 0.00 0.02 0.02 99.82 07:23:41 05:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:11:01 6 0.05 0.00 0.07 0.02 0.03 99.83 07:23:41 05:11:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:12:01 all 0.08 0.00 0.02 0.00 0.02 99.88 07:23:41 05:12:01 0 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 05:12:01 1 0.07 0.00 0.00 0.00 0.02 99.92 07:23:41 05:12:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 05:12:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 05:12:01 4 0.08 0.00 0.02 0.02 0.02 99.87 07:23:41 05:12:01 5 0.12 0.00 0.00 0.00 0.02 99.87 07:23:41 05:12:01 6 0.18 0.00 0.05 0.02 0.05 99.70 07:23:41 05:12:01 7 0.07 0.00 0.02 0.00 0.00 99.92 07:23:41 05:13:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 05:13:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:13:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 05:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:13:01 4 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 05:13:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:13:01 6 0.07 0.00 0.02 0.02 0.05 99.85 07:23:41 05:13:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:14:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 05:14:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:14:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 05:14:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 05:14:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 05:14:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:14:01 6 0.07 0.00 0.02 0.02 0.03 99.87 07:23:41 05:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:23:41 05:14:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 05:15:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 05:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 05:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:15:01 3 0.05 0.00 0.00 0.02 0.00 99.93 07:23:41 05:15:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:15:01 6 0.05 0.00 0.03 0.02 0.03 99.87 07:23:41 05:15:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 05:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:16:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 05:16:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 05:16:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:16:01 6 0.05 0.00 0.03 0.02 0.02 99.88 07:23:41 05:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:17:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 05:17:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:17:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 05:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 05:17:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 05:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:17:01 6 0.03 0.00 0.05 0.02 0.03 99.87 07:23:41 05:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:18:01 all 0.02 0.00 0.01 0.01 0.01 99.95 07:23:41 05:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:18:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:23:41 05:18:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 05:18:01 4 0.00 0.00 0.00 0.08 0.02 99.90 07:23:41 05:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:18:01 6 0.07 0.00 0.03 0.02 0.03 99.85 07:23:41 05:18:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:19:01 all 0.27 0.00 0.01 0.00 0.01 99.71 07:23:41 05:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 05:19:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:19:01 3 0.05 0.00 0.03 0.02 0.02 99.88 07:23:41 05:19:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:19:01 6 0.05 0.00 0.03 0.02 0.02 99.88 07:23:41 05:19:01 7 1.94 0.00 0.00 0.00 0.00 98.06 07:23:41 05:20:01 all 0.27 0.00 0.01 0.00 0.01 99.71 07:23:41 05:20:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:20:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:20:01 3 0.07 0.00 0.03 0.00 0.00 99.90 07:23:41 05:20:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 05:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:20:01 6 0.07 0.00 0.00 0.02 0.03 99.88 07:23:41 05:20:01 7 1.97 0.00 0.00 0.00 0.02 98.01 07:23:41 05:21:01 all 0.27 0.00 0.02 0.00 0.01 99.70 07:23:41 05:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 05:21:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:21:01 2 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 05:21:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 05:21:01 4 0.02 0.00 0.05 0.02 0.00 99.92 07:23:41 05:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:21:01 6 0.03 0.00 0.03 0.02 0.03 99.88 07:23:41 05:21:01 7 1.97 0.00 0.00 0.00 0.00 98.03 07:23:41 05:22:01 all 0.15 0.00 0.01 0.00 0.01 99.83 07:23:41 05:22:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:22:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:22:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:22:01 3 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 05:22:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 05:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:22:01 6 0.07 0.00 0.03 0.02 0.03 99.85 07:23:41 05:22:01 7 1.01 0.00 0.03 0.00 0.00 98.96 07:23:41 05:23:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 05:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 05:23:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:23:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 05:23:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:23:01 6 0.07 0.00 0.07 0.02 0.03 99.82 07:23:41 05:23:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:24:01 all 0.02 0.00 0.01 0.02 0.01 99.94 07:23:41 05:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:24:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:24:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 05:24:01 4 0.00 0.00 0.00 0.13 0.02 99.85 07:23:41 05:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:24:01 6 0.07 0.00 0.03 0.02 0.03 99.85 07:23:41 05:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:25:01 all 0.02 0.00 0.01 0.00 0.02 99.94 07:23:41 05:25:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:25:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:25:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 05:25:01 3 0.03 0.00 0.03 0.02 0.03 99.88 07:23:41 05:25:01 4 0.02 0.00 0.02 0.00 0.03 99.93 07:23:41 05:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 05:25:01 6 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 05:25:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 07:23:41 05:25:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 05:26:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:23:41 05:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:26:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:26:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:26:01 3 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 05:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:26:01 6 0.03 0.00 0.03 0.02 0.02 99.90 07:23:41 05:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:27:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 05:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:27:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:27:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 05:27:01 3 0.05 0.00 0.05 0.00 0.02 99.88 07:23:41 05:27:01 4 0.03 0.00 0.02 0.02 0.03 99.90 07:23:41 05:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:27:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 05:27:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 05:28:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:28:01 3 0.05 0.00 0.05 0.00 0.03 99.87 07:23:41 05:28:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 05:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:28:01 6 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 05:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:29:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 05:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:29:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:29:01 3 0.05 0.00 0.03 0.00 0.03 99.88 07:23:41 05:29:01 4 0.05 0.00 0.02 0.02 0.02 99.90 07:23:41 05:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:29:01 6 0.03 0.00 0.03 0.02 0.02 99.90 07:23:41 05:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:30:01 all 0.02 0.00 0.01 0.00 0.02 99.95 07:23:41 05:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:30:01 2 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:30:01 3 0.00 0.00 0.00 0.00 0.03 99.97 07:23:41 05:30:01 4 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 05:30:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:30:01 6 0.03 0.00 0.03 0.02 0.02 99.90 07:23:41 05:30:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:31:01 all 0.04 0.00 0.01 0.00 0.01 99.93 07:23:41 05:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:31:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:31:01 3 0.03 0.00 0.05 0.00 0.02 99.90 07:23:41 05:31:01 4 0.05 0.00 0.03 0.02 0.02 99.88 07:23:41 05:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:31:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:31:01 7 0.20 0.00 0.00 0.00 0.00 99.80 07:23:41 05:32:01 all 0.05 0.00 0.02 0.01 0.01 99.92 07:23:41 05:32:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:23:41 05:32:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:32:01 3 0.07 0.00 0.00 0.00 0.03 99.90 07:23:41 05:32:01 4 0.03 0.00 0.05 0.05 0.02 99.85 07:23:41 05:32:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:32:01 6 0.03 0.00 0.00 0.02 0.00 99.95 07:23:41 05:32:01 7 0.22 0.00 0.02 0.00 0.00 99.77 07:23:41 05:33:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 05:33:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:33:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:33:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 05:33:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:33:01 4 0.03 0.00 0.03 0.02 0.02 99.90 07:23:41 05:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:33:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 05:33:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:34:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:23:41 05:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 05:34:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:34:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 05:34:01 3 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 05:34:01 4 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 05:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:34:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:35:01 all 0.13 0.00 0.01 0.00 0.01 99.84 07:23:41 05:35:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:35:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 05:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:35:01 3 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 05:35:01 4 0.03 0.00 0.05 0.02 0.02 99.88 07:23:41 05:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:35:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 05:35:01 7 0.91 0.00 0.00 0.00 0.00 99.09 07:23:41 05:36:01 all 0.27 0.00 0.01 0.00 0.01 99.70 07:23:41 05:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 05:36:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:36:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 05:36:01 3 0.05 0.00 0.02 0.00 0.03 99.90 07:23:41 05:36:01 4 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 05:36:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:36:01 6 0.05 0.00 0.02 0.02 0.02 99.90 07:23:41 05:36:01 7 1.92 0.00 0.03 0.00 0.02 98.03 07:23:41 07:23:41 05:36:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 05:37:01 all 0.15 0.00 0.01 0.00 0.01 99.82 07:23:41 05:37:01 0 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 05:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:37:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 05:37:01 3 0.03 0.00 0.03 0.02 0.02 99.90 07:23:41 05:37:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:37:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 05:37:01 7 1.06 0.00 0.02 0.00 0.00 98.92 07:23:41 05:38:01 all 0.11 0.00 0.02 0.00 0.01 99.85 07:23:41 05:38:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 05:38:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:38:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 05:38:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 05:38:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:38:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:38:01 6 0.02 0.00 0.03 0.02 0.02 99.92 07:23:41 05:38:01 7 0.73 0.00 0.07 0.00 0.02 99.19 07:23:41 05:39:01 all 0.18 0.00 0.01 0.00 0.01 99.80 07:23:41 05:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:39:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:39:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:39:01 4 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 05:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:39:01 6 0.03 0.00 0.02 0.02 0.03 99.90 07:23:41 05:39:01 7 1.32 0.00 0.02 0.00 0.00 98.66 07:23:41 05:40:01 all 0.23 0.00 0.02 0.01 0.01 99.74 07:23:41 05:40:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 05:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:40:01 2 0.03 0.00 0.02 0.02 0.00 99.93 07:23:41 05:40:01 3 0.03 0.00 0.00 0.02 0.00 99.95 07:23:41 05:40:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:40:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 05:40:01 6 0.02 0.00 0.05 0.02 0.02 99.90 07:23:41 05:40:01 7 1.66 0.00 0.02 0.00 0.00 98.32 07:23:41 05:41:01 all 0.03 0.00 0.02 0.00 0.01 99.93 07:23:41 05:41:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:41:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:41:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:41:01 3 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 05:41:01 4 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 05:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:41:01 6 0.05 0.00 0.05 0.02 0.03 99.85 07:23:41 05:41:01 7 0.15 0.00 0.00 0.00 0.02 99.83 07:23:41 05:42:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:23:41 05:42:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:42:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:42:01 6 0.03 0.00 0.02 0.03 0.02 99.90 07:23:41 05:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:43:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 05:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 05:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 05:43:01 3 0.03 0.00 0.05 0.00 0.03 99.88 07:23:41 05:43:01 4 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 05:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:43:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 05:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:44:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 05:44:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 05:44:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:44:01 2 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:44:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:23:41 05:44:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:44:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:44:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 05:44:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:45:01 all 0.02 0.00 0.03 0.00 0.01 99.94 07:23:41 05:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 05:45:01 2 0.05 0.00 0.03 0.00 0.00 99.92 07:23:41 05:45:01 3 0.07 0.00 0.07 0.00 0.03 99.83 07:23:41 05:45:01 4 0.02 0.00 0.03 0.02 0.02 99.92 07:23:41 05:45:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:45:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 05:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 05:46:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 05:46:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 05:46:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:46:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:46:01 3 0.07 0.00 0.02 0.00 0.03 99.88 07:23:41 05:46:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 05:46:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:46:01 6 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 05:46:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:47:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 05:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:47:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:47:01 2 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 05:47:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 05:47:01 4 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 05:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:47:01 6 0.03 0.00 0.02 0.02 0.03 99.90 07:23:41 05:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:23:41 05:47:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 05:48:01 all 0.02 0.00 0.02 0.00 0.01 99.94 07:23:41 05:48:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 05:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:48:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 05:48:01 3 0.07 0.00 0.00 0.00 0.02 99.92 07:23:41 05:48:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:48:01 6 0.07 0.00 0.07 0.02 0.03 99.82 07:23:41 05:48:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:49:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 05:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:49:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:49:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:49:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:49:01 4 0.02 0.00 0.03 0.02 0.02 99.92 07:23:41 05:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:49:01 6 0.02 0.00 0.03 0.02 0.03 99.90 07:23:41 05:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:50:01 all 0.03 0.00 0.01 0.00 0.01 99.96 07:23:41 05:50:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:50:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:50:01 4 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 05:50:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:50:01 6 0.08 0.00 0.03 0.02 0.03 99.83 07:23:41 05:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:51:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 05:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 05:51:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:51:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 05:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:51:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 05:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:51:01 6 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 05:51:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 05:52:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 05:52:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:52:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:52:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:52:01 4 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 05:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:52:01 6 0.07 0.00 0.02 0.02 0.02 99.88 07:23:41 05:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:53:01 all 0.09 0.00 0.01 0.00 0.01 99.88 07:23:41 05:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 05:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:53:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 05:53:01 3 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 05:53:01 4 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 05:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:53:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 05:53:01 7 0.62 0.00 0.00 0.00 0.02 99.37 07:23:41 05:54:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 05:54:01 0 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 05:54:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:54:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:54:01 3 0.03 0.00 0.05 0.00 0.05 99.87 07:23:41 05:54:01 4 0.07 0.00 0.00 0.00 0.00 99.93 07:23:41 05:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:54:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 05:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:55:02 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 05:55:02 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 05:55:02 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:55:02 2 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 05:55:02 3 0.03 0.00 0.05 0.00 0.03 99.88 07:23:41 05:55:02 4 0.03 0.00 0.03 0.02 0.02 99.90 07:23:41 05:55:02 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:55:02 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 05:55:02 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:56:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 05:56:01 0 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 05:56:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:56:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:56:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:23:41 05:56:01 4 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 05:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 05:56:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 05:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:57:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 05:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 05:57:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 05:57:01 2 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 05:57:01 3 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 05:57:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:57:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 05:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:58:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 05:58:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 05:58:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 05:58:01 2 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 05:58:01 3 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 05:58:01 4 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 05:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:58:01 6 0.02 0.00 0.02 0.02 0.00 99.95 07:23:41 05:58:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 07:23:41 05:58:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 05:59:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 05:59:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 05:59:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 05:59:01 2 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 05:59:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 05:59:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 05:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 05:59:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 05:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:00:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 06:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:00:01 3 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 06:00:01 4 0.03 0.00 0.03 0.02 0.02 99.90 07:23:41 06:00:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:00:01 7 0.07 0.00 0.00 0.00 0.00 99.93 07:23:41 06:01:01 all 0.27 0.00 0.01 0.00 0.02 99.70 07:23:41 06:01:01 0 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 06:01:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:01:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 06:01:01 3 0.05 0.00 0.03 0.00 0.03 99.88 07:23:41 06:01:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:01:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 06:01:01 7 1.97 0.00 0.00 0.00 0.02 98.01 07:23:41 06:02:01 all 0.27 0.00 0.01 0.00 0.01 99.71 07:23:41 06:02:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 06:02:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:02:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 06:02:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 06:02:01 4 0.05 0.00 0.00 0.02 0.02 99.92 07:23:41 06:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:02:01 7 1.95 0.00 0.00 0.00 0.02 98.03 07:23:41 06:03:01 all 0.06 0.00 0.02 0.00 0.01 99.91 07:23:41 06:03:01 0 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 06:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:03:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 06:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:03:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 06:03:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:03:01 6 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 06:03:01 7 0.37 0.00 0.05 0.00 0.00 99.58 07:23:41 06:04:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 06:04:01 0 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 06:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:04:01 2 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 06:04:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 06:04:01 4 0.03 0.00 0.03 0.02 0.00 99.92 07:23:41 06:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:04:01 6 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 06:04:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:05:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 06:05:01 0 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 06:05:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 06:05:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:05:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:05:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 06:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:05:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 06:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:06:01 all 0.02 0.00 0.01 0.01 0.01 99.96 07:23:41 06:06:01 0 0.02 0.00 0.02 0.00 0.03 99.93 07:23:41 06:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:06:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:23:41 06:06:01 3 0.07 0.00 0.00 0.00 0.02 99.92 07:23:41 06:06:01 4 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 06:06:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:06:01 6 0.00 0.00 0.00 0.03 0.00 99.97 07:23:41 06:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:07:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 06:07:01 0 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 06:07:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:07:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 06:07:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:07:01 4 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 06:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:07:01 6 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 06:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:08:01 all 0.17 0.00 0.02 0.00 0.01 99.80 07:23:41 06:08:01 0 0.03 0.00 0.05 0.00 0.03 99.88 07:23:41 06:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 06:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 06:08:01 4 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 06:08:01 5 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 06:08:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 06:08:01 7 1.24 0.00 0.02 0.00 0.00 98.74 07:23:41 06:09:01 all 0.26 0.00 0.01 0.00 0.01 99.71 07:23:41 06:09:01 0 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 06:09:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 06:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:09:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 06:09:01 4 0.02 0.00 0.05 0.02 0.02 99.90 07:23:41 06:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:09:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:09:01 7 1.97 0.00 0.00 0.00 0.02 98.01 07:23:41 07:23:41 06:09:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 06:10:01 all 0.27 0.00 0.01 0.00 0.01 99.70 07:23:41 06:10:01 0 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 06:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:10:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 06:10:01 3 0.05 0.00 0.05 0.00 0.00 99.90 07:23:41 06:10:01 4 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 06:10:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:10:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 06:10:01 7 1.97 0.00 0.00 0.00 0.00 98.03 07:23:41 06:11:01 all 0.09 0.00 0.02 0.01 0.01 99.87 07:23:41 06:11:01 0 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 06:11:01 1 0.02 0.00 0.05 0.00 0.02 99.92 07:23:41 06:11:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:11:01 3 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 06:11:01 4 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 06:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:11:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 06:11:01 7 0.58 0.00 0.00 0.00 0.02 99.40 07:23:41 06:12:01 all 0.06 0.00 0.03 0.00 0.00 99.91 07:23:41 06:12:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 06:12:01 1 0.08 0.00 0.02 0.00 0.00 99.90 07:23:41 06:12:01 2 0.08 0.00 0.02 0.00 0.00 99.90 07:23:41 06:12:01 3 0.08 0.00 0.05 0.00 0.00 99.87 07:23:41 06:12:01 4 0.08 0.00 0.05 0.00 0.00 99.87 07:23:41 06:12:01 5 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 06:12:01 6 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 06:12:01 7 0.00 0.00 0.03 0.00 0.00 99.97 07:23:41 06:13:01 all 0.01 0.00 0.01 0.01 0.01 99.95 07:23:41 06:13:01 0 0.00 0.00 0.05 0.00 0.03 99.92 07:23:41 06:13:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:13:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:13:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 06:13:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 06:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:13:01 6 0.05 0.00 0.00 0.03 0.02 99.90 07:23:41 06:13:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:14:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 06:14:01 0 0.03 0.00 0.05 0.00 0.02 99.90 07:23:41 06:14:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:14:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:14:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 06:14:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:14:01 6 0.05 0.00 0.03 0.02 0.02 99.88 07:23:41 06:14:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:15:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 06:15:01 0 0.03 0.00 0.05 0.00 0.03 99.88 07:23:41 06:15:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:15:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:15:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 06:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:15:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 06:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:16:01 all 0.02 0.00 0.00 0.00 0.01 99.96 07:23:41 06:16:01 0 0.02 0.00 0.02 0.00 0.03 99.93 07:23:41 06:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:16:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 06:16:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:16:01 4 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 06:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:16:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 06:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:17:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 06:17:01 0 0.03 0.00 0.05 0.00 0.02 99.90 07:23:41 06:17:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:17:01 2 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:17:01 4 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 06:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:17:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 06:17:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:18:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 06:18:01 0 0.00 0.00 0.02 0.00 0.03 99.95 07:23:41 06:18:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:18:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:18:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 06:18:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 06:18:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:18:01 6 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 06:18:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:19:01 all 0.08 0.00 0.01 0.00 0.01 99.89 07:23:41 06:19:01 0 0.02 0.00 0.03 0.00 0.03 99.92 07:23:41 06:19:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:19:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:19:01 3 0.07 0.00 0.02 0.00 0.00 99.92 07:23:41 06:19:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 06:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:19:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 06:19:01 7 0.52 0.00 0.03 0.00 0.02 99.43 07:23:41 06:20:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 06:20:01 0 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 06:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:20:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:20:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:20:01 4 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 06:20:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:20:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 06:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:23:41 06:20:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 06:21:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 06:21:01 0 0.02 0.00 0.03 0.00 0.03 99.92 07:23:41 06:21:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:21:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:21:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 06:21:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:21:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 06:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:22:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:23:41 06:22:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:22:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 06:22:01 4 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 06:22:01 5 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 06:22:01 6 0.00 0.00 0.03 0.02 0.00 99.95 07:23:41 06:22:01 7 0.15 0.00 0.02 0.00 0.02 99.82 07:23:41 06:23:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:23:41 06:23:01 0 0.07 0.00 0.03 0.00 0.03 99.87 07:23:41 06:23:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:23:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 06:23:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 06:23:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 06:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:23:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 06:23:01 7 0.12 0.00 0.00 0.00 0.00 99.88 07:23:41 06:24:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:23:41 06:24:01 0 0.03 0.00 0.05 0.00 0.03 99.88 07:23:41 06:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 06:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:24:01 3 0.07 0.00 0.03 0.00 0.00 99.90 07:23:41 06:24:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 06:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:24:01 6 0.07 0.00 0.02 0.02 0.02 99.88 07:23:41 06:24:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 06:25:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 06:25:01 0 0.03 0.00 0.05 0.00 0.02 99.90 07:23:41 06:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:25:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:25:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 06:25:01 4 0.00 0.00 0.03 0.02 0.00 99.95 07:23:41 06:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:25:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 06:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:26:01 all 0.18 0.00 0.03 0.02 0.01 99.76 07:23:41 06:26:01 0 0.03 0.00 0.03 0.02 0.03 99.88 07:23:41 06:26:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:23:41 06:26:01 2 0.02 0.00 0.05 0.00 0.02 99.92 07:23:41 06:26:01 3 0.05 0.00 0.05 0.05 0.02 99.83 07:23:41 06:26:01 4 0.03 0.00 0.03 0.02 0.02 99.90 07:23:41 06:26:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 06:26:01 6 0.00 0.00 0.02 0.03 0.02 99.93 07:23:41 06:26:01 7 1.25 0.00 0.02 0.02 0.00 98.71 07:23:41 06:27:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 06:27:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 06:27:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 06:27:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 06:27:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 06:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:27:01 6 0.02 0.00 0.03 0.02 0.02 99.92 07:23:41 06:27:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 06:28:01 0 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 06:28:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:28:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:23:41 06:28:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 06:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:28:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 06:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:29:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 06:29:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 06:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 06:29:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 06:29:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 06:29:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 06:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:29:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 06:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:30:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 06:30:01 0 0.00 0.00 0.03 0.00 0.03 99.93 07:23:41 06:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:30:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 06:30:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 06:30:01 4 0.03 0.00 0.03 0.02 0.00 99.92 07:23:41 06:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:30:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 06:30:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 06:31:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 06:31:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 06:31:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 06:31:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 06:31:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:31:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 06:31:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 07:23:41 06:31:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 06:32:01 all 0.16 0.00 0.02 0.00 0.01 99.81 07:23:41 06:32:01 0 0.03 0.00 0.07 0.02 0.03 99.85 07:23:41 06:32:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:32:01 2 0.05 0.00 0.03 0.00 0.00 99.92 07:23:41 06:32:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 06:32:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:32:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 06:32:01 7 1.09 0.00 0.00 0.00 0.00 98.91 07:23:41 06:33:01 all 0.45 0.00 0.18 0.17 0.02 99.18 07:23:41 06:33:01 0 0.15 0.00 0.08 0.00 0.02 99.75 07:23:41 06:33:01 1 0.17 0.00 0.18 0.05 0.02 99.58 07:23:41 06:33:01 2 0.12 0.00 0.15 0.37 0.02 99.35 07:23:41 06:33:01 3 0.65 0.00 0.28 0.02 0.02 99.03 07:23:41 06:33:01 4 0.82 0.00 0.38 0.12 0.02 98.67 07:23:41 06:33:01 5 0.92 0.00 0.20 0.30 0.02 98.57 07:23:41 06:33:01 6 0.13 0.00 0.08 0.48 0.02 99.28 07:23:41 06:33:01 7 0.68 0.00 0.08 0.02 0.02 99.20 07:23:41 06:34:01 all 0.12 0.00 0.01 0.01 0.01 99.86 07:23:41 06:34:01 0 0.02 0.00 0.00 0.00 0.03 99.95 07:23:41 06:34:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:34:01 2 0.03 0.00 0.02 0.02 0.00 99.93 07:23:41 06:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:34:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 06:34:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:34:01 6 0.02 0.00 0.00 0.03 0.02 99.93 07:23:41 06:34:01 7 0.81 0.00 0.00 0.00 0.00 99.19 07:23:41 06:35:01 all 0.12 0.00 0.01 0.00 0.01 99.85 07:23:41 06:35:01 0 0.02 0.00 0.05 0.00 0.03 99.90 07:23:41 06:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:35:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:35:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:35:01 6 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 06:35:01 7 0.94 0.00 0.00 0.00 0.02 99.04 07:23:41 06:36:01 all 0.13 0.00 0.01 0.00 0.01 99.84 07:23:41 06:36:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:36:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 06:36:01 3 0.05 0.00 0.05 0.00 0.02 99.88 07:23:41 06:36:01 4 0.03 0.00 0.02 0.02 0.00 99.93 07:23:41 06:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:36:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 06:36:01 7 0.93 0.00 0.00 0.00 0.00 99.07 07:23:41 06:37:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 06:37:01 0 0.03 0.00 0.05 0.00 0.03 99.88 07:23:41 06:37:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 06:37:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 06:37:01 3 0.07 0.00 0.00 0.00 0.00 99.93 07:23:41 06:37:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:37:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 06:37:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:38:01 all 0.02 0.00 0.01 0.01 0.01 99.95 07:23:41 06:38:01 0 0.00 0.00 0.05 0.00 0.02 99.93 07:23:41 06:38:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:38:01 2 0.03 0.00 0.00 0.02 0.00 99.95 07:23:41 06:38:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 06:38:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 06:38:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:38:01 6 0.02 0.00 0.03 0.03 0.02 99.90 07:23:41 06:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:39:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 06:39:01 0 0.02 0.00 0.02 0.00 0.03 99.93 07:23:41 06:39:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:39:01 2 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 06:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 06:39:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:39:01 6 0.00 0.00 0.02 0.02 0.00 99.97 07:23:41 06:39:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:40:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 06:40:01 0 0.02 0.00 0.02 0.00 0.03 99.93 07:23:41 06:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:40:01 2 0.07 0.00 0.02 0.00 0.00 99.92 07:23:41 06:40:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 06:40:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:40:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 06:40:01 6 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 06:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:41:01 all 0.14 0.00 0.01 0.00 0.01 99.84 07:23:41 06:41:01 0 0.02 0.00 0.03 0.00 0.03 99.92 07:23:41 06:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:41:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 06:41:01 4 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 06:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:41:01 6 0.00 0.00 0.03 0.02 0.02 99.93 07:23:41 06:41:01 7 1.03 0.00 0.02 0.00 0.00 98.96 07:23:41 06:42:01 all 0.25 0.00 0.01 0.00 0.02 99.73 07:23:41 06:42:01 0 0.03 0.00 0.00 0.00 0.03 99.93 07:23:41 06:42:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:42:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:23:41 06:42:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 06:42:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 06:42:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:42:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 06:42:01 7 1.79 0.00 0.00 0.00 0.02 98.19 07:23:41 07:23:41 06:42:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 06:43:01 all 0.10 0.00 0.02 0.00 0.00 99.88 07:23:41 06:43:01 0 0.02 0.00 0.05 0.00 0.02 99.92 07:23:41 06:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 06:43:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:23:41 06:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:43:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 06:43:01 7 0.70 0.00 0.02 0.00 0.00 99.29 07:23:41 06:44:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 06:44:01 0 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 06:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:44:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:44:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:44:01 6 0.05 0.00 0.02 0.02 0.02 99.90 07:23:41 06:44:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:45:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 06:45:01 0 0.02 0.00 0.02 0.00 0.03 99.93 07:23:41 06:45:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 06:45:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 06:45:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 06:45:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:45:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 06:45:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:46:01 all 0.08 0.00 0.01 0.00 0.01 99.89 07:23:41 06:46:01 0 0.05 0.00 0.03 0.00 0.03 99.88 07:23:41 06:46:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:46:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:46:01 3 0.07 0.00 0.00 0.00 0.00 99.93 07:23:41 06:46:01 4 0.00 0.00 0.03 0.02 0.00 99.95 07:23:41 06:46:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:46:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 06:46:01 7 0.43 0.00 0.02 0.00 0.00 99.55 07:23:41 06:47:01 all 0.06 0.00 0.01 0.00 0.01 99.91 07:23:41 06:47:01 0 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 06:47:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 06:47:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:23:41 06:47:01 4 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 06:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:47:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 06:47:01 7 0.38 0.00 0.00 0.00 0.02 99.60 07:23:41 06:48:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 06:48:01 0 0.05 0.00 0.03 0.00 0.03 99.88 07:23:41 06:48:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 06:48:01 4 0.05 0.00 0.02 0.00 0.00 99.93 07:23:41 06:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:48:01 6 0.05 0.00 0.02 0.02 0.02 99.90 07:23:41 06:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:49:01 all 0.24 0.00 0.02 0.00 0.01 99.73 07:23:41 06:49:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 06:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:49:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 06:49:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 06:49:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:49:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 06:49:01 7 1.76 0.00 0.08 0.00 0.02 98.15 07:23:41 06:50:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 06:50:01 0 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 06:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:50:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 06:50:01 3 0.02 0.00 0.05 0.00 0.00 99.93 07:23:41 06:50:01 4 0.03 0.00 0.00 0.02 0.00 99.95 07:23:41 06:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:50:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 06:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:51:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 06:51:01 0 0.02 0.00 0.05 0.00 0.03 99.90 07:23:41 06:51:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:51:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 06:51:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:51:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:51:01 6 0.02 0.00 0.03 0.02 0.02 99.92 07:23:41 06:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:52:01 all 0.12 0.00 0.02 0.00 0.01 99.85 07:23:41 06:52:01 0 0.05 0.00 0.07 0.00 0.02 99.87 07:23:41 06:52:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 06:52:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:23:41 06:52:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:23:41 06:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:52:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 06:52:01 7 0.83 0.00 0.00 0.00 0.02 99.15 07:23:41 06:53:01 all 0.06 0.00 0.01 0.00 0.01 99.91 07:23:41 06:53:01 0 0.08 0.00 0.03 0.00 0.03 99.85 07:23:41 06:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:53:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 06:53:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:53:01 4 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 06:53:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:53:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 06:53:01 7 0.37 0.00 0.00 0.00 0.00 99.63 07:23:41 07:23:41 06:53:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 06:54:01 all 0.01 0.00 0.02 0.00 0.01 99.96 07:23:41 06:54:01 0 0.05 0.00 0.05 0.00 0.02 99.88 07:23:41 06:54:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:54:01 2 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:54:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:54:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:54:01 6 0.02 0.00 0.03 0.02 0.02 99.92 07:23:41 06:54:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:55:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 06:55:01 0 0.08 0.00 0.03 0.00 0.03 99.85 07:23:41 06:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 06:55:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:55:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 06:55:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:55:01 6 0.03 0.00 0.00 0.02 0.00 99.95 07:23:41 06:55:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 06:56:01 all 0.02 0.00 0.02 0.01 0.01 99.94 07:23:41 06:56:01 0 0.03 0.00 0.05 0.00 0.03 99.88 07:23:41 06:56:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 06:56:01 3 0.05 0.00 0.02 0.02 0.02 99.90 07:23:41 06:56:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:23:41 06:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:56:01 6 0.05 0.00 0.02 0.02 0.02 99.90 07:23:41 06:56:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:57:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 06:57:01 0 0.05 0.00 0.03 0.00 0.03 99.88 07:23:41 06:57:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 06:57:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:23:41 06:57:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:57:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 06:57:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 06:58:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:23:41 06:58:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 06:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:58:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 06:58:01 3 0.05 0.00 0.05 0.00 0.02 99.88 07:23:41 06:58:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 06:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:58:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:23:41 06:58:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 06:59:01 all 0.05 0.00 0.01 0.01 0.01 99.92 07:23:41 06:59:01 0 0.03 0.00 0.03 0.00 0.05 99.88 07:23:41 06:59:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 06:59:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 06:59:01 3 0.05 0.00 0.00 0.00 0.02 99.93 07:23:41 06:59:01 4 0.00 0.00 0.00 0.03 0.02 99.95 07:23:41 06:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 06:59:01 6 0.00 0.00 0.02 0.02 0.02 99.95 07:23:41 06:59:01 7 0.30 0.00 0.02 0.00 0.00 99.68 07:23:41 07:00:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:23:41 07:00:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 07:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:00:01 2 0.07 0.00 0.00 0.00 0.00 99.93 07:23:41 07:00:01 3 0.00 0.00 0.02 0.02 0.00 99.97 07:23:41 07:00:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 07:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:00:01 6 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 07:00:01 7 0.17 0.00 0.00 0.00 0.02 99.82 07:23:41 07:01:01 all 0.01 0.00 0.02 0.01 0.01 99.95 07:23:41 07:01:01 0 0.05 0.00 0.07 0.00 0.05 99.83 07:23:41 07:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:01:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 07:01:01 3 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 07:01:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 07:01:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 07:01:01 6 0.00 0.00 0.03 0.03 0.02 99.92 07:23:41 07:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 07:02:01 0 0.05 0.00 0.05 0.00 0.03 99.87 07:23:41 07:02:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 07:02:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 07:02:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 07:02:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 07:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:02:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 07:02:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 07:03:01 all 0.04 0.00 0.01 0.00 0.01 99.93 07:23:41 07:03:01 0 0.10 0.00 0.05 0.00 0.03 99.82 07:23:41 07:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:03:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 07:03:01 3 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 07:03:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 07:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:03:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 07:03:01 7 0.15 0.00 0.02 0.00 0.00 99.83 07:23:41 07:04:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:23:41 07:04:01 0 0.07 0.00 0.03 0.00 0.03 99.87 07:23:41 07:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 07:04:01 3 0.03 0.00 0.00 0.02 0.00 99.95 07:23:41 07:04:01 4 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 07:04:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 07:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 07:04:01 7 0.08 0.00 0.00 0.00 0.02 99.90 07:23:41 07:23:41 07:04:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 07:05:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 07:05:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 07:05:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 07:05:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 07:05:01 3 0.00 0.00 0.03 0.00 0.02 99.95 07:23:41 07:05:01 4 0.00 0.00 0.02 0.00 0.03 99.95 07:23:41 07:05:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 07:05:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 07:05:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 07:06:01 all 0.15 0.00 0.00 0.00 0.01 99.84 07:23:41 07:06:01 0 0.02 0.00 0.02 0.00 0.03 99.93 07:23:41 07:06:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 07:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 07:06:01 4 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 07:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:06:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 07:06:01 7 1.08 0.00 0.00 0.00 0.02 98.91 07:23:41 07:07:02 all 0.08 0.00 0.02 0.00 0.01 99.89 07:23:41 07:07:02 0 0.05 0.00 0.02 0.00 0.03 99.90 07:23:41 07:07:02 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 07:07:02 2 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 07:07:02 3 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 07:07:02 4 0.05 0.00 0.02 0.02 0.03 99.88 07:23:41 07:07:02 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 07:07:02 6 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 07:07:02 7 0.45 0.00 0.03 0.00 0.00 99.52 07:23:41 07:08:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 07:08:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 07:08:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 07:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 07:08:01 3 0.05 0.00 0.02 0.02 0.02 99.90 07:23:41 07:08:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 07:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 07:08:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 07:08:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 07:09:01 all 0.02 0.00 0.00 0.00 0.01 99.97 07:23:41 07:09:01 0 0.02 0.00 0.02 0.00 0.03 99.93 07:23:41 07:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 07:09:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 07:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 07:09:01 4 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 07:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:09:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:23:41 07:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:10:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 07:10:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 07:10:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 07:10:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 07:10:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 07:10:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 07:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:10:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 07:10:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 07:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:23:41 07:11:01 0 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 07:11:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 07:11:01 2 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 07:11:01 3 0.02 0.00 0.02 0.02 0.00 99.95 07:23:41 07:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 07:11:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 07:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:12:01 all 0.06 0.00 0.03 0.00 0.01 99.89 07:23:41 07:12:01 0 0.08 0.00 0.03 0.00 0.03 99.85 07:23:41 07:12:01 1 0.07 0.00 0.02 0.00 0.00 99.92 07:23:41 07:12:01 2 0.10 0.00 0.03 0.00 0.00 99.87 07:23:41 07:12:01 3 0.05 0.00 0.10 0.00 0.02 99.83 07:23:41 07:12:01 4 0.07 0.00 0.02 0.00 0.02 99.90 07:23:41 07:12:01 5 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 07:12:01 6 0.03 0.00 0.03 0.02 0.00 99.92 07:23:41 07:12:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 07:13:01 all 0.23 0.00 0.01 0.00 0.01 99.74 07:23:41 07:13:01 0 0.05 0.00 0.05 0.00 0.03 99.87 07:23:41 07:13:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 07:13:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:23:41 07:13:01 3 0.03 0.00 0.02 0.02 0.02 99.92 07:23:41 07:13:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 07:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:13:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 07:13:01 7 1.65 0.00 0.02 0.00 0.02 98.32 07:23:41 07:14:01 all 0.26 0.00 0.01 0.00 0.01 99.71 07:23:41 07:14:01 0 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 07:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:14:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 07:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 07:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 07:14:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 07:14:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:23:41 07:14:01 7 1.97 0.00 0.00 0.00 0.02 98.01 07:23:41 07:15:01 all 0.17 0.00 0.01 0.01 0.01 99.80 07:23:41 07:15:01 0 0.03 0.00 0.02 0.00 0.03 99.92 07:23:41 07:15:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 07:15:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 07:15:01 3 0.02 0.00 0.00 0.03 0.00 99.95 07:23:41 07:15:01 4 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 07:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 07:15:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 07:15:01 7 1.26 0.00 0.00 0.00 0.02 98.73 07:23:41 07:23:41 07:15:01 CPU %user %nice %system %iowait %steal %idle 07:23:41 07:16:01 all 0.04 0.00 0.02 0.00 0.01 99.94 07:23:41 07:16:01 0 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 07:16:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 07:16:01 2 0.07 0.00 0.00 0.00 0.00 99.93 07:23:41 07:16:01 3 0.07 0.00 0.03 0.02 0.02 99.87 07:23:41 07:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 07:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:16:01 6 0.00 0.00 0.02 0.02 0.00 99.97 07:23:41 07:16:01 7 0.08 0.00 0.03 0.00 0.02 99.87 07:23:41 07:17:01 all 0.01 0.00 0.01 0.01 0.01 99.95 07:23:41 07:17:01 0 0.05 0.00 0.05 0.00 0.03 99.87 07:23:41 07:17:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 07:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 07:17:01 3 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 07:17:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:23:41 07:17:01 5 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 07:17:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 07:17:01 7 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 07:18:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:23:41 07:18:01 0 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 07:18:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 07:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 07:18:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:23:41 07:18:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:23:41 07:18:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 07:18:01 6 0.00 0.00 0.02 0.02 0.00 99.97 07:23:41 07:18:01 7 0.03 0.00 0.03 0.00 0.03 99.90 07:23:41 07:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 07:19:01 0 0.05 0.00 0.03 0.00 0.03 99.88 07:23:41 07:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:19:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:23:41 07:19:01 3 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 07:19:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 07:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:19:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:23:41 07:19:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 07:20:01 all 0.06 0.00 0.01 0.00 0.01 99.92 07:23:41 07:20:01 0 0.02 0.00 0.05 0.00 0.02 99.92 07:23:41 07:20:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 07:20:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:23:41 07:20:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 07:20:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 07:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:20:01 6 0.03 0.00 0.00 0.02 0.00 99.95 07:23:41 07:20:01 7 0.35 0.00 0.00 0.00 0.00 99.65 07:23:41 07:21:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:23:41 07:21:01 0 0.02 0.00 0.00 0.00 0.03 99.95 07:23:41 07:21:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:23:41 07:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:23:41 07:21:01 3 0.03 0.00 0.05 0.02 0.02 99.88 07:23:41 07:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:23:41 07:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:21:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 07:21:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 07:22:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:23:41 07:22:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:23:41 07:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:22:01 2 0.08 0.00 0.02 0.00 0.02 99.88 07:23:41 07:22:01 3 0.07 0.00 0.05 0.02 0.00 99.87 07:23:41 07:22:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:23:41 07:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:22:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 07:23:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:23:41 07:23:01 0 0.05 0.00 0.03 0.00 0.02 99.90 07:23:41 07:23:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:23:41 07:23:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:23:41 07:23:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 07:23:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:23:41 07:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:23:41 07:23:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:23:41 07:23:01 7 0.05 0.00 0.02 0.00 0.02 99.92 07:23:41 Average: all 1.19 0.00 0.19 0.10 0.01 98.51 07:23:41 Average: 0 1.15 0.00 0.19 0.07 0.01 98.58 07:23:41 Average: 1 1.17 0.00 0.19 0.08 0.01 98.54 07:23:41 Average: 2 1.22 0.00 0.19 0.10 0.02 98.48 07:23:41 Average: 3 1.15 0.00 0.19 0.08 0.02 98.56 07:23:41 Average: 4 1.17 0.00 0.19 0.09 0.01 98.54 07:23:41 Average: 5 1.19 0.00 0.18 0.09 0.01 98.54 07:23:41 Average: 6 1.18 0.00 0.18 0.09 0.02 98.53 07:23:41 Average: 7 1.30 0.00 0.18 0.22 0.01 98.30 07:23:41 07:23:41 07:23:41