19:21:46 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/146743 19:21:46 Running as SYSTEM 19:21:46 [EnvInject] - Loading node environment variables. 19:21:46 Building remotely on prd-ubuntu1804-builder-4c-4g-13468 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-sphinx-lint 19:21:46 [ssh-agent] Looking for ssh-agent implementation... 19:21:46 $ ssh-agent 19:21:46 SSH_AUTH_SOCK=/tmp/ssh-r8SfQtRKX0Yc/agent.1647 19:21:46 SSH_AGENT_PID=1649 19:21:46 [ssh-agent] Started. 19:21:46 Running ssh-add (command line suppressed) 19:21:46 Identity added: /w/workspace/oom-master-sphinx-lint@tmp/private_key_6072225399010570551.key (/w/workspace/oom-master-sphinx-lint@tmp/private_key_6072225399010570551.key) 19:21:46 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 19:21:46 The recommended git tool is: NONE 19:21:48 using credential onap-jenkins-ssh 19:21:48 Wiping out workspace first. 19:21:48 Cloning the remote Git repository 19:21:48 Cloning repository git://cloud.onap.org/mirror/oom.git 19:21:48 > git init /w/workspace/oom-master-sphinx-lint # timeout=10 19:21:48 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 19:21:48 > git --version # timeout=10 19:21:48 > git --version # 'git version 2.17.1' 19:21:48 using GIT_SSH to set credentials Gerrit user 19:21:48 Verifying host key using manually-configured host key entries 19:21:48 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 19:21:53 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 19:21:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:21:53 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 19:21:53 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 19:21:53 using GIT_SSH to set credentials Gerrit user 19:21:53 Verifying host key using manually-configured host key entries 19:21:53 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/43/146743/1 # timeout=30 19:21:54 > git rev-parse 6977347ddf8ce3a89cea71d1a300a6580784f021^{commit} # timeout=10 19:21:54 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 19:21:54 Checking out Revision 6977347ddf8ce3a89cea71d1a300a6580784f021 (refs/changes/43/146743/1) 19:21:54 > git config core.sparsecheckout # timeout=10 19:21:54 > git checkout -f 6977347ddf8ce3a89cea71d1a300a6580784f021 # timeout=30 19:21:57 Commit message: "[BUILD] REMOVE apt install graphviz from tox" 19:21:57 > git rev-parse FETCH_HEAD^{commit} # timeout=10 19:21:57 > git rev-list --no-walk ab364dd9b8348f14aa12c12ce4ac4f7e40e3fff0 # timeout=10 19:21:57 [EnvInject] - Injecting environment variables from a build step. 19:21:57 [EnvInject] - Injecting as environment variables the properties content 19:21:57 PYTHON=python3 19:21:57 19:21:57 [EnvInject] - Variables injected successfully. 19:21:57 [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins17040413585738050794.sh 19:21:57 ---> tox-install.sh 19:21:57 + source /home/jenkins/lf-env.sh 19:21:57 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 19:21:57 ++ mktemp -d /tmp/venv-XXXX 19:21:57 + lf_venv=/tmp/venv-obxp 19:21:57 + local venv_file=/tmp/.os_lf_venv 19:21:57 + local python=python3 19:21:57 + local options 19:21:57 + local set_path=true 19:21:57 + local install_args= 19:21:57 ++ 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:21:58 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:21:58 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:21:58 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 19:21:58 + true 19:21:58 + case $1 in 19:21:58 + venv_file=/tmp/.toxenv 19:21:58 + shift 2 19:21:58 + true 19:21:58 + case $1 in 19:21:58 + shift 19:21:58 + break 19:21:58 + case $python in 19:21:58 + local pkg_list= 19:21:58 + [[ -d /opt/pyenv ]] 19:21:58 + echo 'Setup pyenv:' 19:21:58 Setup pyenv: 19:21:58 + export PYENV_ROOT=/opt/pyenv 19:21:58 + PYENV_ROOT=/opt/pyenv 19:21:58 + 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:21:58 + 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:21:58 + pyenv versions 19:21:58 * system (set by /opt/pyenv/version) 19:21:58 * 3.8.13 (set by /opt/pyenv/version) 19:21:58 * 3.9.13 (set by /opt/pyenv/version) 19:21:58 * 3.10.6 (set by /opt/pyenv/version) 19:21:58 + command -v pyenv 19:21:58 ++ pyenv init - --no-rehash 19:21:58 + 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:21:58 export PATH="/opt/pyenv/shims:${PATH}" 19:21:58 export PYENV_SHELL=bash 19:21:58 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 19:21:58 pyenv() { 19:21:58 local command 19:21:58 command="${1:-}" 19:21:58 if [ "$#" -gt 0 ]; then 19:21:58 shift 19:21:58 fi 19:21:58 19:21:58 case "$command" in 19:21:58 rehash|shell) 19:21:58 eval "$(pyenv "sh-$command" "$@")" 19:21:58 ;; 19:21:58 *) 19:21:58 command pyenv "$command" "$@" 19:21:58 ;; 19:21:58 esac 19:21:58 }' 19:21:58 +++ 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:21:58 ++ 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:21:58 ++ 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:21:58 ++ 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:21:58 ++ export PYENV_SHELL=bash 19:21:58 ++ PYENV_SHELL=bash 19:21:58 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 19:21:58 +++ complete -F _pyenv pyenv 19:21:58 ++ lf-pyver python3 19:21:58 ++ local py_version_xy=python3 19:21:58 ++ local py_version_xyz= 19:21:58 ++ pyenv versions 19:21:58 ++ local command 19:21:58 ++ command=versions 19:21:58 ++ grep -E '^[0-9.]*[0-9]$' 19:21:58 ++ awk '{ print $1 }' 19:21:58 ++ '[' 1 -gt 0 ']' 19:21:58 ++ shift 19:21:58 ++ case "$command" in 19:21:58 ++ command pyenv versions 19:21:58 ++ pyenv versions 19:21:58 ++ sed 's/^[ *]* //' 19:21:58 ++ [[ ! -s /tmp/.pyenv_versions ]] 19:21:58 +++ grep '^3' /tmp/.pyenv_versions 19:21:58 +++ sort -V 19:21:58 +++ tail -n 1 19:21:58 ++ py_version_xyz=3.10.6 19:21:58 ++ [[ -z 3.10.6 ]] 19:21:58 ++ echo 3.10.6 19:21:58 ++ return 0 19:21:58 + pyenv local 3.10.6 19:21:58 + local command 19:21:58 + command=local 19:21:58 + '[' 2 -gt 0 ']' 19:21:58 + shift 19:21:58 + case "$command" in 19:21:58 + command pyenv local 3.10.6 19:21:58 + pyenv local 3.10.6 19:21:58 + for arg in "$@" 19:21:58 + case $arg in 19:21:58 + pkg_list+='tox ' 19:21:58 + for arg in "$@" 19:21:58 + case $arg in 19:21:58 + pkg_list+='virtualenv ' 19:21:58 + for arg in "$@" 19:21:58 + case $arg in 19:21:58 + pkg_list+='urllib3~=1.26.15 ' 19:21:58 + [[ -f /tmp/.toxenv ]] 19:21:58 + [[ ! -f /tmp/.toxenv ]] 19:21:58 + [[ -n '' ]] 19:21:58 + python3 -m venv /tmp/venv-obxp 19:22:02 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-obxp' 19:22:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-obxp 19:22:02 + echo /tmp/venv-obxp 19:22:02 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 19:22:02 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 19:22:02 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 19:22:02 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:22:02 + local 'pip_opts=--upgrade --quiet' 19:22:02 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 19:22:02 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 19:22:02 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 19:22:02 + [[ -n '' ]] 19:22:02 + [[ -n '' ]] 19:22:02 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 19:22:02 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:22:02 + /tmp/venv-obxp/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:22:06 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 19:22:06 lf-activate-venv(): INFO: Base packages installed successfully 19:22:06 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 19:22:06 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 19:22:06 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 19:22:06 + /tmp/venv-obxp/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:22:08 + type python3 19:22:08 + true 19:22:08 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-obxp/bin to PATH' 19:22:08 lf-activate-venv(): INFO: Adding /tmp/venv-obxp/bin to PATH 19:22:08 + PATH=/tmp/venv-obxp/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:22:08 + return 0 19:22:08 + python3 --version 19:22:08 Python 3.10.6 19:22:08 + python3 -m pip --version 19:22:08 pip 26.1.2 from /tmp/venv-obxp/lib/python3.10/site-packages/pip (python 3.10) 19:22:08 + python3 -m pip freeze 19:22:08 cachetools==7.1.6 19:22:08 colorama==0.4.6 19:22:08 distlib==0.4.3 19:22:08 filelock==3.32.0 19:22:08 packaging==26.2 19:22:08 platformdirs==4.11.0 19:22:08 pluggy==1.6.0 19:22:08 pyproject-api==1.11.0 19:22:08 python-discovery==1.5.0 19:22:08 tomli==2.4.1 19:22:08 tomli_w==1.2.0 19:22:08 tox==4.58.0 19:22:08 typing_extensions==4.16.0 19:22:08 urllib3==1.26.20 19:22:08 virtualenv==21.7.0 19:22:08 [EnvInject] - Injecting environment variables from a build step. 19:22:08 [EnvInject] - Injecting as environment variables the properties content 19:22:08 PARALLEL=false 19:22:08 19:22:08 [EnvInject] - Variables injected successfully. 19:22:08 [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins15723345292235789389.sh 19:22:08 ---> tox-run.sh 19:22:08 + 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:22:08 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-sphinx-lint/archives/tox 19:22:08 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-sphinx-lint/archives/docs 19:22:08 + mkdir -p /w/workspace/oom-master-sphinx-lint/archives/tox 19:22:08 + cd /w/workspace/oom-master-sphinx-lint/. 19:22:08 + source /home/jenkins/lf-env.sh 19:22:08 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 19:22:08 ++ mktemp -d /tmp/venv-XXXX 19:22:08 + lf_venv=/tmp/venv-DwzA 19:22:08 + local venv_file=/tmp/.os_lf_venv 19:22:08 + local python=python3 19:22:08 + local options 19:22:08 + local set_path=true 19:22:08 + local install_args= 19:22:08 ++ 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:22:08 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:22:08 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:22:08 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 19:22:08 + true 19:22:08 + case $1 in 19:22:08 + venv_file=/tmp/.toxenv 19:22:08 + shift 2 19:22:08 + true 19:22:08 + case $1 in 19:22:08 + shift 19:22:08 + break 19:22:08 + case $python in 19:22:08 + local pkg_list= 19:22:08 + [[ -d /opt/pyenv ]] 19:22:08 + echo 'Setup pyenv:' 19:22:08 Setup pyenv: 19:22:08 + export PYENV_ROOT=/opt/pyenv 19:22:08 + PYENV_ROOT=/opt/pyenv 19:22:08 + 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:22:08 + 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:22:08 + pyenv versions 19:22:08 system 19:22:08 3.8.13 19:22:08 3.9.13 19:22:08 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 19:22:08 + command -v pyenv 19:22:08 ++ pyenv init - --no-rehash 19:22:08 + 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:22:08 export PATH="/opt/pyenv/shims:${PATH}" 19:22:08 export PYENV_SHELL=bash 19:22:08 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 19:22:08 pyenv() { 19:22:08 local command 19:22:08 command="${1:-}" 19:22:08 if [ "$#" -gt 0 ]; then 19:22:08 shift 19:22:08 fi 19:22:08 19:22:08 case "$command" in 19:22:08 rehash|shell) 19:22:08 eval "$(pyenv "sh-$command" "$@")" 19:22:08 ;; 19:22:08 *) 19:22:08 command pyenv "$command" "$@" 19:22:08 ;; 19:22:08 esac 19:22:08 }' 19:22:08 +++ 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:22:08 ++ 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:22:08 ++ 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:22:08 ++ 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:22:08 ++ export PYENV_SHELL=bash 19:22:08 ++ PYENV_SHELL=bash 19:22:08 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 19:22:08 +++ complete -F _pyenv pyenv 19:22:08 ++ lf-pyver python3 19:22:08 ++ local py_version_xy=python3 19:22:08 ++ local py_version_xyz= 19:22:08 ++ pyenv versions 19:22:08 ++ local command 19:22:08 ++ command=versions 19:22:08 ++ '[' 1 -gt 0 ']' 19:22:08 ++ shift 19:22:08 ++ case "$command" in 19:22:08 ++ command pyenv versions 19:22:08 ++ pyenv versions 19:22:08 ++ awk '{ print $1 }' 19:22:08 ++ grep -E '^[0-9.]*[0-9]$' 19:22:08 ++ sed 's/^[ *]* //' 19:22:08 ++ [[ ! -s /tmp/.pyenv_versions ]] 19:22:08 +++ grep '^3' /tmp/.pyenv_versions 19:22:08 +++ tail -n 1 19:22:08 +++ sort -V 19:22:08 ++ py_version_xyz=3.10.6 19:22:08 ++ [[ -z 3.10.6 ]] 19:22:08 ++ echo 3.10.6 19:22:08 ++ return 0 19:22:08 + pyenv local 3.10.6 19:22:08 + local command 19:22:08 + command=local 19:22:08 + '[' 2 -gt 0 ']' 19:22:08 + shift 19:22:08 + case "$command" in 19:22:08 + command pyenv local 3.10.6 19:22:08 + pyenv local 3.10.6 19:22:08 + for arg in "$@" 19:22:08 + case $arg in 19:22:08 + pkg_list+='tox ' 19:22:08 + for arg in "$@" 19:22:08 + case $arg in 19:22:08 + pkg_list+='virtualenv ' 19:22:08 + for arg in "$@" 19:22:08 + case $arg in 19:22:08 + pkg_list+='urllib3~=1.26.15 ' 19:22:08 + [[ -f /tmp/.toxenv ]] 19:22:08 ++ cat /tmp/.toxenv 19:22:08 + lf_venv=/tmp/venv-obxp 19:22:08 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-obxp from' file:/tmp/.toxenv 19:22:08 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-obxp from file:/tmp/.toxenv 19:22:08 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 19:22:08 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:22:08 + local 'pip_opts=--upgrade --quiet' 19:22:08 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 19:22:08 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 19:22:08 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 19:22:08 + [[ -n '' ]] 19:22:08 + [[ -n '' ]] 19:22:08 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 19:22:08 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:22:08 + /tmp/venv-obxp/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:22:09 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 19:22:09 lf-activate-venv(): INFO: Base packages installed successfully 19:22:09 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 19:22:09 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 19:22:09 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 19:22:09 + /tmp/venv-obxp/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:22:10 + type python3 19:22:10 + true 19:22:10 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-obxp/bin to PATH' 19:22:10 lf-activate-venv(): INFO: Adding /tmp/venv-obxp/bin to PATH 19:22:10 + PATH=/tmp/venv-obxp/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:22:10 + return 0 19:22:10 + [[ -d /opt/pyenv ]] 19:22:10 + echo '---> Setting up pyenv' 19:22:10 ---> Setting up pyenv 19:22:10 + export PYENV_ROOT=/opt/pyenv 19:22:10 + PYENV_ROOT=/opt/pyenv 19:22:10 + export PATH=/opt/pyenv/bin:/tmp/venv-obxp/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:22:10 + PATH=/opt/pyenv/bin:/tmp/venv-obxp/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:22:10 ++ pwd 19:22:10 + PYTHONPATH=/w/workspace/oom-master-sphinx-lint 19:22:10 + export PYTHONPATH 19:22:10 + export TOX_TESTENV_PASSENV=PYTHONPATH 19:22:10 + TOX_TESTENV_PASSENV=PYTHONPATH 19:22:10 + tox --version 19:22:10 4.58.0 from /tmp/venv-obxp/lib/python3.10/site-packages/tox/__init__.py 19:22:10 + PARALLEL=false 19:22:10 + TOX_OPTIONS_LIST= 19:22:10 + [[ -n docs,docs-linkcheck ]] 19:22:10 + TOX_OPTIONS_LIST=' -e docs,docs-linkcheck' 19:22:10 + case ${PARALLEL,,} in 19:22:10 + tox -e docs,docs-linkcheck 19:22:10 + tee -a /w/workspace/oom-master-sphinx-lint/archives/tox/tox.log 19:22:12 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:22:31 docs: freeze> python -m pip freeze --all 19:22:32 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.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:22:32 docs: commands[0]> 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:22:37 docs: OK ✔ in 26.23 seconds 19:22:37 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:22:47 docs-linkcheck: freeze> python -m pip freeze --all 19:22:48 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.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:22:48 docs-linkcheck: commands[0]> 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:24:54 docs: OK (26.22=setup[21.24]+cmd[4.98] seconds) 19:24:54 docs-linkcheck: OK (136.58=setup[10.67]+cmd[125.91] seconds) 19:24:54 congratulations :) (162.84 seconds) 19:24:54 + tox_status=0 19:24:54 + echo '---> Completed tox runs' 19:24:54 ---> Completed tox runs 19:24:54 + for i in .tox/*/log 19:24:54 ++ echo .tox/docs-linkcheck/log 19:24:54 ++ awk -F/ '{print $2}' 19:24:54 + tox_env=docs-linkcheck 19:24:54 + cp -r .tox/docs-linkcheck/log /w/workspace/oom-master-sphinx-lint/archives/tox/docs-linkcheck 19:24:54 + for i in .tox/*/log 19:24:54 ++ echo .tox/docs/log 19:24:54 ++ awk -F/ '{print $2}' 19:24:54 + tox_env=docs 19:24:54 + cp -r .tox/docs/log /w/workspace/oom-master-sphinx-lint/archives/tox/docs 19:24:54 + DOC_DIR=docs/_build/html 19:24:54 + [[ -d docs/_build/html ]] 19:24:54 + echo '---> Archiving generated docs' 19:24:54 ---> Archiving generated docs 19:24:54 + mv docs/_build/html /w/workspace/oom-master-sphinx-lint/archives/docs 19:24:54 + echo '---> tox-run.sh ends' 19:24:54 ---> tox-run.sh ends 19:24:54 + test 0 -eq 0 19:24:54 $ ssh-agent -k 19:24:54 unset SSH_AUTH_SOCK; 19:24:54 unset SSH_AGENT_PID; 19:24:54 echo Agent pid 1649 killed; 19:24:54 [ssh-agent] Stopped. 19:24:54 [PostBuildScript] - [INFO] Executing post build scripts. 19:24:54 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins13766199468829495071.sh 19:24:54 ---> sysstat.sh 19:24:54 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins17357804787896741321.sh 19:24:54 ---> package-listing.sh 19:24:54 ++ facter osfamily 19:24:54 ++ tr '[:upper:]' '[:lower:]' 19:24:54 + OS_FAMILY=debian 19:24:54 + workspace=/w/workspace/oom-master-sphinx-lint 19:24:54 + START_PACKAGES=/tmp/packages_start.txt 19:24:54 + END_PACKAGES=/tmp/packages_end.txt 19:24:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:24:54 + PACKAGES=/tmp/packages_start.txt 19:24:54 + '[' /w/workspace/oom-master-sphinx-lint ']' 19:24:54 + PACKAGES=/tmp/packages_end.txt 19:24:54 + case "${OS_FAMILY}" in 19:24:54 + dpkg -l 19:24:54 + grep '^ii' 19:24:54 + '[' -f /tmp/packages_start.txt ']' 19:24:54 + '[' -f /tmp/packages_end.txt ']' 19:24:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:24:54 + '[' /w/workspace/oom-master-sphinx-lint ']' 19:24:54 + mkdir -p /w/workspace/oom-master-sphinx-lint/archives/ 19:24:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-sphinx-lint/archives/ 19:24:54 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins14185671877945584183.sh 19:24:54 ---> capture-instance-metadata.sh 19:24:54 Setup pyenv: 19:24:54 system 19:24:54 3.8.13 19:24:54 3.9.13 19:24:54 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 19:24:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1p34 19:24:58 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 19:24:58 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:24:58 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:25:02 lf-activate-venv(): INFO: Base packages installed successfully 19:25:02 lf-activate-venv(): INFO: Installing additional packages: lftools 19:25:21 lf-activate-venv(): INFO: Adding /tmp/venv-1p34/bin to PATH 19:25:21 INFO: Running in OpenStack, capturing instance metadata 19:25:21 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins3476655480348429213.sh 19:25:21 provisioning config files... 19:25:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-sphinx-lint@tmp/config8372110376727862952tmp 19:25:21 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 19:25:21 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 19:25:21 [EnvInject] - Injecting environment variables from a build step. 19:25:21 [EnvInject] - Injecting as environment variables the properties content 19:25:21 SERVER_ID=logs 19:25:21 19:25:21 [EnvInject] - Variables injected successfully. 19:25:21 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins3220426552739391500.sh 19:25:21 ---> create-netrc.sh 19:25:21 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins9862575384464033601.sh 19:25:21 ---> python-tools-install.sh 19:25:21 Setup pyenv: 19:25:21 system 19:25:21 3.8.13 19:25:21 3.9.13 19:25:21 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 19:25:21 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-1p34 from file:/tmp/.os_lf_venv 19:25:21 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:25:21 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:25:23 lf-activate-venv(): INFO: Base packages installed successfully 19:25:23 lf-activate-venv(): INFO: Installing additional packages: lftools 19:25:30 lf-activate-venv(): INFO: Adding /tmp/venv-1p34/bin to PATH 19:25:30 Generating Requirements File 19:25:50 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:25:50 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 19:25:50 Python 3.10.6 19:25:50 pip 26.1.2 from /tmp/venv-1p34/lib/python3.10/site-packages/pip (python 3.10) 19:25:51 aiohappyeyeballs==2.7.1 19:25:51 aiohttp==3.14.3 19:25:51 aiosignal==1.4.0 19:25:51 appdirs==1.4.4 19:25:51 argcomplete==3.7.0 19:25:51 aspy.yaml==1.3.0 19:25:51 async-timeout==5.0.1 19:25:51 attrs==26.1.0 19:25:51 autopage==0.6.0 19:25:51 backports.strenum==1.3.1 19:25:51 beautifulsoup4==4.15.0 19:25:51 boto3==1.43.57 19:25:51 botocore==1.43.57 19:25:51 bs4==0.0.2 19:25:51 certifi==2026.7.22 19:25:51 cffi==2.1.0 19:25:51 cfgv==3.5.0 19:25:51 chardet==7.4.3 19:25:51 charset-normalizer==3.4.9 19:25:51 click==8.4.2 19:25:51 cliff==4.14.0 19:25:51 cmd2==3.5.1 19:25:51 cryptography==3.3.2 19:25:51 debtcollector==3.1.0 19:25:51 decorator==5.3.1 19:25:51 defusedxml==0.7.1 19:25:51 Deprecated==1.3.1 19:25:51 distlib==0.4.3 19:25:51 dnspython==2.8.0 19:25:51 docker==7.2.0 19:25:51 dogpile.cache==1.5.0 19:25:51 durationpy==0.10 19:25:51 email-validator==2.3.0 19:25:51 filelock==3.32.0 19:25:51 frozenlist==1.8.0 19:25:51 future==1.0.0 19:25:51 gitdb==4.0.12 19:25:51 GitPython==3.1.57 19:25:51 httplib2==0.30.2 19:25:51 identify==2.6.19 19:25:51 idna==3.18 19:25:51 importlib-resources==1.5.0 19:25:51 iso8601==2.1.0 19:25:51 Jinja2==3.1.6 19:25:51 jmespath==1.1.0 19:25:51 jsonpatch==1.33 19:25:51 jsonpointer==3.1.1 19:25:51 jsonschema==4.26.0 19:25:51 jsonschema-specifications==2025.9.1 19:25:51 keystoneauth1==5.14.0 19:25:51 kubernetes==36.0.3 19:25:51 lftools==0.37.22 19:25:51 lxml==6.1.1 19:25:51 markdown-it-py==4.2.0 19:25:51 MarkupSafe==3.0.3 19:25:51 mdurl==0.1.2 19:25:51 msgpack==1.2.1 19:25:51 multi_key_dict==2.0.3 19:25:51 multidict==6.7.1 19:25:51 munch==4.0.0 19:25:51 netaddr==1.3.0 19:25:51 niet==1.4.2 19:25:51 nodeenv==1.10.0 19:25:51 oauth2client==4.1.3 19:25:51 oauthlib==3.3.1 19:25:51 openstacksdk==4.13.0 19:25:51 os-service-types==1.8.2 19:25:51 osc-lib==4.6.0 19:25:51 oslo.config==10.4.0 19:25:51 oslo.context==6.4.0 19:25:51 oslo.i18n==6.8.0 19:25:51 oslo.log==8.2.0 19:25:51 oslo.serialization==5.10.0 19:25:51 oslo.utils==10.1.1 19:25:51 packaging==26.2 19:25:51 pbr==7.0.3 19:25:51 platformdirs==4.11.0 19:25:51 prettytable==3.18.0 19:25:51 propcache==0.5.2 19:25:51 psutil==7.2.2 19:25:51 pyasn1==0.6.4 19:25:51 pyasn1_modules==0.4.2 19:25:51 pycparser==3.0 19:25:51 pygerrit2==2.0.15 19:25:51 PyGithub==2.9.1 19:25:51 Pygments==2.20.0 19:25:51 PyJWT==2.13.0 19:25:51 PyNaCl==1.6.2 19:25:51 pyparsing==2.4.7 19:25:51 pyperclip==1.11.0 19:25:51 pyrsistent==0.20.0 19:25:51 python-cinderclient==9.9.0 19:25:51 python-dateutil==2.9.0.post0 19:25:51 python-discovery==1.5.0 19:25:51 python-heatclient==5.2.0 19:25:51 python-jenkins==1.8.3 19:25:51 python-keystoneclient==5.8.0 19:25:51 python-magnumclient==4.11.0 19:25:51 python-openstackclient==10.0.0 19:25:51 python-swiftclient==4.10.0 19:25:51 PyYAML==6.0.3 19:25:51 referencing==0.37.0 19:25:51 requests==2.34.2 19:25:51 requests-oauthlib==2.0.0 19:25:51 rfc3986==2.0.0 19:25:51 rich==15.0.0 19:25:51 rich-argparse==1.8.0 19:25:51 rpds-py==0.30.0 19:25:51 rsa==4.9.1 19:25:51 ruamel.yaml==0.19.1 19:25:51 ruamel.yaml.clib==0.2.15 19:25:51 s3transfer==0.19.2 19:25:51 simplejson==4.1.1 19:25:51 six==1.17.0 19:25:51 smmap==5.0.3 19:25:51 soupsieve==2.9.1 19:25:51 stevedore==5.8.0 19:25:51 tabulate==0.10.0 19:25:51 toml==0.10.2 19:25:51 tomlkit==0.15.1 19:25:51 tqdm==4.70.0 19:25:51 typing_extensions==4.16.0 19:25:51 urllib3==1.26.20 19:25:51 virtualenv==21.7.0 19:25:51 wcwidth==0.8.2 19:25:51 websocket-client==1.9.0 19:25:51 wrapt==2.3.0 19:25:51 xdg==6.0.0 19:25:51 xmltodict==1.0.4 19:25:51 yarl==1.24.5 19:25:51 yq==4.1.2 19:25:51 [oom-master-sphinx-lint] $ /bin/sh /tmp/jenkins17757919134372398238.sh 19:25:51 ---> uv-install.sh 19:25:51 Installing uv/uvx (latest) using shell installer 19:25:51 2026-07-28 19:25:51 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71225/71225] -> "/tmp/uv-install-pCQyzV.sh" [1] 19:25:51 downloading uv 0.12.0 x86_64-unknown-linux-gnu 19:25:52 installing to /home/jenkins/.local/bin 19:25:52 uv 19:25:52 uvx 19:25:52 everything's installed! 19:25:52 19:25:52 To add $HOME/.local/bin to your PATH, either restart your shell or run: 19:25:52 19:25:52 source $HOME/.local/bin/env (sh, bash, zsh) 19:25:52 source $HOME/.local/bin/env.fish (fish) 19:25:52 Adding install location to PATH 19:25:52 ---> Validating uv/uvx install 19:25:52 uvx 0.12.0 (x86_64-unknown-linux-gnu) 19:25:52 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins18298093709801998062.sh 19:25:52 ---> sudo-logs.sh 19:25:52 Archiving 'sudo' log.. 19:25:52 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins500091798261526610.sh 19:25:52 ---> job-cost.sh 19:25:52 INFO: Activating Python virtual environment... 19:25:52 Setup pyenv: 19:25:52 system 19:25:52 3.8.13 19:25:52 3.9.13 19:25:52 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 19:25:52 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-1p34 from file:/tmp/.os_lf_venv 19:25:52 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:25:52 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:25:54 lf-activate-venv(): INFO: Base packages installed successfully 19:25:54 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 19:25:59 lf-activate-venv(): INFO: Adding /tmp/venv-1p34/bin to PATH 19:25:59 INFO: No stack-cost file found 19:25:59 INFO: Instance uptime: 278s 19:25:59 INFO: Fetching instance metadata (attempt 1 of 3)... 19:25:59 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 19:25:59 INFO: Successfully fetched instance metadata 19:25:59 INFO: Instance type: v3-standard-4 19:25:59 INFO: Retrieving pricing info for: v3-standard-4 19:25:59 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 19:25:59 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=278 19:25:59 INFO: Successfully fetched Vexxhost pricing API 19:25:59 INFO: Retrieved cost: 0.11 19:25:59 INFO: Retrieved resource: v3-standard-4 19:25:59 INFO: Creating archive directory: /w/workspace/oom-master-sphinx-lint/archives/cost 19:25:59 INFO: Archiving costs to: /w/workspace/oom-master-sphinx-lint/archives/cost.csv 19:25:59 INFO: Successfully archived job cost data 19:25:59 DEBUG: Cost data: oom-master-sphinx-lint,626,2026-07-28 19:25:59,v3-standard-4,278,0.11,0.00,SUCCESS 19:25:59 [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins4320820414871482280.sh 19:25:59 ---> logs-deploy.sh 19:25:59 Setup pyenv: 19:26:00 system 19:26:00 3.8.13 19:26:00 3.9.13 19:26:00 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 19:26:00 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-1p34 from file:/tmp/.os_lf_venv 19:26:00 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:26:00 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:26:01 lf-activate-venv(): INFO: Base packages installed successfully 19:26:01 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 19:26:08 lf-activate-venv(): INFO: Adding /tmp/venv-1p34/bin to PATH 19:26:08 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-sphinx-lint/626 19:26:08 INFO: archiving workspace using pattern(s): 19:26:10 Archives upload complete. 19:26:10 INFO: archiving logs to Nexus 19:26:11 ---> uname -a: 19:26:11 Linux prd-ubuntu1804-builder-4c-4g-13468 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:26:11 19:26:11 19:26:11 ---> lscpu: 19:26:11 Architecture: x86_64 19:26:11 CPU op-mode(s): 32-bit, 64-bit 19:26:11 Byte Order: Little Endian 19:26:11 CPU(s): 4 19:26:11 On-line CPU(s) list: 0-3 19:26:11 Thread(s) per core: 1 19:26:11 Core(s) per socket: 1 19:26:11 Socket(s): 4 19:26:11 NUMA node(s): 1 19:26:11 Vendor ID: AuthenticAMD 19:26:11 CPU family: 23 19:26:11 Model: 49 19:26:11 Model name: AMD EPYC-Rome Processor 19:26:11 Stepping: 0 19:26:11 CPU MHz: 2799.998 19:26:11 BogoMIPS: 5599.99 19:26:11 Virtualization: AMD-V 19:26:11 Hypervisor vendor: KVM 19:26:11 Virtualization type: full 19:26:11 L1d cache: 32K 19:26:11 L1i cache: 32K 19:26:11 L2 cache: 512K 19:26:11 L3 cache: 16384K 19:26:11 NUMA node0 CPU(s): 0-3 19:26:11 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:26:11 19:26:11 19:26:11 ---> nproc: 19:26:11 4 19:26:11 19:26:11 19:26:11 ---> df -h: 19:26:11 Filesystem Size Used Avail Use% Mounted on 19:26:11 udev 7.9G 0 7.9G 0% /dev 19:26:11 tmpfs 1.6G 676K 1.6G 1% /run 19:26:11 /dev/vda1 78G 8.7G 69G 12% / 19:26:11 tmpfs 7.9G 0 7.9G 0% /dev/shm 19:26:11 tmpfs 5.0M 0 5.0M 0% /run/lock 19:26:11 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 19:26:11 /dev/vda15 105M 4.4M 100M 5% /boot/efi 19:26:11 tmpfs 1.6G 0 1.6G 0% /run/user/1001 19:26:11 19:26:11 19:26:11 ---> free -m: 19:26:11 total used free shared buff/cache available 19:26:11 Mem: 16040 569 12938 0 2531 15140 19:26:11 Swap: 1023 0 1023 19:26:11 19:26:11 19:26:11 ---> ip addr: 19:26:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 19:26:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:26:11 inet 127.0.0.1/8 scope host lo 19:26:11 valid_lft forever preferred_lft forever 19:26:11 inet6 ::1/128 scope host 19:26:11 valid_lft forever preferred_lft forever 19:26:11 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 19:26:11 link/ether fa:16:3e:09:4f:d6 brd ff:ff:ff:ff:ff:ff 19:26:11 inet 10.30.106.74/23 brd 10.30.107.255 scope global dynamic ens3 19:26:11 valid_lft 86118sec preferred_lft 86118sec 19:26:11 inet6 fe80::f816:3eff:fe09:4fd6/64 scope link 19:26:11 valid_lft forever preferred_lft forever 19:26:11 19:26:11 19:26:11 ---> sar -b -r -n DEV: 19:26:11 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-13468) 07/28/26 _x86_64_ (4 CPU) 19:26:11 19:26:11 19:21:30 LINUX RESTART (4 CPU) 19:26:11 19:26:11 19:22:02 tps rtps wtps bread/s bwrtn/s 19:26:11 19:23:01 135.62 12.49 123.13 470.29 27374.21 19:26:11 19:24:01 42.76 0.00 42.76 0.00 7924.68 19:26:11 19:25:01 2.30 0.15 2.15 9.20 300.75 19:26:11 19:26:01 105.40 1.10 104.30 116.51 10913.38 19:26:11 Average: 71.25 3.40 67.85 147.66 11562.38 19:26:11 19:26:11 19:22:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:26:11 19:23:01 13688760 15453728 2736208 16.66 74764 1879136 918568 5.26 812756 1684800 230680 19:26:11 19:24:01 13685148 15450156 2739820 16.68 74804 1879212 918568 5.26 816968 1684828 28 19:26:11 19:25:01 13726584 15535080 2698384 16.43 75844 1919236 784216 4.49 740612 1715592 40972 19:26:11 19:26:01 13257996 15519960 3166972 19.28 104564 2317320 766712 4.39 778888 2097760 240276 19:26:11 Average: 13589622 15489731 2835346 17.26 82494 1998726 847016 4.85 787306 1795745 127989 19:26:11 19:26:11 19:22:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:26:11 19:23:01 lo 4.00 4.00 0.40 0.40 0.00 0.00 0.00 0.00 19:26:11 19:23:01 ens3 67.29 48.96 695.66 10.76 0.00 0.00 0.00 0.00 19:26:11 19:24:01 lo 1.00 1.00 0.08 0.08 0.00 0.00 0.00 0.00 19:26:11 19:24:01 ens3 16.78 14.70 13.09 2.93 0.00 0.00 0.00 0.00 19:26:11 19:25:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 19:26:11 19:25:01 ens3 6.87 5.98 4.60 2.20 0.00 0.00 0.00 0.00 19:26:11 19:26:01 lo 1.87 1.87 0.21 0.21 0.00 0.00 0.00 0.00 19:26:11 19:26:01 ens3 91.13 65.41 1369.02 13.03 0.00 0.00 0.00 0.00 19:26:11 Average: lo 1.76 1.76 0.17 0.17 0.00 0.00 0.00 0.00 19:26:11 Average: ens3 45.43 33.70 519.86 7.21 0.00 0.00 0.00 0.00 19:26:11 19:26:11 19:26:11 ---> sar -P ALL: 19:26:11 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-13468) 07/28/26 _x86_64_ (4 CPU) 19:26:11 19:26:11 19:21:30 LINUX RESTART (4 CPU) 19:26:11 19:26:11 19:22:02 CPU %user %nice %system %iowait %steal %idle 19:26:11 19:23:01 all 18.12 0.00 1.32 1.88 0.07 78.61 19:26:11 19:23:01 0 13.77 0.00 1.10 1.13 0.10 83.90 19:26:11 19:23:01 1 20.03 0.00 1.54 1.29 0.07 77.07 19:26:11 19:23:01 2 25.37 0.00 1.46 4.50 0.08 68.59 19:26:11 19:23:01 3 13.32 0.00 1.17 0.61 0.07 84.83 19:26:11 19:24:01 all 1.17 0.00 0.10 0.27 0.03 98.42 19:26:11 19:24:01 0 2.49 0.00 0.08 0.08 0.02 97.33 19:26:11 19:24:01 1 0.13 0.00 0.02 0.00 0.03 99.82 19:26:11 19:24:01 2 1.20 0.00 0.20 0.47 0.05 98.08 19:26:11 19:24:01 3 0.83 0.00 0.13 0.55 0.03 98.45 19:26:11 19:25:01 all 2.96 0.00 0.31 0.03 0.03 96.68 19:26:11 19:25:01 0 4.59 0.00 0.44 0.00 0.03 94.94 19:26:11 19:25:01 1 5.79 0.00 0.35 0.07 0.02 93.78 19:26:11 19:25:01 2 0.48 0.00 0.23 0.00 0.02 99.27 19:26:11 19:25:01 3 0.98 0.00 0.23 0.00 0.02 98.77 19:26:11 19:26:01 all 21.60 0.00 1.57 1.03 0.05 75.75 19:26:11 19:26:01 0 20.97 0.00 1.22 0.23 0.05 77.52 19:26:11 19:26:01 1 9.38 0.00 1.07 2.32 0.05 87.18 19:26:11 19:26:01 2 8.50 0.00 1.08 0.97 0.05 89.40 19:26:11 19:26:01 3 47.55 0.00 2.90 0.58 0.08 48.88 19:26:11 Average: all 10.92 0.00 0.82 0.80 0.05 87.41 19:26:11 Average: 0 10.41 0.00 0.71 0.36 0.05 88.47 19:26:11 Average: 1 8.79 0.00 0.74 0.92 0.04 89.51 19:26:11 Average: 2 8.81 0.00 0.74 1.47 0.05 88.93 19:26:11 Average: 3 15.67 0.00 1.11 0.44 0.05 82.73 19:26:11 19:26:11 19:26:11