19:36:48 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/146434 19:36:48 Running as SYSTEM 19:36:49 [EnvInject] - Loading node environment variables. 19:36:49 Building remotely on prd-ubuntu1804-builder-4c-4g-1381 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-sphinx-lint 19:36:49 [ssh-agent] Looking for ssh-agent implementation... 19:36:49 $ ssh-agent 19:36:49 SSH_AUTH_SOCK=/tmp/ssh-IKYVEUbHBexz/agent.1780 19:36:49 SSH_AGENT_PID=1782 19:36:49 [ssh-agent] Started. 19:36:49 Running ssh-add (command line suppressed) 19:36:49 Identity added: /w/workspace/oom-master-sphinx-lint@tmp/private_key_13932764887472413000.key (/w/workspace/oom-master-sphinx-lint@tmp/private_key_13932764887472413000.key) 19:36:49 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 19:36:49 The recommended git tool is: NONE 19:36:51 using credential onap-jenkins-ssh 19:36:51 Wiping out workspace first. 19:36:51 Cloning the remote Git repository 19:36:51 Cloning repository git://cloud.onap.org/mirror/oom.git 19:36:51 > git init /w/workspace/oom-master-sphinx-lint # timeout=10 19:36:51 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 19:36:51 > git --version # timeout=10 19:36:51 > git --version # 'git version 2.17.1' 19:36:51 using GIT_SSH to set credentials Gerrit user 19:36:51 Verifying host key using manually-configured host key entries 19:36:51 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 19:36:57 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 19:36:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:36:57 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 19:36:57 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 19:36:57 using GIT_SSH to set credentials Gerrit user 19:36:57 Verifying host key using manually-configured host key entries 19:36:57 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/34/146434/1 # timeout=30 19:36:57 > git rev-parse e8092c02ae7e9a955f29dbfc91195ef5410e56d8^{commit} # timeout=10 19:36:57 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 19:36:57 Checking out Revision e8092c02ae7e9a955f29dbfc91195ef5410e56d8 (refs/changes/34/146434/1) 19:36:57 > git config core.sparsecheckout # timeout=10 19:36:57 > git checkout -f e8092c02ae7e9a955f29dbfc91195ef5410e56d8 # timeout=30 19:37:01 Commit message: "Fix: Revert Python to 3.11 in docs configuration" 19:37:01 > git rev-parse FETCH_HEAD^{commit} # timeout=10 19:37:01 > git rev-list --no-walk 14ace7cc58e0f060d4c48684141f125d0ff0169a # timeout=10 19:37:01 [EnvInject] - Injecting environment variables from a build step. 19:37:01 [EnvInject] - Injecting as environment variables the properties content 19:37:01 PYTHON=python3 19:37:01 19:37:01 [EnvInject] - Variables injected successfully. 19:37:01 [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins14342755283155272335.sh 19:37:01 ---> tox-install.sh 19:37:01 + source /home/jenkins/lf-env.sh 19:37:01 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 19:37:01 ++ mktemp -d /tmp/venv-XXXX 19:37:01 + lf_venv=/tmp/venv-3SQL 19:37:01 + local venv_file=/tmp/.os_lf_venv 19:37:01 + local python=python3 19:37:01 + local options 19:37:01 + local set_path=true 19:37:01 + local install_args= 19:37:01 ++ 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:37:01 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:37:01 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:37:01 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 19:37:01 + true 19:37:01 + case $1 in 19:37:01 + venv_file=/tmp/.toxenv 19:37:01 + shift 2 19:37:01 + true 19:37:01 + case $1 in 19:37:01 + shift 19:37:01 + break 19:37:01 + case $python in 19:37:01 + local pkg_list= 19:37:01 + [[ -d /opt/pyenv ]] 19:37:01 + echo 'Setup pyenv:' 19:37:01 Setup pyenv: 19:37:01 + export PYENV_ROOT=/opt/pyenv 19:37:01 + PYENV_ROOT=/opt/pyenv 19:37:01 + 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:37:01 + 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:37:01 + pyenv versions 19:37:01 * system (set by /opt/pyenv/version) 19:37:01 * 3.8.13 (set by /opt/pyenv/version) 19:37:02 * 3.9.13 (set by /opt/pyenv/version) 19:37:02 * 3.10.6 (set by /opt/pyenv/version) 19:37:02 + command -v pyenv 19:37:02 ++ pyenv init - --no-rehash 19:37:02 + 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:37:02 export PATH="/opt/pyenv/shims:${PATH}" 19:37:02 export PYENV_SHELL=bash 19:37:02 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 19:37:02 pyenv() { 19:37:02 local command 19:37:02 command="${1:-}" 19:37:02 if [ "$#" -gt 0 ]; then 19:37:02 shift 19:37:02 fi 19:37:02 19:37:02 case "$command" in 19:37:02 rehash|shell) 19:37:02 eval "$(pyenv "sh-$command" "$@")" 19:37:02 ;; 19:37:02 *) 19:37:02 command pyenv "$command" "$@" 19:37:02 ;; 19:37:02 esac 19:37:02 }' 19:37:02 +++ 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:37:02 ++ 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:37:02 ++ 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:37:02 ++ 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:37:02 ++ export PYENV_SHELL=bash 19:37:02 ++ PYENV_SHELL=bash 19:37:02 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 19:37:02 +++ complete -F _pyenv pyenv 19:37:02 ++ lf-pyver python3 19:37:02 ++ local py_version_xy=python3 19:37:02 ++ local py_version_xyz= 19:37:02 ++ pyenv versions 19:37:02 ++ sed 's/^[ *]* //' 19:37:02 ++ local command 19:37:02 ++ command=versions 19:37:02 ++ '[' 1 -gt 0 ']' 19:37:02 ++ shift 19:37:02 ++ grep -E '^[0-9.]*[0-9]$' 19:37:02 ++ case "$command" in 19:37:02 ++ command pyenv versions 19:37:02 ++ pyenv versions 19:37:02 ++ awk '{ print $1 }' 19:37:02 ++ [[ ! -s /tmp/.pyenv_versions ]] 19:37:02 +++ grep '^3' /tmp/.pyenv_versions 19:37:02 +++ sort -V 19:37:02 +++ tail -n 1 19:37:02 ++ py_version_xyz=3.10.6 19:37:02 ++ [[ -z 3.10.6 ]] 19:37:02 ++ echo 3.10.6 19:37:02 ++ return 0 19:37:02 + pyenv local 3.10.6 19:37:02 + local command 19:37:02 + command=local 19:37:02 + '[' 2 -gt 0 ']' 19:37:02 + shift 19:37:02 + case "$command" in 19:37:02 + command pyenv local 3.10.6 19:37:02 + pyenv local 3.10.6 19:37:02 + for arg in "$@" 19:37:02 + case $arg in 19:37:02 + pkg_list+='tox ' 19:37:02 + for arg in "$@" 19:37:02 + case $arg in 19:37:02 + pkg_list+='virtualenv ' 19:37:02 + for arg in "$@" 19:37:02 + case $arg in 19:37:02 + pkg_list+='urllib3~=1.26.15 ' 19:37:02 + [[ -f /tmp/.toxenv ]] 19:37:02 + [[ ! -f /tmp/.toxenv ]] 19:37:02 + [[ -n '' ]] 19:37:02 + python3 -m venv /tmp/venv-3SQL 19:37:06 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3SQL' 19:37:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3SQL 19:37:06 + echo /tmp/venv-3SQL 19:37:06 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 19:37:06 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 19:37:06 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 19:37:06 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:37:06 + local 'pip_opts=--upgrade --quiet' 19:37:06 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 19:37:06 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 19:37:06 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 19:37:06 + [[ -n '' ]] 19:37:06 + [[ -n '' ]] 19:37:06 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 19:37:06 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:37:06 + /tmp/venv-3SQL/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:37:11 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 19:37:11 lf-activate-venv(): INFO: Base packages installed successfully 19:37:11 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 19:37:11 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 19:37:11 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 19:37:11 + /tmp/venv-3SQL/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:37:21 + type python3 19:37:21 + true 19:37:21 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-3SQL/bin to PATH' 19:37:21 lf-activate-venv(): INFO: Adding /tmp/venv-3SQL/bin to PATH 19:37:21 + PATH=/tmp/venv-3SQL/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:37:21 + return 0 19:37:21 + python3 --version 19:37:21 Python 3.10.6 19:37:21 + python3 -m pip --version 19:37:22 pip 26.1.2 from /tmp/venv-3SQL/lib/python3.10/site-packages/pip (python 3.10) 19:37:22 + python3 -m pip freeze 19:37:22 cachetools==7.1.4 19:37:22 colorama==0.4.6 19:37:22 distlib==0.4.3 19:37:22 filelock==3.31.1 19:37:22 packaging==26.2 19:37:22 platformdirs==4.10.1 19:37:22 pluggy==1.6.0 19:37:22 pyproject-api==1.10.1 19:37:22 python-discovery==1.4.4 19:37:22 tomli==2.4.1 19:37:22 tomli_w==1.2.0 19:37:22 tox==4.57.1 19:37:22 typing_extensions==4.16.0 19:37:22 urllib3==1.26.20 19:37:22 virtualenv==21.6.1 19:37:22 [EnvInject] - Injecting environment variables from a build step. 19:37:22 [EnvInject] - Injecting as environment variables the properties content 19:37:22 PARALLEL=false 19:37:22 19:37:22 [EnvInject] - Variables injected successfully. 19:37:22 [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins6867804837147646594.sh 19:37:22 ---> tox-run.sh 19:37:22 + 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:37:22 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-sphinx-lint/archives/tox 19:37:22 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-sphinx-lint/archives/docs 19:37:22 + mkdir -p /w/workspace/oom-master-sphinx-lint/archives/tox 19:37:22 + cd /w/workspace/oom-master-sphinx-lint/. 19:37:22 + source /home/jenkins/lf-env.sh 19:37:22 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 19:37:22 ++ mktemp -d /tmp/venv-XXXX 19:37:22 + lf_venv=/tmp/venv-IgPh 19:37:22 + local venv_file=/tmp/.os_lf_venv 19:37:22 + local python=python3 19:37:22 + local options 19:37:22 + local set_path=true 19:37:22 + local install_args= 19:37:22 ++ 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:37:22 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:37:22 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:37:22 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 19:37:22 + true 19:37:22 + case $1 in 19:37:22 + venv_file=/tmp/.toxenv 19:37:22 + shift 2 19:37:22 + true 19:37:22 + case $1 in 19:37:22 + shift 19:37:22 + break 19:37:22 + case $python in 19:37:22 + local pkg_list= 19:37:22 + [[ -d /opt/pyenv ]] 19:37:22 + echo 'Setup pyenv:' 19:37:22 Setup pyenv: 19:37:22 + export PYENV_ROOT=/opt/pyenv 19:37:22 + PYENV_ROOT=/opt/pyenv 19:37:22 + 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:37:22 + 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:37:22 + pyenv versions 19:37:22 system 19:37:22 3.8.13 19:37:22 3.9.13 19:37:22 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 19:37:22 + command -v pyenv 19:37:22 ++ pyenv init - --no-rehash 19:37:22 + 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:37:22 export PATH="/opt/pyenv/shims:${PATH}" 19:37:22 export PYENV_SHELL=bash 19:37:22 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 19:37:22 pyenv() { 19:37:22 local command 19:37:22 command="${1:-}" 19:37:22 if [ "$#" -gt 0 ]; then 19:37:22 shift 19:37:22 fi 19:37:22 19:37:22 case "$command" in 19:37:22 rehash|shell) 19:37:22 eval "$(pyenv "sh-$command" "$@")" 19:37:22 ;; 19:37:22 *) 19:37:22 command pyenv "$command" "$@" 19:37:22 ;; 19:37:22 esac 19:37:22 }' 19:37:22 +++ 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:37:22 ++ 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:37:22 ++ 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:37:22 ++ 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:37:22 ++ export PYENV_SHELL=bash 19:37:22 ++ PYENV_SHELL=bash 19:37:22 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 19:37:22 +++ complete -F _pyenv pyenv 19:37:22 ++ lf-pyver python3 19:37:22 ++ local py_version_xy=python3 19:37:22 ++ local py_version_xyz= 19:37:22 ++ pyenv versions 19:37:22 ++ local command 19:37:22 ++ command=versions 19:37:22 ++ '[' 1 -gt 0 ']' 19:37:22 ++ shift 19:37:22 ++ case "$command" in 19:37:22 ++ command pyenv versions 19:37:22 ++ pyenv versions 19:37:22 ++ awk '{ print $1 }' 19:37:22 ++ grep -E '^[0-9.]*[0-9]$' 19:37:22 ++ sed 's/^[ *]* //' 19:37:22 ++ [[ ! -s /tmp/.pyenv_versions ]] 19:37:22 +++ sort -V 19:37:22 +++ grep '^3' /tmp/.pyenv_versions 19:37:22 +++ tail -n 1 19:37:22 ++ py_version_xyz=3.10.6 19:37:22 ++ [[ -z 3.10.6 ]] 19:37:22 ++ echo 3.10.6 19:37:22 ++ return 0 19:37:22 + pyenv local 3.10.6 19:37:22 + local command 19:37:22 + command=local 19:37:22 + '[' 2 -gt 0 ']' 19:37:22 + shift 19:37:22 + case "$command" in 19:37:22 + command pyenv local 3.10.6 19:37:22 + pyenv local 3.10.6 19:37:22 + for arg in "$@" 19:37:22 + case $arg in 19:37:22 + pkg_list+='tox ' 19:37:22 + for arg in "$@" 19:37:22 + case $arg in 19:37:22 + pkg_list+='virtualenv ' 19:37:22 + for arg in "$@" 19:37:22 + case $arg in 19:37:22 + pkg_list+='urllib3~=1.26.15 ' 19:37:22 + [[ -f /tmp/.toxenv ]] 19:37:22 ++ cat /tmp/.toxenv 19:37:22 + lf_venv=/tmp/venv-3SQL 19:37:22 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-3SQL from' file:/tmp/.toxenv 19:37:22 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-3SQL from file:/tmp/.toxenv 19:37:22 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 19:37:22 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:37:22 + local 'pip_opts=--upgrade --quiet' 19:37:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 19:37:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 19:37:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 19:37:22 + [[ -n '' ]] 19:37:22 + [[ -n '' ]] 19:37:22 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 19:37:22 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:37:22 + /tmp/venv-3SQL/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:37:23 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 19:37:23 lf-activate-venv(): INFO: Base packages installed successfully 19:37:23 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 19:37:23 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 19:37:23 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 19:37:23 + /tmp/venv-3SQL/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:37:24 + type python3 19:37:24 + true 19:37:24 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-3SQL/bin to PATH' 19:37:24 lf-activate-venv(): INFO: Adding /tmp/venv-3SQL/bin to PATH 19:37:24 + PATH=/tmp/venv-3SQL/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:37:24 + return 0 19:37:24 + [[ -d /opt/pyenv ]] 19:37:24 + echo '---> Setting up pyenv' 19:37:24 ---> Setting up pyenv 19:37:24 + export PYENV_ROOT=/opt/pyenv 19:37:24 + PYENV_ROOT=/opt/pyenv 19:37:24 + export PATH=/opt/pyenv/bin:/tmp/venv-3SQL/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:37:24 + PATH=/opt/pyenv/bin:/tmp/venv-3SQL/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:37:24 ++ pwd 19:37:24 + PYTHONPATH=/w/workspace/oom-master-sphinx-lint 19:37:24 + export PYTHONPATH 19:37:24 + export TOX_TESTENV_PASSENV=PYTHONPATH 19:37:24 + TOX_TESTENV_PASSENV=PYTHONPATH 19:37:24 + tox --version 19:37:25 4.57.1 from /tmp/venv-3SQL/lib/python3.10/site-packages/tox/__init__.py 19:37:25 + PARALLEL=false 19:37:25 + TOX_OPTIONS_LIST= 19:37:25 + [[ -n docs,docs-linkcheck ]] 19:37:25 + TOX_OPTIONS_LIST=' -e docs,docs-linkcheck' 19:37:25 + case ${PARALLEL,,} in 19:37:25 + tox -e docs,docs-linkcheck 19:37:25 + tee -a /w/workspace/oom-master-sphinx-lint/archives/tox/tox.log 19:37:26 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 19:38:20 docs: freeze> python -m pip freeze --all 19:38:21 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.6.17,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.31.1,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.10.1,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,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 19:38:21 docs: commands[0]> sudo apt install graphviz 19:38:21 19:38:21 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 19:38:21 19:38:21 Reading package lists... 19:38:21 Building dependency tree... 19:38:21 Reading state information... 19:38:21 graphviz is already the newest version (2.40.1-2). 19:38:21 The following packages were automatically installed and are no longer required: 19:38:21 libmysqlclient20 mysql-common 19:38:21 Use 'sudo apt autoremove' to remove them. 19:38:21 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:38:21 docs: commands[1]> 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 19:38:27 docs: OK ✔ in 1 minute 2.02 seconds 19:38:27 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 19:38:39 docs-linkcheck: freeze> python -m pip freeze --all 19:38:40 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.6.17,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.31.1,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.10.1,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,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 19:38:40 docs-linkcheck: commands[0]> sudo apt install graphviz 19:38:40 19:38:40 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 19:38:40 19:38:40 Reading package lists... 19:38:40 Building dependency tree... 19:38:40 Reading state information... 19:38:40 graphviz is already the newest version (2.40.1-2). 19:38:40 The following packages were automatically installed and are no longer required: 19:38:40 libmysqlclient20 mysql-common 19:38:40 Use 'sudo apt autoremove' to remove them. 19:38:40 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:38:40 docs-linkcheck: commands[1]> 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 19:39:47 docs: OK (62.02=setup[55.89]+cmd[0.40,5.74] seconds) 19:39:47 docs-linkcheck: OK (79.83=setup[12.76]+cmd[0.23,66.84] seconds) 19:39:47 congratulations :) (141.90 seconds) 19:39:47 + tox_status=0 19:39:47 + echo '---> Completed tox runs' 19:39:47 ---> Completed tox runs 19:39:47 + for i in .tox/*/log 19:39:47 ++ awk -F/ '{print $2}' 19:39:47 ++ echo .tox/docs-linkcheck/log 19:39:47 + tox_env=docs-linkcheck 19:39:47 + cp -r .tox/docs-linkcheck/log /w/workspace/oom-master-sphinx-lint/archives/tox/docs-linkcheck 19:39:47 + for i in .tox/*/log 19:39:47 ++ echo .tox/docs/log 19:39:47 ++ awk -F/ '{print $2}' 19:39:47 + tox_env=docs 19:39:47 + cp -r .tox/docs/log /w/workspace/oom-master-sphinx-lint/archives/tox/docs 19:39:47 + DOC_DIR=docs/_build/html 19:39:47 + [[ -d docs/_build/html ]] 19:39:47 + echo '---> Archiving generated docs' 19:39:47 ---> Archiving generated docs 19:39:47 + mv docs/_build/html /w/workspace/oom-master-sphinx-lint/archives/docs 19:39:47 + echo '---> tox-run.sh ends' 19:39:47 ---> tox-run.sh ends 19:39:47 + test 0 -eq 0 19:39:47 $ ssh-agent -k 19:39:47 unset SSH_AUTH_SOCK; 19:39:47 unset SSH_AGENT_PID; 19:39:47 echo Agent pid 1782 killed; 19:39:47 [ssh-agent] Stopped. 19:39:47 [PostBuildScript] - [INFO] Executing post build scripts. 19:39:47 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins15016727118585659233.sh 19:39:47 ---> sysstat.sh 19:39:48 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins8496517938919598343.sh 19:39:48 ---> package-listing.sh 19:39:48 ++ facter osfamily 19:39:48 ++ tr '[:upper:]' '[:lower:]' 19:39:48 + OS_FAMILY=debian 19:39:48 + workspace=/w/workspace/oom-master-sphinx-lint 19:39:48 + START_PACKAGES=/tmp/packages_start.txt 19:39:48 + END_PACKAGES=/tmp/packages_end.txt 19:39:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:39:48 + PACKAGES=/tmp/packages_start.txt 19:39:48 + '[' /w/workspace/oom-master-sphinx-lint ']' 19:39:48 + PACKAGES=/tmp/packages_end.txt 19:39:48 + case "${OS_FAMILY}" in 19:39:48 + dpkg -l 19:39:48 + grep '^ii' 19:39:48 + '[' -f /tmp/packages_start.txt ']' 19:39:48 + '[' -f /tmp/packages_end.txt ']' 19:39:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:39:48 + '[' /w/workspace/oom-master-sphinx-lint ']' 19:39:48 + mkdir -p /w/workspace/oom-master-sphinx-lint/archives/ 19:39:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-sphinx-lint/archives/ 19:39:48 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins2345823488575966584.sh 19:39:48 ---> capture-instance-metadata.sh 19:39:48 Setup pyenv: 19:39:48 system 19:39:48 3.8.13 19:39:48 3.9.13 19:39:48 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 19:39:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kHoh 19:39:52 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 19:39:52 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:39:52 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:39:56 lf-activate-venv(): INFO: Base packages installed successfully 19:39:56 lf-activate-venv(): INFO: Installing additional packages: lftools 19:40:18 lf-activate-venv(): INFO: Adding /tmp/venv-kHoh/bin to PATH 19:40:18 INFO: Running in OpenStack, capturing instance metadata 19:40:19 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins5498694787283358514.sh 19:40:19 provisioning config files... 19:40:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-sphinx-lint@tmp/config6521612142863196807tmp 19:40:19 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 19:40:19 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 19:40:19 [EnvInject] - Injecting environment variables from a build step. 19:40:19 [EnvInject] - Injecting as environment variables the properties content 19:40:19 SERVER_ID=logs 19:40:19 19:40:19 [EnvInject] - Variables injected successfully. 19:40:19 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins15121706697198626929.sh 19:40:19 ---> create-netrc.sh 19:40:19 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins11941890641344565153.sh 19:40:19 ---> python-tools-install.sh 19:40:19 Setup pyenv: 19:40:19 system 19:40:19 3.8.13 19:40:19 3.9.13 19:40:19 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 19:40:19 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-kHoh from file:/tmp/.os_lf_venv 19:40:19 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:40:19 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:40:21 lf-activate-venv(): INFO: Base packages installed successfully 19:40:21 lf-activate-venv(): INFO: Installing additional packages: lftools 19:40:29 lf-activate-venv(): INFO: Adding /tmp/venv-kHoh/bin to PATH 19:40:29 Generating Requirements File 19:41:00 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:41:00 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 19:41:00 Python 3.10.6 19:41:01 pip 26.1.2 from /tmp/venv-kHoh/lib/python3.10/site-packages/pip (python 3.10) 19:41:01 aiohappyeyeballs==2.7.1 19:41:01 aiohttp==3.14.1 19:41:01 aiosignal==1.4.0 19:41:01 appdirs==1.4.4 19:41:01 argcomplete==3.7.0 19:41:01 aspy.yaml==1.3.0 19:41:01 async-timeout==5.0.1 19:41:01 attrs==26.1.0 19:41:01 autopage==0.6.0 19:41:01 backports.strenum==1.3.1 19:41:01 beautifulsoup4==4.15.0 19:41:01 boto3==1.43.52 19:41:01 botocore==1.43.52 19:41:01 bs4==0.0.2 19:41:01 certifi==2026.6.17 19:41:01 cffi==2.1.0 19:41:01 cfgv==3.5.0 19:41:01 chardet==7.4.3 19:41:01 charset-normalizer==3.4.9 19:41:01 click==8.4.2 19:41:01 cliff==4.14.0 19:41:01 cmd2==3.5.1 19:41:01 cryptography==3.3.2 19:41:01 debtcollector==3.1.0 19:41:01 decorator==5.3.1 19:41:01 defusedxml==0.7.1 19:41:01 Deprecated==1.3.1 19:41:01 distlib==0.4.3 19:41:01 dnspython==2.8.0 19:41:01 docker==7.2.0 19:41:01 dogpile.cache==1.5.0 19:41:01 durationpy==0.10 19:41:01 email-validator==2.3.0 19:41:01 filelock==3.31.1 19:41:01 frozenlist==1.8.0 19:41:01 future==1.0.0 19:41:01 gitdb==4.0.12 19:41:01 GitPython==3.1.53 19:41:01 httplib2==0.30.2 19:41:01 identify==2.6.19 19:41:01 idna==3.18 19:41:01 importlib-resources==1.5.0 19:41:01 iso8601==2.1.0 19:41:01 Jinja2==3.1.6 19:41:01 jmespath==1.1.0 19:41:01 jsonpatch==1.33 19:41:01 jsonpointer==3.1.1 19:41:01 jsonschema==4.26.0 19:41:01 jsonschema-specifications==2025.9.1 19:41:01 keystoneauth1==5.14.0 19:41:01 kubernetes==36.0.3 19:41:01 lftools==0.37.22 19:41:01 lxml==6.1.1 19:41:01 markdown-it-py==4.2.0 19:41:01 MarkupSafe==3.0.3 19:41:01 mdurl==0.1.2 19:41:01 msgpack==1.2.1 19:41:01 multi_key_dict==2.0.3 19:41:01 multidict==6.7.1 19:41:01 munch==4.0.0 19:41:01 netaddr==1.3.0 19:41:01 niet==1.4.2 19:41:01 nodeenv==1.10.0 19:41:01 oauth2client==4.1.3 19:41:01 oauthlib==3.3.1 19:41:01 openstacksdk==4.13.0 19:41:01 os-service-types==1.8.2 19:41:01 osc-lib==4.6.0 19:41:01 oslo.config==10.4.0 19:41:01 oslo.context==6.4.0 19:41:01 oslo.i18n==6.8.0 19:41:01 oslo.log==8.2.0 19:41:01 oslo.serialization==5.10.0 19:41:01 oslo.utils==10.1.1 19:41:01 packaging==26.2 19:41:01 pbr==7.0.3 19:41:01 platformdirs==4.10.1 19:41:01 prettytable==3.18.0 19:41:01 propcache==0.5.2 19:41:01 psutil==7.2.2 19:41:01 pyasn1==0.6.4 19:41:01 pyasn1_modules==0.4.2 19:41:01 pycparser==3.0 19:41:01 pygerrit2==2.0.15 19:41:01 PyGithub==2.9.1 19:41:01 Pygments==2.20.0 19:41:01 PyJWT==2.13.0 19:41:01 PyNaCl==1.6.2 19:41:01 pyparsing==2.4.7 19:41:01 pyperclip==1.11.0 19:41:01 pyrsistent==0.20.0 19:41:01 python-cinderclient==9.9.0 19:41:01 python-dateutil==2.9.0.post0 19:41:01 python-discovery==1.4.4 19:41:01 python-heatclient==5.2.0 19:41:01 python-jenkins==1.8.3 19:41:01 python-keystoneclient==5.8.0 19:41:01 python-magnumclient==4.11.0 19:41:01 python-openstackclient==10.0.0 19:41:01 python-swiftclient==4.10.0 19:41:01 PyYAML==6.0.3 19:41:01 referencing==0.37.0 19:41:01 requests==2.34.2 19:41:01 requests-oauthlib==2.0.0 19:41:01 rfc3986==2.0.0 19:41:01 rich==15.0.0 19:41:01 rich-argparse==1.8.0 19:41:01 rpds-py==0.30.0 19:41:01 rsa==4.9.1 19:41:01 ruamel.yaml==0.19.1 19:41:01 ruamel.yaml.clib==0.2.15 19:41:01 s3transfer==0.19.1 19:41:01 simplejson==4.1.1 19:41:01 six==1.17.0 19:41:01 smmap==5.0.3 19:41:01 soupsieve==2.9 19:41:01 stevedore==5.8.0 19:41:01 tabulate==0.10.0 19:41:01 toml==0.10.2 19:41:01 tomlkit==0.15.1 19:41:01 tqdm==4.69.0 19:41:01 typing_extensions==4.16.0 19:41:01 urllib3==1.26.20 19:41:01 virtualenv==21.6.1 19:41:01 wcwidth==0.8.2 19:41:01 websocket-client==1.9.0 19:41:01 wrapt==2.2.2 19:41:01 xdg==6.0.0 19:41:01 xmltodict==1.0.4 19:41:01 yarl==1.24.5 19:41:01 yq==4.1.2 19:41:01 [oom-master-sphinx-lint] $ /bin/sh /tmp/jenkins13707527731346238997.sh 19:41:01 ---> uv-install.sh 19:41:01 Installing uv/uvx (latest) using shell installer 19:41:01 2026-07-20 19:41:01 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-eij6dH.sh" [1] 19:41:01 downloading uv 0.11.29 x86_64-unknown-linux-gnu 19:41:02 installing to /home/jenkins/.local/bin 19:41:02 uv 19:41:02 uvx 19:41:02 everything's installed! 19:41:02 19:41:02 To add $HOME/.local/bin to your PATH, either restart your shell or run: 19:41:02 19:41:02 source $HOME/.local/bin/env (sh, bash, zsh) 19:41:02 source $HOME/.local/bin/env.fish (fish) 19:41:02 Adding install location to PATH 19:41:02 ---> Validating uv/uvx install 19:41:02 uvx 0.11.29 (x86_64-unknown-linux-gnu) 19:41:02 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins10178381104991580149.sh 19:41:02 ---> sudo-logs.sh 19:41:02 Archiving 'sudo' log.. 19:41:02 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins9893215695993634128.sh 19:41:02 ---> job-cost.sh 19:41:02 INFO: Activating Python virtual environment... 19:41:02 Setup pyenv: 19:41:03 system 19:41:03 3.8.13 19:41:03 3.9.13 19:41:03 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 19:41:03 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-kHoh from file:/tmp/.os_lf_venv 19:41:03 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:41:03 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:41:04 lf-activate-venv(): INFO: Base packages installed successfully 19:41:04 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 19:41:10 lf-activate-venv(): INFO: Adding /tmp/venv-kHoh/bin to PATH 19:41:10 INFO: No stack-cost file found 19:41:10 INFO: Instance uptime: 329s 19:41:10 INFO: Fetching instance metadata (attempt 1 of 3)... 19:41:10 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 19:41:10 INFO: Successfully fetched instance metadata 19:41:10 INFO: Instance type: v3-standard-4 19:41:10 INFO: Retrieving pricing info for: v3-standard-4 19:41:10 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 19:41:10 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=329 19:41:11 INFO: Successfully fetched Vexxhost pricing API 19:41:11 INFO: Retrieved cost: 0.11 19:41:11 INFO: Retrieved resource: v3-standard-4 19:41:11 INFO: Creating archive directory: /w/workspace/oom-master-sphinx-lint/archives/cost 19:41:11 INFO: Archiving costs to: /w/workspace/oom-master-sphinx-lint/archives/cost.csv 19:41:11 INFO: Successfully archived job cost data 19:41:11 DEBUG: Cost data: oom-master-sphinx-lint,615,2026-07-20 19:41:11,v3-standard-4,329,0.11,0.00,SUCCESS 19:41:11 [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins2519709310109552335.sh 19:41:11 ---> logs-deploy.sh 19:41:11 Setup pyenv: 19:41:11 system 19:41:11 3.8.13 19:41:11 3.9.13 19:41:11 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 19:41:11 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-kHoh from file:/tmp/.os_lf_venv 19:41:11 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:41:11 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:41:13 lf-activate-venv(): INFO: Base packages installed successfully 19:41:13 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 19:41:21 lf-activate-venv(): INFO: Adding /tmp/venv-kHoh/bin to PATH 19:41:21 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-sphinx-lint/615 19:41:21 INFO: archiving workspace using pattern(s): 19:41:23 Archives upload complete. 19:41:23 INFO: archiving logs to Nexus 19:41:24 ---> uname -a: 19:41:24 Linux prd-ubuntu1804-builder-4c-4g-1381 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:41:24 19:41:24 19:41:24 ---> lscpu: 19:41:24 Architecture: x86_64 19:41:24 CPU op-mode(s): 32-bit, 64-bit 19:41:24 Byte Order: Little Endian 19:41:24 CPU(s): 4 19:41:24 On-line CPU(s) list: 0-3 19:41:24 Thread(s) per core: 1 19:41:24 Core(s) per socket: 1 19:41:24 Socket(s): 4 19:41:24 NUMA node(s): 1 19:41:24 Vendor ID: AuthenticAMD 19:41:24 CPU family: 23 19:41:24 Model: 49 19:41:24 Model name: AMD EPYC-Rome Processor 19:41:24 Stepping: 0 19:41:24 CPU MHz: 2799.998 19:41:24 BogoMIPS: 5599.99 19:41:24 Virtualization: AMD-V 19:41:24 Hypervisor vendor: KVM 19:41:24 Virtualization type: full 19:41:24 L1d cache: 32K 19:41:24 L1i cache: 32K 19:41:24 L2 cache: 512K 19:41:24 L3 cache: 16384K 19:41:24 NUMA node0 CPU(s): 0-3 19:41:24 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:41:24 19:41:24 19:41:24 ---> nproc: 19:41:24 4 19:41:24 19:41:24 19:41:24 ---> df -h: 19:41:24 Filesystem Size Used Avail Use% Mounted on 19:41:24 udev 7.9G 0 7.9G 0% /dev 19:41:24 tmpfs 1.6G 676K 1.6G 1% /run 19:41:24 /dev/vda1 78G 8.7G 69G 12% / 19:41:24 tmpfs 7.9G 0 7.9G 0% /dev/shm 19:41:24 tmpfs 5.0M 0 5.0M 0% /run/lock 19:41:24 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 19:41:24 /dev/vda15 105M 4.4M 100M 5% /boot/efi 19:41:24 tmpfs 1.6G 0 1.6G 0% /run/user/1001 19:41:24 19:41:24 19:41:24 ---> free -m: 19:41:24 total used free shared buff/cache available 19:41:24 Mem: 16040 548 12951 0 2539 15160 19:41:24 Swap: 1023 0 1023 19:41:24 19:41:24 19:41:24 ---> ip addr: 19:41:24 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 19:41:24 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:41:24 inet 127.0.0.1/8 scope host lo 19:41:24 valid_lft forever preferred_lft forever 19:41:24 inet6 ::1/128 scope host 19:41:24 valid_lft forever preferred_lft forever 19:41:24 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 19:41:24 link/ether fa:16:3e:d2:f3:6c brd ff:ff:ff:ff:ff:ff 19:41:24 inet 10.30.106.208/23 brd 10.30.107.255 scope global dynamic ens3 19:41:24 valid_lft 86092sec preferred_lft 86092sec 19:41:24 inet6 fe80::f816:3eff:fed2:f36c/64 scope link 19:41:24 valid_lft forever preferred_lft forever 19:41:24 19:41:24 19:41:24 ---> sar -b -r -n DEV: 19:41:24 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-1381) 07/20/26 _x86_64_ (4 CPU) 19:41:24 19:41:24 19:36:32 LINUX RESTART (4 CPU) 19:41:24 19:41:24 19:37:01 tps rtps wtps bread/s bwrtn/s 19:41:24 19:38:02 88.03 22.35 65.68 752.51 17739.85 19:41:24 19:39:01 74.22 5.61 68.62 369.43 20449.28 19:41:24 19:40:01 38.54 0.20 38.34 16.13 17141.81 19:41:24 19:41:01 100.82 0.68 100.13 78.24 23144.55 19:41:24 Average: 75.46 7.28 68.18 305.61 19607.97 19:41:24 19:41:24 19:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:41:24 19:38:02 13944068 15508652 2480900 15.10 61800 1703216 886672 5.07 741540 1522788 114972 19:41:24 19:39:01 13712936 15473752 2712032 16.51 74768 1875044 911876 5.22 809820 1664652 116728 19:41:24 19:40:01 13702580 15513664 2722388 16.57 78368 1918512 797440 4.56 779012 1697300 44932 19:41:24 19:41:01 13389396 15585228 3035572 18.48 103868 2252244 711224 4.07 721412 2022492 184608 19:41:24 Average: 13687245 15520324 2737723 16.67 79701 1937254 826803 4.73 762946 1726808 115310 19:41:24 19:41:24 19:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:41:24 19:38:02 lo 1.12 1.12 0.13 0.13 0.00 0.00 0.00 0.00 19:41:24 19:38:02 ens3 70.83 50.08 660.33 8.61 0.00 0.00 0.00 0.00 19:41:24 19:39:01 lo 3.19 3.19 0.29 0.29 0.00 0.00 0.00 0.00 19:41:24 19:39:01 ens3 20.73 18.52 14.51 4.13 0.00 0.00 0.00 0.00 19:41:24 19:40:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 19:41:24 19:40:01 ens3 26.26 21.33 44.85 5.11 0.00 0.00 0.00 0.00 19:41:24 19:41:01 lo 1.13 1.13 0.12 0.12 0.00 0.00 0.00 0.00 19:41:24 19:41:01 ens3 137.15 96.92 1148.62 12.92 0.00 0.00 0.00 0.00 19:41:24 Average: lo 1.67 1.67 0.16 0.16 0.00 0.00 0.00 0.00 19:41:24 Average: ens3 63.95 46.85 469.77 7.71 0.00 0.00 0.00 0.00 19:41:24 19:41:24 19:41:24 ---> sar -P ALL: 19:41:24 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-1381) 07/20/26 _x86_64_ (4 CPU) 19:41:24 19:41:24 19:36:32 LINUX RESTART (4 CPU) 19:41:24 19:41:24 19:37:01 CPU %user %nice %system %iowait %steal %idle 19:41:24 19:38:02 all 11.53 0.00 1.05 12.19 0.04 75.18 19:41:24 19:38:02 0 9.61 0.00 0.84 2.60 0.05 86.90 19:41:24 19:38:02 1 15.71 0.00 1.40 40.91 0.07 41.92 19:41:24 19:38:02 2 10.67 0.00 1.10 4.84 0.03 83.36 19:41:24 19:38:02 3 10.15 0.00 0.87 0.46 0.03 88.49 19:41:24 19:39:01 all 10.28 0.00 0.65 8.68 0.04 80.35 19:41:24 19:39:01 0 6.58 0.00 0.29 0.00 0.03 93.10 19:41:24 19:39:01 1 5.38 0.00 0.49 1.22 0.02 92.89 19:41:24 19:39:01 2 18.54 0.00 1.43 28.42 0.05 51.56 19:41:24 19:39:01 3 10.61 0.00 0.41 5.09 0.03 83.86 19:41:24 19:40:01 all 6.14 0.00 0.48 0.87 0.03 92.48 19:41:24 19:40:01 0 10.90 0.00 0.67 0.07 0.03 88.33 19:41:24 19:40:01 1 2.20 0.00 0.27 0.60 0.02 96.91 19:41:24 19:40:01 2 8.60 0.00 0.64 0.60 0.03 90.13 19:41:24 19:40:01 3 2.89 0.00 0.33 2.22 0.03 94.53 19:41:24 19:41:01 all 18.43 0.00 1.37 1.52 0.05 78.63 19:41:24 19:41:01 0 33.36 0.00 2.39 0.83 0.07 63.35 19:41:24 19:41:01 1 2.34 0.00 0.59 2.86 0.03 94.18 19:41:24 19:41:01 2 9.04 0.00 0.91 0.99 0.02 89.05 19:41:24 19:41:01 3 28.91 0.00 1.60 1.42 0.08 67.99 19:41:24 Average: all 11.60 0.00 0.89 5.83 0.04 81.64 19:41:24 Average: 0 15.13 0.00 1.05 0.89 0.05 82.89 19:41:24 Average: 1 6.45 0.00 0.69 11.55 0.03 81.28 19:41:24 Average: 2 11.68 0.00 1.02 8.63 0.03 78.64 19:41:24 Average: 3 13.14 0.00 0.81 2.27 0.05 83.74 19:41:24 19:41:24 19:41:24