Pull request #3556 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b20dce001322759bc5fe0d8ea69081647b1dc75c+9b7d42e1e61a7ee364e8f6860ff471f154b121f0 (396dc79b75014a3ba846b396958dd083b7b9611f) Running in Durability level: MAX_SURVIVABILITY 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh213455208323143677.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5199943754824178717.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 f4a1163c6b2b14014f487cca778b157dcbc6cc6b The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3556/workspace@libs/edgex-global-pipelines # timeout=10 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3556/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5689730126265246389.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3556/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh565342378683803802.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f4a1163c6b2b14014f487cca778b157dcbc6cc6b # timeout=10 Commit message: "Merge pull request #339 from ernestojeda/disable-snaps-temp" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6522818480339034656.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3556/workspace@libs/lf-pipelines # timeout=10 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3556/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8944994134045385758.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object f4a1163c6b2b14014f487cca778b157dcbc6cc6b Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1182’ Running on prd-centos7-docker-4c-2g-1191 in /w/workspace/edgexfoundry_edgex-go_PR-3556 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh3502236725611948549.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 9b7d42e1e61a7ee364e8f6860ff471f154b121f0 into PR head commit b20dce001322759bc5fe0d8ea69081647b1dc75c > 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 remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh6762835056612627779.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3556/head:refs/remotes/origin/PR-3556 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b20dce001322759bc5fe0d8ea69081647b1dc75c # timeout=10 > git remote # timeout=10 > 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh1052469391499837527.key > git merge 9b7d42e1e61a7ee364e8f6860ff471f154b121f0 # timeout=10 Merge succeeded, producing b20dce001322759bc5fe0d8ea69081647b1dc75c Checking out Revision b20dce001322759bc5fe0d8ea69081647b1dc75c (PR-3556) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b20dce001322759bc5fe0d8ea69081647b1dc75c # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object f4a1163c6b2b14014f487cca778b157dcbc6cc6b [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:55:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:55:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:56:05 ========================================================= 05:56:05 EdgeX Global Pipelines Version Info 05:56:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:58:21 ------------------- 05:58:21 stable info: 05:58:21 ------------------- 05:58:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:58:21 Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b 05:58:21 Message: update stable to v1.0.194 05:58:21 ------------------- 05:58:21 experimental info: 05:58:21 ------------------- 05:58:21 Commited By: **** collab-it+edgex@linuxfoundation.org 05:58:21 Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b 05:58:21 Message: update experimental to v1.0.194 05:58:31 Cannot contact prd-centos7-docker-4c-2g-1191: java.lang.InterruptedException [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:59:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:00:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:00:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:00:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:00:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:01:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 06:01:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 06:01:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:01:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 06:02:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 06:02:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:02:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:03:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:04:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:04:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:04:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:05:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:05:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:05:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:06:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 06:06:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:07:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:07:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3556 [Pipeline] echo 06:07:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3556 [Pipeline] echo 06:08:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3556 [Pipeline] echo 06:08:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b20dce001322759bc5fe0d8ea69081647b1dc75c [Pipeline] echo 06:09:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b20dce0 [Pipeline] echo 06:09:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:11:20 provisioning config files... 06:11:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9183074190903804635tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:12:56 ---> docker-login.sh 06:12:56 nexus3.edgexfoundry.org:10001 06:12:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:56 Configure a credential helper to remove this warning. See 06:12:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:56 06:12:56 Login Succeeded 06:12:56 nexus3.edgexfoundry.org:10002 06:12:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:56 Configure a credential helper to remove this warning. See 06:12:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:56 06:12:56 Login Succeeded 06:12:56 nexus3.edgexfoundry.org:10003 06:12:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:56 Configure a credential helper to remove this warning. See 06:12:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:56 06:12:56 Login Succeeded 06:12:56 nexus3.edgexfoundry.org:10004 06:12:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:56 Configure a credential helper to remove this warning. See 06:12:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:56 06:12:56 Login Succeeded 06:12:56 docker.io 06:12:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:12:56 Configure a credential helper to remove this warning. See 06:12:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:12:56 06:12:56 Login Succeeded 06:12:56 ---> docker-login.sh ends 06:13:10 Cannot contact prd-centos7-docker-4c-2g-1191: java.lang.InterruptedException [Pipeline] } 06:13:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:14:39 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 06:14:39 + for file in '`ls cmd/**/Dockerfile`' 06:14:39 ++ dirname cmd/core-command/Dockerfile 06:14:39 ++ cut -d/ -f2 06:14:39 + echo core-command,cmd/core-command/Dockerfile 06:14:39 + for file in '`ls cmd/**/Dockerfile`' 06:14:39 ++ dirname cmd/core-data/Dockerfile 06:14:39 ++ cut -d/ -f2 06:14:39 + echo core-data,cmd/core-data/Dockerfile 06:14:39 + for file in '`ls cmd/**/Dockerfile`' 06:14:39 ++ dirname cmd/core-metadata/Dockerfile 06:14:39 ++ cut -d/ -f2 06:14:39 + echo core-metadata,cmd/core-metadata/Dockerfile 06:14:39 + for file in '`ls cmd/**/Dockerfile`' 06:14:39 ++ dirname cmd/security-bootstrapper/Dockerfile 06:14:39 ++ cut -d/ -f2 06:14:39 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:14:39 + for file in '`ls cmd/**/Dockerfile`' 06:14:39 ++ dirname cmd/security-proxy-setup/Dockerfile 06:14:39 ++ cut -d/ -f2 06:14:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:14:39 + for file in '`ls cmd/**/Dockerfile`' 06:14:39 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:14:39 ++ cut -d/ -f2 06:14:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:14:39 + for file in '`ls cmd/**/Dockerfile`' 06:14:39 ++ dirname cmd/support-notifications/Dockerfile 06:14:39 ++ cut -d/ -f2 06:14:39 + echo support-notifications,cmd/support-notifications/Dockerfile 06:14:39 + for file in '`ls cmd/**/Dockerfile`' 06:14:39 ++ dirname cmd/support-scheduler/Dockerfile 06:14:39 ++ cut -d/ -f2 06:14:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:14:39 + for file in '`ls cmd/**/Dockerfile`' 06:14:39 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:14:39 ++ cut -d/ -f2 06:14:39 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile 06:15:01 Cannot contact prd-centos7-docker-4c-2g-1191: java.lang.InterruptedException [Pipeline] echo 06:15:38 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 07:19:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:19:49 07:19:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:20:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:20:41 latest: Pulling from edgex-devops/git-semver 07:20:41 31603596830f: Pulling fs layer 07:20:41 54011a49482f: Pulling fs layer 07:20:41 a6820b24f6d8: Pulling fs layer 07:20:41 f581987b2513: Pulling fs layer 07:20:41 f581987b2513: Waiting 07:20:41 54011a49482f: Download complete 07:20:41 31603596830f: Verifying Checksum 07:20:41 31603596830f: Download complete 07:20:41 f581987b2513: Verifying Checksum 07:20:41 f581987b2513: Download complete 07:20:41 31603596830f: Pull complete 07:20:41 54011a49482f: Pull complete 07:20:41 a6820b24f6d8: Verifying Checksum 07:20:41 a6820b24f6d8: Download complete 07:20:41 a6820b24f6d8: Pull complete 07:20:41 f581987b2513: Pull complete 07:20:41 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 07:20:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:20:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:20:59 prd-centos7-docker-4c-2g-1191 does not seem to be running inside a container 07:21:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10004/edgex-devops/git-semver:latest cat 07:21:20 $ docker top 15fded65d2befe4c5f6605874f36ae91fbe25e5557f702ca86c9aa30a2b165f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:22:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:07 [ssh-agent] Looking for ssh-agent implementation... 07:22:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:12 $ docker exec 15fded65d2befe4c5f6605874f36ae91fbe25e5557f702ca86c9aa30a2b165f2 ssh-agent 07:22:14 SSH_AUTH_SOCK=/tmp/ssh-ccSp1bIJpuLI/agent.13 07:22:14 SSH_AGENT_PID=19 07:22:16 Running ssh-add (command line suppressed) 07:22:16 Identity added: /w/workspace/edgex-go/1@tmp/private_key_878627681752674092.key (/w/workspace/edgex-go/1@tmp/private_key_878627681752674092.key) 07:22:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:22:44 + git tag --points-at HEAD [Pipeline] } 07:22:53 $ docker exec --env ******** --env ******** 15fded65d2befe4c5f6605874f36ae91fbe25e5557f702ca86c9aa30a2b165f2 ssh-agent -k 07:22:53 unset SSH_AUTH_SOCK; 07:22:53 unset SSH_AGENT_PID; 07:22:53 echo Agent pid 19 killed; 07:23:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:23:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:23:17 [ssh-agent] Looking for ssh-agent implementation... 07:23:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:23:24 $ docker exec 15fded65d2befe4c5f6605874f36ae91fbe25e5557f702ca86c9aa30a2b165f2 ssh-agent 07:23:38 SSH_AUTH_SOCK=/tmp/ssh-X9kmTg4CzQMu/agent.53 07:23:38 SSH_AGENT_PID=60 07:23:40 Running ssh-add (command line suppressed) 07:23:40 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3414573417510671181.key (/w/workspace/edgex-go/1@tmp/private_key_3414573417510671181.key) 07:23:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:24:15 + git semver init 07:24:15 # -> Open(): unable to determine branch for HEAD 07:24:15 # $GIT_DIR = /w/workspace/edgex-go/1/.git 07:24:15 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 07:24:15 # $SEMVER_REMOTE_NAME = origin 07:24:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:24:15 # $SEMVER_USER_NAME = edgex-jenkins 07:24:15 # $SEMVER_BRANCH = PR-3556 07:24:15 # $SEMVER_TEMP = /tmp/semver-688984683 07:24:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:24:38 # '/tmp/semver-688984683' -> '/w/workspace/edgex-go/1/.semver' 07:24:38 # -> Force: false 07:24:38 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 07:24:47 $ docker exec --env ******** --env ******** 15fded65d2befe4c5f6605874f36ae91fbe25e5557f702ca86c9aa30a2b165f2 ssh-agent -k 07:24:47 unset SSH_AUTH_SOCK; 07:24:47 unset SSH_AGENT_PID; 07:24:47 echo Agent pid 60 killed; 07:24:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:25:39 + git semver [Pipeline] } 07:25:46 $ docker stop --time=1 15fded65d2befe4c5f6605874f36ae91fbe25e5557f702ca86c9aa30a2b165f2 07:25:48 $ docker rm -f 15fded65d2befe4c5f6605874f36ae91fbe25e5557f702ca86c9aa30a2b165f2 [Pipeline] // withDockerContainer [Pipeline] sh 07:26:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:27:39 Stashed 1 file(s) [Pipeline] echo 07:28:00 [edgeXSemver]: initialized semver on version 0.0.0 [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 07:31:29 Still waiting to schedule task 07:31:29 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:34:19 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:35:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:37:05 + sudo service docker restart 07:37:05 + true 07:37:05 Redirecting to /bin/systemctl restart docker.service 07:37:32 Cannot contact prd-centos7-docker-4c-2g-1191: java.lang.InterruptedException [Pipeline] echo 07:37:59 ========================================================= 07:37:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 07:37:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:40:06 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 07:40:06 Sending build context to Docker daemon 329.2MB 07:40:06 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 07:40:06 Step 2/6 : FROM ${BASE} 07:40:06 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 07:40:06 540db60ca938: Pulling fs layer 07:40:06 adcc1eea9eea: Pulling fs layer 07:40:06 4c4ab2625f07: Pulling fs layer 07:40:06 0510c868ecb4: Pulling fs layer 07:40:06 afea3b2eda06: Pulling fs layer 07:40:06 7809a108b3ef: Pulling fs layer 07:40:06 f706445af74f: Pulling fs layer 07:40:06 afea3b2eda06: Waiting 07:40:06 7809a108b3ef: Waiting 07:40:06 f706445af74f: Waiting 07:40:06 0510c868ecb4: Waiting 07:40:06 4c4ab2625f07: Verifying Checksum 07:40:06 4c4ab2625f07: Download complete 07:40:06 adcc1eea9eea: Verifying Checksum 07:40:06 adcc1eea9eea: Download complete 07:40:06 afea3b2eda06: Verifying Checksum 07:40:06 afea3b2eda06: Download complete 07:40:06 540db60ca938: Verifying Checksum 07:40:06 540db60ca938: Download complete 07:40:06 7809a108b3ef: Verifying Checksum 07:40:06 7809a108b3ef: Download complete 07:40:06 540db60ca938: Pull complete 07:40:06 adcc1eea9eea: Pull complete 07:40:06 4c4ab2625f07: Pull complete 07:40:06 f706445af74f: Verifying Checksum 07:40:06 f706445af74f: Download complete 07:40:06 0510c868ecb4: Verifying Checksum 07:40:06 0510c868ecb4: Download complete 07:40:06 0510c868ecb4: Pull complete 07:40:06 afea3b2eda06: Pull complete 07:40:06 7809a108b3ef: Pull complete 07:40:06 f706445af74f: Pull complete 07:40:06 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 07:40:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 07:40:06 ---> b068be0155e3 07:40:06 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:40:06 ---> Running in e9dcf9cc2e92 07:40:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:40:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:40:06 (1/12) Installing libmagic (5.39-r0) 07:40:06 (2/12) Installing file (5.39-r0) 07:40:06 (3/12) Installing libc-dev (0.7.2-r3) 07:40:06 (4/12) Installing g++ (10.2.1_pre1-r3) 07:40:06 (5/12) Installing fortify-headers (1.1-r0) 07:40:06 (6/12) Installing patch (2.7.6-r6) 07:40:06 (7/12) Installing build-base (0.5-r2) 07:40:06 (8/12) Installing libsodium (1.0.18-r0) 07:40:06 (9/12) Installing pkgconf (1.7.3-r0) 07:40:06 (10/12) Installing libsodium-dev (1.0.18-r0) 07:40:06 (11/12) Installing libzmq (4.3.3-r1) 07:40:06 (12/12) Installing zeromq-dev (4.3.3-r1) 07:40:06 Executing busybox-1.32.1-r6.trigger 07:40:06 OK: 219 MiB in 52 packages 07:40:06 Removing intermediate container e9dcf9cc2e92 07:40:06 ---> 023a7fb5b222 07:40:06 Step 4/6 : WORKDIR /edgex-go 07:40:06 ---> Running in f3b5e30dd8a8 07:40:06 Removing intermediate container f3b5e30dd8a8 07:40:06 ---> 34ad861c0344 07:40:06 Step 5/6 : COPY go.mod . 07:40:06 ---> b5eed9f748ff 07:40:06 Step 6/6 : RUN go mod download 07:40:06 ---> Running in 11dffdea20f1 07:40:06 Removing intermediate container 11dffdea20f1 07:40:06 ---> bc768a0305d6 07:40:06 Successfully built bc768a0305d6 07:40:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:44:09 + docker inspect -f . ci-base-image-x86_64 07:44:09 . [Pipeline] withDockerContainer 07:47:14 prd-centos7-docker-4c-2g-1191 does not seem to be running inside a container 07:48:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 [Pipeline] // withDockerContainer 07:49:46 $ docker top f7c86fca565ba40d91dae390c41f830e0207ef7b5393c5708961eda9777fd889 -eo pid,comm [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:11:11 Failed in branch amd64 Resuming build at Wed Jun 09 09:16:11 UTC 2021 after Jenkins restart Waiting to resume part of EdgeX Foundry Project » edgex-go » PR-3556 #1: Finished waiting Waiting to resume part of EdgeX Foundry Project » edgex-go » PR-3556 #1: Finished waiting Waiting to resume part of EdgeX Foundry Project » edgex-go » PR-3556 #1: Finished waiting Waiting to resume part of EdgeX Foundry Project » edgex-go » PR-3556 #1: Finished waiting Waiting to resume part of EdgeX Foundry Project » edgex-go » PR-3556 #1: Finished waiting Waiting to resume part of EdgeX Foundry Project » edgex-go » PR-3556 #1: Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1191’ Waiting to resume part of EdgeX Foundry Project » edgex-go » PR-3556 #1: Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1191’ Ready to run at Wed Jun 09 09:18:45 UTC 2021 09:18:45 Timeout set to expire in 2 hr 36 min 09:18:45 Queue item for node block in EdgeX Foundry Project » edgex-go » PR-3556 #1 is missing (perhaps JENKINS-34281); rescheduling 09:18:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1206 in /w/workspace/edgexfoundry_edgex-go_PR-3556 [Pipeline] { [Pipeline] ws 09:18:46 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 09:18:47 The recommended git tool is: git 09:18:53 using credential edgex-jenkins-ssh 09:18:53 Cloning the remote Git repository 09:18:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:18:53 > git init /w/workspace/edgex-go/1 # timeout=10 09:18:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:18:53 > git --version # timeout=10 09:18:53 > git --version # 'git version 2.17.1' 09:18:53 using GIT_SSH to set credentials SSH Credentials for GitHub 09:18:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:19:17 Merging remotes/origin/master commit 9b7d42e1e61a7ee364e8f6860ff471f154b121f0 into PR head commit b20dce001322759bc5fe0d8ea69081647b1dc75c 09:19:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:19:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:19:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:19:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:19:17 using GIT_SSH to set credentials SSH Credentials for GitHub 09:19:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3556/head:refs/remotes/origin/PR-3556 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:19:17 > git config core.sparsecheckout # timeout=10 09:19:17 > git checkout -f b20dce001322759bc5fe0d8ea69081647b1dc75c # timeout=10 09:19:18 > git remote # timeout=10 09:19:18 Merge succeeded, producing b20dce001322759bc5fe0d8ea69081647b1dc75c 09:19:18 Checking out Revision b20dce001322759bc5fe0d8ea69081647b1dc75c (PR-3556) 09:19:18 > git config --get remote.origin.url # timeout=10 09:19:18 using GIT_SSH to set credentials SSH Credentials for GitHub 09:19:18 > git merge 9b7d42e1e61a7ee364e8f6860ff471f154b121f0 # timeout=10 09:19:18 > git rev-parse HEAD^{commit} # timeout=10 09:19:18 > git config core.sparsecheckout # timeout=10 09:19:18 > git checkout -f b20dce001322759bc5fe0d8ea69081647b1dc75c # timeout=10 09:19:22 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" 09:19:23 > git --version # timeout=10 09:19:23 > git --version # 'git version 2.17.1' 09:19:23 fatal: bad object f4a1163c6b2b14014f487cca778b157dcbc6cc6b [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:19:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:19:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:19:25 + sudo service docker restart 09:19:25 + true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:19:44 provisioning config files... 09:19:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8119820534448277288tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:19:44 ---> docker-login.sh 09:19:44 nexus3.edgexfoundry.org:10001 09:19:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:19:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:19:45 Configure a credential helper to remove this warning. See 09:19:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:19:45 09:19:45 Login Succeeded 09:19:45 nexus3.edgexfoundry.org:10002 09:19:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:19:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:19:46 Configure a credential helper to remove this warning. See 09:19:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:19:46 09:19:46 Login Succeeded 09:19:46 nexus3.edgexfoundry.org:10003 09:19:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:19:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:19:47 Configure a credential helper to remove this warning. See 09:19:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:19:47 09:19:47 Login Succeeded 09:19:47 nexus3.edgexfoundry.org:10004 09:19:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:19:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:19:47 Configure a credential helper to remove this warning. See 09:19:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:19:47 09:19:47 Login Succeeded 09:19:47 docker.io 09:19:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:19:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:19:48 Configure a credential helper to remove this warning. See 09:19:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:19:48 09:19:48 Login Succeeded 09:19:48 ---> docker-login.sh ends [Pipeline] } 09:19:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:19:49 ========================================================= 09:19:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 09:19:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:19:49 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 09:19:51 Sending build context to Docker daemon 166.2MB 09:19:52 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 09:19:52 Step 2/6 : FROM ${BASE} 09:19:52 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:19:52 595b0fe564bb: Pulling fs layer 09:19:52 7186ed65a4f7: Pulling fs layer 09:19:52 316046926c0a: Pulling fs layer 09:19:52 4ebd0625c992: Pulling fs layer 09:19:52 207e8628e3a3: Pulling fs layer 09:19:52 c791037a9be2: Pulling fs layer 09:19:52 ffd874e62e21: Pulling fs layer 09:19:52 207e8628e3a3: Waiting 09:19:52 c791037a9be2: Waiting 09:19:52 ffd874e62e21: Waiting 09:19:52 4ebd0625c992: Waiting 09:19:52 316046926c0a: Download complete 09:19:52 7186ed65a4f7: Verifying Checksum 09:19:52 7186ed65a4f7: Download complete 09:19:52 207e8628e3a3: Verifying Checksum 09:19:52 207e8628e3a3: Download complete 09:19:52 c791037a9be2: Verifying Checksum 09:19:52 c791037a9be2: Download complete 09:19:52 595b0fe564bb: Verifying Checksum 09:19:52 595b0fe564bb: Download complete 09:19:53 595b0fe564bb: Pull complete 09:19:53 7186ed65a4f7: Pull complete 09:19:54 316046926c0a: Pull complete 09:19:55 ffd874e62e21: Verifying Checksum 09:19:55 ffd874e62e21: Download complete 09:19:57 4ebd0625c992: Verifying Checksum 09:19:57 4ebd0625c992: Download complete 09:20:07 4ebd0625c992: Pull complete 09:20:07 207e8628e3a3: Pull complete 09:20:07 c791037a9be2: Pull complete 09:20:11 ffd874e62e21: Pull complete 09:20:11 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 09:20:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 09:20:11 ---> cfc18b08335c 09:20:11 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 09:20:12 ---> Running in 3ac18f88744a 09:20:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 09:20:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 09:20:18 (1/12) Installing libmagic (5.39-r0) 09:20:19 (2/12) Installing file (5.39-r0) 09:20:19 (3/12) Installing libc-dev (0.7.2-r3) 09:20:19 (4/12) Installing g++ (10.2.1_pre1-r3) 09:20:37 (5/12) Installing fortify-headers (1.1-r0) 09:20:37 (6/12) Installing patch (2.7.6-r6) 09:20:37 (7/12) Installing build-base (0.5-r2) 09:20:37 (8/12) Installing libsodium (1.0.18-r0) 09:20:38 (9/12) Installing pkgconf (1.7.3-r0) 09:20:38 (10/12) Installing libsodium-dev (1.0.18-r0) 09:20:38 (11/12) Installing libzmq (4.3.3-r1) 09:20:38 (12/12) Installing zeromq-dev (4.3.3-r1) 09:20:38 Executing busybox-1.32.1-r6.trigger 09:20:38 OK: 218 MiB in 52 packages 09:20:42 Removing intermediate container 3ac18f88744a 09:20:42 ---> e8442b676f48 09:20:42 Step 4/6 : WORKDIR /edgex-go 09:20:42 ---> Running in 80580955a102 09:20:42 Removing intermediate container 80580955a102 09:20:42 ---> d7ee1babdfd4 09:20:42 Step 5/6 : COPY go.mod . 09:20:43 ---> 7bdaa3e586b6 09:20:43 Step 6/6 : RUN go mod download 09:20:43 ---> Running in f872ee49e783 09:21:10 Removing intermediate container f872ee49e783 09:21:10 ---> 2896f5a168f7 09:21:10 Successfully built 2896f5a168f7 09:21:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:21:11 + docker inspect -f . ci-base-image-arm64 09:21:11 . [Pipeline] withDockerContainer 09:21:11 prd-ubuntu18.04-docker-arm64-4c-16g-1206 does not seem to be running inside a container 09:21:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 09:21:13 $ docker top c7d52d2a5302d67a00864ecefd15a39328c706c896a05bcbb1858bda7a8efa5e -eo pid,comm [Pipeline] { [Pipeline] sh 09:21:14 + go version 09:21:14 go version go1.16.3 linux/arm64 [Pipeline] } 09:21:14 $ docker stop --time=1 c7d52d2a5302d67a00864ecefd15a39328c706c896a05bcbb1858bda7a8efa5e 09:21:16 $ docker rm -f c7d52d2a5302d67a00864ecefd15a39328c706c896a05bcbb1858bda7a8efa5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:21:17 + docker inspect -f . ci-base-image-arm64 09:21:17 . [Pipeline] withDockerContainer 09:21:17 prd-ubuntu18.04-docker-arm64-4c-16g-1206 does not seem to be running inside a container 09:21:17 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 09:21:19 $ docker top da8094825eeb3b9c59bf5bc91e5806282594f6a170d517f4c2ad775e85a335c0 -eo pid,comm [Pipeline] { [Pipeline] echo 09:21:20 ========================================================= 09:21:20 [edgeXBuildGoParallel] Running Tests and Build... 09:21:20 ========================================================= [Pipeline] sh 09:21:20 + go mod tidy [Pipeline] sh 09:21:22 + make test 09:21:22 go mod tidy 09:21:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:21:49 ? github.com/edgexfoundry/edgex-go [no test files] 09:22:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:22:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:23:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:23:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:23:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:23:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:23:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:23:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:23:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:23:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:23:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:23:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:23:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:23:20 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 09:23:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:23:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:23:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 09:23:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.161s coverage: 28.7% of statements 09:23:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.248s coverage: 100.0% of statements 09:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 09:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:23:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.222s coverage: 81.2% of statements 09:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:23:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.395s coverage: 53.4% of statements 09:23:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:23:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:23:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.517s coverage: 87.7% of statements 09:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:23:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.212s coverage: 78.9% of statements 09:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 09:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:23:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.328s coverage: 95.1% of statements 09:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:23:37 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:23:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:23:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:23:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:23:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:23:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:23:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:23:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.162s coverage: 58.8% of statements 09:23:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/application [no test files] 09:23:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:23:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http 0.204s coverage: 60.0% of statements 09:23:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.340s coverage: 0.8% of statements 09:23:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:23:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.257s coverage: 22.0% of statements 09:23:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:23:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.271s coverage: 47.1% of statements 09:23:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.200s coverage: 79.5% of statements 09:23:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.209s coverage: 94.1% of statements 09:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.193s coverage: 96.3% of statements 09:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.156s coverage: 87.5% of statements 09:23:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.304s coverage: 94.4% of statements 09:23:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.197s coverage: 44.8% of statements 09:23:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.595s coverage: 81.8% of statements 09:23:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 09:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.267s coverage: 92.9% of statements 09:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements 09:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 09:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 09:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 09:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 09:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 09:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.147s coverage: 100.0% of statements 09:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.174s coverage: 76.0% of statements 09:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.187s coverage: 80.0% of statements 09:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.224s coverage: 87.2% of statements 09:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.287s coverage: 85.4% of statements 09:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.307s coverage: 91.2% of statements 09:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.673s coverage: 64.4% of statements 09:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.171s coverage: 100.0% of statements 09:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements 09:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements 09:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements 09:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.086s coverage: 100.0% of statements 09:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.934s coverage: 66.9% of statements 09:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 09:24:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.760s coverage: 43.6% of statements 09:24:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:24:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:24:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.137s coverage: 89.5% of statements 09:24:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 09:24:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.082s coverage: 84.8% of statements 09:24:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 09:24:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:24:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:24:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 09:24:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 6.244s coverage: 19.3% of statements 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel [no test files] 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel/mocks [no test files] 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 09:24:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.556s coverage: 91.9% of statements 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 09:24:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.186s coverage: 62.7% of statements 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 09:24:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.358s coverage: 97.6% of statements 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 09:24:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:24:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:24:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:24:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements 09:24:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.198s coverage: 28.1% of statements 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 09:24:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application [no test files] 09:24:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct 0.167s coverage: 28.9% of statements 09:24:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct/config [no test files] 09:24:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/executor [no test files] 09:24:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/container [no test files] 09:24:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 09:24:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/interfaces [no test files] 09:24:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 09:24:20 GO111MODULE=on go vet ./... 09:25:42 gofmt -l . 09:25:42 [ "`gofmt -l .`" = "" ] 09:25:42 ./bin/test-attribution-txt.sh [Pipeline] sh 09:25:45 + ls -al . 09:25:45 total 556 09:25:45 drwxrwxr-x 9 1001 1001 4096 Jun 9 09:25 . 09:25:45 drwxr-xr-x 4 root root 4096 Jun 9 09:21 .. 09:25:45 -rw-rw-r-- 1 1001 1001 11 Jun 9 09:19 .dockerignore 09:25:45 drwxrwxr-x 8 1001 1001 4096 Jun 9 09:19 .git 09:25:45 drwxrwxr-x 3 1001 1001 4096 Jun 9 09:19 .github 09:25:45 -rw-rw-r-- 1 1001 1001 818 Jun 9 09:19 .gitignore 09:25:45 -rw-rw-r-- 1 1001 1001 166 Jun 9 09:19 .sonarcloud.properties 09:25:45 -rw-rw-r-- 1 1001 1001 8609 Jun 9 09:19 Attribution.txt 09:25:45 -rw-rw-r-- 1 1001 1001 3804 Jun 9 09:19 CONTRIBUTING.md 09:25:45 -rw-rw-r-- 1 1001 1001 931 Jun 9 09:19 Dockerfile.build 09:25:45 -rw-rw-r-- 1 1001 1001 849 Jun 9 09:19 Jenkinsfile 09:25:45 -rw-rw-r-- 1 1001 1001 10775 Jun 9 09:19 LICENSE 09:25:45 -rw-rw-r-- 1 1001 1001 5605 Jun 9 09:19 Makefile 09:25:45 -rw-rw-r-- 1 1001 1001 7978 Jun 9 09:19 README.md 09:25:45 -rw-rw-r-- 1 1001 1001 7071 Jun 9 09:19 SECURITY.md 09:25:45 -rw-rw-r-- 1 1001 1001 5 Jun 9 07:26 VERSION 09:25:45 -rw-rw-r-- 1 1001 1001 4131 Jun 9 09:19 ZMQWindows.md 09:25:45 drwxrwxr-x 2 1001 1001 4096 Jun 9 09:19 bin 09:25:45 drwxrwxr-x 14 1001 1001 4096 Jun 9 09:19 cmd 09:25:45 -rw-r--r-- 1 root root 411487 Jun 9 09:24 coverage.out 09:25:45 -rw-rw-r-- 1 1001 1001 902 Jun 9 09:19 go.mod 09:25:45 -rw-r--r-- 1 root root 21368 Jun 9 09:21 go.sum 09:25:45 drwxrwxr-x 8 1001 1001 4096 Jun 9 09:19 internal 09:25:45 drwxrwxr-x 3 1001 1001 4096 Jun 9 09:19 openapi 09:25:45 drwxrwxr-x 4 1001 1001 4096 Jun 9 09:19 snap 09:25:45 -rw-rw-r-- 1 1001 1001 168 Jun 9 09:19 version.go [Pipeline] sh 09:25:46 + '[' -e coverage.out ] 09:25:46 + chown 1001:1001 coverage.out [Pipeline] stash 09:25:47 Stashed 1 file(s) [Pipeline] sh 09:25:47 + make build 09:25:47 go mod tidy 09:25:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 09:25:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:26:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:26:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:26:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:26:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:26:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:26:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:26:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:26:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:26:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 09:26:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 09:26:51 $ docker stop --time=1 da8094825eeb3b9c59bf5bc91e5806282594f6a170d517f4c2ad775e85a335c0 09:26:53 $ docker rm -f da8094825eeb3b9c59bf5bc91e5806282594f6a170d517f4c2ad775e85a335c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:26:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:26:56 09:26:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:26:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:26:57 latest: Pulling from edgex-devops/edgex-compose-arm64 09:26:57 29e5d40040c1: Pulling fs layer 09:26:57 1ce36da41761: Pulling fs layer 09:26:57 25b303627fd3: Pulling fs layer 09:26:58 29e5d40040c1: Verifying Checksum 09:26:58 29e5d40040c1: Download complete 09:26:58 1ce36da41761: Verifying Checksum 09:26:58 1ce36da41761: Download complete 09:26:58 29e5d40040c1: Pull complete 09:27:00 1ce36da41761: Pull complete 09:27:00 25b303627fd3: Verifying Checksum 09:27:00 25b303627fd3: Download complete 09:27:10 25b303627fd3: Pull complete 09:27:10 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:27:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:27:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:27:10 prd-ubuntu18.04-docker-arm64-4c-16g-1206 does not seem to be running inside a container 09:27:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:27:13 $ docker top 4e7158bc01f5a7c52c460f67f6e30af665396a67da1056df8c9a41c43b936b20 -eo pid,comm [Pipeline] { [Pipeline] sh 09:27:14 + docker-compose build --help 09:27:14 + grep parallel 09:27:18 --parallel Build images in parallel. [Pipeline] } 09:27:18 $ docker stop --time=1 4e7158bc01f5a7c52c460f67f6e30af665396a67da1056df8c9a41c43b936b20 09:27:20 $ docker rm -f 4e7158bc01f5a7c52c460f67f6e30af665396a67da1056df8c9a41c43b936b20 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:27:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:27:21 . [Pipeline] withDockerContainer 09:27:21 prd-ubuntu18.04-docker-arm64-4c-16g-1206 does not seem to be running inside a container 09:27:21 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:27:23 $ docker top fe26b88ae3f2175b98af8af59a4fc3c8e106454e8038da59775442d0cc22246a -eo pid,comm [Pipeline] { [Pipeline] sh 09:27:24 + docker-compose -f ./docker-compose-build.yml build --parallel 09:27:27 Building core-command ... 09:27:27 Building core-data ... 09:27:27 Building core-metadata ... 09:27:27 Building security-bootstrapper ... 09:27:27 Building security-proxy-setup ... 09:27:27 Building security-secretstore-setup ... 09:27:27 Building support-notifications ... 09:27:27 Building support-scheduler ... 09:27:27 Building sys-mgmt-agent ... 09:27:27 Building support-scheduler 09:27:27 Building support-notifications 09:27:27 Building security-proxy-setup 09:27:27 Building core-data 09:27:27 Building core-metadata 09:28:35 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:28:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:28:35 ---> 2896f5a168f7 09:28:35 Step 3/23 : WORKDIR /edgex-go 09:28:35 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:28:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:28:35 ---> 2896f5a168f7 09:28:35 Step 3/22 : WORKDIR /edgex-go 09:28:35 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:28:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:28:35 ---> 2896f5a168f7 09:28:35 Step 3/24 : WORKDIR /edgex-go 09:28:35 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:28:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:28:35 ---> 2896f5a168f7 09:28:35 Step 3/23 : WORKDIR /edgex-go 09:28:35 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:28:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:28:35 ---> 2896f5a168f7 09:28:35 Step 3/24 : WORKDIR /edgex-go 09:28:36 ---> Running in 4d06e4cd7133 09:28:36 ---> Running in f47a256516fa 09:28:36 ---> Running in f22abaafeed0 09:28:36 ---> Running in 60c6deb22f7b 09:28:36 ---> Running in 0c791ee2c8e2 09:28:36 Removing intermediate container f47a256516fa 09:28:36 ---> 100618f7d233 09:28:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:28:36 Removing intermediate container 60c6deb22f7b 09:28:36 ---> ad92cb2d3660 09:28:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:28:37 Removing intermediate container f22abaafeed0 09:28:37 ---> ffc94ff24db9 09:28:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:28:37 Removing intermediate container 4d06e4cd7133 09:28:37 ---> b70f9f6b2586 09:28:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:28:37 Removing intermediate container 0c791ee2c8e2 09:28:37 ---> e956128e946d 09:28:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:28:37 ---> Running in 2836a4eafaae 09:28:37 ---> Running in b31e8b8e3714 09:28:37 ---> Running in 546141bd2ace 09:28:37 ---> Running in 542300e40f08 09:28:37 ---> Running in 38003ec786b2 09:28:41 Removing intermediate container b31e8b8e3714 09:28:41 ---> f9b8ed1c8147 09:28:41 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 09:28:41 ---> Running in 7c3822efdc3f 09:28:41 Removing intermediate container 2836a4eafaae 09:28:41 ---> d074ce190442 09:28:41 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:28:41 ---> Running in 4fcad453f792 09:28:41 Removing intermediate container 546141bd2ace 09:28:41 ---> e9d7e0e9d797 09:28:41 Step 5/23 : RUN apk add --update --no-cache make git 09:28:41 Removing intermediate container 542300e40f08 09:28:41 ---> 8cb7308fd6f1 09:28:41 Step 5/22 : RUN apk add --update --no-cache make git 09:28:41 Removing intermediate container 38003ec786b2 09:28:41 ---> 5a8a3b46e155 09:28:41 Step 5/24 : RUN apk add --update --no-cache make git 09:28:41 ---> Running in b76c287bbad5 09:28:41 ---> Running in 1dce5705466b 09:28:42 ---> Running in 02af54412ee9 09:28:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 09:28:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 09:28:44 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 09:28:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 09:28:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 09:28:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 09:28:44 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 09:28:44 OK: 218 MiB in 52 packages 09:28:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 09:28:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 09:28:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 09:28:45 OK: 218 MiB in 52 packages 09:28:46 OK: 218 MiB in 52 packages 09:28:46 OK: 218 MiB in 52 packages 09:28:46 Removing intermediate container 7c3822efdc3f 09:28:46 ---> cd6d15dbbaf7 09:28:46 Step 6/23 : COPY go.mod . 09:28:46 OK: 218 MiB in 52 packages 09:28:47 Removing intermediate container 4fcad453f792 09:28:47 ---> c75a57ed336c 09:28:47 Step 6/24 : COPY go.mod . 09:28:48 ---> 8270abcf313a 09:28:48 Step 7/23 : RUN go mod download 09:28:48 ---> Running in 371d5c80bae6 09:28:48 Removing intermediate container 1dce5705466b 09:28:48 ---> 740d7925c1a1 09:28:48 Step 6/23 : COPY go.mod . 09:28:48 ---> 3571c4eb9d98 09:28:48 Step 7/24 : RUN go mod download 09:28:48 Removing intermediate container b76c287bbad5 09:28:48 ---> 044426bbf617 09:28:48 Step 6/22 : COPY go.mod . 09:28:48 Removing intermediate container 02af54412ee9 09:28:48 ---> 87f846aec118 09:28:48 Step 6/24 : COPY go.mod . 09:28:49 ---> Running in 032c3a248058 09:28:49 ---> 66d27dfe4ed7 09:28:49 Step 7/23 : RUN go mod download 09:28:50 ---> Running in ab98023fe616 09:28:50 ---> b8d8b7b2a4e1 09:28:50 Step 7/24 : RUN go mod download 09:28:50 ---> 631aa406a081 09:28:50 Step 7/22 : RUN go mod download 09:28:50 ---> Running in 14024298d3e8 09:28:50 ---> Running in 62eeaeb91f8c 09:28:52 Removing intermediate container 371d5c80bae6 09:28:52 ---> 8d3e625f414e 09:28:52 Step 8/23 : COPY . . 09:28:52 Removing intermediate container 032c3a248058 09:28:52 ---> 191deff295fc 09:28:52 Step 8/24 : COPY . . 09:28:56 Removing intermediate container ab98023fe616 09:28:56 ---> f43d980a7230 09:28:56 Step 8/23 : COPY . . 09:28:56 Removing intermediate container 14024298d3e8 09:28:56 ---> 68b399ae938b 09:28:56 Step 8/24 : COPY . . 09:28:56 Removing intermediate container 62eeaeb91f8c 09:28:56 ---> dca14fcc28e0 09:28:56 Step 8/22 : COPY . . 09:29:18 ---> d6f6a617f6c6 09:29:18 Step 9/23 : RUN go mod tidy 09:29:18 ---> 95e34fb6fa8a 09:29:18 Step 9/24 : RUN go mod tidy 09:29:18 ---> 90fff82cc244 09:29:18 Step 9/23 : RUN go mod tidy 09:29:18 ---> dfc48b16101c 09:29:18 Step 9/24 : RUN go mod tidy 09:29:18 ---> Running in 12df5261d4d4 09:29:18 ---> Running in 628e4f85f6e1 09:29:18 ---> Running in 0b07864a518b 09:29:18 ---> Running in 7fdd0e04cd0e 09:29:18 ---> 428e74ba1ef9 09:29:18 Step 9/22 : RUN go mod tidy 09:29:18 ---> Running in 22a0da170729 09:29:24 Removing intermediate container 628e4f85f6e1 09:29:24 ---> 2be9f790556d 09:29:24 Step 10/24 : RUN make cmd/core-data/core-data 09:29:24 ---> Running in f0a2d0949cb5 09:29:24 Removing intermediate container 12df5261d4d4 09:29:24 ---> f6e9ac8f619b 09:29:24 Step 10/23 : RUN make cmd/support-notifications/support-notifications 09:29:24 Removing intermediate container 0b07864a518b 09:29:24 ---> 3b34b5c7cdc2 09:29:24 Step 10/24 : RUN make cmd/core-metadata/core-metadata 09:29:24 ---> Running in e97716d0c993 09:29:24 ---> Running in f9ff19e4a3b4 09:29:24 Removing intermediate container 22a0da170729 09:29:24 ---> 7df0b3e5725e 09:29:24 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:29:25 Removing intermediate container 7fdd0e04cd0e 09:29:25 ---> febbd6f207df 09:29:25 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 09:29:25 ---> Running in 1c7eb526ef84 09:29:25 ---> Running in 07454de46be0 09:29:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 09:29:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:29:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:29:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:29:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:31:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 09:31:28 Removing intermediate container 07454de46be0 09:31:28 ---> 5b374641c594 09:31:28 09:31:28 Step 11/23 : FROM alpine:3.12 09:31:28 Removing intermediate container 1c7eb526ef84 09:31:28 ---> da5eaf87d178 09:31:28 09:31:28 Step 11/22 : FROM alpine:3.12 09:31:28 Removing intermediate container e97716d0c993 09:31:28 ---> 16ceb38628dc 09:31:28 09:31:28 Step 11/23 : FROM alpine:3.12 09:31:29 3.12: Pulling from library/alpine 09:31:29 3.12: Pulling from library/alpine 09:31:29 3.12: Pulling from library/alpine 09:31:30 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 09:31:30 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 09:31:30 Status: Downloaded newer image for alpine:3.12 09:31:30 Status: Image is up to date for alpine:3.12 09:31:30 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 09:31:30 Status: Image is up to date for alpine:3.12 09:31:30 ---> 9852663dfa18 09:31:30 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 09:31:30 ---> 9852663dfa18 09:31:30 Step 12/23 : RUN apk add --update --no-cache dumb-init 09:31:30 ---> 9852663dfa18 09:31:30 Step 12/22 : RUN apk add --update --no-cache curl 09:31:31 ---> Running in f792a6d847f5 09:31:31 ---> Running in 1c5b24c0ce79 09:31:31 ---> Running in bc2a136d9dae 09:31:32 Removing intermediate container f9ff19e4a3b4 09:31:32 ---> a075a216baac 09:31:32 09:31:32 Step 11/24 : FROM alpine:3.12 09:31:32 ---> 9852663dfa18 09:31:32 Step 12/24 : RUN apk add --update --no-cache dumb-init 09:31:32 ---> Running in f79d54d58c45 09:31:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:31:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:31:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:31:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:31:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:31:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:31:34 (1/4) Installing ca-certificates (20191127-r4) 09:31:34 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:31:34 (3/4) Installing libcurl (7.77.0-r0) 09:31:34 (4/4) Installing curl (7.77.0-r0) 09:31:34 (1/1) Installing dumb-init (1.2.2-r1) 09:31:34 Executing busybox-1.31.1-r20.trigger 09:31:34 Executing busybox-1.31.1-r20.trigger 09:31:34 OK: 5 MiB in 15 packages 09:31:34 Executing ca-certificates-20191127-r4.trigger 09:31:34 (1/2) Installing ca-certificates (20191127-r4) 09:31:34 OK: 7 MiB in 18 packages 09:31:34 (2/2) Installing dumb-init (1.2.2-r1) 09:31:34 Executing busybox-1.31.1-r20.trigger 09:31:34 Executing ca-certificates-20191127-r4.trigger 09:31:35 OK: 6 MiB in 16 packages 09:31:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:31:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:31:36 (1/1) Installing dumb-init (1.2.2-r1) 09:31:36 Executing busybox-1.31.1-r20.trigger 09:31:36 OK: 5 MiB in 15 packages 09:31:37 Removing intermediate container 1c5b24c0ce79 09:31:37 ---> 0ec3b28a847b 09:31:37 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:31:37 Removing intermediate container f0a2d0949cb5 09:31:37 ---> a2444181c8e1 09:31:37 09:31:37 Step 11/24 : FROM alpine:3.12 09:31:37 ---> 9852663dfa18 09:31:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:31:37 ---> Running in 75c1d4ed51e8 09:31:37 ---> Running in cd1d9903e8d5 09:31:37 Removing intermediate container f79d54d58c45 09:31:37 ---> cf8ff1bcfaf6 09:31:37 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:31:37 Removing intermediate container f792a6d847f5 09:31:37 ---> bab947e389a3 09:31:37 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:31:37 Removing intermediate container bc2a136d9dae 09:31:37 ---> 170213dc5aac 09:31:37 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:31:38 Removing intermediate container 75c1d4ed51e8 09:31:38 ---> 3a0ac541c96a 09:31:38 Step 14/23 : ENV APP_PORT=59861 09:31:38 ---> Running in d4394c256469 09:31:38 ---> Running in ce7e1f2f07ea 09:31:38 ---> Running in 45c315a52163 09:31:38 Removing intermediate container cd1d9903e8d5 09:31:38 ---> 6f7c01fc8da7 09:31:38 Step 13/24 : ENV APP_PORT=59880 09:31:38 ---> Running in b0e609b5e20e 09:31:38 ---> Running in 201ec0e8a68b 09:31:38 Removing intermediate container d4394c256469 09:31:38 ---> 0c287101592c 09:31:38 Step 14/24 : ENV APP_PORT=59881 09:31:39 ---> Running in 63758501393d 09:31:39 Removing intermediate container 45c315a52163 09:31:39 ---> 2679fbedd4dd 09:31:39 Step 14/22 : WORKDIR /edgex 09:31:39 Removing intermediate container ce7e1f2f07ea 09:31:39 ---> 1493e57b41cc 09:31:39 Step 14/23 : ENV APP_PORT=59860 09:31:39 Removing intermediate container b0e609b5e20e 09:31:39 ---> f7a609257273 09:31:39 Step 15/23 : EXPOSE $APP_PORT 09:31:39 ---> Running in 514158a1ce75 09:31:39 ---> Running in d3206660fa8a 09:31:39 Removing intermediate container 201ec0e8a68b 09:31:39 ---> b92cd4f4bbcb 09:31:39 Step 14/24 : EXPOSE $APP_PORT 09:31:39 ---> Running in f2202c3c1bf3 09:31:39 Removing intermediate container 63758501393d 09:31:39 ---> 56399816c7e2 09:31:39 Step 15/24 : EXPOSE $APP_PORT 09:31:39 ---> Running in d1760fda8a0c 09:31:39 ---> Running in 9933ada49a72 09:31:39 Removing intermediate container d3206660fa8a 09:31:39 ---> 276693b8f243 09:31:39 Step 15/23 : EXPOSE $APP_PORT 09:31:40 Removing intermediate container 514158a1ce75 09:31:40 ---> 047e42224198 09:31:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:31:40 ---> Running in ae65ba33b9f1 09:31:40 Removing intermediate container f2202c3c1bf3 09:31:40 ---> 799f8bc95f97 09:31:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:31:40 Removing intermediate container d1760fda8a0c 09:31:40 ---> 6f7e2718083e 09:31:40 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:31:40 Removing intermediate container 9933ada49a72 09:31:40 ---> 7565bd1ff55e 09:31:40 Step 16/24 : WORKDIR / 09:31:40 ---> Running in 82ddae18681e 09:31:40 ---> Running in c4d6c50049d4 09:31:40 Removing intermediate container ae65ba33b9f1 09:31:40 ---> ea162e2948ce 09:31:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:31:41 ---> 66e205a91fda 09:31:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:31:41 ---> 556777963e46 09:31:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:31:41 Removing intermediate container c4d6c50049d4 09:31:41 ---> da255cb86fa1 09:31:41 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 09:31:42 ---> 93ac509b5747 09:31:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:31:43 ---> f79ba04bb832 09:31:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:31:43 ---> c3dde1877952 09:31:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:31:43 ---> e4352345d7e5 09:31:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:31:44 Removing intermediate container 82ddae18681e 09:31:44 ---> bf7afaa25613 09:31:44 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 09:31:44 ---> 5acbbaa0e592 09:31:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:31:44 ---> a9e0cd23d862 09:31:44 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 09:31:45 ---> Running in 4d06359b7046 09:31:45 ---> Running in 3a420e31e022 09:31:45 ---> 0e53f897261b 09:31:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:31:45 ---> a8927e38cbb7 09:31:45 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:31:45 ---> Running in 557189522f87 09:31:45 ---> b8e74f11aefe 09:31:45 Step 19/23 : ENTRYPOINT ["/support-notifications"] 09:31:45 ---> Running in 81fb5b792ebc 09:31:46 Removing intermediate container 3a420e31e022 09:31:46 ---> b25d470e335b 09:31:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:31:46 ---> Running in 2294fe2c06a1 09:31:46 Removing intermediate container 557189522f87 09:31:46 ---> 88c3b5243354 09:31:46 Step 19/22 : CMD ["--init=true"] 09:31:46 ---> 2f23ac6c0103 09:31:46 Step 20/24 : ENTRYPOINT ["/core-metadata"] 09:31:46 Removing intermediate container 81fb5b792ebc 09:31:46 ---> 535f8b602653 09:31:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:31:46 ---> Running in f455b20e649c 09:31:46 ---> Running in 437ba1e42589 09:31:47 ---> Running in cc2d0c2f66e5 09:31:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:31:47 Removing intermediate container 2294fe2c06a1 09:31:47 ---> b9d698c3a115 09:31:47 Step 21/23 : LABEL arch=arm64 09:31:47 ---> Running in 4507fd6959c6 09:31:47 Removing intermediate container f455b20e649c 09:31:47 ---> 2775a813e312 09:31:47 Step 20/22 : LABEL arch=arm64 09:31:47 Removing intermediate container 437ba1e42589 09:31:47 ---> 6b889fb4c666 09:31:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:31:47 ---> Running in 7a54b02a879b 09:31:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:31:47 Removing intermediate container cc2d0c2f66e5 09:31:47 ---> a3db5578cb95 09:31:47 Step 21/23 : LABEL arch=arm64 09:31:47 ---> Running in 6fa281b71f9c 09:31:48 ---> Running in be90528b8730 09:31:48 Removing intermediate container 4507fd6959c6 09:31:48 ---> c44a96be0aeb 09:31:48 Step 22/23 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c 09:31:48 ---> Running in 9556b6e279ee 09:31:48 Removing intermediate container 7a54b02a879b 09:31:48 ---> 06e9454c1dd9 09:31:48 Step 21/22 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c 09:31:48 ---> Running in d37e3e69af52 09:31:48 Removing intermediate container 6fa281b71f9c 09:31:48 ---> 0270f028d085 09:31:48 Step 22/24 : LABEL arch=arm64 09:31:48 (1/6) Installing dumb-init (1.2.2-r1) 09:31:48 Removing intermediate container be90528b8730 09:31:48 ---> cc01b703195c 09:31:48 Step 22/23 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c 09:31:48 (2/6) Installing libgcc (9.3.0-r2) 09:31:48 ---> Running in 8cee45c41e79 09:31:48 (3/6) Installing libsodium (1.0.18-r0) 09:31:48 (4/6) Installing libstdc++ (9.3.0-r2) 09:31:48 ---> Running in a0434653d5a4 09:31:48 Removing intermediate container 9556b6e279ee 09:31:48 ---> 34107e654f67 09:31:48 Step 23/23 : LABEL version=0.0.0 09:31:49 (5/6) Installing libzmq (4.3.3-r0) 09:31:49 (6/6) Installing zeromq (4.3.3-r0) 09:31:49 ---> Running in b15f996170c6 09:31:49 Removing intermediate container d37e3e69af52 09:31:49 ---> 35fee80221bd 09:31:49 Step 22/22 : LABEL version=0.0.0 09:31:49 Executing busybox-1.31.1-r20.trigger 09:31:49 OK: 8 MiB in 20 packages 09:31:49 ---> Running in e95a4433ebc0 09:31:49 Removing intermediate container 8cee45c41e79 09:31:49 ---> 4cd255451b71 09:31:49 Step 23/24 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c 09:31:49 Removing intermediate container a0434653d5a4 09:31:49 ---> 56d4fe2d2135 09:31:49 Step 23/23 : LABEL version=0.0.0 09:31:50 ---> Running in e42dbaa6089b 09:31:50 ---> Running in d1e0bce54976 09:31:50 Removing intermediate container b15f996170c6 09:31:50 ---> d36b83fa398d 09:31:50 09:31:50 Removing intermediate container e95a4433ebc0 09:31:50 ---> e71aa13a2925 09:31:50 09:31:50 Successfully built d36b83fa398d 09:31:50 Removing intermediate container e42dbaa6089b 09:31:50 ---> d0889c53ebb1 09:31:50 09:31:50 Successfully tagged support-scheduler-arm64:latest 09:31:50  Building support-scheduler ... done Building security-secretstore-setup 09:31:50 Successfully built e71aa13a2925 09:31:51 Successfully tagged security-proxy-setup-arm64:latest 09:31:51  Building security-proxy-setup ... done Building security-bootstrapper 09:31:51 Removing intermediate container d1e0bce54976 09:31:51 ---> d38693ce1273 09:31:51 Step 24/24 : LABEL version=0.0.0 09:31:51 Removing intermediate container 4d06359b7046 09:31:51 ---> 304d249d81d4 09:31:51 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 09:31:51 ---> Running in addfedcd2517 09:31:51 Successfully built d0889c53ebb1 09:31:51 Successfully tagged support-notifications-arm64:latest 09:31:51  Building support-notifications ... done Building sys-mgmt-agent 09:31:52 Removing intermediate container addfedcd2517 09:31:52 ---> 1984b65b2db0 09:31:52 09:31:52 Successfully built 1984b65b2db0 09:31:52 Successfully tagged core-metadata-arm64:latest 09:31:52 Building core-command 09:31:52  Building core-metadata ... done  ---> efe5dd17c743 09:31:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:31:54 ---> 3b51c4cfac11 09:31:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:31:54 ---> fb3accf2c859 09:31:54 Step 20/24 : ENTRYPOINT ["/core-data"] 09:31:54 ---> Running in c5a008a14faf 09:31:55 Removing intermediate container c5a008a14faf 09:31:55 ---> ed19898f3810 09:31:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:31:55 ---> Running in 026ea623f587 09:31:56 Removing intermediate container 026ea623f587 09:31:56 ---> 461c7f58224d 09:31:56 Step 22/24 : LABEL arch=arm64 09:31:57 ---> Running in 6c47f2d9104c 09:31:58 Removing intermediate container 6c47f2d9104c 09:31:58 ---> c2c9a55638c4 09:31:58 Step 23/24 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c 09:31:58 ---> Running in 487948fa08fb 09:31:59 Removing intermediate container 487948fa08fb 09:31:59 ---> 539c047847b5 09:31:59 Step 24/24 : LABEL version=0.0.0 09:31:59 ---> Running in 28f7afe9d51d 09:32:00 Removing intermediate container 28f7afe9d51d 09:32:00 ---> a252983e576d 09:32:00 09:32:00 Successfully built a252983e576d 09:32:00 Successfully tagged core-data-arm64:latest 09:32:47  Building core-data ... done Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:32:47 Step 2/32 : FROM ${BUILDER_BASE} AS builder 09:32:47 ---> 2896f5a168f7 09:32:47 Step 3/32 : WORKDIR /edgex-go 09:32:47 ---> Using cache 09:32:47 ---> b70f9f6b2586 09:32:47 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:32:47 ---> Using cache 09:32:47 ---> e9d7e0e9d797 09:32:47 Step 5/32 : RUN apk add --update --no-cache make git 09:32:47 ---> Using cache 09:32:47 ---> 740d7925c1a1 09:32:47 Step 6/32 : COPY go.mod . 09:32:47 ---> Using cache 09:32:47 ---> 66d27dfe4ed7 09:32:47 Step 7/32 : RUN go mod download 09:32:47 ---> Using cache 09:32:47 ---> f43d980a7230 09:32:47 Step 8/32 : COPY . . 09:32:47 ---> Using cache 09:32:47 ---> 90fff82cc244 09:32:47 Step 9/32 : RUN go mod tidy 09:32:47 ---> Using cache 09:32:47 ---> febbd6f207df 09:32:47 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 09:32:47 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:32:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:32:47 ---> 2896f5a168f7 09:32:47 Step 3/26 : WORKDIR /edgex-go 09:32:47 ---> Using cache 09:32:47 ---> b70f9f6b2586 09:32:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:32:47 ---> Using cache 09:32:47 ---> e9d7e0e9d797 09:32:47 Step 5/26 : RUN apk add --update --no-cache make git 09:32:47 ---> Using cache 09:32:47 ---> 740d7925c1a1 09:32:47 Step 6/26 : COPY go.mod . 09:32:47 ---> Using cache 09:32:47 ---> 66d27dfe4ed7 09:32:47 Step 7/26 : RUN go mod download 09:32:47 ---> Using cache 09:32:47 ---> f43d980a7230 09:32:47 Step 8/26 : COPY . . 09:32:47 ---> Using cache 09:32:47 ---> 90fff82cc244 09:32:47 Step 9/26 : RUN go mod tidy 09:32:47 ---> Using cache 09:32:47 ---> febbd6f207df 09:32:47 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:32:47 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:32:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:32:47 ---> 2896f5a168f7 09:32:47 Step 3/24 : WORKDIR /edgex-go 09:32:47 ---> Using cache 09:32:47 ---> b70f9f6b2586 09:32:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:32:47 ---> Using cache 09:32:47 ---> e9d7e0e9d797 09:32:47 Step 5/24 : RUN apk add --update --no-cache make git 09:32:47 ---> Using cache 09:32:47 ---> 740d7925c1a1 09:32:47 Step 6/24 : COPY go.mod . 09:32:47 ---> Using cache 09:32:47 ---> 66d27dfe4ed7 09:32:47 Step 7/24 : RUN go mod download 09:32:47 ---> Using cache 09:32:47 ---> f43d980a7230 09:32:47 Step 8/24 : COPY . . 09:32:47 ---> Using cache 09:32:47 ---> 90fff82cc244 09:32:47 Step 9/24 : RUN go mod tidy 09:32:47 ---> Using cache 09:32:47 ---> febbd6f207df 09:32:47 Step 10/24 : RUN make cmd/core-command/core-command 09:32:47 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:32:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:32:47 ---> 2896f5a168f7 09:32:47 Step 3/24 : WORKDIR /edgex-go 09:32:47 ---> Using cache 09:32:47 ---> b70f9f6b2586 09:32:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:32:47 ---> Using cache 09:32:47 ---> e9d7e0e9d797 09:32:47 Step 5/24 : RUN apk add --update --no-cache make bash git 09:32:50 ---> Running in fc199cd390f2 09:32:50 ---> Running in 28172e8667d7 09:32:50 ---> Running in f8b01a19dd92 09:32:50 ---> Running in 57fa085cb17f 09:32:52 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 09:32:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:32:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:32:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:32:53 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 09:32:54 OK: 218 MiB in 52 packages 09:32:56 Removing intermediate container fc199cd390f2 09:32:56 ---> 2b460ed36acb 09:32:56 Step 6/24 : COPY go.mod . 09:32:57 ---> 8985f392faed 09:32:57 Step 7/24 : RUN go mod download 09:32:57 ---> Running in 1272b8754c6f 09:33:01 Removing intermediate container 1272b8754c6f 09:33:01 ---> d4ecbe0b8ea2 09:33:01 Step 8/24 : COPY . . 09:33:20 ---> 99f1f39bb2bf 09:33:20 Step 9/24 : RUN go mod tidy 09:33:20 ---> Running in 0161c7796cbf 09:33:25 Removing intermediate container 0161c7796cbf 09:33:25 ---> 537008a3d3ce 09:33:25 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:33:25 ---> Running in 334c04bad774 09:33:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:34:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:34:24 Removing intermediate container f8b01a19dd92 09:34:24 ---> fdc5fce60f79 09:34:24 09:34:24 Step 11/24 : FROM alpine:3.12 09:34:24 ---> 9852663dfa18 09:34:24 Step 12/24 : RUN apk add --update --no-cache dumb-init 09:34:24 ---> Using cache 09:34:24 ---> cf8ff1bcfaf6 09:34:24 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:34:24 ---> Using cache 09:34:24 ---> 0c287101592c 09:34:24 Step 14/24 : ENV APP_PORT=59882 09:34:24 ---> Running in 2e1ba0675518 09:34:25 Removing intermediate container 2e1ba0675518 09:34:25 ---> ffefbeaff57d 09:34:25 Step 15/24 : EXPOSE $APP_PORT 09:34:25 Removing intermediate container 28172e8667d7 09:34:25 ---> cfaae4596259 09:34:25 09:34:25 Step 11/32 : FROM alpine:3.12 09:34:25 ---> 9852663dfa18 09:34:25 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:34:25 ---> Running in ecef503fbaf8 09:34:26 ---> Running in b64c9c764963 09:34:26 Removing intermediate container ecef503fbaf8 09:34:26 ---> 5dc035f08802 09:34:26 Step 16/24 : WORKDIR / 09:34:27 Removing intermediate container 57fa085cb17f 09:34:27 ---> 0b65902d644c 09:34:27 09:34:27 Step 11/26 : FROM alpine:3.12 09:34:27 ---> 9852663dfa18 09:34:27 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 09:34:27 Removing intermediate container b64c9c764963 09:34:27 ---> 32718af843ea 09:34:27 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 09:34:27 ---> Running in 3c8517d0aa83 09:34:27 ---> Running in 75765cdd3771 09:34:27 ---> Running in 43902c9c1f00 09:34:28 Removing intermediate container 3c8517d0aa83 09:34:28 ---> 3d2e578eb632 09:34:28 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 09:34:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:34:30 ---> bd9d6a1e5ac0 09:34:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:34:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:34:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:34:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:34:31 (1/6) Installing ca-certificates (20191127-r4) 09:34:31 (1/2) Installing dumb-init (1.2.2-r1) 09:34:31 (2/2) Installing su-exec (0.2-r1) 09:34:31 Executing busybox-1.31.1-r20.trigger 09:34:31 OK: 5 MiB in 16 packages 09:34:31 (2/6) Installing nghttp2-libs (1.41.0-r0) 09:34:31 (3/6) Installing libcurl (7.77.0-r0) 09:34:31 (4/6) Installing curl (7.77.0-r0) 09:34:31 (5/6) Installing dumb-init (1.2.2-r1) 09:34:31 (6/6) Installing su-exec (0.2-r1) 09:34:31 Executing busybox-1.31.1-r20.trigger 09:34:31 Executing ca-certificates-20191127-r4.trigger 09:34:31 OK: 7 MiB in 20 packages 09:34:32 ---> d2ed38ade81e 09:34:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:34:33 Removing intermediate container 75765cdd3771 09:34:33 ---> d96e392f6a60 09:34:33 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 09:34:33 ---> Running in 00a81960d559 09:34:34 ---> fa70bfb070fc 09:34:34 Step 20/24 : ENTRYPOINT ["/core-command"] 09:34:34 Removing intermediate container 43902c9c1f00 09:34:34 ---> 17a13d828c0e 09:34:34 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:34:34 Removing intermediate container 00a81960d559 09:34:34 ---> e589d73b9eac 09:34:34 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:34:34 ---> Running in c070d36327a2 09:34:34 ---> Running in 029804bee85e 09:34:34 ---> Running in 3c5b872e6300 09:34:36 Removing intermediate container c070d36327a2 09:34:36 ---> d4531a8f8005 09:34:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:34:36 Removing intermediate container 029804bee85e 09:34:36 ---> fc98d6d3b1ec 09:34:36 Step 14/26 : WORKDIR / 09:34:36 ---> Running in 2b8510f8f0ad 09:34:36 ---> Running in c6caf372bbce 09:34:36 Removing intermediate container 3c5b872e6300 09:34:36 ---> 70a6b3061417 09:34:36 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 09:34:36 ---> Running in 1bb4b3e773fa 09:34:37 Removing intermediate container c6caf372bbce 09:34:37 ---> 685c3de7d9ad 09:34:37 Step 22/24 : LABEL arch=arm64 09:34:37 Removing intermediate container 2b8510f8f0ad 09:34:37 ---> 78e1aa73b8ca 09:34:37 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:34:37 ---> Running in c9f8ce0bdaa3 09:34:38 Removing intermediate container c9f8ce0bdaa3 09:34:38 ---> a885a8bc22cb 09:34:38 Step 23/24 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c 09:34:38 ---> Running in 2ba358308f51 09:34:38 ---> 05868d708ac3 09:34:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:34:39 Removing intermediate container 2ba358308f51 09:34:39 ---> 8da55231b446 09:34:39 Step 24/24 : LABEL version=0.0.0 09:34:39 ---> Running in c7155a62ce5f 09:34:40 ---> 4c638fd55187 09:34:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:34:40 Removing intermediate container 1bb4b3e773fa 09:34:40 ---> ea9cf972e7f1 09:34:40 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 09:34:40 ---> Running in 811b528fc974 09:34:40 Removing intermediate container c7155a62ce5f 09:34:40 ---> 40ca990cff0e 09:34:40 09:34:41 Successfully built 40ca990cff0e 09:34:41 Successfully tagged core-command-arm64:latest 09:34:41  Building core-command ... done Removing intermediate container 811b528fc974 09:34:41 ---> 4d938eccdd9d 09:34:41 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:34:41 ---> ab3ec4e5a2ec 09:34:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 09:34:42 ---> f022074beaf0 09:34:42 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:34:43 ---> 8f918d7699ba 09:34:43 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:34:43 ---> Running in 678f87d80747 09:34:44 Removing intermediate container 334c04bad774 09:34:44 ---> 125eaf8e0bba 09:34:44 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:34:44 ---> acf1e66a6b6a 09:34:44 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:34:44 ---> Running in c9a1d1a90e3a 09:34:46 Removing intermediate container 678f87d80747 09:34:46 ---> e96c93f3bb17 09:34:46 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 09:34:46 ---> bccc1d027ef6 09:34:46 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:34:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:34:46 ---> d567fd0e9eb3 09:34:46 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:34:47 ---> 1154965c0f04 09:34:47 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 09:34:47 ---> Running in 4a5d09103287 09:34:48 ---> 884cb282bce3 09:34:48 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:34:48 Removing intermediate container c9a1d1a90e3a 09:34:48 ---> df019e372831 09:34:48 09:34:48 Step 12/24 : FROM docker:20.10.0 09:34:49 20.10.0: Pulling from library/docker 09:34:49 ---> f1f1027ee851 09:34:49 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:34:50 Removing intermediate container 4a5d09103287 09:34:50 ---> 5e9f73862299 09:34:50 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 09:34:50 ---> Running in a4bec7887282 09:34:51 ---> d5bb5adc5215 09:34:51 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 09:34:51 Removing intermediate container a4bec7887282 09:34:51 ---> 972c54f5beb2 09:34:51 Step 24/26 : LABEL arch=arm64 09:34:51 ---> Running in dc34410b30f4 09:34:52 ---> 548a6f862696 09:34:52 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 09:34:52 ---> Running in c61e06a64ef2 09:34:52 Removing intermediate container dc34410b30f4 09:34:52 ---> be8994ba849c 09:34:52 Step 25/26 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c 09:34:53 ---> Running in 3f5c0120020f 09:34:53 Removing intermediate container c61e06a64ef2 09:34:53 ---> 2640636f7718 09:34:53 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:34:53 Removing intermediate container 3f5c0120020f 09:34:53 ---> 84e648769ed2 09:34:53 Step 26/26 : LABEL version=0.0.0 09:34:54 ---> Running in 4a0bb3b887bc 09:34:54 ---> cdbf62a669ae 09:34:54 Step 27/32 : RUN chmod +x /entrypoint.sh 09:34:55 ---> Running in 1a3fafca71dd 09:34:55 Removing intermediate container 4a0bb3b887bc 09:34:55 ---> e4563f2595b0 09:34:55 09:34:55 Successfully built e4563f2595b0 09:34:55 Successfully tagged security-secretstore-setup-arm64:latest 09:34:58  Building security-secretstore-setup ... done Removing intermediate container 1a3fafca71dd 09:34:58 ---> 47cfa1cd5dd2 09:34:58 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 09:34:58 ---> Running in 0bd309c498d2 09:34:59 Removing intermediate container 0bd309c498d2 09:34:59 ---> 9ab0053e4bc9 09:34:59 Step 29/32 : CMD ["gate"] 09:34:59 ---> Running in 9baddeb6e111 09:34:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:34:59 Status: Downloaded newer image for docker:20.10.0 09:34:59 ---> eeaf43b92773 09:34:59 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 09:34:59 ---> Running in 56f150f9f993 09:34:59 Removing intermediate container 9baddeb6e111 09:34:59 ---> bb7d9d61c944 09:34:59 Step 30/32 : LABEL arch=arm64 09:35:00 ---> Running in 3ed200260695 09:35:00 Removing intermediate container 56f150f9f993 09:35:00 ---> fdd32730fcf3 09:35:00 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 09:35:00 ---> Running in de261fc374d9 09:35:00 Removing intermediate container 3ed200260695 09:35:00 ---> ae585c8c7706 09:35:00 Step 31/32 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c 09:35:01 ---> Running in c630f258b3a3 09:35:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:35:01 Removing intermediate container c630f258b3a3 09:35:01 ---> e9daa13aee29 09:35:01 Step 32/32 : LABEL version=0.0.0 09:35:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:35:02 ---> Running in 2034e8ee2100 09:35:02 (1/39) Installing readline (8.0.4-r0) 09:35:02 (2/39) Installing bash (5.0.17-r0) 09:35:02 Executing bash-5.0.17-r0.post-install 09:35:02 (3/39) Installing nghttp2-libs (1.41.0-r0) 09:35:02 (4/39) Installing libcurl (7.77.0-r0) 09:35:02 (5/39) Installing curl (7.77.0-r0) 09:35:02 Removing intermediate container 2034e8ee2100 09:35:02 ---> 4ad7c92d3a90 09:35:02 09:35:02 (6/39) Installing dumb-init (1.2.2-r1) 09:35:02 (7/39) Installing libbz2 (1.0.8-r1) 09:35:02 (8/39) Installing expat (2.2.9-r1) 09:35:02 (9/39) Installing libffi (3.3-r2) 09:35:02 (10/39) Installing gdbm (1.13-r1) 09:35:02 (11/39) Installing xz-libs (5.2.5-r0) 09:35:02 (12/39) Installing sqlite-libs (3.32.1-r1) 09:35:02 (13/39) Installing python3 (3.8.10-r0) 09:35:03 Successfully built 4ad7c92d3a90 09:35:03 Successfully tagged security-bootstrapper-arm64:latest 09:35:04  Building security-bootstrapper ... done (14/39) Installing py3-appdirs (1.4.4-r1) 09:35:04 (15/39) Installing py3-ordered-set (4.0.1-r0) 09:35:04 (16/39) Installing py3-parsing (2.4.7-r0) 09:35:04 (17/39) Installing py3-six (1.15.0-r0) 09:35:04 (18/39) Installing py3-packaging (20.4-r0) 09:35:04 (19/39) Installing py3-setuptools (47.0.0-r0) 09:35:04 (20/39) Installing py3-chardet (3.0.4-r4) 09:35:04 (21/39) Installing py3-idna (2.9-r0) 09:35:04 (22/39) Installing py3-certifi (2020.4.5.1-r0) 09:35:04 (23/39) Installing py3-urllib3 (1.25.9-r0) 09:35:04 (24/39) Installing py3-requests (2.23.0-r0) 09:35:04 (25/39) Installing py3-msgpack (1.0.0-r0) 09:35:05 (26/39) Installing py3-lockfile (0.12.2-r3) 09:35:05 (27/39) Installing py3-cachecontrol (0.12.6-r0) 09:35:05 (28/39) Installing py3-colorama (0.4.3-r0) 09:35:05 (29/39) Installing py3-distlib (0.3.0-r0) 09:35:05 (30/39) Installing py3-distro (1.5.0-r1) 09:35:05 (31/39) Installing py3-webencodings (0.5.1-r3) 09:35:05 (32/39) Installing py3-html5lib (1.0.1-r4) 09:35:05 (33/39) Installing py3-pytoml (0.1.21-r0) 09:35:05 (34/39) Installing py3-pep517 (0.8.2-r0) 09:35:05 (35/39) Installing py3-progress (1.5-r0) 09:35:05 (36/39) Installing py3-toml (0.10.1-r0) 09:35:05 (37/39) Installing py3-retrying (1.3.3-r0) 09:35:05 (38/39) Installing py3-contextlib2 (0.6.0-r0) 09:35:05 (39/39) Installing py3-pip (20.1.1-r0) 09:35:05 Executing busybox-1.31.1-r19.trigger 09:35:05 OK: 72 MiB in 59 packages 09:35:09 Collecting docker-compose==1.23.2 09:35:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:35:09 Collecting cached-property<2,>=1.2.0 09:35:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:35:10 Collecting PyYAML<4,>=3.10 09:35:10 Downloading PyYAML-3.13.tar.gz (270 kB) 09:35:13 Collecting docker<4.0,>=3.6.0 09:35:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:35:14 Collecting websocket-client<1.0,>=0.32.0 09:35:14 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 09:35:14 Collecting jsonschema<3,>=2.5.1 09:35:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:35:15 Collecting dockerpty<0.5,>=0.4.1 09:35:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:35:16 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:35:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:35:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:35:18 Collecting docopt<0.7,>=0.6.1 09:35:18 Downloading docopt-0.6.2.tar.gz (25 kB) 09:35:20 Collecting texttable<0.10,>=0.9.0 09:35:20 Downloading texttable-0.9.1.tar.gz (11 kB) 09:35:22 Collecting docker-pycreds>=0.4.0 09:35:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:35:22 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 09:35:22 Collecting idna<2.8,>=2.5 09:35:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:35:22 Collecting urllib3<1.25,>=1.21.1 09:35:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:35:22 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 09:35:22 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:35:22 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:35:22 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:35:22 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:35:23 Installing collected packages: cached-property, PyYAML, docker-pycreds, idna, urllib3, requests, websocket-client, docker, jsonschema, dockerpty, docopt, texttable, docker-compose 09:35:23 Running setup.py install for PyYAML: started 09:35:25 Running setup.py install for PyYAML: finished with status 'done' 09:35:25 Attempting uninstall: idna 09:35:25 Found existing installation: idna 2.9 09:35:25 Uninstalling idna-2.9: 09:35:25 Successfully uninstalled idna-2.9 09:35:26 Attempting uninstall: urllib3 09:35:26 Found existing installation: urllib3 1.25.9 09:35:26 Uninstalling urllib3-1.25.9: 09:35:26 Successfully uninstalled urllib3-1.25.9 09:35:27 Attempting uninstall: requests 09:35:27 Found existing installation: requests 2.23.0 09:35:27 Uninstalling requests-2.23.0: 09:35:27 Successfully uninstalled requests-2.23.0 09:35:28 Running setup.py install for dockerpty: started 09:35:30 Running setup.py install for dockerpty: finished with status 'done' 09:35:30 Running setup.py install for docopt: started 09:35:32 Running setup.py install for docopt: finished with status 'done' 09:35:32 Running setup.py install for texttable: started 09:35:34 Running setup.py install for texttable: finished with status 'done' 09:35:34 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 09:35:43 Removing intermediate container de261fc374d9 09:35:43 ---> cc7e296ab28e 09:35:43 Step 15/24 : ENV APP_PORT=58890 09:35:43 ---> Running in ee000df10088 09:35:43 Removing intermediate container ee000df10088 09:35:43 ---> b51aebecf785 09:35:43 Step 16/24 : EXPOSE $APP_PORT 09:35:43 ---> Running in e9095e3a66a3 09:35:43 Removing intermediate container e9095e3a66a3 09:35:43 ---> b69219f420db 09:35:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:35:45 ---> 79c0cde5bfb6 09:35:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:35:45 ---> 79c29b45ad90 09:35:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:35:46 ---> c33739fc03c2 09:35:46 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 09:35:46 ---> Running in 77602ba1553f 09:35:47 Removing intermediate container 77602ba1553f 09:35:47 ---> 0a50e7372a83 09:35:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:35:47 ---> Running in 4495ef264544 09:35:47 Removing intermediate container 4495ef264544 09:35:47 ---> 8c095f19451a 09:35:47 Step 22/24 : LABEL arch=arm64 09:35:47 ---> Running in 81321decc842 09:35:48 Removing intermediate container 81321decc842 09:35:48 ---> ad13824a03cb 09:35:48 Step 23/24 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c 09:35:48 ---> Running in e93cbf03b9fd 09:35:49 Removing intermediate container e93cbf03b9fd 09:35:49 ---> 8e79de501db9 09:35:49 Step 24/24 : LABEL version=0.0.0 09:35:49 ---> Running in f125913be331 09:35:49 Removing intermediate container f125913be331 09:35:49 ---> b54706821696 09:35:49 09:35:49 Successfully built b54706821696 09:35:49 Successfully tagged sys-mgmt-agent-arm64:latest 09:35:50  Building sys-mgmt-agent ... done  [Pipeline] } 09:35:50 $ docker stop --time=1 fe26b88ae3f2175b98af8af59a4fc3c8e106454e8038da59775442d0cc22246a 09:35:52 $ docker rm -f fe26b88ae3f2175b98af8af59a4fc3c8e106454e8038da59775442d0cc22246a [Pipeline] // withDockerContainer [Pipeline] sh 09:35:52 + docker images 09:35:53 REPOSITORY TAG IMAGE ID CREATED SIZE 09:35:53 sys-mgmt-agent-arm64 latest b54706821696 3 seconds ago 299MB 09:35:53 security-bootstrapper-arm64 latest 4ad7c92d3a90 50 seconds ago 17.1MB 09:35:53 security-secretstore-setup-arm64 latest e4563f2595b0 58 seconds ago 26.5MB 09:35:53 df019e372831 About a minute ago 973MB 09:35:53 core-command-arm64 latest 40ca990cff0e About a minute ago 15MB 09:35:53 0b65902d644c About a minute ago 974MB 09:35:53 cfaae4596259 About a minute ago 967MB 09:35:53 fdc5fce60f79 About a minute ago 966MB 09:35:53 core-data-arm64 latest a252983e576d 3 minutes ago 19.1MB 09:35:53 core-metadata-arm64 latest 1984b65b2db0 4 minutes ago 15.6MB 09:35:53 support-notifications-arm64 latest d0889c53ebb1 4 minutes ago 15.7MB 09:35:53 security-proxy-setup-arm64 latest e71aa13a2925 4 minutes ago 24MB 09:35:53 support-scheduler-arm64 latest d36b83fa398d 4 minutes ago 15MB 09:35:53 a2444181c8e1 4 minutes ago 974MB 09:35:53 a075a216baac 4 minutes ago 972MB 09:35:53 16ceb38628dc 4 minutes ago 968MB 09:35:53 da5eaf87d178 4 minutes ago 971MB 09:35:53 5b374641c594 4 minutes ago 968MB 09:35:53 ci-base-image-arm64 latest 2896f5a168f7 14 minutes ago 641MB 09:35:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 5 weeks ago 428MB 09:35:53 alpine 3.12 9852663dfa18 7 weeks ago 5.32MB 09:35:53 docker 20.10.0 eeaf43b92773 6 months ago 228MB 09:35:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 11 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 09:35:54 ---> job-cost.sh 09:35:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8zie 09:36:33 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:38:10 lf-activate-venv(): INFO: Adding /tmp/venv-8zie/bin to PATH 09:38:10 INFO: No Stack... 09:38:10 INFO: Retrieving Pricing Info for: v2-standard-4 09:38:10 INFO: Archiving Costs [Pipeline] sh 09:38:10 + cat /w/workspace/edgex-go/1/archives/cost.csv 09:38:10 + cut -d, -f6 [Pipeline] lock 09:38:10 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3556-1-stack-cost] 09:38:10 Resource [jenkins-edgexfoundry-edgex-go-PR-3556-1-stack-cost] did not exist. Created. 09:38:10 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3556-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:38:11 + echo total: 0.5400000214576721 [Pipeline] stash 09:38:11 Stashed 1 file(s) [Pipeline] } 09:38:11 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3556-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 09:38:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:38:15 ---> package-listing.sh 09:38:15 ++ facter osfamily 09:38:15 ++ tr '[:upper:]' '[:lower:]' 09:38:16 + OS_FAMILY=redhat 09:38:16 + workspace=/w/workspace/edgex-go/1 09:38:16 + START_PACKAGES=/tmp/packages_start.txt 09:38:16 + END_PACKAGES=/tmp/packages_end.txt 09:38:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:38:16 + PACKAGES=/tmp/packages_start.txt 09:38:16 + '[' /w/workspace/edgex-go/1 ']' 09:38:16 + PACKAGES=/tmp/packages_end.txt 09:38:16 + case "${OS_FAMILY}" in 09:38:16 + rpm -qa 09:38:16 + sort 09:38:16 + '[' -f /tmp/packages_start.txt ']' 09:38:16 + '[' -f /tmp/packages_end.txt ']' 09:38:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:38:16 + '[' /w/workspace/edgex-go/1 ']' 09:38:16 + mkdir -p /w/workspace/edgex-go/1/archives/ 09:38:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 09:38:16 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:38:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:38:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:38:17 09:38:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:38:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:38:18 alpine: Pulling from edgex-lftools-log-publisher 09:38:18 df20fa9351a1: Pulling fs layer 09:38:18 36b3adc4ff6f: Pulling fs layer 09:38:18 8ad3a11d3b57: Pulling fs layer 09:38:18 46f8f816bc3b: Pulling fs layer 09:38:18 93b61091891f: Pulling fs layer 09:38:18 93b9cdb0e59b: Pulling fs layer 09:38:18 5e14af77c1be: Pulling fs layer 09:38:18 01666e4c0597: Pulling fs layer 09:38:18 aa168da1d23b: Pulling fs layer 09:38:18 93b61091891f: Waiting 09:38:18 93b9cdb0e59b: Waiting 09:38:18 5e14af77c1be: Waiting 09:38:18 01666e4c0597: Waiting 09:38:18 aa168da1d23b: Waiting 09:38:18 46f8f816bc3b: Waiting 09:38:18 36b3adc4ff6f: Verifying Checksum 09:38:18 36b3adc4ff6f: Download complete 09:38:18 46f8f816bc3b: Verifying Checksum 09:38:18 46f8f816bc3b: Download complete 09:38:18 df20fa9351a1: Verifying Checksum 09:38:18 df20fa9351a1: Download complete 09:38:18 93b9cdb0e59b: Verifying Checksum 09:38:18 93b9cdb0e59b: Download complete 09:38:18 5e14af77c1be: Verifying Checksum 09:38:18 5e14af77c1be: Download complete 09:38:18 01666e4c0597: Verifying Checksum 09:38:18 01666e4c0597: Download complete 09:38:18 93b61091891f: Verifying Checksum 09:38:18 93b61091891f: Download complete 09:38:18 df20fa9351a1: Pull complete 09:38:18 8ad3a11d3b57: Verifying Checksum 09:38:18 8ad3a11d3b57: Download complete 09:38:18 36b3adc4ff6f: Pull complete 09:38:19 8ad3a11d3b57: Pull complete 09:38:19 46f8f816bc3b: Pull complete 09:38:19 93b61091891f: Pull complete 09:38:19 93b9cdb0e59b: Pull complete 09:38:19 5e14af77c1be: Pull complete 09:38:20 01666e4c0597: Pull complete 09:38:20 aa168da1d23b: Verifying Checksum 09:38:20 aa168da1d23b: Download complete 09:38:26 aa168da1d23b: Pull complete 09:38:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:38:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:38:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:38:26 prd-centos7-docker-4c-2g-1191 does not seem to be running inside a container 09:38:26 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-lftools-log-publisher:alpine cat 09:38:35 $ docker top 70ba4b6c94ce365533416f7fcd94c8bfceb8d31f6c9bcd59ec0a4f705ade047f -eo pid,comm [Pipeline] { [Pipeline] sh 09:38:35 + touch /tmp/pre-build-complete [Pipeline] sh 09:38:35 + mkdir -p /var/log/sa [Pipeline] sh 09:38:36 + ls /var/log/sa-host 09:38:36 + sadf -c /var/log/sa-host/sa05 09:38:36 file_magic: OK 09:38:36 HZ: Using current value: 100 09:38:36 file_header: OK 09:38:36 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 09:38:36 Statistics: 09:38:36 Hnuu...uuuununununu...Hnuu...uuuununununu... 09:38:36 File successfully converted to sysstat format version 12.2.1 09:38:36 + sadf -c /var/log/sa-host/sa09 09:38:36 file_magic: OK 09:38:36 HZ: Using current value: 100 09:38:36 file_header: OK 09:38:36 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 09:38:36 Statistics: 09:38:36 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:38:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:38:36 provisioning config files... 09:38:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config7784750287555509140tmp [Pipeline] { [Pipeline] echo 09:38:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:38:37 ---> create-netrc.sh [Pipeline] } 09:38:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:38:37 ---> python-tools-install.sh [Pipeline] echo 09:38:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:38:37 ---> sudo-logs.sh 09:38:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:38:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:38:38 ---> job-cost.sh 09:38:38 lf-activate-venv: SKIPPING 09:38:38 DEBUG: total: 0.5400000214576721 09:38:38 INFO: Retrieving Stack Cost... 09:38:39 INFO: Retrieving Pricing Info for: v3-standard-2 09:38:40 INFO: Archiving Costs [Pipeline] echo 09:38:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:38:40 ---> logs-deploy.sh 09:38:40 lf-activate-venv: SKIPPING 09:38:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3556/1 09:38:40 INFO: archiving workspace using pattern(s): 09:38:41 Archives upload complete. 09:38:41 INFO: archiving logs to Nexus 09:38:42 ---> uname -a: 09:38:42 Linux prd-centos7-docker-4c-2g-1191.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 09:38:42 09:38:42 09:38:42 ---> lscpu: 09:38:42 Architecture: x86_64 09:38:42 CPU op-mode(s): 32-bit, 64-bit 09:38:42 Byte Order: Little Endian 09:38:42 Address sizes: 40 bits physical, 48 bits virtual 09:38:42 CPU(s): 2 09:38:42 On-line CPU(s) list: 0,1 09:38:42 Thread(s) per core: 1 09:38:42 Core(s) per socket: 1 09:38:42 Socket(s): 2 09:38:42 NUMA node(s): 1 09:38:42 Vendor ID: AuthenticAMD 09:38:42 CPU family: 23 09:38:42 Model: 49 09:38:42 Model name: AMD EPYC-Rome Processor 09:38:42 Stepping: 0 09:38:42 CPU MHz: 2799.998 09:38:42 BogoMIPS: 5599.99 09:38:42 Virtualization: AMD-V 09:38:42 Hypervisor vendor: KVM 09:38:42 Virtualization type: full 09:38:42 L1d cache: 64 KiB 09:38:42 L1i cache: 64 KiB 09:38:42 L2 cache: 1 MiB 09:38:42 L3 cache: 32 MiB 09:38:42 NUMA node0 CPU(s): 0,1 09:38:42 Vulnerability Itlb multihit: Not affected 09:38:42 Vulnerability L1tf: Not affected 09:38:42 Vulnerability Mds: Not affected 09:38:42 Vulnerability Meltdown: Not affected 09:38:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:38:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:38:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:38:42 Vulnerability Srbds: Not affected 09:38:42 Vulnerability Tsx async abort: Not affected 09:38:42 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 art rep_good nopl extd_apicid eagerfpu 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 09:38:42 09:38:42 09:38:42 ---> nproc: 09:38:42 2 09:38:42 09:38:42 09:38:42 ---> df -h: 09:38:42 Filesystem Size Used Available Use% Mounted on 09:38:42 overlay 40.0G 8.2G 31.8G 21% / 09:38:42 tmpfs 64.0M 0 64.0M 0% /dev 09:38:42 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 09:38:42 shm 64.0M 0 64.0M 0% /dev/shm 09:38:42 /dev/vda1 40.0G 8.2G 31.8G 21% /facter-os 09:38:42 /dev/vda1 40.0G 8.2G 31.8G 21% /etc/resolv.conf 09:38:42 /dev/vda1 40.0G 8.2G 31.8G 21% /etc/hostname 09:38:42 /dev/vda1 40.0G 8.2G 31.8G 21% /etc/hosts 09:38:42 /dev/vda1 40.0G 8.2G 31.8G 21% /var/log/secure 09:38:42 /dev/vda1 40.0G 8.2G 31.8G 21% /var/log/auth.log 09:38:42 /dev/vda1 40.0G 8.2G 31.8G 21% /run/cloud-init/result.json 09:38:42 /dev/vda1 40.0G 8.2G 31.8G 21% /var/log/sa-host 09:38:42 /dev/vda1 40.0G 8.2G 31.8G 21% /w/workspace/edgex-go/1 09:38:42 /dev/vda1 40.0G 8.2G 31.8G 21% /w/workspace/edgex-go/1@tmp 09:38:42 09:38:42 09:38:42 ---> free -m: 09:38:42 total used free shared buff/cache available 09:38:42 Mem: 7821 1018 3659 0 3143 6695 09:38:42 Swap: 1023 0 1023 09:38:42 09:38:42 09:38:42 ---> ip addr: 09:38:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:38:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:38:42 inet 127.0.0.1/8 scope host lo 09:38:42 valid_lft forever preferred_lft forever 09:38:42 inet6 ::1/128 scope host 09:38:42 valid_lft forever preferred_lft forever 09:38:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:38:42 link/ether fa:16:3e:d0:6e:3a brd ff:ff:ff:ff:ff:ff 09:38:42 inet 10.30.122.240/23 brd 10.30.123.255 scope global dynamic eth0 09:38:42 valid_lft 71914sec preferred_lft 71914sec 09:38:42 inet6 fe80::f816:3eff:fed0:6e3a/64 scope link 09:38:42 valid_lft forever preferred_lft forever 09:38:42 3: docker0: mtu 1458 qdisc noqueue state UP 09:38:42 link/ether 02:42:52:73:6b:c2 brd ff:ff:ff:ff:ff:ff 09:38:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:38:42 valid_lft forever preferred_lft forever 09:38:42 inet6 fe80::42:52ff:fe73:6bc2/64 scope link 09:38:42 valid_lft forever preferred_lft forever 09:38:42 11: vethd70b8e1@if10: mtu 1458 qdisc noqueue master docker0 state UP 09:38:42 link/ether 2e:f9:5b:c6:41:59 brd ff:ff:ff:ff:ff:ff 09:38:42 inet6 fe80::2cf9:5bff:fec6:4159/64 scope link 09:38:42 valid_lft forever preferred_lft forever 09:38:42 09:38:42 09:38:42 ---> sar -b -r -n DEV: 09:38:42 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/09/21 _x86_64_ (2 CPU) 09:38:42 09:38:42 05:37:04 LINUX RESTART (2 CPU) 09:38:42 09:38:42 05:38:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:38:42 05:39:01 10.43 8.20 2.24 0.00 983.30 99.41 0.00 09:38:42 05:40:01 1.25 0.37 0.88 0.00 51.70 136.01 0.00 09:38:42 05:41:02 0.52 0.00 0.52 0.00 0.00 152.23 0.00 09:38:42 05:42:01 0.47 0.00 0.47 0.00 0.00 168.15 0.00 09:38:42 05:43:01 0.68 0.00 0.68 0.00 0.00 15.46 0.00 09:38:42 05:44:01 0.38 0.00 0.38 0.00 0.00 7.03 0.00 09:38:42 05:45:01 0.42 0.00 0.42 0.00 0.00 36.38 0.00 09:38:42 05:46:01 0.77 0.07 0.70 0.00 2.53 139.17 0.00 09:38:42 05:47:01 1.18 0.17 1.02 0.00 26.52 50.91 0.00 09:38:42 05:48:01 1.25 0.30 0.95 0.00 163.09 36.54 0.00 09:38:42 05:49:01 0.77 0.00 0.77 0.00 0.00 168.78 0.00 09:38:42 05:50:01 0.88 0.12 0.77 0.00 11.86 48.27 0.00 09:38:42 05:51:01 0.63 0.12 0.52 0.00 4.53 8.65 0.00 09:38:42 05:52:01 0.67 0.00 0.67 0.00 0.00 129.81 0.00 09:38:42 05:53:01 12.62 0.30 12.32 0.00 33.97 5526.29 0.00 09:38:42 05:54:01 11.61 0.02 11.59 0.00 0.67 185.29 0.00 09:38:42 05:55:01 0.40 0.00 0.40 0.00 0.00 6.06 0.00 09:38:42 05:56:01 0.37 0.00 0.37 0.00 0.00 6.60 0.00 09:38:42 05:57:01 0.35 0.00 0.35 0.00 0.00 134.94 0.00 09:38:42 05:58:01 0.55 0.00 0.55 0.00 0.00 18.24 0.00 09:38:42 05:59:01 1.63 0.20 1.43 0.00 35.84 24.55 0.00 09:38:42 06:00:01 0.35 0.00 0.35 0.00 0.00 7.86 0.00 09:38:42 06:01:01 0.27 0.00 0.27 0.00 0.00 4.05 0.00 09:38:42 06:02:01 0.45 0.12 0.33 0.00 1.86 5.01 0.00 09:38:42 06:03:01 0.20 0.00 0.20 0.00 0.00 2.57 0.00 09:38:42 06:04:01 0.20 0.00 0.20 0.00 0.00 1.77 0.00 09:38:42 06:05:01 0.23 0.00 0.23 0.00 0.00 1.80 0.00 09:38:42 06:06:01 0.25 0.00 0.25 0.00 0.00 3.85 0.00 09:38:42 06:07:01 0.20 0.00 0.20 0.00 0.00 2.42 0.00 09:38:42 06:08:02 0.17 0.00 0.17 0.00 0.00 1.60 0.00 09:38:42 06:09:01 0.17 0.00 0.17 0.00 0.00 1.76 0.00 09:38:42 06:10:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 09:38:42 06:11:01 0.25 0.00 0.25 0.00 0.00 3.75 0.00 09:38:42 06:12:01 0.23 0.00 0.23 0.00 0.00 3.27 0.00 09:38:42 06:13:01 3.05 2.68 0.37 0.00 2212.26 5.56 0.00 09:38:42 06:14:01 0.43 0.00 0.43 0.00 0.00 9.33 0.00 09:38:42 06:15:01 0.28 0.03 0.25 0.00 0.27 4.68 0.00 09:38:42 06:16:01 0.32 0.00 0.32 0.00 0.00 6.06 0.00 09:38:42 06:17:01 0.30 0.00 0.30 0.00 0.00 4.71 0.00 09:38:42 06:18:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 09:38:42 06:19:01 0.20 0.00 0.20 0.00 0.00 1.67 0.00 09:38:42 06:20:01 0.20 0.00 0.20 0.00 0.00 2.25 0.00 09:38:42 06:21:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 09:38:42 06:22:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 09:38:42 06:23:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 09:38:42 06:24:01 277.25 254.00 23.25 0.00 3443.97 1018.70 0.00 09:38:42 06:25:01 0.43 0.00 0.43 0.00 0.00 6.28 0.00 09:38:42 06:26:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 09:38:42 06:27:01 0.33 0.00 0.33 0.00 0.00 5.78 0.00 09:38:42 06:28:01 0.20 0.00 0.20 0.00 0.00 2.02 0.00 09:38:42 06:29:01 0.15 0.00 0.15 0.00 0.00 1.47 0.00 09:38:42 06:30:01 0.17 0.00 0.17 0.00 0.00 1.20 0.00 09:38:42 06:31:01 0.17 0.00 0.17 0.00 0.00 1.90 0.00 09:38:42 06:32:01 0.27 0.00 0.27 0.00 0.00 3.50 0.00 09:38:42 06:33:01 0.20 0.00 0.20 0.00 0.00 2.02 0.00 09:38:42 06:34:01 0.25 0.00 0.25 0.00 0.00 3.63 0.00 09:38:42 06:35:01 0.15 0.00 0.15 0.00 0.00 1.20 0.00 09:38:42 06:36:01 0.15 0.00 0.15 0.00 0.00 1.87 0.00 09:38:42 06:37:01 0.22 0.00 0.22 0.00 0.00 3.18 0.00 09:38:42 06:38:01 0.15 0.00 0.15 0.00 0.00 2.28 0.00 09:38:42 06:39:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 09:38:42 06:40:01 0.15 0.00 0.15 0.00 0.00 1.47 0.00 09:38:42 06:41:01 0.18 0.00 0.18 0.00 0.00 1.78 0.00 09:38:42 06:42:01 0.24 0.00 0.24 0.00 0.00 3.24 0.00 09:38:42 06:43:01 0.20 0.00 0.20 0.00 0.00 2.42 0.00 09:38:42 06:44:01 0.30 0.00 0.30 0.00 0.00 4.25 0.00 09:38:42 06:45:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 09:38:42 06:46:01 0.23 0.00 0.23 0.00 0.00 3.02 0.00 09:38:42 06:47:01 0.32 0.00 0.32 0.00 0.00 4.78 0.00 09:38:42 06:48:01 0.18 0.00 0.18 0.00 0.00 1.77 0.00 09:38:42 06:49:01 0.15 0.00 0.15 0.00 0.00 1.33 0.00 09:38:42 06:50:01 0.15 0.00 0.15 0.00 0.00 1.47 0.00 09:38:42 06:51:01 0.23 0.00 0.23 0.00 0.00 2.78 0.00 09:38:42 06:52:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 09:38:42 06:53:01 0.13 0.00 0.13 0.00 0.00 1.73 0.00 09:38:42 06:54:01 0.15 0.00 0.15 0.00 0.00 1.33 0.00 09:38:42 06:55:01 0.18 0.00 0.18 0.00 0.00 1.63 0.00 09:38:42 06:56:01 0.23 0.00 0.23 0.00 0.00 2.78 0.00 09:38:42 06:57:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 09:38:42 06:58:01 0.15 0.00 0.15 0.00 0.00 1.47 0.00 09:38:42 06:59:01 0.15 0.00 0.15 0.00 0.00 1.47 0.00 09:38:42 07:00:01 0.13 0.00 0.13 0.00 0.00 1.90 0.00 09:38:42 07:01:01 0.28 0.00 0.28 0.00 0.00 3.22 0.00 09:38:42 07:02:01 0.27 0.00 0.27 0.00 0.00 3.95 0.00 09:38:42 07:03:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 09:38:42 07:04:01 0.37 0.00 0.37 0.00 0.00 5.26 0.00 09:38:42 07:05:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 09:38:42 07:06:01 0.27 0.00 0.27 0.00 0.00 3.08 0.00 09:38:42 07:07:01 0.17 0.00 0.17 0.00 0.00 2.95 0.00 09:38:42 07:08:01 0.27 0.00 0.27 0.00 0.00 3.23 0.00 09:38:42 07:09:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 09:38:42 07:10:01 0.15 0.00 0.15 0.00 0.00 1.47 0.00 09:38:42 07:11:01 0.23 0.00 0.23 0.00 0.00 2.80 0.00 09:38:42 07:12:01 0.18 0.00 0.18 0.00 0.00 2.82 0.00 09:38:42 07:13:01 0.23 0.00 0.23 0.00 0.00 3.05 0.00 09:38:42 07:14:01 0.20 0.00 0.20 0.00 0.00 2.15 0.00 09:38:42 07:15:01 0.15 0.00 0.15 0.00 0.00 1.33 0.00 09:38:42 07:16:01 0.32 0.00 0.32 0.00 0.00 4.85 0.00 09:38:42 07:17:01 0.20 0.00 0.20 0.00 0.00 2.42 0.00 09:38:42 07:18:02 0.23 0.00 0.23 0.00 0.00 3.05 0.00 09:38:42 07:19:01 0.19 0.00 0.19 0.00 0.00 2.59 0.00 09:38:42 07:20:01 0.15 0.00 0.15 0.00 0.00 1.95 0.00 09:38:42 07:21:01 11.26 0.02 11.24 0.00 0.40 1644.19 0.00 09:38:42 07:22:01 4.63 0.43 4.20 0.00 328.53 131.06 0.00 09:38:42 07:23:01 0.57 0.00 0.57 0.00 0.00 12.69 0.00 09:38:42 07:24:01 0.62 0.00 0.62 0.00 0.00 19.91 0.00 09:38:42 07:25:01 6.11 0.00 6.11 0.00 0.00 5276.50 0.00 09:38:42 07:26:01 10.76 0.00 10.76 0.00 0.00 5508.68 0.00 09:38:42 07:27:01 1.77 0.13 1.63 0.00 21.59 39.23 0.00 09:38:42 07:28:01 0.50 0.00 0.50 0.00 0.00 10.76 0.00 09:38:42 07:29:01 0.48 0.00 0.48 0.00 0.00 8.70 0.00 09:38:42 07:30:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 09:38:42 07:31:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 09:38:42 07:32:01 0.25 0.00 0.25 0.00 0.00 2.92 0.00 09:38:42 07:33:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 09:38:42 07:34:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 09:38:42 07:35:01 0.45 0.00 0.45 0.00 0.00 7.58 0.00 09:38:42 07:36:01 0.42 0.00 0.42 0.00 0.00 7.75 0.00 09:38:42 07:37:01 0.35 0.03 0.32 0.00 0.67 4.90 0.00 09:38:42 07:38:01 2.82 0.00 2.82 0.00 0.00 40.68 0.00 09:38:42 07:39:01 0.25 0.00 0.25 0.00 0.00 3.36 0.00 09:38:42 07:40:01 164.92 0.00 164.92 0.00 0.00 48035.38 0.00 09:38:42 07:41:01 3.10 0.00 3.10 0.00 0.00 99.45 0.00 09:38:42 07:42:01 0.27 0.00 0.27 0.00 0.00 3.72 0.00 09:38:42 07:43:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 09:38:42 07:44:01 0.28 0.00 0.28 0.00 0.00 4.93 0.00 09:38:42 07:45:01 0.28 0.00 0.28 0.00 0.00 4.95 0.00 09:38:42 07:46:01 0.32 0.00 0.32 0.00 0.00 5.01 0.00 09:38:42 07:47:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 09:38:42 07:48:02 0.37 0.00 0.37 0.00 0.00 5.96 0.00 09:38:42 07:49:01 4.51 0.00 4.51 0.00 0.00 117.52 0.00 09:38:42 07:50:01 0.48 0.00 0.48 0.00 0.00 7.38 0.00 09:38:42 07:51:01 0.15 0.00 0.15 0.00 0.00 1.88 0.00 09:38:42 07:52:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 09:38:42 07:53:01 0.23 0.00 0.23 0.00 0.00 2.58 0.00 09:38:42 07:54:01 0.23 0.00 0.23 0.00 0.00 1.82 0.00 09:38:42 07:55:01 0.25 0.00 0.25 0.00 0.00 2.90 0.00 09:38:42 07:56:01 0.35 0.00 0.35 0.00 0.00 4.51 0.00 09:38:42 07:57:01 0.23 0.00 0.23 0.00 0.00 3.35 0.00 09:38:42 07:58:01 0.22 0.00 0.22 0.00 0.00 2.62 0.00 09:38:42 07:59:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 09:38:42 08:00:01 0.25 0.00 0.25 0.00 0.00 2.82 0.00 09:38:42 08:01:01 0.25 0.00 0.25 0.00 0.00 2.90 0.00 09:38:42 08:02:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 09:38:42 08:03:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 09:38:42 08:04:01 0.25 0.00 0.25 0.00 0.00 2.82 0.00 09:38:42 08:05:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 09:38:42 08:06:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 09:38:42 08:07:01 0.25 0.00 0.25 0.00 0.00 2.65 0.00 09:38:42 08:08:01 0.17 0.00 0.17 0.00 0.00 2.28 0.00 09:38:42 08:09:01 0.23 0.00 0.23 0.00 0.00 3.48 0.00 09:38:42 08:10:01 0.20 0.00 0.20 0.00 0.00 2.85 0.00 09:38:42 08:11:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 09:38:42 08:12:01 0.18 0.00 0.18 0.00 0.00 3.12 0.00 09:38:42 08:13:01 0.17 0.00 0.17 0.00 0.00 1.67 0.00 09:38:42 08:14:01 0.28 0.00 0.28 0.00 0.00 3.63 0.00 09:38:42 08:15:01 0.28 0.00 0.28 0.00 0.00 3.56 0.00 09:38:42 08:16:01 0.27 0.00 0.27 0.00 0.00 3.37 0.00 09:38:42 08:17:01 0.23 0.00 0.23 0.00 0.00 3.43 0.00 09:38:42 08:18:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 09:38:42 08:19:01 0.25 0.00 0.25 0.00 0.00 2.97 0.00 09:38:42 08:20:01 0.20 0.00 0.20 0.00 0.00 2.45 0.00 09:38:42 08:21:02 0.25 0.00 0.25 0.00 0.00 3.61 0.00 09:38:42 08:22:01 0.27 0.00 0.27 0.00 0.00 4.07 0.00 09:38:42 08:23:01 0.18 0.00 0.18 0.00 0.00 3.58 0.00 09:38:42 08:24:01 0.32 0.00 0.32 0.00 0.00 5.01 0.00 09:38:42 08:25:01 0.27 0.00 0.27 0.00 0.00 3.63 0.00 09:38:42 08:26:01 0.30 0.00 0.30 0.00 0.00 5.15 0.00 09:38:42 08:27:01 0.27 0.00 0.27 0.00 0.00 4.16 0.00 09:38:42 08:28:01 0.23 0.00 0.23 0.00 0.00 3.20 0.00 09:38:42 08:29:01 0.37 0.00 0.37 0.00 0.00 5.00 0.00 09:38:42 08:30:01 0.32 0.00 0.32 0.00 0.00 4.53 0.00 09:38:42 08:31:01 0.32 0.00 0.32 0.00 0.00 4.73 0.00 09:38:42 08:32:01 0.27 0.00 0.27 0.00 0.00 4.15 0.00 09:38:42 08:33:01 0.22 0.00 0.22 0.00 0.00 3.17 0.00 09:38:42 08:34:01 0.32 0.00 0.32 0.00 0.00 4.60 0.00 09:38:42 08:35:01 0.27 0.00 0.27 0.00 0.00 3.88 0.00 09:38:42 08:36:01 0.33 0.00 0.33 0.00 0.00 5.10 0.00 09:38:42 08:37:01 0.28 0.00 0.28 0.00 0.00 4.65 0.00 09:38:42 08:38:01 0.20 0.00 0.20 0.00 0.00 2.25 0.00 09:38:42 08:39:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 09:38:42 08:40:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 09:38:42 08:41:01 0.25 0.00 0.25 0.00 0.00 2.78 0.00 09:38:42 08:42:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 09:38:42 08:43:01 0.20 0.00 0.20 0.00 0.00 1.38 0.00 09:38:42 08:44:01 0.20 0.00 0.20 0.00 0.00 3.48 0.00 09:38:42 08:45:01 0.52 0.00 0.52 0.00 0.00 7.91 0.00 09:38:42 08:46:01 0.18 0.00 0.18 0.00 0.00 2.25 0.00 09:38:42 08:47:01 0.15 0.00 0.15 0.00 0.00 1.62 0.00 09:38:42 08:48:01 0.10 0.00 0.10 0.00 0.00 0.67 0.00 09:38:42 08:49:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 09:38:42 08:50:01 0.20 0.00 0.20 0.00 0.00 2.78 0.00 09:38:42 08:51:01 0.15 0.00 0.15 0.00 0.00 1.48 0.00 09:38:42 08:52:01 0.10 0.00 0.10 0.00 0.00 0.93 0.00 09:38:42 08:53:01 0.18 0.00 0.18 0.00 0.00 2.12 0.00 09:38:42 08:54:01 0.15 0.00 0.15 0.00 0.00 1.75 0.00 09:38:42 08:55:01 0.18 0.00 0.18 0.00 0.00 2.25 0.00 09:38:42 08:56:02 0.18 0.00 0.18 0.00 0.00 1.78 0.00 09:38:42 08:57:01 0.10 0.00 0.10 0.00 0.00 0.81 0.00 09:38:42 08:58:01 0.18 0.00 0.18 0.00 0.00 2.38 0.00 09:38:42 08:59:01 0.15 0.00 0.15 0.00 0.00 1.63 0.00 09:38:42 09:00:01 0.22 0.00 0.22 0.00 0.00 2.70 0.00 09:38:42 09:01:01 0.18 0.00 0.18 0.00 0.00 1.90 0.00 09:38:42 09:02:01 0.22 0.00 0.22 0.00 0.00 2.56 0.00 09:38:42 09:03:01 0.17 0.00 0.17 0.00 0.00 2.13 0.00 09:38:42 09:04:01 0.18 0.00 0.18 0.00 0.00 2.25 0.00 09:38:42 09:05:01 0.23 0.00 0.23 0.00 0.00 3.07 0.00 09:38:42 09:06:01 0.15 0.00 0.15 0.00 0.00 1.48 0.00 09:38:42 09:07:01 0.18 0.00 0.18 0.00 0.00 2.38 0.00 09:38:42 09:08:01 0.15 0.00 0.15 0.00 0.00 1.63 0.00 09:38:42 09:09:01 0.25 0.00 0.25 0.00 0.00 2.72 0.00 09:38:42 09:10:01 0.15 0.00 0.15 0.00 0.00 1.62 0.00 09:38:42 09:11:01 0.10 0.00 0.10 0.00 0.00 0.80 0.00 09:38:42 09:12:01 0.18 0.00 0.18 0.00 0.00 2.25 0.00 09:38:42 09:13:01 0.15 0.00 0.15 0.00 0.00 1.75 0.00 09:38:42 09:14:01 0.18 0.00 0.18 0.00 0.00 2.28 0.00 09:38:42 09:15:01 0.18 0.00 0.18 0.00 0.00 1.90 0.00 09:38:42 09:16:01 0.25 0.00 0.25 0.00 0.00 4.38 0.00 09:38:42 09:17:01 0.72 0.00 0.72 0.00 0.00 20.59 0.00 09:38:42 09:18:01 0.37 0.00 0.37 0.00 0.00 5.68 0.00 09:38:42 09:19:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 09:38:42 09:20:01 0.23 0.00 0.23 0.00 0.00 3.05 0.00 09:38:42 09:21:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 09:38:42 09:22:01 0.15 0.00 0.15 0.00 0.00 1.87 0.00 09:38:42 09:23:01 0.23 0.00 0.23 0.00 0.00 3.18 0.00 09:38:42 09:24:01 0.25 0.00 0.25 0.00 0.00 2.42 0.00 09:38:42 09:25:01 0.28 0.00 0.28 0.00 0.00 4.85 0.00 09:38:42 09:26:01 0.20 0.00 0.20 0.00 0.00 2.68 0.00 09:38:42 09:27:01 0.13 0.00 0.13 0.00 0.00 2.00 0.00 09:38:42 09:28:02 0.25 0.00 0.25 0.00 0.00 3.35 0.00 09:38:42 09:29:01 0.25 0.00 0.25 0.00 0.00 2.34 0.00 09:38:42 09:30:01 0.25 0.00 0.25 0.00 0.00 2.82 0.00 09:38:42 09:31:01 0.23 0.00 0.23 0.00 0.00 2.87 0.00 09:38:42 09:32:01 0.17 0.00 0.17 0.00 0.00 2.13 0.00 09:38:42 09:33:01 0.23 0.00 0.23 0.00 0.00 3.46 0.00 09:38:42 09:34:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 09:38:42 09:35:01 0.23 0.00 0.23 0.00 0.00 3.22 0.00 09:38:42 09:36:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 09:38:42 09:37:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 09:38:42 09:38:01 0.23 0.00 0.23 0.00 0.00 3.46 0.00 09:38:42 Average: 2.45 1.11 1.33 0.00 30.47 290.57 0.00 09:38:42 09:38:42 05:38:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:38:42 05:39:01 5854064 0 580952 7.25 2620 1571304 936760 10.34 269556 1501752 20 09:38:42 05:40:01 5829480 0 599892 7.49 2620 1576948 953644 10.53 287836 1507372 452 09:38:42 05:41:02 5815128 0 608280 7.60 2620 1582912 960000 10.60 295564 1513500 2060 09:38:42 05:42:01 5807276 0 613264 7.66 2620 1585780 961328 10.61 312880 1503676 256 09:38:42 05:43:01 5804696 0 615812 7.69 2620 1585812 962156 10.62 316176 1503688 20 09:38:42 05:44:01 5796028 0 624476 7.80 2620 1585816 968448 10.69 324584 1503688 20 09:38:42 05:45:01 5789268 0 628108 7.84 2620 1588944 980784 10.83 329480 1505064 2236 09:38:42 05:46:01 5780072 0 635036 7.93 2620 1591212 992968 10.96 340736 1503016 436 09:38:42 05:47:01 5776140 0 637528 7.96 2620 1592652 996508 11.00 343688 1503696 20 09:38:42 05:48:01 5761888 0 644172 8.04 2620 1600260 1017388 11.23 352016 1508648 2096 09:38:42 05:49:01 5760752 0 641548 8.01 2620 1604020 1017988 11.24 354484 1508652 1040 09:38:42 05:50:01 5756636 0 645176 8.06 2620 1604508 1007712 11.13 358196 1508536 20 09:38:42 05:51:01 5751148 0 650376 8.12 2620 1604796 1007880 11.13 363636 1508632 160 09:38:42 05:52:01 5745600 0 652188 8.14 2620 1608532 1010524 11.16 368224 1508564 100 09:38:42 05:53:01 5567308 0 664544 8.30 2620 1774468 1014980 11.21 535524 1510364 744 09:38:42 05:54:01 5569024 0 662804 8.28 2620 1774492 1015428 11.21 535392 1510076 24 09:38:42 05:55:01 5561144 0 670680 8.37 2620 1774496 972292 10.73 542900 1510068 16 09:38:42 05:56:01 5564856 0 666960 8.33 2620 1774504 946304 10.45 539752 1510064 20 09:38:42 05:57:01 5559156 0 668700 8.35 2620 1778464 948244 10.47 545452 1510064 20 09:38:42 05:58:01 5557992 0 669556 8.36 2620 1778772 949788 10.49 546408 1510112 24 09:38:42 05:59:01 5556436 0 670040 8.37 2620 1779844 949768 10.49 548136 1509396 20 09:38:42 06:00:01 5554760 0 671720 8.39 2620 1779840 960724 10.61 549216 1509388 8 09:38:42 06:01:01 5558696 0 667780 8.34 2620 1779844 948088 10.47 545724 1509388 8 09:38:42 06:02:01 5560436 0 665916 8.31 2620 1779968 946156 10.45 544628 1509448 8 09:38:42 06:03:01 5559124 0 667224 8.33 2620 1779972 946156 10.45 545544 1509448 8 09:38:42 06:04:01 5559620 0 666720 8.32 2620 1779980 946156 10.45 545532 1509452 8 09:38:42 06:05:01 5559488 0 666852 8.33 2620 1779980 946156 10.45 545572 1509448 8 09:38:42 06:06:01 5558508 0 667824 8.34 2620 1779988 946252 10.45 546072 1509448 8 09:38:42 06:07:01 5558328 0 668004 8.34 2620 1779988 946300 10.45 546332 1509448 8 09:38:42 06:08:02 5558780 0 667544 8.33 2620 1779996 946264 10.45 546220 1509452 8 09:38:42 06:09:01 5559216 0 667104 8.33 2620 1780000 946156 10.45 545512 1509448 8 09:38:42 06:10:01 5559140 0 667176 8.33 2620 1780004 946156 10.45 545584 1509448 8 09:38:42 06:11:01 5559112 0 667192 8.33 2620 1780016 946276 10.45 545808 1509452 8 09:38:42 06:12:01 5558388 0 667904 8.34 2620 1780028 946336 10.45 546364 1509460 20 09:38:42 06:13:01 5489064 0 670836 8.38 2620 1846420 946612 10.45 574152 1550536 20 09:38:42 06:14:01 5489008 0 670916 8.38 2620 1846396 946856 10.45 574352 1550532 8 09:38:42 06:15:01 5488784 0 671112 8.38 2620 1846424 946856 10.45 571560 1553488 28 09:38:42 06:16:01 5488320 0 671588 8.39 2620 1846412 946832 10.45 571852 1553484 8 09:38:42 06:17:01 5488824 0 671084 8.38 2620 1846412 946820 10.45 570228 1554860 8 09:38:42 06:18:01 5490096 0 669804 8.36 2620 1846420 946628 10.45 569208 1554860 8 09:38:42 06:19:01 5489960 0 669936 8.36 2620 1846424 946628 10.45 570416 1553676 8 09:38:42 06:20:01 5489628 0 670264 8.37 2620 1846428 946628 10.45 573660 1550532 8 09:38:42 06:21:01 5489928 0 669960 8.37 2620 1846432 946700 10.45 573644 1550532 8 09:38:42 06:22:01 5489868 0 670016 8.37 2620 1846436 946628 10.45 573604 1550532 8 09:38:42 06:23:01 5489868 0 670012 8.37 2620 1846440 946628 10.45 573556 1550532 8 09:38:42 06:24:01 5336012 0 764544 9.55 2620 1905764 946660 10.45 613920 1569600 8 09:38:42 06:25:01 5335864 0 764688 9.55 2620 1905768 946660 10.45 613836 1569600 8 09:38:42 06:26:01 5335644 0 764904 9.55 2620 1905772 946744 10.45 613920 1569600 8 09:38:42 06:27:01 5335912 0 764628 9.55 2620 1905780 946660 10.45 613768 1569600 8 09:38:42 06:28:01 5335872 0 764668 9.55 2620 1905780 946660 10.45 613900 1569600 8 09:38:42 06:29:01 5335888 0 764644 9.55 2620 1905788 946660 10.45 613856 1569600 8 09:38:42 06:30:01 5335880 0 764652 9.55 2620 1905788 946660 10.45 613956 1569600 8 09:38:42 06:31:01 5335404 0 765124 9.55 2620 1905792 946732 10.45 613956 1569600 16 09:38:42 06:32:01 5336332 0 764188 9.54 2620 1905800 946660 10.45 613724 1569600 16 09:38:42 06:33:01 5336004 0 764516 9.55 2620 1905800 946660 10.45 613988 1569600 8 09:38:42 06:34:01 5336184 0 764328 9.54 2620 1905808 946660 10.45 613868 1569600 8 09:38:42 06:35:01 5335896 0 764616 9.55 2620 1905808 946660 10.45 614004 1569600 8 09:38:42 06:36:01 5335940 0 764564 9.55 2620 1905816 946732 10.45 614020 1569600 8 09:38:42 06:37:01 5335448 0 765052 9.55 2620 1905820 946792 10.45 614236 1569600 8 09:38:42 06:38:01 5335448 0 765048 9.55 2620 1905824 946816 10.45 614364 1569604 8 09:38:42 06:39:01 5335564 0 764928 9.55 2620 1905828 946828 10.45 614516 1569600 8 09:38:42 06:40:01 5336028 0 764464 9.55 2620 1905828 946660 10.45 613904 1569600 8 09:38:42 06:41:01 5335536 0 764948 9.55 2620 1905836 946732 10.45 614048 1569600 8 09:38:42 06:42:01 5335536 0 764944 9.55 2620 1905840 946744 10.45 614020 1569600 8 09:38:42 06:43:01 5335908 0 764568 9.55 2620 1905844 946720 10.45 613988 1569600 12 09:38:42 06:44:01 5336084 0 764388 9.54 2620 1905848 946660 10.45 614060 1569580 16 09:38:42 06:45:01 5335888 0 764580 9.55 2620 1905852 946660 10.45 614032 1569580 8 09:38:42 06:46:01 5335684 0 764780 9.55 2620 1905856 946720 10.45 614104 1569580 16 09:38:42 06:47:01 5335668 0 764792 9.55 2620 1905860 946732 10.45 614160 1569580 8 09:38:42 06:48:01 5335632 0 764824 9.55 2620 1905864 946660 10.45 614076 1569580 8 09:38:42 06:49:01 5336144 0 764308 9.54 2620 1905868 946660 10.45 613932 1569580 8 09:38:42 06:50:01 5336332 0 764112 9.54 2620 1905876 946660 10.45 614008 1569580 8 09:38:42 06:51:01 5335636 0 764808 9.55 2620 1905876 946744 10.45 614048 1569580 16 09:38:42 06:52:01 5335888 0 764548 9.55 2620 1905884 946660 10.45 613980 1569580 16 09:38:42 06:53:01 5335648 0 764788 9.55 2620 1905884 946660 10.45 614056 1569580 8 09:38:42 06:54:01 5335944 0 764488 9.55 2620 1905888 946660 10.45 614040 1569580 8 09:38:42 06:55:01 5335832 0 764592 9.55 2620 1905896 946660 10.45 614004 1569580 8 09:38:42 06:56:01 5335668 0 764756 9.55 2620 1905896 946732 10.45 614168 1569580 16 09:38:42 06:57:01 5335608 0 764808 9.55 2620 1905904 946660 10.45 614024 1569580 16 09:38:42 06:58:01 5335896 0 764520 9.55 2620 1905904 946660 10.45 613956 1569580 8 09:38:42 06:59:01 5335944 0 764464 9.55 2620 1905912 946660 10.45 614012 1569580 16 09:38:42 07:00:01 5336092 0 764308 9.54 2620 1905920 946660 10.45 614116 1569584 8 09:38:42 07:01:01 5333664 0 766732 9.57 2620 1905924 950308 10.49 615152 1569584 12 09:38:42 07:02:01 5335984 0 764408 9.54 2620 1905928 946732 10.45 614108 1569580 8 09:38:42 07:03:01 5335748 0 764640 9.55 2620 1905932 946660 10.45 614056 1569580 8 09:38:42 07:04:01 5336020 0 764420 9.54 2620 1905880 946120 10.45 613760 1569556 8 09:38:42 07:05:01 5336012 0 764416 9.54 2620 1905892 946120 10.45 613772 1569556 8 09:38:42 07:06:01 5336276 0 764152 9.54 2620 1905892 946168 10.45 613808 1569556 8 09:38:42 07:07:01 5335728 0 764692 9.55 2620 1905900 946204 10.45 613920 1569556 8 09:38:42 07:08:01 5336136 0 764280 9.54 2620 1905904 946120 10.45 613896 1569560 8 09:38:42 07:09:01 5336276 0 764140 9.54 2620 1905904 946120 10.45 613868 1569556 8 09:38:42 07:10:01 5336596 0 763812 9.54 2620 1905912 946120 10.45 613928 1569556 8 09:38:42 07:11:01 5336156 0 764252 9.54 2620 1905912 946192 10.45 613928 1569556 12 09:38:42 07:12:01 5335876 0 764524 9.55 2620 1905920 946216 10.45 614008 1569556 8 09:38:42 07:13:01 5336136 0 764260 9.54 2620 1905924 946120 10.45 613824 1569556 8 09:38:42 07:14:01 5336348 0 764044 9.54 2620 1905928 946120 10.45 613924 1569556 8 09:38:42 07:15:01 5336120 0 764268 9.54 2620 1905932 946120 10.45 613932 1569556 8 09:38:42 07:16:01 5336444 0 763944 9.54 2620 1905932 954376 10.54 613908 1569556 8 09:38:42 07:17:01 5337304 0 763076 9.53 2620 1905940 952796 10.52 612888 1569556 8 09:38:42 07:18:02 5336128 0 764248 9.54 2620 1905944 954316 10.54 613956 1569556 20 09:38:42 07:19:01 5336340 0 764032 9.54 2620 1905948 954388 10.54 613996 1569556 16 09:38:42 07:20:01 5335180 0 765188 9.55 2620 1905952 954556 10.54 614700 1569516 20 09:38:42 07:21:01 5267572 0 790028 9.86 2620 1948720 989156 10.92 651636 1590800 20 09:38:42 07:22:01 5247560 0 799956 9.99 2620 1958804 1091476 12.05 660428 1600704 32 09:38:42 07:23:01 5246620 0 800948 10.00 2620 1958752 1093216 12.07 659784 1602020 20 09:38:42 07:24:01 5245992 0 801576 10.01 2620 1958752 1105872 12.21 665160 1596312 16 09:38:42 07:25:01 4915396 0 811396 10.13 2620 2279528 1104836 12.20 825928 1755432 163120 09:38:42 07:26:01 5090136 0 797152 9.95 2620 2119032 999788 11.04 661556 1751484 20 09:38:42 07:27:01 5090104 0 796436 9.94 2620 2119780 1002804 11.07 661316 1752048 92 09:38:42 07:28:01 5091492 0 795016 9.93 2620 2119812 985736 10.88 661168 1751408 40 09:38:42 07:29:01 5093640 0 792868 9.90 2620 2119812 969288 10.70 656020 1754652 8 09:38:42 07:30:01 5093948 0 792556 9.90 2620 2119816 969288 10.70 662604 1748124 8 09:38:42 07:31:01 5093536 0 792960 9.90 2620 2119824 969348 10.70 662516 1748124 8 09:38:42 07:32:01 5093668 0 792828 9.90 2620 2119824 969372 10.70 662768 1748124 8 09:38:42 07:33:01 5092396 0 794092 9.92 2620 2119832 969288 10.70 664092 1748124 8 09:38:42 07:34:01 5091980 0 794488 9.92 2620 2119852 969672 10.71 664988 1747712 48 09:38:42 07:35:01 5091400 0 795076 9.93 2620 2119844 969708 10.71 666168 1746776 20 09:38:42 07:36:01 5089980 0 796492 9.95 2620 2119848 969768 10.71 667888 1746776 16 09:38:42 07:37:01 5113164 0 773284 9.66 2620 2119872 932696 10.30 647960 1743156 52 09:38:42 07:38:01 5110544 0 775880 9.69 2620 2119896 953416 10.53 650764 1743076 16 09:38:42 07:39:01 5112836 0 773584 9.66 2620 2119900 967008 10.68 647560 1743076 16 09:38:42 07:40:01 4264360 0 931784 11.63 2620 2810176 989624 10.93 888448 2217640 16 09:38:42 07:41:01 4284876 0 911276 11.38 2620 2810168 987520 10.90 890512 2217636 8 09:38:42 07:42:01 4285572 0 910576 11.37 2620 2810172 979308 10.81 889840 2217628 8 09:38:42 07:43:01 4287268 0 908876 11.35 2620 2810176 969016 10.70 883220 2223796 8 09:38:42 07:44:01 4286812 0 909316 11.35 2620 2810192 969220 10.70 883232 2224492 24 09:38:42 07:45:01 4285788 0 910348 11.37 2620 2810184 969232 10.70 880232 2228328 8 09:38:42 07:46:01 4287548 0 908580 11.34 2620 2810192 969076 10.70 894420 2212756 12 09:38:42 07:47:01 4286868 0 909260 11.35 2620 2810192 969244 10.70 896020 2211604 20 09:38:42 07:48:02 4286292 0 909832 11.36 2620 2810196 969256 10.70 896216 2211604 16 09:38:42 07:49:01 4278236 0 917752 11.46 2620 2810332 1071580 11.83 903784 2210560 36 09:38:42 07:50:01 4278392 0 917588 11.46 2620 2810340 1071732 11.83 903408 2211200 20 09:38:42 07:51:01 4278032 0 917944 11.46 2620 2810344 1071576 11.83 903544 2211196 16 09:38:42 07:52:01 4278148 0 917828 11.46 2620 2810344 1071588 11.83 903328 2211508 8 09:38:42 07:53:01 4278340 0 917628 11.46 2620 2810352 1071504 11.83 900180 2214644 8 09:38:42 07:54:01 4278228 0 917736 11.46 2620 2810356 1071504 11.83 900752 2214004 8 09:38:42 07:55:01 4278452 0 917508 11.46 2620 2810360 1071504 11.83 900836 2214004 12 09:38:42 07:56:01 4278520 0 917436 11.46 2620 2810364 1071552 11.83 901136 2213692 12 09:38:42 07:57:01 4278060 0 917892 11.46 2620 2810368 1071588 11.83 901104 2213692 8 09:38:42 07:58:01 4278140 0 917804 11.46 2620 2810376 1071504 11.83 901160 2213692 8 09:38:42 07:59:01 4278108 0 917828 11.46 2620 2810384 1071552 11.83 901060 2213696 12 09:38:42 08:00:01 4278372 0 917564 11.46 2620 2810384 1071504 11.83 903540 2211204 16 09:38:42 08:01:01 4276736 0 919196 11.48 2620 2810388 1074248 11.86 905060 2210556 8 09:38:42 08:02:01 4278452 0 917476 11.46 2620 2810392 1071588 11.83 904284 2210556 8 09:38:42 08:03:01 4278500 0 917420 11.45 2620 2810400 1071504 11.83 904228 2210556 8 09:38:42 08:04:01 4278680 0 917236 11.45 2620 2810404 1071504 11.83 904264 2210556 8 09:38:42 08:05:01 4278384 0 917528 11.46 2620 2810408 1071504 11.83 904332 2210556 8 09:38:42 08:06:01 4278304 0 917604 11.46 2620 2810412 1071552 11.83 904316 2210556 8 09:38:42 08:07:01 4278716 0 917192 11.45 2620 2810412 1071576 11.83 904344 2210556 8 09:38:42 08:08:01 4277896 0 918004 11.46 2620 2810420 1071624 11.83 904708 2210556 20 09:38:42 08:09:01 4277484 0 918412 11.47 2620 2810424 1071784 11.83 905080 2210556 16 09:38:42 08:10:01 4277500 0 918392 11.47 2620 2810428 1071784 11.83 905028 2210556 8 09:38:42 08:11:01 4277588 0 918300 11.47 2620 2810432 1071688 11.83 904728 2210556 20 09:38:42 08:12:01 4277656 0 918224 11.46 2620 2810440 1071724 11.83 904924 2210560 16 09:38:42 08:13:01 4278168 0 917708 11.46 2620 2810444 1071676 11.83 904152 2210556 12 09:38:42 08:14:01 4277832 0 918036 11.46 2620 2810452 1071568 11.83 904316 2210560 8 09:38:42 08:15:01 4277988 0 917880 11.46 2620 2810452 1071712 11.83 904564 2210556 16 09:38:42 08:16:01 4278168 0 917696 11.46 2620 2810456 1071712 11.83 904508 2210556 8 09:38:42 08:17:01 4278120 0 917732 11.46 2620 2810468 1071724 11.83 904708 2210560 8 09:38:42 08:18:01 4279040 0 916812 11.45 2620 2810468 1071568 11.83 903560 2210556 8 09:38:42 08:19:01 4279508 0 916336 11.44 2620 2810476 1071568 11.83 903668 2210556 8 09:38:42 08:20:01 4279312 0 916532 11.44 2620 2810476 1071568 11.83 903836 2210556 20 09:38:42 08:21:02 4278868 0 916968 11.45 2620 2810484 1071628 11.83 903848 2210556 8 09:38:42 08:22:01 4277920 0 917912 11.46 2620 2810488 1071652 11.83 904560 2210556 20 09:38:42 08:23:01 4278452 0 917380 11.45 2620 2810488 1071632 11.83 904568 2210556 16 09:38:42 08:24:01 4278132 0 917692 11.46 2620 2810496 1071632 11.83 904556 2210556 8 09:38:42 08:25:01 4278040 0 917784 11.46 2620 2810496 1071632 11.83 904440 2210556 16 09:38:42 08:26:01 4277928 0 917888 11.46 2620 2810504 1071704 11.83 904492 2210556 12 09:38:42 08:27:01 4277648 0 918104 11.46 2620 2810568 1071716 11.83 904560 2210572 20 09:38:42 08:28:01 4278156 0 917652 11.46 2620 2810512 1071632 11.83 904464 2210556 8 09:38:42 08:29:01 4278248 0 917552 11.46 2620 2810520 1071632 11.83 904540 2210556 8 09:38:42 08:30:01 4277992 0 917804 11.46 2620 2810524 1071632 11.83 904456 2210560 8 09:38:42 08:31:01 4278176 0 917616 11.46 2620 2810528 1071704 11.83 904504 2210556 12 09:38:42 08:32:01 4278300 0 917488 11.46 2620 2810532 1071728 11.83 904676 2210556 8 09:38:42 08:33:01 4278760 0 917024 11.45 2620 2810536 1071632 11.83 903944 2210556 8 09:38:42 08:34:01 4278544 0 917236 11.45 2620 2810540 1071632 11.83 903932 2210556 8 09:38:42 08:35:01 4278908 0 916864 11.45 2620 2810548 1071632 11.83 903824 2210556 8 09:38:42 08:36:01 4278080 0 917692 11.46 2620 2810548 1071944 11.83 904056 2210556 8 09:38:42 08:37:01 4278440 0 917324 11.45 2620 2810556 1071632 11.83 903956 2210556 8 09:38:42 08:38:01 4278704 0 917060 11.45 2620 2810556 1071632 11.83 903940 2210556 8 09:38:42 08:39:01 4278492 0 917268 11.45 2620 2810560 1071692 11.83 903944 2210556 8 09:38:42 08:40:01 4278696 0 917056 11.45 2620 2810568 1071632 11.83 903852 2210556 8 09:38:42 08:41:01 4278564 0 917188 11.45 2620 2810568 1071680 11.83 903980 2210556 8 09:38:42 08:42:01 4278836 0 916908 11.45 2620 2810576 1071632 11.83 903880 2210556 8 09:38:42 08:43:01 4278688 0 917056 11.45 2620 2810576 1071632 11.83 903912 2210556 8 09:38:42 08:44:01 4421900 0 773980 9.66 2620 2810440 812888 8.97 771480 2201160 0 09:38:42 08:45:01 4421840 0 774036 9.66 2620 2810444 812888 8.97 771452 2201160 0 09:38:42 08:46:01 4422564 0 773308 9.66 2620 2810448 812888 8.97 771404 2201164 0 09:38:42 08:47:01 4422168 0 773700 9.66 2620 2810452 812888 8.97 771492 2201160 0 09:38:42 08:48:01 4425480 0 770440 9.62 2620 2810400 808336 8.92 769248 2200948 20 09:38:42 08:49:01 4425364 0 770548 9.62 2620 2810408 808336 8.92 769304 2200952 0 09:38:42 08:50:01 4425356 0 770552 9.62 2620 2810412 808336 8.92 769180 2200948 0 09:38:42 08:51:01 4425240 0 770668 9.62 2620 2810412 808336 8.92 769180 2200948 0 09:38:42 08:52:01 4425388 0 770512 9.62 2620 2810420 808336 8.92 769308 2200948 0 09:38:42 08:53:01 4425264 0 770636 9.62 2620 2810420 808336 8.92 769188 2200948 0 09:38:42 08:54:01 4425248 0 770644 9.62 2620 2810428 808336 8.92 769312 2200948 0 09:38:42 08:55:01 4425232 0 770656 9.62 2620 2810432 808336 8.92 769220 2200948 0 09:38:42 08:56:02 4425496 0 770388 9.62 2620 2810436 808336 8.92 769156 2200948 0 09:38:42 08:57:01 4426660 0 769220 9.60 2620 2810440 806744 8.91 768368 2200764 0 09:38:42 08:58:01 4425536 0 770336 9.62 2620 2810448 808336 8.92 769508 2200768 0 09:38:42 08:59:01 4425708 0 770160 9.62 2620 2810452 808336 8.92 769364 2200764 0 09:38:42 09:00:01 4425188 0 770672 9.62 2620 2810460 808336 8.92 769400 2200768 0 09:38:42 09:01:01 4424348 0 771508 9.63 2620 2810464 811104 8.96 770192 2200764 0 09:38:42 09:02:01 4425452 0 770396 9.62 2620 2810472 808336 8.92 769428 2200764 0 09:38:42 09:03:01 4425660 0 770184 9.62 2620 2810476 808336 8.92 769500 2200764 0 09:38:42 09:04:01 4425232 0 770608 9.62 2620 2810480 808336 8.92 769480 2200764 4 09:38:42 09:05:01 4425592 0 770244 9.62 2620 2810484 808336 8.92 769432 2200764 0 09:38:42 09:06:01 4425444 0 770392 9.62 2620 2810484 808336 8.92 769516 2200764 0 09:38:42 09:07:01 4425740 0 770088 9.62 2620 2810492 808336 8.92 769576 2200764 0 09:38:42 09:08:01 4425552 0 770272 9.62 2620 2810496 808336 8.92 769444 2200764 0 09:38:42 09:09:01 4425668 0 770152 9.62 2620 2810500 808336 8.92 769548 2200764 0 09:38:42 09:10:01 4425172 0 770644 9.62 2620 2810504 808336 8.92 769472 2200764 0 09:38:42 09:11:01 4425264 0 770548 9.62 2620 2810508 808336 8.92 769340 2200764 0 09:38:42 09:12:01 4425264 0 770544 9.62 2620 2810512 808336 8.92 769576 2200764 0 09:38:42 09:13:01 4425388 0 770412 9.62 2620 2810520 808336 8.92 769584 2200768 0 09:38:42 09:14:01 4425584 0 770212 9.62 2620 2810524 808336 8.92 769556 2200764 0 09:38:42 09:15:01 4425364 0 770428 9.62 2620 2810528 808336 8.92 769476 2200764 0 09:38:42 09:16:01 4302260 0 893296 11.15 2620 2810764 1124036 12.41 894724 2196360 172 09:38:42 09:17:01 4313456 0 882096 11.01 2620 2810768 1093744 12.08 884124 2196356 20 09:38:42 09:18:01 4313836 0 881712 11.01 2620 2810772 1093744 12.08 883960 2196356 8 09:38:42 09:19:01 4313124 0 882420 11.02 2620 2810776 1093744 12.08 883948 2196356 8 09:38:42 09:20:01 4313216 0 882324 11.02 2620 2810780 1093744 12.08 884016 2196356 8 09:38:42 09:21:01 4308120 0 887416 11.08 2620 2810784 1093840 12.08 888856 2196356 20 09:38:42 09:22:01 4299040 0 896492 11.19 2620 2810788 1093852 12.08 897868 2196356 8 09:38:42 09:23:01 4299640 0 895888 11.19 2620 2810792 1093744 12.08 897276 2196356 8 09:38:42 09:24:01 4300052 0 895472 11.18 2620 2810796 1093744 12.08 897284 2196356 8 09:38:42 09:25:01 4299780 0 895740 11.18 2620 2810800 1093744 12.08 897408 2196356 8 09:38:42 09:26:01 4298032 0 897480 11.21 2620 2810808 1094032 12.08 899052 2196356 20 09:38:42 09:27:01 4297876 0 897636 11.21 2620 2810808 1094056 12.08 899084 2196356 8 09:38:42 09:28:02 4299808 0 895692 11.18 2620 2810820 1093744 12.08 897500 2196360 8 09:38:42 09:29:01 4299824 0 895676 11.18 2620 2810820 1093744 12.08 897484 2196356 8 09:38:42 09:30:01 4299864 0 895632 11.18 2620 2810824 1093744 12.08 897372 2196356 8 09:38:42 09:31:01 4299488 0 896000 11.19 2620 2810832 1093828 12.08 897848 2196356 8 09:38:42 09:32:01 4299512 0 895976 11.19 2620 2810832 1093816 12.08 897872 2196356 16 09:38:42 09:33:01 4299708 0 895772 11.18 2620 2810840 1093744 12.08 897388 2196356 16 09:38:42 09:34:01 4299816 0 895664 11.18 2620 2810840 1093744 12.08 897508 2196356 16 09:38:42 09:35:01 4300468 0 895004 11.18 2620 2810848 1093744 12.08 897564 2196356 8 09:38:42 09:36:01 4299580 0 895888 11.19 2620 2810852 1093840 12.08 897932 2196356 8 09:38:42 09:37:01 4299840 0 895628 11.18 2620 2810852 1093744 12.08 897372 2196356 20 09:38:42 09:38:01 4300120 0 895340 11.18 2620 2810860 1093744 12.08 897448 2196356 8 09:38:42 Average: 4868530 0 800144 9.99 2620 2337646 979443 10.81 718434 1887314 731 09:38:42 09:38:42 05:38:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:38:42 05:39:01 eth0 9.47 6.98 17.59 0.83 0.00 0.00 0.00 0.00 09:38:42 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:40:01 eth0 17.26 14.56 73.82 3.41 0.00 0.00 0.00 0.00 09:38:42 05:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:41:02 eth0 29.15 23.03 109.57 4.36 0.00 0.00 0.00 0.00 09:38:42 05:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:42:01 eth0 22.53 16.92 53.57 3.18 0.00 0.00 0.00 0.00 09:38:42 05:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:43:01 eth0 3.23 1.88 2.66 0.73 0.00 0.00 0.00 0.00 09:38:42 05:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:44:01 eth0 2.60 2.12 1.67 2.21 0.00 0.00 0.00 0.00 09:38:42 05:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:45:01 eth0 22.92 18.40 58.89 5.05 0.00 0.00 0.00 0.00 09:38:42 05:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:46:01 eth0 19.07 14.91 42.25 5.40 0.00 0.00 0.00 0.00 09:38:42 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:47:01 eth0 8.75 6.71 16.14 2.26 0.00 0.00 0.00 0.00 09:38:42 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:48:01 eth0 14.51 12.86 51.08 4.77 0.00 0.00 0.00 0.00 09:38:42 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:49:01 eth0 22.06 20.44 71.57 5.02 0.00 0.00 0.00 0.00 09:38:42 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:50:01 eth0 8.68 5.55 8.48 1.97 0.00 0.00 0.00 0.00 09:38:42 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:51:01 eth0 7.60 6.43 7.68 6.74 0.00 0.00 0.00 0.00 09:38:42 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:52:01 eth0 18.84 17.62 69.45 5.74 0.00 0.00 0.00 0.00 09:38:42 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:53:01 eth0 305.60 235.17 2682.17 19.47 0.00 0.00 0.00 0.00 09:38:42 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:54:01 eth0 4.35 3.05 3.04 2.84 0.00 0.00 0.00 0.00 09:38:42 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:55:01 eth0 1.40 1.27 0.96 1.62 0.00 0.00 0.00 0.00 09:38:42 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:56:01 eth0 0.67 0.42 0.40 0.27 0.00 0.00 0.00 0.00 09:38:42 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:57:01 eth0 24.75 20.92 73.68 4.53 0.00 0.00 0.00 0.00 09:38:42 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:58:01 eth0 5.08 3.90 7.52 1.14 0.00 0.00 0.00 0.00 09:38:42 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:59:01 eth0 3.88 2.86 3.02 1.27 0.00 0.00 0.00 0.00 09:38:42 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:00:01 eth0 0.68 1.23 0.28 2.93 0.00 0.00 0.00 0.00 09:38:42 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:01:01 eth0 0.30 0.27 0.14 0.05 0.00 0.00 0.00 0.00 09:38:42 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:02:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:03:01 eth0 0.08 0.08 0.01 0.03 0.00 0.00 0.00 0.00 09:38:42 06:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:04:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:05:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:38:42 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:06:01 eth0 0.58 0.18 0.18 0.04 0.00 0.00 0.00 0.00 09:38:42 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:07:01 eth0 0.47 0.27 0.27 0.22 0.00 0.00 0.00 0.00 09:38:42 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:08:02 eth0 0.08 0.05 0.05 0.04 0.00 0.00 0.00 0.00 09:38:42 06:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:09:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:10:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:11:01 eth0 0.22 0.15 0.14 0.07 0.00 0.00 0.00 0.00 09:38:42 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:12:01 eth0 0.57 0.38 0.57 0.17 0.00 0.00 0.00 0.00 09:38:42 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:13:01 eth0 4.40 4.10 3.20 0.91 0.00 0.00 0.00 0.00 09:38:42 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:14:01 eth0 0.78 0.48 0.58 0.26 0.00 0.00 0.00 0.00 09:38:42 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:15:01 eth0 1.77 1.05 1.69 0.56 0.00 0.00 0.00 0.00 09:38:42 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:16:01 eth0 0.95 0.62 0.72 0.39 0.00 0.00 0.00 0.00 09:38:42 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:17:01 eth0 0.43 0.23 0.26 0.19 0.00 0.00 0.00 0.00 09:38:42 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:18:01 eth0 0.05 0.05 0.00 0.04 0.00 0.00 0.00 0.00 09:38:42 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:19:01 eth0 0.37 0.00 0.04 0.00 0.00 0.00 0.00 0.00 09:38:42 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:20:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:21:01 eth0 0.22 0.18 0.14 0.04 0.00 0.00 0.00 0.00 09:38:42 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:22:01 eth0 0.05 0.05 0.00 0.03 0.00 0.00 0.00 0.00 09:38:42 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:26:01 eth0 0.22 0.17 0.14 0.07 0.00 0.00 0.00 0.00 09:38:42 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:27:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:28:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:29:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:30:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:31:01 eth0 0.25 0.23 0.14 0.05 0.00 0.00 0.00 0.00 09:38:42 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:32:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:35:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:36:01 eth0 0.12 0.07 0.04 0.06 0.00 0.00 0.00 0.00 09:38:42 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:37:01 eth0 0.70 0.38 0.45 0.29 0.00 0.00 0.00 0.00 09:38:42 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:38:01 eth0 0.30 0.20 0.17 0.10 0.00 0.00 0.00 0.00 09:38:42 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:39:01 eth0 0.08 0.05 0.05 0.06 0.00 0.00 0.00 0.00 09:38:42 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:40:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:41:01 eth0 0.10 0.07 0.04 0.04 0.00 0.00 0.00 0.00 09:38:42 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:42:01 eth0 0.07 0.07 0.04 0.03 0.00 0.00 0.00 0.00 09:38:42 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:43:01 eth0 0.08 0.05 0.06 0.00 0.00 0.00 0.00 0.00 09:38:42 06:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:45:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:46:01 eth0 0.20 0.17 0.10 0.04 0.00 0.00 0.00 0.00 09:38:42 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:47:01 eth0 0.07 0.07 0.04 0.00 0.00 0.00 0.00 0.00 09:38:42 06:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:48:01 eth0 0.05 0.05 0.00 0.03 0.00 0.00 0.00 0.00 09:38:42 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:49:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:51:01 eth0 0.20 0.18 0.14 0.04 0.00 0.00 0.00 0.00 09:38:42 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:52:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:53:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:55:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:56:01 eth0 0.27 0.22 0.16 0.07 0.00 0.00 0.00 0.00 09:38:42 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:57:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:58:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:01:01 eth0 0.18 0.08 0.10 0.06 0.00 0.00 0.00 0.00 09:38:42 07:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:02:01 eth0 0.08 0.12 0.04 0.03 0.00 0.00 0.00 0.00 09:38:42 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:03:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:04:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:05:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:06:01 eth0 0.08 0.07 0.01 0.04 0.00 0.00 0.00 0.00 09:38:42 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:07:01 eth0 0.22 0.17 0.14 0.04 0.00 0.00 0.00 0.00 09:38:42 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:08:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:09:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:11:01 eth0 0.18 0.15 0.10 0.04 0.00 0.00 0.00 0.00 09:38:42 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:12:01 eth0 0.07 0.08 0.04 0.03 0.00 0.00 0.00 0.00 09:38:42 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:13:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:15:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:16:01 eth0 0.05 0.05 0.00 0.04 0.00 0.00 0.00 0.00 09:38:42 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:17:01 eth0 0.07 0.05 0.04 0.00 0.00 0.00 0.00 0.00 09:38:42 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:18:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:19:01 eth0 0.14 0.10 0.10 0.03 0.00 0.00 0.00 0.00 09:38:42 07:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:20:01 eth0 1.37 0.95 1.40 0.48 0.00 0.00 0.00 0.00 09:38:42 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:21:01 eth0 36.74 34.93 301.98 10.07 0.00 0.00 0.00 0.00 09:38:42 07:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:22:01 eth0 2.75 2.13 3.29 0.96 0.00 0.00 0.00 0.00 09:38:42 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:22:01 veth6a0c81c 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 09:38:42 07:22:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 09:38:42 07:23:01 eth0 4.60 3.45 5.51 1.56 0.00 0.00 0.00 0.00 09:38:42 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:23:01 veth6a0c81c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:24:01 eth0 3.40 3.90 3.42 5.96 0.00 0.00 0.00 0.00 09:38:42 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:24:01 veth6a0c81c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:25:01 eth0 753.34 1125.47 2701.26 101.33 0.00 0.00 0.00 0.00 09:38:42 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:25:01 veth6a0c81c 1123.27 747.51 100.00 2697.69 0.00 0.00 0.00 0.00 09:38:42 07:25:01 docker0 1123.27 747.51 84.65 2697.69 0.00 0.00 0.00 0.00 09:38:42 07:26:01 eth0 3.07 2.15 3.54 1.05 0.00 0.00 0.00 0.00 09:38:42 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:27:01 eth0 3.71 4.58 4.00 7.49 0.00 0.00 0.00 0.00 09:38:42 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:28:01 eth0 2.51 1.47 2.18 0.63 0.00 0.00 0.00 0.00 09:38:42 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:30:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:31:01 eth0 0.15 0.12 0.10 0.04 0.00 0.00 0.00 0.00 09:38:42 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:32:01 eth0 0.07 0.10 0.04 0.04 0.00 0.00 0.00 0.00 09:38:42 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:34:01 eth0 0.70 0.50 0.96 0.24 0.00 0.00 0.00 0.00 09:38:42 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:35:01 eth0 0.93 0.67 0.82 0.33 0.00 0.00 0.00 0.00 09:38:42 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:36:01 eth0 1.40 0.95 1.35 0.47 0.00 0.00 0.00 0.00 09:38:42 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:37:01 eth0 1.18 0.77 1.20 0.41 0.00 0.00 0.00 0.00 09:38:42 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:38:01 eth0 2.12 0.68 1.15 0.52 0.00 0.00 0.00 0.00 09:38:42 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:39:01 eth0 2.30 0.58 0.63 0.77 0.00 0.00 0.00 0.00 09:38:42 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:40:01 eth0 478.90 412.51 3511.31 35.31 0.00 0.00 0.00 0.00 09:38:42 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:40:01 docker0 197.35 252.08 13.94 844.04 0.00 0.00 0.00 0.00 09:38:42 07:41:01 eth0 0.95 0.57 0.60 0.25 0.00 0.00 0.00 0.00 09:38:42 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:42:01 eth0 0.08 0.07 0.04 0.03 0.00 0.00 0.00 0.00 09:38:42 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:43:01 eth0 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:38:42 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:44:01 eth0 1.03 0.58 0.91 0.28 0.00 0.00 0.00 0.00 09:38:42 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:45:01 eth0 0.70 0.40 0.54 0.19 0.00 0.00 0.00 0.00 09:38:42 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:46:01 eth0 0.17 0.13 0.10 0.04 0.00 0.00 0.00 0.00 09:38:42 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:47:01 eth0 1.00 0.70 1.02 0.34 0.00 0.00 0.00 0.00 09:38:42 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:48:02 eth0 1.33 1.03 1.41 0.46 0.00 0.00 0.00 0.00 09:38:42 07:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:49:01 vethd70b8e1 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:38:42 07:49:01 eth0 0.81 0.63 0.97 0.25 0.00 0.00 0.00 0.00 09:38:42 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:50:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:50:01 eth0 0.72 0.53 0.77 0.25 0.00 0.00 0.00 0.00 09:38:42 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:51:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:51:01 eth0 0.22 0.18 0.15 0.04 0.00 0.00 0.00 0.00 09:38:42 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:52:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:52:01 eth0 0.10 0.07 0.04 0.03 0.00 0.00 0.00 0.00 09:38:42 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:53:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:53:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:54:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:55:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:55:01 eth0 0.12 0.07 0.01 0.00 0.00 0.00 0.00 0.00 09:38:42 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:56:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:56:01 eth0 0.15 0.08 0.04 0.04 0.00 0.00 0.00 0.00 09:38:42 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:57:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:57:01 eth0 0.10 0.10 0.04 0.03 0.00 0.00 0.00 0.00 09:38:42 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:58:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:58:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:59:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:59:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 09:38:42 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:00:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:01:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:01:01 eth0 0.22 0.15 0.10 0.05 0.00 0.00 0.00 0.00 09:38:42 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:02:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:02:01 eth0 0.08 0.05 0.04 0.03 0.00 0.00 0.00 0.00 09:38:42 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:03:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:03:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:04:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:04:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:05:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:05:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:06:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:06:01 eth0 0.17 0.12 0.10 0.04 0.00 0.00 0.00 0.00 09:38:42 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:07:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:07:01 eth0 0.08 0.08 0.04 0.03 0.00 0.00 0.00 0.00 09:38:42 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:08:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:08:01 eth0 0.33 0.18 0.17 0.13 0.00 0.00 0.00 0.00 09:38:42 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:09:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:09:01 eth0 0.55 0.32 0.35 0.23 0.00 0.00 0.00 0.00 09:38:42 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:10:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:10:01 eth0 0.18 0.10 0.09 0.10 0.00 0.00 0.00 0.00 09:38:42 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:11:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:11:01 eth0 0.20 0.15 0.10 0.04 0.00 0.00 0.00 0.00 09:38:42 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:12:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:12:01 eth0 0.38 0.23 0.21 0.13 0.00 0.00 0.00 0.00 09:38:42 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:13:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:13:01 eth0 0.17 0.10 0.09 0.07 0.00 0.00 0.00 0.00 09:38:42 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:14:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:14:01 eth0 0.05 0.03 0.00 0.03 0.00 0.00 0.00 0.00 09:38:42 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:15:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:15:01 eth0 0.47 0.25 0.27 0.17 0.00 0.00 0.00 0.00 09:38:42 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:16:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:16:01 eth0 0.20 0.15 0.13 0.07 0.00 0.00 0.00 0.00 09:38:42 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:17:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:17:01 eth0 0.07 0.07 0.04 0.03 0.00 0.00 0.00 0.00 09:38:42 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:18:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:18:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:19:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:20:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:20:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:21:02 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:21:02 eth0 0.20 0.12 0.10 0.05 0.00 0.00 0.00 0.00 09:38:42 08:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:22:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:22:01 eth0 0.08 0.12 0.04 0.04 0.00 0.00 0.00 0.00 09:38:42 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:23:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:24:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:25:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:26:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:26:01 eth0 0.17 0.12 0.10 0.04 0.00 0.00 0.00 0.00 09:38:42 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:27:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:27:01 eth0 0.07 0.08 0.04 0.03 0.00 0.00 0.00 0.00 09:38:42 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:28:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:28:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:29:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:29:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:30:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:30:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:31:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:31:01 eth0 0.20 0.17 0.10 0.04 0.00 0.00 0.00 0.00 09:38:42 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:32:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:32:01 eth0 0.10 0.07 0.04 0.03 0.00 0.00 0.00 0.00 09:38:42 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:33:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:34:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:35:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:35:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:36:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:36:01 eth0 0.72 1.97 0.08 5.09 0.00 0.00 0.00 0.00 09:38:42 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:37:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:37:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:38:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:38:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:39:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:39:01 eth0 0.07 0.05 0.04 0.03 0.00 0.00 0.00 0.00 09:38:42 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:40:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:41:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:41:01 eth0 0.07 0.07 0.00 0.04 0.00 0.00 0.00 0.00 09:38:42 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:42:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:42:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:43:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:43:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:44:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:44:01 eth0 0.17 0.12 0.04 0.04 0.00 0.00 0.00 0.00 09:38:42 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:45:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:45:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:46:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:46:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:47:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:47:01 eth0 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 09:38:42 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:48:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:48:01 eth0 0.23 0.22 0.02 0.02 0.00 0.00 0.00 0.00 09:38:42 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:49:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:49:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:50:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:51:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:51:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:52:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:52:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:53:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:53:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:54:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:55:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:55:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:56:02 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:56:02 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:57:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:57:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:58:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:58:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:59:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:00:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:01:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:01:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:02:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:02:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:03:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:03:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:04:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:04:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:05:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:05:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:06:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:06:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:07:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:07:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:08:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:08:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:09:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:09:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:10:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:11:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:11:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:12:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:12:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:13:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:13:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:14:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:15:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:15:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:16:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:16:01 eth0 29.56 30.24 14.14 36.48 0.00 0.00 0.00 0.00 09:38:42 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:17:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:17:01 eth0 0.03 0.02 0.03 0.03 0.00 0.00 0.00 0.00 09:38:42 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:18:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:18:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:19:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:19:01 eth0 0.12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:20:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:20:01 eth0 0.50 0.00 0.02 0.00 0.00 0.00 0.00 0.00 09:38:42 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:21:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:21:01 eth0 0.33 0.17 0.09 0.07 0.00 0.00 0.00 0.00 09:38:42 09:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:22:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:22:01 eth0 0.15 0.15 0.09 0.01 0.00 0.00 0.00 0.00 09:38:42 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:23:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:23:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:24:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:25:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:25:01 eth0 0.50 0.00 0.05 0.00 0.00 0.00 0.00 0.00 09:38:42 09:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:26:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:26:01 eth0 2.98 0.80 1.11 0.58 0.00 0.00 0.00 0.00 09:38:42 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:27:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:27:01 eth0 0.68 0.22 0.28 0.25 0.00 0.00 0.00 0.00 09:38:42 09:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:28:02 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:28:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:29:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:29:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:30:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:30:01 eth0 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:38:42 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:31:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:31:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 09:38:42 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:32:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:32:01 eth0 0.10 0.07 0.06 0.00 0.00 0.00 0.00 0.00 09:38:42 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:33:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:33:01 eth0 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 09:38:42 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:34:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:34:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:35:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:35:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:36:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:36:01 eth0 0.22 0.17 0.14 0.07 0.00 0.00 0.00 0.00 09:38:42 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:37:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:37:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:38:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:38:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 Average: vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 Average: eth0 7.99 8.70 41.42 1.27 0.00 0.00 0.00 0.00 09:38:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:38:42 Average: docker0 5.51 4.17 0.41 14.77 0.00 0.00 0.00 0.00 09:38:42 09:38:42 09:38:42 ---> sar -P ALL: 09:38:42 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/09/21 _x86_64_ (2 CPU) 09:38:42 09:38:42 05:37:04 LINUX RESTART (2 CPU) 09:38:42 09:38:42 05:38:02 CPU %user %nice %system %iowait %steal %idle 09:38:42 05:39:01 all 1.92 0.00 0.13 0.26 0.03 97.67 09:38:42 05:39:01 0 1.50 0.00 0.15 0.26 0.05 98.04 09:38:42 05:39:01 1 2.33 0.00 0.10 0.26 0.02 97.30 09:38:42 05:40:01 all 0.61 0.00 0.17 0.01 0.03 99.18 09:38:42 05:40:01 0 0.60 0.00 0.17 0.00 0.03 99.20 09:38:42 05:40:01 1 0.62 0.00 0.17 0.02 0.03 99.16 09:38:42 05:41:02 all 0.61 0.00 0.11 0.00 0.03 99.25 09:38:42 05:41:02 0 0.50 0.00 0.10 0.00 0.03 99.36 09:38:42 05:41:02 1 0.72 0.00 0.12 0.00 0.02 99.15 09:38:42 05:42:01 all 0.83 0.00 0.09 0.00 0.03 99.05 09:38:42 05:42:01 0 0.61 0.00 0.12 0.00 0.05 99.22 09:38:42 05:42:01 1 1.04 0.00 0.07 0.00 0.02 98.88 09:38:42 05:43:01 all 0.31 0.00 0.06 0.00 0.03 99.60 09:38:42 05:43:01 0 0.27 0.00 0.07 0.00 0.03 99.63 09:38:42 05:43:01 1 0.35 0.00 0.05 0.00 0.03 99.56 09:38:42 05:44:01 all 0.28 0.00 0.06 0.00 0.03 99.63 09:38:42 05:44:01 0 0.18 0.00 0.05 0.00 0.03 99.73 09:38:42 05:44:01 1 0.38 0.00 0.07 0.00 0.02 99.53 09:38:42 05:45:01 all 0.45 0.00 0.08 0.00 0.03 99.43 09:38:42 05:45:01 0 0.34 0.00 0.10 0.00 0.03 99.53 09:38:42 05:45:01 1 0.57 0.00 0.07 0.00 0.03 99.33 09:38:42 05:46:01 all 0.59 0.00 0.13 0.01 0.03 99.23 09:38:42 05:46:01 0 0.79 0.00 0.17 0.02 0.05 98.98 09:38:42 05:46:01 1 0.40 0.00 0.10 0.00 0.02 99.48 09:38:42 05:47:01 all 0.28 0.00 0.08 0.02 0.03 99.60 09:38:42 05:47:01 0 0.32 0.00 0.08 0.00 0.03 99.56 09:38:42 05:47:01 1 0.23 0.00 0.07 0.03 0.03 99.63 09:38:42 05:48:01 all 0.44 0.00 0.08 0.00 0.03 99.46 09:38:42 05:48:01 0 0.35 0.00 0.08 0.00 0.03 99.53 09:38:42 05:48:01 1 0.52 0.00 0.07 0.00 0.03 99.38 09:38:42 05:49:01 all 0.74 0.00 0.12 0.00 0.03 99.12 09:38:42 05:49:01 0 0.72 0.00 0.13 0.00 0.03 99.11 09:38:42 05:49:01 1 0.75 0.00 0.10 0.00 0.02 99.13 09:38:42 09:38:42 05:49:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 05:50:01 all 0.90 0.00 0.08 0.03 0.03 98.97 09:38:42 05:50:01 0 0.48 0.00 0.07 0.05 0.05 99.35 09:38:42 05:50:01 1 1.31 0.00 0.08 0.00 0.02 98.59 09:38:42 05:51:01 all 0.58 0.00 0.08 0.00 0.03 99.31 09:38:42 05:51:01 0 0.30 0.00 0.08 0.00 0.03 99.58 09:38:42 05:51:01 1 0.85 0.00 0.07 0.00 0.03 99.05 09:38:42 05:52:01 all 0.49 0.00 0.13 0.00 0.03 99.36 09:38:42 05:52:01 0 0.42 0.00 0.13 0.00 0.03 99.41 09:38:42 05:52:01 1 0.55 0.00 0.13 0.00 0.02 99.30 09:38:42 05:53:01 all 4.36 0.00 0.97 3.66 0.05 90.95 09:38:42 05:53:01 0 4.53 0.00 1.17 6.90 0.07 87.33 09:38:42 05:53:01 1 4.19 0.00 0.78 0.42 0.03 94.57 09:38:42 05:54:01 all 0.53 0.00 0.13 0.49 0.03 98.83 09:38:42 05:54:01 0 0.59 0.00 0.12 0.13 0.03 99.13 09:38:42 05:54:01 1 0.47 0.00 0.13 0.85 0.02 98.53 09:38:42 05:55:01 all 0.28 0.00 0.04 0.00 0.02 99.66 09:38:42 05:55:01 0 0.39 0.00 0.05 0.00 0.02 99.55 09:38:42 05:55:01 1 0.18 0.00 0.03 0.00 0.02 99.77 09:38:42 05:56:01 all 0.12 0.00 0.05 0.00 0.02 99.82 09:38:42 05:56:01 0 0.17 0.00 0.05 0.00 0.02 99.77 09:38:42 05:56:01 1 0.07 0.00 0.05 0.00 0.02 99.87 09:38:42 05:57:01 all 0.53 0.00 0.09 0.00 0.03 99.35 09:38:42 05:57:01 0 0.52 0.00 0.12 0.00 0.03 99.33 09:38:42 05:57:01 1 0.53 0.00 0.07 0.00 0.03 99.36 09:38:42 05:58:01 all 0.27 0.00 0.08 0.00 0.03 99.63 09:38:42 05:58:01 0 0.25 0.00 0.10 0.00 0.05 99.60 09:38:42 05:58:01 1 0.28 0.00 0.05 0.00 0.00 99.66 09:38:42 05:59:01 all 0.58 0.00 0.27 0.10 0.03 99.02 09:38:42 05:59:01 0 0.52 0.00 0.27 0.18 0.03 99.00 09:38:42 05:59:01 1 0.64 0.00 0.27 0.02 0.03 99.04 09:38:42 06:00:01 all 0.18 0.00 0.04 0.00 0.02 99.77 09:38:42 06:00:01 0 0.27 0.00 0.07 0.00 0.03 99.63 09:38:42 06:00:01 1 0.08 0.00 0.02 0.00 0.00 99.90 09:38:42 09:38:42 06:00:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 06:01:01 all 0.05 0.00 0.06 0.01 0.03 99.86 09:38:42 06:01:01 0 0.03 0.00 0.05 0.00 0.02 99.90 09:38:42 06:01:01 1 0.07 0.00 0.07 0.02 0.03 99.82 09:38:42 06:02:01 all 0.14 0.00 0.05 0.04 0.03 99.74 09:38:42 06:02:01 0 0.13 0.00 0.05 0.08 0.02 99.72 09:38:42 06:02:01 1 0.15 0.00 0.05 0.00 0.03 99.77 09:38:42 06:03:01 all 0.08 0.00 0.04 0.00 0.03 99.85 09:38:42 06:03:01 0 0.08 0.00 0.05 0.00 0.05 99.82 09:38:42 06:03:01 1 0.07 0.00 0.03 0.00 0.02 99.88 09:38:42 06:04:01 all 0.08 0.00 0.03 0.00 0.03 99.87 09:38:42 06:04:01 0 0.05 0.00 0.03 0.00 0.03 99.88 09:38:42 06:04:01 1 0.10 0.00 0.02 0.00 0.02 99.87 09:38:42 06:05:01 all 0.18 0.00 0.03 0.00 0.03 99.76 09:38:42 06:05:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 06:05:01 1 0.35 0.00 0.05 0.00 0.02 99.58 09:38:42 06:06:01 all 0.12 0.00 0.02 0.00 0.03 99.84 09:38:42 06:06:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 06:06:01 1 0.20 0.00 0.02 0.00 0.03 99.75 09:38:42 06:07:01 all 0.15 0.00 0.03 0.00 0.03 99.79 09:38:42 06:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:38:42 06:07:01 1 0.28 0.00 0.03 0.00 0.05 99.63 09:38:42 06:08:02 all 0.13 0.00 0.03 0.00 0.02 99.82 09:38:42 06:08:02 0 0.05 0.00 0.02 0.00 0.00 99.93 09:38:42 06:08:02 1 0.22 0.00 0.03 0.00 0.03 99.72 09:38:42 06:09:01 all 0.03 0.00 0.03 0.00 0.03 99.91 09:38:42 06:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:38:42 06:09:01 1 0.05 0.00 0.03 0.00 0.03 99.88 09:38:42 06:10:01 all 0.12 0.00 0.03 0.00 0.03 99.82 09:38:42 06:10:01 0 0.05 0.00 0.02 0.00 0.03 99.90 09:38:42 06:10:01 1 0.18 0.00 0.03 0.00 0.03 99.75 09:38:42 06:11:01 all 0.07 0.00 0.02 0.00 0.03 99.89 09:38:42 06:11:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:38:42 06:11:01 1 0.12 0.00 0.02 0.00 0.03 99.83 09:38:42 09:38:42 06:11:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 06:12:01 all 0.11 0.00 0.03 0.00 0.03 99.82 09:38:42 06:12:01 0 0.07 0.00 0.03 0.00 0.05 99.85 09:38:42 06:12:01 1 0.15 0.00 0.03 0.00 0.02 99.80 09:38:42 06:13:01 all 0.42 0.00 0.33 0.13 0.03 99.09 09:38:42 06:13:01 0 0.37 0.00 0.37 0.27 0.05 98.94 09:38:42 06:13:01 1 0.47 0.00 0.28 0.00 0.02 99.23 09:38:42 06:14:01 all 0.08 0.00 0.03 0.00 0.03 99.87 09:38:42 06:14:01 0 0.13 0.00 0.03 0.00 0.03 99.80 09:38:42 06:14:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 06:15:01 all 0.14 0.00 0.07 0.00 0.03 99.77 09:38:42 06:15:01 0 0.15 0.00 0.07 0.00 0.02 99.77 09:38:42 06:15:01 1 0.13 0.00 0.07 0.00 0.03 99.77 09:38:42 06:16:01 all 0.10 0.00 0.03 0.00 0.04 99.83 09:38:42 06:16:01 0 0.03 0.00 0.02 0.00 0.05 99.90 09:38:42 06:16:01 1 0.17 0.00 0.03 0.00 0.03 99.77 09:38:42 06:17:01 all 0.14 0.00 0.02 0.00 0.03 99.81 09:38:42 06:17:01 0 0.05 0.00 0.02 0.00 0.03 99.90 09:38:42 06:17:01 1 0.23 0.00 0.02 0.00 0.03 99.72 09:38:42 06:18:01 all 0.11 0.00 0.03 0.00 0.03 99.84 09:38:42 06:18:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 06:18:01 1 0.20 0.00 0.03 0.00 0.02 99.75 09:38:42 06:19:01 all 0.08 0.00 0.03 0.00 0.03 99.85 09:38:42 06:19:01 0 0.05 0.00 0.05 0.00 0.05 99.85 09:38:42 06:19:01 1 0.12 0.00 0.02 0.00 0.02 99.85 09:38:42 06:20:01 all 0.06 0.00 0.02 0.00 0.03 99.90 09:38:42 06:20:01 0 0.03 0.00 0.02 0.00 0.05 99.90 09:38:42 06:20:01 1 0.08 0.00 0.02 0.00 0.00 99.90 09:38:42 06:21:01 all 0.05 0.00 0.03 0.00 0.04 99.87 09:38:42 06:21:01 0 0.03 0.00 0.03 0.00 0.07 99.87 09:38:42 06:21:01 1 0.07 0.00 0.03 0.00 0.02 99.88 09:38:42 06:22:01 all 0.04 0.00 0.03 0.00 0.03 99.90 09:38:42 06:22:01 0 0.07 0.00 0.03 0.00 0.05 99.85 09:38:42 06:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:38:42 09:38:42 06:22:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 06:23:01 all 0.03 0.00 0.01 0.00 0.03 99.92 09:38:42 06:23:01 0 0.07 0.00 0.02 0.00 0.07 99.85 09:38:42 06:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:38:42 06:24:01 all 0.14 4.11 18.22 2.76 0.07 74.72 09:38:42 06:24:01 0 0.10 4.06 17.75 2.80 0.07 75.23 09:38:42 06:24:01 1 0.17 4.15 18.69 2.72 0.07 74.20 09:38:42 06:25:01 all 0.02 0.00 0.03 0.00 0.04 99.92 09:38:42 06:25:01 0 0.00 0.00 0.02 0.00 0.03 99.95 09:38:42 06:25:01 1 0.03 0.00 0.03 0.00 0.05 99.88 09:38:42 06:26:01 all 0.04 0.00 0.02 0.00 0.04 99.90 09:38:42 06:26:01 0 0.05 0.00 0.02 0.00 0.05 99.88 09:38:42 06:26:01 1 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 06:27:01 all 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 06:27:01 0 0.03 0.00 0.03 0.00 0.03 99.90 09:38:42 06:27:01 1 0.03 0.00 0.00 0.00 0.03 99.93 09:38:42 06:28:01 all 0.09 0.00 0.02 0.00 0.06 99.83 09:38:42 06:28:01 0 0.03 0.00 0.02 0.00 0.07 99.88 09:38:42 06:28:01 1 0.15 0.00 0.02 0.00 0.05 99.78 09:38:42 06:29:01 all 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 06:29:01 0 0.02 0.00 0.02 0.00 0.05 99.92 09:38:42 06:29:01 1 0.05 0.00 0.02 0.00 0.02 99.92 09:38:42 06:30:01 all 0.07 0.00 0.03 0.00 0.03 99.87 09:38:42 06:30:01 0 0.05 0.00 0.03 0.00 0.05 99.87 09:38:42 06:30:01 1 0.08 0.00 0.02 0.00 0.02 99.88 09:38:42 06:31:01 all 0.14 0.00 0.02 0.00 0.04 99.80 09:38:42 06:31:01 0 0.00 0.00 0.02 0.00 0.03 99.95 09:38:42 06:31:01 1 0.28 0.00 0.02 0.00 0.05 99.65 09:38:42 06:32:01 all 0.06 0.00 0.02 0.00 0.05 99.87 09:38:42 06:32:01 0 0.03 0.00 0.02 0.00 0.05 99.90 09:38:42 06:32:01 1 0.08 0.00 0.02 0.00 0.05 99.85 09:38:42 06:33:01 all 0.10 0.00 0.02 0.00 0.04 99.84 09:38:42 06:33:01 0 0.18 0.00 0.03 0.00 0.05 99.73 09:38:42 06:33:01 1 0.02 0.00 0.00 0.00 0.03 99.95 09:38:42 09:38:42 06:33:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 06:34:01 all 0.10 0.00 0.03 0.00 0.04 99.83 09:38:42 06:34:01 0 0.17 0.00 0.03 0.00 0.05 99.75 09:38:42 06:34:01 1 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 06:35:01 all 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 06:35:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 06:35:01 1 0.02 0.00 0.02 0.00 0.05 99.92 09:38:42 06:36:01 all 0.04 0.00 0.02 0.00 0.03 99.91 09:38:42 06:36:01 0 0.07 0.00 0.02 0.00 0.02 99.90 09:38:42 06:36:01 1 0.02 0.00 0.02 0.00 0.05 99.92 09:38:42 06:37:01 all 0.05 0.00 0.02 0.00 0.03 99.90 09:38:42 06:37:01 0 0.05 0.00 0.02 0.00 0.02 99.92 09:38:42 06:37:01 1 0.05 0.00 0.02 0.00 0.05 99.88 09:38:42 06:38:01 all 0.05 0.00 0.03 0.00 0.03 99.89 09:38:42 06:38:01 0 0.08 0.00 0.02 0.00 0.02 99.88 09:38:42 06:38:01 1 0.02 0.00 0.03 0.00 0.05 99.90 09:38:42 06:39:01 all 0.08 0.00 0.03 0.00 0.03 99.87 09:38:42 06:39:01 0 0.10 0.00 0.02 0.00 0.02 99.87 09:38:42 06:39:01 1 0.05 0.00 0.03 0.00 0.05 99.87 09:38:42 06:40:01 all 0.09 0.00 0.02 0.00 0.03 99.86 09:38:42 06:40:01 0 0.15 0.00 0.02 0.00 0.02 99.82 09:38:42 06:40:01 1 0.03 0.00 0.02 0.00 0.05 99.90 09:38:42 06:41:01 all 0.13 0.00 0.02 0.00 0.04 99.82 09:38:42 06:41:01 0 0.23 0.00 0.02 0.00 0.03 99.72 09:38:42 06:41:01 1 0.02 0.00 0.02 0.00 0.05 99.92 09:38:42 06:42:01 all 0.08 0.00 0.03 0.00 0.03 99.86 09:38:42 06:42:01 0 0.15 0.00 0.05 0.00 0.05 99.74 09:38:42 06:42:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:38:42 06:43:01 all 0.05 0.00 0.02 0.00 0.05 99.88 09:38:42 06:43:01 0 0.02 0.00 0.02 0.00 0.05 99.92 09:38:42 06:43:01 1 0.08 0.00 0.02 0.00 0.05 99.85 09:38:42 06:44:01 all 0.03 0.00 0.03 0.00 0.03 99.91 09:38:42 06:44:01 0 0.03 0.00 0.03 0.00 0.05 99.88 09:38:42 06:44:01 1 0.02 0.00 0.03 0.00 0.02 99.93 09:38:42 09:38:42 06:44:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 06:45:01 all 0.10 0.00 0.02 0.00 0.05 99.83 09:38:42 06:45:01 0 0.03 0.00 0.03 0.00 0.05 99.88 09:38:42 06:45:01 1 0.17 0.00 0.00 0.00 0.05 99.78 09:38:42 06:46:01 all 0.05 0.00 0.03 0.00 0.03 99.89 09:38:42 06:46:01 0 0.03 0.00 0.03 0.00 0.05 99.88 09:38:42 06:46:01 1 0.07 0.00 0.02 0.00 0.02 99.90 09:38:42 06:47:01 all 0.08 0.00 0.02 0.00 0.04 99.87 09:38:42 06:47:01 0 0.05 0.00 0.02 0.00 0.07 99.87 09:38:42 06:47:01 1 0.10 0.00 0.02 0.00 0.02 99.87 09:38:42 06:48:01 all 0.09 0.00 0.03 0.00 0.03 99.85 09:38:42 06:48:01 0 0.02 0.00 0.03 0.00 0.03 99.92 09:38:42 06:48:01 1 0.17 0.00 0.02 0.00 0.03 99.78 09:38:42 06:49:01 all 0.07 0.00 0.02 0.00 0.03 99.88 09:38:42 06:49:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 06:49:01 1 0.10 0.00 0.02 0.00 0.03 99.85 09:38:42 06:50:01 all 0.03 0.00 0.01 0.00 0.05 99.91 09:38:42 06:50:01 0 0.03 0.00 0.02 0.00 0.08 99.87 09:38:42 06:50:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:38:42 06:51:01 all 0.03 0.00 0.03 0.00 0.04 99.90 09:38:42 06:51:01 0 0.03 0.00 0.03 0.00 0.05 99.88 09:38:42 06:51:01 1 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 06:52:01 all 0.04 0.00 0.01 0.00 0.05 99.90 09:38:42 06:52:01 0 0.03 0.00 0.02 0.00 0.05 99.90 09:38:42 06:52:01 1 0.05 0.00 0.00 0.00 0.05 99.90 09:38:42 06:53:01 all 0.05 0.00 0.02 0.00 0.04 99.89 09:38:42 06:53:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 06:53:01 1 0.08 0.00 0.02 0.00 0.05 99.85 09:38:42 06:54:01 all 0.09 0.00 0.02 0.00 0.05 99.84 09:38:42 06:54:01 0 0.05 0.00 0.02 0.00 0.05 99.88 09:38:42 06:54:01 1 0.13 0.00 0.02 0.00 0.05 99.80 09:38:42 06:55:01 all 0.06 0.00 0.02 0.00 0.05 99.87 09:38:42 06:55:01 0 0.00 0.00 0.02 0.00 0.05 99.93 09:38:42 06:55:01 1 0.12 0.00 0.02 0.00 0.05 99.82 09:38:42 09:38:42 06:55:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 06:56:01 all 0.04 0.00 0.01 0.00 0.04 99.91 09:38:42 06:56:01 0 0.05 0.00 0.02 0.00 0.05 99.88 09:38:42 06:56:01 1 0.03 0.00 0.00 0.00 0.03 99.93 09:38:42 06:57:01 all 0.08 0.00 0.01 0.00 0.03 99.87 09:38:42 06:57:01 0 0.03 0.00 0.02 0.00 0.07 99.88 09:38:42 06:57:01 1 0.13 0.00 0.00 0.00 0.00 99.87 09:38:42 06:58:01 all 0.07 0.00 0.02 0.00 0.05 99.87 09:38:42 06:58:01 0 0.05 0.00 0.02 0.00 0.05 99.88 09:38:42 06:58:01 1 0.08 0.00 0.02 0.00 0.05 99.85 09:38:42 06:59:01 all 0.04 0.00 0.03 0.00 0.03 99.91 09:38:42 06:59:01 0 0.00 0.00 0.03 0.00 0.05 99.92 09:38:42 06:59:01 1 0.08 0.00 0.02 0.00 0.00 99.90 09:38:42 07:00:01 all 0.04 0.00 0.02 0.00 0.04 99.90 09:38:42 07:00:01 0 0.05 0.00 0.03 0.00 0.07 99.85 09:38:42 07:00:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:38:42 07:01:01 all 0.04 0.00 0.03 0.00 0.03 99.90 09:38:42 07:01:01 0 0.07 0.00 0.05 0.00 0.05 99.83 09:38:42 07:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:38:42 07:02:01 all 0.12 0.00 0.02 0.00 0.03 99.83 09:38:42 07:02:01 0 0.20 0.00 0.02 0.00 0.03 99.75 09:38:42 07:02:01 1 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 07:03:01 all 0.09 0.00 0.02 0.00 0.04 99.85 09:38:42 07:03:01 0 0.17 0.00 0.02 0.00 0.03 99.78 09:38:42 07:03:01 1 0.02 0.00 0.02 0.00 0.05 99.92 09:38:42 07:04:01 all 0.07 0.00 0.04 0.00 0.04 99.85 09:38:42 07:04:01 0 0.10 0.00 0.05 0.00 0.05 99.80 09:38:42 07:04:01 1 0.03 0.00 0.03 0.00 0.03 99.90 09:38:42 07:05:01 all 0.05 0.00 0.03 0.00 0.03 99.89 09:38:42 07:05:01 0 0.10 0.00 0.03 0.00 0.05 99.82 09:38:42 07:05:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:38:42 07:06:01 all 0.05 0.00 0.02 0.00 0.04 99.89 09:38:42 07:06:01 0 0.08 0.00 0.02 0.00 0.05 99.85 09:38:42 07:06:01 1 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 09:38:42 07:06:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 07:07:01 all 0.09 0.00 0.03 0.00 0.04 99.84 09:38:42 07:07:01 0 0.13 0.00 0.02 0.00 0.02 99.83 09:38:42 07:07:01 1 0.05 0.00 0.03 0.00 0.07 99.85 09:38:42 07:08:01 all 0.08 0.00 0.03 0.00 0.03 99.87 09:38:42 07:08:01 0 0.13 0.00 0.02 0.00 0.02 99.83 09:38:42 07:08:01 1 0.03 0.00 0.03 0.00 0.03 99.90 09:38:42 07:09:01 all 0.08 0.00 0.03 0.00 0.03 99.87 09:38:42 07:09:01 0 0.12 0.00 0.03 0.00 0.02 99.83 09:38:42 07:09:01 1 0.03 0.00 0.02 0.00 0.05 99.90 09:38:42 07:10:01 all 0.05 0.00 0.03 0.00 0.05 99.87 09:38:42 07:10:01 0 0.07 0.00 0.02 0.00 0.02 99.90 09:38:42 07:10:01 1 0.03 0.00 0.03 0.00 0.08 99.85 09:38:42 07:11:01 all 0.08 0.00 0.02 0.00 0.03 99.87 09:38:42 07:11:01 0 0.10 0.00 0.02 0.00 0.02 99.87 09:38:42 07:11:01 1 0.07 0.00 0.02 0.00 0.03 99.88 09:38:42 07:12:01 all 0.07 0.00 0.02 0.00 0.04 99.87 09:38:42 07:12:01 0 0.10 0.00 0.02 0.00 0.02 99.87 09:38:42 07:12:01 1 0.03 0.00 0.02 0.00 0.07 99.88 09:38:42 07:13:01 all 0.06 0.00 0.03 0.00 0.03 99.88 09:38:42 07:13:01 0 0.08 0.00 0.02 0.00 0.02 99.88 09:38:42 07:13:01 1 0.03 0.00 0.03 0.00 0.05 99.88 09:38:42 07:14:01 all 0.04 0.00 0.03 0.00 0.03 99.90 09:38:42 07:14:01 0 0.05 0.00 0.02 0.00 0.02 99.92 09:38:42 07:14:01 1 0.03 0.00 0.03 0.00 0.05 99.88 09:38:42 07:15:01 all 0.04 0.00 0.03 0.00 0.03 99.90 09:38:42 07:15:01 0 0.03 0.00 0.02 0.00 0.05 99.90 09:38:42 07:15:01 1 0.05 0.00 0.03 0.00 0.02 99.90 09:38:42 07:16:01 all 0.06 0.00 0.03 0.00 0.04 99.87 09:38:42 07:16:01 0 0.08 0.00 0.03 0.00 0.05 99.83 09:38:42 07:16:01 1 0.03 0.00 0.03 0.00 0.03 99.90 09:38:42 07:17:01 all 0.05 0.00 0.03 0.00 0.03 99.88 09:38:42 07:17:01 0 0.05 0.00 0.03 0.00 0.03 99.88 09:38:42 07:17:01 1 0.05 0.00 0.03 0.00 0.03 99.88 09:38:42 09:38:42 07:17:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 07:18:02 all 0.08 0.00 0.03 0.00 0.03 99.87 09:38:42 07:18:02 0 0.07 0.00 0.05 0.00 0.05 99.83 09:38:42 07:18:02 1 0.08 0.00 0.02 0.00 0.00 99.90 09:38:42 07:19:01 all 0.04 0.00 0.03 0.00 0.04 99.89 09:38:42 07:19:01 0 0.05 0.00 0.03 0.00 0.05 99.86 09:38:42 07:19:01 1 0.03 0.00 0.02 0.00 0.03 99.91 09:38:42 07:20:01 all 0.08 0.00 0.08 0.00 0.04 99.81 09:38:42 07:20:01 0 0.07 0.00 0.10 0.00 0.03 99.80 09:38:42 07:20:01 1 0.08 0.00 0.05 0.00 0.05 99.82 09:38:42 07:21:01 all 1.01 0.00 0.49 0.05 0.04 98.41 09:38:42 07:21:01 0 1.16 0.00 0.49 0.05 0.05 98.25 09:38:42 07:21:01 1 0.85 0.00 0.50 0.05 0.03 98.56 09:38:42 07:22:01 all 0.33 0.00 0.25 0.03 0.03 99.36 09:38:42 07:22:01 0 0.49 0.00 0.33 0.05 0.03 99.10 09:38:42 07:22:01 1 0.17 0.00 0.17 0.00 0.03 99.63 09:38:42 07:23:01 all 0.36 0.00 0.21 0.00 0.05 99.38 09:38:42 07:23:01 0 0.35 0.00 0.22 0.00 0.03 99.40 09:38:42 07:23:01 1 0.37 0.00 0.20 0.00 0.07 99.36 09:38:42 07:24:01 all 0.22 0.00 0.14 0.00 0.04 99.60 09:38:42 07:24:01 0 0.15 0.00 0.12 0.00 0.05 99.68 09:38:42 07:24:01 1 0.28 0.00 0.17 0.00 0.03 99.51 09:38:42 07:25:01 all 11.61 0.00 1.84 0.21 0.08 86.26 09:38:42 07:25:01 0 8.68 0.00 2.02 0.42 0.09 88.80 09:38:42 07:25:01 1 14.55 0.00 1.66 0.00 0.07 83.73 09:38:42 07:26:01 all 0.20 0.00 0.21 0.16 0.04 99.39 09:38:42 07:26:01 0 0.18 0.00 0.20 0.00 0.05 99.57 09:38:42 07:26:01 1 0.22 0.00 0.22 0.32 0.03 99.21 09:38:42 07:27:01 all 0.18 0.00 0.08 0.02 0.04 99.68 09:38:42 07:27:01 0 0.20 0.00 0.05 0.00 0.05 99.70 09:38:42 07:27:01 1 0.17 0.00 0.10 0.03 0.03 99.67 09:38:42 07:28:01 all 0.19 0.00 0.06 0.00 0.03 99.72 09:38:42 07:28:01 0 0.12 0.00 0.08 0.00 0.05 99.75 09:38:42 07:28:01 1 0.27 0.00 0.03 0.00 0.02 99.68 09:38:42 09:38:42 07:28:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 07:29:01 all 0.06 0.00 0.03 0.00 0.03 99.89 09:38:42 07:29:01 0 0.05 0.00 0.03 0.00 0.03 99.88 09:38:42 07:29:01 1 0.07 0.00 0.02 0.00 0.02 99.90 09:38:42 07:30:01 all 0.03 0.00 0.03 0.00 0.04 99.91 09:38:42 07:30:01 0 0.02 0.00 0.03 0.00 0.05 99.90 09:38:42 07:30:01 1 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 07:31:01 all 0.07 0.00 0.03 0.00 0.03 99.87 09:38:42 07:31:01 0 0.05 0.00 0.03 0.00 0.05 99.87 09:38:42 07:31:01 1 0.08 0.00 0.02 0.00 0.02 99.88 09:38:42 07:32:01 all 0.03 0.00 0.02 0.00 0.06 99.89 09:38:42 07:32:01 0 0.03 0.00 0.02 0.00 0.07 99.88 09:38:42 07:32:01 1 0.03 0.00 0.02 0.00 0.05 99.90 09:38:42 07:33:01 all 0.05 0.00 0.03 0.00 0.03 99.89 09:38:42 07:33:01 0 0.03 0.00 0.03 0.00 0.05 99.88 09:38:42 07:33:01 1 0.07 0.00 0.02 0.00 0.02 99.90 09:38:42 07:34:01 all 0.09 0.00 0.04 0.00 0.04 99.82 09:38:42 07:34:01 0 0.03 0.00 0.05 0.00 0.05 99.87 09:38:42 07:34:01 1 0.15 0.00 0.03 0.00 0.03 99.78 09:38:42 07:35:01 all 0.07 0.00 0.02 0.00 0.05 99.87 09:38:42 07:35:01 0 0.07 0.00 0.02 0.00 0.05 99.87 09:38:42 07:35:01 1 0.07 0.00 0.02 0.00 0.05 99.87 09:38:42 07:36:01 all 0.11 0.00 0.03 0.00 0.03 99.82 09:38:42 07:36:01 0 0.15 0.00 0.03 0.00 0.05 99.77 09:38:42 07:36:01 1 0.07 0.00 0.03 0.00 0.02 99.88 09:38:42 07:37:01 all 0.13 0.00 0.09 0.00 0.04 99.73 09:38:42 07:37:01 0 0.15 0.00 0.10 0.00 0.03 99.72 09:38:42 07:37:01 1 0.12 0.00 0.08 0.00 0.05 99.75 09:38:42 07:38:01 all 0.17 0.00 0.16 0.02 0.04 99.62 09:38:42 07:38:01 0 0.20 0.00 0.18 0.02 0.05 99.55 09:38:42 07:38:01 1 0.13 0.00 0.13 0.02 0.03 99.68 09:38:42 07:39:01 all 0.04 0.00 0.03 0.00 0.04 99.89 09:38:42 07:39:01 0 0.02 0.00 0.03 0.00 0.05 99.90 09:38:42 07:39:01 1 0.07 0.00 0.02 0.00 0.03 99.88 09:38:42 09:38:42 07:39:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 07:40:01 all 11.12 0.00 6.07 3.07 0.08 79.66 09:38:42 07:40:01 0 12.09 0.00 6.27 2.74 0.09 78.81 09:38:42 07:40:01 1 10.15 0.00 5.87 3.40 0.07 80.51 09:38:42 07:41:01 all 0.08 0.00 0.05 0.00 0.04 99.83 09:38:42 07:41:01 0 0.05 0.00 0.07 0.00 0.03 99.85 09:38:42 07:41:01 1 0.10 0.00 0.03 0.00 0.05 99.82 09:38:42 07:42:01 all 0.07 0.00 0.02 0.00 0.04 99.87 09:38:42 07:42:01 0 0.10 0.00 0.02 0.00 0.02 99.87 09:38:42 07:42:01 1 0.03 0.00 0.02 0.00 0.07 99.88 09:38:42 07:43:01 all 0.04 0.00 0.05 0.00 0.03 99.87 09:38:42 07:43:01 0 0.07 0.00 0.07 0.00 0.02 99.85 09:38:42 07:43:01 1 0.02 0.00 0.03 0.00 0.05 99.90 09:38:42 07:44:01 all 0.10 0.00 0.07 0.00 0.04 99.79 09:38:42 07:44:01 0 0.10 0.00 0.10 0.00 0.03 99.77 09:38:42 07:44:01 1 0.10 0.00 0.03 0.00 0.05 99.82 09:38:42 07:45:01 all 0.08 0.00 0.03 0.00 0.04 99.86 09:38:42 07:45:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 07:45:01 1 0.13 0.00 0.03 0.00 0.05 99.78 09:38:42 07:46:01 all 0.08 0.00 0.03 0.00 0.03 99.87 09:38:42 07:46:01 0 0.02 0.00 0.03 0.00 0.02 99.93 09:38:42 07:46:01 1 0.15 0.00 0.02 0.00 0.03 99.80 09:38:42 07:47:01 all 0.11 0.00 0.04 0.00 0.04 99.81 09:38:42 07:47:01 0 0.07 0.00 0.05 0.00 0.03 99.85 09:38:42 07:47:01 1 0.15 0.00 0.03 0.00 0.05 99.77 09:38:42 07:48:02 all 0.04 0.00 0.02 0.00 0.03 99.91 09:38:42 07:48:02 0 0.02 0.00 0.02 0.00 0.02 99.95 09:38:42 07:48:02 1 0.07 0.00 0.02 0.00 0.05 99.87 09:38:42 07:49:01 all 0.17 0.00 0.15 0.02 0.04 99.62 09:38:42 07:49:01 0 0.15 0.00 0.15 0.03 0.05 99.61 09:38:42 07:49:01 1 0.19 0.00 0.15 0.00 0.03 99.63 09:38:42 07:50:01 all 0.07 0.00 0.04 0.00 0.04 99.85 09:38:42 07:50:01 0 0.03 0.00 0.03 0.00 0.03 99.90 09:38:42 07:50:01 1 0.10 0.00 0.05 0.00 0.05 99.80 09:38:42 09:38:42 07:50:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 07:51:01 all 0.06 0.00 0.03 0.00 0.03 99.88 09:38:42 07:51:01 0 0.03 0.00 0.03 0.00 0.05 99.88 09:38:42 07:51:01 1 0.08 0.00 0.03 0.00 0.00 99.88 09:38:42 07:52:01 all 0.06 0.00 0.02 0.00 0.03 99.89 09:38:42 07:52:01 0 0.03 0.00 0.02 0.00 0.05 99.90 09:38:42 07:52:01 1 0.08 0.00 0.02 0.00 0.02 99.88 09:38:42 07:53:01 all 0.12 0.00 0.03 0.00 0.03 99.82 09:38:42 07:53:01 0 0.02 0.00 0.02 0.00 0.05 99.92 09:38:42 07:53:01 1 0.22 0.00 0.03 0.00 0.02 99.73 09:38:42 07:54:01 all 0.08 0.00 0.03 0.00 0.03 99.86 09:38:42 07:54:01 0 0.13 0.00 0.02 0.00 0.05 99.80 09:38:42 07:54:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:38:42 07:55:01 all 0.08 0.00 0.01 0.00 0.03 99.88 09:38:42 07:55:01 0 0.12 0.00 0.00 0.00 0.02 99.87 09:38:42 07:55:01 1 0.03 0.00 0.02 0.00 0.05 99.90 09:38:42 07:56:01 all 0.06 0.00 0.03 0.00 0.03 99.88 09:38:42 07:56:01 0 0.08 0.00 0.03 0.00 0.02 99.87 09:38:42 07:56:01 1 0.03 0.00 0.03 0.00 0.03 99.90 09:38:42 07:57:01 all 0.08 0.00 0.02 0.00 0.03 99.87 09:38:42 07:57:01 0 0.10 0.00 0.02 0.00 0.02 99.87 09:38:42 07:57:01 1 0.05 0.00 0.02 0.00 0.05 99.88 09:38:42 07:58:01 all 0.03 0.00 0.01 0.00 0.05 99.92 09:38:42 07:58:01 0 0.02 0.00 0.00 0.00 0.05 99.93 09:38:42 07:58:01 1 0.03 0.00 0.02 0.00 0.05 99.90 09:38:42 07:59:01 all 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 07:59:01 0 0.05 0.00 0.02 0.00 0.05 99.88 09:38:42 07:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:38:42 08:00:01 all 0.06 0.00 0.03 0.00 0.03 99.88 09:38:42 08:00:01 0 0.08 0.00 0.03 0.00 0.03 99.85 09:38:42 08:00:01 1 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 08:01:01 all 0.06 0.00 0.02 0.00 0.04 99.88 09:38:42 08:01:01 0 0.10 0.00 0.02 0.00 0.03 99.85 09:38:42 08:01:01 1 0.02 0.00 0.02 0.00 0.05 99.92 09:38:42 09:38:42 08:01:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 08:02:01 all 0.07 0.00 0.03 0.00 0.03 99.87 09:38:42 08:02:01 0 0.10 0.00 0.03 0.00 0.02 99.85 09:38:42 08:02:01 1 0.03 0.00 0.03 0.00 0.05 99.88 09:38:42 08:03:01 all 0.06 0.00 0.01 0.00 0.04 99.89 09:38:42 08:03:01 0 0.10 0.00 0.00 0.00 0.05 99.85 09:38:42 08:03:01 1 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 08:04:01 all 0.08 0.00 0.02 0.00 0.03 99.87 09:38:42 08:04:01 0 0.12 0.00 0.02 0.00 0.05 99.82 09:38:42 08:04:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 08:05:01 all 0.07 0.00 0.02 0.00 0.03 99.89 09:38:42 08:05:01 0 0.10 0.00 0.02 0.00 0.02 99.87 09:38:42 08:05:01 1 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 08:06:01 all 0.08 0.00 0.03 0.00 0.04 99.86 09:38:42 08:06:01 0 0.08 0.00 0.02 0.00 0.03 99.87 09:38:42 08:06:01 1 0.07 0.00 0.03 0.00 0.05 99.85 09:38:42 08:07:01 all 0.06 0.00 0.03 0.00 0.03 99.87 09:38:42 08:07:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 08:07:01 1 0.10 0.00 0.05 0.00 0.03 99.82 09:38:42 08:08:01 all 0.10 0.00 0.02 0.00 0.03 99.86 09:38:42 08:08:01 0 0.07 0.00 0.02 0.00 0.05 99.87 09:38:42 08:08:01 1 0.13 0.00 0.02 0.00 0.00 99.85 09:38:42 08:09:01 all 0.06 0.00 0.03 0.00 0.03 99.87 09:38:42 08:09:01 0 0.02 0.00 0.03 0.00 0.05 99.90 09:38:42 08:09:01 1 0.10 0.00 0.03 0.00 0.02 99.85 09:38:42 08:10:01 all 0.06 0.00 0.02 0.00 0.03 99.89 09:38:42 08:10:01 0 0.03 0.00 0.02 0.00 0.05 99.90 09:38:42 08:10:01 1 0.08 0.00 0.02 0.00 0.02 99.88 09:38:42 08:11:01 all 0.08 0.00 0.01 0.00 0.03 99.88 09:38:42 08:11:01 0 0.02 0.00 0.00 0.00 0.07 99.92 09:38:42 08:11:01 1 0.13 0.00 0.02 0.00 0.00 99.85 09:38:42 08:12:01 all 0.08 0.00 0.03 0.00 0.03 99.87 09:38:42 08:12:01 0 0.03 0.00 0.03 0.00 0.03 99.90 09:38:42 08:12:01 1 0.12 0.00 0.02 0.00 0.02 99.85 09:38:42 09:38:42 08:12:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 08:13:01 all 0.03 0.00 0.03 0.00 0.03 99.92 09:38:42 08:13:01 0 0.03 0.00 0.02 0.00 0.05 99.90 09:38:42 08:13:01 1 0.02 0.00 0.03 0.00 0.02 99.93 09:38:42 08:14:01 all 0.06 0.00 0.02 0.00 0.04 99.88 09:38:42 08:14:01 0 0.03 0.00 0.03 0.00 0.07 99.87 09:38:42 08:14:01 1 0.08 0.00 0.00 0.00 0.02 99.90 09:38:42 08:15:01 all 0.08 0.00 0.01 0.00 0.03 99.89 09:38:42 08:15:01 0 0.03 0.00 0.00 0.00 0.05 99.92 09:38:42 08:15:01 1 0.12 0.00 0.02 0.00 0.00 99.87 09:38:42 08:16:01 all 0.08 0.00 0.03 0.00 0.03 99.86 09:38:42 08:16:01 0 0.02 0.00 0.03 0.00 0.03 99.92 09:38:42 08:16:01 1 0.15 0.00 0.03 0.00 0.02 99.80 09:38:42 08:17:01 all 0.11 0.00 0.02 0.00 0.03 99.85 09:38:42 08:17:01 0 0.08 0.00 0.02 0.00 0.05 99.85 09:38:42 08:17:01 1 0.13 0.00 0.02 0.00 0.00 99.85 09:38:42 08:18:01 all 0.07 0.00 0.03 0.00 0.03 99.87 09:38:42 08:18:01 0 0.00 0.00 0.02 0.00 0.05 99.93 09:38:42 08:18:01 1 0.13 0.00 0.03 0.00 0.02 99.82 09:38:42 08:19:01 all 0.06 0.00 0.02 0.00 0.02 99.91 09:38:42 08:19:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 08:19:01 1 0.08 0.00 0.02 0.00 0.00 99.90 09:38:42 08:20:01 all 0.16 0.00 0.02 0.00 0.03 99.80 09:38:42 08:20:01 0 0.12 0.00 0.02 0.00 0.03 99.83 09:38:42 08:20:01 1 0.20 0.00 0.02 0.00 0.02 99.77 09:38:42 08:21:02 all 0.12 0.00 0.02 0.00 0.03 99.84 09:38:42 08:21:02 0 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 08:21:02 1 0.20 0.00 0.02 0.00 0.02 99.77 09:38:42 08:22:01 all 0.12 0.00 0.03 0.00 0.02 99.83 09:38:42 08:22:01 0 0.02 0.00 0.03 0.00 0.03 99.92 09:38:42 08:22:01 1 0.22 0.00 0.03 0.00 0.00 99.75 09:38:42 08:23:01 all 0.15 0.00 0.03 0.00 0.03 99.79 09:38:42 08:23:01 0 0.10 0.00 0.02 0.00 0.02 99.87 09:38:42 08:23:01 1 0.20 0.00 0.05 0.00 0.03 99.72 09:38:42 09:38:42 08:23:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 08:24:01 all 0.06 0.00 0.02 0.00 0.02 99.91 09:38:42 08:24:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 08:24:01 1 0.10 0.00 0.02 0.00 0.00 99.88 09:38:42 08:25:01 all 0.12 0.00 0.03 0.00 0.03 99.82 09:38:42 08:25:01 0 0.03 0.00 0.03 0.00 0.05 99.88 09:38:42 08:25:01 1 0.20 0.00 0.02 0.00 0.02 99.77 09:38:42 08:26:01 all 0.09 0.00 0.02 0.00 0.02 99.87 09:38:42 08:26:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 08:26:01 1 0.15 0.00 0.02 0.00 0.00 99.83 09:38:42 08:27:01 all 0.05 0.00 0.03 0.00 0.03 99.89 09:38:42 08:27:01 0 0.05 0.00 0.03 0.00 0.03 99.88 09:38:42 08:27:01 1 0.05 0.00 0.02 0.00 0.03 99.90 09:38:42 08:28:01 all 0.08 0.00 0.02 0.00 0.03 99.88 09:38:42 08:28:01 0 0.02 0.00 0.03 0.00 0.05 99.90 09:38:42 08:28:01 1 0.13 0.00 0.00 0.00 0.00 99.87 09:38:42 08:29:01 all 0.13 0.00 0.02 0.00 0.03 99.82 09:38:42 08:29:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 08:29:01 1 0.25 0.00 0.02 0.00 0.03 99.70 09:38:42 08:30:01 all 0.22 0.00 0.02 0.00 0.02 99.75 09:38:42 08:30:01 0 0.05 0.00 0.02 0.00 0.02 99.92 09:38:42 08:30:01 1 0.38 0.00 0.02 0.00 0.02 99.58 09:38:42 08:31:01 all 0.18 0.00 0.03 0.00 0.03 99.77 09:38:42 08:31:01 0 0.03 0.00 0.03 0.00 0.03 99.90 09:38:42 08:31:01 1 0.32 0.00 0.02 0.00 0.02 99.65 09:38:42 08:32:01 all 0.09 0.00 0.03 0.00 0.03 99.85 09:38:42 08:32:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 08:32:01 1 0.15 0.00 0.03 0.00 0.05 99.77 09:38:42 08:33:01 all 0.10 0.00 0.02 0.00 0.02 99.87 09:38:42 08:33:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 08:33:01 1 0.17 0.00 0.02 0.00 0.02 99.80 09:38:42 08:34:01 all 0.07 0.00 0.02 0.00 0.03 99.88 09:38:42 08:34:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 08:34:01 1 0.10 0.00 0.02 0.00 0.03 99.85 09:38:42 09:38:42 08:34:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 08:35:01 all 0.09 0.00 0.01 0.00 0.03 99.87 09:38:42 08:35:01 0 0.03 0.00 0.02 0.00 0.05 99.90 09:38:42 08:35:01 1 0.15 0.00 0.00 0.00 0.02 99.83 09:38:42 08:36:01 all 0.06 0.00 0.03 0.01 0.02 99.88 09:38:42 08:36:01 0 0.07 0.00 0.03 0.00 0.03 99.87 09:38:42 08:36:01 1 0.05 0.00 0.03 0.02 0.00 99.90 09:38:42 08:37:01 all 0.07 0.00 0.02 0.00 0.04 99.87 09:38:42 08:37:01 0 0.12 0.00 0.03 0.00 0.05 99.80 09:38:42 08:37:01 1 0.02 0.00 0.00 0.00 0.03 99.95 09:38:42 08:38:01 all 0.06 0.00 0.02 0.00 0.03 99.90 09:38:42 08:38:01 0 0.07 0.00 0.02 0.00 0.02 99.90 09:38:42 08:38:01 1 0.05 0.00 0.02 0.00 0.03 99.90 09:38:42 08:39:01 all 0.08 0.00 0.02 0.00 0.03 99.87 09:38:42 08:39:01 0 0.13 0.00 0.02 0.00 0.02 99.83 09:38:42 08:39:01 1 0.03 0.00 0.02 0.00 0.05 99.90 09:38:42 08:40:01 all 0.12 0.00 0.02 0.00 0.02 99.85 09:38:42 08:40:01 0 0.22 0.00 0.02 0.00 0.02 99.75 09:38:42 08:40:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:38:42 08:41:01 all 0.13 0.00 0.03 0.00 0.03 99.82 09:38:42 08:41:01 0 0.22 0.00 0.02 0.00 0.02 99.75 09:38:42 08:41:01 1 0.05 0.00 0.03 0.00 0.03 99.88 09:38:42 08:42:01 all 0.13 0.00 0.03 0.00 0.02 99.83 09:38:42 08:42:01 0 0.15 0.00 0.02 0.00 0.02 99.82 09:38:42 08:42:01 1 0.10 0.00 0.03 0.00 0.02 99.85 09:38:42 08:43:01 all 0.06 0.00 0.03 0.00 0.02 99.90 09:38:42 08:43:01 0 0.08 0.00 0.02 0.00 0.00 99.90 09:38:42 08:43:01 1 0.03 0.00 0.03 0.00 0.03 99.90 09:38:42 08:44:01 all 0.05 0.00 0.03 0.00 0.03 99.89 09:38:42 08:44:01 0 0.08 0.00 0.03 0.00 0.02 99.87 09:38:42 08:44:01 1 0.02 0.00 0.03 0.00 0.03 99.92 09:38:42 08:45:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:38:42 08:45:01 0 0.03 0.00 0.00 0.00 0.00 99.97 09:38:42 08:45:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 09:38:42 08:45:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 08:46:01 all 0.03 0.00 0.02 0.00 0.02 99.94 09:38:42 08:46:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 08:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:38:42 08:47:01 all 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 08:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:38:42 08:47:01 1 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 08:48:01 all 0.02 0.00 0.04 0.00 0.02 99.92 09:38:42 08:48:01 0 0.02 0.00 0.03 0.00 0.02 99.93 09:38:42 08:48:01 1 0.02 0.00 0.05 0.00 0.02 99.92 09:38:42 08:49:01 all 0.04 0.00 0.02 0.00 0.01 99.93 09:38:42 08:49:01 0 0.05 0.00 0.02 0.00 0.00 99.93 09:38:42 08:49:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 08:50:01 all 0.02 0.00 0.03 0.00 0.02 99.93 09:38:42 08:50:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:38:42 08:50:01 1 0.02 0.00 0.05 0.00 0.02 99.92 09:38:42 08:51:01 all 0.05 0.00 0.02 0.00 0.01 99.92 09:38:42 08:51:01 0 0.05 0.00 0.02 0.00 0.00 99.93 09:38:42 08:51:01 1 0.05 0.00 0.02 0.00 0.02 99.92 09:38:42 08:52:01 all 0.00 0.00 0.02 0.00 0.03 99.96 09:38:42 08:52:01 0 0.00 0.00 0.02 0.00 0.02 99.97 09:38:42 08:52:01 1 0.00 0.00 0.02 0.00 0.03 99.95 09:38:42 08:53:01 all 0.03 0.00 0.03 0.00 0.01 99.93 09:38:42 08:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:38:42 08:53:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:38:42 08:54:01 all 0.01 0.00 0.03 0.00 0.02 99.95 09:38:42 08:54:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:38:42 08:54:01 1 0.00 0.00 0.03 0.00 0.02 99.95 09:38:42 08:55:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:38:42 08:55:01 0 0.03 0.00 0.00 0.00 0.02 99.95 09:38:42 08:55:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:38:42 08:56:02 all 0.02 0.00 0.02 0.01 0.02 99.93 09:38:42 08:56:02 0 0.02 0.00 0.02 0.02 0.03 99.92 09:38:42 08:56:02 1 0.03 0.00 0.02 0.00 0.00 99.95 09:38:42 09:38:42 08:56:02 CPU %user %nice %system %iowait %steal %idle 09:38:42 08:57:01 all 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 08:57:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 08:57:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 08:58:01 all 0.02 0.00 0.03 0.00 0.02 99.94 09:38:42 08:58:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 08:58:01 1 0.02 0.00 0.03 0.00 0.00 99.95 09:38:42 08:59:01 all 0.03 0.00 0.02 0.00 0.02 99.94 09:38:42 08:59:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 08:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:38:42 09:00:01 all 0.03 0.00 0.02 0.00 0.02 99.94 09:38:42 09:00:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 09:00:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:38:42 09:01:01 all 0.03 0.00 0.02 0.00 0.02 99.94 09:38:42 09:01:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 09:01:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:38:42 09:02:01 all 0.03 0.00 0.03 0.00 0.02 99.93 09:38:42 09:02:01 0 0.03 0.00 0.03 0.00 0.03 99.90 09:38:42 09:02:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:38:42 09:03:01 all 0.03 0.00 0.02 0.00 0.01 99.94 09:38:42 09:03:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 09:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:38:42 09:04:01 all 0.02 0.00 0.02 0.00 0.02 99.95 09:38:42 09:04:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 09:04:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:38:42 09:05:01 all 0.03 0.00 0.03 0.00 0.02 99.93 09:38:42 09:05:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 09:05:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:38:42 09:06:01 all 0.02 0.00 0.02 0.00 0.02 99.93 09:38:42 09:06:01 0 0.03 0.00 0.03 0.00 0.03 99.90 09:38:42 09:06:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:38:42 09:07:01 all 0.02 0.00 0.03 0.00 0.02 99.94 09:38:42 09:07:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 09:07:01 1 0.02 0.00 0.03 0.00 0.00 99.95 09:38:42 09:38:42 09:07:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 09:08:01 all 0.03 0.00 0.02 0.00 0.01 99.94 09:38:42 09:08:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 09:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:38:42 09:09:01 all 0.03 0.00 0.03 0.00 0.01 99.94 09:38:42 09:09:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:38:42 09:09:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:38:42 09:10:01 all 0.03 0.00 0.03 0.00 0.02 99.92 09:38:42 09:10:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 09:10:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:38:42 09:11:01 all 0.03 0.00 0.02 0.00 0.01 99.95 09:38:42 09:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:38:42 09:11:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:38:42 09:12:01 all 0.03 0.00 0.02 0.00 0.02 99.94 09:38:42 09:12:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 09:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:38:42 09:13:01 all 0.03 0.00 0.02 0.00 0.02 99.94 09:38:42 09:13:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 09:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:38:42 09:14:01 all 0.01 0.00 0.01 0.00 0.03 99.96 09:38:42 09:14:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 09:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:38:42 09:15:01 all 0.04 0.00 0.03 0.00 0.01 99.92 09:38:42 09:15:01 0 0.03 0.00 0.03 0.00 0.02 99.92 09:38:42 09:15:01 1 0.05 0.00 0.02 0.00 0.00 99.93 09:38:42 09:16:01 all 3.54 0.00 0.34 0.00 0.03 96.08 09:38:42 09:16:01 0 2.76 0.00 0.32 0.00 0.05 96.87 09:38:42 09:16:01 1 4.33 0.00 0.37 0.00 0.02 95.28 09:38:42 09:17:01 all 0.20 0.00 0.03 0.01 0.03 99.72 09:38:42 09:17:01 0 0.33 0.00 0.03 0.02 0.02 99.60 09:38:42 09:17:01 1 0.07 0.00 0.03 0.00 0.05 99.85 09:38:42 09:18:01 all 0.26 0.00 0.02 0.00 0.03 99.70 09:38:42 09:18:01 0 0.48 0.00 0.02 0.00 0.02 99.48 09:38:42 09:18:01 1 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 09:38:42 09:18:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 09:19:01 all 0.27 0.00 0.03 0.00 0.03 99.67 09:38:42 09:19:01 0 0.48 0.00 0.03 0.00 0.02 99.47 09:38:42 09:19:01 1 0.05 0.00 0.03 0.00 0.05 99.87 09:38:42 09:20:01 all 0.18 0.00 0.03 0.00 0.03 99.77 09:38:42 09:20:01 0 0.33 0.00 0.03 0.00 0.02 99.62 09:38:42 09:20:01 1 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 09:21:01 all 0.07 0.00 0.05 0.00 0.03 99.86 09:38:42 09:21:01 0 0.07 0.00 0.05 0.00 0.02 99.87 09:38:42 09:21:01 1 0.07 0.00 0.05 0.00 0.03 99.85 09:38:42 09:22:01 all 0.09 0.00 0.03 0.00 0.03 99.85 09:38:42 09:22:01 0 0.17 0.00 0.02 0.00 0.02 99.80 09:38:42 09:22:01 1 0.02 0.00 0.05 0.00 0.03 99.90 09:38:42 09:23:01 all 0.14 0.00 0.02 0.00 0.03 99.82 09:38:42 09:23:01 0 0.25 0.00 0.02 0.00 0.03 99.70 09:38:42 09:23:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 09:24:01 all 0.10 0.00 0.03 0.00 0.03 99.84 09:38:42 09:24:01 0 0.18 0.00 0.03 0.00 0.05 99.73 09:38:42 09:24:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:38:42 09:25:01 all 0.14 0.00 0.01 0.00 0.02 99.83 09:38:42 09:25:01 0 0.23 0.00 0.02 0.00 0.02 99.73 09:38:42 09:25:01 1 0.05 0.00 0.00 0.00 0.02 99.93 09:38:42 09:26:01 all 0.24 0.00 0.03 0.00 0.03 99.69 09:38:42 09:26:01 0 0.28 0.00 0.03 0.00 0.02 99.67 09:38:42 09:26:01 1 0.20 0.00 0.03 0.00 0.05 99.72 09:38:42 09:27:01 all 0.11 0.00 0.03 0.00 0.03 99.83 09:38:42 09:27:01 0 0.15 0.00 0.03 0.00 0.05 99.77 09:38:42 09:27:01 1 0.07 0.00 0.02 0.00 0.02 99.90 09:38:42 09:28:02 all 0.03 0.00 0.03 0.00 0.03 99.92 09:38:42 09:28:02 0 0.07 0.00 0.03 0.00 0.05 99.85 09:38:42 09:28:02 1 0.00 0.00 0.02 0.00 0.00 99.98 09:38:42 09:29:01 all 0.10 0.00 0.02 0.00 0.03 99.86 09:38:42 09:29:01 0 0.17 0.00 0.02 0.00 0.03 99.78 09:38:42 09:29:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 09:38:42 09:29:01 CPU %user %nice %system %iowait %steal %idle 09:38:42 09:30:01 all 0.10 0.00 0.03 0.00 0.03 99.84 09:38:42 09:30:01 0 0.18 0.00 0.03 0.00 0.05 99.73 09:38:42 09:30:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:38:42 09:31:01 all 0.08 0.00 0.02 0.00 0.03 99.88 09:38:42 09:31:01 0 0.12 0.00 0.02 0.00 0.03 99.83 09:38:42 09:31:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 09:32:01 all 0.13 0.00 0.03 0.00 0.03 99.82 09:38:42 09:32:01 0 0.22 0.00 0.03 0.00 0.03 99.72 09:38:42 09:32:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:38:42 09:33:01 all 0.02 0.00 0.03 0.00 0.04 99.92 09:38:42 09:33:01 0 0.02 0.00 0.03 0.00 0.03 99.92 09:38:42 09:33:01 1 0.02 0.00 0.02 0.00 0.05 99.92 09:38:42 09:34:01 all 0.10 0.00 0.03 0.00 0.03 99.85 09:38:42 09:34:01 0 0.05 0.00 0.03 0.00 0.05 99.87 09:38:42 09:34:01 1 0.15 0.00 0.02 0.00 0.00 99.83 09:38:42 09:35:01 all 0.08 0.00 0.02 0.00 0.03 99.87 09:38:42 09:35:01 0 0.02 0.00 0.02 0.00 0.03 99.93 09:38:42 09:35:01 1 0.15 0.00 0.02 0.00 0.03 99.80 09:38:42 09:36:01 all 0.10 0.00 0.02 0.00 0.03 99.85 09:38:42 09:36:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 09:36:01 1 0.17 0.00 0.02 0.00 0.03 99.78 09:38:42 09:37:01 all 0.12 0.00 0.02 0.00 0.03 99.84 09:38:42 09:37:01 0 0.03 0.00 0.02 0.00 0.03 99.92 09:38:42 09:37:01 1 0.20 0.00 0.02 0.00 0.02 99.77 09:38:42 09:38:01 all 0.11 0.00 0.03 0.00 0.02 99.85 09:38:42 09:38:01 0 0.05 0.00 0.03 0.00 0.03 99.88 09:38:42 09:38:01 1 0.17 0.00 0.02 0.00 0.00 99.82 09:38:42 Average: all 0.25 0.02 0.15 0.05 0.03 99.51 09:38:42 Average: 0 0.23 0.02 0.15 0.06 0.04 99.51 09:38:42 Average: 1 0.27 0.02 0.15 0.03 0.03 99.51 09:38:42 09:38:42 09:38:42