15:04:42 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143382 15:04:42 Running as SYSTEM 15:04:42 [EnvInject] - Loading node environment variables. 15:04:42 Building remotely on prd-ubuntu1804-builder-4c-4g-19842 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 15:04:42 [ssh-agent] Looking for ssh-agent implementation... 15:04:42 $ ssh-agent 15:04:42 SSH_AUTH_SOCK=/tmp/ssh-kiH4EwheeMWZ/agent.1705 15:04:42 SSH_AGENT_PID=1707 15:04:42 [ssh-agent] Started. 15:04:42 Running ssh-add (command line suppressed) 15:04:42 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_939461232804845073.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_939461232804845073.key) 15:04:42 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 15:04:42 The recommended git tool is: NONE 15:04:44 using credential onap-jenkins-ssh 15:04:44 Wiping out workspace first. 15:04:44 Cloning the remote Git repository 15:04:44 Cloning repository git://cloud.onap.org/mirror/oom.git 15:04:44 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 15:04:44 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 15:04:44 > git --version # timeout=10 15:04:44 > git --version # 'git version 2.17.1' 15:04:44 using GIT_SSH to set credentials Gerrit user 15:04:44 Verifying host key using manually-configured host key entries 15:04:44 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 15:04:49 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 15:04:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:04:50 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 15:04:50 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 15:04:50 using GIT_SSH to set credentials Gerrit user 15:04:50 Verifying host key using manually-configured host key entries 15:04:50 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/82/143382/1 # timeout=30 15:04:50 > git rev-parse 6c6fb4e56e6de27bcdc3d772f5d24ef8da908a17^{commit} # timeout=10 15:04:50 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 15:04:50 Checking out Revision 6c6fb4e56e6de27bcdc3d772f5d24ef8da908a17 (refs/changes/82/143382/1) 15:04:50 > git config core.sparsecheckout # timeout=10 15:04:50 > git checkout -f 6c6fb4e56e6de27bcdc3d772f5d24ef8da908a17 # timeout=30 15:04:53 Commit message: "[SO] 1.16.0 release" 15:04:53 > git rev-parse FETCH_HEAD^{commit} # timeout=10 15:04:53 > git rev-list --no-walk 8d08e253a1112049d7eccc28ca516a7a656639ff # timeout=10 15:04:54 [EnvInject] - Injecting environment variables from a build step. 15:04:54 [EnvInject] - Injecting as environment variables the properties content 15:04:54 PYTHON=python3 15:04:54 15:04:54 [EnvInject] - Variables injected successfully. 15:04:54 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins18214161354699459922.sh 15:04:54 ---> tox-install.sh 15:04:54 + source /home/jenkins/lf-env.sh 15:04:54 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 15:04:54 ++ mktemp -d /tmp/venv-XXXX 15:04:54 + lf_venv=/tmp/venv-WCIh 15:04:54 + local venv_file=/tmp/.os_lf_venv 15:04:54 + local python=python3 15:04:54 + local options 15:04:54 + local set_path=true 15:04:54 + local install_args= 15:04:54 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 15:04:54 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:04:54 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:04:54 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 15:04:54 + true 15:04:54 + case $1 in 15:04:54 + venv_file=/tmp/.toxenv 15:04:54 + shift 2 15:04:54 + true 15:04:54 + case $1 in 15:04:54 + shift 15:04:54 + break 15:04:54 + case $python in 15:04:54 + local pkg_list= 15:04:54 + [[ -d /opt/pyenv ]] 15:04:54 + echo 'Setup pyenv:' 15:04:54 Setup pyenv: 15:04:54 + export PYENV_ROOT=/opt/pyenv 15:04:54 + PYENV_ROOT=/opt/pyenv 15:04:54 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 15:04:54 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 15:04:54 + pyenv versions 15:04:54 * system (set by /opt/pyenv/version) 15:04:54 * 3.8.13 (set by /opt/pyenv/version) 15:04:54 * 3.9.13 (set by /opt/pyenv/version) 15:04:54 * 3.10.6 (set by /opt/pyenv/version) 15:04:54 + command -v pyenv 15:04:54 ++ pyenv init - --no-rehash 15:04:54 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 15:04:54 export PATH="/opt/pyenv/shims:${PATH}" 15:04:54 export PYENV_SHELL=bash 15:04:54 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 15:04:54 pyenv() { 15:04:54 local command 15:04:54 command="${1:-}" 15:04:54 if [ "$#" -gt 0 ]; then 15:04:54 shift 15:04:54 fi 15:04:54 15:04:54 case "$command" in 15:04:54 rehash|shell) 15:04:54 eval "$(pyenv "sh-$command" "$@")" 15:04:54 ;; 15:04:54 *) 15:04:54 command pyenv "$command" "$@" 15:04:54 ;; 15:04:54 esac 15:04:54 }' 15:04:54 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 15:04:54 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 15:04:54 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 15:04:54 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 15:04:54 ++ export PYENV_SHELL=bash 15:04:54 ++ PYENV_SHELL=bash 15:04:54 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 15:04:54 +++ complete -F _pyenv pyenv 15:04:54 ++ lf-pyver python3 15:04:54 ++ local py_version_xy=python3 15:04:54 ++ local py_version_xyz= 15:04:54 ++ pyenv versions 15:04:54 ++ local command 15:04:54 ++ command=versions 15:04:54 ++ '[' 1 -gt 0 ']' 15:04:54 ++ shift 15:04:54 ++ sed 's/^[ *]* //' 15:04:54 ++ case "$command" in 15:04:54 ++ awk '{ print $1 }' 15:04:54 ++ command pyenv versions 15:04:54 ++ pyenv versions 15:04:54 ++ grep -E '^[0-9.]*[0-9]$' 15:04:54 ++ [[ ! -s /tmp/.pyenv_versions ]] 15:04:54 +++ grep '^3' /tmp/.pyenv_versions 15:04:54 +++ sort -V 15:04:54 +++ tail -n 1 15:04:54 ++ py_version_xyz=3.10.6 15:04:54 ++ [[ -z 3.10.6 ]] 15:04:54 ++ echo 3.10.6 15:04:54 ++ return 0 15:04:54 + pyenv local 3.10.6 15:04:54 + local command 15:04:54 + command=local 15:04:54 + '[' 2 -gt 0 ']' 15:04:54 + shift 15:04:54 + case "$command" in 15:04:54 + command pyenv local 3.10.6 15:04:54 + pyenv local 3.10.6 15:04:54 + for arg in "$@" 15:04:54 + case $arg in 15:04:54 + pkg_list+='tox ' 15:04:54 + for arg in "$@" 15:04:54 + case $arg in 15:04:54 + pkg_list+='virtualenv ' 15:04:54 + for arg in "$@" 15:04:54 + case $arg in 15:04:54 + pkg_list+='urllib3~=1.26.15 ' 15:04:54 + [[ -f /tmp/.toxenv ]] 15:04:54 + [[ ! -f /tmp/.toxenv ]] 15:04:54 + [[ -n '' ]] 15:04:54 + python3 -m venv /tmp/venv-WCIh 15:04:58 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WCIh' 15:04:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WCIh 15:04:58 + echo /tmp/venv-WCIh 15:04:58 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 15:04:58 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 15:04:58 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 15:04:58 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:04:58 + local 'pip_opts=--upgrade --quiet' 15:04:58 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 15:04:58 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 15:04:58 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 15:04:58 + [[ -n '' ]] 15:04:58 + [[ -n '' ]] 15:04:58 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 15:04:58 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:04:58 + /tmp/venv-WCIh/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv 15:05:03 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 15:05:03 lf-activate-venv(): INFO: Base packages installed successfully 15:05:03 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 15:05:03 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 15:05:03 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 15:05:03 + /tmp/venv-WCIh/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 15:05:06 + type python3 15:05:06 + true 15:05:06 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-WCIh/bin to PATH' 15:05:06 lf-activate-venv(): INFO: Adding /tmp/venv-WCIh/bin to PATH 15:05:06 + PATH=/tmp/venv-WCIh/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 15:05:06 + return 0 15:05:06 + python3 --version 15:05:06 Python 3.10.6 15:05:06 + python3 -m pip --version 15:05:06 pip 26.0.1 from /tmp/venv-WCIh/lib/python3.10/site-packages/pip (python 3.10) 15:05:06 + python3 -m pip freeze 15:05:06 cachetools==7.0.1 15:05:06 chardet==6.0.0.post1 15:05:06 colorama==0.4.6 15:05:06 distlib==0.4.0 15:05:06 filelock==3.24.3 15:05:06 packaging==26.0 15:05:06 platformdirs==4.9.2 15:05:06 pluggy==1.6.0 15:05:06 pyproject-api==1.10.0 15:05:06 tomli==2.4.0 15:05:06 tox==4.45.0 15:05:06 typing_extensions==4.15.0 15:05:06 urllib3==1.26.20 15:05:06 virtualenv==20.39.0 15:05:06 [EnvInject] - Injecting environment variables from a build step. 15:05:06 [EnvInject] - Injecting as environment variables the properties content 15:05:06 PARALLEL=false 15:05:06 15:05:06 [EnvInject] - Variables injected successfully. 15:05:07 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins6912971776900107539.sh 15:05:07 ---> tox-run.sh 15:05:07 + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 15:05:07 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 15:05:07 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 15:05:07 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 15:05:07 + cd /w/workspace/oom-master-pre-commit-lint/. 15:05:07 + source /home/jenkins/lf-env.sh 15:05:07 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 15:05:07 ++ mktemp -d /tmp/venv-XXXX 15:05:07 + lf_venv=/tmp/venv-s7q2 15:05:07 + local venv_file=/tmp/.os_lf_venv 15:05:07 + local python=python3 15:05:07 + local options 15:05:07 + local set_path=true 15:05:07 + local install_args= 15:05:07 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 15:05:07 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:05:07 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:05:07 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 15:05:07 + true 15:05:07 + case $1 in 15:05:07 + venv_file=/tmp/.toxenv 15:05:07 + shift 2 15:05:07 + true 15:05:07 + case $1 in 15:05:07 + shift 15:05:07 + break 15:05:07 + case $python in 15:05:07 + local pkg_list= 15:05:07 + [[ -d /opt/pyenv ]] 15:05:07 + echo 'Setup pyenv:' 15:05:07 Setup pyenv: 15:05:07 + export PYENV_ROOT=/opt/pyenv 15:05:07 + PYENV_ROOT=/opt/pyenv 15:05:07 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 15:05:07 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 15:05:07 + pyenv versions 15:05:07 system 15:05:07 3.8.13 15:05:07 3.9.13 15:05:07 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:05:07 + command -v pyenv 15:05:07 ++ pyenv init - --no-rehash 15:05:07 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 15:05:07 export PATH="/opt/pyenv/shims:${PATH}" 15:05:07 export PYENV_SHELL=bash 15:05:07 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 15:05:07 pyenv() { 15:05:07 local command 15:05:07 command="${1:-}" 15:05:07 if [ "$#" -gt 0 ]; then 15:05:07 shift 15:05:07 fi 15:05:07 15:05:07 case "$command" in 15:05:07 rehash|shell) 15:05:07 eval "$(pyenv "sh-$command" "$@")" 15:05:07 ;; 15:05:07 *) 15:05:07 command pyenv "$command" "$@" 15:05:07 ;; 15:05:07 esac 15:05:07 }' 15:05:07 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 15:05:07 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 15:05:07 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 15:05:07 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 15:05:07 ++ export PYENV_SHELL=bash 15:05:07 ++ PYENV_SHELL=bash 15:05:07 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 15:05:07 +++ complete -F _pyenv pyenv 15:05:07 ++ lf-pyver python3 15:05:07 ++ local py_version_xy=python3 15:05:07 ++ local py_version_xyz= 15:05:07 ++ pyenv versions 15:05:07 ++ sed 's/^[ *]* //' 15:05:07 ++ local command 15:05:07 ++ command=versions 15:05:07 ++ '[' 1 -gt 0 ']' 15:05:07 ++ shift 15:05:07 ++ case "$command" in 15:05:07 ++ command pyenv versions 15:05:07 ++ pyenv versions 15:05:07 ++ awk '{ print $1 }' 15:05:07 ++ grep -E '^[0-9.]*[0-9]$' 15:05:07 ++ [[ ! -s /tmp/.pyenv_versions ]] 15:05:07 +++ grep '^3' /tmp/.pyenv_versions 15:05:07 +++ sort -V 15:05:07 +++ tail -n 1 15:05:07 ++ py_version_xyz=3.10.6 15:05:07 ++ [[ -z 3.10.6 ]] 15:05:07 ++ echo 3.10.6 15:05:07 ++ return 0 15:05:07 + pyenv local 3.10.6 15:05:07 + local command 15:05:07 + command=local 15:05:07 + '[' 2 -gt 0 ']' 15:05:07 + shift 15:05:07 + case "$command" in 15:05:07 + command pyenv local 3.10.6 15:05:07 + pyenv local 3.10.6 15:05:07 + for arg in "$@" 15:05:07 + case $arg in 15:05:07 + pkg_list+='tox ' 15:05:07 + for arg in "$@" 15:05:07 + case $arg in 15:05:07 + pkg_list+='virtualenv ' 15:05:07 + for arg in "$@" 15:05:07 + case $arg in 15:05:07 + pkg_list+='urllib3~=1.26.15 ' 15:05:07 + [[ -f /tmp/.toxenv ]] 15:05:07 ++ cat /tmp/.toxenv 15:05:07 + lf_venv=/tmp/venv-WCIh 15:05:07 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-WCIh from' file:/tmp/.toxenv 15:05:07 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-WCIh from file:/tmp/.toxenv 15:05:07 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 15:05:07 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:05:07 + local 'pip_opts=--upgrade --quiet' 15:05:07 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 15:05:07 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 15:05:07 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 15:05:07 + [[ -n '' ]] 15:05:07 + [[ -n '' ]] 15:05:07 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 15:05:07 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:05:07 + /tmp/venv-WCIh/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv 15:05:08 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 15:05:08 lf-activate-venv(): INFO: Base packages installed successfully 15:05:08 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 15:05:08 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 15:05:08 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 15:05:08 + /tmp/venv-WCIh/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 15:05:09 + type python3 15:05:09 + true 15:05:09 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-WCIh/bin to PATH' 15:05:09 lf-activate-venv(): INFO: Adding /tmp/venv-WCIh/bin to PATH 15:05:09 + PATH=/tmp/venv-WCIh/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 15:05:09 + return 0 15:05:09 + [[ -d /opt/pyenv ]] 15:05:09 + echo '---> Setting up pyenv' 15:05:09 ---> Setting up pyenv 15:05:09 + export PYENV_ROOT=/opt/pyenv 15:05:09 + PYENV_ROOT=/opt/pyenv 15:05:09 + export PATH=/opt/pyenv/bin:/tmp/venv-WCIh/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 15:05:09 + PATH=/opt/pyenv/bin:/tmp/venv-WCIh/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 15:05:09 ++ pwd 15:05:09 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 15:05:09 + export PYTHONPATH 15:05:09 + export TOX_TESTENV_PASSENV=PYTHONPATH 15:05:09 + TOX_TESTENV_PASSENV=PYTHONPATH 15:05:09 + tox --version 15:05:09 4.45.0 from /tmp/venv-WCIh/lib/python3.10/site-packages/tox/__init__.py 15:05:09 + PARALLEL=false 15:05:09 + TOX_OPTIONS_LIST= 15:05:09 + [[ -n pre-commit ]] 15:05:09 + TOX_OPTIONS_LIST=' -e pre-commit' 15:05:09 + case ${PARALLEL,,} in 15:05:09 + tox -e pre-commit 15:05:09 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 15:05:10 pre-commit: install_deps> python -I -m pip install pre-commit 15:05:13 pre-commit: freeze> python -m pip freeze --all 15:05:13 pre-commit: cfgv==3.5.0,distlib==0.4.0,filelock==3.24.3,identify==2.6.16,nodeenv==1.10.0,pip==26.0.1,platformdirs==4.9.2,pre_commit==4.5.1,PyYAML==6.0.3,setuptools==82.0.0,typing_extensions==4.15.0,virtualenv==20.39.0 15:05:13 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 15:05:13 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 15:05:14 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 15:05:15 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 15:05:15 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 15:05:16 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 15:05:16 [INFO] Once installed this environment will be reused. 15:05:16 [INFO] This may take a few minutes... 15:05:19 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 15:05:19 [INFO] Once installed this environment will be reused. 15:05:19 [INFO] This may take a few minutes... 15:05:24 trim trailing whitespace.................................................Passed 15:05:24 Tabs remover.............................................................Passed 15:05:24 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 15:05:25 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 15:05:25 [INFO] Once installed this environment will be reused. 15:05:25 [INFO] This may take a few minutes... 15:05:33 gitlint..............................................(no files to check)Skipped 15:05:33 pre-commit: OK (23.26=setup[3.62]+cmd[11.17,8.47] seconds) 15:05:33 congratulations :) (23.30 seconds) 15:05:33 + tox_status=0 15:05:33 + echo '---> Completed tox runs' 15:05:33 ---> Completed tox runs 15:05:33 + for i in .tox/*/log 15:05:33 ++ echo .tox/pre-commit/log 15:05:33 ++ awk -F/ '{print $2}' 15:05:33 + tox_env=pre-commit 15:05:33 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 15:05:33 + DOC_DIR=docs/_build/html 15:05:33 + [[ -d docs/_build/html ]] 15:05:33 + echo '---> tox-run.sh ends' 15:05:33 ---> tox-run.sh ends 15:05:33 + test 0 -eq 0 15:05:33 $ ssh-agent -k 15:05:33 unset SSH_AUTH_SOCK; 15:05:33 unset SSH_AGENT_PID; 15:05:33 echo Agent pid 1707 killed; 15:05:33 [ssh-agent] Stopped. 15:05:33 [PostBuildScript] - [INFO] Executing post build scripts. 15:05:33 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins11227090109808965004.sh 15:05:33 ---> sysstat.sh 15:05:33 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins2135230835191035770.sh 15:05:33 ---> package-listing.sh 15:05:33 ++ facter osfamily 15:05:33 ++ tr '[:upper:]' '[:lower:]' 15:05:34 + OS_FAMILY=debian 15:05:34 + workspace=/w/workspace/oom-master-pre-commit-lint 15:05:34 + START_PACKAGES=/tmp/packages_start.txt 15:05:34 + END_PACKAGES=/tmp/packages_end.txt 15:05:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:05:34 + PACKAGES=/tmp/packages_start.txt 15:05:34 + '[' /w/workspace/oom-master-pre-commit-lint ']' 15:05:34 + PACKAGES=/tmp/packages_end.txt 15:05:34 + case "${OS_FAMILY}" in 15:05:34 + dpkg -l 15:05:34 + grep '^ii' 15:05:34 + '[' -f /tmp/packages_start.txt ']' 15:05:34 + '[' -f /tmp/packages_end.txt ']' 15:05:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:05:34 + '[' /w/workspace/oom-master-pre-commit-lint ']' 15:05:34 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 15:05:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 15:05:34 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5731799231875456764.sh 15:05:34 ---> capture-instance-metadata.sh 15:05:34 Setup pyenv: 15:05:34 system 15:05:34 3.8.13 15:05:34 3.9.13 15:05:34 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:05:38 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AhAK 15:05:38 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 15:05:38 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:05:38 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:05:41 lf-activate-venv(): INFO: Base packages installed successfully 15:05:41 lf-activate-venv(): INFO: Installing additional packages: lftools 15:06:02 lf-activate-venv(): INFO: Adding /tmp/venv-AhAK/bin to PATH 15:06:02 INFO: Running in OpenStack, capturing instance metadata 15:06:02 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins12894675202078496.sh 15:06:02 provisioning config files... 15:06:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config2654319129085369445tmp 15:06:02 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 15:06:02 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 15:06:02 [EnvInject] - Injecting environment variables from a build step. 15:06:02 [EnvInject] - Injecting as environment variables the properties content 15:06:02 SERVER_ID=logs 15:06:02 15:06:02 [EnvInject] - Variables injected successfully. 15:06:02 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins17063200213641473641.sh 15:06:02 ---> create-netrc.sh 15:06:02 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins2683792889184751327.sh 15:06:02 ---> python-tools-install.sh 15:06:02 Setup pyenv: 15:06:03 system 15:06:03 3.8.13 15:06:03 3.9.13 15:06:03 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:06:03 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-AhAK from file:/tmp/.os_lf_venv 15:06:03 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:06:03 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:06:04 lf-activate-venv(): INFO: Base packages installed successfully 15:06:04 lf-activate-venv(): INFO: Installing additional packages: lftools 15:06:12 lf-activate-venv(): INFO: Adding /tmp/venv-AhAK/bin to PATH 15:06:12 Generating Requirements File 15:06:28 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 15:06:28 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 15:06:28 Python 3.10.6 15:06:28 pip 26.0.1 from /tmp/venv-AhAK/lib/python3.10/site-packages/pip (python 3.10) 15:06:29 appdirs==1.4.4 15:06:29 argcomplete==3.6.3 15:06:29 aspy.yaml==1.3.0 15:06:29 attrs==25.4.0 15:06:29 autopage==0.6.0 15:06:29 backports.strenum==1.3.1 15:06:29 beautifulsoup4==4.14.3 15:06:29 boto3==1.42.55 15:06:29 botocore==1.42.55 15:06:29 bs4==0.0.2 15:06:29 certifi==2026.1.4 15:06:29 cffi==2.0.0 15:06:29 cfgv==3.5.0 15:06:29 chardet==6.0.0.post1 15:06:29 charset-normalizer==3.4.4 15:06:29 click==8.3.1 15:06:29 cliff==4.13.2 15:06:29 cmd2==3.2.2 15:06:29 cryptography==3.3.2 15:06:29 debtcollector==3.0.0 15:06:29 decorator==5.2.1 15:06:29 defusedxml==0.7.1 15:06:29 Deprecated==1.3.1 15:06:29 distlib==0.4.0 15:06:29 dnspython==2.8.0 15:06:29 docker==7.1.0 15:06:29 dogpile.cache==1.5.0 15:06:29 durationpy==0.10 15:06:29 email-validator==2.3.0 15:06:29 filelock==3.24.3 15:06:29 future==1.0.0 15:06:29 gitdb==4.0.12 15:06:29 GitPython==3.1.46 15:06:29 httplib2==0.30.2 15:06:29 identify==2.6.16 15:06:29 idna==3.11 15:06:29 importlib-resources==1.5.0 15:06:29 iso8601==2.1.0 15:06:29 Jinja2==3.1.6 15:06:29 jmespath==1.1.0 15:06:29 jsonpatch==1.33 15:06:29 jsonpointer==3.0.0 15:06:29 jsonschema==4.26.0 15:06:29 jsonschema-specifications==2025.9.1 15:06:29 keystoneauth1==5.13.1 15:06:29 kubernetes==35.0.0 15:06:29 lftools==0.37.21 15:06:29 lxml==6.0.2 15:06:29 markdown-it-py==4.0.0 15:06:29 MarkupSafe==3.0.3 15:06:29 mdurl==0.1.2 15:06:29 msgpack==1.1.2 15:06:29 multi_key_dict==2.0.3 15:06:29 munch==4.0.0 15:06:29 netaddr==1.3.0 15:06:29 niet==1.4.2 15:06:29 nodeenv==1.10.0 15:06:29 oauth2client==4.1.3 15:06:29 oauthlib==3.3.1 15:06:29 openstacksdk==4.10.0 15:06:29 os-service-types==1.8.2 15:06:29 osc-lib==4.4.0 15:06:29 oslo.config==10.3.0 15:06:29 oslo.context==6.3.0 15:06:29 oslo.i18n==6.7.2 15:06:29 oslo.log==8.1.0 15:06:29 oslo.serialization==5.9.1 15:06:29 oslo.utils==10.0.0 15:06:29 packaging==26.0 15:06:29 pbr==7.0.3 15:06:29 platformdirs==4.9.2 15:06:29 prettytable==3.17.0 15:06:29 psutil==7.2.2 15:06:29 pyasn1==0.6.2 15:06:29 pyasn1_modules==0.4.2 15:06:29 pycparser==3.0 15:06:29 pygerrit2==2.0.15 15:06:29 PyGithub==2.8.1 15:06:29 Pygments==2.19.2 15:06:29 PyJWT==2.11.0 15:06:29 PyNaCl==1.6.2 15:06:29 pyparsing==2.4.7 15:06:29 pyperclip==1.11.0 15:06:29 pyrsistent==0.20.0 15:06:29 python-cinderclient==9.8.0 15:06:29 python-dateutil==2.9.0.post0 15:06:29 python-heatclient==5.0.0 15:06:29 python-jenkins==1.8.3 15:06:29 python-keystoneclient==5.7.0 15:06:29 python-magnumclient==4.9.0 15:06:29 python-openstackclient==9.0.0 15:06:29 python-swiftclient==4.9.0 15:06:29 PyYAML==6.0.3 15:06:29 referencing==0.37.0 15:06:29 requests==2.32.5 15:06:29 requests-oauthlib==2.0.0 15:06:29 requestsexceptions==1.4.0 15:06:29 rfc3986==2.0.0 15:06:29 rich==14.3.3 15:06:29 rich-argparse==1.7.2 15:06:29 rpds-py==0.30.0 15:06:29 rsa==4.9.1 15:06:29 ruamel.yaml==0.19.1 15:06:29 ruamel.yaml.clib==0.2.15 15:06:29 s3transfer==0.16.0 15:06:29 simplejson==3.20.2 15:06:29 six==1.17.0 15:06:29 smmap==5.0.2 15:06:29 soupsieve==2.8.3 15:06:29 stevedore==5.7.0 15:06:29 tabulate==0.9.0 15:06:29 toml==0.10.2 15:06:29 tomlkit==0.14.0 15:06:29 tqdm==4.67.3 15:06:29 typing_extensions==4.15.0 15:06:29 urllib3==1.26.20 15:06:29 virtualenv==20.39.0 15:06:29 wcwidth==0.6.0 15:06:29 websocket-client==1.9.0 15:06:29 wrapt==2.1.1 15:06:29 xdg==6.0.0 15:06:29 xmltodict==1.0.4 15:06:29 yq==3.4.3 15:06:29 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5216696336881417854.sh 15:06:29 ---> sudo-logs.sh 15:06:29 Archiving 'sudo' log.. 15:06:29 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16706712043259681841.sh 15:06:29 ---> job-cost.sh 15:06:29 INFO: Activating Python virtual environment... 15:06:29 Setup pyenv: 15:06:29 system 15:06:29 3.8.13 15:06:29 3.9.13 15:06:29 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:06:29 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-AhAK from file:/tmp/.os_lf_venv 15:06:29 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:06:29 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:06:31 lf-activate-venv(): INFO: Base packages installed successfully 15:06:31 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 15:06:35 lf-activate-venv(): INFO: Adding /tmp/venv-AhAK/bin to PATH 15:06:35 INFO: No stack-cost file found 15:06:35 INFO: Instance uptime: 175s 15:06:35 INFO: Fetching instance metadata (attempt 1 of 3)... 15:06:35 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 15:06:36 INFO: Successfully fetched instance metadata 15:06:36 INFO: Instance type: v3-standard-4 15:06:36 INFO: Retrieving pricing info for: v3-standard-4 15:06:36 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 15:06:36 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=175 15:06:36 INFO: Successfully fetched Vexxhost pricing API 15:06:36 INFO: Retrieved cost: 0.11 15:06:36 INFO: Retrieved resource: v3-standard-4 15:06:36 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 15:06:36 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 15:06:36 INFO: Successfully archived job cost data 15:06:36 DEBUG: Cost data: oom-master-pre-commit-lint,4449,2026-02-24 15:06:36,v3-standard-4,175,0.11,0.00,SUCCESS 15:06:36 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins3179033453871869795.sh 15:06:36 ---> logs-deploy.sh 15:06:36 Setup pyenv: 15:06:36 system 15:06:36 3.8.13 15:06:36 3.9.13 15:06:36 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:06:36 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-AhAK from file:/tmp/.os_lf_venv 15:06:36 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:06:36 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:06:38 lf-activate-venv(): INFO: Base packages installed successfully 15:06:38 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 15:06:45 lf-activate-venv(): INFO: Adding /tmp/venv-AhAK/bin to PATH 15:06:45 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4449 15:06:45 INFO: archiving workspace using pattern(s): 15:06:45 /tmp/venv-AhAK/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version! 15:06:45 warnings.warn( 15:06:46 Archives upload complete. 15:06:46 INFO: archiving logs to Nexus 15:06:46 /tmp/venv-AhAK/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version! 15:06:46 warnings.warn( 15:06:47 ---> uname -a: 15:06:47 Linux prd-ubuntu1804-builder-4c-4g-19842 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 15:06:47 15:06:47 15:06:47 ---> lscpu: 15:06:47 Architecture: x86_64 15:06:47 CPU op-mode(s): 32-bit, 64-bit 15:06:47 Byte Order: Little Endian 15:06:47 CPU(s): 4 15:06:47 On-line CPU(s) list: 0-3 15:06:47 Thread(s) per core: 1 15:06:47 Core(s) per socket: 1 15:06:47 Socket(s): 4 15:06:47 NUMA node(s): 1 15:06:47 Vendor ID: AuthenticAMD 15:06:47 CPU family: 23 15:06:47 Model: 49 15:06:47 Model name: AMD EPYC-Rome Processor 15:06:47 Stepping: 0 15:06:47 CPU MHz: 2799.998 15:06:47 BogoMIPS: 5599.99 15:06:47 Virtualization: AMD-V 15:06:47 Hypervisor vendor: KVM 15:06:47 Virtualization type: full 15:06:47 L1d cache: 32K 15:06:47 L1i cache: 32K 15:06:47 L2 cache: 512K 15:06:47 L3 cache: 16384K 15:06:47 NUMA node0 CPU(s): 0-3 15:06:47 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl xtopology cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr arat npt nrip_save umip rdpid arch_capabilities 15:06:47 15:06:47 15:06:47 ---> nproc: 15:06:47 4 15:06:47 15:06:47 15:06:47 ---> df -h: 15:06:47 Filesystem Size Used Avail Use% Mounted on 15:06:47 udev 7.9G 0 7.9G 0% /dev 15:06:47 tmpfs 1.6G 676K 1.6G 1% /run 15:06:47 /dev/vda1 78G 8.4G 69G 11% / 15:06:47 tmpfs 7.9G 0 7.9G 0% /dev/shm 15:06:47 tmpfs 5.0M 0 5.0M 0% /run/lock 15:06:47 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 15:06:47 /dev/vda15 105M 4.4M 100M 5% /boot/efi 15:06:47 tmpfs 1.6G 0 1.6G 0% /run/user/1001 15:06:47 15:06:47 15:06:47 ---> free -m: 15:06:47 total used free shared buff/cache available 15:06:47 Mem: 16040 566 13246 0 2227 15152 15:06:47 Swap: 1023 0 1023 15:06:47 15:06:47 15:06:47 ---> ip addr: 15:06:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 15:06:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:06:47 inet 127.0.0.1/8 scope host lo 15:06:47 valid_lft forever preferred_lft forever 15:06:47 inet6 ::1/128 scope host 15:06:47 valid_lft forever preferred_lft forever 15:06:47 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 15:06:47 link/ether fa:16:3e:1c:81:e2 brd ff:ff:ff:ff:ff:ff 15:06:47 inet 10.30.106.26/23 brd 10.30.107.255 scope global dynamic ens3 15:06:47 valid_lft 86222sec preferred_lft 86222sec 15:06:47 inet6 fe80::f816:3eff:fe1c:81e2/64 scope link 15:06:47 valid_lft forever preferred_lft forever 15:06:47 15:06:47 15:06:47 ---> sar -b -r -n DEV: 15:06:47 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-19842) 02/24/26 _x86_64_ (4 CPU) 15:06:47 15:06:47 15:04:28 LINUX RESTART (4 CPU) 15:06:47 15:06:47 15:05:01 tps rtps wtps bread/s bwrtn/s 15:06:47 15:06:01 133.46 8.83 124.63 190.37 49924.48 15:06:47 Average: 133.46 8.83 124.63 190.37 49924.48 15:06:47 15:06:47 15:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:06:47 15:06:01 13596852 15466412 2828116 17.22 76264 1978604 869704 4.98 879176 1703824 225080 15:06:47 Average: 13596852 15466412 2828116 17.22 76264 1978604 869704 4.98 879176 1703824 225080 15:06:47 15:06:47 15:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:06:47 15:06:01 lo 2.47 2.47 0.28 0.28 0.00 0.00 0.00 0.00 15:06:47 15:06:01 ens3 87.27 61.89 1281.44 11.66 0.00 0.00 0.00 0.00 15:06:47 Average: lo 2.47 2.47 0.28 0.28 0.00 0.00 0.00 0.00 15:06:47 Average: ens3 87.27 61.89 1281.44 11.66 0.00 0.00 0.00 0.00 15:06:47 15:06:47 15:06:47 ---> sar -P ALL: 15:06:47 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-19842) 02/24/26 _x86_64_ (4 CPU) 15:06:47 15:06:47 15:04:28 LINUX RESTART (4 CPU) 15:06:47 15:06:47 15:05:01 CPU %user %nice %system %iowait %steal %idle 15:06:47 15:06:01 all 22.42 0.00 2.05 3.55 0.06 71.91 15:06:47 15:06:01 0 18.60 0.00 1.99 6.22 0.05 73.14 15:06:47 15:06:01 1 22.35 0.00 2.11 5.33 0.07 70.14 15:06:47 15:06:01 2 37.64 0.00 2.82 0.97 0.05 58.52 15:06:47 15:06:01 3 11.04 0.00 1.31 1.69 0.07 85.89 15:06:47 Average: all 22.42 0.00 2.05 3.55 0.06 71.91 15:06:47 Average: 0 18.60 0.00 1.99 6.22 0.05 73.14 15:06:47 Average: 1 22.35 0.00 2.11 5.33 0.07 70.14 15:06:47 Average: 2 37.64 0.00 2.82 0.97 0.05 58.52 15:06:47 Average: 3 11.04 0.00 1.31 1.69 0.07 85.89 15:06:47 15:06:47 15:06:47