12:00:47 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/142924 12:00:47 Running as SYSTEM 12:00:47 [EnvInject] - Loading node environment variables. 12:00:47 Building remotely on prd-ubuntu1804-builder-4c-4g-302 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 12:00:47 [ssh-agent] Looking for ssh-agent implementation... 12:00:48 $ ssh-agent 12:00:48 SSH_AUTH_SOCK=/tmp/ssh-2i7wbN4XO0uK/agent.1671 12:00:48 SSH_AGENT_PID=1673 12:00:48 [ssh-agent] Started. 12:00:48 Running ssh-add (command line suppressed) 12:00:48 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_8349035009160688855.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_8349035009160688855.key) 12:00:48 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 12:00:48 The recommended git tool is: NONE 12:00:49 using credential onap-jenkins-ssh 12:00:49 Wiping out workspace first. 12:00:49 Cloning the remote Git repository 12:00:49 Cloning repository git://cloud.onap.org/mirror/oom.git 12:00:49 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 12:00:49 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 12:00:49 > git --version # timeout=10 12:00:49 > git --version # 'git version 2.17.1' 12:00:49 using GIT_SSH to set credentials Gerrit user 12:00:49 Verifying host key using manually-configured host key entries 12:00:49 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 12:00:54 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 12:00:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:00:55 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 12:00:55 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 12:00:55 using GIT_SSH to set credentials Gerrit user 12:00:55 Verifying host key using manually-configured host key entries 12:00:55 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/24/142924/1 # timeout=30 12:00:55 > git rev-parse f72d0fd0b21ca79fc00ed6cd69800c2ea5137c22^{commit} # timeout=10 12:00:55 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 12:00:55 Checking out Revision f72d0fd0b21ca79fc00ed6cd69800c2ea5137c22 (refs/changes/24/142924/1) 12:00:55 > git config core.sparsecheckout # timeout=10 12:00:55 > git checkout -f f72d0fd0b21ca79fc00ed6cd69800c2ea5137c22 # timeout=30 12:00:59 Commit message: "[SDNC] sdnc-init job fails if istio is not used" 12:00:59 > git rev-parse FETCH_HEAD^{commit} # timeout=10 12:00:59 > git rev-list --no-walk 551dedc6827327fe88cbebd671f10ec458776975 # timeout=10 12:00:59 [EnvInject] - Injecting environment variables from a build step. 12:00:59 [EnvInject] - Injecting as environment variables the properties content 12:00:59 PYTHON=python3 12:00:59 12:00:59 [EnvInject] - Variables injected successfully. 12:00:59 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins10423774690049731728.sh 12:00:59 ---> tox-install.sh 12:00:59 + source /home/jenkins/lf-env.sh 12:00:59 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 12:00:59 ++ mktemp -d /tmp/venv-XXXX 12:00:59 + lf_venv=/tmp/venv-3v7S 12:00:59 + local venv_file=/tmp/.os_lf_venv 12:00:59 + local python=python3 12:00:59 + local options 12:00:59 + local set_path=true 12:00:59 + local install_args= 12:00:59 ++ 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 12:00:59 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 12:00:59 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 12:00:59 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 12:00:59 + true 12:00:59 + case $1 in 12:00:59 + venv_file=/tmp/.toxenv 12:00:59 + shift 2 12:00:59 + true 12:00:59 + case $1 in 12:00:59 + shift 12:00:59 + break 12:00:59 + case $python in 12:00:59 + local pkg_list= 12:00:59 + [[ -d /opt/pyenv ]] 12:00:59 + echo 'Setup pyenv:' 12:00:59 Setup pyenv: 12:00:59 + export PYENV_ROOT=/opt/pyenv 12:00:59 + PYENV_ROOT=/opt/pyenv 12:00:59 + 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 12:00:59 + 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 12:00:59 + pyenv versions 12:00:59 * system (set by /opt/pyenv/version) 12:00:59 * 3.8.13 (set by /opt/pyenv/version) 12:00:59 * 3.9.13 (set by /opt/pyenv/version) 12:00:59 * 3.10.6 (set by /opt/pyenv/version) 12:00:59 + command -v pyenv 12:00:59 ++ pyenv init - --no-rehash 12:00:59 + 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[*]}"'\'')" 12:00:59 export PATH="/opt/pyenv/shims:${PATH}" 12:00:59 export PYENV_SHELL=bash 12:00:59 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 12:00:59 pyenv() { 12:00:59 local command 12:00:59 command="${1:-}" 12:00:59 if [ "$#" -gt 0 ]; then 12:00:59 shift 12:00:59 fi 12:00:59 12:00:59 case "$command" in 12:00:59 rehash|shell) 12:00:59 eval "$(pyenv "sh-$command" "$@")" 12:00:59 ;; 12:00:59 *) 12:00:59 command pyenv "$command" "$@" 12:00:59 ;; 12:00:59 esac 12:00:59 }' 12:00:59 +++ 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[*]}"' 12:00:59 ++ 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 12:00:59 ++ 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 12:00:59 ++ 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 12:00:59 ++ export PYENV_SHELL=bash 12:00:59 ++ PYENV_SHELL=bash 12:00:59 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 12:00:59 +++ complete -F _pyenv pyenv 12:00:59 ++ lf-pyver python3 12:00:59 ++ local py_version_xy=python3 12:00:59 ++ local py_version_xyz= 12:00:59 ++ pyenv versions 12:00:59 ++ local command 12:00:59 ++ command=versions 12:00:59 ++ '[' 1 -gt 0 ']' 12:00:59 ++ shift 12:00:59 ++ case "$command" in 12:00:59 ++ command pyenv versions 12:00:59 ++ pyenv versions 12:00:59 ++ sed 's/^[ *]* //' 12:00:59 ++ grep -E '^[0-9.]*[0-9]$' 12:00:59 ++ awk '{ print $1 }' 12:00:59 ++ [[ ! -s /tmp/.pyenv_versions ]] 12:00:59 +++ grep '^3' /tmp/.pyenv_versions 12:00:59 +++ sort -V 12:00:59 +++ tail -n 1 12:00:59 ++ py_version_xyz=3.10.6 12:00:59 ++ [[ -z 3.10.6 ]] 12:00:59 ++ echo 3.10.6 12:00:59 ++ return 0 12:00:59 + pyenv local 3.10.6 12:00:59 + local command 12:00:59 + command=local 12:00:59 + '[' 2 -gt 0 ']' 12:00:59 + shift 12:00:59 + case "$command" in 12:00:59 + command pyenv local 3.10.6 12:00:59 + pyenv local 3.10.6 12:00:59 + for arg in "$@" 12:00:59 + case $arg in 12:00:59 + pkg_list+='tox ' 12:00:59 + for arg in "$@" 12:00:59 + case $arg in 12:00:59 + pkg_list+='virtualenv ' 12:00:59 + for arg in "$@" 12:00:59 + case $arg in 12:00:59 + pkg_list+='urllib3~=1.26.15 ' 12:00:59 + [[ -f /tmp/.toxenv ]] 12:00:59 + [[ ! -f /tmp/.toxenv ]] 12:00:59 + [[ -n '' ]] 12:00:59 + python3 -m venv /tmp/venv-3v7S 12:01:03 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3v7S' 12:01:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3v7S 12:01:03 + echo /tmp/venv-3v7S 12:01:03 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 12:01:03 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 12:01:03 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 12:01:03 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:01:03 + local 'pip_opts=--upgrade --quiet' 12:01:03 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 12:01:03 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 12:01:03 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 12:01:03 + [[ -n '' ]] 12:01:03 + [[ -n '' ]] 12:01:03 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 12:01:03 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:01:03 + /tmp/venv-3v7S/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 12:01:08 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 12:01:08 lf-activate-venv(): INFO: Base packages installed successfully 12:01:08 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 12:01:08 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 12:01:08 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 12:01:08 + /tmp/venv-3v7S/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 12:01:10 + type python3 12:01:10 + true 12:01:10 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-3v7S/bin to PATH' 12:01:10 lf-activate-venv(): INFO: Adding /tmp/venv-3v7S/bin to PATH 12:01:10 + PATH=/tmp/venv-3v7S/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 12:01:10 + return 0 12:01:10 + python3 --version 12:01:10 Python 3.10.6 12:01:10 + python3 -m pip --version 12:01:10 pip 25.3 from /tmp/venv-3v7S/lib/python3.10/site-packages/pip (python 3.10) 12:01:10 + python3 -m pip freeze 12:01:10 cachetools==6.2.4 12:01:10 chardet==5.2.0 12:01:10 colorama==0.4.6 12:01:10 distlib==0.4.0 12:01:10 filelock==3.20.3 12:01:10 packaging==25.0 12:01:10 platformdirs==4.5.1 12:01:10 pluggy==1.6.0 12:01:10 pyproject-api==1.10.0 12:01:10 tomli==2.4.0 12:01:10 tox==4.34.1 12:01:10 typing_extensions==4.15.0 12:01:10 urllib3==1.26.20 12:01:10 virtualenv==20.36.1 12:01:10 [EnvInject] - Injecting environment variables from a build step. 12:01:10 [EnvInject] - Injecting as environment variables the properties content 12:01:10 PARALLEL=false 12:01:10 12:01:10 [EnvInject] - Variables injected successfully. 12:01:10 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins8433809521949791787.sh 12:01:10 ---> tox-run.sh 12:01:10 + 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 12:01:10 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 12:01:10 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 12:01:10 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 12:01:10 + cd /w/workspace/oom-master-pre-commit-lint/. 12:01:10 + source /home/jenkins/lf-env.sh 12:01:10 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 12:01:10 ++ mktemp -d /tmp/venv-XXXX 12:01:10 + lf_venv=/tmp/venv-zC7z 12:01:10 + local venv_file=/tmp/.os_lf_venv 12:01:10 + local python=python3 12:01:10 + local options 12:01:10 + local set_path=true 12:01:10 + local install_args= 12:01:10 ++ 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 12:01:10 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 12:01:10 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 12:01:10 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 12:01:10 + true 12:01:10 + case $1 in 12:01:10 + venv_file=/tmp/.toxenv 12:01:10 + shift 2 12:01:10 + true 12:01:10 + case $1 in 12:01:10 + shift 12:01:10 + break 12:01:10 + case $python in 12:01:10 + local pkg_list= 12:01:10 + [[ -d /opt/pyenv ]] 12:01:10 + echo 'Setup pyenv:' 12:01:10 Setup pyenv: 12:01:10 + export PYENV_ROOT=/opt/pyenv 12:01:10 + PYENV_ROOT=/opt/pyenv 12:01:10 + 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 12:01:10 + 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 12:01:10 + pyenv versions 12:01:10 system 12:01:10 3.8.13 12:01:10 3.9.13 12:01:10 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 12:01:10 + command -v pyenv 12:01:10 ++ pyenv init - --no-rehash 12:01:10 + 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[*]}"'\'')" 12:01:10 export PATH="/opt/pyenv/shims:${PATH}" 12:01:10 export PYENV_SHELL=bash 12:01:10 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 12:01:10 pyenv() { 12:01:10 local command 12:01:10 command="${1:-}" 12:01:10 if [ "$#" -gt 0 ]; then 12:01:10 shift 12:01:10 fi 12:01:10 12:01:10 case "$command" in 12:01:10 rehash|shell) 12:01:10 eval "$(pyenv "sh-$command" "$@")" 12:01:10 ;; 12:01:10 *) 12:01:10 command pyenv "$command" "$@" 12:01:10 ;; 12:01:10 esac 12:01:10 }' 12:01:10 +++ 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[*]}"' 12:01:10 ++ 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 12:01:10 ++ 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 12:01:10 ++ 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 12:01:10 ++ export PYENV_SHELL=bash 12:01:10 ++ PYENV_SHELL=bash 12:01:10 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 12:01:10 +++ complete -F _pyenv pyenv 12:01:10 ++ lf-pyver python3 12:01:10 ++ local py_version_xy=python3 12:01:10 ++ local py_version_xyz= 12:01:10 ++ pyenv versions 12:01:10 ++ local command 12:01:10 ++ awk '{ print $1 }' 12:01:10 ++ command=versions 12:01:10 ++ sed 's/^[ *]* //' 12:01:10 ++ grep -E '^[0-9.]*[0-9]$' 12:01:10 ++ '[' 1 -gt 0 ']' 12:01:10 ++ shift 12:01:10 ++ case "$command" in 12:01:10 ++ command pyenv versions 12:01:10 ++ pyenv versions 12:01:11 ++ [[ ! -s /tmp/.pyenv_versions ]] 12:01:11 +++ grep '^3' /tmp/.pyenv_versions 12:01:11 +++ sort -V 12:01:11 +++ tail -n 1 12:01:11 ++ py_version_xyz=3.10.6 12:01:11 ++ [[ -z 3.10.6 ]] 12:01:11 ++ echo 3.10.6 12:01:11 ++ return 0 12:01:11 + pyenv local 3.10.6 12:01:11 + local command 12:01:11 + command=local 12:01:11 + '[' 2 -gt 0 ']' 12:01:11 + shift 12:01:11 + case "$command" in 12:01:11 + command pyenv local 3.10.6 12:01:11 + pyenv local 3.10.6 12:01:11 + for arg in "$@" 12:01:11 + case $arg in 12:01:11 + pkg_list+='tox ' 12:01:11 + for arg in "$@" 12:01:11 + case $arg in 12:01:11 + pkg_list+='virtualenv ' 12:01:11 + for arg in "$@" 12:01:11 + case $arg in 12:01:11 + pkg_list+='urllib3~=1.26.15 ' 12:01:11 + [[ -f /tmp/.toxenv ]] 12:01:11 ++ cat /tmp/.toxenv 12:01:11 + lf_venv=/tmp/venv-3v7S 12:01:11 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-3v7S from' file:/tmp/.toxenv 12:01:11 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-3v7S from file:/tmp/.toxenv 12:01:11 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 12:01:11 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:01:11 + local 'pip_opts=--upgrade --quiet' 12:01:11 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 12:01:11 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 12:01:11 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 12:01:11 + [[ -n '' ]] 12:01:11 + [[ -n '' ]] 12:01:11 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 12:01:11 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:01:11 + /tmp/venv-3v7S/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 12:01:11 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 12:01:11 lf-activate-venv(): INFO: Base packages installed successfully 12:01:11 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 12:01:11 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 12:01:11 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 12:01:11 + /tmp/venv-3v7S/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 12:01:13 + type python3 12:01:13 + true 12:01:13 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-3v7S/bin to PATH' 12:01:13 lf-activate-venv(): INFO: Adding /tmp/venv-3v7S/bin to PATH 12:01:13 + PATH=/tmp/venv-3v7S/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 12:01:13 + return 0 12:01:13 + [[ -d /opt/pyenv ]] 12:01:13 + echo '---> Setting up pyenv' 12:01:13 ---> Setting up pyenv 12:01:13 + export PYENV_ROOT=/opt/pyenv 12:01:13 + PYENV_ROOT=/opt/pyenv 12:01:13 + export PATH=/opt/pyenv/bin:/tmp/venv-3v7S/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 12:01:13 + PATH=/opt/pyenv/bin:/tmp/venv-3v7S/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 12:01:13 ++ pwd 12:01:13 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 12:01:13 + export PYTHONPATH 12:01:13 + export TOX_TESTENV_PASSENV=PYTHONPATH 12:01:13 + TOX_TESTENV_PASSENV=PYTHONPATH 12:01:13 + tox --version 12:01:13 4.34.1 from /tmp/venv-3v7S/lib/python3.10/site-packages/tox/__init__.py 12:01:13 + PARALLEL=false 12:01:13 + TOX_OPTIONS_LIST= 12:01:13 + [[ -n pre-commit ]] 12:01:13 + TOX_OPTIONS_LIST=' -e pre-commit' 12:01:13 + case ${PARALLEL,,} in 12:01:13 + tox -e pre-commit 12:01:13 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 12:01:14 pre-commit: install_deps> python -I -m pip install pre-commit 12:01:17 pre-commit: freeze> python -m pip freeze --all 12:01:17 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 12:01:17 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 12:01:17 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 12:01:18 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 12:01:18 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 12:01:19 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 12:01:19 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 12:01:19 [INFO] Once installed this environment will be reused. 12:01:19 [INFO] This may take a few minutes... 12:01:24 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 12:01:24 [INFO] Once installed this environment will be reused. 12:01:24 [INFO] This may take a few minutes... 12:01:28 trim trailing whitespace.................................................Passed 12:01:29 Tabs remover.............................................................Passed 12:01:29 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 12:01:29 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 12:01:29 [INFO] Once installed this environment will be reused. 12:01:29 [INFO] This may take a few minutes... 12:01:38 gitlint..............................................(no files to check)Skipped 12:01:38 pre-commit: OK (25.05=setup[3.71]+cmd[11.53,9.81] seconds) 12:01:38 congratulations :) (25.08 seconds) 12:01:38 + tox_status=0 12:01:38 + echo '---> Completed tox runs' 12:01:38 ---> Completed tox runs 12:01:38 + for i in .tox/*/log 12:01:38 ++ echo .tox/pre-commit/log 12:01:38 ++ awk -F/ '{print $2}' 12:01:38 + tox_env=pre-commit 12:01:38 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 12:01:39 + DOC_DIR=docs/_build/html 12:01:39 + [[ -d docs/_build/html ]] 12:01:39 + echo '---> tox-run.sh ends' 12:01:39 ---> tox-run.sh ends 12:01:39 + test 0 -eq 0 12:01:39 $ ssh-agent -k 12:01:39 unset SSH_AUTH_SOCK; 12:01:39 unset SSH_AGENT_PID; 12:01:39 echo Agent pid 1673 killed; 12:01:39 [ssh-agent] Stopped. 12:01:39 [PostBuildScript] - [INFO] Executing post build scripts. 12:01:39 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins6908829779496189723.sh 12:01:39 ---> sysstat.sh 12:01:39 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5210962116235678504.sh 12:01:39 ---> package-listing.sh 12:01:39 ++ facter osfamily 12:01:39 ++ tr '[:upper:]' '[:lower:]' 12:01:39 + OS_FAMILY=debian 12:01:39 + workspace=/w/workspace/oom-master-pre-commit-lint 12:01:39 + START_PACKAGES=/tmp/packages_start.txt 12:01:39 + END_PACKAGES=/tmp/packages_end.txt 12:01:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:01:39 + PACKAGES=/tmp/packages_start.txt 12:01:39 + '[' /w/workspace/oom-master-pre-commit-lint ']' 12:01:39 + PACKAGES=/tmp/packages_end.txt 12:01:39 + case "${OS_FAMILY}" in 12:01:39 + dpkg -l 12:01:39 + grep '^ii' 12:01:39 + '[' -f /tmp/packages_start.txt ']' 12:01:39 + '[' -f /tmp/packages_end.txt ']' 12:01:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:01:39 + '[' /w/workspace/oom-master-pre-commit-lint ']' 12:01:39 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 12:01:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 12:01:39 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14058005704476872534.sh 12:01:39 ---> capture-instance-metadata.sh 12:01:39 Setup pyenv: 12:01:39 system 12:01:39 3.8.13 12:01:39 3.9.13 12:01:39 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 12:01:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lIU3 12:01:43 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 12:01:43 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:01:43 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:01:48 lf-activate-venv(): INFO: Base packages installed successfully 12:01:48 lf-activate-venv(): INFO: Installing additional packages: lftools 12:02:10 lf-activate-venv(): INFO: Adding /tmp/venv-lIU3/bin to PATH 12:02:10 INFO: Running in OpenStack, capturing instance metadata 12:02:10 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins18250144619749203996.sh 12:02:10 provisioning config files... 12:02:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config4175887955016064100tmp 12:02:10 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 12:02:10 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 12:02:10 [EnvInject] - Injecting environment variables from a build step. 12:02:10 [EnvInject] - Injecting as environment variables the properties content 12:02:10 SERVER_ID=logs 12:02:10 12:02:10 [EnvInject] - Variables injected successfully. 12:02:10 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins12781821686986319316.sh 12:02:10 ---> create-netrc.sh 12:02:10 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins4526643162513820359.sh 12:02:10 ---> python-tools-install.sh 12:02:10 Setup pyenv: 12:02:10 system 12:02:10 3.8.13 12:02:10 3.9.13 12:02:10 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 12:02:11 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-lIU3 from file:/tmp/.os_lf_venv 12:02:11 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:02:11 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:02:12 lf-activate-venv(): INFO: Base packages installed successfully 12:02:12 lf-activate-venv(): INFO: Installing additional packages: lftools 12:02:21 lf-activate-venv(): INFO: Adding /tmp/venv-lIU3/bin to PATH 12:02:21 Generating Requirements File 12:02:39 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. 12:02:39 httplib2 0.31.1 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 12:02:39 Python 3.10.6 12:02:39 pip 25.3 from /tmp/venv-lIU3/lib/python3.10/site-packages/pip (python 3.10) 12:02:39 appdirs==1.4.4 12:02:39 argcomplete==3.6.3 12:02:39 aspy.yaml==1.3.0 12:02:39 attrs==25.4.0 12:02:39 autopage==0.5.2 12:02:39 backports.strenum==1.3.1 12:02:39 beautifulsoup4==4.14.3 12:02:39 boto3==1.42.27 12:02:39 botocore==1.42.27 12:02:39 bs4==0.0.2 12:02:39 certifi==2026.1.4 12:02:39 cffi==2.0.0 12:02:39 cfgv==3.5.0 12:02:39 chardet==5.2.0 12:02:39 charset-normalizer==3.4.4 12:02:39 click==8.3.1 12:02:39 cliff==4.13.1 12:02:39 cmd2==3.1.0 12:02:39 cryptography==3.3.2 12:02:39 debtcollector==3.0.0 12:02:39 decorator==5.2.1 12:02:39 defusedxml==0.7.1 12:02:39 Deprecated==1.3.1 12:02:39 distlib==0.4.0 12:02:39 dnspython==2.8.0 12:02:39 docker==7.1.0 12:02:39 dogpile.cache==1.5.0 12:02:39 durationpy==0.10 12:02:39 email-validator==2.3.0 12:02:39 filelock==3.20.3 12:02:39 future==1.0.0 12:02:39 gitdb==4.0.12 12:02:39 GitPython==3.1.46 12:02:39 google-auth==2.47.0 12:02:39 httplib2==0.31.1 12:02:39 identify==2.6.16 12:02:39 idna==3.11 12:02:39 importlib-resources==1.5.0 12:02:39 iso8601==2.1.0 12:02:39 Jinja2==3.1.6 12:02:39 jmespath==1.0.1 12:02:39 jsonpatch==1.33 12:02:39 jsonpointer==3.0.0 12:02:39 jsonschema==4.26.0 12:02:39 jsonschema-specifications==2025.9.1 12:02:39 keystoneauth1==5.12.0 12:02:39 kubernetes==34.1.0 12:02:39 lftools==0.37.19 12:02:39 lxml==6.0.2 12:02:39 markdown-it-py==4.0.0 12:02:39 MarkupSafe==3.0.3 12:02:39 mdurl==0.1.2 12:02:39 msgpack==1.1.2 12:02:39 multi_key_dict==2.0.3 12:02:39 munch==4.0.0 12:02:39 netaddr==1.3.0 12:02:39 niet==1.4.2 12:02:39 nodeenv==1.10.0 12:02:39 oauth2client==4.1.3 12:02:39 oauthlib==3.3.1 12:02:39 openstacksdk==4.8.0 12:02:39 os-service-types==1.8.2 12:02:39 osc-lib==4.3.0 12:02:39 oslo.config==10.2.0 12:02:39 oslo.context==6.2.0 12:02:39 oslo.i18n==6.7.1 12:02:39 oslo.log==8.0.0 12:02:39 oslo.serialization==5.9.0 12:02:39 oslo.utils==9.2.0 12:02:39 packaging==25.0 12:02:39 pbr==7.0.3 12:02:39 platformdirs==4.5.1 12:02:39 prettytable==3.17.0 12:02:39 psutil==7.2.1 12:02:39 pyasn1==0.6.1 12:02:39 pyasn1_modules==0.4.2 12:02:39 pycparser==2.23 12:02:39 pygerrit2==2.0.15 12:02:39 PyGithub==2.8.1 12:02:39 Pygments==2.19.2 12:02:39 PyJWT==2.10.1 12:02:39 PyNaCl==1.6.2 12:02:39 pyparsing==2.4.7 12:02:39 pyperclip==1.11.0 12:02:39 pyrsistent==0.20.0 12:02:39 python-cinderclient==9.8.0 12:02:39 python-dateutil==2.9.0.post0 12:02:39 python-heatclient==4.3.0 12:02:39 python-jenkins==1.8.3 12:02:39 python-keystoneclient==5.7.0 12:02:39 python-magnumclient==4.9.0 12:02:39 python-openstackclient==8.3.0 12:02:39 python-swiftclient==4.9.0 12:02:39 PyYAML==6.0.3 12:02:39 referencing==0.37.0 12:02:39 requests==2.32.5 12:02:39 requests-oauthlib==2.0.0 12:02:39 requestsexceptions==1.4.0 12:02:39 rfc3986==2.0.0 12:02:39 rich==14.2.0 12:02:39 rich-argparse==1.7.2 12:02:39 rpds-py==0.30.0 12:02:39 rsa==4.9.1 12:02:39 ruamel.yaml==0.19.1 12:02:39 ruamel.yaml.clib==0.2.15 12:02:39 s3transfer==0.16.0 12:02:39 simplejson==3.20.2 12:02:39 six==1.17.0 12:02:39 smmap==5.0.2 12:02:39 soupsieve==2.8.1 12:02:39 stevedore==5.6.0 12:02:39 tabulate==0.9.0 12:02:39 toml==0.10.2 12:02:39 tomlkit==0.14.0 12:02:39 tqdm==4.67.1 12:02:39 typing_extensions==4.15.0 12:02:39 tzdata==2025.3 12:02:39 urllib3==1.26.20 12:02:39 virtualenv==20.36.1 12:02:39 wcwidth==0.2.14 12:02:39 websocket-client==1.9.0 12:02:39 wrapt==2.0.1 12:02:39 xdg==6.0.0 12:02:39 xmltodict==1.0.2 12:02:39 yq==3.4.3 12:02:39 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins17611895110830586463.sh 12:02:39 ---> sudo-logs.sh 12:02:39 Archiving 'sudo' log.. 12:02:40 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15247665884395760412.sh 12:02:40 ---> job-cost.sh 12:02:40 Setup pyenv: 12:02:40 system 12:02:40 3.8.13 12:02:40 3.9.13 12:02:40 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 12:02:40 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-lIU3 from file:/tmp/.os_lf_venv 12:02:40 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:02:40 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:02:42 lf-activate-venv(): INFO: Base packages installed successfully 12:02:42 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 12:02:47 lf-activate-venv(): INFO: Adding /tmp/venv-lIU3/bin to PATH 12:02:47 INFO: No Stack... 12:02:47 INFO: Retrieving Pricing Info for: v3-standard-4 12:02:47 INFO: Archiving Costs 12:02:47 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins9885399396693553470.sh 12:02:47 ---> logs-deploy.sh 12:02:47 Setup pyenv: 12:02:47 system 12:02:47 3.8.13 12:02:47 3.9.13 12:02:47 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 12:02:47 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-lIU3 from file:/tmp/.os_lf_venv 12:02:47 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:02:47 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:02:49 lf-activate-venv(): INFO: Base packages installed successfully 12:02:49 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 12:02:58 lf-activate-venv(): INFO: Adding /tmp/venv-lIU3/bin to PATH 12:02:58 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4378 12:02:58 INFO: archiving workspace using pattern(s): 12:02:59 Archives upload complete. 12:02:59 INFO: archiving logs to Nexus 12:03:00 ---> uname -a: 12:03:00 Linux prd-ubuntu1804-builder-4c-4g-302 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 12:03:00 12:03:00 12:03:00 ---> lscpu: 12:03:00 Architecture: x86_64 12:03:00 CPU op-mode(s): 32-bit, 64-bit 12:03:00 Byte Order: Little Endian 12:03:00 CPU(s): 4 12:03:00 On-line CPU(s) list: 0-3 12:03:00 Thread(s) per core: 1 12:03:00 Core(s) per socket: 1 12:03:00 Socket(s): 4 12:03:00 NUMA node(s): 1 12:03:00 Vendor ID: AuthenticAMD 12:03:00 CPU family: 23 12:03:00 Model: 49 12:03:00 Model name: AMD EPYC-Rome Processor 12:03:00 Stepping: 0 12:03:00 CPU MHz: 2799.998 12:03:00 BogoMIPS: 5599.99 12:03:00 Virtualization: AMD-V 12:03:00 Hypervisor vendor: KVM 12:03:00 Virtualization type: full 12:03:00 L1d cache: 32K 12:03:00 L1i cache: 32K 12:03:00 L2 cache: 512K 12:03:00 L3 cache: 16384K 12:03:00 NUMA node0 CPU(s): 0-3 12:03:00 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 12:03:00 12:03:00 12:03:00 ---> nproc: 12:03:00 4 12:03:00 12:03:00 12:03:00 ---> df -h: 12:03:00 Filesystem Size Used Avail Use% Mounted on 12:03:00 udev 7.9G 0 7.9G 0% /dev 12:03:00 tmpfs 1.6G 676K 1.6G 1% /run 12:03:00 /dev/vda1 78G 8.4G 69G 11% / 12:03:00 tmpfs 7.9G 0 7.9G 0% /dev/shm 12:03:00 tmpfs 5.0M 0 5.0M 0% /run/lock 12:03:00 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 12:03:00 /dev/vda15 105M 4.4M 100M 5% /boot/efi 12:03:00 tmpfs 1.6G 0 1.6G 0% /run/user/1001 12:03:00 12:03:00 12:03:00 ---> free -m: 12:03:00 total used free shared buff/cache available 12:03:00 Mem: 16040 559 13269 0 2210 15159 12:03:00 Swap: 1023 0 1023 12:03:00 12:03:00 12:03:00 ---> ip addr: 12:03:00 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 12:03:00 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:03:00 inet 127.0.0.1/8 scope host lo 12:03:00 valid_lft forever preferred_lft forever 12:03:00 inet6 ::1/128 scope host 12:03:00 valid_lft forever preferred_lft forever 12:03:00 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 12:03:00 link/ether fa:16:3e:70:6d:d9 brd ff:ff:ff:ff:ff:ff 12:03:00 inet 10.30.107.197/23 brd 10.30.107.255 scope global dynamic ens3 12:03:00 valid_lft 86251sec preferred_lft 86251sec 12:03:00 inet6 fe80::f816:3eff:fe70:6dd9/64 scope link 12:03:00 valid_lft forever preferred_lft forever 12:03:00 12:03:00 12:03:00 ---> sar -b -r -n DEV: 12:03:00 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-302) 01/14/26 _x86_64_ (4 CPU) 12:03:00 12:03:00 12:00:32 LINUX RESTART (4 CPU) 12:03:00 12:03:00 12:01:01 tps rtps wtps bread/s bwrtn/s 12:03:00 12:02:02 126.86 8.86 117.99 174.61 47125.76 12:03:00 Average: 126.86 8.86 117.99 174.61 47125.76 12:03:00 12:03:00 12:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:03:00 12:02:02 13767992 15475744 2656968 16.18 65876 1836648 842760 4.82 828668 1602244 98580 12:03:00 Average: 13767992 15475744 2656968 16.18 65876 1836648 842760 4.82 828668 1602244 98580 12:03:00 12:03:00 12:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:03:00 12:02:02 lo 2.60 2.60 0.29 0.29 0.00 0.00 0.00 0.00 12:03:00 12:02:02 ens3 94.90 69.56 1439.82 12.83 0.00 0.00 0.00 0.00 12:03:00 Average: lo 2.60 2.60 0.29 0.29 0.00 0.00 0.00 0.00 12:03:00 Average: ens3 94.90 69.56 1439.82 12.83 0.00 0.00 0.00 0.00 12:03:00 12:03:00 12:03:00 ---> sar -P ALL: 12:03:00 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-302) 01/14/26 _x86_64_ (4 CPU) 12:03:00 12:03:00 12:00:32 LINUX RESTART (4 CPU) 12:03:00 12:03:00 12:01:01 CPU %user %nice %system %iowait %steal %idle 12:03:00 12:02:02 all 22.03 0.00 2.33 2.18 0.06 73.40 12:03:00 12:02:02 0 22.96 0.00 2.44 1.42 0.07 73.10 12:03:00 12:02:02 1 12.43 0.00 2.11 6.40 0.05 79.01 12:03:00 12:02:02 2 33.17 0.00 2.85 0.72 0.08 63.18 12:03:00 12:02:02 3 19.50 0.00 1.92 0.20 0.05 78.33 12:03:00 Average: all 22.03 0.00 2.33 2.18 0.06 73.40 12:03:00 Average: 0 22.96 0.00 2.44 1.42 0.07 73.10 12:03:00 Average: 1 12.43 0.00 2.11 6.40 0.05 79.01 12:03:00 Average: 2 33.17 0.00 2.85 0.72 0.08 63.18 12:03:00 Average: 3 19.50 0.00 1.92 0.20 0.05 78.33 12:03:00 12:03:00 12:03:00