07:11:45 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143385 07:11:45 Running as SYSTEM 07:11:45 [EnvInject] - Loading node environment variables. 07:11:45 Building remotely on prd-ubuntu1804-builder-4c-4g-19975 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 07:11:45 [ssh-agent] Looking for ssh-agent implementation... 07:11:45 $ ssh-agent 07:11:46 SSH_AUTH_SOCK=/tmp/ssh-O7jnOdZgSKDv/agent.1683 07:11:46 SSH_AGENT_PID=1685 07:11:46 [ssh-agent] Started. 07:11:46 Running ssh-add (command line suppressed) 07:11:46 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_6178479869785973091.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_6178479869785973091.key) 07:11:46 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 07:11:46 The recommended git tool is: NONE 07:11:47 using credential onap-jenkins-ssh 07:11:47 Wiping out workspace first. 07:11:47 Cloning the remote Git repository 07:11:47 Cloning repository git://cloud.onap.org/mirror/oom.git 07:11:47 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 07:11:47 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 07:11:47 > git --version # timeout=10 07:11:47 > git --version # 'git version 2.17.1' 07:11:47 using GIT_SSH to set credentials Gerrit user 07:11:47 Verifying host key using manually-configured host key entries 07:11:47 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 07:11:52 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 07:11:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:11:52 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 07:11:52 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 07:11:52 using GIT_SSH to set credentials Gerrit user 07:11:52 Verifying host key using manually-configured host key entries 07:11:52 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/85/143385/1 # timeout=30 07:11:53 > git rev-parse c2e4d2b04151cd5c542c6902a5b33128963c2ffe^{commit} # timeout=10 07:11:53 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 07:11:53 Checking out Revision c2e4d2b04151cd5c542c6902a5b33128963c2ffe (refs/changes/85/143385/1) 07:11:53 > git config core.sparsecheckout # timeout=10 07:11:53 > git checkout -f c2e4d2b04151cd5c542c6902a5b33128963c2ffe # timeout=30 07:11:56 Commit message: "[AAI] Fix sometimes missing AAI root models" 07:11:56 > git rev-parse FETCH_HEAD^{commit} # timeout=10 07:11:56 > git rev-list --no-walk 8d08e253a1112049d7eccc28ca516a7a656639ff # timeout=10 07:11:57 [EnvInject] - Injecting environment variables from a build step. 07:11:57 [EnvInject] - Injecting as environment variables the properties content 07:11:57 PYTHON=python3 07:11:57 07:11:57 [EnvInject] - Variables injected successfully. 07:11:57 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins11006504419786169463.sh 07:11:57 ---> tox-install.sh 07:11:57 + source /home/jenkins/lf-env.sh 07:11:57 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 07:11:57 ++ mktemp -d /tmp/venv-XXXX 07:11:57 + lf_venv=/tmp/venv-ZvEK 07:11:57 + local venv_file=/tmp/.os_lf_venv 07:11:57 + local python=python3 07:11:57 + local options 07:11:57 + local set_path=true 07:11:57 + local install_args= 07:11:57 ++ 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:11:57 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:11:57 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:11:57 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 07:11:57 + true 07:11:57 + case $1 in 07:11:57 + venv_file=/tmp/.toxenv 07:11:57 + shift 2 07:11:57 + true 07:11:57 + case $1 in 07:11:57 + shift 07:11:57 + break 07:11:57 + case $python in 07:11:57 + local pkg_list= 07:11:57 + [[ -d /opt/pyenv ]] 07:11:57 + echo 'Setup pyenv:' 07:11:57 Setup pyenv: 07:11:57 + export PYENV_ROOT=/opt/pyenv 07:11:57 + PYENV_ROOT=/opt/pyenv 07:11:57 + 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:11:57 + 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:11:57 + pyenv versions 07:11:57 * system (set by /opt/pyenv/version) 07:11:57 * 3.8.13 (set by /opt/pyenv/version) 07:11:57 * 3.9.13 (set by /opt/pyenv/version) 07:11:57 * 3.10.6 (set by /opt/pyenv/version) 07:11:57 + command -v pyenv 07:11:57 ++ pyenv init - --no-rehash 07:11:57 + 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:11:57 export PATH="/opt/pyenv/shims:${PATH}" 07:11:57 export PYENV_SHELL=bash 07:11:57 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 07:11:57 pyenv() { 07:11:57 local command 07:11:57 command="${1:-}" 07:11:57 if [ "$#" -gt 0 ]; then 07:11:57 shift 07:11:57 fi 07:11:57 07:11:57 case "$command" in 07:11:57 rehash|shell) 07:11:57 eval "$(pyenv "sh-$command" "$@")" 07:11:57 ;; 07:11:57 *) 07:11:57 command pyenv "$command" "$@" 07:11:57 ;; 07:11:57 esac 07:11:57 }' 07:11:57 +++ 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:11:57 ++ 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:11:57 ++ 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:11:57 ++ 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:11:57 ++ export PYENV_SHELL=bash 07:11:57 ++ PYENV_SHELL=bash 07:11:57 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 07:11:57 +++ complete -F _pyenv pyenv 07:11:57 ++ lf-pyver python3 07:11:57 ++ local py_version_xy=python3 07:11:57 ++ local py_version_xyz= 07:11:57 ++ pyenv versions 07:11:57 ++ local command 07:11:57 ++ command=versions 07:11:57 ++ sed 's/^[ *]* //' 07:11:57 ++ '[' 1 -gt 0 ']' 07:11:57 ++ awk '{ print $1 }' 07:11:57 ++ grep -E '^[0-9.]*[0-9]$' 07:11:57 ++ shift 07:11:57 ++ case "$command" in 07:11:57 ++ command pyenv versions 07:11:57 ++ pyenv versions 07:11:57 ++ [[ ! -s /tmp/.pyenv_versions ]] 07:11:57 +++ grep '^3' /tmp/.pyenv_versions 07:11:57 +++ sort -V 07:11:57 +++ tail -n 1 07:11:57 ++ py_version_xyz=3.10.6 07:11:57 ++ [[ -z 3.10.6 ]] 07:11:57 ++ echo 3.10.6 07:11:57 ++ return 0 07:11:57 + pyenv local 3.10.6 07:11:57 + local command 07:11:57 + command=local 07:11:57 + '[' 2 -gt 0 ']' 07:11:57 + shift 07:11:57 + case "$command" in 07:11:57 + command pyenv local 3.10.6 07:11:57 + pyenv local 3.10.6 07:11:57 + for arg in "$@" 07:11:57 + case $arg in 07:11:57 + pkg_list+='tox ' 07:11:57 + for arg in "$@" 07:11:57 + case $arg in 07:11:57 + pkg_list+='virtualenv ' 07:11:57 + for arg in "$@" 07:11:57 + case $arg in 07:11:57 + pkg_list+='urllib3~=1.26.15 ' 07:11:57 + [[ -f /tmp/.toxenv ]] 07:11:57 + [[ ! -f /tmp/.toxenv ]] 07:11:57 + [[ -n '' ]] 07:11:57 + python3 -m venv /tmp/venv-ZvEK 07:12:01 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZvEK' 07:12:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZvEK 07:12:01 + echo /tmp/venv-ZvEK 07:12:01 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 07:12:01 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 07:12:01 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 07:12:01 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:12:01 + local 'pip_opts=--upgrade --quiet' 07:12:01 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 07:12:01 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 07:12:01 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 07:12:01 + [[ -n '' ]] 07:12:01 + [[ -n '' ]] 07:12:01 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 07:12:01 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:12:01 + /tmp/venv-ZvEK/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:12:05 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 07:12:05 lf-activate-venv(): INFO: Base packages installed successfully 07:12:05 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 07:12:05 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 07:12:05 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 07:12:05 + /tmp/venv-ZvEK/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:12:06 + type python3 07:12:06 + true 07:12:06 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-ZvEK/bin to PATH' 07:12:06 lf-activate-venv(): INFO: Adding /tmp/venv-ZvEK/bin to PATH 07:12:06 + PATH=/tmp/venv-ZvEK/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:12:06 + return 0 07:12:06 + python3 --version 07:12:06 Python 3.10.6 07:12:06 + python3 -m pip --version 07:12:07 pip 26.0.1 from /tmp/venv-ZvEK/lib/python3.10/site-packages/pip (python 3.10) 07:12:07 + python3 -m pip freeze 07:12:07 cachetools==7.0.1 07:12:07 colorama==0.4.6 07:12:07 distlib==0.4.0 07:12:07 filelock==3.24.3 07:12:07 packaging==26.0 07:12:07 platformdirs==4.9.2 07:12:07 pluggy==1.6.0 07:12:07 pyproject-api==1.10.0 07:12:07 tomli==2.4.0 07:12:07 tox==4.46.0 07:12:07 typing_extensions==4.15.0 07:12:07 urllib3==1.26.20 07:12:07 virtualenv==20.39.0 07:12:07 [EnvInject] - Injecting environment variables from a build step. 07:12:07 [EnvInject] - Injecting as environment variables the properties content 07:12:07 PARALLEL=false 07:12:07 07:12:07 [EnvInject] - Variables injected successfully. 07:12:07 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins12166797624045009229.sh 07:12:07 ---> tox-run.sh 07:12:07 + 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:12:07 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 07:12:07 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 07:12:07 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 07:12:07 + cd /w/workspace/oom-master-pre-commit-lint/. 07:12:07 + source /home/jenkins/lf-env.sh 07:12:07 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 07:12:07 ++ mktemp -d /tmp/venv-XXXX 07:12:07 + lf_venv=/tmp/venv-ZYbv 07:12:07 + local venv_file=/tmp/.os_lf_venv 07:12:07 + local python=python3 07:12:07 + local options 07:12:07 + local set_path=true 07:12:07 + local install_args= 07:12:07 ++ 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:12:07 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:12:07 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:12:07 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 07:12:07 + true 07:12:07 + case $1 in 07:12:07 + venv_file=/tmp/.toxenv 07:12:07 + shift 2 07:12:07 + true 07:12:07 + case $1 in 07:12:07 + shift 07:12:07 + break 07:12:07 + case $python in 07:12:07 + local pkg_list= 07:12:07 + [[ -d /opt/pyenv ]] 07:12:07 + echo 'Setup pyenv:' 07:12:07 Setup pyenv: 07:12:07 + export PYENV_ROOT=/opt/pyenv 07:12:07 + PYENV_ROOT=/opt/pyenv 07:12:07 + 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:12:07 + 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:12:07 + pyenv versions 07:12:07 system 07:12:07 3.8.13 07:12:07 3.9.13 07:12:07 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:12:07 + command -v pyenv 07:12:07 ++ pyenv init - --no-rehash 07:12:07 + 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:12:07 export PATH="/opt/pyenv/shims:${PATH}" 07:12:07 export PYENV_SHELL=bash 07:12:07 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 07:12:07 pyenv() { 07:12:07 local command 07:12:07 command="${1:-}" 07:12:07 if [ "$#" -gt 0 ]; then 07:12:07 shift 07:12:07 fi 07:12:07 07:12:07 case "$command" in 07:12:07 rehash|shell) 07:12:07 eval "$(pyenv "sh-$command" "$@")" 07:12:07 ;; 07:12:07 *) 07:12:07 command pyenv "$command" "$@" 07:12:07 ;; 07:12:07 esac 07:12:07 }' 07:12:07 +++ 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:12:07 ++ 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:12:07 ++ 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:12:07 ++ 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:12:07 ++ export PYENV_SHELL=bash 07:12:07 ++ PYENV_SHELL=bash 07:12:07 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 07:12:07 +++ complete -F _pyenv pyenv 07:12:07 ++ lf-pyver python3 07:12:07 ++ local py_version_xy=python3 07:12:07 ++ local py_version_xyz= 07:12:07 ++ pyenv versions 07:12:07 ++ local command 07:12:07 ++ command=versions 07:12:07 ++ '[' 1 -gt 0 ']' 07:12:07 ++ shift 07:12:07 ++ case "$command" in 07:12:07 ++ command pyenv versions 07:12:07 ++ pyenv versions 07:12:07 ++ sed 's/^[ *]* //' 07:12:07 ++ awk '{ print $1 }' 07:12:07 ++ grep -E '^[0-9.]*[0-9]$' 07:12:07 ++ [[ ! -s /tmp/.pyenv_versions ]] 07:12:07 +++ sort -V 07:12:07 +++ grep '^3' /tmp/.pyenv_versions 07:12:07 +++ tail -n 1 07:12:07 ++ py_version_xyz=3.10.6 07:12:07 ++ [[ -z 3.10.6 ]] 07:12:07 ++ echo 3.10.6 07:12:07 ++ return 0 07:12:07 + pyenv local 3.10.6 07:12:07 + local command 07:12:07 + command=local 07:12:07 + '[' 2 -gt 0 ']' 07:12:07 + shift 07:12:07 + case "$command" in 07:12:07 + command pyenv local 3.10.6 07:12:07 + pyenv local 3.10.6 07:12:07 + for arg in "$@" 07:12:07 + case $arg in 07:12:07 + pkg_list+='tox ' 07:12:07 + for arg in "$@" 07:12:07 + case $arg in 07:12:07 + pkg_list+='virtualenv ' 07:12:07 + for arg in "$@" 07:12:07 + case $arg in 07:12:07 + pkg_list+='urllib3~=1.26.15 ' 07:12:07 + [[ -f /tmp/.toxenv ]] 07:12:07 ++ cat /tmp/.toxenv 07:12:07 + lf_venv=/tmp/venv-ZvEK 07:12:07 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ZvEK from' file:/tmp/.toxenv 07:12:07 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ZvEK from file:/tmp/.toxenv 07:12:07 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 07:12:07 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:12:07 + local 'pip_opts=--upgrade --quiet' 07:12:07 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 07:12:07 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 07:12:07 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 07:12:07 + [[ -n '' ]] 07:12:07 + [[ -n '' ]] 07:12:07 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 07:12:07 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:12:07 + /tmp/venv-ZvEK/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:12:09 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 07:12:09 lf-activate-venv(): INFO: Base packages installed successfully 07:12:09 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 07:12:09 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 07:12:09 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 07:12:09 + /tmp/venv-ZvEK/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:12:11 + type python3 07:12:11 + true 07:12:11 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-ZvEK/bin to PATH' 07:12:11 lf-activate-venv(): INFO: Adding /tmp/venv-ZvEK/bin to PATH 07:12:11 + PATH=/tmp/venv-ZvEK/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:12:11 + return 0 07:12:11 + [[ -d /opt/pyenv ]] 07:12:11 + echo '---> Setting up pyenv' 07:12:11 ---> Setting up pyenv 07:12:11 + export PYENV_ROOT=/opt/pyenv 07:12:11 + PYENV_ROOT=/opt/pyenv 07:12:11 + export PATH=/opt/pyenv/bin:/tmp/venv-ZvEK/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:12:11 + PATH=/opt/pyenv/bin:/tmp/venv-ZvEK/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:12:11 ++ pwd 07:12:11 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 07:12:11 + export PYTHONPATH 07:12:11 + export TOX_TESTENV_PASSENV=PYTHONPATH 07:12:11 + TOX_TESTENV_PASSENV=PYTHONPATH 07:12:11 + tox --version 07:12:11 4.46.0 from /tmp/venv-ZvEK/lib/python3.10/site-packages/tox/__init__.py 07:12:11 + PARALLEL=false 07:12:11 + TOX_OPTIONS_LIST= 07:12:11 + [[ -n pre-commit ]] 07:12:11 + TOX_OPTIONS_LIST=' -e pre-commit' 07:12:11 + case ${PARALLEL,,} in 07:12:11 + tox -e pre-commit 07:12:11 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 07:12:12 pre-commit: install_deps> python -I -m pip install pre-commit 07:12:15 pre-commit: freeze> python -m pip freeze --all 07:12:15 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,PyYAML==6.0.3,setuptools==82.0.0,typing_extensions==4.15.0,virtualenv==20.39.0 07:12:15 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 07:12:15 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 07:12:16 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 07:12:16 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 07:12:17 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 07:12:17 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 07:12:17 [INFO] Once installed this environment will be reused. 07:12:17 [INFO] This may take a few minutes... 07:12:22 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 07:12:22 [INFO] Once installed this environment will be reused. 07:12:22 [INFO] This may take a few minutes... 07:12:26 trim trailing whitespace.................................................Passed 07:12:26 Tabs remover.............................................................Passed 07:12:26 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 07:12:27 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 07:12:27 [INFO] Once installed this environment will be reused. 07:12:27 [INFO] This may take a few minutes... 07:12:35 gitlint..............................................(no files to check)Skipped 07:12:35 pre-commit: OK (23.15=setup[3.56]+cmd[11.43,8.16] seconds) 07:12:35 congratulations :) (23.19 seconds) 07:12:35 + tox_status=0 07:12:35 + echo '---> Completed tox runs' 07:12:35 ---> Completed tox runs 07:12:35 + for i in .tox/*/log 07:12:35 ++ echo .tox/pre-commit/log 07:12:35 ++ awk -F/ '{print $2}' 07:12:35 + tox_env=pre-commit 07:12:35 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 07:12:35 + DOC_DIR=docs/_build/html 07:12:35 + [[ -d docs/_build/html ]] 07:12:35 + echo '---> tox-run.sh ends' 07:12:35 ---> tox-run.sh ends 07:12:35 + test 0 -eq 0 07:12:35 $ ssh-agent -k 07:12:35 unset SSH_AUTH_SOCK; 07:12:35 unset SSH_AGENT_PID; 07:12:35 echo Agent pid 1685 killed; 07:12:35 [ssh-agent] Stopped. 07:12:35 [PostBuildScript] - [INFO] Executing post build scripts. 07:12:35 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins25595366411772255.sh 07:12:35 ---> sysstat.sh 07:12:35 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins13230770071617258997.sh 07:12:35 ---> package-listing.sh 07:12:35 ++ tr '[:upper:]' '[:lower:]' 07:12:35 ++ facter osfamily 07:12:35 + OS_FAMILY=debian 07:12:35 + workspace=/w/workspace/oom-master-pre-commit-lint 07:12:35 + START_PACKAGES=/tmp/packages_start.txt 07:12:35 + END_PACKAGES=/tmp/packages_end.txt 07:12:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:12:35 + PACKAGES=/tmp/packages_start.txt 07:12:35 + '[' /w/workspace/oom-master-pre-commit-lint ']' 07:12:35 + PACKAGES=/tmp/packages_end.txt 07:12:35 + case "${OS_FAMILY}" in 07:12:35 + dpkg -l 07:12:35 + grep '^ii' 07:12:35 + '[' -f /tmp/packages_start.txt ']' 07:12:35 + '[' -f /tmp/packages_end.txt ']' 07:12:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:12:35 + '[' /w/workspace/oom-master-pre-commit-lint ']' 07:12:35 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 07:12:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 07:12:35 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins12099755464936326474.sh 07:12:35 ---> capture-instance-metadata.sh 07:12:35 Setup pyenv: 07:12:35 system 07:12:35 3.8.13 07:12:35 3.9.13 07:12:35 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:12:39 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-q7F8 07:12:39 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 07:12:39 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:12:39 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:12:43 lf-activate-venv(): INFO: Base packages installed successfully 07:12:43 lf-activate-venv(): INFO: Installing additional packages: lftools 07:13:08 lf-activate-venv(): INFO: Adding /tmp/venv-q7F8/bin to PATH 07:13:08 INFO: Running in OpenStack, capturing instance metadata 07:13:08 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins4247569544491045929.sh 07:13:08 provisioning config files... 07:13:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config2350441727202234555tmp 07:13:08 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 07:13:08 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 07:13:08 [EnvInject] - Injecting environment variables from a build step. 07:13:08 [EnvInject] - Injecting as environment variables the properties content 07:13:08 SERVER_ID=logs 07:13:08 07:13:08 [EnvInject] - Variables injected successfully. 07:13:08 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins4410090620514128371.sh 07:13:08 ---> create-netrc.sh 07:13:09 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins2040014837161552350.sh 07:13:09 ---> python-tools-install.sh 07:13:09 Setup pyenv: 07:13:09 system 07:13:09 3.8.13 07:13:09 3.9.13 07:13:09 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:13:09 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-q7F8 from file:/tmp/.os_lf_venv 07:13:09 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:13:09 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:13:11 lf-activate-venv(): INFO: Base packages installed successfully 07:13:11 lf-activate-venv(): INFO: Installing additional packages: lftools 07:13:18 lf-activate-venv(): INFO: Adding /tmp/venv-q7F8/bin to PATH 07:13:18 Generating Requirements File 07:13:35 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:13:35 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 07:13:35 Python 3.10.6 07:13:36 pip 26.0.1 from /tmp/venv-q7F8/lib/python3.10/site-packages/pip (python 3.10) 07:13:36 appdirs==1.4.4 07:13:36 argcomplete==3.6.3 07:13:36 aspy.yaml==1.3.0 07:13:36 attrs==25.4.0 07:13:36 autopage==0.6.0 07:13:36 backports.strenum==1.3.1 07:13:36 beautifulsoup4==4.14.3 07:13:36 boto3==1.42.56 07:13:36 botocore==1.42.56 07:13:36 bs4==0.0.2 07:13:36 certifi==2026.2.25 07:13:36 cffi==2.0.0 07:13:36 cfgv==3.5.0 07:13:36 chardet==6.0.0.post1 07:13:36 charset-normalizer==3.4.4 07:13:36 click==8.3.1 07:13:36 cliff==4.13.2 07:13:36 cmd2==3.2.2 07:13:36 cryptography==3.3.2 07:13:36 debtcollector==3.0.0 07:13:36 decorator==5.2.1 07:13:36 defusedxml==0.7.1 07:13:36 Deprecated==1.3.1 07:13:36 distlib==0.4.0 07:13:36 dnspython==2.8.0 07:13:36 docker==7.1.0 07:13:36 dogpile.cache==1.5.0 07:13:36 durationpy==0.10 07:13:36 email-validator==2.3.0 07:13:36 filelock==3.24.3 07:13:36 future==1.0.0 07:13:36 gitdb==4.0.12 07:13:36 GitPython==3.1.46 07:13:36 httplib2==0.30.2 07:13:36 identify==2.6.16 07:13:36 idna==3.11 07:13:36 importlib-resources==1.5.0 07:13:36 iso8601==2.1.0 07:13:36 Jinja2==3.1.6 07:13:36 jmespath==1.1.0 07:13:36 jsonpatch==1.33 07:13:36 jsonpointer==3.0.0 07:13:36 jsonschema==4.26.0 07:13:36 jsonschema-specifications==2025.9.1 07:13:36 keystoneauth1==5.13.1 07:13:36 kubernetes==35.0.0 07:13:36 lftools==0.37.21 07:13:36 lxml==6.0.2 07:13:36 markdown-it-py==4.0.0 07:13:36 MarkupSafe==3.0.3 07:13:36 mdurl==0.1.2 07:13:36 msgpack==1.1.2 07:13:36 multi_key_dict==2.0.3 07:13:36 munch==4.0.0 07:13:36 netaddr==1.3.0 07:13:36 niet==1.4.2 07:13:36 nodeenv==1.10.0 07:13:36 oauth2client==4.1.3 07:13:36 oauthlib==3.3.1 07:13:36 openstacksdk==4.10.0 07:13:36 os-service-types==1.8.2 07:13:36 osc-lib==4.4.0 07:13:36 oslo.config==10.3.0 07:13:36 oslo.context==6.3.0 07:13:36 oslo.i18n==6.7.2 07:13:36 oslo.log==8.1.0 07:13:36 oslo.serialization==5.9.1 07:13:36 oslo.utils==10.0.0 07:13:36 packaging==26.0 07:13:36 pbr==7.0.3 07:13:36 platformdirs==4.9.2 07:13:36 prettytable==3.17.0 07:13:36 psutil==7.2.2 07:13:36 pyasn1==0.6.2 07:13:36 pyasn1_modules==0.4.2 07:13:36 pycparser==3.0 07:13:36 pygerrit2==2.0.15 07:13:36 PyGithub==2.8.1 07:13:36 Pygments==2.19.2 07:13:36 PyJWT==2.11.0 07:13:36 PyNaCl==1.6.2 07:13:36 pyparsing==2.4.7 07:13:36 pyperclip==1.11.0 07:13:36 pyrsistent==0.20.0 07:13:36 python-cinderclient==9.8.0 07:13:36 python-dateutil==2.9.0.post0 07:13:36 python-heatclient==5.0.0 07:13:36 python-jenkins==1.8.3 07:13:36 python-keystoneclient==5.7.0 07:13:36 python-magnumclient==4.9.0 07:13:36 python-openstackclient==9.0.0 07:13:36 python-swiftclient==4.9.0 07:13:36 PyYAML==6.0.3 07:13:36 referencing==0.37.0 07:13:36 requests==2.32.5 07:13:36 requests-oauthlib==2.0.0 07:13:36 requestsexceptions==1.4.0 07:13:36 rfc3986==2.0.0 07:13:36 rich==14.3.3 07:13:36 rich-argparse==1.7.2 07:13:36 rpds-py==0.30.0 07:13:36 rsa==4.9.1 07:13:36 ruamel.yaml==0.19.1 07:13:36 ruamel.yaml.clib==0.2.15 07:13:36 s3transfer==0.16.0 07:13:36 simplejson==3.20.2 07:13:36 six==1.17.0 07:13:36 smmap==5.0.2 07:13:36 soupsieve==2.8.3 07:13:36 stevedore==5.7.0 07:13:36 tabulate==0.9.0 07:13:36 toml==0.10.2 07:13:36 tomlkit==0.14.0 07:13:36 tqdm==4.67.3 07:13:36 typing_extensions==4.15.0 07:13:36 urllib3==1.26.20 07:13:36 virtualenv==20.39.0 07:13:36 wcwidth==0.6.0 07:13:36 websocket-client==1.9.0 07:13:36 wrapt==2.1.1 07:13:36 xdg==6.0.0 07:13:36 xmltodict==1.0.4 07:13:36 yq==3.4.3 07:13:36 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins10186281836195363835.sh 07:13:36 ---> sudo-logs.sh 07:13:36 Archiving 'sudo' log.. 07:13:36 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins17035083289592417831.sh 07:13:36 ---> job-cost.sh 07:13:36 INFO: Activating Python virtual environment... 07:13:36 Setup pyenv: 07:13:36 system 07:13:36 3.8.13 07:13:36 3.9.13 07:13:36 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:13:36 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-q7F8 from file:/tmp/.os_lf_venv 07:13:36 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:13:36 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:13:38 lf-activate-venv(): INFO: Base packages installed successfully 07:13:38 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 07:13:43 lf-activate-venv(): INFO: Adding /tmp/venv-q7F8/bin to PATH 07:13:43 INFO: No stack-cost file found 07:13:43 INFO: Instance uptime: 147s 07:13:43 INFO: Fetching instance metadata (attempt 1 of 3)... 07:13:43 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 07:13:44 INFO: Successfully fetched instance metadata 07:13:44 INFO: Instance type: v3-standard-4 07:13:44 INFO: Retrieving pricing info for: v3-standard-4 07:13:44 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 07:13:44 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=147 07:13:44 INFO: Successfully fetched Vexxhost pricing API 07:13:44 INFO: Retrieved cost: 0.11 07:13:44 INFO: Retrieved resource: v3-standard-4 07:13:44 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 07:13:44 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 07:13:44 INFO: Successfully archived job cost data 07:13:44 DEBUG: Cost data: oom-master-pre-commit-lint,4450,2026-02-25 07:13:44,v3-standard-4,147,0.11,0.00,SUCCESS 07:13:44 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins10692594116893645176.sh 07:13:44 ---> logs-deploy.sh 07:13:44 Setup pyenv: 07:13:44 system 07:13:44 3.8.13 07:13:44 3.9.13 07:13:44 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:13:44 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-q7F8 from file:/tmp/.os_lf_venv 07:13:44 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:13:44 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:13:46 lf-activate-venv(): INFO: Base packages installed successfully 07:13:46 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 07:13:53 lf-activate-venv(): INFO: Adding /tmp/venv-q7F8/bin to PATH 07:13:53 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4450 07:13:53 INFO: archiving workspace using pattern(s): 07:13:53 /tmp/venv-q7F8/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:13:53 warnings.warn( 07:13:54 Archives upload complete. 07:13:54 INFO: archiving logs to Nexus 07:13:54 /tmp/venv-q7F8/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:13:54 warnings.warn( 07:13:55 ---> uname -a: 07:13:55 Linux prd-ubuntu1804-builder-4c-4g-19975 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:13:55 07:13:55 07:13:55 ---> lscpu: 07:13:55 Architecture: x86_64 07:13:55 CPU op-mode(s): 32-bit, 64-bit 07:13:55 Byte Order: Little Endian 07:13:55 CPU(s): 4 07:13:55 On-line CPU(s) list: 0-3 07:13:55 Thread(s) per core: 1 07:13:55 Core(s) per socket: 1 07:13:55 Socket(s): 4 07:13:55 NUMA node(s): 1 07:13:55 Vendor ID: AuthenticAMD 07:13:55 CPU family: 23 07:13:55 Model: 49 07:13:55 Model name: AMD EPYC-Rome Processor 07:13:55 Stepping: 0 07:13:55 CPU MHz: 2799.998 07:13:55 BogoMIPS: 5599.99 07:13:55 Virtualization: AMD-V 07:13:55 Hypervisor vendor: KVM 07:13:55 Virtualization type: full 07:13:55 L1d cache: 32K 07:13:55 L1i cache: 32K 07:13:55 L2 cache: 512K 07:13:55 L3 cache: 16384K 07:13:55 NUMA node0 CPU(s): 0-3 07:13:55 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:13:55 07:13:55 07:13:55 ---> nproc: 07:13:55 4 07:13:55 07:13:55 07:13:55 ---> df -h: 07:13:55 Filesystem Size Used Avail Use% Mounted on 07:13:55 udev 7.9G 0 7.9G 0% /dev 07:13:55 tmpfs 1.6G 676K 1.6G 1% /run 07:13:55 /dev/vda1 78G 8.4G 69G 11% / 07:13:55 tmpfs 7.9G 0 7.9G 0% /dev/shm 07:13:55 tmpfs 5.0M 0 5.0M 0% /run/lock 07:13:55 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 07:13:55 /dev/vda15 105M 4.4M 100M 5% /boot/efi 07:13:55 tmpfs 1.6G 0 1.6G 0% /run/user/1001 07:13:55 07:13:55 07:13:55 ---> free -m: 07:13:55 total used free shared buff/cache available 07:13:55 Mem: 16040 616 13214 0 2209 15103 07:13:55 Swap: 1023 0 1023 07:13:55 07:13:55 07:13:55 ---> ip addr: 07:13:55 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 07:13:55 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:13:55 inet 127.0.0.1/8 scope host lo 07:13:55 valid_lft forever preferred_lft forever 07:13:55 inet6 ::1/128 scope host 07:13:55 valid_lft forever preferred_lft forever 07:13:55 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 07:13:55 link/ether fa:16:3e:3e:df:78 brd ff:ff:ff:ff:ff:ff 07:13:55 inet 10.30.106.37/23 brd 10.30.107.255 scope global dynamic ens3 07:13:55 valid_lft 86251sec preferred_lft 86251sec 07:13:55 inet6 fe80::f816:3eff:fe3e:df78/64 scope link 07:13:55 valid_lft forever preferred_lft forever 07:13:55 07:13:55 07:13:55 ---> sar -b -r -n DEV: 07:13:55 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-19975) 02/25/26 _x86_64_ (4 CPU) 07:13:55 07:13:55 07:11:29 LINUX RESTART (4 CPU) 07:13:55 07:13:55 07:12:01 tps rtps wtps bread/s bwrtn/s 07:13:55 07:13:01 116.13 8.78 107.35 185.80 37305.56 07:13:55 Average: 116.13 8.78 107.35 185.80 37305.56 07:13:55 07:13:55 07:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:13:55 07:13:01 13706028 15423400 2718940 16.55 66940 1844944 894604 5.12 876572 1616116 113728 07:13:55 Average: 13706028 15423400 2718940 16.55 66940 1844944 894604 5.12 876572 1616116 113728 07:13:55 07:13:55 07:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:13:55 07:13:01 lo 2.47 2.47 0.28 0.28 0.00 0.00 0.00 0.00 07:13:55 07:13:01 ens3 93.20 67.96 1409.07 12.32 0.00 0.00 0.00 0.00 07:13:55 Average: lo 2.47 2.47 0.28 0.28 0.00 0.00 0.00 0.00 07:13:55 Average: ens3 93.20 67.96 1409.07 12.32 0.00 0.00 0.00 0.00 07:13:55 07:13:55 07:13:55 ---> sar -P ALL: 07:13:55 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-19975) 02/25/26 _x86_64_ (4 CPU) 07:13:55 07:13:55 07:11:29 LINUX RESTART (4 CPU) 07:13:55 07:13:55 07:12:01 CPU %user %nice %system %iowait %steal %idle 07:13:55 07:13:01 all 20.75 0.00 2.12 4.95 0.06 72.11 07:13:55 07:13:01 0 12.05 0.00 1.75 5.82 0.05 80.33 07:13:55 07:13:01 1 20.67 0.00 2.06 0.54 0.05 76.69 07:13:55 07:13:01 2 18.31 0.00 2.01 9.00 0.05 70.64 07:13:55 07:13:01 3 31.97 0.00 2.67 4.49 0.07 60.81 07:13:55 Average: all 20.75 0.00 2.12 4.95 0.06 72.11 07:13:55 Average: 0 12.05 0.00 1.75 5.82 0.05 80.33 07:13:55 Average: 1 20.67 0.00 2.06 0.54 0.05 76.69 07:13:55 Average: 2 18.31 0.00 2.01 9.00 0.05 70.64 07:13:55 Average: 3 31.97 0.00 2.67 4.49 0.07 60.81 07:13:55 07:13:55 07:13:55