13:13:52 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143337 13:13:52 Running as SYSTEM 13:13:52 [EnvInject] - Loading node environment variables. 13:13:52 Building remotely on prd-ubuntu1804-builder-4c-4g-68 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 13:13:52 [ssh-agent] Looking for ssh-agent implementation... 13:13:52 $ ssh-agent 13:13:52 SSH_AUTH_SOCK=/tmp/ssh-JX8hfKzwuClq/agent.1613 13:13:52 SSH_AGENT_PID=1615 13:13:52 [ssh-agent] Started. 13:13:52 Running ssh-add (command line suppressed) 13:13:52 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_12645572323948932150.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_12645572323948932150.key) 13:13:52 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 13:13:52 The recommended git tool is: NONE 13:13:54 using credential onap-jenkins-ssh 13:13:54 Wiping out workspace first. 13:13:54 Cloning the remote Git repository 13:13:54 Cloning repository git://cloud.onap.org/mirror/oom.git 13:13:54 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 13:13:54 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 13:13:54 > git --version # timeout=10 13:13:54 > git --version # 'git version 2.17.1' 13:13:54 using GIT_SSH to set credentials Gerrit user 13:13:54 Verifying host key using manually-configured host key entries 13:13:54 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 13:13:59 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 13:13:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:14:00 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 13:14:00 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 13:14:00 using GIT_SSH to set credentials Gerrit user 13:14:00 Verifying host key using manually-configured host key entries 13:14:00 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/37/143337/8 # timeout=30 13:14:00 > git rev-parse 1cb7d82c9771764b43a9121ef4bcd124638e2f2e^{commit} # timeout=10 13:14:00 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 13:14:00 Checking out Revision 1cb7d82c9771764b43a9121ef4bcd124638e2f2e (refs/changes/37/143337/8) 13:14:00 > git config core.sparsecheckout # timeout=10 13:14:00 > git checkout -f 1cb7d82c9771764b43a9121ef4bcd124638e2f2e # timeout=30 13:14:03 Commit message: "Fix GroupAuthorizationException in ACM" 13:14:03 > git rev-parse FETCH_HEAD^{commit} # timeout=10 13:14:03 > git rev-list --no-walk 2ea5e11e61fca61a1cfd38ac0847165553d3fad0 # timeout=10 13:14:04 [EnvInject] - Injecting environment variables from a build step. 13:14:04 [EnvInject] - Injecting as environment variables the properties content 13:14:04 PYTHON=python3 13:14:04 13:14:04 [EnvInject] - Variables injected successfully. 13:14:04 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins13802595719014030784.sh 13:14:04 ---> tox-install.sh 13:14:04 + source /home/jenkins/lf-env.sh 13:14:04 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 13:14:04 ++ mktemp -d /tmp/venv-XXXX 13:14:04 + lf_venv=/tmp/venv-PkKY 13:14:04 + local venv_file=/tmp/.os_lf_venv 13:14:04 + local python=python3 13:14:04 + local options 13:14:04 + local set_path=true 13:14:04 + local install_args= 13:14:04 ++ 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 13:14:04 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 13:14:04 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 13:14:04 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 13:14:04 + true 13:14:04 + case $1 in 13:14:04 + venv_file=/tmp/.toxenv 13:14:04 + shift 2 13:14:04 + true 13:14:04 + case $1 in 13:14:04 + shift 13:14:04 + break 13:14:04 + case $python in 13:14:04 + local pkg_list= 13:14:04 + [[ -d /opt/pyenv ]] 13:14:04 + echo 'Setup pyenv:' 13:14:04 Setup pyenv: 13:14:04 + export PYENV_ROOT=/opt/pyenv 13:14:04 + PYENV_ROOT=/opt/pyenv 13:14:04 + 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 13:14:04 + 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 13:14:04 + pyenv versions 13:14:04 * system (set by /opt/pyenv/version) 13:14:04 * 3.8.13 (set by /opt/pyenv/version) 13:14:04 * 3.9.13 (set by /opt/pyenv/version) 13:14:04 * 3.10.6 (set by /opt/pyenv/version) 13:14:04 + command -v pyenv 13:14:04 ++ pyenv init - --no-rehash 13:14:04 + 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[*]}"'\'')" 13:14:04 export PATH="/opt/pyenv/shims:${PATH}" 13:14:04 export PYENV_SHELL=bash 13:14:04 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 13:14:04 pyenv() { 13:14:04 local command 13:14:04 command="${1:-}" 13:14:04 if [ "$#" -gt 0 ]; then 13:14:04 shift 13:14:04 fi 13:14:04 13:14:04 case "$command" in 13:14:04 rehash|shell) 13:14:04 eval "$(pyenv "sh-$command" "$@")" 13:14:04 ;; 13:14:04 *) 13:14:04 command pyenv "$command" "$@" 13:14:04 ;; 13:14:04 esac 13:14:04 }' 13:14:04 +++ 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[*]}"' 13:14:04 ++ 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 13:14:04 ++ 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 13:14:04 ++ 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 13:14:04 ++ export PYENV_SHELL=bash 13:14:04 ++ PYENV_SHELL=bash 13:14:04 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 13:14:04 +++ complete -F _pyenv pyenv 13:14:04 ++ lf-pyver python3 13:14:04 ++ local py_version_xy=python3 13:14:04 ++ local py_version_xyz= 13:14:04 ++ pyenv versions 13:14:04 ++ local command 13:14:04 ++ sed 's/^[ *]* //' 13:14:04 ++ grep -E '^[0-9.]*[0-9]$' 13:14:04 ++ awk '{ print $1 }' 13:14:04 ++ command=versions 13:14:04 ++ '[' 1 -gt 0 ']' 13:14:04 ++ shift 13:14:04 ++ case "$command" in 13:14:04 ++ command pyenv versions 13:14:04 ++ pyenv versions 13:14:04 ++ [[ ! -s /tmp/.pyenv_versions ]] 13:14:04 +++ grep '^3' /tmp/.pyenv_versions 13:14:04 +++ sort -V 13:14:04 +++ tail -n 1 13:14:04 ++ py_version_xyz=3.10.6 13:14:04 ++ [[ -z 3.10.6 ]] 13:14:04 ++ echo 3.10.6 13:14:04 ++ return 0 13:14:04 + pyenv local 3.10.6 13:14:04 + local command 13:14:04 + command=local 13:14:04 + '[' 2 -gt 0 ']' 13:14:04 + shift 13:14:04 + case "$command" in 13:14:04 + command pyenv local 3.10.6 13:14:04 + pyenv local 3.10.6 13:14:04 + for arg in "$@" 13:14:04 + case $arg in 13:14:04 + pkg_list+='tox ' 13:14:04 + for arg in "$@" 13:14:04 + case $arg in 13:14:04 + pkg_list+='virtualenv ' 13:14:04 + for arg in "$@" 13:14:04 + case $arg in 13:14:04 + pkg_list+='urllib3~=1.26.15 ' 13:14:04 + [[ -f /tmp/.toxenv ]] 13:14:04 + [[ ! -f /tmp/.toxenv ]] 13:14:04 + [[ -n '' ]] 13:14:04 + python3 -m venv /tmp/venv-PkKY 13:14:08 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PkKY' 13:14:08 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PkKY 13:14:08 + echo /tmp/venv-PkKY 13:14:08 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 13:14:08 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 13:14:08 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 13:14:08 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:14:08 + local 'pip_opts=--upgrade --quiet' 13:14:08 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 13:14:08 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 13:14:08 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 13:14:08 + [[ -n '' ]] 13:14:08 + [[ -n '' ]] 13:14:08 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 13:14:08 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:14:08 + /tmp/venv-PkKY/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 13:14:12 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 13:14:12 lf-activate-venv(): INFO: Base packages installed successfully 13:14:12 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 13:14:12 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 13:14:12 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 13:14:12 + /tmp/venv-PkKY/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 13:14:14 + type python3 13:14:14 + true 13:14:14 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-PkKY/bin to PATH' 13:14:14 lf-activate-venv(): INFO: Adding /tmp/venv-PkKY/bin to PATH 13:14:14 + PATH=/tmp/venv-PkKY/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 13:14:14 + return 0 13:14:14 + python3 --version 13:14:14 Python 3.10.6 13:14:14 + python3 -m pip --version 13:14:14 pip 26.0.1 from /tmp/venv-PkKY/lib/python3.10/site-packages/pip (python 3.10) 13:14:14 + python3 -m pip freeze 13:14:14 cachetools==7.0.1 13:14:14 colorama==0.4.6 13:14:14 distlib==0.4.0 13:14:14 filelock==3.24.3 13:14:14 packaging==26.0 13:14:14 platformdirs==4.9.2 13:14:14 pluggy==1.6.0 13:14:14 pyproject-api==1.10.0 13:14:14 python-discovery==1.1.0 13:14:14 tomli==2.4.0 13:14:14 tox==4.46.3 13:14:14 typing_extensions==4.15.0 13:14:14 urllib3==1.26.20 13:14:14 virtualenv==21.0.0 13:14:14 [EnvInject] - Injecting environment variables from a build step. 13:14:14 [EnvInject] - Injecting as environment variables the properties content 13:14:14 PARALLEL=false 13:14:14 13:14:14 [EnvInject] - Variables injected successfully. 13:14:14 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins16779952744432631677.sh 13:14:14 ---> tox-run.sh 13:14:14 + 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 13:14:14 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 13:14:14 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 13:14:14 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 13:14:14 + cd /w/workspace/oom-master-pre-commit-lint/. 13:14:14 + source /home/jenkins/lf-env.sh 13:14:14 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 13:14:14 ++ mktemp -d /tmp/venv-XXXX 13:14:14 + lf_venv=/tmp/venv-AZlj 13:14:14 + local venv_file=/tmp/.os_lf_venv 13:14:14 + local python=python3 13:14:14 + local options 13:14:14 + local set_path=true 13:14:14 + local install_args= 13:14:14 ++ 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 13:14:14 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 13:14:14 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 13:14:14 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 13:14:14 + true 13:14:14 + case $1 in 13:14:14 + venv_file=/tmp/.toxenv 13:14:14 + shift 2 13:14:14 + true 13:14:14 + case $1 in 13:14:14 + shift 13:14:14 + break 13:14:14 + case $python in 13:14:14 + local pkg_list= 13:14:14 + [[ -d /opt/pyenv ]] 13:14:14 + echo 'Setup pyenv:' 13:14:14 Setup pyenv: 13:14:14 + export PYENV_ROOT=/opt/pyenv 13:14:14 + PYENV_ROOT=/opt/pyenv 13:14:14 + 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 13:14:14 + 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 13:14:14 + pyenv versions 13:14:14 system 13:14:14 3.8.13 13:14:14 3.9.13 13:14:14 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 13:14:14 + command -v pyenv 13:14:14 ++ pyenv init - --no-rehash 13:14:14 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 13:14:14 export PATH="/opt/pyenv/shims:${PATH}" 13:14:14 export PYENV_SHELL=bash 13:14:14 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 13:14:14 pyenv() { 13:14:14 local command 13:14:14 command="${1:-}" 13:14:14 if [ "$#" -gt 0 ]; then 13:14:14 shift 13:14:14 fi 13:14:14 13:14:14 case "$command" in 13:14:14 rehash|shell) 13:14:14 eval "$(pyenv "sh-$command" "$@")" 13:14:14 ;; 13:14:14 *) 13:14:14 command pyenv "$command" "$@" 13:14:14 ;; 13:14:14 esac 13:14:14 }' 13:14:14 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 13:14:14 ++ 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 13:14:14 ++ 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 13:14:14 ++ 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 13:14:14 ++ export PYENV_SHELL=bash 13:14:14 ++ PYENV_SHELL=bash 13:14:14 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 13:14:14 +++ complete -F _pyenv pyenv 13:14:14 ++ lf-pyver python3 13:14:14 ++ local py_version_xy=python3 13:14:14 ++ local py_version_xyz= 13:14:14 ++ pyenv versions 13:14:14 ++ local command 13:14:14 ++ command=versions 13:14:14 ++ '[' 1 -gt 0 ']' 13:14:14 ++ awk '{ print $1 }' 13:14:14 ++ shift 13:14:14 ++ case "$command" in 13:14:14 ++ grep -E '^[0-9.]*[0-9]$' 13:14:14 ++ command pyenv versions 13:14:14 ++ pyenv versions 13:14:14 ++ sed 's/^[ *]* //' 13:14:14 ++ [[ ! -s /tmp/.pyenv_versions ]] 13:14:14 +++ grep '^3' /tmp/.pyenv_versions 13:14:14 +++ sort -V 13:14:14 +++ tail -n 1 13:14:14 ++ py_version_xyz=3.10.6 13:14:14 ++ [[ -z 3.10.6 ]] 13:14:14 ++ echo 3.10.6 13:14:14 ++ return 0 13:14:14 + pyenv local 3.10.6 13:14:14 + local command 13:14:14 + command=local 13:14:14 + '[' 2 -gt 0 ']' 13:14:14 + shift 13:14:14 + case "$command" in 13:14:14 + command pyenv local 3.10.6 13:14:14 + pyenv local 3.10.6 13:14:15 + for arg in "$@" 13:14:15 + case $arg in 13:14:15 + pkg_list+='tox ' 13:14:15 + for arg in "$@" 13:14:15 + case $arg in 13:14:15 + pkg_list+='virtualenv ' 13:14:15 + for arg in "$@" 13:14:15 + case $arg in 13:14:15 + pkg_list+='urllib3~=1.26.15 ' 13:14:15 + [[ -f /tmp/.toxenv ]] 13:14:15 ++ cat /tmp/.toxenv 13:14:15 + lf_venv=/tmp/venv-PkKY 13:14:15 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-PkKY from' file:/tmp/.toxenv 13:14:15 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-PkKY from file:/tmp/.toxenv 13:14:15 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 13:14:15 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:14:15 + local 'pip_opts=--upgrade --quiet' 13:14:15 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 13:14:15 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 13:14:15 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 13:14:15 + [[ -n '' ]] 13:14:15 + [[ -n '' ]] 13:14:15 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 13:14:15 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:14:15 + /tmp/venv-PkKY/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 13:14:15 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 13:14:15 lf-activate-venv(): INFO: Base packages installed successfully 13:14:15 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 13:14:15 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 13:14:15 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 13:14:15 + /tmp/venv-PkKY/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 13:14:16 + type python3 13:14:16 + true 13:14:16 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-PkKY/bin to PATH' 13:14:16 lf-activate-venv(): INFO: Adding /tmp/venv-PkKY/bin to PATH 13:14:16 + PATH=/tmp/venv-PkKY/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 13:14:16 + return 0 13:14:16 + [[ -d /opt/pyenv ]] 13:14:16 + echo '---> Setting up pyenv' 13:14:16 ---> Setting up pyenv 13:14:16 + export PYENV_ROOT=/opt/pyenv 13:14:16 + PYENV_ROOT=/opt/pyenv 13:14:16 + export PATH=/opt/pyenv/bin:/tmp/venv-PkKY/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 13:14:16 + PATH=/opt/pyenv/bin:/tmp/venv-PkKY/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 13:14:16 ++ pwd 13:14:16 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 13:14:16 + export PYTHONPATH 13:14:16 + export TOX_TESTENV_PASSENV=PYTHONPATH 13:14:16 + TOX_TESTENV_PASSENV=PYTHONPATH 13:14:16 + tox --version 13:14:17 4.46.3 from /tmp/venv-PkKY/lib/python3.10/site-packages/tox/__init__.py 13:14:17 + PARALLEL=false 13:14:17 + TOX_OPTIONS_LIST= 13:14:17 + [[ -n pre-commit ]] 13:14:17 + TOX_OPTIONS_LIST=' -e pre-commit' 13:14:17 + case ${PARALLEL,,} in 13:14:17 + tox -e pre-commit 13:14:17 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 13:14:18 pre-commit: install_deps> python -I -m pip install pre-commit 13:14:20 pre-commit: freeze> python -m pip freeze --all 13:14:20 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.0.0 13:14:20 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 13:14:21 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 13:14:21 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 13:14:22 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 13:14:23 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 13:14:24 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 13:14:24 [INFO] Once installed this environment will be reused. 13:14:24 [INFO] This may take a few minutes... 13:14:27 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 13:14:27 [INFO] Once installed this environment will be reused. 13:14:27 [INFO] This may take a few minutes... 13:14:32 trim trailing whitespace.................................................Passed 13:14:32 Tabs remover.............................................................Passed 13:14:32 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 13:14:32 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 13:14:32 [INFO] Once installed this environment will be reused. 13:14:32 [INFO] This may take a few minutes... 13:14:40 gitlint..............................................(no files to check)Skipped 13:14:40 pre-commit: OK (23.24=setup[3.36]+cmd[11.59,8.29] seconds) 13:14:40 congratulations :) (23.28 seconds) 13:14:40 + tox_status=0 13:14:40 + echo '---> Completed tox runs' 13:14:40 ---> Completed tox runs 13:14:40 + for i in .tox/*/log 13:14:40 ++ echo .tox/pre-commit/log 13:14:40 ++ awk -F/ '{print $2}' 13:14:40 + tox_env=pre-commit 13:14:40 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 13:14:40 + DOC_DIR=docs/_build/html 13:14:40 + [[ -d docs/_build/html ]] 13:14:40 + echo '---> tox-run.sh ends' 13:14:40 ---> tox-run.sh ends 13:14:40 + test 0 -eq 0 13:14:40 $ ssh-agent -k 13:14:40 unset SSH_AUTH_SOCK; 13:14:40 unset SSH_AGENT_PID; 13:14:40 echo Agent pid 1615 killed; 13:14:40 [ssh-agent] Stopped. 13:14:40 [PostBuildScript] - [INFO] Executing post build scripts. 13:14:40 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7910233269333525704.sh 13:14:40 ---> sysstat.sh 13:14:41 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7813025950574243305.sh 13:14:41 ---> package-listing.sh 13:14:41 ++ facter osfamily 13:14:41 ++ tr '[:upper:]' '[:lower:]' 13:14:41 + OS_FAMILY=debian 13:14:41 + workspace=/w/workspace/oom-master-pre-commit-lint 13:14:41 + START_PACKAGES=/tmp/packages_start.txt 13:14:41 + END_PACKAGES=/tmp/packages_end.txt 13:14:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:14:41 + PACKAGES=/tmp/packages_start.txt 13:14:41 + '[' /w/workspace/oom-master-pre-commit-lint ']' 13:14:41 + PACKAGES=/tmp/packages_end.txt 13:14:41 + case "${OS_FAMILY}" in 13:14:41 + dpkg -l 13:14:41 + grep '^ii' 13:14:41 + '[' -f /tmp/packages_start.txt ']' 13:14:41 + '[' -f /tmp/packages_end.txt ']' 13:14:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:14:41 + '[' /w/workspace/oom-master-pre-commit-lint ']' 13:14:41 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 13:14:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 13:14:41 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15430686727657664637.sh 13:14:41 ---> capture-instance-metadata.sh 13:14:41 Setup pyenv: 13:14:41 system 13:14:41 3.8.13 13:14:41 3.9.13 13:14:41 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 13:14:45 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-00cD 13:14:45 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 13:14:45 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:14:45 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:14:49 lf-activate-venv(): INFO: Base packages installed successfully 13:14:49 lf-activate-venv(): INFO: Installing additional packages: lftools 13:15:10 lf-activate-venv(): INFO: Adding /tmp/venv-00cD/bin to PATH 13:15:10 INFO: Running in OpenStack, capturing instance metadata 13:15:10 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins13314997714950733951.sh 13:15:10 provisioning config files... 13:15:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config10757986940984600222tmp 13:15:10 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 13:15:10 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 13:15:10 [EnvInject] - Injecting environment variables from a build step. 13:15:10 [EnvInject] - Injecting as environment variables the properties content 13:15:10 SERVER_ID=logs 13:15:10 13:15:10 [EnvInject] - Variables injected successfully. 13:15:10 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins612500868909913745.sh 13:15:10 ---> create-netrc.sh 13:15:11 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins11397689680558948406.sh 13:15:11 ---> python-tools-install.sh 13:15:11 Setup pyenv: 13:15:11 system 13:15:11 3.8.13 13:15:11 3.9.13 13:15:11 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 13:15:11 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-00cD from file:/tmp/.os_lf_venv 13:15:11 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:15:11 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:15:12 lf-activate-venv(): INFO: Base packages installed successfully 13:15:12 lf-activate-venv(): INFO: Installing additional packages: lftools 13:15:20 lf-activate-venv(): INFO: Adding /tmp/venv-00cD/bin to PATH 13:15:20 Generating Requirements File 13:15:36 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. 13:15:36 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 13:15:36 Python 3.10.6 13:15:37 pip 26.0.1 from /tmp/venv-00cD/lib/python3.10/site-packages/pip (python 3.10) 13:15:37 appdirs==1.4.4 13:15:37 argcomplete==3.6.3 13:15:37 aspy.yaml==1.3.0 13:15:37 attrs==25.4.0 13:15:37 autopage==0.6.0 13:15:37 backports.strenum==1.3.1 13:15:37 beautifulsoup4==4.14.3 13:15:37 boto3==1.42.57 13:15:37 botocore==1.42.57 13:15:37 bs4==0.0.2 13:15:37 certifi==2026.2.25 13:15:37 cffi==2.0.0 13:15:37 cfgv==3.5.0 13:15:37 chardet==6.0.0.post1 13:15:37 charset-normalizer==3.4.4 13:15:37 click==8.3.1 13:15:37 cliff==4.13.2 13:15:37 cmd2==3.2.2 13:15:37 cryptography==3.3.2 13:15:37 debtcollector==3.0.0 13:15:37 decorator==5.2.1 13:15:37 defusedxml==0.7.1 13:15:37 Deprecated==1.3.1 13:15:37 distlib==0.4.0 13:15:37 dnspython==2.8.0 13:15:37 docker==7.1.0 13:15:37 dogpile.cache==1.5.0 13:15:37 durationpy==0.10 13:15:37 email-validator==2.3.0 13:15:37 filelock==3.24.3 13:15:37 future==1.0.0 13:15:37 gitdb==4.0.12 13:15:37 GitPython==3.1.46 13:15:37 httplib2==0.30.2 13:15:37 identify==2.6.16 13:15:37 idna==3.11 13:15:37 importlib-resources==1.5.0 13:15:37 iso8601==2.1.0 13:15:37 Jinja2==3.1.6 13:15:37 jmespath==1.1.0 13:15:37 jsonpatch==1.33 13:15:37 jsonpointer==3.0.0 13:15:37 jsonschema==4.26.0 13:15:37 jsonschema-specifications==2025.9.1 13:15:37 keystoneauth1==5.13.1 13:15:37 kubernetes==35.0.0 13:15:37 lftools==0.37.21 13:15:37 lxml==6.0.2 13:15:37 markdown-it-py==4.0.0 13:15:37 MarkupSafe==3.0.3 13:15:37 mdurl==0.1.2 13:15:37 msgpack==1.1.2 13:15:37 multi_key_dict==2.0.3 13:15:37 munch==4.0.0 13:15:37 netaddr==1.3.0 13:15:37 niet==1.4.2 13:15:37 nodeenv==1.10.0 13:15:37 oauth2client==4.1.3 13:15:37 oauthlib==3.3.1 13:15:37 openstacksdk==4.10.0 13:15:37 os-service-types==1.8.2 13:15:37 osc-lib==4.4.0 13:15:37 oslo.config==10.3.0 13:15:37 oslo.context==6.3.0 13:15:37 oslo.i18n==6.7.2 13:15:37 oslo.log==8.1.0 13:15:37 oslo.serialization==5.9.1 13:15:37 oslo.utils==10.0.0 13:15:37 packaging==26.0 13:15:37 pbr==7.0.3 13:15:37 platformdirs==4.9.2 13:15:37 prettytable==3.17.0 13:15:37 psutil==7.2.2 13:15:37 pyasn1==0.6.2 13:15:37 pyasn1_modules==0.4.2 13:15:37 pycparser==3.0 13:15:37 pygerrit2==2.0.15 13:15:37 PyGithub==2.8.1 13:15:37 Pygments==2.19.2 13:15:37 PyJWT==2.11.0 13:15:37 PyNaCl==1.6.2 13:15:37 pyparsing==2.4.7 13:15:37 pyperclip==1.11.0 13:15:37 pyrsistent==0.20.0 13:15:37 python-cinderclient==9.8.0 13:15:37 python-dateutil==2.9.0.post0 13:15:37 python-discovery==1.1.0 13:15:37 python-heatclient==5.1.0 13:15:37 python-jenkins==1.8.3 13:15:37 python-keystoneclient==5.7.0 13:15:37 python-magnumclient==4.9.0 13:15:37 python-openstackclient==9.0.0 13:15:37 python-swiftclient==4.10.0 13:15:37 PyYAML==6.0.3 13:15:37 referencing==0.37.0 13:15:37 requests==2.32.5 13:15:37 requests-oauthlib==2.0.0 13:15:37 requestsexceptions==1.4.0 13:15:37 rfc3986==2.0.0 13:15:37 rich==14.3.3 13:15:37 rich-argparse==1.7.2 13:15:37 rpds-py==0.30.0 13:15:37 rsa==4.9.1 13:15:37 ruamel.yaml==0.19.1 13:15:37 ruamel.yaml.clib==0.2.15 13:15:37 s3transfer==0.16.0 13:15:37 simplejson==3.20.2 13:15:37 six==1.17.0 13:15:37 smmap==5.0.2 13:15:37 soupsieve==2.8.3 13:15:37 stevedore==5.7.0 13:15:37 tabulate==0.9.0 13:15:37 toml==0.10.2 13:15:37 tomlkit==0.14.0 13:15:37 tqdm==4.67.3 13:15:37 typing_extensions==4.15.0 13:15:37 urllib3==1.26.20 13:15:37 virtualenv==21.0.0 13:15:37 wcwidth==0.6.0 13:15:37 websocket-client==1.9.0 13:15:37 wrapt==2.1.1 13:15:37 xdg==6.0.0 13:15:37 xmltodict==1.0.4 13:15:37 yq==3.4.3 13:15:37 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5268700753759862603.sh 13:15:37 ---> sudo-logs.sh 13:15:37 Archiving 'sudo' log.. 13:15:37 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins2070588311789081712.sh 13:15:37 ---> job-cost.sh 13:15:37 INFO: Activating Python virtual environment... 13:15:37 Setup pyenv: 13:15:37 system 13:15:37 3.8.13 13:15:37 3.9.13 13:15:37 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 13:15:37 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-00cD from file:/tmp/.os_lf_venv 13:15:37 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:15:37 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:15:39 lf-activate-venv(): INFO: Base packages installed successfully 13:15:39 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 13:15:44 lf-activate-venv(): INFO: Adding /tmp/venv-00cD/bin to PATH 13:15:44 INFO: No stack-cost file found 13:15:44 INFO: Instance uptime: 135s 13:15:44 INFO: Fetching instance metadata (attempt 1 of 3)... 13:15:44 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 13:15:50 INFO: Successfully fetched instance metadata 13:15:50 INFO: Instance type: v3-standard-4 13:15:50 INFO: Retrieving pricing info for: v3-standard-4 13:15:50 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 13:15:50 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=135 13:15:50 INFO: Successfully fetched Vexxhost pricing API 13:15:50 INFO: Retrieved cost: 0.11 13:15:50 INFO: Retrieved resource: v3-standard-4 13:15:50 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 13:15:50 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 13:15:50 INFO: Successfully archived job cost data 13:15:50 DEBUG: Cost data: oom-master-pre-commit-lint,4459,2026-02-26 13:15:50,v3-standard-4,135,0.11,0.00,SUCCESS 13:15:50 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins17559399693924158415.sh 13:15:50 ---> logs-deploy.sh 13:15:50 Setup pyenv: 13:15:50 system 13:15:50 3.8.13 13:15:50 3.9.13 13:15:50 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 13:15:50 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-00cD from file:/tmp/.os_lf_venv 13:15:50 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:15:50 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:15:52 lf-activate-venv(): INFO: Base packages installed successfully 13:15:52 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 13:16:00 lf-activate-venv(): INFO: Adding /tmp/venv-00cD/bin to PATH 13:16:00 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4459 13:16:00 INFO: archiving workspace using pattern(s): 13:16:00 /tmp/venv-00cD/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! 13:16:00 warnings.warn( 13:16:01 Archives upload complete. 13:16:01 INFO: archiving logs to Nexus 13:16:01 /tmp/venv-00cD/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! 13:16:01 warnings.warn( 13:16:02 ---> uname -a: 13:16:02 Linux prd-ubuntu1804-builder-4c-4g-68 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 13:16:02 13:16:02 13:16:02 ---> lscpu: 13:16:02 Architecture: x86_64 13:16:02 CPU op-mode(s): 32-bit, 64-bit 13:16:02 Byte Order: Little Endian 13:16:02 CPU(s): 4 13:16:02 On-line CPU(s) list: 0-3 13:16:02 Thread(s) per core: 1 13:16:02 Core(s) per socket: 1 13:16:02 Socket(s): 4 13:16:02 NUMA node(s): 1 13:16:02 Vendor ID: AuthenticAMD 13:16:02 CPU family: 23 13:16:02 Model: 49 13:16:02 Model name: AMD EPYC-Rome Processor 13:16:02 Stepping: 0 13:16:02 CPU MHz: 2799.998 13:16:02 BogoMIPS: 5599.99 13:16:02 Virtualization: AMD-V 13:16:02 Hypervisor vendor: KVM 13:16:02 Virtualization type: full 13:16:02 L1d cache: 32K 13:16:02 L1i cache: 32K 13:16:02 L2 cache: 512K 13:16:02 L3 cache: 16384K 13:16:02 NUMA node0 CPU(s): 0-3 13:16:02 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 13:16:02 13:16:02 13:16:02 ---> nproc: 13:16:02 4 13:16:02 13:16:02 13:16:02 ---> df -h: 13:16:02 Filesystem Size Used Avail Use% Mounted on 13:16:02 udev 7.9G 0 7.9G 0% /dev 13:16:02 tmpfs 1.6G 676K 1.6G 1% /run 13:16:02 /dev/vda1 78G 8.4G 69G 11% / 13:16:02 tmpfs 7.9G 0 7.9G 0% /dev/shm 13:16:02 tmpfs 5.0M 0 5.0M 0% /run/lock 13:16:02 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 13:16:02 /dev/vda15 105M 4.4M 100M 5% /boot/efi 13:16:02 tmpfs 1.6G 0 1.6G 0% /run/user/1001 13:16:02 13:16:02 13:16:02 ---> free -m: 13:16:02 total used free shared buff/cache available 13:16:02 Mem: 16040 558 13266 0 2215 15161 13:16:02 Swap: 1023 0 1023 13:16:02 13:16:02 13:16:02 ---> ip addr: 13:16:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 13:16:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:16:02 inet 127.0.0.1/8 scope host lo 13:16:02 valid_lft forever preferred_lft forever 13:16:02 inet6 ::1/128 scope host 13:16:02 valid_lft forever preferred_lft forever 13:16:02 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 13:16:02 link/ether fa:16:3e:dc:28:86 brd ff:ff:ff:ff:ff:ff 13:16:02 inet 10.30.107.239/23 brd 10.30.107.255 scope global dynamic ens3 13:16:02 valid_lft 86254sec preferred_lft 86254sec 13:16:02 inet6 fe80::f816:3eff:fedc:2886/64 scope link 13:16:02 valid_lft forever preferred_lft forever 13:16:02 13:16:02 13:16:02 ---> sar -b -r -n DEV: 13:16:02 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-68) 02/26/26 _x86_64_ (4 CPU) 13:16:02 13:16:02 13:13:38 LINUX RESTART (4 CPU) 13:16:02 13:16:02 13:14:01 tps rtps wtps bread/s bwrtn/s 13:16:02 13:15:01 274.59 24.00 250.59 808.00 33868.62 13:16:02 13:16:01 114.71 1.83 112.88 148.24 32216.23 13:16:02 Average: 194.65 12.91 181.74 478.12 33042.43 13:16:02 13:16:02 13:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:16:02 13:15:01 13779960 15483600 2645000 16.10 65976 1833016 861168 4.93 819872 1598736 122340 13:16:02 13:16:01 13645920 15585884 2779040 16.92 87440 2032604 717952 4.11 733340 1788804 90416 13:16:02 Average: 13712940 15534742 2712020 16.51 76708 1932810 789560 4.52 776606 1693770 106378 13:16:02 13:16:02 13:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:16:02 13:15:01 ens3 139.71 92.73 1488.91 23.61 0.00 0.00 0.00 0.00 13:16:02 13:15:01 lo 2.67 2.67 0.30 0.30 0.00 0.00 0.00 0.00 13:16:02 13:16:01 ens3 37.13 29.20 274.99 10.33 0.00 0.00 0.00 0.00 13:16:02 13:16:01 lo 1.27 1.27 0.13 0.13 0.00 0.00 0.00 0.00 13:16:02 Average: ens3 88.42 60.96 881.95 16.97 0.00 0.00 0.00 0.00 13:16:02 Average: lo 1.97 1.97 0.22 0.22 0.00 0.00 0.00 0.00 13:16:02 13:16:02 13:16:02 ---> sar -P ALL: 13:16:02 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-68) 02/26/26 _x86_64_ (4 CPU) 13:16:02 13:16:02 13:13:38 LINUX RESTART (4 CPU) 13:16:02 13:16:02 13:14:01 CPU %user %nice %system %iowait %steal %idle 13:16:02 13:15:01 all 22.30 0.00 2.29 2.11 0.07 73.24 13:16:02 13:15:01 0 20.99 0.00 2.76 6.34 0.07 69.84 13:16:02 13:15:01 1 27.29 0.00 2.34 0.38 0.08 69.91 13:16:02 13:15:01 2 15.75 0.00 1.57 1.19 0.07 81.42 13:16:02 13:15:01 3 25.10 0.00 2.52 0.55 0.07 71.77 13:16:02 13:16:01 all 19.80 0.00 1.40 1.23 0.05 77.51 13:16:02 13:16:01 0 4.25 0.00 0.70 2.13 0.02 92.90 13:16:02 13:16:01 1 9.88 0.00 0.69 0.18 0.03 89.22 13:16:02 13:16:01 2 24.77 0.00 2.09 1.29 0.05 71.81 13:16:02 13:16:01 3 40.47 0.00 2.12 1.32 0.07 56.03 13:16:02 Average: all 21.05 0.00 1.84 1.67 0.06 75.38 13:16:02 Average: 0 12.61 0.00 1.73 4.23 0.04 81.39 13:16:02 Average: 1 18.56 0.00 1.51 0.28 0.06 79.59 13:16:02 Average: 2 20.27 0.00 1.83 1.24 0.06 76.61 13:16:02 Average: 3 32.78 0.00 2.32 0.93 0.07 63.90 13:16:02 13:16:02 13:16:02