Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a6c8f7398ec6482a0acb3eb1565bcb943f1d6b4f 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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-15505’ is offline Running on prd-centos7-docker-4c-2g-16136 in /w/workspace/edgexfoundry_edgex-docs_master [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_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-docs.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-docs.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision a6c8f7398ec6482a0acb3eb1565bcb943f1d6b4f (master) > 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 --force --progress -- git@github.com:edgexfoundry/edgex-docs.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a6c8f7398ec6482a0acb3eb1565bcb943f1d6b4f # timeout=10 Commit message: "feat(adr): SecretProvider for all EdgeX Services (#281)" > git rev-list --no-walk 9d2545104dba4595e8f79f2c7e7964130ae6ea53 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (Build Docs) [Pipeline] getContext [Pipeline] isUnix [Pipeline] sh 20:03:28 + docker inspect -f . python:3-slim 20:03:28 20:03:28 Error: No such object: python:3-slim [Pipeline] isUnix [Pipeline] sh 20:03:28 + docker pull python:3-slim 20:03:28 3-slim: Pulling from library/python 20:03:28 6ec7b7d162b2: Pulling fs layer 20:03:28 a28a49c1de56: Pulling fs layer 20:03:28 55e13bb4abc2: Pulling fs layer 20:03:28 c99c72ed7c2b: Pulling fs layer 20:03:28 4ad2c63333b4: Pulling fs layer 20:03:28 4ad2c63333b4: Waiting 20:03:28 c99c72ed7c2b: Waiting 20:03:28 a28a49c1de56: Verifying Checksum 20:03:28 a28a49c1de56: Download complete 20:03:28 c99c72ed7c2b: Download complete 20:03:29 4ad2c63333b4: Verifying Checksum 20:03:29 4ad2c63333b4: Download complete 20:03:29 55e13bb4abc2: Verifying Checksum 20:03:29 55e13bb4abc2: Download complete 20:03:29 6ec7b7d162b2: Verifying Checksum 20:03:29 6ec7b7d162b2: Download complete 20:03:31 6ec7b7d162b2: Pull complete 20:03:31 a28a49c1de56: Pull complete 20:03:33 55e13bb4abc2: Pull complete 20:03:33 c99c72ed7c2b: Pull complete 20:03:33 4ad2c63333b4: Pull complete 20:03:33 Digest: sha256:a2f5f2912364672a93f850bb219a3e687a15c365fd122b7bb35b138c22cb76dd 20:03:33 Status: Downloaded newer image for python:3-slim 20:03:33 docker.io/library/python:3-slim [Pipeline] withDockerContainer 20:03:33 prd-centos7-docker-4c-2g-16136 does not seem to be running inside a container 20:03:33 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/edgexfoundry_edgex-docs_master -v /w/workspace/edgexfoundry_edgex-docs_master:/w/workspace/edgexfoundry_edgex-docs_master:rw,z -v /w/workspace/edgexfoundry_edgex-docs_master@tmp:/w/workspace/edgexfoundry_edgex-docs_master@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 20:03:35 $ docker top 9bef34b1cae023eac6d49d100b1bf82a8b892b8ac004f68a2e0f865ba4f2abe6 -eo pid,comm [Pipeline] { [Pipeline] sh 20:03:35 + pip install mkdocs 20:03:38 Collecting mkdocs 20:03:38 Downloading mkdocs-1.1.2-py3-none-any.whl (6.4 MB) 20:03:39 Collecting click>=3.3 20:03:39 Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) 20:03:39 Collecting Jinja2>=2.10.1 20:03:39 Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB) 20:03:39 Collecting livereload>=2.5.1 20:03:39 Downloading livereload-2.6.3.tar.gz (25 kB) 20:03:40 Collecting lunr[languages]==0.5.8 20:03:40 Downloading lunr-0.5.8-py2.py3-none-any.whl (2.3 MB) 20:03:40 Collecting future>=0.16.0 20:03:40 Downloading future-0.18.2.tar.gz (829 kB) 20:03:40 Collecting Markdown>=3.2.1 20:03:40 Downloading Markdown-3.3.3-py3-none-any.whl (96 kB) 20:03:40 Collecting MarkupSafe>=0.23 20:03:40 Downloading MarkupSafe-1.1.1.tar.gz (19 kB) 20:03:41 Collecting nltk>=3.2.5 20:03:41 Downloading nltk-3.5.zip (1.4 MB) 20:03:43 Collecting joblib 20:03:43 Downloading joblib-1.0.0-py3-none-any.whl (302 kB) 20:03:43 Collecting PyYAML>=3.10 20:03:43 Downloading PyYAML-5.3.1.tar.gz (269 kB) 20:03:44 Collecting regex 20:03:44 Downloading regex-2020.11.13-cp39-cp39-manylinux2014_x86_64.whl (732 kB) 20:03:44 Collecting six 20:03:44 Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) 20:03:44 Collecting tornado>=5.0 20:03:44 Downloading tornado-6.1-cp39-cp39-manylinux2010_x86_64.whl (427 kB) 20:03:44 Collecting tqdm 20:03:44 Downloading tqdm-4.54.1-py2.py3-none-any.whl (69 kB) 20:03:44 Building wheels for collected packages: livereload, future, MarkupSafe, nltk, PyYAML 20:03:44 Building wheel for livereload (setup.py): started 20:03:44 Building wheel for livereload (setup.py): finished with status 'done' 20:03:44 Created wheel for livereload: filename=livereload-2.6.3-py2.py3-none-any.whl size=24713 sha256=5aa2e00c7c15430279e10cc326d317e1f844d587e13b6661dca54bc6583e6e85 20:03:44 Stored in directory: /root/.cache/pip/wheels/2a/a6/91/40395ea3d02fd9244dc79b039776bb45a4c86560b117a8c09c 20:03:44 Building wheel for future (setup.py): started 20:03:45 Building wheel for future (setup.py): finished with status 'done' 20:03:45 Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491058 sha256=daf5b02b1982a33ad54a2c2a48294ce9ddb5e312a71037ed32717ab376c48866 20:03:45 Stored in directory: /root/.cache/pip/wheels/2f/a0/d3/4030d9f80e6b3be787f19fc911b8e7aa462986a40ab1e4bb94 20:03:45 Building wheel for MarkupSafe (setup.py): started 20:03:45 Building wheel for MarkupSafe (setup.py): finished with status 'done' 20:03:45 Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-py3-none-any.whl size=12629 sha256=f67673a483657d612d6fe087212b3a2e8432861e37285a0d12fb2ac2a127e874 20:03:45 Stored in directory: /root/.cache/pip/wheels/e0/19/6f/6ba857621f50dc08e084312746ed3ebc14211ba30037d5e44e 20:03:45 Building wheel for nltk (setup.py): started 20:03:47 Building wheel for nltk (setup.py): finished with status 'done' 20:03:47 Created wheel for nltk: filename=nltk-3.5-py3-none-any.whl size=1434672 sha256=69a6af472cb5f5aa25a487862599740396603ec54414fdfceb1e7fd926e2c8bf 20:03:47 Stored in directory: /root/.cache/pip/wheels/13/ae/bb/5e2a232ebaa1d2f38dd5f587e9fc4cf6ccb12758d14dac14d8 20:03:47 Building wheel for PyYAML (setup.py): started 20:03:47 Building wheel for PyYAML (setup.py): finished with status 'done' 20:03:47 Created wheel for PyYAML: filename=PyYAML-5.3.1-cp39-cp39-linux_x86_64.whl size=44618 sha256=6f593e9eea318cffb896ee623ad02143d164709c99e7c9df406938043b8d5041 20:03:47 Stored in directory: /root/.cache/pip/wheels/69/60/81/5cd74b8ee068fbe9e04ca0d53148f28f5c6e2c5b177d5dd622 20:03:47 Successfully built livereload future MarkupSafe nltk PyYAML 20:03:47 Installing collected packages: tqdm, six, regex, joblib, future, click, tornado, nltk, MarkupSafe, lunr, PyYAML, Markdown, livereload, Jinja2, mkdocs 20:03:51 Successfully installed Jinja2-2.11.2 Markdown-3.3.3 MarkupSafe-1.1.1 PyYAML-5.3.1 click-7.1.2 future-0.18.2 joblib-1.0.0 livereload-2.6.3 lunr-0.5.8 mkdocs-1.1.2 nltk-3.5 regex-2020.11.13 six-1.15.0 tornado-6.1 tqdm-4.54.1 20:03:51 WARNING: You are using pip version 20.3.1; however, version 20.3.3 is available. 20:03:51 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. [Pipeline] sh 20:03:51 + pip install mkdocs-material==5.1.0 20:03:52 Collecting mkdocs-material==5.1.0 20:03:52 Downloading mkdocs_material-5.1.0-py2.py3-none-any.whl (3.1 MB) 20:03:53 Requirement already satisfied: markdown>=3.2 in /usr/local/lib/python3.9/site-packages (from mkdocs-material==5.1.0) (3.3.3) 20:03:53 Requirement already satisfied: mkdocs>=1.1 in /usr/local/lib/python3.9/site-packages (from mkdocs-material==5.1.0) (1.1.2) 20:03:53 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) 20:03:53 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) 20:03:53 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) 20:03:53 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) 20:03:53 Requirement already satisfied: markdown>=3.2 in /usr/local/lib/python3.9/site-packages (from mkdocs-material==5.1.0) (3.3.3) 20:03:53 Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.9/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (6.1) 20:03:53 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) 20:03:53 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) 20:03:53 Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.9/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (6.1) 20:03:53 Requirement already satisfied: six in /usr/local/lib/python3.9/site-packages (from livereload>=2.5.1->mkdocs>=1.1->mkdocs-material==5.1.0) (1.15.0) 20:03:53 Requirement already satisfied: six in /usr/local/lib/python3.9/site-packages (from livereload>=2.5.1->mkdocs>=1.1->mkdocs-material==5.1.0) (1.15.0) 20:03:53 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) 20:03:53 Requirement already satisfied: nltk>=3.2.5 in /usr/local/lib/python3.9/site-packages (from lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (3.5) 20:03:53 Requirement already satisfied: six in /usr/local/lib/python3.9/site-packages (from livereload>=2.5.1->mkdocs>=1.1->mkdocs-material==5.1.0) (1.15.0) 20:03:53 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) 20:03:53 Collecting mkdocs-material-extensions>=1.0b1 20:03:53 Downloading mkdocs_material_extensions-1.0.1-py3-none-any.whl (8.0 kB) 20:03:53 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) 20:03:53 Requirement already satisfied: regex in /usr/local/lib/python3.9/site-packages (from nltk>=3.2.5->lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (2020.11.13) 20:03:53 Requirement already satisfied: joblib in /usr/local/lib/python3.9/site-packages (from nltk>=3.2.5->lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (1.0.0) 20:03:53 Requirement already satisfied: tqdm in /usr/local/lib/python3.9/site-packages (from nltk>=3.2.5->lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (4.54.1) 20:03:53 Collecting Pygments>=2.4 20:03:53 Downloading Pygments-2.7.3-py3-none-any.whl (950 kB) 20:03:53 Collecting pymdown-extensions>=7.0 20:03:53 Downloading pymdown_extensions-8.0.1-py2.py3-none-any.whl (206 kB) 20:03:53 Requirement already satisfied: markdown>=3.2 in /usr/local/lib/python3.9/site-packages (from mkdocs-material==5.1.0) (3.3.3) 20:03:53 Installing collected packages: pymdown-extensions, Pygments, mkdocs-material-extensions, mkdocs-material 20:03:57 Successfully installed Pygments-2.7.3 mkdocs-material-5.1.0 mkdocs-material-extensions-1.0.1 pymdown-extensions-8.0.1 20:03:57 WARNING: You are using pip version 20.3.1; however, version 20.3.3 is available. 20:03:57 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. [Pipeline] sh 20:03:58 + mkdocs build 20:03:58 INFO - Cleaning site directory 20:03:58 INFO - Building documentation to directory: /w/workspace/edgexfoundry_edgex-docs_master/docs/1.3 20:03:59 INFO - The following pages exist in the docs directory, but are not included in the "nav" configuration: 20:03:59 - design/adr/0001-Registy-Refactor.md 20:03:59 - design/adr/0004-Feature-Flags.md 20:03:59 - design/adr/0005-Service-Self-Config.md 20:03:59 - design/adr/013-Device-Service-Events-Message-Bus.md 20:03:59 - design/adr/014-Secret-Provider-For-All.md 20:03:59 - design/adr/core/0003-V2-API-Principles.md 20:03:59 - design/adr/device-service/0002-Array-Datatypes.md 20:03:59 - design/adr/device-service/0011-DeviceService-Rest-API.md 20:03:59 - design/adr/devops/0007-Release-Automation.md 20:03:59 - design/adr/devops/0010-Release-Artifacts.md 20:03:59 - design/adr/security/0008-Secret-Creation-and-Distribution.md 20:03:59 - design/adr/security/0009-Secure-Bootstrapping.md 20:03:59 - design/adr/security/0015-in-cluster-tls.md 20:03:59 - design/adr/security/0016-docker-image-guidelines.md 20:03:59 - design/legacy-design/device-service/discovery.md 20:03:59 - design/legacy-requirements/device-service.md 20:03:59 - microservices/device/profile/Ch-DeviceProfileRef.md 20:03:59 - microservices/security/Ch-Docker-Swarm-SecuringDeviceServices.md 20:03:59 - microservices/security/Ch-SSH-Tunneling-HowToSecureDeviceServices.md 20:03:59 - microservices/security/edgex-secrets-config-proxy.1.md 20:03:59 - microservices/security/edgex-secrets-config.1.md 20:03:59 - microservices/security/security-file-token-provider.1.md 20:03:59 - microservices/security/security-secrets-setup.1.md 20:04:09 INFO - Documentation built in 9.08 seconds [Pipeline] stash 20:04:15 Stashed 402 file(s) [Pipeline] } 20:04:15 $ docker stop --time=1 9bef34b1cae023eac6d49d100b1bf82a8b892b8ac004f68a2e0f865ba4f2abe6 20:04:17 $ docker rm -f 9bef34b1cae023eac6d49d100b1bf82a8b892b8ac004f68a2e0f865ba4f2abe6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish to GitHub pages) [Pipeline] node 20:04:34 Still waiting to schedule task 20:04:34 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:06:57 Running on prd-centos7-docker-4c-2g-16138 in /w/workspace/edgexfoundry_edgex-docs_master [Pipeline] { [Pipeline] checkout 20:06:59 using credential edgex-jenkins-ssh 20:06:59 Cloning the remote Git repository 20:06:59 Cloning repository git@github.com:edgexfoundry/edgex-docs.git 20:06:59 > git init /w/workspace/edgexfoundry_edgex-docs_master # timeout=10 20:07:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-docs.git 20:07:00 > git --version # timeout=10 20:07:00 > git --version # 'git version 2.24.3' 20:07:00 using GIT_SSH to set credentials SSH Credentials for GitHub 20:07:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-docs.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:07:09 Checking out Revision a6c8f7398ec6482a0acb3eb1565bcb943f1d6b4f (master) 20:07:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-docs.git # timeout=10 20:07:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:07:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-docs.git # timeout=10 20:07:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-docs.git 20:07:09 using GIT_SSH to set credentials SSH Credentials for GitHub 20:07:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-docs.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:07:09 > git config core.sparsecheckout # timeout=10 20:07:09 > git checkout -f a6c8f7398ec6482a0acb3eb1565bcb943f1d6b4f # timeout=10 20:07:13 Commit message: "feat(adr): SecretProvider for all EdgeX Services (#281)" [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh 20:07:15 + git log --format=%B -n 1 20:07:15 + grep -v Signed-off-by 20:07:15 + head -n 1 [Pipeline] cleanWs 20:07:15 [WS-CLEANUP] Deleting project workspace... 20:07:15 [WS-CLEANUP] Deferred wipeout is used... 20:07:15 [WS-CLEANUP] done [Pipeline] dir 20:07:15 Running in /w/workspace/edgexfoundry_edgex-docs_master/gh-pages-src [Pipeline] { [Pipeline] git 20:07:15 using credential edgex-jenkins-ssh 20:07:15 Cloning the remote Git repository 20:07:15 Cloning repository git@github.com:edgexfoundry/edgex-docs.git 20:07:15 > git init /w/workspace/edgexfoundry_edgex-docs_master/gh-pages-src # timeout=10 20:07:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-docs.git 20:07:15 > git --version # timeout=10 20:07:15 > git --version # 'git version 2.24.3' 20:07:15 using GIT_SSH to set credentials SSH Credentials for GitHub 20:07:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-docs.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:07:22 Checking out Revision 83208ac1a3839f15d610a6c43003c4ed16d95c50 (refs/remotes/origin/gh-pages) 20:07:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-docs.git # timeout=10 20:07:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:07:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-docs.git # timeout=10 20:07:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-docs.git 20:07:22 using GIT_SSH to set credentials SSH Credentials for GitHub 20:07:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-docs.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:07:22 > git rev-parse refs/remotes/origin/gh-pages^{commit} # timeout=10 20:07:22 > git rev-parse refs/remotes/origin/origin/gh-pages^{commit} # timeout=10 20:07:22 > git config core.sparsecheckout # timeout=10 20:07:22 > git checkout -f 83208ac1a3839f15d610a6c43003c4ed16d95c50 # timeout=10 20:07:24 Commit message: "ci: feat(adr): ADR for bootstrapping of EdgeX in OCI container environments (#140)" [Pipeline] unstash 20:07:24 > git branch -a -v --no-abbrev # timeout=10 20:07:24 > git checkout -b gh-pages 83208ac1a3839f15d610a6c43003c4ed16d95c50 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:07:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:07:27 [ssh-agent] Looking for ssh-agent implementation... 20:07:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:07:27 $ ssh-agent 20:07:27 SSH_AUTH_SOCK=/tmp/ssh-R470pOY3SsHQ/agent.8414 20:07:27 SSH_AGENT_PID=8416 20:07:27 Running ssh-add (command line suppressed) 20:07:27 Identity added: /w/workspace/edgexfoundry_edgex-docs_master/gh-pages-src@tmp/private_key_502259401108544273.key (/w/workspace/edgexfoundry_edgex-docs_master/gh-pages-src@tmp/private_key_502259401108544273.key) 20:07:27 [ssh-agent] Started. [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:07:28 total 12 20:07:28 drwxrwxr-x. 6 jenkins jenkins 104 Dec 15 20:07 . 20:07:28 drwxrwxr-x. 4 jenkins jenkins 50 Dec 15 20:07 .. 20:07:28 drwxrwxr-x. 11 jenkins jenkins 229 Dec 15 20:07 1.2 20:07:28 drwxrwxr-x. 11 jenkins jenkins 229 Dec 15 20:07 1.3 20:07:28 -rw-rw-r--. 1 jenkins jenkins 21 Dec 15 20:07 CNAME 20:07:28 drwxrwxr-x. 3 jenkins jenkins 69 Dec 15 20:07 docs 20:07:28 drwxrwxr-x. 8 jenkins jenkins 162 Dec 15 20:07 .git 20:07:28 -rw-rw-r--. 1 jenkins jenkins 148 Dec 15 20:07 index.html 20:07:28 -rw-rw-r--. 1 jenkins jenkins 185 Dec 15 20:07 versions.json 20:07:28 total 12 20:07:28 drwxrwxr-x. 5 jenkins jenkins 92 Dec 15 20:07 . 20:07:28 drwxrwxr-x. 4 jenkins jenkins 50 Dec 15 20:07 .. 20:07:28 drwxrwxr-x. 11 jenkins jenkins 229 Dec 15 20:07 1.2 20:07:28 drwxrwxr-x. 11 jenkins jenkins 229 Dec 15 20:07 1.3 20:07:28 -rw-rw-r--. 1 jenkins jenkins 21 Dec 15 20:03 CNAME 20:07:28 drwxrwxr-x. 8 jenkins jenkins 162 Dec 15 20:07 .git 20:07:28 -rw-rw-r--. 1 jenkins jenkins 148 Dec 15 20:03 index.html 20:07:28 -rw-rw-r--. 1 jenkins jenkins 185 Dec 15 20:03 versions.json 20:07:28 [edgeXGHPagesPublish] We have detected there are changes to commit: 20:07:28 [gh-pages df6a1db] ci: feat(adr): SecretProvider for all EdgeX Services (#281) 20:07:28 5 files changed, 2835 insertions(+), 90 deletions(-) 20:07:28 create mode 100644 1.3/design/adr/014-Secret-Provider-For-All/index.html 20:07:28 rewrite 1.3/search/search_index.json (77%) 20:07:28 rewrite 1.3/sitemap.xml.gz (100%) 20:07:28 [edgeXGHPagesPublish] DRY_RUN set to : false 20:07:28 [edgeXGHPagesPublish] DRY_RUN disabled. Pushing changes to gh-pages 20:07:28 Warning: Permanently added the RSA host key for IP address '140.82.114.3' to the list of known hosts. 20:07:32 To github.com:edgexfoundry/edgex-docs.git 20:07:32 83208ac..df6a1db gh-pages -> gh-pages [Pipeline] } 20:07:32 $ ssh-agent -k 20:07:32 unset SSH_AUTH_SOCK; 20:07:32 unset SSH_AGENT_PID; 20:07:32 echo Agent pid 8416 killed; 20:07:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:07:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:07:34 ---> package-listing.sh 20:07:34 ++ facter osfamily 20:07:34 ++ tr '[:upper:]' '[:lower:]' 20:07:34 + OS_FAMILY=redhat 20:07:34 + workspace=/w/workspace/edgexfoundry_edgex-docs_master 20:07:34 + START_PACKAGES=/tmp/packages_start.txt 20:07:34 + END_PACKAGES=/tmp/packages_end.txt 20:07:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:07:34 + PACKAGES=/tmp/packages_start.txt 20:07:34 + '[' /w/workspace/edgexfoundry_edgex-docs_master ']' 20:07:34 + PACKAGES=/tmp/packages_end.txt 20:07:34 + case "${OS_FAMILY}" in 20:07:34 + rpm -qa 20:07:34 + sort 20:07:40 + '[' -f /tmp/packages_start.txt ']' 20:07:40 + '[' -f /tmp/packages_end.txt ']' 20:07:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:07:40 + '[' /w/workspace/edgexfoundry_edgex-docs_master ']' 20:07:40 + mkdir -p /w/workspace/edgexfoundry_edgex-docs_master/archives/ 20:07:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-docs_master/archives/ [Pipeline] echo 20:07:40 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-docs_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:07:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:07:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:07:41 20:07:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:07:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:07:41 alpine: Pulling from edgex-lftools-log-publisher 20:07:41 df20fa9351a1: Pulling fs layer 20:07:41 36b3adc4ff6f: Pulling fs layer 20:07:41 8ad3a11d3b57: Pulling fs layer 20:07:41 46f8f816bc3b: Pulling fs layer 20:07:41 93b61091891f: Pulling fs layer 20:07:41 93b9cdb0e59b: Pulling fs layer 20:07:41 5e14af77c1be: Pulling fs layer 20:07:41 01666e4c0597: Pulling fs layer 20:07:41 aa168da1d23b: Pulling fs layer 20:07:41 93b9cdb0e59b: Waiting 20:07:41 5e14af77c1be: Waiting 20:07:41 01666e4c0597: Waiting 20:07:41 aa168da1d23b: Waiting 20:07:41 46f8f816bc3b: Waiting 20:07:41 93b61091891f: Waiting 20:07:41 36b3adc4ff6f: Verifying Checksum 20:07:41 36b3adc4ff6f: Download complete 20:07:41 46f8f816bc3b: Download complete 20:07:41 df20fa9351a1: Verifying Checksum 20:07:41 df20fa9351a1: Download complete 20:07:41 93b9cdb0e59b: Verifying Checksum 20:07:41 93b9cdb0e59b: Download complete 20:07:41 5e14af77c1be: Verifying Checksum 20:07:41 5e14af77c1be: Download complete 20:07:41 93b61091891f: Download complete 20:07:41 01666e4c0597: Verifying Checksum 20:07:41 01666e4c0597: Download complete 20:07:42 df20fa9351a1: Pull complete 20:07:42 36b3adc4ff6f: Pull complete 20:07:42 8ad3a11d3b57: Verifying Checksum 20:07:42 8ad3a11d3b57: Download complete 20:07:43 8ad3a11d3b57: Pull complete 20:07:43 46f8f816bc3b: Pull complete 20:07:43 93b61091891f: Pull complete 20:07:44 93b9cdb0e59b: Pull complete 20:07:44 aa168da1d23b: Verifying Checksum 20:07:44 aa168da1d23b: Download complete 20:07:44 5e14af77c1be: Pull complete 20:07:44 01666e4c0597: Pull complete 20:07:52 aa168da1d23b: Pull complete 20:07:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:07:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:07:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:07:52 prd-centos7-docker-4c-2g-16136 does not seem to be running inside a container 20:07:52 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-docs_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-docs_master -v /w/workspace/edgexfoundry_edgex-docs_master:/w/workspace/edgexfoundry_edgex-docs_master:rw,z -v /w/workspace/edgexfoundry_edgex-docs_master@tmp:/w/workspace/edgexfoundry_edgex-docs_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:07:55 $ docker top 06f3256b5227fc0e0754bba8533b2ec73e46ef1fc884f0822e6e4512e8c34cf0 -eo pid,comm [Pipeline] { [Pipeline] sh 20:07:56 + touch /tmp/pre-build-complete [Pipeline] sh 20:07:56 + mkdir -p /var/log/sa [Pipeline] sh 20:07:57 + ls /var/log/sa-host 20:07:57 + sadf -c /var/log/sa-host/sa15 20:07:57 file_magic: OK 20:07:57 HZ: Using current value: 100 20:07:57 file_header: OK 20:07:57 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:07:57 Statistics: 20:07:57 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:07:57 File successfully converted to sysstat format version 12.2.1 20:07:57 + sadf -c /var/log/sa-host/sa23 20:07:57 file_magic: OK 20:07:57 HZ: Using current value: 100 20:07:57 file_header: OK 20:07:57 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:07:57 Statistics: 20:07:57 Hnuu...uuuununununu... 20:07:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:07:57 provisioning config files... 20:07:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-docs_master@tmp/config3719666695275191259tmp [Pipeline] { [Pipeline] echo 20:07:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:07:57 ---> create-netrc.sh [Pipeline] } 20:07:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:07:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:07:58 ---> python-tools-install.sh [Pipeline] echo 20:07:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:07:58 ---> sudo-logs.sh 20:07:58 Archiving 'sudo' log.. [Pipeline] echo 20:07:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:07:58 ---> job-cost.sh 20:07:58 lf-activate-venv: SKIPPING 20:07:58 INFO: No Stack... 20:08:00 INFO: Retrieving Pricing Info for: v1-standard-2 20:08:00 INFO: Archiving Costs [Pipeline] echo 20:08:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:08:01 ---> logs-deploy.sh 20:08:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-docs/master/109 20:08:01 INFO: archiving workspace using pattern(s): 20:08:03 Archives upload complete. 20:08:03 INFO: archiving logs to Nexus 20:08:04 ---> uname -a: 20:08:04 Linux prd-centos7-docker-4c-2g-16136.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:08:04 20:08:04 20:08:04 ---> lscpu: 20:08:04 Architecture: x86_64 20:08:04 CPU op-mode(s): 32-bit, 64-bit 20:08:04 Byte Order: Little Endian 20:08:04 Address sizes: 40 bits physical, 48 bits virtual 20:08:04 CPU(s): 4 20:08:04 On-line CPU(s) list: 0-3 20:08:04 Thread(s) per core: 1 20:08:04 Core(s) per socket: 1 20:08:04 Socket(s): 4 20:08:04 NUMA node(s): 1 20:08:04 Vendor ID: GenuineIntel 20:08:04 CPU family: 6 20:08:04 Model: 44 20:08:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:08:04 Stepping: 1 20:08:04 CPU MHz: 2933.436 20:08:04 BogoMIPS: 5866.87 20:08:04 Virtualization: VT-x 20:08:04 Hypervisor vendor: KVM 20:08:04 Virtualization type: full 20:08:04 L1d cache: 128 KiB 20:08:04 L1i cache: 128 KiB 20:08:04 L2 cache: 16 MiB 20:08:04 L3 cache: 64 MiB 20:08:04 NUMA node0 CPU(s): 0-3 20:08:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:08:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:08:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:08:04 Vulnerability Meltdown: Mitigation; PTI 20:08:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:08:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:08:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:08:04 Vulnerability Srbds: Not affected 20:08:04 Vulnerability Tsx async abort: Not affected 20:08:04 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 20:08:04 20:08:04 20:08:04 ---> nproc: 20:08:04 4 20:08:04 20:08:04 20:08:04 ---> df -h: 20:08:04 Filesystem Size Used Available Use% Mounted on 20:08:04 overlay 50.0G 7.6G 42.4G 15% / 20:08:04 tmpfs 64.0M 0 64.0M 0% /dev 20:08:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:08:04 shm 64.0M 0 64.0M 0% /dev/shm 20:08:04 /dev/vda1 50.0G 7.6G 42.4G 15% /facter-os 20:08:04 /dev/vda1 50.0G 7.6G 42.4G 15% /etc/resolv.conf 20:08:04 /dev/vda1 50.0G 7.6G 42.4G 15% /etc/hostname 20:08:04 /dev/vda1 50.0G 7.6G 42.4G 15% /etc/hosts 20:08:04 /dev/vda1 50.0G 7.6G 42.4G 15% /var/log/auth.log 20:08:04 /dev/vda1 50.0G 7.6G 42.4G 15% /run/cloud-init/result.json 20:08:04 /dev/vda1 50.0G 7.6G 42.4G 15% /w/workspace/edgexfoundry_edgex-docs_master 20:08:04 /dev/vda1 50.0G 7.6G 42.4G 15% /w/workspace/edgexfoundry_edgex-docs_master@tmp 20:08:04 /dev/vda1 50.0G 7.6G 42.4G 15% /var/log/sa-host 20:08:04 /dev/vda1 50.0G 7.6G 42.4G 15% /var/log/secure 20:08:04 20:08:04 20:08:04 ---> free -m: 20:08:04 total used free shared buff/cache available 20:08:04 Mem: 1837 720 98 0 1018 1014 20:08:04 Swap: 1023 1 1022 20:08:04 20:08:04 20:08:04 ---> ip addr: 20:08:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:08:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:08:04 inet 127.0.0.1/8 scope host lo 20:08:04 valid_lft forever preferred_lft forever 20:08:04 inet6 ::1/128 scope host 20:08:04 valid_lft forever preferred_lft forever 20:08:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:08:04 link/ether fa:16:3e:b1:19:e8 brd ff:ff:ff:ff:ff:ff 20:08:04 inet 10.30.123.22/23 brd 10.30.123.255 scope global dynamic eth0 20:08:04 valid_lft 86085sec preferred_lft 86085sec 20:08:04 inet6 fe80::f816:3eff:feb1:19e8/64 scope link 20:08:04 valid_lft forever preferred_lft forever 20:08:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:08:04 link/ether 02:42:6c:60:36:2a brd ff:ff:ff:ff:ff:ff 20:08:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:08:04 valid_lft forever preferred_lft forever 20:08:04 inet6 fe80::42:6cff:fe60:362a/64 scope link 20:08:04 valid_lft forever preferred_lft forever 20:08:04 20:08:04 20:08:04 ---> sar -b -r -n DEV: 20:08:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 20:08:04 20:08:04 20:02:37 LINUX RESTART (4 CPU) 20:08:04 20:08:04 20:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:08:04 20:04:01 148.11 55.85 92.26 0.00 8782.16 21990.76 0.00 20:08:04 20:05:01 43.58 13.60 29.99 0.00 2525.41 5743.88 0.00 20:08:04 20:06:01 1.68 0.02 1.67 0.00 0.53 21.87 0.00 20:08:04 20:07:01 0.53 0.00 0.53 0.00 0.00 5.70 0.00 20:08:04 Average: 48.49 17.37 31.12 0.00 2827.97 6942.86 0.00 20:08:04 20:08:04 20:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:08:04 20:04:01 81176 0 695064 36.94 2620 1102684 1240400 42.33 572580 973948 88684 20:08:04 20:05:01 238456 0 640600 34.05 2620 999868 1084412 37.01 617748 805556 8 20:08:04 20:06:01 243164 0 635928 33.80 2620 999832 1056212 36.05 617896 801724 8 20:08:04 20:07:01 243296 0 635796 33.79 2620 999832 1056212 36.05 626532 793224 12 20:08:04 Average: 201523 0 651847 34.64 2620 1025554 1109309 37.86 608689 843613 22178 20:08:04 20:08:04 20:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:08:04 20:04:01 eth0 1074.34 697.60 4439.82 123.41 0.00 0.00 0.00 0.00 20:08:04 20:04:01 veth78cda2a 31.77 42.39 2.52 294.82 0.00 0.00 0.00 0.00 20:08:04 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:04 20:04:01 docker0 31.77 42.25 2.09 294.81 0.00 0.00 0.00 0.00 20:08:04 20:05:01 eth0 321.78 212.68 65.97 936.76 0.00 0.00 0.00 0.00 20:08:04 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:04 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:04 20:06:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:08:04 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:04 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:04 20:07:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 0.00 20:08:04 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:04 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:04 Average: eth0 349.32 227.69 1126.84 265.13 0.00 0.00 0.00 0.00 20:08:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:04 Average: docker0 7.94 10.57 0.52 73.73 0.00 0.00 0.00 0.00 20:08:04 20:08:04 20:08:04 ---> sar -P ALL: 20:08:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 20:08:04 20:08:04 20:02:37 LINUX RESTART (4 CPU) 20:08:04 20:08:04 20:03:01 CPU %user %nice %system %iowait %steal %idle 20:08:04 20:04:01 all 22.05 0.00 7.70 2.67 0.07 67.51 20:08:04 20:04:01 0 27.32 0.00 8.22 1.90 0.07 62.49 20:08:04 20:04:01 1 20.23 0.00 8.99 4.62 0.08 66.08 20:08:04 20:04:01 2 20.98 0.00 6.73 2.12 0.07 70.11 20:08:04 20:04:01 3 19.71 0.00 6.85 2.05 0.07 71.33 20:08:04 20:05:01 all 5.80 0.00 1.59 0.85 0.02 91.74 20:08:04 20:05:01 0 7.80 0.00 1.64 0.07 0.02 90.48 20:08:04 20:05:01 1 2.26 0.00 1.17 0.49 0.02 96.07 20:08:04 20:05:01 2 10.80 0.00 2.11 2.19 0.03 84.87 20:08:04 20:05:01 3 2.33 0.00 1.42 0.67 0.02 95.56 20:08:04 20:06:01 all 0.08 0.00 0.05 0.00 0.00 99.87 20:08:04 20:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:08:04 20:06:01 1 0.25 0.00 0.08 0.00 0.02 99.65 20:08:04 20:06:01 2 0.03 0.00 0.03 0.00 0.00 99.93 20:08:04 20:06:01 3 0.02 0.00 0.03 0.00 0.00 99.95 20:08:04 20:07:01 all 0.16 0.00 0.06 0.00 0.02 99.77 20:08:04 20:07:01 0 0.03 0.00 0.07 0.00 0.02 99.88 20:08:04 20:07:01 1 0.48 0.00 0.05 0.00 0.02 99.45 20:08:04 20:07:01 2 0.05 0.00 0.02 0.00 0.00 99.93 20:08:04 20:07:01 3 0.07 0.00 0.10 0.00 0.03 99.80 20:08:04 Average: all 6.94 0.00 2.32 0.87 0.03 89.84 20:08:04 Average: 0 8.68 0.00 2.45 0.48 0.03 88.36 20:08:04 Average: 1 5.74 0.00 2.55 1.26 0.03 90.42 20:08:04 Average: 2 7.89 0.00 2.19 1.07 0.03 88.82 20:08:04 Average: 3 5.46 0.00 2.08 0.67 0.03 91.77 20:08:04 20:08:04 20:08:04