20:17:03 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/146717 20:17:03 Running as SYSTEM 20:17:03 [EnvInject] - Loading node environment variables. 20:17:03 Building remotely on prd-ubuntu1804-builder-4c-4g-13114 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 20:17:03 [ssh-agent] Looking for ssh-agent implementation... 20:17:04 $ ssh-agent 20:17:04 SSH_AUTH_SOCK=/tmp/ssh-62nLSq5z00e1/agent.1772 20:17:04 SSH_AGENT_PID=1774 20:17:04 [ssh-agent] Started. 20:17:04 Running ssh-add (command line suppressed) 20:17:04 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_2031453817396148895.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_2031453817396148895.key) 20:17:04 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 20:17:04 The recommended git tool is: NONE 20:17:06 using credential onap-jenkins-ssh 20:17:06 Wiping out workspace first. 20:17:06 Cloning the remote Git repository 20:17:06 Cloning repository git://cloud.onap.org/mirror/oom.git 20:17:06 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 20:17:06 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 20:17:06 > git --version # timeout=10 20:17:06 > git --version # 'git version 2.17.1' 20:17:06 using GIT_SSH to set credentials Gerrit user 20:17:06 Verifying host key using manually-configured host key entries 20:17:06 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 20:17:11 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 20:17:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:17:12 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 20:17:12 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 20:17:12 using GIT_SSH to set credentials Gerrit user 20:17:12 Verifying host key using manually-configured host key entries 20:17:12 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/17/146717/1 # timeout=30 20:17:12 > git rev-parse 4245f14e02eedf637639f5925fd6ecd58c26a61d^{commit} # timeout=10 20:17:12 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 20:17:12 Checking out Revision 4245f14e02eedf637639f5925fd6ecd58c26a61d (refs/changes/17/146717/1) 20:17:12 > git config core.sparsecheckout # timeout=10 20:17:12 > git checkout -f 4245f14e02eedf637639f5925fd6ecd58c26a61d # timeout=30 20:17:15 Commit message: "helm: update starter deployment apiVersion to apps/v1" 20:17:15 > git rev-parse FETCH_HEAD^{commit} # timeout=10 20:17:15 > git rev-list --no-walk ab364dd9b8348f14aa12c12ce4ac4f7e40e3fff0 # timeout=10 20:17:15 [EnvInject] - Injecting environment variables from a build step. 20:17:15 [EnvInject] - Injecting as environment variables the properties content 20:17:15 PYTHON=python3 20:17:15 20:17:15 [EnvInject] - Variables injected successfully. 20:17:15 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins4971618980149203148.sh 20:17:15 ---> tox-install.sh 20:17:15 + source /home/jenkins/lf-env.sh 20:17:15 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 20:17:15 ++ mktemp -d /tmp/venv-XXXX 20:17:15 + lf_venv=/tmp/venv-nQHy 20:17:15 + local venv_file=/tmp/.os_lf_venv 20:17:15 + local python=python3 20:17:15 + local options 20:17:15 + local set_path=true 20:17:15 + local install_args= 20:17:15 ++ 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 20:17:15 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 20:17:15 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 20:17:15 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 20:17:15 + true 20:17:15 + case $1 in 20:17:15 + venv_file=/tmp/.toxenv 20:17:15 + shift 2 20:17:15 + true 20:17:15 + case $1 in 20:17:15 + shift 20:17:15 + break 20:17:15 + case $python in 20:17:15 + local pkg_list= 20:17:15 + [[ -d /opt/pyenv ]] 20:17:15 + echo 'Setup pyenv:' 20:17:15 Setup pyenv: 20:17:15 + export PYENV_ROOT=/opt/pyenv 20:17:15 + PYENV_ROOT=/opt/pyenv 20:17:15 + 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 20:17:15 + 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 20:17:15 + pyenv versions 20:17:15 * system (set by /opt/pyenv/version) 20:17:15 * 3.8.13 (set by /opt/pyenv/version) 20:17:15 * 3.9.13 (set by /opt/pyenv/version) 20:17:15 * 3.10.6 (set by /opt/pyenv/version) 20:17:15 + command -v pyenv 20:17:15 ++ pyenv init - --no-rehash 20:17:16 + 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[*]}"'\'')" 20:17:16 export PATH="/opt/pyenv/shims:${PATH}" 20:17:16 export PYENV_SHELL=bash 20:17:16 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 20:17:16 pyenv() { 20:17:16 local command 20:17:16 command="${1:-}" 20:17:16 if [ "$#" -gt 0 ]; then 20:17:16 shift 20:17:16 fi 20:17:16 20:17:16 case "$command" in 20:17:16 rehash|shell) 20:17:16 eval "$(pyenv "sh-$command" "$@")" 20:17:16 ;; 20:17:16 *) 20:17:16 command pyenv "$command" "$@" 20:17:16 ;; 20:17:16 esac 20:17:16 }' 20:17:16 +++ 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[*]}"' 20:17:16 ++ 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 20:17:16 ++ 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 20:17:16 ++ 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 20:17:16 ++ export PYENV_SHELL=bash 20:17:16 ++ PYENV_SHELL=bash 20:17:16 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 20:17:16 +++ complete -F _pyenv pyenv 20:17:16 ++ lf-pyver python3 20:17:16 ++ local py_version_xy=python3 20:17:16 ++ local py_version_xyz= 20:17:16 ++ pyenv versions 20:17:16 ++ local command 20:17:16 ++ command=versions 20:17:16 ++ '[' 1 -gt 0 ']' 20:17:16 ++ shift 20:17:16 ++ case "$command" in 20:17:16 ++ command pyenv versions 20:17:16 ++ pyenv versions 20:17:16 ++ grep -E '^[0-9.]*[0-9]$' 20:17:16 ++ awk '{ print $1 }' 20:17:16 ++ sed 's/^[ *]* //' 20:17:16 ++ [[ ! -s /tmp/.pyenv_versions ]] 20:17:16 +++ sort -V 20:17:16 +++ tail -n 1 20:17:16 +++ grep '^3' /tmp/.pyenv_versions 20:17:16 ++ py_version_xyz=3.10.6 20:17:16 ++ [[ -z 3.10.6 ]] 20:17:16 ++ echo 3.10.6 20:17:16 ++ return 0 20:17:16 + pyenv local 3.10.6 20:17:16 + local command 20:17:16 + command=local 20:17:16 + '[' 2 -gt 0 ']' 20:17:16 + shift 20:17:16 + case "$command" in 20:17:16 + command pyenv local 3.10.6 20:17:16 + pyenv local 3.10.6 20:17:16 + for arg in "$@" 20:17:16 + case $arg in 20:17:16 + pkg_list+='tox ' 20:17:16 + for arg in "$@" 20:17:16 + case $arg in 20:17:16 + pkg_list+='virtualenv ' 20:17:16 + for arg in "$@" 20:17:16 + case $arg in 20:17:16 + pkg_list+='urllib3~=1.26.15 ' 20:17:16 + [[ -f /tmp/.toxenv ]] 20:17:16 + [[ ! -f /tmp/.toxenv ]] 20:17:16 + [[ -n '' ]] 20:17:16 + python3 -m venv /tmp/venv-nQHy 20:17:21 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nQHy' 20:17:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nQHy 20:17:21 + echo /tmp/venv-nQHy 20:17:21 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 20:17:21 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 20:17:21 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 20:17:21 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 20:17:21 + local 'pip_opts=--upgrade --quiet' 20:17:21 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 20:17:21 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 20:17:21 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 20:17:21 + [[ -n '' ]] 20:17:21 + [[ -n '' ]] 20:17:21 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 20:17:21 lf-activate-venv(): INFO: Attempting to install with network-safe options... 20:17:21 + /tmp/venv-nQHy/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 20:17:25 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 20:17:25 lf-activate-venv(): INFO: Base packages installed successfully 20:17:25 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 20:17:25 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 20:17:25 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 20:17:25 + /tmp/venv-nQHy/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 20:17:28 + type python3 20:17:28 + true 20:17:28 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-nQHy/bin to PATH' 20:17:28 lf-activate-venv(): INFO: Adding /tmp/venv-nQHy/bin to PATH 20:17:28 + PATH=/tmp/venv-nQHy/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 20:17:28 + return 0 20:17:28 + python3 --version 20:17:28 Python 3.10.6 20:17:28 + python3 -m pip --version 20:17:28 pip 26.1.2 from /tmp/venv-nQHy/lib/python3.10/site-packages/pip (python 3.10) 20:17:28 + python3 -m pip freeze 20:17:29 cachetools==7.1.6 20:17:29 colorama==0.4.6 20:17:29 distlib==0.4.3 20:17:29 filelock==3.32.0 20:17:29 packaging==26.2 20:17:29 platformdirs==4.11.0 20:17:29 pluggy==1.6.0 20:17:29 pyproject-api==1.11.0 20:17:29 python-discovery==1.5.0 20:17:29 tomli==2.4.1 20:17:29 tomli_w==1.2.0 20:17:29 tox==4.58.0 20:17:29 typing_extensions==4.16.0 20:17:29 urllib3==1.26.20 20:17:29 virtualenv==21.7.0 20:17:29 [EnvInject] - Injecting environment variables from a build step. 20:17:29 [EnvInject] - Injecting as environment variables the properties content 20:17:29 PARALLEL=false 20:17:29 20:17:29 [EnvInject] - Variables injected successfully. 20:17:29 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins3987295859234925909.sh 20:17:29 ---> tox-run.sh 20:17:29 + 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 20:17:29 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 20:17:29 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 20:17:29 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 20:17:29 + cd /w/workspace/oom-master-pre-commit-lint/. 20:17:29 + source /home/jenkins/lf-env.sh 20:17:29 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 20:17:29 ++ mktemp -d /tmp/venv-XXXX 20:17:29 + lf_venv=/tmp/venv-EnU8 20:17:29 + local venv_file=/tmp/.os_lf_venv 20:17:29 + local python=python3 20:17:29 + local options 20:17:29 + local set_path=true 20:17:29 + local install_args= 20:17:29 ++ 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 20:17:29 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 20:17:29 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 20:17:29 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 20:17:29 + true 20:17:29 + case $1 in 20:17:29 + venv_file=/tmp/.toxenv 20:17:29 + shift 2 20:17:29 + true 20:17:29 + case $1 in 20:17:29 + shift 20:17:29 + break 20:17:29 + case $python in 20:17:29 + local pkg_list= 20:17:29 + [[ -d /opt/pyenv ]] 20:17:29 + echo 'Setup pyenv:' 20:17:29 Setup pyenv: 20:17:29 + export PYENV_ROOT=/opt/pyenv 20:17:29 + PYENV_ROOT=/opt/pyenv 20:17:29 + 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 20:17:29 + 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 20:17:29 + pyenv versions 20:17:29 system 20:17:29 3.8.13 20:17:29 3.9.13 20:17:29 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 20:17:29 + command -v pyenv 20:17:29 ++ pyenv init - --no-rehash 20:17:29 + 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[*]}"'\'')" 20:17:29 export PATH="/opt/pyenv/shims:${PATH}" 20:17:29 export PYENV_SHELL=bash 20:17:29 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 20:17:29 pyenv() { 20:17:29 local command 20:17:29 command="${1:-}" 20:17:29 if [ "$#" -gt 0 ]; then 20:17:29 shift 20:17:29 fi 20:17:29 20:17:29 case "$command" in 20:17:29 rehash|shell) 20:17:29 eval "$(pyenv "sh-$command" "$@")" 20:17:29 ;; 20:17:29 *) 20:17:29 command pyenv "$command" "$@" 20:17:29 ;; 20:17:29 esac 20:17:29 }' 20:17:29 +++ 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[*]}"' 20:17:29 ++ 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 20:17:29 ++ 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 20:17:29 ++ 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 20:17:29 ++ export PYENV_SHELL=bash 20:17:29 ++ PYENV_SHELL=bash 20:17:29 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 20:17:29 +++ complete -F _pyenv pyenv 20:17:29 ++ lf-pyver python3 20:17:29 ++ local py_version_xy=python3 20:17:29 ++ local py_version_xyz= 20:17:29 ++ pyenv versions 20:17:29 ++ sed 's/^[ *]* //' 20:17:29 ++ local command 20:17:29 ++ awk '{ print $1 }' 20:17:29 ++ command=versions 20:17:29 ++ '[' 1 -gt 0 ']' 20:17:29 ++ grep -E '^[0-9.]*[0-9]$' 20:17:29 ++ shift 20:17:29 ++ case "$command" in 20:17:29 ++ command pyenv versions 20:17:29 ++ pyenv versions 20:17:29 ++ [[ ! -s /tmp/.pyenv_versions ]] 20:17:29 +++ grep '^3' /tmp/.pyenv_versions 20:17:29 +++ sort -V 20:17:29 +++ tail -n 1 20:17:29 ++ py_version_xyz=3.10.6 20:17:29 ++ [[ -z 3.10.6 ]] 20:17:29 ++ echo 3.10.6 20:17:29 ++ return 0 20:17:29 + pyenv local 3.10.6 20:17:29 + local command 20:17:29 + command=local 20:17:29 + '[' 2 -gt 0 ']' 20:17:29 + shift 20:17:29 + case "$command" in 20:17:29 + command pyenv local 3.10.6 20:17:29 + pyenv local 3.10.6 20:17:29 + for arg in "$@" 20:17:29 + case $arg in 20:17:29 + pkg_list+='tox ' 20:17:29 + for arg in "$@" 20:17:29 + case $arg in 20:17:29 + pkg_list+='virtualenv ' 20:17:29 + for arg in "$@" 20:17:29 + case $arg in 20:17:29 + pkg_list+='urllib3~=1.26.15 ' 20:17:29 + [[ -f /tmp/.toxenv ]] 20:17:29 ++ cat /tmp/.toxenv 20:17:29 + lf_venv=/tmp/venv-nQHy 20:17:29 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-nQHy from' file:/tmp/.toxenv 20:17:29 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-nQHy from file:/tmp/.toxenv 20:17:29 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 20:17:29 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 20:17:29 + local 'pip_opts=--upgrade --quiet' 20:17:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 20:17:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 20:17:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 20:17:29 + [[ -n '' ]] 20:17:29 + [[ -n '' ]] 20:17:29 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 20:17:29 lf-activate-venv(): INFO: Attempting to install with network-safe options... 20:17:29 + /tmp/venv-nQHy/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 20:17:30 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 20:17:30 lf-activate-venv(): INFO: Base packages installed successfully 20:17:30 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 20:17:30 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 20:17:30 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 20:17:30 + /tmp/venv-nQHy/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 20:17:31 + type python3 20:17:31 + true 20:17:31 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-nQHy/bin to PATH' 20:17:31 lf-activate-venv(): INFO: Adding /tmp/venv-nQHy/bin to PATH 20:17:31 + PATH=/tmp/venv-nQHy/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 20:17:31 + return 0 20:17:31 + [[ -d /opt/pyenv ]] 20:17:31 + echo '---> Setting up pyenv' 20:17:31 ---> Setting up pyenv 20:17:31 + export PYENV_ROOT=/opt/pyenv 20:17:31 + PYENV_ROOT=/opt/pyenv 20:17:31 + export PATH=/opt/pyenv/bin:/tmp/venv-nQHy/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 20:17:31 + PATH=/opt/pyenv/bin:/tmp/venv-nQHy/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 20:17:31 ++ pwd 20:17:31 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 20:17:31 + export PYTHONPATH 20:17:31 + export TOX_TESTENV_PASSENV=PYTHONPATH 20:17:31 + TOX_TESTENV_PASSENV=PYTHONPATH 20:17:31 + tox --version 20:17:31 4.58.0 from /tmp/venv-nQHy/lib/python3.10/site-packages/tox/__init__.py 20:17:31 + PARALLEL=false 20:17:31 + TOX_OPTIONS_LIST= 20:17:31 + [[ -n pre-commit ]] 20:17:31 + TOX_OPTIONS_LIST=' -e pre-commit' 20:17:31 + case ${PARALLEL,,} in 20:17:31 + tox -e pre-commit 20:17:31 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 20:17:33 pre-commit: install_deps> python -I -m pip install 'pre-commit<4.6.1' 20:17:35 pre-commit: freeze> python -m pip freeze --all 20:17:36 pre-commit: cfgv==3.5.0,distlib==0.4.3,filelock==3.32.0,identify==2.6.19,nodeenv==1.10.0,pip==26.1.2,platformdirs==4.11.0,pre_commit==4.6.0,python-discovery==1.5.0,PyYAML==6.0.3,setuptools==83.0.0,typing_extensions==4.16.0,virtualenv==21.7.0 20:17:36 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 20:17:36 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 20:17:37 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 20:17:38 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 20:17:38 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 20:17:39 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 20:17:39 [INFO] Once installed this environment will be reused. 20:17:39 [INFO] This may take a few minutes... 20:17:43 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 20:17:43 [INFO] Once installed this environment will be reused. 20:17:43 [INFO] This may take a few minutes... 20:17:48 trim trailing whitespace.................................................Passed 20:17:48 Tabs remover.............................................................Passed 20:17:48 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 20:17:48 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 20:17:48 [INFO] Once installed this environment will be reused. 20:17:48 [INFO] This may take a few minutes... 20:17:56 gitlint..............................................(no files to check)Skipped 20:17:56 pre-commit: OK (25.07=setup[4.17]+cmd[12.30,8.59] seconds) 20:17:56 congratulations :) (25.10 seconds) 20:17:57 + tox_status=0 20:17:57 + echo '---> Completed tox runs' 20:17:57 ---> Completed tox runs 20:17:57 + for i in .tox/*/log 20:17:57 ++ echo .tox/pre-commit/log 20:17:57 ++ awk -F/ '{print $2}' 20:17:57 + tox_env=pre-commit 20:17:57 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 20:17:57 + DOC_DIR=docs/_build/html 20:17:57 + [[ -d docs/_build/html ]] 20:17:57 + echo '---> tox-run.sh ends' 20:17:57 ---> tox-run.sh ends 20:17:57 + test 0 -eq 0 20:17:57 $ ssh-agent -k 20:17:57 unset SSH_AUTH_SOCK; 20:17:57 unset SSH_AGENT_PID; 20:17:57 echo Agent pid 1774 killed; 20:17:57 [ssh-agent] Stopped. 20:17:57 [PostBuildScript] - [INFO] Executing post build scripts. 20:17:57 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins12354403420805042824.sh 20:17:57 ---> sysstat.sh 20:17:57 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7670370492074341816.sh 20:17:57 ---> package-listing.sh 20:17:57 ++ tr '[:upper:]' '[:lower:]' 20:17:57 ++ facter osfamily 20:17:57 + OS_FAMILY=debian 20:17:57 + workspace=/w/workspace/oom-master-pre-commit-lint 20:17:57 + START_PACKAGES=/tmp/packages_start.txt 20:17:57 + END_PACKAGES=/tmp/packages_end.txt 20:17:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:17:57 + PACKAGES=/tmp/packages_start.txt 20:17:57 + '[' /w/workspace/oom-master-pre-commit-lint ']' 20:17:57 + PACKAGES=/tmp/packages_end.txt 20:17:57 + case "${OS_FAMILY}" in 20:17:57 + dpkg -l 20:17:57 + grep '^ii' 20:17:57 + '[' -f /tmp/packages_start.txt ']' 20:17:57 + '[' -f /tmp/packages_end.txt ']' 20:17:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:17:57 + '[' /w/workspace/oom-master-pre-commit-lint ']' 20:17:57 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 20:17:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 20:17:57 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16176679246824256756.sh 20:17:57 ---> capture-instance-metadata.sh 20:17:57 Setup pyenv: 20:17:57 system 20:17:57 3.8.13 20:17:57 3.9.13 20:17:57 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 20:18:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6hYQ 20:18:01 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 20:18:01 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 20:18:01 lf-activate-venv(): INFO: Attempting to install with network-safe options... 20:18:05 lf-activate-venv(): INFO: Base packages installed successfully 20:18:05 lf-activate-venv(): INFO: Installing additional packages: lftools 20:18:29 lf-activate-venv(): INFO: Adding /tmp/venv-6hYQ/bin to PATH 20:18:29 INFO: Running in OpenStack, capturing instance metadata 20:18:29 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins2990208180474644549.sh 20:18:29 provisioning config files... 20:18:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config17054658039578849594tmp 20:18:29 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 20:18:29 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 20:18:29 [EnvInject] - Injecting environment variables from a build step. 20:18:29 [EnvInject] - Injecting as environment variables the properties content 20:18:29 SERVER_ID=logs 20:18:29 20:18:29 [EnvInject] - Variables injected successfully. 20:18:29 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1699720374356113963.sh 20:18:29 ---> create-netrc.sh 20:18:29 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins18442228610794197078.sh 20:18:29 ---> python-tools-install.sh 20:18:29 Setup pyenv: 20:18:29 system 20:18:29 3.8.13 20:18:29 3.9.13 20:18:29 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 20:18:30 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-6hYQ from file:/tmp/.os_lf_venv 20:18:30 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 20:18:30 lf-activate-venv(): INFO: Attempting to install with network-safe options... 20:18:31 lf-activate-venv(): INFO: Base packages installed successfully 20:18:31 lf-activate-venv(): INFO: Installing additional packages: lftools 20:18:39 lf-activate-venv(): INFO: Adding /tmp/venv-6hYQ/bin to PATH 20:18:39 Generating Requirements File 20:19:02 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. 20:19:02 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 20:19:02 Python 3.10.6 20:19:02 pip 26.1.2 from /tmp/venv-6hYQ/lib/python3.10/site-packages/pip (python 3.10) 20:19:02 aiohappyeyeballs==2.7.1 20:19:02 aiohttp==3.14.3 20:19:02 aiosignal==1.4.0 20:19:02 appdirs==1.4.4 20:19:02 argcomplete==3.7.0 20:19:02 aspy.yaml==1.3.0 20:19:02 async-timeout==5.0.1 20:19:02 attrs==26.1.0 20:19:02 autopage==0.6.0 20:19:02 backports.strenum==1.3.1 20:19:02 beautifulsoup4==4.15.0 20:19:02 boto3==1.43.57 20:19:02 botocore==1.43.57 20:19:02 bs4==0.0.2 20:19:02 certifi==2026.7.22 20:19:02 cffi==2.1.0 20:19:02 cfgv==3.5.0 20:19:02 chardet==7.4.3 20:19:02 charset-normalizer==3.4.9 20:19:02 click==8.4.2 20:19:02 cliff==4.14.0 20:19:02 cmd2==3.5.1 20:19:02 cryptography==3.3.2 20:19:02 debtcollector==3.1.0 20:19:02 decorator==5.3.1 20:19:02 defusedxml==0.7.1 20:19:02 Deprecated==1.3.1 20:19:02 distlib==0.4.3 20:19:02 dnspython==2.8.0 20:19:02 docker==7.2.0 20:19:02 dogpile.cache==1.5.0 20:19:02 durationpy==0.10 20:19:02 email-validator==2.3.0 20:19:02 filelock==3.32.0 20:19:02 frozenlist==1.8.0 20:19:02 future==1.0.0 20:19:02 gitdb==4.0.12 20:19:02 GitPython==3.1.57 20:19:02 httplib2==0.30.2 20:19:02 identify==2.6.19 20:19:02 idna==3.18 20:19:02 importlib-resources==1.5.0 20:19:02 iso8601==2.1.0 20:19:02 Jinja2==3.1.6 20:19:02 jmespath==1.1.0 20:19:02 jsonpatch==1.33 20:19:02 jsonpointer==3.1.1 20:19:02 jsonschema==4.26.0 20:19:02 jsonschema-specifications==2025.9.1 20:19:02 keystoneauth1==5.14.0 20:19:02 kubernetes==36.0.3 20:19:02 lftools==0.37.22 20:19:02 lxml==6.1.1 20:19:02 markdown-it-py==4.2.0 20:19:02 MarkupSafe==3.0.3 20:19:02 mdurl==0.1.2 20:19:02 msgpack==1.2.1 20:19:02 multi_key_dict==2.0.3 20:19:02 multidict==6.7.1 20:19:02 munch==4.0.0 20:19:02 netaddr==1.3.0 20:19:02 niet==1.4.2 20:19:02 nodeenv==1.10.0 20:19:02 oauth2client==4.1.3 20:19:02 oauthlib==3.3.1 20:19:02 openstacksdk==4.13.0 20:19:02 os-service-types==1.8.2 20:19:02 osc-lib==4.6.0 20:19:02 oslo.config==10.4.0 20:19:02 oslo.context==6.4.0 20:19:02 oslo.i18n==6.8.0 20:19:02 oslo.log==8.2.0 20:19:02 oslo.serialization==5.10.0 20:19:02 oslo.utils==10.1.1 20:19:02 packaging==26.2 20:19:02 pbr==7.0.3 20:19:02 platformdirs==4.11.0 20:19:02 prettytable==3.18.0 20:19:02 propcache==0.5.2 20:19:02 psutil==7.2.2 20:19:02 pyasn1==0.6.4 20:19:02 pyasn1_modules==0.4.2 20:19:02 pycparser==3.0 20:19:02 pygerrit2==2.0.15 20:19:02 PyGithub==2.9.1 20:19:02 Pygments==2.20.0 20:19:02 PyJWT==2.13.0 20:19:02 PyNaCl==1.6.2 20:19:02 pyparsing==2.4.7 20:19:02 pyperclip==1.11.0 20:19:02 pyrsistent==0.20.0 20:19:02 python-cinderclient==9.9.0 20:19:02 python-dateutil==2.9.0.post0 20:19:02 python-discovery==1.5.0 20:19:02 python-heatclient==5.2.0 20:19:02 python-jenkins==1.8.3 20:19:02 python-keystoneclient==5.8.0 20:19:02 python-magnumclient==4.11.0 20:19:02 python-openstackclient==10.0.0 20:19:02 python-swiftclient==4.10.0 20:19:02 PyYAML==6.0.3 20:19:02 referencing==0.37.0 20:19:02 requests==2.34.2 20:19:02 requests-oauthlib==2.0.0 20:19:02 rfc3986==2.0.0 20:19:02 rich==15.0.0 20:19:02 rich-argparse==1.8.0 20:19:02 rpds-py==0.30.0 20:19:02 rsa==4.9.1 20:19:02 ruamel.yaml==0.19.1 20:19:02 ruamel.yaml.clib==0.2.15 20:19:02 s3transfer==0.19.2 20:19:02 simplejson==4.1.1 20:19:02 six==1.17.0 20:19:02 smmap==5.0.3 20:19:02 soupsieve==2.9.1 20:19:02 stevedore==5.8.0 20:19:02 tabulate==0.10.0 20:19:02 toml==0.10.2 20:19:02 tomlkit==0.15.1 20:19:02 tqdm==4.70.0 20:19:02 typing_extensions==4.16.0 20:19:02 urllib3==1.26.20 20:19:02 virtualenv==21.7.0 20:19:02 wcwidth==0.8.2 20:19:02 websocket-client==1.9.0 20:19:02 wrapt==2.2.2 20:19:02 xdg==6.0.0 20:19:02 xmltodict==1.0.4 20:19:02 yarl==1.24.5 20:19:02 yq==4.1.2 20:19:03 [oom-master-pre-commit-lint] $ /bin/sh /tmp/jenkins17883103291605608211.sh 20:19:03 ---> uv-install.sh 20:19:03 Installing uv/uvx (latest) using shell installer 20:19:03 2026-07-27 20:19:03 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-7v5gGI.sh" [1] 20:19:03 downloading uv 0.11.32 x86_64-unknown-linux-gnu 20:19:04 installing to /home/jenkins/.local/bin 20:19:04 uv 20:19:04 uvx 20:19:04 everything's installed! 20:19:04 20:19:04 To add $HOME/.local/bin to your PATH, either restart your shell or run: 20:19:04 20:19:04 source $HOME/.local/bin/env (sh, bash, zsh) 20:19:04 source $HOME/.local/bin/env.fish (fish) 20:19:04 Adding install location to PATH 20:19:04 ---> Validating uv/uvx install 20:19:04 uvx 0.11.32 (x86_64-unknown-linux-gnu) 20:19:04 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins9222352753389122487.sh 20:19:04 ---> sudo-logs.sh 20:19:04 Archiving 'sudo' log.. 20:19:04 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins2153089190153439618.sh 20:19:04 ---> job-cost.sh 20:19:04 INFO: Activating Python virtual environment... 20:19:04 Setup pyenv: 20:19:04 system 20:19:04 3.8.13 20:19:04 3.9.13 20:19:04 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 20:19:04 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-6hYQ from file:/tmp/.os_lf_venv 20:19:04 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 20:19:04 lf-activate-venv(): INFO: Attempting to install with network-safe options... 20:19:06 lf-activate-venv(): INFO: Base packages installed successfully 20:19:06 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 20:19:11 lf-activate-venv(): INFO: Adding /tmp/venv-6hYQ/bin to PATH 20:19:11 INFO: No stack-cost file found 20:19:11 INFO: Instance uptime: 158s 20:19:11 INFO: Fetching instance metadata (attempt 1 of 3)... 20:19:11 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 20:19:11 INFO: Successfully fetched instance metadata 20:19:11 INFO: Instance type: v3-standard-4 20:19:11 INFO: Retrieving pricing info for: v3-standard-4 20:19:11 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 20:19:11 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=158 20:19:11 INFO: Successfully fetched Vexxhost pricing API 20:19:11 INFO: Retrieved cost: 0.11 20:19:11 INFO: Retrieved resource: v3-standard-4 20:19:11 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 20:19:11 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 20:19:11 INFO: Successfully archived job cost data 20:19:11 DEBUG: Cost data: oom-master-pre-commit-lint,4758,2026-07-27 20:19:11,v3-standard-4,158,0.11,0.00,SUCCESS 20:19:11 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins1667076529583528038.sh 20:19:11 ---> logs-deploy.sh 20:19:11 Setup pyenv: 20:19:11 system 20:19:11 3.8.13 20:19:11 3.9.13 20:19:11 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 20:19:12 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-6hYQ from file:/tmp/.os_lf_venv 20:19:12 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 20:19:12 lf-activate-venv(): INFO: Attempting to install with network-safe options... 20:19:13 lf-activate-venv(): INFO: Base packages installed successfully 20:19:13 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 20:19:21 lf-activate-venv(): INFO: Adding /tmp/venv-6hYQ/bin to PATH 20:19:21 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4758 20:19:21 INFO: archiving workspace using pattern(s): 20:19:22 Archives upload complete. 20:19:22 INFO: archiving logs to Nexus 20:19:23 ---> uname -a: 20:19:23 Linux prd-ubuntu1804-builder-4c-4g-13114 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 20:19:23 20:19:23 20:19:23 ---> lscpu: 20:19:23 Architecture: x86_64 20:19:23 CPU op-mode(s): 32-bit, 64-bit 20:19:23 Byte Order: Little Endian 20:19:23 CPU(s): 4 20:19:23 On-line CPU(s) list: 0-3 20:19:23 Thread(s) per core: 1 20:19:23 Core(s) per socket: 1 20:19:23 Socket(s): 4 20:19:23 NUMA node(s): 1 20:19:23 Vendor ID: AuthenticAMD 20:19:23 CPU family: 23 20:19:23 Model: 49 20:19:23 Model name: AMD EPYC-Rome Processor 20:19:23 Stepping: 0 20:19:23 CPU MHz: 2799.998 20:19:23 BogoMIPS: 5599.99 20:19:23 Virtualization: AMD-V 20:19:23 Hypervisor vendor: KVM 20:19:23 Virtualization type: full 20:19:23 L1d cache: 32K 20:19:23 L1i cache: 32K 20:19:23 L2 cache: 512K 20:19:23 L3 cache: 16384K 20:19:23 NUMA node0 CPU(s): 0-3 20:19:23 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 20:19:23 20:19:23 20:19:23 ---> nproc: 20:19:23 4 20:19:23 20:19:23 20:19:23 ---> df -h: 20:19:23 Filesystem Size Used Avail Use% Mounted on 20:19:23 udev 7.9G 0 7.9G 0% /dev 20:19:23 tmpfs 1.6G 676K 1.6G 1% /run 20:19:23 /dev/vda1 78G 8.5G 69G 11% / 20:19:23 tmpfs 7.9G 0 7.9G 0% /dev/shm 20:19:23 tmpfs 5.0M 0 5.0M 0% /run/lock 20:19:23 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 20:19:23 /dev/vda15 105M 4.4M 100M 5% /boot/efi 20:19:23 tmpfs 1.6G 0 1.6G 0% /run/user/1001 20:19:23 20:19:23 20:19:23 ---> free -m: 20:19:23 total used free shared buff/cache available 20:19:23 Mem: 16040 553 13138 0 2347 15161 20:19:23 Swap: 1023 0 1023 20:19:23 20:19:23 20:19:23 ---> ip addr: 20:19:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 20:19:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:19:23 inet 127.0.0.1/8 scope host lo 20:19:23 valid_lft forever preferred_lft forever 20:19:23 inet6 ::1/128 scope host 20:19:23 valid_lft forever preferred_lft forever 20:19:23 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 20:19:23 link/ether fa:16:3e:e1:97:b9 brd ff:ff:ff:ff:ff:ff 20:19:23 inet 10.30.106.78/23 brd 10.30.107.255 scope global dynamic ens3 20:19:23 valid_lft 86241sec preferred_lft 86241sec 20:19:23 inet6 fe80::f816:3eff:fee1:97b9/64 scope link 20:19:23 valid_lft forever preferred_lft forever 20:19:23 20:19:23 20:19:23 ---> sar -b -r -n DEV: 20:19:23 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-13114) 07/27/26 _x86_64_ (4 CPU) 20:19:23 20:19:23 20:16:46 LINUX RESTART (4 CPU) 20:19:23 20:19:23 20:17:01 tps rtps wtps bread/s bwrtn/s 20:19:23 20:18:02 172.60 32.83 139.78 1118.88 41342.44 20:19:23 20:19:01 138.63 0.73 137.90 95.86 41606.64 20:19:23 Average: 155.76 16.91 138.85 611.71 41473.42 20:19:23 20:19:23 20:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:19:23 20:18:02 13985980 15577912 2438988 14.85 58552 1732892 770368 4.41 720664 1501364 144052 20:19:23 20:19:01 13486484 15491388 2938484 17.89 87384 2094828 800968 4.58 835168 1840988 215784 20:19:23 Average: 13736232 15534650 2688736 16.37 72968 1913860 785668 4.50 777916 1671176 179918 20:19:23 20:19:23 20:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:19:23 20:18:02 ens3 451.32 303.48 2250.74 78.66 0.00 0.00 0.00 0.00 20:19:23 20:18:02 lo 2.27 2.27 0.25 0.25 0.00 0.00 0.00 0.00 20:19:23 20:19:01 ens3 71.34 50.31 1105.13 10.56 0.00 0.00 0.00 0.00 20:19:23 20:19:01 lo 1.36 1.36 0.15 0.15 0.00 0.00 0.00 0.00 20:19:23 Average: ens3 262.94 177.97 1682.80 44.90 0.00 0.00 0.00 0.00 20:19:23 Average: lo 1.81 1.81 0.20 0.20 0.00 0.00 0.00 0.00 20:19:23 20:19:23 20:19:23 ---> sar -P ALL: 20:19:23 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-13114) 07/27/26 _x86_64_ (4 CPU) 20:19:23 20:19:23 20:16:46 LINUX RESTART (4 CPU) 20:19:23 20:19:23 20:17:01 CPU %user %nice %system %iowait %steal %idle 20:19:23 20:18:02 all 23.94 0.00 2.48 5.14 0.07 68.37 20:19:23 20:18:02 0 22.64 0.00 2.36 0.80 0.05 74.15 20:19:23 20:18:02 1 19.79 0.00 2.73 8.95 0.07 68.46 20:19:23 20:18:02 2 22.51 0.00 2.14 9.32 0.05 65.98 20:19:23 20:18:02 3 30.84 0.00 2.67 1.47 0.08 64.93 20:19:23 20:19:01 all 19.85 0.00 1.28 5.48 0.05 73.33 20:19:23 20:19:01 0 12.39 0.00 0.93 8.75 0.03 77.89 20:19:23 20:19:01 1 8.31 0.00 0.81 7.72 0.05 83.11 20:19:23 20:19:01 2 35.70 0.00 2.14 4.80 0.08 57.28 20:19:23 20:19:01 3 23.00 0.00 1.24 0.70 0.05 75.02 20:19:23 Average: all 21.91 0.00 1.89 5.31 0.06 70.83 20:19:23 Average: 0 17.55 0.00 1.65 4.75 0.04 76.01 20:19:23 Average: 1 14.10 0.00 1.78 8.34 0.06 75.71 20:19:23 Average: 2 29.06 0.00 2.14 7.08 0.07 61.66 20:19:23 Average: 3 26.95 0.00 1.96 1.09 0.07 69.93 20:19:23 20:19:23 20:19:23