11:27:55 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143403 11:27:55 Running as SYSTEM 11:27:55 [EnvInject] - Loading node environment variables. 11:27:55 Building remotely on prd-ubuntu1804-builder-4c-4g-285 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 11:27:55 [ssh-agent] Looking for ssh-agent implementation... 11:27:55 $ ssh-agent 11:27:55 SSH_AUTH_SOCK=/tmp/ssh-eY7R9igXpPOF/agent.1663 11:27:55 SSH_AGENT_PID=1665 11:27:55 [ssh-agent] Started. 11:27:55 Running ssh-add (command line suppressed) 11:27:55 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_4692336183495874295.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_4692336183495874295.key) 11:27:55 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 11:27:55 The recommended git tool is: NONE 11:27:57 using credential onap-jenkins-ssh 11:27:57 Wiping out workspace first. 11:27:57 Cloning the remote Git repository 11:27:57 Cloning repository git://cloud.onap.org/mirror/oom.git 11:27:57 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 11:27:57 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 11:27:57 > git --version # timeout=10 11:27:57 > git --version # 'git version 2.17.1' 11:27:57 using GIT_SSH to set credentials Gerrit user 11:27:57 Verifying host key using manually-configured host key entries 11:27:57 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 11:28:03 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 11:28:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:28:03 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 11:28:03 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 11:28:03 using GIT_SSH to set credentials Gerrit user 11:28:03 Verifying host key using manually-configured host key entries 11:28:03 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/03/143403/3 # timeout=30 11:28:04 > git rev-parse 31af1f0ffee230aaa390fb925ce29b470f758b31^{commit} # timeout=10 11:28:04 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 11:28:04 Checking out Revision 31af1f0ffee230aaa390fb925ce29b470f758b31 (refs/changes/03/143403/3) 11:28:04 > git config core.sparsecheckout # timeout=10 11:28:04 > git checkout -f 31af1f0ffee230aaa390fb925ce29b470f758b31 # timeout=30 11:28:07 Commit message: "[SDC] Fix pipeline lint issue" 11:28:07 > git rev-parse FETCH_HEAD^{commit} # timeout=10 11:28:07 > git rev-list --no-walk 2ea5e11e61fca61a1cfd38ac0847165553d3fad0 # timeout=10 11:28:08 [EnvInject] - Injecting environment variables from a build step. 11:28:08 [EnvInject] - Injecting as environment variables the properties content 11:28:08 PYTHON=python3 11:28:08 11:28:08 [EnvInject] - Variables injected successfully. 11:28:08 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins14465542920569686360.sh 11:28:08 ---> tox-install.sh 11:28:08 + source /home/jenkins/lf-env.sh 11:28:08 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:28:08 ++ mktemp -d /tmp/venv-XXXX 11:28:08 + lf_venv=/tmp/venv-Rvsz 11:28:08 + local venv_file=/tmp/.os_lf_venv 11:28:08 + local python=python3 11:28:08 + local options 11:28:08 + local set_path=true 11:28:08 + local install_args= 11:28:08 ++ 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 11:28:08 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:28:08 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:28:08 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:28:08 + true 11:28:08 + case $1 in 11:28:08 + venv_file=/tmp/.toxenv 11:28:08 + shift 2 11:28:08 + true 11:28:08 + case $1 in 11:28:08 + shift 11:28:08 + break 11:28:08 + case $python in 11:28:08 + local pkg_list= 11:28:08 + [[ -d /opt/pyenv ]] 11:28:08 + echo 'Setup pyenv:' 11:28:08 Setup pyenv: 11:28:08 + export PYENV_ROOT=/opt/pyenv 11:28:08 + PYENV_ROOT=/opt/pyenv 11:28:08 + 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 11:28:08 + 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 11:28:08 + pyenv versions 11:28:08 * system (set by /opt/pyenv/version) 11:28:08 * 3.8.13 (set by /opt/pyenv/version) 11:28:08 * 3.9.13 (set by /opt/pyenv/version) 11:28:08 * 3.10.6 (set by /opt/pyenv/version) 11:28:08 + command -v pyenv 11:28:08 ++ pyenv init - --no-rehash 11:28:08 + 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[*]}"'\'')" 11:28:08 export PATH="/opt/pyenv/shims:${PATH}" 11:28:08 export PYENV_SHELL=bash 11:28:08 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:28:08 pyenv() { 11:28:08 local command 11:28:08 command="${1:-}" 11:28:08 if [ "$#" -gt 0 ]; then 11:28:08 shift 11:28:08 fi 11:28:08 11:28:08 case "$command" in 11:28:08 rehash|shell) 11:28:08 eval "$(pyenv "sh-$command" "$@")" 11:28:08 ;; 11:28:08 *) 11:28:08 command pyenv "$command" "$@" 11:28:08 ;; 11:28:08 esac 11:28:08 }' 11:28:08 +++ 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[*]}"' 11:28:08 ++ 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 11:28:08 ++ 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 11:28:08 ++ 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 11:28:08 ++ export PYENV_SHELL=bash 11:28:08 ++ PYENV_SHELL=bash 11:28:08 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:28:08 +++ complete -F _pyenv pyenv 11:28:08 ++ lf-pyver python3 11:28:08 ++ local py_version_xy=python3 11:28:08 ++ local py_version_xyz= 11:28:08 ++ pyenv versions 11:28:08 ++ local command 11:28:08 ++ command=versions 11:28:08 ++ '[' 1 -gt 0 ']' 11:28:08 ++ shift 11:28:08 ++ case "$command" in 11:28:08 ++ command pyenv versions 11:28:08 ++ pyenv versions 11:28:08 ++ sed 's/^[ *]* //' 11:28:08 ++ awk '{ print $1 }' 11:28:08 ++ grep -E '^[0-9.]*[0-9]$' 11:28:08 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:28:08 +++ grep '^3' /tmp/.pyenv_versions 11:28:08 +++ sort -V 11:28:08 +++ tail -n 1 11:28:09 ++ py_version_xyz=3.10.6 11:28:09 ++ [[ -z 3.10.6 ]] 11:28:09 ++ echo 3.10.6 11:28:09 ++ return 0 11:28:09 + pyenv local 3.10.6 11:28:09 + local command 11:28:09 + command=local 11:28:09 + '[' 2 -gt 0 ']' 11:28:09 + shift 11:28:09 + case "$command" in 11:28:09 + command pyenv local 3.10.6 11:28:09 + pyenv local 3.10.6 11:28:09 + for arg in "$@" 11:28:09 + case $arg in 11:28:09 + pkg_list+='tox ' 11:28:09 + for arg in "$@" 11:28:09 + case $arg in 11:28:09 + pkg_list+='virtualenv ' 11:28:09 + for arg in "$@" 11:28:09 + case $arg in 11:28:09 + pkg_list+='urllib3~=1.26.15 ' 11:28:09 + [[ -f /tmp/.toxenv ]] 11:28:09 + [[ ! -f /tmp/.toxenv ]] 11:28:09 + [[ -n '' ]] 11:28:09 + python3 -m venv /tmp/venv-Rvsz 11:28:14 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Rvsz' 11:28:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Rvsz 11:28:14 + echo /tmp/venv-Rvsz 11:28:14 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 11:28:14 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 11:28:14 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 11:28:14 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:28:14 + local 'pip_opts=--upgrade --quiet' 11:28:14 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 11:28:14 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 11:28:14 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 11:28:14 + [[ -n '' ]] 11:28:14 + [[ -n '' ]] 11:28:14 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 11:28:14 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:28:14 + /tmp/venv-Rvsz/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 11:28:18 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 11:28:18 lf-activate-venv(): INFO: Base packages installed successfully 11:28:18 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:28:18 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 11:28:18 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 11:28:18 + /tmp/venv-Rvsz/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 11:28:20 + type python3 11:28:20 + true 11:28:20 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Rvsz/bin to PATH' 11:28:20 lf-activate-venv(): INFO: Adding /tmp/venv-Rvsz/bin to PATH 11:28:20 + PATH=/tmp/venv-Rvsz/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 11:28:20 + return 0 11:28:20 + python3 --version 11:28:20 Python 3.10.6 11:28:20 + python3 -m pip --version 11:28:20 pip 26.0.1 from /tmp/venv-Rvsz/lib/python3.10/site-packages/pip (python 3.10) 11:28:20 + python3 -m pip freeze 11:28:20 cachetools==7.0.1 11:28:20 colorama==0.4.6 11:28:20 distlib==0.4.0 11:28:20 filelock==3.24.3 11:28:20 packaging==26.0 11:28:20 platformdirs==4.9.2 11:28:20 pluggy==1.6.0 11:28:20 pyproject-api==1.10.0 11:28:20 python-discovery==1.1.0 11:28:20 tomli==2.4.0 11:28:20 tox==4.46.3 11:28:20 typing_extensions==4.15.0 11:28:20 urllib3==1.26.20 11:28:20 virtualenv==21.1.0 11:28:20 [EnvInject] - Injecting environment variables from a build step. 11:28:20 [EnvInject] - Injecting as environment variables the properties content 11:28:20 PARALLEL=false 11:28:20 11:28:20 [EnvInject] - Variables injected successfully. 11:28:20 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins379203330296740015.sh 11:28:20 ---> tox-run.sh 11:28:20 + 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 11:28:20 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 11:28:20 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 11:28:20 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 11:28:20 + cd /w/workspace/oom-master-pre-commit-lint/. 11:28:20 + source /home/jenkins/lf-env.sh 11:28:20 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 11:28:20 ++ mktemp -d /tmp/venv-XXXX 11:28:20 + lf_venv=/tmp/venv-N5tA 11:28:20 + local venv_file=/tmp/.os_lf_venv 11:28:20 + local python=python3 11:28:20 + local options 11:28:20 + local set_path=true 11:28:20 + local install_args= 11:28:20 ++ 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 11:28:20 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:28:20 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 11:28:20 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 11:28:20 + true 11:28:20 + case $1 in 11:28:20 + venv_file=/tmp/.toxenv 11:28:20 + shift 2 11:28:20 + true 11:28:20 + case $1 in 11:28:20 + shift 11:28:20 + break 11:28:20 + case $python in 11:28:20 + local pkg_list= 11:28:20 + [[ -d /opt/pyenv ]] 11:28:20 + echo 'Setup pyenv:' 11:28:20 Setup pyenv: 11:28:20 + export PYENV_ROOT=/opt/pyenv 11:28:20 + PYENV_ROOT=/opt/pyenv 11:28:20 + 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 11:28:20 + 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 11:28:20 + pyenv versions 11:28:20 system 11:28:20 3.8.13 11:28:20 3.9.13 11:28:20 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:28:20 + command -v pyenv 11:28:20 ++ pyenv init - --no-rehash 11:28:20 + 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[*]}"'\'')" 11:28:20 export PATH="/opt/pyenv/shims:${PATH}" 11:28:20 export PYENV_SHELL=bash 11:28:20 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 11:28:20 pyenv() { 11:28:20 local command 11:28:20 command="${1:-}" 11:28:20 if [ "$#" -gt 0 ]; then 11:28:20 shift 11:28:20 fi 11:28:20 11:28:20 case "$command" in 11:28:20 rehash|shell) 11:28:20 eval "$(pyenv "sh-$command" "$@")" 11:28:20 ;; 11:28:20 *) 11:28:20 command pyenv "$command" "$@" 11:28:20 ;; 11:28:20 esac 11:28:20 }' 11:28:20 +++ 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[*]}"' 11:28:20 ++ 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 11:28:20 ++ 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 11:28:20 ++ 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 11:28:20 ++ export PYENV_SHELL=bash 11:28:20 ++ PYENV_SHELL=bash 11:28:20 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 11:28:20 +++ complete -F _pyenv pyenv 11:28:20 ++ lf-pyver python3 11:28:20 ++ local py_version_xy=python3 11:28:20 ++ local py_version_xyz= 11:28:20 ++ pyenv versions 11:28:20 ++ local command 11:28:20 ++ command=versions 11:28:20 ++ '[' 1 -gt 0 ']' 11:28:20 ++ shift 11:28:20 ++ case "$command" in 11:28:20 ++ command pyenv versions 11:28:20 ++ pyenv versions 11:28:20 ++ sed 's/^[ *]* //' 11:28:20 ++ awk '{ print $1 }' 11:28:20 ++ grep -E '^[0-9.]*[0-9]$' 11:28:20 ++ [[ ! -s /tmp/.pyenv_versions ]] 11:28:20 +++ grep '^3' /tmp/.pyenv_versions 11:28:20 +++ sort -V 11:28:20 +++ tail -n 1 11:28:20 ++ py_version_xyz=3.10.6 11:28:20 ++ [[ -z 3.10.6 ]] 11:28:20 ++ echo 3.10.6 11:28:20 ++ return 0 11:28:20 + pyenv local 3.10.6 11:28:20 + local command 11:28:20 + command=local 11:28:20 + '[' 2 -gt 0 ']' 11:28:20 + shift 11:28:20 + case "$command" in 11:28:20 + command pyenv local 3.10.6 11:28:20 + pyenv local 3.10.6 11:28:20 + for arg in "$@" 11:28:20 + case $arg in 11:28:20 + pkg_list+='tox ' 11:28:20 + for arg in "$@" 11:28:20 + case $arg in 11:28:20 + pkg_list+='virtualenv ' 11:28:20 + for arg in "$@" 11:28:20 + case $arg in 11:28:20 + pkg_list+='urllib3~=1.26.15 ' 11:28:20 + [[ -f /tmp/.toxenv ]] 11:28:20 ++ cat /tmp/.toxenv 11:28:20 + lf_venv=/tmp/venv-Rvsz 11:28:20 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Rvsz from' file:/tmp/.toxenv 11:28:20 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Rvsz from file:/tmp/.toxenv 11:28:20 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 11:28:20 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:28:20 + local 'pip_opts=--upgrade --quiet' 11:28:20 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 11:28:20 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 11:28:20 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 11:28:20 + [[ -n '' ]] 11:28:20 + [[ -n '' ]] 11:28:20 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 11:28:20 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:28:20 + /tmp/venv-Rvsz/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 11:28:21 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 11:28:21 lf-activate-venv(): INFO: Base packages installed successfully 11:28:21 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 11:28:21 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 11:28:21 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 11:28:21 + /tmp/venv-Rvsz/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 11:28:22 + type python3 11:28:22 + true 11:28:22 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Rvsz/bin to PATH' 11:28:22 lf-activate-venv(): INFO: Adding /tmp/venv-Rvsz/bin to PATH 11:28:22 + PATH=/tmp/venv-Rvsz/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 11:28:22 + return 0 11:28:22 + [[ -d /opt/pyenv ]] 11:28:22 + echo '---> Setting up pyenv' 11:28:22 ---> Setting up pyenv 11:28:22 + export PYENV_ROOT=/opt/pyenv 11:28:22 + PYENV_ROOT=/opt/pyenv 11:28:22 + export PATH=/opt/pyenv/bin:/tmp/venv-Rvsz/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 11:28:22 + PATH=/opt/pyenv/bin:/tmp/venv-Rvsz/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 11:28:22 ++ pwd 11:28:22 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 11:28:22 + export PYTHONPATH 11:28:22 + export TOX_TESTENV_PASSENV=PYTHONPATH 11:28:22 + TOX_TESTENV_PASSENV=PYTHONPATH 11:28:22 + tox --version 11:28:23 4.46.3 from /tmp/venv-Rvsz/lib/python3.10/site-packages/tox/__init__.py 11:28:23 + PARALLEL=false 11:28:23 + TOX_OPTIONS_LIST= 11:28:23 + [[ -n pre-commit ]] 11:28:23 + TOX_OPTIONS_LIST=' -e pre-commit' 11:28:23 + case ${PARALLEL,,} in 11:28:23 + tox -e pre-commit 11:28:23 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 11:28:24 pre-commit: install_deps> python -I -m pip install pre-commit 11:28:27 pre-commit: freeze> python -m pip freeze --all 11:28:27 pre-commit: cfgv==3.5.0,distlib==0.4.0,filelock==3.24.3,identify==2.6.16,nodeenv==1.10.0,pip==26.0.1,platformdirs==4.9.2,pre_commit==4.5.1,python-discovery==1.1.0,PyYAML==6.0.3,setuptools==82.0.0,typing_extensions==4.15.0,virtualenv==21.1.0 11:28:27 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 11:28:27 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 11:28:28 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 11:28:28 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 11:28:29 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 11:28:30 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 11:28:30 [INFO] Once installed this environment will be reused. 11:28:30 [INFO] This may take a few minutes... 11:28:35 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 11:28:35 [INFO] Once installed this environment will be reused. 11:28:35 [INFO] This may take a few minutes... 11:28:39 trim trailing whitespace.................................................Passed 11:28:39 Tabs remover.............................................................Passed 11:28:39 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 11:28:39 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 11:28:39 [INFO] Once installed this environment will be reused. 11:28:39 [INFO] This may take a few minutes... 11:28:47 gitlint..............................................(no files to check)Skipped 11:28:47 pre-commit: OK (24.30=setup[3.89]+cmd[12.20,8.21] seconds) 11:28:47 congratulations :) (24.34 seconds) 11:28:47 + tox_status=0 11:28:47 + echo '---> Completed tox runs' 11:28:47 ---> Completed tox runs 11:28:47 + for i in .tox/*/log 11:28:47 ++ echo .tox/pre-commit/log 11:28:47 ++ awk -F/ '{print $2}' 11:28:47 + tox_env=pre-commit 11:28:47 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 11:28:47 + DOC_DIR=docs/_build/html 11:28:47 + [[ -d docs/_build/html ]] 11:28:47 + echo '---> tox-run.sh ends' 11:28:47 ---> tox-run.sh ends 11:28:47 + test 0 -eq 0 11:28:48 $ ssh-agent -k 11:28:48 unset SSH_AUTH_SOCK; 11:28:48 unset SSH_AGENT_PID; 11:28:48 echo Agent pid 1665 killed; 11:28:48 [ssh-agent] Stopped. 11:28:48 [PostBuildScript] - [INFO] Executing post build scripts. 11:28:48 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5912408608102672407.sh 11:28:48 ---> sysstat.sh 11:28:48 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins12043138939342139870.sh 11:28:48 ---> package-listing.sh 11:28:48 ++ tr '[:upper:]' '[:lower:]' 11:28:48 ++ facter osfamily 11:28:48 + OS_FAMILY=debian 11:28:48 + workspace=/w/workspace/oom-master-pre-commit-lint 11:28:48 + START_PACKAGES=/tmp/packages_start.txt 11:28:48 + END_PACKAGES=/tmp/packages_end.txt 11:28:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:28:48 + PACKAGES=/tmp/packages_start.txt 11:28:48 + '[' /w/workspace/oom-master-pre-commit-lint ']' 11:28:48 + PACKAGES=/tmp/packages_end.txt 11:28:48 + case "${OS_FAMILY}" in 11:28:48 + dpkg -l 11:28:48 + grep '^ii' 11:28:48 + '[' -f /tmp/packages_start.txt ']' 11:28:48 + '[' -f /tmp/packages_end.txt ']' 11:28:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:28:48 + '[' /w/workspace/oom-master-pre-commit-lint ']' 11:28:48 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 11:28:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 11:28:48 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5050873307740750153.sh 11:28:48 ---> capture-instance-metadata.sh 11:28:48 Setup pyenv: 11:28:48 system 11:28:48 3.8.13 11:28:48 3.9.13 11:28:48 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:28:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hgr8 11:28:52 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 11:28:52 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:28:52 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:28:56 lf-activate-venv(): INFO: Base packages installed successfully 11:28:56 lf-activate-venv(): INFO: Installing additional packages: lftools 11:29:21 lf-activate-venv(): INFO: Adding /tmp/venv-hgr8/bin to PATH 11:29:22 INFO: Running in OpenStack, capturing instance metadata 11:29:22 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15765688875004210910.sh 11:29:22 provisioning config files... 11:29:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config17407282701824472118tmp 11:29:22 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 11:29:22 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 11:29:22 [EnvInject] - Injecting environment variables from a build step. 11:29:22 [EnvInject] - Injecting as environment variables the properties content 11:29:22 SERVER_ID=logs 11:29:22 11:29:22 [EnvInject] - Variables injected successfully. 11:29:22 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins3156077433417580879.sh 11:29:22 ---> create-netrc.sh 11:29:22 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins13225350950540855389.sh 11:29:22 ---> python-tools-install.sh 11:29:22 Setup pyenv: 11:29:22 system 11:29:22 3.8.13 11:29:22 3.9.13 11:29:22 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:29:22 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-hgr8 from file:/tmp/.os_lf_venv 11:29:22 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:29:22 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:29:24 lf-activate-venv(): INFO: Base packages installed successfully 11:29:24 lf-activate-venv(): INFO: Installing additional packages: lftools 11:29:32 lf-activate-venv(): INFO: Adding /tmp/venv-hgr8/bin to PATH 11:29:32 Generating Requirements File 11:29:49 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. 11:29:49 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 11:29:49 Python 3.10.6 11:29:49 pip 26.0.1 from /tmp/venv-hgr8/lib/python3.10/site-packages/pip (python 3.10) 11:29:50 appdirs==1.4.4 11:29:50 argcomplete==3.6.3 11:29:50 aspy.yaml==1.3.0 11:29:50 attrs==25.4.0 11:29:50 autopage==0.6.0 11:29:50 backports.strenum==1.3.1 11:29:50 beautifulsoup4==4.14.3 11:29:50 boto3==1.42.58 11:29:50 botocore==1.42.58 11:29:50 bs4==0.0.2 11:29:50 certifi==2026.2.25 11:29:50 cffi==2.0.0 11:29:50 cfgv==3.5.0 11:29:50 chardet==6.0.0.post1 11:29:50 charset-normalizer==3.4.4 11:29:50 click==8.3.1 11:29:50 cliff==4.13.2 11:29:50 cmd2==3.2.2 11:29:50 cryptography==3.3.2 11:29:50 debtcollector==3.0.0 11:29:50 decorator==5.2.1 11:29:50 defusedxml==0.7.1 11:29:50 Deprecated==1.3.1 11:29:50 distlib==0.4.0 11:29:50 dnspython==2.8.0 11:29:50 docker==7.1.0 11:29:50 dogpile.cache==1.5.0 11:29:50 durationpy==0.10 11:29:50 email-validator==2.3.0 11:29:50 filelock==3.24.3 11:29:50 future==1.0.0 11:29:50 gitdb==4.0.12 11:29:50 GitPython==3.1.46 11:29:50 httplib2==0.30.2 11:29:50 identify==2.6.16 11:29:50 idna==3.11 11:29:50 importlib-resources==1.5.0 11:29:50 iso8601==2.1.0 11:29:50 Jinja2==3.1.6 11:29:50 jmespath==1.1.0 11:29:50 jsonpatch==1.33 11:29:50 jsonpointer==3.0.0 11:29:50 jsonschema==4.26.0 11:29:50 jsonschema-specifications==2025.9.1 11:29:50 keystoneauth1==5.13.1 11:29:50 kubernetes==35.0.0 11:29:50 lftools==0.37.21 11:29:50 lxml==6.0.2 11:29:50 markdown-it-py==4.0.0 11:29:50 MarkupSafe==3.0.3 11:29:50 mdurl==0.1.2 11:29:50 msgpack==1.1.2 11:29:50 multi_key_dict==2.0.3 11:29:50 munch==4.0.0 11:29:50 netaddr==1.3.0 11:29:50 niet==1.4.2 11:29:50 nodeenv==1.10.0 11:29:50 oauth2client==4.1.3 11:29:50 oauthlib==3.3.1 11:29:50 openstacksdk==4.10.0 11:29:50 os-service-types==1.8.2 11:29:50 osc-lib==4.4.0 11:29:50 oslo.config==10.3.0 11:29:50 oslo.context==6.3.0 11:29:50 oslo.i18n==6.7.2 11:29:50 oslo.log==8.1.0 11:29:50 oslo.serialization==5.9.1 11:29:50 oslo.utils==10.0.0 11:29:50 packaging==26.0 11:29:50 pbr==7.0.3 11:29:50 platformdirs==4.9.2 11:29:50 prettytable==3.17.0 11:29:50 psutil==7.2.2 11:29:50 pyasn1==0.6.2 11:29:50 pyasn1_modules==0.4.2 11:29:50 pycparser==3.0 11:29:50 pygerrit2==2.0.15 11:29:50 PyGithub==2.8.1 11:29:50 Pygments==2.19.2 11:29:50 PyJWT==2.11.0 11:29:50 PyNaCl==1.6.2 11:29:50 pyparsing==2.4.7 11:29:50 pyperclip==1.11.0 11:29:50 pyrsistent==0.20.0 11:29:50 python-cinderclient==9.8.0 11:29:50 python-dateutil==2.9.0.post0 11:29:50 python-discovery==1.1.0 11:29:50 python-heatclient==5.1.0 11:29:50 python-jenkins==1.8.3 11:29:50 python-keystoneclient==5.7.0 11:29:50 python-magnumclient==4.9.0 11:29:50 python-openstackclient==9.0.0 11:29:50 python-swiftclient==4.10.0 11:29:50 PyYAML==6.0.3 11:29:50 referencing==0.37.0 11:29:50 requests==2.32.5 11:29:50 requests-oauthlib==2.0.0 11:29:50 requestsexceptions==1.4.0 11:29:50 rfc3986==2.0.0 11:29:50 rich==14.3.3 11:29:50 rich-argparse==1.7.2 11:29:50 rpds-py==0.30.0 11:29:50 rsa==4.9.1 11:29:50 ruamel.yaml==0.19.1 11:29:50 ruamel.yaml.clib==0.2.15 11:29:50 s3transfer==0.16.0 11:29:50 simplejson==3.20.2 11:29:50 six==1.17.0 11:29:50 smmap==5.0.2 11:29:50 soupsieve==2.8.3 11:29:50 stevedore==5.7.0 11:29:50 tabulate==0.9.0 11:29:50 toml==0.10.2 11:29:50 tomlkit==0.14.0 11:29:50 tqdm==4.67.3 11:29:50 typing_extensions==4.15.0 11:29:50 urllib3==1.26.20 11:29:50 virtualenv==21.1.0 11:29:50 wcwidth==0.6.0 11:29:50 websocket-client==1.9.0 11:29:50 wrapt==2.1.1 11:29:50 xdg==6.0.0 11:29:50 xmltodict==1.0.4 11:29:50 yq==3.4.3 11:29:50 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15408820188253799608.sh 11:29:50 ---> sudo-logs.sh 11:29:50 Archiving 'sudo' log.. 11:29:50 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14619671834260042393.sh 11:29:50 ---> job-cost.sh 11:29:50 INFO: Activating Python virtual environment... 11:29:50 Setup pyenv: 11:29:50 system 11:29:50 3.8.13 11:29:50 3.9.13 11:29:50 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:29:50 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-hgr8 from file:/tmp/.os_lf_venv 11:29:50 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:29:50 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:29:52 lf-activate-venv(): INFO: Base packages installed successfully 11:29:52 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 11:29:57 lf-activate-venv(): INFO: Adding /tmp/venv-hgr8/bin to PATH 11:29:57 INFO: No stack-cost file found 11:29:57 INFO: Instance uptime: 148s 11:29:57 INFO: Fetching instance metadata (attempt 1 of 3)... 11:29:57 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 11:29:57 INFO: Successfully fetched instance metadata 11:29:57 INFO: Instance type: v3-standard-4 11:29:57 INFO: Retrieving pricing info for: v3-standard-4 11:29:57 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 11:29:57 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=148 11:29:57 INFO: Successfully fetched Vexxhost pricing API 11:29:57 INFO: Retrieved cost: 0.11 11:29:57 INFO: Retrieved resource: v3-standard-4 11:29:57 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 11:29:57 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 11:29:57 INFO: Successfully archived job cost data 11:29:57 DEBUG: Cost data: oom-master-pre-commit-lint,4467,2026-02-27 11:29:57,v3-standard-4,148,0.11,0.00,SUCCESS 11:29:57 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins3354576808374632893.sh 11:29:57 ---> logs-deploy.sh 11:29:57 Setup pyenv: 11:29:57 system 11:29:57 3.8.13 11:29:57 3.9.13 11:29:57 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 11:29:57 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-hgr8 from file:/tmp/.os_lf_venv 11:29:57 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 11:29:57 lf-activate-venv(): INFO: Attempting to install with network-safe options... 11:29:59 lf-activate-venv(): INFO: Base packages installed successfully 11:29:59 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 11:30:07 lf-activate-venv(): INFO: Adding /tmp/venv-hgr8/bin to PATH 11:30:07 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4467 11:30:07 INFO: archiving workspace using pattern(s): 11:30:07 /tmp/venv-hgr8/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! 11:30:07 warnings.warn( 11:30:08 Archives upload complete. 11:30:09 INFO: archiving logs to Nexus 11:30:09 /tmp/venv-hgr8/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! 11:30:09 warnings.warn( 11:30:09 ---> uname -a: 11:30:09 Linux prd-ubuntu1804-builder-4c-4g-285 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 11:30:09 11:30:09 11:30:09 ---> lscpu: 11:30:09 Architecture: x86_64 11:30:09 CPU op-mode(s): 32-bit, 64-bit 11:30:09 Byte Order: Little Endian 11:30:09 CPU(s): 4 11:30:09 On-line CPU(s) list: 0-3 11:30:09 Thread(s) per core: 1 11:30:09 Core(s) per socket: 1 11:30:09 Socket(s): 4 11:30:09 NUMA node(s): 1 11:30:09 Vendor ID: AuthenticAMD 11:30:09 CPU family: 23 11:30:09 Model: 49 11:30:09 Model name: AMD EPYC-Rome Processor 11:30:09 Stepping: 0 11:30:09 CPU MHz: 2799.998 11:30:09 BogoMIPS: 5599.99 11:30:09 Virtualization: AMD-V 11:30:09 Hypervisor vendor: KVM 11:30:09 Virtualization type: full 11:30:09 L1d cache: 32K 11:30:09 L1i cache: 32K 11:30:09 L2 cache: 512K 11:30:09 L3 cache: 16384K 11:30:09 NUMA node0 CPU(s): 0-3 11:30:09 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 11:30:09 11:30:09 11:30:09 ---> nproc: 11:30:09 4 11:30:09 11:30:09 11:30:09 ---> df -h: 11:30:09 Filesystem Size Used Avail Use% Mounted on 11:30:09 udev 7.9G 0 7.9G 0% /dev 11:30:09 tmpfs 1.6G 676K 1.6G 1% /run 11:30:09 /dev/vda1 78G 8.4G 69G 11% / 11:30:09 tmpfs 7.9G 0 7.9G 0% /dev/shm 11:30:09 tmpfs 5.0M 0 5.0M 0% /run/lock 11:30:09 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 11:30:09 /dev/vda15 105M 4.4M 100M 5% /boot/efi 11:30:09 tmpfs 1.6G 0 1.6G 0% /run/user/1001 11:30:09 11:30:09 11:30:09 ---> free -m: 11:30:09 total used free shared buff/cache available 11:30:09 Mem: 16040 537 13290 0 2211 15181 11:30:09 Swap: 1023 0 1023 11:30:09 11:30:09 11:30:09 ---> ip addr: 11:30:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 11:30:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:30:09 inet 127.0.0.1/8 scope host lo 11:30:09 valid_lft forever preferred_lft forever 11:30:09 inet6 ::1/128 scope host 11:30:09 valid_lft forever preferred_lft forever 11:30:09 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 11:30:09 link/ether fa:16:3e:25:c2:86 brd ff:ff:ff:ff:ff:ff 11:30:09 inet 10.30.107.118/23 brd 10.30.107.255 scope global dynamic ens3 11:30:09 valid_lft 86248sec preferred_lft 86248sec 11:30:09 inet6 fe80::f816:3eff:fe25:c286/64 scope link 11:30:09 valid_lft forever preferred_lft forever 11:30:09 11:30:09 11:30:09 ---> sar -b -r -n DEV: 11:30:09 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-285) 02/27/26 _x86_64_ (4 CPU) 11:30:09 11:30:09 11:27:40 LINUX RESTART (4 CPU) 11:30:09 11:30:09 11:28:01 tps rtps wtps bread/s bwrtn/s 11:30:09 11:29:01 127.31 24.38 102.93 817.20 47286.12 11:30:09 11:30:01 123.88 1.03 122.85 118.51 31235.33 11:30:09 Average: 125.60 12.71 112.89 467.86 39260.72 11:30:09 11:30:09 11:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:30:09 11:29:01 13950528 15555188 2474440 15.07 59772 1743224 800952 4.58 737096 1519164 125448 11:30:09 11:30:01 13647288 15581408 2777680 16.91 86572 2028012 760992 4.36 726888 1796268 125572 11:30:09 Average: 13798908 15568298 2626060 15.99 73172 1885618 780972 4.47 731992 1657716 125510 11:30:09 11:30:09 11:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:30:09 11:29:01 ens3 139.58 95.57 932.61 31.86 0.00 0.00 0.00 0.00 11:30:09 11:29:01 lo 2.53 2.53 0.28 0.28 0.00 0.00 0.00 0.00 11:30:09 11:30:01 ens3 57.66 42.56 894.13 10.64 0.00 0.00 0.00 0.00 11:30:09 11:30:01 lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 11:30:09 Average: ens3 98.62 69.06 913.37 21.25 0.00 0.00 0.00 0.00 11:30:09 Average: lo 1.97 1.97 0.22 0.22 0.00 0.00 0.00 0.00 11:30:09 11:30:09 11:30:09 ---> sar -P ALL: 11:30:09 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-285) 02/27/26 _x86_64_ (4 CPU) 11:30:09 11:30:09 11:27:40 LINUX RESTART (4 CPU) 11:30:09 11:30:09 11:28:01 CPU %user %nice %system %iowait %steal %idle 11:30:09 11:29:01 all 21.32 0.00 2.18 6.27 0.08 70.15 11:30:09 11:29:01 0 21.78 0.00 2.14 5.74 0.08 70.26 11:30:09 11:29:01 1 14.81 0.00 1.75 10.39 0.08 72.96 11:30:09 11:29:01 2 23.12 0.00 2.21 5.66 0.07 68.94 11:30:09 11:29:01 3 25.60 0.00 2.60 3.27 0.08 68.45 11:30:09 11:30:01 all 20.03 0.00 1.62 3.63 0.06 74.66 11:30:09 11:30:01 0 6.14 0.00 0.75 0.13 0.03 92.95 11:30:09 11:30:01 1 46.23 0.00 3.12 1.18 0.07 49.40 11:30:09 11:30:01 2 24.47 0.00 1.54 1.94 0.07 71.98 11:30:09 11:30:01 3 3.25 0.00 1.05 11.32 0.07 84.31 11:30:09 Average: all 20.68 0.00 1.90 4.95 0.07 72.41 11:30:09 Average: 0 13.95 0.00 1.44 2.93 0.06 81.62 11:30:09 Average: 1 30.53 0.00 2.44 5.79 0.08 61.17 11:30:09 Average: 2 23.80 0.00 1.87 3.80 0.07 70.46 11:30:09 Average: 3 14.42 0.00 1.83 7.29 0.08 76.38 11:30:09 11:30:09 11:30:09