17:32:33 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143475 17:32:33 Running as SYSTEM 17:32:33 [EnvInject] - Loading node environment variables. 17:32:33 Building remotely on prd-ubuntu1804-builder-4c-4g-1827 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-sphinx-lint 17:32:33 [ssh-agent] Looking for ssh-agent implementation... 17:32:33 $ ssh-agent 17:32:33 SSH_AUTH_SOCK=/tmp/ssh-Ms8WmnvRjcus/agent.1811 17:32:33 SSH_AGENT_PID=1812 17:32:33 [ssh-agent] Started. 17:32:33 Running ssh-add (command line suppressed) 17:32:33 Identity added: /w/workspace/oom-master-sphinx-lint@tmp/private_key_3309965667455486946.key (/w/workspace/oom-master-sphinx-lint@tmp/private_key_3309965667455486946.key) 17:32:33 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 17:32:33 The recommended git tool is: NONE 17:32:35 using credential onap-jenkins-ssh 17:32:35 Wiping out workspace first. 17:32:35 Cloning the remote Git repository 17:32:35 Cloning repository git://cloud.onap.org/mirror/oom.git 17:32:35 > git init /w/workspace/oom-master-sphinx-lint # timeout=10 17:32:35 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 17:32:35 > git --version # timeout=10 17:32:35 > git --version # 'git version 2.17.1' 17:32:35 using GIT_SSH to set credentials Gerrit user 17:32:35 Verifying host key using manually-configured host key entries 17:32:35 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 17:32:43 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 17:32:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:32:43 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 17:32:43 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 17:32:43 using GIT_SSH to set credentials Gerrit user 17:32:43 Verifying host key using manually-configured host key entries 17:32:43 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/75/143475/2 # timeout=30 17:32:44 > git rev-parse f4e22d7cc0c1f6d24489fd1509d9f655bd92de69^{commit} # timeout=10 17:32:44 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 17:32:44 Checking out Revision f4e22d7cc0c1f6d24489fd1509d9f655bd92de69 (refs/changes/75/143475/2) 17:32:44 > git config core.sparsecheckout # timeout=10 17:32:44 > git checkout -f f4e22d7cc0c1f6d24489fd1509d9f655bd92de69 # timeout=30 17:32:47 Commit message: "Docs: Replace blockdiag/seqdiag with Mermaid" 17:32:47 > git rev-parse FETCH_HEAD^{commit} # timeout=10 17:32:47 > git rev-list --no-walk e1c0b24da7a2f96bc03a2f534d49cd6bff7270eb # timeout=10 17:32:48 [EnvInject] - Injecting environment variables from a build step. 17:32:48 [EnvInject] - Injecting as environment variables the properties content 17:32:48 PYTHON=python3 17:32:48 17:32:48 [EnvInject] - Variables injected successfully. 17:32:48 [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins11355879108477618156.sh 17:32:48 ---> tox-install.sh 17:32:48 + source /home/jenkins/lf-env.sh 17:32:48 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 17:32:48 ++ mktemp -d /tmp/venv-XXXX 17:32:48 + lf_venv=/tmp/venv-k9z5 17:32:48 + local venv_file=/tmp/.os_lf_venv 17:32:48 + local python=python3 17:32:48 + local options 17:32:48 + local set_path=true 17:32:48 + local install_args= 17:32:48 ++ 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 17:32:48 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 17:32:48 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 17:32:48 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 17:32:48 + true 17:32:48 + case $1 in 17:32:48 + venv_file=/tmp/.toxenv 17:32:48 + shift 2 17:32:48 + true 17:32:48 + case $1 in 17:32:48 + shift 17:32:48 + break 17:32:48 + case $python in 17:32:48 + local pkg_list= 17:32:48 + [[ -d /opt/pyenv ]] 17:32:48 + echo 'Setup pyenv:' 17:32:48 Setup pyenv: 17:32:48 + export PYENV_ROOT=/opt/pyenv 17:32:48 + PYENV_ROOT=/opt/pyenv 17:32:48 + 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 17:32:48 + 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 17:32:48 + pyenv versions 17:32:48 * system (set by /opt/pyenv/version) 17:32:48 * 3.8.13 (set by /opt/pyenv/version) 17:32:48 * 3.9.13 (set by /opt/pyenv/version) 17:32:48 * 3.10.6 (set by /opt/pyenv/version) 17:32:48 + command -v pyenv 17:32:48 ++ pyenv init - --no-rehash 17:32:48 + 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[*]}"'\'')" 17:32:48 export PATH="/opt/pyenv/shims:${PATH}" 17:32:48 export PYENV_SHELL=bash 17:32:48 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 17:32:48 pyenv() { 17:32:48 local command 17:32:48 command="${1:-}" 17:32:48 if [ "$#" -gt 0 ]; then 17:32:48 shift 17:32:48 fi 17:32:48 17:32:48 case "$command" in 17:32:48 rehash|shell) 17:32:48 eval "$(pyenv "sh-$command" "$@")" 17:32:48 ;; 17:32:48 *) 17:32:48 command pyenv "$command" "$@" 17:32:48 ;; 17:32:48 esac 17:32:48 }' 17:32:48 +++ 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[*]}"' 17:32:48 ++ 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 17:32:48 ++ 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 17:32:48 ++ 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 17:32:48 ++ export PYENV_SHELL=bash 17:32:48 ++ PYENV_SHELL=bash 17:32:48 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 17:32:48 +++ complete -F _pyenv pyenv 17:32:48 ++ lf-pyver python3 17:32:48 ++ local py_version_xy=python3 17:32:48 ++ local py_version_xyz= 17:32:48 ++ pyenv versions 17:32:48 ++ local command 17:32:48 ++ command=versions 17:32:48 ++ '[' 1 -gt 0 ']' 17:32:48 ++ sed 's/^[ *]* //' 17:32:48 ++ shift 17:32:48 ++ case "$command" in 17:32:48 ++ command pyenv versions 17:32:48 ++ pyenv versions 17:32:48 ++ awk '{ print $1 }' 17:32:48 ++ grep -E '^[0-9.]*[0-9]$' 17:32:48 ++ [[ ! -s /tmp/.pyenv_versions ]] 17:32:48 +++ grep '^3' /tmp/.pyenv_versions 17:32:48 +++ sort -V 17:32:48 +++ tail -n 1 17:32:48 ++ py_version_xyz=3.10.6 17:32:48 ++ [[ -z 3.10.6 ]] 17:32:48 ++ echo 3.10.6 17:32:48 ++ return 0 17:32:48 + pyenv local 3.10.6 17:32:48 + local command 17:32:48 + command=local 17:32:48 + '[' 2 -gt 0 ']' 17:32:48 + shift 17:32:48 + case "$command" in 17:32:48 + command pyenv local 3.10.6 17:32:48 + pyenv local 3.10.6 17:32:48 + for arg in "$@" 17:32:48 + case $arg in 17:32:48 + pkg_list+='tox ' 17:32:48 + for arg in "$@" 17:32:48 + case $arg in 17:32:48 + pkg_list+='virtualenv ' 17:32:48 + for arg in "$@" 17:32:48 + case $arg in 17:32:48 + pkg_list+='urllib3~=1.26.15 ' 17:32:48 + [[ -f /tmp/.toxenv ]] 17:32:48 + [[ ! -f /tmp/.toxenv ]] 17:32:48 + [[ -n '' ]] 17:32:48 + python3 -m venv /tmp/venv-k9z5 17:32:52 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-k9z5' 17:32:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-k9z5 17:32:52 + echo /tmp/venv-k9z5 17:32:52 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 17:32:52 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 17:32:52 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 17:32:52 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:32:52 + local 'pip_opts=--upgrade --quiet' 17:32:52 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 17:32:52 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 17:32:52 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 17:32:52 + [[ -n '' ]] 17:32:52 + [[ -n '' ]] 17:32:52 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 17:32:52 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:32:52 + /tmp/venv-k9z5/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 17:32:57 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 17:32:57 lf-activate-venv(): INFO: Base packages installed successfully 17:32:57 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 17:32:57 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 17:32:57 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 17:32:57 + /tmp/venv-k9z5/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 17:33:00 + type python3 17:33:00 + true 17:33:00 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-k9z5/bin to PATH' 17:33:00 lf-activate-venv(): INFO: Adding /tmp/venv-k9z5/bin to PATH 17:33:00 + PATH=/tmp/venv-k9z5/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 17:33:00 + return 0 17:33:00 + python3 --version 17:33:00 Python 3.10.6 17:33:00 + python3 -m pip --version 17:33:00 pip 26.0.1 from /tmp/venv-k9z5/lib/python3.10/site-packages/pip (python 3.10) 17:33:00 + python3 -m pip freeze 17:33:00 cachetools==7.0.2 17:33:00 colorama==0.4.6 17:33:00 distlib==0.4.0 17:33:00 filelock==3.25.0 17:33:00 packaging==26.0 17:33:00 platformdirs==4.9.2 17:33:00 pluggy==1.6.0 17:33:00 pyproject-api==1.10.0 17:33:00 python-discovery==1.1.0 17:33:00 tomli==2.4.0 17:33:00 tox==4.47.3 17:33:00 typing_extensions==4.15.0 17:33:00 urllib3==1.26.20 17:33:00 virtualenv==21.1.0 17:33:00 [EnvInject] - Injecting environment variables from a build step. 17:33:00 [EnvInject] - Injecting as environment variables the properties content 17:33:00 PARALLEL=false 17:33:00 17:33:00 [EnvInject] - Variables injected successfully. 17:33:00 [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins2879907967376321575.sh 17:33:00 ---> tox-run.sh 17:33:00 + 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 17:33:00 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-sphinx-lint/archives/tox 17:33:00 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-sphinx-lint/archives/docs 17:33:00 + mkdir -p /w/workspace/oom-master-sphinx-lint/archives/tox 17:33:00 + cd /w/workspace/oom-master-sphinx-lint/. 17:33:00 + source /home/jenkins/lf-env.sh 17:33:00 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 17:33:00 ++ mktemp -d /tmp/venv-XXXX 17:33:00 + lf_venv=/tmp/venv-SC4R 17:33:00 + local venv_file=/tmp/.os_lf_venv 17:33:00 + local python=python3 17:33:00 + local options 17:33:00 + local set_path=true 17:33:00 + local install_args= 17:33:00 ++ 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 17:33:00 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 17:33:00 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 17:33:00 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 17:33:00 + true 17:33:00 + case $1 in 17:33:00 + venv_file=/tmp/.toxenv 17:33:00 + shift 2 17:33:00 + true 17:33:00 + case $1 in 17:33:00 + shift 17:33:00 + break 17:33:00 + case $python in 17:33:00 + local pkg_list= 17:33:00 + [[ -d /opt/pyenv ]] 17:33:00 + echo 'Setup pyenv:' 17:33:00 Setup pyenv: 17:33:00 + export PYENV_ROOT=/opt/pyenv 17:33:00 + PYENV_ROOT=/opt/pyenv 17:33:00 + 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 17:33:00 + 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 17:33:00 + pyenv versions 17:33:00 system 17:33:00 3.8.13 17:33:00 3.9.13 17:33:00 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 17:33:00 + command -v pyenv 17:33:00 ++ pyenv init - --no-rehash 17:33:00 + 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[*]}"'\'')" 17:33:00 export PATH="/opt/pyenv/shims:${PATH}" 17:33:00 export PYENV_SHELL=bash 17:33:00 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 17:33:00 pyenv() { 17:33:00 local command 17:33:00 command="${1:-}" 17:33:00 if [ "$#" -gt 0 ]; then 17:33:00 shift 17:33:00 fi 17:33:00 17:33:00 case "$command" in 17:33:00 rehash|shell) 17:33:00 eval "$(pyenv "sh-$command" "$@")" 17:33:00 ;; 17:33:00 *) 17:33:00 command pyenv "$command" "$@" 17:33:00 ;; 17:33:00 esac 17:33:00 }' 17:33:00 +++ 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[*]}"' 17:33:00 ++ 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 17:33:00 ++ 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 17:33:00 ++ 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 17:33:00 ++ export PYENV_SHELL=bash 17:33:00 ++ PYENV_SHELL=bash 17:33:00 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 17:33:00 +++ complete -F _pyenv pyenv 17:33:00 ++ lf-pyver python3 17:33:00 ++ local py_version_xy=python3 17:33:00 ++ local py_version_xyz= 17:33:00 ++ pyenv versions 17:33:00 ++ local command 17:33:00 ++ command=versions 17:33:00 ++ sed 's/^[ *]* //' 17:33:00 ++ '[' 1 -gt 0 ']' 17:33:00 ++ shift 17:33:00 ++ case "$command" in 17:33:00 ++ command pyenv versions 17:33:00 ++ pyenv versions 17:33:00 ++ awk '{ print $1 }' 17:33:00 ++ grep -E '^[0-9.]*[0-9]$' 17:33:00 ++ [[ ! -s /tmp/.pyenv_versions ]] 17:33:00 +++ grep '^3' /tmp/.pyenv_versions 17:33:00 +++ sort -V 17:33:00 +++ tail -n 1 17:33:01 ++ py_version_xyz=3.10.6 17:33:01 ++ [[ -z 3.10.6 ]] 17:33:01 ++ echo 3.10.6 17:33:01 ++ return 0 17:33:01 + pyenv local 3.10.6 17:33:01 + local command 17:33:01 + command=local 17:33:01 + '[' 2 -gt 0 ']' 17:33:01 + shift 17:33:01 + case "$command" in 17:33:01 + command pyenv local 3.10.6 17:33:01 + pyenv local 3.10.6 17:33:01 + for arg in "$@" 17:33:01 + case $arg in 17:33:01 + pkg_list+='tox ' 17:33:01 + for arg in "$@" 17:33:01 + case $arg in 17:33:01 + pkg_list+='virtualenv ' 17:33:01 + for arg in "$@" 17:33:01 + case $arg in 17:33:01 + pkg_list+='urllib3~=1.26.15 ' 17:33:01 + [[ -f /tmp/.toxenv ]] 17:33:01 ++ cat /tmp/.toxenv 17:33:01 + lf_venv=/tmp/venv-k9z5 17:33:01 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-k9z5 from' file:/tmp/.toxenv 17:33:01 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-k9z5 from file:/tmp/.toxenv 17:33:01 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 17:33:01 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:33:01 + local 'pip_opts=--upgrade --quiet' 17:33:01 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 17:33:01 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 17:33:01 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 17:33:01 + [[ -n '' ]] 17:33:01 + [[ -n '' ]] 17:33:01 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 17:33:01 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:33:01 + /tmp/venv-k9z5/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 17:33:01 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 17:33:01 lf-activate-venv(): INFO: Base packages installed successfully 17:33:01 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 17:33:01 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 17:33:01 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 17:33:01 + /tmp/venv-k9z5/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 17:33:03 + type python3 17:33:03 + true 17:33:03 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-k9z5/bin to PATH' 17:33:03 lf-activate-venv(): INFO: Adding /tmp/venv-k9z5/bin to PATH 17:33:03 + PATH=/tmp/venv-k9z5/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 17:33:03 + return 0 17:33:03 + [[ -d /opt/pyenv ]] 17:33:03 + echo '---> Setting up pyenv' 17:33:03 ---> Setting up pyenv 17:33:03 + export PYENV_ROOT=/opt/pyenv 17:33:03 + PYENV_ROOT=/opt/pyenv 17:33:03 + export PATH=/opt/pyenv/bin:/tmp/venv-k9z5/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 17:33:03 + PATH=/opt/pyenv/bin:/tmp/venv-k9z5/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 17:33:03 ++ pwd 17:33:03 + PYTHONPATH=/w/workspace/oom-master-sphinx-lint 17:33:03 + export PYTHONPATH 17:33:03 + export TOX_TESTENV_PASSENV=PYTHONPATH 17:33:03 + TOX_TESTENV_PASSENV=PYTHONPATH 17:33:03 + tox --version 17:33:03 4.47.3 from /tmp/venv-k9z5/lib/python3.10/site-packages/tox/__init__.py 17:33:03 + PARALLEL=false 17:33:03 + TOX_OPTIONS_LIST= 17:33:03 + [[ -n docs,docs-linkcheck ]] 17:33:03 + TOX_OPTIONS_LIST=' -e docs,docs-linkcheck' 17:33:03 + case ${PARALLEL,,} in 17:33:03 + tox -e docs,docs-linkcheck 17:33:03 + tee -a /w/workspace/oom-master-sphinx-lint/archives/tox/tox.log 17:33:05 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 17:33:30 docs: freeze> python -m pip freeze --all 17:33:30 docs: alabaster==0.7.13,apeye==1.4.1,apeye-core==1.1.5,arrow==1.4.0,astroid==3.0.3,attrs==25.3.0,autodocsumm==0.2.14,autopep8==2.3.1,babel==2.18.0,backports.zoneinfo==0.2.1,beautifulsoup4==4.14.3,blockdiag==3.0.0,CacheControl==0.14.2,certifi==2026.2.25,charset-normalizer==3.4.4,click==8.1.8,cssutils==2.11.1,dict2css==0.3.0.post1,dill==0.4.0,doc8==1.1.2,docutils==0.20.1,domdf_python_tools==3.10.0,filelock==3.16.1,funcparserlib==2.0.0a0,gitlint-core==0.19.1,html5lib==1.1,idna==3.11,imagesize==1.5.0,importlib_metadata==8.5.0,importlib_resources==6.4.5,isort==5.13.2,Jinja2==3.1.6,jsonschema==4.23.0,jsonschema-specifications==2023.12.1,MarkupSafe==2.1.5,mccabe==0.7.0,more-itertools==10.5.0,msgpack==1.1.1,natsort==8.4.0,packaging==26.0,pbr==7.0.3,pillow==10.4.0,pip==25.0.1,pkgutil_resolve_name==1.3.10,platformdirs==4.3.6,pycodestyle==2.12.1,pyenchant==3.2.2,Pygments==2.19.2,pylint==3.0.3,python-dateutil==2.9.0.post0,pytz==2026.1.post1,PyYAML==6.0.3,referencing==0.35.1,requests==2.32.4,restructuredtext_lint==2.0.2,rpds-py==0.20.1,ruamel.yaml==0.18.16,ruamel.yaml.clib==0.2.8,seqdiag==3.0.0,setuptools==69.0.3,sh==1.14.3,six==1.17.0,snowballstemmer==3.0.1,soupsieve==2.7,Sphinx==7.1.2,sphinx-autodoc-typehints==2.0.1,sphinx-jinja2-compat==0.4.1,sphinx-prompt==1.7.0,sphinx-rtd-theme==2.0.0,sphinx-tabs==3.4.7,sphinx-toolbox==3.5.0,sphinxcontrib-applehelp==1.0.4,sphinxcontrib-blockdiag==3.0.0,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==2.0.1,sphinxcontrib-jquery==4.1,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-plantuml==0.29,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-redoc==1.6.0,sphinxcontrib-seqdiag==3.0.0,sphinxcontrib-serializinghtml==1.1.5,sphinxcontrib-spelling==8.0.0,stevedore==5.3.0,tabulate==0.9.0,tomli==2.4.0,tomlkit==0.13.3,typing_extensions==4.13.2,urllib3==2.2.3,webcolors==24.8.0,webencodings==0.5.1,wheel==0.45.1,zipp==3.20.2 17:33:30 docs: commands[0]> sudo apt install graphviz 17:33:30 17:33:30 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 17:33:30 17:33:31 Reading package lists... 17:33:31 Building dependency tree... 17:33:31 Reading state information... 17:33:31 graphviz is already the newest version (2.40.1-2). 17:33:31 The following packages were automatically installed and are no longer required: 17:33:31 libmysqlclient20 mysql-common 17:33:31 Use 'sudo apt autoremove' to remove them. 17:33:31 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:33:31 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 17:33:31 17:33:31 Extension error: 17:33:31 Could not import extension sphinxcontrib.mermaid (exception: No module named 'sphinxcontrib.mermaid') 17:33:31 docs: exit 2 (0.50 seconds) /w/workspace/oom-master-sphinx-lint> 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 pid=2459 17:33:31 docs: FAIL ✖ in 28.14 seconds 17:33:31 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 17:33:44 docs-linkcheck: freeze> python -m pip freeze --all 17:33:45 docs-linkcheck: alabaster==0.7.13,apeye==1.4.1,apeye-core==1.1.5,arrow==1.4.0,astroid==3.0.3,attrs==25.3.0,autodocsumm==0.2.14,autopep8==2.3.1,babel==2.18.0,backports.zoneinfo==0.2.1,beautifulsoup4==4.14.3,blockdiag==3.0.0,CacheControl==0.14.2,certifi==2026.2.25,charset-normalizer==3.4.4,click==8.1.8,cssutils==2.11.1,dict2css==0.3.0.post1,dill==0.4.0,doc8==1.1.2,docutils==0.20.1,domdf_python_tools==3.10.0,filelock==3.16.1,funcparserlib==2.0.0a0,gitlint-core==0.19.1,html5lib==1.1,idna==3.11,imagesize==1.5.0,importlib_metadata==8.5.0,importlib_resources==6.4.5,isort==5.13.2,Jinja2==3.1.6,jsonschema==4.23.0,jsonschema-specifications==2023.12.1,MarkupSafe==2.1.5,mccabe==0.7.0,more-itertools==10.5.0,msgpack==1.1.1,natsort==8.4.0,packaging==26.0,pbr==7.0.3,pillow==10.4.0,pip==25.0.1,pkgutil_resolve_name==1.3.10,platformdirs==4.3.6,pycodestyle==2.12.1,pyenchant==3.2.2,Pygments==2.19.2,pylint==3.0.3,python-dateutil==2.9.0.post0,pytz==2026.1.post1,PyYAML==6.0.3,referencing==0.35.1,requests==2.32.4,restructuredtext_lint==2.0.2,rpds-py==0.20.1,ruamel.yaml==0.18.16,ruamel.yaml.clib==0.2.8,seqdiag==3.0.0,setuptools==69.0.3,sh==1.14.3,six==1.17.0,snowballstemmer==3.0.1,soupsieve==2.7,Sphinx==7.1.2,sphinx-autodoc-typehints==2.0.1,sphinx-jinja2-compat==0.4.1,sphinx-prompt==1.7.0,sphinx-rtd-theme==2.0.0,sphinx-tabs==3.4.7,sphinx-toolbox==3.5.0,sphinxcontrib-applehelp==1.0.4,sphinxcontrib-blockdiag==3.0.0,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==2.0.1,sphinxcontrib-jquery==4.1,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-plantuml==0.29,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-redoc==1.6.0,sphinxcontrib-seqdiag==3.0.0,sphinxcontrib-serializinghtml==1.1.5,sphinxcontrib-spelling==8.0.0,stevedore==5.3.0,tabulate==0.9.0,tomli==2.4.0,tomlkit==0.13.3,typing_extensions==4.13.2,urllib3==2.2.3,webcolors==24.8.0,webencodings==0.5.1,wheel==0.45.1,zipp==3.20.2 17:33:45 docs-linkcheck: commands[0]> sudo apt install graphviz 17:33:45 17:33:45 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 17:33:45 17:33:45 Reading package lists... 17:33:45 Building dependency tree... 17:33:45 Reading state information... 17:33:45 graphviz is already the newest version (2.40.1-2). 17:33:45 The following packages were automatically installed and are no longer required: 17:33:45 libmysqlclient20 mysql-common 17:33:45 Use 'sudo apt autoremove' to remove them. 17:33:45 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:33:45 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 17:33:45 17:33:45 Extension error: 17:33:45 Could not import extension sphinxcontrib.mermaid (exception: No module named 'sphinxcontrib.mermaid') 17:33:45 docs-linkcheck: exit 2 (0.44 seconds) /w/workspace/oom-master-sphinx-lint> 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 pid=2541 17:33:45 docs: FAIL code 2 (28.14=setup[27.41]+cmd[0.23,0.50] seconds) 17:33:45 docs-linkcheck: FAIL code 2 (14.11=setup[13.46]+cmd[0.22,0.44] seconds) 17:33:45 evaluation failed :( (42.29 seconds) 17:33:45 + tox_status=1 17:33:45 + echo '---> Completed tox runs' 17:33:45 ---> Completed tox runs 17:33:45 + for i in .tox/*/log 17:33:45 ++ echo .tox/docs-linkcheck/log 17:33:45 ++ awk -F/ '{print $2}' 17:33:45 + tox_env=docs-linkcheck 17:33:45 + cp -r .tox/docs-linkcheck/log /w/workspace/oom-master-sphinx-lint/archives/tox/docs-linkcheck 17:33:45 + for i in .tox/*/log 17:33:45 ++ echo .tox/docs/log 17:33:45 ++ awk -F/ '{print $2}' 17:33:45 + tox_env=docs 17:33:45 + cp -r .tox/docs/log /w/workspace/oom-master-sphinx-lint/archives/tox/docs 17:33:45 + DOC_DIR=docs/_build/html 17:33:45 + [[ -d docs/_build/html ]] 17:33:45 + echo '---> tox-run.sh ends' 17:33:45 ---> tox-run.sh ends 17:33:45 + test 1 -eq 0 17:33:45 + exit 1 17:33:45 ++ '[' 2 = 1 ']' 17:33:45 Build step 'Execute shell' marked build as failure 17:33:45 $ ssh-agent -k 17:33:45 unset SSH_AUTH_SOCK; 17:33:45 unset SSH_AGENT_PID; 17:33:45 echo Agent pid 1812 killed; 17:33:45 [ssh-agent] Stopped. 17:33:46 [PostBuildScript] - [INFO] Executing post build scripts. 17:33:46 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins6816700256904435232.sh 17:33:46 ---> sysstat.sh 17:33:46 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins17555950337092553713.sh 17:33:46 ---> package-listing.sh 17:33:46 ++ facter osfamily 17:33:46 ++ tr '[:upper:]' '[:lower:]' 17:33:46 + OS_FAMILY=debian 17:33:46 + workspace=/w/workspace/oom-master-sphinx-lint 17:33:46 + START_PACKAGES=/tmp/packages_start.txt 17:33:46 + END_PACKAGES=/tmp/packages_end.txt 17:33:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:33:46 + PACKAGES=/tmp/packages_start.txt 17:33:46 + '[' /w/workspace/oom-master-sphinx-lint ']' 17:33:46 + PACKAGES=/tmp/packages_end.txt 17:33:46 + case "${OS_FAMILY}" in 17:33:46 + dpkg -l 17:33:46 + grep '^ii' 17:33:46 + '[' -f /tmp/packages_start.txt ']' 17:33:46 + '[' -f /tmp/packages_end.txt ']' 17:33:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:33:46 + '[' /w/workspace/oom-master-sphinx-lint ']' 17:33:46 + mkdir -p /w/workspace/oom-master-sphinx-lint/archives/ 17:33:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-sphinx-lint/archives/ 17:33:46 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins8293263667747872631.sh 17:33:46 ---> capture-instance-metadata.sh 17:33:46 Setup pyenv: 17:33:46 system 17:33:46 3.8.13 17:33:46 3.9.13 17:33:46 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 17:33:50 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-epWP 17:33:50 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 17:33:50 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:33:50 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:33:54 lf-activate-venv(): INFO: Base packages installed successfully 17:33:54 lf-activate-venv(): INFO: Installing additional packages: lftools 17:34:27 lf-activate-venv(): INFO: Adding /tmp/venv-epWP/bin to PATH 17:34:27 INFO: Running in OpenStack, capturing instance metadata 17:34:28 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins12676594531546357538.sh 17:34:28 provisioning config files... 17:34:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-sphinx-lint@tmp/config2434878097787883687tmp 17:34:28 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 17:34:28 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 17:34:28 [EnvInject] - Injecting environment variables from a build step. 17:34:28 [EnvInject] - Injecting as environment variables the properties content 17:34:28 SERVER_ID=logs 17:34:28 17:34:28 [EnvInject] - Variables injected successfully. 17:34:28 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins12188254944317460184.sh 17:34:28 ---> create-netrc.sh 17:34:28 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins14620073023395022311.sh 17:34:28 ---> python-tools-install.sh 17:34:28 Setup pyenv: 17:34:28 system 17:34:28 3.8.13 17:34:28 3.9.13 17:34:28 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 17:34:28 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-epWP from file:/tmp/.os_lf_venv 17:34:28 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:34:28 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:34:30 lf-activate-venv(): INFO: Base packages installed successfully 17:34:30 lf-activate-venv(): INFO: Installing additional packages: lftools 17:34:41 lf-activate-venv(): INFO: Adding /tmp/venv-epWP/bin to PATH 17:34:41 Generating Requirements File 17:35:05 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. 17:35:05 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 17:35:06 Python 3.10.6 17:35:06 pip 26.0.1 from /tmp/venv-epWP/lib/python3.10/site-packages/pip (python 3.10) 17:35:06 appdirs==1.4.4 17:35:06 argcomplete==3.6.3 17:35:06 aspy.yaml==1.3.0 17:35:06 attrs==25.4.0 17:35:06 autopage==0.6.0 17:35:06 backports.strenum==1.3.1 17:35:06 beautifulsoup4==4.14.3 17:35:06 boto3==1.42.60 17:35:06 botocore==1.42.60 17:35:06 bs4==0.0.2 17:35:06 certifi==2026.2.25 17:35:06 cffi==2.0.0 17:35:06 cfgv==3.5.0 17:35:06 chardet==7.0.0 17:35:06 charset-normalizer==3.4.4 17:35:06 click==8.3.1 17:35:06 cliff==4.13.2 17:35:06 cmd2==3.4.0 17:35:06 cryptography==3.3.2 17:35:06 debtcollector==3.0.0 17:35:06 decorator==5.2.1 17:35:06 defusedxml==0.7.1 17:35:06 Deprecated==1.3.1 17:35:06 distlib==0.4.0 17:35:06 dnspython==2.8.0 17:35:06 docker==7.1.0 17:35:06 dogpile.cache==1.5.0 17:35:06 durationpy==0.10 17:35:06 email-validator==2.3.0 17:35:06 filelock==3.25.0 17:35:06 future==1.0.0 17:35:06 gitdb==4.0.12 17:35:06 GitPython==3.1.46 17:35:06 httplib2==0.30.2 17:35:06 identify==2.6.17 17:35:06 idna==3.11 17:35:06 importlib-resources==1.5.0 17:35:06 iso8601==2.1.0 17:35:06 Jinja2==3.1.6 17:35:06 jmespath==1.1.0 17:35:06 jsonpatch==1.33 17:35:06 jsonpointer==3.0.0 17:35:06 jsonschema==4.26.0 17:35:06 jsonschema-specifications==2025.9.1 17:35:06 keystoneauth1==5.13.1 17:35:06 kubernetes==35.0.0 17:35:06 lftools==0.37.22 17:35:06 lxml==6.0.2 17:35:06 markdown-it-py==4.0.0 17:35:06 MarkupSafe==3.0.3 17:35:06 mdurl==0.1.2 17:35:06 msgpack==1.1.2 17:35:06 multi_key_dict==2.0.3 17:35:06 munch==4.0.0 17:35:06 netaddr==1.3.0 17:35:06 niet==1.4.2 17:35:06 nodeenv==1.10.0 17:35:06 oauth2client==4.1.3 17:35:06 oauthlib==3.3.1 17:35:06 openstacksdk==4.10.0 17:35:06 os-service-types==1.8.2 17:35:06 osc-lib==4.4.0 17:35:06 oslo.config==10.3.0 17:35:06 oslo.context==6.3.0 17:35:06 oslo.i18n==6.7.2 17:35:06 oslo.log==8.1.0 17:35:06 oslo.serialization==5.9.1 17:35:06 oslo.utils==10.0.0 17:35:06 packaging==26.0 17:35:06 pbr==7.0.3 17:35:06 platformdirs==4.9.2 17:35:06 prettytable==3.17.0 17:35:06 psutil==7.2.2 17:35:06 pyasn1==0.6.2 17:35:06 pyasn1_modules==0.4.2 17:35:06 pycparser==3.0 17:35:06 pygerrit2==2.0.15 17:35:06 PyGithub==2.8.1 17:35:06 Pygments==2.19.2 17:35:06 PyJWT==2.11.0 17:35:06 PyNaCl==1.6.2 17:35:06 pyparsing==2.4.7 17:35:06 pyperclip==1.11.0 17:35:06 pyrsistent==0.20.0 17:35:06 python-cinderclient==9.9.0 17:35:06 python-dateutil==2.9.0.post0 17:35:06 python-discovery==1.1.0 17:35:06 python-heatclient==5.1.0 17:35:06 python-jenkins==1.8.3 17:35:06 python-keystoneclient==5.8.0 17:35:06 python-magnumclient==4.10.0 17:35:06 python-openstackclient==9.0.0 17:35:06 python-swiftclient==4.10.0 17:35:06 PyYAML==6.0.3 17:35:06 referencing==0.37.0 17:35:06 requests==2.32.5 17:35:06 requests-oauthlib==2.0.0 17:35:06 requestsexceptions==1.4.0 17:35:06 rfc3986==2.0.0 17:35:06 rich==14.3.3 17:35:06 rich-argparse==1.7.2 17:35:06 rpds-py==0.30.0 17:35:06 rsa==4.9.1 17:35:06 ruamel.yaml==0.19.1 17:35:06 ruamel.yaml.clib==0.2.15 17:35:06 s3transfer==0.16.0 17:35:06 simplejson==3.20.2 17:35:06 six==1.17.0 17:35:06 smmap==5.0.2 17:35:06 soupsieve==2.8.3 17:35:06 stevedore==5.7.0 17:35:06 tabulate==0.9.0 17:35:06 toml==0.10.2 17:35:06 tomlkit==0.14.0 17:35:06 tqdm==4.67.3 17:35:06 typing_extensions==4.15.0 17:35:06 urllib3==1.26.20 17:35:06 virtualenv==21.1.0 17:35:06 wcwidth==0.6.0 17:35:06 websocket-client==1.9.0 17:35:06 wrapt==2.1.1 17:35:06 xdg==6.0.0 17:35:06 xmltodict==1.0.4 17:35:06 yq==3.4.3 17:35:06 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins8775149534153678222.sh 17:35:06 ---> sudo-logs.sh 17:35:06 Archiving 'sudo' log.. 17:35:07 [oom-master-sphinx-lint] $ /bin/bash /tmp/jenkins12722547687935441691.sh 17:35:07 ---> job-cost.sh 17:35:07 INFO: Activating Python virtual environment... 17:35:07 Setup pyenv: 17:35:07 system 17:35:07 3.8.13 17:35:07 3.9.13 17:35:07 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 17:35:07 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-epWP from file:/tmp/.os_lf_venv 17:35:07 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:35:07 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:35:09 lf-activate-venv(): INFO: Base packages installed successfully 17:35:09 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 17:35:14 lf-activate-venv(): INFO: Adding /tmp/venv-epWP/bin to PATH 17:35:14 INFO: No stack-cost file found 17:35:14 INFO: Instance uptime: 211s 17:35:14 INFO: Fetching instance metadata (attempt 1 of 3)... 17:35:14 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 17:35:14 INFO: Successfully fetched instance metadata 17:35:14 INFO: Instance type: v3-standard-4 17:35:14 INFO: Retrieving pricing info for: v3-standard-4 17:35:14 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 17:35:14 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=211 17:35:14 INFO: Successfully fetched Vexxhost pricing API 17:35:14 INFO: Retrieved cost: 0.11 17:35:14 INFO: Retrieved resource: v3-standard-4 17:35:14 INFO: Creating archive directory: /w/workspace/oom-master-sphinx-lint/archives/cost 17:35:14 INFO: Archiving costs to: /w/workspace/oom-master-sphinx-lint/archives/cost.csv 17:35:14 INFO: Successfully archived job cost data 17:35:14 DEBUG: Cost data: oom-master-sphinx-lint,602,2026-03-04 17:35:14,v3-standard-4,211,0.11,0.00,FAILURE 17:35:14 [oom-master-sphinx-lint] $ /bin/bash -l /tmp/jenkins17197023661704929784.sh 17:35:14 ---> logs-deploy.sh 17:35:14 Setup pyenv: 17:35:15 system 17:35:15 3.8.13 17:35:15 3.9.13 17:35:15 * 3.10.6 (set by /w/workspace/oom-master-sphinx-lint/.python-version) 17:35:15 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-epWP from file:/tmp/.os_lf_venv 17:35:15 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:35:15 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:35:17 lf-activate-venv(): INFO: Base packages installed successfully 17:35:17 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 17:35:25 lf-activate-venv(): INFO: Adding /tmp/venv-epWP/bin to PATH 17:35:25 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-sphinx-lint/602 17:35:25 INFO: archiving workspace using pattern(s): 17:35:25 /tmp/venv-epWP/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (7.0.0)/charset_normalizer (3.4.4) doesn't match a supported version! 17:35:25 warnings.warn( 17:35:26 Archives upload complete. 17:35:26 INFO: archiving logs to Nexus 17:35:26 /tmp/venv-epWP/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (7.0.0)/charset_normalizer (3.4.4) doesn't match a supported version! 17:35:26 warnings.warn( 17:35:27 ---> uname -a: 17:35:27 Linux prd-ubuntu1804-builder-4c-4g-1827 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 17:35:27 17:35:27 17:35:27 ---> lscpu: 17:35:27 Architecture: x86_64 17:35:27 CPU op-mode(s): 32-bit, 64-bit 17:35:27 Byte Order: Little Endian 17:35:27 CPU(s): 4 17:35:27 On-line CPU(s) list: 0-3 17:35:27 Thread(s) per core: 1 17:35:27 Core(s) per socket: 1 17:35:27 Socket(s): 4 17:35:27 NUMA node(s): 1 17:35:27 Vendor ID: AuthenticAMD 17:35:27 CPU family: 23 17:35:27 Model: 49 17:35:27 Model name: AMD EPYC-Rome Processor 17:35:27 Stepping: 0 17:35:27 CPU MHz: 2800.000 17:35:27 BogoMIPS: 5600.00 17:35:27 Virtualization: AMD-V 17:35:27 Hypervisor vendor: KVM 17:35:27 Virtualization type: full 17:35:27 L1d cache: 32K 17:35:27 L1i cache: 32K 17:35:27 L2 cache: 512K 17:35:27 L3 cache: 16384K 17:35:27 NUMA node0 CPU(s): 0-3 17:35:27 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 17:35:27 17:35:27 17:35:27 ---> nproc: 17:35:27 4 17:35:27 17:35:27 17:35:27 ---> df -h: 17:35:27 Filesystem Size Used Avail Use% Mounted on 17:35:27 udev 7.9G 0 7.9G 0% /dev 17:35:27 tmpfs 1.6G 676K 1.6G 1% /run 17:35:27 /dev/vda1 78G 8.6G 69G 12% / 17:35:27 tmpfs 7.9G 0 7.9G 0% /dev/shm 17:35:27 tmpfs 5.0M 0 5.0M 0% /run/lock 17:35:27 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 17:35:27 /dev/vda15 105M 4.4M 100M 5% /boot/efi 17:35:27 tmpfs 1.6G 0 1.6G 0% /run/user/1001 17:35:27 17:35:27 17:35:27 ---> free -m: 17:35:27 total used free shared buff/cache available 17:35:27 Mem: 16040 555 13015 0 2468 15153 17:35:27 Swap: 1023 0 1023 17:35:27 17:35:27 17:35:27 ---> ip addr: 17:35:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 17:35:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:35:27 inet 127.0.0.1/8 scope host lo 17:35:27 valid_lft forever preferred_lft forever 17:35:27 inet6 ::1/128 scope host 17:35:27 valid_lft forever preferred_lft forever 17:35:27 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 17:35:27 link/ether fa:16:3e:00:fe:41 brd ff:ff:ff:ff:ff:ff 17:35:27 inet 10.30.106.238/23 brd 10.30.107.255 scope global dynamic ens3 17:35:27 valid_lft 86184sec preferred_lft 86184sec 17:35:27 inet6 fe80::f816:3eff:fe00:fe41/64 scope link 17:35:27 valid_lft forever preferred_lft forever 17:35:27 17:35:27 17:35:27 ---> sar -b -r -n DEV: 17:35:27 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-1827) 03/04/26 _x86_64_ (4 CPU) 17:35:27 17:35:27 17:31:57 LINUX RESTART (4 CPU) 17:35:27 17:35:27 17:32:01 tps rtps wtps bread/s bwrtn/s 17:35:27 17:33:03 221.30 80.82 140.48 4893.32 47213.33 17:35:27 17:34:01 135.48 13.57 121.91 505.15 19398.59 17:35:27 17:35:01 126.45 0.73 125.71 96.52 23544.21 17:35:27 Average: 161.36 31.91 129.45 1846.57 30171.72 17:35:27 17:35:27 17:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:35:27 17:33:03 14241884 15630796 2183084 13.29 43652 1556776 711044 4.07 593244 1399632 58500 17:35:27 17:34:01 13640620 15513720 2784348 16.95 80060 1976548 822564 4.71 769812 1764920 241784 17:35:27 17:35:01 13376484 15495956 3048484 18.56 100904 2189528 792432 4.54 805568 1968420 57216 17:35:27 Average: 13752996 15546824 2671972 16.27 74872 1907617 775347 4.44 722875 1710991 119167 17:35:27 17:35:27 17:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:35:27 17:33:03 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 17:35:27 17:33:03 ens3 413.90 299.28 1738.03 76.72 0.00 0.00 0.00 0.00 17:35:27 17:34:01 lo 1.24 1.24 0.15 0.15 0.00 0.00 0.00 0.00 17:35:27 17:34:01 ens3 56.04 40.54 772.61 11.76 0.00 0.00 0.00 0.00 17:35:27 17:35:01 lo 0.87 0.87 0.09 0.09 0.00 0.00 0.00 0.00 17:35:27 17:35:01 ens3 62.11 49.44 858.54 16.90 0.00 0.00 0.00 0.00 17:35:27 Average: lo 1.35 1.35 0.14 0.14 0.00 0.00 0.00 0.00 17:35:27 Average: ens3 178.71 130.76 1127.00 35.39 0.00 0.00 0.00 0.00 17:35:27 17:35:27 17:35:27 ---> sar -P ALL: 17:35:27 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-1827) 03/04/26 _x86_64_ (4 CPU) 17:35:27 17:35:27 17:31:57 LINUX RESTART (4 CPU) 17:35:27 17:35:27 17:32:01 CPU %user %nice %system %iowait %steal %idle 17:35:27 17:33:03 all 14.15 0.00 2.28 15.53 0.06 67.98 17:35:27 17:33:03 0 17.41 0.00 2.23 10.95 0.07 69.35 17:35:27 17:33:03 1 11.35 0.00 1.59 7.25 0.03 79.78 17:35:27 17:33:03 2 16.61 0.00 3.11 5.30 0.07 74.92 17:35:27 17:33:03 3 11.19 0.00 2.19 38.81 0.07 47.75 17:35:27 17:34:01 all 17.14 0.00 1.57 7.70 0.07 73.52 17:35:27 17:34:01 0 22.71 0.00 1.68 7.47 0.07 68.08 17:35:27 17:34:01 1 8.35 0.00 1.28 14.44 0.09 75.84 17:35:27 17:34:01 2 19.14 0.00 1.74 2.71 0.07 76.33 17:35:27 17:34:01 3 18.33 0.00 1.59 6.23 0.05 73.79 17:35:27 17:35:01 all 13.79 0.00 1.08 11.72 0.05 73.36 17:35:27 17:35:01 0 8.88 0.00 1.14 22.17 0.05 67.77 17:35:27 17:35:01 1 13.74 0.00 1.09 18.30 0.03 66.84 17:35:27 17:35:01 2 24.69 0.00 1.54 5.35 0.07 68.35 17:35:27 17:35:01 3 7.86 0.00 0.57 1.03 0.02 90.52 17:35:27 Average: all 15.00 0.00 1.65 11.69 0.06 71.60 17:35:27 Average: 0 16.26 0.00 1.68 13.59 0.06 68.40 17:35:27 Average: 1 11.19 0.00 1.32 13.33 0.05 74.11 17:35:27 Average: 2 20.16 0.00 2.13 4.47 0.07 73.17 17:35:27 Average: 3 12.39 0.00 1.45 15.40 0.05 70.72 17:35:27 17:35:27 17:35:27