16:18:30 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/136832 16:18:30 Running as SYSTEM 16:18:30 [EnvInject] - Loading node environment variables. 16:18:30 Building remotely on prd-ubuntu1804-builder-4c-4g-4597 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-commit-lint 16:18:30 [ssh-agent] Looking for ssh-agent implementation... 16:18:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:18:30 $ ssh-agent 16:18:30 SSH_AUTH_SOCK=/tmp/ssh-hawf4ppSltC9/agent.1682 16:18:30 SSH_AGENT_PID=1684 16:18:30 [ssh-agent] Started. 16:18:30 Running ssh-add (command line suppressed) 16:18:30 Identity added: /w/workspace/oom-master-commit-lint@tmp/private_key_16944339241083150211.key (/w/workspace/oom-master-commit-lint@tmp/private_key_16944339241083150211.key) 16:18:30 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 16:18:30 The recommended git tool is: NONE 16:18:32 using credential onap-jenkins-ssh 16:18:32 Wiping out workspace first. 16:18:32 Cloning the remote Git repository 16:18:32 Cloning repository git://cloud.onap.org/mirror/oom.git 16:18:32 > git init /w/workspace/oom-master-commit-lint # timeout=10 16:18:32 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 16:18:32 > git --version # timeout=10 16:18:32 > git --version # 'git version 2.17.1' 16:18:32 using GIT_SSH to set credentials Gerrit user 16:18:32 Verifying host key using manually-configured host key entries 16:18:32 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 16:18:38 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 16:18:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:18:38 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 16:18:38 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 16:18:38 using GIT_SSH to set credentials Gerrit user 16:18:38 Verifying host key using manually-configured host key entries 16:18:38 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/32/136832/1 # timeout=30 16:18:39 > git rev-parse d7fa25efdf2960eed21e48118acf5fe501918bf6^{commit} # timeout=10 16:18:39 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 16:18:39 Checking out Revision d7fa25efdf2960eed21e48118acf5fe501918bf6 (refs/changes/32/136832/1) 16:18:39 > git config core.sparsecheckout # timeout=10 16:18:39 > git checkout -f d7fa25efdf2960eed21e48118acf5fe501918bf6 # timeout=30 16:18:42 Commit message: "[POLICY] Update docker images to latest versions" 16:18:42 > git rev-parse FETCH_HEAD^{commit} # timeout=10 16:18:42 > git rev-list --no-walk b384dc127c99a1aeccd31e170a580b750374b54b # timeout=10 16:18:42 [EnvInject] - Injecting environment variables from a build step. 16:18:42 [EnvInject] - Injecting as environment variables the properties content 16:18:42 PYTHON=python3 16:18:42 16:18:42 [EnvInject] - Variables injected successfully. 16:18:42 [oom-master-commit-lint] $ /bin/bash -l /tmp/jenkins86187012536566940.sh 16:18:42 ---> tox-install.sh 16:18:42 + source /home/jenkins/lf-env.sh 16:18:42 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 16:18:42 ++ mktemp -d /tmp/venv-XXXX 16:18:42 + lf_venv=/tmp/venv-6xTr 16:18:42 + local venv_file=/tmp/.os_lf_venv 16:18:42 + local python=python3 16:18:42 + local options 16:18:42 + local set_path=true 16:18:42 + local install_args= 16:18:42 ++ 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 16:18:42 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:18:42 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:18:42 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 16:18:42 + true 16:18:42 + case $1 in 16:18:42 + venv_file=/tmp/.toxenv 16:18:42 + shift 2 16:18:42 + true 16:18:42 + case $1 in 16:18:42 + shift 16:18:42 + break 16:18:42 + case $python in 16:18:42 + local pkg_list= 16:18:42 + [[ -d /opt/pyenv ]] 16:18:42 + echo 'Setup pyenv:' 16:18:42 Setup pyenv: 16:18:42 + export PYENV_ROOT=/opt/pyenv 16:18:42 + PYENV_ROOT=/opt/pyenv 16:18:42 + 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 16:18:42 + 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 16:18:42 + pyenv versions 16:18:42 * system (set by /opt/pyenv/version) 16:18:42 * 3.8.13 (set by /opt/pyenv/version) 16:18:42 * 3.9.13 (set by /opt/pyenv/version) 16:18:42 * 3.10.6 (set by /opt/pyenv/version) 16:18:42 + command -v pyenv 16:18:42 ++ pyenv init - --no-rehash 16:18:42 + 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[*]}"'\'')" 16:18:42 export PATH="/opt/pyenv/shims:${PATH}" 16:18:42 export PYENV_SHELL=bash 16:18:42 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 16:18:42 pyenv() { 16:18:42 local command 16:18:42 command="${1:-}" 16:18:42 if [ "$#" -gt 0 ]; then 16:18:42 shift 16:18:42 fi 16:18:42 16:18:42 case "$command" in 16:18:42 rehash|shell) 16:18:42 eval "$(pyenv "sh-$command" "$@")" 16:18:42 ;; 16:18:42 *) 16:18:42 command pyenv "$command" "$@" 16:18:42 ;; 16:18:42 esac 16:18:42 }' 16:18:42 +++ 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[*]}"' 16:18:42 ++ 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 16:18:42 ++ 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 16:18:42 ++ 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 16:18:42 ++ export PYENV_SHELL=bash 16:18:42 ++ PYENV_SHELL=bash 16:18:42 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 16:18:42 +++ complete -F _pyenv pyenv 16:18:42 ++ lf-pyver python3 16:18:42 ++ local py_version_xy=python3 16:18:42 ++ local py_version_xyz= 16:18:42 ++ pyenv versions 16:18:42 ++ local command 16:18:42 ++ command=versions 16:18:42 ++ '[' 1 -gt 0 ']' 16:18:42 ++ shift 16:18:42 ++ case "$command" in 16:18:42 ++ command pyenv versions 16:18:42 ++ pyenv versions 16:18:42 ++ sed 's/^[ *]* //' 16:18:42 ++ grep -E '^[0-9.]*[0-9]$' 16:18:42 ++ awk '{ print $1 }' 16:18:42 ++ [[ ! -s /tmp/.pyenv_versions ]] 16:18:42 +++ grep '^3' /tmp/.pyenv_versions 16:18:42 +++ sort -V 16:18:42 +++ tail -n 1 16:18:42 ++ py_version_xyz=3.10.6 16:18:42 ++ [[ -z 3.10.6 ]] 16:18:42 ++ echo 3.10.6 16:18:42 ++ return 0 16:18:42 + pyenv local 3.10.6 16:18:42 + local command 16:18:42 + command=local 16:18:42 + '[' 2 -gt 0 ']' 16:18:42 + shift 16:18:42 + case "$command" in 16:18:42 + command pyenv local 3.10.6 16:18:42 + pyenv local 3.10.6 16:18:42 + for arg in "$@" 16:18:42 + case $arg in 16:18:42 + pkg_list+='tox ' 16:18:42 + for arg in "$@" 16:18:42 + case $arg in 16:18:42 + pkg_list+='virtualenv ' 16:18:42 + for arg in "$@" 16:18:42 + case $arg in 16:18:42 + pkg_list+='urllib3~=1.26.15 ' 16:18:42 + [[ -f /tmp/.toxenv ]] 16:18:42 + [[ ! -f /tmp/.toxenv ]] 16:18:42 + [[ -n '' ]] 16:18:42 + python3 -m venv /tmp/venv-6xTr 16:18:47 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6xTr' 16:18:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6xTr 16:18:47 + echo /tmp/venv-6xTr 16:18:47 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 16:18:47 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 16:18:47 + /tmp/venv-6xTr/bin/python3 -m pip install --upgrade --quiet pip virtualenv 16:18:50 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 16:18:50 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 16:18:50 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 16:18:50 + /tmp/venv-6xTr/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 16:18:52 + type python3 16:18:52 + true 16:18:52 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-6xTr/bin to PATH' 16:18:52 lf-activate-venv(): INFO: Adding /tmp/venv-6xTr/bin to PATH 16:18:52 + PATH=/tmp/venv-6xTr/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 16:18:52 + return 0 16:18:52 + python3 --version 16:18:52 Python 3.10.6 16:18:52 + python3 -m pip --version 16:18:53 pip 23.3.1 from /tmp/venv-6xTr/lib/python3.10/site-packages/pip (python 3.10) 16:18:53 + python3 -m pip freeze 16:18:53 cachetools==5.3.2 16:18:53 chardet==5.2.0 16:18:53 colorama==0.4.6 16:18:53 distlib==0.3.8 16:18:53 filelock==3.13.1 16:18:53 packaging==23.2 16:18:53 platformdirs==4.1.0 16:18:53 pluggy==1.3.0 16:18:53 pyproject-api==1.6.1 16:18:53 tomli==2.0.1 16:18:53 tox==4.11.4 16:18:53 urllib3==1.26.18 16:18:53 virtualenv==20.25.0 16:18:53 [EnvInject] - Injecting environment variables from a build step. 16:18:53 [EnvInject] - Injecting as environment variables the properties content 16:18:53 PARALLEL=false 16:18:53 16:18:53 [EnvInject] - Variables injected successfully. 16:18:53 [oom-master-commit-lint] $ /bin/bash -l /tmp/jenkins14890762064050578111.sh 16:18:53 ---> tox-run.sh 16:18:53 + 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 16:18:53 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-commit-lint/archives/tox 16:18:53 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-commit-lint/archives/docs 16:18:53 + mkdir -p /w/workspace/oom-master-commit-lint/archives/tox 16:18:53 + cd /w/workspace/oom-master-commit-lint/. 16:18:53 + source /home/jenkins/lf-env.sh 16:18:53 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 16:18:53 ++ mktemp -d /tmp/venv-XXXX 16:18:53 + lf_venv=/tmp/venv-qA7D 16:18:53 + local venv_file=/tmp/.os_lf_venv 16:18:53 + local python=python3 16:18:53 + local options 16:18:53 + local set_path=true 16:18:53 + local install_args= 16:18:53 ++ 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 16:18:53 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:18:53 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:18:53 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 16:18:53 + true 16:18:53 + case $1 in 16:18:53 + venv_file=/tmp/.toxenv 16:18:53 + shift 2 16:18:53 + true 16:18:53 + case $1 in 16:18:53 + shift 16:18:53 + break 16:18:53 + case $python in 16:18:53 + local pkg_list= 16:18:53 + [[ -d /opt/pyenv ]] 16:18:53 + echo 'Setup pyenv:' 16:18:53 Setup pyenv: 16:18:53 + export PYENV_ROOT=/opt/pyenv 16:18:53 + PYENV_ROOT=/opt/pyenv 16:18:53 + 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 16:18:53 + 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 16:18:53 + pyenv versions 16:18:53 system 16:18:53 3.8.13 16:18:53 3.9.13 16:18:53 * 3.10.6 (set by /w/workspace/oom-master-commit-lint/.python-version) 16:18:53 + command -v pyenv 16:18:53 ++ pyenv init - --no-rehash 16:18:53 + 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[*]}"'\'')" 16:18:53 export PATH="/opt/pyenv/shims:${PATH}" 16:18:53 export PYENV_SHELL=bash 16:18:53 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 16:18:53 pyenv() { 16:18:53 local command 16:18:53 command="${1:-}" 16:18:53 if [ "$#" -gt 0 ]; then 16:18:53 shift 16:18:53 fi 16:18:53 16:18:53 case "$command" in 16:18:53 rehash|shell) 16:18:53 eval "$(pyenv "sh-$command" "$@")" 16:18:53 ;; 16:18:53 *) 16:18:53 command pyenv "$command" "$@" 16:18:53 ;; 16:18:53 esac 16:18:53 }' 16:18:53 +++ 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[*]}"' 16:18:53 ++ 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 16:18:53 ++ 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 16:18:53 ++ 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 16:18:53 ++ export PYENV_SHELL=bash 16:18:53 ++ PYENV_SHELL=bash 16:18:53 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 16:18:53 +++ complete -F _pyenv pyenv 16:18:53 ++ lf-pyver python3 16:18:53 ++ local py_version_xy=python3 16:18:53 ++ local py_version_xyz= 16:18:53 ++ pyenv versions 16:18:53 ++ sed 's/^[ *]* //' 16:18:53 ++ local command 16:18:53 ++ command=versions 16:18:53 ++ '[' 1 -gt 0 ']' 16:18:53 ++ awk '{ print $1 }' 16:18:53 ++ shift 16:18:53 ++ case "$command" in 16:18:53 ++ command pyenv versions 16:18:53 ++ pyenv versions 16:18:53 ++ grep -E '^[0-9.]*[0-9]$' 16:18:53 ++ [[ ! -s /tmp/.pyenv_versions ]] 16:18:53 +++ grep '^3' /tmp/.pyenv_versions 16:18:53 +++ sort -V 16:18:53 +++ tail -n 1 16:18:53 ++ py_version_xyz=3.10.6 16:18:53 ++ [[ -z 3.10.6 ]] 16:18:53 ++ echo 3.10.6 16:18:53 ++ return 0 16:18:53 + pyenv local 3.10.6 16:18:53 + local command 16:18:53 + command=local 16:18:53 + '[' 2 -gt 0 ']' 16:18:53 + shift 16:18:53 + case "$command" in 16:18:53 + command pyenv local 3.10.6 16:18:53 + pyenv local 3.10.6 16:18:53 + for arg in "$@" 16:18:53 + case $arg in 16:18:53 + pkg_list+='tox ' 16:18:53 + for arg in "$@" 16:18:53 + case $arg in 16:18:53 + pkg_list+='virtualenv ' 16:18:53 + for arg in "$@" 16:18:53 + case $arg in 16:18:53 + pkg_list+='urllib3~=1.26.15 ' 16:18:53 + [[ -f /tmp/.toxenv ]] 16:18:53 ++ cat /tmp/.toxenv 16:18:53 + lf_venv=/tmp/venv-6xTr 16:18:53 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-6xTr from' file:/tmp/.toxenv 16:18:53 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-6xTr from file:/tmp/.toxenv 16:18:53 + /tmp/venv-6xTr/bin/python3 -m pip install --upgrade --quiet pip virtualenv 16:18:54 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 16:18:54 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 16:18:54 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 16:18:54 + /tmp/venv-6xTr/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 16:18:56 + type python3 16:18:56 + true 16:18:56 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-6xTr/bin to PATH' 16:18:56 lf-activate-venv(): INFO: Adding /tmp/venv-6xTr/bin to PATH 16:18:56 + PATH=/tmp/venv-6xTr/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 16:18:56 + return 0 16:18:56 + [[ -d /opt/pyenv ]] 16:18:56 + echo '---> Setting up pyenv' 16:18:56 ---> Setting up pyenv 16:18:56 + export PYENV_ROOT=/opt/pyenv 16:18:56 + PYENV_ROOT=/opt/pyenv 16:18:56 + export PATH=/opt/pyenv/bin:/tmp/venv-6xTr/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 16:18:56 + PATH=/opt/pyenv/bin:/tmp/venv-6xTr/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 16:18:56 ++ pwd 16:18:56 + PYTHONPATH=/w/workspace/oom-master-commit-lint 16:18:56 + export PYTHONPATH 16:18:56 + export TOX_TESTENV_PASSENV=PYTHONPATH 16:18:56 + TOX_TESTENV_PASSENV=PYTHONPATH 16:18:56 + tox --version 16:18:56 4.11.4 from /tmp/venv-6xTr/lib/python3.10/site-packages/tox/__init__.py 16:18:56 + PARALLEL=false 16:18:56 + TOX_OPTIONS_LIST= 16:18:56 + [[ -n gitlint ]] 16:18:56 + TOX_OPTIONS_LIST=' -e gitlint' 16:18:56 + case ${PARALLEL,,} in 16:18:56 + tox -e gitlint 16:18:56 + tee -a /w/workspace/oom-master-commit-lint/archives/tox/tox.log 16:19:01 gitlint: install_deps> python -I -m pip install -r /w/workspace/oom-master-commit-lint/requirements.txt -c https://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt -c https://git.onap.org/doc/plain/etc/upper-constraints.onap.txt 16:19:27 gitlint: freeze> python -m pip freeze --all 16:19:27 gitlint: alabaster==0.7.12,apeye==1.4.1,apeye-core==1.1.4,arrow==1.2.2,astroid==2.13.5,attrs==21.4.0,autodocsumm==0.2.11,autopep8==1.7.0,Babel==2.9.1,beautifulsoup4==4.10.0,blockdiag==3.0.0,CacheControl==0.12.14,certifi==2023.11.17,charset-normalizer==2.0.12,click==8.0.4,cssutils==2.9.0,dict2css==0.3.0.post1,dill==0.3.7,doc8==0.10.1,docutils==0.17.1,domdf-python-tools==3.8.0.post2,funcparserlib==1.0.0a0,future==0.18.2,gitlint-core==0.17.0,html5lib==1.1,idna==3.3,imagesize==1.3.0,importlib-metadata==4.11.1,isort==5.13.1,Jinja2==3.0.3,jsonschema==3.2.0,lazy-object-proxy==1.9.0,lockfile==0.12.2,MarkupSafe==2.1.0,mccabe==0.7.0,msgpack==1.0.3,natsort==8.4.0,packaging==21.3,pbr==5.8.1,Pillow==9.0.1,pip==23.3.1,platformdirs==2.5.1,pycodestyle==2.11.1,pyenchant==3.2.2,Pygments==2.11.2,pylint==2.15.0,pyparsing==3.0.7,pyrsistent==0.18.1,python-dateutil==2.8.2,pytz==2021.3,PyYAML==6.0,requests==2.27.1,requests-file==1.5.1,restructuredtext-lint==1.4.0,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.6,seqdiag==3.0.0,setuptools==60.9.3,sh==1.14.3,six==1.16.0,snowballstemmer==2.2.0,soupsieve==2.3.1,Sphinx==4.4.0,sphinx-autodoc-typehints==1.17.1,sphinx-jinja2-compat==0.2.0.post1,sphinx-prompt==1.5.0,sphinx-rtd-theme==1.0.0,sphinx-tabs==3.4.0,sphinx-toolbox==3.2.0,sphinxcontrib-applehelp==1.0.2,sphinxcontrib-blockdiag==3.0.0,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==2.0.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-plantuml==0.24,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-redoc==1.6.0,sphinxcontrib-seqdiag==3.0.0,sphinxcontrib-serializinghtml==1.1.5,sphinxcontrib-spelling==8.0.0,sphinxcontrib-swaggerdoc==0.1.7,stevedore==3.5.2,tabulate==0.8.9,toml==0.10.2,tomli==2.0.1,tomlkit==0.12.3,typing_extensions==4.1.1,urllib3==1.26.8,webcolors==1.11.1,webencodings==0.5.1,wheel==0.42.0,wrapt==1.13.3,zipp==3.7.0 16:19:27 gitlint: commands[0]> gitlint 16:19:27 gitlint: OK (31.15=setup[30.96]+cmd[0.19] seconds) 16:19:27 congratulations :) (31.32 seconds) 16:19:27 + tox_status=0 16:19:27 + echo '---> Completed tox runs' 16:19:27 ---> Completed tox runs 16:19:27 + for i in .tox/*/log 16:19:27 ++ echo .tox/gitlint/log 16:19:27 ++ awk -F/ '{print $2}' 16:19:27 + tox_env=gitlint 16:19:27 + cp -r .tox/gitlint/log /w/workspace/oom-master-commit-lint/archives/tox/gitlint 16:19:27 + DOC_DIR=docs/_build/html 16:19:27 + [[ -d docs/_build/html ]] 16:19:27 + echo '---> tox-run.sh ends' 16:19:27 ---> tox-run.sh ends 16:19:27 + test 0 -eq 0 16:19:27 $ ssh-agent -k 16:19:27 unset SSH_AUTH_SOCK; 16:19:27 unset SSH_AGENT_PID; 16:19:27 echo Agent pid 1684 killed; 16:19:27 [ssh-agent] Stopped. 16:19:27 [PostBuildScript] - [INFO] Executing post build scripts. 16:19:27 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins5139223458350488161.sh 16:19:27 ---> sysstat.sh 16:19:28 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins2928267146023412407.sh 16:19:28 ---> package-listing.sh 16:19:28 ++ facter osfamily 16:19:28 ++ tr '[:upper:]' '[:lower:]' 16:19:28 + OS_FAMILY=debian 16:19:28 + workspace=/w/workspace/oom-master-commit-lint 16:19:28 + START_PACKAGES=/tmp/packages_start.txt 16:19:28 + END_PACKAGES=/tmp/packages_end.txt 16:19:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:19:28 + PACKAGES=/tmp/packages_start.txt 16:19:28 + '[' /w/workspace/oom-master-commit-lint ']' 16:19:28 + PACKAGES=/tmp/packages_end.txt 16:19:28 + case "${OS_FAMILY}" in 16:19:28 + dpkg -l 16:19:28 + grep '^ii' 16:19:28 + '[' -f /tmp/packages_start.txt ']' 16:19:28 + '[' -f /tmp/packages_end.txt ']' 16:19:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:19:28 + '[' /w/workspace/oom-master-commit-lint ']' 16:19:28 + mkdir -p /w/workspace/oom-master-commit-lint/archives/ 16:19:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-commit-lint/archives/ 16:19:28 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins11851242766822260198.sh 16:19:28 ---> capture-instance-metadata.sh 16:19:28 Setup pyenv: 16:19:28 system 16:19:28 3.8.13 16:19:28 3.9.13 16:19:28 * 3.10.6 (set by /w/workspace/oom-master-commit-lint/.python-version) 16:19:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xh17 16:19:32 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 16:19:35 lf-activate-venv(): INFO: Installing: lftools 16:20:07 lf-activate-venv(): INFO: Adding /tmp/venv-xh17/bin to PATH 16:20:07 INFO: Running in OpenStack, capturing instance metadata 16:20:07 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins12514344934725198677.sh 16:20:07 provisioning config files... 16:20:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-commit-lint@tmp/config10965423732584533636tmp 16:20:07 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 16:20:07 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 16:20:07 [EnvInject] - Injecting environment variables from a build step. 16:20:07 [EnvInject] - Injecting as environment variables the properties content 16:20:07 SERVER_ID=logs 16:20:07 16:20:07 [EnvInject] - Variables injected successfully. 16:20:07 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins4728328324149045995.sh 16:20:07 ---> create-netrc.sh 16:20:07 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins9136032453501567395.sh 16:20:07 ---> python-tools-install.sh 16:20:07 Setup pyenv: 16:20:07 system 16:20:07 3.8.13 16:20:07 3.9.13 16:20:07 * 3.10.6 (set by /w/workspace/oom-master-commit-lint/.python-version) 16:20:07 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-xh17 from file:/tmp/.os_lf_venv 16:20:08 lf-activate-venv(): INFO: Installing: lftools 16:20:16 lf-activate-venv(): INFO: Adding /tmp/venv-xh17/bin to PATH 16:20:16 Generating Requirements File 16:20:46 Python 3.10.6 16:20:46 pip 23.3.1 from /tmp/venv-xh17/lib/python3.10/site-packages/pip (python 3.10) 16:20:47 appdirs==1.4.4 16:20:47 argcomplete==3.2.1 16:20:47 aspy.yaml==1.3.0 16:20:47 attrs==23.1.0 16:20:47 autopage==0.5.2 16:20:47 Babel==2.14.0 16:20:47 beautifulsoup4==4.12.2 16:20:47 boto3==1.33.12 16:20:47 botocore==1.33.12 16:20:47 bs4==0.0.1 16:20:47 cachetools==5.3.2 16:20:47 certifi==2023.11.17 16:20:47 cffi==1.16.0 16:20:47 cfgv==3.4.0 16:20:47 chardet==5.2.0 16:20:47 charset-normalizer==3.3.2 16:20:47 click==8.1.7 16:20:47 cliff==4.4.0 16:20:47 cmd2==2.4.3 16:20:47 cryptography==3.3.2 16:20:47 debtcollector==2.5.0 16:20:47 decorator==5.1.1 16:20:47 defusedxml==0.7.1 16:20:47 Deprecated==1.2.14 16:20:47 distlib==0.3.8 16:20:47 dnspython==2.4.2 16:20:47 docker==4.2.2 16:20:47 dogpile.cache==1.2.2 16:20:47 email-validator==2.1.0.post1 16:20:47 filelock==3.13.1 16:20:47 future==0.18.3 16:20:47 gitdb==4.0.11 16:20:47 GitPython==3.1.40 16:20:47 google-auth==2.25.2 16:20:47 httplib2==0.22.0 16:20:47 identify==2.5.33 16:20:47 idna==3.6 16:20:47 importlib-metadata==7.0.0 16:20:47 importlib-resources==1.5.0 16:20:47 iso8601==2.1.0 16:20:47 Jinja2==3.1.2 16:20:47 jmespath==1.0.1 16:20:47 jsonpatch==1.33 16:20:47 jsonpointer==2.4 16:20:47 jsonschema==4.20.0 16:20:47 jsonschema-specifications==2023.11.2 16:20:47 keystoneauth1==5.4.0 16:20:47 kubernetes==28.1.0 16:20:47 lftools==0.37.8 16:20:47 lxml==4.9.3 16:20:47 MarkupSafe==2.1.3 16:20:47 msgpack==1.0.7 16:20:47 multi-key-dict==2.0.3 16:20:47 munch==4.0.0 16:20:47 netaddr==0.9.0 16:20:47 netifaces==0.11.0 16:20:47 niet==1.4.2 16:20:47 nodeenv==1.8.0 16:20:47 oauth2client==4.1.3 16:20:47 oauthlib==3.2.2 16:20:47 openstacksdk==0.62.0 16:20:47 os-client-config==2.1.0 16:20:47 os-service-types==1.7.0 16:20:47 osc-lib==2.9.0 16:20:47 oslo.config==9.2.0 16:20:47 oslo.context==5.3.0 16:20:47 oslo.i18n==6.2.0 16:20:47 oslo.log==5.4.0 16:20:47 oslo.serialization==5.2.0 16:20:47 oslo.utils==6.3.0 16:20:47 packaging==23.2 16:20:47 pbr==6.0.0 16:20:47 platformdirs==4.1.0 16:20:47 prettytable==3.9.0 16:20:47 pyasn1==0.5.1 16:20:47 pyasn1-modules==0.3.0 16:20:47 pycparser==2.21 16:20:47 pygerrit2==2.0.15 16:20:47 PyGithub==2.1.1 16:20:47 pyinotify==0.9.6 16:20:47 PyJWT==2.8.0 16:20:47 PyNaCl==1.5.0 16:20:47 pyparsing==2.4.7 16:20:47 pyperclip==1.8.2 16:20:47 pyrsistent==0.20.0 16:20:47 python-cinderclient==9.4.0 16:20:47 python-dateutil==2.8.2 16:20:47 python-heatclient==3.3.0 16:20:47 python-jenkins==1.8.2 16:20:47 python-keystoneclient==5.2.0 16:20:47 python-magnumclient==4.3.0 16:20:47 python-novaclient==18.4.0 16:20:47 python-openstackclient==6.0.0 16:20:47 python-swiftclient==4.4.0 16:20:47 pytz==2023.3.post1 16:20:47 PyYAML==6.0.1 16:20:47 referencing==0.32.0 16:20:47 requests==2.31.0 16:20:47 requests-oauthlib==1.3.1 16:20:47 requestsexceptions==1.4.0 16:20:47 rfc3986==2.0.0 16:20:47 rpds-py==0.13.2 16:20:47 rsa==4.9 16:20:47 ruamel.yaml==0.18.5 16:20:47 ruamel.yaml.clib==0.2.8 16:20:47 s3transfer==0.8.2 16:20:47 simplejson==3.19.2 16:20:47 six==1.16.0 16:20:47 smmap==5.0.1 16:20:47 soupsieve==2.5 16:20:47 stevedore==5.1.0 16:20:47 tabulate==0.9.0 16:20:47 toml==0.10.2 16:20:47 tomlkit==0.12.3 16:20:47 tqdm==4.66.1 16:20:47 typing_extensions==4.9.0 16:20:47 tzdata==2023.3 16:20:47 urllib3==1.26.18 16:20:47 virtualenv==20.25.0 16:20:47 wcwidth==0.2.12 16:20:47 websocket-client==1.7.0 16:20:47 wrapt==1.16.0 16:20:47 xdg==6.0.0 16:20:47 xmltodict==0.13.0 16:20:47 yq==3.2.3 16:20:47 zipp==3.17.0 16:20:47 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins5912610657928483905.sh 16:20:47 ---> sudo-logs.sh 16:20:47 Archiving 'sudo' log.. 16:20:47 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins3170879208189316158.sh 16:20:47 ---> job-cost.sh 16:20:47 Setup pyenv: 16:20:47 system 16:20:47 3.8.13 16:20:47 3.9.13 16:20:47 * 3.10.6 (set by /w/workspace/oom-master-commit-lint/.python-version) 16:20:47 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-xh17 from file:/tmp/.os_lf_venv 16:20:48 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 16:20:56 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. 16:20:56 lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.0.0 which is incompatible. 16:20:56 lf-activate-venv(): INFO: Adding /tmp/venv-xh17/bin to PATH 16:20:56 INFO: No Stack... 16:20:57 INFO: Retrieving Pricing Info for: v3-standard-4 16:20:57 INFO: Archiving Costs 16:20:57 [oom-master-commit-lint] $ /bin/bash -l /tmp/jenkins1039780718712216382.sh 16:20:57 ---> logs-deploy.sh 16:20:57 Setup pyenv: 16:20:57 system 16:20:57 3.8.13 16:20:57 3.9.13 16:20:57 * 3.10.6 (set by /w/workspace/oom-master-commit-lint/.python-version) 16:20:57 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-xh17 from file:/tmp/.os_lf_venv 16:20:59 lf-activate-venv(): INFO: Installing: lftools 16:21:08 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. 16:21:08 python-openstackclient 6.4.0 requires openstacksdk>=2.0.0, but you have openstacksdk 1.4.0 which is incompatible. 16:21:08 lf-activate-venv(): INFO: Adding /tmp/venv-xh17/bin to PATH 16:21:08 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-commit-lint/7120 16:21:08 INFO: archiving workspace using pattern(s): 16:21:09 Archives upload complete. 16:21:09 INFO: archiving logs to Nexus 16:21:10 ---> uname -a: 16:21:10 Linux prd-ubuntu1804-builder-4c-4g-4597 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 16:21:10 16:21:10 16:21:10 ---> lscpu: 16:21:10 Architecture: x86_64 16:21:10 CPU op-mode(s): 32-bit, 64-bit 16:21:10 Byte Order: Little Endian 16:21:10 CPU(s): 4 16:21:10 On-line CPU(s) list: 0-3 16:21:10 Thread(s) per core: 1 16:21:10 Core(s) per socket: 1 16:21:10 Socket(s): 4 16:21:10 NUMA node(s): 1 16:21:10 Vendor ID: AuthenticAMD 16:21:10 CPU family: 23 16:21:10 Model: 49 16:21:10 Model name: AMD EPYC-Rome Processor 16:21:10 Stepping: 0 16:21:10 CPU MHz: 2799.998 16:21:10 BogoMIPS: 5599.99 16:21:10 Virtualization: AMD-V 16:21:10 Hypervisor vendor: KVM 16:21:10 Virtualization type: full 16:21:10 L1d cache: 32K 16:21:10 L1i cache: 32K 16:21:10 L2 cache: 512K 16:21:10 L3 cache: 16384K 16:21:10 NUMA node0 CPU(s): 0-3 16:21:10 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 16:21:10 16:21:10 16:21:10 ---> nproc: 16:21:10 4 16:21:10 16:21:10 16:21:10 ---> df -h: 16:21:10 Filesystem Size Used Avail Use% Mounted on 16:21:10 udev 7.9G 0 7.9G 0% /dev 16:21:10 tmpfs 1.6G 672K 1.6G 1% /run 16:21:10 /dev/vda1 78G 8.5G 69G 11% / 16:21:10 tmpfs 7.9G 0 7.9G 0% /dev/shm 16:21:10 tmpfs 5.0M 0 5.0M 0% /run/lock 16:21:10 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 16:21:10 /dev/vda15 105M 4.4M 100M 5% /boot/efi 16:21:10 tmpfs 1.6G 0 1.6G 0% /run/user/1001 16:21:10 16:21:10 16:21:10 ---> free -m: 16:21:10 total used free shared buff/cache available 16:21:10 Mem: 16040 523 13182 0 2334 15192 16:21:10 Swap: 1023 0 1023 16:21:10 16:21:10 16:21:10 ---> ip addr: 16:21:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 16:21:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:21:10 inet 127.0.0.1/8 scope host lo 16:21:10 valid_lft forever preferred_lft forever 16:21:10 inet6 ::1/128 scope host 16:21:10 valid_lft forever preferred_lft forever 16:21:10 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 16:21:10 link/ether fa:16:3e:34:aa:cc brd ff:ff:ff:ff:ff:ff 16:21:10 inet 10.30.107.140/23 brd 10.30.107.255 scope global dynamic ens3 16:21:10 valid_lft 86218sec preferred_lft 86218sec 16:21:10 inet6 fe80::f816:3eff:fe34:aacc/64 scope link 16:21:10 valid_lft forever preferred_lft forever 16:21:10 16:21:10 16:21:10 ---> sar -b -r -n DEV: 16:21:10 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-4597) 12/12/23 _x86_64_ (4 CPU) 16:21:10 16:21:10 16:18:11 LINUX RESTART (4 CPU) 16:21:10 16:21:10 16:19:01 tps rtps wtps bread/s bwrtn/s 16:21:10 16:20:01 139.01 15.53 123.48 1060.62 33873.42 16:21:10 16:21:01 96.78 1.10 95.68 124.38 30291.75 16:21:10 Average: 117.90 8.32 109.58 592.50 32082.59 16:21:10 16:21:10 16:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:21:10 16:20:01 13693628 15511240 2731340 16.63 73828 1934328 863160 4.94 781680 1715204 112660 16:21:10 16:21:01 13500716 15559872 2924252 17.80 95792 2139492 778864 4.46 733488 1925596 139516 16:21:10 Average: 13597172 15535556 2827796 17.22 84810 2036910 821012 4.70 757584 1820400 126088 16:21:10 16:21:10 16:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:21:10 16:20:01 lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 16:21:10 16:20:01 ens3 74.22 49.59 1243.83 10.22 0.00 0.00 0.00 0.00 16:21:10 16:21:01 lo 1.40 1.40 0.14 0.14 0.00 0.00 0.00 0.00 16:21:10 16:21:01 ens3 52.22 40.11 543.09 8.98 0.00 0.00 0.00 0.00 16:21:10 Average: lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 16:21:10 Average: ens3 63.22 44.85 893.46 9.60 0.00 0.00 0.00 0.00 16:21:10 16:21:10 16:21:10 ---> sar -P ALL: 16:21:10 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-4597) 12/12/23 _x86_64_ (4 CPU) 16:21:10 16:21:10 16:18:11 LINUX RESTART (4 CPU) 16:21:10 16:21:10 16:19:01 CPU %user %nice %system %iowait %steal %idle 16:21:10 16:20:01 all 18.61 0.00 1.70 5.23 0.08 74.38 16:21:10 16:20:01 0 17.70 0.00 1.34 10.88 0.05 70.03 16:21:10 16:20:01 1 28.97 0.00 2.47 1.12 0.08 67.35 16:21:10 16:20:01 2 16.68 0.00 1.32 4.07 0.08 77.83 16:21:10 16:20:01 3 11.08 0.00 1.64 4.89 0.07 82.33 16:21:10 16:21:01 all 21.36 0.00 1.45 3.57 0.07 73.56 16:21:10 16:21:01 0 13.85 0.00 1.57 9.81 0.07 74.71 16:21:10 16:21:01 1 16.35 0.00 1.02 0.43 0.03 82.16 16:21:10 16:21:01 2 37.66 0.00 2.17 1.49 0.08 58.60 16:21:10 16:21:01 3 17.60 0.00 1.04 2.55 0.08 78.73 16:21:10 Average: all 19.99 0.00 1.58 4.40 0.07 73.97 16:21:10 Average: 0 15.77 0.00 1.46 10.34 0.06 72.37 16:21:10 Average: 1 22.66 0.00 1.74 0.78 0.06 74.76 16:21:10 Average: 2 27.19 0.00 1.75 2.78 0.08 68.20 16:21:10 Average: 3 14.34 0.00 1.34 3.72 0.08 80.53 16:21:10 16:21:10 16:21:10