08:35:12 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143409 08:35:12 Running as SYSTEM 08:35:12 [EnvInject] - Loading node environment variables. 08:35:12 Building remotely on prd-ubuntu1804-builder-4c-4g-746 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 08:35:12 [ssh-agent] Looking for ssh-agent implementation... 08:35:12 $ ssh-agent 08:35:12 SSH_AUTH_SOCK=/tmp/ssh-RuW2bcHdlLXX/agent.1662 08:35:12 SSH_AGENT_PID=1664 08:35:12 [ssh-agent] Started. 08:35:12 Running ssh-add (command line suppressed) 08:35:12 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_9494599149958607564.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_9494599149958607564.key) 08:35:12 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 08:35:12 The recommended git tool is: NONE 08:35:14 using credential onap-jenkins-ssh 08:35:14 Wiping out workspace first. 08:35:14 Cloning the remote Git repository 08:35:14 Cloning repository git://cloud.onap.org/mirror/oom.git 08:35:14 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 08:35:14 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 08:35:14 > git --version # timeout=10 08:35:14 > git --version # 'git version 2.17.1' 08:35:14 using GIT_SSH to set credentials Gerrit user 08:35:14 Verifying host key using manually-configured host key entries 08:35:14 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 08:35:19 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 08:35:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:35:19 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 08:35:19 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 08:35:19 using GIT_SSH to set credentials Gerrit user 08:35:19 Verifying host key using manually-configured host key entries 08:35:19 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/09/143409/1 # timeout=30 08:35:20 > git rev-parse 8f327120285e581b1c443f7d37216c9eb3f7689d^{commit} # timeout=10 08:35:20 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 08:35:20 Checking out Revision 8f327120285e581b1c443f7d37216c9eb3f7689d (refs/changes/09/143409/1) 08:35:20 > git config core.sparsecheckout # timeout=10 08:35:20 > git checkout -f 8f327120285e581b1c443f7d37216c9eb3f7689d # timeout=30 08:35:23 Commit message: "[AAI] 17.0.0 release" 08:35:23 > git rev-parse FETCH_HEAD^{commit} # timeout=10 08:35:23 > git rev-list --no-walk d9fbf8578b521aeb69d1d8f1ed1c2fb202859a49 # timeout=10 08:35:23 [EnvInject] - Injecting environment variables from a build step. 08:35:23 [EnvInject] - Injecting as environment variables the properties content 08:35:23 PYTHON=python3 08:35:23 08:35:23 [EnvInject] - Variables injected successfully. 08:35:23 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins17822019446712963839.sh 08:35:23 ---> tox-install.sh 08:35:23 + source /home/jenkins/lf-env.sh 08:35:23 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 08:35:23 ++ mktemp -d /tmp/venv-XXXX 08:35:23 + lf_venv=/tmp/venv-xJCJ 08:35:23 + local venv_file=/tmp/.os_lf_venv 08:35:23 + local python=python3 08:35:23 + local options 08:35:23 + local set_path=true 08:35:23 + local install_args= 08:35:23 ++ 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 08:35:23 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:35:23 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:35:23 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 08:35:23 + true 08:35:23 + case $1 in 08:35:23 + venv_file=/tmp/.toxenv 08:35:23 + shift 2 08:35:23 + true 08:35:23 + case $1 in 08:35:23 + shift 08:35:23 + break 08:35:23 + case $python in 08:35:23 + local pkg_list= 08:35:23 + [[ -d /opt/pyenv ]] 08:35:23 + echo 'Setup pyenv:' 08:35:23 Setup pyenv: 08:35:23 + export PYENV_ROOT=/opt/pyenv 08:35:23 + PYENV_ROOT=/opt/pyenv 08:35:23 + 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 08:35:23 + 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 08:35:23 + pyenv versions 08:35:24 * system (set by /opt/pyenv/version) 08:35:24 * 3.8.13 (set by /opt/pyenv/version) 08:35:24 * 3.9.13 (set by /opt/pyenv/version) 08:35:24 * 3.10.6 (set by /opt/pyenv/version) 08:35:24 + command -v pyenv 08:35:24 ++ pyenv init - --no-rehash 08:35: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[*]}"'\'')" 08:35:24 export PATH="/opt/pyenv/shims:${PATH}" 08:35:24 export PYENV_SHELL=bash 08:35:24 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 08:35:24 pyenv() { 08:35:24 local command 08:35:24 command="${1:-}" 08:35:24 if [ "$#" -gt 0 ]; then 08:35:24 shift 08:35:24 fi 08:35:24 08:35:24 case "$command" in 08:35:24 rehash|shell) 08:35:24 eval "$(pyenv "sh-$command" "$@")" 08:35:24 ;; 08:35:24 *) 08:35:24 command pyenv "$command" "$@" 08:35:24 ;; 08:35:24 esac 08:35:24 }' 08:35: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[*]}"' 08:35:24 ++ 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 08:35:24 ++ 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 08:35:24 ++ 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 08:35:24 ++ export PYENV_SHELL=bash 08:35:24 ++ PYENV_SHELL=bash 08:35:24 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 08:35:24 +++ complete -F _pyenv pyenv 08:35:24 ++ lf-pyver python3 08:35:24 ++ local py_version_xy=python3 08:35:24 ++ local py_version_xyz= 08:35:24 ++ pyenv versions 08:35:24 ++ sed 's/^[ *]* //' 08:35:24 ++ local command 08:35:24 ++ command=versions 08:35:24 ++ '[' 1 -gt 0 ']' 08:35:24 ++ shift 08:35:24 ++ case "$command" in 08:35:24 ++ command pyenv versions 08:35:24 ++ pyenv versions 08:35:24 ++ grep -E '^[0-9.]*[0-9]$' 08:35:24 ++ awk '{ print $1 }' 08:35:24 ++ [[ ! -s /tmp/.pyenv_versions ]] 08:35:24 +++ grep '^3' /tmp/.pyenv_versions 08:35:24 +++ sort -V 08:35:24 +++ tail -n 1 08:35:24 ++ py_version_xyz=3.10.6 08:35:24 ++ [[ -z 3.10.6 ]] 08:35:24 ++ echo 3.10.6 08:35:24 ++ return 0 08:35:24 + pyenv local 3.10.6 08:35:24 + local command 08:35:24 + command=local 08:35:24 + '[' 2 -gt 0 ']' 08:35:24 + shift 08:35:24 + case "$command" in 08:35:24 + command pyenv local 3.10.6 08:35:24 + pyenv local 3.10.6 08:35:24 + for arg in "$@" 08:35:24 + case $arg in 08:35:24 + pkg_list+='tox ' 08:35:24 + for arg in "$@" 08:35:24 + case $arg in 08:35:24 + pkg_list+='virtualenv ' 08:35:24 + for arg in "$@" 08:35:24 + case $arg in 08:35:24 + pkg_list+='urllib3~=1.26.15 ' 08:35:24 + [[ -f /tmp/.toxenv ]] 08:35:24 + [[ ! -f /tmp/.toxenv ]] 08:35:24 + [[ -n '' ]] 08:35:24 + python3 -m venv /tmp/venv-xJCJ 08:35:28 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xJCJ' 08:35:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xJCJ 08:35:28 + echo /tmp/venv-xJCJ 08:35:28 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 08:35:28 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 08:35:28 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 08:35:28 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:35:28 + local 'pip_opts=--upgrade --quiet' 08:35:28 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 08:35:28 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 08:35:28 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 08:35:28 + [[ -n '' ]] 08:35:28 + [[ -n '' ]] 08:35:28 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 08:35:28 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:35:28 + /tmp/venv-xJCJ/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 08:35:32 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 08:35:32 lf-activate-venv(): INFO: Base packages installed successfully 08:35:32 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 08:35:32 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 08:35:32 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 08:35:32 + /tmp/venv-xJCJ/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 08:35:34 + type python3 08:35:34 + true 08:35:34 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-xJCJ/bin to PATH' 08:35:34 lf-activate-venv(): INFO: Adding /tmp/venv-xJCJ/bin to PATH 08:35:34 + PATH=/tmp/venv-xJCJ/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 08:35:34 + return 0 08:35:34 + python3 --version 08:35:34 Python 3.10.6 08:35:34 + python3 -m pip --version 08:35:34 pip 26.0.1 from /tmp/venv-xJCJ/lib/python3.10/site-packages/pip (python 3.10) 08:35:34 + python3 -m pip freeze 08:35:34 cachetools==7.0.1 08:35:34 colorama==0.4.6 08:35:34 distlib==0.4.0 08:35:34 filelock==3.24.3 08:35:34 packaging==26.0 08:35:34 platformdirs==4.9.2 08:35:34 pluggy==1.6.0 08:35:34 pyproject-api==1.10.0 08:35:34 python-discovery==1.1.0 08:35:34 tomli==2.4.0 08:35:34 tox==4.46.3 08:35:34 typing_extensions==4.15.0 08:35:34 urllib3==1.26.20 08:35:34 virtualenv==21.1.0 08:35:34 [EnvInject] - Injecting environment variables from a build step. 08:35:34 [EnvInject] - Injecting as environment variables the properties content 08:35:34 PARALLEL=false 08:35:34 08:35:34 [EnvInject] - Variables injected successfully. 08:35:34 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins4309066252956295168.sh 08:35:34 ---> tox-run.sh 08:35:34 + 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 08:35:34 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 08:35:34 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 08:35:34 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 08:35:34 + cd /w/workspace/oom-master-pre-commit-lint/. 08:35:34 + source /home/jenkins/lf-env.sh 08:35:34 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 08:35:34 ++ mktemp -d /tmp/venv-XXXX 08:35:34 + lf_venv=/tmp/venv-mYt6 08:35:34 + local venv_file=/tmp/.os_lf_venv 08:35:34 + local python=python3 08:35:34 + local options 08:35:34 + local set_path=true 08:35:34 + local install_args= 08:35:34 ++ 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 08:35:34 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:35:34 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:35:34 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 08:35:34 + true 08:35:34 + case $1 in 08:35:34 + venv_file=/tmp/.toxenv 08:35:34 + shift 2 08:35:34 + true 08:35:34 + case $1 in 08:35:34 + shift 08:35:34 + break 08:35:34 + case $python in 08:35:34 + local pkg_list= 08:35:34 + [[ -d /opt/pyenv ]] 08:35:34 + echo 'Setup pyenv:' 08:35:34 Setup pyenv: 08:35:34 + export PYENV_ROOT=/opt/pyenv 08:35:34 + PYENV_ROOT=/opt/pyenv 08:35:34 + 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 08:35:34 + 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 08:35:34 + pyenv versions 08:35:34 system 08:35:34 3.8.13 08:35:34 3.9.13 08:35:34 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 08:35:34 + command -v pyenv 08:35:34 ++ pyenv init - --no-rehash 08:35:34 + 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[*]}"'\'')" 08:35:34 export PATH="/opt/pyenv/shims:${PATH}" 08:35:34 export PYENV_SHELL=bash 08:35:34 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 08:35:34 pyenv() { 08:35:34 local command 08:35:34 command="${1:-}" 08:35:34 if [ "$#" -gt 0 ]; then 08:35:34 shift 08:35:34 fi 08:35:34 08:35:34 case "$command" in 08:35:34 rehash|shell) 08:35:34 eval "$(pyenv "sh-$command" "$@")" 08:35:34 ;; 08:35:34 *) 08:35:34 command pyenv "$command" "$@" 08:35:34 ;; 08:35:34 esac 08:35:34 }' 08:35:34 +++ 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[*]}"' 08:35:34 ++ 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 08:35:34 ++ 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 08:35:34 ++ 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 08:35:34 ++ export PYENV_SHELL=bash 08:35:34 ++ PYENV_SHELL=bash 08:35:34 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 08:35:34 +++ complete -F _pyenv pyenv 08:35:34 ++ lf-pyver python3 08:35:34 ++ local py_version_xy=python3 08:35:34 ++ local py_version_xyz= 08:35:34 ++ pyenv versions 08:35:34 ++ local command 08:35:34 ++ command=versions 08:35:34 ++ '[' 1 -gt 0 ']' 08:35:34 ++ shift 08:35:34 ++ case "$command" in 08:35:34 ++ command pyenv versions 08:35:34 ++ pyenv versions 08:35:34 ++ sed 's/^[ *]* //' 08:35:34 ++ grep -E '^[0-9.]*[0-9]$' 08:35:34 ++ awk '{ print $1 }' 08:35:34 ++ [[ ! -s /tmp/.pyenv_versions ]] 08:35:34 +++ grep '^3' /tmp/.pyenv_versions 08:35:34 +++ sort -V 08:35:34 +++ tail -n 1 08:35:34 ++ py_version_xyz=3.10.6 08:35:34 ++ [[ -z 3.10.6 ]] 08:35:34 ++ echo 3.10.6 08:35:34 ++ return 0 08:35:34 + pyenv local 3.10.6 08:35:34 + local command 08:35:34 + command=local 08:35:34 + '[' 2 -gt 0 ']' 08:35:34 + shift 08:35:34 + case "$command" in 08:35:34 + command pyenv local 3.10.6 08:35:34 + pyenv local 3.10.6 08:35:34 + for arg in "$@" 08:35:34 + case $arg in 08:35:34 + pkg_list+='tox ' 08:35:34 + for arg in "$@" 08:35:34 + case $arg in 08:35:34 + pkg_list+='virtualenv ' 08:35:34 + for arg in "$@" 08:35:34 + case $arg in 08:35:34 + pkg_list+='urllib3~=1.26.15 ' 08:35:34 + [[ -f /tmp/.toxenv ]] 08:35:34 ++ cat /tmp/.toxenv 08:35:34 + lf_venv=/tmp/venv-xJCJ 08:35:34 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-xJCJ from' file:/tmp/.toxenv 08:35:34 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-xJCJ from file:/tmp/.toxenv 08:35:34 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 08:35:34 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:35:34 + local 'pip_opts=--upgrade --quiet' 08:35:34 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 08:35:34 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 08:35:34 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 08:35:34 + [[ -n '' ]] 08:35:34 + [[ -n '' ]] 08:35:34 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 08:35:34 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:35:34 + /tmp/venv-xJCJ/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 08:35:35 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 08:35:35 lf-activate-venv(): INFO: Base packages installed successfully 08:35:35 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 08:35:35 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 08:35:35 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 08:35:35 + /tmp/venv-xJCJ/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 08:35:36 + type python3 08:35:36 + true 08:35:36 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-xJCJ/bin to PATH' 08:35:36 lf-activate-venv(): INFO: Adding /tmp/venv-xJCJ/bin to PATH 08:35:36 + PATH=/tmp/venv-xJCJ/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 08:35:36 + return 0 08:35:36 + [[ -d /opt/pyenv ]] 08:35:36 + echo '---> Setting up pyenv' 08:35:36 ---> Setting up pyenv 08:35:36 + export PYENV_ROOT=/opt/pyenv 08:35:36 + PYENV_ROOT=/opt/pyenv 08:35:36 + export PATH=/opt/pyenv/bin:/tmp/venv-xJCJ/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 08:35:36 + PATH=/opt/pyenv/bin:/tmp/venv-xJCJ/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 08:35:36 ++ pwd 08:35:36 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 08:35:36 + export PYTHONPATH 08:35:36 + export TOX_TESTENV_PASSENV=PYTHONPATH 08:35:36 + TOX_TESTENV_PASSENV=PYTHONPATH 08:35:36 + tox --version 08:35:37 4.46.3 from /tmp/venv-xJCJ/lib/python3.10/site-packages/tox/__init__.py 08:35:37 + PARALLEL=false 08:35:37 + TOX_OPTIONS_LIST= 08:35:37 + [[ -n pre-commit ]] 08:35:37 + TOX_OPTIONS_LIST=' -e pre-commit' 08:35:37 + case ${PARALLEL,,} in 08:35:37 + tox -e pre-commit 08:35:37 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 08:35:38 pre-commit: install_deps> python -I -m pip install pre-commit 08:35:41 pre-commit: freeze> python -m pip freeze --all 08:35:41 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.1.0,PyYAML==6.0.3,setuptools==82.0.0,typing_extensions==4.15.0,virtualenv==21.1.0 08:35:41 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 08:35:41 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 08:35:41 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 08:35:42 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 08:35:43 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 08:35:43 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 08:35:43 [INFO] Once installed this environment will be reused. 08:35:43 [INFO] This may take a few minutes... 08:35:47 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 08:35:47 [INFO] Once installed this environment will be reused. 08:35:47 [INFO] This may take a few minutes... 08:35:52 trim trailing whitespace.................................................Passed 08:35:52 Tabs remover.............................................................Passed 08:35:52 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 08:35:53 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 08:35:53 [INFO] Once installed this environment will be reused. 08:35:53 [INFO] This may take a few minutes... 08:36:01 gitlint..............................................(no files to check)Skipped 08:36:01 pre-commit: OK (23.87=setup[3.64]+cmd[11.55,8.68] seconds) 08:36:01 congratulations :) (23.90 seconds) 08:36:01 + tox_status=0 08:36:01 + echo '---> Completed tox runs' 08:36:01 ---> Completed tox runs 08:36:01 + for i in .tox/*/log 08:36:01 ++ echo .tox/pre-commit/log 08:36:01 ++ awk -F/ '{print $2}' 08:36:01 + tox_env=pre-commit 08:36:01 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 08:36:01 + DOC_DIR=docs/_build/html 08:36:01 + [[ -d docs/_build/html ]] 08:36:01 + echo '---> tox-run.sh ends' 08:36:01 ---> tox-run.sh ends 08:36:01 + test 0 -eq 0 08:36:01 $ ssh-agent -k 08:36:01 unset SSH_AUTH_SOCK; 08:36:01 unset SSH_AGENT_PID; 08:36:01 echo Agent pid 1664 killed; 08:36:01 [ssh-agent] Stopped. 08:36:01 [PostBuildScript] - [INFO] Executing post build scripts. 08:36:01 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1622448786508567659.sh 08:36:01 ---> sysstat.sh 08:36:02 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins12944688509424756457.sh 08:36:02 ---> package-listing.sh 08:36:02 ++ tr '[:upper:]' '[:lower:]' 08:36:02 ++ facter osfamily 08:36:02 + OS_FAMILY=debian 08:36:02 + workspace=/w/workspace/oom-master-pre-commit-lint 08:36:02 + START_PACKAGES=/tmp/packages_start.txt 08:36:02 + END_PACKAGES=/tmp/packages_end.txt 08:36:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:36:02 + PACKAGES=/tmp/packages_start.txt 08:36:02 + '[' /w/workspace/oom-master-pre-commit-lint ']' 08:36:02 + PACKAGES=/tmp/packages_end.txt 08:36:02 + case "${OS_FAMILY}" in 08:36:02 + dpkg -l 08:36:02 + grep '^ii' 08:36:02 + '[' -f /tmp/packages_start.txt ']' 08:36:02 + '[' -f /tmp/packages_end.txt ']' 08:36:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:36:02 + '[' /w/workspace/oom-master-pre-commit-lint ']' 08:36:02 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 08:36:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 08:36:02 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1640449296663659830.sh 08:36:02 ---> capture-instance-metadata.sh 08:36:02 Setup pyenv: 08:36:02 system 08:36:02 3.8.13 08:36:02 3.9.13 08:36:02 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 08:36:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZFBj 08:36:06 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 08:36:06 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:36:06 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:36:10 lf-activate-venv(): INFO: Base packages installed successfully 08:36:10 lf-activate-venv(): INFO: Installing additional packages: lftools 08:36:32 lf-activate-venv(): INFO: Adding /tmp/venv-ZFBj/bin to PATH 08:36:32 INFO: Running in OpenStack, capturing instance metadata 08:36:33 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16435574729990119177.sh 08:36:33 provisioning config files... 08:36:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config11419727228890266676tmp 08:36:33 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 08:36:33 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 08:36:33 [EnvInject] - Injecting environment variables from a build step. 08:36:33 [EnvInject] - Injecting as environment variables the properties content 08:36:33 SERVER_ID=logs 08:36:33 08:36:33 [EnvInject] - Variables injected successfully. 08:36:33 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins4089002884360785808.sh 08:36:33 ---> create-netrc.sh 08:36:33 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7932074389669505368.sh 08:36:33 ---> python-tools-install.sh 08:36:33 Setup pyenv: 08:36:33 system 08:36:33 3.8.13 08:36:33 3.9.13 08:36:33 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 08:36:33 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ZFBj from file:/tmp/.os_lf_venv 08:36:33 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:36:33 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:36:35 lf-activate-venv(): INFO: Base packages installed successfully 08:36:35 lf-activate-venv(): INFO: Installing additional packages: lftools 08:36:42 lf-activate-venv(): INFO: Adding /tmp/venv-ZFBj/bin to PATH 08:36:42 Generating Requirements File 08:36:59 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. 08:36:59 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 08:36:59 Python 3.10.6 08:37:00 pip 26.0.1 from /tmp/venv-ZFBj/lib/python3.10/site-packages/pip (python 3.10) 08:37:00 appdirs==1.4.4 08:37:00 argcomplete==3.6.3 08:37:00 aspy.yaml==1.3.0 08:37:00 attrs==25.4.0 08:37:00 autopage==0.6.0 08:37:00 backports.strenum==1.3.1 08:37:00 beautifulsoup4==4.14.3 08:37:00 boto3==1.42.59 08:37:00 botocore==1.42.59 08:37:00 bs4==0.0.2 08:37:00 certifi==2026.2.25 08:37:00 cffi==2.0.0 08:37:00 cfgv==3.5.0 08:37:00 chardet==6.0.0.post1 08:37:00 charset-normalizer==3.4.4 08:37:00 click==8.3.1 08:37:00 cliff==4.13.2 08:37:00 cmd2==3.2.2 08:37:00 cryptography==3.3.2 08:37:00 debtcollector==3.0.0 08:37:00 decorator==5.2.1 08:37:00 defusedxml==0.7.1 08:37:00 Deprecated==1.3.1 08:37:00 distlib==0.4.0 08:37:00 dnspython==2.8.0 08:37:00 docker==7.1.0 08:37:00 dogpile.cache==1.5.0 08:37:00 durationpy==0.10 08:37:00 email-validator==2.3.0 08:37:00 filelock==3.24.3 08:37:00 future==1.0.0 08:37:00 gitdb==4.0.12 08:37:00 GitPython==3.1.46 08:37:00 httplib2==0.30.2 08:37:00 identify==2.6.16 08:37:00 idna==3.11 08:37:00 importlib-resources==1.5.0 08:37:00 iso8601==2.1.0 08:37:00 Jinja2==3.1.6 08:37:00 jmespath==1.1.0 08:37:00 jsonpatch==1.33 08:37:00 jsonpointer==3.0.0 08:37:00 jsonschema==4.26.0 08:37:00 jsonschema-specifications==2025.9.1 08:37:00 keystoneauth1==5.13.1 08:37:00 kubernetes==35.0.0 08:37:00 lftools==0.37.21 08:37:00 lxml==6.0.2 08:37:00 markdown-it-py==4.0.0 08:37:00 MarkupSafe==3.0.3 08:37:00 mdurl==0.1.2 08:37:00 msgpack==1.1.2 08:37:00 multi_key_dict==2.0.3 08:37:00 munch==4.0.0 08:37:00 netaddr==1.3.0 08:37:00 niet==1.4.2 08:37:00 nodeenv==1.10.0 08:37:00 oauth2client==4.1.3 08:37:00 oauthlib==3.3.1 08:37:00 openstacksdk==4.10.0 08:37:00 os-service-types==1.8.2 08:37:00 osc-lib==4.4.0 08:37:00 oslo.config==10.3.0 08:37:00 oslo.context==6.3.0 08:37:00 oslo.i18n==6.7.2 08:37:00 oslo.log==8.1.0 08:37:00 oslo.serialization==5.9.1 08:37:00 oslo.utils==10.0.0 08:37:00 packaging==26.0 08:37:00 pbr==7.0.3 08:37:00 platformdirs==4.9.2 08:37:00 prettytable==3.17.0 08:37:00 psutil==7.2.2 08:37:00 pyasn1==0.6.2 08:37:00 pyasn1_modules==0.4.2 08:37:00 pycparser==3.0 08:37:00 pygerrit2==2.0.15 08:37:00 PyGithub==2.8.1 08:37:00 Pygments==2.19.2 08:37:00 PyJWT==2.11.0 08:37:00 PyNaCl==1.6.2 08:37:00 pyparsing==2.4.7 08:37:00 pyperclip==1.11.0 08:37:00 pyrsistent==0.20.0 08:37:00 python-cinderclient==9.8.0 08:37:00 python-dateutil==2.9.0.post0 08:37:00 python-discovery==1.1.0 08:37:00 python-heatclient==5.1.0 08:37:00 python-jenkins==1.8.3 08:37:00 python-keystoneclient==5.8.0 08:37:00 python-magnumclient==4.10.0 08:37:00 python-openstackclient==9.0.0 08:37:00 python-swiftclient==4.10.0 08:37:00 PyYAML==6.0.3 08:37:00 referencing==0.37.0 08:37:00 requests==2.32.5 08:37:00 requests-oauthlib==2.0.0 08:37:00 requestsexceptions==1.4.0 08:37:00 rfc3986==2.0.0 08:37:00 rich==14.3.3 08:37:00 rich-argparse==1.7.2 08:37:00 rpds-py==0.30.0 08:37:00 rsa==4.9.1 08:37:00 ruamel.yaml==0.19.1 08:37:00 ruamel.yaml.clib==0.2.15 08:37:00 s3transfer==0.16.0 08:37:00 simplejson==3.20.2 08:37:00 six==1.17.0 08:37:00 smmap==5.0.2 08:37:00 soupsieve==2.8.3 08:37:00 stevedore==5.7.0 08:37:00 tabulate==0.9.0 08:37:00 toml==0.10.2 08:37:00 tomlkit==0.14.0 08:37:00 tqdm==4.67.3 08:37:00 typing_extensions==4.15.0 08:37:00 urllib3==1.26.20 08:37:00 virtualenv==21.1.0 08:37:00 wcwidth==0.6.0 08:37:00 websocket-client==1.9.0 08:37:00 wrapt==2.1.1 08:37:00 xdg==6.0.0 08:37:00 xmltodict==1.0.4 08:37:00 yq==3.4.3 08:37:00 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16057558715401445776.sh 08:37:00 ---> sudo-logs.sh 08:37:00 Archiving 'sudo' log.. 08:37:00 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins6473837030717058370.sh 08:37:00 ---> job-cost.sh 08:37:00 INFO: Activating Python virtual environment... 08:37:00 Setup pyenv: 08:37:00 system 08:37:00 3.8.13 08:37:00 3.9.13 08:37:00 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 08:37:00 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ZFBj from file:/tmp/.os_lf_venv 08:37:00 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:37:00 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:37:03 lf-activate-venv(): INFO: Base packages installed successfully 08:37:03 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 08:37:08 lf-activate-venv(): INFO: Adding /tmp/venv-ZFBj/bin to PATH 08:37:08 INFO: No stack-cost file found 08:37:08 INFO: Instance uptime: 141s 08:37:08 INFO: Fetching instance metadata (attempt 1 of 3)... 08:37:08 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 08:37:08 INFO: Successfully fetched instance metadata 08:37:08 INFO: Instance type: v3-standard-4 08:37:08 INFO: Retrieving pricing info for: v3-standard-4 08:37:08 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 08:37:08 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=141 08:37:09 INFO: Successfully fetched Vexxhost pricing API 08:37:09 INFO: Retrieved cost: 0.11 08:37:09 INFO: Retrieved resource: v3-standard-4 08:37:09 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 08:37:09 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 08:37:09 INFO: Successfully archived job cost data 08:37:09 DEBUG: Cost data: oom-master-pre-commit-lint,4471,2026-03-01 08:37:09,v3-standard-4,141,0.11,0.00,SUCCESS 08:37:09 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins10079365831803222382.sh 08:37:09 ---> logs-deploy.sh 08:37:09 Setup pyenv: 08:37:09 system 08:37:09 3.8.13 08:37:09 3.9.13 08:37:09 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 08:37:09 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ZFBj from file:/tmp/.os_lf_venv 08:37:09 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:37:09 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:37:11 lf-activate-venv(): INFO: Base packages installed successfully 08:37:11 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 08:37:19 lf-activate-venv(): INFO: Adding /tmp/venv-ZFBj/bin to PATH 08:37:19 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4471 08:37:19 INFO: archiving workspace using pattern(s): 08:37:19 /tmp/venv-ZFBj/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! 08:37:19 warnings.warn( 08:37:20 Archives upload complete. 08:37:20 INFO: archiving logs to Nexus 08:37:20 /tmp/venv-ZFBj/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! 08:37:20 warnings.warn( 08:37:21 ---> uname -a: 08:37:21 Linux prd-ubuntu1804-builder-4c-4g-746 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 08:37:21 08:37:21 08:37:21 ---> lscpu: 08:37:21 Architecture: x86_64 08:37:21 CPU op-mode(s): 32-bit, 64-bit 08:37:21 Byte Order: Little Endian 08:37:21 CPU(s): 4 08:37:21 On-line CPU(s) list: 0-3 08:37:21 Thread(s) per core: 1 08:37:21 Core(s) per socket: 1 08:37:21 Socket(s): 4 08:37:21 NUMA node(s): 1 08:37:21 Vendor ID: AuthenticAMD 08:37:21 CPU family: 23 08:37:21 Model: 49 08:37:21 Model name: AMD EPYC-Rome Processor 08:37:21 Stepping: 0 08:37:21 CPU MHz: 2799.998 08:37:21 BogoMIPS: 5599.99 08:37:21 Virtualization: AMD-V 08:37:21 Hypervisor vendor: KVM 08:37:21 Virtualization type: full 08:37:21 L1d cache: 32K 08:37:21 L1i cache: 32K 08:37:21 L2 cache: 512K 08:37:21 L3 cache: 16384K 08:37:21 NUMA node0 CPU(s): 0-3 08:37:21 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 08:37:21 08:37:21 08:37:21 ---> nproc: 08:37:21 4 08:37:21 08:37:21 08:37:21 ---> df -h: 08:37:21 Filesystem Size Used Avail Use% Mounted on 08:37:21 udev 7.9G 0 7.9G 0% /dev 08:37:21 tmpfs 1.6G 676K 1.6G 1% /run 08:37:21 /dev/vda1 78G 8.4G 69G 11% / 08:37:21 tmpfs 7.9G 0 7.9G 0% /dev/shm 08:37:21 tmpfs 5.0M 0 5.0M 0% /run/lock 08:37:21 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 08:37:21 /dev/vda15 105M 4.4M 100M 5% /boot/efi 08:37:21 tmpfs 1.6G 0 1.6G 0% /run/user/1001 08:37:21 08:37:21 08:37:21 ---> free -m: 08:37:21 total used free shared buff/cache available 08:37:21 Mem: 16040 557 13270 0 2211 15161 08:37:21 Swap: 1023 0 1023 08:37:21 08:37:21 08:37:21 ---> ip addr: 08:37:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 08:37:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:37:21 inet 127.0.0.1/8 scope host lo 08:37:21 valid_lft forever preferred_lft forever 08:37:21 inet6 ::1/128 scope host 08:37:21 valid_lft forever preferred_lft forever 08:37:21 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 08:37:21 link/ether fa:16:3e:ac:7d:cc brd ff:ff:ff:ff:ff:ff 08:37:21 inet 10.30.107.89/23 brd 10.30.107.255 scope global dynamic ens3 08:37:21 valid_lft 86254sec preferred_lft 86254sec 08:37:21 inet6 fe80::f816:3eff:feac:7dcc/64 scope link 08:37:21 valid_lft forever preferred_lft forever 08:37:21 08:37:21 08:37:21 ---> sar -b -r -n DEV: 08:37:21 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-746) 03/01/26 _x86_64_ (4 CPU) 08:37:21 08:37:21 08:34:58 LINUX RESTART (4 CPU) 08:37:21 08:37:21 08:35:01 tps rtps wtps bread/s bwrtn/s 08:37:21 08:36:01 344.33 60.34 283.99 3814.83 49121.81 08:37:21 08:37:01 112.43 1.17 111.26 127.58 15927.08 08:37:21 Average: 228.38 30.75 197.63 1971.20 32524.45 08:37:21 08:37:21 08:35:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:37:21 08:36:01 13949212 15534548 2475756 15.07 57840 1726796 871812 4.99 756740 1503152 161916 08:37:21 08:37:01 13662900 15592000 2762068 16.82 85968 2023028 734408 4.20 722140 1786636 215300 08:37:21 Average: 13806056 15563274 2618912 15.94 71904 1874912 803110 4.60 739440 1644894 188608 08:37:21 08:37:21 08:35:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:37:21 08:36:01 ens3 483.79 320.58 2287.92 79.27 0.00 0.00 0.00 0.00 08:37:21 08:36:01 lo 2.67 2.67 0.29 0.29 0.00 0.00 0.00 0.00 08:37:21 08:37:01 ens3 64.86 48.93 922.86 12.26 0.00 0.00 0.00 0.00 08:37:21 08:37:01 lo 1.40 1.40 0.16 0.16 0.00 0.00 0.00 0.00 08:37:21 Average: ens3 274.32 184.75 1605.39 45.76 0.00 0.00 0.00 0.00 08:37:21 Average: lo 2.03 2.03 0.22 0.22 0.00 0.00 0.00 0.00 08:37:21 08:37:21 08:37:21 ---> sar -P ALL: 08:37:21 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-746) 03/01/26 _x86_64_ (4 CPU) 08:37:21 08:37:21 08:34:58 LINUX RESTART (4 CPU) 08:37:21 08:37:21 08:35:01 CPU %user %nice %system %iowait %steal %idle 08:37:21 08:36:01 all 22.65 0.00 3.34 4.41 0.07 69.54 08:37:21 08:36:01 0 20.28 0.00 2.56 5.57 0.05 71.53 08:37:21 08:36:01 1 29.95 0.00 4.65 7.75 0.08 57.57 08:37:21 08:36:01 2 20.15 0.00 3.04 1.57 0.07 75.17 08:37:21 08:36:01 3 20.22 0.00 3.08 2.77 0.07 73.86 08:37:21 08:37:01 all 21.17 0.00 1.74 1.52 0.05 75.52 08:37:21 08:37:01 0 8.92 0.00 1.05 3.01 0.07 86.95 08:37:21 08:37:01 1 48.08 0.00 3.12 0.84 0.07 47.90 08:37:21 08:37:01 2 15.59 0.00 1.64 2.09 0.05 80.63 08:37:21 08:37:01 3 12.07 0.00 1.12 0.12 0.02 86.67 08:37:21 Average: all 21.91 0.00 2.54 2.96 0.06 72.54 08:37:21 Average: 0 14.60 0.00 1.81 4.29 0.06 79.25 08:37:21 Average: 1 39.02 0.00 3.89 4.29 0.08 52.73 08:37:21 Average: 2 17.87 0.00 2.34 1.83 0.06 77.90 08:37:21 Average: 3 16.14 0.00 2.10 1.44 0.04 80.29 08:37:21 08:37:21 08:37:21