Branch indexing 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 jpwhitemn for edgexfoundry/edgex-docs Obtained Jenkinsfile from 7b2eee17da6b164e3246381de7ffdbe9081ee94e+a344c9664cceb7e6823ef01e562bc825a514171c (f274d0fa94e421b18146cebbd51048a24f54a7d9) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1317’ Running on prd-centos7-docker-4c-2g-1326 in /w/workspace/edgexfoundry_edgex-docs_PR-199 [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/edgex-docs.git > git init /w/workspace/edgexfoundry_edgex-docs_PR-199 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-docs.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-docs.git +refs/pull/199/head:refs/remotes/origin/PR-199 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a344c9664cceb7e6823ef01e562bc825a514171c into PR head commit 7b2eee17da6b164e3246381de7ffdbe9081ee94e > git config remote.origin.url git@github.com:edgexfoundry/edgex-docs.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/199/head:refs/remotes/origin/PR-199 # 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/edgex-docs.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-docs.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-docs.git +refs/pull/199/head:refs/remotes/origin/PR-199 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7b2eee17da6b164e3246381de7ffdbe9081ee94e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a344c9664cceb7e6823ef01e562bc825a514171c # timeout=10 Merge succeeded, producing 40e19d299cdef4b6f7bd8d7764a1cd2c11f36184 Checking out Revision 40e19d299cdef4b6f7bd8d7764a1cd2c11f36184 (PR-199) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 40e19d299cdef4b6f7bd8d7764a1cd2c11f36184 # timeout=10 Commit message: "Merge commit 'a344c9664cceb7e6823ef01e562bc825a514171c' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (Build Docs) [Pipeline] getContext [Pipeline] isUnix [Pipeline] sh [2020-07-29T01:50:49.870Z] + docker inspect -f . python:3-slim [2020-07-29T01:50:50.144Z] [2020-07-29T01:50:50.144Z] Error: No such object: python:3-slim [Pipeline] isUnix [Pipeline] sh > git rev-list --no-walk 9db0fb0bc2f9b8a23f5c0a7d0fa2bb841c836e3f # timeout=10 [2020-07-29T01:50:50.569Z] + docker pull python:3-slim [2020-07-29T01:50:51.160Z] 3-slim: Pulling from library/python [2020-07-29T01:50:51.160Z] 6ec8c9369e08: Pulling fs layer [2020-07-29T01:50:51.160Z] 401b5acb42e6: Pulling fs layer [2020-07-29T01:50:51.160Z] 0976b24edb45: Pulling fs layer [2020-07-29T01:50:51.160Z] a338e6aafbdd: Pulling fs layer [2020-07-29T01:50:51.160Z] dd88b5c88f2e: Pulling fs layer [2020-07-29T01:50:51.160Z] a338e6aafbdd: Waiting [2020-07-29T01:50:51.160Z] dd88b5c88f2e: Waiting [2020-07-29T01:50:51.510Z] 401b5acb42e6: Verifying Checksum [2020-07-29T01:50:51.510Z] 401b5acb42e6: Download complete [2020-07-29T01:50:51.510Z] a338e6aafbdd: Verifying Checksum [2020-07-29T01:50:51.510Z] a338e6aafbdd: Download complete [2020-07-29T01:50:52.862Z] dd88b5c88f2e: Verifying Checksum [2020-07-29T01:50:52.862Z] dd88b5c88f2e: Download complete [2020-07-29T01:50:53.143Z] 6ec8c9369e08: Verifying Checksum [2020-07-29T01:50:53.143Z] 6ec8c9369e08: Download complete [2020-07-29T01:50:53.143Z] 0976b24edb45: Verifying Checksum [2020-07-29T01:50:53.143Z] 0976b24edb45: Download complete [2020-07-29T01:50:55.757Z] 6ec8c9369e08: Pull complete [2020-07-29T01:50:55.757Z] 401b5acb42e6: Pull complete [2020-07-29T01:50:57.803Z] 0976b24edb45: Pull complete [2020-07-29T01:50:57.803Z] a338e6aafbdd: Pull complete [2020-07-29T01:50:58.485Z] dd88b5c88f2e: Pull complete [2020-07-29T01:50:58.485Z] Digest: sha256:6f4336219c228c28333d5174c447a06aaf360fcf9fce5809d0bc265afa414f7e [2020-07-29T01:50:58.485Z] Status: Downloaded newer image for python:3-slim [2020-07-29T01:50:58.485Z] docker.io/library/python:3-slim [Pipeline] withDockerContainer [2020-07-29T01:50:58.824Z] prd-centos7-docker-4c-2g-1326 does not seem to be running inside a container [2020-07-29T01:50:58.967Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/edgexfoundry_edgex-docs_PR-199 -v /w/workspace/edgexfoundry_edgex-docs_PR-199:/w/workspace/edgexfoundry_edgex-docs_PR-199:rw,z -v /w/workspace/edgexfoundry_edgex-docs_PR-199@tmp:/w/workspace/edgexfoundry_edgex-docs_PR-199@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 ******** python:3-slim cat [2020-07-29T01:51:01.741Z] $ docker top 7a727ff777a4dfbd05c8ad2acb6b0af87d26d88769e8cbe10563f2a27e8506fd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T01:51:02.581Z] + pip install mkdocs [2020-07-29T01:51:05.427Z] Collecting mkdocs [2020-07-29T01:51:05.793Z] Downloading mkdocs-1.1.2-py3-none-any.whl (6.4 MB) [2020-07-29T01:51:06.830Z] Collecting Markdown>=3.2.1 [2020-07-29T01:51:06.830Z] Downloading Markdown-3.2.2-py3-none-any.whl (88 kB) [2020-07-29T01:51:06.830Z] Collecting tornado>=5.0 [2020-07-29T01:51:07.098Z] Downloading tornado-6.0.4.tar.gz (496 kB) [2020-07-29T01:51:08.074Z] Collecting lunr[languages]==0.5.8 [2020-07-29T01:51:08.074Z] Downloading lunr-0.5.8-py2.py3-none-any.whl (2.3 MB) [2020-07-29T01:51:08.720Z] Collecting PyYAML>=3.10 [2020-07-29T01:51:08.720Z] Downloading PyYAML-5.3.1.tar.gz (269 kB) [2020-07-29T01:51:09.790Z] Collecting click>=3.3 [2020-07-29T01:51:09.790Z] Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) [2020-07-29T01:51:09.790Z] Collecting Jinja2>=2.10.1 [2020-07-29T01:51:09.790Z] Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB) [2020-07-29T01:51:09.790Z] Collecting livereload>=2.5.1 [2020-07-29T01:51:09.790Z] Downloading livereload-2.6.2.tar.gz (25 kB) [2020-07-29T01:51:10.449Z] Collecting future>=0.16.0 [2020-07-29T01:51:10.449Z] Downloading future-0.18.2.tar.gz (829 kB) [2020-07-29T01:51:11.118Z] Collecting six>=1.11.0 [2020-07-29T01:51:11.118Z] Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) [2020-07-29T01:51:11.118Z] Collecting nltk>=3.2.5; python_version > "2.7" and extra == "languages" [2020-07-29T01:51:11.388Z] Downloading nltk-3.5.zip (1.4 MB) [2020-07-29T01:51:12.479Z] Collecting MarkupSafe>=0.23 [2020-07-29T01:51:12.479Z] Downloading MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl (32 kB) [2020-07-29T01:51:12.479Z] Collecting joblib [2020-07-29T01:51:12.479Z] Downloading joblib-0.16.0-py3-none-any.whl (300 kB) [2020-07-29T01:51:13.931Z] Collecting regex [2020-07-29T01:51:13.931Z] Downloading regex-2020.7.14-cp38-cp38-manylinux2010_x86_64.whl (672 kB) [2020-07-29T01:51:14.210Z] Collecting tqdm [2020-07-29T01:51:14.210Z] Downloading tqdm-4.48.0-py2.py3-none-any.whl (67 kB) [2020-07-29T01:51:14.210Z] Building wheels for collected packages: tornado, PyYAML, livereload, future, nltk [2020-07-29T01:51:14.210Z] Building wheel for tornado (setup.py): started [2020-07-29T01:51:15.308Z] Building wheel for tornado (setup.py): finished with status 'done' [2020-07-29T01:51:15.308Z] Created wheel for tornado: filename=tornado-6.0.4-cp38-cp38-linux_x86_64.whl size=415149 sha256=e42ad9ea98d60ad102a413686bbf69f4c36a4e30e711e746f886605d165a5cf9 [2020-07-29T01:51:15.308Z] Stored in directory: /root/.cache/pip/wheels/88/79/e5/598ba17e85eccf2626eab62e4ee8452895636cd542650d450d [2020-07-29T01:51:15.308Z] Building wheel for PyYAML (setup.py): started [2020-07-29T01:51:15.634Z] Building wheel for PyYAML (setup.py): finished with status 'done' [2020-07-29T01:51:15.634Z] Created wheel for PyYAML: filename=PyYAML-5.3.1-cp38-cp38-linux_x86_64.whl size=44617 sha256=5a90b7c53de2b708bd0d98073c7c881d3782933e9bdd537a951c11ec80dd1887 [2020-07-29T01:51:15.634Z] Stored in directory: /root/.cache/pip/wheels/13/90/db/290ab3a34f2ef0b5a0f89235dc2d40fea83e77de84ed2dc05c [2020-07-29T01:51:15.634Z] Building wheel for livereload (setup.py): started [2020-07-29T01:51:16.612Z] Building wheel for livereload (setup.py): finished with status 'done' [2020-07-29T01:51:16.613Z] Created wheel for livereload: filename=livereload-2.6.2-py2.py3-none-any.whl size=24608 sha256=710598509cb01d65cd38a91d5a0d9599511614c3483730594718f88264d65e26 [2020-07-29T01:51:16.613Z] Stored in directory: /root/.cache/pip/wheels/27/9e/9b/1509419d1fc2dc8f84375252a765019a46d45c63f83b33a020 [2020-07-29T01:51:16.613Z] Building wheel for future (setup.py): started [2020-07-29T01:51:18.115Z] Building wheel for future (setup.py): finished with status 'done' [2020-07-29T01:51:18.115Z] Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491058 sha256=cf45827a20bc4c3a1c28de05b288c888f03ebf2c3fe4fa5db7f089d809e4b7fb [2020-07-29T01:51:18.116Z] Stored in directory: /root/.cache/pip/wheels/8e/70/28/3d6ccd6e315f65f245da085482a2e1c7d14b90b30f239e2cf4 [2020-07-29T01:51:18.116Z] Building wheel for nltk (setup.py): started [2020-07-29T01:51:19.615Z] Building wheel for nltk (setup.py): finished with status 'done' [2020-07-29T01:51:19.615Z] Created wheel for nltk: filename=nltk-3.5-py3-none-any.whl size=1434677 sha256=23bc9c1fba6428946827d9ef000d8868542ce909e00732d1f4d10ddfc95bc4f1 [2020-07-29T01:51:19.615Z] Stored in directory: /root/.cache/pip/wheels/ff/d5/7b/f1fb4e1e1603b2f01c2424dd60fbcc50c12ef918bafc44b155 [2020-07-29T01:51:19.615Z] Successfully built tornado PyYAML livereload future nltk [2020-07-29T01:51:19.886Z] Installing collected packages: Markdown, tornado, future, six, click, joblib, regex, tqdm, nltk, lunr, PyYAML, MarkupSafe, Jinja2, livereload, mkdocs [2020-07-29T01:51:28.199Z] Successfully installed Jinja2-2.11.2 Markdown-3.2.2 MarkupSafe-1.1.1 PyYAML-5.3.1 click-7.1.2 future-0.18.2 joblib-0.16.0 livereload-2.6.2 lunr-0.5.8 mkdocs-1.1.2 nltk-3.5 regex-2020.7.14 six-1.15.0 tornado-6.0.4 tqdm-4.48.0 [Pipeline] sh [2020-07-29T01:51:29.246Z] + pip install mkdocs-material==5.1.0 [2020-07-29T01:51:30.654Z] Collecting mkdocs-material==5.1.0 [2020-07-29T01:51:30.654Z] Downloading mkdocs_material-5.1.0-py2.py3-none-any.whl (3.1 MB) [2020-07-29T01:51:33.331Z] Collecting Pygments>=2.4 [2020-07-29T01:51:33.331Z] Downloading Pygments-2.6.1-py3-none-any.whl (914 kB) [2020-07-29T01:51:33.331Z] Collecting pymdown-extensions>=7.0 [2020-07-29T01:51:33.331Z] Downloading pymdown_extensions-7.1-py2.py3-none-any.whl (205 kB) [2020-07-29T01:51:33.635Z] Requirement already satisfied: markdown>=3.2 in /usr/local/lib/python3.8/site-packages (from mkdocs-material==5.1.0) (3.2.2) [2020-07-29T01:51:33.635Z] Collecting mkdocs-material-extensions>=1.0b1 [2020-07-29T01:51:33.635Z] Downloading mkdocs_material_extensions-1.0-py3-none-any.whl (7.9 kB) [2020-07-29T01:51:33.635Z] Requirement already satisfied: mkdocs>=1.1 in /usr/local/lib/python3.8/site-packages (from mkdocs-material==5.1.0) (1.1.2) [2020-07-29T01:51:33.635Z] Requirement already satisfied: livereload>=2.5.1 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (2.6.2) [2020-07-29T01:51:33.635Z] Requirement already satisfied: lunr[languages]==0.5.8 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (0.5.8) [2020-07-29T01:51:33.635Z] Requirement already satisfied: click>=3.3 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (7.1.2) [2020-07-29T01:51:33.635Z] Requirement already satisfied: PyYAML>=3.10 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (5.3.1) [2020-07-29T01:51:33.635Z] Requirement already satisfied: Jinja2>=2.10.1 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (2.11.2) [2020-07-29T01:51:33.635Z] Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (6.0.4) [2020-07-29T01:51:33.635Z] Requirement already satisfied: six in /usr/local/lib/python3.8/site-packages (from livereload>=2.5.1->mkdocs>=1.1->mkdocs-material==5.1.0) (1.15.0) [2020-07-29T01:51:33.635Z] Requirement already satisfied: future>=0.16.0 in /usr/local/lib/python3.8/site-packages (from lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (0.18.2) [2020-07-29T01:51:33.635Z] Requirement already satisfied: nltk>=3.2.5; python_version > "2.7" and extra == "languages" in /usr/local/lib/python3.8/site-packages (from lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (3.5) [2020-07-29T01:51:33.635Z] Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.8/site-packages (from Jinja2>=2.10.1->mkdocs>=1.1->mkdocs-material==5.1.0) (1.1.1) [2020-07-29T01:51:33.635Z] Requirement already satisfied: joblib in /usr/local/lib/python3.8/site-packages (from nltk>=3.2.5; python_version > "2.7" and extra == "languages"->lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (0.16.0) [2020-07-29T01:51:33.635Z] Requirement already satisfied: regex in /usr/local/lib/python3.8/site-packages (from nltk>=3.2.5; python_version > "2.7" and extra == "languages"->lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (2020.7.14) [2020-07-29T01:51:33.957Z] Requirement already satisfied: tqdm in /usr/local/lib/python3.8/site-packages (from nltk>=3.2.5; python_version > "2.7" and extra == "languages"->lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (4.48.0) [2020-07-29T01:51:33.957Z] Installing collected packages: Pygments, pymdown-extensions, mkdocs-material-extensions, mkdocs-material [2020-07-29T01:51:44.170Z] Successfully installed Pygments-2.6.1 mkdocs-material-5.1.0 mkdocs-material-extensions-1.0 pymdown-extensions-7.1 [Pipeline] sh [2020-07-29T01:51:44.577Z] + mkdocs build [2020-07-29T01:51:45.536Z] INFO - Cleaning site directory [2020-07-29T01:51:45.536Z] INFO - Building documentation to directory: /w/workspace/edgexfoundry_edgex-docs_PR-199/docs/1.2 [2020-07-29T01:51:45.811Z] INFO - The following pages exist in the docs directory, but are not included in the "nav" configuration: [2020-07-29T01:51:45.811Z] - design/adr/0001-Registy-Refactor.md [2020-07-29T01:51:45.811Z] - design/adr/0004-Feature-Flags.md [2020-07-29T01:51:45.811Z] - design/adr/0005-Service-Self-Config.md [2020-07-29T01:51:45.811Z] - design/adr/core/0003-V2-API-Principles.md [2020-07-29T01:51:45.811Z] - design/adr/device-service/0002-Array-Datatypes.md [2020-07-29T01:51:45.811Z] - design/adr/device-service/0011-DeviceService-Rest-API.md [2020-07-29T01:51:45.811Z] - design/adr/devops/0007-Release-Automation.md [2020-07-29T01:51:45.811Z] - design/adr/devops/0010-Release-Artifacts.md [2020-07-29T01:51:45.811Z] - design/legacy-design/device-service/discovery.md [2020-07-29T01:51:45.811Z] - microservices/device/profile/Ch-DeviceProfileRef.md [2020-07-29T01:51:45.811Z] - microservices/security/security-file-token-provider.1.md [2020-07-29T01:51:45.811Z] - microservices/security/security-secrets-setup.1.md [2020-07-29T01:51:58.365Z] INFO - Documentation built in 10.93 seconds [Pipeline] stash [2020-07-29T01:52:31.551Z] Stashed 410 file(s) [Pipeline] } [2020-07-29T01:52:31.565Z] $ docker stop --time=1 7a727ff777a4dfbd05c8ad2acb6b0af87d26d88769e8cbe10563f2a27e8506fd [2020-07-29T01:52:34.141Z] $ docker rm -f 7a727ff777a4dfbd05c8ad2acb6b0af87d26d88769e8cbe10563f2a27e8506fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Push Changes) Stage "Push Changes" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-29T01:52:35.821Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T01:52:36.450Z] ---> package-listing.sh [2020-07-29T01:52:36.450Z] ++ facter osfamily [2020-07-29T01:52:36.450Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-29T01:52:36.736Z] + OS_FAMILY=redhat [2020-07-29T01:52:36.736Z] + workspace=/w/workspace/edgexfoundry_edgex-docs_PR-199 [2020-07-29T01:52:36.736Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-29T01:52:36.736Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-29T01:52:36.736Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-29T01:52:36.736Z] + PACKAGES=/tmp/packages_start.txt [2020-07-29T01:52:36.736Z] + '[' /w/workspace/edgexfoundry_edgex-docs_PR-199 ']' [2020-07-29T01:52:36.736Z] + PACKAGES=/tmp/packages_end.txt [2020-07-29T01:52:36.736Z] + case "${OS_FAMILY}" in [2020-07-29T01:52:36.736Z] + sort [2020-07-29T01:52:36.736Z] + rpm -qa [2020-07-29T01:52:42.200Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-29T01:52:42.200Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-29T01:52:42.200Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-29T01:52:42.200Z] + '[' /w/workspace/edgexfoundry_edgex-docs_PR-199 ']' [2020-07-29T01:52:42.200Z] + mkdir -p /w/workspace/edgexfoundry_edgex-docs_PR-199/archives/ [2020-07-29T01:52:42.200Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-docs_PR-199/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-29T01:52:42.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T01:52:42.638Z] [2020-07-29T01:52:42.638Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-29T01:52:42.997Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T01:52:42.998Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-29T01:52:42.998Z] c9b1b535fdd9: Pulling fs layer [2020-07-29T01:52:42.998Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-29T01:52:42.998Z] 756a868c4378: Pulling fs layer [2020-07-29T01:52:42.998Z] 444b2fc9a129: Pulling fs layer [2020-07-29T01:52:42.998Z] ea15f1150254: Pulling fs layer [2020-07-29T01:52:42.998Z] 41b27a9f41bf: Pulling fs layer [2020-07-29T01:52:42.998Z] 28c525ee5125: Pulling fs layer [2020-07-29T01:52:42.998Z] 094b1ea09ed8: Pulling fs layer [2020-07-29T01:52:42.998Z] 138eaada9080: Pulling fs layer [2020-07-29T01:52:42.998Z] 0622d0fa9048: Pulling fs layer [2020-07-29T01:52:42.998Z] 28c525ee5125: Waiting [2020-07-29T01:52:42.998Z] 094b1ea09ed8: Waiting [2020-07-29T01:52:42.998Z] 138eaada9080: Waiting [2020-07-29T01:52:42.998Z] 0622d0fa9048: Waiting [2020-07-29T01:52:42.998Z] 444b2fc9a129: Waiting [2020-07-29T01:52:42.998Z] ea15f1150254: Waiting [2020-07-29T01:52:42.998Z] 41b27a9f41bf: Waiting [2020-07-29T01:52:42.998Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-29T01:52:42.998Z] 2cc5ad85d9ab: Download complete [2020-07-29T01:52:42.998Z] 444b2fc9a129: Verifying Checksum [2020-07-29T01:52:42.998Z] 444b2fc9a129: Download complete [2020-07-29T01:52:43.286Z] c9b1b535fdd9: Verifying Checksum [2020-07-29T01:52:43.286Z] c9b1b535fdd9: Download complete [2020-07-29T01:52:43.286Z] ea15f1150254: Verifying Checksum [2020-07-29T01:52:43.286Z] ea15f1150254: Download complete [2020-07-29T01:52:43.579Z] 28c525ee5125: Verifying Checksum [2020-07-29T01:52:43.579Z] 28c525ee5125: Download complete [2020-07-29T01:52:44.342Z] c9b1b535fdd9: Pull complete [2020-07-29T01:52:44.342Z] 2cc5ad85d9ab: Pull complete [2020-07-29T01:52:44.616Z] 756a868c4378: Verifying Checksum [2020-07-29T01:52:44.616Z] 756a868c4378: Download complete [2020-07-29T01:52:45.733Z] 138eaada9080: Verifying Checksum [2020-07-29T01:52:45.733Z] 138eaada9080: Download complete [2020-07-29T01:52:45.733Z] 0622d0fa9048: Verifying Checksum [2020-07-29T01:52:45.733Z] 0622d0fa9048: Download complete [2020-07-29T01:52:45.733Z] 094b1ea09ed8: Verifying Checksum [2020-07-29T01:52:45.733Z] 094b1ea09ed8: Download complete [2020-07-29T01:52:46.995Z] 41b27a9f41bf: Verifying Checksum [2020-07-29T01:52:46.995Z] 41b27a9f41bf: Download complete [2020-07-29T01:52:47.723Z] 756a868c4378: Pull complete [2020-07-29T01:52:47.723Z] 444b2fc9a129: Pull complete [2020-07-29T01:52:48.336Z] ea15f1150254: Pull complete [2020-07-29T01:52:52.655Z] 41b27a9f41bf: Pull complete [2020-07-29T01:52:52.655Z] 28c525ee5125: Pull complete [2020-07-29T01:52:57.018Z] 094b1ea09ed8: Pull complete [2020-07-29T01:52:57.018Z] 138eaada9080: Pull complete [2020-07-29T01:52:57.018Z] 0622d0fa9048: Pull complete [2020-07-29T01:52:57.018Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-29T01:52:57.018Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T01:52:57.018Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-29T01:52:57.386Z] prd-centos7-docker-4c-2g-1326 does not seem to be running inside a container [2020-07-29T01:52:57.614Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_edgex-docs_PR-199 -v /w/workspace/edgexfoundry_edgex-docs_PR-199:/w/workspace/edgexfoundry_edgex-docs_PR-199:rw,z -v /w/workspace/edgexfoundry_edgex-docs_PR-199@tmp:/w/workspace/edgexfoundry_edgex-docs_PR-199@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-29T01:53:00.029Z] $ docker top 0e77954e89bdf513da2b36317edc0ae8553b56f90a7eab9d0b0519d264f379e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-29T01:53:00.302Z] provisioning config files... [2020-07-29T01:53:00.323Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-docs_PR-199@tmp/config8820032595664161964tmp [Pipeline] { [Pipeline] echo [2020-07-29T01:53:00.390Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T01:53:00.727Z] ---> create-netrc.sh [Pipeline] echo [2020-07-29T01:53:00.752Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T01:53:01.115Z] ---> logs-deploy.sh [2020-07-29T01:53:01.115Z] + ARCHIVE_ARTIFACTS= [2020-07-29T01:53:01.115Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-29T01:53:01.115Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-29T01:53:01.115Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-29T01:53:01.115Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-docs/PR-199/2 [2020-07-29T01:53:01.115Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-docs/job/PR-199/2/ [2020-07-29T01:53:01.115Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-docs/PR-199/2 /w/workspace/edgexfoundry_edgex-docs_PR-199 [2020-07-29T01:53:03.249Z] Archives upload complete. [2020-07-29T01:53:03.249Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-docs/PR-199/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-docs/job/PR-199/2/ [2020-07-29T01:53:04.534Z] ---> uname -a: [2020-07-29T01:53:04.534Z] Linux 0e77954e89bd 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-29T01:53:04.534Z] [2020-07-29T01:53:04.534Z] [2020-07-29T01:53:04.534Z] ---> lscpu: [2020-07-29T01:53:04.534Z] Architecture: x86_64 [2020-07-29T01:53:04.534Z] CPU op-mode(s): 32-bit, 64-bit [2020-07-29T01:53:04.534Z] Byte Order: Little Endian [2020-07-29T01:53:04.534Z] Address sizes: 40 bits physical, 48 bits virtual [2020-07-29T01:53:04.534Z] CPU(s): 4 [2020-07-29T01:53:04.534Z] On-line CPU(s) list: 0-3 [2020-07-29T01:53:04.534Z] Thread(s) per core: 1 [2020-07-29T01:53:04.534Z] Core(s) per socket: 1 [2020-07-29T01:53:04.534Z] Socket(s): 4 [2020-07-29T01:53:04.534Z] NUMA node(s): 1 [2020-07-29T01:53:04.534Z] Vendor ID: GenuineIntel [2020-07-29T01:53:04.534Z] CPU family: 6 [2020-07-29T01:53:04.534Z] Model: 44 [2020-07-29T01:53:04.534Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-07-29T01:53:04.534Z] Stepping: 1 [2020-07-29T01:53:04.534Z] CPU MHz: 2933.438 [2020-07-29T01:53:04.534Z] BogoMIPS: 5866.87 [2020-07-29T01:53:04.534Z] Virtualization: VT-x [2020-07-29T01:53:04.534Z] Hypervisor vendor: KVM [2020-07-29T01:53:04.534Z] Virtualization type: full [2020-07-29T01:53:04.534Z] L1d cache: 128 KiB [2020-07-29T01:53:04.534Z] L1i cache: 128 KiB [2020-07-29T01:53:04.534Z] L2 cache: 16 MiB [2020-07-29T01:53:04.534Z] L3 cache: 64 MiB [2020-07-29T01:53:04.534Z] NUMA node0 CPU(s): 0-3 [2020-07-29T01:53:04.534Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-07-29T01:53:04.534Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-07-29T01:53:04.534Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-07-29T01:53:04.534Z] Vulnerability Meltdown: Mitigation; PTI [2020-07-29T01:53:04.534Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-07-29T01:53:04.534Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-07-29T01:53:04.534Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-07-29T01:53:04.535Z] Vulnerability Tsx async abort: Not affected [2020-07-29T01:53:04.535Z] 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-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] ---> nproc: [2020-07-29T01:53:04.535Z] 4 [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] ---> df -h: [2020-07-29T01:53:04.535Z] Filesystem Size Used Available Use% Mounted on [2020-07-29T01:53:04.535Z] overlay 50.0G 7.8G 42.2G 16% / [2020-07-29T01:53:04.535Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-07-29T01:53:04.535Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-07-29T01:53:04.535Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-07-29T01:53:04.535Z] /dev/vda1 50.0G 7.8G 42.2G 16% /etc/resolv.conf [2020-07-29T01:53:04.535Z] /dev/vda1 50.0G 7.8G 42.2G 16% /etc/hostname [2020-07-29T01:53:04.535Z] /dev/vda1 50.0G 7.8G 42.2G 16% /etc/hosts [2020-07-29T01:53:04.535Z] /dev/vda1 50.0G 7.8G 42.2G 16% /w/workspace/edgexfoundry_edgex-docs_PR-199 [2020-07-29T01:53:04.535Z] /dev/vda1 50.0G 7.8G 42.2G 16% /w/workspace/edgexfoundry_edgex-docs_PR-199@tmp [2020-07-29T01:53:04.535Z] /dev/vda1 50.0G 7.8G 42.2G 16% /var/log/sa [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] ---> free -m: [2020-07-29T01:53:04.535Z] total used free shared buff/cache available [2020-07-29T01:53:04.535Z] Mem: 1837 610 105 0 1120 1123 [2020-07-29T01:53:04.535Z] Swap: 1023 2 1021 [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] ---> ip addr: [2020-07-29T01:53:04.535Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-07-29T01:53:04.535Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-07-29T01:53:04.535Z] inet 127.0.0.1/8 scope host lo [2020-07-29T01:53:04.535Z] valid_lft forever preferred_lft forever [2020-07-29T01:53:04.535Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-07-29T01:53:04.535Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-07-29T01:53:04.535Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-07-29T01:53:04.535Z] valid_lft forever preferred_lft forever [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] ---> sar -b -r -n DEV: [2020-07-29T01:53:04.535Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/29/20 _x86_64_ (4 CPU) [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] 01:49:16 LINUX RESTART [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] 01:50:01 tps rtps wtps bread/s bwrtn/s [2020-07-29T01:53:04.535Z] 01:51:01 115.74 35.12 80.62 6676.56 26970.24 [2020-07-29T01:53:04.535Z] 01:52:01 74.54 17.14 57.40 2704.96 8695.32 [2020-07-29T01:53:04.535Z] 01:53:01 171.97 97.86 74.11 8442.43 24145.64 [2020-07-29T01:53:04.535Z] Average: 120.76 50.05 70.71 5941.91 19938.39 [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] 01:50:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-07-29T01:53:04.535Z] 01:51:01 109276 1772280 94.19 2620 1147160 1921768 65.59 593880 1002336 44 [2020-07-29T01:53:04.535Z] 01:52:01 112808 1768748 94.00 2620 1179568 1236832 42.21 572952 980700 109056 [2020-07-29T01:53:04.535Z] 01:53:01 138196 1743360 92.66 1724 1143076 1260144 43.01 645948 891280 252 [2020-07-29T01:53:04.535Z] Average: 120093 1761463 93.62 2321 1156601 1472915 50.27 604260 958105 36451 [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] 01:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-07-29T01:53:04.535Z] 01:51:01 veth43d17dd 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2020-07-29T01:53:04.535Z] 01:51:01 eth0 710.10 409.15 4061.98 81.47 0.00 0.00 0.00 [2020-07-29T01:53:04.535Z] 01:51:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-07-29T01:53:04.535Z] 01:51:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 [2020-07-29T01:53:04.535Z] 01:52:01 veth43d17dd 22.03 42.51 1.89 293.61 0.00 0.00 0.00 [2020-07-29T01:53:04.535Z] 01:52:01 eth0 109.67 77.07 333.73 156.63 0.00 0.00 0.00 [2020-07-29T01:53:04.535Z] 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-29T01:53:04.535Z] 01:52:01 docker0 22.03 42.40 1.58 293.60 0.00 0.00 0.00 [2020-07-29T01:53:04.535Z] 01:53:01 veth57dbb72 0.00 0.10 0.00 0.01 0.00 0.00 0.00 [2020-07-29T01:53:04.535Z] 01:53:01 eth0 607.17 424.33 2476.47 2706.17 0.00 0.00 0.00 [2020-07-29T01:53:04.535Z] 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-29T01:53:04.535Z] 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-29T01:53:04.535Z] Average: veth57dbb72 0.00 0.03 0.00 0.00 0.00 0.00 0.00 [2020-07-29T01:53:04.535Z] Average: eth0 475.69 303.55 2290.87 981.76 0.00 0.00 0.00 [2020-07-29T01:53:04.535Z] Average: lo 0.04 0.04 0.00 0.00 0.00 0.00 0.00 [2020-07-29T01:53:04.535Z] Average: docker0 7.34 14.14 0.53 97.84 0.00 0.00 0.00 [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] ---> sar -P ALL: [2020-07-29T01:53:04.535Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/29/20 _x86_64_ (4 CPU) [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] 01:49:16 LINUX RESTART [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] 01:50:01 CPU %user %nice %system %iowait %steal %idle [2020-07-29T01:53:04.535Z] 01:51:01 all 10.34 0.00 3.97 2.28 15.88 67.52 [2020-07-29T01:53:04.535Z] 01:51:01 0 7.62 0.00 3.88 3.14 19.80 65.55 [2020-07-29T01:53:04.535Z] 01:51:01 1 12.10 0.00 3.75 1.10 15.55 67.50 [2020-07-29T01:53:04.535Z] 01:51:01 2 10.53 0.00 4.00 2.20 15.13 68.15 [2020-07-29T01:53:04.535Z] 01:51:01 3 11.14 0.00 4.25 2.69 13.03 68.89 [2020-07-29T01:53:04.535Z] 01:52:01 all 12.95 0.00 3.75 1.00 8.03 74.28 [2020-07-29T01:53:04.535Z] 01:52:01 0 8.53 0.00 2.34 0.31 9.15 79.68 [2020-07-29T01:53:04.535Z] 01:52:01 1 7.66 0.00 2.81 0.25 8.22 81.07 [2020-07-29T01:53:04.535Z] 01:52:01 2 26.25 0.00 6.10 1.57 7.00 59.07 [2020-07-29T01:53:04.535Z] 01:52:01 3 10.19 0.00 3.95 1.92 7.67 76.28 [2020-07-29T01:53:04.535Z] 01:53:01 all 10.31 0.00 3.50 1.95 18.80 65.45 [2020-07-29T01:53:04.535Z] 01:53:01 0 13.81 0.00 3.71 3.23 21.31 57.95 [2020-07-29T01:53:04.535Z] 01:53:01 1 11.76 0.00 3.44 2.00 19.59 63.22 [2020-07-29T01:53:04.535Z] 01:53:01 2 7.25 0.00 2.54 0.72 16.62 72.87 [2020-07-29T01:53:04.535Z] 01:53:01 3 8.43 0.00 4.32 1.88 17.70 67.67 [2020-07-29T01:53:04.535Z] Average: all 11.19 0.00 3.74 1.75 14.30 69.03 [2020-07-29T01:53:04.535Z] Average: 0 10.01 0.00 3.31 2.22 16.74 67.72 [2020-07-29T01:53:04.535Z] Average: 1 10.51 0.00 3.33 1.12 14.48 70.56 [2020-07-29T01:53:04.535Z] Average: 2 14.41 0.00 4.16 1.49 13.05 66.89 [2020-07-29T01:53:04.535Z] Average: 3 9.89 0.00 4.18 2.16 12.89 70.89 [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z] [2020-07-29T01:53:04.535Z]