19:16:06 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/146657 19:16:06 Running as SYSTEM 19:16:06 [EnvInject] - Loading node environment variables. 19:16:06 Building remotely on prd-ubuntu1804-builder-4c-4g-13463 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 19:16:06 [ssh-agent] Looking for ssh-agent implementation... 19:16:06 $ ssh-agent 19:16:06 SSH_AUTH_SOCK=/tmp/ssh-CYbMEwLtpKkD/agent.1675 19:16:06 SSH_AGENT_PID=1677 19:16:06 [ssh-agent] Started. 19:16:06 Running ssh-add (command line suppressed) 19:16:06 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_6498469215733513764.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_6498469215733513764.key) 19:16:06 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 19:16:06 The recommended git tool is: NONE 19:16:08 using credential onap-jenkins-ssh 19:16:08 Wiping out workspace first. 19:16:08 Cloning the remote Git repository 19:16:08 Cloning repository git://cloud.onap.org/mirror/oom.git 19:16:08 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 19:16:08 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 19:16:08 > git --version # timeout=10 19:16:08 > git --version # 'git version 2.17.1' 19:16:08 using GIT_SSH to set credentials Gerrit user 19:16:08 Verifying host key using manually-configured host key entries 19:16:08 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 19:16:13 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 19:16:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:16:14 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 19:16:14 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 19:16:14 using GIT_SSH to set credentials Gerrit user 19:16:14 Verifying host key using manually-configured host key entries 19:16:14 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/57/146657/6 # timeout=30 19:16:14 > git rev-parse 04dda21fce949cf813eeac68c8d387ca55f4d614^{commit} # timeout=10 19:16:14 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 19:16:14 Checking out Revision 04dda21fce949cf813eeac68c8d387ca55f4d614 (refs/changes/57/146657/6) 19:16:14 > git config core.sparsecheckout # timeout=10 19:16:14 > git checkout -f 04dda21fce949cf813eeac68c8d387ca55f4d614 # timeout=30 19:16:17 Commit message: "[BUILD] FIX apt install graphviz hang in tox" 19:16:17 > git rev-parse FETCH_HEAD^{commit} # timeout=10 19:16:17 > git rev-list --no-walk ab364dd9b8348f14aa12c12ce4ac4f7e40e3fff0 # timeout=10 19:16:18 [EnvInject] - Injecting environment variables from a build step. 19:16:18 [EnvInject] - Injecting as environment variables the properties content 19:16:18 PYTHON=python3 19:16:18 19:16:18 [EnvInject] - Variables injected successfully. 19:16:18 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins11795470000353110136.sh 19:16:18 ---> tox-install.sh 19:16:18 + source /home/jenkins/lf-env.sh 19:16:18 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 19:16:18 ++ mktemp -d /tmp/venv-XXXX 19:16:18 + lf_venv=/tmp/venv-sbDE 19:16:18 + local venv_file=/tmp/.os_lf_venv 19:16:18 + local python=python3 19:16:18 + local options 19:16:18 + local set_path=true 19:16:18 + local install_args= 19:16: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:16:18 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:16:18 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:16:18 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 19:16:18 + true 19:16:18 + case $1 in 19:16:18 + venv_file=/tmp/.toxenv 19:16:18 + shift 2 19:16:18 + true 19:16:18 + case $1 in 19:16:18 + shift 19:16:18 + break 19:16:18 + case $python in 19:16:18 + local pkg_list= 19:16:18 + [[ -d /opt/pyenv ]] 19:16:18 + echo 'Setup pyenv:' 19:16:18 Setup pyenv: 19:16:18 + export PYENV_ROOT=/opt/pyenv 19:16:18 + PYENV_ROOT=/opt/pyenv 19:16: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:16: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:16:18 + pyenv versions 19:16:18 * system (set by /opt/pyenv/version) 19:16:18 * 3.8.13 (set by /opt/pyenv/version) 19:16:18 * 3.9.13 (set by /opt/pyenv/version) 19:16:18 * 3.10.6 (set by /opt/pyenv/version) 19:16:18 + command -v pyenv 19:16:18 ++ pyenv init - --no-rehash 19:16:18 + 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:16:18 export PATH="/opt/pyenv/shims:${PATH}" 19:16:18 export PYENV_SHELL=bash 19:16:18 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 19:16:18 pyenv() { 19:16:18 local command 19:16:18 command="${1:-}" 19:16:18 if [ "$#" -gt 0 ]; then 19:16:18 shift 19:16:18 fi 19:16:18 19:16:18 case "$command" in 19:16:18 rehash|shell) 19:16:18 eval "$(pyenv "sh-$command" "$@")" 19:16:18 ;; 19:16:18 *) 19:16:18 command pyenv "$command" "$@" 19:16:18 ;; 19:16:18 esac 19:16:18 }' 19:16:18 +++ 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:16: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:16:18 ++ 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:16:18 ++ 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:16:18 ++ export PYENV_SHELL=bash 19:16:18 ++ PYENV_SHELL=bash 19:16:18 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 19:16:18 +++ complete -F _pyenv pyenv 19:16:18 ++ lf-pyver python3 19:16:18 ++ local py_version_xy=python3 19:16:18 ++ local py_version_xyz= 19:16:18 ++ pyenv versions 19:16:18 ++ sed 's/^[ *]* //' 19:16:18 ++ local command 19:16:18 ++ awk '{ print $1 }' 19:16:18 ++ command=versions 19:16:18 ++ grep -E '^[0-9.]*[0-9]$' 19:16:18 ++ '[' 1 -gt 0 ']' 19:16:18 ++ shift 19:16:18 ++ case "$command" in 19:16:18 ++ command pyenv versions 19:16:18 ++ pyenv versions 19:16:18 ++ [[ ! -s /tmp/.pyenv_versions ]] 19:16:18 +++ grep '^3' /tmp/.pyenv_versions 19:16:18 +++ sort -V 19:16:18 +++ tail -n 1 19:16:18 ++ py_version_xyz=3.10.6 19:16:18 ++ [[ -z 3.10.6 ]] 19:16:18 ++ echo 3.10.6 19:16:18 ++ return 0 19:16:18 + pyenv local 3.10.6 19:16:18 + local command 19:16:18 + command=local 19:16:18 + '[' 2 -gt 0 ']' 19:16:18 + shift 19:16:18 + case "$command" in 19:16:18 + command pyenv local 3.10.6 19:16:18 + pyenv local 3.10.6 19:16:18 + for arg in "$@" 19:16:18 + case $arg in 19:16:18 + pkg_list+='tox ' 19:16:18 + for arg in "$@" 19:16:18 + case $arg in 19:16:18 + pkg_list+='virtualenv ' 19:16:18 + for arg in "$@" 19:16:18 + case $arg in 19:16:18 + pkg_list+='urllib3~=1.26.15 ' 19:16:18 + [[ -f /tmp/.toxenv ]] 19:16:18 + [[ ! -f /tmp/.toxenv ]] 19:16:18 + [[ -n '' ]] 19:16:18 + python3 -m venv /tmp/venv-sbDE 19:16:22 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sbDE' 19:16:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sbDE 19:16:22 + echo /tmp/venv-sbDE 19:16:22 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 19:16:22 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 19:16:22 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 19:16:22 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:16:22 + local 'pip_opts=--upgrade --quiet' 19:16:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 19:16:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 19:16:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 19:16:22 + [[ -n '' ]] 19:16:22 + [[ -n '' ]] 19:16:22 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 19:16:22 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:16:22 + /tmp/venv-sbDE/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:16:26 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 19:16:26 lf-activate-venv(): INFO: Base packages installed successfully 19:16:26 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 19:16:26 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 19:16:26 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 19:16:26 + /tmp/venv-sbDE/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:16:28 + type python3 19:16:28 + true 19:16:28 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-sbDE/bin to PATH' 19:16:28 lf-activate-venv(): INFO: Adding /tmp/venv-sbDE/bin to PATH 19:16:28 + PATH=/tmp/venv-sbDE/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:16:28 + return 0 19:16:28 + python3 --version 19:16:28 Python 3.10.6 19:16:28 + python3 -m pip --version 19:16:28 pip 26.1.2 from /tmp/venv-sbDE/lib/python3.10/site-packages/pip (python 3.10) 19:16:29 + python3 -m pip freeze 19:16:29 cachetools==7.1.6 19:16:29 colorama==0.4.6 19:16:29 distlib==0.4.3 19:16:29 filelock==3.32.0 19:16:29 packaging==26.2 19:16:29 platformdirs==4.11.0 19:16:29 pluggy==1.6.0 19:16:29 pyproject-api==1.11.0 19:16:29 python-discovery==1.5.0 19:16:29 tomli==2.4.1 19:16:29 tomli_w==1.2.0 19:16:29 tox==4.58.0 19:16:29 typing_extensions==4.16.0 19:16:29 urllib3==1.26.20 19:16:29 virtualenv==21.7.0 19:16:29 [EnvInject] - Injecting environment variables from a build step. 19:16:29 [EnvInject] - Injecting as environment variables the properties content 19:16:29 PARALLEL=false 19:16:29 19:16:29 [EnvInject] - Variables injected successfully. 19:16:29 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins10199330915518453095.sh 19:16:29 ---> tox-run.sh 19:16:29 + 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:16:29 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 19:16:29 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 19:16:29 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 19:16:29 + cd /w/workspace/oom-master-pre-commit-lint/. 19:16:29 + source /home/jenkins/lf-env.sh 19:16:29 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 19:16:29 ++ mktemp -d /tmp/venv-XXXX 19:16:29 + lf_venv=/tmp/venv-XWQY 19:16:29 + local venv_file=/tmp/.os_lf_venv 19:16:29 + local python=python3 19:16:29 + local options 19:16:29 + local set_path=true 19:16:29 + local install_args= 19:16:29 ++ 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:16:29 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:16:29 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:16:29 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 19:16:29 + true 19:16:29 + case $1 in 19:16:29 + venv_file=/tmp/.toxenv 19:16:29 + shift 2 19:16:29 + true 19:16:29 + case $1 in 19:16:29 + shift 19:16:29 + break 19:16:29 + case $python in 19:16:29 + local pkg_list= 19:16:29 + [[ -d /opt/pyenv ]] 19:16:29 + echo 'Setup pyenv:' 19:16:29 Setup pyenv: 19:16:29 + export PYENV_ROOT=/opt/pyenv 19:16:29 + PYENV_ROOT=/opt/pyenv 19:16:29 + 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:16:29 + 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:16:29 + pyenv versions 19:16:29 system 19:16:29 3.8.13 19:16:29 3.9.13 19:16:29 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:16:29 + command -v pyenv 19:16:29 ++ pyenv init - --no-rehash 19:16:29 + 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:16:29 export PATH="/opt/pyenv/shims:${PATH}" 19:16:29 export PYENV_SHELL=bash 19:16:29 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 19:16:29 pyenv() { 19:16:29 local command 19:16:29 command="${1:-}" 19:16:29 if [ "$#" -gt 0 ]; then 19:16:29 shift 19:16:29 fi 19:16:29 19:16:29 case "$command" in 19:16:29 rehash|shell) 19:16:29 eval "$(pyenv "sh-$command" "$@")" 19:16:29 ;; 19:16:29 *) 19:16:29 command pyenv "$command" "$@" 19:16:29 ;; 19:16:29 esac 19:16:29 }' 19:16:29 +++ 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:16:29 ++ 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:16:29 ++ 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:16:29 ++ 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:16:29 ++ export PYENV_SHELL=bash 19:16:29 ++ PYENV_SHELL=bash 19:16:29 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 19:16:29 +++ complete -F _pyenv pyenv 19:16:29 ++ lf-pyver python3 19:16:29 ++ local py_version_xy=python3 19:16:29 ++ local py_version_xyz= 19:16:29 ++ pyenv versions 19:16:29 ++ local command 19:16:29 ++ command=versions 19:16:29 ++ '[' 1 -gt 0 ']' 19:16:29 ++ shift 19:16:29 ++ case "$command" in 19:16:29 ++ command pyenv versions 19:16:29 ++ pyenv versions 19:16:29 ++ sed 's/^[ *]* //' 19:16:29 ++ awk '{ print $1 }' 19:16:29 ++ grep -E '^[0-9.]*[0-9]$' 19:16:29 ++ [[ ! -s /tmp/.pyenv_versions ]] 19:16:29 +++ tail -n 1 19:16:29 +++ grep '^3' /tmp/.pyenv_versions 19:16:29 +++ sort -V 19:16:29 ++ py_version_xyz=3.10.6 19:16:29 ++ [[ -z 3.10.6 ]] 19:16:29 ++ echo 3.10.6 19:16:29 ++ return 0 19:16:29 + pyenv local 3.10.6 19:16:29 + local command 19:16:29 + command=local 19:16:29 + '[' 2 -gt 0 ']' 19:16:29 + shift 19:16:29 + case "$command" in 19:16:29 + command pyenv local 3.10.6 19:16:29 + pyenv local 3.10.6 19:16:29 + for arg in "$@" 19:16:29 + case $arg in 19:16:29 + pkg_list+='tox ' 19:16:29 + for arg in "$@" 19:16:29 + case $arg in 19:16:29 + pkg_list+='virtualenv ' 19:16:29 + for arg in "$@" 19:16:29 + case $arg in 19:16:29 + pkg_list+='urllib3~=1.26.15 ' 19:16:29 + [[ -f /tmp/.toxenv ]] 19:16:29 ++ cat /tmp/.toxenv 19:16:29 + lf_venv=/tmp/venv-sbDE 19:16:29 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-sbDE from' file:/tmp/.toxenv 19:16:29 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-sbDE from file:/tmp/.toxenv 19:16:29 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 19:16:29 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:16:29 + local 'pip_opts=--upgrade --quiet' 19:16:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 19:16:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 19:16:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 19:16:29 + [[ -n '' ]] 19:16:29 + [[ -n '' ]] 19:16:29 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 19:16:29 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:16:29 + /tmp/venv-sbDE/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:16:30 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 19:16:30 lf-activate-venv(): INFO: Base packages installed successfully 19:16:30 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 19:16:30 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 19:16:30 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 19:16:30 + /tmp/venv-sbDE/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:16:31 + type python3 19:16:31 + true 19:16:31 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-sbDE/bin to PATH' 19:16:31 lf-activate-venv(): INFO: Adding /tmp/venv-sbDE/bin to PATH 19:16:31 + PATH=/tmp/venv-sbDE/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:16:31 + return 0 19:16:31 + [[ -d /opt/pyenv ]] 19:16:31 + echo '---> Setting up pyenv' 19:16:31 ---> Setting up pyenv 19:16:31 + export PYENV_ROOT=/opt/pyenv 19:16:31 + PYENV_ROOT=/opt/pyenv 19:16:31 + export PATH=/opt/pyenv/bin:/tmp/venv-sbDE/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:16:31 + PATH=/opt/pyenv/bin:/tmp/venv-sbDE/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:16:31 ++ pwd 19:16:31 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 19:16:31 + export PYTHONPATH 19:16:31 + export TOX_TESTENV_PASSENV=PYTHONPATH 19:16:31 + TOX_TESTENV_PASSENV=PYTHONPATH 19:16:31 + tox --version 19:16:31 4.58.0 from /tmp/venv-sbDE/lib/python3.10/site-packages/tox/__init__.py 19:16:31 + PARALLEL=false 19:16:31 + TOX_OPTIONS_LIST= 19:16:31 + [[ -n pre-commit ]] 19:16:31 + TOX_OPTIONS_LIST=' -e pre-commit' 19:16:31 + case ${PARALLEL,,} in 19:16:31 + tox -e pre-commit 19:16:31 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 19:16:32 pre-commit: install_deps> python -I -m pip install 'pre-commit<4.6.1' 19:16:35 pre-commit: freeze> python -m pip freeze --all 19:16:35 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:16:35 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 19:16:36 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 19:16:36 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 19:16:37 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 19:16:40 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 19:16:41 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 19:16:41 [INFO] Once installed this environment will be reused. 19:16:41 [INFO] This may take a few minutes... 19:16:45 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 19:16:45 [INFO] Once installed this environment will be reused. 19:16:45 [INFO] This may take a few minutes... 19:16:49 trim trailing whitespace.................................................Passed 19:16:49 Tabs remover.............................................................Passed 19:16:49 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 19:16:50 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 19:16:50 [INFO] Once installed this environment will be reused. 19:16:50 [INFO] This may take a few minutes... 19:16:58 gitlint..............................................(no files to check)Skipped 19:16:58 pre-commit: OK (26.46=setup[4.02]+cmd[13.82,8.63] seconds) 19:16:58 congratulations :) (26.50 seconds) 19:16:58 + tox_status=0 19:16:58 + echo '---> Completed tox runs' 19:16:58 ---> Completed tox runs 19:16:58 + for i in .tox/*/log 19:16:58 ++ echo .tox/pre-commit/log 19:16:58 ++ awk -F/ '{print $2}' 19:16:58 + tox_env=pre-commit 19:16:58 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 19:16:58 + DOC_DIR=docs/_build/html 19:16:58 + [[ -d docs/_build/html ]] 19:16:58 + echo '---> tox-run.sh ends' 19:16:58 ---> tox-run.sh ends 19:16:58 + test 0 -eq 0 19:16:58 $ ssh-agent -k 19:16:58 unset SSH_AUTH_SOCK; 19:16:58 unset SSH_AGENT_PID; 19:16:58 echo Agent pid 1677 killed; 19:16:58 [ssh-agent] Stopped. 19:16:58 [PostBuildScript] - [INFO] Executing post build scripts. 19:16:58 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins2088852451886778720.sh 19:16:58 ---> sysstat.sh 19:16:58 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14532177003262291153.sh 19:16:58 ---> package-listing.sh 19:16:58 ++ facter osfamily 19:16:58 ++ tr '[:upper:]' '[:lower:]' 19:16:59 + OS_FAMILY=debian 19:16:59 + workspace=/w/workspace/oom-master-pre-commit-lint 19:16:59 + START_PACKAGES=/tmp/packages_start.txt 19:16:59 + END_PACKAGES=/tmp/packages_end.txt 19:16:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:16:59 + PACKAGES=/tmp/packages_start.txt 19:16:59 + '[' /w/workspace/oom-master-pre-commit-lint ']' 19:16:59 + PACKAGES=/tmp/packages_end.txt 19:16:59 + case "${OS_FAMILY}" in 19:16:59 + dpkg -l 19:16:59 + grep '^ii' 19:16:59 + '[' -f /tmp/packages_start.txt ']' 19:16:59 + '[' -f /tmp/packages_end.txt ']' 19:16:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:16:59 + '[' /w/workspace/oom-master-pre-commit-lint ']' 19:16:59 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 19:16:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 19:16:59 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7894071579209851737.sh 19:16:59 ---> capture-instance-metadata.sh 19:16:59 Setup pyenv: 19:16:59 system 19:16:59 3.8.13 19:16:59 3.9.13 19:16:59 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:17:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RwSD 19:17:03 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 19:17:03 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:17:03 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:17:06 lf-activate-venv(): INFO: Base packages installed successfully 19:17:06 lf-activate-venv(): INFO: Installing additional packages: lftools 19:17:26 lf-activate-venv(): INFO: Adding /tmp/venv-RwSD/bin to PATH 19:17:26 INFO: Running in OpenStack, capturing instance metadata 19:17:26 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5739176216512973343.sh 19:17:26 provisioning config files... 19:17:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config6312138324942137908tmp 19:17:26 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 19:17:26 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 19:17:26 [EnvInject] - Injecting environment variables from a build step. 19:17:26 [EnvInject] - Injecting as environment variables the properties content 19:17:26 SERVER_ID=logs 19:17:26 19:17:26 [EnvInject] - Variables injected successfully. 19:17:26 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins13210019926649222766.sh 19:17:26 ---> create-netrc.sh 19:17:26 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins2781921712849662502.sh 19:17:26 ---> python-tools-install.sh 19:17:26 Setup pyenv: 19:17:26 system 19:17:26 3.8.13 19:17:26 3.9.13 19:17:26 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:17:27 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-RwSD from file:/tmp/.os_lf_venv 19:17:27 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:17:27 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:17:28 lf-activate-venv(): INFO: Base packages installed successfully 19:17:28 lf-activate-venv(): INFO: Installing additional packages: lftools 19:17:35 lf-activate-venv(): INFO: Adding /tmp/venv-RwSD/bin to PATH 19:17:35 Generating Requirements File 19:17: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:17:55 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 19:17:56 Python 3.10.6 19:17:56 pip 26.1.2 from /tmp/venv-RwSD/lib/python3.10/site-packages/pip (python 3.10) 19:17:56 aiohappyeyeballs==2.7.1 19:17:56 aiohttp==3.14.3 19:17:56 aiosignal==1.4.0 19:17:56 appdirs==1.4.4 19:17:56 argcomplete==3.7.0 19:17:56 aspy.yaml==1.3.0 19:17:56 async-timeout==5.0.1 19:17:56 attrs==26.1.0 19:17:56 autopage==0.6.0 19:17:56 backports.strenum==1.3.1 19:17:56 beautifulsoup4==4.15.0 19:17:56 boto3==1.43.57 19:17:56 botocore==1.43.57 19:17:56 bs4==0.0.2 19:17:56 certifi==2026.7.22 19:17:56 cffi==2.1.0 19:17:56 cfgv==3.5.0 19:17:56 chardet==7.4.3 19:17:56 charset-normalizer==3.4.9 19:17:56 click==8.4.2 19:17:56 cliff==4.14.0 19:17:56 cmd2==3.5.1 19:17:56 cryptography==3.3.2 19:17:56 debtcollector==3.1.0 19:17:56 decorator==5.3.1 19:17:56 defusedxml==0.7.1 19:17:56 Deprecated==1.3.1 19:17:56 distlib==0.4.3 19:17:56 dnspython==2.8.0 19:17:56 docker==7.2.0 19:17:56 dogpile.cache==1.5.0 19:17:56 durationpy==0.10 19:17:56 email-validator==2.3.0 19:17:56 filelock==3.32.0 19:17:56 frozenlist==1.8.0 19:17:56 future==1.0.0 19:17:56 gitdb==4.0.12 19:17:56 GitPython==3.1.57 19:17:56 httplib2==0.30.2 19:17:56 identify==2.6.19 19:17:56 idna==3.18 19:17:56 importlib-resources==1.5.0 19:17:56 iso8601==2.1.0 19:17:56 Jinja2==3.1.6 19:17:56 jmespath==1.1.0 19:17:56 jsonpatch==1.33 19:17:56 jsonpointer==3.1.1 19:17:56 jsonschema==4.26.0 19:17:56 jsonschema-specifications==2025.9.1 19:17:56 keystoneauth1==5.14.0 19:17:56 kubernetes==36.0.3 19:17:56 lftools==0.37.22 19:17:56 lxml==6.1.1 19:17:56 markdown-it-py==4.2.0 19:17:56 MarkupSafe==3.0.3 19:17:56 mdurl==0.1.2 19:17:56 msgpack==1.2.1 19:17:56 multi_key_dict==2.0.3 19:17:56 multidict==6.7.1 19:17:56 munch==4.0.0 19:17:56 netaddr==1.3.0 19:17:56 niet==1.4.2 19:17:56 nodeenv==1.10.0 19:17:56 oauth2client==4.1.3 19:17:56 oauthlib==3.3.1 19:17:56 openstacksdk==4.13.0 19:17:56 os-service-types==1.8.2 19:17:56 osc-lib==4.6.0 19:17:56 oslo.config==10.4.0 19:17:56 oslo.context==6.4.0 19:17:56 oslo.i18n==6.8.0 19:17:56 oslo.log==8.2.0 19:17:56 oslo.serialization==5.10.0 19:17:56 oslo.utils==10.1.1 19:17:56 packaging==26.2 19:17:56 pbr==7.0.3 19:17:56 platformdirs==4.11.0 19:17:56 prettytable==3.18.0 19:17:56 propcache==0.5.2 19:17:56 psutil==7.2.2 19:17:56 pyasn1==0.6.4 19:17:56 pyasn1_modules==0.4.2 19:17:56 pycparser==3.0 19:17:56 pygerrit2==2.0.15 19:17:56 PyGithub==2.9.1 19:17:56 Pygments==2.20.0 19:17:56 PyJWT==2.13.0 19:17:56 PyNaCl==1.6.2 19:17:56 pyparsing==2.4.7 19:17:56 pyperclip==1.11.0 19:17:56 pyrsistent==0.20.0 19:17:56 python-cinderclient==9.9.0 19:17:56 python-dateutil==2.9.0.post0 19:17:56 python-discovery==1.5.0 19:17:56 python-heatclient==5.2.0 19:17:56 python-jenkins==1.8.3 19:17:56 python-keystoneclient==5.8.0 19:17:56 python-magnumclient==4.11.0 19:17:56 python-openstackclient==10.0.0 19:17:56 python-swiftclient==4.10.0 19:17:56 PyYAML==6.0.3 19:17:56 referencing==0.37.0 19:17:56 requests==2.34.2 19:17:56 requests-oauthlib==2.0.0 19:17:56 rfc3986==2.0.0 19:17:56 rich==15.0.0 19:17:56 rich-argparse==1.8.0 19:17:56 rpds-py==0.30.0 19:17:56 rsa==4.9.1 19:17:56 ruamel.yaml==0.19.1 19:17:56 ruamel.yaml.clib==0.2.15 19:17:56 s3transfer==0.19.2 19:17:56 simplejson==4.1.1 19:17:56 six==1.17.0 19:17:56 smmap==5.0.3 19:17:56 soupsieve==2.9.1 19:17:56 stevedore==5.8.0 19:17:56 tabulate==0.10.0 19:17:56 toml==0.10.2 19:17:56 tomlkit==0.15.1 19:17:56 tqdm==4.70.0 19:17:56 typing_extensions==4.16.0 19:17:56 urllib3==1.26.20 19:17:56 virtualenv==21.7.0 19:17:56 wcwidth==0.8.2 19:17:56 websocket-client==1.9.0 19:17:56 wrapt==2.3.0 19:17:56 xdg==6.0.0 19:17:56 xmltodict==1.0.4 19:17:56 yarl==1.24.5 19:17:56 yq==4.1.2 19:17:56 [oom-master-pre-commit-lint] $ /bin/sh /tmp/jenkins17029577103485679227.sh 19:17:56 ---> uv-install.sh 19:17:56 Installing uv/uvx (latest) using shell installer 19:17:57 2026-07-28 19:17:57 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71225/71225] -> "/tmp/uv-install-qynLa6.sh" [1] 19:17:57 downloading uv 0.12.0 x86_64-unknown-linux-gnu 19:17:57 installing to /home/jenkins/.local/bin 19:17:57 uv 19:17:57 uvx 19:17:57 everything's installed! 19:17:57 19:17:57 To add $HOME/.local/bin to your PATH, either restart your shell or run: 19:17:57 19:17:57 source $HOME/.local/bin/env (sh, bash, zsh) 19:17:57 source $HOME/.local/bin/env.fish (fish) 19:17:57 Adding install location to PATH 19:17:57 ---> Validating uv/uvx install 19:17:57 uvx 0.12.0 (x86_64-unknown-linux-gnu) 19:17:57 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins457108338306427102.sh 19:17:57 ---> sudo-logs.sh 19:17:57 Archiving 'sudo' log.. 19:17:58 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins8262511839612467164.sh 19:17:58 ---> job-cost.sh 19:17:58 INFO: Activating Python virtual environment... 19:17:58 Setup pyenv: 19:17:58 system 19:17:58 3.8.13 19:17:58 3.9.13 19:17:58 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:17:58 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-RwSD from file:/tmp/.os_lf_venv 19:17:58 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:17:58 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:18:00 lf-activate-venv(): INFO: Base packages installed successfully 19:18:00 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 19:18:04 lf-activate-venv(): INFO: Adding /tmp/venv-RwSD/bin to PATH 19:18:04 INFO: No stack-cost file found 19:18:04 INFO: Instance uptime: 144s 19:18:04 INFO: Fetching instance metadata (attempt 1 of 3)... 19:18:04 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 19:18:05 INFO: Successfully fetched instance metadata 19:18:05 INFO: Instance type: v3-standard-4 19:18:05 INFO: Retrieving pricing info for: v3-standard-4 19:18:05 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 19:18:05 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=144 19:18:05 INFO: Successfully fetched Vexxhost pricing API 19:18:05 INFO: Retrieved cost: 0.11 19:18:05 INFO: Retrieved resource: v3-standard-4 19:18:05 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 19:18:05 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 19:18:05 INFO: Successfully archived job cost data 19:18:05 DEBUG: Cost data: oom-master-pre-commit-lint,4768,2026-07-28 19:18:05,v3-standard-4,144,0.11,0.00,SUCCESS 19:18:05 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins15804670812928661029.sh 19:18:05 ---> logs-deploy.sh 19:18:05 Setup pyenv: 19:18:05 system 19:18:05 3.8.13 19:18:05 3.9.13 19:18:05 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:18:05 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-RwSD from file:/tmp/.os_lf_venv 19:18:05 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:18:05 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:18:07 lf-activate-venv(): INFO: Base packages installed successfully 19:18:07 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 19:18:14 lf-activate-venv(): INFO: Adding /tmp/venv-RwSD/bin to PATH 19:18:14 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4768 19:18:14 INFO: archiving workspace using pattern(s): 19:18:17 Archives upload complete. 19:18:17 INFO: archiving logs to Nexus 19:18:18 ---> uname -a: 19:18:18 Linux prd-ubuntu1804-builder-4c-4g-13463 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:18:18 19:18:18 19:18:18 ---> lscpu: 19:18:18 Architecture: x86_64 19:18:18 CPU op-mode(s): 32-bit, 64-bit 19:18:18 Byte Order: Little Endian 19:18:18 CPU(s): 4 19:18:18 On-line CPU(s) list: 0-3 19:18:18 Thread(s) per core: 1 19:18:18 Core(s) per socket: 1 19:18:18 Socket(s): 4 19:18:18 NUMA node(s): 1 19:18:18 Vendor ID: AuthenticAMD 19:18:18 CPU family: 23 19:18:18 Model: 49 19:18:18 Model name: AMD EPYC-Rome Processor 19:18:18 Stepping: 0 19:18:18 CPU MHz: 2799.998 19:18:18 BogoMIPS: 5599.99 19:18:18 Virtualization: AMD-V 19:18:18 Hypervisor vendor: KVM 19:18:18 Virtualization type: full 19:18:18 L1d cache: 32K 19:18:18 L1i cache: 32K 19:18:18 L2 cache: 512K 19:18:18 L3 cache: 16384K 19:18:18 NUMA node0 CPU(s): 0-3 19:18:18 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:18:18 19:18:18 19:18:18 ---> nproc: 19:18:18 4 19:18:18 19:18:18 19:18:18 ---> df -h: 19:18:18 Filesystem Size Used Avail Use% Mounted on 19:18:18 udev 7.9G 0 7.9G 0% /dev 19:18:18 tmpfs 1.6G 676K 1.6G 1% /run 19:18:18 /dev/vda1 78G 8.5G 69G 11% / 19:18:18 tmpfs 7.9G 0 7.9G 0% /dev/shm 19:18:18 tmpfs 5.0M 0 5.0M 0% /run/lock 19:18:18 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 19:18:18 /dev/vda15 105M 4.4M 100M 5% /boot/efi 19:18:18 tmpfs 1.6G 0 1.6G 0% /run/user/1001 19:18:18 19:18:18 19:18:18 ---> free -m: 19:18:18 total used free shared buff/cache available 19:18:18 Mem: 16040 581 13121 0 2336 15134 19:18:18 Swap: 1023 0 1023 19:18:18 19:18:18 19:18:18 ---> ip addr: 19:18:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 19:18:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:18:18 inet 127.0.0.1/8 scope host lo 19:18:18 valid_lft forever preferred_lft forever 19:18:18 inet6 ::1/128 scope host 19:18:18 valid_lft forever preferred_lft forever 19:18:18 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 19:18:18 link/ether fa:16:3e:4b:86:2c brd ff:ff:ff:ff:ff:ff 19:18:18 inet 10.30.107.104/23 brd 10.30.107.255 scope global dynamic ens3 19:18:18 valid_lft 86250sec preferred_lft 86250sec 19:18:18 inet6 fe80::f816:3eff:fe4b:862c/64 scope link 19:18:18 valid_lft forever preferred_lft forever 19:18:18 19:18:18 19:18:18 ---> sar -b -r -n DEV: 19:18:18 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-13463) 07/28/26 _x86_64_ (4 CPU) 19:18:18 19:18:18 19:15:49 LINUX RESTART (4 CPU) 19:18:18 19:18:18 19:16:01 tps rtps wtps bread/s bwrtn/s 19:18:18 19:17:02 339.24 59.09 280.15 3724.85 62790.20 19:18:18 19:18:01 136.89 1.17 135.72 136.65 15374.21 19:18:18 Average: 238.92 30.37 208.54 1945.82 39281.40 19:18:18 19:18:18 19:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:18:18 19:17:02 13938380 15530860 2486588 15.14 58488 1733600 833836 4.77 771456 1499536 142660 19:18:18 19:18:01 13467288 15517724 2957680 18.01 88232 2139220 818292 4.68 801508 1895260 233724 19:18:18 Average: 13702834 15524292 2722134 16.57 73360 1936410 826064 4.73 786482 1697398 188192 19:18:18 19:18:18 19:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:18:18 19:17:02 ens3 526.08 345.46 2295.07 85.30 0.00 0.00 0.00 0.00 19:18:18 19:17:02 lo 2.27 2.27 0.25 0.25 0.00 0.00 0.00 0.00 19:18:18 19:18:01 ens3 94.59 67.60 1467.46 13.24 0.00 0.00 0.00 0.00 19:18:18 19:18:01 lo 1.83 1.83 0.20 0.20 0.00 0.00 0.00 0.00 19:18:18 Average: ens3 312.15 207.70 1884.74 49.57 0.00 0.00 0.00 0.00 19:18:18 Average: lo 2.05 2.05 0.22 0.22 0.00 0.00 0.00 0.00 19:18:18 19:18:18 19:18:18 ---> sar -P ALL: 19:18:18 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-13463) 07/28/26 _x86_64_ (4 CPU) 19:18:18 19:18:18 19:15:49 LINUX RESTART (4 CPU) 19:18:18 19:18:18 19:16:01 CPU %user %nice %system %iowait %steal %idle 19:18:18 19:17:02 all 24.08 0.00 2.92 2.88 0.07 70.06 19:18:18 19:17:02 0 29.33 0.00 4.07 3.33 0.08 63.18 19:18:18 19:17:02 1 17.51 0.00 2.49 3.20 0.07 76.73 19:18:18 19:17:02 2 21.51 0.00 2.33 3.49 0.07 72.60 19:18:18 19:17:02 3 27.97 0.00 2.78 1.49 0.07 67.69 19:18:18 19:18:01 all 21.58 0.00 1.58 1.36 0.06 75.42 19:18:18 19:18:01 0 7.13 0.00 0.68 0.05 0.05 92.09 19:18:18 19:18:01 1 28.89 0.00 1.70 0.36 0.05 69.01 19:18:18 19:18:01 2 2.38 0.00 1.15 4.26 0.03 92.18 19:18:18 19:18:01 3 47.94 0.00 2.80 0.78 0.07 48.40 19:18:18 Average: all 22.84 0.00 2.25 2.12 0.06 72.72 19:18:18 Average: 0 18.31 0.00 2.39 1.70 0.07 77.54 19:18:18 Average: 1 23.16 0.00 2.10 1.79 0.06 72.89 19:18:18 Average: 2 12.01 0.00 1.75 3.87 0.05 82.33 19:18:18 Average: 3 37.89 0.00 2.79 1.14 0.07 58.11 19:18:18 19:18:18 19:18:18