07:31:25 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/141100 07:31:25 Running as SYSTEM 07:31:25 [EnvInject] - Loading node environment variables. 07:31:25 Building remotely on prd-ubuntu1804-builder-4c-4g-19876 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 07:31:25 [ssh-agent] Looking for ssh-agent implementation... 07:31:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:31:25 $ ssh-agent 07:31:25 SSH_AUTH_SOCK=/tmp/ssh-efC0s8QFHzPb/agent.1696 07:31:25 SSH_AGENT_PID=1698 07:31:25 [ssh-agent] Started. 07:31:25 Running ssh-add (command line suppressed) 07:31:25 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_6402455526887418871.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_6402455526887418871.key) 07:31:25 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 07:31:25 The recommended git tool is: NONE 07:31:27 using credential onap-jenkins-ssh 07:31:27 Wiping out workspace first. 07:31:27 Cloning the remote Git repository 07:31:27 Cloning repository git://cloud.onap.org/mirror/oom.git 07:31:27 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 07:31:27 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 07:31:27 > git --version # timeout=10 07:31:27 > git --version # 'git version 2.17.1' 07:31:27 using GIT_SSH to set credentials Gerrit user 07:31:27 Verifying host key using manually-configured host key entries 07:31:27 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 07:31:32 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 07:31:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:31:32 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 07:31:32 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 07:31:32 using GIT_SSH to set credentials Gerrit user 07:31:32 Verifying host key using manually-configured host key entries 07:31:32 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/00/141100/6 # timeout=30 07:31:33 > git rev-parse a4db0fd3463b527180a5cb1d81b64ff3120ba66c^{commit} # timeout=10 07:31:33 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 07:31:33 Checking out Revision a4db0fd3463b527180a5cb1d81b64ff3120ba66c (refs/changes/00/141100/6) 07:31:33 > git config core.sparsecheckout # timeout=10 07:31:33 > git checkout -f a4db0fd3463b527180a5cb1d81b64ff3120ba66c # timeout=30 07:31:33 Commit message: "[DOC] Add ArgoCD deployment example and guide" 07:31:33 > git rev-parse FETCH_HEAD^{commit} # timeout=10 07:31:33 > git rev-list --no-walk d5cb3e4fb50a3d6d2b3e92c33510f0a1dcf8257d # timeout=10 07:31:36 [EnvInject] - Injecting environment variables from a build step. 07:31:36 [EnvInject] - Injecting as environment variables the properties content 07:31:36 PYTHON=python3 07:31:36 07:31:36 [EnvInject] - Variables injected successfully. 07:31:36 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins7504206471512505735.sh 07:31:36 ---> tox-install.sh 07:31:36 + source /home/jenkins/lf-env.sh 07:31:37 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 07:31:37 ++ mktemp -d /tmp/venv-XXXX 07:31:37 + lf_venv=/tmp/venv-wOba 07:31:37 + local venv_file=/tmp/.os_lf_venv 07:31:37 + local python=python3 07:31:37 + local options 07:31:37 + local set_path=true 07:31:37 + local install_args= 07:31:37 ++ 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 07:31:37 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:31:37 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:31:37 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 07:31:37 + true 07:31:37 + case $1 in 07:31:37 + venv_file=/tmp/.toxenv 07:31:37 + shift 2 07:31:37 + true 07:31:37 + case $1 in 07:31:37 + shift 07:31:37 + break 07:31:37 + case $python in 07:31:37 + local pkg_list= 07:31:37 + [[ -d /opt/pyenv ]] 07:31:37 + echo 'Setup pyenv:' 07:31:37 Setup pyenv: 07:31:37 + export PYENV_ROOT=/opt/pyenv 07:31:37 + PYENV_ROOT=/opt/pyenv 07:31:37 + 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 07:31:37 + 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 07:31:37 + pyenv versions 07:31:37 * system (set by /opt/pyenv/version) 07:31:37 * 3.8.13 (set by /opt/pyenv/version) 07:31:37 * 3.9.13 (set by /opt/pyenv/version) 07:31:37 * 3.10.6 (set by /opt/pyenv/version) 07:31:37 + command -v pyenv 07:31:37 ++ pyenv init - --no-rehash 07:31:37 + 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[*]}"'\'')" 07:31:37 export PATH="/opt/pyenv/shims:${PATH}" 07:31:37 export PYENV_SHELL=bash 07:31:37 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 07:31:37 pyenv() { 07:31:37 local command 07:31:37 command="${1:-}" 07:31:37 if [ "$#" -gt 0 ]; then 07:31:37 shift 07:31:37 fi 07:31:37 07:31:37 case "$command" in 07:31:37 rehash|shell) 07:31:37 eval "$(pyenv "sh-$command" "$@")" 07:31:37 ;; 07:31:37 *) 07:31:37 command pyenv "$command" "$@" 07:31:37 ;; 07:31:37 esac 07:31:37 }' 07:31:37 +++ 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[*]}"' 07:31:37 ++ 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 07:31:37 ++ 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 07:31:37 ++ 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 07:31:37 ++ export PYENV_SHELL=bash 07:31:37 ++ PYENV_SHELL=bash 07:31:37 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 07:31:37 +++ complete -F _pyenv pyenv 07:31:37 ++ lf-pyver python3 07:31:37 ++ local py_version_xy=python3 07:31:37 ++ local py_version_xyz= 07:31:37 ++ pyenv versions 07:31:37 ++ local command 07:31:37 ++ command=versions 07:31:37 ++ '[' 1 -gt 0 ']' 07:31:37 ++ shift 07:31:37 ++ case "$command" in 07:31:37 ++ command pyenv versions 07:31:37 ++ pyenv versions 07:31:37 ++ sed 's/^[ *]* //' 07:31:37 ++ grep -E '^[0-9.]*[0-9]$' 07:31:37 ++ awk '{ print $1 }' 07:31:37 ++ [[ ! -s /tmp/.pyenv_versions ]] 07:31:37 +++ grep '^3' /tmp/.pyenv_versions 07:31:37 +++ sort -V 07:31:37 +++ tail -n 1 07:31:37 ++ py_version_xyz=3.10.6 07:31:37 ++ [[ -z 3.10.6 ]] 07:31:37 ++ echo 3.10.6 07:31:37 ++ return 0 07:31:37 + pyenv local 3.10.6 07:31:37 + local command 07:31:37 + command=local 07:31:37 + '[' 2 -gt 0 ']' 07:31:37 + shift 07:31:37 + case "$command" in 07:31:37 + command pyenv local 3.10.6 07:31:37 + pyenv local 3.10.6 07:31:37 + for arg in "$@" 07:31:37 + case $arg in 07:31:37 + pkg_list+='tox ' 07:31:37 + for arg in "$@" 07:31:37 + case $arg in 07:31:37 + pkg_list+='virtualenv ' 07:31:37 + for arg in "$@" 07:31:37 + case $arg in 07:31:37 + pkg_list+='urllib3~=1.26.15 ' 07:31:37 + [[ -f /tmp/.toxenv ]] 07:31:37 + [[ ! -f /tmp/.toxenv ]] 07:31:37 + [[ -n '' ]] 07:31:37 + python3 -m venv /tmp/venv-wOba 07:31:41 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wOba' 07:31:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wOba 07:31:41 + echo /tmp/venv-wOba 07:31:41 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 07:31:41 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 07:31:41 + /tmp/venv-wOba/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 07:31:45 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 07:31:45 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 07:31:45 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 07:31:45 + /tmp/venv-wOba/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 07:31:47 + type python3 07:31:47 + true 07:31:47 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-wOba/bin to PATH' 07:31:47 lf-activate-venv(): INFO: Adding /tmp/venv-wOba/bin to PATH 07:31:47 + PATH=/tmp/venv-wOba/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 07:31:47 + return 0 07:31:47 + python3 --version 07:31:47 Python 3.10.6 07:31:47 + python3 -m pip --version 07:31:48 pip 25.1.1 from /tmp/venv-wOba/lib/python3.10/site-packages/pip (python 3.10) 07:31:48 + python3 -m pip freeze 07:31:48 cachetools==6.0.0 07:31:48 chardet==5.2.0 07:31:48 colorama==0.4.6 07:31:48 distlib==0.3.9 07:31:48 filelock==3.18.0 07:31:48 packaging==25.0 07:31:48 platformdirs==4.3.8 07:31:48 pluggy==1.6.0 07:31:48 pyproject-api==1.9.1 07:31:48 tomli==2.2.1 07:31:48 tox==4.26.0 07:31:48 typing_extensions==4.14.0 07:31:48 urllib3==1.26.20 07:31:48 virtualenv==20.31.2 07:31:48 [EnvInject] - Injecting environment variables from a build step. 07:31:48 [EnvInject] - Injecting as environment variables the properties content 07:31:48 PARALLEL=false 07:31:48 07:31:48 [EnvInject] - Variables injected successfully. 07:31:48 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins5042342890639720305.sh 07:31:48 ---> tox-run.sh 07:31:48 + 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 07:31:48 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 07:31:48 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 07:31:48 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 07:31:48 + cd /w/workspace/oom-master-pre-commit-lint/. 07:31:48 + source /home/jenkins/lf-env.sh 07:31:48 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 07:31:48 ++ mktemp -d /tmp/venv-XXXX 07:31:48 + lf_venv=/tmp/venv-GfZL 07:31:48 + local venv_file=/tmp/.os_lf_venv 07:31:48 + local python=python3 07:31:48 + local options 07:31:48 + local set_path=true 07:31:48 + local install_args= 07:31:48 ++ 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 07:31:48 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:31:48 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:31:48 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 07:31:48 + true 07:31:48 + case $1 in 07:31:48 + venv_file=/tmp/.toxenv 07:31:48 + shift 2 07:31:48 + true 07:31:48 + case $1 in 07:31:48 + shift 07:31:48 + break 07:31:48 + case $python in 07:31:48 + local pkg_list= 07:31:48 + [[ -d /opt/pyenv ]] 07:31:48 + echo 'Setup pyenv:' 07:31:48 Setup pyenv: 07:31:48 + export PYENV_ROOT=/opt/pyenv 07:31:48 + PYENV_ROOT=/opt/pyenv 07:31:48 + 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 07:31:48 + 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 07:31:48 + pyenv versions 07:31:48 system 07:31:48 3.8.13 07:31:48 3.9.13 07:31:48 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:31:48 + command -v pyenv 07:31:48 ++ pyenv init - --no-rehash 07:31:48 + 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[*]}"'\'')" 07:31:48 export PATH="/opt/pyenv/shims:${PATH}" 07:31:48 export PYENV_SHELL=bash 07:31:48 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 07:31:48 pyenv() { 07:31:48 local command 07:31:48 command="${1:-}" 07:31:48 if [ "$#" -gt 0 ]; then 07:31:48 shift 07:31:48 fi 07:31:48 07:31:48 case "$command" in 07:31:48 rehash|shell) 07:31:48 eval "$(pyenv "sh-$command" "$@")" 07:31:48 ;; 07:31:48 *) 07:31:48 command pyenv "$command" "$@" 07:31:48 ;; 07:31:48 esac 07:31:48 }' 07:31:48 +++ 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[*]}"' 07:31:48 ++ 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 07:31:48 ++ 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 07:31:48 ++ 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 07:31:48 ++ export PYENV_SHELL=bash 07:31:48 ++ PYENV_SHELL=bash 07:31:48 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 07:31:48 +++ complete -F _pyenv pyenv 07:31:48 ++ lf-pyver python3 07:31:48 ++ local py_version_xy=python3 07:31:48 ++ local py_version_xyz= 07:31:48 ++ pyenv versions 07:31:48 ++ sed 's/^[ *]* //' 07:31:48 ++ local command 07:31:48 ++ command=versions 07:31:48 ++ '[' 1 -gt 0 ']' 07:31:48 ++ shift 07:31:48 ++ case "$command" in 07:31:48 ++ command pyenv versions 07:31:48 ++ pyenv versions 07:31:48 ++ grep -E '^[0-9.]*[0-9]$' 07:31:48 ++ awk '{ print $1 }' 07:31:48 ++ [[ ! -s /tmp/.pyenv_versions ]] 07:31:48 +++ grep '^3' /tmp/.pyenv_versions 07:31:48 +++ sort -V 07:31:48 +++ tail -n 1 07:31:48 ++ py_version_xyz=3.10.6 07:31:48 ++ [[ -z 3.10.6 ]] 07:31:48 ++ echo 3.10.6 07:31:48 ++ return 0 07:31:48 + pyenv local 3.10.6 07:31:48 + local command 07:31:48 + command=local 07:31:48 + '[' 2 -gt 0 ']' 07:31:48 + shift 07:31:48 + case "$command" in 07:31:48 + command pyenv local 3.10.6 07:31:48 + pyenv local 3.10.6 07:31:48 + for arg in "$@" 07:31:48 + case $arg in 07:31:48 + pkg_list+='tox ' 07:31:48 + for arg in "$@" 07:31:48 + case $arg in 07:31:48 + pkg_list+='virtualenv ' 07:31:48 + for arg in "$@" 07:31:48 + case $arg in 07:31:48 + pkg_list+='urllib3~=1.26.15 ' 07:31:48 + [[ -f /tmp/.toxenv ]] 07:31:48 ++ cat /tmp/.toxenv 07:31:48 + lf_venv=/tmp/venv-wOba 07:31:48 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-wOba from' file:/tmp/.toxenv 07:31:48 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-wOba from file:/tmp/.toxenv 07:31:48 + /tmp/venv-wOba/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 07:31:49 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 07:31:49 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 07:31:49 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 07:31:49 + /tmp/venv-wOba/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 07:31:50 + type python3 07:31:50 + true 07:31:50 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-wOba/bin to PATH' 07:31:50 lf-activate-venv(): INFO: Adding /tmp/venv-wOba/bin to PATH 07:31:50 + PATH=/tmp/venv-wOba/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 07:31:50 + return 0 07:31:50 + [[ -d /opt/pyenv ]] 07:31:50 + echo '---> Setting up pyenv' 07:31:50 ---> Setting up pyenv 07:31:50 + export PYENV_ROOT=/opt/pyenv 07:31:50 + PYENV_ROOT=/opt/pyenv 07:31:50 + export PATH=/opt/pyenv/bin:/tmp/venv-wOba/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 07:31:50 + PATH=/opt/pyenv/bin:/tmp/venv-wOba/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 07:31:50 ++ pwd 07:31:50 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 07:31:50 + export PYTHONPATH 07:31:50 + export TOX_TESTENV_PASSENV=PYTHONPATH 07:31:50 + TOX_TESTENV_PASSENV=PYTHONPATH 07:31:50 + tox --version 07:31:50 4.26.0 from /tmp/venv-wOba/lib/python3.10/site-packages/tox/__init__.py 07:31:50 + PARALLEL=false 07:31:50 + TOX_OPTIONS_LIST= 07:31:50 + [[ -n pre-commit ]] 07:31:50 + TOX_OPTIONS_LIST=' -e pre-commit' 07:31:50 + case ${PARALLEL,,} in 07:31:50 + tox -e pre-commit 07:31:50 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 07:31:52 pre-commit: install_deps> python -I -m pip install pre-commit 07:31:54 pre-commit: freeze> python -m pip freeze --all 07:31:54 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 07:31:54 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 07:31:55 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 07:31:55 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 07:31:56 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 07:31:57 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 07:31:57 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 07:31:57 [INFO] Once installed this environment will be reused. 07:31:57 [INFO] This may take a few minutes... 07:32:01 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 07:32:01 [INFO] Once installed this environment will be reused. 07:32:01 [INFO] This may take a few minutes... 07:32:06 trim trailing whitespace.................................................Failed 07:32:06 - hook id: trailing-whitespace 07:32:06 - exit code: 1 07:32:06 - files were modified by this hook 07:32:06 07:32:06 Fixing argo/infra/chartmuseum.yaml 07:32:06 Fixing argo/argocd/argocd.yaml 07:32:06 Fixing argo/infra/values/trivy-dojo-report-operator.yaml 07:32:06 07:32:06 Tabs remover.............................................................Passed 07:32:06 pre-commit hook(s) made changes. 07:32:06 If you are seeing this message in CI, reproduce locally with: `pre-commit run --all-files`. 07:32:06 To run `pre-commit` as part of git workflow, use `pre-commit install`. 07:32:06 All changes made by hooks: 07:32:06 diff --git a/argo/argocd/argocd.yaml b/argo/argocd/argocd.yaml 07:32:06 index b42045803..f966cee74 100644 07:32:06 --- a/argo/argocd/argocd.yaml 07:32:06 +++ b/argo/argocd/argocd.yaml 07:32:06 @@ -17,7 +17,7 @@ spec: 07:32:06 helm: 07:32:06 ignoreMissingValueFiles: true 07:32:06 valueFiles: 07:32:06 - - $defaultValues/argo/argocd/values/argocd.yaml 07:32:06 + - $defaultValues/argo/argocd/values/argocd.yaml 07:32:06 destination: 07:32:06 server: https://kubernetes.default.svc 07:32:06 namespace: argocd 07:32:06 diff --git a/argo/infra/chartmuseum.yaml b/argo/infra/chartmuseum.yaml 07:32:06 index b8cdf1d67..1f6fefd49 100644 07:32:06 --- a/argo/infra/chartmuseum.yaml 07:32:06 +++ b/argo/infra/chartmuseum.yaml 07:32:06 @@ -17,7 +17,7 @@ spec: 07:32:06 helm: 07:32:06 ignoreMissingValueFiles: true 07:32:06 valueFiles: 07:32:06 - - $defaultValues/argo/infra/values/chartmuseum.yaml 07:32:06 + - $defaultValues/argo/infra/values/chartmuseum.yaml 07:32:06 destination: 07:32:06 server: https://kubernetes.default.svc 07:32:06 namespace: chartmuseum 07:32:06 diff --git a/argo/infra/values/trivy-dojo-report-operator.yaml b/argo/infra/values/trivy-dojo-report-operator.yaml 07:32:06 index 6b41bd568..7e9b6faaa 100644 07:32:06 --- a/argo/infra/values/trivy-dojo-report-operator.yaml 07:32:06 +++ b/argo/infra/values/trivy-dojo-report-operator.yaml 07:32:06 @@ -1,5 +1,5 @@ 07:32:06 defectDojoApiCredentials: 07:32:06 - apiKey: "2e5af2a04069492ea63cbd593efccfd4b2758b77" 07:32:06 + apiKey: "2e5af2a04069492ea63cbd593efccfd4b2758b77" 07:32:06 url: "http://defectdojo-django.defectdojo" 07:32:06 #url: "https://defectdojo." 07:32:06 07:32:06 pre-commit: exit 1 (11.53 seconds) /w/workspace/oom-master-pre-commit-lint> pre-commit run --all-files --show-diff-on-failure pid=2262 07:32:06 pre-commit: FAIL code 1 (15.17=setup[3.64]+cmd[11.53] seconds) 07:32:06 evaluation failed :( (15.39 seconds) 07:32:06 + tox_status=1 07:32:06 + echo '---> Completed tox runs' 07:32:06 ---> Completed tox runs 07:32:06 + for i in .tox/*/log 07:32:06 ++ awk -F/ '{print $2}' 07:32:06 ++ echo .tox/pre-commit/log 07:32:06 + tox_env=pre-commit 07:32:06 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 07:32:06 + DOC_DIR=docs/_build/html 07:32:06 + [[ -d docs/_build/html ]] 07:32:06 + echo '---> tox-run.sh ends' 07:32:06 ---> tox-run.sh ends 07:32:06 + test 1 -eq 0 07:32:06 + exit 1 07:32:06 ++ '[' 2 = 1 ']' 07:32:06 Build step 'Execute shell' marked build as failure 07:32:06 $ ssh-agent -k 07:32:06 unset SSH_AUTH_SOCK; 07:32:06 unset SSH_AGENT_PID; 07:32:06 echo Agent pid 1698 killed; 07:32:06 [ssh-agent] Stopped. 07:32:06 [PostBuildScript] - [INFO] Executing post build scripts. 07:32:06 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14399612989141284556.sh 07:32:06 ---> sysstat.sh 07:32:07 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins12297955014310286677.sh 07:32:07 ---> package-listing.sh 07:32:07 ++ tr '[:upper:]' '[:lower:]' 07:32:07 ++ facter osfamily 07:32:07 + OS_FAMILY=debian 07:32:07 + workspace=/w/workspace/oom-master-pre-commit-lint 07:32:07 + START_PACKAGES=/tmp/packages_start.txt 07:32:07 + END_PACKAGES=/tmp/packages_end.txt 07:32:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:32:07 + PACKAGES=/tmp/packages_start.txt 07:32:07 + '[' /w/workspace/oom-master-pre-commit-lint ']' 07:32:07 + PACKAGES=/tmp/packages_end.txt 07:32:07 + case "${OS_FAMILY}" in 07:32:07 + dpkg -l 07:32:07 + grep '^ii' 07:32:07 + '[' -f /tmp/packages_start.txt ']' 07:32:07 + '[' -f /tmp/packages_end.txt ']' 07:32:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:32:07 + '[' /w/workspace/oom-master-pre-commit-lint ']' 07:32:07 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 07:32:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 07:32:07 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1400308358356064692.sh 07:32:07 ---> capture-instance-metadata.sh 07:32:07 Setup pyenv: 07:32:07 system 07:32:07 3.8.13 07:32:07 3.9.13 07:32:07 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:32:11 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oRlH 07:32:11 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 07:32:14 lf-activate-venv(): INFO: Installing: lftools 07:32:37 lf-activate-venv(): INFO: Adding /tmp/venv-oRlH/bin to PATH 07:32:37 INFO: Running in OpenStack, capturing instance metadata 07:32:37 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14899700428833971381.sh 07:32:37 provisioning config files... 07:32:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config328173650456315865tmp 07:32:37 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 07:32:37 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 07:32:37 [EnvInject] - Injecting environment variables from a build step. 07:32:37 [EnvInject] - Injecting as environment variables the properties content 07:32:37 SERVER_ID=logs 07:32:37 07:32:37 [EnvInject] - Variables injected successfully. 07:32:37 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14186308034670889408.sh 07:32:37 ---> create-netrc.sh 07:32:37 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins11904594309169650376.sh 07:32:37 ---> python-tools-install.sh 07:32:37 Setup pyenv: 07:32:37 system 07:32:37 3.8.13 07:32:37 3.9.13 07:32:37 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:32:37 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-oRlH from file:/tmp/.os_lf_venv 07:32:39 lf-activate-venv(): INFO: Installing: lftools 07:32:47 lf-activate-venv(): INFO: Adding /tmp/venv-oRlH/bin to PATH 07:32:47 Generating Requirements File 07:33:12 Python 3.10.6 07:33:12 pip 25.1.1 from /tmp/venv-oRlH/lib/python3.10/site-packages/pip (python 3.10) 07:33:12 appdirs==1.4.4 07:33:12 argcomplete==3.6.2 07:33:12 aspy.yaml==1.3.0 07:33:12 attrs==25.3.0 07:33:12 autopage==0.5.2 07:33:12 beautifulsoup4==4.13.4 07:33:12 boto3==1.38.33 07:33:12 botocore==1.38.33 07:33:12 bs4==0.0.2 07:33:12 cachetools==5.5.2 07:33:12 certifi==2025.4.26 07:33:12 cffi==1.17.1 07:33:12 cfgv==3.4.0 07:33:12 chardet==5.2.0 07:33:12 charset-normalizer==3.4.2 07:33:12 click==8.2.1 07:33:12 cliff==4.10.0 07:33:12 cmd2==2.6.1 07:33:12 cryptography==3.3.2 07:33:12 debtcollector==3.0.0 07:33:12 decorator==5.2.1 07:33:12 defusedxml==0.7.1 07:33:12 Deprecated==1.2.18 07:33:12 distlib==0.3.9 07:33:12 dnspython==2.7.0 07:33:12 docker==7.1.0 07:33:12 dogpile.cache==1.4.0 07:33:12 durationpy==0.10 07:33:12 email_validator==2.2.0 07:33:12 filelock==3.18.0 07:33:12 future==1.0.0 07:33:12 gitdb==4.0.12 07:33:12 GitPython==3.1.44 07:33:12 google-auth==2.40.3 07:33:12 httplib2==0.22.0 07:33:12 identify==2.6.12 07:33:12 idna==3.10 07:33:12 importlib-resources==1.5.0 07:33:12 iso8601==2.1.0 07:33:12 Jinja2==3.1.6 07:33:12 jmespath==1.0.1 07:33:12 jsonpatch==1.33 07:33:12 jsonpointer==3.0.0 07:33:12 jsonschema==4.24.0 07:33:12 jsonschema-specifications==2025.4.1 07:33:12 keystoneauth1==5.11.0 07:33:12 kubernetes==33.1.0 07:33:12 lftools==0.37.13 07:33:12 lxml==5.4.0 07:33:12 MarkupSafe==3.0.2 07:33:12 msgpack==1.1.0 07:33:12 multi_key_dict==2.0.3 07:33:12 munch==4.0.0 07:33:12 netaddr==1.3.0 07:33:12 niet==1.4.2 07:33:12 nodeenv==1.9.1 07:33:12 oauth2client==4.1.3 07:33:12 oauthlib==3.2.2 07:33:12 openstacksdk==4.6.0 07:33:12 os-client-config==2.1.0 07:33:12 os-service-types==1.7.0 07:33:12 osc-lib==4.0.2 07:33:12 oslo.config==9.8.0 07:33:12 oslo.context==6.0.0 07:33:12 oslo.i18n==6.5.1 07:33:12 oslo.log==7.1.0 07:33:12 oslo.serialization==5.7.0 07:33:12 oslo.utils==9.0.0 07:33:12 packaging==25.0 07:33:12 pbr==6.1.1 07:33:12 platformdirs==4.3.8 07:33:12 prettytable==3.16.0 07:33:12 psutil==7.0.0 07:33:12 pyasn1==0.6.1 07:33:12 pyasn1_modules==0.4.2 07:33:12 pycparser==2.22 07:33:12 pygerrit2==2.0.15 07:33:12 PyGithub==2.6.1 07:33:12 PyJWT==2.10.1 07:33:12 PyNaCl==1.5.0 07:33:12 pyparsing==2.4.7 07:33:12 pyperclip==1.9.0 07:33:12 pyrsistent==0.20.0 07:33:12 python-cinderclient==9.7.0 07:33:12 python-dateutil==2.9.0.post0 07:33:12 python-heatclient==4.2.0 07:33:12 python-jenkins==1.8.2 07:33:12 python-keystoneclient==5.6.0 07:33:12 python-magnumclient==4.8.1 07:33:12 python-openstackclient==8.1.0 07:33:12 python-swiftclient==4.8.0 07:33:12 PyYAML==6.0.2 07:33:12 referencing==0.36.2 07:33:12 requests==2.32.4 07:33:12 requests-oauthlib==2.0.0 07:33:12 requestsexceptions==1.4.0 07:33:12 rfc3986==2.0.0 07:33:12 rpds-py==0.25.1 07:33:12 rsa==4.9.1 07:33:12 ruamel.yaml==0.18.14 07:33:12 ruamel.yaml.clib==0.2.12 07:33:12 s3transfer==0.13.0 07:33:12 simplejson==3.20.1 07:33:12 six==1.17.0 07:33:12 smmap==5.0.2 07:33:12 soupsieve==2.7 07:33:12 stevedore==5.4.1 07:33:12 tabulate==0.9.0 07:33:12 toml==0.10.2 07:33:12 tomlkit==0.13.3 07:33:12 tqdm==4.67.1 07:33:12 typing_extensions==4.14.0 07:33:12 tzdata==2025.2 07:33:12 urllib3==1.26.20 07:33:12 virtualenv==20.31.2 07:33:12 wcwidth==0.2.13 07:33:12 websocket-client==1.8.0 07:33:12 wrapt==1.17.2 07:33:12 xdg==6.0.0 07:33:12 xmltodict==0.14.2 07:33:12 yq==3.4.3 07:33:12 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15897126578007416766.sh 07:33:12 ---> sudo-logs.sh 07:33:12 Archiving 'sudo' log.. 07:33:12 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15587828476507713142.sh 07:33:12 ---> job-cost.sh 07:33:12 Setup pyenv: 07:33:13 system 07:33:13 3.8.13 07:33:13 3.9.13 07:33:13 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:33:13 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-oRlH from file:/tmp/.os_lf_venv 07:33:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 07:33:19 lf-activate-venv(): INFO: Adding /tmp/venv-oRlH/bin to PATH 07:33:19 INFO: No Stack... 07:33:20 INFO: Retrieving Pricing Info for: v3-standard-4 07:33:20 INFO: Archiving Costs 07:33:20 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins14572203725560945012.sh 07:33:20 ---> logs-deploy.sh 07:33:20 Setup pyenv: 07:33:20 system 07:33:20 3.8.13 07:33:20 3.9.13 07:33:20 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:33:20 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-oRlH from file:/tmp/.os_lf_venv 07:33:22 lf-activate-venv(): INFO: Installing: lftools 07:33:30 lf-activate-venv(): INFO: Adding /tmp/venv-oRlH/bin to PATH 07:33:30 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4086 07:33:30 INFO: archiving workspace using pattern(s): 07:33:31 Archives upload complete. 07:33:31 INFO: archiving logs to Nexus 07:33:32 ---> uname -a: 07:33:32 Linux prd-ubuntu1804-builder-4c-4g-19876 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 07:33:32 07:33:32 07:33:32 ---> lscpu: 07:33:32 Architecture: x86_64 07:33:32 CPU op-mode(s): 32-bit, 64-bit 07:33:32 Byte Order: Little Endian 07:33:32 CPU(s): 4 07:33:32 On-line CPU(s) list: 0-3 07:33:32 Thread(s) per core: 1 07:33:32 Core(s) per socket: 1 07:33:32 Socket(s): 4 07:33:32 NUMA node(s): 1 07:33:32 Vendor ID: AuthenticAMD 07:33:32 CPU family: 23 07:33:32 Model: 49 07:33:32 Model name: AMD EPYC-Rome Processor 07:33:32 Stepping: 0 07:33:32 CPU MHz: 2799.998 07:33:32 BogoMIPS: 5599.99 07:33:32 Virtualization: AMD-V 07:33:32 Hypervisor vendor: KVM 07:33:32 Virtualization type: full 07:33:32 L1d cache: 32K 07:33:32 L1i cache: 32K 07:33:32 L2 cache: 512K 07:33:32 L3 cache: 16384K 07:33:32 NUMA node0 CPU(s): 0-3 07:33:32 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 07:33:32 07:33:32 07:33:32 ---> nproc: 07:33:32 4 07:33:32 07:33:32 07:33:32 ---> df -h: 07:33:32 Filesystem Size Used Avail Use% Mounted on 07:33:32 udev 7.9G 0 7.9G 0% /dev 07:33:32 tmpfs 1.6G 672K 1.6G 1% /run 07:33:32 /dev/vda1 78G 8.4G 69G 11% / 07:33:32 tmpfs 7.9G 0 7.9G 0% /dev/shm 07:33:32 tmpfs 5.0M 0 5.0M 0% /run/lock 07:33:32 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 07:33:32 /dev/vda15 105M 4.4M 100M 5% /boot/efi 07:33:32 tmpfs 1.6G 0 1.6G 0% /run/user/1001 07:33:32 07:33:32 07:33:32 ---> free -m: 07:33:32 total used free shared buff/cache available 07:33:32 Mem: 16040 539 13326 0 2173 15182 07:33:32 Swap: 1023 0 1023 07:33:32 07:33:32 07:33:32 ---> ip addr: 07:33:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 07:33:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:33:32 inet 127.0.0.1/8 scope host lo 07:33:32 valid_lft forever preferred_lft forever 07:33:32 inet6 ::1/128 scope host 07:33:32 valid_lft forever preferred_lft forever 07:33:32 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 07:33:32 link/ether fa:16:3e:fa:c6:77 brd ff:ff:ff:ff:ff:ff 07:33:32 inet 10.30.106.165/23 brd 10.30.107.255 scope global dynamic ens3 07:33:32 valid_lft 86256sec preferred_lft 86256sec 07:33:32 inet6 fe80::f816:3eff:fefa:c677/64 scope link 07:33:32 valid_lft forever preferred_lft forever 07:33:32 07:33:32 07:33:32 ---> sar -b -r -n DEV: 07:33:32 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-19876) 06/10/25 _x86_64_ (4 CPU) 07:33:32 07:33:32 07:31:10 LINUX RESTART (4 CPU) 07:33:32 07:33:32 07:32:01 tps rtps wtps bread/s bwrtn/s 07:33:32 07:33:03 113.62 0.90 112.72 110.41 30831.97 07:33:32 Average: 113.62 0.90 112.72 110.41 30831.97 07:33:32 07:33:32 07:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:33:32 07:33:03 13722772 15539936 2702188 16.45 77548 1928084 774220 4.43 762308 1701232 153904 07:33:32 Average: 13722772 15539936 2702188 16.45 77548 1928084 774220 4.43 762308 1701232 153904 07:33:32 07:33:32 07:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:33:32 07:33:03 ens3 174.03 119.90 873.51 15.75 0.00 0.00 0.00 0.00 07:33:32 07:33:03 lo 1.83 1.83 0.22 0.22 0.00 0.00 0.00 0.00 07:33:32 Average: ens3 174.03 119.90 873.51 15.75 0.00 0.00 0.00 0.00 07:33:32 Average: lo 1.83 1.83 0.22 0.22 0.00 0.00 0.00 0.00 07:33:32 07:33:32 07:33:32 ---> sar -P ALL: 07:33:32 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-19876) 06/10/25 _x86_64_ (4 CPU) 07:33:32 07:33:32 07:31:10 LINUX RESTART (4 CPU) 07:33:32 07:33:32 07:32:01 CPU %user %nice %system %iowait %steal %idle 07:33:32 07:33:03 all 22.15 0.00 1.56 2.05 0.07 74.16 07:33:32 07:33:03 0 26.48 0.00 1.23 0.31 0.13 71.85 07:33:32 07:33:03 1 31.24 0.00 1.99 2.81 0.05 63.91 07:33:32 07:33:03 2 2.94 0.00 1.23 4.64 0.05 91.14 07:33:32 07:33:03 3 28.08 0.00 1.82 0.42 0.07 69.61 07:33:32 Average: all 22.15 0.00 1.56 2.05 0.07 74.16 07:33:32 Average: 0 26.48 0.00 1.23 0.31 0.13 71.85 07:33:32 Average: 1 31.24 0.00 1.99 2.81 0.05 63.91 07:33:32 Average: 2 2.94 0.00 1.23 4.64 0.05 91.14 07:33:32 Average: 3 28.08 0.00 1.82 0.42 0.07 69.61 07:33:32 07:33:32 07:33:32