15:24:31 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/+/143038 15:24:31 Running as SYSTEM 15:24:31 [EnvInject] - Loading node environment variables. 15:24:31 Building remotely on prd-centos8-builder-2c-1g-3433 (centos8-builder-2c-1g) in workspace /w/workspace/integration-master-python-lint 15:24:31 [ssh-agent] Looking for ssh-agent implementation... 15:24:31 $ ssh-agent 15:24:31 SSH_AUTH_SOCK=/tmp/ssh-d0y9gJmI7oOC/agent.15347 15:24:31 SSH_AGENT_PID=15350 15:24:31 [ssh-agent] Started. 15:24:31 Running ssh-add (command line suppressed) 15:24:31 Identity added: /w/workspace/integration-master-python-lint@tmp/private_key_4636555390386519754.key (/w/workspace/integration-master-python-lint@tmp/private_key_4636555390386519754.key) 15:24:32 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 15:24:32 The recommended git tool is: NONE 15:24:34 using credential onap-jenkins-ssh 15:24:34 Wiping out workspace first. 15:24:34 Cloning the remote Git repository 15:24:34 Cloning repository git://cloud.onap.org/mirror/integration.git 15:24:34 > git init /w/workspace/integration-master-python-lint # timeout=10 15:24:34 Fetching upstream changes from git://cloud.onap.org/mirror/integration.git 15:24:34 > git --version # timeout=10 15:24:34 > git --version # 'git version 2.39.0' 15:24:34 using GIT_SSH to set credentials Gerrit user 15:24:34 [INFO] Currently running in a labeled security context 15:24:34 [INFO] Currently SELinux is 'enforcing' on the host 15:24:34 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-master-python-lint@tmp/jenkins-gitclient-ssh12202860031252906751.key 15:24:34 Verifying host key using manually-configured host key entries 15:24:34 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration.git +refs/heads/*:refs/remotes/origin/* # timeout=30 15:24:38 > git config remote.origin.url git://cloud.onap.org/mirror/integration.git # timeout=10 15:24:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:24:38 > git config remote.origin.url git://cloud.onap.org/mirror/integration.git # timeout=10 15:24:38 Fetching upstream changes from git://cloud.onap.org/mirror/integration.git 15:24:38 using GIT_SSH to set credentials Gerrit user 15:24:38 [INFO] Currently running in a labeled security context 15:24:38 [INFO] Currently SELinux is 'enforcing' on the host 15:24:38 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-master-python-lint@tmp/jenkins-gitclient-ssh14101666172520480889.key 15:24:38 Verifying host key using manually-configured host key entries 15:24:38 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration.git refs/changes/38/143038/1 # timeout=30 15:24:39 > git rev-parse 3bb88e2f04a755a862929313c4a0bbf16ba85a36^{commit} # timeout=10 15:24:39 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 15:24:39 Checking out Revision 3bb88e2f04a755a862929313c4a0bbf16ba85a36 (refs/changes/38/143038/1) 15:24:39 > git config core.sparsecheckout # timeout=10 15:24:39 > git checkout -f 3bb88e2f04a755a862929313c4a0bbf16ba85a36 # timeout=30 15:24:42 Commit message: "Chore: Remove broken sphinxcontrib-swaggerdoc module" 15:24:42 > git rev-parse FETCH_HEAD^{commit} # timeout=10 15:24:42 > git rev-list --no-walk 2648e3da244f8b2c2c69871745feb3660d627714 # timeout=10 15:24:43 [EnvInject] - Injecting environment variables from a build step. 15:24:43 [EnvInject] - Injecting as environment variables the properties content 15:24:43 PYTHON=python3 15:24:43 15:24:43 [EnvInject] - Variables injected successfully. 15:24:43 [integration-master-python-lint] $ /bin/bash -l /tmp/jenkins2770229408271795870.sh 15:24:43 ---> tox-install.sh 15:24:43 + source /home/jenkins/lf-env.sh 15:24:43 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 15:24:43 ++ mktemp -d /tmp/venv-XXXX 15:24:43 + lf_venv=/tmp/venv-oxFb 15:24:43 + local venv_file=/tmp/.os_lf_venv 15:24:43 + local python=python3 15:24:43 + local options 15:24:43 + local set_path=true 15:24:43 + local install_args= 15:24:43 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 15:24:43 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:24:43 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:24:43 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 15:24:43 + true 15:24:43 + case $1 in 15:24:43 + venv_file=/tmp/.toxenv 15:24:43 + shift 2 15:24:43 + true 15:24:43 + case $1 in 15:24:43 + shift 15:24:43 + break 15:24:43 + case $python in 15:24:43 + local pkg_list= 15:24:43 + [[ -d /opt/pyenv ]] 15:24:43 + echo 'Setup pyenv:' 15:24:43 Setup pyenv: 15:24:43 + export PYENV_ROOT=/opt/pyenv 15:24:43 + PYENV_ROOT=/opt/pyenv 15:24:43 + 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 15:24:43 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 15:24:43 + pyenv versions 15:24:43 system 15:24:43 * 3.8.13 (set by /opt/pyenv/version) 15:24:43 * 3.9.13 (set by /opt/pyenv/version) 15:24:43 * 3.10.6 (set by /opt/pyenv/version) 15:24:43 + command -v pyenv 15:24:43 ++ pyenv init - --no-rehash 15:24:43 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 15:24:43 export PATH="/opt/pyenv/shims:${PATH}" 15:24:43 export PYENV_SHELL=bash 15:24:43 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 15:24:43 pyenv() { 15:24:43 local command 15:24:43 command="${1:-}" 15:24:43 if [ "$#" -gt 0 ]; then 15:24:43 shift 15:24:43 fi 15:24:43 15:24:43 case "$command" in 15:24:43 rehash|shell) 15:24:43 eval "$(pyenv "sh-$command" "$@")" 15:24:43 ;; 15:24:43 *) 15:24:43 command pyenv "$command" "$@" 15:24:43 ;; 15:24:43 esac 15:24:43 }' 15:24:43 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 15:24:43 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 15:24:43 ++ 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 15:24:43 ++ 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 15:24:43 ++ export PYENV_SHELL=bash 15:24:43 ++ PYENV_SHELL=bash 15:24:43 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 15:24:43 +++ complete -F _pyenv pyenv 15:24:43 ++ lf-pyver python3 15:24:43 ++ local py_version_xy=python3 15:24:43 ++ local py_version_xyz= 15:24:43 ++ sed 's/^[ *]* //' 15:24:43 ++ grep -E '^[0-9.]*[0-9]$' 15:24:43 ++ pyenv versions 15:24:43 ++ local command 15:24:43 ++ command=versions 15:24:43 ++ '[' 1 -gt 0 ']' 15:24:43 ++ shift 15:24:43 ++ case "$command" in 15:24:43 ++ command pyenv versions 15:24:43 ++ pyenv versions 15:24:43 ++ awk '{ print $1 }' 15:24:43 ++ [[ ! -s /tmp/.pyenv_versions ]] 15:24:43 +++ sort -V 15:24:43 +++ grep '^3' /tmp/.pyenv_versions 15:24:43 +++ tail -n 1 15:24:43 ++ py_version_xyz=3.10.6 15:24:43 ++ [[ -z 3.10.6 ]] 15:24:43 ++ echo 3.10.6 15:24:43 ++ return 0 15:24:43 + pyenv local 3.10.6 15:24:43 + local command 15:24:43 + command=local 15:24:43 + '[' 2 -gt 0 ']' 15:24:43 + shift 15:24:43 + case "$command" in 15:24:43 + command pyenv local 3.10.6 15:24:43 + pyenv local 3.10.6 15:24:43 + for arg in "$@" 15:24:43 + case $arg in 15:24:43 + pkg_list+='tox ' 15:24:43 + for arg in "$@" 15:24:43 + case $arg in 15:24:43 + pkg_list+='virtualenv ' 15:24:43 + for arg in "$@" 15:24:43 + case $arg in 15:24:43 + pkg_list+='urllib3~=1.26.15 ' 15:24:43 + [[ -f /tmp/.toxenv ]] 15:24:43 + [[ ! -f /tmp/.toxenv ]] 15:24:43 + [[ -n '' ]] 15:24:43 + python3 -m venv /tmp/venv-oxFb 15:24:47 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oxFb' 15:24:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oxFb 15:24:47 + echo /tmp/venv-oxFb 15:24:47 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 15:24:47 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 15:24:47 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 15:24:47 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:24:47 + local 'pip_opts=--upgrade --quiet' 15:24:47 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 15:24:47 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 15:24:47 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 15:24:47 + [[ -n '' ]] 15:24:47 + [[ -n '' ]] 15:24:47 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 15:24:47 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:24:47 + /tmp/venv-oxFb/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv 15:24:51 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 15:24:51 lf-activate-venv(): INFO: Base packages installed successfully 15:24:51 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 15:24:51 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 15:24:51 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 15:24:51 + /tmp/venv-oxFb/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 15:24:53 + type python3 15:24:53 + true 15:24:53 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-oxFb/bin to PATH' 15:24:53 lf-activate-venv(): INFO: Adding /tmp/venv-oxFb/bin to PATH 15:24:53 + PATH=/tmp/venv-oxFb/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 15:24:53 + return 0 15:24:53 + python3 --version 15:24:53 Python 3.10.6 15:24:53 + python3 -m pip --version 15:24:53 pip 25.3 from /tmp/venv-oxFb/lib/python3.10/site-packages/pip (python 3.10) 15:24:53 + python3 -m pip freeze 15:24:53 cachetools==6.2.5 15:24:53 chardet==5.2.0 15:24:53 colorama==0.4.6 15:24:53 distlib==0.4.0 15:24:53 filelock==3.20.3 15:24:53 packaging==26.0 15:24:53 platformdirs==4.5.1 15:24:53 pluggy==1.6.0 15:24:53 pyproject-api==1.10.0 15:24:53 tomli==2.4.0 15:24:53 tox==4.34.1 15:24:53 typing_extensions==4.15.0 15:24:53 urllib3==1.26.20 15:24:53 virtualenv==20.36.1 15:24:53 [EnvInject] - Injecting environment variables from a build step. 15:24:53 [EnvInject] - Injecting as environment variables the properties content 15:24:53 PARALLEL=false 15:24:53 15:24:53 [EnvInject] - Variables injected successfully. 15:24:53 [integration-master-python-lint] $ /bin/bash -l /tmp/jenkins8813530181656786188.sh 15:24:53 ---> tox-run.sh 15:24:53 + 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 15:24:53 + ARCHIVE_TOX_DIR=/w/workspace/integration-master-python-lint/archives/tox 15:24:53 + ARCHIVE_DOC_DIR=/w/workspace/integration-master-python-lint/archives/docs 15:24:53 + mkdir -p /w/workspace/integration-master-python-lint/archives/tox 15:24:53 + cd /w/workspace/integration-master-python-lint/. 15:24:53 + source /home/jenkins/lf-env.sh 15:24:53 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 15:24:53 ++ mktemp -d /tmp/venv-XXXX 15:24:53 + lf_venv=/tmp/venv-Hnk8 15:24:53 + local venv_file=/tmp/.os_lf_venv 15:24:53 + local python=python3 15:24:53 + local options 15:24:53 + local set_path=true 15:24:53 + local install_args= 15:24:53 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 15:24:53 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:24:53 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:24:53 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 15:24:53 + true 15:24:53 + case $1 in 15:24:53 + venv_file=/tmp/.toxenv 15:24:53 + shift 2 15:24:53 + true 15:24:53 + case $1 in 15:24:53 + shift 15:24:53 + break 15:24:53 + case $python in 15:24:53 + local pkg_list= 15:24:53 + [[ -d /opt/pyenv ]] 15:24:53 + echo 'Setup pyenv:' 15:24:53 Setup pyenv: 15:24:53 + export PYENV_ROOT=/opt/pyenv 15:24:53 + PYENV_ROOT=/opt/pyenv 15:24:53 + 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 15:24:53 + 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 15:24:53 + pyenv versions 15:24:53 system 15:24:53 3.8.13 15:24:53 3.9.13 15:24:53 * 3.10.6 (set by /w/workspace/integration-master-python-lint/.python-version) 15:24:53 + command -v pyenv 15:24:53 ++ pyenv init - --no-rehash 15:24:53 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 15:24:53 export PATH="/opt/pyenv/shims:${PATH}" 15:24:53 export PYENV_SHELL=bash 15:24:53 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 15:24:53 pyenv() { 15:24:53 local command 15:24:53 command="${1:-}" 15:24:53 if [ "$#" -gt 0 ]; then 15:24:53 shift 15:24:53 fi 15:24:53 15:24:53 case "$command" in 15:24:53 rehash|shell) 15:24:53 eval "$(pyenv "sh-$command" "$@")" 15:24:53 ;; 15:24:53 *) 15:24:53 command pyenv "$command" "$@" 15:24:53 ;; 15:24:53 esac 15:24:53 }' 15:24:53 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 15:24:53 ++ 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 15:24:53 ++ 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 15:24:53 ++ 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 15:24:53 ++ export PYENV_SHELL=bash 15:24:53 ++ PYENV_SHELL=bash 15:24:53 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 15:24:53 +++ complete -F _pyenv pyenv 15:24:53 ++ lf-pyver python3 15:24:53 ++ local py_version_xy=python3 15:24:53 ++ local py_version_xyz= 15:24:53 ++ pyenv versions 15:24:53 ++ local command 15:24:53 ++ sed 's/^[ *]* //' 15:24:53 ++ command=versions 15:24:53 ++ '[' 1 -gt 0 ']' 15:24:53 ++ shift 15:24:53 ++ case "$command" in 15:24:53 ++ command pyenv versions 15:24:53 ++ pyenv versions 15:24:53 ++ awk '{ print $1 }' 15:24:53 ++ grep -E '^[0-9.]*[0-9]$' 15:24:53 ++ [[ ! -s /tmp/.pyenv_versions ]] 15:24:53 +++ grep '^3' /tmp/.pyenv_versions 15:24:53 +++ tail -n 1 15:24:53 +++ sort -V 15:24:53 ++ py_version_xyz=3.10.6 15:24:53 ++ [[ -z 3.10.6 ]] 15:24:53 ++ echo 3.10.6 15:24:53 ++ return 0 15:24:53 + pyenv local 3.10.6 15:24:53 + local command 15:24:53 + command=local 15:24:53 + '[' 2 -gt 0 ']' 15:24:53 + shift 15:24:53 + case "$command" in 15:24:53 + command pyenv local 3.10.6 15:24:53 + pyenv local 3.10.6 15:24:54 + for arg in "$@" 15:24:54 + case $arg in 15:24:54 + pkg_list+='tox ' 15:24:54 + for arg in "$@" 15:24:54 + case $arg in 15:24:54 + pkg_list+='virtualenv ' 15:24:54 + for arg in "$@" 15:24:54 + case $arg in 15:24:54 + pkg_list+='urllib3~=1.26.15 ' 15:24:54 + [[ -f /tmp/.toxenv ]] 15:24:54 ++ cat /tmp/.toxenv 15:24:54 + lf_venv=/tmp/venv-oxFb 15:24:54 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-oxFb from' file:/tmp/.toxenv 15:24:54 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-oxFb from file:/tmp/.toxenv 15:24:54 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 15:24:54 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:24:54 + local 'pip_opts=--upgrade --quiet' 15:24:54 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 15:24:54 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 15:24:54 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 15:24:54 + [[ -n '' ]] 15:24:54 + [[ -n '' ]] 15:24:54 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 15:24:54 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:24:54 + /tmp/venv-oxFb/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv 15:24:54 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 15:24:54 lf-activate-venv(): INFO: Base packages installed successfully 15:24:54 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 15:24:54 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 15:24:54 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 15:24:54 + /tmp/venv-oxFb/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 15:24:55 + type python3 15:24:55 + true 15:24:55 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-oxFb/bin to PATH' 15:24:55 lf-activate-venv(): INFO: Adding /tmp/venv-oxFb/bin to PATH 15:24:55 + PATH=/tmp/venv-oxFb/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 15:24:55 + return 0 15:24:55 + [[ -d /opt/pyenv ]] 15:24:55 + echo '---> Setting up pyenv' 15:24:55 ---> Setting up pyenv 15:24:55 + export PYENV_ROOT=/opt/pyenv 15:24:55 + PYENV_ROOT=/opt/pyenv 15:24:55 + export PATH=/opt/pyenv/bin:/tmp/venv-oxFb/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 15:24:55 + PATH=/opt/pyenv/bin:/tmp/venv-oxFb/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 15:24:55 ++ pwd 15:24:55 + PYTHONPATH=/w/workspace/integration-master-python-lint 15:24:55 + export PYTHONPATH 15:24:55 + export TOX_TESTENV_PASSENV=PYTHONPATH 15:24:55 + TOX_TESTENV_PASSENV=PYTHONPATH 15:24:55 + tox --version 15:24:56 4.34.1 from /tmp/venv-oxFb/lib/python3.10/site-packages/tox/__init__.py 15:24:56 + PARALLEL=false 15:24:56 + TOX_OPTIONS_LIST= 15:24:56 + [[ -n py ]] 15:24:56 + TOX_OPTIONS_LIST=' -e py' 15:24:56 + case ${PARALLEL,,} in 15:24:56 + tox -e py 15:24:56 + tee -a /w/workspace/integration-master-python-lint/archives/tox/tox.log 15:24:57 py: install_deps> python -I -m pip install coala-bears nodeenv 15:25:20 py: freeze> python -m pip freeze --all 15:25:21 py: alabaster==0.7.13,appdirs==1.4.4,astroid==1.6.6,attrs==25.3.0,autoflake==0.6.6,autopep8==1.7.0,babel==2.17.0,bandit==1.6.2,certifi==2026.1.4,charset-normalizer==3.4.4,click==6.6,cmakelint==1.4.3,coala==0.11.0,coala-bears==0.11.1,coala-utils==0.6.7,colorama==0.3.9,colorlog==2.10.0,cppclean==0.12,cpplint==1.6.1,dennis==0.9,dependency-management==0.4.0,docopt==0.6.2,docutils==0.20.1,eradicate==0.1.6,future==1.0.0,gitdb==4.0.12,GitPython==3.1.46,guess_language-spirit==0.5.3,html-linter==0.3.0,idna==3.11,imagesize==1.4.1,importlib_resources==6.4.5,ipython-genutils==0.2.0,isort==4.3.21,Jinja2==3.1.6,joblib==1.4.2,jsonschema==4.23.0,jsonschema-specifications==2023.12.1,jupyter_core==5.8.1,lazy-object-proxy==1.10.0,libclang-py3==3.4.0,mando==0.3.3,MarkupSafe==2.1.5,mccabe==0.7.0,munkres3==1.0.5.5,mypy-lang==0.4.6,nbformat==4.4.0,nltk==3.9.1,nodeenv==1.10.0,packaging==26.0,pbr==7.0.3,pip==25.0.1,pkgutil_resolve_name==1.3.10,platformdirs==4.3.6,polib==1.2.0,proselint==0.7.0,pycodestyle==2.12.1,pydocstyle==1.1.1,pyflakes==1.4.0,Pygments==2.19.2,pylint==1.9.4,PyPrint==0.2.6,pyroma==2.2,pytz==2025.2,PyYAML==3.13,radon==1.4.0,referencing==0.35.1,regex==2024.11.6,requests==2.32.4,restructuredtext_lint==1.0.1,rpds-py==0.20.1,rstcheck==2.2,safety==0.5.1,sarge==0.1.8,scspell3k==2.3.0,setuptools==75.3.2,six==1.17.0,smmap==5.0.2,snowballstemmer==3.0.1,Sphinx==1.4.9,stevedore==5.3.0,template-remover==0.1.9,termcolor==1.1.0,toml==0.10.2,tqdm==4.67.1,traitlets==5.14.3,typing_extensions==4.13.2,unidiff==0.5.5,urllib3==2.2.3,vulture==0.10,wheel==0.45.1,wrapt==2.0.1,yamllint==1.6.1,yapf==0.14.0,zipp==3.20.2 15:25:21 py: commands_pre[0]> /bin/sh -c 'git --no-pager diff HEAD HEAD^ --name-only '"'"'*.py'"'"' > /tmp/.coalist_py' 15:25:21 py: commands[0]> /bin/bash -c 'coala --non-interactive --disable-caching --no-autoapply-warn py --files $( Completed tox runs' 15:25:22 ---> Completed tox runs 15:25:22 + for i in .tox/*/log 15:25:22 ++ echo .tox/py/log 15:25:22 ++ awk -F/ '{print $2}' 15:25:22 + tox_env=py 15:25:22 + cp -r .tox/py/log /w/workspace/integration-master-python-lint/archives/tox/py 15:25:22 + DOC_DIR=docs/_build/html 15:25:22 + [[ -d docs/_build/html ]] 15:25:22 + echo '---> tox-run.sh ends' 15:25:22 ---> tox-run.sh ends 15:25:22 + test 0 -eq 0 15:25:22 $ ssh-agent -k 15:25:22 unset SSH_AUTH_SOCK; 15:25:22 unset SSH_AGENT_PID; 15:25:22 echo Agent pid 15350 killed; 15:25:22 [ssh-agent] Stopped. 15:25:22 [PostBuildScript] - [INFO] Executing post build scripts. 15:25:22 [integration-master-python-lint] $ /bin/bash /tmp/jenkins2958388124050236419.sh 15:25:22 ---> sysstat.sh 15:25:22 [integration-master-python-lint] $ /bin/bash /tmp/jenkins14088320976350097535.sh 15:25:22 ---> package-listing.sh 15:25:22 ++ tr '[:upper:]' '[:lower:]' 15:25:22 ++ facter osfamily 15:25:23 + OS_FAMILY=redhat 15:25:23 + workspace=/w/workspace/integration-master-python-lint 15:25:23 + START_PACKAGES=/tmp/packages_start.txt 15:25:23 + END_PACKAGES=/tmp/packages_end.txt 15:25:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:25:23 + PACKAGES=/tmp/packages_start.txt 15:25:23 + '[' /w/workspace/integration-master-python-lint ']' 15:25:23 + PACKAGES=/tmp/packages_end.txt 15:25:23 + case "${OS_FAMILY}" in 15:25:23 + rpm -qa 15:25:23 + sort 15:25:23 + '[' -f /tmp/packages_start.txt ']' 15:25:23 + '[' -f /tmp/packages_end.txt ']' 15:25:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:25:23 + '[' /w/workspace/integration-master-python-lint ']' 15:25:23 + mkdir -p /w/workspace/integration-master-python-lint/archives/ 15:25:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-master-python-lint/archives/ 15:25:23 [integration-master-python-lint] $ /bin/bash /tmp/jenkins1932347762096724740.sh 15:25:23 ---> capture-instance-metadata.sh 15:25:23 Setup pyenv: 15:25:23 system 15:25:23 3.8.13 15:25:23 3.9.13 15:25:23 * 3.10.6 (set by /w/workspace/integration-master-python-lint/.python-version) 15:25:27 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0ugp 15:25:27 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 15:25:27 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:25:27 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:25:30 lf-activate-venv(): INFO: Base packages installed successfully 15:25:30 lf-activate-venv(): INFO: Installing additional packages: lftools 15:25:53 lf-activate-venv(): INFO: Adding /tmp/venv-0ugp/bin to PATH 15:25:53 INFO: Running in OpenStack, capturing instance metadata 15:25:53 [integration-master-python-lint] $ /bin/bash /tmp/jenkins11509652475278122400.sh 15:25:53 provisioning config files... 15:25:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-master-python-lint@tmp/config17561242844803060842tmp 15:25:53 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 15:25:53 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 15:25:53 [EnvInject] - Injecting environment variables from a build step. 15:25:53 [EnvInject] - Injecting as environment variables the properties content 15:25:53 SERVER_ID=logs 15:25:53 15:25:53 [EnvInject] - Variables injected successfully. 15:25:53 [integration-master-python-lint] $ /bin/bash /tmp/jenkins1324614297879875755.sh 15:25:53 ---> create-netrc.sh 15:25:53 [integration-master-python-lint] $ /bin/bash /tmp/jenkins14518029929682011945.sh 15:25:53 ---> python-tools-install.sh 15:25:53 Setup pyenv: 15:25:53 system 15:25:53 3.8.13 15:25:53 3.9.13 15:25:53 * 3.10.6 (set by /w/workspace/integration-master-python-lint/.python-version) 15:25:53 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-0ugp from file:/tmp/.os_lf_venv 15:25:53 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:25:53 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:25:55 lf-activate-venv(): INFO: Base packages installed successfully 15:25:55 lf-activate-venv(): INFO: Installing additional packages: lftools 15:26:03 lf-activate-venv(): INFO: Adding /tmp/venv-0ugp/bin to PATH 15:26:03 Generating Requirements File 15:26:20 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 15:26:20 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 15:26:21 Python 3.10.6 15:26:21 pip 25.3 from /tmp/venv-0ugp/lib/python3.10/site-packages/pip (python 3.10) 15:26:21 appdirs==1.4.4 15:26:21 argcomplete==3.6.3 15:26:21 aspy.yaml==1.3.0 15:26:21 attrs==25.4.0 15:26:21 autopage==0.5.2 15:26:21 backports.strenum==1.3.1 15:26:21 beautifulsoup4==4.14.3 15:26:21 boto3==1.42.35 15:26:21 botocore==1.42.35 15:26:21 bs4==0.0.2 15:26:21 certifi==2026.1.4 15:26:21 cffi==2.0.0 15:26:21 cfgv==3.5.0 15:26:21 chardet==5.2.0 15:26:21 charset-normalizer==3.4.4 15:26:21 click==8.3.1 15:26:21 cliff==4.13.1 15:26:21 cmd2==3.1.0 15:26:21 cryptography==3.3.2 15:26:21 debtcollector==3.0.0 15:26:21 decorator==5.2.1 15:26:21 defusedxml==0.7.1 15:26:21 Deprecated==1.3.1 15:26:21 distlib==0.4.0 15:26:21 dnspython==2.8.0 15:26:21 docker==7.1.0 15:26:21 dogpile.cache==1.5.0 15:26:21 durationpy==0.10 15:26:21 email-validator==2.3.0 15:26:21 filelock==3.20.3 15:26:21 future==1.0.0 15:26:21 gitdb==4.0.12 15:26:21 GitPython==3.1.46 15:26:21 httplib2==0.30.2 15:26:21 identify==2.6.16 15:26:21 idna==3.11 15:26:21 importlib-resources==1.5.0 15:26:21 iso8601==2.1.0 15:26:21 Jinja2==3.1.6 15:26:21 jmespath==1.1.0 15:26:21 jsonpatch==1.33 15:26:21 jsonpointer==3.0.0 15:26:21 jsonschema==4.26.0 15:26:21 jsonschema-specifications==2025.9.1 15:26:21 keystoneauth1==5.13.0 15:26:21 kubernetes==35.0.0 15:26:21 lftools==0.37.21 15:26:21 lxml==6.0.2 15:26:21 markdown-it-py==4.0.0 15:26:21 MarkupSafe==3.0.3 15:26:21 mdurl==0.1.2 15:26:21 msgpack==1.1.2 15:26:21 multi_key_dict==2.0.3 15:26:21 munch==4.0.0 15:26:21 netaddr==1.3.0 15:26:21 niet==1.4.2 15:26:21 nodeenv==1.10.0 15:26:21 oauth2client==4.1.3 15:26:21 oauthlib==3.3.1 15:26:21 openstacksdk==4.9.0 15:26:21 os-service-types==1.8.2 15:26:21 osc-lib==4.3.0 15:26:21 oslo.config==10.2.0 15:26:21 oslo.context==6.2.0 15:26:21 oslo.i18n==6.7.1 15:26:21 oslo.log==8.0.0 15:26:21 oslo.serialization==5.9.0 15:26:21 oslo.utils==9.2.0 15:26:21 packaging==26.0 15:26:21 pbr==7.0.3 15:26:21 platformdirs==4.5.1 15:26:21 prettytable==3.17.0 15:26:21 psutil==7.2.1 15:26:21 pyasn1==0.6.2 15:26:21 pyasn1_modules==0.4.2 15:26:21 pycparser==3.0 15:26:21 pygerrit2==2.0.15 15:26:21 PyGithub==2.8.1 15:26:21 Pygments==2.19.2 15:26:21 PyJWT==2.10.1 15:26:21 PyNaCl==1.6.2 15:26:21 pyparsing==2.4.7 15:26:21 pyperclip==1.11.0 15:26:21 pyrsistent==0.20.0 15:26:21 python-cinderclient==9.8.0 15:26:21 python-dateutil==2.9.0.post0 15:26:21 python-heatclient==5.0.0 15:26:21 python-jenkins==1.8.3 15:26:21 python-keystoneclient==5.7.0 15:26:21 python-magnumclient==4.9.0 15:26:21 python-openstackclient==8.3.0 15:26:21 python-swiftclient==4.9.0 15:26:21 PyYAML==6.0.3 15:26:21 referencing==0.37.0 15:26:21 requests==2.32.5 15:26:21 requests-oauthlib==2.0.0 15:26:21 requestsexceptions==1.4.0 15:26:21 rfc3986==2.0.0 15:26:21 rich==14.3.1 15:26:21 rich-argparse==1.7.2 15:26:21 rpds-py==0.30.0 15:26:21 rsa==4.9.1 15:26:21 ruamel.yaml==0.19.1 15:26:21 ruamel.yaml.clib==0.2.15 15:26:21 s3transfer==0.16.0 15:26:21 simplejson==3.20.2 15:26:21 six==1.17.0 15:26:21 smmap==5.0.2 15:26:21 soupsieve==2.8.3 15:26:21 stevedore==5.6.0 15:26:21 tabulate==0.9.0 15:26:21 toml==0.10.2 15:26:21 tomlkit==0.14.0 15:26:21 tqdm==4.67.1 15:26:21 typing_extensions==4.15.0 15:26:21 tzdata==2025.3 15:26:21 urllib3==1.26.20 15:26:21 virtualenv==20.36.1 15:26:21 wcwidth==0.5.0 15:26:21 websocket-client==1.9.0 15:26:21 wrapt==2.0.1 15:26:21 xdg==6.0.0 15:26:21 xmltodict==1.0.2 15:26:21 yq==3.4.3 15:26:21 [integration-master-python-lint] $ /bin/bash /tmp/jenkins15175539267186169409.sh 15:26:21 ---> sudo-logs.sh 15:26:21 Archiving 'sudo' log.. 15:26:21 [integration-master-python-lint] $ /bin/bash /tmp/jenkins6858438640860568827.sh 15:26:21 ---> job-cost.sh 15:26:21 Setup pyenv: 15:26:22 system 15:26:22 3.8.13 15:26:22 3.9.13 15:26:22 * 3.10.6 (set by /w/workspace/integration-master-python-lint/.python-version) 15:26:22 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-0ugp from file:/tmp/.os_lf_venv 15:26:22 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:26:22 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:26:23 lf-activate-venv(): INFO: Base packages installed successfully 15:26:23 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 15:26:29 lf-activate-venv(): INFO: Adding /tmp/venv-0ugp/bin to PATH 15:26:29 INFO: No Stack... 15:26:29 INFO: Retrieving Pricing Info for: v3-standard-2 15:26:29 INFO: Archiving Costs 15:26:29 [integration-master-python-lint] $ /bin/bash -l /tmp/jenkins1564433385302372213.sh 15:26:29 ---> logs-deploy.sh 15:26:29 Setup pyenv: 15:26:29 system 15:26:29 3.8.13 15:26:29 3.9.13 15:26:29 * 3.10.6 (set by /w/workspace/integration-master-python-lint/.python-version) 15:26:29 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-0ugp from file:/tmp/.os_lf_venv 15:26:29 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:26:29 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:26:31 lf-activate-venv(): INFO: Base packages installed successfully 15:26:31 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 15:26:39 lf-activate-venv(): INFO: Adding /tmp/venv-0ugp/bin to PATH 15:26:39 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-master-python-lint/360 15:26:39 INFO: archiving workspace using pattern(s): 15:26:40 Archives upload complete. 15:26:41 INFO: archiving logs to Nexus 15:26:41 ---> uname -a: 15:26:41 Linux prd-centos8-builder-2c-1g-3433.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 15:26:41 15:26:41 15:26:41 ---> lscpu: 15:26:41 Architecture: x86_64 15:26:41 CPU op-mode(s): 32-bit, 64-bit 15:26:41 Byte Order: Little Endian 15:26:41 CPU(s): 2 15:26:41 On-line CPU(s) list: 0,1 15:26:41 Thread(s) per core: 1 15:26:41 Core(s) per socket: 1 15:26:41 Socket(s): 2 15:26:41 NUMA node(s): 1 15:26:41 Vendor ID: AuthenticAMD 15:26:41 CPU family: 23 15:26:41 Model: 49 15:26:41 Model name: AMD EPYC-Rome Processor 15:26:41 Stepping: 0 15:26:41 CPU MHz: 2799.998 15:26:41 BogoMIPS: 5599.99 15:26:41 Virtualization: AMD-V 15:26:41 Hypervisor vendor: KVM 15:26:41 Virtualization type: full 15:26:41 L1d cache: 32K 15:26:41 L1i cache: 32K 15:26:41 L2 cache: 512K 15:26:41 L3 cache: 16384K 15:26:41 NUMA node0 CPU(s): 0,1 15:26:41 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 15:26:41 15:26:41 15:26:42 ---> nproc: 15:26:42 2 15:26:42 15:26:42 15:26:42 ---> df -h: 15:26:42 Filesystem Size Used Avail Use% Mounted on 15:26:42 devtmpfs 3.8G 0 3.8G 0% /dev 15:26:42 tmpfs 3.8G 0 3.8G 0% /dev/shm 15:26:42 tmpfs 3.8G 17M 3.8G 1% /run 15:26:42 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 15:26:42 /dev/vda1 40G 8.8G 32G 22% / 15:26:42 tmpfs 770M 0 770M 0% /run/user/1001 15:26:42 15:26:42 15:26:42 ---> free -m: 15:26:42 total used free shared buff/cache available 15:26:42 Mem: 7699 599 4670 19 2430 6783 15:26:42 Swap: 1023 0 1023 15:26:42 15:26:42 15:26:42 ---> ip addr: 15:26:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 15:26:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:26:42 inet 127.0.0.1/8 scope host lo 15:26:42 valid_lft forever preferred_lft forever 15:26:42 inet6 ::1/128 scope host 15:26:42 valid_lft forever preferred_lft forever 15:26:42 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 15:26:42 link/ether fa:16:3e:47:83:16 brd ff:ff:ff:ff:ff:ff 15:26:42 altname enp0s3 15:26:42 altname ens3 15:26:42 inet 10.30.106.79/23 brd 10.30.107.255 scope global dynamic noprefixroute eth0 15:26:42 valid_lft 86244sec preferred_lft 86244sec 15:26:42 inet6 fe80::f816:3eff:fe47:8316/64 scope link 15:26:42 valid_lft forever preferred_lft forever 15:26:42 15:26:42 15:26:42 ---> sar -b -r -n DEV: 15:26:42 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 01/27/2026 _x86_64_ (2 CPU) 15:26:42 15:26:42 15:24:02 LINUX RESTART (2 CPU) 15:26:42 15:26:42 03:25:01 PM tps rtps wtps bread/s bwrtn/s 15:26:42 03:26:01 PM 175.32 12.31 163.01 1285.04 14547.40 15:26:42 Average: 175.32 12.31 163.01 1285.04 14547.40 15:26:42 15:26:42 03:25:01 PM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:26:42 03:26:01 PM 4872672 6913280 3011772 38.20 2688 2197960 768980 8.61 386268 2222728 148136 15:26:42 Average: 4872672 6913280 3011772 38.20 2688 2197960 768980 8.61 386268 2222728 148136 15:26:42 15:26:42 03:25:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:26:42 03:26:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:42 03:26:01 PM eth0 96.88 63.65 1115.62 13.37 0.00 0.00 0.00 0.00 15:26:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:42 Average: eth0 96.88 63.65 1115.62 13.37 0.00 0.00 0.00 0.00 15:26:42 15:26:42 15:26:42 ---> sar -P ALL: 15:26:42 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 01/27/2026 _x86_64_ (2 CPU) 15:26:42 15:26:42 15:24:02 LINUX RESTART (2 CPU) 15:26:42 15:26:42 03:25:01 PM CPU %user %nice %system %iowait %steal %idle 15:26:42 03:26:01 PM all 40.43 0.22 6.51 2.80 0.15 49.89 15:26:42 03:26:01 PM 0 45.77 0.22 7.22 3.12 0.15 43.52 15:26:42 03:26:01 PM 1 35.10 0.22 5.80 2.48 0.15 56.24 15:26:42 Average: all 40.43 0.22 6.51 2.80 0.15 49.89 15:26:42 Average: 0 45.77 0.22 7.22 3.12 0.15 43.52 15:26:42 Average: 1 35.10 0.22 5.80 2.48 0.15 56.24 15:26:42 15:26:42 15:26:42