18:33:44 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/xtesting/+/141743 18:33:44 Running as SYSTEM 18:33:44 [EnvInject] - Loading node environment variables. 18:33:44 Building remotely on prd-centos8-builder-2c-1g-41571 (centos8-builder-2c-1g) in workspace /w/workspace/integration-xtesting-master-commit-lint 18:33:44 [ssh-agent] Looking for ssh-agent implementation... 18:33:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:33:45 $ ssh-agent 18:33:45 SSH_AUTH_SOCK=/tmp/ssh-zJAzkAoMJaOR/agent.13784 18:33:45 SSH_AGENT_PID=13787 18:33:45 [ssh-agent] Started. 18:33:45 Running ssh-add (command line suppressed) 18:33:45 Identity added: /w/workspace/integration-xtesting-master-commit-lint@tmp/private_key_5403220329950218707.key (/w/workspace/integration-xtesting-master-commit-lint@tmp/private_key_5403220329950218707.key) 18:33:45 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 18:33:45 The recommended git tool is: NONE 18:33:47 using credential onap-jenkins-ssh 18:33:47 Wiping out workspace first. 18:33:47 Cloning the remote Git repository 18:33:47 Cloning repository git://cloud.onap.org/mirror/integration/xtesting.git 18:33:47 > git init /w/workspace/integration-xtesting-master-commit-lint # timeout=10 18:33:47 Fetching upstream changes from git://cloud.onap.org/mirror/integration/xtesting.git 18:33:47 > git --version # timeout=10 18:33:47 > git --version # 'git version 2.39.0' 18:33:47 using GIT_SSH to set credentials Gerrit user 18:33:47 [INFO] Currently running in a labeled security context 18:33:47 [INFO] Currently SELinux is 'enforcing' on the host 18:33:47 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-xtesting-master-commit-lint@tmp/jenkins-gitclient-ssh15091648183022419249.key 18:33:47 Verifying host key using manually-configured host key entries 18:33:47 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration/xtesting.git +refs/heads/*:refs/remotes/origin/* # timeout=30 18:33:48 > git config remote.origin.url git://cloud.onap.org/mirror/integration/xtesting.git # timeout=10 18:33:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:33:49 > git config remote.origin.url git://cloud.onap.org/mirror/integration/xtesting.git # timeout=10 18:33:49 Fetching upstream changes from git://cloud.onap.org/mirror/integration/xtesting.git 18:33:49 using GIT_SSH to set credentials Gerrit user 18:33:49 [INFO] Currently running in a labeled security context 18:33:49 [INFO] Currently SELinux is 'enforcing' on the host 18:33:49 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-xtesting-master-commit-lint@tmp/jenkins-gitclient-ssh2048645891033180337.key 18:33:49 Verifying host key using manually-configured host key entries 18:33:49 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration/xtesting.git refs/changes/43/141743/3 # timeout=30 18:33:49 > git rev-parse c1b3d4cc04338a2f2ba1a610284eb7426b8e7c0e^{commit} # timeout=10 18:33:49 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 18:33:49 Checking out Revision c1b3d4cc04338a2f2ba1a610284eb7426b8e7c0e (refs/changes/43/141743/3) 18:33:49 > git config core.sparsecheckout # timeout=10 18:33:49 > git checkout -f c1b3d4cc04338a2f2ba1a610284eb7426b8e7c0e # timeout=30 18:33:52 Commit message: "[COMMON] Chore: Add dependabot config" 18:33:52 > git rev-parse FETCH_HEAD^{commit} # timeout=10 18:33:52 > git rev-list --no-walk 7191df8920bdeb2de9e315af71dcff04c04237fc # timeout=10 18:33:53 [EnvInject] - Injecting environment variables from a build step. 18:33:53 [EnvInject] - Injecting as environment variables the properties content 18:33:53 PYTHON=python3 18:33:53 18:33:53 [EnvInject] - Variables injected successfully. 18:33:53 [integration-xtesting-master-commit-lint] $ /bin/bash -l /tmp/jenkins13492644411674450325.sh 18:33:53 ---> tox-install.sh 18:33:53 + source /home/jenkins/lf-env.sh 18:33:53 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 18:33:53 ++ mktemp -d /tmp/venv-XXXX 18:33:53 + lf_venv=/tmp/venv-I7AS 18:33:53 + local venv_file=/tmp/.os_lf_venv 18:33:53 + local python=python3 18:33:53 + local options 18:33:53 + local set_path=true 18:33:53 + local install_args= 18:33: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 18:33:53 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:33:53 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:33:53 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 18:33:53 + true 18:33:53 + case $1 in 18:33:53 + venv_file=/tmp/.toxenv 18:33:53 + shift 2 18:33:53 + true 18:33:53 + case $1 in 18:33:53 + shift 18:33:53 + break 18:33:53 + case $python in 18:33:53 + local pkg_list= 18:33:53 + [[ -d /opt/pyenv ]] 18:33:53 + echo 'Setup pyenv:' 18:33:53 Setup pyenv: 18:33:53 + export PYENV_ROOT=/opt/pyenv 18:33:53 + PYENV_ROOT=/opt/pyenv 18:33:53 + 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 18:33:53 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 18:33:53 + pyenv versions 18:33:53 system 18:33:53 * 3.8.13 (set by /opt/pyenv/version) 18:33:53 * 3.9.13 (set by /opt/pyenv/version) 18:33:53 * 3.10.6 (set by /opt/pyenv/version) 18:33:53 + command -v pyenv 18:33:53 ++ pyenv init - --no-rehash 18:33: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[*]}"'\'')" 18:33:53 export PATH="/opt/pyenv/shims:${PATH}" 18:33:53 export PYENV_SHELL=bash 18:33:53 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 18:33:53 pyenv() { 18:33:53 local command 18:33:53 command="${1:-}" 18:33:53 if [ "$#" -gt 0 ]; then 18:33:53 shift 18:33:53 fi 18:33:53 18:33:53 case "$command" in 18:33:53 rehash|shell) 18:33:53 eval "$(pyenv "sh-$command" "$@")" 18:33:53 ;; 18:33:53 *) 18:33:53 command pyenv "$command" "$@" 18:33:53 ;; 18:33:53 esac 18:33:53 }' 18:33: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[*]}"' 18:33:53 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 18:33:53 ++ 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 18:33:53 ++ 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 18:33:53 ++ export PYENV_SHELL=bash 18:33:53 ++ PYENV_SHELL=bash 18:33:53 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 18:33:53 +++ complete -F _pyenv pyenv 18:33:53 ++ lf-pyver python3 18:33:53 ++ local py_version_xy=python3 18:33:53 ++ local py_version_xyz= 18:33:53 ++ pyenv versions 18:33:53 ++ local command 18:33:53 ++ command=versions 18:33:53 ++ '[' 1 -gt 0 ']' 18:33:53 ++ shift 18:33:53 ++ case "$command" in 18:33:53 ++ sed 's/^[ *]* //' 18:33:53 ++ command pyenv versions 18:33:53 ++ pyenv versions 18:33:53 ++ grep -E '^[0-9.]*[0-9]$' 18:33:53 ++ awk '{ print $1 }' 18:33:53 ++ [[ ! -s /tmp/.pyenv_versions ]] 18:33:53 +++ tail -n 1 18:33:53 +++ sort -V 18:33:53 +++ grep '^3' /tmp/.pyenv_versions 18:33:53 ++ py_version_xyz=3.10.6 18:33:53 ++ [[ -z 3.10.6 ]] 18:33:53 ++ echo 3.10.6 18:33:53 ++ return 0 18:33:53 + pyenv local 3.10.6 18:33:53 + local command 18:33:53 + command=local 18:33:53 + '[' 2 -gt 0 ']' 18:33:53 + shift 18:33:53 + case "$command" in 18:33:53 + command pyenv local 3.10.6 18:33:53 + pyenv local 3.10.6 18:33:53 + for arg in "$@" 18:33:53 + case $arg in 18:33:53 + pkg_list+='tox ' 18:33:53 + for arg in "$@" 18:33:53 + case $arg in 18:33:53 + pkg_list+='virtualenv ' 18:33:53 + for arg in "$@" 18:33:53 + case $arg in 18:33:53 + pkg_list+='urllib3~=1.26.15 ' 18:33:53 + [[ -f /tmp/.toxenv ]] 18:33:53 + [[ ! -f /tmp/.toxenv ]] 18:33:53 + [[ -n '' ]] 18:33:53 + python3 -m venv /tmp/venv-I7AS 18:33:57 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-I7AS' 18:33:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-I7AS 18:33:57 + echo /tmp/venv-I7AS 18:33:57 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 18:33:57 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 18:33:57 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 18:33:57 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:33:57 + local 'pip_opts=--upgrade --quiet' 18:33:57 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 18:33:57 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 18:33:57 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 18:33:57 + [[ -n '' ]] 18:33:57 + [[ -n '' ]] 18:33:57 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 18:33:57 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:33:57 + /tmp/venv-I7AS/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 18:34:01 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 18:34:01 lf-activate-venv(): INFO: Base packages installed successfully 18:34:01 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 18:34:01 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 18:34:01 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 18:34:01 + /tmp/venv-I7AS/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 18:34:03 + type python3 18:34:03 + true 18:34:03 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-I7AS/bin to PATH' 18:34:03 lf-activate-venv(): INFO: Adding /tmp/venv-I7AS/bin to PATH 18:34:03 + PATH=/tmp/venv-I7AS/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 18:34:03 + return 0 18:34:03 + python3 --version 18:34:03 Python 3.10.6 18:34:03 + python3 -m pip --version 18:34:03 pip 25.2 from /tmp/venv-I7AS/lib/python3.10/site-packages/pip (python 3.10) 18:34:03 + python3 -m pip freeze 18:34:03 cachetools==6.2.0 18:34:03 chardet==5.2.0 18:34:03 colorama==0.4.6 18:34:03 distlib==0.4.0 18:34:03 filelock==3.19.1 18:34:03 packaging==25.0 18:34:03 platformdirs==4.4.0 18:34:03 pluggy==1.6.0 18:34:03 pyproject-api==1.9.1 18:34:03 tomli==2.2.1 18:34:03 tox==4.28.4 18:34:03 typing_extensions==4.15.0 18:34:03 urllib3==1.26.20 18:34:03 virtualenv==20.34.0 18:34:03 [EnvInject] - Injecting environment variables from a build step. 18:34:03 [EnvInject] - Injecting as environment variables the properties content 18:34:03 PARALLEL=false 18:34:03 18:34:03 [EnvInject] - Variables injected successfully. 18:34:03 [integration-xtesting-master-commit-lint] $ /bin/bash -l /tmp/jenkins11117254127293113323.sh 18:34:04 ---> tox-run.sh 18:34:04 + 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 18:34:04 + ARCHIVE_TOX_DIR=/w/workspace/integration-xtesting-master-commit-lint/archives/tox 18:34:04 + ARCHIVE_DOC_DIR=/w/workspace/integration-xtesting-master-commit-lint/archives/docs 18:34:04 + mkdir -p /w/workspace/integration-xtesting-master-commit-lint/archives/tox 18:34:04 + cd /w/workspace/integration-xtesting-master-commit-lint/. 18:34:04 + source /home/jenkins/lf-env.sh 18:34:04 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 18:34:04 ++ mktemp -d /tmp/venv-XXXX 18:34:04 + lf_venv=/tmp/venv-9NUP 18:34:04 + local venv_file=/tmp/.os_lf_venv 18:34:04 + local python=python3 18:34:04 + local options 18:34:04 + local set_path=true 18:34:04 + local install_args= 18:34:04 ++ 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 18:34:04 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:34:04 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:34:04 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 18:34:04 + true 18:34:04 + case $1 in 18:34:04 + venv_file=/tmp/.toxenv 18:34:04 + shift 2 18:34:04 + true 18:34:04 + case $1 in 18:34:04 + shift 18:34:04 + break 18:34:04 + case $python in 18:34:04 + local pkg_list= 18:34:04 + [[ -d /opt/pyenv ]] 18:34:04 + echo 'Setup pyenv:' 18:34:04 Setup pyenv: 18:34:04 + export PYENV_ROOT=/opt/pyenv 18:34:04 + PYENV_ROOT=/opt/pyenv 18:34:04 + 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 18:34:04 + 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 18:34:04 + pyenv versions 18:34:04 system 18:34:04 3.8.13 18:34:04 3.9.13 18:34:04 * 3.10.6 (set by /w/workspace/integration-xtesting-master-commit-lint/.python-version) 18:34:04 + command -v pyenv 18:34:04 ++ pyenv init - --no-rehash 18:34:04 + 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[*]}"'\'')" 18:34:04 export PATH="/opt/pyenv/shims:${PATH}" 18:34:04 export PYENV_SHELL=bash 18:34:04 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 18:34:04 pyenv() { 18:34:04 local command 18:34:04 command="${1:-}" 18:34:04 if [ "$#" -gt 0 ]; then 18:34:04 shift 18:34:04 fi 18:34:04 18:34:04 case "$command" in 18:34:04 rehash|shell) 18:34:04 eval "$(pyenv "sh-$command" "$@")" 18:34:04 ;; 18:34:04 *) 18:34:04 command pyenv "$command" "$@" 18:34:04 ;; 18:34:04 esac 18:34:04 }' 18:34:04 +++ 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[*]}"' 18:34:04 ++ 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 18:34:04 ++ 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 18:34:04 ++ 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 18:34:04 ++ export PYENV_SHELL=bash 18:34:04 ++ PYENV_SHELL=bash 18:34:04 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 18:34:04 +++ complete -F _pyenv pyenv 18:34:04 ++ lf-pyver python3 18:34:04 ++ local py_version_xy=python3 18:34:04 ++ local py_version_xyz= 18:34:04 ++ grep -E '^[0-9.]*[0-9]$' 18:34:04 ++ sed 's/^[ *]* //' 18:34:04 ++ awk '{ print $1 }' 18:34:04 ++ pyenv versions 18:34:04 ++ local command 18:34:04 ++ command=versions 18:34:04 ++ '[' 1 -gt 0 ']' 18:34:04 ++ shift 18:34:04 ++ case "$command" in 18:34:04 ++ command pyenv versions 18:34:04 ++ pyenv versions 18:34:04 ++ [[ ! -s /tmp/.pyenv_versions ]] 18:34:04 +++ sort -V 18:34:04 +++ grep '^3' /tmp/.pyenv_versions 18:34:04 +++ tail -n 1 18:34:04 ++ py_version_xyz=3.10.6 18:34:04 ++ [[ -z 3.10.6 ]] 18:34:04 ++ echo 3.10.6 18:34:04 ++ return 0 18:34:04 + pyenv local 3.10.6 18:34:04 + local command 18:34:04 + command=local 18:34:04 + '[' 2 -gt 0 ']' 18:34:04 + shift 18:34:04 + case "$command" in 18:34:04 + command pyenv local 3.10.6 18:34:04 + pyenv local 3.10.6 18:34:04 + for arg in "$@" 18:34:04 + case $arg in 18:34:04 + pkg_list+='tox ' 18:34:04 + for arg in "$@" 18:34:04 + case $arg in 18:34:04 + pkg_list+='virtualenv ' 18:34:04 + for arg in "$@" 18:34:04 + case $arg in 18:34:04 + pkg_list+='urllib3~=1.26.15 ' 18:34:04 + [[ -f /tmp/.toxenv ]] 18:34:04 ++ cat /tmp/.toxenv 18:34:04 + lf_venv=/tmp/venv-I7AS 18:34:04 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-I7AS from' file:/tmp/.toxenv 18:34:04 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-I7AS from file:/tmp/.toxenv 18:34:04 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 18:34:04 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:34:04 + local 'pip_opts=--upgrade --quiet' 18:34:04 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 18:34:04 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 18:34:04 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 18:34:04 + [[ -n '' ]] 18:34:04 + [[ -n '' ]] 18:34:04 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 18:34:04 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:34:04 + /tmp/venv-I7AS/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 18:34:05 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 18:34:05 lf-activate-venv(): INFO: Base packages installed successfully 18:34:05 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 18:34:05 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 18:34:05 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 18:34:05 + /tmp/venv-I7AS/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 18:34:06 + type python3 18:34:06 + true 18:34:06 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-I7AS/bin to PATH' 18:34:06 lf-activate-venv(): INFO: Adding /tmp/venv-I7AS/bin to PATH 18:34:06 + PATH=/tmp/venv-I7AS/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 18:34:06 + return 0 18:34:06 + [[ -d /opt/pyenv ]] 18:34:06 + echo '---> Setting up pyenv' 18:34:06 ---> Setting up pyenv 18:34:06 + export PYENV_ROOT=/opt/pyenv 18:34:06 + PYENV_ROOT=/opt/pyenv 18:34:06 + export PATH=/opt/pyenv/bin:/tmp/venv-I7AS/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 18:34:06 + PATH=/opt/pyenv/bin:/tmp/venv-I7AS/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 18:34:06 ++ pwd 18:34:06 + PYTHONPATH=/w/workspace/integration-xtesting-master-commit-lint 18:34:06 + export PYTHONPATH 18:34:06 + export TOX_TESTENV_PASSENV=PYTHONPATH 18:34:06 + TOX_TESTENV_PASSENV=PYTHONPATH 18:34:06 + tox --version 18:34:06 4.28.4 from /tmp/venv-I7AS/lib/python3.10/site-packages/tox/__init__.py 18:34:06 + PARALLEL=false 18:34:06 + TOX_OPTIONS_LIST= 18:34:06 + [[ -n gitlint ]] 18:34:06 + TOX_OPTIONS_LIST=' -e gitlint' 18:34:06 + case ${PARALLEL,,} in 18:34:06 + tox -e gitlint 18:34:06 + tee -a /w/workspace/integration-xtesting-master-commit-lint/archives/tox/tox.log 18:34:07 gitlint: install_deps> python -I -m pip install gitlint 18:34:10 gitlint: freeze> python -m pip freeze --all 18:34:10 gitlint: arrow==1.2.3,click==8.1.3,gitlint==0.19.1,gitlint-core==0.19.1,pip==25.0.1,python-dateutil==2.9.0.post0,setuptools==75.3.2,sh==1.14.3,six==1.17.0,wheel==0.45.1 18:34:10 gitlint: commands[0]> gitlint 18:34:10 WARNING: I1 - ignore-by-title: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-by-title.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search 18:34:10 WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search 18:34:10 3: B6 Body message is missing 18:34:10 3: B8 Body does not match regex (.{20,}) 18:34:10 gitlint: exit 2 (0.12 seconds) /w/workspace/integration-xtesting-master-commit-lint> gitlint pid=35315 18:34:10 gitlint: FAIL code 2 (3.49=setup[3.37]+cmd[0.12] seconds) 18:34:10 evaluation failed :( (3.70 seconds) 18:34:10 + tox_status=2 18:34:10 + echo '---> Completed tox runs' 18:34:10 ---> Completed tox runs 18:34:10 + for i in .tox/*/log 18:34:10 ++ echo .tox/gitlint/log 18:34:10 ++ awk -F/ '{print $2}' 18:34:10 + tox_env=gitlint 18:34:10 + cp -r .tox/gitlint/log /w/workspace/integration-xtesting-master-commit-lint/archives/tox/gitlint 18:34:10 + DOC_DIR=docs/_build/html 18:34:10 + [[ -d docs/_build/html ]] 18:34:10 + echo '---> tox-run.sh ends' 18:34:10 ---> tox-run.sh ends 18:34:10 + test 2 -eq 0 18:34:10 + exit 2 18:34:10 Build step 'Execute shell' marked build as failure 18:34:10 $ ssh-agent -k 18:34:10 unset SSH_AUTH_SOCK; 18:34:10 unset SSH_AGENT_PID; 18:34:10 echo Agent pid 13787 killed; 18:34:10 [ssh-agent] Stopped. 18:34:10 [PostBuildScript] - [INFO] Executing post build scripts. 18:34:10 [integration-xtesting-master-commit-lint] $ /bin/bash /tmp/jenkins17509934319858769796.sh 18:34:10 ---> sysstat.sh 18:34:10 [integration-xtesting-master-commit-lint] $ /bin/bash /tmp/jenkins11300679472605666412.sh 18:34:10 ---> package-listing.sh 18:34:10 ++ facter osfamily 18:34:10 ++ tr '[:upper:]' '[:lower:]' 18:34:11 + OS_FAMILY=redhat 18:34:11 + workspace=/w/workspace/integration-xtesting-master-commit-lint 18:34:11 + START_PACKAGES=/tmp/packages_start.txt 18:34:11 + END_PACKAGES=/tmp/packages_end.txt 18:34:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:34:11 + PACKAGES=/tmp/packages_start.txt 18:34:11 + '[' /w/workspace/integration-xtesting-master-commit-lint ']' 18:34:11 + PACKAGES=/tmp/packages_end.txt 18:34:11 + case "${OS_FAMILY}" in 18:34:11 + rpm -qa 18:34:11 + sort 18:34:11 + '[' -f /tmp/packages_start.txt ']' 18:34:11 + '[' -f /tmp/packages_end.txt ']' 18:34:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:34:11 + '[' /w/workspace/integration-xtesting-master-commit-lint ']' 18:34:11 + mkdir -p /w/workspace/integration-xtesting-master-commit-lint/archives/ 18:34:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-xtesting-master-commit-lint/archives/ 18:34:11 [integration-xtesting-master-commit-lint] $ /bin/bash /tmp/jenkins9219661042757896684.sh 18:34:11 ---> capture-instance-metadata.sh 18:34:11 Setup pyenv: 18:34:11 system 18:34:11 3.8.13 18:34:11 3.9.13 18:34:11 * 3.10.6 (set by /w/workspace/integration-xtesting-master-commit-lint/.python-version) 18:34:15 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Ud6y 18:34:15 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 18:34:15 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:34:15 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:34:19 lf-activate-venv(): INFO: Base packages installed successfully 18:34:19 lf-activate-venv(): INFO: Installing additional packages: lftools 18:34:41 lf-activate-venv(): INFO: Adding /tmp/venv-Ud6y/bin to PATH 18:34:41 INFO: Running in OpenStack, capturing instance metadata 18:34:41 [integration-xtesting-master-commit-lint] $ /bin/bash /tmp/jenkins3399488795307754586.sh 18:34:41 provisioning config files... 18:34:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-xtesting-master-commit-lint@tmp/config2323135601243653845tmp 18:34:41 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 18:34:41 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 18:34:41 [EnvInject] - Injecting environment variables from a build step. 18:34:41 [EnvInject] - Injecting as environment variables the properties content 18:34:41 SERVER_ID=logs 18:34:41 18:34:41 [EnvInject] - Variables injected successfully. 18:34:41 [integration-xtesting-master-commit-lint] $ /bin/bash /tmp/jenkins315332249985498166.sh 18:34:41 ---> create-netrc.sh 18:34:41 [integration-xtesting-master-commit-lint] $ /bin/bash /tmp/jenkins15596765590344689571.sh 18:34:41 ---> python-tools-install.sh 18:34:41 Setup pyenv: 18:34:41 system 18:34:41 3.8.13 18:34:41 3.9.13 18:34:41 * 3.10.6 (set by /w/workspace/integration-xtesting-master-commit-lint/.python-version) 18:34:42 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Ud6y from file:/tmp/.os_lf_venv 18:34:42 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:34:42 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:34:43 lf-activate-venv(): INFO: Base packages installed successfully 18:34:43 lf-activate-venv(): INFO: Installing additional packages: lftools 18:34:51 lf-activate-venv(): INFO: Adding /tmp/venv-Ud6y/bin to PATH 18:34:51 Generating Requirements File 18:35:11 Python 3.10.6 18:35:11 pip 25.2 from /tmp/venv-Ud6y/lib/python3.10/site-packages/pip (python 3.10) 18:35:11 appdirs==1.4.4 18:35:11 argcomplete==3.6.2 18:35:11 aspy.yaml==1.3.0 18:35:11 attrs==25.3.0 18:35:11 autopage==0.5.2 18:35:11 beautifulsoup4==4.13.5 18:35:11 boto3==1.40.18 18:35:11 botocore==1.40.18 18:35:11 bs4==0.0.2 18:35:11 cachetools==5.5.2 18:35:11 certifi==2025.8.3 18:35:11 cffi==1.17.1 18:35:11 cfgv==3.4.0 18:35:11 chardet==5.2.0 18:35:11 charset-normalizer==3.4.3 18:35:11 click==8.2.1 18:35:11 cliff==4.11.0 18:35:11 cmd2==2.7.0 18:35:11 cryptography==3.3.2 18:35:11 debtcollector==3.0.0 18:35:11 decorator==5.2.1 18:35:11 defusedxml==0.7.1 18:35:11 Deprecated==1.2.18 18:35:11 distlib==0.4.0 18:35:11 dnspython==2.7.0 18:35:11 docker==7.1.0 18:35:11 dogpile.cache==1.4.0 18:35:11 durationpy==0.10 18:35:11 email-validator==2.3.0 18:35:11 filelock==3.19.1 18:35:11 future==1.0.0 18:35:11 gitdb==4.0.12 18:35:11 GitPython==3.1.45 18:35:11 google-auth==2.40.3 18:35:11 httplib2==0.22.0 18:35:11 identify==2.6.13 18:35:11 idna==3.10 18:35:11 importlib-resources==1.5.0 18:35:11 iso8601==2.1.0 18:35:11 Jinja2==3.1.6 18:35:11 jmespath==1.0.1 18:35:11 jsonpatch==1.33 18:35:11 jsonpointer==3.0.0 18:35:11 jsonschema==4.25.1 18:35:11 jsonschema-specifications==2025.4.1 18:35:11 keystoneauth1==5.12.0 18:35:11 kubernetes==33.1.0 18:35:11 lftools==0.37.13 18:35:11 lxml==6.0.1 18:35:11 markdown-it-py==4.0.0 18:35:11 MarkupSafe==3.0.2 18:35:11 mdurl==0.1.2 18:35:11 msgpack==1.1.1 18:35:11 multi_key_dict==2.0.3 18:35:11 munch==4.0.0 18:35:11 netaddr==1.3.0 18:35:11 niet==1.4.2 18:35:11 nodeenv==1.9.1 18:35:11 oauth2client==4.1.3 18:35:11 oauthlib==3.3.1 18:35:11 openstacksdk==4.7.0 18:35:11 os-client-config==2.3.0 18:35:11 os-service-types==1.8.0 18:35:11 osc-lib==4.2.0 18:35:11 oslo.config==10.0.0 18:35:11 oslo.context==6.1.0 18:35:11 oslo.i18n==6.6.0 18:35:11 oslo.log==7.2.1 18:35:11 oslo.serialization==5.8.0 18:35:11 oslo.utils==9.1.0 18:35:11 packaging==25.0 18:35:11 pbr==7.0.1 18:35:11 platformdirs==4.4.0 18:35:11 prettytable==3.16.0 18:35:11 psutil==7.0.0 18:35:11 pyasn1==0.6.1 18:35:11 pyasn1_modules==0.4.2 18:35:11 pycparser==2.22 18:35:11 pygerrit2==2.0.15 18:35:11 PyGithub==2.7.0 18:35:11 Pygments==2.19.2 18:35:11 PyJWT==2.10.1 18:35:11 PyNaCl==1.5.0 18:35:11 pyparsing==2.4.7 18:35:11 pyperclip==1.9.0 18:35:11 pyrsistent==0.20.0 18:35:11 python-cinderclient==9.7.0 18:35:11 python-dateutil==2.9.0.post0 18:35:11 python-heatclient==4.3.0 18:35:11 python-jenkins==1.8.3 18:35:11 python-keystoneclient==5.6.0 18:35:11 python-magnumclient==4.8.1 18:35:11 python-openstackclient==8.2.0 18:35:11 python-swiftclient==4.8.0 18:35:11 PyYAML==6.0.2 18:35:11 referencing==0.36.2 18:35:11 requests==2.32.5 18:35:11 requests-oauthlib==2.0.0 18:35:11 requestsexceptions==1.4.0 18:35:11 rfc3986==2.0.0 18:35:11 rich==14.1.0 18:35:11 rich-argparse==1.7.1 18:35:11 rpds-py==0.27.1 18:35:11 rsa==4.9.1 18:35:11 ruamel.yaml==0.18.15 18:35:11 ruamel.yaml.clib==0.2.12 18:35:11 s3transfer==0.13.1 18:35:11 simplejson==3.20.1 18:35:11 six==1.17.0 18:35:11 smmap==5.0.2 18:35:11 soupsieve==2.8 18:35:11 stevedore==5.5.0 18:35:11 tabulate==0.9.0 18:35:11 toml==0.10.2 18:35:11 tomlkit==0.13.3 18:35:11 tqdm==4.67.1 18:35:11 typing_extensions==4.15.0 18:35:11 tzdata==2025.2 18:35:11 urllib3==1.26.20 18:35:11 virtualenv==20.34.0 18:35:11 wcwidth==0.2.13 18:35:11 websocket-client==1.8.0 18:35:11 wrapt==1.17.3 18:35:11 xdg==6.0.0 18:35:11 xmltodict==0.14.2 18:35:11 yq==3.4.3 18:35:11 [integration-xtesting-master-commit-lint] $ /bin/bash /tmp/jenkins4350184802399412457.sh 18:35:11 ---> sudo-logs.sh 18:35:11 Archiving 'sudo' log.. 18:35:12 [integration-xtesting-master-commit-lint] $ /bin/bash /tmp/jenkins4886424738207287742.sh 18:35:12 ---> job-cost.sh 18:35:12 Setup pyenv: 18:35:12 system 18:35:12 3.8.13 18:35:12 3.9.13 18:35:12 * 3.10.6 (set by /w/workspace/integration-xtesting-master-commit-lint/.python-version) 18:35:12 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Ud6y from file:/tmp/.os_lf_venv 18:35:12 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:35:12 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:35:14 lf-activate-venv(): INFO: Base packages installed successfully 18:35:14 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 18:35:19 lf-activate-venv(): INFO: Adding /tmp/venv-Ud6y/bin to PATH 18:35:19 INFO: No Stack... 18:35:19 INFO: Retrieving Pricing Info for: v3-standard-2 18:35:19 INFO: Archiving Costs 18:35:19 [integration-xtesting-master-commit-lint] $ /bin/bash -l /tmp/jenkins17399518180448859235.sh 18:35:19 ---> logs-deploy.sh 18:35:19 Setup pyenv: 18:35:19 system 18:35:19 3.8.13 18:35:19 3.9.13 18:35:19 * 3.10.6 (set by /w/workspace/integration-xtesting-master-commit-lint/.python-version) 18:35:20 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Ud6y from file:/tmp/.os_lf_venv 18:35:20 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:35:20 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:35:21 lf-activate-venv(): INFO: Base packages installed successfully 18:35:21 lf-activate-venv(): INFO: Installing additional packages: lftools 18:35:30 lf-activate-venv(): INFO: Adding /tmp/venv-Ud6y/bin to PATH 18:35:30 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-xtesting-master-commit-lint/299 18:35:30 INFO: archiving workspace using pattern(s): 18:35:30 Archives upload complete. 18:35:31 INFO: archiving logs to Nexus 18:35:31 ---> uname -a: 18:35:31 Linux prd-centos8-builder-2c-1g-41571.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 18:35:31 18:35:31 18:35:31 ---> lscpu: 18:35:31 Architecture: x86_64 18:35:31 CPU op-mode(s): 32-bit, 64-bit 18:35:31 Byte Order: Little Endian 18:35:31 CPU(s): 2 18:35:31 On-line CPU(s) list: 0,1 18:35:31 Thread(s) per core: 1 18:35:31 Core(s) per socket: 1 18:35:31 Socket(s): 2 18:35:31 NUMA node(s): 1 18:35:31 Vendor ID: AuthenticAMD 18:35:31 CPU family: 23 18:35:31 Model: 49 18:35:31 Model name: AMD EPYC-Rome Processor 18:35:31 Stepping: 0 18:35:31 CPU MHz: 2799.998 18:35:31 BogoMIPS: 5599.99 18:35:31 Virtualization: AMD-V 18:35:31 Hypervisor vendor: KVM 18:35:31 Virtualization type: full 18:35:31 L1d cache: 32K 18:35:31 L1i cache: 32K 18:35:31 L2 cache: 512K 18:35:31 L3 cache: 16384K 18:35:31 NUMA node0 CPU(s): 0,1 18:35:31 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 18:35:31 18:35:31 18:35:31 ---> nproc: 18:35:31 2 18:35:31 18:35:31 18:35:31 ---> df -h: 18:35:31 Filesystem Size Used Avail Use% Mounted on 18:35:31 devtmpfs 3.8G 0 3.8G 0% /dev 18:35:31 tmpfs 3.8G 0 3.8G 0% /dev/shm 18:35:31 tmpfs 3.8G 17M 3.8G 1% /run 18:35:31 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 18:35:31 /dev/vda1 40G 8.6G 32G 22% / 18:35:31 tmpfs 770M 0 770M 0% /run/user/1001 18:35:31 18:35:31 18:35:31 ---> free -m: 18:35:31 total used free shared buff/cache available 18:35:31 Mem: 7699 564 4991 19 2143 6826 18:35:31 Swap: 1023 0 1023 18:35:31 18:35:31 18:35:31 ---> ip addr: 18:35:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 18:35:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:35:31 inet 127.0.0.1/8 scope host lo 18:35:31 valid_lft forever preferred_lft forever 18:35:31 inet6 ::1/128 scope host 18:35:31 valid_lft forever preferred_lft forever 18:35:31 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 18:35:31 link/ether fa:16:3e:31:c8:74 brd ff:ff:ff:ff:ff:ff 18:35:31 altname enp0s3 18:35:31 altname ens3 18:35:31 inet 10.30.107.60/23 brd 10.30.107.255 scope global dynamic noprefixroute eth0 18:35:31 valid_lft 86272sec preferred_lft 86272sec 18:35:31 inet6 fe80::f816:3eff:fe31:c874/64 scope link 18:35:31 valid_lft forever preferred_lft forever 18:35:31 18:35:31 18:35:31 ---> sar -b -r -n DEV: 18:35:31 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 08/27/2025 _x86_64_ (2 CPU) 18:35:31 18:35:31 18:33:20 LINUX RESTART (2 CPU) 18:35:31 18:35:31 06:34:01 PM tps rtps wtps bread/s bwrtn/s 18:35:31 06:35:01 PM 215.98 86.14 129.85 1232.99 9001.18 18:35:31 Average: 215.98 86.14 129.85 1232.99 9001.18 18:35:31 18:35:31 06:34:01 PM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:35:31 06:35:01 PM 5230412 7025100 2654024 33.66 2688 1963768 665140 7.45 373516 1922452 158092 18:35:31 Average: 5230412 7025100 2654024 33.66 2688 1963768 665140 7.45 373516 1922452 158092 18:35:31 18:35:31 06:34:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:35:31 06:35:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:31 06:35:01 PM eth0 73.70 59.04 830.37 19.86 0.00 0.00 0.00 0.00 18:35:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:35:31 Average: eth0 73.70 59.04 830.37 19.86 0.00 0.00 0.00 0.00 18:35:31 18:35:31 18:35:31 ---> sar -P ALL: 18:35:31 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 08/27/2025 _x86_64_ (2 CPU) 18:35:31 18:35:31 18:33:20 LINUX RESTART (2 CPU) 18:35:31 18:35:31 06:34:01 PM CPU %user %nice %system %iowait %steal %idle 18:35:31 06:35:01 PM all 42.20 1.18 13.38 2.11 0.12 41.01 18:35:31 06:35:01 PM 0 51.14 0.96 12.49 1.93 0.12 33.36 18:35:31 06:35:01 PM 1 33.22 1.40 14.27 2.29 0.12 48.69 18:35:31 Average: all 42.20 1.18 13.38 2.11 0.12 41.01 18:35:31 Average: 0 51.14 0.96 12.49 1.93 0.12 33.36 18:35:31 Average: 1 33.22 1.40 14.27 2.29 0.12 48.69 18:35:31 18:35:31 18:35:31