03:29:32 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/usecases/A1-policy-enforcement-r-apps/+/141742 03:29:32 Running as SYSTEM 03:29:32 [EnvInject] - Loading node environment variables. 03:29:32 Building remotely on prd-centos8-builder-2c-1g-34984 (centos8-builder-2c-1g) in workspace /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint 03:29:32 [ssh-agent] Looking for ssh-agent implementation... 03:29:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:29:32 $ ssh-agent 03:29:32 SSH_AUTH_SOCK=/tmp/ssh-frnEcTBuFjjF/agent.15913 03:29:32 SSH_AGENT_PID=15916 03:29:32 [ssh-agent] Started. 03:29:32 Running ssh-add (command line suppressed) 03:29:32 Identity added: /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint@tmp/private_key_12063139656413101316.key (/w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint@tmp/private_key_12063139656413101316.key) 03:29:32 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 03:29:32 The recommended git tool is: NONE 03:29:34 using credential onap-jenkins-ssh 03:29:34 Wiping out workspace first. 03:29:34 Cloning the remote Git repository 03:29:34 Cloning repository git://cloud.onap.org/mirror/integration/usecases/A1-policy-enforcement-r-apps.git 03:29:34 > git init /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint # timeout=10 03:29:34 Fetching upstream changes from git://cloud.onap.org/mirror/integration/usecases/A1-policy-enforcement-r-apps.git 03:29:34 > git --version # timeout=10 03:29:34 > git --version # 'git version 2.39.0' 03:29:34 using GIT_SSH to set credentials Gerrit user 03:29:34 [INFO] Currently running in a labeled security context 03:29:34 [INFO] Currently SELinux is 'enforcing' on the host 03:29:34 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint@tmp/jenkins-gitclient-ssh348641241830079948.key 03:29:34 Verifying host key using manually-configured host key entries 03:29:34 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration/usecases/A1-policy-enforcement-r-apps.git +refs/heads/*:refs/remotes/origin/* # timeout=30 03:29:35 > git config remote.origin.url git://cloud.onap.org/mirror/integration/usecases/A1-policy-enforcement-r-apps.git # timeout=10 03:29:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:29:36 > git config remote.origin.url git://cloud.onap.org/mirror/integration/usecases/A1-policy-enforcement-r-apps.git # timeout=10 03:29:36 Fetching upstream changes from git://cloud.onap.org/mirror/integration/usecases/A1-policy-enforcement-r-apps.git 03:29:36 using GIT_SSH to set credentials Gerrit user 03:29:36 [INFO] Currently running in a labeled security context 03:29:36 [INFO] Currently SELinux is 'enforcing' on the host 03:29:36 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint@tmp/jenkins-gitclient-ssh7269379024589235069.key 03:29:36 Verifying host key using manually-configured host key entries 03:29:36 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration/usecases/A1-policy-enforcement-r-apps.git refs/changes/42/141742/1 # timeout=30 03:29:36 > git rev-parse 0565d5200c0d589185f6d49444492314a26e21f3^{commit} # timeout=10 03:29:36 Checking out Revision 0565d5200c0d589185f6d49444492314a26e21f3 (refs/changes/42/141742/1) 03:29:36 > git config core.sparsecheckout # timeout=10 03:29:36 > git checkout -f 0565d5200c0d589185f6d49444492314a26e21f3 # timeout=30 03:29:39 Commit message: "Chore: Add dependabot config" 03:29:39 > git rev-parse FETCH_HEAD^{commit} # timeout=10 03:29:39 > git rev-list --no-walk c2c739c728a8a8c80da44c1dd5e3b98af97285aa # timeout=10 03:29:40 [EnvInject] - Injecting environment variables from a build step. 03:29:40 [EnvInject] - Injecting as environment variables the properties content 03:29:40 PYTHON=python3 03:29:40 03:29:40 [EnvInject] - Variables injected successfully. 03:29:40 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash -l /tmp/jenkins10945557228089079089.sh 03:29:40 ---> tox-install.sh 03:29:40 + source /home/jenkins/lf-env.sh 03:29:40 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 03:29:40 ++ mktemp -d /tmp/venv-XXXX 03:29:40 + lf_venv=/tmp/venv-LOUB 03:29:40 + local venv_file=/tmp/.os_lf_venv 03:29:40 + local python=python3 03:29:40 + local options 03:29:40 + local set_path=true 03:29:40 + local install_args= 03:29:40 ++ 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 03:29:40 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 03:29:40 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 03:29:40 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 03:29:40 + true 03:29:40 + case $1 in 03:29:40 + venv_file=/tmp/.toxenv 03:29:40 + shift 2 03:29:40 + true 03:29:40 + case $1 in 03:29:40 + shift 03:29:40 + break 03:29:40 + case $python in 03:29:40 + local pkg_list= 03:29:40 + [[ -d /opt/pyenv ]] 03:29:40 + echo 'Setup pyenv:' 03:29:40 Setup pyenv: 03:29:40 + export PYENV_ROOT=/opt/pyenv 03:29:40 + PYENV_ROOT=/opt/pyenv 03:29:40 + 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 03:29:40 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 03:29:40 + pyenv versions 03:29:40 system 03:29:40 * 3.8.13 (set by /opt/pyenv/version) 03:29:40 * 3.9.13 (set by /opt/pyenv/version) 03:29:40 * 3.10.6 (set by /opt/pyenv/version) 03:29:40 + command -v pyenv 03:29:40 ++ pyenv init - --no-rehash 03:29:40 + 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[*]}"'\'')" 03:29:40 export PATH="/opt/pyenv/shims:${PATH}" 03:29:40 export PYENV_SHELL=bash 03:29:40 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 03:29:40 pyenv() { 03:29:40 local command 03:29:40 command="${1:-}" 03:29:40 if [ "$#" -gt 0 ]; then 03:29:40 shift 03:29:40 fi 03:29:40 03:29:40 case "$command" in 03:29:40 rehash|shell) 03:29:40 eval "$(pyenv "sh-$command" "$@")" 03:29:40 ;; 03:29:40 *) 03:29:40 command pyenv "$command" "$@" 03:29:40 ;; 03:29:40 esac 03:29:40 }' 03:29:40 +++ 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[*]}"' 03:29:40 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 03:29:40 ++ 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 03:29:40 ++ 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 03:29:40 ++ export PYENV_SHELL=bash 03:29:40 ++ PYENV_SHELL=bash 03:29:40 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 03:29:40 +++ complete -F _pyenv pyenv 03:29:40 ++ lf-pyver python3 03:29:40 ++ local py_version_xy=python3 03:29:40 ++ local py_version_xyz= 03:29:40 ++ grep -E '^[0-9.]*[0-9]$' 03:29:40 ++ awk '{ print $1 }' 03:29:40 ++ pyenv versions 03:29:40 ++ local command 03:29:40 ++ sed 's/^[ *]* //' 03:29:40 ++ command=versions 03:29:40 ++ '[' 1 -gt 0 ']' 03:29:40 ++ shift 03:29:40 ++ case "$command" in 03:29:40 ++ command pyenv versions 03:29:40 ++ pyenv versions 03:29:40 ++ [[ ! -s /tmp/.pyenv_versions ]] 03:29:40 +++ sort -V 03:29:40 +++ tail -n 1 03:29:40 +++ grep '^3' /tmp/.pyenv_versions 03:29:40 ++ py_version_xyz=3.10.6 03:29:40 ++ [[ -z 3.10.6 ]] 03:29:40 ++ echo 3.10.6 03:29:40 ++ return 0 03:29:40 + pyenv local 3.10.6 03:29:40 + local command 03:29:40 + command=local 03:29:40 + '[' 2 -gt 0 ']' 03:29:40 + shift 03:29:40 + case "$command" in 03:29:40 + command pyenv local 3.10.6 03:29:40 + pyenv local 3.10.6 03:29:40 + for arg in "$@" 03:29:40 + case $arg in 03:29:40 + pkg_list+='tox ' 03:29:40 + for arg in "$@" 03:29:40 + case $arg in 03:29:40 + pkg_list+='virtualenv ' 03:29:40 + for arg in "$@" 03:29:40 + case $arg in 03:29:40 + pkg_list+='urllib3~=1.26.15 ' 03:29:40 + [[ -f /tmp/.toxenv ]] 03:29:40 + [[ ! -f /tmp/.toxenv ]] 03:29:40 + [[ -n '' ]] 03:29:40 + python3 -m venv /tmp/venv-LOUB 03:29:45 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LOUB' 03:29:45 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LOUB 03:29:45 + echo /tmp/venv-LOUB 03:29:45 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 03:29:45 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 03:29:45 + /tmp/venv-LOUB/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 03:29:49 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 03:29:49 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 03:29:49 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 03:29:49 + /tmp/venv-LOUB/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 03:29:51 + type python3 03:29:51 + true 03:29:51 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-LOUB/bin to PATH' 03:29:51 lf-activate-venv(): INFO: Adding /tmp/venv-LOUB/bin to PATH 03:29:51 + PATH=/tmp/venv-LOUB/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 03:29:51 + return 0 03:29:51 + python3 --version 03:29:51 Python 3.10.6 03:29:51 + python3 -m pip --version 03:29:51 pip 25.2 from /tmp/venv-LOUB/lib/python3.10/site-packages/pip (python 3.10) 03:29:51 + python3 -m pip freeze 03:29:51 cachetools==6.1.0 03:29:51 chardet==5.2.0 03:29:51 colorama==0.4.6 03:29:51 distlib==0.4.0 03:29:51 filelock==3.18.0 03:29:51 packaging==25.0 03:29:51 platformdirs==4.3.8 03:29:51 pluggy==1.6.0 03:29:51 pyproject-api==1.9.1 03:29:51 tomli==2.2.1 03:29:51 tox==4.28.4 03:29:51 typing_extensions==4.14.1 03:29:51 urllib3==1.26.20 03:29:51 virtualenv==20.33.1 03:29:51 [EnvInject] - Injecting environment variables from a build step. 03:29:51 [EnvInject] - Injecting as environment variables the properties content 03:29:51 PARALLEL=false 03:29:51 03:29:51 [EnvInject] - Variables injected successfully. 03:29:51 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash -l /tmp/jenkins629151403173889239.sh 03:29:51 ---> tox-run.sh 03:29:51 + 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 03:29:51 + ARCHIVE_TOX_DIR=/w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/archives/tox 03:29:51 + ARCHIVE_DOC_DIR=/w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/archives/docs 03:29:51 + mkdir -p /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/archives/tox 03:29:51 + cd /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/. 03:29:51 + source /home/jenkins/lf-env.sh 03:29:51 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 03:29:51 ++ mktemp -d /tmp/venv-XXXX 03:29:51 + lf_venv=/tmp/venv-jDkP 03:29:51 + local venv_file=/tmp/.os_lf_venv 03:29:51 + local python=python3 03:29:51 + local options 03:29:51 + local set_path=true 03:29:51 + local install_args= 03:29:51 ++ 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 03:29:51 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 03:29:51 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 03:29:51 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 03:29:51 + true 03:29:51 + case $1 in 03:29:51 + venv_file=/tmp/.toxenv 03:29:51 + shift 2 03:29:51 + true 03:29:51 + case $1 in 03:29:51 + shift 03:29:51 + break 03:29:51 + case $python in 03:29:51 + local pkg_list= 03:29:51 + [[ -d /opt/pyenv ]] 03:29:51 + echo 'Setup pyenv:' 03:29:51 Setup pyenv: 03:29:51 + export PYENV_ROOT=/opt/pyenv 03:29:51 + PYENV_ROOT=/opt/pyenv 03:29:51 + 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 03:29:51 + 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 03:29:51 + pyenv versions 03:29:51 system 03:29:51 3.8.13 03:29:51 3.9.13 03:29:51 * 3.10.6 (set by /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/.python-version) 03:29:51 + command -v pyenv 03:29:51 ++ pyenv init - --no-rehash 03:29:52 + 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[*]}"'\'')" 03:29:52 export PATH="/opt/pyenv/shims:${PATH}" 03:29:52 export PYENV_SHELL=bash 03:29:52 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 03:29:52 pyenv() { 03:29:52 local command 03:29:52 command="${1:-}" 03:29:52 if [ "$#" -gt 0 ]; then 03:29:52 shift 03:29:52 fi 03:29:52 03:29:52 case "$command" in 03:29:52 rehash|shell) 03:29:52 eval "$(pyenv "sh-$command" "$@")" 03:29:52 ;; 03:29:52 *) 03:29:52 command pyenv "$command" "$@" 03:29:52 ;; 03:29:52 esac 03:29:52 }' 03:29:52 +++ 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[*]}"' 03:29:52 ++ 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 03:29:52 ++ 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 03:29:52 ++ 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 03:29:52 ++ export PYENV_SHELL=bash 03:29:52 ++ PYENV_SHELL=bash 03:29:52 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 03:29:52 +++ complete -F _pyenv pyenv 03:29:52 ++ lf-pyver python3 03:29:52 ++ local py_version_xy=python3 03:29:52 ++ local py_version_xyz= 03:29:52 ++ pyenv versions 03:29:52 ++ local command 03:29:52 ++ command=versions 03:29:52 ++ '[' 1 -gt 0 ']' 03:29:52 ++ shift 03:29:52 ++ case "$command" in 03:29:52 ++ command pyenv versions 03:29:52 ++ pyenv versions 03:29:52 ++ awk '{ print $1 }' 03:29:52 ++ sed 's/^[ *]* //' 03:29:52 ++ grep -E '^[0-9.]*[0-9]$' 03:29:52 ++ [[ ! -s /tmp/.pyenv_versions ]] 03:29:52 +++ grep '^3' /tmp/.pyenv_versions 03:29:52 +++ sort -V 03:29:52 +++ tail -n 1 03:29:52 ++ py_version_xyz=3.10.6 03:29:52 ++ [[ -z 3.10.6 ]] 03:29:52 ++ echo 3.10.6 03:29:52 ++ return 0 03:29:52 + pyenv local 3.10.6 03:29:52 + local command 03:29:52 + command=local 03:29:52 + '[' 2 -gt 0 ']' 03:29:52 + shift 03:29:52 + case "$command" in 03:29:52 + command pyenv local 3.10.6 03:29:52 + pyenv local 3.10.6 03:29:52 + for arg in "$@" 03:29:52 + case $arg in 03:29:52 + pkg_list+='tox ' 03:29:52 + for arg in "$@" 03:29:52 + case $arg in 03:29:52 + pkg_list+='virtualenv ' 03:29:52 + for arg in "$@" 03:29:52 + case $arg in 03:29:52 + pkg_list+='urllib3~=1.26.15 ' 03:29:52 + [[ -f /tmp/.toxenv ]] 03:29:52 ++ cat /tmp/.toxenv 03:29:52 + lf_venv=/tmp/venv-LOUB 03:29:52 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-LOUB from' file:/tmp/.toxenv 03:29:52 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-LOUB from file:/tmp/.toxenv 03:29:52 + /tmp/venv-LOUB/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 03:29:52 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 03:29:52 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 03:29:52 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 03:29:52 + /tmp/venv-LOUB/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 03:29:53 + type python3 03:29:53 + true 03:29:53 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-LOUB/bin to PATH' 03:29:53 lf-activate-venv(): INFO: Adding /tmp/venv-LOUB/bin to PATH 03:29:53 + PATH=/tmp/venv-LOUB/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 03:29:53 + return 0 03:29:53 + [[ -d /opt/pyenv ]] 03:29:53 + echo '---> Setting up pyenv' 03:29:53 ---> Setting up pyenv 03:29:53 + export PYENV_ROOT=/opt/pyenv 03:29:53 + PYENV_ROOT=/opt/pyenv 03:29:53 + export PATH=/opt/pyenv/bin:/tmp/venv-LOUB/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 03:29:53 + PATH=/opt/pyenv/bin:/tmp/venv-LOUB/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 03:29:53 ++ pwd 03:29:53 + PYTHONPATH=/w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint 03:29:53 + export PYTHONPATH 03:29:53 + export TOX_TESTENV_PASSENV=PYTHONPATH 03:29:53 + TOX_TESTENV_PASSENV=PYTHONPATH 03:29:53 + tox --version 03:29:54 4.28.4 from /tmp/venv-LOUB/lib/python3.10/site-packages/tox/__init__.py 03:29:54 + PARALLEL=false 03:29:54 + TOX_OPTIONS_LIST= 03:29:54 + [[ -n yaml ]] 03:29:54 + TOX_OPTIONS_LIST=' -e yaml' 03:29:54 + case ${PARALLEL,,} in 03:29:54 + tox -e yaml 03:29:54 + tee -a /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/archives/tox/tox.log 03:29:55 yaml: install_deps> python -I -m pip install coala-bears nodeenv 03:30:19 yaml: freeze> python -m pip freeze --all 03:30:19 yaml: 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==2025.8.3,charset-normalizer==3.4.3,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.45,guess_language-spirit==0.5.3,html-linter==0.3.0,idna==3.10,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.9.1,packaging==25.0,pbr==6.1.1,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.7.post1,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==1.17.3,yamllint==1.6.1,yapf==0.14.0,zipp==3.20.2 03:30:19 yaml: commands_pre[0]> /bin/sh -c 'git --no-pager diff HEAD HEAD^ --name-only '"'"'*.yaml'"'"' '"'"'*.yml'"'"' > /tmp/.coalist_yaml' 03:30:19 yaml: commands[0]> /bin/bash -c 'coala --non-interactive --disable-caching --no-autoapply-warn yaml --files $( /bin/bash -c 'coala --non-interactive --disable-caching --no-autoapply-warn yaml --files $( Completed tox runs' 03:30:20 ---> Completed tox runs 03:30:20 + for i in .tox/*/log 03:30:20 ++ echo .tox/yaml/log 03:30:20 ++ awk -F/ '{print $2}' 03:30:20 + tox_env=yaml 03:30:20 + cp -r .tox/yaml/log /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/archives/tox/yaml 03:30:20 + DOC_DIR=docs/_build/html 03:30:20 + [[ -d docs/_build/html ]] 03:30:20 + echo '---> tox-run.sh ends' 03:30:20 ---> tox-run.sh ends 03:30:20 + test 1 -eq 0 03:30:20 + exit 1 03:30:20 Build step 'Execute shell' marked build as failure 03:30:20 $ ssh-agent -k 03:30:20 unset SSH_AUTH_SOCK; 03:30:20 unset SSH_AGENT_PID; 03:30:20 echo Agent pid 15916 killed; 03:30:21 [ssh-agent] Stopped. 03:30:21 [PostBuildScript] - [INFO] Executing post build scripts. 03:30:21 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash /tmp/jenkins3439946831150428282.sh 03:30:21 ---> sysstat.sh 03:30:21 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash /tmp/jenkins11808367260641961363.sh 03:30:21 ---> package-listing.sh 03:30:21 ++ facter osfamily 03:30:21 ++ tr '[:upper:]' '[:lower:]' 03:30:21 + OS_FAMILY=redhat 03:30:21 + workspace=/w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint 03:30:21 + START_PACKAGES=/tmp/packages_start.txt 03:30:21 + END_PACKAGES=/tmp/packages_end.txt 03:30:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:30:21 + PACKAGES=/tmp/packages_start.txt 03:30:21 + '[' /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint ']' 03:30:21 + PACKAGES=/tmp/packages_end.txt 03:30:21 + case "${OS_FAMILY}" in 03:30:21 + rpm -qa 03:30:21 + sort 03:30:22 + '[' -f /tmp/packages_start.txt ']' 03:30:22 + '[' -f /tmp/packages_end.txt ']' 03:30:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:30:22 + '[' /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint ']' 03:30:22 + mkdir -p /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/archives/ 03:30:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/archives/ 03:30:22 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash /tmp/jenkins3024852511717597593.sh 03:30:22 ---> capture-instance-metadata.sh 03:30:22 Setup pyenv: 03:30:22 system 03:30:22 3.8.13 03:30:22 3.9.13 03:30:22 * 3.10.6 (set by /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/.python-version) 03:30:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KUoD 03:30:26 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 03:30:29 lf-activate-venv(): INFO: Installing: lftools 03:30:52 lf-activate-venv(): INFO: Adding /tmp/venv-KUoD/bin to PATH 03:30:52 INFO: Running in OpenStack, capturing instance metadata 03:30:53 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash /tmp/jenkins10818281309895939114.sh 03:30:53 provisioning config files... 03:30:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint@tmp/config10240671627429684549tmp 03:30:53 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 03:30:53 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 03:30:53 [EnvInject] - Injecting environment variables from a build step. 03:30:53 [EnvInject] - Injecting as environment variables the properties content 03:30:53 SERVER_ID=logs 03:30:53 03:30:53 [EnvInject] - Variables injected successfully. 03:30:53 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash /tmp/jenkins18210831200245847846.sh 03:30:53 ---> create-netrc.sh 03:30:53 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash /tmp/jenkins9841783432558490364.sh 03:30:53 ---> python-tools-install.sh 03:30:53 Setup pyenv: 03:30:53 system 03:30:53 3.8.13 03:30:53 3.9.13 03:30:53 * 3.10.6 (set by /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/.python-version) 03:30:53 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-KUoD from file:/tmp/.os_lf_venv 03:30:55 lf-activate-venv(): INFO: Installing: lftools 03:31:02 lf-activate-venv(): INFO: Adding /tmp/venv-KUoD/bin to PATH 03:31:02 Generating Requirements File 03:31:24 Python 3.10.6 03:31:24 pip 25.2 from /tmp/venv-KUoD/lib/python3.10/site-packages/pip (python 3.10) 03:31:25 appdirs==1.4.4 03:31:25 argcomplete==3.6.2 03:31:25 aspy.yaml==1.3.0 03:31:25 attrs==25.3.0 03:31:25 autopage==0.5.2 03:31:25 beautifulsoup4==4.13.4 03:31:25 boto3==1.40.8 03:31:25 botocore==1.40.8 03:31:25 bs4==0.0.2 03:31:25 cachetools==5.5.2 03:31:25 certifi==2025.8.3 03:31:25 cffi==1.17.1 03:31:25 cfgv==3.4.0 03:31:25 chardet==5.2.0 03:31:25 charset-normalizer==3.4.3 03:31:25 click==8.2.1 03:31:25 cliff==4.10.0 03:31:25 cmd2==2.7.0 03:31:25 cryptography==3.3.2 03:31:25 debtcollector==3.0.0 03:31:25 decorator==5.2.1 03:31:25 defusedxml==0.7.1 03:31:25 Deprecated==1.2.18 03:31:25 distlib==0.4.0 03:31:25 dnspython==2.7.0 03:31:25 docker==7.1.0 03:31:25 dogpile.cache==1.4.0 03:31:25 durationpy==0.10 03:31:25 email_validator==2.2.0 03:31:25 filelock==3.18.0 03:31:25 future==1.0.0 03:31:25 gitdb==4.0.12 03:31:25 GitPython==3.1.45 03:31:25 google-auth==2.40.3 03:31:25 httplib2==0.22.0 03:31:25 identify==2.6.13 03:31:25 idna==3.10 03:31:25 importlib-resources==1.5.0 03:31:25 iso8601==2.1.0 03:31:25 Jinja2==3.1.6 03:31:25 jmespath==1.0.1 03:31:25 jsonpatch==1.33 03:31:25 jsonpointer==3.0.0 03:31:25 jsonschema==4.25.0 03:31:25 jsonschema-specifications==2025.4.1 03:31:25 keystoneauth1==5.11.1 03:31:25 kubernetes==33.1.0 03:31:25 lftools==0.37.13 03:31:25 lxml==6.0.0 03:31:25 markdown-it-py==4.0.0 03:31:25 MarkupSafe==3.0.2 03:31:25 mdurl==0.1.2 03:31:25 msgpack==1.1.1 03:31:25 multi_key_dict==2.0.3 03:31:25 munch==4.0.0 03:31:25 netaddr==1.3.0 03:31:25 niet==1.4.2 03:31:25 nodeenv==1.9.1 03:31:25 oauth2client==4.1.3 03:31:25 oauthlib==3.3.1 03:31:25 openstacksdk==4.6.0 03:31:25 os-client-config==2.3.0 03:31:25 os-service-types==1.8.0 03:31:25 osc-lib==4.1.0 03:31:25 oslo.config==10.0.0 03:31:25 oslo.context==6.0.0 03:31:25 oslo.i18n==6.5.1 03:31:25 oslo.log==7.2.0 03:31:25 oslo.serialization==5.7.0 03:31:25 oslo.utils==9.0.0 03:31:25 packaging==25.0 03:31:25 pbr==6.1.1 03:31:25 platformdirs==4.3.8 03:31:25 prettytable==3.16.0 03:31:25 psutil==7.0.0 03:31:25 pyasn1==0.6.1 03:31:25 pyasn1_modules==0.4.2 03:31:25 pycparser==2.22 03:31:25 pygerrit2==2.0.15 03:31:25 PyGithub==2.7.0 03:31:25 Pygments==2.19.2 03:31:25 PyJWT==2.10.1 03:31:25 PyNaCl==1.5.0 03:31:25 pyparsing==2.4.7 03:31:25 pyperclip==1.9.0 03:31:25 pyrsistent==0.20.0 03:31:25 python-cinderclient==9.7.0 03:31:25 python-dateutil==2.9.0.post0 03:31:25 python-heatclient==4.3.0 03:31:25 python-jenkins==1.8.3 03:31:25 python-keystoneclient==5.6.0 03:31:25 python-magnumclient==4.8.1 03:31:25 python-openstackclient==8.1.0 03:31:25 python-swiftclient==4.8.0 03:31:25 PyYAML==6.0.2 03:31:25 referencing==0.36.2 03:31:25 requests==2.32.4 03:31:25 requests-oauthlib==2.0.0 03:31:25 requestsexceptions==1.4.0 03:31:25 rfc3986==2.0.0 03:31:25 rich==14.1.0 03:31:25 rich-argparse==1.7.1 03:31:25 rpds-py==0.27.0 03:31:25 rsa==4.9.1 03:31:25 ruamel.yaml==0.18.14 03:31:25 ruamel.yaml.clib==0.2.12 03:31:25 s3transfer==0.13.1 03:31:25 simplejson==3.20.1 03:31:25 six==1.17.0 03:31:25 smmap==5.0.2 03:31:25 soupsieve==2.7 03:31:25 stevedore==5.4.1 03:31:25 tabulate==0.9.0 03:31:25 toml==0.10.2 03:31:25 tomlkit==0.13.3 03:31:25 tqdm==4.67.1 03:31:25 typing_extensions==4.14.1 03:31:25 tzdata==2025.2 03:31:25 urllib3==1.26.20 03:31:25 virtualenv==20.33.1 03:31:25 wcwidth==0.2.13 03:31:25 websocket-client==1.8.0 03:31:25 wrapt==1.17.3 03:31:25 xdg==6.0.0 03:31:25 xmltodict==0.14.2 03:31:25 yq==3.4.3 03:31:25 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash /tmp/jenkins4767661779152072538.sh 03:31:25 ---> sudo-logs.sh 03:31:25 Archiving 'sudo' log.. 03:31:25 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash /tmp/jenkins12279596239061664940.sh 03:31:25 ---> job-cost.sh 03:31:25 Setup pyenv: 03:31:25 system 03:31:25 3.8.13 03:31:25 3.9.13 03:31:25 * 3.10.6 (set by /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/.python-version) 03:31:25 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-KUoD from file:/tmp/.os_lf_venv 03:31:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 03:31:34 lf-activate-venv(): INFO: Adding /tmp/venv-KUoD/bin to PATH 03:31:34 INFO: No Stack... 03:31:34 INFO: Retrieving Pricing Info for: v3-standard-2 03:31:35 INFO: Archiving Costs 03:31:36 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash -l /tmp/jenkins16319232600637881070.sh 03:31:36 ---> logs-deploy.sh 03:31:36 Setup pyenv: 03:31:36 system 03:31:36 3.8.13 03:31:36 3.9.13 03:31:36 * 3.10.6 (set by /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/.python-version) 03:31:36 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-KUoD from file:/tmp/.os_lf_venv 03:31:38 lf-activate-venv(): INFO: Installing: lftools 03:31:46 lf-activate-venv(): INFO: Adding /tmp/venv-KUoD/bin to PATH 03:31:46 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/21 03:31:46 INFO: archiving workspace using pattern(s): 03:31:47 Archives upload complete. 03:31:47 INFO: archiving logs to Nexus 03:31:48 ---> uname -a: 03:31:48 Linux prd-centos8-builder-2c-1g-34984.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 03:31:48 03:31:48 03:31:48 ---> lscpu: 03:31:48 Architecture: x86_64 03:31:48 CPU op-mode(s): 32-bit, 64-bit 03:31:48 Byte Order: Little Endian 03:31:48 CPU(s): 2 03:31:48 On-line CPU(s) list: 0,1 03:31:48 Thread(s) per core: 1 03:31:48 Core(s) per socket: 1 03:31:48 Socket(s): 2 03:31:48 NUMA node(s): 1 03:31:48 Vendor ID: AuthenticAMD 03:31:48 CPU family: 23 03:31:48 Model: 49 03:31:48 Model name: AMD EPYC-Rome Processor 03:31:48 Stepping: 0 03:31:48 CPU MHz: 2800.000 03:31:48 BogoMIPS: 5600.00 03:31:48 Virtualization: AMD-V 03:31:48 Hypervisor vendor: KVM 03:31:48 Virtualization type: full 03:31:48 L1d cache: 32K 03:31:48 L1i cache: 32K 03:31:48 L2 cache: 512K 03:31:48 L3 cache: 16384K 03:31:48 NUMA node0 CPU(s): 0,1 03:31:48 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 03:31:48 03:31:48 03:31:48 ---> nproc: 03:31:48 2 03:31:48 03:31:48 03:31:48 ---> df -h: 03:31:48 Filesystem Size Used Avail Use% Mounted on 03:31:48 devtmpfs 3.8G 0 3.8G 0% /dev 03:31:48 tmpfs 3.8G 0 3.8G 0% /dev/shm 03:31:48 tmpfs 3.8G 17M 3.8G 1% /run 03:31:48 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 03:31:48 /dev/vda1 40G 8.7G 32G 22% / 03:31:48 tmpfs 770M 0 770M 0% /run/user/1001 03:31:48 03:31:48 03:31:48 ---> free -m: 03:31:48 total used free shared buff/cache available 03:31:48 Mem: 7699 610 4742 19 2347 6771 03:31:48 Swap: 1023 0 1023 03:31:48 03:31:48 03:31:48 ---> ip addr: 03:31:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 03:31:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:31:48 inet 127.0.0.1/8 scope host lo 03:31:48 valid_lft forever preferred_lft forever 03:31:48 inet6 ::1/128 scope host 03:31:48 valid_lft forever preferred_lft forever 03:31:48 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 03:31:48 link/ether fa:16:3e:1c:31:6b brd ff:ff:ff:ff:ff:ff 03:31:48 altname enp0s3 03:31:48 altname ens3 03:31:48 inet 10.30.107.159/23 brd 10.30.107.255 scope global dynamic noprefixroute eth0 03:31:48 valid_lft 86227sec preferred_lft 86227sec 03:31:48 inet6 fe80::f816:3eff:fe1c:316b/64 scope link 03:31:48 valid_lft forever preferred_lft forever 03:31:48 03:31:48 03:31:48 ---> sar -b -r -n DEV: 03:31:48 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 08/13/2025 _x86_64_ (2 CPU) 03:31:48 03:31:48 03:28:52 LINUX RESTART (2 CPU) 03:31:48 03:31:48 03:29:01 AM tps rtps wtps bread/s bwrtn/s 03:31:48 03:30:00 AM 422.03 274.01 148.02 14848.54 39648.76 03:31:48 03:30:01 AM 612.87 231.68 381.19 2558.42 30193.07 03:31:48 03:31:01 AM 196.05 28.26 167.79 1441.49 13740.33 03:31:48 Average: 310.66 150.80 159.86 8042.73 26617.14 03:31:48 03:31:48 03:29:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:31:48 03:30:00 AM 5425488 6979020 2458956 31.19 2688 1736984 858884 9.61 185960 1965584 114372 03:31:48 03:30:01 AM 5422936 6979200 2461508 31.22 2688 1738832 862228 9.65 187244 1965132 102496 03:31:48 03:31:01 AM 4949000 6903796 2935444 37.23 2688 2114356 776832 8.70 378272 2162104 135992 03:31:48 Average: 5265808 6954005 2618636 33.21 2688 1863391 832648 9.32 250492 2030940 117620 03:31:48 03:31:48 03:29:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:31:48 03:30:00 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:48 03:30:00 AM eth0 279.09 128.23 973.27 61.96 0.00 0.00 0.00 0.00 03:31:48 03:30:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:48 03:30:01 AM eth0 87.13 77.23 271.12 35.93 0.00 0.00 0.00 0.00 03:31:48 03:31:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:48 03:31:01 AM eth0 107.77 66.89 1074.65 17.78 0.00 0.00 0.00 0.00 03:31:48 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:48 Average: eth0 191.83 97.13 1018.04 39.65 0.00 0.00 0.00 0.00 03:31:48 03:31:48 03:31:48 ---> sar -P ALL: 03:31:48 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 08/13/2025 _x86_64_ (2 CPU) 03:31:48 03:31:48 03:28:52 LINUX RESTART (2 CPU) 03:31:48 03:31:48 03:29:01 AM CPU %user %nice %system %iowait %steal %idle 03:31:48 03:30:00 AM all 38.87 3.24 22.05 26.07 0.16 9.60 03:31:48 03:30:00 AM 0 37.21 3.41 23.97 25.22 0.14 10.04 03:31:48 03:30:00 AM 1 40.52 3.08 20.14 26.92 0.17 9.17 03:31:48 03:30:01 AM all 38.97 5.13 32.31 5.64 0.00 17.95 03:31:48 03:30:01 AM 0 38.14 6.19 34.02 3.09 0.00 18.56 03:31:48 03:30:01 AM 1 39.80 4.08 30.61 8.16 0.00 17.35 03:31:48 03:31:01 AM all 40.44 0.56 9.02 3.64 0.14 46.19 03:31:48 03:31:01 AM 0 42.31 0.69 10.15 3.58 0.15 43.12 03:31:48 03:31:01 AM 1 38.58 0.43 7.89 3.70 0.13 49.26 03:31:48 Average: all 39.67 1.90 15.54 14.56 0.15 28.18 03:31:48 Average: 0 39.80 2.06 17.07 14.10 0.14 26.83 03:31:48 Average: 1 39.53 1.75 14.03 15.01 0.15 29.53 03:31:48 03:31:48 03:31:48