19:03:06 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/146658 19:03:06 Running as SYSTEM 19:03:07 [EnvInject] - Loading node environment variables. 19:03:07 Building remotely on prd-ubuntu1804-builder-4c-4g-13440 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 19:03:07 [ssh-agent] Looking for ssh-agent implementation... 19:03:07 $ ssh-agent 19:03:07 SSH_AUTH_SOCK=/tmp/ssh-diFtjBIQL6Tm/agent.1637 19:03:07 SSH_AGENT_PID=1639 19:03:07 [ssh-agent] Started. 19:03:07 Running ssh-add (command line suppressed) 19:03:07 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_588641173741814582.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_588641173741814582.key) 19:03:07 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 19:03:07 The recommended git tool is: NONE 19:03:08 using credential onap-jenkins-ssh 19:03:09 Wiping out workspace first. 19:03:09 Cloning the remote Git repository 19:03:09 Cloning repository git://cloud.onap.org/mirror/oom.git 19:03:09 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 19:03:09 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 19:03:09 > git --version # timeout=10 19:03:09 > git --version # 'git version 2.17.1' 19:03:09 using GIT_SSH to set credentials Gerrit user 19:03:09 Verifying host key using manually-configured host key entries 19:03:09 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 19:03:14 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 19:03:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:03:14 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 19:03:14 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 19:03:14 using GIT_SSH to set credentials Gerrit user 19:03:14 Verifying host key using manually-configured host key entries 19:03:14 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/58/146658/2 # timeout=30 19:03:15 > git rev-parse 60a4d71930fb89758f7472f2490e2d5b0481b7cc^{commit} # timeout=10 19:03:15 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 19:03:15 Checking out Revision 60a4d71930fb89758f7472f2490e2d5b0481b7cc (refs/changes/58/146658/2) 19:03:15 > git config core.sparsecheckout # timeout=10 19:03:15 > git checkout -f 60a4d71930fb89758f7472f2490e2d5b0481b7cc # timeout=30 19:03:18 Commit message: "[DOCS] FIX multiple typos in guides" 19:03:18 > git rev-parse FETCH_HEAD^{commit} # timeout=10 19:03:18 > git rev-list --no-walk ab364dd9b8348f14aa12c12ce4ac4f7e40e3fff0 # timeout=10 19:03:18 [EnvInject] - Injecting environment variables from a build step. 19:03:18 [EnvInject] - Injecting as environment variables the properties content 19:03:18 PYTHON=python3 19:03:18 19:03:18 [EnvInject] - Variables injected successfully. 19:03:18 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins1251572354987848230.sh 19:03:18 ---> tox-install.sh 19:03:18 + source /home/jenkins/lf-env.sh 19:03:18 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 19:03:18 ++ mktemp -d /tmp/venv-XXXX 19:03:18 + lf_venv=/tmp/venv-AQMy 19:03:18 + local venv_file=/tmp/.os_lf_venv 19:03:18 + local python=python3 19:03:18 + local options 19:03:18 + local set_path=true 19:03:18 + local install_args= 19:03:18 ++ 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:03:18 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:03:18 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:03:18 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 19:03:18 + true 19:03:18 + case $1 in 19:03:18 + venv_file=/tmp/.toxenv 19:03:18 + shift 2 19:03:18 + true 19:03:18 + case $1 in 19:03:18 + shift 19:03:18 + break 19:03:18 + case $python in 19:03:18 + local pkg_list= 19:03:18 + [[ -d /opt/pyenv ]] 19:03:18 + echo 'Setup pyenv:' 19:03:18 Setup pyenv: 19:03:18 + export PYENV_ROOT=/opt/pyenv 19:03:18 + PYENV_ROOT=/opt/pyenv 19:03:18 + 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:03:18 + 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:03:18 + pyenv versions 19:03:19 * system (set by /opt/pyenv/version) 19:03:19 * 3.8.13 (set by /opt/pyenv/version) 19:03:19 * 3.9.13 (set by /opt/pyenv/version) 19:03:19 * 3.10.6 (set by /opt/pyenv/version) 19:03:19 + command -v pyenv 19:03:19 ++ pyenv init - --no-rehash 19:03:19 + 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:03:19 export PATH="/opt/pyenv/shims:${PATH}" 19:03:19 export PYENV_SHELL=bash 19:03:19 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 19:03:19 pyenv() { 19:03:19 local command 19:03:19 command="${1:-}" 19:03:19 if [ "$#" -gt 0 ]; then 19:03:19 shift 19:03:19 fi 19:03:19 19:03:19 case "$command" in 19:03:19 rehash|shell) 19:03:19 eval "$(pyenv "sh-$command" "$@")" 19:03:19 ;; 19:03:19 *) 19:03:19 command pyenv "$command" "$@" 19:03:19 ;; 19:03:19 esac 19:03:19 }' 19:03:19 +++ 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:03:19 ++ 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:03:19 ++ 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:03:19 ++ 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:03:19 ++ export PYENV_SHELL=bash 19:03:19 ++ PYENV_SHELL=bash 19:03:19 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 19:03:19 +++ complete -F _pyenv pyenv 19:03:19 ++ lf-pyver python3 19:03:19 ++ local py_version_xy=python3 19:03:19 ++ local py_version_xyz= 19:03:19 ++ pyenv versions 19:03:19 ++ local command 19:03:19 ++ command=versions 19:03:19 ++ '[' 1 -gt 0 ']' 19:03:19 ++ shift 19:03:19 ++ case "$command" in 19:03:19 ++ command pyenv versions 19:03:19 ++ pyenv versions 19:03:19 ++ grep -E '^[0-9.]*[0-9]$' 19:03:19 ++ sed 's/^[ *]* //' 19:03:19 ++ awk '{ print $1 }' 19:03:19 ++ [[ ! -s /tmp/.pyenv_versions ]] 19:03:19 +++ grep '^3' /tmp/.pyenv_versions 19:03:19 +++ tail -n 1 19:03:19 +++ sort -V 19:03:19 ++ py_version_xyz=3.10.6 19:03:19 ++ [[ -z 3.10.6 ]] 19:03:19 ++ echo 3.10.6 19:03:19 ++ return 0 19:03:19 + pyenv local 3.10.6 19:03:19 + local command 19:03:19 + command=local 19:03:19 + '[' 2 -gt 0 ']' 19:03:19 + shift 19:03:19 + case "$command" in 19:03:19 + command pyenv local 3.10.6 19:03:19 + pyenv local 3.10.6 19:03:19 + for arg in "$@" 19:03:19 + case $arg in 19:03:19 + pkg_list+='tox ' 19:03:19 + for arg in "$@" 19:03:19 + case $arg in 19:03:19 + pkg_list+='virtualenv ' 19:03:19 + for arg in "$@" 19:03:19 + case $arg in 19:03:19 + pkg_list+='urllib3~=1.26.15 ' 19:03:19 + [[ -f /tmp/.toxenv ]] 19:03:19 + [[ ! -f /tmp/.toxenv ]] 19:03:19 + [[ -n '' ]] 19:03:19 + python3 -m venv /tmp/venv-AQMy 19:03:23 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AQMy' 19:03:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AQMy 19:03:23 + echo /tmp/venv-AQMy 19:03:23 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 19:03:23 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 19:03:23 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 19:03:23 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:03:23 + local 'pip_opts=--upgrade --quiet' 19:03:23 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 19:03:23 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 19:03:23 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 19:03:23 + [[ -n '' ]] 19:03:23 + [[ -n '' ]] 19:03:23 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 19:03:23 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:03:23 + /tmp/venv-AQMy/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:03:28 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 19:03:28 lf-activate-venv(): INFO: Base packages installed successfully 19:03:28 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 19:03:28 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 19:03:28 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 19:03:28 + /tmp/venv-AQMy/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:03:30 + type python3 19:03:30 + true 19:03:30 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-AQMy/bin to PATH' 19:03:30 lf-activate-venv(): INFO: Adding /tmp/venv-AQMy/bin to PATH 19:03:30 + PATH=/tmp/venv-AQMy/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:03:30 + return 0 19:03:30 + python3 --version 19:03:30 Python 3.10.6 19:03:30 + python3 -m pip --version 19:03:30 pip 26.1.2 from /tmp/venv-AQMy/lib/python3.10/site-packages/pip (python 3.10) 19:03:30 + python3 -m pip freeze 19:03:30 cachetools==7.1.6 19:03:30 colorama==0.4.6 19:03:30 distlib==0.4.3 19:03:30 filelock==3.32.0 19:03:30 packaging==26.2 19:03:30 platformdirs==4.11.0 19:03:30 pluggy==1.6.0 19:03:30 pyproject-api==1.11.0 19:03:30 python-discovery==1.5.0 19:03:30 tomli==2.4.1 19:03:30 tomli_w==1.2.0 19:03:30 tox==4.58.0 19:03:30 typing_extensions==4.16.0 19:03:30 urllib3==1.26.20 19:03:30 virtualenv==21.7.0 19:03:30 [EnvInject] - Injecting environment variables from a build step. 19:03:30 [EnvInject] - Injecting as environment variables the properties content 19:03:30 PARALLEL=false 19:03:30 19:03:30 [EnvInject] - Variables injected successfully. 19:03:30 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins5412050125059920621.sh 19:03:30 ---> tox-run.sh 19:03:30 + 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:03:30 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 19:03:30 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 19:03:30 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 19:03:30 + cd /w/workspace/oom-master-pre-commit-lint/. 19:03:30 + source /home/jenkins/lf-env.sh 19:03:30 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 19:03:30 ++ mktemp -d /tmp/venv-XXXX 19:03:30 + lf_venv=/tmp/venv-LTrq 19:03:30 + local venv_file=/tmp/.os_lf_venv 19:03:30 + local python=python3 19:03:30 + local options 19:03:30 + local set_path=true 19:03:30 + local install_args= 19:03:30 ++ 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:03:30 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:03:30 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:03:30 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 19:03:30 + true 19:03:30 + case $1 in 19:03:30 + venv_file=/tmp/.toxenv 19:03:30 + shift 2 19:03:30 + true 19:03:30 + case $1 in 19:03:30 + shift 19:03:30 + break 19:03:30 + case $python in 19:03:30 + local pkg_list= 19:03:30 + [[ -d /opt/pyenv ]] 19:03:30 + echo 'Setup pyenv:' 19:03:30 Setup pyenv: 19:03:30 + export PYENV_ROOT=/opt/pyenv 19:03:30 + PYENV_ROOT=/opt/pyenv 19:03:30 + 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:03:30 + 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:03:30 + pyenv versions 19:03:30 system 19:03:30 3.8.13 19:03:30 3.9.13 19:03:30 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:03:30 + command -v pyenv 19:03:30 ++ pyenv init - --no-rehash 19:03:30 + 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:03:30 export PATH="/opt/pyenv/shims:${PATH}" 19:03:30 export PYENV_SHELL=bash 19:03:30 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 19:03:30 pyenv() { 19:03:30 local command 19:03:30 command="${1:-}" 19:03:30 if [ "$#" -gt 0 ]; then 19:03:30 shift 19:03:30 fi 19:03:30 19:03:30 case "$command" in 19:03:30 rehash|shell) 19:03:30 eval "$(pyenv "sh-$command" "$@")" 19:03:30 ;; 19:03:30 *) 19:03:30 command pyenv "$command" "$@" 19:03:30 ;; 19:03:30 esac 19:03:30 }' 19:03:30 +++ 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:03:30 ++ 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:03:30 ++ 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:03:30 ++ 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:03:30 ++ export PYENV_SHELL=bash 19:03:30 ++ PYENV_SHELL=bash 19:03:30 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 19:03:30 +++ complete -F _pyenv pyenv 19:03:30 ++ lf-pyver python3 19:03:30 ++ local py_version_xy=python3 19:03:30 ++ local py_version_xyz= 19:03:30 ++ pyenv versions 19:03:30 ++ local command 19:03:30 ++ command=versions 19:03:30 ++ '[' 1 -gt 0 ']' 19:03:30 ++ shift 19:03:30 ++ case "$command" in 19:03:30 ++ command pyenv versions 19:03:30 ++ pyenv versions 19:03:30 ++ sed 's/^[ *]* //' 19:03:30 ++ awk '{ print $1 }' 19:03:30 ++ grep -E '^[0-9.]*[0-9]$' 19:03:30 ++ [[ ! -s /tmp/.pyenv_versions ]] 19:03:30 +++ sort -V 19:03:30 +++ grep '^3' /tmp/.pyenv_versions 19:03:30 +++ tail -n 1 19:03:30 ++ py_version_xyz=3.10.6 19:03:30 ++ [[ -z 3.10.6 ]] 19:03:30 ++ echo 3.10.6 19:03:30 ++ return 0 19:03:30 + pyenv local 3.10.6 19:03:30 + local command 19:03:30 + command=local 19:03:30 + '[' 2 -gt 0 ']' 19:03:30 + shift 19:03:30 + case "$command" in 19:03:30 + command pyenv local 3.10.6 19:03:30 + pyenv local 3.10.6 19:03:30 + for arg in "$@" 19:03:30 + case $arg in 19:03:30 + pkg_list+='tox ' 19:03:30 + for arg in "$@" 19:03:30 + case $arg in 19:03:30 + pkg_list+='virtualenv ' 19:03:30 + for arg in "$@" 19:03:30 + case $arg in 19:03:30 + pkg_list+='urllib3~=1.26.15 ' 19:03:30 + [[ -f /tmp/.toxenv ]] 19:03:30 ++ cat /tmp/.toxenv 19:03:30 + lf_venv=/tmp/venv-AQMy 19:03:30 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-AQMy from' file:/tmp/.toxenv 19:03:30 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-AQMy from file:/tmp/.toxenv 19:03:30 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 19:03:30 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:03:30 + local 'pip_opts=--upgrade --quiet' 19:03:30 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 19:03:30 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 19:03:30 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 19:03:30 + [[ -n '' ]] 19:03:30 + [[ -n '' ]] 19:03:30 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 19:03:30 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:03:30 + /tmp/venv-AQMy/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:03:31 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 19:03:31 lf-activate-venv(): INFO: Base packages installed successfully 19:03:31 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 19:03:31 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 19:03:31 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 19:03:31 + /tmp/venv-AQMy/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:03:32 + type python3 19:03:32 + true 19:03:32 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-AQMy/bin to PATH' 19:03:32 lf-activate-venv(): INFO: Adding /tmp/venv-AQMy/bin to PATH 19:03:32 + PATH=/tmp/venv-AQMy/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:03:32 + return 0 19:03:32 + [[ -d /opt/pyenv ]] 19:03:32 + echo '---> Setting up pyenv' 19:03:32 ---> Setting up pyenv 19:03:32 + export PYENV_ROOT=/opt/pyenv 19:03:32 + PYENV_ROOT=/opt/pyenv 19:03:32 + export PATH=/opt/pyenv/bin:/tmp/venv-AQMy/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:03:32 + PATH=/opt/pyenv/bin:/tmp/venv-AQMy/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:03:32 ++ pwd 19:03:32 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 19:03:32 + export PYTHONPATH 19:03:32 + export TOX_TESTENV_PASSENV=PYTHONPATH 19:03:32 + TOX_TESTENV_PASSENV=PYTHONPATH 19:03:32 + tox --version 19:03:33 4.58.0 from /tmp/venv-AQMy/lib/python3.10/site-packages/tox/__init__.py 19:03:33 + PARALLEL=false 19:03:33 + TOX_OPTIONS_LIST= 19:03:33 + [[ -n pre-commit ]] 19:03:33 + TOX_OPTIONS_LIST=' -e pre-commit' 19:03:33 + case ${PARALLEL,,} in 19:03:33 + tox -e pre-commit 19:03:33 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 19:03:34 pre-commit: install_deps> python -I -m pip install 'pre-commit<4.6.1' 19:03:37 pre-commit: freeze> python -m pip freeze --all 19:03:37 pre-commit: cfgv==3.5.0,distlib==0.4.3,filelock==3.32.0,identify==2.6.19,nodeenv==1.10.0,pip==26.1.2,platformdirs==4.11.0,pre_commit==4.6.0,python-discovery==1.5.0,PyYAML==6.0.3,setuptools==83.0.0,typing_extensions==4.16.0,virtualenv==21.7.0 19:03:37 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 19:03:37 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 19:03:38 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 19:03:38 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 19:03:39 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 19:03:39 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 19:03:39 [INFO] Once installed this environment will be reused. 19:03:39 [INFO] This may take a few minutes... 19:03:43 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 19:03:43 [INFO] Once installed this environment will be reused. 19:03:43 [INFO] This may take a few minutes... 19:03:48 trim trailing whitespace.................................................Passed 19:03:48 Tabs remover.............................................................Passed 19:03:48 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 19:03:48 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 19:03:48 [INFO] Once installed this environment will be reused. 19:03:48 [INFO] This may take a few minutes... 19:03:56 gitlint..............................................(no files to check)Skipped 19:03:56 pre-commit: OK (23.08=setup[4.02]+cmd[10.93,8.13] seconds) 19:03:56 congratulations :) (23.12 seconds) 19:03:56 + tox_status=0 19:03:56 + echo '---> Completed tox runs' 19:03:56 ---> Completed tox runs 19:03:56 + for i in .tox/*/log 19:03:56 ++ echo .tox/pre-commit/log 19:03:56 ++ awk -F/ '{print $2}' 19:03:56 + tox_env=pre-commit 19:03:56 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 19:03:56 + DOC_DIR=docs/_build/html 19:03:56 + [[ -d docs/_build/html ]] 19:03:56 + echo '---> tox-run.sh ends' 19:03:56 ---> tox-run.sh ends 19:03:56 + test 0 -eq 0 19:03:56 $ ssh-agent -k 19:03:56 unset SSH_AUTH_SOCK; 19:03:56 unset SSH_AGENT_PID; 19:03:56 echo Agent pid 1639 killed; 19:03:56 [ssh-agent] Stopped. 19:03:56 [PostBuildScript] - [INFO] Executing post build scripts. 19:03:56 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14037515481217614467.sh 19:03:56 ---> sysstat.sh 19:03:57 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins17133729807186895958.sh 19:03:57 ---> package-listing.sh 19:03:57 ++ facter osfamily 19:03:57 ++ tr '[:upper:]' '[:lower:]' 19:03:57 + OS_FAMILY=debian 19:03:57 + workspace=/w/workspace/oom-master-pre-commit-lint 19:03:57 + START_PACKAGES=/tmp/packages_start.txt 19:03:57 + END_PACKAGES=/tmp/packages_end.txt 19:03:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:03:57 + PACKAGES=/tmp/packages_start.txt 19:03:57 + '[' /w/workspace/oom-master-pre-commit-lint ']' 19:03:57 + PACKAGES=/tmp/packages_end.txt 19:03:57 + case "${OS_FAMILY}" in 19:03:57 + dpkg -l 19:03:57 + grep '^ii' 19:03:57 + '[' -f /tmp/packages_start.txt ']' 19:03:57 + '[' -f /tmp/packages_end.txt ']' 19:03:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:03:57 + '[' /w/workspace/oom-master-pre-commit-lint ']' 19:03:57 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 19:03:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 19:03:57 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins3587970667163439203.sh 19:03:57 ---> capture-instance-metadata.sh 19:03:57 Setup pyenv: 19:03:57 system 19:03:57 3.8.13 19:03:57 3.9.13 19:03:57 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:04:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KwCG 19:04:01 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 19:04:01 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:04:01 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:04:05 lf-activate-venv(): INFO: Base packages installed successfully 19:04:05 lf-activate-venv(): INFO: Installing additional packages: lftools 19:04:24 lf-activate-venv(): INFO: Adding /tmp/venv-KwCG/bin to PATH 19:04:24 INFO: Running in OpenStack, capturing instance metadata 19:04:24 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins13480623480455135404.sh 19:04:24 provisioning config files... 19:04:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config14613150886434838810tmp 19:04:24 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 19:04:24 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 19:04:24 [EnvInject] - Injecting environment variables from a build step. 19:04:24 [EnvInject] - Injecting as environment variables the properties content 19:04:24 SERVER_ID=logs 19:04:24 19:04:24 [EnvInject] - Variables injected successfully. 19:04:24 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins9408520111601773992.sh 19:04:25 ---> create-netrc.sh 19:04:25 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7015837317327773659.sh 19:04:25 ---> python-tools-install.sh 19:04:25 Setup pyenv: 19:04:25 system 19:04:25 3.8.13 19:04:25 3.9.13 19:04:25 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:04:25 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-KwCG from file:/tmp/.os_lf_venv 19:04:25 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:04:25 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:04:26 lf-activate-venv(): INFO: Base packages installed successfully 19:04:26 lf-activate-venv(): INFO: Installing additional packages: lftools 19:04:33 lf-activate-venv(): INFO: Adding /tmp/venv-KwCG/bin to PATH 19:04:33 Generating Requirements File 19:04:55 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:04:55 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 19:04:55 Python 3.10.6 19:04:55 pip 26.1.2 from /tmp/venv-KwCG/lib/python3.10/site-packages/pip (python 3.10) 19:04:55 aiohappyeyeballs==2.7.1 19:04:55 aiohttp==3.14.3 19:04:55 aiosignal==1.4.0 19:04:55 appdirs==1.4.4 19:04:55 argcomplete==3.7.0 19:04:55 aspy.yaml==1.3.0 19:04:55 async-timeout==5.0.1 19:04:55 attrs==26.1.0 19:04:55 autopage==0.6.0 19:04:55 backports.strenum==1.3.1 19:04:55 beautifulsoup4==4.15.0 19:04:55 boto3==1.43.57 19:04:55 botocore==1.43.57 19:04:55 bs4==0.0.2 19:04:55 certifi==2026.7.22 19:04:55 cffi==2.1.0 19:04:55 cfgv==3.5.0 19:04:55 chardet==7.4.3 19:04:55 charset-normalizer==3.4.9 19:04:55 click==8.4.2 19:04:55 cliff==4.14.0 19:04:55 cmd2==3.5.1 19:04:55 cryptography==3.3.2 19:04:55 debtcollector==3.1.0 19:04:55 decorator==5.3.1 19:04:55 defusedxml==0.7.1 19:04:55 Deprecated==1.3.1 19:04:55 distlib==0.4.3 19:04:55 dnspython==2.8.0 19:04:55 docker==7.2.0 19:04:55 dogpile.cache==1.5.0 19:04:55 durationpy==0.10 19:04:55 email-validator==2.3.0 19:04:55 filelock==3.32.0 19:04:55 frozenlist==1.8.0 19:04:55 future==1.0.0 19:04:55 gitdb==4.0.12 19:04:55 GitPython==3.1.57 19:04:55 httplib2==0.30.2 19:04:55 identify==2.6.19 19:04:55 idna==3.18 19:04:55 importlib-resources==1.5.0 19:04:55 iso8601==2.1.0 19:04:55 Jinja2==3.1.6 19:04:55 jmespath==1.1.0 19:04:55 jsonpatch==1.33 19:04:55 jsonpointer==3.1.1 19:04:55 jsonschema==4.26.0 19:04:55 jsonschema-specifications==2025.9.1 19:04:55 keystoneauth1==5.14.0 19:04:55 kubernetes==36.0.3 19:04:55 lftools==0.37.22 19:04:55 lxml==6.1.1 19:04:55 markdown-it-py==4.2.0 19:04:55 MarkupSafe==3.0.3 19:04:55 mdurl==0.1.2 19:04:55 msgpack==1.2.1 19:04:55 multi_key_dict==2.0.3 19:04:55 multidict==6.7.1 19:04:55 munch==4.0.0 19:04:55 netaddr==1.3.0 19:04:55 niet==1.4.2 19:04:55 nodeenv==1.10.0 19:04:55 oauth2client==4.1.3 19:04:55 oauthlib==3.3.1 19:04:55 openstacksdk==4.13.0 19:04:55 os-service-types==1.8.2 19:04:55 osc-lib==4.6.0 19:04:55 oslo.config==10.4.0 19:04:55 oslo.context==6.4.0 19:04:55 oslo.i18n==6.8.0 19:04:55 oslo.log==8.2.0 19:04:55 oslo.serialization==5.10.0 19:04:55 oslo.utils==10.1.1 19:04:55 packaging==26.2 19:04:55 pbr==7.0.3 19:04:55 platformdirs==4.11.0 19:04:55 prettytable==3.18.0 19:04:55 propcache==0.5.2 19:04:55 psutil==7.2.2 19:04:55 pyasn1==0.6.4 19:04:55 pyasn1_modules==0.4.2 19:04:55 pycparser==3.0 19:04:55 pygerrit2==2.0.15 19:04:55 PyGithub==2.9.1 19:04:55 Pygments==2.20.0 19:04:55 PyJWT==2.13.0 19:04:55 PyNaCl==1.6.2 19:04:55 pyparsing==2.4.7 19:04:55 pyperclip==1.11.0 19:04:55 pyrsistent==0.20.0 19:04:55 python-cinderclient==9.9.0 19:04:55 python-dateutil==2.9.0.post0 19:04:55 python-discovery==1.5.0 19:04:55 python-heatclient==5.2.0 19:04:55 python-jenkins==1.8.3 19:04:55 python-keystoneclient==5.8.0 19:04:55 python-magnumclient==4.11.0 19:04:55 python-openstackclient==10.0.0 19:04:55 python-swiftclient==4.10.0 19:04:55 PyYAML==6.0.3 19:04:55 referencing==0.37.0 19:04:55 requests==2.34.2 19:04:55 requests-oauthlib==2.0.0 19:04:55 rfc3986==2.0.0 19:04:55 rich==15.0.0 19:04:55 rich-argparse==1.8.0 19:04:55 rpds-py==0.30.0 19:04:55 rsa==4.9.1 19:04:55 ruamel.yaml==0.19.1 19:04:55 ruamel.yaml.clib==0.2.15 19:04:55 s3transfer==0.19.2 19:04:55 simplejson==4.1.1 19:04:55 six==1.17.0 19:04:55 smmap==5.0.3 19:04:55 soupsieve==2.9.1 19:04:55 stevedore==5.8.0 19:04:55 tabulate==0.10.0 19:04:55 toml==0.10.2 19:04:55 tomlkit==0.15.1 19:04:55 tqdm==4.70.0 19:04:55 typing_extensions==4.16.0 19:04:55 urllib3==1.26.20 19:04:55 virtualenv==21.7.0 19:04:55 wcwidth==0.8.2 19:04:55 websocket-client==1.9.0 19:04:55 wrapt==2.3.0 19:04:55 xdg==6.0.0 19:04:55 xmltodict==1.0.4 19:04:55 yarl==1.24.5 19:04:55 yq==4.1.2 19:04:55 [oom-master-pre-commit-lint] $ /bin/sh /tmp/jenkins3311830620347153200.sh 19:04:55 ---> uv-install.sh 19:04:55 Installing uv/uvx (latest) using shell installer 19:04:56 2026-07-28 19:04:56 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71225/71225] -> "/tmp/uv-install-PZKh8Q.sh" [1] 19:04:56 downloading uv 0.12.0 x86_64-unknown-linux-gnu 19:04:56 installing to /home/jenkins/.local/bin 19:04:56 uv 19:04:56 uvx 19:04:56 everything's installed! 19:04:57 19:04:57 To add $HOME/.local/bin to your PATH, either restart your shell or run: 19:04:57 19:04:57 source $HOME/.local/bin/env (sh, bash, zsh) 19:04:57 source $HOME/.local/bin/env.fish (fish) 19:04:57 Adding install location to PATH 19:04:57 ---> Validating uv/uvx install 19:04:57 uvx 0.12.0 (x86_64-unknown-linux-gnu) 19:04:57 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins930212614789923255.sh 19:04:57 ---> sudo-logs.sh 19:04:57 Archiving 'sudo' log.. 19:04:57 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins18238474646930191238.sh 19:04:57 ---> job-cost.sh 19:04:57 INFO: Activating Python virtual environment... 19:04:57 Setup pyenv: 19:04:57 system 19:04:57 3.8.13 19:04:57 3.9.13 19:04:57 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:04:57 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-KwCG from file:/tmp/.os_lf_venv 19:04:57 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:04:57 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:04:59 lf-activate-venv(): INFO: Base packages installed successfully 19:04:59 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 19:05:03 lf-activate-venv(): INFO: Adding /tmp/venv-KwCG/bin to PATH 19:05:03 INFO: No stack-cost file found 19:05:03 INFO: Instance uptime: 143s 19:05:03 INFO: Fetching instance metadata (attempt 1 of 3)... 19:05:03 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 19:05:04 INFO: Successfully fetched instance metadata 19:05:04 INFO: Instance type: v3-standard-4 19:05:04 INFO: Retrieving pricing info for: v3-standard-4 19:05:04 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 19:05:04 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=143 19:05:04 INFO: Successfully fetched Vexxhost pricing API 19:05:04 INFO: Retrieved cost: 0.11 19:05:04 INFO: Retrieved resource: v3-standard-4 19:05:04 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 19:05:04 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 19:05:04 INFO: Successfully archived job cost data 19:05:04 DEBUG: Cost data: oom-master-pre-commit-lint,4763,2026-07-28 19:05:04,v3-standard-4,143,0.11,0.00,SUCCESS 19:05:04 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins7653002228425399936.sh 19:05:04 ---> logs-deploy.sh 19:05:04 Setup pyenv: 19:05:04 system 19:05:04 3.8.13 19:05:04 3.9.13 19:05:04 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:05:04 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-KwCG from file:/tmp/.os_lf_venv 19:05:04 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:05:04 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:05:06 lf-activate-venv(): INFO: Base packages installed successfully 19:05:06 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 19:05:13 lf-activate-venv(): INFO: Adding /tmp/venv-KwCG/bin to PATH 19:05:13 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4763 19:05:13 INFO: archiving workspace using pattern(s): 19:05:14 Archives upload complete. 19:05:14 INFO: archiving logs to Nexus 19:05:15 ---> uname -a: 19:05:15 Linux prd-ubuntu1804-builder-4c-4g-13440 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:05:15 19:05:15 19:05:15 ---> lscpu: 19:05:15 Architecture: x86_64 19:05:15 CPU op-mode(s): 32-bit, 64-bit 19:05:15 Byte Order: Little Endian 19:05:15 CPU(s): 4 19:05:15 On-line CPU(s) list: 0-3 19:05:15 Thread(s) per core: 1 19:05:15 Core(s) per socket: 1 19:05:15 Socket(s): 4 19:05:15 NUMA node(s): 1 19:05:15 Vendor ID: AuthenticAMD 19:05:15 CPU family: 23 19:05:15 Model: 49 19:05:15 Model name: AMD EPYC-Rome Processor 19:05:15 Stepping: 0 19:05:15 CPU MHz: 2799.998 19:05:15 BogoMIPS: 5599.99 19:05:15 Virtualization: AMD-V 19:05:15 Hypervisor vendor: KVM 19:05:15 Virtualization type: full 19:05:15 L1d cache: 32K 19:05:15 L1i cache: 32K 19:05:15 L2 cache: 512K 19:05:15 L3 cache: 16384K 19:05:15 NUMA node0 CPU(s): 0-3 19:05:15 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:05:15 19:05:15 19:05:15 ---> nproc: 19:05:15 4 19:05:15 19:05:15 19:05:15 ---> df -h: 19:05:15 Filesystem Size Used Avail Use% Mounted on 19:05:15 udev 7.9G 0 7.9G 0% /dev 19:05:15 tmpfs 1.6G 676K 1.6G 1% /run 19:05:15 /dev/vda1 78G 8.5G 69G 11% / 19:05:15 tmpfs 7.9G 0 7.9G 0% /dev/shm 19:05:15 tmpfs 5.0M 0 5.0M 0% /run/lock 19:05:15 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 19:05:15 /dev/vda15 105M 4.4M 100M 5% /boot/efi 19:05:15 tmpfs 1.6G 0 1.6G 0% /run/user/1001 19:05:15 19:05:15 19:05:15 ---> free -m: 19:05:15 total used free shared buff/cache available 19:05:15 Mem: 16040 547 13155 0 2336 15167 19:05:15 Swap: 1023 0 1023 19:05:15 19:05:15 19:05:15 ---> ip addr: 19:05:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 19:05:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:05:15 inet 127.0.0.1/8 scope host lo 19:05:15 valid_lft forever preferred_lft forever 19:05:15 inet6 ::1/128 scope host 19:05:15 valid_lft forever preferred_lft forever 19:05:15 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 19:05:15 link/ether fa:16:3e:c7:2a:13 brd ff:ff:ff:ff:ff:ff 19:05:15 inet 10.30.107.113/23 brd 10.30.107.255 scope global dynamic ens3 19:05:15 valid_lft 86254sec preferred_lft 86254sec 19:05:15 inet6 fe80::f816:3eff:fec7:2a13/64 scope link 19:05:15 valid_lft forever preferred_lft forever 19:05:15 19:05:15 19:05:15 ---> sar -b -r -n DEV: 19:05:15 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-13440) 07/28/26 _x86_64_ (4 CPU) 19:05:15 19:05:15 19:02:51 LINUX RESTART (4 CPU) 19:05:15 19:05:15 19:03:01 tps rtps wtps bread/s bwrtn/s 19:05:15 19:04:01 358.46 59.01 299.45 3723.16 64987.54 19:05:15 19:05:01 132.51 1.15 131.36 134.38 15517.81 19:05:15 Average: 245.50 30.08 215.41 1928.92 40254.74 19:05:15 19:05:15 19:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:05:15 19:04:01 13998756 15589120 2426212 14.77 58552 1731096 747292 4.28 710836 1500168 148504 19:05:15 19:05:01 13481816 15532416 2943152 17.92 88288 2139144 779892 4.46 785456 1895392 231908 19:05:15 Average: 13740286 15560768 2684682 16.35 73420 1935120 763592 4.37 748146 1697780 190206 19:05:15 19:05:15 19:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:05:15 19:04:01 lo 2.27 2.27 0.25 0.25 0.00 0.00 0.00 0.00 19:05:15 19:04:01 ens3 446.05 309.98 2288.91 79.77 0.00 0.00 0.00 0.00 19:05:15 19:05:01 lo 1.80 1.80 0.20 0.20 0.00 0.00 0.00 0.00 19:05:15 19:05:01 ens3 90.92 63.69 1443.85 13.11 0.00 0.00 0.00 0.00 19:05:15 Average: lo 2.03 2.03 0.22 0.22 0.00 0.00 0.00 0.00 19:05:15 Average: ens3 268.50 186.84 1866.41 46.44 0.00 0.00 0.00 0.00 19:05:15 19:05:15 19:05:15 ---> sar -P ALL: 19:05:15 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-13440) 07/28/26 _x86_64_ (4 CPU) 19:05:15 19:05:15 19:02:51 LINUX RESTART (4 CPU) 19:05:15 19:05:15 19:03:01 CPU %user %nice %system %iowait %steal %idle 19:05:15 19:04:01 all 24.04 0.00 3.02 2.87 0.09 69.98 19:05:15 19:04:01 0 23.03 0.00 2.14 3.22 0.05 71.56 19:05:15 19:04:01 1 28.05 0.00 4.25 3.81 0.07 63.83 19:05:15 19:04:01 2 23.83 0.00 2.88 0.82 0.12 72.36 19:05:15 19:04:01 3 21.28 0.00 2.78 3.62 0.10 72.22 19:05:15 19:05:01 all 21.49 0.00 1.57 1.39 0.05 75.50 19:05:15 19:05:01 0 11.36 0.00 1.08 1.18 0.07 86.30 19:05:15 19:05:01 1 27.19 0.00 2.03 2.71 0.05 68.01 19:05:15 19:05:01 2 10.71 0.00 1.32 1.29 0.05 86.63 19:05:15 19:05:01 3 36.68 0.00 1.84 0.38 0.07 61.02 19:05:15 Average: all 22.77 0.00 2.29 2.13 0.07 72.74 19:05:15 Average: 0 17.20 0.00 1.61 2.20 0.06 78.93 19:05:15 Average: 1 27.62 0.00 3.14 3.26 0.06 65.92 19:05:15 Average: 2 17.26 0.00 2.10 1.05 0.08 79.50 19:05:15 Average: 3 28.99 0.00 2.31 2.00 0.08 66.62 19:05:15 19:05:15 19:05:15