07:32:50 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143214 07:32:50 Running as SYSTEM 07:32:50 [EnvInject] - Loading node environment variables. 07:32:50 Building remotely on prd-ubuntu1804-builder-4c-4g-7393 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 07:32:50 [ssh-agent] Looking for ssh-agent implementation... 07:32:50 $ ssh-agent 07:32:50 SSH_AUTH_SOCK=/tmp/ssh-g0da3tNvqrI0/agent.1638 07:32:50 SSH_AGENT_PID=1640 07:32:50 [ssh-agent] Started. 07:32:51 Running ssh-add (command line suppressed) 07:32:51 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_14839988989660252154.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_14839988989660252154.key) 07:32:51 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 07:32:51 The recommended git tool is: NONE 07:32:52 using credential onap-jenkins-ssh 07:32:52 Wiping out workspace first. 07:32:52 Cloning the remote Git repository 07:32:52 Cloning repository git://cloud.onap.org/mirror/oom.git 07:32:52 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 07:32:52 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 07:32:52 > git --version # timeout=10 07:32:52 > git --version # 'git version 2.17.1' 07:32:52 using GIT_SSH to set credentials Gerrit user 07:32:52 Verifying host key using manually-configured host key entries 07:32:52 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 07:32:57 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 07:32:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:32:58 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 07:32:58 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 07:32:58 using GIT_SSH to set credentials Gerrit user 07:32:58 Verifying host key using manually-configured host key entries 07:32:58 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/14/143214/2 # timeout=30 07:32:58 > git rev-parse f334895314b4916bdddbdb53c32224716717a729^{commit} # timeout=10 07:32:58 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 07:32:58 Checking out Revision f334895314b4916bdddbdb53c32224716717a729 (refs/changes/14/143214/2) 07:32:58 > git config core.sparsecheckout # timeout=10 07:32:58 > git checkout -f f334895314b4916bdddbdb53c32224716717a729 # timeout=30 07:33:01 Commit message: "Fix read the docs validation job" 07:33:01 > git rev-parse FETCH_HEAD^{commit} # timeout=10 07:33:01 > git rev-list --no-walk 30e35469091375b1f3525865c12870fc071836b4 # timeout=10 07:33:01 [EnvInject] - Injecting environment variables from a build step. 07:33:01 [EnvInject] - Injecting as environment variables the properties content 07:33:01 PYTHON=python3 07:33:01 07:33:01 [EnvInject] - Variables injected successfully. 07:33:01 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins596351426063007358.sh 07:33:01 ---> tox-install.sh 07:33:01 + source /home/jenkins/lf-env.sh 07:33:01 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 07:33:01 ++ mktemp -d /tmp/venv-XXXX 07:33:01 + lf_venv=/tmp/venv-oRmr 07:33:01 + local venv_file=/tmp/.os_lf_venv 07:33:01 + local python=python3 07:33:01 + local options 07:33:01 + local set_path=true 07:33:01 + local install_args= 07:33:01 ++ 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:33:01 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:33:01 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:33:01 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 07:33:01 + true 07:33:01 + case $1 in 07:33:01 + venv_file=/tmp/.toxenv 07:33:01 + shift 2 07:33:01 + true 07:33:01 + case $1 in 07:33:01 + shift 07:33:01 + break 07:33:01 + case $python in 07:33:01 + local pkg_list= 07:33:01 + [[ -d /opt/pyenv ]] 07:33:01 + echo 'Setup pyenv:' 07:33:01 Setup pyenv: 07:33:01 + export PYENV_ROOT=/opt/pyenv 07:33:01 + PYENV_ROOT=/opt/pyenv 07:33:01 + 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:33:01 + 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:33:01 + pyenv versions 07:33:01 * system (set by /opt/pyenv/version) 07:33:01 * 3.8.13 (set by /opt/pyenv/version) 07:33:01 * 3.9.13 (set by /opt/pyenv/version) 07:33:01 * 3.10.6 (set by /opt/pyenv/version) 07:33:01 + command -v pyenv 07:33:01 ++ pyenv init - --no-rehash 07:33:01 + 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:33:01 export PATH="/opt/pyenv/shims:${PATH}" 07:33:01 export PYENV_SHELL=bash 07:33:01 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 07:33:01 pyenv() { 07:33:01 local command 07:33:01 command="${1:-}" 07:33:01 if [ "$#" -gt 0 ]; then 07:33:01 shift 07:33:01 fi 07:33:01 07:33:01 case "$command" in 07:33:01 rehash|shell) 07:33:01 eval "$(pyenv "sh-$command" "$@")" 07:33:01 ;; 07:33:01 *) 07:33:01 command pyenv "$command" "$@" 07:33:01 ;; 07:33:01 esac 07:33:01 }' 07:33:01 +++ 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:33:01 ++ 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:33:01 ++ 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:33:01 ++ 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:33:01 ++ export PYENV_SHELL=bash 07:33:01 ++ PYENV_SHELL=bash 07:33:01 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 07:33:01 +++ complete -F _pyenv pyenv 07:33:01 ++ lf-pyver python3 07:33:01 ++ local py_version_xy=python3 07:33:01 ++ local py_version_xyz= 07:33:01 ++ pyenv versions 07:33:01 ++ local command 07:33:01 ++ command=versions 07:33:01 ++ '[' 1 -gt 0 ']' 07:33:01 ++ sed 's/^[ *]* //' 07:33:01 ++ shift 07:33:01 ++ case "$command" in 07:33:01 ++ command pyenv versions 07:33:01 ++ pyenv versions 07:33:01 ++ awk '{ print $1 }' 07:33:01 ++ grep -E '^[0-9.]*[0-9]$' 07:33:01 ++ [[ ! -s /tmp/.pyenv_versions ]] 07:33:01 +++ grep '^3' /tmp/.pyenv_versions 07:33:01 +++ sort -V 07:33:01 +++ tail -n 1 07:33:01 ++ py_version_xyz=3.10.6 07:33:01 ++ [[ -z 3.10.6 ]] 07:33:01 ++ echo 3.10.6 07:33:01 ++ return 0 07:33:01 + pyenv local 3.10.6 07:33:01 + local command 07:33:01 + command=local 07:33:01 + '[' 2 -gt 0 ']' 07:33:01 + shift 07:33:01 + case "$command" in 07:33:01 + command pyenv local 3.10.6 07:33:01 + pyenv local 3.10.6 07:33:01 + for arg in "$@" 07:33:01 + case $arg in 07:33:01 + pkg_list+='tox ' 07:33:01 + for arg in "$@" 07:33:01 + case $arg in 07:33:01 + pkg_list+='virtualenv ' 07:33:01 + for arg in "$@" 07:33:01 + case $arg in 07:33:01 + pkg_list+='urllib3~=1.26.15 ' 07:33:01 + [[ -f /tmp/.toxenv ]] 07:33:01 + [[ ! -f /tmp/.toxenv ]] 07:33:01 + [[ -n '' ]] 07:33:01 + python3 -m venv /tmp/venv-oRmr 07:33:05 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oRmr' 07:33:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oRmr 07:33:05 + echo /tmp/venv-oRmr 07:33:05 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 07:33:05 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 07:33:05 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 07:33:05 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:33:05 + local 'pip_opts=--upgrade --quiet' 07:33:05 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 07:33:05 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 07:33:05 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 07:33:05 + [[ -n '' ]] 07:33:05 + [[ -n '' ]] 07:33:05 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 07:33:05 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:33:05 + /tmp/venv-oRmr/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:33:09 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 07:33:09 lf-activate-venv(): INFO: Base packages installed successfully 07:33:09 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 07:33:09 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 07:33:09 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 07:33:09 + /tmp/venv-oRmr/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:33:11 + type python3 07:33:11 + true 07:33:11 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-oRmr/bin to PATH' 07:33:11 lf-activate-venv(): INFO: Adding /tmp/venv-oRmr/bin to PATH 07:33:11 + PATH=/tmp/venv-oRmr/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:33:11 + return 0 07:33:11 + python3 --version 07:33:11 Python 3.10.6 07:33:11 + python3 -m pip --version 07:33:11 pip 26.0.1 from /tmp/venv-oRmr/lib/python3.10/site-packages/pip (python 3.10) 07:33:11 + python3 -m pip freeze 07:33:12 cachetools==7.0.1 07:33:12 chardet==5.2.0 07:33:12 colorama==0.4.6 07:33:12 distlib==0.4.0 07:33:12 filelock==3.21.2 07:33:12 packaging==26.0 07:33:12 platformdirs==4.7.0 07:33:12 pluggy==1.6.0 07:33:12 pyproject-api==1.10.0 07:33:12 tomli==2.4.0 07:33:12 tox==4.35.0 07:33:12 typing_extensions==4.15.0 07:33:12 urllib3==1.26.20 07:33:12 virtualenv==20.36.1 07:33:12 [EnvInject] - Injecting environment variables from a build step. 07:33:12 [EnvInject] - Injecting as environment variables the properties content 07:33:12 PARALLEL=false 07:33:12 07:33:12 [EnvInject] - Variables injected successfully. 07:33:12 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins300188590572154229.sh 07:33:12 ---> tox-run.sh 07:33:12 + 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:33:12 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 07:33:12 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 07:33:12 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 07:33:12 + cd /w/workspace/oom-master-pre-commit-lint/. 07:33:12 + source /home/jenkins/lf-env.sh 07:33:12 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 07:33:12 ++ mktemp -d /tmp/venv-XXXX 07:33:12 + lf_venv=/tmp/venv-js6z 07:33:12 + local venv_file=/tmp/.os_lf_venv 07:33:12 + local python=python3 07:33:12 + local options 07:33:12 + local set_path=true 07:33:12 + local install_args= 07:33:12 ++ 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:33:12 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:33:12 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:33:12 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 07:33:12 + true 07:33:12 + case $1 in 07:33:12 + venv_file=/tmp/.toxenv 07:33:12 + shift 2 07:33:12 + true 07:33:12 + case $1 in 07:33:12 + shift 07:33:12 + break 07:33:12 + case $python in 07:33:12 + local pkg_list= 07:33:12 + [[ -d /opt/pyenv ]] 07:33:12 + echo 'Setup pyenv:' 07:33:12 Setup pyenv: 07:33:12 + export PYENV_ROOT=/opt/pyenv 07:33:12 + PYENV_ROOT=/opt/pyenv 07:33:12 + 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:33:12 + 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:33:12 + pyenv versions 07:33:12 system 07:33:12 3.8.13 07:33:12 3.9.13 07:33:12 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:33:12 + command -v pyenv 07:33:12 ++ pyenv init - --no-rehash 07:33:12 + 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:33:12 export PATH="/opt/pyenv/shims:${PATH}" 07:33:12 export PYENV_SHELL=bash 07:33:12 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 07:33:12 pyenv() { 07:33:12 local command 07:33:12 command="${1:-}" 07:33:12 if [ "$#" -gt 0 ]; then 07:33:12 shift 07:33:12 fi 07:33:12 07:33:12 case "$command" in 07:33:12 rehash|shell) 07:33:12 eval "$(pyenv "sh-$command" "$@")" 07:33:12 ;; 07:33:12 *) 07:33:12 command pyenv "$command" "$@" 07:33:12 ;; 07:33:12 esac 07:33:12 }' 07:33:12 +++ 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:33:12 ++ 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:33:12 ++ 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:33:12 ++ 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:33:12 ++ export PYENV_SHELL=bash 07:33:12 ++ PYENV_SHELL=bash 07:33:12 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 07:33:12 +++ complete -F _pyenv pyenv 07:33:12 ++ lf-pyver python3 07:33:12 ++ local py_version_xy=python3 07:33:12 ++ local py_version_xyz= 07:33:12 ++ pyenv versions 07:33:12 ++ local command 07:33:12 ++ command=versions 07:33:12 ++ '[' 1 -gt 0 ']' 07:33:12 ++ shift 07:33:12 ++ case "$command" in 07:33:12 ++ sed 's/^[ *]* //' 07:33:12 ++ command pyenv versions 07:33:12 ++ pyenv versions 07:33:12 ++ awk '{ print $1 }' 07:33:12 ++ grep -E '^[0-9.]*[0-9]$' 07:33:12 ++ [[ ! -s /tmp/.pyenv_versions ]] 07:33:12 +++ grep '^3' /tmp/.pyenv_versions 07:33:12 +++ sort -V 07:33:12 +++ tail -n 1 07:33:12 ++ py_version_xyz=3.10.6 07:33:12 ++ [[ -z 3.10.6 ]] 07:33:12 ++ echo 3.10.6 07:33:12 ++ return 0 07:33:12 + pyenv local 3.10.6 07:33:12 + local command 07:33:12 + command=local 07:33:12 + '[' 2 -gt 0 ']' 07:33:12 + shift 07:33:12 + case "$command" in 07:33:12 + command pyenv local 3.10.6 07:33:12 + pyenv local 3.10.6 07:33:12 + for arg in "$@" 07:33:12 + case $arg in 07:33:12 + pkg_list+='tox ' 07:33:12 + for arg in "$@" 07:33:12 + case $arg in 07:33:12 + pkg_list+='virtualenv ' 07:33:12 + for arg in "$@" 07:33:12 + case $arg in 07:33:12 + pkg_list+='urllib3~=1.26.15 ' 07:33:12 + [[ -f /tmp/.toxenv ]] 07:33:12 ++ cat /tmp/.toxenv 07:33:12 + lf_venv=/tmp/venv-oRmr 07:33:12 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-oRmr from' file:/tmp/.toxenv 07:33:12 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-oRmr from file:/tmp/.toxenv 07:33:12 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 07:33:12 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:33:12 + local 'pip_opts=--upgrade --quiet' 07:33:12 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 07:33:12 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 07:33:12 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 07:33:12 + [[ -n '' ]] 07:33:12 + [[ -n '' ]] 07:33:12 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 07:33:12 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:33:12 + /tmp/venv-oRmr/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:33:13 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 07:33:13 lf-activate-venv(): INFO: Base packages installed successfully 07:33:13 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 07:33:13 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 07:33:13 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 07:33:13 + /tmp/venv-oRmr/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:33:14 + type python3 07:33:14 + true 07:33:14 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-oRmr/bin to PATH' 07:33:14 lf-activate-venv(): INFO: Adding /tmp/venv-oRmr/bin to PATH 07:33:14 + PATH=/tmp/venv-oRmr/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:33:14 + return 0 07:33:14 + [[ -d /opt/pyenv ]] 07:33:14 + echo '---> Setting up pyenv' 07:33:14 ---> Setting up pyenv 07:33:14 + export PYENV_ROOT=/opt/pyenv 07:33:14 + PYENV_ROOT=/opt/pyenv 07:33:14 + export PATH=/opt/pyenv/bin:/tmp/venv-oRmr/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:33:14 + PATH=/opt/pyenv/bin:/tmp/venv-oRmr/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:33:14 ++ pwd 07:33:14 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 07:33:14 + export PYTHONPATH 07:33:14 + export TOX_TESTENV_PASSENV=PYTHONPATH 07:33:14 + TOX_TESTENV_PASSENV=PYTHONPATH 07:33:14 + tox --version 07:33:14 4.35.0 from /tmp/venv-oRmr/lib/python3.10/site-packages/tox/__init__.py 07:33:14 + PARALLEL=false 07:33:14 + TOX_OPTIONS_LIST= 07:33:14 + [[ -n pre-commit ]] 07:33:14 + TOX_OPTIONS_LIST=' -e pre-commit' 07:33:14 + case ${PARALLEL,,} in 07:33:14 + tox -e pre-commit 07:33:14 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 07:33:15 pre-commit: install_deps> python -I -m pip install pre-commit 07:33:18 pre-commit: freeze> python -m pip freeze --all 07:33:18 pre-commit: cfgv==3.5.0,distlib==0.4.0,filelock==3.21.2,identify==2.6.16,nodeenv==1.10.0,pip==25.3,platformdirs==4.7.0,pre_commit==4.5.1,PyYAML==6.0.3,setuptools==80.9.0,typing_extensions==4.15.0,virtualenv==20.36.1 07:33:18 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 07:33:19 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 07:33:19 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 07:33:20 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 07:33:20 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 07:33:21 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 07:33:21 [INFO] Once installed this environment will be reused. 07:33:21 [INFO] This may take a few minutes... 07:33:25 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 07:33:25 [INFO] Once installed this environment will be reused. 07:33:25 [INFO] This may take a few minutes... 07:33:29 trim trailing whitespace.................................................Passed 07:33:30 Tabs remover.............................................................Passed 07:33:30 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 07:33:30 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 07:33:30 [INFO] Once installed this environment will be reused. 07:33:30 [INFO] This may take a few minutes... 07:33:38 gitlint..............................................(no files to check)Skipped 07:33:38 pre-commit: OK (23.88=setup[3.76]+cmd[11.36,8.76] seconds) 07:33:38 congratulations :) (23.92 seconds) 07:33:39 + tox_status=0 07:33:39 + echo '---> Completed tox runs' 07:33:39 ---> Completed tox runs 07:33:39 + for i in .tox/*/log 07:33:39 ++ echo .tox/pre-commit/log 07:33:39 ++ awk -F/ '{print $2}' 07:33:39 + tox_env=pre-commit 07:33:39 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 07:33:39 + DOC_DIR=docs/_build/html 07:33:39 + [[ -d docs/_build/html ]] 07:33:39 + echo '---> tox-run.sh ends' 07:33:39 ---> tox-run.sh ends 07:33:39 + test 0 -eq 0 07:33:39 $ ssh-agent -k 07:33:39 unset SSH_AUTH_SOCK; 07:33:39 unset SSH_AGENT_PID; 07:33:39 echo Agent pid 1640 killed; 07:33:39 [ssh-agent] Stopped. 07:33:39 [PostBuildScript] - [INFO] Executing post build scripts. 07:33:39 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14169660515444912931.sh 07:33:39 ---> sysstat.sh 07:33:39 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16660239895485778246.sh 07:33:39 ---> package-listing.sh 07:33:39 ++ facter osfamily 07:33:39 ++ tr '[:upper:]' '[:lower:]' 07:33:39 + OS_FAMILY=debian 07:33:39 + workspace=/w/workspace/oom-master-pre-commit-lint 07:33:39 + START_PACKAGES=/tmp/packages_start.txt 07:33:39 + END_PACKAGES=/tmp/packages_end.txt 07:33:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:33:39 + PACKAGES=/tmp/packages_start.txt 07:33:39 + '[' /w/workspace/oom-master-pre-commit-lint ']' 07:33:39 + PACKAGES=/tmp/packages_end.txt 07:33:39 + case "${OS_FAMILY}" in 07:33:39 + dpkg -l 07:33:39 + grep '^ii' 07:33:39 + '[' -f /tmp/packages_start.txt ']' 07:33:39 + '[' -f /tmp/packages_end.txt ']' 07:33:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:33:39 + '[' /w/workspace/oom-master-pre-commit-lint ']' 07:33:39 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 07:33:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 07:33:39 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins18026413709330193745.sh 07:33:39 ---> capture-instance-metadata.sh 07:33:39 Setup pyenv: 07:33:39 system 07:33:39 3.8.13 07:33:39 3.9.13 07:33:39 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:33:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yCpZ 07:33:43 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 07:33:43 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:33:43 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:33:47 lf-activate-venv(): INFO: Base packages installed successfully 07:33:47 lf-activate-venv(): INFO: Installing additional packages: lftools 07:34:10 lf-activate-venv(): INFO: Adding /tmp/venv-yCpZ/bin to PATH 07:34:10 INFO: Running in OpenStack, capturing instance metadata 07:34:10 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins2547909804912418626.sh 07:34:10 provisioning config files... 07:34:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config16762013216806893034tmp 07:34:10 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 07:34:10 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 07:34:10 [EnvInject] - Injecting environment variables from a build step. 07:34:10 [EnvInject] - Injecting as environment variables the properties content 07:34:10 SERVER_ID=logs 07:34:10 07:34:10 [EnvInject] - Variables injected successfully. 07:34:10 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1852242337310927061.sh 07:34:10 ---> create-netrc.sh 07:34:11 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14456289783944334105.sh 07:34:11 ---> python-tools-install.sh 07:34:11 Setup pyenv: 07:34:11 system 07:34:11 3.8.13 07:34:11 3.9.13 07:34:11 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:34:11 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-yCpZ from file:/tmp/.os_lf_venv 07:34:11 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:34:11 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:34:13 lf-activate-venv(): INFO: Base packages installed successfully 07:34:13 lf-activate-venv(): INFO: Installing additional packages: lftools 07:34:20 lf-activate-venv(): INFO: Adding /tmp/venv-yCpZ/bin to PATH 07:34:20 Generating Requirements File 07:34:37 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:34:37 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 07:34:37 Python 3.10.6 07:34:37 pip 26.0.1 from /tmp/venv-yCpZ/lib/python3.10/site-packages/pip (python 3.10) 07:34:37 appdirs==1.4.4 07:34:37 argcomplete==3.6.3 07:34:37 aspy.yaml==1.3.0 07:34:37 attrs==25.4.0 07:34:37 autopage==0.6.0 07:34:37 backports.strenum==1.3.1 07:34:37 beautifulsoup4==4.14.3 07:34:37 boto3==1.42.48 07:34:37 botocore==1.42.48 07:34:37 bs4==0.0.2 07:34:37 certifi==2026.1.4 07:34:37 cffi==2.0.0 07:34:37 cfgv==3.5.0 07:34:37 chardet==5.2.0 07:34:37 charset-normalizer==3.4.4 07:34:37 click==8.3.1 07:34:37 cliff==4.13.1 07:34:37 cmd2==3.2.0 07:34:37 cryptography==3.3.2 07:34:37 debtcollector==3.0.0 07:34:37 decorator==5.2.1 07:34:37 defusedxml==0.7.1 07:34:37 Deprecated==1.3.1 07:34:37 distlib==0.4.0 07:34:37 dnspython==2.8.0 07:34:37 docker==7.1.0 07:34:37 dogpile.cache==1.5.0 07:34:37 durationpy==0.10 07:34:37 email-validator==2.3.0 07:34:37 filelock==3.21.2 07:34:37 future==1.0.0 07:34:37 gitdb==4.0.12 07:34:37 GitPython==3.1.46 07:34:37 httplib2==0.30.2 07:34:37 identify==2.6.16 07:34:37 idna==3.11 07:34:37 importlib-resources==1.5.0 07:34:37 iso8601==2.1.0 07:34:37 Jinja2==3.1.6 07:34:37 jmespath==1.1.0 07:34:37 jsonpatch==1.33 07:34:37 jsonpointer==3.0.0 07:34:37 jsonschema==4.26.0 07:34:37 jsonschema-specifications==2025.9.1 07:34:37 keystoneauth1==5.13.0 07:34:37 kubernetes==35.0.0 07:34:37 lftools==0.37.21 07:34:37 lxml==6.0.2 07:34:37 markdown-it-py==4.0.0 07:34:37 MarkupSafe==3.0.3 07:34:37 mdurl==0.1.2 07:34:37 msgpack==1.1.2 07:34:37 multi_key_dict==2.0.3 07:34:37 munch==4.0.0 07:34:37 netaddr==1.3.0 07:34:37 niet==1.4.2 07:34:37 nodeenv==1.10.0 07:34:37 oauth2client==4.1.3 07:34:37 oauthlib==3.3.1 07:34:37 openstacksdk==4.9.0 07:34:37 os-service-types==1.8.2 07:34:37 osc-lib==4.3.0 07:34:37 oslo.config==10.2.0 07:34:37 oslo.context==6.2.0 07:34:37 oslo.i18n==6.7.1 07:34:37 oslo.log==8.0.0 07:34:37 oslo.serialization==5.9.0 07:34:37 oslo.utils==9.2.0 07:34:37 packaging==26.0 07:34:37 pbr==7.0.3 07:34:37 platformdirs==4.7.0 07:34:37 prettytable==3.17.0 07:34:37 psutil==7.2.2 07:34:37 pyasn1==0.6.2 07:34:37 pyasn1_modules==0.4.2 07:34:37 pycparser==3.0 07:34:37 pygerrit2==2.0.15 07:34:37 PyGithub==2.8.1 07:34:37 Pygments==2.19.2 07:34:37 PyJWT==2.11.0 07:34:37 PyNaCl==1.6.2 07:34:37 pyparsing==2.4.7 07:34:37 pyperclip==1.11.0 07:34:37 pyrsistent==0.20.0 07:34:37 python-cinderclient==9.8.0 07:34:37 python-dateutil==2.9.0.post0 07:34:37 python-heatclient==5.0.0 07:34:37 python-jenkins==1.8.3 07:34:37 python-keystoneclient==5.7.0 07:34:37 python-magnumclient==4.9.0 07:34:37 python-openstackclient==8.3.0 07:34:37 python-swiftclient==4.9.0 07:34:37 PyYAML==6.0.3 07:34:37 referencing==0.37.0 07:34:37 requests==2.32.5 07:34:37 requests-oauthlib==2.0.0 07:34:37 requestsexceptions==1.4.0 07:34:37 rfc3986==2.0.0 07:34:37 rich==14.3.2 07:34:37 rich-argparse==1.7.2 07:34:37 rpds-py==0.30.0 07:34:37 rsa==4.9.1 07:34:37 ruamel.yaml==0.19.1 07:34:37 ruamel.yaml.clib==0.2.15 07:34:37 s3transfer==0.16.0 07:34:37 simplejson==3.20.2 07:34:37 six==1.17.0 07:34:37 smmap==5.0.2 07:34:37 soupsieve==2.8.3 07:34:37 stevedore==5.6.0 07:34:37 tabulate==0.9.0 07:34:37 toml==0.10.2 07:34:37 tomlkit==0.14.0 07:34:37 tqdm==4.67.3 07:34:37 typing_extensions==4.15.0 07:34:37 tzdata==2025.3 07:34:37 urllib3==1.26.20 07:34:37 virtualenv==20.36.1 07:34:37 wcwidth==0.6.0 07:34:37 websocket-client==1.9.0 07:34:37 wrapt==2.1.1 07:34:37 xdg==6.0.0 07:34:37 xmltodict==1.0.2 07:34:37 yq==3.4.3 07:34:37 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1601459582383693391.sh 07:34:37 ---> sudo-logs.sh 07:34:37 Archiving 'sudo' log.. 07:34:38 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins66553324731732202.sh 07:34:38 ---> job-cost.sh 07:34:38 INFO: Activating Python virtual environment... 07:34:38 Setup pyenv: 07:34:38 system 07:34:38 3.8.13 07:34:38 3.9.13 07:34:38 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:34:38 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-yCpZ from file:/tmp/.os_lf_venv 07:34:38 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:34:38 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:34:39 lf-activate-venv(): INFO: Base packages installed successfully 07:34:39 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 07:34:44 lf-activate-venv(): INFO: Adding /tmp/venv-yCpZ/bin to PATH 07:34:44 INFO: No stack-cost file found 07:34:44 INFO: Instance uptime: 144s 07:34:44 INFO: Fetching instance metadata (attempt 1 of 3)... 07:34:44 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 07:34:45 INFO: Successfully fetched instance metadata 07:34:45 INFO: Instance type: v3-standard-4 07:34:45 INFO: Retrieving pricing info for: v3-standard-4 07:34:45 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 07:34:45 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=144 07:34:45 INFO: Successfully fetched Vexxhost pricing API 07:34:45 INFO: Retrieved cost: 0.11 07:34:45 INFO: Retrieved resource: v3-standard-4 07:34:45 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 07:34:45 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 07:34:45 INFO: Successfully archived job cost data 07:34:45 DEBUG: Cost data: oom-master-pre-commit-lint,4404,2026-02-13 07:34:45,v3-standard-4,144,0.11,0.00,SUCCESS 07:34:45 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins9055564417140079111.sh 07:34:45 ---> logs-deploy.sh 07:34:45 Setup pyenv: 07:34:45 system 07:34:45 3.8.13 07:34:45 3.9.13 07:34:45 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 07:34:45 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-yCpZ from file:/tmp/.os_lf_venv 07:34:45 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:34:45 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:34:47 lf-activate-venv(): INFO: Base packages installed successfully 07:34:47 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 07:34:54 lf-activate-venv(): INFO: Adding /tmp/venv-yCpZ/bin to PATH 07:34:54 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4404 07:34:54 INFO: archiving workspace using pattern(s): 07:34:56 Archives upload complete. 07:34:56 INFO: archiving logs to Nexus 07:34:57 ---> uname -a: 07:34:57 Linux prd-ubuntu1804-builder-4c-4g-7393 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:34:57 07:34:57 07:34:57 ---> lscpu: 07:34:57 Architecture: x86_64 07:34:57 CPU op-mode(s): 32-bit, 64-bit 07:34:57 Byte Order: Little Endian 07:34:57 CPU(s): 4 07:34:57 On-line CPU(s) list: 0-3 07:34:57 Thread(s) per core: 1 07:34:57 Core(s) per socket: 1 07:34:57 Socket(s): 4 07:34:57 NUMA node(s): 1 07:34:57 Vendor ID: AuthenticAMD 07:34:57 CPU family: 23 07:34:57 Model: 49 07:34:57 Model name: AMD EPYC-Rome Processor 07:34:57 Stepping: 0 07:34:57 CPU MHz: 2799.998 07:34:57 BogoMIPS: 5599.99 07:34:57 Virtualization: AMD-V 07:34:57 Hypervisor vendor: KVM 07:34:57 Virtualization type: full 07:34:57 L1d cache: 32K 07:34:57 L1i cache: 32K 07:34:57 L2 cache: 512K 07:34:57 L3 cache: 16384K 07:34:57 NUMA node0 CPU(s): 0-3 07:34:57 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:34:57 07:34:57 07:34:57 ---> nproc: 07:34:57 4 07:34:57 07:34:57 07:34:57 ---> df -h: 07:34:57 Filesystem Size Used Avail Use% Mounted on 07:34:57 udev 7.9G 0 7.9G 0% /dev 07:34:57 tmpfs 1.6G 676K 1.6G 1% /run 07:34:57 /dev/vda1 78G 8.4G 69G 11% / 07:34:57 tmpfs 7.9G 0 7.9G 0% /dev/shm 07:34:57 tmpfs 5.0M 0 5.0M 0% /run/lock 07:34:57 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 07:34:57 /dev/vda15 105M 4.4M 100M 5% /boot/efi 07:34:57 tmpfs 1.6G 0 1.6G 0% /run/user/1001 07:34:57 07:34:57 07:34:57 ---> free -m: 07:34:57 total used free shared buff/cache available 07:34:57 Mem: 16040 565 13253 0 2221 15153 07:34:57 Swap: 1023 0 1023 07:34:57 07:34:57 07:34:57 ---> ip addr: 07:34:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 07:34:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:34:57 inet 127.0.0.1/8 scope host lo 07:34:57 valid_lft forever preferred_lft forever 07:34:57 inet6 ::1/128 scope host 07:34:57 valid_lft forever preferred_lft forever 07:34:57 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 07:34:57 link/ether fa:16:3e:af:37:fc brd ff:ff:ff:ff:ff:ff 07:34:57 inet 10.30.107.142/23 brd 10.30.107.255 scope global dynamic ens3 07:34:57 valid_lft 86252sec preferred_lft 86252sec 07:34:57 inet6 fe80::f816:3eff:feaf:37fc/64 scope link 07:34:57 valid_lft forever preferred_lft forever 07:34:57 07:34:57 07:34:57 ---> sar -b -r -n DEV: 07:34:57 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-7393) 02/13/26 _x86_64_ (4 CPU) 07:34:57 07:34:57 07:32:31 LINUX RESTART (4 CPU) 07:34:57 07:34:57 07:33:02 tps rtps wtps bread/s bwrtn/s 07:34:57 07:34:01 109.63 12.37 97.25 356.01 15326.89 07:34:57 Average: 109.63 12.37 97.25 356.01 15326.89 07:34:57 07:34:57 07:33:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:34:57 07:34:01 13754292 15487904 2670676 16.26 67364 1859872 836628 4.79 823164 1620924 122584 07:34:57 Average: 13754292 15487904 2670676 16.26 67364 1859872 836628 4.79 823164 1620924 122584 07:34:57 07:34:57 07:33:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:34:57 07:34:01 ens3 100.92 74.77 1591.33 13.51 0.00 0.00 0.00 0.00 07:34:57 07:34:01 lo 3.46 3.46 0.40 0.40 0.00 0.00 0.00 0.00 07:34:57 Average: ens3 100.92 74.77 1591.33 13.51 0.00 0.00 0.00 0.00 07:34:57 Average: lo 3.46 3.46 0.40 0.40 0.00 0.00 0.00 0.00 07:34:57 07:34:57 07:34:57 ---> sar -P ALL: 07:34:57 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-7393) 02/13/26 _x86_64_ (4 CPU) 07:34:57 07:34:57 07:32:31 LINUX RESTART (4 CPU) 07:34:57 07:34:57 07:33:02 CPU %user %nice %system %iowait %steal %idle 07:34:57 07:34:01 all 26.51 0.00 2.23 2.20 0.07 68.99 07:34:57 07:34:01 0 21.28 0.00 2.57 4.44 0.07 71.64 07:34:57 07:34:01 1 23.53 0.00 1.93 1.17 0.07 73.30 07:34:57 07:34:01 2 39.19 0.00 2.69 2.96 0.10 55.06 07:34:57 07:34:01 3 22.07 0.00 1.76 0.25 0.07 75.85 07:34:57 Average: all 26.51 0.00 2.23 2.20 0.07 68.99 07:34:57 Average: 0 21.28 0.00 2.57 4.44 0.07 71.64 07:34:57 Average: 1 23.53 0.00 1.93 1.17 0.07 73.30 07:34:57 Average: 2 39.19 0.00 2.69 2.96 0.10 55.06 07:34:57 Average: 3 22.07 0.00 1.76 0.25 0.07 75.85 07:34:57 07:34:57 07:34:57