16:50:55 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143342 16:50:55 Running as SYSTEM 16:50:55 [EnvInject] - Loading node environment variables. 16:50:55 Building remotely on prd-ubuntu1804-builder-4c-4g-18995 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 16:50:55 [ssh-agent] Looking for ssh-agent implementation... 16:50:55 $ ssh-agent 16:50:55 SSH_AUTH_SOCK=/tmp/ssh-FntRoSM2BK0r/agent.1697 16:50:55 SSH_AGENT_PID=1699 16:50:55 [ssh-agent] Started. 16:50:55 Running ssh-add (command line suppressed) 16:50:55 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_16686770048754499437.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_16686770048754499437.key) 16:50:55 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 16:50:55 The recommended git tool is: NONE 16:50:57 using credential onap-jenkins-ssh 16:50:57 Wiping out workspace first. 16:50:57 Cloning the remote Git repository 16:50:57 Cloning repository git://cloud.onap.org/mirror/oom.git 16:50:57 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 16:50:57 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 16:50:57 > git --version # timeout=10 16:50:57 > git --version # 'git version 2.17.1' 16:50:57 using GIT_SSH to set credentials Gerrit user 16:50:57 Verifying host key using manually-configured host key entries 16:50:57 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 16:51:02 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 16:51:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:51:02 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 16:51:02 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 16:51:02 using GIT_SSH to set credentials Gerrit user 16:51:02 Verifying host key using manually-configured host key entries 16:51:02 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/42/143342/1 # timeout=30 16:51:03 > git rev-parse 2b8ade5a8d13fe9e2cc2b1fefb9e093de91e7595^{commit} # timeout=10 16:51:03 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 16:51:03 Checking out Revision 2b8ade5a8d13fe9e2cc2b1fefb9e093de91e7595 (refs/changes/42/143342/1) 16:51:03 > git config core.sparsecheckout # timeout=10 16:51:03 > git checkout -f 2b8ade5a8d13fe9e2cc2b1fefb9e093de91e7595 # timeout=30 16:51:06 Commit message: "[DCAE] Fix PNF Registration Handler event consumption" 16:51:06 > git rev-parse FETCH_HEAD^{commit} # timeout=10 16:51:06 > git rev-list --no-walk 6671ed8a477df35c5921fc2cf79f1049b7e845ce # timeout=10 16:51:06 [EnvInject] - Injecting environment variables from a build step. 16:51:06 [EnvInject] - Injecting as environment variables the properties content 16:51:06 PYTHON=python3 16:51:06 16:51:06 [EnvInject] - Variables injected successfully. 16:51:06 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins16142529570943753925.sh 16:51:06 ---> tox-install.sh 16:51:06 + source /home/jenkins/lf-env.sh 16:51:06 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 16:51:06 ++ mktemp -d /tmp/venv-XXXX 16:51:06 + lf_venv=/tmp/venv-zidz 16:51:06 + local venv_file=/tmp/.os_lf_venv 16:51:06 + local python=python3 16:51:06 + local options 16:51:06 + local set_path=true 16:51:06 + local install_args= 16:51:06 ++ 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 16:51:06 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:51:06 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:51:06 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 16:51:06 + true 16:51:06 + case $1 in 16:51:06 + venv_file=/tmp/.toxenv 16:51:06 + shift 2 16:51:06 + true 16:51:06 + case $1 in 16:51:06 + shift 16:51:06 + break 16:51:06 + case $python in 16:51:06 + local pkg_list= 16:51:06 + [[ -d /opt/pyenv ]] 16:51:06 + echo 'Setup pyenv:' 16:51:06 Setup pyenv: 16:51:06 + export PYENV_ROOT=/opt/pyenv 16:51:06 + PYENV_ROOT=/opt/pyenv 16:51:06 + 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 16:51:06 + 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 16:51:06 + pyenv versions 16:51:06 * system (set by /opt/pyenv/version) 16:51:06 * 3.8.13 (set by /opt/pyenv/version) 16:51:07 * 3.9.13 (set by /opt/pyenv/version) 16:51:07 * 3.10.6 (set by /opt/pyenv/version) 16:51:07 + command -v pyenv 16:51:07 ++ pyenv init - --no-rehash 16:51: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[*]}"'\'')" 16:51:07 export PATH="/opt/pyenv/shims:${PATH}" 16:51:07 export PYENV_SHELL=bash 16:51:07 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 16:51:07 pyenv() { 16:51:07 local command 16:51:07 command="${1:-}" 16:51:07 if [ "$#" -gt 0 ]; then 16:51:07 shift 16:51:07 fi 16:51:07 16:51:07 case "$command" in 16:51:07 rehash|shell) 16:51:07 eval "$(pyenv "sh-$command" "$@")" 16:51:07 ;; 16:51:07 *) 16:51:07 command pyenv "$command" "$@" 16:51:07 ;; 16:51:07 esac 16:51:07 }' 16:51: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[*]}"' 16:51:07 ++ 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 16:51:07 ++ 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 16:51:07 ++ 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 16:51:07 ++ export PYENV_SHELL=bash 16:51:07 ++ PYENV_SHELL=bash 16:51:07 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 16:51:07 +++ complete -F _pyenv pyenv 16:51:07 ++ lf-pyver python3 16:51:07 ++ local py_version_xy=python3 16:51:07 ++ local py_version_xyz= 16:51:07 ++ pyenv versions 16:51:07 ++ local command 16:51:07 ++ command=versions 16:51:07 ++ '[' 1 -gt 0 ']' 16:51:07 ++ shift 16:51:07 ++ case "$command" in 16:51:07 ++ command pyenv versions 16:51:07 ++ pyenv versions 16:51:07 ++ sed 's/^[ *]* //' 16:51:07 ++ awk '{ print $1 }' 16:51:07 ++ grep -E '^[0-9.]*[0-9]$' 16:51:07 ++ [[ ! -s /tmp/.pyenv_versions ]] 16:51:07 +++ grep '^3' /tmp/.pyenv_versions 16:51:07 +++ sort -V 16:51:07 +++ tail -n 1 16:51:07 ++ py_version_xyz=3.10.6 16:51:07 ++ [[ -z 3.10.6 ]] 16:51:07 ++ echo 3.10.6 16:51:07 ++ return 0 16:51:07 + pyenv local 3.10.6 16:51:07 + local command 16:51:07 + command=local 16:51:07 + '[' 2 -gt 0 ']' 16:51:07 + shift 16:51:07 + case "$command" in 16:51:07 + command pyenv local 3.10.6 16:51:07 + pyenv local 3.10.6 16:51:07 + for arg in "$@" 16:51:07 + case $arg in 16:51:07 + pkg_list+='tox ' 16:51:07 + for arg in "$@" 16:51:07 + case $arg in 16:51:07 + pkg_list+='virtualenv ' 16:51:07 + for arg in "$@" 16:51:07 + case $arg in 16:51:07 + pkg_list+='urllib3~=1.26.15 ' 16:51:07 + [[ -f /tmp/.toxenv ]] 16:51:07 + [[ ! -f /tmp/.toxenv ]] 16:51:07 + [[ -n '' ]] 16:51:07 + python3 -m venv /tmp/venv-zidz 16:51:11 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zidz' 16:51:11 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zidz 16:51:11 + echo /tmp/venv-zidz 16:51:11 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 16:51:11 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 16:51:11 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 16:51:11 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 16:51:11 + local 'pip_opts=--upgrade --quiet' 16:51:11 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 16:51:11 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 16:51:11 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 16:51:11 + [[ -n '' ]] 16:51:11 + [[ -n '' ]] 16:51:11 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 16:51:11 lf-activate-venv(): INFO: Attempting to install with network-safe options... 16:51:11 + /tmp/venv-zidz/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 16:51:15 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 16:51:15 lf-activate-venv(): INFO: Base packages installed successfully 16:51:15 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 16:51:15 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 16:51:15 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 16:51:15 + /tmp/venv-zidz/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 16:51:17 + type python3 16:51:17 + true 16:51:17 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-zidz/bin to PATH' 16:51:17 lf-activate-venv(): INFO: Adding /tmp/venv-zidz/bin to PATH 16:51:17 + PATH=/tmp/venv-zidz/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 16:51:17 + return 0 16:51:17 + python3 --version 16:51:17 Python 3.10.6 16:51:17 + python3 -m pip --version 16:51:17 pip 26.0.1 from /tmp/venv-zidz/lib/python3.10/site-packages/pip (python 3.10) 16:51:17 + python3 -m pip freeze 16:51:17 cachetools==7.0.1 16:51:17 chardet==5.2.0 16:51:17 colorama==0.4.6 16:51:17 distlib==0.4.0 16:51:17 filelock==3.24.3 16:51:17 packaging==26.0 16:51:17 platformdirs==4.9.2 16:51:17 pluggy==1.6.0 16:51:17 pyproject-api==1.10.0 16:51:17 tomli==2.4.0 16:51:17 tox==4.44.0 16:51:17 typing_extensions==4.15.0 16:51:17 urllib3==1.26.20 16:51:17 virtualenv==20.38.0 16:51:17 [EnvInject] - Injecting environment variables from a build step. 16:51:17 [EnvInject] - Injecting as environment variables the properties content 16:51:17 PARALLEL=false 16:51:17 16:51:17 [EnvInject] - Variables injected successfully. 16:51:17 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins13431242755267753603.sh 16:51:17 ---> tox-run.sh 16:51:17 + 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 16:51:17 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 16:51:17 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 16:51:17 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 16:51:17 + cd /w/workspace/oom-master-pre-commit-lint/. 16:51:17 + source /home/jenkins/lf-env.sh 16:51:17 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 16:51:17 ++ mktemp -d /tmp/venv-XXXX 16:51:17 + lf_venv=/tmp/venv-WBc3 16:51:17 + local venv_file=/tmp/.os_lf_venv 16:51:17 + local python=python3 16:51:17 + local options 16:51:17 + local set_path=true 16:51:17 + local install_args= 16:51:17 ++ 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 16:51:17 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:51:17 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:51:17 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 16:51:17 + true 16:51:17 + case $1 in 16:51:17 + venv_file=/tmp/.toxenv 16:51:17 + shift 2 16:51:17 + true 16:51:17 + case $1 in 16:51:17 + shift 16:51:17 + break 16:51:17 + case $python in 16:51:17 + local pkg_list= 16:51:17 + [[ -d /opt/pyenv ]] 16:51:17 + echo 'Setup pyenv:' 16:51:17 Setup pyenv: 16:51:17 + export PYENV_ROOT=/opt/pyenv 16:51:17 + PYENV_ROOT=/opt/pyenv 16:51:17 + 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 16:51:17 + 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 16:51:17 + pyenv versions 16:51:18 system 16:51:18 3.8.13 16:51:18 3.9.13 16:51:18 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 16:51:18 + command -v pyenv 16:51:18 ++ pyenv init - --no-rehash 16:51: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[*]}"'\'')" 16:51:18 export PATH="/opt/pyenv/shims:${PATH}" 16:51:18 export PYENV_SHELL=bash 16:51:18 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 16:51:18 pyenv() { 16:51:18 local command 16:51:18 command="${1:-}" 16:51:18 if [ "$#" -gt 0 ]; then 16:51:18 shift 16:51:18 fi 16:51:18 16:51:18 case "$command" in 16:51:18 rehash|shell) 16:51:18 eval "$(pyenv "sh-$command" "$@")" 16:51:18 ;; 16:51:18 *) 16:51:18 command pyenv "$command" "$@" 16:51:18 ;; 16:51:18 esac 16:51:18 }' 16:51: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[*]}"' 16:51:18 ++ 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 16:51:18 ++ 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 16:51:18 ++ 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 16:51:18 ++ export PYENV_SHELL=bash 16:51:18 ++ PYENV_SHELL=bash 16:51:18 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 16:51:18 +++ complete -F _pyenv pyenv 16:51:18 ++ lf-pyver python3 16:51:18 ++ local py_version_xy=python3 16:51:18 ++ local py_version_xyz= 16:51:18 ++ pyenv versions 16:51:18 ++ sed 's/^[ *]* //' 16:51:18 ++ local command 16:51:18 ++ command=versions 16:51:18 ++ '[' 1 -gt 0 ']' 16:51:18 ++ shift 16:51:18 ++ case "$command" in 16:51:18 ++ command pyenv versions 16:51:18 ++ pyenv versions 16:51:18 ++ awk '{ print $1 }' 16:51:18 ++ grep -E '^[0-9.]*[0-9]$' 16:51:18 ++ [[ ! -s /tmp/.pyenv_versions ]] 16:51:18 +++ grep '^3' /tmp/.pyenv_versions 16:51:18 +++ sort -V 16:51:18 +++ tail -n 1 16:51:18 ++ py_version_xyz=3.10.6 16:51:18 ++ [[ -z 3.10.6 ]] 16:51:18 ++ echo 3.10.6 16:51:18 ++ return 0 16:51:18 + pyenv local 3.10.6 16:51:18 + local command 16:51:18 + command=local 16:51:18 + '[' 2 -gt 0 ']' 16:51:18 + shift 16:51:18 + case "$command" in 16:51:18 + command pyenv local 3.10.6 16:51:18 + pyenv local 3.10.6 16:51:18 + for arg in "$@" 16:51:18 + case $arg in 16:51:18 + pkg_list+='tox ' 16:51:18 + for arg in "$@" 16:51:18 + case $arg in 16:51:18 + pkg_list+='virtualenv ' 16:51:18 + for arg in "$@" 16:51:18 + case $arg in 16:51:18 + pkg_list+='urllib3~=1.26.15 ' 16:51:18 + [[ -f /tmp/.toxenv ]] 16:51:18 ++ cat /tmp/.toxenv 16:51:18 + lf_venv=/tmp/venv-zidz 16:51:18 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-zidz from' file:/tmp/.toxenv 16:51:18 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-zidz from file:/tmp/.toxenv 16:51:18 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 16:51:18 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 16:51:18 + local 'pip_opts=--upgrade --quiet' 16:51:18 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 16:51:18 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 16:51:18 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 16:51:18 + [[ -n '' ]] 16:51:18 + [[ -n '' ]] 16:51:18 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 16:51:18 lf-activate-venv(): INFO: Attempting to install with network-safe options... 16:51:18 + /tmp/venv-zidz/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 16:51:19 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 16:51:19 lf-activate-venv(): INFO: Base packages installed successfully 16:51:19 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 16:51:19 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 16:51:19 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 16:51:19 + /tmp/venv-zidz/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 16:51:20 + type python3 16:51:20 + true 16:51:20 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-zidz/bin to PATH' 16:51:20 lf-activate-venv(): INFO: Adding /tmp/venv-zidz/bin to PATH 16:51:20 + PATH=/tmp/venv-zidz/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 16:51:20 + return 0 16:51:20 + [[ -d /opt/pyenv ]] 16:51:20 + echo '---> Setting up pyenv' 16:51:20 ---> Setting up pyenv 16:51:20 + export PYENV_ROOT=/opt/pyenv 16:51:20 + PYENV_ROOT=/opt/pyenv 16:51:20 + export PATH=/opt/pyenv/bin:/tmp/venv-zidz/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 16:51:20 + PATH=/opt/pyenv/bin:/tmp/venv-zidz/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 16:51:20 ++ pwd 16:51:20 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 16:51:20 + export PYTHONPATH 16:51:20 + export TOX_TESTENV_PASSENV=PYTHONPATH 16:51:20 + TOX_TESTENV_PASSENV=PYTHONPATH 16:51:20 + tox --version 16:51:20 4.44.0 from /tmp/venv-zidz/lib/python3.10/site-packages/tox/__init__.py 16:51:20 + PARALLEL=false 16:51:20 + TOX_OPTIONS_LIST= 16:51:20 + [[ -n pre-commit ]] 16:51:20 + TOX_OPTIONS_LIST=' -e pre-commit' 16:51:20 + case ${PARALLEL,,} in 16:51:20 + tox -e pre-commit 16:51:20 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 16:51:21 pre-commit: install_deps> python -I -m pip install pre-commit 16:51:24 pre-commit: freeze> python -m pip freeze --all 16:51:24 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.38.0 16:51:24 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 16:51:25 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 16:51:25 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 16:51:26 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 16:51:27 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 16:51:27 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 16:51:27 [INFO] Once installed this environment will be reused. 16:51:27 [INFO] This may take a few minutes... 16:51:31 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 16:51:31 [INFO] Once installed this environment will be reused. 16:51:31 [INFO] This may take a few minutes... 16:51:36 trim trailing whitespace.................................................Passed 16:51:36 Tabs remover.............................................................Passed 16:51:36 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 16:51:36 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 16:51:36 [INFO] Once installed this environment will be reused. 16:51:36 [INFO] This may take a few minutes... 16:51:45 gitlint..............................................(no files to check)Skipped 16:51:45 pre-commit: OK (23.95=setup[3.87]+cmd[11.64,8.44] seconds) 16:51:45 congratulations :) (23.99 seconds) 16:51:45 + tox_status=0 16:51:45 + echo '---> Completed tox runs' 16:51:45 ---> Completed tox runs 16:51:45 + for i in .tox/*/log 16:51:45 ++ echo .tox/pre-commit/log 16:51:45 ++ awk -F/ '{print $2}' 16:51:45 + tox_env=pre-commit 16:51:45 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 16:51:45 + DOC_DIR=docs/_build/html 16:51:45 + [[ -d docs/_build/html ]] 16:51:45 + echo '---> tox-run.sh ends' 16:51:45 ---> tox-run.sh ends 16:51:45 + test 0 -eq 0 16:51:45 $ ssh-agent -k 16:51:45 unset SSH_AUTH_SOCK; 16:51:45 unset SSH_AGENT_PID; 16:51:45 echo Agent pid 1699 killed; 16:51:45 [ssh-agent] Stopped. 16:51:45 [PostBuildScript] - [INFO] Executing post build scripts. 16:51:45 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5603083857871017943.sh 16:51:45 ---> sysstat.sh 16:51:45 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7604051620603140578.sh 16:51:45 ---> package-listing.sh 16:51:45 ++ facter osfamily 16:51:45 ++ tr '[:upper:]' '[:lower:]' 16:51:45 + OS_FAMILY=debian 16:51:45 + workspace=/w/workspace/oom-master-pre-commit-lint 16:51:45 + START_PACKAGES=/tmp/packages_start.txt 16:51:45 + END_PACKAGES=/tmp/packages_end.txt 16:51:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:51:45 + PACKAGES=/tmp/packages_start.txt 16:51:45 + '[' /w/workspace/oom-master-pre-commit-lint ']' 16:51:45 + PACKAGES=/tmp/packages_end.txt 16:51:45 + case "${OS_FAMILY}" in 16:51:45 + dpkg -l 16:51:45 + grep '^ii' 16:51:45 + '[' -f /tmp/packages_start.txt ']' 16:51:45 + '[' -f /tmp/packages_end.txt ']' 16:51:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:51:45 + '[' /w/workspace/oom-master-pre-commit-lint ']' 16:51:45 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 16:51:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 16:51:45 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins9524568139323258798.sh 16:51:45 ---> capture-instance-metadata.sh 16:51:45 Setup pyenv: 16:51:45 system 16:51:45 3.8.13 16:51:45 3.9.13 16:51:45 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 16:51:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mOAm 16:51:49 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 16:51:49 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 16:51:49 lf-activate-venv(): INFO: Attempting to install with network-safe options... 16:51:53 lf-activate-venv(): INFO: Base packages installed successfully 16:51:53 lf-activate-venv(): INFO: Installing additional packages: lftools 16:52:14 lf-activate-venv(): INFO: Adding /tmp/venv-mOAm/bin to PATH 16:52:14 INFO: Running in OpenStack, capturing instance metadata 16:52:15 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins299934332881937042.sh 16:52:15 provisioning config files... 16:52:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config11095759386814931478tmp 16:52:15 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 16:52:15 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 16:52:15 [EnvInject] - Injecting environment variables from a build step. 16:52:15 [EnvInject] - Injecting as environment variables the properties content 16:52:15 SERVER_ID=logs 16:52:15 16:52:15 [EnvInject] - Variables injected successfully. 16:52:15 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14236797119357588603.sh 16:52:15 ---> create-netrc.sh 16:52:15 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins8927821653367612560.sh 16:52:15 ---> python-tools-install.sh 16:52:15 Setup pyenv: 16:52:15 system 16:52:15 3.8.13 16:52:15 3.9.13 16:52:15 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 16:52:15 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-mOAm from file:/tmp/.os_lf_venv 16:52:15 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 16:52:15 lf-activate-venv(): INFO: Attempting to install with network-safe options... 16:52:17 lf-activate-venv(): INFO: Base packages installed successfully 16:52:17 lf-activate-venv(): INFO: Installing additional packages: lftools 16:52:24 lf-activate-venv(): INFO: Adding /tmp/venv-mOAm/bin to PATH 16:52:24 Generating Requirements File 16:52:42 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. 16:52:42 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 16:52:42 Python 3.10.6 16:52:42 pip 26.0.1 from /tmp/venv-mOAm/lib/python3.10/site-packages/pip (python 3.10) 16:52:42 appdirs==1.4.4 16:52:42 argcomplete==3.6.3 16:52:42 aspy.yaml==1.3.0 16:52:42 attrs==25.4.0 16:52:42 autopage==0.6.0 16:52:42 backports.strenum==1.3.1 16:52:42 beautifulsoup4==4.14.3 16:52:42 boto3==1.42.54 16:52:42 botocore==1.42.54 16:52:42 bs4==0.0.2 16:52:42 certifi==2026.1.4 16:52:42 cffi==2.0.0 16:52:42 cfgv==3.5.0 16:52:42 chardet==5.2.0 16:52:42 charset-normalizer==3.4.4 16:52:42 click==8.3.1 16:52:42 cliff==4.13.2 16:52:42 cmd2==3.2.0 16:52:42 cryptography==3.3.2 16:52:42 debtcollector==3.0.0 16:52:42 decorator==5.2.1 16:52:42 defusedxml==0.7.1 16:52:42 Deprecated==1.3.1 16:52:42 distlib==0.4.0 16:52:42 dnspython==2.8.0 16:52:42 docker==7.1.0 16:52:42 dogpile.cache==1.5.0 16:52:42 durationpy==0.10 16:52:42 email-validator==2.3.0 16:52:42 filelock==3.24.3 16:52:42 future==1.0.0 16:52:42 gitdb==4.0.12 16:52:42 GitPython==3.1.46 16:52:42 httplib2==0.30.2 16:52:42 identify==2.6.16 16:52:42 idna==3.11 16:52:42 importlib-resources==1.5.0 16:52:42 iso8601==2.1.0 16:52:42 Jinja2==3.1.6 16:52:42 jmespath==1.1.0 16:52:42 jsonpatch==1.33 16:52:42 jsonpointer==3.0.0 16:52:42 jsonschema==4.26.0 16:52:42 jsonschema-specifications==2025.9.1 16:52:42 keystoneauth1==5.13.1 16:52:42 kubernetes==35.0.0 16:52:42 lftools==0.37.21 16:52:42 lxml==6.0.2 16:52:42 markdown-it-py==4.0.0 16:52:42 MarkupSafe==3.0.3 16:52:42 mdurl==0.1.2 16:52:42 msgpack==1.1.2 16:52:42 multi_key_dict==2.0.3 16:52:42 munch==4.0.0 16:52:42 netaddr==1.3.0 16:52:42 niet==1.4.2 16:52:42 nodeenv==1.10.0 16:52:42 oauth2client==4.1.3 16:52:42 oauthlib==3.3.1 16:52:42 openstacksdk==4.10.0 16:52:42 os-service-types==1.8.2 16:52:42 osc-lib==4.4.0 16:52:42 oslo.config==10.3.0 16:52:42 oslo.context==6.3.0 16:52:42 oslo.i18n==6.7.2 16:52:42 oslo.log==8.1.0 16:52:42 oslo.serialization==5.9.1 16:52:42 oslo.utils==10.0.0 16:52:42 packaging==26.0 16:52:42 pbr==7.0.3 16:52:42 platformdirs==4.9.2 16:52:42 prettytable==3.17.0 16:52:42 psutil==7.2.2 16:52:42 pyasn1==0.6.2 16:52:42 pyasn1_modules==0.4.2 16:52:42 pycparser==3.0 16:52:42 pygerrit2==2.0.15 16:52:42 PyGithub==2.8.1 16:52:42 Pygments==2.19.2 16:52:42 PyJWT==2.11.0 16:52:42 PyNaCl==1.6.2 16:52:42 pyparsing==2.4.7 16:52:42 pyperclip==1.11.0 16:52:42 pyrsistent==0.20.0 16:52:42 python-cinderclient==9.8.0 16:52:42 python-dateutil==2.9.0.post0 16:52:42 python-heatclient==5.0.0 16:52:42 python-jenkins==1.8.3 16:52:42 python-keystoneclient==5.7.0 16:52:42 python-magnumclient==4.9.0 16:52:42 python-openstackclient==9.0.0 16:52:42 python-swiftclient==4.9.0 16:52:42 PyYAML==6.0.3 16:52:42 referencing==0.37.0 16:52:42 requests==2.32.5 16:52:42 requests-oauthlib==2.0.0 16:52:42 requestsexceptions==1.4.0 16:52:42 rfc3986==2.0.0 16:52:42 rich==14.3.3 16:52:42 rich-argparse==1.7.2 16:52:42 rpds-py==0.30.0 16:52:42 rsa==4.9.1 16:52:42 ruamel.yaml==0.19.1 16:52:42 ruamel.yaml.clib==0.2.15 16:52:42 s3transfer==0.16.0 16:52:42 simplejson==3.20.2 16:52:42 six==1.17.0 16:52:42 smmap==5.0.2 16:52:42 soupsieve==2.8.3 16:52:42 stevedore==5.7.0 16:52:42 tabulate==0.9.0 16:52:42 toml==0.10.2 16:52:42 tomlkit==0.14.0 16:52:42 tqdm==4.67.3 16:52:42 typing_extensions==4.15.0 16:52:42 urllib3==1.26.20 16:52:42 virtualenv==20.38.0 16:52:42 wcwidth==0.6.0 16:52:42 websocket-client==1.9.0 16:52:42 wrapt==2.1.1 16:52:42 xdg==6.0.0 16:52:42 xmltodict==1.0.3 16:52:42 yq==3.4.3 16:52:42 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5550202066018067063.sh 16:52:42 ---> sudo-logs.sh 16:52:42 Archiving 'sudo' log.. 16:52:43 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14131252335061358626.sh 16:52:43 ---> job-cost.sh 16:52:43 INFO: Activating Python virtual environment... 16:52:43 Setup pyenv: 16:52:43 system 16:52:43 3.8.13 16:52:43 3.9.13 16:52:43 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 16:52:43 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-mOAm from file:/tmp/.os_lf_venv 16:52:43 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 16:52:43 lf-activate-venv(): INFO: Attempting to install with network-safe options... 16:52:45 lf-activate-venv(): INFO: Base packages installed successfully 16:52:45 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 16:52:50 lf-activate-venv(): INFO: Adding /tmp/venv-mOAm/bin to PATH 16:52:50 INFO: No stack-cost file found 16:52:50 INFO: Instance uptime: 140s 16:52:50 INFO: Fetching instance metadata (attempt 1 of 3)... 16:52:50 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 16:52:50 INFO: Successfully fetched instance metadata 16:52:50 INFO: Instance type: v3-standard-4 16:52:50 INFO: Retrieving pricing info for: v3-standard-4 16:52:50 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 16:52:50 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=140 16:52:50 INFO: Successfully fetched Vexxhost pricing API 16:52:50 INFO: Retrieved cost: 0.11 16:52:50 INFO: Retrieved resource: v3-standard-4 16:52:50 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 16:52:50 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 16:52:50 INFO: Successfully archived job cost data 16:52:50 DEBUG: Cost data: oom-master-pre-commit-lint,4435,2026-02-21 16:52:50,v3-standard-4,140,0.11,0.00,SUCCESS 16:52:50 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins6044864145076721068.sh 16:52:50 ---> logs-deploy.sh 16:52:50 Setup pyenv: 16:52:50 system 16:52:50 3.8.13 16:52:50 3.9.13 16:52:50 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 16:52:51 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-mOAm from file:/tmp/.os_lf_venv 16:52:51 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 16:52:51 lf-activate-venv(): INFO: Attempting to install with network-safe options... 16:52:52 lf-activate-venv(): INFO: Base packages installed successfully 16:52:52 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 16:53:00 lf-activate-venv(): INFO: Adding /tmp/venv-mOAm/bin to PATH 16:53:00 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4435 16:53:00 INFO: archiving workspace using pattern(s): 16:53:01 Archives upload complete. 16:53:01 INFO: archiving logs to Nexus 16:53:02 ---> uname -a: 16:53:02 Linux prd-ubuntu1804-builder-4c-4g-18995 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 16:53:02 16:53:02 16:53:02 ---> lscpu: 16:53:02 Architecture: x86_64 16:53:02 CPU op-mode(s): 32-bit, 64-bit 16:53:02 Byte Order: Little Endian 16:53:02 CPU(s): 4 16:53:02 On-line CPU(s) list: 0-3 16:53:02 Thread(s) per core: 1 16:53:02 Core(s) per socket: 1 16:53:02 Socket(s): 4 16:53:02 NUMA node(s): 1 16:53:02 Vendor ID: AuthenticAMD 16:53:02 CPU family: 23 16:53:02 Model: 49 16:53:02 Model name: AMD EPYC-Rome Processor 16:53:02 Stepping: 0 16:53:02 CPU MHz: 2799.998 16:53:02 BogoMIPS: 5599.99 16:53:02 Virtualization: AMD-V 16:53:02 Hypervisor vendor: KVM 16:53:02 Virtualization type: full 16:53:02 L1d cache: 32K 16:53:02 L1i cache: 32K 16:53:02 L2 cache: 512K 16:53:02 L3 cache: 16384K 16:53:02 NUMA node0 CPU(s): 0-3 16:53:02 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 16:53:02 16:53:02 16:53:02 ---> nproc: 16:53:02 4 16:53:02 16:53:02 16:53:02 ---> df -h: 16:53:02 Filesystem Size Used Avail Use% Mounted on 16:53:02 udev 7.9G 0 7.9G 0% /dev 16:53:02 tmpfs 1.6G 676K 1.6G 1% /run 16:53:02 /dev/vda1 78G 8.4G 69G 11% / 16:53:02 tmpfs 7.9G 0 7.9G 0% /dev/shm 16:53:02 tmpfs 5.0M 0 5.0M 0% /run/lock 16:53:02 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 16:53:02 /dev/vda15 105M 4.4M 100M 5% /boot/efi 16:53:02 tmpfs 1.6G 0 1.6G 0% /run/user/1001 16:53:02 16:53:02 16:53:02 ---> free -m: 16:53:02 total used free shared buff/cache available 16:53:02 Mem: 16040 568 13269 0 2201 15150 16:53:02 Swap: 1023 0 1023 16:53:02 16:53:02 16:53:02 ---> ip addr: 16:53:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 16:53:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:53:02 inet 127.0.0.1/8 scope host lo 16:53:02 valid_lft forever preferred_lft forever 16:53:02 inet6 ::1/128 scope host 16:53:02 valid_lft forever preferred_lft forever 16:53:02 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 16:53:02 link/ether fa:16:3e:0c:be:d1 brd ff:ff:ff:ff:ff:ff 16:53:02 inet 10.30.106.58/23 brd 10.30.107.255 scope global dynamic ens3 16:53:02 valid_lft 86255sec preferred_lft 86255sec 16:53:02 inet6 fe80::f816:3eff:fe0c:bed1/64 scope link 16:53:02 valid_lft forever preferred_lft forever 16:53:02 16:53:02 16:53:02 ---> sar -b -r -n DEV: 16:53:02 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-18995) 02/21/26 _x86_64_ (4 CPU) 16:53:02 16:53:02 16:50:39 LINUX RESTART (4 CPU) 16:53:02 16:53:02 16:51:01 tps rtps wtps bread/s bwrtn/s 16:53:02 16:52:02 328.93 24.45 304.48 819.86 37260.46 16:53:02 16:53:01 125.44 1.86 123.57 149.40 37838.20 16:53:02 Average: 228.04 13.25 214.79 487.45 37546.90 16:53:02 16:53:02 16:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:53:02 16:52:02 13881340 15509508 2543628 15.49 62484 1762324 806852 4.62 787364 1529988 98796 16:53:02 16:53:01 13601020 15527404 2823948 17.19 87048 2019608 764784 4.38 789504 1777432 119564 16:53:02 Average: 13741180 15518456 2683788 16.34 74766 1890966 785818 4.50 788434 1653710 109180 16:53:02 16:53:02 16:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:53:02 16:52:02 lo 2.73 2.73 0.31 0.31 0.00 0.00 0.00 0.00 16:53:02 16:52:02 ens3 147.59 101.22 939.28 30.52 0.00 0.00 0.00 0.00 16:53:02 16:53:01 lo 1.22 1.22 0.13 0.13 0.00 0.00 0.00 0.00 16:53:02 16:53:01 ens3 61.89 45.96 874.29 11.17 0.00 0.00 0.00 0.00 16:53:02 Average: lo 1.98 1.98 0.22 0.22 0.00 0.00 0.00 0.00 16:53:02 Average: ens3 105.10 73.82 907.06 20.93 0.00 0.00 0.00 0.00 16:53:02 16:53:02 16:53:02 ---> sar -P ALL: 16:53:02 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-18995) 02/21/26 _x86_64_ (4 CPU) 16:53:02 16:53:02 16:50:39 LINUX RESTART (4 CPU) 16:53:02 16:53:02 16:51:01 CPU %user %nice %system %iowait %steal %idle 16:53:02 16:52:02 all 21.85 0.00 2.32 4.89 0.07 70.87 16:53:02 16:52:02 0 21.56 0.00 2.07 0.85 0.05 75.47 16:53:02 16:52:02 1 31.92 0.00 2.98 4.18 0.07 60.85 16:53:02 16:52:02 2 10.54 0.00 2.04 8.33 0.07 79.02 16:53:02 16:52:02 3 23.38 0.00 2.21 6.22 0.07 68.13 16:53:02 16:53:01 all 20.54 0.00 1.47 3.62 0.05 74.32 16:53:02 16:53:01 0 8.01 0.00 0.70 0.32 0.03 90.94 16:53:02 16:53:01 1 47.04 0.00 3.12 2.84 0.08 46.92 16:53:02 16:53:01 2 23.80 0.00 1.37 6.14 0.07 68.61 16:53:02 16:53:01 3 3.35 0.00 0.68 5.16 0.03 90.78 16:53:02 Average: all 21.20 0.00 1.90 4.26 0.06 72.58 16:53:02 Average: 0 14.83 0.00 1.39 0.59 0.04 83.15 16:53:02 Average: 1 39.42 0.00 3.05 3.51 0.08 53.94 16:53:02 Average: 2 17.12 0.00 1.71 7.25 0.07 73.86 16:53:02 Average: 3 13.44 0.00 1.45 5.70 0.05 79.36 16:53:02 16:53:02 16:53:02