17:12:06 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143142 17:12:06 Running as SYSTEM 17:12:06 [EnvInject] - Loading node environment variables. 17:12:06 Building remotely on prd-ubuntu1804-builder-4c-4g-6542 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint 17:12:06 [ssh-agent] Looking for ssh-agent implementation... 17:12:06 $ ssh-agent 17:12:06 SSH_AUTH_SOCK=/tmp/ssh-q8xUv50o5ZHp/agent.1649 17:12:06 SSH_AGENT_PID=1651 17:12:06 [ssh-agent] Started. 17:12:06 Running ssh-add (command line suppressed) 17:12:06 Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_6408850413306166793.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_6408850413306166793.key) 17:12:06 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 17:12:06 The recommended git tool is: NONE 17:12:07 using credential onap-jenkins-ssh 17:12:07 Wiping out workspace first. 17:12:08 Cloning the remote Git repository 17:12:08 Cloning repository git://cloud.onap.org/mirror/oom.git 17:12:08 > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 17:12:08 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 17:12:08 > git --version # timeout=10 17:12:08 > git --version # 'git version 2.17.1' 17:12:08 using GIT_SSH to set credentials Gerrit user 17:12:08 Verifying host key using manually-configured host key entries 17:12:08 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 17:12:13 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 17:12:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:12:13 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 17:12:13 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 17:12:13 using GIT_SSH to set credentials Gerrit user 17:12:13 Verifying host key using manually-configured host key entries 17:12:13 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/42/143142/3 # timeout=30 17:12:13 > git rev-parse f664c8891e0eee160252163a6e8db7125d6b628a^{commit} # timeout=10 17:12:13 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 17:12:13 Checking out Revision f664c8891e0eee160252163a6e8db7125d6b628a (refs/changes/42/143142/3) 17:12:13 > git config core.sparsecheckout # timeout=10 17:12:13 > git checkout -f f664c8891e0eee160252163a6e8db7125d6b628a # timeout=30 17:12:17 Commit message: "[SDNC] Use mariadb backend" 17:12:17 > git rev-parse FETCH_HEAD^{commit} # timeout=10 17:12:17 > git rev-list --no-walk 2214f66e9d9f757239d0297353d9194f782e9eac # timeout=10 17:12:17 [EnvInject] - Injecting environment variables from a build step. 17:12:17 [EnvInject] - Injecting as environment variables the properties content 17:12:17 PYTHON=python3 17:12:17 17:12:17 [EnvInject] - Variables injected successfully. 17:12:17 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins8524298107881232484.sh 17:12:17 ---> tox-install.sh 17:12:17 + source /home/jenkins/lf-env.sh 17:12:17 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 17:12:17 ++ mktemp -d /tmp/venv-XXXX 17:12:17 + lf_venv=/tmp/venv-IUZ9 17:12:17 + local venv_file=/tmp/.os_lf_venv 17:12:17 + local python=python3 17:12:17 + local options 17:12:17 + local set_path=true 17:12:17 + local install_args= 17:12:17 ++ 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 17:12:17 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 17:12:17 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 17:12:17 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 17:12:17 + true 17:12:17 + case $1 in 17:12:17 + venv_file=/tmp/.toxenv 17:12:17 + shift 2 17:12:17 + true 17:12:17 + case $1 in 17:12:17 + shift 17:12:17 + break 17:12:17 + case $python in 17:12:17 + local pkg_list= 17:12:17 + [[ -d /opt/pyenv ]] 17:12:17 + echo 'Setup pyenv:' 17:12:17 Setup pyenv: 17:12:17 + export PYENV_ROOT=/opt/pyenv 17:12:17 + PYENV_ROOT=/opt/pyenv 17:12:17 + 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 17:12:17 + 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 17:12:17 + pyenv versions 17:12:17 * system (set by /opt/pyenv/version) 17:12:17 * 3.8.13 (set by /opt/pyenv/version) 17:12:17 * 3.9.13 (set by /opt/pyenv/version) 17:12:17 * 3.10.6 (set by /opt/pyenv/version) 17:12:17 + command -v pyenv 17:12:17 ++ pyenv init - --no-rehash 17:12:17 + 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[*]}"'\'')" 17:12:17 export PATH="/opt/pyenv/shims:${PATH}" 17:12:17 export PYENV_SHELL=bash 17:12:17 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 17:12:17 pyenv() { 17:12:17 local command 17:12:17 command="${1:-}" 17:12:17 if [ "$#" -gt 0 ]; then 17:12:17 shift 17:12:17 fi 17:12:17 17:12:17 case "$command" in 17:12:17 rehash|shell) 17:12:17 eval "$(pyenv "sh-$command" "$@")" 17:12:17 ;; 17:12:17 *) 17:12:17 command pyenv "$command" "$@" 17:12:17 ;; 17:12:17 esac 17:12:17 }' 17:12:17 +++ 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[*]}"' 17:12:17 ++ 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 17:12:17 ++ 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 17:12:17 ++ 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 17:12:17 ++ export PYENV_SHELL=bash 17:12:17 ++ PYENV_SHELL=bash 17:12:17 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 17:12:17 +++ complete -F _pyenv pyenv 17:12:17 ++ lf-pyver python3 17:12:17 ++ local py_version_xy=python3 17:12:17 ++ local py_version_xyz= 17:12:17 ++ pyenv versions 17:12:17 ++ local command 17:12:17 ++ command=versions 17:12:17 ++ '[' 1 -gt 0 ']' 17:12:17 ++ shift 17:12:17 ++ case "$command" in 17:12:17 ++ sed 's/^[ *]* //' 17:12:17 ++ command pyenv versions 17:12:17 ++ pyenv versions 17:12:17 ++ awk '{ print $1 }' 17:12:17 ++ grep -E '^[0-9.]*[0-9]$' 17:12:17 ++ [[ ! -s /tmp/.pyenv_versions ]] 17:12:17 +++ sort -V 17:12:17 +++ grep '^3' /tmp/.pyenv_versions 17:12:17 +++ tail -n 1 17:12:17 ++ py_version_xyz=3.10.6 17:12:17 ++ [[ -z 3.10.6 ]] 17:12:17 ++ echo 3.10.6 17:12:17 ++ return 0 17:12:17 + pyenv local 3.10.6 17:12:17 + local command 17:12:17 + command=local 17:12:17 + '[' 2 -gt 0 ']' 17:12:17 + shift 17:12:17 + case "$command" in 17:12:17 + command pyenv local 3.10.6 17:12:17 + pyenv local 3.10.6 17:12:17 + for arg in "$@" 17:12:17 + case $arg in 17:12:17 + pkg_list+='tox ' 17:12:17 + for arg in "$@" 17:12:17 + case $arg in 17:12:17 + pkg_list+='virtualenv ' 17:12:17 + for arg in "$@" 17:12:17 + case $arg in 17:12:17 + pkg_list+='urllib3~=1.26.15 ' 17:12:17 + [[ -f /tmp/.toxenv ]] 17:12:17 + [[ ! -f /tmp/.toxenv ]] 17:12:17 + [[ -n '' ]] 17:12:17 + python3 -m venv /tmp/venv-IUZ9 17:12:22 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IUZ9' 17:12:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IUZ9 17:12:22 + echo /tmp/venv-IUZ9 17:12:22 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 17:12:22 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 17:12:22 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 17:12:22 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:12:22 + local 'pip_opts=--upgrade --quiet' 17:12:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 17:12:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 17:12:22 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 17:12:22 + [[ -n '' ]] 17:12:22 + [[ -n '' ]] 17:12:22 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 17:12:22 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:12:22 + /tmp/venv-IUZ9/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv 17:12:26 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 17:12:26 lf-activate-venv(): INFO: Base packages installed successfully 17:12:26 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 17:12:26 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 17:12:26 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 17:12:26 + /tmp/venv-IUZ9/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 17:12:28 + type python3 17:12:28 + true 17:12:28 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-IUZ9/bin to PATH' 17:12:28 lf-activate-venv(): INFO: Adding /tmp/venv-IUZ9/bin to PATH 17:12:28 + PATH=/tmp/venv-IUZ9/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 17:12:28 + return 0 17:12:28 + python3 --version 17:12:28 Python 3.10.6 17:12:28 + python3 -m pip --version 17:12:28 pip 26.0.1 from /tmp/venv-IUZ9/lib/python3.10/site-packages/pip (python 3.10) 17:12:28 + python3 -m pip freeze 17:12:28 cachetools==7.0.0 17:12:28 chardet==5.2.0 17:12:28 colorama==0.4.6 17:12:28 distlib==0.4.0 17:12:28 filelock==3.20.3 17:12:28 packaging==26.0 17:12:28 platformdirs==4.5.1 17:12:28 pluggy==1.6.0 17:12:28 pyproject-api==1.10.0 17:12:28 tomli==2.4.0 17:12:28 tox==4.34.1 17:12:28 typing_extensions==4.15.0 17:12:28 urllib3==1.26.20 17:12:28 virtualenv==20.36.1 17:12:28 [EnvInject] - Injecting environment variables from a build step. 17:12:28 [EnvInject] - Injecting as environment variables the properties content 17:12:28 PARALLEL=false 17:12:28 17:12:28 [EnvInject] - Variables injected successfully. 17:12:28 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins17378377950727574753.sh 17:12:28 ---> tox-run.sh 17:12:28 + 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 17:12:28 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox 17:12:28 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs 17:12:28 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox 17:12:28 + cd /w/workspace/oom-master-checkbashisms-lint/. 17:12:28 + source /home/jenkins/lf-env.sh 17:12:28 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 17:12:28 ++ mktemp -d /tmp/venv-XXXX 17:12:28 + lf_venv=/tmp/venv-ZXBV 17:12:28 + local venv_file=/tmp/.os_lf_venv 17:12:28 + local python=python3 17:12:28 + local options 17:12:28 + local set_path=true 17:12:28 + local install_args= 17:12:28 ++ 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 17:12:28 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 17:12:28 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 17:12:28 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 17:12:28 + true 17:12:28 + case $1 in 17:12:28 + venv_file=/tmp/.toxenv 17:12:28 + shift 2 17:12:28 + true 17:12:28 + case $1 in 17:12:28 + shift 17:12:28 + break 17:12:28 + case $python in 17:12:28 + local pkg_list= 17:12:28 + [[ -d /opt/pyenv ]] 17:12:28 + echo 'Setup pyenv:' 17:12:28 Setup pyenv: 17:12:28 + export PYENV_ROOT=/opt/pyenv 17:12:28 + PYENV_ROOT=/opt/pyenv 17:12:28 + 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 17:12:28 + 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 17:12:28 + pyenv versions 17:12:28 system 17:12:28 3.8.13 17:12:28 3.9.13 17:12:28 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 17:12:28 + command -v pyenv 17:12:28 ++ pyenv init - --no-rehash 17:12:29 + 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[*]}"'\'')" 17:12:29 export PATH="/opt/pyenv/shims:${PATH}" 17:12:29 export PYENV_SHELL=bash 17:12:29 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 17:12:29 pyenv() { 17:12:29 local command 17:12:29 command="${1:-}" 17:12:29 if [ "$#" -gt 0 ]; then 17:12:29 shift 17:12:29 fi 17:12:29 17:12:29 case "$command" in 17:12:29 rehash|shell) 17:12:29 eval "$(pyenv "sh-$command" "$@")" 17:12:29 ;; 17:12:29 *) 17:12:29 command pyenv "$command" "$@" 17:12:29 ;; 17:12:29 esac 17:12:29 }' 17:12:29 +++ 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[*]}"' 17:12:29 ++ 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 17:12:29 ++ 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 17:12:29 ++ 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 17:12:29 ++ export PYENV_SHELL=bash 17:12:29 ++ PYENV_SHELL=bash 17:12:29 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 17:12:29 +++ complete -F _pyenv pyenv 17:12:29 ++ lf-pyver python3 17:12:29 ++ local py_version_xy=python3 17:12:29 ++ local py_version_xyz= 17:12:29 ++ pyenv versions 17:12:29 ++ local command 17:12:29 ++ command=versions 17:12:29 ++ '[' 1 -gt 0 ']' 17:12:29 ++ shift 17:12:29 ++ case "$command" in 17:12:29 ++ command pyenv versions 17:12:29 ++ pyenv versions 17:12:29 ++ awk '{ print $1 }' 17:12:29 ++ grep -E '^[0-9.]*[0-9]$' 17:12:29 ++ sed 's/^[ *]* //' 17:12:29 ++ [[ ! -s /tmp/.pyenv_versions ]] 17:12:29 +++ grep '^3' /tmp/.pyenv_versions 17:12:29 +++ sort -V 17:12:29 +++ tail -n 1 17:12:29 ++ py_version_xyz=3.10.6 17:12:29 ++ [[ -z 3.10.6 ]] 17:12:29 ++ echo 3.10.6 17:12:29 ++ return 0 17:12:29 + pyenv local 3.10.6 17:12:29 + local command 17:12:29 + command=local 17:12:29 + '[' 2 -gt 0 ']' 17:12:29 + shift 17:12:29 + case "$command" in 17:12:29 + command pyenv local 3.10.6 17:12:29 + pyenv local 3.10.6 17:12:29 + for arg in "$@" 17:12:29 + case $arg in 17:12:29 + pkg_list+='tox ' 17:12:29 + for arg in "$@" 17:12:29 + case $arg in 17:12:29 + pkg_list+='virtualenv ' 17:12:29 + for arg in "$@" 17:12:29 + case $arg in 17:12:29 + pkg_list+='urllib3~=1.26.15 ' 17:12:29 + [[ -f /tmp/.toxenv ]] 17:12:29 ++ cat /tmp/.toxenv 17:12:29 + lf_venv=/tmp/venv-IUZ9 17:12:29 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-IUZ9 from' file:/tmp/.toxenv 17:12:29 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-IUZ9 from file:/tmp/.toxenv 17:12:29 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 17:12:29 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:12:29 + local 'pip_opts=--upgrade --quiet' 17:12:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 17:12:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 17:12:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 17:12:29 + [[ -n '' ]] 17:12:29 + [[ -n '' ]] 17:12:29 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 17:12:29 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:12:29 + /tmp/venv-IUZ9/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv 17:12:29 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 17:12:29 lf-activate-venv(): INFO: Base packages installed successfully 17:12:29 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 17:12:29 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 17:12:29 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 17:12:29 + /tmp/venv-IUZ9/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 17:12:31 + type python3 17:12:31 + true 17:12:31 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-IUZ9/bin to PATH' 17:12:31 lf-activate-venv(): INFO: Adding /tmp/venv-IUZ9/bin to PATH 17:12:31 + PATH=/tmp/venv-IUZ9/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 17:12:31 + return 0 17:12:31 + [[ -d /opt/pyenv ]] 17:12:31 + echo '---> Setting up pyenv' 17:12:31 ---> Setting up pyenv 17:12:31 + export PYENV_ROOT=/opt/pyenv 17:12:31 + PYENV_ROOT=/opt/pyenv 17:12:31 + export PATH=/opt/pyenv/bin:/tmp/venv-IUZ9/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 17:12:31 + PATH=/opt/pyenv/bin:/tmp/venv-IUZ9/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 17:12:31 ++ pwd 17:12:31 + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint 17:12:31 + export PYTHONPATH 17:12:31 + export TOX_TESTENV_PASSENV=PYTHONPATH 17:12:31 + TOX_TESTENV_PASSENV=PYTHONPATH 17:12:31 + tox --version 17:12:31 4.34.1 from /tmp/venv-IUZ9/lib/python3.10/site-packages/tox/__init__.py 17:12:31 + PARALLEL=false 17:12:31 + TOX_OPTIONS_LIST= 17:12:31 + [[ -n checkbashisms ]] 17:12:31 + TOX_OPTIONS_LIST=' -e checkbashisms' 17:12:31 + case ${PARALLEL,,} in 17:12:31 + tox -e checkbashisms 17:12:31 + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log 17:12:32 checkbashisms: freeze> python -m pip freeze --all 17:12:33 checkbashisms: pip==25.3,setuptools==80.9.0 17:12:33 checkbashisms: commands[0]> .ci/check-bashisms.sh 17:12:34 script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines 17:12:36 checkbashisms: OK (4.82=setup[1.33]+cmd[3.50] seconds) 17:12:36 congratulations :) (4.86 seconds) 17:12:36 + tox_status=0 17:12:36 + echo '---> Completed tox runs' 17:12:36 ---> Completed tox runs 17:12:36 + for i in .tox/*/log 17:12:36 ++ echo .tox/checkbashisms/log 17:12:36 ++ awk -F/ '{print $2}' 17:12:36 + tox_env=checkbashisms 17:12:36 + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms 17:12:36 + DOC_DIR=docs/_build/html 17:12:36 + [[ -d docs/_build/html ]] 17:12:36 + echo '---> tox-run.sh ends' 17:12:36 ---> tox-run.sh ends 17:12:36 + test 0 -eq 0 17:12:36 $ ssh-agent -k 17:12:36 unset SSH_AUTH_SOCK; 17:12:36 unset SSH_AGENT_PID; 17:12:36 echo Agent pid 1651 killed; 17:12:36 [ssh-agent] Stopped. 17:12:36 [PostBuildScript] - [INFO] Executing post build scripts. 17:12:36 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins15063180864339899479.sh 17:12:36 ---> sysstat.sh 17:12:37 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins6213367451169356601.sh 17:12:37 ---> package-listing.sh 17:12:37 ++ facter osfamily 17:12:37 ++ tr '[:upper:]' '[:lower:]' 17:12:37 + OS_FAMILY=debian 17:12:37 + workspace=/w/workspace/oom-master-checkbashisms-lint 17:12:37 + START_PACKAGES=/tmp/packages_start.txt 17:12:37 + END_PACKAGES=/tmp/packages_end.txt 17:12:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:12:37 + PACKAGES=/tmp/packages_start.txt 17:12:37 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 17:12:37 + PACKAGES=/tmp/packages_end.txt 17:12:37 + case "${OS_FAMILY}" in 17:12:37 + dpkg -l 17:12:37 + grep '^ii' 17:12:37 + '[' -f /tmp/packages_start.txt ']' 17:12:37 + '[' -f /tmp/packages_end.txt ']' 17:12:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:12:37 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 17:12:37 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ 17:12:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ 17:12:37 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins7993020700483757069.sh 17:12:37 ---> capture-instance-metadata.sh 17:12:37 Setup pyenv: 17:12:37 system 17:12:37 3.8.13 17:12:37 3.9.13 17:12:37 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 17:12:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VfMd 17:12:41 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 17:12:41 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:12:41 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:12:45 lf-activate-venv(): INFO: Base packages installed successfully 17:12:45 lf-activate-venv(): INFO: Installing additional packages: lftools 17:13:10 lf-activate-venv(): INFO: Adding /tmp/venv-VfMd/bin to PATH 17:13:10 INFO: Running in OpenStack, capturing instance metadata 17:13:10 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins14727615404271337966.sh 17:13:10 provisioning config files... 17:13:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config1554928380782754753tmp 17:13:10 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 17:13:10 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 17:13:10 [EnvInject] - Injecting environment variables from a build step. 17:13:10 [EnvInject] - Injecting as environment variables the properties content 17:13:10 SERVER_ID=logs 17:13:10 17:13:10 [EnvInject] - Variables injected successfully. 17:13:10 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins17937184787980870774.sh 17:13:10 ---> create-netrc.sh 17:13:10 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins4525392382210088597.sh 17:13:10 ---> python-tools-install.sh 17:13:10 Setup pyenv: 17:13:10 system 17:13:10 3.8.13 17:13:10 3.9.13 17:13:10 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 17:13:10 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-VfMd from file:/tmp/.os_lf_venv 17:13:10 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:13:10 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:13:12 lf-activate-venv(): INFO: Base packages installed successfully 17:13:12 lf-activate-venv(): INFO: Installing additional packages: lftools 17:13:20 lf-activate-venv(): INFO: Adding /tmp/venv-VfMd/bin to PATH 17:13:20 Generating Requirements File 17:13:37 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 17:13:37 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 17:13:37 Python 3.10.6 17:13:37 pip 26.0.1 from /tmp/venv-VfMd/lib/python3.10/site-packages/pip (python 3.10) 17:13:38 appdirs==1.4.4 17:13:38 argcomplete==3.6.3 17:13:38 aspy.yaml==1.3.0 17:13:38 attrs==25.4.0 17:13:38 autopage==0.6.0 17:13:38 backports.strenum==1.3.1 17:13:38 beautifulsoup4==4.14.3 17:13:38 boto3==1.42.44 17:13:38 botocore==1.42.44 17:13:38 bs4==0.0.2 17:13:38 certifi==2026.1.4 17:13:38 cffi==2.0.0 17:13:38 cfgv==3.5.0 17:13:38 chardet==5.2.0 17:13:38 charset-normalizer==3.4.4 17:13:38 click==8.3.1 17:13:38 cliff==4.13.1 17:13:38 cmd2==3.2.0 17:13:38 cryptography==3.3.2 17:13:38 debtcollector==3.0.0 17:13:38 decorator==5.2.1 17:13:38 defusedxml==0.7.1 17:13:38 Deprecated==1.3.1 17:13:38 distlib==0.4.0 17:13:38 dnspython==2.8.0 17:13:38 docker==7.1.0 17:13:38 dogpile.cache==1.5.0 17:13:38 durationpy==0.10 17:13:38 email-validator==2.3.0 17:13:38 filelock==3.20.3 17:13:38 future==1.0.0 17:13:38 gitdb==4.0.12 17:13:38 GitPython==3.1.46 17:13:38 httplib2==0.30.2 17:13:38 identify==2.6.16 17:13:38 idna==3.11 17:13:38 importlib-resources==1.5.0 17:13:38 iso8601==2.1.0 17:13:38 Jinja2==3.1.6 17:13:38 jmespath==1.1.0 17:13:38 jsonpatch==1.33 17:13:38 jsonpointer==3.0.0 17:13:38 jsonschema==4.26.0 17:13:38 jsonschema-specifications==2025.9.1 17:13:38 keystoneauth1==5.13.0 17:13:38 kubernetes==35.0.0 17:13:38 lftools==0.37.21 17:13:38 lxml==6.0.2 17:13:38 markdown-it-py==4.0.0 17:13:38 MarkupSafe==3.0.3 17:13:38 mdurl==0.1.2 17:13:38 msgpack==1.1.2 17:13:38 multi_key_dict==2.0.3 17:13:38 munch==4.0.0 17:13:38 netaddr==1.3.0 17:13:38 niet==1.4.2 17:13:38 nodeenv==1.10.0 17:13:38 oauth2client==4.1.3 17:13:38 oauthlib==3.3.1 17:13:38 openstacksdk==4.9.0 17:13:38 os-service-types==1.8.2 17:13:38 osc-lib==4.3.0 17:13:38 oslo.config==10.2.0 17:13:38 oslo.context==6.2.0 17:13:38 oslo.i18n==6.7.1 17:13:38 oslo.log==8.0.0 17:13:38 oslo.serialization==5.9.0 17:13:38 oslo.utils==9.2.0 17:13:38 packaging==26.0 17:13:38 pbr==7.0.3 17:13:38 platformdirs==4.5.1 17:13:38 prettytable==3.17.0 17:13:38 psutil==7.2.2 17:13:38 pyasn1==0.6.2 17:13:38 pyasn1_modules==0.4.2 17:13:38 pycparser==3.0 17:13:38 pygerrit2==2.0.15 17:13:38 PyGithub==2.8.1 17:13:38 Pygments==2.19.2 17:13:38 PyJWT==2.11.0 17:13:38 PyNaCl==1.6.2 17:13:38 pyparsing==2.4.7 17:13:38 pyperclip==1.11.0 17:13:38 pyrsistent==0.20.0 17:13:38 python-cinderclient==9.8.0 17:13:38 python-dateutil==2.9.0.post0 17:13:38 python-heatclient==5.0.0 17:13:38 python-jenkins==1.8.3 17:13:38 python-keystoneclient==5.7.0 17:13:38 python-magnumclient==4.9.0 17:13:38 python-openstackclient==8.3.0 17:13:38 python-swiftclient==4.9.0 17:13:38 PyYAML==6.0.3 17:13:38 referencing==0.37.0 17:13:38 requests==2.32.5 17:13:38 requests-oauthlib==2.0.0 17:13:38 requestsexceptions==1.4.0 17:13:38 rfc3986==2.0.0 17:13:38 rich==14.3.2 17:13:38 rich-argparse==1.7.2 17:13:38 rpds-py==0.30.0 17:13:38 rsa==4.9.1 17:13:38 ruamel.yaml==0.19.1 17:13:38 ruamel.yaml.clib==0.2.15 17:13:38 s3transfer==0.16.0 17:13:38 simplejson==3.20.2 17:13:38 six==1.17.0 17:13:38 smmap==5.0.2 17:13:38 soupsieve==2.8.3 17:13:38 stevedore==5.6.0 17:13:38 tabulate==0.9.0 17:13:38 toml==0.10.2 17:13:38 tomlkit==0.14.0 17:13:38 tqdm==4.67.3 17:13:38 typing_extensions==4.15.0 17:13:38 tzdata==2025.3 17:13:38 urllib3==1.26.20 17:13:38 virtualenv==20.36.1 17:13:38 wcwidth==0.6.0 17:13:38 websocket-client==1.9.0 17:13:38 wrapt==2.1.1 17:13:38 xdg==6.0.0 17:13:38 xmltodict==1.0.2 17:13:38 yq==3.4.3 17:13:38 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins2796112514945384353.sh 17:13:38 ---> sudo-logs.sh 17:13:38 Archiving 'sudo' log.. 17:13:38 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins10597696872010738584.sh 17:13:38 ---> job-cost.sh 17:13:38 Setup pyenv: 17:13:38 system 17:13:38 3.8.13 17:13:38 3.9.13 17:13:38 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 17:13:38 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-VfMd from file:/tmp/.os_lf_venv 17:13:38 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:13:38 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:13:40 lf-activate-venv(): INFO: Base packages installed successfully 17:13:40 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 17:13:45 lf-activate-venv(): INFO: Adding /tmp/venv-VfMd/bin to PATH 17:13:45 INFO: No Stack... 17:13:45 INFO: Retrieving Pricing Info for: v3-standard-4 17:13:45 INFO: Archiving Costs 17:13:45 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins7078144080763496842.sh 17:13:45 ---> logs-deploy.sh 17:13:45 Setup pyenv: 17:13:46 system 17:13:46 3.8.13 17:13:46 3.9.13 17:13:46 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 17:13:46 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-VfMd from file:/tmp/.os_lf_venv 17:13:46 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:13:46 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:13:47 lf-activate-venv(): INFO: Base packages installed successfully 17:13:47 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 17:13:55 lf-activate-venv(): INFO: Adding /tmp/venv-VfMd/bin to PATH 17:13:55 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/4402 17:13:55 INFO: archiving workspace using pattern(s): 17:13:56 Archives upload complete. 17:13:56 INFO: archiving logs to Nexus 17:13:57 ---> uname -a: 17:13:57 Linux prd-ubuntu1804-builder-4c-4g-6542 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 17:13:57 17:13:57 17:13:57 ---> lscpu: 17:13:57 Architecture: x86_64 17:13:57 CPU op-mode(s): 32-bit, 64-bit 17:13:57 Byte Order: Little Endian 17:13:57 CPU(s): 4 17:13:57 On-line CPU(s) list: 0-3 17:13:57 Thread(s) per core: 1 17:13:57 Core(s) per socket: 1 17:13:57 Socket(s): 4 17:13:57 NUMA node(s): 1 17:13:57 Vendor ID: AuthenticAMD 17:13:57 CPU family: 23 17:13:57 Model: 49 17:13:57 Model name: AMD EPYC-Rome Processor 17:13:57 Stepping: 0 17:13:57 CPU MHz: 2800.000 17:13:57 BogoMIPS: 5600.00 17:13:57 Virtualization: AMD-V 17:13:57 Hypervisor vendor: KVM 17:13:57 Virtualization type: full 17:13:57 L1d cache: 32K 17:13:57 L1i cache: 32K 17:13:57 L2 cache: 512K 17:13:57 L3 cache: 16384K 17:13:57 NUMA node0 CPU(s): 0-3 17:13:57 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 17:13:57 17:13:57 17:13:57 ---> nproc: 17:13:57 4 17:13:57 17:13:57 17:13:57 ---> df -h: 17:13:57 Filesystem Size Used Avail Use% Mounted on 17:13:57 udev 7.9G 0 7.9G 0% /dev 17:13:57 tmpfs 1.6G 680K 1.6G 1% /run 17:13:57 /dev/vda1 78G 8.3G 70G 11% / 17:13:57 tmpfs 7.9G 0 7.9G 0% /dev/shm 17:13:57 tmpfs 5.0M 0 5.0M 0% /run/lock 17:13:57 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 17:13:57 /dev/vda15 105M 4.4M 100M 5% /boot/efi 17:13:57 tmpfs 1.6G 0 1.6G 0% /run/user/1001 17:13:57 17:13:57 17:13:57 ---> free -m: 17:13:57 total used free shared buff/cache available 17:13:57 Mem: 16040 595 13380 0 2064 15131 17:13:57 Swap: 1023 0 1023 17:13:57 17:13:57 17:13:57 ---> ip addr: 17:13:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 17:13:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:13:57 inet 127.0.0.1/8 scope host lo 17:13:57 valid_lft forever preferred_lft forever 17:13:57 inet6 ::1/128 scope host 17:13:57 valid_lft forever preferred_lft forever 17:13:57 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 17:13:57 link/ether fa:16:3e:4a:a2:7b brd ff:ff:ff:ff:ff:ff 17:13:57 inet 10.30.106.247/23 brd 10.30.107.255 scope global dynamic ens3 17:13:57 valid_lft 86270sec preferred_lft 86270sec 17:13:57 inet6 fe80::f816:3eff:fe4a:a27b/64 scope link 17:13:57 valid_lft forever preferred_lft forever 17:13:57 17:13:57 17:13:57 ---> sar -b -r -n DEV: 17:13:57 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-6542) 02/09/26 _x86_64_ (4 CPU) 17:13:57 17:13:57 17:11:49 LINUX RESTART (4 CPU) 17:13:57 17:13:57 17:12:01 tps rtps wtps bread/s bwrtn/s 17:13:57 17:13:01 318.25 58.84 259.41 3702.05 63462.36 17:13:57 Average: 318.25 58.84 259.41 3702.05 63462.36 17:13:57 17:13:57 17:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:13:57 17:13:01 13882924 15450984 2542044 15.48 57680 1713116 916632 5.25 794404 1534936 114272 17:13:57 Average: 13882924 15450984 2542044 15.48 57680 1713116 916632 5.25 794404 1534936 114272 17:13:57 17:13:57 17:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:13:57 17:13:01 lo 1.40 1.40 0.16 0.16 0.00 0.00 0.00 0.00 17:13:57 17:13:01 ens3 461.31 325.68 2369.90 82.89 0.00 0.00 0.00 0.00 17:13:57 Average: lo 1.40 1.40 0.16 0.16 0.00 0.00 0.00 0.00 17:13:57 Average: ens3 461.31 325.68 2369.90 82.89 0.00 0.00 0.00 0.00 17:13:57 17:13:57 17:13:57 ---> sar -P ALL: 17:13:57 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-6542) 02/09/26 _x86_64_ (4 CPU) 17:13:57 17:13:57 17:11:49 LINUX RESTART (4 CPU) 17:13:57 17:13:57 17:12:01 CPU %user %nice %system %iowait %steal %idle 17:13:57 17:13:01 all 22.55 0.00 2.25 5.82 0.06 69.31 17:13:57 17:13:01 0 21.26 0.00 2.23 6.04 0.07 70.40 17:13:57 17:13:01 1 23.67 0.00 2.09 3.10 0.07 71.07 17:13:57 17:13:01 2 17.10 0.00 1.99 10.25 0.07 70.59 17:13:57 17:13:01 3 28.19 0.00 2.71 3.88 0.05 65.17 17:13:57 Average: all 22.55 0.00 2.25 5.82 0.06 69.31 17:13:57 Average: 0 21.26 0.00 2.23 6.04 0.07 70.40 17:13:57 Average: 1 23.67 0.00 2.09 3.10 0.07 71.07 17:13:57 Average: 2 17.10 0.00 1.99 10.25 0.07 70.59 17:13:57 Average: 3 28.19 0.00 2.71 3.88 0.05 65.17 17:13:57 17:13:57 17:13:57