06:35:22 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/137370 06:35:22 Running as SYSTEM 06:35:22 [EnvInject] - Loading node environment variables. 06:35:22 Building remotely on prd-ubuntu1804-builder-4c-4g-9330 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-commit-lint 06:35:22 [ssh-agent] Looking for ssh-agent implementation... 06:35:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:35:22 $ ssh-agent 06:35:22 SSH_AUTH_SOCK=/tmp/ssh-QjVpUtXVwi89/agent.1679 06:35:22 SSH_AGENT_PID=1681 06:35:22 [ssh-agent] Started. 06:35:22 Running ssh-add (command line suppressed) 06:35:22 Identity added: /w/workspace/oom-master-commit-lint@tmp/private_key_7800477162540415786.key (/w/workspace/oom-master-commit-lint@tmp/private_key_7800477162540415786.key) 06:35:22 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 06:35:22 The recommended git tool is: NONE 06:35:26 using credential onap-jenkins-ssh 06:35:26 Wiping out workspace first. 06:35:26 Cloning the remote Git repository 06:35:26 Cloning repository git://cloud.onap.org/mirror/oom.git 06:35:26 > git init /w/workspace/oom-master-commit-lint # timeout=10 06:35:26 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 06:35:26 > git --version # timeout=10 06:35:26 > git --version # 'git version 2.17.1' 06:35:26 using GIT_SSH to set credentials Gerrit user 06:35:26 Verifying host key using manually-configured host key entries 06:35:26 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 06:35:31 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 06:35:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:35:31 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 06:35:31 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 06:35:31 using GIT_SSH to set credentials Gerrit user 06:35:31 Verifying host key using manually-configured host key entries 06:35:31 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/70/137370/3 # timeout=30 06:35:32 > git rev-parse 244c18da12f4bd595a015beda247681a12549b79^{commit} # timeout=10 06:35:32 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 06:35:32 Checking out Revision 244c18da12f4bd595a015beda247681a12549b79 (refs/changes/70/137370/3) 06:35:32 > git config core.sparsecheckout # timeout=10 06:35:32 > git checkout -f 244c18da12f4bd595a015beda247681a12549b79 # timeout=30 06:35:32 Commit message: "[COMMON] Harmonize resource settings" 06:35:32 > git rev-parse FETCH_HEAD^{commit} # timeout=10 06:35:32 > git rev-list --no-walk 634ae79cabf677e32fadcd44d8dc935a2a7a5a3b # timeout=10 06:35:32 [EnvInject] - Injecting environment variables from a build step. 06:35:32 [EnvInject] - Injecting as environment variables the properties content 06:35:32 PYTHON=python3 06:35:32 06:35:32 [EnvInject] - Variables injected successfully. 06:35:32 [oom-master-commit-lint] $ /bin/bash -l /tmp/jenkins16744745525355595211.sh 06:35:32 ---> tox-install.sh 06:35:32 + source /home/jenkins/lf-env.sh 06:35:32 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 06:35:32 ++ mktemp -d /tmp/venv-XXXX 06:35:32 + lf_venv=/tmp/venv-wmln 06:35:32 + local venv_file=/tmp/.os_lf_venv 06:35:32 + local python=python3 06:35:32 + local options 06:35:32 + local set_path=true 06:35:32 + local install_args= 06:35:32 ++ 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 06:35:32 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 06:35:32 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 06:35:32 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 06:35:32 + true 06:35:32 + case $1 in 06:35:32 + venv_file=/tmp/.toxenv 06:35:32 + shift 2 06:35:32 + true 06:35:32 + case $1 in 06:35:32 + shift 06:35:32 + break 06:35:32 + case $python in 06:35:32 + local pkg_list= 06:35:32 + [[ -d /opt/pyenv ]] 06:35:32 + echo 'Setup pyenv:' 06:35:32 Setup pyenv: 06:35:32 + export PYENV_ROOT=/opt/pyenv 06:35:32 + PYENV_ROOT=/opt/pyenv 06:35:32 + 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 06:35:32 + 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 06:35:32 + pyenv versions 06:35:32 * system (set by /opt/pyenv/version) 06:35:32 * 3.8.13 (set by /opt/pyenv/version) 06:35:32 * 3.9.13 (set by /opt/pyenv/version) 06:35:32 * 3.10.6 (set by /opt/pyenv/version) 06:35:32 + command -v pyenv 06:35:32 ++ pyenv init - --no-rehash 06:35:33 + 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[*]}"'\'')" 06:35:33 export PATH="/opt/pyenv/shims:${PATH}" 06:35:33 export PYENV_SHELL=bash 06:35:33 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 06:35:33 pyenv() { 06:35:33 local command 06:35:33 command="${1:-}" 06:35:33 if [ "$#" -gt 0 ]; then 06:35:33 shift 06:35:33 fi 06:35:33 06:35:33 case "$command" in 06:35:33 rehash|shell) 06:35:33 eval "$(pyenv "sh-$command" "$@")" 06:35:33 ;; 06:35:33 *) 06:35:33 command pyenv "$command" "$@" 06:35:33 ;; 06:35:33 esac 06:35:33 }' 06:35:33 +++ 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[*]}"' 06:35:33 ++ 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 06:35:33 ++ 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 06:35:33 ++ 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 06:35:33 ++ export PYENV_SHELL=bash 06:35:33 ++ PYENV_SHELL=bash 06:35:33 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 06:35:33 +++ complete -F _pyenv pyenv 06:35:33 ++ lf-pyver python3 06:35:33 ++ local py_version_xy=python3 06:35:33 ++ local py_version_xyz= 06:35:33 ++ pyenv versions 06:35:33 ++ sed 's/^[ *]* //' 06:35:33 ++ local command 06:35:33 ++ command=versions 06:35:33 ++ '[' 1 -gt 0 ']' 06:35:33 ++ shift 06:35:33 ++ case "$command" in 06:35:33 ++ command pyenv versions 06:35:33 ++ pyenv versions 06:35:33 ++ awk '{ print $1 }' 06:35:33 ++ grep -E '^[0-9.]*[0-9]$' 06:35:33 ++ [[ ! -s /tmp/.pyenv_versions ]] 06:35:33 +++ grep '^3' /tmp/.pyenv_versions 06:35:33 +++ sort -V 06:35:33 +++ tail -n 1 06:35:33 ++ py_version_xyz=3.10.6 06:35:33 ++ [[ -z 3.10.6 ]] 06:35:33 ++ echo 3.10.6 06:35:33 ++ return 0 06:35:33 + pyenv local 3.10.6 06:35:33 + local command 06:35:33 + command=local 06:35:33 + '[' 2 -gt 0 ']' 06:35:33 + shift 06:35:33 + case "$command" in 06:35:33 + command pyenv local 3.10.6 06:35:33 + pyenv local 3.10.6 06:35:33 + for arg in "$@" 06:35:33 + case $arg in 06:35:33 + pkg_list+='tox ' 06:35:33 + for arg in "$@" 06:35:33 + case $arg in 06:35:33 + pkg_list+='virtualenv ' 06:35:33 + for arg in "$@" 06:35:33 + case $arg in 06:35:33 + pkg_list+='urllib3~=1.26.15 ' 06:35:33 + [[ -f /tmp/.toxenv ]] 06:35:33 + [[ ! -f /tmp/.toxenv ]] 06:35:33 + [[ -n '' ]] 06:35:33 + python3 -m venv /tmp/venv-wmln 06:35:37 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wmln' 06:35:37 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wmln 06:35:37 + echo /tmp/venv-wmln 06:35:37 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 06:35:37 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 06:35:37 + /tmp/venv-wmln/bin/python3 -m pip install --upgrade --quiet pip virtualenv 06:35:40 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 06:35:40 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 06:35:40 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 06:35:40 + /tmp/venv-wmln/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 06:35:43 + type python3 06:35:43 + true 06:35:43 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-wmln/bin to PATH' 06:35:43 lf-activate-venv(): INFO: Adding /tmp/venv-wmln/bin to PATH 06:35:43 + PATH=/tmp/venv-wmln/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 06:35:43 + return 0 06:35:43 + python3 --version 06:35:43 Python 3.10.6 06:35:43 + python3 -m pip --version 06:35:43 pip 24.0 from /tmp/venv-wmln/lib/python3.10/site-packages/pip (python 3.10) 06:35:43 + python3 -m pip freeze 06:35:43 cachetools==5.3.3 06:35:43 chardet==5.2.0 06:35:43 colorama==0.4.6 06:35:43 distlib==0.3.8 06:35:43 filelock==3.13.1 06:35:43 packaging==23.2 06:35:43 platformdirs==4.2.0 06:35:43 pluggy==1.4.0 06:35:43 pyproject-api==1.6.1 06:35:43 tomli==2.0.1 06:35:43 tox==4.13.0 06:35:43 urllib3==1.26.18 06:35:43 virtualenv==20.25.1 06:35:43 [EnvInject] - Injecting environment variables from a build step. 06:35:43 [EnvInject] - Injecting as environment variables the properties content 06:35:43 PARALLEL=false 06:35:43 06:35:43 [EnvInject] - Variables injected successfully. 06:35:43 [oom-master-commit-lint] $ /bin/bash -l /tmp/jenkins4713038376628883768.sh 06:35:43 ---> tox-run.sh 06:35:43 + 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 06:35:43 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-commit-lint/archives/tox 06:35:43 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-commit-lint/archives/docs 06:35:43 + mkdir -p /w/workspace/oom-master-commit-lint/archives/tox 06:35:43 + cd /w/workspace/oom-master-commit-lint/. 06:35:43 + source /home/jenkins/lf-env.sh 06:35:43 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 06:35:43 ++ mktemp -d /tmp/venv-XXXX 06:35:43 + lf_venv=/tmp/venv-pWz2 06:35:43 + local venv_file=/tmp/.os_lf_venv 06:35:43 + local python=python3 06:35:43 + local options 06:35:43 + local set_path=true 06:35:43 + local install_args= 06:35:43 ++ 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 06:35:43 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 06:35:43 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 06:35:43 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 06:35:43 + true 06:35:43 + case $1 in 06:35:43 + venv_file=/tmp/.toxenv 06:35:43 + shift 2 06:35:43 + true 06:35:43 + case $1 in 06:35:43 + shift 06:35:43 + break 06:35:43 + case $python in 06:35:43 + local pkg_list= 06:35:43 + [[ -d /opt/pyenv ]] 06:35:43 + echo 'Setup pyenv:' 06:35:43 Setup pyenv: 06:35:43 + export PYENV_ROOT=/opt/pyenv 06:35:43 + PYENV_ROOT=/opt/pyenv 06:35:43 + 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 06:35:43 + 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 06:35:43 + pyenv versions 06:35:43 system 06:35:43 3.8.13 06:35:43 3.9.13 06:35:43 * 3.10.6 (set by /w/workspace/oom-master-commit-lint/.python-version) 06:35:43 + command -v pyenv 06:35:43 ++ pyenv init - --no-rehash 06:35:44 + 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[*]}"'\'')" 06:35:44 export PATH="/opt/pyenv/shims:${PATH}" 06:35:44 export PYENV_SHELL=bash 06:35:44 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 06:35:44 pyenv() { 06:35:44 local command 06:35:44 command="${1:-}" 06:35:44 if [ "$#" -gt 0 ]; then 06:35:44 shift 06:35:44 fi 06:35:44 06:35:44 case "$command" in 06:35:44 rehash|shell) 06:35:44 eval "$(pyenv "sh-$command" "$@")" 06:35:44 ;; 06:35:44 *) 06:35:44 command pyenv "$command" "$@" 06:35:44 ;; 06:35:44 esac 06:35:44 }' 06:35:44 +++ 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[*]}"' 06:35:44 ++ 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 06:35:44 ++ 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 06:35:44 ++ 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 06:35:44 ++ export PYENV_SHELL=bash 06:35:44 ++ PYENV_SHELL=bash 06:35:44 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 06:35:44 +++ complete -F _pyenv pyenv 06:35:44 ++ lf-pyver python3 06:35:44 ++ local py_version_xy=python3 06:35:44 ++ local py_version_xyz= 06:35:44 ++ pyenv versions 06:35:44 ++ sed 's/^[ *]* //' 06:35:44 ++ local command 06:35:44 ++ command=versions 06:35:44 ++ '[' 1 -gt 0 ']' 06:35:44 ++ shift 06:35:44 ++ case "$command" in 06:35:44 ++ command pyenv versions 06:35:44 ++ pyenv versions 06:35:44 ++ grep -E '^[0-9.]*[0-9]$' 06:35:44 ++ awk '{ print $1 }' 06:35:44 ++ [[ ! -s /tmp/.pyenv_versions ]] 06:35:44 +++ sort -V 06:35:44 +++ grep '^3' /tmp/.pyenv_versions 06:35:44 +++ tail -n 1 06:35:44 ++ py_version_xyz=3.10.6 06:35:44 ++ [[ -z 3.10.6 ]] 06:35:44 ++ echo 3.10.6 06:35:44 ++ return 0 06:35:44 + pyenv local 3.10.6 06:35:44 + local command 06:35:44 + command=local 06:35:44 + '[' 2 -gt 0 ']' 06:35:44 + shift 06:35:44 + case "$command" in 06:35:44 + command pyenv local 3.10.6 06:35:44 + pyenv local 3.10.6 06:35:44 + for arg in "$@" 06:35:44 + case $arg in 06:35:44 + pkg_list+='tox ' 06:35:44 + for arg in "$@" 06:35:44 + case $arg in 06:35:44 + pkg_list+='virtualenv ' 06:35:44 + for arg in "$@" 06:35:44 + case $arg in 06:35:44 + pkg_list+='urllib3~=1.26.15 ' 06:35:44 + [[ -f /tmp/.toxenv ]] 06:35:44 ++ cat /tmp/.toxenv 06:35:44 + lf_venv=/tmp/venv-wmln 06:35:44 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-wmln from' file:/tmp/.toxenv 06:35:44 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-wmln from file:/tmp/.toxenv 06:35:44 + /tmp/venv-wmln/bin/python3 -m pip install --upgrade --quiet pip virtualenv 06:35:45 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 06:35:45 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 06:35:45 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 06:35:45 + /tmp/venv-wmln/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 06:35:46 + type python3 06:35:46 + true 06:35:46 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-wmln/bin to PATH' 06:35:46 lf-activate-venv(): INFO: Adding /tmp/venv-wmln/bin to PATH 06:35:46 + PATH=/tmp/venv-wmln/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 06:35:46 + return 0 06:35:46 + [[ -d /opt/pyenv ]] 06:35:46 + echo '---> Setting up pyenv' 06:35:46 ---> Setting up pyenv 06:35:46 + export PYENV_ROOT=/opt/pyenv 06:35:46 + PYENV_ROOT=/opt/pyenv 06:35:46 + export PATH=/opt/pyenv/bin:/tmp/venv-wmln/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 06:35:46 + PATH=/opt/pyenv/bin:/tmp/venv-wmln/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 06:35:46 ++ pwd 06:35:46 + PYTHONPATH=/w/workspace/oom-master-commit-lint 06:35:46 + export PYTHONPATH 06:35:46 + export TOX_TESTENV_PASSENV=PYTHONPATH 06:35:46 + TOX_TESTENV_PASSENV=PYTHONPATH 06:35:46 + tox --version 06:35:46 4.13.0 from /tmp/venv-wmln/lib/python3.10/site-packages/tox/__init__.py 06:35:46 + PARALLEL=false 06:35:46 + TOX_OPTIONS_LIST= 06:35:46 + [[ -n gitlint ]] 06:35:46 + TOX_OPTIONS_LIST=' -e gitlint' 06:35:46 + case ${PARALLEL,,} in 06:35:46 + tox -e gitlint 06:35:46 + tee -a /w/workspace/oom-master-commit-lint/archives/tox/tox.log 06:35:48 gitlint: internal error 06:35:48 Traceback (most recent call last): 06:35:48 File "/tmp/venv-wmln/lib/python3.10/site-packages/tox/session/cmd/run/single.py", line 47, in _evaluate 06:35:48 tox_env.setup() 06:35:48 File "/tmp/venv-wmln/lib/python3.10/site-packages/tox/tox_env/api.py", line 250, in setup 06:35:48 self._setup_env() 06:35:48 File "/tmp/venv-wmln/lib/python3.10/site-packages/tox/tox_env/python/runner.py", line 109, in _setup_env 06:35:48 self._install_deps() 06:35:48 File "/tmp/venv-wmln/lib/python3.10/site-packages/tox/tox_env/python/runner.py", line 113, in _install_deps 06:35:48 self._install(requirements_file, PythonRun.__name__, "deps") 06:35:48 File "/tmp/venv-wmln/lib/python3.10/site-packages/tox/tox_env/api.py", line 96, in _install 06:35:48 self.installer.install(arguments, section, of_type) 06:35:48 File "/tmp/venv-wmln/lib/python3.10/site-packages/tox/tox_env/python/pip/pip_install.py", line 92, in install 06:35:48 self._install_requirement_file(arguments, section, of_type) 06:35:48 File "/tmp/venv-wmln/lib/python3.10/site-packages/tox/tox_env/python/pip/pip_install.py", line 112, in _install_requirement_file 06:35:48 new_options, new_reqs = arguments.unroll() 06:35:48 File "/tmp/venv-wmln/lib/python3.10/site-packages/tox/tox_env/python/pip/req_file.py", line 111, in unroll 06:35:48 opts_dict = vars(self.options) 06:35:48 File "/tmp/venv-wmln/lib/python3.10/site-packages/tox/tox_env/python/pip/req/file.py", line 165, in options 06:35:48 self._ensure_requirements_parsed() 06:35:48 File "/tmp/venv-wmln/lib/python3.10/site-packages/tox/tox_env/python/pip/req/file.py", line 184, in _ensure_requirements_parsed 06:35:48 self._requirements = self._parse_requirements(opt=self._opt, recurse=True) 06:35:48 File "/tmp/venv-wmln/lib/python3.10/site-packages/tox/tox_env/python/pip/req_file.py", line 99, in _parse_requirements 06:35:48 requirements = super()._parse_requirements(opt, recurse) 06:35:48 File "/tmp/venv-wmln/lib/python3.10/site-packages/tox/tox_env/python/pip/req/file.py", line 188, in _parse_requirements 06:35:48 for parsed_line in self._parse_and_recurse(str(self._path), self.is_constraint, recurse): 06:35:48 File "/tmp/venv-wmln/lib/python3.10/site-packages/tox/tox_env/python/pip/req/file.py", line 226, in _parse_and_recurse 06:35:48 yield from self._req_parser._parse_and_recurse(req_path, nested_constraint, recurse) # noqa: SLF001 06:35:48 File "/tmp/venv-wmln/lib/python3.10/site-packages/tox/tox_env/python/pip/req/file.py", line 215, in _parse_and_recurse 06:35:48 for line in self._parse_file(filename, constraint): 06:35:48 File "/tmp/venv-wmln/lib/python3.10/site-packages/tox/tox_env/python/pip/req/file.py", line 234, in _parse_file 06:35:48 content = self._get_file_content(url) 06:35:48 File "/tmp/venv-wmln/lib/python3.10/site-packages/tox/tox_env/python/pip/req/file.py", line 248, in _get_file_content 06:35:48 with urlopen(url) as response: # noqa: S310 06:35:48 File "/opt/pyenv/versions/3.10.6/lib/python3.10/urllib/request.py", line 216, in urlopen 06:35:48 return opener.open(url, data, timeout) 06:35:48 File "/opt/pyenv/versions/3.10.6/lib/python3.10/urllib/request.py", line 525, in open 06:35:48 response = meth(req, response) 06:35:48 File "/opt/pyenv/versions/3.10.6/lib/python3.10/urllib/request.py", line 634, in http_response 06:35:48 response = self.parent.error( 06:35:48 File "/opt/pyenv/versions/3.10.6/lib/python3.10/urllib/request.py", line 563, in error 06:35:48 return self._call_chain(*args) 06:35:48 File "/opt/pyenv/versions/3.10.6/lib/python3.10/urllib/request.py", line 496, in _call_chain 06:35:48 result = func(*args) 06:35:48 File "/opt/pyenv/versions/3.10.6/lib/python3.10/urllib/request.py", line 643, in http_error_default 06:35:48 raise HTTPError(req.full_url, code, msg, hdrs, fp) 06:35:48 urllib.error.HTTPError: HTTP Error 404: Not Found 06:35:48 gitlint: FAIL code 2 (1.42 seconds) 06:35:48 evaluation failed :( (1.60 seconds) 06:35:48 + tox_status=2 06:35:48 + echo '---> Completed tox runs' 06:35:48 ---> Completed tox runs 06:35:48 + for i in .tox/*/log 06:35:48 ++ echo '.tox/*/log' 06:35:48 ++ awk -F/ '{print $2}' 06:35:48 + tox_env='*' 06:35:48 + cp -r '.tox/*/log' '/w/workspace/oom-master-commit-lint/archives/tox/*' 06:35:48 cp: cannot stat '.tox/*/log': No such file or directory 06:35:48 + echo 'WARN: no logs found to archive' 06:35:48 WARN: no logs found to archive 06:35:48 + break 06:35:48 + DOC_DIR=docs/_build/html 06:35:48 + [[ -d docs/_build/html ]] 06:35:48 + echo '---> tox-run.sh ends' 06:35:48 ---> tox-run.sh ends 06:35:48 + test 2 -eq 0 06:35:48 + exit 2 06:35:48 ++ '[' 2 = 1 ']' 06:35:48 Build step 'Execute shell' marked build as failure 06:35:48 $ ssh-agent -k 06:35:48 unset SSH_AUTH_SOCK; 06:35:48 unset SSH_AGENT_PID; 06:35:48 echo Agent pid 1681 killed; 06:35:48 [ssh-agent] Stopped. 06:35:48 [PostBuildScript] - [INFO] Executing post build scripts. 06:35:48 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins2165724436460075406.sh 06:35:48 ---> sysstat.sh 06:35:49 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins17124879539012488513.sh 06:35:49 ---> package-listing.sh 06:35:49 ++ tr '[:upper:]' '[:lower:]' 06:35:49 ++ facter osfamily 06:35:49 + OS_FAMILY=debian 06:35:49 + workspace=/w/workspace/oom-master-commit-lint 06:35:49 + START_PACKAGES=/tmp/packages_start.txt 06:35:49 + END_PACKAGES=/tmp/packages_end.txt 06:35:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:35:49 + PACKAGES=/tmp/packages_start.txt 06:35:49 + '[' /w/workspace/oom-master-commit-lint ']' 06:35:49 + PACKAGES=/tmp/packages_end.txt 06:35:49 + case "${OS_FAMILY}" in 06:35:49 + dpkg -l 06:35:49 + grep '^ii' 06:35:49 + '[' -f /tmp/packages_start.txt ']' 06:35:49 + '[' -f /tmp/packages_end.txt ']' 06:35:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:35:49 + '[' /w/workspace/oom-master-commit-lint ']' 06:35:49 + mkdir -p /w/workspace/oom-master-commit-lint/archives/ 06:35:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-commit-lint/archives/ 06:35:49 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins12208744766349443979.sh 06:35:49 ---> capture-instance-metadata.sh 06:35:49 Setup pyenv: 06:35:49 system 06:35:49 3.8.13 06:35:49 3.9.13 06:35:49 * 3.10.6 (set by /w/workspace/oom-master-commit-lint/.python-version) 06:35:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wFy3 06:35:53 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 06:35:56 lf-activate-venv(): INFO: Installing: lftools 06:36:29 lf-activate-venv(): INFO: Adding /tmp/venv-wFy3/bin to PATH 06:36:29 INFO: Running in OpenStack, capturing instance metadata 06:36:30 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins14628992548797010557.sh 06:36:30 provisioning config files... 06:36:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-commit-lint@tmp/config6662305317670097759tmp 06:36:30 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 06:36:30 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 06:36:30 [EnvInject] - Injecting environment variables from a build step. 06:36:30 [EnvInject] - Injecting as environment variables the properties content 06:36:30 SERVER_ID=logs 06:36:30 06:36:30 [EnvInject] - Variables injected successfully. 06:36:30 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins15418243181831073574.sh 06:36:30 ---> create-netrc.sh 06:36:30 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins13756604463146446524.sh 06:36:30 ---> python-tools-install.sh 06:36:30 Setup pyenv: 06:36:30 system 06:36:30 3.8.13 06:36:30 3.9.13 06:36:30 * 3.10.6 (set by /w/workspace/oom-master-commit-lint/.python-version) 06:36:30 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-wFy3 from file:/tmp/.os_lf_venv 06:36:31 lf-activate-venv(): INFO: Installing: lftools 06:36:40 lf-activate-venv(): INFO: Adding /tmp/venv-wFy3/bin to PATH 06:36:40 Generating Requirements File 06:37:09 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. 06:37:09 lftools 0.37.9 requires openstacksdk>=2.1.0, but you have openstacksdk 0.62.0 which is incompatible. 06:37:09 Python 3.10.6 06:37:09 pip 24.0 from /tmp/venv-wFy3/lib/python3.10/site-packages/pip (python 3.10) 06:37:10 appdirs==1.4.4 06:37:10 argcomplete==3.2.2 06:37:10 aspy.yaml==1.3.0 06:37:10 attrs==23.2.0 06:37:10 autopage==0.5.2 06:37:10 beautifulsoup4==4.12.3 06:37:10 boto3==1.34.51 06:37:10 botocore==1.34.51 06:37:10 bs4==0.0.2 06:37:10 cachetools==5.3.3 06:37:10 certifi==2024.2.2 06:37:10 cffi==1.16.0 06:37:10 cfgv==3.4.0 06:37:10 chardet==5.2.0 06:37:10 charset-normalizer==3.3.2 06:37:10 click==8.1.7 06:37:10 cliff==4.6.0 06:37:10 cmd2==2.4.3 06:37:10 cryptography==3.3.2 06:37:10 debtcollector==3.0.0 06:37:10 decorator==5.1.1 06:37:10 defusedxml==0.7.1 06:37:10 Deprecated==1.2.14 06:37:10 distlib==0.3.8 06:37:10 dnspython==2.6.1 06:37:10 docker==4.2.2 06:37:10 dogpile.cache==1.3.2 06:37:10 email_validator==2.1.1 06:37:10 filelock==3.13.1 06:37:10 future==1.0.0 06:37:10 gitdb==4.0.11 06:37:10 GitPython==3.1.42 06:37:10 google-auth==2.28.1 06:37:10 httplib2==0.22.0 06:37:10 identify==2.5.35 06:37:10 idna==3.6 06:37:10 importlib-resources==1.5.0 06:37:10 iso8601==2.1.0 06:37:10 Jinja2==3.1.3 06:37:10 jmespath==1.0.1 06:37:10 jsonpatch==1.33 06:37:10 jsonpointer==2.4 06:37:10 jsonschema==4.21.1 06:37:10 jsonschema-specifications==2023.12.1 06:37:10 keystoneauth1==5.6.0 06:37:10 kubernetes==29.0.0 06:37:10 lftools==0.37.9 06:37:10 lxml==5.1.0 06:37:10 MarkupSafe==2.1.5 06:37:10 msgpack==1.0.7 06:37:10 multi_key_dict==2.0.3 06:37:10 munch==4.0.0 06:37:10 netaddr==1.2.1 06:37:10 netifaces==0.11.0 06:37:10 niet==1.4.2 06:37:10 nodeenv==1.8.0 06:37:10 oauth2client==4.1.3 06:37:10 oauthlib==3.2.2 06:37:10 openstacksdk==0.62.0 06:37:10 os-client-config==2.1.0 06:37:10 os-service-types==1.7.0 06:37:10 osc-lib==3.0.1 06:37:10 oslo.config==9.4.0 06:37:10 oslo.context==5.4.0 06:37:10 oslo.i18n==6.3.0 06:37:10 oslo.log==5.5.0 06:37:10 oslo.serialization==5.4.0 06:37:10 oslo.utils==7.1.0 06:37:10 packaging==23.2 06:37:10 pbr==6.0.0 06:37:10 platformdirs==4.2.0 06:37:10 prettytable==3.10.0 06:37:10 pyasn1==0.5.1 06:37:10 pyasn1-modules==0.3.0 06:37:10 pycparser==2.21 06:37:10 pygerrit2==2.0.15 06:37:10 PyGithub==2.2.0 06:37:10 pyinotify==0.9.6 06:37:10 PyJWT==2.8.0 06:37:10 PyNaCl==1.5.0 06:37:10 pyparsing==2.4.7 06:37:10 pyperclip==1.8.2 06:37:10 pyrsistent==0.20.0 06:37:10 python-cinderclient==9.4.0 06:37:10 python-dateutil==2.8.2 06:37:10 python-heatclient==3.4.0 06:37:10 python-jenkins==1.8.2 06:37:10 python-keystoneclient==5.3.0 06:37:10 python-magnumclient==4.3.0 06:37:10 python-novaclient==18.4.0 06:37:10 python-openstackclient==6.0.1 06:37:10 python-swiftclient==4.4.0 06:37:10 PyYAML==6.0.1 06:37:10 referencing==0.33.0 06:37:10 requests==2.31.0 06:37:10 requests-oauthlib==1.3.1 06:37:10 requestsexceptions==1.4.0 06:37:10 rfc3986==2.0.0 06:37:10 rpds-py==0.18.0 06:37:10 rsa==4.9 06:37:10 ruamel.yaml==0.18.6 06:37:10 ruamel.yaml.clib==0.2.8 06:37:10 s3transfer==0.10.0 06:37:10 simplejson==3.19.2 06:37:10 six==1.16.0 06:37:10 smmap==5.0.1 06:37:10 soupsieve==2.5 06:37:10 stevedore==5.2.0 06:37:10 tabulate==0.9.0 06:37:10 toml==0.10.2 06:37:10 tomlkit==0.12.4 06:37:10 tqdm==4.66.2 06:37:10 typing_extensions==4.10.0 06:37:10 tzdata==2024.1 06:37:10 urllib3==1.26.18 06:37:10 virtualenv==20.25.1 06:37:10 wcwidth==0.2.13 06:37:10 websocket-client==1.7.0 06:37:10 wrapt==1.16.0 06:37:10 xdg==6.0.0 06:37:10 xmltodict==0.13.0 06:37:10 yq==3.2.3 06:37:10 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins11711843786069813928.sh 06:37:10 ---> sudo-logs.sh 06:37:10 Archiving 'sudo' log.. 06:37:10 [oom-master-commit-lint] $ /bin/bash /tmp/jenkins11471833629580169964.sh 06:37:10 ---> job-cost.sh 06:37:10 Setup pyenv: 06:37:10 system 06:37:10 3.8.13 06:37:10 3.9.13 06:37:10 * 3.10.6 (set by /w/workspace/oom-master-commit-lint/.python-version) 06:37:10 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-wFy3 from file:/tmp/.os_lf_venv 06:37:12 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 06:37:20 lf-activate-venv(): INFO: Adding /tmp/venv-wFy3/bin to PATH 06:37:20 INFO: No Stack... 06:37:20 INFO: Retrieving Pricing Info for: v3-standard-4 06:37:20 INFO: Archiving Costs 06:37:20 [oom-master-commit-lint] $ /bin/bash -l /tmp/jenkins15533737845366576804.sh 06:37:20 ---> logs-deploy.sh 06:37:20 Setup pyenv: 06:37:20 system 06:37:20 3.8.13 06:37:20 3.9.13 06:37:20 * 3.10.6 (set by /w/workspace/oom-master-commit-lint/.python-version) 06:37:20 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-wFy3 from file:/tmp/.os_lf_venv 06:37:22 lf-activate-venv(): INFO: Installing: lftools 06:37:31 lf-activate-venv(): INFO: Adding /tmp/venv-wFy3/bin to PATH 06:37:31 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-commit-lint/7208 06:37:31 INFO: archiving workspace using pattern(s): 06:37:32 Archives upload complete. 06:37:32 INFO: archiving logs to Nexus 06:37:33 ---> uname -a: 06:37:33 Linux prd-ubuntu1804-builder-4c-4g-9330 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 06:37:33 06:37:33 06:37:33 ---> lscpu: 06:37:33 Architecture: x86_64 06:37:33 CPU op-mode(s): 32-bit, 64-bit 06:37:33 Byte Order: Little Endian 06:37:33 CPU(s): 4 06:37:33 On-line CPU(s) list: 0-3 06:37:33 Thread(s) per core: 1 06:37:33 Core(s) per socket: 1 06:37:33 Socket(s): 4 06:37:33 NUMA node(s): 1 06:37:33 Vendor ID: AuthenticAMD 06:37:33 CPU family: 23 06:37:33 Model: 49 06:37:33 Model name: AMD EPYC-Rome Processor 06:37:33 Stepping: 0 06:37:33 CPU MHz: 2799.998 06:37:33 BogoMIPS: 5599.99 06:37:33 Virtualization: AMD-V 06:37:33 Hypervisor vendor: KVM 06:37:33 Virtualization type: full 06:37:33 L1d cache: 32K 06:37:33 L1i cache: 32K 06:37:33 L2 cache: 512K 06:37:33 L3 cache: 16384K 06:37:33 NUMA node0 CPU(s): 0-3 06:37:33 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 06:37:33 06:37:33 06:37:33 ---> nproc: 06:37:33 4 06:37:33 06:37:33 06:37:33 ---> df -h: 06:37:33 Filesystem Size Used Avail Use% Mounted on 06:37:33 udev 7.9G 0 7.9G 0% /dev 06:37:33 tmpfs 1.6G 672K 1.6G 1% /run 06:37:33 /dev/vda1 78G 8.3G 70G 11% / 06:37:33 tmpfs 7.9G 0 7.9G 0% /dev/shm 06:37:33 tmpfs 5.0M 0 5.0M 0% /run/lock 06:37:33 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 06:37:33 /dev/vda15 105M 4.4M 100M 5% /boot/efi 06:37:33 tmpfs 1.6G 0 1.6G 0% /run/user/1001 06:37:33 06:37:33 06:37:33 ---> free -m: 06:37:33 total used free shared buff/cache available 06:37:33 Mem: 16040 526 13448 0 2065 15202 06:37:33 Swap: 1023 0 1023 06:37:33 06:37:33 06:37:33 ---> ip addr: 06:37:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 06:37:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:37:33 inet 127.0.0.1/8 scope host lo 06:37:33 valid_lft forever preferred_lft forever 06:37:33 inet6 ::1/128 scope host 06:37:33 valid_lft forever preferred_lft forever 06:37:33 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 06:37:33 link/ether fa:16:3e:b1:3b:b8 brd ff:ff:ff:ff:ff:ff 06:37:33 inet 10.30.107.203/23 brd 10.30.107.255 scope global dynamic ens3 06:37:33 valid_lft 86252sec preferred_lft 86252sec 06:37:33 inet6 fe80::f816:3eff:feb1:3bb8/64 scope link 06:37:33 valid_lft forever preferred_lft forever 06:37:33 06:37:33 06:37:34 ---> sar -b -r -n DEV: 06:37:34 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-9330) 02/28/24 _x86_64_ (4 CPU) 06:37:34 06:37:34 06:35:09 LINUX RESTART (4 CPU) 06:37:34 06:37:34 06:36:01 tps rtps wtps bread/s bwrtn/s 06:37:34 06:37:01 127.61 13.91 113.70 1049.43 31572.74 06:37:34 Average: 127.61 13.91 113.70 1049.43 31572.74 06:37:34 06:37:34 06:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:37:34 06:37:01 13851044 15567040 2573924 15.67 71368 1839108 781728 4.47 711024 1638788 49064 06:37:34 Average: 13851044 15567040 2573924 15.67 71368 1839108 781728 4.47 711024 1638788 49064 06:37:34 06:37:34 06:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:37:34 06:37:01 lo 1.33 1.33 0.14 0.14 0.00 0.00 0.00 0.00 06:37:34 06:37:01 ens3 49.78 35.48 724.53 8.62 0.00 0.00 0.00 0.00 06:37:34 Average: lo 1.33 1.33 0.14 0.14 0.00 0.00 0.00 0.00 06:37:34 Average: ens3 49.78 35.48 724.53 8.62 0.00 0.00 0.00 0.00 06:37:34 06:37:34 06:37:34 ---> sar -P ALL: 06:37:34 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-9330) 02/28/24 _x86_64_ (4 CPU) 06:37:34 06:37:34 06:35:09 LINUX RESTART (4 CPU) 06:37:34 06:37:34 06:36:01 CPU %user %nice %system %iowait %steal %idle 06:37:34 06:37:01 all 20.49 0.00 1.50 4.26 0.05 73.70 06:37:34 06:37:01 0 13.72 0.00 1.59 3.43 0.03 81.22 06:37:34 06:37:01 1 23.93 0.00 1.25 0.67 0.05 74.10 06:37:34 06:37:01 2 7.64 0.00 1.07 11.52 0.05 79.72 06:37:34 06:37:01 3 36.60 0.00 2.09 1.45 0.07 59.79 06:37:34 Average: all 20.49 0.00 1.50 4.26 0.05 73.70 06:37:34 Average: 0 13.72 0.00 1.59 3.43 0.03 81.22 06:37:34 Average: 1 23.93 0.00 1.25 0.67 0.05 74.10 06:37:34 Average: 2 7.64 0.00 1.07 11.52 0.05 79.72 06:37:34 Average: 3 36.60 0.00 2.09 1.45 0.07 59.79 06:37:34 06:37:34 06:37:34