Pull request #90 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/device-virtual-go Obtained Jenkinsfile from ff3aedc826690b7da06197a390df3d453ab372db+5671dc497a8de3c78b84a4dff37d194a373880a7 (dccad205e75ecdc5958be492bc14fe227ad6cfce) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision b810438aec07f555226556e3b59abf2bab733840 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision b810438aec07f555226556e3b59abf2bab733840 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b810438aec07f555226556e3b59abf2bab733840 # timeout=10 Commit message: "Merge pull request #114 from lranjbar/release-kraken" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go, goVersion:1.13] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go 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/ [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5360 in /w/workspace/xfoundry_device-virtual-go_PR-90 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/xfoundry_device-virtual-go_PR-90 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Fetching without tags Merging remotes/origin/master commit 5671dc497a8de3c78b84a4dff37d194a373880a7 into PR head commit ff3aedc826690b7da06197a390df3d453ab372db > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/90/head:refs/remotes/origin/PR-90 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ff3aedc826690b7da06197a390df3d453ab372db # timeout=10 Merge succeeded, producing ff3aedc826690b7da06197a390df3d453ab372db Checking out Revision ff3aedc826690b7da06197a390df3d453ab372db (PR-90) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5671dc497a8de3c78b84a4dff37d194a373880a7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ff3aedc826690b7da06197a390df3d453ab372db # timeout=10 Commit message: "Reduce time consumption of unit test" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-03-09T16:48:03.675Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 763e853a19c711255d5eaab9db9eecae6a34cd7d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-03-09T16:48:06.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-09T16:48:06.134Z] [2020-03-09T16:48:06.134Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-03-09T16:48:06.491Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-09T16:48:06.491Z] latest: Pulling from edgex-devops/git-semver [2020-03-09T16:48:06.491Z] 9123ac7c32f7: Pulling fs layer [2020-03-09T16:48:06.491Z] b8cc5d1170e3: Pulling fs layer [2020-03-09T16:48:06.491Z] 2924cbbf6a41: Pulling fs layer [2020-03-09T16:48:06.491Z] 93b08a4f1073: Pulling fs layer [2020-03-09T16:48:06.491Z] 93b08a4f1073: Waiting [2020-03-09T16:48:06.491Z] b8cc5d1170e3: Verifying Checksum [2020-03-09T16:48:06.491Z] b8cc5d1170e3: Download complete [2020-03-09T16:48:06.751Z] 9123ac7c32f7: Verifying Checksum [2020-03-09T16:48:06.751Z] 9123ac7c32f7: Download complete [2020-03-09T16:48:06.751Z] 93b08a4f1073: Verifying Checksum [2020-03-09T16:48:06.751Z] 93b08a4f1073: Download complete [2020-03-09T16:48:06.751Z] 2924cbbf6a41: Verifying Checksum [2020-03-09T16:48:06.751Z] 2924cbbf6a41: Download complete [2020-03-09T16:48:07.009Z] 9123ac7c32f7: Pull complete [2020-03-09T16:48:07.009Z] b8cc5d1170e3: Pull complete [2020-03-09T16:48:07.576Z] 2924cbbf6a41: Pull complete [2020-03-09T16:48:07.835Z] 93b08a4f1073: Pull complete [2020-03-09T16:48:07.835Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-03-09T16:48:08.099Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-03-09T16:48:08.253Z] prd-centos7-docker-4c-2g-5360 does not seem to be running inside a container [2020-03-09T16:48:08.297Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-virtual-go_PR-90 -v /w/workspace/xfoundry_device-virtual-go_PR-90:/w/workspace/xfoundry_device-virtual-go_PR-90:rw,z -v /w/workspace/xfoundry_device-virtual-go_PR-90@tmp:/w/workspace/xfoundry_device-virtual-go_PR-90@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-03-09T16:48:08.952Z] $ docker top f82530f02efc4012a31322e1c020457f7c783e3117bb5b042853dba6522fdd30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-03-09T16:48:09.657Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-09T16:48:09.657Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-09T16:48:09.863Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-09T16:48:09.866Z] $ docker exec f82530f02efc4012a31322e1c020457f7c783e3117bb5b042853dba6522fdd30 ssh-agent [2020-03-09T16:48:10.046Z] SSH_AUTH_SOCK=/tmp/ssh-dslKvmGo7JXN/agent.15 [2020-03-09T16:48:10.046Z] SSH_AGENT_PID=22 [2020-03-09T16:48:10.057Z] Running ssh-add (command line suppressed) [2020-03-09T16:48:10.193Z] Identity added: /w/workspace/xfoundry_device-virtual-go_PR-90@tmp/private_key_4486701417673172749.key (/w/workspace/xfoundry_device-virtual-go_PR-90@tmp/private_key_4486701417673172749.key) [2020-03-09T16:48:10.258Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-09T16:48:10.618Z] + git describe --exact-match --tags HEAD [2020-03-09T16:48:10.618Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-03-09T16:48:10.688Z] $ docker exec --env ******** --env ******** f82530f02efc4012a31322e1c020457f7c783e3117bb5b042853dba6522fdd30 ssh-agent -k [2020-03-09T16:48:10.834Z] unset SSH_AUTH_SOCK; [2020-03-09T16:48:10.834Z] unset SSH_AGENT_PID; [2020-03-09T16:48:10.834Z] echo Agent pid 22 killed; [2020-03-09T16:48:10.871Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-03-09T16:48:10.943Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-03-09T16:48:10.943Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-03-09T16:48:11.022Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-09T16:48:11.022Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-09T16:48:11.207Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-09T16:48:11.211Z] $ docker exec f82530f02efc4012a31322e1c020457f7c783e3117bb5b042853dba6522fdd30 ssh-agent [2020-03-09T16:48:11.407Z] SSH_AUTH_SOCK=/tmp/ssh-ooVPXEbQzA9e/agent.58 [2020-03-09T16:48:11.407Z] SSH_AGENT_PID=65 [2020-03-09T16:48:11.413Z] Running ssh-add (command line suppressed) [2020-03-09T16:48:11.559Z] Identity added: /w/workspace/xfoundry_device-virtual-go_PR-90@tmp/private_key_5182677893172311609.key (/w/workspace/xfoundry_device-virtual-go_PR-90@tmp/private_key_5182677893172311609.key) [2020-03-09T16:48:11.615Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-09T16:48:11.937Z] + git semver init [2020-03-09T16:48:11.937Z] # -> Open(): unable to determine branch for HEAD [2020-03-09T16:48:11.937Z] # $GIT_DIR = /w/workspace/xfoundry_device-virtual-go_PR-90/.git [2020-03-09T16:48:11.937Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-virtual-go_PR-90 [2020-03-09T16:48:11.937Z] # $SEMVER_REMOTE_NAME = origin [2020-03-09T16:48:11.937Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-03-09T16:48:11.937Z] # $SEMVER_USER_NAME = jenkins [2020-03-09T16:48:11.937Z] # $SEMVER_BRANCH = PR-90 [2020-03-09T16:48:11.937Z] # $SEMVER_TEMP = /tmp/semver-723089498 [2020-03-09T16:48:11.937Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-03-09T16:48:12.505Z] # '/tmp/semver-723089498' -> '/w/workspace/xfoundry_device-virtual-go_PR-90/.semver' [2020-03-09T16:48:12.505Z] # -> Force: false [2020-03-09T16:48:12.505Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-virtual-go_PR-90/.semver [Pipeline] } [2020-03-09T16:48:12.514Z] $ docker exec --env ******** --env ******** f82530f02efc4012a31322e1c020457f7c783e3117bb5b042853dba6522fdd30 ssh-agent -k [2020-03-09T16:48:12.649Z] unset SSH_AUTH_SOCK; [2020-03-09T16:48:12.649Z] unset SSH_AGENT_PID; [2020-03-09T16:48:12.650Z] echo Agent pid 65 killed; [2020-03-09T16:48:12.691Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-03-09T16:48:13.123Z] + git semver [Pipeline] } [2020-03-09T16:48:13.141Z] $ docker stop --time=1 f82530f02efc4012a31322e1c020457f7c783e3117bb5b042853dba6522fdd30 [2020-03-09T16:48:14.511Z] $ docker rm -f f82530f02efc4012a31322e1c020457f7c783e3117bb5b042853dba6522fdd30 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-03-09T16:48:15.170Z] Stashed 21 file(s) [Pipeline] echo [2020-03-09T16:48:15.172Z] [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 [Pipeline] node [2020-03-09T16:48:30.439Z] Still waiting to schedule task [2020-03-09T16:48:30.439Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-03-09T16:48:30.441Z] Still waiting to schedule task [2020-03-09T16:48:30.441Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-03-09T16:55:20.249Z] Running on prd-centos7-docker-4c-2g-5410 in /w/workspace/xfoundry_device-virtual-go_PR-90 [Pipeline] { [Pipeline] ws [2020-03-09T16:55:20.328Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout [2020-03-09T16:55:22.421Z] using credential edgex-jenkins-ssh [2020-03-09T16:55:22.465Z] Cloning the remote Git repository [2020-03-09T16:55:22.465Z] Cloning with configured refspecs honoured and without tags [2020-03-09T16:55:22.471Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-03-09T16:55:22.508Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2020-03-09T16:55:22.567Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-03-09T16:55:22.567Z] > git --version # timeout=10 [2020-03-09T16:55:22.574Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T16:55:22.611Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T16:55:23.149Z] Fetching without tags [2020-03-09T16:55:23.519Z] Merging remotes/origin/master commit 5671dc497a8de3c78b84a4dff37d194a373880a7 into PR head commit ff3aedc826690b7da06197a390df3d453ab372db [2020-03-09T16:55:23.602Z] Merge succeeded, producing ff3aedc826690b7da06197a390df3d453ab372db [2020-03-09T16:55:23.602Z] Checking out Revision ff3aedc826690b7da06197a390df3d453ab372db (PR-90) [2020-03-09T16:55:23.101Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-03-09T16:55:23.107Z] > git config --add remote.origin.fetch +refs/pull/90/head:refs/remotes/origin/PR-90 # timeout=10 [2020-03-09T16:55:23.119Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T16:55:23.132Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-03-09T16:55:23.151Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-03-09T16:55:23.151Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T16:55:23.154Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T16:55:23.525Z] > git config core.sparsecheckout # timeout=10 [2020-03-09T16:55:23.532Z] > git checkout -f ff3aedc826690b7da06197a390df3d453ab372db # timeout=10 [2020-03-09T16:55:23.564Z] > git remote # timeout=10 [2020-03-09T16:55:23.569Z] > git config --get remote.origin.url # timeout=10 [2020-03-09T16:55:23.577Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T16:55:23.581Z] > git merge 5671dc497a8de3c78b84a4dff37d194a373880a7 # timeout=10 [2020-03-09T16:55:23.591Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-09T16:55:23.603Z] > git config core.sparsecheckout # timeout=10 [2020-03-09T16:55:23.609Z] > git checkout -f ff3aedc826690b7da06197a390df3d453ab372db # timeout=10 [2020-03-09T16:55:27.523Z] Commit message: "Reduce time consumption of unit test" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-09T16:55:28.444Z] ========================================================= [2020-03-09T16:55:28.444Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-03-09T16:55:28.444Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-09T16:55:29.236Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-03-09T16:55:29.501Z] Sending build context to Docker daemon 454.1kB [2020-03-09T16:55:29.501Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-09T16:55:29.501Z] Step 2/8 : FROM ${BASE} [2020-03-09T16:55:29.501Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-03-09T16:55:29.501Z] e6b0cf9c0882: Pulling fs layer [2020-03-09T16:55:29.501Z] 2848faf0eed1: Pulling fs layer [2020-03-09T16:55:29.501Z] 0f37312ad70f: Pulling fs layer [2020-03-09T16:55:29.501Z] 5788d62ee057: Pulling fs layer [2020-03-09T16:55:29.501Z] 0e6b1d234666: Pulling fs layer [2020-03-09T16:55:29.501Z] bf5d7aec512f: Pulling fs layer [2020-03-09T16:55:29.501Z] 34c802a77dc8: Pulling fs layer [2020-03-09T16:55:29.501Z] 9eb99e56ec68: Pulling fs layer [2020-03-09T16:55:29.501Z] 27c7a5d97fbd: Pulling fs layer [2020-03-09T16:55:29.501Z] 5c102a31e300: Pulling fs layer [2020-03-09T16:55:29.501Z] dcfb455df0a1: Pulling fs layer [2020-03-09T16:55:29.501Z] 5788d62ee057: Waiting [2020-03-09T16:55:29.501Z] 0e6b1d234666: Waiting [2020-03-09T16:55:29.501Z] bf5d7aec512f: Waiting [2020-03-09T16:55:29.501Z] 34c802a77dc8: Waiting [2020-03-09T16:55:29.501Z] 9eb99e56ec68: Waiting [2020-03-09T16:55:29.501Z] 5c102a31e300: Waiting [2020-03-09T16:55:29.501Z] 27c7a5d97fbd: Waiting [2020-03-09T16:55:29.501Z] dcfb455df0a1: Waiting [2020-03-09T16:55:29.501Z] 0f37312ad70f: Verifying Checksum [2020-03-09T16:55:29.501Z] 0f37312ad70f: Download complete [2020-03-09T16:55:29.501Z] 2848faf0eed1: Verifying Checksum [2020-03-09T16:55:29.501Z] 2848faf0eed1: Download complete [2020-03-09T16:55:29.501Z] 0e6b1d234666: Verifying Checksum [2020-03-09T16:55:29.501Z] 0e6b1d234666: Download complete [2020-03-09T16:55:29.766Z] bf5d7aec512f: Verifying Checksum [2020-03-09T16:55:29.766Z] bf5d7aec512f: Download complete [2020-03-09T16:55:29.766Z] e6b0cf9c0882: Verifying Checksum [2020-03-09T16:55:29.766Z] e6b0cf9c0882: Download complete [2020-03-09T16:55:30.352Z] e6b0cf9c0882: Pull complete [2020-03-09T16:55:30.352Z] 34c802a77dc8: Verifying Checksum [2020-03-09T16:55:30.352Z] 34c802a77dc8: Download complete [2020-03-09T16:55:30.352Z] 27c7a5d97fbd: Verifying Checksum [2020-03-09T16:55:30.352Z] 27c7a5d97fbd: Download complete [2020-03-09T16:55:30.925Z] 5c102a31e300: Verifying Checksum [2020-03-09T16:55:30.925Z] 5c102a31e300: Download complete [2020-03-09T16:55:30.925Z] dcfb455df0a1: Verifying Checksum [2020-03-09T16:55:30.925Z] dcfb455df0a1: Download complete [2020-03-09T16:55:30.925Z] 2848faf0eed1: Pull complete [2020-03-09T16:55:31.190Z] 0f37312ad70f: Pull complete [2020-03-09T16:55:31.190Z] 5788d62ee057: Verifying Checksum [2020-03-09T16:55:31.190Z] 5788d62ee057: Download complete [2020-03-09T16:55:31.451Z] 9eb99e56ec68: Verifying Checksum [2020-03-09T16:55:31.451Z] 9eb99e56ec68: Download complete [2020-03-09T16:55:36.734Z] 5788d62ee057: Pull complete [2020-03-09T16:55:36.734Z] 0e6b1d234666: Pull complete [2020-03-09T16:55:36.734Z] bf5d7aec512f: Pull complete [2020-03-09T16:55:42.009Z] 34c802a77dc8: Pull complete [2020-03-09T16:55:44.555Z] 9eb99e56ec68: Pull complete [2020-03-09T16:55:44.555Z] 27c7a5d97fbd: Pull complete [2020-03-09T16:55:45.496Z] 5c102a31e300: Pull complete [2020-03-09T16:55:45.496Z] dcfb455df0a1: Pull complete [2020-03-09T16:55:45.496Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-03-09T16:55:45.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-03-09T16:55:45.496Z] ---> 7c70fe431013 [2020-03-09T16:55:45.496Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-03-09T16:55:45.756Z] ---> Running in 24e829b743e6 [2020-03-09T16:55:45.756Z] Removing intermediate container 24e829b743e6 [2020-03-09T16:55:45.756Z] ---> 39f4ba2aca35 [2020-03-09T16:55:45.756Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-09T16:55:45.756Z] ---> Running in 0ea92368afd4 [2020-03-09T16:55:46.695Z] Removing intermediate container 0ea92368afd4 [2020-03-09T16:55:46.695Z] ---> 99f2347cf245 [2020-03-09T16:55:46.695Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-03-09T16:55:46.695Z] ---> Running in 0dddfb2d493b [2020-03-09T16:55:47.265Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-09T16:55:47.833Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-09T16:55:48.097Z] (1/13) Installing libmagic (5.37-r1) [2020-03-09T16:55:48.357Z] (2/13) Installing file (5.37-r1) [2020-03-09T16:55:48.357Z] (3/13) Installing libc-dev (0.7.2-r0) [2020-03-09T16:55:48.357Z] (4/13) Installing g++ (9.2.0-r3) [2020-03-09T16:55:50.906Z] (5/13) Installing fortify-headers (1.1-r0) [2020-03-09T16:55:50.906Z] (6/13) Installing build-base (0.5-r1) [2020-03-09T16:55:50.906Z] (7/13) Installing openssh-keygen (8.1_p1-r0) [2020-03-09T16:55:50.906Z] (8/13) Installing libedit (20191211.3.1-r0) [2020-03-09T16:55:50.906Z] (9/13) Installing openssh-client (8.1_p1-r0) [2020-03-09T16:55:50.906Z] (10/13) Installing openssh-sftp-server (8.1_p1-r0) [2020-03-09T16:55:51.165Z] (11/13) Installing openssh-server-common (8.1_p1-r0) [2020-03-09T16:55:51.165Z] (12/13) Installing openssh-server (8.1_p1-r0) [2020-03-09T16:55:51.165Z] (13/13) Installing openssh (8.1_p1-r0) [2020-03-09T16:55:51.425Z] Executing busybox-1.31.1-r8.trigger [2020-03-09T16:55:51.425Z] OK: 214 MiB in 52 packages [2020-03-09T16:55:53.334Z] Removing intermediate container 0dddfb2d493b [2020-03-09T16:55:53.334Z] ---> af182e2b9407 [2020-03-09T16:55:53.334Z] Step 6/8 : WORKDIR /device-virtual-go [2020-03-09T16:55:53.334Z] ---> Running in eea8c8063c8a [2020-03-09T16:55:53.334Z] Removing intermediate container eea8c8063c8a [2020-03-09T16:55:53.334Z] ---> a697e9db36a8 [2020-03-09T16:55:53.334Z] Step 7/8 : COPY . . [2020-03-09T16:55:53.621Z] ---> 26466438ed0b [2020-03-09T16:55:53.621Z] Step 8/8 : RUN go mod download [2020-03-09T16:55:53.621Z] ---> Running in 160acff76238 [2020-03-09T16:55:55.562Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-09T16:55:55.562Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-09T16:55:55.562Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-09T16:55:55.562Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-09T16:55:55.562Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-09T16:55:55.562Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-03-09T16:55:55.562Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-09T16:55:55.562Z] go: finding github.com/edgexfoundry/device-sdk-go v0.0.0-20191023171807-49a95f741ef7 [2020-03-09T16:55:55.562Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.31 [2020-03-09T16:55:55.562Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-03-09T16:55:55.822Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-03-09T16:55:55.822Z] go: finding github.com/fatih/color v1.7.0 [2020-03-09T16:55:55.822Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-09T16:55:55.822Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-09T16:55:55.822Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-09T16:55:55.822Z] go: finding github.com/golang/snappy v0.0.1 [2020-03-09T16:55:55.822Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-09T16:55:55.822Z] go: finding github.com/google/uuid v1.1.0 [2020-03-09T16:55:55.822Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-03-09T16:55:56.083Z] go: finding github.com/gorilla/mux v1.6.2 [2020-03-09T16:55:56.083Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-03-09T16:55:56.083Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-09T16:55:56.083Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-03-09T16:55:56.083Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-09T16:55:56.083Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-09T16:55:56.083Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-09T16:55:56.083Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-09T16:55:56.343Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-09T16:55:56.343Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-09T16:55:56.343Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-09T16:55:56.343Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-09T16:55:56.343Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-09T16:55:56.343Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-09T16:55:56.603Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-09T16:55:56.603Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-09T16:55:56.603Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-09T16:55:56.603Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-09T16:55:56.603Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-09T16:55:56.603Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-09T16:55:56.603Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-09T16:55:56.603Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-09T16:55:56.864Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-09T16:55:56.864Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-09T16:55:56.864Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-09T16:55:56.864Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-09T16:55:56.864Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-09T16:55:56.864Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-09T16:55:56.864Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-09T16:55:56.864Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-09T16:55:57.123Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-09T16:55:57.123Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-09T16:55:57.123Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-09T16:55:57.123Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-09T16:55:57.123Z] go: finding github.com/posener/complete v1.1.1 [2020-03-09T16:55:57.123Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-03-09T16:55:57.123Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-09T16:55:57.123Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-09T16:55:57.382Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-09T16:55:57.383Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-09T16:55:57.383Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-09T16:55:57.383Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-09T16:55:57.383Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-09T16:55:57.383Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-09T16:55:57.383Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-03-09T16:55:57.641Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-03-09T16:55:57.641Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-03-09T16:55:57.641Z] go: finding modernc.org/b v1.0.0 [2020-03-09T16:55:57.641Z] go: finding modernc.org/db v1.0.0 [2020-03-09T16:55:57.641Z] go: finding modernc.org/file v1.0.0 [2020-03-09T16:55:57.641Z] go: finding modernc.org/fileutil v1.0.0 [2020-03-09T16:55:57.641Z] go: finding modernc.org/golex v1.0.0 [2020-03-09T16:55:57.641Z] go: finding modernc.org/internal v1.0.0 [2020-03-09T16:55:57.900Z] go: finding modernc.org/lldb v1.0.0 [2020-03-09T16:55:57.900Z] go: finding modernc.org/mathutil v1.0.0 [2020-03-09T16:55:57.900Z] go: finding modernc.org/ql v1.0.0 [2020-03-09T16:55:57.900Z] go: finding modernc.org/sortutil v1.0.0 [2020-03-09T16:55:57.900Z] go: finding modernc.org/strutil v1.0.0 [2020-03-09T16:55:57.900Z] go: finding modernc.org/zappy v1.0.0 [2020-03-09T16:56:06.066Z] Removing intermediate container 160acff76238 [2020-03-09T16:56:06.066Z] ---> 467ac15a4f33 [2020-03-09T16:56:06.066Z] Successfully built 467ac15a4f33 [2020-03-09T16:56:06.066Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-03-09T16:56:06.646Z] + docker inspect -f . ci-base-image-x86_64 [2020-03-09T16:56:06.647Z] . [Pipeline] withDockerContainer [2020-03-09T16:56:06.784Z] prd-centos7-docker-4c-2g-5410 does not seem to be running inside a container [2020-03-09T16:56:06.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@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 ******** ci-base-image-x86_64 cat [2020-03-09T16:56:07.402Z] $ docker top 34d4b569045c3f70f50775efcfd3f4294e8fbfcb2de7214537b15aa26f6a21ef -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-09T16:56:08.435Z] + go version [2020-03-09T16:56:08.435Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-03-09T16:56:08.747Z] + make test [2020-03-09T16:56:08.747Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-03-09T16:56:12.948Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-03-09T16:56:31.142Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-03-09T16:56:39.270Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 8.758s coverage: 50.8% of statements [2020-03-09T16:56:39.270Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-03-09T16:56:41.193Z] gofmt -l . [2020-03-09T16:56:41.193Z] [ "`gofmt -l .`" = "" ] [2020-03-09T16:56:41.193Z] ./bin/test-attribution-txt.sh [2020-03-09T16:56:41.761Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-03-09T16:56:42.170Z] Stashed 1 file(s) [Pipeline] } [2020-03-09T16:56:42.173Z] $ docker stop --time=1 34d4b569045c3f70f50775efcfd3f4294e8fbfcb2de7214537b15aa26f6a21ef [2020-03-09T16:56:43.654Z] $ docker rm -f 34d4b569045c3f70f50775efcfd3f4294e8fbfcb2de7214537b15aa26f6a21ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-09T16:56:44.948Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-09T16:56:45.247Z] + ls -al . [2020-03-09T16:56:45.247Z] total 108 [2020-03-09T16:56:45.247Z] drwxrwxr-x. 8 jenkins jenkins 4096 Mar 9 16:56 . [2020-03-09T16:56:45.247Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 9 16:55 .. [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 5686 Mar 9 16:55 Attribution.txt [2020-03-09T16:56:45.247Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 9 16:55 bin [2020-03-09T16:56:45.247Z] drwxrwxr-x. 3 jenkins jenkins 55 Mar 9 16:55 cmd [2020-03-09T16:56:45.247Z] -rw-r--r--. 1 jenkins jenkins 30626 Mar 9 16:56 coverage.out [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 1660 Mar 9 16:55 Dockerfile [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 957 Mar 9 16:55 Dockerfile.build [2020-03-09T16:56:45.247Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 9 16:55 .git [2020-03-09T16:56:45.247Z] drwxrwxr-x. 2 jenkins jenkins 38 Mar 9 16:55 .github [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 258 Mar 9 16:55 .gitignore [2020-03-09T16:56:45.247Z] -rw-r--r--. 1 jenkins jenkins 883 Mar 9 16:56 go.mod [2020-03-09T16:56:45.247Z] -rw-r--r--. 1 jenkins jenkins 13565 Mar 9 16:56 go.sum [2020-03-09T16:56:45.247Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 9 16:55 internal [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 683 Mar 9 16:55 Jenkinsfile [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 11340 Mar 9 16:55 LICENSE [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 873 Mar 9 16:55 Makefile [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 3770 Mar 9 16:55 README.md [2020-03-09T16:56:45.247Z] drwxrwxr-x. 3 jenkins jenkins 57 Mar 9 16:55 .semver [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 9 16:48 VERSION [2020-03-09T16:56:45.247Z] -rw-rw-r--. 1 jenkins jenkins 235 Mar 9 16:55 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-09T16:56:45.548Z] + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=ff3aedc826690b7da06197a390df3d453ab372db --label arch=amd64 --label version=0.0.0 . [2020-03-09T16:56:45.548Z] Sending build context to Docker daemon 502.8kB [2020-03-09T16:56:45.548Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-03-09T16:56:45.548Z] Step 2/19 : FROM ${BASE} AS builder [2020-03-09T16:56:45.548Z] ---> 467ac15a4f33 [2020-03-09T16:56:45.548Z] Step 3/19 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-03-09T16:56:45.807Z] ---> Running in 49ddc4de4329 [2020-03-09T16:56:45.807Z] Removing intermediate container 49ddc4de4329 [2020-03-09T16:56:45.807Z] ---> b7ad9e553f27 [2020-03-09T16:56:45.807Z] Step 4/19 : ARG ALPINE_PKG_EXTRA="" [2020-03-09T16:56:45.807Z] ---> Running in e37aa764d0da [2020-03-09T16:56:46.072Z] Removing intermediate container e37aa764d0da [2020-03-09T16:56:46.072Z] ---> 31dc57c8dbd7 [2020-03-09T16:56:46.072Z] Step 5/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: IOTech' [2020-03-09T16:56:46.072Z] ---> Running in 3606e035f6f8 [2020-03-09T16:56:46.333Z] Removing intermediate container 3606e035f6f8 [2020-03-09T16:56:46.333Z] ---> 7ca4f5c39be5 [2020-03-09T16:56:46.333Z] Step 6/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-09T16:56:46.333Z] ---> Running in 789b7f44b7e0 [2020-03-09T16:56:46.908Z] Removing intermediate container 789b7f44b7e0 [2020-03-09T16:56:46.908Z] ---> 9a2b11fa34e2 [2020-03-09T16:56:46.909Z] Step 7/19 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-03-09T16:56:46.909Z] ---> Running in df33e43183fe [2020-03-09T16:56:47.480Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-09T16:56:48.047Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-09T16:56:48.306Z] OK: 214 MiB in 52 packages [2020-03-09T16:56:48.874Z] Removing intermediate container df33e43183fe [2020-03-09T16:56:48.874Z] ---> 32a957eafd64 [2020-03-09T16:56:48.874Z] Step 8/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-03-09T16:56:48.874Z] ---> Running in 14300725b7fc [2020-03-09T16:56:48.874Z] Removing intermediate container 14300725b7fc [2020-03-09T16:56:48.874Z] ---> 092608d72d93 [2020-03-09T16:56:48.874Z] Step 9/19 : COPY . . [2020-03-09T16:56:49.132Z] ---> f56eb93b6419 [2020-03-09T16:56:49.132Z] Step 10/19 : ARG MAKE='make build' [2020-03-09T16:56:49.391Z] ---> Running in 741d71515ffe [2020-03-09T16:56:49.391Z] Removing intermediate container 741d71515ffe [2020-03-09T16:56:49.391Z] ---> 2bef0af39880 [2020-03-09T16:56:49.391Z] Step 11/19 : RUN $MAKE [2020-03-09T16:56:49.391Z] ---> Running in 2a4e2e1d46a1 [2020-03-09T16:56:49.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-03-09T16:57:04.965Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-03-09T16:57:09.167Z] Removing intermediate container 2a4e2e1d46a1 [2020-03-09T16:57:09.167Z] ---> d2d542151be6 [2020-03-09T16:57:09.167Z] Step 12/19 : FROM alpine [2020-03-09T16:57:09.167Z] latest: Pulling from library/alpine [2020-03-09T16:57:09.167Z] c9b1b535fdd9: Pulling fs layer [2020-03-09T16:57:09.167Z] c9b1b535fdd9: Verifying Checksum [2020-03-09T16:57:09.167Z] c9b1b535fdd9: Download complete [2020-03-09T16:57:09.432Z] c9b1b535fdd9: Pull complete [2020-03-09T16:57:09.432Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d [2020-03-09T16:57:09.432Z] Status: Downloaded newer image for alpine:latest [2020-03-09T16:57:09.432Z] ---> e7d92cdc71fe [2020-03-09T16:57:09.432Z] Step 13/19 : ENV APP_PORT=49990 [2020-03-09T16:57:09.432Z] ---> Running in 5e891ba90846 [2020-03-09T16:57:09.691Z] Removing intermediate container 5e891ba90846 [2020-03-09T16:57:09.691Z] ---> 095d60f96c65 [2020-03-09T16:57:09.691Z] Step 14/19 : EXPOSE $APP_PORT [2020-03-09T16:57:09.691Z] ---> Running in 1e56b14e01bc [2020-03-09T16:57:09.956Z] Removing intermediate container 1e56b14e01bc [2020-03-09T16:57:09.956Z] ---> 295c7111f978 [2020-03-09T16:57:09.956Z] Step 15/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-03-09T16:57:10.526Z] ---> 2a2b3e4e410a [2020-03-09T16:57:10.526Z] Step 16/19 : ENTRYPOINT ["/device-virtual","--profile=docker","--confdir=/res","--registry=consul://edgex-core-consul:8500"] [2020-03-09T16:57:10.526Z] ---> Running in 5fab1a0283ca [2020-03-09T16:57:10.526Z] Removing intermediate container 5fab1a0283ca [2020-03-09T16:57:10.526Z] ---> dc8f75b13cb4 [2020-03-09T16:57:10.526Z] Step 17/19 : LABEL arch=amd64 [2020-03-09T16:57:10.526Z] ---> Running in 83fa2474ae27 [2020-03-09T16:57:10.785Z] Removing intermediate container 83fa2474ae27 [2020-03-09T16:57:10.785Z] ---> 2b1bf6dae893 [2020-03-09T16:57:10.785Z] Step 18/19 : LABEL git_sha=ff3aedc826690b7da06197a390df3d453ab372db [2020-03-09T16:57:10.785Z] ---> Running in 3290ff8c7492 [2020-03-09T16:57:10.785Z] Removing intermediate container 3290ff8c7492 [2020-03-09T16:57:10.785Z] ---> 427206941e5c [2020-03-09T16:57:10.785Z] Step 19/19 : LABEL version=0.0.0 [2020-03-09T16:57:11.044Z] ---> Running in 6b9d0bd471ad [2020-03-09T16:57:11.044Z] Removing intermediate container 6b9d0bd471ad [2020-03-09T16:57:11.044Z] ---> 8ca5e2375f04 [2020-03-09T16:57:11.044Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-09T16:57:11.044Z] Successfully built 8ca5e2375f04 [2020-03-09T16:57:11.044Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-09T18:22:17.542Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8533 in /w/workspace/xfoundry_device-virtual-go_PR-90 [Pipeline] { [Pipeline] ws [2020-03-09T18:22:17.590Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout [2020-03-09T18:22:23.040Z] using credential edgex-jenkins-ssh [2020-03-09T18:22:23.088Z] Cloning the remote Git repository [2020-03-09T18:22:23.088Z] Cloning with configured refspecs honoured and without tags [2020-03-09T18:22:23.152Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-03-09T18:22:23.238Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2020-03-09T18:22:23.411Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-03-09T18:22:23.413Z] > git --version # timeout=10 [2020-03-09T18:22:23.447Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T18:22:23.530Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T18:22:24.281Z] Fetching without tags [2020-03-09T18:22:24.754Z] Merging remotes/origin/master commit 5671dc497a8de3c78b84a4dff37d194a373880a7 into PR head commit ff3aedc826690b7da06197a390df3d453ab372db [2020-03-09T18:22:25.131Z] Merge succeeded, producing ff3aedc826690b7da06197a390df3d453ab372db [2020-03-09T18:22:25.132Z] Checking out Revision ff3aedc826690b7da06197a390df3d453ab372db (PR-90) [2020-03-09T18:22:24.161Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-03-09T18:22:24.200Z] > git config --add remote.origin.fetch +refs/pull/90/head:refs/remotes/origin/PR-90 # timeout=10 [2020-03-09T18:22:24.242Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T18:22:24.263Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-03-09T18:22:24.293Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-03-09T18:22:24.293Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T18:22:24.306Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T18:22:24.779Z] > git config core.sparsecheckout # timeout=10 [2020-03-09T18:22:24.809Z] > git checkout -f ff3aedc826690b7da06197a390df3d453ab372db # timeout=10 [2020-03-09T18:22:24.952Z] > git remote # timeout=10 [2020-03-09T18:22:24.984Z] > git config --get remote.origin.url # timeout=10 [2020-03-09T18:22:25.021Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T18:22:25.032Z] > git merge 5671dc497a8de3c78b84a4dff37d194a373880a7 # timeout=10 [2020-03-09T18:22:25.072Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-09T18:22:25.141Z] > git config core.sparsecheckout # timeout=10 [2020-03-09T18:22:25.173Z] > git checkout -f ff3aedc826690b7da06197a390df3d453ab372db # timeout=10 [2020-03-09T18:22:29.581Z] Commit message: "Reduce time consumption of unit test" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-09T18:22:30.686Z] ========================================================= [2020-03-09T18:22:30.686Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-03-09T18:22:30.686Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-09T18:22:31.677Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-03-09T18:22:32.653Z] Sending build context to Docker daemon 454.1kB [2020-03-09T18:22:32.653Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-09T18:22:32.653Z] Step 2/8 : FROM ${BASE} [2020-03-09T18:22:32.922Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-03-09T18:22:32.922Z] cde5963f3b93: Pulling fs layer [2020-03-09T18:22:32.922Z] 2a23fa8c16f7: Pulling fs layer [2020-03-09T18:22:32.922Z] 777b28850792: Pulling fs layer [2020-03-09T18:22:32.922Z] 8a11ddd9e578: Pulling fs layer [2020-03-09T18:22:32.922Z] 4cf88f913ddb: Pulling fs layer [2020-03-09T18:22:32.922Z] 1df406cf5192: Pulling fs layer [2020-03-09T18:22:32.922Z] cd6300453558: Pulling fs layer [2020-03-09T18:22:32.922Z] b9c365052c96: Pulling fs layer [2020-03-09T18:22:32.922Z] a2d8cc88f415: Pulling fs layer [2020-03-09T18:22:32.922Z] ea1d1ca13537: Pulling fs layer [2020-03-09T18:22:32.922Z] 3750a50a1c5e: Pulling fs layer [2020-03-09T18:22:32.922Z] 8a11ddd9e578: Waiting [2020-03-09T18:22:32.922Z] b9c365052c96: Waiting [2020-03-09T18:22:32.922Z] a2d8cc88f415: Waiting [2020-03-09T18:22:32.922Z] 4cf88f913ddb: Waiting [2020-03-09T18:22:32.922Z] ea1d1ca13537: Waiting [2020-03-09T18:22:32.922Z] 1df406cf5192: Waiting [2020-03-09T18:22:32.922Z] 3750a50a1c5e: Waiting [2020-03-09T18:22:32.922Z] cd6300453558: Waiting [2020-03-09T18:22:32.922Z] 777b28850792: Verifying Checksum [2020-03-09T18:22:32.922Z] 777b28850792: Download complete [2020-03-09T18:22:32.922Z] 2a23fa8c16f7: Download complete [2020-03-09T18:22:32.922Z] 4cf88f913ddb: Download complete [2020-03-09T18:22:32.922Z] 1df406cf5192: Verifying Checksum [2020-03-09T18:22:32.922Z] 1df406cf5192: Download complete [2020-03-09T18:22:33.196Z] cde5963f3b93: Verifying Checksum [2020-03-09T18:22:33.196Z] cde5963f3b93: Download complete [2020-03-09T18:22:34.203Z] cde5963f3b93: Pull complete [2020-03-09T18:22:34.794Z] 2a23fa8c16f7: Pull complete [2020-03-09T18:22:35.079Z] 777b28850792: Pull complete [2020-03-09T18:22:37.041Z] cd6300453558: Verifying Checksum [2020-03-09T18:22:37.042Z] cd6300453558: Download complete [2020-03-09T18:22:37.042Z] a2d8cc88f415: Verifying Checksum [2020-03-09T18:22:37.042Z] a2d8cc88f415: Download complete [2020-03-09T18:22:39.648Z] ea1d1ca13537: Download complete [2020-03-09T18:22:39.648Z] 3750a50a1c5e: Verifying Checksum [2020-03-09T18:22:39.648Z] 3750a50a1c5e: Download complete [2020-03-09T18:22:42.244Z] b9c365052c96: Verifying Checksum [2020-03-09T18:22:42.244Z] b9c365052c96: Download complete [2020-03-09T18:22:44.822Z] 8a11ddd9e578: Verifying Checksum [2020-03-09T18:22:44.822Z] 8a11ddd9e578: Download complete [2020-03-09T18:22:57.149Z] 8a11ddd9e578: Pull complete [2020-03-09T18:22:57.149Z] 4cf88f913ddb: Pull complete [2020-03-09T18:22:57.149Z] 1df406cf5192: Pull complete [2020-03-09T18:23:01.432Z] cd6300453558: Pull complete [2020-03-09T18:23:06.797Z] b9c365052c96: Pull complete [2020-03-09T18:23:06.797Z] a2d8cc88f415: Pull complete [2020-03-09T18:23:08.770Z] ea1d1ca13537: Pull complete [2020-03-09T18:23:09.052Z] 3750a50a1c5e: Pull complete [2020-03-09T18:23:09.052Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-03-09T18:23:09.052Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-03-09T18:23:09.052Z] ---> 78745c68409d [2020-03-09T18:23:09.052Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-03-09T18:23:13.331Z] ---> Running in ceef24e8fd7f [2020-03-09T18:23:13.603Z] Removing intermediate container ceef24e8fd7f [2020-03-09T18:23:13.603Z] ---> 0e60965d1589 [2020-03-09T18:23:13.603Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-09T18:23:13.603Z] ---> Running in 1e55b717db80 [2020-03-09T18:23:16.198Z] Removing intermediate container 1e55b717db80 [2020-03-09T18:23:16.199Z] ---> 480c09d770bd [2020-03-09T18:23:16.199Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-03-09T18:23:16.199Z] ---> Running in fbde777d263b [2020-03-09T18:23:16.780Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-09T18:23:17.739Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-09T18:23:18.319Z] (1/13) Installing libmagic (5.37-r1) [2020-03-09T18:23:18.583Z] (2/13) Installing file (5.37-r1) [2020-03-09T18:23:18.584Z] (3/13) Installing libc-dev (0.7.2-r0) [2020-03-09T18:23:18.584Z] (4/13) Installing g++ (9.2.0-r3) [2020-03-09T18:23:26.782Z] (5/13) Installing fortify-headers (1.1-r0) [2020-03-09T18:23:26.782Z] (6/13) Installing build-base (0.5-r1) [2020-03-09T18:23:26.782Z] (7/13) Installing openssh-keygen (8.1_p1-r0) [2020-03-09T18:23:26.782Z] (8/13) Installing libedit (20191211.3.1-r0) [2020-03-09T18:23:26.782Z] (9/13) Installing openssh-client (8.1_p1-r0) [2020-03-09T18:23:26.782Z] (10/13) Installing openssh-sftp-server (8.1_p1-r0) [2020-03-09T18:23:26.782Z] (11/13) Installing openssh-server-common (8.1_p1-r0) [2020-03-09T18:23:26.782Z] (12/13) Installing openssh-server (8.1_p1-r0) [2020-03-09T18:23:26.782Z] (13/13) Installing openssh (8.1_p1-r0) [2020-03-09T18:23:27.050Z] Executing busybox-1.31.1-r8.trigger [2020-03-09T18:23:27.050Z] OK: 203 MiB in 52 packages [2020-03-09T18:23:31.321Z] Removing intermediate container fbde777d263b [2020-03-09T18:23:31.321Z] ---> 54af292090f8 [2020-03-09T18:23:31.321Z] Step 6/8 : WORKDIR /device-virtual-go [2020-03-09T18:23:31.321Z] ---> Running in 8f367123e408 [2020-03-09T18:23:31.591Z] Removing intermediate container 8f367123e408 [2020-03-09T18:23:31.591Z] ---> ef4a8307db32 [2020-03-09T18:23:31.591Z] Step 7/8 : COPY . . [2020-03-09T18:23:32.178Z] ---> 2737f7f674aa [2020-03-09T18:23:32.178Z] Step 8/8 : RUN go mod download [2020-03-09T18:23:32.449Z] ---> Running in 8fe408950a17 [2020-03-09T18:23:34.403Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-09T18:23:34.403Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-09T18:23:34.403Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-09T18:23:34.403Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-09T18:23:34.403Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-09T18:23:34.403Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-03-09T18:23:34.403Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-09T18:23:34.403Z] go: finding github.com/edgexfoundry/device-sdk-go v0.0.0-20191023171807-49a95f741ef7 [2020-03-09T18:23:34.403Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.31 [2020-03-09T18:23:34.403Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-03-09T18:23:34.403Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-03-09T18:23:34.403Z] go: finding github.com/fatih/color v1.7.0 [2020-03-09T18:23:34.403Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-09T18:23:34.403Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-09T18:23:34.403Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-09T18:23:34.403Z] go: finding github.com/golang/snappy v0.0.1 [2020-03-09T18:23:34.403Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-09T18:23:34.403Z] go: finding github.com/google/uuid v1.1.0 [2020-03-09T18:23:34.403Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-03-09T18:23:34.403Z] go: finding github.com/gorilla/mux v1.6.2 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-09T18:23:34.403Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-09T18:23:34.669Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-09T18:23:34.669Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-09T18:23:34.669Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-09T18:23:34.669Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-09T18:23:34.669Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-09T18:23:34.669Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-09T18:23:34.669Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-09T18:23:34.669Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-09T18:23:34.669Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-09T18:23:34.669Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-09T18:23:34.669Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-09T18:23:34.669Z] go: finding github.com/posener/complete v1.1.1 [2020-03-09T18:23:34.669Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-03-09T18:23:34.669Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-09T18:23:34.669Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-09T18:23:34.669Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-09T18:23:34.937Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-09T18:23:34.937Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-09T18:23:34.937Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-09T18:23:34.937Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-09T18:23:34.937Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-09T18:23:34.937Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-03-09T18:23:34.937Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-03-09T18:23:34.937Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-03-09T18:23:34.937Z] go: finding modernc.org/b v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/db v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/file v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/fileutil v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/golex v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/internal v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/lldb v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/mathutil v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/ql v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/sortutil v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/strutil v1.0.0 [2020-03-09T18:23:34.937Z] go: finding modernc.org/zappy v1.0.0 [2020-03-09T18:23:53.191Z] Removing intermediate container 8fe408950a17 [2020-03-09T18:23:53.191Z] ---> 57fd370d36c9 [2020-03-09T18:23:53.191Z] Successfully built 57fd370d36c9 [2020-03-09T18:23:53.191Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-03-09T18:23:53.959Z] + docker inspect -f . ci-base-image-arm64 [2020-03-09T18:23:54.228Z] . [Pipeline] withDockerContainer [2020-03-09T18:23:54.569Z] prd-ubuntu18.04-docker-arm64-4c-16g-8533 does not seem to be running inside a container [2020-03-09T18:23:54.654Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@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 ******** ci-base-image-arm64 cat [2020-03-09T18:23:56.099Z] $ docker top c39a786621b577747de5946c66558d25bdedd89fbac67f507b575cb873ac938b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-09T18:23:58.489Z] + go version [2020-03-09T18:23:58.489Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-03-09T18:23:59.139Z] + make test [2020-03-09T18:23:59.139Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-03-09T18:24:00.111Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-03-09T18:24:56.636Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-03-09T18:24:59.980Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 10.237s coverage: 50.8% of statements [2020-03-09T18:25:00.249Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-03-09T18:25:08.499Z] gofmt -l . [2020-03-09T18:25:08.499Z] [ "`gofmt -l .`" = "" ] [2020-03-09T18:25:08.499Z] ./bin/test-attribution-txt.sh [2020-03-09T18:25:09.464Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-03-09T18:25:09.747Z] Warning: overwriting stash ‘coverage-report’ [2020-03-09T18:25:10.180Z] Stashed 1 file(s) [Pipeline] } [2020-03-09T18:25:10.190Z] $ docker stop --time=1 c39a786621b577747de5946c66558d25bdedd89fbac67f507b575cb873ac938b [2020-03-09T18:25:12.477Z] $ docker rm -f c39a786621b577747de5946c66558d25bdedd89fbac67f507b575cb873ac938b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-09T18:25:13.709Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-09T18:25:14.030Z] + ls -al . [2020-03-09T18:25:14.030Z] total 136 [2020-03-09T18:25:14.030Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 18:25 . [2020-03-09T18:25:14.030Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 18:22 .. [2020-03-09T18:25:14.030Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 18:22 .git [2020-03-09T18:25:14.030Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 18:22 .github [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 258 Mar 9 18:22 .gitignore [2020-03-09T18:25:14.030Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 18:22 .semver [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 5686 Mar 9 18:22 Attribution.txt [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 1660 Mar 9 18:22 Dockerfile [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 957 Mar 9 18:22 Dockerfile.build [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 683 Mar 9 18:22 Jenkinsfile [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 9 18:22 LICENSE [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 873 Mar 9 18:22 Makefile [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 3770 Mar 9 18:22 README.md [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 9 16:48 VERSION [2020-03-09T18:25:14.030Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 18:22 bin [2020-03-09T18:25:14.030Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 18:22 cmd [2020-03-09T18:25:14.030Z] -rw-r--r-- 1 jenkins jenkins 30626 Mar 9 18:24 coverage.out [2020-03-09T18:25:14.030Z] -rw-r--r-- 1 jenkins jenkins 883 Mar 9 18:25 go.mod [2020-03-09T18:25:14.030Z] -rw-r--r-- 1 jenkins jenkins 13565 Mar 9 18:25 go.sum [2020-03-09T18:25:14.030Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 18:22 internal [2020-03-09T18:25:14.030Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 9 18:22 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-09T18:25:14.359Z] + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=ff3aedc826690b7da06197a390df3d453ab372db --label arch=arm64 --label version=0.0.0 . [2020-03-09T18:25:14.627Z] Sending build context to Docker daemon 502.8kB [2020-03-09T18:25:14.627Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-03-09T18:25:14.627Z] Step 2/19 : FROM ${BASE} AS builder [2020-03-09T18:25:14.627Z] ---> 57fd370d36c9 [2020-03-09T18:25:14.627Z] Step 3/19 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-03-09T18:25:14.897Z] ---> Running in 231509abf5e8 [2020-03-09T18:25:15.165Z] Removing intermediate container 231509abf5e8 [2020-03-09T18:25:15.165Z] ---> 8332d8183ee2 [2020-03-09T18:25:15.165Z] Step 4/19 : ARG ALPINE_PKG_EXTRA="" [2020-03-09T18:25:15.432Z] ---> Running in d09af0991177 [2020-03-09T18:25:15.701Z] Removing intermediate container d09af0991177 [2020-03-09T18:25:15.701Z] ---> bede249e46f9 [2020-03-09T18:25:15.701Z] Step 5/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: IOTech' [2020-03-09T18:25:15.968Z] ---> Running in b54eb9404af4 [2020-03-09T18:25:16.236Z] Removing intermediate container b54eb9404af4 [2020-03-09T18:25:16.236Z] ---> cb965a290fbf [2020-03-09T18:25:16.236Z] Step 6/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-09T18:25:16.236Z] ---> Running in b3fa60046672 [2020-03-09T18:25:18.265Z] Removing intermediate container b3fa60046672 [2020-03-09T18:25:18.265Z] ---> 487c07b3388c [2020-03-09T18:25:18.265Z] Step 7/19 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-03-09T18:25:18.265Z] ---> Running in 2563b6dbbc92 [2020-03-09T18:25:19.252Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-09T18:25:20.222Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-09T18:25:20.812Z] OK: 203 MiB in 52 packages [2020-03-09T18:25:22.224Z] Removing intermediate container 2563b6dbbc92 [2020-03-09T18:25:22.224Z] ---> 8e75c5fb6d61 [2020-03-09T18:25:22.224Z] Step 8/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-03-09T18:25:22.224Z] ---> Running in 40164a16ff14 [2020-03-09T18:25:22.492Z] Removing intermediate container 40164a16ff14 [2020-03-09T18:25:22.492Z] ---> 11a8fbae7d5d [2020-03-09T18:25:22.492Z] Step 9/19 : COPY . . [2020-03-09T18:25:23.465Z] ---> 27a1f72454ff [2020-03-09T18:25:23.465Z] Step 10/19 : ARG MAKE='make build' [2020-03-09T18:25:23.465Z] ---> Running in df8de082a1f4 [2020-03-09T18:25:23.737Z] Removing intermediate container df8de082a1f4 [2020-03-09T18:25:23.737Z] ---> 4c07c97bd210 [2020-03-09T18:25:23.737Z] Step 11/19 : RUN $MAKE [2020-03-09T18:25:24.009Z] ---> Running in 6015fa4268b5 [2020-03-09T18:25:24.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-03-09T18:26:11.532Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-03-09T18:26:14.889Z] Removing intermediate container 6015fa4268b5 [2020-03-09T18:26:14.889Z] ---> 791a90477844 [2020-03-09T18:26:14.889Z] Step 12/19 : FROM alpine [2020-03-09T18:26:15.153Z] latest: Pulling from library/alpine [2020-03-09T18:26:15.154Z] 8fa90b21c985: Pulling fs layer [2020-03-09T18:26:16.115Z] 8fa90b21c985: Download complete [2020-03-09T18:26:16.704Z] 8fa90b21c985: Pull complete [2020-03-09T18:26:16.704Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d [2020-03-09T18:26:16.704Z] Status: Downloaded newer image for alpine:latest [2020-03-09T18:26:16.704Z] ---> 6e4716cdcf7a [2020-03-09T18:26:16.704Z] Step 13/19 : ENV APP_PORT=49990 [2020-03-09T18:26:16.704Z] ---> Running in 95ec5e882522 [2020-03-09T18:26:17.290Z] Removing intermediate container 95ec5e882522 [2020-03-09T18:26:17.290Z] ---> 7d43cf4ca082 [2020-03-09T18:26:17.290Z] Step 14/19 : EXPOSE $APP_PORT [2020-03-09T18:26:17.290Z] ---> Running in 08a24a75d906 [2020-03-09T18:26:17.557Z] Removing intermediate container 08a24a75d906 [2020-03-09T18:26:17.557Z] ---> c763189056e7 [2020-03-09T18:26:17.557Z] Step 15/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-03-09T18:26:19.513Z] ---> ed8ffcb9a5d9 [2020-03-09T18:26:19.513Z] Step 16/19 : ENTRYPOINT ["/device-virtual","--profile=docker","--confdir=/res","--registry=consul://edgex-core-consul:8500"] [2020-03-09T18:26:19.513Z] ---> Running in fd4788ffd52a [2020-03-09T18:26:19.780Z] Removing intermediate container fd4788ffd52a [2020-03-09T18:26:19.780Z] ---> 7260064378bd [2020-03-09T18:26:19.780Z] Step 17/19 : LABEL arch=arm64 [2020-03-09T18:26:20.048Z] ---> Running in 53fc8fdea790 [2020-03-09T18:26:20.316Z] Removing intermediate container 53fc8fdea790 [2020-03-09T18:26:20.316Z] ---> e89f4f41fd18 [2020-03-09T18:26:20.316Z] Step 18/19 : LABEL git_sha=ff3aedc826690b7da06197a390df3d453ab372db [2020-03-09T18:26:20.316Z] ---> Running in 9cda344a4953 [2020-03-09T18:26:20.904Z] Removing intermediate container 9cda344a4953 [2020-03-09T18:26:20.904Z] ---> bba6785aa878 [2020-03-09T18:26:20.904Z] Step 19/19 : LABEL version=0.0.0 [2020-03-09T18:26:20.904Z] ---> Running in f053fdedfbff [2020-03-09T18:26:21.174Z] Removing intermediate container f053fdedfbff [2020-03-09T18:26:21.174Z] ---> ca5be03baa27 [2020-03-09T18:26:21.174Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-09T18:26:21.174Z] Successfully built ca5be03baa27 [2020-03-09T18:26:21.445Z] Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-03-09T18:26:22.573Z] provisioning config files... [2020-03-09T18:26:22.585Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/xfoundry_device-virtual-go_PR-90@tmp/config2149188984996110231tmp [Pipeline] { [Pipeline] sh [2020-03-09T18:26:22.931Z] + curl -s https://codecov.io/bash [2020-03-09T18:26:22.931Z] + bash -s - -t @/w/workspace/xfoundry_device-virtual-go_PR-90@tmp/config2149188984996110231tmp [2020-03-09T18:26:23.190Z] [2020-03-09T18:26:23.190Z] _____ _ [2020-03-09T18:26:23.190Z] / ____| | | [2020-03-09T18:26:23.190Z] | | ___ __| | ___ ___ _____ __ [2020-03-09T18:26:23.190Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-03-09T18:26:23.190Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-03-09T18:26:23.190Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-03-09T18:26:23.190Z] Bash-20200303-bc4d7e6 [2020-03-09T18:26:23.190Z] [2020-03-09T18:26:23.190Z] [2020-03-09T18:26:23.190Z] ==> Jenkins CI detected. [2020-03-09T18:26:23.190Z] project root: . [2020-03-09T18:26:23.190Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-03-09T18:26:23.190Z] ==> Running gcov in . (disable via -X gcov) [2020-03-09T18:26:23.190Z] ==> Python coveragepy not found [2020-03-09T18:26:23.190Z] ==> Searching for coverage reports in: [2020-03-09T18:26:23.190Z] + . [2020-03-09T18:26:23.190Z] -> Found 1 reports [2020-03-09T18:26:23.190Z] ==> Detecting git/mercurial file structure [2020-03-09T18:26:23.190Z] ==> Reading reports [2020-03-09T18:26:23.190Z] + ./coverage.out bytes=30626 [2020-03-09T18:26:23.190Z] ==> Appending adjustments [2020-03-09T18:26:23.190Z] http://docs.codecov.io/docs/fixing-reports [2020-03-09T18:26:23.450Z] + Found adjustments [2020-03-09T18:26:23.450Z] ==> Gzipping contents [2020-03-09T18:26:23.450Z] ==> Uploading reports [2020-03-09T18:26:23.450Z] url: https://codecov.io [2020-03-09T18:26:23.450Z] query: branch=PR-90&commit=ff3aedc826690b7da06197a390df3d453ab372db&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-90%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=90&job= [2020-03-09T18:26:23.450Z] -> Pinging Codecov [2020-03-09T18:26:23.450Z] https://codecov.io/upload/v4?package=bash-20200303-bc4d7e6&token=secret&branch=PR-90&commit=ff3aedc826690b7da06197a390df3d453ab372db&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-90%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=90&job= [2020-03-09T18:26:23.709Z] -> Uploading [2020-03-09T18:26:24.277Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/ff3aedc826690b7da06197a390df3d453ab372db [Pipeline] } [2020-03-09T18:26:24.283Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-03-09T18:26:25.607Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-09T18:26:25.911Z] ---> package-listing.sh [2020-03-09T18:26:25.911Z] ++ tr '[:upper:]' '[:lower:]' [2020-03-09T18:26:25.911Z] ++ facter osfamily [2020-03-09T18:26:25.911Z] + OS_FAMILY=redhat [2020-03-09T18:26:25.911Z] + workspace=/w/workspace/xfoundry_device-virtual-go_PR-90 [2020-03-09T18:26:25.911Z] + START_PACKAGES=/tmp/packages_start.txt [2020-03-09T18:26:25.911Z] + END_PACKAGES=/tmp/packages_end.txt [2020-03-09T18:26:25.911Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-03-09T18:26:25.911Z] + PACKAGES=/tmp/packages_start.txt [2020-03-09T18:26:25.911Z] + '[' /w/workspace/xfoundry_device-virtual-go_PR-90 ']' [2020-03-09T18:26:25.911Z] + PACKAGES=/tmp/packages_end.txt [2020-03-09T18:26:25.912Z] + case "${OS_FAMILY}" in [2020-03-09T18:26:25.912Z] + rpm -qa [2020-03-09T18:26:25.912Z] + sort [2020-03-09T18:26:30.103Z] + '[' -f /tmp/packages_start.txt ']' [2020-03-09T18:26:30.103Z] + '[' -f /tmp/packages_end.txt ']' [2020-03-09T18:26:30.103Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-03-09T18:26:30.103Z] + '[' /w/workspace/xfoundry_device-virtual-go_PR-90 ']' [2020-03-09T18:26:30.103Z] + mkdir -p /w/workspace/xfoundry_device-virtual-go_PR-90/archives/ [2020-03-09T18:26:30.103Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-virtual-go_PR-90/archives/ [Pipeline] isUnix [Pipeline] sh [2020-03-09T18:26:30.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-09T18:26:30.446Z] [2020-03-09T18:26:30.446Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-03-09T18:26:30.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-09T18:26:30.798Z] alpine: Pulling from edgex-lftools-log-publisher [2020-03-09T18:26:30.798Z] c9b1b535fdd9: Pulling fs layer [2020-03-09T18:26:30.798Z] 2cc5ad85d9ab: Pulling fs layer [2020-03-09T18:26:30.798Z] 756a868c4378: Pulling fs layer [2020-03-09T18:26:30.798Z] 444b2fc9a129: Pulling fs layer [2020-03-09T18:26:30.798Z] ea15f1150254: Pulling fs layer [2020-03-09T18:26:30.798Z] 41b27a9f41bf: Pulling fs layer [2020-03-09T18:26:30.798Z] 28c525ee5125: Pulling fs layer [2020-03-09T18:26:30.798Z] 094b1ea09ed8: Pulling fs layer [2020-03-09T18:26:30.798Z] 138eaada9080: Pulling fs layer [2020-03-09T18:26:30.798Z] 0622d0fa9048: Pulling fs layer [2020-03-09T18:26:30.798Z] 444b2fc9a129: Waiting [2020-03-09T18:26:30.798Z] ea15f1150254: Waiting [2020-03-09T18:26:30.798Z] 41b27a9f41bf: Waiting [2020-03-09T18:26:30.798Z] 28c525ee5125: Waiting [2020-03-09T18:26:30.798Z] 094b1ea09ed8: Waiting [2020-03-09T18:26:30.798Z] 138eaada9080: Waiting [2020-03-09T18:26:30.798Z] 0622d0fa9048: Waiting [2020-03-09T18:26:30.798Z] 2cc5ad85d9ab: Verifying Checksum [2020-03-09T18:26:30.798Z] 2cc5ad85d9ab: Download complete [2020-03-09T18:26:30.798Z] 444b2fc9a129: Verifying Checksum [2020-03-09T18:26:30.798Z] 444b2fc9a129: Download complete [2020-03-09T18:26:30.798Z] c9b1b535fdd9: Download complete [2020-03-09T18:26:30.798Z] ea15f1150254: Verifying Checksum [2020-03-09T18:26:30.798Z] ea15f1150254: Download complete [2020-03-09T18:26:31.061Z] 28c525ee5125: Verifying Checksum [2020-03-09T18:26:31.061Z] 28c525ee5125: Download complete [2020-03-09T18:26:31.061Z] c9b1b535fdd9: Pull complete [2020-03-09T18:26:31.322Z] 2cc5ad85d9ab: Pull complete [2020-03-09T18:26:31.322Z] 756a868c4378: Verifying Checksum [2020-03-09T18:26:31.322Z] 756a868c4378: Download complete [2020-03-09T18:26:31.582Z] 138eaada9080: Verifying Checksum [2020-03-09T18:26:31.582Z] 138eaada9080: Download complete [2020-03-09T18:26:31.582Z] 094b1ea09ed8: Verifying Checksum [2020-03-09T18:26:31.582Z] 094b1ea09ed8: Download complete [2020-03-09T18:26:31.582Z] 0622d0fa9048: Verifying Checksum [2020-03-09T18:26:31.582Z] 0622d0fa9048: Download complete [2020-03-09T18:26:32.156Z] 41b27a9f41bf: Verifying Checksum [2020-03-09T18:26:32.156Z] 41b27a9f41bf: Download complete [2020-03-09T18:26:33.535Z] 756a868c4378: Pull complete [2020-03-09T18:26:33.535Z] 444b2fc9a129: Pull complete [2020-03-09T18:26:33.794Z] ea15f1150254: Pull complete [2020-03-09T18:26:37.994Z] 41b27a9f41bf: Pull complete [2020-03-09T18:26:37.994Z] 28c525ee5125: Pull complete [2020-03-09T18:26:39.904Z] 094b1ea09ed8: Pull complete [2020-03-09T18:26:39.904Z] 138eaada9080: Pull complete [2020-03-09T18:26:40.166Z] 0622d0fa9048: Pull complete [2020-03-09T18:26:40.166Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-03-09T18:26:40.166Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-03-09T18:26:40.326Z] prd-centos7-docker-4c-2g-5360 does not seem to be running inside a container [2020-03-09T18:26:40.382Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_device-virtual-go_PR-90 -v /w/workspace/xfoundry_device-virtual-go_PR-90:/w/workspace/xfoundry_device-virtual-go_PR-90:rw,z -v /w/workspace/xfoundry_device-virtual-go_PR-90@tmp:/w/workspace/xfoundry_device-virtual-go_PR-90@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-03-09T18:26:41.478Z] $ docker top 82af356dd6faa68c1ea623ce54a62fe2036b6da1e27c3967c961c132eede4a47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-03-09T18:26:42.254Z] provisioning config files... [2020-03-09T18:26:42.273Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-virtual-go_PR-90@tmp/config3228358479881118226tmp [Pipeline] { [Pipeline] echo [2020-03-09T18:26:42.382Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-09T18:26:42.673Z] ---> create-netrc.sh [Pipeline] echo [2020-03-09T18:26:42.679Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-09T18:26:42.975Z] ---> logs-deploy.sh [2020-03-09T18:26:42.975Z] + ARCHIVE_ARTIFACTS= [2020-03-09T18:26:42.975Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-03-09T18:26:42.975Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-03-09T18:26:42.975Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-03-09T18:26:42.975Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-90/3 [2020-03-09T18:26:42.975Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-90/3/ [2020-03-09T18:26:42.975Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-90/3 /w/workspace/xfoundry_device-virtual-go_PR-90 [2020-03-09T18:26:44.369Z] Archives upload complete. [2020-03-09T18:26:44.369Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-90/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-90/3/ [2020-03-09T18:26:44.953Z] ---> uname -a: [2020-03-09T18:26:44.953Z] Linux 82af356dd6fa 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z] ---> lscpu: [2020-03-09T18:26:44.953Z] Architecture: x86_64 [2020-03-09T18:26:44.953Z] CPU op-mode(s): 32-bit, 64-bit [2020-03-09T18:26:44.953Z] Byte Order: Little Endian [2020-03-09T18:26:44.953Z] Address sizes: 40 bits physical, 48 bits virtual [2020-03-09T18:26:44.953Z] CPU(s): 4 [2020-03-09T18:26:44.953Z] On-line CPU(s) list: 0-3 [2020-03-09T18:26:44.953Z] Thread(s) per core: 1 [2020-03-09T18:26:44.953Z] Core(s) per socket: 1 [2020-03-09T18:26:44.953Z] Socket(s): 4 [2020-03-09T18:26:44.953Z] NUMA node(s): 1 [2020-03-09T18:26:44.953Z] Vendor ID: GenuineIntel [2020-03-09T18:26:44.953Z] CPU family: 6 [2020-03-09T18:26:44.953Z] Model: 44 [2020-03-09T18:26:44.953Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-03-09T18:26:44.953Z] Stepping: 1 [2020-03-09T18:26:44.953Z] CPU MHz: 2933.396 [2020-03-09T18:26:44.953Z] BogoMIPS: 5866.79 [2020-03-09T18:26:44.953Z] Virtualization: VT-x [2020-03-09T18:26:44.953Z] Hypervisor vendor: KVM [2020-03-09T18:26:44.953Z] Virtualization type: full [2020-03-09T18:26:44.953Z] L1d cache: 128 KiB [2020-03-09T18:26:44.953Z] L1i cache: 128 KiB [2020-03-09T18:26:44.953Z] L2 cache: 16 MiB [2020-03-09T18:26:44.953Z] L3 cache: 64 MiB [2020-03-09T18:26:44.953Z] NUMA node0 CPU(s): 0-3 [2020-03-09T18:26:44.953Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-03-09T18:26:44.953Z] Vulnerability Meltdown: Mitigation; PTI [2020-03-09T18:26:44.953Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-03-09T18:26:44.953Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-03-09T18:26:44.953Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-03-09T18:26:44.953Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z] ---> nproc: [2020-03-09T18:26:44.953Z] 4 [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z] ---> df -h: [2020-03-09T18:26:44.953Z] Filesystem Size Used Available Use% Mounted on [2020-03-09T18:26:44.953Z] overlay 50.0G 6.1G 43.9G 12% / [2020-03-09T18:26:44.953Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-03-09T18:26:44.953Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-03-09T18:26:44.953Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-03-09T18:26:44.953Z] /dev/vda1 50.0G 6.1G 43.9G 12% /etc/resolv.conf [2020-03-09T18:26:44.953Z] /dev/vda1 50.0G 6.1G 43.9G 12% /etc/hostname [2020-03-09T18:26:44.953Z] /dev/vda1 50.0G 6.1G 43.9G 12% /etc/hosts [2020-03-09T18:26:44.953Z] /dev/vda1 50.0G 6.1G 43.9G 12% /w/workspace/xfoundry_device-virtual-go_PR-90 [2020-03-09T18:26:44.953Z] /dev/vda1 50.0G 6.1G 43.9G 12% /w/workspace/xfoundry_device-virtual-go_PR-90@tmp [2020-03-09T18:26:44.953Z] /dev/vda1 50.0G 6.1G 43.9G 12% /var/log/sa [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z] ---> free -m: [2020-03-09T18:26:44.953Z] total used free shared buff/cache available [2020-03-09T18:26:44.953Z] Mem: 1838 726 76 0 1035 1019 [2020-03-09T18:26:44.953Z] Swap: 1023 1 1022 [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:44.953Z] [2020-03-09T18:26:45.251Z] ---> ip addr: [2020-03-09T18:26:45.251Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-03-09T18:26:45.251Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-03-09T18:26:45.251Z] inet 127.0.0.1/8 scope host lo [2020-03-09T18:26:45.251Z] valid_lft forever preferred_lft forever [2020-03-09T18:26:45.251Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-03-09T18:26:45.251Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-03-09T18:26:45.251Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-03-09T18:26:45.251Z] valid_lft forever preferred_lft forever [2020-03-09T18:26:45.251Z] [2020-03-09T18:26:45.251Z] [2020-03-09T18:26:45.251Z] ---> sar -b -r -n DEV: [2020-03-09T18:26:45.251Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/09/20 _x86_64_ (4 CPU) [2020-03-09T18:26:45.251Z] [2020-03-09T18:26:45.251Z] 16:47:21 LINUX RESTART [2020-03-09T18:26:45.251Z] [2020-03-09T18:26:45.251Z] 16:48:02 tps rtps wtps bread/s bwrtn/s [2020-03-09T18:26:45.251Z] 16:49:01 19.81 6.45 13.36 1894.29 2227.26 [2020-03-09T18:26:45.251Z] 16:50:01 2.40 0.00 2.40 0.00 81.43 [2020-03-09T18:26:45.251Z] 16:51:01 0.27 0.00 0.27 0.00 3.75 [2020-03-09T18:26:45.251Z] 16:52:01 0.23 0.00 0.23 0.00 2.70 [2020-03-09T18:26:45.251Z] 16:53:02 0.27 0.00 0.27 0.00 3.50 [2020-03-09T18:26:45.251Z] 16:54:01 0.37 0.00 0.37 0.00 4.28 [2020-03-09T18:26:45.251Z] 16:55:01 0.30 0.00 0.30 0.00 4.13 [2020-03-09T18:26:45.251Z] 16:56:01 0.23 0.00 0.23 0.00 3.46 [2020-03-09T18:26:45.251Z] 16:57:01 0.28 0.00 0.28 0.00 3.35 [2020-03-09T18:26:45.251Z] 16:58:01 0.27 0.00 0.27 0.00 3.48 [2020-03-09T18:26:45.251Z] 16:59:01 0.25 0.00 0.25 0.00 2.70 [2020-03-09T18:26:45.251Z] 17:00:01 0.25 0.00 0.25 0.00 3.06 [2020-03-09T18:26:45.251Z] 17:01:01 0.32 0.02 0.30 0.13 3.65 [2020-03-09T18:26:45.251Z] 17:02:01 0.48 0.13 0.35 2.66 6.59 [2020-03-09T18:26:45.251Z] 17:03:01 0.47 0.23 0.23 7.46 3.18 [2020-03-09T18:26:45.251Z] 17:04:01 0.72 0.00 0.72 0.00 14.58 [2020-03-09T18:26:45.251Z] 17:05:01 0.20 0.00 0.20 0.00 1.88 [2020-03-09T18:26:45.251Z] 17:06:01 0.25 0.00 0.25 0.00 3.20 [2020-03-09T18:26:45.251Z] 17:07:01 0.27 0.00 0.27 0.00 3.28 [2020-03-09T18:26:45.251Z] 17:08:01 0.20 0.00 0.20 0.00 2.02 [2020-03-09T18:26:45.251Z] 17:09:01 0.17 0.00 0.17 0.00 1.75 [2020-03-09T18:26:45.251Z] 17:10:01 0.27 0.00 0.27 0.00 3.75 [2020-03-09T18:26:45.251Z] 17:11:01 0.25 0.00 0.25 0.00 2.43 [2020-03-09T18:26:45.251Z] 17:12:01 0.17 0.00 0.17 0.00 1.48 [2020-03-09T18:26:45.251Z] 17:13:01 0.28 0.00 0.28 0.00 3.46 [2020-03-09T18:26:45.251Z] 17:14:01 0.25 0.00 0.25 0.00 2.72 [2020-03-09T18:26:45.251Z] 17:15:01 0.17 0.00 0.17 0.00 1.33 [2020-03-09T18:26:45.251Z] 17:16:01 0.25 0.00 0.25 0.00 2.78 [2020-03-09T18:26:45.251Z] 17:17:01 0.22 0.00 0.22 0.00 2.28 [2020-03-09T18:26:45.251Z] 17:18:01 0.17 0.00 0.17 0.00 1.33 [2020-03-09T18:26:45.251Z] 17:19:02 0.17 0.00 0.17 0.00 1.73 [2020-03-09T18:26:45.251Z] 17:20:01 0.25 0.00 0.25 0.00 3.37 [2020-03-09T18:26:45.251Z] 17:21:01 0.25 0.00 0.25 0.00 3.30 [2020-03-09T18:26:45.251Z] 17:22:01 0.18 0.00 0.18 0.00 2.28 [2020-03-09T18:26:45.251Z] 17:23:01 0.25 0.00 0.25 0.00 2.78 [2020-03-09T18:26:45.251Z] 17:24:01 0.23 0.00 0.23 0.00 2.71 [2020-03-09T18:26:45.251Z] 17:25:01 0.18 0.00 0.18 0.00 2.02 [2020-03-09T18:26:45.251Z] 17:26:01 0.25 0.00 0.25 0.00 2.91 [2020-03-09T18:26:45.251Z] 17:27:01 0.22 0.00 0.22 0.00 2.02 [2020-03-09T18:26:45.251Z] 17:28:01 0.20 0.00 0.20 0.00 1.65 [2020-03-09T18:26:45.251Z] 17:29:01 0.27 0.10 0.17 3.20 1.47 [2020-03-09T18:26:45.251Z] 17:30:01 0.25 0.00 0.25 0.00 3.32 [2020-03-09T18:26:45.251Z] 17:31:01 0.55 0.33 0.22 8.53 2.55 [2020-03-09T18:26:45.251Z] 17:32:01 275.17 253.41 21.77 3483.90 948.96 [2020-03-09T18:26:45.251Z] 17:33:01 0.33 0.00 0.33 0.00 4.76 [2020-03-09T18:26:45.251Z] 17:34:01 0.25 0.00 0.25 0.00 2.78 [2020-03-09T18:26:45.251Z] 17:35:01 0.25 0.00 0.25 0.00 2.62 [2020-03-09T18:26:45.251Z] 17:36:01 0.22 0.00 0.22 0.00 2.28 [2020-03-09T18:26:45.251Z] 17:37:01 0.25 0.00 0.25 0.00 2.65 [2020-03-09T18:26:45.251Z] 17:38:01 0.22 0.00 0.22 0.00 2.68 [2020-03-09T18:26:45.251Z] 17:39:01 0.55 0.00 0.55 0.00 5.70 [2020-03-09T18:26:45.251Z] 17:40:01 0.63 0.00 0.63 0.00 7.26 [2020-03-09T18:26:45.251Z] 17:41:01 0.55 0.00 0.55 0.00 5.56 [2020-03-09T18:26:45.251Z] 17:42:01 0.27 0.00 0.27 0.00 3.96 [2020-03-09T18:26:45.251Z] 17:43:01 0.23 0.00 0.23 0.00 2.58 [2020-03-09T18:26:45.251Z] 17:44:01 0.25 0.00 0.25 0.00 3.05 [2020-03-09T18:26:45.251Z] 17:45:01 0.22 0.00 0.22 0.00 2.28 [2020-03-09T18:26:45.251Z] 17:46:01 0.17 0.00 0.17 0.00 1.33 [2020-03-09T18:26:45.251Z] 17:47:02 0.25 0.00 0.25 0.00 2.78 [2020-03-09T18:26:45.251Z] 17:48:01 1.59 0.00 1.59 0.00 17.31 [2020-03-09T18:26:45.251Z] 17:49:01 3.40 0.00 3.40 0.00 39.69 [2020-03-09T18:26:45.251Z] 17:50:01 0.52 0.00 0.52 0.00 8.71 [2020-03-09T18:26:45.251Z] 17:51:01 0.40 0.00 0.40 0.00 7.15 [2020-03-09T18:26:45.251Z] 17:52:01 0.27 0.00 0.27 0.00 3.56 [2020-03-09T18:26:45.251Z] 17:53:01 0.42 0.00 0.42 0.00 7.18 [2020-03-09T18:26:45.251Z] 17:54:01 0.27 0.00 0.27 0.00 4.30 [2020-03-09T18:26:45.251Z] 17:55:01 0.23 0.00 0.23 0.00 3.36 [2020-03-09T18:26:45.251Z] 17:56:01 0.28 0.00 0.28 0.00 4.61 [2020-03-09T18:26:45.251Z] 17:57:01 0.28 0.00 0.28 0.00 3.96 [2020-03-09T18:26:45.251Z] 17:58:01 0.22 0.00 0.22 0.00 3.58 [2020-03-09T18:26:45.251Z] 17:59:01 0.25 0.00 0.25 0.00 3.33 [2020-03-09T18:26:45.251Z] 18:00:01 0.28 0.00 0.28 0.00 5.13 [2020-03-09T18:26:45.252Z] 18:01:01 0.33 0.00 0.33 0.00 4.48 [2020-03-09T18:26:45.252Z] 18:02:01 0.32 0.00 0.32 0.00 5.26 [2020-03-09T18:26:45.252Z] 18:03:01 0.30 0.00 0.30 0.00 3.81 [2020-03-09T18:26:45.252Z] 18:04:01 0.23 0.00 0.23 0.00 3.70 [2020-03-09T18:26:45.252Z] 18:05:01 0.57 0.00 0.57 0.00 6.38 [2020-03-09T18:26:45.252Z] 18:06:01 0.22 0.00 0.22 0.00 2.15 [2020-03-09T18:26:45.252Z] 18:07:01 0.22 0.00 0.22 0.00 3.16 [2020-03-09T18:26:45.252Z] 18:08:01 0.28 0.00 0.28 0.00 5.00 [2020-03-09T18:26:45.252Z] 18:09:01 0.27 0.00 0.27 0.00 4.41 [2020-03-09T18:26:45.252Z] 18:10:01 0.53 0.00 0.53 0.00 4.58 [2020-03-09T18:26:45.252Z] 18:11:01 0.28 0.00 0.28 0.00 3.56 [2020-03-09T18:26:45.252Z] 18:12:01 0.42 0.00 0.42 0.00 7.26 [2020-03-09T18:26:45.252Z] 18:13:01 0.27 0.00 0.27 0.00 3.88 [2020-03-09T18:26:45.252Z] 18:14:02 0.32 0.00 0.32 0.00 4.73 [2020-03-09T18:26:45.252Z] 18:15:01 0.29 0.00 0.29 0.00 5.08 [2020-03-09T18:26:45.252Z] 18:16:01 0.25 0.00 0.25 0.00 2.91 [2020-03-09T18:26:45.252Z] 18:17:01 0.25 0.00 0.25 0.00 2.53 [2020-03-09T18:26:45.252Z] 18:18:01 0.27 0.00 0.27 0.00 3.53 [2020-03-09T18:26:45.252Z] 18:19:01 0.25 0.00 0.25 0.00 2.78 [2020-03-09T18:26:45.252Z] 18:20:01 0.22 0.00 0.22 0.00 2.28 [2020-03-09T18:26:45.252Z] 18:21:01 0.25 0.00 0.25 0.00 2.91 [2020-03-09T18:26:45.252Z] 18:22:01 0.25 0.00 0.25 0.00 2.78 [2020-03-09T18:26:45.252Z] 18:23:01 0.22 0.00 0.22 0.00 2.42 [2020-03-09T18:26:45.252Z] 18:24:01 0.28 0.00 0.28 0.00 3.43 [2020-03-09T18:26:45.252Z] 18:25:01 0.27 0.00 0.27 0.00 3.53 [2020-03-09T18:26:45.252Z] 18:26:01 0.25 0.00 0.25 0.00 2.78 [2020-03-09T18:26:45.252Z] Average: 3.36 2.66 0.70 54.85 36.90 [2020-03-09T18:26:45.252Z] [2020-03-09T18:26:45.252Z] 16:48:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-03-09T18:26:45.252Z] 16:49:01 110332 1771972 94.14 2620 1229420 943936 32.21 435300 1178684 8 [2020-03-09T18:26:45.252Z] 16:50:01 117112 1765192 93.78 2620 1229424 912476 31.13 429784 1178336 8 [2020-03-09T18:26:45.252Z] 16:51:01 116808 1765496 93.79 2620 1229436 912548 31.14 430104 1178336 8 [2020-03-09T18:26:45.252Z] 16:52:01 117540 1764764 93.76 2620 1229436 912476 31.13 429888 1178336 8 [2020-03-09T18:26:45.252Z] 16:53:02 116716 1765588 93.80 2620 1229444 912572 31.14 430556 1178336 8 [2020-03-09T18:26:45.252Z] 16:54:01 117380 1764924 93.76 2620 1229448 912476 31.13 429820 1178336 8 [2020-03-09T18:26:45.252Z] 16:55:01 117560 1764744 93.75 2620 1229452 912476 31.13 429844 1178332 20 [2020-03-09T18:26:45.252Z] 16:56:01 123580 1758724 93.43 2620 1229456 912668 31.14 423740 1178332 8 [2020-03-09T18:26:45.252Z] 16:57:01 123712 1758592 93.43 2620 1229464 912696 31.14 423484 1178336 20 [2020-03-09T18:26:45.252Z] 16:58:01 135012 1747292 92.83 2620 1229468 912612 31.14 411928 1178332 16 [2020-03-09T18:26:45.252Z] 16:59:01 135400 1746904 92.81 2620 1229472 912588 31.14 411712 1178332 12 [2020-03-09T18:26:45.252Z] 17:00:01 135512 1746792 92.80 2620 1229480 912540 31.14 411468 1178332 12 [2020-03-09T18:26:45.252Z] 17:01:01 134704 1747600 92.84 2620 1229484 915308 31.23 412236 1178332 8 [2020-03-09T18:26:45.252Z] 17:02:01 135164 1747140 92.82 2620 1229640 913048 31.15 411968 1178424 12 [2020-03-09T18:26:45.252Z] 17:03:01 135116 1747188 92.82 2620 1229680 913168 31.16 411676 1178452 16 [2020-03-09T18:26:45.252Z] 17:04:01 135392 1746912 92.81 2620 1229684 913096 31.15 411436 1178452 16 [2020-03-09T18:26:45.252Z] 17:05:01 134668 1747636 92.85 2620 1229688 913144 31.16 411716 1178456 20 [2020-03-09T18:26:45.252Z] 17:06:01 135340 1746964 92.81 2620 1229692 913048 31.15 411200 1178452 20 [2020-03-09T18:26:45.252Z] 17:07:01 134704 1747600 92.84 2620 1229696 913204 31.16 412060 1178452 20 [2020-03-09T18:26:45.252Z] 17:08:01 134692 1747612 92.84 2620 1229700 913120 31.16 411664 1178452 16 [2020-03-09T18:26:45.252Z] 17:09:01 135020 1747284 92.83 2620 1229732 913096 31.15 411636 1178452 24 [2020-03-09T18:26:45.252Z] 17:10:01 135416 1746888 92.81 2620 1229712 913048 31.15 411324 1178452 12 [2020-03-09T18:26:45.252Z] 17:11:01 135296 1747008 92.81 2620 1229712 913048 31.15 411284 1178448 8 [2020-03-09T18:26:45.252Z] 17:12:01 135164 1747140 92.82 2620 1229720 913048 31.15 411424 1178448 8 [2020-03-09T18:26:45.252Z] 17:13:01 135060 1747244 92.82 2620 1229728 913144 31.16 411636 1178448 16 [2020-03-09T18:26:45.252Z] 17:14:01 135352 1746952 92.81 2620 1229732 913048 31.15 411268 1178448 12 [2020-03-09T18:26:45.252Z] 17:15:01 135352 1746952 92.81 2620 1229736 913048 31.15 411280 1178448 8 [2020-03-09T18:26:45.252Z] 17:16:01 135360 1746944 92.81 2620 1229740 913048 31.15 411284 1178448 8 [2020-03-09T18:26:45.252Z] 17:17:01 135080 1747224 92.82 2620 1229748 913048 31.15 411452 1178448 8 [2020-03-09T18:26:45.252Z] 17:18:01 135092 1747212 92.82 2620 1229748 913132 31.16 411804 1178448 16 [2020-03-09T18:26:45.252Z] 17:19:02 135252 1747052 92.81 2620 1229756 913048 31.15 411280 1178448 12 [2020-03-09T18:26:45.252Z] 17:20:01 135592 1746712 92.80 2620 1229760 913048 31.15 411412 1178448 20 [2020-03-09T18:26:45.252Z] 17:21:01 135056 1747248 92.82 2620 1229768 913048 31.15 411404 1178452 16 [2020-03-09T18:26:45.252Z] 17:22:01 135412 1746892 92.81 2620 1229772 913048 31.15 411560 1178448 8 [2020-03-09T18:26:45.252Z] 17:23:01 134992 1747312 92.83 2620 1229776 913120 31.16 411676 1178448 16 [2020-03-09T18:26:45.252Z] 17:24:01 134656 1747648 92.85 2620 1229780 913180 31.16 411784 1178448 16 [2020-03-09T18:26:45.252Z] 17:25:01 135320 1746984 92.81 2620 1229784 913048 31.15 411204 1178448 8 [2020-03-09T18:26:45.252Z] 17:26:01 135616 1746688 92.80 2620 1229792 913048 31.15 411056 1178448 8 [2020-03-09T18:26:45.252Z] 17:27:01 135740 1746564 92.79 2620 1229792 913048 31.15 411300 1178448 8 [2020-03-09T18:26:45.252Z] 17:28:01 134720 1747584 92.84 2620 1229800 913108 31.15 411628 1178452 12 [2020-03-09T18:26:45.252Z] 17:29:01 135460 1746844 92.80 2620 1229900 913048 31.15 411380 1178468 16 [2020-03-09T18:26:45.252Z] 17:30:01 135376 1746928 92.81 2620 1229904 913048 31.15 411424 1178468 12 [2020-03-09T18:26:45.252Z] 17:31:01 134324 1747980 92.86 2620 1229908 914792 31.21 412184 1178468 8 [2020-03-09T18:26:45.252Z] 17:32:01 76232 1806072 95.95 2620 1194548 913080 31.15 419464 1135136 8 [2020-03-09T18:26:45.252Z] 17:33:01 75908 1806396 95.97 2620 1194556 913152 31.16 419752 1135048 8 [2020-03-09T18:26:45.252Z] 17:34:01 76196 1806108 95.95 2620 1194556 913104 31.15 419512 1135048 8 [2020-03-09T18:26:45.252Z] 17:35:01 76408 1805896 95.94 2620 1194564 913080 31.15 419388 1135048 8 [2020-03-09T18:26:45.252Z] 17:36:01 76220 1806084 95.95 2620 1194572 913080 31.15 419332 1135048 8 [2020-03-09T18:26:45.252Z] 17:37:01 76236 1806068 95.95 2620 1194572 913080 31.15 419456 1135048 8 [2020-03-09T18:26:45.252Z] 17:38:01 75744 1806560 95.98 2620 1194580 913164 31.16 419760 1135048 8 [2020-03-09T18:26:45.252Z] 17:39:01 76220 1806084 95.95 2620 1194584 913080 31.15 419332 1135048 8 [2020-03-09T18:26:45.252Z] 17:40:01 76284 1806020 95.95 2620 1194588 913080 31.15 419356 1135048 8 [2020-03-09T18:26:45.252Z] 17:41:01 76344 1805960 95.94 2620 1194592 913080 31.15 419228 1135048 8 [2020-03-09T18:26:45.252Z] 17:42:01 75292 1807012 96.00 2620 1194600 913236 31.16 420232 1135048 8 [2020-03-09T18:26:45.252Z] 17:43:01 75980 1806324 95.96 2620 1194600 913164 31.16 419868 1135048 12 [2020-03-09T18:26:45.252Z] 17:44:01 76004 1806300 95.96 2620 1194608 913080 31.15 419560 1135052 12 [2020-03-09T18:26:45.252Z] 17:45:01 76012 1806292 95.96 2620 1194612 913080 31.15 419460 1135048 8 [2020-03-09T18:26:45.252Z] 17:46:01 75988 1806316 95.96 2620 1194616 913080 31.15 419452 1135048 8 [2020-03-09T18:26:45.252Z] 17:47:02 76284 1806020 95.95 2620 1194620 913080 31.15 419472 1135048 8 [2020-03-09T18:26:45.252Z] 17:48:01 74828 1807476 96.02 2620 1194624 913456 31.17 420736 1135064 20 [2020-03-09T18:26:45.252Z] 17:49:01 70356 1811948 96.26 2620 1166324 911508 31.10 434380 1126632 12 [2020-03-09T18:26:45.252Z] 17:50:01 70972 1811332 96.23 2620 1166328 911488 31.10 433816 1126628 16 [2020-03-09T18:26:45.252Z] 17:51:01 71888 1810416 96.18 2620 1166336 911332 31.09 433164 1126620 12 [2020-03-09T18:26:45.252Z] 17:52:01 72084 1810220 96.17 2620 1166340 911332 31.09 433092 1126596 8 [2020-03-09T18:26:45.252Z] 17:53:01 71740 1810564 96.19 2620 1166340 911404 31.10 433456 1126596 16 [2020-03-09T18:26:45.252Z] 17:54:01 72332 1809972 96.16 2620 1166352 911332 31.09 433104 1126600 12 [2020-03-09T18:26:45.252Z] 17:55:01 72440 1809864 96.15 2620 1166356 911332 31.09 433112 1126596 8 [2020-03-09T18:26:45.252Z] 17:56:01 71936 1810368 96.18 2620 1166360 911332 31.09 432992 1126596 8 [2020-03-09T18:26:45.252Z] 17:57:01 72184 1810120 96.17 2620 1166364 911332 31.09 433252 1126596 8 [2020-03-09T18:26:45.252Z] 17:58:01 72144 1810160 96.17 2620 1166372 911392 31.10 432996 1126596 16 [2020-03-09T18:26:45.252Z] 17:59:01 71904 1810400 96.18 2620 1166372 911332 31.09 433168 1126596 20 [2020-03-09T18:26:45.252Z] 18:00:01 72020 1810284 96.17 2620 1166380 911332 31.09 433072 1126596 8 [2020-03-09T18:26:45.252Z] 18:01:01 70868 1811436 96.24 2620 1166388 914360 31.20 433984 1126596 8 [2020-03-09T18:26:45.252Z] 18:02:01 72060 1810244 96.17 2620 1166396 911332 31.09 433128 1126592 8 [2020-03-09T18:26:45.252Z] 18:03:01 72220 1810084 96.16 2620 1166396 911404 31.10 433116 1126592 12 [2020-03-09T18:26:45.252Z] 18:04:01 72028 1810276 96.17 2620 1166404 911380 31.10 433060 1126592 12 [2020-03-09T18:26:45.252Z] 18:05:01 71216 1811088 96.22 2620 1166440 911500 31.10 433576 1126600 20 [2020-03-09T18:26:45.252Z] 18:06:01 71928 1810376 96.18 2620 1166412 911332 31.09 433092 1126596 16 [2020-03-09T18:26:45.252Z] 18:07:01 72176 1810128 96.17 2620 1166416 911332 31.09 433016 1126588 12 [2020-03-09T18:26:45.252Z] 18:08:01 71200 1811104 96.22 2620 1166420 911632 31.10 433672 1126592 20 [2020-03-09T18:26:45.252Z] 18:09:01 70716 1811588 96.24 2620 1166424 911680 31.11 434176 1126592 12 [2020-03-09T18:26:45.252Z] 18:10:01 71944 1810360 96.18 2620 1166428 911464 31.10 433276 1126592 8 [2020-03-09T18:26:45.252Z] 18:11:01 72232 1810072 96.16 2620 1166380 910924 31.08 433016 1126572 16 [2020-03-09T18:26:45.252Z] 18:12:01 72160 1810144 96.17 2620 1166380 910924 31.08 433016 1126572 8 [2020-03-09T18:26:45.252Z] 18:13:01 72220 1810084 96.16 2620 1166388 910996 31.08 433072 1126572 12 [2020-03-09T18:26:45.252Z] 18:14:02 71928 1810376 96.18 2620 1166392 910924 31.08 433008 1126572 20 [2020-03-09T18:26:45.252Z] 18:15:01 71912 1810392 96.18 2620 1166396 910924 31.08 433044 1126572 8 [2020-03-09T18:26:45.252Z] 18:16:01 72092 1810212 96.17 2620 1166404 910924 31.08 433084 1126572 8 [2020-03-09T18:26:45.252Z] 18:17:01 72100 1810204 96.17 2620 1166408 910924 31.08 432848 1126572 8 [2020-03-09T18:26:45.252Z] 18:18:01 72220 1810084 96.16 2620 1166416 910996 31.08 433012 1126572 12 [2020-03-09T18:26:45.252Z] 18:19:01 72120 1810184 96.17 2620 1166416 910996 31.08 433040 1126572 8 [2020-03-09T18:26:45.252Z] 18:20:01 72448 1809856 96.15 2620 1166424 910924 31.08 432948 1126572 12 [2020-03-09T18:26:45.252Z] 18:21:01 72300 1810004 96.16 2620 1166428 910924 31.08 433100 1126572 8 [2020-03-09T18:26:45.252Z] 18:22:01 71992 1810312 96.18 2620 1166432 910924 31.08 433136 1126572 8 [2020-03-09T18:26:45.252Z] 18:23:01 71716 1810588 96.19 2620 1166440 911032 31.08 433368 1126572 12 [2020-03-09T18:26:45.252Z] 18:24:01 72168 1810136 96.17 2620 1166444 910924 31.08 433024 1126572 12 [2020-03-09T18:26:45.252Z] 18:25:01 72448 1809856 96.15 2620 1166448 910924 31.08 433028 1126572 8 [2020-03-09T18:26:45.252Z] 18:26:01 72284 1810020 96.16 2620 1166452 910924 31.08 433016 1126572 8 [2020-03-09T18:26:45.252Z] Average: 98786 1783518 94.75 2620 1199045 912690 31.14 422970 1150801 12 [2020-03-09T18:26:45.252Z] [2020-03-09T18:26:45.252Z] 16:48:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-03-09T18:26:45.252Z] 16:49:01 eth0 115.17 90.06 441.63 35.52 0.00 0.00 0.00 [2020-03-09T18:26:45.252Z] 16:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.252Z] 16:49:01 docker0 1.44 1.13 0.24 2.30 0.00 0.00 0.00 [2020-03-09T18:26:45.252Z] 16:50:01 eth0 0.07 0.05 0.01 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.252Z] 16:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.252Z] 16:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.252Z] 16:51:01 eth0 2.40 1.25 3.14 0.08 0.00 0.00 0.00 [2020-03-09T18:26:45.252Z] 16:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.252Z] 16:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.252Z] 16:52:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:53:02 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:54:01 eth0 0.46 0.08 0.05 0.01 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:55:01 eth0 0.87 0.08 0.05 0.01 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:56:01 eth0 1.68 0.37 0.34 0.20 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:57:01 eth0 0.83 0.33 0.32 0.20 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:58:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:59:01 eth0 0.25 0.23 0.10 0.02 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:00:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:01:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:02:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:03:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:04:01 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:05:01 eth0 0.53 0.30 0.27 0.20 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:06:01 eth0 0.13 0.03 0.01 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:07:01 eth0 0.83 0.40 0.30 0.21 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:08:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:09:01 eth0 0.22 0.12 0.07 0.01 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:10:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:11:01 eth0 0.32 0.07 0.04 0.01 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:12:01 eth0 0.73 0.03 0.08 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:13:01 eth0 0.72 0.22 0.19 0.07 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:14:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:15:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:16:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:17:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:18:01 eth0 0.30 0.17 0.14 0.07 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:19:02 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:20:01 eth0 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:21:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:22:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:23:01 eth0 0.33 0.08 0.10 0.06 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:24:01 eth0 0.77 0.48 0.35 0.21 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:25:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:26:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:27:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:28:01 eth0 0.23 0.17 0.14 0.07 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:29:01 eth0 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:30:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:31:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:32:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:33:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:34:01 eth0 0.13 0.08 0.06 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:35:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:36:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:37:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:38:01 eth0 0.30 0.20 0.17 0.07 0.00 0.00 0.00 [2020-03-09T18:26:45.253Z] 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:39:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:41:01 eth0 0.42 0.07 0.03 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:42:01 eth0 0.53 0.35 0.27 0.20 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:43:01 eth0 0.28 0.22 0.17 0.07 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:45:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:46:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:47:02 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:48:01 eth0 29.98 20.53 20.76 14.20 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:49:01 eth0 56.51 43.30 40.74 81.78 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:50:01 eth0 4.41 2.88 3.68 2.80 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:51:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:52:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:53:01 eth0 0.23 0.20 0.14 0.07 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:54:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:55:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:56:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:57:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:58:01 eth0 0.22 0.15 0.14 0.07 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:59:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 17:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:00:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:01:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:02:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:03:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:04:01 eth0 0.42 0.10 0.09 0.01 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:05:01 eth0 0.75 0.52 0.52 0.36 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:06:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:07:01 eth0 0.42 0.00 0.04 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:08:01 eth0 4.11 1.05 1.16 0.66 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:09:01 eth0 1.75 1.07 1.06 0.82 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:10:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:11:01 eth0 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:12:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:13:01 eth0 0.27 0.18 0.14 0.08 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:14:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:14:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:15:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:16:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:17:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:18:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:19:01 eth0 0.12 0.07 0.06 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:20:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:21:01 eth0 0.58 0.00 0.02 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:22:01 eth0 1.72 0.00 0.16 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:23:01 eth0 1.05 0.57 0.66 0.45 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:24:01 eth0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:25:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:26:01 eth0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] Average: eth0 2.37 1.70 5.22 1.41 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] Average: docker0 0.01 0.01 0.00 0.02 0.00 0.00 0.00 [2020-03-09T18:26:45.254Z] [2020-03-09T18:26:45.254Z] [2020-03-09T18:26:45.254Z] ---> sar -P ALL: [2020-03-09T18:26:45.255Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/09/20 _x86_64_ (4 CPU) [2020-03-09T18:26:45.255Z] [2020-03-09T18:26:45.255Z] 16:47:21 LINUX RESTART [2020-03-09T18:26:45.255Z] [2020-03-09T18:26:45.255Z] 16:48:02 CPU %user %nice %system %iowait %steal %idle [2020-03-09T18:26:45.255Z] 16:49:01 all 3.01 0.00 1.59 0.09 0.00 95.30 [2020-03-09T18:26:45.255Z] 16:49:01 0 2.81 0.00 1.74 0.09 0.00 95.37 [2020-03-09T18:26:45.255Z] 16:49:01 1 3.07 0.00 1.65 0.10 0.02 95.16 [2020-03-09T18:26:45.255Z] 16:49:01 2 3.33 0.00 1.41 0.12 0.00 95.14 [2020-03-09T18:26:45.255Z] 16:49:01 3 2.82 0.00 1.56 0.07 0.00 95.55 [2020-03-09T18:26:45.255Z] 16:50:01 all 0.13 0.00 0.06 0.00 0.00 99.80 [2020-03-09T18:26:45.255Z] 16:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.255Z] 16:50:01 1 0.35 0.00 0.08 0.00 0.00 99.57 [2020-03-09T18:26:45.255Z] 16:50:01 2 0.10 0.00 0.08 0.00 0.00 99.82 [2020-03-09T18:26:45.255Z] 16:50:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 16:51:01 all 0.19 0.00 0.05 0.00 0.00 99.75 [2020-03-09T18:26:45.255Z] 16:51:01 0 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-09T18:26:45.255Z] 16:51:01 1 0.55 0.00 0.07 0.00 0.00 99.38 [2020-03-09T18:26:45.255Z] 16:51:01 2 0.10 0.00 0.07 0.00 0.00 99.83 [2020-03-09T18:26:45.255Z] 16:51:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2020-03-09T18:26:45.255Z] 16:52:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-03-09T18:26:45.255Z] 16:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.255Z] 16:52:01 1 0.53 0.00 0.05 0.00 0.00 99.42 [2020-03-09T18:26:45.255Z] 16:52:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 16:52:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 16:53:02 all 0.19 0.00 0.05 0.00 0.00 99.75 [2020-03-09T18:26:45.255Z] 16:53:02 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 16:53:02 1 0.55 0.00 0.03 0.00 0.02 99.40 [2020-03-09T18:26:45.255Z] 16:53:02 2 0.12 0.00 0.07 0.00 0.00 99.82 [2020-03-09T18:26:45.255Z] 16:53:02 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 16:54:01 all 0.18 0.00 0.06 0.00 0.00 99.77 [2020-03-09T18:26:45.255Z] 16:54:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 16:54:01 1 0.54 0.00 0.03 0.00 0.00 99.42 [2020-03-09T18:26:45.255Z] 16:54:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 16:54:01 3 0.08 0.00 0.03 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 16:55:01 all 0.20 0.00 0.05 0.00 0.00 99.75 [2020-03-09T18:26:45.255Z] 16:55:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 16:55:01 1 0.58 0.00 0.05 0.00 0.00 99.37 [2020-03-09T18:26:45.255Z] 16:55:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-09T18:26:45.255Z] 16:55:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 16:56:01 all 0.18 0.00 0.06 0.00 0.00 99.76 [2020-03-09T18:26:45.255Z] 16:56:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-09T18:26:45.255Z] 16:56:01 1 0.55 0.00 0.05 0.00 0.00 99.40 [2020-03-09T18:26:45.255Z] 16:56:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-09T18:26:45.255Z] 16:56:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-09T18:26:45.255Z] 16:57:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-09T18:26:45.255Z] 16:57:01 0 0.08 0.00 0.05 0.00 0.00 99.87 [2020-03-09T18:26:45.255Z] 16:57:01 1 0.47 0.00 0.05 0.00 0.00 99.48 [2020-03-09T18:26:45.255Z] 16:57:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 16:57:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 16:58:01 all 0.04 0.00 0.05 0.00 0.00 99.91 [2020-03-09T18:26:45.255Z] 16:58:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.255Z] 16:58:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 16:58:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-09T18:26:45.255Z] 16:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.255Z] 16:59:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-03-09T18:26:45.255Z] 16:59:01 0 0.07 0.00 0.07 0.00 0.02 99.85 [2020-03-09T18:26:45.255Z] 16:59:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 16:59:01 2 0.55 0.00 0.05 0.00 0.00 99.40 [2020-03-09T18:26:45.255Z] 16:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-03-09T18:26:45.255Z] 17:00:01 all 0.18 0.00 0.05 0.00 0.00 99.78 [2020-03-09T18:26:45.255Z] 17:00:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 17:00:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-03-09T18:26:45.255Z] 17:00:01 2 0.55 0.00 0.05 0.00 0.00 99.40 [2020-03-09T18:26:45.255Z] 17:00:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 17:01:01 all 0.17 0.00 0.05 0.00 0.00 99.77 [2020-03-09T18:26:45.255Z] 17:01:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 17:01:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 17:01:01 2 0.57 0.00 0.07 0.00 0.00 99.37 [2020-03-09T18:26:45.255Z] 17:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.255Z] 17:02:01 all 0.19 0.00 0.05 0.01 0.00 99.75 [2020-03-09T18:26:45.255Z] 17:02:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 17:02:01 1 0.10 0.00 0.05 0.00 0.00 99.85 [2020-03-09T18:26:45.255Z] 17:02:01 2 0.58 0.00 0.08 0.00 0.00 99.33 [2020-03-09T18:26:45.255Z] 17:02:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.255Z] 17:03:01 all 0.19 0.00 0.07 0.00 0.00 99.74 [2020-03-09T18:26:45.255Z] 17:03:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 17:03:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 17:03:01 2 0.58 0.00 0.07 0.00 0.00 99.35 [2020-03-09T18:26:45.255Z] 17:03:01 3 0.08 0.00 0.10 0.02 0.00 99.80 [2020-03-09T18:26:45.255Z] 17:04:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-09T18:26:45.255Z] 17:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-03-09T18:26:45.255Z] 17:04:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T18:26:45.255Z] 17:04:01 2 0.57 0.00 0.07 0.00 0.02 99.35 [2020-03-09T18:26:45.255Z] 17:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-03-09T18:26:45.255Z] 17:05:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2020-03-09T18:26:45.255Z] 17:05:01 0 0.08 0.00 0.03 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 17:05:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-09T18:26:45.255Z] 17:05:01 2 0.55 0.00 0.03 0.00 0.00 99.42 [2020-03-09T18:26:45.255Z] 17:05:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.255Z] 17:06:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2020-03-09T18:26:45.255Z] 17:06:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 17:06:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T18:26:45.255Z] 17:06:01 2 0.55 0.00 0.03 0.00 0.00 99.42 [2020-03-09T18:26:45.255Z] 17:06:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-03-09T18:26:45.255Z] 17:07:01 all 0.20 0.00 0.04 0.00 0.00 99.76 [2020-03-09T18:26:45.255Z] 17:07:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2020-03-09T18:26:45.255Z] 17:07:01 1 0.08 0.00 0.05 0.00 0.00 99.87 [2020-03-09T18:26:45.255Z] 17:07:01 2 0.55 0.00 0.05 0.00 0.00 99.40 [2020-03-09T18:26:45.255Z] 17:07:01 3 0.08 0.00 0.03 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 17:08:01 all 0.17 0.00 0.05 0.00 0.00 99.77 [2020-03-09T18:26:45.255Z] 17:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.255Z] 17:08:01 1 0.10 0.00 0.05 0.00 0.00 99.85 [2020-03-09T18:26:45.255Z] 17:08:01 2 0.55 0.00 0.07 0.00 0.00 99.38 [2020-03-09T18:26:45.255Z] 17:08:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.255Z] 17:09:01 all 0.13 0.00 0.04 0.00 0.00 99.83 [2020-03-09T18:26:45.255Z] 17:09:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.255Z] 17:09:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 17:09:01 2 0.37 0.00 0.07 0.00 0.00 99.57 [2020-03-09T18:26:45.255Z] 17:09:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.255Z] 17:10:01 all 0.05 0.00 0.04 0.00 0.00 99.91 [2020-03-09T18:26:45.255Z] 17:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.255Z] 17:10:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 17:10:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-09T18:26:45.255Z] 17:10:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2020-03-09T18:26:45.255Z] 17:11:01 all 0.18 0.00 0.05 0.00 0.00 99.78 [2020-03-09T18:26:45.255Z] 17:11:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 17:11:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 17:11:01 2 0.57 0.00 0.07 0.00 0.00 99.37 [2020-03-09T18:26:45.255Z] 17:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-03-09T18:26:45.255Z] 17:12:01 all 0.17 0.00 0.04 0.00 0.00 99.78 [2020-03-09T18:26:45.255Z] 17:12:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 17:12:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2020-03-09T18:26:45.255Z] 17:12:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 17:12:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 17:13:01 all 0.18 0.00 0.04 0.00 0.00 99.79 [2020-03-09T18:26:45.255Z] 17:13:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.255Z] 17:13:01 1 0.18 0.00 0.05 0.00 0.00 99.77 [2020-03-09T18:26:45.255Z] 17:13:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 17:13:01 3 0.40 0.00 0.03 0.00 0.00 99.57 [2020-03-09T18:26:45.255Z] 17:14:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-03-09T18:26:45.255Z] 17:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-03-09T18:26:45.255Z] 17:14:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 17:14:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 17:14:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2020-03-09T18:26:45.255Z] 17:15:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-03-09T18:26:45.255Z] 17:15:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-03-09T18:26:45.255Z] 17:15:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 17:15:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 17:15:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2020-03-09T18:26:45.255Z] 17:16:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2020-03-09T18:26:45.255Z] 17:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-03-09T18:26:45.255Z] 17:16:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.255Z] 17:16:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T18:26:45.255Z] 17:16:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2020-03-09T18:26:45.255Z] 17:17:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2020-03-09T18:26:45.255Z] 17:17:01 0 0.35 0.00 0.03 0.00 0.00 99.62 [2020-03-09T18:26:45.255Z] 17:17:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-03-09T18:26:45.255Z] 17:17:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:17:01 3 0.23 0.00 0.02 0.00 0.00 99.75 [2020-03-09T18:26:45.256Z] 17:18:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2020-03-09T18:26:45.256Z] 17:18:01 0 0.53 0.00 0.00 0.00 0.00 99.47 [2020-03-09T18:26:45.256Z] 17:18:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.256Z] 17:18:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:18:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-03-09T18:26:45.256Z] 17:19:02 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-09T18:26:45.256Z] 17:19:02 0 0.52 0.00 0.03 0.00 0.00 99.45 [2020-03-09T18:26:45.256Z] 17:19:02 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.256Z] 17:19:02 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.256Z] 17:19:02 3 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T18:26:45.256Z] 17:20:01 all 0.19 0.00 0.05 0.00 0.00 99.77 [2020-03-09T18:26:45.256Z] 17:20:01 0 0.54 0.00 0.03 0.00 0.00 99.42 [2020-03-09T18:26:45.256Z] 17:20:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2020-03-09T18:26:45.256Z] 17:20:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-09T18:26:45.256Z] 17:20:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:21:01 all 0.22 0.00 0.04 0.00 0.00 99.74 [2020-03-09T18:26:45.256Z] 17:21:01 0 0.17 0.00 0.02 0.00 0.00 99.82 [2020-03-09T18:26:45.256Z] 17:21:01 1 0.18 0.00 0.03 0.00 0.00 99.78 [2020-03-09T18:26:45.256Z] 17:21:01 2 0.50 0.00 0.07 0.00 0.00 99.43 [2020-03-09T18:26:45.256Z] 17:21:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:22:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-09T18:26:45.256Z] 17:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-03-09T18:26:45.256Z] 17:22:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.256Z] 17:22:01 2 0.55 0.00 0.05 0.00 0.00 99.40 [2020-03-09T18:26:45.256Z] 17:22:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.256Z] 17:23:01 all 0.11 0.00 0.06 0.00 0.00 99.83 [2020-03-09T18:26:45.256Z] 17:23:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T18:26:45.256Z] 17:23:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T18:26:45.256Z] 17:23:01 2 0.30 0.00 0.13 0.00 0.00 99.57 [2020-03-09T18:26:45.256Z] 17:23:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:24:01 all 0.06 0.00 0.04 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:24:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2020-03-09T18:26:45.256Z] 17:24:01 1 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-09T18:26:45.256Z] 17:24:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-09T18:26:45.256Z] 17:24:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-03-09T18:26:45.256Z] 17:25:01 all 0.17 0.00 0.05 0.00 0.00 99.79 [2020-03-09T18:26:45.256Z] 17:25:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-03-09T18:26:45.256Z] 17:25:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.256Z] 17:25:01 2 0.55 0.00 0.03 0.00 0.00 99.42 [2020-03-09T18:26:45.256Z] 17:25:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.256Z] 17:26:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2020-03-09T18:26:45.256Z] 17:26:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-03-09T18:26:45.256Z] 17:26:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:26:01 2 0.50 0.00 0.07 0.00 0.00 99.43 [2020-03-09T18:26:45.256Z] 17:26:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:27:01 all 0.08 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.256Z] 17:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-03-09T18:26:45.256Z] 17:27:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:27:01 2 0.13 0.00 0.05 0.00 0.02 99.80 [2020-03-09T18:26:45.256Z] 17:27:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T18:26:45.256Z] 17:28:01 all 0.05 0.00 0.04 0.00 0.00 99.91 [2020-03-09T18:26:45.256Z] 17:28:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-09T18:26:45.256Z] 17:28:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:28:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-09T18:26:45.256Z] 17:28:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T18:26:45.256Z] 17:29:01 all 0.11 0.00 0.04 0.00 0.00 99.85 [2020-03-09T18:26:45.256Z] 17:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-03-09T18:26:45.256Z] 17:29:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T18:26:45.256Z] 17:29:01 2 0.33 0.00 0.07 0.00 0.00 99.60 [2020-03-09T18:26:45.256Z] 17:29:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.256Z] 17:30:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-09T18:26:45.256Z] 17:30:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:30:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:30:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2020-03-09T18:26:45.256Z] 17:30:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T18:26:45.256Z] 17:31:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-03-09T18:26:45.256Z] 17:31:01 0 0.03 0.00 0.05 0.02 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:31:01 1 0.08 0.00 0.05 0.02 0.00 99.85 [2020-03-09T18:26:45.256Z] 17:31:01 2 0.57 0.00 0.03 0.00 0.00 99.40 [2020-03-09T18:26:45.256Z] 17:31:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] [2020-03-09T18:26:45.256Z] 17:31:01 CPU %user %nice %system %iowait %steal %idle [2020-03-09T18:26:45.256Z] 17:32:01 all 0.19 2.67 10.36 5.61 0.03 81.14 [2020-03-09T18:26:45.256Z] 17:32:01 0 0.07 2.70 11.22 5.90 0.03 80.09 [2020-03-09T18:26:45.256Z] 17:32:01 1 0.12 2.90 10.82 7.67 0.03 78.47 [2020-03-09T18:26:45.256Z] 17:32:01 2 0.49 2.66 10.03 5.55 0.02 81.26 [2020-03-09T18:26:45.256Z] 17:32:01 3 0.08 2.41 9.37 3.33 0.03 84.77 [2020-03-09T18:26:45.256Z] 17:33:01 all 0.20 0.00 0.04 0.00 0.00 99.76 [2020-03-09T18:26:45.256Z] 17:33:01 0 0.08 0.00 0.05 0.00 0.00 99.87 [2020-03-09T18:26:45.256Z] 17:33:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.256Z] 17:33:01 2 0.60 0.00 0.05 0.00 0.00 99.35 [2020-03-09T18:26:45.256Z] 17:33:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.256Z] 17:34:01 all 0.17 0.00 0.05 0.00 0.00 99.79 [2020-03-09T18:26:45.256Z] 17:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-03-09T18:26:45.256Z] 17:34:01 1 0.07 0.00 0.08 0.00 0.00 99.85 [2020-03-09T18:26:45.256Z] 17:34:01 2 0.55 0.00 0.05 0.00 0.00 99.40 [2020-03-09T18:26:45.256Z] 17:34:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-09T18:26:45.256Z] 17:35:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-09T18:26:45.256Z] 17:35:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.256Z] 17:35:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:35:01 2 0.55 0.00 0.03 0.00 0.00 99.42 [2020-03-09T18:26:45.256Z] 17:35:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-09T18:26:45.256Z] 17:36:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2020-03-09T18:26:45.256Z] 17:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-03-09T18:26:45.256Z] 17:36:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.256Z] 17:36:01 2 0.55 0.00 0.03 0.00 0.00 99.42 [2020-03-09T18:26:45.256Z] 17:36:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:37:01 all 0.17 0.00 0.05 0.00 0.00 99.79 [2020-03-09T18:26:45.256Z] 17:37:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-09T18:26:45.256Z] 17:37:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.256Z] 17:37:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2020-03-09T18:26:45.256Z] 17:37:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:38:01 all 0.18 0.00 0.03 0.00 0.00 99.79 [2020-03-09T18:26:45.256Z] 17:38:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:38:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T18:26:45.256Z] 17:38:01 2 0.55 0.00 0.02 0.00 0.00 99.43 [2020-03-09T18:26:45.256Z] 17:38:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T18:26:45.256Z] 17:39:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2020-03-09T18:26:45.256Z] 17:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-03-09T18:26:45.256Z] 17:39:01 1 0.05 0.00 0.08 0.00 0.00 99.87 [2020-03-09T18:26:45.256Z] 17:39:01 2 0.53 0.00 0.07 0.00 0.02 99.38 [2020-03-09T18:26:45.256Z] 17:39:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2020-03-09T18:26:45.256Z] 17:40:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-09T18:26:45.256Z] 17:40:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-03-09T18:26:45.256Z] 17:40:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-03-09T18:26:45.256Z] 17:40:01 2 0.20 0.00 0.07 0.00 0.00 99.73 [2020-03-09T18:26:45.256Z] 17:40:01 3 0.45 0.00 0.02 0.00 0.00 99.53 [2020-03-09T18:26:45.256Z] 17:41:01 all 0.14 0.00 0.04 0.00 0.00 99.82 [2020-03-09T18:26:45.256Z] 17:41:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-03-09T18:26:45.256Z] 17:41:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-09T18:26:45.256Z] 17:41:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-09T18:26:45.256Z] 17:41:01 3 0.42 0.00 0.05 0.00 0.00 99.53 [2020-03-09T18:26:45.256Z] 17:42:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2020-03-09T18:26:45.256Z] 17:42:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:42:01 1 0.10 0.00 0.05 0.00 0.00 99.85 [2020-03-09T18:26:45.256Z] 17:42:01 2 0.10 0.00 0.03 0.00 0.00 99.87 [2020-03-09T18:26:45.256Z] 17:42:01 3 0.47 0.00 0.05 0.00 0.00 99.48 [2020-03-09T18:26:45.256Z] 17:43:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-09T18:26:45.256Z] 17:43:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:43:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:43:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T18:26:45.256Z] 17:43:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2020-03-09T18:26:45.256Z] 17:44:01 all 0.16 0.00 0.04 0.00 0.00 99.79 [2020-03-09T18:26:45.256Z] 17:44:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T18:26:45.256Z] 17:44:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-09T18:26:45.256Z] 17:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.256Z] 17:44:01 3 0.53 0.00 0.02 0.00 0.00 99.45 [2020-03-09T18:26:45.256Z] 17:45:01 all 0.08 0.00 0.04 0.00 0.00 99.88 [2020-03-09T18:26:45.256Z] 17:45:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:45:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.256Z] 17:45:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T18:26:45.256Z] 17:45:01 3 0.13 0.00 0.03 0.00 0.00 99.83 [2020-03-09T18:26:45.256Z] 17:46:01 all 0.04 0.00 0.04 0.00 0.00 99.92 [2020-03-09T18:26:45.256Z] 17:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-03-09T18:26:45.256Z] 17:46:01 1 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-09T18:26:45.256Z] 17:46:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.256Z] 17:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.256Z] 17:47:02 all 0.13 0.00 0.05 0.00 0.00 99.82 [2020-03-09T18:26:45.256Z] 17:47:02 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-03-09T18:26:45.256Z] 17:47:02 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.256Z] 17:47:02 2 0.08 0.00 0.05 0.00 0.00 99.87 [2020-03-09T18:26:45.256Z] 17:47:02 3 0.37 0.00 0.05 0.00 0.00 99.58 [2020-03-09T18:26:45.256Z] 17:48:01 all 0.49 0.00 0.13 0.00 0.00 99.38 [2020-03-09T18:26:45.256Z] 17:48:01 0 0.39 0.00 0.15 0.00 0.00 99.46 [2020-03-09T18:26:45.256Z] 17:48:01 1 0.42 0.00 0.12 0.00 0.00 99.46 [2020-03-09T18:26:45.256Z] 17:48:01 2 0.58 0.00 0.12 0.00 0.00 99.30 [2020-03-09T18:26:45.256Z] 17:48:01 3 0.61 0.00 0.14 0.00 0.00 99.25 [2020-03-09T18:26:45.256Z] 17:49:01 all 0.82 0.00 0.31 0.01 0.00 98.85 [2020-03-09T18:26:45.256Z] 17:49:01 0 0.89 0.00 0.38 0.00 0.00 98.73 [2020-03-09T18:26:45.256Z] 17:49:01 1 0.95 0.00 0.35 0.02 0.00 98.68 [2020-03-09T18:26:45.256Z] 17:49:01 2 0.72 0.00 0.25 0.02 0.02 99.00 [2020-03-09T18:26:45.256Z] 17:49:01 3 0.70 0.00 0.28 0.02 0.00 99.00 [2020-03-09T18:26:45.256Z] 17:50:01 all 0.19 0.00 0.05 0.00 0.00 99.76 [2020-03-09T18:26:45.256Z] 17:50:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2020-03-09T18:26:45.257Z] 17:50:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-09T18:26:45.257Z] 17:50:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-09T18:26:45.257Z] 17:50:01 3 0.55 0.00 0.03 0.00 0.02 99.40 [2020-03-09T18:26:45.257Z] 17:51:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-09T18:26:45.257Z] 17:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-03-09T18:26:45.257Z] 17:51:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-09T18:26:45.257Z] 17:51:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.257Z] 17:51:01 3 0.57 0.00 0.05 0.00 0.00 99.38 [2020-03-09T18:26:45.257Z] 17:52:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-09T18:26:45.257Z] 17:52:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-03-09T18:26:45.257Z] 17:52:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.257Z] 17:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-03-09T18:26:45.257Z] 17:52:01 3 0.55 0.00 0.03 0.00 0.00 99.42 [2020-03-09T18:26:45.257Z] 17:53:01 all 0.17 0.00 0.04 0.00 0.00 99.78 [2020-03-09T18:26:45.257Z] 17:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-03-09T18:26:45.257Z] 17:53:01 1 0.03 0.00 0.07 0.00 0.02 99.88 [2020-03-09T18:26:45.257Z] 17:53:01 2 0.10 0.00 0.05 0.00 0.00 99.85 [2020-03-09T18:26:45.257Z] 17:53:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2020-03-09T18:26:45.257Z] 17:54:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2020-03-09T18:26:45.257Z] 17:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.257Z] 17:54:01 1 0.05 0.00 0.08 0.00 0.00 99.87 [2020-03-09T18:26:45.257Z] 17:54:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.257Z] 17:54:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2020-03-09T18:26:45.257Z] 17:55:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-09T18:26:45.257Z] 17:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-03-09T18:26:45.257Z] 17:55:01 1 0.20 0.00 0.08 0.00 0.00 99.72 [2020-03-09T18:26:45.257Z] 17:55:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-09T18:26:45.257Z] 17:55:01 3 0.40 0.00 0.05 0.00 0.00 99.55 [2020-03-09T18:26:45.257Z] 17:56:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-03-09T18:26:45.257Z] 17:56:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-03-09T18:26:45.257Z] 17:56:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2020-03-09T18:26:45.257Z] 17:56:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.257Z] 17:56:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T18:26:45.257Z] 17:57:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-09T18:26:45.257Z] 17:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-03-09T18:26:45.257Z] 17:57:01 1 0.55 0.00 0.05 0.00 0.00 99.40 [2020-03-09T18:26:45.257Z] 17:57:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.257Z] 17:57:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.257Z] 17:58:01 all 0.17 0.00 0.04 0.00 0.00 99.80 [2020-03-09T18:26:45.257Z] 17:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-03-09T18:26:45.257Z] 17:58:01 1 0.55 0.00 0.05 0.00 0.00 99.40 [2020-03-09T18:26:45.257Z] 17:58:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-09T18:26:45.257Z] 17:58:01 3 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-09T18:26:45.257Z] 17:59:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2020-03-09T18:26:45.257Z] 17:59:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2020-03-09T18:26:45.257Z] 17:59:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2020-03-09T18:26:45.257Z] 17:59:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.257Z] 17:59:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-09T18:26:45.257Z] 18:00:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2020-03-09T18:26:45.257Z] 18:00:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.257Z] 18:00:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2020-03-09T18:26:45.257Z] 18:00:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T18:26:45.257Z] 18:00:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2020-03-09T18:26:45.257Z] 18:01:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-03-09T18:26:45.257Z] 18:01:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-03-09T18:26:45.257Z] 18:01:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2020-03-09T18:26:45.257Z] 18:01:01 2 0.08 0.00 0.03 0.00 0.00 99.88 [2020-03-09T18:26:45.257Z] 18:01:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-09T18:26:45.257Z] 18:02:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-03-09T18:26:45.257Z] 18:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.257Z] 18:02:01 1 0.55 0.00 0.07 0.00 0.00 99.38 [2020-03-09T18:26:45.257Z] 18:02:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.257Z] 18:02:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.257Z] 18:03:01 all 0.17 0.00 0.05 0.00 0.00 99.77 [2020-03-09T18:26:45.257Z] 18:03:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.257Z] 18:03:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-09T18:26:45.257Z] 18:03:01 2 0.08 0.00 0.02 0.00 0.00 99.90 [2020-03-09T18:26:45.257Z] 18:03:01 3 0.50 0.00 0.08 0.00 0.00 99.42 [2020-03-09T18:26:45.257Z] 18:04:01 all 0.06 0.00 0.05 0.00 0.00 99.89 [2020-03-09T18:26:45.257Z] 18:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-03-09T18:26:45.257Z] 18:04:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.257Z] 18:04:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-09T18:26:45.257Z] 18:04:01 3 0.08 0.00 0.05 0.00 0.02 99.85 [2020-03-09T18:26:45.257Z] 18:05:01 all 0.18 0.00 0.05 0.00 0.00 99.76 [2020-03-09T18:26:45.257Z] 18:05:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2020-03-09T18:26:45.257Z] 18:05:01 1 0.08 0.00 0.07 0.00 0.02 99.83 [2020-03-09T18:26:45.257Z] 18:05:01 2 0.10 0.00 0.05 0.00 0.00 99.85 [2020-03-09T18:26:45.257Z] 18:05:01 3 0.50 0.00 0.08 0.00 0.00 99.42 [2020-03-09T18:26:45.257Z] 18:06:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2020-03-09T18:26:45.257Z] 18:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-03-09T18:26:45.257Z] 18:06:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T18:26:45.257Z] 18:06:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-09T18:26:45.257Z] 18:06:01 3 0.53 0.00 0.05 0.00 0.00 99.42 [2020-03-09T18:26:45.257Z] 18:07:01 all 0.18 0.00 0.04 0.00 0.00 99.77 [2020-03-09T18:26:45.257Z] 18:07:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2020-03-09T18:26:45.257Z] 18:07:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.257Z] 18:07:01 2 0.07 0.00 0.07 0.00 0.02 99.85 [2020-03-09T18:26:45.257Z] 18:07:01 3 0.55 0.00 0.03 0.00 0.00 99.42 [2020-03-09T18:26:45.257Z] 18:08:01 all 0.19 0.00 0.05 0.00 0.00 99.75 [2020-03-09T18:26:45.257Z] 18:08:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2020-03-09T18:26:45.257Z] 18:08:01 1 0.07 0.00 0.07 0.00 0.02 99.85 [2020-03-09T18:26:45.257Z] 18:08:01 2 0.17 0.00 0.05 0.00 0.00 99.78 [2020-03-09T18:26:45.257Z] 18:08:01 3 0.47 0.00 0.05 0.00 0.02 99.47 [2020-03-09T18:26:45.257Z] 18:09:01 all 0.18 0.00 0.05 0.00 0.01 99.75 [2020-03-09T18:26:45.257Z] 18:09:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T18:26:45.257Z] 18:09:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2020-03-09T18:26:45.257Z] 18:09:01 2 0.52 0.00 0.05 0.00 0.02 99.42 [2020-03-09T18:26:45.257Z] 18:09:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2020-03-09T18:26:45.257Z] 18:10:01 all 0.17 0.00 0.04 0.00 0.01 99.78 [2020-03-09T18:26:45.257Z] 18:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.257Z] 18:10:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.257Z] 18:10:01 2 0.55 0.00 0.03 0.00 0.00 99.42 [2020-03-09T18:26:45.257Z] 18:10:01 3 0.05 0.00 0.03 0.00 0.03 99.88 [2020-03-09T18:26:45.257Z] 18:11:01 all 0.17 0.00 0.05 0.00 0.00 99.77 [2020-03-09T18:26:45.257Z] 18:11:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-09T18:26:45.257Z] 18:11:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T18:26:45.257Z] 18:11:01 2 0.55 0.00 0.07 0.00 0.00 99.38 [2020-03-09T18:26:45.257Z] 18:11:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-09T18:26:45.257Z] 18:12:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-09T18:26:45.257Z] 18:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.257Z] 18:12:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2020-03-09T18:26:45.257Z] 18:12:01 2 0.55 0.00 0.05 0.00 0.00 99.40 [2020-03-09T18:26:45.257Z] 18:12:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T18:26:45.257Z] 18:13:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2020-03-09T18:26:45.257Z] 18:13:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.257Z] 18:13:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T18:26:45.257Z] 18:13:01 2 0.55 0.00 0.03 0.00 0.00 99.42 [2020-03-09T18:26:45.257Z] 18:13:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.257Z] 18:14:02 all 0.17 0.00 0.05 0.00 0.00 99.77 [2020-03-09T18:26:45.257Z] 18:14:02 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.257Z] 18:14:02 1 0.05 0.00 0.08 0.00 0.00 99.87 [2020-03-09T18:26:45.257Z] 18:14:02 2 0.57 0.00 0.05 0.00 0.00 99.38 [2020-03-09T18:26:45.257Z] 18:14:02 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-09T18:26:45.257Z] [2020-03-09T18:26:45.257Z] 18:14:02 CPU %user %nice %system %iowait %steal %idle [2020-03-09T18:26:45.257Z] 18:15:01 all 0.13 0.00 0.06 0.00 0.00 99.81 [2020-03-09T18:26:45.257Z] 18:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-03-09T18:26:45.257Z] 18:15:01 1 0.07 0.00 0.07 0.00 0.00 99.86 [2020-03-09T18:26:45.257Z] 18:15:01 2 0.39 0.00 0.10 0.00 0.00 99.51 [2020-03-09T18:26:45.257Z] 18:15:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-03-09T18:26:45.257Z] 18:16:01 all 0.06 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.257Z] 18:16:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-09T18:26:45.257Z] 18:16:01 1 0.05 0.00 0.08 0.00 0.00 99.87 [2020-03-09T18:26:45.257Z] 18:16:01 2 0.10 0.00 0.05 0.00 0.00 99.85 [2020-03-09T18:26:45.257Z] 18:16:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.257Z] 18:17:01 all 0.18 0.00 0.04 0.00 0.00 99.77 [2020-03-09T18:26:45.257Z] 18:17:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.257Z] 18:17:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.257Z] 18:17:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2020-03-09T18:26:45.257Z] 18:17:01 3 0.10 0.00 0.05 0.00 0.00 99.85 [2020-03-09T18:26:45.257Z] 18:18:01 all 0.18 0.00 0.05 0.00 0.00 99.78 [2020-03-09T18:26:45.257Z] 18:18:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-09T18:26:45.257Z] 18:18:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.257Z] 18:18:01 2 0.55 0.00 0.03 0.00 0.00 99.42 [2020-03-09T18:26:45.257Z] 18:18:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.257Z] 18:19:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-03-09T18:26:45.257Z] 18:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.257Z] 18:19:01 1 0.05 0.00 0.10 0.00 0.00 99.85 [2020-03-09T18:26:45.257Z] 18:19:01 2 0.55 0.00 0.05 0.00 0.00 99.40 [2020-03-09T18:26:45.257Z] 18:19:01 3 0.08 0.00 0.03 0.00 0.00 99.88 [2020-03-09T18:26:45.257Z] 18:20:01 all 0.17 0.00 0.04 0.00 0.00 99.78 [2020-03-09T18:26:45.257Z] 18:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-03-09T18:26:45.257Z] 18:20:01 1 0.07 0.00 0.08 0.00 0.00 99.85 [2020-03-09T18:26:45.257Z] 18:20:01 2 0.55 0.00 0.02 0.00 0.00 99.43 [2020-03-09T18:26:45.257Z] 18:20:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-09T18:26:45.257Z] 18:21:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-03-09T18:26:45.257Z] 18:21:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-03-09T18:26:45.257Z] 18:21:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.257Z] 18:21:01 2 0.55 0.00 0.05 0.00 0.00 99.40 [2020-03-09T18:26:45.257Z] 18:21:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.257Z] 18:22:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-09T18:26:45.258Z] 18:22:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-09T18:26:45.258Z] 18:22:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-09T18:26:45.258Z] 18:22:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2020-03-09T18:26:45.258Z] 18:22:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2020-03-09T18:26:45.258Z] 18:23:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-03-09T18:26:45.258Z] 18:23:01 0 0.43 0.00 0.02 0.00 0.00 99.55 [2020-03-09T18:26:45.258Z] 18:23:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-09T18:26:45.258Z] 18:23:01 2 0.17 0.00 0.07 0.00 0.00 99.77 [2020-03-09T18:26:45.258Z] 18:23:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-03-09T18:26:45.258Z] 18:24:01 all 0.17 0.00 0.04 0.00 0.00 99.80 [2020-03-09T18:26:45.258Z] 18:24:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2020-03-09T18:26:45.258Z] 18:24:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.258Z] 18:24:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-09T18:26:45.258Z] 18:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-03-09T18:26:45.258Z] 18:25:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-09T18:26:45.258Z] 18:25:01 0 0.45 0.00 0.02 0.00 0.00 99.53 [2020-03-09T18:26:45.258Z] 18:25:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-09T18:26:45.258Z] 18:25:01 2 0.13 0.00 0.03 0.00 0.00 99.83 [2020-03-09T18:26:45.258Z] 18:25:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-09T18:26:45.258Z] 18:26:01 all 0.10 0.00 0.05 0.00 0.00 99.85 [2020-03-09T18:26:45.258Z] 18:26:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2020-03-09T18:26:45.258Z] 18:26:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-09T18:26:45.258Z] 18:26:01 2 0.25 0.00 0.10 0.00 0.02 99.63 [2020-03-09T18:26:45.258Z] 18:26:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-09T18:26:45.258Z] Average: all 0.20 0.03 0.17 0.06 0.00 99.55 [2020-03-09T18:26:45.258Z] Average: 0 0.11 0.03 0.17 0.06 0.00 99.63 [2020-03-09T18:26:45.258Z] Average: 1 0.18 0.03 0.18 0.08 0.00 99.53 [2020-03-09T18:26:45.258Z] Average: 2 0.31 0.03 0.17 0.06 0.00 99.43 [2020-03-09T18:26:45.258Z] Average: 3 0.19 0.02 0.15 0.03 0.00 99.60 [2020-03-09T18:26:45.258Z] [2020-03-09T18:26:45.258Z] [2020-03-09T18:26:45.258Z]