09:00:02 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143072 09:00:02 Running as SYSTEM 09:00:02 [EnvInject] - Loading node environment variables. 09:00:02 Building remotely on prd-ubuntu1804-builder-4c-4g-3641 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 09:00:02 [ssh-agent] Looking for ssh-agent implementation... 09:00:02 $ ssh-agent 09:00:03 SSH_AUTH_SOCK=/tmp/ssh-R31BKS6o1MmO/agent.1758 09:00:03 SSH_AGENT_PID=1760 09:00:03 [ssh-agent] Started. 09:00:03 Running ssh-add (command line suppressed) 09:00:03 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_12643479184580648710.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_12643479184580648710.key) 09:00:03 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 09:00:03 The recommended git tool is: NONE 09:00:05 using credential onap-jenkins-ssh 09:00:05 Wiping out workspace first. 09:00:05 Cloning the remote Git repository 09:00:05 Cloning repository git://cloud.onap.org/mirror/oom.git 09:00:05 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 09:00:05 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 09:00:05 > git --version # timeout=10 09:00:05 > git --version # 'git version 2.17.1' 09:00:05 using GIT_SSH to set credentials Gerrit user 09:00:05 Verifying host key using manually-configured host key entries 09:00:05 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 09:00:11 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 09:00:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:00:11 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 09:00:11 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 09:00:11 using GIT_SSH to set credentials Gerrit user 09:00:11 Verifying host key using manually-configured host key entries 09:00:11 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/72/143072/1 # timeout=30 09:00:11 > git rev-parse 03c92953c251f8128ee031fa7ef1a43d0fb96d93^{commit} # timeout=10 09:00:11 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 09:00:11 Checking out Revision 03c92953c251f8128ee031fa7ef1a43d0fb96d93 (refs/changes/72/143072/1) 09:00:11 > git config core.sparsecheckout # timeout=10 09:00:11 > git checkout -f 03c92953c251f8128ee031fa7ef1a43d0fb96d93 # timeout=30 09:00:15 Commit message: "[PORTALNG] 13.1.1 release" 09:00:15 > git rev-parse FETCH_HEAD^{commit} # timeout=10 09:00:15 > git rev-list --no-walk f72d0fd0b21ca79fc00ed6cd69800c2ea5137c22 # timeout=10 09:00:15 [EnvInject] - Injecting environment variables from a build step. 09:00:15 [EnvInject] - Injecting as environment variables the properties content 09:00:15 PYTHON=python3 09:00:15 09:00:15 [EnvInject] - Variables injected successfully. 09:00:15 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins11146447957099323743.sh 09:00:16 ---> tox-install.sh 09:00:16 + source /home/jenkins/lf-env.sh 09:00:16 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 09:00:16 ++ mktemp -d /tmp/venv-XXXX 09:00:16 + lf_venv=/tmp/venv-RIRo 09:00:16 + local venv_file=/tmp/.os_lf_venv 09:00:16 + local python=python3 09:00:16 + local options 09:00:16 + local set_path=true 09:00:16 + local install_args= 09:00:16 ++ 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 09:00:16 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:00:16 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:00:16 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 09:00:16 + true 09:00:16 + case $1 in 09:00:16 + venv_file=/tmp/.toxenv 09:00:16 + shift 2 09:00:16 + true 09:00:16 + case $1 in 09:00:16 + shift 09:00:16 + break 09:00:16 + case $python in 09:00:16 + local pkg_list= 09:00:16 + [[ -d /opt/pyenv ]] 09:00:16 + echo 'Setup pyenv:' 09:00:16 Setup pyenv: 09:00:16 + export PYENV_ROOT=/opt/pyenv 09:00:16 + PYENV_ROOT=/opt/pyenv 09:00:16 + 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 09:00:16 + 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 09:00:16 + pyenv versions 09:00:16 * system (set by /opt/pyenv/version) 09:00:16 * 3.8.13 (set by /opt/pyenv/version) 09:00:16 * 3.9.13 (set by /opt/pyenv/version) 09:00:16 * 3.10.6 (set by /opt/pyenv/version) 09:00:16 + command -v pyenv 09:00:16 ++ pyenv init - --no-rehash 09:00:16 + 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[*]}"'\'')" 09:00:16 export PATH="/opt/pyenv/shims:${PATH}" 09:00:16 export PYENV_SHELL=bash 09:00:16 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 09:00:16 pyenv() { 09:00:16 local command 09:00:16 command="${1:-}" 09:00:16 if [ "$#" -gt 0 ]; then 09:00:16 shift 09:00:16 fi 09:00:16 09:00:16 case "$command" in 09:00:16 rehash|shell) 09:00:16 eval "$(pyenv "sh-$command" "$@")" 09:00:16 ;; 09:00:16 *) 09:00:16 command pyenv "$command" "$@" 09:00:16 ;; 09:00:16 esac 09:00:16 }' 09:00:16 +++ 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[*]}"' 09:00:16 ++ 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 09:00:16 ++ 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 09:00:16 ++ 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 09:00:16 ++ export PYENV_SHELL=bash 09:00:16 ++ PYENV_SHELL=bash 09:00:16 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 09:00:16 +++ complete -F _pyenv pyenv 09:00:16 ++ lf-pyver python3 09:00:16 ++ local py_version_xy=python3 09:00:16 ++ local py_version_xyz= 09:00:16 ++ pyenv versions 09:00:16 ++ local command 09:00:16 ++ command=versions 09:00:16 ++ '[' 1 -gt 0 ']' 09:00:16 ++ shift 09:00:16 ++ case "$command" in 09:00:16 ++ command pyenv versions 09:00:16 ++ pyenv versions 09:00:16 ++ awk '{ print $1 }' 09:00:16 ++ sed 's/^[ *]* //' 09:00:16 ++ grep -E '^[0-9.]*[0-9]$' 09:00:16 ++ [[ ! -s /tmp/.pyenv_versions ]] 09:00:16 +++ grep '^3' /tmp/.pyenv_versions 09:00:16 +++ sort -V 09:00:16 +++ tail -n 1 09:00:16 ++ py_version_xyz=3.10.6 09:00:16 ++ [[ -z 3.10.6 ]] 09:00:16 ++ echo 3.10.6 09:00:16 ++ return 0 09:00:16 + pyenv local 3.10.6 09:00:16 + local command 09:00:16 + command=local 09:00:16 + '[' 2 -gt 0 ']' 09:00:16 + shift 09:00:16 + case "$command" in 09:00:16 + command pyenv local 3.10.6 09:00:16 + pyenv local 3.10.6 09:00:16 + for arg in "$@" 09:00:16 + case $arg in 09:00:16 + pkg_list+='tox ' 09:00:16 + for arg in "$@" 09:00:16 + case $arg in 09:00:16 + pkg_list+='virtualenv ' 09:00:16 + for arg in "$@" 09:00:16 + case $arg in 09:00:16 + pkg_list+='urllib3~=1.26.15 ' 09:00:16 + [[ -f /tmp/.toxenv ]] 09:00:16 + [[ ! -f /tmp/.toxenv ]] 09:00:16 + [[ -n '' ]] 09:00:16 + python3 -m venv /tmp/venv-RIRo 09:00:22 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RIRo' 09:00:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RIRo 09:00:22 + echo /tmp/venv-RIRo 09:00:22 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 09:00:22 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 09:00:22 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 09:00:22 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:00:22 + local 'pip_opts=--upgrade --quiet' 09:00:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 09:00:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 09:00:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 09:00:22 + [[ -n '' ]] 09:00:22 + [[ -n '' ]] 09:00:22 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 09:00:22 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:00:22 + /tmp/venv-RIRo/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 09:00:29 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 09:00:29 lf-activate-venv(): INFO: Base packages installed successfully 09:00:29 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 09:00:29 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 09:00:29 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 09:00:29 + /tmp/venv-RIRo/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 09:00:37 + type python3 09:00:37 + true 09:00:37 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-RIRo/bin to PATH' 09:00:37 lf-activate-venv(): INFO: Adding /tmp/venv-RIRo/bin to PATH 09:00:37 + PATH=/tmp/venv-RIRo/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 09:00:37 + return 0 09:00:37 + python3 --version 09:00:37 Python 3.10.6 09:00:37 + python3 -m pip --version 09:00:37 pip 25.3 from /tmp/venv-RIRo/lib/python3.10/site-packages/pip (python 3.10) 09:00:37 + python3 -m pip freeze 09:00:37 cachetools==6.2.6 09:00:37 chardet==5.2.0 09:00:37 colorama==0.4.6 09:00:37 distlib==0.4.0 09:00:37 filelock==3.20.3 09:00:37 packaging==26.0 09:00:37 platformdirs==4.5.1 09:00:37 pluggy==1.6.0 09:00:37 pyproject-api==1.10.0 09:00:37 tomli==2.4.0 09:00:37 tox==4.34.1 09:00:37 typing_extensions==4.15.0 09:00:37 urllib3==1.26.20 09:00:37 virtualenv==20.36.1 09:00:37 [EnvInject] - Injecting environment variables from a build step. 09:00:37 [EnvInject] - Injecting as environment variables the properties content 09:00:37 PARALLEL=false 09:00:37 09:00:37 [EnvInject] - Variables injected successfully. 09:00:37 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins11349704709841502908.sh 09:00:38 ---> tox-run.sh 09:00:38 + 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 09:00:38 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 09:00:38 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 09:00:38 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 09:00:38 + cd /w/workspace/oom-master-pre-commit-lint/. 09:00:38 + source /home/jenkins/lf-env.sh 09:00:38 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 09:00:38 ++ mktemp -d /tmp/venv-XXXX 09:00:38 + lf_venv=/tmp/venv-5F0P 09:00:38 + local venv_file=/tmp/.os_lf_venv 09:00:38 + local python=python3 09:00:38 + local options 09:00:38 + local set_path=true 09:00:38 + local install_args= 09:00:38 ++ 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 09:00:38 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:00:38 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:00:38 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 09:00:38 + true 09:00:38 + case $1 in 09:00:38 + venv_file=/tmp/.toxenv 09:00:38 + shift 2 09:00:38 + true 09:00:38 + case $1 in 09:00:38 + shift 09:00:38 + break 09:00:38 + case $python in 09:00:38 + local pkg_list= 09:00:38 + [[ -d /opt/pyenv ]] 09:00:38 + echo 'Setup pyenv:' 09:00:38 Setup pyenv: 09:00:38 + export PYENV_ROOT=/opt/pyenv 09:00:38 + PYENV_ROOT=/opt/pyenv 09:00:38 + 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 09:00:38 + 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 09:00:38 + pyenv versions 09:00:38 system 09:00:38 3.8.13 09:00:38 3.9.13 09:00:38 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 09:00:38 + command -v pyenv 09:00:38 ++ pyenv init - --no-rehash 09:00:38 + 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[*]}"'\'')" 09:00:38 export PATH="/opt/pyenv/shims:${PATH}" 09:00:38 export PYENV_SHELL=bash 09:00:38 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 09:00:38 pyenv() { 09:00:38 local command 09:00:38 command="${1:-}" 09:00:38 if [ "$#" -gt 0 ]; then 09:00:38 shift 09:00:38 fi 09:00:38 09:00:38 case "$command" in 09:00:38 rehash|shell) 09:00:38 eval "$(pyenv "sh-$command" "$@")" 09:00:38 ;; 09:00:38 *) 09:00:38 command pyenv "$command" "$@" 09:00:38 ;; 09:00:38 esac 09:00:38 }' 09:00:38 +++ 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[*]}"' 09:00:38 ++ 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 09:00:38 ++ 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 09:00:38 ++ 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 09:00:38 ++ export PYENV_SHELL=bash 09:00:38 ++ PYENV_SHELL=bash 09:00:38 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 09:00:38 +++ complete -F _pyenv pyenv 09:00:38 ++ lf-pyver python3 09:00:38 ++ local py_version_xy=python3 09:00:38 ++ local py_version_xyz= 09:00:38 ++ pyenv versions 09:00:38 ++ local command 09:00:38 ++ command=versions 09:00:38 ++ '[' 1 -gt 0 ']' 09:00:38 ++ shift 09:00:38 ++ case "$command" in 09:00:38 ++ command pyenv versions 09:00:38 ++ pyenv versions 09:00:38 ++ awk '{ print $1 }' 09:00:38 ++ grep -E '^[0-9.]*[0-9]$' 09:00:38 ++ sed 's/^[ *]* //' 09:00:38 ++ [[ ! -s /tmp/.pyenv_versions ]] 09:00:38 +++ grep '^3' /tmp/.pyenv_versions 09:00:38 +++ sort -V 09:00:38 +++ tail -n 1 09:00:38 ++ py_version_xyz=3.10.6 09:00:38 ++ [[ -z 3.10.6 ]] 09:00:38 ++ echo 3.10.6 09:00:38 ++ return 0 09:00:38 + pyenv local 3.10.6 09:00:38 + local command 09:00:38 + command=local 09:00:38 + '[' 2 -gt 0 ']' 09:00:38 + shift 09:00:38 + case "$command" in 09:00:38 + command pyenv local 3.10.6 09:00:38 + pyenv local 3.10.6 09:00:38 + for arg in "$@" 09:00:38 + case $arg in 09:00:38 + pkg_list+='tox ' 09:00:38 + for arg in "$@" 09:00:38 + case $arg in 09:00:38 + pkg_list+='virtualenv ' 09:00:38 + for arg in "$@" 09:00:38 + case $arg in 09:00:38 + pkg_list+='urllib3~=1.26.15 ' 09:00:38 + [[ -f /tmp/.toxenv ]] 09:00:38 ++ cat /tmp/.toxenv 09:00:38 + lf_venv=/tmp/venv-RIRo 09:00:38 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-RIRo from' file:/tmp/.toxenv 09:00:38 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-RIRo from file:/tmp/.toxenv 09:00:38 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 09:00:38 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:00:38 + local 'pip_opts=--upgrade --quiet' 09:00:38 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 09:00:38 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 09:00:38 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 09:00:38 + [[ -n '' ]] 09:00:38 + [[ -n '' ]] 09:00:38 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 09:00:38 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:00:38 + /tmp/venv-RIRo/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 09:00:39 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 09:00:39 lf-activate-venv(): INFO: Base packages installed successfully 09:00:39 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 09:00:39 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 09:00:39 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 09:00:39 + /tmp/venv-RIRo/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 09:00:41 + type python3 09:00:41 + true 09:00:41 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-RIRo/bin to PATH' 09:00:41 lf-activate-venv(): INFO: Adding /tmp/venv-RIRo/bin to PATH 09:00:41 + PATH=/tmp/venv-RIRo/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 09:00:41 + return 0 09:00:41 + [[ -d /opt/pyenv ]] 09:00:41 + echo '---> Setting up pyenv' 09:00:41 ---> Setting up pyenv 09:00:41 + export PYENV_ROOT=/opt/pyenv 09:00:41 + PYENV_ROOT=/opt/pyenv 09:00:41 + export PATH=/opt/pyenv/bin:/tmp/venv-RIRo/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 09:00:41 + PATH=/opt/pyenv/bin:/tmp/venv-RIRo/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 09:00:41 ++ pwd 09:00:41 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 09:00:41 + export PYTHONPATH 09:00:41 + export TOX_TESTENV_PASSENV=PYTHONPATH 09:00:41 + TOX_TESTENV_PASSENV=PYTHONPATH 09:00:41 + tox --version 09:00:41 4.34.1 from /tmp/venv-RIRo/lib/python3.10/site-packages/tox/__init__.py 09:00:41 + PARALLEL=false 09:00:41 + TOX_OPTIONS_LIST= 09:00:41 + [[ -n pre-commit ]] 09:00:41 + TOX_OPTIONS_LIST=' -e pre-commit' 09:00:41 + case ${PARALLEL,,} in 09:00:41 + tox -e pre-commit 09:00:41 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 09:00:42 pre-commit: install_deps> python -I -m pip install pre-commit 09:00:45 pre-commit: freeze> python -m pip freeze --all 09:00:45 pre-commit: cfgv==3.5.0,distlib==0.4.0,filelock==3.20.3,identify==2.6.16,nodeenv==1.10.0,pip==25.3,platformdirs==4.5.1,pre_commit==4.5.1,PyYAML==6.0.3,setuptools==80.9.0,typing_extensions==4.15.0,virtualenv==20.36.1 09:00:45 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 09:00:45 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 09:00:46 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 09:00:46 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 09:00:47 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 09:00:47 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 09:00:47 [INFO] Once installed this environment will be reused. 09:00:47 [INFO] This may take a few minutes... 09:00:51 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 09:00:51 [INFO] Once installed this environment will be reused. 09:00:51 [INFO] This may take a few minutes... 09:00:56 trim trailing whitespace.................................................Passed 09:00:56 Tabs remover.............................................................Passed 09:00:56 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 09:00:57 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 09:00:57 [INFO] Once installed this environment will be reused. 09:00:57 [INFO] This may take a few minutes... 09:01:05 gitlint..............................................(no files to check)Skipped 09:01:05 pre-commit: OK (23.99=setup[3.57]+cmd[11.34,9.08] seconds) 09:01:05 congratulations :) (24.02 seconds) 09:01:05 + tox_status=0 09:01:05 + echo '---> Completed tox runs' 09:01:05 ---> Completed tox runs 09:01:05 + for i in .tox/*/log 09:01:05 ++ echo .tox/pre-commit/log 09:01:05 ++ awk -F/ '{print $2}' 09:01:05 + tox_env=pre-commit 09:01:05 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 09:01:05 + DOC_DIR=docs/_build/html 09:01:05 + [[ -d docs/_build/html ]] 09:01:05 + echo '---> tox-run.sh ends' 09:01:05 ---> tox-run.sh ends 09:01:05 + test 0 -eq 0 09:01:05 $ ssh-agent -k 09:01:05 unset SSH_AUTH_SOCK; 09:01:05 unset SSH_AGENT_PID; 09:01:05 echo Agent pid 1760 killed; 09:01:05 [ssh-agent] Stopped. 09:01:06 [PostBuildScript] - [INFO] Executing post build scripts. 09:01:06 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins289384385967514544.sh 09:01:06 ---> sysstat.sh 09:01:06 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins11564048966630969806.sh 09:01:06 ---> package-listing.sh 09:01:06 ++ tr '[:upper:]' '[:lower:]' 09:01:06 ++ facter osfamily 09:01:06 + OS_FAMILY=debian 09:01:06 + workspace=/w/workspace/oom-master-pre-commit-lint 09:01:06 + START_PACKAGES=/tmp/packages_start.txt 09:01:06 + END_PACKAGES=/tmp/packages_end.txt 09:01:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:01:06 + PACKAGES=/tmp/packages_start.txt 09:01:06 + '[' /w/workspace/oom-master-pre-commit-lint ']' 09:01:06 + PACKAGES=/tmp/packages_end.txt 09:01:06 + case "${OS_FAMILY}" in 09:01:06 + dpkg -l 09:01:06 + grep '^ii' 09:01:06 + '[' -f /tmp/packages_start.txt ']' 09:01:06 + '[' -f /tmp/packages_end.txt ']' 09:01:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:01:06 + '[' /w/workspace/oom-master-pre-commit-lint ']' 09:01:06 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 09:01:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 09:01:06 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins18285343478442257848.sh 09:01:06 ---> capture-instance-metadata.sh 09:01:06 Setup pyenv: 09:01:06 system 09:01:06 3.8.13 09:01:06 3.9.13 09:01:06 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 09:01:10 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-woeQ 09:01:10 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 09:01:10 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:01:10 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:01:16 lf-activate-venv(): INFO: Base packages installed successfully 09:01:16 lf-activate-venv(): INFO: Installing additional packages: lftools 09:01:48 lf-activate-venv(): INFO: Adding /tmp/venv-woeQ/bin to PATH 09:01:48 INFO: Running in OpenStack, capturing instance metadata 09:01:49 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1958981303390054798.sh 09:01:49 provisioning config files... 09:01:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config4730514607129255186tmp 09:01:49 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 09:01:49 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 09:01:49 [EnvInject] - Injecting environment variables from a build step. 09:01:49 [EnvInject] - Injecting as environment variables the properties content 09:01:49 SERVER_ID=logs 09:01:49 09:01:49 [EnvInject] - Variables injected successfully. 09:01:49 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins11419536753923370386.sh 09:01:49 ---> create-netrc.sh 09:01:49 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins11062910139443503781.sh 09:01:49 ---> python-tools-install.sh 09:01:49 Setup pyenv: 09:01:49 system 09:01:49 3.8.13 09:01:49 3.9.13 09:01:49 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 09:01:49 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-woeQ from file:/tmp/.os_lf_venv 09:01:49 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:01:49 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:01:51 lf-activate-venv(): INFO: Base packages installed successfully 09:01:51 lf-activate-venv(): INFO: Installing additional packages: lftools 09:01:59 lf-activate-venv(): INFO: Adding /tmp/venv-woeQ/bin to PATH 09:01:59 Generating Requirements File 09:02:22 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. 09:02:22 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 09:02:22 Python 3.10.6 09:02:22 pip 25.3 from /tmp/venv-woeQ/lib/python3.10/site-packages/pip (python 3.10) 09:02:23 appdirs==1.4.4 09:02:23 argcomplete==3.6.3 09:02:23 aspy.yaml==1.3.0 09:02:23 attrs==25.4.0 09:02:23 autopage==0.5.2 09:02:23 backports.strenum==1.3.1 09:02:23 beautifulsoup4==4.14.3 09:02:23 boto3==1.42.36 09:02:23 botocore==1.42.36 09:02:23 bs4==0.0.2 09:02:23 certifi==2026.1.4 09:02:23 cffi==2.0.0 09:02:23 cfgv==3.5.0 09:02:23 chardet==5.2.0 09:02:23 charset-normalizer==3.4.4 09:02:23 click==8.3.1 09:02:23 cliff==4.13.1 09:02:23 cmd2==3.1.2 09:02:23 cryptography==3.3.2 09:02:23 debtcollector==3.0.0 09:02:23 decorator==5.2.1 09:02:23 defusedxml==0.7.1 09:02:23 Deprecated==1.3.1 09:02:23 distlib==0.4.0 09:02:23 dnspython==2.8.0 09:02:23 docker==7.1.0 09:02:23 dogpile.cache==1.5.0 09:02:23 durationpy==0.10 09:02:23 email-validator==2.3.0 09:02:23 filelock==3.20.3 09:02:23 future==1.0.0 09:02:23 gitdb==4.0.12 09:02:23 GitPython==3.1.46 09:02:23 httplib2==0.30.2 09:02:23 identify==2.6.16 09:02:23 idna==3.11 09:02:23 importlib-resources==1.5.0 09:02:23 iso8601==2.1.0 09:02:23 Jinja2==3.1.6 09:02:23 jmespath==1.1.0 09:02:23 jsonpatch==1.33 09:02:23 jsonpointer==3.0.0 09:02:23 jsonschema==4.26.0 09:02:23 jsonschema-specifications==2025.9.1 09:02:23 keystoneauth1==5.13.0 09:02:23 kubernetes==35.0.0 09:02:23 lftools==0.37.21 09:02:23 lxml==6.0.2 09:02:23 markdown-it-py==4.0.0 09:02:23 MarkupSafe==3.0.3 09:02:23 mdurl==0.1.2 09:02:23 msgpack==1.1.2 09:02:23 multi_key_dict==2.0.3 09:02:23 munch==4.0.0 09:02:23 netaddr==1.3.0 09:02:23 niet==1.4.2 09:02:23 nodeenv==1.10.0 09:02:23 oauth2client==4.1.3 09:02:23 oauthlib==3.3.1 09:02:23 openstacksdk==4.9.0 09:02:23 os-service-types==1.8.2 09:02:23 osc-lib==4.3.0 09:02:23 oslo.config==10.2.0 09:02:23 oslo.context==6.2.0 09:02:23 oslo.i18n==6.7.1 09:02:23 oslo.log==8.0.0 09:02:23 oslo.serialization==5.9.0 09:02:23 oslo.utils==9.2.0 09:02:23 packaging==26.0 09:02:23 pbr==7.0.3 09:02:23 platformdirs==4.5.1 09:02:23 prettytable==3.17.0 09:02:23 psutil==7.2.1 09:02:23 pyasn1==0.6.2 09:02:23 pyasn1_modules==0.4.2 09:02:23 pycparser==3.0 09:02:23 pygerrit2==2.0.15 09:02:23 PyGithub==2.8.1 09:02:23 Pygments==2.19.2 09:02:23 PyJWT==2.10.1 09:02:23 PyNaCl==1.6.2 09:02:23 pyparsing==2.4.7 09:02:23 pyperclip==1.11.0 09:02:23 pyrsistent==0.20.0 09:02:23 python-cinderclient==9.8.0 09:02:23 python-dateutil==2.9.0.post0 09:02:23 python-heatclient==5.0.0 09:02:23 python-jenkins==1.8.3 09:02:23 python-keystoneclient==5.7.0 09:02:23 python-magnumclient==4.9.0 09:02:23 python-openstackclient==8.3.0 09:02:23 python-swiftclient==4.9.0 09:02:23 PyYAML==6.0.3 09:02:23 referencing==0.37.0 09:02:23 requests==2.32.5 09:02:23 requests-oauthlib==2.0.0 09:02:23 requestsexceptions==1.4.0 09:02:23 rfc3986==2.0.0 09:02:23 rich==14.3.1 09:02:23 rich-argparse==1.7.2 09:02:23 rpds-py==0.30.0 09:02:23 rsa==4.9.1 09:02:23 ruamel.yaml==0.19.1 09:02:23 ruamel.yaml.clib==0.2.15 09:02:23 s3transfer==0.16.0 09:02:23 simplejson==3.20.2 09:02:23 six==1.17.0 09:02:23 smmap==5.0.2 09:02:23 soupsieve==2.8.3 09:02:23 stevedore==5.6.0 09:02:23 tabulate==0.9.0 09:02:23 toml==0.10.2 09:02:23 tomlkit==0.14.0 09:02:23 tqdm==4.67.1 09:02:23 typing_extensions==4.15.0 09:02:23 tzdata==2025.3 09:02:23 urllib3==1.26.20 09:02:23 virtualenv==20.36.1 09:02:23 wcwidth==0.5.0 09:02:23 websocket-client==1.9.0 09:02:23 wrapt==2.0.1 09:02:23 xdg==6.0.0 09:02:23 xmltodict==1.0.2 09:02:23 yq==3.4.3 09:02:23 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14790860116167722122.sh 09:02:23 ---> sudo-logs.sh 09:02:23 Archiving 'sudo' log.. 09:02:23 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins8290334279353543705.sh 09:02:23 ---> job-cost.sh 09:02:23 Setup pyenv: 09:02:23 system 09:02:23 3.8.13 09:02:23 3.9.13 09:02:23 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 09:02:23 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-woeQ from file:/tmp/.os_lf_venv 09:02:23 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:02:23 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:02:25 lf-activate-venv(): INFO: Base packages installed successfully 09:02:25 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 09:02:31 lf-activate-venv(): INFO: Adding /tmp/venv-woeQ/bin to PATH 09:02:31 INFO: No Stack... 09:02:31 INFO: Retrieving Pricing Info for: v3-standard-4 09:02:31 INFO: Archiving Costs 09:02:31 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins1793770791473951097.sh 09:02:32 ---> logs-deploy.sh 09:02:32 Setup pyenv: 09:02:32 system 09:02:32 3.8.13 09:02:32 3.9.13 09:02:32 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 09:02:32 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-woeQ from file:/tmp/.os_lf_venv 09:02:32 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:02:32 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:02:34 lf-activate-venv(): INFO: Base packages installed successfully 09:02:34 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 09:02:42 lf-activate-venv(): INFO: Adding /tmp/venv-woeQ/bin to PATH 09:02:42 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4386 09:02:42 INFO: archiving workspace using pattern(s): 09:02:43 Archives upload complete. 09:02:43 INFO: archiving logs to Nexus 09:02:44 ---> uname -a: 09:02:44 Linux prd-ubuntu1804-builder-4c-4g-3641 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 09:02:44 09:02:44 09:02:44 ---> lscpu: 09:02:44 Architecture: x86_64 09:02:44 CPU op-mode(s): 32-bit, 64-bit 09:02:44 Byte Order: Little Endian 09:02:44 CPU(s): 4 09:02:44 On-line CPU(s) list: 0-3 09:02:44 Thread(s) per core: 1 09:02:44 Core(s) per socket: 1 09:02:44 Socket(s): 4 09:02:44 NUMA node(s): 1 09:02:44 Vendor ID: AuthenticAMD 09:02:44 CPU family: 23 09:02:44 Model: 49 09:02:44 Model name: AMD EPYC-Rome Processor 09:02:44 Stepping: 0 09:02:44 CPU MHz: 2800.000 09:02:44 BogoMIPS: 5600.00 09:02:44 Virtualization: AMD-V 09:02:44 Hypervisor vendor: KVM 09:02:44 Virtualization type: full 09:02:44 L1d cache: 32K 09:02:44 L1i cache: 32K 09:02:44 L2 cache: 512K 09:02:44 L3 cache: 16384K 09:02:44 NUMA node0 CPU(s): 0-3 09:02:44 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 09:02:44 09:02:44 09:02:44 ---> nproc: 09:02:44 4 09:02:44 09:02:44 09:02:44 ---> df -h: 09:02:44 Filesystem Size Used Avail Use% Mounted on 09:02:44 udev 7.9G 0 7.9G 0% /dev 09:02:44 tmpfs 1.6G 676K 1.6G 1% /run 09:02:44 /dev/vda1 78G 8.4G 69G 11% / 09:02:44 tmpfs 7.9G 0 7.9G 0% /dev/shm 09:02:44 tmpfs 5.0M 0 5.0M 0% /run/lock 09:02:44 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 09:02:44 /dev/vda15 105M 4.4M 100M 5% /boot/efi 09:02:44 tmpfs 1.6G 0 1.6G 0% /run/user/1001 09:02:44 09:02:44 09:02:44 ---> free -m: 09:02:44 total used free shared buff/cache available 09:02:44 Mem: 16040 536 13293 0 2210 15182 09:02:44 Swap: 1023 0 1023 09:02:44 09:02:44 09:02:44 ---> ip addr: 09:02:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 09:02:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:02:44 inet 127.0.0.1/8 scope host lo 09:02:44 valid_lft forever preferred_lft forever 09:02:44 inet6 ::1/128 scope host 09:02:44 valid_lft forever preferred_lft forever 09:02:44 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 09:02:44 link/ether fa:16:3e:55:8a:e7 brd ff:ff:ff:ff:ff:ff 09:02:44 inet 10.30.106.191/23 brd 10.30.107.255 scope global dynamic ens3 09:02:44 valid_lft 86203sec preferred_lft 86203sec 09:02:44 inet6 fe80::f816:3eff:fe55:8ae7/64 scope link 09:02:44 valid_lft forever preferred_lft forever 09:02:44 09:02:44 09:02:44 ---> sar -b -r -n DEV: 09:02:44 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-3641) 01/28/26 _x86_64_ (4 CPU) 09:02:44 09:02:44 08:59:33 LINUX RESTART (4 CPU) 09:02:44 09:02:44 09:00:00 tps rtps wtps bread/s bwrtn/s 09:02:44 09:01:02 98.49 33.50 64.99 1124.27 17585.45 09:02:44 09:02:01 83.68 0.92 82.77 105.61 19033.11 09:02:44 Average: 91.21 17.48 73.73 623.43 18297.22 09:02:44 09:02:44 09:00:00 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:02:44 09:01:02 13938912 15517984 2486056 15.14 55924 1723524 893048 5.11 769728 1499944 150200 09:02:44 09:02:01 13787392 15590280 2637576 16.06 78300 1911704 742168 4.25 718984 1676920 144868 09:02:44 Average: 13863152 15554132 2561816 15.60 67112 1817614 817608 4.68 744356 1588432 147534 09:02:44 09:02:44 09:00:00 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:02:44 09:01:02 lo 2.16 2.16 0.24 0.24 0.00 0.00 0.00 0.00 09:02:44 09:01:02 ens3 363.47 256.06 2245.14 73.32 0.00 0.00 0.00 0.00 09:02:44 09:02:01 lo 1.36 1.36 0.15 0.15 0.00 0.00 0.00 0.00 09:02:44 09:02:01 ens3 67.53 46.45 689.11 9.68 0.00 0.00 0.00 0.00 09:02:44 Average: lo 1.77 1.77 0.19 0.19 0.00 0.00 0.00 0.00 09:02:44 Average: ens3 217.96 153.00 1480.09 42.03 0.00 0.00 0.00 0.00 09:02:44 09:02:44 09:02:44 ---> sar -P ALL: 09:02:44 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-3641) 01/28/26 _x86_64_ (4 CPU) 09:02:44 09:02:44 08:59:33 LINUX RESTART (4 CPU) 09:02:44 09:02:44 09:00:00 CPU %user %nice %system %iowait %steal %idle 09:02:44 09:01:02 all 21.57 0.00 2.22 8.50 0.09 67.63 09:02:44 09:01:02 0 16.33 0.00 2.28 20.70 0.12 60.58 09:02:44 09:01:02 1 26.93 0.00 2.28 2.36 0.07 68.37 09:02:44 09:01:02 2 22.70 0.00 2.60 4.28 0.08 70.34 09:02:44 09:01:02 3 20.33 0.00 1.73 6.63 0.08 71.23 09:02:44 09:02:01 all 16.95 0.00 1.30 7.57 0.06 74.12 09:02:44 09:02:01 0 7.69 0.00 0.83 2.33 0.05 89.10 09:02:44 09:02:01 1 20.99 0.00 1.25 3.46 0.07 74.24 09:02:44 09:02:01 2 18.33 0.00 1.85 18.91 0.07 60.83 09:02:44 09:02:01 3 20.77 0.00 1.26 5.66 0.03 72.28 09:02:44 Average: all 19.29 0.00 1.77 8.04 0.07 70.83 09:02:44 Average: 0 12.07 0.00 1.56 11.65 0.08 74.63 09:02:44 Average: 1 24.00 0.00 1.77 2.90 0.07 71.27 09:02:44 Average: 2 20.55 0.00 2.23 11.49 0.08 65.66 09:02:44 Average: 3 20.55 0.00 1.50 6.15 0.06 71.75 09:02:44 09:02:44 09:02:44