10:02:05 Triggered by Gerrit: https://gerrit.onap.org/r/c/testsuite/pythonsdk-tests/+/143133 10:02:05 Running as SYSTEM 10:02:05 [EnvInject] - Loading node environment variables. 10:02:05 Building remotely on prd-centos8-builder-2c-1g-6394 (centos8-builder-2c-1g) in workspace /w/workspace/testsuite-pythonsdk-tests-master-python-lint 10:02:05 [ssh-agent] Looking for ssh-agent implementation... 10:02:05 $ ssh-agent 10:02:05 SSH_AUTH_SOCK=/tmp/ssh-aNVSNF996z5r/agent.14768 10:02:05 SSH_AGENT_PID=14774 10:02:05 [ssh-agent] Started. 10:02:05 Running ssh-add (command line suppressed) 10:02:05 Identity added: /w/workspace/testsuite-pythonsdk-tests-master-python-lint@tmp/private_key_6937479865051252044.key (/w/workspace/testsuite-pythonsdk-tests-master-python-lint@tmp/private_key_6937479865051252044.key) 10:02:05 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 10:02:05 The recommended git tool is: NONE 10:02:08 using credential onap-jenkins-ssh 10:02:08 Wiping out workspace first. 10:02:08 Cloning the remote Git repository 10:02:08 Cloning repository git://cloud.onap.org/mirror/testsuite/pythonsdk-tests.git 10:02:08 > git init /w/workspace/testsuite-pythonsdk-tests-master-python-lint # timeout=10 10:02:08 Fetching upstream changes from git://cloud.onap.org/mirror/testsuite/pythonsdk-tests.git 10:02:08 > git --version # timeout=10 10:02:08 > git --version # 'git version 2.39.0' 10:02:08 using GIT_SSH to set credentials Gerrit user 10:02:08 [INFO] Currently running in a labeled security context 10:02:08 [INFO] Currently SELinux is 'enforcing' on the host 10:02:08 > /usr/bin/chcon --type=ssh_home_t /w/workspace/testsuite-pythonsdk-tests-master-python-lint@tmp/jenkins-gitclient-ssh654062667133978672.key 10:02:08 Verifying host key using manually-configured host key entries 10:02:08 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/testsuite/pythonsdk-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=30 10:02:08 > git config remote.origin.url git://cloud.onap.org/mirror/testsuite/pythonsdk-tests.git # timeout=10 10:02:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:02:09 > git config remote.origin.url git://cloud.onap.org/mirror/testsuite/pythonsdk-tests.git # timeout=10 10:02:09 Fetching upstream changes from git://cloud.onap.org/mirror/testsuite/pythonsdk-tests.git 10:02:09 using GIT_SSH to set credentials Gerrit user 10:02:09 [INFO] Currently running in a labeled security context 10:02:09 [INFO] Currently SELinux is 'enforcing' on the host 10:02:09 > /usr/bin/chcon --type=ssh_home_t /w/workspace/testsuite-pythonsdk-tests-master-python-lint@tmp/jenkins-gitclient-ssh14013016480898388970.key 10:02:09 Verifying host key using manually-configured host key entries 10:02:09 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/testsuite/pythonsdk-tests.git refs/changes/33/143133/1 # timeout=30 10:02:09 > git rev-parse b793ae851b866790c0820dc285314785be71f1b2^{commit} # timeout=10 10:02:09 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 10:02:09 Checking out Revision b793ae851b866790c0820dc285314785be71f1b2 (refs/changes/33/143133/1) 10:02:09 > git config core.sparsecheckout # timeout=10 10:02:09 > git checkout -f b793ae851b866790c0820dc285314785be71f1b2 # timeout=30 10:02:12 Commit message: "Remove dependencies that are not used" 10:02:12 > git rev-parse FETCH_HEAD^{commit} # timeout=10 10:02:12 > git rev-list --no-walk 34928431dabfa2d8a3ca3d9a369d4ba9295eed00 # timeout=10 10:02:13 [EnvInject] - Injecting environment variables from a build step. 10:02:13 [EnvInject] - Injecting as environment variables the properties content 10:02:13 PYTHON=python3 10:02:13 10:02:13 [EnvInject] - Variables injected successfully. 10:02:13 [testsuite-pythonsdk-tests-master-python-lint] $ /bin/bash -l /tmp/jenkins5536982084160850530.sh 10:02:13 ---> tox-install.sh 10:02:13 + source /home/jenkins/lf-env.sh 10:02:13 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 10:02:13 ++ mktemp -d /tmp/venv-XXXX 10:02:13 + lf_venv=/tmp/venv-Z4GN 10:02:13 + local venv_file=/tmp/.os_lf_venv 10:02:13 + local python=python3 10:02:13 + local options 10:02:13 + local set_path=true 10:02:13 + local install_args= 10:02:13 ++ 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 10:02:13 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:02:13 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:02:13 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 10:02:13 + true 10:02:13 + case $1 in 10:02:13 + venv_file=/tmp/.toxenv 10:02:13 + shift 2 10:02:13 + true 10:02:13 + case $1 in 10:02:13 + shift 10:02:13 + break 10:02:13 + case $python in 10:02:13 + local pkg_list= 10:02:13 + [[ -d /opt/pyenv ]] 10:02:13 + echo 'Setup pyenv:' 10:02:13 Setup pyenv: 10:02:13 + export PYENV_ROOT=/opt/pyenv 10:02:13 + PYENV_ROOT=/opt/pyenv 10:02:13 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:02:13 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:02:13 + pyenv versions 10:02:13 system 10:02:13 * 3.8.13 (set by /opt/pyenv/version) 10:02:13 * 3.9.13 (set by /opt/pyenv/version) 10:02:13 * 3.10.6 (set by /opt/pyenv/version) 10:02:13 + command -v pyenv 10:02:13 ++ pyenv init - --no-rehash 10:02:13 + 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[*]}"'\'')" 10:02:13 export PATH="/opt/pyenv/shims:${PATH}" 10:02:13 export PYENV_SHELL=bash 10:02:13 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 10:02:13 pyenv() { 10:02:13 local command 10:02:13 command="${1:-}" 10:02:13 if [ "$#" -gt 0 ]; then 10:02:13 shift 10:02:13 fi 10:02:13 10:02:13 case "$command" in 10:02:13 rehash|shell) 10:02:13 eval "$(pyenv "sh-$command" "$@")" 10:02:13 ;; 10:02:13 *) 10:02:13 command pyenv "$command" "$@" 10:02:13 ;; 10:02:13 esac 10:02:13 }' 10:02:13 +++ 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[*]}"' 10:02:13 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:02:13 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:02:13 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:02:13 ++ export PYENV_SHELL=bash 10:02:13 ++ PYENV_SHELL=bash 10:02:13 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 10:02:13 +++ complete -F _pyenv pyenv 10:02:13 ++ lf-pyver python3 10:02:13 ++ local py_version_xy=python3 10:02:13 ++ local py_version_xyz= 10:02:13 ++ pyenv versions 10:02:13 ++ local command 10:02:13 ++ command=versions 10:02:13 ++ '[' 1 -gt 0 ']' 10:02:13 ++ shift 10:02:13 ++ case "$command" in 10:02:13 ++ command pyenv versions 10:02:13 ++ pyenv versions 10:02:13 ++ sed 's/^[ *]* //' 10:02:13 ++ awk '{ print $1 }' 10:02:13 ++ grep -E '^[0-9.]*[0-9]$' 10:02:13 ++ [[ ! -s /tmp/.pyenv_versions ]] 10:02:13 +++ grep '^3' /tmp/.pyenv_versions 10:02:13 +++ tail -n 1 10:02:13 +++ sort -V 10:02:13 ++ py_version_xyz=3.10.6 10:02:13 ++ [[ -z 3.10.6 ]] 10:02:13 ++ echo 3.10.6 10:02:13 ++ return 0 10:02:13 + pyenv local 3.10.6 10:02:13 + local command 10:02:13 + command=local 10:02:13 + '[' 2 -gt 0 ']' 10:02:13 + shift 10:02:13 + case "$command" in 10:02:13 + command pyenv local 3.10.6 10:02:13 + pyenv local 3.10.6 10:02:13 + for arg in "$@" 10:02:13 + case $arg in 10:02:13 + pkg_list+='tox ' 10:02:13 + for arg in "$@" 10:02:13 + case $arg in 10:02:13 + pkg_list+='virtualenv ' 10:02:13 + for arg in "$@" 10:02:13 + case $arg in 10:02:13 + pkg_list+='urllib3~=1.26.15 ' 10:02:13 + [[ -f /tmp/.toxenv ]] 10:02:13 + [[ ! -f /tmp/.toxenv ]] 10:02:13 + [[ -n '' ]] 10:02:13 + python3 -m venv /tmp/venv-Z4GN 10:02:17 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Z4GN' 10:02:17 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Z4GN 10:02:17 + echo /tmp/venv-Z4GN 10:02:17 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 10:02:17 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 10:02:17 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 10:02:17 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:02:17 + local 'pip_opts=--upgrade --quiet' 10:02:17 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 10:02:17 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 10:02:17 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 10:02:17 + [[ -n '' ]] 10:02:17 + [[ -n '' ]] 10:02:17 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 10:02:17 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:02:17 + /tmp/venv-Z4GN/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 10:02:21 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 10:02:21 lf-activate-venv(): INFO: Base packages installed successfully 10:02:21 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 10:02:21 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 10:02:21 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 10:02:21 + /tmp/venv-Z4GN/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 10:02:23 + type python3 10:02:23 + true 10:02:23 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Z4GN/bin to PATH' 10:02:23 lf-activate-venv(): INFO: Adding /tmp/venv-Z4GN/bin to PATH 10:02:23 + PATH=/tmp/venv-Z4GN/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:02:23 + return 0 10:02:23 + python3 --version 10:02:23 Python 3.10.6 10:02:23 + python3 -m pip --version 10:02:23 pip 26.0.1 from /tmp/venv-Z4GN/lib/python3.10/site-packages/pip (python 3.10) 10:02:23 + python3 -m pip freeze 10:02:23 cachetools==7.0.0 10:02:23 chardet==5.2.0 10:02:23 colorama==0.4.6 10:02:23 distlib==0.4.0 10:02:23 filelock==3.20.3 10:02:23 packaging==26.0 10:02:23 platformdirs==4.5.1 10:02:23 pluggy==1.6.0 10:02:23 pyproject-api==1.10.0 10:02:23 tomli==2.4.0 10:02:23 tox==4.34.1 10:02:23 typing_extensions==4.15.0 10:02:23 urllib3==1.26.20 10:02:23 virtualenv==20.36.1 10:02:23 [EnvInject] - Injecting environment variables from a build step. 10:02:23 [EnvInject] - Injecting as environment variables the properties content 10:02:23 PARALLEL=false 10:02:23 10:02:23 [EnvInject] - Variables injected successfully. 10:02:23 [testsuite-pythonsdk-tests-master-python-lint] $ /bin/bash -l /tmp/jenkins6167237874114095388.sh 10:02:23 ---> tox-run.sh 10:02:23 + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:02:23 + ARCHIVE_TOX_DIR=/w/workspace/testsuite-pythonsdk-tests-master-python-lint/archives/tox 10:02:23 + ARCHIVE_DOC_DIR=/w/workspace/testsuite-pythonsdk-tests-master-python-lint/archives/docs 10:02:23 + mkdir -p /w/workspace/testsuite-pythonsdk-tests-master-python-lint/archives/tox 10:02:23 + cd /w/workspace/testsuite-pythonsdk-tests-master-python-lint/. 10:02:23 + source /home/jenkins/lf-env.sh 10:02:23 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 10:02:23 ++ mktemp -d /tmp/venv-XXXX 10:02:23 + lf_venv=/tmp/venv-cWti 10:02:23 + local venv_file=/tmp/.os_lf_venv 10:02:23 + local python=python3 10:02:23 + local options 10:02:23 + local set_path=true 10:02:23 + local install_args= 10:02:23 ++ 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 10:02:23 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:02:23 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:02:23 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 10:02:23 + true 10:02:23 + case $1 in 10:02:23 + venv_file=/tmp/.toxenv 10:02:23 + shift 2 10:02:23 + true 10:02:23 + case $1 in 10:02:23 + shift 10:02:23 + break 10:02:23 + case $python in 10:02:23 + local pkg_list= 10:02:23 + [[ -d /opt/pyenv ]] 10:02:23 + echo 'Setup pyenv:' 10:02:23 Setup pyenv: 10:02:23 + export PYENV_ROOT=/opt/pyenv 10:02:23 + PYENV_ROOT=/opt/pyenv 10:02:23 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:02:23 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:02:23 + pyenv versions 10:02:23 system 10:02:23 3.8.13 10:02:23 3.9.13 10:02:23 * 3.10.6 (set by /w/workspace/testsuite-pythonsdk-tests-master-python-lint/.python-version) 10:02:23 + command -v pyenv 10:02:23 ++ pyenv init - --no-rehash 10:02:23 + 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[*]}"'\'')" 10:02:23 export PATH="/opt/pyenv/shims:${PATH}" 10:02:23 export PYENV_SHELL=bash 10:02:23 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 10:02:23 pyenv() { 10:02:23 local command 10:02:23 command="${1:-}" 10:02:23 if [ "$#" -gt 0 ]; then 10:02:23 shift 10:02:23 fi 10:02:23 10:02:23 case "$command" in 10:02:23 rehash|shell) 10:02:23 eval "$(pyenv "sh-$command" "$@")" 10:02:23 ;; 10:02:23 *) 10:02:23 command pyenv "$command" "$@" 10:02:23 ;; 10:02:23 esac 10:02:23 }' 10:02:23 +++ 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[*]}"' 10:02:23 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:02:23 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:02:23 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:02:23 ++ export PYENV_SHELL=bash 10:02:23 ++ PYENV_SHELL=bash 10:02:23 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 10:02:23 +++ complete -F _pyenv pyenv 10:02:23 ++ lf-pyver python3 10:02:23 ++ local py_version_xy=python3 10:02:23 ++ local py_version_xyz= 10:02:23 ++ awk '{ print $1 }' 10:02:23 ++ pyenv versions 10:02:23 ++ local command 10:02:23 ++ command=versions 10:02:23 ++ '[' 1 -gt 0 ']' 10:02:23 ++ shift 10:02:23 ++ case "$command" in 10:02:23 ++ command pyenv versions 10:02:23 ++ pyenv versions 10:02:23 ++ sed 's/^[ *]* //' 10:02:23 ++ grep -E '^[0-9.]*[0-9]$' 10:02:23 ++ [[ ! -s /tmp/.pyenv_versions ]] 10:02:23 +++ sort -V 10:02:23 +++ grep '^3' /tmp/.pyenv_versions 10:02:23 +++ tail -n 1 10:02:23 ++ py_version_xyz=3.10.6 10:02:23 ++ [[ -z 3.10.6 ]] 10:02:23 ++ echo 3.10.6 10:02:23 ++ return 0 10:02:23 + pyenv local 3.10.6 10:02:23 + local command 10:02:23 + command=local 10:02:23 + '[' 2 -gt 0 ']' 10:02:23 + shift 10:02:23 + case "$command" in 10:02:23 + command pyenv local 3.10.6 10:02:23 + pyenv local 3.10.6 10:02:23 + for arg in "$@" 10:02:23 + case $arg in 10:02:23 + pkg_list+='tox ' 10:02:23 + for arg in "$@" 10:02:23 + case $arg in 10:02:23 + pkg_list+='virtualenv ' 10:02:23 + for arg in "$@" 10:02:23 + case $arg in 10:02:23 + pkg_list+='urllib3~=1.26.15 ' 10:02:23 + [[ -f /tmp/.toxenv ]] 10:02:23 ++ cat /tmp/.toxenv 10:02:23 + lf_venv=/tmp/venv-Z4GN 10:02:23 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Z4GN from' file:/tmp/.toxenv 10:02:23 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Z4GN from file:/tmp/.toxenv 10:02:23 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 10:02:23 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:02:23 + local 'pip_opts=--upgrade --quiet' 10:02:23 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 10:02:23 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 10:02:23 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 10:02:23 + [[ -n '' ]] 10:02:23 + [[ -n '' ]] 10:02:23 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 10:02:23 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:02:23 + /tmp/venv-Z4GN/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 10:02:24 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 10:02:24 lf-activate-venv(): INFO: Base packages installed successfully 10:02:24 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 10:02:24 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 10:02:24 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 10:02:24 + /tmp/venv-Z4GN/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 10:02:25 + type python3 10:02:25 + true 10:02:25 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Z4GN/bin to PATH' 10:02:25 lf-activate-venv(): INFO: Adding /tmp/venv-Z4GN/bin to PATH 10:02:25 + PATH=/tmp/venv-Z4GN/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:02:25 + return 0 10:02:25 + [[ -d /opt/pyenv ]] 10:02:25 + echo '---> Setting up pyenv' 10:02:25 ---> Setting up pyenv 10:02:25 + export PYENV_ROOT=/opt/pyenv 10:02:25 + PYENV_ROOT=/opt/pyenv 10:02:25 + export PATH=/opt/pyenv/bin:/tmp/venv-Z4GN/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:02:25 + PATH=/opt/pyenv/bin:/tmp/venv-Z4GN/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:02:25 ++ pwd 10:02:25 + PYTHONPATH=/w/workspace/testsuite-pythonsdk-tests-master-python-lint 10:02:25 + export PYTHONPATH 10:02:25 + export TOX_TESTENV_PASSENV=PYTHONPATH 10:02:25 + TOX_TESTENV_PASSENV=PYTHONPATH 10:02:25 + tox --version 10:02:25 4.34.1 from /tmp/venv-Z4GN/lib/python3.10/site-packages/tox/__init__.py 10:02:25 + PARALLEL=false 10:02:25 + TOX_OPTIONS_LIST= 10:02:25 + [[ -n py ]] 10:02:25 + TOX_OPTIONS_LIST=' -e py' 10:02:25 + case ${PARALLEL,,} in 10:02:25 + tox -e py 10:02:25 + tee -a /w/workspace/testsuite-pythonsdk-tests-master-python-lint/archives/tox/tox.log 10:02:26 py: install_deps> python -I -m pip install flake8 flake8-docstrings 10:02:28 py: freeze> python -m pip freeze --all 10:02:28 py: flake8==7.3.0,flake8-docstrings==1.7.0,mccabe==0.7.0,pip==25.3,pycodestyle==2.14.0,pydocstyle==6.3.0,pyflakes==3.4.0,setuptools==80.9.0,snowballstemmer==3.0.1 10:02:28 py: commands_pre[0]> /bin/sh -c 'git --no-pager diff HEAD HEAD^ --name-only '"'"'*.py'"'"' > /tmp/.coalist_py' 10:02:28 py: commands[0]> /bin/bash -c 'cat /tmp/.coalist_py | xargs -r flake8 --max-line-length=120' 10:02:29 src/onaptests/configuration/settings.py:85:1: D202 No blank lines allowed after function docstring 10:02:29 py: exit 123 (0.24 seconds) /w/workspace/testsuite-pythonsdk-tests-master-python-lint> /bin/bash -c 'cat /tmp/.coalist_py | xargs -r flake8 --max-line-length=120' pid=35449 10:02:29 py: FAIL code 123 (2.91=setup[2.66]+cmd[0.01,0.24] seconds) 10:02:29 evaluation failed :( (2.94 seconds) 10:02:29 + tox_status=123 10:02:29 + echo '---> Completed tox runs' 10:02:29 ---> Completed tox runs 10:02:29 + for i in .tox/*/log 10:02:29 ++ echo .tox/py/log 10:02:29 ++ awk -F/ '{print $2}' 10:02:29 + tox_env=py 10:02:29 + cp -r .tox/py/log /w/workspace/testsuite-pythonsdk-tests-master-python-lint/archives/tox/py 10:02:29 + DOC_DIR=docs/_build/html 10:02:29 + [[ -d docs/_build/html ]] 10:02:29 + echo '---> tox-run.sh ends' 10:02:29 ---> tox-run.sh ends 10:02:29 + test 123 -eq 0 10:02:29 + exit 123 10:02:29 Build step 'Execute shell' marked build as failure 10:02:29 $ ssh-agent -k 10:02:29 unset SSH_AUTH_SOCK; 10:02:29 unset SSH_AGENT_PID; 10:02:29 echo Agent pid 14774 killed; 10:02:29 [ssh-agent] Stopped. 10:02:29 [PostBuildScript] - [INFO] Executing post build scripts. 10:02:29 [testsuite-pythonsdk-tests-master-python-lint] $ /bin/bash /tmp/jenkins175952304337841100.sh 10:02:29 ---> sysstat.sh 10:02:29 [testsuite-pythonsdk-tests-master-python-lint] $ /bin/bash /tmp/jenkins7532355436914318424.sh 10:02:29 ---> package-listing.sh 10:02:29 ++ facter osfamily 10:02:29 ++ tr '[:upper:]' '[:lower:]' 10:02:29 + OS_FAMILY=redhat 10:02:29 + workspace=/w/workspace/testsuite-pythonsdk-tests-master-python-lint 10:02:29 + START_PACKAGES=/tmp/packages_start.txt 10:02:29 + END_PACKAGES=/tmp/packages_end.txt 10:02:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:02:29 + PACKAGES=/tmp/packages_start.txt 10:02:29 + '[' /w/workspace/testsuite-pythonsdk-tests-master-python-lint ']' 10:02:29 + PACKAGES=/tmp/packages_end.txt 10:02:29 + case "${OS_FAMILY}" in 10:02:29 + rpm -qa 10:02:29 + sort 10:02:30 + '[' -f /tmp/packages_start.txt ']' 10:02:30 + '[' -f /tmp/packages_end.txt ']' 10:02:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:02:30 + '[' /w/workspace/testsuite-pythonsdk-tests-master-python-lint ']' 10:02:30 + mkdir -p /w/workspace/testsuite-pythonsdk-tests-master-python-lint/archives/ 10:02:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/testsuite-pythonsdk-tests-master-python-lint/archives/ 10:02:30 [testsuite-pythonsdk-tests-master-python-lint] $ /bin/bash /tmp/jenkins17063916772892946834.sh 10:02:30 ---> capture-instance-metadata.sh 10:02:30 Setup pyenv: 10:02:30 system 10:02:30 3.8.13 10:02:30 3.9.13 10:02:30 * 3.10.6 (set by /w/workspace/testsuite-pythonsdk-tests-master-python-lint/.python-version) 10:02:34 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WMf6 10:02:34 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 10:02:34 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:02:34 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:02:38 lf-activate-venv(): INFO: Base packages installed successfully 10:02:38 lf-activate-venv(): INFO: Installing additional packages: lftools 10:02:59 lf-activate-venv(): INFO: Adding /tmp/venv-WMf6/bin to PATH 10:02:59 INFO: Running in OpenStack, capturing instance metadata 10:02:59 [testsuite-pythonsdk-tests-master-python-lint] $ /bin/bash /tmp/jenkins11469584092939057160.sh 10:02:59 provisioning config files... 10:02:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/testsuite-pythonsdk-tests-master-python-lint@tmp/config13447778081870014654tmp 10:02:59 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 10:02:59 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 10:02:59 [EnvInject] - Injecting environment variables from a build step. 10:02:59 [EnvInject] - Injecting as environment variables the properties content 10:02:59 SERVER_ID=logs 10:02:59 10:02:59 [EnvInject] - Variables injected successfully. 10:02:59 [testsuite-pythonsdk-tests-master-python-lint] $ /bin/bash /tmp/jenkins10572294443562428837.sh 10:02:59 ---> create-netrc.sh 10:02:59 [testsuite-pythonsdk-tests-master-python-lint] $ /bin/bash /tmp/jenkins11539058880968696701.sh 10:02:59 ---> python-tools-install.sh 10:02:59 Setup pyenv: 10:02:59 system 10:02:59 3.8.13 10:02:59 3.9.13 10:02:59 * 3.10.6 (set by /w/workspace/testsuite-pythonsdk-tests-master-python-lint/.python-version) 10:02:59 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-WMf6 from file:/tmp/.os_lf_venv 10:02:59 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:02:59 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:03:01 lf-activate-venv(): INFO: Base packages installed successfully 10:03:01 lf-activate-venv(): INFO: Installing additional packages: lftools 10:03:08 lf-activate-venv(): INFO: Adding /tmp/venv-WMf6/bin to PATH 10:03:08 Generating Requirements File 10:03:25 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. 10:03:25 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 10:03:25 Python 3.10.6 10:03:25 pip 26.0.1 from /tmp/venv-WMf6/lib/python3.10/site-packages/pip (python 3.10) 10:03:25 appdirs==1.4.4 10:03:25 argcomplete==3.6.3 10:03:25 aspy.yaml==1.3.0 10:03:25 attrs==25.4.0 10:03:25 autopage==0.6.0 10:03:25 backports.strenum==1.3.1 10:03:25 beautifulsoup4==4.14.3 10:03:25 boto3==1.42.44 10:03:25 botocore==1.42.44 10:03:25 bs4==0.0.2 10:03:25 certifi==2026.1.4 10:03:25 cffi==2.0.0 10:03:25 cfgv==3.5.0 10:03:25 chardet==5.2.0 10:03:25 charset-normalizer==3.4.4 10:03:25 click==8.3.1 10:03:25 cliff==4.13.1 10:03:25 cmd2==3.2.0 10:03:25 cryptography==3.3.2 10:03:25 debtcollector==3.0.0 10:03:25 decorator==5.2.1 10:03:25 defusedxml==0.7.1 10:03:25 Deprecated==1.3.1 10:03:25 distlib==0.4.0 10:03:25 dnspython==2.8.0 10:03:25 docker==7.1.0 10:03:25 dogpile.cache==1.5.0 10:03:25 durationpy==0.10 10:03:25 email-validator==2.3.0 10:03:25 filelock==3.20.3 10:03:25 future==1.0.0 10:03:25 gitdb==4.0.12 10:03:25 GitPython==3.1.46 10:03:25 httplib2==0.30.2 10:03:25 identify==2.6.16 10:03:25 idna==3.11 10:03:25 importlib-resources==1.5.0 10:03:25 iso8601==2.1.0 10:03:25 Jinja2==3.1.6 10:03:25 jmespath==1.1.0 10:03:25 jsonpatch==1.33 10:03:25 jsonpointer==3.0.0 10:03:25 jsonschema==4.26.0 10:03:25 jsonschema-specifications==2025.9.1 10:03:25 keystoneauth1==5.13.0 10:03:25 kubernetes==35.0.0 10:03:25 lftools==0.37.21 10:03:25 lxml==6.0.2 10:03:25 markdown-it-py==4.0.0 10:03:25 MarkupSafe==3.0.3 10:03:25 mdurl==0.1.2 10:03:25 msgpack==1.1.2 10:03:25 multi_key_dict==2.0.3 10:03:25 munch==4.0.0 10:03:25 netaddr==1.3.0 10:03:25 niet==1.4.2 10:03:25 nodeenv==1.10.0 10:03:25 oauth2client==4.1.3 10:03:25 oauthlib==3.3.1 10:03:25 openstacksdk==4.9.0 10:03:25 os-service-types==1.8.2 10:03:25 osc-lib==4.3.0 10:03:25 oslo.config==10.2.0 10:03:25 oslo.context==6.2.0 10:03:25 oslo.i18n==6.7.1 10:03:25 oslo.log==8.0.0 10:03:25 oslo.serialization==5.9.0 10:03:25 oslo.utils==9.2.0 10:03:25 packaging==26.0 10:03:25 pbr==7.0.3 10:03:25 platformdirs==4.5.1 10:03:25 prettytable==3.17.0 10:03:25 psutil==7.2.2 10:03:25 pyasn1==0.6.2 10:03:25 pyasn1_modules==0.4.2 10:03:25 pycparser==3.0 10:03:25 pygerrit2==2.0.15 10:03:25 PyGithub==2.8.1 10:03:25 Pygments==2.19.2 10:03:25 PyJWT==2.11.0 10:03:25 PyNaCl==1.6.2 10:03:25 pyparsing==2.4.7 10:03:25 pyperclip==1.11.0 10:03:25 pyrsistent==0.20.0 10:03:25 python-cinderclient==9.8.0 10:03:25 python-dateutil==2.9.0.post0 10:03:25 python-heatclient==5.0.0 10:03:25 python-jenkins==1.8.3 10:03:25 python-keystoneclient==5.7.0 10:03:25 python-magnumclient==4.9.0 10:03:25 python-openstackclient==8.3.0 10:03:25 python-swiftclient==4.9.0 10:03:25 PyYAML==6.0.3 10:03:25 referencing==0.37.0 10:03:25 requests==2.32.5 10:03:25 requests-oauthlib==2.0.0 10:03:25 requestsexceptions==1.4.0 10:03:25 rfc3986==2.0.0 10:03:25 rich==14.3.2 10:03:25 rich-argparse==1.7.2 10:03:25 rpds-py==0.30.0 10:03:25 rsa==4.9.1 10:03:25 ruamel.yaml==0.19.1 10:03:25 ruamel.yaml.clib==0.2.15 10:03:25 s3transfer==0.16.0 10:03:25 simplejson==3.20.2 10:03:25 six==1.17.0 10:03:25 smmap==5.0.2 10:03:25 soupsieve==2.8.3 10:03:25 stevedore==5.6.0 10:03:25 tabulate==0.9.0 10:03:25 toml==0.10.2 10:03:25 tomlkit==0.14.0 10:03:25 tqdm==4.67.3 10:03:25 typing_extensions==4.15.0 10:03:25 tzdata==2025.3 10:03:25 urllib3==1.26.20 10:03:25 virtualenv==20.36.1 10:03:25 wcwidth==0.6.0 10:03:25 websocket-client==1.9.0 10:03:25 wrapt==2.1.1 10:03:25 xdg==6.0.0 10:03:25 xmltodict==1.0.2 10:03:25 yq==3.4.3 10:03:25 [testsuite-pythonsdk-tests-master-python-lint] $ /bin/bash /tmp/jenkins14189124821437233500.sh 10:03:25 ---> sudo-logs.sh 10:03:25 Archiving 'sudo' log.. 10:03:26 [testsuite-pythonsdk-tests-master-python-lint] $ /bin/bash /tmp/jenkins9098430702982754653.sh 10:03:26 ---> job-cost.sh 10:03:26 Setup pyenv: 10:03:26 system 10:03:26 3.8.13 10:03:26 3.9.13 10:03:26 * 3.10.6 (set by /w/workspace/testsuite-pythonsdk-tests-master-python-lint/.python-version) 10:03:26 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-WMf6 from file:/tmp/.os_lf_venv 10:03:26 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:03:26 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:03:28 lf-activate-venv(): INFO: Base packages installed successfully 10:03:28 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 10:03:33 lf-activate-venv(): INFO: Adding /tmp/venv-WMf6/bin to PATH 10:03:33 INFO: No Stack... 10:03:33 INFO: Retrieving Pricing Info for: v3-standard-2 10:03:33 INFO: Archiving Costs 10:03:33 [testsuite-pythonsdk-tests-master-python-lint] $ /bin/bash -l /tmp/jenkins6245826342784738204.sh 10:03:33 ---> logs-deploy.sh 10:03:33 Setup pyenv: 10:03:33 system 10:03:33 3.8.13 10:03:33 3.9.13 10:03:33 * 3.10.6 (set by /w/workspace/testsuite-pythonsdk-tests-master-python-lint/.python-version) 10:03:33 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-WMf6 from file:/tmp/.os_lf_venv 10:03:33 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 10:03:33 lf-activate-venv(): INFO: Attempting to install with network-safe options... 10:03:35 lf-activate-venv(): INFO: Base packages installed successfully 10:03:35 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 10:03:42 lf-activate-venv(): INFO: Adding /tmp/venv-WMf6/bin to PATH 10:03:42 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/testsuite-pythonsdk-tests-master-python-lint/562 10:03:42 INFO: archiving workspace using pattern(s): 10:03:43 Archives upload complete. 10:03:43 INFO: archiving logs to Nexus 10:03:44 ---> uname -a: 10:03:44 Linux prd-centos8-builder-2c-1g-6394.novalocal 4.18.0-448.el8.x86_64 #1 SMP Wed Jan 18 15:02:46 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux 10:03:44 10:03:44 10:03:44 ---> lscpu: 10:03:44 Architecture: x86_64 10:03:44 CPU op-mode(s): 32-bit, 64-bit 10:03:44 Byte Order: Little Endian 10:03:44 CPU(s): 2 10:03:44 On-line CPU(s) list: 0,1 10:03:44 Thread(s) per core: 1 10:03:44 Core(s) per socket: 1 10:03:44 Socket(s): 2 10:03:44 NUMA node(s): 1 10:03:44 Vendor ID: AuthenticAMD 10:03:44 CPU family: 23 10:03:44 Model: 49 10:03:44 Model name: AMD EPYC-Rome Processor 10:03:44 Stepping: 0 10:03:44 CPU MHz: 2800.000 10:03:44 BogoMIPS: 5600.00 10:03:44 Virtualization: AMD-V 10:03:44 Hypervisor vendor: KVM 10:03:44 Virtualization type: full 10:03:44 L1d cache: 32K 10:03:44 L1i cache: 32K 10:03:44 L2 cache: 512K 10:03:44 L3 cache: 16384K 10:03:44 NUMA node0 CPU(s): 0,1 10:03: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 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 wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 10:03:44 10:03:44 10:03:44 ---> nproc: 10:03:44 2 10:03:44 10:03:44 10:03:44 ---> df -h: 10:03:44 Filesystem Size Used Avail Use% Mounted on 10:03:44 devtmpfs 3.8G 0 3.8G 0% /dev 10:03:44 tmpfs 3.8G 0 3.8G 0% /dev/shm 10:03:44 tmpfs 3.8G 17M 3.8G 1% /run 10:03:44 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 10:03:44 /dev/vda1 40G 8.5G 32G 22% / 10:03:44 tmpfs 770M 0 770M 0% /run/user/1001 10:03:44 10:03:44 10:03:44 ---> free -m: 10:03:44 total used free shared buff/cache available 10:03:44 Mem: 7699 572 4992 19 2134 6818 10:03:44 Swap: 1023 0 1023 10:03:44 10:03:44 10:03:44 ---> ip addr: 10:03:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 10:03:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:03:44 inet 127.0.0.1/8 scope host lo 10:03:44 valid_lft forever preferred_lft forever 10:03:44 inet6 ::1/128 scope host 10:03:44 valid_lft forever preferred_lft forever 10:03:44 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 10:03:44 link/ether fa:16:3e:38:91:1f brd ff:ff:ff:ff:ff:ff 10:03:44 altname enp0s3 10:03:44 altname ens3 10:03:44 inet 10.30.107.125/23 brd 10.30.107.255 scope global dynamic noprefixroute eth0 10:03:44 valid_lft 86279sec preferred_lft 86279sec 10:03:44 inet6 fe80::f816:3eff:fe38:911f/64 scope link 10:03:44 valid_lft forever preferred_lft forever 10:03:44 10:03:44 10:03:44 ---> sar -b -r -n DEV: 10:03:44 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 02/09/2026 _x86_64_ (2 CPU) 10:03:44 10:03:44 10:01:40 LINUX RESTART (2 CPU) 10:03:44 10:03:44 10:02:01 AM tps rtps wtps bread/s bwrtn/s 10:03:44 10:03:02 AM 360.38 156.78 203.60 5784.61 10111.15 10:03:44 Average: 360.38 156.78 203.60 5784.61 10111.15 10:03:44 10:03:44 10:02:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:03:44 10:03:02 AM 5282040 7030600 2602396 33.01 2688 1919272 692540 7.75 364888 1885268 150024 10:03:44 Average: 5282040 7030600 2602396 33.01 2688 1919272 692540 7.75 364888 1885268 150024 10:03:44 10:03:44 10:02:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:03:44 10:03:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:44 10:03:02 AM eth0 281.07 167.38 1610.17 70.36 0.00 0.00 0.00 0.00 10:03:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:44 Average: eth0 281.07 167.38 1610.17 70.36 0.00 0.00 0.00 0.00 10:03:44 10:03:44 10:03:44 ---> sar -P ALL: 10:03:44 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 02/09/2026 _x86_64_ (2 CPU) 10:03:44 10:03:44 10:01:40 LINUX RESTART (2 CPU) 10:03:44 10:03:44 10:02:01 AM CPU %user %nice %system %iowait %steal %idle 10:03:44 10:03:02 AM all 43.76 2.58 19.37 6.06 0.10 28.14 10:03:44 10:03:02 AM 0 50.88 2.31 19.28 6.88 0.10 20.55 10:03:44 10:03:02 AM 1 36.66 2.85 19.46 5.23 0.10 35.70 10:03:44 Average: all 43.76 2.58 19.37 6.06 0.10 28.14 10:03:44 Average: 0 50.88 2.31 19.28 6.88 0.10 20.55 10:03:44 Average: 1 36.66 2.85 19.46 5.23 0.10 35.70 10:03:44 10:03:44 10:03:44