18:54:14 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/usecases/A1-policy-enforcement-r-apps/+/141742 18:54:14 Running as SYSTEM 18:54:14 [EnvInject] - Loading node environment variables. 18:54:14 Building remotely on prd-centos8-builder-2c-1g-36108 (centos8-builder-2c-1g) in workspace /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint 18:54:14 [ssh-agent] Looking for ssh-agent implementation... 18:54:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:54:14 $ ssh-agent 18:54:14 SSH_AUTH_SOCK=/tmp/ssh-7TJZ76jeLBuM/agent.20104 18:54:14 SSH_AGENT_PID=20105 18:54:14 [ssh-agent] Started. 18:54:14 Running ssh-add (command line suppressed) 18:54:14 Identity added: /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint@tmp/private_key_918188083228963422.key (/w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint@tmp/private_key_918188083228963422.key) 18:54:14 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 18:54:14 The recommended git tool is: NONE 18:54:31 using credential onap-jenkins-ssh 18:54:31 Wiping out workspace first. 18:54:31 Cloning the remote Git repository 18:54:31 Cloning repository git://cloud.onap.org/mirror/integration/usecases/A1-policy-enforcement-r-apps.git 18:54:31 > git init /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint # timeout=10 18:54:31 Fetching upstream changes from git://cloud.onap.org/mirror/integration/usecases/A1-policy-enforcement-r-apps.git 18:54:31 > git --version # timeout=10 18:54:31 > git --version # 'git version 2.39.0' 18:54:31 using GIT_SSH to set credentials Gerrit user 18:54:31 [INFO] Currently running in a labeled security context 18:54:31 [INFO] Currently SELinux is 'enforcing' on the host 18:54:31 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint@tmp/jenkins-gitclient-ssh10747039886692555140.key 18:54:31 Verifying host key using manually-configured host key entries 18:54:31 > 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 18:54:31 > git config remote.origin.url git://cloud.onap.org/mirror/integration/usecases/A1-policy-enforcement-r-apps.git # timeout=10 18:54:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:54:32 > git config remote.origin.url git://cloud.onap.org/mirror/integration/usecases/A1-policy-enforcement-r-apps.git # timeout=10 18:54:32 Fetching upstream changes from git://cloud.onap.org/mirror/integration/usecases/A1-policy-enforcement-r-apps.git 18:54:32 using GIT_SSH to set credentials Gerrit user 18:54:32 [INFO] Currently running in a labeled security context 18:54:32 [INFO] Currently SELinux is 'enforcing' on the host 18:54:32 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint@tmp/jenkins-gitclient-ssh13228461022956407716.key 18:54:32 Verifying host key using manually-configured host key entries 18:54:32 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration/usecases/A1-policy-enforcement-r-apps.git refs/changes/42/141742/2 # timeout=30 18:54:32 > git rev-parse 9269939a7b2031199306bb14b71a1ff1fd0f77d4^{commit} # timeout=10 18:54:32 Checking out Revision 9269939a7b2031199306bb14b71a1ff1fd0f77d4 (refs/changes/42/141742/2) 18:54:32 > git config core.sparsecheckout # timeout=10 18:54:32 > git checkout -f 9269939a7b2031199306bb14b71a1ff1fd0f77d4 # timeout=30 18:54:37 Commit message: "Chore: Add dependabot config" 18:54:37 > git rev-parse FETCH_HEAD^{commit} # timeout=10 18:54:37 > git rev-list --no-walk c2c739c728a8a8c80da44c1dd5e3b98af97285aa # timeout=10 18:54:37 [EnvInject] - Injecting environment variables from a build step. 18:54:37 [EnvInject] - Injecting as environment variables the properties content 18:54:37 PYTHON=python3 18:54:37 18:54:37 [EnvInject] - Variables injected successfully. 18:54:37 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash -l /tmp/jenkins13170120335758416958.sh 18:54:38 ---> tox-install.sh 18:54:38 + source /home/jenkins/lf-env.sh 18:54:38 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 18:54:38 ++ mktemp -d /tmp/venv-XXXX 18:54:38 + lf_venv=/tmp/venv-Su80 18:54:38 + local venv_file=/tmp/.os_lf_venv 18:54:38 + local python=python3 18:54:38 + local options 18:54:38 + local set_path=true 18:54:38 + local install_args= 18:54:38 ++ 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:54:38 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:54:38 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:54:38 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 18:54:38 + true 18:54:38 + case $1 in 18:54:38 + venv_file=/tmp/.toxenv 18:54:38 + shift 2 18:54:38 + true 18:54:38 + case $1 in 18:54:38 + shift 18:54:38 + break 18:54:38 + case $python in 18:54:38 + local pkg_list= 18:54:38 + [[ -d /opt/pyenv ]] 18:54:38 + echo 'Setup pyenv:' 18:54:38 Setup pyenv: 18:54:38 + export PYENV_ROOT=/opt/pyenv 18:54:38 + PYENV_ROOT=/opt/pyenv 18:54:38 + 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:54:38 + 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:54:38 + pyenv versions 18:54:38 system 18:54:38 * 3.8.13 (set by /opt/pyenv/version) 18:54:38 * 3.9.13 (set by /opt/pyenv/version) 18:54:38 * 3.10.6 (set by /opt/pyenv/version) 18:54:38 + command -v pyenv 18:54:38 ++ pyenv init - --no-rehash 18:54:38 + 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:54:38 export PATH="/opt/pyenv/shims:${PATH}" 18:54:38 export PYENV_SHELL=bash 18:54:38 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 18:54:38 pyenv() { 18:54:38 local command 18:54:38 command="${1:-}" 18:54:38 if [ "$#" -gt 0 ]; then 18:54:38 shift 18:54:38 fi 18:54:38 18:54:38 case "$command" in 18:54:38 rehash|shell) 18:54:38 eval "$(pyenv "sh-$command" "$@")" 18:54:38 ;; 18:54:38 *) 18:54:38 command pyenv "$command" "$@" 18:54:38 ;; 18:54:38 esac 18:54:38 }' 18:54:38 +++ 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:54:38 ++ 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:54:38 ++ 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:54:38 ++ 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:54:38 ++ export PYENV_SHELL=bash 18:54:38 ++ PYENV_SHELL=bash 18:54:38 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 18:54:38 +++ complete -F _pyenv pyenv 18:54:38 ++ lf-pyver python3 18:54:38 ++ local py_version_xy=python3 18:54:38 ++ local py_version_xyz= 18:54:38 ++ awk '{ print $1 }' 18:54:38 ++ pyenv versions 18:54:38 ++ local command 18:54:38 ++ command=versions 18:54:38 ++ '[' 1 -gt 0 ']' 18:54:38 ++ shift 18:54:38 ++ case "$command" in 18:54:38 ++ command pyenv versions 18:54:38 ++ pyenv versions 18:54:38 ++ sed 's/^[ *]* //' 18:54:38 ++ grep -E '^[0-9.]*[0-9]$' 18:54:38 ++ [[ ! -s /tmp/.pyenv_versions ]] 18:54:38 +++ grep '^3' /tmp/.pyenv_versions 18:54:38 +++ tail -n 1 18:54:38 +++ sort -V 18:54:38 ++ py_version_xyz=3.10.6 18:54:38 ++ [[ -z 3.10.6 ]] 18:54:38 ++ echo 3.10.6 18:54:38 ++ return 0 18:54:38 + pyenv local 3.10.6 18:54:38 + local command 18:54:38 + command=local 18:54:38 + '[' 2 -gt 0 ']' 18:54:38 + shift 18:54:38 + case "$command" in 18:54:38 + command pyenv local 3.10.6 18:54:38 + pyenv local 3.10.6 18:54:38 + for arg in "$@" 18:54:38 + case $arg in 18:54:38 + pkg_list+='tox ' 18:54:38 + for arg in "$@" 18:54:38 + case $arg in 18:54:38 + pkg_list+='virtualenv ' 18:54:38 + for arg in "$@" 18:54:38 + case $arg in 18:54:38 + pkg_list+='urllib3~=1.26.15 ' 18:54:38 + [[ -f /tmp/.toxenv ]] 18:54:38 + [[ ! -f /tmp/.toxenv ]] 18:54:38 + [[ -n '' ]] 18:54:38 + python3 -m venv /tmp/venv-Su80 18:54:47 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Su80' 18:54:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Su80 18:54:47 + echo /tmp/venv-Su80 18:54:47 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 18:54:47 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 18:54:47 + /tmp/venv-Su80/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 18:54:52 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 18:54:52 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 18:54:52 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 18:54:52 + /tmp/venv-Su80/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 18:54:52 + type python3 18:54:52 + true 18:54:52 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Su80/bin to PATH' 18:54:52 lf-activate-venv(): INFO: Adding /tmp/venv-Su80/bin to PATH 18:54:52 + PATH=/tmp/venv-Su80/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:54:52 + return 0 18:54:52 + python3 --version 18:54:52 Python 3.10.6 18:54:52 + python3 -m pip --version 18:54:52 pip 25.2 from /tmp/venv-Su80/lib/python3.10/site-packages/pip (python 3.10) 18:54:52 + python3 -m pip freeze 18:54:52 cachetools==6.1.0 18:54:52 chardet==5.2.0 18:54:52 colorama==0.4.6 18:54:52 distlib==0.4.0 18:54:52 filelock==3.18.0 18:54:52 packaging==25.0 18:54:52 platformdirs==4.3.8 18:54:52 pluggy==1.6.0 18:54:52 pyproject-api==1.9.1 18:54:52 tomli==2.2.1 18:54:52 tox==4.28.4 18:54:52 typing_extensions==4.14.1 18:54:52 urllib3==1.26.20 18:54:52 virtualenv==20.34.0 18:54:52 [EnvInject] - Injecting environment variables from a build step. 18:54:52 [EnvInject] - Injecting as environment variables the properties content 18:54:52 PARALLEL=false 18:54:52 18:54:52 [EnvInject] - Variables injected successfully. 18:54:52 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash -l /tmp/jenkins5115153396164957286.sh 18:54:52 ---> tox-run.sh 18:54:52 + 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:54:52 + ARCHIVE_TOX_DIR=/w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/archives/tox 18:54:52 + ARCHIVE_DOC_DIR=/w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/archives/docs 18:54:52 + mkdir -p /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/archives/tox 18:54:52 + cd /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/. 18:54:52 + source /home/jenkins/lf-env.sh 18:54:52 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 18:54:52 ++ mktemp -d /tmp/venv-XXXX 18:54:52 + lf_venv=/tmp/venv-EHQ6 18:54:52 + local venv_file=/tmp/.os_lf_venv 18:54:52 + local python=python3 18:54:52 + local options 18:54:52 + local set_path=true 18:54:52 + local install_args= 18:54:52 ++ 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:54:52 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:54:52 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:54:52 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 18:54:52 + true 18:54:52 + case $1 in 18:54:52 + venv_file=/tmp/.toxenv 18:54:52 + shift 2 18:54:52 + true 18:54:52 + case $1 in 18:54:52 + shift 18:54:52 + break 18:54:52 + case $python in 18:54:52 + local pkg_list= 18:54:52 + [[ -d /opt/pyenv ]] 18:54:52 + echo 'Setup pyenv:' 18:54:52 Setup pyenv: 18:54:52 + export PYENV_ROOT=/opt/pyenv 18:54:52 + PYENV_ROOT=/opt/pyenv 18:54:52 + 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:54: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 18:54:52 + pyenv versions 18:54:52 system 18:54:52 3.8.13 18:54:52 3.9.13 18:54:52 * 3.10.6 (set by /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/.python-version) 18:54:52 + command -v pyenv 18:54:52 ++ pyenv init - --no-rehash 18:54: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[*]}"'\'')" 18:54:52 export PATH="/opt/pyenv/shims:${PATH}" 18:54:52 export PYENV_SHELL=bash 18:54:52 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 18:54:52 pyenv() { 18:54:52 local command 18:54:52 command="${1:-}" 18:54:52 if [ "$#" -gt 0 ]; then 18:54:52 shift 18:54:52 fi 18:54:52 18:54:52 case "$command" in 18:54:52 rehash|shell) 18:54:52 eval "$(pyenv "sh-$command" "$@")" 18:54:52 ;; 18:54:52 *) 18:54:52 command pyenv "$command" "$@" 18:54:52 ;; 18:54:52 esac 18:54:52 }' 18:54: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[*]}"' 18:54: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 18:54: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 18:54: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 18:54:52 ++ export PYENV_SHELL=bash 18:54:52 ++ PYENV_SHELL=bash 18:54:52 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 18:54:52 +++ complete -F _pyenv pyenv 18:54:52 ++ lf-pyver python3 18:54:52 ++ local py_version_xy=python3 18:54:52 ++ local py_version_xyz= 18:54:52 ++ awk '{ print $1 }' 18:54:52 ++ pyenv versions 18:54:52 ++ local command 18:54:52 ++ command=versions 18:54:52 ++ '[' 1 -gt 0 ']' 18:54:52 ++ shift 18:54:52 ++ case "$command" in 18:54:52 ++ command pyenv versions 18:54:52 ++ pyenv versions 18:54:52 ++ sed 's/^[ *]* //' 18:54:52 ++ grep -E '^[0-9.]*[0-9]$' 18:54:52 ++ [[ ! -s /tmp/.pyenv_versions ]] 18:54:52 +++ grep '^3' /tmp/.pyenv_versions 18:54:52 +++ tail -n 1 18:54:52 +++ sort -V 18:54:52 ++ py_version_xyz=3.10.6 18:54:52 ++ [[ -z 3.10.6 ]] 18:54:52 ++ echo 3.10.6 18:54:52 ++ return 0 18:54:52 + pyenv local 3.10.6 18:54:52 + local command 18:54:52 + command=local 18:54:52 + '[' 2 -gt 0 ']' 18:54:52 + shift 18:54:52 + case "$command" in 18:54:52 + command pyenv local 3.10.6 18:54:52 + pyenv local 3.10.6 18:54:52 + for arg in "$@" 18:54:52 + case $arg in 18:54:52 + pkg_list+='tox ' 18:54:52 + for arg in "$@" 18:54:52 + case $arg in 18:54:52 + pkg_list+='virtualenv ' 18:54:52 + for arg in "$@" 18:54:52 + case $arg in 18:54:52 + pkg_list+='urllib3~=1.26.15 ' 18:54:52 + [[ -f /tmp/.toxenv ]] 18:54:52 ++ cat /tmp/.toxenv 18:54:52 + lf_venv=/tmp/venv-Su80 18:54:52 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Su80 from' file:/tmp/.toxenv 18:54:52 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Su80 from file:/tmp/.toxenv 18:54:52 + /tmp/venv-Su80/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 18:54:53 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 18:54:53 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 18:54:53 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 18:54:53 + /tmp/venv-Su80/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 18:54:54 + type python3 18:54:54 + true 18:54:54 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Su80/bin to PATH' 18:54:54 lf-activate-venv(): INFO: Adding /tmp/venv-Su80/bin to PATH 18:54:54 + PATH=/tmp/venv-Su80/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:54:54 + return 0 18:54:54 + [[ -d /opt/pyenv ]] 18:54:54 + echo '---> Setting up pyenv' 18:54:54 ---> Setting up pyenv 18:54:54 + export PYENV_ROOT=/opt/pyenv 18:54:54 + PYENV_ROOT=/opt/pyenv 18:54:54 + export PATH=/opt/pyenv/bin:/tmp/venv-Su80/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:54:54 + PATH=/opt/pyenv/bin:/tmp/venv-Su80/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:54:54 ++ pwd 18:54:54 + PYTHONPATH=/w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint 18:54:54 + export PYTHONPATH 18:54:54 + export TOX_TESTENV_PASSENV=PYTHONPATH 18:54:54 + TOX_TESTENV_PASSENV=PYTHONPATH 18:54:54 + tox --version 18:54:54 4.28.4 from /tmp/venv-Su80/lib/python3.10/site-packages/tox/__init__.py 18:54:55 + PARALLEL=false 18:54:55 + TOX_OPTIONS_LIST= 18:54:55 + [[ -n yaml ]] 18:54:55 + TOX_OPTIONS_LIST=' -e yaml' 18:54:55 + case ${PARALLEL,,} in 18:54:55 + tox -e yaml 18:54:55 + tee -a /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/archives/tox/tox.log 18:54:56 yaml: install_deps> python -I -m pip install coala-bears nodeenv 18:55:19 yaml: freeze> python -m pip freeze --all 18:55: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==7.0.0,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 18:55:19 yaml: commands_pre[0]> /bin/sh -c 'git --no-pager diff HEAD HEAD^ --name-only '"'"'*.yaml'"'"' '"'"'*.yml'"'"' > /tmp/.coalist_yaml' 18:55:19 yaml: commands[0]> /bin/bash -c 'coala --non-interactive --disable-caching --no-autoapply-warn yaml --files $( Completed tox runs' 18:55:20 ---> Completed tox runs 18:55:20 + for i in .tox/*/log 18:55:20 ++ echo .tox/yaml/log 18:55:20 ++ awk -F/ '{print $2}' 18:55:20 + tox_env=yaml 18:55:20 + cp -r .tox/yaml/log /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/archives/tox/yaml 18:55:20 + DOC_DIR=docs/_build/html 18:55:20 + [[ -d docs/_build/html ]] 18:55:20 + echo '---> tox-run.sh ends' 18:55:20 ---> tox-run.sh ends 18:55:20 + test 0 -eq 0 18:55:20 $ ssh-agent -k 18:55:20 unset SSH_AUTH_SOCK; 18:55:20 unset SSH_AGENT_PID; 18:55:20 echo Agent pid 20105 killed; 18:55:20 [ssh-agent] Stopped. 18:55:20 [PostBuildScript] - [INFO] Executing post build scripts. 18:55:20 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash /tmp/jenkins18414459734506275098.sh 18:55:20 ---> sysstat.sh 18:55:20 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash /tmp/jenkins8629493237489330714.sh 18:55:20 ---> package-listing.sh 18:55:20 ++ facter osfamily 18:55:20 ++ tr '[:upper:]' '[:lower:]' 18:55:21 + OS_FAMILY=redhat 18:55:21 + workspace=/w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint 18:55:21 + START_PACKAGES=/tmp/packages_start.txt 18:55:21 + END_PACKAGES=/tmp/packages_end.txt 18:55:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:55:21 + PACKAGES=/tmp/packages_start.txt 18:55:21 + '[' /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint ']' 18:55:21 + PACKAGES=/tmp/packages_end.txt 18:55:21 + case "${OS_FAMILY}" in 18:55:21 + rpm -qa 18:55:21 + sort 18:55:21 + '[' -f /tmp/packages_start.txt ']' 18:55:21 + '[' -f /tmp/packages_end.txt ']' 18:55:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:55:21 + '[' /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint ']' 18:55:21 + mkdir -p /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/archives/ 18:55:21 + 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/ 18:55:21 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash /tmp/jenkins1552153265031193678.sh 18:55:21 ---> capture-instance-metadata.sh 18:55:21 Setup pyenv: 18:55:21 system 18:55:21 3.8.13 18:55:21 3.9.13 18:55:21 * 3.10.6 (set by /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/.python-version) 18:55:25 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bpEb 18:55:25 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 18:55:29 lf-activate-venv(): INFO: Installing: lftools 18:55:54 lf-activate-venv(): INFO: Adding /tmp/venv-bpEb/bin to PATH 18:55:54 INFO: Running in OpenStack, capturing instance metadata 18:55:55 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash /tmp/jenkins8223748785243232363.sh 18:55:55 provisioning config files... 18:55:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint@tmp/config9846499218369732126tmp 18:55:55 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 18:55:55 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 18:55:55 [EnvInject] - Injecting environment variables from a build step. 18:55:55 [EnvInject] - Injecting as environment variables the properties content 18:55:55 SERVER_ID=logs 18:55:55 18:55:55 [EnvInject] - Variables injected successfully. 18:55:55 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash /tmp/jenkins7147706509114083486.sh 18:55:55 ---> create-netrc.sh 18:55:55 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash /tmp/jenkins2316838874991140490.sh 18:55:55 ---> python-tools-install.sh 18:55:55 Setup pyenv: 18:55:55 system 18:55:55 3.8.13 18:55:55 3.9.13 18:55:55 * 3.10.6 (set by /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/.python-version) 18:55:55 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-bpEb from file:/tmp/.os_lf_venv 18:55:57 lf-activate-venv(): INFO: Installing: lftools 18:56:05 lf-activate-venv(): INFO: Adding /tmp/venv-bpEb/bin to PATH 18:56:05 Generating Requirements File 18:56:24 Python 3.10.6 18:56:24 pip 25.2 from /tmp/venv-bpEb/lib/python3.10/site-packages/pip (python 3.10) 18:56:25 appdirs==1.4.4 18:56:25 argcomplete==3.6.2 18:56:25 aspy.yaml==1.3.0 18:56:25 attrs==25.3.0 18:56:25 autopage==0.5.2 18:56:25 beautifulsoup4==4.13.4 18:56:25 boto3==1.40.8 18:56:25 botocore==1.40.8 18:56:25 bs4==0.0.2 18:56:25 cachetools==5.5.2 18:56:25 certifi==2025.8.3 18:56:25 cffi==1.17.1 18:56:25 cfgv==3.4.0 18:56:25 chardet==5.2.0 18:56:25 charset-normalizer==3.4.3 18:56:25 click==8.2.1 18:56:25 cliff==4.10.0 18:56:25 cmd2==2.7.0 18:56:25 cryptography==3.3.2 18:56:25 debtcollector==3.0.0 18:56:25 decorator==5.2.1 18:56:25 defusedxml==0.7.1 18:56:25 Deprecated==1.2.18 18:56:25 distlib==0.4.0 18:56:25 dnspython==2.7.0 18:56:25 docker==7.1.0 18:56:25 dogpile.cache==1.4.0 18:56:25 durationpy==0.10 18:56:25 email_validator==2.2.0 18:56:25 filelock==3.18.0 18:56:25 future==1.0.0 18:56:25 gitdb==4.0.12 18:56:25 GitPython==3.1.45 18:56:25 google-auth==2.40.3 18:56:25 httplib2==0.22.0 18:56:25 identify==2.6.13 18:56:25 idna==3.10 18:56:25 importlib-resources==1.5.0 18:56:25 iso8601==2.1.0 18:56:25 Jinja2==3.1.6 18:56:25 jmespath==1.0.1 18:56:25 jsonpatch==1.33 18:56:25 jsonpointer==3.0.0 18:56:25 jsonschema==4.25.0 18:56:25 jsonschema-specifications==2025.4.1 18:56:25 keystoneauth1==5.11.1 18:56:25 kubernetes==33.1.0 18:56:25 lftools==0.37.13 18:56:25 lxml==6.0.0 18:56:25 markdown-it-py==4.0.0 18:56:25 MarkupSafe==3.0.2 18:56:25 mdurl==0.1.2 18:56:25 msgpack==1.1.1 18:56:25 multi_key_dict==2.0.3 18:56:25 munch==4.0.0 18:56:25 netaddr==1.3.0 18:56:25 niet==1.4.2 18:56:25 nodeenv==1.9.1 18:56:25 oauth2client==4.1.3 18:56:25 oauthlib==3.3.1 18:56:25 openstacksdk==4.6.0 18:56:25 os-client-config==2.3.0 18:56:25 os-service-types==1.8.0 18:56:25 osc-lib==4.1.0 18:56:25 oslo.config==10.0.0 18:56:25 oslo.context==6.0.0 18:56:25 oslo.i18n==6.5.1 18:56:25 oslo.log==7.2.0 18:56:25 oslo.serialization==5.7.0 18:56:25 oslo.utils==9.0.0 18:56:25 packaging==25.0 18:56:25 pbr==7.0.0 18:56:25 platformdirs==4.3.8 18:56:25 prettytable==3.16.0 18:56:25 psutil==7.0.0 18:56:25 pyasn1==0.6.1 18:56:25 pyasn1_modules==0.4.2 18:56:25 pycparser==2.22 18:56:25 pygerrit2==2.0.15 18:56:25 PyGithub==2.7.0 18:56:25 Pygments==2.19.2 18:56:25 PyJWT==2.10.1 18:56:25 PyNaCl==1.5.0 18:56:25 pyparsing==2.4.7 18:56:25 pyperclip==1.9.0 18:56:25 pyrsistent==0.20.0 18:56:25 python-cinderclient==9.7.0 18:56:25 python-dateutil==2.9.0.post0 18:56:25 python-heatclient==4.3.0 18:56:25 python-jenkins==1.8.3 18:56:25 python-keystoneclient==5.6.0 18:56:25 python-magnumclient==4.8.1 18:56:25 python-openstackclient==8.1.0 18:56:25 python-swiftclient==4.8.0 18:56:25 PyYAML==6.0.2 18:56:25 referencing==0.36.2 18:56:25 requests==2.32.4 18:56:25 requests-oauthlib==2.0.0 18:56:25 requestsexceptions==1.4.0 18:56:25 rfc3986==2.0.0 18:56:25 rich==14.1.0 18:56:25 rich-argparse==1.7.1 18:56:25 rpds-py==0.27.0 18:56:25 rsa==4.9.1 18:56:25 ruamel.yaml==0.18.14 18:56:25 ruamel.yaml.clib==0.2.12 18:56:25 s3transfer==0.13.1 18:56:25 simplejson==3.20.1 18:56:25 six==1.17.0 18:56:25 smmap==5.0.2 18:56:25 soupsieve==2.7 18:56:25 stevedore==5.4.1 18:56:25 tabulate==0.9.0 18:56:25 toml==0.10.2 18:56:25 tomlkit==0.13.3 18:56:25 tqdm==4.67.1 18:56:25 typing_extensions==4.14.1 18:56:25 tzdata==2025.2 18:56:25 urllib3==1.26.20 18:56:25 virtualenv==20.34.0 18:56:25 wcwidth==0.2.13 18:56:25 websocket-client==1.8.0 18:56:25 wrapt==1.17.3 18:56:25 xdg==6.0.0 18:56:25 xmltodict==0.14.2 18:56:25 yq==3.4.3 18:56:25 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash /tmp/jenkins4478585274394126937.sh 18:56:25 ---> sudo-logs.sh 18:56:25 Archiving 'sudo' log.. 18:56:25 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash /tmp/jenkins8091165789919699285.sh 18:56:25 ---> job-cost.sh 18:56:25 Setup pyenv: 18:56:25 system 18:56:25 3.8.13 18:56:25 3.9.13 18:56:25 * 3.10.6 (set by /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/.python-version) 18:56:25 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-bpEb from file:/tmp/.os_lf_venv 18:56:27 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 18:56:32 lf-activate-venv(): INFO: Adding /tmp/venv-bpEb/bin to PATH 18:56:32 INFO: No Stack... 18:56:33 INFO: Retrieving Pricing Info for: v3-standard-2 18:56:33 INFO: Archiving Costs 18:56:33 [integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint] $ /bin/bash -l /tmp/jenkins1014346688454788036.sh 18:56:33 ---> logs-deploy.sh 18:56:33 Setup pyenv: 18:56:33 system 18:56:33 3.8.13 18:56:33 3.9.13 18:56:33 * 3.10.6 (set by /w/workspace/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/.python-version) 18:56:33 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-bpEb from file:/tmp/.os_lf_venv 18:56:35 lf-activate-venv(): INFO: Installing: lftools 18:56:43 lf-activate-venv(): INFO: Adding /tmp/venv-bpEb/bin to PATH 18:56:43 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-usecases-A1-policy-enforcement-r-apps-master-yml-lint/22 18:56:43 INFO: archiving workspace using pattern(s): 18:56:44 Archives upload complete. 18:56:44 INFO: archiving logs to Nexus 18:56:45 ---> uname -a: 18:56:45 Linux prd-centos8-builder-2c-1g-36108.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:56:45 18:56:45 18:56:45 ---> lscpu: 18:56:45 Architecture: x86_64 18:56:45 CPU op-mode(s): 32-bit, 64-bit 18:56:45 Byte Order: Little Endian 18:56:45 CPU(s): 2 18:56:45 On-line CPU(s) list: 0,1 18:56:45 Thread(s) per core: 1 18:56:45 Core(s) per socket: 1 18:56:45 Socket(s): 2 18:56:45 NUMA node(s): 1 18:56:45 Vendor ID: AuthenticAMD 18:56:45 CPU family: 23 18:56:45 Model: 49 18:56:45 Model name: AMD EPYC-Rome Processor 18:56:45 Stepping: 0 18:56:45 CPU MHz: 2800.000 18:56:45 BogoMIPS: 5600.00 18:56:45 Virtualization: AMD-V 18:56:45 Hypervisor vendor: KVM 18:56:45 Virtualization type: full 18:56:45 L1d cache: 32K 18:56:45 L1i cache: 32K 18:56:45 L2 cache: 512K 18:56:45 L3 cache: 16384K 18:56:45 NUMA node0 CPU(s): 0,1 18:56:45 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:56:45 18:56:45 18:56:45 ---> nproc: 18:56:45 2 18:56:45 18:56:45 18:56:45 ---> df -h: 18:56:45 Filesystem Size Used Avail Use% Mounted on 18:56:45 devtmpfs 3.8G 0 3.8G 0% /dev 18:56:45 tmpfs 3.8G 0 3.8G 0% /dev/shm 18:56:45 tmpfs 3.8G 17M 3.8G 1% /run 18:56:45 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 18:56:45 /dev/vda1 40G 8.7G 32G 22% / 18:56:45 tmpfs 770M 0 770M 0% /run/user/1001 18:56:45 18:56:45 18:56:45 ---> free -m: 18:56:45 total used free shared buff/cache available 18:56:45 Mem: 7699 577 4775 19 2346 6804 18:56:45 Swap: 1023 0 1023 18:56:45 18:56:45 18:56:45 ---> ip addr: 18:56:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 18:56:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:56:45 inet 127.0.0.1/8 scope host lo 18:56:45 valid_lft forever preferred_lft forever 18:56:45 inet6 ::1/128 scope host 18:56:45 valid_lft forever preferred_lft forever 18:56:45 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 18:56:45 link/ether fa:16:3e:44:3a:2c brd ff:ff:ff:ff:ff:ff 18:56:45 altname enp0s3 18:56:45 altname ens3 18:56:45 inet 10.30.107.0/23 brd 10.30.107.255 scope global dynamic noprefixroute eth0 18:56:45 valid_lft 86215sec preferred_lft 86215sec 18:56:45 inet6 fe80::f816:3eff:fe44:3a2c/64 scope link 18:56:45 valid_lft forever preferred_lft forever 18:56:45 18:56:45 18:56:45 ---> sar -b -r -n DEV: 18:56:45 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) 18:56:45 18:56:45 18:53:33 LINUX RESTART (2 CPU) 18:56:45 18:56:45 06:54:01 PM tps rtps wtps bread/s bwrtn/s 18:56:45 06:55:01 PM 363.56 165.56 198.00 6859.05 31056.86 18:56:45 06:56:01 PM 144.47 1.87 142.60 1170.94 11750.82 18:56:45 Average: 254.02 83.71 170.30 4015.00 21403.84 18:56:45 18:56:45 06:54:01 PM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:56:45 06:55:01 PM 5464592 7028632 2419844 30.69 2688 1746356 776756 8.70 195276 1917640 81088 18:56:45 06:56:01 PM 5020812 6976268 2863624 36.32 2688 2114204 689460 7.72 377676 2090824 147416 18:56:45 Average: 5242702 7002450 2641734 33.51 2688 1930280 733108 8.21 286476 2004232 114252 18:56:45 18:56:45 06:54:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:56:45 06:55:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:45 06:55:01 PM eth0 268.64 129.54 956.21 64.99 0.00 0.00 0.00 0.00 18:56:45 06:56:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:45 06:56:01 PM eth0 119.88 79.57 1079.43 16.87 0.00 0.00 0.00 0.00 18:56:45 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:45 Average: eth0 194.26 104.56 1017.82 40.93 0.00 0.00 0.00 0.00 18:56:45 18:56:45 18:56:45 ---> sar -P ALL: 18:56:45 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) 18:56:45 18:56:45 18:53:33 LINUX RESTART (2 CPU) 18:56:45 18:56:45 06:54:01 PM CPU %user %nice %system %iowait %steal %idle 18:56:45 06:55:01 PM all 25.70 2.72 20.66 14.02 0.11 36.79 18:56:45 06:55:01 PM 0 28.96 2.84 21.32 14.17 0.10 32.61 18:56:45 06:55:01 PM 1 22.44 2.59 20.00 13.88 0.12 40.97 18:56:45 06:56:01 PM all 37.45 0.00 4.77 7.37 0.12 50.28 18:56:45 06:56:01 PM 0 42.29 0.00 4.92 8.20 0.13 44.46 18:56:45 06:56:01 PM 1 32.62 0.00 4.63 6.54 0.12 56.10 18:56:45 Average: all 31.61 1.35 12.67 10.68 0.12 43.57 18:56:45 Average: 0 35.66 1.42 13.08 11.17 0.12 38.56 18:56:45 Average: 1 27.56 1.29 12.26 10.19 0.12 48.58 18:56:45 18:56:45 18:56:45