09:18:59 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/141880 09:18:59 Running as SYSTEM 09:18:59 [EnvInject] - Loading node environment variables. 09:18:59 Building remotely on prd-ubuntu1804-builder-4c-4g-2033 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint 09:18:59 [ssh-agent] Looking for ssh-agent implementation... 09:19:00 $ ssh-agent 09:19:00 SSH_AUTH_SOCK=/tmp/ssh-iHhXdQvmya8J/agent.1636 09:19:00 SSH_AGENT_PID=1638 09:19:00 [ssh-agent] Started. 09:19:00 Running ssh-add (command line suppressed) 09:19:00 Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_11976626394374563171.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_11976626394374563171.key) 09:19:00 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 09:19:00 The recommended git tool is: NONE 09:19:01 using credential onap-jenkins-ssh 09:19:01 Wiping out workspace first. 09:19:01 Cloning the remote Git repository 09:19:01 Cloning repository git://cloud.onap.org/mirror/oom.git 09:19:02 > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 09:19:02 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 09:19:02 > git --version # timeout=10 09:19:02 > git --version # 'git version 2.17.1' 09:19:02 using GIT_SSH to set credentials Gerrit user 09:19:02 Verifying host key using manually-configured host key entries 09:19:02 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 09:19:08 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 09:19:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:19:08 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 09:19:09 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 09:19:09 using GIT_SSH to set credentials Gerrit user 09:19:09 Verifying host key using manually-configured host key entries 09:19:09 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/80/141880/11 # timeout=30 09:19:09 > git rev-parse 665b5d589556ee9133cb8da3e6d61488585aa9ee^{commit} # timeout=10 09:19:09 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 09:19:09 Checking out Revision 665b5d589556ee9133cb8da3e6d61488585aa9ee (refs/changes/80/141880/11) 09:19:09 > git config core.sparsecheckout # timeout=10 09:19:09 > git checkout -f 665b5d589556ee9133cb8da3e6d61488585aa9ee # timeout=30 09:19:12 Commit message: "[SDC] Move db init jobs to init container." 09:19:12 > git rev-parse FETCH_HEAD^{commit} # timeout=10 09:19:12 > git rev-list --no-walk 25779250e2d1b5f3d78a799a3c93113c19a26d88 # timeout=10 09:19:13 [EnvInject] - Injecting environment variables from a build step. 09:19:13 [EnvInject] - Injecting as environment variables the properties content 09:19:13 PYTHON=python3 09:19:13 09:19:13 [EnvInject] - Variables injected successfully. 09:19:13 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins14739357087791062212.sh 09:19:13 ---> tox-install.sh 09:19:13 + source /home/jenkins/lf-env.sh 09:19:13 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 09:19:13 ++ mktemp -d /tmp/venv-XXXX 09:19:13 + lf_venv=/tmp/venv-wfD0 09:19:13 + local venv_file=/tmp/.os_lf_venv 09:19:13 + local python=python3 09:19:13 + local options 09:19:13 + local set_path=true 09:19:13 + local install_args= 09:19:13 ++ 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 09:19:13 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:19:13 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:19:13 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 09:19:13 + true 09:19:13 + case $1 in 09:19:13 + venv_file=/tmp/.toxenv 09:19:13 + shift 2 09:19:13 + true 09:19:13 + case $1 in 09:19:13 + shift 09:19:13 + break 09:19:13 + case $python in 09:19:13 + local pkg_list= 09:19:13 + [[ -d /opt/pyenv ]] 09:19:13 + echo 'Setup pyenv:' 09:19:13 Setup pyenv: 09:19:13 + export PYENV_ROOT=/opt/pyenv 09:19:13 + PYENV_ROOT=/opt/pyenv 09:19:13 + 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 09:19:13 + 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 09:19:13 + pyenv versions 09:19:13 * system (set by /opt/pyenv/version) 09:19:13 * 3.8.13 (set by /opt/pyenv/version) 09:19:13 * 3.9.13 (set by /opt/pyenv/version) 09:19:13 * 3.10.6 (set by /opt/pyenv/version) 09:19:13 + command -v pyenv 09:19:13 ++ pyenv init - --no-rehash 09:19:13 + 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[*]}"'\'')" 09:19:13 export PATH="/opt/pyenv/shims:${PATH}" 09:19:13 export PYENV_SHELL=bash 09:19:13 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 09:19:13 pyenv() { 09:19:13 local command 09:19:13 command="${1:-}" 09:19:13 if [ "$#" -gt 0 ]; then 09:19:13 shift 09:19:13 fi 09:19:13 09:19:13 case "$command" in 09:19:13 rehash|shell) 09:19:13 eval "$(pyenv "sh-$command" "$@")" 09:19:13 ;; 09:19:13 *) 09:19:13 command pyenv "$command" "$@" 09:19:13 ;; 09:19:13 esac 09:19:13 }' 09:19:13 +++ 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[*]}"' 09:19:13 ++ 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 09:19:13 ++ 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 09:19:13 ++ 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 09:19:13 ++ export PYENV_SHELL=bash 09:19:13 ++ PYENV_SHELL=bash 09:19:13 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 09:19:13 +++ complete -F _pyenv pyenv 09:19:13 ++ lf-pyver python3 09:19:13 ++ local py_version_xy=python3 09:19:13 ++ local py_version_xyz= 09:19:13 ++ pyenv versions 09:19:13 ++ local command 09:19:13 ++ command=versions 09:19:13 ++ '[' 1 -gt 0 ']' 09:19:13 ++ shift 09:19:13 ++ case "$command" in 09:19:13 ++ command pyenv versions 09:19:13 ++ pyenv versions 09:19:13 ++ awk '{ print $1 }' 09:19:13 ++ sed 's/^[ *]* //' 09:19:13 ++ grep -E '^[0-9.]*[0-9]$' 09:19:13 ++ [[ ! -s /tmp/.pyenv_versions ]] 09:19:13 +++ grep '^3' /tmp/.pyenv_versions 09:19:13 +++ sort -V 09:19:13 +++ tail -n 1 09:19:13 ++ py_version_xyz=3.10.6 09:19:13 ++ [[ -z 3.10.6 ]] 09:19:13 ++ echo 3.10.6 09:19:13 ++ return 0 09:19:13 + pyenv local 3.10.6 09:19:13 + local command 09:19:13 + command=local 09:19:13 + '[' 2 -gt 0 ']' 09:19:13 + shift 09:19:13 + case "$command" in 09:19:13 + command pyenv local 3.10.6 09:19:13 + pyenv local 3.10.6 09:19:13 + for arg in "$@" 09:19:13 + case $arg in 09:19:13 + pkg_list+='tox ' 09:19:13 + for arg in "$@" 09:19:13 + case $arg in 09:19:13 + pkg_list+='virtualenv ' 09:19:13 + for arg in "$@" 09:19:13 + case $arg in 09:19:13 + pkg_list+='urllib3~=1.26.15 ' 09:19:13 + [[ -f /tmp/.toxenv ]] 09:19:13 + [[ ! -f /tmp/.toxenv ]] 09:19:13 + [[ -n '' ]] 09:19:13 + python3 -m venv /tmp/venv-wfD0 09:19:17 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wfD0' 09:19:17 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wfD0 09:19:17 + echo /tmp/venv-wfD0 09:19:17 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 09:19:17 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 09:19:17 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 09:19:17 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:19:17 + local 'pip_opts=--upgrade --quiet' 09:19:17 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 09:19:17 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 09:19:17 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 09:19:17 + [[ -n '' ]] 09:19:17 + [[ -n '' ]] 09:19:17 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 09:19:17 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:19:17 + /tmp/venv-wfD0/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 09:19:21 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 09:19:21 lf-activate-venv(): INFO: Base packages installed successfully 09:19:21 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 09:19:21 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 09:19:21 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 09:19:21 + /tmp/venv-wfD0/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 09:19:23 + type python3 09:19:23 + true 09:19:23 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-wfD0/bin to PATH' 09:19:23 lf-activate-venv(): INFO: Adding /tmp/venv-wfD0/bin to PATH 09:19:23 + PATH=/tmp/venv-wfD0/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 09:19:23 + return 0 09:19:23 + python3 --version 09:19:23 Python 3.10.6 09:19:23 + python3 -m pip --version 09:19:24 pip 25.3 from /tmp/venv-wfD0/lib/python3.10/site-packages/pip (python 3.10) 09:19:24 + python3 -m pip freeze 09:19:24 cachetools==6.2.4 09:19:24 chardet==5.2.0 09:19:24 colorama==0.4.6 09:19:24 distlib==0.4.0 09:19:24 filelock==3.20.1 09:19:24 packaging==25.0 09:19:24 platformdirs==4.5.1 09:19:24 pluggy==1.6.0 09:19:24 pyproject-api==1.10.0 09:19:24 tomli==2.3.0 09:19:24 tox==4.32.0 09:19:24 typing_extensions==4.15.0 09:19:24 urllib3==1.26.20 09:19:24 virtualenv==20.35.4 09:19:24 [EnvInject] - Injecting environment variables from a build step. 09:19:24 [EnvInject] - Injecting as environment variables the properties content 09:19:24 PARALLEL=false 09:19:24 09:19:24 [EnvInject] - Variables injected successfully. 09:19:24 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins4522817356177813983.sh 09:19:24 ---> tox-run.sh 09:19:24 + 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 09:19:24 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox 09:19:24 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs 09:19:24 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox 09:19:24 + cd /w/workspace/oom-master-checkbashisms-lint/. 09:19:24 + source /home/jenkins/lf-env.sh 09:19:24 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 09:19:24 ++ mktemp -d /tmp/venv-XXXX 09:19:24 + lf_venv=/tmp/venv-0RWf 09:19:24 + local venv_file=/tmp/.os_lf_venv 09:19:24 + local python=python3 09:19:24 + local options 09:19:24 + local set_path=true 09:19:24 + local install_args= 09:19:24 ++ 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 09:19:24 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:19:24 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:19:24 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 09:19:24 + true 09:19:24 + case $1 in 09:19:24 + venv_file=/tmp/.toxenv 09:19:24 + shift 2 09:19:24 + true 09:19:24 + case $1 in 09:19:24 + shift 09:19:24 + break 09:19:24 + case $python in 09:19:24 + local pkg_list= 09:19:24 + [[ -d /opt/pyenv ]] 09:19:24 + echo 'Setup pyenv:' 09:19:24 Setup pyenv: 09:19:24 + export PYENV_ROOT=/opt/pyenv 09:19:24 + PYENV_ROOT=/opt/pyenv 09:19:24 + 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 09:19:24 + 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 09:19:24 + pyenv versions 09:19:24 system 09:19:24 3.8.13 09:19:24 3.9.13 09:19:24 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 09:19:24 + command -v pyenv 09:19:24 ++ pyenv init - --no-rehash 09:19:24 + 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[*]}"'\'')" 09:19:24 export PATH="/opt/pyenv/shims:${PATH}" 09:19:24 export PYENV_SHELL=bash 09:19:24 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 09:19:24 pyenv() { 09:19:24 local command 09:19:24 command="${1:-}" 09:19:24 if [ "$#" -gt 0 ]; then 09:19:24 shift 09:19:24 fi 09:19:24 09:19:24 case "$command" in 09:19:24 rehash|shell) 09:19:24 eval "$(pyenv "sh-$command" "$@")" 09:19:24 ;; 09:19:24 *) 09:19:24 command pyenv "$command" "$@" 09:19:24 ;; 09:19:24 esac 09:19:24 }' 09:19:24 +++ 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[*]}"' 09:19:24 ++ 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 09:19:24 ++ 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 09:19:24 ++ 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 09:19:24 ++ export PYENV_SHELL=bash 09:19:24 ++ PYENV_SHELL=bash 09:19:24 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 09:19:24 +++ complete -F _pyenv pyenv 09:19:24 ++ lf-pyver python3 09:19:24 ++ local py_version_xy=python3 09:19:24 ++ local py_version_xyz= 09:19:24 ++ pyenv versions 09:19:24 ++ local command 09:19:24 ++ command=versions 09:19:24 ++ '[' 1 -gt 0 ']' 09:19:24 ++ shift 09:19:24 ++ case "$command" in 09:19:24 ++ command pyenv versions 09:19:24 ++ pyenv versions 09:19:24 ++ sed 's/^[ *]* //' 09:19:24 ++ awk '{ print $1 }' 09:19:24 ++ grep -E '^[0-9.]*[0-9]$' 09:19:24 ++ [[ ! -s /tmp/.pyenv_versions ]] 09:19:24 +++ grep '^3' /tmp/.pyenv_versions 09:19:24 +++ sort -V 09:19:24 +++ tail -n 1 09:19:24 ++ py_version_xyz=3.10.6 09:19:24 ++ [[ -z 3.10.6 ]] 09:19:24 ++ echo 3.10.6 09:19:24 ++ return 0 09:19:24 + pyenv local 3.10.6 09:19:24 + local command 09:19:24 + command=local 09:19:24 + '[' 2 -gt 0 ']' 09:19:24 + shift 09:19:24 + case "$command" in 09:19:24 + command pyenv local 3.10.6 09:19:24 + pyenv local 3.10.6 09:19:24 + for arg in "$@" 09:19:24 + case $arg in 09:19:24 + pkg_list+='tox ' 09:19:24 + for arg in "$@" 09:19:24 + case $arg in 09:19:24 + pkg_list+='virtualenv ' 09:19:24 + for arg in "$@" 09:19:24 + case $arg in 09:19:24 + pkg_list+='urllib3~=1.26.15 ' 09:19:24 + [[ -f /tmp/.toxenv ]] 09:19:24 ++ cat /tmp/.toxenv 09:19:24 + lf_venv=/tmp/venv-wfD0 09:19:24 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-wfD0 from' file:/tmp/.toxenv 09:19:24 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-wfD0 from file:/tmp/.toxenv 09:19:24 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 09:19:24 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:19:24 + local 'pip_opts=--upgrade --quiet' 09:19:24 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 09:19:24 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 09:19:24 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 09:19:24 + [[ -n '' ]] 09:19:24 + [[ -n '' ]] 09:19:24 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 09:19:24 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:19:24 + /tmp/venv-wfD0/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 09:19:25 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 09:19:25 lf-activate-venv(): INFO: Base packages installed successfully 09:19:25 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 09:19:25 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 09:19:25 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 09:19:25 + /tmp/venv-wfD0/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 09:19:26 + type python3 09:19:26 + true 09:19:26 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-wfD0/bin to PATH' 09:19:26 lf-activate-venv(): INFO: Adding /tmp/venv-wfD0/bin to PATH 09:19:26 + PATH=/tmp/venv-wfD0/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 09:19:26 + return 0 09:19:26 + [[ -d /opt/pyenv ]] 09:19:26 + echo '---> Setting up pyenv' 09:19:26 ---> Setting up pyenv 09:19:26 + export PYENV_ROOT=/opt/pyenv 09:19:26 + PYENV_ROOT=/opt/pyenv 09:19:26 + export PATH=/opt/pyenv/bin:/tmp/venv-wfD0/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 09:19:26 + PATH=/opt/pyenv/bin:/tmp/venv-wfD0/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 09:19:26 ++ pwd 09:19:26 + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint 09:19:26 + export PYTHONPATH 09:19:26 + export TOX_TESTENV_PASSENV=PYTHONPATH 09:19:26 + TOX_TESTENV_PASSENV=PYTHONPATH 09:19:26 + tox --version 09:19:27 4.32.0 from /tmp/venv-wfD0/lib/python3.10/site-packages/tox/__init__.py 09:19:27 + PARALLEL=false 09:19:27 + TOX_OPTIONS_LIST= 09:19:27 + [[ -n checkbashisms ]] 09:19:27 + TOX_OPTIONS_LIST=' -e checkbashisms' 09:19:27 + case ${PARALLEL,,} in 09:19:27 + tox -e checkbashisms 09:19:27 + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log 09:19:28 checkbashisms: freeze> python -m pip freeze --all 09:19:29 checkbashisms: pip==25.3,setuptools==80.9.0 09:19:29 checkbashisms: commands[0]> .ci/check-bashisms.sh 09:19:30 script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines 09:19:32 checkbashisms: OK (4.92=setup[1.48]+cmd[3.45] seconds) 09:19:32 congratulations :) (4.96 seconds) 09:19:32 + tox_status=0 09:19:32 + echo '---> Completed tox runs' 09:19:32 ---> Completed tox runs 09:19:32 + for i in .tox/*/log 09:19:32 ++ echo .tox/checkbashisms/log 09:19:32 ++ awk -F/ '{print $2}' 09:19:32 + tox_env=checkbashisms 09:19:32 + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms 09:19:32 + DOC_DIR=docs/_build/html 09:19:32 + [[ -d docs/_build/html ]] 09:19:32 + echo '---> tox-run.sh ends' 09:19:32 ---> tox-run.sh ends 09:19:32 + test 0 -eq 0 09:19:32 $ ssh-agent -k 09:19:32 unset SSH_AUTH_SOCK; 09:19:32 unset SSH_AGENT_PID; 09:19:32 echo Agent pid 1638 killed; 09:19:32 [ssh-agent] Stopped. 09:19:32 [PostBuildScript] - [INFO] Executing post build scripts. 09:19:32 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins11980370694480417509.sh 09:19:32 ---> sysstat.sh 09:19:33 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins9983606881442744338.sh 09:19:33 ---> package-listing.sh 09:19:33 ++ tr '[:upper:]' '[:lower:]' 09:19:33 ++ facter osfamily 09:19:33 + OS_FAMILY=debian 09:19:33 + workspace=/w/workspace/oom-master-checkbashisms-lint 09:19:33 + START_PACKAGES=/tmp/packages_start.txt 09:19:33 + END_PACKAGES=/tmp/packages_end.txt 09:19:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:19:33 + PACKAGES=/tmp/packages_start.txt 09:19:33 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 09:19:33 + PACKAGES=/tmp/packages_end.txt 09:19:33 + case "${OS_FAMILY}" in 09:19:33 + dpkg -l 09:19:33 + grep '^ii' 09:19:33 + '[' -f /tmp/packages_start.txt ']' 09:19:33 + '[' -f /tmp/packages_end.txt ']' 09:19:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:19:33 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 09:19:33 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ 09:19:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ 09:19:33 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins4759128671849259965.sh 09:19:33 ---> capture-instance-metadata.sh 09:19:33 Setup pyenv: 09:19:33 system 09:19:33 3.8.13 09:19:33 3.9.13 09:19:33 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 09:19:37 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lqT1 09:19:37 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 09:19:37 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:19:37 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:19:40 lf-activate-venv(): INFO: Base packages installed successfully 09:19:40 lf-activate-venv(): INFO: Installing additional packages: lftools 09:20:03 lf-activate-venv(): INFO: Adding /tmp/venv-lqT1/bin to PATH 09:20:03 INFO: Running in OpenStack, capturing instance metadata 09:20:03 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins14667565027814076339.sh 09:20:03 provisioning config files... 09:20:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config11372580293840569521tmp 09:20:03 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 09:20:03 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 09:20:03 [EnvInject] - Injecting environment variables from a build step. 09:20:03 [EnvInject] - Injecting as environment variables the properties content 09:20:03 SERVER_ID=logs 09:20:03 09:20:03 [EnvInject] - Variables injected successfully. 09:20:03 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins15810275065644838326.sh 09:20:03 ---> create-netrc.sh 09:20:03 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins14494277461120080942.sh 09:20:03 ---> python-tools-install.sh 09:20:03 Setup pyenv: 09:20:03 system 09:20:03 3.8.13 09:20:03 3.9.13 09:20:03 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 09:20:04 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-lqT1 from file:/tmp/.os_lf_venv 09:20:04 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:20:04 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:20:05 lf-activate-venv(): INFO: Base packages installed successfully 09:20:05 lf-activate-venv(): INFO: Installing additional packages: lftools 09:20:13 lf-activate-venv(): INFO: Adding /tmp/venv-lqT1/bin to PATH 09:20:13 Generating Requirements File 09:20:31 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. 09:20:31 httplib2 0.31.0 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 09:20:31 Python 3.10.6 09:20:31 pip 25.3 from /tmp/venv-lqT1/lib/python3.10/site-packages/pip (python 3.10) 09:20:32 appdirs==1.4.4 09:20:32 argcomplete==3.6.3 09:20:32 aspy.yaml==1.3.0 09:20:32 attrs==25.4.0 09:20:32 autopage==0.5.2 09:20:32 backports.strenum==1.3.1 09:20:32 beautifulsoup4==4.14.3 09:20:32 boto3==1.42.17 09:20:32 botocore==1.42.17 09:20:32 bs4==0.0.2 09:20:32 cachetools==6.2.4 09:20:32 certifi==2025.11.12 09:20:32 cffi==2.0.0 09:20:32 cfgv==3.5.0 09:20:32 chardet==5.2.0 09:20:32 charset-normalizer==3.4.4 09:20:32 click==8.3.1 09:20:32 cliff==4.13.1 09:20:32 cmd2==3.1.0 09:20:32 cryptography==3.3.2 09:20:32 debtcollector==3.0.0 09:20:32 decorator==5.2.1 09:20:32 defusedxml==0.7.1 09:20:32 Deprecated==1.3.1 09:20:32 distlib==0.4.0 09:20:32 dnspython==2.8.0 09:20:32 docker==7.1.0 09:20:32 dogpile.cache==1.5.0 09:20:32 durationpy==0.10 09:20:32 email-validator==2.3.0 09:20:32 filelock==3.20.1 09:20:32 future==1.0.0 09:20:32 gitdb==4.0.12 09:20:32 GitPython==3.1.45 09:20:32 google-auth==2.45.0 09:20:32 httplib2==0.31.0 09:20:32 identify==2.6.15 09:20:32 idna==3.11 09:20:32 importlib-resources==1.5.0 09:20:32 iso8601==2.1.0 09:20:32 Jinja2==3.1.6 09:20:32 jmespath==1.0.1 09:20:32 jsonpatch==1.33 09:20:32 jsonpointer==3.0.0 09:20:32 jsonschema==4.25.1 09:20:32 jsonschema-specifications==2025.9.1 09:20:32 keystoneauth1==5.12.0 09:20:32 kubernetes==34.1.0 09:20:32 lftools==0.37.18 09:20:32 lxml==6.0.2 09:20:32 markdown-it-py==4.0.0 09:20:32 MarkupSafe==3.0.3 09:20:32 mdurl==0.1.2 09:20:32 msgpack==1.1.2 09:20:32 multi_key_dict==2.0.3 09:20:32 munch==4.0.0 09:20:32 netaddr==1.3.0 09:20:32 niet==1.4.2 09:20:32 nodeenv==1.10.0 09:20:32 oauth2client==4.1.3 09:20:32 oauthlib==3.3.1 09:20:32 openstacksdk==4.8.0 09:20:32 os-service-types==1.8.2 09:20:32 osc-lib==4.3.0 09:20:32 oslo.config==10.1.0 09:20:32 oslo.context==6.2.0 09:20:32 oslo.i18n==6.7.1 09:20:32 oslo.log==8.0.0 09:20:32 oslo.serialization==5.9.0 09:20:32 oslo.utils==9.2.0 09:20:32 packaging==25.0 09:20:32 pbr==7.0.3 09:20:32 platformdirs==4.5.1 09:20:32 prettytable==3.17.0 09:20:32 psutil==7.2.1 09:20:32 pyasn1==0.6.1 09:20:32 pyasn1_modules==0.4.2 09:20:32 pycparser==2.23 09:20:32 pygerrit2==2.0.15 09:20:32 PyGithub==2.8.1 09:20:32 Pygments==2.19.2 09:20:32 PyJWT==2.10.1 09:20:32 PyNaCl==1.6.1 09:20:32 pyparsing==2.4.7 09:20:32 pyperclip==1.11.0 09:20:32 pyrsistent==0.20.0 09:20:32 python-cinderclient==9.8.0 09:20:32 python-dateutil==2.9.0.post0 09:20:32 python-heatclient==4.3.0 09:20:32 python-jenkins==1.8.3 09:20:32 python-keystoneclient==5.7.0 09:20:32 python-magnumclient==4.9.0 09:20:32 python-openstackclient==8.2.0 09:20:32 python-swiftclient==4.9.0 09:20:32 PyYAML==6.0.3 09:20:32 referencing==0.37.0 09:20:32 requests==2.32.5 09:20:32 requests-oauthlib==2.0.0 09:20:32 requestsexceptions==1.4.0 09:20:32 rfc3986==2.0.0 09:20:32 rich==14.2.0 09:20:32 rich-argparse==1.7.2 09:20:32 rpds-py==0.30.0 09:20:32 rsa==4.9.1 09:20:32 ruamel.yaml==0.18.17 09:20:32 ruamel.yaml.clib==0.2.15 09:20:32 s3transfer==0.16.0 09:20:32 simplejson==3.20.2 09:20:32 six==1.17.0 09:20:32 smmap==5.0.2 09:20:32 soupsieve==2.8.1 09:20:32 stevedore==5.6.0 09:20:32 tabulate==0.9.0 09:20:32 toml==0.10.2 09:20:32 tomlkit==0.13.3 09:20:32 tqdm==4.67.1 09:20:32 typing_extensions==4.15.0 09:20:32 tzdata==2025.3 09:20:32 urllib3==1.26.20 09:20:32 virtualenv==20.35.4 09:20:32 wcwidth==0.2.14 09:20:32 websocket-client==1.9.0 09:20:32 wrapt==2.0.1 09:20:32 xdg==6.0.0 09:20:32 xmltodict==1.0.2 09:20:32 yq==3.4.3 09:20:32 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins6363729409016988041.sh 09:20:32 ---> sudo-logs.sh 09:20:32 Archiving 'sudo' log.. 09:20:32 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins17626766245927032711.sh 09:20:32 ---> job-cost.sh 09:20:32 Setup pyenv: 09:20:32 system 09:20:32 3.8.13 09:20:32 3.9.13 09:20:32 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 09:20:32 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-lqT1 from file:/tmp/.os_lf_venv 09:20:32 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:20:32 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:20:34 lf-activate-venv(): INFO: Base packages installed successfully 09:20:34 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 09:20:39 lf-activate-venv(): INFO: Adding /tmp/venv-lqT1/bin to PATH 09:20:39 INFO: No Stack... 09:20:40 INFO: Retrieving Pricing Info for: v3-standard-4 09:20:40 INFO: Archiving Costs 09:20:40 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins15056470054025204581.sh 09:20:40 ---> logs-deploy.sh 09:20:40 Setup pyenv: 09:20:40 system 09:20:40 3.8.13 09:20:40 3.9.13 09:20:40 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 09:20:40 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-lqT1 from file:/tmp/.os_lf_venv 09:20:40 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:20:40 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:20:42 lf-activate-venv(): INFO: Base packages installed successfully 09:20:42 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 09:20:50 lf-activate-venv(): INFO: Adding /tmp/venv-lqT1/bin to PATH 09:20:50 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/4371 09:20:50 INFO: archiving workspace using pattern(s): 09:20:51 Archives upload complete. 09:20:51 INFO: archiving logs to Nexus 09:20:52 ---> uname -a: 09:20:52 Linux prd-ubuntu1804-builder-4c-4g-2033 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 09:20:52 09:20:52 09:20:52 ---> lscpu: 09:20:52 Architecture: x86_64 09:20:52 CPU op-mode(s): 32-bit, 64-bit 09:20:52 Byte Order: Little Endian 09:20:52 CPU(s): 4 09:20:52 On-line CPU(s) list: 0-3 09:20:52 Thread(s) per core: 1 09:20:52 Core(s) per socket: 1 09:20:52 Socket(s): 4 09:20:52 NUMA node(s): 1 09:20:52 Vendor ID: AuthenticAMD 09:20:52 CPU family: 23 09:20:52 Model: 49 09:20:52 Model name: AMD EPYC-Rome Processor 09:20:52 Stepping: 0 09:20:52 CPU MHz: 2799.998 09:20:52 BogoMIPS: 5599.99 09:20:52 Virtualization: AMD-V 09:20:52 Hypervisor vendor: KVM 09:20:52 Virtualization type: full 09:20:52 L1d cache: 32K 09:20:52 L1i cache: 32K 09:20:52 L2 cache: 512K 09:20:52 L3 cache: 16384K 09:20:52 NUMA node0 CPU(s): 0-3 09:20:52 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 09:20:52 09:20:52 09:20:52 ---> nproc: 09:20:52 4 09:20:52 09:20:52 09:20:52 ---> df -h: 09:20:52 Filesystem Size Used Avail Use% Mounted on 09:20:52 udev 7.9G 0 7.9G 0% /dev 09:20:52 tmpfs 1.6G 676K 1.6G 1% /run 09:20:52 /dev/vda1 78G 8.3G 70G 11% / 09:20:52 tmpfs 7.9G 0 7.9G 0% /dev/shm 09:20:52 tmpfs 5.0M 0 5.0M 0% /run/lock 09:20:52 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 09:20:52 /dev/vda15 105M 4.4M 100M 5% /boot/efi 09:20:52 tmpfs 1.6G 0 1.6G 0% /run/user/1001 09:20:52 09:20:52 09:20:52 ---> free -m: 09:20:52 total used free shared buff/cache available 09:20:52 Mem: 16040 550 13416 0 2072 15175 09:20:52 Swap: 1023 0 1023 09:20:52 09:20:52 09:20:52 ---> ip addr: 09:20:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 09:20:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:20:52 inet 127.0.0.1/8 scope host lo 09:20:52 valid_lft forever preferred_lft forever 09:20:52 inet6 ::1/128 scope host 09:20:52 valid_lft forever preferred_lft forever 09:20:52 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 09:20:52 link/ether fa:16:3e:d1:91:94 brd ff:ff:ff:ff:ff:ff 09:20:52 inet 10.30.107.180/23 brd 10.30.107.255 scope global dynamic ens3 09:20:52 valid_lft 86274sec preferred_lft 86274sec 09:20:52 inet6 fe80::f816:3eff:fed1:9194/64 scope link 09:20:52 valid_lft forever preferred_lft forever 09:20:52 09:20:52 09:20:52 ---> sar -b -r -n DEV: 09:20:52 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-2033) 12/29/25 _x86_64_ (4 CPU) 09:20:52 09:20:52 09:18:48 LINUX RESTART (4 CPU) 09:20:52 09:20:52 09:19:01 tps rtps wtps bread/s bwrtn/s 09:20:52 09:20:01 322.90 24.10 298.80 816.53 58806.47 09:20:52 Average: 322.90 24.10 298.80 816.53 58806.47 09:20:52 09:20:52 09:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:20:52 09:20:01 13770168 15479152 2654800 16.16 68092 1834640 849824 4.86 805400 1620888 211328 09:20:52 Average: 13770168 15479152 2654800 16.16 68092 1834640 849824 4.86 805400 1620888 211328 09:20:52 09:20:52 09:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:20:52 09:20:01 ens3 198.12 143.16 1752.95 37.29 0.00 0.00 0.00 0.00 09:20:52 09:20:01 lo 1.33 1.33 0.15 0.15 0.00 0.00 0.00 0.00 09:20:52 Average: ens3 198.12 143.16 1752.95 37.29 0.00 0.00 0.00 0.00 09:20:52 Average: lo 1.33 1.33 0.15 0.15 0.00 0.00 0.00 0.00 09:20:52 09:20:52 09:20:52 ---> sar -P ALL: 09:20:52 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-2033) 12/29/25 _x86_64_ (4 CPU) 09:20:52 09:20:52 09:18:48 LINUX RESTART (4 CPU) 09:20:52 09:20:52 09:19:01 CPU %user %nice %system %iowait %steal %idle 09:20:52 09:20:01 all 21.40 0.00 2.10 3.21 0.06 73.24 09:20:52 09:20:01 0 24.23 0.00 2.03 4.28 0.05 69.40 09:20:52 09:20:01 1 26.63 0.00 2.05 2.19 0.07 69.06 09:20:52 09:20:01 2 19.33 0.00 1.82 1.12 0.07 77.67 09:20:52 09:20:01 3 15.40 0.00 2.46 5.24 0.07 76.83 09:20:52 Average: all 21.40 0.00 2.10 3.21 0.06 73.24 09:20:52 Average: 0 24.23 0.00 2.03 4.28 0.05 69.40 09:20:52 Average: 1 26.63 0.00 2.05 2.19 0.07 69.06 09:20:52 Average: 2 19.33 0.00 1.82 1.12 0.07 77.67 09:20:52 Average: 3 15.40 0.00 2.46 5.24 0.07 76.83 09:20:52 09:20:52 09:20:52