05:28:42 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/145191 05:28:42 Running as SYSTEM 05:28:42 [EnvInject] - Loading node environment variables. 05:28:42 Building remotely on prd-ubuntu1804-builder-4c-4g-17783 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 05:28:42 [ssh-agent] Looking for ssh-agent implementation... 05:28:42 $ ssh-agent 05:28:42 SSH_AUTH_SOCK=/tmp/ssh-UyySIayXuWkU/agent.1642 05:28:42 SSH_AGENT_PID=1644 05:28:42 [ssh-agent] Started. 05:28:42 Running ssh-add (command line suppressed) 05:28:42 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_13971007796470366249.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_13971007796470366249.key) 05:28:42 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 05:28:42 The recommended git tool is: NONE 05:28:43 using credential onap-jenkins-ssh 05:28:43 Wiping out workspace first. 05:28:43 Cloning the remote Git repository 05:28:43 Cloning repository git://cloud.onap.org/mirror/oom.git 05:28:43 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 05:28:43 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 05:28:43 > git --version # timeout=10 05:28:43 > git --version # 'git version 2.17.1' 05:28:43 using GIT_SSH to set credentials Gerrit user 05:28:43 Verifying host key using manually-configured host key entries 05:28:43 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 05:28:48 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 05:28:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:28:49 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 05:28:49 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 05:28:49 using GIT_SSH to set credentials Gerrit user 05:28:49 Verifying host key using manually-configured host key entries 05:28:49 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/91/145191/4 # timeout=30 05:28:49 > git rev-parse 6c234a2547874f25b1519d0cc9a2ee43f38e99c9^{commit} # timeout=10 05:28:49 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 05:28:49 Checking out Revision 6c234a2547874f25b1519d0cc9a2ee43f38e99c9 (refs/changes/91/145191/4) 05:28:49 > git config core.sparsecheckout # timeout=10 05:28:49 > git checkout -f 6c234a2547874f25b1519d0cc9a2ee43f38e99c9 # timeout=30 05:28:52 Commit message: "[SDC] 13.1.1" 05:28:52 > git rev-parse FETCH_HEAD^{commit} # timeout=10 05:28:53 > git rev-list --no-walk 81210f1c399dbeb117aa11311d6bf7eddb756242 # timeout=10 05:28:53 [EnvInject] - Injecting environment variables from a build step. 05:28:53 [EnvInject] - Injecting as environment variables the properties content 05:28:53 PYTHON=python3 05:28:53 05:28:53 [EnvInject] - Variables injected successfully. 05:28:53 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins10408640070360182914.sh 05:28:53 ---> tox-install.sh 05:28:53 + source /home/jenkins/lf-env.sh 05:28:53 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 05:28:53 ++ mktemp -d /tmp/venv-XXXX 05:28:53 + lf_venv=/tmp/venv-dsx9 05:28:53 + local venv_file=/tmp/.os_lf_venv 05:28:53 + local python=python3 05:28:53 + local options 05:28:53 + local set_path=true 05:28:53 + local install_args= 05:28:53 ++ 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 05:28:53 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 05:28:53 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 05:28:53 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 05:28:53 + true 05:28:53 + case $1 in 05:28:53 + venv_file=/tmp/.toxenv 05:28:53 + shift 2 05:28:53 + true 05:28:53 + case $1 in 05:28:53 + shift 05:28:53 + break 05:28:53 + case $python in 05:28:53 + local pkg_list= 05:28:53 + [[ -d /opt/pyenv ]] 05:28:53 + echo 'Setup pyenv:' 05:28:53 Setup pyenv: 05:28:53 + export PYENV_ROOT=/opt/pyenv 05:28:53 + PYENV_ROOT=/opt/pyenv 05:28:53 + 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 05:28:53 + 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 05:28:53 + pyenv versions 05:28:53 * system (set by /opt/pyenv/version) 05:28:53 * 3.8.13 (set by /opt/pyenv/version) 05:28:53 * 3.9.13 (set by /opt/pyenv/version) 05:28:53 * 3.10.6 (set by /opt/pyenv/version) 05:28:53 + command -v pyenv 05:28:53 ++ pyenv init - --no-rehash 05:28:53 + 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[*]}"'\'')" 05:28:53 export PATH="/opt/pyenv/shims:${PATH}" 05:28:53 export PYENV_SHELL=bash 05:28:53 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 05:28:53 pyenv() { 05:28:53 local command 05:28:53 command="${1:-}" 05:28:53 if [ "$#" -gt 0 ]; then 05:28:53 shift 05:28:53 fi 05:28:53 05:28:53 case "$command" in 05:28:53 rehash|shell) 05:28:53 eval "$(pyenv "sh-$command" "$@")" 05:28:53 ;; 05:28:53 *) 05:28:53 command pyenv "$command" "$@" 05:28:53 ;; 05:28:53 esac 05:28:53 }' 05:28:53 +++ 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[*]}"' 05:28:53 ++ 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 05:28:53 ++ 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 05:28:53 ++ 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 05:28:53 ++ export PYENV_SHELL=bash 05:28:53 ++ PYENV_SHELL=bash 05:28:53 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 05:28:53 +++ complete -F _pyenv pyenv 05:28:53 ++ lf-pyver python3 05:28:53 ++ local py_version_xy=python3 05:28:53 ++ local py_version_xyz= 05:28:53 ++ pyenv versions 05:28:53 ++ local command 05:28:53 ++ command=versions 05:28:53 ++ '[' 1 -gt 0 ']' 05:28:53 ++ shift 05:28:53 ++ case "$command" in 05:28:53 ++ command pyenv versions 05:28:53 ++ pyenv versions 05:28:53 ++ awk '{ print $1 }' 05:28:53 ++ grep -E '^[0-9.]*[0-9]$' 05:28:53 ++ sed 's/^[ *]* //' 05:28:53 ++ [[ ! -s /tmp/.pyenv_versions ]] 05:28:53 +++ grep '^3' /tmp/.pyenv_versions 05:28:53 +++ tail -n 1 05:28:53 +++ sort -V 05:28:53 ++ py_version_xyz=3.10.6 05:28:53 ++ [[ -z 3.10.6 ]] 05:28:53 ++ echo 3.10.6 05:28:53 ++ return 0 05:28:53 + pyenv local 3.10.6 05:28:53 + local command 05:28:53 + command=local 05:28:53 + '[' 2 -gt 0 ']' 05:28:53 + shift 05:28:53 + case "$command" in 05:28:53 + command pyenv local 3.10.6 05:28:53 + pyenv local 3.10.6 05:28:53 + for arg in "$@" 05:28:53 + case $arg in 05:28:53 + pkg_list+='tox ' 05:28:53 + for arg in "$@" 05:28:53 + case $arg in 05:28:53 + pkg_list+='virtualenv ' 05:28:53 + for arg in "$@" 05:28:53 + case $arg in 05:28:53 + pkg_list+='urllib3~=1.26.15 ' 05:28:53 + [[ -f /tmp/.toxenv ]] 05:28:53 + [[ ! -f /tmp/.toxenv ]] 05:28:53 + [[ -n '' ]] 05:28:53 + python3 -m venv /tmp/venv-dsx9 05:28:57 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-dsx9' 05:28:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-dsx9 05:28:57 + echo /tmp/venv-dsx9 05:28:57 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 05:28:57 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 05:28:57 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 05:28:57 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 05:28:57 + local 'pip_opts=--upgrade --quiet' 05:28:57 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 05:28:57 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 05:28:57 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 05:28:57 + [[ -n '' ]] 05:28:57 + [[ -n '' ]] 05:28:57 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 05:28:57 lf-activate-venv(): INFO: Attempting to install with network-safe options... 05:28:57 + /tmp/venv-dsx9/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 05:29:02 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 05:29:02 lf-activate-venv(): INFO: Base packages installed successfully 05:29:02 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 05:29:02 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 05:29:02 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 05:29:02 + /tmp/venv-dsx9/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 05:29:05 + type python3 05:29:05 + true 05:29:05 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-dsx9/bin to PATH' 05:29:05 lf-activate-venv(): INFO: Adding /tmp/venv-dsx9/bin to PATH 05:29:05 + PATH=/tmp/venv-dsx9/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 05:29:05 + return 0 05:29:05 + python3 --version 05:29:05 Python 3.10.6 05:29:05 + python3 -m pip --version 05:29:05 pip 26.1.2 from /tmp/venv-dsx9/lib/python3.10/site-packages/pip (python 3.10) 05:29:05 + python3 -m pip freeze 05:29:05 cachetools==7.1.4 05:29:05 colorama==0.4.6 05:29:05 distlib==0.4.3 05:29:05 filelock==3.29.4 05:29:05 packaging==26.2 05:29:05 platformdirs==4.10.0 05:29:05 pluggy==1.6.0 05:29:05 pyproject-api==1.10.1 05:29:05 python-discovery==1.4.2 05:29:05 tomli==2.4.1 05:29:05 tomli_w==1.2.0 05:29:05 tox==4.55.1 05:29:05 typing_extensions==4.15.0 05:29:05 urllib3==1.26.20 05:29:05 virtualenv==21.5.1 05:29:05 [EnvInject] - Injecting environment variables from a build step. 05:29:05 [EnvInject] - Injecting as environment variables the properties content 05:29:05 PARALLEL=false 05:29:05 05:29:05 [EnvInject] - Variables injected successfully. 05:29:05 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins5719814598866224207.sh 05:29:05 ---> tox-run.sh 05:29:05 + 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 05:29:05 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 05:29:05 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 05:29:05 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 05:29:05 + cd /w/workspace/oom-master-pre-commit-lint/. 05:29:05 + source /home/jenkins/lf-env.sh 05:29:05 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 05:29:05 ++ mktemp -d /tmp/venv-XXXX 05:29:05 + lf_venv=/tmp/venv-eUnd 05:29:05 + local venv_file=/tmp/.os_lf_venv 05:29:05 + local python=python3 05:29:05 + local options 05:29:05 + local set_path=true 05:29:05 + local install_args= 05:29:05 ++ 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 05:29:05 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 05:29:05 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 05:29:05 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 05:29:05 + true 05:29:05 + case $1 in 05:29:05 + venv_file=/tmp/.toxenv 05:29:05 + shift 2 05:29:05 + true 05:29:05 + case $1 in 05:29:05 + shift 05:29:05 + break 05:29:05 + case $python in 05:29:05 + local pkg_list= 05:29:05 + [[ -d /opt/pyenv ]] 05:29:05 + echo 'Setup pyenv:' 05:29:05 Setup pyenv: 05:29:05 + export PYENV_ROOT=/opt/pyenv 05:29:05 + PYENV_ROOT=/opt/pyenv 05:29:05 + 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 05:29:05 + 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 05:29:05 + pyenv versions 05:29:05 system 05:29:05 3.8.13 05:29:05 3.9.13 05:29:05 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 05:29:05 + command -v pyenv 05:29:05 ++ pyenv init - --no-rehash 05:29:05 + 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[*]}"'\'')" 05:29:05 export PATH="/opt/pyenv/shims:${PATH}" 05:29:05 export PYENV_SHELL=bash 05:29:05 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 05:29:05 pyenv() { 05:29:05 local command 05:29:05 command="${1:-}" 05:29:05 if [ "$#" -gt 0 ]; then 05:29:05 shift 05:29:05 fi 05:29:05 05:29:05 case "$command" in 05:29:05 rehash|shell) 05:29:05 eval "$(pyenv "sh-$command" "$@")" 05:29:05 ;; 05:29:05 *) 05:29:05 command pyenv "$command" "$@" 05:29:05 ;; 05:29:05 esac 05:29:05 }' 05:29:05 +++ 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[*]}"' 05:29:05 ++ 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 05:29:05 ++ 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 05:29:05 ++ 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 05:29:05 ++ export PYENV_SHELL=bash 05:29:05 ++ PYENV_SHELL=bash 05:29:05 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 05:29:05 +++ complete -F _pyenv pyenv 05:29:05 ++ lf-pyver python3 05:29:05 ++ local py_version_xy=python3 05:29:05 ++ local py_version_xyz= 05:29:05 ++ pyenv versions 05:29:05 ++ local command 05:29:05 ++ command=versions 05:29:05 ++ '[' 1 -gt 0 ']' 05:29:05 ++ shift 05:29:05 ++ case "$command" in 05:29:05 ++ command pyenv versions 05:29:05 ++ pyenv versions 05:29:05 ++ grep -E '^[0-9.]*[0-9]$' 05:29:05 ++ awk '{ print $1 }' 05:29:05 ++ sed 's/^[ *]* //' 05:29:05 ++ [[ ! -s /tmp/.pyenv_versions ]] 05:29:05 +++ grep '^3' /tmp/.pyenv_versions 05:29:05 +++ sort -V 05:29:05 +++ tail -n 1 05:29:05 ++ py_version_xyz=3.10.6 05:29:05 ++ [[ -z 3.10.6 ]] 05:29:05 ++ echo 3.10.6 05:29:05 ++ return 0 05:29:05 + pyenv local 3.10.6 05:29:05 + local command 05:29:05 + command=local 05:29:05 + '[' 2 -gt 0 ']' 05:29:05 + shift 05:29:05 + case "$command" in 05:29:05 + command pyenv local 3.10.6 05:29:05 + pyenv local 3.10.6 05:29:05 + for arg in "$@" 05:29:05 + case $arg in 05:29:05 + pkg_list+='tox ' 05:29:05 + for arg in "$@" 05:29:05 + case $arg in 05:29:05 + pkg_list+='virtualenv ' 05:29:05 + for arg in "$@" 05:29:05 + case $arg in 05:29:05 + pkg_list+='urllib3~=1.26.15 ' 05:29:05 + [[ -f /tmp/.toxenv ]] 05:29:05 ++ cat /tmp/.toxenv 05:29:05 + lf_venv=/tmp/venv-dsx9 05:29:05 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-dsx9 from' file:/tmp/.toxenv 05:29:05 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-dsx9 from file:/tmp/.toxenv 05:29:05 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 05:29:05 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 05:29:05 + local 'pip_opts=--upgrade --quiet' 05:29:05 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 05:29:05 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 05:29:05 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 05:29:05 + [[ -n '' ]] 05:29:05 + [[ -n '' ]] 05:29:05 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 05:29:05 lf-activate-venv(): INFO: Attempting to install with network-safe options... 05:29:05 + /tmp/venv-dsx9/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 05:29:06 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 05:29:06 lf-activate-venv(): INFO: Base packages installed successfully 05:29:06 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 05:29:06 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 05:29:06 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 05:29:06 + /tmp/venv-dsx9/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 05:29:08 + type python3 05:29:08 + true 05:29:08 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-dsx9/bin to PATH' 05:29:08 lf-activate-venv(): INFO: Adding /tmp/venv-dsx9/bin to PATH 05:29:08 + PATH=/tmp/venv-dsx9/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 05:29:08 + return 0 05:29:08 + [[ -d /opt/pyenv ]] 05:29:08 + echo '---> Setting up pyenv' 05:29:08 ---> Setting up pyenv 05:29:08 + export PYENV_ROOT=/opt/pyenv 05:29:08 + PYENV_ROOT=/opt/pyenv 05:29:08 + export PATH=/opt/pyenv/bin:/tmp/venv-dsx9/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 05:29:08 + PATH=/opt/pyenv/bin:/tmp/venv-dsx9/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 05:29:08 ++ pwd 05:29:08 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 05:29:08 + export PYTHONPATH 05:29:08 + export TOX_TESTENV_PASSENV=PYTHONPATH 05:29:08 + TOX_TESTENV_PASSENV=PYTHONPATH 05:29:08 + tox --version 05:29:08 4.55.1 from /tmp/venv-dsx9/lib/python3.10/site-packages/tox/__init__.py 05:29:08 + PARALLEL=false 05:29:08 + TOX_OPTIONS_LIST= 05:29:08 + [[ -n pre-commit ]] 05:29:08 + TOX_OPTIONS_LIST=' -e pre-commit' 05:29:08 + case ${PARALLEL,,} in 05:29:08 + tox -e pre-commit 05:29:08 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 05:29:09 pre-commit: install_deps> python -I -m pip install pre-commit 05:29:13 pre-commit: freeze> python -m pip freeze --all 05:29:13 pre-commit: cfgv==3.5.0,distlib==0.4.3,filelock==3.29.4,identify==2.6.19,nodeenv==1.10.0,pip==26.1.2,platformdirs==4.10.0,pre_commit==4.6.0,python-discovery==1.4.2,PyYAML==6.0.3,setuptools==82.0.1,typing_extensions==4.15.0,virtualenv==21.5.1 05:29:13 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 05:29:13 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 05:29:13 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 05:29:14 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 05:29:15 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 05:29:16 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 05:29:16 [INFO] Once installed this environment will be reused. 05:29:16 [INFO] This may take a few minutes... 05:29:20 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 05:29:20 [INFO] Once installed this environment will be reused. 05:29:20 [INFO] This may take a few minutes... 05:29:25 trim trailing whitespace.................................................Passed 05:29:25 Tabs remover.............................................................Passed 05:29:25 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 05:29:26 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 05:29:26 [INFO] Once installed this environment will be reused. 05:29:26 [INFO] This may take a few minutes... 05:29:35 gitlint..............................................(no files to check)Skipped 05:29:35 pre-commit: OK (27.18=setup[4.62]+cmd[12.48,10.09] seconds) 05:29:35 congratulations :) (27.21 seconds) 05:29:35 + tox_status=0 05:29:35 + echo '---> Completed tox runs' 05:29:35 ---> Completed tox runs 05:29:35 + for i in .tox/*/log 05:29:35 ++ echo .tox/pre-commit/log 05:29:35 ++ awk -F/ '{print $2}' 05:29:35 + tox_env=pre-commit 05:29:35 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 05:29:35 + DOC_DIR=docs/_build/html 05:29:35 + [[ -d docs/_build/html ]] 05:29:35 + echo '---> tox-run.sh ends' 05:29:35 ---> tox-run.sh ends 05:29:35 + test 0 -eq 0 05:29:35 $ ssh-agent -k 05:29:35 unset SSH_AUTH_SOCK; 05:29:35 unset SSH_AGENT_PID; 05:29:35 echo Agent pid 1644 killed; 05:29:35 [ssh-agent] Stopped. 05:29:36 [PostBuildScript] - [INFO] Executing post build scripts. 05:29:36 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16112480231366618985.sh 05:29:36 ---> sysstat.sh 05:29:36 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7696789965068169047.sh 05:29:36 ---> package-listing.sh 05:29:36 ++ tr '[:upper:]' '[:lower:]' 05:29:36 ++ facter osfamily 05:29:36 + OS_FAMILY=debian 05:29:36 + workspace=/w/workspace/oom-master-pre-commit-lint 05:29:36 + START_PACKAGES=/tmp/packages_start.txt 05:29:36 + END_PACKAGES=/tmp/packages_end.txt 05:29:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:29:36 + PACKAGES=/tmp/packages_start.txt 05:29:36 + '[' /w/workspace/oom-master-pre-commit-lint ']' 05:29:36 + PACKAGES=/tmp/packages_end.txt 05:29:36 + case "${OS_FAMILY}" in 05:29:36 + dpkg -l 05:29:36 + grep '^ii' 05:29:36 + '[' -f /tmp/packages_start.txt ']' 05:29:36 + '[' -f /tmp/packages_end.txt ']' 05:29:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:29:36 + '[' /w/workspace/oom-master-pre-commit-lint ']' 05:29:36 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 05:29:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 05:29:36 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins17145411331306142309.sh 05:29:36 ---> capture-instance-metadata.sh 05:29:36 Setup pyenv: 05:29:36 system 05:29:36 3.8.13 05:29:36 3.9.13 05:29:36 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 05:29:40 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RkPg 05:29:40 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 05:29:40 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 05:29:40 lf-activate-venv(): INFO: Attempting to install with network-safe options... 05:29:44 lf-activate-venv(): INFO: Base packages installed successfully 05:29:44 lf-activate-venv(): INFO: Installing additional packages: lftools 05:30:09 lf-activate-venv(): INFO: Adding /tmp/venv-RkPg/bin to PATH 05:30:09 INFO: Running in OpenStack, capturing instance metadata 05:30:09 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins17231711840677630848.sh 05:30:09 provisioning config files... 05:30:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config5430850221750385937tmp 05:30:09 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 05:30:09 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 05:30:09 [EnvInject] - Injecting environment variables from a build step. 05:30:09 [EnvInject] - Injecting as environment variables the properties content 05:30:09 SERVER_ID=logs 05:30:09 05:30:09 [EnvInject] - Variables injected successfully. 05:30:09 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins3441495664771141754.sh 05:30:10 ---> create-netrc.sh 05:30:10 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins13014048703763242901.sh 05:30:10 ---> python-tools-install.sh 05:30:10 Setup pyenv: 05:30:10 system 05:30:10 3.8.13 05:30:10 3.9.13 05:30:10 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 05:30:10 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-RkPg from file:/tmp/.os_lf_venv 05:30:10 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 05:30:10 lf-activate-venv(): INFO: Attempting to install with network-safe options... 05:30:12 lf-activate-venv(): INFO: Base packages installed successfully 05:30:12 lf-activate-venv(): INFO: Installing additional packages: lftools 05:30:20 lf-activate-venv(): INFO: Adding /tmp/venv-RkPg/bin to PATH 05:30:20 Generating Requirements File 05:30:46 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. 05:30:46 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 05:30:46 Python 3.10.6 05:30:46 pip 26.1.2 from /tmp/venv-RkPg/lib/python3.10/site-packages/pip (python 3.10) 05:30:47 aiohappyeyeballs==2.6.2 05:30:47 aiohttp==3.14.1 05:30:47 aiosignal==1.4.0 05:30:47 appdirs==1.4.4 05:30:47 argcomplete==3.6.3 05:30:47 aspy.yaml==1.3.0 05:30:47 async-timeout==5.0.1 05:30:47 attrs==26.1.0 05:30:47 autopage==0.6.0 05:30:47 backports.strenum==1.3.1 05:30:47 beautifulsoup4==4.15.0 05:30:47 boto3==1.43.33 05:30:47 botocore==1.43.33 05:30:47 bs4==0.0.2 05:30:47 certifi==2026.6.17 05:30:47 cffi==2.0.0 05:30:47 cfgv==3.5.0 05:30:47 chardet==7.4.3 05:30:47 charset-normalizer==3.4.7 05:30:47 click==8.4.1 05:30:47 cliff==4.14.0 05:30:47 cmd2==3.5.1 05:30:47 cryptography==3.3.2 05:30:47 debtcollector==3.1.0 05:30:47 decorator==5.3.1 05:30:47 defusedxml==0.7.1 05:30:47 Deprecated==1.3.1 05:30:47 distlib==0.4.3 05:30:47 dnspython==2.8.0 05:30:47 docker==7.1.0 05:30:47 dogpile.cache==1.5.0 05:30:47 durationpy==0.10 05:30:47 email-validator==2.3.0 05:30:47 filelock==3.29.4 05:30:47 frozenlist==1.8.0 05:30:47 future==1.0.0 05:30:47 gitdb==4.0.12 05:30:47 GitPython==3.1.50 05:30:47 httplib2==0.30.2 05:30:47 identify==2.6.19 05:30:47 idna==3.18 05:30:47 importlib-resources==1.5.0 05:30:47 iso8601==2.1.0 05:30:47 Jinja2==3.1.6 05:30:47 jmespath==1.1.0 05:30:47 jsonpatch==1.33 05:30:47 jsonpointer==3.1.1 05:30:47 jsonschema==4.26.0 05:30:47 jsonschema-specifications==2025.9.1 05:30:47 keystoneauth1==5.14.0 05:30:47 kubernetes==36.0.2 05:30:47 lftools==0.37.22 05:30:47 lxml==6.1.1 05:30:47 markdown-it-py==4.2.0 05:30:47 MarkupSafe==3.0.3 05:30:47 mdurl==0.1.2 05:30:47 msgpack==1.2.1 05:30:47 multi_key_dict==2.0.3 05:30:47 multidict==6.7.1 05:30:47 munch==4.0.0 05:30:47 netaddr==1.3.0 05:30:47 niet==1.4.2 05:30:47 nodeenv==1.10.0 05:30:47 oauth2client==4.1.3 05:30:47 oauthlib==3.3.1 05:30:47 openstacksdk==4.13.0 05:30:47 os-service-types==1.8.2 05:30:47 osc-lib==4.6.0 05:30:47 oslo.config==10.4.0 05:30:47 oslo.context==6.4.0 05:30:47 oslo.i18n==6.8.0 05:30:47 oslo.log==8.2.0 05:30:47 oslo.serialization==5.10.0 05:30:47 oslo.utils==10.1.1 05:30:47 packaging==26.2 05:30:47 pbr==7.0.3 05:30:47 platformdirs==4.10.0 05:30:47 prettytable==3.17.0 05:30:47 propcache==0.5.2 05:30:47 psutil==7.2.2 05:30:47 pyasn1==0.6.3 05:30:47 pyasn1_modules==0.4.2 05:30:47 pycparser==3.0 05:30:47 pygerrit2==2.0.15 05:30:47 PyGithub==2.9.1 05:30:47 Pygments==2.20.0 05:30:47 PyJWT==2.13.0 05:30:47 PyNaCl==1.6.2 05:30:47 pyparsing==2.4.7 05:30:47 pyperclip==1.11.0 05:30:47 pyrsistent==0.20.0 05:30:47 python-cinderclient==9.9.0 05:30:47 python-dateutil==2.9.0.post0 05:30:47 python-discovery==1.4.2 05:30:47 python-heatclient==5.2.0 05:30:47 python-jenkins==1.8.3 05:30:47 python-keystoneclient==5.8.0 05:30:47 python-magnumclient==4.10.0 05:30:47 python-openstackclient==10.0.0 05:30:47 python-swiftclient==4.10.0 05:30:47 PyYAML==6.0.3 05:30:47 referencing==0.37.0 05:30:47 requests==2.34.2 05:30:47 requests-oauthlib==2.0.0 05:30:47 rfc3986==2.0.0 05:30:47 rich==15.0.0 05:30:47 rich-argparse==1.8.0 05:30:47 rpds-py==0.30.0 05:30:47 rsa==4.9.1 05:30:47 ruamel.yaml==0.19.1 05:30:47 ruamel.yaml.clib==0.2.15 05:30:47 s3transfer==0.19.0 05:30:47 simplejson==4.1.1 05:30:47 six==1.17.0 05:30:47 smmap==5.0.3 05:30:47 soupsieve==2.8.4 05:30:47 stevedore==5.8.0 05:30:47 tabulate==0.10.0 05:30:47 toml==0.10.2 05:30:47 tomlkit==0.15.0 05:30:47 tqdm==4.68.3 05:30:47 typing_extensions==4.15.0 05:30:47 urllib3==1.26.20 05:30:47 virtualenv==21.5.1 05:30:47 wcwidth==0.8.1 05:30:47 websocket-client==1.9.0 05:30:47 wrapt==2.2.1 05:30:47 xdg==6.0.0 05:30:47 xmltodict==1.0.4 05:30:47 yarl==1.24.2 05:30:47 yq==3.4.3 05:30:47 [oom-master-pre-commit-lint] $ /bin/sh /tmp/jenkins355697929979252083.sh 05:30:47 ---> uv-install.sh 05:30:47 Installing uv/uvx (latest) using shell installer 05:30:47 2026-06-19 05:30:47 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-WHGgGZ.sh" [1] 05:30:47 downloading uv 0.11.22 x86_64-unknown-linux-gnu 05:30:48 installing to /home/jenkins/.local/bin 05:30:48 uv 05:30:48 uvx 05:30:48 everything's installed! 05:30:48 05:30:48 To add $HOME/.local/bin to your PATH, either restart your shell or run: 05:30:48 05:30:48 source $HOME/.local/bin/env (sh, bash, zsh) 05:30:48 source $HOME/.local/bin/env.fish (fish) 05:30:48 Adding install location to PATH 05:30:48 ---> Validating uv/uvx install 05:30:48 uvx 0.11.22 (x86_64-unknown-linux-gnu) 05:30:48 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins9254542090469275535.sh 05:30:48 ---> sudo-logs.sh 05:30:48 Archiving 'sudo' log.. 05:30:48 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins14955890847575167039.sh 05:30:48 ---> job-cost.sh 05:30:48 INFO: Activating Python virtual environment... 05:30:48 Setup pyenv: 05:30:48 system 05:30:48 3.8.13 05:30:48 3.9.13 05:30:48 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 05:30:48 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-RkPg from file:/tmp/.os_lf_venv 05:30:48 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 05:30:48 lf-activate-venv(): INFO: Attempting to install with network-safe options... 05:30:50 lf-activate-venv(): INFO: Base packages installed successfully 05:30:50 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 05:30:56 lf-activate-venv(): INFO: Adding /tmp/venv-RkPg/bin to PATH 05:30:56 INFO: No stack-cost file found 05:30:56 INFO: Instance uptime: 155s 05:30:56 INFO: Fetching instance metadata (attempt 1 of 3)... 05:30:56 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 05:30:56 INFO: Successfully fetched instance metadata 05:30:56 INFO: Instance type: v3-standard-4 05:30:56 INFO: Retrieving pricing info for: v3-standard-4 05:30:56 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 05:30:56 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=155 05:30:57 INFO: Successfully fetched Vexxhost pricing API 05:30:57 INFO: Retrieved cost: 0.11 05:30:57 INFO: Retrieved resource: v3-standard-4 05:30:57 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 05:30:57 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 05:30:57 INFO: Successfully archived job cost data 05:30:57 DEBUG: Cost data: oom-master-pre-commit-lint,4662,2026-06-19 05:30:57,v3-standard-4,155,0.11,0.00,SUCCESS 05:30:57 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins897459816158110797.sh 05:30:57 ---> logs-deploy.sh 05:30:57 Setup pyenv: 05:30:57 system 05:30:57 3.8.13 05:30:57 3.9.13 05:30:57 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 05:30:57 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-RkPg from file:/tmp/.os_lf_venv 05:30:57 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 05:30:57 lf-activate-venv(): INFO: Attempting to install with network-safe options... 05:30:59 lf-activate-venv(): INFO: Base packages installed successfully 05:30:59 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 05:31:07 lf-activate-venv(): INFO: Adding /tmp/venv-RkPg/bin to PATH 05:31:07 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4662 05:31:07 INFO: archiving workspace using pattern(s): 05:31:08 Archives upload complete. 05:31:09 INFO: archiving logs to Nexus 05:31:09 ---> uname -a: 05:31:09 Linux prd-ubuntu1804-builder-4c-4g-17783 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 05:31:09 05:31:09 05:31:09 ---> lscpu: 05:31:09 Architecture: x86_64 05:31:09 CPU op-mode(s): 32-bit, 64-bit 05:31:09 Byte Order: Little Endian 05:31:09 CPU(s): 4 05:31:09 On-line CPU(s) list: 0-3 05:31:09 Thread(s) per core: 1 05:31:09 Core(s) per socket: 1 05:31:09 Socket(s): 4 05:31:09 NUMA node(s): 1 05:31:09 Vendor ID: AuthenticAMD 05:31:09 CPU family: 23 05:31:09 Model: 49 05:31:09 Model name: AMD EPYC-Rome Processor 05:31:09 Stepping: 0 05:31:09 CPU MHz: 2799.998 05:31:09 BogoMIPS: 5599.99 05:31:09 Virtualization: AMD-V 05:31:09 Hypervisor vendor: KVM 05:31:09 Virtualization type: full 05:31:09 L1d cache: 32K 05:31:09 L1i cache: 32K 05:31:09 L2 cache: 512K 05:31:09 L3 cache: 16384K 05:31:09 NUMA node0 CPU(s): 0-3 05:31:09 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl xtopology cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr arat npt nrip_save umip rdpid arch_capabilities 05:31:09 05:31:09 05:31:09 ---> nproc: 05:31:09 4 05:31:09 05:31:09 05:31:09 ---> df -h: 05:31:09 Filesystem Size Used Avail Use% Mounted on 05:31:09 udev 7.9G 0 7.9G 0% /dev 05:31:09 tmpfs 1.6G 676K 1.6G 1% /run 05:31:09 /dev/vda1 78G 8.5G 69G 11% / 05:31:09 tmpfs 7.9G 0 7.9G 0% /dev/shm 05:31:09 tmpfs 5.0M 0 5.0M 0% /run/lock 05:31:09 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 05:31:09 /dev/vda15 105M 4.4M 100M 5% /boot/efi 05:31:09 tmpfs 1.6G 0 1.6G 0% /run/user/1001 05:31:09 05:31:09 05:31:09 ---> free -m: 05:31:09 total used free shared buff/cache available 05:31:09 Mem: 16040 568 13127 0 2343 15146 05:31:09 Swap: 1023 0 1023 05:31:09 05:31:09 05:31:09 ---> ip addr: 05:31:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 05:31:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:31:09 inet 127.0.0.1/8 scope host lo 05:31:09 valid_lft forever preferred_lft forever 05:31:09 inet6 ::1/128 scope host 05:31:09 valid_lft forever preferred_lft forever 05:31:09 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 05:31:09 link/ether fa:16:3e:17:de:67 brd ff:ff:ff:ff:ff:ff 05:31:09 inet 10.30.107.196/23 brd 10.30.107.255 scope global dynamic ens3 05:31:09 valid_lft 86239sec preferred_lft 86239sec 05:31:09 inet6 fe80::f816:3eff:fe17:de67/64 scope link 05:31:09 valid_lft forever preferred_lft forever 05:31:09 05:31:09 05:31:09 ---> sar -b -r -n DEV: 05:31:09 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-17783) 06/19/26 _x86_64_ (4 CPU) 05:31:09 05:31:09 05:28:30 LINUX RESTART (4 CPU) 05:31:09 05:31:09 05:29:02 tps rtps wtps bread/s bwrtn/s 05:31:09 05:30:01 112.30 5.49 106.81 150.35 30979.29 05:31:09 05:31:01 100.15 1.12 99.03 132.91 29828.36 05:31:09 Average: 106.18 3.29 102.89 141.56 30398.99 05:31:09 05:31:09 05:29:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:31:09 05:30:01 13806496 15511488 2618464 15.94 65852 1833728 813084 4.65 793612 1597704 95992 05:31:09 05:31:01 13455552 15518868 2969408 18.08 89032 2150260 816884 4.67 798188 1904984 214208 05:31:09 Average: 13631024 15515178 2793936 17.01 77442 1991994 814984 4.66 795900 1751344 155100 05:31:09 05:31:09 05:29:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:31:09 05:30:01 ens3 150.80 104.29 1322.24 19.18 0.00 0.00 0.00 0.00 05:31:09 05:30:01 lo 2.37 2.37 0.27 0.27 0.00 0.00 0.00 0.00 05:31:09 05:31:01 ens3 75.87 55.22 817.13 22.62 0.00 0.00 0.00 0.00 05:31:09 05:31:01 lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 05:31:09 Average: ens3 113.02 79.55 1067.56 20.92 0.00 0.00 0.00 0.00 05:31:09 Average: lo 1.88 1.88 0.21 0.21 0.00 0.00 0.00 0.00 05:31:09 05:31:09 05:31:09 ---> sar -P ALL: 05:31:09 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-17783) 06/19/26 _x86_64_ (4 CPU) 05:31:09 05:31:09 05:28:30 LINUX RESTART (4 CPU) 05:31:09 05:31:09 05:29:02 CPU %user %nice %system %iowait %steal %idle 05:31:09 05:30:01 all 19.31 0.00 1.90 1.72 0.06 77.01 05:31:09 05:30:01 0 8.49 0.00 1.49 4.45 0.05 85.51 05:31:09 05:30:01 1 19.81 0.00 2.20 0.32 0.05 77.61 05:31:09 05:30:01 2 26.21 0.00 1.87 1.19 0.07 70.66 05:31:09 05:30:01 3 22.76 0.00 2.07 0.92 0.05 74.20 05:31:09 05:31:01 all 18.69 0.00 1.48 1.45 0.04 78.34 05:31:09 05:31:01 0 2.70 0.00 1.22 2.88 0.03 93.17 05:31:09 05:31:01 1 24.20 0.00 1.88 0.40 0.03 73.48 05:31:09 05:31:01 2 45.55 0.00 2.42 0.55 0.08 51.40 05:31:09 05:31:01 3 2.30 0.00 0.37 1.97 0.00 95.36 05:31:09 Average: all 19.00 0.00 1.69 1.58 0.05 77.68 05:31:09 Average: 0 5.57 0.00 1.36 3.66 0.04 89.36 05:31:09 Average: 1 22.03 0.00 2.04 0.36 0.04 75.53 05:31:09 Average: 2 35.96 0.00 2.15 0.87 0.08 60.94 05:31:09 Average: 3 12.43 0.00 1.21 1.45 0.03 84.88 05:31:09 05:31:09 05:31:09