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