Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 146f0c2405d6077c1ba35e6e763a52b1bc37219b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 --version # 'git version 2.16.6' > 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 > git --version # 'git version 2.16.6' 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-4398 in /w/workspace/edgexfoundry_edgex-docs_geneva [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-docs.git > git init /w/workspace/edgexfoundry_edgex-docs_geneva # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-docs.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-docs.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 146f0c2405d6077c1ba35e6e763a52b1bc37219b (geneva) > git config remote.origin.url git@github.com:edgexfoundry/edgex-docs.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-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 --tags --progress -- git@github.com:edgexfoundry/edgex-docs.git +refs/heads/geneva:refs/remotes/origin/geneva # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 146f0c2405d6077c1ba35e6e763a52b1bc37219b # timeout=10 Commit message: "Merge pull request #251 from jpwhitemn/fix-config-props-links" > git rev-list --no-walk 146f0c2405d6077c1ba35e6e763a52b1bc37219b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (Build Docs) [Pipeline] getContext [Pipeline] isUnix [Pipeline] sh 18:18:37 + docker inspect -f . python:3-slim 18:18:37 18:18:37 Error: No such object: python:3-slim [Pipeline] isUnix [Pipeline] sh 18:18:37 + docker pull python:3-slim 18:18:37 3-slim: Pulling from library/python 18:18:37 d121f8d1c412: Pulling fs layer 18:18:37 ca572574cc82: Pulling fs layer 18:18:37 39994d1a1036: Pulling fs layer 18:18:37 bb17b4bcbeb9: Pulling fs layer 18:18:37 76a99f9078fe: Pulling fs layer 18:18:37 bb17b4bcbeb9: Waiting 18:18:37 76a99f9078fe: Waiting 18:18:39 ca572574cc82: Download complete 18:18:39 bb17b4bcbeb9: Download complete 18:18:39 39994d1a1036: Verifying Checksum 18:18:39 39994d1a1036: Download complete 18:18:39 76a99f9078fe: Verifying Checksum 18:18:39 76a99f9078fe: Download complete 18:18:41 d121f8d1c412: Verifying Checksum 18:18:41 d121f8d1c412: Download complete 18:18:43 d121f8d1c412: Pull complete 18:18:43 ca572574cc82: Pull complete 18:18:44 39994d1a1036: Pull complete 18:18:44 bb17b4bcbeb9: Pull complete 18:18:45 76a99f9078fe: Pull complete 18:18:45 Digest: sha256:96b94b62d108b48dc0330085ad873d2ca4e2913d7f7e43866fadd0175ef38e7f 18:18:45 Status: Downloaded newer image for python:3-slim 18:18:45 docker.io/library/python:3-slim [Pipeline] withDockerContainer 18:18:45 prd-centos7-docker-4c-2g-4398 does not seem to be running inside a container 18:18:45 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/edgexfoundry_edgex-docs_geneva -v /w/workspace/edgexfoundry_edgex-docs_geneva:/w/workspace/edgexfoundry_edgex-docs_geneva:rw,z -v /w/workspace/edgexfoundry_edgex-docs_geneva@tmp:/w/workspace/edgexfoundry_edgex-docs_geneva@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 ******** python:3-slim cat 18:18:48 $ docker top c825dd2d2278f89601df05be9061bd09bc241683349d0735e1f2f94a0ed0b077 -eo pid,comm [Pipeline] { [Pipeline] sh 18:18:49 + pip install mkdocs 18:18:51 Collecting mkdocs 18:18:51 Downloading mkdocs-1.1.2-py3-none-any.whl (6.4 MB) 18:19:01 Collecting Jinja2>=2.10.1 18:19:01 Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB) 18:19:01 Collecting lunr[languages]==0.5.8 18:19:01 Downloading lunr-0.5.8-py2.py3-none-any.whl (2.3 MB) 18:19:01 Collecting Markdown>=3.2.1 18:19:01 Downloading Markdown-3.3-py3-none-any.whl (94 kB) 18:19:01 Collecting PyYAML>=3.10 18:19:01 Downloading PyYAML-5.3.1.tar.gz (269 kB) 18:19:01 Collecting tornado>=5.0 18:19:01 Downloading tornado-6.0.4.tar.gz (496 kB) 18:19:01 Collecting livereload>=2.5.1 18:19:01 Downloading livereload-2.6.3.tar.gz (25 kB) 18:19:02 Collecting click>=3.3 18:19:02 Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) 18:19:02 Collecting MarkupSafe>=0.23 18:19:02 Downloading MarkupSafe-1.1.1.tar.gz (19 kB) 18:19:02 Collecting six>=1.11.0 18:19:02 Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) 18:19:03 Collecting future>=0.16.0 18:19:03 Downloading future-0.18.2.tar.gz (829 kB) 18:19:03 Collecting nltk>=3.2.5; python_version > "2.7" and extra == "languages" 18:19:03 Downloading nltk-3.5.zip (1.4 MB) 18:19:04 Collecting joblib 18:19:04 Downloading joblib-0.17.0-py3-none-any.whl (301 kB) 18:19:05 Collecting regex 18:19:05 Downloading regex-2020.9.27-cp39-cp39-manylinux2010_x86_64.whl (668 kB) 18:19:06 Collecting tqdm 18:19:06 Downloading tqdm-4.50.2-py2.py3-none-any.whl (70 kB) 18:19:06 Building wheels for collected packages: PyYAML, tornado, livereload, MarkupSafe, future, nltk 18:19:06 Building wheel for PyYAML (setup.py): started 18:19:06 Building wheel for PyYAML (setup.py): finished with status 'done' 18:19:06 Created wheel for PyYAML: filename=PyYAML-5.3.1-cp39-cp39-linux_x86_64.whl size=44617 sha256=827aac2c8f9c5410c837478ffb766de7b7598fcf2945b1e7284497db0a10aab3 18:19:06 Stored in directory: /root/.cache/pip/wheels/69/60/81/5cd74b8ee068fbe9e04ca0d53148f28f5c6e2c5b177d5dd622 18:19:06 Building wheel for tornado (setup.py): started 18:19:07 Building wheel for tornado (setup.py): finished with status 'done' 18:19:07 Created wheel for tornado: filename=tornado-6.0.4-cp39-cp39-linux_x86_64.whl size=415147 sha256=ec4016eefd4896020d03dc646fe66a398150b2118cb62e0bfbbd09f3fb77ea63 18:19:07 Stored in directory: /root/.cache/pip/wheels/6f/ef/c9/5a028b736b28e21d3cad611317376ff57e17e4f6d2b6bc6a51 18:19:07 Building wheel for livereload (setup.py): started 18:19:07 Building wheel for livereload (setup.py): finished with status 'done' 18:19:07 Created wheel for livereload: filename=livereload-2.6.3-py2.py3-none-any.whl size=24713 sha256=4d6a77d6c1ed87b37e6deba96ba6d2b0ff0f88aa480abcb48445f353ddb8354a 18:19:07 Stored in directory: /root/.cache/pip/wheels/2a/a6/91/40395ea3d02fd9244dc79b039776bb45a4c86560b117a8c09c 18:19:07 Building wheel for MarkupSafe (setup.py): started 18:19:07 Building wheel for MarkupSafe (setup.py): finished with status 'done' 18:19:07 Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-py3-none-any.whl size=12627 sha256=c9f648cc33ca30e5160f61a55bb1778b95b74a0fcb9aba5ab20125698ac87609 18:19:07 Stored in directory: /root/.cache/pip/wheels/e0/19/6f/6ba857621f50dc08e084312746ed3ebc14211ba30037d5e44e 18:19:07 Building wheel for future (setup.py): started 18:19:08 Building wheel for future (setup.py): finished with status 'done' 18:19:08 Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=93c9f0f6645df972368144a03631971a7fda300eac402e6f5adc9f7135e544fa 18:19:08 Stored in directory: /root/.cache/pip/wheels/2f/a0/d3/4030d9f80e6b3be787f19fc911b8e7aa462986a40ab1e4bb94 18:19:08 Building wheel for nltk (setup.py): started 18:19:09 Building wheel for nltk (setup.py): finished with status 'done' 18:19:09 Created wheel for nltk: filename=nltk-3.5-py3-none-any.whl size=1434676 sha256=80a920a5b0993b85174259a94fc0687f252ae435ba9ca5bf00b8b084cdeacdef 18:19:09 Stored in directory: /root/.cache/pip/wheels/13/ae/bb/5e2a232ebaa1d2f38dd5f587e9fc4cf6ccb12758d14dac14d8 18:19:09 Successfully built PyYAML tornado livereload MarkupSafe future nltk 18:19:09 Installing collected packages: MarkupSafe, Jinja2, six, future, click, joblib, regex, tqdm, nltk, lunr, Markdown, PyYAML, tornado, livereload, mkdocs 18:19:13 Successfully installed Jinja2-2.11.2 Markdown-3.3 MarkupSafe-1.1.1 PyYAML-5.3.1 click-7.1.2 future-0.18.2 joblib-0.17.0 livereload-2.6.3 lunr-0.5.8 mkdocs-1.1.2 nltk-3.5 regex-2020.9.27 six-1.15.0 tornado-6.0.4 tqdm-4.50.2 [Pipeline] sh 18:19:13 + pip install mkdocs-material==5.1.0 18:19:14 Collecting mkdocs-material==5.1.0 18:19:14 Downloading mkdocs_material-5.1.0-py2.py3-none-any.whl (3.1 MB) 18:19:15 Requirement already satisfied: mkdocs>=1.1 in /usr/local/lib/python3.9/site-packages (from mkdocs-material==5.1.0) (1.1.2) 18:19:15 Collecting Pygments>=2.4 18:19:15 Downloading Pygments-2.7.1-py3-none-any.whl (944 kB) 18:19:15 Requirement already satisfied: markdown>=3.2 in /usr/local/lib/python3.9/site-packages (from mkdocs-material==5.1.0) (3.3) 18:19:15 Collecting mkdocs-material-extensions>=1.0b1 18:19:15 Downloading mkdocs_material_extensions-1.0.1-py3-none-any.whl (8.0 kB) 18:19:15 Collecting pymdown-extensions>=7.0 18:19:15 Downloading pymdown_extensions-8.0.1-py2.py3-none-any.whl (206 kB) 18:19:15 Requirement already satisfied: PyYAML>=3.10 in /usr/local/lib/python3.9/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (5.3.1) 18:19:15 Requirement already satisfied: click>=3.3 in /usr/local/lib/python3.9/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (7.1.2) 18:19:15 Requirement already satisfied: lunr[languages]==0.5.8 in /usr/local/lib/python3.9/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (0.5.8) 18:19:15 Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.9/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (6.0.4) 18:19:15 Requirement already satisfied: Jinja2>=2.10.1 in /usr/local/lib/python3.9/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (2.11.2) 18:19:15 Requirement already satisfied: livereload>=2.5.1 in /usr/local/lib/python3.9/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (2.6.3) 18:19:15 Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.9/site-packages (from lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (1.15.0) 18:19:15 Requirement already satisfied: future>=0.16.0 in /usr/local/lib/python3.9/site-packages (from lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (0.18.2) 18:19:15 Requirement already satisfied: nltk>=3.2.5; python_version > "2.7" and extra == "languages" in /usr/local/lib/python3.9/site-packages (from lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (3.5) 18:19:15 Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.9/site-packages (from Jinja2>=2.10.1->mkdocs>=1.1->mkdocs-material==5.1.0) (1.1.1) 18:19:15 Requirement already satisfied: regex in /usr/local/lib/python3.9/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.9.27) 18:19:15 Requirement already satisfied: joblib in /usr/local/lib/python3.9/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.17.0) 18:19:15 Requirement already satisfied: tqdm in /usr/local/lib/python3.9/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.50.2) 18:19:15 Installing collected packages: Pygments, mkdocs-material-extensions, pymdown-extensions, mkdocs-material 18:19:18 Successfully installed Pygments-2.7.1 mkdocs-material-5.1.0 mkdocs-material-extensions-1.0.1 pymdown-extensions-8.0.1 [Pipeline] sh 18:19:19 + mkdocs build 18:19:20 INFO - Cleaning site directory 18:19:20 INFO - Building documentation to directory: /w/workspace/edgexfoundry_edgex-docs_geneva/docs/1.2 18:19:20 INFO - The following pages exist in the docs directory, but are not included in the "nav" configuration: 18:19:20 - design/adr/0001-Registy-Refactor.md 18:19:20 - design/adr/0004-Feature-Flags.md 18:19:20 - design/adr/0005-Service-Self-Config.md 18:19:20 - design/adr/core/0003-V2-API-Principles.md 18:19:20 - design/adr/device-service/0002-Array-Datatypes.md 18:19:20 - design/adr/device-service/0011-DeviceService-Rest-API.md 18:19:20 - design/adr/devops/0007-Release-Automation.md 18:19:20 - design/adr/devops/0010-Release-Artifacts.md 18:19:20 - design/adr/security/0008-Secret-Creation-and-Distribution.md 18:19:20 - design/legacy-design/device-service/discovery.md 18:19:20 - design/legacy-requirements/device-service.md 18:19:20 - microservices/device/profile/Ch-DeviceProfileRef.md 18:19:20 - microservices/security/Ch-Docker-Swarm-SecuringDeviceServices.md 18:19:20 - microservices/security/Ch-SSH-Tunneling-HowToSecureDeviceServices.md 18:19:20 - microservices/security/security-file-token-provider.1.md 18:19:20 - microservices/security/security-secrets-setup.1.md 18:19:27 INFO - Documentation built in 6.60 seconds [Pipeline] stash 18:19:33 Stashed 391 file(s) [Pipeline] } 18:19:33 $ docker stop --time=1 c825dd2d2278f89601df05be9061bd09bc241683349d0735e1f2f94a0ed0b077 18:19:35 $ docker rm -f c825dd2d2278f89601df05be9061bd09bc241683349d0735e1f2f94a0ed0b077 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Push Changes) [Pipeline] script [Pipeline] { [Pipeline] sh 18:19:37 + git log --format=%B -n 1 18:19:37 + grep -v Signed-off-by 18:19:37 + head -n 1 [Pipeline] cleanWs 18:19:37 [WS-CLEANUP] Deleting project workspace... 18:19:37 [WS-CLEANUP] Deferred wipeout is used... 18:19:37 [WS-CLEANUP] done [Pipeline] dir 18:19:37 Running in /w/workspace/edgexfoundry_edgex-docs_geneva/edgex-docs-clean [Pipeline] { [Pipeline] git 18:19:37 using credential edgex-jenkins-ssh 18:19:37 Cloning the remote Git repository 18:19:37 Cloning repository git@github.com:edgexfoundry/edgex-docs.git 18:19:37 > git init /w/workspace/edgexfoundry_edgex-docs_geneva/edgex-docs-clean # timeout=10 18:19:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-docs.git 18:19:37 > git --version # timeout=10 18:19:37 > git --version # 'git version 2.16.5' 18:19:37 using GIT_SSH to set credentials SSH Credentials for GitHub 18:19:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-docs.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:19:43 Checking out Revision fd2124db895ddd0b0b114bc5825b7dab6856572a (refs/remotes/origin/gh-pages) 18:19:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-docs.git # timeout=10 18:19:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:19:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-docs.git # timeout=10 18:19:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-docs.git 18:19:42 using GIT_SSH to set credentials SSH Credentials for GitHub 18:19:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-docs.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:19:43 > git rev-parse refs/remotes/origin/gh-pages^{commit} # timeout=10 18:19:43 > git rev-parse refs/remotes/origin/origin/gh-pages^{commit} # timeout=10 18:19:43 > git config core.sparsecheckout # timeout=10 18:19:43 > git checkout -f fd2124db895ddd0b0b114bc5825b7dab6856572a # timeout=10 18:19:46 Commit message: "ci: build: add supporting files for conventional commits (#256)" [Pipeline] unstash 18:19:46 > git branch -a -v --no-abbrev # timeout=10 18:19:46 > git checkout -b gh-pages fd2124db895ddd0b0b114bc5825b7dab6856572a # timeout=10 [Pipeline] sh 18:19:50 + cp -rlf docs/1.2 docs/CNAME docs/index.html docs/versions.json . [Pipeline] sh 18:19:50 + rm -rf docs [Pipeline] sh 18:19:51 + git diff-index --quiet HEAD -- [Pipeline] echo 18:19:51 We have detected there are changes to commit: [1] [true] [Pipeline] sh 18:19:51 + git config --global user.email jenkins@edgexfoundry.org [Pipeline] sh 18:19:51 + git config --global user.name 'EdgeX Jenkins' [Pipeline] sh 18:19:52 + git add . [Pipeline] sh 18:19:52 + git commit -s -m 'ci: Merge pull request #251 from jpwhitemn/fix-config-props-links 18:19:52 ' 18:19:53 [gh-pages 64db6a3] ci: Merge pull request #251 from jpwhitemn/fix-config-props-links 18:19:53 121 files changed, 55362 insertions(+), 25442 deletions(-) 18:19:53 rewrite 1.2/assets/images/favicon.png (98%) 18:19:53 rewrite 1.2/general/EdgeX_CoreServicesLayer.png (99%) 18:19:53 rewrite 1.2/general/EdgeX_DeviceServicesLayer.png (99%) 18:19:53 rewrite 1.2/general/EdgeX_SecurityLayer.png (99%) 18:19:53 rewrite 1.2/general/EdgeX_SupportingServicesLayer.png (99%) 18:19:53 rewrite 1.2/general/EdgeX_SystemManagementLayer.png (99%) 18:19:53 rewrite 1.2/general/EdgeX_architecture.png (98%) 18:19:53 rewrite 1.2/getting-started/EdgeX_GettingStartedBuild.png (97%) 18:19:53 rewrite 1.2/getting-started/EdgeX_GettingStartedClone.png (98%) 18:19:53 rewrite 1.2/getting-started/EdgeX_GettingStartedRun.png (97%) 18:19:53 rewrite 1.2/getting-started/EdgeX_GettingStartedUsrActiveContainers.png (97%) 18:19:53 rewrite 1.2/getting-started/EdgeX_GettingStartedUsrConsul.png (98%) 18:19:53 rewrite 1.2/getting-started/EdgeX_GettingStartedUsrLogs.png (86%) 18:19:53 rewrite 1.2/getting-started/EdgeX_GettingStartedUsrPing.png (99%) 18:19:53 rewrite 1.2/getting-started/configuration.toml (61%) 18:19:53 rewrite 1.2/getting-started/quick-start/EdgeX_GettingStartedUsrActiveContainers.png (97%) 18:19:53 rewrite 1.2/getting-started/quick-start/EdgeX_HiveMQTTWebClient.png (97%) 18:19:53 rewrite 1.2/microservices/configuration/EdgeX_RegistryHighlighted.png (99%) 18:19:53 rewrite 1.2/microservices/core/command/EdgeX_Command.png (99%) 18:19:53 rewrite 1.2/microservices/core/data/EdgeX_CoreData.png (99%) 18:19:53 rewrite 1.2/microservices/core/data/EdgeX_CoreDataAddDevice.png (99%) 18:19:53 rewrite 1.2/microservices/core/data/EdgeX_CoreDataEventReading.png (99%) 18:19:53 rewrite 1.2/microservices/core/data/EdgeX_CoreDataModel.png (99%) 18:19:53 rewrite 1.2/microservices/core/metadata/EdgeX_Metadata.png (99%) 18:19:53 rewrite 1.2/microservices/core/metadata/EdgeX_Metadata2.png (99%) 18:19:53 rewrite 1.2/microservices/core/metadata/EdgeX_Metadata3.png (99%) 18:19:53 rewrite 1.2/microservices/core/metadata/EdgeX_MetadataAddDeviceProfileStep1.png (99%) 18:19:53 rewrite 1.2/microservices/core/metadata/EdgeX_MetadataAddDeviceProfileStep2.png (99%) 18:19:53 rewrite 1.2/microservices/core/metadata/EdgeX_MetadataDeviceStartup.png (99%) 18:19:53 rewrite 1.2/microservices/device/EdgeX_DeviceServices.png (98%) 18:19:53 rewrite 1.2/microservices/device/virtual/EdgeX_VirtualDevice.png (99%) 18:19:53 rewrite 1.2/microservices/support/notifications/EdgeX_SupportingServicesAlertsArchitecture.png (98%) 18:19:53 rewrite 1.2/microservices/support/notifications/EdgeX_SupportingServicesAlertsNotifications.png (99%) 18:19:53 rewrite 1.2/microservices/support/rulesengine/EdgeX_SupportingServicesRules.png (99%) 18:19:53 rewrite 1.2/microservices/support/scheduler/EdgeX_SupportingServicesScheduling.png (99%) 18:19:53 rewrite 1.2/search/search_index.json (82%) 18:19:53 rewrite 1.2/sitemap.xml.gz (100%) 18:19:53 rewrite 1.2/walk-through/EdgeX_CameraMonitorProfile.yml (95%) 18:19:53 rewrite 1.2/walk-through/EdgeX_WalkthroughPostmanFile.png (99%) 18:19:53 rewrite 1.2/walk-through/EdgeX_WalkthroughPostmanPOST.png (99%) 18:19:53 rewrite 1.2/walk-through/EdgeX_WalkthroughPutCommandURL.png (99%) [Pipeline] sshagent 18:19:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:19:54 [ssh-agent] Looking for ssh-agent implementation... 18:19:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:19:54 $ ssh-agent 18:19:54 SSH_AUTH_SOCK=/tmp/ssh-Zxbo2zuZwYx0/agent.9933 18:19:54 SSH_AGENT_PID=9935 18:19:54 Running ssh-add (command line suppressed) 18:19:54 Identity added: /w/workspace/edgexfoundry_edgex-docs_geneva/edgex-docs-clean@tmp/private_key_7086447830219478252.key (/w/workspace/edgexfoundry_edgex-docs_geneva/edgex-docs-clean@tmp/private_key_7086447830219478252.key) 18:19:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:19:54 + git push origin gh-pages 18:19:54 Warning: Permanently added the RSA host key for IP address '140.82.114.3' to the list of known hosts. 18:19:57 To github.com:edgexfoundry/edgex-docs.git 18:19:57 fd2124d..64db6a3 gh-pages -> gh-pages [Pipeline] } 18:19:57 $ ssh-agent -k 18:19:57 unset SSH_AUTH_SOCK; 18:19:57 unset SSH_AGENT_PID; 18:19:57 echo Agent pid 9935 killed; 18:19:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:19:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:19:59 ---> package-listing.sh 18:19:59 ++ facter osfamily 18:19:59 ++ tr '[:upper:]' '[:lower:]' 18:19:59 + OS_FAMILY=redhat 18:19:59 + workspace=/w/workspace/edgexfoundry_edgex-docs_geneva 18:19:59 + START_PACKAGES=/tmp/packages_start.txt 18:19:59 + END_PACKAGES=/tmp/packages_end.txt 18:19:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:19:59 + PACKAGES=/tmp/packages_start.txt 18:19:59 + '[' /w/workspace/edgexfoundry_edgex-docs_geneva ']' 18:19:59 + PACKAGES=/tmp/packages_end.txt 18:19:59 + case "${OS_FAMILY}" in 18:19:59 + rpm -qa 18:19:59 + sort 18:20:03 + '[' -f /tmp/packages_start.txt ']' 18:20:03 + '[' -f /tmp/packages_end.txt ']' 18:20:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:20:03 + '[' /w/workspace/edgexfoundry_edgex-docs_geneva ']' 18:20:03 + mkdir -p /w/workspace/edgexfoundry_edgex-docs_geneva/archives/ 18:20:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-docs_geneva/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:20:04 provisioning config files... 18:20:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-docs_geneva@tmp/config6707886053388324152tmp [Pipeline] { [Pipeline] echo 18:20:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:20:04 ---> create-netrc.sh [Pipeline] } 18:20:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:20:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:20:04 ---> python-tools-install.sh 18:20:04 Generating Requirements File 18:21:26 Python 3.6.8 18:21:26 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 18:21:26 appdirs==1.4.3 18:21:26 argcomplete==1.12.1 18:21:26 aspy.yaml==1.3.0 18:21:26 attrs==19.3.0 18:21:26 Babel==2.8.0 18:21:26 beautifulsoup4==4.8.2 18:21:26 boto3==1.11.6 18:21:26 botocore==1.14.6 18:21:26 bs4==0.0.1 18:21:26 cachetools==4.1.1 18:21:26 certifi==2019.11.28 18:21:26 cffi==1.14.3 18:21:26 cfgv==2.0.1 18:21:26 chardet==3.0.4 18:21:26 click==7.1 18:21:26 cliff==3.4.0 18:21:26 cmd2==1.3.11 18:21:26 colorama==0.4.3 18:21:26 cryptography==3.1.1 18:21:26 debtcollector==2.2.0 18:21:26 decorator==4.4.2 18:21:26 defusedxml==0.6.0 18:21:26 Deprecated==1.2.7 18:21:26 distlib==0.3.1 18:21:26 distro==1.2.0 18:21:26 dnspython==1.16.0 18:21:26 docker==4.2.0 18:21:26 docutils==0.15.2 18:21:26 dogpile.cache==1.0.2 18:21:26 email-validator==1.0.5 18:21:26 filelock==3.0.12 18:21:26 future==0.18.2 18:21:26 google-auth==1.22.1 18:21:26 httplib2==0.17.0 18:21:26 identify==1.4.11 18:21:26 idna==2.9 18:21:26 importlib-metadata==2.0.0 18:21:26 importlib-resources==1.5.0 18:21:26 iso8601==0.1.13 18:21:26 Jinja2==2.11.1 18:21:26 jmespath==0.10.0 18:21:26 jsonpatch==1.26 18:21:26 jsonpointer==2.0 18:21:26 jsonschema==3.2.0 18:21:26 keystoneauth1==4.2.1 18:21:26 kubernetes==11.0.0 18:21:26 lftools==0.34.2 18:21:26 lxml==4.5.0 18:21:26 MarkupSafe==0.23 18:21:26 msgpack==1.0.0 18:21:26 multi-key-dict==2.0.3 18:21:26 munch==2.5.0 18:21:26 netaddr==0.8.0 18:21:26 netifaces==0.10.9 18:21:26 niet==1.4.2 18:21:26 nodeenv==1.3.5 18:21:26 oauth2client==4.1.3 18:21:26 oauthlib==3.1.0 18:21:26 openstacksdk==0.50.0 18:21:26 os-client-config==2.1.0 18:21:26 os-service-types==1.7.0 18:21:26 osc-lib==2.2.1 18:21:26 oslo.config==8.3.2 18:21:26 oslo.context==3.1.1 18:21:26 oslo.i18n==5.0.1 18:21:26 oslo.log==4.4.0 18:21:26 oslo.serialization==4.0.1 18:21:26 oslo.utils==4.6.0 18:21:26 packaging==20.4 18:21:26 pbr==5.4.4 18:21:26 pluggy==0.13.1 18:21:26 prettytable==0.7.2 18:21:26 py==1.9.0 18:21:26 pyasn1==0.4.8 18:21:26 pyasn1-modules==0.2.8 18:21:26 pycparser==2.20 18:21:26 pygerrit2==2.0.10 18:21:26 PyGithub==1.46 18:21:26 pyinotify==0.9.6 18:21:26 PyJWT==1.7.1 18:21:26 pyparsing==2.4.7 18:21:26 pyperclip==1.8.0 18:21:26 pyroute2==0.4.13 18:21:26 pyrsistent==0.15.7 18:21:26 PySocks==1.6.8 18:21:26 python-cinderclient==7.2.0 18:21:26 python-dateutil==2.8.1 18:21:26 python-heatclient==2.2.1 18:21:26 python-jenkins==1.7.0 18:21:26 python-keystoneclient==4.1.1 18:21:26 python-magnumclient==3.2.1 18:21:26 python-novaclient==17.2.1 18:21:26 python-openstackclient==5.4.0 18:21:26 python-swiftclient==3.10.1 18:21:26 pytz==2020.1 18:21:26 PyYAML==5.3 18:21:26 requests==2.23.0 18:21:26 requests-oauthlib==1.3.0 18:21:26 requestsexceptions==1.4.0 18:21:26 rfc3986==1.4.0 18:21:26 rpm==4.11.3 18:21:26 rsa==4.0 18:21:26 ruamel.yaml==0.16.10 18:21:26 ruamel.yaml.clib==0.2.0 18:21:26 s3transfer==0.3.3 18:21:26 shade==1.27.2 18:21:26 simplejson==3.17.2 18:21:26 six==1.14.0 18:21:26 soupsieve==2.0 18:21:26 stevedore==3.2.2 18:21:26 tabulate==0.8.6 18:21:26 toml==0.10.0 18:21:26 tox==3.20.1 18:21:26 tqdm==4.43.0 18:21:26 urllib3==1.25.8 18:21:26 virtualenv==20.0.33 18:21:26 wcwidth==0.2.5 18:21:26 websocket-client==0.57.0 18:21:26 wrapt==1.12.1 18:21:26 xdg==3.0.2 18:21:26 xmltodict==0.12.0 18:21:26 yq==2.11.1 18:21:26 zipp==3.3.0 18:21:26 Cache entry deserialization failed, entry ignored 18:21:26 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 18:21:26 Python 2.7.5 18:21:26 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 18:21:26 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 18:21:26 ansible==2.9.7 18:21:26 Babel==0.9.6 18:21:26 backports.ssl-match-hostname==3.5.0.1 18:21:26 beautifulsoup4==4.4.1 18:21:26 bodhi==2.11.0 18:21:26 bodhi-client==2.11.0 18:21:26 CCColUtils==1.4 18:21:26 cffi==1.6.0 18:21:26 chardet==2.2.1 18:21:26 click==6.7 18:21:26 cloud-init==18.5 18:21:26 configobj==4.7.2 18:21:26 cryptography==1.7.2 18:21:26 decorator==3.4.0 18:21:26 distro==1.2.0 18:21:26 enum34==1.0.4 18:21:26 fedpkg==1.38 18:21:26 futures==3.1.1 18:21:26 gitdb==0.6.4 18:21:26 GitPython==1.0.1 18:21:26 html5lib==0.999 18:21:26 httplib2==0.9.2 18:21:26 idna==2.4 18:21:26 iniparse==0.4 18:21:26 ipaddress==1.0.16 18:21:26 IPy==0.75 18:21:26 javapackages==1.0.0 18:21:26 Jinja2==2.7.2 18:21:26 jmespath==0.9.4 18:21:26 jsonpatch==1.2 18:21:26 jsonpointer==1.9 18:21:26 kerberos==1.1 18:21:26 kitchen==1.1.1 18:21:26 langtable==0.0.31 18:21:26 lockfile==0.9.1 18:21:26 lxml==3.2.1 18:21:26 MarkupSafe==0.11 18:21:26 munch==2.0.2 18:21:26 offtrac==0.1.0 18:21:26 openidc-client==0.6.0 18:21:26 packagedb-cli==2.14.1 18:21:26 paramiko==2.1.1 18:21:26 perf==0.1 18:21:26 ply==3.4 18:21:26 policycoreutils-default-encoding==0.1 18:21:26 prettytable==0.7.2 18:21:26 pyasn1==0.1.9 18:21:26 pycparser==2.14 18:21:26 pycurl==7.19.0 18:21:26 pygobject==3.22.0 18:21:26 pygpgme==0.3 18:21:26 pyliblzma==0.5.3 18:21:26 pyOpenSSL==0.13.1 18:21:26 pyparsing==1.5.6 18:21:26 pyserial==2.6 18:21:26 python-augeas==0.5.0 18:21:26 python-bugzilla==2.3.0 18:21:26 python-dateutil==1.5 18:21:26 python-fedora==0.10.0 18:21:26 python-linux-procfs==0.4.9 18:21:26 python-yubico==1.2.3 18:21:26 pyudev==0.15 18:21:26 pyusb==1.0.0b1 18:21:26 pyxattr==0.5.1 18:21:26 PyYAML==3.10 18:21:26 requests==2.6.0 18:21:26 requests-kerberos==0.7.0 18:21:26 rpkg==1.60 18:21:26 schedutils==0.4 18:21:26 seobject==0.1 18:21:26 sepolicy==1.1 18:21:26 six==1.9.0 18:21:26 smmap==0.9.0 18:21:26 urlgrabber==3.10 18:21:26 urllib3==1.10.2 18:21:26 virtualenv==15.1.0 18:21:26 yum-langpacks==0.4.2 18:21:26 yum-metadata-parser==1.1.4 [Pipeline] echo 18:21:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:21:26 ---> sudo-logs.sh 18:21:26 Archiving 'sudo' log.. [Pipeline] echo 18:21:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:21:27 ---> job-cost.sh 18:21:27 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-g5xP 18:21:37 Cache entry deserialization failed, entry ignored 18:21:37 Cache entry deserialization failed, entry ignored 18:21:39 Cache entry deserialization failed, entry ignored 18:21:39 Cache entry deserialization failed, entry ignored 18:21:39 Cache entry deserialization failed, entry ignored 18:21:39 Cache entry deserialization failed, entry ignored 18:21:39 Cache entry deserialization failed, entry ignored 18:21:39 Cache entry deserialization failed, entry ignored 18:21:39 Cache entry deserialization failed, entry ignored 18:21:40 Cache entry deserialization failed, entry ignored 18:21:40 Cache entry deserialization failed, entry ignored 18:21:40 Cache entry deserialization failed, entry ignored 18:21:40 Cache entry deserialization failed, entry ignored 18:21:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:22:09 lf-activate-venv(): INFO: Adding /tmp/venv-g5xP/bin to PATH 18:22:09 INFO: No Stack... 18:22:11 INFO: Retrieving Pricing Info for: v1-standard-2 18:22:11 INFO: Archiving Costs [Pipeline] echo 18:22:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:22:12 ---> logs-deploy.sh 18:22:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-docs/geneva/3 18:22:12 INFO: archiving workspace using pattern(s): 18:22:14 Archives upload complete. 18:22:14 INFO: archiving logs to Nexus 18:22:15 ---> uname -a: 18:22:15 Linux prd-centos7-docker-4c-2g-4398.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 18:22:15 18:22:15 18:22:15 ---> lscpu: 18:22:15 Architecture: x86_64 18:22:15 CPU op-mode(s): 32-bit, 64-bit 18:22:15 Byte Order: Little Endian 18:22:15 CPU(s): 4 18:22:15 On-line CPU(s) list: 0-3 18:22:15 Thread(s) per core: 1 18:22:15 Core(s) per socket: 1 18:22:15 Socket(s): 4 18:22:15 NUMA node(s): 1 18:22:15 Vendor ID: GenuineIntel 18:22:15 CPU family: 6 18:22:15 Model: 44 18:22:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:22:15 Stepping: 1 18:22:15 CPU MHz: 2933.438 18:22:15 BogoMIPS: 5866.87 18:22:15 Virtualization: VT-x 18:22:15 Hypervisor vendor: KVM 18:22:15 Virtualization type: full 18:22:15 L1d cache: 32K 18:22:15 L1i cache: 32K 18:22:15 L2 cache: 4096K 18:22:15 L3 cache: 16384K 18:22:15 NUMA node0 CPU(s): 0-3 18:22:15 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 18:22:15 18:22:15 18:22:15 ---> nproc: 18:22:15 4 18:22:15 18:22:15 18:22:15 ---> df -h: 18:22:15 Filesystem Size Used Avail Use% Mounted on 18:22:15 devtmpfs 887M 0 887M 0% /dev 18:22:15 tmpfs 919M 0 919M 0% /dev/shm 18:22:15 tmpfs 919M 17M 903M 2% /run 18:22:15 tmpfs 919M 0 919M 0% /sys/fs/cgroup 18:22:15 /dev/vda1 50G 7.7G 43G 16% / 18:22:15 tmpfs 184M 0 184M 0% /run/user/1001 18:22:15 18:22:15 18:22:15 ---> free -m: 18:22:15 total used free shared buff/cache available 18:22:15 Mem: 1837 609 71 16 1155 1028 18:22:15 Swap: 1023 2 1021 18:22:15 18:22:15 18:22:15 ---> ip addr: 18:22:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 18:22:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:22:15 inet 127.0.0.1/8 scope host lo 18:22:15 valid_lft forever preferred_lft forever 18:22:15 inet6 ::1/128 scope host 18:22:15 valid_lft forever preferred_lft forever 18:22:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 18:22:15 link/ether fa:16:3e:be:6a:e7 brd ff:ff:ff:ff:ff:ff 18:22:15 inet 10.30.123.45/23 brd 10.30.123.255 scope global dynamic eth0 18:22:15 valid_lft 86133sec preferred_lft 86133sec 18:22:15 inet6 fe80::f816:3eff:febe:6ae7/64 scope link 18:22:15 valid_lft forever preferred_lft forever 18:22:15 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 18:22:15 link/ether 02:42:cf:a4:5d:33 brd ff:ff:ff:ff:ff:ff 18:22:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:22:15 valid_lft forever preferred_lft forever 18:22:15 inet6 fe80::42:cfff:fea4:5d33/64 scope link 18:22:15 valid_lft forever preferred_lft forever 18:22:15 18:22:15 18:22:15 ---> sar -b -r -n DEV: 18:22:15 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/09/2020 _x86_64_ (4 CPU) 18:22:15 18:22:15 06:17:27 PM LINUX RESTART 18:22:15 18:22:15 06:18:02 PM tps rtps wtps bread/s bwrtn/s 18:22:15 06:19:01 PM 134.05 58.08 75.97 9254.76 22118.60 18:22:15 06:20:01 PM 111.99 43.72 68.27 4143.83 19270.02 18:22:15 06:21:01 PM 91.54 26.37 65.17 1896.37 10271.23 18:22:15 06:22:01 PM 92.11 23.08 69.03 1066.00 8707.51 18:22:15 Average: 107.31 37.73 69.58 4069.31 15063.53 18:22:15 18:22:15 06:18:02 PM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:22:15 06:19:01 PM 86712 1794844 95.39 2620 1187680 1244912 42.49 554356 1059692 21916 18:22:15 06:20:01 PM 151316 1730240 91.96 2620 1095704 1167096 39.83 707100 844408 100640 18:22:15 06:21:01 PM 65928 1815628 96.50 2596 1116708 1177772 40.20 687760 917524 104008 18:22:15 06:22:01 PM 86888 1794668 95.38 2276 1078580 1151396 39.30 682800 869772 85376 18:22:15 Average: 97711 1783845 94.81 2528 1119668 1185294 40.45 658004 922849 77985 18:22:15 18:22:15 06:18:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 18:22:15 06:19:01 PM veth73c830a 55.36 61.99 3.81 166.80 0.00 0.00 0.00 18:22:15 06:19:01 PM eth0 1158.10 769.71 4406.94 116.00 0.00 0.00 0.00 18:22:15 06:19:01 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 18:22:15 06:19:01 PM docker0 55.36 61.85 3.05 166.79 0.00 0.00 0.00 18:22:15 06:20:01 PM eth0 1444.45 1047.29 3879.29 1052.74 0.00 0.00 0.00 18:22:15 06:20:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:22:15 06:20:01 PM docker0 25.74 29.68 1.62 133.33 0.00 0.00 0.00 18:22:15 06:21:01 PM eth0 109.69 97.15 821.40 12.99 0.00 0.00 0.00 18:22:15 06:21:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:22:15 06:21:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:22:15 06:22:01 PM eth0 35.13 25.22 128.43 9.14 0.00 0.00 0.00 18:22:15 06:22:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:22:15 06:22:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:22:15 Average: eth0 679.31 481.14 2289.51 298.25 0.00 0.00 0.00 18:22:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:22:15 Average: docker0 20.13 22.73 1.16 74.66 0.00 0.00 0.00 18:22:15 18:22:15 18:22:15 ---> sar -P ALL: 18:22:15 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/09/2020 _x86_64_ (4 CPU) 18:22:15 18:22:15 06:17:27 PM LINUX RESTART 18:22:15 18:22:15 06:18:02 PM CPU %user %nice %system %iowait %steal %idle 18:22:15 06:19:01 PM all 16.74 0.00 6.80 3.36 0.02 73.08 18:22:15 06:19:01 PM 0 13.62 0.00 8.03 4.46 0.02 73.87 18:22:15 06:19:01 PM 1 18.22 0.00 6.92 4.96 0.02 69.88 18:22:15 06:19:01 PM 2 18.44 0.00 6.28 2.68 0.02 72.58 18:22:15 06:19:01 PM 3 16.61 0.00 6.04 1.31 0.02 76.03 18:22:15 06:20:01 PM all 19.15 0.00 5.10 1.40 0.01 74.33 18:22:15 06:20:01 PM 0 19.20 0.00 8.65 0.76 0.00 71.39 18:22:15 06:20:01 PM 1 19.15 0.00 2.95 1.61 0.00 76.30 18:22:15 06:20:01 PM 2 21.90 0.00 4.40 1.71 0.02 71.96 18:22:15 06:20:01 PM 3 16.37 0.00 4.42 1.51 0.02 77.67 18:22:15 06:21:01 PM all 16.59 0.00 2.58 1.40 0.00 79.42 18:22:15 06:21:01 PM 0 24.46 0.00 2.76 2.39 0.02 70.37 18:22:15 06:21:01 PM 1 11.97 0.00 2.42 0.99 0.00 84.63 18:22:15 06:21:01 PM 2 15.61 0.00 2.69 1.19 0.00 80.51 18:22:15 06:21:01 PM 3 14.32 0.00 2.46 1.05 0.02 82.15 18:22:15 06:22:01 PM all 15.61 0.00 3.16 1.70 0.01 79.52 18:22:15 06:22:01 PM 0 18.98 0.00 2.74 0.43 0.00 77.84 18:22:15 06:22:01 PM 1 8.21 0.00 2.10 1.60 0.02 88.07 18:22:15 06:22:01 PM 2 19.59 0.00 5.06 2.20 0.02 73.13 18:22:15 06:22:01 PM 3 15.68 0.00 2.78 2.53 0.00 79.02 18:22:15 Average: all 17.02 0.00 4.39 1.96 0.01 76.62 18:22:15 Average: 0 19.12 0.00 5.51 2.00 0.01 73.37 18:22:15 Average: 1 14.36 0.00 3.58 2.27 0.01 79.78 18:22:15 Average: 2 18.88 0.00 4.60 1.94 0.01 74.56 18:22:15 Average: 3 15.74 0.00 3.91 1.60 0.01 78.74 18:22:15 18:22:15 18:22:15