15:31:14 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143475 15:31:14 Running as SYSTEM 15:31:14 [EnvInject] - Loading node environment variables. 15:31:14 Building remotely on prd-ubuntu1804-builder-4c-4g-3268 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-sphinx-lint 15:31:14 [ssh-agent] Looking for ssh-agent implementation... 15:31:14 $ ssh-agent 15:31:14 SSH_AUTH_SOCK=/tmp/ssh-7GmzCTCT8ypC/agent.1688 15:31:14 SSH_AGENT_PID=1690 15:31:14 [ssh-agent] Started. 15:31:14 Running ssh-add (command line suppressed) 15:31:14 Identity added: /w/workspace/oom-master-sphinx-lint@tmp/private_key_18149788748463429308.key (/w/workspace/oom-master-sphinx-lint@tmp/private_key_18149788748463429308.key) 15:31:14 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 15:31:14 The recommended git tool is: NONE 15:31:16 using credential onap-jenkins-ssh 15:31:16 Wiping out workspace first. 15:31:16 Cloning the remote Git repository 15:31:16 Cloning repository git://cloud.onap.org/mirror/oom.git 15:31:16 > git init /w/workspace/oom-master-sphinx-lint # timeout=10 15:31:16 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 15:31:16 > git --version # timeout=10 15:31:16 > git --version # 'git version 2.17.1' 15:31:16 using GIT_SSH to set credentials Gerrit user 15:31:16 Verifying host key using manually-configured host key entries 15:31:16 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 15:31:21 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 15:31:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:31:21 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 15:31:21 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 15:31:21 using GIT_SSH to set credentials Gerrit user 15:31:21 Verifying host key using manually-configured host key entries 15:31:21 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/75/143475/4 # timeout=30 15:31:22 > git rev-parse 5cbbc47f6fc23f9640ae8040e8a0f693037465a4^{commit} # timeout=10 15:31:22 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 15:31:22 Checking out Revision 5cbbc47f6fc23f9640ae8040e8a0f693037465a4 (refs/changes/75/143475/4) 15:31:22 > git config core.sparsecheckout # timeout=10 15:31:22 > git checkout -f 5cbbc47f6fc23f9640ae8040e8a0f693037465a4 # timeout=30 15:31:25 Commit message: "Docs: Replace blockdiag/seqdiag with Mermaid" 15:31:25 > git rev-parse FETCH_HEAD^{commit} # timeout=10 15:31:25 > git rev-list --no-walk a1c60ef6e0f2ee4c68bf3d6c0000ed232be29809 # timeout=10 15:31:25 [EnvInject] - Injecting environment variables from a build step. 15:31:26 [EnvInject] - Injecting as environment variables the properties content 15:31:26 PYTHON=python3 15:31:26 15:31:26 [EnvInject] - Variables injected successfully. 15:31:26 [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins3367968420426583888.sh 15:31:26 ---> tox-install.sh 15:31:26 + source /home/jenkins/lf-env.sh 15:31:26 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 15:31:26 ++ mktemp -d /tmp/venv-XXXX 15:31:26 + lf_venv=/tmp/venv-cY9X 15:31:26 + local venv_file=/tmp/.os_lf_venv 15:31:26 + local python=python3 15:31:26 + local options 15:31:26 + local set_path=true 15:31:26 + local install_args= 15:31:26 ++ 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 15:31:26 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:31:26 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:31:26 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 15:31:26 + true 15:31:26 + case $1 in 15:31:26 + venv_file=/tmp/.toxenv 15:31:26 + shift 2 15:31:26 + true 15:31:26 + case $1 in 15:31:26 + shift 15:31:26 + break 15:31:26 + case $python in 15:31:26 + local pkg_list= 15:31:26 + [[ -d /opt/pyenv ]] 15:31:26 + echo 'Setup pyenv:' 15:31:26 Setup pyenv: 15:31:26 + export PYENV_ROOT=/opt/pyenv 15:31:26 + PYENV_ROOT=/opt/pyenv 15:31:26 + 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 15:31:26 + 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 15:31:26 + pyenv versions 15:31:26 * system (set by /opt/pyenv/version) 15:31:26 * 3.8.13 (set by /opt/pyenv/version) 15:31:26 * 3.9.13 (set by /opt/pyenv/version) 15:31:26 * 3.10.6 (set by /opt/pyenv/version) 15:31:26 + command -v pyenv 15:31:26 ++ pyenv init - --no-rehash 15:31:26 + 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[*]}"'\'')" 15:31:26 export PATH="/opt/pyenv/shims:${PATH}" 15:31:26 export PYENV_SHELL=bash 15:31:26 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 15:31:26 pyenv() { 15:31:26 local command 15:31:26 command="${1:-}" 15:31:26 if [ "$#" -gt 0 ]; then 15:31:26 shift 15:31:26 fi 15:31:26 15:31:26 case "$command" in 15:31:26 rehash|shell) 15:31:26 eval "$(pyenv "sh-$command" "$@")" 15:31:26 ;; 15:31:26 *) 15:31:26 command pyenv "$command" "$@" 15:31:26 ;; 15:31:26 esac 15:31:26 }' 15:31:26 +++ 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[*]}"' 15:31:26 ++ 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 15:31:26 ++ 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 15:31:26 ++ 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 15:31:26 ++ export PYENV_SHELL=bash 15:31:26 ++ PYENV_SHELL=bash 15:31:26 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 15:31:26 +++ complete -F _pyenv pyenv 15:31:26 ++ lf-pyver python3 15:31:26 ++ local py_version_xy=python3 15:31:26 ++ local py_version_xyz= 15:31:26 ++ pyenv versions 15:31:26 ++ local command 15:31:26 ++ command=versions 15:31:26 ++ '[' 1 -gt 0 ']' 15:31:26 ++ shift 15:31:26 ++ case "$command" in 15:31:26 ++ command pyenv versions 15:31:26 ++ pyenv versions 15:31:26 ++ sed 's/^[ *]* //' 15:31:26 ++ awk '{ print $1 }' 15:31:26 ++ grep -E '^[0-9.]*[0-9]$' 15:31:26 ++ [[ ! -s /tmp/.pyenv_versions ]] 15:31:26 +++ sort -V 15:31:26 +++ tail -n 1 15:31:26 +++ grep '^3' /tmp/.pyenv_versions 15:31:26 ++ py_version_xyz=3.10.6 15:31:26 ++ [[ -z 3.10.6 ]] 15:31:26 ++ echo 3.10.6 15:31:26 ++ return 0 15:31:26 + pyenv local 3.10.6 15:31:26 + local command 15:31:26 + command=local 15:31:26 + '[' 2 -gt 0 ']' 15:31:26 + shift 15:31:26 + case "$command" in 15:31:26 + command pyenv local 3.10.6 15:31:26 + pyenv local 3.10.6 15:31:26 + for arg in "$@" 15:31:26 + case $arg in 15:31:26 + pkg_list+='tox ' 15:31:26 + for arg in "$@" 15:31:26 + case $arg in 15:31:26 + pkg_list+='virtualenv ' 15:31:26 + for arg in "$@" 15:31:26 + case $arg in 15:31:26 + pkg_list+='urllib3~=1.26.15 ' 15:31:26 + [[ -f /tmp/.toxenv ]] 15:31:26 + [[ ! -f /tmp/.toxenv ]] 15:31:26 + [[ -n '' ]] 15:31:26 + python3 -m venv /tmp/venv-cY9X 15:31:30 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cY9X' 15:31:30 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cY9X 15:31:30 + echo /tmp/venv-cY9X 15:31:30 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 15:31:30 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 15:31:30 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 15:31:30 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:31:30 + local 'pip_opts=--upgrade --quiet' 15:31:30 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 15:31:30 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 15:31:30 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 15:31:30 + [[ -n '' ]] 15:31:30 + [[ -n '' ]] 15:31:30 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 15:31:30 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:31:30 + /tmp/venv-cY9X/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 15:31:34 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 15:31:34 lf-activate-venv(): INFO: Base packages installed successfully 15:31:34 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 15:31:34 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 15:31:34 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 15:31:34 + /tmp/venv-cY9X/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 15:31:37 + type python3 15:31:37 + true 15:31:37 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-cY9X/bin to PATH' 15:31:37 lf-activate-venv(): INFO: Adding /tmp/venv-cY9X/bin to PATH 15:31:37 + PATH=/tmp/venv-cY9X/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 15:31:37 + return 0 15:31:37 + python3 --version 15:31:37 Python 3.10.6 15:31:37 + python3 -m pip --version 15:31:37 pip 26.0.1 from /tmp/venv-cY9X/lib/python3.10/site-packages/pip (python 3.10) 15:31:37 + python3 -m pip freeze 15:31:37 cachetools==7.0.5 15:31:37 colorama==0.4.6 15:31:37 distlib==0.4.0 15:31:37 filelock==3.25.2 15:31:37 packaging==26.0 15:31:37 platformdirs==4.9.4 15:31:37 pluggy==1.6.0 15:31:37 pyproject-api==1.10.0 15:31:37 python-discovery==1.2.0 15:31:37 tomli==2.4.0 15:31:37 tomli_w==1.2.0 15:31:37 tox==4.50.1 15:31:37 typing_extensions==4.15.0 15:31:37 urllib3==1.26.20 15:31:37 virtualenv==21.2.0 15:31:37 [EnvInject] - Injecting environment variables from a build step. 15:31:37 [EnvInject] - Injecting as environment variables the properties content 15:31:37 PARALLEL=false 15:31:37 15:31:37 [EnvInject] - Variables injected successfully. 15:31:37 [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins6121821638555085792.sh 15:31:37 ---> tox-run.sh 15:31:37 + 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 15:31:37 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-sphinx-lint/archives/tox 15:31:37 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-sphinx-lint/archives/docs 15:31:37 + mkdir -p /w/workspace/oom-master-sphinx-lint/archives/tox 15:31:37 + cd /w/workspace/oom-master-sphinx-lint/. 15:31:37 + source /home/jenkins/lf-env.sh 15:31:37 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 15:31:37 ++ mktemp -d /tmp/venv-XXXX 15:31:37 + lf_venv=/tmp/venv-m258 15:31:37 + local venv_file=/tmp/.os_lf_venv 15:31:37 + local python=python3 15:31:37 + local options 15:31:37 + local set_path=true 15:31:37 + local install_args= 15:31:37 ++ 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 15:31:37 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:31:37 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:31:37 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 15:31:37 + true 15:31:37 + case $1 in 15:31:37 + venv_file=/tmp/.toxenv 15:31:37 + shift 2 15:31:37 + true 15:31:37 + case $1 in 15:31:37 + shift 15:31:37 + break 15:31:37 + case $python in 15:31:37 + local pkg_list= 15:31:37 + [[ -d /opt/pyenv ]] 15:31:37 + echo 'Setup pyenv:' 15:31:37 Setup pyenv: 15:31:37 + export PYENV_ROOT=/opt/pyenv 15:31:37 + PYENV_ROOT=/opt/pyenv 15:31:37 + 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 15:31:37 + 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 15:31:37 + pyenv versions 15:31:37 system 15:31:37 3.8.13 15:31:37 3.9.13 15:31:37 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 15:31:37 + command -v pyenv 15:31:37 ++ pyenv init - --no-rehash 15:31:37 + 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[*]}"'\'')" 15:31:37 export PATH="/opt/pyenv/shims:${PATH}" 15:31:37 export PYENV_SHELL=bash 15:31:37 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 15:31:37 pyenv() { 15:31:37 local command 15:31:37 command="${1:-}" 15:31:37 if [ "$#" -gt 0 ]; then 15:31:37 shift 15:31:37 fi 15:31:37 15:31:37 case "$command" in 15:31:37 rehash|shell) 15:31:37 eval "$(pyenv "sh-$command" "$@")" 15:31:37 ;; 15:31:37 *) 15:31:37 command pyenv "$command" "$@" 15:31:37 ;; 15:31:37 esac 15:31:37 }' 15:31:37 +++ 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[*]}"' 15:31:37 ++ 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 15:31:37 ++ 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 15:31:37 ++ 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 15:31:37 ++ export PYENV_SHELL=bash 15:31:37 ++ PYENV_SHELL=bash 15:31:37 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 15:31:37 +++ complete -F _pyenv pyenv 15:31:37 ++ lf-pyver python3 15:31:37 ++ local py_version_xy=python3 15:31:37 ++ local py_version_xyz= 15:31:37 ++ pyenv versions 15:31:37 ++ local command 15:31:37 ++ command=versions 15:31:37 ++ '[' 1 -gt 0 ']' 15:31:37 ++ shift 15:31:37 ++ sed 's/^[ *]* //' 15:31:37 ++ case "$command" in 15:31:37 ++ command pyenv versions 15:31:37 ++ pyenv versions 15:31:37 ++ grep -E '^[0-9.]*[0-9]$' 15:31:37 ++ awk '{ print $1 }' 15:31:38 ++ [[ ! -s /tmp/.pyenv_versions ]] 15:31:38 +++ sort -V 15:31:38 +++ grep '^3' /tmp/.pyenv_versions 15:31:38 +++ tail -n 1 15:31:38 ++ py_version_xyz=3.10.6 15:31:38 ++ [[ -z 3.10.6 ]] 15:31:38 ++ echo 3.10.6 15:31:38 ++ return 0 15:31:38 + pyenv local 3.10.6 15:31:38 + local command 15:31:38 + command=local 15:31:38 + '[' 2 -gt 0 ']' 15:31:38 + shift 15:31:38 + case "$command" in 15:31:38 + command pyenv local 3.10.6 15:31:38 + pyenv local 3.10.6 15:31:38 + for arg in "$@" 15:31:38 + case $arg in 15:31:38 + pkg_list+='tox ' 15:31:38 + for arg in "$@" 15:31:38 + case $arg in 15:31:38 + pkg_list+='virtualenv ' 15:31:38 + for arg in "$@" 15:31:38 + case $arg in 15:31:38 + pkg_list+='urllib3~=1.26.15 ' 15:31:38 + [[ -f /tmp/.toxenv ]] 15:31:38 ++ cat /tmp/.toxenv 15:31:38 + lf_venv=/tmp/venv-cY9X 15:31:38 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-cY9X from' file:/tmp/.toxenv 15:31:38 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-cY9X from file:/tmp/.toxenv 15:31:38 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 15:31:38 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:31:38 + local 'pip_opts=--upgrade --quiet' 15:31:38 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 15:31:38 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 15:31:38 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 15:31:38 + [[ -n '' ]] 15:31:38 + [[ -n '' ]] 15:31:38 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 15:31:38 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:31:38 + /tmp/venv-cY9X/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 15:31:38 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 15:31:38 lf-activate-venv(): INFO: Base packages installed successfully 15:31:38 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 15:31:38 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 15:31:38 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 15:31:38 + /tmp/venv-cY9X/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 15:31:40 + type python3 15:31:40 + true 15:31:40 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-cY9X/bin to PATH' 15:31:40 lf-activate-venv(): INFO: Adding /tmp/venv-cY9X/bin to PATH 15:31:40 + PATH=/tmp/venv-cY9X/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 15:31:40 + return 0 15:31:40 + [[ -d /opt/pyenv ]] 15:31:40 + echo '---> Setting up pyenv' 15:31:40 ---> Setting up pyenv 15:31:40 + export PYENV_ROOT=/opt/pyenv 15:31:40 + PYENV_ROOT=/opt/pyenv 15:31:40 + export PATH=/opt/pyenv/bin:/tmp/venv-cY9X/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 15:31:40 + PATH=/opt/pyenv/bin:/tmp/venv-cY9X/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 15:31:40 ++ pwd 15:31:40 + PYTHONPATH=/w/workspace/oom-master-sphinx-lint 15:31:40 + export PYTHONPATH 15:31:40 + export TOX_TESTENV_PASSENV=PYTHONPATH 15:31:40 + TOX_TESTENV_PASSENV=PYTHONPATH 15:31:40 + tox --version 15:31:40 4.50.1 from /tmp/venv-cY9X/lib/python3.10/site-packages/tox/__init__.py 15:31:40 + PARALLEL=false 15:31:40 + TOX_OPTIONS_LIST= 15:31:40 + [[ -n docs,docs-linkcheck ]] 15:31:40 + TOX_OPTIONS_LIST=' -e docs,docs-linkcheck' 15:31:40 + case ${PARALLEL,,} in 15:31:40 + tox -e docs,docs-linkcheck 15:31:40 + tee -a /w/workspace/oom-master-sphinx-lint/archives/tox/tox.log 15:31:42 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 15:31:45 ERROR: Cannot install sphinxcontrib-mermaid>=1.0.0 because these package versions have conflicting dependencies. 15:31:45 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts 15:31:45 Collecting sphinx>=7.1.2 (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 1)) 15:31:45 Downloading sphinx-7.1.2-py3-none-any.whl.metadata (5.8 kB) 15:31:45 Collecting sphinx-rtd-theme>=2.0.0 (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 2)) 15:31:45 Downloading sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl.metadata (4.4 kB) 15:31:45 Collecting doc8 (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 3)) 15:31:45 Downloading doc8-1.1.2-py3-none-any.whl.metadata (8.3 kB) 15:31:45 Collecting docutils (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 4)) 15:31:45 Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) 15:31:45 Collecting six (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 5)) 15:31:45 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 15:31:45 Collecting sphinxcontrib-redoc (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 6)) 15:31:45 Downloading sphinxcontrib-redoc-1.6.0.tar.gz (350 kB) 15:31:45 Preparing metadata (setup.py): started 15:31:45 Preparing metadata (setup.py): finished with status 'done' 15:31:45 Collecting sphinxcontrib-spelling (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 7)) 15:31:45 Downloading sphinxcontrib_spelling-8.0.0-py3-none-any.whl.metadata (2.9 kB) 15:31:45 Collecting PyEnchant (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 8)) 15:31:45 Downloading pyenchant-3.2.2-py3-none-any.whl.metadata (3.8 kB) 15:31:45 Collecting pylint (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 9)) 15:31:45 Downloading pylint-3.0.3-py3-none-any.whl.metadata (12 kB) 15:31:45 Collecting autopep8 (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 10)) 15:31:45 Downloading autopep8-2.3.1-py2.py3-none-any.whl.metadata (16 kB) 15:31:45 Collecting gitlint-core (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 11)) 15:31:45 Downloading gitlint_core-0.19.1-py3-none-any.whl.metadata (3.5 kB) 15:31:45 Collecting sh==1.14.3 (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 12)) 15:31:45 Downloading sh-1.14.3.tar.gz (62 kB) 15:31:45 Preparing metadata (setup.py): started 15:31:45 Preparing metadata (setup.py): finished with status 'done' 15:31:45 15:31:45 The conflict is caused by: 15:31:45 The user requested sphinxcontrib-mermaid>=1.0.0 15:31:45 The user requested (constraint) sphinxcontrib-mermaid==2.0.0 15:31:45 15:31:45 To fix this you could try to: 15:31:45 1. loosen the range of package versions you've specified 15:31:45 2. remove package versions to allow pip to attempt to solve the dependency conflict 15:31:45 15:31:45 docs: exit 1 (3.04 seconds) /w/workspace/oom-master-sphinx-lint> 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 pid=2253 15:31:45 docs: FAIL ✖ in 4.43 seconds 15:31:45 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 15:31:48 ERROR: Cannot install sphinxcontrib-mermaid>=1.0.0 because these package versions have conflicting dependencies. 15:31:48 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts 15:31:48 Collecting sphinx>=7.1.2 (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 1)) 15:31:48 Using cached sphinx-7.1.2-py3-none-any.whl.metadata (5.8 kB) 15:31:48 Collecting sphinx-rtd-theme>=2.0.0 (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 2)) 15:31:48 Using cached sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl.metadata (4.4 kB) 15:31:48 Collecting doc8 (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 3)) 15:31:48 Using cached doc8-1.1.2-py3-none-any.whl.metadata (8.3 kB) 15:31:48 Collecting docutils (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 4)) 15:31:48 Using cached docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) 15:31:48 Collecting six (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 5)) 15:31:48 Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 15:31:48 Collecting sphinxcontrib-redoc (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 6)) 15:31:48 Using cached sphinxcontrib-redoc-1.6.0.tar.gz (350 kB) 15:31:48 Preparing metadata (setup.py): started 15:31:48 Preparing metadata (setup.py): finished with status 'done' 15:31:48 Collecting sphinxcontrib-spelling (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 7)) 15:31:48 Using cached sphinxcontrib_spelling-8.0.0-py3-none-any.whl.metadata (2.9 kB) 15:31:48 Collecting PyEnchant (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 8)) 15:31:48 Using cached pyenchant-3.2.2-py3-none-any.whl.metadata (3.8 kB) 15:31:48 Collecting pylint (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 9)) 15:31:48 Using cached pylint-3.0.3-py3-none-any.whl.metadata (12 kB) 15:31:48 Collecting autopep8 (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 10)) 15:31:48 Using cached autopep8-2.3.1-py2.py3-none-any.whl.metadata (16 kB) 15:31:48 Collecting gitlint-core (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 11)) 15:31:48 Using cached gitlint_core-0.19.1-py3-none-any.whl.metadata (3.5 kB) 15:31:48 Collecting sh==1.14.3 (from -r /w/workspace/oom-master-sphinx-lint/requirements.txt (line 12)) 15:31:48 Using cached sh-1.14.3.tar.gz (62 kB) 15:31:48 Preparing metadata (setup.py): started 15:31:48 Preparing metadata (setup.py): finished with status 'done' 15:31:48 15:31:48 The conflict is caused by: 15:31:48 The user requested sphinxcontrib-mermaid>=1.0.0 15:31:48 The user requested (constraint) sphinxcontrib-mermaid==2.0.0 15:31:48 15:31:48 To fix this you could try to: 15:31:48 1. loosen the range of package versions you've specified 15:31:48 2. remove package versions to allow pip to attempt to solve the dependency conflict 15:31:48 15:31:48 docs-linkcheck: exit 1 (2.44 seconds) /w/workspace/oom-master-sphinx-lint> 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 pid=2277 15:31:48  docs: FAIL code 1 (4.43 seconds) 15:31:48 docs-linkcheck: FAIL code 1 (2.66 seconds) 15:31:48 evaluation failed :( (7.12 seconds) 15:31:48 + tox_status=1 15:31:48 + echo '---> Completed tox runs' 15:31:48 ---> Completed tox runs 15:31:48 + for i in .tox/*/log 15:31:48 ++ echo .tox/docs-linkcheck/log 15:31:48 ++ awk -F/ '{print $2}' 15:31:48 + tox_env=docs-linkcheck 15:31:48 + cp -r .tox/docs-linkcheck/log /w/workspace/oom-master-sphinx-lint/archives/tox/docs-linkcheck 15:31:48 + for i in .tox/*/log 15:31:48 ++ echo .tox/docs/log 15:31:48 ++ awk -F/ '{print $2}' 15:31:48 + tox_env=docs 15:31:48 + cp -r .tox/docs/log /w/workspace/oom-master-sphinx-lint/archives/tox/docs 15:31:48 + DOC_DIR=docs/_build/html 15:31:48 + [[ -d docs/_build/html ]] 15:31:48 + echo '---> tox-run.sh ends' 15:31:48 ---> tox-run.sh ends 15:31:48 + test 1 -eq 0 15:31:48 + exit 1 15:31:48 ++ '[' 2 = 1 ']' 15:31:48 Build step 'Execute shell' marked build as failure 15:31:48 $ ssh-agent -k 15:31:48 unset SSH_AUTH_SOCK; 15:31:48 unset SSH_AGENT_PID; 15:31:48 echo Agent pid 1690 killed; 15:31:48 [ssh-agent] Stopped. 15:31:48 [PostBuildScript] - [INFO] Executing post build scripts. 15:31:48 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins5104052263077421887.sh 15:31:48 ---> sysstat.sh 15:31:48 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins4510594190124338463.sh 15:31:48 ---> package-listing.sh 15:31:48 ++ tr '[:upper:]' '[:lower:]' 15:31:48 ++ facter osfamily 15:31:48 + OS_FAMILY=debian 15:31:48 + workspace=/w/workspace/oom-master-sphinx-lint 15:31:48 + START_PACKAGES=/tmp/packages_start.txt 15:31:48 + END_PACKAGES=/tmp/packages_end.txt 15:31:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:31:48 + PACKAGES=/tmp/packages_start.txt 15:31:48 + '[' /w/workspace/oom-master-sphinx-lint ']' 15:31:48 + PACKAGES=/tmp/packages_end.txt 15:31:48 + case "${OS_FAMILY}" in 15:31:48 + dpkg -l 15:31:48 + grep '^ii' 15:31:48 + '[' -f /tmp/packages_start.txt ']' 15:31:48 + '[' -f /tmp/packages_end.txt ']' 15:31:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:31:48 + '[' /w/workspace/oom-master-sphinx-lint ']' 15:31:48 + mkdir -p /w/workspace/oom-master-sphinx-lint/archives/ 15:31:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-sphinx-lint/archives/ 15:31:48 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins18206992384232128721.sh 15:31:48 ---> capture-instance-metadata.sh 15:31:48 Setup pyenv: 15:31:48 system 15:31:48 3.8.13 15:31:48 3.9.13 15:31:48 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 15:31:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FHRN 15:31:52 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 15:31:52 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:31:52 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:31:56 lf-activate-venv(): INFO: Base packages installed successfully 15:31:56 lf-activate-venv(): INFO: Installing additional packages: lftools 15:32:19 lf-activate-venv(): INFO: Adding /tmp/venv-FHRN/bin to PATH 15:32:19 INFO: Running in OpenStack, capturing instance metadata 15:32:20 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins17920247313081824792.sh 15:32:20 provisioning config files... 15:32:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-sphinx-lint@tmp/config1883626580256959465tmp 15:32:20 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 15:32:20 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 15:32:20 [EnvInject] - Injecting environment variables from a build step. 15:32:20 [EnvInject] - Injecting as environment variables the properties content 15:32:20 SERVER_ID=logs 15:32:20 15:32:20 [EnvInject] - Variables injected successfully. 15:32:20 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins4316501676221741836.sh 15:32:20 ---> create-netrc.sh 15:32:20 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins8170667110443533604.sh 15:32:20 ---> python-tools-install.sh 15:32:20 Setup pyenv: 15:32:20 system 15:32:20 3.8.13 15:32:20 3.9.13 15:32:20 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 15:32:20 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-FHRN from file:/tmp/.os_lf_venv 15:32:20 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:32:20 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:32:22 lf-activate-venv(): INFO: Base packages installed successfully 15:32:22 lf-activate-venv(): INFO: Installing additional packages: lftools 15:32:29 lf-activate-venv(): INFO: Adding /tmp/venv-FHRN/bin to PATH 15:32:29 Generating Requirements File 15:32:46 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. 15:32:46 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 15:32:46 Python 3.10.6 15:32:46 pip 26.0.1 from /tmp/venv-FHRN/lib/python3.10/site-packages/pip (python 3.10) 15:32:47 appdirs==1.4.4 15:32:47 argcomplete==3.6.3 15:32:47 aspy.yaml==1.3.0 15:32:47 attrs==26.1.0 15:32:47 autopage==0.6.0 15:32:47 backports.strenum==1.3.1 15:32:47 beautifulsoup4==4.14.3 15:32:47 boto3==1.42.71 15:32:47 botocore==1.42.71 15:32:47 bs4==0.0.2 15:32:47 certifi==2026.2.25 15:32:47 cffi==2.0.0 15:32:47 cfgv==3.5.0 15:32:47 chardet==7.2.0 15:32:47 charset-normalizer==3.4.6 15:32:47 click==8.3.1 15:32:47 cliff==4.13.2 15:32:47 cmd2==3.4.0 15:32:47 cryptography==3.3.2 15:32:47 debtcollector==3.0.0 15:32:47 decorator==5.2.1 15:32:47 defusedxml==0.7.1 15:32:47 Deprecated==1.3.1 15:32:47 distlib==0.4.0 15:32:47 dnspython==2.8.0 15:32:47 docker==7.1.0 15:32:47 dogpile.cache==1.5.0 15:32:47 durationpy==0.10 15:32:47 email-validator==2.3.0 15:32:47 filelock==3.25.2 15:32:47 future==1.0.0 15:32:47 gitdb==4.0.12 15:32:47 GitPython==3.1.46 15:32:47 httplib2==0.30.2 15:32:47 identify==2.6.18 15:32:47 idna==3.11 15:32:47 importlib-resources==1.5.0 15:32:47 iso8601==2.1.0 15:32:47 Jinja2==3.1.6 15:32:47 jmespath==1.1.0 15:32:47 jsonpatch==1.33 15:32:47 jsonpointer==3.0.0 15:32:47 jsonschema==4.26.0 15:32:47 jsonschema-specifications==2025.9.1 15:32:47 keystoneauth1==5.13.1 15:32:47 kubernetes==35.0.0 15:32:47 lftools==0.37.22 15:32:47 lxml==6.0.2 15:32:47 markdown-it-py==4.0.0 15:32:47 MarkupSafe==3.0.3 15:32:47 mdurl==0.1.2 15:32:47 msgpack==1.1.2 15:32:47 multi_key_dict==2.0.3 15:32:47 munch==4.0.0 15:32:47 netaddr==1.3.0 15:32:47 niet==1.4.2 15:32:47 nodeenv==1.10.0 15:32:47 oauth2client==4.1.3 15:32:47 oauthlib==3.3.1 15:32:47 openstacksdk==4.10.0 15:32:47 os-service-types==1.8.2 15:32:47 osc-lib==4.4.0 15:32:47 oslo.config==10.3.0 15:32:47 oslo.context==6.3.0 15:32:47 oslo.i18n==6.7.2 15:32:47 oslo.log==8.1.0 15:32:47 oslo.serialization==5.9.1 15:32:47 oslo.utils==10.0.0 15:32:47 packaging==26.0 15:32:47 pbr==7.0.3 15:32:47 platformdirs==4.9.4 15:32:47 prettytable==3.17.0 15:32:47 psutil==7.2.2 15:32:47 pyasn1==0.6.3 15:32:47 pyasn1_modules==0.4.2 15:32:47 pycparser==3.0 15:32:47 pygerrit2==2.0.15 15:32:47 PyGithub==2.8.1 15:32:47 Pygments==2.19.2 15:32:47 PyJWT==2.12.1 15:32:47 PyNaCl==1.6.2 15:32:47 pyparsing==2.4.7 15:32:47 pyperclip==1.11.0 15:32:47 pyrsistent==0.20.0 15:32:47 python-cinderclient==9.9.0 15:32:47 python-dateutil==2.9.0.post0 15:32:47 python-discovery==1.2.0 15:32:47 python-heatclient==5.1.0 15:32:47 python-jenkins==1.8.3 15:32:47 python-keystoneclient==5.8.0 15:32:47 python-magnumclient==4.10.0 15:32:47 python-openstackclient==9.0.0 15:32:47 python-swiftclient==4.10.0 15:32:47 PyYAML==6.0.3 15:32:47 referencing==0.37.0 15:32:47 requests==2.32.5 15:32:47 requests-oauthlib==2.0.0 15:32:47 requestsexceptions==1.4.0 15:32:47 rfc3986==2.0.0 15:32:47 rich==14.3.3 15:32:47 rich-argparse==1.7.2 15:32:47 rpds-py==0.30.0 15:32:47 rsa==4.9.1 15:32:47 ruamel.yaml==0.19.1 15:32:47 ruamel.yaml.clib==0.2.15 15:32:47 s3transfer==0.16.0 15:32:47 simplejson==3.20.2 15:32:47 six==1.17.0 15:32:47 smmap==5.0.3 15:32:47 soupsieve==2.8.3 15:32:47 stevedore==5.7.0 15:32:47 tabulate==0.10.0 15:32:47 toml==0.10.2 15:32:47 tomlkit==0.14.0 15:32:47 tqdm==4.67.3 15:32:47 typing_extensions==4.15.0 15:32:47 urllib3==1.26.20 15:32:47 virtualenv==21.2.0 15:32:47 wcwidth==0.6.0 15:32:47 websocket-client==1.9.0 15:32:47 wrapt==2.1.2 15:32:47 xdg==6.0.0 15:32:47 xmltodict==1.0.4 15:32:47 yq==3.4.3 15:32:47 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins1985290718953224570.sh 15:32:47 ---> sudo-logs.sh 15:32:47 Archiving 'sudo' log.. 15:32:47 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins383075994962252995.sh 15:32:47 ---> job-cost.sh 15:32:47 INFO: Activating Python virtual environment... 15:32:47 Setup pyenv: 15:32:47 system 15:32:47 3.8.13 15:32:47 3.9.13 15:32:47 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 15:32:47 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-FHRN from file:/tmp/.os_lf_venv 15:32:47 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:32:47 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:32:49 lf-activate-venv(): INFO: Base packages installed successfully 15:32:49 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 15:32:54 lf-activate-venv(): INFO: Adding /tmp/venv-FHRN/bin to PATH 15:32:54 INFO: No stack-cost file found 15:32:54 INFO: Instance uptime: 127s 15:32:54 INFO: Fetching instance metadata (attempt 1 of 3)... 15:32:54 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 15:32:54 INFO: Successfully fetched instance metadata 15:32:54 INFO: Instance type: v3-standard-4 15:32:54 INFO: Retrieving pricing info for: v3-standard-4 15:32:54 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 15:32:54 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=127 15:32:54 INFO: Successfully fetched Vexxhost pricing API 15:32:54 INFO: Retrieved cost: 0.11 15:32:54 INFO: Retrieved resource: v3-standard-4 15:32:54 INFO: Creating archive directory: /w/workspace/oom-master-sphinx-lint/archives/cost 15:32:54 INFO: Archiving costs to: /w/workspace/oom-master-sphinx-lint/archives/cost.csv 15:32:54 INFO: Successfully archived job cost data 15:32:54 DEBUG: Cost data: oom-master-sphinx-lint,604,2026-03-19 15:32:54,v3-standard-4,127,0.11,0.00,FAILURE 15:32:54 [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins5549082531489301640.sh 15:32:54 ---> logs-deploy.sh 15:32:54 Setup pyenv: 15:32:54 system 15:32:54 3.8.13 15:32:54 3.9.13 15:32:54 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 15:32:54 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-FHRN from file:/tmp/.os_lf_venv 15:32:54 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:32:54 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:32:56 lf-activate-venv(): INFO: Base packages installed successfully 15:32:56 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 15:33:04 lf-activate-venv(): INFO: Adding /tmp/venv-FHRN/bin to PATH 15:33:04 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-sphinx-lint/604 15:33:04 INFO: archiving workspace using pattern(s): 15:33:04 /tmp/venv-FHRN/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (7.2.0)/charset_normalizer (3.4.6) doesn't match a supported version! 15:33:04 warnings.warn( 15:33:05 Archives upload complete. 15:33:05 INFO: archiving logs to Nexus 15:33:05 /tmp/venv-FHRN/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (7.2.0)/charset_normalizer (3.4.6) doesn't match a supported version! 15:33:05 warnings.warn( 15:33:06 ---> uname -a: 15:33:06 Linux prd-ubuntu1804-builder-4c-4g-3268 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 15:33:06 15:33:06 15:33:06 ---> lscpu: 15:33:06 Architecture: x86_64 15:33:06 CPU op-mode(s): 32-bit, 64-bit 15:33:06 Byte Order: Little Endian 15:33:06 CPU(s): 4 15:33:06 On-line CPU(s) list: 0-3 15:33:06 Thread(s) per core: 1 15:33:06 Core(s) per socket: 1 15:33:06 Socket(s): 4 15:33:06 NUMA node(s): 1 15:33:06 Vendor ID: AuthenticAMD 15:33:06 CPU family: 23 15:33:06 Model: 49 15:33:06 Model name: AMD EPYC-Rome Processor 15:33:06 Stepping: 0 15:33:06 CPU MHz: 2799.998 15:33:06 BogoMIPS: 5599.99 15:33:06 Virtualization: AMD-V 15:33:06 Hypervisor vendor: KVM 15:33:06 Virtualization type: full 15:33:06 L1d cache: 32K 15:33:06 L1i cache: 32K 15:33:06 L2 cache: 512K 15:33:06 L3 cache: 16384K 15:33:06 NUMA node0 CPU(s): 0-3 15:33:06 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 15:33:06 15:33:06 15:33:06 ---> nproc: 15:33:06 4 15:33:06 15:33:06 15:33:06 ---> df -h: 15:33:06 Filesystem Size Used Avail Use% Mounted on 15:33:06 udev 7.9G 0 7.9G 0% /dev 15:33:06 tmpfs 1.6G 676K 1.6G 1% /run 15:33:06 /dev/vda1 78G 8.3G 70G 11% / 15:33:06 tmpfs 7.9G 0 7.9G 0% /dev/shm 15:33:06 tmpfs 5.0M 0 5.0M 0% /run/lock 15:33:06 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 15:33:06 /dev/vda15 105M 4.4M 100M 5% /boot/efi 15:33:06 tmpfs 1.6G 0 1.6G 0% /run/user/1001 15:33:06 15:33:06 15:33:06 ---> free -m: 15:33:06 total used free shared buff/cache available 15:33:06 Mem: 16040 577 13359 0 2102 15147 15:33:06 Swap: 1023 0 1023 15:33:06 15:33:06 15:33:06 ---> ip addr: 15:33:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 15:33:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:33:06 inet 127.0.0.1/8 scope host lo 15:33:06 valid_lft forever preferred_lft forever 15:33:06 inet6 ::1/128 scope host 15:33:06 valid_lft forever preferred_lft forever 15:33:06 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 15:33:06 link/ether fa:16:3e:95:9c:f9 brd ff:ff:ff:ff:ff:ff 15:33:06 inet 10.30.107.199/23 brd 10.30.107.255 scope global dynamic ens3 15:33:06 valid_lft 86271sec preferred_lft 86271sec 15:33:06 inet6 fe80::f816:3eff:fe95:9cf9/64 scope link 15:33:06 valid_lft forever preferred_lft forever 15:33:06 15:33:06 15:33:06 ---> sar -b -r -n DEV: 15:33:06 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-3268) 03/19/26 _x86_64_ (4 CPU) 15:33:06 15:33:06 15:31:00 LINUX RESTART (4 CPU) 15:33:06 15:33:06 15:32:01 tps rtps wtps bread/s bwrtn/s 15:33:06 15:33:01 114.16 1.07 113.10 121.85 12770.14 15:33:06 Average: 114.16 1.07 113.10 121.85 12770.14 15:33:06 15:33:06 15:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:33:06 15:33:01 13643084 15469528 2781884 16.94 82100 1929972 888320 5.08 806440 1730576 128300 15:33:06 Average: 13643084 15469528 2781884 16.94 82100 1929972 888320 5.08 806440 1730576 128300 15:33:06 15:33:06 15:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:33:06 15:33:01 ens3 113.20 76.99 931.21 14.26 0.00 0.00 0.00 0.00 15:33:06 15:33:01 lo 1.20 1.20 0.14 0.14 0.00 0.00 0.00 0.00 15:33:06 Average: ens3 113.20 76.99 931.21 14.26 0.00 0.00 0.00 0.00 15:33:06 Average: lo 1.20 1.20 0.14 0.14 0.00 0.00 0.00 0.00 15:33:06 15:33:06 15:33:06 ---> sar -P ALL: 15:33:06 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-3268) 03/19/26 _x86_64_ (4 CPU) 15:33:06 15:33:06 15:31:00 LINUX RESTART (4 CPU) 15:33:06 15:33:06 15:32:01 CPU %user %nice %system %iowait %steal %idle 15:33:06 15:33:01 all 20.37 0.00 1.52 1.24 0.05 76.83 15:33:06 15:33:01 0 19.83 0.00 1.62 0.25 0.05 78.24 15:33:06 15:33:01 1 1.54 0.00 0.99 3.26 0.05 94.17 15:33:06 15:33:01 2 31.25 0.00 1.84 1.03 0.05 65.83 15:33:06 15:33:01 3 28.80 0.00 1.62 0.40 0.07 69.12 15:33:06 Average: all 20.37 0.00 1.52 1.24 0.05 76.83 15:33:06 Average: 0 19.83 0.00 1.62 0.25 0.05 78.24 15:33:06 Average: 1 1.54 0.00 0.99 3.26 0.05 94.17 15:33:06 Average: 2 31.25 0.00 1.84 1.03 0.05 65.83 15:33:06 Average: 3 28.80 0.00 1.62 0.40 0.07 69.12 15:33:06 15:33:06 15:33:06