16:31:18 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/+/136872 16:31:18 Running as SYSTEM 16:31:18 [EnvInject] - Loading node environment variables. 16:31:18 Building remotely on prd-centos8-builder-2c-1g-6313 (centos8-builder-2c-1g) in workspace /w/workspace/integration-master-yaml-lint 16:31:18 [ssh-agent] Looking for ssh-agent implementation... 16:31:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:31:18 $ ssh-agent 16:31:18 SSH_AUTH_SOCK=/tmp/ssh-PhGQwZxMxnIC/agent.21967 16:31:18 SSH_AGENT_PID=21969 16:31:18 [ssh-agent] Started. 16:31:18 Running ssh-add (command line suppressed) 16:31:18 Identity added: /w/workspace/integration-master-yaml-lint@tmp/private_key_6325202589340651111.key (/w/workspace/integration-master-yaml-lint@tmp/private_key_6325202589340651111.key) 16:31:18 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 16:31:18 The recommended git tool is: NONE 16:31:20 using credential onap-jenkins-ssh 16:31:20 Wiping out workspace first. 16:31:20 Cloning the remote Git repository 16:31:20 Cloning repository git://cloud.onap.org/mirror/integration.git 16:31:20 > git init /w/workspace/integration-master-yaml-lint # timeout=10 16:31:20 Fetching upstream changes from git://cloud.onap.org/mirror/integration.git 16:31:20 > git --version # timeout=10 16:31:20 > git --version # 'git version 2.39.0' 16:31:20 using GIT_SSH to set credentials Gerrit user 16:31:20 [INFO] Currently running in a labeled security context 16:31:20 [INFO] Currently SELinux is 'enforcing' on the host 16:31:20 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-master-yaml-lint@tmp/jenkins-gitclient-ssh5467777778102031607.key 16:31:20 Verifying host key using manually-configured host key entries 16:31:20 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration.git +refs/heads/*:refs/remotes/origin/* # timeout=30 16:31:23 > git config remote.origin.url git://cloud.onap.org/mirror/integration.git # timeout=10 16:31:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:31:24 > git config remote.origin.url git://cloud.onap.org/mirror/integration.git # timeout=10 16:31:24 Fetching upstream changes from git://cloud.onap.org/mirror/integration.git 16:31:24 using GIT_SSH to set credentials Gerrit user 16:31:24 [INFO] Currently running in a labeled security context 16:31:24 [INFO] Currently SELinux is 'enforcing' on the host 16:31:24 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-master-yaml-lint@tmp/jenkins-gitclient-ssh12795661592234491954.key 16:31:24 Verifying host key using manually-configured host key entries 16:31:24 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration.git refs/changes/72/136872/1 # timeout=30 16:31:24 > git rev-parse fb4e568c46fa1ac978c3e1833c8185269a5c9eae^{commit} # timeout=10 16:31:24 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 16:31:24 Checking out Revision fb4e568c46fa1ac978c3e1833c8185269a5c9eae (refs/changes/72/136872/1) 16:31:24 > git config core.sparsecheckout # timeout=10 16:31:24 > git checkout -f fb4e568c46fa1ac978c3e1833c8185269a5c9eae # timeout=30 16:31:27 Commit message: "Add bash to alpine toolbox image" 16:31:27 > git rev-parse FETCH_HEAD^{commit} # timeout=10 16:31:27 > git rev-list --no-walk c3a948db45b66fa3c63c1e9d8b6c3b8ca34ef17e # timeout=10 16:31:28 [EnvInject] - Injecting environment variables from a build step. 16:31:28 [EnvInject] - Injecting as environment variables the properties content 16:31:28 PYTHON=python3 16:31:28 16:31:28 [EnvInject] - Variables injected successfully. 16:31:28 [integration-master-yaml-lint] $ /bin/bash -l /tmp/jenkins18233031480980451189.sh 16:31:28 ---> tox-install.sh 16:31:28 + source /home/jenkins/lf-env.sh 16:31:28 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 16:31:28 ++ mktemp -d /tmp/venv-XXXX 16:31:28 + lf_venv=/tmp/venv-JXu1 16:31:28 + local venv_file=/tmp/.os_lf_venv 16:31:28 + local python=python3 16:31:28 + local options 16:31:28 + local set_path=true 16:31:28 + local install_args= 16:31:28 ++ 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:31:28 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:31:28 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:31:28 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 16:31:28 + true 16:31:28 + case $1 in 16:31:28 + venv_file=/tmp/.toxenv 16:31:28 + shift 2 16:31:28 + true 16:31:28 + case $1 in 16:31:28 + shift 16:31:28 + break 16:31:28 + case $python in 16:31:28 + local pkg_list= 16:31:28 + [[ -d /opt/pyenv ]] 16:31:28 + echo 'Setup pyenv:' 16:31:28 Setup pyenv: 16:31:28 + export PYENV_ROOT=/opt/pyenv 16:31:28 + PYENV_ROOT=/opt/pyenv 16:31:28 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 16:31:28 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 16:31:28 + pyenv versions 16:31:28 system 16:31:28 * 3.8.13 (set by /opt/pyenv/version) 16:31:28 * 3.9.13 (set by /opt/pyenv/version) 16:31:28 * 3.10.6 (set by /opt/pyenv/version) 16:31:28 + command -v pyenv 16:31:28 ++ pyenv init - --no-rehash 16:31:28 + 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:31:28 export PATH="/opt/pyenv/shims:${PATH}" 16:31:28 export PYENV_SHELL=bash 16:31:28 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 16:31:28 pyenv() { 16:31:28 local command 16:31:28 command="${1:-}" 16:31:28 if [ "$#" -gt 0 ]; then 16:31:28 shift 16:31:28 fi 16:31:28 16:31:28 case "$command" in 16:31:28 rehash|shell) 16:31:28 eval "$(pyenv "sh-$command" "$@")" 16:31:28 ;; 16:31:28 *) 16:31:28 command pyenv "$command" "$@" 16:31:28 ;; 16:31:28 esac 16:31:28 }' 16:31:28 +++ 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:31:28 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 16:31:28 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 16:31:28 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 16:31:28 ++ export PYENV_SHELL=bash 16:31:28 ++ PYENV_SHELL=bash 16:31:28 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 16:31:28 +++ complete -F _pyenv pyenv 16:31:28 ++ lf-pyver python3 16:31:28 ++ local py_version_xy=python3 16:31:28 ++ local py_version_xyz= 16:31:28 ++ pyenv versions 16:31:28 ++ local command 16:31:28 ++ command=versions 16:31:28 ++ '[' 1 -gt 0 ']' 16:31:28 ++ shift 16:31:28 ++ case "$command" in 16:31:28 ++ command pyenv versions 16:31:28 ++ pyenv versions 16:31:28 ++ sed 's/^[ *]* //' 16:31:28 ++ awk '{ print $1 }' 16:31:28 ++ grep -E '^[0-9.]*[0-9]$' 16:31:28 ++ [[ ! -s /tmp/.pyenv_versions ]] 16:31:28 +++ tail -n 1 16:31:28 +++ sort -V 16:31:28 +++ grep '^3' /tmp/.pyenv_versions 16:31:28 ++ py_version_xyz=3.10.6 16:31:28 ++ [[ -z 3.10.6 ]] 16:31:28 ++ echo 3.10.6 16:31:28 ++ return 0 16:31:28 + pyenv local 3.10.6 16:31:28 + local command 16:31:28 + command=local 16:31:28 + '[' 2 -gt 0 ']' 16:31:28 + shift 16:31:28 + case "$command" in 16:31:28 + command pyenv local 3.10.6 16:31:28 + pyenv local 3.10.6 16:31:28 + for arg in "$@" 16:31:28 + case $arg in 16:31:28 + pkg_list+='tox ' 16:31:28 + for arg in "$@" 16:31:28 + case $arg in 16:31:28 + pkg_list+='virtualenv ' 16:31:28 + for arg in "$@" 16:31:28 + case $arg in 16:31:28 + pkg_list+='urllib3~=1.26.15 ' 16:31:28 + [[ -f /tmp/.toxenv ]] 16:31:28 + [[ ! -f /tmp/.toxenv ]] 16:31:28 + [[ -n '' ]] 16:31:28 + python3 -m venv /tmp/venv-JXu1 16:31:32 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JXu1' 16:31:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JXu1 16:31:32 + echo /tmp/venv-JXu1 16:31:32 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 16:31:32 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 16:31:32 + /tmp/venv-JXu1/bin/python3 -m pip install --upgrade --quiet pip virtualenv 16:31:35 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 16:31:35 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 16:31:35 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 16:31:35 + /tmp/venv-JXu1/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 16:31:38 + type python3 16:31:38 + true 16:31:38 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-JXu1/bin to PATH' 16:31:38 lf-activate-venv(): INFO: Adding /tmp/venv-JXu1/bin to PATH 16:31:38 + PATH=/tmp/venv-JXu1/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 16:31:38 + return 0 16:31:38 + python3 --version 16:31:38 Python 3.10.6 16:31:38 + python3 -m pip --version 16:31:38 pip 23.3.2 from /tmp/venv-JXu1/lib/python3.10/site-packages/pip (python 3.10) 16:31:38 + python3 -m pip freeze 16:31:39 cachetools==5.3.2 16:31:39 chardet==5.2.0 16:31:39 colorama==0.4.6 16:31:39 distlib==0.3.8 16:31:39 filelock==3.13.1 16:31:39 packaging==23.2 16:31:39 platformdirs==4.1.0 16:31:39 pluggy==1.3.0 16:31:39 pyproject-api==1.6.1 16:31:39 tomli==2.0.1 16:31:39 tox==4.11.4 16:31:39 urllib3==1.26.18 16:31:39 virtualenv==20.25.0 16:31:39 [EnvInject] - Injecting environment variables from a build step. 16:31:39 [EnvInject] - Injecting as environment variables the properties content 16:31:39 PARALLEL=false 16:31:39 16:31:39 [EnvInject] - Variables injected successfully. 16:31:39 [integration-master-yaml-lint] $ /bin/bash -l /tmp/jenkins9786039628881121014.sh 16:31:39 ---> tox-run.sh 16:31:39 + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 16:31:39 + ARCHIVE_TOX_DIR=/w/workspace/integration-master-yaml-lint/archives/tox 16:31:39 + ARCHIVE_DOC_DIR=/w/workspace/integration-master-yaml-lint/archives/docs 16:31:39 + mkdir -p /w/workspace/integration-master-yaml-lint/archives/tox 16:31:39 + cd /w/workspace/integration-master-yaml-lint/. 16:31:39 + source /home/jenkins/lf-env.sh 16:31:39 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 16:31:39 ++ mktemp -d /tmp/venv-XXXX 16:31:39 + lf_venv=/tmp/venv-rCoB 16:31:39 + local venv_file=/tmp/.os_lf_venv 16:31:39 + local python=python3 16:31:39 + local options 16:31:39 + local set_path=true 16:31:39 + local install_args= 16:31:39 ++ 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:31:39 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:31:39 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 16:31:39 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 16:31:39 + true 16:31:39 + case $1 in 16:31:39 + venv_file=/tmp/.toxenv 16:31:39 + shift 2 16:31:39 + true 16:31:39 + case $1 in 16:31:39 + shift 16:31:39 + break 16:31:39 + case $python in 16:31:39 + local pkg_list= 16:31:39 + [[ -d /opt/pyenv ]] 16:31:39 + echo 'Setup pyenv:' 16:31:39 Setup pyenv: 16:31:39 + export PYENV_ROOT=/opt/pyenv 16:31:39 + PYENV_ROOT=/opt/pyenv 16:31:39 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 16:31:39 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 16:31:39 + pyenv versions 16:31:39 system 16:31:39 3.8.13 16:31:39 3.9.13 16:31:39 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 16:31:39 + command -v pyenv 16:31:39 ++ pyenv init - --no-rehash 16:31:39 + 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:31:39 export PATH="/opt/pyenv/shims:${PATH}" 16:31:39 export PYENV_SHELL=bash 16:31:39 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 16:31:39 pyenv() { 16:31:39 local command 16:31:39 command="${1:-}" 16:31:39 if [ "$#" -gt 0 ]; then 16:31:39 shift 16:31:39 fi 16:31:39 16:31:39 case "$command" in 16:31:39 rehash|shell) 16:31:39 eval "$(pyenv "sh-$command" "$@")" 16:31:39 ;; 16:31:39 *) 16:31:39 command pyenv "$command" "$@" 16:31:39 ;; 16:31:39 esac 16:31:39 }' 16:31:39 +++ 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:31:39 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 16:31:39 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 16:31:39 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 16:31:39 ++ export PYENV_SHELL=bash 16:31:39 ++ PYENV_SHELL=bash 16:31:39 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 16:31:39 +++ complete -F _pyenv pyenv 16:31:39 ++ lf-pyver python3 16:31:39 ++ local py_version_xy=python3 16:31:39 ++ local py_version_xyz= 16:31:39 ++ sed 's/^[ *]* //' 16:31:39 ++ awk '{ print $1 }' 16:31:39 ++ pyenv versions 16:31:39 ++ local command 16:31:39 ++ command=versions 16:31:39 ++ '[' 1 -gt 0 ']' 16:31:39 ++ shift 16:31:39 ++ case "$command" in 16:31:39 ++ command pyenv versions 16:31:39 ++ pyenv versions 16:31:39 ++ grep -E '^[0-9.]*[0-9]$' 16:31:39 ++ [[ ! -s /tmp/.pyenv_versions ]] 16:31:39 +++ tail -n 1 16:31:39 +++ grep '^3' /tmp/.pyenv_versions 16:31:39 +++ sort -V 16:31:39 ++ py_version_xyz=3.10.6 16:31:39 ++ [[ -z 3.10.6 ]] 16:31:39 ++ echo 3.10.6 16:31:39 ++ return 0 16:31:39 + pyenv local 3.10.6 16:31:39 + local command 16:31:39 + command=local 16:31:39 + '[' 2 -gt 0 ']' 16:31:39 + shift 16:31:39 + case "$command" in 16:31:39 + command pyenv local 3.10.6 16:31:39 + pyenv local 3.10.6 16:31:39 + for arg in "$@" 16:31:39 + case $arg in 16:31:39 + pkg_list+='tox ' 16:31:39 + for arg in "$@" 16:31:39 + case $arg in 16:31:39 + pkg_list+='virtualenv ' 16:31:39 + for arg in "$@" 16:31:39 + case $arg in 16:31:39 + pkg_list+='urllib3~=1.26.15 ' 16:31:39 + [[ -f /tmp/.toxenv ]] 16:31:39 ++ cat /tmp/.toxenv 16:31:39 + lf_venv=/tmp/venv-JXu1 16:31:39 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-JXu1 from' file:/tmp/.toxenv 16:31:39 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-JXu1 from file:/tmp/.toxenv 16:31:39 + /tmp/venv-JXu1/bin/python3 -m pip install --upgrade --quiet pip virtualenv 16:31:40 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 16:31:40 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 16:31:40 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 16:31:40 + /tmp/venv-JXu1/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 16:31:41 + type python3 16:31:41 + true 16:31:41 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-JXu1/bin to PATH' 16:31:41 lf-activate-venv(): INFO: Adding /tmp/venv-JXu1/bin to PATH 16:31:41 + PATH=/tmp/venv-JXu1/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 16:31:41 + return 0 16:31:41 + [[ -d /opt/pyenv ]] 16:31:41 + echo '---> Setting up pyenv' 16:31:41 ---> Setting up pyenv 16:31:41 + export PYENV_ROOT=/opt/pyenv 16:31:41 + PYENV_ROOT=/opt/pyenv 16:31:41 + export PATH=/opt/pyenv/bin:/tmp/venv-JXu1/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 16:31:41 + PATH=/opt/pyenv/bin:/tmp/venv-JXu1/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 16:31:41 ++ pwd 16:31:41 + PYTHONPATH=/w/workspace/integration-master-yaml-lint 16:31:41 + export PYTHONPATH 16:31:41 + export TOX_TESTENV_PASSENV=PYTHONPATH 16:31:41 + TOX_TESTENV_PASSENV=PYTHONPATH 16:31:41 + tox --version 16:31:41 4.11.4 from /tmp/venv-JXu1/lib/python3.10/site-packages/tox/__init__.py 16:31:41 + PARALLEL=false 16:31:41 + TOX_OPTIONS_LIST= 16:31:41 + [[ -n yaml ]] 16:31:41 + TOX_OPTIONS_LIST=' -e yaml' 16:31:41 + case ${PARALLEL,,} in 16:31:41 + tox -e yaml 16:31:41 + tee -a /w/workspace/integration-master-yaml-lint/archives/tox/tox.log 16:31:43 yaml: install_deps> python -I -m pip install coala-bears nodeenv 16:32:13 yaml: freeze> python -m pip freeze --all 16:32:13 yaml: alabaster==0.7.13,appdirs==1.4.4,astroid==1.6.6,attrs==23.1.0,autoflake==0.6.6,autopep8==1.7.0,Babel==2.14.0,bandit==1.6.2,certifi==2023.11.17,charset-normalizer==3.3.2,click==6.6,cmakelint==1.4.2,coala==0.11.0,coala-bears==0.11.1,coala-utils==0.6.7,colorama==0.3.9,colorlog==2.10.0,cppclean==0.12,cpplint==1.6.1,dennis==0.9,dependency-management==0.4.0,docopt==0.6.2,docutils==0.20.1,eradicate==0.1.6,future==0.18.3,gitdb==4.0.11,GitPython==3.1.40,guess-language-spirit==0.5.3,html-linter==0.3.0,idna==3.6,imagesize==1.4.1,importlib-resources==6.1.1,ipython-genutils==0.2.0,isort==4.3.21,Jinja2==3.1.2,joblib==1.3.2,jsonschema==4.20.0,jsonschema-specifications==2023.11.2,jupyter_core==5.5.1,lazy-object-proxy==1.10.0,libclang-py3==3.4.0,mando==0.3.3,MarkupSafe==2.1.3,mccabe==0.7.0,munkres3==1.0.5.5,mypy-lang==0.4.6,nbformat==4.4.0,nltk==3.8.1,nodeenv==1.8.0,packaging==23.2,pbr==6.0.0,pip==23.3.1,pkgutil_resolve_name==1.3.10,platformdirs==4.1.0,polib==1.2.0,proselint==0.7.0,pycodestyle==2.11.1,pydocstyle==1.1.1,pyflakes==1.4.0,Pygments==2.17.2,pylint==1.9.4,PyPrint==0.2.6,pyroma==2.2,pytz==2023.3.post1,PyYAML==3.13,radon==1.4.0,referencing==0.32.0,regex==2023.10.3,requests==2.31.0,restructuredtext-lint==1.0.1,rpds-py==0.15.2,rstcheck==2.2,safety==0.5.1,sarge==0.1.7.post1,scspell3k==2.2,setuptools==69.0.2,six==1.16.0,smmap==5.0.1,snowballstemmer==2.2.0,Sphinx==1.4.9,stevedore==5.1.0,template-remover==0.1.9,termcolor==1.1.0,toml==0.10.2,tqdm==4.66.1,traitlets==5.14.0,unidiff==0.5.5,urllib3==2.1.0,vulture==0.10,wheel==0.42.0,wrapt==1.16.0,yamllint==1.6.1,yapf==0.14.0,zipp==3.17.0 16:32:13 yaml: commands_pre[0]> /bin/sh -c 'git --no-pager diff HEAD HEAD^ --name-only '"'"'*.yaml'"'"' '"'"'*.yml'"'"' > /tmp/.coalist_yaml' 16:32:13 yaml: commands[0]> /bin/bash -c 'coala --non-interactive --disable-caching --no-autoapply-warn yaml --files $( Completed tox runs' 16:32:14 ---> Completed tox runs 16:32:14 + for i in .tox/*/log 16:32:14 ++ echo .tox/yaml/log 16:32:14 ++ awk -F/ '{print $2}' 16:32:14 + tox_env=yaml 16:32:14 + cp -r .tox/yaml/log /w/workspace/integration-master-yaml-lint/archives/tox/yaml 16:32:14 + DOC_DIR=docs/_build/html 16:32:14 + [[ -d docs/_build/html ]] 16:32:14 + echo '---> tox-run.sh ends' 16:32:14 ---> tox-run.sh ends 16:32:14 + test 0 -eq 0 16:32:14 $ ssh-agent -k 16:32:14 unset SSH_AUTH_SOCK; 16:32:14 unset SSH_AGENT_PID; 16:32:14 echo Agent pid 21969 killed; 16:32:14 [ssh-agent] Stopped. 16:32:14 [PostBuildScript] - [INFO] Executing post build scripts. 16:32:14 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins12376691898985331626.sh 16:32:14 ---> sysstat.sh 16:32:15 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins14362848789032332429.sh 16:32:15 ---> package-listing.sh 16:32:15 ++ facter osfamily 16:32:15 ++ tr '[:upper:]' '[:lower:]' 16:32:15 + OS_FAMILY=redhat 16:32:15 + workspace=/w/workspace/integration-master-yaml-lint 16:32:15 + START_PACKAGES=/tmp/packages_start.txt 16:32:15 + END_PACKAGES=/tmp/packages_end.txt 16:32:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:32:15 + PACKAGES=/tmp/packages_start.txt 16:32:15 + '[' /w/workspace/integration-master-yaml-lint ']' 16:32:15 + PACKAGES=/tmp/packages_end.txt 16:32:15 + case "${OS_FAMILY}" in 16:32:15 + rpm -qa 16:32:15 + sort 16:32:15 + '[' -f /tmp/packages_start.txt ']' 16:32:15 + '[' -f /tmp/packages_end.txt ']' 16:32:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:32:15 + '[' /w/workspace/integration-master-yaml-lint ']' 16:32:15 + mkdir -p /w/workspace/integration-master-yaml-lint/archives/ 16:32:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-master-yaml-lint/archives/ 16:32:16 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins1545644253252229090.sh 16:32:16 ---> capture-instance-metadata.sh 16:32:16 Setup pyenv: 16:32:16 system 16:32:16 3.8.13 16:32:16 3.9.13 16:32:16 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 16:32:19 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LtjD 16:32:19 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 16:32:22 lf-activate-venv(): INFO: Installing: lftools 16:33:01 lf-activate-venv(): INFO: Adding /tmp/venv-LtjD/bin to PATH 16:33:01 INFO: Running in OpenStack, capturing instance metadata 16:33:02 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins12185461486852018713.sh 16:33:02 provisioning config files... 16:33:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-master-yaml-lint@tmp/config15294552712542996464tmp 16:33:02 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 16:33:02 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 16:33:02 [EnvInject] - Injecting environment variables from a build step. 16:33:02 [EnvInject] - Injecting as environment variables the properties content 16:33:02 SERVER_ID=logs 16:33:02 16:33:02 [EnvInject] - Variables injected successfully. 16:33:02 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins2365096895123000937.sh 16:33:02 ---> create-netrc.sh 16:33:02 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins14393772447580036672.sh 16:33:02 ---> python-tools-install.sh 16:33:02 Setup pyenv: 16:33:02 system 16:33:02 3.8.13 16:33:02 3.9.13 16:33:02 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 16:33:02 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-LtjD from file:/tmp/.os_lf_venv 16:33:03 lf-activate-venv(): INFO: Installing: lftools 16:33:11 lf-activate-venv(): INFO: Adding /tmp/venv-LtjD/bin to PATH 16:33:11 Generating Requirements File 16:33:43 Python 3.10.6 16:33:44 pip 23.3.2 from /tmp/venv-LtjD/lib/python3.10/site-packages/pip (python 3.10) 16:33:44 appdirs==1.4.4 16:33:44 argcomplete==3.2.1 16:33:44 aspy.yaml==1.3.0 16:33:44 attrs==23.1.0 16:33:44 autopage==0.5.2 16:33:44 Babel==2.14.0 16:33:44 beautifulsoup4==4.12.2 16:33:44 boto3==1.34.3 16:33:44 botocore==1.34.3 16:33:44 bs4==0.0.1 16:33:44 cachetools==5.3.2 16:33:44 certifi==2023.11.17 16:33:44 cffi==1.16.0 16:33:44 cfgv==3.4.0 16:33:44 chardet==5.2.0 16:33:44 charset-normalizer==3.3.2 16:33:44 click==8.1.7 16:33:44 cliff==4.4.0 16:33:44 cmd2==2.4.3 16:33:44 cryptography==3.3.2 16:33:44 debtcollector==2.5.0 16:33:44 decorator==5.1.1 16:33:44 defusedxml==0.7.1 16:33:44 Deprecated==1.2.14 16:33:44 distlib==0.3.8 16:33:44 dnspython==2.4.2 16:33:44 docker==4.2.2 16:33:44 dogpile.cache==1.2.2 16:33:44 email-validator==2.1.0.post1 16:33:44 filelock==3.13.1 16:33:44 future==0.18.3 16:33:44 gitdb==4.0.11 16:33:44 GitPython==3.1.40 16:33:44 google-auth==2.25.2 16:33:44 httplib2==0.22.0 16:33:44 identify==2.5.33 16:33:44 idna==3.6 16:33:44 importlib-metadata==7.0.0 16:33:44 importlib-resources==1.5.0 16:33:44 iso8601==2.1.0 16:33:44 Jinja2==3.1.2 16:33:44 jmespath==1.0.1 16:33:44 jsonpatch==1.33 16:33:44 jsonpointer==2.4 16:33:44 jsonschema==4.20.0 16:33:44 jsonschema-specifications==2023.11.2 16:33:44 keystoneauth1==5.4.0 16:33:44 kubernetes==28.1.0 16:33:44 lftools==0.37.8 16:33:44 lxml==4.9.3 16:33:44 MarkupSafe==2.1.3 16:33:44 msgpack==1.0.7 16:33:44 multi-key-dict==2.0.3 16:33:44 munch==4.0.0 16:33:44 netaddr==0.9.0 16:33:44 netifaces==0.11.0 16:33:44 niet==1.4.2 16:33:44 nodeenv==1.8.0 16:33:44 oauth2client==4.1.3 16:33:44 oauthlib==3.2.2 16:33:44 openstacksdk==0.62.0 16:33:44 os-client-config==2.1.0 16:33:44 os-service-types==1.7.0 16:33:44 osc-lib==2.9.0 16:33:44 oslo.config==9.2.0 16:33:44 oslo.context==5.3.0 16:33:44 oslo.i18n==6.2.0 16:33:44 oslo.log==5.4.0 16:33:44 oslo.serialization==5.2.0 16:33:44 oslo.utils==6.3.0 16:33:44 packaging==23.2 16:33:44 pbr==6.0.0 16:33:44 platformdirs==4.1.0 16:33:44 prettytable==3.9.0 16:33:44 pyasn1==0.5.1 16:33:44 pyasn1-modules==0.3.0 16:33:44 pycparser==2.21 16:33:44 pygerrit2==2.0.15 16:33:44 PyGithub==2.1.1 16:33:44 pyinotify==0.9.6 16:33:44 PyJWT==2.8.0 16:33:44 PyNaCl==1.5.0 16:33:44 pyparsing==2.4.7 16:33:44 pyperclip==1.8.2 16:33:44 pyrsistent==0.20.0 16:33:44 python-cinderclient==9.4.0 16:33:44 python-dateutil==2.8.2 16:33:44 python-heatclient==3.3.0 16:33:44 python-jenkins==1.8.2 16:33:44 python-keystoneclient==5.2.0 16:33:44 python-magnumclient==4.3.0 16:33:44 python-novaclient==18.4.0 16:33:44 python-openstackclient==6.0.0 16:33:44 python-swiftclient==4.4.0 16:33:44 pytz==2023.3.post1 16:33:44 PyYAML==6.0.1 16:33:44 referencing==0.32.0 16:33:44 requests==2.31.0 16:33:44 requests-oauthlib==1.3.1 16:33:44 requestsexceptions==1.4.0 16:33:44 rfc3986==2.0.0 16:33:44 rpds-py==0.15.2 16:33:44 rsa==4.9 16:33:44 ruamel.yaml==0.18.5 16:33:44 ruamel.yaml.clib==0.2.8 16:33:44 s3transfer==0.9.0 16:33:44 simplejson==3.19.2 16:33:44 six==1.16.0 16:33:44 smmap==5.0.1 16:33:44 soupsieve==2.5 16:33:44 stevedore==5.1.0 16:33:44 tabulate==0.9.0 16:33:44 toml==0.10.2 16:33:44 tomlkit==0.12.3 16:33:44 tqdm==4.66.1 16:33:44 typing_extensions==4.9.0 16:33:44 tzdata==2023.3 16:33:44 urllib3==1.26.18 16:33:44 virtualenv==20.25.0 16:33:44 wcwidth==0.2.12 16:33:44 websocket-client==1.7.0 16:33:44 wrapt==1.16.0 16:33:44 xdg==6.0.0 16:33:44 xmltodict==0.13.0 16:33:44 yq==3.2.3 16:33:44 zipp==3.17.0 16:33:44 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins5918722588308107683.sh 16:33:44 ---> sudo-logs.sh 16:33:44 Archiving 'sudo' log.. 16:33:44 [integration-master-yaml-lint] $ /bin/bash /tmp/jenkins8234056728580237271.sh 16:33:44 ---> job-cost.sh 16:33:44 Setup pyenv: 16:33:45 system 16:33:45 3.8.13 16:33:45 3.9.13 16:33:45 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 16:33:45 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-LtjD from file:/tmp/.os_lf_venv 16:33:46 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 16:33:54 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:33:54 lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.0.0 which is incompatible. 16:33:54 lf-activate-venv(): INFO: Adding /tmp/venv-LtjD/bin to PATH 16:33:54 INFO: No Stack... 16:33:54 INFO: Retrieving Pricing Info for: v3-standard-2 16:33:55 INFO: Archiving Costs 16:33:55 [integration-master-yaml-lint] $ /bin/bash -l /tmp/jenkins5548611664805828099.sh 16:33:55 ---> logs-deploy.sh 16:33:55 Setup pyenv: 16:33:55 system 16:33:55 3.8.13 16:33:55 3.9.13 16:33:55 * 3.10.6 (set by /w/workspace/integration-master-yaml-lint/.python-version) 16:33:55 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-LtjD from file:/tmp/.os_lf_venv 16:33:56 lf-activate-venv(): INFO: Installing: lftools 16:34:06 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:34:06 python-openstackclient 6.4.0 requires openstacksdk>=2.0.0, but you have openstacksdk 1.4.0 which is incompatible. 16:34:06 lf-activate-venv(): INFO: Adding /tmp/venv-LtjD/bin to PATH 16:34:06 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-master-yaml-lint/145 16:34:06 INFO: archiving workspace using pattern(s): 16:34:07 Archives upload complete. 16:34:08 INFO: archiving logs to Nexus 16:34:08 ---> uname -a: 16:34:08 Linux prd-centos8-builder-2c-1g-6313.novalocal 4.18.0-448.el8.x86_64 #1 SMP Wed Jan 18 15:02:46 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux 16:34:08 16:34:08 16:34:08 ---> lscpu: 16:34:08 Architecture: x86_64 16:34:08 CPU op-mode(s): 32-bit, 64-bit 16:34:08 Byte Order: Little Endian 16:34:08 CPU(s): 2 16:34:08 On-line CPU(s) list: 0,1 16:34:08 Thread(s) per core: 1 16:34:08 Core(s) per socket: 1 16:34:08 Socket(s): 2 16:34:08 NUMA node(s): 1 16:34:08 Vendor ID: AuthenticAMD 16:34:08 CPU family: 23 16:34:08 Model: 49 16:34:08 Model name: AMD EPYC-Rome Processor 16:34:08 Stepping: 0 16:34:08 CPU MHz: 2799.998 16:34:08 BogoMIPS: 5599.99 16:34:08 Virtualization: AMD-V 16:34:08 Hypervisor vendor: KVM 16:34:08 Virtualization type: full 16:34:08 L1d cache: 32K 16:34:08 L1i cache: 32K 16:34:08 L2 cache: 512K 16:34:08 L3 cache: 16384K 16:34:08 NUMA node0 CPU(s): 0,1 16:34:08 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 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 wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 16:34:08 16:34:08 16:34:08 ---> nproc: 16:34:08 2 16:34:08 16:34:08 16:34:08 ---> df -h: 16:34:08 Filesystem Size Used Avail Use% Mounted on 16:34:08 devtmpfs 3.8G 0 3.8G 0% /dev 16:34:08 tmpfs 3.8G 0 3.8G 0% /dev/shm 16:34:08 tmpfs 3.8G 17M 3.8G 1% /run 16:34:08 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 16:34:08 /dev/vda1 40G 8.9G 32G 23% / 16:34:08 tmpfs 770M 0 770M 0% /run/user/1001 16:34:08 16:34:08 16:34:08 ---> free -m: 16:34:08 total used free shared buff/cache available 16:34:08 Mem: 7699 565 4668 19 2465 6816 16:34:08 Swap: 1023 0 1023 16:34:08 16:34:08 16:34:08 ---> ip addr: 16:34:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 16:34:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:34:08 inet 127.0.0.1/8 scope host lo 16:34:08 valid_lft forever preferred_lft forever 16:34:08 inet6 ::1/128 scope host 16:34:08 valid_lft forever preferred_lft forever 16:34:08 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 16:34:08 link/ether fa:16:3e:03:88:3f brd ff:ff:ff:ff:ff:ff 16:34:08 altname enp0s3 16:34:08 altname ens3 16:34:08 inet 10.30.106.220/23 brd 10.30.107.255 scope global dynamic noprefixroute eth0 16:34:08 valid_lft 86192sec preferred_lft 86192sec 16:34:08 inet6 fe80::f816:3eff:fe03:883f/64 scope link 16:34:08 valid_lft forever preferred_lft forever 16:34:08 16:34:08 16:34:08 ---> sar -b -r -n DEV: 16:34:08 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 12/19/2023 _x86_64_ (2 CPU) 16:34:08 16:34:08 16:30:35 LINUX RESTART (2 CPU) 16:34:08 16:34:08 04:31:02 PM tps rtps wtps bread/s bwrtn/s 16:34:08 04:32:01 PM 317.37 165.74 151.63 5711.83 38252.95 16:34:08 04:33:01 PM 128.54 7.15 121.39 1292.90 11561.66 16:34:08 04:34:01 PM 94.65 0.63 94.02 78.39 7802.00 16:34:08 Average: 179.42 57.24 122.18 2342.45 19099.79 16:34:08 16:34:08 04:31:02 PM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:34:08 04:32:01 PM 5292360 6996616 2592084 32.88 2688 1882848 803444 8.99 206084 2065044 111032 16:34:08 04:33:01 PM 4915532 6958684 2968912 37.66 2688 2201216 739456 8.28 408652 2157852 130072 16:34:08 04:34:01 PM 4764468 6965240 3119976 39.57 2688 2348280 698000 7.81 417556 2271612 132564 16:34:08 Average: 4990787 6973513 2893657 36.70 2688 2144115 746967 8.36 344097 2164836 124556 16:34:08 16:34:08 04:31:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:34:08 04:32:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:08 04:32:01 PM eth0 304.90 153.37 2045.13 60.49 0.00 0.00 0.00 0.00 16:34:08 04:33:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:08 04:33:01 PM eth0 34.97 22.54 607.91 8.72 0.00 0.00 0.00 0.00 16:34:08 04:34:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:08 04:34:01 PM eth0 43.26 32.88 343.42 8.86 0.00 0.00 0.00 0.00 16:34:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:08 Average: eth0 126.72 69.13 993.01 25.83 0.00 0.00 0.00 0.00 16:34:08 16:34:08 16:34:08 ---> sar -P ALL: 16:34:08 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 12/19/2023 _x86_64_ (2 CPU) 16:34:08 16:34:08 16:30:35 LINUX RESTART (2 CPU) 16:34:08 16:34:08 04:31:02 PM CPU %user %nice %system %iowait %steal %idle 16:34:08 04:32:01 PM all 31.72 2.83 21.07 17.77 0.10 26.51 16:34:08 04:32:01 PM 0 35.10 2.76 20.35 13.95 0.10 27.73 16:34:08 04:32:01 PM 1 28.34 2.90 21.79 21.59 0.10 25.28 16:34:08 04:33:01 PM all 34.14 0.00 4.90 8.61 0.12 52.23 16:34:08 04:33:01 PM 0 22.03 0.00 3.98 8.62 0.13 65.24 16:34:08 04:33:01 PM 1 46.30 0.00 5.83 8.60 0.10 39.16 16:34:08 04:34:01 PM all 40.07 0.00 3.41 4.01 0.12 52.39 16:34:08 04:34:01 PM 0 32.18 0.00 3.18 3.45 0.13 61.06 16:34:08 04:34:01 PM 1 48.00 0.00 3.63 4.57 0.10 43.70 16:34:08 Average: all 35.35 0.92 9.67 10.04 0.11 43.90 16:34:08 Average: 0 29.71 0.90 9.04 8.61 0.12 51.62 16:34:08 Average: 1 41.02 0.95 10.29 11.48 0.10 36.16 16:34:08 16:34:08 16:34:08