11:21:35 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/141100 11:21:35 Running as SYSTEM 11:21:35 [EnvInject] - Loading node environment variables. 11:21:35 Building remotely on prd-ubuntu1804-builder-4c-4g-21384 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 11:21:35 [ssh-agent] Looking for ssh-agent implementation... 11:21:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:21:35 $ ssh-agent 11:21:35 SSH_AUTH_SOCK=/tmp/ssh-kO0IxRFJCrqv/agent.1644 11:21:35 SSH_AGENT_PID=1646 11:21:35 [ssh-agent] Started. 11:21:35 Running ssh-add (command line suppressed) 11:21:35 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_17229524548808507433.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_17229524548808507433.key) 11:21:35 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 11:21:35 The recommended git tool is: NONE 11:21:37 using credential onap-jenkins-ssh 11:21:37 Wiping out workspace first. 11:21:37 Cloning the remote Git repository 11:21:37 Cloning repository git://cloud.onap.org/mirror/oom.git 11:21:37 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 11:21:37 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 11:21:37 > git --version # timeout=10 11:21:37 > git --version # 'git version 2.17.1' 11:21:37 using GIT_SSH to set credentials Gerrit user 11:21:37 Verifying host key using manually-configured host key entries 11:21:37 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 11:21:42 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 11:21:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:21:42 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 11:21:42 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 11:21:42 using GIT_SSH to set credentials Gerrit user 11:21:42 Verifying host key using manually-configured host key entries 11:21:42 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/00/141100/11 # timeout=30 11:21:43 > git rev-parse 3defb07334aadd906295ff0cd88b1f3d0cc6c3fa^{commit} # timeout=10 11:21:43 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 11:21:43 Checking out Revision 3defb07334aadd906295ff0cd88b1f3d0cc6c3fa (refs/changes/00/141100/11) 11:21:43 > git config core.sparsecheckout # timeout=10 11:21:43 > git checkout -f 3defb07334aadd906295ff0cd88b1f3d0cc6c3fa # timeout=30 11:21:43 Commit message: "[DOC] Add ArgoCD deployment example and guide" 11:21:43 > git rev-parse FETCH_HEAD^{commit} # timeout=10 11:21:43 > git rev-list --no-walk d5cb3e4fb50a3d6d2b3e92c33510f0a1dcf8257d # timeout=10 11:21:46 [EnvInject] - Injecting environment variables from a build step. 11:21:46 [EnvInject] - Injecting as environment variables the properties content 11:21:46 PYTHON=python3 11:21:46 11:21:46 [EnvInject] - Variables injected successfully. 11:21:46 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins11420044203248303553.sh 11:21:46 ---> tox-install.sh 11:21:46 + source /home/jenkins/lf-env.sh 11:21:46 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:21:46 ++ mktemp -d /tmp/venv-XXXX 11:21:46 + lf_venv=/tmp/venv-YNW2 11:21:46 + local venv_file=/tmp/.os_lf_venv 11:21:46 + local python=python3 11:21:46 + local options 11:21:46 + local set_path=true 11:21:46 + local install_args= 11:21:46 ++ 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 11:21:46 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:21:46 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:21:46 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:21:46 + true 11:21:46 + case $1 in 11:21:46 + venv_file=/tmp/.toxenv 11:21:46 + shift 2 11:21:46 + true 11:21:46 + case $1 in 11:21:46 + shift 11:21:46 + break 11:21:46 + case $python in 11:21:46 + local pkg_list= 11:21:46 + [[ -d /opt/pyenv ]] 11:21:46 + echo 'Setup pyenv:' 11:21:46 Setup pyenv: 11:21:46 + export PYENV_ROOT=/opt/pyenv 11:21:46 + PYENV_ROOT=/opt/pyenv 11:21:46 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:21:46 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:21:46 + pyenv versions 11:21:46 * system (set by /opt/pyenv/version) 11:21:46 * 3.8.13 (set by /opt/pyenv/version) 11:21:46 * 3.9.13 (set by /opt/pyenv/version) 11:21:46 * 3.10.6 (set by /opt/pyenv/version) 11:21:46 + command -v pyenv 11:21:46 ++ pyenv init - --no-rehash 11:21:47 + 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[*]}"'\'')" 11:21:47 export PATH="/opt/pyenv/shims:${PATH}" 11:21:47 export PYENV_SHELL=bash 11:21:47 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:21:47 pyenv() { 11:21:47 local command 11:21:47 command="${1:-}" 11:21:47 if [ "$#" -gt 0 ]; then 11:21:47 shift 11:21:47 fi 11:21:47 11:21:47 case "$command" in 11:21:47 rehash|shell) 11:21:47 eval "$(pyenv "sh-$command" "$@")" 11:21:47 ;; 11:21:47 *) 11:21:47 command pyenv "$command" "$@" 11:21:47 ;; 11:21:47 esac 11:21:47 }' 11:21:47 +++ 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[*]}"' 11:21:47 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:21:47 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:21:47 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:21:47 ++ export PYENV_SHELL=bash 11:21:47 ++ PYENV_SHELL=bash 11:21:47 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:21:47 +++ complete -F _pyenv pyenv 11:21:47 ++ lf-pyver python3 11:21:47 ++ local py_version_xy=python3 11:21:47 ++ local py_version_xyz= 11:21:47 ++ pyenv versions 11:21:47 ++ local command 11:21:47 ++ command=versions 11:21:47 ++ '[' 1 -gt 0 ']' 11:21:47 ++ shift 11:21:47 ++ case "$command" in 11:21:47 ++ command pyenv versions 11:21:47 ++ pyenv versions 11:21:47 ++ sed 's/^[ *]* //' 11:21:47 ++ grep -E '^[0-9.]*[0-9]$' 11:21:47 ++ awk '{ print $1 }' 11:21:47 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:21:47 +++ sort -V 11:21:47 +++ grep '^3' /tmp/.pyenv_versions 11:21:47 +++ tail -n 1 11:21:47 ++ py_version_xyz=3.10.6 11:21:47 ++ [[ -z 3.10.6 ]] 11:21:47 ++ echo 3.10.6 11:21:47 ++ return 0 11:21:47 + pyenv local 3.10.6 11:21:47 + local command 11:21:47 + command=local 11:21:47 + '[' 2 -gt 0 ']' 11:21:47 + shift 11:21:47 + case "$command" in 11:21:47 + command pyenv local 3.10.6 11:21:47 + pyenv local 3.10.6 11:21:47 + for arg in "$@" 11:21:47 + case $arg in 11:21:47 + pkg_list+='tox ' 11:21:47 + for arg in "$@" 11:21:47 + case $arg in 11:21:47 + pkg_list+='virtualenv ' 11:21:47 + for arg in "$@" 11:21:47 + case $arg in 11:21:47 + pkg_list+='urllib3~=1.26.15 ' 11:21:47 + [[ -f /tmp/.toxenv ]] 11:21:47 + [[ ! -f /tmp/.toxenv ]] 11:21:47 + [[ -n '' ]] 11:21:47 + python3 -m venv /tmp/venv-YNW2 11:21:51 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YNW2' 11:21:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YNW2 11:21:51 + echo /tmp/venv-YNW2 11:21:51 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 11:21:51 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 11:21:51 + /tmp/venv-YNW2/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 11:21:55 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:21:55 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 11:21:55 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 11:21:55 + /tmp/venv-YNW2/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 11:21:57 + type python3 11:21:57 + true 11:21:57 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-YNW2/bin to PATH' 11:21:57 lf-activate-venv(): INFO: Adding /tmp/venv-YNW2/bin to PATH 11:21:57 + PATH=/tmp/venv-YNW2/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:21:57 + return 0 11:21:57 + python3 --version 11:21:57 Python 3.10.6 11:21:57 + python3 -m pip --version 11:21:57 pip 25.1.1 from /tmp/venv-YNW2/lib/python3.10/site-packages/pip (python 3.10) 11:21:57 + python3 -m pip freeze 11:21:57 cachetools==6.0.0 11:21:57 chardet==5.2.0 11:21:57 colorama==0.4.6 11:21:57 distlib==0.3.9 11:21:57 filelock==3.18.0 11:21:57 packaging==25.0 11:21:57 platformdirs==4.3.8 11:21:57 pluggy==1.6.0 11:21:57 pyproject-api==1.9.1 11:21:57 tomli==2.2.1 11:21:57 tox==4.26.0 11:21:57 typing_extensions==4.14.0 11:21:57 urllib3==1.26.20 11:21:57 virtualenv==20.31.2 11:21:57 [EnvInject] - Injecting environment variables from a build step. 11:21:57 [EnvInject] - Injecting as environment variables the properties content 11:21:57 PARALLEL=false 11:21:57 11:21:57 [EnvInject] - Variables injected successfully. 11:21:57 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins785083361880088212.sh 11:21:57 ---> tox-run.sh 11:21:57 + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:21:57 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 11:21:57 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 11:21:57 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 11:21:57 + cd /w/workspace/oom-master-pre-commit-lint/. 11:21:57 + source /home/jenkins/lf-env.sh 11:21:57 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:21:57 ++ mktemp -d /tmp/venv-XXXX 11:21:57 + lf_venv=/tmp/venv-rkei 11:21:57 + local venv_file=/tmp/.os_lf_venv 11:21:57 + local python=python3 11:21:57 + local options 11:21:57 + local set_path=true 11:21:57 + local install_args= 11:21:57 ++ 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 11:21:57 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:21:57 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:21:57 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:21:57 + true 11:21:57 + case $1 in 11:21:57 + venv_file=/tmp/.toxenv 11:21:57 + shift 2 11:21:57 + true 11:21:57 + case $1 in 11:21:57 + shift 11:21:57 + break 11:21:57 + case $python in 11:21:57 + local pkg_list= 11:21:57 + [[ -d /opt/pyenv ]] 11:21:57 + echo 'Setup pyenv:' 11:21:57 Setup pyenv: 11:21:57 + export PYENV_ROOT=/opt/pyenv 11:21:57 + PYENV_ROOT=/opt/pyenv 11:21:57 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:21:57 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:21:57 + pyenv versions 11:21:57 system 11:21:57 3.8.13 11:21:57 3.9.13 11:21:57 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:21:57 + command -v pyenv 11:21:57 ++ pyenv init - --no-rehash 11:21:57 + 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[*]}"'\'')" 11:21:57 export PATH="/opt/pyenv/shims:${PATH}" 11:21:57 export PYENV_SHELL=bash 11:21:57 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:21:57 pyenv() { 11:21:57 local command 11:21:57 command="${1:-}" 11:21:57 if [ "$#" -gt 0 ]; then 11:21:57 shift 11:21:57 fi 11:21:57 11:21:57 case "$command" in 11:21:57 rehash|shell) 11:21:57 eval "$(pyenv "sh-$command" "$@")" 11:21:57 ;; 11:21:57 *) 11:21:57 command pyenv "$command" "$@" 11:21:57 ;; 11:21:57 esac 11:21:57 }' 11:21:57 +++ 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[*]}"' 11:21:57 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:21:57 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:21:57 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:21:57 ++ export PYENV_SHELL=bash 11:21:57 ++ PYENV_SHELL=bash 11:21:57 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:21:57 +++ complete -F _pyenv pyenv 11:21:57 ++ lf-pyver python3 11:21:57 ++ local py_version_xy=python3 11:21:57 ++ local py_version_xyz= 11:21:57 ++ pyenv versions 11:21:57 ++ local command 11:21:57 ++ command=versions 11:21:57 ++ '[' 1 -gt 0 ']' 11:21:57 ++ shift 11:21:57 ++ case "$command" in 11:21:57 ++ command pyenv versions 11:21:57 ++ pyenv versions 11:21:57 ++ sed 's/^[ *]* //' 11:21:57 ++ grep -E '^[0-9.]*[0-9]$' 11:21:57 ++ awk '{ print $1 }' 11:21:58 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:21:58 +++ grep '^3' /tmp/.pyenv_versions 11:21:58 +++ sort -V 11:21:58 +++ tail -n 1 11:21:58 ++ py_version_xyz=3.10.6 11:21:58 ++ [[ -z 3.10.6 ]] 11:21:58 ++ echo 3.10.6 11:21:58 ++ return 0 11:21:58 + pyenv local 3.10.6 11:21:58 + local command 11:21:58 + command=local 11:21:58 + '[' 2 -gt 0 ']' 11:21:58 + shift 11:21:58 + case "$command" in 11:21:58 + command pyenv local 3.10.6 11:21:58 + pyenv local 3.10.6 11:21:58 + for arg in "$@" 11:21:58 + case $arg in 11:21:58 + pkg_list+='tox ' 11:21:58 + for arg in "$@" 11:21:58 + case $arg in 11:21:58 + pkg_list+='virtualenv ' 11:21:58 + for arg in "$@" 11:21:58 + case $arg in 11:21:58 + pkg_list+='urllib3~=1.26.15 ' 11:21:58 + [[ -f /tmp/.toxenv ]] 11:21:58 ++ cat /tmp/.toxenv 11:21:58 + lf_venv=/tmp/venv-YNW2 11:21:58 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-YNW2 from' file:/tmp/.toxenv 11:21:58 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-YNW2 from file:/tmp/.toxenv 11:21:58 + /tmp/venv-YNW2/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 11:21:58 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:21:58 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 11:21:58 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 11:21:58 + /tmp/venv-YNW2/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 11:22:00 + type python3 11:22:00 + true 11:22:00 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-YNW2/bin to PATH' 11:22:00 lf-activate-venv(): INFO: Adding /tmp/venv-YNW2/bin to PATH 11:22:00 + PATH=/tmp/venv-YNW2/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:22:00 + return 0 11:22:00 + [[ -d /opt/pyenv ]] 11:22:00 + echo '---> Setting up pyenv' 11:22:00 ---> Setting up pyenv 11:22:00 + export PYENV_ROOT=/opt/pyenv 11:22:00 + PYENV_ROOT=/opt/pyenv 11:22:00 + export PATH=/opt/pyenv/bin:/tmp/venv-YNW2/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:22:00 + PATH=/opt/pyenv/bin:/tmp/venv-YNW2/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:22:00 ++ pwd 11:22:00 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 11:22:00 + export PYTHONPATH 11:22:00 + export TOX_TESTENV_PASSENV=PYTHONPATH 11:22:00 + TOX_TESTENV_PASSENV=PYTHONPATH 11:22:00 + tox --version 11:22:00 4.26.0 from /tmp/venv-YNW2/lib/python3.10/site-packages/tox/__init__.py 11:22:00 + PARALLEL=false 11:22:00 + TOX_OPTIONS_LIST= 11:22:00 + [[ -n pre-commit ]] 11:22:00 + TOX_OPTIONS_LIST=' -e pre-commit' 11:22:00 + case ${PARALLEL,,} in 11:22:00 + tox -e pre-commit 11:22:00 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 11:22:01 pre-commit: install_deps> python -I -m pip install pre-commit 11:22:04 pre-commit: freeze> python -m pip freeze --all 11:22:04 pre-commit: cfgv==3.4.0,distlib==0.3.9,filelock==3.18.0,identify==2.6.12,nodeenv==1.9.1,pip==25.1.1,platformdirs==4.3.8,pre_commit==4.2.0,PyYAML==6.0.2,setuptools==80.3.1,virtualenv==20.31.2 11:22:04 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 11:22:04 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 11:22:05 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 11:22:05 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 11:22:06 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 11:22:06 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 11:22:06 [INFO] Once installed this environment will be reused. 11:22:06 [INFO] This may take a few minutes... 11:22:11 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 11:22:11 [INFO] Once installed this environment will be reused. 11:22:11 [INFO] This may take a few minutes... 11:22:16 trim trailing whitespace.................................................Failed 11:22:16 - hook id: trailing-whitespace 11:22:16 - exit code: 1 11:22:16 - files were modified by this hook 11:22:16 11:22:16 Fixing argo/infra/gateway-api/crd/kustomization.yaml 11:22:16 Fixing argo/updateVariables.sh 11:22:16 Fixing argo/infra/values/trivy-dojo-report-operator.yaml 11:22:16 11:22:16 Tabs remover.............................................................Passed 11:22:16 pre-commit hook(s) made changes. 11:22:16 If you are seeing this message in CI, reproduce locally with: `pre-commit run --all-files`. 11:22:16 To run `pre-commit` as part of git workflow, use `pre-commit install`. 11:22:16 All changes made by hooks: 11:22:16 diff --git a/argo/infra/gateway-api/crd/kustomization.yaml b/argo/infra/gateway-api/crd/kustomization.yaml 11:22:16 index 589065d16..168e004cf 100644 11:22:16 --- a/argo/infra/gateway-api/crd/kustomization.yaml 11:22:16 +++ b/argo/infra/gateway-api/crd/kustomization.yaml 11:22:16 @@ -27,4 +27,3 @@ resources: 11:22:16 - standard/gateway.networking.k8s.io_grpcroutes.yaml 11:22:16 - standard/gateway.networking.k8s.io_httproutes.yaml 11:22:16 - standard/gateway.networking.k8s.io_referencegrants.yaml 11:22:16 - 11:22:16 \ No newline at end of file 11:22:16 diff --git a/argo/infra/values/trivy-dojo-report-operator.yaml b/argo/infra/values/trivy-dojo-report-operator.yaml 11:22:16 index 7503d65cf..55cb7362d 100644 11:22:16 --- a/argo/infra/values/trivy-dojo-report-operator.yaml 11:22:16 +++ b/argo/infra/values/trivy-dojo-report-operator.yaml 11:22:16 @@ -17,7 +17,7 @@ 11:22:16 # ============LICENSE_END========================================================= 11:22:16 11:22:16 defectDojoApiCredentials: 11:22:16 - apiKey: "2e5af2a04069492ea63cbd593efccfd4b2758b77" 11:22:16 + apiKey: "2e5af2a04069492ea63cbd593efccfd4b2758b77" 11:22:16 url: "http://defectdojo-django.defectdojo" 11:22:16 #url: "https://defectdojo." 11:22:16 11:22:16 diff --git a/argo/updateVariables.sh b/argo/updateVariables.sh 11:22:16 index ffa301e6a..cb972e311 100755 11:22:16 --- a/argo/updateVariables.sh 11:22:16 +++ b/argo/updateVariables.sh 11:22:16 @@ -23,15 +23,15 @@ VARS["GITHUB_REPO"]="ghcr.io" 11:22:16 replace_in_file() { 11:22:16 local file="$1" 11:22:16 local tmpfile="${file}.tmp" 11:22:16 - 11:22:16 + 11:22:16 cp "$file" "$tmpfile" 11:22:16 - 11:22:16 + 11:22:16 for var in "${!VARS[@]}"; do 11:22:16 # Replace with value 11:22:16 # -i: inplace, but done with tmpfile, if Backup is required 11:22:16 sed -i "s|<${var}>|${VARS[$var]}|g" "$tmpfile" 11:22:16 done 11:22:16 - 11:22:16 + 11:22:16 mv "$tmpfile" "$file" 11:22:16 } 11:22:16 11:22:16 pre-commit: exit 1 (12.23 seconds) /w/workspace/oom-master-pre-commit-lint> pre-commit run --all-files --show-diff-on-failure pid=2237 11:22:16 pre-commit: FAIL code 1 (15.79=setup[3.56]+cmd[12.23] seconds) 11:22:16 evaluation failed :( (16.04 seconds) 11:22:16 + tox_status=1 11:22:16 + echo '---> Completed tox runs' 11:22:16 ---> Completed tox runs 11:22:16 + for i in .tox/*/log 11:22:16 ++ echo .tox/pre-commit/log 11:22:16 ++ awk -F/ '{print $2}' 11:22:16 + tox_env=pre-commit 11:22:16 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 11:22:16 + DOC_DIR=docs/_build/html 11:22:16 + [[ -d docs/_build/html ]] 11:22:16 + echo '---> tox-run.sh ends' 11:22:16 ---> tox-run.sh ends 11:22:16 + test 1 -eq 0 11:22:16 + exit 1 11:22:16 ++ '[' 2 = 1 ']' 11:22:16 Build step 'Execute shell' marked build as failure 11:22:16 $ ssh-agent -k 11:22:16 unset SSH_AUTH_SOCK; 11:22:16 unset SSH_AGENT_PID; 11:22:16 echo Agent pid 1646 killed; 11:22:16 [ssh-agent] Stopped. 11:22:16 [PostBuildScript] - [INFO] Executing post build scripts. 11:22:16 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins12335102956549517218.sh 11:22:16 ---> sysstat.sh 11:22:17 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins402653525713430300.sh 11:22:17 ---> package-listing.sh 11:22:17 ++ facter osfamily 11:22:17 ++ tr '[:upper:]' '[:lower:]' 11:22:17 + OS_FAMILY=debian 11:22:17 + workspace=/w/workspace/oom-master-pre-commit-lint 11:22:17 + START_PACKAGES=/tmp/packages_start.txt 11:22:17 + END_PACKAGES=/tmp/packages_end.txt 11:22:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:22:17 + PACKAGES=/tmp/packages_start.txt 11:22:17 + '[' /w/workspace/oom-master-pre-commit-lint ']' 11:22:17 + PACKAGES=/tmp/packages_end.txt 11:22:17 + case "${OS_FAMILY}" in 11:22:17 + dpkg -l 11:22:17 + grep '^ii' 11:22:17 + '[' -f /tmp/packages_start.txt ']' 11:22:17 + '[' -f /tmp/packages_end.txt ']' 11:22:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:22:17 + '[' /w/workspace/oom-master-pre-commit-lint ']' 11:22:17 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 11:22:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 11:22:17 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins9326347589138439763.sh 11:22:17 ---> capture-instance-metadata.sh 11:22:17 Setup pyenv: 11:22:17 system 11:22:17 3.8.13 11:22:17 3.9.13 11:22:17 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:22:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4AF4 11:22:21 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 11:22:25 lf-activate-venv(): INFO: Installing: lftools 11:22:47 lf-activate-venv(): INFO: Adding /tmp/venv-4AF4/bin to PATH 11:22:47 INFO: Running in OpenStack, capturing instance metadata 11:22:47 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins9911422409431917093.sh 11:22:47 provisioning config files... 11:22:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config16808929405248660176tmp 11:22:47 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 11:22:47 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 11:22:47 [EnvInject] - Injecting environment variables from a build step. 11:22:47 [EnvInject] - Injecting as environment variables the properties content 11:22:47 SERVER_ID=logs 11:22:47 11:22:47 [EnvInject] - Variables injected successfully. 11:22:47 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16280361946279117806.sh 11:22:47 ---> create-netrc.sh 11:22:47 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins9975600149245612450.sh 11:22:48 ---> python-tools-install.sh 11:22:48 Setup pyenv: 11:22:48 system 11:22:48 3.8.13 11:22:48 3.9.13 11:22:48 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:22:48 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-4AF4 from file:/tmp/.os_lf_venv 11:22:50 lf-activate-venv(): INFO: Installing: lftools 11:22:58 lf-activate-venv(): INFO: Adding /tmp/venv-4AF4/bin to PATH 11:22:58 Generating Requirements File 11:23:17 Python 3.10.6 11:23:17 pip 25.1.1 from /tmp/venv-4AF4/lib/python3.10/site-packages/pip (python 3.10) 11:23:18 appdirs==1.4.4 11:23:18 argcomplete==3.6.2 11:23:18 aspy.yaml==1.3.0 11:23:18 attrs==25.3.0 11:23:18 autopage==0.5.2 11:23:18 beautifulsoup4==4.13.4 11:23:18 boto3==1.38.36 11:23:18 botocore==1.38.36 11:23:18 bs4==0.0.2 11:23:18 cachetools==5.5.2 11:23:18 certifi==2025.6.15 11:23:18 cffi==1.17.1 11:23:18 cfgv==3.4.0 11:23:18 chardet==5.2.0 11:23:18 charset-normalizer==3.4.2 11:23:18 click==8.2.1 11:23:18 cliff==4.10.0 11:23:18 cmd2==2.6.1 11:23:18 cryptography==3.3.2 11:23:18 debtcollector==3.0.0 11:23:18 decorator==5.2.1 11:23:18 defusedxml==0.7.1 11:23:18 Deprecated==1.2.18 11:23:18 distlib==0.3.9 11:23:18 dnspython==2.7.0 11:23:18 docker==7.1.0 11:23:18 dogpile.cache==1.4.0 11:23:18 durationpy==0.10 11:23:18 email_validator==2.2.0 11:23:18 filelock==3.18.0 11:23:18 future==1.0.0 11:23:18 gitdb==4.0.12 11:23:18 GitPython==3.1.44 11:23:18 google-auth==2.40.3 11:23:18 httplib2==0.22.0 11:23:18 identify==2.6.12 11:23:18 idna==3.10 11:23:18 importlib-resources==1.5.0 11:23:18 iso8601==2.1.0 11:23:18 Jinja2==3.1.6 11:23:18 jmespath==1.0.1 11:23:18 jsonpatch==1.33 11:23:18 jsonpointer==3.0.0 11:23:18 jsonschema==4.24.0 11:23:18 jsonschema-specifications==2025.4.1 11:23:18 keystoneauth1==5.11.1 11:23:18 kubernetes==33.1.0 11:23:18 lftools==0.37.13 11:23:18 lxml==5.4.0 11:23:18 MarkupSafe==3.0.2 11:23:18 msgpack==1.1.1 11:23:18 multi_key_dict==2.0.3 11:23:18 munch==4.0.0 11:23:18 netaddr==1.3.0 11:23:18 niet==1.4.2 11:23:18 nodeenv==1.9.1 11:23:18 oauth2client==4.1.3 11:23:18 oauthlib==3.2.2 11:23:18 openstacksdk==4.6.0 11:23:18 os-client-config==2.1.0 11:23:18 os-service-types==1.7.0 11:23:18 osc-lib==4.0.2 11:23:18 oslo.config==9.8.0 11:23:18 oslo.context==6.0.0 11:23:18 oslo.i18n==6.5.1 11:23:18 oslo.log==7.1.0 11:23:18 oslo.serialization==5.7.0 11:23:18 oslo.utils==9.0.0 11:23:18 packaging==25.0 11:23:18 pbr==6.1.1 11:23:18 platformdirs==4.3.8 11:23:18 prettytable==3.16.0 11:23:18 psutil==7.0.0 11:23:18 pyasn1==0.6.1 11:23:18 pyasn1_modules==0.4.2 11:23:18 pycparser==2.22 11:23:18 pygerrit2==2.0.15 11:23:18 PyGithub==2.6.1 11:23:18 PyJWT==2.10.1 11:23:18 PyNaCl==1.5.0 11:23:18 pyparsing==2.4.7 11:23:18 pyperclip==1.9.0 11:23:18 pyrsistent==0.20.0 11:23:18 python-cinderclient==9.7.0 11:23:18 python-dateutil==2.9.0.post0 11:23:18 python-heatclient==4.2.0 11:23:18 python-jenkins==1.8.2 11:23:18 python-keystoneclient==5.6.0 11:23:18 python-magnumclient==4.8.1 11:23:18 python-openstackclient==8.1.0 11:23:18 python-swiftclient==4.8.0 11:23:18 PyYAML==6.0.2 11:23:18 referencing==0.36.2 11:23:18 requests==2.32.4 11:23:18 requests-oauthlib==2.0.0 11:23:18 requestsexceptions==1.4.0 11:23:18 rfc3986==2.0.0 11:23:18 rpds-py==0.25.1 11:23:18 rsa==4.9.1 11:23:18 ruamel.yaml==0.18.14 11:23:18 ruamel.yaml.clib==0.2.12 11:23:18 s3transfer==0.13.0 11:23:18 simplejson==3.20.1 11:23:18 six==1.17.0 11:23:18 smmap==5.0.2 11:23:18 soupsieve==2.7 11:23:18 stevedore==5.4.1 11:23:18 tabulate==0.9.0 11:23:18 toml==0.10.2 11:23:18 tomlkit==0.13.3 11:23:18 tqdm==4.67.1 11:23:18 typing_extensions==4.14.0 11:23:18 tzdata==2025.2 11:23:18 urllib3==1.26.20 11:23:18 virtualenv==20.31.2 11:23:18 wcwidth==0.2.13 11:23:18 websocket-client==1.8.0 11:23:18 wrapt==1.17.2 11:23:18 xdg==6.0.0 11:23:18 xmltodict==0.14.2 11:23:18 yq==3.4.3 11:23:18 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5057124333722749608.sh 11:23:18 ---> sudo-logs.sh 11:23:18 Archiving 'sudo' log.. 11:23:18 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins6750294256339847483.sh 11:23:18 ---> job-cost.sh 11:23:18 Setup pyenv: 11:23:18 system 11:23:18 3.8.13 11:23:18 3.9.13 11:23:18 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:23:18 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-4AF4 from file:/tmp/.os_lf_venv 11:23:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 11:23:25 lf-activate-venv(): INFO: Adding /tmp/venv-4AF4/bin to PATH 11:23:25 INFO: No Stack... 11:23:25 INFO: Retrieving Pricing Info for: v3-standard-4 11:23:25 INFO: Archiving Costs 11:23:25 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins3787548212474011946.sh 11:23:25 ---> logs-deploy.sh 11:23:25 Setup pyenv: 11:23:25 system 11:23:25 3.8.13 11:23:25 3.9.13 11:23:25 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:23:26 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-4AF4 from file:/tmp/.os_lf_venv 11:23:27 lf-activate-venv(): INFO: Installing: lftools 11:23:36 lf-activate-venv(): INFO: Adding /tmp/venv-4AF4/bin to PATH 11:23:36 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4102 11:23:36 INFO: archiving workspace using pattern(s): 11:23:37 Archives upload complete. 11:23:37 INFO: archiving logs to Nexus 11:23:38 ---> uname -a: 11:23:38 Linux prd-ubuntu1804-builder-4c-4g-21384 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 11:23:38 11:23:38 11:23:38 ---> lscpu: 11:23:38 Architecture: x86_64 11:23:38 CPU op-mode(s): 32-bit, 64-bit 11:23:38 Byte Order: Little Endian 11:23:38 CPU(s): 4 11:23:38 On-line CPU(s) list: 0-3 11:23:38 Thread(s) per core: 1 11:23:38 Core(s) per socket: 1 11:23:38 Socket(s): 4 11:23:38 NUMA node(s): 1 11:23:38 Vendor ID: AuthenticAMD 11:23:38 CPU family: 23 11:23:38 Model: 49 11:23:38 Model name: AMD EPYC-Rome Processor 11:23:38 Stepping: 0 11:23:38 CPU MHz: 2799.998 11:23:38 BogoMIPS: 5599.99 11:23:38 Virtualization: AMD-V 11:23:38 Hypervisor vendor: KVM 11:23:38 Virtualization type: full 11:23:38 L1d cache: 32K 11:23:38 L1i cache: 32K 11:23:38 L2 cache: 512K 11:23:38 L3 cache: 16384K 11:23:38 NUMA node0 CPU(s): 0-3 11:23:38 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 xtopology 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 arat npt nrip_save umip rdpid arch_capabilities 11:23:38 11:23:38 11:23:38 ---> nproc: 11:23:38 4 11:23:38 11:23:38 11:23:38 ---> df -h: 11:23:38 Filesystem Size Used Avail Use% Mounted on 11:23:38 udev 7.9G 0 7.9G 0% /dev 11:23:38 tmpfs 1.6G 672K 1.6G 1% /run 11:23:38 /dev/vda1 78G 8.4G 69G 11% / 11:23:38 tmpfs 7.9G 0 7.9G 0% /dev/shm 11:23:38 tmpfs 5.0M 0 5.0M 0% /run/lock 11:23:38 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 11:23:38 /dev/vda15 105M 4.4M 100M 5% /boot/efi 11:23:38 tmpfs 1.6G 0 1.6G 0% /run/user/1001 11:23:38 11:23:38 11:23:38 ---> free -m: 11:23:38 total used free shared buff/cache available 11:23:38 Mem: 16040 554 13312 0 2173 15167 11:23:38 Swap: 1023 0 1023 11:23:38 11:23:38 11:23:38 ---> ip addr: 11:23:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 11:23:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:23:38 inet 127.0.0.1/8 scope host lo 11:23:38 valid_lft forever preferred_lft forever 11:23:38 inet6 ::1/128 scope host 11:23:38 valid_lft forever preferred_lft forever 11:23:38 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 11:23:38 link/ether fa:16:3e:e2:84:e1 brd ff:ff:ff:ff:ff:ff 11:23:38 inet 10.30.106.60/23 brd 10.30.107.255 scope global dynamic ens3 11:23:38 valid_lft 86264sec preferred_lft 86264sec 11:23:38 inet6 fe80::f816:3eff:fee2:84e1/64 scope link 11:23:38 valid_lft forever preferred_lft forever 11:23:38 11:23:38 11:23:38 ---> sar -b -r -n DEV: 11:23:38 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-21384) 06/15/25 _x86_64_ (4 CPU) 11:23:38 11:23:38 11:21:24 LINUX RESTART (4 CPU) 11:23:38 11:23:38 11:22:01 tps rtps wtps bread/s bwrtn/s 11:23:38 11:23:01 112.35 1.95 110.40 147.98 31591.67 11:23:38 Average: 112.35 1.95 110.40 147.98 31591.67 11:23:38 11:23:38 11:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:23:38 11:23:01 13782456 15564732 2642512 16.09 75284 1896676 741440 4.24 734624 1672032 128760 11:23:38 Average: 13782456 15564732 2642512 16.09 75284 1896676 741440 4.24 734624 1672032 128760 11:23:38 11:23:38 11:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:23:38 11:23:01 lo 2.47 2.47 0.28 0.28 0.00 0.00 0.00 0.00 11:23:38 11:23:01 ens3 229.90 155.24 1281.22 17.69 0.00 0.00 0.00 0.00 11:23:38 Average: lo 2.47 2.47 0.28 0.28 0.00 0.00 0.00 0.00 11:23:38 Average: ens3 229.90 155.24 1281.22 17.69 0.00 0.00 0.00 0.00 11:23:38 11:23:38 11:23:38 ---> sar -P ALL: 11:23:38 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-21384) 06/15/25 _x86_64_ (4 CPU) 11:23:38 11:23:38 11:21:24 LINUX RESTART (4 CPU) 11:23:38 11:23:38 11:22:01 CPU %user %nice %system %iowait %steal %idle 11:23:38 11:23:01 all 24.44 0.00 2.07 1.68 0.06 71.74 11:23:38 11:23:01 0 10.57 0.00 1.68 0.77 0.07 86.92 11:23:38 11:23:01 1 36.45 0.00 2.62 1.07 0.05 59.80 11:23:38 11:23:01 2 24.19 0.00 1.80 1.07 0.03 72.91 11:23:38 11:23:01 3 26.63 0.00 2.19 3.82 0.05 67.31 11:23:38 Average: all 24.44 0.00 2.07 1.68 0.06 71.74 11:23:38 Average: 0 10.57 0.00 1.68 0.77 0.07 86.92 11:23:38 Average: 1 36.45 0.00 2.62 1.07 0.05 59.80 11:23:38 Average: 2 24.19 0.00 1.80 1.07 0.03 72.91 11:23:38 Average: 3 26.63 0.00 2.19 3.82 0.05 67.31 11:23:38 11:23:38 11:23:38