07:14:07 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143382 07:14:07 Running as SYSTEM 07:14:07 [EnvInject] - Loading node environment variables. 07:14:07 Building remotely on prd-ubuntu1804-builder-4c-4g-31488 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 07:14:07 [ssh-agent] Looking for ssh-agent implementation... 07:14:07 $ ssh-agent 07:14:07 SSH_AUTH_SOCK=/tmp/ssh-IN1xDV4zRjSb/agent.1661 07:14:07 SSH_AGENT_PID=1663 07:14:07 [ssh-agent] Started. 07:14:07 Running ssh-add (command line suppressed) 07:14:07 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_1897545269994117754.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_1897545269994117754.key) 07:14:07 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 07:14:07 The recommended git tool is: NONE 07:14:09 using credential onap-jenkins-ssh 07:14:09 Wiping out workspace first. 07:14:09 Cloning the remote Git repository 07:14:09 Cloning repository git://cloud.onap.org/mirror/oom.git 07:14:09 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 07:14:09 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 07:14:09 > git --version # timeout=10 07:14:09 > git --version # 'git version 2.17.1' 07:14:09 using GIT_SSH to set credentials Gerrit user 07:14:09 Verifying host key using manually-configured host key entries 07:14:09 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 07:14:14 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 07:14:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:14:15 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 07:14:15 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 07:14:15 using GIT_SSH to set credentials Gerrit user 07:14:15 Verifying host key using manually-configured host key entries 07:14:15 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/82/143382/3 # timeout=30 07:14:15 > git rev-parse 2ea5e11e61fca61a1cfd38ac0847165553d3fad0^{commit} # timeout=10 07:14:15 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 07:14:15 Checking out Revision 2ea5e11e61fca61a1cfd38ac0847165553d3fad0 (refs/changes/82/143382/3) 07:14:15 > git config core.sparsecheckout # timeout=10 07:14:15 > git checkout -f 2ea5e11e61fca61a1cfd38ac0847165553d3fad0 # timeout=30 07:14:18 Commit message: "[SO] 1.16.0 release" 07:14:18 > git rev-parse FETCH_HEAD^{commit} # timeout=10 07:14:18 > git rev-list --no-walk c51ef4f119899680906f73efa344a45eaabcb83a # timeout=10 07:14:19 [EnvInject] - Injecting environment variables from a build step. 07:14:19 [EnvInject] - Injecting as environment variables the properties content 07:14:19 PYTHON=python3 07:14:19 07:14:19 [EnvInject] - Variables injected successfully. 07:14:19 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins9474408039967936354.sh 07:14:19 ---> tox-install.sh 07:14:19 + source /home/jenkins/lf-env.sh 07:14:19 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 07:14:19 ++ mktemp -d /tmp/venv-XXXX 07:14:19 + lf_venv=/tmp/venv-Hdax 07:14:19 + local venv_file=/tmp/.os_lf_venv 07:14:19 + local python=python3 07:14:19 + local options 07:14:19 + local set_path=true 07:14:19 + local install_args= 07:14:19 ++ 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 07:14:19 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:14:19 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:14:19 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 07:14:19 + true 07:14:19 + case $1 in 07:14:19 + venv_file=/tmp/.toxenv 07:14:19 + shift 2 07:14:19 + true 07:14:19 + case $1 in 07:14:19 + shift 07:14:19 + break 07:14:19 + case $python in 07:14:19 + local pkg_list= 07:14:19 + [[ -d /opt/pyenv ]] 07:14:19 + echo 'Setup pyenv:' 07:14:19 Setup pyenv: 07:14:19 + export PYENV_ROOT=/opt/pyenv 07:14:19 + PYENV_ROOT=/opt/pyenv 07:14:19 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 07:14:19 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 07:14:19 + pyenv versions 07:14:19 * system (set by /opt/pyenv/version) 07:14:19 * 3.8.13 (set by /opt/pyenv/version) 07:14:19 * 3.9.13 (set by /opt/pyenv/version) 07:14:19 * 3.10.6 (set by /opt/pyenv/version) 07:14:19 + command -v pyenv 07:14:19 ++ pyenv init - --no-rehash 07:14:19 + 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[*]}"'\'')" 07:14:19 export PATH="/opt/pyenv/shims:${PATH}" 07:14:19 export PYENV_SHELL=bash 07:14:19 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 07:14:19 pyenv() { 07:14:19 local command 07:14:19 command="${1:-}" 07:14:19 if [ "$#" -gt 0 ]; then 07:14:19 shift 07:14:19 fi 07:14:19 07:14:19 case "$command" in 07:14:19 rehash|shell) 07:14:19 eval "$(pyenv "sh-$command" "$@")" 07:14:19 ;; 07:14:19 *) 07:14:19 command pyenv "$command" "$@" 07:14:19 ;; 07:14:19 esac 07:14:19 }' 07:14:19 +++ 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[*]}"' 07:14:19 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 07:14:19 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 07:14:19 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 07:14:19 ++ export PYENV_SHELL=bash 07:14:19 ++ PYENV_SHELL=bash 07:14:19 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 07:14:19 +++ complete -F _pyenv pyenv 07:14:19 ++ lf-pyver python3 07:14:19 ++ local py_version_xy=python3 07:14:19 ++ local py_version_xyz= 07:14:19 ++ sed 's/^[ *]* //' 07:14:19 ++ pyenv versions 07:14:19 ++ grep -E '^[0-9.]*[0-9]$' 07:14:19 ++ awk '{ print $1 }' 07:14:19 ++ local command 07:14:19 ++ command=versions 07:14:19 ++ '[' 1 -gt 0 ']' 07:14:19 ++ shift 07:14:19 ++ case "$command" in 07:14:19 ++ command pyenv versions 07:14:19 ++ pyenv versions 07:14:19 ++ [[ ! -s /tmp/.pyenv_versions ]] 07:14:19 +++ grep '^3' /tmp/.pyenv_versions 07:14:19 +++ sort -V 07:14:19 +++ tail -n 1 07:14:19 ++ py_version_xyz=3.10.6 07:14:19 ++ [[ -z 3.10.6 ]] 07:14:19 ++ echo 3.10.6 07:14:19 ++ return 0 07:14:19 + pyenv local 3.10.6 07:14:19 + local command 07:14:19 + command=local 07:14:19 + '[' 2 -gt 0 ']' 07:14:19 + shift 07:14:19 + case "$command" in 07:14:19 + command pyenv local 3.10.6 07:14:19 + pyenv local 3.10.6 07:14:19 + for arg in "$@" 07:14:19 + case $arg in 07:14:19 + pkg_list+='tox ' 07:14:19 + for arg in "$@" 07:14:19 + case $arg in 07:14:19 + pkg_list+='virtualenv ' 07:14:19 + for arg in "$@" 07:14:19 + case $arg in 07:14:19 + pkg_list+='urllib3~=1.26.15 ' 07:14:19 + [[ -f /tmp/.toxenv ]] 07:14:19 + [[ ! -f /tmp/.toxenv ]] 07:14:19 + [[ -n '' ]] 07:14:19 + python3 -m venv /tmp/venv-Hdax 07:14:23 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Hdax' 07:14:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Hdax 07:14:23 + echo /tmp/venv-Hdax 07:14:23 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 07:14:23 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 07:14:23 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 07:14:23 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:14:23 + local 'pip_opts=--upgrade --quiet' 07:14:23 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 07:14:23 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 07:14:23 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 07:14:23 + [[ -n '' ]] 07:14:23 + [[ -n '' ]] 07:14:23 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 07:14:23 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:14:23 + /tmp/venv-Hdax/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 07:14:27 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 07:14:27 lf-activate-venv(): INFO: Base packages installed successfully 07:14:27 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 07:14:27 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 07:14:27 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 07:14:27 + /tmp/venv-Hdax/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 07:14:28 + type python3 07:14:28 + true 07:14:28 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Hdax/bin to PATH' 07:14:28 lf-activate-venv(): INFO: Adding /tmp/venv-Hdax/bin to PATH 07:14:28 + PATH=/tmp/venv-Hdax/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 07:14:28 + return 0 07:14:28 + python3 --version 07:14:28 Python 3.10.6 07:14:28 + python3 -m pip --version 07:14:29 pip 26.0.1 from /tmp/venv-Hdax/lib/python3.10/site-packages/pip (python 3.10) 07:14:29 + python3 -m pip freeze 07:14:29 cachetools==7.0.1 07:14:29 colorama==0.4.6 07:14:29 distlib==0.4.0 07:14:29 filelock==3.24.3 07:14:29 packaging==26.0 07:14:29 platformdirs==4.9.2 07:14:29 pluggy==1.6.0 07:14:29 pyproject-api==1.10.0 07:14:29 python-discovery==1.0.0 07:14:29 tomli==2.4.0 07:14:29 tox==4.46.3 07:14:29 typing_extensions==4.15.0 07:14:29 urllib3==1.26.20 07:14:29 virtualenv==21.0.0 07:14:29 [EnvInject] - Injecting environment variables from a build step. 07:14:29 [EnvInject] - Injecting as environment variables the properties content 07:14:29 PARALLEL=false 07:14:29 07:14:29 [EnvInject] - Variables injected successfully. 07:14:29 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins4290152219172566867.sh 07:14:29 ---> tox-run.sh 07:14:29 + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 07:14:29 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 07:14:29 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 07:14:29 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 07:14:29 + cd /w/workspace/oom-master-pre-commit-lint/. 07:14:29 + source /home/jenkins/lf-env.sh 07:14:29 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 07:14:29 ++ mktemp -d /tmp/venv-XXXX 07:14:29 + lf_venv=/tmp/venv-pBrG 07:14:29 + local venv_file=/tmp/.os_lf_venv 07:14:29 + local python=python3 07:14:29 + local options 07:14:29 + local set_path=true 07:14:29 + local install_args= 07:14:29 ++ 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 07:14:29 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:14:29 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:14:29 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 07:14:29 + true 07:14:29 + case $1 in 07:14:29 + venv_file=/tmp/.toxenv 07:14:29 + shift 2 07:14:29 + true 07:14:29 + case $1 in 07:14:29 + shift 07:14:29 + break 07:14:29 + case $python in 07:14:29 + local pkg_list= 07:14:29 + [[ -d /opt/pyenv ]] 07:14:29 + echo 'Setup pyenv:' 07:14:29 Setup pyenv: 07:14:29 + export PYENV_ROOT=/opt/pyenv 07:14:29 + PYENV_ROOT=/opt/pyenv 07:14:29 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 07:14:29 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 07:14:29 + pyenv versions 07:14:29 system 07:14:29 3.8.13 07:14:29 3.9.13 07:14:29 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:14:29 + command -v pyenv 07:14:29 ++ pyenv init - --no-rehash 07:14:29 + 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[*]}"'\'')" 07:14:29 export PATH="/opt/pyenv/shims:${PATH}" 07:14:29 export PYENV_SHELL=bash 07:14:29 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 07:14:29 pyenv() { 07:14:29 local command 07:14:29 command="${1:-}" 07:14:29 if [ "$#" -gt 0 ]; then 07:14:29 shift 07:14:29 fi 07:14:29 07:14:29 case "$command" in 07:14:29 rehash|shell) 07:14:29 eval "$(pyenv "sh-$command" "$@")" 07:14:29 ;; 07:14:29 *) 07:14:29 command pyenv "$command" "$@" 07:14:29 ;; 07:14:29 esac 07:14:29 }' 07:14:29 +++ 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[*]}"' 07:14:29 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 07:14:29 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 07:14:29 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 07:14:29 ++ export PYENV_SHELL=bash 07:14:29 ++ PYENV_SHELL=bash 07:14:29 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 07:14:29 +++ complete -F _pyenv pyenv 07:14:29 ++ lf-pyver python3 07:14:29 ++ local py_version_xy=python3 07:14:29 ++ local py_version_xyz= 07:14:29 ++ pyenv versions 07:14:29 ++ local command 07:14:29 ++ command=versions 07:14:29 ++ sed 's/^[ *]* //' 07:14:29 ++ '[' 1 -gt 0 ']' 07:14:29 ++ shift 07:14:29 ++ case "$command" in 07:14:29 ++ command pyenv versions 07:14:29 ++ pyenv versions 07:14:29 ++ grep -E '^[0-9.]*[0-9]$' 07:14:29 ++ awk '{ print $1 }' 07:14:29 ++ [[ ! -s /tmp/.pyenv_versions ]] 07:14:29 +++ grep '^3' /tmp/.pyenv_versions 07:14:29 +++ sort -V 07:14:29 +++ tail -n 1 07:14:29 ++ py_version_xyz=3.10.6 07:14:29 ++ [[ -z 3.10.6 ]] 07:14:29 ++ echo 3.10.6 07:14:29 ++ return 0 07:14:29 + pyenv local 3.10.6 07:14:29 + local command 07:14:29 + command=local 07:14:29 + '[' 2 -gt 0 ']' 07:14:29 + shift 07:14:29 + case "$command" in 07:14:29 + command pyenv local 3.10.6 07:14:29 + pyenv local 3.10.6 07:14:29 + for arg in "$@" 07:14:29 + case $arg in 07:14:29 + pkg_list+='tox ' 07:14:29 + for arg in "$@" 07:14:29 + case $arg in 07:14:29 + pkg_list+='virtualenv ' 07:14:29 + for arg in "$@" 07:14:29 + case $arg in 07:14:29 + pkg_list+='urllib3~=1.26.15 ' 07:14:29 + [[ -f /tmp/.toxenv ]] 07:14:29 ++ cat /tmp/.toxenv 07:14:29 + lf_venv=/tmp/venv-Hdax 07:14:29 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Hdax from' file:/tmp/.toxenv 07:14:29 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Hdax from file:/tmp/.toxenv 07:14:29 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 07:14:29 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:14:29 + local 'pip_opts=--upgrade --quiet' 07:14:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 07:14:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 07:14:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 07:14:29 + [[ -n '' ]] 07:14:29 + [[ -n '' ]] 07:14:29 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 07:14:29 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:14:29 + /tmp/venv-Hdax/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 07:14:30 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 07:14:30 lf-activate-venv(): INFO: Base packages installed successfully 07:14:30 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 07:14:30 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 07:14:30 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 07:14:30 + /tmp/venv-Hdax/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 07:14:31 + type python3 07:14:31 + true 07:14:31 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Hdax/bin to PATH' 07:14:31 lf-activate-venv(): INFO: Adding /tmp/venv-Hdax/bin to PATH 07:14:31 + PATH=/tmp/venv-Hdax/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 07:14:31 + return 0 07:14:31 + [[ -d /opt/pyenv ]] 07:14:31 + echo '---> Setting up pyenv' 07:14:31 ---> Setting up pyenv 07:14:31 + export PYENV_ROOT=/opt/pyenv 07:14:31 + PYENV_ROOT=/opt/pyenv 07:14:31 + export PATH=/opt/pyenv/bin:/tmp/venv-Hdax/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 07:14:31 + PATH=/opt/pyenv/bin:/tmp/venv-Hdax/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 07:14:31 ++ pwd 07:14:31 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 07:14:31 + export PYTHONPATH 07:14:31 + export TOX_TESTENV_PASSENV=PYTHONPATH 07:14:31 + TOX_TESTENV_PASSENV=PYTHONPATH 07:14:31 + tox --version 07:14:31 4.46.3 from /tmp/venv-Hdax/lib/python3.10/site-packages/tox/__init__.py 07:14:31 + PARALLEL=false 07:14:31 + TOX_OPTIONS_LIST= 07:14:31 + [[ -n pre-commit ]] 07:14:31 + TOX_OPTIONS_LIST=' -e pre-commit' 07:14:31 + case ${PARALLEL,,} in 07:14:31 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 07:14:31 + tox -e pre-commit 07:14:33 pre-commit: install_deps> python -I -m pip install pre-commit 07:14:35 pre-commit: freeze> python -m pip freeze --all 07:14:35 pre-commit: cfgv==3.5.0,distlib==0.4.0,filelock==3.24.3,identify==2.6.16,nodeenv==1.10.0,pip==26.0.1,platformdirs==4.9.2,pre_commit==4.5.1,python-discovery==1.0.0,PyYAML==6.0.3,setuptools==82.0.0,typing_extensions==4.15.0,virtualenv==21.0.0 07:14:35 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 07:14:35 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 07:14:36 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 07:14:37 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 07:14:37 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 07:14:38 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 07:14:38 [INFO] Once installed this environment will be reused. 07:14:38 [INFO] This may take a few minutes... 07:14:41 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 07:14:41 [INFO] Once installed this environment will be reused. 07:14:41 [INFO] This may take a few minutes... 07:14:46 trim trailing whitespace.................................................Passed 07:14:46 Tabs remover.............................................................Passed 07:14:46 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 07:14:46 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 07:14:46 [INFO] Once installed this environment will be reused. 07:14:46 [INFO] This may take a few minutes... 07:14:54 gitlint..............................................(no files to check)Skipped 07:14:54 pre-commit: OK (22.19=setup[3.47]+cmd[10.69,8.03] seconds) 07:14:54 congratulations :) (22.23 seconds) 07:14:54 + tox_status=0 07:14:54 + echo '---> Completed tox runs' 07:14:54 ---> Completed tox runs 07:14:54 + for i in .tox/*/log 07:14:54 ++ echo .tox/pre-commit/log 07:14:54 ++ awk -F/ '{print $2}' 07:14:54 + tox_env=pre-commit 07:14:54 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 07:14:54 + DOC_DIR=docs/_build/html 07:14:54 + [[ -d docs/_build/html ]] 07:14:54 + echo '---> tox-run.sh ends' 07:14:54 ---> tox-run.sh ends 07:14:54 + test 0 -eq 0 07:14:54 $ ssh-agent -k 07:14:54 unset SSH_AUTH_SOCK; 07:14:54 unset SSH_AGENT_PID; 07:14:54 echo Agent pid 1663 killed; 07:14:54 [ssh-agent] Stopped. 07:14:54 [PostBuildScript] - [INFO] Executing post build scripts. 07:14:54 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15940059046007293854.sh 07:14:54 ---> sysstat.sh 07:14:55 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16890878203189744218.sh 07:14:55 ---> package-listing.sh 07:14:55 ++ facter osfamily 07:14:55 ++ tr '[:upper:]' '[:lower:]' 07:14:55 + OS_FAMILY=debian 07:14:55 + workspace=/w/workspace/oom-master-pre-commit-lint 07:14:55 + START_PACKAGES=/tmp/packages_start.txt 07:14:55 + END_PACKAGES=/tmp/packages_end.txt 07:14:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:14:55 + PACKAGES=/tmp/packages_start.txt 07:14:55 + '[' /w/workspace/oom-master-pre-commit-lint ']' 07:14:55 + PACKAGES=/tmp/packages_end.txt 07:14:55 + case "${OS_FAMILY}" in 07:14:55 + dpkg -l 07:14:55 + grep '^ii' 07:14:55 + '[' -f /tmp/packages_start.txt ']' 07:14:55 + '[' -f /tmp/packages_end.txt ']' 07:14:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:14:55 + '[' /w/workspace/oom-master-pre-commit-lint ']' 07:14:55 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 07:14:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 07:14:55 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins6475215818834737990.sh 07:14:55 ---> capture-instance-metadata.sh 07:14:55 Setup pyenv: 07:14:55 system 07:14:55 3.8.13 07:14:55 3.9.13 07:14:55 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:14:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Jlvq 07:14:59 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 07:14:59 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:14:59 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:15:03 lf-activate-venv(): INFO: Base packages installed successfully 07:15:03 lf-activate-venv(): INFO: Installing additional packages: lftools 07:15:23 lf-activate-venv(): INFO: Adding /tmp/venv-Jlvq/bin to PATH 07:15:23 INFO: Running in OpenStack, capturing instance metadata 07:15:24 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15898377742138832380.sh 07:15:24 provisioning config files... 07:15:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config9041230850924274398tmp 07:15:24 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 07:15:24 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 07:15:24 [EnvInject] - Injecting environment variables from a build step. 07:15:24 [EnvInject] - Injecting as environment variables the properties content 07:15:24 SERVER_ID=logs 07:15:24 07:15:24 [EnvInject] - Variables injected successfully. 07:15:24 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7563871181536469629.sh 07:15:24 ---> create-netrc.sh 07:15:24 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7346168349571888130.sh 07:15:24 ---> python-tools-install.sh 07:15:24 Setup pyenv: 07:15:24 system 07:15:24 3.8.13 07:15:24 3.9.13 07:15:24 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:15:24 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Jlvq from file:/tmp/.os_lf_venv 07:15:24 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:15:24 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:15:26 lf-activate-venv(): INFO: Base packages installed successfully 07:15:26 lf-activate-venv(): INFO: Installing additional packages: lftools 07:15:33 lf-activate-venv(): INFO: Adding /tmp/venv-Jlvq/bin to PATH 07:15:33 Generating Requirements File 07:15:49 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. 07:15:49 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 07:15:49 Python 3.10.6 07:15:49 pip 26.0.1 from /tmp/venv-Jlvq/lib/python3.10/site-packages/pip (python 3.10) 07:15:50 appdirs==1.4.4 07:15:50 argcomplete==3.6.3 07:15:50 aspy.yaml==1.3.0 07:15:50 attrs==25.4.0 07:15:50 autopage==0.6.0 07:15:50 backports.strenum==1.3.1 07:15:50 beautifulsoup4==4.14.3 07:15:50 boto3==1.42.57 07:15:50 botocore==1.42.57 07:15:50 bs4==0.0.2 07:15:50 certifi==2026.2.25 07:15:50 cffi==2.0.0 07:15:50 cfgv==3.5.0 07:15:50 chardet==6.0.0.post1 07:15:50 charset-normalizer==3.4.4 07:15:50 click==8.3.1 07:15:50 cliff==4.13.2 07:15:50 cmd2==3.2.2 07:15:50 cryptography==3.3.2 07:15:50 debtcollector==3.0.0 07:15:50 decorator==5.2.1 07:15:50 defusedxml==0.7.1 07:15:50 Deprecated==1.3.1 07:15:50 distlib==0.4.0 07:15:50 dnspython==2.8.0 07:15:50 docker==7.1.0 07:15:50 dogpile.cache==1.5.0 07:15:50 durationpy==0.10 07:15:50 email-validator==2.3.0 07:15:50 filelock==3.24.3 07:15:50 future==1.0.0 07:15:50 gitdb==4.0.12 07:15:50 GitPython==3.1.46 07:15:50 httplib2==0.30.2 07:15:50 identify==2.6.16 07:15:50 idna==3.11 07:15:50 importlib-resources==1.5.0 07:15:50 iso8601==2.1.0 07:15:50 Jinja2==3.1.6 07:15:50 jmespath==1.1.0 07:15:50 jsonpatch==1.33 07:15:50 jsonpointer==3.0.0 07:15:50 jsonschema==4.26.0 07:15:50 jsonschema-specifications==2025.9.1 07:15:50 keystoneauth1==5.13.1 07:15:50 kubernetes==35.0.0 07:15:50 lftools==0.37.21 07:15:50 lxml==6.0.2 07:15:50 markdown-it-py==4.0.0 07:15:50 MarkupSafe==3.0.3 07:15:50 mdurl==0.1.2 07:15:50 msgpack==1.1.2 07:15:50 multi_key_dict==2.0.3 07:15:50 munch==4.0.0 07:15:50 netaddr==1.3.0 07:15:50 niet==1.4.2 07:15:50 nodeenv==1.10.0 07:15:50 oauth2client==4.1.3 07:15:50 oauthlib==3.3.1 07:15:50 openstacksdk==4.10.0 07:15:50 os-service-types==1.8.2 07:15:50 osc-lib==4.4.0 07:15:50 oslo.config==10.3.0 07:15:50 oslo.context==6.3.0 07:15:50 oslo.i18n==6.7.2 07:15:50 oslo.log==8.1.0 07:15:50 oslo.serialization==5.9.1 07:15:50 oslo.utils==10.0.0 07:15:50 packaging==26.0 07:15:50 pbr==7.0.3 07:15:50 platformdirs==4.9.2 07:15:50 prettytable==3.17.0 07:15:50 psutil==7.2.2 07:15:50 pyasn1==0.6.2 07:15:50 pyasn1_modules==0.4.2 07:15:50 pycparser==3.0 07:15:50 pygerrit2==2.0.15 07:15:50 PyGithub==2.8.1 07:15:50 Pygments==2.19.2 07:15:50 PyJWT==2.11.0 07:15:50 PyNaCl==1.6.2 07:15:50 pyparsing==2.4.7 07:15:50 pyperclip==1.11.0 07:15:50 pyrsistent==0.20.0 07:15:50 python-cinderclient==9.8.0 07:15:50 python-dateutil==2.9.0.post0 07:15:50 python-discovery==1.0.0 07:15:50 python-heatclient==5.0.0 07:15:50 python-jenkins==1.8.3 07:15:50 python-keystoneclient==5.7.0 07:15:50 python-magnumclient==4.9.0 07:15:50 python-openstackclient==9.0.0 07:15:50 python-swiftclient==4.10.0 07:15:50 PyYAML==6.0.3 07:15:50 referencing==0.37.0 07:15:50 requests==2.32.5 07:15:50 requests-oauthlib==2.0.0 07:15:50 requestsexceptions==1.4.0 07:15:50 rfc3986==2.0.0 07:15:50 rich==14.3.3 07:15:50 rich-argparse==1.7.2 07:15:50 rpds-py==0.30.0 07:15:50 rsa==4.9.1 07:15:50 ruamel.yaml==0.19.1 07:15:50 ruamel.yaml.clib==0.2.15 07:15:50 s3transfer==0.16.0 07:15:50 simplejson==3.20.2 07:15:50 six==1.17.0 07:15:50 smmap==5.0.2 07:15:50 soupsieve==2.8.3 07:15:50 stevedore==5.7.0 07:15:50 tabulate==0.9.0 07:15:50 toml==0.10.2 07:15:50 tomlkit==0.14.0 07:15:50 tqdm==4.67.3 07:15:50 typing_extensions==4.15.0 07:15:50 urllib3==1.26.20 07:15:50 virtualenv==21.0.0 07:15:50 wcwidth==0.6.0 07:15:50 websocket-client==1.9.0 07:15:50 wrapt==2.1.1 07:15:50 xdg==6.0.0 07:15:50 xmltodict==1.0.4 07:15:50 yq==3.4.3 07:15:50 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins543306927630801818.sh 07:15:50 ---> sudo-logs.sh 07:15:50 Archiving 'sudo' log.. 07:15:50 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7935879701981936787.sh 07:15:50 ---> job-cost.sh 07:15:50 INFO: Activating Python virtual environment... 07:15:50 Setup pyenv: 07:15:50 system 07:15:50 3.8.13 07:15:50 3.9.13 07:15:50 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:15:50 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Jlvq from file:/tmp/.os_lf_venv 07:15:50 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:15:50 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:15:52 lf-activate-venv(): INFO: Base packages installed successfully 07:15:52 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 07:15:57 lf-activate-venv(): INFO: Adding /tmp/venv-Jlvq/bin to PATH 07:15:57 INFO: No stack-cost file found 07:15:57 INFO: Instance uptime: 131s 07:15:57 INFO: Fetching instance metadata (attempt 1 of 3)... 07:15:57 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 07:15:57 INFO: Successfully fetched instance metadata 07:15:57 INFO: Instance type: v3-standard-4 07:15:57 INFO: Retrieving pricing info for: v3-standard-4 07:15:57 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 07:15:57 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=131 07:15:58 INFO: Successfully fetched Vexxhost pricing API 07:15:58 INFO: Retrieved cost: 0.11 07:15:58 INFO: Retrieved resource: v3-standard-4 07:15:58 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 07:15:58 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 07:15:58 INFO: Successfully archived job cost data 07:15:58 DEBUG: Cost data: oom-master-pre-commit-lint,4458,2026-02-26 07:15:58,v3-standard-4,131,0.11,0.00,SUCCESS 07:15:58 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins11460599382385535872.sh 07:15:58 ---> logs-deploy.sh 07:15:58 Setup pyenv: 07:15:58 system 07:15:58 3.8.13 07:15:58 3.9.13 07:15:58 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:15:58 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Jlvq from file:/tmp/.os_lf_venv 07:15:58 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:15:58 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:16:00 lf-activate-venv(): INFO: Base packages installed successfully 07:16:00 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 07:16:07 lf-activate-venv(): INFO: Adding /tmp/venv-Jlvq/bin to PATH 07:16:07 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4458 07:16:07 INFO: archiving workspace using pattern(s): 07:16:07 /tmp/venv-Jlvq/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version! 07:16:07 warnings.warn( 07:16:08 Archives upload complete. 07:16:08 INFO: archiving logs to Nexus 07:16:08 /tmp/venv-Jlvq/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version! 07:16:08 warnings.warn( 07:16:09 ---> uname -a: 07:16:09 Linux prd-ubuntu1804-builder-4c-4g-31488 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 07:16:09 07:16:09 07:16:09 ---> lscpu: 07:16:09 Architecture: x86_64 07:16:09 CPU op-mode(s): 32-bit, 64-bit 07:16:09 Byte Order: Little Endian 07:16:09 CPU(s): 4 07:16:09 On-line CPU(s) list: 0-3 07:16:09 Thread(s) per core: 1 07:16:09 Core(s) per socket: 1 07:16:09 Socket(s): 4 07:16:09 NUMA node(s): 1 07:16:09 Vendor ID: AuthenticAMD 07:16:09 CPU family: 23 07:16:09 Model: 49 07:16:09 Model name: AMD EPYC-Rome Processor 07:16:09 Stepping: 0 07:16:09 CPU MHz: 2799.998 07:16:09 BogoMIPS: 5599.99 07:16:09 Virtualization: AMD-V 07:16:09 Hypervisor vendor: KVM 07:16:09 Virtualization type: full 07:16:09 L1d cache: 32K 07:16:09 L1i cache: 32K 07:16:09 L2 cache: 512K 07:16:09 L3 cache: 16384K 07:16:09 NUMA node0 CPU(s): 0-3 07:16:09 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl xtopology cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr arat npt nrip_save umip rdpid arch_capabilities 07:16:09 07:16:09 07:16:09 ---> nproc: 07:16:09 4 07:16:09 07:16:09 07:16:09 ---> df -h: 07:16:09 Filesystem Size Used Avail Use% Mounted on 07:16:09 udev 7.9G 0 7.9G 0% /dev 07:16:09 tmpfs 1.6G 676K 1.6G 1% /run 07:16:09 /dev/vda1 78G 8.4G 69G 11% / 07:16:09 tmpfs 7.9G 0 7.9G 0% /dev/shm 07:16:09 tmpfs 5.0M 0 5.0M 0% /run/lock 07:16:09 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 07:16:09 /dev/vda15 105M 4.4M 100M 5% /boot/efi 07:16:09 tmpfs 1.6G 0 1.6G 0% /run/user/1001 07:16:09 07:16:09 07:16:09 ---> free -m: 07:16:09 total used free shared buff/cache available 07:16:09 Mem: 16040 560 13267 0 2211 15158 07:16:09 Swap: 1023 0 1023 07:16:09 07:16:09 07:16:09 ---> ip addr: 07:16:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 07:16:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:16:09 inet 127.0.0.1/8 scope host lo 07:16:09 valid_lft forever preferred_lft forever 07:16:09 inet6 ::1/128 scope host 07:16:09 valid_lft forever preferred_lft forever 07:16:09 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 07:16:09 link/ether fa:16:3e:0b:d1:1d brd ff:ff:ff:ff:ff:ff 07:16:09 inet 10.30.107.209/23 brd 10.30.107.255 scope global dynamic ens3 07:16:09 valid_lft 86265sec preferred_lft 86265sec 07:16:09 inet6 fe80::f816:3eff:fe0b:d11d/64 scope link 07:16:09 valid_lft forever preferred_lft forever 07:16:09 07:16:09 07:16:09 ---> sar -b -r -n DEV: 07:16:09 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-31488) 02/26/26 _x86_64_ (4 CPU) 07:16:09 07:16:09 07:13:55 LINUX RESTART (4 CPU) 07:16:09 07:16:09 07:14:01 tps rtps wtps bread/s bwrtn/s 07:16:09 07:15:02 348.49 59.56 288.94 3769.24 71386.37 07:16:09 07:16:01 137.21 1.05 136.16 120.52 15460.02 07:16:09 Average: 243.74 30.55 213.19 1960.21 43658.14 07:16:09 07:16:09 07:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:16:09 07:15:02 13959584 15568220 2465384 15.01 58368 1748548 762376 4.36 728372 1517472 157960 07:16:09 07:16:01 13623504 15558084 2801464 17.06 86668 2028172 749044 4.29 755888 1788756 116744 07:16:09 Average: 13791544 15563152 2633424 16.03 72518 1888360 755710 4.32 742130 1653114 137352 07:16:09 07:16:09 07:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:16:09 07:15:02 lo 2.73 2.73 0.30 0.30 0.00 0.00 0.00 0.00 07:16:09 07:15:02 ens3 454.69 320.63 2283.38 80.62 0.00 0.00 0.00 0.00 07:16:09 07:16:01 lo 1.76 1.76 0.20 0.20 0.00 0.00 0.00 0.00 07:16:09 07:16:01 ens3 64.04 49.11 937.31 12.20 0.00 0.00 0.00 0.00 07:16:09 Average: lo 2.25 2.25 0.25 0.25 0.00 0.00 0.00 0.00 07:16:09 Average: ens3 261.01 186.01 1616.00 46.70 0.00 0.00 0.00 0.00 07:16:09 07:16:09 07:16:09 ---> sar -P ALL: 07:16:09 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-31488) 02/26/26 _x86_64_ (4 CPU) 07:16:09 07:16:09 07:13:55 LINUX RESTART (4 CPU) 07:16:09 07:16:09 07:14:01 CPU %user %nice %system %iowait %steal %idle 07:16:09 07:15:02 all 24.32 0.00 2.83 3.38 0.07 69.40 07:16:09 07:15:02 0 23.52 0.00 2.68 2.36 0.07 71.37 07:16:09 07:15:02 1 36.85 0.00 3.99 3.82 0.08 55.25 07:16:09 07:15:02 2 20.78 0.00 2.59 1.11 0.07 75.44 07:16:09 07:15:02 3 16.13 0.00 2.01 6.27 0.07 75.52 07:16:09 07:16:01 all 20.95 0.00 1.62 1.60 0.06 75.77 07:16:09 07:16:01 0 39.01 0.00 2.31 0.73 0.08 57.87 07:16:09 07:16:01 1 9.28 0.00 1.15 3.05 0.05 86.46 07:16:09 07:16:01 2 22.29 0.00 1.74 1.53 0.05 74.39 07:16:09 07:16:01 3 13.21 0.00 1.27 1.09 0.08 84.35 07:16:09 Average: all 22.65 0.00 2.23 2.50 0.07 72.56 07:16:09 Average: 0 31.21 0.00 2.49 1.55 0.08 64.67 07:16:09 Average: 1 23.17 0.00 2.58 3.44 0.07 70.74 07:16:09 Average: 2 21.53 0.00 2.17 1.32 0.06 74.92 07:16:09 Average: 3 14.68 0.00 1.64 3.69 0.08 79.91 07:16:09 07:16:09 07:16:09