08:47:25 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143337 08:47:25 Running as SYSTEM 08:47:25 [EnvInject] - Loading node environment variables. 08:47:25 Building remotely on prd-ubuntu1804-builder-4c-4g-19419 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 08:47:25 [ssh-agent] Looking for ssh-agent implementation... 08:47:25 $ ssh-agent 08:47:25 SSH_AUTH_SOCK=/tmp/ssh-LPCOcNe6RoQc/agent.1669 08:47:25 SSH_AGENT_PID=1671 08:47:25 [ssh-agent] Started. 08:47:25 Running ssh-add (command line suppressed) 08:47:25 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_9246769826135470985.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_9246769826135470985.key) 08:47:25 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 08:47:25 The recommended git tool is: NONE 08:47:27 using credential onap-jenkins-ssh 08:47:27 Wiping out workspace first. 08:47:27 Cloning the remote Git repository 08:47:27 Cloning repository git://cloud.onap.org/mirror/oom.git 08:47:27 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 08:47:27 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 08:47:27 > git --version # timeout=10 08:47:27 > git --version # 'git version 2.17.1' 08:47:27 using GIT_SSH to set credentials Gerrit user 08:47:27 Verifying host key using manually-configured host key entries 08:47:27 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 08:47:32 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 08:47:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:47:32 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 08:47:32 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 08:47:32 using GIT_SSH to set credentials Gerrit user 08:47:32 Verifying host key using manually-configured host key entries 08:47:32 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/37/143337/4 # timeout=30 08:47:33 > git rev-parse ffd25fb01c337246ea9a29d8d1ba88d00a4b3d47^{commit} # timeout=10 08:47:33 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 08:47:33 Checking out Revision ffd25fb01c337246ea9a29d8d1ba88d00a4b3d47 (refs/changes/37/143337/4) 08:47:33 > git config core.sparsecheckout # timeout=10 08:47:33 > git checkout -f ffd25fb01c337246ea9a29d8d1ba88d00a4b3d47 # timeout=30 08:47:36 Commit message: "Fix GroupAuthorizationException in ACM" 08:47:36 > git rev-parse FETCH_HEAD^{commit} # timeout=10 08:47:36 > git rev-list --no-walk 8d08e253a1112049d7eccc28ca516a7a656639ff # timeout=10 08:47:37 [EnvInject] - Injecting environment variables from a build step. 08:47:37 [EnvInject] - Injecting as environment variables the properties content 08:47:37 PYTHON=python3 08:47:37 08:47:37 [EnvInject] - Variables injected successfully. 08:47:37 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins18150944696665057420.sh 08:47:37 ---> tox-install.sh 08:47:37 + source /home/jenkins/lf-env.sh 08:47:37 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 08:47:37 ++ mktemp -d /tmp/venv-XXXX 08:47:37 + lf_venv=/tmp/venv-fx6R 08:47:37 + local venv_file=/tmp/.os_lf_venv 08:47:37 + local python=python3 08:47:37 + local options 08:47:37 + local set_path=true 08:47:37 + local install_args= 08:47:37 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 08:47:37 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:47:37 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:47:37 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 08:47:37 + true 08:47:37 + case $1 in 08:47:37 + venv_file=/tmp/.toxenv 08:47:37 + shift 2 08:47:37 + true 08:47:37 + case $1 in 08:47:37 + shift 08:47:37 + break 08:47:37 + case $python in 08:47:37 + local pkg_list= 08:47:37 + [[ -d /opt/pyenv ]] 08:47:37 + echo 'Setup pyenv:' 08:47:37 Setup pyenv: 08:47:37 + export PYENV_ROOT=/opt/pyenv 08:47:37 + PYENV_ROOT=/opt/pyenv 08:47:37 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:47:37 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:47:37 + pyenv versions 08:47:37 * system (set by /opt/pyenv/version) 08:47:37 * 3.8.13 (set by /opt/pyenv/version) 08:47:37 * 3.9.13 (set by /opt/pyenv/version) 08:47:37 * 3.10.6 (set by /opt/pyenv/version) 08:47:37 + command -v pyenv 08:47:37 ++ pyenv init - --no-rehash 08:47:37 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 08:47:37 export PATH="/opt/pyenv/shims:${PATH}" 08:47:37 export PYENV_SHELL=bash 08:47:37 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 08:47:37 pyenv() { 08:47:37 local command 08:47:37 command="${1:-}" 08:47:37 if [ "$#" -gt 0 ]; then 08:47:37 shift 08:47:37 fi 08:47:37 08:47:37 case "$command" in 08:47:37 rehash|shell) 08:47:37 eval "$(pyenv "sh-$command" "$@")" 08:47:37 ;; 08:47:37 *) 08:47:37 command pyenv "$command" "$@" 08:47:37 ;; 08:47:37 esac 08:47:37 }' 08:47:37 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 08:47:37 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:47:37 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:47:37 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:47:37 ++ export PYENV_SHELL=bash 08:47:37 ++ PYENV_SHELL=bash 08:47:37 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 08:47:37 +++ complete -F _pyenv pyenv 08:47:37 ++ lf-pyver python3 08:47:37 ++ local py_version_xy=python3 08:47:37 ++ local py_version_xyz= 08:47:37 ++ pyenv versions 08:47:37 ++ local command 08:47:37 ++ command=versions 08:47:37 ++ '[' 1 -gt 0 ']' 08:47:37 ++ shift 08:47:37 ++ case "$command" in 08:47:37 ++ command pyenv versions 08:47:37 ++ pyenv versions 08:47:37 ++ awk '{ print $1 }' 08:47:37 ++ grep -E '^[0-9.]*[0-9]$' 08:47:37 ++ sed 's/^[ *]* //' 08:47:37 ++ [[ ! -s /tmp/.pyenv_versions ]] 08:47:37 +++ grep '^3' /tmp/.pyenv_versions 08:47:37 +++ sort -V 08:47:37 +++ tail -n 1 08:47:37 ++ py_version_xyz=3.10.6 08:47:37 ++ [[ -z 3.10.6 ]] 08:47:37 ++ echo 3.10.6 08:47:37 ++ return 0 08:47:37 + pyenv local 3.10.6 08:47:37 + local command 08:47:37 + command=local 08:47:37 + '[' 2 -gt 0 ']' 08:47:37 + shift 08:47:37 + case "$command" in 08:47:37 + command pyenv local 3.10.6 08:47:37 + pyenv local 3.10.6 08:47:37 + for arg in "$@" 08:47:37 + case $arg in 08:47:37 + pkg_list+='tox ' 08:47:37 + for arg in "$@" 08:47:37 + case $arg in 08:47:37 + pkg_list+='virtualenv ' 08:47:37 + for arg in "$@" 08:47:37 + case $arg in 08:47:37 + pkg_list+='urllib3~=1.26.15 ' 08:47:37 + [[ -f /tmp/.toxenv ]] 08:47:37 + [[ ! -f /tmp/.toxenv ]] 08:47:37 + [[ -n '' ]] 08:47:37 + python3 -m venv /tmp/venv-fx6R 08:47:42 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fx6R' 08:47:42 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fx6R 08:47:42 + echo /tmp/venv-fx6R 08:47:42 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 08:47:42 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 08:47:42 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 08:47:42 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:47:42 + local 'pip_opts=--upgrade --quiet' 08:47:42 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 08:47:42 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 08:47:42 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 08:47:42 + [[ -n '' ]] 08:47:42 + [[ -n '' ]] 08:47:42 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 08:47:42 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:47:42 + /tmp/venv-fx6R/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv 08:47:46 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 08:47:46 lf-activate-venv(): INFO: Base packages installed successfully 08:47:46 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 08:47:46 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 08:47:46 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 08:47:46 + /tmp/venv-fx6R/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 08:47:50 + type python3 08:47:50 + true 08:47:50 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-fx6R/bin to PATH' 08:47:50 lf-activate-venv(): INFO: Adding /tmp/venv-fx6R/bin to PATH 08:47:50 + PATH=/tmp/venv-fx6R/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:47:50 + return 0 08:47:50 + python3 --version 08:47:50 Python 3.10.6 08:47:50 + python3 -m pip --version 08:47:50 pip 26.0.1 from /tmp/venv-fx6R/lib/python3.10/site-packages/pip (python 3.10) 08:47:50 + python3 -m pip freeze 08:47:50 cachetools==7.0.1 08:47:50 chardet==6.0.0.post1 08:47:50 colorama==0.4.6 08:47:50 distlib==0.4.0 08:47:50 filelock==3.24.3 08:47:50 packaging==26.0 08:47:50 platformdirs==4.9.2 08:47:50 pluggy==1.6.0 08:47:50 pyproject-api==1.10.0 08:47:50 tomli==2.4.0 08:47:50 tox==4.44.0 08:47:50 typing_extensions==4.15.0 08:47:50 urllib3==1.26.20 08:47:50 virtualenv==20.38.0 08:47:50 [EnvInject] - Injecting environment variables from a build step. 08:47:50 [EnvInject] - Injecting as environment variables the properties content 08:47:50 PARALLEL=false 08:47:50 08:47:50 [EnvInject] - Variables injected successfully. 08:47:50 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins1566545322469398189.sh 08:47:50 ---> tox-run.sh 08:47:50 + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:47:50 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 08:47:50 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 08:47:50 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 08:47:50 + cd /w/workspace/oom-master-pre-commit-lint/. 08:47:50 + source /home/jenkins/lf-env.sh 08:47:50 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 08:47:50 ++ mktemp -d /tmp/venv-XXXX 08:47:50 + lf_venv=/tmp/venv-1Avz 08:47:50 + local venv_file=/tmp/.os_lf_venv 08:47:50 + local python=python3 08:47:50 + local options 08:47:50 + local set_path=true 08:47:50 + local install_args= 08:47:50 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 08:47:50 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:47:50 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 08:47:50 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 08:47:50 + true 08:47:50 + case $1 in 08:47:50 + venv_file=/tmp/.toxenv 08:47:50 + shift 2 08:47:50 + true 08:47:50 + case $1 in 08:47:50 + shift 08:47:50 + break 08:47:50 + case $python in 08:47:50 + local pkg_list= 08:47:50 + [[ -d /opt/pyenv ]] 08:47:50 + echo 'Setup pyenv:' 08:47:50 Setup pyenv: 08:47:50 + export PYENV_ROOT=/opt/pyenv 08:47:50 + PYENV_ROOT=/opt/pyenv 08:47:50 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:47:50 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:47:50 + pyenv versions 08:47:51 system 08:47:51 3.8.13 08:47:51 3.9.13 08:47:51 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 08:47:51 + command -v pyenv 08:47:51 ++ pyenv init - --no-rehash 08:47:51 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 08:47:51 export PATH="/opt/pyenv/shims:${PATH}" 08:47:51 export PYENV_SHELL=bash 08:47:51 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 08:47:51 pyenv() { 08:47:51 local command 08:47:51 command="${1:-}" 08:47:51 if [ "$#" -gt 0 ]; then 08:47:51 shift 08:47:51 fi 08:47:51 08:47:51 case "$command" in 08:47:51 rehash|shell) 08:47:51 eval "$(pyenv "sh-$command" "$@")" 08:47:51 ;; 08:47:51 *) 08:47:51 command pyenv "$command" "$@" 08:47:51 ;; 08:47:51 esac 08:47:51 }' 08:47:51 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 08:47:51 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:47:51 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:47:51 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:47:51 ++ export PYENV_SHELL=bash 08:47:51 ++ PYENV_SHELL=bash 08:47:51 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 08:47:51 +++ complete -F _pyenv pyenv 08:47:51 ++ lf-pyver python3 08:47:51 ++ local py_version_xy=python3 08:47:51 ++ local py_version_xyz= 08:47:51 ++ pyenv versions 08:47:51 ++ local command 08:47:51 ++ sed 's/^[ *]* //' 08:47:51 ++ command=versions 08:47:51 ++ '[' 1 -gt 0 ']' 08:47:51 ++ shift 08:47:51 ++ case "$command" in 08:47:51 ++ command pyenv versions 08:47:51 ++ pyenv versions 08:47:51 ++ grep -E '^[0-9.]*[0-9]$' 08:47:51 ++ awk '{ print $1 }' 08:47:51 ++ [[ ! -s /tmp/.pyenv_versions ]] 08:47:51 +++ grep '^3' /tmp/.pyenv_versions 08:47:51 +++ tail -n 1 08:47:51 +++ sort -V 08:47:51 ++ py_version_xyz=3.10.6 08:47:51 ++ [[ -z 3.10.6 ]] 08:47:51 ++ echo 3.10.6 08:47:51 ++ return 0 08:47:51 + pyenv local 3.10.6 08:47:51 + local command 08:47:51 + command=local 08:47:51 + '[' 2 -gt 0 ']' 08:47:51 + shift 08:47:51 + case "$command" in 08:47:51 + command pyenv local 3.10.6 08:47:51 + pyenv local 3.10.6 08:47:51 + for arg in "$@" 08:47:51 + case $arg in 08:47:51 + pkg_list+='tox ' 08:47:51 + for arg in "$@" 08:47:51 + case $arg in 08:47:51 + pkg_list+='virtualenv ' 08:47:51 + for arg in "$@" 08:47:51 + case $arg in 08:47:51 + pkg_list+='urllib3~=1.26.15 ' 08:47:51 + [[ -f /tmp/.toxenv ]] 08:47:51 ++ cat /tmp/.toxenv 08:47:51 + lf_venv=/tmp/venv-fx6R 08:47:51 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fx6R from' file:/tmp/.toxenv 08:47:51 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fx6R from file:/tmp/.toxenv 08:47:51 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 08:47:51 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:47:51 + local 'pip_opts=--upgrade --quiet' 08:47:51 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 08:47:51 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 08:47:51 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 08:47:51 + [[ -n '' ]] 08:47:51 + [[ -n '' ]] 08:47:51 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 08:47:51 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:47:51 + /tmp/venv-fx6R/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv 08:47:51 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 08:47:51 lf-activate-venv(): INFO: Base packages installed successfully 08:47:51 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 08:47:51 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 08:47:51 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 08:47:51 + /tmp/venv-fx6R/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 08:47:52 + type python3 08:47:52 + true 08:47:52 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-fx6R/bin to PATH' 08:47:52 lf-activate-venv(): INFO: Adding /tmp/venv-fx6R/bin to PATH 08:47:52 + PATH=/tmp/venv-fx6R/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:47:52 + return 0 08:47:52 + [[ -d /opt/pyenv ]] 08:47:52 + echo '---> Setting up pyenv' 08:47:52 ---> Setting up pyenv 08:47:52 + export PYENV_ROOT=/opt/pyenv 08:47:52 + PYENV_ROOT=/opt/pyenv 08:47:52 + export PATH=/opt/pyenv/bin:/tmp/venv-fx6R/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:47:52 + PATH=/opt/pyenv/bin:/tmp/venv-fx6R/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 08:47:52 ++ pwd 08:47:52 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 08:47:52 + export PYTHONPATH 08:47:52 + export TOX_TESTENV_PASSENV=PYTHONPATH 08:47:52 + TOX_TESTENV_PASSENV=PYTHONPATH 08:47:52 + tox --version 08:47:53 4.44.0 from /tmp/venv-fx6R/lib/python3.10/site-packages/tox/__init__.py 08:47:53 + PARALLEL=false 08:47:53 + TOX_OPTIONS_LIST= 08:47:53 + [[ -n pre-commit ]] 08:47:53 + TOX_OPTIONS_LIST=' -e pre-commit' 08:47:53 + case ${PARALLEL,,} in 08:47:53 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 08:47:53 + tox -e pre-commit 08:47:55 pre-commit: install_deps> python -I -m pip install pre-commit 08:47:57 pre-commit: freeze> python -m pip freeze --all 08:47:57 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.38.0 08:47:57 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 08:47:58 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 08:47:58 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 08:47:59 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 08:48:00 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 08:48:00 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 08:48:00 [INFO] Once installed this environment will be reused. 08:48:00 [INFO] This may take a few minutes... 08:48:04 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 08:48:04 [INFO] Once installed this environment will be reused. 08:48:04 [INFO] This may take a few minutes... 08:48:09 trim trailing whitespace.................................................Passed 08:48:09 Tabs remover.............................................................Passed 08:48:09 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 08:48:09 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 08:48:09 [INFO] Once installed this environment will be reused. 08:48:09 [INFO] This may take a few minutes... 08:48:17 gitlint..............................................(no files to check)Skipped 08:48:17 pre-commit: OK (23.87=setup[3.95]+cmd[11.46,8.47] seconds) 08:48:17 congratulations :) (23.91 seconds) 08:48:17 + tox_status=0 08:48:17 + echo '---> Completed tox runs' 08:48:17 ---> Completed tox runs 08:48:17 + for i in .tox/*/log 08:48:17 ++ echo .tox/pre-commit/log 08:48:17 ++ awk -F/ '{print $2}' 08:48:17 + tox_env=pre-commit 08:48:17 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 08:48:17 + DOC_DIR=docs/_build/html 08:48:17 + [[ -d docs/_build/html ]] 08:48:17 + echo '---> tox-run.sh ends' 08:48:17 ---> tox-run.sh ends 08:48:17 + test 0 -eq 0 08:48:18 $ ssh-agent -k 08:48:18 unset SSH_AUTH_SOCK; 08:48:18 unset SSH_AGENT_PID; 08:48:18 echo Agent pid 1671 killed; 08:48:18 [ssh-agent] Stopped. 08:48:18 [PostBuildScript] - [INFO] Executing post build scripts. 08:48:18 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1896205422783694009.sh 08:48:18 ---> sysstat.sh 08:48:18 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1259094936710376693.sh 08:48:18 ---> package-listing.sh 08:48:18 ++ facter osfamily 08:48:18 ++ tr '[:upper:]' '[:lower:]' 08:48:18 + OS_FAMILY=debian 08:48:18 + workspace=/w/workspace/oom-master-pre-commit-lint 08:48:18 + START_PACKAGES=/tmp/packages_start.txt 08:48:18 + END_PACKAGES=/tmp/packages_end.txt 08:48:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:48:18 + PACKAGES=/tmp/packages_start.txt 08:48:18 + '[' /w/workspace/oom-master-pre-commit-lint ']' 08:48:18 + PACKAGES=/tmp/packages_end.txt 08:48:18 + case "${OS_FAMILY}" in 08:48:18 + dpkg -l 08:48:18 + grep '^ii' 08:48:18 + '[' -f /tmp/packages_start.txt ']' 08:48:18 + '[' -f /tmp/packages_end.txt ']' 08:48:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:48:18 + '[' /w/workspace/oom-master-pre-commit-lint ']' 08:48:18 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 08:48:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 08:48:18 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins3420888879585095460.sh 08:48:18 ---> capture-instance-metadata.sh 08:48:18 Setup pyenv: 08:48:18 system 08:48:18 3.8.13 08:48:18 3.9.13 08:48:18 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 08:48:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-SbMm 08:48:22 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 08:48:22 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:48:22 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:48:26 lf-activate-venv(): INFO: Base packages installed successfully 08:48:26 lf-activate-venv(): INFO: Installing additional packages: lftools 08:48:48 lf-activate-venv(): INFO: Adding /tmp/venv-SbMm/bin to PATH 08:48:48 INFO: Running in OpenStack, capturing instance metadata 08:48:49 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins3197330297503543143.sh 08:48:49 provisioning config files... 08:48:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config14207044241203508893tmp 08:48:49 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 08:48:49 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 08:48:49 [EnvInject] - Injecting environment variables from a build step. 08:48:49 [EnvInject] - Injecting as environment variables the properties content 08:48:49 SERVER_ID=logs 08:48:49 08:48:49 [EnvInject] - Variables injected successfully. 08:48:49 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins17495317982266202672.sh 08:48:49 ---> create-netrc.sh 08:48:49 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1396410329459859190.sh 08:48:49 ---> python-tools-install.sh 08:48:49 Setup pyenv: 08:48:49 system 08:48:49 3.8.13 08:48:49 3.9.13 08:48:49 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 08:48:49 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-SbMm from file:/tmp/.os_lf_venv 08:48:49 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:48:49 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:48:51 lf-activate-venv(): INFO: Base packages installed successfully 08:48:51 lf-activate-venv(): INFO: Installing additional packages: lftools 08:48:58 lf-activate-venv(): INFO: Adding /tmp/venv-SbMm/bin to PATH 08:48:58 Generating Requirements File 08:49:14 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 08:49:14 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 08:49:14 Python 3.10.6 08:49:15 pip 26.0.1 from /tmp/venv-SbMm/lib/python3.10/site-packages/pip (python 3.10) 08:49:15 appdirs==1.4.4 08:49:15 argcomplete==3.6.3 08:49:15 aspy.yaml==1.3.0 08:49:15 attrs==25.4.0 08:49:15 autopage==0.6.0 08:49:15 backports.strenum==1.3.1 08:49:15 beautifulsoup4==4.14.3 08:49:15 boto3==1.42.54 08:49:15 botocore==1.42.54 08:49:15 bs4==0.0.2 08:49:15 certifi==2026.1.4 08:49:15 cffi==2.0.0 08:49:15 cfgv==3.5.0 08:49:15 chardet==6.0.0.post1 08:49:15 charset-normalizer==3.4.4 08:49:15 click==8.3.1 08:49:15 cliff==4.13.2 08:49:15 cmd2==3.2.2 08:49:15 cryptography==3.3.2 08:49:15 debtcollector==3.0.0 08:49:15 decorator==5.2.1 08:49:15 defusedxml==0.7.1 08:49:15 Deprecated==1.3.1 08:49:15 distlib==0.4.0 08:49:15 dnspython==2.8.0 08:49:15 docker==7.1.0 08:49:15 dogpile.cache==1.5.0 08:49:15 durationpy==0.10 08:49:15 email-validator==2.3.0 08:49:15 filelock==3.24.3 08:49:15 future==1.0.0 08:49:15 gitdb==4.0.12 08:49:15 GitPython==3.1.46 08:49:15 httplib2==0.30.2 08:49:15 identify==2.6.16 08:49:15 idna==3.11 08:49:15 importlib-resources==1.5.0 08:49:15 iso8601==2.1.0 08:49:15 Jinja2==3.1.6 08:49:15 jmespath==1.1.0 08:49:15 jsonpatch==1.33 08:49:15 jsonpointer==3.0.0 08:49:15 jsonschema==4.26.0 08:49:15 jsonschema-specifications==2025.9.1 08:49:15 keystoneauth1==5.13.1 08:49:15 kubernetes==35.0.0 08:49:15 lftools==0.37.21 08:49:15 lxml==6.0.2 08:49:15 markdown-it-py==4.0.0 08:49:15 MarkupSafe==3.0.3 08:49:15 mdurl==0.1.2 08:49:15 msgpack==1.1.2 08:49:15 multi_key_dict==2.0.3 08:49:15 munch==4.0.0 08:49:15 netaddr==1.3.0 08:49:15 niet==1.4.2 08:49:15 nodeenv==1.10.0 08:49:15 oauth2client==4.1.3 08:49:15 oauthlib==3.3.1 08:49:15 openstacksdk==4.10.0 08:49:15 os-service-types==1.8.2 08:49:15 osc-lib==4.4.0 08:49:15 oslo.config==10.3.0 08:49:15 oslo.context==6.3.0 08:49:15 oslo.i18n==6.7.2 08:49:15 oslo.log==8.1.0 08:49:15 oslo.serialization==5.9.1 08:49:15 oslo.utils==10.0.0 08:49:15 packaging==26.0 08:49:15 pbr==7.0.3 08:49:15 platformdirs==4.9.2 08:49:15 prettytable==3.17.0 08:49:15 psutil==7.2.2 08:49:15 pyasn1==0.6.2 08:49:15 pyasn1_modules==0.4.2 08:49:15 pycparser==3.0 08:49:15 pygerrit2==2.0.15 08:49:15 PyGithub==2.8.1 08:49:15 Pygments==2.19.2 08:49:15 PyJWT==2.11.0 08:49:15 PyNaCl==1.6.2 08:49:15 pyparsing==2.4.7 08:49:15 pyperclip==1.11.0 08:49:15 pyrsistent==0.20.0 08:49:15 python-cinderclient==9.8.0 08:49:15 python-dateutil==2.9.0.post0 08:49:15 python-heatclient==5.0.0 08:49:15 python-jenkins==1.8.3 08:49:15 python-keystoneclient==5.7.0 08:49:15 python-magnumclient==4.9.0 08:49:15 python-openstackclient==9.0.0 08:49:15 python-swiftclient==4.9.0 08:49:15 PyYAML==6.0.3 08:49:15 referencing==0.37.0 08:49:15 requests==2.32.5 08:49:15 requests-oauthlib==2.0.0 08:49:15 requestsexceptions==1.4.0 08:49:15 rfc3986==2.0.0 08:49:15 rich==14.3.3 08:49:15 rich-argparse==1.7.2 08:49:15 rpds-py==0.30.0 08:49:15 rsa==4.9.1 08:49:15 ruamel.yaml==0.19.1 08:49:15 ruamel.yaml.clib==0.2.15 08:49:15 s3transfer==0.16.0 08:49:15 simplejson==3.20.2 08:49:15 six==1.17.0 08:49:15 smmap==5.0.2 08:49:15 soupsieve==2.8.3 08:49:15 stevedore==5.7.0 08:49:15 tabulate==0.9.0 08:49:15 toml==0.10.2 08:49:15 tomlkit==0.14.0 08:49:15 tqdm==4.67.3 08:49:15 typing_extensions==4.15.0 08:49:15 urllib3==1.26.20 08:49:15 virtualenv==20.38.0 08:49:15 wcwidth==0.6.0 08:49:15 websocket-client==1.9.0 08:49:15 wrapt==2.1.1 08:49:15 xdg==6.0.0 08:49:15 xmltodict==1.0.4 08:49:15 yq==3.4.3 08:49:15 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins12897405807439262108.sh 08:49:15 ---> sudo-logs.sh 08:49:15 Archiving 'sudo' log.. 08:49:15 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7759471956865588613.sh 08:49:15 ---> job-cost.sh 08:49:15 INFO: Activating Python virtual environment... 08:49:15 Setup pyenv: 08:49:15 system 08:49:15 3.8.13 08:49:15 3.9.13 08:49:15 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 08:49:15 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-SbMm from file:/tmp/.os_lf_venv 08:49:15 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:49:15 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:49:17 lf-activate-venv(): INFO: Base packages installed successfully 08:49:17 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 08:49:22 lf-activate-venv(): INFO: Adding /tmp/venv-SbMm/bin to PATH 08:49:22 INFO: No stack-cost file found 08:49:22 INFO: Instance uptime: 140s 08:49:22 INFO: Fetching instance metadata (attempt 1 of 3)... 08:49:22 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 08:49:22 INFO: Successfully fetched instance metadata 08:49:22 INFO: Instance type: v3-standard-4 08:49:22 INFO: Retrieving pricing info for: v3-standard-4 08:49:22 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 08:49:22 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=140 08:49:23 INFO: Successfully fetched Vexxhost pricing API 08:49:23 INFO: Retrieved cost: 0.11 08:49:23 INFO: Retrieved resource: v3-standard-4 08:49:23 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 08:49:23 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 08:49:23 INFO: Successfully archived job cost data 08:49:23 DEBUG: Cost data: oom-master-pre-commit-lint,4441,2026-02-23 08:49:23,v3-standard-4,140,0.11,0.00,SUCCESS 08:49:23 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins15468356672491511149.sh 08:49:23 ---> logs-deploy.sh 08:49:23 Setup pyenv: 08:49:23 system 08:49:23 3.8.13 08:49:23 3.9.13 08:49:23 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 08:49:23 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-SbMm from file:/tmp/.os_lf_venv 08:49:23 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:49:23 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:49:25 lf-activate-venv(): INFO: Base packages installed successfully 08:49:25 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 08:49:32 lf-activate-venv(): INFO: Adding /tmp/venv-SbMm/bin to PATH 08:49:32 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4441 08:49:32 INFO: archiving workspace using pattern(s): 08:49:32 /tmp/venv-SbMm/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version! 08:49:32 warnings.warn( 08:49:33 Archives upload complete. 08:49:33 INFO: archiving logs to Nexus 08:49:34 /tmp/venv-SbMm/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version! 08:49:34 warnings.warn( 08:49:34 ---> uname -a: 08:49:34 Linux prd-ubuntu1804-builder-4c-4g-19419 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 08:49:34 08:49:34 08:49:34 ---> lscpu: 08:49:34 Architecture: x86_64 08:49:34 CPU op-mode(s): 32-bit, 64-bit 08:49:34 Byte Order: Little Endian 08:49:34 CPU(s): 4 08:49:34 On-line CPU(s) list: 0-3 08:49:34 Thread(s) per core: 1 08:49:34 Core(s) per socket: 1 08:49:34 Socket(s): 4 08:49:34 NUMA node(s): 1 08:49:34 Vendor ID: AuthenticAMD 08:49:34 CPU family: 23 08:49:34 Model: 49 08:49:34 Model name: AMD EPYC-Rome Processor 08:49:34 Stepping: 0 08:49:34 CPU MHz: 2800.000 08:49:34 BogoMIPS: 5600.00 08:49:34 Virtualization: AMD-V 08:49:34 Hypervisor vendor: KVM 08:49:34 Virtualization type: full 08:49:34 L1d cache: 32K 08:49:34 L1i cache: 32K 08:49:34 L2 cache: 512K 08:49:34 L3 cache: 16384K 08:49:34 NUMA node0 CPU(s): 0-3 08:49:34 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl xtopology cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr arat npt nrip_save umip rdpid arch_capabilities 08:49:34 08:49:34 08:49:34 ---> nproc: 08:49:34 4 08:49:34 08:49:34 08:49:34 ---> df -h: 08:49:34 Filesystem Size Used Avail Use% Mounted on 08:49:34 udev 7.9G 0 7.9G 0% /dev 08:49:34 tmpfs 1.6G 676K 1.6G 1% /run 08:49:34 /dev/vda1 78G 8.4G 69G 11% / 08:49:34 tmpfs 7.9G 0 7.9G 0% /dev/shm 08:49:34 tmpfs 5.0M 0 5.0M 0% /run/lock 08:49:34 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 08:49:34 /dev/vda15 105M 4.4M 100M 5% /boot/efi 08:49:34 tmpfs 1.6G 0 1.6G 0% /run/user/1001 08:49:34 08:49:34 08:49:34 ---> free -m: 08:49:34 total used free shared buff/cache available 08:49:34 Mem: 16040 560 13252 0 2226 15158 08:49:34 Swap: 1023 0 1023 08:49:34 08:49:34 08:49:34 ---> ip addr: 08:49:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 08:49:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:49:34 inet 127.0.0.1/8 scope host lo 08:49:34 valid_lft forever preferred_lft forever 08:49:34 inet6 ::1/128 scope host 08:49:34 valid_lft forever preferred_lft forever 08:49:34 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 08:49:34 link/ether fa:16:3e:5f:c6:09 brd ff:ff:ff:ff:ff:ff 08:49:34 inet 10.30.107.160/23 brd 10.30.107.255 scope global dynamic ens3 08:49:34 valid_lft 86255sec preferred_lft 86255sec 08:49:34 inet6 fe80::f816:3eff:fe5f:c609/64 scope link 08:49:34 valid_lft forever preferred_lft forever 08:49:34 08:49:34 08:49:34 ---> sar -b -r -n DEV: 08:49:34 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-19419) 02/23/26 _x86_64_ (4 CPU) 08:49:34 08:49:34 08:47:12 LINUX RESTART (4 CPU) 08:49:34 08:49:34 08:48:02 tps rtps wtps bread/s bwrtn/s 08:49:34 08:49:01 107.42 1.00 106.42 113.49 19306.71 08:49:34 Average: 107.42 1.00 106.42 113.49 19306.71 08:49:34 08:49:34 08:48:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:49:34 08:49:01 13752428 15576264 2672532 16.27 77888 1933808 747092 4.28 736140 1696748 151428 08:49:34 Average: 13752428 15576264 2672532 16.27 77888 1933808 747092 4.28 736140 1696748 151428 08:49:34 08:49:34 08:48:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:49:34 08:49:01 ens3 63.27 47.31 814.93 11.02 0.00 0.00 0.00 0.00 08:49:34 08:49:01 lo 2.24 2.24 0.26 0.26 0.00 0.00 0.00 0.00 08:49:34 Average: ens3 63.27 47.31 814.93 11.02 0.00 0.00 0.00 0.00 08:49:34 Average: lo 2.24 2.24 0.26 0.26 0.00 0.00 0.00 0.00 08:49:34 08:49:34 08:49:34 ---> sar -P ALL: 08:49:34 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-19419) 02/23/26 _x86_64_ (4 CPU) 08:49:34 08:49:34 08:47:12 LINUX RESTART (4 CPU) 08:49:34 08:49:34 08:48:02 CPU %user %nice %system %iowait %steal %idle 08:49:34 08:49:01 all 21.95 0.00 1.72 2.15 0.06 74.12 08:49:34 08:49:01 0 31.82 0.00 2.43 0.51 0.05 65.20 08:49:34 08:49:01 1 11.28 0.00 1.27 3.04 0.05 84.36 08:49:34 08:49:01 2 26.60 0.00 1.72 3.57 0.08 68.03 08:49:34 08:49:01 3 18.10 0.00 1.47 1.48 0.05 78.90 08:49:34 Average: all 21.95 0.00 1.72 2.15 0.06 74.12 08:49:34 Average: 0 31.82 0.00 2.43 0.51 0.05 65.20 08:49:34 Average: 1 11.28 0.00 1.27 3.04 0.05 84.36 08:49:34 Average: 2 26.60 0.00 1.72 3.57 0.08 68.03 08:49:34 Average: 3 18.10 0.00 1.47 1.48 0.05 78.90 08:49:34 08:49:34 08:49:34