19:27:56 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/141100 19:27:56 Running as SYSTEM 19:27:56 [EnvInject] - Loading node environment variables. 19:27:56 Building remotely on prd-ubuntu1804-builder-4c-4g-22186 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 19:27:56 [ssh-agent] Looking for ssh-agent implementation... 19:27:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:27:56 $ ssh-agent 19:27:56 SSH_AUTH_SOCK=/tmp/ssh-GR6N4tLFd2uy/agent.1749 19:27:56 SSH_AGENT_PID=1751 19:27:56 [ssh-agent] Started. 19:27:56 Running ssh-add (command line suppressed) 19:27:56 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_15543864810617533782.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_15543864810617533782.key) 19:27:56 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 19:27:56 The recommended git tool is: NONE 19:27:58 using credential onap-jenkins-ssh 19:27:58 Wiping out workspace first. 19:27:58 Cloning the remote Git repository 19:27:58 Cloning repository git://cloud.onap.org/mirror/oom.git 19:27:58 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 19:27:58 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 19:27:58 > git --version # timeout=10 19:27:58 > git --version # 'git version 2.17.1' 19:27:58 using GIT_SSH to set credentials Gerrit user 19:27:58 Verifying host key using manually-configured host key entries 19:27:58 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 19:28:04 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 19:28:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:28:04 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 19:28:04 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 19:28:04 using GIT_SSH to set credentials Gerrit user 19:28:04 Verifying host key using manually-configured host key entries 19:28:04 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/00/141100/22 # timeout=30 19:28:05 > git rev-parse 9469ba59a1191485dd99e1f1504aa27c472acf1d^{commit} # timeout=10 19:28:05 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 19:28:05 Checking out Revision 9469ba59a1191485dd99e1f1504aa27c472acf1d (refs/changes/00/141100/22) 19:28:05 > git config core.sparsecheckout # timeout=10 19:28:05 > git checkout -f 9469ba59a1191485dd99e1f1504aa27c472acf1d # timeout=30 19:28:05 Commit message: "[DOC] Add ArgoCD deployment example and guide" 19:28:05 > git rev-parse FETCH_HEAD^{commit} # timeout=10 19:28:05 > git rev-list --no-walk d5cb3e4fb50a3d6d2b3e92c33510f0a1dcf8257d # timeout=10 19:28:08 [EnvInject] - Injecting environment variables from a build step. 19:28:08 [EnvInject] - Injecting as environment variables the properties content 19:28:08 PYTHON=python3 19:28:08 19:28:08 [EnvInject] - Variables injected successfully. 19:28:08 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins17077115327442407937.sh 19:28:09 ---> tox-install.sh 19:28:09 + source /home/jenkins/lf-env.sh 19:28:09 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 19:28:09 ++ mktemp -d /tmp/venv-XXXX 19:28:09 + lf_venv=/tmp/venv-Pcac 19:28:09 + local venv_file=/tmp/.os_lf_venv 19:28:09 + local python=python3 19:28:09 + local options 19:28:09 + local set_path=true 19:28:09 + local install_args= 19:28:09 ++ 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 19:28:09 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:28:09 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:28:09 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 19:28:09 + true 19:28:09 + case $1 in 19:28:09 + venv_file=/tmp/.toxenv 19:28:09 + shift 2 19:28:09 + true 19:28:09 + case $1 in 19:28:09 + shift 19:28:09 + break 19:28:09 + case $python in 19:28:09 + local pkg_list= 19:28:09 + [[ -d /opt/pyenv ]] 19:28:09 + echo 'Setup pyenv:' 19:28:09 Setup pyenv: 19:28:09 + export PYENV_ROOT=/opt/pyenv 19:28:09 + PYENV_ROOT=/opt/pyenv 19:28:09 + 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 19:28:09 + 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 19:28:09 + pyenv versions 19:28:09 * system (set by /opt/pyenv/version) 19:28:09 * 3.8.13 (set by /opt/pyenv/version) 19:28:09 * 3.9.13 (set by /opt/pyenv/version) 19:28:09 * 3.10.6 (set by /opt/pyenv/version) 19:28:09 + command -v pyenv 19:28:09 ++ pyenv init - --no-rehash 19:28:09 + 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[*]}"'\'')" 19:28:09 export PATH="/opt/pyenv/shims:${PATH}" 19:28:09 export PYENV_SHELL=bash 19:28:09 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 19:28:09 pyenv() { 19:28:09 local command 19:28:09 command="${1:-}" 19:28:09 if [ "$#" -gt 0 ]; then 19:28:09 shift 19:28:09 fi 19:28:09 19:28:09 case "$command" in 19:28:09 rehash|shell) 19:28:09 eval "$(pyenv "sh-$command" "$@")" 19:28:09 ;; 19:28:09 *) 19:28:09 command pyenv "$command" "$@" 19:28:09 ;; 19:28:09 esac 19:28:09 }' 19:28:09 +++ 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[*]}"' 19:28:09 ++ 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 19:28:09 ++ 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 19:28:09 ++ 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 19:28:09 ++ export PYENV_SHELL=bash 19:28:09 ++ PYENV_SHELL=bash 19:28:09 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 19:28:09 +++ complete -F _pyenv pyenv 19:28:09 ++ lf-pyver python3 19:28:09 ++ local py_version_xy=python3 19:28:09 ++ local py_version_xyz= 19:28:09 ++ pyenv versions 19:28:09 ++ local command 19:28:09 ++ command=versions 19:28:09 ++ sed 's/^[ *]* //' 19:28:09 ++ '[' 1 -gt 0 ']' 19:28:09 ++ shift 19:28:09 ++ case "$command" in 19:28:09 ++ command pyenv versions 19:28:09 ++ pyenv versions 19:28:09 ++ awk '{ print $1 }' 19:28:09 ++ grep -E '^[0-9.]*[0-9]$' 19:28:09 ++ [[ ! -s /tmp/.pyenv_versions ]] 19:28:09 +++ grep '^3' /tmp/.pyenv_versions 19:28:09 +++ sort -V 19:28:09 +++ tail -n 1 19:28:09 ++ py_version_xyz=3.10.6 19:28:09 ++ [[ -z 3.10.6 ]] 19:28:09 ++ echo 3.10.6 19:28:09 ++ return 0 19:28:09 + pyenv local 3.10.6 19:28:09 + local command 19:28:09 + command=local 19:28:09 + '[' 2 -gt 0 ']' 19:28:09 + shift 19:28:09 + case "$command" in 19:28:09 + command pyenv local 3.10.6 19:28:09 + pyenv local 3.10.6 19:28:09 + for arg in "$@" 19:28:09 + case $arg in 19:28:09 + pkg_list+='tox ' 19:28:09 + for arg in "$@" 19:28:09 + case $arg in 19:28:09 + pkg_list+='virtualenv ' 19:28:09 + for arg in "$@" 19:28:09 + case $arg in 19:28:09 + pkg_list+='urllib3~=1.26.15 ' 19:28:09 + [[ -f /tmp/.toxenv ]] 19:28:09 + [[ ! -f /tmp/.toxenv ]] 19:28:09 + [[ -n '' ]] 19:28:09 + python3 -m venv /tmp/venv-Pcac 19:28:15 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Pcac' 19:28:15 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Pcac 19:28:15 + echo /tmp/venv-Pcac 19:28:15 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 19:28:15 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 19:28:15 + /tmp/venv-Pcac/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 19:28:22 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 19:28:22 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 19:28:22 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 19:28:22 + /tmp/venv-Pcac/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 19:28:25 + type python3 19:28:25 + true 19:28:25 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Pcac/bin to PATH' 19:28:25 lf-activate-venv(): INFO: Adding /tmp/venv-Pcac/bin to PATH 19:28:25 + PATH=/tmp/venv-Pcac/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 19:28:25 + return 0 19:28:25 + python3 --version 19:28:25 Python 3.10.6 19:28:25 + python3 -m pip --version 19:28:25 pip 25.1.1 from /tmp/venv-Pcac/lib/python3.10/site-packages/pip (python 3.10) 19:28:25 + python3 -m pip freeze 19:28:26 cachetools==6.1.0 19:28:26 chardet==5.2.0 19:28:26 colorama==0.4.6 19:28:26 distlib==0.3.9 19:28:26 filelock==3.18.0 19:28:26 packaging==25.0 19:28:26 platformdirs==4.3.8 19:28:26 pluggy==1.6.0 19:28:26 pyproject-api==1.9.1 19:28:26 tomli==2.2.1 19:28:26 tox==4.27.0 19:28:26 typing_extensions==4.14.0 19:28:26 urllib3==1.26.20 19:28:26 virtualenv==20.31.2 19:28:26 [EnvInject] - Injecting environment variables from a build step. 19:28:26 [EnvInject] - Injecting as environment variables the properties content 19:28:26 PARALLEL=false 19:28:26 19:28:26 [EnvInject] - Variables injected successfully. 19:28:26 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins8252906917133972286.sh 19:28:26 ---> tox-run.sh 19:28:26 + 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 19:28:26 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 19:28:26 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 19:28:26 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 19:28:26 + cd /w/workspace/oom-master-pre-commit-lint/. 19:28:26 + source /home/jenkins/lf-env.sh 19:28:26 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 19:28:26 ++ mktemp -d /tmp/venv-XXXX 19:28:26 + lf_venv=/tmp/venv-zQCz 19:28:26 + local venv_file=/tmp/.os_lf_venv 19:28:26 + local python=python3 19:28:26 + local options 19:28:26 + local set_path=true 19:28:26 + local install_args= 19:28:26 ++ 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 19:28:26 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:28:26 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:28:26 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 19:28:26 + true 19:28:26 + case $1 in 19:28:26 + venv_file=/tmp/.toxenv 19:28:26 + shift 2 19:28:26 + true 19:28:26 + case $1 in 19:28:26 + shift 19:28:26 + break 19:28:26 + case $python in 19:28:26 + local pkg_list= 19:28:26 + [[ -d /opt/pyenv ]] 19:28:26 + echo 'Setup pyenv:' 19:28:26 Setup pyenv: 19:28:26 + export PYENV_ROOT=/opt/pyenv 19:28:26 + PYENV_ROOT=/opt/pyenv 19:28:26 + 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 19:28:26 + 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 19:28:26 + pyenv versions 19:28:26 system 19:28:26 3.8.13 19:28:26 3.9.13 19:28:26 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:28:26 + command -v pyenv 19:28:26 ++ pyenv init - --no-rehash 19:28:26 + 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[*]}"'\'')" 19:28:26 export PATH="/opt/pyenv/shims:${PATH}" 19:28:26 export PYENV_SHELL=bash 19:28:26 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 19:28:26 pyenv() { 19:28:26 local command 19:28:26 command="${1:-}" 19:28:26 if [ "$#" -gt 0 ]; then 19:28:26 shift 19:28:26 fi 19:28:26 19:28:26 case "$command" in 19:28:26 rehash|shell) 19:28:26 eval "$(pyenv "sh-$command" "$@")" 19:28:26 ;; 19:28:26 *) 19:28:26 command pyenv "$command" "$@" 19:28:26 ;; 19:28:26 esac 19:28:26 }' 19:28:26 +++ 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[*]}"' 19:28:26 ++ 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 19:28:26 ++ 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 19:28:26 ++ 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 19:28:26 ++ export PYENV_SHELL=bash 19:28:26 ++ PYENV_SHELL=bash 19:28:26 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 19:28:26 +++ complete -F _pyenv pyenv 19:28:26 ++ lf-pyver python3 19:28:26 ++ local py_version_xy=python3 19:28:26 ++ local py_version_xyz= 19:28:26 ++ pyenv versions 19:28:26 ++ local command 19:28:26 ++ command=versions 19:28:26 ++ '[' 1 -gt 0 ']' 19:28:26 ++ shift 19:28:26 ++ case "$command" in 19:28:26 ++ command pyenv versions 19:28:26 ++ pyenv versions 19:28:26 ++ sed 's/^[ *]* //' 19:28:26 ++ grep -E '^[0-9.]*[0-9]$' 19:28:26 ++ awk '{ print $1 }' 19:28:26 ++ [[ ! -s /tmp/.pyenv_versions ]] 19:28:26 +++ grep '^3' /tmp/.pyenv_versions 19:28:26 +++ sort -V 19:28:26 +++ tail -n 1 19:28:26 ++ py_version_xyz=3.10.6 19:28:26 ++ [[ -z 3.10.6 ]] 19:28:26 ++ echo 3.10.6 19:28:26 ++ return 0 19:28:26 + pyenv local 3.10.6 19:28:26 + local command 19:28:26 + command=local 19:28:26 + '[' 2 -gt 0 ']' 19:28:26 + shift 19:28:26 + case "$command" in 19:28:26 + command pyenv local 3.10.6 19:28:26 + pyenv local 3.10.6 19:28:26 + for arg in "$@" 19:28:26 + case $arg in 19:28:26 + pkg_list+='tox ' 19:28:26 + for arg in "$@" 19:28:26 + case $arg in 19:28:26 + pkg_list+='virtualenv ' 19:28:26 + for arg in "$@" 19:28:26 + case $arg in 19:28:26 + pkg_list+='urllib3~=1.26.15 ' 19:28:26 + [[ -f /tmp/.toxenv ]] 19:28:26 ++ cat /tmp/.toxenv 19:28:26 + lf_venv=/tmp/venv-Pcac 19:28:26 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Pcac from' file:/tmp/.toxenv 19:28:26 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Pcac from file:/tmp/.toxenv 19:28:26 + /tmp/venv-Pcac/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 19:28:27 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 19:28:27 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 19:28:27 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 19:28:27 + /tmp/venv-Pcac/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 19:28:29 + type python3 19:28:29 + true 19:28:29 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Pcac/bin to PATH' 19:28:29 lf-activate-venv(): INFO: Adding /tmp/venv-Pcac/bin to PATH 19:28:29 + PATH=/tmp/venv-Pcac/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 19:28:29 + return 0 19:28:29 + [[ -d /opt/pyenv ]] 19:28:29 + echo '---> Setting up pyenv' 19:28:29 ---> Setting up pyenv 19:28:29 + export PYENV_ROOT=/opt/pyenv 19:28:29 + PYENV_ROOT=/opt/pyenv 19:28:29 + export PATH=/opt/pyenv/bin:/tmp/venv-Pcac/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 19:28:29 + PATH=/opt/pyenv/bin:/tmp/venv-Pcac/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 19:28:29 ++ pwd 19:28:29 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 19:28:29 + export PYTHONPATH 19:28:29 + export TOX_TESTENV_PASSENV=PYTHONPATH 19:28:29 + TOX_TESTENV_PASSENV=PYTHONPATH 19:28:29 + tox --version 19:28:30 4.27.0 from /tmp/venv-Pcac/lib/python3.10/site-packages/tox/__init__.py 19:28:30 + PARALLEL=false 19:28:30 + TOX_OPTIONS_LIST= 19:28:30 + [[ -n pre-commit ]] 19:28:30 + TOX_OPTIONS_LIST=' -e pre-commit' 19:28:30 + case ${PARALLEL,,} in 19:28:30 + tox -e pre-commit 19:28:30 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 19:28:31 pre-commit: install_deps> python -I -m pip install pre-commit 19:28:34 pre-commit: freeze> python -m pip freeze --all 19:28:34 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 19:28:34 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 19:28:34 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 19:28:35 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 19:28:36 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 19:28:36 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 19:28:37 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 19:28:37 [INFO] Once installed this environment will be reused. 19:28:37 [INFO] This may take a few minutes... 19:28:42 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 19:28:42 [INFO] Once installed this environment will be reused. 19:28:42 [INFO] This may take a few minutes... 19:28:46 trim trailing whitespace.................................................Failed 19:28:46 - hook id: trailing-whitespace 19:28:46 - exit code: 1 19:28:46 - files were modified by this hook 19:28:46 19:28:46 Fixing docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst 19:28:46 19:28:47 Tabs remover.............................................................Passed 19:28:47 pre-commit hook(s) made changes. 19:28:47 If you are seeing this message in CI, reproduce locally with: `pre-commit run --all-files`. 19:28:47 To run `pre-commit` as part of git workflow, use `pre-commit install`. 19:28:47 All changes made by hooks: 19:28:47 diff --git a/docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst b/docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst 19:28:47 index 023df352d..8e17bf591 100644 19:28:47 --- a/docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst 19:28:47 +++ b/docs/sections/guides/deployment_guides/oom_argo_release_deploy.rst 19:28:47 @@ -123,11 +123,11 @@ The main folders are: 19:28:47 * Required Helm Charts for IngressRoutes, Kiali, ONAP Chart compilation 19:28:47 19:28:47 * onap 19:28:47 - 19:28:47 + 19:28:47 * Application definitions for ONAP components (e.g. AAI, CDS, SO, ...) 19:28:47 19:28:47 * onap-tests 19:28:47 - 19:28:47 + 19:28:47 * Application definitions for ONAP Test components and tools 19:28:47 (e.g. Trivi Scan, Testkube, Kafka-UI) 19:28:47 19:28:47 @@ -165,7 +165,7 @@ Preparation 19:28:47 19:28:47 * Clone the OOM repository into a new Git(Lab) project 19:28:47 * Replace the following variables with the script 'updateVariables.sh' (in argo subdir): 19:28:47 - 19:28:47 + 19:28:47 * with the URL of the new git repo 19:28:47 * with the default K8S storage class 19:28:47 * with the base DNS zone (e.g. "simpledemo.onap.org") 19:28:47 pre-commit: exit 1 (12.53 seconds) /w/workspace/oom-master-pre-commit-lint> pre-commit run --all-files --show-diff-on-failure pid=2320 19:28:47 pre-commit: FAIL code 1 (16.70=setup[4.17]+cmd[12.53] seconds) 19:28:47 evaluation failed :( (16.92 seconds) 19:28:47 + tox_status=1 19:28:47 + echo '---> Completed tox runs' 19:28:47 ---> Completed tox runs 19:28:47 + for i in .tox/*/log 19:28:47 ++ echo .tox/pre-commit/log 19:28:47 ++ awk -F/ '{print $2}' 19:28:47 + tox_env=pre-commit 19:28:47 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 19:28:47 + DOC_DIR=docs/_build/html 19:28:47 + [[ -d docs/_build/html ]] 19:28:47 + echo '---> tox-run.sh ends' 19:28:47 ---> tox-run.sh ends 19:28:47 + test 1 -eq 0 19:28:47 + exit 1 19:28:47 ++ '[' 2 = 1 ']' 19:28:47 Build step 'Execute shell' marked build as failure 19:28:47 $ ssh-agent -k 19:28:47 unset SSH_AUTH_SOCK; 19:28:47 unset SSH_AGENT_PID; 19:28:47 echo Agent pid 1751 killed; 19:28:47 [ssh-agent] Stopped. 19:28:47 [PostBuildScript] - [INFO] Executing post build scripts. 19:28:47 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins17869037136830676122.sh 19:28:47 ---> sysstat.sh 19:28:47 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins13118995051037863355.sh 19:28:47 ---> package-listing.sh 19:28:47 ++ tr '[:upper:]' '[:lower:]' 19:28:47 ++ facter osfamily 19:28:48 + OS_FAMILY=debian 19:28:48 + workspace=/w/workspace/oom-master-pre-commit-lint 19:28:48 + START_PACKAGES=/tmp/packages_start.txt 19:28:48 + END_PACKAGES=/tmp/packages_end.txt 19:28:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:28:48 + PACKAGES=/tmp/packages_start.txt 19:28:48 + '[' /w/workspace/oom-master-pre-commit-lint ']' 19:28:48 + PACKAGES=/tmp/packages_end.txt 19:28:48 + case "${OS_FAMILY}" in 19:28:48 + dpkg -l 19:28:48 + grep '^ii' 19:28:48 + '[' -f /tmp/packages_start.txt ']' 19:28:48 + '[' -f /tmp/packages_end.txt ']' 19:28:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:28:48 + '[' /w/workspace/oom-master-pre-commit-lint ']' 19:28:48 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 19:28:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 19:28:48 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins12706918152119675789.sh 19:28:48 ---> capture-instance-metadata.sh 19:28:48 Setup pyenv: 19:28:48 system 19:28:48 3.8.13 19:28:48 3.9.13 19:28:48 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:28:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-dGCN 19:28:51 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 19:28:55 lf-activate-venv(): INFO: Installing: lftools 19:29:23 lf-activate-venv(): INFO: Adding /tmp/venv-dGCN/bin to PATH 19:29:23 INFO: Running in OpenStack, capturing instance metadata 19:29:24 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5411697069264260268.sh 19:29:24 provisioning config files... 19:29:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config12190373913349821318tmp 19:29:24 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 19:29:24 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 19:29:24 [EnvInject] - Injecting environment variables from a build step. 19:29:24 [EnvInject] - Injecting as environment variables the properties content 19:29:24 SERVER_ID=logs 19:29:24 19:29:24 [EnvInject] - Variables injected successfully. 19:29:24 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins8170204966752892140.sh 19:29:24 ---> create-netrc.sh 19:29:24 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5915309479692593150.sh 19:29:24 ---> python-tools-install.sh 19:29:24 Setup pyenv: 19:29:24 system 19:29:24 3.8.13 19:29:24 3.9.13 19:29:24 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:29:24 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-dGCN from file:/tmp/.os_lf_venv 19:29:26 lf-activate-venv(): INFO: Installing: lftools 19:29:36 lf-activate-venv(): INFO: Adding /tmp/venv-dGCN/bin to PATH 19:29:36 Generating Requirements File 19:29:57 Python 3.10.6 19:29:58 pip 25.1.1 from /tmp/venv-dGCN/lib/python3.10/site-packages/pip (python 3.10) 19:29:58 appdirs==1.4.4 19:29:58 argcomplete==3.6.2 19:29:58 aspy.yaml==1.3.0 19:29:58 attrs==25.3.0 19:29:58 autopage==0.5.2 19:29:58 beautifulsoup4==4.13.4 19:29:58 boto3==1.38.38 19:29:58 botocore==1.38.38 19:29:58 bs4==0.0.2 19:29:58 cachetools==5.5.2 19:29:58 certifi==2025.6.15 19:29:58 cffi==1.17.1 19:29:58 cfgv==3.4.0 19:29:58 chardet==5.2.0 19:29:58 charset-normalizer==3.4.2 19:29:58 click==8.2.1 19:29:58 cliff==4.10.0 19:29:58 cmd2==2.6.1 19:29:58 cryptography==3.3.2 19:29:58 debtcollector==3.0.0 19:29:58 decorator==5.2.1 19:29:58 defusedxml==0.7.1 19:29:58 Deprecated==1.2.18 19:29:58 distlib==0.3.9 19:29:58 dnspython==2.7.0 19:29:58 docker==7.1.0 19:29:58 dogpile.cache==1.4.0 19:29:58 durationpy==0.10 19:29:58 email_validator==2.2.0 19:29:58 filelock==3.18.0 19:29:58 future==1.0.0 19:29:58 gitdb==4.0.12 19:29:58 GitPython==3.1.44 19:29:58 google-auth==2.40.3 19:29:58 httplib2==0.22.0 19:29:58 identify==2.6.12 19:29:58 idna==3.10 19:29:58 importlib-resources==1.5.0 19:29:58 iso8601==2.1.0 19:29:58 Jinja2==3.1.6 19:29:58 jmespath==1.0.1 19:29:58 jsonpatch==1.33 19:29:58 jsonpointer==3.0.0 19:29:58 jsonschema==4.24.0 19:29:58 jsonschema-specifications==2025.4.1 19:29:58 keystoneauth1==5.11.1 19:29:58 kubernetes==33.1.0 19:29:58 lftools==0.37.13 19:29:58 lxml==5.4.0 19:29:58 MarkupSafe==3.0.2 19:29:58 msgpack==1.1.1 19:29:58 multi_key_dict==2.0.3 19:29:58 munch==4.0.0 19:29:58 netaddr==1.3.0 19:29:58 niet==1.4.2 19:29:58 nodeenv==1.9.1 19:29:58 oauth2client==4.1.3 19:29:58 oauthlib==3.3.0 19:29:58 openstacksdk==4.6.0 19:29:58 os-client-config==2.1.0 19:29:58 os-service-types==1.7.0 19:29:58 osc-lib==4.0.2 19:29:58 oslo.config==9.8.0 19:29:58 oslo.context==6.0.0 19:29:58 oslo.i18n==6.5.1 19:29:58 oslo.log==7.1.0 19:29:58 oslo.serialization==5.7.0 19:29:58 oslo.utils==9.0.0 19:29:58 packaging==25.0 19:29:58 pbr==6.1.1 19:29:58 platformdirs==4.3.8 19:29:58 prettytable==3.16.0 19:29:58 psutil==7.0.0 19:29:58 pyasn1==0.6.1 19:29:58 pyasn1_modules==0.4.2 19:29:58 pycparser==2.22 19:29:58 pygerrit2==2.0.15 19:29:58 PyGithub==2.6.1 19:29:58 PyJWT==2.10.1 19:29:58 PyNaCl==1.5.0 19:29:58 pyparsing==2.4.7 19:29:58 pyperclip==1.9.0 19:29:58 pyrsistent==0.20.0 19:29:58 python-cinderclient==9.7.0 19:29:58 python-dateutil==2.9.0.post0 19:29:58 python-heatclient==4.2.0 19:29:58 python-jenkins==1.8.2 19:29:58 python-keystoneclient==5.6.0 19:29:58 python-magnumclient==4.8.1 19:29:58 python-openstackclient==8.1.0 19:29:58 python-swiftclient==4.8.0 19:29:58 PyYAML==6.0.2 19:29:58 referencing==0.36.2 19:29:58 requests==2.32.4 19:29:58 requests-oauthlib==2.0.0 19:29:58 requestsexceptions==1.4.0 19:29:58 rfc3986==2.0.0 19:29:58 rpds-py==0.25.1 19:29:58 rsa==4.9.1 19:29:58 ruamel.yaml==0.18.14 19:29:58 ruamel.yaml.clib==0.2.12 19:29:58 s3transfer==0.13.0 19:29:58 simplejson==3.20.1 19:29:58 six==1.17.0 19:29:58 smmap==5.0.2 19:29:58 soupsieve==2.7 19:29:58 stevedore==5.4.1 19:29:58 tabulate==0.9.0 19:29:58 toml==0.10.2 19:29:58 tomlkit==0.13.3 19:29:58 tqdm==4.67.1 19:29:58 typing_extensions==4.14.0 19:29:58 tzdata==2025.2 19:29:58 urllib3==1.26.20 19:29:58 virtualenv==20.31.2 19:29:58 wcwidth==0.2.13 19:29:58 websocket-client==1.8.0 19:29:58 wrapt==1.17.2 19:29:58 xdg==6.0.0 19:29:58 xmltodict==0.14.2 19:29:58 yq==3.4.3 19:29:58 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14590409884694876866.sh 19:29:58 ---> sudo-logs.sh 19:29:58 Archiving 'sudo' log.. 19:29:58 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins13584270499884777734.sh 19:29:58 ---> job-cost.sh 19:29:58 Setup pyenv: 19:29:58 system 19:29:58 3.8.13 19:29:58 3.9.13 19:29:58 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:29:58 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-dGCN from file:/tmp/.os_lf_venv 19:30:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 19:30:06 lf-activate-venv(): INFO: Adding /tmp/venv-dGCN/bin to PATH 19:30:06 INFO: No Stack... 19:30:07 INFO: Retrieving Pricing Info for: v3-standard-4 19:30:07 INFO: Archiving Costs 19:30:07 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins10520839465990175296.sh 19:30:07 ---> logs-deploy.sh 19:30:07 Setup pyenv: 19:30:07 system 19:30:07 3.8.13 19:30:07 3.9.13 19:30:07 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:30:07 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-dGCN from file:/tmp/.os_lf_venv 19:30:09 lf-activate-venv(): INFO: Installing: lftools 19:30:18 lf-activate-venv(): INFO: Adding /tmp/venv-dGCN/bin to PATH 19:30:18 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4127 19:30:18 INFO: archiving workspace using pattern(s): 19:30:19 Archives upload complete. 19:30:19 INFO: archiving logs to Nexus 19:30:20 ---> uname -a: 19:30:20 Linux prd-ubuntu1804-builder-4c-4g-22186 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 19:30:20 19:30:20 19:30:20 ---> lscpu: 19:30:20 Architecture: x86_64 19:30:20 CPU op-mode(s): 32-bit, 64-bit 19:30:20 Byte Order: Little Endian 19:30:20 CPU(s): 4 19:30:20 On-line CPU(s) list: 0-3 19:30:20 Thread(s) per core: 1 19:30:20 Core(s) per socket: 1 19:30:20 Socket(s): 4 19:30:20 NUMA node(s): 1 19:30:20 Vendor ID: AuthenticAMD 19:30:20 CPU family: 23 19:30:20 Model: 49 19:30:20 Model name: AMD EPYC-Rome Processor 19:30:20 Stepping: 0 19:30:20 CPU MHz: 2799.998 19:30:20 BogoMIPS: 5599.99 19:30:20 Virtualization: AMD-V 19:30:20 Hypervisor vendor: KVM 19:30:20 Virtualization type: full 19:30:20 L1d cache: 32K 19:30:20 L1i cache: 32K 19:30:20 L2 cache: 512K 19:30:20 L3 cache: 16384K 19:30:20 NUMA node0 CPU(s): 0-3 19:30:20 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 19:30:20 19:30:20 19:30:20 ---> nproc: 19:30:20 4 19:30:20 19:30:20 19:30:20 ---> df -h: 19:30:20 Filesystem Size Used Avail Use% Mounted on 19:30:20 udev 7.9G 0 7.9G 0% /dev 19:30:20 tmpfs 1.6G 672K 1.6G 1% /run 19:30:20 /dev/vda1 78G 8.4G 69G 11% / 19:30:20 tmpfs 7.9G 0 7.9G 0% /dev/shm 19:30:20 tmpfs 5.0M 0 5.0M 0% /run/lock 19:30:20 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 19:30:20 /dev/vda15 105M 4.4M 100M 5% /boot/efi 19:30:20 tmpfs 1.6G 0 1.6G 0% /run/user/1001 19:30:20 19:30:20 19:30:20 ---> free -m: 19:30:20 total used free shared buff/cache available 19:30:20 Mem: 16040 544 13323 0 2171 15176 19:30:20 Swap: 1023 0 1023 19:30:20 19:30:20 19:30:20 ---> ip addr: 19:30:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 19:30:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:30:20 inet 127.0.0.1/8 scope host lo 19:30:20 valid_lft forever preferred_lft forever 19:30:20 inet6 ::1/128 scope host 19:30:20 valid_lft forever preferred_lft forever 19:30:20 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 19:30:20 link/ether fa:16:3e:13:99:90 brd ff:ff:ff:ff:ff:ff 19:30:20 inet 10.30.106.217/23 brd 10.30.107.255 scope global dynamic ens3 19:30:20 valid_lft 86234sec preferred_lft 86234sec 19:30:20 inet6 fe80::f816:3eff:fe13:9990/64 scope link 19:30:20 valid_lft forever preferred_lft forever 19:30:20 19:30:20 19:30:20 ---> sar -b -r -n DEV: 19:30:20 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-22186) 06/18/25 _x86_64_ (4 CPU) 19:30:20 19:30:20 19:27:37 LINUX RESTART (4 CPU) 19:30:20 19:30:20 19:28:01 tps rtps wtps bread/s bwrtn/s 19:30:20 19:29:01 173.10 24.35 148.76 816.80 19740.31 19:30:20 19:30:01 113.01 1.03 111.98 120.78 24588.30 19:30:20 Average: 143.06 12.69 130.37 468.79 22164.31 19:30:20 19:30:20 19:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:30:20 19:29:01 13972376 15569056 2452584 14.93 56352 1740232 754064 4.32 718828 1516356 144380 19:30:20 19:30:01 13690152 15578604 2734808 16.65 82616 1988764 740680 4.24 722768 1758648 112128 19:30:20 Average: 13831264 15573830 2593696 15.79 69484 1864498 747372 4.28 720798 1637502 128254 19:30:20 19:30:20 19:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:30:20 19:29:01 lo 2.27 2.27 0.25 0.25 0.00 0.00 0.00 0.00 19:30:20 19:29:01 ens3 235.26 152.02 1271.86 36.24 0.00 0.00 0.00 0.00 19:30:20 19:30:01 lo 1.20 1.20 0.13 0.13 0.00 0.00 0.00 0.00 19:30:20 19:30:01 ens3 175.72 122.25 831.20 14.60 0.00 0.00 0.00 0.00 19:30:20 Average: lo 1.73 1.73 0.19 0.19 0.00 0.00 0.00 0.00 19:30:20 Average: ens3 205.49 137.14 1051.53 25.42 0.00 0.00 0.00 0.00 19:30:20 19:30:20 19:30:20 ---> sar -P ALL: 19:30:20 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-22186) 06/18/25 _x86_64_ (4 CPU) 19:30:20 19:30:20 19:27:37 LINUX RESTART (4 CPU) 19:30:20 19:30:20 19:28:01 CPU %user %nice %system %iowait %steal %idle 19:30:20 19:29:01 all 19.70 0.00 2.14 8.91 0.09 69.15 19:30:20 19:29:01 0 24.18 0.00 2.29 2.22 0.07 71.24 19:30:20 19:29:01 1 15.43 0.00 2.00 4.90 0.03 77.64 19:30:20 19:29:01 2 12.22 0.00 1.62 10.91 0.15 75.10 19:30:20 19:29:01 3 27.03 0.00 2.64 17.62 0.07 52.65 19:30:20 19:30:01 all 18.00 0.00 1.29 7.06 0.06 73.59 19:30:20 19:30:01 0 14.28 0.00 1.07 0.50 0.03 84.12 19:30:20 19:30:01 1 6.35 0.00 0.82 8.73 0.07 84.04 19:30:20 19:30:01 2 33.58 0.00 1.85 13.10 0.08 51.39 19:30:20 19:30:01 3 17.79 0.00 1.42 5.92 0.07 74.80 19:30:20 Average: all 18.85 0.00 1.72 7.99 0.07 71.37 19:30:20 Average: 0 19.22 0.00 1.68 1.36 0.05 77.68 19:30:20 Average: 1 10.89 0.00 1.41 6.81 0.05 80.84 19:30:20 Average: 2 22.90 0.00 1.74 12.00 0.12 63.25 19:30:20 Average: 3 22.40 0.00 2.03 11.77 0.07 63.73 19:30:20 19:30:20 19:30:20