Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/146657 Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-ubuntu1804-builder-4c-4g-12503 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-sphinx-lint [ssh-agent] Looking for ssh-agent implementation... $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-VxRunrhl9VpC/agent.1608 SSH_AGENT_PID=1610 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/oom-master-sphinx-lint@tmp/private_key_12817639722445630048.key (/w/workspace/oom-master-sphinx-lint@tmp/private_key_12817639722445630048.key) [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) The recommended git tool is: NONE using credential onap-jenkins-ssh Wiping out workspace first. Cloning the remote Git repository Cloning repository git://cloud.onap.org/mirror/oom.git > git init /w/workspace/oom-master-sphinx-lint # timeout=10 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_SSH to set credentials Gerrit user Verifying host key using manually-configured host key entries > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git using GIT_SSH to set credentials Gerrit user Verifying host key using manually-configured host key entries > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/57/146657/3 # timeout=30 > git rev-parse 08ac58ef9e3cb60dea7d294079d15e35a74fbb9d^{commit} # timeout=10 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script Checking out Revision 08ac58ef9e3cb60dea7d294079d15e35a74fbb9d (refs/changes/57/146657/3) > git config core.sparsecheckout # timeout=10 > git checkout -f 08ac58ef9e3cb60dea7d294079d15e35a74fbb9d # timeout=30 Commit message: "build: Fix apt install graphviz hang in tox" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk bcb549c23ed88448aa29b666b5bbedd2c10adc31 # timeout=10 [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PYTHON=python3 [EnvInject] - Variables injected successfully. [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins17235343312632554619.sh ---> tox-install.sh + source /home/jenkins/lf-env.sh + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 ++ mktemp -d /tmp/venv-XXXX + lf_venv=/tmp/venv-HE6Y + local venv_file=/tmp/.os_lf_venv + local python=python3 + local options + local set_path=true + local install_args= ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 + true + case $1 in + venv_file=/tmp/.toxenv + shift 2 + true + case $1 in + shift + break + case $python in + local pkg_list= + [[ -d /opt/pyenv ]] + echo 'Setup pyenv:' Setup pyenv: + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + pyenv versions * system (set by /opt/pyenv/version) * 3.8.13 (set by /opt/pyenv/version) * 3.9.13 (set by /opt/pyenv/version) * 3.10.6 (set by /opt/pyenv/version) + command -v pyenv ++ pyenv init - --no-rehash + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" export PATH="/opt/pyenv/shims:${PATH}" export PYENV_SHELL=bash source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' pyenv() { local command command="${1:-}" if [ "$#" -gt 0 ]; then shift fi case "$command" in rehash|shell) eval "$(pyenv "sh-$command" "$@")" ;; *) command pyenv "$command" "$@" ;; esac }' +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ export PYENV_SHELL=bash ++ PYENV_SHELL=bash ++ source /opt/pyenv/libexec/../completions/pyenv.bash +++ complete -F _pyenv pyenv ++ lf-pyver python3 ++ local py_version_xy=python3 ++ local py_version_xyz= ++ pyenv versions ++ local command ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ sed 's/^[ *]* //' ++ awk '{ print $1 }' ++ grep -E '^[0-9.]*[0-9]$' ++ [[ ! -s /tmp/.pyenv_versions ]] +++ grep '^3' /tmp/.pyenv_versions +++ tail -n 1 +++ sort -V ++ py_version_xyz=3.10.6 ++ [[ -z 3.10.6 ]] ++ echo 3.10.6 ++ return 0 + pyenv local 3.10.6 + local command + command=local + '[' 2 -gt 0 ']' + shift + case "$command" in + command pyenv local 3.10.6 + pyenv local 3.10.6 + for arg in "$@" + case $arg in + pkg_list+='tox ' + for arg in "$@" + case $arg in + pkg_list+='virtualenv ' + for arg in "$@" + case $arg in + pkg_list+='urllib3~=1.26.15 ' + [[ -f /tmp/.toxenv ]] + [[ ! -f /tmp/.toxenv ]] + [[ -n '' ]] + python3 -m venv /tmp/venv-HE6Y + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HE6Y' lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HE6Y + echo /tmp/venv-HE6Y + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) + local 'pip_opts=--upgrade --quiet' + pip_opts='--upgrade --quiet --trusted-host pypi.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' + [[ -n '' ]] + [[ -n '' ]] + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' lf-activate-venv(): INFO: Attempting to install with network-safe options... + /tmp/venv-HE6Y/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv + echo 'lf-activate-venv(): INFO: Base packages installed successfully' lf-activate-venv(): INFO: Base packages installed successfully + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 + /tmp/venv-HE6Y/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-HE6Y/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-HE6Y/bin to PATH + PATH=/tmp/venv-HE6Y/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + return 0 + python3 --version Python 3.10.6 + python3 -m pip --version pip 26.1.2 from /tmp/venv-HE6Y/lib/python3.10/site-packages/pip (python 3.10) + python3 -m pip freeze cachetools==7.1.6 colorama==0.4.6 distlib==0.4.3 filelock==3.32.0 packaging==26.2 platformdirs==4.11.0 pluggy==1.6.0 pyproject-api==1.11.0 python-discovery==1.5.0 tomli==2.4.1 tomli_w==1.2.0 tox==4.58.0 typing_extensions==4.16.0 urllib3==1.26.20 virtualenv==21.7.0 [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PARALLEL=false [EnvInject] - Variables injected successfully. [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins2562246213481763443.sh ---> tox-run.sh + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + ARCHIVE_TOX_DIR=/w/workspace/oom-master-sphinx-lint/archives/tox + ARCHIVE_DOC_DIR=/w/workspace/oom-master-sphinx-lint/archives/docs + mkdir -p /w/workspace/oom-master-sphinx-lint/archives/tox + cd /w/workspace/oom-master-sphinx-lint/. + source /home/jenkins/lf-env.sh + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 ++ mktemp -d /tmp/venv-XXXX + lf_venv=/tmp/venv-YiPI + local venv_file=/tmp/.os_lf_venv + local python=python3 + local options + local set_path=true + local install_args= ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 + true + case $1 in + venv_file=/tmp/.toxenv + shift 2 + true + case $1 in + shift + break + case $python in + local pkg_list= + [[ -d /opt/pyenv ]] + echo 'Setup pyenv:' Setup pyenv: + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + pyenv versions system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) + command -v pyenv ++ pyenv init - --no-rehash + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" export PATH="/opt/pyenv/shims:${PATH}" export PYENV_SHELL=bash source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' pyenv() { local command command="${1:-}" if [ "$#" -gt 0 ]; then shift fi case "$command" in rehash|shell) eval "$(pyenv "sh-$command" "$@")" ;; *) command pyenv "$command" "$@" ;; esac }' +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ export PYENV_SHELL=bash ++ PYENV_SHELL=bash ++ source /opt/pyenv/libexec/../completions/pyenv.bash +++ complete -F _pyenv pyenv ++ lf-pyver python3 ++ local py_version_xy=python3 ++ local py_version_xyz= ++ sed 's/^[ *]* //' ++ awk '{ print $1 }' ++ pyenv versions ++ grep -E '^[0-9.]*[0-9]$' ++ local command ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ [[ ! -s /tmp/.pyenv_versions ]] +++ grep '^3' /tmp/.pyenv_versions +++ sort -V +++ tail -n 1 ++ py_version_xyz=3.10.6 ++ [[ -z 3.10.6 ]] ++ echo 3.10.6 ++ return 0 + pyenv local 3.10.6 + local command + command=local + '[' 2 -gt 0 ']' + shift + case "$command" in + command pyenv local 3.10.6 + pyenv local 3.10.6 + for arg in "$@" + case $arg in + pkg_list+='tox ' + for arg in "$@" + case $arg in + pkg_list+='virtualenv ' + for arg in "$@" + case $arg in + pkg_list+='urllib3~=1.26.15 ' + [[ -f /tmp/.toxenv ]] ++ cat /tmp/.toxenv + lf_venv=/tmp/venv-HE6Y + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-HE6Y from' file:/tmp/.toxenv lf-activate-venv(): INFO: Reuse venv:/tmp/venv-HE6Y from file:/tmp/.toxenv + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) + local 'pip_opts=--upgrade --quiet' + pip_opts='--upgrade --quiet --trusted-host pypi.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' + [[ -n '' ]] + [[ -n '' ]] + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' lf-activate-venv(): INFO: Attempting to install with network-safe options... + /tmp/venv-HE6Y/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv + echo 'lf-activate-venv(): INFO: Base packages installed successfully' lf-activate-venv(): INFO: Base packages installed successfully + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 + /tmp/venv-HE6Y/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-HE6Y/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-HE6Y/bin to PATH + PATH=/tmp/venv-HE6Y/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + return 0 + [[ -d /opt/pyenv ]] + echo '---> Setting up pyenv' ---> Setting up pyenv + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + export PATH=/opt/pyenv/bin:/tmp/venv-HE6Y/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin + PATH=/opt/pyenv/bin:/tmp/venv-HE6Y/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin ++ pwd + PYTHONPATH=/w/workspace/oom-master-sphinx-lint + export PYTHONPATH + export TOX_TESTENV_PASSENV=PYTHONPATH + TOX_TESTENV_PASSENV=PYTHONPATH + tox --version 4.58.0 from /tmp/venv-HE6Y/lib/python3.10/site-packages/tox/__init__.py + PARALLEL=false + TOX_OPTIONS_LIST= + [[ -n docs,docs-linkcheck ]] + TOX_OPTIONS_LIST=' -e docs,docs-linkcheck' + case ${PARALLEL,,} in + tox -e docs,docs-linkcheck + tee -a /w/workspace/oom-master-sphinx-lint/archives/tox/tox.log docs: install_deps> python -I -m pip install -r /w/workspace/oom-master-sphinx-lint/requirements.txt -c https://git.onap.org/doc/plain/etc/upper-constraints.onap.txt docs: freeze> python -m pip freeze --all docs: alabaster==0.7.16,apeye==1.4.1,apeye-core==1.1.5,arrow==1.4.0,astroid==3.0.3,attrs==26.1.0,autodocsumm==0.2.15,autopep8==2.3.1,babel==2.18.0,beautifulsoup4==4.15.0,CacheControl==0.14.4,certifi==2026.7.22,charset-normalizer==3.4.9,click==8.4.2,dict2css==0.6.0,dill==0.4.1,doc8==2.0.0,docutils==0.20.1,domdf_python_tools==3.10.0,filelock==3.32.0,gitlint-core==0.19.1,html5lib==1.1,idna==3.18,imagesize==2.0.0,isort==5.13.2,Jinja2==3.1.6,jsonschema==4.26.0,jsonschema-specifications==2025.9.1,MarkupSafe==3.0.3,mccabe==0.7.0,msgpack==1.2.1,natsort==8.4.0,packaging==26.2,pip==26.1.2,platformdirs==4.11.0,pycodestyle==2.14.0,pyenchant==3.3.0,Pygments==2.20.0,pylint==3.0.3,python-dateutil==2.9.0.post0,PyYAML==6.0.3,referencing==0.37.0,requests==2.34.2,restructuredtext_lint==2.0.2,roman==5.2,rpds-py==0.30.0,ruamel.yaml==0.19.1,setuptools==83.0.0,sh==1.14.3,six==1.17.0,snowballstemmer==3.1.1,soupsieve==2.9.1,Sphinx==7.1.2,sphinx-autodoc-typehints==2.0.1,sphinx-jinja2-compat==0.4.1,sphinx-prompt==1.8.0,sphinx-rtd-theme==2.0.0,sphinx-tabs==3.5.0,sphinx-toolbox==4.2.0,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jquery==4.1,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-mermaid==1.0.0,sphinxcontrib-plantuml==0.29,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-redoc==1.6.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-spelling==8.0.0,stevedore==5.8.0,tabulate==0.10.0,tinycss2==1.5.1,tomli==2.4.1,tomlkit==0.15.1,typing_extensions==4.16.0,tzdata==2026.3,urllib3==2.7.0,webencodings==0.5.1 docs: commands[0]> sudo apt-get update Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease [242 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease [102 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease [102 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] Get:9 http://apt.puppetlabs.com xenial InRelease [144 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3092 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [552 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1368 kB] Err:9 http://apt.puppetlabs.com xenial InRelease The following signatures were invalid: EXPKEYSIG 4528B6CD9E61EF26 Puppet, Inc. Release Key (Puppet, Inc. Release Key) Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1936 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [420 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.7 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6056 B] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.7 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports/main Translation-en [14.5 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.3 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports/universe Translation-en [8612 B] Get:25 http://security.ubuntu.com/ubuntu bionic-security InRelease [102 kB] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2763 kB] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] Get:28 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1338 kB] Get:29 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] Get:30 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1319 kB] Get:31 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [307 kB] Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] Get:33 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3896 B] Get:34 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu bionic InRelease [15.9 kB] Get:35 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic InRelease [21.5 kB] Get:36 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu bionic/main amd64 Packages [524 B] Get:37 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu bionic/main Translation-en [416 B] Get:38 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic/main amd64 Packages [14.0 kB] Get:39 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic/main Translation-en [1008 B] Fetched 30.1 MB in 5s (6619 kB/s) Reading package lists... W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://apt.puppetlabs.com xenial InRelease: The following signatures were invalid: EXPKEYSIG 4528B6CD9E61EF26 Puppet, Inc. Release Key (Puppet, Inc. Release Key) W: Failed to fetch http://apt.puppetlabs.com/dists/xenial/InRelease The following signatures were invalid: EXPKEYSIG 4528B6CD9E61EF26 Puppet, Inc. Release Key (Puppet, Inc. Release Key) W: Some index files failed to download. They have been ignored, or old ones used instead. docs: commands[1]> sudo apt-get install -y graphviz Reading package lists... Building dependency tree... Reading state information... graphviz is already the newest version (2.40.1-2). The following packages were automatically installed and are no longer required: libmysqlclient20 mysql-common Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 183 not upgraded. docs: commands[2]> sphinx-build -q -W -b html -n -d /w/workspace/oom-master-sphinx-lint/.tox/docs/tmp/doctrees ./docs/ /w/workspace/oom-master-sphinx-lint/docs/_build/html docs: OK ✔ in 40.91 seconds docs-linkcheck: install_deps> python -I -m pip install -r /w/workspace/oom-master-sphinx-lint/requirements.txt -c https://git.onap.org/doc/plain/etc/upper-constraints.onap.txt docs-linkcheck: freeze> python -m pip freeze --all docs-linkcheck: alabaster==0.7.16,apeye==1.4.1,apeye-core==1.1.5,arrow==1.4.0,astroid==3.0.3,attrs==26.1.0,autodocsumm==0.2.15,autopep8==2.3.1,babel==2.18.0,beautifulsoup4==4.15.0,CacheControl==0.14.4,certifi==2026.7.22,charset-normalizer==3.4.9,click==8.4.2,dict2css==0.6.0,dill==0.4.1,doc8==2.0.0,docutils==0.20.1,domdf_python_tools==3.10.0,filelock==3.32.0,gitlint-core==0.19.1,html5lib==1.1,idna==3.18,imagesize==2.0.0,isort==5.13.2,Jinja2==3.1.6,jsonschema==4.26.0,jsonschema-specifications==2025.9.1,MarkupSafe==3.0.3,mccabe==0.7.0,msgpack==1.2.1,natsort==8.4.0,packaging==26.2,pip==26.1.2,platformdirs==4.11.0,pycodestyle==2.14.0,pyenchant==3.3.0,Pygments==2.20.0,pylint==3.0.3,python-dateutil==2.9.0.post0,PyYAML==6.0.3,referencing==0.37.0,requests==2.34.2,restructuredtext_lint==2.0.2,roman==5.2,rpds-py==0.30.0,ruamel.yaml==0.19.1,setuptools==83.0.0,sh==1.14.3,six==1.17.0,snowballstemmer==3.1.1,soupsieve==2.9.1,Sphinx==7.1.2,sphinx-autodoc-typehints==2.0.1,sphinx-jinja2-compat==0.4.1,sphinx-prompt==1.8.0,sphinx-rtd-theme==2.0.0,sphinx-tabs==3.5.0,sphinx-toolbox==4.2.0,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jquery==4.1,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-mermaid==1.0.0,sphinxcontrib-plantuml==0.29,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-redoc==1.6.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-spelling==8.0.0,stevedore==5.8.0,tabulate==0.10.0,tinycss2==1.5.1,tomli==2.4.1,tomlkit==0.15.1,typing_extensions==4.16.0,tzdata==2026.3,urllib3==2.7.0,webencodings==0.5.1 docs-linkcheck: commands[0]> sudo apt-get update Hit:1 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu bionic InRelease Get:2 http://apt.puppetlabs.com xenial InRelease [144 kB] Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease Hit:4 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic InRelease Err:2 http://apt.puppetlabs.com xenial InRelease The following signatures were invalid: EXPKEYSIG 4528B6CD9E61EF26 Puppet, Inc. Release Key (Puppet, Inc. Release Key) Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease Hit:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease Reading package lists... W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://apt.puppetlabs.com xenial InRelease: The following signatures were invalid: EXPKEYSIG 4528B6CD9E61EF26 Puppet, Inc. Release Key (Puppet, Inc. Release Key) W: Failed to fetch http://apt.puppetlabs.com/dists/xenial/InRelease The following signatures were invalid: EXPKEYSIG 4528B6CD9E61EF26 Puppet, Inc. Release Key (Puppet, Inc. Release Key) W: Some index files failed to download. They have been ignored, or old ones used instead. docs-linkcheck: commands[1]> sudo apt-get install -y graphviz Reading package lists... Building dependency tree... Reading state information... graphviz is already the newest version (2.40.1-2). The following packages were automatically installed and are no longer required: libmysqlclient20 mysql-common Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 183 not upgraded. docs-linkcheck: commands[2]> sphinx-build -q -W -b linkcheck -d /w/workspace/oom-master-sphinx-lint/.tox/docs-linkcheck/tmp/doctrees ./docs/ /w/workspace/oom-master-sphinx-lint/docs/_build/linkcheck docs: OK (40.91=setup[27.56]+cmd[8.00,0.62,4.73] seconds) docs-linkcheck: OK (319.31=setup[10.51]+cmd[3.17,0.54,305.08] seconds) congratulations :) (360.25 seconds) + tox_status=0 + echo '---> Completed tox runs' ---> Completed tox runs + for i in .tox/*/log ++ echo .tox/docs-linkcheck/log ++ awk -F/ '{print $2}' + tox_env=docs-linkcheck + cp -r .tox/docs-linkcheck/log /w/workspace/oom-master-sphinx-lint/archives/tox/docs-linkcheck + for i in .tox/*/log ++ echo .tox/docs/log ++ awk -F/ '{print $2}' + tox_env=docs + cp -r .tox/docs/log /w/workspace/oom-master-sphinx-lint/archives/tox/docs + DOC_DIR=docs/_build/html + [[ -d docs/_build/html ]] + echo '---> Archiving generated docs' ---> Archiving generated docs + mv docs/_build/html /w/workspace/oom-master-sphinx-lint/archives/docs + echo '---> tox-run.sh ends' ---> tox-run.sh ends + test 0 -eq 0 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1610 killed; [ssh-agent] Stopped. [PostBuildScript] - [INFO] Executing post build scripts. [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins2305447612162308885.sh ---> sysstat.sh [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins804123000843638994.sh ---> package-listing.sh ++ tr '[:upper:]' '[:lower:]' ++ facter osfamily + OS_FAMILY=debian + workspace=/w/workspace/oom-master-sphinx-lint + START_PACKAGES=/tmp/packages_start.txt + END_PACKAGES=/tmp/packages_end.txt + DIFF_PACKAGES=/tmp/packages_diff.txt + PACKAGES=/tmp/packages_start.txt + '[' /w/workspace/oom-master-sphinx-lint ']' + PACKAGES=/tmp/packages_end.txt + case "${OS_FAMILY}" in + dpkg -l + grep '^ii' + '[' -f /tmp/packages_start.txt ']' + '[' -f /tmp/packages_end.txt ']' + diff /tmp/packages_start.txt /tmp/packages_end.txt + '[' /w/workspace/oom-master-sphinx-lint ']' + mkdir -p /w/workspace/oom-master-sphinx-lint/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-sphinx-lint/archives/ [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins2321622134027347792.sh ---> capture-instance-metadata.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ggOe lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-ggOe/bin to PATH INFO: Running in OpenStack, capturing instance metadata [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins8733494881572689508.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-sphinx-lint@tmp/config8215801490156751896tmp Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] Run condition [Regular expression match] preventing perform for step [Provide Configuration files] [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content SERVER_ID=logs [EnvInject] - Variables injected successfully. [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins16176987693368588970.sh ---> create-netrc.sh [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins8504815608609538579.sh ---> python-tools-install.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ggOe from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-ggOe/bin to PATH Generating Requirements File ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. Python 3.10.6 pip 26.1.2 from /tmp/venv-ggOe/lib/python3.10/site-packages/pip (python 3.10) aiohappyeyeballs==2.7.1 aiohttp==3.14.3 aiosignal==1.4.0 appdirs==1.4.4 argcomplete==3.7.0 aspy.yaml==1.3.0 async-timeout==5.0.1 attrs==26.1.0 autopage==0.6.0 backports.strenum==1.3.1 beautifulsoup4==4.15.0 boto3==1.43.56 botocore==1.43.56 bs4==0.0.2 certifi==2026.7.22 cffi==2.1.0 cfgv==3.5.0 chardet==7.4.3 charset-normalizer==3.4.9 click==8.4.2 cliff==4.14.0 cmd2==3.5.1 cryptography==3.3.2 debtcollector==3.1.0 decorator==5.3.1 defusedxml==0.7.1 Deprecated==1.3.1 distlib==0.4.3 dnspython==2.8.0 docker==7.2.0 dogpile.cache==1.5.0 durationpy==0.10 email-validator==2.3.0 filelock==3.32.0 frozenlist==1.8.0 future==1.0.0 gitdb==4.0.12 GitPython==3.1.57 httplib2==0.30.2 identify==2.6.19 idna==3.18 importlib-resources==1.5.0 iso8601==2.1.0 Jinja2==3.1.6 jmespath==1.1.0 jsonpatch==1.33 jsonpointer==3.1.1 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 keystoneauth1==5.14.0 kubernetes==36.0.3 lftools==0.37.22 lxml==6.1.1 markdown-it-py==4.2.0 MarkupSafe==3.0.3 mdurl==0.1.2 msgpack==1.2.1 multi_key_dict==2.0.3 multidict==6.7.1 munch==4.0.0 netaddr==1.3.0 niet==1.4.2 nodeenv==1.10.0 oauth2client==4.1.3 oauthlib==3.3.1 openstacksdk==4.13.0 os-service-types==1.8.2 osc-lib==4.6.0 oslo.config==10.4.0 oslo.context==6.4.0 oslo.i18n==6.8.0 oslo.log==8.2.0 oslo.serialization==5.10.0 oslo.utils==10.1.1 packaging==26.2 pbr==7.0.3 platformdirs==4.11.0 prettytable==3.18.0 propcache==0.5.2 psutil==7.2.2 pyasn1==0.6.4 pyasn1_modules==0.4.2 pycparser==3.0 pygerrit2==2.0.15 PyGithub==2.9.1 Pygments==2.20.0 PyJWT==2.13.0 PyNaCl==1.6.2 pyparsing==2.4.7 pyperclip==1.11.0 pyrsistent==0.20.0 python-cinderclient==9.9.0 python-dateutil==2.9.0.post0 python-discovery==1.5.0 python-heatclient==5.2.0 python-jenkins==1.8.3 python-keystoneclient==5.8.0 python-magnumclient==4.11.0 python-openstackclient==10.0.0 python-swiftclient==4.10.0 PyYAML==6.0.3 referencing==0.37.0 requests==2.34.2 requests-oauthlib==2.0.0 rfc3986==2.0.0 rich==15.0.0 rich-argparse==1.8.0 rpds-py==0.30.0 rsa==4.9.1 ruamel.yaml==0.19.1 ruamel.yaml.clib==0.2.15 s3transfer==0.19.2 simplejson==4.1.1 six==1.17.0 smmap==5.0.3 soupsieve==2.9.1 stevedore==5.8.0 tabulate==0.10.0 toml==0.10.2 tomlkit==0.15.1 tqdm==4.69.1 typing_extensions==4.16.0 urllib3==1.26.20 virtualenv==21.7.0 wcwidth==0.8.2 websocket-client==1.9.0 wrapt==2.2.2 xdg==6.0.0 xmltodict==1.0.4 yarl==1.24.5 yq==4.1.2 [oom-master-sphinx-lint] $ /bin/sh /tmp/jenkins3170391343545179710.sh ---> uv-install.sh Installing uv/uvx (latest) using shell installer 2026-07-26 07:36:32 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-uDnuRI.sh" [1] downloading uv 0.11.32 x86_64-unknown-linux-gnu installing to /home/jenkins/.local/bin uv uvx everything's installed! To add $HOME/.local/bin to your PATH, either restart your shell or run: source $HOME/.local/bin/env (sh, bash, zsh) source $HOME/.local/bin/env.fish (fish) Adding install location to PATH ---> Validating uv/uvx install uvx 0.11.32 (x86_64-unknown-linux-gnu) [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins3676333821441089128.sh ---> sudo-logs.sh Archiving 'sudo' log.. [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins4331192791891347237.sh ---> job-cost.sh INFO: Activating Python virtual environment... Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ggOe from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-ggOe/bin to PATH INFO: No stack-cost file found INFO: Instance uptime: 477s INFO: Fetching instance metadata (attempt 1 of 3)... DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type INFO: Successfully fetched instance metadata INFO: Instance type: v3-standard-4 INFO: Retrieving pricing info for: v3-standard-4 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=477 INFO: Successfully fetched Vexxhost pricing API INFO: Retrieved cost: 0.11 INFO: Retrieved resource: v3-standard-4 INFO: Creating archive directory: /w/workspace/oom-master-sphinx-lint/archives/cost INFO: Archiving costs to: /w/workspace/oom-master-sphinx-lint/archives/cost.csv INFO: Successfully archived job cost data DEBUG: Cost data: oom-master-sphinx-lint,619,2026-07-26 07:36:40,v3-standard-4,477,0.11,0.00,SUCCESS [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins13311707756624546079.sh ---> logs-deploy.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ggOe from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-ggOe/bin to PATH INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-sphinx-lint/619 INFO: archiving workspace using pattern(s): Archives upload complete. INFO: archiving logs to Nexus ---> uname -a: Linux prd-ubuntu1804-builder-4c-4g-12503 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ---> lscpu: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 4 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 23 Model: 49 Model name: AMD EPYC-Rome Processor Stepping: 0 CPU MHz: 2799.998 BogoMIPS: 5599.99 Virtualization: AMD-V Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 512K L3 cache: 16384K NUMA node0 CPU(s): 0-3 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl xtopology cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr arat npt nrip_save umip rdpid arch_capabilities ---> nproc: 4 ---> df -h: Filesystem Size Used Avail Use% Mounted on udev 7.9G 0 7.9G 0% /dev tmpfs 1.6G 676K 1.6G 1% /run /dev/vda1 78G 8.9G 69G 12% / tmpfs 7.9G 0 7.9G 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup /dev/vda15 105M 4.4M 100M 5% /boot/efi tmpfs 1.6G 0 1.6G 0% /run/user/1001 ---> free -m: total used free shared buff/cache available Mem: 16040 559 12718 0 2761 15149 Swap: 1023 0 1023 ---> ip addr: 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 link/ether fa:16:3e:e0:12:4e brd ff:ff:ff:ff:ff:ff inet 10.30.107.171/23 brd 10.30.107.255 scope global dynamic ens3 valid_lft 85918sec preferred_lft 85918sec inet6 fe80::f816:3eff:fee0:124e/64 scope link valid_lft forever preferred_lft forever ---> sar -b -r -n DEV: Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-12503) 07/26/26 _x86_64_ (4 CPU) 07:28:51 LINUX RESTART (4 CPU) 07:29:01 tps rtps wtps bread/s bwrtn/s 07:30:03 354.52 59.07 295.45 3783.50 64295.68 07:31:01 93.95 6.38 87.57 349.59 28252.23 07:32:01 3.02 0.00 3.02 0.00 3333.44 07:33:01 1.33 0.00 1.33 0.00 16.40 07:34:01 1.02 0.00 1.02 0.00 12.26 07:35:01 1.47 0.02 1.45 0.13 18.40 07:36:01 32.74 0.22 32.53 16.26 3259.86 Average: 69.60 9.40 60.21 593.93 14102.05 07:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:30:03 13880472 15552216 2544496 15.49 65764 1803820 815968 4.67 688176 1633272 193028 07:31:01 13474780 15458872 2950188 17.96 75112 2094456 931228 5.33 1003964 1702356 97100 07:32:01 13469472 15453664 2955496 17.99 75160 2094468 931228 5.33 1009252 1702384 164 07:33:01 13468872 15453124 2956096 18.00 75196 2094468 931228 5.33 1009364 1702392 152 07:34:01 13468484 15452764 2956484 18.00 75220 2094476 948968 5.43 1009508 1702392 196 07:35:01 13468308 15452664 2956660 18.00 75272 2094492 948968 5.43 1009408 1702400 48 07:36:01 13259500 15474640 3165468 19.27 94528 2291328 843208 4.83 1004360 1885312 168508 Average: 13498555 15471135 2926413 17.82 76607 2081073 907257 5.19 962005 1718644 65599 07:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:30:03 lo 1.80 1.80 0.21 0.21 0.00 0.00 0.00 0.00 07:30:03 ens3 365.07 249.04 2647.07 75.29 0.00 0.00 0.00 0.00 07:31:01 lo 3.65 3.65 0.35 0.35 0.00 0.00 0.00 0.00 07:31:01 ens3 31.89 28.72 23.08 6.34 0.00 0.00 0.00 0.00 07:32:01 lo 0.73 0.73 0.06 0.06 0.00 0.00 0.00 0.00 07:32:01 ens3 3.82 3.53 3.62 0.51 0.00 0.00 0.00 0.00 07:33:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 07:33:01 ens3 0.62 0.48 0.15 0.26 0.00 0.00 0.00 0.00 07:34:01 lo 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:34:01 ens3 0.40 0.43 0.14 0.26 0.00 0.00 0.00 0.00 07:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:01 ens3 0.85 0.42 0.23 0.30 0.00 0.00 0.00 0.00 07:36:01 lo 0.67 0.67 0.08 0.08 0.00 0.00 0.00 0.00 07:36:01 ens3 36.16 27.06 651.47 5.71 0.00 0.00 0.00 0.00 Average: lo 1.04 1.04 0.10 0.10 0.00 0.00 0.00 0.00 Average: ens3 62.83 44.31 477.26 12.70 0.00 0.00 0.00 0.00 ---> sar -P ALL: Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-12503) 07/26/26 _x86_64_ (4 CPU) 07:28:51 LINUX RESTART (4 CPU) 07:29:01 CPU %user %nice %system %iowait %steal %idle 07:30:03 all 20.43 0.00 2.52 3.35 0.06 73.64 07:30:03 0 13.29 0.00 2.23 0.96 0.08 83.44 07:30:03 1 22.98 0.00 2.69 0.70 0.05 73.58 07:30:03 2 17.12 0.00 2.28 6.17 0.05 74.39 07:30:03 3 28.36 0.00 2.89 5.56 0.07 63.12 07:31:01 all 11.69 1.22 0.94 0.75 0.05 85.35 07:31:01 0 19.60 0.00 1.45 1.90 0.05 77.01 07:31:01 1 10.27 0.02 0.66 0.38 0.05 88.63 07:31:01 2 9.35 1.60 0.59 0.45 0.03 87.98 07:31:01 3 7.60 3.21 1.06 0.26 0.09 87.79 07:32:01 all 0.32 0.00 0.03 0.06 0.02 99.57 07:32:01 0 0.18 0.00 0.02 0.00 0.02 99.78 07:32:01 1 0.20 0.00 0.03 0.18 0.02 99.57 07:32:01 2 0.33 0.00 0.05 0.00 0.03 99.58 07:32:01 3 0.57 0.00 0.00 0.07 0.02 99.35 07:33:01 all 0.10 0.00 0.04 0.01 0.02 99.83 07:33:01 0 0.07 0.00 0.03 0.00 0.03 99.87 07:33:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:33:01 2 0.08 0.00 0.07 0.02 0.02 99.82 07:33:01 3 0.22 0.00 0.02 0.02 0.02 99.73 07:34:01 all 0.39 0.00 0.02 0.00 0.02 99.56 07:34:01 0 0.12 0.00 0.03 0.00 0.03 99.82 07:34:01 1 0.03 0.00 0.02 0.02 0.02 99.92 07:34:01 2 0.03 0.00 0.05 0.00 0.02 99.90 07:34:01 3 1.39 0.00 0.00 0.02 0.02 98.58 07:35:01 all 0.06 0.00 0.01 0.01 0.01 99.90 07:35:01 0 0.07 0.00 0.00 0.00 0.00 99.93 07:35:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:35:01 2 0.08 0.00 0.02 0.03 0.02 99.85 07:35:01 3 0.05 0.00 0.02 0.02 0.02 99.90 07:36:01 all 9.94 0.00 0.75 0.39 0.03 88.89 07:36:01 0 0.37 0.00 0.17 0.00 0.05 99.42 07:36:01 1 33.58 0.00 2.02 0.37 0.05 63.99 07:36:01 2 1.92 0.00 0.47 1.17 0.03 96.41 07:36:01 3 3.85 0.00 0.33 0.02 0.02 95.78 Average: all 6.10 0.17 0.61 0.65 0.03 92.43 Average: 0 4.74 0.00 0.56 0.40 0.04 94.26 Average: 1 9.58 0.00 0.78 0.23 0.03 89.37 Average: 2 4.10 0.22 0.50 1.12 0.03 94.03 Average: 3 5.99 0.45 0.61 0.85 0.03 92.06