19:29:59 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/146434 19:29:59 Running as SYSTEM 19:29:59 [EnvInject] - Loading node environment variables. 19:29:59 Building remotely on prd-ubuntu1804-builder-4c-4g-1376 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 19:29:59 [ssh-agent] Looking for ssh-agent implementation... 19:29:59 $ ssh-agent 19:29:59 SSH_AUTH_SOCK=/tmp/ssh-YFAe5ewFJyP9/agent.1647 19:29:59 SSH_AGENT_PID=1649 19:29:59 [ssh-agent] Started. 19:29:59 Running ssh-add (command line suppressed) 19:30:00 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_5888137361262215963.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_5888137361262215963.key) 19:30:00 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 19:30:00 The recommended git tool is: NONE 19:30:01 using credential onap-jenkins-ssh 19:30:02 Wiping out workspace first. 19:30:02 Cloning the remote Git repository 19:30:02 Cloning repository git://cloud.onap.org/mirror/oom.git 19:30:02 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 19:30:02 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 19:30:02 > git --version # timeout=10 19:30:02 > git --version # 'git version 2.17.1' 19:30:02 using GIT_SSH to set credentials Gerrit user 19:30:02 Verifying host key using manually-configured host key entries 19:30:02 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 19:30:07 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 19:30:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:30:08 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 19:30:08 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 19:30:08 using GIT_SSH to set credentials Gerrit user 19:30:08 Verifying host key using manually-configured host key entries 19:30:08 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/34/146434/1 # timeout=30 19:30:08 > git rev-parse e8092c02ae7e9a955f29dbfc91195ef5410e56d8^{commit} # timeout=10 19:30:08 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 19:30:08 Checking out Revision e8092c02ae7e9a955f29dbfc91195ef5410e56d8 (refs/changes/34/146434/1) 19:30:08 > git config core.sparsecheckout # timeout=10 19:30:08 > git checkout -f e8092c02ae7e9a955f29dbfc91195ef5410e56d8 # timeout=30 19:30:12 Commit message: "Fix: Revert Python to 3.11 in docs configuration" 19:30:12 > git rev-parse FETCH_HEAD^{commit} # timeout=10 19:30:12 > git rev-list --no-walk 14ace7cc58e0f060d4c48684141f125d0ff0169a # timeout=10 19:30:12 [EnvInject] - Injecting environment variables from a build step. 19:30:12 [EnvInject] - Injecting as environment variables the properties content 19:30:12 PYTHON=python3 19:30:12 19:30:12 [EnvInject] - Variables injected successfully. 19:30:12 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins8326042364000107090.sh 19:30:12 ---> tox-install.sh 19:30:12 + source /home/jenkins/lf-env.sh 19:30:12 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 19:30:12 ++ mktemp -d /tmp/venv-XXXX 19:30:12 + lf_venv=/tmp/venv-Xb4d 19:30:12 + local venv_file=/tmp/.os_lf_venv 19:30:12 + local python=python3 19:30:12 + local options 19:30:12 + local set_path=true 19:30:12 + local install_args= 19:30:12 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 19:30:12 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:30:12 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:30:12 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 19:30:12 + true 19:30:12 + case $1 in 19:30:12 + venv_file=/tmp/.toxenv 19:30:12 + shift 2 19:30:12 + true 19:30:12 + case $1 in 19:30:12 + shift 19:30:12 + break 19:30:12 + case $python in 19:30:12 + local pkg_list= 19:30:12 + [[ -d /opt/pyenv ]] 19:30:12 + echo 'Setup pyenv:' 19:30:12 Setup pyenv: 19:30:12 + export PYENV_ROOT=/opt/pyenv 19:30:12 + PYENV_ROOT=/opt/pyenv 19:30:12 + 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 19:30:12 + 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 19:30:12 + pyenv versions 19:30:12 * system (set by /opt/pyenv/version) 19:30:12 * 3.8.13 (set by /opt/pyenv/version) 19:30:12 * 3.9.13 (set by /opt/pyenv/version) 19:30:12 * 3.10.6 (set by /opt/pyenv/version) 19:30:12 + command -v pyenv 19:30:12 ++ pyenv init - --no-rehash 19:30:12 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 19:30:12 export PATH="/opt/pyenv/shims:${PATH}" 19:30:12 export PYENV_SHELL=bash 19:30:12 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 19:30:12 pyenv() { 19:30:12 local command 19:30:12 command="${1:-}" 19:30:12 if [ "$#" -gt 0 ]; then 19:30:12 shift 19:30:12 fi 19:30:12 19:30:12 case "$command" in 19:30:12 rehash|shell) 19:30:12 eval "$(pyenv "sh-$command" "$@")" 19:30:12 ;; 19:30:12 *) 19:30:12 command pyenv "$command" "$@" 19:30:12 ;; 19:30:12 esac 19:30:12 }' 19:30:12 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 19:30:12 ++ 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 19:30:12 ++ 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 19:30:12 ++ 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 19:30:12 ++ export PYENV_SHELL=bash 19:30:12 ++ PYENV_SHELL=bash 19:30:12 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 19:30:12 +++ complete -F _pyenv pyenv 19:30:12 ++ lf-pyver python3 19:30:12 ++ local py_version_xy=python3 19:30:12 ++ local py_version_xyz= 19:30:12 ++ pyenv versions 19:30:12 ++ local command 19:30:12 ++ command=versions 19:30:12 ++ '[' 1 -gt 0 ']' 19:30:12 ++ shift 19:30:12 ++ case "$command" in 19:30:12 ++ sed 's/^[ *]* //' 19:30:12 ++ command pyenv versions 19:30:12 ++ pyenv versions 19:30:12 ++ grep -E '^[0-9.]*[0-9]$' 19:30:12 ++ awk '{ print $1 }' 19:30:12 ++ [[ ! -s /tmp/.pyenv_versions ]] 19:30:12 +++ grep '^3' /tmp/.pyenv_versions 19:30:12 +++ sort -V 19:30:12 +++ tail -n 1 19:30:12 ++ py_version_xyz=3.10.6 19:30:12 ++ [[ -z 3.10.6 ]] 19:30:12 ++ echo 3.10.6 19:30:12 ++ return 0 19:30:12 + pyenv local 3.10.6 19:30:12 + local command 19:30:12 + command=local 19:30:12 + '[' 2 -gt 0 ']' 19:30:12 + shift 19:30:12 + case "$command" in 19:30:12 + command pyenv local 3.10.6 19:30:12 + pyenv local 3.10.6 19:30:12 + for arg in "$@" 19:30:12 + case $arg in 19:30:12 + pkg_list+='tox ' 19:30:12 + for arg in "$@" 19:30:12 + case $arg in 19:30:12 + pkg_list+='virtualenv ' 19:30:12 + for arg in "$@" 19:30:12 + case $arg in 19:30:12 + pkg_list+='urllib3~=1.26.15 ' 19:30:12 + [[ -f /tmp/.toxenv ]] 19:30:12 + [[ ! -f /tmp/.toxenv ]] 19:30:12 + [[ -n '' ]] 19:30:12 + python3 -m venv /tmp/venv-Xb4d 19:30:17 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Xb4d' 19:30:17 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Xb4d 19:30:17 + echo /tmp/venv-Xb4d 19:30:17 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 19:30:17 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 19:30:17 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 19:30:17 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:30:17 + local 'pip_opts=--upgrade --quiet' 19:30:17 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 19:30:17 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 19:30:17 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 19:30:17 + [[ -n '' ]] 19:30:17 + [[ -n '' ]] 19:30:17 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 19:30:17 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:30:17 + /tmp/venv-Xb4d/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 19:30:21 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 19:30:21 lf-activate-venv(): INFO: Base packages installed successfully 19:30:21 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 19:30:21 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 19:30:21 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 19:30:21 + /tmp/venv-Xb4d/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 19:30:23 + type python3 19:30:23 + true 19:30:23 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Xb4d/bin to PATH' 19:30:23 lf-activate-venv(): INFO: Adding /tmp/venv-Xb4d/bin to PATH 19:30:23 + PATH=/tmp/venv-Xb4d/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 19:30:23 + return 0 19:30:23 + python3 --version 19:30:23 Python 3.10.6 19:30:23 + python3 -m pip --version 19:30:24 pip 26.1.2 from /tmp/venv-Xb4d/lib/python3.10/site-packages/pip (python 3.10) 19:30:24 + python3 -m pip freeze 19:30:24 cachetools==7.1.4 19:30:24 colorama==0.4.6 19:30:24 distlib==0.4.3 19:30:24 filelock==3.31.1 19:30:24 packaging==26.2 19:30:24 platformdirs==4.10.1 19:30:24 pluggy==1.6.0 19:30:24 pyproject-api==1.10.1 19:30:24 python-discovery==1.4.4 19:30:24 tomli==2.4.1 19:30:24 tomli_w==1.2.0 19:30:24 tox==4.57.1 19:30:24 typing_extensions==4.16.0 19:30:24 urllib3==1.26.20 19:30:24 virtualenv==21.6.1 19:30:24 [EnvInject] - Injecting environment variables from a build step. 19:30:24 [EnvInject] - Injecting as environment variables the properties content 19:30:24 PARALLEL=false 19:30:24 19:30:24 [EnvInject] - Variables injected successfully. 19:30:24 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins4407511852464860096.sh 19:30:24 ---> tox-run.sh 19:30:24 + 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 19:30:24 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 19:30:24 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 19:30:24 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 19:30:24 + cd /w/workspace/oom-master-pre-commit-lint/. 19:30:24 + source /home/jenkins/lf-env.sh 19:30:24 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 19:30:24 ++ mktemp -d /tmp/venv-XXXX 19:30:24 + lf_venv=/tmp/venv-7Tan 19:30:24 + local venv_file=/tmp/.os_lf_venv 19:30:24 + local python=python3 19:30:24 + local options 19:30:24 + local set_path=true 19:30:24 + local install_args= 19:30:24 ++ 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 19:30:24 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:30:24 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 19:30:24 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 19:30:24 + true 19:30:24 + case $1 in 19:30:24 + venv_file=/tmp/.toxenv 19:30:24 + shift 2 19:30:24 + true 19:30:24 + case $1 in 19:30:24 + shift 19:30:24 + break 19:30:24 + case $python in 19:30:24 + local pkg_list= 19:30:24 + [[ -d /opt/pyenv ]] 19:30:24 + echo 'Setup pyenv:' 19:30:24 Setup pyenv: 19:30:24 + export PYENV_ROOT=/opt/pyenv 19:30:24 + PYENV_ROOT=/opt/pyenv 19:30:24 + 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 19:30:24 + 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 19:30:24 + pyenv versions 19:30:24 system 19:30:24 3.8.13 19:30:24 3.9.13 19:30:24 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:30:24 + command -v pyenv 19:30:24 ++ pyenv init - --no-rehash 19:30:24 + 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[*]}"'\'')" 19:30:24 export PATH="/opt/pyenv/shims:${PATH}" 19:30:24 export PYENV_SHELL=bash 19:30:24 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 19:30:24 pyenv() { 19:30:24 local command 19:30:24 command="${1:-}" 19:30:24 if [ "$#" -gt 0 ]; then 19:30:24 shift 19:30:24 fi 19:30:24 19:30:24 case "$command" in 19:30:24 rehash|shell) 19:30:24 eval "$(pyenv "sh-$command" "$@")" 19:30:24 ;; 19:30:24 *) 19:30:24 command pyenv "$command" "$@" 19:30:24 ;; 19:30:24 esac 19:30:24 }' 19:30:24 +++ 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[*]}"' 19:30:24 ++ 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 19:30:24 ++ 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 19:30:24 ++ 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 19:30:24 ++ export PYENV_SHELL=bash 19:30:24 ++ PYENV_SHELL=bash 19:30:24 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 19:30:24 +++ complete -F _pyenv pyenv 19:30:24 ++ lf-pyver python3 19:30:24 ++ local py_version_xy=python3 19:30:24 ++ local py_version_xyz= 19:30:24 ++ pyenv versions 19:30:24 ++ sed 's/^[ *]* //' 19:30:24 ++ local command 19:30:24 ++ command=versions 19:30:24 ++ '[' 1 -gt 0 ']' 19:30:24 ++ shift 19:30:24 ++ case "$command" in 19:30:24 ++ command pyenv versions 19:30:24 ++ pyenv versions 19:30:24 ++ awk '{ print $1 }' 19:30:24 ++ grep -E '^[0-9.]*[0-9]$' 19:30:24 ++ [[ ! -s /tmp/.pyenv_versions ]] 19:30:24 +++ grep '^3' /tmp/.pyenv_versions 19:30:24 +++ tail -n 1 19:30:24 +++ sort -V 19:30:24 ++ py_version_xyz=3.10.6 19:30:24 ++ [[ -z 3.10.6 ]] 19:30:24 ++ echo 3.10.6 19:30:24 ++ return 0 19:30:24 + pyenv local 3.10.6 19:30:24 + local command 19:30:24 + command=local 19:30:24 + '[' 2 -gt 0 ']' 19:30:24 + shift 19:30:24 + case "$command" in 19:30:24 + command pyenv local 3.10.6 19:30:24 + pyenv local 3.10.6 19:30:24 + for arg in "$@" 19:30:24 + case $arg in 19:30:24 + pkg_list+='tox ' 19:30:24 + for arg in "$@" 19:30:24 + case $arg in 19:30:24 + pkg_list+='virtualenv ' 19:30:24 + for arg in "$@" 19:30:24 + case $arg in 19:30:24 + pkg_list+='urllib3~=1.26.15 ' 19:30:24 + [[ -f /tmp/.toxenv ]] 19:30:24 ++ cat /tmp/.toxenv 19:30:24 + lf_venv=/tmp/venv-Xb4d 19:30:24 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Xb4d from' file:/tmp/.toxenv 19:30:24 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Xb4d from file:/tmp/.toxenv 19:30:24 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 19:30:24 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:30:24 + local 'pip_opts=--upgrade --quiet' 19:30:24 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 19:30:24 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 19:30:24 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 19:30:24 + [[ -n '' ]] 19:30:24 + [[ -n '' ]] 19:30:24 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 19:30:24 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:30:24 + /tmp/venv-Xb4d/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 19:30:25 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 19:30:25 lf-activate-venv(): INFO: Base packages installed successfully 19:30:25 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 19:30:25 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 19:30:25 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 19:30:25 + /tmp/venv-Xb4d/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 19:30:26 + type python3 19:30:26 + true 19:30:26 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Xb4d/bin to PATH' 19:30:26 lf-activate-venv(): INFO: Adding /tmp/venv-Xb4d/bin to PATH 19:30:26 + PATH=/tmp/venv-Xb4d/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 19:30:26 + return 0 19:30:26 + [[ -d /opt/pyenv ]] 19:30:26 + echo '---> Setting up pyenv' 19:30:26 ---> Setting up pyenv 19:30:26 + export PYENV_ROOT=/opt/pyenv 19:30:26 + PYENV_ROOT=/opt/pyenv 19:30:26 + export PATH=/opt/pyenv/bin:/tmp/venv-Xb4d/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 19:30:26 + PATH=/opt/pyenv/bin:/tmp/venv-Xb4d/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 19:30:26 ++ pwd 19:30:26 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 19:30:26 + export PYTHONPATH 19:30:26 + export TOX_TESTENV_PASSENV=PYTHONPATH 19:30:26 + TOX_TESTENV_PASSENV=PYTHONPATH 19:30:26 + tox --version 19:30:27 4.57.1 from /tmp/venv-Xb4d/lib/python3.10/site-packages/tox/__init__.py 19:30:27 + PARALLEL=false 19:30:27 + TOX_OPTIONS_LIST= 19:30:27 + [[ -n pre-commit ]] 19:30:27 + TOX_OPTIONS_LIST=' -e pre-commit' 19:30:27 + case ${PARALLEL,,} in 19:30:27 + tox -e pre-commit 19:30:27 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 19:30:28 pre-commit: install_deps> python -I -m pip install pre-commit 19:30:31 pre-commit: freeze> python -m pip freeze --all 19:30:31 pre-commit: cfgv==3.5.0,distlib==0.4.3,filelock==3.31.1,identify==2.6.19,nodeenv==1.10.0,pip==26.1.2,platformdirs==4.10.1,pre_commit==4.6.0,python-discovery==1.4.4,PyYAML==6.0.3,setuptools==83.0.0,typing_extensions==4.16.0,virtualenv==21.6.1 19:30:31 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 19:30:32 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 19:30:33 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 19:30:36 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 19:30:37 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 19:30:38 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 19:30:38 [INFO] Once installed this environment will be reused. 19:30:38 [INFO] This may take a few minutes... 19:30:42 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 19:30:42 [INFO] Once installed this environment will be reused. 19:30:42 [INFO] This may take a few minutes... 19:30:48 trim trailing whitespace.................................................Passed 19:30:48 Tabs remover.............................................................Passed 19:30:48 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 19:30:48 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 19:30:48 [INFO] Once installed this environment will be reused. 19:30:48 [INFO] This may take a few minutes... 19:30:58 gitlint..............................................(no files to check)Skipped 19:30:58 pre-commit: OK (31.00=setup[4.50]+cmd[16.75,9.75] seconds) 19:30:58 congratulations :) (31.04 seconds) 19:30:58 + tox_status=0 19:30:58 + echo '---> Completed tox runs' 19:30:58 ---> Completed tox runs 19:30:58 + for i in .tox/*/log 19:30:58 ++ echo .tox/pre-commit/log 19:30:58 ++ awk -F/ '{print $2}' 19:30:58 + tox_env=pre-commit 19:30:58 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 19:30:58 + DOC_DIR=docs/_build/html 19:30:58 + [[ -d docs/_build/html ]] 19:30:58 + echo '---> tox-run.sh ends' 19:30:58 ---> tox-run.sh ends 19:30:58 + test 0 -eq 0 19:30:58 $ ssh-agent -k 19:30:58 unset SSH_AUTH_SOCK; 19:30:58 unset SSH_AGENT_PID; 19:30:58 echo Agent pid 1649 killed; 19:30:58 [ssh-agent] Stopped. 19:30:58 [PostBuildScript] - [INFO] Executing post build scripts. 19:30:58 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins10164926590742023691.sh 19:30:58 ---> sysstat.sh 19:30:59 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14361391976907151629.sh 19:30:59 ---> package-listing.sh 19:30:59 ++ facter osfamily 19:30:59 ++ tr '[:upper:]' '[:lower:]' 19:30:59 + OS_FAMILY=debian 19:30:59 + workspace=/w/workspace/oom-master-pre-commit-lint 19:30:59 + START_PACKAGES=/tmp/packages_start.txt 19:30:59 + END_PACKAGES=/tmp/packages_end.txt 19:30:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:30:59 + PACKAGES=/tmp/packages_start.txt 19:30:59 + '[' /w/workspace/oom-master-pre-commit-lint ']' 19:30:59 + PACKAGES=/tmp/packages_end.txt 19:30:59 + case "${OS_FAMILY}" in 19:30:59 + dpkg -l 19:30:59 + grep '^ii' 19:30:59 + '[' -f /tmp/packages_start.txt ']' 19:30:59 + '[' -f /tmp/packages_end.txt ']' 19:30:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:30:59 + '[' /w/workspace/oom-master-pre-commit-lint ']' 19:30:59 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 19:30:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 19:30:59 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins17027738211358623252.sh 19:30:59 ---> capture-instance-metadata.sh 19:30:59 Setup pyenv: 19:30:59 system 19:30:59 3.8.13 19:30:59 3.9.13 19:30:59 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:31:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Wzdb 19:31:03 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 19:31:03 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:31:03 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:31:08 lf-activate-venv(): INFO: Base packages installed successfully 19:31:08 lf-activate-venv(): INFO: Installing additional packages: lftools 19:31:50 lf-activate-venv(): INFO: Adding /tmp/venv-Wzdb/bin to PATH 19:31:50 INFO: Running in OpenStack, capturing instance metadata 19:31:51 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins358290646187931505.sh 19:31:51 provisioning config files... 19:31:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config3980169492474682061tmp 19:31:51 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 19:31:51 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 19:31:51 [EnvInject] - Injecting environment variables from a build step. 19:31:51 [EnvInject] - Injecting as environment variables the properties content 19:31:51 SERVER_ID=logs 19:31:51 19:31:51 [EnvInject] - Variables injected successfully. 19:31:51 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins6181390053359466816.sh 19:31:51 ---> create-netrc.sh 19:31:51 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15367463157816811690.sh 19:31:51 ---> python-tools-install.sh 19:31:51 Setup pyenv: 19:31:51 system 19:31:51 3.8.13 19:31:51 3.9.13 19:31:51 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:31:51 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Wzdb from file:/tmp/.os_lf_venv 19:31:51 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:31:51 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:31:54 lf-activate-venv(): INFO: Base packages installed successfully 19:31:54 lf-activate-venv(): INFO: Installing additional packages: lftools 19:32:04 lf-activate-venv(): INFO: Adding /tmp/venv-Wzdb/bin to PATH 19:32:04 Generating Requirements File 19:32:51 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. 19:32:51 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 19:32:52 Python 3.10.6 19:32:52 pip 26.1.2 from /tmp/venv-Wzdb/lib/python3.10/site-packages/pip (python 3.10) 19:32:52 aiohappyeyeballs==2.7.1 19:32:52 aiohttp==3.14.1 19:32:52 aiosignal==1.4.0 19:32:52 appdirs==1.4.4 19:32:52 argcomplete==3.7.0 19:32:52 aspy.yaml==1.3.0 19:32:52 async-timeout==5.0.1 19:32:52 attrs==26.1.0 19:32:52 autopage==0.6.0 19:32:52 backports.strenum==1.3.1 19:32:52 beautifulsoup4==4.15.0 19:32:52 boto3==1.43.52 19:32:52 botocore==1.43.52 19:32:52 bs4==0.0.2 19:32:52 certifi==2026.6.17 19:32:52 cffi==2.1.0 19:32:52 cfgv==3.5.0 19:32:52 chardet==7.4.3 19:32:52 charset-normalizer==3.4.9 19:32:52 click==8.4.2 19:32:52 cliff==4.14.0 19:32:52 cmd2==3.5.1 19:32:52 cryptography==3.3.2 19:32:52 debtcollector==3.1.0 19:32:52 decorator==5.3.1 19:32:52 defusedxml==0.7.1 19:32:52 Deprecated==1.3.1 19:32:52 distlib==0.4.3 19:32:52 dnspython==2.8.0 19:32:52 docker==7.2.0 19:32:52 dogpile.cache==1.5.0 19:32:52 durationpy==0.10 19:32:52 email-validator==2.3.0 19:32:52 filelock==3.31.1 19:32:52 frozenlist==1.8.0 19:32:52 future==1.0.0 19:32:52 gitdb==4.0.12 19:32:52 GitPython==3.1.53 19:32:52 httplib2==0.30.2 19:32:52 identify==2.6.19 19:32:52 idna==3.18 19:32:52 importlib-resources==1.5.0 19:32:52 iso8601==2.1.0 19:32:52 Jinja2==3.1.6 19:32:52 jmespath==1.1.0 19:32:52 jsonpatch==1.33 19:32:52 jsonpointer==3.1.1 19:32:52 jsonschema==4.26.0 19:32:52 jsonschema-specifications==2025.9.1 19:32:52 keystoneauth1==5.14.0 19:32:52 kubernetes==36.0.3 19:32:52 lftools==0.37.22 19:32:52 lxml==6.1.1 19:32:52 markdown-it-py==4.2.0 19:32:52 MarkupSafe==3.0.3 19:32:52 mdurl==0.1.2 19:32:52 msgpack==1.2.1 19:32:52 multi_key_dict==2.0.3 19:32:52 multidict==6.7.1 19:32:52 munch==4.0.0 19:32:52 netaddr==1.3.0 19:32:52 niet==1.4.2 19:32:52 nodeenv==1.10.0 19:32:52 oauth2client==4.1.3 19:32:52 oauthlib==3.3.1 19:32:52 openstacksdk==4.13.0 19:32:52 os-service-types==1.8.2 19:32:52 osc-lib==4.6.0 19:32:52 oslo.config==10.4.0 19:32:52 oslo.context==6.4.0 19:32:52 oslo.i18n==6.8.0 19:32:52 oslo.log==8.2.0 19:32:52 oslo.serialization==5.10.0 19:32:52 oslo.utils==10.1.1 19:32:52 packaging==26.2 19:32:52 pbr==7.0.3 19:32:52 platformdirs==4.10.1 19:32:52 prettytable==3.18.0 19:32:52 propcache==0.5.2 19:32:52 psutil==7.2.2 19:32:52 pyasn1==0.6.4 19:32:52 pyasn1_modules==0.4.2 19:32:52 pycparser==3.0 19:32:52 pygerrit2==2.0.15 19:32:52 PyGithub==2.9.1 19:32:52 Pygments==2.20.0 19:32:52 PyJWT==2.13.0 19:32:52 PyNaCl==1.6.2 19:32:52 pyparsing==2.4.7 19:32:52 pyperclip==1.11.0 19:32:52 pyrsistent==0.20.0 19:32:52 python-cinderclient==9.9.0 19:32:52 python-dateutil==2.9.0.post0 19:32:52 python-discovery==1.4.4 19:32:52 python-heatclient==5.2.0 19:32:52 python-jenkins==1.8.3 19:32:52 python-keystoneclient==5.8.0 19:32:52 python-magnumclient==4.11.0 19:32:52 python-openstackclient==10.0.0 19:32:52 python-swiftclient==4.10.0 19:32:52 PyYAML==6.0.3 19:32:52 referencing==0.37.0 19:32:52 requests==2.34.2 19:32:52 requests-oauthlib==2.0.0 19:32:52 rfc3986==2.0.0 19:32:52 rich==15.0.0 19:32:52 rich-argparse==1.8.0 19:32:52 rpds-py==0.30.0 19:32:52 rsa==4.9.1 19:32:52 ruamel.yaml==0.19.1 19:32:52 ruamel.yaml.clib==0.2.15 19:32:52 s3transfer==0.19.1 19:32:52 simplejson==4.1.1 19:32:52 six==1.17.0 19:32:52 smmap==5.0.3 19:32:52 soupsieve==2.9 19:32:52 stevedore==5.8.0 19:32:52 tabulate==0.10.0 19:32:52 toml==0.10.2 19:32:52 tomlkit==0.15.1 19:32:52 tqdm==4.69.0 19:32:52 typing_extensions==4.16.0 19:32:52 urllib3==1.26.20 19:32:52 virtualenv==21.6.1 19:32:52 wcwidth==0.8.2 19:32:52 websocket-client==1.9.0 19:32:52 wrapt==2.2.2 19:32:52 xdg==6.0.0 19:32:52 xmltodict==1.0.4 19:32:52 yarl==1.24.5 19:32:52 yq==4.1.2 19:32:52 [oom-master-pre-commit-lint] $ /bin/sh /tmp/jenkins18443121703384731862.sh 19:32:52 ---> uv-install.sh 19:32:52 Installing uv/uvx (latest) using shell installer 19:32:53 2026-07-20 19:32:52 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-uBtYxe.sh" [1] 19:32:53 downloading uv 0.11.29 x86_64-unknown-linux-gnu 19:32:54 installing to /home/jenkins/.local/bin 19:32:54 uv 19:32:54 uvx 19:32:54 everything's installed! 19:32:54 19:32:54 To add $HOME/.local/bin to your PATH, either restart your shell or run: 19:32:54 19:32:54 source $HOME/.local/bin/env (sh, bash, zsh) 19:32:54 source $HOME/.local/bin/env.fish (fish) 19:32:54 Adding install location to PATH 19:32:54 ---> Validating uv/uvx install 19:32:54 uvx 0.11.29 (x86_64-unknown-linux-gnu) 19:32:54 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins9822606755880331177.sh 19:32:54 ---> sudo-logs.sh 19:32:54 Archiving 'sudo' log.. 19:32:54 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16763337384835491573.sh 19:32:54 ---> job-cost.sh 19:32:54 INFO: Activating Python virtual environment... 19:32:54 Setup pyenv: 19:32:54 system 19:32:54 3.8.13 19:32:54 3.9.13 19:32:54 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:32:54 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Wzdb from file:/tmp/.os_lf_venv 19:32:54 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:32:54 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:32:56 lf-activate-venv(): INFO: Base packages installed successfully 19:32:56 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 19:33:02 lf-activate-venv(): INFO: Adding /tmp/venv-Wzdb/bin to PATH 19:33:02 INFO: No stack-cost file found 19:33:02 INFO: Instance uptime: 211s 19:33:02 INFO: Fetching instance metadata (attempt 1 of 3)... 19:33:02 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 19:33:02 INFO: Successfully fetched instance metadata 19:33:02 INFO: Instance type: v3-standard-4 19:33:02 INFO: Retrieving pricing info for: v3-standard-4 19:33:02 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 19:33:02 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=211 19:33:03 INFO: Successfully fetched Vexxhost pricing API 19:33:03 INFO: Retrieved cost: 0.11 19:33:03 INFO: Retrieved resource: v3-standard-4 19:33:03 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 19:33:03 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 19:33:03 INFO: Successfully archived job cost data 19:33:03 DEBUG: Cost data: oom-master-pre-commit-lint,4731,2026-07-20 19:33:03,v3-standard-4,211,0.11,0.00,SUCCESS 19:33:03 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins5310633657308139849.sh 19:33:03 ---> logs-deploy.sh 19:33:03 Setup pyenv: 19:33:03 system 19:33:03 3.8.13 19:33:03 3.9.13 19:33:03 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 19:33:03 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Wzdb from file:/tmp/.os_lf_venv 19:33:03 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:33:03 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:33:05 lf-activate-venv(): INFO: Base packages installed successfully 19:33:05 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 19:33:16 lf-activate-venv(): INFO: Adding /tmp/venv-Wzdb/bin to PATH 19:33:16 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4731 19:33:16 INFO: archiving workspace using pattern(s): 19:33:17 Archives upload complete. 19:33:17 INFO: archiving logs to Nexus 19:33:18 ---> uname -a: 19:33:18 Linux prd-ubuntu1804-builder-4c-4g-1376 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 19:33:18 19:33:18 19:33:18 ---> lscpu: 19:33:18 Architecture: x86_64 19:33:18 CPU op-mode(s): 32-bit, 64-bit 19:33:18 Byte Order: Little Endian 19:33:18 CPU(s): 4 19:33:18 On-line CPU(s) list: 0-3 19:33:18 Thread(s) per core: 1 19:33:18 Core(s) per socket: 1 19:33:18 Socket(s): 4 19:33:18 NUMA node(s): 1 19:33:18 Vendor ID: AuthenticAMD 19:33:18 CPU family: 23 19:33:18 Model: 49 19:33:18 Model name: AMD EPYC-Rome Processor 19:33:18 Stepping: 0 19:33:18 CPU MHz: 2800.000 19:33:18 BogoMIPS: 5600.00 19:33:18 Virtualization: AMD-V 19:33:18 Hypervisor vendor: KVM 19:33:18 Virtualization type: full 19:33:18 L1d cache: 32K 19:33:18 L1i cache: 32K 19:33:18 L2 cache: 512K 19:33:18 L3 cache: 16384K 19:33:18 NUMA node0 CPU(s): 0-3 19:33:18 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 19:33:18 19:33:18 19:33:18 ---> nproc: 19:33:18 4 19:33:18 19:33:18 19:33:18 ---> df -h: 19:33:18 Filesystem Size Used Avail Use% Mounted on 19:33:18 udev 7.9G 0 7.9G 0% /dev 19:33:18 tmpfs 1.6G 676K 1.6G 1% /run 19:33:18 /dev/vda1 78G 8.6G 69G 11% / 19:33:18 tmpfs 7.9G 0 7.9G 0% /dev/shm 19:33:18 tmpfs 5.0M 0 5.0M 0% /run/lock 19:33:18 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 19:33:18 /dev/vda15 105M 4.4M 100M 5% /boot/efi 19:33:18 tmpfs 1.6G 0 1.6G 0% /run/user/1001 19:33:18 19:33:18 19:33:18 ---> free -m: 19:33:18 total used free shared buff/cache available 19:33:18 Mem: 16040 547 13144 0 2348 15168 19:33:18 Swap: 1023 0 1023 19:33:18 19:33:18 19:33:18 ---> ip addr: 19:33:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 19:33:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:33:18 inet 127.0.0.1/8 scope host lo 19:33:18 valid_lft forever preferred_lft forever 19:33:18 inet6 ::1/128 scope host 19:33:18 valid_lft forever preferred_lft forever 19:33:18 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 19:33:18 link/ether fa:16:3e:8e:62:ee brd ff:ff:ff:ff:ff:ff 19:33:18 inet 10.30.107.74/23 brd 10.30.107.255 scope global dynamic ens3 19:33:18 valid_lft 86182sec preferred_lft 86182sec 19:33:18 inet6 fe80::f816:3eff:fe8e:62ee/64 scope link 19:33:18 valid_lft forever preferred_lft forever 19:33:18 19:33:18 19:33:18 ---> sar -b -r -n DEV: 19:33:18 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-1376) 07/20/26 _x86_64_ (4 CPU) 19:33:18 19:33:18 19:29:42 LINUX RESTART (4 CPU) 19:33:18 19:33:18 19:30:01 tps rtps wtps bread/s bwrtn/s 19:33:18 19:31:02 153.87 24.38 129.50 819.33 15898.15 19:33:18 19:32:01 74.06 0.73 73.33 95.85 15384.10 19:33:18 19:33:01 78.12 0.43 77.69 40.13 15121.35 19:33:18 Average: 102.17 8.56 93.62 319.68 15468.33 19:33:18 19:33:18 19:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:33:18 19:31:02 13986912 15565896 2438056 14.84 58456 1721196 771732 4.42 734808 1487956 104976 19:33:18 19:32:01 13725288 15528324 2699680 16.44 78056 1912780 798036 4.57 782636 1676660 139252 19:33:18 19:33:01 13462080 15530148 2962888 18.04 88368 2156980 783444 4.48 786384 1913044 208792 19:33:18 Average: 13724760 15541456 2700208 16.44 74960 1930319 784404 4.49 767943 1692553 151007 19:33:18 19:33:18 19:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:33:18 19:31:02 ens3 255.72 183.59 1651.75 36.52 0.00 0.00 0.00 0.00 19:33:18 19:31:02 lo 2.13 2.13 0.23 0.23 0.00 0.00 0.00 0.00 19:33:18 19:32:01 ens3 261.11 168.85 753.93 15.98 0.00 0.00 0.00 0.00 19:33:18 19:32:01 lo 1.08 1.08 0.12 0.12 0.00 0.00 0.00 0.00 19:33:18 19:33:01 ens3 220.78 151.34 824.42 14.56 0.00 0.00 0.00 0.00 19:33:18 19:33:01 lo 0.80 0.80 0.09 0.09 0.00 0.00 0.00 0.00 19:33:18 Average: ens3 245.79 167.92 1078.50 22.39 0.00 0.00 0.00 0.00 19:33:18 Average: lo 1.34 1.34 0.15 0.15 0.00 0.00 0.00 0.00 19:33:18 19:33:18 19:33:18 ---> sar -P ALL: 19:33:18 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-1376) 07/20/26 _x86_64_ (4 CPU) 19:33:18 19:33:18 19:29:42 LINUX RESTART (4 CPU) 19:33:18 19:33:18 19:30:01 CPU %user %nice %system %iowait %steal %idle 19:33:18 19:31:02 all 20.21 0.00 2.21 3.39 0.08 74.11 19:33:18 19:31:02 0 13.87 0.00 2.21 4.58 0.08 79.26 19:33:18 19:31:02 1 17.53 0.00 1.74 1.07 0.08 79.58 19:33:18 19:31:02 2 22.34 0.00 2.47 6.54 0.07 68.58 19:33:18 19:31:02 3 27.16 0.00 2.49 1.37 0.08 68.89 19:33:18 19:32:01 all 13.56 0.00 1.15 4.26 0.06 80.96 19:33:18 19:32:01 0 3.23 0.00 0.73 9.78 0.07 86.20 19:33:18 19:32:01 1 24.09 0.00 2.32 4.50 0.08 69.00 19:33:18 19:32:01 2 8.06 0.00 0.64 1.42 0.05 89.83 19:33:18 19:32:01 3 18.96 0.00 0.85 1.38 0.05 78.76 19:33:18 19:33:01 all 12.64 0.00 0.99 5.41 0.05 80.91 19:33:18 19:33:01 0 10.07 0.00 1.07 17.56 0.07 71.23 19:33:18 19:33:01 1 9.27 0.00 1.15 3.30 0.03 86.24 19:33:18 19:33:01 2 10.90 0.00 0.64 0.53 0.05 87.88 19:33:18 19:33:01 3 20.30 0.00 1.12 0.37 0.05 78.17 19:33:18 Average: all 15.48 0.00 1.45 4.36 0.06 78.65 19:33:18 Average: 0 9.10 0.00 1.34 10.62 0.07 78.87 19:33:18 Average: 1 16.92 0.00 1.73 2.95 0.07 78.33 19:33:18 Average: 2 13.76 0.00 1.25 2.82 0.06 82.12 19:33:18 Average: 3 22.15 0.00 1.49 1.04 0.06 75.26 19:33:18 19:33:18 19:33:18