17:47:57 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/+/143470 17:47:57 Running as SYSTEM 17:47:57 [EnvInject] - Loading node environment variables. 17:47:57 Building remotely on prd-centos8-builder-2c-1g-1869 (centos8-builder-2c-1g) in workspace /w/workspace/integration-master-python-lint 17:47:57 [ssh-agent] Looking for ssh-agent implementation... 17:47:58 $ ssh-agent 17:47:58 SSH_AUTH_SOCK=/tmp/ssh-ACrTuzrq1UPo/agent.17267 17:47:58 SSH_AGENT_PID=17271 17:47:58 [ssh-agent] Started. 17:47:58 Running ssh-add (command line suppressed) 17:47:58 Identity added: /w/workspace/integration-master-python-lint@tmp/private_key_2015872280189271160.key (/w/workspace/integration-master-python-lint@tmp/private_key_2015872280189271160.key) 17:47:58 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 17:47:58 The recommended git tool is: NONE 17:48:00 using credential onap-jenkins-ssh 17:48:00 Wiping out workspace first. 17:48:00 Cloning the remote Git repository 17:48:00 Cloning repository git://cloud.onap.org/mirror/integration.git 17:48:00 > git init /w/workspace/integration-master-python-lint # timeout=10 17:48:00 Fetching upstream changes from git://cloud.onap.org/mirror/integration.git 17:48:00 > git --version # timeout=10 17:48:00 > git --version # 'git version 2.39.0' 17:48:00 using GIT_SSH to set credentials Gerrit user 17:48:00 [INFO] Currently running in a labeled security context 17:48:00 [INFO] Currently SELinux is 'enforcing' on the host 17:48:00 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-master-python-lint@tmp/jenkins-gitclient-ssh1953767709857066223.key 17:48:00 Verifying host key using manually-configured host key entries 17:48:00 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration.git +refs/heads/*:refs/remotes/origin/* # timeout=30 17:48:04 > git config remote.origin.url git://cloud.onap.org/mirror/integration.git # timeout=10 17:48:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:48:04 > git config remote.origin.url git://cloud.onap.org/mirror/integration.git # timeout=10 17:48:04 Fetching upstream changes from git://cloud.onap.org/mirror/integration.git 17:48:04 using GIT_SSH to set credentials Gerrit user 17:48:04 [INFO] Currently running in a labeled security context 17:48:04 [INFO] Currently SELinux is 'enforcing' on the host 17:48:04 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-master-python-lint@tmp/jenkins-gitclient-ssh3796464264739599042.key 17:48:04 Verifying host key using manually-configured host key entries 17:48:04 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration.git refs/changes/70/143470/3 # timeout=30 17:48:04 > git rev-parse d76298b1c7f3bb21c724c4b9b133fd5b79422110^{commit} # timeout=10 17:48:04 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 17:48:04 Checking out Revision d76298b1c7f3bb21c724c4b9b133fd5b79422110 (refs/changes/70/143470/3) 17:48:04 > git config core.sparsecheckout # timeout=10 17:48:05 > git checkout -f d76298b1c7f3bb21c724c4b9b133fd5b79422110 # timeout=30 17:48:05 Commit message: "Docs: Replace blockdiag/seqdiag with Mermaid" 17:48:05 > git rev-parse FETCH_HEAD^{commit} # timeout=10 17:48:05 > git rev-list --no-walk 3bb88e2f04a755a862929313c4a0bbf16ba85a36 # timeout=10 17:48:09 [EnvInject] - Injecting environment variables from a build step. 17:48:09 [EnvInject] - Injecting as environment variables the properties content 17:48:09 PYTHON=python3 17:48:09 17:48:09 [EnvInject] - Variables injected successfully. 17:48:09 [integration-master-python-lint] $ /bin/bash -l /tmp/jenkins13302251319504976255.sh 17:48:09 ---> tox-install.sh 17:48:09 + source /home/jenkins/lf-env.sh 17:48:09 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 17:48:09 ++ mktemp -d /tmp/venv-XXXX 17:48:09 + lf_venv=/tmp/venv-jSVw 17:48:09 + local venv_file=/tmp/.os_lf_venv 17:48:09 + local python=python3 17:48:09 + local options 17:48:09 + local set_path=true 17:48:09 + local install_args= 17:48:09 ++ 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:48:09 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 17:48:09 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 17:48:09 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 17:48:09 + true 17:48:09 + case $1 in 17:48:09 + venv_file=/tmp/.toxenv 17:48:09 + shift 2 17:48:09 + true 17:48:09 + case $1 in 17:48:09 + shift 17:48:09 + break 17:48:09 + case $python in 17:48:09 + local pkg_list= 17:48:09 + [[ -d /opt/pyenv ]] 17:48:09 + echo 'Setup pyenv:' 17:48:09 Setup pyenv: 17:48:09 + export PYENV_ROOT=/opt/pyenv 17:48:09 + PYENV_ROOT=/opt/pyenv 17:48:09 + 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:48:09 + 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:48:09 + pyenv versions 17:48:09 system 17:48:09 * 3.8.13 (set by /opt/pyenv/version) 17:48:09 * 3.9.13 (set by /opt/pyenv/version) 17:48:09 * 3.10.6 (set by /opt/pyenv/version) 17:48:09 + command -v pyenv 17:48:09 ++ pyenv init - --no-rehash 17:48:09 + 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:48:09 export PATH="/opt/pyenv/shims:${PATH}" 17:48:09 export PYENV_SHELL=bash 17:48:09 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 17:48:09 pyenv() { 17:48:09 local command 17:48:09 command="${1:-}" 17:48:09 if [ "$#" -gt 0 ]; then 17:48:09 shift 17:48:09 fi 17:48:09 17:48:09 case "$command" in 17:48:09 rehash|shell) 17:48:09 eval "$(pyenv "sh-$command" "$@")" 17:48:09 ;; 17:48:09 *) 17:48:09 command pyenv "$command" "$@" 17:48:09 ;; 17:48:09 esac 17:48:09 }' 17:48:09 +++ 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:48:09 ++ 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:48:09 ++ 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:48:09 ++ 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:48:09 ++ export PYENV_SHELL=bash 17:48:09 ++ PYENV_SHELL=bash 17:48:09 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 17:48:09 +++ complete -F _pyenv pyenv 17:48:09 ++ lf-pyver python3 17:48:09 ++ local py_version_xy=python3 17:48:09 ++ local py_version_xyz= 17:48:09 ++ awk '{ print $1 }' 17:48:09 ++ sed 's/^[ *]* //' 17:48:09 ++ pyenv versions 17:48:09 ++ local command 17:48:09 ++ command=versions 17:48:09 ++ '[' 1 -gt 0 ']' 17:48:09 ++ shift 17:48:09 ++ case "$command" in 17:48:09 ++ command pyenv versions 17:48:09 ++ pyenv versions 17:48:09 ++ grep -E '^[0-9.]*[0-9]$' 17:48:09 ++ [[ ! -s /tmp/.pyenv_versions ]] 17:48:09 +++ sort -V 17:48:09 +++ grep '^3' /tmp/.pyenv_versions 17:48:09 +++ tail -n 1 17:48:09 ++ py_version_xyz=3.10.6 17:48:09 ++ [[ -z 3.10.6 ]] 17:48:09 ++ echo 3.10.6 17:48:09 ++ return 0 17:48:09 + pyenv local 3.10.6 17:48:09 + local command 17:48:09 + command=local 17:48:09 + '[' 2 -gt 0 ']' 17:48:09 + shift 17:48:09 + case "$command" in 17:48:09 + command pyenv local 3.10.6 17:48:09 + pyenv local 3.10.6 17:48:09 + for arg in "$@" 17:48:09 + case $arg in 17:48:09 + pkg_list+='tox ' 17:48:09 + for arg in "$@" 17:48:09 + case $arg in 17:48:09 + pkg_list+='virtualenv ' 17:48:09 + for arg in "$@" 17:48:09 + case $arg in 17:48:09 + pkg_list+='urllib3~=1.26.15 ' 17:48:09 + [[ -f /tmp/.toxenv ]] 17:48:09 + [[ ! -f /tmp/.toxenv ]] 17:48:09 + [[ -n '' ]] 17:48:09 + python3 -m venv /tmp/venv-jSVw 17:48:14 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jSVw' 17:48:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jSVw 17:48:14 + echo /tmp/venv-jSVw 17:48:14 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 17:48:14 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 17:48:14 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 17:48:14 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:48:14 + local 'pip_opts=--upgrade --quiet' 17:48:14 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 17:48:14 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 17:48:14 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 17:48:14 + [[ -n '' ]] 17:48:14 + [[ -n '' ]] 17:48:14 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 17:48:14 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:48:14 + /tmp/venv-jSVw/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:48:18 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 17:48:18 lf-activate-venv(): INFO: Base packages installed successfully 17:48:18 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 17:48:18 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 17:48:18 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 17:48:18 + /tmp/venv-jSVw/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:48:19 + type python3 17:48:19 + true 17:48:19 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-jSVw/bin to PATH' 17:48:19 lf-activate-venv(): INFO: Adding /tmp/venv-jSVw/bin to PATH 17:48:19 + PATH=/tmp/venv-jSVw/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:48:19 + return 0 17:48:19 + python3 --version 17:48:19 Python 3.10.6 17:48:19 + python3 -m pip --version 17:48:19 pip 26.0.1 from /tmp/venv-jSVw/lib/python3.10/site-packages/pip (python 3.10) 17:48:19 + python3 -m pip freeze 17:48:20 cachetools==7.0.2 17:48:20 colorama==0.4.6 17:48:20 distlib==0.4.0 17:48:20 filelock==3.25.0 17:48:20 packaging==26.0 17:48:20 platformdirs==4.9.2 17:48:20 pluggy==1.6.0 17:48:20 pyproject-api==1.10.0 17:48:20 python-discovery==1.1.0 17:48:20 tomli==2.4.0 17:48:20 tox==4.47.3 17:48:20 typing_extensions==4.15.0 17:48:20 urllib3==1.26.20 17:48:20 virtualenv==21.1.0 17:48:20 [EnvInject] - Injecting environment variables from a build step. 17:48:20 [EnvInject] - Injecting as environment variables the properties content 17:48:20 PARALLEL=false 17:48:20 17:48:20 [EnvInject] - Variables injected successfully. 17:48:20 [integration-master-python-lint] $ /bin/bash -l /tmp/jenkins11563490053573202346.sh 17:48:20 ---> tox-run.sh 17:48:20 + 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:48:20 + ARCHIVE_TOX_DIR=/w/workspace/integration-master-python-lint/archives/tox 17:48:20 + ARCHIVE_DOC_DIR=/w/workspace/integration-master-python-lint/archives/docs 17:48:20 + mkdir -p /w/workspace/integration-master-python-lint/archives/tox 17:48:20 + cd /w/workspace/integration-master-python-lint/. 17:48:20 + source /home/jenkins/lf-env.sh 17:48:20 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 17:48:20 ++ mktemp -d /tmp/venv-XXXX 17:48:20 + lf_venv=/tmp/venv-HVaS 17:48:20 + local venv_file=/tmp/.os_lf_venv 17:48:20 + local python=python3 17:48:20 + local options 17:48:20 + local set_path=true 17:48:20 + local install_args= 17:48:20 ++ 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:48:20 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 17:48:20 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 17:48:20 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 17:48:20 + true 17:48:20 + case $1 in 17:48:20 + venv_file=/tmp/.toxenv 17:48:20 + shift 2 17:48:20 + true 17:48:20 + case $1 in 17:48:20 + shift 17:48:20 + break 17:48:20 + case $python in 17:48:20 + local pkg_list= 17:48:20 + [[ -d /opt/pyenv ]] 17:48:20 + echo 'Setup pyenv:' 17:48:20 Setup pyenv: 17:48:20 + export PYENV_ROOT=/opt/pyenv 17:48:20 + PYENV_ROOT=/opt/pyenv 17:48:20 + 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:48:20 + 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:48:20 + pyenv versions 17:48:20 system 17:48:20 3.8.13 17:48:20 3.9.13 17:48:20 * 3.10.6 (set by /w/workspace/integration-master-python-lint/.python-version) 17:48:20 + command -v pyenv 17:48:20 ++ pyenv init - --no-rehash 17:48:20 + 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:48:20 export PATH="/opt/pyenv/shims:${PATH}" 17:48:20 export PYENV_SHELL=bash 17:48:20 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 17:48:20 pyenv() { 17:48:20 local command 17:48:20 command="${1:-}" 17:48:20 if [ "$#" -gt 0 ]; then 17:48:20 shift 17:48:20 fi 17:48:20 17:48:20 case "$command" in 17:48:20 rehash|shell) 17:48:20 eval "$(pyenv "sh-$command" "$@")" 17:48:20 ;; 17:48:20 *) 17:48:20 command pyenv "$command" "$@" 17:48:20 ;; 17:48:20 esac 17:48:20 }' 17:48:20 +++ 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:48:20 ++ 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:48:20 ++ 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:48:20 ++ 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:48:20 ++ export PYENV_SHELL=bash 17:48:20 ++ PYENV_SHELL=bash 17:48:20 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 17:48:20 +++ complete -F _pyenv pyenv 17:48:20 ++ lf-pyver python3 17:48:20 ++ local py_version_xy=python3 17:48:20 ++ local py_version_xyz= 17:48:20 ++ sed 's/^[ *]* //' 17:48:20 ++ awk '{ print $1 }' 17:48:20 ++ grep -E '^[0-9.]*[0-9]$' 17:48:20 ++ pyenv versions 17:48:20 ++ local command 17:48:20 ++ command=versions 17:48:20 ++ '[' 1 -gt 0 ']' 17:48:20 ++ shift 17:48:20 ++ case "$command" in 17:48:20 ++ command pyenv versions 17:48:20 ++ pyenv versions 17:48:20 ++ [[ ! -s /tmp/.pyenv_versions ]] 17:48:20 +++ grep '^3' /tmp/.pyenv_versions 17:48:20 +++ tail -n 1 17:48:20 +++ sort -V 17:48:20 ++ py_version_xyz=3.10.6 17:48:20 ++ [[ -z 3.10.6 ]] 17:48:20 ++ echo 3.10.6 17:48:20 ++ return 0 17:48:20 + pyenv local 3.10.6 17:48:20 + local command 17:48:20 + command=local 17:48:20 + '[' 2 -gt 0 ']' 17:48:20 + shift 17:48:20 + case "$command" in 17:48:20 + command pyenv local 3.10.6 17:48:20 + pyenv local 3.10.6 17:48:20 + for arg in "$@" 17:48:20 + case $arg in 17:48:20 + pkg_list+='tox ' 17:48:20 + for arg in "$@" 17:48:20 + case $arg in 17:48:20 + pkg_list+='virtualenv ' 17:48:20 + for arg in "$@" 17:48:20 + case $arg in 17:48:20 + pkg_list+='urllib3~=1.26.15 ' 17:48:20 + [[ -f /tmp/.toxenv ]] 17:48:20 ++ cat /tmp/.toxenv 17:48:20 + lf_venv=/tmp/venv-jSVw 17:48:20 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-jSVw from' file:/tmp/.toxenv 17:48:20 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-jSVw from file:/tmp/.toxenv 17:48:20 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 17:48:20 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:48:20 + local 'pip_opts=--upgrade --quiet' 17:48:20 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 17:48:20 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 17:48:20 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 17:48:20 + [[ -n '' ]] 17:48:20 + [[ -n '' ]] 17:48:20 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 17:48:20 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:48:20 + /tmp/venv-jSVw/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:48:21 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 17:48:21 lf-activate-venv(): INFO: Base packages installed successfully 17:48:21 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 17:48:21 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 17:48:21 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 17:48:21 + /tmp/venv-jSVw/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:48:21 + type python3 17:48:21 + true 17:48:21 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-jSVw/bin to PATH' 17:48:21 lf-activate-venv(): INFO: Adding /tmp/venv-jSVw/bin to PATH 17:48:21 + PATH=/tmp/venv-jSVw/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:48:21 + return 0 17:48:21 + [[ -d /opt/pyenv ]] 17:48:21 + echo '---> Setting up pyenv' 17:48:21 ---> Setting up pyenv 17:48:21 + export PYENV_ROOT=/opt/pyenv 17:48:21 + PYENV_ROOT=/opt/pyenv 17:48:21 + export PATH=/opt/pyenv/bin:/tmp/venv-jSVw/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:48:21 + PATH=/opt/pyenv/bin:/tmp/venv-jSVw/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:48:21 ++ pwd 17:48:21 + PYTHONPATH=/w/workspace/integration-master-python-lint 17:48:21 + export PYTHONPATH 17:48:21 + export TOX_TESTENV_PASSENV=PYTHONPATH 17:48:21 + TOX_TESTENV_PASSENV=PYTHONPATH 17:48:21 + tox --version 17:48:22 4.47.3 from /tmp/venv-jSVw/lib/python3.10/site-packages/tox/__init__.py 17:48:22 + PARALLEL=false 17:48:22 + TOX_OPTIONS_LIST= 17:48:22 + [[ -n py ]] 17:48:22 + TOX_OPTIONS_LIST=' -e py' 17:48:22 + case ${PARALLEL,,} in 17:48:22 + tox -e py 17:48:22 + tee -a /w/workspace/integration-master-python-lint/archives/tox/tox.log 17:48:23 py: install_deps> python -I -m pip install coala-bears nodeenv 17:48:46 py: freeze> python -m pip freeze --all 17:48:47 py: alabaster==0.7.13,appdirs==1.4.4,astroid==1.6.6,attrs==25.3.0,autoflake==0.6.6,autopep8==1.7.0,babel==2.18.0,bandit==1.6.2,certifi==2026.2.25,charset-normalizer==3.4.4,click==6.6,cmakelint==1.4.3,coala==0.11.0,coala-bears==0.11.1,coala-utils==0.6.7,colorama==0.3.9,colorlog==2.10.0,cppclean==0.12,cpplint==1.6.1,dennis==0.9,dependency-management==0.4.0,docopt==0.6.2,docutils==0.20.1,eradicate==0.1.6,future==1.0.0,gitdb==4.0.12,GitPython==3.1.46,guess_language-spirit==0.5.3,html-linter==0.3.0,idna==3.11,imagesize==1.5.0,importlib_resources==6.4.5,ipython-genutils==0.2.0,isort==4.3.21,Jinja2==3.1.6,joblib==1.4.2,jsonschema==4.23.0,jsonschema-specifications==2023.12.1,jupyter_core==5.8.1,lazy-object-proxy==1.10.0,libclang-py3==3.4.0,mando==0.3.3,MarkupSafe==2.1.5,mccabe==0.7.0,munkres3==1.0.5.5,mypy-lang==0.4.6,nbformat==4.4.0,nltk==3.9.1,nodeenv==1.10.0,packaging==26.0,pbr==7.0.3,pip==25.0.1,pkgutil_resolve_name==1.3.10,platformdirs==4.3.6,polib==1.2.0,proselint==0.7.0,pycodestyle==2.12.1,pydocstyle==1.1.1,pyflakes==1.4.0,Pygments==2.19.2,pylint==1.9.4,PyPrint==0.2.6,pyroma==2.2,pytz==2026.1.post1,PyYAML==3.13,radon==1.4.0,referencing==0.35.1,regex==2024.11.6,requests==2.32.4,restructuredtext_lint==1.0.1,rpds-py==0.20.1,rstcheck==2.2,safety==0.5.1,sarge==0.1.8,scspell3k==2.3.0,setuptools==75.3.4,six==1.17.0,smmap==5.0.2,snowballstemmer==3.0.1,Sphinx==1.4.9,stevedore==5.3.0,template-remover==0.1.9,termcolor==1.1.0,toml==0.10.2,tqdm==4.67.3,traitlets==5.14.3,typing_extensions==4.13.2,unidiff==0.5.5,urllib3==2.2.3,vulture==0.10,wheel==0.45.1,wrapt==2.0.1,yamllint==1.6.1,yapf==0.14.0,zipp==3.20.2 17:48:47 py: commands_pre[0]> /bin/sh -c 'git --no-pager diff HEAD HEAD^ --name-only '"'"'*.py'"'"' > /tmp/.coalist_py' 17:48:47 py: commands[0]> /bin/bash -c 'coala --non-interactive --disable-caching --no-autoapply-warn py --files $( Completed tox runs' 17:48:48 ---> Completed tox runs 17:48:48 + for i in .tox/*/log 17:48:48 ++ echo .tox/py/log 17:48:48 ++ awk -F/ '{print $2}' 17:48:48 + tox_env=py 17:48:48 + cp -r .tox/py/log /w/workspace/integration-master-python-lint/archives/tox/py 17:48:48 + DOC_DIR=docs/_build/html 17:48:48 + [[ -d docs/_build/html ]] 17:48:48 + echo '---> tox-run.sh ends' 17:48:48 ---> tox-run.sh ends 17:48:48 + test 0 -eq 0 17:48:48 $ ssh-agent -k 17:48:48 unset SSH_AUTH_SOCK; 17:48:48 unset SSH_AGENT_PID; 17:48:48 echo Agent pid 17271 killed; 17:48:48 [ssh-agent] Stopped. 17:48:48 [PostBuildScript] - [INFO] Executing post build scripts. 17:48:48 [integration-master-python-lint] $ /bin/bash /tmp/jenkins16542419437583736209.sh 17:48:48 ---> sysstat.sh 17:48:48 [integration-master-python-lint] $ /bin/bash /tmp/jenkins2932010661381154487.sh 17:48:48 ---> package-listing.sh 17:48:48 ++ facter osfamily 17:48:48 ++ tr '[:upper:]' '[:lower:]' 17:48:48 + OS_FAMILY=redhat 17:48:48 + workspace=/w/workspace/integration-master-python-lint 17:48:48 + START_PACKAGES=/tmp/packages_start.txt 17:48:48 + END_PACKAGES=/tmp/packages_end.txt 17:48:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:48:48 + PACKAGES=/tmp/packages_start.txt 17:48:48 + '[' /w/workspace/integration-master-python-lint ']' 17:48:48 + PACKAGES=/tmp/packages_end.txt 17:48:48 + case "${OS_FAMILY}" in 17:48:48 + rpm -qa 17:48:48 + sort 17:48:49 + '[' -f /tmp/packages_start.txt ']' 17:48:49 + '[' -f /tmp/packages_end.txt ']' 17:48:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:48:49 + '[' /w/workspace/integration-master-python-lint ']' 17:48:49 + mkdir -p /w/workspace/integration-master-python-lint/archives/ 17:48:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-master-python-lint/archives/ 17:48:49 [integration-master-python-lint] $ /bin/bash /tmp/jenkins12753820484929190468.sh 17:48:49 ---> capture-instance-metadata.sh 17:48:49 Setup pyenv: 17:48:49 system 17:48:49 3.8.13 17:48:49 3.9.13 17:48:49 * 3.10.6 (set by /w/workspace/integration-master-python-lint/.python-version) 17:48:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rQy5 17:48:53 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 17:48:53 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:48:53 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:48:56 lf-activate-venv(): INFO: Base packages installed successfully 17:48:56 lf-activate-venv(): INFO: Installing additional packages: lftools 17:49:17 lf-activate-venv(): INFO: Adding /tmp/venv-rQy5/bin to PATH 17:49:17 INFO: Running in OpenStack, capturing instance metadata 17:49:18 [integration-master-python-lint] $ /bin/bash /tmp/jenkins10272994987297805298.sh 17:49:18 provisioning config files... 17:49:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-master-python-lint@tmp/config6134501892701014885tmp 17:49:18 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 17:49:18 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 17:49:18 [EnvInject] - Injecting environment variables from a build step. 17:49:18 [EnvInject] - Injecting as environment variables the properties content 17:49:18 SERVER_ID=logs 17:49:18 17:49:18 [EnvInject] - Variables injected successfully. 17:49:18 [integration-master-python-lint] $ /bin/bash /tmp/jenkins3205455684305848210.sh 17:49:18 ---> create-netrc.sh 17:49:18 [integration-master-python-lint] $ /bin/bash /tmp/jenkins12968037415665524707.sh 17:49:18 ---> python-tools-install.sh 17:49:18 Setup pyenv: 17:49:18 system 17:49:18 3.8.13 17:49:18 3.9.13 17:49:18 * 3.10.6 (set by /w/workspace/integration-master-python-lint/.python-version) 17:49:18 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-rQy5 from file:/tmp/.os_lf_venv 17:49:18 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:49:18 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:49:20 lf-activate-venv(): INFO: Base packages installed successfully 17:49:20 lf-activate-venv(): INFO: Installing additional packages: lftools 17:49:27 lf-activate-venv(): INFO: Adding /tmp/venv-rQy5/bin to PATH 17:49:27 Generating Requirements File 17:49:43 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:49:43 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 17:49:44 Python 3.10.6 17:49:44 pip 26.0.1 from /tmp/venv-rQy5/lib/python3.10/site-packages/pip (python 3.10) 17:49:44 appdirs==1.4.4 17:49:44 argcomplete==3.6.3 17:49:44 aspy.yaml==1.3.0 17:49:44 attrs==25.4.0 17:49:44 autopage==0.6.0 17:49:44 backports.strenum==1.3.1 17:49:44 beautifulsoup4==4.14.3 17:49:44 boto3==1.42.60 17:49:44 botocore==1.42.60 17:49:44 bs4==0.0.2 17:49:44 certifi==2026.2.25 17:49:44 cffi==2.0.0 17:49:44 cfgv==3.5.0 17:49:44 chardet==7.0.0 17:49:44 charset-normalizer==3.4.4 17:49:44 click==8.3.1 17:49:44 cliff==4.13.2 17:49:44 cmd2==3.4.0 17:49:44 cryptography==3.3.2 17:49:44 debtcollector==3.0.0 17:49:44 decorator==5.2.1 17:49:44 defusedxml==0.7.1 17:49:44 Deprecated==1.3.1 17:49:44 distlib==0.4.0 17:49:44 dnspython==2.8.0 17:49:44 docker==7.1.0 17:49:44 dogpile.cache==1.5.0 17:49:44 durationpy==0.10 17:49:44 email-validator==2.3.0 17:49:44 filelock==3.25.0 17:49:44 future==1.0.0 17:49:44 gitdb==4.0.12 17:49:44 GitPython==3.1.46 17:49:44 httplib2==0.30.2 17:49:44 identify==2.6.17 17:49:44 idna==3.11 17:49:44 importlib-resources==1.5.0 17:49:44 iso8601==2.1.0 17:49:44 Jinja2==3.1.6 17:49:44 jmespath==1.1.0 17:49:44 jsonpatch==1.33 17:49:44 jsonpointer==3.0.0 17:49:44 jsonschema==4.26.0 17:49:44 jsonschema-specifications==2025.9.1 17:49:44 keystoneauth1==5.13.1 17:49:44 kubernetes==35.0.0 17:49:44 lftools==0.37.22 17:49:44 lxml==6.0.2 17:49:44 markdown-it-py==4.0.0 17:49:44 MarkupSafe==3.0.3 17:49:44 mdurl==0.1.2 17:49:44 msgpack==1.1.2 17:49:44 multi_key_dict==2.0.3 17:49:44 munch==4.0.0 17:49:44 netaddr==1.3.0 17:49:44 niet==1.4.2 17:49:44 nodeenv==1.10.0 17:49:44 oauth2client==4.1.3 17:49:44 oauthlib==3.3.1 17:49:44 openstacksdk==4.10.0 17:49:44 os-service-types==1.8.2 17:49:44 osc-lib==4.4.0 17:49:44 oslo.config==10.3.0 17:49:44 oslo.context==6.3.0 17:49:44 oslo.i18n==6.7.2 17:49:44 oslo.log==8.1.0 17:49:44 oslo.serialization==5.9.1 17:49:44 oslo.utils==10.0.0 17:49:44 packaging==26.0 17:49:44 pbr==7.0.3 17:49:44 platformdirs==4.9.2 17:49:44 prettytable==3.17.0 17:49:44 psutil==7.2.2 17:49:44 pyasn1==0.6.2 17:49:44 pyasn1_modules==0.4.2 17:49:44 pycparser==3.0 17:49:44 pygerrit2==2.0.15 17:49:44 PyGithub==2.8.1 17:49:44 Pygments==2.19.2 17:49:44 PyJWT==2.11.0 17:49:44 PyNaCl==1.6.2 17:49:44 pyparsing==2.4.7 17:49:44 pyperclip==1.11.0 17:49:44 pyrsistent==0.20.0 17:49:44 python-cinderclient==9.9.0 17:49:44 python-dateutil==2.9.0.post0 17:49:44 python-discovery==1.1.0 17:49:44 python-heatclient==5.1.0 17:49:44 python-jenkins==1.8.3 17:49:44 python-keystoneclient==5.8.0 17:49:44 python-magnumclient==4.10.0 17:49:44 python-openstackclient==9.0.0 17:49:44 python-swiftclient==4.10.0 17:49:44 PyYAML==6.0.3 17:49:44 referencing==0.37.0 17:49:44 requests==2.32.5 17:49:44 requests-oauthlib==2.0.0 17:49:44 requestsexceptions==1.4.0 17:49:44 rfc3986==2.0.0 17:49:44 rich==14.3.3 17:49:44 rich-argparse==1.7.2 17:49:44 rpds-py==0.30.0 17:49:44 rsa==4.9.1 17:49:44 ruamel.yaml==0.19.1 17:49:44 ruamel.yaml.clib==0.2.15 17:49:44 s3transfer==0.16.0 17:49:44 simplejson==3.20.2 17:49:44 six==1.17.0 17:49:44 smmap==5.0.2 17:49:44 soupsieve==2.8.3 17:49:44 stevedore==5.7.0 17:49:44 tabulate==0.9.0 17:49:44 toml==0.10.2 17:49:44 tomlkit==0.14.0 17:49:44 tqdm==4.67.3 17:49:44 typing_extensions==4.15.0 17:49:44 urllib3==1.26.20 17:49:44 virtualenv==21.1.0 17:49:44 wcwidth==0.6.0 17:49:44 websocket-client==1.9.0 17:49:44 wrapt==2.1.1 17:49:44 xdg==6.0.0 17:49:44 xmltodict==1.0.4 17:49:44 yq==3.4.3 17:49:44 [integration-master-python-lint] $ /bin/bash /tmp/jenkins11610594320644730485.sh 17:49:44 ---> sudo-logs.sh 17:49:44 Archiving 'sudo' log.. 17:49:45 [integration-master-python-lint] $ /bin/bash /tmp/jenkins11192190399617557950.sh 17:49:45 ---> job-cost.sh 17:49:45 INFO: Activating Python virtual environment... 17:49:45 Setup pyenv: 17:49:45 system 17:49:45 3.8.13 17:49:45 3.9.13 17:49:45 * 3.10.6 (set by /w/workspace/integration-master-python-lint/.python-version) 17:49:45 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-rQy5 from file:/tmp/.os_lf_venv 17:49:45 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:49:45 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:49:47 lf-activate-venv(): INFO: Base packages installed successfully 17:49:47 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 17:49:51 lf-activate-venv(): INFO: Adding /tmp/venv-rQy5/bin to PATH 17:49:51 INFO: No stack-cost file found 17:49:51 INFO: Instance uptime: 150s 17:49:51 INFO: Fetching instance metadata (attempt 1 of 3)... 17:49:51 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 17:49:52 INFO: Successfully fetched instance metadata 17:49:52 INFO: Instance type: v3-standard-2 17:49:52 INFO: Retrieving pricing info for: v3-standard-2 17:49:52 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 17:49:52 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-2/cost?seconds=150 17:49:53 INFO: Successfully fetched Vexxhost pricing API 17:49:53 INFO: Retrieved cost: 0.06 17:49:53 INFO: Retrieved resource: v3-standard-2 17:49:53 INFO: Creating archive directory: /w/workspace/integration-master-python-lint/archives/cost 17:49:53 INFO: Archiving costs to: /w/workspace/integration-master-python-lint/archives/cost.csv 17:49:53 INFO: Successfully archived job cost data 17:49:53 DEBUG: Cost data: integration-master-python-lint,364,2026-03-04 17:49:53,v3-standard-2,150,0.06,0.00,SUCCESS 17:49:53 [integration-master-python-lint] $ /bin/bash -l /tmp/jenkins17442804731806507141.sh 17:49:53 ---> logs-deploy.sh 17:49:53 Setup pyenv: 17:49:53 system 17:49:53 3.8.13 17:49:53 3.9.13 17:49:53 * 3.10.6 (set by /w/workspace/integration-master-python-lint/.python-version) 17:49:53 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-rQy5 from file:/tmp/.os_lf_venv 17:49:53 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:49:53 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:49:55 lf-activate-venv(): INFO: Base packages installed successfully 17:49:55 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 17:50:02 lf-activate-venv(): INFO: Adding /tmp/venv-rQy5/bin to PATH 17:50:02 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-master-python-lint/364 17:50:02 INFO: archiving workspace using pattern(s): 17:50:02 /tmp/venv-rQy5/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:50:02 warnings.warn( 17:50:04 Archives upload complete. 17:50:04 INFO: archiving logs to Nexus 17:50:04 /tmp/venv-rQy5/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:50:04 warnings.warn( 17:50:05 ---> uname -a: 17:50:05 Linux prd-centos8-builder-2c-1g-1869.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:50:05 17:50:05 17:50:05 ---> lscpu: 17:50:05 Architecture: x86_64 17:50:05 CPU op-mode(s): 32-bit, 64-bit 17:50:05 Byte Order: Little Endian 17:50:05 CPU(s): 2 17:50:05 On-line CPU(s) list: 0,1 17:50:05 Thread(s) per core: 1 17:50:05 Core(s) per socket: 1 17:50:05 Socket(s): 2 17:50:05 NUMA node(s): 1 17:50:05 Vendor ID: AuthenticAMD 17:50:05 CPU family: 23 17:50:05 Model: 49 17:50:05 Model name: AMD EPYC-Rome Processor 17:50:05 Stepping: 0 17:50:05 CPU MHz: 2799.998 17:50:05 BogoMIPS: 5599.99 17:50:05 Virtualization: AMD-V 17:50:05 Hypervisor vendor: KVM 17:50:05 Virtualization type: full 17:50:05 L1d cache: 32K 17:50:05 L1i cache: 32K 17:50:05 L2 cache: 512K 17:50:05 L3 cache: 16384K 17:50:05 NUMA node0 CPU(s): 0,1 17:50:05 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:50:05 17:50:05 17:50:05 ---> nproc: 17:50:05 2 17:50:05 17:50:05 17:50:05 ---> df -h: 17:50:05 Filesystem Size Used Avail Use% Mounted on 17:50:05 devtmpfs 3.8G 0 3.8G 0% /dev 17:50:05 tmpfs 3.8G 0 3.8G 0% /dev/shm 17:50:05 tmpfs 3.8G 17M 3.8G 1% /run 17:50:05 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 17:50:05 /dev/vda1 40G 8.8G 32G 22% / 17:50:05 tmpfs 770M 0 770M 0% /run/user/1001 17:50:05 17:50:05 17:50:05 ---> free -m: 17:50:05 total used free shared buff/cache available 17:50:05 Mem: 7699 585 4687 19 2426 6796 17:50:05 Swap: 1023 0 1023 17:50:05 17:50:05 17:50:05 ---> ip addr: 17:50:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 17:50:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:50:05 inet 127.0.0.1/8 scope host lo 17:50:05 valid_lft forever preferred_lft forever 17:50:05 inet6 ::1/128 scope host 17:50:05 valid_lft forever preferred_lft forever 17:50:05 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 17:50:05 link/ether fa:16:3e:7a:1b:f9 brd ff:ff:ff:ff:ff:ff 17:50:05 altname enp0s3 17:50:05 altname ens3 17:50:05 inet 10.30.106.141/23 brd 10.30.107.255 scope global dynamic noprefixroute eth0 17:50:05 valid_lft 86246sec preferred_lft 86246sec 17:50:05 inet6 fe80::f816:3eff:fe7a:1bf9/64 scope link 17:50:05 valid_lft forever preferred_lft forever 17:50:05 17:50:05 17:50:05 ---> sar -b -r -n DEV: 17:50:05 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:50:05 17:50:05 17:47:27 LINUX RESTART (2 CPU) 17:50:05 17:50:05 05:48:03 PM tps rtps wtps bread/s bwrtn/s 17:50:05 05:49:01 PM 336.58 119.94 216.64 3535.94 11482.18 17:50:05 05:50:01 PM 145.08 0.58 144.49 77.43 13337.53 17:50:05 Average: 239.19 59.24 179.95 1777.09 12425.73 17:50:05 17:50:05 05:48:03 PM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:50:05 05:49:01 PM 5129804 7001616 2754640 34.94 2688 2039628 700260 7.84 378960 2013944 163776 17:50:05 05:50:01 PM 4739888 6897312 3144556 39.88 2688 2305844 752728 8.43 391284 2323880 116088 17:50:05 Average: 4934846 6949464 2949598 37.41 2688 2172736 726494 8.13 385122 2168912 139932 17:50:05 17:50:05 05:48:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:50:05 05:49:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:05 05:49:01 PM eth0 123.17 78.66 1480.29 33.40 0.00 0.00 0.00 0.00 17:50:05 05:50:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:05 05:50:01 PM eth0 62.94 48.39 857.40 11.82 0.00 0.00 0.00 0.00 17:50:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:05 Average: eth0 92.54 63.27 1163.52 22.42 0.00 0.00 0.00 0.00 17:50:05 17:50:05 17:50:05 ---> sar -P ALL: 17:50:05 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:50:05 17:50:05 17:47:27 LINUX RESTART (2 CPU) 17:50:05 17:50:05 05:48:03 PM CPU %user %nice %system %iowait %steal %idle 17:50:05 05:49:01 PM all 40.43 1.71 18.97 4.39 0.12 34.37 17:50:05 05:49:01 PM 0 23.91 2.44 22.97 4.29 0.12 46.27 17:50:05 05:49:01 PM 1 56.74 0.99 15.03 4.50 0.12 22.63 17:50:05 05:50:01 PM all 40.65 0.00 4.42 1.75 0.12 53.07 17:50:05 05:50:01 PM 0 39.79 0.00 3.98 1.53 0.12 54.58 17:50:05 05:50:01 PM 1 41.51 0.00 4.85 1.96 0.12 51.56 17:50:05 Average: all 40.54 0.83 11.50 3.03 0.12 43.97 17:50:05 Average: 0 32.08 1.18 13.19 2.87 0.12 50.55 17:50:05 Average: 1 48.94 0.48 9.82 3.20 0.12 37.44 17:50:05 17:50:05 17:50:05