19:08:26 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/146656 19:08:26 Running as SYSTEM 19:08:27 [EnvInject] - Loading node environment variables. 19:08:27 Building remotely on prd-ubuntu1804-builder-4c-4g-13447 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-doc8-lint 19:08:27 [ssh-agent] Looking for ssh-agent implementation... 19:08:27 $ ssh-agent 19:08:27 SSH_AUTH_SOCK=/tmp/ssh-UDtP3BJKuOf6/agent.1676 19:08:27 SSH_AGENT_PID=1678 19:08:27 [ssh-agent] Started. 19:08:27 Running ssh-add (command line suppressed) 19:08:27 Identity added: /w/workspace/oom-master-doc8-lint@tmp/private_key_5232119758010057199.key (/w/workspace/oom-master-doc8-lint@tmp/private_key_5232119758010057199.key) 19:08:27 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 19:08:27 The recommended git tool is: NONE 19:08:28 using credential onap-jenkins-ssh 19:08:28 Wiping out workspace first. 19:08:28 Cloning the remote Git repository 19:08:28 Cloning repository git://cloud.onap.org/mirror/oom.git 19:08:28 > git init /w/workspace/oom-master-doc8-lint # timeout=10 19:08:28 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 19:08:28 > git --version # timeout=10 19:08:28 > git --version # 'git version 2.17.1' 19:08:28 using GIT_SSH to set credentials Gerrit user 19:08:28 Verifying host key using manually-configured host key entries 19:08:28 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 19:08:34 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 19:08:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:08:34 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 19:08:34 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 19:08:34 using GIT_SSH to set credentials Gerrit user 19:08:34 Verifying host key using manually-configured host key entries 19:08:34 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/56/146656/2 # timeout=30 19:08:34 > git rev-parse 358f66f82c8f9272b0940c11dbe0f7c065125f36^{commit} # timeout=10 19:08:34 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 19:08:34 Checking out Revision 358f66f82c8f9272b0940c11dbe0f7c065125f36 (refs/changes/56/146656/2) 19:08:34 > git config core.sparsecheckout # timeout=10 19:08:34 > git checkout -f 358f66f82c8f9272b0940c11dbe0f7c065125f36 # timeout=30 19:08:38 Commit message: "[DOCS] FIX multiple duplicated word typos" 19:08:38 > git rev-parse FETCH_HEAD^{commit} # timeout=10 19:08:38 > git rev-list --no-walk ab364dd9b8348f14aa12c12ce4ac4f7e40e3fff0 # timeout=10 19:08:38 [EnvInject] - Injecting environment variables from a build step. 19:08:38 [EnvInject] - Injecting as environment variables the properties content 19:08:38 PYTHON=python3 19:08:38 19:08:38 [EnvInject] - Variables injected successfully. 19:08:38 [oom-master-doc8-lint] $ /bin/bash -l /tmp/jenkins4198404559595885637.sh 19:08:38 ---> tox-install.sh 19:08:38 + source /home/jenkins/lf-env.sh 19:08:38 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 19:08:38 ++ mktemp -d /tmp/venv-XXXX 19:08:38 + lf_venv=/tmp/venv-GqXS 19:08:38 + local venv_file=/tmp/.os_lf_venv 19:08:38 + local python=python3 19:08:38 + local options 19:08:38 + local set_path=true 19:08:38 + local install_args= 19:08:38 ++ 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 19:08:38 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:08:38 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:08:38 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 19:08:38 + true 19:08:38 + case $1 in 19:08:38 + venv_file=/tmp/.toxenv 19:08:38 + shift 2 19:08:38 + true 19:08:38 + case $1 in 19:08:38 + shift 19:08:38 + break 19:08:38 + case $python in 19:08:38 + local pkg_list= 19:08:38 + [[ -d /opt/pyenv ]] 19:08:38 + echo 'Setup pyenv:' 19:08:38 Setup pyenv: 19:08:38 + export PYENV_ROOT=/opt/pyenv 19:08:38 + PYENV_ROOT=/opt/pyenv 19:08:38 + 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 19:08:38 + 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 19:08:38 + pyenv versions 19:08:38 * system (set by /opt/pyenv/version) 19:08:38 * 3.8.13 (set by /opt/pyenv/version) 19:08:38 * 3.9.13 (set by /opt/pyenv/version) 19:08:38 * 3.10.6 (set by /opt/pyenv/version) 19:08:38 + command -v pyenv 19:08:38 ++ pyenv init - --no-rehash 19:08:38 + 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[*]}"'\'')" 19:08:38 export PATH="/opt/pyenv/shims:${PATH}" 19:08:38 export PYENV_SHELL=bash 19:08:38 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 19:08:38 pyenv() { 19:08:38 local command 19:08:38 command="${1:-}" 19:08:38 if [ "$#" -gt 0 ]; then 19:08:38 shift 19:08:38 fi 19:08:38 19:08:38 case "$command" in 19:08:38 rehash|shell) 19:08:38 eval "$(pyenv "sh-$command" "$@")" 19:08:38 ;; 19:08:38 *) 19:08:38 command pyenv "$command" "$@" 19:08:38 ;; 19:08:38 esac 19:08:38 }' 19:08:38 +++ 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[*]}"' 19:08:38 ++ 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 19:08:38 ++ 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 19:08:38 ++ 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 19:08:38 ++ export PYENV_SHELL=bash 19:08:38 ++ PYENV_SHELL=bash 19:08:38 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 19:08:38 +++ complete -F _pyenv pyenv 19:08:38 ++ lf-pyver python3 19:08:38 ++ local py_version_xy=python3 19:08:38 ++ local py_version_xyz= 19:08:38 ++ pyenv versions 19:08:38 ++ local command 19:08:38 ++ command=versions 19:08:38 ++ '[' 1 -gt 0 ']' 19:08:38 ++ shift 19:08:38 ++ case "$command" in 19:08:38 ++ command pyenv versions 19:08:38 ++ pyenv versions 19:08:38 ++ awk '{ print $1 }' 19:08:38 ++ sed 's/^[ *]* //' 19:08:38 ++ grep -E '^[0-9.]*[0-9]$' 19:08:38 ++ [[ ! -s /tmp/.pyenv_versions ]] 19:08:38 +++ grep '^3' /tmp/.pyenv_versions 19:08:38 +++ sort -V 19:08:38 +++ tail -n 1 19:08:38 ++ py_version_xyz=3.10.6 19:08:38 ++ [[ -z 3.10.6 ]] 19:08:38 ++ echo 3.10.6 19:08:38 ++ return 0 19:08:38 + pyenv local 3.10.6 19:08:38 + local command 19:08:38 + command=local 19:08:38 + '[' 2 -gt 0 ']' 19:08:38 + shift 19:08:38 + case "$command" in 19:08:38 + command pyenv local 3.10.6 19:08:38 + pyenv local 3.10.6 19:08:39 + for arg in "$@" 19:08:39 + case $arg in 19:08:39 + pkg_list+='tox ' 19:08:39 + for arg in "$@" 19:08:39 + case $arg in 19:08:39 + pkg_list+='virtualenv ' 19:08:39 + for arg in "$@" 19:08:39 + case $arg in 19:08:39 + pkg_list+='urllib3~=1.26.15 ' 19:08:39 + [[ -f /tmp/.toxenv ]] 19:08:39 + [[ ! -f /tmp/.toxenv ]] 19:08:39 + [[ -n '' ]] 19:08:39 + python3 -m venv /tmp/venv-GqXS 19:08:43 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GqXS' 19:08:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GqXS 19:08:43 + echo /tmp/venv-GqXS 19:08:43 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 19:08:43 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 19:08:43 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 19:08:43 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:08:43 + local 'pip_opts=--upgrade --quiet' 19:08:43 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 19:08:43 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 19:08:43 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 19:08:43 + [[ -n '' ]] 19:08:43 + [[ -n '' ]] 19:08:43 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 19:08:43 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:08:43 + /tmp/venv-GqXS/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 19:08:47 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 19:08:47 lf-activate-venv(): INFO: Base packages installed successfully 19:08:47 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 19:08:47 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 19:08:47 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 19:08:47 + /tmp/venv-GqXS/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 19:08:49 + type python3 19:08:49 + true 19:08:49 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-GqXS/bin to PATH' 19:08:49 lf-activate-venv(): INFO: Adding /tmp/venv-GqXS/bin to PATH 19:08:49 + PATH=/tmp/venv-GqXS/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 19:08:49 + return 0 19:08:49 + python3 --version 19:08:49 Python 3.10.6 19:08:49 + python3 -m pip --version 19:08:49 pip 26.1.2 from /tmp/venv-GqXS/lib/python3.10/site-packages/pip (python 3.10) 19:08:49 + python3 -m pip freeze 19:08:49 cachetools==7.1.6 19:08:49 colorama==0.4.6 19:08:49 distlib==0.4.3 19:08:49 filelock==3.32.0 19:08:49 packaging==26.2 19:08:49 platformdirs==4.11.0 19:08:49 pluggy==1.6.0 19:08:49 pyproject-api==1.11.0 19:08:49 python-discovery==1.5.0 19:08:49 tomli==2.4.1 19:08:49 tomli_w==1.2.0 19:08:49 tox==4.58.0 19:08:49 typing_extensions==4.16.0 19:08:49 urllib3==1.26.20 19:08:49 virtualenv==21.7.0 19:08:49 [EnvInject] - Injecting environment variables from a build step. 19:08:49 [EnvInject] - Injecting as environment variables the properties content 19:08:49 PARALLEL=false 19:08:49 19:08:49 [EnvInject] - Variables injected successfully. 19:08:49 [oom-master-doc8-lint] $ /bin/bash -l /tmp/jenkins13200924331778963711.sh 19:08:49 ---> tox-run.sh 19:08:49 + 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 19:08:49 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-doc8-lint/archives/tox 19:08:49 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-doc8-lint/archives/docs 19:08:49 + mkdir -p /w/workspace/oom-master-doc8-lint/archives/tox 19:08:49 + cd /w/workspace/oom-master-doc8-lint/. 19:08:49 + source /home/jenkins/lf-env.sh 19:08:49 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 19:08:49 ++ mktemp -d /tmp/venv-XXXX 19:08:49 + lf_venv=/tmp/venv-MyWp 19:08:49 + local venv_file=/tmp/.os_lf_venv 19:08:49 + local python=python3 19:08:49 + local options 19:08:49 + local set_path=true 19:08:49 + local install_args= 19:08:49 ++ 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 19:08:49 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:08:49 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:08:49 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 19:08:49 + true 19:08:49 + case $1 in 19:08:49 + venv_file=/tmp/.toxenv 19:08:49 + shift 2 19:08:49 + true 19:08:49 + case $1 in 19:08:49 + shift 19:08:49 + break 19:08:49 + case $python in 19:08:49 + local pkg_list= 19:08:49 + [[ -d /opt/pyenv ]] 19:08:49 + echo 'Setup pyenv:' 19:08:49 Setup pyenv: 19:08:49 + export PYENV_ROOT=/opt/pyenv 19:08:49 + PYENV_ROOT=/opt/pyenv 19:08:49 + 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 19:08:49 + 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 19:08:49 + pyenv versions 19:08:49 system 19:08:49 3.8.13 19:08:49 3.9.13 19:08:49 * 3.10.6 (set by /w/workspace/oom-master-doc8-lint/.python-version) 19:08:49 + command -v pyenv 19:08:49 ++ pyenv init - --no-rehash 19:08:49 + 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[*]}"'\'')" 19:08:49 export PATH="/opt/pyenv/shims:${PATH}" 19:08:49 export PYENV_SHELL=bash 19:08:49 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 19:08:49 pyenv() { 19:08:49 local command 19:08:49 command="${1:-}" 19:08:49 if [ "$#" -gt 0 ]; then 19:08:49 shift 19:08:49 fi 19:08:49 19:08:49 case "$command" in 19:08:49 rehash|shell) 19:08:49 eval "$(pyenv "sh-$command" "$@")" 19:08:49 ;; 19:08:49 *) 19:08:49 command pyenv "$command" "$@" 19:08:49 ;; 19:08:49 esac 19:08:49 }' 19:08:49 +++ 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[*]}"' 19:08:49 ++ 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 19:08:49 ++ 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 19:08:49 ++ 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 19:08:49 ++ export PYENV_SHELL=bash 19:08:49 ++ PYENV_SHELL=bash 19:08:49 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 19:08:49 +++ complete -F _pyenv pyenv 19:08:49 ++ lf-pyver python3 19:08:49 ++ local py_version_xy=python3 19:08:49 ++ local py_version_xyz= 19:08:49 ++ pyenv versions 19:08:49 ++ local command 19:08:49 ++ command=versions 19:08:49 ++ '[' 1 -gt 0 ']' 19:08:49 ++ shift 19:08:49 ++ case "$command" in 19:08:49 ++ command pyenv versions 19:08:49 ++ pyenv versions 19:08:49 ++ sed 's/^[ *]* //' 19:08:49 ++ awk '{ print $1 }' 19:08:49 ++ grep -E '^[0-9.]*[0-9]$' 19:08:49 ++ [[ ! -s /tmp/.pyenv_versions ]] 19:08:49 +++ grep '^3' /tmp/.pyenv_versions 19:08:49 +++ sort -V 19:08:49 +++ tail -n 1 19:08:49 ++ py_version_xyz=3.10.6 19:08:49 ++ [[ -z 3.10.6 ]] 19:08:49 ++ echo 3.10.6 19:08:49 ++ return 0 19:08:49 + pyenv local 3.10.6 19:08:49 + local command 19:08:49 + command=local 19:08:49 + '[' 2 -gt 0 ']' 19:08:49 + shift 19:08:49 + case "$command" in 19:08:49 + command pyenv local 3.10.6 19:08:49 + pyenv local 3.10.6 19:08:49 + for arg in "$@" 19:08:49 + case $arg in 19:08:49 + pkg_list+='tox ' 19:08:49 + for arg in "$@" 19:08:49 + case $arg in 19:08:49 + pkg_list+='virtualenv ' 19:08:49 + for arg in "$@" 19:08:49 + case $arg in 19:08:49 + pkg_list+='urllib3~=1.26.15 ' 19:08:49 + [[ -f /tmp/.toxenv ]] 19:08:49 ++ cat /tmp/.toxenv 19:08:49 + lf_venv=/tmp/venv-GqXS 19:08:49 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-GqXS from' file:/tmp/.toxenv 19:08:49 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-GqXS from file:/tmp/.toxenv 19:08:49 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 19:08:49 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:08:49 + local 'pip_opts=--upgrade --quiet' 19:08:49 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 19:08:49 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 19:08:49 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 19:08:49 + [[ -n '' ]] 19:08:49 + [[ -n '' ]] 19:08:49 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 19:08:49 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:08:49 + /tmp/venv-GqXS/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 19:08:50 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 19:08:50 lf-activate-venv(): INFO: Base packages installed successfully 19:08:50 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 19:08:50 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 19:08:50 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 19:08:50 + /tmp/venv-GqXS/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 19:08:51 + type python3 19:08:51 + true 19:08:51 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-GqXS/bin to PATH' 19:08:51 lf-activate-venv(): INFO: Adding /tmp/venv-GqXS/bin to PATH 19:08:51 + PATH=/tmp/venv-GqXS/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 19:08:51 + return 0 19:08:51 + [[ -d /opt/pyenv ]] 19:08:51 + echo '---> Setting up pyenv' 19:08:51 ---> Setting up pyenv 19:08:51 + export PYENV_ROOT=/opt/pyenv 19:08:51 + PYENV_ROOT=/opt/pyenv 19:08:51 + export PATH=/opt/pyenv/bin:/tmp/venv-GqXS/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 19:08:51 + PATH=/opt/pyenv/bin:/tmp/venv-GqXS/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 19:08:51 ++ pwd 19:08:51 + PYTHONPATH=/w/workspace/oom-master-doc8-lint 19:08:51 + export PYTHONPATH 19:08:51 + export TOX_TESTENV_PASSENV=PYTHONPATH 19:08:51 + TOX_TESTENV_PASSENV=PYTHONPATH 19:08:51 + tox --version 19:08:51 4.58.0 from /tmp/venv-GqXS/lib/python3.10/site-packages/tox/__init__.py 19:08:51 + PARALLEL=false 19:08:51 + TOX_OPTIONS_LIST= 19:08:51 + [[ -n doc8 ]] 19:08:51 + TOX_OPTIONS_LIST=' -e doc8' 19:08:51 + case ${PARALLEL,,} in 19:08:51 + tox -e doc8 19:08:51 + tee -a /w/workspace/oom-master-doc8-lint/archives/tox/tox.log 19:08:53 doc8: install_deps> python -I -m pip install -r /w/workspace/oom-master-doc8-lint/requirements.txt -c https://git.onap.org/doc/plain/etc/upper-constraints.onap.txt 19:09:16 doc8: freeze> python -m pip freeze --all 19:09:16 doc8: 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.3.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 19:09:16 doc8: commands[0]> doc8 docs/ 19:09:19 Scanning... 19:09:19 Validating... 19:09:19 docs/sections/resources/helm/helm-search.txt:2: D001 Line too long 19:09:19 docs/sections/resources/helm/helm-search.txt:3: D001 Line too long 19:09:19 docs/sections/resources/helm/helm-search.txt:4: D001 Line too long 19:09:19 docs/sections/resources/helm/helm-search.txt:5: D001 Line too long 19:09:19 docs/sections/resources/helm/helm-search.txt:7: D001 Line too long 19:09:19 docs/sections/resources/helm/helm-search.txt:8: D001 Line too long 19:09:19 docs/sections/resources/helm/helm-search.txt:9: D001 Line too long 19:09:19 docs/sections/resources/helm/helm-search.txt:11: D001 Line too long 19:09:19 docs/sections/resources/helm/helm-search.txt:13: D001 Line too long 19:09:19 docs/sections/resources/helm/helm-search.txt:14: D001 Line too long 19:09:19 docs/sections/resources/helm/helm-search.txt:15: D001 Line too long 19:09:19 docs/sections/resources/helm/helm-search.txt:17: D001 Line too long 19:09:19 docs/sections/resources/helm/helm-search.txt:18: D001 Line too long 19:09:19 docs/sections/resources/helm/helm-search.txt:19: D001 Line too long 19:09:19 docs/sections/resources/helm/helm-search.txt:20: D001 Line too long 19:09:19 docs/sections/resources/helm/helm-search.txt:22: D001 Line too long 19:09:19 docs/sections/resources/helm/helm-search.txt:23: D001 Line too long 19:09:19 docs/sections/release_notes/release-notes-london.rst:127: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:19: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:20: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:21: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:26: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:27: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:29: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:30: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:32: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:35: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:37: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:39: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:41: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:43: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:166: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:175: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:205: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:210: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:211: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:213: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:221: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:240: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:243: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:247: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:248: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:254: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:258: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:259: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:269: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:275: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:280: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:281: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:283: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:284: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:286: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:289: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:290: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:294: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:299: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:302: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:306: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:313: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:322: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:330: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:331: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:334: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:338: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:372: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:374: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:378: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:379: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:384: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:385: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:386: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:387: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:388: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:390: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:400: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:419: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:420: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:422: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:423: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:424: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:426: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst:436: D001 Line too long 19:09:19 docs/sections/guides/deployment_guides/oom_customize_overrides.rst:189: D005 No newline at end of file 19:09:19 docs/sections/guides/deployment_guides/oom_helm_release_repo_deploy.rst:35: D001 Line too long 19:09:19 docs/sections/guides/infra_guides/oom_infra_base_config_setup.rst:253: D001 Line too long 19:09:19 docs/sections/guides/infra_guides/oom_infra_base_config_setup.rst:254: D001 Line too long 19:09:19 docs/sections/guides/infra_guides/oom_infra_base_config_setup.rst:279: D001 Line too long 19:09:19 ======== 19:09:19 Total files scanned = 43 19:09:19 Total files ignored = 0 19:09:19 Total accumulated errors = 87 19:09:19 Detailed error counts: 19:09:19 - doc8.checks.CheckCarriageReturn = 0 19:09:19 - doc8.checks.CheckIndentationNoTab = 0 19:09:19 - doc8.checks.CheckMaxLineLength = 86 19:09:19 - doc8.checks.CheckNewlineEndOfFile = 1 19:09:19 - doc8.checks.CheckTrailingWhitespace = 0 19:09:19 - doc8.checks.CheckValidity = 0 19:09:19 doc8: exit 1 (2.68 seconds) /w/workspace/oom-master-doc8-lint> doc8 docs/ pid=2268 19:09:19 doc8: command failed but is marked ignore outcome so handling it as success 19:09:19 doc8: OK (27.10=setup[24.42]+cmd[2.68] seconds) 19:09:19 congratulations :) (27.14 seconds) 19:09:19 + tox_status=0 19:09:19 + echo '---> Completed tox runs' 19:09:19 ---> Completed tox runs 19:09:19 + for i in .tox/*/log 19:09:19 ++ echo .tox/doc8/log 19:09:19 ++ awk -F/ '{print $2}' 19:09:19 + tox_env=doc8 19:09:19 + cp -r .tox/doc8/log /w/workspace/oom-master-doc8-lint/archives/tox/doc8 19:09:19 + DOC_DIR=docs/_build/html 19:09:19 + [[ -d docs/_build/html ]] 19:09:19 + echo '---> tox-run.sh ends' 19:09:19 ---> tox-run.sh ends 19:09:19 + test 0 -eq 0 19:09:19 $ ssh-agent -k 19:09:19 unset SSH_AUTH_SOCK; 19:09:19 unset SSH_AGENT_PID; 19:09:19 echo Agent pid 1678 killed; 19:09:19 [ssh-agent] Stopped. 19:09:19 [PostBuildScript] - [INFO] Executing post build scripts. 19:09:19 [oom-master-doc8-lint] $ /bin/bash /tmp/jenkins13415615455518084176.sh 19:09:19 ---> sysstat.sh 19:09:19 [oom-master-doc8-lint] $ /bin/bash /tmp/jenkins6837305221129709412.sh 19:09:19 ---> package-listing.sh 19:09:19 ++ facter osfamily 19:09:19 ++ tr '[:upper:]' '[:lower:]' 19:09:20 + OS_FAMILY=debian 19:09:20 + workspace=/w/workspace/oom-master-doc8-lint 19:09:20 + START_PACKAGES=/tmp/packages_start.txt 19:09:20 + END_PACKAGES=/tmp/packages_end.txt 19:09:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:09:20 + PACKAGES=/tmp/packages_start.txt 19:09:20 + '[' /w/workspace/oom-master-doc8-lint ']' 19:09:20 + PACKAGES=/tmp/packages_end.txt 19:09:20 + case "${OS_FAMILY}" in 19:09:20 + dpkg -l 19:09:20 + grep '^ii' 19:09:20 + '[' -f /tmp/packages_start.txt ']' 19:09:20 + '[' -f /tmp/packages_end.txt ']' 19:09:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:09:20 + '[' /w/workspace/oom-master-doc8-lint ']' 19:09:20 + mkdir -p /w/workspace/oom-master-doc8-lint/archives/ 19:09:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-doc8-lint/archives/ 19:09:20 [oom-master-doc8-lint] $ /bin/bash /tmp/jenkins12824668137923117660.sh 19:09:20 ---> capture-instance-metadata.sh 19:09:20 Setup pyenv: 19:09:20 system 19:09:20 3.8.13 19:09:20 3.9.13 19:09:20 * 3.10.6 (set by /w/workspace/oom-master-doc8-lint/.python-version) 19:09:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MPCD 19:09:23 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 19:09:23 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:09:23 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:09:27 lf-activate-venv(): INFO: Base packages installed successfully 19:09:27 lf-activate-venv(): INFO: Installing additional packages: lftools 19:09:48 lf-activate-venv(): INFO: Adding /tmp/venv-MPCD/bin to PATH 19:09:48 INFO: Running in OpenStack, capturing instance metadata 19:09:48 [oom-master-doc8-lint] $ /bin/bash /tmp/jenkins9152059811974868683.sh 19:09:48 provisioning config files... 19:09:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-doc8-lint@tmp/config9017005228208350389tmp 19:09:48 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 19:09:48 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 19:09:48 [EnvInject] - Injecting environment variables from a build step. 19:09:48 [EnvInject] - Injecting as environment variables the properties content 19:09:48 SERVER_ID=logs 19:09:48 19:09:48 [EnvInject] - Variables injected successfully. 19:09:48 [oom-master-doc8-lint] $ /bin/bash /tmp/jenkins14221129868144971477.sh 19:09:48 ---> create-netrc.sh 19:09:48 [oom-master-doc8-lint] $ /bin/bash /tmp/jenkins10158887319876587091.sh 19:09:48 ---> python-tools-install.sh 19:09:48 Setup pyenv: 19:09:49 system 19:09:49 3.8.13 19:09:49 3.9.13 19:09:49 * 3.10.6 (set by /w/workspace/oom-master-doc8-lint/.python-version) 19:09:49 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-MPCD from file:/tmp/.os_lf_venv 19:09:49 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:09:49 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:09:50 lf-activate-venv(): INFO: Base packages installed successfully 19:09:50 lf-activate-venv(): INFO: Installing additional packages: lftools 19:09:57 lf-activate-venv(): INFO: Adding /tmp/venv-MPCD/bin to PATH 19:09:57 Generating Requirements File 19:10:19 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. 19:10:19 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 19:10:19 Python 3.10.6 19:10:19 pip 26.1.2 from /tmp/venv-MPCD/lib/python3.10/site-packages/pip (python 3.10) 19:10:20 aiohappyeyeballs==2.7.1 19:10:20 aiohttp==3.14.3 19:10:20 aiosignal==1.4.0 19:10:20 appdirs==1.4.4 19:10:20 argcomplete==3.7.0 19:10:20 aspy.yaml==1.3.0 19:10:20 async-timeout==5.0.1 19:10:20 attrs==26.1.0 19:10:20 autopage==0.6.0 19:10:20 backports.strenum==1.3.1 19:10:20 beautifulsoup4==4.15.0 19:10:20 boto3==1.43.57 19:10:20 botocore==1.43.57 19:10:20 bs4==0.0.2 19:10:20 certifi==2026.7.22 19:10:20 cffi==2.1.0 19:10:20 cfgv==3.5.0 19:10:20 chardet==7.4.3 19:10:20 charset-normalizer==3.4.9 19:10:20 click==8.4.2 19:10:20 cliff==4.14.0 19:10:20 cmd2==3.5.1 19:10:20 cryptography==3.3.2 19:10:20 debtcollector==3.1.0 19:10:20 decorator==5.3.1 19:10:20 defusedxml==0.7.1 19:10:20 Deprecated==1.3.1 19:10:20 distlib==0.4.3 19:10:20 dnspython==2.8.0 19:10:20 docker==7.2.0 19:10:20 dogpile.cache==1.5.0 19:10:20 durationpy==0.10 19:10:20 email-validator==2.3.0 19:10:20 filelock==3.32.0 19:10:20 frozenlist==1.8.0 19:10:20 future==1.0.0 19:10:20 gitdb==4.0.12 19:10:20 GitPython==3.1.57 19:10:20 httplib2==0.30.2 19:10:20 identify==2.6.19 19:10:20 idna==3.18 19:10:20 importlib-resources==1.5.0 19:10:20 iso8601==2.1.0 19:10:20 Jinja2==3.1.6 19:10:20 jmespath==1.1.0 19:10:20 jsonpatch==1.33 19:10:20 jsonpointer==3.1.1 19:10:20 jsonschema==4.26.0 19:10:20 jsonschema-specifications==2025.9.1 19:10:20 keystoneauth1==5.14.0 19:10:20 kubernetes==36.0.3 19:10:20 lftools==0.37.22 19:10:20 lxml==6.1.1 19:10:20 markdown-it-py==4.2.0 19:10:20 MarkupSafe==3.0.3 19:10:20 mdurl==0.1.2 19:10:20 msgpack==1.2.1 19:10:20 multi_key_dict==2.0.3 19:10:20 multidict==6.7.1 19:10:20 munch==4.0.0 19:10:20 netaddr==1.3.0 19:10:20 niet==1.4.2 19:10:20 nodeenv==1.10.0 19:10:20 oauth2client==4.1.3 19:10:20 oauthlib==3.3.1 19:10:20 openstacksdk==4.13.0 19:10:20 os-service-types==1.8.2 19:10:20 osc-lib==4.6.0 19:10:20 oslo.config==10.4.0 19:10:20 oslo.context==6.4.0 19:10:20 oslo.i18n==6.8.0 19:10:20 oslo.log==8.2.0 19:10:20 oslo.serialization==5.10.0 19:10:20 oslo.utils==10.1.1 19:10:20 packaging==26.2 19:10:20 pbr==7.0.3 19:10:20 platformdirs==4.11.0 19:10:20 prettytable==3.18.0 19:10:20 propcache==0.5.2 19:10:20 psutil==7.2.2 19:10:20 pyasn1==0.6.4 19:10:20 pyasn1_modules==0.4.2 19:10:20 pycparser==3.0 19:10:20 pygerrit2==2.0.15 19:10:20 PyGithub==2.9.1 19:10:20 Pygments==2.20.0 19:10:20 PyJWT==2.13.0 19:10:20 PyNaCl==1.6.2 19:10:20 pyparsing==2.4.7 19:10:20 pyperclip==1.11.0 19:10:20 pyrsistent==0.20.0 19:10:20 python-cinderclient==9.9.0 19:10:20 python-dateutil==2.9.0.post0 19:10:20 python-discovery==1.5.0 19:10:20 python-heatclient==5.2.0 19:10:20 python-jenkins==1.8.3 19:10:20 python-keystoneclient==5.8.0 19:10:20 python-magnumclient==4.11.0 19:10:20 python-openstackclient==10.0.0 19:10:20 python-swiftclient==4.10.0 19:10:20 PyYAML==6.0.3 19:10:20 referencing==0.37.0 19:10:20 requests==2.34.2 19:10:20 requests-oauthlib==2.0.0 19:10:20 rfc3986==2.0.0 19:10:20 rich==15.0.0 19:10:20 rich-argparse==1.8.0 19:10:20 rpds-py==0.30.0 19:10:20 rsa==4.9.1 19:10:20 ruamel.yaml==0.19.1 19:10:20 ruamel.yaml.clib==0.2.15 19:10:20 s3transfer==0.19.2 19:10:20 simplejson==4.1.1 19:10:20 six==1.17.0 19:10:20 smmap==5.0.3 19:10:20 soupsieve==2.9.1 19:10:20 stevedore==5.8.0 19:10:20 tabulate==0.10.0 19:10:20 toml==0.10.2 19:10:20 tomlkit==0.15.1 19:10:20 tqdm==4.70.0 19:10:20 typing_extensions==4.16.0 19:10:20 urllib3==1.26.20 19:10:20 virtualenv==21.7.0 19:10:20 wcwidth==0.8.2 19:10:20 websocket-client==1.9.0 19:10:20 wrapt==2.3.0 19:10:20 xdg==6.0.0 19:10:20 xmltodict==1.0.4 19:10:20 yarl==1.24.5 19:10:20 yq==4.1.2 19:10:20 [oom-master-doc8-lint] $ /bin/sh /tmp/jenkins18062359793501008733.sh 19:10:20 ---> uv-install.sh 19:10:20 Installing uv/uvx (latest) using shell installer 19:10:20 2026-07-28 19:10:20 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71225/71225] -> "/tmp/uv-install-BDNTX9.sh" [1] 19:10:20 downloading uv 0.12.0 x86_64-unknown-linux-gnu 19:10:21 installing to /home/jenkins/.local/bin 19:10:21 uv 19:10:21 uvx 19:10:21 everything's installed! 19:10:21 19:10:21 To add $HOME/.local/bin to your PATH, either restart your shell or run: 19:10:21 19:10:21 source $HOME/.local/bin/env (sh, bash, zsh) 19:10:21 source $HOME/.local/bin/env.fish (fish) 19:10:21 Adding install location to PATH 19:10:21 ---> Validating uv/uvx install 19:10:21 uvx 0.12.0 (x86_64-unknown-linux-gnu) 19:10:21 [oom-master-doc8-lint] $ /bin/bash /tmp/jenkins8603985834395523182.sh 19:10:21 ---> sudo-logs.sh 19:10:21 Archiving 'sudo' log.. 19:10:21 [oom-master-doc8-lint] $ /bin/bash /tmp/jenkins4077844341988712745.sh 19:10:21 ---> job-cost.sh 19:10:21 INFO: Activating Python virtual environment... 19:10:21 Setup pyenv: 19:10:21 system 19:10:21 3.8.13 19:10:21 3.9.13 19:10:21 * 3.10.6 (set by /w/workspace/oom-master-doc8-lint/.python-version) 19:10:21 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-MPCD from file:/tmp/.os_lf_venv 19:10:21 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:10:21 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:10:23 lf-activate-venv(): INFO: Base packages installed successfully 19:10:23 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 19:10:28 lf-activate-venv(): INFO: Adding /tmp/venv-MPCD/bin to PATH 19:10:28 INFO: No stack-cost file found 19:10:28 INFO: Instance uptime: 148s 19:10:28 INFO: Fetching instance metadata (attempt 1 of 3)... 19:10:28 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 19:10:28 INFO: Successfully fetched instance metadata 19:10:28 INFO: Instance type: v3-standard-4 19:10:28 INFO: Retrieving pricing info for: v3-standard-4 19:10:28 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 19:10:28 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=148 19:10:28 INFO: Successfully fetched Vexxhost pricing API 19:10:28 INFO: Retrieved cost: 0.11 19:10:28 INFO: Retrieved resource: v3-standard-4 19:10:28 INFO: Creating archive directory: /w/workspace/oom-master-doc8-lint/archives/cost 19:10:28 INFO: Archiving costs to: /w/workspace/oom-master-doc8-lint/archives/cost.csv 19:10:28 INFO: Successfully archived job cost data 19:10:28 DEBUG: Cost data: oom-master-doc8-lint,622,2026-07-28 19:10:28,v3-standard-4,148,0.11,0.00,SUCCESS 19:10:28 [oom-master-doc8-lint] $ /bin/bash -l /tmp/jenkins16929706275267866203.sh 19:10:28 ---> logs-deploy.sh 19:10:28 Setup pyenv: 19:10:28 system 19:10:28 3.8.13 19:10:28 3.9.13 19:10:28 * 3.10.6 (set by /w/workspace/oom-master-doc8-lint/.python-version) 19:10:29 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-MPCD from file:/tmp/.os_lf_venv 19:10:29 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:10:29 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:10:30 lf-activate-venv(): INFO: Base packages installed successfully 19:10:30 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 19:10:37 lf-activate-venv(): INFO: Adding /tmp/venv-MPCD/bin to PATH 19:10:37 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-doc8-lint/622 19:10:37 INFO: archiving workspace using pattern(s): 19:10:38 Archives upload complete. 19:10:38 INFO: archiving logs to Nexus 19:10:39 ---> uname -a: 19:10:39 Linux prd-ubuntu1804-builder-4c-4g-13447 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 19:10:39 19:10:39 19:10:39 ---> lscpu: 19:10:39 Architecture: x86_64 19:10:39 CPU op-mode(s): 32-bit, 64-bit 19:10:39 Byte Order: Little Endian 19:10:39 CPU(s): 4 19:10:39 On-line CPU(s) list: 0-3 19:10:39 Thread(s) per core: 1 19:10:39 Core(s) per socket: 1 19:10:39 Socket(s): 4 19:10:39 NUMA node(s): 1 19:10:39 Vendor ID: AuthenticAMD 19:10:39 CPU family: 23 19:10:39 Model: 49 19:10:39 Model name: AMD EPYC-Rome Processor 19:10:39 Stepping: 0 19:10:39 CPU MHz: 2799.998 19:10:39 BogoMIPS: 5599.99 19:10:39 Virtualization: AMD-V 19:10:39 Hypervisor vendor: KVM 19:10:39 Virtualization type: full 19:10:39 L1d cache: 32K 19:10:39 L1i cache: 32K 19:10:39 L2 cache: 512K 19:10:39 L3 cache: 16384K 19:10:39 NUMA node0 CPU(s): 0-3 19:10:39 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 19:10:39 19:10:39 19:10:39 ---> nproc: 19:10:39 4 19:10:39 19:10:39 19:10:39 ---> df -h: 19:10:39 Filesystem Size Used Avail Use% Mounted on 19:10:39 udev 7.9G 0 7.9G 0% /dev 19:10:39 tmpfs 1.6G 676K 1.6G 1% /run 19:10:39 /dev/vda1 78G 8.6G 69G 11% / 19:10:39 tmpfs 7.9G 0 7.9G 0% /dev/shm 19:10:39 tmpfs 5.0M 0 5.0M 0% /run/lock 19:10:39 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 19:10:39 /dev/vda15 105M 4.4M 100M 5% /boot/efi 19:10:39 tmpfs 1.6G 0 1.6G 0% /run/user/1001 19:10:39 19:10:39 19:10:39 ---> free -m: 19:10:39 total used free shared buff/cache available 19:10:39 Mem: 16040 544 13139 0 2355 15169 19:10:39 Swap: 1023 0 1023 19:10:39 19:10:39 19:10:39 ---> ip addr: 19:10:39 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 19:10:39 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:10:39 inet 127.0.0.1/8 scope host lo 19:10:39 valid_lft forever preferred_lft forever 19:10:39 inet6 ::1/128 scope host 19:10:39 valid_lft forever preferred_lft forever 19:10:39 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 19:10:39 link/ether fa:16:3e:93:4c:3f brd ff:ff:ff:ff:ff:ff 19:10:39 inet 10.30.107.139/23 brd 10.30.107.255 scope global dynamic ens3 19:10:39 valid_lft 86249sec preferred_lft 86249sec 19:10:39 inet6 fe80::f816:3eff:fe93:4c3f/64 scope link 19:10:39 valid_lft forever preferred_lft forever 19:10:39 19:10:39 19:10:39 ---> sar -b -r -n DEV: 19:10:39 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-13447) 07/28/26 _x86_64_ (4 CPU) 19:10:39 19:10:39 19:08:10 LINUX RESTART (4 CPU) 19:10:39 19:10:39 19:09:01 tps rtps wtps bread/s bwrtn/s 19:10:39 19:10:01 153.36 1.03 152.32 114.65 47985.07 19:10:39 Average: 153.36 1.03 152.32 114.65 47985.07 19:10:39 19:10:39 19:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:10:39 19:10:01 13747832 15571488 2677128 16.30 84696 1925824 738668 4.23 694540 1741180 147504 19:10:39 Average: 13747832 15571488 2677128 16.30 84696 1925824 738668 4.23 694540 1741180 147504 19:10:39 19:10:39 19:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:10:39 19:10:01 lo 1.13 1.13 0.13 0.13 0.00 0.00 0.00 0.00 19:10:39 19:10:01 ens3 72.72 50.62 1130.16 12.65 0.00 0.00 0.00 0.00 19:10:39 Average: lo 1.13 1.13 0.13 0.13 0.00 0.00 0.00 0.00 19:10:39 Average: ens3 72.72 50.62 1130.16 12.65 0.00 0.00 0.00 0.00 19:10:39 19:10:39 19:10:39 ---> sar -P ALL: 19:10:39 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-13447) 07/28/26 _x86_64_ (4 CPU) 19:10:39 19:10:39 19:08:10 LINUX RESTART (4 CPU) 19:10:39 19:10:39 19:09:01 CPU %user %nice %system %iowait %steal %idle 19:10:39 19:10:01 all 20.30 0.00 1.54 3.70 0.08 74.39 19:10:39 19:10:01 0 15.84 0.00 1.30 4.24 0.07 78.54 19:10:39 19:10:01 1 27.13 0.00 1.76 3.63 0.08 67.40 19:10:39 19:10:01 2 17.82 0.00 1.62 1.04 0.05 79.47 19:10:39 19:10:01 3 20.44 0.00 1.47 5.89 0.08 72.11 19:10:39 Average: all 20.30 0.00 1.54 3.70 0.08 74.39 19:10:39 Average: 0 15.84 0.00 1.30 4.24 0.07 78.54 19:10:39 Average: 1 27.13 0.00 1.76 3.63 0.08 67.40 19:10:39 Average: 2 17.82 0.00 1.62 1.04 0.05 79.47 19:10:39 Average: 3 20.44 0.00 1.47 5.89 0.08 72.11 19:10:39 19:10:39 19:10:39