Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/+/143470 Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-centos8-builder-2c-1g-1845 (centos8-builder-2c-1g) in workspace /w/workspace/integration-master-python-lint [ssh-agent] Looking for ssh-agent implementation... $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-BE9z5LVKrEPE/agent.14062 SSH_AGENT_PID=14064 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/integration-master-python-lint@tmp/private_key_14075562073171899891.key (/w/workspace/integration-master-python-lint@tmp/private_key_14075562073171899891.key) [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) The recommended git tool is: NONE using credential onap-jenkins-ssh Wiping out workspace first. Cloning the remote Git repository Cloning repository git://cloud.onap.org/mirror/integration.git > git init /w/workspace/integration-master-python-lint # timeout=10 Fetching upstream changes from git://cloud.onap.org/mirror/integration.git > git --version # timeout=10 > git --version # 'git version 2.39.0' using GIT_SSH to set credentials Gerrit user [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-master-python-lint@tmp/jenkins-gitclient-ssh3800996701624207397.key Verifying host key using manually-configured host key entries > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration.git +refs/heads/*:refs/remotes/origin/* # timeout=30 > git config remote.origin.url git://cloud.onap.org/mirror/integration.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://cloud.onap.org/mirror/integration.git # timeout=10 Fetching upstream changes from git://cloud.onap.org/mirror/integration.git using GIT_SSH to set credentials Gerrit user [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-master-python-lint@tmp/jenkins-gitclient-ssh15290217160522314000.key Verifying host key using manually-configured host key entries > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration.git refs/changes/70/143470/3 # timeout=30 > git rev-parse d76298b1c7f3bb21c724c4b9b133fd5b79422110^{commit} # timeout=10 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script Checking out Revision d76298b1c7f3bb21c724c4b9b133fd5b79422110 (refs/changes/70/143470/3) > git config core.sparsecheckout # timeout=10 > git checkout -f d76298b1c7f3bb21c724c4b9b133fd5b79422110 # timeout=30 Commit message: "Docs: Replace blockdiag/seqdiag with Mermaid" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk 3bb88e2f04a755a862929313c4a0bbf16ba85a36 # timeout=10 [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PYTHON=python3 [EnvInject] - Variables injected successfully. [integration-master-python-lint] $ /bin/bash -l /tmp/jenkins10288739041042019008.sh ---> tox-install.sh + source /home/jenkins/lf-env.sh + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 ++ mktemp -d /tmp/venv-XXXX + lf_venv=/tmp/venv-OIPc + local venv_file=/tmp/.os_lf_venv + local python=python3 + local options + local set_path=true + local install_args= ++ 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 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 + true + case $1 in + venv_file=/tmp/.toxenv + shift 2 + true + case $1 in + shift + break + case $python in + local pkg_list= + [[ -d /opt/pyenv ]] + echo 'Setup pyenv:' Setup pyenv: + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + 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 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin + pyenv versions system * 3.8.13 (set by /opt/pyenv/version) * 3.9.13 (set by /opt/pyenv/version) * 3.10.6 (set by /opt/pyenv/version) + command -v pyenv ++ pyenv init - --no-rehash + 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[*]}"'\'')" export PATH="/opt/pyenv/shims:${PATH}" export PYENV_SHELL=bash source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' pyenv() { local command command="${1:-}" if [ "$#" -gt 0 ]; then shift fi case "$command" in rehash|shell) eval "$(pyenv "sh-$command" "$@")" ;; *) command pyenv "$command" "$@" ;; esac }' +++ 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[*]}"' ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin ++ 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 ++ 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 ++ export PYENV_SHELL=bash ++ PYENV_SHELL=bash ++ source /opt/pyenv/libexec/../completions/pyenv.bash +++ complete -F _pyenv pyenv ++ lf-pyver python3 ++ local py_version_xy=python3 ++ local py_version_xyz= ++ pyenv versions ++ awk '{ print $1 }' ++ local command ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ sed 's/^[ *]* //' ++ grep -E '^[0-9.]*[0-9]$' ++ [[ ! -s /tmp/.pyenv_versions ]] +++ sort -V +++ tail -n 1 +++ grep '^3' /tmp/.pyenv_versions ++ py_version_xyz=3.10.6 ++ [[ -z 3.10.6 ]] ++ echo 3.10.6 ++ return 0 + pyenv local 3.10.6 + local command + command=local + '[' 2 -gt 0 ']' + shift + case "$command" in + command pyenv local 3.10.6 + pyenv local 3.10.6 + for arg in "$@" + case $arg in + pkg_list+='tox ' + for arg in "$@" + case $arg in + pkg_list+='virtualenv ' + for arg in "$@" + case $arg in + pkg_list+='urllib3~=1.26.15 ' + [[ -f /tmp/.toxenv ]] + [[ ! -f /tmp/.toxenv ]] + [[ -n '' ]] + python3 -m venv /tmp/venv-OIPc + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OIPc' lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OIPc + echo /tmp/venv-OIPc + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) + local 'pip_opts=--upgrade --quiet' + pip_opts='--upgrade --quiet --trusted-host pypi.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' + [[ -n '' ]] + [[ -n '' ]] + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' lf-activate-venv(): INFO: Attempting to install with network-safe options... + /tmp/venv-OIPc/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv + echo 'lf-activate-venv(): INFO: Base packages installed successfully' lf-activate-venv(): INFO: Base packages installed successfully + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 + /tmp/venv-OIPc/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-OIPc/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-OIPc/bin to PATH + PATH=/tmp/venv-OIPc/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 + return 0 + python3 --version Python 3.10.6 + python3 -m pip --version pip 26.0.1 from /tmp/venv-OIPc/lib/python3.10/site-packages/pip (python 3.10) + python3 -m pip freeze cachetools==7.0.2 colorama==0.4.6 distlib==0.4.0 filelock==3.25.0 packaging==26.0 platformdirs==4.9.2 pluggy==1.6.0 pyproject-api==1.10.0 python-discovery==1.1.0 tomli==2.4.0 tox==4.47.3 typing_extensions==4.15.0 urllib3==1.26.20 virtualenv==21.1.0 [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PARALLEL=false [EnvInject] - Variables injected successfully. [integration-master-python-lint] $ /bin/bash -l /tmp/jenkins1342176963457926910.sh ---> tox-run.sh + 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 + ARCHIVE_TOX_DIR=/w/workspace/integration-master-python-lint/archives/tox + ARCHIVE_DOC_DIR=/w/workspace/integration-master-python-lint/archives/docs + mkdir -p /w/workspace/integration-master-python-lint/archives/tox + cd /w/workspace/integration-master-python-lint/. + source /home/jenkins/lf-env.sh + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 ++ mktemp -d /tmp/venv-XXXX + lf_venv=/tmp/venv-tdhO + local venv_file=/tmp/.os_lf_venv + local python=python3 + local options + local set_path=true + local install_args= ++ 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 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 + true + case $1 in + venv_file=/tmp/.toxenv + shift 2 + true + case $1 in + shift + break + case $python in + local pkg_list= + [[ -d /opt/pyenv ]] + echo 'Setup pyenv:' Setup pyenv: + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + 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 + 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 + pyenv versions system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/integration-master-python-lint/.python-version) + command -v pyenv ++ pyenv init - --no-rehash + 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[*]}"'\'')" export PATH="/opt/pyenv/shims:${PATH}" export PYENV_SHELL=bash source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' pyenv() { local command command="${1:-}" if [ "$#" -gt 0 ]; then shift fi case "$command" in rehash|shell) eval "$(pyenv "sh-$command" "$@")" ;; *) command pyenv "$command" "$@" ;; esac }' +++ 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[*]}"' ++ 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 ++ 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 ++ 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 ++ export PYENV_SHELL=bash ++ PYENV_SHELL=bash ++ source /opt/pyenv/libexec/../completions/pyenv.bash +++ complete -F _pyenv pyenv ++ lf-pyver python3 ++ local py_version_xy=python3 ++ local py_version_xyz= ++ awk '{ print $1 }' ++ pyenv versions ++ local command ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ sed 's/^[ *]* //' ++ grep -E '^[0-9.]*[0-9]$' ++ [[ ! -s /tmp/.pyenv_versions ]] +++ tail -n 1 +++ grep '^3' /tmp/.pyenv_versions +++ sort -V ++ py_version_xyz=3.10.6 ++ [[ -z 3.10.6 ]] ++ echo 3.10.6 ++ return 0 + pyenv local 3.10.6 + local command + command=local + '[' 2 -gt 0 ']' + shift + case "$command" in + command pyenv local 3.10.6 + pyenv local 3.10.6 + for arg in "$@" + case $arg in + pkg_list+='tox ' + for arg in "$@" + case $arg in + pkg_list+='virtualenv ' + for arg in "$@" + case $arg in + pkg_list+='urllib3~=1.26.15 ' + [[ -f /tmp/.toxenv ]] ++ cat /tmp/.toxenv + lf_venv=/tmp/venv-OIPc + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-OIPc from' file:/tmp/.toxenv lf-activate-venv(): INFO: Reuse venv:/tmp/venv-OIPc from file:/tmp/.toxenv + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) + local 'pip_opts=--upgrade --quiet' + pip_opts='--upgrade --quiet --trusted-host pypi.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' + [[ -n '' ]] + [[ -n '' ]] + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' lf-activate-venv(): INFO: Attempting to install with network-safe options... + /tmp/venv-OIPc/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv + echo 'lf-activate-venv(): INFO: Base packages installed successfully' lf-activate-venv(): INFO: Base packages installed successfully + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 + /tmp/venv-OIPc/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-OIPc/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-OIPc/bin to PATH + PATH=/tmp/venv-OIPc/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 + return 0 + [[ -d /opt/pyenv ]] + echo '---> Setting up pyenv' ---> Setting up pyenv + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + export PATH=/opt/pyenv/bin:/tmp/venv-OIPc/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 + PATH=/opt/pyenv/bin:/tmp/venv-OIPc/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 ++ pwd + PYTHONPATH=/w/workspace/integration-master-python-lint + export PYTHONPATH + export TOX_TESTENV_PASSENV=PYTHONPATH + TOX_TESTENV_PASSENV=PYTHONPATH + tox --version 4.47.3 from /tmp/venv-OIPc/lib/python3.10/site-packages/tox/__init__.py + PARALLEL=false + TOX_OPTIONS_LIST= + [[ -n py ]] + TOX_OPTIONS_LIST=' -e py' + case ${PARALLEL,,} in + tee -a /w/workspace/integration-master-python-lint/archives/tox/tox.log + tox -e py py: install_deps> python -I -m pip install coala-bears nodeenv $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 14064 killed; [ssh-agent] Stopped. Build was aborted Aborted by new patch set. [PostBuildScript] - [INFO] Executing post build scripts. Collecting coala-bears Downloading coala_bears-0.11.1-py34.py35.py36-none-any.whl.metadata (11 kB) Collecting nodeenv Downloading nodeenv-1.10.0-py2.py3-none-any.whl.metadata (24 kB) Collecting coala~=0.11.0 (from coala-bears) Downloading coala-0.11.0-py34.py35.py36-none-any.whl.metadata (3.7 kB) Collecting autoflake~=0.6.6 (from coala-bears) Downloading autoflake-0.6.6.tar.gz (11 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting autopep8~=1.2 (from coala-bears) Downloading autopep8-1.7.0-py2.py3-none-any.whl.metadata (17 kB) Collecting bandit~=1.2 (from coala-bears) Downloading bandit-1.7.10-py3-none-any.whl.metadata (6.7 kB) Collecting click==6.6 (from coala-bears) Downloading click-6.6-py2.py3-none-any.whl.metadata (424 bytes) Collecting cmakelint~=1.3 (from coala-bears) Downloading cmakelint-1.4.3-py3-none-any.whl.metadata (3.7 kB) Collecting cppclean~=0.12.0 (from coala-bears) Downloading cppclean-0.12.tar.gz (29 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cpplint~=1.3 (from coala-bears) Downloading cpplint-1.6.1-py3-none-any.whl.metadata (4.5 kB) Collecting dennis~=0.8 (from coala-bears) Downloading dennis-0.9-py2.py3-none-any.whl.metadata (3.3 kB) Collecting eradicate~=0.1.6 (from coala-bears) Downloading eradicate-0.1.6.tar.gz (4.3 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting guess-language-spirit~=0.5.2 (from coala-bears) Downloading guess_language-spirit-0.5.3.tar.bz2 (81 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting html-linter~=0.3.0 (from coala-bears) Downloading html-linter-0.3.0.tar.gz (19 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting isort~=4.2 (from coala-bears) Downloading isort-4.3.21-py2.py3-none-any.whl.metadata (19 kB) Collecting munkres3~=1.0 (from coala-bears) Downloading munkres3-1.0.5.5.zip (13 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mypy-lang~=0.4.6 (from coala-bears) Downloading mypy-lang-0.4.6.tar.gz (620 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 620.0/620.0 kB 36.3 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting nbformat~=4.1 (from coala-bears) Downloading nbformat-4.4.0-py2.py3-none-any.whl.metadata (1.1 kB) Collecting nltk~=3.2 (from coala-bears) Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) Collecting proselint~=0.7.0 (from coala-bears) Downloading proselint-0.7.0.tar.gz (78 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pycodestyle~=2.2 (from coala-bears) Downloading pycodestyle-2.12.1-py2.py3-none-any.whl.metadata (4.5 kB) Collecting pydocstyle~=1.1 (from coala-bears) Downloading pydocstyle-1.1.1-py2.py3-none-any.whl.metadata (2.0 kB) Collecting pyflakes~=1.4.0 (from coala-bears) Downloading pyflakes-1.4.0-py2.py3-none-any.whl.metadata (3.3 kB) Collecting pylint~=1.6 (from coala-bears) Downloading pylint-1.9.4-py2.py3-none-any.whl.metadata (4.2 kB) Collecting pyroma~=2.2.0 (from coala-bears) Downloading pyroma-2.2.tar.gz (349 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyyaml~=3.12 (from coala-bears) Downloading PyYAML-3.13.tar.gz (270 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting radon==1.4.0 (from coala-bears) Downloading radon-1.4.0-py2.py3-none-any.whl.metadata (5.9 kB) Collecting restructuredtext-lint~=1.0.0 (from coala-bears) Downloading restructuredtext_lint-1.0.1.tar.gz (23 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting rstcheck~=2.2 (from coala-bears) Downloading rstcheck-2.2.tar.gz (10.0 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting safety~=0.5.1 (from coala-bears) Downloading safety-0.5.1-py2.py3-none-any.whl.metadata (8.0 kB) Collecting scspell3k~=2.0 (from coala-bears) Downloading scspell3k-2.3.0-py2.py3-none-any.whl.metadata (12 kB) Collecting vulture~=0.10.0 (from coala-bears) Downloading vulture-0.10.tar.gz (10 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting yamllint~=1.6.1 (from coala-bears) Downloading yamllint-1.6.1-py2.py3-none-any.whl.metadata (996 bytes) Collecting yapf~=0.14.0 (from coala-bears) Downloading yapf-0.14.0-py2.py3-none-any.whl.metadata (19 kB) Collecting colorama<0.4,>=0.3 (from radon==1.4.0->coala-bears) Downloading colorama-0.3.9-py2.py3-none-any.whl.metadata (13 kB) Collecting mando<0.4,>=0.3 (from radon==1.4.0->coala-bears) Downloading mando-0.3.3-py2.py3-none-any.whl.metadata (5.6 kB) Collecting toml (from autopep8~=1.2->coala-bears) Downloading toml-0.10.2-py2.py3-none-any.whl.metadata (7.1 kB) INFO: pip is looking at multiple versions of bandit to determine which version is compatible with other requirements. This could take a while. Collecting bandit~=1.2 (from coala-bears) Downloading bandit-1.7.9-py3-none-any.whl.metadata (6.7 kB) Downloading bandit-1.7.8-py3-none-any.whl.metadata (6.0 kB) Downloading bandit-1.7.7-py3-none-any.whl.metadata (5.9 kB) Downloading bandit-1.7.6-py3-none-any.whl.metadata (5.0 kB) Collecting GitPython>=3.1.30 (from bandit~=1.2->coala-bears) Downloading gitpython-3.1.46-py3-none-any.whl.metadata (13 kB) Collecting bandit~=1.2 (from coala-bears) Downloading bandit-1.7.5-py3-none-any.whl.metadata (5.0 kB) Downloading bandit-1.7.4-py3-none-any.whl.metadata (4.4 kB) Downloading bandit-1.7.3-py3-none-any.whl.metadata (4.4 kB) INFO: pip is still looking at multiple versions of bandit to determine which version is compatible with other requirements. This could take a while. Downloading bandit-1.7.2-py3-none-any.whl.metadata (12 kB) Downloading bandit-1.7.1-py3-none-any.whl.metadata (12 kB) Downloading bandit-1.7.0-py3-none-any.whl.metadata (18 kB) Downloading bandit-1.6.2-py2.py3-none-any.whl.metadata (18 kB) Collecting six>=1.10.0 (from bandit~=1.2->coala-bears) Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting stevedore>=1.20.0 (from bandit~=1.2->coala-bears) Downloading stevedore-5.3.0-py3-none-any.whl.metadata (2.3 kB) Collecting PyPrint~=0.2.6 (from coala~=0.11.0->coala-bears) Downloading PyPrint-0.2.6-py3-none-any.whl.metadata (353 bytes) Collecting Pygments~=2.1 (from coala~=0.11.0->coala-bears) Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) Collecting appdirs~=1.4 (from coala~=0.11.0->coala-bears) Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) Collecting coala-utils~=0.6.2 (from coala~=0.11.0->coala-bears) Downloading coala_utils-0.6.7-py3-none-any.whl.metadata (1.2 kB) Collecting colorlog~=2.7 (from coala~=0.11.0->coala-bears) Downloading colorlog-2.10.0-py2.py3-none-any.whl.metadata (8.7 kB) Collecting dependency-management~=0.4.0 (from coala~=0.11.0->coala-bears) Downloading dependency_management-0.4.0-py3-none-any.whl.metadata (1.2 kB) Collecting libclang-py3~=3.4.0 (from coala~=0.11.0->coala-bears) Downloading libclang-py3-3.4.0.tar.gz (26 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting requests~=2.12 (from coala~=0.11.0->coala-bears) Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) Requirement already satisfied: setuptools>=17.0 in ./.tox/py/lib/python3.8/site-packages (from coala~=0.11.0->coala-bears) (75.3.4) Collecting unidiff~=0.5.2 (from coala~=0.11.0->coala-bears) Downloading unidiff-0.5.5-py2.py3-none-any.whl.metadata (4.3 kB) Collecting polib>=1.0.8 (from dennis~=0.8->coala-bears) Downloading polib-1.2.0-py2.py3-none-any.whl.metadata (15 kB) Collecting template-remover (from html-linter~=0.3.0->coala-bears) Downloading template-remover-0.1.9.tar.gz (7.1 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting docopt>=0.6.1 (from html-linter~=0.3.0->coala-bears) Downloading docopt-0.6.2.tar.gz (25 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting ipython-genutils (from nbformat~=4.1->coala-bears) Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl.metadata (755 bytes) Collecting jsonschema!=2.5.0,>=2.4 (from nbformat~=4.1->coala-bears) Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) Collecting jupyter-core (from nbformat~=4.1->coala-bears) Downloading jupyter_core-5.8.1-py3-none-any.whl.metadata (1.6 kB) Collecting traitlets>=4.1 (from nbformat~=4.1->coala-bears) Downloading traitlets-5.14.3-py3-none-any.whl.metadata (10 kB) Collecting joblib (from nltk~=3.2->coala-bears) Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) Collecting regex>=2021.8.3 (from nltk~=3.2->coala-bears) Downloading regex-2024.11.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB) Collecting tqdm (from nltk~=3.2->coala-bears) Downloading tqdm-4.67.3-py3-none-any.whl.metadata (57 kB) Collecting future (from proselint~=0.7.0->coala-bears) Downloading future-1.0.0-py3-none-any.whl.metadata (4.0 kB) Collecting astroid<2.0,>=1.6 (from pylint~=1.6->coala-bears) Downloading astroid-1.6.6-py2.py3-none-any.whl.metadata (3.4 kB) Collecting mccabe (from pylint~=1.6->coala-bears) Downloading mccabe-0.7.0-py2.py3-none-any.whl.metadata (5.0 kB) Collecting docutils (from pyroma~=2.2.0->coala-bears) Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting sphinx<1.5,>=1.3 (from rstcheck~=2.2->coala-bears) Downloading Sphinx-1.4.9-py2.py3-none-any.whl.metadata (3.0 kB) Collecting packaging (from safety~=0.5.1->coala-bears) Using cached packaging-26.0-py3-none-any.whl.metadata (3.3 kB) Collecting lazy-object-proxy (from astroid<2.0,>=1.6->pylint~=1.6->coala-bears) Downloading lazy_object_proxy-1.10.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.8 kB) Collecting wrapt (from astroid<2.0,>=1.6->pylint~=1.6->coala-bears) Downloading wrapt-2.0.1-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (9.0 kB) Collecting termcolor~=1.1.0 (from PyPrint~=0.2.6->coala~=0.11.0->coala-bears) Downloading termcolor-1.1.0.tar.gz (3.9 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting sarge~=0.1.4 (from dependency-management~=0.4.0->coala~=0.11.0->coala-bears) Downloading sarge-0.1.8-py2.py3-none-any.whl.metadata (2.1 kB) Collecting gitdb<5,>=4.0.1 (from GitPython>=3.1.30->bandit~=1.2->coala-bears) Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) Collecting typing-extensions>=3.10.0.2 (from GitPython>=3.1.30->bandit~=1.2->coala-bears) Downloading typing_extensions-4.13.2-py3-none-any.whl.metadata (3.0 kB) Collecting attrs>=22.2.0 (from jsonschema!=2.5.0,>=2.4->nbformat~=4.1->coala-bears) Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) Collecting importlib-resources>=1.4.0 (from jsonschema!=2.5.0,>=2.4->nbformat~=4.1->coala-bears) Downloading importlib_resources-6.4.5-py3-none-any.whl.metadata (4.0 kB) Collecting jsonschema-specifications>=2023.03.6 (from jsonschema!=2.5.0,>=2.4->nbformat~=4.1->coala-bears) Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) Collecting pkgutil-resolve-name>=1.3.10 (from jsonschema!=2.5.0,>=2.4->nbformat~=4.1->coala-bears) Downloading pkgutil_resolve_name-1.3.10-py3-none-any.whl.metadata (624 bytes) Collecting referencing>=0.28.4 (from jsonschema!=2.5.0,>=2.4->nbformat~=4.1->coala-bears) Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) Collecting rpds-py>=0.7.1 (from jsonschema!=2.5.0,>=2.4->nbformat~=4.1->coala-bears) Downloading rpds_py-0.20.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) Collecting charset_normalizer<4,>=2 (from requests~=2.12->coala~=0.11.0->coala-bears) Downloading charset_normalizer-3.4.4-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (37 kB) Collecting idna<4,>=2.5 (from requests~=2.12->coala~=0.11.0->coala-bears) Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB) Collecting urllib3<3,>=1.21.1 (from requests~=2.12->coala~=0.11.0->coala-bears) Downloading urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB) Collecting certifi>=2017.4.17 (from requests~=2.12->coala~=0.11.0->coala-bears) Downloading certifi-2026.2.25-py3-none-any.whl.metadata (2.5 kB) Collecting Jinja2>=2.3 (from sphinx<1.5,>=1.3->rstcheck~=2.2->coala-bears) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting alabaster<0.8,>=0.7 (from sphinx<1.5,>=1.3->rstcheck~=2.2->coala-bears) Downloading alabaster-0.7.13-py3-none-any.whl.metadata (3.0 kB) Collecting babel!=2.0,>=1.3 (from sphinx<1.5,>=1.3->rstcheck~=2.2->coala-bears) Downloading babel-2.18.0-py3-none-any.whl.metadata (2.2 kB) Collecting imagesize (from sphinx<1.5,>=1.3->rstcheck~=2.2->coala-bears) Downloading imagesize-1.5.0-py2.py3-none-any.whl.metadata (1.6 kB) Collecting snowballstemmer>=1.1 (from sphinx<1.5,>=1.3->rstcheck~=2.2->coala-bears) Downloading snowballstemmer-3.0.1-py3-none-any.whl.metadata (7.9 kB) Collecting pbr>=2.0.0 (from stevedore>=1.20.0->bandit~=1.2->coala-bears) Downloading pbr-7.0.3-py2.py3-none-any.whl.metadata (3.8 kB) Collecting platformdirs>=2.5 (from jupyter-core->nbformat~=4.1->coala-bears) Downloading platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB) Collecting pytz>=2015.7 (from babel!=2.0,>=1.3->sphinx<1.5,>=1.3->rstcheck~=2.2->coala-bears) Downloading pytz-2026.1.post1-py2.py3-none-any.whl.metadata (22 kB) Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython>=3.1.30->bandit~=1.2->coala-bears) Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) Collecting zipp>=3.1.0 (from importlib-resources>=1.4.0->jsonschema!=2.5.0,>=2.4->nbformat~=4.1->coala-bears) Downloading zipp-3.20.2-py3-none-any.whl.metadata (3.7 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=2.3->sphinx<1.5,>=1.3->rstcheck~=2.2->coala-bears) Downloading MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Downloading coala_bears-0.11.1-py34.py35.py36-none-any.whl (172 kB) Downloading click-6.6-py2.py3-none-any.whl (71 kB) Downloading radon-1.4.0-py2.py3-none-any.whl (44 kB) Downloading nodeenv-1.10.0-py2.py3-none-any.whl (23 kB) Downloading autopep8-1.7.0-py2.py3-none-any.whl (45 kB) Downloading bandit-1.6.2-py2.py3-none-any.whl (122 kB) Downloading cmakelint-1.4.3-py3-none-any.whl (13 kB) Downloading coala-0.11.0-py34.py35.py36-none-any.whl (190 kB) Downloading cpplint-1.6.1-py3-none-any.whl (77 kB) Downloading dennis-0.9-py2.py3-none-any.whl (33 kB) Downloading isort-4.3.21-py2.py3-none-any.whl (42 kB) Downloading nbformat-4.4.0-py2.py3-none-any.whl (155 kB) Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 65.4 MB/s eta 0:00:00 Downloading pycodestyle-2.12.1-py2.py3-none-any.whl (31 kB) Downloading pydocstyle-1.1.1-py2.py3-none-any.whl (40 kB) Downloading pyflakes-1.4.0-py2.py3-none-any.whl (222 kB) Downloading pylint-1.9.4-py2.py3-none-any.whl (689 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 689.3/689.3 kB 50.1 MB/s eta 0:00:00 Downloading safety-0.5.1-py2.py3-none-any.whl (9.3 kB) Downloading scspell3k-2.3.0-py2.py3-none-any.whl (264 kB) Downloading yamllint-1.6.1-py2.py3-none-any.whl (38 kB) Downloading yapf-0.14.0-py2.py3-none-any.whl (142 kB) Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Downloading astroid-1.6.6-py2.py3-none-any.whl (305 kB) Downloading coala_utils-0.6.7-py3-none-any.whl (24 kB) Downloading PyPrint-0.2.6-py3-none-any.whl (8.5 kB) Downloading colorama-0.3.9-py2.py3-none-any.whl (20 kB) Downloading colorlog-2.10.0-py2.py3-none-any.whl (17 kB) Downloading dependency_management-0.4.0-py3-none-any.whl (21 kB) Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 44.1 MB/s eta 0:00:00 Downloading gitpython-3.1.46-py3-none-any.whl (208 kB) Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) Downloading mando-0.3.3-py2.py3-none-any.whl (12 kB) Downloading polib-1.2.0-py2.py3-none-any.whl (20 kB) Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 77.4 MB/s eta 0:00:00 Downloading regex-2024.11.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (785 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 785.1/785.1 kB 62.9 MB/s eta 0:00:00 Downloading requests-2.32.4-py3-none-any.whl (64 kB) Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Downloading Sphinx-1.4.9-py2.py3-none-any.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 87.6 MB/s eta 0:00:00 Downloading stevedore-5.3.0-py3-none-any.whl (49 kB) Downloading traitlets-5.14.3-py3-none-any.whl (85 kB) Downloading unidiff-0.5.5-py2.py3-none-any.whl (14 kB) Downloading future-1.0.0-py3-none-any.whl (491 kB) Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB) Downloading joblib-1.4.2-py3-none-any.whl (301 kB) Downloading jupyter_core-5.8.1-py3-none-any.whl (28 kB) Downloading mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB) Using cached packaging-26.0-py3-none-any.whl (74 kB) Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Downloading tqdm-4.67.3-py3-none-any.whl (78 kB) Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Downloading attrs-25.3.0-py3-none-any.whl (63 kB) Downloading babel-2.18.0-py3-none-any.whl (10.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 128.7 MB/s eta 0:00:00 Downloading certifi-2026.2.25-py3-none-any.whl (153 kB) Downloading charset_normalizer-3.4.4-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (147 kB) Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) Downloading idna-3.11-py3-none-any.whl (71 kB) Downloading importlib_resources-6.4.5-py3-none-any.whl (36 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) Downloading pbr-7.0.3-py2.py3-none-any.whl (131 kB) Downloading pkgutil_resolve_name-1.3.10-py3-none-any.whl (4.7 kB) Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB) Downloading referencing-0.35.1-py3-none-any.whl (26 kB) Downloading rpds_py-0.20.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (360 kB) Downloading sarge-0.1.8-py2.py3-none-any.whl (19 kB) Downloading snowballstemmer-3.0.1-py3-none-any.whl (103 kB) Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB) Downloading urllib3-2.2.3-py3-none-any.whl (126 kB) Downloading imagesize-1.5.0-py2.py3-none-any.whl (5.8 kB) Downloading lazy_object_proxy-1.10.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (66 kB) Downloading wrapt-2.0.1-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (118 kB) Downloading MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26 kB) Downloading pytz-2026.1.post1-py2.py3-none-any.whl (510 kB) Downloading smmap-5.0.2-py3-none-any.whl (24 kB) Downloading zipp-3.20.2-py3-none-any.whl (9.2 kB) Building wheels for collected packages: autoflake, cppclean, eradicate, guess-language-spirit, html-linter, munkres3, mypy-lang, proselint, pyroma, pyyaml, restructuredtext-lint, rstcheck, vulture, docopt, libclang-py3, template-remover, termcolor Building wheel for autoflake (setup.py): started Building wheel for autoflake (setup.py): finished with status 'done' Created wheel for autoflake: filename=autoflake-0.6.6-py3-none-any.whl size=8210 sha256=f66f5fd77c82b69d6e1951e366a835d392ba2cc0f37b11f4dc5fc6fe41588bcf Stored in directory: /home/jenkins/.cache/pip/wheels/11/70/b0/e1f4e7bf655623cf55b0617ec4eb26265c0c8b73444c78368b Building wheel for cppclean (setup.py): started Building wheel for cppclean (setup.py): finished with status 'done' Created wheel for cppclean: filename=cppclean-0.12-py3-none-any.whl size=37006 sha256=e35d40c6576fe5b2718ab9d490b9a9d5d41ddb50e8c954130c422e4b24ea674b Stored in directory: /home/jenkins/.cache/pip/wheels/1a/cc/1c/715878b7cf509a847587a89261d409f968305c3cd938d306c1 Building wheel for eradicate (setup.py): started Building wheel for eradicate (setup.py): finished with status 'done' Created wheel for eradicate: filename=eradicate-0.1.6-py3-none-any.whl size=5515 sha256=3e51767558075bf31901d597ff30ec49732fb2398cb948a49dc96197b887895d Stored in directory: /home/jenkins/.cache/pip/wheels/73/5f/15/2147aba9f29d31ee33a903ad3d960ceb98ae6e57d18c46336d Building wheel for guess-language-spirit (setup.py): started Building wheel for guess-language-spirit (setup.py): finished with status 'done' Created wheel for guess-language-spirit: filename=guess_language_spirit-0.5.3-py3-none-any.whl size=121196 sha256=99da52c22d70a75d26f47ca03aa1afbb94573ad96a2c8d841646943962a778ea Stored in directory: /home/jenkins/.cache/pip/wheels/bb/2b/b4/3a5622654cedd0d84efb248092518881ecbc65897e2f12e8b0 Building wheel for html-linter (setup.py): started Building wheel for html-linter (setup.py): finished with status 'done' Created wheel for html-linter: filename=html_linter-0.3.0-py3-none-any.whl size=14197 sha256=84fa8bb9c03aac641de67bc849bb5ed6579e63241ab3e16a86a258766ed1e0b1 Stored in directory: /home/jenkins/.cache/pip/wheels/49/51/69/a2fa268358f02a5cd6540a589d39f705ed2fef226e5ca36515 Building wheel for munkres3 (setup.py): started Building wheel for munkres3 (setup.py): finished with status 'done' Created wheel for munkres3: filename=munkres3-1.0.5.5-py3-none-any.whl size=12857 sha256=6e3ccde79200c617d752e6779890124e1bb6bb8e7fd52022b8351ba96c24fbd0 Stored in directory: /home/jenkins/.cache/pip/wheels/f5/38/04/e8f3cffb85b76452e95f1a0274644c2599688f70b5d6cd5199 Building wheel for mypy-lang (setup.py): started Building wheel for mypy-lang (setup.py): finished with status 'done' Created wheel for mypy-lang: filename=mypy_lang-0.4.6-py3-none-any.whl size=880646 sha256=d7a1d4de1a9822a1822b29d484e7faa6b22a15ba9b4ed1685f86ffd49bc63495 Stored in directory: /home/jenkins/.cache/pip/wheels/3f/75/b9/aaaeddceddaa6023a0f6323020a5894fb601f6722df8845469 Building wheel for proselint (setup.py): started Building wheel for proselint (setup.py): finished with status 'done' Created wheel for proselint: filename=proselint-0.7.0-py3-none-any.whl size=124378 sha256=d582829d672710d52495370ffde91b9f87bd7f25f4812ae48993402eeee33c6b Stored in directory: /home/jenkins/.cache/pip/wheels/ad/96/15/74ec9f45005ab2dd32ed9ee8efb5c4598d486957efb3ccf3ef Building wheel for pyroma (setup.py): started Building wheel for pyroma (setup.py): finished with status 'done' Created wheel for pyroma: filename=pyroma-2.2-py3-none-any.whl size=352675 sha256=bef398817b5bf055f783db6abc881c9d6150e3835764ec2c8d753c9502a6c34a Stored in directory: /home/jenkins/.cache/pip/wheels/d9/55/d0/7481eb8ed25f3dca6e2f6e9a226694d69ba4fa5b29737db93b Building wheel for pyyaml (setup.py): started Building wheel for pyyaml (setup.py): finished with status 'done' Created wheel for pyyaml: filename=pyyaml-3.13-cp38-cp38-linux_x86_64.whl size=43099 sha256=a8deba2993e7d07a8f980df80b6ff24c651b1eaa0e05c94eed1c51da1a833a2b Stored in directory: /home/jenkins/.cache/pip/wheels/db/f2/07/5e58b12bc11255c3fc0a0aca89849050a8ec203d8b4a3c52c0 Building wheel for restructuredtext-lint (setup.py): started Building wheel for restructuredtext-lint (setup.py): finished with status 'done' Created wheel for restructuredtext-lint: filename=restructuredtext_lint-1.0.1-py3-none-any.whl size=26400 sha256=0e3f6bf89ad5d33c95e7df08dcff751eb9173033f492925904845288e8974977 Stored in directory: /home/jenkins/.cache/pip/wheels/ee/b0/89/0261fe314df0070836adb5d22c97fc5d24da84c9718e4f2eb8 Building wheel for rstcheck (setup.py): started Building wheel for rstcheck (setup.py): finished with status 'done' Created wheel for rstcheck: filename=rstcheck-2.2-py3-none-any.whl size=10788 sha256=8cb455d0988737bd74cedc0332e190bd9f63b03172dffcdec0c8299d52e47900 Stored in directory: /home/jenkins/.cache/pip/wheels/6b/f8/c6/0b89b750ccf7e50ade04de741f7d2c22b420a32ea47f2cfd65 Building wheel for vulture (setup.py): started Building wheel for vulture (setup.py): finished with status 'done' Created wheel for vulture: filename=vulture-0.10-py3-none-any.whl size=7915 sha256=22c7a70022fe9b6e0d0a4f167e56815e4bab3c3a2f7b1d8ac2c63c0045a55415 Stored in directory: /home/jenkins/.cache/pip/wheels/78/67/72/8cc43be85f0bbf0d12eb13a8cbc66bd08d5ffe41e5cc08fbb8 Building wheel for docopt (setup.py): started Building wheel for docopt (setup.py): finished with status 'done' Created wheel for docopt: filename=docopt-0.6.2-py2.py3-none-any.whl size=13706 sha256=edffcc068e5a171cc17a53cd11223c1404accd0f75cffcd1ba65aaf2c371c2e3 Stored in directory: /home/jenkins/.cache/pip/wheels/56/ea/58/ead137b087d9e326852a851351d1debf4ada529b6ac0ec4e8c Building wheel for libclang-py3 (setup.py): started Building wheel for libclang-py3 (setup.py): finished with status 'done' Created wheel for libclang-py3: filename=libclang_py3-3.4.0-py3-none-any.whl size=26950 sha256=fcf57c596d7c7a1225adf14d0793cc32f815aa2356f856301144ce493bf183ff Stored in directory: /home/jenkins/.cache/pip/wheels/05/a8/0e/79b537b25613d28e375e7f494ac4fdb3bc9d8d90a70cf7b6cd Building wheel for template-remover (setup.py): started Building wheel for template-remover (setup.py): finished with status 'done' Created wheel for template-remover: filename=template_remover-0.1.9-py3-none-any.whl size=7023 sha256=1b142fe9a4e6fd0d80e4cae6757d54e003c58f7b1213991a18a41b30b86e6747 Stored in directory: /home/jenkins/.cache/pip/wheels/ce/a7/c5/c06e911dc42ca26600e2b8eb9954e01690c3ce263391828b0d Building wheel for termcolor (setup.py): started Building wheel for termcolor (setup.py): finished with status 'done' Created wheel for termcolor: filename=termcolor-1.1.0-py3-none-any.whl size=4831 sha256=a9190b10e5d76f44fd8cd7c1ad232a3a5c2d2825bbc2217b0700966eb721f6a3 Stored in directory: /home/jenkins/.cache/pip/wheels/a0/16/9c/5473df82468f958445479c59e784896fa24f4a5fc024b0f501 Successfully built autoflake cppclean eradicate guess-language-spirit html-linter munkres3 mypy-lang proselint pyroma pyyaml restructuredtext-lint rstcheck vulture docopt libclang-py3 template-remover termcolor Installing collected packages: yapf, vulture, unidiff, termcolor, scspell3k, sarge, pyyaml, pytz, pyflakes, pydocstyle, polib, mypy-lang, munkres3, mando, libclang-py3, ipython-genutils, guess-language-spirit, eradicate, docopt, cpplint, cppclean, colorlog, colorama, cmakelint, click, appdirs, zipp, yamllint, wrapt, urllib3, typing-extensions, traitlets, tqdm, toml, template-remover, snowballstemmer, smmap, six, rpds-py, regex, radon, PyPrint, Pygments, pycodestyle, platformdirs, pkgutil-resolve-name, pbr, packaging, nodeenv, mccabe, MarkupSafe, lazy-object-proxy, joblib, isort, imagesize, idna, future, docutils, dennis, charset_normalizer, certifi, babel, autoflake, attrs, alabaster, stevedore, restructuredtext-lint, requests, referencing, pyroma, proselint, nltk, jupyter-core, Jinja2, importlib-resources, html-linter, gitdb, coala-utils, autopep8, astroid, sphinx, safety, pylint, jsonschema-specifications, GitPython, dependency-management, rstcheck, jsonschema, coala, bandit, nbformat, coala-bears py: exit -15 (18.44 seconds) /w/workspace/integration-master-python-lint> python -I -m pip install coala-bears nodeenv pid=36278 py: FAIL code -15 (19.54 seconds) evaluation failed :( (19.57 seconds) [integration-master-python-lint] $ /bin/bash /tmp/jenkins1005776678337995414.sh + tox_status=143 + echo '---> Completed tox runs' ---> Completed tox runs + for i in .tox/*/log ---> sysstat.sh ++ echo .tox/py/log ++ awk -F/ '{print $2}' [integration-master-python-lint] $ /bin/bash /tmp/jenkins10830811692822408147.sh ---> package-listing.sh ++ tr '[:upper:]' '[:lower:]' ++ facter osfamily + OS_FAMILY=redhat + workspace=/w/workspace/integration-master-python-lint + START_PACKAGES=/tmp/packages_start.txt + END_PACKAGES=/tmp/packages_end.txt + DIFF_PACKAGES=/tmp/packages_diff.txt + PACKAGES=/tmp/packages_start.txt + '[' /w/workspace/integration-master-python-lint ']' + PACKAGES=/tmp/packages_end.txt + case "${OS_FAMILY}" in + rpm -qa + sort + '[' -f /tmp/packages_start.txt ']' + '[' -f /tmp/packages_end.txt ']' + diff /tmp/packages_start.txt /tmp/packages_end.txt + '[' /w/workspace/integration-master-python-lint ']' + mkdir -p /w/workspace/integration-master-python-lint/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-master-python-lint/archives/ [integration-master-python-lint] $ /bin/bash /tmp/jenkins18186549296405174713.sh ---> capture-instance-metadata.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/integration-master-python-lint/.python-version) lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-dpwk lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-dpwk/bin to PATH INFO: Running in OpenStack, capturing instance metadata [integration-master-python-lint] $ /bin/bash /tmp/jenkins7224312399613448915.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-master-python-lint@tmp/config5834666604300279179tmp Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] Run condition [Regular expression match] preventing perform for step [Provide Configuration files] [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content SERVER_ID=logs [EnvInject] - Variables injected successfully. [integration-master-python-lint] $ /bin/bash /tmp/jenkins7449962718692677979.sh ---> create-netrc.sh [integration-master-python-lint] $ /bin/bash /tmp/jenkins15268033186070387810.sh ---> python-tools-install.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/integration-master-python-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-dpwk from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-dpwk/bin to PATH Generating Requirements File 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. httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. Python 3.10.6 pip 26.0.1 from /tmp/venv-dpwk/lib/python3.10/site-packages/pip (python 3.10) appdirs==1.4.4 argcomplete==3.6.3 aspy.yaml==1.3.0 attrs==25.4.0 autopage==0.6.0 backports.strenum==1.3.1 beautifulsoup4==4.14.3 boto3==1.42.60 botocore==1.42.60 bs4==0.0.2 certifi==2026.2.25 cffi==2.0.0 cfgv==3.5.0 chardet==7.0.0 charset-normalizer==3.4.4 click==8.3.1 cliff==4.13.2 cmd2==3.4.0 cryptography==3.3.2 debtcollector==3.0.0 decorator==5.2.1 defusedxml==0.7.1 Deprecated==1.3.1 distlib==0.4.0 dnspython==2.8.0 docker==7.1.0 dogpile.cache==1.5.0 durationpy==0.10 email-validator==2.3.0 filelock==3.25.0 future==1.0.0 gitdb==4.0.12 GitPython==3.1.46 httplib2==0.30.2 identify==2.6.17 idna==3.11 importlib-resources==1.5.0 iso8601==2.1.0 Jinja2==3.1.6 jmespath==1.1.0 jsonpatch==1.33 jsonpointer==3.0.0 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 keystoneauth1==5.13.1 kubernetes==35.0.0 lftools==0.37.22 lxml==6.0.2 markdown-it-py==4.0.0 MarkupSafe==3.0.3 mdurl==0.1.2 msgpack==1.1.2 multi_key_dict==2.0.3 munch==4.0.0 netaddr==1.3.0 niet==1.4.2 nodeenv==1.10.0 oauth2client==4.1.3 oauthlib==3.3.1 openstacksdk==4.10.0 os-service-types==1.8.2 osc-lib==4.4.0 oslo.config==10.3.0 oslo.context==6.3.0 oslo.i18n==6.7.2 oslo.log==8.1.0 oslo.serialization==5.9.1 oslo.utils==10.0.0 packaging==26.0 pbr==7.0.3 platformdirs==4.9.2 prettytable==3.17.0 psutil==7.2.2 pyasn1==0.6.2 pyasn1_modules==0.4.2 pycparser==3.0 pygerrit2==2.0.15 PyGithub==2.8.1 Pygments==2.19.2 PyJWT==2.11.0 PyNaCl==1.6.2 pyparsing==2.4.7 pyperclip==1.11.0 pyrsistent==0.20.0 python-cinderclient==9.9.0 python-dateutil==2.9.0.post0 python-discovery==1.1.0 python-heatclient==5.1.0 python-jenkins==1.8.3 python-keystoneclient==5.8.0 python-magnumclient==4.10.0 python-openstackclient==9.0.0 python-swiftclient==4.10.0 PyYAML==6.0.3 referencing==0.37.0 requests==2.32.5 requests-oauthlib==2.0.0 requestsexceptions==1.4.0 rfc3986==2.0.0 rich==14.3.3 rich-argparse==1.7.2 rpds-py==0.30.0 rsa==4.9.1 ruamel.yaml==0.19.1 ruamel.yaml.clib==0.2.15 s3transfer==0.16.0 simplejson==3.20.2 six==1.17.0 smmap==5.0.2 soupsieve==2.8.3 stevedore==5.7.0 tabulate==0.9.0 toml==0.10.2 tomlkit==0.14.0 tqdm==4.67.3 typing_extensions==4.15.0 urllib3==1.26.20 virtualenv==21.1.0 wcwidth==0.6.0 websocket-client==1.9.0 wrapt==2.1.1 xdg==6.0.0 xmltodict==1.0.4 yq==3.4.3 [integration-master-python-lint] $ /bin/bash /tmp/jenkins13027508909774128125.sh ---> sudo-logs.sh Archiving 'sudo' log.. [integration-master-python-lint] $ /bin/bash /tmp/jenkins3731291981594779807.sh ---> job-cost.sh INFO: Activating Python virtual environment... Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/integration-master-python-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-dpwk from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-dpwk/bin to PATH INFO: No stack-cost file found INFO: Instance uptime: 135s INFO: Fetching instance metadata (attempt 1 of 3)... DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type INFO: Successfully fetched instance metadata INFO: Instance type: v3-standard-2 INFO: Retrieving pricing info for: v3-standard-2 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-2/cost?seconds=135 INFO: Successfully fetched Vexxhost pricing API INFO: Retrieved cost: 0.06 INFO: Retrieved resource: v3-standard-2 INFO: Creating archive directory: /w/workspace/integration-master-python-lint/archives/cost INFO: Archiving costs to: /w/workspace/integration-master-python-lint/archives/cost.csv INFO: Successfully archived job cost data DEBUG: Cost data: integration-master-python-lint,363,2026-03-04 17:46:48,v3-standard-2,135,0.06,0.00,ABORTED [integration-master-python-lint] $ /bin/bash -l /tmp/jenkins12429336184353983007.sh ---> logs-deploy.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/integration-master-python-lint/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-dpwk from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-dpwk/bin to PATH INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-master-python-lint/363 INFO: archiving workspace using pattern(s): /tmp/venv-dpwk/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (7.0.0)/charset_normalizer (3.4.4) doesn't match a supported version! warnings.warn( Archives upload complete. INFO: archiving logs to Nexus /tmp/venv-dpwk/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (7.0.0)/charset_normalizer (3.4.4) doesn't match a supported version! warnings.warn( ---> uname -a: Linux prd-centos8-builder-2c-1g-1845.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 ---> lscpu: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 2 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 23 Model: 49 Model name: AMD EPYC-Rome Processor Stepping: 0 CPU MHz: 2799.998 BogoMIPS: 5599.99 Virtualization: AMD-V Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 512K L3 cache: 16384K NUMA node0 CPU(s): 0,1 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 ---> nproc: 2 ---> df -h: Filesystem Size Used Avail Use% Mounted on devtmpfs 3.8G 0 3.8G 0% /dev tmpfs 3.8G 0 3.8G 0% /dev/shm tmpfs 3.8G 17M 3.8G 1% /run tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup /dev/vda1 40G 8.8G 32G 22% / tmpfs 770M 0 770M 0% /run/user/1001 ---> free -m: total used free shared buff/cache available Mem: 7699 652 4662 19 2385 6730 Swap: 1023 0 1023 ---> ip addr: 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 link/ether fa:16:3e:2d:74:1e brd ff:ff:ff:ff:ff:ff altname enp0s3 altname ens3 inet 10.30.107.60/23 brd 10.30.107.255 scope global dynamic noprefixroute eth0 valid_lft 86263sec preferred_lft 86263sec inet6 fe80::f816:3eff:fe2d:741e/64 scope link valid_lft forever preferred_lft forever ---> sar -b -r -n DEV: Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 03/04/2026 _x86_64_ (2 CPU) 17:44:39 LINUX RESTART (2 CPU) 05:45:01 PM tps rtps wtps bread/s bwrtn/s 05:46:01 PM 411.85 165.83 246.02 6527.82 12197.83 Average: 411.85 165.83 246.02 6527.82 12197.83 05:45:01 PM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:46:01 PM 5090356 6935592 2794088 35.44 2688 2015688 774460 8.67 390764 2053064 144824 Average: 5090356 6935592 2794088 35.44 2688 2015688 774460 8.67 390764 2053064 144824 05:45:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:46:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:01 PM eth0 324.83 177.47 2109.01 70.83 0.00 0.00 0.00 0.00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 Average: eth0 324.83 177.47 2109.01 70.83 0.00 0.00 0.00 0.00 ---> sar -P ALL: Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 03/04/2026 _x86_64_ (2 CPU) 17:44:39 LINUX RESTART (2 CPU) 05:45:01 PM CPU %user %nice %system %iowait %steal %idle 05:46:01 PM all 44.13 2.68 21.15 3.41 0.09 28.53 05:46:01 PM 0 47.94 2.51 20.92 3.66 0.10 24.87 05:46:01 PM 1 40.34 2.86 21.39 3.16 0.08 32.17 Average: all 44.13 2.68 21.15 3.41 0.09 28.53 Average: 0 47.94 2.51 20.92 3.66 0.10 24.87 Average: 1 40.34 2.86 21.39 3.16 0.08 32.17