Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 04201409d208f35d5d62518ff10d2f6ac86fd973 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-ssh14314381930386485240.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-ssh17611866861500353574.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-ssh11500991410327346005.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-ssh2909719634399691601.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-ssh12037512034023154782.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-5932’ Running on prd-ubuntu20.04-docker-8c-8g-5939 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/876 [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/876 # 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 04201409d208f35d5d62518ff10d2f6ac86fd973 (main) Commit message: "build(deps): Bump github.com/go-co-op/gocron/v2 from 2.16.2 to 2.16.3 (#5216)" > 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 04201409d208f35d5d62518ff10d2f6ac86fd973 # timeout=10 > git rev-list --no-walk 79e201fa8481d96c2e3941a52db52a24d107e5bf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:26:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:26:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:26:55 ========================================================= 01:26:55 EdgeX Global Pipelines Version Info 01:26:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:26:56 ------------------- 01:26:56 stable info: 01:26:56 ------------------- 01:26:56 Commited By: Ginny Guan ginny@iotechsys.com 01:26:56 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:26:56 Message: update stable to v1.0.274 01:26:57 ------------------- 01:26:57 experimental info: 01:26:57 ------------------- 01:26:57 Commited By: **** collab-it+edgex@linuxfoundation.org 01:26:57 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 01:26:57 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0420140 [Pipeline] echo 01:26:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:26:57 provisioning config files... 01:26:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/876@tmp/config9531036016447088575tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:26:58 ---> ****-login.sh 01:26:58 nexus3.edgexfoundry.org:10001 01:26:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:58 01:26:58 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:26:58 Configure a credential helper to remove this warning. See 01:26:58 https://docs.****.com/go/credential-store/ 01:26:58 01:26:58 Login Succeeded 01:26:58 nexus3.edgexfoundry.org:10002 01:26:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:58 01:26:58 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:26:58 Configure a credential helper to remove this warning. See 01:26:58 https://docs.****.com/go/credential-store/ 01:26:58 01:26:58 Login Succeeded 01:26:58 nexus3.edgexfoundry.org:10003 01:26:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:58 01:26:58 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:26:58 Configure a credential helper to remove this warning. See 01:26:58 https://docs.****.com/go/credential-store/ 01:26:58 01:26:58 Login Succeeded 01:26:58 nexus3.edgexfoundry.org:10004 01:26:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:58 01:26:58 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:26:58 Configure a credential helper to remove this warning. See 01:26:58 https://docs.****.com/go/credential-store/ 01:26:58 01:26:58 Login Succeeded 01:26:58 ****.io 01:26:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:59 01:26:59 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:26:59 Configure a credential helper to remove this warning. See 01:26:59 https://docs.****.com/go/credential-store/ 01:26:59 01:26:59 Login Succeeded 01:26:59 ---> ****-login.sh ends [Pipeline] } 01:26:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:26:59 + 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:26:59 + dirname cmd/core-command/Dockerfile 01:26:59 + cut -d/ -f2 01:26:59 + echo core-command,cmd/core-command/Dockerfile 01:26:59 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:26:59 + cut -d/ -f2 01:26:59 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:26:59 + dirname cmd/core-data/Dockerfile 01:26:59 + cut -d/ -f2 01:26:59 + echo core-data,cmd/core-data/Dockerfile 01:26:59 + + cut -d/dirname -f2 cmd/core-keeper/Dockerfile 01:26:59 01:26:59 + echo core-keeper,cmd/core-keeper/Dockerfile 01:26:59 + dirname cmd/core-metadata/Dockerfile 01:26:59 + cut -d/ -f2 01:26:59 + echo core-metadata,cmd/core-metadata/Dockerfile 01:26:59 + dirname cmd/security-bootstrapper/Dockerfile 01:26:59 + cut -d/ -f2 01:26:59 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:26:59 + + dirnamecut cmd/security-proxy-auth/Dockerfile -d/ 01:26:59 -f2 01:26:59 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:26:59 + dirname cmd/security-proxy-setup/Dockerfile 01:26:59 + cut -d/ -f2 01:26:59 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:26:59 + dirname cmd/security-secretstore-setup/Dockerfile 01:26:59 + cut -d/ -f2 01:26:59 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:26:59 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:26:59 + cut -d/ -f2 01:26:59 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:26:59 + dirname cmd/security-spire-agent/Dockerfile 01:26:59 + cut -d/ -f2 01:26:59 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:26:59 + dirname cmd/security-spire-config/Dockerfile 01:26:59 + cut -d/ -f2 01:26:59 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:26:59 + dirname cmd/security-spire-server/Dockerfile+ 01:26:59 cut -d/ -f2 01:26:59 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:26:59 + dirname cmd/support-notifications/Dockerfile 01:26:59 + cut -d/ -f2 01:26:59 + echo support-notifications,cmd/support-notifications/Dockerfile 01:26:59 + dirname cmd/support-scheduler/Dockerfile 01:26:59 + cut -d/ -f2 01:26:59 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:26:59 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:26:59 + git rev-list -1 --merges 04201409d208f35d5d62518ff10d2f6ac86fd973~1..04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] echo 01:26:59 -----------> git rev-list -1 --merges 04201409d208f35d5d62518ff10d2f6ac86fd973~1..04201409d208f35d5d62518ff10d2f6ac86fd973 04201409d208f35d5d62518ff10d2f6ac86fd973 [false] [Pipeline] sh 01:27:00 + git log --format=format:%s -1 04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] echo 01:27:00 ========================================================= 01:27:00 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:27:00 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:27:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:27:00 + grep -v github /etc/ssh/ssh_known_hosts 01:27:00 + [ -e /tmp/ssh_known_hosts ] 01:27:00 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:27:00 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:27:00 + sudo tee -a /etc/ssh/ssh_known_hosts 01:27:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:27:00 01:27:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:27:01 0.1.4: Pulling from edgex-devops/py-git-semver 01:27:01 3dae71ba6b94: Pulling fs layer 01:27:01 6bf1a483ea7c: Pulling fs layer 01:27:01 f5dfc541a4d3: Pulling fs layer 01:27:01 461d9e800cba: Pulling fs layer 01:27:01 80192f66455f: Pulling fs layer 01:27:01 2e8e34ca0e6c: Pulling fs layer 01:27:01 a29436f7fd5d: Pulling fs layer 01:27:01 923cac83aea3: Pulling fs layer 01:27:01 25ad8b0a4227: Pulling fs layer 01:27:01 db01528c6b51: Pulling fs layer 01:27:01 28988de357af: Pulling fs layer 01:27:01 461d9e800cba: Waiting 01:27:01 80192f66455f: Waiting 01:27:01 25ad8b0a4227: Waiting 01:27:01 db01528c6b51: Waiting 01:27:01 2e8e34ca0e6c: Waiting 01:27:01 28988de357af: Waiting 01:27:01 923cac83aea3: Waiting 01:27:01 a29436f7fd5d: Waiting 01:27:01 6bf1a483ea7c: Verifying Checksum 01:27:01 6bf1a483ea7c: Download complete 01:27:01 461d9e800cba: Verifying Checksum 01:27:01 461d9e800cba: Download complete 01:27:01 80192f66455f: Verifying Checksum 01:27:01 80192f66455f: Download complete 01:27:01 f5dfc541a4d3: Verifying Checksum 01:27:01 f5dfc541a4d3: Download complete 01:27:01 3dae71ba6b94: Verifying Checksum 01:27:01 3dae71ba6b94: Download complete 01:27:01 923cac83aea3: Verifying Checksum 01:27:01 923cac83aea3: Download complete 01:27:01 25ad8b0a4227: Verifying Checksum 01:27:01 25ad8b0a4227: Download complete 01:27:01 db01528c6b51: Verifying Checksum 01:27:01 db01528c6b51: Download complete 01:27:01 28988de357af: Verifying Checksum 01:27:01 28988de357af: Download complete 01:27:01 a29436f7fd5d: Verifying Checksum 01:27:01 a29436f7fd5d: Download complete 01:27:02 2e8e34ca0e6c: Verifying Checksum 01:27:02 3dae71ba6b94: Pull complete 01:27:03 6bf1a483ea7c: Pull complete 01:27:04 f5dfc541a4d3: Pull complete 01:27:04 461d9e800cba: Pull complete 01:27:04 80192f66455f: Pull complete 01:27:09 2e8e34ca0e6c: Pull complete 01:27:09 a29436f7fd5d: Pull complete 01:27:09 923cac83aea3: Pull complete 01:27:09 25ad8b0a4227: Pull complete 01:27:09 db01528c6b51: Pull complete 01:27:09 28988de357af: Pull complete 01:27:09 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:27:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:27:09 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:27:09 prd-ubuntu20.04-docker-8c-8g-5939 does not seem to be running inside a container 01:27:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/876 -v /w/workspace/edgex-go/876:/w/workspace/edgex-go/876:rw,z -v /w/workspace/edgex-go/876@tmp:/w/workspace/edgex-go/876@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:27:12 $ docker top 584c0e7a067629bb94b15f4abb85820c5d425b6593ef83b4d61a23c114c410ac -eo pid,comm 01:27:12 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:27:12 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:27:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:27:12 [ssh-agent] Looking for ssh-agent implementation... 01:27:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:27:12 $ docker exec 584c0e7a067629bb94b15f4abb85820c5d425b6593ef83b4d61a23c114c410ac ssh-agent 01:27:12 SSH_AUTH_SOCK=/tmp/ssh-QAp8BSPXdH0l/agent.33 01:27:12 SSH_AGENT_PID=39 01:27:12 Running ssh-add (command line suppressed) 01:27:12 Identity added: /w/workspace/edgex-go/876@tmp/private_key_12203590492112000296.key (/w/workspace/edgex-go/876@tmp/private_key_12203590492112000296.key) 01:27:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:27:13 + git tag --points-at HEAD [Pipeline] } 01:27:13 $ docker exec --env ******** --env ******** 584c0e7a067629bb94b15f4abb85820c5d425b6593ef83b4d61a23c114c410ac ssh-agent -k 01:27:13 unset SSH_AUTH_SOCK; 01:27:13 unset SSH_AGENT_PID; 01:27:13 echo Agent pid 39 killed; 01:27:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:27:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:27:13 [ssh-agent] Looking for ssh-agent implementation... 01:27:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:27:13 $ docker exec 584c0e7a067629bb94b15f4abb85820c5d425b6593ef83b4d61a23c114c410ac ssh-agent 01:27:13 SSH_AUTH_SOCK=/tmp/ssh-E5uppGIAQQ3Y/agent.72 01:27:13 SSH_AGENT_PID=78 01:27:13 Running ssh-add (command line suppressed) 01:27:13 Identity added: /w/workspace/edgex-go/876@tmp/private_key_16757767930391775158.key (/w/workspace/edgex-go/876@tmp/private_key_16757767930391775158.key) 01:27:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:27:14 + git semver init 01:27:14 2025-07-30 01:27:14,269 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:27:14 2025-07-30 01:27:14,273 [run_init] DEBUG init version:0.0.0 force:False 01:27:14 2025-07-30 01:27:14,274 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/876/.semver 01:27:14 2025-07-30 01:27:14,275 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/876/.semver 01:27:14 2025-07-30 01:27:14,275 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/876/.semver'], cwd=/w/workspace/edgex-go/876, stdin=None, shell=False, universal_newlines=False) 01:27:19 2025-07-30 01:27:19,419 [append_file] DEBUG append to file:/w/workspace/edgex-go/876/.git/info/exclude 01:27:19 2025-07-30 01:27:19,420 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/876/.semver/main with force:False 01:27:19 2025-07-30 01:27:19,420 [read_version] DEBUG read version from /w/workspace/edgex-go/876/.semver/main 01:27:19 2025-07-30 01:27:19,420 [read_version] DEBUG read version from /w/workspace/edgex-go/876/.semver/main 01:27:19 4.1.0-dev.42 [Pipeline] } 01:27:19 $ docker exec --env ******** --env ******** 584c0e7a067629bb94b15f4abb85820c5d425b6593ef83b4d61a23c114c410ac ssh-agent -k 01:27:19 unset SSH_AUTH_SOCK; 01:27:19 unset SSH_AGENT_PID; 01:27:19 echo Agent pid 78 killed; 01:27:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:27:20 + git semver [Pipeline] } 01:27:20 $ docker stop --time=1 584c0e7a067629bb94b15f4abb85820c5d425b6593ef83b4d61a23c114c410ac 01:27:21 $ docker rm -f --volumes 584c0e7a067629bb94b15f4abb85820c5d425b6593ef83b4d61a23c114c410ac [Pipeline] // withDockerContainer [Pipeline] sh 01:27:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:27:22 Stashed 1 file(s) [Pipeline] echo 01:27:22 [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:27:23 + git config --global --add safe.directory /w/workspace/edgex-go/876 [Pipeline] echo 01:27:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:27:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:27:23 ========================================================= 01:27:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:27:23 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:27:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:27:23 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 01:27:23 0a9a5dfd008f: Pulling fs layer 01:27:23 36466aa92d05: Pulling fs layer 01:27:23 e10405b45d13: Pulling fs layer 01:27:23 096b7ceb2af7: Pulling fs layer 01:27:23 4f4fb700ef54: Pulling fs layer 01:27:23 8213a616a21b: Pulling fs layer 01:27:23 096b7ceb2af7: Waiting 01:27:23 4f4fb700ef54: Waiting 01:27:23 985586143405: Pulling fs layer 01:27:23 0eae2285b678: Pulling fs layer 01:27:23 985586143405: Waiting 01:27:23 0eae2285b678: Waiting 01:27:23 8213a616a21b: Waiting 01:27:23 d3ac315be8c5: Pulling fs layer 01:27:23 d3ac315be8c5: Waiting 01:27:23 36466aa92d05: Verifying Checksum 01:27:23 36466aa92d05: Download complete 01:27:23 096b7ceb2af7: Download complete 01:27:23 4f4fb700ef54: Verifying Checksum 01:27:23 4f4fb700ef54: Download complete 01:27:23 8213a616a21b: Verifying Checksum 01:27:23 8213a616a21b: Download complete 01:27:23 0a9a5dfd008f: Verifying Checksum 01:27:23 0a9a5dfd008f: Download complete 01:27:23 985586143405: Verifying Checksum 01:27:23 985586143405: Download complete 01:27:23 0a9a5dfd008f: Pull complete 01:27:23 d3ac315be8c5: Verifying Checksum 01:27:23 d3ac315be8c5: Download complete 01:27:23 36466aa92d05: Pull complete 01:27:23 e10405b45d13: Download complete 01:27:24 0eae2285b678: Verifying Checksum 01:27:24 0eae2285b678: Download complete 01:27:29 e10405b45d13: Pull complete 01:27:29 096b7ceb2af7: Pull complete 01:27:29 4f4fb700ef54: Pull complete 01:27:29 8213a616a21b: Pull complete 01:27:29 985586143405: Pull complete 01:27:32 0eae2285b678: Pull complete 01:27:33 d3ac315be8c5: Pull complete 01:27:33 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 01:27:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:27:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:27:33 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:27:33 WORKDIR /edgex 01:27:33 COPY go.mod . 01:27:33 RUN go mod download 01:27:33 + docker build -t ci-base-image-x86_64 -f - . 01:27:34 #0 building with "default" instance using docker driver 01:27:34 01:27:34 #1 [internal] load build definition from Dockerfile 01:27:34 #1 transferring dockerfile: 164B done 01:27:34 #1 DONE 0.0s 01:27:34 01:27:34 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:27:34 #2 DONE 0.0s 01:27:34 01:27:34 #3 [internal] load .dockerignore 01:27:34 #3 transferring context: 50B done 01:27:34 #3 DONE 0.0s 01:27:34 01:27:34 #4 [internal] load build context 01:27:34 #4 transferring context: 6.51kB done 01:27:34 #4 DONE 0.0s 01:27:34 01:27:34 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:27:34 #5 DONE 0.1s 01:27:34 01:27:34 #6 [2/4] WORKDIR /edgex 01:27:36 #6 DONE 2.4s 01:27:36 01:27:36 #7 [3/4] COPY go.mod . 01:27:36 #7 DONE 0.0s 01:27:36 01:27:36 #8 [4/4] RUN go mod download 01:27:37 Still waiting to schedule task 01:27:37 ‘prd-ubuntu20.04-docker-arm64-4c-16g-5936’ is offline 01:27:51 #8 DONE 14.0s 01:27:51 01:27:51 #9 exporting to image 01:27:51 #9 exporting layers 01:27:54 #9 exporting layers 3.3s done 01:27:54 #9 writing image sha256:99093a128295920d6d3efa9f9dbdece56a8fa9519fbe952e734e55fbe2d68818 done 01:27:54 #9 naming to docker.io/library/ci-base-image-x86_64 done 01:27:54 #9 DONE 3.3s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:54 + docker inspect -f . ci-base-image-x86_64 01:27:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:27:54 prd-ubuntu20.04-docker-8c-8g-5939 does not seem to be running inside a container 01:27:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/876 -v /w/workspace/edgex-go/876:/w/workspace/edgex-go/876:rw,z -v /w/workspace/edgex-go/876@tmp:/w/workspace/edgex-go/876@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:27:54 $ docker top 6b1e49d76f4a9ee462ab49cd2fec8d1626e784d719f95aee47471188ab07f0d0 -eo pid,comm [Pipeline] { [Pipeline] sh 01:27:55 + go version 01:27:55 go version go1.23.9 linux/amd64 [Pipeline] } 01:27:55 $ docker stop --time=1 6b1e49d76f4a9ee462ab49cd2fec8d1626e784d719f95aee47471188ab07f0d0 01:27:56 $ docker rm -f --volumes 6b1e49d76f4a9ee462ab49cd2fec8d1626e784d719f95aee47471188ab07f0d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:57 + docker inspect -f . ci-base-image-x86_64 01:27:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:27:57 prd-ubuntu20.04-docker-8c-8g-5939 does not seem to be running inside a container 01:27:57 $ 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/876 -v /w/workspace/edgex-go/876:/w/workspace/edgex-go/876:rw,z -v /w/workspace/edgex-go/876@tmp:/w/workspace/edgex-go/876@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:27:57 $ docker top 2e6260d57c7c07278d88ce1d1dfe0006d35f20a89bf4abb13472df2445994c99 -eo pid,comm [Pipeline] { [Pipeline] echo 01:27:57 ========================================================= 01:27:57 [edgeXBuildGoParallel] Running Tests and Build... 01:27:57 ========================================================= [Pipeline] sh 01:27:57 + git config --global --add safe.directory /w/workspace/edgex-go/876 [Pipeline] fileExists [Pipeline] sh 01:27:58 + make test 01:27:58 go test -race -coverprofile=coverage.out ./... 01:28:06 ? github.com/edgexfoundry/edgex-go [no test files] 01:28:32 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 01:28:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:28:32 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 01:28:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.027s coverage: 42.3% of statements 01:28:32 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 01:28:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements 01:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 01:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:28:32 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 01:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 01:28:32 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 01:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 01:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 01:28:34 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:28:34 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 01:28:34 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 01:28:34 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 01:28:35 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 01:28:35 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 01:28:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.052s coverage: 69.4% of statements 01:28:35 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.018s coverage: 3.5% of statements 01:28:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.055s coverage: 46.3% of statements 01:28:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.760s coverage: 93.4% of statements 01:28:35 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.044s coverage: 92.4% of statements 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.048s coverage: 8.4% of statements 01:28:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 01:28:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:28:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:28:37 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 01:28:37 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 01:28:37 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 01:28:37 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 01:28:37 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:28:37 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 01:28:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:28:37 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 01:28:37 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 01:28:37 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 01:28:37 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 01:28:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.306s coverage: 95.8% of statements 01:28:38 ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements 01:28:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:28:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 01:28:39 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 01:28:39 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 01:28:39 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 01:28:39 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 01:28:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.043s coverage: 0.0% of statements [no tests to run] 01:28:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.047s coverage: 1.0% of statements 01:28:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.023s coverage: 38.1% of statements 01:28:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.019s coverage: 81.1% of statements 01:28:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.028s coverage: 40.0% of statements 01:28:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.035s coverage: 87.1% of statements 01:28:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.023s coverage: 94.1% of statements 01:28:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 01:28:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 01:28:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 01:28:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.037s coverage: 96.3% of statements 01:28:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:28:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 01:28:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 01:28:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 01:28:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements 01:28:42 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 01:28:42 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 01:28:42 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 01:28:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 01:28:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 01:28:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 01:28:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 01:28:43 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 01:28:43 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 01:28:43 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 01:28:45 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 01:28:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:28:47 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 01:28:48 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 01:28:48 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 01:28:48 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 01:28:51 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 01:28:51 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 01:28:51 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 01:28:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 01:28:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 01:28:52 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:28:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.032s coverage: 94.4% of statements 01:28:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 01:28:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 01:28:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 01:28:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 01:28:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:28:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 01:28:55 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 01:28:55 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 01:28:55 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 01:28:55 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 01:28:55 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 01:28:55 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 01:28:57 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 01:28:57 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 01:28:57 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 01:28:57 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 01:28:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 01:28:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:28:57 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:28:57 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 01:28:58 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 01:28:58 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 01:28:58 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 01:28:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 01:28:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:28:59 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.045s coverage: 92.9% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.027s coverage: 68.8% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.033s coverage: 62.3% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.023s coverage: 47.4% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.031s coverage: 87.2% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 15.5% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.023s coverage: 100.0% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.085s coverage: 81.8% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.081s coverage: 82.1% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.043s coverage: 6.8% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.043s coverage: 33.3% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.044s coverage: 100.0% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.154s coverage: 54.5% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.019s coverage: 100.0% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.026s coverage: 96.8% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.019s coverage: 100.0% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.138s coverage: 29.2% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.018s coverage: 93.8% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.020s coverage: 76.2% of statements 01:29:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.036s coverage: 54.0% of statements 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.062s coverage: 17.0% of statements 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.114s coverage: 94.9% of statements 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.032s coverage: 9.0% of statements 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.067s coverage: 97.7% of statements 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.030s coverage: 43.6% of statements 01:29: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:29:04 running golangci-lint 01:29:04 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 01:29:04 go version go1.23.9 linux/amd64 01:29:04 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 01:29:04 level=info msg="[config_reader] Used config file .golangci.yml" 01:29:04 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 01:29:17 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5942 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 01:29:17 Running in /w/workspace/edgex-go/876 [Pipeline] { [Pipeline] checkout 01:29:20 The recommended git tool is: git 01:29:25 using credential edgex-jenkins-ssh 01:29:25 Cloning the remote Git repository 01:29:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:29:25 > git init /w/workspace/edgex-go/876 # timeout=10 01:29:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:29:25 > git --version # timeout=10 01:29:25 > git --version # 'git version 2.25.1' 01:29:25 using GIT_SSH to set credentials SSH Credentials for GitHub 01:29:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:29:31 level=info msg="[loader] Go packages loading at mode 575 (name|exports_file|deps|files|imports|types_sizes|compiled_files) took 23.536012394s" 01:29:31 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 57.843378ms" 01:29:43 level=info msg="[linters_context/goanalysis] analyzers took 2m14.111077791s with top 10 stages: buildir: 1m8.097800175s, gosec: 4.570621218s, inspect: 3.16778225s, fact_deprecated: 2.80915577s, ctrlflow: 2.206688614s, printf: 1.89227961s, fact_purity: 1.737313903s, nilness: 1.624565999s, S1038: 1.141718031s, typedness: 1.107279344s" 01:29:43 level=info msg="[runner] Issues before processing: 202, after processing: 0" 01:29:43 level=info msg="[runner] Processors filtering stat (in/out): nolint: 20/0, invalid_issue: 202/202, exclude-rules: 202/20, skip_files: 202/202, autogenerated_exclude: 202/202, cgo: 202/202, path_prettifier: 202/202, identifier_marker: 202/202, exclude: 202/202, filename_unadjuster: 202/202, skip_dirs: 202/202" 01:29:43 level=info msg="[runner] processing took 20.687491ms with stages: nolint: 8.693495ms, identifier_marker: 6.315594ms, path_prettifier: 1.855956ms, autogenerated_exclude: 1.3538ms, exclude-rules: 1.271666ms, skip_dirs: 1.004701ms, invalid_issue: 77.474µs, cgo: 73.954µs, filename_unadjuster: 32.881µs, max_same_issues: 1.52µs, uniq_by_line: 1.32µs, skip_files: 910ns, max_from_linter: 760ns, fixer: 660ns, source_code: 660ns, exclude: 470ns, sort_results: 420ns, diff: 390ns, severity-rules: 370ns, path_prefixer: 270ns, path_shortener: 110ns, max_per_file_from_linter: 110ns" 01:29:43 level=info msg="[runner] linters took 14.326270824s with stages: goanalysis_metalinter: 14.305461317s" 01:29:43 level=info msg="File cache stats: 0 entries of total size 0B" 01:29:43 level=info msg="Memory: 371 samples, avg is 300.4MB, max is 1489.7MB" 01:29:43 level=info msg="Execution took 37.926981456s" 01:29:43 go vet ./... 01:29:43 Avoid second fetch 01:29:43 Checking out Revision 04201409d208f35d5d62518ff10d2f6ac86fd973 (main) 01:29:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:29:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:29:43 > git config core.sparsecheckout # timeout=10 01:29:43 > git checkout -f 04201409d208f35d5d62518ff10d2f6ac86fd973 # timeout=10 01:29:44 Commit message: "build(deps): Bump github.com/go-co-op/gocron/v2 from 2.16.2 to 2.16.3 (#5216)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:29:49 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:29:49 % Total % Received % Xferd Average Speed Time Time Time Current 01:29:49 Dload Upload Total Spent Left Speed 01:29:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 152 0 --:--:-- --:--:-- --:--:-- 152 [Pipeline] sh 01:29:49 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:29:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:29:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:29:50 ./bin/test-attribution-txt.sh 01:29:50 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:29:50 + sudo tee /etc/docker/daemon.new 01:29:50 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:29:50 { 01:29:50 "registry-mirrors": [ 01:29:50 "https://nexus3.edgexfoundry.org:10001" 01:29:50 ], 01:29:50 "bip": "10.250.0.254/24", 01:29:50 "hosts": [ 01:29:50 "tcp://0.0.0.0:5555", 01:29:50 "unix:///var/run/docker.sock" 01:29:50 ], 01:29:50 "mtu": 1458, 01:29:50 "selinux-enabled": true, 01:29:50 "seccomp-profile": "/etc/docker/seccomp.json" 01:29:50 } [Pipeline] sh 01:29:50 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 01:29:50 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 01:29:50 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 01:29:50 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 01:29:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:29:50 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:29:50 + ls -al . 01:29:50 total 1996 01:29:50 drwxrwxr-x 11 1001 1001 4096 Jul 30 01:27 . 01:29:50 drwxr-xr-x 4 root root 4096 Jul 30 01:27 .. 01:29:50 drwxrwxr-x 2 1001 1001 4096 Jul 30 01:26 .blubracket 01:29:50 -rw-rw-r-- 1 1001 1001 10 Jul 30 01:26 .dockerignore 01:29:50 drwxrwxr-x 8 1001 1001 4096 Jul 30 01:29 .git 01:29:50 drwxrwxr-x 3 1001 1001 4096 Jul 30 01:26 .github 01:29:50 -rw-rw-r-- 1 1001 1001 909 Jul 30 01:26 .gitignore 01:29:50 -rw-rw-r-- 1 1001 1001 218 Jul 30 01:26 .golangci.yml 01:29:50 -rw-rw-r-- 1 1001 1001 100 Jul 30 01:26 .hadolint.yml 01:29:50 drwxr-xr-x 3 1001 1001 4096 Jul 30 01:27 .semver 01:29:50 -rw-rw-r-- 1 1001 1001 155 Jul 30 01:26 .sonarcloud.properties 01:29:50 -rw-rw-r-- 1 1001 1001 1171 Jul 30 01:26 ADOPTERS.md 01:29:50 -rw-rw-r-- 1 1001 1001 17374 Jul 30 01:26 Attribution.txt 01:29:50 -rw-rw-r-- 1 1001 1001 108018 Jul 30 01:26 CHANGELOG.md 01:29:50 -rw-rw-r-- 1 1001 1001 3804 Jul 30 01:26 CONTRIBUTING.md 01:29:50 -rw-rw-r-- 1 1001 1001 677 Jul 30 01:26 GOVERNANCE.md 01:29:50 -rw-rw-r-- 1 1001 1001 858 Jul 30 01:26 Jenkinsfile 01:29:50 -rw-rw-r-- 1 1001 1001 10775 Jul 30 01:26 LICENSE 01:29:50 -rw-rw-r-- 1 1001 1001 16740 Jul 30 01:26 Makefile 01:29:50 -rw-rw-r-- 1 1001 1001 582 Jul 30 01:26 OWNERS.md 01:29:50 -rw-rw-r-- 1 1001 1001 9932 Jul 30 01:26 README.md 01:29:50 -rw-rw-r-- 1 1001 1001 789 Jul 30 01:26 SECURITY.md 01:29:50 -rw-rw-r-- 1 1001 1001 12 Jul 30 01:27 VERSION 01:29:50 drwxrwxr-x 2 1001 1001 4096 Jul 30 01:26 bin 01:29:50 drwxrwxr-x 19 1001 1001 4096 Jul 30 01:26 cmd 01:29:50 -rw-r--r-- 1 root root 1666030 Jul 30 01:29 coverage.out 01:29:50 drwxrwxr-x 2 1001 1001 4096 Jul 30 01:26 fuzz_test 01:29:50 -rw-rw-r-- 1 1001 1001 6474 Jul 30 01:26 go.mod 01:29:50 -rw-rw-r-- 1 1001 1001 88358 Jul 30 01:26 go.sum 01:29:50 drwxrwxr-x 7 1001 1001 4096 Jul 30 01:26 internal 01:29:50 drwxrwxr-x 2 1001 1001 4096 Jul 30 01:26 openapi 01:29:50 -rw-rw-r-- 1 1001 1001 584 Jul 30 01:26 security.txt 01:29:50 -rw-rw-r-- 1 1001 1001 204 Jul 30 01:26 version.go [Pipeline] sh 01:29:50 + sudo service docker restart 01:29:50 + '[' -e coverage.out ] 01:29:50 + chown 1001:1001 coverage.out [Pipeline] stash 01:29:51 Stashed 1 file(s) [Pipeline] sh 01:29:51 + make build 01:29:51 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:30:09 provisioning config files... 01:30:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/876@tmp/config1662935504597981530tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:30:09 ---> ****-login.sh 01:30:09 nexus3.edgexfoundry.org:10001 01:30:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:30:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:30:10 Configure a credential helper to remove this warning. See 01:30:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:30:10 01:30:10 Login Succeeded 01:30:10 nexus3.edgexfoundry.org:10002 01:30:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:30:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:30:10 Configure a credential helper to remove this warning. See 01:30:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:30:10 01:30:10 Login Succeeded 01:30:10 nexus3.edgexfoundry.org:10003 01:30:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:30:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:30:11 Configure a credential helper to remove this warning. See 01:30:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:30:11 01:30:11 Login Succeeded 01:30:11 nexus3.edgexfoundry.org:10004 01:30:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:30:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:30:11 Configure a credential helper to remove this warning. See 01:30:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:30:11 01:30:11 Login Succeeded 01:30:11 ****.io 01:30:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:30:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:30:11 Configure a credential helper to remove this warning. See 01:30:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:30:11 01:30:11 Login Succeeded 01:30:11 ---> ****-login.sh ends [Pipeline] } 01:30:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 01:30:12 + git config --global --add safe.directory /w/workspace/edgex-go/876 [Pipeline] echo 01:30:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:30:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:30:12 ========================================================= 01:30:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:30:12 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:30:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:30:13 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:30:13 94e9d8af2201: Pulling fs layer 01:30:13 a6c56e8762df: Pulling fs layer 01:30:13 f0f3c8884826: Pulling fs layer 01:30:13 c7e7622c144d: Pulling fs layer 01:30:13 4f4fb700ef54: Pulling fs layer 01:30:13 e8859aadc426: Pulling fs layer 01:30:13 b4813487a9f6: Pulling fs layer 01:30:13 502a3d64fb4b: Pulling fs layer 01:30:13 4f4fb700ef54: Waiting 01:30:13 e8859aadc426: Waiting 01:30:13 b4813487a9f6: Waiting 01:30:13 502a3d64fb4b: Waiting 01:30:13 c7e7622c144d: Waiting 01:30:13 a6c56e8762df: Download complete 01:30:13 c7e7622c144d: Verifying Checksum 01:30:13 c7e7622c144d: Download complete 01:30:13 4f4fb700ef54: Verifying Checksum 01:30:13 4f4fb700ef54: Download complete 01:30:13 e8859aadc426: Verifying Checksum 01:30:13 e8859aadc426: Download complete 01:30:13 94e9d8af2201: Verifying Checksum 01:30:13 94e9d8af2201: Download complete 01:30:14 502a3d64fb4b: Verifying Checksum 01:30:14 502a3d64fb4b: Download complete 01:30:14 94e9d8af2201: Pull complete 01:30:15 a6c56e8762df: Pull complete 01:30:15 f0f3c8884826: Download complete 01:30:16 b4813487a9f6: Verifying Checksum 01:30:16 b4813487a9f6: Download complete 01:30:17 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:30:17 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:30:17 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:30:17 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:30:19 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:30:25 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:30: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:30:29 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:30:31 f0f3c8884826: Pull complete 01:30:31 c7e7622c144d: Pull complete 01:30:31 4f4fb700ef54: Pull complete 01:30:31 e8859aadc426: Pull complete 01:30:32 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:30:33 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:30:34 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:30:35 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:30:37 $ docker stop --time=1 2e6260d57c7c07278d88ce1d1dfe0006d35f20a89bf4abb13472df2445994c99 01:30:39 b4813487a9f6: Pull complete 01:30:40 $ docker rm -f --volumes 2e6260d57c7c07278d88ce1d1dfe0006d35f20a89bf4abb13472df2445994c99 01:30:40 502a3d64fb4b: Pull complete 01:30:40 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 01:30:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:30:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] fileExists [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 01:30:41 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:30:41 WORKDIR /edgex 01:30:41 COPY go.mod . 01:30:41 RUN go mod download 01:30:41 + docker build -t ci-base-image-arm64 -f - . [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:30:41 01:30:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:30:41 latest: Pulling from edgex-devops/edgex-compose 01:30:41 91d30c5bc195: Pulling fs layer 01:30:41 2e9b0aa3be6d: Pulling fs layer 01:30:41 9c61dcf015f6: Pulling fs layer 01:30:41 4698f68db338: Pulling fs layer 01:30:41 2a2f49069b9e: Pulling fs layer 01:30:41 e0025b399a48: Pulling fs layer 01:30:41 4698f68db338: Waiting 01:30:41 2a2f49069b9e: Waiting 01:30:41 e0025b399a48: Waiting 01:30:41 91d30c5bc195: Verifying Checksum 01:30:41 91d30c5bc195: Download complete 01:30:41 4698f68db338: Verifying Checksum 01:30:41 4698f68db338: Download complete 01:30:42 Sending build context to Docker daemon 3.708MB 01:30:42 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:30:42 ---> 3bb21d53e231 01:30:42 Step 2/4 : WORKDIR /edgex 01:30:42 2e9b0aa3be6d: Verifying Checksum 01:30:42 2e9b0aa3be6d: Download complete 01:30:42 e0025b399a48: Download complete 01:30:42 91d30c5bc195: Pull complete 01:30:42 2a2f49069b9e: Download complete 01:30:42 2e9b0aa3be6d: Pull complete 01:30:43 9c61dcf015f6: Verifying Checksum 01:30:43 9c61dcf015f6: Download complete 01:30:44 ---> Running in 5b793f0bd599 01:30:44 Removing intermediate container 5b793f0bd599 01:30:44 ---> 32ea8083629e 01:30:44 Step 3/4 : COPY go.mod . 01:30:45 ---> 5a1d2324b092 01:30:45 Step 4/4 : RUN go mod download 01:30:45 ---> Running in 6ccf16bebed6 01:30:45 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:30:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:30:45 01:30:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:30:46 9c61dcf015f6: Pull complete 01:30:46 4698f68db338: Pull complete 01:30:46 arm64: Pulling from edgex-lftools-log-publisher 01:30:46 8998bd30e6a1: Pulling fs layer 01:30:46 04944245beec: Pulling fs layer 01:30:46 699f458cf7ca: Pulling fs layer 01:30:46 765212b225bb: Pulling fs layer 01:30:46 f23df028b6ca: Pulling fs layer 01:30:46 d65c8cfc05b1: Pulling fs layer 01:30:46 2437ff75d9bd: Pulling fs layer 01:30:46 f23df028b6ca: Waiting 01:30:46 d65c8cfc05b1: Waiting 01:30:46 2437ff75d9bd: Waiting 01:30:46 765212b225bb: Waiting 01:30:46 04944245beec: Verifying Checksum 01:30:46 04944245beec: Download complete 01:30:46 765212b225bb: Verifying Checksum 01:30:46 765212b225bb: Download complete 01:30:46 f23df028b6ca: Verifying Checksum 01:30:46 f23df028b6ca: Download complete 01:30:46 d65c8cfc05b1: Download complete 01:30:46 699f458cf7ca: Verifying Checksum 01:30:46 699f458cf7ca: Download complete 01:30:46 2a2f49069b9e: Pull complete 01:30:46 e0025b399a48: Pull complete 01:30:46 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:30:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:30:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } 01:30:46 8998bd30e6a1: Verifying Checksum 01:30:46 8998bd30e6a1: Download complete [Pipeline] // withEnv [Pipeline] withDockerContainer 01:30:46 prd-ubuntu20.04-docker-8c-8g-5939 does not seem to be running inside a container 01:30:47 $ 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/876 -v /w/workspace/edgex-go/876:/w/workspace/edgex-go/876:rw,z -v /w/workspace/edgex-go/876@tmp:/w/workspace/edgex-go/876@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:30:48 $ docker top fcb3a2228ce07bb8c8fd612ace2b02b27c0a460dea5401920b325b9ff6257a9c -eo pid,comm [Pipeline] { [Pipeline] sh 01:30:48 + docker compose -f ./docker-compose-build.yml build --parallel 01:30:49 #1 [security-proxy-setup internal] load build definition from Dockerfile 01:30:49 #1 transferring dockerfile: 2.50kB done 01:30:49 #1 DONE 0.1s 01:30:49 01:30:49 #2 [core-keeper internal] load build definition from Dockerfile 01:30:49 #2 transferring dockerfile: 2.01kB done 01:30:49 #2 DONE 0.2s 01:30:49 01:30:49 #3 [security-bootstrapper internal] load build definition from Dockerfile 01:30:49 #3 transferring dockerfile: 3.02kB done 01:30:49 #3 DONE 0.1s 01:30:49 01:30:49 #4 [security-spire-config internal] load build definition from Dockerfile 01:30:49 #4 transferring dockerfile: 1.69kB done 01:30:49 #4 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:30:49 #4 DONE 0.1s 01:30:49 01:30:49 #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:30:49 #5 transferring dockerfile: 2.23kB done 01:30:49 #5 DONE 0.2s 01:30:49 01:30:49 #6 [security-secretstore-setup internal] load build definition from Dockerfile 01:30:49 #6 transferring dockerfile: 2.49kB done 01:30:49 #6 DONE 0.2s 01:30:49 01:30:49 #7 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:30:49 #7 DONE 0.0s 01:30:49 01:30:49 #8 [security-proxy-setup internal] load .dockerignore 01:30:49 #8 ... 01:30:49 01:30:49 #9 [security-spire-agent internal] load build definition from Dockerfile 01:30:49 #9 transferring dockerfile: 1.81kB done 01:30:49 #9 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:30:49 #9 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 01:30:49 #9 DONE 0.2s 01:30:49 01:30:49 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:30:49 #10 transferring dockerfile: 1.89kB done 01:30:49 #10 DONE 0.2s 01:30:49 01:30:49 #11 [core-command internal] load build definition from Dockerfile 01:30:49 #11 transferring dockerfile: 1.94kB done 01:30:49 #11 DONE 0.2s 01:30:49 01:30:49 #12 [support-notifications internal] load build definition from Dockerfile 01:30:49 #12 transferring dockerfile: 2.00kB done 01:30:49 #12 DONE 0.2s 01:30:49 01:30:49 #13 [security-spire-server internal] load build definition from Dockerfile 01:30:49 #13 transferring dockerfile: 1.70kB done 01:30:49 #13 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:30:49 #13 DONE 0.2s 01:30:49 01:30:49 #14 [support-scheduler internal] load build definition from Dockerfile 01:30:49 #14 transferring dockerfile: 1.83kB done 01:30:49 #14 DONE 0.2s 01:30:49 01:30:49 #15 [core-metadata internal] load build definition from Dockerfile 01:30:49 #15 transferring dockerfile: 2.10kB done 01:30:49 #15 DONE 0.2s 01:30:49 01:30:49 #16 [security-proxy-auth internal] load build definition from Dockerfile 01:30:49 #16 transferring dockerfile: 2.14kB done 01:30:49 #16 DONE 0.2s 01:30:49 01:30:49 #17 [core-data internal] load build definition from Dockerfile 01:30:49 #17 transferring dockerfile: 2.04kB done 01:30:49 #17 DONE 0.2s 01:30:49 01:30:49 #7 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:30:49 #7 DONE 0.0s 01:30:49 01:30:49 #18 [security-bootstrapper internal] load .dockerignore 01:30:49 #18 transferring context: 50B done 01:30:49 #18 DONE 0.1s 01:30:49 01:30:49 #19 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 01:30:49 #19 DONE 0.2s 01:30:49 01:30:49 #8 [security-proxy-setup internal] load .dockerignore 01:30:49 #8 transferring context: 50B done 01:30:49 #8 DONE 0.1s 01:30:49 01:30:49 #20 [core-keeper internal] load .dockerignore 01:30:49 #20 transferring context: 50B 0.0s done 01:30:49 #20 DONE 0.1s 01:30:49 01:30:49 #21 [security-secretstore-setup internal] load .dockerignore 01:30:49 #21 transferring context: 50B done 01:30:49 #21 DONE 0.1s 01:30:49 01:30:49 #22 [core-common-config-bootstrapper internal] load .dockerignore 01:30:49 #22 transferring context: 50B done 01:30:49 #22 DONE 0.1s 01:30:49 01:30:49 #23 [core-command internal] load .dockerignore 01:30:49 #23 transferring context: 50B done 01:30:49 #23 DONE 0.1s 01:30:49 01:30:49 #24 [security-spiffe-token-provider internal] load .dockerignore 01:30:49 #24 transferring context: 50B done 01:30:49 #24 DONE 0.1s 01:30:49 01:30:49 #25 [core-command stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:30:49 #25 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:30:49 2437ff75d9bd: Verifying Checksum 01:30:49 2437ff75d9bd: Download complete 01:30:49 #25 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:30:49 #25 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:30:49 #25 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:30:49 #25 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:30:49 #25 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s 01:30:49 #25 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 01:30:49 #25 ... 01:30:49 01:30:49 #26 [security-proxy-auth internal] load .dockerignore 01:30:49 #26 transferring context: 50B done 01:30:49 #26 DONE 0.3s 01:30:49 01:30:49 #27 [support-scheduler internal] load .dockerignore 01:30:49 #27 transferring context: 50B 0.0s done 01:30:49 #27 DONE 0.3s 01:30:49 01:30:49 #25 [security-proxy-auth stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:30:49 #25 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:30:49 #25 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:30:49 #25 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:30:49 #25 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:30:49 #25 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:30:49 #25 ... 01:30:49 01:30:49 #28 [core-metadata internal] load .dockerignore 01:30:49 #28 transferring context: 50B 0.0s done 01:30:49 #28 DONE 0.4s 01:30:49 01:30:49 #29 [support-notifications internal] load .dockerignore 01:30:49 #29 transferring context: 50B done 01:30:49 #29 DONE 0.4s 01:30:49 01:30:49 #30 [core-data internal] load .dockerignore 01:30:49 #30 transferring context: 50B 0.0s done 01:30:49 #30 DONE 0.4s 01:30:49 01:30:49 #31 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:30:49 #31 DONE 0.4s 01:30:49 01:30:49 #25 [core-data stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:30:49 #25 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:30:49 #25 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:30:49 #25 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:30:49 #25 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:30:49 #25 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:30:49 #25 ... 01:30:49 01:30:49 #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:30:49 #32 DONE 0.6s 01:30:49 01:30:49 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:30:49 #33 DONE 0.6s 01:30:49 01:30:49 #25 [core-data stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:30:49 #25 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done 01:30:51 #25 ... 01:30:51 01:30:51 #34 [security-spire-config internal] load .dockerignore 01:30:51 #34 transferring context: 50B 0.0s done 01:30:51 #34 DONE 1.6s 01:30:51 01:30:51 #35 [security-spire-server internal] load .dockerignore 01:30:51 #35 transferring context: 50B 0.0s done 01:30:51 #35 DONE 1.6s 01:30:51 01:30:51 #36 [core-command builder 2/7] WORKDIR /edgex-go 01:30:51 #36 DONE 1.7s 01:30:51 01:30:51 #25 [security-spire-server stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:30:51 #25 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:30:51 #25 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:30:51 #25 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:30:51 #25 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:30:51 #25 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:30:51 #25 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done 01:30:51 #25 ... 01:30:51 01:30:51 #37 [security-spire-agent internal] load .dockerignore 01:30:51 #37 transferring context: 50B done 01:30:51 #37 DONE 1.7s 01:30:51 01:30:51 #25 [security-spire-agent stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:30:51 #25 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:30:51 #25 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:30:51 #25 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:30:51 #25 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:30:51 #25 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:30:51 #25 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done 01:30:51 8998bd30e6a1: Pull complete 01:30:51 #25 DONE 2.3s 01:30:51 01:30:51 #38 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:30:51 #38 ... 01:30:51 01:30:51 #39 [security-spire-config internal] load build context 01:30:51 #39 transferring context: 22.05kB 0.0s done 01:30:51 #39 DONE 0.3s 01:30:51 01:30:51 #40 [security-spire-server internal] load build context 01:30:51 #40 transferring context: 23.80kB done 01:30:51 #40 DONE 0.4s 01:30:51 01:30:51 #41 [security-spire-agent internal] load build context 01:30:51 #41 transferring context: 23.33kB 0.0s done 01:30:51 #41 DONE 0.4s 01:30:51 01:30:51 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:30:51 #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 01:30:51 #42 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:30:51 #42 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 01:30:51 #42 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 01:30:52 04944245beec: Pull complete 01:30:52 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s 01:30:52 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 01:30:52 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 01:30:52 #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 01:30:52 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s 01:30:52 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 01:30:52 #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s 01:30:52 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:30:52 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 01:30:52 #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 6.29MB / 36.47MB 0.3s 01:30:52 #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 01:30:52 #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 14.49MB / 36.47MB 0.4s 01:30:52 #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 23.94MB / 36.47MB 0.5s 01:30:52 #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.7s 01:30:54 699f458cf7ca: Pull complete 01:30:54 765212b225bb: Pull complete 01:30:54 #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.0s done 01:30:54 f23df028b6ca: Pull complete 01:30:54 d65c8cfc05b1: Pull complete 01:30:56 #42 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 01:30:58 #42 ... 01:30:58 01:30:58 #38 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:30:58 #38 6.578 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:58 #38 6.676 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:58 #38 6.963 (1/1) Installing dumb-init (1.2.5-r3) 01:30:58 #38 6.975 Executing busybox-1.36.1-r29.trigger 01:30:58 #38 6.982 OK: 8 MiB in 15 packages 01:30:59 #38 ... 01:30:59 01:30:59 #43 [core-keeper internal] load build context 01:30:59 #43 transferring context: 371.44MB 9.9s 01:30:59 #43 ... 01:30:59 01:30:59 #44 [core-common-config-bootstrapper internal] load build context 01:30:59 #44 ... 01:30:59 01:30:59 #45 [security-spiffe-token-provider internal] load build context 01:30:59 #45 ... 01:30:59 01:30:59 #46 [security-secretstore-setup internal] load build context 01:30:59 #46 ... 01:30:59 01:30:59 #47 [security-proxy-auth internal] load build context 01:30:59 #47 ... 01:30:59 01:30:59 #48 [core-metadata internal] load build context 01:31:00 #48 ... 01:31:00 01:31:00 #49 [support-notifications internal] load build context 01:31:00 #49 ... 01:31:00 01:31:00 #50 [core-command internal] load build context 01:31:00 #50 ... 01:31:00 01:31:00 #51 [security-proxy-setup internal] load build context 01:31:00 #51 ... 01:31:00 01:31:00 #52 [security-bootstrapper internal] load build context 01:31:00 #52 ... 01:31:00 01:31:00 #53 [core-data internal] load build context 01:31:00 #53 ... 01:31:00 01:31:00 #54 [support-scheduler internal] load build context 01:31:01 #54 ... 01:31:01 01:31:01 #53 [core-data internal] load build context 01:31:01 #53 ... 01:31:01 01:31:01 #55 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:31:01 #55 ... 01:31:01 01:31:01 #56 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:31:01 #0 5.546 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:01 #0 5.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:01 #0 6.025 (1/3) Installing ca-certificates (20250619-r0) 01:31:01 #0 6.180 (2/3) Installing dumb-init (1.2.5-r3) 01:31:01 #0 6.186 (3/3) Installing tzdata (2025b-r0) 01:31:01 #0 6.228 Executing busybox-1.36.1-r29.trigger 01:31:01 #0 6.232 Executing ca-certificates-20250619-r0.trigger 01:31:01 #0 6.280 OK: 10 MiB in 17 packages 01:31:01 #56 ... 01:31:01 01:31:01 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:31:01 #0 6.194 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:01 #0 6.293 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:01 #0 6.593 (1/2) Installing dumb-init (1.2.5-r3) 01:31:01 #0 6.600 (2/2) Installing su-exec (0.2-r3) 01:31:01 #0 6.606 Executing busybox-1.36.1-r29.trigger 01:31:01 #0 6.618 OK: 8 MiB in 16 packages 01:31:01 #57 ... 01:31:01 01:31:01 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:31:01 #0 6.174 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:01 #0 6.245 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:01 #0 6.564 (1/4) Installing dumb-init (1.2.5-r3) 01:31:01 #0 6.579 (2/4) Installing openssl (3.3.4-r0) 01:31:01 #0 6.591 (3/4) Installing su-exec (0.2-r3) 01:31:01 #0 6.598 (4/4) Installing yq-go (4.44.1-r2) 01:31:01 #0 6.688 Executing busybox-1.36.1-r29.trigger 01:31:01 #0 6.714 OK: 19 MiB in 18 packages 01:31:02 #58 ... 01:31:02 01:31:02 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:31:02 #0 0.965 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:02 #0 1.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:02 #0 1.437 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:31:02 #0 1.437 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:31:02 #0 1.437 OK: 24171 distinct packages available 01:31:02 #0 1.504 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:02 #0 1.604 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:02 #0 1.986 (1/4) Installing dumb-init (1.2.5-r3) 01:31:02 #0 1.996 (2/4) Installing musl-obstack (1.2.3-r2) 01:31:02 #0 1.999 (3/4) Installing libucontext (1.2-r3) 01:31:02 #0 2.025 (4/4) Installing gcompat (1.1.0-r4) 01:31:02 #0 2.029 Executing busybox-1.36.1-r29.trigger 01:31:02 #0 2.035 OK: 8 MiB in 18 packages 01:31:02 #59 ... 01:31:02 01:31:02 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:31:02 #60 ... 01:31:02 01:31:02 #61 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:31:02 #0 0.802 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:02 #0 0.938 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:02 #0 1.469 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:31:02 #0 1.469 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:31:02 #0 1.469 OK: 24177 distinct packages available 01:31:02 #0 1.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:02 #0 1.635 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:02 #0 1.980 OK: 248 MiB in 58 packages 01:31:02 #61 ... 01:31:02 01:31:02 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:31:02 #62 ... 01:31:02 01:31:02 #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:31:02 #63 ... 01:31:02 01:31:02 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:31:02 #64 ... 01:31:02 01:31:02 #65 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 01:31:02 #0 0.978 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:02 #0 1.115 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:02 #0 1.757 OK: 248 MiB in 58 packages 01:31:03 #65 ... 01:31:03 01:31:03 #66 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:31:03 #0 0.732 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:03 #0 0.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:03 #0 1.748 OK: 248 MiB in 58 packages 01:31:03 #66 ... 01:31:03 01:31:03 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:31:03 #67 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.5s done 01:31:03 #67 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:31:03 #67 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 01:31:03 #67 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 01:31:03 #67 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.0s done 01:31:03 #67 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 01:31:03 #67 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done 01:31:03 #67 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 2.7s done 01:31:03 #67 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 01:31:03 #67 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 3.8s done 01:31:03 #67 ... 01:31:03 01:31:03 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:31:03 #0 1.046 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:03 #0 1.174 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:03 #0 1.748 OK: 248 MiB in 58 packages 01:31:03 #68 ... 01:31:03 01:31:03 #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:31:03 #0 0.731 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:03 #0 0.950 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:03 #0 1.748 OK: 248 MiB in 58 packages 01:31:03 #69 ... 01:31:03 01:31:03 #70 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:31:03 #70 ... 01:31:03 01:31:03 #71 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:31:03 #71 ... 01:31:03 01:31:03 #51 [security-proxy-setup internal] load build context 01:31:04 #51 transferring context: 508.61MB 14.6s done 01:31:06 #51 ... 01:31:06 01:31:06 #46 [security-secretstore-setup internal] load build context 01:31:06 #46 transferring context: 508.61MB 14.8s done 01:31:07 #46 ... 01:31:07 01:31:07 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:31:07 #42 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.3s done 01:31:10 #42 ... 01:31:10 01:31:10 #43 [core-keeper internal] load build context 01:31:10 #43 transferring context: 508.61MB 14.1s done 01:31:10 #43 ... 01:31:10 01:31:10 #44 [core-common-config-bootstrapper internal] load build context 01:31:10 #44 transferring context: 508.61MB 14.2s done 01:31:10 #44 ... 01:31:10 01:31:10 #45 [security-spiffe-token-provider internal] load build context 01:31:10 #45 transferring context: 508.61MB 13.6s done 01:31:10 #45 ... 01:31:10 01:31:10 #47 [security-proxy-auth internal] load build context 01:31:10 #47 transferring context: 508.61MB 13.5s done 01:31:10 #47 ... 01:31:10 01:31:10 #50 [core-command internal] load build context 01:31:10 #50 transferring context: 508.61MB 13.8s done 01:31:10 #50 ... 01:31:10 01:31:10 #48 [core-metadata internal] load build context 01:31:10 #48 transferring context: 508.61MB 14.1s done 01:31:10 #48 ... 01:31:10 01:31:10 #49 [support-notifications internal] load build context 01:31:10 #49 transferring context: 508.61MB 13.1s done 01:31:10 #49 ... 01:31:10 01:31:10 #52 [security-bootstrapper internal] load build context 01:31:10 #52 transferring context: 508.61MB 14.3s done 01:31:10 #52 ... 01:31:10 01:31:10 #54 [support-scheduler internal] load build context 01:31:10 #54 transferring context: 508.61MB 13.6s done 01:31:11 #54 ... 01:31:11 01:31:11 #53 [core-data internal] load build context 01:31:11 #53 transferring context: 508.61MB 13.4s done 01:31:13 2437ff75d9bd: Pull complete 01:31:13 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:31:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:31:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:31:13 prd-ubuntu20.04-docker-arm64-4c-16g-5942 does not seem to be running inside a container 01:31:13 $ 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/876 -v /w/workspace/edgex-go/876:/w/workspace/edgex-go/876:rw,z -v /w/workspace/edgex-go/876@tmp:/w/workspace/edgex-go/876@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:31:15 #53 DONE 25.9s 01:31:15 01:31:15 #55 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:31:15 #55 DONE 24.2s 01:31:15 01:31:15 #66 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 01:31:15 #66 DONE 24.2s 01:31:15 01:31:15 #61 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:31:15 #61 DONE 24.2s 01:31:15 01:31:15 #65 [core-data builder 3/7] RUN apk add --update --no-cache make git 01:31:15 #65 DONE 24.3s 01:31:15 01:31:15 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:31:15 #68 DONE 24.3s 01:31:15 01:31:15 #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:31:15 #69 DONE 24.3s 01:31:15 01:31:15 #49 [support-notifications internal] load build context 01:31:15 #49 DONE 26.0s 01:31:15 01:31:15 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:31:15 #59 DONE 24.1s 01:31:15 01:31:15 #50 [core-command internal] load build context 01:31:15 #50 DONE 26.3s 01:31:15 01:31:15 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:31:15 #58 DONE 24.1s 01:31:15 01:31:15 #56 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:31:15 #56 DONE 24.1s 01:31:15 01:31:15 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:31:15 #60 DONE 24.1s 01:31:15 01:31:15 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:31:15 #57 DONE 24.1s 01:31:15 01:31:15 #38 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:31:15 #38 DONE 24.1s 01:31:15 01:31:15 #45 [security-spiffe-token-provider internal] load build context 01:31:15 #45 DONE 26.3s 01:31:15 01:31:15 #47 [security-proxy-auth internal] load build context 01:31:15 #47 DONE 26.1s 01:31:15 01:31:15 #54 [support-scheduler internal] load build context 01:31:15 #54 DONE 26.1s 01:31:15 01:31:15 #72 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 01:31:15 #72 ... 01:31:15 01:31:15 #43 [core-keeper internal] load build context 01:31:15 #43 DONE 26.5s 01:31:15 01:31:15 #44 [core-common-config-bootstrapper internal] load build context 01:31:15 #44 DONE 26.4s 01:31:15 01:31:15 #52 [security-bootstrapper internal] load build context 01:31:15 #52 DONE 26.5s 01:31:15 01:31:15 #48 [core-metadata internal] load build context 01:31:15 #48 DONE 26.1s 01:31:15 01:31:15 #51 [security-proxy-setup internal] load build context 01:31:15 #51 DONE 26.5s 01:31:15 01:31:15 #46 [security-secretstore-setup internal] load build context 01:31:15 #46 DONE 26.5s 01:31:15 01:31:15 #73 [core-command builder 4/7] COPY go.mod vendor* ./ 01:31:15 #73 DONE 0.3s 01:31:15 01:31:15 #74 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:31:15 #74 DONE 0.3s 01:31:15 01:31:15 #75 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:16 #75 ... 01:31:16 01:31:16 #76 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:31:16 #76 DONE 0.3s 01:31:16 01:31:16 #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:31:16 #77 DONE 0.3s 01:31:16 01:31:16 #78 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:31:16 #78 DONE 0.2s 01:31:16 01:31:16 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:31:16 #42 DONE 24.7s 01:31:16 01:31:16 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:31:16 #67 DONE 24.6s 01:31:16 01:31:16 #79 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:16 $ docker top 0c67eede753f5e1ffb2daf4825088ebebc51e7f6dcd4109f7aaa600eefdab36f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:31:17 ---> job-cost.sh 01:31:17 lf-activate-venv: SKIPPING 01:31:17 INFO: No Stack... 01:31:17 #79 ... 01:31:17 01:31:17 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:31:17 #62 25.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:17 #62 25.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:17 #62 25.57 (1/1) Installing dumb-init (1.2.5-r3) 01:31:17 #62 25.57 Executing busybox-1.36.1-r29.trigger 01:31:17 #62 25.58 OK: 8 MiB in 15 packages 01:31:17 #62 DONE 25.9s 01:31:17 01:31:17 #70 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:31:17 #70 25.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:17 #70 25.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:17 #70 25.55 (1/4) Installing ca-certificates (20250619-r0) 01:31:17 #70 25.56 (2/4) Installing dumb-init (1.2.5-r3) 01:31:17 #70 25.57 (3/4) Installing su-exec (0.2-r3) 01:31:17 #70 25.57 (4/4) Installing yq-go (4.44.1-r2) 01:31:17 #70 25.66 Executing busybox-1.36.1-r29.trigger 01:31:17 #70 25.68 Executing ca-certificates-20250619-r0.trigger 01:31:17 #70 25.74 OK: 19 MiB in 18 packages 01:31:17 #70 DONE 25.9s 01:31:17 01:31:17 #71 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:31:17 #71 25.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:17 #71 25.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:17 #71 25.56 (1/7) Installing ca-certificates (20250619-r0) 01:31:17 #71 25.58 (2/7) Installing dumb-init (1.2.5-r3) 01:31:17 #71 25.59 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:31:17 #71 25.60 (4/7) Installing libsodium (1.0.19-r0) 01:31:17 #71 25.62 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:31:17 #71 25.64 (6/7) Installing libzmq (4.3.5-r2) 01:31:17 #71 25.66 (7/7) Installing zeromq (4.3.5-r2) 01:31:17 #71 25.66 Executing busybox-1.36.1-r29.trigger 01:31:17 #71 25.67 Executing ca-certificates-20250619-r0.trigger 01:31:17 #71 25.74 OK: 12 MiB in 21 packages 01:31:17 #71 DONE 26.0s 01:31:17 01:31:17 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:31:17 #80 ... 01:31:17 01:31:17 #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:31:17 #0 1.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:17 #0 1.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:17 #0 1.770 OK: 8 MiB in 18 packages 01:31:17 #81 DONE 1.9s 01:31:17 01:31:17 #72 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 01:31:17 #72 1.557 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:17 #72 1.646 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:17 #72 2.044 OK: 8 MiB in 15 packages 01:31:17 INFO: Retrieving Pricing Info for: v3-standard-4 01:31:18 #72 ... 01:31:18 01:31:18 #82 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:31:18 #0 1.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:18 #0 1.459 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:18 #0 1.945 OK: 10 MiB in 17 packages 01:31:18 #82 DONE 2.7s 01:31:18 INFO: Archiving Costs [Pipeline] sh 01:31:18 01:31:18 #72 [core-command stage-1 3/9] RUN apk --no-cache upgrade 01:31:18 #72 DONE 2.7s 01:31:18 01:31:18 #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:31:18 #0 1.743 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:18 #0 1.850 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:18 #0 2.259 OK: 8 MiB in 16 packages 01:31:18 #83 DONE 2.7s 01:31:18 01:31:18 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:31:18 #64 25.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:18 #64 25.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:18 #64 25.58 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:31:18 #64 25.58 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:31:18 #64 25.58 OK: 24171 distinct packages available 01:31:18 #64 25.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:18 #64 25.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:18 #64 26.30 (1/14) Installing ca-certificates (20250619-r0) 01:31:18 #64 26.32 (2/14) Installing brotli-libs (1.1.0-r2) 01:31:18 #64 26.36 (3/14) Installing c-ares (1.33.1-r0) 01:31:18 #64 26.36 (4/14) Installing libunistring (1.2-r0) 01:31:18 #64 26.39 (5/14) Installing libidn2 (2.3.7-r0) 01:31:18 #64 26.39 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:31:18 #64 26.40 (7/14) Installing libpsl (0.21.5-r1) 01:31:18 #64 26.40 (8/14) Installing zstd-libs (1.5.6-r0) 01:31:18 #64 26.41 (9/14) Installing libcurl (8.12.1-r0) 01:31:18 #64 26.42 (10/14) Installing curl (8.12.1-r0) 01:31:18 #64 26.43 (11/14) Installing dumb-init (1.2.5-r3) 01:31:18 #64 26.44 (12/14) Installing musl-obstack (1.2.3-r2) 01:31:18 #64 26.45 (13/14) Installing libucontext (1.2-r3) 01:31:18 #64 26.45 (14/14) Installing gcompat (1.1.0-r4) 01:31:18 #64 26.46 Executing busybox-1.36.1-r29.trigger 01:31:18 #64 26.46 Executing ca-certificates-20250619-r0.trigger 01:31:18 #64 26.51 OK: 13 MiB in 28 packages 01:31:18 #64 DONE 26.8s 01:31:18 01:31:18 #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:31:18 #63 24.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:18 #63 25.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:18 #63 25.64 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:31:18 #63 25.64 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:31:18 #63 25.64 OK: 24171 distinct packages available 01:31:18 #63 25.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:18 #63 25.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:18 #63 26.29 (1/5) Installing dumb-init (1.2.5-r3) 01:31:18 #63 26.31 (2/5) Installing musl-obstack (1.2.3-r2) 01:31:18 #63 26.33 (3/5) Installing libucontext (1.2-r3) 01:31:18 #63 26.36 (4/5) Installing gcompat (1.1.0-r4) 01:31:18 #63 26.37 (5/5) Installing openssl (3.3.4-r0) 01:31:18 #63 26.38 Executing busybox-1.36.1-r29.trigger 01:31:18 #63 26.39 OK: 9 MiB in 19 packages 01:31:18 #63 DONE 26.8s 01:31:18 01:31:18 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:31:18 #0 1.611 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:18 #0 1.737 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:18 #0 2.295 OK: 19 MiB in 18 packages 01:31:18 #84 DONE 2.7s 01:31:18 01:31:18 #85 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:31:18 #85 DONE 0.8s 01:31:18 01:31:18 #86 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 01:31:18 #86 ... 01:31:18 01:31:18 #87 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:31:18 #87 DONE 0.2s 01:31:18 01:31:18 #88 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:31:18 #88 DONE 0.2s 01:31:18 01:31:18 #89 [security-spire-config stage-2 6/10] COPY security.txt / 01:31:18 #89 DONE 0.0s 01:31:18 01:31:18 #90 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:31:18 #90 DONE 0.1s 01:31:18 01:31:18 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:31:18 #91 ... 01:31:18 01:31:18 #92 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:31:18 #92 DONE 0.0s 01:31:18 01:31:18 #93 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:31:18 #93 DONE 0.1s 01:31:19 + cut -d, -f6 01:31:19 + cat /w/workspace/edgex-go/876/archives/cost.csv 01:31:19 01:31:19 #94 [security-spire-config] exporting to image 01:31:19 #94 exporting layers [Pipeline] lock 01:31:19 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-876-stack-cost] 01:31:19 Resource [jenkins-edgexfoundry-edgex-go-main-876-stack-cost] did not exist. Created. 01:31:19 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-876-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:31:19 #94 exporting layers 0.6s done 01:31:19 #94 writing image sha256:f42339429aa12502ce3e8bd218b04a6c8075f75c1eebd7c994c46c32c711d6aa done 01:31:19 #94 naming to docker.io/library/security-spire-config done 01:31:19 #94 DONE 0.6s 01:31:19 01:31:19 #95 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:31:19 #95 DONE 1.1s 01:31:19 01:31:19 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:31:19 #80 1.666 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:19 #80 1.757 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:19 #80 ... 01:31:19 01:31:19 #96 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:31:19 #96 DONE 0.1s 01:31:19 01:31:19 #97 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:31:19 #0 1.710 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:19 #0 1.785 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:19 #0 2.100 OK: 8 MiB in 15 packages 01:31:19 #97 DONE 2.2s 01:31:19 01:31:19 #98 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:31:19 #0 1.721 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:19 #0 1.793 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:19 #0 2.146 OK: 19 MiB in 18 packages 01:31:19 #98 DONE 2.3s 01:31:19 01:31:19 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:31:19 #80 2.117 OK: 12 MiB in 21 packages 01:31:19 + echo total: 0.10999999940395355 [Pipeline] stash 01:31:19 #80 DONE 2.3s 01:31:19 01:31:19 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:31:19 #91 1.192 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:19 #91 1.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:20 #91 1.615 OK: 13 MiB in 28 packages 01:31:20 #91 DONE 1.8s 01:31:20 01:31:20 #86 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 01:31:20 #86 1.167 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:20 #86 1.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:20 #86 1.644 OK: 9 MiB in 19 packages 01:31:20 #86 DONE 1.8s 01:31:20 01:31:20 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:31:20 Stashed 1 file(s) [Pipeline] } 01:31:20 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-876-stack-cost] [Pipeline] // lock [Pipeline] } 01:31:20 $ docker stop --time=1 0c67eede753f5e1ffb2daf4825088ebebc51e7f6dcd4109f7aaa600eefdab36f 01:31:20 #99 DONE 0.7s 01:31:20 01:31:20 #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:31:20 #100 DONE 0.7s 01:31:20 01:31:20 #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:31:20 #101 DONE 0.1s 01:31:20 01:31:20 #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:31:21 #102 ... 01:31:21 01:31:21 #103 [security-spire-server stage-2 6/9] COPY security.txt / 01:31:21 #103 DONE 0.6s 01:31:21 01:31:21 #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:31:21 #102 DONE 0.6s 01:31:21 01:31:21 #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:31:21 #104 DONE 0.0s 01:31:21 01:31:21 #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:31:21 #105 DONE 0.0s 01:31:21 01:31:21 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:31:21 #106 DONE 0.0s 01:31:21 01:31:21 #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:31:21 #107 DONE 0.0s 01:31:21 01:31:21 #108 [security-spire-agent stage-3 7/10] COPY security.txt / 01:31:21 #108 DONE 0.0s 01:31:21 01:31:21 #109 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:31:21 #109 DONE 0.1s 01:31:21 01:31:21 #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:31:21 #110 DONE 0.0s 01:31:21 01:31:21 #111 [security-spire-server] exporting to image 01:31:21 #111 ... 01:31:21 01:31:21 #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:31:21 #112 DONE 0.0s 01:31:22 $ docker rm -f --volumes 0c67eede753f5e1ffb2daf4825088ebebc51e7f6dcd4109f7aaa600eefdab36f 01:31:22 01:31:22 #113 [security-spire-agent] exporting to image 01:31:22 #113 ... 01:31:22 01:31:22 #111 [security-spire-server] exporting to image 01:31:22 #111 exporting layers 0.4s done 01:31:22 #111 writing image sha256:c572d51e3fdbc873749d7c7b5af339dfc7fc5394f4b05db7d238d418cc2122d7 done 01:31:22 #111 naming to docker.io/library/security-spire-server done 01:31:22 #111 DONE 0.5s [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } 01:31:22 01:31:22 #113 [security-spire-agent] exporting to image 01:31:22 #113 exporting layers 0.4s done 01:31:22 #113 writing image sha256:597b72156f58b5b3e213a742d289986c8aca712438f47ff3eddef6458355a5ba done 01:31:22 #113 naming to docker.io/library/security-spire-agent done 01:31:22 #113 DONE 0.4s 01:31:22 01:31:22 #114 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:31:22 Failed in branch arm64 01:31:24 #114 ... 01:31:24 01:31:24 #115 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:31:24 #0 1.568 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:24 #0 4.597 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:24 #0 8.233 (1/1) Installing dumb-init (1.2.5-r3) 01:31:24 #115 ... 01:31:24 01:31:24 #116 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:31:24 #0 1.675 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:31:24 #0 4.633 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:31:24 #0 8.351 OK: 248 MiB in 58 packages 01:31:24 #116 DONE 8.5s 01:31:24 01:31:24 #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:24 #117 ... 01:31:24 01:31:24 #118 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:31:24 #118 DONE 0.1s 01:31:24 01:31:24 #119 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:26 #119 ... 01:31:26 01:31:26 #115 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:31:26 #115 9.916 Executing busybox-1.36.1-r29.trigger 01:31:26 #115 9.924 OK: 8 MiB in 15 packages 01:31:26 #115 DONE 10.1s 01:31:26 01:31:26 #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:04 #120 DONE 45.9s 01:32:04 01:32:04 #114 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:04 #114 DONE 45.9s 01:32:04 01:32:04 #75 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:04 #75 DONE 45.9s 01:32:04 01:32:04 #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:04 #117 DONE 45.9s 01:32:04 01:32:04 #79 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:04 #79 DONE 46.0s 01:32:04 01:32:04 #119 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:04 #119 DONE 37.8s 01:32:04 01:32:04 #121 [core-command builder 6/7] COPY . . 01:32:12 #121 ... 01:32:12 01:32:12 #122 [support-notifications builder 6/7] COPY . . 01:32:12 #122 ... 01:32:12 01:32:12 #123 [support-scheduler builder 6/7] COPY . . 01:32:12 #123 ... 01:32:12 01:32:12 #124 [security-proxy-setup builder 6/7] COPY . . 01:32:12 #124 ... 01:32:12 01:32:12 #125 [security-spiffe-token-provider builder 6/7] COPY . . 01:32:12 #125 ... 01:32:12 01:32:12 #126 [core-keeper builder 7/8] COPY . . 01:32:13 #126 DONE 11.5s 01:32:13 01:32:13 #122 [support-notifications builder 6/7] COPY . . 01:32:13 #122 DONE 11.6s 01:32:13 01:32:13 #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:32:13 #127 ... 01:32:13 01:32:13 #124 [security-proxy-setup builder 6/7] COPY . . 01:32:13 #124 DONE 11.6s 01:32:13 01:32:13 #128 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:13 #128 CACHED 01:32:13 01:32:13 #129 [security-secretstore-setup builder 6/7] COPY . . 01:32:13 #129 CACHED 01:32:13 01:32:13 #130 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:32:13 #130 CACHED 01:32:13 01:32:13 #131 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:32:13 #131 CACHED 01:32:13 01:32:13 #132 [security-proxy-setup builder 6/7] COPY . . 01:32:13 #132 CACHED 01:32:13 01:32:13 #133 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:13 #133 CACHED 01:32:13 01:32:13 #121 [core-data builder 6/7] COPY . . 01:32:13 #121 DONE 11.6s 01:32:13 01:32:13 #134 [core-common-config-bootstrapper builder 6/7] COPY . . 01:32:13 #134 CACHED 01:32:13 01:32:13 #135 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:13 #135 CACHED 01:32:13 01:32:13 #136 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:32:13 #136 CACHED 01:32:13 01:32:13 #137 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:13 #137 CACHED 01:32:13 01:32:13 #138 [core-command builder 6/7] COPY . . 01:32:13 #138 CACHED 01:32:13 01:32:13 #139 [core-command builder 4/7] COPY go.mod vendor* ./ 01:32:13 #139 CACHED 01:32:13 01:32:13 #140 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:13 #140 CACHED 01:32:13 01:32:13 #141 [security-proxy-auth builder 6/7] COPY . . 01:32:13 #141 CACHED 01:32:13 01:32:13 #142 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:32:13 #142 CACHED 01:32:13 01:32:13 #143 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:13 #143 CACHED 01:32:13 01:32:13 #144 [core-metadata builder 6/7] COPY . . 01:32:13 #144 CACHED 01:32:13 01:32:13 #145 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:32:13 #145 CACHED 01:32:13 01:32:13 #123 [support-scheduler builder 6/7] COPY . . 01:32:13 #123 DONE 11.6s 01:32:13 01:32:13 #125 [security-spiffe-token-provider builder 6/7] COPY . . 01:32:13 #125 DONE 11.6s 01:32:13 01:32:13 #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:32:14 #146 1.023 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:32:24 #146 ... 01:32:24 01:32:24 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:32:24 #0 0.867 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:32:24 #147 ... 01:32:24 01:32:24 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:32:24 #0 0.855 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:32:24 #148 ... 01:32:24 01:32:24 #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:32:24 #0 1.052 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:32:24 #149 ... 01:32:24 01:32:24 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:32:24 #0 1.005 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:32:24 #150 ... 01:32:24 01:32:24 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:32:24 #0 1.048 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:32:24 #151 ... 01:32:24 01:32:24 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:32:24 #0 1.039 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:32:24 #152 ... 01:32:24 01:32:24 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:32:24 #0 0.932 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:32:24 #153 ... 01:32:24 01:32:24 #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:32:24 #127 0.826 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:32:24 #127 ... 01:32:24 01:32:24 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:32:24 #0 1.038 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:32:24 #154 ... 01:32:24 01:32:24 #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:32:24 #0 0.950 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:32:24 #155 ... 01:32:24 01:32:24 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:32:24 #0 0.854 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:34:01 #156 ... 01:34:01 01:34:01 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:34:01 #150 DONE 99.6s 01:34:01 01:34:01 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:34:01 #151 DONE 99.6s 01:34:01 01:34:01 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:34:01 #157 DONE 0.2s 01:34:01 01:34:01 #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:34:01 #158 DONE 0.2s 01:34:01 01:34:01 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:34:01 #159 ... 01:34:01 01:34:01 #160 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:34:01 #160 DONE 0.1s 01:34:01 01:34:01 #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:34:01 #161 DONE 0.3s 01:34:01 01:34:01 #162 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 01:34:01 #162 DONE 0.2s 01:34:01 01:34:01 #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:34:01 #146 ... 01:34:01 01:34:01 #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:34:01 #163 DONE 0.1s 01:34:01 01:34:01 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:34:01 #164 ... 01:34:01 01:34:01 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:34:01 #159 DONE 1.0s 01:34:01 01:34:01 #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:34:01 #165 DONE 0.2s 01:34:01 01:34:01 #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:34:01 #166 DONE 0.2s 01:34:01 01:34:01 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:34:01 #167 DONE 0.3s 01:34:01 01:34:01 #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:34:01 #168 DONE 0.1s 01:34:01 01:34:01 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:34:01 #164 DONE 1.2s 01:34:01 01:34:01 #169 [core-common-config-bootstrapper] exporting to image 01:34:01 #169 exporting layers 01:34:01 #169 ... 01:34:01 01:34:01 #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:34:01 #170 DONE 0.3s 01:34:01 01:34:01 #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:34:01 #171 DONE 0.0s 01:34:01 01:34:01 #169 [core-common-config-bootstrapper] exporting to image 01:34:01 #169 exporting layers 0.3s done 01:34:01 #169 writing image sha256:8f2ba60981a2d635fa405147203837443b015566f62aa877520f16b2a6f50b1e done 01:34:01 #169 naming to docker.io/library/core-common-config-bootstrapper done 01:34:01 #169 DONE 0.4s 01:34:01 01:34:01 #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:34:01 #172 DONE 0.1s 01:34:01 01:34:01 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:34:01 #173 DONE 0.1s 01:34:01 01:34:01 #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:34:01 #149 ... 01:34:01 01:34:01 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:34:01 #174 DONE 1.1s 01:34:01 01:34:01 #175 [security-bootstrapper] exporting to image 01:34:01 #175 exporting layers 0.4s done 01:34:01 #175 writing image sha256:0a7ba313166b2aa67a3f352950b9c5ffadaab5d004bb8a7d94ed4e3866c49018 0.0s done 01:34:01 #175 naming to docker.io/library/security-bootstrapper 01:34:01 #175 naming to docker.io/library/security-bootstrapper done 01:34:01 #175 DONE 0.4s 01:34:01 01:34:01 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:34:57 #154 ... 01:34:57 01:34:57 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:34:57 #148 158.3 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:35:02 #148 DONE 169.1s 01:35:02 01:35:02 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:35:02 #153 DONE 169.1s 01:35:02 01:35:02 #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:35:02 #155 DONE 169.1s 01:35:02 01:35:02 #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:35:02 #127 DONE 169.1s 01:35:02 01:35:02 #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:35:02 #146 DONE 169.1s 01:35:02 01:35:02 #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:35:02 #176 DONE 0.3s 01:35:02 01:35:02 #177 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:35:02 #177 DONE 0.2s 01:35:02 01:35:02 #178 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:35:03 #178 ... 01:35:03 01:35:03 #179 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:35:03 #179 DONE 0.3s 01:35:03 01:35:03 #180 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:35:03 #180 DONE 0.2s 01:35:03 01:35:03 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:35:03 #152 DONE 169.5s 01:35:03 01:35:03 #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:35:03 #149 DONE 169.6s 01:35:03 01:35:03 #176 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:35:03 #176 DONE 0.3s 01:35:03 01:35:03 #181 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:35:03 #181 DONE 0.2s 01:35:03 01:35:03 #182 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:35:03 #182 ... 01:35:03 01:35:03 #183 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:35:03 #183 DONE 0.3s 01:35:03 01:35:03 #184 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:35:03 #184 CACHED 01:35:03 01:35:03 #185 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:35:03 #185 CACHED 01:35:03 01:35:03 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:35:03 #156 DONE 169.8s 01:35:03 01:35:03 #178 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:35:03 #178 DONE 0.3s 01:35:03 01:35:03 #186 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:35:03 #186 DONE 0.3s 01:35:03 01:35:03 #187 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:35:03 #187 DONE 0.4s 01:35:03 01:35:03 #188 [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:35:03 #188 ... 01:35:03 01:35:03 #176 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:35:03 #176 DONE 0.3s 01:35:03 01:35:03 #183 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:35:03 #183 DONE 0.3s 01:35:03 01:35:03 #189 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:35:03 #189 CACHED 01:35:03 01:35:03 #190 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:35:03 #190 CACHED 01:35:03 01:35:03 #182 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:35:03 #182 DONE 0.4s 01:35:03 01:35:03 #191 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:35:03 #191 DONE 0.3s 01:35:03 01:35:03 #192 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:35:03 #192 DONE 0.3s 01:35:03 01:35:03 #193 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:35:03 #193 DONE 0.3s 01:35:03 01:35:03 #194 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:35:03 #194 DONE 0.3s 01:35:03 01:35:03 #195 [core-keeper] exporting to image 01:35:03 #195 exporting layers 01:35:03 #195 ... 01:35:03 01:35:03 #188 [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:35:03 #188 DONE 0.5s 01:35:04 01:35:04 #196 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:35:04 #196 DONE 0.5s 01:35:04 01:35:04 #197 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:35:04 #197 DONE 0.6s 01:35:04 01:35:04 #198 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:35:04 #198 DONE 0.5s 01:35:04 01:35:04 #199 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:35:04 #199 DONE 0.6s 01:35:04 01:35:04 #200 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:35:04 #200 DONE 0.6s 01:35:04 01:35:04 #195 [core-keeper] exporting to image 01:35:04 #195 exporting layers 0.5s done 01:35:04 #195 writing image sha256:be50a4bf29be25ad707fb73c8ddaaf93c4ff9d960279a17d33333cb3ced55958 done 01:35:04 #195 naming to docker.io/library/core-keeper done 01:35:04 #195 DONE 0.6s 01:35:04 01:35:04 #201 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:35:04 #201 DONE 0.6s 01:35:04 01:35:04 #202 [core-command] exporting to image 01:35:04 #202 ... 01:35:04 01:35:04 #203 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:35:04 #203 DONE 0.3s 01:35:04 01:35:04 #202 [core-command] exporting to image 01:35:04 #202 exporting layers 0.1s done 01:35:04 #202 ... 01:35:04 01:35:04 #204 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:35:04 #204 DONE 0.3s 01:35:04 01:35:04 #205 [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:35:04 #205 DONE 0.3s 01:35:04 01:35:04 #206 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:35:04 #206 DONE 0.4s 01:35:04 01:35:04 #207 [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:35:04 #207 DONE 0.3s 01:35:04 01:35:04 #208 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:35:04 #208 DONE 0.3s 01:35:04 01:35:04 #202 [core-command] exporting to image 01:35:04 #202 writing image sha256:db9257e99a7dcd98cd9da7106ec5a26e727949a30e1de45bd9577bacfa03e6d5 done 01:35:04 #202 naming to docker.io/library/core-command 0.0s done 01:35:04 #202 DONE 0.4s 01:35:04 01:35:04 #209 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:35:04 #209 DONE 0.4s 01:35:04 01:35:04 #210 [security-spiffe-token-provider] exporting to image 01:35:05 #210 ... 01:35:05 01:35:05 #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:35:05 #211 DONE 0.8s 01:35:05 01:35:05 #212 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:35:05 #212 DONE 0.8s 01:35:05 01:35:05 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:35:05 #213 DONE 0.7s 01:35:05 01:35:05 #214 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:35:05 #214 DONE 0.5s 01:35:05 01:35:05 #210 [security-spiffe-token-provider] exporting to image 01:35:05 #210 exporting layers 0.6s done 01:35:05 #210 writing image sha256:4173a4f1bce77c3a03073ef1c80f3fce8acd6964aef07be3f82dbe5bb8571b91 0.0s done 01:35:05 #210 naming to docker.io/library/security-spiffe-token-provider 0.0s done 01:35:05 #210 DONE 0.7s 01:35:05 01:35:05 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:35:05 #147 DONE 171.8s 01:35:05 01:35:05 #215 [core-data] exporting to image 01:35:05 #215 exporting layers 0.3s done 01:35:05 #215 writing image sha256:3418e38144b4bfa614c84fadc88010870c3940812ca613d7e2cf96ba90f8e580 done 01:35:05 #215 naming to docker.io/library/core-data 0.0s done 01:35:05 #215 DONE 0.3s 01:35:05 01:35:05 #216 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:35:05 #216 DONE 0.3s 01:35:05 01:35:05 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:35:05 #154 DONE 171.9s 01:35:05 01:35:05 #217 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:35:05 #217 ... 01:35:05 01:35:05 #218 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:35:05 #218 DONE 1.0s 01:35:05 01:35:05 #219 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:35:05 #219 DONE 0.3s 01:35:05 01:35:05 #220 [security-proxy-auth] exporting to image 01:35:05 #220 ... 01:35:05 01:35:05 #221 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:35:05 #221 DONE 0.3s 01:35:05 01:35:05 #217 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:35:05 #217 DONE 0.3s 01:35:05 01:35:05 #222 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:35:05 #222 DONE 0.7s 01:35:05 01:35:05 #223 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:35:05 #223 DONE 0.1s 01:35:05 01:35:05 #224 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:35:05 #224 DONE 0.1s 01:35:05 01:35:05 #225 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:35:05 #225 DONE 0.1s 01:35:06 01:35:06 #226 [security-proxy-setup] exporting to image 01:35:06 #226 ... 01:35:06 01:35:06 #227 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:35:06 #227 DONE 0.4s 01:35:06 01:35:06 #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:35:06 #228 DONE 0.4s 01:35:06 01:35:06 #229 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:35:06 #229 DONE 0.1s 01:35:06 01:35:06 #230 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 01:35:06 #230 DONE 0.1s 01:35:06 01:35:06 #231 [core-metadata] exporting to image 01:35:06 #231 exporting layers 1.2s done 01:35:06 #231 writing image sha256:71dbc1cbe4323f6c56ba8d1f9c0557b3b90ecb59900ace94385d118ab58c2653 0.0s done 01:35:06 #231 naming to docker.io/library/core-metadata 0.0s done 01:35:06 #231 DONE 1.3s 01:35:06 01:35:06 #226 [security-proxy-setup] exporting to image 01:35:06 #226 exporting layers 0.6s done 01:35:06 #226 writing image sha256:b55ab12597590bc22db6f1575a5237b9176adf1bc978d7e9ebd7ac1e68f5bc03 01:35:06 #226 writing image sha256:b55ab12597590bc22db6f1575a5237b9176adf1bc978d7e9ebd7ac1e68f5bc03 0.0s done 01:35:06 #226 naming to docker.io/library/security-proxy-setup done 01:35:06 #226 DONE 0.6s 01:35:06 01:35:06 #232 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:35:06 #232 DONE 0.6s 01:35:06 01:35:06 #220 [security-proxy-auth] exporting to image 01:35:06 #220 exporting layers 0.9s done 01:35:06 #220 writing image sha256:a80155b4c0f1d9259a1abafca625feec4d308f55f9e542ccfa87e47ac7c651e1 0.0s done 01:35:06 #220 naming to docker.io/library/security-proxy-auth 0.0s done 01:35:06 #220 DONE 0.9s 01:35:06 01:35:06 #233 [security-secretstore-setup] exporting to image 01:35:06 #233 ... 01:35:06 01:35:06 #234 [support-notifications] exporting to image 01:35:06 #234 exporting layers 0.3s done 01:35:06 #234 writing image sha256:03f1c23d59f4cd3ff592ba36f6b9533b2f1aa71a044f98014dcef286dc6c3792 done 01:35:06 #234 naming to docker.io/library/support-notifications done 01:35:06 #234 DONE 0.3s 01:35:06 01:35:06 #235 [support-scheduler] exporting to image 01:35:06 #235 exporting layers 0.3s done 01:35:06 #235 writing image sha256:a2d86c8b06e67a3244f1bd8da5134603dbf51de84d63a08762265a3d414da086 0.0s done 01:35:06 #235 naming to docker.io/library/support-scheduler done 01:35:06 #235 DONE 0.3s 01:35:06 01:35:06 #233 [security-secretstore-setup] exporting to image 01:35:06 #233 exporting layers 0.3s done 01:35:06 #233 writing image sha256:4b8dbb3ef2affe930c92388024d93f5d4ef04edb9e946e4e252fb9add2cee661 done 01:35:06 #233 naming to docker.io/library/security-secretstore-setup done 01:35:06 #233 DONE 0.3s 01:35:06 time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:06 time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:06 time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:06 time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:06 time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:06 time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:06 time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:06 time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:06 time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:06 time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:06 time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:06 time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:06 time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:06 time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:35:06 time="2025-07-30T01:30:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:35:06 $ docker stop --time=1 fcb3a2228ce07bb8c8fd612ace2b02b27c0a460dea5401920b325b9ff6257a9c 01:35:08 $ docker rm -f --volumes fcb3a2228ce07bb8c8fd612ace2b02b27c0a460dea5401920b325b9ff6257a9c [Pipeline] // withDockerContainer [Pipeline] sh 01:35:08 + docker images 01:35:08 REPOSITORY TAG IMAGE ID CREATED SIZE 01:35:08 support-notifications latest 03f1c23d59f4 2 seconds ago 52.3MB 01:35:08 security-secretstore-setup latest 4b8dbb3ef2af 2 seconds ago 68.9MB 01:35:08 support-scheduler latest a2d86c8b06e6 2 seconds ago 48.7MB 01:35:08 security-proxy-setup latest b55ab1259759 3 seconds ago 38.6MB 01:35:08 security-proxy-auth latest a80155b4c0f1 3 seconds ago 31.9MB 01:35:08 core-metadata latest 71dbc1cbe432 4 seconds ago 33.2MB 01:35:08 security-spiffe-token-provider latest 4173a4f1bce7 4 seconds ago 47.5MB 01:35:08 core-data latest 3418e38144b4 4 seconds ago 33MB 01:35:08 core-keeper latest be50a4bf29be 5 seconds ago 32.6MB 01:35:08 core-command latest db9257e99a7d 5 seconds ago 28.5MB 01:35:08 security-bootstrapper latest 0a7ba313166b About a minute ago 20.4MB 01:35:08 core-common-config-bootstrapper latest 8f2ba60981a2 About a minute ago 17.1MB 01:35:08 security-spire-agent latest 597b72156f58 3 minutes ago 195MB 01:35:08 security-spire-server latest c572d51e3fdb 3 minutes ago 149MB 01:35:08 security-spire-config latest f42339429aa1 3 minutes ago 149MB 01:35:08 ci-base-image-x86_64 latest 99093a128295 7 minutes ago 924MB 01:35:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 5 weeks ago 574MB 01:35:08 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 months ago 573MB 01:35:08 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:35:08 provisioning config files... 01:35:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/876@tmp/config5067539090381531309tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:35:09 ---> ****-login.sh 01:35:09 nexus3.edgexfoundry.org:10001 01:35:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:09 Login Succeeded 01:35:09 nexus3.edgexfoundry.org:10002 01:35:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:09 Login Succeeded 01:35:09 nexus3.edgexfoundry.org:10003 01:35:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:09 Login Succeeded 01:35:09 nexus3.edgexfoundry.org:10004 01:35:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:09 Login Succeeded 01:35:09 ****.io 01:35:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:09 Login Succeeded 01:35:09 ---> ****-login.sh ends [Pipeline] } 01:35:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:35:09 [edgeXDocker.push] Tagging docker image core-command with the following tags: 01:35:09 04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:09 latest 01:35:09 4.1.0-dev.42 01:35:09 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:09 main 01:35:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:09 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:10 + docker push nexus3.edgexfoundry.org:10004/core-command:04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:35:10 de682cfdce1a: Preparing 01:35:10 8e9d5cb7d133: Preparing 01:35:10 f90d4ee09f3b: Preparing 01:35:10 0c67c078b662: Preparing 01:35:10 c9d56c98d5f0: Preparing 01:35:10 82727b968737: Preparing 01:35:10 097100c76c15: Preparing 01:35:10 82727b968737: Waiting 01:35:10 097100c76c15: Waiting 01:35:10 de682cfdce1a: Pushed 01:35:10 c9d56c98d5f0: Pushed 01:35:10 f90d4ee09f3b: Pushed 01:35:10 0c67c078b662: Pushed 01:35:10 097100c76c15: Layer already exists 01:35:10 82727b968737: Pushed 01:35:13 8e9d5cb7d133: Pushed 01:35:13 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:bc66d24beb446aa24a4f221a28483355b5462717303d103063811cea43e4a000 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:13 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:13 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 01:35:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:35:13 de682cfdce1a: Preparing 01:35:13 8e9d5cb7d133: Preparing 01:35:13 f90d4ee09f3b: Preparing 01:35:13 0c67c078b662: Preparing 01:35:13 c9d56c98d5f0: Preparing 01:35:13 82727b968737: Preparing 01:35:13 097100c76c15: Preparing 01:35:13 82727b968737: Waiting 01:35:13 097100c76c15: Waiting 01:35:13 c9d56c98d5f0: Layer already exists 01:35:13 de682cfdce1a: Layer already exists 01:35:13 0c67c078b662: Layer already exists 01:35:13 8e9d5cb7d133: Layer already exists 01:35:13 f90d4ee09f3b: Layer already exists 01:35:13 82727b968737: Layer already exists 01:35:13 097100c76c15: Layer already exists 01:35:13 latest: digest: sha256:bc66d24beb446aa24a4f221a28483355b5462717303d103063811cea43e4a000 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:14 + 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:35:14 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:35:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:35:14 de682cfdce1a: Preparing 01:35:14 8e9d5cb7d133: Preparing 01:35:14 f90d4ee09f3b: Preparing 01:35:14 0c67c078b662: Preparing 01:35:14 c9d56c98d5f0: Preparing 01:35:14 82727b968737: Preparing 01:35:14 097100c76c15: Preparing 01:35:14 82727b968737: Waiting 01:35:14 097100c76c15: Waiting 01:35:14 f90d4ee09f3b: Layer already exists 01:35:14 8e9d5cb7d133: Layer already exists 01:35:14 0c67c078b662: Layer already exists 01:35:14 de682cfdce1a: Layer already exists 01:35:14 c9d56c98d5f0: Layer already exists 01:35:14 82727b968737: Layer already exists 01:35:14 097100c76c15: Layer already exists 01:35:14 4.1.0-dev.42: digest: sha256:bc66d24beb446aa24a4f221a28483355b5462717303d103063811cea43e4a000 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:15 + docker push nexus3.edgexfoundry.org:10004/core-command:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:35:15 de682cfdce1a: Preparing 01:35:15 8e9d5cb7d133: Preparing 01:35:15 f90d4ee09f3b: Preparing 01:35:15 0c67c078b662: Preparing 01:35:15 c9d56c98d5f0: Preparing 01:35:15 82727b968737: Preparing 01:35:15 097100c76c15: Preparing 01:35:15 82727b968737: Waiting 01:35:15 097100c76c15: Waiting 01:35:15 c9d56c98d5f0: Layer already exists 01:35:15 f90d4ee09f3b: Layer already exists 01:35:15 8e9d5cb7d133: Layer already exists 01:35:15 de682cfdce1a: Layer already exists 01:35:15 0c67c078b662: Layer already exists 01:35:15 097100c76c15: Layer already exists 01:35:15 82727b968737: Layer already exists 01:35:15 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:bc66d24beb446aa24a4f221a28483355b5462717303d103063811cea43e4a000 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:15 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:15 + docker push nexus3.edgexfoundry.org:10004/core-command:main 01:35:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:35:15 de682cfdce1a: Preparing 01:35:15 8e9d5cb7d133: Preparing 01:35:15 f90d4ee09f3b: Preparing 01:35:15 0c67c078b662: Preparing 01:35:15 c9d56c98d5f0: Preparing 01:35:15 82727b968737: Preparing 01:35:15 097100c76c15: Preparing 01:35:15 82727b968737: Waiting 01:35:15 097100c76c15: Waiting 01:35:15 de682cfdce1a: Layer already exists 01:35:15 f90d4ee09f3b: Layer already exists 01:35:15 8e9d5cb7d133: Layer already exists 01:35:15 c9d56c98d5f0: Layer already exists 01:35:15 0c67c078b662: Layer already exists 01:35:15 097100c76c15: Layer already exists 01:35:15 82727b968737: Layer already exists 01:35:15 main: digest: sha256:bc66d24beb446aa24a4f221a28483355b5462717303d103063811cea43e4a000 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:15 ===================================================== [Pipeline] echo 01:35:15 taggedImages: 01:35:15 - nexus3.edgexfoundry.org:10004/core-command:04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:15 - nexus3.edgexfoundry.org:10004/core-command:latest 01:35:15 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:35:15 - nexus3.edgexfoundry.org:10004/core-command:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:15 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 01:35:15 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 01:35:15 04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:15 latest 01:35:15 4.1.0-dev.42 01:35:15 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:15 main 01:35:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:16 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:35:16 f3f05de6b907: Preparing 01:35:16 613cf76ba6ff: Preparing 01:35:16 f11f96d145e1: Preparing 01:35:16 9cd8e2eafc63: Preparing 01:35:16 f90d4ee09f3b: Preparing 01:35:16 0c67c078b662: Preparing 01:35:16 c9d56c98d5f0: Preparing 01:35:16 82727b968737: Preparing 01:35:16 097100c76c15: Preparing 01:35:16 c9d56c98d5f0: Waiting 01:35:16 0c67c078b662: Waiting 01:35:16 097100c76c15: Waiting 01:35:16 82727b968737: Waiting 01:35:16 f90d4ee09f3b: Layer already exists 01:35:16 0c67c078b662: Layer already exists 01:35:16 c9d56c98d5f0: Layer already exists 01:35:16 82727b968737: Layer already exists 01:35:16 613cf76ba6ff: Pushed 01:35:16 097100c76c15: Layer already exists 01:35:16 f11f96d145e1: Pushed 01:35:16 f3f05de6b907: Pushed 01:35:18 9cd8e2eafc63: Pushed 01:35:18 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:0f747747540312eefe16ba2a9ab52159493a810262b518e94bb466a1e5b92d3e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:18 + 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:35:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:35:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:35:18 f3f05de6b907: Preparing 01:35:18 613cf76ba6ff: Preparing 01:35:18 f11f96d145e1: Preparing 01:35:18 9cd8e2eafc63: Preparing 01:35:18 f90d4ee09f3b: Preparing 01:35:18 0c67c078b662: Preparing 01:35:18 c9d56c98d5f0: Preparing 01:35:18 82727b968737: Preparing 01:35:18 0c67c078b662: Waiting 01:35:18 c9d56c98d5f0: Waiting 01:35:18 097100c76c15: Preparing 01:35:18 82727b968737: Waiting 01:35:18 097100c76c15: Waiting 01:35:18 f11f96d145e1: Layer already exists 01:35:18 613cf76ba6ff: Layer already exists 01:35:18 9cd8e2eafc63: Layer already exists 01:35:18 f3f05de6b907: Layer already exists 01:35:18 f90d4ee09f3b: Layer already exists 01:35:18 0c67c078b662: Layer already exists 01:35:18 c9d56c98d5f0: Layer already exists 01:35:18 82727b968737: Layer already exists 01:35:18 097100c76c15: Layer already exists 01:35:18 latest: digest: sha256:0f747747540312eefe16ba2a9ab52159493a810262b518e94bb466a1e5b92d3e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:19 + 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:35:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:35:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:35:19 f3f05de6b907: Preparing 01:35:19 613cf76ba6ff: Preparing 01:35:19 f11f96d145e1: Preparing 01:35:19 9cd8e2eafc63: Preparing 01:35:19 f90d4ee09f3b: Preparing 01:35:19 0c67c078b662: Preparing 01:35:19 c9d56c98d5f0: Preparing 01:35:19 82727b968737: Preparing 01:35:19 097100c76c15: Preparing 01:35:19 82727b968737: Waiting 01:35:19 097100c76c15: Waiting 01:35:19 0c67c078b662: Waiting 01:35:19 c9d56c98d5f0: Waiting 01:35:19 f11f96d145e1: Layer already exists 01:35:19 f3f05de6b907: Layer already exists 01:35:19 613cf76ba6ff: Layer already exists 01:35:19 f90d4ee09f3b: Layer already exists 01:35:19 9cd8e2eafc63: Layer already exists 01:35:19 0c67c078b662: Layer already exists 01:35:19 82727b968737: Layer already exists 01:35:19 c9d56c98d5f0: Layer already exists 01:35:19 097100c76c15: Layer already exists 01:35:19 4.1.0-dev.42: digest: sha256:0f747747540312eefe16ba2a9ab52159493a810262b518e94bb466a1e5b92d3e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:20 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:35:20 f3f05de6b907: Preparing 01:35:20 613cf76ba6ff: Preparing 01:35:20 f11f96d145e1: Preparing 01:35:20 9cd8e2eafc63: Preparing 01:35:20 f90d4ee09f3b: Preparing 01:35:20 0c67c078b662: Preparing 01:35:20 c9d56c98d5f0: Preparing 01:35:20 82727b968737: Preparing 01:35:20 097100c76c15: Preparing 01:35:20 0c67c078b662: Waiting 01:35:20 c9d56c98d5f0: Waiting 01:35:20 82727b968737: Waiting 01:35:20 097100c76c15: Waiting 01:35:20 f11f96d145e1: Layer already exists 01:35:20 f3f05de6b907: Layer already exists 01:35:20 9cd8e2eafc63: Layer already exists 01:35:20 f90d4ee09f3b: Layer already exists 01:35:20 613cf76ba6ff: Layer already exists 01:35:20 82727b968737: Layer already exists 01:35:20 097100c76c15: Layer already exists 01:35:20 0c67c078b662: Layer already exists 01:35:20 c9d56c98d5f0: Layer already exists 01:35:20 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:0f747747540312eefe16ba2a9ab52159493a810262b518e94bb466a1e5b92d3e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:20 + 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:35:21 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:35:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:35:21 f3f05de6b907: Preparing 01:35:21 613cf76ba6ff: Preparing 01:35:21 f11f96d145e1: Preparing 01:35:21 9cd8e2eafc63: Preparing 01:35:21 f90d4ee09f3b: Preparing 01:35:21 0c67c078b662: Preparing 01:35:21 c9d56c98d5f0: Preparing 01:35:21 82727b968737: Preparing 01:35:21 097100c76c15: Preparing 01:35:21 0c67c078b662: Waiting 01:35:21 c9d56c98d5f0: Waiting 01:35:21 097100c76c15: Waiting 01:35:21 f11f96d145e1: Layer already exists 01:35:21 f3f05de6b907: Layer already exists 01:35:21 613cf76ba6ff: Layer already exists 01:35:21 f90d4ee09f3b: Layer already exists 01:35:21 9cd8e2eafc63: Layer already exists 01:35:21 82727b968737: Layer already exists 01:35:21 0c67c078b662: Layer already exists 01:35:21 c9d56c98d5f0: Layer already exists 01:35:21 097100c76c15: Layer already exists 01:35:21 main: digest: sha256:0f747747540312eefe16ba2a9ab52159493a810262b518e94bb466a1e5b92d3e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:21 ===================================================== [Pipeline] echo 01:35:21 taggedImages: 01:35:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:35:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:35:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 01:35:21 [edgeXDocker.push] Tagging docker image core-data with the following tags: 01:35:21 04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:21 latest 01:35:21 4.1.0-dev.42 01:35:21 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:21 main 01:35:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:21 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:21 + docker push nexus3.edgexfoundry.org:10004/core-data:04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:35:21 4b6143f366f1: Preparing 01:35:21 43af59318b0f: Preparing 01:35:21 f90d4ee09f3b: Preparing 01:35:21 0c67c078b662: Preparing 01:35:21 a21756158c21: Preparing 01:35:21 611d53f0dc9c: Preparing 01:35:21 097100c76c15: Preparing 01:35:21 611d53f0dc9c: Waiting 01:35:21 097100c76c15: Waiting 01:35:21 0c67c078b662: Layer already exists 01:35:21 f90d4ee09f3b: Layer already exists 01:35:21 097100c76c15: Layer already exists 01:35:21 a21756158c21: Pushed 01:35:21 4b6143f366f1: Pushed 01:35:21 611d53f0dc9c: Pushed 01:35:24 43af59318b0f: Pushed 01:35:24 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:ccdd373a1669e0e0b102fe11d35542e00e666928794a445735e489016771e361 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:25 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 01:35:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:35:25 4b6143f366f1: Preparing 01:35:25 43af59318b0f: Preparing 01:35:25 f90d4ee09f3b: Preparing 01:35:25 0c67c078b662: Preparing 01:35:25 a21756158c21: Preparing 01:35:25 611d53f0dc9c: Preparing 01:35:25 097100c76c15: Preparing 01:35:25 611d53f0dc9c: Waiting 01:35:25 097100c76c15: Waiting 01:35:25 f90d4ee09f3b: Layer already exists 01:35:25 a21756158c21: Layer already exists 01:35:25 43af59318b0f: Layer already exists 01:35:25 4b6143f366f1: Layer already exists 01:35:25 0c67c078b662: Layer already exists 01:35:25 611d53f0dc9c: Layer already exists 01:35:25 097100c76c15: Layer already exists 01:35:25 latest: digest: sha256:ccdd373a1669e0e0b102fe11d35542e00e666928794a445735e489016771e361 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35: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:35:25 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:35:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:35:25 4b6143f366f1: Preparing 01:35:25 43af59318b0f: Preparing 01:35:25 f90d4ee09f3b: Preparing 01:35:25 0c67c078b662: Preparing 01:35:25 a21756158c21: Preparing 01:35:25 611d53f0dc9c: Preparing 01:35:25 097100c76c15: Preparing 01:35:25 611d53f0dc9c: Waiting 01:35:25 097100c76c15: Waiting 01:35:25 0c67c078b662: Layer already exists 01:35:25 a21756158c21: Layer already exists 01:35:25 4b6143f366f1: Layer already exists 01:35:25 43af59318b0f: Layer already exists 01:35:25 f90d4ee09f3b: Layer already exists 01:35:25 611d53f0dc9c: Layer already exists 01:35:25 097100c76c15: Layer already exists 01:35:25 4.1.0-dev.42: digest: sha256:ccdd373a1669e0e0b102fe11d35542e00e666928794a445735e489016771e361 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:26 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:26 + docker push nexus3.edgexfoundry.org:10004/core-data:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:35:26 4b6143f366f1: Preparing 01:35:26 43af59318b0f: Preparing 01:35:26 f90d4ee09f3b: Preparing 01:35:26 0c67c078b662: Preparing 01:35:26 a21756158c21: Preparing 01:35:26 611d53f0dc9c: Preparing 01:35:26 097100c76c15: Preparing 01:35:26 611d53f0dc9c: Waiting 01:35:26 097100c76c15: Waiting 01:35:26 43af59318b0f: Layer already exists 01:35:26 4b6143f366f1: Layer already exists 01:35:26 f90d4ee09f3b: Layer already exists 01:35:26 0c67c078b662: Layer already exists 01:35:26 a21756158c21: Layer already exists 01:35:26 097100c76c15: Layer already exists 01:35:26 611d53f0dc9c: Layer already exists 01:35:26 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:ccdd373a1669e0e0b102fe11d35542e00e666928794a445735e489016771e361 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:26 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:27 + docker push nexus3.edgexfoundry.org:10004/core-data:main 01:35:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:35:27 4b6143f366f1: Preparing 01:35:27 43af59318b0f: Preparing 01:35:27 f90d4ee09f3b: Preparing 01:35:27 0c67c078b662: Preparing 01:35:27 a21756158c21: Preparing 01:35:27 611d53f0dc9c: Preparing 01:35:27 097100c76c15: Preparing 01:35:27 097100c76c15: Waiting 01:35:27 611d53f0dc9c: Waiting 01:35:27 f90d4ee09f3b: Layer already exists 01:35:27 a21756158c21: Layer already exists 01:35:27 43af59318b0f: Layer already exists 01:35:27 0c67c078b662: Layer already exists 01:35:27 4b6143f366f1: Layer already exists 01:35:27 097100c76c15: Layer already exists 01:35:27 611d53f0dc9c: Layer already exists 01:35:27 main: digest: sha256:ccdd373a1669e0e0b102fe11d35542e00e666928794a445735e489016771e361 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:27 ===================================================== [Pipeline] echo 01:35:27 taggedImages: 01:35:27 - nexus3.edgexfoundry.org:10004/core-data:04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:27 - nexus3.edgexfoundry.org:10004/core-data:latest 01:35:27 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:35:27 - nexus3.edgexfoundry.org:10004/core-data:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:27 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 01:35:27 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 01:35:27 04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:27 latest 01:35:27 4.1.0-dev.42 01:35:27 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:27 main 01:35:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:27 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:28 + docker push nexus3.edgexfoundry.org:10004/core-keeper:04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:35:28 1513b419a263: Preparing 01:35:28 5e6bfe9e05a1: Preparing 01:35:28 0c67c078b662: Preparing 01:35:28 92b3d1373967: Preparing 01:35:28 47b6d333f386: Preparing 01:35:28 097100c76c15: Preparing 01:35:28 097100c76c15: Waiting 01:35:28 0c67c078b662: Layer already exists 01:35:28 097100c76c15: Layer already exists 01:35:28 47b6d333f386: Pushed 01:35:28 92b3d1373967: Pushed 01:35:28 1513b419a263: Pushed 01:35:31 5e6bfe9e05a1: Pushed 01:35:31 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:9463f7efdaf44a5e58c4aca2fd9bce66635544eb827301aeeb1d258e24e8f8ce size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:32 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:32 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 01:35:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:35:32 1513b419a263: Preparing 01:35:32 5e6bfe9e05a1: Preparing 01:35:32 0c67c078b662: Preparing 01:35:32 92b3d1373967: Preparing 01:35:32 47b6d333f386: Preparing 01:35:32 097100c76c15: Preparing 01:35:32 097100c76c15: Waiting 01:35:32 47b6d333f386: Layer already exists 01:35:32 92b3d1373967: Layer already exists 01:35:32 0c67c078b662: Layer already exists 01:35:32 1513b419a263: Layer already exists 01:35:32 5e6bfe9e05a1: Layer already exists 01:35:32 097100c76c15: Layer already exists 01:35:32 latest: digest: sha256:9463f7efdaf44a5e58c4aca2fd9bce66635544eb827301aeeb1d258e24e8f8ce size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35: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:35:33 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:35:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:35:33 1513b419a263: Preparing 01:35:33 5e6bfe9e05a1: Preparing 01:35:33 0c67c078b662: Preparing 01:35:33 92b3d1373967: Preparing 01:35:33 47b6d333f386: Preparing 01:35:33 097100c76c15: Preparing 01:35:33 097100c76c15: Waiting 01:35:33 92b3d1373967: Layer already exists 01:35:33 1513b419a263: Layer already exists 01:35:33 5e6bfe9e05a1: Layer already exists 01:35:33 0c67c078b662: Layer already exists 01:35:33 47b6d333f386: Layer already exists 01:35:33 097100c76c15: Layer already exists 01:35:33 4.1.0-dev.42: digest: sha256:9463f7efdaf44a5e58c4aca2fd9bce66635544eb827301aeeb1d258e24e8f8ce size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:33 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:34 + docker push nexus3.edgexfoundry.org:10004/core-keeper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:35:34 1513b419a263: Preparing 01:35:34 5e6bfe9e05a1: Preparing 01:35:34 0c67c078b662: Preparing 01:35:34 92b3d1373967: Preparing 01:35:34 47b6d333f386: Preparing 01:35:34 097100c76c15: Preparing 01:35:34 097100c76c15: Waiting 01:35:34 5e6bfe9e05a1: Layer already exists 01:35:34 1513b419a263: Layer already exists 01:35:34 47b6d333f386: Layer already exists 01:35:34 92b3d1373967: Layer already exists 01:35:34 0c67c078b662: Layer already exists 01:35:34 097100c76c15: Layer already exists 01:35:34 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:9463f7efdaf44a5e58c4aca2fd9bce66635544eb827301aeeb1d258e24e8f8ce size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:34 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:34 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 01:35:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:35:34 1513b419a263: Preparing 01:35:34 5e6bfe9e05a1: Preparing 01:35:34 0c67c078b662: Preparing 01:35:34 92b3d1373967: Preparing 01:35:34 47b6d333f386: Preparing 01:35:34 097100c76c15: Preparing 01:35:34 097100c76c15: Waiting 01:35:34 47b6d333f386: Layer already exists 01:35:34 5e6bfe9e05a1: Layer already exists 01:35:34 92b3d1373967: Layer already exists 01:35:34 1513b419a263: Layer already exists 01:35:34 0c67c078b662: Layer already exists 01:35:34 097100c76c15: Layer already exists 01:35:34 main: digest: sha256:9463f7efdaf44a5e58c4aca2fd9bce66635544eb827301aeeb1d258e24e8f8ce size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:34 ===================================================== [Pipeline] echo 01:35:34 taggedImages: 01:35:34 - nexus3.edgexfoundry.org:10004/core-keeper:04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:34 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:35:34 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:35:34 - nexus3.edgexfoundry.org:10004/core-keeper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:34 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 01:35:34 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 01:35:34 04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:34 latest 01:35:34 4.1.0-dev.42 01:35:34 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:34 main 01:35:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:35 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata:04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:35:35 de72e0b1a700: Preparing 01:35:35 7953483cc591: Preparing 01:35:35 07d5d8df9738: Preparing 01:35:35 f90d4ee09f3b: Preparing 01:35:35 0c67c078b662: Preparing 01:35:35 c9d56c98d5f0: Preparing 01:35:35 82727b968737: Preparing 01:35:35 097100c76c15: Preparing 01:35:35 097100c76c15: Waiting 01:35:35 c9d56c98d5f0: Waiting 01:35:35 82727b968737: Waiting 01:35:35 f90d4ee09f3b: Layer already exists 01:35:35 0c67c078b662: Layer already exists 01:35:35 82727b968737: Layer already exists 01:35:35 c9d56c98d5f0: Layer already exists 01:35:35 097100c76c15: Layer already exists 01:35:35 de72e0b1a700: Pushed 01:35:35 7953483cc591: Pushed 01:35:38 07d5d8df9738: Pushed 01:35:38 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:572a6a942fa8a114fd83498427602bde2721d64056153b77b493d7fdf5966843 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:39 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:39 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 01:35:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:35:39 de72e0b1a700: Preparing 01:35:39 7953483cc591: Preparing 01:35:39 07d5d8df9738: Preparing 01:35:39 f90d4ee09f3b: Preparing 01:35:39 0c67c078b662: Preparing 01:35:39 c9d56c98d5f0: Preparing 01:35:39 82727b968737: Preparing 01:35:39 097100c76c15: Preparing 01:35:39 c9d56c98d5f0: Waiting 01:35:39 82727b968737: Waiting 01:35:39 097100c76c15: Waiting 01:35:39 f90d4ee09f3b: Layer already exists 01:35:39 07d5d8df9738: Layer already exists 01:35:39 de72e0b1a700: Layer already exists 01:35:39 7953483cc591: Layer already exists 01:35:39 0c67c078b662: Layer already exists 01:35:39 c9d56c98d5f0: Layer already exists 01:35:39 82727b968737: Layer already exists 01:35:39 097100c76c15: Layer already exists 01:35:39 latest: digest: sha256:572a6a942fa8a114fd83498427602bde2721d64056153b77b493d7fdf5966843 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:39 + 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:35:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:35:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:35:40 de72e0b1a700: Preparing 01:35:40 7953483cc591: Preparing 01:35:40 07d5d8df9738: Preparing 01:35:40 f90d4ee09f3b: Preparing 01:35:40 0c67c078b662: Preparing 01:35:40 c9d56c98d5f0: Preparing 01:35:40 82727b968737: Preparing 01:35:40 097100c76c15: Preparing 01:35:40 097100c76c15: Waiting 01:35:40 c9d56c98d5f0: Waiting 01:35:40 82727b968737: Waiting 01:35:40 f90d4ee09f3b: Layer already exists 01:35:40 de72e0b1a700: Layer already exists 01:35:40 7953483cc591: Layer already exists 01:35:40 0c67c078b662: Layer already exists 01:35:40 07d5d8df9738: Layer already exists 01:35:40 82727b968737: Layer already exists 01:35:40 c9d56c98d5f0: Layer already exists 01:35:40 097100c76c15: Layer already exists 01:35:40 4.1.0-dev.42: digest: sha256:572a6a942fa8a114fd83498427602bde2721d64056153b77b493d7fdf5966843 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:40 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:35:40 de72e0b1a700: Preparing 01:35:40 7953483cc591: Preparing 01:35:40 07d5d8df9738: Preparing 01:35:40 f90d4ee09f3b: Preparing 01:35:40 0c67c078b662: Preparing 01:35:40 c9d56c98d5f0: Preparing 01:35:40 82727b968737: Preparing 01:35:40 097100c76c15: Preparing 01:35:40 c9d56c98d5f0: Waiting 01:35:40 82727b968737: Waiting 01:35:40 097100c76c15: Waiting 01:35:40 de72e0b1a700: Layer already exists 01:35:40 07d5d8df9738: Layer already exists 01:35:40 0c67c078b662: Layer already exists 01:35:40 f90d4ee09f3b: Layer already exists 01:35:40 7953483cc591: Layer already exists 01:35:40 c9d56c98d5f0: Layer already exists 01:35:40 097100c76c15: Layer already exists 01:35:40 82727b968737: Layer already exists 01:35:40 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:572a6a942fa8a114fd83498427602bde2721d64056153b77b493d7fdf5966843 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:41 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:41 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 01:35:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:35:41 de72e0b1a700: Preparing 01:35:41 7953483cc591: Preparing 01:35:41 07d5d8df9738: Preparing 01:35:41 f90d4ee09f3b: Preparing 01:35:41 0c67c078b662: Preparing 01:35:41 c9d56c98d5f0: Preparing 01:35:41 82727b968737: Preparing 01:35:41 097100c76c15: Preparing 01:35:41 c9d56c98d5f0: Waiting 01:35:41 82727b968737: Waiting 01:35:41 097100c76c15: Waiting 01:35:41 f90d4ee09f3b: Layer already exists 01:35:41 07d5d8df9738: Layer already exists 01:35:41 de72e0b1a700: Layer already exists 01:35:41 7953483cc591: Layer already exists 01:35:41 0c67c078b662: Layer already exists 01:35:41 82727b968737: Layer already exists 01:35:41 c9d56c98d5f0: Layer already exists 01:35:41 097100c76c15: Layer already exists 01:35:41 main: digest: sha256:572a6a942fa8a114fd83498427602bde2721d64056153b77b493d7fdf5966843 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:41 ===================================================== [Pipeline] echo 01:35:41 taggedImages: 01:35:41 - nexus3.edgexfoundry.org:10004/core-metadata:04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:41 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:35:41 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:35:41 - nexus3.edgexfoundry.org:10004/core-metadata:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:41 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 01:35:41 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 01:35:41 04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:41 latest 01:35:41 4.1.0-dev.42 01:35:41 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:41 main 01:35:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:41 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:42 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:35:42 7cce95417f42: Preparing 01:35:42 911b83d0d185: Preparing 01:35:42 108a96ac9e4b: Preparing 01:35:42 824ef2700f7a: Preparing 01:35:42 db7873223f2d: Preparing 01:35:42 b9c2baa95d6a: Preparing 01:35:42 b3c3cb56e9f0: Preparing 01:35:42 f90d4ee09f3b: Preparing 01:35:42 0c67c078b662: Preparing 01:35:42 cba12d66b1be: Preparing 01:35:42 0d1fd4661704: Preparing 01:35:42 5f70bf18a086: Preparing 01:35:42 3a91f5f015f0: Preparing 01:35:42 7603fc271ecc: Preparing 01:35:42 4b40bd2caa8e: Preparing 01:35:42 097100c76c15: Preparing 01:35:42 b3c3cb56e9f0: Waiting 01:35:42 f90d4ee09f3b: Waiting 01:35:42 0c67c078b662: Waiting 01:35:42 cba12d66b1be: Waiting 01:35:42 0d1fd4661704: Waiting 01:35:42 5f70bf18a086: Waiting 01:35:42 3a91f5f015f0: Waiting 01:35:42 7603fc271ecc: Waiting 01:35:42 4b40bd2caa8e: Waiting 01:35:42 097100c76c15: Waiting 01:35:42 b9c2baa95d6a: Waiting 01:35:42 824ef2700f7a: Pushed 01:35:42 911b83d0d185: Pushed 01:35:42 108a96ac9e4b: Pushed 01:35:42 db7873223f2d: Pushed 01:35:42 7cce95417f42: Pushed 01:35:42 f90d4ee09f3b: Layer already exists 01:35:42 0c67c078b662: Layer already exists 01:35:42 5f70bf18a086: Layer already exists 01:35:42 b9c2baa95d6a: Pushed 01:35:42 cba12d66b1be: Pushed 01:35:42 0d1fd4661704: Pushed 01:35:42 3a91f5f015f0: Pushed 01:35:42 7603fc271ecc: Pushed 01:35:42 097100c76c15: Layer already exists 01:35:42 4b40bd2caa8e: Pushed 01:35:43 b3c3cb56e9f0: Pushed 01:35:44 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:30bdbe50c28b970240271aa88db932db5aeedeeab5a23fe7e97e71902ab66078 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:44 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:35:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:35:44 7cce95417f42: Preparing 01:35:44 911b83d0d185: Preparing 01:35:44 108a96ac9e4b: Preparing 01:35:44 824ef2700f7a: Preparing 01:35:44 db7873223f2d: Preparing 01:35:44 b9c2baa95d6a: Preparing 01:35:44 b3c3cb56e9f0: Preparing 01:35:44 f90d4ee09f3b: Preparing 01:35:44 0c67c078b662: Preparing 01:35:44 cba12d66b1be: Preparing 01:35:44 0d1fd4661704: Preparing 01:35:44 5f70bf18a086: Preparing 01:35:44 3a91f5f015f0: Preparing 01:35:44 7603fc271ecc: Preparing 01:35:44 4b40bd2caa8e: Preparing 01:35:44 097100c76c15: Preparing 01:35:44 f90d4ee09f3b: Waiting 01:35:44 0c67c078b662: Waiting 01:35:44 cba12d66b1be: Waiting 01:35:44 0d1fd4661704: Waiting 01:35:44 5f70bf18a086: Waiting 01:35:44 3a91f5f015f0: Waiting 01:35:44 7603fc271ecc: Waiting 01:35:44 4b40bd2caa8e: Waiting 01:35:44 097100c76c15: Waiting 01:35:44 b9c2baa95d6a: Waiting 01:35:44 b3c3cb56e9f0: Waiting 01:35:44 108a96ac9e4b: Layer already exists 01:35:44 7cce95417f42: Layer already exists 01:35:44 db7873223f2d: Layer already exists 01:35:44 824ef2700f7a: Layer already exists 01:35:44 911b83d0d185: Layer already exists 01:35:44 b9c2baa95d6a: Layer already exists 01:35:44 f90d4ee09f3b: Layer already exists 01:35:44 b3c3cb56e9f0: Layer already exists 01:35:44 cba12d66b1be: Layer already exists 01:35:44 0c67c078b662: Layer already exists 01:35:44 5f70bf18a086: Layer already exists 01:35:44 0d1fd4661704: Layer already exists 01:35:44 3a91f5f015f0: Layer already exists 01:35:44 4b40bd2caa8e: Layer already exists 01:35:44 7603fc271ecc: Layer already exists 01:35:44 097100c76c15: Layer already exists 01:35:44 latest: digest: sha256:30bdbe50c28b970240271aa88db932db5aeedeeab5a23fe7e97e71902ab66078 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35: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:35:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:35:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:35:45 7cce95417f42: Preparing 01:35:45 911b83d0d185: Preparing 01:35:45 108a96ac9e4b: Preparing 01:35:45 824ef2700f7a: Preparing 01:35:45 db7873223f2d: Preparing 01:35:45 b9c2baa95d6a: Preparing 01:35:45 b3c3cb56e9f0: Preparing 01:35:45 f90d4ee09f3b: Preparing 01:35:45 0c67c078b662: Preparing 01:35:45 cba12d66b1be: Preparing 01:35:45 0d1fd4661704: Preparing 01:35:45 5f70bf18a086: Preparing 01:35:45 3a91f5f015f0: Preparing 01:35:45 7603fc271ecc: Preparing 01:35:45 4b40bd2caa8e: Preparing 01:35:45 097100c76c15: Preparing 01:35:45 f90d4ee09f3b: Waiting 01:35:45 0c67c078b662: Waiting 01:35:45 cba12d66b1be: Waiting 01:35:45 0d1fd4661704: Waiting 01:35:45 5f70bf18a086: Waiting 01:35:45 3a91f5f015f0: Waiting 01:35:45 7603fc271ecc: Waiting 01:35:45 b9c2baa95d6a: Waiting 01:35:45 4b40bd2caa8e: Waiting 01:35:45 097100c76c15: Waiting 01:35:45 b3c3cb56e9f0: Waiting 01:35:45 911b83d0d185: Layer already exists 01:35:45 108a96ac9e4b: Layer already exists 01:35:45 db7873223f2d: Layer already exists 01:35:45 7cce95417f42: Layer already exists 01:35:45 824ef2700f7a: Layer already exists 01:35:45 b9c2baa95d6a: Layer already exists 01:35:45 b3c3cb56e9f0: Layer already exists 01:35:45 f90d4ee09f3b: Layer already exists 01:35:45 0c67c078b662: Layer already exists 01:35:45 cba12d66b1be: Layer already exists 01:35:45 0d1fd4661704: Layer already exists 01:35:45 3a91f5f015f0: Layer already exists 01:35:45 7603fc271ecc: Layer already exists 01:35:45 4b40bd2caa8e: Layer already exists 01:35:45 5f70bf18a086: Layer already exists 01:35:45 097100c76c15: Layer already exists 01:35:45 4.1.0-dev.42: digest: sha256:30bdbe50c28b970240271aa88db932db5aeedeeab5a23fe7e97e71902ab66078 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:45 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:35:46 7cce95417f42: Preparing 01:35:46 911b83d0d185: Preparing 01:35:46 108a96ac9e4b: Preparing 01:35:46 824ef2700f7a: Preparing 01:35:46 db7873223f2d: Preparing 01:35:46 b9c2baa95d6a: Preparing 01:35:46 b3c3cb56e9f0: Preparing 01:35:46 f90d4ee09f3b: Preparing 01:35:46 0c67c078b662: Preparing 01:35:46 cba12d66b1be: Preparing 01:35:46 0d1fd4661704: Preparing 01:35:46 5f70bf18a086: Preparing 01:35:46 3a91f5f015f0: Preparing 01:35:46 7603fc271ecc: Preparing 01:35:46 4b40bd2caa8e: Preparing 01:35:46 097100c76c15: Preparing 01:35:46 b9c2baa95d6a: Waiting 01:35:46 b3c3cb56e9f0: Waiting 01:35:46 f90d4ee09f3b: Waiting 01:35:46 0c67c078b662: Waiting 01:35:46 7603fc271ecc: Waiting 01:35:46 cba12d66b1be: Waiting 01:35:46 4b40bd2caa8e: Waiting 01:35:46 097100c76c15: Waiting 01:35:46 0d1fd4661704: Waiting 01:35:46 5f70bf18a086: Waiting 01:35:46 3a91f5f015f0: Waiting 01:35:46 db7873223f2d: Layer already exists 01:35:46 911b83d0d185: Layer already exists 01:35:46 108a96ac9e4b: Layer already exists 01:35:46 824ef2700f7a: Layer already exists 01:35:46 7cce95417f42: Layer already exists 01:35:46 b9c2baa95d6a: Layer already exists 01:35:46 0c67c078b662: Layer already exists 01:35:46 b3c3cb56e9f0: Layer already exists 01:35:46 cba12d66b1be: Layer already exists 01:35:46 f90d4ee09f3b: Layer already exists 01:35:46 3a91f5f015f0: Layer already exists 01:35:46 0d1fd4661704: Layer already exists 01:35:46 5f70bf18a086: Layer already exists 01:35:46 4b40bd2caa8e: Layer already exists 01:35:46 7603fc271ecc: Layer already exists 01:35:46 097100c76c15: Layer already exists 01:35:46 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:30bdbe50c28b970240271aa88db932db5aeedeeab5a23fe7e97e71902ab66078 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:46 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:35:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:35:46 7cce95417f42: Preparing 01:35:46 911b83d0d185: Preparing 01:35:46 108a96ac9e4b: Preparing 01:35:46 824ef2700f7a: Preparing 01:35:46 db7873223f2d: Preparing 01:35:46 b9c2baa95d6a: Preparing 01:35:46 b3c3cb56e9f0: Preparing 01:35:46 b9c2baa95d6a: Waiting 01:35:46 f90d4ee09f3b: Preparing 01:35:46 0c67c078b662: Preparing 01:35:46 b3c3cb56e9f0: Waiting 01:35:46 cba12d66b1be: Preparing 01:35:46 0d1fd4661704: Preparing 01:35:46 5f70bf18a086: Preparing 01:35:46 3a91f5f015f0: Preparing 01:35:46 7603fc271ecc: Preparing 01:35:46 4b40bd2caa8e: Preparing 01:35:46 097100c76c15: Preparing 01:35:46 0c67c078b662: Waiting 01:35:46 7603fc271ecc: Waiting 01:35:46 5f70bf18a086: Waiting 01:35:46 3a91f5f015f0: Waiting 01:35:46 cba12d66b1be: Waiting 01:35:46 4b40bd2caa8e: Waiting 01:35:46 097100c76c15: Waiting 01:35:46 0d1fd4661704: Waiting 01:35:46 db7873223f2d: Layer already exists 01:35:46 108a96ac9e4b: Layer already exists 01:35:46 824ef2700f7a: Layer already exists 01:35:46 911b83d0d185: Layer already exists 01:35:46 7cce95417f42: Layer already exists 01:35:46 b9c2baa95d6a: Layer already exists 01:35:46 b3c3cb56e9f0: Layer already exists 01:35:46 f90d4ee09f3b: Layer already exists 01:35:46 cba12d66b1be: Layer already exists 01:35:46 0c67c078b662: Layer already exists 01:35:46 0d1fd4661704: Layer already exists 01:35:46 5f70bf18a086: Layer already exists 01:35:46 3a91f5f015f0: Layer already exists 01:35:46 7603fc271ecc: Layer already exists 01:35:46 097100c76c15: Layer already exists 01:35:46 4b40bd2caa8e: Layer already exists 01:35:46 main: digest: sha256:30bdbe50c28b970240271aa88db932db5aeedeeab5a23fe7e97e71902ab66078 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:46 ===================================================== [Pipeline] echo 01:35:46 taggedImages: 01:35:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:35:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:35:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 01:35:46 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 01:35:46 04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:46 latest 01:35:46 4.1.0-dev.42 01:35:46 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:46 main 01:35:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:47 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:35:47 ceb89bb48dc2: Preparing 01:35:47 771604412427: Preparing 01:35:47 0ab06895ea74: Preparing 01:35:47 d93f20dd3e26: Preparing 01:35:47 f90d4ee09f3b: Preparing 01:35:47 0c67c078b662: Preparing 01:35:47 c9d56c98d5f0: Preparing 01:35:47 82727b968737: Preparing 01:35:47 097100c76c15: Preparing 01:35:47 0c67c078b662: Waiting 01:35:47 c9d56c98d5f0: Waiting 01:35:47 82727b968737: Waiting 01:35:47 097100c76c15: Waiting 01:35:47 f90d4ee09f3b: Layer already exists 01:35:47 0c67c078b662: Layer already exists 01:35:47 c9d56c98d5f0: Layer already exists 01:35:47 82727b968737: Layer already exists 01:35:47 097100c76c15: Layer already exists 01:35:47 ceb89bb48dc2: Pushed 01:35:47 771604412427: Pushed 01:35:47 0ab06895ea74: Pushed 01:35:50 d93f20dd3e26: Pushed 01:35:50 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:f94dd3e5737f5753fabfb14ed82ebf15f081785d66c85136b38fc61e4d9b6a48 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:51 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:35:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:35:51 ceb89bb48dc2: Preparing 01:35:51 771604412427: Preparing 01:35:51 0ab06895ea74: Preparing 01:35:51 d93f20dd3e26: Preparing 01:35:51 f90d4ee09f3b: Preparing 01:35:51 0c67c078b662: Preparing 01:35:51 c9d56c98d5f0: Preparing 01:35:51 82727b968737: Preparing 01:35:51 097100c76c15: Preparing 01:35:51 c9d56c98d5f0: Waiting 01:35:51 0c67c078b662: Waiting 01:35:51 82727b968737: Waiting 01:35:51 097100c76c15: Waiting 01:35:51 771604412427: Layer already exists 01:35:51 0ab06895ea74: Layer already exists 01:35:51 d93f20dd3e26: Layer already exists 01:35:51 f90d4ee09f3b: Layer already exists 01:35:51 ceb89bb48dc2: Layer already exists 01:35:51 0c67c078b662: Layer already exists 01:35:51 c9d56c98d5f0: Layer already exists 01:35:51 097100c76c15: Layer already exists 01:35:51 82727b968737: Layer already exists 01:35:51 latest: digest: sha256:f94dd3e5737f5753fabfb14ed82ebf15f081785d66c85136b38fc61e4d9b6a48 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:51 + 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:35:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:35:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:35:52 ceb89bb48dc2: Preparing 01:35:52 771604412427: Preparing 01:35:52 0ab06895ea74: Preparing 01:35:52 d93f20dd3e26: Preparing 01:35:52 f90d4ee09f3b: Preparing 01:35:52 0c67c078b662: Preparing 01:35:52 c9d56c98d5f0: Preparing 01:35:52 82727b968737: Preparing 01:35:52 097100c76c15: Preparing 01:35:52 0c67c078b662: Waiting 01:35:52 c9d56c98d5f0: Waiting 01:35:52 82727b968737: Waiting 01:35:52 097100c76c15: Waiting 01:35:52 d93f20dd3e26: Layer already exists 01:35:52 f90d4ee09f3b: Layer already exists 01:35:52 0ab06895ea74: Layer already exists 01:35:52 771604412427: Layer already exists 01:35:52 ceb89bb48dc2: Layer already exists 01:35:52 c9d56c98d5f0: Layer already exists 01:35:52 0c67c078b662: Layer already exists 01:35:52 82727b968737: Layer already exists 01:35:52 097100c76c15: Layer already exists 01:35:52 4.1.0-dev.42: digest: sha256:f94dd3e5737f5753fabfb14ed82ebf15f081785d66c85136b38fc61e4d9b6a48 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:52 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:35:52 ceb89bb48dc2: Preparing 01:35:52 771604412427: Preparing 01:35:52 0ab06895ea74: Preparing 01:35:52 d93f20dd3e26: Preparing 01:35:52 f90d4ee09f3b: Preparing 01:35:52 0c67c078b662: Preparing 01:35:52 c9d56c98d5f0: Preparing 01:35:52 82727b968737: Preparing 01:35:52 097100c76c15: Preparing 01:35:52 c9d56c98d5f0: Waiting 01:35:52 82727b968737: Waiting 01:35:52 097100c76c15: Waiting 01:35:52 0c67c078b662: Waiting 01:35:52 f90d4ee09f3b: Layer already exists 01:35:52 d93f20dd3e26: Layer already exists 01:35:52 ceb89bb48dc2: Layer already exists 01:35:52 771604412427: Layer already exists 01:35:52 0ab06895ea74: Layer already exists 01:35:52 82727b968737: Layer already exists 01:35:52 0c67c078b662: Layer already exists 01:35:52 c9d56c98d5f0: Layer already exists 01:35:52 097100c76c15: Layer already exists 01:35:52 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:f94dd3e5737f5753fabfb14ed82ebf15f081785d66c85136b38fc61e4d9b6a48 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:53 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:35:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:35:53 ceb89bb48dc2: Preparing 01:35:53 771604412427: Preparing 01:35:53 0ab06895ea74: Preparing 01:35:53 d93f20dd3e26: Preparing 01:35:53 f90d4ee09f3b: Preparing 01:35:53 0c67c078b662: Preparing 01:35:53 c9d56c98d5f0: Preparing 01:35:53 82727b968737: Preparing 01:35:53 097100c76c15: Preparing 01:35:53 c9d56c98d5f0: Waiting 01:35:53 0c67c078b662: Waiting 01:35:53 82727b968737: Waiting 01:35:53 097100c76c15: Waiting 01:35:53 ceb89bb48dc2: Layer already exists 01:35:53 f90d4ee09f3b: Layer already exists 01:35:53 0ab06895ea74: Layer already exists 01:35:53 771604412427: Layer already exists 01:35:53 d93f20dd3e26: Layer already exists 01:35:53 c9d56c98d5f0: Layer already exists 01:35:53 0c67c078b662: Layer already exists 01:35:53 097100c76c15: Layer already exists 01:35:53 82727b968737: Layer already exists 01:35:53 main: digest: sha256:f94dd3e5737f5753fabfb14ed82ebf15f081785d66c85136b38fc61e4d9b6a48 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:53 ===================================================== [Pipeline] echo 01:35:53 taggedImages: 01:35:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:35:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:35:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 01:35:53 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 01:35:53 04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:53 latest 01:35:53 4.1.0-dev.42 01:35:53 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:53 main 01:35:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:35:54 d47a243b1cf2: Preparing 01:35:54 d5468491dbf4: Preparing 01:35:54 240e16465964: Preparing 01:35:54 550eb7cd76ae: Preparing 01:35:54 b36b6120c331: Preparing 01:35:54 f90d4ee09f3b: Preparing 01:35:54 0c67c078b662: Preparing 01:35:54 4864d2c6b626: Preparing 01:35:54 25394e178c4f: Preparing 01:35:54 f90d4ee09f3b: Waiting 01:35:54 4864d2c6b626: Waiting 01:35:54 25394e178c4f: Waiting 01:35:54 0c67c078b662: Waiting 01:35:54 1e12bcc33426: Preparing 01:35:54 1e12bcc33426: Waiting 01:35:54 097100c76c15: Preparing 01:35:54 097100c76c15: Waiting 01:35:54 d5468491dbf4: Pushed 01:35:54 d47a243b1cf2: Pushed 01:35:54 b36b6120c331: Pushed 01:35:54 550eb7cd76ae: Pushed 01:35:54 f90d4ee09f3b: Layer already exists 01:35:54 0c67c078b662: Layer already exists 01:35:54 097100c76c15: Layer already exists 01:35:54 4864d2c6b626: Pushed 01:35:54 25394e178c4f: Pushed 01:35:55 1e12bcc33426: Pushed 01:35:56 240e16465964: Pushed 01:35:56 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:3e5ffcca99768378ad9dece8ae718f62918b8a9f7ff61f0ee11d730e5a25b352 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:56 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:35:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:35:57 d47a243b1cf2: Preparing 01:35:57 d5468491dbf4: Preparing 01:35:57 240e16465964: Preparing 01:35:57 550eb7cd76ae: Preparing 01:35:57 b36b6120c331: Preparing 01:35:57 f90d4ee09f3b: Preparing 01:35:57 0c67c078b662: Preparing 01:35:57 4864d2c6b626: Preparing 01:35:57 25394e178c4f: Preparing 01:35:57 1e12bcc33426: Preparing 01:35:57 097100c76c15: Preparing 01:35:57 4864d2c6b626: Waiting 01:35:57 25394e178c4f: Waiting 01:35:57 f90d4ee09f3b: Waiting 01:35:57 0c67c078b662: Waiting 01:35:57 097100c76c15: Waiting 01:35:57 d47a243b1cf2: Layer already exists 01:35:57 b36b6120c331: Layer already exists 01:35:57 240e16465964: Layer already exists 01:35:57 d5468491dbf4: Layer already exists 01:35:57 550eb7cd76ae: Layer already exists 01:35:57 f90d4ee09f3b: Layer already exists 01:35:57 0c67c078b662: Layer already exists 01:35:57 25394e178c4f: Layer already exists 01:35:57 4864d2c6b626: Layer already exists 01:35:57 1e12bcc33426: Layer already exists 01:35:57 097100c76c15: Layer already exists 01:35:57 latest: digest: sha256:3e5ffcca99768378ad9dece8ae718f62918b8a9f7ff61f0ee11d730e5a25b352 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:57 + 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:35:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:35:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:35:57 d47a243b1cf2: Preparing 01:35:57 d5468491dbf4: Preparing 01:35:57 240e16465964: Preparing 01:35:57 550eb7cd76ae: Preparing 01:35:57 b36b6120c331: Preparing 01:35:57 f90d4ee09f3b: Preparing 01:35:57 0c67c078b662: Preparing 01:35:57 4864d2c6b626: Preparing 01:35:57 25394e178c4f: Preparing 01:35:57 1e12bcc33426: Preparing 01:35:57 097100c76c15: Preparing 01:35:57 f90d4ee09f3b: Waiting 01:35:57 0c67c078b662: Waiting 01:35:57 4864d2c6b626: Waiting 01:35:57 25394e178c4f: Waiting 01:35:57 1e12bcc33426: Waiting 01:35:57 097100c76c15: Waiting 01:35:57 550eb7cd76ae: Layer already exists 01:35:57 d47a243b1cf2: Layer already exists 01:35:57 d5468491dbf4: Layer already exists 01:35:57 240e16465964: Layer already exists 01:35:57 b36b6120c331: Layer already exists 01:35:57 f90d4ee09f3b: Layer already exists 01:35:57 0c67c078b662: Layer already exists 01:35:57 4864d2c6b626: Layer already exists 01:35:57 1e12bcc33426: Layer already exists 01:35:57 097100c76c15: Layer already exists 01:35:57 25394e178c4f: Layer already exists 01:35:57 4.1.0-dev.42: digest: sha256:3e5ffcca99768378ad9dece8ae718f62918b8a9f7ff61f0ee11d730e5a25b352 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:58 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:35:58 d47a243b1cf2: Preparing 01:35:58 d5468491dbf4: Preparing 01:35:58 240e16465964: Preparing 01:35:58 550eb7cd76ae: Preparing 01:35:58 b36b6120c331: Preparing 01:35:58 f90d4ee09f3b: Preparing 01:35:58 0c67c078b662: Preparing 01:35:58 4864d2c6b626: Preparing 01:35:58 f90d4ee09f3b: Waiting 01:35:58 0c67c078b662: Waiting 01:35:58 25394e178c4f: Preparing 01:35:58 4864d2c6b626: Waiting 01:35:58 1e12bcc33426: Preparing 01:35:58 097100c76c15: Preparing 01:35:58 1e12bcc33426: Waiting 01:35:58 097100c76c15: Waiting 01:35:58 25394e178c4f: Waiting 01:35:58 b36b6120c331: Layer already exists 01:35:58 240e16465964: Layer already exists 01:35:58 d5468491dbf4: Layer already exists 01:35:58 550eb7cd76ae: Layer already exists 01:35:58 d47a243b1cf2: Layer already exists 01:35:58 4864d2c6b626: Layer already exists 01:35:58 f90d4ee09f3b: Layer already exists 01:35:58 0c67c078b662: Layer already exists 01:35:58 25394e178c4f: Layer already exists 01:35:58 1e12bcc33426: Layer already exists 01:35:58 097100c76c15: Layer already exists 01:35:58 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:3e5ffcca99768378ad9dece8ae718f62918b8a9f7ff61f0ee11d730e5a25b352 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:58 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:35:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:35:59 d47a243b1cf2: Preparing 01:35:59 d5468491dbf4: Preparing 01:35:59 240e16465964: Preparing 01:35:59 550eb7cd76ae: Preparing 01:35:59 b36b6120c331: Preparing 01:35:59 f90d4ee09f3b: Preparing 01:35:59 0c67c078b662: Preparing 01:35:59 4864d2c6b626: Preparing 01:35:59 25394e178c4f: Preparing 01:35:59 1e12bcc33426: Preparing 01:35:59 097100c76c15: Preparing 01:35:59 f90d4ee09f3b: Waiting 01:35:59 0c67c078b662: Waiting 01:35:59 4864d2c6b626: Waiting 01:35:59 25394e178c4f: Waiting 01:35:59 1e12bcc33426: Waiting 01:35:59 097100c76c15: Waiting 01:35:59 d5468491dbf4: Layer already exists 01:35:59 d47a243b1cf2: Layer already exists 01:35:59 240e16465964: Layer already exists 01:35:59 550eb7cd76ae: Layer already exists 01:35:59 b36b6120c331: Layer already exists 01:35:59 f90d4ee09f3b: Layer already exists 01:35:59 25394e178c4f: Layer already exists 01:35:59 4864d2c6b626: Layer already exists 01:35:59 0c67c078b662: Layer already exists 01:35:59 1e12bcc33426: Layer already exists 01:35:59 097100c76c15: Layer already exists 01:35:59 main: digest: sha256:3e5ffcca99768378ad9dece8ae718f62918b8a9f7ff61f0ee11d730e5a25b352 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:59 ===================================================== [Pipeline] echo 01:35:59 taggedImages: 01:35:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:35:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:35:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 01:35:59 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 01:35:59 04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:59 latest 01:35:59 4.1.0-dev.42 01:35:59 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:35:59 main 01:35:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:59 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:04201409d208f35d5d62518ff10d2f6ac86fd973 01:35:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:35:59 5af536b6f1ac: Preparing 01:35:59 feba717bb865: Preparing 01:35:59 2f49d07df80d: Preparing 01:35:59 6022af2dcce1: Preparing 01:35:59 bd100644574a: Preparing 01:35:59 9908ecac42d8: Preparing 01:35:59 0a088308305b: Preparing 01:35:59 f90d4ee09f3b: Preparing 01:35:59 0c67c078b662: Preparing 01:35:59 9908ecac42d8: Waiting 01:35:59 f25b26c5a624: Preparing 01:35:59 ace5a296b66d: Preparing 01:35:59 097100c76c15: Preparing 01:35:59 0a088308305b: Waiting 01:35:59 f90d4ee09f3b: Waiting 01:35:59 0c67c078b662: Waiting 01:35:59 ace5a296b66d: Waiting 01:35:59 f25b26c5a624: Waiting 01:35:59 097100c76c15: Waiting 01:35:59 bd100644574a: Pushed 01:35:59 5af536b6f1ac: Pushed 01:35:59 feba717bb865: Pushed 01:35:59 f90d4ee09f3b: Layer already exists 01:35:59 0c67c078b662: Layer already exists 01:35:59 9908ecac42d8: Pushed 01:35:59 0a088308305b: Pushed 01:35:59 097100c76c15: Layer already exists 01:36:00 f25b26c5a624: Pushed 01:36:01 ace5a296b66d: Pushed 01:36:01 6022af2dcce1: Pushed 01:36:03 2f49d07df80d: Pushed 01:36:03 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:f86e16e03e20d9289911a36dff3af8f9213989700419e1bd033c19151c5480cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:03 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:36:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:36:03 5af536b6f1ac: Preparing 01:36:03 feba717bb865: Preparing 01:36:03 2f49d07df80d: Preparing 01:36:03 6022af2dcce1: Preparing 01:36:03 bd100644574a: Preparing 01:36:03 9908ecac42d8: Preparing 01:36:03 0a088308305b: Preparing 01:36:03 f90d4ee09f3b: Preparing 01:36:03 0c67c078b662: Preparing 01:36:03 f25b26c5a624: Preparing 01:36:03 ace5a296b66d: Preparing 01:36:03 097100c76c15: Preparing 01:36:03 0c67c078b662: Waiting 01:36:03 f90d4ee09f3b: Waiting 01:36:03 f25b26c5a624: Waiting 01:36:03 ace5a296b66d: Waiting 01:36:03 097100c76c15: Waiting 01:36:03 9908ecac42d8: Waiting 01:36:03 0a088308305b: Waiting 01:36:03 feba717bb865: Layer already exists 01:36:03 2f49d07df80d: Layer already exists 01:36:03 5af536b6f1ac: Layer already exists 01:36:03 6022af2dcce1: Layer already exists 01:36:03 bd100644574a: Layer already exists 01:36:03 9908ecac42d8: Layer already exists 01:36:03 0a088308305b: Layer already exists 01:36:03 f90d4ee09f3b: Layer already exists 01:36:03 0c67c078b662: Layer already exists 01:36:03 f25b26c5a624: Layer already exists 01:36:03 ace5a296b66d: Layer already exists 01:36:03 097100c76c15: Layer already exists 01:36:03 latest: digest: sha256:f86e16e03e20d9289911a36dff3af8f9213989700419e1bd033c19151c5480cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:04 + 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:36:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:36:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:36:04 5af536b6f1ac: Preparing 01:36:04 feba717bb865: Preparing 01:36:04 2f49d07df80d: Preparing 01:36:04 6022af2dcce1: Preparing 01:36:04 bd100644574a: Preparing 01:36:04 9908ecac42d8: Preparing 01:36:04 0a088308305b: Preparing 01:36:04 f90d4ee09f3b: Preparing 01:36:04 0c67c078b662: Preparing 01:36:04 f25b26c5a624: Preparing 01:36:04 ace5a296b66d: Preparing 01:36:04 097100c76c15: Preparing 01:36:04 f90d4ee09f3b: Waiting 01:36:04 ace5a296b66d: Waiting 01:36:04 0c67c078b662: Waiting 01:36:04 097100c76c15: Waiting 01:36:04 0a088308305b: Waiting 01:36:04 9908ecac42d8: Waiting 01:36:04 f25b26c5a624: Waiting 01:36:04 6022af2dcce1: Layer already exists 01:36:04 feba717bb865: Layer already exists 01:36:04 bd100644574a: Layer already exists 01:36:04 5af536b6f1ac: Layer already exists 01:36:04 2f49d07df80d: Layer already exists 01:36:04 9908ecac42d8: Layer already exists 01:36:04 f25b26c5a624: Layer already exists 01:36:04 0c67c078b662: Layer already exists 01:36:04 0a088308305b: Layer already exists 01:36:04 f90d4ee09f3b: Layer already exists 01:36:04 ace5a296b66d: Layer already exists 01:36:04 097100c76c15: Layer already exists 01:36:04 4.1.0-dev.42: digest: sha256:f86e16e03e20d9289911a36dff3af8f9213989700419e1bd033c19151c5480cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:04 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:36:05 5af536b6f1ac: Preparing 01:36:05 feba717bb865: Preparing 01:36:05 2f49d07df80d: Preparing 01:36:05 6022af2dcce1: Preparing 01:36:05 bd100644574a: Preparing 01:36:05 9908ecac42d8: Preparing 01:36:05 0a088308305b: Preparing 01:36:05 f90d4ee09f3b: Preparing 01:36:05 0c67c078b662: Preparing 01:36:05 f25b26c5a624: Preparing 01:36:05 ace5a296b66d: Preparing 01:36:05 097100c76c15: Preparing 01:36:05 0c67c078b662: Waiting 01:36:05 f25b26c5a624: Waiting 01:36:05 ace5a296b66d: Waiting 01:36:05 097100c76c15: Waiting 01:36:05 9908ecac42d8: Waiting 01:36:05 f90d4ee09f3b: Waiting 01:36:05 0a088308305b: Waiting 01:36:05 feba717bb865: Layer already exists 01:36:05 5af536b6f1ac: Layer already exists 01:36:05 6022af2dcce1: Layer already exists 01:36:05 2f49d07df80d: Layer already exists 01:36:05 bd100644574a: Layer already exists 01:36:05 9908ecac42d8: Layer already exists 01:36:05 f25b26c5a624: Layer already exists 01:36:05 0c67c078b662: Layer already exists 01:36:05 0a088308305b: Layer already exists 01:36:05 f90d4ee09f3b: Layer already exists 01:36:05 ace5a296b66d: Layer already exists 01:36:05 097100c76c15: Layer already exists 01:36:05 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:f86e16e03e20d9289911a36dff3af8f9213989700419e1bd033c19151c5480cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:05 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:36:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:36:05 5af536b6f1ac: Preparing 01:36:05 feba717bb865: Preparing 01:36:05 2f49d07df80d: Preparing 01:36:05 6022af2dcce1: Preparing 01:36:05 bd100644574a: Preparing 01:36:05 9908ecac42d8: Preparing 01:36:05 0a088308305b: Preparing 01:36:05 f90d4ee09f3b: Preparing 01:36:05 0c67c078b662: Preparing 01:36:05 f25b26c5a624: Preparing 01:36:05 ace5a296b66d: Preparing 01:36:05 097100c76c15: Preparing 01:36:05 f90d4ee09f3b: Waiting 01:36:05 0c67c078b662: Waiting 01:36:05 f25b26c5a624: Waiting 01:36:05 ace5a296b66d: Waiting 01:36:05 097100c76c15: Waiting 01:36:05 9908ecac42d8: Waiting 01:36:05 0a088308305b: Waiting 01:36:05 bd100644574a: Layer already exists 01:36:05 6022af2dcce1: Layer already exists 01:36:05 2f49d07df80d: Layer already exists 01:36:05 feba717bb865: Layer already exists 01:36:05 5af536b6f1ac: Layer already exists 01:36:05 9908ecac42d8: Layer already exists 01:36:05 0a088308305b: Layer already exists 01:36:05 f90d4ee09f3b: Layer already exists 01:36:05 0c67c078b662: Layer already exists 01:36:05 f25b26c5a624: Layer already exists 01:36:05 ace5a296b66d: Layer already exists 01:36:05 097100c76c15: Layer already exists 01:36:05 main: digest: sha256:f86e16e03e20d9289911a36dff3af8f9213989700419e1bd033c19151c5480cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:36:05 ===================================================== [Pipeline] echo 01:36:05 taggedImages: 01:36:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:36:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:36:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 01:36:05 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 01:36:05 04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:05 latest 01:36:05 4.1.0-dev.42 01:36:05 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:05 main 01:36:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:06 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:36:06 01d088dac162: Preparing 01:36:06 274a3c87a0ea: Preparing 01:36:06 f90d4ee09f3b: Preparing 01:36:06 0c67c078b662: Preparing 01:36:06 c025e9260f88: Preparing 01:36:06 43f41a0ce95c: Preparing 01:36:06 097100c76c15: Preparing 01:36:06 097100c76c15: Waiting 01:36:06 43f41a0ce95c: Waiting 01:36:06 0c67c078b662: Layer already exists 01:36:06 f90d4ee09f3b: Layer already exists 01:36:06 097100c76c15: Layer already exists 01:36:06 c025e9260f88: Pushed 01:36:06 01d088dac162: Pushed 01:36:07 43f41a0ce95c: Pushed 01:36:09 274a3c87a0ea: Pushed 01:36:10 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:d83cce25a0d72329cf288a7738c98810628bbb2e4e8442fae063e292ba23fd6d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:10 + 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:36:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:36:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:36:10 01d088dac162: Preparing 01:36:10 274a3c87a0ea: Preparing 01:36:10 f90d4ee09f3b: Preparing 01:36:10 0c67c078b662: Preparing 01:36:10 c025e9260f88: Preparing 01:36:10 43f41a0ce95c: Preparing 01:36:10 097100c76c15: Preparing 01:36:10 43f41a0ce95c: Waiting 01:36:10 097100c76c15: Waiting 01:36:10 0c67c078b662: Layer already exists 01:36:10 01d088dac162: Layer already exists 01:36:10 c025e9260f88: Layer already exists 01:36:10 274a3c87a0ea: Layer already exists 01:36:10 f90d4ee09f3b: Layer already exists 01:36:10 097100c76c15: Layer already exists 01:36:10 43f41a0ce95c: Layer already exists 01:36:10 latest: digest: sha256:d83cce25a0d72329cf288a7738c98810628bbb2e4e8442fae063e292ba23fd6d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:11 + 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:36:11 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:36:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:36:11 01d088dac162: Preparing 01:36:11 274a3c87a0ea: Preparing 01:36:11 f90d4ee09f3b: Preparing 01:36:11 0c67c078b662: Preparing 01:36:11 c025e9260f88: Preparing 01:36:11 43f41a0ce95c: Preparing 01:36:11 097100c76c15: Preparing 01:36:11 43f41a0ce95c: Waiting 01:36:11 097100c76c15: Waiting 01:36:11 274a3c87a0ea: Layer already exists 01:36:11 c025e9260f88: Layer already exists 01:36:11 01d088dac162: Layer already exists 01:36:11 0c67c078b662: Layer already exists 01:36:11 f90d4ee09f3b: Layer already exists 01:36:11 097100c76c15: Layer already exists 01:36:11 43f41a0ce95c: Layer already exists 01:36:11 4.1.0-dev.42: digest: sha256:d83cce25a0d72329cf288a7738c98810628bbb2e4e8442fae063e292ba23fd6d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:11 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:36:12 01d088dac162: Preparing 01:36:12 274a3c87a0ea: Preparing 01:36:12 f90d4ee09f3b: Preparing 01:36:12 0c67c078b662: Preparing 01:36:12 c025e9260f88: Preparing 01:36:12 43f41a0ce95c: Preparing 01:36:12 097100c76c15: Preparing 01:36:12 097100c76c15: Waiting 01:36:12 43f41a0ce95c: Waiting 01:36:12 0c67c078b662: Layer already exists 01:36:12 01d088dac162: Layer already exists 01:36:12 f90d4ee09f3b: Layer already exists 01:36:12 c025e9260f88: Layer already exists 01:36:12 274a3c87a0ea: Layer already exists 01:36:12 43f41a0ce95c: Layer already exists 01:36:12 097100c76c15: Layer already exists 01:36:12 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:d83cce25a0d72329cf288a7738c98810628bbb2e4e8442fae063e292ba23fd6d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:12 + 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:36:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:36:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:36:12 01d088dac162: Preparing 01:36:12 274a3c87a0ea: Preparing 01:36:12 f90d4ee09f3b: Preparing 01:36:12 0c67c078b662: Preparing 01:36:12 c025e9260f88: Preparing 01:36:12 43f41a0ce95c: Preparing 01:36:12 097100c76c15: Preparing 01:36:12 43f41a0ce95c: Waiting 01:36:12 097100c76c15: Waiting 01:36:12 274a3c87a0ea: Layer already exists 01:36:12 f90d4ee09f3b: Layer already exists 01:36:12 c025e9260f88: Layer already exists 01:36:12 01d088dac162: Layer already exists 01:36:12 0c67c078b662: Layer already exists 01:36:12 43f41a0ce95c: Layer already exists 01:36:12 097100c76c15: Layer already exists 01:36:12 main: digest: sha256:d83cce25a0d72329cf288a7738c98810628bbb2e4e8442fae063e292ba23fd6d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:36:12 ===================================================== [Pipeline] echo 01:36:12 taggedImages: 01:36:12 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:12 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:36:12 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:36:12 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:12 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 01:36:12 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 01:36:12 04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:12 latest 01:36:12 4.1.0-dev.42 01:36:12 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:12 main 01:36:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:13 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:36:13 a1f7d0ae4610: Preparing 01:36:13 7493909a5faa: Preparing 01:36:13 917c9de2ae7b: Preparing 01:36:13 f90d4ee09f3b: Preparing 01:36:13 0c67c078b662: Preparing 01:36:13 ad3380bf6f5b: Preparing 01:36:13 43c16f8e005b: Preparing 01:36:13 4c85042fef61: Preparing 01:36:13 dd272015b90b: Preparing 01:36:13 097100c76c15: Preparing 01:36:13 4c85042fef61: Waiting 01:36:13 dd272015b90b: Waiting 01:36:13 097100c76c15: Waiting 01:36:13 43c16f8e005b: Waiting 01:36:13 ad3380bf6f5b: Waiting 01:36:13 f90d4ee09f3b: Layer already exists 01:36:13 0c67c078b662: Layer already exists 01:36:13 7493909a5faa: Pushed 01:36:13 a1f7d0ae4610: Pushed 01:36:13 917c9de2ae7b: Pushed 01:36:13 097100c76c15: Layer already exists 01:36:13 4c85042fef61: Pushed 01:36:14 dd272015b90b: Pushed 01:36:18 43c16f8e005b: Pushed 01:36:26 ad3380bf6f5b: Pushed 01:36:26 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:0b7d43e9a6f665608572b82f2f32146034331ac59c2a7541db8df953bed0bb05 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:26 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:36:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:36:27 a1f7d0ae4610: Preparing 01:36:27 7493909a5faa: Preparing 01:36:27 917c9de2ae7b: Preparing 01:36:27 f90d4ee09f3b: Preparing 01:36:27 0c67c078b662: Preparing 01:36:27 ad3380bf6f5b: Preparing 01:36:27 43c16f8e005b: Preparing 01:36:27 4c85042fef61: Preparing 01:36:27 dd272015b90b: Preparing 01:36:27 097100c76c15: Preparing 01:36:27 4c85042fef61: Waiting 01:36:27 dd272015b90b: Waiting 01:36:27 097100c76c15: Waiting 01:36:27 ad3380bf6f5b: Waiting 01:36:27 43c16f8e005b: Waiting 01:36:27 a1f7d0ae4610: Layer already exists 01:36:27 7493909a5faa: Layer already exists 01:36:27 0c67c078b662: Layer already exists 01:36:27 917c9de2ae7b: Layer already exists 01:36:27 f90d4ee09f3b: Layer already exists 01:36:27 ad3380bf6f5b: Layer already exists 01:36:27 43c16f8e005b: Layer already exists 01:36:27 4c85042fef61: Layer already exists 01:36:27 097100c76c15: Layer already exists 01:36:27 dd272015b90b: Layer already exists 01:36:27 latest: digest: sha256:0b7d43e9a6f665608572b82f2f32146034331ac59c2a7541db8df953bed0bb05 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:27 + 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:36:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:36:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:36:27 a1f7d0ae4610: Preparing 01:36:27 7493909a5faa: Preparing 01:36:27 917c9de2ae7b: Preparing 01:36:27 f90d4ee09f3b: Preparing 01:36:27 0c67c078b662: Preparing 01:36:27 ad3380bf6f5b: Preparing 01:36:27 43c16f8e005b: Preparing 01:36:27 4c85042fef61: Preparing 01:36:27 dd272015b90b: Preparing 01:36:27 097100c76c15: Preparing 01:36:27 dd272015b90b: Waiting 01:36:27 4c85042fef61: Waiting 01:36:27 097100c76c15: Waiting 01:36:27 ad3380bf6f5b: Waiting 01:36:27 43c16f8e005b: Waiting 01:36:27 7493909a5faa: Layer already exists 01:36:27 a1f7d0ae4610: Layer already exists 01:36:27 917c9de2ae7b: Layer already exists 01:36:27 f90d4ee09f3b: Layer already exists 01:36:27 0c67c078b662: Layer already exists 01:36:27 ad3380bf6f5b: Layer already exists 01:36:27 43c16f8e005b: Layer already exists 01:36:27 dd272015b90b: Layer already exists 01:36:27 097100c76c15: Layer already exists 01:36:27 4c85042fef61: Layer already exists 01:36:27 4.1.0-dev.42: digest: sha256:0b7d43e9a6f665608572b82f2f32146034331ac59c2a7541db8df953bed0bb05 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:28 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:36:28 a1f7d0ae4610: Preparing 01:36:28 7493909a5faa: Preparing 01:36:28 917c9de2ae7b: Preparing 01:36:28 f90d4ee09f3b: Preparing 01:36:28 0c67c078b662: Preparing 01:36:28 ad3380bf6f5b: Preparing 01:36:28 43c16f8e005b: Preparing 01:36:28 4c85042fef61: Preparing 01:36:28 43c16f8e005b: Waiting 01:36:28 ad3380bf6f5b: Waiting 01:36:28 dd272015b90b: Preparing 01:36:28 097100c76c15: Preparing 01:36:28 4c85042fef61: Waiting 01:36:28 dd272015b90b: Waiting 01:36:28 097100c76c15: Waiting 01:36:28 917c9de2ae7b: Layer already exists 01:36:28 7493909a5faa: Layer already exists 01:36:28 f90d4ee09f3b: Layer already exists 01:36:28 a1f7d0ae4610: Layer already exists 01:36:28 0c67c078b662: Layer already exists 01:36:28 ad3380bf6f5b: Layer already exists 01:36:28 4c85042fef61: Layer already exists 01:36:28 43c16f8e005b: Layer already exists 01:36:28 dd272015b90b: Layer already exists 01:36:28 097100c76c15: Layer already exists 01:36:28 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:0b7d43e9a6f665608572b82f2f32146034331ac59c2a7541db8df953bed0bb05 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:28 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:36:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:36:29 a1f7d0ae4610: Preparing 01:36:29 7493909a5faa: Preparing 01:36:29 917c9de2ae7b: Preparing 01:36:29 f90d4ee09f3b: Preparing 01:36:29 0c67c078b662: Preparing 01:36:29 ad3380bf6f5b: Preparing 01:36:29 43c16f8e005b: Preparing 01:36:29 4c85042fef61: Preparing 01:36:29 dd272015b90b: Preparing 01:36:29 097100c76c15: Preparing 01:36:29 4c85042fef61: Waiting 01:36:29 dd272015b90b: Waiting 01:36:29 43c16f8e005b: Waiting 01:36:29 097100c76c15: Waiting 01:36:29 ad3380bf6f5b: Waiting 01:36:29 f90d4ee09f3b: Layer already exists 01:36:29 7493909a5faa: Layer already exists 01:36:29 a1f7d0ae4610: Layer already exists 01:36:29 917c9de2ae7b: Layer already exists 01:36:29 0c67c078b662: Layer already exists 01:36:29 43c16f8e005b: Layer already exists 01:36:29 ad3380bf6f5b: Layer already exists 01:36:29 dd272015b90b: Layer already exists 01:36:29 097100c76c15: Layer already exists 01:36:29 4c85042fef61: Layer already exists 01:36:29 main: digest: sha256:0b7d43e9a6f665608572b82f2f32146034331ac59c2a7541db8df953bed0bb05 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:36:29 ===================================================== [Pipeline] echo 01:36:29 taggedImages: 01:36:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:36:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:36:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 01:36:29 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 01:36:29 04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:29 latest 01:36:29 4.1.0-dev.42 01:36:29 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:29 main 01:36:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:29 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:36:30 2074bc2cb302: Preparing 01:36:30 f84bbb5a356a: Preparing 01:36:30 e30f063f665a: Preparing 01:36:30 f90d4ee09f3b: Preparing 01:36:30 0c67c078b662: Preparing 01:36:30 0a682d59d22f: Preparing 01:36:30 73b985321e27: Preparing 01:36:30 5073bf5cd4c8: Preparing 01:36:30 097100c76c15: Preparing 01:36:30 0a682d59d22f: Waiting 01:36:30 73b985321e27: Waiting 01:36:30 5073bf5cd4c8: Waiting 01:36:30 097100c76c15: Waiting 01:36:30 f90d4ee09f3b: Layer already exists 01:36:30 0c67c078b662: Layer already exists 01:36:30 2074bc2cb302: Pushed 01:36:30 e30f063f665a: Pushed 01:36:30 73b985321e27: Pushed 01:36:30 f84bbb5a356a: Pushed 01:36:30 097100c76c15: Layer already exists 01:36:30 5073bf5cd4c8: Pushed 01:36:42 0a682d59d22f: Pushed 01:36:43 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:4fef9c6f182f87e3b145c8902ac602416a0ba853df3e21da7fb4f227528f4655 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:43 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:36:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:36:43 2074bc2cb302: Preparing 01:36:43 f84bbb5a356a: Preparing 01:36:43 e30f063f665a: Preparing 01:36:43 f90d4ee09f3b: Preparing 01:36:43 0c67c078b662: Preparing 01:36:43 0a682d59d22f: Preparing 01:36:43 73b985321e27: Preparing 01:36:43 5073bf5cd4c8: Preparing 01:36:43 097100c76c15: Preparing 01:36:43 73b985321e27: Waiting 01:36:43 5073bf5cd4c8: Waiting 01:36:43 097100c76c15: Waiting 01:36:43 0a682d59d22f: Waiting 01:36:43 0c67c078b662: Layer already exists 01:36:43 f84bbb5a356a: Layer already exists 01:36:43 e30f063f665a: Layer already exists 01:36:43 2074bc2cb302: Layer already exists 01:36:43 f90d4ee09f3b: Layer already exists 01:36:43 0a682d59d22f: Layer already exists 01:36:43 73b985321e27: Layer already exists 01:36:43 5073bf5cd4c8: Layer already exists 01:36:43 097100c76c15: Layer already exists 01:36:43 latest: digest: sha256:4fef9c6f182f87e3b145c8902ac602416a0ba853df3e21da7fb4f227528f4655 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:44 + 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:36:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:36:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:36:44 2074bc2cb302: Preparing 01:36:44 f84bbb5a356a: Preparing 01:36:44 e30f063f665a: Preparing 01:36:44 f90d4ee09f3b: Preparing 01:36:44 0c67c078b662: Preparing 01:36:44 0a682d59d22f: Preparing 01:36:44 73b985321e27: Preparing 01:36:44 5073bf5cd4c8: Preparing 01:36:44 097100c76c15: Preparing 01:36:44 0a682d59d22f: Waiting 01:36:44 73b985321e27: Waiting 01:36:44 5073bf5cd4c8: Waiting 01:36:44 097100c76c15: Waiting 01:36:44 2074bc2cb302: Layer already exists 01:36:44 f84bbb5a356a: Layer already exists 01:36:44 0c67c078b662: Layer already exists 01:36:44 f90d4ee09f3b: Layer already exists 01:36:44 e30f063f665a: Layer already exists 01:36:44 73b985321e27: Layer already exists 01:36:44 0a682d59d22f: Layer already exists 01:36:44 097100c76c15: Layer already exists 01:36:44 5073bf5cd4c8: Layer already exists 01:36:44 4.1.0-dev.42: digest: sha256:4fef9c6f182f87e3b145c8902ac602416a0ba853df3e21da7fb4f227528f4655 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:36:45 2074bc2cb302: Preparing 01:36:45 f84bbb5a356a: Preparing 01:36:45 e30f063f665a: Preparing 01:36:45 f90d4ee09f3b: Preparing 01:36:45 0c67c078b662: Preparing 01:36:45 0a682d59d22f: Preparing 01:36:45 73b985321e27: Preparing 01:36:45 5073bf5cd4c8: Preparing 01:36:45 097100c76c15: Preparing 01:36:45 73b985321e27: Waiting 01:36:45 5073bf5cd4c8: Waiting 01:36:45 0a682d59d22f: Waiting 01:36:45 097100c76c15: Waiting 01:36:45 2074bc2cb302: Layer already exists 01:36:45 e30f063f665a: Layer already exists 01:36:45 0c67c078b662: Layer already exists 01:36:45 f90d4ee09f3b: Layer already exists 01:36:45 f84bbb5a356a: Layer already exists 01:36:45 097100c76c15: Layer already exists 01:36:45 73b985321e27: Layer already exists 01:36:45 0a682d59d22f: Layer already exists 01:36:45 5073bf5cd4c8: Layer already exists 01:36:45 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:4fef9c6f182f87e3b145c8902ac602416a0ba853df3e21da7fb4f227528f4655 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:45 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 01:36:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:36:45 2074bc2cb302: Preparing 01:36:45 f84bbb5a356a: Preparing 01:36:45 e30f063f665a: Preparing 01:36:45 f90d4ee09f3b: Preparing 01:36:45 0c67c078b662: Preparing 01:36:45 0a682d59d22f: Preparing 01:36:45 73b985321e27: Preparing 01:36:45 5073bf5cd4c8: Preparing 01:36:45 097100c76c15: Preparing 01:36:45 73b985321e27: Waiting 01:36:45 5073bf5cd4c8: Waiting 01:36:45 097100c76c15: Waiting 01:36:45 0a682d59d22f: Waiting 01:36:45 f90d4ee09f3b: Layer already exists 01:36:45 e30f063f665a: Layer already exists 01:36:45 0c67c078b662: Layer already exists 01:36:45 f84bbb5a356a: Layer already exists 01:36:45 2074bc2cb302: Layer already exists 01:36:45 0a682d59d22f: Layer already exists 01:36:45 5073bf5cd4c8: Layer already exists 01:36:45 097100c76c15: Layer already exists 01:36:45 73b985321e27: Layer already exists 01:36:45 main: digest: sha256:4fef9c6f182f87e3b145c8902ac602416a0ba853df3e21da7fb4f227528f4655 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:36:45 ===================================================== [Pipeline] echo 01:36:45 taggedImages: 01:36:45 - nexus3.edgexfoundry.org:10004/security-spire-config:04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:45 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:36:45 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:36:45 - nexus3.edgexfoundry.org:10004/security-spire-config:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:45 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 01:36:45 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 01:36:45 04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:45 latest 01:36:45 4.1.0-dev.42 01:36:45 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:45 main 01:36:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:46 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:36:46 a1f7d0ae4610: Preparing 01:36:46 ce34eeeafb8b: Preparing 01:36:46 a1352c72cee4: Preparing 01:36:46 f90d4ee09f3b: Preparing 01:36:46 0c67c078b662: Preparing 01:36:46 ad3380bf6f5b: Preparing 01:36:46 4c85042fef61: Preparing 01:36:46 dd272015b90b: Preparing 01:36:46 097100c76c15: Preparing 01:36:46 dd272015b90b: Waiting 01:36:46 097100c76c15: Waiting 01:36:46 4c85042fef61: Waiting 01:36:46 ad3380bf6f5b: Waiting 01:36:46 f90d4ee09f3b: Layer already exists 01:36:46 a1f7d0ae4610: Layer already exists 01:36:46 0c67c078b662: Layer already exists 01:36:46 ad3380bf6f5b: Layer already exists 01:36:46 4c85042fef61: Layer already exists 01:36:46 dd272015b90b: Layer already exists 01:36:46 097100c76c15: Layer already exists 01:36:46 ce34eeeafb8b: Pushed 01:36:46 a1352c72cee4: Pushed 01:36:46 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:74b6f55e24d9bbf2848f0e159f747307dcdd4e50b1099eed321c295d6bf9252b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:47 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:36:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:36:47 a1f7d0ae4610: Preparing 01:36:47 ce34eeeafb8b: Preparing 01:36:47 a1352c72cee4: Preparing 01:36:47 f90d4ee09f3b: Preparing 01:36:47 0c67c078b662: Preparing 01:36:47 ad3380bf6f5b: Preparing 01:36:47 4c85042fef61: Preparing 01:36:47 dd272015b90b: Preparing 01:36:47 097100c76c15: Preparing 01:36:47 dd272015b90b: Waiting 01:36:47 ad3380bf6f5b: Waiting 01:36:47 4c85042fef61: Waiting 01:36:47 097100c76c15: Waiting 01:36:47 f90d4ee09f3b: Layer already exists 01:36:47 a1352c72cee4: Layer already exists 01:36:47 0c67c078b662: Layer already exists 01:36:47 a1f7d0ae4610: Layer already exists 01:36:47 ce34eeeafb8b: Layer already exists 01:36:47 ad3380bf6f5b: Layer already exists 01:36:47 4c85042fef61: Layer already exists 01:36:47 dd272015b90b: Layer already exists 01:36:47 097100c76c15: Layer already exists 01:36:47 latest: digest: sha256:74b6f55e24d9bbf2848f0e159f747307dcdd4e50b1099eed321c295d6bf9252b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:47 + 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:36:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:36:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:36:48 a1f7d0ae4610: Preparing 01:36:48 ce34eeeafb8b: Preparing 01:36:48 a1352c72cee4: Preparing 01:36:48 f90d4ee09f3b: Preparing 01:36:48 0c67c078b662: Preparing 01:36:48 ad3380bf6f5b: Preparing 01:36:48 4c85042fef61: Preparing 01:36:48 dd272015b90b: Preparing 01:36:48 097100c76c15: Preparing 01:36:48 4c85042fef61: Waiting 01:36:48 dd272015b90b: Waiting 01:36:48 097100c76c15: Waiting 01:36:48 ad3380bf6f5b: Waiting 01:36:48 ce34eeeafb8b: Layer already exists 01:36:48 a1352c72cee4: Layer already exists 01:36:48 f90d4ee09f3b: Layer already exists 01:36:48 a1f7d0ae4610: Layer already exists 01:36:48 0c67c078b662: Layer already exists 01:36:48 dd272015b90b: Layer already exists 01:36:48 ad3380bf6f5b: Layer already exists 01:36:48 4c85042fef61: Layer already exists 01:36:48 097100c76c15: Layer already exists 01:36:48 4.1.0-dev.42: digest: sha256:74b6f55e24d9bbf2848f0e159f747307dcdd4e50b1099eed321c295d6bf9252b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:48 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:36:48 a1f7d0ae4610: Preparing 01:36:48 ce34eeeafb8b: Preparing 01:36:48 a1352c72cee4: Preparing 01:36:48 f90d4ee09f3b: Preparing 01:36:48 0c67c078b662: Preparing 01:36:48 ad3380bf6f5b: Preparing 01:36:48 4c85042fef61: Preparing 01:36:48 dd272015b90b: Preparing 01:36:48 097100c76c15: Preparing 01:36:48 4c85042fef61: Waiting 01:36:48 dd272015b90b: Waiting 01:36:48 097100c76c15: Waiting 01:36:48 ad3380bf6f5b: Waiting 01:36:48 0c67c078b662: Layer already exists 01:36:48 a1352c72cee4: Layer already exists 01:36:48 f90d4ee09f3b: Layer already exists 01:36:48 a1f7d0ae4610: Layer already exists 01:36:48 ce34eeeafb8b: Layer already exists 01:36:48 ad3380bf6f5b: Layer already exists 01:36:48 4c85042fef61: Layer already exists 01:36:48 dd272015b90b: Layer already exists 01:36:48 097100c76c15: Layer already exists 01:36:48 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:74b6f55e24d9bbf2848f0e159f747307dcdd4e50b1099eed321c295d6bf9252b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:49 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 01:36:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:36:49 a1f7d0ae4610: Preparing 01:36:49 ce34eeeafb8b: Preparing 01:36:49 a1352c72cee4: Preparing 01:36:49 f90d4ee09f3b: Preparing 01:36:49 0c67c078b662: Preparing 01:36:49 ad3380bf6f5b: Preparing 01:36:49 4c85042fef61: Preparing 01:36:49 dd272015b90b: Preparing 01:36:49 097100c76c15: Preparing 01:36:49 ad3380bf6f5b: Waiting 01:36:49 4c85042fef61: Waiting 01:36:49 dd272015b90b: Waiting 01:36:49 097100c76c15: Waiting 01:36:49 f90d4ee09f3b: Layer already exists 01:36:49 0c67c078b662: Layer already exists 01:36:49 a1f7d0ae4610: Layer already exists 01:36:49 a1352c72cee4: Layer already exists 01:36:49 ce34eeeafb8b: Layer already exists 01:36:49 4c85042fef61: Layer already exists 01:36:49 ad3380bf6f5b: Layer already exists 01:36:49 dd272015b90b: Layer already exists 01:36:49 097100c76c15: Layer already exists 01:36:49 main: digest: sha256:74b6f55e24d9bbf2848f0e159f747307dcdd4e50b1099eed321c295d6bf9252b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:36:49 ===================================================== [Pipeline] echo 01:36:49 taggedImages: 01:36:49 - nexus3.edgexfoundry.org:10004/security-spire-server:04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:49 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:36:49 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:36:49 - nexus3.edgexfoundry.org:10004/security-spire-server:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:49 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 01:36:49 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 01:36:49 04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:49 latest 01:36:49 4.1.0-dev.42 01:36:49 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:49 main 01:36:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:49 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications:04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:36:50 98307d2162e4: Preparing 01:36:50 4cf4e975f795: Preparing 01:36:50 f90d4ee09f3b: Preparing 01:36:50 0c67c078b662: Preparing 01:36:50 244680f91b60: Preparing 01:36:50 f68b80b9b515: Preparing 01:36:50 097100c76c15: Preparing 01:36:50 f68b80b9b515: Waiting 01:36:50 097100c76c15: Waiting 01:36:50 0c67c078b662: Layer already exists 01:36:50 f90d4ee09f3b: Layer already exists 01:36:50 097100c76c15: Layer already exists 01:36:50 244680f91b60: Pushed 01:36:50 98307d2162e4: Pushed 01:36:50 f68b80b9b515: Pushed 01:36:55 4cf4e975f795: Pushed 01:36:55 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:e921934a3979ceaff30a928207e178dc3d270cc3c1074b5bf9e1c9b4c36b1888 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:55 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:55 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 01:36:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:36:55 98307d2162e4: Preparing 01:36:55 4cf4e975f795: Preparing 01:36:55 f90d4ee09f3b: Preparing 01:36:55 0c67c078b662: Preparing 01:36:55 244680f91b60: Preparing 01:36:55 f68b80b9b515: Preparing 01:36:55 097100c76c15: Preparing 01:36:55 f68b80b9b515: Waiting 01:36:55 097100c76c15: Waiting 01:36:55 f90d4ee09f3b: Layer already exists 01:36:55 4cf4e975f795: Layer already exists 01:36:55 98307d2162e4: Layer already exists 01:36:55 244680f91b60: Layer already exists 01:36:55 0c67c078b662: Layer already exists 01:36:55 097100c76c15: Layer already exists 01:36:55 f68b80b9b515: Layer already exists 01:36:55 latest: digest: sha256:e921934a3979ceaff30a928207e178dc3d270cc3c1074b5bf9e1c9b4c36b1888 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:56 + 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:36:56 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:36:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:36:56 98307d2162e4: Preparing 01:36:56 4cf4e975f795: Preparing 01:36:56 f90d4ee09f3b: Preparing 01:36:56 0c67c078b662: Preparing 01:36:56 244680f91b60: Preparing 01:36:56 f68b80b9b515: Preparing 01:36:56 097100c76c15: Preparing 01:36:56 f68b80b9b515: Waiting 01:36:56 097100c76c15: Waiting 01:36:56 0c67c078b662: Layer already exists 01:36:56 f90d4ee09f3b: Layer already exists 01:36:56 98307d2162e4: Layer already exists 01:36:56 4cf4e975f795: Layer already exists 01:36:56 244680f91b60: Layer already exists 01:36:56 f68b80b9b515: Layer already exists 01:36:56 097100c76c15: Layer already exists 01:36:56 4.1.0-dev.42: digest: sha256:e921934a3979ceaff30a928207e178dc3d270cc3c1074b5bf9e1c9b4c36b1888 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:56 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:36:57 98307d2162e4: Preparing 01:36:57 4cf4e975f795: Preparing 01:36:57 f90d4ee09f3b: Preparing 01:36:57 0c67c078b662: Preparing 01:36:57 244680f91b60: Preparing 01:36:57 f68b80b9b515: Preparing 01:36:57 f68b80b9b515: Waiting 01:36:57 097100c76c15: Preparing 01:36:57 097100c76c15: Waiting 01:36:57 98307d2162e4: Layer already exists 01:36:57 244680f91b60: Layer already exists 01:36:57 4cf4e975f795: Layer already exists 01:36:57 f90d4ee09f3b: Layer already exists 01:36:57 0c67c078b662: Layer already exists 01:36:57 097100c76c15: Layer already exists 01:36:57 f68b80b9b515: Layer already exists 01:36:57 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:e921934a3979ceaff30a928207e178dc3d270cc3c1074b5bf9e1c9b4c36b1888 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:57 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 01:36:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:36:57 98307d2162e4: Preparing 01:36:57 4cf4e975f795: Preparing 01:36:57 f90d4ee09f3b: Preparing 01:36:57 0c67c078b662: Preparing 01:36:57 244680f91b60: Preparing 01:36:57 f68b80b9b515: Preparing 01:36:57 097100c76c15: Preparing 01:36:57 f68b80b9b515: Waiting 01:36:57 097100c76c15: Waiting 01:36:57 f90d4ee09f3b: Layer already exists 01:36:57 98307d2162e4: Layer already exists 01:36:57 244680f91b60: Layer already exists 01:36:57 0c67c078b662: Layer already exists 01:36:57 4cf4e975f795: Layer already exists 01:36:57 097100c76c15: Layer already exists 01:36:57 f68b80b9b515: Layer already exists 01:36:57 main: digest: sha256:e921934a3979ceaff30a928207e178dc3d270cc3c1074b5bf9e1c9b4c36b1888 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:36:57 ===================================================== [Pipeline] echo 01:36:57 taggedImages: 01:36:57 - nexus3.edgexfoundry.org:10004/support-notifications:04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:57 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:36:57 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:36:57 - nexus3.edgexfoundry.org:10004/support-notifications:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:57 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 01:36:57 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 01:36:57 04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:57 latest 01:36:57 4.1.0-dev.42 01:36:57 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:36:57 main 01:36:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:58 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:04201409d208f35d5d62518ff10d2f6ac86fd973 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:04201409d208f35d5d62518ff10d2f6ac86fd973 01:36:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:36:58 ed20364a92eb: Preparing 01:36:58 d49331b55f6c: Preparing 01:36:58 f90d4ee09f3b: Preparing 01:36:58 0c67c078b662: Preparing 01:36:58 9d5b66c65ca3: Preparing 01:36:58 8a173e41809b: Preparing 01:36:58 097100c76c15: Preparing 01:36:58 8a173e41809b: Waiting 01:36:58 097100c76c15: Waiting 01:36:58 0c67c078b662: Layer already exists 01:36:58 f90d4ee09f3b: Layer already exists 01:36:58 097100c76c15: Layer already exists 01:36:58 9d5b66c65ca3: Pushed 01:36:58 ed20364a92eb: Pushed 01:36:58 8a173e41809b: Pushed 01:37:02 d49331b55f6c: Pushed 01:37:02 04201409d208f35d5d62518ff10d2f6ac86fd973: digest: sha256:f75f875472e19dec2391e9b099b4e04982534f138b5aff20ca29d5bc0d215ef8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:03 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:03 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:37:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:37:03 ed20364a92eb: Preparing 01:37:03 d49331b55f6c: Preparing 01:37:03 f90d4ee09f3b: Preparing 01:37:03 0c67c078b662: Preparing 01:37:03 9d5b66c65ca3: Preparing 01:37:03 8a173e41809b: Preparing 01:37:03 097100c76c15: Preparing 01:37:03 8a173e41809b: Waiting 01:37:03 097100c76c15: Waiting 01:37:03 0c67c078b662: Layer already exists 01:37:03 ed20364a92eb: Layer already exists 01:37:03 d49331b55f6c: Layer already exists 01:37:03 9d5b66c65ca3: Layer already exists 01:37:03 f90d4ee09f3b: Layer already exists 01:37:03 8a173e41809b: Layer already exists 01:37:03 097100c76c15: Layer already exists 01:37:03 latest: digest: sha256:f75f875472e19dec2391e9b099b4e04982534f138b5aff20ca29d5bc0d215ef8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:03 + 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:37:04 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:37:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:37:04 ed20364a92eb: Preparing 01:37:04 d49331b55f6c: Preparing 01:37:04 f90d4ee09f3b: Preparing 01:37:04 0c67c078b662: Preparing 01:37:04 9d5b66c65ca3: Preparing 01:37:04 8a173e41809b: Preparing 01:37:04 097100c76c15: Preparing 01:37:04 8a173e41809b: Waiting 01:37:04 097100c76c15: Waiting 01:37:04 0c67c078b662: Layer already exists 01:37:04 d49331b55f6c: Layer already exists 01:37:04 9d5b66c65ca3: Layer already exists 01:37:04 ed20364a92eb: Layer already exists 01:37:04 f90d4ee09f3b: Layer already exists 01:37:04 097100c76c15: Layer already exists 01:37:04 8a173e41809b: Layer already exists 01:37:04 4.1.0-dev.42: digest: sha256:f75f875472e19dec2391e9b099b4e04982534f138b5aff20ca29d5bc0d215ef8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:04 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:04 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:37:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:37:04 ed20364a92eb: Preparing 01:37:04 d49331b55f6c: Preparing 01:37:04 f90d4ee09f3b: Preparing 01:37:04 0c67c078b662: Preparing 01:37:04 9d5b66c65ca3: Preparing 01:37:04 8a173e41809b: Preparing 01:37:04 097100c76c15: Preparing 01:37:04 8a173e41809b: Waiting 01:37:04 097100c76c15: Waiting 01:37:04 ed20364a92eb: Layer already exists 01:37:04 9d5b66c65ca3: Layer already exists 01:37:04 f90d4ee09f3b: Layer already exists 01:37:04 0c67c078b662: Layer already exists 01:37:04 d49331b55f6c: Layer already exists 01:37:04 8a173e41809b: Layer already exists 01:37:04 097100c76c15: Layer already exists 01:37:04 04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42: digest: sha256:f75f875472e19dec2391e9b099b4e04982534f138b5aff20ca29d5bc0d215ef8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:05 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 01:37:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:37:05 ed20364a92eb: Preparing 01:37:05 d49331b55f6c: Preparing 01:37:05 f90d4ee09f3b: Preparing 01:37:05 0c67c078b662: Preparing 01:37:05 9d5b66c65ca3: Preparing 01:37:05 8a173e41809b: Preparing 01:37:05 097100c76c15: Preparing 01:37:05 097100c76c15: Waiting 01:37:05 8a173e41809b: Waiting 01:37:05 d49331b55f6c: Layer already exists 01:37:05 ed20364a92eb: Layer already exists 01:37:05 0c67c078b662: Layer already exists 01:37:05 9d5b66c65ca3: Layer already exists 01:37:05 f90d4ee09f3b: Layer already exists 01:37:05 097100c76c15: Layer already exists 01:37:05 8a173e41809b: Layer already exists 01:37:05 main: digest: sha256:f75f875472e19dec2391e9b099b4e04982534f138b5aff20ca29d5bc0d215ef8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:37:05 ===================================================== [Pipeline] echo 01:37:05 taggedImages: 01:37:05 - nexus3.edgexfoundry.org:10004/support-scheduler:04201409d208f35d5d62518ff10d2f6ac86fd973 01:37:05 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:37:05 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/support-scheduler:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 01:37:05 ========================================================= 01:37:05 [edgeXBuildMultiArch] RAW Config: 01:37:05 images: 01:37:05 - nexus3.edgexfoundry.org:10004/core-command:04201409d208f35d5d62518ff10d2f6ac86fd973 01:37:05 - nexus3.edgexfoundry.org:10004/core-command:latest 01:37:05 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/core-command:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/core-command:main 01:37:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973 01:37:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:37:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:37:05 - nexus3.edgexfoundry.org:10004/core-data:04201409d208f35d5d62518ff10d2f6ac86fd973 01:37:05 - nexus3.edgexfoundry.org:10004/core-data:latest 01:37:05 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/core-data:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/core-data:main 01:37:05 - nexus3.edgexfoundry.org:10004/core-keeper:04201409d208f35d5d62518ff10d2f6ac86fd973 01:37:05 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:37:05 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/core-keeper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/core-keeper:main 01:37:05 - nexus3.edgexfoundry.org:10004/core-metadata:04201409d208f35d5d62518ff10d2f6ac86fd973 01:37:05 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:37:05 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/core-metadata:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/core-metadata:main 01:37:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973 01:37:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:37:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:37:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:04201409d208f35d5d62518ff10d2f6ac86fd973 01:37:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:37:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:37:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup:04201409d208f35d5d62518ff10d2f6ac86fd973 01:37:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:37:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:37:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:04201409d208f35d5d62518ff10d2f6ac86fd973 01:37:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:37:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:37:05 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:04201409d208f35d5d62518ff10d2f6ac86fd973 01:37:05 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:37:05 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:37:05 - nexus3.edgexfoundry.org:10004/security-spire-agent:04201409d208f35d5d62518ff10d2f6ac86fd973 01:37:05 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:37:05 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/security-spire-agent:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:37:05 - nexus3.edgexfoundry.org:10004/security-spire-config:04201409d208f35d5d62518ff10d2f6ac86fd973 01:37:05 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:37:05 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/security-spire-config:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/security-spire-config:main 01:37:05 - nexus3.edgexfoundry.org:10004/security-spire-server:04201409d208f35d5d62518ff10d2f6ac86fd973 01:37:05 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:37:05 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/security-spire-server:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/security-spire-server:main 01:37:05 - nexus3.edgexfoundry.org:10004/support-notifications:04201409d208f35d5d62518ff10d2f6ac86fd973 01:37:05 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:37:05 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/support-notifications:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/support-notifications:main 01:37:05 - nexus3.edgexfoundry.org:10004/support-scheduler:04201409d208f35d5d62518ff10d2f6ac86fd973 01:37:05 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:37:05 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/support-scheduler:04201409d208f35d5d62518ff10d2f6ac86fd973-4.1.0-dev.42 01:37:05 - nexus3.edgexfoundry.org:10004/support-scheduler:main 01:37:05 settingsFile: 01:37:05 edgex-go-settings 01:37:05 ========================================================= [Pipeline] node 01:37:20 Still waiting to schedule task 01:37:20 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:38:13 Running on prd-centos7-docker-4c-2g-5945 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:38:13 provisioning config files... 01:38:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config11270207336053389504tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:38:14 ---> ****-login.sh 01:38:14 nexus3.edgexfoundry.org:10001 07:26:55 Cancelling nested steps due to timeout 07:26:55 Sending interrupt signal to process 07:26:59 script returned exit code 143 [Pipeline] } 07:26:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 07:27:00 + '[' -d /w/workspace/edgex-go/876/archives ']' [Pipeline] libraryResource [Pipeline] sh 07:27:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:27:01 ---> package-listing.sh 07:27:01 ++ facter osfamily 07:27:01 ++ tr '[:upper:]' '[:lower:]' 07:27:01 + OS_FAMILY=redhat 07:27:01 + workspace=/w/workspace/edgex-go/876 07:27:01 + START_PACKAGES=/tmp/packages_start.txt 07:27:01 + END_PACKAGES=/tmp/packages_end.txt 07:27:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:27:01 + PACKAGES=/tmp/packages_start.txt 07:27:01 + '[' /w/workspace/edgex-go/876 ']' 07:27:01 + PACKAGES=/tmp/packages_end.txt 07:27:01 + case "${OS_FAMILY}" in 07:27:01 + sort 07:27:01 + rpm -qa 07:27:02 + '[' -f /tmp/packages_start.txt ']' 07:27:02 + '[' -f /tmp/packages_end.txt ']' 07:27:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:27:02 + '[' /w/workspace/edgex-go/876 ']' 07:27:02 + mkdir -p /w/workspace/edgex-go/876/archives/ 07:27:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/876/archives/ [Pipeline] echo 07:27:02 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/876/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:27:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:27:03 07:27:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:27:03 latest: Pulling from edgex-lftools-log-publisher 07:27:03 5eb5b503b376: Pulling fs layer 07:27:03 5c69ac0246d0: Pulling fs layer 07:27:03 ec43610c2a17: Pulling fs layer 07:27:03 3a2ae6a8a46f: Pulling fs layer 07:27:03 33b1e0a273af: Pulling fs layer 07:27:03 5d3b04190fa2: Pulling fs layer 07:27:03 2f39f015ded8: Pulling fs layer 07:27:03 3a2ae6a8a46f: Waiting 07:27:03 33b1e0a273af: Waiting 07:27:03 5d3b04190fa2: Waiting 07:27:03 2f39f015ded8: Waiting 07:27:03 5c69ac0246d0: Verifying Checksum 07:27:03 5c69ac0246d0: Download complete 07:27:03 3a2ae6a8a46f: Verifying Checksum 07:27:03 3a2ae6a8a46f: Download complete 07:27:03 ec43610c2a17: Verifying Checksum 07:27:03 ec43610c2a17: Download complete 07:27:03 33b1e0a273af: Verifying Checksum 07:27:03 33b1e0a273af: Download complete 07:27:03 5d3b04190fa2: Verifying Checksum 07:27:03 5d3b04190fa2: Download complete 07:27:03 5eb5b503b376: Verifying Checksum 07:27:03 5eb5b503b376: Download complete 07:27:04 2f39f015ded8: Verifying Checksum 07:27:04 2f39f015ded8: Download complete 07:27:05 5eb5b503b376: Pull complete 07:27:05 5c69ac0246d0: Pull complete 07:27:05 ec43610c2a17: Pull complete 07:27:05 3a2ae6a8a46f: Pull complete 07:27:05 33b1e0a273af: Pull complete 07:27:05 5d3b04190fa2: Pull complete 07:27:09 2f39f015ded8: Pull complete 07:27:09 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:27:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:27:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:27:10 prd-centos7-docker-4c-2g-5945 does not seem to be running inside a container 07:27:10 $ 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/876/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:27:13 $ docker top 82ac03668df9af7d2f6552c300bf2eef23f7fed86b05750c39cb41f1759f163e -eo pid,comm [Pipeline] { [Pipeline] sh 07:27:13 + touch /tmp/pre-build-complete [Pipeline] sh 07:27:14 + mkdir -p /var/log/sysstat [Pipeline] sh 07:27:14 + ls /var/log/sa-host 07:27:14 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:27:14 provisioning config files... 07:27:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config18122465783617391744tmp [Pipeline] { [Pipeline] echo 07:27:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:27:14 ---> create-netrc.sh [Pipeline] } 07:27:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:27:15 ---> python-tools-install.sh [Pipeline] echo 07:27:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:27:15 ---> sudo-logs.sh 07:27:15 Archiving 'sudo' log.. 07:27:15 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:27:15 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 07:27:15 $ docker stop --time=1 82ac03668df9af7d2f6552c300bf2eef23f7fed86b05750c39cb41f1759f163e 07:27:16 $ docker rm -f --volumes 82ac03668df9af7d2f6552c300bf2eef23f7fed86b05750c39cb41f1759f163e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 07:27:16 [WS-CLEANUP] Deleting project workspace... 07:27:16 [WS-CLEANUP] Deferred wipeout is used... 07:27:16 [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:27:16 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:27:17 + [ -d /w/workspace/edgex-go/876/archives ] [Pipeline] libraryResource [Pipeline] sh 07:27:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:27:18 ---> package-listing.sh 07:27:18 ++ tr '[:upper:]' '[:lower:]' 07:27:18 ++ facter osfamily 07:27:19 + OS_FAMILY=debian 07:27:19 + workspace=/w/workspace/edgex-go/876 07:27:19 + START_PACKAGES=/tmp/packages_start.txt 07:27:19 + END_PACKAGES=/tmp/packages_end.txt 07:27:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:27:19 + PACKAGES=/tmp/packages_start.txt 07:27:19 + '[' /w/workspace/edgex-go/876 ']' 07:27:19 + PACKAGES=/tmp/packages_end.txt 07:27:19 + case "${OS_FAMILY}" in 07:27:19 + grep '^ii' 07:27:19 + dpkg -l 07:27:19 + '[' -f /tmp/packages_start.txt ']' 07:27:19 + '[' -f /tmp/packages_end.txt ']' 07:27:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:27:19 + '[' /w/workspace/edgex-go/876 ']' 07:27:19 + mkdir -p /w/workspace/edgex-go/876/archives/ 07:27:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/876/archives/ [Pipeline] echo 07:27:19 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/876/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:27:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:27:19 07:27:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:27:20 latest: Pulling from edgex-lftools-log-publisher 07:27:20 5eb5b503b376: Pulling fs layer 07:27:20 5c69ac0246d0: Pulling fs layer 07:27:20 ec43610c2a17: Pulling fs layer 07:27:20 3a2ae6a8a46f: Pulling fs layer 07:27:20 3a2ae6a8a46f: Waiting 07:27:20 33b1e0a273af: Pulling fs layer 07:27:20 5d3b04190fa2: Pulling fs layer 07:27:20 2f39f015ded8: Pulling fs layer 07:27:20 33b1e0a273af: Waiting 07:27:20 5d3b04190fa2: Waiting 07:27:20 2f39f015ded8: Waiting 07:27:20 5c69ac0246d0: Verifying Checksum 07:27:20 5c69ac0246d0: Download complete 07:27:20 3a2ae6a8a46f: Verifying Checksum 07:27:20 3a2ae6a8a46f: Download complete 07:27:20 33b1e0a273af: Verifying Checksum 07:27:20 33b1e0a273af: Download complete 07:27:20 5d3b04190fa2: Verifying Checksum 07:27:20 5d3b04190fa2: Download complete 07:27:20 ec43610c2a17: Verifying Checksum 07:27:20 ec43610c2a17: Download complete 07:27:20 5eb5b503b376: Verifying Checksum 07:27:20 5eb5b503b376: Download complete 07:27:21 2f39f015ded8: Download complete 07:27:22 5eb5b503b376: Pull complete 07:27:22 5c69ac0246d0: Pull complete 07:27:22 ec43610c2a17: Pull complete 07:27:22 3a2ae6a8a46f: Pull complete 07:27:23 33b1e0a273af: Pull complete 07:27:23 5d3b04190fa2: Pull complete 07:27:28 2f39f015ded8: Pull complete 07:27:28 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:27:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:27:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:27:28 prd-ubuntu20.04-docker-8c-8g-5939 does not seem to be running inside a container 07:27:28 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/876/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/876 -v /w/workspace/edgex-go/876:/w/workspace/edgex-go/876:rw,z -v /w/workspace/edgex-go/876@tmp:/w/workspace/edgex-go/876@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:27:30 $ docker top ac101e47d86ba493086b4b2bf741a81a0ce95d793c76832b60a9ab7d2292f40b -eo pid,comm [Pipeline] { [Pipeline] sh 07:27:30 + touch /tmp/pre-build-complete [Pipeline] sh 07:27:31 + mkdir -p /var/log/sysstat [Pipeline] sh 07:27:31 + ls /var/log/sa-host 07:27:31 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:27:31 provisioning config files... 07:27:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/876@tmp/config2128884609615987511tmp [Pipeline] { [Pipeline] echo 07:27:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:27:31 ---> create-netrc.sh [Pipeline] } 07:27:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:27:31 ---> python-tools-install.sh [Pipeline] echo 07:27:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:27:32 ---> sudo-logs.sh 07:27:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:27:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:27:32 ---> job-cost.sh 07:27:32 lf-activate-venv: SKIPPING 07:27:32 DEBUG: total: 0.10999999940395355 07:27:32 INFO: Retrieving Stack Cost... 07:27:32 INFO: Retrieving Pricing Info for: v3-standard-8 07:27:33 INFO: Archiving Costs [Pipeline] echo 07:27:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:27:33 ---> logs-deploy.sh 07:27:33 lf-activate-venv: SKIPPING 07:27:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/876 07:27:33 INFO: archiving workspace using pattern(s): 07:27:34 Archives upload complete. 07:27:35 INFO: archiving logs to Nexus 07:27:35 ---> uname -a: 07:27:35 Linux prd-ubuntu20-04-docker-8c-8g-5939 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 07:27:35 07:27:35 07:27:35 ---> lscpu: 07:27:35 Architecture: x86_64 07:27:35 CPU op-mode(s): 32-bit, 64-bit 07:27:35 Byte Order: Little Endian 07:27:35 Address sizes: 40 bits physical, 48 bits virtual 07:27:35 CPU(s): 8 07:27:35 On-line CPU(s) list: 0-7 07:27:35 Thread(s) per core: 1 07:27:35 Core(s) per socket: 1 07:27:35 Socket(s): 8 07:27:35 NUMA node(s): 1 07:27:35 Vendor ID: AuthenticAMD 07:27:35 CPU family: 23 07:27:35 Model: 49 07:27:35 Model name: AMD EPYC-Rome Processor 07:27:35 Stepping: 0 07:27:35 CPU MHz: 2799.998 07:27:35 BogoMIPS: 5599.99 07:27:35 Virtualization: AMD-V 07:27:35 Hypervisor vendor: KVM 07:27:35 Virtualization type: full 07:27:35 L1d cache: 256 KiB 07:27:35 L1i cache: 256 KiB 07:27:35 L2 cache: 4 MiB 07:27:35 L3 cache: 128 MiB 07:27:35 NUMA node0 CPU(s): 0-7 07:27:35 Vulnerability Gather data sampling: Not affected 07:27:35 Vulnerability Itlb multihit: Not affected 07:27:35 Vulnerability L1tf: Not affected 07:27:35 Vulnerability Mds: Not affected 07:27:35 Vulnerability Meltdown: Not affected 07:27:35 Vulnerability Mmio stale data: Not affected 07:27:35 Vulnerability Retbleed: Vulnerable 07:27:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:27:35 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:27:35 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 07:27:35 Vulnerability Srbds: Not affected 07:27:35 Vulnerability Tsx async abort: Not affected 07:27:35 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:27:35 07:27:35 07:27:35 ---> nproc: 07:27:35 8 07:27:35 07:27:35 07:27:35 ---> df -h: 07:27:35 Filesystem Size Used Avail Use% Mounted on 07:27:35 overlay 155G 30G 126G 20% / 07:27:35 tmpfs 64M 0 64M 0% /dev 07:27:35 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:27:35 shm 64M 0 64M 0% /dev/shm 07:27:35 /dev/vda1 155G 30G 126G 20% /facter-os 07:27:35 07:27:35 07:27:35 ---> sar -b -r -n DEV: 07:27:35 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-5939) 07/30/25 _x86_64_ (8 CPU) 07:27:35 07:27:35 01:26:10 LINUX RESTART (8 CPU) 07:27:35 07:27:35 01:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:27:35 01:28:01 216.31 13.76 202.55 0.00 2142.44 102847.26 0.00 07:27:35 01:29:01 35.46 0.03 35.43 0.00 0.27 35376.25 0.00 07:27:35 01:30:01 48.83 0.27 48.56 0.00 3.07 20371.00 0.00 07:27:35 01:31:01 246.70 0.25 246.44 0.00 26.70 126145.58 0.00 07:27:35 01:32:01 879.34 32.21 847.13 0.00 4837.19 275176.67 0.00 07:27:35 01:33:01 251.94 1.13 250.81 0.00 9.07 130067.12 0.00 07:27:35 01:34:01 389.39 0.03 389.35 0.00 0.27 127489.24 0.00 07:27:35 01:35:01 226.44 0.05 226.39 0.00 0.40 120699.90 0.00 07:27:35 01:36:01 565.47 0.07 565.41 0.00 9.07 36499.92 0.00 07:27:35 01:37:01 24.86 0.00 24.86 0.00 0.00 657.91 0.00 07:27:35 01:38:01 3.37 0.02 3.35 0.00 2.00 72.65 0.00 07:27:35 01:39:01 1.73 0.00 1.73 0.00 0.00 19.20 0.00 07:27:35 01:40:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 07:27:35 01:41:01 1.98 0.00 1.98 0.00 0.00 22.13 0.00 07:27:35 01:42:01 1.87 0.02 1.85 0.00 0.13 24.66 0.00 07:27:35 01:43:01 1.58 0.00 1.58 0.00 0.00 18.80 0.00 07:27:35 01:44:01 0.95 0.00 0.95 0.00 0.00 10.00 0.00 07:27:35 01:45:01 1.83 0.00 1.83 0.00 0.00 21.46 0.00 07:27:35 01:46:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 07:27:35 01:47:01 1.47 0.00 1.47 0.00 0.00 18.40 0.00 07:27:35 01:48:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 07:27:35 01:49:01 1.30 0.00 1.30 0.00 0.00 15.60 0.00 07:27:35 01:50:01 0.92 0.00 0.92 0.00 0.00 9.60 0.00 07:27:35 01:51:01 1.20 0.00 1.20 0.00 0.00 15.60 0.00 07:27:35 01:52:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 07:27:35 01:53:01 1.30 0.00 1.30 0.00 0.00 15.73 0.00 07:27:35 01:54:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 07:27:35 01:55:01 1.12 0.00 1.12 0.00 0.00 14.00 0.00 07:27:35 01:56:01 0.92 0.00 0.92 0.00 0.00 10.66 0.00 07:27:35 01:57:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 07:27:35 01:58:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 07:27:35 01:59:01 1.65 0.30 1.35 0.00 16.79 17.06 0.00 07:27:35 02:00:01 2.42 1.40 1.02 0.00 28.93 12.80 0.00 07:27:35 02:01:01 1.40 0.00 1.40 0.00 0.00 17.06 0.00 07:27:35 02:02:01 1.12 0.00 1.12 0.00 0.00 13.06 0.00 07:27:35 02:03:01 1.30 0.00 1.30 0.00 0.00 15.06 0.00 07:27:35 02:04:01 0.92 0.00 0.92 0.00 0.00 10.66 0.00 07:27:35 02:05:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 07:27:35 02:06:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 07:27:35 02:07:01 1.50 0.00 1.50 0.00 0.00 18.00 0.00 07:27:35 02:08:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 07:27:35 02:09:01 1.35 0.00 1.35 0.00 0.00 15.33 0.00 07:27:35 02:10:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 07:27:35 02:11:01 1.25 0.00 1.25 0.00 0.00 15.86 0.00 07:27:35 02:12:01 1.32 0.00 1.32 0.00 0.00 15.33 0.00 07:27:35 02:13:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 07:27:35 02:14:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 07:27:35 02:15:01 1.20 0.00 1.20 0.00 0.00 14.93 0.00 07:27:35 02:16:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 07:27:35 02:17:01 1.43 0.00 1.43 0.00 0.00 17.60 0.00 07:27:35 02:18:01 1.28 0.02 1.27 0.00 0.13 13.06 0.00 07:27:35 02:19:01 1.70 0.00 1.70 0.00 0.00 19.73 0.00 07:27:35 02:20:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 07:27:35 02:21:01 1.60 0.00 1.60 0.00 0.00 17.46 0.00 07:27:35 02:22:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 07:27:35 02:23:01 1.80 0.00 1.80 0.00 0.00 20.26 0.00 07:27:35 02:24:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 07:27:35 02:25:01 1.58 0.00 1.58 0.00 0.00 18.40 0.00 07:27:35 02:26:01 1.13 0.00 1.13 0.00 0.00 12.13 0.00 07:27:35 02:27:01 1.72 0.00 1.72 0.00 0.00 19.99 0.00 07:27:35 02:28:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 07:27:35 02:29:01 1.40 0.00 1.40 0.00 0.00 15.73 0.00 07:27:35 02:30:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 07:27:35 02:31:01 1.48 0.00 1.48 0.00 0.00 16.79 0.00 07:27:35 02:32:01 1.10 0.00 1.10 0.00 0.00 13.20 0.00 07:27:35 02:33:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 07:27:35 02:34:01 0.97 0.00 0.97 0.00 0.00 10.00 0.00 07:27:35 02:35:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 07:27:35 02:36:01 0.98 0.00 0.98 0.00 0.00 10.40 0.00 07:27:35 02:37:01 1.52 0.00 1.52 0.00 0.00 18.40 0.00 07:27:35 02:38:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 07:27:35 02:39:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 07:27:35 02:40:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 07:27:35 02:41:02 1.40 0.00 1.40 0.00 0.00 16.79 0.00 07:27:35 02:42:01 0.95 0.00 0.95 0.00 0.00 10.71 0.00 07:27:35 02:43:01 1.82 0.00 1.82 0.00 0.00 20.66 0.00 07:27:35 02:44:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 07:27:35 02:45:01 1.28 0.00 1.28 0.00 0.00 15.20 0.00 07:27:35 02:46:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 07:27:35 02:47:01 1.22 0.00 1.22 0.00 0.00 15.06 0.00 07:27:35 02:48:01 1.03 0.00 1.03 0.00 0.00 12.13 0.00 07:27:35 02:49:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 07:27:35 02:50:01 0.88 0.00 0.88 0.00 0.00 9.33 0.00 07:27:35 02:51:01 1.62 0.00 1.62 0.00 0.00 18.93 0.00 07:27:35 02:52:01 0.97 0.00 0.97 0.00 0.00 10.39 0.00 07:27:35 02:53:01 1.75 0.00 1.75 0.00 0.00 20.66 0.00 07:27:35 02:54:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 07:27:35 02:55:01 1.58 0.00 1.58 0.00 0.00 17.73 0.00 07:27:35 02:56:01 0.95 0.00 0.95 0.00 0.00 10.79 0.00 07:27:35 02:57:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 07:27:35 02:58:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 07:27:35 02:59:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 07:27:35 03:00:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 07:27:35 03:01:01 1.80 0.00 1.80 0.00 0.00 21.20 0.00 07:27:35 03:02:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 07:27:35 03:03:01 1.55 0.00 1.55 0.00 0.00 17.46 0.00 07:27:35 03:04:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 07:27:35 03:05:01 1.55 0.00 1.55 0.00 0.00 18.00 0.00 07:27:35 03:06:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 07:27:35 03:07:01 1.85 0.00 1.85 0.00 0.00 21.59 0.00 07:27:35 03:08:01 1.33 0.00 1.33 0.00 0.00 14.66 0.00 07:27:35 03:09:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 07:27:35 03:10:01 0.88 0.00 0.88 0.00 0.00 9.20 0.00 07:27:35 03:11:01 1.78 0.00 1.78 0.00 0.00 19.73 0.00 07:27:35 03:12:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 07:27:35 03:13:01 1.78 0.00 1.78 0.00 0.00 20.39 0.00 07:27:35 03:14:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 07:27:35 03:15:01 1.55 0.00 1.55 0.00 0.00 17.86 0.00 07:27:35 03:16:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 07:27:35 03:17:01 1.40 0.00 1.40 0.00 0.00 17.46 0.00 07:27:35 03:18:01 1.23 0.00 1.23 0.00 0.00 13.73 0.00 07:27:35 03:19:01 1.67 0.00 1.67 0.00 0.00 18.39 0.00 07:27:35 03:20:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 07:27:35 03:21:01 1.67 0.00 1.67 0.00 0.00 18.66 0.00 07:27:35 03:22:01 1.07 0.00 1.07 0.00 0.00 11.19 0.00 07:27:35 03:23:01 1.78 0.00 1.78 0.00 0.00 20.26 0.00 07:27:35 03:24:01 1.07 0.00 1.07 0.00 0.00 10.93 0.00 07:27:35 03:25:01 1.72 0.00 1.72 0.00 0.00 19.19 0.00 07:27:35 03:26:01 1.05 0.00 1.05 0.00 0.00 10.66 0.00 07:27:35 03:27:01 1.78 0.00 1.78 0.00 0.00 20.66 0.00 07:27:35 03:28:01 1.12 0.00 1.12 0.00 0.00 11.33 0.00 07:27:35 03:29:01 1.77 0.00 1.77 0.00 0.00 19.20 0.00 07:27:35 03:30:01 0.98 0.00 0.98 0.00 0.00 10.26 0.00 07:27:35 03:31:01 1.68 0.00 1.68 0.00 0.00 18.79 0.00 07:27:35 03:32:01 2.03 0.05 1.98 0.00 12.26 22.66 0.00 07:27:35 03:33:01 1.93 0.00 1.93 0.00 0.00 22.00 0.00 07:27:35 03:34:01 1.03 0.00 1.03 0.00 0.00 10.13 0.00 07:27:35 03:35:01 1.92 0.00 1.92 0.00 0.00 21.19 0.00 07:27:35 03:36:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 07:27:35 03:37:01 1.80 0.00 1.80 0.00 0.00 21.20 0.00 07:27:35 03:38:01 1.23 0.00 1.23 0.00 0.00 13.06 0.00 07:27:35 03:39:01 1.58 0.00 1.58 0.00 0.00 17.46 0.00 07:27:35 03:40:01 1.07 0.00 1.07 0.00 0.00 10.93 0.00 07:27:35 03:41:02 1.50 0.00 1.50 0.00 0.00 17.20 0.00 07:27:35 03:42:01 1.15 0.00 1.15 0.00 0.00 12.06 0.00 07:27:35 03:43:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 07:27:35 03:44:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 07:27:35 03:45:01 1.77 0.00 1.77 0.00 0.00 19.60 0.00 07:27:35 03:46:01 1.12 0.00 1.12 0.00 0.00 11.73 0.00 07:27:35 03:47:01 1.73 0.00 1.73 0.00 0.00 18.80 0.00 07:27:35 03:48:01 1.03 0.00 1.03 0.00 0.00 10.66 0.00 07:27:35 03:49:01 1.57 0.00 1.57 0.00 0.00 17.99 0.00 07:27:35 03:50:01 1.10 0.00 1.10 0.00 0.00 11.46 0.00 07:27:35 03:51:01 1.73 0.00 1.73 0.00 0.00 19.33 0.00 07:27:35 03:52:01 0.97 0.00 0.97 0.00 0.00 10.00 0.00 07:27:35 03:53:01 1.72 0.00 1.72 0.00 0.00 19.19 0.00 07:27:35 03:54:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 07:27:35 03:55:01 1.67 0.00 1.67 0.00 0.00 19.06 0.00 07:27:35 03:56:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 07:27:35 03:57:01 1.72 0.00 1.72 0.00 0.00 18.53 0.00 07:27:35 03:58:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 07:27:35 03:59:01 1.67 0.00 1.67 0.00 0.00 19.86 0.00 07:27:35 04:00:01 1.03 0.00 1.03 0.00 0.00 10.80 0.00 07:27:35 04:01:01 1.42 0.00 1.42 0.00 0.00 17.46 0.00 07:27:35 04:02:01 1.10 0.00 1.10 0.00 0.00 11.60 0.00 07:27:35 04:03:01 1.25 0.00 1.25 0.00 0.00 15.60 0.00 07:27:35 04:04:01 1.17 0.00 1.17 0.00 0.00 12.40 0.00 07:27:35 04:05:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 07:27:35 04:06:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 07:27:35 04:07:01 1.27 0.00 1.27 0.00 0.00 15.73 0.00 07:27:35 04:08:01 1.15 0.00 1.15 0.00 0.00 11.86 0.00 07:27:35 04:09:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 07:27:35 04:10:01 0.92 0.00 0.92 0.00 0.00 10.13 0.00 07:27:35 04:11:01 1.47 0.00 1.47 0.00 0.00 17.19 0.00 07:27:35 04:12:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 07:27:35 04:13:01 1.50 0.00 1.50 0.00 0.00 17.73 0.00 07:27:35 04:14:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 07:27:35 04:15:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 07:27:35 04:16:01 0.98 0.00 0.98 0.00 0.00 10.26 0.00 07:27:35 04:17:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 07:27:35 04:18:01 1.25 0.00 1.25 0.00 0.00 12.93 0.00 07:27:35 04:19:01 1.45 0.00 1.45 0.00 0.00 16.93 0.00 07:27:35 04:20:01 0.90 0.00 0.90 0.00 0.00 10.26 0.00 07:27:35 04:21:01 1.33 0.00 1.33 0.00 0.00 16.66 0.00 07:27:35 04:22:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 07:27:35 04:23:01 1.60 0.00 1.60 0.00 0.00 17.86 0.00 07:27:35 04:24:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 07:27:35 04:25:01 1.78 0.00 1.78 0.00 0.00 20.00 0.00 07:27:35 04:26:01 1.02 0.00 1.02 0.00 0.00 10.66 0.00 07:27:35 04:27:01 1.65 0.00 1.65 0.00 0.00 19.06 0.00 07:27:35 04:28:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 07:27:35 04:29:01 1.78 0.00 1.78 0.00 0.00 21.06 0.00 07:27:35 04:30:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 07:27:35 04:31:01 1.68 0.00 1.68 0.00 0.00 19.06 0.00 07:27:35 04:32:01 0.95 0.00 0.95 0.00 0.00 11.33 0.00 07:27:35 04:33:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 07:27:35 04:34:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 07:27:35 04:35:01 1.47 0.00 1.47 0.00 0.00 17.19 0.00 07:27:35 04:36:01 1.00 0.00 1.00 0.00 0.00 10.53 0.00 07:27:35 04:37:01 1.47 0.00 1.47 0.00 0.00 17.86 0.00 07:27:35 04:38:01 0.88 0.00 0.88 0.00 0.00 10.80 0.00 07:27:35 04:39:01 1.87 0.00 1.87 0.00 0.00 21.59 0.00 07:27:35 04:40:01 1.20 0.00 1.20 0.00 0.00 13.60 0.00 07:27:35 04:41:01 1.37 0.00 1.37 0.00 0.00 16.26 0.00 07:27:35 04:42:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 07:27:35 04:43:01 1.42 0.00 1.42 0.00 0.00 16.93 0.00 07:27:35 04:44:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 07:27:35 04:45:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 07:27:35 04:46:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 07:27:35 04:47:01 1.57 0.00 1.57 0.00 0.00 17.73 0.00 07:27:35 04:48:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 07:27:35 04:49:01 1.62 0.00 1.62 0.00 0.00 18.93 0.00 07:27:35 04:50:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 07:27:35 04:51:02 1.55 0.00 1.55 0.00 0.00 17.73 0.00 07:27:35 04:52:01 1.03 0.00 1.03 0.00 0.00 11.12 0.00 07:27:35 04:53:01 1.43 0.00 1.43 0.00 0.00 17.06 0.00 07:27:35 04:54:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 07:27:35 04:55:01 1.78 0.00 1.78 0.00 0.00 20.26 0.00 07:27:35 04:56:01 1.17 0.00 1.17 0.00 0.00 12.40 0.00 07:27:35 04:57:01 1.25 0.00 1.25 0.00 0.00 15.60 0.00 07:27:35 04:58:01 1.13 0.00 1.13 0.00 0.00 12.00 0.00 07:27:35 04:59:01 1.82 0.00 1.82 0.00 0.00 21.19 0.00 07:27:35 05:00:01 1.20 0.00 1.20 0.00 0.00 13.46 0.00 07:27:35 05:01:01 1.78 0.00 1.78 0.00 0.00 20.26 0.00 07:27:35 05:02:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 07:27:35 05:03:01 1.53 0.00 1.53 0.00 0.00 18.00 0.00 07:27:35 05:04:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 07:27:35 05:05:01 1.43 0.00 1.43 0.00 0.00 17.60 0.00 07:27:35 05:06:01 1.28 0.00 1.28 0.00 0.00 13.06 0.00 07:27:35 05:07:01 1.23 0.00 1.23 0.00 0.00 15.73 0.00 07:27:35 05:08:01 1.17 0.00 1.17 0.00 0.00 11.73 0.00 07:27:35 05:09:01 1.10 0.00 1.10 0.00 0.00 14.13 0.00 07:27:35 05:10:01 1.27 0.00 1.27 0.00 0.00 13.46 0.00 07:27:35 05:11:01 1.70 0.00 1.70 0.00 0.00 19.06 0.00 07:27:35 05:12:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 07:27:35 05:13:01 1.45 0.00 1.45 0.00 0.00 16.53 0.00 07:27:35 05:14:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 07:27:35 05:15:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 07:27:35 05:16:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 07:27:35 05:17:01 1.33 0.00 1.33 0.00 0.00 16.93 0.00 07:27:35 05:18:01 1.40 0.00 1.40 0.00 0.00 14.40 0.00 07:27:35 05:19:01 1.88 0.00 1.88 0.00 0.00 20.80 0.00 07:27:35 05:20:01 1.17 0.00 1.17 0.00 0.00 13.06 0.00 07:27:35 05:21:01 1.32 0.00 1.32 0.00 0.00 15.33 0.00 07:27:35 05:22:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 07:27:35 05:23:01 1.30 0.00 1.30 0.00 0.00 15.73 0.00 07:27:35 05:24:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 07:27:35 05:25:01 1.32 0.00 1.32 0.00 0.00 16.80 0.00 07:27:35 05:26:01 1.25 0.00 1.25 0.00 0.00 12.93 0.00 07:27:35 05:27:01 1.78 0.00 1.78 0.00 0.00 20.13 0.00 07:27:35 05:28:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 07:27:35 05:29:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 07:27:35 05:30:01 1.43 0.00 1.43 0.00 0.00 15.60 0.00 07:27:35 05:31:01 1.20 0.00 1.20 0.00 0.00 14.66 0.00 07:27:35 05:32:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 07:27:35 05:33:01 1.33 0.00 1.33 0.00 0.00 16.40 0.00 07:27:35 05:34:01 1.10 0.00 1.10 0.00 0.00 11.06 0.00 07:27:35 05:35:01 1.53 0.00 1.53 0.00 0.00 18.79 0.00 07:27:35 05:36:01 0.98 0.00 0.98 0.00 0.00 10.26 0.00 07:27:35 05:37:01 1.77 0.00 1.77 0.00 0.00 20.40 0.00 07:27:35 05:38:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 07:27:35 05:39:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 07:27:35 05:40:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 07:27:35 05:41:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 07:27:35 05:42:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 07:27:35 05:43:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 07:27:35 05:44:01 1.27 0.00 1.27 0.00 0.00 13.06 0.00 07:27:35 05:45:01 1.35 0.00 1.35 0.00 0.00 17.73 0.00 07:27:35 05:46:01 1.27 0.00 1.27 0.00 0.00 13.20 0.00 07:27:35 05:47:01 1.28 0.00 1.28 0.00 0.00 15.86 0.00 07:27:35 05:48:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 07:27:35 05:49:01 1.37 0.00 1.37 0.00 0.00 15.73 0.00 07:27:35 05:50:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 07:27:35 05:51:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 07:27:35 05:52:01 1.08 0.00 1.08 0.00 0.00 11.20 0.00 07:27:35 05:53:01 1.28 0.00 1.28 0.00 0.00 16.40 0.00 07:27:35 05:54:01 1.22 0.00 1.22 0.00 0.00 12.93 0.00 07:27:35 05:55:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 07:27:35 05:56:01 1.22 0.00 1.22 0.00 0.00 12.80 0.00 07:27:35 05:57:01 1.50 0.00 1.50 0.00 0.00 17.33 0.00 07:27:35 05:58:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 07:27:35 05:59:01 1.55 0.00 1.55 0.00 0.00 18.00 0.00 07:27:35 06:00:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 07:27:35 06:01:01 1.57 0.00 1.57 0.00 0.00 19.20 0.00 07:27:35 06:02:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 07:27:35 06:03:01 1.58 0.00 1.58 0.00 0.00 19.46 0.00 07:27:35 06:04:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 07:27:35 06:05:02 1.62 0.00 1.62 0.00 0.00 18.93 0.00 07:27:35 06:06:01 1.25 0.00 1.25 0.00 0.00 13.15 0.00 07:27:35 06:07:01 1.35 0.00 1.35 0.00 0.00 16.93 0.00 07:27:35 06:08:01 1.07 0.00 1.07 0.00 0.00 10.80 0.00 07:27:35 06:09:01 1.32 0.00 1.32 0.00 0.00 16.00 0.00 07:27:35 06:10:01 0.97 0.00 0.97 0.00 0.00 10.13 0.00 07:27:35 06:11:01 1.87 0.00 1.87 0.00 0.00 21.46 0.00 07:27:35 06:12:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 07:27:35 06:13:01 1.43 0.00 1.43 0.00 0.00 16.26 0.00 07:27:35 06:14:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 07:27:35 06:15:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 07:27:35 06:16:01 1.42 0.00 1.42 0.00 0.00 15.73 0.00 07:27:35 06:17:01 1.73 0.00 1.73 0.00 0.00 19.33 0.00 07:27:35 06:18:01 1.37 0.00 1.37 0.00 0.00 14.40 0.00 07:27:35 06:19:01 1.45 0.00 1.45 0.00 0.00 17.20 0.00 07:27:35 06:20:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 07:27:35 06:21:01 1.85 0.00 1.85 0.00 0.00 21.33 0.00 07:27:35 06:22:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 07:27:35 06:23:01 1.62 0.00 1.62 0.00 0.00 17.46 0.00 07:27:35 06:24:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 07:27:35 06:25:01 1.62 0.03 1.58 0.00 0.27 18.13 0.00 07:27:35 06:26:01 4.48 2.22 2.26 0.00 36.13 78.37 0.00 07:27:35 06:27:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 07:27:35 06:28:01 1.18 0.00 1.18 0.00 0.00 12.13 0.00 07:27:35 06:29:01 1.60 0.00 1.60 0.00 0.00 18.53 0.00 07:27:35 06:30:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 07:27:35 06:31:01 1.60 0.00 1.60 0.00 0.00 17.86 0.00 07:27:35 06:32:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 07:27:35 06:33:01 1.65 0.00 1.65 0.00 0.00 19.33 0.00 07:27:35 06:34:01 1.00 0.00 1.00 0.00 0.00 10.13 0.00 07:27:35 06:35:01 1.52 0.00 1.52 0.00 0.00 17.33 0.00 07:27:35 06:36:01 1.17 0.00 1.17 0.00 0.00 13.06 0.00 07:27:35 06:37:01 1.67 0.00 1.67 0.00 0.00 19.46 0.00 07:27:35 06:38:01 1.13 0.00 1.13 0.00 0.00 12.26 0.00 07:27:35 06:39:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 07:27:35 06:40:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 07:27:35 06:41:01 1.50 0.00 1.50 0.00 0.00 17.19 0.00 07:27:35 06:42:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 07:27:35 06:43:01 1.23 0.00 1.23 0.00 0.00 15.60 0.00 07:27:35 06:44:01 1.05 0.00 1.05 0.00 0.00 10.53 0.00 07:27:35 06:45:01 1.25 0.00 1.25 0.00 0.00 15.19 0.00 07:27:35 06:46:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 07:27:35 06:47:01 1.38 0.00 1.38 0.00 0.00 15.60 0.00 07:27:35 06:48:01 1.22 0.00 1.22 0.00 0.00 13.60 0.00 07:27:35 06:49:01 1.22 0.00 1.22 0.00 0.00 15.33 0.00 07:27:35 06:50:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 07:27:35 06:51:01 1.37 0.00 1.37 0.00 0.00 17.20 0.00 07:27:35 06:52:01 1.25 0.00 1.25 0.00 0.00 12.26 0.00 07:27:35 06:53:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 07:27:35 06:54:01 1.15 0.00 1.15 0.00 0.00 11.20 0.00 07:27:35 06:55:01 1.40 0.00 1.40 0.00 0.00 16.13 0.00 07:27:35 06:56:01 1.47 0.00 1.47 0.00 0.00 15.60 0.00 07:27:35 06:57:01 1.43 0.00 1.43 0.00 0.00 16.79 0.00 07:27:35 06:58:01 1.23 0.00 1.23 0.00 0.00 12.53 0.00 07:27:35 06:59:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 07:27:35 07:00:01 1.10 0.00 1.10 0.00 0.00 11.33 0.00 07:27:35 07:01:01 1.43 0.00 1.43 0.00 0.00 18.26 0.00 07:27:35 07:02:01 1.20 0.00 1.20 0.00 0.00 12.40 0.00 07:27:35 07:03:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 07:27:35 07:04:01 1.17 0.00 1.17 0.00 0.00 12.13 0.00 07:27:35 07:05:01 1.50 0.00 1.50 0.00 0.00 16.39 0.00 07:27:35 07:06:01 1.18 0.00 1.18 0.00 0.00 14.13 0.00 07:27:35 07:07:01 1.67 0.00 1.67 0.00 0.00 18.80 0.00 07:27:35 07:08:02 1.05 0.00 1.05 0.00 0.00 11.73 0.00 07:27:35 07:09:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 07:27:35 07:10:01 1.08 0.00 1.08 0.00 0.00 10.66 0.00 07:27:35 07:11:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 07:27:35 07:12:01 1.30 0.00 1.30 0.00 0.00 14.53 0.00 07:27:35 07:13:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 07:27:35 07:14:01 1.20 0.00 1.20 0.00 0.00 12.26 0.00 07:27:35 07:15:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 07:27:35 07:16:01 1.20 0.00 1.20 0.00 0.00 12.40 0.00 07:27:35 07:17:01 1.68 0.00 1.68 0.00 0.00 18.13 0.00 07:27:35 07:18:01 1.32 0.00 1.32 0.00 0.00 13.20 0.00 07:27:35 07:19:01 1.58 0.00 1.58 0.00 0.00 18.00 0.00 07:27:35 07:20:01 1.17 0.00 1.17 0.00 0.00 12.00 0.00 07:27:35 07:21:01 1.28 0.00 1.28 0.00 0.00 14.26 0.00 07:27:35 07:22:01 1.25 0.00 1.25 0.00 0.00 14.26 0.00 07:27:35 07:23:01 1.55 0.00 1.55 0.00 0.00 17.20 0.00 07:27:35 07:24:01 1.12 0.00 1.12 0.00 0.00 11.33 0.00 07:27:35 07:25:01 1.42 0.00 1.42 0.00 0.00 16.40 0.00 07:27:35 07:26:01 1.22 0.00 1.22 0.00 0.00 11.73 0.00 07:27:35 07:27:01 1.47 0.00 1.47 0.00 0.00 17.20 0.00 07:27:35 Average: 9.29 0.14 9.15 0.00 19.80 2719.02 0.00 07:27:35 07:27:35 01:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:27:35 01:28:01 27451428 31316248 961084 2.92 118748 3926720 1986384 5.86 1458732 3453540 20168 07:27:35 01:29:01 26394756 31452840 820876 2.50 125956 5046236 1859420 5.48 1959632 3940216 115480 07:27:35 01:30:01 25730548 31118156 1153456 3.51 132312 5331940 2261344 6.67 2013920 4513940 371992 07:27:35 01:31:01 21406136 31224160 1035228 3.15 147484 9651916 2838036 8.37 2150916 8575024 2612960 07:27:35 01:32:01 15626436 31305376 922728 2.81 379828 14841504 2478208 7.31 3222412 12814544 142852 07:27:35 01:33:01 7976296 28983556 3170572 9.65 423380 19662904 10413764 30.70 6337560 16779324 1318808 07:27:35 01:34:01 3872660 27202268 4958732 15.09 438952 21881324 11000652 32.43 9096852 18047712 185224 07:27:35 01:35:01 5184452 30613960 1569724 4.78 450460 23981136 4180620 12.33 6000048 19880140 246984 07:27:35 01:36:01 7476908 31324496 899896 2.74 458276 22545464 2317812 6.83 3862692 19931764 608 07:27:35 01:37:01 7473712 31322516 901600 2.74 459268 22545712 2281432 6.73 4303720 19493336 448 07:27:35 01:38:01 7482720 31331672 892468 2.72 459376 22545776 2183752 6.44 4303432 19484192 8 07:27:35 01:39:01 7495884 31344932 879604 2.68 459412 22545776 2183752 6.44 4290148 19484192 20 07:27:35 01:40:01 7496144 31345224 879288 2.67 459428 22545780 2183752 6.44 4289904 19484196 4 07:27:35 01:41:01 7500604 31349688 875020 2.66 459468 22545784 2183752 6.44 4287164 19484200 172 07:27:35 01:42:01 7508280 31357476 867148 2.64 459516 22545756 2195080 6.47 4278448 19484172 20 07:27:35 01:43:01 7507908 31357108 867484 2.64 459536 22545760 2195080 6.47 4278420 19484176 12 07:27:35 01:44:01 7508112 31357312 867132 2.64 459552 22545760 2195080 6.47 4278464 19484176 4 07:27:35 01:45:01 7508356 31357608 866784 2.64 459596 22545760 2195080 6.47 4278020 19484180 12 07:27:35 01:46:01 7508480 31357804 866500 2.64 459620 22545772 2195080 6.47 4278448 19484192 180 07:27:35 01:47:01 7508416 31357740 866520 2.64 459632 22545768 2195080 6.47 4278168 19484192 4 07:27:35 01:48:01 7508352 31357680 866460 2.64 459656 22545776 2195080 6.47 4278440 19484196 24 07:27:35 01:49:01 7508336 31357672 866412 2.64 459668 22545780 2195080 6.47 4278136 19484200 4 07:27:35 01:50:01 7508504 31357904 866384 2.64 459680 22545780 2195080 6.47 4278468 19484204 12 07:27:35 01:51:01 7508172 31357592 866664 2.64 459696 22545784 2195080 6.47 4278536 19484200 8 07:27:35 01:52:01 7508164 31357592 866644 2.64 459716 22545784 2195080 6.47 4278296 19484200 32 07:27:35 01:53:01 7508324 31357756 866616 2.64 459736 22545788 2195080 6.47 4278552 19484204 8 07:27:35 01:54:01 7508528 31357964 866364 2.64 459752 22545796 2195080 6.47 4278260 19484208 4 07:27:35 01:55:01 7507440 31356944 867372 2.64 459780 22545800 2195080 6.47 4278316 19484220 20 07:27:35 01:56:01 7508504 31358040 866160 2.64 459796 22545804 2195080 6.47 4278316 19484224 28 07:27:35 01:57:01 7507992 31357608 866616 2.64 459836 22545804 2195080 6.47 4278888 19484220 40 07:27:35 01:58:01 7508512 31358132 866072 2.63 459856 22545808 2195080 6.47 4278400 19484224 12 07:27:35 01:59:01 7507196 31357324 866840 2.64 459876 22546312 2195080 6.47 4280808 19484536 8 07:27:35 02:00:01 7502592 31354540 869468 2.65 459900 22547184 2195080 6.47 4285104 19484860 12 07:27:35 02:01:01 7502112 31354064 869860 2.65 459928 22547188 2195080 6.47 4284844 19484808 8 07:27:35 02:02:01 7501772 31353788 870116 2.65 459940 22547192 2195080 6.47 4284680 19484816 28 07:27:35 02:03:01 7501660 31353676 870096 2.65 459968 22547192 2195080 6.47 4285168 19484816 172 07:27:35 02:04:01 7501504 31353524 870248 2.65 459968 22547196 2195080 6.47 4284624 19484820 24 07:27:35 02:05:01 7501100 31353176 870556 2.65 459992 22547200 2195080 6.47 4285348 19484820 4 07:27:35 02:06:01 7501740 31353824 870052 2.65 460008 22547204 2195080 6.47 4285324 19484824 176 07:27:35 02:07:01 7501844 31354028 869952 2.65 460032 22547272 2195080 6.47 4285196 19484892 216 07:27:35 02:08:01 7501332 31353516 870420 2.65 460044 22547272 2195080 6.47 4284780 19484892 12 07:27:35 02:09:01 7500748 31353000 870932 2.65 460064 22547276 2195080 6.47 4284844 19484896 32 07:27:35 02:10:01 7500772 31353056 870856 2.65 460080 22547276 2195080 6.47 4284888 19484896 4 07:27:35 02:11:01 7500756 31353084 870780 2.65 460112 22547284 2195080 6.47 4284892 19484900 48 07:27:35 02:12:01 7500724 31353056 870752 2.65 460136 22547276 2195080 6.47 4284952 19484904 8 07:27:35 02:13:01 7500716 31353112 870716 2.65 460156 22547288 2195080 6.47 4284960 19484908 4 07:27:35 02:14:01 7500400 31352804 870980 2.65 460160 22547296 2195080 6.47 4284964 19484912 8 07:27:35 02:15:01 7500392 31352936 870788 2.65 460168 22547428 2211224 6.52 4284964 19485052 28 07:27:35 02:16:01 7500588 31353156 870516 2.65 460176 22547428 2211224 6.52 4284976 19485048 8 07:27:35 02:17:01 7500288 31352864 870736 2.65 460196 22547424 2211224 6.52 4285332 19485052 32 07:27:35 02:18:01 7500168 31352828 870756 2.65 460200 22547432 2211224 6.52 4285028 19485052 12 07:27:35 02:19:01 7500144 31352808 870708 2.65 460224 22547436 2211224 6.52 4285320 19485056 8 07:27:35 02:20:01 7500056 31352852 870600 2.65 460224 22547568 2211224 6.52 4285616 19485188 180 07:27:35 02:21:01 7499820 31352656 870824 2.65 460236 22547568 2211224 6.52 4285148 19485188 12 07:27:35 02:22:01 7499820 31352660 871096 2.65 460248 22547564 2211224 6.52 4285424 19485192 16 07:27:35 02:23:01 7499956 31352800 870892 2.65 460256 22547576 2211224 6.52 4285492 19485196 192 07:27:35 02:24:01 7499648 31352496 871140 2.65 460260 22547580 2211224 6.52 4285480 19485200 196 07:27:35 02:25:01 7499184 31352036 871528 2.65 460292 22547584 2211224 6.52 4285348 19485204 188 07:27:35 02:26:01 7499704 31352612 870992 2.65 460308 22547584 2211224 6.52 4285132 19485204 8 07:27:35 02:27:01 7499500 31352460 871108 2.65 460336 22547592 2211224 6.52 4285224 19485208 40 07:27:35 02:28:01 7499712 31352680 870820 2.65 460352 22547596 2227276 6.57 4285152 19485212 36 07:27:35 02:29:01 7499816 31352844 870852 2.65 460372 22547596 2227276 6.57 4285208 19485216 8 07:27:35 02:30:01 7499548 31352580 871060 2.65 460400 22547600 2227276 6.57 4285208 19485220 4 07:27:35 02:31:01 7499500 31352564 871040 2.65 460408 22547600 2227276 6.57 4285256 19485216 16 07:27:35 02:32:01 7499324 31352392 871140 2.65 460420 22547604 2227276 6.57 4285308 19485220 48 07:27:35 02:33:01 7498992 31352064 871388 2.65 460436 22547612 2227276 6.57 4285248 19485224 12 07:27:35 02:34:01 7498944 31352016 871360 2.65 460452 22547612 2227276 6.57 4285264 19485224 8 07:27:35 02:35:01 7499148 31352284 871064 2.65 460476 22547616 2227276 6.57 4285320 19485232 4 07:27:35 02:36:01 7499100 31352236 871040 2.65 460488 22547616 2227276 6.57 4285424 19485232 24 07:27:35 02:37:01 7498864 31352036 871200 2.65 460508 22547612 2227276 6.57 4285408 19485232 8 07:27:35 02:38:01 7499024 31352200 871168 2.65 460516 22547624 2227276 6.57 4285340 19485236 28 07:27:35 02:39:01 7499008 31352184 871140 2.65 460532 22547624 2227276 6.57 4285352 19485236 4 07:27:35 02:40:01 7499176 31352356 871116 2.65 460540 22547628 2227276 6.57 4285340 19485240 28 07:27:35 02:41:02 7498892 31352136 871344 2.65 460552 22547636 2227276 6.57 4285396 19485248 8 07:27:35 02:42:01 7498876 31352132 871288 2.65 460564 22547636 2227276 6.57 4285536 19485244 12 07:27:35 02:43:01 7498836 31352108 871248 2.65 460580 22547640 2227276 6.57 4285420 19485260 8 07:27:35 02:44:01 7498788 31352060 871308 2.65 460604 22547644 2227276 6.57 4285412 19485260 24 07:27:35 02:45:01 7498988 31352324 871248 2.65 460624 22547648 2227276 6.57 4285468 19485268 24 07:27:35 02:46:01 7498932 31352276 871224 2.65 460628 22547652 2227276 6.57 4285476 19485268 28 07:27:35 02:47:01 7498952 31352328 871012 2.65 460644 22547652 2227276 6.57 4285548 19485268 12 07:27:35 02:48:01 7498872 31352252 871008 2.65 460648 22547656 2243320 6.61 4285648 19485272 32 07:27:35 02:49:01 7498580 31351988 871196 2.65 460664 22547660 2243320 6.61 4285500 19485276 8 07:27:35 02:50:01 7498660 31352200 871096 2.65 460672 22547788 2243320 6.61 4285792 19485404 188 07:27:35 02:51:01 7498836 31352428 871076 2.65 460688 22547796 2243320 6.61 4286092 19485416 196 07:27:35 02:52:01 7498772 31352364 871104 2.65 460704 22547796 2243320 6.61 4285924 19485416 196 07:27:35 02:53:01 7498244 31351868 871636 2.65 460724 22547800 2226700 6.56 4285844 19485420 32 07:27:35 02:54:01 7498188 31351816 871632 2.65 460724 22547804 2226700 6.56 4285896 19485424 8 07:27:35 02:55:01 7498148 31351796 871660 2.65 460736 22547804 2226700 6.56 4285648 19485424 8 07:27:35 02:56:01 7498384 31352036 871392 2.65 460748 22547808 2226700 6.56 4285584 19485428 28 07:27:35 02:57:01 7498368 31352036 871332 2.65 460768 22547808 2226700 6.56 4285672 19485428 8 07:27:35 02:58:01 7498004 31351676 871552 2.65 460796 22547808 2210596 6.52 4285876 19485432 28 07:27:35 02:59:01 7498052 31351728 871484 2.65 460804 22547820 2210596 6.52 4285692 19485436 36 07:27:35 03:00:01 7497760 31351540 871696 2.65 460812 22547820 2210596 6.52 4287276 19484564 4 07:27:35 03:01:01 7497712 31351500 871660 2.65 460828 22547828 2210596 6.52 4286888 19484564 8 07:27:35 03:02:01 7497476 31351296 871860 2.65 460844 22547832 2210596 6.52 4286820 19484568 8 07:27:35 03:03:01 7497996 31351828 871396 2.65 460860 22547832 2226840 6.57 4286772 19484568 8 07:27:35 03:04:01 7498100 31351964 871432 2.65 460876 22547836 2226840 6.57 4287040 19484572 4 07:27:35 03:05:01 7497784 31351664 871732 2.65 460888 22547836 2226840 6.57 4287136 19484572 8 07:27:35 03:06:01 7497468 31351368 871956 2.65 460900 22547840 2226840 6.57 4286832 19484576 8 07:27:35 03:07:01 7498196 31352148 871324 2.65 460928 22547844 2226840 6.57 4287168 19484580 8 07:27:35 03:08:01 7498212 31352164 871264 2.65 460968 22547844 2226840 6.57 4286892 19484580 32 07:27:35 03:09:01 7498204 31352160 871236 2.65 460976 22547852 2226840 6.57 4286876 19484584 8 07:27:35 03:10:01 7498572 31352596 870736 2.65 460984 22547852 2226840 6.57 4287172 19484588 208 07:27:35 03:11:01 7497772 31351820 871700 2.65 461004 22547856 2226840 6.57 4286948 19484592 8 07:27:35 03:12:01 7497780 31351960 871536 2.65 461008 22547988 2226840 6.57 4286992 19484724 20 07:27:35 03:13:01 7497464 31351644 871756 2.65 461024 22547988 2226840 6.57 4287276 19484724 36 07:27:35 03:14:01 7497660 31351844 871496 2.65 461036 22547992 2226840 6.57 4287360 19484728 180 07:27:35 03:15:01 7497684 31351924 871468 2.65 461036 22547996 2226840 6.57 4287000 19484732 8 07:27:35 03:16:01 7497416 31351656 871692 2.65 461052 22547996 2226840 6.57 4286984 19484732 4 07:27:35 03:17:01 7496760 31351044 872264 2.65 461080 22548004 2226840 6.57 4287384 19484740 8 07:27:35 03:18:01 7496940 31351260 871932 2.65 461100 22547996 2226840 6.57 4287036 19484744 12 07:27:35 03:19:01 7496608 31350952 872192 2.65 461104 22548012 2242908 6.61 4287068 19484748 8 07:27:35 03:20:01 7496804 31351156 871928 2.65 461108 22548016 2242908 6.61 4287060 19484752 8 07:27:35 03:21:01 7496996 31351348 871884 2.65 461128 22548016 2242908 6.61 4287060 19484752 8 07:27:35 03:22:01 7497288 31351676 871572 2.65 461140 22548020 2242908 6.61 4287148 19484756 16 07:27:35 03:23:01 7497004 31351408 871776 2.65 461176 22548020 2242908 6.61 4287108 19484756 32 07:27:35 03:24:01 7496892 31351300 871812 2.65 461188 22548024 2242908 6.61 4287104 19484760 8 07:27:35 03:25:01 7496844 31351316 871772 2.65 461224 22548028 2242908 6.61 4287164 19484764 12 07:27:35 03:26:01 7496788 31351260 871748 2.65 461236 22548028 2242908 6.61 4287472 19484764 4 07:27:35 03:27:01 7496440 31350956 872036 2.65 461244 22548036 2242908 6.61 4287260 19484772 8 07:27:35 03:28:01 7496424 31350948 871988 2.65 461256 22548040 2242908 6.61 4287204 19484776 4 07:27:35 03:29:01 7496124 31350676 872200 2.65 461280 22548040 2242908 6.61 4287228 19484776 8 07:27:35 03:30:01 7496740 31351308 871704 2.65 461288 22548044 2242908 6.61 4287812 19484780 200 07:27:35 03:31:01 7496244 31350812 872204 2.65 461296 22548040 2242908 6.61 4287244 19484780 44 07:27:35 03:32:01 7565036 31419432 807756 2.46 461316 22548416 2123396 6.26 4232056 19476088 8 07:27:35 03:33:01 7564792 31419228 807920 2.46 461356 22548420 2123396 6.26 4232016 19476092 40 07:27:35 03:34:01 7564996 31419432 807640 2.46 461372 22548420 2123396 6.26 4232016 19476092 8 07:27:35 03:35:01 7564948 31419448 807596 2.46 461400 22548424 2123396 6.26 4232072 19476100 4 07:27:35 03:36:01 7564680 31419312 807640 2.46 461428 22548556 2123396 6.26 4232264 19476228 20 07:27:35 03:37:01 7565668 31420364 806816 2.45 461456 22548560 2123396 6.26 4232212 19476232 8 07:27:35 03:38:01 7565912 31420628 806532 2.45 461472 22548564 2106620 6.21 4232144 19476236 28 07:27:35 03:39:01 7565324 31420064 807228 2.46 461488 22548564 2106620 6.21 4232168 19476236 8 07:27:35 03:40:01 7565576 31420324 806952 2.45 461504 22548568 2106620 6.21 4232168 19476240 8 07:27:35 03:41:02 7564928 31419748 807452 2.46 461532 22548572 2106620 6.21 4232224 19476244 8 07:27:35 03:42:01 7564936 31419756 807380 2.46 461552 22548572 2106620 6.21 4232280 19476244 4 07:27:35 03:43:01 7564920 31419792 807344 2.46 461584 22548576 2106620 6.21 4232288 19476248 8 07:27:35 03:44:01 7564352 31419228 807844 2.46 461608 22548572 2106620 6.21 4232568 19476248 8 07:27:35 03:45:01 7565320 31420252 806896 2.45 461620 22548584 2106620 6.21 4232324 19476252 8 07:27:35 03:46:01 7565480 31420420 806868 2.45 461636 22548588 2106620 6.21 4232324 19476256 4 07:27:35 03:47:01 7565404 31420404 807116 2.46 461664 22548588 2106620 6.21 4232564 19476256 8 07:27:35 03:48:01 7565388 31420396 807092 2.46 461672 22548592 2106620 6.21 4232396 19476260 12 07:27:35 03:49:01 7564796 31419816 807664 2.46 461672 22548596 2106620 6.21 4232420 19476264 44 07:27:35 03:50:01 7565292 31420320 807108 2.46 461680 22548600 2106620 6.21 4232420 19476272 24 07:27:35 03:51:01 7564488 31419520 807876 2.46 461704 22548604 2106620 6.21 4232420 19476276 4 07:27:35 03:52:01 7564972 31420004 807524 2.46 461712 22548604 2106620 6.21 4232816 19476276 204 07:27:35 03:53:01 7564460 31419556 808008 2.46 461736 22548608 2106620 6.21 4232484 19476284 12 07:27:35 03:54:01 7565232 31420332 807164 2.46 461764 22548612 2106620 6.21 4232484 19476288 32 07:27:35 03:55:01 7564980 31420084 807400 2.46 461784 22548608 2106620 6.21 4232484 19476292 4 07:27:35 03:56:01 7564680 31419848 807612 2.46 461800 22548620 2122664 6.26 4232524 19476300 8 07:27:35 03:57:01 7565416 31420588 807008 2.46 461820 22548620 2122664 6.26 4232584 19476300 20 07:27:35 03:58:01 7565368 31420548 807008 2.46 461832 22548624 2106228 6.21 4232524 19476304 28 07:27:35 03:59:01 7565028 31420272 807236 2.46 461864 22548628 2106228 6.21 4233112 19476312 232 07:27:35 04:00:01 7564584 31420064 807408 2.46 461876 22548628 2106228 6.21 4233124 19476300 12 07:27:35 04:01:01 7564600 31420104 807300 2.46 461904 22548632 2106228 6.21 4232988 19476304 8 07:27:35 04:02:01 7564500 31420004 807508 2.46 461928 22548632 2106228 6.21 4233404 19476304 188 07:27:35 04:03:01 7564556 31420068 807528 2.46 461944 22548640 2106228 6.21 4232856 19476308 68 07:27:35 04:04:01 7564452 31420032 807564 2.46 461956 22548644 2106228 6.21 4232900 19476316 28 07:27:35 04:05:01 7564096 31419692 807828 2.46 461984 22548636 2106228 6.21 4233328 19476316 20 07:27:35 04:06:01 7564112 31419736 807780 2.46 462000 22548652 2106228 6.21 4232972 19476324 40 07:27:35 04:07:01 7564032 31419664 807776 2.46 462020 22548656 2106228 6.21 4233040 19476328 68 07:27:35 04:08:01 7564468 31420160 807460 2.46 462044 22548656 2106228 6.21 4233032 19476332 16 07:27:35 04:09:01 7563956 31419724 807852 2.46 462068 22548788 2106228 6.21 4233052 19476464 4 07:27:35 04:10:01 7563908 31419676 807828 2.46 462080 22548788 2106228 6.21 4233036 19476464 12 07:27:35 04:11:01 7563884 31419720 807804 2.46 462104 22548792 2106228 6.21 4233112 19476472 8 07:27:35 04:12:01 7564340 31420180 807260 2.46 462124 22548796 2106228 6.21 4233172 19476476 36 07:27:35 04:13:01 7563876 31419744 807640 2.46 462156 22548800 2106228 6.21 4233404 19476472 4 07:27:35 04:14:01 7564036 31419944 807604 2.46 462184 22548792 2106228 6.21 4233180 19476476 24 07:27:35 04:15:01 7564208 31420120 807464 2.46 462208 22548808 2106228 6.21 4233188 19476480 4 07:27:35 04:16:01 7563940 31419912 807664 2.46 462224 22548808 2106228 6.21 4233244 19476484 8 07:27:35 04:17:01 7558600 31414576 813032 2.47 462244 22548812 2106228 6.21 4242140 19476488 40 07:27:35 04:18:01 7557448 31413452 814128 2.48 462252 22548812 2089872 6.16 4242288 19476484 200 07:27:35 04:19:01 7557228 31413236 814336 2.48 462260 22548816 2106040 6.21 4241832 19476488 4 07:27:35 04:20:01 7557180 31413192 814320 2.48 462268 22548820 2106040 6.21 4241832 19476492 24 07:27:35 04:21:01 7557100 31413236 814188 2.48 462288 22548952 2106040 6.21 4241832 19476612 52 07:27:35 04:22:01 7557040 31413260 814360 2.48 462312 22548960 2106040 6.21 4241948 19476636 56 07:27:35 04:23:01 7557276 31413496 814076 2.48 462332 22548960 2106040 6.21 4241896 19476636 8 07:27:35 04:24:01 7557228 31413456 814044 2.48 462344 22548964 2106040 6.21 4241896 19476640 28 07:27:35 04:25:01 7557472 31413764 814012 2.48 462364 22548968 2106040 6.21 4241956 19476648 4 07:27:35 04:26:01 7557316 31413588 814140 2.48 462376 22548968 2106040 6.21 4241956 19476648 8 07:27:35 04:27:01 7557072 31413348 814348 2.48 462396 22548964 2106040 6.21 4242024 19476652 20 07:27:35 04:28:01 7557056 31413336 814276 2.48 462412 22548976 2106040 6.21 4241968 19476656 12 07:27:35 04:29:01 7556408 31412752 814840 2.48 462444 22548968 2106040 6.21 4242372 19476648 24 07:27:35 04:30:01 7556360 31412736 814796 2.48 462460 22548980 2122084 6.26 4242096 19476652 12 07:27:35 04:31:01 7555720 31412096 815348 2.48 462468 22548984 2122084 6.26 4242100 19476652 12 07:27:35 04:32:01 7555760 31412172 815244 2.48 462484 22548988 2122084 6.26 4242192 19476660 28 07:27:35 04:33:01 7555556 31411972 815360 2.48 462508 22548992 2122084 6.26 4242136 19476664 28 07:27:35 04:34:01 7555720 31412168 815216 2.48 462520 22548992 2122084 6.26 4242576 19476664 236 07:27:35 04:35:01 7556208 31412672 814704 2.48 462540 22548996 2122084 6.26 4242172 19476668 24 07:27:35 04:36:01 7555856 31412344 815184 2.48 462548 22548996 2122084 6.26 4242876 19476668 208 07:27:35 04:37:01 7555808 31412300 815148 2.48 462568 22549000 2122084 6.26 4242668 19476672 204 07:27:35 04:38:01 7555840 31412360 815104 2.48 462576 22549004 2122084 6.26 4242236 19476676 32 07:27:35 04:39:01 7556044 31412572 814828 2.48 462592 22548996 2122084 6.26 4242256 19476680 8 07:27:35 04:40:01 7556020 31412552 814804 2.48 462604 22549016 2122084 6.26 4242256 19476684 4 07:27:35 04:41:01 7555792 31412396 814936 2.48 462632 22549020 2122084 6.26 4242316 19476696 28 07:27:35 04:42:01 7555932 31412536 814720 2.48 462648 22549020 2122084 6.26 4242376 19476696 4 07:27:35 04:43:01 7555852 31412460 814788 2.48 462668 22549024 2122084 6.26 4242308 19476700 8 07:27:35 04:44:01 7556020 31412756 814648 2.48 462688 22549140 2105960 6.21 4242308 19476828 8 07:27:35 04:45:01 7555976 31412776 814864 2.48 462708 22549156 2105960 6.21 4242372 19476836 8 07:27:35 04:46:01 7555968 31412772 814832 2.48 462732 22549160 2105960 6.21 4242384 19476840 24 07:27:35 04:47:01 7555824 31412692 814888 2.48 462760 22549160 2105960 6.21 4242552 19476844 4 07:27:35 04:48:01 7555524 31412396 815108 2.48 462776 22549164 2105960 6.21 4242500 19476848 24 07:27:35 04:49:01 7555452 31412324 815088 2.48 462796 22549160 2105960 6.21 4242524 19476848 4 07:27:35 04:50:01 7555680 31412616 814788 2.48 462812 22549172 2105960 6.21 4242576 19476860 28 07:27:35 04:51:02 7555260 31412220 815100 2.48 462824 22549176 2122088 6.26 4242980 19476848 200 07:27:35 04:52:01 7555348 31412308 815008 2.48 462828 22549176 2122088 6.26 4242660 19476848 20 07:27:35 04:53:01 7555796 31412760 814948 2.48 462840 22549180 2122088 6.26 4242604 19476852 12 07:27:35 04:54:01 7555772 31412740 814920 2.48 462852 22549184 2105620 6.21 4242604 19476856 28 07:27:35 04:55:01 7555700 31412720 814896 2.48 462868 22549188 2105620 6.21 4242656 19476860 40 07:27:35 04:56:01 7555928 31412952 814604 2.48 462884 22549192 2105620 6.21 4242656 19476864 8 07:27:35 04:57:01 7555816 31412896 814624 2.48 462912 22549192 2105620 6.21 4242772 19476868 44 07:27:35 04:58:01 7555500 31412584 815004 2.48 462928 22549196 2105620 6.21 4243076 19476868 24 07:27:35 04:59:01 7556648 31413776 813672 2.48 462956 22549204 2105620 6.21 4240928 19476756 64 07:27:35 05:00:01 7555616 31412944 814512 2.48 462984 22549204 2105620 6.21 4241060 19476716 20 07:27:35 05:01:01 7556080 31413412 813976 2.48 463004 22549208 2105620 6.21 4240884 19476720 20 07:27:35 05:02:01 7556032 31413396 813944 2.48 463024 22549208 2105620 6.21 4240860 19476716 16 07:27:35 05:03:01 7555952 31413360 813924 2.48 463060 22549212 2105620 6.21 4240880 19476720 8 07:27:35 05:04:01 7555860 31413292 814116 2.48 463080 22549216 2105620 6.21 4241252 19476724 216 07:27:35 05:05:01 7555844 31413300 814092 2.48 463104 22549216 2105620 6.21 4241544 19476724 68 07:27:35 05:06:01 7556088 31413572 813784 2.48 463120 22549220 2105620 6.21 4240952 19476728 4 07:27:35 05:07:01 7556340 31413828 813536 2.47 463132 22549228 2105620 6.21 4241276 19476732 228 07:27:35 05:08:01 7556524 31414012 813516 2.47 463148 22549228 2105620 6.21 4240956 19476732 8 07:27:35 05:09:01 7555812 31413304 814140 2.48 463156 22549232 2105620 6.21 4240964 19476736 60 07:27:35 05:10:01 7556080 31413636 813812 2.48 463180 22549228 2105620 6.21 4241020 19476744 4 07:27:35 05:11:01 7556560 31414136 813288 2.47 463192 22549236 2105620 6.21 4241040 19476744 8 07:27:35 05:12:01 7556260 31413848 813500 2.47 463208 22549244 2089316 6.16 4241104 19476752 8 07:27:35 05:13:01 7556520 31414136 813148 2.47 463232 22549244 2089316 6.16 4241084 19476752 8 07:27:35 05:14:01 7556504 31414144 813124 2.47 463240 22549248 2089316 6.16 4241104 19476756 8 07:27:35 05:15:01 7556132 31413796 813368 2.47 463256 22549248 2089316 6.16 4241536 19476756 228 07:27:35 05:16:01 7556164 31413832 813316 2.47 463272 22549252 2089316 6.16 4241112 19476760 24 07:27:35 05:17:01 7555864 31413560 813536 2.47 463284 22549260 2089316 6.16 4241196 19476764 40 07:27:35 05:18:01 7556016 31413716 813512 2.47 463292 22549260 2089316 6.16 4241152 19476768 16 07:27:35 05:19:01 7555976 31413820 813388 2.47 463312 22549392 2089316 6.16 4241176 19476892 8 07:27:35 05:20:01 7555384 31413252 813872 2.48 463332 22549396 2105372 6.21 4241512 19476904 40 07:27:35 05:21:01 7555408 31413300 813840 2.48 463340 22549396 2105372 6.21 4241196 19476904 44 07:27:35 05:22:01 7555500 31413400 813608 2.48 463352 22549400 2105372 6.21 4241608 19476908 204 07:27:35 05:23:01 7555280 31413208 813808 2.48 463368 22549400 2105372 6.21 4241232 19476908 44 07:27:35 05:24:01 7555448 31413384 813772 2.48 463384 22549404 2105372 6.21 4241220 19476912 24 07:27:35 05:25:01 7555716 31413684 813468 2.47 463392 22549404 2121416 6.25 4241248 19476916 60 07:27:35 05:26:01 7555628 31413600 813432 2.47 463404 22549412 2121416 6.25 4241520 19476916 4 07:27:35 05:27:01 7555620 31413616 813416 2.47 463408 22549416 2121416 6.25 4241344 19476924 12 07:27:35 05:28:01 7555312 31413312 813624 2.48 463432 22549420 2121416 6.25 4241280 19476924 28 07:27:35 05:29:01 7555548 31413580 813324 2.47 463432 22549424 2121416 6.25 4241320 19476932 60 07:27:35 05:30:01 7555224 31413276 813656 2.48 463452 22549424 2121416 6.25 4241336 19476936 8 07:27:35 05:31:01 7555428 31413492 813376 2.47 463468 22549428 2121416 6.25 4241348 19476936 52 07:27:35 05:32:01 7556144 31414212 813064 2.47 463476 22549432 2121416 6.25 4241408 19476940 36 07:27:35 05:33:01 7555388 31413484 813904 2.48 463492 22549436 2121416 6.25 4241372 19476944 64 07:27:35 05:34:01 7555892 31413996 813400 2.47 463492 22549436 2121416 6.25 4241380 19476944 8 07:27:35 05:35:01 7555860 31413980 813372 2.47 463512 22549444 2121416 6.25 4241388 19476952 4 07:27:35 05:36:01 7555560 31413680 813612 2.48 463520 22549444 2121416 6.25 4241512 19476952 20 07:27:35 05:37:01 7555504 31413664 813568 2.48 463540 22549448 2121416 6.25 4241488 19476956 12 07:27:35 05:38:01 7555612 31413776 813372 2.47 463564 22549452 2105340 6.21 4241424 19476960 28 07:27:35 05:39:01 7555848 31414056 813064 2.47 463576 22549452 2105340 6.21 4241468 19476960 44 07:27:35 05:40:01 7555256 31413472 813544 2.47 463600 22549456 2105340 6.21 4242028 19476964 252 07:27:35 05:41:01 7555200 31413440 813528 2.47 463612 22549456 2105340 6.21 4242036 19476964 228 07:27:35 05:42:01 7555124 31413368 813720 2.48 463624 22549460 2105340 6.21 4241916 19476968 224 07:27:35 05:43:01 7555620 31413900 813324 2.47 463640 22549464 2105340 6.21 4241884 19476972 272 07:27:35 05:44:01 7555612 31413896 813312 2.47 463656 22549468 2105340 6.21 4241528 19476976 8 07:27:35 05:45:01 7556148 31414464 812760 2.47 463676 22549464 2105340 6.21 4241552 19476984 68 07:27:35 05:46:01 7555336 31413680 813524 2.47 463680 22549480 2105340 6.21 4241864 19476988 8 07:27:35 05:47:01 7554972 31413352 813692 2.48 463680 22549480 2105340 6.21 4241636 19476988 44 07:27:35 05:48:01 7554720 31413104 813900 2.48 463696 22549484 2105340 6.21 4241576 19476992 28 07:27:35 05:49:01 7554184 31412572 814396 2.48 463700 22549484 2105340 6.21 4241576 19476992 16 07:27:35 05:50:01 7554160 31412552 814364 2.48 463712 22549488 2105340 6.21 4241576 19476996 28 07:27:35 05:51:01 7554144 31412540 814344 2.48 463728 22549492 2105340 6.21 4241576 19477000 28 07:27:35 05:52:01 7554348 31412804 814072 2.48 463740 22549492 2105340 6.21 4241692 19477004 24 07:27:35 05:53:01 7553844 31412304 814516 2.48 463752 22549500 2105340 6.21 4241632 19477008 72 07:27:35 05:54:01 7553972 31412440 814564 2.48 463764 22549504 2105340 6.21 4241632 19477016 8 07:27:35 05:55:01 7554460 31412952 814020 2.48 463796 22549500 2105340 6.21 4241660 19477012 44 07:27:35 05:56:01 7554428 31412924 813960 2.48 463804 22549508 2121388 6.25 4241920 19477016 36 07:27:35 05:57:01 7554280 31412836 814244 2.48 463824 22549508 2104392 6.20 4242160 19477016 192 07:27:35 05:58:01 7554256 31412820 814304 2.48 463848 22549512 2120440 6.25 4242044 19477020 212 07:27:35 05:59:01 7554188 31412760 814500 2.48 463872 22549516 2120440 6.25 4242128 19477024 192 07:27:35 06:00:01 7554084 31412728 814516 2.48 463896 22549516 2120440 6.25 4242276 19477024 44 07:27:35 06:01:01 7554432 31413052 814164 2.48 463912 22549524 2120440 6.25 4242148 19477032 12 07:27:35 06:02:01 7554416 31413088 814044 2.48 463936 22549576 2120440 6.25 4242040 19477084 12 07:27:35 06:03:01 7554092 31412828 814296 2.48 463956 22549584 2120440 6.25 4241948 19477096 12 07:27:35 06:04:01 7554100 31412840 814216 2.48 463980 22549588 2104228 6.20 4241948 19477100 28 07:27:35 06:05:02 7554060 31412804 814176 2.48 464004 22549588 2104228 6.20 4241948 19477100 8 07:27:35 06:06:01 7553940 31412688 814228 2.48 464012 22549588 2104228 6.20 4242240 19477104 28 07:27:35 06:07:01 7553544 31412368 814552 2.48 464024 22549596 2104228 6.20 4242560 19477104 28 07:27:35 06:08:01 7553252 31412088 814812 2.48 464044 22549596 2104228 6.20 4242072 19477104 8 07:27:35 06:09:01 7553472 31412312 814500 2.48 464060 22549600 2104228 6.20 4242072 19477108 32 07:27:35 06:10:01 7553480 31412320 814432 2.48 464076 22549600 2104228 6.20 4242072 19477108 8 07:27:35 06:11:01 7553432 31412276 814400 2.48 464092 22549604 2104228 6.20 4242252 19477112 4 07:27:35 06:12:01 7553412 31412324 814556 2.48 464104 22549612 2104228 6.20 4242188 19477124 48 07:27:35 06:13:01 7553048 31411960 814888 2.48 464108 22549612 2104228 6.20 4242420 19477124 48 07:27:35 06:14:01 7553844 31412760 814016 2.48 464112 22549616 2104228 6.20 4242128 19477128 28 07:27:35 06:15:01 7553112 31412028 814724 2.48 464128 22549616 2104228 6.20 4242128 19477128 44 07:27:35 06:16:01 7552804 31411812 814936 2.48 464140 22549676 2104228 6.20 4242164 19477180 4 07:27:35 06:17:01 7552964 31412004 814924 2.48 464144 22549688 2104228 6.20 4242236 19477196 20 07:27:35 06:18:01 7553444 31412492 814400 2.48 464152 22549692 2104228 6.20 4242180 19477196 12 07:27:35 06:19:01 7553144 31412200 814612 2.48 464176 22549696 2104228 6.20 4242472 19477204 8 07:27:35 06:20:01 7553244 31412424 814364 2.48 464188 22549764 2104228 6.20 4242212 19477272 8 07:27:35 06:21:01 7552220 31411404 815308 2.48 464208 22549760 2104228 6.20 4242212 19477276 12 07:27:35 06:22:01 7552212 31411400 815280 2.48 464216 22549772 2104228 6.20 4242564 19477280 28 07:27:35 06:23:01 7552456 31411704 814960 2.48 464240 22549772 2104228 6.20 4242272 19477284 4 07:27:35 06:24:01 7553120 31412372 814464 2.48 464252 22549776 2104228 6.20 4242536 19477288 212 07:27:35 06:25:01 7552260 31411520 815168 2.48 464272 22549776 2104228 6.20 4243156 19477292 176 07:27:35 06:26:01 7549968 31411904 814412 2.48 464320 22552144 2104228 6.20 4242856 19479536 232 07:27:35 06:27:01 7549552 31411492 814804 2.48 464340 22552148 2104228 6.20 4242504 19479540 68 07:27:35 06:28:01 7549292 31411412 814912 2.48 464360 22552268 2104228 6.20 4242568 19479672 236 07:27:35 06:29:01 7549644 31411772 814520 2.48 464368 22552284 2104228 6.20 4242880 19479680 188 07:27:35 06:30:01 7549628 31411764 814476 2.48 464388 22552288 2104228 6.20 4242760 19479684 176 07:27:35 06:31:01 7549756 31411952 814464 2.48 464412 22552288 2104228 6.20 4242896 19479688 32 07:27:35 06:32:01 7549696 31411896 814692 2.48 464424 22552296 2120280 6.25 4242952 19479692 216 07:27:35 06:33:01 7549444 31411652 814924 2.48 464432 22552300 2120280 6.25 4242952 19479700 184 07:27:35 06:34:01 7550492 31412700 813864 2.48 464452 22552292 2120280 6.25 4242560 19479700 40 07:27:35 06:35:01 7549968 31412228 814536 2.48 464476 22552304 2120280 6.25 4242612 19479696 60 07:27:35 06:36:01 7549676 31411964 814780 2.48 464492 22552304 2120280 6.25 4243332 19479696 236 07:27:35 06:37:01 7549164 31411600 815148 2.48 464504 22552436 2120280 6.25 4242724 19479828 64 07:27:35 06:38:01 7549116 31411556 815116 2.48 464520 22552440 2120280 6.25 4242640 19479832 28 07:27:35 06:39:01 7549288 31411728 814876 2.48 464524 22552444 2120280 6.25 4242656 19479832 20 07:27:35 06:40:01 7549736 31412216 814388 2.48 464544 22552448 2120152 6.25 4242948 19479840 28 07:27:35 06:41:01 7549160 31411640 814876 2.48 464564 22552448 2120152 6.25 4243056 19479840 192 07:27:35 06:42:01 7549356 31411848 814592 2.48 464580 22552452 2120152 6.25 4243064 19479844 208 07:27:35 06:43:01 7549560 31412116 814404 2.48 464608 22552456 2120152 6.25 4243212 19479852 240 07:27:35 06:44:01 7549528 31412084 814392 2.48 464612 22552456 2120152 6.25 4243156 19479852 192 07:27:35 06:45:01 7549560 31412120 814340 2.48 464628 22552460 2120152 6.25 4242744 19479856 60 07:27:35 06:46:01 7549472 31412096 814328 2.48 464644 22552464 2120152 6.25 4243224 19479864 252 07:27:35 06:47:01 7549048 31411680 814740 2.48 464652 22552464 2120152 6.25 4242872 19479856 52 07:27:35 06:48:01 7549484 31412088 814496 2.48 464672 22552472 2120152 6.25 4243348 19479864 192 07:27:35 06:49:01 7549712 31412320 814264 2.48 464684 22552472 2120152 6.25 4242812 19479868 36 07:27:35 06:50:01 7549884 31412532 814000 2.48 464700 22552480 2120152 6.25 4243396 19479872 212 07:27:35 06:51:01 7549336 31411988 814720 2.48 464724 22552476 2120152 6.25 4243144 19479876 68 07:27:35 06:52:01 7549588 31412300 814412 2.48 464744 22552484 2120152 6.25 4242964 19479880 16 07:27:35 06:53:01 7549824 31412540 814124 2.48 464764 22552488 2120152 6.25 4242904 19479884 64 07:27:35 06:54:01 7549556 31412276 814312 2.48 464780 22552488 2120152 6.25 4242904 19479884 8 07:27:35 06:55:01 7549760 31412488 814032 2.48 464788 22552492 2120152 6.25 4242964 19479888 60 07:27:35 06:56:01 7549388 31412120 814272 2.48 464796 22552496 2120152 6.25 4243220 19479892 40 07:27:35 06:57:01 7549380 31412180 814264 2.48 464808 22552500 2120152 6.25 4243032 19479892 52 07:27:35 06:58:01 7549540 31412344 814228 2.48 464828 22552504 2120152 6.25 4242972 19479896 8 07:27:35 06:59:01 7549524 31412332 814300 2.48 464844 22552508 2120152 6.25 4242972 19479900 8 07:27:35 07:00:01 7549792 31412636 813992 2.48 464868 22552508 2120152 6.25 4243068 19479900 12 07:27:35 07:01:01 7548244 31411328 815228 2.48 464892 22552512 2136312 6.30 4243824 19479904 60 07:27:35 07:02:01 7548772 31411856 814692 2.48 464900 22552512 2136312 6.30 4243208 19479904 8 07:27:35 07:03:01 7548140 31411228 815192 2.48 464920 22552516 2136312 6.30 4243608 19479908 240 07:27:35 07:04:01 7548408 31411552 814840 2.48 464940 22552520 2136312 6.30 4243536 19479916 208 07:27:35 07:05:01 7548068 31411216 815156 2.48 464960 22552520 2119868 6.25 4243120 19479916 8 07:27:35 07:06:01 7548864 31412060 814260 2.48 464984 22552528 2119868 6.25 4243464 19479916 60 07:27:35 07:07:01 7548348 31411572 814924 2.48 465004 22552532 2119868 6.25 4243248 19479924 8 07:27:35 07:08:02 7548292 31411520 814960 2.48 465032 22552536 2119868 6.25 4243596 19479928 220 07:27:35 07:09:01 7547984 31411276 815192 2.48 465048 22552540 2119868 6.25 4243660 19479936 240 07:27:35 07:10:01 7548520 31411812 814752 2.48 465060 22552540 2119868 6.25 4243244 19479936 8 07:27:35 07:11:01 7548372 31411800 814912 2.48 465072 22552672 2119868 6.25 4243568 19480068 216 07:27:35 07:12:01 7549160 31412592 814108 2.48 465092 22552668 2119868 6.25 4243304 19480072 36 07:27:35 07:13:01 7548404 31411836 814808 2.48 465100 22552676 2119868 6.25 4243248 19480072 52 07:27:35 07:14:01 7548064 31411564 815072 2.48 465108 22552680 2119868 6.25 4243288 19480080 24 07:27:35 07:15:01 7548000 31411500 814996 2.48 465128 22552684 2119868 6.25 4243668 19480080 244 07:27:35 07:16:01 7548260 31411768 814732 2.48 465128 22552688 2119868 6.25 4243372 19480088 28 07:27:35 07:17:01 7547360 31410872 815568 2.48 465140 22552692 2119868 6.25 4244212 19480084 16 07:27:35 07:18:01 7548084 31411596 814776 2.48 465164 22552692 2119868 6.25 4243768 19480084 212 07:27:35 07:19:01 7548400 31411916 814440 2.48 465180 22552696 2119868 6.25 4243648 19480088 8 07:27:35 07:20:01 7549048 31412628 813936 2.48 465200 22552700 2119868 6.25 4243792 19480092 188 07:27:35 07:21:01 7549000 31412588 813980 2.48 465200 22552704 2119868 6.25 4243828 19480092 232 07:27:35 07:22:01 7547992 31411600 815040 2.48 465212 22552708 2119868 6.25 4243868 19480100 72 07:27:35 07:23:01 7548228 31411836 814788 2.48 465224 22552708 2119868 6.25 4243768 19480100 216 07:27:35 07:24:01 7548260 31411872 814732 2.48 465228 22552712 2103640 6.20 4243732 19480104 224 07:27:35 07:25:01 7547772 31411388 815184 2.48 465240 22552720 2103640 6.20 4243804 19480108 68 07:27:35 07:26:01 7548528 31412144 814400 2.48 465248 22552720 2087516 6.15 4243428 19480108 8 07:27:35 07:27:01 7548568 31412200 814328 2.48 465268 22552724 2087516 6.15 4243496 19480116 72 07:27:35 Average: 7740837 31371647 854294 2.60 458294 22337819 2201526 6.49 4249024 19292797 13985 07:27:35 07:27:35 01:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:27:35 01:28:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 07:27:35 01:28:01 vetha7c4aff 0.05 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:27:35 01:28:01 ens3 1071.94 959.14 8031.14 134.84 0.00 0.00 0.00 0.00 07:27:35 01:28:01 docker0 847.08 888.30 61.27 4643.05 0.00 0.00 0.00 0.00 07:27:35 01:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:29:01 vetha7c4aff 1.30 1.37 0.11 0.12 0.00 0.00 0.00 0.00 07:27:35 01:29:01 ens3 35.16 23.83 26.85 14.46 0.00 0.00 0.00 0.00 07:27:35 01:29:01 docker0 1.30 1.30 0.10 0.12 0.00 0.00 0.00 0.00 07:27:35 01:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:30:01 vetha7c4aff 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:30:01 ens3 22.95 15.68 18.79 11.90 0.00 0.00 0.00 0.00 07:27:35 01:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:31:01 lo 1.83 1.83 0.17 0.17 0.00 0.00 0.00 0.00 07:27:35 01:31:01 veth0b9485f 2.74 7.91 0.20 114.64 0.00 0.00 0.00 0.01 07:27:35 01:31:01 veth92b6f84 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:31:01 ens3 182.65 101.17 3738.58 23.09 0.00 0.00 0.00 0.00 07:27:35 01:31:01 veth0b8099c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:31:01 veth31ed89f 1.46 3.66 0.11 39.36 0.00 0.00 0.00 0.00 07:27:35 01:31:01 vethbdb73fd 4.02 7.25 0.29 77.58 0.00 0.00 0.00 0.01 07:27:35 01:31:01 vethd6d8b1f 1.68 3.83 0.12 38.83 0.00 0.00 0.00 0.00 07:27:35 01:31:01 docker0 23.20 43.44 1.40 550.40 0.00 0.00 0.00 0.00 07:27:35 01:31:01 veth72111fd 2.61 5.74 0.19 45.42 0.00 0.00 0.00 0.00 07:27:35 01:31:01 vetha9bcea0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:31:01 veth9a13a91 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:31:01 vethd6d2a18 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:31:01 veth3a8b66f 1.58 3.39 0.11 38.79 0.00 0.00 0.00 0.00 07:27:35 01:31:01 veth0aac5c3 1.34 3.63 0.10 38.77 0.00 0.00 0.00 0.00 07:27:35 01:31:01 veth2edd884 0.05 0.64 0.00 0.03 0.00 0.00 0.00 0.00 07:27:35 01:31:01 veth4926d19 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:31:01 vethe0050bd 1.88 3.83 0.14 39.43 0.00 0.00 0.00 0.00 07:27:35 01:31:01 vethfa374a7 1.83 3.93 0.13 38.84 0.00 0.00 0.00 0.00 07:27:35 01:31:01 vethb3461e3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:31:01 vethfa48611 0.05 0.75 0.00 0.04 0.00 0.00 0.00 0.00 07:27:35 01:31:01 veth3f3fc18 0.56 1.27 0.05 0.27 0.00 0.00 0.00 0.00 07:27:35 01:31:01 veth1c98240 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:31:01 vethccda7b6 3.41 6.74 0.26 78.83 0.00 0.00 0.00 0.01 07:27:35 01:32:01 lo 0.80 0.80 0.09 0.09 0.00 0.00 0.00 0.00 07:27:35 01:32:01 ens3 1248.22 811.83 11378.32 83.64 0.00 0.00 0.00 0.00 07:27:35 01:32:01 docker0 658.55 998.60 53.41 8370.86 0.00 0.00 0.00 0.00 07:27:35 01:32:01 veth3f3fc18 0.08 2.18 0.00 0.10 0.00 0.00 0.00 0.00 07:27:35 01:33:01 vethb4925f2 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 07:27:35 01:33:01 veth06a3a3b 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 07:27:35 01:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:33:01 veth383bafd 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 07:27:35 01:33:01 veth11d00a4 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 07:27:35 01:33:01 veth669b37e 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 07:27:35 01:33:01 ens3 14.10 10.16 11.18 6.49 0.00 0.00 0.00 0.00 07:27:35 01:33:01 vethe6d46da 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 07:27:35 01:33:01 vetha99aa92 0.10 0.77 0.00 0.04 0.00 0.00 0.00 0.00 07:27:35 01:33:01 veth386449e 0.10 0.77 0.00 0.04 0.00 0.00 0.00 0.00 07:27:35 01:33:01 veth7720a6e 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 07:27:35 01:33:01 docker0 0.80 0.22 0.02 0.01 0.00 0.00 0.00 0.00 07:27:35 01:33:01 vethf5f5876 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 07:27:35 01:33:01 vethd767f0d 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 07:27:35 01:33:01 veth05a4a5c 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 07:27:35 01:33:01 veth3f3fc18 0.10 0.77 0.01 0.03 0.00 0.00 0.00 0.00 07:27:35 01:34:01 veth06a3a3b 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:34:01 veth383bafd 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:34:01 veth11d00a4 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:34:01 ens3 1.55 0.72 1.14 0.60 0.00 0.00 0.00 0.00 07:27:35 01:34:01 vethe6d46da 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:34:01 vetha99aa92 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:34:01 veth386449e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:34:01 veth7720a6e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:34:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:34:01 vethf5f5876 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:34:01 vethd767f0d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:34:01 veth05a4a5c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:34:01 veth3f3fc18 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:35:01 veth06a3a3b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:35:01 veth383bafd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:35:01 veth11d00a4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:35:01 ens3 7.98 4.25 6.60 3.55 0.00 0.00 0.00 0.00 07:27:35 01:35:01 veth386449e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:35:01 veth7720a6e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:35:01 vethf5f5876 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:35:01 veth05a4a5c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:35:01 vethc5f11f3 0.82 0.05 0.04 0.00 0.00 0.00 0.00 0.00 07:27:35 01:35:01 vethe5613bd 0.68 0.05 0.03 0.00 0.00 0.00 0.00 0.00 07:27:35 01:35:01 veth3f3fc18 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:36:01 lo 39.93 39.93 3.91 3.91 0.00 0.00 0.00 0.00 07:27:35 01:36:01 ens3 385.27 395.05 209.46 1492.78 0.00 0.00 0.00 0.00 07:27:35 01:36:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:37:01 lo 26.52 26.52 2.59 2.59 0.00 0.00 0.00 0.00 07:27:35 01:37:01 ens3 375.42 388.12 149.78 2446.46 0.00 0.00 0.00 0.00 07:27:35 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:38:01 lo 2.80 2.80 0.27 0.27 0.00 0.00 0.00 0.00 07:27:35 01:38:01 ens3 30.63 24.96 25.18 66.61 0.00 0.00 0.00 0.00 07:27:35 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:39:01 ens3 0.50 0.27 0.27 0.20 0.00 0.00 0.00 0.00 07:27:35 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:40:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:42:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:43:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:44:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:45:01 ens3 0.28 0.22 0.27 0.01 0.00 0.00 0.00 0.00 07:27:35 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:46:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:47:01 ens3 0.22 0.23 0.08 0.08 0.00 0.00 0.00 0.00 07:27:35 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:48:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:49:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:50:01 ens3 0.35 0.00 0.04 0.00 0.00 0.00 0.00 0.00 07:27:35 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:51:01 ens3 0.58 0.58 0.32 0.23 0.00 0.00 0.00 0.00 07:27:35 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:52:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:53:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:54:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:55:01 ens3 0.27 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:56:01 ens3 0.45 0.00 0.05 0.00 0.00 0.00 0.00 0.00 07:27:35 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:57:01 ens3 0.97 0.57 0.50 0.35 0.00 0.00 0.00 0.00 07:27:35 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:58:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 01:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 01:59:01 ens3 1.02 0.68 0.88 0.38 0.00 0.00 0.00 0.00 07:27:35 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:00:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:00:01 ens3 5.78 4.88 3.74 4.85 0.00 0.00 0.00 0.00 07:27:35 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:01:01 ens3 1.65 1.12 0.97 1.15 0.00 0.00 0.00 0.00 07:27:35 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:02:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:03:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:04:01 ens3 0.82 0.28 0.36 0.21 0.00 0.00 0.00 0.00 07:27:35 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:05:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:06:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:07:01 ens3 0.27 0.22 0.08 0.08 0.00 0.00 0.00 0.00 07:27:35 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:08:01 ens3 0.13 0.02 0.06 0.00 0.00 0.00 0.00 0.00 07:27:35 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:12:01 ens3 0.22 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:13:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 07:27:35 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:14:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:15:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:17:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:19:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 07:27:35 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:22:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:23:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:25:01 ens3 0.17 0.10 0.06 0.01 0.00 0.00 0.00 0.00 07:27:35 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:27:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:29:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 07:27:35 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:32:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:33:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 07:27:35 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:34:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:35:01 ens3 0.15 0.17 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:36:01 ens3 0.52 0.33 0.26 0.21 0.00 0.00 0.00 0.00 07:27:35 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:37:01 ens3 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:38:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:39:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:40:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:41:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:41:02 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:42:01 ens3 0.31 0.14 0.14 0.07 0.00 0.00 0.00 0.00 07:27:35 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:43:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:44:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:45:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 07:27:35 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:46:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:47:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:49:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 07:27:35 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:52:01 ens3 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:53:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:56:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:57:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 02:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 02:59:01 ens3 0.45 0.28 0.22 0.25 0.00 0.00 0.00 0.00 07:27:35 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:00:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:00:01 ens3 2.58 2.32 1.49 3.95 0.00 0.00 0.00 0.00 07:27:35 03:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:01:01 ens3 1.35 0.77 0.78 1.07 0.00 0.00 0.00 0.00 07:27:35 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:02:01 ens3 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 07:27:35 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:03:01 ens3 0.48 0.10 0.05 0.01 0.00 0.00 0.00 0.00 07:27:35 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:04:01 ens3 1.02 0.58 0.39 0.23 0.00 0.00 0.00 0.00 07:27:35 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:05:01 ens3 0.50 0.52 0.27 0.22 0.00 0.00 0.00 0.00 07:27:35 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:07:01 ens3 0.33 0.20 0.14 0.07 0.00 0.00 0.00 0.00 07:27:35 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:08:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:09:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:12:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:13:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:17:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:19:01 ens3 0.25 0.13 0.12 0.01 0.00 0.00 0.00 0.00 07:27:35 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:21:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:22:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:24:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 07:27:35 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:25:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:26:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:27:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:29:01 ens3 0.17 0.12 0.06 0.01 0.00 0.00 0.00 0.00 07:27:35 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:32:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:33:01 ens3 0.22 0.13 0.07 0.01 0.00 0.00 0.00 0.00 07:27:35 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:34:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:35:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:36:01 ens3 0.47 0.28 0.26 0.21 0.00 0.00 0.00 0.00 07:27:35 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:37:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:39:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:40:01 ens3 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 07:27:35 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:41:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:41:02 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:42:01 ens3 0.19 0.14 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:43:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:44:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:45:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:47:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:49:01 ens3 0.25 0.13 0.12 0.01 0.00 0.00 0.00 0.00 07:27:35 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:50:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:52:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:53:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:57:01 ens3 0.47 0.22 0.21 0.07 0.00 0.00 0.00 0.00 07:27:35 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:58:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 03:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 03:59:01 ens3 0.30 0.32 0.11 0.26 0.00 0.00 0.00 0.00 07:27:35 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:00:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:00:01 ens3 2.60 2.42 1.45 3.95 0.00 0.00 0.00 0.00 07:27:35 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:01:01 ens3 1.35 0.75 0.78 1.06 0.00 0.00 0.00 0.00 07:27:35 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:02:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:03:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:04:01 ens3 0.42 0.00 0.05 0.00 0.00 0.00 0.00 0.00 07:27:35 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:05:01 ens3 0.42 0.32 0.26 0.21 0.00 0.00 0.00 0.00 07:27:35 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:07:01 ens3 0.42 0.23 0.20 0.07 0.00 0.00 0.00 0.00 07:27:35 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:08:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:12:01 ens3 0.63 0.13 0.18 0.07 0.00 0.00 0.00 0.00 07:27:35 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:13:01 ens3 0.45 0.43 0.26 0.22 0.00 0.00 0.00 0.00 07:27:35 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:14:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:16:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:17:01 ens3 0.77 0.95 0.12 11.21 0.00 0.00 0.00 0.00 07:27:35 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:18:01 ens3 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 07:27:35 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:20:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:21:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:22:01 ens3 0.53 0.72 0.10 6.58 0.00 0.00 0.00 0.00 07:27:35 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:23:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:26:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 07:27:35 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:27:01 ens3 4.45 7.77 0.35 7.43 0.00 0.00 0.00 0.00 07:27:35 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:29:01 ens3 6.73 11.10 0.85 14.40 0.00 0.00 0.00 0.00 07:27:35 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:32:01 ens3 0.65 1.75 0.11 6.66 0.00 0.00 0.00 0.00 07:27:35 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:33:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 07:27:35 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:34:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:35:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:36:01 ens3 4.12 7.57 0.50 13.97 0.00 0.00 0.00 0.00 07:27:35 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:37:01 ens3 2.62 6.08 0.24 7.31 0.00 0.00 0.00 0.00 07:27:35 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:39:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:40:01 ens3 0.13 0.07 0.06 0.00 0.00 0.00 0.00 0.00 07:27:35 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:41:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:42:01 ens3 4.08 7.95 0.33 7.43 0.00 0.00 0.00 0.00 07:27:35 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:43:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:44:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:47:01 ens3 3.27 5.87 0.28 5.67 0.00 0.00 0.00 0.00 07:27:35 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:49:01 ens3 0.25 0.13 0.12 0.01 0.00 0.00 0.00 0.00 07:27:35 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:51:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:51:02 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:52:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:53:01 ens3 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 07:27:35 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:54:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:57:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 07:27:35 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:58:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 07:27:35 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 04:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 04:59:01 ens3 0.27 0.30 0.10 0.26 0.00 0.00 0.00 0.00 07:27:35 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:00:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:00:01 ens3 2.50 2.15 1.44 3.89 0.00 0.00 0.00 0.00 07:27:35 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:01:01 ens3 1.35 0.72 0.78 1.06 0.00 0.00 0.00 0.00 07:27:35 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:02:01 ens3 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 07:27:35 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:04:01 ens3 0.42 0.00 0.05 0.00 0.00 0.00 0.00 0.00 07:27:35 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:05:01 ens3 0.42 0.33 0.26 0.21 0.00 0.00 0.00 0.00 07:27:35 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:07:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:08:01 ens3 0.18 0.12 0.12 0.01 0.00 0.00 0.00 0.00 07:27:35 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:09:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:10:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:12:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:13:01 ens3 0.17 0.12 0.06 0.01 0.00 0.00 0.00 0.00 07:27:35 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:17:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:20:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 07:27:35 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:22:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:24:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 07:27:35 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:27:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:28:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 07:27:35 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:32:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:33:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:34:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:35:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:36:01 ens3 0.45 0.28 0.26 0.21 0.00 0.00 0.00 0.00 07:27:35 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:37:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:38:01 ens3 0.17 0.07 0.12 0.00 0.00 0.00 0.00 0.00 07:27:35 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:39:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:42:01 ens3 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 07:27:35 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:43:01 ens3 0.20 0.10 0.07 0.01 0.00 0.00 0.00 0.00 07:27:35 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:44:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:47:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:48:01 ens3 0.13 0.03 0.06 0.00 0.00 0.00 0.00 0.00 07:27:35 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:49:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:52:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:53:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:54:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 07:27:35 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:55:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:57:01 ens3 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 05:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:00:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:00:01 ens3 1.35 1.32 0.76 3.20 0.00 0.00 0.00 0.00 07:27:35 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:01:01 ens3 2.98 2.75 1.63 2.17 0.00 0.00 0.00 0.00 07:27:35 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:02:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:04:01 ens3 0.42 0.00 0.06 0.00 0.00 0.00 0.00 0.00 07:27:35 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:05:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:05:02 ens3 0.68 0.12 0.13 0.01 0.00 0.00 0.00 0.00 07:27:35 06:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:06:01 ens3 0.64 0.00 0.09 0.00 0.00 0.00 0.00 0.00 07:27:35 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:07:01 ens3 1.22 0.52 0.53 0.34 0.00 0.00 0.00 0.00 07:27:35 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:08:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:27:35 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:09:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:10:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:11:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:12:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:13:01 ens3 1.57 0.10 0.07 0.01 0.00 0.00 0.00 0.00 07:27:35 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:14:01 ens3 1.77 0.05 0.13 0.00 0.00 0.00 0.00 0.00 07:27:35 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:15:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:17:01 ens3 0.33 0.20 0.14 0.07 0.00 0.00 0.00 0.00 07:27:35 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:18:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:22:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:27:01 ens3 0.38 0.22 0.20 0.07 0.00 0.00 0.00 0.00 07:27:35 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:32:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:34:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:36:01 ens3 0.57 0.35 0.32 0.21 0.00 0.00 0.00 0.00 07:27:35 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:37:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:38:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:39:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:41:01 ens3 0.25 0.15 0.07 0.01 0.00 0.00 0.00 0.00 07:27:35 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:42:01 ens3 0.27 0.12 0.14 0.07 0.00 0.00 0.00 0.00 07:27:35 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:44:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:47:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:49:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 07:27:35 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:52:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:53:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:54:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:55:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 07:27:35 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:57:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 06:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:00:01 ens3 0.23 0.17 0.10 0.24 0.00 0.00 0.00 0.00 07:27:35 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:01:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 07:27:35 07:01:01 ens3 2.70 2.48 1.51 3.95 0.00 0.00 0.00 0.00 07:27:35 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:02:01 ens3 1.65 1.37 0.86 1.22 0.00 0.00 0.00 0.00 07:27:35 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:04:01 ens3 0.45 0.05 0.10 0.00 0.00 0.00 0.00 0.00 07:27:35 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:05:01 ens3 0.77 0.10 0.09 0.01 0.00 0.00 0.00 0.00 07:27:35 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:06:01 ens3 0.37 0.22 0.26 0.20 0.00 0.00 0.00 0.00 07:27:35 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:07:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:08:02 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:09:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:10:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 07:27:35 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:12:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:13:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:16:01 ens3 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 07:27:35 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:17:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 07:27:35 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:19:01 ens3 0.18 0.17 0.07 0.01 0.00 0.00 0.00 0.00 07:27:35 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:22:01 ens3 0.15 0.15 0.08 0.07 0.00 0.00 0.00 0.00 07:27:35 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:24:01 ens3 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 07:27:35 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:26:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 07:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:27:35 07:27:01 ens3 0.27 0.22 0.09 0.07 0.00 0.00 0.00 0.00 07:27:35 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:27:35 Average: lo 0.30 0.30 0.03 0.03 0.00 0.00 0.00 0.00 07:27:35 Average: ens3 9.67 7.89 65.49 12.24 0.00 0.00 0.00 0.00 07:27:35 Average: docker0 4.25 5.37 0.32 37.67 0.00 0.00 0.00 0.00 07:27:35 07:27:35 07:27:35 ---> sar -P ALL: 07:27:35 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-5939) 07/30/25 _x86_64_ (8 CPU) 07:27:35 07:27:35 01:26:10 LINUX RESTART (8 CPU) 07:27:35 07:27:35 01:27:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 01:28:01 all 10.39 0.00 4.04 1.81 0.08 83.69 07:27:35 01:28:01 0 9.24 0.00 4.00 2.32 0.07 84.37 07:27:35 01:28:01 1 10.21 0.00 2.92 0.25 0.07 86.54 07:27:35 01:28:01 2 11.85 0.00 4.23 5.69 0.10 78.14 07:27:35 01:28:01 3 12.85 0.00 4.10 1.66 0.08 81.31 07:27:35 01:28:01 4 11.19 0.00 4.39 0.61 0.07 83.74 07:27:35 01:28:01 5 8.80 0.00 4.63 0.36 0.08 86.14 07:27:35 01:28:01 6 9.40 0.00 4.66 0.27 0.07 85.61 07:27:35 01:28:01 7 9.55 0.00 3.36 3.35 0.08 83.65 07:27:35 01:29:01 all 42.97 0.00 6.75 0.54 0.10 49.64 07:27:35 01:29:01 0 43.81 0.00 6.85 0.02 0.10 49.23 07:27:35 01:29:01 1 44.57 0.00 6.81 0.00 0.10 48.52 07:27:35 01:29:01 2 43.38 0.00 6.57 0.20 0.10 49.76 07:27:35 01:29:01 3 42.90 0.00 6.60 3.80 0.10 46.60 07:27:35 01:29:01 4 43.31 0.00 7.05 0.00 0.10 49.54 07:27:35 01:29:01 5 43.16 0.00 6.88 0.32 0.10 49.54 07:27:35 01:29:01 6 37.63 0.00 7.16 0.00 0.10 55.11 07:27:35 01:29:01 7 45.01 0.00 6.10 0.00 0.08 48.81 07:27:35 01:30:01 all 66.79 0.00 8.55 0.15 0.10 24.40 07:27:35 01:30:01 0 66.62 0.00 8.61 0.00 0.08 24.69 07:27:35 01:30:01 1 67.53 0.00 9.07 0.00 0.12 23.29 07:27:35 01:30:01 2 66.74 0.00 8.27 0.05 0.10 24.84 07:27:35 01:30:01 3 65.68 0.00 10.37 0.65 0.10 23.20 07:27:35 01:30:01 4 66.68 0.00 7.78 0.00 0.10 25.44 07:27:35 01:30:01 5 66.81 0.00 8.06 0.00 0.10 25.03 07:27:35 01:30:01 6 66.40 0.00 8.29 0.47 0.08 24.75 07:27:35 01:30:01 7 67.89 0.00 7.99 0.03 0.10 23.99 07:27:35 01:31:01 all 31.87 0.00 8.60 3.23 0.11 56.18 07:27:35 01:31:01 0 32.42 0.00 7.96 1.55 0.08 58.00 07:27:35 01:31:01 1 31.13 0.00 8.23 2.95 0.09 57.60 07:27:35 01:31:01 2 32.38 0.00 9.22 2.37 0.19 55.84 07:27:35 01:31:01 3 31.64 0.00 9.47 9.51 0.16 49.22 07:27:35 01:31:01 4 31.44 0.00 8.56 2.43 0.07 57.50 07:27:35 01:31:01 5 32.05 0.00 8.24 3.33 0.09 56.30 07:27:35 01:31:01 6 30.16 0.00 8.71 2.23 0.10 58.80 07:27:35 01:31:01 7 33.77 0.00 8.45 1.53 0.09 56.16 07:27:35 01:32:01 all 15.23 0.00 7.95 12.60 0.10 64.12 07:27:35 01:32:01 0 15.48 0.00 7.77 16.90 0.08 59.76 07:27:35 01:32:01 1 15.18 0.00 6.97 5.60 0.08 72.16 07:27:35 01:32:01 2 14.53 0.00 7.54 12.29 0.13 65.50 07:27:35 01:32:01 3 14.43 0.00 8.07 14.74 0.08 62.68 07:27:35 01:32:01 4 15.79 0.00 10.37 32.84 0.12 40.88 07:27:35 01:32:01 5 15.56 0.00 8.29 10.04 0.08 66.03 07:27:35 01:32:01 6 16.18 0.00 6.51 3.53 0.08 73.69 07:27:35 01:32:01 7 14.70 0.00 8.12 5.04 0.08 72.06 07:27:35 01:33:01 all 67.74 0.00 11.06 3.25 0.10 17.84 07:27:35 01:33:01 0 66.49 0.00 12.39 0.67 0.10 20.35 07:27:35 01:33:01 1 67.51 0.00 11.19 1.12 0.10 20.07 07:27:35 01:33:01 2 68.33 0.00 11.50 10.49 0.10 9.59 07:27:35 01:33:01 3 68.21 0.00 10.50 1.00 0.10 20.19 07:27:35 01:33:01 4 68.59 0.00 10.60 10.47 0.10 10.23 07:27:35 01:33:01 5 67.67 0.00 10.07 0.99 0.10 21.17 07:27:35 01:33:01 6 67.47 0.00 10.59 0.59 0.10 21.25 07:27:35 01:33:01 7 67.69 0.00 11.63 0.72 0.10 19.86 07:27:35 01:34:01 all 90.50 0.00 9.37 0.00 0.13 0.00 07:27:35 01:34:01 0 90.40 0.00 9.48 0.00 0.12 0.00 07:27:35 01:34:01 1 90.52 0.00 9.37 0.00 0.12 0.00 07:27:35 01:34:01 2 90.19 0.00 9.68 0.00 0.13 0.00 07:27:35 01:34:01 3 91.25 0.00 8.61 0.00 0.13 0.00 07:27:35 01:34:01 4 90.67 0.00 9.22 0.00 0.12 0.00 07:27:35 01:34:01 5 89.37 0.00 10.50 0.00 0.13 0.00 07:27:35 01:34:01 6 89.94 0.00 9.91 0.00 0.15 0.00 07:27:35 01:34:01 7 91.65 0.00 8.23 0.00 0.12 0.00 07:27:35 01:35:01 all 89.35 0.00 10.30 0.09 0.11 0.15 07:27:35 01:35:01 0 89.63 0.00 10.00 0.07 0.12 0.18 07:27:35 01:35:01 1 89.13 0.00 10.48 0.15 0.10 0.13 07:27:35 01:35:01 2 88.40 0.00 11.15 0.30 0.13 0.02 07:27:35 01:35:01 3 90.32 0.00 9.32 0.00 0.12 0.25 07:27:35 01:35:01 4 89.72 0.00 9.97 0.07 0.10 0.15 07:27:35 01:35:01 5 89.43 0.00 10.25 0.05 0.13 0.13 07:27:35 01:35:01 6 88.49 0.00 11.13 0.02 0.12 0.25 07:27:35 01:35:01 7 89.70 0.00 10.11 0.05 0.08 0.05 07:27:35 01:36:01 all 9.97 0.00 2.52 1.62 0.07 85.82 07:27:35 01:36:01 0 11.42 0.00 2.68 1.31 0.08 84.51 07:27:35 01:36:01 1 7.08 0.00 2.56 2.34 0.07 87.95 07:27:35 01:36:01 2 11.20 0.00 2.21 1.42 0.07 85.09 07:27:35 01:36:01 3 9.24 0.00 2.78 1.41 0.07 86.51 07:27:35 01:36:01 4 12.17 0.00 2.43 0.94 0.08 84.37 07:27:35 01:36:01 5 11.57 0.00 2.58 1.77 0.07 84.01 07:27:35 01:36:01 6 9.87 0.00 2.37 1.91 0.05 85.80 07:27:35 01:36:01 7 7.19 0.00 2.58 1.86 0.05 88.31 07:27:35 01:37:01 all 10.69 0.00 0.88 0.07 0.06 88.30 07:27:35 01:37:01 0 8.24 0.00 0.89 0.02 0.07 90.78 07:27:35 01:37:01 1 14.68 0.00 0.99 0.10 0.08 84.15 07:27:35 01:37:01 2 10.07 0.00 0.82 0.22 0.07 88.83 07:27:35 01:37:01 3 15.40 0.00 1.16 0.05 0.07 83.32 07:27:35 01:37:01 4 7.05 0.00 0.87 0.02 0.05 92.01 07:27:35 01:37:01 5 12.11 0.00 0.74 0.12 0.07 86.97 07:27:35 01:37:01 6 11.83 0.00 0.80 0.02 0.07 87.28 07:27:35 01:37:01 7 6.11 0.00 0.74 0.02 0.05 93.09 07:27:35 01:38:01 all 0.35 0.00 0.10 0.01 0.02 99.52 07:27:35 01:38:01 0 0.45 0.00 0.12 0.00 0.02 99.41 07:27:35 01:38:01 1 0.52 0.00 0.12 0.00 0.02 99.35 07:27:35 01:38:01 2 0.10 0.00 0.07 0.05 0.00 99.78 07:27:35 01:38:01 3 0.68 0.00 0.13 0.00 0.02 99.17 07:27:35 01:38:01 4 0.67 0.00 0.12 0.02 0.03 99.17 07:27:35 01:38:01 5 0.20 0.00 0.12 0.02 0.02 99.65 07:27:35 01:38:01 6 0.15 0.00 0.08 0.02 0.02 99.73 07:27:35 01:38:01 7 0.03 0.00 0.07 0.00 0.02 99.88 07:27:35 07:27:35 01:38:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 01:39:01 all 0.04 0.00 0.01 0.00 0.01 99.92 07:27:35 01:39:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 01:39:01 1 0.10 0.00 0.03 0.00 0.03 99.83 07:27:35 01:39:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 01:39:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 01:39:01 4 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 01:39:01 5 0.07 0.00 0.03 0.02 0.02 99.87 07:27:35 01:39:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 01:39:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 01:40:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 01:40:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 01:40:01 1 0.05 0.00 0.05 0.00 0.02 99.88 07:27:35 01:40:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 01:40:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 01:40:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 01:40:01 5 0.02 0.00 0.02 0.02 0.03 99.92 07:27:35 01:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 01:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 01:41:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:27:35 01:41:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 01:41:01 1 0.08 0.00 0.05 0.00 0.02 99.85 07:27:35 01:41:01 2 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 01:41:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 01:41:01 4 0.03 0.00 0.02 0.02 0.00 99.93 07:27:35 01:41:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 01:41:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 01:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 01:42:01 all 0.27 0.00 0.04 0.00 0.01 99.67 07:27:35 01:42:01 0 0.00 0.00 0.07 0.00 0.02 99.92 07:27:35 01:42:01 1 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 01:42:01 2 0.03 0.00 0.00 0.02 0.00 99.95 07:27:35 01:42:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 01:42:01 4 2.00 0.00 0.03 0.02 0.02 97.93 07:27:35 01:42:01 5 0.02 0.00 0.08 0.00 0.02 99.88 07:27:35 01:42:01 6 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 01:42:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 01:43:01 all 0.28 0.00 0.01 0.01 0.01 99.69 07:27:35 01:43:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 01:43:01 1 0.07 0.00 0.03 0.02 0.03 99.85 07:27:35 01:43:01 2 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 01:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 01:43:01 4 2.02 0.00 0.00 0.00 0.02 97.96 07:27:35 01:43:01 5 0.10 0.00 0.03 0.02 0.02 99.83 07:27:35 01:43:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 01:43:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 01:44:01 all 0.05 0.00 0.01 0.00 0.01 99.92 07:27:35 01:44:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 01:44:01 1 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 01:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 01:44:01 3 0.13 0.00 0.02 0.00 0.02 99.83 07:27:35 01:44:01 4 0.20 0.00 0.03 0.00 0.00 99.77 07:27:35 01:44:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 01:44:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 01:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 01:45:01 all 0.03 0.00 0.02 0.01 0.01 99.94 07:27:35 01:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 01:45:01 1 0.10 0.00 0.03 0.00 0.02 99.85 07:27:35 01:45:01 2 0.00 0.00 0.02 0.03 0.00 99.95 07:27:35 01:45:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 01:45:01 4 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 01:45:01 5 0.02 0.00 0.02 0.02 0.02 99.93 07:27:35 01:45:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 01:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 01:46:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:27:35 01:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 01:46:01 1 0.08 0.00 0.05 0.02 0.02 99.83 07:27:35 01:46:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 01:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 01:46:01 4 0.02 0.00 0.02 0.00 0.03 99.93 07:27:35 01:46:01 5 0.12 0.00 0.00 0.00 0.00 99.88 07:27:35 01:46:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 01:46:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 01:47:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:27:35 01:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 01:47:01 1 0.12 0.00 0.03 0.02 0.03 99.80 07:27:35 01:47:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 01:47:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 01:47:01 4 0.08 0.00 0.02 0.00 0.03 99.87 07:27:35 01:47:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 01:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 01:47:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 01:48:01 all 0.03 0.00 0.02 0.00 0.01 99.95 07:27:35 01:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 01:48:01 1 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 01:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 01:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 01:48:01 4 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 01:48:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 01:48:01 6 0.08 0.00 0.05 0.00 0.03 99.83 07:27:35 01:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 01:49:01 all 0.22 0.00 0.01 0.00 0.01 99.76 07:27:35 01:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 01:49:01 1 0.08 0.00 0.02 0.02 0.02 99.87 07:27:35 01:49:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 01:49:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 01:49:01 4 0.10 0.00 0.00 0.00 0.02 99.88 07:27:35 01:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 01:49:01 6 1.55 0.00 0.02 0.00 0.02 98.42 07:27:35 01:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:27:35 01:49:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 01:50:01 all 0.28 0.00 0.02 0.00 0.01 99.68 07:27:35 01:50:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 01:50:01 1 0.07 0.00 0.05 0.02 0.02 99.85 07:27:35 01:50:01 2 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 01:50:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 01:50:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 01:50:01 5 0.07 0.00 0.02 0.00 0.00 99.92 07:27:35 01:50:01 6 2.00 0.00 0.07 0.00 0.03 97.90 07:27:35 01:50:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 01:51:01 all 0.06 0.00 0.01 0.00 0.01 99.91 07:27:35 01:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 01:51:01 1 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 01:51:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 01:51:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 01:51:01 4 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 01:51:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 01:51:01 6 0.28 0.00 0.05 0.00 0.03 99.63 07:27:35 01:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 01:52:01 all 0.20 0.00 0.01 0.00 0.01 99.77 07:27:35 01:52:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 01:52:01 1 0.05 0.00 0.03 0.02 0.02 99.88 07:27:35 01:52:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 01:52:01 3 0.07 0.00 0.00 0.00 0.00 99.93 07:27:35 01:52:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 01:52:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 01:52:01 6 1.44 0.00 0.02 0.00 0.03 98.51 07:27:35 01:52:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 01:53:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:27:35 01:53:01 0 0.07 0.00 0.02 0.00 0.00 99.92 07:27:35 01:53:01 1 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 01:53:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 01:53:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 01:53:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:27:35 01:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 01:53:01 6 0.07 0.00 0.00 0.00 0.03 99.90 07:27:35 01:53:01 7 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 01:54:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 01:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 01:54:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 01:54:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 01:54:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 01:54:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 01:54:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 01:54:01 6 0.02 0.00 0.05 0.00 0.02 99.92 07:27:35 01:54:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 01:55:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:27:35 01:55:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 01:55:01 1 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 01:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 01:55:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:27:35 01:55:01 4 0.02 0.00 0.02 0.03 0.00 99.93 07:27:35 01:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 01:55:01 6 0.03 0.00 0.02 0.00 0.03 99.92 07:27:35 01:55:01 7 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 01:56:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:27:35 01:56:01 0 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 01:56:01 1 0.02 0.00 0.02 0.02 0.02 99.93 07:27:35 01:56:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 01:56:01 3 0.07 0.00 0.00 0.00 0.02 99.92 07:27:35 01:56:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 01:56:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 01:56:01 6 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 01:56:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 01:57:01 all 0.03 0.00 0.03 0.00 0.01 99.92 07:27:35 01:57:01 0 0.03 0.00 0.05 0.00 0.00 99.92 07:27:35 01:57:01 1 0.05 0.00 0.03 0.02 0.00 99.90 07:27:35 01:57:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 01:57:01 3 0.08 0.00 0.03 0.00 0.02 99.87 07:27:35 01:57:01 4 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 01:57:01 5 0.00 0.00 0.03 0.00 0.00 99.97 07:27:35 01:57:01 6 0.02 0.00 0.03 0.00 0.03 99.92 07:27:35 01:57:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 01:58:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:27:35 01:58:01 0 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 01:58:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 01:58:01 2 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 01:58:01 3 0.08 0.00 0.03 0.00 0.02 99.87 07:27:35 01:58:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 01:58:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 01:58:01 6 0.02 0.00 0.00 0.00 0.03 99.95 07:27:35 01:58:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 01:59:01 all 0.08 0.00 0.01 0.01 0.01 99.89 07:27:35 01:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 01:59:01 1 0.18 0.00 0.02 0.03 0.02 99.75 07:27:35 01:59:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 01:59:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 01:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 01:59:01 5 0.13 0.00 0.00 0.00 0.00 99.87 07:27:35 01:59:01 6 0.17 0.00 0.00 0.00 0.02 99.82 07:27:35 01:59:01 7 0.10 0.00 0.03 0.00 0.00 99.87 07:27:35 02:00:01 all 0.19 0.00 0.03 0.01 0.01 99.75 07:27:35 02:00:01 0 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 02:00:01 1 0.58 0.00 0.02 0.02 0.02 99.37 07:27:35 02:00:01 2 0.05 0.00 0.00 0.02 0.00 99.93 07:27:35 02:00:01 3 0.08 0.00 0.02 0.00 0.02 99.88 07:27:35 02:00:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:27:35 02:00:01 5 0.18 0.00 0.05 0.00 0.00 99.77 07:27:35 02:00:01 6 0.49 0.00 0.05 0.02 0.03 99.41 07:27:35 02:00:01 7 0.10 0.00 0.07 0.00 0.02 99.82 07:27:35 07:27:35 02:00:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 02:01:01 all 0.05 0.00 0.01 0.00 0.01 99.93 07:27:35 02:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:01:01 1 0.27 0.00 0.03 0.00 0.03 99.67 07:27:35 02:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:01:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 02:01:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:01:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 02:01:01 6 0.07 0.00 0.00 0.00 0.00 99.93 07:27:35 02:01:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 02:02:01 all 0.03 0.00 0.01 0.01 0.01 99.95 07:27:35 02:02:01 0 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 02:02:01 1 0.05 0.00 0.02 0.00 0.03 99.90 07:27:35 02:02:01 2 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 02:02:01 3 0.08 0.00 0.02 0.00 0.02 99.88 07:27:35 02:02:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 02:02:01 5 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 02:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:02:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:03:01 all 0.14 0.00 0.01 0.00 0.01 99.84 07:27:35 02:03:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 02:03:01 1 0.07 0.00 0.05 0.00 0.03 99.85 07:27:35 02:03:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 02:03:01 4 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 02:03:01 5 0.00 0.00 0.03 0.00 0.00 99.97 07:27:35 02:03:01 6 0.93 0.00 0.00 0.00 0.02 99.06 07:27:35 02:03:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 02:04:01 all 0.29 0.00 0.01 0.00 0.01 99.69 07:27:35 02:04:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:27:35 02:04:01 1 0.08 0.00 0.00 0.00 0.02 99.90 07:27:35 02:04:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:04:01 3 0.08 0.00 0.02 0.00 0.02 99.88 07:27:35 02:04:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 02:04:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 02:04:01 6 2.02 0.00 0.02 0.00 0.00 97.97 07:27:35 02:04:01 7 0.05 0.00 0.05 0.00 0.00 99.90 07:27:35 02:05:01 all 0.17 0.00 0.01 0.00 0.01 99.81 07:27:35 02:05:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 02:05:01 1 0.07 0.00 0.02 0.00 0.03 99.88 07:27:35 02:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:05:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 02:05:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:05:01 5 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 02:05:01 6 1.19 0.00 0.02 0.00 0.02 98.78 07:27:35 02:05:01 7 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 02:06:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:27:35 02:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:06:01 1 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 02:06:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 02:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:06:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 02:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:06:01 6 0.07 0.00 0.00 0.00 0.00 99.93 07:27:35 02:06:01 7 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 02:07:01 all 0.07 0.00 0.03 0.01 0.01 99.88 07:27:35 02:07:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 02:07:01 1 0.07 0.00 0.03 0.00 0.03 99.87 07:27:35 02:07:01 2 0.02 0.00 0.00 0.08 0.00 99.90 07:27:35 02:07:01 3 0.05 0.00 0.05 0.00 0.02 99.88 07:27:35 02:07:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:27:35 02:07:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 02:07:01 6 0.28 0.00 0.02 0.00 0.00 99.70 07:27:35 02:07:01 7 0.08 0.00 0.03 0.00 0.02 99.87 07:27:35 02:08:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:27:35 02:08:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 02:08:01 1 0.02 0.00 0.05 0.00 0.02 99.92 07:27:35 02:08:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:08:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 02:08:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 02:08:01 5 0.05 0.00 0.03 0.00 0.00 99.92 07:27:35 02:08:01 6 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 02:08:01 7 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 02:09:01 all 0.07 0.00 0.01 4.08 0.18 95.66 07:27:35 02:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 02:09:01 1 0.07 0.00 0.02 1.74 0.50 97.68 07:27:35 02:09:01 2 0.00 0.00 0.00 18.74 0.00 81.26 07:27:35 02:09:01 3 0.08 0.00 0.02 0.00 0.32 99.58 07:27:35 02:09:01 4 0.02 0.00 0.00 12.20 0.23 87.55 07:27:35 02:09:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 02:09:01 6 0.33 0.00 0.00 0.00 0.37 99.30 07:27:35 02:09:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 02:10:01 all 0.03 0.00 0.01 4.03 0.01 95.92 07:27:35 02:10:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 02:10:01 1 0.05 0.00 0.03 8.47 0.02 91.43 07:27:35 02:10:01 2 0.00 0.00 0.02 23.19 0.00 76.79 07:27:35 02:10:01 3 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 02:10:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 02:10:01 5 0.00 0.00 0.00 0.52 0.00 99.48 07:27:35 02:10:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:10:01 7 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 02:11:01 all 0.02 0.00 0.02 0.00 0.01 99.94 07:27:35 02:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:11:01 1 0.05 0.00 0.07 0.02 0.02 99.85 07:27:35 02:11:01 2 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 02:11:01 3 0.03 0.00 0.05 0.00 0.02 99.90 07:27:35 02:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:11:01 6 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 02:11:01 7 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 07:27:35 02:11:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 02:12:01 all 0.04 0.00 0.01 0.00 0.01 99.93 07:27:35 02:12:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 02:12:01 1 0.08 0.00 0.03 0.00 0.03 99.85 07:27:35 02:12:01 2 0.02 0.00 0.00 0.03 0.00 99.95 07:27:35 02:12:01 3 0.08 0.00 0.02 0.00 0.02 99.88 07:27:35 02:12:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 02:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:12:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:12:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 02:13:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:27:35 02:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:13:01 1 0.07 0.00 0.05 0.02 0.03 99.83 07:27:35 02:13:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 02:13:01 3 0.08 0.00 0.05 0.00 0.02 99.85 07:27:35 02:13:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 02:13:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 02:13:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 02:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:14:01 all 0.03 0.00 0.01 0.08 0.01 99.87 07:27:35 02:14:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 02:14:01 1 0.08 0.00 0.02 0.00 0.02 99.88 07:27:35 02:14:01 2 0.00 0.00 0.00 0.65 0.00 99.35 07:27:35 02:14:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 02:14:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 02:14:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:14:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 02:15:01 all 0.02 0.00 0.01 0.09 0.01 99.87 07:27:35 02:15:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 02:15:01 1 0.03 0.00 0.05 0.00 0.03 99.88 07:27:35 02:15:01 2 0.00 0.00 0.02 0.35 0.00 99.63 07:27:35 02:15:01 3 0.05 0.00 0.02 0.35 0.02 99.57 07:27:35 02:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:15:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 02:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:15:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 02:16:01 all 0.03 0.00 0.02 0.02 0.01 99.92 07:27:35 02:16:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 02:16:01 1 0.12 0.00 0.02 0.02 0.02 99.83 07:27:35 02:16:01 2 0.00 0.00 0.00 0.12 0.00 99.88 07:27:35 02:16:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 02:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:16:01 6 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 02:16:01 7 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 02:17:01 all 0.03 0.00 0.01 0.01 0.01 99.94 07:27:35 02:17:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 02:17:01 1 0.07 0.00 0.02 0.02 0.02 99.88 07:27:35 02:17:01 2 0.02 0.00 0.00 0.05 0.00 99.93 07:27:35 02:17:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 02:17:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 02:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:18:01 all 0.18 0.00 0.01 0.00 0.01 99.80 07:27:35 02:18:01 0 0.15 0.00 0.00 0.00 0.02 99.83 07:27:35 02:18:01 1 0.07 0.00 0.05 0.00 0.02 99.87 07:27:35 02:18:01 2 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 02:18:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 02:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:18:01 6 1.14 0.00 0.00 0.00 0.02 98.84 07:27:35 02:18:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 02:19:01 all 0.08 0.00 0.02 0.02 0.01 99.87 07:27:35 02:19:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 02:19:01 1 0.05 0.00 0.02 0.02 0.03 99.88 07:27:35 02:19:01 2 0.02 0.00 0.00 0.05 0.00 99.93 07:27:35 02:19:01 3 0.03 0.00 0.03 0.10 0.02 99.82 07:27:35 02:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:19:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:19:01 6 0.50 0.00 0.03 0.00 0.00 99.47 07:27:35 02:19:01 7 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 02:20:01 all 0.04 0.00 0.01 0.00 0.00 99.95 07:27:35 02:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:20:01 1 0.12 0.00 0.02 0.00 0.02 99.85 07:27:35 02:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:20:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 02:20:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:20:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 02:20:01 7 0.07 0.00 0.02 0.00 0.00 99.92 07:27:35 02:21:01 all 0.03 0.00 0.02 0.00 0.01 99.93 07:27:35 02:21:01 0 0.05 0.00 0.05 0.00 0.02 99.88 07:27:35 02:21:01 1 0.03 0.00 0.02 0.02 0.00 99.93 07:27:35 02:21:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 02:21:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 02:21:01 4 0.07 0.00 0.02 0.00 0.00 99.92 07:27:35 02:21:01 5 0.00 0.00 0.03 0.00 0.00 99.97 07:27:35 02:21:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 02:21:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 02:22:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:27:35 02:22:01 0 0.07 0.00 0.03 0.00 0.02 99.88 07:27:35 02:22:01 1 0.05 0.00 0.02 0.02 0.00 99.92 07:27:35 02:22:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:22:01 3 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 02:22:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 02:22:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 02:22:01 6 0.07 0.00 0.02 0.00 0.00 99.92 07:27:35 02:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 07:27:35 02:22:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 02:23:01 all 0.02 0.00 0.01 0.02 0.01 99.95 07:27:35 02:23:01 0 0.00 0.00 0.03 0.00 0.02 99.95 07:27:35 02:23:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 02:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:23:01 3 0.07 0.00 0.03 0.02 0.02 99.87 07:27:35 02:23:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:23:01 5 0.02 0.00 0.00 0.12 0.00 99.87 07:27:35 02:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:23:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 02:24:01 all 0.11 0.00 0.01 0.00 0.01 99.86 07:27:35 02:24:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 02:24:01 1 0.07 0.00 0.02 0.00 0.00 99.92 07:27:35 02:24:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:24:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 02:24:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 02:24:01 5 0.00 0.00 0.03 0.00 0.00 99.97 07:27:35 02:24:01 6 0.73 0.00 0.00 0.00 0.02 99.25 07:27:35 02:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:25:01 all 0.26 0.00 0.02 0.00 0.00 99.72 07:27:35 02:25:01 0 0.02 0.00 0.05 0.00 0.02 99.92 07:27:35 02:25:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 02:25:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:25:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:27:35 02:25:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:25:01 5 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:25:01 6 1.91 0.00 0.02 0.00 0.00 98.08 07:27:35 02:25:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:26:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:27:35 02:26:01 0 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 02:26:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 02:26:01 2 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 02:26:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 02:26:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:26:01 5 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 02:26:01 6 0.08 0.00 0.00 0.00 0.00 99.92 07:27:35 02:26:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 02:27:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:27:35 02:27:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 02:27:01 1 0.10 0.00 0.00 0.00 0.00 99.90 07:27:35 02:27:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 02:27:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 02:27:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 02:27:01 5 0.05 0.00 0.00 0.02 0.00 99.93 07:27:35 02:27:01 6 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 02:27:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:28:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:27:35 02:28:01 0 0.05 0.00 0.05 0.00 0.02 99.88 07:27:35 02:28:01 1 0.07 0.00 0.00 0.00 0.02 99.92 07:27:35 02:28:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:28:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:27:35 02:28:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:28:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 02:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 02:29:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 02:29:01 0 0.03 0.00 0.02 0.00 0.03 99.92 07:27:35 02:29:01 1 0.03 0.00 0.02 0.02 0.00 99.93 07:27:35 02:29:01 2 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 02:29:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:27:35 02:29:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 02:29:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:29:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 02:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:30:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 02:30:01 0 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 02:30:01 1 0.07 0.00 0.00 0.02 0.02 99.90 07:27:35 02:30:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:30:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 02:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:30:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 02:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:30:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:31:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 02:31:01 0 0.05 0.00 0.05 0.00 0.02 99.88 07:27:35 02:31:01 1 0.05 0.00 0.02 0.02 0.00 99.92 07:27:35 02:31:01 2 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 02:31:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 02:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:31:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 02:32:01 all 0.23 0.00 0.01 0.00 0.01 99.75 07:27:35 02:32:01 0 0.08 0.00 0.03 0.00 0.03 99.85 07:27:35 02:32:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 02:32:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:32:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 02:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:32:01 6 1.63 0.00 0.00 0.00 0.02 98.35 07:27:35 02:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:33:01 all 0.28 0.00 0.01 0.00 0.01 99.69 07:27:35 02:33:01 0 0.12 0.00 0.03 0.00 0.03 99.82 07:27:35 02:33:01 1 0.03 0.00 0.00 0.02 0.02 99.93 07:27:35 02:33:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:33:01 3 0.07 0.00 0.02 0.00 0.00 99.92 07:27:35 02:33:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 02:33:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:33:01 6 1.97 0.00 0.00 0.00 0.00 98.03 07:27:35 02:33:01 7 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 07:27:35 02:33:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 02:34:01 all 0.17 0.00 0.02 0.00 0.00 99.80 07:27:35 02:34:01 0 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 02:34:01 1 0.05 0.00 0.02 0.02 0.00 99.92 07:27:35 02:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:34:01 3 0.02 0.00 0.05 0.00 0.02 99.92 07:27:35 02:34:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:34:01 6 1.18 0.00 0.03 0.00 0.00 98.79 07:27:35 02:34:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 02:35:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:27:35 02:35:01 0 0.05 0.00 0.05 0.00 0.03 99.87 07:27:35 02:35:01 1 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 02:35:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:35:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 02:35:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 02:35:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:35:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 02:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:36:01 all 0.07 0.00 0.02 0.02 0.00 99.89 07:27:35 02:36:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 02:36:01 1 0.08 0.00 0.02 0.02 0.02 99.87 07:27:35 02:36:01 2 0.00 0.00 0.00 0.17 0.00 99.83 07:27:35 02:36:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 02:36:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 02:36:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:36:01 6 0.33 0.00 0.02 0.00 0.00 99.65 07:27:35 02:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:37:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:27:35 02:37:01 0 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 02:37:01 1 0.05 0.00 0.00 0.02 0.00 99.93 07:27:35 02:37:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:37:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 02:37:01 4 0.05 0.00 0.05 0.00 0.02 99.88 07:27:35 02:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:27:35 02:38:01 0 0.07 0.00 0.02 0.00 0.03 99.88 07:27:35 02:38:01 1 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 02:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:38:01 3 0.00 0.00 0.03 0.00 0.00 99.97 07:27:35 02:38:01 4 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 02:38:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:38:01 6 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 02:38:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 02:39:01 all 0.07 0.00 0.03 0.00 0.01 99.90 07:27:35 02:39:01 0 0.05 0.00 0.08 0.00 0.00 99.87 07:27:35 02:39:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 02:39:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:39:01 3 0.07 0.00 0.05 0.00 0.02 99.87 07:27:35 02:39:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 02:39:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:39:01 6 0.35 0.00 0.02 0.00 0.02 99.62 07:27:35 02:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:40:01 all 0.03 0.00 0.01 0.00 0.00 99.95 07:27:35 02:40:01 0 0.08 0.00 0.02 0.00 0.02 99.88 07:27:35 02:40:01 1 0.05 0.00 0.02 0.02 0.02 99.90 07:27:35 02:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:40:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 02:40:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:40:01 5 0.00 0.00 0.03 0.00 0.00 99.97 07:27:35 02:40:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 02:40:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:41:02 all 0.03 0.00 0.01 0.00 0.00 99.95 07:27:35 02:41:02 0 0.10 0.00 0.03 0.00 0.02 99.85 07:27:35 02:41:02 1 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:41:02 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 02:41:02 3 0.08 0.00 0.00 0.00 0.02 99.90 07:27:35 02:41:02 4 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 02:41:02 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:41:02 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:41:02 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 02:42:01 0 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 02:42:01 1 0.07 0.00 0.00 0.02 0.00 99.92 07:27:35 02:42:01 2 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 02:42:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 02:42:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:42:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:43:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:27:35 02:43:01 0 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 02:43:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 02:43:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:43:01 3 0.07 0.00 0.05 0.00 0.00 99.88 07:27:35 02:43:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 02:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:43:01 6 0.05 0.00 0.03 0.02 0.02 99.88 07:27:35 02:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:44:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:27:35 02:44:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 02:44:01 1 0.10 0.00 0.02 0.02 0.00 99.87 07:27:35 02:44:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:44:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 02:44:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:44:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 02:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:44:01 7 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 07:27:35 02:44:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 02:45:01 all 0.20 0.00 0.02 0.01 0.01 99.76 07:27:35 02:45:01 0 0.05 0.00 0.07 0.00 0.02 99.87 07:27:35 02:45:01 1 0.02 0.00 0.02 0.02 0.02 99.93 07:27:35 02:45:01 2 0.00 0.00 0.02 0.08 0.00 99.90 07:27:35 02:45:01 3 0.08 0.00 0.03 0.00 0.02 99.87 07:27:35 02:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:45:01 6 1.38 0.00 0.03 0.00 0.00 98.58 07:27:35 02:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:46:01 all 0.04 0.00 0.01 0.02 0.00 99.93 07:27:35 02:46:01 0 0.07 0.00 0.02 0.00 0.03 99.88 07:27:35 02:46:01 1 0.07 0.00 0.02 0.00 0.00 99.92 07:27:35 02:46:01 2 0.00 0.00 0.00 0.15 0.00 99.85 07:27:35 02:46:01 3 0.07 0.00 0.03 0.00 0.00 99.90 07:27:35 02:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:46:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:46:01 6 0.07 0.00 0.02 0.00 0.00 99.92 07:27:35 02:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:47:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:27:35 02:47:01 0 0.15 0.00 0.03 0.00 0.00 99.82 07:27:35 02:47:01 1 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 02:47:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:47:01 3 0.03 0.00 0.07 0.00 0.00 99.90 07:27:35 02:47:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 02:47:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:47:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 02:47:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 02:48:01 all 0.18 0.00 0.01 0.00 0.00 99.80 07:27:35 02:48:01 0 0.07 0.00 0.05 0.00 0.02 99.87 07:27:35 02:48:01 1 0.08 0.00 0.00 0.00 0.00 99.92 07:27:35 02:48:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:48:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 02:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:48:01 6 1.21 0.00 0.02 0.00 0.00 98.78 07:27:35 02:48:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 02:49:01 all 0.08 0.00 0.02 0.00 0.01 99.90 07:27:35 02:49:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 02:49:01 1 0.05 0.00 0.05 0.00 0.02 99.88 07:27:35 02:49:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:49:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 02:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:49:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 02:49:01 6 0.43 0.00 0.02 0.00 0.00 99.55 07:27:35 02:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:50:01 all 0.04 0.00 0.01 0.00 0.00 99.94 07:27:35 02:50:01 0 0.08 0.00 0.02 0.00 0.00 99.90 07:27:35 02:50:01 1 0.08 0.00 0.02 0.02 0.02 99.87 07:27:35 02:50:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:50:01 3 0.08 0.00 0.02 0.00 0.00 99.90 07:27:35 02:50:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:50:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 02:50:01 6 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 02:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:51:01 all 0.03 0.00 0.01 0.00 0.00 99.95 07:27:35 02:51:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 02:51:01 1 0.05 0.00 0.05 0.02 0.00 99.88 07:27:35 02:51:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 02:51:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 02:51:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:51:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:51:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 02:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:52:01 all 0.04 0.00 0.02 0.00 0.01 99.94 07:27:35 02:52:01 0 0.07 0.00 0.03 0.00 0.02 99.88 07:27:35 02:52:01 1 0.07 0.00 0.03 0.00 0.03 99.87 07:27:35 02:52:01 2 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 02:52:01 3 0.12 0.00 0.02 0.00 0.00 99.87 07:27:35 02:52:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 02:52:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:52:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:52:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:53:01 all 0.03 0.00 0.03 0.01 0.01 99.93 07:27:35 02:53:01 0 0.03 0.00 0.05 0.00 0.02 99.90 07:27:35 02:53:01 1 0.05 0.00 0.02 0.03 0.02 99.88 07:27:35 02:53:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 02:53:01 3 0.08 0.00 0.07 0.00 0.02 99.83 07:27:35 02:53:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:53:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 02:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:53:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 02:54:01 all 0.03 0.00 0.01 0.00 0.00 99.95 07:27:35 02:54:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:27:35 02:54:01 1 0.12 0.00 0.03 0.00 0.02 99.83 07:27:35 02:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:54:01 3 0.10 0.00 0.00 0.00 0.00 99.90 07:27:35 02:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:54:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:55:01 all 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 02:55:01 0 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 02:55:01 1 0.07 0.00 0.03 0.02 0.00 99.88 07:27:35 02:55:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 02:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 02:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:55:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 02:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 02:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:27:35 02:55:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 02:56:01 all 0.04 0.00 0.02 0.00 0.01 99.94 07:27:35 02:56:01 0 0.08 0.00 0.03 0.00 0.02 99.87 07:27:35 02:56:01 1 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 02:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:56:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 02:56:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:56:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 02:56:01 6 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 02:56:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 02:57:01 all 0.02 0.00 0.02 0.05 0.00 99.91 07:27:35 02:57:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:27:35 02:57:01 1 0.03 0.00 0.02 0.33 0.02 99.60 07:27:35 02:57:01 2 0.00 0.00 0.02 0.03 0.00 99.95 07:27:35 02:57:01 3 0.03 0.00 0.07 0.00 0.00 99.90 07:27:35 02:57:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 02:57:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:58:01 all 0.04 0.00 0.02 0.00 0.01 99.94 07:27:35 02:58:01 0 0.10 0.00 0.05 0.00 0.02 99.83 07:27:35 02:58:01 1 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 02:58:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:58:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 02:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 02:58:01 5 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 02:58:01 6 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 02:58:01 7 0.00 0.00 0.03 0.00 0.00 99.97 07:27:35 02:59:01 all 0.03 0.00 0.01 0.00 0.00 99.95 07:27:35 02:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 02:59:01 1 0.15 0.00 0.03 0.00 0.02 99.80 07:27:35 02:59:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:59:01 3 0.03 0.00 0.05 0.00 0.00 99.92 07:27:35 02:59:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 02:59:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 02:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 02:59:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 03:00:01 all 0.14 0.00 0.09 0.01 0.01 99.76 07:27:35 03:00:01 0 0.05 0.00 0.12 0.00 0.02 99.82 07:27:35 03:00:01 1 0.48 0.00 0.03 0.00 0.03 99.45 07:27:35 03:00:01 2 0.02 0.00 0.23 0.03 0.00 99.72 07:27:35 03:00:01 3 0.12 0.00 0.05 0.00 0.02 99.82 07:27:35 03:00:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 03:00:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 03:00:01 6 0.27 0.00 0.05 0.00 0.00 99.68 07:27:35 03:00:01 7 0.10 0.00 0.22 0.00 0.02 99.67 07:27:35 03:01:01 all 0.03 0.00 0.01 0.00 0.00 99.95 07:27:35 03:01:01 0 0.07 0.00 0.02 0.00 0.00 99.92 07:27:35 03:01:01 1 0.10 0.00 0.03 0.02 0.02 99.83 07:27:35 03:01:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 03:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 03:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:01:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:01:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 03:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:02:01 all 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 03:02:01 0 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 03:02:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 03:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:02:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:27:35 03:02:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 03:02:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:02:01 6 0.12 0.00 0.03 0.00 0.00 99.85 07:27:35 03:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:03:01 all 0.28 0.00 0.01 0.01 0.01 99.69 07:27:35 03:03:01 0 0.03 0.00 0.05 0.00 0.00 99.92 07:27:35 03:03:01 1 0.03 0.00 0.00 0.02 0.02 99.93 07:27:35 03:03:01 2 0.02 0.00 0.00 0.02 0.02 99.95 07:27:35 03:03:01 3 0.08 0.00 0.02 0.00 0.00 99.90 07:27:35 03:03:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:27:35 03:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:03:01 6 1.99 0.00 0.03 0.00 0.02 97.96 07:27:35 03:03:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:04:01 all 0.20 0.00 0.03 0.00 0.01 99.77 07:27:35 03:04:01 0 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 03:04:01 1 0.08 0.00 0.02 0.00 0.00 99.90 07:27:35 03:04:01 2 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 03:04:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:27:35 03:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:04:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 03:04:01 6 1.29 0.00 0.10 0.00 0.02 98.60 07:27:35 03:04:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 03:05:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:27:35 03:05:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:05:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 03:05:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 03:05:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:05:01 6 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 03:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:06:01 all 0.05 0.00 0.01 0.00 0.01 99.93 07:27:35 03:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 03:06:01 1 0.13 0.00 0.00 0.02 0.02 99.83 07:27:35 03:06:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 03:06:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:27:35 03:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:06:01 6 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 03:06:01 7 0.08 0.00 0.00 0.00 0.00 99.92 07:27:35 07:27:35 03:06:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 03:07:01 all 0.03 0.00 0.02 0.00 0.00 99.94 07:27:35 03:07:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 03:07:01 1 0.10 0.00 0.02 0.00 0.00 99.88 07:27:35 03:07:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 03:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 03:07:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 03:07:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:07:01 6 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 03:07:01 7 0.05 0.00 0.03 0.00 0.00 99.92 07:27:35 03:08:01 all 0.12 0.00 0.01 0.00 0.01 99.85 07:27:35 03:08:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:27:35 03:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 03:08:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 03:08:01 3 0.10 0.00 0.02 0.02 0.02 99.85 07:27:35 03:08:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 03:08:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 03:08:01 6 0.55 0.00 0.03 0.00 0.03 99.38 07:27:35 03:08:01 7 0.22 0.00 0.00 0.00 0.02 99.77 07:27:35 03:09:01 all 0.16 0.00 0.01 0.00 0.01 99.82 07:27:35 03:09:01 0 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 03:09:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 03:09:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 03:09:01 3 0.05 0.00 0.02 0.02 0.00 99.92 07:27:35 03:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:09:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:09:01 6 1.09 0.00 0.02 0.00 0.02 98.87 07:27:35 03:09:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:10:01 all 0.04 0.00 0.02 0.00 0.01 99.93 07:27:35 03:10:01 0 0.10 0.00 0.05 0.00 0.00 99.85 07:27:35 03:10:01 1 0.07 0.00 0.00 0.02 0.02 99.90 07:27:35 03:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:10:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 03:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:10:01 5 0.03 0.00 0.05 0.00 0.02 99.90 07:27:35 03:10:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 03:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:11:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:27:35 03:11:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 03:11:01 1 0.07 0.00 0.07 0.02 0.02 99.83 07:27:35 03:11:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 03:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:11:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 03:11:01 5 0.07 0.00 0.00 0.00 0.02 99.92 07:27:35 03:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:12:01 all 0.08 0.00 0.03 0.00 0.01 99.88 07:27:35 03:12:01 0 0.08 0.00 0.07 0.00 0.02 99.83 07:27:35 03:12:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 03:12:01 2 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 03:12:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 03:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:12:01 5 0.38 0.00 0.05 0.00 0.02 99.55 07:27:35 03:12:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:12:01 7 0.07 0.00 0.03 0.00 0.00 99.90 07:27:35 03:13:01 all 0.27 0.00 0.01 0.01 0.00 99.70 07:27:35 03:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 03:13:01 1 0.07 0.00 0.03 0.02 0.02 99.87 07:27:35 03:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:13:01 4 0.00 0.00 0.00 0.08 0.00 99.92 07:27:35 03:13:01 5 2.00 0.00 0.03 0.00 0.02 97.95 07:27:35 03:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:14:01 all 0.26 0.00 0.02 0.00 0.01 99.71 07:27:35 03:14:01 0 0.10 0.00 0.03 0.00 0.02 99.85 07:27:35 03:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 03:14:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 03:14:01 3 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 03:14:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:14:01 5 1.84 0.00 0.05 0.00 0.02 98.09 07:27:35 03:14:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:14:01 7 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 03:15:01 all 0.03 0.00 0.02 0.00 0.01 99.95 07:27:35 03:15:01 0 0.00 0.00 0.07 0.00 0.00 99.93 07:27:35 03:15:01 1 0.07 0.00 0.03 0.02 0.03 99.85 07:27:35 03:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:15:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 03:15:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 03:15:01 5 0.07 0.00 0.00 0.00 0.02 99.92 07:27:35 03:15:01 6 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 03:15:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:16:01 all 0.06 0.00 0.02 0.00 0.01 99.90 07:27:35 03:16:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 03:16:01 1 0.07 0.00 0.07 0.02 0.02 99.83 07:27:35 03:16:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 03:16:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 03:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:16:01 5 0.33 0.00 0.00 0.00 0.00 99.67 07:27:35 03:16:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:16:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 03:17:01 all 0.06 0.00 0.02 0.00 0.00 99.91 07:27:35 03:17:01 0 0.07 0.00 0.02 0.00 0.00 99.92 07:27:35 03:17:01 1 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 03:17:01 2 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 03:17:01 3 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 03:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:17:01 5 0.38 0.00 0.07 0.00 0.00 99.55 07:27:35 03:17:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:27:35 03:17:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 03:18:01 all 0.27 0.00 0.02 0.00 0.01 99.70 07:27:35 03:18:01 0 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 03:18:01 1 0.05 0.00 0.07 0.00 0.03 99.85 07:27:35 03:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:18:01 3 0.10 0.00 0.03 0.00 0.00 99.87 07:27:35 03:18:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 03:18:01 5 1.94 0.00 0.02 0.00 0.00 98.05 07:27:35 03:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:18:01 7 0.00 0.00 0.03 0.00 0.00 99.97 07:27:35 03:19:01 all 0.05 0.00 0.04 0.00 0.00 99.91 07:27:35 03:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:19:01 1 0.10 0.00 0.07 0.02 0.02 99.80 07:27:35 03:19:01 2 0.02 0.00 0.03 0.02 0.00 99.93 07:27:35 03:19:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 03:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:19:01 5 0.25 0.00 0.13 0.00 0.00 99.62 07:27:35 03:19:01 6 0.00 0.00 0.03 0.00 0.00 99.97 07:27:35 03:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:20:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:27:35 03:20:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:27:35 03:20:01 1 0.10 0.00 0.02 0.00 0.03 99.85 07:27:35 03:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 03:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:20:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 03:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:27:35 03:21:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 03:21:01 1 0.07 0.00 0.05 0.02 0.02 99.85 07:27:35 03:21:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 03:21:01 3 0.07 0.00 0.00 0.00 0.02 99.92 07:27:35 03:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:21:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:22:01 all 0.17 0.00 0.03 0.00 0.01 99.80 07:27:35 03:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:22:01 1 0.10 0.00 0.05 0.02 0.03 99.80 07:27:35 03:22:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 03:22:01 3 0.07 0.00 0.05 0.00 0.02 99.87 07:27:35 03:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:22:01 5 1.09 0.00 0.08 0.00 0.02 98.81 07:27:35 03:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:23:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 03:23:01 0 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 03:23:01 1 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 03:23:01 2 0.00 0.00 0.02 0.02 0.02 99.95 07:27:35 03:23:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 03:23:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 03:23:01 5 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 03:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:23:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 03:24:01 all 0.17 0.00 0.02 0.00 0.01 99.80 07:27:35 03:24:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 03:24:01 1 0.07 0.00 0.02 0.02 0.03 99.87 07:27:35 03:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:24:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 03:24:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:24:01 5 1.19 0.00 0.02 0.00 0.00 98.79 07:27:35 03:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:24:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 03:25:01 all 0.05 0.00 0.01 0.01 0.00 99.92 07:27:35 03:25:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 03:25:01 1 0.08 0.00 0.02 0.08 0.02 99.80 07:27:35 03:25:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 03:25:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:27:35 03:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:25:01 5 0.18 0.00 0.02 0.00 0.00 99.80 07:27:35 03:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:26:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:27:35 03:26:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 03:26:01 1 0.12 0.00 0.03 0.00 0.02 99.83 07:27:35 03:26:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 03:26:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 03:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:26:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 03:26:01 6 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 03:26:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:27:01 all 0.02 0.00 0.02 0.01 0.01 99.95 07:27:35 03:27:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 03:27:01 1 0.08 0.00 0.03 0.03 0.03 99.82 07:27:35 03:27:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 03:27:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 03:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:27:01 6 0.00 0.00 0.03 0.00 0.00 99.97 07:27:35 03:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:28:01 all 0.08 0.00 0.01 0.00 0.01 99.90 07:27:35 03:28:01 0 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 03:28:01 1 0.08 0.00 0.05 0.00 0.03 99.83 07:27:35 03:28:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 03:28:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 03:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:28:01 5 0.43 0.00 0.03 0.00 0.00 99.53 07:27:35 03:28:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:28:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:27:35 03:28:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 03:29:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:27:35 03:29:01 0 0.00 0.00 0.03 0.00 0.02 99.95 07:27:35 03:29:01 1 0.07 0.00 0.03 0.02 0.02 99.87 07:27:35 03:29:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 03:29:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 03:29:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 03:29:01 5 0.07 0.00 0.07 0.00 0.02 99.85 07:27:35 03:29:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:30:01 all 0.03 0.00 0.02 0.00 0.01 99.95 07:27:35 03:30:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 03:30:01 1 0.10 0.00 0.05 0.02 0.03 99.80 07:27:35 03:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:30:01 3 0.07 0.00 0.03 0.00 0.00 99.90 07:27:35 03:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:30:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:30:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 03:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 03:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:31:01 1 0.00 0.00 0.03 0.02 0.02 99.93 07:27:35 03:31:01 2 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 03:31:01 3 0.08 0.00 0.02 0.00 0.02 99.88 07:27:35 03:31:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:31:01 5 0.07 0.00 0.02 0.00 0.00 99.92 07:27:35 03:31:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:32:01 all 0.05 0.00 0.04 0.01 0.01 99.90 07:27:35 03:32:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 03:32:01 1 0.10 0.00 0.05 0.00 0.02 99.83 07:27:35 03:32:01 2 0.03 0.00 0.02 0.02 0.00 99.93 07:27:35 03:32:01 3 0.05 0.00 0.05 0.00 0.02 99.88 07:27:35 03:32:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:32:01 5 0.07 0.00 0.03 0.02 0.00 99.88 07:27:35 03:32:01 6 0.05 0.00 0.05 0.02 0.02 99.87 07:27:35 03:32:01 7 0.07 0.00 0.03 0.00 0.00 99.90 07:27:35 03:33:01 all 0.03 0.00 0.01 0.01 0.00 99.95 07:27:35 03:33:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 03:33:01 1 0.03 0.00 0.00 0.02 0.00 99.95 07:27:35 03:33:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 03:33:01 3 0.07 0.00 0.03 0.00 0.00 99.90 07:27:35 03:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:33:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 03:33:01 6 0.05 0.00 0.03 0.02 0.02 99.88 07:27:35 03:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:34:01 all 0.04 0.00 0.02 0.00 0.01 99.93 07:27:35 03:34:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 03:34:01 1 0.02 0.00 0.05 0.00 0.02 99.92 07:27:35 03:34:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 03:34:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:27:35 03:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:34:01 5 0.08 0.00 0.02 0.00 0.00 99.90 07:27:35 03:34:01 6 0.07 0.00 0.03 0.00 0.02 99.88 07:27:35 03:34:01 7 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 03:35:01 all 0.04 0.00 0.02 0.00 0.00 99.94 07:27:35 03:35:01 0 0.17 0.00 0.00 0.00 0.00 99.83 07:27:35 03:35:01 1 0.02 0.00 0.03 0.02 0.00 99.93 07:27:35 03:35:01 2 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 03:35:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 03:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:35:01 6 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 03:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:36:01 all 0.29 0.00 0.01 0.00 0.01 99.69 07:27:35 03:36:01 0 2.02 0.00 0.02 0.00 0.02 97.95 07:27:35 03:36:01 1 0.03 0.00 0.03 0.02 0.02 99.90 07:27:35 03:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:36:01 3 0.07 0.00 0.00 0.00 0.02 99.92 07:27:35 03:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:36:01 6 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 03:36:01 7 0.10 0.00 0.00 0.00 0.00 99.90 07:27:35 03:37:01 all 0.03 0.00 0.02 0.00 0.00 99.94 07:27:35 03:37:01 0 0.08 0.00 0.02 0.00 0.00 99.90 07:27:35 03:37:01 1 0.07 0.00 0.03 0.02 0.00 99.88 07:27:35 03:37:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 03:37:01 3 0.07 0.00 0.05 0.00 0.00 99.88 07:27:35 03:37:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 03:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:37:01 6 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 03:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:38:01 all 0.10 0.00 0.01 0.00 0.01 99.89 07:27:35 03:38:01 0 0.48 0.00 0.00 0.00 0.00 99.52 07:27:35 03:38:01 1 0.05 0.00 0.05 0.00 0.02 99.88 07:27:35 03:38:01 2 0.05 0.00 0.00 0.02 0.00 99.93 07:27:35 03:38:01 3 0.08 0.00 0.00 0.00 0.02 99.90 07:27:35 03:38:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:38:01 6 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 03:38:01 7 0.07 0.00 0.00 0.00 0.00 99.93 07:27:35 03:39:01 all 0.08 0.00 0.01 0.00 0.00 99.91 07:27:35 03:39:01 0 0.45 0.00 0.02 0.00 0.02 99.52 07:27:35 03:39:01 1 0.07 0.00 0.03 0.02 0.00 99.88 07:27:35 03:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:39:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 03:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:39:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 03:39:01 6 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 03:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:27:35 03:39:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 03:40:01 all 0.09 0.00 0.01 0.00 0.01 99.88 07:27:35 03:40:01 0 0.53 0.00 0.00 0.00 0.00 99.47 07:27:35 03:40:01 1 0.08 0.00 0.02 0.02 0.02 99.87 07:27:35 03:40:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 03:40:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 03:40:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:40:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 03:40:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 03:40:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 03:41:02 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 03:41:02 0 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 03:41:02 1 0.03 0.00 0.00 0.02 0.02 99.93 07:27:35 03:41:02 2 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 03:41:02 3 0.10 0.00 0.05 0.00 0.02 99.83 07:27:35 03:41:02 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:41:02 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:41:02 6 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 03:41:02 7 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 03:42:01 all 0.04 0.00 0.01 0.00 0.00 99.95 07:27:35 03:42:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 03:42:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 03:42:01 2 0.03 0.00 0.00 0.02 0.00 99.95 07:27:35 03:42:01 3 0.08 0.00 0.02 0.00 0.02 99.88 07:27:35 03:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:42:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 03:42:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:42:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 03:43:01 all 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 03:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:43:01 1 0.05 0.00 0.07 0.02 0.00 99.87 07:27:35 03:43:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 03:43:01 3 0.08 0.00 0.02 0.00 0.00 99.90 07:27:35 03:43:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 03:43:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:43:01 6 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 03:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:44:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:27:35 03:44:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 03:44:01 1 0.10 0.00 0.05 0.00 0.02 99.83 07:27:35 03:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:44:01 3 0.08 0.00 0.02 0.00 0.02 99.88 07:27:35 03:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:44:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 03:44:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 03:45:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 03:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:45:01 1 0.05 0.00 0.00 0.02 0.02 99.92 07:27:35 03:45:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 03:45:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 03:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:45:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:45:01 6 0.02 0.00 0.05 0.00 0.02 99.92 07:27:35 03:45:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:46:01 all 0.03 0.00 0.01 0.00 0.01 99.96 07:27:35 03:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:46:01 1 0.07 0.00 0.03 0.02 0.02 99.87 07:27:35 03:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:46:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 03:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:46:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:46:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 03:46:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 03:47:01 all 0.06 0.00 0.02 0.00 0.01 99.91 07:27:35 03:47:01 0 0.20 0.00 0.02 0.00 0.02 99.77 07:27:35 03:47:01 1 0.15 0.00 0.02 0.02 0.00 99.82 07:27:35 03:47:01 2 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 03:47:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 03:47:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 03:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:47:01 6 0.03 0.00 0.05 0.00 0.02 99.90 07:27:35 03:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:48:01 all 0.21 0.00 0.01 0.00 0.01 99.77 07:27:35 03:48:01 0 1.42 0.00 0.02 0.00 0.00 98.57 07:27:35 03:48:01 1 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 03:48:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 03:48:01 3 0.08 0.00 0.07 0.00 0.02 99.83 07:27:35 03:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:48:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 03:48:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 03:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:49:01 all 0.03 0.00 0.01 0.01 0.01 99.95 07:27:35 03:49:01 0 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 03:49:01 1 0.00 0.00 0.00 0.03 0.02 99.95 07:27:35 03:49:01 2 0.03 0.00 0.00 0.02 0.00 99.95 07:27:35 03:49:01 3 0.10 0.00 0.03 0.00 0.02 99.85 07:27:35 03:49:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:49:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 03:49:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:50:01 all 0.03 0.00 0.01 0.00 0.01 99.96 07:27:35 03:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:50:01 1 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 03:50:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 03:50:01 3 0.05 0.00 0.02 0.00 0.03 99.90 07:27:35 03:50:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:27:35 03:50:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 03:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:27:35 03:50:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 03:51:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 03:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:51:01 1 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 03:51:01 2 0.03 0.00 0.00 0.02 0.00 99.95 07:27:35 03:51:01 3 0.05 0.00 0.03 0.00 0.03 99.88 07:27:35 03:51:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 03:51:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:52:01 all 0.23 0.00 0.02 0.00 0.01 99.74 07:27:35 03:52:01 0 1.56 0.00 0.02 0.00 0.02 98.40 07:27:35 03:52:01 1 0.05 0.00 0.05 0.00 0.02 99.88 07:27:35 03:52:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 03:52:01 3 0.08 0.00 0.03 0.00 0.03 99.85 07:27:35 03:52:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 03:52:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:52:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:52:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:53:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 03:53:01 0 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 03:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:53:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 03:53:01 3 0.07 0.00 0.03 0.00 0.05 99.85 07:27:35 03:53:01 4 0.02 0.00 0.03 0.02 0.00 99.93 07:27:35 03:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:54:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 03:54:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 03:54:01 1 0.07 0.00 0.03 0.02 0.02 99.87 07:27:35 03:54:01 2 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 03:54:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 03:54:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 03:54:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 03:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:54:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:55:01 all 0.25 0.00 0.01 0.00 0.01 99.73 07:27:35 03:55:01 0 1.77 0.00 0.00 0.00 0.02 98.21 07:27:35 03:55:01 1 0.02 0.00 0.02 0.02 0.02 99.93 07:27:35 03:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:55:01 3 0.08 0.00 0.03 0.00 0.03 99.85 07:27:35 03:55:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 03:55:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 03:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:56:01 all 0.24 0.00 0.02 0.00 0.01 99.73 07:27:35 03:56:01 0 1.74 0.00 0.03 0.00 0.00 98.22 07:27:35 03:56:01 1 0.02 0.00 0.00 0.02 0.02 99.95 07:27:35 03:56:01 2 0.05 0.00 0.02 0.02 0.00 99.92 07:27:35 03:56:01 3 0.10 0.00 0.05 0.00 0.03 99.82 07:27:35 03:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:56:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:56:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:57:01 all 0.03 0.00 0.02 0.00 0.01 99.95 07:27:35 03:57:01 0 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 03:57:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 03:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:57:01 3 0.08 0.00 0.03 0.00 0.02 99.87 07:27:35 03:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 03:57:01 5 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 03:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:57:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:58:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:27:35 03:58:01 0 0.07 0.00 0.00 0.00 0.02 99.92 07:27:35 03:58:01 1 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 03:58:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 03:58:01 3 0.12 0.00 0.02 0.00 0.02 99.85 07:27:35 03:58:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 03:58:01 5 0.05 0.00 0.02 0.00 0.03 99.90 07:27:35 03:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 03:58:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 03:59:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 03:59:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 03:59:01 1 0.05 0.00 0.02 0.02 0.02 99.90 07:27:35 03:59:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 03:59:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 03:59:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 03:59:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 03:59:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 03:59:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 04:00:01 all 0.10 0.00 0.04 0.00 0.01 99.85 07:27:35 04:00:01 0 0.07 0.00 0.07 0.00 0.02 99.85 07:27:35 04:00:01 1 0.08 0.00 0.02 0.00 0.02 99.88 07:27:35 04:00:01 2 0.03 0.00 0.05 0.00 0.00 99.92 07:27:35 04:00:01 3 0.25 0.00 0.03 0.00 0.00 99.72 07:27:35 04:00:01 4 0.08 0.00 0.08 0.00 0.00 99.83 07:27:35 04:00:01 5 0.10 0.00 0.03 0.00 0.02 99.85 07:27:35 04:00:01 6 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 04:00:01 7 0.12 0.00 0.02 0.00 0.00 99.87 07:27:35 04:01:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 04:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:01:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 04:01:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 04:01:01 3 0.07 0.00 0.02 0.00 0.03 99.88 07:27:35 04:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:01:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 04:01:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 07:27:35 04:01:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 04:02:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:27:35 04:02:01 0 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 04:02:01 1 0.07 0.00 0.02 0.02 0.02 99.88 07:27:35 04:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 04:02:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:27:35 04:02:01 4 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 04:02:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 04:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:03:01 all 0.08 0.00 0.01 0.00 0.01 99.90 07:27:35 04:03:01 0 0.52 0.00 0.00 0.00 0.00 99.48 07:27:35 04:03:01 1 0.03 0.00 0.03 0.02 0.00 99.92 07:27:35 04:03:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 04:03:01 3 0.07 0.00 0.00 0.00 0.02 99.92 07:27:35 04:03:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 04:03:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 04:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:04:01 all 0.11 0.00 0.01 0.00 0.01 99.87 07:27:35 04:04:01 0 0.50 0.00 0.02 0.00 0.00 99.48 07:27:35 04:04:01 1 0.17 0.00 0.02 0.00 0.02 99.80 07:27:35 04:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:04:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 04:04:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:04:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 04:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:04:01 7 0.12 0.00 0.00 0.00 0.02 99.87 07:27:35 04:05:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:27:35 04:05:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 04:05:01 1 0.05 0.00 0.02 0.02 0.02 99.90 07:27:35 04:05:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 04:05:01 3 0.07 0.00 0.02 0.00 0.00 99.92 07:27:35 04:05:01 4 0.02 0.00 0.05 0.00 0.02 99.92 07:27:35 04:05:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 04:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:05:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:06:01 all 0.21 0.00 0.01 0.00 0.01 99.76 07:27:35 04:06:01 0 1.45 0.00 0.05 0.00 0.00 98.50 07:27:35 04:06:01 1 0.05 0.00 0.03 0.02 0.02 99.88 07:27:35 04:06:01 2 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 04:06:01 3 0.10 0.00 0.00 0.00 0.02 99.88 07:27:35 04:06:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 04:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:06:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 04:07:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:27:35 04:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 04:07:01 1 0.08 0.00 0.05 0.00 0.02 99.85 07:27:35 04:07:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 04:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 04:07:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 04:07:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:08:01 all 0.10 0.00 0.01 0.00 0.01 99.87 07:27:35 04:08:01 0 0.63 0.00 0.02 0.00 0.00 99.35 07:27:35 04:08:01 1 0.02 0.00 0.02 0.02 0.02 99.93 07:27:35 04:08:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 04:08:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 04:08:01 4 0.05 0.00 0.02 0.00 0.03 99.90 07:27:35 04:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:08:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:08:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:09:01 all 0.27 0.00 0.01 0.00 0.01 99.70 07:27:35 04:09:01 0 1.97 0.00 0.02 0.00 0.02 98.00 07:27:35 04:09:01 1 0.03 0.00 0.03 0.02 0.00 99.92 07:27:35 04:09:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 04:09:01 3 0.08 0.00 0.02 0.00 0.02 99.88 07:27:35 04:09:01 4 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 04:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:10:01 all 0.17 0.00 0.01 0.00 0.01 99.80 07:27:35 04:10:01 0 1.22 0.00 0.02 0.00 0.00 98.76 07:27:35 04:10:01 1 0.02 0.00 0.03 0.02 0.02 99.92 07:27:35 04:10:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 04:10:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 04:10:01 4 0.07 0.00 0.00 0.00 0.03 99.90 07:27:35 04:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:10:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:11:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 04:11:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 04:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 04:11:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 04:11:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 04:11:01 4 0.07 0.00 0.05 0.00 0.02 99.87 07:27:35 04:11:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 04:11:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:12:01 all 0.02 0.00 0.00 0.01 0.01 99.95 07:27:35 04:12:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 04:12:01 1 0.00 0.00 0.02 0.02 0.02 99.95 07:27:35 04:12:01 2 0.00 0.00 0.00 0.03 0.00 99.97 07:27:35 04:12:01 3 0.08 0.00 0.00 0.00 0.02 99.90 07:27:35 04:12:01 4 0.03 0.00 0.00 0.00 0.03 99.93 07:27:35 04:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:12:01 6 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 04:12:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 07:27:35 04:12:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 04:13:01 all 0.01 0.00 0.02 0.00 0.01 99.96 07:27:35 04:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:13:01 1 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 04:13:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 04:13:01 3 0.02 0.00 0.03 0.00 0.03 99.92 07:27:35 04:13:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 04:13:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:13:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 04:14:01 all 0.03 0.00 0.01 0.01 0.01 99.94 07:27:35 04:14:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 04:14:01 1 0.00 0.00 0.02 0.02 0.02 99.95 07:27:35 04:14:01 2 0.03 0.00 0.00 0.02 0.00 99.95 07:27:35 04:14:01 3 0.10 0.00 0.03 0.00 0.00 99.87 07:27:35 04:14:01 4 0.02 0.00 0.03 0.00 0.03 99.92 07:27:35 04:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:14:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 04:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:15:01 all 0.05 0.00 0.01 0.00 0.01 99.93 07:27:35 04:15:01 0 0.28 0.00 0.02 0.00 0.00 99.70 07:27:35 04:15:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 04:15:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 04:15:01 3 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 04:15:01 4 0.02 0.00 0.02 0.02 0.02 99.93 07:27:35 04:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:15:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:16:01 all 0.27 0.00 0.01 0.00 0.01 99.70 07:27:35 04:16:01 0 1.97 0.00 0.00 0.00 0.02 98.01 07:27:35 04:16:01 1 0.03 0.00 0.02 0.00 0.03 99.92 07:27:35 04:16:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 04:16:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 04:16:01 4 0.02 0.00 0.03 0.02 0.03 99.90 07:27:35 04:16:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 04:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:16:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 04:17:01 all 0.15 0.00 0.02 0.00 0.01 99.82 07:27:35 04:17:01 0 0.78 0.00 0.05 0.00 0.02 99.15 07:27:35 04:17:01 1 0.07 0.00 0.03 0.00 0.02 99.88 07:27:35 04:17:01 2 0.03 0.00 0.00 0.02 0.00 99.95 07:27:35 04:17:01 3 0.12 0.00 0.02 0.00 0.02 99.85 07:27:35 04:17:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 04:17:01 5 0.08 0.00 0.02 0.00 0.00 99.90 07:27:35 04:17:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:17:01 7 0.07 0.00 0.03 0.00 0.00 99.90 07:27:35 04:18:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:27:35 04:18:01 0 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 04:18:01 1 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 04:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:18:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 04:18:01 4 0.02 0.00 0.02 0.02 0.02 99.93 07:27:35 04:18:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:18:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 04:19:01 all 0.02 0.00 0.02 0.00 0.00 99.96 07:27:35 04:19:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:27:35 04:19:01 1 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 04:19:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 04:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 04:19:01 4 0.03 0.00 0.03 0.02 0.02 99.90 07:27:35 04:19:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 04:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:19:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:20:01 all 0.02 0.00 0.01 0.00 0.00 99.97 07:27:35 04:20:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 04:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 04:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:20:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 04:20:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 04:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:21:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 04:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:21:01 1 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 04:21:01 2 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 04:21:01 3 0.03 0.00 0.05 0.00 0.02 99.90 07:27:35 04:21:01 4 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 04:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:21:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 04:22:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:27:35 04:22:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 04:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:22:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 04:22:01 4 0.07 0.00 0.02 0.02 0.02 99.88 07:27:35 04:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:22:01 7 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 04:23:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 04:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:23:01 1 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 04:23:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 04:23:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:27:35 04:23:01 4 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 04:23:01 5 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 04:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:27:35 04:23:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 04:24:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 04:24:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 04:24:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 04:24:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 04:24:01 3 0.08 0.00 0.02 0.00 0.02 99.88 07:27:35 04:24:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 04:24:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:24:01 6 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 04:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:25:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:27:35 04:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:25:01 1 0.05 0.00 0.00 0.02 0.02 99.92 07:27:35 04:25:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 04:25:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 04:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:26:01 all 0.03 0.00 0.01 0.00 0.00 99.95 07:27:35 04:26:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 04:26:01 1 0.10 0.00 0.03 0.00 0.00 99.87 07:27:35 04:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:26:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 04:26:01 4 0.03 0.00 0.00 0.02 0.00 99.95 07:27:35 04:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:27:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 04:27:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 04:27:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 04:27:01 2 0.02 0.00 0.02 0.02 0.02 99.93 07:27:35 04:27:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 04:27:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 04:27:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:27:01 6 0.00 0.00 0.03 0.00 0.00 99.97 07:27:35 04:27:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 04:28:01 all 0.03 0.00 0.01 0.00 0.00 99.96 07:27:35 04:28:01 0 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 04:28:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 04:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:28:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:27:35 04:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:28:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 04:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 04:29:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:27:35 04:29:01 0 0.02 0.00 0.07 0.00 0.00 99.92 07:27:35 04:29:01 1 0.10 0.00 0.03 0.00 0.02 99.85 07:27:35 04:29:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 04:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:29:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 04:29:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 04:29:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:29:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 04:30:01 all 0.03 0.00 0.01 0.00 0.00 99.96 07:27:35 04:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:30:01 1 0.07 0.00 0.03 0.00 0.00 99.90 07:27:35 04:30:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 04:30:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 04:30:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:27:35 04:30:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 04:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:30:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 04:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 04:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 04:31:01 1 0.07 0.00 0.03 0.02 0.02 99.87 07:27:35 04:31:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 04:31:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 04:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:31:01 5 0.03 0.00 0.05 0.00 0.02 99.90 07:27:35 04:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:32:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:27:35 04:32:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 04:32:01 1 0.07 0.00 0.05 0.02 0.00 99.87 07:27:35 04:32:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 04:32:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 04:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:32:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 04:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:32:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:33:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 04:33:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 04:33:01 1 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 04:33:01 2 0.03 0.00 0.00 0.02 0.02 99.93 07:27:35 04:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:33:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 04:33:01 5 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 04:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:34:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:27:35 04:34:01 0 0.10 0.00 0.00 0.00 0.00 99.90 07:27:35 04:34:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 04:34:01 2 0.10 0.00 0.03 0.00 0.03 99.83 07:27:35 04:34:01 3 0.02 0.00 0.00 0.02 0.02 99.95 07:27:35 04:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:34:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 04:34:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:27:35 04:34:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 04:35:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:27:35 04:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:35:01 1 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 04:35:01 2 0.03 0.00 0.00 0.02 0.03 99.92 07:27:35 04:35:01 3 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 04:35:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 04:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:35:01 7 0.00 0.00 0.03 0.00 0.00 99.97 07:27:35 04:36:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:27:35 04:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:36:01 1 0.03 0.00 0.03 0.02 0.02 99.90 07:27:35 04:36:01 2 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 04:36:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 04:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:36:01 7 0.10 0.00 0.05 0.00 0.00 99.85 07:27:35 04:37:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 04:37:01 0 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 04:37:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 04:37:01 2 0.05 0.00 0.03 0.02 0.03 99.87 07:27:35 04:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 04:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:37:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 04:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:37:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 04:38:01 all 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 04:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:38:01 1 0.05 0.00 0.03 0.00 0.00 99.92 07:27:35 04:38:01 2 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 04:38:01 3 0.08 0.00 0.00 0.00 0.02 99.90 07:27:35 04:38:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:38:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:38:01 7 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 04:39:01 all 0.02 0.00 0.02 0.00 0.00 99.96 07:27:35 04:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:39:01 1 0.10 0.00 0.07 0.02 0.00 99.82 07:27:35 04:39:01 2 0.05 0.00 0.03 0.02 0.00 99.90 07:27:35 04:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:40:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:27:35 04:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:40:01 1 0.12 0.00 0.00 0.00 0.02 99.87 07:27:35 04:40:01 2 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 04:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 04:40:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 04:40:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:40:01 7 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 04:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:27:35 04:41:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 04:41:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 04:41:01 2 0.03 0.00 0.00 0.02 0.02 99.93 07:27:35 04:41:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:41:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 04:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:41:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 04:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 04:42:01 1 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 04:42:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 04:42:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 04:42:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 04:42:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 04:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:43:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:27:35 04:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:43:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 04:43:01 2 0.03 0.00 0.02 0.02 0.03 99.90 07:27:35 04:43:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 04:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:43:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:44:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 04:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:44:01 1 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 04:44:01 2 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 04:44:01 3 0.02 0.00 0.00 0.02 0.02 99.95 07:27:35 04:44:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 04:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:44:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 04:45:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 04:45:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 04:45:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 04:45:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 04:45:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 04:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:45:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:45:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:27:35 04:45:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 04:46:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:27:35 04:46:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 04:46:01 1 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 04:46:01 2 0.05 0.00 0.02 0.02 0.03 99.88 07:27:35 04:46:01 3 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 04:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:46:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:47:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:27:35 04:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:47:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 04:47:01 2 0.02 0.00 0.02 0.02 0.02 99.93 07:27:35 04:47:01 3 0.00 0.00 0.02 0.02 0.02 99.95 07:27:35 04:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:47:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 04:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:47:01 7 0.02 0.00 0.05 0.00 0.00 99.93 07:27:35 04:48:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 04:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:48:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 04:48:01 2 0.03 0.00 0.03 0.00 0.03 99.90 07:27:35 04:48:01 3 0.07 0.00 0.02 0.00 0.00 99.92 07:27:35 04:48:01 4 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 04:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:48:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 04:49:01 all 0.01 0.00 0.02 0.00 0.01 99.96 07:27:35 04:49:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 04:49:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 04:49:01 2 0.02 0.00 0.03 0.02 0.02 99.92 07:27:35 04:49:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 04:49:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:27:35 04:49:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:50:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 04:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:50:01 1 0.08 0.00 0.02 0.00 0.02 99.88 07:27:35 04:50:01 2 0.07 0.00 0.03 0.00 0.02 99.88 07:27:35 04:50:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 04:50:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 04:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:50:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 04:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:51:02 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 04:51:02 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:51:02 1 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 04:51:02 2 0.03 0.00 0.00 0.02 0.03 99.92 07:27:35 04:51:02 3 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 04:51:02 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 04:51:02 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:51:02 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:51:02 7 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 04:52:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:27:35 04:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:52:01 1 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 04:52:01 2 0.07 0.00 0.03 0.00 0.02 99.88 07:27:35 04:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:52:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 04:52:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:53:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:27:35 04:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:53:01 1 0.02 0.00 0.05 0.00 0.03 99.90 07:27:35 04:53:01 2 0.02 0.00 0.02 0.02 0.02 99.93 07:27:35 04:53:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 04:53:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:27:35 04:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:53:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:54:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 04:54:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 04:54:01 1 0.05 0.00 0.05 0.00 0.03 99.87 07:27:35 04:54:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 04:54:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 04:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:54:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 04:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:54:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 04:55:01 all 0.01 0.00 0.00 0.00 0.01 99.97 07:27:35 04:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:55:01 1 0.07 0.00 0.00 0.00 0.03 99.90 07:27:35 04:55:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 04:55:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:55:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 04:55:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 04:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:56:01 all 0.03 0.00 0.01 0.00 0.01 99.96 07:27:35 04:56:01 0 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 04:56:01 1 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 04:56:01 2 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 04:56:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 04:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:56:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 04:56:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:27:35 04:56:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 04:57:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:27:35 04:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:57:01 1 0.05 0.00 0.07 0.00 0.03 99.85 07:27:35 04:57:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 04:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 04:57:01 4 0.02 0.00 0.02 0.02 0.02 99.93 07:27:35 04:57:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 04:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:57:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 04:58:01 all 0.21 0.00 0.01 0.00 0.00 99.78 07:27:35 04:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:58:01 1 0.03 0.00 0.03 0.00 0.03 99.90 07:27:35 04:58:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 04:58:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 04:58:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 04:58:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 04:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:58:01 7 1.55 0.00 0.00 0.00 0.00 98.45 07:27:35 04:59:01 all 0.29 0.00 0.01 0.01 0.01 99.69 07:27:35 04:59:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 04:59:01 1 0.07 0.00 0.03 0.00 0.03 99.87 07:27:35 04:59:01 2 0.00 0.00 0.02 0.03 0.02 99.93 07:27:35 04:59:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 04:59:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 04:59:01 5 0.17 0.00 0.00 0.00 0.00 99.83 07:27:35 04:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 04:59:01 7 2.00 0.00 0.00 0.00 0.00 98.00 07:27:35 05:00:01 all 0.11 0.00 0.04 0.00 0.01 99.84 07:27:35 05:00:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 05:00:01 1 0.03 0.00 0.07 0.00 0.02 99.88 07:27:35 05:00:01 2 0.27 0.00 0.03 0.02 0.00 99.68 07:27:35 05:00:01 3 0.10 0.00 0.15 0.00 0.02 99.73 07:27:35 05:00:01 4 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 05:00:01 5 0.17 0.00 0.00 0.00 0.00 99.83 07:27:35 05:00:01 6 0.05 0.00 0.00 0.02 0.00 99.93 07:27:35 05:00:01 7 0.25 0.00 0.00 0.00 0.02 99.73 07:27:35 05:01:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 05:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:01:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 05:01:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 05:01:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:01:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:27:35 05:01:01 5 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 05:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:01:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 05:02:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:02:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:02:01 2 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 05:02:01 3 0.00 0.00 0.03 0.00 0.02 99.95 07:27:35 05:02:01 4 0.03 0.00 0.00 0.02 0.02 99.93 07:27:35 05:02:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:02:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:03:01 all 0.02 0.00 0.01 0.01 0.01 99.96 07:27:35 05:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 05:03:01 2 0.03 0.00 0.02 0.02 0.03 99.90 07:27:35 05:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 05:03:01 4 0.00 0.00 0.00 0.03 0.00 99.97 07:27:35 05:03:01 5 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 05:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:03:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:04:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:27:35 05:04:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 05:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:04:01 2 0.07 0.00 0.02 0.02 0.02 99.88 07:27:35 05:04:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 05:04:01 4 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 05:04:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:04:01 7 0.13 0.00 0.02 0.00 0.02 99.83 07:27:35 05:05:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:27:35 05:05:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 05:05:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 05:05:01 2 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 05:05:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 05:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:05:01 5 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 05:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:05:01 7 0.22 0.00 0.00 0.00 0.00 99.78 07:27:35 05:06:01 all 0.27 0.00 0.01 0.00 0.00 99.71 07:27:35 05:06:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:06:01 1 0.10 0.00 0.02 0.00 0.02 99.87 07:27:35 05:06:01 2 0.02 0.00 0.02 0.02 0.02 99.93 07:27:35 05:06:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:06:01 5 0.00 0.00 0.03 0.02 0.00 99.95 07:27:35 05:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:06:01 7 2.02 0.00 0.00 0.00 0.00 97.98 07:27:35 05:07:01 all 0.26 0.00 0.01 0.00 0.01 99.71 07:27:35 05:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:07:01 2 0.05 0.00 0.05 0.00 0.05 99.85 07:27:35 05:07:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 05:07:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:27:35 05:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:07:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:07:01 7 1.99 0.00 0.00 0.00 0.02 98.00 07:27:35 07:27:35 05:07:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 05:08:01 all 0.18 0.00 0.01 0.00 0.01 99.79 07:27:35 05:08:01 0 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 05:08:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 05:08:01 2 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 05:08:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 05:08:01 4 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 05:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:08:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:08:01 7 1.32 0.00 0.02 0.00 0.02 98.65 07:27:35 05:09:01 all 0.11 0.00 0.01 0.00 0.00 99.87 07:27:35 05:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:09:01 2 0.03 0.00 0.03 0.02 0.03 99.88 07:27:35 05:09:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:09:01 4 0.00 0.00 0.03 0.02 0.00 99.95 07:27:35 05:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:09:01 7 0.76 0.00 0.00 0.00 0.00 99.24 07:27:35 05:10:01 all 0.23 0.00 0.01 0.00 0.01 99.75 07:27:35 05:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:10:01 1 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 05:10:01 2 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 05:10:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 05:10:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:10:01 7 1.65 0.00 0.00 0.00 0.00 98.35 07:27:35 05:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:27:35 05:11:01 0 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 05:11:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:11:01 2 0.02 0.00 0.02 0.02 0.02 99.93 07:27:35 05:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:11:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 05:11:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:11:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 05:12:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 05:12:01 0 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 05:12:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 05:12:01 2 0.03 0.00 0.02 0.00 0.03 99.92 07:27:35 05:12:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 05:12:01 4 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 05:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:13:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:27:35 05:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:13:01 2 0.05 0.00 0.05 0.02 0.02 99.87 07:27:35 05:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:13:01 4 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 05:13:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:13:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:14:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 05:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:14:01 1 0.07 0.00 0.00 0.00 0.02 99.92 07:27:35 05:14:01 2 0.05 0.00 0.03 0.02 0.03 99.87 07:27:35 05:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 05:14:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:27:35 05:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:15:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:27:35 05:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:15:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 05:15:01 2 0.03 0.00 0.05 0.00 0.02 99.90 07:27:35 05:15:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 05:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:15:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 05:16:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:27:35 05:16:01 0 0.00 0.00 0.03 0.00 0.02 99.95 07:27:35 05:16:01 1 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 05:16:01 2 0.07 0.00 0.02 0.02 0.03 99.87 07:27:35 05:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:17:01 all 0.02 0.00 0.02 0.00 0.01 99.96 07:27:35 05:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:17:01 1 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 05:17:01 2 0.03 0.00 0.05 0.00 0.02 99.90 07:27:35 05:17:01 3 0.02 0.00 0.05 0.00 0.00 99.93 07:27:35 05:17:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:17:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 05:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:18:01 all 0.03 0.00 0.01 0.00 0.01 99.96 07:27:35 05:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:18:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 05:18:01 2 0.08 0.00 0.03 0.02 0.02 99.85 07:27:35 05:18:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 05:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:18:01 7 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 07:27:35 05:18:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 05:19:01 all 0.02 0.00 0.02 0.00 0.01 99.96 07:27:35 05:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:19:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 05:19:01 2 0.07 0.00 0.05 0.00 0.02 99.87 07:27:35 05:19:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 05:19:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 05:19:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:19:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 05:20:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 05:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:20:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 05:20:01 2 0.03 0.00 0.03 0.02 0.02 99.90 07:27:35 05:20:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 05:20:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 05:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:20:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 05:21:01 all 0.03 0.00 0.01 0.00 0.00 99.95 07:27:35 05:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:21:01 1 0.00 0.00 0.02 0.02 0.02 99.95 07:27:35 05:21:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 05:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:21:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:21:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:21:01 7 0.15 0.00 0.02 0.00 0.00 99.83 07:27:35 05:22:01 all 0.11 0.00 0.01 0.00 0.01 99.87 07:27:35 05:22:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 05:22:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:22:01 2 0.05 0.00 0.03 0.02 0.02 99.88 07:27:35 05:22:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:22:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 05:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:22:01 7 0.73 0.00 0.00 0.00 0.00 99.27 07:27:35 05:23:01 all 0.01 0.00 0.02 0.00 0.01 99.96 07:27:35 05:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:23:01 1 0.00 0.00 0.03 0.02 0.02 99.93 07:27:35 05:23:01 2 0.07 0.00 0.03 0.00 0.02 99.88 07:27:35 05:23:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 05:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:23:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:23:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 05:24:01 all 0.03 0.00 0.01 0.00 0.01 99.96 07:27:35 05:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:24:01 1 0.07 0.00 0.00 0.00 0.00 99.93 07:27:35 05:24:01 2 0.08 0.00 0.02 0.02 0.03 99.85 07:27:35 05:24:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:24:01 6 0.00 0.00 0.03 0.00 0.02 99.95 07:27:35 05:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:25:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 05:25:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:25:01 1 0.05 0.00 0.02 0.02 0.02 99.90 07:27:35 05:25:01 2 0.02 0.00 0.03 0.00 0.03 99.92 07:27:35 05:25:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 05:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:26:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 05:26:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 05:26:01 1 0.05 0.00 0.02 0.02 0.02 99.90 07:27:35 05:26:01 2 0.07 0.00 0.03 0.00 0.02 99.88 07:27:35 05:26:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:26:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 05:27:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 05:27:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:27:01 1 0.07 0.00 0.02 0.02 0.02 99.88 07:27:35 05:27:01 2 0.03 0.00 0.03 0.02 0.03 99.88 07:27:35 05:27:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 05:27:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 05:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:28:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:27:35 05:28:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 05:28:01 1 0.03 0.00 0.05 0.00 0.02 99.90 07:27:35 05:28:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 05:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:28:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:29:01 all 0.15 0.00 0.01 0.00 0.01 99.83 07:27:35 05:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:29:01 1 1.09 0.00 0.02 0.02 0.02 98.86 07:27:35 05:29:01 2 0.07 0.00 0.05 0.02 0.02 99.85 07:27:35 05:29:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 07:27:35 05:29:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 05:30:01 all 0.27 0.00 0.00 0.00 0.01 99.71 07:27:35 05:30:01 0 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 05:30:01 1 2.00 0.00 0.00 0.02 0.02 97.96 07:27:35 05:30:01 2 0.07 0.00 0.00 0.00 0.03 99.90 07:27:35 05:30:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 05:30:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:31:01 all 0.23 0.00 0.02 0.00 0.01 99.73 07:27:35 05:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:31:01 1 1.71 0.00 0.07 0.00 0.02 98.21 07:27:35 05:31:01 2 0.05 0.00 0.03 0.02 0.02 99.88 07:27:35 05:31:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 05:31:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 05:31:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:31:01 7 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 05:32:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:27:35 05:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:32:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 05:32:01 2 0.08 0.00 0.03 0.00 0.02 99.87 07:27:35 05:32:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 05:32:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 05:32:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:32:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:33:01 all 0.03 0.00 0.00 0.00 0.01 99.96 07:27:35 05:33:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:33:01 1 0.13 0.00 0.00 0.00 0.00 99.87 07:27:35 05:33:01 2 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 05:33:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 05:33:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 05:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:34:01 all 0.19 0.00 0.01 0.00 0.01 99.79 07:27:35 05:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:34:01 1 1.37 0.00 0.03 0.00 0.02 98.58 07:27:35 05:34:01 2 0.07 0.00 0.02 0.00 0.03 99.88 07:27:35 05:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:34:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 05:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:34:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 05:35:01 all 0.27 0.00 0.01 0.00 0.01 99.71 07:27:35 05:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:35:01 1 1.97 0.00 0.02 0.00 0.02 98.00 07:27:35 05:35:01 2 0.05 0.00 0.03 0.02 0.02 99.88 07:27:35 05:35:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 05:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:35:01 5 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 05:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:36:01 all 0.27 0.00 0.00 0.00 0.01 99.72 07:27:35 05:36:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:36:01 1 2.00 0.00 0.00 0.00 0.02 97.98 07:27:35 05:36:01 2 0.05 0.00 0.00 0.00 0.03 99.92 07:27:35 05:36:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:36:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 05:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:37:01 all 0.07 0.00 0.02 0.00 0.01 99.90 07:27:35 05:37:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 05:37:01 1 0.38 0.00 0.07 0.00 0.02 99.53 07:27:35 05:37:01 2 0.03 0.00 0.00 0.02 0.02 99.93 07:27:35 05:37:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 05:37:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 05:37:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:37:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 05:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:27:35 05:38:01 0 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 05:38:01 1 0.10 0.00 0.02 0.00 0.00 99.88 07:27:35 05:38:01 2 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 05:38:01 3 0.00 0.00 0.05 0.00 0.02 99.93 07:27:35 05:38:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 05:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:38:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 05:39:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:27:35 05:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:39:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 05:39:01 2 0.03 0.00 0.05 0.02 0.03 99.87 07:27:35 05:39:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 05:39:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 05:39:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:40:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:27:35 05:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:40:01 1 0.08 0.00 0.02 0.00 0.02 99.88 07:27:35 05:40:01 2 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 05:40:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 05:40:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:40:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:40:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 07:27:35 05:40:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 05:41:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:27:35 05:41:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 05:41:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 05:41:01 2 0.05 0.00 0.03 0.02 0.02 99.88 07:27:35 05:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 05:41:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 05:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 05:42:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 05:42:01 1 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 05:42:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 05:42:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:42:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 05:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:42:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:43:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 05:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:43:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 05:43:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 05:43:01 3 0.05 0.00 0.05 0.00 0.00 99.90 07:27:35 05:43:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 05:43:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:43:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 05:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:44:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:27:35 05:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:44:01 1 0.12 0.00 0.05 0.00 0.00 99.83 07:27:35 05:44:01 2 0.05 0.00 0.02 0.02 0.03 99.88 07:27:35 05:44:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 05:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:44:01 5 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 05:44:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:45:01 all 0.02 0.00 0.01 0.00 0.01 99.97 07:27:35 05:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:45:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 05:45:01 2 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 05:45:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 05:45:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 05:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:46:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 05:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:46:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 05:46:01 2 0.03 0.00 0.03 0.02 0.02 99.90 07:27:35 05:46:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 05:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:46:01 5 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 05:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:46:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:47:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:27:35 05:47:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 05:47:01 1 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 05:47:01 2 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 05:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:47:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 05:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:47:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 05:48:01 all 0.03 0.00 0.01 0.00 0.01 99.96 07:27:35 05:48:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 05:48:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:48:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 05:48:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 05:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:48:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 05:49:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:27:35 05:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:49:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 05:49:01 2 0.05 0.00 0.03 0.02 0.02 99.88 07:27:35 05:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:49:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 05:49:01 5 0.00 0.00 0.03 0.00 0.00 99.97 07:27:35 05:49:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:50:01 all 0.19 0.00 0.01 0.00 0.01 99.79 07:27:35 05:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:50:01 1 1.39 0.00 0.02 0.00 0.00 98.60 07:27:35 05:50:01 2 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 05:50:01 3 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 05:50:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 05:50:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:50:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 05:51:01 all 0.13 0.00 0.02 0.00 0.01 99.84 07:27:35 05:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 05:51:01 1 0.88 0.00 0.03 0.00 0.02 99.07 07:27:35 05:51:01 2 0.05 0.00 0.02 0.02 0.03 99.88 07:27:35 05:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 05:51:01 4 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 05:51:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:51:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:51:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 07:27:35 05:51:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 05:52:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:27:35 05:52:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:52:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:52:01 2 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 05:52:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 05:52:01 4 0.03 0.00 0.00 0.02 0.02 99.93 07:27:35 05:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:52:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:53:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:27:35 05:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:53:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 05:53:01 2 0.03 0.00 0.00 0.02 0.02 99.93 07:27:35 05:53:01 3 0.08 0.00 0.03 0.00 0.00 99.88 07:27:35 05:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:53:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:54:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 05:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:54:01 1 0.07 0.00 0.02 0.00 0.00 99.92 07:27:35 05:54:01 2 0.02 0.00 0.02 0.00 0.03 99.93 07:27:35 05:54:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 05:54:01 4 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 05:54:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 05:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:55:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 05:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:55:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:55:01 2 0.05 0.00 0.02 0.02 0.02 99.90 07:27:35 05:55:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 05:55:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 05:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:56:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 05:56:01 0 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 05:56:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 05:56:01 2 0.05 0.00 0.03 0.02 0.03 99.87 07:27:35 05:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:56:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 05:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:56:01 7 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 05:57:01 all 0.02 0.00 0.01 0.00 0.01 99.97 07:27:35 05:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:57:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 05:57:01 2 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 05:57:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 05:57:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 05:57:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:57:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:58:01 all 0.21 0.00 0.01 0.00 0.01 99.77 07:27:35 05:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:58:01 1 1.47 0.00 0.02 0.00 0.02 98.50 07:27:35 05:58:01 2 0.03 0.00 0.03 0.02 0.02 99.90 07:27:35 05:58:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 05:58:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 05:58:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 05:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:58:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 05:59:01 all 0.01 0.00 0.00 0.00 0.01 99.97 07:27:35 05:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 05:59:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:59:01 2 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 05:59:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:59:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 05:59:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 05:59:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 05:59:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:00:01 all 0.07 0.00 0.04 0.00 0.01 99.87 07:27:35 06:00:01 0 0.07 0.00 0.05 0.00 0.00 99.88 07:27:35 06:00:01 1 0.10 0.00 0.23 0.00 0.02 99.65 07:27:35 06:00:01 2 0.07 0.00 0.02 0.02 0.03 99.87 07:27:35 06:00:01 3 0.07 0.00 0.00 0.00 0.02 99.92 07:27:35 06:00:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:27:35 06:00:01 5 0.07 0.00 0.00 0.00 0.00 99.93 07:27:35 06:00:01 6 0.07 0.00 0.00 0.00 0.00 99.93 07:27:35 06:00:01 7 0.13 0.00 0.05 0.00 0.00 99.82 07:27:35 06:01:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:27:35 06:01:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 06:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:01:01 2 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 06:01:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:01:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 06:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:01:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 06:01:01 7 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 06:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 06:02:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:02:01 1 0.00 0.00 0.00 0.00 0.03 99.97 07:27:35 06:02:01 2 0.02 0.00 0.00 0.02 0.03 99.93 07:27:35 06:02:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 06:02:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:02:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:02:01 7 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 07:27:35 06:02:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 06:03:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:27:35 06:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:03:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 06:03:01 2 0.03 0.00 0.03 0.02 0.02 99.90 07:27:35 06:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:03:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:27:35 06:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:03:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:03:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:04:01 all 0.01 0.00 0.00 0.00 0.01 99.98 07:27:35 06:04:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:04:01 2 0.00 0.00 0.03 0.00 0.03 99.93 07:27:35 06:04:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 06:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:04:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:05:02 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 06:05:02 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:05:02 1 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 06:05:02 2 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 06:05:02 3 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 06:05:02 4 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 06:05:02 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:05:02 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:05:02 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:06:01 all 0.02 0.00 0.00 0.00 0.01 99.96 07:27:35 06:06:01 0 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 06:06:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:06:01 2 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 06:06:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 06:06:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:06:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 06:07:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:27:35 06:07:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:07:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:07:01 2 0.00 0.00 0.03 0.00 0.03 99.93 07:27:35 06:07:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:07:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 06:07:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:07:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:08:01 all 0.03 0.00 0.01 0.00 0.01 99.96 07:27:35 06:08:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 06:08:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:08:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 06:08:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 06:08:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:08:01 7 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 06:09:01 all 0.15 0.00 0.01 0.00 0.01 99.82 07:27:35 06:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:09:01 1 1.09 0.00 0.03 0.00 0.02 98.86 07:27:35 06:09:01 2 0.05 0.00 0.02 0.02 0.03 99.88 07:27:35 06:09:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 06:09:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 06:09:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 06:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:09:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:10:01 all 0.05 0.00 0.01 0.00 0.01 99.93 07:27:35 06:10:01 0 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 06:10:01 1 0.27 0.00 0.00 0.00 0.00 99.73 07:27:35 06:10:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 06:10:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 06:10:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:11:01 all 0.01 0.00 0.01 0.01 0.01 99.96 07:27:35 06:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 06:11:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:11:01 2 0.02 0.00 0.03 0.02 0.02 99.92 07:27:35 06:11:01 3 0.07 0.00 0.00 0.00 0.02 99.92 07:27:35 06:11:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 06:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:11:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 06:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:12:01 all 0.07 0.00 0.01 0.00 0.01 99.91 07:27:35 06:12:01 0 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 06:12:01 1 0.42 0.00 0.02 0.00 0.00 99.57 07:27:35 06:12:01 2 0.02 0.00 0.02 0.00 0.03 99.93 07:27:35 06:12:01 3 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 06:12:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:12:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:13:01 all 0.26 0.00 0.01 0.00 0.01 99.72 07:27:35 06:13:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:13:01 1 1.97 0.00 0.00 0.00 0.02 98.01 07:27:35 06:13:01 2 0.03 0.00 0.03 0.02 0.03 99.88 07:27:35 06:13:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 06:13:01 4 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 06:13:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:27:35 06:13:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 06:14:01 all 0.19 0.00 0.01 0.00 0.01 99.79 07:27:35 06:14:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 06:14:01 1 1.34 0.00 0.02 0.00 0.02 98.63 07:27:35 06:14:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 06:14:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 06:14:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:14:01 7 0.07 0.00 0.00 0.00 0.02 99.92 07:27:35 06:15:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:27:35 06:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:15:01 2 0.03 0.00 0.02 0.02 0.03 99.90 07:27:35 06:15:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 06:15:01 4 0.00 0.00 0.03 0.02 0.00 99.95 07:27:35 06:15:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 06:16:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 06:16:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:16:01 2 0.03 0.00 0.00 0.02 0.02 99.93 07:27:35 06:16:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 06:16:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:16:01 6 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 06:16:01 7 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 06:17:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:27:35 06:17:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:17:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:17:01 2 0.02 0.00 0.03 0.00 0.03 99.92 07:27:35 06:17:01 3 0.05 0.00 0.05 0.00 0.02 99.88 07:27:35 06:17:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 06:17:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:18:01 all 0.08 0.00 0.01 0.00 0.01 99.90 07:27:35 06:18:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:18:01 1 0.47 0.00 0.00 0.00 0.00 99.53 07:27:35 06:18:01 2 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 06:18:01 3 0.07 0.00 0.05 0.00 0.00 99.88 07:27:35 06:18:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 06:18:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:18:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:19:01 all 0.11 0.00 0.01 0.00 0.01 99.87 07:27:35 06:19:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 06:19:01 1 0.78 0.00 0.00 0.00 0.02 99.20 07:27:35 06:19:01 2 0.05 0.00 0.03 0.02 0.03 99.87 07:27:35 06:19:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 06:19:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 06:19:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:20:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 06:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:20:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:20:01 2 0.03 0.00 0.05 0.00 0.02 99.90 07:27:35 06:20:01 3 0.07 0.00 0.00 0.00 0.02 99.92 07:27:35 06:20:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 06:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:20:01 7 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 06:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:27:35 06:21:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:21:01 1 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 06:21:01 2 0.05 0.00 0.02 0.02 0.03 99.88 07:27:35 06:21:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 06:21:01 4 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 06:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:21:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 06:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:22:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 06:22:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 06:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:22:01 2 0.05 0.00 0.02 0.02 0.03 99.88 07:27:35 06:22:01 3 0.05 0.00 0.05 0.00 0.02 99.88 07:27:35 06:22:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:27:35 06:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:23:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 06:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:23:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:23:01 2 0.03 0.00 0.02 0.00 0.03 99.92 07:27:35 06:23:01 3 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 06:23:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 06:23:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:23:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:23:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:24:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 06:24:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 06:24:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:24:01 2 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 06:24:01 3 0.08 0.00 0.02 0.00 0.02 99.88 07:27:35 06:24:01 4 0.03 0.00 0.00 0.02 0.00 99.95 07:27:35 06:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:27:35 06:24:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 06:25:01 all 0.01 0.00 0.02 0.00 0.01 99.96 07:27:35 06:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:25:01 2 0.03 0.00 0.03 0.02 0.03 99.88 07:27:35 06:25:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 06:25:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 06:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:25:01 7 0.00 0.00 0.03 0.00 0.00 99.97 07:27:35 06:26:01 all 0.04 0.00 0.02 0.01 0.01 99.91 07:27:35 06:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:26:01 1 0.10 0.00 0.08 0.00 0.02 99.80 07:27:35 06:26:01 2 0.07 0.00 0.03 0.02 0.02 99.87 07:27:35 06:26:01 3 0.08 0.00 0.05 0.05 0.02 99.80 07:27:35 06:26:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:27:35 06:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:26:01 7 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 06:27:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:27:35 06:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:27:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:27:01 2 0.02 0.00 0.00 0.02 0.03 99.93 07:27:35 06:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 06:27:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:27:35 06:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 06:28:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:28:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 06:28:01 2 0.02 0.00 0.02 0.00 0.03 99.93 07:27:35 06:28:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 06:28:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 06:28:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:28:01 6 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 06:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:29:01 all 0.05 0.00 0.01 0.00 0.01 99.93 07:27:35 06:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 06:29:01 1 0.27 0.00 0.00 0.00 0.02 99.72 07:27:35 06:29:01 2 0.05 0.00 0.00 0.02 0.00 99.93 07:27:35 06:29:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 06:29:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 06:29:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 06:29:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:30:01 all 0.10 0.00 0.02 0.00 0.01 99.88 07:27:35 06:30:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 06:30:01 1 0.55 0.00 0.02 0.00 0.02 99.42 07:27:35 06:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:30:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 06:30:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:30:01 5 0.03 0.00 0.03 0.00 0.03 99.90 07:27:35 06:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:30:01 7 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 06:31:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:27:35 06:31:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 06:31:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:31:01 2 0.00 0.00 0.02 0.02 0.02 99.95 07:27:35 06:31:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 06:31:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 06:31:01 5 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 06:31:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:32:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 06:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:32:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:32:01 2 0.03 0.00 0.00 0.02 0.00 99.95 07:27:35 06:32:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:27:35 06:32:01 4 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 06:32:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 06:32:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:32:01 7 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 06:33:01 all 0.16 0.00 0.01 0.00 0.01 99.81 07:27:35 06:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:33:01 1 1.17 0.00 0.03 0.00 0.00 98.79 07:27:35 06:33:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 06:33:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 06:33:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:33:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 06:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:34:01 all 0.20 0.00 0.00 0.00 0.01 99.78 07:27:35 06:34:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:34:01 1 1.52 0.00 0.00 0.00 0.02 98.47 07:27:35 06:34:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 06:34:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 06:34:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:27:35 06:34:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 06:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:34:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:35:01 all 0.20 0.00 0.01 0.00 0.01 99.77 07:27:35 06:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:35:01 1 1.45 0.00 0.00 0.00 0.02 98.53 07:27:35 06:35:01 2 0.02 0.00 0.02 0.02 0.02 99.93 07:27:35 06:35:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 06:35:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 06:35:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 06:35:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 07:27:35 06:35:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 06:36:01 all 0.07 0.00 0.01 0.00 0.01 99.91 07:27:35 06:36:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 06:36:01 1 0.45 0.00 0.00 0.00 0.00 99.55 07:27:35 06:36:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 06:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:36:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:27:35 06:36:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 06:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:36:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:37:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:27:35 06:37:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 06:37:01 1 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 06:37:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 06:37:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 06:37:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:37:01 5 0.03 0.00 0.02 0.00 0.03 99.92 07:27:35 06:37:01 6 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 06:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:38:01 all 0.10 0.00 0.01 0.00 0.01 99.89 07:27:35 06:38:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:38:01 1 0.55 0.00 0.03 0.00 0.02 99.40 07:27:35 06:38:01 2 0.03 0.00 0.00 0.02 0.00 99.95 07:27:35 06:38:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 06:38:01 4 0.12 0.00 0.02 0.00 0.02 99.85 07:27:35 06:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:39:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:27:35 06:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:39:01 1 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 06:39:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 06:39:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 06:39:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 06:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:39:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:40:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 06:40:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:40:01 2 0.03 0.00 0.02 0.02 0.00 99.93 07:27:35 06:40:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 06:40:01 4 0.00 0.00 0.02 0.00 0.03 99.95 07:27:35 06:40:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:41:01 all 0.02 0.00 0.00 0.00 0.01 99.96 07:27:35 06:41:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 06:41:01 1 0.00 0.00 0.02 0.02 0.02 99.95 07:27:35 06:41:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 06:41:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:41:01 4 0.02 0.00 0.00 0.00 0.03 99.95 07:27:35 06:41:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 06:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:41:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 06:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 06:42:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:42:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 06:42:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 06:42:01 4 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 06:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:42:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:43:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:27:35 06:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:43:01 1 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 06:43:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 06:43:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 06:43:01 4 0.00 0.00 0.03 0.00 0.02 99.95 07:27:35 06:43:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:43:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:44:01 all 0.11 0.00 0.02 0.00 0.01 99.86 07:27:35 06:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 06:44:01 1 0.75 0.00 0.03 0.02 0.00 99.20 07:27:35 06:44:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 06:44:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 06:44:01 4 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 06:44:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:44:01 7 0.00 0.00 0.03 0.00 0.02 99.95 07:27:35 06:45:01 all 0.27 0.00 0.00 0.00 0.01 99.71 07:27:35 06:45:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 06:45:01 1 1.97 0.00 0.00 0.00 0.02 98.01 07:27:35 06:45:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 06:45:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 06:45:01 4 0.02 0.00 0.00 0.03 0.02 99.93 07:27:35 06:45:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 06:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:45:01 7 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 06:46:01 all 0.11 0.00 0.01 0.00 0.01 99.87 07:27:35 06:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:46:01 1 0.75 0.00 0.00 0.00 0.02 99.24 07:27:35 06:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 06:46:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 06:46:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:46:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:46:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:46:01 7 0.05 0.00 0.02 0.00 0.03 99.90 07:27:35 07:27:35 06:46:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 06:47:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 06:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:47:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:47:01 2 0.05 0.00 0.00 0.02 0.00 99.93 07:27:35 06:47:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 06:47:01 4 0.02 0.00 0.02 0.02 0.02 99.93 07:27:35 06:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:47:01 7 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 06:48:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 06:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:48:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:48:01 2 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 06:48:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 06:48:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 06:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:48:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 06:49:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:27:35 06:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:49:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:49:01 2 0.03 0.00 0.02 0.02 0.00 99.93 07:27:35 06:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:49:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 06:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:49:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:49:01 7 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 06:50:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:27:35 06:50:01 0 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 06:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:50:01 2 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 06:50:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 06:50:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:27:35 06:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:50:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 06:51:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 06:51:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 06:51:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:51:01 2 0.03 0.00 0.00 0.02 0.00 99.95 07:27:35 06:51:01 3 0.07 0.00 0.02 0.00 0.00 99.92 07:27:35 06:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:51:01 7 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 06:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 06:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:52:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:52:01 2 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 06:52:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 06:52:01 4 0.03 0.00 0.00 0.02 0.02 99.93 07:27:35 06:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:52:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:52:01 7 0.05 0.00 0.02 0.00 0.03 99.90 07:27:35 06:53:01 all 0.02 0.00 0.01 0.00 0.01 99.97 07:27:35 06:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:53:01 2 0.03 0.00 0.00 0.02 0.00 99.95 07:27:35 06:53:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 06:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:53:01 7 0.03 0.00 0.03 0.00 0.03 99.90 07:27:35 06:54:01 all 0.18 0.00 0.01 0.00 0.01 99.80 07:27:35 06:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:54:01 1 1.31 0.00 0.00 0.00 0.02 98.68 07:27:35 06:54:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 06:54:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 06:54:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:27:35 06:54:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:54:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:54:01 7 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 06:55:01 all 0.16 0.00 0.01 0.00 0.01 99.82 07:27:35 06:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:55:01 1 1.09 0.00 0.02 0.00 0.02 98.87 07:27:35 06:55:01 2 0.05 0.00 0.02 0.02 0.00 99.92 07:27:35 06:55:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 06:55:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 06:55:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:27:35 06:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:55:01 7 0.03 0.00 0.00 0.00 0.03 99.93 07:27:35 06:56:01 all 0.01 0.00 0.01 0.00 0.01 99.98 07:27:35 06:56:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 06:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:56:01 2 0.02 0.00 0.02 0.00 0.03 99.93 07:27:35 06:56:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:56:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:56:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:57:01 all 0.17 0.00 0.01 0.00 0.01 99.80 07:27:35 06:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:57:01 1 1.27 0.00 0.03 0.00 0.02 98.68 07:27:35 06:57:01 2 0.05 0.00 0.03 0.02 0.02 99.88 07:27:35 06:57:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 06:57:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 06:57:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 06:57:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:27:35 06:57:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 06:58:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:27:35 06:58:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 06:58:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 06:58:01 2 0.03 0.00 0.02 0.00 0.03 99.92 07:27:35 06:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:58:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 06:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 06:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:58:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 06:59:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:27:35 06:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:59:01 2 0.02 0.00 0.03 0.03 0.02 99.90 07:27:35 06:59:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 06:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 06:59:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 06:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 06:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:00:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 07:00:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:00:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 07:00:01 2 0.05 0.00 0.00 0.00 0.03 99.92 07:27:35 07:00:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 07:00:01 4 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 07:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:00:01 7 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 07:01:01 all 0.06 0.00 0.03 0.00 0.01 99.90 07:27:35 07:01:01 0 0.05 0.00 0.03 0.00 0.02 99.90 07:27:35 07:01:01 1 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 07:01:01 2 0.05 0.00 0.02 0.02 0.02 99.90 07:27:35 07:01:01 3 0.10 0.00 0.03 0.00 0.00 99.87 07:27:35 07:01:01 4 0.07 0.00 0.02 0.00 0.02 99.90 07:27:35 07:01:01 5 0.03 0.00 0.05 0.00 0.00 99.92 07:27:35 07:01:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 07:01:01 7 0.08 0.00 0.02 0.00 0.02 99.88 07:27:35 07:02:01 all 0.01 0.00 0.00 0.00 0.01 99.97 07:27:35 07:02:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 07:02:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 07:02:01 2 0.02 0.00 0.02 0.02 0.03 99.92 07:27:35 07:02:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 07:02:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 07:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:02:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 07:03:01 all 0.05 0.00 0.01 0.00 0.01 99.93 07:27:35 07:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:03:01 1 0.28 0.00 0.02 0.00 0.00 99.70 07:27:35 07:03:01 2 0.07 0.00 0.05 0.02 0.02 99.85 07:27:35 07:03:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 07:03:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 07:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:03:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:04:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:27:35 07:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 07:04:01 1 0.18 0.00 0.00 0.00 0.02 99.80 07:27:35 07:04:01 2 0.03 0.00 0.03 0.02 0.02 99.90 07:27:35 07:04:01 3 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 07:04:01 4 0.03 0.00 0.00 0.02 0.02 99.93 07:27:35 07:04:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:04:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:04:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:05:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:27:35 07:05:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 07:05:01 1 0.10 0.00 0.02 0.00 0.02 99.87 07:27:35 07:05:01 2 0.05 0.00 0.02 0.00 0.03 99.90 07:27:35 07:05:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 07:05:01 4 0.00 0.00 0.03 0.02 0.00 99.95 07:27:35 07:05:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:06:01 all 0.26 0.00 0.01 0.00 0.00 99.72 07:27:35 07:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 07:06:01 1 1.97 0.00 0.00 0.00 0.00 98.03 07:27:35 07:06:01 2 0.05 0.00 0.02 0.02 0.02 99.90 07:27:35 07:06:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:06:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 07:06:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:07:01 all 0.05 0.00 0.01 0.00 0.01 99.92 07:27:35 07:07:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 07:07:01 1 0.30 0.00 0.00 0.00 0.02 99.68 07:27:35 07:07:01 2 0.03 0.00 0.00 0.02 0.00 99.95 07:27:35 07:07:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 07:07:01 4 0.02 0.00 0.02 0.00 0.03 99.93 07:27:35 07:07:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 07:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:07:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 07:08:02 all 0.02 0.00 0.00 0.00 0.01 99.96 07:27:35 07:08:02 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:08:02 1 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 07:08:02 2 0.05 0.00 0.02 0.00 0.02 99.92 07:27:35 07:08:02 3 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 07:08:02 4 0.05 0.00 0.00 0.02 0.03 99.90 07:27:35 07:08:02 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:08:02 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:08:02 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:27:35 07:08:02 CPU %user %nice %system %iowait %steal %idle 07:27:35 07:09:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:27:35 07:09:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:09:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 07:09:01 2 0.02 0.00 0.02 0.02 0.02 99.93 07:27:35 07:09:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 07:09:01 4 0.03 0.00 0.02 0.02 0.03 99.90 07:27:35 07:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:10:01 all 0.03 0.00 0.01 0.00 0.01 99.96 07:27:35 07:10:01 0 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 07:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 07:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:10:01 3 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 07:10:01 4 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 07:10:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 07:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:27:35 07:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 07:11:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 07:11:01 2 0.05 0.00 0.00 0.02 0.00 99.93 07:27:35 07:11:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 07:11:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 07:11:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 07:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:12:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 07:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:12:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 07:12:01 2 0.02 0.00 0.00 0.02 0.02 99.95 07:27:35 07:12:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:27:35 07:12:01 4 0.05 0.00 0.00 0.00 0.02 99.93 07:27:35 07:12:01 5 0.02 0.00 0.02 0.02 0.02 99.93 07:27:35 07:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:12:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:13:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:27:35 07:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:13:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 07:13:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 07:13:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:13:01 5 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 07:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:14:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 07:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 07:14:01 2 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 07:14:01 3 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 07:14:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 07:14:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 07:14:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:14:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 07:15:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:27:35 07:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:15:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 07:15:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:27:35 07:15:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 07:15:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 07:15:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:27:35 07:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 07:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:16:01 1 0.08 0.00 0.00 0.02 0.02 99.88 07:27:35 07:16:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 07:16:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:27:35 07:16:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 07:16:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 07:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:16:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 07:17:01 all 0.22 0.00 0.01 0.00 0.01 99.76 07:27:35 07:17:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 07:17:01 1 1.60 0.00 0.00 0.02 0.02 98.37 07:27:35 07:17:01 2 0.03 0.00 0.02 0.02 0.02 99.92 07:27:35 07:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 07:17:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 07:17:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 07:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:17:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:18:01 all 0.16 0.00 0.01 0.00 0.01 99.81 07:27:35 07:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:18:01 1 1.17 0.00 0.00 0.00 0.00 98.83 07:27:35 07:18:01 2 0.03 0.00 0.05 0.02 0.03 99.87 07:27:35 07:18:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 07:18:01 4 0.03 0.00 0.00 0.02 0.00 99.95 07:27:35 07:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:18:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 07:18:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 07:19:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:27:35 07:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:19:01 1 0.02 0.00 0.00 0.00 0.03 99.95 07:27:35 07:19:01 2 0.03 0.00 0.02 0.00 0.03 99.92 07:27:35 07:19:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 07:19:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 07:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:19:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 07:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:27:35 07:19:01 CPU %user %nice %system %iowait %steal %idle 07:27:35 07:20:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 07:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:20:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 07:20:01 2 0.07 0.00 0.02 0.02 0.02 99.88 07:27:35 07:20:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 07:20:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 07:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:20:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 07:21:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 07:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:21:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 07:21:01 2 0.08 0.00 0.02 0.00 0.03 99.87 07:27:35 07:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:21:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 07:21:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:21:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:21:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:27:35 07:22:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:27:35 07:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 07:22:01 2 0.08 0.00 0.02 0.02 0.02 99.87 07:27:35 07:22:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 07:22:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:22:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 07:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:22:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:27:35 07:23:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:27:35 07:23:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 07:23:01 1 0.10 0.00 0.02 0.00 0.02 99.87 07:27:35 07:23:01 2 0.03 0.00 0.03 0.00 0.02 99.92 07:27:35 07:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 07:23:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:27:35 07:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:23:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:23:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:27:35 07:24:01 all 0.14 0.00 0.01 0.00 0.01 99.84 07:27:35 07:24:01 0 0.93 0.00 0.02 0.00 0.00 99.06 07:27:35 07:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:27:35 07:24:01 2 0.07 0.00 0.02 0.02 0.03 99.87 07:27:35 07:24:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 07:24:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:27:35 07:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:24:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:27:35 07:25:01 all 0.06 0.00 0.01 0.00 0.01 99.92 07:27:35 07:25:01 0 0.42 0.00 0.02 0.00 0.00 99.57 07:27:35 07:25:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 07:25:01 2 0.05 0.00 0.02 0.02 0.02 99.90 07:27:35 07:25:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:27:35 07:25:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:27:35 07:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:27:35 07:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:26:01 all 0.27 0.00 0.01 0.00 0.01 99.71 07:27:35 07:26:01 0 1.97 0.00 0.00 0.00 0.02 98.01 07:27:35 07:26:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 07:26:01 2 0.02 0.00 0.02 0.00 0.03 99.93 07:27:35 07:26:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:27:35 07:26:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:27:35 07:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:26:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:26:01 7 0.07 0.00 0.00 0.00 0.00 99.93 07:27:35 07:27:01 all 0.27 0.00 0.01 0.00 0.01 99.71 07:27:35 07:27:01 0 1.99 0.00 0.00 0.00 0.00 98.01 07:27:35 07:27:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:27:35 07:27:01 2 0.03 0.00 0.03 0.03 0.02 99.88 07:27:35 07:27:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 07:27:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:27:35 07:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:27:35 07:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:27:35 07:27:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:27:35 Average: all 1.27 0.00 0.21 0.09 0.01 98.42 07:27:35 Average: 0 1.30 0.00 0.21 0.06 0.01 98.42 07:27:35 Average: 1 1.36 0.00 0.21 0.07 0.02 98.34 07:27:35 Average: 2 1.23 0.00 0.21 0.22 0.01 98.32 07:27:35 Average: 3 1.26 0.00 0.21 0.09 0.01 98.42 07:27:35 Average: 4 1.23 0.00 0.20 0.17 0.01 98.38 07:27:35 Average: 5 1.25 0.00 0.21 0.05 0.01 98.49 07:27:35 Average: 6 1.27 0.00 0.20 0.03 0.01 98.49 07:27:35 Average: 7 1.25 0.00 0.20 0.03 0.01 98.51 07:27:35 07:27:35 07:27:35