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