11:28:24 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/136194 11:28:24 Running as SYSTEM 11:28:24 [EnvInject] - Loading node environment variables. 11:28:24 Building remotely on prd-ubuntu1804-builder-4c-4g-2918 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-commit-lint 11:28:24 [ssh-agent] Looking for ssh-agent implementation... 11:28:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:28:24 $ ssh-agent 11:28:24 SSH_AUTH_SOCK=/tmp/ssh-397zt6ax9D3K/agent.1667 11:28:24 SSH_AGENT_PID=1669 11:28:24 [ssh-agent] Started. 11:28:24 Running ssh-add (command line suppressed) 11:28:24 Identity added: /w/workspace/oom-master-commit-lint@tmp/private_key_16519195791105504890.key (/w/workspace/oom-master-commit-lint@tmp/private_key_16519195791105504890.key) 11:28:24 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 11:28:24 The recommended git tool is: NONE 11:28:26 using credential onap-jenkins-ssh 11:28:26 Wiping out workspace first. 11:28:26 Cloning the remote Git repository 11:28:26 Cloning repository git://cloud.onap.org/mirror/oom.git 11:28:26 > git init /w/workspace/oom-master-commit-lint # timeout=10 11:28:26 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 11:28:26 > git --version # timeout=10 11:28:26 > git --version # 'git version 2.17.1' 11:28:26 using GIT_SSH to set credentials Gerrit user 11:28:26 Verifying host key using manually-configured host key entries 11:28:27 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 11:28:46 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 11:28:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:28:46 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 11:28:46 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 11:28:46 using GIT_SSH to set credentials Gerrit user 11:28:47 Verifying host key using manually-configured host key entries 11:28:47 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/94/136194/4 # timeout=30 11:28:47 > git rev-parse 21873776de106b1581dc4aa16ba2fae25fe5f38e^{commit} # timeout=10 11:28:47 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 11:28:47 Checking out Revision 21873776de106b1581dc4aa16ba2fae25fe5f38e (refs/changes/94/136194/4) 11:28:47 > git config core.sparsecheckout # timeout=10 11:28:47 > git checkout -f 21873776de106b1581dc4aa16ba2fae25fe5f38e # timeout=30 11:28:50 Commit message: "[SDC] Update docker images" 11:28:50 > git rev-parse FETCH_HEAD^{commit} # timeout=10 11:28:50 > git rev-list --no-walk 4bd69da6e25e55305503c5a4ed8915447ba583da # timeout=10 11:28:50 [EnvInject] - Injecting environment variables from a build step. 11:28:50 [EnvInject] - Injecting as environment variables the properties content 11:28:50 PYTHON=python3 11:28:50 11:28:50 [EnvInject] - Variables injected successfully. 11:28:50 [oom-master-commit-lint] $ /bin/bash -l /tmp/jenkins17628154026951606954.sh 11:28:51 ---> tox-install.sh 11:28:51 + source /home/jenkins/lf-env.sh 11:28:51 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:28:51 ++ mktemp -d /tmp/venv-XXXX 11:28:51 + lf_venv=/tmp/venv-Um5r 11:28:51 + local venv_file=/tmp/.os_lf_venv 11:28:51 + local python=python3 11:28:51 + local options 11:28:51 + local set_path=true 11:28:51 + local install_args= 11:28:51 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:28:51 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:28:51 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:28:51 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:28:51 + true 11:28:51 + case $1 in 11:28:51 + venv_file=/tmp/.toxenv 11:28:51 + shift 2 11:28:51 + true 11:28:51 + case $1 in 11:28:51 + shift 11:28:51 + break 11:28:51 + case $python in 11:28:51 + local pkg_list= 11:28:51 + [[ -d /opt/pyenv ]] 11:28:51 + echo 'Setup pyenv:' 11:28:51 Setup pyenv: 11:28:51 + export PYENV_ROOT=/opt/pyenv 11:28:51 + PYENV_ROOT=/opt/pyenv 11:28:51 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:28:51 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:28:51 + pyenv versions 11:28:51 * system (set by /opt/pyenv/version) 11:28:51 * 3.8.13 (set by /opt/pyenv/version) 11:28:51 * 3.9.13 (set by /opt/pyenv/version) 11:28:51 * 3.10.6 (set by /opt/pyenv/version) 11:28:51 + command -v pyenv 11:28:51 ++ pyenv init - --no-rehash 11:28:51 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 11:28:51 export PATH="/opt/pyenv/shims:${PATH}" 11:28:51 export PYENV_SHELL=bash 11:28:51 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:28:51 pyenv() { 11:28:51 local command 11:28:51 command="${1:-}" 11:28:51 if [ "$#" -gt 0 ]; then 11:28:51 shift 11:28:51 fi 11:28:51 11:28:51 case "$command" in 11:28:51 rehash|shell) 11:28:51 eval "$(pyenv "sh-$command" "$@")" 11:28:51 ;; 11:28:51 *) 11:28:51 command pyenv "$command" "$@" 11:28:51 ;; 11:28:51 esac 11:28:51 }' 11:28:51 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 11:28:51 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:28:51 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:28:51 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:28:51 ++ export PYENV_SHELL=bash 11:28:51 ++ PYENV_SHELL=bash 11:28:51 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:28:51 +++ complete -F _pyenv pyenv 11:28:51 ++ lf-pyver python3 11:28:51 ++ local py_version_xy=python3 11:28:51 ++ local py_version_xyz= 11:28:51 ++ pyenv versions 11:28:51 ++ local command 11:28:51 ++ command=versions 11:28:51 ++ '[' 1 -gt 0 ']' 11:28:51 ++ shift 11:28:51 ++ case "$command" in 11:28:51 ++ command pyenv versions 11:28:51 ++ pyenv versions 11:28:51 ++ awk '{ print $1 }' 11:28:51 ++ sed 's/^[ *]* //' 11:28:51 ++ grep -E '^[0-9.]*[0-9]$' 11:28:51 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:28:51 +++ grep '^3' /tmp/.pyenv_versions 11:28:51 +++ sort -V 11:28:51 +++ tail -n 1 11:28:51 ++ py_version_xyz=3.10.6 11:28:51 ++ [[ -z 3.10.6 ]] 11:28:51 ++ echo 3.10.6 11:28:51 ++ return 0 11:28:51 + pyenv local 3.10.6 11:28:51 + local command 11:28:51 + command=local 11:28:51 + '[' 2 -gt 0 ']' 11:28:51 + shift 11:28:51 + case "$command" in 11:28:51 + command pyenv local 3.10.6 11:28:51 + pyenv local 3.10.6 11:28:51 + for arg in "$@" 11:28:51 + case $arg in 11:28:51 + pkg_list+='tox ' 11:28:51 + for arg in "$@" 11:28:51 + case $arg in 11:28:51 + pkg_list+='virtualenv ' 11:28:51 + for arg in "$@" 11:28:51 + case $arg in 11:28:51 + pkg_list+='urllib3~=1.26.15 ' 11:28:51 + [[ -f /tmp/.toxenv ]] 11:28:51 + [[ ! -f /tmp/.toxenv ]] 11:28:51 + [[ -n '' ]] 11:28:51 + python3 -m venv /tmp/venv-Um5r 11:28:56 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Um5r' 11:28:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Um5r 11:28:56 + echo /tmp/venv-Um5r 11:28:56 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 11:28:56 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 11:28:56 + /tmp/venv-Um5r/bin/python3 -m pip install --upgrade --quiet pip virtualenv 11:29:04 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:29:04 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 11:29:04 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 11:29:04 + /tmp/venv-Um5r/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 11:29:14 + type python3 11:29:14 + true 11:29:14 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Um5r/bin to PATH' 11:29:14 lf-activate-venv(): INFO: Adding /tmp/venv-Um5r/bin to PATH 11:29:14 + PATH=/tmp/venv-Um5r/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:29:14 + return 0 11:29:14 + python3 --version 11:29:14 Python 3.10.6 11:29:14 + python3 -m pip --version 11:29:14 pip 23.3.1 from /tmp/venv-Um5r/lib/python3.10/site-packages/pip (python 3.10) 11:29:14 + python3 -m pip freeze 11:29:14 cachetools==5.3.2 11:29:14 chardet==5.2.0 11:29:14 colorama==0.4.6 11:29:14 distlib==0.3.7 11:29:14 filelock==3.13.1 11:29:14 packaging==23.2 11:29:14 platformdirs==4.0.0 11:29:14 pluggy==1.3.0 11:29:14 pyproject-api==1.6.1 11:29:14 tomli==2.0.1 11:29:14 tox==4.11.3 11:29:14 urllib3==1.26.18 11:29:14 virtualenv==20.24.7 11:29:14 [EnvInject] - Injecting environment variables from a build step. 11:29:14 [EnvInject] - Injecting as environment variables the properties content 11:29:14 PARALLEL=false 11:29:14 11:29:14 [EnvInject] - Variables injected successfully. 11:29:14 [oom-master-commit-lint] $ /bin/bash -l /tmp/jenkins17242162142909498924.sh 11:29:15 ---> tox-run.sh 11:29:15 + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:29:15 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-commit-lint/archives/tox 11:29:15 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-commit-lint/archives/docs 11:29:15 + mkdir -p /w/workspace/oom-master-commit-lint/archives/tox 11:29:15 + cd /w/workspace/oom-master-commit-lint/. 11:29:15 + source /home/jenkins/lf-env.sh 11:29:15 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:29:15 ++ mktemp -d /tmp/venv-XXXX 11:29:15 + lf_venv=/tmp/venv-F9Lv 11:29:15 + local venv_file=/tmp/.os_lf_venv 11:29:15 + local python=python3 11:29:15 + local options 11:29:15 + local set_path=true 11:29:15 + local install_args= 11:29:15 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:29:15 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:29:15 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:29:15 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:29:15 + true 11:29:15 + case $1 in 11:29:15 + venv_file=/tmp/.toxenv 11:29:15 + shift 2 11:29:15 + true 11:29:15 + case $1 in 11:29:15 + shift 11:29:15 + break 11:29:15 + case $python in 11:29:15 + local pkg_list= 11:29:15 + [[ -d /opt/pyenv ]] 11:29:15 + echo 'Setup pyenv:' 11:29:15 Setup pyenv: 11:29:15 + export PYENV_ROOT=/opt/pyenv 11:29:15 + PYENV_ROOT=/opt/pyenv 11:29:15 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:29:15 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:29:15 + pyenv versions 11:29:15 system 11:29:15 3.8.13 11:29:15 3.9.13 11:29:15 * 3.10.6 (set by /w/workspace/oom-master-commit-lint/.python-version) 11:29:15 + command -v pyenv 11:29:15 ++ pyenv init - --no-rehash 11:29:15 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 11:29:15 export PATH="/opt/pyenv/shims:${PATH}" 11:29:15 export PYENV_SHELL=bash 11:29:15 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:29:15 pyenv() { 11:29:15 local command 11:29:15 command="${1:-}" 11:29:15 if [ "$#" -gt 0 ]; then 11:29:15 shift 11:29:15 fi 11:29:15 11:29:15 case "$command" in 11:29:15 rehash|shell) 11:29:15 eval "$(pyenv "sh-$command" "$@")" 11:29:15 ;; 11:29:15 *) 11:29:15 command pyenv "$command" "$@" 11:29:15 ;; 11:29:15 esac 11:29:15 }' 11:29:15 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 11:29:15 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:29:15 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:29:15 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:29:15 ++ export PYENV_SHELL=bash 11:29:15 ++ PYENV_SHELL=bash 11:29:15 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:29:15 +++ complete -F _pyenv pyenv 11:29:15 ++ lf-pyver python3 11:29:15 ++ local py_version_xy=python3 11:29:15 ++ local py_version_xyz= 11:29:15 ++ pyenv versions 11:29:15 ++ local command 11:29:15 ++ command=versions 11:29:15 ++ '[' 1 -gt 0 ']' 11:29:15 ++ shift 11:29:15 ++ case "$command" in 11:29:15 ++ command pyenv versions 11:29:15 ++ pyenv versions 11:29:15 ++ sed 's/^[ *]* //' 11:29:15 ++ grep -E '^[0-9.]*[0-9]$' 11:29:15 ++ awk '{ print $1 }' 11:29:15 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:29:15 +++ grep '^3' /tmp/.pyenv_versions 11:29:15 +++ sort -V 11:29:15 +++ tail -n 1 11:29:15 ++ py_version_xyz=3.10.6 11:29:15 ++ [[ -z 3.10.6 ]] 11:29:15 ++ echo 3.10.6 11:29:15 ++ return 0 11:29:15 + pyenv local 3.10.6 11:29:15 + local command 11:29:15 + command=local 11:29:15 + '[' 2 -gt 0 ']' 11:29:15 + shift 11:29:15 + case "$command" in 11:29:15 + command pyenv local 3.10.6 11:29:15 + pyenv local 3.10.6 11:29:15 + for arg in "$@" 11:29:15 + case $arg in 11:29:15 + pkg_list+='tox ' 11:29:15 + for arg in "$@" 11:29:15 + case $arg in 11:29:15 + pkg_list+='virtualenv ' 11:29:15 + for arg in "$@" 11:29:15 + case $arg in 11:29:15 + pkg_list+='urllib3~=1.26.15 ' 11:29:15 + [[ -f /tmp/.toxenv ]] 11:29:15 ++ cat /tmp/.toxenv 11:29:15 + lf_venv=/tmp/venv-Um5r 11:29:15 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Um5r from' file:/tmp/.toxenv 11:29:15 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Um5r from file:/tmp/.toxenv 11:29:15 + /tmp/venv-Um5r/bin/python3 -m pip install --upgrade --quiet pip virtualenv 11:29:16 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:29:16 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 11:29:16 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 11:29:16 + /tmp/venv-Um5r/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 11:29:41 + type python3 11:29:41 + true 11:29:41 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Um5r/bin to PATH' 11:29:41 lf-activate-venv(): INFO: Adding /tmp/venv-Um5r/bin to PATH 11:29:41 + PATH=/tmp/venv-Um5r/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:29:41 + return 0 11:29:41 + [[ -d /opt/pyenv ]] 11:29:41 + echo '---> Setting up pyenv' 11:29:41 ---> Setting up pyenv 11:29:41 + export PYENV_ROOT=/opt/pyenv 11:29:41 + PYENV_ROOT=/opt/pyenv 11:29:41 + export PATH=/opt/pyenv/bin:/tmp/venv-Um5r/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:29:41 + PATH=/opt/pyenv/bin:/tmp/venv-Um5r/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 11:29:41 ++ pwd 11:29:41 + PYTHONPATH=/w/workspace/oom-master-commit-lint 11:29:41 + export PYTHONPATH 11:29:41 + export TOX_TESTENV_PASSENV=PYTHONPATH 11:29:41 + TOX_TESTENV_PASSENV=PYTHONPATH 11:29:41 + tox --version 11:29:41 4.11.3 from /tmp/venv-Um5r/lib/python3.10/site-packages/tox/__init__.py 11:29:41 + PARALLEL=false 11:29:41 + TOX_OPTIONS_LIST= 11:29:41 + [[ -n gitlint ]] 11:29:41 + TOX_OPTIONS_LIST=' -e gitlint' 11:29:41 + case ${PARALLEL,,} in 11:29:41 + tox -e gitlint 11:29:41 + tee -a /w/workspace/oom-master-commit-lint/archives/tox/tox.log 11:29:44 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 11:30:46 gitlint: freeze> python -m pip freeze --all 11:30:46 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.7.0,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.12.0,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.41.3,wrapt==1.13.3,zipp==3.7.0 11:30:46 gitlint: commands[0]> gitlint 11:30:47 gitlint: OK (65.02=setup[64.81]+cmd[0.21] seconds) 11:30:47 congratulations :) (65.19 seconds) 11:30:47 + tox_status=0 11:30:47 + echo '---> Completed tox runs' 11:30:47 ---> Completed tox runs 11:30:47 + for i in .tox/*/log 11:30:47 ++ echo .tox/gitlint/log 11:30:47 ++ awk -F/ '{print $2}' 11:30:47 + tox_env=gitlint 11:30:47 + cp -r .tox/gitlint/log /w/workspace/oom-master-commit-lint/archives/tox/gitlint 11:30:47 + DOC_DIR=docs/_build/html 11:30:47 + [[ -d docs/_build/html ]] 11:30:47 + echo '---> tox-run.sh ends' 11:30:47 ---> tox-run.sh ends 11:30:47 + test 0 -eq 0 11:30:47 $ ssh-agent -k 11:30:47 unset SSH_AUTH_SOCK; 11:30:47 unset SSH_AGENT_PID; 11:30:47 echo Agent pid 1669 killed; 11:30:47 [ssh-agent] Stopped. 11:30:47 [PostBuildScript] - [INFO] Executing post build scripts. 11:30:47 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins7790722978757940255.sh 11:30:47 ---> sysstat.sh 11:30:47 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins795851110636359480.sh 11:30:47 ---> package-listing.sh 11:30:47 ++ facter osfamily 11:30:47 ++ tr '[:upper:]' '[:lower:]' 11:30:47 + OS_FAMILY=debian 11:30:47 + workspace=/w/workspace/oom-master-commit-lint 11:30:47 + START_PACKAGES=/tmp/packages_start.txt 11:30:47 + END_PACKAGES=/tmp/packages_end.txt 11:30:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:30:47 + PACKAGES=/tmp/packages_start.txt 11:30:47 + '[' /w/workspace/oom-master-commit-lint ']' 11:30:47 + PACKAGES=/tmp/packages_end.txt 11:30:47 + case "${OS_FAMILY}" in 11:30:47 + grep '^ii' 11:30:47 + dpkg -l 11:30:47 + '[' -f /tmp/packages_start.txt ']' 11:30:47 + '[' -f /tmp/packages_end.txt ']' 11:30:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:30:47 + '[' /w/workspace/oom-master-commit-lint ']' 11:30:47 + mkdir -p /w/workspace/oom-master-commit-lint/archives/ 11:30:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-commit-lint/archives/ 11:30:48 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins15153684351711423215.sh 11:30:48 ---> capture-instance-metadata.sh 11:30:48 Setup pyenv: 11:30:48 system 11:30:48 3.8.13 11:30:48 3.9.13 11:30:48 * 3.10.6 (set by /w/workspace/oom-master-commit-lint/.python-version) 11:30:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-krcu 11:30:52 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 11:30:54 lf-activate-venv(): INFO: Installing: lftools 11:31:31 lf-activate-venv(): INFO: Adding /tmp/venv-krcu/bin to PATH 11:31:31 INFO: Running in OpenStack, capturing instance metadata 11:31:31 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins8147508719549812258.sh 11:31:31 provisioning config files... 11:31:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-commit-lint@tmp/config8213427174054255420tmp 11:31:31 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 11:31:31 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 11:31:31 [EnvInject] - Injecting environment variables from a build step. 11:31:31 [EnvInject] - Injecting as environment variables the properties content 11:31:31 SERVER_ID=logs 11:31:31 11:31:31 [EnvInject] - Variables injected successfully. 11:31:31 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins9451783041955669252.sh 11:31:31 ---> create-netrc.sh 11:31:31 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins13634846688041139251.sh 11:31:31 ---> python-tools-install.sh 11:31:31 Setup pyenv: 11:31:31 system 11:31:31 3.8.13 11:31:31 3.9.13 11:31:31 * 3.10.6 (set by /w/workspace/oom-master-commit-lint/.python-version) 11:31:32 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-krcu from file:/tmp/.os_lf_venv 11:31:33 lf-activate-venv(): INFO: Installing: lftools 11:31:40 lf-activate-venv(): INFO: Adding /tmp/venv-krcu/bin to PATH 11:31:40 Generating Requirements File 11:32:13 Python 3.10.6 11:32:14 pip 23.3.1 from /tmp/venv-krcu/lib/python3.10/site-packages/pip (python 3.10) 11:32:14 appdirs==1.4.4 11:32:14 argcomplete==3.1.6 11:32:14 aspy.yaml==1.3.0 11:32:14 attrs==23.1.0 11:32:14 autopage==0.5.2 11:32:14 Babel==2.13.1 11:32:14 beautifulsoup4==4.12.2 11:32:14 boto3==1.29.5 11:32:14 botocore==1.32.5 11:32:14 bs4==0.0.1 11:32:14 cachetools==5.3.2 11:32:14 certifi==2023.11.17 11:32:14 cffi==1.16.0 11:32:14 cfgv==3.4.0 11:32:14 chardet==5.2.0 11:32:14 charset-normalizer==3.3.2 11:32:14 click==8.1.7 11:32:14 cliff==4.4.0 11:32:14 cmd2==2.4.3 11:32:14 cryptography==3.3.2 11:32:14 debtcollector==2.5.0 11:32:14 decorator==5.1.1 11:32:14 defusedxml==0.7.1 11:32:14 Deprecated==1.2.14 11:32:14 distlib==0.3.7 11:32:14 dnspython==2.4.2 11:32:14 docker==4.2.2 11:32:14 dogpile.cache==1.2.2 11:32:14 email-validator==2.1.0.post1 11:32:14 filelock==3.13.1 11:32:14 future==0.18.3 11:32:14 gitdb==4.0.11 11:32:14 GitPython==3.1.40 11:32:14 google-auth==2.23.4 11:32:14 httplib2==0.22.0 11:32:14 identify==2.5.32 11:32:14 idna==3.4 11:32:14 importlib-metadata==6.8.0 11:32:14 importlib-resources==1.5.0 11:32:14 iso8601==2.1.0 11:32:14 Jinja2==3.1.2 11:32:14 jmespath==1.0.1 11:32:14 jsonpatch==1.33 11:32:14 jsonpointer==2.4 11:32:14 jsonschema==4.20.0 11:32:14 jsonschema-specifications==2023.11.1 11:32:14 keystoneauth1==5.4.0 11:32:14 kubernetes==28.1.0 11:32:14 lftools==0.37.8 11:32:14 lxml==4.9.3 11:32:14 MarkupSafe==2.1.3 11:32:14 msgpack==1.0.7 11:32:14 multi-key-dict==2.0.3 11:32:14 munch==4.0.0 11:32:14 netaddr==0.9.0 11:32:14 netifaces==0.11.0 11:32:14 niet==1.4.2 11:32:14 nodeenv==1.8.0 11:32:14 oauth2client==4.1.3 11:32:14 oauthlib==3.2.2 11:32:14 openstacksdk==0.62.0 11:32:14 os-client-config==2.1.0 11:32:14 os-service-types==1.7.0 11:32:14 osc-lib==2.9.0 11:32:14 oslo.config==9.2.0 11:32:14 oslo.context==5.3.0 11:32:14 oslo.i18n==6.2.0 11:32:14 oslo.log==5.4.0 11:32:14 oslo.serialization==5.2.0 11:32:14 oslo.utils==6.3.0 11:32:14 packaging==23.2 11:32:14 pbr==6.0.0 11:32:14 platformdirs==4.0.0 11:32:14 prettytable==3.9.0 11:32:14 pyasn1==0.5.1 11:32:14 pyasn1-modules==0.3.0 11:32:14 pycparser==2.21 11:32:14 pygerrit2==2.0.15 11:32:14 PyGithub==2.1.1 11:32:14 pyinotify==0.9.6 11:32:14 PyJWT==2.8.0 11:32:14 PyNaCl==1.5.0 11:32:14 pyparsing==2.4.7 11:32:14 pyperclip==1.8.2 11:32:14 pyrsistent==0.20.0 11:32:14 python-cinderclient==9.4.0 11:32:14 python-dateutil==2.8.2 11:32:14 python-heatclient==3.3.0 11:32:14 python-jenkins==1.8.2 11:32:14 python-keystoneclient==5.2.0 11:32:14 python-magnumclient==4.3.0 11:32:14 python-novaclient==18.4.0 11:32:14 python-openstackclient==6.0.0 11:32:14 python-swiftclient==4.4.0 11:32:14 pytz==2023.3.post1 11:32:14 PyYAML==6.0.1 11:32:14 referencing==0.31.0 11:32:14 requests==2.31.0 11:32:14 requests-oauthlib==1.3.1 11:32:14 requestsexceptions==1.4.0 11:32:14 rfc3986==2.0.0 11:32:14 rpds-py==0.13.1 11:32:14 rsa==4.9 11:32:14 ruamel.yaml==0.18.5 11:32:14 ruamel.yaml.clib==0.2.8 11:32:14 s3transfer==0.7.0 11:32:14 simplejson==3.19.2 11:32:14 six==1.16.0 11:32:14 smmap==5.0.1 11:32:14 soupsieve==2.5 11:32:14 stevedore==5.1.0 11:32:14 tabulate==0.9.0 11:32:14 toml==0.10.2 11:32:14 tomlkit==0.12.3 11:32:14 tqdm==4.66.1 11:32:14 typing_extensions==4.8.0 11:32:14 tzdata==2023.3 11:32:14 urllib3==1.26.18 11:32:14 virtualenv==20.24.7 11:32:14 wcwidth==0.2.12 11:32:14 websocket-client==1.6.4 11:32:14 wrapt==1.16.0 11:32:14 xdg==6.0.0 11:32:14 xmltodict==0.13.0 11:32:14 yq==3.2.3 11:32:14 zipp==3.17.0 11:32:14 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins7318719352455131546.sh 11:32:14 ---> sudo-logs.sh 11:32:14 Archiving 'sudo' log.. 11:32:14 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins14769775005715976369.sh 11:32:14 ---> job-cost.sh 11:32:14 Setup pyenv: 11:32:14 system 11:32:14 3.8.13 11:32:14 3.9.13 11:32:15 * 3.10.6 (set by /w/workspace/oom-master-commit-lint/.python-version) 11:32:15 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-krcu from file:/tmp/.os_lf_venv 11:32:16 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 11:32:24 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. 11:32:24 lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.0.0 which is incompatible. 11:32:24 lf-activate-venv(): INFO: Adding /tmp/venv-krcu/bin to PATH 11:32:24 INFO: No Stack... 11:32:25 INFO: Retrieving Pricing Info for: v3-standard-4 11:32:25 INFO: Archiving Costs 11:32:25 [oom-master-commit-lint] $ /bin/bash -l /tmp/jenkins188511818518780229.sh 11:32:25 ---> logs-deploy.sh 11:32:25 Setup pyenv: 11:32:25 system 11:32:25 3.8.13 11:32:25 3.9.13 11:32:25 * 3.10.6 (set by /w/workspace/oom-master-commit-lint/.python-version) 11:32:25 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-krcu from file:/tmp/.os_lf_venv 11:32:26 lf-activate-venv(): INFO: Installing: lftools 11:32:37 lf-activate-venv(): INFO: Adding /tmp/venv-krcu/bin to PATH 11:32:37 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-commit-lint/7086 11:32:37 INFO: archiving workspace using pattern(s): 11:32:38 Archives upload complete. 11:32:38 INFO: archiving logs to Nexus 11:32:39 ---> uname -a: 11:32:39 Linux prd-ubuntu1804-builder-4c-4g-2918 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 11:32:39 11:32:39 11:32:39 ---> lscpu: 11:32:39 Architecture: x86_64 11:32:39 CPU op-mode(s): 32-bit, 64-bit 11:32:39 Byte Order: Little Endian 11:32:39 CPU(s): 4 11:32:39 On-line CPU(s) list: 0-3 11:32:39 Thread(s) per core: 1 11:32:39 Core(s) per socket: 1 11:32:39 Socket(s): 4 11:32:39 NUMA node(s): 1 11:32:39 Vendor ID: AuthenticAMD 11:32:39 CPU family: 23 11:32:39 Model: 49 11:32:39 Model name: AMD EPYC-Rome Processor 11:32:39 Stepping: 0 11:32:39 CPU MHz: 2799.998 11:32:39 BogoMIPS: 5599.99 11:32:39 Virtualization: AMD-V 11:32:39 Hypervisor vendor: KVM 11:32:39 Virtualization type: full 11:32:39 L1d cache: 32K 11:32:39 L1i cache: 32K 11:32:39 L2 cache: 512K 11:32:39 L3 cache: 16384K 11:32:39 NUMA node0 CPU(s): 0-3 11:32:39 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl xtopology cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr arat npt nrip_save umip rdpid arch_capabilities 11:32:39 11:32:39 11:32:39 ---> nproc: 11:32:39 4 11:32:39 11:32:39 11:32:39 ---> df -h: 11:32:39 Filesystem Size Used Avail Use% Mounted on 11:32:39 udev 7.9G 0 7.9G 0% /dev 11:32:39 tmpfs 1.6G 672K 1.6G 1% /run 11:32:39 /dev/vda1 78G 8.5G 69G 11% / 11:32:39 tmpfs 7.9G 0 7.9G 0% /dev/shm 11:32:39 tmpfs 5.0M 0 5.0M 0% /run/lock 11:32:39 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 11:32:39 /dev/vda15 105M 4.4M 100M 5% /boot/efi 11:32:39 tmpfs 1.6G 0 1.6G 0% /run/user/1001 11:32:39 11:32:39 11:32:39 ---> free -m: 11:32:39 total used free shared buff/cache available 11:32:39 Mem: 16040 544 13164 0 2330 15171 11:32:39 Swap: 1023 0 1023 11:32:39 11:32:39 11:32:39 ---> ip addr: 11:32:39 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 11:32:39 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:32:39 inet 127.0.0.1/8 scope host lo 11:32:39 valid_lft forever preferred_lft forever 11:32:39 inet6 ::1/128 scope host 11:32:39 valid_lft forever preferred_lft forever 11:32:39 2: ens3: mtu 1458 qdisc fq_codel state UP group default qlen 1000 11:32:39 link/ether fa:16:3e:c3:77:fa brd ff:ff:ff:ff:ff:ff 11:32:39 inet 10.30.106.35/23 brd 10.30.107.255 scope global dynamic ens3 11:32:39 valid_lft 86126sec preferred_lft 86126sec 11:32:39 inet6 fe80::f816:3eff:fec3:77fa/64 scope link 11:32:39 valid_lft forever preferred_lft forever 11:32:39 11:32:39 11:32:39 ---> sar -b -r -n DEV: 11:32:39 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-2918) 11/22/23 _x86_64_ (4 CPU) 11:32:39 11:32:39 11:28:07 LINUX RESTART (4 CPU) 11:32:39 11:32:39 11:29:01 tps rtps wtps bread/s bwrtn/s 11:32:39 11:30:01 52.65 14.46 38.19 426.26 16491.57 11:32:39 11:31:01 62.62 0.53 62.09 42.13 25053.82 11:32:39 11:32:01 128.24 13.83 114.41 1047.52 28756.81 11:32:39 Average: 81.17 9.61 71.56 505.33 23433.98 11:32:39 11:32:39 11:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:32:39 11:30:01 14077176 15549460 2347784 14.29 48596 1631724 848792 4.86 693588 1456136 57144 11:32:39 11:31:01 13881800 15566180 2543160 15.48 66744 1812360 779372 4.46 693592 1624468 191016 11:32:39 11:32:01 13563740 15508404 2861220 17.42 86532 2040652 812344 4.65 783012 1827324 55588 11:32:39 Average: 13840905 15541348 2584055 15.73 67291 1828245 813503 4.66 723397 1635976 101249 11:32:39 11:32:39 11:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:32:39 11:30:01 lo 1.13 1.13 0.12 0.12 0.00 0.00 0.00 0.00 11:32:39 11:30:01 ens3 29.19 22.89 361.35 19.39 0.00 0.00 0.00 0.00 11:32:39 11:31:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 11:32:39 11:31:01 ens3 28.56 23.15 344.71 5.61 0.00 0.00 0.00 0.00 11:32:39 11:32:01 lo 1.00 1.00 0.11 0.11 0.00 0.00 0.00 0.00 11:32:39 11:32:01 ens3 51.33 36.52 792.70 8.18 0.00 0.00 0.00 0.00 11:32:39 Average: lo 0.93 0.93 0.10 0.10 0.00 0.00 0.00 0.00 11:32:39 Average: ens3 36.36 27.52 499.59 11.06 0.00 0.00 0.00 0.00 11:32:39 11:32:39 11:32:39 ---> sar -P ALL: 11:32:39 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-2918) 11/22/23 _x86_64_ (4 CPU) 11:32:39 11:32:39 11:28:07 LINUX RESTART (4 CPU) 11:32:39 11:32:39 11:29:01 CPU %user %nice %system %iowait %steal %idle 11:32:39 11:30:01 all 6.29 0.00 0.61 27.28 0.04 65.78 11:32:39 11:30:01 0 6.79 0.00 0.65 3.89 0.02 88.65 11:32:39 11:30:01 1 7.13 0.00 0.53 56.03 0.07 36.24 11:32:39 11:30:01 2 6.16 0.00 0.59 47.99 0.03 45.23 11:32:39 11:30:01 3 5.10 0.00 0.67 1.19 0.02 93.02 11:32:39 11:31:01 all 11.14 0.00 0.97 13.90 0.08 73.92 11:32:39 11:31:01 0 3.39 0.00 0.50 0.22 0.10 95.79 11:32:39 11:31:01 1 10.46 0.00 1.03 34.14 0.05 54.33 11:32:39 11:31:01 2 21.15 0.00 1.53 20.90 0.07 56.36 11:32:39 11:31:01 3 9.61 0.00 0.84 0.47 0.08 89.00 11:32:39 11:32:01 all 18.29 0.00 1.30 7.73 0.06 72.62 11:32:39 11:32:01 0 19.55 0.00 1.25 1.44 0.07 77.70 11:32:39 11:32:01 1 10.09 0.00 1.35 12.12 0.07 76.37 11:32:39 11:32:01 2 32.07 0.00 1.56 4.10 0.08 62.19 11:32:39 11:32:01 3 11.50 0.00 1.00 13.26 0.03 74.21 11:32:39 Average: all 11.91 0.00 0.96 16.31 0.06 70.77 11:32:39 Average: 0 9.91 0.00 0.80 1.85 0.06 87.38 11:32:39 Average: 1 9.22 0.00 0.97 34.11 0.06 55.64 11:32:39 Average: 2 19.79 0.00 1.22 24.34 0.06 54.59 11:32:39 Average: 3 8.74 0.00 0.84 4.97 0.04 85.40 11:32:39 11:32:39 11:32:39