15:07:06 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/146015 15:07:06 Running as SYSTEM 15:07:06 [EnvInject] - Loading node environment variables. 15:07:06 Building remotely on prd-ubuntu1804-builder-4c-4g-14446 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 15:07:06 [ssh-agent] Looking for ssh-agent implementation... 15:07:06 $ ssh-agent 15:07:06 SSH_AUTH_SOCK=/tmp/ssh-6rwp5BanF9lm/agent.1683 15:07:06 SSH_AGENT_PID=1685 15:07:06 [ssh-agent] Started. 15:07:06 Running ssh-add (command line suppressed) 15:07:06 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_544874896496501921.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_544874896496501921.key) 15:07:06 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 15:07:06 The recommended git tool is: NONE 15:07:08 using credential onap-jenkins-ssh 15:07:08 Wiping out workspace first. 15:07:08 Cloning the remote Git repository 15:07:08 Cloning repository git://cloud.onap.org/mirror/oom.git 15:07:08 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 15:07:08 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 15:07:08 > git --version # timeout=10 15:07:08 > git --version # 'git version 2.17.1' 15:07:08 using GIT_SSH to set credentials Gerrit user 15:07:08 Verifying host key using manually-configured host key entries 15:07:08 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 15:07:13 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 15:07:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:07:14 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 15:07:14 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 15:07:14 using GIT_SSH to set credentials Gerrit user 15:07:14 Verifying host key using manually-configured host key entries 15:07:14 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/15/146015/12 # timeout=30 15:07:14 > git rev-parse 5be83808f202f468ef947322223363bc50814948^{commit} # timeout=10 15:07:14 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 15:07:14 Checking out Revision 5be83808f202f468ef947322223363bc50814948 (refs/changes/15/146015/12) 15:07:14 > git config core.sparsecheckout # timeout=10 15:07:14 > git checkout -f 5be83808f202f468ef947322223363bc50814948 # timeout=30 15:07:18 Commit message: "[POLICY] Update docker images to latest versions" 15:07:18 > git rev-parse FETCH_HEAD^{commit} # timeout=10 15:07:18 > git rev-list --no-walk 14ace7cc58e0f060d4c48684141f125d0ff0169a # timeout=10 15:07:18 [EnvInject] - Injecting environment variables from a build step. 15:07:18 [EnvInject] - Injecting as environment variables the properties content 15:07:18 PYTHON=python3 15:07:18 15:07:18 [EnvInject] - Variables injected successfully. 15:07:18 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins13322115877573522050.sh 15:07:18 ---> tox-install.sh 15:07:18 + source /home/jenkins/lf-env.sh 15:07:18 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 15:07:18 ++ mktemp -d /tmp/venv-XXXX 15:07:18 + lf_venv=/tmp/venv-BXHY 15:07:18 + local venv_file=/tmp/.os_lf_venv 15:07:18 + local python=python3 15:07:18 + local options 15:07:18 + local set_path=true 15:07:18 + local install_args= 15:07:18 ++ 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 15:07:18 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:07:18 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:07:18 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 15:07:18 + true 15:07:18 + case $1 in 15:07:18 + venv_file=/tmp/.toxenv 15:07:18 + shift 2 15:07:18 + true 15:07:18 + case $1 in 15:07:18 + shift 15:07:18 + break 15:07:18 + case $python in 15:07:18 + local pkg_list= 15:07:18 + [[ -d /opt/pyenv ]] 15:07:18 + echo 'Setup pyenv:' 15:07:18 Setup pyenv: 15:07:18 + export PYENV_ROOT=/opt/pyenv 15:07:18 + PYENV_ROOT=/opt/pyenv 15:07:18 + 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 15:07:18 + 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 15:07:18 + pyenv versions 15:07:18 * system (set by /opt/pyenv/version) 15:07:18 * 3.8.13 (set by /opt/pyenv/version) 15:07:18 * 3.9.13 (set by /opt/pyenv/version) 15:07:18 * 3.10.6 (set by /opt/pyenv/version) 15:07:18 + command -v pyenv 15:07:18 ++ pyenv init - --no-rehash 15:07:18 + 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[*]}"'\'')" 15:07:18 export PATH="/opt/pyenv/shims:${PATH}" 15:07:18 export PYENV_SHELL=bash 15:07:18 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 15:07:18 pyenv() { 15:07:18 local command 15:07:18 command="${1:-}" 15:07:18 if [ "$#" -gt 0 ]; then 15:07:18 shift 15:07:18 fi 15:07:18 15:07:18 case "$command" in 15:07:18 rehash|shell) 15:07:18 eval "$(pyenv "sh-$command" "$@")" 15:07:18 ;; 15:07:18 *) 15:07:18 command pyenv "$command" "$@" 15:07:18 ;; 15:07:18 esac 15:07:18 }' 15:07:18 +++ 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[*]}"' 15:07:18 ++ 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 15:07:18 ++ 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 15:07:18 ++ 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 15:07:18 ++ export PYENV_SHELL=bash 15:07:18 ++ PYENV_SHELL=bash 15:07:18 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 15:07:18 +++ complete -F _pyenv pyenv 15:07:18 ++ lf-pyver python3 15:07:18 ++ local py_version_xy=python3 15:07:18 ++ local py_version_xyz= 15:07:18 ++ pyenv versions 15:07:18 ++ local command 15:07:18 ++ command=versions 15:07:18 ++ '[' 1 -gt 0 ']' 15:07:18 ++ shift 15:07:18 ++ case "$command" in 15:07:18 ++ command pyenv versions 15:07:18 ++ pyenv versions 15:07:18 ++ sed 's/^[ *]* //' 15:07:18 ++ grep -E '^[0-9.]*[0-9]$' 15:07:18 ++ awk '{ print $1 }' 15:07:18 ++ [[ ! -s /tmp/.pyenv_versions ]] 15:07:18 +++ grep '^3' /tmp/.pyenv_versions 15:07:18 +++ sort -V 15:07:18 +++ tail -n 1 15:07:18 ++ py_version_xyz=3.10.6 15:07:18 ++ [[ -z 3.10.6 ]] 15:07:18 ++ echo 3.10.6 15:07:18 ++ return 0 15:07:18 + pyenv local 3.10.6 15:07:18 + local command 15:07:18 + command=local 15:07:18 + '[' 2 -gt 0 ']' 15:07:18 + shift 15:07:18 + case "$command" in 15:07:18 + command pyenv local 3.10.6 15:07:18 + pyenv local 3.10.6 15:07:18 + for arg in "$@" 15:07:18 + case $arg in 15:07:18 + pkg_list+='tox ' 15:07:18 + for arg in "$@" 15:07:18 + case $arg in 15:07:18 + pkg_list+='virtualenv ' 15:07:18 + for arg in "$@" 15:07:18 + case $arg in 15:07:18 + pkg_list+='urllib3~=1.26.15 ' 15:07:18 + [[ -f /tmp/.toxenv ]] 15:07:18 + [[ ! -f /tmp/.toxenv ]] 15:07:18 + [[ -n '' ]] 15:07:18 + python3 -m venv /tmp/venv-BXHY 15:07:23 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BXHY' 15:07:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BXHY 15:07:23 + echo /tmp/venv-BXHY 15:07:23 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 15:07:23 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 15:07:23 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 15:07:23 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:07:23 + local 'pip_opts=--upgrade --quiet' 15:07:23 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 15:07:23 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 15:07:23 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 15:07:23 + [[ -n '' ]] 15:07:23 + [[ -n '' ]] 15:07:23 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 15:07:23 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:07:23 + /tmp/venv-BXHY/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 15:07:27 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 15:07:27 lf-activate-venv(): INFO: Base packages installed successfully 15:07:27 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 15:07:27 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 15:07:27 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 15:07:27 + /tmp/venv-BXHY/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 15:07:29 + type python3 15:07:29 + true 15:07:29 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-BXHY/bin to PATH' 15:07:29 lf-activate-venv(): INFO: Adding /tmp/venv-BXHY/bin to PATH 15:07:29 + PATH=/tmp/venv-BXHY/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 15:07:29 + return 0 15:07:29 + python3 --version 15:07:29 Python 3.10.6 15:07:29 + python3 -m pip --version 15:07:29 pip 26.2 from /tmp/venv-BXHY/lib/python3.10/site-packages/pip (python 3.10) 15:07:29 + python3 -m pip freeze 15:07:29 cachetools==7.1.6 15:07:29 colorama==0.4.6 15:07:29 distlib==0.4.3 15:07:29 filelock==3.32.2 15:07:29 packaging==26.2 15:07:29 platformdirs==4.11.0 15:07:29 pluggy==1.6.0 15:07:29 pyproject-api==1.11.0 15:07:29 python-discovery==1.5.0 15:07:29 tomli==2.4.1 15:07:29 tomli_w==1.2.0 15:07:29 tox==4.58.0 15:07:29 typing_extensions==4.16.0 15:07:29 urllib3==1.26.20 15:07:29 virtualenv==21.7.1 15:07:29 [EnvInject] - Injecting environment variables from a build step. 15:07:29 [EnvInject] - Injecting as environment variables the properties content 15:07:29 PARALLEL=false 15:07:29 15:07:29 [EnvInject] - Variables injected successfully. 15:07:29 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins8899842249744431883.sh 15:07:29 ---> tox-run.sh 15:07: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 15:07:29 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 15:07:29 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 15:07:29 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 15:07:29 + cd /w/workspace/oom-master-pre-commit-lint/. 15:07:29 + source /home/jenkins/lf-env.sh 15:07:29 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 15:07:29 ++ mktemp -d /tmp/venv-XXXX 15:07:29 + lf_venv=/tmp/venv-XcHb 15:07:29 + local venv_file=/tmp/.os_lf_venv 15:07:29 + local python=python3 15:07:29 + local options 15:07:29 + local set_path=true 15:07:29 + local install_args= 15:07: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 15:07:29 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:07:29 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:07:29 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 15:07:29 + true 15:07:29 + case $1 in 15:07:29 + venv_file=/tmp/.toxenv 15:07:29 + shift 2 15:07:29 + true 15:07:29 + case $1 in 15:07:29 + shift 15:07:29 + break 15:07:29 + case $python in 15:07:29 + local pkg_list= 15:07:29 + [[ -d /opt/pyenv ]] 15:07:29 + echo 'Setup pyenv:' 15:07:29 Setup pyenv: 15:07:29 + export PYENV_ROOT=/opt/pyenv 15:07:29 + PYENV_ROOT=/opt/pyenv 15:07: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 15:07: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 15:07:29 + pyenv versions 15:07:29 system 15:07:29 3.8.13 15:07:29 3.9.13 15:07:29 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:07:29 + command -v pyenv 15:07:29 ++ pyenv init - --no-rehash 15:07: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[*]}"'\'')" 15:07:29 export PATH="/opt/pyenv/shims:${PATH}" 15:07:29 export PYENV_SHELL=bash 15:07:29 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 15:07:29 pyenv() { 15:07:29 local command 15:07:29 command="${1:-}" 15:07:29 if [ "$#" -gt 0 ]; then 15:07:29 shift 15:07:29 fi 15:07:29 15:07:29 case "$command" in 15:07:29 rehash|shell) 15:07:29 eval "$(pyenv "sh-$command" "$@")" 15:07:29 ;; 15:07:29 *) 15:07:29 command pyenv "$command" "$@" 15:07:29 ;; 15:07:29 esac 15:07:29 }' 15:07: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[*]}"' 15:07: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 15:07: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 15:07: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 15:07:29 ++ export PYENV_SHELL=bash 15:07:29 ++ PYENV_SHELL=bash 15:07:29 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 15:07:29 +++ complete -F _pyenv pyenv 15:07:29 ++ lf-pyver python3 15:07:29 ++ local py_version_xy=python3 15:07:29 ++ local py_version_xyz= 15:07:29 ++ pyenv versions 15:07:29 ++ sed 's/^[ *]* //' 15:07:29 ++ local command 15:07:29 ++ command=versions 15:07:29 ++ '[' 1 -gt 0 ']' 15:07:29 ++ shift 15:07:29 ++ grep -E '^[0-9.]*[0-9]$' 15:07:29 ++ case "$command" in 15:07:29 ++ command pyenv versions 15:07:29 ++ pyenv versions 15:07:29 ++ awk '{ print $1 }' 15:07:29 ++ [[ ! -s /tmp/.pyenv_versions ]] 15:07:29 +++ grep '^3' /tmp/.pyenv_versions 15:07:29 +++ sort -V 15:07:29 +++ tail -n 1 15:07:29 ++ py_version_xyz=3.10.6 15:07:29 ++ [[ -z 3.10.6 ]] 15:07:29 ++ echo 3.10.6 15:07:29 ++ return 0 15:07:29 + pyenv local 3.10.6 15:07:29 + local command 15:07:29 + command=local 15:07:29 + '[' 2 -gt 0 ']' 15:07:29 + shift 15:07:29 + case "$command" in 15:07:29 + command pyenv local 3.10.6 15:07:29 + pyenv local 3.10.6 15:07:29 + for arg in "$@" 15:07:29 + case $arg in 15:07:29 + pkg_list+='tox ' 15:07:29 + for arg in "$@" 15:07:29 + case $arg in 15:07:29 + pkg_list+='virtualenv ' 15:07:29 + for arg in "$@" 15:07:29 + case $arg in 15:07:29 + pkg_list+='urllib3~=1.26.15 ' 15:07:29 + [[ -f /tmp/.toxenv ]] 15:07:29 ++ cat /tmp/.toxenv 15:07:29 + lf_venv=/tmp/venv-BXHY 15:07:29 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-BXHY from' file:/tmp/.toxenv 15:07:29 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-BXHY from file:/tmp/.toxenv 15:07:29 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 15:07:29 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:07:29 + local 'pip_opts=--upgrade --quiet' 15:07:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 15:07:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 15:07:29 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 15:07:29 + [[ -n '' ]] 15:07:29 + [[ -n '' ]] 15:07:29 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 15:07:29 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:07:29 + /tmp/venv-BXHY/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 15:07:30 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 15:07:30 lf-activate-venv(): INFO: Base packages installed successfully 15:07:30 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 15:07:30 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 15:07:30 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 15:07:30 + /tmp/venv-BXHY/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 15:07:31 + type python3 15:07:31 + true 15:07:31 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-BXHY/bin to PATH' 15:07:31 lf-activate-venv(): INFO: Adding /tmp/venv-BXHY/bin to PATH 15:07:31 + PATH=/tmp/venv-BXHY/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 15:07:31 + return 0 15:07:31 + [[ -d /opt/pyenv ]] 15:07:31 + echo '---> Setting up pyenv' 15:07:31 ---> Setting up pyenv 15:07:31 + export PYENV_ROOT=/opt/pyenv 15:07:31 + PYENV_ROOT=/opt/pyenv 15:07:31 + export PATH=/opt/pyenv/bin:/tmp/venv-BXHY/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 15:07:31 + PATH=/opt/pyenv/bin:/tmp/venv-BXHY/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 15:07:31 ++ pwd 15:07:31 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 15:07:31 + export PYTHONPATH 15:07:31 + export TOX_TESTENV_PASSENV=PYTHONPATH 15:07:31 + TOX_TESTENV_PASSENV=PYTHONPATH 15:07:31 + tox --version 15:07:31 4.58.0 from /tmp/venv-BXHY/lib/python3.10/site-packages/tox/__init__.py 15:07:31 + PARALLEL=false 15:07:31 + TOX_OPTIONS_LIST= 15:07:31 + [[ -n pre-commit ]] 15:07:31 + TOX_OPTIONS_LIST=' -e pre-commit' 15:07:31 + case ${PARALLEL,,} in 15:07:31 + tox -e pre-commit 15:07:31 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 15:07:33 pre-commit: install_deps> python -I -m pip install pre-commit 15:07:35 pre-commit: freeze> python -m pip freeze --all 15:07:35 pre-commit: cfgv==3.5.0,distlib==0.4.3,filelock==3.32.2,identify==2.6.19,nodeenv==1.10.0,pip==26.2,platformdirs==4.11.0,pre_commit==4.6.1,python-discovery==1.5.0,PyYAML==6.0.3,setuptools==83.0.0,typing_extensions==4.16.0,virtualenv==21.7.1 15:07:35 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 15:07:35 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 15:07:36 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 15:07:37 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 15:07:39 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 15:07:39 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 15:07:39 [INFO] Once installed this environment will be reused. 15:07:39 [INFO] This may take a few minutes... 15:07:43 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 15:07:43 [INFO] Once installed this environment will be reused. 15:07:43 [INFO] This may take a few minutes... 15:07:47 An unexpected error has occurred: CalledProcessError: command: ('/usr/bin/git', 'ls-files', '-z', '--deduplicate') 15:07:47 return code: 129 15:07:47 stdout: (none) 15:07:47 stderr: 15:07:47 error: unknown option `deduplicate' 15:07:47 usage: git ls-files [] [...] 15:07:47 15:07:47 -z paths are separated with NUL character 15:07:47 -t identify the file status with tags 15:07:47 -v use lowercase letters for 'assume unchanged' files 15:07:47 -f use lowercase letters for 'fsmonitor clean' files 15:07:47 -c, --cached show cached files in the output (default) 15:07:47 -d, --deleted show deleted files in the output 15:07:47 -m, --modified show modified files in the output 15:07:47 -o, --others show other files in the output 15:07:47 -i, --ignored show ignored files in the output 15:07:47 -s, --stage show staged contents' object name in the output 15:07:47 -k, --killed show files on the filesystem that need to be removed 15:07:47 --directory show 'other' directories' names only 15:07:47 --eol show line endings of files 15:07:47 --empty-directory don't show empty directories 15:07:47 -u, --unmerged show unmerged files in the output 15:07:47 --resolve-undo show resolve-undo information 15:07:47 -x, --exclude 15:07:47 skip files matching pattern 15:07:47 -X, --exclude-from 15:07:47 exclude patterns are read from 15:07:47 --exclude-per-directory 15:07:47 read additional per-directory exclude patterns in 15:07:47 --exclude-standard add the standard git exclusions 15:07:47 --full-name make the output relative to the project top directory 15:07:47 --recurse-submodules recurse through submodules 15:07:47 --error-unmatch if any is not in the index, treat this as an error 15:07:47 --with-tree 15:07:47 pretend that paths removed since are still present 15:07:47 --abbrev[=] use digits to display SHA-1s 15:07:47 --debug show debugging data 15:07:47 Check the log at /home/jenkins/.cache/pre-commit/pre-commit.log 15:07:47 pre-commit: exit 3 (11.87 seconds) /w/workspace/oom-master-pre-commit-lint> pre-commit run --all-files --show-diff-on-failure pid=2227 15:07:47 pre-commit: FAIL code 3 (15.75=setup[3.88]+cmd[11.87] seconds) 15:07:47 evaluation failed :( (15.79 seconds) 15:07:47 + tox_status=3 15:07:47 + echo '---> Completed tox runs' 15:07:47 ---> Completed tox runs 15:07:47 + for i in .tox/*/log 15:07:47 ++ echo .tox/pre-commit/log 15:07:47 ++ awk -F/ '{print $2}' 15:07:47 + tox_env=pre-commit 15:07:47 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 15:07:47 + DOC_DIR=docs/_build/html 15:07:47 + [[ -d docs/_build/html ]] 15:07:47 + echo '---> tox-run.sh ends' 15:07:47 ---> tox-run.sh ends 15:07:47 + test 3 -eq 0 15:07:47 + exit 3 15:07:47 ++ '[' 2 = 1 ']' 15:07:47 Build step 'Execute shell' marked build as failure 15:07:47 $ ssh-agent -k 15:07:47 unset SSH_AUTH_SOCK; 15:07:47 unset SSH_AGENT_PID; 15:07:47 echo Agent pid 1685 killed; 15:07:47 [ssh-agent] Stopped. 15:07:47 [PostBuildScript] - [INFO] Executing post build scripts. 15:07:47 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins13086224321172597669.sh 15:07:47 ---> sysstat.sh 15:07:48 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins12828412961944122786.sh 15:07:48 ---> package-listing.sh 15:07:48 ++ facter osfamily 15:07:48 ++ tr '[:upper:]' '[:lower:]' 15:07:48 + OS_FAMILY=debian 15:07:48 + workspace=/w/workspace/oom-master-pre-commit-lint 15:07:48 + START_PACKAGES=/tmp/packages_start.txt 15:07:48 + END_PACKAGES=/tmp/packages_end.txt 15:07:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:07:48 + PACKAGES=/tmp/packages_start.txt 15:07:48 + '[' /w/workspace/oom-master-pre-commit-lint ']' 15:07:48 + PACKAGES=/tmp/packages_end.txt 15:07:48 + case "${OS_FAMILY}" in 15:07:48 + dpkg -l 15:07:48 + grep '^ii' 15:07:48 + '[' -f /tmp/packages_start.txt ']' 15:07:48 + '[' -f /tmp/packages_end.txt ']' 15:07:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:07:48 + '[' /w/workspace/oom-master-pre-commit-lint ']' 15:07:48 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 15:07:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 15:07:48 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins4101019701720720926.sh 15:07:48 ---> capture-instance-metadata.sh 15:07:48 Setup pyenv: 15:07:48 system 15:07:48 3.8.13 15:07:48 3.9.13 15:07:48 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:07:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-XZx5 15:07:52 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 15:07:52 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:07:52 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:07:56 lf-activate-venv(): INFO: Base packages installed successfully 15:07:56 lf-activate-venv(): INFO: Installing additional packages: lftools 15:08:16 lf-activate-venv(): INFO: Adding /tmp/venv-XZx5/bin to PATH 15:08:16 INFO: Running in OpenStack, capturing instance metadata 15:08:16 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7625576882494948522.sh 15:08:16 provisioning config files... 15:08:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config8155977006882700176tmp 15:08:16 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 15:08:16 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 15:08:16 [EnvInject] - Injecting environment variables from a build step. 15:08:16 [EnvInject] - Injecting as environment variables the properties content 15:08:16 SERVER_ID=logs 15:08:16 15:08:16 [EnvInject] - Variables injected successfully. 15:08:16 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins3157659617357675042.sh 15:08:16 ---> create-netrc.sh 15:08:16 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins13167894398591980703.sh 15:08:16 ---> python-tools-install.sh 15:08:16 Setup pyenv: 15:08:16 system 15:08:16 3.8.13 15:08:16 3.9.13 15:08:16 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:08:16 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-XZx5 from file:/tmp/.os_lf_venv 15:08:16 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:08:16 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:08:18 lf-activate-venv(): INFO: Base packages installed successfully 15:08:18 lf-activate-venv(): INFO: Installing additional packages: lftools 15:08:24 lf-activate-venv(): INFO: Adding /tmp/venv-XZx5/bin to PATH 15:08:24 Generating Requirements File 15:08:44 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. 15:08:44 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 15:08:45 Python 3.10.6 15:08:45 pip 26.2 from /tmp/venv-XZx5/lib/python3.10/site-packages/pip (python 3.10) 15:08:45 aiohappyeyeballs==2.7.1 15:08:45 aiohttp==3.14.3 15:08:45 aiosignal==1.4.0 15:08:45 appdirs==1.4.4 15:08:45 argcomplete==3.7.0 15:08:45 aspy.yaml==1.3.0 15:08:45 async-timeout==5.0.1 15:08:45 attrs==26.1.0 15:08:45 autopage==0.6.0 15:08:45 backports.strenum==1.3.1 15:08:45 beautifulsoup4==4.15.0 15:08:45 boto3==1.43.61 15:08:45 botocore==1.43.61 15:08:45 bs4==0.0.2 15:08:45 certifi==2026.7.22 15:08:45 cffi==2.1.0 15:08:45 cfgv==3.5.0 15:08:45 chardet==7.4.3 15:08:45 charset-normalizer==3.4.9 15:08:45 click==8.4.2 15:08:45 cliff==4.14.0 15:08:45 cmd2==3.5.1 15:08:45 cryptography==3.3.2 15:08:45 debtcollector==3.1.0 15:08:45 decorator==5.3.1 15:08:45 defusedxml==0.7.1 15:08:45 Deprecated==1.3.1 15:08:45 distlib==0.4.3 15:08:45 dnspython==2.8.0 15:08:45 docker==7.2.0 15:08:45 dogpile.cache==1.5.0 15:08:45 durationpy==0.10 15:08:45 email-validator==2.3.0 15:08:45 filelock==3.32.2 15:08:45 frozenlist==1.8.0 15:08:45 future==1.0.0 15:08:45 gitdb==4.0.12 15:08:45 GitPython==3.1.57 15:08:45 httplib2==0.30.2 15:08:45 identify==2.6.19 15:08:45 idna==3.18 15:08:45 importlib-resources==1.5.0 15:08:45 iso8601==2.1.0 15:08:45 Jinja2==3.1.6 15:08:45 jmespath==1.1.0 15:08:45 jsonpatch==1.33 15:08:45 jsonpointer==3.1.1 15:08:45 jsonschema==4.26.0 15:08:45 jsonschema-specifications==2025.9.1 15:08:45 keystoneauth1==5.14.0 15:08:45 kubernetes==36.0.3 15:08:45 lftools==0.37.22 15:08:45 lxml==6.1.1 15:08:45 markdown-it-py==4.2.0 15:08:45 MarkupSafe==3.0.3 15:08:45 mdurl==0.1.2 15:08:45 msgpack==1.2.1 15:08:45 multi_key_dict==2.0.3 15:08:45 multidict==6.7.1 15:08:45 munch==4.0.0 15:08:45 netaddr==1.3.0 15:08:45 niet==1.4.2 15:08:45 nodeenv==1.10.0 15:08:45 oauth2client==4.1.3 15:08:45 oauthlib==3.3.1 15:08:45 openstacksdk==4.13.0 15:08:45 os-service-types==1.8.2 15:08:45 osc-lib==4.6.0 15:08:45 oslo.config==10.4.0 15:08:45 oslo.context==6.4.0 15:08:45 oslo.i18n==6.8.0 15:08:45 oslo.log==8.2.0 15:08:45 oslo.serialization==5.10.0 15:08:45 oslo.utils==10.1.1 15:08:45 packaging==26.2 15:08:45 pbr==7.0.3 15:08:45 platformdirs==4.11.0 15:08:45 prettytable==3.18.0 15:08:45 propcache==0.5.2 15:08:45 psutil==7.2.2 15:08:45 pyasn1==0.6.4 15:08:45 pyasn1_modules==0.4.2 15:08:45 pycparser==3.0 15:08:45 pygerrit2==2.0.15 15:08:45 PyGithub==2.9.1 15:08:45 Pygments==2.20.0 15:08:45 PyJWT==2.13.0 15:08:45 PyNaCl==1.6.2 15:08:45 pyparsing==2.4.7 15:08:45 pyperclip==1.11.0 15:08:45 pyrsistent==0.20.0 15:08:45 python-cinderclient==9.9.0 15:08:45 python-dateutil==2.9.0.post0 15:08:45 python-discovery==1.5.0 15:08:45 python-heatclient==5.2.0 15:08:45 python-jenkins==1.8.3 15:08:45 python-keystoneclient==5.8.0 15:08:45 python-magnumclient==4.11.0 15:08:45 python-openstackclient==10.0.0 15:08:45 python-swiftclient==4.10.0 15:08:45 PyYAML==6.0.3 15:08:45 referencing==0.37.0 15:08:45 requests==2.34.2 15:08:45 requests-oauthlib==2.0.0 15:08:45 rfc3986==2.0.0 15:08:45 rich==15.0.0 15:08:45 rich-argparse==1.8.0 15:08:45 rpds-py==0.30.0 15:08:45 rsa==4.9.1 15:08:45 ruamel.yaml==0.19.1 15:08:45 ruamel.yaml.clib==0.2.15 15:08:45 s3transfer==0.19.2 15:08:45 simplejson==4.1.1 15:08:45 six==1.17.0 15:08:45 smmap==5.0.3 15:08:45 soupsieve==2.9.1 15:08:45 stevedore==5.8.0 15:08:45 tabulate==0.10.0 15:08:45 toml==0.10.2 15:08:45 tomlkit==0.15.1 15:08:45 tqdm==4.70.0 15:08:45 typing_extensions==4.16.0 15:08:45 urllib3==1.26.20 15:08:45 virtualenv==21.7.1 15:08:45 wcwidth==0.8.2 15:08:45 websocket-client==1.9.0 15:08:45 wrapt==2.3.0 15:08:45 xdg==6.0.0 15:08:45 xmltodict==1.0.4 15:08:45 yarl==1.24.5 15:08:45 yq==4.1.2 15:08:45 [oom-master-pre-commit-lint] $ /bin/sh /tmp/jenkins4945689702996607664.sh 15:08:45 ---> uv-install.sh 15:08:45 Installing uv/uvx (latest) using shell installer 15:08:45 2026-07-31 15:08:45 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71225/71225] -> "/tmp/uv-install-lRkwej.sh" [1] 15:08:45 downloading uv 0.12.0 x86_64-unknown-linux-gnu 15:08:46 installing to /home/jenkins/.local/bin 15:08:46 uv 15:08:46 uvx 15:08:46 everything's installed! 15:08:46 15:08:46 To add $HOME/.local/bin to your PATH, either restart your shell or run: 15:08:46 15:08:46 source $HOME/.local/bin/env (sh, bash, zsh) 15:08:46 source $HOME/.local/bin/env.fish (fish) 15:08:46 Adding install location to PATH 15:08:46 ---> Validating uv/uvx install 15:08:46 uvx 0.12.0 (x86_64-unknown-linux-gnu) 15:08:46 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins759866749254754121.sh 15:08:46 ---> sudo-logs.sh 15:08:46 Archiving 'sudo' log.. 15:08:46 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins10653683676015027463.sh 15:08:46 ---> job-cost.sh 15:08:46 INFO: Activating Python virtual environment... 15:08:46 Setup pyenv: 15:08:46 system 15:08:46 3.8.13 15:08:46 3.9.13 15:08:46 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:08:47 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-XZx5 from file:/tmp/.os_lf_venv 15:08:47 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:08:47 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:08:48 lf-activate-venv(): INFO: Base packages installed successfully 15:08:48 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 15:08:53 lf-activate-venv(): INFO: Adding /tmp/venv-XZx5/bin to PATH 15:08:53 INFO: No stack-cost file found 15:08:53 INFO: Instance uptime: 129s 15:08:53 INFO: Fetching instance metadata (attempt 1 of 3)... 15:08:53 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 15:08:53 INFO: Successfully fetched instance metadata 15:08:53 INFO: Instance type: v3-standard-4 15:08:53 INFO: Retrieving pricing info for: v3-standard-4 15:08:53 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 15:08:53 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=129 15:08:53 INFO: Successfully fetched Vexxhost pricing API 15:08:53 INFO: Retrieved cost: 0.11 15:08:53 INFO: Retrieved resource: v3-standard-4 15:08:53 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 15:08:53 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 15:08:53 INFO: Successfully archived job cost data 15:08:53 DEBUG: Cost data: oom-master-pre-commit-lint,4783,2026-07-31 15:08:53,v3-standard-4,129,0.11,0.00,FAILURE 15:08:53 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins8755535124568274354.sh 15:08:53 ---> logs-deploy.sh 15:08:53 Setup pyenv: 15:08:53 system 15:08:53 3.8.13 15:08:53 3.9.13 15:08:53 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:08:53 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-XZx5 from file:/tmp/.os_lf_venv 15:08:53 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 15:08:53 lf-activate-venv(): INFO: Attempting to install with network-safe options... 15:08:55 lf-activate-venv(): INFO: Base packages installed successfully 15:08:55 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 15:09:01 lf-activate-venv(): INFO: Adding /tmp/venv-XZx5/bin to PATH 15:09:01 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4783 15:09:01 INFO: archiving workspace using pattern(s): 15:09:02 Archives upload complete. 15:09:03 INFO: archiving logs to Nexus 15:09:03 ---> uname -a: 15:09:03 Linux prd-ubuntu1804-builder-4c-4g-14446 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 15:09:03 15:09:03 15:09:03 ---> lscpu: 15:09:03 Architecture: x86_64 15:09:03 CPU op-mode(s): 32-bit, 64-bit 15:09:03 Byte Order: Little Endian 15:09:03 CPU(s): 4 15:09:03 On-line CPU(s) list: 0-3 15:09:03 Thread(s) per core: 1 15:09:03 Core(s) per socket: 1 15:09:03 Socket(s): 4 15:09:03 NUMA node(s): 1 15:09:03 Vendor ID: AuthenticAMD 15:09:03 CPU family: 23 15:09:03 Model: 49 15:09:03 Model name: AMD EPYC-Rome Processor 15:09:03 Stepping: 0 15:09:03 CPU MHz: 2799.934 15:09:03 BogoMIPS: 5599.86 15:09:03 Virtualization: AMD-V 15:09:03 Hypervisor vendor: KVM 15:09:03 Virtualization type: full 15:09:03 L1d cache: 32K 15:09:03 L1i cache: 32K 15:09:03 L2 cache: 512K 15:09:03 L3 cache: 16384K 15:09:03 NUMA node0 CPU(s): 0-3 15:09:03 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 15:09:03 15:09:03 15:09:03 ---> nproc: 15:09:03 4 15:09:03 15:09:03 15:09:03 ---> df -h: 15:09:03 Filesystem Size Used Avail Use% Mounted on 15:09:03 udev 7.9G 0 7.9G 0% /dev 15:09:03 tmpfs 1.6G 676K 1.6G 1% /run 15:09:03 /dev/vda1 78G 8.5G 69G 11% / 15:09:03 tmpfs 7.9G 0 7.9G 0% /dev/shm 15:09:03 tmpfs 5.0M 0 5.0M 0% /run/lock 15:09:03 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 15:09:03 /dev/vda15 105M 4.4M 100M 5% /boot/efi 15:09:03 tmpfs 1.6G 0 1.6G 0% /run/user/1001 15:09:03 15:09:03 15:09:03 ---> free -m: 15:09:03 total used free shared buff/cache available 15:09:03 Mem: 16040 572 13156 0 2311 15145 15:09:03 Swap: 1023 0 1023 15:09:03 15:09:03 15:09:03 ---> ip addr: 15:09:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 15:09:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:09:03 inet 127.0.0.1/8 scope host lo 15:09:03 valid_lft forever preferred_lft forever 15:09:03 inet6 ::1/128 scope host 15:09:03 valid_lft forever preferred_lft forever 15:09:03 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 15:09:03 link/ether fa:16:3e:e1:6c:dc brd ff:ff:ff:ff:ff:ff 15:09:03 inet 10.30.106.111/23 brd 10.30.107.255 scope global dynamic ens3 15:09:03 valid_lft 86268sec preferred_lft 86268sec 15:09:03 inet6 fe80::f816:3eff:fee1:6cdc/64 scope link 15:09:03 valid_lft forever preferred_lft forever 15:09:03 15:09:03 15:09:03 ---> sar -b -r -n DEV: 15:09:03 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-14446) 07/31/26 _x86_64_ (4 CPU) 15:09:03 15:09:03 15:06:54 LINUX RESTART (4 CPU) 15:09:03 15:09:03 15:07:01 tps rtps wtps bread/s bwrtn/s 15:09:03 15:08:01 344.69 59.04 285.65 3729.25 71253.59 15:09:03 15:09:01 108.70 1.17 107.53 134.51 13689.59 15:09:03 Average: 226.70 30.10 196.59 1931.88 42471.59 15:09:03 15:09:03 15:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:09:03 15:08:01 13913952 15505536 2511016 15.29 57584 1733708 817740 4.68 764584 1529524 139008 15:09:03 15:09:01 13434548 15476360 2990420 18.21 84696 2135148 811728 4.65 808936 1919072 240760 15:09:03 Average: 13674250 15490948 2750718 16.75 71140 1934428 814734 4.66 786760 1724298 189884 15:09:03 15:09:03 15:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:09:03 15:08:01 ens3 517.36 346.61 2313.07 82.46 0.00 0.00 0.00 0.00 15:09:03 15:08:01 lo 1.93 1.93 0.21 0.21 0.00 0.00 0.00 0.00 15:09:03 15:09:01 ens3 75.75 52.82 1413.26 9.31 0.00 0.00 0.00 0.00 15:09:03 15:09:01 lo 1.00 1.00 0.11 0.11 0.00 0.00 0.00 0.00 15:09:03 Average: ens3 296.56 199.72 1863.17 45.89 0.00 0.00 0.00 0.00 15:09:03 Average: lo 1.47 1.47 0.16 0.16 0.00 0.00 0.00 0.00 15:09:03 15:09:03 15:09:03 ---> sar -P ALL: 15:09:03 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-14446) 07/31/26 _x86_64_ (4 CPU) 15:09:03 15:09:03 15:06:54 LINUX RESTART (4 CPU) 15:09:03 15:09:03 15:07:01 CPU %user %nice %system %iowait %steal %idle 15:09:03 15:08:01 all 24.16 0.00 2.78 3.25 0.07 69.74 15:09:03 15:08:01 0 32.10 0.00 3.08 0.52 0.07 64.23 15:09:03 15:08:01 1 25.56 0.00 3.44 6.94 0.07 64.00 15:09:03 15:08:01 2 13.75 0.00 2.05 4.21 0.07 79.93 15:09:03 15:08:01 3 25.22 0.00 2.53 1.37 0.07 70.81 15:09:03 15:09:01 all 22.00 0.00 1.52 0.99 0.05 75.44 15:09:03 15:09:01 0 40.86 0.00 2.57 0.50 0.03 56.04 15:09:03 15:09:01 1 13.11 0.00 1.12 1.47 0.08 84.21 15:09:03 15:09:01 2 20.83 0.00 1.22 0.15 0.03 77.77 15:09:03 15:09:01 3 13.11 0.00 1.19 1.86 0.03 83.81 15:09:03 Average: all 23.07 0.00 2.15 2.12 0.06 72.60 15:09:03 Average: 0 36.49 0.00 2.82 0.51 0.05 60.13 15:09:03 Average: 1 19.33 0.00 2.28 4.20 0.08 74.12 15:09:03 Average: 2 17.30 0.00 1.63 2.17 0.05 78.85 15:09:03 Average: 3 19.16 0.00 1.86 1.62 0.05 77.31 15:09:03 15:09:03 15:09:03