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