06:09:36 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/147088 06:09:36 Running as SYSTEM 06:09:36 [EnvInject] - Loading node environment variables. 06:09:36 Building remotely on prd-ubuntu1804-builder-4c-4g-15261 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 06:09:36 [ssh-agent] Looking for ssh-agent implementation... 06:09:36 $ ssh-agent 06:09:36 SSH_AUTH_SOCK=/tmp/ssh-G1pYQtj2iZW7/agent.1634 06:09:36 SSH_AGENT_PID=1636 06:09:36 [ssh-agent] Started. 06:09:36 Running ssh-add (command line suppressed) 06:09:36 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_5440612974494056291.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_5440612974494056291.key) 06:09:36 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 06:09:36 The recommended git tool is: NONE 06:09:38 using credential onap-jenkins-ssh 06:09:38 Wiping out workspace first. 06:09:38 Cloning the remote Git repository 06:09:38 Cloning repository git://cloud.onap.org/mirror/oom.git 06:09:38 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 06:09:38 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 06:09:38 > git --version # timeout=10 06:09:38 > git --version # 'git version 2.17.1' 06:09:38 using GIT_SSH to set credentials Gerrit user 06:09:38 Verifying host key using manually-configured host key entries 06:09:38 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 06:09:43 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 06:09:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:43 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 06:09:43 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 06:09:43 using GIT_SSH to set credentials Gerrit user 06:09:43 Verifying host key using manually-configured host key entries 06:09:43 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/88/147088/2 # timeout=30 06:09:43 > git rev-parse 5bd8671df476d21ff20c3f1b1c004fffeb1e9908^{commit} # timeout=10 06:09:43 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 06:09:43 Checking out Revision 5bd8671df476d21ff20c3f1b1c004fffeb1e9908 (refs/changes/88/147088/2) 06:09:43 > git config core.sparsecheckout # timeout=10 06:09:44 > git checkout -f 5bd8671df476d21ff20c3f1b1c004fffeb1e9908 # timeout=30 06:09:47 Commit message: "[COMMON] Log only slow statements in postgres" 06:09:47 > git rev-parse FETCH_HEAD^{commit} # timeout=10 06:09:47 > git rev-list --no-walk 4f72676662ed4a04321633cbe6947c1443d11947 # timeout=10 06:09:47 [EnvInject] - Injecting environment variables from a build step. 06:09:47 [EnvInject] - Injecting as environment variables the properties content 06:09:47 PYTHON=python3 06:09:47 06:09:47 [EnvInject] - Variables injected successfully. 06:09:47 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins880439855495920931.sh 06:09:47 ---> tox-install.sh 06:09:47 + source /home/jenkins/lf-env.sh 06:09:47 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 06:09:47 ++ mktemp -d /tmp/venv-XXXX 06:09:47 + lf_venv=/tmp/venv-lKLm 06:09:47 + local venv_file=/tmp/.os_lf_venv 06:09:47 + local python=python3 06:09:47 + local options 06:09:47 + local set_path=true 06:09:47 + local install_args= 06:09:47 ++ 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 06:09:47 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 06:09:47 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 06:09:47 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 06:09:47 + true 06:09:47 + case $1 in 06:09:47 + venv_file=/tmp/.toxenv 06:09:47 + shift 2 06:09:47 + true 06:09:47 + case $1 in 06:09:47 + shift 06:09:47 + break 06:09:47 + case $python in 06:09:47 + local pkg_list= 06:09:47 + [[ -d /opt/pyenv ]] 06:09:47 + echo 'Setup pyenv:' 06:09:47 Setup pyenv: 06:09:47 + export PYENV_ROOT=/opt/pyenv 06:09:47 + PYENV_ROOT=/opt/pyenv 06:09:47 + 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 06:09:47 + 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 06:09:47 + pyenv versions 06:09:47 * system (set by /opt/pyenv/version) 06:09:47 * 3.8.13 (set by /opt/pyenv/version) 06:09:47 * 3.9.13 (set by /opt/pyenv/version) 06:09:47 * 3.10.6 (set by /opt/pyenv/version) 06:09:47 + command -v pyenv 06:09:47 ++ pyenv init - --no-rehash 06:09:47 + 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[*]}"'\'')" 06:09:47 export PATH="/opt/pyenv/shims:${PATH}" 06:09:47 export PYENV_SHELL=bash 06:09:47 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 06:09:47 pyenv() { 06:09:47 local command 06:09:47 command="${1:-}" 06:09:47 if [ "$#" -gt 0 ]; then 06:09:47 shift 06:09:47 fi 06:09:47 06:09:47 case "$command" in 06:09:47 rehash|shell) 06:09:47 eval "$(pyenv "sh-$command" "$@")" 06:09:47 ;; 06:09:47 *) 06:09:47 command pyenv "$command" "$@" 06:09:47 ;; 06:09:47 esac 06:09:47 }' 06:09:47 +++ 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[*]}"' 06:09:47 ++ 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 06:09:47 ++ 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 06:09:47 ++ 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 06:09:47 ++ export PYENV_SHELL=bash 06:09:47 ++ PYENV_SHELL=bash 06:09:47 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 06:09:47 +++ complete -F _pyenv pyenv 06:09:47 ++ lf-pyver python3 06:09:47 ++ local py_version_xy=python3 06:09:47 ++ local py_version_xyz= 06:09:47 ++ pyenv versions 06:09:47 ++ local command 06:09:47 ++ command=versions 06:09:47 ++ '[' 1 -gt 0 ']' 06:09:47 ++ shift 06:09:47 ++ case "$command" in 06:09:47 ++ command pyenv versions 06:09:47 ++ pyenv versions 06:09:47 ++ sed 's/^[ *]* //' 06:09:47 ++ awk '{ print $1 }' 06:09:47 ++ grep -E '^[0-9.]*[0-9]$' 06:09:48 ++ [[ ! -s /tmp/.pyenv_versions ]] 06:09:48 +++ grep '^3' /tmp/.pyenv_versions 06:09:48 +++ sort -V 06:09:48 +++ tail -n 1 06:09:48 ++ py_version_xyz=3.10.6 06:09:48 ++ [[ -z 3.10.6 ]] 06:09:48 ++ echo 3.10.6 06:09:48 ++ return 0 06:09:48 + pyenv local 3.10.6 06:09:48 + local command 06:09:48 + command=local 06:09:48 + '[' 2 -gt 0 ']' 06:09:48 + shift 06:09:48 + case "$command" in 06:09:48 + command pyenv local 3.10.6 06:09:48 + pyenv local 3.10.6 06:09:48 + for arg in "$@" 06:09:48 + case $arg in 06:09:48 + pkg_list+='tox ' 06:09:48 + for arg in "$@" 06:09:48 + case $arg in 06:09:48 + pkg_list+='virtualenv ' 06:09:48 + for arg in "$@" 06:09:48 + case $arg in 06:09:48 + pkg_list+='urllib3~=1.26.15 ' 06:09:48 + [[ -f /tmp/.toxenv ]] 06:09:48 + [[ ! -f /tmp/.toxenv ]] 06:09:48 + [[ -n '' ]] 06:09:48 + python3 -m venv /tmp/venv-lKLm 06:09:52 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lKLm' 06:09:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lKLm 06:09:52 + echo /tmp/venv-lKLm 06:09:52 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 06:09:52 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 06:09:52 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 06:09:52 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 06:09:52 + local 'pip_opts=--upgrade --quiet' 06:09:52 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 06:09:52 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 06:09:52 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 06:09:52 + [[ -n '' ]] 06:09:52 + [[ -n '' ]] 06:09:52 + lf-venv-pip-install /tmp/venv-lKLm/bin/python3 --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv 06:09:52 + local venv_python=/tmp/venv-lKLm/bin/python3 06:09:52 + shift 06:09:52 + local upstream=https://pypi.org/simple 06:09:52 + /tmp/venv-lKLm/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 06:09:56 + return 0 06:09:56 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 06:09:56 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 06:09:56 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 06:09:56 + lf-venv-pip-install /tmp/venv-lKLm/bin/python3 --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 06:09:56 + local venv_python=/tmp/venv-lKLm/bin/python3 06:09:56 + shift 06:09:56 + local upstream=https://pypi.org/simple 06:09:56 + /tmp/venv-lKLm/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 06:09:58 + return 0 06:09:58 + type python3 06:09:58 + true 06:09:58 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-lKLm/bin to PATH' 06:09:58 lf-activate-venv(): INFO: Adding /tmp/venv-lKLm/bin to PATH 06:09:58 + PATH=/tmp/venv-lKLm/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 06:09:58 + return 0 06:09:58 + python3 --version 06:09:58 Python 3.10.6 06:09:58 + python3 -m pip --version 06:09:58 pip 26.2.1 from /tmp/venv-lKLm/lib/python3.10/site-packages/pip (python 3.10) 06:09:58 + python3 -m pip freeze 06:09:58 cachetools==7.1.7 06:09:58 colorama==0.4.6 06:09:58 distlib==0.4.3 06:09:58 filelock==3.32.4 06:09:58 packaging==26.3 06:09:58 platformdirs==4.11.4 06:09:58 pluggy==1.6.0 06:09:58 pyproject-api==1.11.0 06:09:58 python-discovery==1.5.3 06:09:58 tomli==2.4.1 06:09:58 tomli_w==1.2.0 06:09:58 tox==4.60.1 06:09:58 typing_extensions==4.16.0 06:09:58 urllib3==1.26.20 06:09:58 virtualenv==21.7.5 06:09:58 [EnvInject] - Injecting environment variables from a build step. 06:09:58 [EnvInject] - Injecting as environment variables the properties content 06:09:58 PARALLEL=false 06:09:58 06:09:58 [EnvInject] - Variables injected successfully. 06:09:58 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins10756204885597709384.sh 06:09:58 ---> tox-run.sh 06:09:58 + 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 06:09:58 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 06:09:58 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 06:09:58 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 06:09:58 + cd /w/workspace/oom-master-pre-commit-lint/. 06:09:58 + source /home/jenkins/lf-env.sh 06:09:58 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 06:09:58 ++ mktemp -d /tmp/venv-XXXX 06:09:58 + lf_venv=/tmp/venv-IZwL 06:09:58 + local venv_file=/tmp/.os_lf_venv 06:09:58 + local python=python3 06:09:58 + local options 06:09:58 + local set_path=true 06:09:58 + local install_args= 06:09:58 ++ 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 06:09:58 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 06:09:58 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 06:09:58 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 06:09:58 + true 06:09:58 + case $1 in 06:09:58 + venv_file=/tmp/.toxenv 06:09:58 + shift 2 06:09:58 + true 06:09:58 + case $1 in 06:09:58 + shift 06:09:58 + break 06:09:58 + case $python in 06:09:58 + local pkg_list= 06:09:58 + [[ -d /opt/pyenv ]] 06:09:58 + echo 'Setup pyenv:' 06:09:58 Setup pyenv: 06:09:58 + export PYENV_ROOT=/opt/pyenv 06:09:58 + PYENV_ROOT=/opt/pyenv 06:09:58 + 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 06:09:58 + 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 06:09:58 + pyenv versions 06:09:58 system 06:09:58 3.8.13 06:09:58 3.9.13 06:09:58 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 06:09:58 + command -v pyenv 06:09:58 ++ pyenv init - --no-rehash 06:09:58 + 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[*]}"'\'')" 06:09:58 export PATH="/opt/pyenv/shims:${PATH}" 06:09:58 export PYENV_SHELL=bash 06:09:58 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 06:09:58 pyenv() { 06:09:58 local command 06:09:58 command="${1:-}" 06:09:58 if [ "$#" -gt 0 ]; then 06:09:58 shift 06:09:58 fi 06:09:58 06:09:58 case "$command" in 06:09:58 rehash|shell) 06:09:58 eval "$(pyenv "sh-$command" "$@")" 06:09:58 ;; 06:09:58 *) 06:09:58 command pyenv "$command" "$@" 06:09:58 ;; 06:09:58 esac 06:09:58 }' 06:09:58 +++ 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[*]}"' 06:09:58 ++ 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 06:09:58 ++ 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 06:09:58 ++ 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 06:09:58 ++ export PYENV_SHELL=bash 06:09:58 ++ PYENV_SHELL=bash 06:09:58 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 06:09:58 +++ complete -F _pyenv pyenv 06:09:58 ++ lf-pyver python3 06:09:58 ++ local py_version_xy=python3 06:09:58 ++ local py_version_xyz= 06:09:58 ++ pyenv versions 06:09:58 ++ local command 06:09:58 ++ command=versions 06:09:58 ++ '[' 1 -gt 0 ']' 06:09:58 ++ shift 06:09:58 ++ case "$command" in 06:09:58 ++ sed 's/^[ *]* //' 06:09:58 ++ command pyenv versions 06:09:58 ++ pyenv versions 06:09:58 ++ grep -E '^[0-9.]*[0-9]$' 06:09:58 ++ awk '{ print $1 }' 06:09:58 ++ [[ ! -s /tmp/.pyenv_versions ]] 06:09:58 +++ grep '^3' /tmp/.pyenv_versions 06:09:58 +++ sort -V 06:09:58 +++ tail -n 1 06:09:58 ++ py_version_xyz=3.10.6 06:09:58 ++ [[ -z 3.10.6 ]] 06:09:58 ++ echo 3.10.6 06:09:58 ++ return 0 06:09:58 + pyenv local 3.10.6 06:09:58 + local command 06:09:58 + command=local 06:09:58 + '[' 2 -gt 0 ']' 06:09:58 + shift 06:09:58 + case "$command" in 06:09:58 + command pyenv local 3.10.6 06:09:58 + pyenv local 3.10.6 06:09:58 + for arg in "$@" 06:09:58 + case $arg in 06:09:58 + pkg_list+='tox ' 06:09:58 + for arg in "$@" 06:09:58 + case $arg in 06:09:58 + pkg_list+='virtualenv ' 06:09:58 + for arg in "$@" 06:09:58 + case $arg in 06:09:58 + pkg_list+='urllib3~=1.26.15 ' 06:09:58 + [[ -f /tmp/.toxenv ]] 06:09:58 ++ cat /tmp/.toxenv 06:09:58 + lf_venv=/tmp/venv-lKLm 06:09:58 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-lKLm from' file:/tmp/.toxenv 06:09:58 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-lKLm from file:/tmp/.toxenv 06:09:58 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 06:09:58 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 06:09:58 + local 'pip_opts=--upgrade --quiet' 06:09:58 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 06:09:58 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 06:09:58 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 06:09:58 + [[ -n '' ]] 06:09:58 + [[ -n '' ]] 06:09:58 + lf-venv-pip-install /tmp/venv-lKLm/bin/python3 --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv 06:09:58 + local venv_python=/tmp/venv-lKLm/bin/python3 06:09:58 + shift 06:09:58 + local upstream=https://pypi.org/simple 06:09:58 + /tmp/venv-lKLm/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 06:09:59 + return 0 06:09:59 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 06:09:59 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 06:09:59 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 06:09:59 + lf-venv-pip-install /tmp/venv-lKLm/bin/python3 --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 06:09:59 + local venv_python=/tmp/venv-lKLm/bin/python3 06:09:59 + shift 06:09:59 + local upstream=https://pypi.org/simple 06:09:59 + /tmp/venv-lKLm/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 06:10:00 + return 0 06:10:00 + type python3 06:10:00 + true 06:10:00 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-lKLm/bin to PATH' 06:10:00 lf-activate-venv(): INFO: Adding /tmp/venv-lKLm/bin to PATH 06:10:00 + PATH=/tmp/venv-lKLm/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 06:10:00 + return 0 06:10:00 + [[ -d /opt/pyenv ]] 06:10:00 + echo '---> Setting up pyenv' 06:10:00 ---> Setting up pyenv 06:10:00 + export PYENV_ROOT=/opt/pyenv 06:10:00 + PYENV_ROOT=/opt/pyenv 06:10:00 + export PATH=/opt/pyenv/bin:/tmp/venv-lKLm/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 06:10:00 + PATH=/opt/pyenv/bin:/tmp/venv-lKLm/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 06:10:00 ++ pwd 06:10:00 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 06:10:00 + export PYTHONPATH 06:10:00 + export TOX_TESTENV_PASSENV=PYTHONPATH 06:10:00 + TOX_TESTENV_PASSENV=PYTHONPATH 06:10:00 + tox --version 06:10:00 4.60.1 from /tmp/venv-lKLm/lib/python3.10/site-packages/tox/__init__.py 06:10:00 + PARALLEL=false 06:10:00 + TOX_OPTIONS_LIST= 06:10:00 + [[ -n pre-commit ]] 06:10:00 + TOX_OPTIONS_LIST=' -e pre-commit' 06:10:00 + case ${PARALLEL,,} in 06:10:00 + tox -e pre-commit 06:10:00 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 06:10:02 pre-commit: install_deps> python -I -m pip install 'pre-commit<4.6.1' 06:10:04 pre-commit: freeze> python -m pip freeze --all 06:10:04 pre-commit: cfgv==3.5.0,distlib==0.4.3,filelock==3.32.4,identify==2.6.19,nodeenv==1.10.0,pip==26.2.1,platformdirs==4.11.4,pre_commit==4.6.0,python-discovery==1.5.3,PyYAML==6.0.3,setuptools==84.0.0,typing_extensions==4.16.0,virtualenv==21.7.5 06:10:04 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 06:10:05 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 06:10:05 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 06:10:08 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 06:10:09 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 06:10:09 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 06:10:09 [INFO] Once installed this environment will be reused. 06:10:09 [INFO] This may take a few minutes... 06:10:13 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 06:10:13 [INFO] Once installed this environment will be reused. 06:10:13 [INFO] This may take a few minutes... 06:10:18 trim trailing whitespace.................................................Passed 06:10:18 Tabs remover.............................................................Passed 06:10:18 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 06:10:18 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 06:10:18 [INFO] Once installed this environment will be reused. 06:10:18 [INFO] This may take a few minutes... 06:10:26 gitlint..............................................(no files to check)Skipped 06:10:26 pre-commit: OK (25.77=setup[3.83]+cmd[13.70,8.24] seconds) 06:10:26 congratulations :) (25.80 seconds) 06:10:26 + tox_status=0 06:10:26 + echo '---> Completed tox runs' 06:10:26 ---> Completed tox runs 06:10:26 + for i in .tox/*/log 06:10:26 ++ echo .tox/pre-commit/log 06:10:26 ++ awk -F/ '{print $2}' 06:10:26 + tox_env=pre-commit 06:10:26 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 06:10:26 + DOC_DIR=docs/_build/html 06:10:26 + [[ -d docs/_build/html ]] 06:10:26 + echo '---> tox-run.sh ends' 06:10:26 ---> tox-run.sh ends 06:10:26 + test 0 -eq 0 06:10:26 $ ssh-agent -k 06:10:26 unset SSH_AUTH_SOCK; 06:10:26 unset SSH_AGENT_PID; 06:10:26 echo Agent pid 1636 killed; 06:10:26 [ssh-agent] Stopped. 06:10:27 [PostBuildScript] - [INFO] Executing post build scripts. 06:10:27 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins9066925550510859933.sh 06:10:27 ---> sysstat.sh 06:10:27 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5075230367231075833.sh 06:10:27 ---> package-listing.sh 06:10:27 ++ facter osfamily 06:10:27 ++ tr '[:upper:]' '[:lower:]' 06:10:27 + OS_FAMILY=debian 06:10:27 + workspace=/w/workspace/oom-master-pre-commit-lint 06:10:27 + START_PACKAGES=/tmp/packages_start.txt 06:10:27 + END_PACKAGES=/tmp/packages_end.txt 06:10:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:10:27 + PACKAGES=/tmp/packages_start.txt 06:10:27 + '[' /w/workspace/oom-master-pre-commit-lint ']' 06:10:27 + PACKAGES=/tmp/packages_end.txt 06:10:27 + case "${OS_FAMILY}" in 06:10:27 + dpkg -l 06:10:27 + grep '^ii' 06:10:27 + '[' -f /tmp/packages_start.txt ']' 06:10:27 + '[' -f /tmp/packages_end.txt ']' 06:10:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:10:27 + '[' /w/workspace/oom-master-pre-commit-lint ']' 06:10:27 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 06:10:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 06:10:27 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins13810129514467841775.sh 06:10:27 ---> capture-instance-metadata.sh 06:10:27 Setup pyenv: 06:10:27 system 06:10:27 3.8.13 06:10:27 3.9.13 06:10:27 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 06:10:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mW8t 06:10:31 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 06:10:31 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 06:10:35 lf-activate-venv(): INFO: Installing additional packages: lftools 06:10:55 lf-activate-venv(): INFO: Adding /tmp/venv-mW8t/bin to PATH 06:10:55 INFO: Running in OpenStack, capturing instance metadata 06:10:55 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16793882440589736278.sh 06:10:55 provisioning config files... 06:10:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config11516432992185514919tmp 06:10:56 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 06:10:56 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 06:10:56 [EnvInject] - Injecting environment variables from a build step. 06:10:56 [EnvInject] - Injecting as environment variables the properties content 06:10:56 SERVER_ID=logs 06:10:56 06:10:56 [EnvInject] - Variables injected successfully. 06:10:56 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15143722100699447137.sh 06:10:56 ---> create-netrc.sh 06:10:56 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins3840561290529105308.sh 06:10:56 ---> python-tools-install.sh 06:10:56 Setup pyenv: 06:10:56 system 06:10:56 3.8.13 06:10:56 3.9.13 06:10:56 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 06:10:56 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-mW8t from file:/tmp/.os_lf_venv 06:10:56 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 06:10:57 lf-activate-venv(): INFO: Installing additional packages: lftools 06:11:04 lf-activate-venv(): INFO: Adding /tmp/venv-mW8t/bin to PATH 06:11:04 Generating Requirements File 06:11:25 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. 06:11:25 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 06:11:25 Python 3.10.6 06:11:26 pip 26.2.1 from /tmp/venv-mW8t/lib/python3.10/site-packages/pip (python 3.10) 06:11:26 aiohappyeyeballs==2.7.1 06:11:26 aiohttp==3.14.3 06:11:26 aiosignal==1.4.0 06:11:26 appdirs==1.4.4 06:11:26 argcomplete==3.7.2 06:11:26 aspy.yaml==1.3.0 06:11:26 async-timeout==5.0.1 06:11:26 attrs==26.1.0 06:11:26 autopage==0.6.0 06:11:26 backports.strenum==1.3.1 06:11:26 beautifulsoup4==4.15.0 06:11:26 boto3==1.43.80 06:11:26 botocore==1.43.80 06:11:26 bs4==0.0.2 06:11:26 certifi==2026.7.22 06:11:26 cffi==2.1.1 06:11:26 cfgv==3.5.0 06:11:26 chardet==7.6.0 06:11:26 charset-normalizer==3.5.1 06:11:26 click==8.4.2 06:11:26 cliff==4.14.0 06:11:26 cmd2==3.5.1 06:11:26 cryptography==3.3.2 06:11:26 debtcollector==3.1.0 06:11:26 decorator==5.3.1 06:11:26 defusedxml==0.7.1 06:11:26 Deprecated==1.3.1 06:11:26 distlib==0.4.3 06:11:26 dnspython==2.8.0 06:11:26 docker==7.2.0 06:11:26 dogpile.cache==1.5.0 06:11:26 durationpy==0.10 06:11:26 email-validator==2.3.0 06:11:26 filelock==3.32.4 06:11:26 frozenlist==1.8.0 06:11:26 future==1.0.0 06:11:26 gitdb==4.0.12 06:11:26 GitPython==3.1.60 06:11:26 httplib2==0.30.2 06:11:26 identify==2.6.19 06:11:26 idna==3.19 06:11:26 importlib-resources==1.5.0 06:11:26 iso8601==2.1.0 06:11:26 Jinja2==3.1.6 06:11:26 jmespath==1.1.0 06:11:26 jsonpatch==1.33 06:11:26 jsonpointer==3.1.1 06:11:26 jsonschema==4.26.0 06:11:26 jsonschema-specifications==2025.9.1 06:11:26 keystoneauth1==5.14.0 06:11:26 kubernetes==36.0.3 06:11:26 lftools==0.37.23 06:11:26 lxml==6.1.2 06:11:26 markdown-it-py==4.2.0 06:11:26 MarkupSafe==3.0.3 06:11:26 mdurl==0.1.2 06:11:26 msgpack==1.2.1 06:11:26 multi_key_dict==2.0.3 06:11:26 multidict==6.7.1 06:11:26 munch==4.0.0 06:11:26 netaddr==1.3.0 06:11:26 niet==1.4.2 06:11:26 nodeenv==1.10.0 06:11:26 oauth2client==4.1.3 06:11:26 oauthlib==3.3.1 06:11:26 openstacksdk==4.13.0 06:11:26 os-service-types==1.8.2 06:11:26 osc-lib==4.6.0 06:11:26 oslo.config==10.4.0 06:11:26 oslo.context==6.4.0 06:11:26 oslo.i18n==6.8.0 06:11:26 oslo.log==8.2.0 06:11:26 oslo.serialization==5.10.0 06:11:26 oslo.utils==10.1.1 06:11:26 packaging==26.3 06:11:26 pbr==7.0.3 06:11:26 platformdirs==4.11.4 06:11:26 prettytable==3.18.0 06:11:26 propcache==0.5.2 06:11:26 psutil==7.2.2 06:11:26 pyasn1==0.6.4 06:11:26 pyasn1_modules==0.4.2 06:11:26 pycparser==3.0 06:11:26 pygerrit2==2.0.15 06:11:26 PyGithub==2.10.0 06:11:26 Pygments==2.21.0 06:11:26 PyJWT==2.13.0 06:11:26 PyNaCl==1.6.2 06:11:26 pyparsing==2.4.7 06:11:26 pyperclip==1.11.0 06:11:26 pyrsistent==0.20.0 06:11:26 python-cinderclient==9.9.0 06:11:26 python-dateutil==2.9.0.post0 06:11:26 python-discovery==1.5.3 06:11:26 python-heatclient==5.2.0 06:11:26 python-jenkins==1.8.3 06:11:26 python-keystoneclient==5.8.0 06:11:26 python-magnumclient==4.11.0 06:11:26 python-openstackclient==10.0.0 06:11:26 python-swiftclient==4.10.0 06:11:26 PyYAML==6.0.3 06:11:26 referencing==0.37.0 06:11:26 requests==2.34.2 06:11:26 requests-oauthlib==2.0.0 06:11:26 rfc3986==2.0.0 06:11:26 rich==15.0.0 06:11:26 rich-argparse==1.8.0 06:11:26 rpds-py==0.30.0 06:11:26 rsa==4.9.1 06:11:26 ruamel.yaml==0.19.1 06:11:26 ruamel.yaml.clib==0.2.15 06:11:26 s3transfer==0.19.2 06:11:26 simplejson==4.1.1 06:11:26 six==1.17.0 06:11:26 smmap==5.0.3 06:11:26 soupsieve==2.9.2 06:11:26 stevedore==5.8.0 06:11:26 tabulate==0.10.0 06:11:26 toml==0.10.2 06:11:26 tomlkit==0.15.1 06:11:26 tqdm==4.70.0 06:11:26 typing_extensions==4.16.0 06:11:26 urllib3==1.26.20 06:11:26 virtualenv==21.7.5 06:11:26 wcwidth==0.8.2 06:11:26 websocket-client==1.9.0 06:11:26 wrapt==2.3.0 06:11:26 xdg==6.0.0 06:11:26 xmltodict==1.0.4 06:11:26 yarl==1.24.5 06:11:26 yq==4.1.2 06:11:26 [oom-master-pre-commit-lint] $ /bin/sh /tmp/jenkins1096189570813457132.sh 06:11:26 ---> uv-install.sh 06:11:26 Installing uv/uvx (latest) using shell installer 06:11:26 2026-08-26 06:11:26 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71225/71225] -> "/tmp/uv-install-wIAfVK.sh" [1] 06:11:26 downloading uv 0.12.5 x86_64-unknown-linux-gnu 06:11:27 installing to /home/jenkins/.local/bin 06:11:27 uv 06:11:27 uvx 06:11:27 everything's installed! 06:11:27 06:11:27 To add $HOME/.local/bin to your PATH, either restart your shell or run: 06:11:27 06:11:27 source $HOME/.local/bin/env (sh, bash, zsh) 06:11:27 source $HOME/.local/bin/env.fish (fish) 06:11:27 Adding install location to PATH 06:11:27 ---> Validating uv/uvx install 06:11:27 uvx 0.12.5 (x86_64-unknown-linux-gnu) 06:11:27 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins9215772957271058880.sh 06:11:27 ---> sudo-logs.sh 06:11:27 Archiving 'sudo' log.. 06:11:27 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins6150669224721271618.sh 06:11:27 ---> job-cost.sh 06:11:27 INFO: Activating Python virtual environment... 06:11:27 Setup pyenv: 06:11:27 system 06:11:27 3.8.13 06:11:27 3.9.13 06:11:27 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 06:11:27 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-mW8t from file:/tmp/.os_lf_venv 06:11:27 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 06:11:29 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 06:11:34 lf-activate-venv(): INFO: Adding /tmp/venv-mW8t/bin to PATH 06:11:34 INFO: No stack-cost file found 06:11:34 INFO: Instance uptime: 142s 06:11:34 INFO: Fetching instance metadata (attempt 1 of 3)... 06:11:34 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 06:11:34 INFO: Successfully fetched instance metadata 06:11:34 INFO: Instance type: v3-standard-4 06:11:34 INFO: Retrieving pricing info for: v3-standard-4 06:11:34 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 06:11:34 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=142 06:11:34 INFO: Successfully fetched Vexxhost pricing API 06:11:34 INFO: Retrieved cost: 0.11 06:11:34 INFO: Retrieved resource: v3-standard-4 06:11:34 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 06:11:34 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 06:11:34 INFO: Successfully archived job cost data 06:11:34 DEBUG: Cost data: oom-master-pre-commit-lint,4812,2026-08-26 06:11:34,v3-standard-4,142,0.11,0.00,SUCCESS 06:11:34 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins2852565575175213684.sh 06:11:34 ---> logs-deploy.sh 06:11:34 Setup pyenv: 06:11:34 system 06:11:34 3.8.13 06:11:34 3.9.13 06:11:34 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 06:11:34 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-mW8t from file:/tmp/.os_lf_venv 06:11:34 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 06:11:36 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 06:11:43 lf-activate-venv(): INFO: Adding /tmp/venv-mW8t/bin to PATH 06:11:43 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4812 06:11:43 INFO: archiving workspace using pattern(s): 06:11:44 Archives upload complete. 06:11:44 INFO: archiving logs to Nexus 06:11:45 ---> uname -a: 06:11:45 Linux prd-ubuntu1804-builder-4c-4g-15261 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 06:11:45 06:11:45 06:11:45 ---> lscpu: 06:11:45 Architecture: x86_64 06:11:45 CPU op-mode(s): 32-bit, 64-bit 06:11:45 Byte Order: Little Endian 06:11:45 CPU(s): 4 06:11:45 On-line CPU(s) list: 0-3 06:11:45 Thread(s) per core: 1 06:11:45 Core(s) per socket: 1 06:11:45 Socket(s): 4 06:11:45 NUMA node(s): 1 06:11:45 Vendor ID: AuthenticAMD 06:11:45 CPU family: 23 06:11:45 Model: 49 06:11:45 Model name: AMD EPYC-Rome Processor 06:11:45 Stepping: 0 06:11:45 CPU MHz: 2799.998 06:11:45 BogoMIPS: 5599.99 06:11:45 Virtualization: AMD-V 06:11:45 Hypervisor vendor: KVM 06:11:45 Virtualization type: full 06:11:45 L1d cache: 32K 06:11:45 L1i cache: 32K 06:11:45 L2 cache: 512K 06:11:45 L3 cache: 16384K 06:11:45 NUMA node0 CPU(s): 0-3 06:11:45 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 06:11:45 06:11:45 06:11:45 ---> nproc: 06:11:45 4 06:11:45 06:11:45 06:11:45 ---> df -h: 06:11:45 Filesystem Size Used Avail Use% Mounted on 06:11:45 udev 7.9G 0 7.9G 0% /dev 06:11:45 tmpfs 1.6G 676K 1.6G 1% /run 06:11:45 /dev/vda1 78G 8.5G 69G 11% / 06:11:45 tmpfs 7.9G 0 7.9G 0% /dev/shm 06:11:45 tmpfs 5.0M 0 5.0M 0% /run/lock 06:11:45 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 06:11:45 /dev/vda15 105M 4.4M 100M 5% /boot/efi 06:11:45 tmpfs 1.6G 0 1.6G 0% /run/user/1001 06:11:45 06:11:45 06:11:45 ---> free -m: 06:11:45 total used free shared buff/cache available 06:11:45 Mem: 16040 571 13129 0 2338 15145 06:11:45 Swap: 1023 0 1023 06:11:45 06:11:45 06:11:45 ---> ip addr: 06:11:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 06:11:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:11:45 inet 127.0.0.1/8 scope host lo 06:11:45 valid_lft forever preferred_lft forever 06:11:45 inet6 ::1/128 scope host 06:11:45 valid_lft forever preferred_lft forever 06:11:45 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 06:11:45 link/ether fa:16:3e:2f:71:17 brd ff:ff:ff:ff:ff:ff 06:11:45 inet 10.30.107.54/23 brd 10.30.107.255 scope global dynamic ens3 06:11:45 valid_lft 86255sec preferred_lft 86255sec 06:11:45 inet6 fe80::f816:3eff:fe2f:7117/64 scope link 06:11:45 valid_lft forever preferred_lft forever 06:11:45 06:11:45 06:11:45 ---> sar -b -r -n DEV: 06:11:45 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-15261) 08/26/26 _x86_64_ (4 CPU) 06:11:45 06:11:45 06:09:22 LINUX RESTART (4 CPU) 06:11:45 06:11:45 06:10:01 tps rtps wtps bread/s bwrtn/s 06:11:45 06:11:01 109.35 5.13 104.22 202.90 23474.75 06:11:45 Average: 109.35 5.13 104.22 202.90 23474.75 06:11:45 06:11:45 06:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:11:45 06:11:01 13706140 15509384 2718828 16.55 76808 1914524 806196 4.61 799636 1680336 162160 06:11:45 Average: 13706140 15509384 2718828 16.55 76808 1914524 806196 4.61 799636 1680336 162160 06:11:45 06:11:45 06:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:11:45 06:11:01 lo 1.67 1.67 0.19 0.19 0.00 0.00 0.00 0.00 06:11:45 06:11:01 ens3 130.94 87.09 1340.94 11.79 0.00 0.00 0.00 0.00 06:11:45 Average: lo 1.67 1.67 0.19 0.19 0.00 0.00 0.00 0.00 06:11:45 Average: ens3 130.94 87.09 1340.94 11.79 0.00 0.00 0.00 0.00 06:11:45 06:11:45 06:11:45 ---> sar -P ALL: 06:11:45 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-15261) 08/26/26 _x86_64_ (4 CPU) 06:11:45 06:11:45 06:09:22 LINUX RESTART (4 CPU) 06:11:45 06:11:45 06:10:01 CPU %user %nice %system %iowait %steal %idle 06:11:45 06:11:01 all 21.98 0.00 2.08 1.27 0.08 74.59 06:11:45 06:11:01 0 38.65 0.00 3.09 0.57 0.08 57.61 06:11:45 06:11:01 1 12.07 0.00 1.77 3.29 0.05 82.82 06:11:45 06:11:01 2 11.97 0.00 1.32 0.42 0.08 86.20 06:11:45 06:11:01 3 25.13 0.00 2.16 0.82 0.08 71.82 06:11:45 Average: all 21.98 0.00 2.08 1.27 0.08 74.59 06:11:45 Average: 0 38.65 0.00 3.09 0.57 0.08 57.61 06:11:45 Average: 1 12.07 0.00 1.77 3.29 0.05 82.82 06:11:45 Average: 2 11.97 0.00 1.32 0.42 0.08 86.20 06:11:45 Average: 3 25.13 0.00 2.16 0.82 0.08 71.82 06:11:45 06:11:45 06:11:45